/* @group Global - Typography, elements */

*:focus {
  outline: 2px solid;
  outline-offset: 4px;
  outline-color: #51639F;
  color: inherit;
  text-decoration: inherit;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}

#page {
  overflow: hidden;
}

#page a.ps-widget,
#page a.ps-widget:hover {
    text-decoration: none;
    box-shadow: none;
 }


ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}


body, 
html, 
#page p, 
#page div,
#page li {
    font-family: futura-pt, sans-serif;
    line-height: 1.35;
}

.row {
  position: relative;
}

.container {
  width: 1440px;
  max-width: 100%;
}

p {
    font-size: 24px;
    margin-bottom: 20px;
}

.headline_wrapper p {
    font-size: 20px;
    margin-bottom: 20px;
}  

img {
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: linotype-didot-headline, serif;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 25px;
    line-height: 1.2;
}

h1 {
    font-size: 100px;
}

h2 {
    font-size: 60px;
    font-weight: 400;
    margin-top: 0;
}

h3 {
    font-size: 43px;
    text-transform: none;
}

h4 {
    font-size: 24px;
    font-weight: 400;
}

@media (max-width: 1199px) {
  
  p {
    font-size: 22px;
  }

  h2 {
    font-size: 42px;
  }

}

@media (max-width: 991px) {

  h1 {
    font-size: 80px;
  }

  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 22px;
  }


  p {
    font-size: 20px;
  }

  h2 {
/*     font-size: 42px; */
  }

}

@media (max-width: 767px) {

  h1 {
    font-size: 52px;
  }

  h1.font_handwriting {
    margin-bottom: 1% !important;
    line-height: 1.25;
    margin-top: -.5% !important;
  }

  p {
    font-size: 18px;
  }
  
  h4 {
    font-size: 18px;
  }

  h2 {
    font-size: 38px;
    margin-bottom: 25px;
  }


}



@media (max-width: 479px) {

  h2 {
/*     font-size: 24px; */
  }
}

.font_handwriting {
    font-family: 'turbinado-pro', sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    line-height: initial;
    /* margin-bottom: -3%; */
}

.font_helvetica {
  font-family: 'Helvetica', Arial, sans-serif;
  font-weight: 400;
}

.font_serif {
  font-family: linotype-didot-headline, serif;
}

.font_futura {
  font-family: futura-pt, sans-serif;
}

.text-light-blue {
  color: #51639F !important;
}

.bg_dark {
    background-color: #223F8F;
}

.bg_light {
    background-color: #ffffff;
}

.bg_white {
    background-color: #ffffff !important;
}

.bg_dark * {
    color: #ffffff;
}

.bg_light *,
.bg_white * {
    color: #223F8F;
}

span.rs-quo {
  margin-left: .5%;
  margin-right: -.5%;
}

.graphic_img {
  background: center center / contain no-repeat;
}

.btn {
    height: 80px;
    padding: 0 35px;
    line-height: 74px;
    border-radius: 200px;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    text-transform: uppercase;
    /* letter-spacing: 2.4px; */
    display: inline-block;
    font-weight: 500;
    border: 2px solid transparent;
    font-size: 20px;
    transition: .3s all;
}

.btn:hover {
    text-decoration: none;
 }

.btn.btn-primary {
    background-color: #223F8F;
    border-color: #223F8F;
    color: #ffffff;
/*     box-shadow: 3px 3px 10px -2px rgb(125 42 62 / .35); */
}

.btn.btn-primary:hover {
/*     background-color: transparent; */
/*     color: #223F8F; */
    -webkit-box-shadow: 3px 3px 10px -2px rgb(125 42 62 / .35);
            box-shadow: 3px 3px 10px -2px rgb(125 42 62 / .35);
}

.btn:hover,
.btn.focus {
  text-decoration: none;
}

.btn.btn-secondary {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #223F8F;
}

.btn.btn-secondary:hover {
/*   opacity: .8; */
/*   background-color: #183071; */
/*   border-color: #183071; */
/*   color: #ffffff; */
}


.section_wrapper {
    padding: 65px 0;
}

.headline_wrapper {
    margin-bottom: 35px;
}

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

sup {
  vertical-align: baseline;
  position: relative;
  top: -1em;
  font-size: 40%;
}

sup.font-size-normal {
  vertical-align: baseline;
  position: relative;
  top: -0.5em;
  font-size: 80%;
}

.responsive_video_wrapper {
    position: relative;
}

.responsive_video_wrapper:before {
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 */
}


.responsive_video_wrapper .play_video {
  width: 127px;
  position: absolute;
  z-index: 10;
  display:block;
  font-size: 0;
  text-indent: -9999px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

.responsive_video_wrapper .play_video:before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 100%;
  background: url(../img/icon_video_play.png) center center / contain no-repeat;
}

.responsive_video_wrapper video,
.responsive_video_wrapper .video-js,
.responsive_video_wrapper .video_youtube > iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -o-object-fit: cover;
       object-fit: cover;
}




.responsive_video_wrapper .video_youtube {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.responsive_video_wrapper .video_youtube .poster_thumbnail {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  background: center center / cover no-repeat;
  cursor: pointer;
  transition: .3s all;
}

.responsive_video_wrapper .video_youtube .poster_thumbnail .icon_play:hover {
  opacity: .8;
}

.responsive_video_wrapper .video_youtube .icon_play {
  width: 20%;
  position: absolute;
  top: 50%;
  display: block;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: .3s all;
}

.responsive_video_wrapper .video_youtube .icon_play:before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 103%;
  background: url(../img/icon_play.png) center center / contain no-repeat;
}





.bg_angle {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.bg_angle .svg_wrapper {
  width: 100%;
  height: 100%;
}

.bg_angle svg {
  width: 100%;
  height: 100%;
}


@media (max-width: 767px) {


  
.bg_angle svg {
  width: 140%;
  height: 100%;
}

}


@media (max-width: 1199px) {

  .customer_b_a h4 {
    font-size: 22px !important;
  }
    
}


@media (max-width: 767px) {

  .container {/*     width: 600px; */max-width: 100%;}


  .section_wrapper {
    padding: 10px 0 !important;
    /* overflow: hidden; */
  } 

  .headline_wrapper {
    margin-bottom: 10px;
}
 

}

@media (max-width: 479px) {

  .customer_b_a h4 {
    font-size: 15px !important;
  }


  .section_wrapper {
      text-align: center;
      padding: 35px 0;
  }
    
}



/* @end Global - Typography, elements */



/* @group Global - Video JS */

.video--container--responsive .inner {
  padding: 0 0 56.25%;
  display: block;
  position: relative;
  height: 0;
}


.video--container--responsive .inner video,
.video--container--responsive .inner iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}


/* @end Global - Video JS */



/* @group Module - PriceSpider */


/* START - Button styles  */


#page #site_header .col_buttons .btn.ps-widget {
  background-color: #ffffff;
}

#page #site_header .col_buttons .btn:hover {
    background-color: #223F8F;
    color: #ffffff;
    opacity: 1;
}

#page #site_header .col_buttons .btn:last-of-type:hover {
    background-color: #ffffff;
    color: #223F8F;
}


#page .btn.ps-widget {
  font-family: futura-pt, sans-serif;
}

#page .btn.ps-widget {
    height: 58px;
    line-height: 54px;
    padding: 0px 35px;
    border-radius: 200px;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    text-transform: uppercase;
    letter-spacing: 2.4px;
    display: inline-block;
    font-weight: 500;
    border: 2px solid transparent;
    font-size: 20px;
    transition: .3s all;
    float: none;
    display: inline-block !important;
}

#page .btn.ps-widget:hover {
    text-decoration: none;
    box-shadow: none;
 }

#page .btn.ps-widget.btn-primary {
    background-color: #223F8F;
    border-color: #223F8F;
    color: #ffffff;
/*     box-shadow: 3px 3px 10px -2px rgb(125 42 62 / .35); */
}

#page .btn.ps-widget.btn-primary:hover {
/*     background-color: transparent; */
/*     color: #223F8F; */
    -webkit-box-shadow: 3px 3px 10px -2px rgb(125 42 62 / .35);
            box-shadow: 3px 3px 10px -2px rgb(125 42 62 / .35);
}

#page .btn.ps-widget:hover,
#page .btn.ps-widget.focus {
  text-decoration: none;
}

#page .btn.ps-widget.btn-secondary {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #223F8F;
}


#page .btn span.ps-button-label,
#page .sticky_shop_now span.ps-button-label {
  /*display: none;*/
}


#page .retailers_wrapper .logo_column .logo_wrapper span.ps-button-label {
  display: none;
}

#page .retailers_wrapper .logo_column .logo_wrapper {
  border-radius: 8px;
  border: 0;
}

#page .retailers_wrapper .logo_column .logo_wrapper:hover {
  border-radius: 8px;
  border: 0;
}


/* END - Button styles  */



/* START - Lightbox styles  */


.ps-container.ps-lightbox h1,
.ps-container.ps-lightbox h2,
.ps-container.ps-lightbox p,
.ps-container.ps-lightbox span,
.ps-container.ps-lightbox div,
.ps-container.ps-lightbox strong,
.ps-container.ps-lightbox big,
.ps-container.ps-lightbox input[type="text"] {
  font-family: futura-pt, sans-serif !important;  
}


.ps-container.ps-lightbox {
  
}


.ps-container.ps-lightbox .ps-footer {
  margin-top: 20px;
  bottom: -10px;
}

.ps-container.ps-lightbox .ps-ribbon {
  background-color: #223F8F;
}

.ps-container.ps-lightbox .ps-online-seller-button {
  background-color: #223F8F;
  color: #ffffff;
  border: 0;
}

.ps-container.ps-lightbox .ps-online-seller-button:hover {
  border: 0;
  color: #ffffff;
  background-color: #223F8F;
  -webkit-box-shadow: 3px 3px 10px -2px rgb(125 42 62 / .35);
            box-shadow: 3px 3px 10px -2px rgb(125 42 62 / .35);
}

.ps-container.ps-lightbox .ps-online-seller-button.unavailable {
/*   opacity: .6; */
}

.ps-container.ps-lightbox .ps-online-seller-reviews .ps-online-seller-button,
.ps-container.ps-lightbox .ps-online-seller-reviews .ps-online-seller-button:hover {
 background: none; 
  -webkit-box-shadow: 3px 3px 10px -2px rgb(125 42 62 / 0);
            box-shadow: 3px 3px 10px -2px rgb(125 42 62 / 0);
}


.ps-container.ps-lightbox ul.ps-local-sellers {
  counter-reset: seller-map-pin-counter;
}

.ps-container.ps-lightbox ul.ps-local-sellers li {
  counter-increment: seller-map-pin-counter;
}

.ps-container.ps-lightbox ul.ps-local-sellers .ps-seller > div:first-of-type > div:first-of-type {
  background: url(../img/icon_map_pin_solid.png) left top 2px / 20px auto no-repeat;
  position: relative;
}

.ps-container.ps-lightbox ul.ps-local-sellers .ps-seller > div:first-of-type > div:first-of-type:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    top: calc(50% - 4px);
    left: calc(50% - 6.5px);
    transform: translateX(-50%) translateY(-50%);
    content: counter(seller-map-pin-counter, decimal);
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    line-height: 16px;
    font-size: 11px;
    letter-spacing: -.7px;
}

.ps-container.ps-lightbox ul.ps-local-sellers .ps-seller > div:first-of-type > div:first-of-type img {
  opacity: 0;
}


.ps-container.ps-lightbox .ps-infobox > .ps-infobox-directions > span > a.ps-get-directions-button {
  background-color: #223F8F;
}


.ps-container.ps-lightbox .mapboxgl-canvas-container {
  counter-reset: mapbox-pin-counter;
}


.ps-container.ps-lightbox .mapboxgl-canvas-container .ps-mapboxgl-marker {
  background: url(../img/icon_map_pin_solid.png) left 1px top 4px / 24px auto no-repeat;
  counter-increment: mapbox-pin-counter;
}


.ps-container.ps-lightbox .mapboxgl-canvas-container .ps-mapboxgl-marker:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    top: calc(50% - 4px);
    left: calc(50% - 0px);
    transform: translateX(-50%) translateY(-50%);
    content: counter(mapbox-pin-counter, decimal);
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    line-height: 16px;
    font-size: 11px;
    letter-spacing: -.7px;
}

.ps-container.ps-lightbox .mapboxgl-canvas-container .ps-mapboxgl-marker img {
  opacity: 0;
}

@media (max-width: 1024px) {

.ps-container.ps-lightbox .ps-link[data-local-store] > span {
  background-color: #223F8F;
}

}

/* END - Lightbox styles  */



/* @end Module - PriceSpider */






/* @group Section - Site header */


@media (min-width: 768px) {

  #page_product #site_header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
  }

}

@media (max-width: 767px) {
  
  #page_product {
    padding-top: 0px !important;
  }

}

#site_header {
    text-align: left;
}


#site_header .col-sm-12 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 28px 36px;
    box-sizing: border-box;
}

#site_header .col-sm-12 > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  width: auto;
}

#site_header .col_logo {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  /*max-width: 680px;*/
  max-width: 290px;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  min-width: 290px;
  box-sizing: border-box;
  margin-right: 24px;
}

#site_header .col_logo * {
  margin: auto 0;
  padding: 0;
}

#site_header .col_logo .logo:first-child {
  padding: 0 12px 0 0;
  border-right: 1px solid white;
  flex-basis: 30%;
}

#site_header .col_logo .logo:first-child img {
  max-height: 90px;
}

#site_header .col_logo .logo:last-child {
  padding: 0 0 0 12px;
  flex-basis: 70%;

}


#site_header .col_nav {
  text-align: right;
  margin-left: auto;
}

#site_header .header-nav {margin: auto;}

#site_header .header-nav li {
  display: inline-block;
  padding: 0 13px;
  white-space: nowrap;
}

#site_header .header-nav li a {
  padding: 0;
  text-transform: uppercase;
  background-color: transparent;
  padding: 0;
  float: none;
  line-height: 1;
  text-shadow: none;
  font-family: futura-pt, sans-serif;
  box-shadow: none;
  font-size: 19px;
  white-space: nowrap;
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
  display: block !important;
  border: 0 !important;
}

#site_header .header-nav li a:hover {
  text-decoration: underline;
  color: #ffffff;
  box-shadow: none;
  text-shadow: none;
}




#site_header .header-nav li a .ps-button-label {
  display: none;
}


#site_header .col_buttons {
    text-align: right;
    /* display: block; */
    padding-left: 13px;
}

#site_header .col_buttons > * {
    margin: auto 0;
}

#site_header .col_buttons .btn {
    background-color: #ffffff;
    color: #223F8F;
    border: 2px solid #ffffff;
    position: relative;
    font-size: 19px;
    line-height: 56px;
    padding: 0px 20px;
    height: auto;
}

#site_header .col_buttons .btn:hover {
    background-color: #223F8F;
    color: #ffffff;
    opacity: 1;
}

#site_header .col_buttons .btn:last-of-type {
  transition-delay: .3s;
}

#site_header .col_buttons .btn:last-of-type:hover {
  background-color: #223F8F !important;
  color: #ffffff !important;
  text-decoration: underline;
}

#site_header .col_buttons .btn:last-of-type:hover {
  
}

#site_header .col_buttons .btn:last-of-type:hover {
    background-color: #ffffff;
    color: #223F8F;
}

#site_header .col_buttons .btn * {
    color: inherit;
}

#site_header .col_buttons .btn:nth-of-type(1) {
    border-radius: 200px 0 0 200px;
    padding-right: 20px;
    margin-left: auto;
}

#site_header .col_buttons .btn:nth-of-type(2) {
    border-radius: 0 200px 200px 0;
    padding-left: 20px;
    margin-left: 5px;
    z-index: 5;
    -webkit-box-shadow: 1px 0px 5px -1px rgba(0,0,0,.25);
            box-shadow: 1px 0px 5px -1px rgba(0,0,0,.25);
}

#site_header .col_buttons .btn:last-of-type {
    background-color: transparent;
    color: #ffffff;
    border-radius: 200px;
    margin-left: -28px;
    /* padding-left: 40px; */
    z-index: 1;
    font-weight: 700;
    white-space: nowrap;
    border-left: 0;
    min-height: 0;
    /* height: 45px; */
    margin: 0;
    /* line-height: 39px; */
    border: 2px solid #ffffff;
}



@media (max-width: 1240px) {


  #site_header .col_buttons .btn {
    height: 50px;
    line-height: 47px;
    font-size: 18px;
    letter-spacing: 1.5px;
    padding: 0 20px;
  }


}

/* Show and Hide mobile / desktop nav */

#site_header .col_nav.nav-mobile {
  display: flex;
}
#site_header .col_nav.nav-desktop {
  display: none;
}
#site_header .col_nav.nav-mobile .header-nav li {
  position: relative;
}

#site_header .col_nav.nav-mobile .header-nav li:nth-of-type(2):before {
  content: '';
  width: 1px;
  height: 90%;
  background-color: #ffffff;
  display: block;
  position: absolute;
  right: -2px;
  top: 50%;
  transform: translateY(-50%);
}
#site_header .col_nav.nav-mobile .header-nav li a {
  font-size: 16px;
}
#site_header .col_nav.nav-mobile .header-nav li:nth-of-type(1) {
  padding-right: 0px;
}

#site_header .col_nav.nav-mobile .header-nav li {
  padding: 0 8px;
}


@media (min-width: 1080px) {

  #site_header .col_nav.nav-mobile {
    display: none;
  }

  #site_header .col_nav.nav-desktop {
    display: flex;
  }

}




@media (min-width: 992px) and (max-width: 1199px) {

  #site_header .col_buttons {
    margin-left: auto;
  }

}





@media (max-width: 479px) {
  
  #site_header .col_buttons .btn {
    font-size: 12px;
    padding: 0 7px !important;
    height: 40px;
    line-height: 36px;
    letter-spacing: 0px;
  }

  #site_header .col_buttons .btn:last-of-type {
    /* padding-left: 30px !important; */
    /* padding-right: 12px !important; */
    padding: 0 15px !important;
    font-size: 14px;
  }

a.btn.btn-secondary.get_2_back.tracking_shop_link {}

}

/* @end Section - Site header */




/* @group Sticky - Shop now */


#page .sticky_shop_now {
  display: block;
  position: fixed;
  right: 0;
  bottom: 30px;
  width: 280px;
  height: 90px;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  /*right: -100%;*/
  font-family: futura-pt, sans-serif;
  padding: 0 0 0 20px;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  float: none;
  display: flex !important;
  border-radius: 150px 0px 0px 150px;
  text-decoration: none;
  background-color: #223F8F;
  font-weight: 400;
  box-shadow: 0px 0px 5px rgb(0 0 0 / 30%) !important;
}

#page .sticky_shop_now.entered {
  right: 0;
}

#page .sticky_shop_now:hover {
  opacity: .9;
  background-color: #223F8F;
}

#page .sticky_shop_now span {
  font-size: 34px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
  margin: auto;
  padding: 0;
  display: inline-block;
}


@media (max-width: 767px) {

  #page .sticky_shop_now {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    /* right: 0; */
    bottom: 30px;
    width: 159px;
    height: 75px;
    z-index: 1000;
  }

  #page .sticky_shop_now span {
    font-size: 17px;
    padding: 0 0 2px 14%;
  }

}



/* @end Sticky - Shop now */


/* @group Section - Hero */


#hero {
  padding: 0;
  min-height: calc(100vh);
  background: url(../img/hero_water_animation_compressed.gif) center center / cover no-repeat;
  position: relative;
  padding: 45px 25px 25px 25px;
}

#hero:before {
  width: 100%;
  height: 30%;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  content: '';
  background-image: linear-gradient(180deg, rgba(255,255,255,0.00) 0%, #FFFFFF 100%);
}

#hero .container {/* display: none; */}


#hero .graphic {
  width: 800px;
  max-width: 100%;
  margin: auto;
}

#hero h1 {
  font-size: 50px;
  text-align: center;
  width: 560px;
  max-width: 100%;
  margin: auto;
}

#hero h1 strong {
  font-weight: 700;
}


@media (max-width: 767px) {

  #hero {
    min-height: 0px;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  #hero .graphic {
    width: 80%;
  }

  #hero h1 {
    font-size: 36px;
    width: 430px;
  }

}


@media (max-width: 501px) {

  #hero h1 {
    font-size: 28px;
    width: 340px;
  }

}

@media (max-width: 350px) {

  #hero h1 {
    font-size: 24px;
    width: 280px;
  }
  
}

/* @end Section - Hero */



/* @group Section - Intro */

#intro {overflow: hidden;}

#intro .container {
  /* padding: 0; */
}

#intro .container .row {

}


#intro h1 {
  transform: rotate(-3deg);
  transform-origin: left;
  margin-top: -1.5%;
  margin-bottom: 0;
}

#intro .headline_wrapper h2 {
  font-size: 48px;
}
#intro .headline_wrapper h3 {
  font-size: 7rem;
  transform: rotate(-2deg) translateY(-3rem);
}


#intro .row {
  position: relative;
}

#intro .col_copy {
  width: 80%;
  float: left;
  position: relative;
  color: #ffffff;
  padding: 50px;
}

#intro .col_copy > .inner {
  position: relative;
  z-index: 10;
  width: 62%;
}

#intro .col_copy * {
  color: #ffffff;
  text-align: left;
}

#intro .col_copy h2 {
  width: 430px;
  max-width: 100%;
}

#intro .col_graphic {
  width: 50%;
  float: left;
  position: absolute;
  right: 0;
  bottom: -4%;
}

#intro .col_graphic > .inner {
  width: 100%;
  padding-bottom: 93.97%;
}


@media (min-width: 1440px) {
  
  #intro h1 {
    font-size: 146px;
  }
  #intro .headline_wrapper h2 {
    font-size: 64px;
  }
  #intro .headline_wrapper h3 {
    font-size: 9rem;
    transform: rotate(-2deg) translateY(-3rem);
  }
}

@media (max-width: 991px) {

  #intro h1 {
    font-size: 80px;
  }

  #intro .headline_wrapper h2 {
    font-size: 40px;
  }
  #intro .headline_wrapper h3 {
    font-size: 5.5rem;
    transform: rotate(-2deg) translateY(-2rem);
  }

}


@media (max-width: 767px) {

  #intro {overflow: visible;}

  #intro .col_copy > .inner {
    width: 75%;
  }

  #intro .headline_wrapper h2 {
    font-size: 36px;
  }
  #intro .headline_wrapper h3 {
    font-size: 4rem;
    transform: rotate(-2deg) translateY(-1rem);
  }

  #intro .col_copy {
    padding: 15px;
  }

  #intro .col-sm-12 {
    height: 100%;
    position: static;
  }

  #intro .col_graphic {
    width: 70%;
    right: -15%;
    bottom: -5%;
  }

  #intro h1 {
    font-size: 55px;
  }
  
}




@media (max-width: 600px) {

  #intro .col_copy {
    width: 100%;
  }

  #intro .col_copy > .inner {
    width: 75%;
  }

  #intro .col_graphic {
    bottom: -10px;
    width: 50%;
    right: -6%;
  }

  #intro .headline_wrapper h2 {
    font-size: 24px;
  }
  #intro .headline_wrapper h3 {
    font-size: 2.5rem;
    transform: rotate(-2deg) translateY(-1rem);
  }

  h1.font_handwriting {
    font-size: 50px !important;
  }

}

/* @end Section - Intro */




/* @group Section - More info */

#more_info {overflow: hidden;}



#more_info h1 {
  transform: rotate(-3deg);
  transform-origin: center;
  margin-top: -1.5%;
}

#more_info p {
  color: #424242;
}

#more_info .headline_wrapper h3 {
  margin-top: -1.25%;  
}

#more_info .col_item {

}

#more_info .col_item > .col_inner {
  width: 350px;
  max-width: 100%;
  margin: auto;
  text-align: center;
}

#more_info .col_item > .col_inner img {
  margin-right: -15%;
}

#more_info .col_item h4 {
  font-family: 'futura-pt', sans-serif;
  font-weight: 500;
  margin-top: -8%;
}


@media (min-width: 992px) {

  #more_info .col_item h4 {
  font-size: 26px;
  }

}


@media (min-width: 1440px) {
  
  #more_info h1 {
  }

}


@media (max-width: 767px) {


#more_info .col_item {
  width: 33.33%;
  float: left;
}

#more_info .col_item > .col_inner {
  width: 200px;
}

}


@media (max-width: 550px) {


#more_info .col_item {
  width: 100%;
  float: none;
}

#more_info .col_item > .col_inner {
}

#more_info .col_item > .col_inner .img_wrapper {
  width: 200px;
  margin: auto;
}

#more_info .col_item > .col_inner h4 br {
  display: none;
}

}

/* @end Section - Intro */







/* @group Section - How to use (steps) */

#how_to_use {

}





#how_to_use .steps_wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap
}


#how_to_use .steps_wrapper .step_item > .col_inner {
  background: #FFFFFF;
  box-shadow: 0 0 13px 0 #C5CDCD;
  border-radius: 6px;
  height: 100%;
  transition: .3s all;
  width: 100%;
}

#how_to_use .steps_wrapper .step_item > .col_inner > .col_content {
  display: block;
  height: 100%;
}

#how_to_use .steps_wrapper .step_item > .col_inner > .col_content > .col_content_inner {
  display: flex;
  height: 100%;
  flex-direction: column;
}

#how_to_use .steps_wrapper .step_item > .col_inner > .col_content .copy_wrapper {
  flex-grow: 1 !important;
  padding: 30px 30px 15px 30px;
}

#how_to_use .steps_wrapper .step_item h4,
#how_to_use .steps_wrapper .step_item h3 {
  font-family: 'futura-pt', sans-serif;
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 10px 0;
}

#how_to_use .steps_wrapper .step_item h4 {
  font-size: 28px;
  position: relative;
  display: inline-block;
  padding-right: 20px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

#how_to_use .steps_wrapper .step_item h4 span.arrow {
  display: inline-block;
  width:  8px;
  height: 15px;
  background: url(../svg/icon-arrow-right.svg) right center / contain no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;

}

#how_to_use .steps_wrapper .step_item h3 {
  font-size: 40px;
  margin-bottom: 20px;
}

#how_to_use .steps_wrapper .step_item p {
  color: #424242;
}

#how_to_use .steps_wrapper .step_item .img_wrapper {
  overflow: hidden;
}


#how_to_use .steps_wrapper .step_item img {
  display: block;
  float: right;
  width: 60%;
}


#how_to_use .steps_wrapper .step_item > .col_inner h4,
#how_to_use .steps_wrapper .step_item > .col_inner h3,
#how_to_use .steps_wrapper .step_item > .col_inner p,
#how_to_use .steps_wrapper .step_item > .col_inner img,
#how_to_use .steps_wrapper .step_item > .col_inner .arrow {
  transition: .3s all;
}

#how_to_use .steps_wrapper .step_item {width: 100%;padding: 15px;}

#how_to_use .steps_wrapper .step_item > .col_inner {
  overflow: hidden;
  display: block;
  position: relative;
}

#how_to_use .steps_wrapper .step_item > .col_inner .col_content {
  position: relative;
}

#how_to_use .steps_wrapper .step_item > .col_inner .bg_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  right: 0;
  background-color: #223F8F;
  transition: .3s all;
}

#how_to_use .steps_wrapper .step_item > .col_inner:hover {
  box-shadow: 0 0 17px 0 rgba(0,0,0,.35);
/*   background-color: #223F8F; */
}

#how_to_use .steps_wrapper .step_item > .col_inner .bg_overlay {
  top: -100%;
  transition: .3s all;
/*   opacity: 0; */
}

#how_to_use .steps_wrapper .step_item > .col_inner:hover .bg_overlay {
    top: 0px;
    right: 0px;
    opacity: 1;
/*     right: 0px; */
}

#how_to_use .steps_wrapper .step_item > .col_inner:hover h4,
#how_to_use .steps_wrapper .step_item > .col_inner:hover h3,
#how_to_use .steps_wrapper .step_item > .col_inner:hover p {
  color: #ffffff;
}


#how_to_use .steps_wrapper .step_item > .col_inner:hover img,
#how_to_use .steps_wrapper .step_item > .col_inner:hover .arrow {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
}

#how_to_use .steps_wrapper .step_item:nth-of-type(1) img {
  width: 60%;
}


@media (min-width: 1080px) {


  #how_to_use .steps_wrapper {
    flex-direction: row;
  }

  #how_to_use .steps_wrapper .step_item {
    padding-left: 25px;
    padding-right: 25px;
    float: none;
    display: block;
  }

}

@media (max-width: 1199px) {

  #how_to_use .steps_wrapper .step_item h4 {
    font-size: 24px;
  }
  
  #how_to_use .steps_wrapper .step_item h3 {
    font-size: 32px;
  }

   
}

@media (max-width: 991px) {
  
  #how_to_use .steps_wrapper .step_item h3 {
    font-size: 28px;
  }

   
}


@media (max-width: 767px) {


  #how_to_use .steps_wrapper .step_item,
  #how_to_use .steps_wrapper .step_item > .col_inner,
  #how_to_use .steps_wrapper .step_item > .col_inner > .col_content,
  #how_to_use .steps_wrapper .step_item > .col_inner > .col_content > .col_content_inner {
    height: 100%;
  }

  #how_to_use .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  #how_to_use .steps_wrapper {
    /* margin: auto; */
    display: block;
    width: calc(100% + 30px);
  }


}

/* @end Section - How to use (steps) */





/* @group Section - Reviews */



#reviews {
  background-color: #183071;
}


#reviews .headline_wrapper {
  text-align: left;
}


#reviews .col-sm-12 {
  position: relative;
  padding: 50px 2rem;
}




#reviews .review_items_wrapper {

  display:flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: stretch !important;
  gap: 1.5rem;

}

#reviews .review_items_wrapper .item {
  flex-basis: 100%;
  box-sizing: border-box;
  background: #FEFEFE;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.50);
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  align-self: stretch;
}

#reviews .review_items_wrapper .item,
#reviews .review_items_wrapper .review_wrapper,
#reviews .review_items_wrapper .review_inner {
  height: 100%;
}

#reviews .review_items_wrapper .review_inner .content {
  margin: auto;
}

#reviews .review_items_wrapper .review_inner * {
  color: #231F20;
}


#reviews .rating {
  text-align: center;
  margin-bottom: 15px;
}

#reviews .rating ul {
  display: inline-block;
}


.list-stars li {
  display: inline-block;
  width: 24px;
  height: 23px;
  background: url(../svg/icon-star.svg) center center / contain no-repeat;
}

#reviews .quote_wrapper p {
  text-align: center;
}

 


@media (min-width: 767px) {

  #reviews .review_items_wrapper .item {
    flex-basis: 40%;
    margin-right: .5rem;
    margin-left: .5rem;
  }

}

@media (max-width: 501px) {



}


@media (max-width: 380px) {



}

/* @end Section - Reviews */




/* @group Section - Products */
#products .headline_wrapper {
  text-align: center;
}

#products .headline_wrapper p {
  color: #231F20;
  width: 730px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
  margin-top: -1%;
}

#products .headline_wrapper h4 {
  font-size: 2rem;
}

#products .product_table_wrapper {
  overflow: auto;
  width: 100%;
  position: relative;
}

#products table.product_table tr.border_bottom td {
  border-bottom: 3px solid #b6b8ba;
}
#products table.product_table {
  border-collapse: separate;
}
#products table.product_table tbody td,
#products table.product_table thead th {
  box-sizing: border-box;
  padding: 10px 6px;
  background-color: #ffffff;
  width: 120px;
  min-width: 120px;
  @media (min-width: 768px) {
    width: 200px;
    min-width: 200px;
}
}
#products table.product_table td {
  vertical-align: middle;
}
#products table.product_table tr:not(.product_cta) td:not(.product_feature) {
  font-size: 2.5rem;
}

#products table.product_table td:not(.product_feature) {
  text-align: center;
}

#products table.product_table td:first-child,
#products table.product_table th:first-child {
  position: sticky;
  left: 0;
}
#products table.product_table td.product_feature {
  text-align: left;
  background-color: #b0ddf4;
  color: #4f4f51;
  font-size: 20px;
  padding: 6px 10px;

  @media (max-width: 767px) {
      font-size: 14px;
      padding: 4px 8px;
  }
}


#products table.product_table th img {
  width: 80px;
}

#products table.product_table .cswidget {
  border-radius: 0;
  padding: 10px;
  border: none;
  background-color: #223F8F;
  color: #ffffff;
  width: 100%;
  font-size: 16px;

  /*@media (max-width: 767px) {*/
  /*    max-width: 106px;*/
  /*}*/
}

#products .discontinued {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-top: 45px;
    margin-bottom: 25px;
}

#products #discontinued-products {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 2rem;

    @media (max-width: 767px) {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    div {
        display: flex;
        text-align: center;
        justify-content: center;
        align-items: center;
        flex-direction: column;

        img {
            width: 211px;
            margin-bottom: 15px;
        }
    }
}

@media (min-width: 600px) {
  #products .headline_wrapper h4 {
    font-size: 3rem;
  }
} 

@media (min-width: 767px) {
  #products .headline_wrapper h4 {
    font-size: 5rem;
  }
}


@media (min-width: 991px) {
  #products .headline_wrapper h4 {
    font-size: 6rem;
  }
}





/* @end Section - Products */









/* @group Section - Fast facts */


@media (min-width: 768px) {
  
  #fast_facts {
    display: none;
  }

}

#fast_facts .section_icon_list {
  width: 900px;
  margin: 50px auto 0 auto;
}

#fast_facts .section_icon_list .icons_wrapper_global {
  text-align: center;
}

#fast_facts .section_icon_list img {
/*     -webkit-filter: brightness(5.7) hue-rotate(110deg);
    filter: brightness(5.7) hue-rotate(110deg); */
}


@media (max-width: 767px) {
  
  .tab_wrapper.open #fast_facts {
    padding-top:0px;
    padding-bottom: 0px;
  }

  .tab_wrapper.open #fast_facts .section_icon_list {
    margin-top: 0;
  }

}


/* @end Section - Fast facts */




/* @group Section - Testimonials */


#testimonials .carousel_wrapper .item {
  margin: auto;
}

#testimonials .carousel_wrapper .item * {
    color: #ffffff;
}

#testimonials .carousel_wrapper .item h2 {
    text-transform: none;
    font-weight: 300;
    font-size: 42px;
}

#testimonials .carousel_wrapper .item .title {
  line-height: normal;
  margin-top: 25px;
  margin-bottom: 0px;
  font-size: 20px;
} 

#testimonials .carousel_wrapper .item h2:before,
#testimonials .carousel_wrapper .item h2:after {
  content: '"';
}

#testimonials .carousel_wrapper .item .title span:before {
  content: '-\00a0'
}





@media (max-width: 767px) {

  #testimonials .carousel_wrapper .item h2 {
    font-size: 30px;
  }

  #testimonials .carousel_wrapper .item .title {
    margin-top: 15px;
  }

}

/* @end Section - Testimonials */






/* @group Section - Results steps */



#results_steps {

}

#results_steps .step_column .image_wrapper .image_inner {
  padding-bottom: 100%;
  width: 100%;
  background: center center / cover no-repeat;
}

#results_steps .step_column .image_wrapper {
  
}

#results_steps .step_column h1 {
  margin-bottom: -2%;
  margin-top: 20px;
}

@media (max-width: 767px) {
  
  #results_steps .step_column {
    margin: auto;
    margin-bottom: 45px;
    width: 470px;
    max-width: 100%;
  }

  #results_steps .step_column .image_wrapper {
    
  }

  #results_steps .step_column h1 {
    font-size: 38px;
  }

}


@media (max-width: 479px) {

  #results_steps .step_column {
    width: 300px;
  }

}

/* @end Section - Results steps */



/* @group Section - Video */



#videos {
  padding-top: 0px;
}

#videos .row_video {
    padding-top: 20px;
}


.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }



#videos .video_wrapper {
  padding-left: 50px;
  padding-right: 50px;
}

#videos .video_wrapper > div {
  margin-bottom: 2rem;
}


@media (max-width: 767px) {
  

  #videos .row_video {
    padding-top: 15px;
  }

  #videos .video_wrapper {
    padding-left: 5px;
    padding-right: 5px;
  }

}



/* @end Section - Video */





/* @group Section - Drug facts */



#drug_facts {
  overflow: hidden;
}


#drug_facts .icons_wrapper {
  padding-left: 25%;
  position: relative;
}


#drug_facts .icons_wrapper .graphic_spoon {
  width: 72%;
  position: absolute;
  left: -50%;
  top: -120%;
  top: 0;
  margin-top: -30%;
  background: center center / contain no-repeat;
}

#drug_facts .icons_wrapper .graphic_spoon:before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 72%;
}


#drug_facts .icons_wrapper ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
}

#drug_facts .icons_wrapper ul li {
    width: 100%;
    margin-bottom: 20px;
}

#drug_facts .icons_wrapper ul li h4 {
    font-size: 19px;
}

#drug_facts .icons_wrapper ul li > .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#drug_facts .icons_wrapper ul li > .inner > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#drug_facts .icons_wrapper ul li > .inner > * > * {
    margin: auto;
}

#drug_facts .icons_wrapper ul li * {
    text-transform: none;
}

#drug_facts .icons_wrapper img {
    width: 70px;
    min-width: 70px;
    margin-right: 15px;
}




@media (max-width: 767px) {

  #drug_facts .icons_wrapper ul li h4 {
    text-align: left !important;
  }

}


/* @end Section - Drug facts */






/* @group Section - Retailers */



#retailers {
  background-color: transparent;
  overflow: hidden;
}

#retailers .container {
  position: relative;
}

#retailers .row_search {
  margin-top: 25px;
}


.retailers_wrapper {

}


.row_search .headline_wrapper {
  margin-bottom: 20px;
}

.retailers_wrapper .logo_column {

}

.retailers_wrapper .logo_column {
    padding: 15px;
}

.retailers_wrapper .logo_column .logo_wrapper {
    background-color: #ffffff;
    display: block !important;
    padding: 15px 20px 15px 20px;
    background: #FFFFFF;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,0.50);
            box-shadow: 0 3px 6px 0 rgba(0,0,0,0.50);
    border-radius: 8px;
    -webkit-transition : .3s all;
    -o-transition : .3s all;
    transition : .3s all;
    width: 100% !important;
    float: none !important;
}

.retailers_wrapper .logo_column .logo_wrapper:hover {
    background-color: #223F8F;
    background-color: #31498a;
/*     background-color: #51639F; */
}

.retailers_wrapper .logo_column .logo_wrapper:hover img {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
}

.retailers_wrapper .logo_column .image_wrapper {
    width: 200px;
    max-width: 100%;
    text-align: center;
    margin: auto;
}

.retailers_wrapper .logo_column .image_wrapper img {
    display: block;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}


@media (max-width: 767px) {

  .retailers_wrapper {
    width: 500px;
    max-width: 100%;
    margin: auto;
    padding: 15px !important;
    width: 100%;
  }
  

  .retailers_wrapper .logo_column {
    width: 50%;
    float: left;
    padding: 10px;
  }

  .retailers_wrapper .logo_column .logo_wrapper {
    padding: 12px;
  }

  .retailers_wrapper .logo_column .image_wrapper {
    width: 125px;
  }

}


@media (max-width: 767px) {

  .retailers_wrapper .logo_column {
    width: 240px;
    margin: auto;
    float: none;
    width: 100%;
  }

  .retailers_wrapper .logo_column {
    padding: 7px;
  }

  .retailers_wrapper .logo_column .logo_wrapper {
    padding: 7px;
  }


}




@media (min-width: 768px) {


  .popup-overlay .retailers_wrapper {
    margin-bottom: 15px;
  }

  .popup-overlay .retailers_wrapper .logo_column {
    width: 25%;
    padding: 10px;
  }

  .retailers_wrapper .logo_column .logo_wrapper {
    padding: 10px;
  }

  #popup-buy_online.popup-overlay .retailers_wrapper .logo_column:nth-of-type(5) {
    margin-left: 25%;
  }

}

@media (min-width: 992px) {

  .popup-overlay .retailers_wrapper .logo_column {
    width: 20%;
    padding: 10px;
  }

  #popup-buy_online.popup-overlay .retailers_wrapper .logo_column {
    width: 33.33%;
    margin-left: 0 !important;
  }

  .retailers_wrapper .logo_column .logo_wrapper {
    padding: 10px;
  }

}




#retailers {

}

#retailers .retailers_wrapper {
  padding: 50px 50px;
}


#retailers h2 {
  width: 45%;
  max-width: 100%;
}

#retailers .col-sm-12 {

}


.retailer_form > * {
    display: inline-block
}

.retailer_form .field_search {
  margin-bottom: 5px;
}

.retailer_form .btn_wrapper {
    position: relative;
    top: 3px
}

.retailer_form .select2-container {
    width: auto !important;
    min-width: 270px;
}

.retailer_form .select2-selection {
    border-radius: 0;
    border: 0 !important;
    height: 58px;
    line-height: 54px;
    font-size: 20px;
    border: 2px solid #223F8F !important;
}

.retailer_form .select2-search__field {
    margin: 0 !important;
    padding: 0;
    display: inline-block;
    color: #223F8F;
    font-weight: 700;
}

.retailer_form  .select2-selection__rendered {
    color: #223F8F;
    font-weight: 700;
}

.retailer_form .select2-selection__choice {
    padding: 0 10px !important;
    border: 0 !important;
    background: #223F8F !important;
    color: #ffffff;
    margin: 6px 5px 6px 0 !important;
    height: 42px;
    line-height: 41px;
}

.retailer_form .select2-selection__choice__remove {
    display: none !important;
}

.retailer_form .select2-selection__clear {
    margin: 6px 2px 0 0;
    font-size: 40px;
    line-height: 1;
    height: 40px;
    display: inline-block;
}

.retailer_form input::-webkit-input-placeholder,
.retailer_form textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #223F8F;
}

.retailer_form input::-moz-placeholder,
.retailer_form textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #223F8F;
}

.retailer_form input:-ms-input-placeholder,
.retailer_form textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #223F8F;
}

.retailer_form input:-moz-placeholder,
.form_fields textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #223F8F;
}




@media (max-width: 767px) {


#retailers h2 {
  width: 85%;
  max-width: 100%;
}


}


/* @end Section - Retailers */






/* @group Section - Faq */




#faq .questions_wrapper {
    width: 940px;
    margin: auto;
    max-width: 100%;
    text-align: left;
}

#faq .questions_wrapper * {

}

#faq .questions_wrapper ul {
   
}

#faq .questions_wrapper ul li {
    margin-bottom: 35px;
    padding-left: 30px;
    position: relative;
}

#faq .questions_wrapper ul li:before {
    content: '\002022';
    position: absolute;
    left: 2px;
    top: 8px;
    font-size: 18px;
}

#faq .questions_wrapper ul li .question {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}

#faq .questions_wrapper ul li .question:hover {
/*     background-color: #fbfbfb; */
}

#faq .questions_wrapper ul li .question:hover h3 {
/*     color: #ffffff; */
}

#faq .questions_wrapper ul li .question h3 > span:after {
    content: '+';
    position: absolute;
    margin-left: 5px;
    top: 5%;
    font-size: 32px;
    font-weight: 300;
    position: relative;
    font-weight: 300;
    position: absolute;
    margin-left: -24px;
    margin: 0 0 0 4px;
    top: -7px;
    text-decoration: none;
}

#faq .questions_wrapper ul li .question h3 {
    font-weight: 400;
    font-size: 30px;
    position: relative;
    display: inline-block;
    margin: 0;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    text-decoration: underline;
    display: inline;
}

#faq .questions_wrapper ul li .question h3 > span {
  display: inline-block;
  padding-right: 30px;
  position: relative;
  text-decoration: underline;
}

#faq .questions_wrapper ul li .question h3:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 2px;
    background-color: #223F8F;
    display: none;
}

#faq .questions_wrapper ul li .answer {
    margin-top: 10px;
    display: none;    
}

#faq .questions_wrapper ul li .answer p {
    font-weight: 400;
    line-height: 1.35;
}


@media (max-width: 1199px) {

  #faq .questions_wrapper ul li .question h3 {
    font-size: 24px;
  }

  #faq .questions_wrapper ul li {
    margin-bottom: 20px;
  }

  #faq .questions_wrapper {
    width: 720px;
    max-width: 100%;
  }

}

@media (max-width: 767px) {

  #faq .questions_wrapper ul li .question h3 {
    /* text-decoration: underline; */
    /* display: inline; */
    /* padding-right: 30px; */
  }
  
  #faq .questions_wrapper ul li .question h3:before {
    display: none;
  }

}

@media (max-width: 501px) {

  #faq .questions_wrapper ul li .question h3 {
    font-size: 22px;
  }

}

/* @end Section - Faq */






/* @group Section - Callout contact */

#contact {
    padding-bottom: 0px;
    text-align: center;
    padding-top: 110px;
}

#contact .col-sm-12 {
  display: flex;
  flex-wrap: wrap;
}

#contact sup {
    font-size: 11px;
}

#contact .headline_wrapper {
  width: 50%;
  text-align: left;
  margin-bottom: 10px;
}

#contact .btn_wrapper {
  width: 50%;
  text-align: right;
}

#contact .btn_wrapper .btn {
  width: 320px;
  height: 90px;
  line-height: 84px;
  font-size: 28px;
  font-weight: 700;
  text-transform: capitalize;
  text-align: center;
}

#contact .headline_wrapper h3 {
  margin-bottom: 5px;
  margin-top: 0px;
}

#contact .headline_wrapper p {
  font-size: 24px;
}

#contact .disclaimer {
    text-align: left;
    margin: 25px 0 70px 0;
    width: 100%;
}

#contact .disclaimer p {
    margin: 5px 0;
    font-size: 18px;
}



@media (max-width: 767px) {

  #contact {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  
  #contact .col-sm-12 > * {
    width: 100%;
    text-align: center;
  }

  #contact .btn_wrapper .btn {
    height: 52px;
    line-height: 48px;
    font-size: 22px;
    width: 200px;
  }

  #contact .disclaimer {
    margin-bottom: 0px;
  }

  #contact .disclaimer p  {
    font-size: 14px;
  }
  

}



/* @end Section - Callout contact */

/* @group Section - Site footer */



#site_footer {
  background-color: #183071 !important;

}

#site_footer .copyright {
    text-align: center;
    margin: 15px auto 15px auto;
}

#site_footer .copyright p {
    font-size: 12px;
    margin: 10px 0;
}


/* @end Section - Site footer */














/* @group Module - Accordion tabs */


@media (min-width: 768px) {

  .tab_wrapper .tab_headline {
    display: none;
  }

  .tab_wrapper .tab_content {
    display: block !important;
  }

}

@media (max-width: 767px) {

  .tab_wrapper {
    padding: 0 20px;
    overflow: hidden;
    margin: 15px 0;
    margin: 0;
    padding: 0;
    padding: 0 20px;
    clear: both;
    background-color: #ffffff;
  }

  .tab_wrapper.open {
    padding-bottom: 20px;
  }

  .tab_wrapper .tab_headline {
    background: #223F8F;
    position: relative;
    z-index: 100;
    padding: 20px 45px 20px 25px;
    margin: 0 15px 15px 15px;
        margin: 0 0px 20px 0px;
    cursor: pointer;
  }

  .tab_wrapper.open .tab_headline {
    /* margin-bottom: 0px; */
  }

  .tab_wrapper .tab_headline h3 {
    color: #ffffff;
    margin: 0;
    font-size: 19px;
    text-transform: none;
    /* letter-spacing: 1.4px; */
    font-family: 'futura-pt', sans-serif;
  }

  .tab_wrapper .tab_headline .icon_toggle {
    display:block;
    width: 25px;
    height: 25px;
    background: #ffffff;
    border-radius: 100px;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }

  .tab_wrapper .tab_headline .icon_toggle:before {
    content: '+';
    display: block;
    position: absolute;
    color: #223F8F;
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    line-height: 1;
    left: 49%;
    top: 53%;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  }

  .tab_wrapper .tab_headline:hover,
  .tab_wrapper.open .tab_headline {
    background: #183071;
  }

  .tab_wrapper.open .tab_headline .icon_toggle:before {
    content: '\002013';
    top: 39%;
  }

  .tab_wrapper.open {
    overflow: visible;
  }

  .tab_wrapper .tab_content {display: none;overflow: hidden;overflow: visible;/* display: block !important; */}

  .tab_wrapper.open .tab_content .container {
    /* padding: 0px; */
  }

  .tab_wrapper.open .section_wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }



}



/* @end Module - Accordion tabs */

.header-nav a:focus {
  color: #ffffff !important;
  outline-color: white !important;
  outline: 2px solid !important;
  outline-offset: 4px !important;
}

.cswidget.cs_popup_link.tracking_shop_link.sticky_shop_now:focus {
  outline-color: #183071 !important;
  outline: 2px solid !important;
  outline-offset: 4px !important;
}

.copyright a:focus {
  color: #ffffff;
}


.skip-link {
  /* Position the link */
  position: absolute;
  top: -100px;
  left: 0;
  z-index: 100;
  
  /* Basic styling */
  background: #ffffff;
  color: #000000;
  padding: 10px 20px;
  text-decoration: none;
  
  /* Ensure proper width for longer text */
  width: auto;
  height: auto;
  margin: 0;
  
  /* Add a border when focused */
  border: 2px solid transparent;
  
  /* Transition for smooth appearance */
  transition: top 0.3s ease;
}

/* Show the link when it receives focus */
.skip-link:focus {
  top: 0;
  border-color: #000000;
  outline: none;
}

/* Ensure main content can receive focus */
main:focus {
  outline: none;
}