/*
 Theme Name:     Three21
 Author:         Dustin Delatore
 Author URI:     three21.com
 Template:       Divi
 Version:        0.1.0
 Description:   A Child Theme built using the elegantmarketplace.com Child theme maker
Developed by Andrew Palmer for Elegant Marketplace www.elegantmarketplace.com Free to use and duplicate as many times as you like
 Wordpress Version: 4.5.3
*/
/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */
@import url(./assets/fonts/youth-young/stylesheet.css);
/* line 10, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_component-animations.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
/* line 13, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_component-animations.scss */
.fade.in {
  opacity: 1;
}

/* line 18, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_component-animations.scss */
.collapse {
  display: none;
}
/* line 21, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_component-animations.scss */
.collapse.in {
  display: block;
}

/* line 26, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_component-animations.scss */
tr.collapse.in {
  display: table-row;
}

/* line 28, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_component-animations.scss */
tbody.collapse.in {
  display: table-row-group;
}

/* line 30, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_component-animations.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

/* line 10, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_grid.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 14, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container:before, .container:after {
  content: " ";
  display: table;
}
/* line 19, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 10, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  /* line 10, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  /* line 10, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 1170px;
  }
}

/* line 30, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_grid.scss */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 14, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
/* line 19, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container-fluid:after {
  clear: both;
}

/* line 39, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_grid.scss */
.row {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 14, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}
/* line 19, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.row:after {
  clear: both;
}

/* line 11, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 27, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

/* line 35, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1 {
  width: 8.33333%;
}

/* line 35, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-2 {
  width: 16.66667%;
}

/* line 35, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-3 {
  width: 25%;
}

/* line 35, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-4 {
  width: 33.33333%;
}

/* line 35, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-5 {
  width: 41.66667%;
}

/* line 35, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-6 {
  width: 50%;
}

/* line 35, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-7 {
  width: 58.33333%;
}

/* line 35, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-8 {
  width: 66.66667%;
}

/* line 35, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-9 {
  width: 75%;
}

/* line 35, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-10 {
  width: 83.33333%;
}

/* line 35, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-11 {
  width: 91.66667%;
}

/* line 35, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-12 {
  width: 100%;
}

/* line 55, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-0 {
  right: auto;
}

/* line 50, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-1 {
  right: 8.33333%;
}

/* line 50, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-2 {
  right: 16.66667%;
}

/* line 50, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 50, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-4 {
  right: 33.33333%;
}

/* line 50, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-5 {
  right: 41.66667%;
}

/* line 50, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-6 {
  right: 50%;
}

/* line 50, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-7 {
  right: 58.33333%;
}

/* line 50, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-8 {
  right: 66.66667%;
}

/* line 50, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 50, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-10 {
  right: 83.33333%;
}

/* line 50, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-11 {
  right: 91.66667%;
}

/* line 50, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 45, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-0 {
  left: auto;
}

/* line 40, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-1 {
  left: 8.33333%;
}

/* line 40, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-2 {
  left: 16.66667%;
}

/* line 40, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 40, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-4 {
  left: 33.33333%;
}

/* line 40, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-5 {
  left: 41.66667%;
}

/* line 40, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-6 {
  left: 50%;
}

/* line 40, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-7 {
  left: 58.33333%;
}

/* line 40, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-8 {
  left: 66.66667%;
}

/* line 40, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 40, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-10 {
  left: 83.33333%;
}

/* line 40, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-11 {
  left: 91.66667%;
}

/* line 40, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 60, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-0 {
  margin-left: 0%;
}

/* line 60, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-1 {
  margin-left: 8.33333%;
}

/* line 60, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-2 {
  margin-left: 16.66667%;
}

/* line 60, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 60, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-4 {
  margin-left: 33.33333%;
}

/* line 60, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-5 {
  margin-left: 41.66667%;
}

/* line 60, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 60, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-7 {
  margin-left: 58.33333%;
}

/* line 60, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-8 {
  margin-left: 66.66667%;
}

/* line 60, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 60, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-10 {
  margin-left: 83.33333%;
}

/* line 60, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-11 {
  margin-left: 91.66667%;
}

/* line 60, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  /* line 27, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  /* line 35, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1 {
    width: 8.33333%;
  }

  /* line 35, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-2 {
    width: 16.66667%;
  }

  /* line 35, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-3 {
    width: 25%;
  }

  /* line 35, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-4 {
    width: 33.33333%;
  }

  /* line 35, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-5 {
    width: 41.66667%;
  }

  /* line 35, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-6 {
    width: 50%;
  }

  /* line 35, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-7 {
    width: 58.33333%;
  }

  /* line 35, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-8 {
    width: 66.66667%;
  }

  /* line 35, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-9 {
    width: 75%;
  }

  /* line 35, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-10 {
    width: 83.33333%;
  }

  /* line 35, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-11 {
    width: 91.66667%;
  }

  /* line 35, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-12 {
    width: 100%;
  }

  /* line 55, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-0 {
    right: auto;
  }

  /* line 50, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-1 {
    right: 8.33333%;
  }

  /* line 50, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-2 {
    right: 16.66667%;
  }

  /* line 50, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-3 {
    right: 25%;
  }

  /* line 50, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-4 {
    right: 33.33333%;
  }

  /* line 50, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-5 {
    right: 41.66667%;
  }

  /* line 50, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-6 {
    right: 50%;
  }

  /* line 50, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-7 {
    right: 58.33333%;
  }

  /* line 50, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-8 {
    right: 66.66667%;
  }

  /* line 50, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-9 {
    right: 75%;
  }

  /* line 50, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-10 {
    right: 83.33333%;
  }

  /* line 50, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-11 {
    right: 91.66667%;
  }

  /* line 50, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-12 {
    right: 100%;
  }

  /* line 45, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-0 {
    left: auto;
  }

  /* line 40, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-1 {
    left: 8.33333%;
  }

  /* line 40, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-2 {
    left: 16.66667%;
  }

  /* line 40, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-3 {
    left: 25%;
  }

  /* line 40, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-4 {
    left: 33.33333%;
  }

  /* line 40, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-5 {
    left: 41.66667%;
  }

  /* line 40, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-6 {
    left: 50%;
  }

  /* line 40, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-7 {
    left: 58.33333%;
  }

  /* line 40, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-8 {
    left: 66.66667%;
  }

  /* line 40, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-9 {
    left: 75%;
  }

  /* line 40, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-10 {
    left: 83.33333%;
  }

  /* line 40, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-11 {
    left: 91.66667%;
  }

  /* line 40, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-12 {
    left: 100%;
  }

  /* line 60, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-0 {
    margin-left: 0%;
  }

  /* line 60, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 60, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 60, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }

  /* line 60, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 60, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 60, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }

  /* line 60, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 60, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 60, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }

  /* line 60, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 60, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 60, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  /* line 27, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  /* line 35, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-1 {
    width: 8.33333%;
  }

  /* line 35, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-2 {
    width: 16.66667%;
  }

  /* line 35, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-3 {
    width: 25%;
  }

  /* line 35, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-4 {
    width: 33.33333%;
  }

  /* line 35, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-5 {
    width: 41.66667%;
  }

  /* line 35, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-6 {
    width: 50%;
  }

  /* line 35, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-7 {
    width: 58.33333%;
  }

  /* line 35, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-8 {
    width: 66.66667%;
  }

  /* line 35, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-9 {
    width: 75%;
  }

  /* line 35, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-10 {
    width: 83.33333%;
  }

  /* line 35, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-11 {
    width: 91.66667%;
  }

  /* line 35, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-12 {
    width: 100%;
  }

  /* line 55, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-0 {
    right: auto;
  }

  /* line 50, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-1 {
    right: 8.33333%;
  }

  /* line 50, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-2 {
    right: 16.66667%;
  }

  /* line 50, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-3 {
    right: 25%;
  }

  /* line 50, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-4 {
    right: 33.33333%;
  }

  /* line 50, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-5 {
    right: 41.66667%;
  }

  /* line 50, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-6 {
    right: 50%;
  }

  /* line 50, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-7 {
    right: 58.33333%;
  }

  /* line 50, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-8 {
    right: 66.66667%;
  }

  /* line 50, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-9 {
    right: 75%;
  }

  /* line 50, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-10 {
    right: 83.33333%;
  }

  /* line 50, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-11 {
    right: 91.66667%;
  }

  /* line 50, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-12 {
    right: 100%;
  }

  /* line 45, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-0 {
    left: auto;
  }

  /* line 40, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-1 {
    left: 8.33333%;
  }

  /* line 40, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-2 {
    left: 16.66667%;
  }

  /* line 40, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-3 {
    left: 25%;
  }

  /* line 40, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-4 {
    left: 33.33333%;
  }

  /* line 40, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-5 {
    left: 41.66667%;
  }

  /* line 40, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-6 {
    left: 50%;
  }

  /* line 40, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-7 {
    left: 58.33333%;
  }

  /* line 40, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-8 {
    left: 66.66667%;
  }

  /* line 40, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-9 {
    left: 75%;
  }

  /* line 40, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-10 {
    left: 83.33333%;
  }

  /* line 40, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-11 {
    left: 91.66667%;
  }

  /* line 40, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-12 {
    left: 100%;
  }

  /* line 60, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-0 {
    margin-left: 0%;
  }

  /* line 60, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 60, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 60, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }

  /* line 60, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 60, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 60, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }

  /* line 60, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 60, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 60, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }

  /* line 60, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 60, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 60, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  /* line 27, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  /* line 35, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1 {
    width: 8.33333%;
  }

  /* line 35, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-2 {
    width: 16.66667%;
  }

  /* line 35, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-3 {
    width: 25%;
  }

  /* line 35, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-4 {
    width: 33.33333%;
  }

  /* line 35, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-5 {
    width: 41.66667%;
  }

  /* line 35, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-6 {
    width: 50%;
  }

  /* line 35, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-7 {
    width: 58.33333%;
  }

  /* line 35, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-8 {
    width: 66.66667%;
  }

  /* line 35, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-9 {
    width: 75%;
  }

  /* line 35, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-10 {
    width: 83.33333%;
  }

  /* line 35, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-11 {
    width: 91.66667%;
  }

  /* line 35, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-12 {
    width: 100%;
  }

  /* line 55, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-0 {
    right: auto;
  }

  /* line 50, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-1 {
    right: 8.33333%;
  }

  /* line 50, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-2 {
    right: 16.66667%;
  }

  /* line 50, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-3 {
    right: 25%;
  }

  /* line 50, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-4 {
    right: 33.33333%;
  }

  /* line 50, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-5 {
    right: 41.66667%;
  }

  /* line 50, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-6 {
    right: 50%;
  }

  /* line 50, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-7 {
    right: 58.33333%;
  }

  /* line 50, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-8 {
    right: 66.66667%;
  }

  /* line 50, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-9 {
    right: 75%;
  }

  /* line 50, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-10 {
    right: 83.33333%;
  }

  /* line 50, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-11 {
    right: 91.66667%;
  }

  /* line 50, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-12 {
    right: 100%;
  }

  /* line 45, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-0 {
    left: auto;
  }

  /* line 40, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-1 {
    left: 8.33333%;
  }

  /* line 40, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-2 {
    left: 16.66667%;
  }

  /* line 40, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-3 {
    left: 25%;
  }

  /* line 40, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-4 {
    left: 33.33333%;
  }

  /* line 40, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-5 {
    left: 41.66667%;
  }

  /* line 40, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-6 {
    left: 50%;
  }

  /* line 40, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-7 {
    left: 58.33333%;
  }

  /* line 40, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-8 {
    left: 66.66667%;
  }

  /* line 40, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-9 {
    left: 75%;
  }

  /* line 40, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-10 {
    left: 83.33333%;
  }

  /* line 40, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-11 {
    left: 91.66667%;
  }

  /* line 40, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-12 {
    left: 100%;
  }

  /* line 60, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-0 {
    margin-left: 0%;
  }

  /* line 60, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 60, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 60, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }

  /* line 60, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 60, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 60, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }

  /* line 60, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 60, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 60, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }

  /* line 60, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 60, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 60, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
/* line 7, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 16, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-body {
  padding: 15px;
}
/* line 14, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}
/* line 19, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.panel-body:after {
  clear: both;
}

/* line 22, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 27, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

/* line 33, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
/* line 39, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

/* line 49, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 63, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
/* line 67, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
/* line 74, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 82, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
/* line 89, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 96, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

/* line 100, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.list-group + .panel-footer {
  border-top-width: 0;
}

/* line 110, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
/* line 115, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
/* line 121, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 127, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
/* line 131, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
/* line 135, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
/* line 143, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
/* line 149, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
/* line 153, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
/* line 157, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
/* line 164, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
/* line 170, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
/* line 174, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
/* line 181, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
/* line 185, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
/* line 194, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
/* line 203, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
/* line 210, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

/* line 222, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-group {
  margin-bottom: 20px;
}
/* line 226, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
/* line 230, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel + .panel {
  margin-top: 5px;
}
/* line 235, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-heading {
  border-bottom: 0;
}
/* line 238, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
/* line 244, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-footer {
  border-top: 0;
}
/* line 246, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

/* line 254, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-default {
  border-color: #ddd;
}
/* line 6, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
/* line 11, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
/* line 14, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
/* line 20, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

/* line 257, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-primary {
  border-color: #337ab7;
}
/* line 6, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
/* line 11, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
/* line 14, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
/* line 20, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

/* line 260, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-success {
  border-color: #d6e9c6;
}
/* line 6, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
/* line 11, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
/* line 14, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
/* line 20, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

/* line 263, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-info {
  border-color: #bce8f1;
}
/* line 6, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
/* line 11, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
/* line 14, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
/* line 20, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

/* line 266, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-warning {
  border-color: #faebcc;
}
/* line 6, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
/* line 11, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
/* line 14, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
/* line 20, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

/* line 269, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-danger {
  border-color: #ebccd1;
}
/* line 6, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
/* line 11, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
/* line 14, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
/* line 20, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

/* line 10, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

/* line 20, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 32, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

/* line 47, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 52, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

/* line 59, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
input[type="file"] {
  display: block;
}

/* line 64, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
input[type="range"] {
  display: block;
  width: 100%;
}

/* line 70, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 76, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 83, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
}

/* line 114, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
/* line 57, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
/* line 103, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
/* line 107, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control:-ms-input-placeholder {
  color: #999;
}
/* line 108, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-webkit-input-placeholder {
  color: #999;
}
/* line 136, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
/* line 146, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
/* line 153, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

/* line 162, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
textarea.form-control {
  height: auto;
}

/* line 174, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 193, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  /* line 197, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  input[type="date"].input-sm, .input-group-sm input[type="date"],
  input[type="time"].input-sm, .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm, .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm, .input-group-sm
  input[type="month"] {
    line-height: 30px;
  }
  /* line 202, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  input[type="date"].input-lg, .input-group-lg input[type="date"],
  input[type="time"].input-lg, .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg, .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg, .input-group-lg
  input[type="month"] {
    line-height: 46px;
  }
}
/* line 215, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-group {
  margin-bottom: 15px;
}

/* line 224, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 231, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

/* line 239, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

/* line 248, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

/* line 254, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

/* line 264, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* line 276, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

/* line 285, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

/* line 295, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

/* line 307, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
/* line 315, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-control-static.input-lg, .form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}

/* line 71, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 79, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
select.input-sm {
  height: 30px;
  line-height: 30px;
}

/* line 84, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

/* line 333, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
/* line 340, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
/* line 344, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
/* line 348, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 71, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

/* line 79, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
select.input-lg {
  height: 46px;
  line-height: 46px;
}

/* line 84, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

/* line 359, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}
/* line 366, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
/* line 370, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
/* line 374, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333;
}

/* line 388, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback {
  position: relative;
}
/* line 393, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback .form-control {
  padding-right: 42.5px;
}

/* line 398, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

/* line 410, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

/* line 417, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

/* line 8, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
/* line 21, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 24, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
/* line 31, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
/* line 37, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control-feedback {
  color: #3c763d;
}

/* line 8, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
/* line 21, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 24, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
/* line 31, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
/* line 37, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

/* line 8, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
/* line 21, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 24, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
/* line 31, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
/* line 37, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control-feedback {
  color: #a94442;
}

/* line 439, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
/* line 442, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

/* line 453, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  /* line 478, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 485, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 492, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control-static {
    display: inline-block;
  }
  /* line 496, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 500, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  /* line 508, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  /* line 512, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 519, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 526, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  /* line 530, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 537, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

/* line 559, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
/* line 569, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
/* line 575, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 14, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
/* line 19, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 582, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
/* line 593, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  /* line 603, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  /* line 611, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

/* line 1, assets/sass/base/_base.scss */
body {
  font-family: "American Typewriter", Arial, sans-serif !important;
}

/* line 5, assets/sass/base/_base.scss */
sup {
  bottom: 0 !important;
}

/* line 9, assets/sass/base/_base.scss */
#left-area ul,
.entry-content ul,
.comment-content ul,
body.et-pb-preview #main-content
.container ul {
  padding: 0;
  line-height: 1.4;
  list-style-type: none;
}

/* line 19, assets/sass/base/_base.scss */
.back-to-top:hover {
  cursor: pointer;
}

@media (min-width: 1400px) {
  /* line 25, assets/sass/base/_base.scss */
  .container {
    width: 1400px;
    max-width: none;
  }
}
/* line 35, assets/sass/base/_base.scss */
body.page-id-81.en-au .et_pb_text ul {
  margin-bottom: 1em;
}
/* line 37, assets/sass/base/_base.scss */
body.page-id-81.en-au .et_pb_text ul li {
  line-height: 23.8px;
  padding-left: 32px;
  position: relative;
}
/* line 41, assets/sass/base/_base.scss */
body.page-id-81.en-au .et_pb_text ul li:before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #000;
  position: absolute;
  left: 6px;
  top: 12px;
  margin-top: -2px;
}

@font-face {
  font-family: "Festus";
  font-style: normal;
  font-weight: 500;
  src: url("./assets/fonts/festus/festus.otf") format("opentype"), url("./assets/fonts/festus/festus.woff") format("woff"), url("./assets/fonts/festus/festus.woff2") format("woff2");
}
@font-face {
  font-family: "Lucky";
  font-style: normal;
  font-weight: 500;
  src: url("./assets/fonts/lucky-typewriter/LUCKYTYPEWRITER.otf") format("opentype"), url("./assets/fonts/lucky-typewriter/LUCKYTYPEWRITER.woff") format("woff"), url("./assets/fonts/lucky-typewriter/LUCKYTYPEWRITER.woff2") format("woff2");
}
@font-face {
  font-family: "Luna";
  font-style: normal;
  font-weight: 500;
  src: url("./assets/fonts/luna/Luna.otf") format("opentype"), url("./assets/fonts/luna/Luna.woff") format("woff"), url("./assets/fonts/luna/Luna.woff2") format("woff2");
}
@font-face {
  font-family: "Typewriter";
  font-style: normal;
  font-weight: 500;
  src: url("./assets/fonts/typewriter/typewriter.ttf") format("truetype"), url("./assets/fonts/typewriter/typewriter.woff") format("woff"), url("./assets/fonts/typewriter/typewriter.woff2") format("woff2");
}
/* line 12, assets/sass/base/_typography.scss */
.font-luna, .font-about-categories h1 {
  font-family: "Luna";
}

/* line 16, assets/sass/base/_typography.scss */
.font-lucky, .font-about-categories p {
  font-family: "Lucky";
}

/* line 20, assets/sass/base/_typography.scss */
.font-lucky, .font-about-categories p {
  font-family: "Lucky";
}

/* line 24, assets/sass/base/_typography.scss */
.font-youth-touch {
  font-family: 'Youth Touch';
}

/* line 28, assets/sass/base/_typography.scss */
.font-typewriter {
  font-family: 'Typewriter';
}

/**********
	Headers for product filter / featured pages
***********/
/* line 41, assets/sass/base/_typography.scss */
.cta-header {
  text-align: center;
  margin-top: 100px;
  padding-bottom: 0;
}
@media only screen and (max-width: 400px) {
  /* line 41, assets/sass/base/_typography.scss */
  .cta-header {
    margin-top: 25px;
  }
}

/* line 1, assets/sass/layout/_layout.scss */
.no-gutter {
  padding: 0 !important;
  margin: 0 0 -10px 0;
}

/****************************
*	Header Styles
*****************************/
/* line 4, assets/sass/components/_header.scss */
.ogx-header#main-header,
.ogx-header#main-header.et-fixed-header {
  text-transform: uppercase;
}

/* line 29, assets/sass/components/_header.scss */
.ogx-header#main-header::before {
  position: absolute;
  display: block;
  width: 100%;
  height: 40px;
  box-shadow: inset 0 0 20px 4px rgba(0, 0, 0, 0.4) !important;
  background: url("assets/img/bkg-secondary-header.jpg") repeat-x;
  bottom: -40px;
  content: '';
}

/* line 40, assets/sass/components/_header.scss */
.ogx-header #et-top-navigation {
  float: left;
  padding-left: 0 !important;
}

/* line 45, assets/sass/components/_header.scss */
.et_header_style_left .logo_container {
  width: 140px !important;
  height: 120px;
  left: 50%;
  top: 0;
  margin-left: -60px;
}

/* line 53, assets/sass/components/_header.scss */
span.logo_helper {
  height: 0;
}

/* line 57, assets/sass/components/_header.scss */
.ogx-header .et-cart-info {
  display: none;
}

/* line 61, assets/sass/components/_header.scss */
.et-fixed-header #top-menu .sub-menu .menu-item a {
  color: #0a0a0a !important;
}

/* line 65, assets/sass/components/_header.scss */
.nav > li > .sub-menu {
  border-left: solid 1px #009188 !important;
  border-bottom: solid 1px #009188 !important;
  border-right: solid 1px #009188 !important;
}

/* line 71, assets/sass/components/_header.scss */
#top-menu li.mega-menu > .sub-menu > a {
  text-transform: uppercase;
}

/* line 75, assets/sass/components/_header.scss */
#top-menu li li {
  text-transform: capitalize;
}

/* line 79, assets/sass/components/_header.scss */
#top-menu li.mega-menu > ul {
  left: inherit !important;
  width: auto !important;
}

/* line 84, assets/sass/components/_header.scss */
#top-menu li.mega-menu.mega-menu-parent li > .sub-menu,
#top-menu li.mega-menu.mega-menu-parent li li,
#top-menu li.mega-menu.mega-menu-parent li > a {
  background: rgba(255, 255, 255, 0) !important;
}

/* line 90, assets/sass/components/_header.scss */
.header__search {
  float: right;
  margin-right: 15px;
  width: 30%;
  z-index: 9999;
}
/* line 95, assets/sass/components/_header.scss */
.header__search .aws-container {
  width: 100%;
  margin-top: 5px;
}
/* line 98, assets/sass/components/_header.scss */
.header__search .aws-container .aws-search-field {
  line-height: 22px;
}

/* line 104, assets/sass/components/_header.scss */
select.language {
  float: right;
  margin-top: 14px;
}

/* line 109, assets/sass/components/_header.scss */
.search__form {
  transform: translateY(60%);
  -webkit-transform: translateY(60%);
  -moz-transform: translateY(60%);
}

/* line 116, assets/sass/components/_header.scss */
.search__form--group {
  position: relative;
  display: inline-block;
  width: 50%;
}

/* line 128, assets/sass/components/_header.scss */
.search__input {
  width: 100%;
  padding: 4px 10px;
  border: solid 1px #000;
}

/* line 134, assets/sass/components/_header.scss */
.search__icon,
.et-fixed-header .search__icon {
  background: transparent;
  border: 0;
  position: absolute;
  top: 2px;
  right: 4px;
}
/* line 141, assets/sass/components/_header.scss */
.search__icon:before,
.et-fixed-header .search__icon:before {
  font-family: "ETmodules" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  text-transform: none;
  speak: none;
  font-size: 16px;
  content: "\55";
}

@media screen and (max-width: 980px) {
  /* line 157, assets/sass/components/_header.scss */
  .et_header_style_left #logo, .et_header_style_split #logo {
    max-width: 100%;
  }

  /* line 160, assets/sass/components/_header.scss */
  .mobile_menu_bar:before {
    color: #fff !important;
  }

  /* line 164, assets/sass/components/_header.scss */
  #main-header .et_mobile_menu {
    background: #fff !important;
  }

  /* line 168, assets/sass/components/_header.scss */
  .et_header_style_left #et-top-navigation {
    padding-top: 10px;
  }

  /* line 172, assets/sass/components/_header.scss */
  .et_header_style_left .mobile_menu_bar {
    padding-bottom: 10px;
  }

  /* line 176, assets/sass/components/_header.scss */
  .et_mobile_menu {
    border-top-color: #009188;
  }

  /* line 180, assets/sass/components/_header.scss */
  .et_mobile_menu li a {
    color: #000 !important;
  }

  /* line 184, assets/sass/components/_header.scss */
  .search__form--group {
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  /* line 190, assets/sass/components/_header.scss */
  #main-header > .container {
    padding-left: 0;
    padding-right: 0;
    width: calc(100% - 20px);
  }

  /* line 195, assets/sass/components/_header.scss */
  .header__search {
    display: none;
  }

  /* line 198, assets/sass/components/_header.scss */
  select.language {
    max-width: 100px;
  }
}
/* line 203, assets/sass/components/_header.scss */
.et_fixed_nav.et_show_nav #page-container {
  padding-top: 58px;
}

/****************************
*	Footer Styles
*****************************/
/* line 5, assets/sass/components/_footer.scss */
.footer-social {
  font-family: "Lucky";
  padding: 0 !important;
}

/* Footer Social */
/* line 11, assets/sass/components/_footer.scss */
.footer-social ul {
  list-style: none;
  padding: 0 !important;
  text-align: center;
  display: block;
}

/* line 17, assets/sass/components/_footer.scss */
.footer-social li {
  display: inline-block;
  text-align: center;
  padding: 0 15px;
  font-size: 1rem;
}

/* line 23, assets/sass/components/_footer.scss */
.footer-social li a {
  color: #000;
}

/* line 26, assets/sass/components/_footer.scss */
.footer-social i {
  display: block;
  font-size: 2em;
}

/* line 30, assets/sass/components/_footer.scss */
.footer-social span {
  display: block;
  margin-top: 7px;
  font-size: 1.25em;
}

/* Footer Navigation */
/* line 37, assets/sass/components/_footer.scss */
.footer-navigation {
  padding: 0 !important;
}

/* line 40, assets/sass/components/_footer.scss */
.footer-navigation .et_pb_widget_area_left {
  border: none;
}

/* line 43, assets/sass/components/_footer.scss */
.footer-navigation .et_pb_widget {
  margin-bottom: 0 !important;
}

/* line 46, assets/sass/components/_footer.scss */
.footer-navigation .widgettitle {
  font-weight: 700;
}

/* line 49, assets/sass/components/_footer.scss */
.footer-navigation .et_pb_widget ul li {
  margin-bottom: 0;
}

/* line 52, assets/sass/components/_footer.scss */
.footer-navigation .et_pb_widget ul li a {
  color: #000;
}

/* Footer Bottom */
/* line 58, assets/sass/components/_footer.scss */
.footer__bottom.et_pb_row {
  padding: 10px 0 !important;
}

/* line 62, assets/sass/components/_footer.scss */
.white-footer-right {
  text-align: right;
}

/* line 65, assets/sass/components/_footer.scss */
.white-footer-right select,
.white-footer-right ul,
.white-footer-right li {
  display: inline-block;
}

/* line 70, assets/sass/components/_footer.scss */
.white-footer-right ul {
  list-style: none;
  padding: 0 !important;
}

/* line 74, assets/sass/components/_footer.scss */
.white-footer-right li {
  margin: 0 0 0 25px;
  color: #000;
}

/* line 78, assets/sass/components/_footer.scss */
.white-footer-right li a {
  color: #000;
}

@media (max-width: 600px) {
  /* line 85, assets/sass/components/_footer.scss */
  .footer-social span {
    display: none;
  }

  /* line 89, assets/sass/components/_footer.scss */
  .footer-social li {
    display: block;
    padding: 0;
  }

  /* line 94, assets/sass/components/_footer.scss */
  .footer-social {
    display: flex !important;
    justify-content: space-around;
  }

  /* line 99, assets/sass/components/_footer.scss */
  .footer__bottom select.language {
    max-width: none;
    margin: 14px auto 0 auto;
    float: none;
    display: block;
  }
}
/* line 109, assets/sass/components/_footer.scss */
li#menu-item-1837 a {
  padding-right: 18px;
  background: url('assets/img/ad-choices.png?1593706678') 100% 50%/12px auto no-repeat;
}

/* line 3, assets/sass/components/_menu.scss */
#top-menu li.mega-menu > ul > li > a:first-child {
  height: 0;
  text-indent: -9999px;
  overflow: hidden;
}

/* line 8, assets/sass/components/_menu.scss */
.menu__slider {
  display: flex;
  justify-content: center;
  width: 100%;
  position: absolute;
  z-index: 1;
}

/* line 16, assets/sass/components/_menu.scss */
.menu__slider .menu {
  width: 50%;
  margin: 20px 0;
  text-align: center;
}

/* line 23, assets/sass/components/_menu.scss */
.menu__slider .menu-item {
  display: inline-block;
  margin: 0 2%;
  padding: 0 2%;
  text-transform: uppercase;
  font-family: "American Typewriter";
  font-size: 1.2em;
}

/* line 32, assets/sass/components/_menu.scss */
.menu__slider .current-menu-item,
.menu__slider .menu-item:hover {
  position: relative;
  border-bottom: solid 2px transparent;
}

/* line 38, assets/sass/components/_menu.scss */
.menu__slider .current-menu-item::after {
  position: absolute;
  left: 50%;
  bottom: -8px;
  margin-left: -6px;
  content: '';
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid transparent;
}

/* line 52, assets/sass/components/_menu.scss */
.menu__slider #menu-news-now .menu-item a {
  color: #000;
}
/* line 55, assets/sass/components/_menu.scss */
.menu__slider #menu-news-now .current-menu-item,
.menu__slider #menu-news-now .menu-item:hover {
  border-color: #000;
}
/* line 59, assets/sass/components/_menu.scss */
.menu__slider #menu-news-now .current-menu-item::after {
  border-top-color: #000;
}

/* line 67, assets/sass/components/_menu.scss */
.menu__slider #menu-how-to .menu-item a {
  color: #FFF;
}
/* line 70, assets/sass/components/_menu.scss */
.menu__slider #menu-how-to .current-menu-item,
.menu__slider #menu-how-to .menu-item:hover {
  border-color: #FFF;
}
/* line 74, assets/sass/components/_menu.scss */
.menu__slider #menu-how-to .current-menu-item::after {
  border-top-color: #FFF;
}

/* line 79, assets/sass/components/_menu.scss */
.menu__tag-filter {
  display: flex;
  justify-content: center;
  width: 100%;
  z-index: 1;
}
/* line 84, assets/sass/components/_menu.scss */
.menu__tag-filter .nav {
  width: 50%;
  margin: 20px 0;
  text-align: center;
}
/* line 88, assets/sass/components/_menu.scss */
.menu__tag-filter .nav a {
  color: #666;
}
/* line 91, assets/sass/components/_menu.scss */
.menu__tag-filter .nav > .menu-item {
  display: inline-block;
  margin: 0 2%;
  padding: 0 2%;
  text-transform: uppercase;
  font-family: "American Typewriter";
  font-size: 1.2em;
}
/* line 98, assets/sass/components/_menu.scss */
.menu__tag-filter .nav > .menu-item > a::after {
  position: absolute;
  top: -2px;
  right: -20px;
  font-family: "ETmodules";
  font-size: 28px;
  font-weight: 200;
  content: '3';
}
/* line 108, assets/sass/components/_menu.scss */
.menu__tag-filter .nav .sub-menu {
  text-transform: capitalize;
}

/*********
Advanced Woo Search Styles
**********/
/* line 120, assets/sass/components/_menu.scss */
.aws-search-result {
  z-index: 99999;
}

/* line 124, assets/sass/components/_menu.scss */
.aws-container {
  width: 60%;
  transform: translateY(5%);
  -webkit-transform: translateY(5%);
}

/* line 130, assets/sass/components/_menu.scss */
.aws-search-result {
  position: fixed;
}

/******
SEARCH BAR STYLEZ
*******/
@media (max-width: 750px) {
  /* line 147, assets/sass/components/_menu.scss */
  .aws-container {
    width: 100% !important;
  }
}
@media (max-width: 500px) {
  /* line 154, assets/sass/components/_menu.scss */
  #aws-search-result-1 {
    width: 90vw !important;
    position: absolute !important;
    left: 5vw !important;
  }
}
/*****
MAIN NAV FIXES FOR STORE FINDER ADDITION
*****/
@media (max-width: 1400px) {
  /* line 168, assets/sass/components/_menu.scss */
  #top-menu li {
    font-size: 12px !important;
  }
}
@media (max-width: 1200px) {
  /* line 174, assets/sass/components/_menu.scss */
  #top-menu li {
    font-size: 10px !important;
  }
}
/***********
Product Page Menu (product filter)
************/
@media (max-width: 968px) {
  /* line 184, assets/sass/components/_menu.scss */
  .menu__tag-filter .nav {
    width: 100% !important;
  }
}
@media (max-width: 550px) {
  /* line 191, assets/sass/components/_menu.scss */
  .menu__tag-filter .nav > .menu-item {
    display: block;
    margin-bottom: 30px;
  }

  /* line 196, assets/sass/components/_menu.scss */
  .menu__tag-filter .nav .sub-menu {
    width: 80%;
    left: 10%;
  }
}
/* line 203, assets/sass/components/_menu.scss */
body.en-us #top-menu li#menu-item-2348.show-en-us {
  display: inline-block !important;
}

/* line 1, assets/sass/components/_social.scss */
.widget {
  width: 240px;
  background: ghostwhite;
  padding: 20px;
}

/* line 2, assets/sass/components/_social.scss */
.fm-update {
  margin-bottom: 20px;
  border-bottom: 1px #ddd;
}

/* line 3, assets/sass/components/_social.scss */
.avatar {
  float: left;
  margin-right: 10px;
  height: 48px;
  width: 48px;
}

/* line 4, assets/sass/components/_social.scss */
.author {
  font-size: 1.2em;
  padding-top: 5px;
}

/* line 5, assets/sass/components/_social.scss */
.timestamp {
  font-size: .8em;
  color: #777;
}

/* line 6, assets/sass/components/_social.scss */
.text {
  margin-top: 20px 0;
}

/***BV Social Curations***/
/* line 10, assets/sass/components/_social.scss */
.BV-carousel-header > p {
  width: 60%;
  margin: auto;
}

@media (max-width: 600px) {
  /* line 17, assets/sass/components/_social.scss */
  .BV-carousel-header > p {
    width: 80%;
  }
}
@media (max-width: 500px) {
  /* line 25, assets/sass/components/_social.scss */
  .BV-carousel-header > h1 {
    font-size: 28px !important;
  }
}
@media (max-width: 390px) {
  /* line 33, assets/sass/components/_social.scss */
  .BV-carousel-header > h1 {
    font-size: 24px !important;
    line-height: 26px;
  }
}
/* line 1, assets/sass/components/_product.scss */
.hide-n-seek {
  display: none;
}

/* line 5, assets/sass/components/_product.scss */
.product-item__category {
  font-family: "Luna";
  line-height: 55px;
  margin-top: 20px;
  text-transform: uppercase;
}

/* line 13, assets/sass/components/_product.scss */
.product-item__title, .product-item__price {
  font-family: "Lucky";
  text-transform: uppercase;
}

/* line 18, assets/sass/components/_product.scss */
.product-item__price {
  font-size: 25px;
  color: #333;
}

/* line 24, assets/sass/components/_product.scss */
.product-item__hero {
  min-height: 640px;
}

/* line 28, assets/sass/components/_product.scss */
.product-item-loop__category {
  font-family: "Lucky";
}

/* line 32, assets/sass/components/_product.scss */
.products li {
  text-align: center;
}

/**********
Product Page Style Fixes (fluid adjustments)
***********/
/*Product Image right-padding and full-width fix*/
/* line 41, assets/sass/components/_product.scss */
.no-right-padding {
  padding-right: 0 !important;
}

/* line 45, assets/sass/components/_product.scss */
.no-right-padding > div > a > img {
  width: 100% !important;
}

/*Collections page, main product image full width fix*/
/* line 50, assets/sass/components/_product.scss */
.product-cat__feature > div > img {
  width: 100% !important;
}

/*Center inline-ratings on product filter pages*/
/* line 56, assets/sass/components/_product.scss */
.BV-Center {
  position: relative;
  display: inline-block;
  margin: 0px auto;
}

/* line 62, assets/sass/components/_product.scss */
.store-finder-columns > a {
  font-size: 1.25em;
}

/* line 66, assets/sass/components/_product.scss */
.store-finder-columns {
  text-align: center;
}

@media (max-width: 990px) {
  /*Fixing featured product styles for mobile*/
  /* line 73, assets/sass/components/_product.scss */
  .product img {
    width: 200px !important;
    margin: auto !important;
  }

  /* line 79, assets/sass/components/_product.scss */
  .woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img {
    margin: auto !important;
  }
}
@media (max-width: 500px) {
  /* line 86, assets/sass/components/_product.scss */
  .product img {
    margin: auto !important;
  }
}
@media (max-width: 1120px) {
  /* line 95, assets/sass/components/_product.scss */
  .store-finder-columns > a {
    font-size: 1em;
  }
}
@media (max-width: 990px) {
  /* line 101, assets/sass/components/_product.scss */
  .store-finder-columns > a {
    font-size: 1.25em;
  }
}
@media (max-width: 350px) {
  /* line 107, assets/sass/components/_product.scss */
  .store-finder-columns > a {
    font-size: 1em;
  }
}
/***********
Mobile Product Page Edits
***********/
/*Tablet*/
@media (max-width: 968px) {
  /* line 118, assets/sass/components/_product.scss */
  .product-item__hero {
    min-height: 300px;
  }

  /* line 122, assets/sass/components/_product.scss */
  .no-right-padding {
    padding-left: 0;
  }
}
@media (max-width: 650px) {
  /* line 128, assets/sass/components/_product.scss */
  .product-item__hero {
    min-height: 200px;
  }
}
/*Mobile*/
@media (max-width: 500px) {
  /* line 135, assets/sass/components/_product.scss */
  .product-item__hero {
    min-height: 150px;
  }
}
/*Mobile Small*/
@media (max-width: 380px) {
  /* line 142, assets/sass/components/_product.scss */
  .product-item__hero {
    min-height: 125px;
  }

  /* line 146, assets/sass/components/_product.scss */
  .button__collection {
    width: 90%;
    margin-left: 5%;
  }
}
/***********
NEW STYLE BANNER Edits
***********/
/* line 162, assets/sass/components/_product.scss */
body.en-us .et_pb_fullwidth_header.product-item__hero, body.es-us .et_pb_fullwidth_header.product-item__hero, body.en-ca .et_pb_fullwidth_header.product-item__hero, body.fr-ca .et_pb_fullwidth_header.product-item__hero, body.en-au .et_pb_fullwidth_header.product-item__hero, body.en-gb .et_pb_fullwidth_header.product-item__hero, body.de-de .et_pb_fullwidth_header.product-item__hero {
  min-height: 0 !important;
  position: relative;
  padding: 0;
}
/* line 166, assets/sass/components/_product.scss */
body.en-us .et_pb_fullwidth_header.product-item__hero img, body.es-us .et_pb_fullwidth_header.product-item__hero img, body.en-ca .et_pb_fullwidth_header.product-item__hero img, body.fr-ca .et_pb_fullwidth_header.product-item__hero img, body.en-au .et_pb_fullwidth_header.product-item__hero img, body.en-gb .et_pb_fullwidth_header.product-item__hero img, body.de-de .et_pb_fullwidth_header.product-item__hero img {
  margin-bottom: -9px !important;
  width: 100%;
}

/**********
Featured Products styles
***********/
/* line 178, assets/sass/components/_product.scss */
.featured__products .woocommerce ul.products li.product a img, .featured__products .woocommerce-page ul.products li.product a img, .featured__products .woocommerce ul.products li.product a img, .featured__products .woocommerce-page ul.products li.product a img {
  width: 200px;
  margin: 0 auto !important;
}
@media (max-width: 767px) {
  /* line 178, assets/sass/components/_product.scss */
  .featured__products .woocommerce ul.products li.product a img, .featured__products .woocommerce-page ul.products li.product a img, .featured__products .woocommerce ul.products li.product a img, .featured__products .woocommerce-page ul.products li.product a img {
    width: 200px !important;
    margin: 0 auto !important;
  }
}
/* line 187, assets/sass/components/_product.scss */
.featured__products .woocommerce.columns-3 ul.products li.product {
  width: 200px !important;
  margin: 0 auto !important;
}
/* line 191, assets/sass/components/_product.scss */
.featured__products .woocommerce ul.products, .featured__products .woocommerce-page ul.products {
  display: flex;
}
@media (max-width: 399px) {
  /* line 191, assets/sass/components/_product.scss */
  .featured__products .woocommerce ul.products, .featured__products .woocommerce-page ul.products {
    flex-direction: row;
  }
}
/* line 197, assets/sass/components/_product.scss */
.featured__products .woocommerce ul.products li.product, .featured__products .woocommerce-page ul.products li.product {
  margin: 0;
}

@media only screen and (max-width: 399px) {
  /* line 203, assets/sass/components/_product.scss */
  .et_pb_gutters3 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products {
    flex-direction: row;
  }
}
@media (max-width: 767px) {
  /* line 210, assets/sass/components/_product.scss */
  .et_pb_column .woocommerce ul.products li.product:nth-child(n), .woocommerce-page ul.products li.product:nth-child(n), .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(n), .et_pb_column .woocommerce ul.products li.product:nth-child(n), .woocommerce-page ul.products li.product:nth-child(n) {
    margin: 0 !important;
  }
}
/* line 216, assets/sass/components/_product.scss */
.et_pb_gutters3 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products {
  display: flex;
}
/* line 218, assets/sass/components/_product.scss */
.et_pb_gutters3 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product {
  margin: 0 auto;
}

/* line 225, assets/sass/components/_product.scss */
.related ul.products li.product a img, .related .woocommerce-page ul.products li.product a img, .related .woocommerce ul.products li.product a img, .related .woocommerce-page ul.products li.product a img {
  width: 200px;
  margin: 0 auto !important;
}
@media (max-width: 767px) {
  /* line 225, assets/sass/components/_product.scss */
  .related ul.products li.product a img, .related .woocommerce-page ul.products li.product a img, .related .woocommerce ul.products li.product a img, .related .woocommerce-page ul.products li.product a img {
    width: 200px !important;
    margin: 0 auto !important;
  }
}
/* line 234, assets/sass/components/_product.scss */
.related ul.products li.product {
  width: 200px !important;
  margin: 0 auto !important;
}
/* line 238, assets/sass/components/_product.scss */
.related ul.products, .related .woocommerce-page ul.products {
  display: flex;
}
@media (max-width: 399px) {
  /* line 238, assets/sass/components/_product.scss */
  .related ul.products, .related .woocommerce-page ul.products {
    flex-direction: row;
  }
}
/* line 244, assets/sass/components/_product.scss */
.related ul.products li.product, .related .woocommerce-page ul.products li.product {
  margin: 0;
}

/* line 249, assets/sass/components/_product.scss */
.related ul.products {
  display: flex;
}
/* line 251, assets/sass/components/_product.scss */
.related ul.products li.product {
  margin: 0 auto;
}

/* line 258, assets/sass/components/_product.scss */
.attachment-shop_thumbnail {
  pointer-events: none;
}

/* line 2, assets/sass/components/_panels.scss */
.panel-group .panel {
  border-radius: 0;
}

/* line 6, assets/sass/components/_panels.scss */
.panel-group .panel + .panel {
  margin-top: 0;
}

/* line 10, assets/sass/components/_panels.scss */
.panel {
  border-top: solid 2px #666;
  -webkit-box-shadow: 0 0 0 transparent !important;
  box-shadow: 0 0 0 transparent !important;
}
/* line 14, assets/sass/components/_panels.scss */
.panel > div {
  position: relative;
}

/* line 19, assets/sass/components/_panels.scss */
.panel__title {
  margin: 0;
  padding: 0.5em 0;
  color: #333;
  font-family: "Lucky";
  text-transform: uppercase;
}

/* line 27, assets/sass/components/_panels.scss */
.panel__button {
  position: absolute;
  display: inline-block;
  top: 0;
  right: 10px;
  padding: 10px;
  border: 0;
  background: transparent;
  cursor: pointer;
}
/* line 37, assets/sass/components/_panels.scss */
.panel__button em {
  display: block;
  position: relative;
  width: 12px;
  height: 12px;
  top: 6px;
  left: 6px;
}
/* line 45, assets/sass/components/_panels.scss */
.panel__button em::before, .panel__button em::after {
  content: '';
  position: absolute;
  width: 12px;
  height: 2px;
  background-color: #333;
}

/* line 58, assets/sass/components/_panels.scss */
.panel__button.collapsed em::before {
  /* rotate top line */
  transform: rotate(-90deg);
}
/* line 63, assets/sass/components/_panels.scss */
.panel__button.collapsed em::after {
  /* rotate bottom line */
  transform: rotate(0deg);
}

/* line 1, assets/sass/components/_buttons.scss */
.et_pb_button {
  background: url("assets/img/bkg-buttons.jpg");
  background-size: contain;
  font-family: "Lucky";
}

/* line 7, assets/sass/components/_buttons.scss */
.button__collection {
  display: block;
  margin: 2% auto;
  text-align: center;
  bottom: 85px;
  max-width: 250px;
  font-size: 20px;
}
@media all and (min-width: 1600px) {
  /* line 7, assets/sass/components/_buttons.scss */
  .button__collection {
    bottom: 100px;
  }
}

/* line 21, assets/sass/components/_buttons.scss */
.product-cat__feature {
  position: relative;
}
/* line 23, assets/sass/components/_buttons.scss */
.product-cat__feature .button__collection {
  text-align: center;
  width: 100%;
  max-width: 80%;
  font-size: 18px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto auto 25px auto;
}

/* line 38, assets/sass/components/_buttons.scss */
.products__mobile-button {
  text-align: center;
  margin: 10px auto;
  position: relative;
  width: 100%;
  max-width: 400px;
}

/* line 46, assets/sass/components/_buttons.scss */
.button__collection-mobile {
  font-size: 17px;
  width: 100%;
  display: block;
  margin: 0 auto;
  max-width: 400px;
}

@media (min-width: 990px) {
  /* line 55, assets/sass/components/_buttons.scss */
  .products__mobile-button {
    display: none;
  }
}
@media (max-width: 990px) {
  /* line 61, assets/sass/components/_buttons.scss */
  .button__collection {
    display: none;
  }
}
/*Large displays*/
@media (min-width: 1800px) {
  /* line 69, assets/sass/components/_buttons.scss */
  .product-cat__feature .button__collection {
    font-size: 2em;
  }
}
/*Laptop Large*/
@media (max-width: 1440px) {
  /* line 78, assets/sass/components/_buttons.scss */
  .product-cat__feature .button__collection {
    font-size: 1.25em;
  }
}
/*Laptop Medium/Small*/
@media (max-width: 1200px) {
  /* line 88, assets/sass/components/_buttons.scss */
  .product-cat__feature .button__collection {
    font-size: 1em;
    bottom: 15px;
  }
}
/*Mobile large*/
@media (max-width: 800px) {
  /* line 98, assets/sass/components/_buttons.scss */
  .product-cat__feature .button__collection {
    bottom: -60px;
    z-index: 2;
    width: 100vw;
    right: 0;
    left: initial;
    margin-right: 0;
    font-size: 1.25em;
  }

  /* line 109, assets/sass/components/_buttons.scss */
  .aloe__button > a {
    width: 70% !important;
  }
}
/* line 114, assets/sass/components/_buttons.scss */
.et_pb_cta_0.et_pb_promo .et_pb_button.et_pb_promo_button {
  height: auto !important;
  width: auto !important;
}

/*Mobile medium*/
@media (max-width: 450px) {
  /* line 121, assets/sass/components/_buttons.scss */
  .aloe__button > a {
    width: 80% !important;
    font-size: 1.15em;
  }
}
/*Mobile Small*/
@media (max-width: 380px) {
  /* line 131, assets/sass/components/_buttons.scss */
  .button__collection {
    width: 90%;
    margin-left: 5%;
    bottom: 60px;
  }
}
/* line 1, assets/sass/components/_gallery.scss */
.product-cat__gallery {
  display: flex;
  flex: row wrap;
  justify-content: flex-start;
  position: relative;
}

/* line 8, assets/sass/components/_gallery.scss */
.product-cat__feature {
  width: 33.33%;
}
/* line 10, assets/sass/components/_gallery.scss */
.product-cat__feature img {
  display: block;
}

/* line 15, assets/sass/components/_gallery.scss */
.product-cat_feature-box {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  flex-flow: column;
  justify-content: center;
  visibility: hidden;
  padding: 0 15%;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  text-align: center;
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  /* line 15, assets/sass/components/_gallery.scss */
  .product-cat_feature-box {
    width: 100%;
  }
}
/* line 33, assets/sass/components/_gallery.scss */
.product-cat_feature-box h3 {
  color: #fff;
  font-size: 30px;
  font-family: "Luna";
}

/* line 40, assets/sass/components/_gallery.scss */
.product-cat__section {
  width: 66.66%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
/* line 46, assets/sass/components/_gallery.scss */
.product-cat__section div:not(:first-child) {
  flex: 1 0 auto;
  width: 50%;
  background-size: cover;
}

@media only screen and (min-width: 768px) {
  /* line 53, assets/sass/components/_gallery.scss */
  .product-cat__section:hover .product-cat_feature-box {
    visibility: visible;
  }
}
@media only screen and (max-width: 768px) {
  /* line 58, assets/sass/components/_gallery.scss */
  .product-cat__section .product-cat_feature-box {
    visibility: visible;
  }
}
/* line 64, assets/sass/components/_gallery.scss */
.product-cat_feature-box {
  height: 100%;
}

/*Large Displays*/
@media (min-width: 1800px) {
  /* line 70, assets/sass/components/_gallery.scss */
  .product-cat_feature-box h3 {
    font-size: 36px;
  }

  /* line 74, assets/sass/components/_gallery.scss */
  .product-cat_feature-box p {
    font-size: 26px;
    line-height: 1.25em;
  }
}
/*Tablet*/
@media (max-width: 810px) {
  /* line 83, assets/sass/components/_gallery.scss */
  .product-cat__gallery {
    display: block;
  }

  /* line 87, assets/sass/components/_gallery.scss */
  .product-cat__feature {
    width: 100%;
  }

  /* line 91, assets/sass/components/_gallery.scss */
  .product-cat__feature > div > a > img {
    width: 60% !important;
    margin-left: 20%;
  }

  /* line 96, assets/sass/components/_gallery.scss */
  .product-cat__section {
    width: 100%;
  }

  /* line 100, assets/sass/components/_gallery.scss */
  .product-cat__section > div:not(:first-child) {
    height: 250px;
  }
}
/*Small tablet / Large mobile */
@media (max-width: 650px) {
  /* line 108, assets/sass/components/_gallery.scss */
  .product-cat__section > div:not(:first-child) {
    height: 225px;
    width: 50%;
  }

  /* line 113, assets/sass/components/_gallery.scss */
  .product-cat_feature-box h3 {
    font-size: 24px;
  }

  /* line 117, assets/sass/components/_gallery.scss */
  .product-cat_feature-box p {
    font-size: 16px;
    line-height: normal;
  }
}
/*Mobile*/
@media (max-width: 525px) {
  /* line 126, assets/sass/components/_gallery.scss */
  .product-cat__section > div {
    width: 100%;
  }
}
/* line 11, assets/sass/components/_hero.scss */
.et_pb_fullscreen .et_pb_fullwidth_header_container {
  width: 100%;
}

/* line 15, assets/sass/components/_hero.scss */
.page__hero .et_pb_fullwidth_header_container {
  flex-flow: column-reverse !important;
  -webkit-flex-flow: column-reverse;
  -moz-flex-flow: column-reverse;
  -ms-flex-flow: column-reverse;
}
/* line 20, assets/sass/components/_hero.scss */
.page__hero .et_pb_fullwidth_header_container .header-content-container,
.page__hero .et_pb_fullwidth_header_container .header-image-container {
  align-self: flex-start !important;
  -webkit-align-self: flex-start !important;
  -moz-align-self: flex-start !important;
  -ms-align-self: flex-start !important;
}
/* line 28, assets/sass/components/_hero.scss */
.page__hero .et_pb_fullwidth_header_container .header-content-container {
  flex-grow: 3;
  -webkit-flex-grow: 3;
  -moz-flex-grow: 3;
  -ms-flex-grow: 3;
  padding-left: 4%;
}
/* line 36, assets/sass/components/_hero.scss */
.page__hero .et_pb_fullwidth_header_container .header-image-container {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  margin-top: 75px;
}

/* line 45, assets/sass/components/_hero.scss */
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-image-container {
  width: 40%;
  align-self: flex-start !important;
  -webkit-align-self: flex-start !important;
  -moz-align-self: flex-start !important;
  -ms-align-self: flex-start !important;
}

/* line 4, assets/sass/components/_banner.scss */
.banner__secondary-feature .et_pb_fullwidth_header_container {
  width: 100% !important;
  max-width: none !important;
}
/* line 8, assets/sass/components/_banner.scss */
.banner__secondary-feature .header-image-container {
  width: 75% !important;
}
/* line 11, assets/sass/components/_banner.scss */
.banner__secondary-feature .header-content-container {
  width: 25% !important;
}
/* line 13, assets/sass/components/_banner.scss */
.banner__secondary-feature .header-content-container .header-content {
  float: none !important;
  text-align: center !important;
}
/* line 18, assets/sass/components/_banner.scss */
.banner__secondary-feature .header-image {
  margin: 0;
}

/**********************************
Main Hero Banner styling
**********************************/
/* line 35, assets/sass/components/_banner.scss */
.main-hero__container {
  background-image: url("https://global-prod.mauimoisture.com/wp-content/uploads/2017/01/HERO-BANNER-1920X960.jpg");
  max-height: 960px;
  min-height: 600px;
  position: relative;
}

/*Placeholder bottles image that sets height of parent div*/
/* line 46, assets/sass/components/_banner.scss */
.main-hero__bottle-img-placeholder {
  visibility: hidden;
}

/*****
Absolutely positioning different images on banner
*****/
/* line 55, assets/sass/components/_banner.scss */
.main-hero__bottle-img-desktop {
  background-image: url("https://global-prod.mauimoisture.com/wp-content/uploads/2017/02/fullmain.png");
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  max-width: 50%;
}

/* line 64, assets/sass/components/_banner.scss */
.main-hero__text-img {
  position: absolute;
  top: 10%;
  left: 10%;
  z-index: 2;
  max-width: 35%;
}

/* line 72, assets/sass/components/_banner.scss */
.main-hero__button {
  font-size: 2.5em;
  position: absolute;
  left: 12%;
  bottom: 10%;
  z-index: 2;
}

/* line 81, assets/sass/components/_banner.scss */
.main-hero__bottle-img-mobile {
  display: none;
}

/*Large Screen adjustments*/
@media (min-width: 1660px) {
  /* line 93, assets/sass/components/_banner.scss */
  .main-hero__button {
    font-size: 3em;
    bottom: 11%;
  }

  /* line 98, assets/sass/components/_banner.scss */
  .main-hero__bottle-img-desktop {
    max-width: 50%;
  }

  /* line 102, assets/sass/components/_banner.scss */
  .main-hero__bottle-img-placeholder {
    max-width: 50%;
  }
}
/*Desktop Screen adjustments*/
@media (max-width: 1660px) {
  /* line 110, assets/sass/components/_banner.scss */
  .main-hero__bottle-img-desktop {
    max-width: 60%;
  }

  /* line 114, assets/sass/components/_banner.scss */
  .main-hero__bottle-img-placeholder {
    max-width: 60%;
  }

  /* line 118, assets/sass/components/_banner.scss */
  .main-hero__text-img {
    max-width: 35%;
  }

  /* line 122, assets/sass/components/_banner.scss */
  .main-hero__button {
    font-size: 2em;
  }
}
/*Desktop Screen adjustments*/
@media (max-width: 1390px) {
  /* line 129, assets/sass/components/_banner.scss */
  .main-hero__bottle-img-desktop {
    max-width: 70%;
  }

  /* line 133, assets/sass/components/_banner.scss */
  .main-hero__bottle-img-placeholder {
    max-width: 70%;
  }
}
/*Desktop Screen adjustments*/
@media (max-width: 1190px) {
  /* line 141, assets/sass/components/_banner.scss */
  .main-hero__bottle-img-desktop {
    max-width: 100%;
    height: 600px;
  }
}
/*******
Tablet
*******/
@media (max-width: 968px) {
  /* line 152, assets/sass/components/_banner.scss */
  .main-hero__bottle-img-desktop {
    display: none;
  }

  /* line 156, assets/sass/components/_banner.scss */
  .main-hero__bottle-img-mobile {
    display: block;
    position: absolute;
    max-width: 65%;
    bottom: 0;
    right: 0;
  }

  /* line 164, assets/sass/components/_banner.scss */
  .main-hero__container {
    background-image: url("https://global-prod.mauimoisture.com/wp-content/uploads/2017/01/HERO-BANNER-1920X960.jpg");
  }

  /* line 168, assets/sass/components/_banner.scss */
  .main-hero__text-img {
    max-width: 50%;
  }

  /* line 172, assets/sass/components/_banner.scss */
  .main-hero__button {
    bottom: 24%;
  }
}
/*Slightly smaller tablet*/
@media (max-width: 725px) {
  /* line 179, assets/sass/components/_banner.scss */
  .main-hero__bottle-img-mobile {
    max-width: 75%;
  }

  /* line 183, assets/sass/components/_banner.scss */
  .main-hero__text-img {
    max-width: 60%;
    left: 3%;
  }

  /* line 188, assets/sass/components/_banner.scss */
  .main-hero__button {
    left: 5%;
  }
}
/*I guess this is an even smaller tablet*/
@media (max-width: 600px) {
  /* line 195, assets/sass/components/_banner.scss */
  .main-hero__bottle-img-mobile {
    max-width: 100%;
  }

  /* line 199, assets/sass/components/_banner.scss */
  .main-hero__text-img {
    max-width: 70%;
    left: 3%;
    top: 4%;
  }
}
/*Mobile L*/
@media (max-width: 500px) {
  /* line 208, assets/sass/components/_banner.scss */
  .main-hero__button {
    font-size: 2em;
    bottom: 45%;
    left: 20%;
    text-align: center;
  }

  /* line 215, assets/sass/components/_banner.scss */
  .main-hero__text-img {
    max-width: 80%;
    left: 10%;
  }
}
/*Mobile M - S */
@media (max-width: 360px) {
  /* line 223, assets/sass/components/_banner.scss */
  .main-hero__button {
    font-size: 1.75em;
  }

  /* line 227, assets/sass/components/_banner.scss */
  .main-hero__container {
    min-height: 500px;
  }
}
/*****************END MAIN HERO BANNER STYLES******************/
/*Secondary_Feature banner mobile fixes*/
@media (max-width: 600px) {
  /* line 238, assets/sass/components/_banner.scss */
  .banner__secondary-feature > div .header-image-container {
    width: 100% !important;
  }

  /* line 242, assets/sass/components/_banner.scss */
  .banner__secondary-feature > div .header-content-container {
    width: 70% !important;
  }

  /* line 246, assets/sass/components/_banner.scss */
  .banner_secondary-feature > div .header-content-container > div {
    padding-left: 0 !important;
  }

  /* line 250, assets/sass/components/_banner.scss */
  .banner_secondary-feature > div .header-content-container > div > a {
    display: block !important;
  }
}
/**********************************
Wholesome Beauty Homepage banner styling
**********************************/
/* line 263, assets/sass/components/_banner.scss */
.wholesome-beauty__container {
  min-height: 400px !important;
  max-height: 640px !important;
  position: relative !important;
  background-image: url("/_onelink_/mauimoisture/projects/mauimoisture/enus2enca/images/wp-content/uploads/2017/02/y2para.jpg");
}

/******
Absolutely positioned elements on banner
******/
/* line 275, assets/sass/components/_banner.scss */
.wholesome-beauty__header {
  font-family: "Lucky" !important;
  color: #000 !important;
  position: absolute !important;
  top: 20% !important;
  right: 10% !important;
  font-size: 56px !important;
  z-index: 2 !important;
}

/* line 285, assets/sass/components/_banner.scss */
.wholesome-beauty__button {
  font-size: 2.5em !important;
  position: absolute !important;
  top: 50% !important;
  right: 10% !important;
}

/* line 292, assets/sass/components/_banner.scss */
.wholesome-beauty__bottle-img {
  position: absolute !important;
  bottom: 2% !important;
  left: 5% !important;
  max-width: 35% !important;
}

/******
Header/subheader text styles
******/
/* line 302, assets/sass/components/_banner.scss */
.wholesome-beauty__beauty-text {
  font-family: "Luna" !important;
  font-size: 132px;
  letter-spacing: -5px;
  line-height: 29px;
  vertical-align: bottom;
}

/* line 310, assets/sass/components/_banner.scss */
.wholesome-beauty__subheader {
  font-style: italic !important;
  display: block;
}

/*Placeholder bottles image that sets height of parent div*/
/* line 316, assets/sass/components/_banner.scss */
.wholesome-beauty__bottle-img-placeholder {
  visibility: hidden !important;
  margin-top: 40px !important;
  max-width: 35% !important;
}

/*******
Large, large screens
*******/
@media (min-width: 1800px) {
  /* line 326, assets/sass/components/_banner.scss */
  .wholesome-beauty__button {
    font-size: 3em !important;
  }

  /* line 330, assets/sass/components/_banner.scss */
  .wholesome-beauty__header {
    font-size: 80px !important;
  }
}
/*******
Retina/Smaller Screen laptops
*******/
@media (max-width: 1300px) {
  /* line 339, assets/sass/components/_banner.scss */
  .wholesome-beauty__header {
    font-size: 44px !important;
  }

  /* line 343, assets/sass/components/_banner.scss */
  .wholesome-beauty__button {
    font-size: 2em !important;
  }
}
/*******
Tablets
*******/
@media (max-width: 968px) {
  /* line 353, assets/sass/components/_banner.scss */
  .wholesome-beauty__header {
    right: 4% !important;
    font-size: 36px !important;
  }

  /* line 358, assets/sass/components/_banner.scss */
  .wholesome-beauty__button {
    right: 4% !important;
    font-size: 1.75em !important;
  }

  /* line 363, assets/sass/components/_banner.scss */
  .wholesome-beauty__bottle-img {
    left: 2% !important;
  }
}
/*******
Mobile Large
*******/
@media (max-width: 550px) {
  /* line 372, assets/sass/components/_banner.scss */
  .wholesome-beauty__header {
    font-size: 30px !important;
    right: 10% !important;
    top: 8% !important;
    left: 5%;
  }

  /* line 379, assets/sass/components/_banner.scss */
  .wholesome-beauty__beauty-text {
    font-size: 52px;
    line-height: 11px;
  }

  /* line 384, assets/sass/components/_banner.scss */
  .wholesome-beauty__button {
    width: 80% !important;
    right: 10% !important;
    left: 10% !important;
    top: initial !important;
    bottom: 3% !important;
    text-align: center !important;
    font-size: 1.25em !important;
    z-index: 2 !important;
  }

  /* line 395, assets/sass/components/_banner.scss */
  .wholesome-beauty__bottle-img {
    width: 45% !important;
    left: 25% !important;
    max-width: 45% !important;
    bottom: 17% !important;
  }
}
/*******
Mobile Medium
*******/
@media (max-width: 430px) {
  /* line 407, assets/sass/components/_banner.scss */
  .wholesome-beauty__bottle-img {
    width: 50% !important;
    max-width: 50% !important;
  }

  /* line 412, assets/sass/components/_banner.scss */
  .wholesome-beauty__header {
    font-size: 26px !important;
  }
}
/*******
Mobile Small
*******/
@media (max-width: 350px) {
  /* line 423, assets/sass/components/_banner.scss */
  .wholesome-beauty__header {
    font-size: 24px !important;
    right: 5% !important;
  }

  /* line 428, assets/sass/components/_banner.scss */
  .wholesome-beauty__bottle-img {
    width: 60% !important;
    max-width: 60% !important;
    left: 20% !important;
  }
}
/******************END Wholesome Beauty BANNER STYLES****************/
/**********************************
Shea Butter Banner styling
**********************************/
/* line 440, assets/sass/components/_banner.scss */
.shea-butter-background {
  min-height: 400px;
  max-height: 640px;
  position: relative;
  background-image: url("/_onelink_/mauimoisture/projects/mauimoisture/enus2enca/images/wp-content/uploads/2017/02/b3para.jpg");
}
/* line 446, assets/sass/components/_banner.scss */
.shea-butter-background.color-protect-feature {
  background-image: url('assets/img/home/color-protect-bg.jpg?1593706678');
}

/******
Text styling
******/
/* line 454, assets/sass/components/_banner.scss */
.shea-butter-background > h1 {
  font-family: "Lucky";
  color: black !important;
  padding-bottom: 0 !important;
  font-size: 60px;
  position: absolute;
  left: 20%;
  top: 10%;
  z-index: 2;
}

/* line 465, assets/sass/components/_banner.scss */
.home__sensheational {
  font-family: "Lucky";
  font-size: 60px;
  position: absolute;
  top: 17%;
  left: 20%;
  color: #FFF;
  z-index: 2;
}

/* line 475, assets/sass/components/_banner.scss */
.home__shea-text {
  display: inline-block;
  font-family: "Luna";
  font-size: 130px;
  letter-spacing: -4px;
  line-height: 20px;
  padding-top: 50px;
  vertical-align: bottom;
}

/******
Absolutely positioned elements (bottles, coffee beans, button)
******/
/*Purple group text*/
/* line 491, assets/sass/components/_banner.scss */
.home__sensheational-body {
  position: absolute;
  top: 33%;
  left: 25%;
}

/* line 497, assets/sass/components/_banner.scss */
.home__shea-butter-button {
  font-size: 2.5em !important;
  text-align: center;
  margin-left: 40px;
  z-index: 2;
}

/* line 504, assets/sass/components/_banner.scss */
.home__shea-butter-beans {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 25%;
}

/*Multiple bottles*/
/* line 512, assets/sass/components/_banner.scss */
.home__shea-butter-bottles {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 30%;
}

/*Large single bottle*/
/* line 520, assets/sass/components/_banner.scss */
.home__shea-butter-bottle {
  position: absolute;
  right: 15%;
  bottom: 0;
  z-index: 1;
  max-width: 35%;
}

/* line 528, assets/sass/components/_banner.scss */
.home__shea-butter-button {
  position: absolute;
  bottom: 5%;
  left: 25%;
  font-size: 40px !important;
}

/* line 535, assets/sass/components/_banner.scss */
.color-protect-feature > h1 {
  left: 17%;
  top: 3%;
  font-size: 50px;
}
@media all and (max-width: 768px) {
  /* line 535, assets/sass/components/_banner.scss */
  .color-protect-feature > h1 {
    left: 0 !important;
    top: 5% !important;
    width: 100%;
    text-align: center;
    font-size: 20px !important;
  }
}

/* line 548, assets/sass/components/_banner.scss */
.color-protect-headline {
  max-width: 450px;
  position: absolute;
  left: 25%;
  top: 30px;
}
@media all and (max-width: 768px) {
  /* line 548, assets/sass/components/_banner.scss */
  .color-protect-headline {
    position: relative;
    left: auto;
    margin: 0 auto;
    width: 240px;
    height: auto;
    display: block;
    margin-top: 30px;
  }
}

/* line 564, assets/sass/components/_banner.scss */
.color-protect-title {
  max-width: 240px !important;
  top: 40%;
}
@media all and (max-width: 768px) {
  /* line 564, assets/sass/components/_banner.scss */
  .color-protect-title {
    top: auto !important;
    bottom: 80px;
    max-width: 45% !important;
  }
}

/* line 574, assets/sass/components/_banner.scss */
.color-protect-button {
  margin-left: 0;
}

/* line 578, assets/sass/components/_banner.scss */
.color-protect-product {
  display: none;
}
@media all and (max-width: 768px) {
  /* line 578, assets/sass/components/_banner.scss */
  .color-protect-product {
    display: block;
    position: absolute;
    right: 0;
    bottom: 60px;
    height: 200px;
    width: auto;
  }
}

/* line 593, assets/sass/components/_banner.scss */
body.en-ca .shea-butter-background.color-protect-feature,
body.fr-ca .shea-butter-background.color-protect-feature {
  background-image: url('assets/img/home/color-protect-bg-ca.jpg?1593706678');
}

/*Placeholder large bottle img that sets height of div ***thanks to oddly cropped bottle img***/
/* line 600, assets/sass/components/_banner.scss */
.home__shea-butter-bottle-placeholder {
  visibility: hidden;
  max-width: 35%;
}

/*Random Fix*/
@media (max-width: 1700px) {
  /* line 607, assets/sass/components/_banner.scss */
  .home__sensheational-body {
    max-width: 25%;
  }
}
/*Random Fix*/
@media (max-width: 1300px) {
  /* line 614, assets/sass/components/_banner.scss */
  .shea-butter-background > h1 {
    top: 8%;
  }
}
/*Random Fix*/
@media (max-width: 1200px) {
  /* line 622, assets/sass/components/_banner.scss */
  .home__shea-butter-bottle {
    display: none;
  }

  /* line 626, assets/sass/components/_banner.scss */
  .home__shea-butter-bottles {
    max-width: 35%;
  }

  /* line 630, assets/sass/components/_banner.scss */
  .shea-butter-background > h1 {
    top: 6%;
  }
}
/******
Tablet
******/
@media (max-width: 968px) {
  /* line 641, assets/sass/components/_banner.scss */
  .shea-butter-background > h1 {
    left: 10%;
  }

  /* line 645, assets/sass/components/_banner.scss */
  .home__sensheational {
    left: 10%;
  }

  /* line 649, assets/sass/components/_banner.scss */
  .home__sensheational-body {
    max-width: 35%;
    left: 15%;
  }

  /* line 654, assets/sass/components/_banner.scss */
  .home__shea-butter-beans {
    display: none;
  }

  /* line 658, assets/sass/components/_banner.scss */
  .home__shea-butter-button {
    font-size: 2em !important;
    bottom: 8%;
    left: 15%;
    top: initial;
    max-width: 40%;
  }
}
/******
Mobile
******/
@media (max-width: 600px) {
  /* line 672, assets/sass/components/_banner.scss */
  .home__shea-butter-bottles {
    max-width: 40%;
    top: 25%;
  }

  /* line 677, assets/sass/components/_banner.scss */
  .home__shea-butter-button {
    max-width: 80%;
    left: 10%;
    right: 10%;
    font-size: 1.25em !important;
    bottom: 3%;
    margin-left: 0;
  }

  /* line 686, assets/sass/components/_banner.scss */
  .home__shea-text {
    font-size: 57px;
    line-height: 11px;
  }

  /* line 691, assets/sass/components/_banner.scss */
  .home__sensheational-body {
    max-width: 45%;
    left: 5%;
    top: 35%;
  }

  /* line 697, assets/sass/components/_banner.scss */
  .shea-butter-background > h1 {
    font-size: 40px;
  }

  /* line 701, assets/sass/components/_banner.scss */
  .home__sensheational {
    font-size: 30px;
    left: 5%;
    top: 12%;
  }
}
/*Mobile M*/
@media (max-width: 500px) {
  /* line 711, assets/sass/components/_banner.scss */
  .home__shea-butter-bottles {
    top: 33%;
  }
}
/*Mobile M - S */
@media (max-width: 420px) {
  /* line 718, assets/sass/components/_banner.scss */
  .shea-butter-background > h1 {
    font-size: 34px;
    top: 8%;
    left: 5%;
  }
}
/*******************END SHEA BUTTER BANNER STYLES**************/
@media (min-width: 768px) {
  /* line 728, assets/sass/components/_banner.scss */
  .home__shea-butter-beans {
    display: none;
  }

  /* line 732, assets/sass/components/_banner.scss */
  .home__shea-butter-bottle {
    display: none;
  }

  /* line 736, assets/sass/components/_banner.scss */
  .home__shea-butter-bottles {
    display: none;
  }

  /* line 740, assets/sass/components/_banner.scss */
  .wholesome-beauty__bottle-img {
    display: none;
  }

  /* line 744, assets/sass/components/_banner.scss */
  .banner__secondary-feature {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  /* line 751, assets/sass/components/_banner.scss */
  .main-hero__container {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  /* line 758, assets/sass/components/_banner.scss */
  .wholesome-beauty__container {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  /* line 765, assets/sass/components/_banner.scss */
  .shea-butter-background {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media (max-width: 767px) {
  /* line 779, assets/sass/components/_banner.scss */
  .shea-butter-background {
    background-image: url("https://global-prod.mauimoisture.com/wp-content/uploads/2017/01/shea-butter-bg.jpg");
  }

  /* line 783, assets/sass/components/_banner.scss */
  .wholesome-beauty__container {
    background-image: url("https://global-prod.mauimoisture.com/wp-content/uploads/2017/01/FEATURE-BANNER-1920X640.jpg");
  }
}
/* line 789, assets/sass/components/_banner.scss */
.banner__secondary-feature {
  position: relative;
}

/***Quick heiarchy fix for wood background banner on home page****/
@media (max-width: 760px) {
  /* line 798, assets/sass/components/_banner.scss */
  .banner__secondary-feature {
    min-height: 350px !important;
    padding-bottom: 0 !important;
  }

  /* line 804, assets/sass/components/_banner.scss */
  .banner__secondary-feature > div {
    display: flex;
  }
  /* line 807, assets/sass/components/_banner.scss */
  .banner__secondary-feature > div .header-image-container {
    order: -1;
  }
}
/**********************************
2020 HOME BANNERS
**********************************/
/* line 821, assets/sass/components/_banner.scss */
.banner2020 {
  position: relative;
  overflow: hidden;
}
/* line 824, assets/sass/components/_banner.scss */
.banner2020 .copy {
  color: #fff;
  position: relative;
}
@media all and (max-width: 767px) {
  /* line 824, assets/sass/components/_banner.scss */
  .banner2020 .copy {
    padding: 4% 4% 10% 4%;
  }
}
@media all and (min-width: 768px) {
  /* line 824, assets/sass/components/_banner.scss */
  .banner2020 .copy {
    position: absolute;
    width: 47%;
  }
}
/* line 834, assets/sass/components/_banner.scss */
.banner2020 .copy .new-tag {
  max-width: 35%;
  float: left;
  margin-bottom: -2vw;
  position: relative;
  z-index: 2;
}
/* line 842, assets/sass/components/_banner.scss */
.banner2020 .button-wrap {
  text-align: center;
}
/* line 845, assets/sass/components/_banner.scss */
.banner2020 .button {
  font-family: "Lucky";
  padding: 7px 15px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  text-align: center;
  background-color: #fff;
  color: #58b7b3;
  -moz-box-shadow: 1px 2px 7px 0px #555;
  -webkit-box-shadow: 1px 2px 7px 0px #555;
  box-shadow: 1px 2px 7px 0px #555;
  font-size: 19px;
  line-height: 23px;
  margin-top: 1vw;
  font-weight: bold;
}
@media all and (min-width: 768px) {
  /* line 845, assets/sass/components/_banner.scss */
  .banner2020 .button {
    font-size: 2vw;
    line-height: 2vw;
  }
}
/* line 866, assets/sass/components/_banner.scss */
.banner2020 .rellax div, .banner2020 p {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 1vw;
}
@media all and (min-width: 960px) {
  /* line 866, assets/sass/components/_banner.scss */
  .banner2020 .rellax div, .banner2020 p {
    font-size: 2vw;
    line-height: 2.1vw;
  }
}
/* line 876, assets/sass/components/_banner.scss */
.banner2020 .show-desktop {
  display: none !important;
}
@media all and (min-width: 768px) {
  /* line 876, assets/sass/components/_banner.scss */
  .banner2020 .show-desktop {
    display: block !important;
    width: 100%;
  }
}
/* line 883, assets/sass/components/_banner.scss */
.banner2020 .show-mobile {
  display: block !important;
}
@media all and (min-width: 768px) {
  /* line 883, assets/sass/components/_banner.scss */
  .banner2020 .show-mobile {
    display: none !important;
  }
}
/* line 890, assets/sass/components/_banner.scss */
.banner2020.aloe .copy {
  left: 0;
  top: 0;
  padding-top: 2%;
}
@media all and (min-width: 768px) {
  /* line 890, assets/sass/components/_banner.scss */
  .banner2020.aloe .copy {
    padding-left: 2%;
  }
}
@media all and (max-width: 767px) {
  /* line 890, assets/sass/components/_banner.scss */
  .banner2020.aloe .copy {
    background-image: url("https://global-prod.mauimoisture.com/wp-content/themes/three21/assets/img/2020/banners/en-au-2020-banner-aloe-leaves-bg.jpg");
    background-size: 100%;
  }
}
/* line 901, assets/sass/components/_banner.scss */
.banner2020.aloe .copy div.script {
  background-image: url("https://global-prod.mauimoisture.com/wp-content/themes/three21/assets/img/2020/banners/en-au-2020-banner-aloe-script-bg.png");
  background-size: cover;
  background-size: 93% 100%;
  padding: 9% 1% 7% 6%;
  color: #58b7b3;
  background-repeat: no-repeat;
  margin-bottom: 6vw;
}
@media all and (max-width: 767px) {
  /* line 901, assets/sass/components/_banner.scss */
  .banner2020.aloe .copy div.script {
    padding: 9% 1% 6% 6%;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    background-size: 100% 100%;
  }
}
/* line 917, assets/sass/components/_banner.scss */
.banner2020.aloe .copy div.script .line1, .banner2020.aloe .copy div.script .line2 {
  font-weight: bold;
  font-family: 'Typewriter';
  margin-bottom: 0;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 1px;
}
@media all and (min-width: 768px) {
  /* line 917, assets/sass/components/_banner.scss */
  .banner2020.aloe .copy div.script .line1, .banner2020.aloe .copy div.script .line2 {
    font-size: 2.3vw;
    line-height: 2.6vw;
  }
}
/* line 929, assets/sass/components/_banner.scss */
.banner2020.aloe .copy div.script span {
  font-size: 28px;
  margin-bottom: 28px;
}
@media all and (min-width: 768px) {
  /* line 929, assets/sass/components/_banner.scss */
  .banner2020.aloe .copy div.script span {
    font-size: 3vw;
    line-height: 3vw;
  }
}
/* line 937, assets/sass/components/_banner.scss */
.banner2020.aloe .copy div.script .line2 {
  padding-left: 5%;
}
/* line 942, assets/sass/components/_banner.scss */
.banner2020.aloe .copy h2 {
  font-size: 3.9vw;
  line-height: 4.7vw;
  position: relative;
  z-index: 2;
  letter-spacing: 0.1vw;
  font-family: 'Typewriter';
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.2vw;
  padding-left: 2%;
}
@media all and (max-width: 767px) {
  /* line 942, assets/sass/components/_banner.scss */
  .banner2020.aloe .copy h2 {
    font-size: 8vw;
    line-height: 9.6vw;
    margin-top: 2vw;
  }
}
/* line 958, assets/sass/components/_banner.scss */
.banner2020.aloe .copy h2 span.large-text {
  font-size: 5.8vw;
}
@media all and (max-width: 767px) {
  /* line 958, assets/sass/components/_banner.scss */
  .banner2020.aloe .copy h2 span.large-text {
    font-size: 11.6vw;
  }
}
/* line 967, assets/sass/components/_banner.scss */
.banner2020.aloe .copy h2 span.line2 {
  padding-left: 5%;
}
@media all and (min-width: 768px) {
  /* line 971, assets/sass/components/_banner.scss */
  .banner2020.aloe .copy .button-wrap {
    padding-right: 10%;
  }
}
/* line 980, assets/sass/components/_banner.scss */
.banner2020.hibiscus h2, .banner2020.awapuhi h2 {
  text-transform: uppercase;
  color: #fff;
  margin: 5px 0 0 0;
  font-size: 29px;
  line-height: 29px;
  font-size: 6.7vw;
  line-height: 6vw;
  position: relative;
  z-index: 2;
  letter-spacing: 0.1vw;
  font-family: 'Typewriter';
  font-weight: 600;
  padding-bottom: 1vw;
  clear: left;
}
@media all and (max-width: 767px) {
  /* line 980, assets/sass/components/_banner.scss */
  .banner2020.hibiscus h2, .banner2020.awapuhi h2 {
    font-size: 12vw;
    line-height: 11vw;
    letter-spacing: 0.25vw;
  }
}
/* line 1002, assets/sass/components/_banner.scss */
.banner2020.hibiscus h2, .banner2020.hibiscus div, .banner2020.hibiscus a, .banner2020.awapuhi h2, .banner2020.awapuhi div, .banner2020.awapuhi a {
  text-align: center;
}
@media all and (min-width: 768px) {
  /* line 1005, assets/sass/components/_banner.scss */
  .banner2020.hibiscus .copy, .banner2020.awapuhi .copy {
    padding-top: 2%;
  }
}
@media all and (max-width: 767px) {
  /* line 1010, assets/sass/components/_banner.scss */
  .banner2020.hibiscus .copy .rellax > div, .banner2020.awapuhi .copy .rellax > div {
    padding-top: 4%;
    padding-bottom: 4%;
  }
}
@media all and (min-width: 768px) {
  /* line 1018, assets/sass/components/_banner.scss */
  .banner2020.hibiscus .copy {
    right: 0;
    top: 0;
    left: auto;
    padding-left: 0;
  }
}
@media all and (max-width: 767px) {
  /* line 1018, assets/sass/components/_banner.scss */
  .banner2020.hibiscus .copy {
    background-image: url("https://global-prod.mauimoisture.com/wp-content/themes/three21/assets/img/2020/banners/en-au-2020-banner-hibiscus-leaves-bg.jpg");
    background-size: 100%;
  }
}
/* line 1029, assets/sass/components/_banner.scss */
.banner2020.hibiscus .copy .button {
  color: #f4436c;
}
@media all and (min-width: 768px) {
  /* line 1035, assets/sass/components/_banner.scss */
  .banner2020.awapuhi .copy {
    left: 0;
    top: 0;
    padding-left: 4%;
  }
}
@media all and (max-width: 767px) {
  /* line 1035, assets/sass/components/_banner.scss */
  .banner2020.awapuhi .copy {
    background-image: url("https://global-prod.mauimoisture.com/wp-content/themes/three21/assets/img/2020/banners/en-au-2020-banner-awapuhi-leaves-bg.jpg");
    background-size: 100%;
  }
}
/* line 1045, assets/sass/components/_banner.scss */
.banner2020.awapuhi .copy .button {
  color: #0b506c;
}
@media all and (min-width: 768px) {
  /* line 1045, assets/sass/components/_banner.scss */
  .banner2020.awapuhi .copy .button {
    margin-top: 4.6vw;
  }
}
/* line 1051, assets/sass/components/_banner.scss */
.banner2020.awapuhi .copy h2 {
  padding-top: 2vw;
}
@media all and (min-width: 768px) {
  /* line 1051, assets/sass/components/_banner.scss */
  .banner2020.awapuhi .copy h2 {
    padding-bottom: 3vw;
  }
}
@media all and (max-width: 767px) {
  /* line 1061, assets/sass/components/_banner.scss */
  .banner2020.aloe100 .copy {
    padding-right: 0;
  }
}
@media all and (min-width: 768px) {
  /* line 1061, assets/sass/components/_banner.scss */
  .banner2020.aloe100 .copy {
    right: 0;
    top: 0;
  }
}
/* line 1069, assets/sass/components/_banner.scss */
.banner2020.aloe100 .copy h2 {
  background-image: url("https://global-prod.mauimoisture.com/wp-content/themes/three21/assets/img/2020/banners/en-au-2020-banner-aloe100-script-bg.png");
  background-size: cover;
  background-size: 100%;
  padding: 7% 0 9% 0;
  color: #fff;
  background-repeat: no-repeat;
  margin-bottom: 3.5vw;
  font-weight: bold;
  font-family: 'Typewriter';
  font-size: 3.9vw;
  line-height: 4.5vw;
  margin-top: 2vw;
  text-align: center;
}
@media all and (max-width: 767px) {
  /* line 1069, assets/sass/components/_banner.scss */
  .banner2020.aloe100 .copy h2 {
    font-size: 8vw;
    line-height: 9.6vw;
  }
}
/* line 1089, assets/sass/components/_banner.scss */
.banner2020.aloe100 .copy .button {
  float: right;
  margin-right: 6%;
}
@media all and (max-width: 767px) {
  /* line 1089, assets/sass/components/_banner.scss */
  .banner2020.aloe100 .copy .button {
    margin: 0 4% 10% 0;
    background-color: #58b7b3;
    color: #fff;
  }
}
/* line 1098, assets/sass/components/_banner.scss */
.banner2020.aloe100 .copy .button::after {
  content: ' ';
  clear: both;
  display: table;
  height: 0;
}
/* line 1109, assets/sass/components/_banner.scss */
.banner2020.yesno .copy ul {
  padding: 0 2% 2% 2%;
}
@media all and (max-width: 767px) {
  /* line 1109, assets/sass/components/_banner.scss */
  .banner2020.yesno .copy ul {
    padding-left: 10%;
  }
}
/* line 1114, assets/sass/components/_banner.scss */
.banner2020.yesno .copy ul li {
  font-family: 'Typewriter';
  font-size: 3vw;
  line-height: 4vw;
}
@media all and (max-width: 767px) {
  /* line 1114, assets/sass/components/_banner.scss */
  .banner2020.yesno .copy ul li {
    font-size: 6vw;
    line-height: 8vw;
  }
}
/* line 1122, assets/sass/components/_banner.scss */
.banner2020.yesno .copy ul li span {
  font-weight: bold;
  font-size: 3.3vw;
  line-height: 4vw;
}
@media all and (max-width: 767px) {
  /* line 1122, assets/sass/components/_banner.scss */
  .banner2020.yesno .copy ul li span {
    font-size: 6.6vw;
    line-height: 8vw;
  }
}
@media all and (min-width: 768px) {
  /* line 1133, assets/sass/components/_banner.scss */
  .banner2020.yesno .copy.left {
    left: 0;
    top: 0;
    padding-top: 5%;
  }
}
@media all and (max-width: 767px) {
  /* line 1133, assets/sass/components/_banner.scss */
  .banner2020.yesno .copy.left {
    background-image: url("https://global-prod.mauimoisture.com/wp-content/themes/three21/assets/img/2020/banners/en-au-2020-banner-yesno-leaves-bg.jpg");
    background-size: 100%;
    padding-left: 0;
  }
}
/* line 1144, assets/sass/components/_banner.scss */
.banner2020.yesno .copy.left ul {
  padding-bottom: 4%;
}
@media all and (max-width: 767px) {
  /* line 1148, assets/sass/components/_banner.scss */
  .banner2020.yesno .copy.right {
    padding-bottom: 20%;
  }
}
/* line 1152, assets/sass/components/_banner.scss */
.banner2020.yesno .copy.right img {
  float: right;
}
@media all and (min-width: 768px) {
  /* line 1152, assets/sass/components/_banner.scss */
  .banner2020.yesno .copy.right img {
    margin-bottom: -3%;
  }
}
/* line 1158, assets/sass/components/_banner.scss */
.banner2020.yesno .copy.right ul {
  clear: both;
  text-align: left;
}
@media all and (min-width: 768px) {
  /* line 1148, assets/sass/components/_banner.scss */
  .banner2020.yesno .copy.right {
    right: 0;
    top: 0;
    padding-top: 3%;
    width: 46%;
  }
}
@media all and (max-width: 767px) {
  /* line 1148, assets/sass/components/_banner.scss */
  .banner2020.yesno .copy.right {
    background-image: url("https://global-prod.mauimoisture.com/wp-content/themes/three21/assets/img/2020/banners/en-au-2020-banner-yesno-leaves-bg-blue.jpg");
    background-size: 100%;
    padding-right: 0;
  }
}
/* line 1174, assets/sass/components/_banner.scss */
.banner2020.yesno .copy img {
  max-width: 54%;
}
@media all and (max-width: 767px) {
  /* line 1174, assets/sass/components/_banner.scss */
  .banner2020.yesno .copy img {
    max-width: 75%;
  }
}
/* line 1183, assets/sass/components/_banner.scss */
.banner2020.yesno .button-wrap {
  position: absolute;
  bottom: 6%;
  width: 100%;
  text-align: center;
}
@media all and (max-width: 767px) {
  /* line 1183, assets/sass/components/_banner.scss */
  .banner2020.yesno .button-wrap {
    bottom: 4%;
  }
}

/**********************************
END 2020 HOME BANNERS
**********************************/
/* line 2, assets/sass/components/_banners.scss */
.maui-banner-wrapper .maui-banner {
  height: 480px;
  max-width: 1080px;
  margin: 0 auto;
}

/* line 6, assets/sass/components/_divi.scss */
.et_pb_toggle li {
  margin-left: 20px;
  list-style-type: disc;
}

/* line 14, assets/sass/components/_divi.scss */
#page-container {
  margin-top: 40px !important;
}

/* line 19, assets/sass/components/_divi.scss */
.et_overlay {
  background: rgba(255, 255, 255, 0.4);
}
/* line 21, assets/sass/components/_divi.scss */
.et_overlay:before {
  width: 34px;
  height: 50px;
  content: '';
  background: url("assets/img/ico-leaf.png");
}

/* line 1, assets/sass/components/_aboutusvideo.scss */
#about_us_video div {
  margin: 0 auto;
}
/* line 3, assets/sass/components/_aboutusvideo.scss */
#about_us_video div .huge_it_video_player_player {
  overflow: hidden;
}
@media only screen and (min-width: 1200px) {
  /* line 5, assets/sass/components/_aboutusvideo.scss */
  #about_us_video div .huge_it_video_player_player video {
    object-fit: cover;
    height: 90vh;
  }
}

/* line 13, assets/sass/components/_aboutusvideo.scss */
.huge_it_video_player_top {
  display: none;
}
/* line 15, assets/sass/components/_aboutusvideo.scss */
.huge_it_video_player_top:hover {
  display: none;
}

/* line 20, assets/sass/components/_aboutusvideo.scss */
.huge_it_video_player_bottom {
  display: none !important;
}
/* line 22, assets/sass/components/_aboutusvideo.scss */
.huge_it_video_player_bottom:hover {
  display: none;
}

/* line 1, assets/sass/components/_cookie.scss */
.cookie-notice {
  border-top: 5px solid #009188;
  background: #f9f9f9;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 0 0px 18px rgba(0, 0, 0, 0.25);
  display: none;
}
/* line 11, assets/sass/components/_cookie.scss */
.cookie-notice .cookie-notice__content {
  padding: 20px;
  max-width: 1024px;
  margin: 0 auto;
}
/* line 15, assets/sass/components/_cookie.scss */
.cookie-notice .cookie-notice__content p {
  margin-bottom: 18px;
}
/* line 19, assets/sass/components/_cookie.scss */
.cookie-notice .cookie-notice__close {
  position: absolute;
  top: -36px;
  background: #009188;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  padding: 0 12px;
  line-height: 36px;
}

/* line 34, assets/sass/components/_cookie.scss */
.optanon-alert-box-wrapper .optanon-alert-box-body a {
  color: #fff;
  text-decoration: underline;
  display: inline-block;
  margin-left: 5px;
}

/* line 1, assets/sass/components/_breadcrumbs.scss */
#breadcrumbs {
  padding: 3px 1% 3px;
}
@media all and (min-width: 980px) {
  /* line 1, assets/sass/components/_breadcrumbs.scss */
  #breadcrumbs {
    padding: 5px 1% 3px;
    max-width: calc(1400px + 2%);
    margin: 0 auto;
  }
}
/* line 8, assets/sass/components/_breadcrumbs.scss */
#breadcrumbs a, #breadcrumbs span {
  font-size: 12px;
  line-height: 15px;
  /* font-family: 'heavitasregular'; */
  /* font-weight: bold;*/
}

/* line 8, assets/sass/components/_2018-header.scss */
body.en-ca.et_header_style_left .logo_container,
body.fr-ca.et_header_style_left .logo_container,
body.en-us.et_header_style_left .logo_container,
body.en-au.et_header_style_left .logo_container,
body.en-gb.et_header_style_left .logo_container,
body.de-de.et_header_style_left .logo_container {
  width: 75px !important;
  height: 50px;
  left: 0;
  top: 0;
  margin-left: 0;
}
/* line 14, assets/sass/components/_2018-header.scss */
body.en-ca.et_header_style_left .logo_container img,
body.fr-ca.et_header_style_left .logo_container img,
body.en-us.et_header_style_left .logo_container img,
body.en-au.et_header_style_left .logo_container img,
body.en-gb.et_header_style_left .logo_container img,
body.de-de.et_header_style_left .logo_container img {
  height: 50px !important;
  width: auto !important;
}
/* line 19, assets/sass/components/_2018-header.scss */
body.en-ca.et_header_style_left #et-top-navigation,
body.fr-ca.et_header_style_left #et-top-navigation,
body.en-us.et_header_style_left #et-top-navigation,
body.en-au.et_header_style_left #et-top-navigation,
body.en-gb.et_header_style_left #et-top-navigation,
body.de-de.et_header_style_left #et-top-navigation {
  margin-left: 80px;
}
/* line 23, assets/sass/components/_2018-header.scss */
body.en-ca #main-header,
body.fr-ca #main-header,
body.en-us #main-header,
body.en-au #main-header,
body.en-gb #main-header,
body.de-de #main-header {
  background: url('assets/img/2018/header-bg.jpg?1593706678') 50% 50%/cover no-repeat;
}
/* line 26, assets/sass/components/_2018-header.scss */
body.en-ca .ogx-header#main-header::before,
body.fr-ca .ogx-header#main-header::before,
body.en-us .ogx-header#main-header::before,
body.en-au .ogx-header#main-header::before,
body.en-gb .ogx-header#main-header::before,
body.de-de .ogx-header#main-header::before {
  display: none;
}
/* line 29, assets/sass/components/_2018-header.scss */
body.en-ca .header__search,
body.fr-ca .header__search,
body.en-us .header__search,
body.en-au .header__search,
body.en-gb .header__search,
body.de-de .header__search {
  margin-right: 12px;
  margin-top: 8px;
  width: 24%;
}
@media screen and (min-width: 981px) and (max-width: 992px) {
  /* line 29, assets/sass/components/_2018-header.scss */
  body.en-ca .header__search,
  body.fr-ca .header__search,
  body.en-us .header__search,
  body.en-au .header__search,
  body.en-gb .header__search,
  body.de-de .header__search {
    padding-left: 12px;
  }
}
/* line 36, assets/sass/components/_2018-header.scss */
body.en-ca .header__search .aws-container .aws-search-field,
body.fr-ca .header__search .aws-container .aws-search-field,
body.en-us .header__search .aws-container .aws-search-field,
body.en-au .header__search .aws-container .aws-search-field,
body.en-gb .header__search .aws-container .aws-search-field,
body.de-de .header__search .aws-container .aws-search-field {
  height: 22px;
}
/* line 40, assets/sass/components/_2018-header.scss */
body.en-ca #page-container,
body.fr-ca #page-container,
body.en-us #page-container,
body.en-au #page-container,
body.en-gb #page-container,
body.de-de #page-container {
  margin-top: 0 !important;
}

/* line 50, assets/sass/components/_2018-header.scss */
body.en-us #main-header,
body.en-au #main-header,
body.en-gb #main-header,
body.de-de #main-header {
  background-image: none;
  background-color: #56b8b4;
}

/* line 7, assets/sass/components/_2018-footer.scss */
body.en-ca div.footer-social,
body.fr-ca div.footer-social,
body.en-us div.footer-social,
body.en-au div.footer-social,
body.en-gb div.footer-social,
body.de-de div.footer-social {
  background-color: #2a5975 !important;
}
/* line 9, assets/sass/components/_2018-footer.scss */
body.en-ca div.footer-social .et_pb_row,
body.fr-ca div.footer-social .et_pb_row,
body.en-us div.footer-social .et_pb_row,
body.en-au div.footer-social .et_pb_row,
body.en-gb div.footer-social .et_pb_row,
body.de-de div.footer-social .et_pb_row {
  padding: 12px 0;
}
/* line 12, assets/sass/components/_2018-footer.scss */
body.en-ca div.footer-social .footer-social__heading,
body.fr-ca div.footer-social .footer-social__heading,
body.en-us div.footer-social .footer-social__heading,
body.en-au div.footer-social .footer-social__heading,
body.en-gb div.footer-social .footer-social__heading,
body.de-de div.footer-social .footer-social__heading {
  display: none;
}
/* line 16, assets/sass/components/_2018-footer.scss */
body.en-ca div.footer-social ul.footer-social i,
body.en-ca div.footer-social ul.footer-social span,
body.fr-ca div.footer-social ul.footer-social i,
body.fr-ca div.footer-social ul.footer-social span,
body.en-us div.footer-social ul.footer-social i,
body.en-us div.footer-social ul.footer-social span,
body.en-au div.footer-social ul.footer-social i,
body.en-au div.footer-social ul.footer-social span,
body.en-gb div.footer-social ul.footer-social i,
body.en-gb div.footer-social ul.footer-social span,
body.de-de div.footer-social ul.footer-social i,
body.de-de div.footer-social ul.footer-social span {
  color: #fff;
}
/* line 20, assets/sass/components/_2018-footer.scss */
body.en-ca div.footer-social ul.footer-social span,
body.fr-ca div.footer-social ul.footer-social span,
body.en-us div.footer-social ul.footer-social span,
body.en-au div.footer-social ul.footer-social span,
body.en-gb div.footer-social ul.footer-social span,
body.de-de div.footer-social ul.footer-social span {
  font-size: 1em;
  text-transform: uppercase;
}
/* line 26, assets/sass/components/_2018-footer.scss */
body.en-ca div.footer-navigation,
body.fr-ca div.footer-navigation,
body.en-us div.footer-navigation,
body.en-au div.footer-navigation,
body.en-gb div.footer-navigation,
body.de-de div.footer-navigation {
  background-color: #57b8b4;
}
/* line 28, assets/sass/components/_2018-footer.scss */
body.en-ca div.footer-navigation h4,
body.fr-ca div.footer-navigation h4,
body.en-us div.footer-navigation h4,
body.en-au div.footer-navigation h4,
body.en-gb div.footer-navigation h4,
body.de-de div.footer-navigation h4 {
  display: none;
}
/* line 31, assets/sass/components/_2018-footer.scss */
body.en-ca div.footer-navigation .et_pb_row_2,
body.fr-ca div.footer-navigation .et_pb_row_2,
body.en-us div.footer-navigation .et_pb_row_2,
body.en-au div.footer-navigation .et_pb_row_2,
body.en-gb div.footer-navigation .et_pb_row_2,
body.de-de div.footer-navigation .et_pb_row_2 {
  max-width: 1080px !important;
  background: url('assets/img/2020/logo-vegan-hair.png?1594067389') 0 50%/auto 60px no-repeat;
}
@media all and (max-width: 768px) {
  /* line 31, assets/sass/components/_2018-footer.scss */
  body.en-ca div.footer-navigation .et_pb_row_2,
  body.fr-ca div.footer-navigation .et_pb_row_2,
  body.en-us div.footer-navigation .et_pb_row_2,
  body.en-au div.footer-navigation .et_pb_row_2,
  body.en-gb div.footer-navigation .et_pb_row_2,
  body.de-de div.footer-navigation .et_pb_row_2 {
    background-position: 50% calc(100% - 20px);
    padding-bottom: 80px;
  }
}
/* line 39, assets/sass/components/_2018-footer.scss */
body.en-ca div.footer-navigation .et_pb_column_1_3,
body.fr-ca div.footer-navigation .et_pb_column_1_3,
body.en-us div.footer-navigation .et_pb_column_1_3,
body.en-au div.footer-navigation .et_pb_column_1_3,
body.en-gb div.footer-navigation .et_pb_column_1_3,
body.de-de div.footer-navigation .et_pb_column_1_3 {
  width: 100%;
  margin-right: 0;
}
/* line 44, assets/sass/components/_2018-footer.scss */
body.en-ca div.footer-navigation ul#menu-footer-menu-left,
body.fr-ca div.footer-navigation ul#menu-footer-menu-left,
body.en-us div.footer-navigation ul#menu-footer-menu-left,
body.en-au div.footer-navigation ul#menu-footer-menu-left,
body.en-gb div.footer-navigation ul#menu-footer-menu-left,
body.de-de div.footer-navigation ul#menu-footer-menu-left {
  padding-left: 60px !important;
}
@media all and (max-width: 768px) {
  /* line 44, assets/sass/components/_2018-footer.scss */
  body.en-ca div.footer-navigation ul#menu-footer-menu-left,
  body.fr-ca div.footer-navigation ul#menu-footer-menu-left,
  body.en-us div.footer-navigation ul#menu-footer-menu-left,
  body.en-au div.footer-navigation ul#menu-footer-menu-left,
  body.en-gb div.footer-navigation ul#menu-footer-menu-left,
  body.de-de div.footer-navigation ul#menu-footer-menu-left {
    padding-left: 0px !important;
  }
}
/* line 49, assets/sass/components/_2018-footer.scss */
body.en-ca div.footer-navigation ul#menu-footer-menu-left li,
body.fr-ca div.footer-navigation ul#menu-footer-menu-left li,
body.en-us div.footer-navigation ul#menu-footer-menu-left li,
body.en-au div.footer-navigation ul#menu-footer-menu-left li,
body.en-gb div.footer-navigation ul#menu-footer-menu-left li,
body.de-de div.footer-navigation ul#menu-footer-menu-left li {
  float: left;
  width: 50%;
  text-align: center;
  margin-bottom: 8px;
}
@media all and (max-width: 768px) {
  /* line 49, assets/sass/components/_2018-footer.scss */
  body.en-ca div.footer-navigation ul#menu-footer-menu-left li,
  body.fr-ca div.footer-navigation ul#menu-footer-menu-left li,
  body.en-us div.footer-navigation ul#menu-footer-menu-left li,
  body.en-au div.footer-navigation ul#menu-footer-menu-left li,
  body.en-gb div.footer-navigation ul#menu-footer-menu-left li,
  body.de-de div.footer-navigation ul#menu-footer-menu-left li {
    width: 100%;
  }
}
/* line 61, assets/sass/components/_2018-footer.scss */
body.en-ca div.footer__bottom .et_pb_column_1_3,
body.fr-ca div.footer__bottom .et_pb_column_1_3,
body.en-us div.footer__bottom .et_pb_column_1_3,
body.en-au div.footer__bottom .et_pb_column_1_3,
body.en-gb div.footer__bottom .et_pb_column_1_3,
body.de-de div.footer__bottom .et_pb_column_1_3 {
  float: none;
  margin: 0 auto;
}

/* line 73, assets/sass/components/_2018-footer.scss */
body.en-us div.footer-social,
body.en-au div.footer-social,
body.en-gb div.footer-social,
body.de-de div.footer-social {
  background-color: #2a5976 !important;
}
/* line 76, assets/sass/components/_2018-footer.scss */
body.en-us div.footer-navigation,
body.en-au div.footer-navigation,
body.en-gb div.footer-navigation,
body.de-de div.footer-navigation {
  background-color: #57b8b4;
}

/***********
woocommerce product filter widget
************/
/* line 5, assets/sass/pages/_shop.scss */
.woof_submit_search_form_container, .chosen-search, .woof_edit_view, .woof_products_top_panel {
  display: none !important;
}

/* line 9, assets/sass/pages/_shop.scss */
.woof_sid_shortcode_filter {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 auto 50 auto;
}
@media only screen and (max-width: 400px) {
  /* line 9, assets/sass/pages/_shop.scss */
  .woof_sid_shortcode_filter {
    margin: 25px auto 0 auto;
  }
}
/* line 17, assets/sass/pages/_shop.scss */
.woof_sid_shortcode_filter .woof_redraw_zone {
  width: 600px;
  text-align: center;
  display: flex;
  justify-content: space-around;
}
@media only screen and (max-width: 768px) {
  /* line 17, assets/sass/pages/_shop.scss */
  .woof_sid_shortcode_filter .woof_redraw_zone {
    width: 90%;
  }
}
@media only screen and (max-width: 768px) {
  /* line 17, assets/sass/pages/_shop.scss */
  .woof_sid_shortcode_filter .woof_redraw_zone {
    width: 100%;
    flex-direction: column;
  }
}
/* line 29, assets/sass/pages/_shop.scss */
.woof_sid_shortcode_filter .woof_redraw_zone .woof_block_html_items .chosen-single, .woof_sid_shortcode_filter .woof_redraw_zone .chosen-drop {
  display: inline-block;
  margin: 0 2%;
  padding: 0 2%;
  text-transform: uppercase;
  font-family: "American Typewriter";
  font-size: 1.2em;
  background: white;
  border: 0;
  border-radius: 0;
  border: solid 1px #FFF;
}

/* line 45, assets/sass/pages/_shop.scss */
.chosen-container .chosen-single {
  box-shadow: none;
}
/* line 47, assets/sass/pages/_shop.scss */
.chosen-container .chosen-single span {
  margin: 0;
}
/* line 49, assets/sass/pages/_shop.scss */
.chosen-container .chosen-single span::after {
  position: relative;
  top: 6px;
  font-family: "ETmodules";
  font-size: 28px;
  font-weight: 200;
  content: '3';
}
/* line 59, assets/sass/pages/_shop.scss */
.chosen-container .chosen-single div {
  display: none;
}
/* line 63, assets/sass/pages/_shop.scss */
.chosen-container .chosen-drop {
  box-shadow: none;
  min-width: 150px;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
/* line 70, assets/sass/pages/_shop.scss */
.chosen-container .chosen-results {
  text-align: left;
  margin: 0;
  padding: 0;
  border: 1px solid #009188;
  border-top: 3px solid #009188;
  max-height: 100%;
}
/* line 77, assets/sass/pages/_shop.scss */
.chosen-container .chosen-results .active-result {
  display: inline-block;
  text-transform: capitalize;
  font-family: "American Typewriter";
  font-size: 14px;
  line-height: 2em;
}
/* line 84, assets/sass/pages/_shop.scss */
.chosen-container .chosen-results li.highlighted {
  background: white;
  color: #666;
  opacity: 0.7;
}
/* line 89, assets/sass/pages/_shop.scss */
.chosen-container .chosen-results li:first-child {
  display: none;
}

/*No Results Found bg color*/
/* line 97, assets/sass/pages/_shop.scss */
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
  background: #009188;
}

/**********
Shop The Collections page
**********/
@media (max-width: 500px) {
  /* line 108, assets/sass/pages/_shop.scss */
  .product-category {
    width: 100% !important;
  }
}
/***********
woocommerce product filter results / and products lists
************/
/* line 117, assets/sass/pages/_shop.scss */
.shop_filter div .products {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
/* line 124, assets/sass/pages/_shop.scss */
.shop_filter div .products li {
  width: 100%;
  max-width: 400px;
}

/* line 131, assets/sass/pages/_shop.scss */
.top_rated {
  margin-bottom: 50px;
}
/* line 133, assets/sass/pages/_shop.scss */
.top_rated .products {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
/* line 140, assets/sass/pages/_shop.scss */
.top_rated .products li {
  max-width: 400px;
}
/* line 142, assets/sass/pages/_shop.scss */
.top_rated .products li img {
  max-height: 400px;
  width: auto;
}
/* line 147, assets/sass/pages/_shop.scss */
.top_rated .products li a h3 {
  font-size: 1em;
}

@media only screen and (max-width: 768px) {
  /* line 157, assets/sass/pages/_shop.scss */
  .hide-n-seek .woocommerce ul.products li.product a img,
  .shop_filter .woocommerce ul.products li.product a img,
  .top_rated ul.products li.product a img {
    width: auto;
    height: auto !important;
    margin: 0 auto !important;
  }

  /* line 164, assets/sass/pages/_shop.scss */
  .top_rated ul.products {
    flex-direction: row;
  }
  /* line 166, assets/sass/pages/_shop.scss */
  .top_rated ul.products li {
    margin: 0 auto;
  }
}
/* line 172, assets/sass/pages/_shop.scss */
.category_page {
  margin: 0 auto;
  max-width: 1000px;
}
/* line 175, assets/sass/pages/_shop.scss */
.category_page .cta-header {
  margin-top: 0;
}

/* line 180, assets/sass/pages/_shop.scss */
.top_rated ul.products,
.hide-n-seek .woocommerce ul.products,
.shop_filter .woocommerce ul.products {
  display: flex;
  justify-content: center;
  float: none;
  flex-wrap: wrap;
}
/* line 187, assets/sass/pages/_shop.scss */
.top_rated ul.products li.product,
.hide-n-seek .woocommerce ul.products li.product,
.shop_filter .woocommerce ul.products li.product {
  margin: 0 !important;
  max-width: 250px !important;
  height: auto;
}
@media only screen and (max-width: 399px) {
  /* line 187, assets/sass/pages/_shop.scss */
  .top_rated ul.products li.product,
  .hide-n-seek .woocommerce ul.products li.product,
  .shop_filter .woocommerce ul.products li.product {
    margin: 0 !important;
  }
}

/* line 198, assets/sass/pages/_shop.scss */
.woocommerce img, .woocommerce-page img {
  height: auto !important;
}

@media only screen and (max-width: 980px) {
  /* line 204, assets/sass/pages/_shop.scss */
  .shop_filter .woocommerce ul.products li.product,
  .hide-n-seek .woocommerce ul.products li.product,
  .top_rated ul.products li {
    margin: 0 !important;
  }
}
@media only screen and (max-width: 399px) {
  /* line 213, assets/sass/pages/_shop.scss */
  .shop_filter .woocommerce ul.products li.product,
  .hide-n-seek .woocommerce ul.products li.product,
  .top_rated ul.products li {
    margin: 0 auto !important;
  }

  /* line 218, assets/sass/pages/_shop.scss */
  .products {
    flex-direction: column;
  }
}
/* line 223, assets/sass/pages/_shop.scss */
.top-rated,
.collections-h1 {
  margin-bottom: 30px;
}

/* line 2, assets/sass/pages/_social-wall.scss */
.social-wall .tipstricks {
  display: flex;
  flex-direction: column;
  text-align: center;
}
/* line 6, assets/sass/pages/_social-wall.scss */
.social-wall .tipstricks .bold {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  margin: 15px 0;
}
/* line 12, assets/sass/pages/_social-wall.scss */
.social-wall .tipstricks .tip-header {
  margin: 50px 0;
}
/* line 14, assets/sass/pages/_social-wall.scss */
.social-wall .tipstricks .tip-header h1 {
  color: #009188;
  font-size: 45px;
  line-height: 50px;
  font-family: "Lucky";
  margin: 15px 0 15px 0;
}
/* line 21, assets/sass/pages/_social-wall.scss */
.social-wall .tipstricks .tip-header p {
  text-align: center;
  font-size: 22px;
}
/* line 26, assets/sass/pages/_social-wall.scss */
.social-wall .tipstricks .tips {
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  /* line 26, assets/sass/pages/_social-wall.scss */
  .social-wall .tipstricks .tips {
    flex-direction: column;
  }
}
/* line 33, assets/sass/pages/_social-wall.scss */
.social-wall .tipstricks .tips .side-social {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 150px;
  margin-right: 50px;
}
@media only screen and (max-width: 768px) {
  /* line 33, assets/sass/pages/_social-wall.scss */
  .social-wall .tipstricks .tips .side-social {
    flex-direction: row;
    height: 100%;
    width: 300px;
    margin: 15px auto;
  }
}
/* line 45, assets/sass/pages/_social-wall.scss */
.social-wall .tipstricks .tips .side-social i {
  font-size: 33px;
  color: #000;
}
/* line 50, assets/sass/pages/_social-wall.scss */
.social-wall .tipstricks .tips section {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1000px;
}
@media only screen and (max-width: 768px) {
  /* line 50, assets/sass/pages/_social-wall.scss */
  .social-wall .tipstricks .tips section {
    flex-direction: column;
  }
}
/* line 58, assets/sass/pages/_social-wall.scss */
.social-wall .tipstricks .tips section .tip1, .social-wall .tipstricks .tips section .tip2, .social-wall .tipstricks .tips section .tip3 {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  max-width: 250px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  /* line 58, assets/sass/pages/_social-wall.scss */
  .social-wall .tipstricks .tips section .tip1, .social-wall .tipstricks .tips section .tip2, .social-wall .tipstricks .tips section .tip3 {
    margin: 15px auto;
  }
}
/* line 67, assets/sass/pages/_social-wall.scss */
.social-wall .tipstricks .tips section .tip1 span, .social-wall .tipstricks .tips section .tip2 span, .social-wall .tipstricks .tips section .tip3 span {
  position: absolute;
  top: 16px;
  left: 16px;
  font-family: 'Lucky';
  font-size: 52px;
  line-height: 37px;
}
/* line 76, assets/sass/pages/_social-wall.scss */
.social-wall .tipstricks .tips section .tip1 img, .social-wall .tipstricks .tips section .tip2 img, .social-wall .tipstricks .tips section .tip3 img {
  height: 250px;
  width: 250px;
  border: 6px solid #009188;
}
/* line 87, assets/sass/pages/_social-wall.scss */
.social-wall .tipstricks .tips section .tip1 p, .social-wall .tipstricks .tips section .tip2 p, .social-wall .tipstricks .tips section .tip3 p {
  font-size: 14px;
  line-height: 16px;
  margin-top: 5px;
}
/* line 94, assets/sass/pages/_social-wall.scss */
.social-wall .tipstricks .tips section .tip1 span {
  color: #009188;
}
/* line 97, assets/sass/pages/_social-wall.scss */
.social-wall .tipstricks .tips section .tip1 img {
  background: url("assets/img/tip1.png");
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: scroll;
  background-size: cover;
}
/* line 106, assets/sass/pages/_social-wall.scss */
.social-wall .tipstricks .tips section .tip2 span {
  color: white;
}
/* line 109, assets/sass/pages/_social-wall.scss */
.social-wall .tipstricks .tips section .tip2 img {
  background: url("assets/img/tip2.png");
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: scroll;
  background-size: cover;
}
/* line 118, assets/sass/pages/_social-wall.scss */
.social-wall .tipstricks .tips section .tip3 span {
  color: #ccada1;
}
/* line 121, assets/sass/pages/_social-wall.scss */
.social-wall .tipstricks .tips section .tip3 img {
  background: url("assets/img/tip3.png");
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: scroll;
  background-size: cover;
}
/* line 132, assets/sass/pages/_social-wall.scss */
.social-wall .instagram-cta {
  text-align: center;
  background: #009188;
  padding: 50px;
}
/* line 136, assets/sass/pages/_social-wall.scss */
.social-wall .instagram-cta p {
  font-family: 'Lucky';
  color: white;
  font-size: 24px;
  max-width: 800px;
  margin: 0 auto;
}
/* line 143, assets/sass/pages/_social-wall.scss */
.social-wall .instagram-cta button {
  margin-top: 10px;
}

/* line 1, assets/sass/pages/_leave-room.scss */
.leave-room-header {
  height: 305px;
  background-size: cover;
  background-position: 50% 50%;
  margin-bottom: -5px;
}
/* line 6, assets/sass/pages/_leave-room.scss */
.leave-room-header .leave-room-header-inner {
  text-align: center;
}
/* line 8, assets/sass/pages/_leave-room.scss */
.leave-room-header .leave-room-header-inner img {
  max-width: 520px;
  padding: 20px 0 10px 0;
  width: 80%;
}
/* line 13, assets/sass/pages/_leave-room.scss */
.leave-room-header .leave-room-header-inner h4 {
  font-size: 30px;
  line-height: 34px;
  max-width: 960px;
  margin: 0 auto;
}
@media all and (max-width: 400px) {
  /* line 13, assets/sass/pages/_leave-room.scss */
  .leave-room-header .leave-room-header-inner h4 {
    font-size: 21px;
    line-height: 24px;
    width: 80%;
  }
}

/* line 28, assets/sass/pages/_leave-room.scss */
.page-id-1603 .et_pb_promo_description {
  display: none;
}
/* line 31, assets/sass/pages/_leave-room.scss */
.page-id-1603 .et_pb_promo {
  padding: 0 60px;
}
/* line 34, assets/sass/pages/_leave-room.scss */
.page-id-1603 .et_pb_section_2 {
  padding: 10px 0 20px;
}

/* line 1, assets/sass/pages/_storefinder.scss */
.store_hr {
  border: 3px solid #009188;
}

/* line 5, assets/sass/pages/_storefinder.scss */
.storefinder-container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

/* line 12, assets/sass/pages/_storefinder.scss */
.store-container {
  border: 1px solid #009188;
  max-width: 20%;
  margin-top: 20px;
}

/* line 18, assets/sass/pages/_storefinder.scss */
.store-container:hover {
  border: 2px solid #009188;
}

/* line 22, assets/sass/pages/_storefinder.scss */
.list-item {
  font-size: 18px;
}

/* line 26, assets/sass/pages/_storefinder.scss */
.remove-top-pad {
  padding-top: 0px !important;
}

/* line 31, assets/sass/pages/_storefinder.scss */
.remove-bottom-pad {
  padding-bottom: 0px !important;
}

@media (max-width: 1250px) {
  /* line 37, assets/sass/pages/_storefinder.scss */
  .remove-top-pad {
    padding-top: 0px !important;
  }

  /* line 40, assets/sass/pages/_storefinder.scss */
  .store-container {
    max-width: 20%;
  }

  /* line 43, assets/sass/pages/_storefinder.scss */
  .remove-bottom-pad {
    padding-bottom: 0px !important;
  }
}
@media (max-width: 1000px) {
  /* line 49, assets/sass/pages/_storefinder.scss */
  .remove-top-pad {
    padding-top: 0px !important;
  }

  /* line 52, assets/sass/pages/_storefinder.scss */
  .store-container {
    max-width: 40%;
  }
}
@media (max-width: 500px) {
  /* line 58, assets/sass/pages/_storefinder.scss */
  .store-container {
    max-width: 70%;
  }

  /* line 61, assets/sass/pages/_storefinder.scss */
  .remove-bottom-margin .et_pb_column_2 {
    margin-bottom: 0px !important;
  }
}
/* line 4, assets/sass/pages/_legal-page.scss */
.page-id-1670 .entry-content .et_pb_section ul {
  padding-bottom: 1em;
  margin-left: 15px;
}
/* line 7, assets/sass/pages/_legal-page.scss */
.page-id-1670 .entry-content .et_pb_section ul li {
  list-style: disc;
  padding-left: 10px;
  line-height: 1.7em;
}
/* line 14, assets/sass/pages/_legal-page.scss */
.page-id-1670 .entry-content .et_pb_section p:last-of-type {
  padding-bottom: 1em;
}

/* line 23, assets/sass/pages/_legal-page.scss */
.optanon-show-settings-button > div {
  margin: 0 0 30px 0;
}

/* line 30, assets/sass/pages/_legal-page.scss */
#optanon-cookie-policy .optanon-cookie-policy-group .optanon-cookie-policy-group-name,
#optanon-cookie-policy .optanon-cookie-policy-group .optanon-cookie-policy-subgroup-table-column-header {
  font-weight: 700;
}

/* line 39, assets/sass/pages/_legal-page.scss */
.optanon-alert-box-wrapper .optanon-alert-box-body a {
  color: #fff;
  text-decoration: underline;
  display: inline-block;
  margin-left: 5px;
}

/* line 1, assets/sass/pages/_home.scss */
.maui-banner-wrapper--source {
  background: url('assets/img/home/source-bg.jpg?1593706679') 50% 50%/cover no-repeat;
}
/* line 4, assets/sass/pages/_home.scss */
.maui-banner-wrapper--source .maui-banner.maui-banner--source .maui-banner__copy {
  color: #fff;
  font-size: 33px;
  line-height: 38px;
  text-align: center;
  font-family: 'Lucky';
}
@media all and (max-width: 767px) {
  /* line 4, assets/sass/pages/_home.scss */
  .maui-banner-wrapper--source .maui-banner.maui-banner--source .maui-banner__copy {
    padding: 90px 30px 0 30px;
  }
}
@media all and (min-width: 768px) {
  /* line 4, assets/sass/pages/_home.scss */
  .maui-banner-wrapper--source .maui-banner.maui-banner--source .maui-banner__copy {
    position: absolute;
    left: 50%;
    text-align: left;
    top: 50%;
    margin-top: -84px;
    font-size: 30px;
  }
}

/* line 29, assets/sass/pages/_home.scss */
body.en-ca .wholesome-beauty__container,
body.fr-ca .wholesome-beauty__container,
body.en-us .wholesome-beauty__container {
  background-image: url('assets/img/home/wb-bg.jpg?1593706679');
  background-attachment: scroll;
  background-position: 50% 0;
  height: 480px;
}
@media all and (max-width: 767px) {
  /* line 29, assets/sass/pages/_home.scss */
  body.en-ca .wholesome-beauty__container,
  body.fr-ca .wholesome-beauty__container,
  body.en-us .wholesome-beauty__container {
    background-image: url('assets/img/home/wb-bg-mobile.jpg?1593706679');
    height: 640px;
  }
}
/* line 38, assets/sass/pages/_home.scss */
body.en-ca .wholesome-beauty__container .wholesome-beauty__header,
body.fr-ca .wholesome-beauty__container .wholesome-beauty__header,
body.en-us .wholesome-beauty__container .wholesome-beauty__header {
  text-align: center;
  margin-top: 12px;
  top: auto !important;
  position: relative !important;
  font-size: 27px !important;
  right: auto !important;
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width: 767px) {
  /* line 38, assets/sass/pages/_home.scss */
  body.en-ca .wholesome-beauty__container .wholesome-beauty__header,
  body.fr-ca .wholesome-beauty__container .wholesome-beauty__header,
  body.en-us .wholesome-beauty__container .wholesome-beauty__header {
    left: auto !important;
  }
}
@media all and (min-width: 768px) {
  /* line 38, assets/sass/pages/_home.scss */
  body.en-ca .wholesome-beauty__container .wholesome-beauty__header,
  body.fr-ca .wholesome-beauty__container .wholesome-beauty__header,
  body.en-us .wholesome-beauty__container .wholesome-beauty__header {
    font-size: 33px !important;
  }
}
/* line 54, assets/sass/pages/_home.scss */
body.en-ca .wholesome-beauty__container .wholesome-beauty__subheader,
body.fr-ca .wholesome-beauty__container .wholesome-beauty__subheader,
body.en-us .wholesome-beauty__container .wholesome-beauty__subheader {
  display: inline;
  font-style: normal !important;
}
/* line 58, assets/sass/pages/_home.scss */
body.en-ca .wholesome-beauty__container .wholesome-beauty__beauty-text,
body.fr-ca .wholesome-beauty__container .wholesome-beauty__beauty-text,
body.en-us .wholesome-beauty__container .wholesome-beauty__beauty-text {
  font-family: 'Lucky' !important;
  font-size: 27px !important;
  line-height: 1em !important;
  letter-spacing: normal !important;
}
@media all and (min-width: 768px) {
  /* line 58, assets/sass/pages/_home.scss */
  body.en-ca .wholesome-beauty__container .wholesome-beauty__beauty-text,
  body.fr-ca .wholesome-beauty__container .wholesome-beauty__beauty-text,
  body.en-us .wholesome-beauty__container .wholesome-beauty__beauty-text {
    font-size: 33px !important;
  }
}
/* line 69, assets/sass/pages/_home.scss */
body.en-ca .wholesome-beauty__container .wb-button,
body.fr-ca .wholesome-beauty__container .wb-button,
body.en-us .wholesome-beauty__container .wb-button {
  display: block;
  width: 320px;
  height: 51px;
  text-indent: -9999px;
  background: url('assets/img/home/wb-button.png?1593706679') 0 0/350px 56px no-repeat;
  position: absolute;
  top: 51%;
  background-size: cover;
}
@media all and (max-width: 767px) {
  /* line 69, assets/sass/pages/_home.scss */
  body.en-ca .wholesome-beauty__container .wb-button,
  body.fr-ca .wholesome-beauty__container .wb-button,
  body.en-us .wholesome-beauty__container .wb-button {
    left: 50%;
    margin-left: -160px;
  }
}
@media all and (min-width: 768px) {
  /* line 69, assets/sass/pages/_home.scss */
  body.en-ca .wholesome-beauty__container .wb-button,
  body.fr-ca .wholesome-beauty__container .wb-button,
  body.en-us .wholesome-beauty__container .wb-button {
    left: 23%;
  }
}
/* line 89, assets/sass/pages/_home.scss */
body.en-ca .no-yes .et_pb_fullwidth_header_0.et_pb_fullwidth_header,
body.fr-ca .no-yes .et_pb_fullwidth_header_0.et_pb_fullwidth_header,
body.en-us .no-yes .et_pb_fullwidth_header_0.et_pb_fullwidth_header {
  background: #f0e9d8 url('assets/img/home/no-yes-bg.jpg?1593706679') 100% 100%/auto 400px no-repeat;
  background-attachment: scroll;
}
@media all and (max-width: 767px) {
  /* line 89, assets/sass/pages/_home.scss */
  body.en-ca .no-yes .et_pb_fullwidth_header_0.et_pb_fullwidth_header,
  body.fr-ca .no-yes .et_pb_fullwidth_header_0.et_pb_fullwidth_header,
  body.en-us .no-yes .et_pb_fullwidth_header_0.et_pb_fullwidth_header {
    padding-bottom: 220px !important;
  }
}
/* line 96, assets/sass/pages/_home.scss */
body.en-ca .no-yes .et_pb_fullwidth_header .et_pb_fullwidth_header_container.right,
body.fr-ca .no-yes .et_pb_fullwidth_header .et_pb_fullwidth_header_container.right,
body.en-us .no-yes .et_pb_fullwidth_header .et_pb_fullwidth_header_container.right {
  display: block;
}
/* line 98, assets/sass/pages/_home.scss */
body.en-ca .no-yes .et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-content-container,
body.fr-ca .no-yes .et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-content-container,
body.en-us .no-yes .et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-content-container {
  width: 100% !important;
}
@media all and (min-width: 768px) {
  /* line 98, assets/sass/pages/_home.scss */
  body.en-ca .no-yes .et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-content-container,
  body.fr-ca .no-yes .et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-content-container,
  body.en-us .no-yes .et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-content-container {
    width: 65% !important;
  }
}
/* line 104, assets/sass/pages/_home.scss */
body.en-ca .no-yes .et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .et_pb_more_button,
body.fr-ca .no-yes .et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .et_pb_more_button,
body.en-us .no-yes .et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .et_pb_more_button {
  display: none !important;
}
/* line 108, assets/sass/pages/_home.scss */
body.en-ca .no-yes .header-image-container,
body.fr-ca .no-yes .header-image-container,
body.en-us .no-yes .header-image-container {
  display: none;
}
/* line 114, assets/sass/pages/_home.scss */
body.en-ca .shea-butter-background.color-protect-feature,
body.fr-ca .shea-butter-background.color-protect-feature,
body.en-us .shea-butter-background.color-protect-feature {
  height: 480px;
  background: url('assets/img/home/color-protect-bg-2018.jpg?1593706678') 50% 50%/cover no-repeat;
}
@media all and (max-width: 767px) {
  /* line 114, assets/sass/pages/_home.scss */
  body.en-ca .shea-butter-background.color-protect-feature,
  body.fr-ca .shea-butter-background.color-protect-feature,
  body.en-us .shea-butter-background.color-protect-feature {
    height: 720px;
    max-height: 720px;
    background: url('assets/img/home/color-protect-bg-mobile-2018.jpg?1593706678') 50% 100% no-repeat;
  }
}
/* line 122, assets/sass/pages/_home.scss */
body.en-ca .shea-butter-background.color-protect-feature .cp-text,
body.fr-ca .shea-butter-background.color-protect-feature .cp-text,
body.en-us .shea-butter-background.color-protect-feature .cp-text {
  margin: 30px auto 0 auto;
  display: block;
  width: 320px;
}
@media all and (min-width: 767px) {
  /* line 122, assets/sass/pages/_home.scss */
  body.en-ca .shea-butter-background.color-protect-feature .cp-text,
  body.fr-ca .shea-butter-background.color-protect-feature .cp-text,
  body.en-us .shea-butter-background.color-protect-feature .cp-text {
    position: absolute;
    left: 50%;
    width: 420px;
    top: 50%;
    margin-top: -90px;
  }
}

/* line 141, assets/sass/pages/_home.scss */
body.en-ca .maui-banner-wrapper--source,
body.fr-ca .maui-banner-wrapper--source {
  background-image: url('assets/img/home/source-bg-ca.jpg?1593706679');
}
/* line 145, assets/sass/pages/_home.scss */
body.en-ca .wholesome-beauty__container,
body.fr-ca .wholesome-beauty__container {
  background-image: url('assets/img/home/wb-bg-ca.jpg?1593706679');
}
@media all and (max-width: 767px) {
  /* line 145, assets/sass/pages/_home.scss */
  body.en-ca .wholesome-beauty__container,
  body.fr-ca .wholesome-beauty__container {
    background-image: url('assets/img/home/wb-bg-mobile-ca.jpg?1593706679');
  }
}
/* line 153, assets/sass/pages/_home.scss */
body.en-ca .shea-butter-background.color-protect-feature,
body.fr-ca .shea-butter-background.color-protect-feature {
  background-image: url('assets/img/home/color-protect-bg-2018-ca.jpg?1593706678');
}
@media all and (max-width: 767px) {
  /* line 153, assets/sass/pages/_home.scss */
  body.en-ca .shea-butter-background.color-protect-feature,
  body.fr-ca .shea-butter-background.color-protect-feature {
    background-image: url('assets/img/home/color-protect-bg-mobile-2018-ca.jpg?1593706678');
  }
}

/* line 166, assets/sass/pages/_home.scss */
body.fr-ca .wholesome-beauty__container .wb-button {
  background: url("https://global-prod.mauimoisture.com/wp-content/uploads/2019/01/wb-button-CA-FR.png") 0 0/350px 56px no-repeat;
  background-size: cover;
}

/* line 174, assets/sass/pages/_home.scss */
.maui-banner-wrapper--source.show-en-au,
.maui-banner-wrapper--source.show-en-gb {
  background: url('assets/img/home/en-au/1-MM-enAU-SheaButter-HomepageBanner-1920X640.jpg?1593706679') 50% 50%/cover no-repeat;
}
@media all and (max-width: 767px) {
  /* line 174, assets/sass/pages/_home.scss */
  .maui-banner-wrapper--source.show-en-au,
  .maui-banner-wrapper--source.show-en-gb {
    background: url('assets/img/home/en-au/1-MM-enAU-SheaButter-HomepageBanner-mobile.jpg?1593706679') 50% 50%/cover no-repeat;
  }
}
/* line 181, assets/sass/pages/_home.scss */
.maui-banner-wrapper--source.show-en-au .maui-banner--source .maui-banner__copy,
.maui-banner-wrapper--source.show-en-gb .maui-banner--source .maui-banner__copy {
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  font-family: 'Lucky';
  position: absolute;
  left: 8.66%;
  text-align: left;
  top: 11.5%;
  letter-spacing: 1.5px;
}
@media all and (min-width: 640px) {
  /* line 181, assets/sass/pages/_home.scss */
  .maui-banner-wrapper--source.show-en-au .maui-banner--source .maui-banner__copy,
  .maui-banner-wrapper--source.show-en-gb .maui-banner--source .maui-banner__copy {
    font-size: 33px;
    line-height: 30px;
  }
}
@media all and (min-width: 1280px) {
  /* line 181, assets/sass/pages/_home.scss */
  .maui-banner-wrapper--source.show-en-au .maui-banner--source .maui-banner__copy,
  .maui-banner-wrapper--source.show-en-gb .maui-banner--source .maui-banner__copy {
    font-size: 40px;
    line-height: 38px;
  }
}
/* line 202, assets/sass/pages/_home.scss */
.maui-banner-wrapper--source.show-en-au .button,
.maui-banner-wrapper--source.show-en-gb .button {
  position: absolute;
  bottom: 5%;
  right: 8.5%;
}

/* line 210, assets/sass/pages/_home.scss */
.our-products-start__container {
  position: relative;
  overflow: hidden;
  background: url('assets/img/home/en-au/2-MM-enAU-Group-HomepageBanner-1920X640_v2.jpg?1593706679') 50% 50%/cover no-repeat;
}
@media all and (max-width: 767px) {
  /* line 210, assets/sass/pages/_home.scss */
  .our-products-start__container {
    background-image: url('assets/img/home/en-au/2-MM-enAU-Group-HomepageBanner-mobile.jpg?1593706679');
  }
}
/* line 218, assets/sass/pages/_home.scss */
.our-products-start__container .our-products-start__header {
  max-width: 95%;
  margin: 22px auto 0 auto;
  text-align: center;
}
/* line 223, assets/sass/pages/_home.scss */
.our-products-start__container .our-products-start__header h2 {
  text-transform: uppercase;
  color: #000;
  margin: 5px 0 0 0;
  font-size: 29px;
  line-height: 29px;
  font-size: 3.65vw;
  line-height: 3.65vw;
  position: relative;
  z-index: 2;
  letter-spacing: 0.1vw;
  font-family: 'Typewriter';
  font-weight: 600;
  padding-bottom: 0.5vw;
}
@media all and (max-width: 860px) {
  /* line 223, assets/sass/pages/_home.scss */
  .our-products-start__container .our-products-start__header h2 {
    font-size: 3.4vw;
    line-height: 3.4vw;
  }
}
/* line 244, assets/sass/pages/_home.scss */
.our-products-start__container .button {
  position: absolute !important;
  bottom: 7.5%;
  left: 4%;
}

/* line 256, assets/sass/pages/_home.scss */
body.en-gb .our-products-start.show-en-gb .our-products-start__container,
body.de-de .our-products-start.show-en-gb .our-products-start__container {
  background: url('assets/img/home/en-gb/2-MM-enGB-Group-HomepageBanner-1920X640_v2.jpg?1593706679') 50% 50%/cover no-repeat;
}
@media all and (max-width: 767px) {
  /* line 256, assets/sass/pages/_home.scss */
  body.en-gb .our-products-start.show-en-gb .our-products-start__container,
  body.de-de .our-products-start.show-en-gb .our-products-start__container {
    background-image: url('assets/img/home/en-gb/2-MM-enGB-Group-HomepageBanner-mobile.jpg?1593706679');
  }
}

@media all and (max-width: 860px) {
  /* line 267, assets/sass/pages/_home.scss */
  body.de-de .our-products-start__container .our-products-start__header {
    margin-top: 11px;
  }
}
/* line 271, assets/sass/pages/_home.scss */
body.de-de .our-products-start__container .our-products-start__header h2 {
  font-size: 20px;
  line-height: 20px;
  font-size: 2vw;
  line-height: 2.2vw;
}
@media all and (max-width: 860px) {
  /* line 271, assets/sass/pages/_home.scss */
  body.de-de .our-products-start__container .our-products-start__header h2 {
    font-size: 3.4vw;
    line-height: 3.8vw;
  }
}
@media all and (min-width: 768px) and (max-width: 1180px) {
  /* line 284, assets/sass/pages/_home.scss */
  body.de-de .banner2019-canvasrip .curlbanner .curlbanner-content a.button span {
    font-size: 16px !important;
    line-height: 16px !important;
  }
}

/* line 293, assets/sass/pages/_home.scss */
.yes-no__container {
  background: url('assets/img/home/en-au/3-MM-enAU-YesNos-HomepageBanner-1920X640.jpg?1593706679') 50% 50%/cover no-repeat;
  height: 640px;
}
@media all and (max-width: 1279px) {
  /* line 293, assets/sass/pages/_home.scss */
  .yes-no__container {
    height: 480px;
    background-position: 50% 60%;
  }
}
@media all and (max-width: 540px) {
  /* line 293, assets/sass/pages/_home.scss */
  .yes-no__container {
    height: 410px;
  }
}
/* line 305, assets/sass/pages/_home.scss */
.yes-no__container .inner {
  width: 66%;
  padding-top: 160px;
  margin: 0 auto;
}
@media all and (min-width: 1280px) {
  /* line 305, assets/sass/pages/_home.scss */
  .yes-no__container .inner {
    margin-left: 22%;
    padding-top: 220px;
  }
}
@media all and (max-width: 639px) {
  /* line 305, assets/sass/pages/_home.scss */
  .yes-no__container .inner {
    width: 75%;
    padding-top: 100px;
  }
}
@media all and (max-width: 767px) and (min-width: 640px) {
  /* line 305, assets/sass/pages/_home.scss */
  .yes-no__container .inner {
    padding-top: 80px;
  }
}
/* line 321, assets/sass/pages/_home.scss */
.yes-no__container .button {
  float: right;
  margin-top: 46px;
}

@media all and (max-width: 767px) {
  /* line 329, assets/sass/pages/_home.scss */
  body.en-au .inner img.show-mobile.show-en-au.hide-locale {
    display: block !important;
  }
}
@media all and (min-width: 768px) {
  /* line 329, assets/sass/pages/_home.scss */
  body.en-au .inner img.show-mobile.show-en-au.hide-locale {
    display: none !important;
  }
}
@media all and (max-width: 767px) {
  /* line 337, assets/sass/pages/_home.scss */
  body.en-au .inner img.hide-mobile.show-en-au.hide-locale {
    display: none !important;
  }
}
@media all and (min-width: 768px) {
  /* line 337, assets/sass/pages/_home.scss */
  body.en-au .inner img.hide-mobile.show-en-au.hide-locale {
    display: block !important;
  }
}

@media all and (max-width: 767px) {
  /* line 351, assets/sass/pages/_home.scss */
  body.en-gb .inner img.show-mobile.show-en-gb.hide-locale {
    display: block !important;
  }
}
@media all and (min-width: 768px) {
  /* line 351, assets/sass/pages/_home.scss */
  body.en-gb .inner img.show-mobile.show-en-gb.hide-locale {
    display: none !important;
  }
}
@media all and (max-width: 767px) {
  /* line 359, assets/sass/pages/_home.scss */
  body.en-gb .inner img.hide-mobile.show-en-gb.hide-locale {
    display: none !important;
  }
}
@media all and (min-width: 768px) {
  /* line 359, assets/sass/pages/_home.scss */
  body.en-gb .inner img.hide-mobile.show-en-gb.hide-locale {
    display: block !important;
  }
}

@media all and (max-width: 767px) {
  /* line 373, assets/sass/pages/_home.scss */
  body.de-de .inner img.show-mobile.show-de-de.hide-locale {
    display: block !important;
  }
}
@media all and (min-width: 768px) {
  /* line 373, assets/sass/pages/_home.scss */
  body.de-de .inner img.show-mobile.show-de-de.hide-locale {
    display: none !important;
  }
}
@media all and (max-width: 767px) {
  /* line 381, assets/sass/pages/_home.scss */
  body.de-de .inner img.hide-mobile.show-de-de.hide-locale {
    display: none !important;
  }
}
@media all and (min-width: 768px) {
  /* line 381, assets/sass/pages/_home.scss */
  body.de-de .inner img.hide-mobile.show-de-de.hide-locale {
    display: block !important;
  }
}

/* line 392, assets/sass/pages/_home.scss */
.volcanic-ash-enau__container {
  background: url('assets/img/home/en-au/4-MM-enAU-VolcanicAsh-HomepageBanner-1920X640-BG.jpg?1593706679') 50% 50%/cover no-repeat;
  background-position: 35% 0;
}
@media all and (max-width: 767px) {
  /* line 392, assets/sass/pages/_home.scss */
  .volcanic-ash-enau__container {
    background-image: url('assets/img/home/en-au/4-MM-enAU-VolcanicAsh-HomepageBanner-mobile.jpg?1593706679');
  }
}
@media all and (min-width: 1280px) {
  /* line 392, assets/sass/pages/_home.scss */
  .volcanic-ash-enau__container {
    background-position: 50% 0;
  }
}

/* line 404, assets/sass/pages/_home.scss */
.shea-butter-engb__container {
  background: url('assets/img/home/en-gb/1-MM-enGB-SheaButter-HomepageBanner-1920X640.jpg?1593706679') 50% 50%/cover no-repeat;
  background-position: 35% 0;
}
@media all and (max-width: 767px) {
  /* line 404, assets/sass/pages/_home.scss */
  .shea-butter-engb__container {
    background-image: url('assets/img/home/en-gb/1-MM-enGB-SheaButter-HomepageBanner-mobile.jpg?1593706679');
  }
}
@media all and (min-width: 1280px) {
  /* line 404, assets/sass/pages/_home.scss */
  .shea-butter-engb__container {
    background-position: 50% 0;
  }
}

/* line 420, assets/sass/pages/_home.scss */
.hibiscus-engb__container h2,
.volcanic-ash-enau__container h2,
.shea-butter-engb__container h2 {
  text-transform: uppercase;
  color: #000;
  margin: 5px 0 0 0;
  font-size: 29px;
  line-height: 29px;
  font-size: 6.8vw;
  line-height: 6.8vw;
  position: relative;
  z-index: 2;
  letter-spacing: 0.1vw;
  font-family: 'Typewriter';
  font-weight: 600;
  padding-bottom: 0.5vw;
}

/* line 439, assets/sass/pages/_home.scss */
.volcanic-ash-enau__container .inner,
.shea-butter-engb__container .inner {
  width: 55%;
  padding-left: 5%;
  padding-top: 5%;
  background-image: url('assets/img/home/en-au/4--MM-enAU-VolcanicAsh-HomepageBanner-parallax-cropped.png?1593706679');
  background-repeat: no-repeat;
  height: 100%;
  background-size: 100% 100%;
  padding-right: 17%;
}
@media all and (min-width: 1920px) {
  /* line 439, assets/sass/pages/_home.scss */
  .volcanic-ash-enau__container .inner,
  .shea-butter-engb__container .inner {
    width: 37%;
    padding-left: 7%;
    padding-top: 2%;
    padding-right: 5%;
  }
}
@media all and (max-width: 460px) {
  /* line 439, assets/sass/pages/_home.scss */
  .volcanic-ash-enau__container .inner,
  .shea-butter-engb__container .inner {
    width: 60%;
  }
}
/* line 460, assets/sass/pages/_home.scss */
.volcanic-ash-enau__container .inner p,
.shea-butter-engb__container .inner p {
  margin: 35px 0 35px 0;
  font-size: 19px;
  line-height: 19px;
  letter-spacing: 0.8px;
  color: #010000;
}
@media all and (min-width: 1040px) {
  /* line 460, assets/sass/pages/_home.scss */
  .volcanic-ash-enau__container .inner p,
  .shea-butter-engb__container .inner p {
    font-size: 22px;
    line-height: 24px;
  }
}
@media all and (min-width: 1280px) {
  /* line 460, assets/sass/pages/_home.scss */
  .volcanic-ash-enau__container .inner p,
  .shea-butter-engb__container .inner p {
    font-size: 27px;
    line-height: 27px;
  }
}
@media all and (min-width: 1480px) {
  /* line 460, assets/sass/pages/_home.scss */
  .volcanic-ash-enau__container .inner p,
  .shea-butter-engb__container .inner p {
    font-size: 35px;
    line-height: 32px;
  }
}
@media all and (min-width: 1920px) {
  /* line 460, assets/sass/pages/_home.scss */
  .volcanic-ash-enau__container .inner p,
  .shea-butter-engb__container .inner p {
    margin: 20px 0 48px 0;
  }
}
/* line 483, assets/sass/pages/_home.scss */
.volcanic-ash-enau__container .inner a,
.shea-butter-engb__container .inner a {
  display: block;
}

@media all and (min-width: 768px) {
  /* line 490, assets/sass/pages/_home.scss */
  .shea-butter-engb__container .inner p {
    max-width: 80%;
  }
}

/* line 497, assets/sass/pages/_home.scss */
.hibiscus-engb__container {
  background: url('assets/img/home/en-gb/5-MM-enGB-HibiscusWater-HomepageBanner-1920X640.jpg?1593706679') 50% 50%/cover no-repeat;
  background-position: 45% 0;
}
@media all and (min-width: 1280px) {
  /* line 497, assets/sass/pages/_home.scss */
  .hibiscus-engb__container {
    background-position: 50% 0;
  }
}
/* line 508, assets/sass/pages/_home.scss */
.hibiscus-engb__container .inner {
  width: 55%;
  padding-right: 5%;
  padding-top: 5%;
  background-image: url('assets/img/home/en-au/5-MM-enAU-HibiscusWater-HomepageBanner-canvas.png?1593706679');
  background-repeat: no-repeat;
  height: 100%;
  background-size: 100% 100%;
  padding-left: 15%;
  float: right;
  text-align: right;
}
@media all and (min-width: 1920px) {
  /* line 508, assets/sass/pages/_home.scss */
  .hibiscus-engb__container .inner {
    width: 42%;
    padding-right: 7%;
    padding-top: 5%;
    padding-left: 5%;
  }
}
@media all and (max-width: 460px) {
  /* line 508, assets/sass/pages/_home.scss */
  .hibiscus-engb__container .inner {
    width: 60%;
  }
}
/* line 530, assets/sass/pages/_home.scss */
.hibiscus-engb__container .inner p {
  margin: 35px 0 35px 0;
  font-size: 19px;
  line-height: 19px;
  letter-spacing: 0.8px;
  color: #000;
}
@media all and (min-width: 1040px) {
  /* line 530, assets/sass/pages/_home.scss */
  .hibiscus-engb__container .inner p {
    font-size: 22px;
    line-height: 24px;
  }
}
@media all and (min-width: 1280px) {
  /* line 530, assets/sass/pages/_home.scss */
  .hibiscus-engb__container .inner p {
    font-size: 27px;
    line-height: 27px;
  }
}
@media all and (min-width: 1480px) {
  /* line 530, assets/sass/pages/_home.scss */
  .hibiscus-engb__container .inner p {
    font-size: 35px;
    line-height: 32px;
  }
}
@media all and (min-width: 1920px) {
  /* line 530, assets/sass/pages/_home.scss */
  .hibiscus-engb__container .inner p {
    margin: 24px 0 38px 0;
  }
}
/* line 553, assets/sass/pages/_home.scss */
.hibiscus-engb__container .inner a {
  display: block;
}

/* line 559, assets/sass/pages/_home.scss */
.maui-banner-wrapper--source.show-en-au,
.our-products-start__container,
.volcanic-ash-enau__container,
.hibiscus-engb__container,
.shea-butter-engb__container {
  height: 640px;
}
@media all and (max-width: 767px) {
  /* line 559, assets/sass/pages/_home.scss */
  .maui-banner-wrapper--source.show-en-au,
  .our-products-start__container,
  .volcanic-ash-enau__container,
  .hibiscus-engb__container,
  .shea-butter-engb__container {
    height: 480px;
  }
}
/* line 569, assets/sass/pages/_home.scss */
.maui-banner-wrapper--source.show-en-au .et_pb_fullwidth_code.et_pb_module,
.our-products-start__container .et_pb_fullwidth_code.et_pb_module,
.volcanic-ash-enau__container .et_pb_fullwidth_code.et_pb_module,
.hibiscus-engb__container .et_pb_fullwidth_code.et_pb_module,
.shea-butter-engb__container .et_pb_fullwidth_code.et_pb_module {
  position: initial;
}

@media all and (max-width: 767px) {
  /* line 575, assets/sass/pages/_home.scss */
  .shea-butter-engb__container .button,
  .volcanic-ash-enau__container .button {
    max-width: 95%;
  }
}

@media all and (max-width: 767px) {
  /* line 583, assets/sass/pages/_home.scss */
  .maui-banner-wrapper--source.show-en-au .button,
  .our-products-start__container .button {
    max-width: 66%;
  }
}

/* line 596, assets/sass/pages/_home.scss */
.yes-no__container .banner-link,
.maui-banner-wrapper--source.show-en-au .banner-link,
.our-products-start__container .banner-link,
.volcanic-ash-enau__container .banner-link,
.hibiscus-engb__container .banner-link,
.shea-butter-engb__container .banner-link {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: block;
}

/* line 606, assets/sass/pages/_home.scss */
.banner2019-new {
  position: relative;
  background-color: #58b7b3;
}
/* line 609, assets/sass/pages/_home.scss */
.banner2019-new .curlbanner {
  position: relative;
  overflow: hidden;
}
/* line 612, assets/sass/pages/_home.scss */
.banner2019-new .curlbanner > img.show-desktop {
  width: 100%;
}
/* line 615, assets/sass/pages/_home.scss */
.banner2019-new .curlbanner > img.show-mobile {
  position: relative;
  z-index: 3;
}
/* line 619, assets/sass/pages/_home.scss */
.banner2019-new .curlbanner .curlbanner-content {
  width: 48%;
}
/* line 621, assets/sass/pages/_home.scss */
.banner2019-new .curlbanner .curlbanner-content > img {
  max-width: 50%;
  display: block;
  margin: 0 auto;
}
@media all and (max-width: 767px) {
  /* line 619, assets/sass/pages/_home.scss */
  .banner2019-new .curlbanner .curlbanner-content {
    width: 100%;
    text-align: center;
    padding: 5% 10% 10%;
  }
}
@media all and (min-width: 768px) {
  /* line 619, assets/sass/pages/_home.scss */
  .banner2019-new .curlbanner .curlbanner-content {
    padding-right: 7%;
    position: absolute;
    right: 0;
    width: 40%;
    padding-top: 2%;
    text-align: center;
    z-index: 3;
    top: 0;
  }
}
/* line 641, assets/sass/pages/_home.scss */
.banner2019-new .curlbanner .curlbanner-content h2 {
  text-transform: uppercase;
  color: #fff;
  margin: 5px 0 0 0;
  font-size: 29px;
  line-height: 29px;
  font-size: 6.8vw;
  line-height: 6.8vw;
  position: relative;
  z-index: 2;
  letter-spacing: 0.1vw;
  font-family: 'Typewriter';
  font-weight: 600;
  padding-bottom: 0.5vw;
}
@media all and (max-width: 767px) {
  /* line 641, assets/sass/pages/_home.scss */
  .banner2019-new .curlbanner .curlbanner-content h2 {
    font-size: 12vw;
    line-height: 11vw;
    letter-spacing: 0.25vw;
  }
}
/* line 661, assets/sass/pages/_home.scss */
.banner2019-new .curlbanner .curlbanner-content p {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 19px;
  line-height: 23px;
  color: #fff;
  text-align: center;
  margin: 6% 0;
}
@media all and (min-width: 1040px) {
  /* line 661, assets/sass/pages/_home.scss */
  .banner2019-new .curlbanner .curlbanner-content p {
    font-size: 22px;
    line-height: 26px;
    margin: 7% 0;
  }
}
@media all and (min-width: 1280px) {
  /* line 661, assets/sass/pages/_home.scss */
  .banner2019-new .curlbanner .curlbanner-content p {
    font-size: 27px;
    line-height: 31px;
  }
}
/* line 681, assets/sass/pages/_home.scss */
.banner2019-new .curlbanner .curlbanner-content p span {
  display: block;
  font-weight: bold;
  text-align: center;
  margin-top: 15px;
}
@media all and (min-width: 768px) {
  /* line 681, assets/sass/pages/_home.scss */
  .banner2019-new .curlbanner .curlbanner-content p span {
    text-align: right;
    margin-right: -40px;
  }
}
/* line 692, assets/sass/pages/_home.scss */
.banner2019-new .curlbanner .curlbanner-content a.button {
  color: #fff;
}

/* line 706, assets/sass/pages/_home.scss */
.banner2019-new .curlbanner .curlbanner-content a.button,
.banner2019-canvasrip .curlbanner .curlbanner-content a.button,
.curlbanner-wrapper.body .curlbanner .curlbanner-content a.button,
.banner2019-reviews a.button,
.shea-butter-engb__container .inner a.button,
.our-products-start__container a.button,
.yes-no__container a.button {
  background-image: url('assets/img/home/button-opaque-bg.png?1593706678');
  background-repeat: repeat;
  font-family: "Lucky";
  padding: 8px 8px 16px 8px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  text-align: center;
}
@media all and (min-width: 768px) {
  /* line 706, assets/sass/pages/_home.scss */
  .banner2019-new .curlbanner .curlbanner-content a.button,
  .banner2019-canvasrip .curlbanner .curlbanner-content a.button,
  .curlbanner-wrapper.body .curlbanner .curlbanner-content a.button,
  .banner2019-reviews a.button,
  .shea-butter-engb__container .inner a.button,
  .our-products-start__container a.button,
  .yes-no__container a.button {
    padding: 8px 8px 16px 8px;
  }
}
@media all and (min-width: 960px) {
  /* line 706, assets/sass/pages/_home.scss */
  .banner2019-new .curlbanner .curlbanner-content a.button,
  .banner2019-canvasrip .curlbanner .curlbanner-content a.button,
  .curlbanner-wrapper.body .curlbanner .curlbanner-content a.button,
  .banner2019-reviews a.button,
  .shea-butter-engb__container .inner a.button,
  .our-products-start__container a.button,
  .yes-no__container a.button {
    padding: 8px 12px 18px 12px;
  }
}
/* line 721, assets/sass/pages/_home.scss */
.banner2019-new .curlbanner .curlbanner-content a.button span,
.banner2019-canvasrip .curlbanner .curlbanner-content a.button span,
.curlbanner-wrapper.body .curlbanner .curlbanner-content a.button span,
.banner2019-reviews a.button span,
.shea-butter-engb__container .inner a.button span,
.our-products-start__container a.button span,
.yes-no__container a.button span {
  display: block;
  font-size: 16px;
  line-height: 16px;
}
@media all and (min-width: 480px) {
  /* line 721, assets/sass/pages/_home.scss */
  .banner2019-new .curlbanner .curlbanner-content a.button span,
  .banner2019-canvasrip .curlbanner .curlbanner-content a.button span,
  .curlbanner-wrapper.body .curlbanner .curlbanner-content a.button span,
  .banner2019-reviews a.button span,
  .shea-butter-engb__container .inner a.button span,
  .our-products-start__container a.button span,
  .yes-no__container a.button span {
    font-size: 20px;
    line-height: 20px;
  }
}
@media all and (min-width: 768px) {
  /* line 721, assets/sass/pages/_home.scss */
  .banner2019-new .curlbanner .curlbanner-content a.button span,
  .banner2019-canvasrip .curlbanner .curlbanner-content a.button span,
  .curlbanner-wrapper.body .curlbanner .curlbanner-content a.button span,
  .banner2019-reviews a.button span,
  .shea-butter-engb__container .inner a.button span,
  .our-products-start__container a.button span,
  .yes-no__container a.button span {
    font-size: 16px;
    line-height: 16px;
  }
}
@media all and (min-width: 960px) {
  /* line 721, assets/sass/pages/_home.scss */
  .banner2019-new .curlbanner .curlbanner-content a.button span,
  .banner2019-canvasrip .curlbanner .curlbanner-content a.button span,
  .curlbanner-wrapper.body .curlbanner .curlbanner-content a.button span,
  .banner2019-reviews a.button span,
  .shea-butter-engb__container .inner a.button span,
  .our-products-start__container a.button span,
  .yes-no__container a.button span {
    font-size: 19px;
    line-height: 19px;
  }
}
@media all and (min-width: 1280px) {
  /* line 721, assets/sass/pages/_home.scss */
  .banner2019-new .curlbanner .curlbanner-content a.button span,
  .banner2019-canvasrip .curlbanner .curlbanner-content a.button span,
  .curlbanner-wrapper.body .curlbanner .curlbanner-content a.button span,
  .banner2019-reviews a.button span,
  .shea-butter-engb__container .inner a.button span,
  .our-products-start__container a.button span,
  .yes-no__container a.button span {
    font-size: 27px;
    line-height: 27px;
  }
}
@media all and (min-width: 1780px) {
  /* line 721, assets/sass/pages/_home.scss */
  .banner2019-new .curlbanner .curlbanner-content a.button span,
  .banner2019-canvasrip .curlbanner .curlbanner-content a.button span,
  .curlbanner-wrapper.body .curlbanner .curlbanner-content a.button span,
  .banner2019-reviews a.button span,
  .shea-butter-engb__container .inner a.button span,
  .our-products-start__container a.button span,
  .yes-no__container a.button span {
    font-size: 38px;
    line-height: 38px;
  }
}
/* line 746, assets/sass/pages/_home.scss */
.banner2019-new .curlbanner .curlbanner-content a.button img,
.banner2019-canvasrip .curlbanner .curlbanner-content a.button img,
.curlbanner-wrapper.body .curlbanner .curlbanner-content a.button img,
.banner2019-reviews a.button img,
.shea-butter-engb__container .inner a.button img,
.our-products-start__container a.button img,
.yes-no__container a.button img {
  position: absolute;
  width: 96%;
  left: 2%;
  bottom: 8px;
}

/* line 755, assets/sass/pages/_home.scss */
.shea-butter-engb__container .inner a.button {
  max-width: 90%;
  color: #000;
}
@media all and (min-width: 1780px) {
  /* line 758, assets/sass/pages/_home.scss */
  .shea-butter-engb__container .inner a.button span {
    font-size: 30px;
    line-height: 30px;
  }
}

/* line 768, assets/sass/pages/_home.scss */
.our-products-start__container a.button,
.yes-no__container a.button {
  color: #fff;
}
@media all and (min-width: 480px) {
  /* line 770, assets/sass/pages/_home.scss */
  .our-products-start__container a.button span,
  .yes-no__container a.button span {
    font-size: 24px;
    line-height: 24px;
  }
}
@media all and (min-width: 960px) {
  /* line 770, assets/sass/pages/_home.scss */
  .our-products-start__container a.button span,
  .yes-no__container a.button span {
    font-size: 27px;
    line-height: 27px;
  }
}

/* line 783, assets/sass/pages/_home.scss */
.banner2019-canvasrip {
  position: relative;
}
/* line 785, assets/sass/pages/_home.scss */
.banner2019-canvasrip .curlbanner {
  position: relative;
}
/* line 786, assets/sass/pages/_home.scss */
.banner2019-canvasrip .curlbanner img {
  width: 100%;
}
/* line 790, assets/sass/pages/_home.scss */
.banner2019-canvasrip .curlbanner .curlbanner-content {
  position: absolute;
  top: 0;
  right: 0;
  width: 44%;
  padding-right: 4%;
  padding-top: 3%;
  height: 100%;
  padding-left: 7%;
  float: right;
  text-align: right;
}
@media all and (max-width: 767px) {
  /* line 790, assets/sass/pages/_home.scss */
  .banner2019-canvasrip .curlbanner .curlbanner-content {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 5% 10% 7.5%;
    background-image: url('assets/img/curlsquad/2/Curl-Squad-Banner-2-repeat.jpg?1593706678');
    background-repeat: repeat;
    background-position: center;
    float: none;
    z-index: 999;
  }
}
@media all and (min-width: 768px) {
  /* line 812, assets/sass/pages/_home.scss */
  .banner2019-canvasrip .curlbanner .curlbanner-content img.show-desktop-ib {
    max-width: 80%;
  }
}
@media all and (min-width: 1460px) {
  /* line 812, assets/sass/pages/_home.scss */
  .banner2019-canvasrip .curlbanner .curlbanner-content img.show-desktop-ib {
    max-width: 410px;
  }
}
/* line 821, assets/sass/pages/_home.scss */
.banner2019-canvasrip .curlbanner .curlbanner-content h2 {
  text-transform: uppercase;
  color: #000;
  margin: 5px 0 0 0;
  font-size: 29px;
  line-height: 29px;
  font-size: 5vw;
  line-height: 5vw;
  position: relative;
  z-index: 2;
  letter-spacing: 0.1vw;
  font-family: 'Typewriter';
  font-weight: 600;
  padding-bottom: 0.5vw;
}
@media all and (max-width: 767px) {
  /* line 821, assets/sass/pages/_home.scss */
  .banner2019-canvasrip .curlbanner .curlbanner-content h2 {
    font-size: 12vw;
    line-height: 11vw;
    letter-spacing: 0.25vw;
  }
}
/* line 841, assets/sass/pages/_home.scss */
.banner2019-canvasrip .curlbanner .curlbanner-content p {
  margin: 5% 0;
  font-size: 1.6vw;
  line-height: 1.6vw;
  color: #000;
}
@media all and (max-width: 767px) {
  /* line 841, assets/sass/pages/_home.scss */
  .banner2019-canvasrip .curlbanner .curlbanner-content p {
    font-size: 3.8vw;
    line-height: 3.8vw;
  }
}
/* line 850, assets/sass/pages/_home.scss */
.banner2019-canvasrip .curlbanner .curlbanner-content p span {
  display: block;
  font-weight: bold;
  text-align: right;
  margin-top: 15px;
}
@media all and (max-width: 767px) {
  /* line 850, assets/sass/pages/_home.scss */
  .banner2019-canvasrip .curlbanner .curlbanner-content p span {
    text-align: center;
  }
}
/* line 861, assets/sass/pages/_home.scss */
.banner2019-canvasrip .curlbanner .curlbanner-content a.button {
  font-size: 1.6vw;
  color: #000;
}
@media all and (max-width: 767px) {
  /* line 861, assets/sass/pages/_home.scss */
  .banner2019-canvasrip .curlbanner .curlbanner-content a.button {
    font-size: 3.8vw;
    line-height: 3.8vw;
  }
}
/* line 873, assets/sass/pages/_home.scss */
.banner2019-canvasrip.leftrip .curlbanner .curlbanner-content {
  right: auto;
  left: 0;
  padding-left: 4%;
  padding-right: 7%;
  text-align: left;
  padding-top: 1%;
}
@media all and (max-width: 767px) {
  /* line 873, assets/sass/pages/_home.scss */
  .banner2019-canvasrip.leftrip .curlbanner .curlbanner-content {
    text-align: center;
    padding: 5% 10% 10%;
  }
}
@media all and (min-width: 768px) {
  /* line 884, assets/sass/pages/_home.scss */
  .banner2019-canvasrip.leftrip .curlbanner .curlbanner-content.skinnier {
    width: 40%;
    padding-left: 3%;
  }
}
@media all and (min-width: 1025px) {
  /* line 873, assets/sass/pages/_home.scss */
  .banner2019-canvasrip.leftrip .curlbanner .curlbanner-content {
    padding-top: 2%;
  }
}
/* line 898, assets/sass/pages/_home.scss */
.banner2019-canvasrip.curlsquad .curlbanner .curlbanner-content {
  width: 40%;
  padding-right: 4%;
  padding-top: 1%;
  padding-left: 7%;
}
@media all and (max-width: 767px) {
  /* line 898, assets/sass/pages/_home.scss */
  .banner2019-canvasrip.curlsquad .curlbanner .curlbanner-content {
    width: 100%;
    padding: 5% 10% 7.5%;
  }
}
@media all and (min-width: 860px) {
  /* line 898, assets/sass/pages/_home.scss */
  .banner2019-canvasrip.curlsquad .curlbanner .curlbanner-content {
    padding-top: 3%;
  }
}
@media all and (min-width: 768px) {
  /* line 912, assets/sass/pages/_home.scss */
  .banner2019-canvasrip.curlsquad .curlbanner .curlbanner-content img.show-desktop-ib {
    max-width: 80%;
  }
}

/* line 922, assets/sass/pages/_home.scss */
.combing {
  background-color: #ffb648 !important;
}
/* line 925, assets/sass/pages/_home.scss */
.combing .curlbanner-content p {
  font-size: 1.4vw !important;
  line-height: normal !important;
}
@media all and (max-width: 767px) {
  /* line 925, assets/sass/pages/_home.scss */
  .combing .curlbanner-content p {
    font-size: 3.8vw !important;
    line-height: 3.9vw !important;
  }
}

/* line 936, assets/sass/pages/_home.scss */
.banner2019-reviews {
  position: relative;
  overflow: hidden;
  background-image: url('assets/img/curlsquad/2/Curl-Squad-Banner-2-repeat.jpg?1593706678');
  background-repeat: repeat;
  background-position: center;
  padding: 20px 15px 7% 15px;
}
/* line 947, assets/sass/pages/_home.scss */
.banner2019-reviews .top-leaf {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  width: 27%;
  left: auto;
  text-align: right;
}
/* line 956, assets/sass/pages/_home.scss */
.banner2019-reviews .bottom-leaf {
  position: absolute;
  bottom: -9px;
  left: 0;
  z-index: 3;
  width: 41%;
}
/* line 963, assets/sass/pages/_home.scss */
.banner2019-reviews .title {
  width: 77%;
  margin-bottom: 15px;
}
@media all and (max-width: 767px) {
  /* line 963, assets/sass/pages/_home.scss */
  .banner2019-reviews .title {
    width: 100%;
  }
}
/* line 971, assets/sass/pages/_home.scss */
.banner2019-reviews .quotes .quote {
  text-align: center;
}
@media all and (max-width: 767px) {
  /* line 974, assets/sass/pages/_home.scss */
  .banner2019-reviews .quotes .quote:first-child {
    padding-right: 15%;
  }
  /* line 977, assets/sass/pages/_home.scss */
  .banner2019-reviews .quotes .quote.center-quote {
    margin: 40px 0 40px 0;
    padding-left: 7.5%;
    padding-right: 7.5%;
  }
  /* line 982, assets/sass/pages/_home.scss */
  .banner2019-reviews .quotes .quote.last {
    padding-left: 15%;
  }
}
@media all and (min-width: 768px) {
  /* line 971, assets/sass/pages/_home.scss */
  .banner2019-reviews .quotes .quote {
    position: relative;
    float: left;
    width: 33.3333%;
  }
  /* line 992, assets/sass/pages/_home.scss */
  .banner2019-reviews .quotes .quote.center-quote {
    padding-top: 5%;
    padding-left: 1%;
  }
}
/* line 999, assets/sass/pages/_home.scss */
.banner2019-reviews .button-wrap {
  clear: both;
  display: block;
  text-align: center;
}
/* line 1003, assets/sass/pages/_home.scss */
.banner2019-reviews .button-wrap a.button {
  margin: 0 auto;
  color: #000;
  margin-top: 3%;
}

/* line 1011, assets/sass/pages/_home.scss */
.home .link-full {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: block;
}

@media all and (max-width: 767px) {
  /* line 1019, assets/sass/pages/_home.scss */
  .rellax {
    transform: translate3d(0, 0, 0) !important;
  }
}
/* line 1025, assets/sass/pages/_home.scss */
.home-july2020 img {
  display: block;
}
/* line 1028, assets/sass/pages/_home.scss */
.home-july2020 .banner-overlay {
  line-height: 0;
}
/* line 1031, assets/sass/pages/_home.scss */
.home-july2020 .show-desktop {
  display: none;
}
@media all and (min-width: 1024px) {
  /* line 1036, assets/sass/pages/_home.scss */
  .home-july2020 .show-desktop {
    display: block;
  }
  /* line 1039, assets/sass/pages/_home.scss */
  .home-july2020 .show-mobile {
    display: none;
  }
}
/* line 1044, assets/sass/pages/_home.scss */
.home-july2020 .banner-content {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  text-align: center;
}
/* line 1048, assets/sass/pages/_home.scss */
.home-july2020 .banner-content h2 {
  letter-spacing: 0.05em;
  font-size: calc(6em + 3vw);
}
/* line 1052, assets/sass/pages/_home.scss */
.home-july2020 .banner-content p {
  letter-spacing: 0.05em;
  font-weight: normal;
}
/* line 1058, assets/sass/pages/_home.scss */
.home-july2020 a.tag-button {
  top: 0;
  left: 0;
  position: absolute;
}
/* line 1063, assets/sass/pages/_home.scss */
.home-july2020 a.button {
  width: auto;
  max-width: 225px;
  margin: 1em auto;
  color: white;
  background-image: url(assets/img/home/button-opaque-bg.png?1557237182);
  background-repeat: repeat;
  font-family: 'Lucky';
  font-size: 1.25em;
  font-weight: bold;
  padding: 0.75em calc(0.5em + 0.5vw) 0.5em calc(0.5em + 0.5vw);
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  text-align: center;
}
/* line 1078, assets/sass/pages/_home.scss */
.home-july2020 a.button:hover {
  opacity: 0.75;
}
/* line 1081, assets/sass/pages/_home.scss */
.home-july2020 a.button.sinbad {
  background-color: #9ed3d3;
}
/* line 1086, assets/sass/pages/_home.scss */
.home-july2020 p.social-tag a {
  font-weight: bold;
  font-family: Helvetica, sans-serif, Arial;
  font-size: 1em;
  letter-spacing: 0em;
}
/* line 1091, assets/sass/pages/_home.scss */
.home-july2020 p.social-tag a:hover {
  opacity: 0.75;
}

/* line 1100, assets/sass/pages/_home.scss */
.home-july2020 #maui-collection {
  background-color: #00bcd6;
}
/* line 1102, assets/sass/pages/_home.scss */
.home-july2020 #maui-collection > img {
  width: 100%;
  display: block;
}
/* line 1106, assets/sass/pages/_home.scss */
.home-july2020 #maui-collection .maui-collection-headline {
  top: 5%;
  right: 5%;
  position: absolute;
  width: 50%;
  text-align: center;
}
/* line 1114, assets/sass/pages/_home.scss */
.home-july2020 #maui-collection .maui-collection-content {
  padding: 5% 0%;
  background-color: #00bcd6;
  text-align: center;
}
/* line 1118, assets/sass/pages/_home.scss */
.home-july2020 #maui-collection .maui-collection-content p {
  color: white;
  font-size: calc(1.25em + 0.75vw);
  line-height: normal;
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
}
/* line 1126, assets/sass/pages/_home.scss */
.home-july2020 #maui-collection .maui-collection-content p.social-tag a {
  color: white;
}
@media all and (min-width: 1024px) {
  /* line 1133, assets/sass/pages/_home.scss */
  .home-july2020 #maui-collection .maui-collection-content {
    background-color: transparent;
    position: absolute;
    top: 25%;
    right: 0;
    width: 40%;
  }
}

/* line 1145, assets/sass/pages/_home.scss */
.home-july2020 #curlsquad .banner-overlay {
  position: relative;
}
/* line 1147, assets/sass/pages/_home.scss */
.home-july2020 #curlsquad .banner-overlay .tag-button {
  width: 125px;
}
/* line 1150, assets/sass/pages/_home.scss */
.home-july2020 #curlsquad .banner-overlay .tag-button.justlikejackies {
  top: unset;
  left: 20%;
  bottom: 30%;
}
/* line 1155, assets/sass/pages/_home.scss */
.home-july2020 #curlsquad .banner-overlay .tag-button.daynabolden {
  top: unset;
  left: 45%;
  bottom: 30%;
}
/* line 1160, assets/sass/pages/_home.scss */
.home-july2020 #curlsquad .banner-overlay .tag-button.indiabatson {
  top: unset;
  left: 65%;
  bottom: 30%;
}
@media all and (min-width: 1024px) {
  /* line 1166, assets/sass/pages/_home.scss */
  .home-july2020 #curlsquad .banner-overlay .tag-button {
    width: 150px;
    bottom: 25%;
  }
  /* line 1170, assets/sass/pages/_home.scss */
  .home-july2020 #curlsquad .banner-overlay .tag-button.justlikejackies {
    top: unset;
    left: 14%;
  }
  /* line 1174, assets/sass/pages/_home.scss */
  .home-july2020 #curlsquad .banner-overlay .tag-button.daynabolden {
    top: unset;
    left: 30%;
  }
  /* line 1178, assets/sass/pages/_home.scss */
  .home-july2020 #curlsquad .banner-overlay .tag-button.indiabatson {
    top: unset;
    left: 45%;
  }
}
/* line 1184, assets/sass/pages/_home.scss */
.home-july2020 #curlsquad .banner-content {
  margin: auto 0;
  background-image: url("https://global-prod.mauimoisture.com/wp-content/themes/three21/assets/img/home/en-us/2020/curl-squad/bg-repeat.jpg");
  background-repeat: repeat;
}
/* line 1188, assets/sass/pages/_home.scss */
.home-july2020 #curlsquad .banner-content h2 {
  letter-spacing: 0.05em;
  font-size: calc(6em + 2vw);
  color: #254f6a;
}
/* line 1193, assets/sass/pages/_home.scss */
.home-july2020 #curlsquad .banner-content p {
  font-size: calc(0.8em + 1vw);
  line-height: 1.2em;
  letter-spacing: 0.05em;
  color: black;
}
/* line 1200, assets/sass/pages/_home.scss */
.home-july2020 #curlsquad .banner-content p.social-tag a {
  color: black;
}
@media all and (min-width: 1024px) {
  /* line 1207, assets/sass/pages/_home.scss */
  .home-july2020 #curlsquad .banner-content {
    padding: 0;
    position: absolute;
    top: 5%;
    right: 2.5%;
    text-align: right;
    background-color: transparent;
    background-image: none;
    position: absolute;
    max-width: 35%;
  }
  /* line 1217, assets/sass/pages/_home.scss */
  .home-july2020 #curlsquad .banner-content p {
    font-size: 1.3vw;
  }
}

/* line 1224, assets/sass/pages/_home.scss */
.home-july2020 #shine-awapuhi {
  background-color: #58b7b3;
}
/* line 1226, assets/sass/pages/_home.scss */
.home-july2020 #shine-awapuhi .banner-overlay {
  position: relative;
}
/* line 1228, assets/sass/pages/_home.scss */
.home-july2020 #shine-awapuhi .banner-overlay .tag-button {
  width: 150px;
}
/* line 1231, assets/sass/pages/_home.scss */
.home-july2020 #shine-awapuhi .banner-overlay .tag-button.indiabatson {
  top: unset;
  left: 52%;
  bottom: 20%;
}
@media all and (min-width: 1024px) {
  /* line 1237, assets/sass/pages/_home.scss */
  .home-july2020 #shine-awapuhi .banner-overlay .tag-button {
    width: 175px;
  }
  /* line 1240, assets/sass/pages/_home.scss */
  .home-july2020 #shine-awapuhi .banner-overlay .tag-button.indiabatson {
    top: unset;
    left: 40%;
    bottom: 20%;
  }
}
/* line 1248, assets/sass/pages/_home.scss */
.home-july2020 #shine-awapuhi .banner-content {
  background-color: #58b7b3;
}
/* line 1250, assets/sass/pages/_home.scss */
.home-july2020 #shine-awapuhi .banner-content h2 {
  font-style: italic;
  color: white;
  transform: rotate(-10deg);
}
/* line 1255, assets/sass/pages/_home.scss */
.home-july2020 #shine-awapuhi .banner-content p {
  margin-top: -10px;
  font-size: calc(1em + 1vw);
  line-height: 1.3em;
  color: white;
}
@media all and (min-width: 1024px) {
  /* line 1263, assets/sass/pages/_home.scss */
  .home-july2020 #shine-awapuhi .banner-content {
    text-align: right;
    position: absolute;
    top: 5%;
    right: 2.5%;
    background-color: transparent;
    position: absolute;
    max-width: 45%;
  }
  /* line 1271, assets/sass/pages/_home.scss */
  .home-july2020 #shine-awapuhi .banner-content h2 {
    text-align: left;
  }
  /* line 1274, assets/sass/pages/_home.scss */
  .home-july2020 #shine-awapuhi .banner-content p {
    text-align: right;
    font-size: 1.75vw;
  }
}

/* line 1283, assets/sass/pages/_home.scss */
.home-july2020 #ultra-hydration {
  background-color: #254f6a;
}
/* line 1285, assets/sass/pages/_home.scss */
.home-july2020 #ultra-hydration .banner-overlay {
  position: relative;
}
/* line 1287, assets/sass/pages/_home.scss */
.home-july2020 #ultra-hydration .banner-overlay .tag-button {
  width: 150px;
}
/* line 1290, assets/sass/pages/_home.scss */
.home-july2020 #ultra-hydration .banner-overlay .tag-button.daynabolden {
  top: unset;
  left: unset;
  right: 25%;
  bottom: 18%;
}
@media all and (min-width: 1024px) {
  /* line 1297, assets/sass/pages/_home.scss */
  .home-july2020 #ultra-hydration .banner-overlay .tag-button {
    width: 200px;
  }
  /* line 1300, assets/sass/pages/_home.scss */
  .home-july2020 #ultra-hydration .banner-overlay .tag-button.daynabolden {
    top: unset;
    left: unset;
    right: 25%;
    bottom: 15%;
  }
}
/* line 1308, assets/sass/pages/_home.scss */
.home-july2020 #ultra-hydration .banner-content {
  background-color: #254f6a;
}
/* line 1310, assets/sass/pages/_home.scss */
.home-july2020 #ultra-hydration .banner-content h2 {
  font-style: italic;
  color: white;
  transform: rotate(5deg);
  line-height: 0.5em;
  margin-top: 30px;
  margin-bottom: 10px;
}
/* line 1318, assets/sass/pages/_home.scss */
.home-july2020 #ultra-hydration .banner-content p {
  font-size: calc(1em + 1vw);
  line-height: 1.3em;
  color: white;
}
@media all and (min-width: 1024px) {
  /* line 1325, assets/sass/pages/_home.scss */
  .home-july2020 #ultra-hydration .banner-content {
    text-align: left;
    position: absolute;
    top: 5%;
    left: 2.5%;
    background-color: transparent;
    position: absolute;
    max-width: 40%;
  }
  /* line 1333, assets/sass/pages/_home.scss */
  .home-july2020 #ultra-hydration .banner-content h2 {
    text-align: left;
  }
  /* line 1336, assets/sass/pages/_home.scss */
  .home-july2020 #ultra-hydration .banner-content p {
    text-align: left;
    font-size: 1.5vw;
  }
}

/* line 1344, assets/sass/pages/_home.scss */
.home-july2020 #defrizz {
  background-color: #eda84d;
}
/* line 1346, assets/sass/pages/_home.scss */
.home-july2020 #defrizz .banner-content {
  background-color: #eda84d;
}
/* line 1348, assets/sass/pages/_home.scss */
.home-july2020 #defrizz .banner-content h2 {
  font-style: italic;
  color: white;
  transform: rotate(-2deg);
  line-height: 1em;
  margin-top: 30px;
  margin-bottom: 10px;
}
/* line 1356, assets/sass/pages/_home.scss */
.home-july2020 #defrizz .banner-content p {
  font-size: calc(1em + 1vw);
  line-height: 1.3em;
  color: white;
}
@media all and (min-width: 1024px) {
  /* line 1363, assets/sass/pages/_home.scss */
  .home-july2020 #defrizz .banner-content {
    text-align: right;
    position: absolute;
    top: 5%;
    right: 2.5%;
    background-color: transparent;
    position: absolute;
    max-width: 45%;
  }
  /* line 1371, assets/sass/pages/_home.scss */
  .home-july2020 #defrizz .banner-content h2 {
    font-size: 6vw;
  }
  /* line 1374, assets/sass/pages/_home.scss */
  .home-july2020 #defrizz .banner-content p {
    font-size: 1.8vw;
  }
}

/* line 1381, assets/sass/pages/_home.scss */
.bv-curations-cleanslate .fm-carousel .fm-title .fm-float-left {
  color: #a36c00 !important;
}

/* line 1386, assets/sass/pages/_home.scss */
#reviews-wrapper img {
  display: block;
}
/* line 1390, assets/sass/pages/_home.scss */
#reviews-wrapper #reviews-mobile .cta {
  background-image: url(https://global-prod.mauimoisture.com/wp-content/themes/three21/assets/img/home/en-us/2020/reviews/bg.jpg);
  background-repeat: repeat;
  text-align: center;
}
/* line 1394, assets/sass/pages/_home.scss */
#reviews-wrapper #reviews-mobile .cta a.button {
  color: black !important;
  font-weight: bold !important;
}

/* line 1, assets/sass/pages/_about-us.scss */
#about-us-aloe-curls-banner {
  background-image: url(https://global-prod.mauimoisture.com/wp-content/themes/three21/assets/img/about-us/banners/aloe-curls-banner-top.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding: 4vw 3vw 10vw 3vw;
}

/* line 10, assets/sass/pages/_about-us.scss */
#about-us-aloe-curls-blurb {
  background-image: url(https://global-prod.mauimoisture.com/wp-content/themes/three21/assets/img/about-us/banners/aloe-curls-banner-btm.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  line-height: 1.2em;
  color: white;
  font-size: calc(0.75em + 1vw);
  font-weight: bold;
  padding: 1vw 3vw;
}
/* line 22, assets/sass/pages/_about-us.scss */
#about-us-aloe-curls-blurb h3 {
  color: white;
  font-size: calc(1em + 1vw);
  font-weight: normal;
  margin-top: 2vw;
}

/* line 31, assets/sass/pages/_about-us.scss */
#about-us-aloe-curls-ingredients .et_pb_code {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 0 !important;
}
/* line 37, assets/sass/pages/_about-us.scss */
#about-us-aloe-curls-ingredients .et_pb_code img {
  flex: 1;
  margin: auto 4vw auto 4vw;
  max-width: 300px !important;
}

/* line 45, assets/sass/pages/_about-us.scss */
#about-us-aloe-hydration-scale {
  background-image: url(https://global-prod.mauimoisture.com/wp-content/themes/three21/assets/img/about-us/banners/aloe-moist-banner.png);
  background-position: top;
  background-repeat: no-repeat;
  text-align: center;
}
/* line 51, assets/sass/pages/_about-us.scss */
#about-us-aloe-hydration-scale h2, #about-us-aloe-hydration-scale p {
  color: #FFFFFF;
  font-size: calc(0.5em + 1vw);
  font-weight: normal;
}
/* line 57, assets/sass/pages/_about-us.scss */
#about-us-aloe-hydration-scale h2 {
  font-size: calc(1em + 1vw) !important;
  text-transform: uppercase;
  margin-top: calc(2em + 1vw);
}
/* line 63, assets/sass/pages/_about-us.scss */
#about-us-aloe-hydration-scale p {
  max-width: 550px;
  margin: 0 auto;
  line-height: 1.2em;
}
/* line 69, assets/sass/pages/_about-us.scss */
#about-us-aloe-hydration-scale p.meet-the-squad {
  padding-top: 2vw;
}
/* line 72, assets/sass/pages/_about-us.scss */
#about-us-aloe-hydration-scale p.meet-the-squad a {
  color: #FB8B1F;
}
/* line 77, assets/sass/pages/_about-us.scss */
#about-us-aloe-hydration-scale .product-bottles {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: calc((2em + 1vw) * -1);
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}
/* line 86, assets/sass/pages/_about-us.scss */
#about-us-aloe-hydration-scale .product-bottles div {
  flex: 1;
  max-width: 80px;
}
/* line 90, assets/sass/pages/_about-us.scss */
#about-us-aloe-hydration-scale .product-bottles div img {
  max-width: 65px !important;
}
/* line 94, assets/sass/pages/_about-us.scss */
#about-us-aloe-hydration-scale .product-bottles div a {
  font-size: 0.7em;
  font-family: Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2em;
  overflow-wrap: break-word;
}
/* line 103, assets/sass/pages/_about-us.scss */
#about-us-aloe-hydration-scale .product-bottles div a:link {
  color: #C0C0C0;
}
/* line 106, assets/sass/pages/_about-us.scss */
#about-us-aloe-hydration-scale .product-bottles div a:visited {
  color: #C0C0C0;
}
/* line 109, assets/sass/pages/_about-us.scss */
#about-us-aloe-hydration-scale .product-bottles div a:hover {
  color: #FFFFFF;
}
/* line 114, assets/sass/pages/_about-us.scss */
#about-us-aloe-hydration-scale .product-bottles span {
  display: block;
}

/* line 3, assets/sass/pages/_page-not-found.scss */
body.page-not-found #content-area,
body.page-not-found #left-area,
body.error404 #content-area,
body.error404 #left-area {
  padding: 0 !important;
  margin: 0;
  width: 100% !important;
  max-width: none;
}
/* line 11, assets/sass/pages/_page-not-found.scss */
body.page-not-found #sidebar,
body.error404 #sidebar {
  display: none;
}
/* line 15, assets/sass/pages/_page-not-found.scss */
body.page-not-found .et_pb_post:last-child,
body.error404 .et_pb_post:last-child {
  margin-bottom: 0;
}
/* line 19, assets/sass/pages/_page-not-found.scss */
body.page-not-found #main-content > .container,
body.error404 #main-content > .container {
  max-width: none;
  width: 100%;
  padding: 0;
}
/* line 24, assets/sass/pages/_page-not-found.scss */
body.page-not-found #main-content .et_pb_section,
body.error404 #main-content .et_pb_section {
  padding: 0 !important;
}
/* line 27, assets/sass/pages/_page-not-found.scss */
body.page-not-found #main-content .et_pb_row.et_pb_row_fullwidth,
body.error404 #main-content .et_pb_row.et_pb_row_fullwidth {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin-top: -10px;
}
/* line 33, assets/sass/pages/_page-not-found.scss */
body.page-not-found #main-content h1,
body.error404 #main-content h1 {
  display: none;
}
/* line 37, assets/sass/pages/_page-not-found.scss */
body.page-not-found #main-content .page-not-found-wrapper,
body.error404 #main-content .page-not-found-wrapper {
  position: relative;
}
/* line 39, assets/sass/pages/_page-not-found.scss */
body.page-not-found #main-content .page-not-found-wrapper img,
body.error404 #main-content .page-not-found-wrapper img {
  margin-bottom: -10px;
}
/* line 42, assets/sass/pages/_page-not-found.scss */
body.page-not-found #main-content .page-not-found-wrapper .page-not-found-content,
body.error404 #main-content .page-not-found-wrapper .page-not-found-content {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  margin-left: -50%;
  display: none;
}
/* line 50, assets/sass/pages/_page-not-found.scss */
body.page-not-found #main-content .page-not-found-wrapper .page-not-found-content > .container,
body.error404 #main-content .page-not-found-wrapper .page-not-found-content > .container {
  padding-top: 40px;
}
@media only screen and (min-width: 767px) {
  /* line 50, assets/sass/pages/_page-not-found.scss */
  body.page-not-found #main-content .page-not-found-wrapper .page-not-found-content > .container,
  body.error404 #main-content .page-not-found-wrapper .page-not-found-content > .container {
    width: 90%;
  }
}
@media only screen and (min-width: 981px) {
  /* line 50, assets/sass/pages/_page-not-found.scss */
  body.page-not-found #main-content .page-not-found-wrapper .page-not-found-content > .container,
  body.error404 #main-content .page-not-found-wrapper .page-not-found-content > .container {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 1280px) {
  /* line 50, assets/sass/pages/_page-not-found.scss */
  body.page-not-found #main-content .page-not-found-wrapper .page-not-found-content > .container,
  body.error404 #main-content .page-not-found-wrapper .page-not-found-content > .container {
    padding-top: 67px;
  }
}
/* line 63, assets/sass/pages/_page-not-found.scss */
body.page-not-found #main-content .page-not-found-wrapper .page-not-found-content h2,
body.error404 #main-content .page-not-found-wrapper .page-not-found-content h2 {
  color: #fff;
  font-family: "Heavitas";
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 767px) {
  /* line 63, assets/sass/pages/_page-not-found.scss */
  body.page-not-found #main-content .page-not-found-wrapper .page-not-found-content h2,
  body.error404 #main-content .page-not-found-wrapper .page-not-found-content h2 {
    margin-top: 0;
  }
}
@media only screen and (min-width: 400px) {
  /* line 63, assets/sass/pages/_page-not-found.scss */
  body.page-not-found #main-content .page-not-found-wrapper .page-not-found-content h2,
  body.error404 #main-content .page-not-found-wrapper .page-not-found-content h2 {
    font-size: 24px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 63, assets/sass/pages/_page-not-found.scss */
  body.page-not-found #main-content .page-not-found-wrapper .page-not-found-content h2,
  body.error404 #main-content .page-not-found-wrapper .page-not-found-content h2 {
    font-size: 45px;
    line-height: 45px;
  }
}
@media only screen and (min-width: 981px) {
  /* line 63, assets/sass/pages/_page-not-found.scss */
  body.page-not-found #main-content .page-not-found-wrapper .page-not-found-content h2,
  body.error404 #main-content .page-not-found-wrapper .page-not-found-content h2 {
    font-size: 59px;
    line-height: 59px;
    letter-spacing: 1px;
  }
}
@media only screen and (min-width: 1280px) {
  /* line 63, assets/sass/pages/_page-not-found.scss */
  body.page-not-found #main-content .page-not-found-wrapper .page-not-found-content h2,
  body.error404 #main-content .page-not-found-wrapper .page-not-found-content h2 {
    font-size: 84px;
    line-height: 84px;
  }
}
@media only screen and (min-width: 1600px) {
  /* line 63, assets/sass/pages/_page-not-found.scss */
  body.page-not-found #main-content .page-not-found-wrapper .page-not-found-content h2,
  body.error404 #main-content .page-not-found-wrapper .page-not-found-content h2 {
    font-size: 98px;
    line-height: 90px;
  }
}
/* line 98, assets/sass/pages/_page-not-found.scss */
body.page-not-found #main-content .page-not-found-wrapper .page-not-found-content p,
body.error404 #main-content .page-not-found-wrapper .page-not-found-content p {
  color: #fff;
  font-family: "lato-light";
  font-size: 16px;
  line-height: 18px;
}
@media only screen and (max-width: 979px) {
  /* line 98, assets/sass/pages/_page-not-found.scss */
  body.page-not-found #main-content .page-not-found-wrapper .page-not-found-content p,
  body.error404 #main-content .page-not-found-wrapper .page-not-found-content p {
    text-shadow: 0 0 3px #333;
  }
}
@media only screen and (min-width: 400px) {
  /* line 98, assets/sass/pages/_page-not-found.scss */
  body.page-not-found #main-content .page-not-found-wrapper .page-not-found-content p,
  body.error404 #main-content .page-not-found-wrapper .page-not-found-content p {
    font-size: 22px;
    line-height: 26px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 98, assets/sass/pages/_page-not-found.scss */
  body.page-not-found #main-content .page-not-found-wrapper .page-not-found-content p,
  body.error404 #main-content .page-not-found-wrapper .page-not-found-content p {
    font-size: 31px;
    line-height: 34px;
  }
}
@media only screen and (min-width: 981px) {
  /* line 98, assets/sass/pages/_page-not-found.scss */
  body.page-not-found #main-content .page-not-found-wrapper .page-not-found-content p,
  body.error404 #main-content .page-not-found-wrapper .page-not-found-content p {
    font-size: 40px;
    line-height: 44px;
  }
}
@media only screen and (min-width: 1280px) {
  /* line 98, assets/sass/pages/_page-not-found.scss */
  body.page-not-found #main-content .page-not-found-wrapper .page-not-found-content p,
  body.error404 #main-content .page-not-found-wrapper .page-not-found-content p {
    font-size: 50px;
    line-height: 54px;
  }
}
@media only screen and (min-width: 1600px) {
  /* line 98, assets/sass/pages/_page-not-found.scss */
  body.page-not-found #main-content .page-not-found-wrapper .page-not-found-content p,
  body.error404 #main-content .page-not-found-wrapper .page-not-found-content p {
    font-size: 62px;
    line-height: 66px;
  }
}
/* line 132, assets/sass/pages/_page-not-found.scss */
body.page-not-found .footer-social .et_pb_column,
body.error404 .footer-social .et_pb_column {
  float: none;
}
/* line 137, assets/sass/pages/_page-not-found.scss */
body.page-not-found .footer-navigation .et_pb_column,
body.error404 .footer-navigation .et_pb_column {
  margin-right: 5.5%;
}
@media only screen and (min-width: 981px) {
  /* line 144, assets/sass/pages/_page-not-found.scss */
  body.page-not-found .footer__bottom .et_pb_column_1_3,
  body.error404 .footer__bottom .et_pb_column_1_3 {
    width: 29.6%;
    margin-right: 5.5%;
  }
}

/* line 1, assets/sass/pages/_curl-squad.scss */
#post-2271 .et_pb_section {
  padding: 0 !important;
}

/* line 4, assets/sass/pages/_curl-squad.scss */
#post-2271 .z-index-1 {
  position: relative;
  z-index: 1;
}

/* line 12, assets/sass/pages/_curl-squad.scss */
.curlbanner-wrapper .parallax {
  position: relative;
  overflow: hidden;
}

/* line 19, assets/sass/pages/_curl-squad.scss */
.curlbanner-wrapper.one .curlbanner {
  position: relative;
}
@media all and (min-width: 768px) {
  /* line 19, assets/sass/pages/_curl-squad.scss */
  .curlbanner-wrapper.one .curlbanner {
    padding-bottom: 15px;
  }
}
/* line 23, assets/sass/pages/_curl-squad.scss */
.curlbanner-wrapper.one .curlbanner img {
  width: 100%;
}
/* line 27, assets/sass/pages/_curl-squad.scss */
.curlbanner-wrapper.one .curlbanner .bottom-rip {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  z-index: 3;
}
/* line 34, assets/sass/pages/_curl-squad.scss */
.curlbanner-wrapper.one .curlbanner .curlbanner-content {
  position: absolute;
  top: 0;
  right: 0;
  width: 37%;
  padding-right: 5%;
  padding-top: 3%;
  background-image: url('assets/img/curlsquad/1/Curl-Squad-Banner-1-inner-rip.png?1593706678');
  background-repeat: no-repeat;
  height: 100%;
  background-size: contain;
  padding-left: 7%;
  float: right;
  text-align: right;
}
@media all and (max-width: 767px) {
  /* line 34, assets/sass/pages/_curl-squad.scss */
  .curlbanner-wrapper.one .curlbanner .curlbanner-content {
    position: relative;
    width: 100%;
    background: #023731;
    text-align: center;
    padding: 10%;
  }
}
/* line 55, assets/sass/pages/_curl-squad.scss */
.curlbanner-wrapper.one .curlbanner .curlbanner-content p {
  margin: 10px 0 10px 0;
  font-size: 19px;
  line-height: 21px;
  letter-spacing: 0.8px;
  color: #fff;
}
@media all and (min-width: 1040px) {
  /* line 55, assets/sass/pages/_curl-squad.scss */
  .curlbanner-wrapper.one .curlbanner .curlbanner-content p {
    font-size: 22px;
    line-height: 24px;
  }
}
@media all and (min-width: 1280px) {
  /* line 55, assets/sass/pages/_curl-squad.scss */
  .curlbanner-wrapper.one .curlbanner .curlbanner-content p {
    font-size: 27px;
    line-height: 29px;
  }
}
/* line 73, assets/sass/pages/_curl-squad.scss */
.curlbanner-wrapper.one .curlbanner .curlbanner-content a.button {
  margin-top: 15px;
}
@media all and (min-width: 768px) {
  /* line 73, assets/sass/pages/_curl-squad.scss */
  .curlbanner-wrapper.one .curlbanner .curlbanner-content a.button {
    display: block;
    width: 120%;
    margin-left: -20%;
    position: relative;
    z-index: 4;
  }
}
/* line 90, assets/sass/pages/_curl-squad.scss */
.curlbanner-wrapper.canvas-bubbles .curlbanner {
  background-image: url('assets/img/curlsquad/2/Curl-Squad-Banner-2-repeat.jpg?1593706678');
  height: 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: repeat;
  background-size: contain;
}
/* line 97, assets/sass/pages/_curl-squad.scss */
.curlbanner-wrapper.canvas-bubbles .curlbanner .droplets {
  background-image: url('assets/img/curlsquad/2/Curl-Squad-Banner-2-droplets-1920.png?1593706678');
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
/* line 111, assets/sass/pages/_curl-squad.scss */
.curlbanner-wrapper.canvas-bubbles .curlbanner .curlbanner-content {
  padding: 40px 5%;
  position: relative;
  z-index: 3;
}
@media all and (min-width: 768px) {
  /* line 111, assets/sass/pages/_curl-squad.scss */
  .curlbanner-wrapper.canvas-bubbles .curlbanner .curlbanner-content {
    padding: 4% 0 6% 0;
    width: 75%;
    margin: 0 auto;
  }
}
/* line 120, assets/sass/pages/_curl-squad.scss */
.curlbanner-wrapper.canvas-bubbles .curlbanner .curlbanner-content p {
  font-size: 19px;
  line-height: 23px;
  color: #023731;
  text-align: center;
}
@media all and (min-width: 1040px) {
  /* line 120, assets/sass/pages/_curl-squad.scss */
  .curlbanner-wrapper.canvas-bubbles .curlbanner .curlbanner-content p {
    font-size: 22px;
    line-height: 26px;
  }
}
@media all and (min-width: 1280px) {
  /* line 120, assets/sass/pages/_curl-squad.scss */
  .curlbanner-wrapper.canvas-bubbles .curlbanner .curlbanner-content p {
    font-size: 27px;
    line-height: 31px;
  }
}
/* line 142, assets/sass/pages/_curl-squad.scss */
.curlbanner-wrapper.canvas-bubbles.two .curlbanner .curlbanner-content {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
/* line 145, assets/sass/pages/_curl-squad.scss */
.curlbanner-wrapper.canvas-bubbles.two .curlbanner .curlbanner-content p {
  margin-bottom: 35px;
  text-align: center;
  display: none;
}
/* line 149, assets/sass/pages/_curl-squad.scss */
.curlbanner-wrapper.canvas-bubbles.two .curlbanner .curlbanner-content p:last-child {
  margin-bottom: 0;
}
/* line 159, assets/sass/pages/_curl-squad.scss */
.curlbanner-wrapper.canvas-bubbles.four .curlbanner .curlbanner-content > img {
  width: 55%;
}
@media all and (min-width: 768px) {
  /* line 158, assets/sass/pages/_curl-squad.scss */
  .curlbanner-wrapper.canvas-bubbles.four .curlbanner .curlbanner-content {
    padding-bottom: 4%;
    width: 80%;
  }
}
/* line 166, assets/sass/pages/_curl-squad.scss */
.curlbanner-wrapper.canvas-bubbles.four .curlbanner .curlbanner-content p {
  padding-top: 15px;
  color: #000;
}
@media all and (min-width: 768px) {
  /* line 166, assets/sass/pages/_curl-squad.scss */
  .curlbanner-wrapper.canvas-bubbles.four .curlbanner .curlbanner-content p {
    padding-left: 24%;
    text-align: left;
  }
}
/* line 178, assets/sass/pages/_curl-squad.scss */
.curlbanner-wrapper.introduce {
  background-color: #ffbb49;
}
/* line 180, assets/sass/pages/_curl-squad.scss */
.curlbanner-wrapper.introduce .curlbanner {
  position: relative;
  background-image: url('assets/img/curlsquad/3/Curl-Squad-Banner-3.jpg?1593706678');
  height: 100%;
  background-position: center;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
  overflow: hidden;
}
@media all and (min-width: 767px) {
  /* line 180, assets/sass/pages/_curl-squad.scss */
  .curlbanner-wrapper.introduce .curlbanner {
    padding: 9% 0;
  }
}
@media all and (min-width: 860px) {
  /* line 180, assets/sass/pages/_curl-squad.scss */
  .curlbanner-wrapper.introduce .curlbanner {
    padding: 10% 0;
  }
}
@media all and (min-width: 980px) {
  /* line 180, assets/sass/pages/_curl-squad.scss */
  .curlbanner-wrapper.introduce .curlbanner {
    padding: 12% 0;
  }
}
/* line 198, assets/sass/pages/_curl-squad.scss */
.curlbanner-wrapper.introduce .curlbanner .curlbanner-content {
  width: 48%;
}
@media all and (max-width: 767px) {
  /* line 198, assets/sass/pages/_curl-squad.scss */
  .curlbanner-wrapper.introduce .curlbanner .curlbanner-content {
    width: 100%;
    text-align: center;
    padding: 10%;
  }
}
@media all and (min-width: 768px) {
  /* line 198, assets/sass/pages/_curl-squad.scss */
  .curlbanner-wrapper.introduce .curlbanner .curlbanner-content {
    padding-left: 12.5%;
  }
}
/* line 208, assets/sass/pages/_curl-squad.scss */
.curlbanner-wrapper.introduce .curlbanner .curlbanner-content p {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 19px;
  line-height: 23px;
  color: #fff;
  text-align: center;
}
@media all and (min-width: 768px) {
  /* line 208, assets/sass/pages/_curl-squad.scss */
  .curlbanner-wrapper.introduce .curlbanner .curlbanner-content p {
    text-align: left;
  }
}
@media all and (min-width: 1040px) {
  /* line 208, assets/sass/pages/_curl-squad.scss */
  .curlbanner-wrapper.introduce .curlbanner .curlbanner-content p {
    font-size: 22px;
    line-height: 26px;
  }
}
@media all and (min-width: 1280px) {
  /* line 208, assets/sass/pages/_curl-squad.scss */
  .curlbanner-wrapper.introduce .curlbanner .curlbanner-content p {
    font-size: 27px;
    line-height: 31px;
  }
}
/* line 230, assets/sass/pages/_curl-squad.scss */
.curlbanner-wrapper.introduce .curlbanner .curlbanner-content p span {
  display: block;
  font-weight: bold;
  text-align: center;
  margin-top: 15px;
}
@media all and (min-width: 768px) {
  /* line 230, assets/sass/pages/_curl-squad.scss */
  .curlbanner-wrapper.introduce .curlbanner .curlbanner-content p span {
    text-align: right;
    margin-right: -40px;
  }
}
/* line 242, assets/sass/pages/_curl-squad.scss */
.curlbanner-wrapper.introduce .curlbanner .woman {
  width: 75%;
  margin: 0 auto -25% auto;
}
@media all and (min-width: 768px) {
  /* line 242, assets/sass/pages/_curl-squad.scss */
  .curlbanner-wrapper.introduce .curlbanner .woman {
    width: 41%;
    position: absolute;
    top: -10px;
    right: 6%;
    z-index: 3;
    margin: 0;
  }
}
/* line 254, assets/sass/pages/_curl-squad.scss */
.curlbanner-wrapper.introduce .curlbanner .woman img {
  width: 100%;
}
/* line 262, assets/sass/pages/_curl-squad.scss */
.curlbanner-wrapper.not-all-curls-graphic .curlbanner {
  position: relative;
  background-image: url('assets/img/curlsquad/2/Curl-Squad-Banner-2-repeat.jpg?1593706678');
  height: 100%;
  background-position: center;
  background-repeat: repeat;
  background-size: contain;
}
/* line 270, assets/sass/pages/_curl-squad.scss */
.curlbanner-wrapper.not-all-curls-graphic .curlbanner .curlbanner-content {
  margin: 0 auto;
}
/* line 273, assets/sass/pages/_curl-squad.scss */
.curlbanner-wrapper.not-all-curls-graphic .curlbanner .bottom-rip {
  background-color: #023731;
}
/* line 278, assets/sass/pages/_curl-squad.scss */
.curlbanner-wrapper.ranking {
  background: #023731;
}
/* line 281, assets/sass/pages/_curl-squad.scss */
.curlbanner-wrapper.ranking .curlbanner .curlbanner-content {
  width: 94%;
  margin: 0 auto;
  padding: 40px 0;
}
@media all and (max-width: 767px) {
  /* line 286, assets/sass/pages/_curl-squad.scss */
  .curlbanner-wrapper.ranking .curlbanner .entry {
    width: 96%;
    margin-left: 2%;
    margin-bottom: 60px;
    padding-bottom: 60px;
    border-bottom: 2px solid #02302b;
  }
  /* line 293, assets/sass/pages/_curl-squad.scss */
  .curlbanner-wrapper.ranking .curlbanner .entry:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }
}
@media all and (min-width: 768px) {
  /* line 286, assets/sass/pages/_curl-squad.scss */
  .curlbanner-wrapper.ranking .curlbanner .entry {
    width: 32%;
    margin-right: 2%;
    float: left;
  }
  /* line 302, assets/sass/pages/_curl-squad.scss */
  .curlbanner-wrapper.ranking .curlbanner .entry:last-child {
    margin-right: 0;
  }
}
/* line 306, assets/sass/pages/_curl-squad.scss */
.curlbanner-wrapper.ranking .curlbanner .entry .leaf-rank {
  text-align: center;
}
/* line 309, assets/sass/pages/_curl-squad.scss */
.curlbanner-wrapper.ranking .curlbanner .entry .image-wrap {
  text-align: center;
}
/* line 312, assets/sass/pages/_curl-squad.scss */
.curlbanner-wrapper.ranking .curlbanner .entry p {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 19px;
  line-height: 23px;
  color: #fff;
  text-align: center;
  margin: 30px 0;
}
@media all and (min-width: 768px) {
  /* line 312, assets/sass/pages/_curl-squad.scss */
  .curlbanner-wrapper.ranking .curlbanner .entry p {
    margin: 40px 0;
  }
}
@media all and (min-width: 1040px) {
  /* line 312, assets/sass/pages/_curl-squad.scss */
  .curlbanner-wrapper.ranking .curlbanner .entry p {
    font-size: 22px;
    line-height: 26px;
  }
}
@media all and (min-width: 1280px) {
  /* line 312, assets/sass/pages/_curl-squad.scss */
  .curlbanner-wrapper.ranking .curlbanner .entry p {
    font-size: 27px;
    line-height: 31px;
  }
}
/* line 335, assets/sass/pages/_curl-squad.scss */
.curlbanner-wrapper.ranking .curlbanner .entry .button {
  text-align: center;
  display: block;
  max-width: 480px;
  margin: 0 auto;
}
/* line 344, assets/sass/pages/_curl-squad.scss */
.curlbanner-wrapper.body {
  background: #185988;
}
/* line 347, assets/sass/pages/_curl-squad.scss */
.curlbanner-wrapper.body .curlbanner .droplets {
  position: relative;
  z-index: 2;
}
@media all and (max-width: 767px) {
  /* line 347, assets/sass/pages/_curl-squad.scss */
  .curlbanner-wrapper.body .curlbanner .droplets {
    position: absolute;
  }
}
/* line 356, assets/sass/pages/_curl-squad.scss */
.curlbanner-wrapper.body .curlbanner .curlbanner-content img {
  width: 100%;
}
/* line 358, assets/sass/pages/_curl-squad.scss */
.curlbanner-wrapper.body .curlbanner .curlbanner-content img.show-desktop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
/* line 366, assets/sass/pages/_curl-squad.scss */
.curlbanner-wrapper.body .curlbanner .curlbanner-content p.inner {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 19px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  margin: 30px 0;
}
@media all and (max-width: 767px) {
  /* line 366, assets/sass/pages/_curl-squad.scss */
  .curlbanner-wrapper.body .curlbanner .curlbanner-content p.inner {
    padding: 2% 10% 5%;
    background: #185988;
    position: relative;
    z-index: 9;
    margin-top: 14px;
    margin-bottom: 0;
  }
}
@media all and (min-width: 768px) {
  /* line 366, assets/sass/pages/_curl-squad.scss */
  .curlbanner-wrapper.body .curlbanner .curlbanner-content p.inner {
    width: 38%;
    margin: 0 auto;
    position: absolute;
    bottom: 7%;
    left: 50%;
    margin-left: -19%;
    font-size: 13px;
    line-height: 17px;
    z-index: 4;
  }
}
@media all and (min-width: 960px) {
  /* line 366, assets/sass/pages/_curl-squad.scss */
  .curlbanner-wrapper.body .curlbanner .curlbanner-content p.inner {
    font-size: 15px;
    line-height: 19px;
  }
}
@media all and (min-width: 1040px) {
  /* line 366, assets/sass/pages/_curl-squad.scss */
  .curlbanner-wrapper.body .curlbanner .curlbanner-content p.inner {
    font-size: 20px;
    line-height: 24px;
  }
}
@media all and (min-width: 1280px) {
  /* line 366, assets/sass/pages/_curl-squad.scss */
  .curlbanner-wrapper.body .curlbanner .curlbanner-content p.inner {
    font-size: 24px;
    line-height: 26px;
  }
}
/* line 411, assets/sass/pages/_curl-squad.scss */
.curlbanner-wrapper.body .curlbanner .curlbanner-content a.button {
  margin: 0 auto;
  color: #fff;
  margin-top: 5%;
}
/* line 419, assets/sass/pages/_curl-squad.scss */
.curlbanner-wrapper .show-desktop {
  display: none !important;
}
@media all and (min-width: 768px) {
  /* line 419, assets/sass/pages/_curl-squad.scss */
  .curlbanner-wrapper .show-desktop {
    display: block !important;
  }
}
/* line 425, assets/sass/pages/_curl-squad.scss */
.curlbanner-wrapper .show-desktop-ib {
  display: none !important;
}
@media all and (min-width: 768px) {
  /* line 425, assets/sass/pages/_curl-squad.scss */
  .curlbanner-wrapper .show-desktop-ib {
    display: inline-block !important;
  }
}
/* line 431, assets/sass/pages/_curl-squad.scss */
.curlbanner-wrapper .show-mobile {
  display: block !important;
}
@media all and (min-width: 768px) {
  /* line 431, assets/sass/pages/_curl-squad.scss */
  .curlbanner-wrapper .show-mobile {
    display: none !important;
  }
}

/* line 1, assets/sass/pages/_curl-squad-2020.scss */
#introducing-squad {
  text-align: center;
}
/* line 3, assets/sass/pages/_curl-squad-2020.scss */
#introducing-squad .show-desktop {
  display: none;
}
/* line 6, assets/sass/pages/_curl-squad-2020.scss */
#introducing-squad .banner-overlay {
  z-index: 0;
  position: relative;
}
/* line 10, assets/sass/pages/_curl-squad-2020.scss */
#introducing-squad .banner-overlay .banner-header h1,
#introducing-squad .banner-overlay .banner-header h2 {
  display: inline-block;
  width: auto;
  text-align: left;
  color: #254f6a;
  font-size: calc(1.25em + 1vw);
}
/* line 17, assets/sass/pages/_curl-squad-2020.scss */
#introducing-squad .banner-overlay .banner-header h1 .font-youth-touch,
#introducing-squad .banner-overlay .banner-header h2 .font-youth-touch {
  display: inline-block;
  line-height: normal;
  font-size: calc(2.25em);
}
/* line 22, assets/sass/pages/_curl-squad-2020.scss */
#introducing-squad .banner-overlay .banner-header h1 .font-typewriter,
#introducing-squad .banner-overlay .banner-header h2 .font-typewriter {
  display: inline-block;
  margin-top: -0.5em;
  font-size: calc(2em);
  text-transform: uppercase;
}
/* line 30, assets/sass/pages/_curl-squad-2020.scss */
#introducing-squad .banner-overlay p {
  color: black;
  font-weight: normal;
  margin-top: 1em;
  line-height: normal;
  font-size: calc(1em + 1.25vw);
}
/* line 37, assets/sass/pages/_curl-squad-2020.scss */
#introducing-squad .banner-overlay .tag-button {
  position: absolute;
  bottom: 20%;
  left: 0;
  min-width: 75px;
  width: calc(15vw);
  max-width: 200px;
}
/* line 44, assets/sass/pages/_curl-squad-2020.scss */
#introducing-squad .banner-overlay .tag-button.indiabatson {
  left: 20%;
}
/* line 47, assets/sass/pages/_curl-squad-2020.scss */
#introducing-squad .banner-overlay .tag-button.daynabolden {
  left: 45%;
}
/* line 50, assets/sass/pages/_curl-squad-2020.scss */
#introducing-squad .banner-overlay .tag-button.justlikejackies {
  left: 70%;
}
/* line 55, assets/sass/pages/_curl-squad-2020.scss */
#introducing-squad .banner-content-more {
  position: relative;
  margin-top: -20vw;
}
/* line 58, assets/sass/pages/_curl-squad-2020.scss */
#introducing-squad .banner-content-more .zigzag {
  line-height: 0;
}
/* line 60, assets/sass/pages/_curl-squad-2020.scss */
#introducing-squad .banner-content-more .zigzag img {
  width: 100%;
}
/* line 64, assets/sass/pages/_curl-squad-2020.scss */
#introducing-squad .banner-content-more .content {
  font-weight: normal;
  text-shadow: 1px 1px 2px #969696;
  color: white;
  font-size: calc(0.75em + 1vw);
  font-weight: normal;
  padding: 1vw 3vw;
  line-height: normal;
  background-image: url("https://global-prod.mauimoisture.com/wp-content/themes/three21/assets/img/2020/curl-squad/introducing-squad/AloePatternBackground1full.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 2rem;
}
@media all and (min-width: 1024px) {
  /* line 80, assets/sass/pages/_curl-squad-2020.scss */
  #introducing-squad .show-desktop {
    display: block;
  }
  /* line 83, assets/sass/pages/_curl-squad-2020.scss */
  #introducing-squad .show-mobile {
    display: none;
  }
  /* line 87, assets/sass/pages/_curl-squad-2020.scss */
  #introducing-squad .banner-overlay {
    position: relative;
  }
  /* line 89, assets/sass/pages/_curl-squad-2020.scss */
  #introducing-squad .banner-overlay .banner-overlay-content {
    position: absolute;
    right: 5%;
    bottom: 15vw;
    text-align: left;
  }
  /* line 94, assets/sass/pages/_curl-squad-2020.scss */
  #introducing-squad .banner-overlay .banner-overlay-content .banner-header {
    margin-left: -10%;
  }
  /* line 100, assets/sass/pages/_curl-squad-2020.scss */
  #introducing-squad .banner-overlay .tag-button.indiabatson {
    left: 12.5%;
  }
  /* line 103, assets/sass/pages/_curl-squad-2020.scss */
  #introducing-squad .banner-overlay .tag-button.daynabolden {
    left: 30%;
  }
  /* line 106, assets/sass/pages/_curl-squad-2020.scss */
  #introducing-squad .banner-overlay .tag-button.justlikejackies {
    left: 47.5%;
  }
  /* line 111, assets/sass/pages/_curl-squad-2020.scss */
  #introducing-squad .banner-content-more {
    margin-top: -10vw;
  }
}

/* line 117, assets/sass/pages/_curl-squad-2020.scss */
#moisture-curls {
  background-image: url("https://global-prod.mauimoisture.com/wp-content/themes/three21/assets/img/2020/curl-squad/maui-curls/maui-curls-bg.png");
  background-size: contain;
  background-position: bottom right;
  background-color: #00a7c7;
  background-repeat: no-repeat;
  position: relative;
  padding: 5%;
}
/* line 125, assets/sass/pages/_curl-squad-2020.scss */
#moisture-curls .banner-overlay-content {
  background-image: url("https://global-prod.mauimoisture.com/wp-content/themes/three21/assets/img/2020/curl-squad/maui-curls/droplets.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom left;
}
/* line 130, assets/sass/pages/_curl-squad-2020.scss */
#moisture-curls .banner-overlay-content h2 {
  font-size: calc(1.5em + 3vw);
  color: white;
}
/* line 134, assets/sass/pages/_curl-squad-2020.scss */
#moisture-curls .banner-overlay-content .banner-content {
  color: white;
  font-size: calc(0.75em + 1vw);
  text-align: left;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
}
/* line 142, assets/sass/pages/_curl-squad-2020.scss */
#moisture-curls .banner-overlay-content .not-all-same {
  width: 90%;
  min-width: 350px;
  max-width: 500px;
  margin: 1.5rem auto;
}
/* line 147, assets/sass/pages/_curl-squad-2020.scss */
#moisture-curls .banner-overlay-content .not-all-same img {
  margin-left: 10px;
}
@media all and (min-width: 740px) {
  /* line 117, assets/sass/pages/_curl-squad-2020.scss */
  #moisture-curls {
    background-size: contain;
  }
  /* line 154, assets/sass/pages/_curl-squad-2020.scss */
  #moisture-curls .banner-content {
    width: 65%;
  }
}

/* line 160, assets/sass/pages/_curl-squad-2020.scss */
#curl-cocktails {
  margin-top: calc(-1.5rem + -5vw);
  background-color: transparent;
  position: relative;
}
/* line 165, assets/sass/pages/_curl-squad-2020.scss */
#curl-cocktails .banner-bottom, #curl-cocktails .banner-topper {
  line-height: 0;
}
/* line 167, assets/sass/pages/_curl-squad-2020.scss */
#curl-cocktails .banner-bottom img, #curl-cocktails .banner-topper img {
  width: 100%;
}
/* line 171, assets/sass/pages/_curl-squad-2020.scss */
#curl-cocktails .banner-container {
  text-align: center;
  background-color: #254f6a;
  position: relative;
  font-size: 16px;
  background-image: url("https://global-prod.mauimoisture.com/wp-content/themes/three21/assets/img/2020/curl-squad/curl-cocktails/droplets.png");
  background-repeat: repeat-y;
  background-size: contain;
  background-blend-mode: lighten;
}
@media all and (min-width: 1024px) {
  /* line 171, assets/sass/pages/_curl-squad-2020.scss */
  #curl-cocktails .banner-container {
    background-size: cover;
    background-repeat: no-repeat;
  }
}
/* line 184, assets/sass/pages/_curl-squad-2020.scss */
#curl-cocktails .banner-container .banner-header {
  width: 75%;
  max-width: 600px;
  margin: 0 auto;
  padding: calc(0.5rem) 0;
}
/* line 190, assets/sass/pages/_curl-squad-2020.scss */
#curl-cocktails .banner-container .banner-content {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
}
/* line 194, assets/sass/pages/_curl-squad-2020.scss */
#curl-cocktails .banner-container .banner-content > * {
  flex: 1 100%;
  padding: 2rem;
  align-self: center;
  max-width: 500px;
}
@media all and (min-width: 1024px) {
  /* line 190, assets/sass/pages/_curl-squad-2020.scss */
  #curl-cocktails .banner-container .banner-content {
    flex-flow: row wrap;
    justify-content: space-around;
  }
  /* line 204, assets/sass/pages/_curl-squad-2020.scss */
  #curl-cocktails .banner-container .banner-content > * {
    flex: 33%;
  }
}
/* line 209, assets/sass/pages/_curl-squad-2020.scss */
#curl-cocktails .banner-container .banner-content,
#curl-cocktails .banner-container .banner-content * {
  color: white;
  line-height: normal;
}
/* line 217, assets/sass/pages/_curl-squad-2020.scss */
#curl-cocktails .banner-container .banner-content > * > img {
  margin-bottom: 1em;
  max-width: 75%;
}
/* line 222, assets/sass/pages/_curl-squad-2020.scss */
#curl-cocktails .banner-container .banner-content > * .content p {
  font-size: calc(0.85em + 0.5vw);
}
/* line 224, assets/sass/pages/_curl-squad-2020.scss */
#curl-cocktails .banner-container .banner-content > * .content p::before {
  margin-bottom: 1rem;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAeYAAAANCAYAAAB8Z806AAAKb0lEQVR4nO2ceYxdVR3Hv29m2tkXOzOlDK0yFMuOrSwVsaAoRmJdiTVEqds/xLgQrBEibqMGi1H/wABiYiKuGJeIiqIQNyxWygx2Lx0L02mprW1nezPvzdYxJ3xOeubce9/Wee179H6Tm3vfPfeee+45v/P7/n6/87svMTMzozJAi6QBmtku6XA5NDpGjBgxYsTIF1Vl0mN1kp6X9P0yIuV5kpZJeoWk+ZJGJG2W9L/AlTGKBSPfl0k6W9Ikff+cpH1xj5ctaiS1SVog6ZiknZKmTvdOifHSQikQc4WkKySdC3ntl3QERWoU6vWSbpG0StLuwN0n/uxjgbOzcamkd0t6NQT7oKQfB646jhWSPiHpHZJeFiiVNkn6tqQf5PDsKNRLOhMFZZ7RJKkZA6bBG9ck/Wr2RzFw9kgaj6g7Cqbea4lYGHL7e4b2V0tqLLIRZaIoo8hJGNZKWi9pUUiZua9H0mpJQ4HSGMVCQtLrGbMNGeTHh5Hn2yR9UNL51GNhjKzrPN1g5O9OSa+DyE3Z02yGyKeR/7HAk2IUimr0UhP3Tzj9O1hivdqIPrP7JrYK77oZ9MMU+jPJO40WW2+cqlB2AgK7UdL78Cqz4XYUbSYYcnqtpE5JC/md8K6fj7VtvNlLJH1ZUldInfN53q2BEmm5pH975+Y51/vPDIO5//OSHkVJmPs72BY52xmQ8Bk6/rsmpL588YKkXRgKRkn+DeL2YcbmDkk3Q/wWz0h6v6Rt3rh+RtJnudYQ3+8DNR5HpaSzGI+9Ec+3aEU5v0fSK53zQ9y7F6MuxQT7eKCG2ZhERsKURi2GotmWYgC1srmTt4o2D+CN90ECuzEuo2Dk7gKU1z8l/TfiurdIeqcz3inqNc/qlbQDQ6tQAy8bKuijGp45muX6bPiCpC9yjZGbu4kibacvovCtiHlocZ+kjzq/f4achGECQ7XVK5vy3m+a6yxmPGU8xLlh+j/p1DFG+TDydQQj1fThIa7NB9XosiZv38LY1HDsI+UYIEPOZtuTab75SKCHzmH+mblxHseLmcPZMExbUhwnOR6lr1NOW1NsQ5yLkg/riDTQJ+7W4hw3QcRNgRoKx5gz3oPOsSXuCY5HOR5iPFK874Tz3kaH9HN8Uog5wcAtg9CulHRNhCeTCUk8tm7vGqM81kj6mKSrQqyebEhLeo1HtKa9P5e0MuLedZK+4bXhl3jJ+WKawWgo4N65xDG8yA0ISD1h4Bsg0DAYIXyXpD8yzvcS3bD4raS3efctgbDfShTEnSh/oW+f9u65BAPmzJA2hKGf54RhDKPhp5JuYuxWYNCtJHqzLOS+fHGAvvwXRkwd73oHXp84fzERmLs9I+fDku7HYMsEMy+2QHB9PHeQCT/t3NfgeAmNjpdQieKyys0q+SUYgXbsjXxslHSXpN+EtKcKg3gZSrsD8ptEIRny/TpEb2Hm3Kto507nPex+L3I1gjxG4XFJb6LscklPRVxn+3x54OzJxRSKeMAqYge1jvc5jzHKxdAvBNMQ9BEMhsMOkVQgJ21ELjtxVmIUD9PMsXWGmG9nEi5kQtZ7npELayUqwtOwsBZKOwScTbnkiklCyY9jeVxAyPJEFelhiL0HIvoS7xCFr0j6nFO2DqVzOsIome9gOb/Ze/9pDLFuFGYXXmAmRTOBofVrfncwLgsDV2ZGLwQhSGUHzzXyexH5CvNZKmnLWNOJYzf9swUjYxqCWOEZkpu59mK8kVJBkuWLNP33PIRShad0DpGFbEtjfV50LJMBJfTNVklXB0pmYyf6oBkdUUmbfNj+jxGjlHHAEHNZpGWXGNYTWhdexr4sRH46Y5yweWcefWBk8g8Q8hqHYPOBqeM/EN9iSNhVzD5JFBspvKFBvPaOMpGJftoaFTXJB1swOhJzTJLbMLZcdPMs6+Xtgqytk/APDLarC4iyxciOe1l6MlHEh3Lsr/QcLdPlgyR6oqaEjOGRmJgLwwYSTsYJad9Wji9RhuiGZKsgt8XOK0xAIksjXiuMCPZ5dZwMbMywRFKK2EwC5FwhDTFX51DfEZYCbgiUzMZWSNjHON60IeMLnbJ7SNAUYdr1GIDZYJImfyLpMUl/jrjWhIF/RfSxHdJfUsDSXTmjF0NpgvfvzcEw/xo5CGZJ55OB0vwxwpKG2b+c6FQYdhB5FbJyfsg1h5m3bSyD5CK7FoMsLx30lgomiUy34iCchXFg+qrLEPP9ZC9emCXEGGM2Bgi1nR0oicaUk+gwHbIOKLyqFrKt52oJIApjKK9hhKS2BNa6o2DXIy2eYj3Y4mHC30aWP+TV0U1WvY8H8cqbmZxvKCBkLghkDyFem+Qz4CWtVLO8U0s4fznHUyStPcek3MN41KDYbWJN1PKShV03XpKH4jBG+bNOtvIIdVzGskQNbUkXWR6n8Fp2Ecp/BkJ+lvfvD9wxGz0ZFK//nLsgAN8hWUky4/Uo8krG0cjdE5Ie8fJQukOeaZbYPsAc73PyJ2z43yenXt47zfhdwb6ckSIXyF3nfy85HVFwI5BmXvREXJcLBkiq/Z6Xdd9JUupHvDqOMvfqQjL+hSF2C/NAzK2LWJpqQl/WOXp9mAjhIQx/P4cgJ7jJXwvolPNYs7VWnv1mcD5CU2phn34GcisdsQ8LJU2YYtJRKAkvS8/dbFKMLbe/fSVnU+fd7LpBSHrQ2dzfw2z5DlI9CnEh49Dmpfq7sMk7lgyGaeswvwedhBO7hWU61mK9LWLfgXJcjEy002e2XyadbFabd+B+xpQICfPbTxNaKM+WKRmmeJ8k2U+Q8lona7bLywEYiyC2a8lGt6hAQb8dL+1SZ6JOQl7b2bahVPc4k7YUkGDcLufTpGswOmowGnZAek9kyMQXstaF0fBVztUhjy3evok5ZpPIfNmccjJwx3nmIYjvAMdR3yIbD+rTgbOz8TB6wH6eV+/M40rkcgsJmtlIPlfcSIKokHeTbf5NwuO3kknuYiOG5SOEdh8L6Xsjf2/EcMi2rj5XSGNkbGK/HVk/FyNjdR7P2U82/JOBkheN4Ju9cym84+8654z8dtNXfc6cbnC8yjAc5BnrM3wRkSBachXk6up2a5i2O87WPbTvpEeVi5WVXeFkEzbTqa0Oybeyt5v9HncBk6rG6bSk8+cQB5hYm1HWPRkGIUZ5ocLJEm50DI1qwo43MXF+xOcx25hASRS7C1PHL1jfmgmxgidI1rszSw/VYYyksIKjyCNG8fBDyGEaA2gIIjyKDPyOb+pPBVbhXT/qfbO/Gvmz69uDJIg+lOOnUkZeP4VBlIbs7aef1ti2DkGS/rBGfwNGdStGdjM60m77Mc62O1smuV5FO1YFSo7D6OYHMKKijNR5eLJrmX9/InoRZijVMm/TgZIXdUQHfFGNoXcQrzcTmV3J/0fYKNsa2tAI79wHYf8Vgt/JkuUpQbn8JWeMGPVMwkxKxEUFIeMaJ3ogFNquAr4ljREjH3QQkUmyHl3u8raUvJpOyGyS8PwmvsUv1rf0c4EWDOta6uojKuxGDCswaF4ohQbHxBwjRowYMV7KMFEDE1UxyZ/GEzYherOcU5qQ9H/uttDma2Hl/wAAAABJRU5ErkJggg==");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 500px;
  height: 10px;
  content: "";
}
/* line 239, assets/sass/pages/_curl-squad-2020.scss */
#curl-cocktails .banner-container .banner-content > * .content p a:hover {
  opacity: 0.75;
}
/* line 245, assets/sass/pages/_curl-squad-2020.scss */
#curl-cocktails .banner-container .banner-content h2,
#curl-cocktails .banner-container .banner-content h3,
#curl-cocktails .banner-container .banner-content h4,
#curl-cocktails .banner-container .banner-content h5 {
  text-transform: uppercase;
  line-height: normal;
  word-wrap: normal;
}
/* line 253, assets/sass/pages/_curl-squad-2020.scss */
#curl-cocktails .banner-container .banner-content h3,
#curl-cocktails .banner-container .banner-content h4 {
  white-space: nowrap;
}
/* line 257, assets/sass/pages/_curl-squad-2020.scss */
#curl-cocktails .banner-container .banner-content h3 {
  font-size: calc(1.25em + 0.5vw);
}
/* line 260, assets/sass/pages/_curl-squad-2020.scss */
#curl-cocktails .banner-container .banner-content h4 {
  font-size: calc(1em + 0.5vw);
  line-height: 0.75rem;
}
/* line 264, assets/sass/pages/_curl-squad-2020.scss */
#curl-cocktails .banner-container .banner-content h5 {
  font-size: calc(0.75em + 0.25vw);
}

/* line 271, assets/sass/pages/_curl-squad-2020.scss */
#what-porosity {
  background-color: #56b7b4;
  text-align: center;
  position: relative;
  font-size: 16px;
  padding: 2rem 0;
}
/* line 278, assets/sass/pages/_curl-squad-2020.scss */
#what-porosity .banner-header {
  width: 75%;
  max-width: 750px;
  margin: 0 auto;
  background-image: url("https://global-prod.mauimoisture.com/wp-content/themes/three21/assets/img/2020/curl-squad/what-porosity/porosity-header.png");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: contain;
}
/* line 286, assets/sass/pages/_curl-squad-2020.scss */
#what-porosity .banner-header p {
  padding-left: 20%;
  padding-top: 20%;
  width: 95%;
  color: #254f6a;
  text-align: start;
  font-size: calc(0.85em + 0.5vw);
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 500;
}
/* line 297, assets/sass/pages/_curl-squad-2020.scss */
#what-porosity .banner-content {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
}
/* line 301, assets/sass/pages/_curl-squad-2020.scss */
#what-porosity .banner-content > * {
  flex: 1 100%;
  padding: 2rem;
  align-self: center;
  max-width: 500px;
}
@media all and (min-width: 1024px) {
  /* line 297, assets/sass/pages/_curl-squad-2020.scss */
  #what-porosity .banner-content {
    flex-flow: row wrap;
    justify-content: space-around;
  }
  /* line 310, assets/sass/pages/_curl-squad-2020.scss */
  #what-porosity .banner-content > * {
    flex: 33.33%;
  }
}
/* line 315, assets/sass/pages/_curl-squad-2020.scss */
#what-porosity .banner-content,
#what-porosity .banner-content * {
  color: white;
  line-height: normal;
}
/* line 323, assets/sass/pages/_curl-squad-2020.scss */
#what-porosity .banner-content > * > img {
  margin-bottom: 1em;
  max-width: 75%;
}
/* line 328, assets/sass/pages/_curl-squad-2020.scss */
#what-porosity .banner-content > * .content p {
  font-size: calc(0.85em + 0.5vw);
  padding: 0 2vw;
}
/* line 335, assets/sass/pages/_curl-squad-2020.scss */
#what-porosity .banner-content h2,
#what-porosity .banner-content h3,
#what-porosity .banner-content h4,
#what-porosity .banner-content h5 {
  text-transform: uppercase;
  line-height: normal;
  word-wrap: normal;
}
/* line 343, assets/sass/pages/_curl-squad-2020.scss */
#what-porosity .banner-content h3 {
  font-size: calc(1em + 0.5vw);
}
/* line 348, assets/sass/pages/_curl-squad-2020.scss */
#what-porosity a.button {
  width: auto;
  max-width: 275px;
  margin: 1em auto;
  color: white;
  background-image: url(assets/img/home/button-opaque-bg.png?1557237182);
  background-repeat: repeat;
  font-family: 'Lucky';
  font-size: 1em;
  font-weight: bold;
  padding: 0.75em calc(0.5em + 0.5vw) 0.5em calc(0.5em + 0.5vw);
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  text-align: center;
  background-color: #4ca19e;
}
/* line 364, assets/sass/pages/_curl-squad-2020.scss */
#what-porosity a.button:hover {
  opacity: 0.75;
}

/* line 1, assets/sass/pages/essence-fest.scss */
.essence-banner.et_pb_fullwidth_section {
  padding: 0 4%;
  background-repeat: repeat;
  overflow: hidden;
  position: relative;
  background-size: 100%;
}
/* line 7, assets/sass/pages/essence-fest.scss */
.essence-banner.et_pb_fullwidth_section p {
  color: #000;
  font-size: 20px;
  line-height: 24px;
}
@media all and (max-width: 767px) {
  /* line 7, assets/sass/pages/essence-fest.scss */
  .essence-banner.et_pb_fullwidth_section p {
    font-size: 18px;
    line-height: 22px;
  }
}
/* line 16, assets/sass/pages/essence-fest.scss */
.essence-banner.et_pb_fullwidth_section:after {
  content: "";
  display: table;
  clear: both;
}
@media all and (max-width: 767px) {
  /* line 21, assets/sass/pages/essence-fest.scss */
  .essence-banner.et_pb_fullwidth_section .rellax {
    -moz-transform: translate3d(0px, 0px, 0px) !important;
    -o-transform: translate3d(0px, 0px, 0px) !important;
    -ms-transform: translate3d(0px, 0px, 0px) !important;
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
    transform: translate3d(0px, 0px, 0px) !important;
  }
}
/* line 30, assets/sass/pages/essence-fest.scss */
.essence-banner.et_pb_fullwidth_section h2 {
  font-family: "Typewriter";
}
/* line 36, assets/sass/pages/essence-fest.scss */
.essence-banner.et_pb_fullwidth_section .et_pb_fullwidth_code.et_pb_module {
  position: initial;
}
/* line 39, assets/sass/pages/essence-fest.scss */
.essence-banner.et_pb_fullwidth_section.intro {
  background-image: url('assets/img/essence-fest/intro/essencefest-intro-bg.jpg?1593706678');
  background-color: #f7612e;
  padding: 8% 0 5% 0;
  background-repeat: no-repeat;
  background-position: top center;
}
/* line 45, assets/sass/pages/essence-fest.scss */
.essence-banner.et_pb_fullwidth_section.intro img {
  width: 82%;
  margin: 0 auto;
  display: block;
}
/* line 50, assets/sass/pages/essence-fest.scss */
.essence-banner.et_pb_fullwidth_section.intro .date {
  font-family: "Lucky";
  text-transform: uppercase;
  color: #000;
  text-align: center;
  font-size: 7vw;
  line-height: 7vw;
}
/* line 59, assets/sass/pages/essence-fest.scss */
.essence-banner.et_pb_fullwidth_section.howto {
  background-color: #fec24a;
  background-image: url('assets/img/essence-fest/steps/essencefest-steps-bg.jpg?1593706678');
  background-repeat: no-repeat;
  background-position: bottom center;
  padding-top: 40px;
}
@media all and (max-width: 767px) {
  /* line 59, assets/sass/pages/essence-fest.scss */
  .essence-banner.et_pb_fullwidth_section.howto {
    padding-bottom: 0;
    margin-bottom: -7px;
  }
}
/* line 69, assets/sass/pages/essence-fest.scss */
.essence-banner.et_pb_fullwidth_section.howto h2 {
  text-transform: uppercase;
  color: #000;
  margin: 5px 0 0 0;
  font-size: 29px;
  line-height: 29px;
  font-size: 4vw;
  line-height: 3.6vw;
  position: relative;
  z-index: 2;
  padding-bottom: 0.5vw;
}
@media all and (max-width: 767px) {
  /* line 69, assets/sass/pages/essence-fest.scss */
  .essence-banner.et_pb_fullwidth_section.howto h2 {
    font-size: 6vw;
    line-height: 6.2vw;
  }
}
@media all and (min-width: 768px) {
  /* line 86, assets/sass/pages/essence-fest.scss */
  .essence-banner.et_pb_fullwidth_section.howto h2 {
    padding-right: 31%;
  }
}
/* line 91, assets/sass/pages/essence-fest.scss */
.essence-banner.et_pb_fullwidth_section.howto p {
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  font-size: 16px;
  line-height: 20px;
}
@media all and (min-width: 768px) {
  /* line 91, assets/sass/pages/essence-fest.scss */
  .essence-banner.et_pb_fullwidth_section.howto p {
    padding-right: 23%;
  }
}
@media all and (min-width: 500px) {
  /* line 91, assets/sass/pages/essence-fest.scss */
  .essence-banner.et_pb_fullwidth_section.howto p {
    font-size: 14px;
    line-height: 18px;
  }
}
/* line 104, assets/sass/pages/essence-fest.scss */
.essence-banner.et_pb_fullwidth_section.howto p a {
  color: #000;
  text-decoration: underline;
}
/* line 109, assets/sass/pages/essence-fest.scss */
.essence-banner.et_pb_fullwidth_section.howto.orange {
  background-color: #f66b34;
  background-image: url('assets/img/essence-fest/steps/essencefest-steps-bg-orange.jpg?1593706678');
}
/* line 112, assets/sass/pages/essence-fest.scss */
.essence-banner.et_pb_fullwidth_section.howto.orange h2 {
  font-size: 5.38vw;
  line-height: 5.4vw;
}
@media all and (min-width: 768px) {
  /* line 116, assets/sass/pages/essence-fest.scss */
  .essence-banner.et_pb_fullwidth_section.howto.orange h2 {
    padding-right: 0;
  }
}
@media all and (min-width: 768px) {
  /* line 121, assets/sass/pages/essence-fest.scss */
  .essence-banner.et_pb_fullwidth_section.howto.orange p {
    padding-right: 0;
    padding-bottom: 1vw;
  }
}
@media all and (min-width: 1480px) {
  /* line 127, assets/sass/pages/essence-fest.scss */
  .essence-banner.et_pb_fullwidth_section.howto.orange p {
    padding-bottom: 4vw;
  }
}
/* line 133, assets/sass/pages/essence-fest.scss */
.essence-banner.et_pb_fullwidth_section.howto .droplets {
  background-image: url('assets/img/essence-fest/steps/essencefest-steps-droplets.png?1593706678');
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
/* line 144, assets/sass/pages/essence-fest.scss */
.essence-banner.et_pb_fullwidth_section.howto .grid {
  position: relative;
  z-index: 2;
}
/* line 147, assets/sass/pages/essence-fest.scss */
.essence-banner.et_pb_fullwidth_section.howto .grid:after {
  content: '';
  display: table;
  clear: both;
  height: 0;
  visibility: hidden;
}
/* line 154, assets/sass/pages/essence-fest.scss */
.essence-banner.et_pb_fullwidth_section.howto .grid .column {
  float: left;
  text-align: center;
  margin-right: 1.25%;
}
@media all and (max-width: 767px) {
  /* line 154, assets/sass/pages/essence-fest.scss */
  .essence-banner.et_pb_fullwidth_section.howto .grid .column {
    margin-bottom: 40px;
  }
}
/* line 161, assets/sass/pages/essence-fest.scss */
.essence-banner.et_pb_fullwidth_section.howto .grid .column .number {
  font-family: 'Lucky';
  color: #275a1d;
  font-size: 52px;
  line-height: 60px;
  font-size: 6.25vw;
  line-height: 6.25vw;
}
@media all and (max-width: 767px) {
  /* line 161, assets/sass/pages/essence-fest.scss */
  .essence-banner.et_pb_fullwidth_section.howto .grid .column .number {
    font-size: 12.5vw;
    line-height: 12.5vw;
  }
}
/* line 173, assets/sass/pages/essence-fest.scss */
.essence-banner.et_pb_fullwidth_section.howto .grid .column .image {
  position: relative;
  z-index: 9;
  margin-bottom: -3vw;
}
@media all and (max-width: 767px) {
  /* line 173, assets/sass/pages/essence-fest.scss */
  .essence-banner.et_pb_fullwidth_section.howto .grid .column .image {
    margin-bottom: -6vw;
  }
}
/* line 181, assets/sass/pages/essence-fest.scss */
.essence-banner.et_pb_fullwidth_section.howto .grid .column .caption {
  position: relative;
  z-index: 2;
  background-color: #f66c34;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  padding: 28% 2% 65px;
  margin-top: 28%;
}
/* line 190, assets/sass/pages/essence-fest.scss */
.essence-banner.et_pb_fullwidth_section.howto .grid .column .caption:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f66c34;
  padding-bottom: 50%;
  width: 57.7%;
  z-index: 3;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -moz-transform: rotate(-30deg) skewX(30deg);
  -o-transform: rotate(-30deg) skewX(30deg);
  -ms-transform: rotate(-30deg) skewX(30deg);
  -webkit-transform: rotate(-30deg) skewX(30deg);
  transform: rotate(-30deg) skewX(30deg);
}
@media all and (min-width: 768px) {
  /* line 181, assets/sass/pages/essence-fest.scss */
  .essence-banner.et_pb_fullwidth_section.howto .grid .column .caption {
    padding: 28% 2% 80px;
  }
  /* line 214, assets/sass/pages/essence-fest.scss */
  .essence-banner.et_pb_fullwidth_section.howto .grid .column .caption:after {
    content: '';
    width: 100%;
    position: absolute;
    top: 50%;
    height: 135%;
    background-color: #f66c34;
    left: 0;
  }
}
@media all and (min-width: 840px) {
  /* line 181, assets/sass/pages/essence-fest.scss */
  .essence-banner.et_pb_fullwidth_section.howto .grid .column .caption {
    padding: 28% 2% 90px;
  }
}
@media all and (min-width: 1024px) {
  /* line 181, assets/sass/pages/essence-fest.scss */
  .essence-banner.et_pb_fullwidth_section.howto .grid .column .caption {
    padding: 28% 2% 100px;
    font-size: 16px;
    line-height: 20px;
  }
}
/* line 233, assets/sass/pages/essence-fest.scss */
.essence-banner.et_pb_fullwidth_section.howto .grid .column .caption span {
  position: relative;
  z-index: 4;
}
/* line 237, assets/sass/pages/essence-fest.scss */
.essence-banner.et_pb_fullwidth_section.howto .grid .column .caption a {
  color: #fff;
}
/* line 242, assets/sass/pages/essence-fest.scss */
.essence-banner.et_pb_fullwidth_section.howto .grid .column.last .number {
  font-family: 'Typewriter';
  text-transform: uppercase;
  text-align: center;
  color: #000;
  font-size: 28px;
  line-height: 28px;
  font-size: 5.2vw;
  line-height: 4.9vw;
  position: relative;
  right: -5%;
  top: 15px;
  z-index: 5;
}
@media all and (max-width: 767px) {
  /* line 242, assets/sass/pages/essence-fest.scss */
  .essence-banner.et_pb_fullwidth_section.howto .grid .column.last .number {
    font-size: 7.2vw;
    line-height: 7.6vw;
  }
}
/* line 260, assets/sass/pages/essence-fest.scss */
.essence-banner.et_pb_fullwidth_section.howto .grid .column.last .caption {
  padding: 0;
  margin-top: 0px;
}
/* line 263, assets/sass/pages/essence-fest.scss */
.essence-banner.et_pb_fullwidth_section.howto .grid .column.last .caption:before {
  content: '';
  display: none;
}
/* line 268, assets/sass/pages/essence-fest.scss */
.essence-banner.et_pb_fullwidth_section.howto .grid .column.last .image {
  margin-bottom: 0;
}
/* line 271, assets/sass/pages/essence-fest.scss */
.essence-banner.et_pb_fullwidth_section.howto .grid .column.last a.ig {
  background-color: #ffc14b;
  display: block;
  position: absolute;
  z-index: 9;
  bottom: 0;
  left: 12vw;
  width: 17vw;
  margin-left: -25%;
  margin-bottom: 5%;
  font-family: "Typewriter";
  color: #fff;
  font-size: 12px;
  padding: 8% 6%;
  line-height: 12px;
}
@media all and (max-width: 767px) {
  /* line 271, assets/sass/pages/essence-fest.scss */
  .essence-banner.et_pb_fullwidth_section.howto .grid .column.last a.ig {
    bottom: 7px;
    padding: 2.5% 3%;
    width: 44%;
    left: 50%;
    margin-left: -19%;
    margin-bottom: 0;
  }
}
/* line 297, assets/sass/pages/essence-fest.scss */
.essence-banner.et_pb_fullwidth_section.howto .grid .column.or .number {
  margin-top: -30%;
  font-size: 8.5vw;
  line-height: 8.5vw;
}
@media all and (min-width: 768px) {
  /* line 297, assets/sass/pages/essence-fest.scss */
  .essence-banner.et_pb_fullwidth_section.howto .grid .column.or .number {
    font-size: 4.25vw;
    line-height: 4.25vw;
  }
}
@media all and (min-width: 768px) {
  /* line 296, assets/sass/pages/essence-fest.scss */
  .essence-banner.et_pb_fullwidth_section.howto .grid .column.or {
    margin-left: -6.75%;
    margin-right: -6.75% !important;
    position: relative;
    z-index: 10;
    font-size: 4.25vw;
    line-height: 4.25vw;
    left: -1%;
    padding-top: 2%;
  }
}
/* line 318, assets/sass/pages/essence-fest.scss */
.essence-banner.et_pb_fullwidth_section.howto .grid.six-step {
  padding-top: 15px;
}
/* line 320, assets/sass/pages/essence-fest.scss */
.essence-banner.et_pb_fullwidth_section.howto .grid.six-step .column {
  width: 12%;
}
@media all and (max-width: 767px) {
  /* line 320, assets/sass/pages/essence-fest.scss */
  .essence-banner.et_pb_fullwidth_section.howto .grid.six-step .column {
    width: 31%;
    margin-right: 3%;
  }
  /* line 325, assets/sass/pages/essence-fest.scss */
  .essence-banner.et_pb_fullwidth_section.howto .grid.six-step .column:nth-child(3n) {
    margin-right: 0;
  }
  /* line 328, assets/sass/pages/essence-fest.scss */
  .essence-banner.et_pb_fullwidth_section.howto .grid.six-step .column:nth-child(4n) {
    clear: left;
  }
}
/* line 332, assets/sass/pages/essence-fest.scss */
.essence-banner.et_pb_fullwidth_section.howto .grid.six-step .column.last {
  float: none;
  margin: 0 auto;
  clear: both;
  width: 50%;
}
@media all and (min-width: 768px) {
  /* line 332, assets/sass/pages/essence-fest.scss */
  .essence-banner.et_pb_fullwidth_section.howto .grid.six-step .column.last {
    width: 26%;
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    margin: 0;
  }
}
/* line 345, assets/sass/pages/essence-fest.scss */
.essence-banner.et_pb_fullwidth_section.howto .grid.six-step .column.last .number {
  margin-bottom: -4vw;
  z-index: 10;
}
@media all and (max-width: 767px) {
  /* line 349, assets/sass/pages/essence-fest.scss */
  .essence-banner.et_pb_fullwidth_section.howto .grid.six-step .column.last .image {
    height: auto !important;
  }
}
@media all and (max-width: 767px) {
  /* line 353, assets/sass/pages/essence-fest.scss */
  .essence-banner.et_pb_fullwidth_section.howto .grid.six-step .column.last .image img {
    position: relative !important;
  }
}
/* line 361, assets/sass/pages/essence-fest.scss */
.essence-banner.et_pb_fullwidth_section.howto .grid.six-step .column.increase-image-size img {
  width: 157%;
  max-width: 157%;
  margin-left: -28.5%;
  position: relative;
  z-index: 9;
}
/* line 371, assets/sass/pages/essence-fest.scss */
.essence-banner.et_pb_fullwidth_section.howto .grid.six-step .column .caption {
  background-color: #fec24a;
  color: #fff;
}
/* line 375, assets/sass/pages/essence-fest.scss */
.essence-banner.et_pb_fullwidth_section.howto .grid.six-step .column .caption:before {
  background-color: #fec24a;
}
@media all and (min-width: 768px) {
  /* line 380, assets/sass/pages/essence-fest.scss */
  .essence-banner.et_pb_fullwidth_section.howto .grid.six-step .column .caption:after {
    background-color: #fec24a;
  }
}
/* line 389, assets/sass/pages/essence-fest.scss */
.essence-banner.et_pb_fullwidth_section.howto .grid.five-step .column {
  width: 13.5%;
  margin-right: 3.33%;
}
@media all and (max-width: 767px) {
  /* line 389, assets/sass/pages/essence-fest.scss */
  .essence-banner.et_pb_fullwidth_section.howto .grid.five-step .column {
    width: 30%;
    margin-right: 4.33%;
  }
  /* line 395, assets/sass/pages/essence-fest.scss */
  .essence-banner.et_pb_fullwidth_section.howto .grid.five-step .column:nth-child(3n) {
    margin-right: 0;
  }
  /* line 398, assets/sass/pages/essence-fest.scss */
  .essence-banner.et_pb_fullwidth_section.howto .grid.five-step .column:nth-child(4n) {
    clear: left;
  }
}
@media all and (max-width: 767px) {
  /* line 402, assets/sass/pages/essence-fest.scss */
  .essence-banner.et_pb_fullwidth_section.howto .grid.five-step .column.last {
    width: 100% !important;
    padding: 0 5% 20% 5%;
  }
}
@media all and (min-width: 768px) {
  /* line 402, assets/sass/pages/essence-fest.scss */
  .essence-banner.et_pb_fullwidth_section.howto .grid.five-step .column.last {
    width: 23%;
    position: absolute;
    z-index: 1;
    top: -12vw;
    right: -2%;
    margin: 0;
    padding-bottom: 150px;
  }
}
/* line 416, assets/sass/pages/essence-fest.scss */
.essence-banner.et_pb_fullwidth_section.howto .grid.five-step .column.last a.ig {
  background-color: #275a1d;
}
@media all and (min-width: 768px) {
  /* line 416, assets/sass/pages/essence-fest.scss */
  .essence-banner.et_pb_fullwidth_section.howto .grid.five-step .column.last a.ig {
    left: 9vw;
    width: 17vw;
  }
}
/* line 425, assets/sass/pages/essence-fest.scss */
.essence-banner.et_pb_fullwidth_section.howto .grid.five-step .column .number {
  position: relative;
  z-index: 2;
}
/* line 447, assets/sass/pages/essence-fest.scss */
.essence-banner.et_pb_fullwidth_section.howto.overflow-images .column .image img {
  max-width: 120%;
  width: 120%;
  margin-left: -10%;
}
@media all and (max-width: 767px) {
  /* line 447, assets/sass/pages/essence-fest.scss */
  .essence-banner.et_pb_fullwidth_section.howto.overflow-images .column .image img {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
/* line 458, assets/sass/pages/essence-fest.scss */
.essence-banner.et_pb_fullwidth_section.howto.overflow-images .column .number {
  margin-bottom: -30%;
  position: relative;
  z-index: 2;
}
/* line 464, assets/sass/pages/essence-fest.scss */
.essence-banner.et_pb_fullwidth_section.howto.overflow-images .column.last .number {
  margin-bottom: 3%;
}
/* line 471, assets/sass/pages/essence-fest.scss */
.essence-banner.et_pb_fullwidth_section.video {
  background-color: #192f09;
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media all and (min-width: 768px) {
  /* line 471, assets/sass/pages/essence-fest.scss */
  .essence-banner.et_pb_fullwidth_section.video {
    padding-top: 60px;
    padding-bottom: 50px;
  }
}
/* line 481, assets/sass/pages/essence-fest.scss */
.essence-banner.et_pb_fullwidth_section.video h2 {
  background-image: url('assets/img/essence-fest/video/essencefest-video-title-bg.png?1593706678');
  color: #000;
  text-transform: uppercase;
  background-size: 100% auto;
  background-repeat: no-repeat;
  text-align: center;
  padding: 5.5% 10% 5% 10%;
  font-size: 5.2vw;
  line-height: 4.8vw;
}
/* line 491, assets/sass/pages/essence-fest.scss */
.essence-banner.et_pb_fullwidth_section.video h2 span {
  display: block;
}
@media all and (min-width: 768px) {
  /* line 481, assets/sass/pages/essence-fest.scss */
  .essence-banner.et_pb_fullwidth_section.video h2 {
    font-size: 2.6vw;
    line-height: 2.4vw;
  }
}
/* line 498, assets/sass/pages/essence-fest.scss */
.essence-banner.et_pb_fullwidth_section.video h2.larger {
  font-size: 10vw;
  line-height: 9.2vw;
  margin-right: 7%;
  margin-left: 7%;
  padding-top: 5%;
}
@media all and (min-width: 768px) {
  /* line 498, assets/sass/pages/essence-fest.scss */
  .essence-banner.et_pb_fullwidth_section.video h2.larger {
    font-size: 4.5vw;
    line-height: 4.3vw;
    margin-top: -4%;
  }
}
/* line 511, assets/sass/pages/essence-fest.scss */
.essence-banner.et_pb_fullwidth_section.video p {
  color: #fff;
  padding-top: 8%;
  font-size: 3.6vw;
  line-height: 4vw;
  text-align: center;
  padding-bottom: 4%;
}
@media all and (min-width: 768px) {
  /* line 511, assets/sass/pages/essence-fest.scss */
  .essence-banner.et_pb_fullwidth_section.video p {
    padding-left: 20%;
    font-size: 1.8vw;
    line-height: 2vw;
    text-align: right;
  }
}
/* line 526, assets/sass/pages/essence-fest.scss */
.essence-banner.et_pb_fullwidth_section.video .poster .thumbnail_block {
  background-color: #000 !important;
  background-size: cover;
  opacity: 0.7;
}
/* line 532, assets/sass/pages/essence-fest.scss */
.essence-banner.et_pb_fullwidth_section.video .huge_it_video_player_bottom {
  display: block !important;
}
/* line 535, assets/sass/pages/essence-fest.scss */
.essence-banner.et_pb_fullwidth_section.video .left {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding-bottom: 40px;
}
@media all and (min-width: 768px) {
  /* line 535, assets/sass/pages/essence-fest.scss */
  .essence-banner.et_pb_fullwidth_section.video .left {
    width: 47%;
    float: left;
    padding-bottom: 0;
    padding-left: 2%;
  }
}
/* line 547, assets/sass/pages/essence-fest.scss */
.essence-banner.et_pb_fullwidth_section.video .right {
  position: relative;
  z-index: 2;
}
@media all and (min-width: 768px) {
  /* line 547, assets/sass/pages/essence-fest.scss */
  .essence-banner.et_pb_fullwidth_section.video .right {
    width: 48%;
    float: left;
    padding-left: 2%;
    padding-top: 1%;
  }
}
/* line 556, assets/sass/pages/essence-fest.scss */
.essence-banner.et_pb_fullwidth_section.video .right p, .essence-banner.et_pb_fullwidth_section.video .right h2 {
  position: relative;
  z-index: 2;
}
/* line 559, assets/sass/pages/essence-fest.scss */
.essence-banner.et_pb_fullwidth_section.video .right p a, .essence-banner.et_pb_fullwidth_section.video .right h2 a {
  color: #fff;
}
/* line 563, assets/sass/pages/essence-fest.scss */
.essence-banner.et_pb_fullwidth_section.video .right a.button {
  background-color: #9c985a;
  background-repeat: repeat;
  font-family: "Lucky";
  padding: 8px 8px 16px 8px;
  text-transform: uppercase;
  position: relative;
  text-align: center;
  color: #000;
  font-size: 3vw;
  line-height: 3.4vw;
  display: block;
}
@media all and (min-width: 768px) {
  /* line 563, assets/sass/pages/essence-fest.scss */
  .essence-banner.et_pb_fullwidth_section.video .right a.button {
    width: 36%;
    font-size: 1.5vw;
    line-height: 1.7vw;
    display: inline-block;
    float: right;
    margin-left: 5%;
  }
}
@media all and (max-width: 767px) {
  /* line 563, assets/sass/pages/essence-fest.scss */
  .essence-banner.et_pb_fullwidth_section.video .right a.button {
    max-width: 44%;
    margin: 0 auto 5% auto;
  }
}
/* line 590, assets/sass/pages/essence-fest.scss */
.essence-banner.et_pb_fullwidth_section.video .right a.button img {
  position: absolute;
  width: 96%;
  left: 2%;
  bottom: 7px;
}
@media all and (min-width: 1280px) {
  /* line 599, assets/sass/pages/essence-fest.scss */
  .essence-banner.et_pb_fullwidth_section.video.no-title .right {
    padding-top: 5%;
  }
}
/* line 609, assets/sass/pages/essence-fest.scss */
.essence-banner.et_pb_fullwidth_section.video.smaller-text p {
  font-size: 18px;
  line-height: 22px;
}
/* line 615, assets/sass/pages/essence-fest.scss */
.essence-banner.et_pb_fullwidth_section.meet {
  padding: 0;
  margin-bottom: -7px;
}
@media all and (max-width: 767px) {
  /* line 616, assets/sass/pages/essence-fest.scss */
  .essence-banner.et_pb_fullwidth_section.meet .bg {
    position: absolute;
    width: 200%;
    max-width: 200%;
  }
}
@media all and (max-width: 767px) {
  /* line 625, assets/sass/pages/essence-fest.scss */
  .essence-banner.et_pb_fullwidth_section.meet .left {
    background-image: url(https://global-prod.mauimoisture.com/wp-content/themes/three21/assets/img/essence-fest/meet/essencefest-meet-bg.jpg);
    background-size: 200% auto;
    margin-bottom: -7px;
    padding-top: 4%;
  }
}
@media all and (min-width: 768px) {
  /* line 625, assets/sass/pages/essence-fest.scss */
  .essence-banner.et_pb_fullwidth_section.meet .left {
    position: absolute;
    bottom: 0;
    left: 4%;
    width: 59%;
  }
}
/* line 638, assets/sass/pages/essence-fest.scss */
.essence-banner.et_pb_fullwidth_section.meet .left .ig-handles {
  padding-left: 5%;
  margin-bottom: 3vw;
  font-size: 1.8vw;
  line-height: 2.6vw;
}
@media all and (min-width: 768px) {
  /* line 638, assets/sass/pages/essence-fest.scss */
  .essence-banner.et_pb_fullwidth_section.meet .left .ig-handles {
    font-size: 0.9vw;
    line-height: 1.3vw;
  }
}
@media all and (max-width: 767px) {
  /* line 638, assets/sass/pages/essence-fest.scss */
  .essence-banner.et_pb_fullwidth_section.meet .left .ig-handles {
    padding-left: 0%;
    font-size: 2vw;
    line-height: 2.5vw;
  }
}
/* line 652, assets/sass/pages/essence-fest.scss */
.essence-banner.et_pb_fullwidth_section.meet .left .ig-handles:after {
  content: '';
  clear: both;
  display: table;
  height: 0;
  visibility: hidden;
}
/* line 659, assets/sass/pages/essence-fest.scss */
.essence-banner.et_pb_fullwidth_section.meet .left .ig-handles a {
  background-image: url('assets/img/essence-fest/video/button-opaque-bg-white.png?1593706678');
  background-repeat: repeat;
  position: relative;
  float: left;
  width: 15%;
  margin-left: 6.5%;
  color: #000;
  font-family: "Lucky";
  display: block;
  text-align: center;
  padding-bottom: 7px;
}
@media all and (max-width: 767px) {
  /* line 659, assets/sass/pages/essence-fest.scss */
  .essence-banner.et_pb_fullwidth_section.meet .left .ig-handles a {
    width: 18%;
    margin-left: 5%;
  }
}
/* line 676, assets/sass/pages/essence-fest.scss */
.essence-banner.et_pb_fullwidth_section.meet .left .ig-handles a:last-child {
  width: 21%;
  margin-left: 5.5%;
}
@media all and (max-width: 767px) {
  /* line 676, assets/sass/pages/essence-fest.scss */
  .essence-banner.et_pb_fullwidth_section.meet .left .ig-handles a:last-child {
    width: 26%;
    margin-left: 3.5%;
  }
}
/* line 684, assets/sass/pages/essence-fest.scss */
.essence-banner.et_pb_fullwidth_section.meet .left .ig-handles a img {
  position: absolute;
  width: 96%;
  left: 2%;
  bottom: 3px;
}
/* line 693, assets/sass/pages/essence-fest.scss */
.essence-banner.et_pb_fullwidth_section.meet .right {
  background-color: #ffc44e;
  text-align: center;
  padding: 4%;
}
@media all and (min-width: 768px) {
  /* line 693, assets/sass/pages/essence-fest.scss */
  .essence-banner.et_pb_fullwidth_section.meet .right {
    background-color: transparent;
    position: absolute;
    top: 0;
    right: 0;
    width: 44%;
    padding: 3% 4% 0 1%;
    height: 100%;
    float: right;
    text-align: right;
  }
}
/* line 708, assets/sass/pages/essence-fest.scss */
.essence-banner.et_pb_fullwidth_section.meet .right h2 {
  font-family: "Typewriter";
  font-size: 5.9vw;
  line-height: 5vw;
  color: #000;
  text-transform: uppercase;
}
/* line 715, assets/sass/pages/essence-fest.scss */
.essence-banner.et_pb_fullwidth_section.meet .right p {
  padding-top: 4%;
  font-size: 3.6vw;
  line-height: 4vw;
  text-align: center;
  padding-bottom: 4%;
}
@media all and (min-width: 768px) {
  /* line 715, assets/sass/pages/essence-fest.scss */
  .essence-banner.et_pb_fullwidth_section.meet .right p {
    padding-left: 40%;
    font-size: 1.8vw;
    line-height: 2vw;
    text-align: right;
    padding-bottom: 0;
  }
}
/* line 729, assets/sass/pages/essence-fest.scss */
.essence-banner.et_pb_fullwidth_section.meet .right a.button {
  background-image: url(assets/img/home/button-opaque-bg.png);
  background-repeat: repeat;
  font-family: "Lucky";
  padding: 8px 8px 16px 8px;
  text-transform: uppercase;
  position: relative;
  text-align: center;
  color: #000;
  font-size: 3vw;
  line-height: 3.4vw;
  display: block;
  margin-top: 3%;
}
@media all and (min-width: 768px) {
  /* line 729, assets/sass/pages/essence-fest.scss */
  .essence-banner.et_pb_fullwidth_section.meet .right a.button {
    margin-left: 50%;
    font-size: 1.5vw;
    line-height: 1.7vw;
  }
}
@media all and (max-width: 767px) {
  /* line 729, assets/sass/pages/essence-fest.scss */
  .essence-banner.et_pb_fullwidth_section.meet .right a.button {
    max-width: 44%;
    margin: 1% auto 0 auto;
  }
}
/* line 751, assets/sass/pages/essence-fest.scss */
.essence-banner.et_pb_fullwidth_section.meet .right a.button span {
  display: block;
}
/* line 754, assets/sass/pages/essence-fest.scss */
.essence-banner.et_pb_fullwidth_section.meet .right a.button img {
  position: absolute;
  width: 96%;
  left: 2%;
  bottom: 8px;
}
/* line 763, assets/sass/pages/essence-fest.scss */
.essence-banner.et_pb_fullwidth_section.homebanner {
  padding: 0;
  margin-bottom: -7px;
}
@media all and (max-width: 767px) {
  /* line 764, assets/sass/pages/essence-fest.scss */
  .essence-banner.et_pb_fullwidth_section.homebanner .bg {
    position: absolute;
    width: 200%;
    max-width: 200%;
  }
}
@media all and (max-width: 767px) {
  /* line 773, assets/sass/pages/essence-fest.scss */
  .essence-banner.et_pb_fullwidth_section.homebanner .left {
    background-image: url(https://global-prod.mauimoisture.com/wp-content/themes/three21/assets/img/essence-fest/homebanner/essencefest-homebanner-bg.jpg);
    background-size: 200% auto;
    margin-bottom: -7px;
    padding-top: 4%;
  }
}
@media all and (min-width: 768px) {
  /* line 773, assets/sass/pages/essence-fest.scss */
  .essence-banner.et_pb_fullwidth_section.homebanner .left {
    position: absolute;
    bottom: 0;
    left: 0.5%;
    width: 46%;
    z-index: 2;
  }
}
@media all and (max-width: 767px) {
  /* line 787, assets/sass/pages/essence-fest.scss */
  .essence-banner.et_pb_fullwidth_section.homebanner .left img {
    width: 50%;
    margin: 0 auto 0 42%;
    display: block;
    margin-top: -10%;
  }
}
/* line 796, assets/sass/pages/essence-fest.scss */
.essence-banner.et_pb_fullwidth_section.homebanner .right {
  background-color: #f25c2b;
  text-align: center;
  padding: 4%;
}
@media all and (min-width: 768px) {
  /* line 796, assets/sass/pages/essence-fest.scss */
  .essence-banner.et_pb_fullwidth_section.homebanner .right {
    background-color: transparent;
    position: absolute;
    top: 0;
    right: 0;
    width: 65%;
    padding: 1% 0.5% 0 0%;
    height: 100%;
    float: right;
    text-align: right;
  }
}
/* line 811, assets/sass/pages/essence-fest.scss */
.essence-banner.et_pb_fullwidth_section.homebanner .right h2 {
  font-family: "Typewriter";
  font-size: 5.9vw;
  line-height: 5vw;
  color: #000;
  text-transform: uppercase;
}
/* line 818, assets/sass/pages/essence-fest.scss */
.essence-banner.et_pb_fullwidth_section.homebanner .right p {
  padding-top: 4%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  padding-bottom: 4%;
}
@media all and (min-width: 768px) {
  /* line 818, assets/sass/pages/essence-fest.scss */
  .essence-banner.et_pb_fullwidth_section.homebanner .right p {
    padding-left: 28%;
    font-size: 1.8vw;
    line-height: 2vw;
    text-align: right;
    padding-bottom: 0;
    padding-right: 15%;
  }
}
/* line 833, assets/sass/pages/essence-fest.scss */
.essence-banner.et_pb_fullwidth_section.homebanner .right a.button {
  background-image: url(assets/img/home/button-opaque-bg.png);
  background-repeat: repeat;
  font-family: "Lucky";
  padding: 8px 8px 16px 8px;
  text-transform: uppercase;
  position: relative;
  text-align: center;
  color: #000;
  font-size: 3vw;
  line-height: 3.4vw;
  display: block;
  margin-top: 3%;
}
@media all and (min-width: 768px) {
  /* line 833, assets/sass/pages/essence-fest.scss */
  .essence-banner.et_pb_fullwidth_section.homebanner .right a.button {
    margin-left: 60%;
    font-size: 1.5vw;
    line-height: 1.7vw;
    margin-right: 15%;
  }
}
@media all and (max-width: 767px) {
  /* line 833, assets/sass/pages/essence-fest.scss */
  .essence-banner.et_pb_fullwidth_section.homebanner .right a.button {
    max-width: 44%;
    margin: 1% auto 0 auto;
  }
}
/* line 856, assets/sass/pages/essence-fest.scss */
.essence-banner.et_pb_fullwidth_section.homebanner .right a.button span {
  display: block;
}
/* line 859, assets/sass/pages/essence-fest.scss */
.essence-banner.et_pb_fullwidth_section.homebanner .right a.button img {
  position: absolute;
  width: 96%;
  left: 2%;
  bottom: 8px;
}

/* line 2, assets/sass/pages/_sustainability.scss */
#sustainability-text ul {
  list-style: none;
  padding: 0;
}
/* line 6, assets/sass/pages/_sustainability.scss */
#sustainability-text li {
  padding: 5px 10px;
  background-color: #EEEEEE;
  border: 1px solid #DDDDDD;
}

/*! lightslider - v1.1.6 - 2016-10-25
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2016 Sachin N; Licensed MIT */
/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
/** /!!! core css Should not edit !!!/**/
/* line 9, assets/sass/abstracts/_lightslider.scss */
.lSSlideOuter {
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 17, assets/sass/abstracts/_lightslider.scss */
.lSSlideOuter ul {
  padding: 0;
  line-height: 1;
  list-style-type: none;
}

/* line 23, assets/sass/abstracts/_lightslider.scss */
.lightSlider:before, .lightSlider:after {
  content: " ";
  display: table;
}

/* line 27, assets/sass/abstracts/_lightslider.scss */
.lightSlider {
  overflow: hidden;
  margin: 0;
}

/* line 31, assets/sass/abstracts/_lightslider.scss */
.lSSlideWrapper {
  max-width: 100%;
  overflow: hidden;
  position: relative;
  height: 500px;
}

/* line 37, assets/sass/abstracts/_lightslider.scss */
.lSSlideWrapper > .lightSlider:after {
  clear: both;
}

/* line 40, assets/sass/abstracts/_lightslider.scss */
.lSSlideWrapper .lSSlide {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 1s;
  -webkit-transition-property: -webkit-transform,height;
  -moz-transition-property: -moz-transform,height;
  transition-property: transform,height;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

/* line 53, assets/sass/abstracts/_lightslider.scss */
.lSSlideWrapper .lSFade {
  position: relative;
}

/* line 56, assets/sass/abstracts/_lightslider.scss */
.lSSlideWrapper .lSFade > * {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 9;
  margin-right: 0;
  width: 100%;
}

/* line 64, assets/sass/abstracts/_lightslider.scss */
.lSSlideWrapper.usingCss .lSFade > * {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

/* line 75, assets/sass/abstracts/_lightslider.scss */
.lSSlideWrapper .lSFade > *.active {
  z-index: 10;
}

/* line 78, assets/sass/abstracts/_lightslider.scss */
.lSSlideWrapper.usingCss .lSFade > *.active {
  opacity: 1;
}

/** /!!! End of core css Should not edit !!!/**/
/* Pager */
/* line 84, assets/sass/abstracts/_lightslider.scss */
.lSSlideOuter .lSPager.lSpg {
  margin: 10px 0 0;
  padding: 0;
  text-align: center;
}

/* line 89, assets/sass/abstracts/_lightslider.scss */
.lSSlideOuter .lSPager.lSpg > li {
  cursor: pointer;
  display: inline-block;
  padding: 0 5px;
}

/* line 94, assets/sass/abstracts/_lightslider.scss */
.lSSlideOuter .lSPager.lSpg > li a {
  background-color: #222222;
  border-radius: 30px;
  display: inline-block;
  height: 8px;
  overflow: hidden;
  text-indent: -999em;
  width: 8px;
  position: relative;
  z-index: 99;
  -webkit-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}

/* line 107, assets/sass/abstracts/_lightslider.scss */
.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
  background-color: #428bca;
}

/* line 110, assets/sass/abstracts/_lightslider.scss */
.lSSlideOuter .media {
  opacity: 0.8;
}

/* line 113, assets/sass/abstracts/_lightslider.scss */
.lSSlideOuter .media.active {
  opacity: 1;
}

/* End of pager */
/** Gallery */
/* line 119, assets/sass/abstracts/_lightslider.scss */
.lSSlideOuter .lSPager.lSGallery {
  list-style: none outside none;
  padding-left: 0;
  margin: 0;
  overflow: hidden;
  transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 138, assets/sass/abstracts/_lightslider.scss */
.lSSlideOuter .lSPager.lSGallery li {
  overflow: hidden;
  border: solid 1px transparent;
  -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
  transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}

/* line 144, assets/sass/abstracts/_lightslider.scss */
.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
  border: solid 1px black;
}

/* line 148, assets/sass/abstracts/_lightslider.scss */
.lSSlideOuter .lSPager.lSGallery img {
  display: block;
  height: auto;
  width: 100%;
}

/* line 154, assets/sass/abstracts/_lightslider.scss */
.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
  content: " ";
  display: table;
}

/* line 158, assets/sass/abstracts/_lightslider.scss */
.lSSlideOuter .lSPager.lSGallery:after {
  clear: both;
}

/* End of Gallery*/
/* slider actions */
/* line 164, assets/sass/abstracts/_lightslider.scss */
.lSAction > a {
  width: 32px;
  display: block;
  top: 50%;
  height: 32px;
  background-image: url("../assets/img/controls.png");
  cursor: pointer;
  position: absolute;
  z-index: 99;
  margin-top: -16px;
  opacity: 0.5;
  -webkit-transition: opacity 0.35s linear 0s;
  transition: opacity 0.35s linear 0s;
}

/* line 178, assets/sass/abstracts/_lightslider.scss */
.lSAction > a:hover {
  opacity: 1;
}

/* line 181, assets/sass/abstracts/_lightslider.scss */
.lSAction > .lSPrev {
  background-position: 0 0;
  left: 10px;
}

/* line 185, assets/sass/abstracts/_lightslider.scss */
.lSAction > .lSNext {
  background-position: -32px 0;
  right: 10px;
}

/* line 189, assets/sass/abstracts/_lightslider.scss */
.lSAction > a.disabled {
  pointer-events: none;
}

/* line 192, assets/sass/abstracts/_lightslider.scss */
.cS-hidden {
  height: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden;
}

/* vertical */
/* line 201, assets/sass/abstracts/_lightslider.scss */
.lSSlideOuter.vertical {
  position: relative;
}

/* line 204, assets/sass/abstracts/_lightslider.scss */
.lSSlideOuter.vertical.noPager {
  padding-right: 0px !important;
}

/* line 207, assets/sass/abstracts/_lightslider.scss */
.lSSlideOuter.vertical .lSGallery {
  position: absolute !important;
  right: 0;
  top: 0;
}

/* line 212, assets/sass/abstracts/_lightslider.scss */
.lSSlideOuter.vertical .lightSlider > * {
  width: 100% !important;
  max-width: none !important;
}

/* vertical controlls */
/* line 218, assets/sass/abstracts/_lightslider.scss */
.lSSlideOuter.vertical .lSAction > a {
  left: 50%;
  margin-left: -14px;
  margin-top: 0;
}

/* line 223, assets/sass/abstracts/_lightslider.scss */
.lSSlideOuter.vertical .lSAction > .lSNext {
  background-position: 31px -31px;
  bottom: 10px;
  top: auto;
}

/* line 228, assets/sass/abstracts/_lightslider.scss */
.lSSlideOuter.vertical .lSAction > .lSPrev {
  background-position: 0 -31px;
  bottom: auto;
  top: 10px;
}

/* vertical */
/* Rtl */
/* line 237, assets/sass/abstracts/_lightslider.scss */
.lSSlideOuter.lSrtl {
  direction: rtl;
}

/* line 240, assets/sass/abstracts/_lightslider.scss */
.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
  padding-left: 0;
  list-style: none outside none;
}

/* line 244, assets/sass/abstracts/_lightslider.scss */
.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
  padding-right: 0;
}

/* line 247, assets/sass/abstracts/_lightslider.scss */
.lSSlideOuter .lightSlider > *, .lSSlideOuter .lSGallery li {
  float: left;
}

/* line 250, assets/sass/abstracts/_lightslider.scss */
.lSSlideOuter.lSrtl .lightSlider > *, .lSSlideOuter.lSrtl .lSGallery li {
  float: right !important;
}

/* Rtl */
@-webkit-keyframes rightEnd {
  0% {
    left: 0;
  }
  50% {
    left: -15px;
  }
  100% {
    left: 0;
  }
}
@keyframes rightEnd {
  0% {
    left: 0;
  }
  50% {
    left: -15px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes topEnd {
  0% {
    top: 0;
  }
  50% {
    top: -15px;
  }
  100% {
    top: 0;
  }
}
@keyframes topEnd {
  0% {
    top: 0;
  }
  50% {
    top: -15px;
  }
  100% {
    top: 0;
  }
}
@-webkit-keyframes leftEnd {
  0% {
    left: 0;
  }
  50% {
    left: 15px;
  }
  100% {
    left: 0;
  }
}
@keyframes leftEnd {
  0% {
    left: 0;
  }
  50% {
    left: 15px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes bottomEnd {
  0% {
    bottom: 0;
  }
  50% {
    bottom: -15px;
  }
  100% {
    bottom: 0;
  }
}
@keyframes bottomEnd {
  0% {
    bottom: 0;
  }
  50% {
    bottom: -15px;
  }
  100% {
    bottom: 0;
  }
}
/* line 359, assets/sass/abstracts/_lightslider.scss */
.lSSlideOuter .rightEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative;
}

/* line 364, assets/sass/abstracts/_lightslider.scss */
.lSSlideOuter .leftEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative;
}

/* line 369, assets/sass/abstracts/_lightslider.scss */
.lSSlideOuter.vertical .rightEnd {
  -webkit-animation: topEnd 0.3s;
  animation: topEnd 0.3s;
  position: relative;
}

/* line 374, assets/sass/abstracts/_lightslider.scss */
.lSSlideOuter.vertical .leftEnd {
  -webkit-animation: bottomEnd 0.3s;
  animation: bottomEnd 0.3s;
  position: relative;
}

/* line 379, assets/sass/abstracts/_lightslider.scss */
.lSSlideOuter.lSrtl .rightEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative;
}

/* line 384, assets/sass/abstracts/_lightslider.scss */
.lSSlideOuter.lSrtl .leftEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative;
}

/*/  GRab cursor */
/* line 390, assets/sass/abstracts/_lightslider.scss */
.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

/* line 397, assets/sass/abstracts/_lightslider.scss */
.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

/**********
About Us styling
***********/
/* line 4, assets/sass/abstracts/_dirty.scss */
.about-us__text > h1 {
  line-height: normal;
  padding-bottom: 0;
}

/**********
Contact Page styling
***********/
/* line 15, assets/sass/abstracts/_dirty.scss */
#contact-hr {
  border-color: #009188;
}

/* line 19, assets/sass/abstracts/_dirty.scss */
.maui-contact-input {
  border: 1px solid #009188 !important;
}

/* line 23, assets/sass/abstracts/_dirty.scss */
.contact__label {
  color: #666;
  font-weight: normal !important;
}

/* line 28, assets/sass/abstracts/_dirty.scss */
.contact__star {
  color: red !important;
}

/* line 32, assets/sass/abstracts/_dirty.scss */
.contact__required-text {
  font-size: 16px;
  font-weight: bold;
}

/* line 37, assets/sass/abstracts/_dirty.scss */
.et_pb_contact_field {
  margin-bottom: 1%;
}

/* line 42, assets/sass/abstracts/_dirty.scss */
.contact__product-name-input {
  height: 60px;
}

/* line 46, assets/sass/abstracts/_dirty.scss */
.contact__comment-input {
  height: 120px;
}

/* line 50, assets/sass/abstracts/_dirty.scss */
#nav_menu-7 > h4 {
  color: #009188;
  font-size: 2rem;
  font-weight: bold;
}

/**********************************
Privacy Policy styling
**********************************/
/* line 60, assets/sass/abstracts/_dirty.scss */
.ul1 {
  list-style-type: disc !important;
  margin-left: 25px;
}

/**********************************
Sustainability Page Styling
**********************************/
/* line 70, assets/sass/abstracts/_dirty.scss */
.ul2 {
  margin-left: 25px;
}

/* line 74, assets/sass/abstracts/_dirty.scss */
.sustain__li {
  padding: 10px 0 !important;
}

/* line 78, assets/sass/abstracts/_dirty.scss */
.sustain__h6 {
  padding: 10px 0 !important;
}

/* line 2, assets/sass/components/_locale.scss */
.hide-locale {
  display: none !important;
}

/* line 6, assets/sass/components/_locale.scss */
.hide-en-us {
  display: none !important;
}

/* line 11, assets/sass/components/_locale.scss */
body.en-ca .show-all-ex-en-us {
  display: none;
}

/* line 17, assets/sass/components/_locale.scss */
body.de-de li#menu-item-1284 {
  display: none !important;
}

/* line 24, assets/sass/components/_locale.scss */
body.en-ca .hide-ca,
body.fr-ca .hide-ca {
  display: none !important;
}
/* line 27, assets/sass/components/_locale.scss */
body.en-ca .show-ca,
body.fr-ca .show-ca {
  display: block !important;
}
/* line 30, assets/sass/components/_locale.scss */
body.en-ca .show-ca-ib,
body.fr-ca .show-ca-ib {
  display: inline-block !important;
}
/* line 34, assets/sass/components/_locale.scss */
body.en-ca.single-product .et_pb_section_3,
body.fr-ca.single-product .et_pb_section_3 {
  display: none !important;
}

/* line 41, assets/sass/components/_locale.scss */
body.en-us .hide-en-us {
  display: none !important;
}
/* line 44, assets/sass/components/_locale.scss */
body.en-us .show-en-us {
  display: block !important;
}
/* line 47, assets/sass/components/_locale.scss */
body.en-us .show-en-us-ib {
  display: inline-block !important;
}

/* line 53, assets/sass/components/_locale.scss */
body.en-ca .show-en-ca {
  display: block !important;
}
/* line 56, assets/sass/components/_locale.scss */
body.en-ca .show-en-ca-ib {
  display: inline-block !important;
}

/* line 62, assets/sass/components/_locale.scss */
body.fr-ca .show-fr-ca {
  display: block !important;
}
/* line 65, assets/sass/components/_locale.scss */
body.fr-ca .show-fr-ca-ib {
  display: inline-block !important;
}

/* line 71, assets/sass/components/_locale.scss */
body.en-ca .show-en-ca {
  display: block !important;
}
/* line 74, assets/sass/components/_locale.scss */
body.en-ca .show-en-ca-ib {
  display: inline-block !important;
}
/* line 77, assets/sass/components/_locale.scss */
body.en-ca .hide-en-ca {
  display: none !important;
}

/* line 83, assets/sass/components/_locale.scss */
body.fr-ca .show-fr-ca {
  display: block !important;
}
/* line 86, assets/sass/components/_locale.scss */
body.fr-ca .show-fr-ca-ib {
  display: inline-block !important;
}
/* line 89, assets/sass/components/_locale.scss */
body.fr-ca .hide-fr-ca {
  display: none !important;
}

/* line 95, assets/sass/components/_locale.scss */
body.en-gb .show-en-gb {
  display: block !important;
}
/* line 98, assets/sass/components/_locale.scss */
body.en-gb .show-en-gb-ib {
  display: inline-block !important;
}
/* line 101, assets/sass/components/_locale.scss */
body.en-gb .hide-en-gb {
  display: none !important;
}

/* line 107, assets/sass/components/_locale.scss */
body.en-au .show-en-au {
  display: block !important;
}
/* line 110, assets/sass/components/_locale.scss */
body.en-au .show-en-au-ib {
  display: inline-block !important;
}
/* line 113, assets/sass/components/_locale.scss */
body.en-au .hide-en-au {
  display: none !important;
}
/* line 119, assets/sass/components/_locale.scss */
body.en-au.page-id-109 .et_pb_accordion .et_pb_accordion_item_9 {
  display: none !important;
}

/* line 127, assets/sass/components/_locale.scss */
body.es-la .show-es-la {
  display: block !important;
}
/* line 130, assets/sass/components/_locale.scss */
body.es-la .show-es-la-ib {
  display: inline-block !important;
}

/* line 136, assets/sass/components/_locale.scss */
body.de-de .show-de-de {
  display: block !important;
}
/* line 139, assets/sass/components/_locale.scss */
body.de-de .show-de-de-ib {
  display: inline-block !important;
}
/* line 142, assets/sass/components/_locale.scss */
body.de-de .hide-de-de {
  display: none !important;
}

/* line 153, assets/sass/components/_locale.scss */
body.fr-ca li#menu-item-1311,
body.fr-ca li#menu-item-1291,
body.fr-ca li#menu-item-1284,
body.en-ca li#menu-item-1311,
body.en-ca li#menu-item-1291,
body.en-ca li#menu-item-1284,
body.en-au li#menu-item-1311,
body.en-au li#menu-item-1291,
body.en-au li#menu-item-1284,
body.es-la li#menu-item-1311,
body.es-la li#menu-item-1291,
body.es-la li#menu-item-1284,
body.en-gb li#menu-item-1311,
body.en-gb li#menu-item-1291,
body.en-gb li#menu-item-1284,
body.de-de li#menu-item-1311,
body.de-de li#menu-item-1291,
body.de-de li#menu-item-1284 {
  display: none !important;
}

/* line 170, assets/sass/components/_locale.scss */
body.fr-ca.term-color-protect .product-item__hero, body.fr-ca.postid-1647 .product-item__hero,
body.en-ca.term-color-protect .product-item__hero,
body.en-ca.postid-1647 .product-item__hero {
  background-image: url(https://global-prod.mauimoisture.com/wp-content/uploads/2018/01/Maui-CA-CollectionBanner-ColorProtect.jpg) !important;
}

/*
body.fr-ca,
body.en-ca,
body.en-au {
  &.page-id-109 {
    .et_pb_column_3_4 {
      .et_pb_column_3_4 {
        .et_pb_accordion_item_7 {
          display: none !important;
        }
      }
    }
  }
}
*/
