/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 576px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 940px;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 970px;
    width: 100%;
  }
}
.container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 576px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 576px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 768px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 992px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 1200px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.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,
.col-sm,
.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,
.col-md,
.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,
.col-lg,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 576px) {
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .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,
  .col-sm,
  .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,
  .col-md,
  .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,
  .col-lg,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .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,
  .col-sm,
  .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,
  .col-md,
  .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,
  .col-lg,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .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,
  .col-sm,
  .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,
  .col-md,
  .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,
  .col-lg,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .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,
  .col-sm,
  .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,
  .col-md,
  .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,
  .col-lg,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.col {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.333333%;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.666667%;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.333333%;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.666667%;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.333333%;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.666667%;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.333333%;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.666667%;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.pull-0 {
  right: auto;
}
.pull-1 {
  right: 8.333333%;
}
.pull-2 {
  right: 16.666667%;
}
.pull-3 {
  right: 25%;
}
.pull-4 {
  right: 33.333333%;
}
.pull-5 {
  right: 41.666667%;
}
.pull-6 {
  right: 50%;
}
.pull-7 {
  right: 58.333333%;
}
.pull-8 {
  right: 66.666667%;
}
.pull-9 {
  right: 75%;
}
.pull-10 {
  right: 83.333333%;
}
.pull-11 {
  right: 91.666667%;
}
.pull-12 {
  right: 100%;
}
.push-0 {
  left: auto;
}
.push-1 {
  left: 8.333333%;
}
.push-2 {
  left: 16.666667%;
}
.push-3 {
  left: 25%;
}
.push-4 {
  left: 33.333333%;
}
.push-5 {
  left: 41.666667%;
}
.push-6 {
  left: 50%;
}
.push-7 {
  left: 58.333333%;
}
.push-8 {
  left: 66.666667%;
}
.push-9 {
  left: 75%;
}
.push-10 {
  left: 83.333333%;
}
.push-11 {
  left: 91.666667%;
}
.push-12 {
  left: 100%;
}
.offset-1 {
  margin-left: 8.333333%;
}
.offset-2 {
  margin-left: 16.666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.333333%;
}
.offset-5 {
  margin-left: 41.666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.333333%;
}
.offset-8 {
  margin-left: 66.666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.333333%;
}
.offset-11 {
  margin-left: 91.666667%;
}
@media (min-width: 576px) {
  .col-sm {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-sm-0 {
    right: auto;
  }
  .pull-sm-1 {
    right: 8.333333%;
  }
  .pull-sm-2 {
    right: 16.666667%;
  }
  .pull-sm-3 {
    right: 25%;
  }
  .pull-sm-4 {
    right: 33.333333%;
  }
  .pull-sm-5 {
    right: 41.666667%;
  }
  .pull-sm-6 {
    right: 50%;
  }
  .pull-sm-7 {
    right: 58.333333%;
  }
  .pull-sm-8 {
    right: 66.666667%;
  }
  .pull-sm-9 {
    right: 75%;
  }
  .pull-sm-10 {
    right: 83.333333%;
  }
  .pull-sm-11 {
    right: 91.666667%;
  }
  .pull-sm-12 {
    right: 100%;
  }
  .push-sm-0 {
    left: auto;
  }
  .push-sm-1 {
    left: 8.333333%;
  }
  .push-sm-2 {
    left: 16.666667%;
  }
  .push-sm-3 {
    left: 25%;
  }
  .push-sm-4 {
    left: 33.333333%;
  }
  .push-sm-5 {
    left: 41.666667%;
  }
  .push-sm-6 {
    left: 50%;
  }
  .push-sm-7 {
    left: 58.333333%;
  }
  .push-sm-8 {
    left: 66.666667%;
  }
  .push-sm-9 {
    left: 75%;
  }
  .push-sm-10 {
    left: 83.333333%;
  }
  .push-sm-11 {
    left: 91.666667%;
  }
  .push-sm-12 {
    left: 100%;
  }
  .offset-sm-0 {
    margin-left: 0%;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-md-0 {
    right: auto;
  }
  .pull-md-1 {
    right: 8.333333%;
  }
  .pull-md-2 {
    right: 16.666667%;
  }
  .pull-md-3 {
    right: 25%;
  }
  .pull-md-4 {
    right: 33.333333%;
  }
  .pull-md-5 {
    right: 41.666667%;
  }
  .pull-md-6 {
    right: 50%;
  }
  .pull-md-7 {
    right: 58.333333%;
  }
  .pull-md-8 {
    right: 66.666667%;
  }
  .pull-md-9 {
    right: 75%;
  }
  .pull-md-10 {
    right: 83.333333%;
  }
  .pull-md-11 {
    right: 91.666667%;
  }
  .pull-md-12 {
    right: 100%;
  }
  .push-md-0 {
    left: auto;
  }
  .push-md-1 {
    left: 8.333333%;
  }
  .push-md-2 {
    left: 16.666667%;
  }
  .push-md-3 {
    left: 25%;
  }
  .push-md-4 {
    left: 33.333333%;
  }
  .push-md-5 {
    left: 41.666667%;
  }
  .push-md-6 {
    left: 50%;
  }
  .push-md-7 {
    left: 58.333333%;
  }
  .push-md-8 {
    left: 66.666667%;
  }
  .push-md-9 {
    left: 75%;
  }
  .push-md-10 {
    left: 83.333333%;
  }
  .push-md-11 {
    left: 91.666667%;
  }
  .push-md-12 {
    left: 100%;
  }
  .offset-md-0 {
    margin-left: 0%;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-lg-0 {
    right: auto;
  }
  .pull-lg-1 {
    right: 8.333333%;
  }
  .pull-lg-2 {
    right: 16.666667%;
  }
  .pull-lg-3 {
    right: 25%;
  }
  .pull-lg-4 {
    right: 33.333333%;
  }
  .pull-lg-5 {
    right: 41.666667%;
  }
  .pull-lg-6 {
    right: 50%;
  }
  .pull-lg-7 {
    right: 58.333333%;
  }
  .pull-lg-8 {
    right: 66.666667%;
  }
  .pull-lg-9 {
    right: 75%;
  }
  .pull-lg-10 {
    right: 83.333333%;
  }
  .pull-lg-11 {
    right: 91.666667%;
  }
  .pull-lg-12 {
    right: 100%;
  }
  .push-lg-0 {
    left: auto;
  }
  .push-lg-1 {
    left: 8.333333%;
  }
  .push-lg-2 {
    left: 16.666667%;
  }
  .push-lg-3 {
    left: 25%;
  }
  .push-lg-4 {
    left: 33.333333%;
  }
  .push-lg-5 {
    left: 41.666667%;
  }
  .push-lg-6 {
    left: 50%;
  }
  .push-lg-7 {
    left: 58.333333%;
  }
  .push-lg-8 {
    left: 66.666667%;
  }
  .push-lg-9 {
    left: 75%;
  }
  .push-lg-10 {
    left: 83.333333%;
  }
  .push-lg-11 {
    left: 91.666667%;
  }
  .push-lg-12 {
    left: 100%;
  }
  .offset-lg-0 {
    margin-left: 0%;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-xl-0 {
    right: auto;
  }
  .pull-xl-1 {
    right: 8.333333%;
  }
  .pull-xl-2 {
    right: 16.666667%;
  }
  .pull-xl-3 {
    right: 25%;
  }
  .pull-xl-4 {
    right: 33.333333%;
  }
  .pull-xl-5 {
    right: 41.666667%;
  }
  .pull-xl-6 {
    right: 50%;
  }
  .pull-xl-7 {
    right: 58.333333%;
  }
  .pull-xl-8 {
    right: 66.666667%;
  }
  .pull-xl-9 {
    right: 75%;
  }
  .pull-xl-10 {
    right: 83.333333%;
  }
  .pull-xl-11 {
    right: 91.666667%;
  }
  .pull-xl-12 {
    right: 100%;
  }
  .push-xl-0 {
    left: auto;
  }
  .push-xl-1 {
    left: 8.333333%;
  }
  .push-xl-2 {
    left: 16.666667%;
  }
  .push-xl-3 {
    left: 25%;
  }
  .push-xl-4 {
    left: 33.333333%;
  }
  .push-xl-5 {
    left: 41.666667%;
  }
  .push-xl-6 {
    left: 50%;
  }
  .push-xl-7 {
    left: 58.333333%;
  }
  .push-xl-8 {
    left: 66.666667%;
  }
  .push-xl-9 {
    left: 75%;
  }
  .push-xl-10 {
    left: 83.333333%;
  }
  .push-xl-11 {
    left: 91.666667%;
  }
  .push-xl-12 {
    left: 100%;
  }
  .offset-xl-0 {
    margin-left: 0%;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.flex-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}
.flex-last {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.flex-unordered {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: row-reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: column-reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-wrap {
  -webkit-flex-wrap: wrap !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -webkit-flex-wrap: nowrap !important;
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse !important;
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -webkit-justify-content: space-around !important;
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-start {
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -webkit-box-align: end !important;
  -webkit-align-items: flex-end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -webkit-box-align: baseline !important;
  -webkit-align-items: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.align-content-start {
  -webkit-align-content: flex-start !important;
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -webkit-align-content: flex-end !important;
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -webkit-align-content: center !important;
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-between {
  -webkit-align-content: space-between !important;
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-content-around {
  -webkit-align-content: space-around !important;
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-content-stretch {
  -webkit-align-content: stretch !important;
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.align-self-auto {
  -webkit-align-self: auto !important;
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
  align-self: auto !important;
}
.align-self-start {
  -webkit-align-self: flex-start !important;
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-end {
  -webkit-align-self: flex-end !important;
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-center {
  -webkit-align-self: center !important;
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important;
}
.align-self-baseline {
  -webkit-align-self: baseline !important;
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.align-self-stretch {
  -webkit-align-self: stretch !important;
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .flex-sm-last {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .flex-sm-unordered {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .flex-md-last {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .flex-md-unordered {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .flex-lg-last {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .flex-lg-unordered {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .flex-xl-last {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .flex-xl-unordered {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.text-left {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
.f-left,
.left {
  float: left !important;
}
.f-right,
.right {
  float: right !important;
}
.f-none {
  float: none !important;
}
.lead {
  font-size: 1.2em;
}
.column.main {
  min-height: 10px;
}
.column.main p,
.column.main ol,
.column.main ul {
  margin-bottom: 1.5rem;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: none;
}
.action.primary {
  background-color: #009bdf;
  font-family: "futura-pt", sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1px;
  border-radius: 0;
  line-height: 2.2rem !important;
}
.action.primary:hover {
  background-color: #35bcf7;
  border: 1px solid #35bcf7;
}
.nav-sections {
  margin-top: 1rem;
  margin-bottom: 0;
}
.nav-sections,
.navigation {
  font-family: 'futura-pt', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  background: #fff;
  font-size: 1.7rem;
}
.nav-sections ul,
.navigation ul {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .nav-sections ul,
  .navigation ul {
    text-align: left;
  }
}
.nav-sections ul li.nav-2-1,
.navigation ul li.nav-2-1 {
  border-bottom: 1px solid #d4dadb;
}
.nav-sections .level0 .level1,
.navigation .level0 .level1 {
  font-weight: 400;
}
.nav-sections .level0 .level1.active > a,
.navigation .level0 .level1.active > a {
  padding-left: 15px;
}
.nav-sections .level0 > .level-top,
.navigation .level0 > .level-top {
  display: inline-block;
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  .nav-sections .level0 > .level-top,
  .navigation .level0 > .level-top {
    position: relative;
    font-weight: 500;
    padding: 8px 40px 8px 15px;
    text-transform: uppercase;
    word-wrap: break-word;
    display: block;
  }
}
.nav-sections .level0 > .level-top span:hover,
.navigation .level0 > .level-top span:hover {
  border-bottom: 1px solid #009bdf;
}
.nav-sections .level0 > .level-top:after,
.navigation .level0 > .level-top:after {
  content: "";
  display: inline-block;
  height: 20px;
  width: 1px;
  background-color: #e3e3e3;
  margin: 0;
  position: absolute;
  top: 17px;
  right: -3px;
}
@media only screen and (max-width: 767px) {
  .nav-sections .level0 > .level-top:after,
  .navigation .level0 > .level-top:after {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nav-sections .level0 > .level-top,
  .navigation .level0 > .level-top {
    padding: 0 10px;
  }
}
.nav-sections .level0 .submenu,
.navigation .level0 .submenu {
  margin: 0 !important;
  padding: 0;
  background: #fff;
  border: 1px solid #d4dadb;
  min-width: 100%;
  z-index: 100;
  box-sizing: border-box;
  top: 100%;
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
  font-weight: 400;
  min-width: 230px;
  display: none;
  left: 0;
  position: absolute;
  z-index: 1;
  margin-top: 11px;
  font-size: 1.4rem;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .nav-sections .level0 .submenu,
  .navigation .level0 .submenu {
    font-size: 1.6rem;
  }
}
.nav-sections .level0 .submenu a,
.navigation .level0 .submenu a,
.nav-sections .level0 .submenu a.ui-state-focus,
.navigation .level0 .submenu a.ui-state-focus {
  background: none;
}
.nav-sections .level0 .submenu a:hover,
.navigation .level0 .submenu a:hover,
.nav-sections .level0 .submenu a.ui-state-focus:hover,
.navigation .level0 .submenu a.ui-state-focus:hover {
  background: none;
  color: #009bdf;
}
.nav-sections .level0 .submenu .active > a,
.navigation .level0 .submenu .active > a {
  color: #009bdf;
  border-color: transparent;
  border-style: none;
  border-width: 0;
}
@media only screen and (max-width: 767px) {
  .nav-sections .level0 .submenu .active > a,
  .navigation .level0 .submenu .active > a {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .nav-sections .level0 .submenu,
  .navigation .level0 .submenu {
    position: relative;
    box-shadow: none;
    border-bottom: none;
  }
}
@media only screen and (max-width: 767px) {
  .nav-sections .parent > .level-top:after,
  .navigation .parent > .level-top:after {
    -webkit-font-smoothing: antialiased;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    position: absolute;
    right: 10px;
    top: -8px;
    background: none;
    height: auto;
    width: auto;
  }
}
.nav-sections .active a:not(.ui-state-active) span:not(.ui-menu-icon),
.navigation .active a:not(.ui-state-active) span:not(.ui-menu-icon),
.nav-sections .has-active a:not(.ui-state-active) span:not(.ui-menu-icon),
.navigation .has-active a:not(.ui-state-active) span:not(.ui-menu-icon) {
  margin-left: 0;
}
.nav-sections .active > .level-top,
.navigation .active > .level-top,
.nav-sections .has-active > .level-top,
.navigation .has-active > .level-top {
  border-color: transparent !important;
  border-style: none !important;
  border-width: 0 !important;
}
.nav-sections .active > .level-top span,
.navigation .active > .level-top span,
.nav-sections .has-active > .level-top span,
.navigation .has-active > .level-top span {
  border-bottom: 1px solid #009bdf;
}
.nav-sections .active .ui-icon-carat-1-e,
.navigation .active .ui-icon-carat-1-e,
.nav-sections .has-active .ui-icon-carat-1-e,
.navigation .has-active .ui-icon-carat-1-e {
  float: right;
  border-color: transparent !important;
  border-style: none !important;
  border-width: 0 !important;
}
.nav-sections .active .ui-icon-carat-1-e:hover,
.navigation .active .ui-icon-carat-1-e:hover,
.nav-sections .has-active .ui-icon-carat-1-e:hover,
.navigation .has-active .ui-icon-carat-1-e:hover {
  border-color: transparent !important;
  border-style: none !important;
  border-width: 0 !important;
}
.nav-sections .last > .level-top:after,
.navigation .last > .level-top:after {
  background-color: transparent;
}
.nav-sections .ui-icon-carat-1-e,
.navigation .ui-icon-carat-1-e {
  float: right;
  border-color: transparent !important;
  border-style: none !important;
  border-width: 0 !important;
}
.nav-sections .ui-icon-carat-1-e:hover,
.navigation .ui-icon-carat-1-e:hover {
  border-color: transparent !important;
  border-style: none !important;
  border-width: 0 !important;
}
.nav-sections .ui-icon-carat-1-e:before,
.navigation .ui-icon-carat-1-e:before {
  font-family: 'Ionicons';
  content: '\f35f';
  font-size: 16px;
  line-height: 53px;
  color: #1a1a1a;
  margin-left: 4px;
}
@media only screen and (max-width: 767px) {
  .nav-sections .ui-icon-carat-1-e,
  .navigation .ui-icon-carat-1-e {
    display: none;
  }
}
.block-search .control input {
  border: 1px solid #009bdf;
  font-size: 1.2rem;
  font-weight: 300;
}
.block-search .action.search {
  padding: 0 !important;
  height: auto;
  line-height: normal !important;
}
.block-search .action.search:before {
  font-size: 20px;
  line-height: 32px;
}
.block-search .label {
  margin: 10px 5px 0 0;
}
@media only screen and (max-width: 767px) {
  .block-search .label {
    margin: 20px 10px 0 0;
  }
}
.block-search .label:before {
  font-size: 30px;
}
@media only screen and (max-width: 639px) {
  .block-search {
    margin-top: 0;
  }
}
.minicart-wrapper .block-minicart {
  margin: 0;
  padding: 25px 20px;
  list-style: none none;
  background: #fff;
  border: 1px solid #d4dadb;
  margin-top: 4px;
  min-width: 100%;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  top: 125%;
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
}
.minicart-wrapper .action.close:before {
  font-size: 30px;
}
.minicart-wrapper .action.showcart .counter.qty,
.minicart-wrapper .action.showcart.active .counter.qty {
  background: #009bdf;
  border-radius: 50%;
  font-size: 1.2rem;
}
.minicart-wrapper .action.showcart:before,
.minicart-wrapper .action.showcart.active:before {
  font-family: 'Ionicons';
  content: '\f110';
  font-size: 22px;
  line-height: 28px;
  color: #1a1a1a;
}
@media only screen and (max-width: 767px) {
  .minicart-wrapper {
    margin-top: 20px;
  }
}
.minicart-wrapper.active {
  float: right;
}
div#ui-id-1.block.block-minicart.empty.ui-dialog-content.ui-widget-content {
  display: inline !important;
}
.block-authentication .block-new-customer .actions-toolbar > .primary {
  width: 218px;
  height: 45px;
  background-color: #009bdf;
  display: block;
}
.minicart-items-wrapper {
  border: 1px solid #d4dadb;
  margin: 0 -20px;
  border-left: 0;
  border-right: 0;
  overflow-x: auto;
  padding: 15px;
}
.minilist .action.delete:before,
.minicart-wrapper .action.edit:before,
.minicart-items .action.edit:before,
.minicart-items .action.delete:before {
  font-size: 3.0rem;
}
.minicart-wrapper .product .actions > .primary:not(:last-child),
.minicart-wrapper .product .actions > .secondary:not(:last-child) {
  margin-right: 0;
}
.abs-status-desktop,
.return-status,
.order-status {
  margin-bottom: 2rem;
}
.column.main ul.order-links {
  margin-bottom: 0;
}
.column.main ul.order-links .item strong {
  padding: 1rem 1rem 1.25rem 1rem;
}
.return-status,
.order-status {
  border: 1px solid #009bdf;
}
.page-main {
  max-width: 100%;
  padding: 0;
  position: relative;
}
.page-main .page-title-wrapper .page-title {
  font-size: 2.4rem;
  max-width: 970px;
  margin: 0 auto 2rem;
  width: auto;
  display: block;
}
@media only screen and (max-width: 767px) {
  .page-main .page-title-wrapper .page-title {
    text-align: center;
    margin: 1em auto 0;
  }
}
.page-main .product-info-main .page-title-wrapper .page-title {
  margin: 0 auto 1rem;
  width: auto;
}
.footer.content .block {
  float: none;
}
.footer.content {
  border-top: none;
  margin-bottom: 30px;
}
.footer.content .widget.block {
  width: 23%;
  display: inline;
  float: left;
  clear: none;
  margin-left: 1%;
  margin-right: 1%;
}
@media only screen and (max-width: 767px) {
  .footer.content .widget.block {
    width: 100%;
  }
}
.footer.content:after {
  clear: both;
  content: ' ';
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.lower-footer {
  background-color: #303030;
  color: #ffffff;
  display: block;
  padding: 1.25rem;
  text-align: left;
  font-size: 1.1rem;
}
.lower-footer .content {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 970px;
  padding-left: 30px;
  padding-right: 30px;
  width: auto;
}
.lower-footer .copyright {
  float: left;
  background: none;
}
.lower-footer .copyright:after {
  clear: both;
  content: ' ';
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
@media only screen and (max-width: 767px) {
  .lower-footer .copyright {
    float: none;
  }
}
.lower-footer .payments {
  float: right;
  text-align: right;
  background: none;
}
.lower-footer .payments:after {
  clear: both;
  content: ' ';
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
@media only screen and (max-width: 767px) {
  .lower-footer .payments {
    float: none;
    text-align: center;
  }
}
.lower-footer:after {
  clear: both;
  content: ' ';
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.page-footer {
  background: #f8f8f8;
  margin-bottom: 0;
  padding-bottom: 0;
  margin-top: 5rem;
}
.page-footer .widget.block {
  margin: 0;
  clear: none;
  width: auto;
}
.page-footer .footer-block-col {
  padding: 15px;
  font-size: 1.2rem;
}
.page-footer .footer-block-col h6 {
  padding-top: 8px 35px 8px 0;
  margin-bottom: 0.625em;
  font-size: 1.6rem;
  font-weight: normal;
}
.page-footer .footer-block-col h5 {
  font-size: 1.06em;
  line-height: 1.3666em;
  margin-bottom: 5px;
  margin-top: 20px;
  font-weight: 500;
}
.page-footer .footer-block-col ul.bullet {
  font-size: 1.4rem;
  padding: 0 0 0 10px;
}
.page-footer .footer-block-col ul.bullet li {
  margin-bottom: 4px;
  position: relative;
  padding-left: 3px;
}
.page-footer .footer-block-col ul.bullet li:before {
  font-family: 'Ionicons';
  content: '\f3d3';
  font-size: 1.2rem;
  color: #999999;
  position: absolute;
  top: 3px;
  left: -10px;
  transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -webkit-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
}
.page-footer .footer-block-col ul.bullet li:hover:before {
  left: -6px;
}
.page-footer .footer-block-col .ion-ios-navigate {
  color: #adadad;
  font-size: 30px;
  margin-left: -35px;
}
.page-footer .footer-block-col .ion-ios-navigate:hover {
  color: #009bdf;
}
.page-footer .footer-block-col .no-margin {
  display: inline-block;
  margin-left: 7px;
}
.page-footer .block_company {
  padding-left: 35px;
}
.page-footer .block_location {
  padding-right: 0;
}
.block.newsletter {
  text-align: center;
  background: #f1f5f6;
  border-top: 1px solid #d4dadb;
  border-bottom: 1px solid #d4dadb;
  padding: 30px 0;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .block.newsletter .content {
    padding: 30px 1em;
  }
}
.block.newsletter h4,
.block.newsletter h5 {
  font-weight: 300;
}
.block.newsletter h4 {
  font-size: 2.1rem;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .block.newsletter h4 {
    font-size: 1.6rem;
  }
}
.block.newsletter h5 {
  font-size: 1.9rem;
  margin-bottom: 10px;
}
.block.newsletter input {
  height: 45px;
  font-size: 1.2rem;
  border: 1px solid #d4dadb;
  border-radius: 0;
}
.block.newsletter .field {
  margin: 0;
  width: 70%;
  display: inline-block;
  float: left;
}
@media (max-width: 767px) {
  .block.newsletter .field {
    width: 280px;
    display: block;
    margin: auto;
    float: none;
  }
}
.block.newsletter .field .control:before {
  font-size: 3.2rem;
  margin: 0 0 0 4px;
  line-height: 45px;
}
.block.newsletter .actions {
  width: 30%;
  display: inline-block;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .block.newsletter .actions {
    width: 280px;
    display: block;
    margin: auto;
    float: none;
  }
}
.block.newsletter .actions .subscribe {
  width: 100%;
  padding: 0;
  height: 45px;
  border-radius: 0;
}
.block.newsletter .newsletter-wrapper {
  margin: auto;
  max-width: 500px;
}
@media (min-width: 768px) {
  .cms-home .page-main {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}
.cms-home .section-maintain:after,
.cms-home .section-about:after,
.section-as-seen-on:after,
.section-customkits:after {
  clear: both;
  content: ' ';
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.cms-home .container {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media only screen and (max-width: 767px) {
  .cms-home .container {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.cms-home .page-title-wrapper {
  display: none;
}
.cms-home .page-main {
  text-align: center;
}
.cms-home .page-main p {
  font-size: 17px;
  line-height: 1.3333em;
  letter-spacing: .03em;
}
.cms-home .page-main p.statement,
p.statement {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 1em;
}
.cms-home h4 {
  color: #1a1a1a;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 1.5em;
}
@media only screen and (max-width: 959px) {
  .cms-home .page-main br {
    display: none;
  }
  .cms-home .page-main .why-points br {
    display: block;
  }
}
.cms-home .cta-questionnaire-wrap {
  display: block;
}
.cms-home .col2-set {
  padding-top: 15px;
}
.cms-home .page-main .cta-questionnaire p {
  margin-bottom: 1em;
  font-size: 13px;
}
@media (max-width: 767px) {
  .user-menu,
  .cms-home .main.container {
    padding-left: 0;
    padding-right: 0;
  }
}
.cms-home .main.container {
  padding-bottom: 0;
  width: 100%;
  max-width: 100%;
}
.cms-home .grid-full {
  width: 100%;
  margin: auto;
}
.cms-home .row-center {
  width: 100%;
  padding: 0;
}
.cms-home .row-center:after,
.cms-home .section-cleanse ul:after {
  content: "";
  display: block;
  clear: both;
}
.cms-home .row-center .row-content {
  max-width: 970px;
  width: 100%;
}
.cms-home .section-pick {
  background: #f0f7f9;
  background: -moz-radial-gradient(center, ellipse cover, #f0f7f9 0%, #d2edf9 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #f0f7f9), color-stop(100%, #d2edf9));
  background: -webkit-radial-gradient(center, ellipse cover, #f0f7f9 0%, #d2edf9 100%);
  background: -o-radial-gradient(center, ellipse cover, #f0f7f9 0%, #d2edf9 100%);
  background: -ms-radial-gradient(center, ellipse cover, #f0f7f9 0%, #d2edf9 100%);
  background: radial-gradient(ellipse at center, #f0f7f9 0%, #d2edf9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f7f9', endColorstr='#d2edf9', GradientType=1);
  position: relative;
  border-top: 1px solid #b9d8e6;
  border-bottom: 1px solid #b9d8e6;
}
.cms-home .section-pick h2 {
  font-weight: 500;
  font-size: 1.5em;
  /* box-shadow: 0 0 30px 0 rgba(0,0,0,0.1); */
  /*padding: 10px 0 5px;
    border: 1px solid #bababa;
    background: #fff;
    margin: 0;*/
  margin-bottom: 30px;
  border-bottom: 0;
}
.cms-home .section-pick h2 span {
  color: #009bdf;
  display: block;
  font-size: .55em;
}
.cms-home .section-pick h4 {
  font-weight: 500;
  font-size: 1.25em;
  color: inherit;
  margin-top: 0;
}
/*.cms-home .section-pick .grid12-6 {
    width: 42%;
  }*/
.cms-home .section-pick .box-main {
  /*border: 1px solid #bababa;
    background: #fff;
    padding: 30px 20px;
    border-top: 1px solid #D1D1D1;*/
}
.cms-home .section-pick p:last-child {
  margin-bottom: 0;
}
/*.cms-home .section-cleanse,
  .cms-home2-html .section-cleanse {
    width: 46%;
    margin-left: 2%;
    margin-right: 2%;
  }*/
.cms-home .section-cleanse ul {
  text-align: left;
  margin: 0;
  margin-bottom: 2rem;
  padding: 0;
}
.cms-home .section-cleanse li {
  font-size: .9em;
  text-align: center;
  list-style: none;
  padding: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cms-home .section-cleanse li {
    width: 28%;
  }
}
.cms-home .section-cleanse li.arrow-step {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .cms-home .section-cleanse li.arrow-step {
    padding-top: 0;
  }
}
.cms-home .section-cleanse li.arrow-step::before {
  content: "";
  display: block;
  clear: both;
  width: 40px;
  height: 40px;
  background: url('../images/arrow-step.png') no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 15px;
  left: -30px;
  z-index: 1;
}
.cms-home .section-cleanse li img {
  /*float: left;*/
  /*margin-right: 1em;*/
  margin-bottom: 0.4em;
  max-width: 80px;
}
@media only screen and (max-width: 767px) {
  .cms-home .section-cleanse li img {
    margin-bottom: 0;
  }
}
.cms-home .section-quiz .box-main {
  font-size: 1.15em;
  background: #ffffff url('../images/instaguide-screen2.jpg') no-repeat bottom center;
  background-size: 500px;
}
.cms-home .section-quiz .box-main p {
  margin-top: 227px;
}
.cms-home .section-intro {
  background: #494d4e;
  color: #fff;
  font-size: 1.8em;
  font-weight: 500;
  font-family: "futura-pt", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  .cms-home .section-intro {
    font-size: 1.6em;
  }
}
.cms-home .section-intro .container {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.section-customkits {
  margin-top: 1em;
}
.cms-home .section-customkits .container {
  padding-bottom: 0;
}
.cms-home .section-maintain h2,
.cms-home .section-about h2,
.section-as-seen-on h2,
.section-customkits h2 {
  font-size: 2em;
}
@media only screen and (max-width: 767px) {
  .cms-home .section-maintain h2,
  .cms-home .section-maintain h3 {
    padding: 1em 1em 0;
  }
}
@media only screen and (max-width: 767px) {
  .cms-home .products-grid {
    padding-top: 0;
  }
}
.section-customkits h2 {
  margin-bottom: 0;
}
.cms-home .section-maintain h3 {
  font-size: 1.15em;
  color: #666;
  max-width: 600px;
  margin: 0 auto 1em;
}
.cms-home .category-products-grid {
  margin-bottom: 15px;
}
.cms-home .category-products-grid .item {
  border-color: transparent;
}
.cms-home .section-maintain .row-content,
.cms-home .section-customkits .row-content {
  border-bottom: 1px solid #d4dadb;
  padding-bottom: 4rem;
}
@media only screen and (max-width: 767px) {
  .cms-home .section-maintain .row-content,
  .cms-home .section-customkits .row-content {
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
.cms-home .section-as-seen-on {
  padding-bottom: 0;
}
.cms-home .section-as-seen-on .row-content,
.section-as-seen-on .row-content {
  max-width: 640px;
  margin: auto;
}
.section-customkits .item {
  padding-top: 0;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.btn-gray:hover,
.btn-gray {
  background: #eee;
  color: #1a1a1a;
}
.cms-home .section-learn {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .cms-home .section-learn {
    padding: 1em;
  }
}
.cms-home .section-learn .container {
  padding-top: 3rem;
  border-top: 1px solid #d4dadb;
}
@media only screen and (max-width: 767px) {
  .cms-home .section-learn .container {
    padding-top: 0;
    border: none;
  }
}
.cms-home .section-learn p {
  font-size: 17px;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .cms-home .section-learn p {
    font-size: 15px;
  }
}
.cms-home .section-learn p:last-child {
  margin-bottom: 0;
}
.cms-home .section-learn .row-content {
  max-width: 800px;
}
.section-cleanse-details {
  margin-top: 0;
  padding-top: 2rem !important;
}
.cms-home .section-about {
  /*background: #f8f9fa;
    border-top: 1px solid #d4dadb;*/
  /*border-bottom: 1px solid #d4dadb;*/
}
.cms-home .section-about .container {
  padding-top: 0;
}
.cms-home .section-about .team-photo {
  font-weight: 200;
  font-size: 1.15em;
  font-family: "futura-pt", sans-serif;
  text-align: center;
  text-transform: uppercase;
}
.cms-home .section-about .team-photo img {
  max-width: 250px;
  display: block;
  margin: 0 auto 1em;
}
@media only screen and (max-width: 767px) {
  .cms-home .section-about .team-photo img {
    margin-top: 1em;
  }
}
.cms-home .newsletter-signup {
  padding: 0;
}
.cms-home .newsletter-signup .row-center {
  padding: 25px 0;
}
.cms-home .newsletter-signup .row-center .row-center.mt20 {
  padding: 0;
  width: auto;
}
.cms-home .team-kudos {
  background: #ffffff url(../images/icon-quotes.png) no-repeat 3% 10%;
  background-size: 50px;
  padding: 30px 30px 15px 80px;
  text-align: left;
  width: 80%;
}
.team-kudo {
  background: #ffffff url(../images/icon-quotes.png) no-repeat 3% 10%;
  background-size: 50px;
  padding: 30px 30px 15px 80px;
  text-align: left;
}
.cms-home .team-kudos .kudos-list,
.team-kudo .kudo-list {
  line-height: 1.75em;
}
.team-kudo .kudo-list {
  max-width: 350px;
}
.cms-home .team-kudos h3,
.team-kudo h3 {
  font-size: 1.5em;
}
.cms-home .tab-content {
  margin-top: 20px;
}
.cms-home .accordion-tabs-minimal .tab-content {
  padding: 1em 1em 0;
}
.cms-home .page-main .accordion-tabs-minimal p {
  font-size: 13px;
  margin-bottom: 1em;
}
@media only screen and (max-width: 767px) {
  .cms-home .section-pick {
    padding: 30px 0;
    margin-bottom: 1em;
  }
  .cms-home .section-cleanse {
    margin: 0 auto !important;
  }
  .cms-home .section-cleanse li {
    width: 33%;
  }
  .cms-home .section-cleanse li h4 {
    font-size: 1em;
  }
  .cms-home .section-cleanse li img {
    max-width: 60px;
  }
  .cms-home .team-kudos,
  .team-kudo {
    display: none;
    /*width: 81% !important;
      margin-left: 2%;
      margin-right: 2%;*/
  }
  .cms-home .section-cleanse li.arrow-step::before {
    background: none;
    display: none;
    width: 0;
    height: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .cms-home .section-about .team-photo {
    width: 100%;
  }
  .cms-home .main.container,
  .cms-home .grid-full {
    width: 100%;
    max-width: 100%;
    margin: auto;
  }
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  margin-top: 2em;
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9990;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-popup .modal-title {
  border-bottom: none;
}
.modal-popup .modal-inner-wrap {
  width: 50%;
  max-width: 600px;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    margin-top: 2em;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.modal-slide .action-close {
  padding: 2.1rem 2rem;
}
.modal-slide .action-close:before {
  font-size: 2em;
  line-height: 1em;
  font-family: 'Ionicons';
  content: '\f405';
}
.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
  margin-top: 10px;
}
.choice-section {
  background: #494d4e;
  color: #fff !important;
  margin: 30px auto;
  padding: 0 30px;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  /*border: 1px solid #fff;
    box-shadow: 0 0 30px 0 rgba(0,0,0,0.3);*/
}
.block-authentication .block-new-customer .actions-toolbar > .primary {
  float: left;
}
.modal-header {
  border-bottom: none;
}
@media only screen and (max-width: 767px) {
  .choice-section br {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  button.choice-section {
    background: #494d4e;
    color: #fff !important;
    border-radius: 50%;
    width: 115px;
    display: block;
    margin: 0 auto;
    height: 115px;
    position: absolute;
    top: 40%;
    right: 0;
    left: 0;
    z-index: 10;
    padding: 13px 18px 0;
    border: 1px solid #fff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
    line-height: 18px;
    font-size: 14px;
    white-space: normal;
  }
  button.choice-section .fa {
    font-size: 18px;
    margin-top: 5px;
  }
}
.btn,
a.btn:visited,
.alink.btn:visited,
button,
button.action,
button:visited,
button.action:visited,
.action.primary,
.action.primary:visited {
  -webkit-border-fit: lines;
  overflow: visible;
  width: auto;
  display: inline-block;
  padding: 0 20px !important;
  height: 45px;
  line-height: 45px !important;
  margin-bottom: 0;
  font-family: "futura-pt", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  background-color: #009bdf;
  color: #fff;
  transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  -moz-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  -webkit-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  -o-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  border-radius: 0 !important;
  box-shadow: none;
}
.btn:hover,
.btn:focus {
  color: #fff;
  text-decoration: none;
}
.btn:hover,
a.btn:hover,
.alink.btn:hover,
button:hover,
button.action:hover,
.action.primary:hover {
  color: #fff;
  background-color: #35bcf7;
  border: 1px solid transparent;
}
button:not(.primary) {
  box-shadow: none;
}
.box-tocart .action.tocart {
  height: 52px;
}
.product-view .short-description .std ul.accordion-tabs-minimal li.tab-header-and-content {
  background: none;
}
.accordion-tabs {
  line-height: 1.5;
  margin-bottom: 1.5em;
  padding: 0;
}
.accordion-tabs::after {
  clear: both;
  content: "";
  display: table;
}
.accordion-tabs .tab-header-and-content {
  list-style: none;
}
@media screen and (min-width: 40em) {
  .accordion-tabs .tab-header-and-content {
    display: inline;
  }
}
@media screen and (max-width: 40em) {
  .accordion-tabs .tab-header-and-content:first-child .tab-link {
    border-top: 0;
  }
}
.accordion-tabs .tab-link {
  background-color: white;
  color: #1a1a1a;
  display: block;
  font-weight: bold;
  padding: 0em 0.809em;
  text-decoration: none;
}
@media screen and (min-width: 40em) {
  .accordion-tabs .tab-link {
    display: inline-block;
    border-top: 0;
  }
}
.accordion-tabs .tab-link:hover {
  color: #009bdf;
}
.accordion-tabs .tab-link:focus {
  outline: none;
}
.accordion-tabs .tab-link.is-active {
  color: #009bdf;
}
.accordion-tabs .tab-content {
  display: none;
  padding: 0em .618em;
  width: 100%;
  text-align: left;
}
.product-view .short-description .tab-content ul {
  margin-bottom: 10px !important;
}
body.product-custom-cleanse .product-shop .accordion-tabs .tab-content .std p {
  text-align: left;
}
@media screen and (min-width: 40em) {
  .accordion-tabs .tab-content {
    float: left;
  }
}
.accordion-tabs-minimal {
  line-height: 1.5;
  padding: 0;
}
.accordion-tabs-minimal::after {
  clear: both;
  content: "";
  display: table;
}
.accordion-tabs-minimal li.tab-header-and-content {
  list-style: none;
}
@media screen and (min-width: 40em) {
  .accordion-tabs-minimal li.tab-header-and-content {
    display: inline;
    padding: 3rem 0 0;
  }
}
.accordion-tabs-minimal a.tab-link {
  background-color: white;
  color: #1a1a1a;
  display: block;
  font-weight: 400;
  padding: 0em .618em;
  text-decoration: none;
}
.accordion-tabs-minimal .mcc-icons {
  width: 85px;
  height: 85px;
  display: block;
  background-position: 0 170px;
  background-size: 85px;
  margin: 0 auto 7px;
}
.accordion-tabs-minimal .icon01 {
  background-image: url("../images/mcc-icons-01.png");
}
.accordion-tabs-minimal .icon02 {
  background-image: url("../images/mcc-icons-02.png");
}
.accordion-tabs-minimal .icon03 {
  background-image: url("../images/mcc-icons-03.png");
}
.accordion-tabs-minimal a.tab-link:hover .mcc-icons,
.accordion-tabs-minimal a.tab-link.is-active .mcc-icons {
  background-position: 0 255px;
}
@media screen and (min-width: 40em) {
  .accordion-tabs-minimal a.tab-link {
    display: inline-block;
    font-family: "futura-pt", sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: normal;
  }
}
.accordion-tabs-minimal a.tab-link:hover {
  color: #009bdf;
}
.accordion-tabs-minimal a.tab-link:focus {
  outline: none;
}
.accordion-tabs-minimal a.tab-link.is-active {
  border-bottom: 0;
}
@media screen and (min-width: 40em) {
  .accordion-tabs-minimal a.tab-link.is-active {
    color: #009bdf;
  }
}
.accordion-tabs-minimal {
  margin-bottom: 1em !important;
}
.accordion-tabs-minimal .tab-content {
  display: none;
  /*padding: 0 .618em 0.3em;
  width: 100%;
  border-bottom:1px solid #eee;*/
  padding: 1em 1.75em;
  width: 100%;
  border: 1px solid #009bdf;
}
@media screen and (min-width: 40em) {
  .accordion-tabs-minimal .tab-content {
    float: left;
  }
}
.vs-wrap {
  text-align: center;
}
.vs-list {
  display: inline-block;
  /*border:1px solid transparent;*/
  width: 230px;
  height: 190px;
  margin: 0 0 2em !important;
  padding: 15px 0 20px !important;
  /*border-radius: 6px;*/
}
@media only screen and (max-width: 767px) {
  .vs-list {
    margin-bottom: 0 !important;
  }
}
.vs-list .title {
  font-size: 19px;
  color: #4c4f4b;
  background: #fff !important;
}
.vs-list li {
  height: 30px;
  line-height: 30px;
  padding: 0 8px !important;
  margin: 0 !important;
  border-bottom: 1px solid #fff;
  color: #4c4f4b;
  background: #f7f7f7 !important;
  text-align: right;
  font-size: 13px;
}
.vs-mcc {
  /*border:1px solid #009bdf;*/
  padding: 15px 15px 20px !important;
}
.vs-mcc li {
  border-bottom: 1px solid #e7e7e7;
  background: none !important;
  text-align: left;
}
.vs-mcc .title {
  color: #009bdf;
}
.vs-mcc li {
  color: inherit;
}
.vs-mcc-chosen {
  border: 1px solid #009bdf;
}
span.vs {
  color: #009bdf;
  font-size: 42px;
  margin: -152px 0.5em 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  font-weight: 100;
}
@media only screen and (max-width: 767px) {
  span.vs {
    margin: 0 auto .5em;
    display: block;
  }
}
.products-grid {
  max-width: 970px;
  margin: auto;
  width: 100%;
  display: block;
}
.products-grid .items {
  display: flex;
  flex-flow: row wrap;
}
@media only screen and (max-width: 736px) {
  .products-grid .items {
    flex-direction: column;
  }
}
@media only screen and (max-width: 736px) {
  .products-grid .product-item {
    width: 100%;
    margin: 1em auto;
    padding: 0;
  }
}
@media only screen and (max-width: 991px) {
  .products-grid .product-item {
    width: 47%;
    margin: 1em auto;
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  .page-products .product-item-info {
    margin: auto;
  }
}
@media only screen and (max-width: 767px) {
  .page-products .product-item-info {
    width: 100%;
  }
}
.page-products .columns {
  padding-top: 0;
}
.page-title-wrapper .page-title {
  font-size: 2.4rem;
  max-width: 970px;
  margin: auto;
  width: 100%;
  display: block;
  margin-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
}
@media only screen and (max-width: 767px) {
  .page-title-wrapper .page-title {
    padding-left: 0;
    padding-right: 0;
  }
}
.page-wrapper > .breadcrumbs {
  margin-bottom: 30px;
}
.page-wrapper > .breadcrumbs .items {
  font-size: 1.1rem;
}
@media only screen and (max-width: 767px) {
  .product.data.items {
    padding: 0 1em;
  }
  .product.data.items > .item.content {
    text-align: left;
  }
  .product.data.items .item.title a:after,
  .product.data.items .item.title.active a:after {
    font-size: 24px;
  }
  .product.data.items > .item.title > .switch {
    font-size: 1.6rem;
  }
  #product-review-container .review-list .block-title {
    padding: 0 .5em;
  }
  #product-review-container .block-content {
    padding: 0 1em;
  }
}
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav {
  margin-top: 5px;
}
.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
.cart-empty,
.checkout-cart-index .column.main,
.checkout-index-index .column.main,
.checkout-onepage-success .column.main,
.page.messages,
.customer-account-logoutsuccess .column.main,
.cms-no-route .column.main,
.paypal-express-review .column.main {
  max-width: 1030px;
  margin: auto;
  padding-left: 30px;
  padding-right: 30px;
}
.table-checkout-shipping-method .row {
  margin: 0 10px;
}
.cart.table-wrapper .col.price .price-including-tax .price,
strong.product-item-name,
.price-including-tax .price,
.price-excluding-tax .price {
  font-weight: 400 !important;
}
.cart.table-wrapper .actions-toolbar > .action-edit {
  display: none;
}
.minicart-items .action.edit {
  display: none;
}
.cart.table-wrapper .actions-toolbar > .action-delete:before {
  font-size: 3rem;
}
.modal-slide .action-close {
  margin-top: 1rem;
}
.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
  font-size: 3rem;
}
.cart-summary .block > .title:after {
  font-size: 3rem;
}
.opc-progress-bar-item > span:before,
.opc-progress-bar-item > span:after {
  background: #e4e4e4;
  height: 30px;
  margin-left: -15px;
  transition: background .3s;
  width: 30px;
  border-radius: 50%;
  content: '';
  left: 50%;
  position: absolute;
  top: 4px;
}
.opc-progress-bar-item:before {
  background: #e4e4e4;
  top: 19px;
  transition: background .3s;
  content: '';
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}
.opc-progress-bar-item > span:after {
  background: #fff;
  height: 26px;
  margin-left: -13px;
  top: 6px;
  width: 26px;
  content: counter(i);
  counter-increment: i;
  color: #333;
  font-weight: 600;
  font-size: 1.8rem;
}
.opc-progress-bar-item > span {
  display: inline-block;
  padding-top: 36px;
  width: 100%;
  word-wrap: break-word;
  color: #e4e4e4;
  font-weight: 300;
  font-size: 1.4rem;
}
.opc-progress-bar-item._active:before,
.opc-progress-bar-item._active > span:before {
  background: #009bdf;
}
.opc-block-summary .items-in-cart > .title:after {
  font-size: 3rem;
  line-height: normal;
}
.customer-welcome .action.switch {
  height: auto;
  line-height: normal !important;
}
.customer-welcome .customer-name:after {
  font-family: 'Ionicons';
  content: '\f35f';
  font-size: 1.5rem;
  line-height: normal;
  color: #1a1a1a;
  margin-left: 2px;
}
.customer-welcome .customer-name .action.switch {
  display: none;
  width: 0;
  height: 0;
  line-height: 0 !important;
}
.customer-welcome .header.links {
  background: none;
  border: none;
  box-shadow: none;
  position: relative;
  top: unset;
  right: unset;
  min-width: 10px !important;
  margin-top: 0;
}
.customer-welcome .header.links li:hover {
  background: none;
}
.customer-welcome .header.links li.authorization-link {
  display: none;
}
.customer-welcome .header.links a {
  padding: 0 4px;
  line-height: normal;
}
.customer-welcome .header.links a:hover {
  text-decoration: underline;
}
.customer-welcome .header.links:after,
.customer-welcome .header.links:before {
  display: none;
}
.header.panel > .header.links > li.welcome,
.header.panel > .header.links > li > a {
  line-height: normal;
}
@media only screen and (max-width: 767px) {
  .nav-sections .header.links li > a,
  .nav-sections .header.links li.greet.welcome {
    font-weight: 500;
  }
  .nav-sections .header.links li > a:hover,
  .nav-sections .header.links li.greet.welcome:hover {
    font-weight: 500;
  }
  .customer-welcome {
    display: block;
  }
  .customer-welcome .header.links a {
    font-weight: 500;
    padding: 8px;
  }
  .customer-welcome .header.links a:hover {
    text-decoration: none;
    color: #009bdf;
    padding: 8px;
    font-weight: 500;
  }
  .nav-sections .level0 > .level-top span:hover,
  .navigation .level0 > .level-top span:hover {
    color: #009bdf;
    border: none;
  }
}
.block-minicart .block-content > .actions > .primary .action.primary {
  padding-top: 0;
  padding-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.card {
  text-align: left;
  background: #ffffff;
  border: 1px solid #d4dadb;
  margin: 1em;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 12px;
  box-shadow: 0 5px 30px rgba(212, 218, 219, 0.7);
}
.card .card-image {
  background-color: #fff;
  overflow: hidden;
}
.card .card-image img {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 100%;
}
.card .card-header {
  padding: 1em;
  -webkit-transition: all 0.2s ease-in-out;
  border-bottom: 1px solid #d4dadb;
}
.card .card-header h2 {
  margin: 0 0 5px;
  color: #009bdf;
  font-size: 1.8rem;
}
.card .servings {
  font-weight: 600;
  color: #333;
}
.card .card-copy {
  display: flex;
  flex-direction: column;
}
.card .card-copy h4 {
  font-weight: 500;
}
.card .card-directions {
  order: 1;
  padding: 0.5em 1em;
}
.card .card-ingredients {
  flex: 0 0 15em;
  padding: 0.5em 1em;
  border-bottom: 1px solid #d4dadb;
}
.card .card-directions ol {
  font-size: 12px;
  line-height: normal;
}
.card li {
  margin-bottom: 1em;
}
.card .card-ingredients li {
  margin-bottom: .5em;
}
#products-container h2 {
  font-weight: 500;
}
.card a,
.card a:hover,
.card a:visited {
  text-decoration: none;
}
.quiz-recipe-wrap {
  max-width: 80%;
  text-align: center;
  margin: auto;
}
.quiz-recipe-wrap h2 {
  font-weight: 500;
}
.card-filters {
  padding: 1em 0;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
.btn-filters,
.btn-filters:visited {
  background: #fff !important;
  color: #333 !important;
  border: 1px solid #c2cacc !important;
  border-radius: 40px !important;
  height: auto;
  line-height: normal !important;
  padding: .5em 1em !important;
}
.btn-filters:hover,
.btn-filters.active {
  background: #009bdf !important;
  color: #fff !important;
  border-color: #color-blue1 !important;
}
@media only screen and (min-width: 768px) {
  .cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
  }
  .card .card-image {
    width: 100%;
    max-width: 100%;
    margin: auto;
    max-height: 180px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
  }
  .card .card-header {
    transition: all 0.2s ease-in-out;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
  .card .card-copy {
    flex-direction: column;
  }
  .card .card-ingredients {
    border: none;
    border-right: 1px solid #d4dadb;
  }
  #quiz {
    max-width: 70%;
    margin: 2em auto 0;
    padding: 4em 1em;
    text-align: center;
    border: 1px solid #d4dadb;
    box-shadow: 0 0 120px rgba(212, 218, 219, 0.7);
    background: rgba(255, 255, 255, 0.8);
  }
}
.page-layout-1column .filter.block {
  display: none;
}
.page-layout-1column.page-with-filter .column.main {
  padding-top: 0;
}
.products-grid {
  padding-top: 30px;
}
.peekaboo {
  display: block;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 10px;
  background: #F9F9F9;
  cursor: pointer;
  clear: both;
  float: left;
  width: 100%;
  font-weight: 500;
  font-size: 1.6rem;
  margin-bottom: 15px;
}
.iseeu {
  padding: 10px 20px;
  display: none;
  clear: both;
}
#quiz form.contact {
  margin-top: 3rem;
}
#quiz .product-name {
  font-size: 1.6rem;
}
#quiz .product-image-wrapper {
  margin: auto;
  max-width: 295px;
}
#quiz .product-image {
  display: inline-block;
}
#quiz .get-cleanse h3 {
  font-weight: 300;
}
.column.main ul.order-links {
  clear: both;
}
.account .page-main .page-title-wrapper .page-title {
  margin-bottom: 1em;
}
@media only screen and (max-width: 767px) {
  .account .page.messages {
    margin-bottom: 0;
  }
}
.recipe-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.recipe {
  text-align: left;
  background: #ffffff;
  border: 1px solid #d4dadb;
  max-width: 80%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 3em auto;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 12px;
  box-shadow: 0 0 80px rgba(212, 218, 219, 0.7);
}
@media only screen and (max-width: 767px) {
  .recipe {
    max-width: 100%;
  }
}
.recipe .recipe-image {
  background-color: #fff;
  overflow: hidden;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}
.recipe .recipe-image img {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 100%;
}
.recipe .recipe-header {
  padding: 0.5em 1em;
  -webkit-transition: all 0.2s ease-in-out;
  border-bottom: 1px solid #d4dadb;
}
.recipe .recipe-header h2 {
  margin: 0;
  color: #009bdf;
  font-size: 2.2rem;
}
.recipe .servings {
  font-weight: 600;
}
.recipe .recipe-copy {
  display: flex;
  flex-direction: column;
}
.recipe .recipe-copy h4 {
  font-weight: 500;
}
.recipe .recipe-directions {
  order: 1;
  padding: 0.5em 1em;
}
.recipe .recipe-ingredients {
  flex: 0 0 15em;
  padding: 0.5em 1em;
  border-bottom: 1px solid #d4dadb;
}
.recipe .recipe-directions ol {
  font-size: 12px;
  line-height: normal;
  padding: 10px 20px;
}
.recipe li {
  margin-bottom: 1em;
}
.recipe .recipe-ingredients ul {
  padding: 10px 0;
  list-style: none;
}
.recipe .recipe-ingredients li {
  margin-bottom: .75em;
  font-weight: 400;
}
#products-container h2 {
  font-weight: 500;
}
span.pipper {
  font-weight: 300;
  color: #ccc;
}
.quiz-recipe-wrap h2,
.quiz-recipe-wrap h3,
.quiz-recipe-wrap h4 {
  margin: 0 0 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.quiz-recipe-wrap h2 {
  font-weight: 500;
  font-size: 1.55em;
  line-height: 1.25em;
}
.quiz-recipe-wrap h3 {
  font-size: 1.22em;
  line-height: 1.25em;
  font-weight: 400;
  color: #009adf;
}
.quiz-recipe-wrap h4 {
  font-size: 1.1em;
  color: #666666;
  line-height: 1.25em;
  font-weight: 400;
  margin-bottom: 5px;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .quiz-recipe-wrap {
    margin-top: 30px;
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .quiz-recipe-wrap {
    max-width: 80%;
    text-align: center;
    margin: auto;
  }
  .quiz-recipe-wrap .card {
    text-align: left;
    background: #ffffff;
    border: 1px solid #d4dadb;
    -ms-flex-preferred-size: 15em;
    flex-basis: 15em;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 1em auto 3em;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-size: 12px;
    box-shadow: 0 0 120px rgba(212, 218, 219, 0.7);
  }
  .quiz-recipe-wrap .card .card-header {
    transition: all 0.2s ease-in-out;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5em 1em;
    -webkit-transition: all 0.2s ease-in-out;
    border-bottom: 1px solid #d4dadb;
    flex-direction: row;
  }
  .quiz-recipe-wrap .card .card-header .servings {
    font-weight: 700;
  }
  .quiz-recipe-wrap .card .card-image {
    height: 300px;
    max-height: 300px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .quiz-recipe-wrap .card .card-copy {
    display: flex;
    flex-direction: row;
  }
  .quiz-recipe-wrap .card .card-ingredients {
    border: none;
    border-right: 1px solid #d4dadb;
    flex: 0 0 15em;
    padding: 0.5em 1em;
  }
  .quiz-recipe-wrap .card .card-ingredients ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .quiz-recipe-wrap .card .card-ingredients ul li {
    margin-bottom: .5em;
    line-height: 1.5em;
  }
  .quiz-recipe-wrap .card .card-directions {
    order: 1;
    padding: 0.5em 1em;
  }
  .quiz-recipe-wrap .card .card-directions ol {
    list-style: decimal outside;
    margin: 10px 0;
    padding: 0 0 0 1.5em;
    font-size: 12px;
    line-height: normal;
  }
  .quiz-recipe-wrap .card .card-directions ol li {
    margin-bottom: 1em;
  }
}
.pager .toolbar-amount {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pager .pages {
  display: flex;
  justify-content: center;
}
.pager .pages .item {
  font-size: 1.4rem;
  letter-spacing: normal;
  line-height: 32px;
  margin: 0 -1px 0 0;
  display: inline-block;
}
.pager .pages a.page {
  color: #009bdf;
  display: inline-block;
  padding: .75rem 1rem;
  text-decoration: none;
  border: 1px solid #d4dadb;
}
.pager .pages strong.page {
  font-size: 1.4rem;
  letter-spacing: normal;
  line-height: 32px;
  color: #333333;
  display: inline-block;
  font-weight: 700;
  padding: .75rem 1.5rem !important;
  border: 1px solid #d4dadb;
}
.pager .pages .action.previous {
  margin: 0;
  box-shadow: none;
  background: #fff;
  border-radius: 3px 0 0 3px;
  padding: .75rem .5rem;
}
.pager .pages .action.previous:before {
  margin: 0;
}
.pager .pages .pages-item-next {
  position: unset;
  right: unset;
  top: unset;
}
.pager .pages .pages-items {
  padding: 0;
}
.pager .pages .action.next {
  margin-left: 8px;
  margin: 0;
  box-shadow: none;
  background: #fff;
  border-radius: 0 3px 3px 0;
  padding: .75rem .5rem;
}
.pager .pages .action.next:before {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .recipe .recipe-image {
    height: 100%;
    max-height: 360px;
  }
  .recipe .recipe-header {
    transition: all 0.2s ease-in-out;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .recipe .recipe-copy {
    flex-direction: row;
  }
  .recipe .recipe-ingredients {
    border: none;
    border-right: 1px solid #d4dadb;
  }
  #quiz {
    max-width: 70%;
    margin: 2em auto 0;
    padding: 4em 1em;
    text-align: center;
  }
}
.cart.table-wrapper .product-item-name,
.cart.table-wrapper .col.price .price-excluding-tax,
.cart.table-wrapper .col.subtotal .price-excluding-tax {
  font-size: 1.4rem !important;
}
.paypal-review .table-paypal-review-items .col.price .price-including-tax .price,
.paypal-review .table-paypal-review-items .col.price .price-excluding-tax .price,
.paypal-review .table-paypal-review-items .col.subtotal .price-including-tax .price,
.paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax .price,
.order-details-items .col.price .price-including-tax .price,
.order-details-items .col.price .price-excluding-tax .price,
.order-details-items .col.subtotal .price-including-tax .price,
.order-details-items .col.subtotal .price-excluding-tax .price,
.cart.table-wrapper .col.price .price-including-tax .price,
.cart.table-wrapper .col.price .price-excluding-tax .price,
.cart.table-wrapper .col.subtotal .price-including-tax .price,
.cart.table-wrapper .col.subtotal .price-excluding-tax .price,
.cart.table-wrapper .col.msrp .price-including-tax .price,
.cart.table-wrapper .col.msrp .price-excluding-tax .price {
  font-size: 1.4rem !important;
}
.greet {
  vertical-align: middle !important;
}
#discount-coupon-form #coupon_code {
  height: 45px;
}
.fotorama__active .fotorama__dot {
  background-color: #009bdf !important;
  border-color: #009bdf !important;
}
.account .columns {
  padding: 0 30px;
}
.opc-estimated-wrapper {
  margin-top: 0;
}
.foodkey {
  border: 1px solid #d4dadb;
  padding: 20px;
  font-size: 13px;
  line-height: 1.25;
}
.foodkey ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.foodkey h4 {
  color: #009bdf;
  margin-bottom: 10px;
}
.foodkey h4 small {
  font-size: 75%;
  font-weight: 300;
  color: #666;
}
.cms-dietmadeforme {
  padding: 0;
}
.cms-dietmadeforme .section-about {
  padding: 40px 0 15px;
  border-bottom: 1px solid #d4dadb;
  margin-bottom: 15px;
}
/*.cms-dietmadeforme .section-prod-cleanse {
  padding: 40px 0;
}*/
.dmfm-hero {
  /*    background-image: url("../images/jens-kreuter-96504-mcc.jpg");
    height: 50%;
    min-height: 500px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;*/
  text-align: center;
  background-color: #fafdfe;
  background-image: url("../images/hero-dmfm.jpg");
  width: 100%;
  height: 90vh;
  max-height: 100vw;
  background-size: cover;
  background-position: bottom center;
  position: relative;
}
.dmfm-logo {
  margin-top: 2vh;
  width: 200px;
  height: auto;
}
.cms-dietmadeforme h2 {
  font-weight: 400;
  font-size: 2.1em;
  line-height: 1;
  margin-bottom: 1em;
  color: #009bdf;
}
.dmfm-hero a {
  color: inherit;
}
.dmfm-hero .fa {
  font-size: 3em;
  margin-top: 30vh;
}
.dmfm-hero-text {
  margin-top: 10vh;
  /*    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);*/
  /* color: white;*/
}
.grid-center {
  float: none;
  margin-right: auto;
  margin-left: auto;
  display: inline-block;
}
.section-prod-cleanse img {
  max-width: 330px;
  width: 100%;
}
.section-about img {
  max-width: 250px;
}
.about-note {
  font-weight: 200;
  font-size: 1.15em;
  font-family: "futura-pt", sans-serif;
  text-align: center;
  text-transform: uppercase;
}
.cms-dietmadeforme .btn {
  -webkit-appearance: none;
  border-radius: 4px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  width: 100%;
  max-width: 400px;
  color: #fff;
  margin: auto;
  display: block;
}
.cms-dietmadeforme .accordion-tabs-minimal .tab-content {
  display: block;
  width: auto;
  float: none;
}
h3.six {
  font-weight: 600;
}
.msgcall {
  text-align: left;
  padding-top: 40px;
}
.msgcall .btn {
  margin: auto 0;
}
.lastcall {
  /*padding-top: 40px;*/
  clear: both;
}
.cms-dietmadeforme .footer-copyright {
  margin-bottom: 10px;
  font-size: 14px;
}
.whats-included {
  display: flex;
  /*margin-bottom: 1em !important;
  line-height: 1.5;
  padding: 0;*/
}
.whats-included-content {
  border: 1px solid #009bdf;
  border-radius: 6px;
  padding: 15px 15px 0;
  margin: 0 5px 30px;
}
.whats-included-content p {
  margin-bottom: 1em;
}
/*@media screen and (min-width: 40em) {
  .whats-included li {
      display: inline;
  }
}*/
.whats-included .mcc-icons {
  width: 85px;
  height: 85px;
  display: block;
  background-position: 0 170px;
  background-size: 85px;
  margin: 0 auto 7px;
}
.whats-included-title {
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.row-center {
  text-align: center;
  margin: auto;
  float: none;
  display: inline-block;
}
/* Grid units */
.grid12-1,
.grid12-2,
.grid12-3,
.grid12-4,
.grid12-5,
.grid12-6,
.grid12-7,
.grid12-8,
.grid12-9,
.grid12-10,
.grid12-11,
.grid12-12,
.grid-full,
.grid-col2-sidebar,
.grid-col2-main {
  display: inline;
  float: left;
  margin-left: 1%;
  margin-right: 1%;
}
/* Basic grid units width */
.grid12-1 {
  width: 6.33%;
}
.grid12-2 {
  width: 14.66%;
}
.grid12-3 {
  width: 23%;
}
.grid12-4 {
  width: 31.33%;
}
.grid12-5 {
  width: 39.67%;
}
.grid12-6 {
  width: 48%;
}
.grid12-7 {
  width: 56.33%;
}
.grid12-8 {
  width: 64.67%;
}
.grid12-9 {
  width: 73%;
}
.grid12-10 {
  width: 81.33%;
}
.grid12-11 {
  width: 89.67%;
}
.grid12-12,
.grid-full {
  width: 98%;
}
@media only screen and (max-width: 767px) {
  /* Grid units below 768px screen size are 100% wide with no margin. Padding compensates lack of margin. */
  .container {
    width: 92%;
    padding-left: 2%;
    padding-right: 2%;
  }
  .nested-container {
    width: 100%;
    margin-left: auto;
  }
  /* Nav container with outline (if nav container has background color).
	   Apply the same vertical margins, as container's side padding. */
  .nav.has-outline > .grid-full {
    margin-top: 2%;
    margin-bottom: 2%;
  }
  /* Below 768px all grid units are stretched (full width) and stack vertically */
  .grid12-1,
  .grid12-2,
  .grid12-3,
  .grid12-4,
  .grid12-5,
  .grid12-6,
  .grid12-7,
  .grid12-8,
  .grid12-9,
  .grid12-10,
  .grid12-11,
  .grid12-12,
  .grid-full,
  .grid-col2-sidebar,
  .grid-col2-main,
  .grid-col3-sidebar,
  .grid-col3-main {
    width: 100% !important;
    /* Added "!important" to override units with "no-gutter" */
    margin-left: 0;
    margin-right: 0;
  }
  /* Vertically aligned grid
	-------------------------------------------------------------- */
  .v-grid-container {
    display: block;
  }
  .v-grid {
    float: inherit;
    display: block;
    width: 100%;
  }
}
.cms-dietmadeforme h1 {
  font-size: 1.7em;
}
.cms-dietmadeforme .column.main {
  max-width: 100%;
  padding: 0;
}
.cms-dietmadeforme .main.container {
  padding-bottom: 0;
  width: 100%;
  max-width: 100%;
}
.cms-dietmadeforme .grid-full {
  width: 100%;
  margin: auto;
}
.cms-dietmadeforme .row-center {
  width: 100%;
  padding: 20px 0;
}
.cms-dietmadeforme .row-center:after,
.cms-dietmadeforme .section-cleanse ul:after {
  content: "";
  display: block;
  clear: both;
}
.cms-dietmadeforme .row-center .row-content {
  max-width: 970px;
  display: block;
  margin: auto;
}
.cms-dietmadeforme .section-pick {
  background: #f0f7f9;
  background: -moz-radial-gradient(center, ellipse cover, #f0f7f9 0%, #d2edf9 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #f0f7f9), color-stop(100%, #d2edf9));
  background: -webkit-radial-gradient(center, ellipse cover, #f0f7f9 0%, #d2edf9 100%);
  background: -o-radial-gradient(center, ellipse cover, #f0f7f9 0%, #d2edf9 100%);
  background: -ms-radial-gradient(center, ellipse cover, #f0f7f9 0%, #d2edf9 100%);
  background: radial-gradient(ellipse at center, #f0f7f9 0%, #d2edf9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f7f9', endColorstr='#d2edf9', GradientType=1);
  position: relative;
  border-top: 1px solid #b9d8e6;
  border-bottom: 1px solid #b9d8e6;
}
.cms-dietmadeforme .section-pick h2 {
  font-weight: 500;
  font-size: 1.75em;
  margin-bottom: 30px;
  border-bottom: 0;
}
.cms-dietmadeforme .section-pick h2 span {
  color: #009bdf;
  display: block;
  font-size: .55em;
}
.cms-dietmadeforme .section-pick h4 {
  font-weight: 500;
  font-size: 1.25em;
  color: inherit;
  margin-top: 0;
}
.cms-dietmadeforme .section-pick p:last-child {
  margin-bottom: 0;
}
.cms-dietmadeforme .section-cleanse li {
  display: inline-block;
  font-size: .9em;
  text-align: center;
}
.cms-dietmadeforme .section-cleanse li.arrow-step {
  position: relative;
}
.cms-dietmadeforme .section-cleanse li.arrow-step::before {
  content: "";
  display: block;
  clear: both;
  width: 40px;
  height: 40px;
  background: url('../images/arrow-step.png') no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 15px;
  left: -30px;
  z-index: 1;
}
.cms-dietmadeforme .section-cleanse li img {
  /*float: left;*/
  /*margin-right: 1em;*/
  margin-bottom: 0.4em;
  max-width: 80px;
}
.cms-dietmadeforme .section-quiz .box-main {
  font-size: 1.15em;
  background: #ffffff url('../images/instaguide-screen2.jpg') no-repeat bottom center;
  background-size: 500px;
}
.cms-dietmadeforme .section-quiz .box-main p {
  margin-top: 227px;
}
.cms-dietmadeforme .section-intro {
  background: #494d4e;
  color: #fff;
  font-size: 1.8em;
  font-weight: 500;
  font-family: "futura-pt", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.cms-dietmadeforme .section-intro .row-center {
  padding: 0;
}
.cms-dietmadeforme .section-customkits {
  margin-top: 1em;
}
.cms-dietmadeforme .section-maintain h2,
.cms-dietmadeforme .section-about h2,
.cms-dietmadeforme .section-customkits h2,
.cms-dietmadeforme .section-as-seen-on h2 {
  font-size: 2em;
}
.cms-dietmadeforme .section-customkits h2 {
  margin-bottom: 0;
}
.cms-dietmadeforme .section-maintain h3,
.cms-dietmadeforme .section-customkits h3 {
  font-size: 1.15em;
  color: #666;
  max-width: 600px;
  margin: 0 auto 1em;
}
.cms-dietmadeforme .category-products-grid {
  margin-bottom: 15px;
}
.cms-dietmadeforme .category-products-grid .item {
  border-color: transparent;
}
.cms-dietmadeforme .section-maintain .row-content,
.cms-dietmadeforme .section-customkits .row-content {
  border-bottom: 1px solid #d4dadb;
  padding-bottom: 15px;
}
.cms-dietmadeforme .section-as-seen-on {
  padding-bottom: 0;
}
.cms-dietmadeforme .section-as-seen-on .row-content {
  max-width: 640px;
  margin: auto;
}
.cms-dietmadeforme .section-customkits .item {
  padding-top: 0;
}
.cms-dietmadeforme .team-kudos {
  box-shadow: none;
  background: #ffffff url(../images/icon-quotes.png) no-repeat 3% 10%;
  background-size: 50px;
  padding: 30px 30px 15px 80px;
  text-align: left;
  width: 44%;
  margin-top: 1.5em;
}
.cms-dietmadeforme .grid-center {
  float: none;
  margin-right: auto;
  margin-left: auto;
  display: inline-block;
}
.cms-dietmadeforme .footer-bottom-container {
  background-color: #3d3d3d;
  clear: both;
  color: #fff;
}
.cms-dietmadeforme .footer-bottom-container p {
  margin-bottom: 8px;
}
.cms-dietmadeforme .footer-bottom-container a {
  color: #fff !important;
}
.cms-dietmadeforme .footer-bottom {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cms-dietmadeforme .footer .item-left {
  float: left;
  margin-right: 20px;
}
.cms-dietmadeforme .footer .item-right {
  float: right;
  margin-left: 20px;
}
.cms-dietmadeforme .footer:after {
  display: block;
  content: "";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  visibility: visible;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  right: 5px;
  bottom: 0;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .cms-dietmadeforme .team-kudos {
    margin-left: 25px;
    background: #ffffff url(../images/icon-quotes.png) no-repeat 3% 10%;
    background-size: 40px;
    border: 1px solid #ccc;
    box-shadow: none;
    border-radius: 10px;
    padding: 25px 25px 25px 65px;
    text-align: left;
    width: 39%;
    margin-top: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .cms-dietmadeforme .section-pick {
    padding: 30px 0;
  }
  .cms-dietmadeforme .section-cleanse {
    margin: 0 !important;
  }
  .cms-dietmadeforme .team-kudos {
    display: none;
    /*width: 81% !important;
    margin-left: 2%;
    margin-right: 2%;*/
  }
  .cms-dietmadeforme .section-cleanse li.arrow-step::before {
    background: none;
    display: none;
    width: 0;
    height: 0;
  }
  .cms-dietmadeforme .whats-included {
    flex-direction: column;
    margin: 0 auto 30px;
  }
  .cms-dietmadeforme .whats-included-content,
  .whats-included-content {
    width: auto !important;
  }
  .cms-dietmadeforme .team-kudos {
    margin: 25px auto;
  }
  .cms-dietmadeforme .section-about .team-photo {
    width: 100%;
  }
  .cms-dietmadeforme .accordion-tabs-minimal .tab-content {
    width: 80%;
    margin: auto;
  }
  .cms-dietmadeforme .accordion-tabs-minimal li.tab-header-and-content {
    margin-top: 20px;
  }
  .cms-dietmadeforme .team-kudos {
    display: inline-block;
    background: none;
    padding: 20px;
    width: 90% !important;
    margin: auto;
    float: left;
    border: none;
    box-shadow: none;
    /* overflow: visible; */
    word-break: break-word;
  }
  .cms-dietmadeforme .row-content {
    padding-right: 20px;
    padding-left: 20px;
  }
  .cms-dietmadeforme h2 {
    font-size: 2em;
    line-height: 1;
  }
  .dmfm-hero-text {
    margin-top: 5vh;
  }
  .cms-dietmadeforme .section-cleanse li {
    margin-bottom: 30px;
  }
  .cms-dietmadeforme .footer-bottom {
    font-size: 13px;
  }
  .cms-dietmadeforme .btn {
    font-size: .9em;
  }
}
.review-title,
.rating-summary .rating-result > span:before {
  color: #009bdf;
}
.block-authentication .block[class] ul {
  margin-top: 8px;
}
.block-authentication .block[class] ul > li {
  margin-bottom: 3px;
}
.box-tocart .paypal:first-of-type {
  margin-top: 0;
}
a.action.action-register.secondary {
  font-size: 1.6rem;
  color: white;
  line-height: 45px;
  height: 45px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  padding-top: 0;
  padding-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .foodkey-container {
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column wrap;
    -moz-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-align-content: space-between;
    -moz-align-content: space-between;
    align-content: flex-start;
    -ms-flex-line-pack: justify;
    height: 2150px;
  }
  .foodkey-container .foodkey {
    width: 42%;
    margin: 0 10px 20px;
  }
}
@media only screen and (max-width: 768px) {
  div.block.block-customer-login {
    clear: both;
    float: left;
    margin-top: 3rem;
  }
  .block-authentication .block-new-customer .actions-toolbar > .primary {
    width: 295px;
  }
  .block-authentication .block-new-customer .actions-toolbar > .primary span {
    margin: auto;
    width: 100%;
  }
  .is-blog .page-wrapper > .breadcrumbs {
    margin-bottom: 0;
  }
  .card-filters {
    flex-flow: row wrap;
    padding-bottom: 0;
  }
  .card-filters .btn-filters {
    margin: .5em 0;
    width: 18%;
  }
  .card {
    margin: 2em auto;
  }
  .card .card-header {
    text-align: center;
  }
  .card .card-image {
    max-height: 180px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
  }
  .columns .column.main,
  .product.data.items {
    width: 100%;
  }
  .product.data.items {
    padding: 0;
    margin: auto;
  }
  .products-grid .product-item {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .recipe .recipe-image {
    height: 100%;
    max-height: 220px;
  }
  .foodkey-container {
    height: 100%;
  }
  .foodkey-container .foodkey {
    width: 90%;
    margin: 20px auto 0;
  }
  .is-blog .columns .column.main {
    padding: 30px;
  }
  .is-blog .columns .sidebar-main {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .cards {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
  }
  .card-filters .btn-filters {
    margin: .5em 0;
    width: 38%;
  }
}
@media only screen and (max-width: 480px) {
  .card-filters .btn-filters {
    width: 100%;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
}
.page-print .logo {
  display: block;
  float: none;
  text-align: left;
}
@media print {
  * {
    -webkit-filter: none !important;
    background: transparent !important;
    color: #1a1a1a !important;
    filter: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline !important;
  }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  .table-wrapper table {
    width: 100%;
    table-layout: fixed;
  }
  .table-wrapper table td {
    width: auto;
  }
  .table-wrapper table > tfoot > tr:first-child {
    border-top: 1px solid #999999;
  }
  .box,
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 1cm;
  }
  .block-content,
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  .block-content {
    page-break-before: avoid;
  }
  .block-title,
  h2,
  h3 {
    page-break-after: avoid;
  }
  .nav-toggle {
    display: none !important;
  }
  .sidebar,
  .nav-sections,
  .header.content > *[class],
  .panel.wrapper > *[class],
  .footer.content > *[class] {
    display: none;
  }
  .logo,
  .footer .copyright {
    display: block !important;
    margin: 10px 0;
  }
  .order-details-items .order-items .order-gift-message:not(.expanded-content) {
    height: auto;
    visibility: visible;
  }
  .column.main {
    float: none !important;
    width: 100% !important;
  }
  .breadcrumbs {
    margin: 0 auto;
    text-align: right;
  }
  .footer.content {
    padding: 0;
  }
  .hidden-print {
    display: none !important;
  }
}
