@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800&display=swap");
@-webkit-keyframes loading {
  0% {
    -webkit-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0); }
  100% {
    -webkit-transform: translateY(-50%) rotate(360deg);
    transform: translateY(-50%) rotate(360deg); } }

@keyframes loading {
  0% {
    -webkit-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0); }
  100% {
    -webkit-transform: translateY(-50%) rotate(360deg);
    transform: translateY(-50%) rotate(360deg); } }

/*================ Mixins ================*/
/*============================================================================
Prefix mixin for generating vendor prefixes.
Based on https://github.com/thoughtbot/bourbon/blob/v4-stable/app/assets/stylesheets/addons/_prefixer.scss

Usage:
// Input:
.element {
    @include prefix(transform, scale(1), ms webkit spec);
}

// Output:
.element {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}
==============================================================================*/
/*================ Media Query Mixin ================*/
/*================ Responsive Show/Hide Helper ================*/
/*================ Responsive Text Alignment Helper ================*/
/**
* Reverse the properties applied by @mixin visually-hidden
*
* Accepts:
* - $position: {String} Positioning method for element
*
* Usage:
* .selector {
*   @include visually-shown(relative);
* }
*/
.aria-description--hidden {
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
  margin-left: -10000px; }

input:focus,
button:focus,
textarea:focus,
select:focus,
details:focus,
[href]:focus,
[tabindex]:not([tabindex="-1"]):focus,
[contenteditable="true"]:focus {
  outline: 2px solid #335c64 !important;
  outline-offset: 1px !important;
  z-index: 99; }

[data-reveal]:focus {
  z-index: 1005 !important; }

input:focus + label {
  outline: 2px solid #335c64 !important;
  outline-offset: 1px !important;
  z-index: 99; }

/* 0 - 480px */
/* 481px - 767px */
/* 768px - 991px */
/* 992px - 1199px */
/* 1200 + */
meta.foundation-version {
  font-family: "/5.5.3/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0; }

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 480px)/";
  width: 0; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:481px)/";
  width: 481px; }

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:481px) and (max-width:767px)/";
  width: 481px; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:768px)/";
  width: 768px; }

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:768px) and (max-width:991px)/";
  width: 768px; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:992px)/";
  width: 992px; }

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:992px) and (max-width:1199px)/";
  width: 992px; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:1200px)/";
  width: 1200px; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

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

html, body {
  font-size: 1rem; }

body {
  background: white;
  color: #4f4f4f;
  cursor: auto;
  font-family: "Archer Grotesque", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative; }

a:hover {
  cursor: pointer; }

img {
  max-width: 100%;
  height: auto; }

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.hide {
  display: none; }

.invisible {
  visibility: hidden; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

.row {
  margin: 0 auto;
  max-width: 80rem;
  width: 100%; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row.collapse > .column,
  .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row .row {
    margin: 0 -0.5rem;
    max-width: none;
    width: auto; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      margin: 0;
      max-width: none;
      width: auto; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }

.column,
.columns {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  width: 100%;
  float: left; }

.column + .column:last-child,
.columns + .column:last-child, .column +
.columns:last-child,
.columns +
.columns:last-child {
  float: right; }

.column + .column.end,
.columns + .column.end, .column +
.columns.end,
.columns +
.columns.end {
  float: left; }

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .small-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    float: left; }
  .small-1 {
    width: 8.33333%; }
  .small-2 {
    width: 16.66667%; }
  .small-3 {
    width: 25%; }
  .small-4 {
    width: 33.33333%; }
  .small-5 {
    width: 41.66667%; }
  .small-6 {
    width: 50%; }
  .small-7 {
    width: 58.33333%; }
  .small-8 {
    width: 66.66667%; }
  .small-9 {
    width: 75%; }
  .small-10 {
    width: 83.33333%; }
  .small-11 {
    width: 91.66667%; }
  .small-12 {
    width: 100%; }
  .small-offset-0 {
    margin-left: 0 !important; }
  .small-offset-1 {
    margin-left: 8.33333% !important; }
  .small-offset-2 {
    margin-left: 16.66667% !important; }
  .small-offset-3 {
    margin-left: 25% !important; }
  .small-offset-4 {
    margin-left: 33.33333% !important; }
  .small-offset-5 {
    margin-left: 41.66667% !important; }
  .small-offset-6 {
    margin-left: 50% !important; }
  .small-offset-7 {
    margin-left: 58.33333% !important; }
  .small-offset-8 {
    margin-left: 66.66667% !important; }
  .small-offset-9 {
    margin-left: 75% !important; }
  .small-offset-10 {
    margin-left: 83.33333% !important; }
  .small-offset-11 {
    margin-left: 91.66667% !important; }
  .small-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.small-uncentered,
  .columns.small-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none; }
  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left; }
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right; }
  .row.small-collapse > .column,
  .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.small-uncollapse > .column,
  .row.small-uncollapse > .columns {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    float: left; } }

@media only screen and (min-width: 481px) {
  .medium-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .medium-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    float: left; }
  .medium-1 {
    width: 8.33333%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-3 {
    width: 25%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-6 {
    width: 50%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-9 {
    width: 75%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-0 {
    margin-left: 0 !important; }
  .medium-offset-1 {
    margin-left: 8.33333% !important; }
  .medium-offset-2 {
    margin-left: 16.66667% !important; }
  .medium-offset-3 {
    margin-left: 25% !important; }
  .medium-offset-4 {
    margin-left: 33.33333% !important; }
  .medium-offset-5 {
    margin-left: 41.66667% !important; }
  .medium-offset-6 {
    margin-left: 50% !important; }
  .medium-offset-7 {
    margin-left: 58.33333% !important; }
  .medium-offset-8 {
    margin-left: 66.66667% !important; }
  .medium-offset-9 {
    margin-left: 75% !important; }
  .medium-offset-10 {
    margin-left: 83.33333% !important; }
  .medium-offset-11 {
    margin-left: 91.66667% !important; }
  .medium-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.medium-uncentered,
  .columns.medium-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none; }
  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left; }
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right; }
  .row.medium-collapse > .column,
  .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.medium-uncollapse > .column,
  .row.medium-uncollapse > .columns {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    float: left; }
  .push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }

@media only screen and (min-width: 768px) {
  .large-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .large-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    float: left; }
  .large-1 {
    width: 8.33333%; }
  .large-2 {
    width: 16.66667%; }
  .large-3 {
    width: 25%; }
  .large-4 {
    width: 33.33333%; }
  .large-5 {
    width: 41.66667%; }
  .large-6 {
    width: 50%; }
  .large-7 {
    width: 58.33333%; }
  .large-8 {
    width: 66.66667%; }
  .large-9 {
    width: 75%; }
  .large-10 {
    width: 83.33333%; }
  .large-11 {
    width: 91.66667%; }
  .large-12 {
    width: 100%; }
  .large-offset-0 {
    margin-left: 0 !important; }
  .large-offset-1 {
    margin-left: 8.33333% !important; }
  .large-offset-2 {
    margin-left: 16.66667% !important; }
  .large-offset-3 {
    margin-left: 25% !important; }
  .large-offset-4 {
    margin-left: 33.33333% !important; }
  .large-offset-5 {
    margin-left: 41.66667% !important; }
  .large-offset-6 {
    margin-left: 50% !important; }
  .large-offset-7 {
    margin-left: 58.33333% !important; }
  .large-offset-8 {
    margin-left: 66.66667% !important; }
  .large-offset-9 {
    margin-left: 75% !important; }
  .large-offset-10 {
    margin-left: 83.33333% !important; }
  .large-offset-11 {
    margin-left: 91.66667% !important; }
  .large-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.large-uncentered,
  .columns.large-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none; }
  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left; }
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right; }
  .row.large-collapse > .column,
  .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.large-uncollapse > .column,
  .row.large-uncollapse > .columns {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    float: left; }
  .push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }

@media only screen and (min-width: 992px) {
  .xlarge-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .xlarge-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .xlarge-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .xlarge-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .xlarge-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .xlarge-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .xlarge-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .xlarge-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .xlarge-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .xlarge-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .xlarge-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .xlarge-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .xlarge-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .xlarge-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .xlarge-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .xlarge-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .xlarge-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .xlarge-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .xlarge-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .xlarge-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .xlarge-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .xlarge-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .xlarge-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .xlarge-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    float: left; }
  .xlarge-1 {
    width: 8.33333%; }
  .xlarge-2 {
    width: 16.66667%; }
  .xlarge-3 {
    width: 25%; }
  .xlarge-4 {
    width: 33.33333%; }
  .xlarge-5 {
    width: 41.66667%; }
  .xlarge-6 {
    width: 50%; }
  .xlarge-7 {
    width: 58.33333%; }
  .xlarge-8 {
    width: 66.66667%; }
  .xlarge-9 {
    width: 75%; }
  .xlarge-10 {
    width: 83.33333%; }
  .xlarge-11 {
    width: 91.66667%; }
  .xlarge-12 {
    width: 100%; }
  .xlarge-offset-0 {
    margin-left: 0 !important; }
  .xlarge-offset-1 {
    margin-left: 8.33333% !important; }
  .xlarge-offset-2 {
    margin-left: 16.66667% !important; }
  .xlarge-offset-3 {
    margin-left: 25% !important; }
  .xlarge-offset-4 {
    margin-left: 33.33333% !important; }
  .xlarge-offset-5 {
    margin-left: 41.66667% !important; }
  .xlarge-offset-6 {
    margin-left: 50% !important; }
  .xlarge-offset-7 {
    margin-left: 58.33333% !important; }
  .xlarge-offset-8 {
    margin-left: 66.66667% !important; }
  .xlarge-offset-9 {
    margin-left: 75% !important; }
  .xlarge-offset-10 {
    margin-left: 83.33333% !important; }
  .xlarge-offset-11 {
    margin-left: 91.66667% !important; }
  .xlarge-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.xlarge-centered,
  .columns.xlarge-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.xlarge-uncentered,
  .columns.xlarge-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .column.xlarge-centered:last-child,
  .columns.xlarge-centered:last-child {
    float: none; }
  .column.xlarge-uncentered:last-child,
  .columns.xlarge-uncentered:last-child {
    float: left; }
  .column.xlarge-uncentered.opposite,
  .columns.xlarge-uncentered.opposite {
    float: right; }
  .row.xlarge-collapse > .column,
  .row.xlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.xlarge-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.xlarge-uncollapse > .column,
  .row.xlarge-uncollapse > .columns {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    float: left; } }

@media only screen and (min-width: 1200px) {
  .xxlarge-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .xxlarge-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .xxlarge-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .xxlarge-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .xxlarge-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .xxlarge-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .xxlarge-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .xxlarge-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .xxlarge-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .xxlarge-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .xxlarge-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .xxlarge-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .xxlarge-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .xxlarge-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .xxlarge-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .xxlarge-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .xxlarge-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .xxlarge-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .xxlarge-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .xxlarge-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .xxlarge-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .xxlarge-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .xxlarge-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .xxlarge-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    float: left; }
  .xxlarge-1 {
    width: 8.33333%; }
  .xxlarge-2 {
    width: 16.66667%; }
  .xxlarge-3 {
    width: 25%; }
  .xxlarge-4 {
    width: 33.33333%; }
  .xxlarge-5 {
    width: 41.66667%; }
  .xxlarge-6 {
    width: 50%; }
  .xxlarge-7 {
    width: 58.33333%; }
  .xxlarge-8 {
    width: 66.66667%; }
  .xxlarge-9 {
    width: 75%; }
  .xxlarge-10 {
    width: 83.33333%; }
  .xxlarge-11 {
    width: 91.66667%; }
  .xxlarge-12 {
    width: 100%; }
  .xxlarge-offset-0 {
    margin-left: 0 !important; }
  .xxlarge-offset-1 {
    margin-left: 8.33333% !important; }
  .xxlarge-offset-2 {
    margin-left: 16.66667% !important; }
  .xxlarge-offset-3 {
    margin-left: 25% !important; }
  .xxlarge-offset-4 {
    margin-left: 33.33333% !important; }
  .xxlarge-offset-5 {
    margin-left: 41.66667% !important; }
  .xxlarge-offset-6 {
    margin-left: 50% !important; }
  .xxlarge-offset-7 {
    margin-left: 58.33333% !important; }
  .xxlarge-offset-8 {
    margin-left: 66.66667% !important; }
  .xxlarge-offset-9 {
    margin-left: 75% !important; }
  .xxlarge-offset-10 {
    margin-left: 83.33333% !important; }
  .xxlarge-offset-11 {
    margin-left: 91.66667% !important; }
  .xxlarge-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.xxlarge-centered,
  .columns.xxlarge-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.xxlarge-uncentered,
  .columns.xxlarge-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .column.xxlarge-centered:last-child,
  .columns.xxlarge-centered:last-child {
    float: none; }
  .column.xxlarge-uncentered:last-child,
  .columns.xxlarge-uncentered:last-child {
    float: left; }
  .column.xxlarge-uncentered.opposite,
  .columns.xxlarge-uncentered.opposite {
    float: right; }
  .row.xxlarge-collapse > .column,
  .row.xxlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.xxlarge-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.xxlarge-uncollapse > .column,
  .row.xxlarge-uncollapse > .columns {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    float: left; } }

.alert-box {
  border-style: none;
  border-width: 1px;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 1px;
  padding: 0.73333rem 1.13333rem 0.73333rem 1.13333rem;
  position: relative;
  transition: opacity 300ms ease-out;
  background-color: #4f4f4f;
  border-color: #4f4f4f;
  color: #4f4f4f; }
  .alert-box .close {
    right: 0.26667rem;
    background: inherit;
    color: #4f4f4f;
    font-size: 1.46667rem;
    line-height: .9;
    margin-top: -0.73333rem;
    opacity: 0.3;
    padding: 0 6px 4px;
    position: absolute;
    top: 50%; }
    .alert-box .close:hover, .alert-box .close:focus {
      opacity: 0.5; }
  .alert-box.radius {
    border-radius: 0; }
  .alert-box.round {
    border-radius: 1000px; }
  .alert-box.success {
    background-color: #7ca386;
    border-color: #7ca386;
    color: #4f4f4f; }
  .alert-box.alert {
    background-color: #ff7d7d;
    border-color: #ff7d7d;
    color: white; }
  .alert-box.secondary {
    background-color: #e7e7e7;
    border-color: #e7e7e7;
    color: white; }
  .alert-box.warning {
    background-color: #f08a24;
    border-color: #f08a24;
    color: #4f4f4f; }
  .alert-box.info {
    background-color: #a0d3e8;
    border-color: #a0d3e8;
    color: white; }
  .alert-box.alert-close {
    opacity: 0; }

[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.66667rem; }
  [class*="block-grid-"]:before, [class*="block-grid-"]:after {
    content: " ";
    display: table; }
  [class*="block-grid-"]:after {
    clear: both; }
  [class*="block-grid-"] > li {
    display: block;
    float: left;
    height: auto;
    padding: 0 0.66667rem 1.33333rem; }

@media only screen {
  .small-block-grid-1 > li {
    list-style: none;
    width: 100%; }
    .small-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .small-block-grid-2 > li {
    list-style: none;
    width: 50%; }
    .small-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .small-block-grid-3 > li {
    list-style: none;
    width: 33.33333%; }
    .small-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .small-block-grid-4 > li {
    list-style: none;
    width: 25%; }
    .small-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .small-block-grid-5 > li {
    list-style: none;
    width: 20%; }
    .small-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .small-block-grid-6 > li {
    list-style: none;
    width: 16.66667%; }
    .small-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .small-block-grid-7 > li {
    list-style: none;
    width: 14.28571%; }
    .small-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .small-block-grid-8 > li {
    list-style: none;
    width: 12.5%; }
    .small-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .small-block-grid-9 > li {
    list-style: none;
    width: 11.11111%; }
    .small-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .small-block-grid-10 > li {
    list-style: none;
    width: 10%; }
    .small-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .small-block-grid-11 > li {
    list-style: none;
    width: 9.09091%; }
    .small-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .small-block-grid-12 > li {
    list-style: none;
    width: 8.33333%; }
    .small-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

@media only screen and (min-width: 481px) {
  .medium-block-grid-1 > li {
    list-style: none;
    width: 100%; }
    .medium-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .medium-block-grid-2 > li {
    list-style: none;
    width: 50%; }
    .medium-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .medium-block-grid-3 > li {
    list-style: none;
    width: 33.33333%; }
    .medium-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .medium-block-grid-4 > li {
    list-style: none;
    width: 25%; }
    .medium-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .medium-block-grid-5 > li {
    list-style: none;
    width: 20%; }
    .medium-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .medium-block-grid-6 > li {
    list-style: none;
    width: 16.66667%; }
    .medium-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .medium-block-grid-7 > li {
    list-style: none;
    width: 14.28571%; }
    .medium-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .medium-block-grid-8 > li {
    list-style: none;
    width: 12.5%; }
    .medium-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .medium-block-grid-9 > li {
    list-style: none;
    width: 11.11111%; }
    .medium-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .medium-block-grid-10 > li {
    list-style: none;
    width: 10%; }
    .medium-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .medium-block-grid-11 > li {
    list-style: none;
    width: 9.09091%; }
    .medium-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .medium-block-grid-12 > li {
    list-style: none;
    width: 8.33333%; }
    .medium-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

@media only screen and (min-width: 768px) {
  .large-block-grid-1 > li {
    list-style: none;
    width: 100%; }
    .large-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .large-block-grid-2 > li {
    list-style: none;
    width: 50%; }
    .large-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .large-block-grid-3 > li {
    list-style: none;
    width: 33.33333%; }
    .large-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .large-block-grid-4 > li {
    list-style: none;
    width: 25%; }
    .large-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .large-block-grid-5 > li {
    list-style: none;
    width: 20%; }
    .large-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .large-block-grid-6 > li {
    list-style: none;
    width: 16.66667%; }
    .large-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .large-block-grid-7 > li {
    list-style: none;
    width: 14.28571%; }
    .large-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .large-block-grid-8 > li {
    list-style: none;
    width: 12.5%; }
    .large-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .large-block-grid-9 > li {
    list-style: none;
    width: 11.11111%; }
    .large-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .large-block-grid-10 > li {
    list-style: none;
    width: 10%; }
    .large-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .large-block-grid-11 > li {
    list-style: none;
    width: 9.09091%; }
    .large-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .large-block-grid-12 > li {
    list-style: none;
    width: 8.33333%; }
    .large-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

.breadcrumbs {
  border-style: solid;
  border-width: 1px;
  display: block;
  list-style: none;
  margin-left: 0;
  overflow: hidden;
  padding: 0.6rem 0.93333rem 0.6rem;
  background-color: #f4f4f4;
  border-color: gainsboro;
  border-radius: 4px; }
  .breadcrumbs > * {
    color: #989898;
    float: left;
    font-size: 13px;
    line-height: 13px;
    margin: 0;
    text-transform: uppercase; }
    .breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
      text-decoration: underline; }
    .breadcrumbs > * a {
      color: #989898; }
    .breadcrumbs > *.current {
      color: #989898;
      cursor: default; }
      .breadcrumbs > *.current a {
        color: #989898;
        cursor: default; }
      .breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a {
        text-decoration: none; }
    .breadcrumbs > *.unavailable {
      color: #a5a5a5; }
      .breadcrumbs > *.unavailable a {
        color: #a5a5a5; }
      .breadcrumbs > *.unavailable:hover,
      .breadcrumbs > *.unavailable:hover a, .breadcrumbs > *.unavailable:focus,
      .breadcrumbs > *.unavailable a:focus {
        color: #a5a5a5;
        cursor: not-allowed;
        text-decoration: none; }
    .breadcrumbs > *:before {
      color: #989898;
      content: "/";
      margin: 0 0.8rem;
      position: relative;
      top: 1px; }
    .breadcrumbs > *:first-child:before {
      content: " ";
      margin: 0; }

/* Accessibility - hides the forward slash */
[aria-label="breadcrumbs"] [aria-hidden="true"]:after {
  content: "/"; }

button, .button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: "Archer Grotesque", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 1rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 1.06667rem 2.13333rem 1.13333rem 2.13333rem;
  font-size: 1.06667rem;
  background-color: #4f4f4f;
  border-color: #3f3f3f;
  color: #FFFFFF;
  transition: background-color 300ms ease-out; }
  button:hover, button:focus, .button:hover, .button:focus {
    background-color: #3f3f3f; }
  button:hover, button:focus, .button:hover, .button:focus {
    color: #FFFFFF; }
  button.secondary, .button.secondary {
    background-color: #e7e7e7;
    border-color: #b9b9b9;
    color: #333333; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      background-color: #b9b9b9; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      color: #333333; }
  button.success, .button.success {
    background-color: #7ca386;
    border-color: #5f8769;
    color: #FFFFFF; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      background-color: #5f8769; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      color: #FFFFFF; }
  button.alert, .button.alert {
    background-color: #ff7d7d;
    border-color: #ff3131;
    color: #333333; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      background-color: #ff3131; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      color: #FFFFFF; }
  button.warning, .button.warning {
    background-color: #f08a24;
    border-color: #cf6e0e;
    color: #FFFFFF; }
    button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
      background-color: #cf6e0e; }
    button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
      color: #FFFFFF; }
  button.info, .button.info {
    background-color: #a0d3e8;
    border-color: #61b6d9;
    color: #333333; }
    button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
      background-color: #61b6d9; }
    button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
      color: #FFFFFF; }
  button.large, .button.large {
    padding: 1.2rem 2.4rem 1.26667rem 2.4rem;
    font-size: 1.33333rem; }
  button.small, .button.small {
    padding: 0.93333rem 1.86667rem 1rem 1.86667rem;
    font-size: 0.86667rem; }
  button.tiny, .button.tiny {
    padding: 0.66667rem 1.33333rem 0.73333rem 1.33333rem;
    font-size: 0.73333rem; }
  button.expand, .button.expand {
    padding: 1.06667rem 2.13333rem 1.13333rem 2.13333rem;
    font-size: 1.06667rem;
    padding-bottom: 1.13333rem;
    padding-top: 1.06667rem;
    padding-left: 1.06667rem;
    padding-right: 1.06667rem;
    width: 100%; }
  button.left-align, .button.left-align {
    text-align: left;
    text-indent: 0.8rem; }
  button.right-align, .button.right-align {
    text-align: right;
    padding-right: 0.8rem; }
  button.radius, .button.radius {
    border-radius: 4px; }
  button.round, .button.round {
    border-radius: 1000px; }
  button.disabled, button[disabled], .button.disabled, .button[disabled] {
    background-color: #4f4f4f;
    border-color: #3f3f3f;
    color: #FFFFFF;
    box-shadow: none;
    cursor: default;
    opacity: 0.7; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #3f3f3f; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      color: #FFFFFF; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #4f4f4f; }
    button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
      background-color: #e7e7e7;
      border-color: #b9b9b9;
      color: #333333;
      box-shadow: none;
      cursor: default;
      opacity: 0.7; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #b9b9b9; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        color: #333333; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #e7e7e7; }
    button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
      background-color: #7ca386;
      border-color: #5f8769;
      color: #FFFFFF;
      box-shadow: none;
      cursor: default;
      opacity: 0.7; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #5f8769; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        color: #FFFFFF; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #7ca386; }
    button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
      background-color: #ff7d7d;
      border-color: #ff3131;
      color: #333333;
      box-shadow: none;
      cursor: default;
      opacity: 0.7; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #ff3131; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        color: #FFFFFF; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #ff7d7d; }
    button.disabled.warning, button[disabled].warning, .button.disabled.warning, .button[disabled].warning {
      background-color: #f08a24;
      border-color: #cf6e0e;
      color: #FFFFFF;
      box-shadow: none;
      cursor: default;
      opacity: 0.7; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #cf6e0e; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        color: #FFFFFF; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #f08a24; }
    button.disabled.info, button[disabled].info, .button.disabled.info, .button[disabled].info {
      background-color: #a0d3e8;
      border-color: #61b6d9;
      color: #333333;
      box-shadow: none;
      cursor: default;
      opacity: 0.7; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        background-color: #61b6d9; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        color: #FFFFFF; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        background-color: #a0d3e8; }

button::-moz-focus-inner {
  border: 0;
  padding: 0; }

@media only screen and (min-width: 481px) {
  button, .button {
    display: inline-block; } }

.button-group {
  list-style: none;
  margin: 0;
  left: 0; }
  .button-group:before, .button-group:after {
    content: " ";
    display: table; }
  .button-group:after {
    clear: both; }
  .button-group.even-2 li {
    display: inline-block;
    margin: 0 -2px;
    width: 50%; }
    .button-group.even-2 li > button, .button-group.even-2 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-2 li:first-child button, .button-group.even-2 li:first-child .button {
      border-left: 0; }
    .button-group.even-2 li button, .button-group.even-2 li .button {
      width: 100%; }
  .button-group.even-3 li {
    display: inline-block;
    margin: 0 -2px;
    width: 33.33333%; }
    .button-group.even-3 li > button, .button-group.even-3 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-3 li:first-child button, .button-group.even-3 li:first-child .button {
      border-left: 0; }
    .button-group.even-3 li button, .button-group.even-3 li .button {
      width: 100%; }
  .button-group.even-4 li {
    display: inline-block;
    margin: 0 -2px;
    width: 25%; }
    .button-group.even-4 li > button, .button-group.even-4 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-4 li:first-child button, .button-group.even-4 li:first-child .button {
      border-left: 0; }
    .button-group.even-4 li button, .button-group.even-4 li .button {
      width: 100%; }
  .button-group.even-5 li {
    display: inline-block;
    margin: 0 -2px;
    width: 20%; }
    .button-group.even-5 li > button, .button-group.even-5 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-5 li:first-child button, .button-group.even-5 li:first-child .button {
      border-left: 0; }
    .button-group.even-5 li button, .button-group.even-5 li .button {
      width: 100%; }
  .button-group.even-6 li {
    display: inline-block;
    margin: 0 -2px;
    width: 16.66667%; }
    .button-group.even-6 li > button, .button-group.even-6 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-6 li:first-child button, .button-group.even-6 li:first-child .button {
      border-left: 0; }
    .button-group.even-6 li button, .button-group.even-6 li .button {
      width: 100%; }
  .button-group.even-7 li {
    display: inline-block;
    margin: 0 -2px;
    width: 14.28571%; }
    .button-group.even-7 li > button, .button-group.even-7 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-7 li:first-child button, .button-group.even-7 li:first-child .button {
      border-left: 0; }
    .button-group.even-7 li button, .button-group.even-7 li .button {
      width: 100%; }
  .button-group.even-8 li {
    display: inline-block;
    margin: 0 -2px;
    width: 12.5%; }
    .button-group.even-8 li > button, .button-group.even-8 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-8 li:first-child button, .button-group.even-8 li:first-child .button {
      border-left: 0; }
    .button-group.even-8 li button, .button-group.even-8 li .button {
      width: 100%; }
  .button-group > li {
    display: inline-block;
    margin: 0 -2px; }
    .button-group > li > button, .button-group > li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group > li:first-child button, .button-group > li:first-child .button {
      border-left: 0; }
  .button-group.stack > li {
    display: block;
    margin: 0;
    float: none; }
    .button-group.stack > li > button, .button-group.stack > li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.stack > li:first-child button, .button-group.stack > li:first-child .button {
      border-left: 0; }
    .button-group.stack > li > button, .button-group.stack > li .button {
      border-color: rgba(255, 255, 255, 0.5);
      border-left-width: 0;
      border-top: 1px solid;
      display: block;
      margin: 0; }
    .button-group.stack > li > button {
      width: 100%; }
    .button-group.stack > li:first-child button, .button-group.stack > li:first-child .button {
      border-top: 0; }
  .button-group.stack-for-small > li {
    display: inline-block;
    margin: 0 -2px; }
    .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
      border-left: 0; }
    @media only screen and (max-width: 480px) {
      .button-group.stack-for-small > li {
        display: block;
        margin: 0;
        width: 100%; }
        .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
          border-left: 1px solid;
          border-color: rgba(255, 255, 255, 0.5); }
        .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
          border-left: 0; }
        .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
          border-color: rgba(255, 255, 255, 0.5);
          border-left-width: 0;
          border-top: 1px solid;
          display: block;
          margin: 0; }
        .button-group.stack-for-small > li > button {
          width: 100%; }
        .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
          border-top: 0; } }
  .button-group.radius > * {
    display: inline-block;
    margin: 0 -2px; }
    .button-group.radius > * > button, .button-group.radius > * .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.radius > *:first-child button, .button-group.radius > *:first-child .button {
      border-left: 0; }
    .button-group.radius > *,
    .button-group.radius > * > a,
    .button-group.radius > * > button,
    .button-group.radius > * > .button {
      border-radius: 0; }
    .button-group.radius > *:first-child,
    .button-group.radius > *:first-child > a,
    .button-group.radius > *:first-child > button,
    .button-group.radius > *:first-child > .button {
      -webkit-border-bottom-left-radius: 4px;
      -webkit-border-top-left-radius: 4px;
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .button-group.radius > *:last-child,
    .button-group.radius > *:last-child > a,
    .button-group.radius > *:last-child > button,
    .button-group.radius > *:last-child > .button {
      -webkit-border-bottom-right-radius: 4px;
      -webkit-border-top-right-radius: 4px;
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px; }
  .button-group.radius.stack > * {
    display: block;
    margin: 0; }
    .button-group.radius.stack > * > button, .button-group.radius.stack > * .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.radius.stack > *:first-child button, .button-group.radius.stack > *:first-child .button {
      border-left: 0; }
    .button-group.radius.stack > * > button, .button-group.radius.stack > * .button {
      border-color: rgba(255, 255, 255, 0.5);
      border-left-width: 0;
      border-top: 1px solid;
      display: block;
      margin: 0; }
    .button-group.radius.stack > * > button {
      width: 100%; }
    .button-group.radius.stack > *:first-child button, .button-group.radius.stack > *:first-child .button {
      border-top: 0; }
    .button-group.radius.stack > *,
    .button-group.radius.stack > * > a,
    .button-group.radius.stack > * > button,
    .button-group.radius.stack > * > .button {
      border-radius: 0; }
    .button-group.radius.stack > *:first-child,
    .button-group.radius.stack > *:first-child > a,
    .button-group.radius.stack > *:first-child > button,
    .button-group.radius.stack > *:first-child > .button {
      -webkit-top-left-radius: 4px;
      -webkit-top-right-radius: 4px;
      border-top-left-radius: 4px;
      border-top-right-radius: 4px; }
    .button-group.radius.stack > *:last-child,
    .button-group.radius.stack > *:last-child > a,
    .button-group.radius.stack > *:last-child > button,
    .button-group.radius.stack > *:last-child > .button {
      -webkit-bottom-left-radius: 4px;
      -webkit-bottom-right-radius: 4px;
      border-bottom-left-radius: 4px;
      border-bottom-right-radius: 4px; }
  @media only screen and (min-width: 481px) {
    .button-group.radius.stack-for-small > * {
      display: inline-block;
      margin: 0 -2px; }
      .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5); }
      .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
        border-left: 0; }
      .button-group.radius.stack-for-small > *,
      .button-group.radius.stack-for-small > * > a,
      .button-group.radius.stack-for-small > * > button,
      .button-group.radius.stack-for-small > * > .button {
        border-radius: 0; }
      .button-group.radius.stack-for-small > *:first-child,
      .button-group.radius.stack-for-small > *:first-child > a,
      .button-group.radius.stack-for-small > *:first-child > button,
      .button-group.radius.stack-for-small > *:first-child > .button {
        -webkit-border-bottom-left-radius: 4px;
        -webkit-border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        border-top-left-radius: 4px; }
      .button-group.radius.stack-for-small > *:last-child,
      .button-group.radius.stack-for-small > *:last-child > a,
      .button-group.radius.stack-for-small > *:last-child > button,
      .button-group.radius.stack-for-small > *:last-child > .button {
        -webkit-border-bottom-right-radius: 4px;
        -webkit-border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        border-top-right-radius: 4px; } }
  @media only screen and (max-width: 480px) {
    .button-group.radius.stack-for-small > * {
      display: block;
      margin: 0; }
      .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5); }
      .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
        border-left: 0; }
      .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
        border-color: rgba(255, 255, 255, 0.5);
        border-left-width: 0;
        border-top: 1px solid;
        display: block;
        margin: 0; }
      .button-group.radius.stack-for-small > * > button {
        width: 100%; }
      .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
        border-top: 0; }
      .button-group.radius.stack-for-small > *,
      .button-group.radius.stack-for-small > * > a,
      .button-group.radius.stack-for-small > * > button,
      .button-group.radius.stack-for-small > * > .button {
        border-radius: 0; }
      .button-group.radius.stack-for-small > *:first-child,
      .button-group.radius.stack-for-small > *:first-child > a,
      .button-group.radius.stack-for-small > *:first-child > button,
      .button-group.radius.stack-for-small > *:first-child > .button {
        -webkit-top-left-radius: 4px;
        -webkit-top-right-radius: 4px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px; }
      .button-group.radius.stack-for-small > *:last-child,
      .button-group.radius.stack-for-small > *:last-child > a,
      .button-group.radius.stack-for-small > *:last-child > button,
      .button-group.radius.stack-for-small > *:last-child > .button {
        -webkit-bottom-left-radius: 4px;
        -webkit-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px; } }
  .button-group.round > * {
    display: inline-block;
    margin: 0 -2px; }
    .button-group.round > * > button, .button-group.round > * .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.round > *:first-child button, .button-group.round > *:first-child .button {
      border-left: 0; }
    .button-group.round > *,
    .button-group.round > * > a,
    .button-group.round > * > button,
    .button-group.round > * > .button {
      border-radius: 0; }
    .button-group.round > *:first-child,
    .button-group.round > *:first-child > a,
    .button-group.round > *:first-child > button,
    .button-group.round > *:first-child > .button {
      -webkit-border-bottom-left-radius: 1000px;
      -webkit-border-top-left-radius: 1000px;
      border-bottom-left-radius: 1000px;
      border-top-left-radius: 1000px; }
    .button-group.round > *:last-child,
    .button-group.round > *:last-child > a,
    .button-group.round > *:last-child > button,
    .button-group.round > *:last-child > .button {
      -webkit-border-bottom-right-radius: 1000px;
      -webkit-border-top-right-radius: 1000px;
      border-bottom-right-radius: 1000px;
      border-top-right-radius: 1000px; }
  .button-group.round.stack > * {
    display: block;
    margin: 0; }
    .button-group.round.stack > * > button, .button-group.round.stack > * .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child .button {
      border-left: 0; }
    .button-group.round.stack > * > button, .button-group.round.stack > * .button {
      border-color: rgba(255, 255, 255, 0.5);
      border-left-width: 0;
      border-top: 1px solid;
      display: block;
      margin: 0; }
    .button-group.round.stack > * > button {
      width: 100%; }
    .button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child .button {
      border-top: 0; }
    .button-group.round.stack > *,
    .button-group.round.stack > * > a,
    .button-group.round.stack > * > button,
    .button-group.round.stack > * > .button {
      border-radius: 0; }
    .button-group.round.stack > *:first-child,
    .button-group.round.stack > *:first-child > a,
    .button-group.round.stack > *:first-child > button,
    .button-group.round.stack > *:first-child > .button {
      -webkit-top-left-radius: 1.06667rem;
      -webkit-top-right-radius: 1.06667rem;
      border-top-left-radius: 1.06667rem;
      border-top-right-radius: 1.06667rem; }
    .button-group.round.stack > *:last-child,
    .button-group.round.stack > *:last-child > a,
    .button-group.round.stack > *:last-child > button,
    .button-group.round.stack > *:last-child > .button {
      -webkit-bottom-left-radius: 1.06667rem;
      -webkit-bottom-right-radius: 1.06667rem;
      border-bottom-left-radius: 1.06667rem;
      border-bottom-right-radius: 1.06667rem; }
  @media only screen and (min-width: 481px) {
    .button-group.round.stack-for-small > * {
      display: inline-block;
      margin: 0 -2px; }
      .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5); }
      .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
        border-left: 0; }
      .button-group.round.stack-for-small > *,
      .button-group.round.stack-for-small > * > a,
      .button-group.round.stack-for-small > * > button,
      .button-group.round.stack-for-small > * > .button {
        border-radius: 0; }
      .button-group.round.stack-for-small > *:first-child,
      .button-group.round.stack-for-small > *:first-child > a,
      .button-group.round.stack-for-small > *:first-child > button,
      .button-group.round.stack-for-small > *:first-child > .button {
        -webkit-border-bottom-left-radius: 1000px;
        -webkit-border-top-left-radius: 1000px;
        border-bottom-left-radius: 1000px;
        border-top-left-radius: 1000px; }
      .button-group.round.stack-for-small > *:last-child,
      .button-group.round.stack-for-small > *:last-child > a,
      .button-group.round.stack-for-small > *:last-child > button,
      .button-group.round.stack-for-small > *:last-child > .button {
        -webkit-border-bottom-right-radius: 1000px;
        -webkit-border-top-right-radius: 1000px;
        border-bottom-right-radius: 1000px;
        border-top-right-radius: 1000px; } }
  @media only screen and (max-width: 480px) {
    .button-group.round.stack-for-small > * {
      display: block;
      margin: 0; }
      .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5); }
      .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
        border-left: 0; }
      .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
        border-color: rgba(255, 255, 255, 0.5);
        border-left-width: 0;
        border-top: 1px solid;
        display: block;
        margin: 0; }
      .button-group.round.stack-for-small > * > button {
        width: 100%; }
      .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
        border-top: 0; }
      .button-group.round.stack-for-small > *,
      .button-group.round.stack-for-small > * > a,
      .button-group.round.stack-for-small > * > button,
      .button-group.round.stack-for-small > * > .button {
        border-radius: 0; }
      .button-group.round.stack-for-small > *:first-child,
      .button-group.round.stack-for-small > *:first-child > a,
      .button-group.round.stack-for-small > *:first-child > button,
      .button-group.round.stack-for-small > *:first-child > .button {
        -webkit-top-left-radius: 1.06667rem;
        -webkit-top-right-radius: 1.06667rem;
        border-top-left-radius: 1.06667rem;
        border-top-right-radius: 1.06667rem; }
      .button-group.round.stack-for-small > *:last-child,
      .button-group.round.stack-for-small > *:last-child > a,
      .button-group.round.stack-for-small > *:last-child > button,
      .button-group.round.stack-for-small > *:last-child > .button {
        -webkit-bottom-left-radius: 1.06667rem;
        -webkit-bottom-right-radius: 1.06667rem;
        border-bottom-left-radius: 1.06667rem;
        border-bottom-right-radius: 1.06667rem; } }

.button-bar:before, .button-bar:after {
  content: " ";
  display: table; }

.button-bar:after {
  clear: both; }

.button-bar .button-group {
  float: left;
  margin-right: 0.66667rem; }
  .button-bar .button-group div {
    overflow: hidden; }

/* Clearing Styles */
.clearing-thumbs, [data-clearing] {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0; }
  .clearing-thumbs:before, .clearing-thumbs:after, [data-clearing]:before, [data-clearing]:after {
    content: " ";
    display: table; }
  .clearing-thumbs:after, [data-clearing]:after {
    clear: both; }
  .clearing-thumbs li, [data-clearing] li {
    float: left;
    margin-right: 10px; }
  .clearing-thumbs[class*="block-grid-"] li, [data-clearing][class*="block-grid-"] li {
    margin-right: 0; }

.clearing-blackout {
  background: #333333;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 998;
  left: 0; }
  .clearing-blackout .clearing-close {
    display: block; }

.clearing-container {
  height: 100%;
  margin: 0;
  overflow: hidden;
  position: relative;
  z-index: 998; }

.clearing-touch-label {
  color: #AAAAAA;
  font-size: .6em;
  left: 50%;
  position: absolute;
  top: 50%; }

.visible-img {
  height: 95%;
  position: relative; }
  .visible-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    max-height: 100%;
    max-width: 100%; }

.clearing-caption {
  background: #333333;
  bottom: 0;
  color: #CCCCCC;
  font-size: 0.875em;
  line-height: 1.3;
  margin-bottom: 0;
  padding: 10px 30px 20px;
  position: absolute;
  text-align: center;
  width: 100%;
  left: 0; }

.clearing-close {
  color: #CCCCCC;
  display: none;
  font-size: 30px;
  line-height: 1;
  padding-left: 20px;
  padding-top: 10px;
  z-index: 999; }
  .clearing-close:hover, .clearing-close:focus {
    color: #CCCCCC; }

.clearing-assembled .clearing-container {
  height: 100%; }
  .clearing-assembled .clearing-container .carousel > ul {
    display: none; }

.clearing-feature li {
  display: none; }
  .clearing-feature li.clearing-featured-img {
    display: block; }

@media only screen and (min-width: 481px) {
  .clearing-main-prev,
  .clearing-main-next {
    height: 100%;
    position: absolute;
    top: 0;
    width: 40px; }
    .clearing-main-prev > span,
    .clearing-main-next > span {
      border: solid 12px;
      display: block;
      height: 0;
      position: absolute;
      top: 50%;
      width: 0; }
      .clearing-main-prev > span:hover,
      .clearing-main-next > span:hover {
        opacity: .8; }
  .clearing-main-prev {
    left: 0; }
    .clearing-main-prev > span {
      left: 5px;
      border-color: transparent;
      border-right-color: #CCCCCC; }
  .clearing-main-next {
    right: 0; }
    .clearing-main-next > span {
      border-color: transparent;
      border-left-color: #CCCCCC; }
  .clearing-main-prev.disabled,
  .clearing-main-next.disabled {
    opacity: .3; }
  .clearing-assembled .clearing-container .carousel {
    background: rgba(51, 51, 51, 0.8);
    height: 120px;
    margin-top: 10px;
    text-align: center; }
    .clearing-assembled .clearing-container .carousel > ul {
      display: inline-block;
      z-index: 999;
      height: 100%;
      position: relative;
      float: none; }
      .clearing-assembled .clearing-container .carousel > ul li {
        clear: none;
        cursor: pointer;
        display: block;
        float: left;
        margin-right: 0;
        min-height: inherit;
        opacity: .4;
        overflow: hidden;
        padding: 0;
        position: relative;
        width: 120px; }
        .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
          height: 100%;
          max-width: none; }
        .clearing-assembled .clearing-container .carousel > ul li a.th {
          border: none;
          box-shadow: none;
          display: block; }
        .clearing-assembled .clearing-container .carousel > ul li img {
          cursor: pointer !important;
          width: 100% !important; }
        .clearing-assembled .clearing-container .carousel > ul li.visible {
          opacity: 1; }
        .clearing-assembled .clearing-container .carousel > ul li:hover {
          opacity: .8; }
  .clearing-assembled .clearing-container .visible-img {
    background: #333333;
    height: 85%;
    overflow: hidden; }
  .clearing-close {
    padding-left: 0;
    padding-top: 0;
    position: absolute;
    top: 10px;
    right: 20px; } }

/* Foundation Dropdowns */
.f-dropdown {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #e8e8e8;
  border: solid 1px #cccccc;
  font-size: 1rem;
  height: auto;
  max-height: none;
  width: 100%;
  z-index: 89;
  margin-top: 2px;
  max-width: 200px; }
  .f-dropdown.open {
    display: block; }
  .f-dropdown > *:first-child {
    margin-top: 0; }
  .f-dropdown > *:last-child {
    margin-bottom: 0; }
  .f-dropdown:before {
    border: inset 6px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent #FFFFFF transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -12px;
    left: 10px;
    z-index: 89; }
  .f-dropdown:after {
    border: inset 7px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent #cccccc transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -14px;
    left: 9px;
    z-index: 88; }
  .f-dropdown.right:before {
    left: auto;
    right: 10px; }
  .f-dropdown.right:after {
    left: auto;
    right: 9px; }
  .f-dropdown.drop-right {
    display: none;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    position: absolute;
    background: #e8e8e8;
    border: solid 1px #cccccc;
    font-size: 1rem;
    height: auto;
    max-height: none;
    width: 100%;
    z-index: 89;
    margin-top: 0;
    margin-left: 2px;
    max-width: 200px; }
    .f-dropdown.drop-right.open {
      display: block; }
    .f-dropdown.drop-right > *:first-child {
      margin-top: 0; }
    .f-dropdown.drop-right > *:last-child {
      margin-bottom: 0; }
    .f-dropdown.drop-right:before {
      border: inset 6px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent #FFFFFF transparent transparent;
      border-right-style: solid;
      position: absolute;
      top: 10px;
      left: -12px;
      z-index: 89; }
    .f-dropdown.drop-right:after {
      border: inset 7px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent #cccccc transparent transparent;
      border-right-style: solid;
      position: absolute;
      top: 9px;
      left: -14px;
      z-index: 88; }
  .f-dropdown.drop-left {
    display: none;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    position: absolute;
    background: #e8e8e8;
    border: solid 1px #cccccc;
    font-size: 1rem;
    height: auto;
    max-height: none;
    width: 100%;
    z-index: 89;
    margin-top: 0;
    margin-left: -2px;
    max-width: 200px; }
    .f-dropdown.drop-left.open {
      display: block; }
    .f-dropdown.drop-left > *:first-child {
      margin-top: 0; }
    .f-dropdown.drop-left > *:last-child {
      margin-bottom: 0; }
    .f-dropdown.drop-left:before {
      border: inset 6px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent transparent #FFFFFF;
      border-left-style: solid;
      position: absolute;
      top: 10px;
      right: -12px;
      left: auto;
      z-index: 89; }
    .f-dropdown.drop-left:after {
      border: inset 7px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent transparent #cccccc;
      border-left-style: solid;
      position: absolute;
      top: 9px;
      right: -14px;
      left: auto;
      z-index: 88; }
  .f-dropdown.drop-top {
    display: none;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    position: absolute;
    background: #e8e8e8;
    border: solid 1px #cccccc;
    font-size: 1rem;
    height: auto;
    max-height: none;
    width: 100%;
    z-index: 89;
    margin-left: 0;
    margin-top: -2px;
    max-width: 200px; }
    .f-dropdown.drop-top.open {
      display: block; }
    .f-dropdown.drop-top > *:first-child {
      margin-top: 0; }
    .f-dropdown.drop-top > *:last-child {
      margin-bottom: 0; }
    .f-dropdown.drop-top:before {
      border: inset 6px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: #FFFFFF transparent transparent transparent;
      border-top-style: solid;
      bottom: -12px;
      position: absolute;
      top: auto;
      left: 10px;
      right: auto;
      z-index: 89; }
    .f-dropdown.drop-top:after {
      border: inset 7px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: #cccccc transparent transparent transparent;
      border-top-style: solid;
      bottom: -14px;
      position: absolute;
      top: auto;
      left: 9px;
      right: auto;
      z-index: 88; }
  .f-dropdown li {
    cursor: pointer;
    font-size: 1rem;
    line-height: 1.5;
    margin: 0; }
    .f-dropdown li:hover, .f-dropdown li:focus {
      background: #EEEEEE; }
    .f-dropdown li a {
      display: block;
      padding: 0.4rem;
      color: #555555; }
  .f-dropdown.content {
    display: none;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    position: absolute;
    background: #e8e8e8;
    border: solid 1px #cccccc;
    font-size: 1rem;
    height: auto;
    max-height: none;
    padding: 0.73333rem;
    width: 100%;
    z-index: 89;
    max-width: 200px; }
    .f-dropdown.content.open {
      display: block; }
    .f-dropdown.content > *:first-child {
      margin-top: 0; }
    .f-dropdown.content > *:last-child {
      margin-bottom: 0; }
  .f-dropdown.radius {
    border-radius: 4px; }
  .f-dropdown.tiny {
    max-width: 200px; }
  .f-dropdown.small {
    max-width: 300px; }
  .f-dropdown.medium {
    max-width: 500px; }
  .f-dropdown.large {
    max-width: 800px; }
  .f-dropdown.mega {
    width: 100% !important;
    max-width: 100% !important; }
    .f-dropdown.mega.open {
      left: 0 !important; }

.dropdown.button, button.dropdown {
  position: relative;
  padding-right: 2.6rem; }
  .dropdown.button::after, button.dropdown::after {
    border-color: #4f4f4f transparent transparent transparent;
    border-style: solid;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    top: 50%;
    width: 0; }
  .dropdown.button::after, button.dropdown::after {
    border-width: 0.4rem;
    right: 1rem;
    margin-top: -0.13333rem; }
  .dropdown.button::after, button.dropdown::after {
    border-color: #4f4f4f transparent transparent transparent; }
  .dropdown.button.tiny, button.dropdown.tiny {
    padding-right: 1.06667rem; }
    .dropdown.button.tiny:after, button.dropdown.tiny:after {
      border-width: 0.26667rem;
      right: 0.26667rem;
      margin-top: -0.13333rem; }
    .dropdown.button.tiny::after, button.dropdown.tiny::after {
      border-color: #4f4f4f transparent transparent transparent; }
  .dropdown.button.small, button.dropdown.small {
    padding-right: 2rem; }
    .dropdown.button.small::after, button.dropdown.small::after {
      border-width: 0.33333rem;
      right: 0.66667rem;
      margin-top: -0.13333rem; }
    .dropdown.button.small::after, button.dropdown.small::after {
      border-color: #4f4f4f transparent transparent transparent; }
  .dropdown.button.large, button.dropdown.large {
    padding-right: 2.8rem; }
    .dropdown.button.large::after, button.dropdown.large::after {
      border-width: 0.4rem;
      right: 1.2rem;
      margin-top: -0.13333rem; }
    .dropdown.button.large::after, button.dropdown.large::after {
      border-color: #4f4f4f transparent transparent transparent; }
  .dropdown.button.secondary:after, button.dropdown.secondary:after {
    border-color: white transparent transparent transparent; }

/* Standard Forms */
form {
  margin: 0 0 1.5rem; }

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: 0 -0.75rem; }
  form .row .row .column,
  form .row .row .columns {
    padding: 0 0.75rem; }
  form .row .row.collapse {
    margin: 0; }
    form .row .row.collapse .column,
    form .row .row.collapse .columns {
      padding: 0; }
    form .row .row.collapse input {
      -webkit-border-bottom-right-radius: 0;
      -webkit-border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }

form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.75rem; }

/* Label Styles */
label {
  color: #666666;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0.53333rem;
  /* Styles for required inputs */ }
  label.right {
    float: none !important;
    text-align: right; }
  label.inline {
    margin: 0 0 1.5rem 0;
    padding: 0.81667rem 0; }
  label small {
    text-transform: uppercase;
    color: #7d7d7d; }

/* Attach elements to the beginning or end of an input */
.prefix,
.postfix {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-size: 1rem;
  height: 3.18333rem;
  line-height: 3.18333rem;
  overflow: visible;
  padding-bottom: 0;
  padding-top: 0;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 2; }

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button {
  border: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center; }

.prefix.button {
  border: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center; }

.prefix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px; }

.postfix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px; }

.prefix.button.round {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

.postfix.button.round {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
span.prefix, label.prefix {
  background: #f2f2f2;
  border-right: none;
  color: #333333;
  border-color: #cccccc; }

span.postfix, label.postfix {
  background: #f2f2f2;
  border-left: none;
  color: #333333;
  border-color: #cccccc; }

/* We use this to get basic styling on all basic form elements */
input:not([type]), input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  background-color: white;
  border-style: solid;
  border-width: 1px;
  border-color: black;
  box-shadow: none;
  color: black;
  display: block;
  font-family: inherit;
  font-size: 1rem;
  height: 3.18333rem;
  margin: 0 0 1.5rem 0;
  padding: 0.75rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 0.15s linear, background 0.15s linear;
  -moz-transition: border-color 0.15s linear, background 0.15s linear;
  -ms-transition: border-color 0.15s linear, background 0.15s linear;
  -o-transition: border-color 0.15s linear, background 0.15s linear;
  transition: border-color 0.15s linear, background 0.15s linear; }
  input:not([type]):focus, input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus {
    background: white;
    border-color: #474747;
    outline: none; }
  input:not([type]):disabled, input[type="text"]:disabled, input[type="password"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="month"]:disabled, input[type="week"]:disabled, input[type="email"]:disabled, input[type="number"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="color"]:disabled, textarea:disabled {
    background-color: white;
    cursor: not-allowed; }
  input:not([type])[disabled], input:not([type])[readonly],
  fieldset[disabled] input:not([type]), input[type="text"][disabled], input[type="text"][readonly],
  fieldset[disabled] input[type="text"], input[type="password"][disabled], input[type="password"][readonly],
  fieldset[disabled] input[type="password"], input[type="date"][disabled], input[type="date"][readonly],
  fieldset[disabled] input[type="date"], input[type="datetime"][disabled], input[type="datetime"][readonly],
  fieldset[disabled] input[type="datetime"], input[type="datetime-local"][disabled], input[type="datetime-local"][readonly],
  fieldset[disabled] input[type="datetime-local"], input[type="month"][disabled], input[type="month"][readonly],
  fieldset[disabled] input[type="month"], input[type="week"][disabled], input[type="week"][readonly],
  fieldset[disabled] input[type="week"], input[type="email"][disabled], input[type="email"][readonly],
  fieldset[disabled] input[type="email"], input[type="number"][disabled], input[type="number"][readonly],
  fieldset[disabled] input[type="number"], input[type="search"][disabled], input[type="search"][readonly],
  fieldset[disabled] input[type="search"], input[type="tel"][disabled], input[type="tel"][readonly],
  fieldset[disabled] input[type="tel"], input[type="time"][disabled], input[type="time"][readonly],
  fieldset[disabled] input[type="time"], input[type="url"][disabled], input[type="url"][readonly],
  fieldset[disabled] input[type="url"], input[type="color"][disabled], input[type="color"][readonly],
  fieldset[disabled] input[type="color"], textarea[disabled], textarea[readonly],
  fieldset[disabled] textarea {
    background-color: white;
    cursor: not-allowed; }
  input:not([type]).radius, input[type="text"].radius, input[type="password"].radius, input[type="date"].radius, input[type="datetime"].radius, input[type="datetime-local"].radius, input[type="month"].radius, input[type="week"].radius, input[type="email"].radius, input[type="number"].radius, input[type="search"].radius, input[type="tel"].radius, input[type="time"].radius, input[type="url"].radius, input[type="color"].radius, textarea.radius {
    border-radius: 0; }

form .row .prefix-radius.row.collapse input,
form .row .prefix-radius.row.collapse textarea,
form .row .prefix-radius.row.collapse select,
form .row .prefix-radius.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px; }

form .row .prefix-radius.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px; }

form .row .postfix-radius.row.collapse input,
form .row .postfix-radius.row.collapse textarea,
form .row .postfix-radius.row.collapse select,
form .row .postfix-radius.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px; }

form .row .postfix-radius.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px; }

form .row .prefix-round.row.collapse input,
form .row .prefix-round.row.collapse textarea,
form .row .prefix-round.row.collapse select,
form .row .prefix-round.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

form .row .prefix-round.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

form .row .postfix-round.row.collapse input,
form .row .postfix-round.row.collapse textarea,
form .row .postfix-round.row.collapse select,
form .row .postfix-round.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

form .row .postfix-round.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0; }

/* Respect enforced amount of rows for textarea */
textarea[rows] {
  height: auto; }

/* Not allow resize out of parent */
textarea {
  max-width: 100%; }

::-webkit-input-placeholder {
  color: #666666; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #666666; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #666666; }

:-ms-input-placeholder {
  color: #666666; }

/* Add height value for select elements to match text input height */
select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: white;
  border-radius: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+");
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: black;
  color: black;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  padding: 0.75rem;
  border-radius: 0;
  height: 3.18333rem; }
  select::-ms-expand {
    display: none; }
  select.radius {
    border-radius: 4px; }
  select:focus {
    background-color: #f7f7f7;
    border-color: #474747; }
  select:disabled {
    background-color: white;
    cursor: not-allowed; }
  select[multiple] {
    height: auto; }

/* Adjust margin for form elements below */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1.5rem 0; }

input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  margin-left: 0.75rem;
  margin-right: 1.5rem;
  margin-bottom: 0;
  vertical-align: baseline; }

/* Normalize file input width */
input[type="file"] {
  width: 100%; }

/* HTML5 Number spinners settings */
/* We add basic fieldset styling */
fieldset {
  border: 0 solid #DDDDDD;
  margin: 0;
  padding: 0; }
  fieldset legend {
    font-weight: 700;
    margin: 0;
    margin-left: -0.2rem;
    padding: 0; }

/* Error Handling */
[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  font-size: 0.8rem;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 1.5rem;
  margin-top: -1px;
  padding: 0.4rem 0.6rem 0.6rem;
  background: #ff7d7d;
  color: #333333; }

[data-abide] span.error, [data-abide] small.error {
  display: none; }

span.error, small.error {
  display: block;
  font-size: 0.8rem;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 1.5rem;
  margin-top: -1px;
  padding: 0.4rem 0.6rem 0.6rem;
  background: #ff7d7d;
  color: #333333; }

.error input,
.error textarea,
.error select {
  margin-bottom: 0; }

.error input[type="checkbox"],
.error input[type="radio"] {
  margin-bottom: 1.5rem; }

.error label,
.error label.error {
  color: #ff7d7d; }

.error small.error {
  display: block;
  font-size: 0.8rem;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 1.5rem;
  margin-top: -1px;
  padding: 0.4rem 0.6rem 0.6rem;
  background: #ff7d7d;
  color: #333333; }

.error > label > small {
  background: transparent;
  color: #7d7d7d;
  display: inline;
  font-size: 60%;
  font-style: normal;
  margin: 0;
  padding: 0;
  text-transform: uppercase; }

.error span.error-message {
  display: block; }

input.error,
textarea.error,
select.error {
  margin-bottom: 0; }

label.error {
  color: #ff7d7d; }

.icon-bar {
  display: inline-block;
  font-size: 0;
  width: 100%;
  background: #333333; }
  .icon-bar > * {
    display: block;
    float: left;
    font-size: 1rem;
    margin: 0 auto;
    padding: 1.25rem;
    text-align: center;
    width: 25%; }
    .icon-bar > * i, .icon-bar > * img {
      display: block;
      margin: 0 auto; }
      .icon-bar > * i + label, .icon-bar > * img + label {
        margin-top: .0625rem; }
    .icon-bar > * i {
      font-size: 1.875rem;
      vertical-align: middle; }
    .icon-bar > * img {
      height: 1.875rem;
      width: 1.875rem; }
  .icon-bar.label-right > * i, .icon-bar.label-right > * img {
    display: inline-block;
    margin: 0 .0625rem 0 0; }
    .icon-bar.label-right > * i + label, .icon-bar.label-right > * img + label {
      margin-top: 0; }
  .icon-bar.label-right > * label {
    display: inline-block; }
  .icon-bar.vertical.label-right > * {
    text-align: left; }
  .icon-bar.vertical, .icon-bar.small-vertical {
    height: 100%;
    width: auto; }
    .icon-bar.vertical .item, .icon-bar.small-vertical .item {
      float: none;
      margin: auto;
      width: auto; }
  @media only screen and (min-width: 481px) {
    .icon-bar.medium-vertical {
      height: 100%;
      width: auto; }
      .icon-bar.medium-vertical .item {
        float: none;
        margin: auto;
        width: auto; } }
  @media only screen and (min-width: 768px) {
    .icon-bar.large-vertical {
      height: 100%;
      width: auto; }
      .icon-bar.large-vertical .item {
        float: none;
        margin: auto;
        width: auto; } }
  .icon-bar > * {
    font-size: 1rem;
    padding: 1.25rem; }
    .icon-bar > * i + label, .icon-bar > * img + label {
      margin-top: .0625rem;
      font-size: 1rem; }
    .icon-bar > * i {
      font-size: 1.875rem; }
    .icon-bar > * img {
      height: 1.875rem;
      width: 1.875rem; }
  .icon-bar > * label {
    color: #FFFFFF; }
  .icon-bar > * i {
    color: #FFFFFF; }
  .icon-bar > a:hover {
    background: #4f4f4f; }
    .icon-bar > a:hover label {
      color: #FFFFFF; }
    .icon-bar > a:hover i {
      color: #FFFFFF; }
  .icon-bar > a.active {
    background: #4f4f4f; }
    .icon-bar > a.active label {
      color: #FFFFFF; }
    .icon-bar > a.active i {
      color: #FFFFFF; }
  .icon-bar .item.disabled {
    cursor: not-allowed;
    opacity: 0.7;
    pointer-events: none; }
    .icon-bar .item.disabled > * {
      opacity: 0.7;
      cursor: not-allowed; }
  .icon-bar.two-up .item {
    width: 50%; }
  .icon-bar.two-up.vertical .item, .icon-bar.two-up.small-vertical .item {
    width: auto; }
  @media only screen and (min-width: 481px) {
    .icon-bar.two-up.medium-vertical .item {
      width: auto; } }
  @media only screen and (min-width: 768px) {
    .icon-bar.two-up.large-vertical .item {
      width: auto; } }
  .icon-bar.three-up .item {
    width: 33.3333%; }
  .icon-bar.three-up.vertical .item, .icon-bar.three-up.small-vertical .item {
    width: auto; }
  @media only screen and (min-width: 481px) {
    .icon-bar.three-up.medium-vertical .item {
      width: auto; } }
  @media only screen and (min-width: 768px) {
    .icon-bar.three-up.large-vertical .item {
      width: auto; } }
  .icon-bar.four-up .item {
    width: 25%; }
  .icon-bar.four-up.vertical .item, .icon-bar.four-up.small-vertical .item {
    width: auto; }
  @media only screen and (min-width: 481px) {
    .icon-bar.four-up.medium-vertical .item {
      width: auto; } }
  @media only screen and (min-width: 768px) {
    .icon-bar.four-up.large-vertical .item {
      width: auto; } }
  .icon-bar.five-up .item {
    width: 20%; }
  .icon-bar.five-up.vertical .item, .icon-bar.five-up.small-vertical .item {
    width: auto; }
  @media only screen and (min-width: 481px) {
    .icon-bar.five-up.medium-vertical .item {
      width: auto; } }
  @media only screen and (min-width: 768px) {
    .icon-bar.five-up.large-vertical .item {
      width: auto; } }
  .icon-bar.six-up .item {
    width: 16.66667%; }
  .icon-bar.six-up.vertical .item, .icon-bar.six-up.small-vertical .item {
    width: auto; }
  @media only screen and (min-width: 481px) {
    .icon-bar.six-up.medium-vertical .item {
      width: auto; } }
  @media only screen and (min-width: 768px) {
    .icon-bar.six-up.large-vertical .item {
      width: auto; } }
  .icon-bar.seven-up .item {
    width: 14.28571%; }
  .icon-bar.seven-up.vertical .item, .icon-bar.seven-up.small-vertical .item {
    width: auto; }
  @media only screen and (min-width: 481px) {
    .icon-bar.seven-up.medium-vertical .item {
      width: auto; } }
  @media only screen and (min-width: 768px) {
    .icon-bar.seven-up.large-vertical .item {
      width: auto; } }
  .icon-bar.eight-up .item {
    width: 12.5%; }
  .icon-bar.eight-up.vertical .item, .icon-bar.eight-up.small-vertical .item {
    width: auto; }
  @media only screen and (min-width: 481px) {
    .icon-bar.eight-up.medium-vertical .item {
      width: auto; } }
  @media only screen and (min-width: 768px) {
    .icon-bar.eight-up.large-vertical .item {
      width: auto; } }

.icon-bar.two-up .item {
  width: 50%; }

.icon-bar.two-up.vertical .item, .icon-bar.two-up.small-vertical .item {
  width: auto; }

@media only screen and (min-width: 481px) {
  .icon-bar.two-up.medium-vertical .item {
    width: auto; } }

@media only screen and (min-width: 768px) {
  .icon-bar.two-up.large-vertical .item {
    width: auto; } }

.icon-bar.three-up .item {
  width: 33.3333%; }

.icon-bar.three-up.vertical .item, .icon-bar.three-up.small-vertical .item {
  width: auto; }

@media only screen and (min-width: 481px) {
  .icon-bar.three-up.medium-vertical .item {
    width: auto; } }

@media only screen and (min-width: 768px) {
  .icon-bar.three-up.large-vertical .item {
    width: auto; } }

.icon-bar.four-up .item {
  width: 25%; }

.icon-bar.four-up.vertical .item, .icon-bar.four-up.small-vertical .item {
  width: auto; }

@media only screen and (min-width: 481px) {
  .icon-bar.four-up.medium-vertical .item {
    width: auto; } }

@media only screen and (min-width: 768px) {
  .icon-bar.four-up.large-vertical .item {
    width: auto; } }

.icon-bar.five-up .item {
  width: 20%; }

.icon-bar.five-up.vertical .item, .icon-bar.five-up.small-vertical .item {
  width: auto; }

@media only screen and (min-width: 481px) {
  .icon-bar.five-up.medium-vertical .item {
    width: auto; } }

@media only screen and (min-width: 768px) {
  .icon-bar.five-up.large-vertical .item {
    width: auto; } }

.icon-bar.six-up .item {
  width: 16.66667%; }

.icon-bar.six-up.vertical .item, .icon-bar.six-up.small-vertical .item {
  width: auto; }

@media only screen and (min-width: 481px) {
  .icon-bar.six-up.medium-vertical .item {
    width: auto; } }

@media only screen and (min-width: 768px) {
  .icon-bar.six-up.large-vertical .item {
    width: auto; } }

.icon-bar.seven-up .item {
  width: 14.28571%; }

.icon-bar.seven-up.vertical .item, .icon-bar.seven-up.small-vertical .item {
  width: auto; }

@media only screen and (min-width: 481px) {
  .icon-bar.seven-up.medium-vertical .item {
    width: auto; } }

@media only screen and (min-width: 768px) {
  .icon-bar.seven-up.large-vertical .item {
    width: auto; } }

.icon-bar.eight-up .item {
  width: 12.5%; }

.icon-bar.eight-up.vertical .item, .icon-bar.eight-up.small-vertical .item {
  width: auto; }

@media only screen and (min-width: 481px) {
  .icon-bar.eight-up.medium-vertical .item {
    width: auto; } }

@media only screen and (min-width: 768px) {
  .icon-bar.eight-up.large-vertical .item {
    width: auto; } }

.inline-list {
  list-style: none;
  margin-top: 0;
  margin-bottom: 1.13333rem;
  margin-left: -1.46667rem;
  margin-right: 0;
  overflow: hidden;
  padding: 0; }
  .inline-list > li {
    display: block;
    float: left;
    list-style: none;
    margin-left: 1.46667rem; }
    .inline-list > li > * {
      display: block; }

/* Foundation Joyride */
.joyride-list {
  display: none; }

/* Default styles for the container */
.joyride-tip-guide {
  background: #333333;
  color: #FFFFFF;
  display: none;
  font-family: inherit;
  font-weight: 400;
  position: absolute;
  top: 0;
  width: 95%;
  z-index: 103;
  left: 2.5%; }

.lt-ie9 .joyride-tip-guide {
  margin-left: -400px;
  max-width: 800px;
  left: 50%; }

.joyride-content-wrapper {
  padding: 1.2rem 1.33333rem 1.6rem;
  width: 100%; }
  .joyride-content-wrapper .button {
    margin-bottom: 0 !important; }
  .joyride-content-wrapper .joyride-prev-tip {
    margin-right: 10px; }

/* Add a little css triangle pip, older browser just miss out on the fanciness of it */
.joyride-tip-guide .joyride-nub {
  border: 10px solid #333333;
  display: block;
  height: 0;
  position: absolute;
  width: 0;
  left: 22px; }
  .joyride-tip-guide .joyride-nub.top {
    border-color: #333333;
    border-top-color: transparent !important;
    border-top-style: solid;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    top: -20px; }
  .joyride-tip-guide .joyride-nub.bottom {
    border-color: #333333 !important;
    border-bottom-color: transparent !important;
    border-bottom-style: solid;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    bottom: -20px; }
  .joyride-tip-guide .joyride-nub.right {
    right: -20px; }
  .joyride-tip-guide .joyride-nub.left {
    left: -20px; }

/* Typography */
.joyride-tip-guide h1, .joyride-tip-guide .h1,
.joyride-tip-guide h2,
.joyride-tip-guide .h2,
.joyride-tip-guide h3,
.joyride-tip-guide .h3,
.joyride-tip-guide .cart-actions .btn,
.cart-actions .joyride-tip-guide .btn,
.joyride-tip-guide .cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit,
.cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .joyride-tip-guide #ISR_form_submit,
.joyride-tip-guide .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions #ISR_form_submit,
.productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions .joyride-tip-guide #ISR_form_submit,
.joyride-tip-guide .cart-actions .swal2-confirm,
.cart-actions .joyride-tip-guide .swal2-confirm,
.joyride-tip-guide .cart-actions .swal2-cancel,
.cart-actions .joyride-tip-guide .swal2-cancel,
.joyride-tip-guide h4,
.joyride-tip-guide .h4,
.joyride-tip-guide .estimator-form select.form-select#shipping-state,
.estimator-form .joyride-tip-guide select.form-select#shipping-state,
.joyride-tip-guide h5,
.joyride-tip-guide .h5,
.joyride-tip-guide h6 {
  color: #FFFFFF;
  font-weight: 700;
  line-height: 1.25;
  margin: 0; }

.joyride-tip-guide p {
  font-size: 0.93333rem;
  line-height: 1.3;
  margin: 0 0 1.2rem 0; }

.joyride-timer-indicator-wrap {
  border: solid 1px #555555;
  bottom: 1.06667rem;
  height: 3px;
  position: absolute;
  width: 50px;
  right: 1.13333rem; }

.joyride-timer-indicator {
  background: #666666;
  display: block;
  height: inherit;
  width: 0; }

.joyride-close-tip {
  color: #777777 !important;
  font-size: 24px;
  font-weight: 400;
  line-height: .5 !important;
  position: absolute;
  text-decoration: none;
  top: 10px;
  right: 12px; }
  .joyride-close-tip:hover, .joyride-close-tip:focus {
    color: #EEEEEE !important; }

.joyride-modal-bg {
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  display: none;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  left: 0; }

.joyride-expose-wrapper {
  background-color: #FFFFFF;
  border-radius: 3px;
  box-shadow: 0 0 15px #FFFFFF;
  position: absolute;
  z-index: 102; }

.joyride-expose-cover {
  background: transparent;
  border-radius: 3px;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 9999; }

/* Styles for screens that are at least 768px; */
@media only screen {
  .joyride-tip-guide {
    width: 300px;
    left: inherit; }
    .joyride-tip-guide .joyride-nub.bottom {
      border-color: #333333 !important;
      border-bottom-color: transparent !important;
      border-left-color: transparent !important;
      border-right-color: transparent !important;
      bottom: -20px; }
    .joyride-tip-guide .joyride-nub.right {
      border-color: #333333 !important;
      border-right-color: transparent !important;
      border-bottom-color: transparent !important;
      border-top-color: transparent !important;
      left: auto;
      right: -20px;
      top: 22px; }
    .joyride-tip-guide .joyride-nub.left {
      border-color: #333333 !important;
      border-bottom-color: transparent !important;
      border-left-color: transparent !important;
      border-top-color: transparent !important;
      left: -20px;
      right: auto;
      top: 22px; } }

.keystroke,
kbd {
  background-color: #ededed;
  border-color: #dddddd;
  color: #222222;
  border-style: solid;
  border-width: 1px;
  font-family: "Consolas", "Menlo", "Courier", monospace;
  font-size: inherit;
  margin: 0;
  padding: 0.13333rem 0.26667rem 0;
  border-radius: 4px; }

.label {
  display: inline-block;
  font-family: "Archer Grotesque", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1;
  margin-bottom: auto;
  position: relative;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  padding: 0.26667rem 0.53333rem 0.26667rem;
  font-size: 0.73333rem;
  background-color: #4f4f4f;
  color: #FFFFFF; }
  .label.radius {
    border-radius: 4px; }
  .label.round {
    border-radius: 1000px; }
  .label.alert {
    background-color: #ff7d7d;
    color: #333333; }
  .label.warning {
    background-color: #f08a24;
    color: #FFFFFF; }
  .label.success {
    background-color: #7ca386;
    color: #FFFFFF; }
  .label.secondary {
    background-color: #e7e7e7;
    color: #333333; }
  .label.info {
    background-color: #a0d3e8;
    color: #333333; }

[data-magellan-expedition], [data-magellan-expedition-clone] {
  background: #FFFFFF;
  min-width: 100%;
  padding: 10px;
  z-index: 50; }
  [data-magellan-expedition] .sub-nav, [data-magellan-expedition-clone] .sub-nav {
    margin-bottom: 0; }
    [data-magellan-expedition] .sub-nav dd, [data-magellan-expedition-clone] .sub-nav dd {
      margin-bottom: 0; }
    [data-magellan-expedition] .sub-nav a, [data-magellan-expedition-clone] .sub-nav a {
      line-height: 1.8em; }

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* Orbit Graceful Loading */
.slideshow-wrapper {
  position: relative; }
  .slideshow-wrapper ul {
    list-style-type: none;
    margin: 0; }
    .slideshow-wrapper ul li,
    .slideshow-wrapper ul li .orbit-caption {
      display: none; }
    .slideshow-wrapper ul li:first-child {
      display: block; }
  .slideshow-wrapper .orbit-container {
    background-color: transparent; }
    .slideshow-wrapper .orbit-container li {
      display: block; }
      .slideshow-wrapper .orbit-container li .orbit-caption {
        display: block; }
    .slideshow-wrapper .orbit-container .orbit-bullets li {
      display: inline-block; }
  .slideshow-wrapper .preloader {
    border-radius: 1000px;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: rotate;
    animation-timing-function: linear;
    border-color: #555555 #FFFFFF;
    border: solid 3px;
    display: block;
    height: 40px;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    width: 40px; }

.orbit-container {
  background: none;
  overflow: hidden;
  position: relative;
  width: 100%; }
  .orbit-container .orbit-slides-container {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0); }
    .orbit-container .orbit-slides-container img {
      display: block;
      max-width: 100%; }
    .orbit-container .orbit-slides-container > * {
      position: absolute;
      top: 0;
      width: 100%;
      margin-left: 100%; }
      .orbit-container .orbit-slides-container > *:first-child {
        margin-left: 0; }
      .orbit-container .orbit-slides-container > * .orbit-caption {
        bottom: 0;
        position: absolute;
        background-color: rgba(51, 51, 51, 0.8);
        color: #FFFFFF;
        font-size: 0.93333rem;
        padding: 0.66667rem 0.93333rem;
        width: 100%; }
  .orbit-container .orbit-slide-number {
    left: 10px;
    background: rgba(0, 0, 0, 0);
    color: #FFFFFF;
    font-size: 12px;
    position: absolute;
    top: 10px;
    z-index: 10; }
    .orbit-container .orbit-slide-number span {
      font-weight: 700;
      padding: 0.33333rem; }
  .orbit-container .orbit-timer {
    position: absolute;
    top: 12px;
    right: 10px;
    height: 6px;
    width: 100px;
    z-index: 10; }
    .orbit-container .orbit-timer .orbit-progress {
      height: 3px;
      background-color: rgba(255, 255, 255, 0.3);
      display: block;
      width: 0;
      position: relative;
      right: 20px;
      top: 5px; }
    .orbit-container .orbit-timer > span {
      border: solid 4px #FFFFFF;
      border-bottom: none;
      border-top: none;
      display: none;
      height: 14px;
      position: absolute;
      top: 0;
      width: 11px;
      right: 0; }
    .orbit-container .orbit-timer.paused > span {
      top: 0;
      width: 11px;
      height: 14px;
      border: inset 8px;
      border-left-style: solid;
      border-color: transparent;
      border-left-color: #FFFFFF;
      right: -4px; }
      .orbit-container .orbit-timer.paused > span.dark {
        border-left-color: #333333; }
  .orbit-container:hover .orbit-timer > span {
    display: block; }
  .orbit-container .orbit-prev,
  .orbit-container .orbit-next {
    background-color: transparent;
    color: white;
    height: 60px;
    line-height: 50px;
    margin-top: -25px;
    position: absolute;
    text-indent: -9999px !important;
    top: 45%;
    width: 36px;
    z-index: 10; }
    .orbit-container .orbit-prev:hover,
    .orbit-container .orbit-next:hover {
      background-color: rgba(0, 0, 0, 0.3); }
    .orbit-container .orbit-prev > span,
    .orbit-container .orbit-next > span {
      border: inset 10px;
      display: block;
      height: 0;
      margin-top: -10px;
      position: absolute;
      top: 50%;
      width: 0; }
  .orbit-container .orbit-prev {
    left: 0; }
    .orbit-container .orbit-prev > span {
      border-right-style: solid;
      border-color: transparent;
      border-right-color: #FFFFFF; }
    .orbit-container .orbit-prev:hover > span {
      border-right-color: #FFFFFF; }
  .orbit-container .orbit-next {
    right: 0; }
    .orbit-container .orbit-next > span {
      border-color: transparent;
      border-left-style: solid;
      border-left-color: #FFFFFF;
      left: 50%;
      margin-left: -4px; }
    .orbit-container .orbit-next:hover > span {
      border-left-color: #FFFFFF; }

.orbit-bullets-container {
  text-align: center; }

.orbit-bullets {
  display: block;
  float: none;
  margin: 0 auto 30px auto;
  overflow: hidden;
  position: relative;
  text-align: center;
  top: 10px; }
  .orbit-bullets li {
    background: #CCCCCC;
    cursor: pointer;
    display: inline-block;
    float: none;
    height: 0.6rem;
    margin-right: 6px;
    width: 0.6rem;
    border-radius: 1000px; }
    .orbit-bullets li.active {
      background: #999999; }
    .orbit-bullets li:last-child {
      margin-right: 0; }

.touch .orbit-container .orbit-prev,
.touch .orbit-container .orbit-next {
  display: none; }

.touch .orbit-bullets {
  display: none; }

@media only screen and (min-width: 481px) {
  .touch .orbit-container .orbit-prev,
  .touch .orbit-container .orbit-next {
    display: inherit; }
  .touch .orbit-bullets {
    display: block; } }

@media only screen and (max-width: 480px) {
  .orbit-stack-on-small .orbit-slides-container {
    height: auto !important; }
  .orbit-stack-on-small .orbit-slides-container > * {
    margin: 0  !important;
    opacity: 1 !important;
    position: relative; }
  .orbit-stack-on-small .orbit-slide-number {
    display: none; }
  .orbit-timer {
    display: none; }
  .orbit-next, .orbit-prev {
    display: none; }
  .orbit-bullets {
    display: none; } }

/* Pricing Tables */
.pricing-table {
  border: solid 1px #DDDDDD;
  margin-left: 0;
  margin-bottom: 1.33333rem; }
  .pricing-table * {
    list-style: none;
    line-height: 1; }
  .pricing-table .title {
    background-color: #333333;
    color: #EEEEEE;
    font-family: "Archer Grotesque", Arial, Helvetica, sans-serif;
    font-size: 1.06667rem;
    font-weight: 400;
    padding: 1rem 1.33333rem;
    text-align: center; }
  .pricing-table .price {
    background-color: #F6F6F6;
    color: #333333;
    font-family: "Archer Grotesque", Arial, Helvetica, sans-serif;
    font-size: 2.13333rem;
    font-weight: 400;
    padding: 1rem 1.33333rem;
    text-align: center; }
  .pricing-table .description {
    background-color: #FFFFFF;
    border-bottom: dotted 1px #DDDDDD;
    color: #777777;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.4;
    padding: 1rem;
    text-align: center; }
  .pricing-table .bullet-item {
    background-color: #FFFFFF;
    border-bottom: dotted 1px #DDDDDD;
    color: #333333;
    font-size: 0.93333rem;
    font-weight: 400;
    padding: 1rem;
    text-align: center; }
  .pricing-table .cta-button {
    background-color: #FFFFFF;
    padding: 1.33333rem 1.33333rem 0;
    text-align: center; }

.range-slider {
  border: 1px solid #DDDDDD;
  margin: 1.33333rem 0;
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  display: block;
  height: 1.06667rem;
  width: 100%;
  background: #FAFAFA; }
  .range-slider.vertical-range {
    border: 1px solid #DDDDDD;
    margin: 1.33333rem 0;
    position: relative;
    -ms-touch-action: none;
    touch-action: none;
    display: inline-block;
    height: 13.33333rem;
    width: 1.06667rem; }
    .range-slider.vertical-range .range-slider-handle {
      bottom: -11.2rem;
      margin-left: -0.53333rem;
      margin-top: 0;
      position: absolute; }
    .range-slider.vertical-range .range-slider-active-segment {
      border-bottom-left-radius: inherit;
      border-bottom-right-radius: inherit;
      border-top-left-radius: initial;
      bottom: 0;
      height: auto;
      width: 0.93333rem; }
  .range-slider.radius {
    background: #FAFAFA;
    border-radius: 4px; }
    .range-slider.radius .range-slider-handle {
      background: #4f4f4f;
      border-radius: 4px; }
      .range-slider.radius .range-slider-handle:hover {
        background: #464646; }
  .range-slider.round {
    background: #FAFAFA;
    border-radius: 1000px; }
    .range-slider.round .range-slider-handle {
      background: #4f4f4f;
      border-radius: 1000px; }
      .range-slider.round .range-slider-handle:hover {
        background: #464646; }
  .range-slider.disabled, .range-slider[disabled] {
    background: #FAFAFA;
    cursor: not-allowed;
    opacity: 0.7; }
    .range-slider.disabled .range-slider-handle, .range-slider[disabled] .range-slider-handle {
      background: #4f4f4f;
      cursor: default;
      opacity: 0.7; }
      .range-slider.disabled .range-slider-handle:hover, .range-slider[disabled] .range-slider-handle:hover {
        background: #464646; }

.range-slider-active-segment {
  background: #e5e5e5;
  border-bottom-left-radius: inherit;
  border-top-left-radius: inherit;
  display: inline-block;
  height: 0.93333rem;
  position: absolute; }

.range-slider-handle {
  border: 1px solid none;
  cursor: pointer;
  display: inline-block;
  height: 1.46667rem;
  position: absolute;
  top: -0.33333rem;
  width: 2.13333rem;
  z-index: 1;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #4f4f4f; }
  .range-slider-handle:hover {
    background: #464646; }

.reveal-modal-bg {
  background: #2d2d2d;
  background: rgba(45, 45, 45, 0.95);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1004;
  left: 0; }

.modal {
  border-radius: 0;
  display: none;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 1005;
  left: 0;
  background-color: white;
  padding: 2.25rem 2.25rem;
  border: solid 0 #e8e8e8;
  box-shadow: none; }
  @media only screen and (max-width: 480px) {
    .modal {
      min-height: 100vh; } }
  .modal .column, .modal .columns {
    min-width: 0; }
  .modal > :first-child {
    margin-top: 0; }
  .modal > :last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 481px) {
    .modal {
      left: 0;
      margin: 0 auto;
      max-width: 80%;
      right: 0;
      width: 900px; } }
  @media only screen and (min-width: 481px) {
    .modal {
      top: 50% !important; } }
  .modal.radius {
    box-shadow: none;
    border-radius: 0; }
  .modal.round {
    box-shadow: none;
    border-radius: 0; }
  .modal.collapse {
    padding: 0;
    box-shadow: none; }
  @media only screen and (min-width: 481px) {
    .modal.tiny {
      left: 0;
      margin: 0 auto;
      max-width: 80%;
      right: 0;
      width: 30%; } }
  @media only screen and (min-width: 481px) {
    .modal.small {
      left: 0;
      margin: 0 auto;
      max-width: 80%;
      right: 0;
      width: 40%; } }
  @media only screen and (min-width: 481px) {
    .modal.medium {
      left: 0;
      margin: 0 auto;
      max-width: 80%;
      right: 0;
      width: 60%; } }
  @media only screen and (min-width: 481px) {
    .modal.large {
      left: 0;
      margin: 0 auto;
      max-width: 80%;
      right: 0;
      width: 70%; } }
  @media only screen and (min-width: 481px) {
    .modal.xlarge {
      left: 0;
      margin: 0 auto;
      max-width: 80%;
      right: 0;
      width: 95%; } }
  .modal.full {
    height: 100vh;
    height: 100%;
    left: 0;
    margin-left: 0 !important;
    max-width: none !important;
    min-height: 100vh;
    top: 0; }
    @media only screen and (min-width: 481px) {
      .modal.full {
        left: 0;
        margin: 0 auto;
        max-width: 80%;
        right: 0;
        width: 100%; } }
  .modal.toback {
    z-index: 1003; }
  .modal .modal-close {
    color: #666666;
    cursor: pointer;
    font-size: 35px;
    font-weight: normal;
    line-height: 1;
    position: absolute;
    top: 1.05rem;
    right: 0.75rem; }

.side-nav {
  display: block;
  font-family: "Archer Grotesque", Arial, Helvetica, sans-serif;
  list-style-position: outside;
  list-style-type: none;
  margin: 0;
  padding: 0.93333rem 0; }
  .side-nav li {
    font-size: 0.93333rem;
    font-weight: 400;
    margin: 0 0 0.46667rem 0; }
    .side-nav li a:not(.button) {
      color: #4f4f4f;
      display: block;
      margin: 0;
      padding: 0.46667rem 0.93333rem; }
      .side-nav li a:not(.button):hover, .side-nav li a:not(.button):focus {
        background: rgba(0, 0, 0, 0.025);
        color: #848484; }
      .side-nav li a:not(.button):active {
        color: #848484; }
    .side-nav li.active > a:first-child:not(.button) {
      color: #848484;
      font-family: "Archer Grotesque", Arial, Helvetica, sans-serif;
      font-weight: 400; }
    .side-nav li.divider {
      border-top: 1px solid;
      height: 0;
      list-style: none;
      padding: 0;
      border-top-color: #e6e6e6; }
    .side-nav li.heading {
      color: #4f4f4f;
      font-size: 0.93333rem;
      font-weight: bold;
      text-transform: uppercase; }

.split.button {
  position: relative;
  padding-right: 5rem; }
  .split.button span {
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-left: solid 1px; }
    .split.button span:after {
      position: absolute;
      content: "";
      width: 0;
      height: 0;
      display: block;
      border-style: inset;
      top: 50%;
      left: 50%; }
    .split.button span:active {
      background-color: false; }
  .split.button span {
    border-left-color: buttonStyle("default", "borderColor"); }
  .split.button span {
    width: 3.2rem; }
    .split.button span:after {
      border-top-style: solid;
      border-width: 0.4rem;
      margin-left: -0.4rem;
      top: 48%; }
  .split.button span:after {
    border-color: #4f4f4f transparent transparent transparent; }
  .split.button.secondary span {
    border-left-color: buttonStyle("default", "borderColor"); }
  .split.button.secondary span:after {
    border-color: #4f4f4f transparent transparent transparent; }
  .split.button.alert span {
    border-left-color: buttonStyle("default", "borderColor"); }
  .split.button.success span {
    border-left-color: buttonStyle("default", "borderColor"); }
  .split.button.tiny {
    padding-right: 2.93333rem; }
    .split.button.tiny span {
      width: 1.86667rem; }
      .split.button.tiny span:after {
        border-top-style: solid;
        border-width: 0.26667rem;
        margin-left: -0.26667rem;
        top: 48%; }
  .split.button.small {
    padding-right: 3.66667rem; }
    .split.button.small span {
      width: 2.33333rem; }
      .split.button.small span:after {
        border-top-style: solid;
        border-width: 0.33333rem;
        margin-left: -0.33333rem;
        top: 48%; }
  .split.button.large {
    padding-right: 6.4rem; }
    .split.button.large span {
      width: 4rem; }
      .split.button.large span:after {
        border-top-style: solid;
        border-width: 0.4rem;
        margin-left: -0.4rem;
        top: 48%; }
  .split.button.expand {
    padding-left: 2rem; }
  .split.button.secondary span:after {
    border-color: buttonStyle("primary", "color") transparent transparent transparent; }
  .split.button.radius span {
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px; }
  .split.button.round span {
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px; }
  .split.button.no-pip span:before {
    border-style: none; }
  .split.button.no-pip span:after {
    border-style: none; }
  .split.button.no-pip span > i {
    display: block;
    left: 50%;
    margin-left: -0.28889em;
    margin-top: -0.48889em;
    position: absolute;
    top: 50%; }

.sub-nav {
  display: block;
  margin: -0.26667rem 0 1.2rem;
  overflow: hidden;
  padding-top: 0.26667rem;
  width: auto; }
  .sub-nav dt {
    text-transform: uppercase; }
  .sub-nav dt,
  .sub-nav dd,
  .sub-nav li {
    color: #999999;
    float: left;
    font-family: "Archer Grotesque", Arial, Helvetica, sans-serif;
    font-size: 0.93333rem;
    font-weight: 400;
    margin-left: 1.06667rem;
    margin-bottom: 0; }
    .sub-nav dt a,
    .sub-nav dd a,
    .sub-nav li a {
      color: #999999;
      padding: 0.2rem 1.06667rem;
      text-decoration: none; }
      .sub-nav dt a:hover,
      .sub-nav dd a:hover,
      .sub-nav li a:hover {
        color: #737373; }
    .sub-nav dt.active a,
    .sub-nav dd.active a,
    .sub-nav li.active a {
      border-radius: 3px;
      background: #4f4f4f;
      color: #FFFFFF;
      cursor: default;
      font-weight: 400;
      padding: 0.2rem 1.06667rem; }
      .sub-nav dt.active a:hover,
      .sub-nav dd.active a:hover,
      .sub-nav li.active a:hover {
        background: #444444; }

.switch {
  border: none;
  margin-bottom: 1.5rem;
  outline: 0;
  padding: 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .switch label {
    background: #DDDDDD;
    color: transparent;
    cursor: pointer;
    display: block;
    margin-bottom: 1rem;
    position: relative;
    text-indent: 100%;
    width: 4rem;
    height: 2rem;
    transition: left 0.15s ease-out; }
  .switch input {
    left: 10px;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 9px; }
    .switch input + label {
      margin-left: 0;
      margin-right: 0; }
  .switch label:after {
    background: #FFFFFF;
    content: "";
    display: block;
    height: 1.5rem;
    left: .25rem;
    position: absolute;
    top: .25rem;
    width: 1.5rem;
    -webkit-transition: left 0.15s ease-out;
    -moz-transition: left 0.15s ease-out;
    -o-transition: translate3d(0, 0, 0);
    transition: left 0.15s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .switch input:checked + label {
    background: #4f4f4f; }
  .switch input:checked + label:after {
    left: 2.25rem; }
  .switch label {
    height: 2rem;
    width: 4rem; }
  .switch label:after {
    height: 1.5rem;
    width: 1.5rem; }
  .switch input:checked + label:after {
    left: 2.25rem; }
  .switch label {
    color: transparent;
    background: #DDDDDD; }
  .switch label:after {
    background: #FFFFFF; }
  .switch input:checked + label {
    background: #4f4f4f; }
  .switch.large label {
    height: 2.5rem;
    width: 5rem; }
  .switch.large label:after {
    height: 2rem;
    width: 2rem; }
  .switch.large input:checked + label:after {
    left: 2.75rem; }
  .switch.small label {
    height: 1.75rem;
    width: 3.5rem; }
  .switch.small label:after {
    height: 1.25rem;
    width: 1.25rem; }
  .switch.small input:checked + label:after {
    left: 2rem; }
  .switch.tiny label {
    height: 1.5rem;
    width: 3rem; }
  .switch.tiny label:after {
    height: 1rem;
    width: 1rem; }
  .switch.tiny input:checked + label:after {
    left: 1.75rem; }
  .switch.radius label {
    border-radius: 4px; }
  .switch.radius label:after {
    border-radius: 3px; }
  .switch.round {
    border-radius: 1000px; }
    .switch.round label {
      border-radius: 2rem; }
    .switch.round label:after {
      border-radius: 2rem; }

table {
  background: #FFFFFF;
  border: solid 1px #e8e8e8;
  margin-bottom: 2.03333rem;
  table-layout: auto; }
  table caption {
    background: transparent;
    color: #222222;
    font-size: 1.06667rem;
    font-weight: bold; }
  table thead {
    background: #f2f2f2; }
    table thead tr th,
    table thead tr td {
      color: #222222;
      font-size: 1rem;
      font-weight: 700;
      padding: 0.73333rem 1.5rem; }
  table tfoot {
    background: #f2f2f2; }
    table tfoot tr th,
    table tfoot tr td {
      color: #222222;
      font-size: 1rem;
      font-weight: 700;
      padding: 0.73333rem 1.5rem; }
  table tr th,
  table tr td {
    color: #222222;
    font-size: 0.93333rem;
    padding: 0.73333rem 1.5rem;
    text-align: left; }
  table tr.even, table tr.alt, table tr:nth-of-type(even) {
    background: #F9F9F9; }
  table thead tr th,
  table tfoot tr th,
  table tfoot tr td,
  table tbody tr th,
  table tbody tr td,
  table tr td {
    display: table-cell;
    line-height: 1.2rem; }

.tabs {
  margin-bottom: 0 !important;
  margin-left: 0; }
  .tabs:before, .tabs:after {
    content: " ";
    display: table; }
  .tabs:after {
    clear: both; }
  .tabs dd,
  .tabs .tab-title {
    float: left;
    list-style: none;
    margin-bottom: 0 !important;
    position: relative; }
    .tabs dd > a,
    .tabs .tab-title > a {
      display: block;
      background-color: #EFEFEF;
      color: #989898;
      font-family: "Archer Grotesque", Arial, Helvetica, sans-serif;
      font-size: 15px;
      padding: 0.73333rem 1.46667rem; }
      .tabs dd > a:hover,
      .tabs .tab-title > a:hover {
        background-color: #e1e1e1; }
    .tabs dd.active > a,
    .tabs .tab-title.active > a {
      background-color: #FFFFFF;
      color: #4f4f4f; }
  .tabs.radius dd:first-child a,
  .tabs.radius .tab:first-child a {
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px; }
  .tabs.radius dd:last-child a,
  .tabs.radius .tab:last-child a {
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px; }
  .tabs.vertical dd,
  .tabs.vertical .tab-title {
    position: inherit;
    float: none;
    display: block;
    top: auto; }

.tabs-content {
  margin-bottom: 1.5rem;
  width: 100%; }
  .tabs-content:before, .tabs-content:after {
    content: " ";
    display: table; }
  .tabs-content:after {
    clear: both; }
  .tabs-content > .content {
    display: none;
    float: left;
    padding: 1.5rem 0 0;
    width: 100%; }
    .tabs-content > .content.active {
      display: block;
      float: none; }
    .tabs-content > .content.contained {
      padding: 1.5rem 0; }
  .tabs-content.vertical {
    display: block; }
    .tabs-content.vertical > .content {
      padding: 0 1.5rem 0; }

@media only screen and (min-width: 481px) {
  .tabs.vertical {
    float: left;
    margin: 0;
    margin-bottom: 1.5rem !important;
    max-width: 20%;
    width: 20%; }
  .tabs-content.vertical {
    float: left;
    margin-left: -1px;
    max-width: 80%;
    padding-left: 1rem;
    width: 80%; } }

.no-js .tabs-content > .content {
  display: block;
  float: none; }

/* Tooltips */
.has-tip {
  border-bottom: dotted 1px #989898;
  color: #2d2d2d;
  cursor: help;
  font-weight: 600; }
  .has-tip:hover, .has-tip:focus {
    border-bottom: dotted 1px #242424;
    color: #4f4f4f; }
  .has-tip.tip-left, .has-tip.tip-right {
    float: none !important; }

.tooltip {
  background: #2d2d2d;
  color: white;
  display: none;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  max-width: 300px;
  padding: 0.4rem 0.53333rem 0.33333rem;
  position: absolute;
  width: 100%;
  z-index: 1006;
  left: 50%; }
  .tooltip > .nub {
    border: solid 5px;
    border-color: transparent transparent #2d2d2d transparent;
    display: block;
    height: 0;
    pointer-events: none;
    position: absolute;
    top: -10px;
    width: 0;
    left: 5px; }
    .tooltip > .nub.rtl {
      left: auto;
      right: 5px; }
  .tooltip.radius {
    border-radius: 2px; }
  .tooltip.round {
    border-radius: 1000px; }
    .tooltip.round > .nub {
      left: 2rem; }
  .tooltip.opened {
    border-bottom: dotted 1px #242424 !important;
    color: #4f4f4f !important; }

.tap-to-close {
  color: #dfdfdf;
  display: block;
  font-size: 13px;
  font-weight: 400; }

@media only screen {
  .tooltip > .nub {
    border-color: transparent transparent #2d2d2d transparent;
    top: -10px; }
  .tooltip.tip-top > .nub {
    border-color: #2d2d2d transparent transparent transparent;
    bottom: -10px;
    top: auto; }
  .tooltip.tip-left, .tooltip.tip-right {
    float: none !important; }
  .tooltip.tip-left > .nub {
    border-color: transparent transparent transparent #2d2d2d;
    left: auto;
    margin-top: -5px;
    right: -10px;
    top: 50%; }
  .tooltip.tip-right > .nub {
    border-color: transparent #2d2d2d transparent transparent;
    left: -10px;
    margin-top: -5px;
    right: auto;
    top: 50%; } }

meta.foundation-mq-topbar {
  font-family: "/only screen and (min-width:481px)/";
  width: 481px; }

/* Wrapped around .top-bar to contain to grid width */
.contain-to-grid {
  width: 100%;
  background: #333333; }
  .contain-to-grid .top-bar {
    margin-bottom: 0; }

.fixed, .header.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  left: 0; }
  .fixed.expanded:not(.top-bar) {
    height: auto;
    max-height: 100%;
    overflow-y: auto;
    width: 100%; }
    .fixed.expanded:not(.top-bar) .title-area {
      position: fixed;
      width: 100%;
      z-index: 99; }
    .fixed.expanded:not(.top-bar) .top-bar-section {
      margin-top: 3rem;
      z-index: 98; }

.top-bar {
  background: #333333;
  height: 3rem;
  line-height: 3rem;
  margin-bottom: 0;
  overflow: hidden;
  position: relative; }
  .top-bar ul {
    list-style: none;
    margin-bottom: 0; }
  .top-bar .row {
    max-width: none; }
  .top-bar form,
  .top-bar input,
  .top-bar select {
    margin-bottom: 0; }
  .top-bar input,
  .top-bar select {
    font-size: 0.75rem;
    height: 1.86667rem;
    padding-bottom: .35rem;
    padding-top: .35rem; }
  .top-bar .button, .top-bar button {
    font-size: 0.75rem;
    margin-bottom: 0;
    padding-bottom: 0.41667rem;
    padding-top: 0.41667rem; }
    @media only screen and (max-width: 480px) {
      .top-bar .button, .top-bar button {
        position: relative;
        top: -1px; } }
  .top-bar .title-area {
    margin: 0;
    position: relative; }
  .top-bar .name {
    font-size: 15px;
    height: 3rem;
    margin: 0; }
    .top-bar .name h1, .top-bar .name .h1, .top-bar .name h2, .top-bar .name .h2, .top-bar .name h3, .top-bar .name .h3, .top-bar .name .cart-actions .btn, .cart-actions .top-bar .name .btn, .top-bar .name .cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit, .cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .top-bar .name #ISR_form_submit, .top-bar .name .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions #ISR_form_submit, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions .top-bar .name #ISR_form_submit, .top-bar .name .cart-actions .swal2-confirm, .cart-actions .top-bar .name .swal2-confirm,
    .top-bar .name .cart-actions .swal2-cancel, .cart-actions .top-bar .name .swal2-cancel, .top-bar .name h4, .top-bar .name .h4, .top-bar .name .estimator-form select.form-select#shipping-state, .estimator-form .top-bar .name select.form-select#shipping-state, .top-bar .name p, .top-bar .name span {
      font-size: 1.13333rem;
      line-height: 3rem;
      margin: 0; }
      .top-bar .name h1 a, .top-bar .name .h1 a, .top-bar .name h2 a, .top-bar .name .h2 a, .top-bar .name h3 a, .top-bar .name .h3 a, .top-bar .name .cart-actions .btn a, .cart-actions .top-bar .name .btn a, .top-bar .name .cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit a, .cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .top-bar .name #ISR_form_submit a, .top-bar .name .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions #ISR_form_submit a, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions .top-bar .name #ISR_form_submit a, .top-bar .name .cart-actions .swal2-confirm a, .cart-actions .top-bar .name .swal2-confirm a, .top-bar .name .cart-actions .swal2-cancel a, .cart-actions .top-bar .name .swal2-cancel a, .top-bar .name h4 a, .top-bar .name .h4 a, .top-bar .name .estimator-form select.form-select#shipping-state a, .estimator-form .top-bar .name select.form-select#shipping-state a, .top-bar .name p a, .top-bar .name span a {
        color: #FFFFFF;
        display: block;
        font-weight: 400;
        padding: 0 1rem;
        width: 75%; }
  .top-bar .toggle-topbar {
    position: absolute;
    right: 0;
    top: 0; }
    .top-bar .toggle-topbar a {
      color: #FFFFFF;
      display: block;
      font-size: 0.86667rem;
      font-weight: 700;
      height: 3rem;
      line-height: 3rem;
      padding: 0 1rem;
      position: relative;
      text-transform: uppercase; }
    .top-bar .toggle-topbar.menu-icon {
      margin-top: -16px;
      top: 50%; }
      .top-bar .toggle-topbar.menu-icon a {
        color: #FFFFFF;
        height: 34px;
        line-height: 33px;
        padding: 0 2.66667rem 0 1rem;
        position: relative; }
        .top-bar .toggle-topbar.menu-icon a span::after {
          content: "";
          display: block;
          height: 0;
          position: absolute;
          margin-top: -8px;
          top: 50%;
          right: 1rem;
          box-shadow: 0 0 0 1px #FFFFFF, 0 7px 0 1px #FFFFFF, 0 14px 0 1px #FFFFFF;
          width: 16px; }
        .top-bar .toggle-topbar.menu-icon a span:hover:after {
          box-shadow: 0 0 0 1px "", 0 7px 0 1px "", 0 14px 0 1px ""; }
  .top-bar.expanded {
    background: transparent;
    height: auto; }
    .top-bar.expanded .title-area {
      background: #333333; }
    .top-bar.expanded .toggle-topbar a {
      color: #888888; }
      .top-bar.expanded .toggle-topbar a span::after {
        box-shadow: 0 0 0 1px #888888, 0 7px 0 1px #888888, 0 14px 0 1px #888888; }
    @media screen and (-webkit-min-device-pixel-ratio: 0) {
      .top-bar.expanded .top-bar-section .has-dropdown.moved > .dropdown,
      .top-bar.expanded .top-bar-section .dropdown {
        clip: initial; }
      .top-bar.expanded .top-bar-section .has-dropdown:not(.moved) > ul {
        padding: 0; } }

.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  transition: left 300ms ease-out; }
  .top-bar-section ul {
    display: block;
    font-size: 15px;
    height: auto;
    margin: 0;
    padding: 0;
    width: 100%; }
  .top-bar-section .divider,
  .top-bar-section [role="separator"] {
    border-top: solid 1px #1a1a1a;
    clear: both;
    height: 1px;
    width: 100%; }
  .top-bar-section ul li {
    background: #333333; }
    .top-bar-section ul li > a {
      color: #FFFFFF;
      display: block;
      font-family: "Archer Grotesque", Arial, Helvetica, sans-serif;
      font-size: 0.86667rem;
      font-weight: 400;
      padding-left: 1rem;
      padding: 12px 0 12px 1rem;
      text-transform: none;
      width: 100%; }
      .top-bar-section ul li > a.button {
        font-size: 0.86667rem;
        padding-left: 1rem;
        padding-right: 1rem;
        background-color: #4f4f4f;
        border-color: #3f3f3f;
        color: #FFFFFF; }
        .top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
          background-color: #3f3f3f; }
        .top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
          color: #FFFFFF; }
      .top-bar-section ul li > a.button.secondary {
        background-color: #e7e7e7;
        border-color: #b9b9b9;
        color: #333333; }
        .top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
          background-color: #b9b9b9; }
        .top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
          color: #333333; }
      .top-bar-section ul li > a.button.success {
        background-color: #7ca386;
        border-color: #5f8769;
        color: #FFFFFF; }
        .top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
          background-color: #5f8769; }
        .top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
          color: #FFFFFF; }
      .top-bar-section ul li > a.button.alert {
        background-color: #ff7d7d;
        border-color: #ff3131;
        color: #333333; }
        .top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
          background-color: #ff3131; }
        .top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
          color: #FFFFFF; }
      .top-bar-section ul li > a.button.warning {
        background-color: #f08a24;
        border-color: #cf6e0e;
        color: #FFFFFF; }
        .top-bar-section ul li > a.button.warning:hover, .top-bar-section ul li > a.button.warning:focus {
          background-color: #cf6e0e; }
        .top-bar-section ul li > a.button.warning:hover, .top-bar-section ul li > a.button.warning:focus {
          color: #FFFFFF; }
      .top-bar-section ul li > a.button.info {
        background-color: #a0d3e8;
        border-color: #61b6d9;
        color: #333333; }
        .top-bar-section ul li > a.button.info:hover, .top-bar-section ul li > a.button.info:focus {
          background-color: #61b6d9; }
        .top-bar-section ul li > a.button.info:hover, .top-bar-section ul li > a.button.info:focus {
          color: #FFFFFF; }
    .top-bar-section ul li > button {
      font-size: 0.86667rem;
      padding-left: 1rem;
      padding-right: 1rem;
      background-color: #4f4f4f;
      border-color: #3f3f3f;
      color: #FFFFFF; }
      .top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
        background-color: #3f3f3f; }
      .top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
        color: #FFFFFF; }
      .top-bar-section ul li > button.secondary {
        background-color: #e7e7e7;
        border-color: #b9b9b9;
        color: #333333; }
        .top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
          background-color: #b9b9b9; }
        .top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
          color: #333333; }
      .top-bar-section ul li > button.success {
        background-color: #7ca386;
        border-color: #5f8769;
        color: #FFFFFF; }
        .top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
          background-color: #5f8769; }
        .top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
          color: #FFFFFF; }
      .top-bar-section ul li > button.alert {
        background-color: #ff7d7d;
        border-color: #ff3131;
        color: #333333; }
        .top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
          background-color: #ff3131; }
        .top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
          color: #FFFFFF; }
      .top-bar-section ul li > button.warning {
        background-color: #f08a24;
        border-color: #cf6e0e;
        color: #FFFFFF; }
        .top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
          background-color: #cf6e0e; }
        .top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
          color: #FFFFFF; }
      .top-bar-section ul li > button.info {
        background-color: #a0d3e8;
        border-color: #61b6d9;
        color: #333333; }
        .top-bar-section ul li > button.info:hover, .top-bar-section ul li > button.info:focus {
          background-color: #61b6d9; }
        .top-bar-section ul li > button.info:hover, .top-bar-section ul li > button.info:focus {
          color: #FFFFFF; }
    .top-bar-section ul li:hover:not(.has-form) > a {
      background-color: #555555;
      color: #FFFFFF;
      background: #222222; }
    .top-bar-section ul li.active > a {
      background: #4f4f4f;
      color: #FFFFFF; }
      .top-bar-section ul li.active > a:hover {
        background: #444444;
        color: #FFFFFF; }
  .top-bar-section .has-form {
    padding: 1rem; }
  .top-bar-section .has-dropdown {
    position: relative; }
    .top-bar-section .has-dropdown > a:after {
      border: inset 5px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
      border-left-style: solid;
      margin-right: 1rem;
      margin-top: -4.5px;
      position: absolute;
      top: 50%;
      right: 0; }
    .top-bar-section .has-dropdown.moved {
      position: static; }
      .top-bar-section .has-dropdown.moved > .dropdown {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
        display: block;
        position: absolute !important;
        width: 100%; }
      .top-bar-section .has-dropdown.moved > a:after {
        display: none; }
  .top-bar-section .dropdown {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    display: block;
    padding: 0;
    position: absolute;
    top: 0;
    z-index: 99;
    left: 100%; }
    .top-bar-section .dropdown li {
      height: auto;
      width: 100%; }
      .top-bar-section .dropdown li a {
        font-weight: 400;
        padding: 8px 1rem; }
        .top-bar-section .dropdown li a.parent-link {
          font-weight: 400; }
      .top-bar-section .dropdown li.title h5, .top-bar-section .dropdown li.title .h5, .top-bar-section .dropdown li.parent-link {
        margin-bottom: 0;
        margin-top: 0;
        font-size: 1.2rem; }
        .top-bar-section .dropdown li.title h5 a, .top-bar-section .dropdown li.title .h5 a, .top-bar-section .dropdown li.parent-link a {
          color: #FFFFFF;
          display: block; }
          .top-bar-section .dropdown li.title h5 a:hover, .top-bar-section .dropdown li.title .h5 a:hover, .top-bar-section .dropdown li.parent-link a:hover {
            background: none; }
      .top-bar-section .dropdown li.has-form {
        padding: 8px 1rem; }
      .top-bar-section .dropdown li .button,
      .top-bar-section .dropdown li button {
        top: auto; }
    .top-bar-section .dropdown label {
      color: #777777;
      font-size: 0.66667rem;
      font-weight: 700;
      margin-bottom: 0;
      padding: 8px 1rem 2px;
      text-transform: uppercase; }

.js-generated {
  display: block; }

@media only screen and (min-width: 481px) {
  .top-bar {
    background: #333333;
    overflow: visible; }
    .top-bar:before, .top-bar:after {
      content: " ";
      display: table; }
    .top-bar:after {
      clear: both; }
    .top-bar .toggle-topbar {
      display: none; }
    .top-bar .title-area {
      float: left; }
    .top-bar .name h1 a, .top-bar .name .h1 a, .top-bar .name h2 a, .top-bar .name .h2 a, .top-bar .name h3 a, .top-bar .name .h3 a, .top-bar .name .cart-actions .btn a, .cart-actions .top-bar .name .btn a, .top-bar .name .cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit a, .cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .top-bar .name #ISR_form_submit a, .top-bar .name .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions #ISR_form_submit a, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions .top-bar .name #ISR_form_submit a, .top-bar .name .cart-actions .swal2-confirm a, .cart-actions .top-bar .name .swal2-confirm a, .top-bar .name .cart-actions .swal2-cancel a, .cart-actions .top-bar .name .swal2-cancel a, .top-bar .name h4 a, .top-bar .name .h4 a, .top-bar .name .estimator-form select.form-select#shipping-state a, .estimator-form .top-bar .name select.form-select#shipping-state a,
    .top-bar .name h5 a,
    .top-bar .name .h5 a,
    .top-bar .name h6 a {
      width: auto; }
    .top-bar input,
    .top-bar select,
    .top-bar .button,
    .top-bar button {
      font-size: 0.93333rem;
      height: 1.86667rem;
      position: relative;
      top: 0.56667rem; }
    .top-bar .has-form > .button,
    .top-bar .has-form > button {
      font-size: 0.93333rem;
      height: 1.86667rem;
      position: relative;
      top: 0.56667rem; }
    .top-bar.expanded {
      background: #333333; }
  .contain-to-grid .top-bar {
    margin: 0 auto;
    margin-bottom: 0;
    max-width: 80rem; }
  .top-bar-section {
    transition: none 0 0;
    left: 0 !important; }
    .top-bar-section ul {
      display: inline;
      height: auto !important;
      width: auto; }
      .top-bar-section ul li {
        float: left; }
        .top-bar-section ul li .js-generated {
          display: none; }
    .top-bar-section li.hover > a:not(.button) {
      background-color: #555555;
      background: #222222;
      color: #FFFFFF; }
    .top-bar-section li:not(.has-form) a:not(.button) {
      background: #333333;
      line-height: 3rem;
      padding: 0 1rem; }
      .top-bar-section li:not(.has-form) a:not(.button):hover {
        background-color: #555555;
        background: #222222; }
    .top-bar-section li.active:not(.has-form) a:not(.button) {
      background: #4f4f4f;
      color: #FFFFFF;
      line-height: 3rem;
      padding: 0 1rem; }
      .top-bar-section li.active:not(.has-form) a:not(.button):hover {
        background: #444444;
        color: #FFFFFF; }
    .top-bar-section .has-dropdown > a {
      padding-right: 2.33333rem !important; }
      .top-bar-section .has-dropdown > a:after {
        border: inset 5px;
        content: "";
        display: block;
        height: 0;
        width: 0;
        border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent;
        border-top-style: solid;
        margin-top: -2.5px;
        top: 1.5rem; }
    .top-bar-section .has-dropdown.moved {
      position: relative; }
      .top-bar-section .has-dropdown.moved > .dropdown {
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        position: absolute !important;
        width: 1px;
        display: block; }
    .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
      position: static !important;
      height: auto;
      width: auto;
      overflow: visible;
      clip: auto;
      display: block;
      position: absolute !important; }
    .top-bar-section .has-dropdown > a:focus + .dropdown {
      position: static !important;
      height: auto;
      width: auto;
      overflow: visible;
      clip: auto;
      display: block;
      position: absolute !important; }
    .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
      border: none;
      content: "\00bb";
      top: 0.2rem;
      right: 5px; }
    .top-bar-section .dropdown {
      left: 0;
      background: transparent;
      min-width: 100%;
      top: auto; }
      .top-bar-section .dropdown li a {
        background: #333333;
        color: #FFFFFF;
        line-height: 3rem;
        padding: 12px 1rem;
        white-space: nowrap; }
      .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
        background: #333333;
        color: #FFFFFF; }
      .top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
        background-color: #555555;
        color: #FFFFFF;
        background: #222222; }
      .top-bar-section .dropdown li label {
        background: #333333;
        white-space: nowrap; }
      .top-bar-section .dropdown li .dropdown {
        left: 100%;
        top: 0; }
    .top-bar-section > ul > .divider,
    .top-bar-section > ul > [role="separator"] {
      border-right: solid 1px #4e4e4e;
      border-bottom: none;
      border-top: none;
      clear: none;
      height: 3rem;
      width: 0; }
    .top-bar-section .has-form {
      background: #333333;
      height: 3rem;
      padding: 0 1rem; }
    .top-bar-section .right li .dropdown {
      left: auto;
      right: 0; }
      .top-bar-section .right li .dropdown li .dropdown {
        right: 100%; }
    .top-bar-section .left li .dropdown {
      right: auto;
      left: 0; }
      .top-bar-section .left li .dropdown li .dropdown {
        left: 100%; }
  .no-js .top-bar-section ul li:hover > a {
    background-color: #555555;
    background: #222222;
    color: #FFFFFF; }
  .no-js .top-bar-section ul li:active > a {
    background: #4f4f4f;
    color: #FFFFFF; }
  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important; }
  .no-js .top-bar-section .has-dropdown > a:focus + .dropdown {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important; } }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

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

.text-justify {
  text-align: justify !important; }

@media only screen and (max-width: 480px) {
  .small-only-text-left {
    text-align: left !important; }
  .small-only-text-right {
    text-align: right !important; }
  .small-only-text-center {
    text-align: center !important; }
  .small-only-text-justify {
    text-align: justify !important; } }

@media only screen {
  .small-text-left {
    text-align: left !important; }
  .small-text-right {
    text-align: right !important; }
  .small-text-center {
    text-align: center !important; }
  .small-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 481px) and (max-width: 767px) {
  .medium-only-text-left {
    text-align: left !important; }
  .medium-only-text-right {
    text-align: right !important; }
  .medium-only-text-center {
    text-align: center !important; }
  .medium-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 481px) {
  .medium-text-left {
    text-align: left !important; }
  .medium-text-right {
    text-align: right !important; }
  .medium-text-center {
    text-align: center !important; }
  .medium-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .large-only-text-left {
    text-align: left !important; }
  .large-only-text-right {
    text-align: right !important; }
  .large-only-text-center {
    text-align: center !important; }
  .large-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 768px) {
  .large-text-left {
    text-align: left !important; }
  .large-text-right {
    text-align: right !important; }
  .large-text-center {
    text-align: center !important; }
  .large-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .xlarge-only-text-left {
    text-align: left !important; }
  .xlarge-only-text-right {
    text-align: right !important; }
  .xlarge-only-text-center {
    text-align: center !important; }
  .xlarge-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 992px) {
  .xlarge-text-left {
    text-align: left !important; }
  .xlarge-text-right {
    text-align: right !important; }
  .xlarge-text-center {
    text-align: center !important; }
  .xlarge-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 1200px) and (max-width: 99999999px) {
  .xxlarge-only-text-left {
    text-align: left !important; }
  .xxlarge-only-text-right {
    text-align: right !important; }
  .xxlarge-only-text-center {
    text-align: center !important; }
  .xxlarge-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 1200px) {
  .xxlarge-text-left {
    text-align: left !important; }
  .xxlarge-text-right {
    text-align: right !important; }
  .xxlarge-text-center {
    text-align: center !important; }
  .xxlarge-text-justify {
    text-align: justify !important; } }

/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
.h1,
h2,
.h2,
h3,
.h3,
.cart-actions .btn,
.cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit,
.productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions #ISR_form_submit,
.cart-actions .swal2-confirm,
.cart-actions .swal2-cancel,
h4,
.h4,
.estimator-form select.form-select#shipping-state,
h5,
.h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

/* Default Link Styles */
a {
  color: #4f4f4f;
  line-height: inherit;
  text-decoration: underline; }
  a:hover, a:focus {
    color: #a5a5a5;
    text-decoration: none; }
  a img {
    border: none; }

/* Default paragraph styles */
p {
  font-family: inherit;
  font-size: 0.93333rem;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  text-rendering: optimizeLegibility; }
  p.lead {
    font-size: 1.16667rem;
    line-height: 1.6; }
  p aside {
    font-size: 0.93333rem;
    font-style: italic;
    line-height: 1.35; }

/* Default header styles */

h1,
.h1,
h2,
.h2,
h3,
.h3,
.cart-actions .btn,
.cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit,
.productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions #ISR_form_submit,
.cart-actions .swal2-confirm,
.cart-actions .swal2-cancel,
h4,
.h4,
.estimator-form select.form-select#shipping-state,
h5,
.h5, h6 {
  color: #2d2d2d;
  font-family: "Archer Grotesque", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 0.73333rem;
  margin-top: 3rem;
  text-rendering: optimizeLegibility; }
  h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, .cart-actions .btn small, .cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit small, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions #ISR_form_submit small, .cart-actions .swal2-confirm small, .cart-actions .swal2-cancel small, h4 small, .h4 small, .estimator-form select.form-select#shipping-state small, h5 small, .h5 small, h6 small {
    color: #989898;
    font-size: 60%;
    line-height: 0; }


h1,
.h1 {
  font-size: 2rem; }


h2,
.h2 {
  font-size: 1.66667rem; }


h3,
.h3,
.cart-actions .btn,
.cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit,
.productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions #ISR_form_submit,
.cart-actions .swal2-confirm,
.cart-actions .swal2-cancel {
  font-size: 1rem; }


h4,
.h4,
.estimator-form select.form-select#shipping-state {
  font-size: 1rem; }


h5,
.h5 {
  font-size: 1rem; }

h6 {
  font-size: 0.86667rem; }

.subheader {
  line-height: 24px;
  color: #777777;
  font-weight: 400;
  margin-top: 0.2rem;
  margin-bottom: 0.73333rem; }

hr {
  border: solid #e8e8e8;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 2.03333rem 0 1.96667rem; }

/* Helpful Typography Defaults */
em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: 700;
  line-height: inherit; }

small {
  font-size: 60%;
  line-height: inherit; }

code {
  background-color: #f8f8f8;
  border-color: #dfdfdf;
  border-style: solid;
  border-width: 1px;
  color: #333333;
  font-family: Menlo, Monaco, Consolas, monospace;
  font-weight: 400;
  padding: 0.13333rem 0.33333rem 0.06667rem; }

/* Lists */
ul,
ol,
dl {
  font-family: inherit;
  font-size: 0.93333rem;
  line-height: 1.6;
  list-style-position: outside;
  margin-bottom: 1.5rem; }

ul {
  margin-left: 1.15rem; }

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.2rem;
  margin-bottom: 0; }

ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit; }

ul.square {
  list-style-type: square;
  margin-left: 1.15rem; }

ul.circle {
  list-style-type: circle;
  margin-left: 1.15rem; }

ul.disc {
  list-style-type: disc;
  margin-left: 1.15rem; }

/* Ordered Lists */
ol {
  margin-left: 1.15rem; }
  ol li ul,
  ol li ol {
    margin-left: 1.2rem;
    margin-bottom: 0; }

.no-bullet {
  list-style-type: none;
  margin-left: 0; }
  .no-bullet li ul,
  .no-bullet li ol {
    margin-left: 1.2rem;
    margin-bottom: 0;
    list-style: none; }

/* Definition Lists */
dl dt {
  margin-bottom: 0.4rem;
  font-weight: 700; }

dl dd {
  margin-bottom: 1.5rem; }

/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #4f4f4f;
  cursor: help; }

abbr {
  text-transform: none; }
  abbr[title] {
    border-bottom: 1px dotted #dfdfdf; }

/* Blockquotes */
blockquote {
  margin: 0 0 1.5rem;
  padding: 0.6rem 1.33333rem 0 1.26667rem;
  border-left: 1px solid #DDDDDD; }
  blockquote cite {
    display: block;
    font-size: 1rem;
    color: #a5a5a5; }
    blockquote cite:before {
      content: "\2014 \0020"; }
    blockquote cite a,
    blockquote cite a:visited {
      color: #a5a5a5; }

blockquote,
blockquote p {
  line-height: 1.6;
  color: #777777; }

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.33333rem 0;
  border: 1px solid #DDDDDD;
  padding: 0.66667rem 0.8rem; }
  .vcard li {
    margin: 0;
    display: block; }
  .vcard .fn {
    font-weight: 700;
    font-size: 1rem; }

.vevent .summary {
  font-weight: 700; }

.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: 700;
  border: none;
  padding: 0 0.06667rem; }

@media only screen and (min-width: 481px) {
  
  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3,
  .cart-actions .btn,
  .cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit,
  .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions #ISR_form_submit,
  .cart-actions .swal2-confirm,
  .cart-actions .swal2-cancel,
  h4,
  .h4,
  .estimator-form select.form-select#shipping-state,
  h5,
  .h5, h6 {
    line-height: 1.4; }
  
  h1,
  .h1 {
    font-size: 2.66667rem; }
  
  h2,
  .h2 {
    font-size: 2.33333rem; }
  
  h3,
  .h3,
  .cart-actions .btn,
  .cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit,
  .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions #ISR_form_submit,
  .cart-actions .swal2-confirm,
  .cart-actions .swal2-cancel {
    font-size: 1.33333rem; }
  
  h4,
  .h4,
  .estimator-form select.form-select#shipping-state {
    font-size: 1.33333rem; }
  
  h5,
  .h5 {
    font-size: 1rem; }
  h6 {
    font-size: 0.86667rem; } }

/*
       * Print styles.
       *
       * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
       * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
      */
@media print {
  * {
    background: transparent !important;
    color: #000000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.34in; }
  p,
  h2,
  .h2,
  h3,
  .h3,
  .cart-actions .btn,
  .cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit,
  .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions #ISR_form_submit,
  .cart-actions .swal2-confirm,
  .cart-actions .swal2-cancel {
    orphans: 3;
    widows: 3; }
  
  h2,
  .h2,
  h3,
  .h3,
  .cart-actions .btn,
  .cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit,
  .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions #ISR_form_submit,
  .cart-actions .swal2-confirm,
  .cart-actions .swal2-cancel {
    page-break-after: avoid; } }

.off-canvas-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  overflow: hidden; }
  .off-canvas-wrap.move-right, .off-canvas-wrap.move-left, .off-canvas-wrap.move-bottom, .off-canvas-wrap.move-top {
    min-height: 100%;
    -webkit-overflow-scrolling: touch; }

.inner-wrap {
  position: relative;
  width: 100%;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease; }
  .inner-wrap:before, .inner-wrap:after {
    content: " ";
    display: table; }
  .inner-wrap:after {
    clear: both; }

.tab-bar {
  -webkit-backface-visibility: hidden;
  background: #fff;
  color: #000;
  height: 4.66667rem;
  line-height: 4.66667rem;
  position: relative; }
  .tab-bar h1, .tab-bar .h1, .tab-bar h2, .tab-bar .h2, .tab-bar h3, .tab-bar .h3, .tab-bar .cart-actions .btn, .cart-actions .tab-bar .btn, .tab-bar .cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit, .cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .tab-bar #ISR_form_submit, .tab-bar .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions #ISR_form_submit, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions .tab-bar #ISR_form_submit, .tab-bar .cart-actions .swal2-confirm, .cart-actions .tab-bar .swal2-confirm,
  .tab-bar .cart-actions .swal2-cancel, .cart-actions .tab-bar .swal2-cancel, .tab-bar h4, .tab-bar .h4, .tab-bar .estimator-form select.form-select#shipping-state, .estimator-form .tab-bar select.form-select#shipping-state, .tab-bar h5, .tab-bar .h5, .tab-bar h6 {
    color: #000;
    font-weight: 700;
    line-height: 1.6;
    margin: 0; }
  .tab-bar h1, .tab-bar .h1, .tab-bar h2, .tab-bar .h2, .tab-bar h3, .tab-bar .h3, .tab-bar .cart-actions .btn, .cart-actions .tab-bar .btn, .tab-bar .cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit, .cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .tab-bar #ISR_form_submit, .tab-bar .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions #ISR_form_submit, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions .tab-bar #ISR_form_submit, .tab-bar .cart-actions .swal2-confirm, .cart-actions .tab-bar .swal2-confirm,
  .tab-bar .cart-actions .swal2-cancel, .cart-actions .tab-bar .swal2-cancel, .tab-bar h4, .tab-bar .h4, .tab-bar .estimator-form select.form-select#shipping-state, .estimator-form .tab-bar select.form-select#shipping-state {
    font-size: 1rem; }

.left-small {
  height: 4.66667rem;
  position: absolute;
  top: 0;
  width: 4.66667rem;
  border-right: none 0 transparent;
  left: 0; }

.right-small {
  height: 4.66667rem;
  position: absolute;
  top: 0;
  width: 4.66667rem;
  border-left: none 0 transparent;
  right: 0; }

.tab-bar-section {
  height: 4.66667rem;
  padding: 0 0.66667rem;
  position: absolute;
  text-align: center;
  top: 0; }
  .tab-bar-section.left {
    text-align: left; }
  .tab-bar-section.right {
    text-align: right; }
  .tab-bar-section.left {
    left: 0;
    right: 4.66667rem; }
  .tab-bar-section.right {
    left: 4.66667rem;
    right: 0; }
  .tab-bar-section.middle {
    left: 4.66667rem;
    right: 4.66667rem; }

.tab-bar .menu-icon {
  color: #000;
  display: block;
  height: 4.66667rem;
  padding: 0;
  position: relative;
  text-indent: 2.33333rem;
  transform: translate3d(0, 0, 0);
  width: 4.66667rem; }
  .tab-bar .menu-icon span::after {
    content: "";
    display: block;
    height: 0;
    position: absolute;
    top: 50%;
    margin-top: -0.53333rem;
    left: 1.8rem;
    box-shadow: 0 0 0 1px #000, 0 7px 0 1px #000, 0 14px 0 1px #000;
    width: 1.06667rem; }
  .tab-bar .menu-icon span:hover:after {
    box-shadow: 0 0 0 1px #b3b3b3, 0 7px 0 1px #b3b3b3, 0 14px 0 1px #b3b3b3; }

.left-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: #fff;
  bottom: 0;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  transition: transform 500ms ease 0s;
  width: 23.6rem;
  z-index: 1001;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0;
  top: 0; }
  .left-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }

.right-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: #fff;
  bottom: 0;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  transition: transform 500ms ease 0s;
  width: 23.6rem;
  z-index: 1001;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0;
  top: 0; }
  .right-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }

.top-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: #fff;
  bottom: 0;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  transition: transform 500ms ease 0s;
  width: 23.6rem;
  z-index: 1001;
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate(0, -100%);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  top: 0;
  width: 100%;
  height: auto; }
  .top-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }

.bottom-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: #fff;
  bottom: 0;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  transition: transform 500ms ease 0s;
  width: 23.6rem;
  z-index: 1001;
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate(0, 100%);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  bottom: 0;
  width: 100%;
  height: auto; }
  .bottom-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }

ul.off-canvas-list {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  ul.off-canvas-list li label {
    background: #454545;
    border-bottom: 1px solid dimgray;
    border-top: 1px solid dimgray;
    color: #fff;
    display: block;
    font-size: 0.86667rem;
    font-weight: 700;
    margin: 0;
    padding: 0 1rem;
    text-transform: uppercase; }
  ul.off-canvas-list li a {
    border-bottom: 1px solid #bfbfbf;
    color: #000;
    display: block;
    padding: 0.86667rem 1rem;
    transition: background 300ms ease; }
    ul.off-canvas-list li a:hover {
      background: #717171; }
    ul.off-canvas-list li a:active {
      background: #000; }

.move-right > .inner-wrap {
  -webkit-transform: translate3d(23.6rem, 0, 0);
  -moz-transform: translate3d(23.6rem, 0, 0);
  -ms-transform: translate(23.6rem, 0);
  -o-transform: translate3d(23.6rem, 0, 0);
  transform: translate3d(23.6rem, 0, 0); }

.move-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(74, 74, 74, 0.3);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width: 481px) {
    .move-right .exit-off-canvas:hover {
      background: rgba(74, 74, 74, 0.3); } }

.move-left > .inner-wrap {
  -webkit-transform: translate3d(-23.6rem, 0, 0);
  -moz-transform: translate3d(-23.6rem, 0, 0);
  -ms-transform: translate(-23.6rem, 0);
  -o-transform: translate3d(-23.6rem, 0, 0);
  transform: translate3d(-23.6rem, 0, 0); }

.move-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(74, 74, 74, 0.3);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width: 481px) {
    .move-left .exit-off-canvas:hover {
      background: rgba(74, 74, 74, 0.3); } }

.move-top > .inner-wrap {
  -webkit-transform: translate3d(0, -auto, 0);
  -moz-transform: translate3d(0, -auto, 0);
  -ms-transform: translate(0, -auto);
  -o-transform: translate3d(0, -auto, 0);
  transform: translate3d(0, -auto, 0); }

.move-top .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(74, 74, 74, 0.3);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width: 481px) {
    .move-top .exit-off-canvas:hover {
      background: rgba(74, 74, 74, 0.3); } }

.move-bottom > .inner-wrap {
  -webkit-transform: translate3d(0, auto, 0);
  -moz-transform: translate3d(0, auto, 0);
  -ms-transform: translate(0, auto);
  -o-transform: translate3d(0, auto, 0);
  transform: translate3d(0, auto, 0); }

.move-bottom .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(74, 74, 74, 0.3);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width: 481px) {
    .move-bottom .exit-off-canvas:hover {
      background: rgba(74, 74, 74, 0.3); } }

.offcanvas-overlap .left-off-canvas-menu, .offcanvas-overlap .right-off-canvas-menu,
.offcanvas-overlap .top-off-canvas-menu, .offcanvas-overlap .bottom-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003; }

.offcanvas-overlap .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(74, 74, 74, 0.3);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width: 481px) {
    .offcanvas-overlap .exit-off-canvas:hover {
      background: rgba(74, 74, 74, 0.3); } }

.offcanvas-overlap-left .right-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003; }

.offcanvas-overlap-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(74, 74, 74, 0.3);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width: 481px) {
    .offcanvas-overlap-left .exit-off-canvas:hover {
      background: rgba(74, 74, 74, 0.3); } }

.offcanvas-overlap-right .left-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003; }

.offcanvas-overlap-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(74, 74, 74, 0.3);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width: 481px) {
    .offcanvas-overlap-right .exit-off-canvas:hover {
      background: rgba(74, 74, 74, 0.3); } }

.offcanvas-overlap-top .bottom-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003; }

.offcanvas-overlap-top .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(74, 74, 74, 0.3);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width: 481px) {
    .offcanvas-overlap-top .exit-off-canvas:hover {
      background: rgba(74, 74, 74, 0.3); } }

.offcanvas-overlap-bottom .top-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003; }

.offcanvas-overlap-bottom .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(74, 74, 74, 0.3);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width: 481px) {
    .offcanvas-overlap-bottom .exit-off-canvas:hover {
      background: rgba(74, 74, 74, 0.3); } }

.no-csstransforms .left-off-canvas-menu {
  left: -23.6rem; }

.no-csstransforms .right-off-canvas-menu {
  right: -23.6rem; }

.no-csstransforms .top-off-canvas-menu {
  top: -auto; }

.no-csstransforms .bottom-off-canvas-menu {
  bottom: -auto; }

.no-csstransforms .move-left > .inner-wrap {
  right: 23.6rem; }

.no-csstransforms .move-right > .inner-wrap {
  left: 23.6rem; }

.no-csstransforms .move-top > .inner-wrap {
  right: auto; }

.no-csstransforms .move-bottom > .inner-wrap {
  left: auto; }

.left-submenu {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background: #fff;
  bottom: 0;
  box-sizing: content-box;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 23.6rem;
  height: auto;
  z-index: 1002;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease; }
  .left-submenu * {
    -webkit-backface-visibility: hidden; }
  .left-submenu .back > a {
    background: #fff;
    border-bottom: 1px solid #bfbfbf;
    border-top: none;
    color: #fff;
    font-weight: 700;
    padding: 0 1rem;
    text-transform: uppercase;
    margin: 0; }
    .left-submenu .back > a:hover {
      background: #717171;
      border-bottom: 1px solid #bfbfbf;
      border-top: none; }
    .left-submenu .back > a:before {
      content: "\AB";
      margin-right: .5rem;
      display: inline; }
  .left-submenu.move-right, .left-submenu.offcanvas-overlap-right, .left-submenu.offcanvas-overlap {
    -webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate(0%, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0); }

.right-submenu {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background: #fff;
  bottom: 0;
  box-sizing: content-box;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 23.6rem;
  height: auto;
  z-index: 1002;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease; }
  .right-submenu * {
    -webkit-backface-visibility: hidden; }
  .right-submenu .back > a {
    background: #fff;
    border-bottom: 1px solid #bfbfbf;
    border-top: none;
    color: #fff;
    font-weight: 700;
    padding: 0 1rem;
    text-transform: uppercase;
    margin: 0; }
    .right-submenu .back > a:hover {
      background: #717171;
      border-bottom: 1px solid #bfbfbf;
      border-top: none; }
    .right-submenu .back > a:after {
      content: "\BB";
      margin-left: .5rem;
      display: inline; }
  .right-submenu.move-left, .right-submenu.offcanvas-overlap-left, .right-submenu.offcanvas-overlap {
    -webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate(0%, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0); }

.top-submenu {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background: #fff;
  bottom: 0;
  box-sizing: content-box;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 23.6rem;
  height: auto;
  z-index: 1002;
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate(0, -100%);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  top: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease; }
  .top-submenu * {
    -webkit-backface-visibility: hidden; }
  .top-submenu .back > a {
    background: #fff;
    border-bottom: 1px solid #bfbfbf;
    border-top: none;
    color: #fff;
    font-weight: 700;
    padding: 0 1rem;
    text-transform: uppercase;
    margin: 0; }
    .top-submenu .back > a:hover {
      background: #717171;
      border-bottom: 1px solid #bfbfbf;
      border-top: none; }
  .top-submenu.move-bottom, .top-submenu.offcanvas-overlap-bottom, .top-submenu.offcanvas-overlap {
    -webkit-transform: translate3d(0, 0%, 0);
    -moz-transform: translate3d(0, 0%, 0);
    -ms-transform: translate(0, 0%);
    -o-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0); }

.bottom-submenu {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background: #fff;
  bottom: 0;
  box-sizing: content-box;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 23.6rem;
  height: auto;
  z-index: 1002;
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate(0, 100%);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  bottom: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease; }
  .bottom-submenu * {
    -webkit-backface-visibility: hidden; }
  .bottom-submenu .back > a {
    background: #fff;
    border-bottom: 1px solid #bfbfbf;
    border-top: none;
    color: #fff;
    font-weight: 700;
    padding: 0 1rem;
    text-transform: uppercase;
    margin: 0; }
    .bottom-submenu .back > a:hover {
      background: #717171;
      border-bottom: 1px solid #bfbfbf;
      border-top: none; }
  .bottom-submenu.move-top, .bottom-submenu.offcanvas-overlap-top, .bottom-submenu.offcanvas-overlap {
    -webkit-transform: translate3d(0, 0%, 0);
    -moz-transform: translate3d(0, 0%, 0);
    -ms-transform: translate(0, 0%);
    -o-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0); }

.left-off-canvas-menu ul.off-canvas-list li.has-submenu > a:after {
  content: "\BB";
  margin-left: .5rem;
  display: inline; }

.right-off-canvas-menu ul.off-canvas-list li.has-submenu > a:before {
  content: "\AB";
  margin-right: .5rem;
  display: inline; }

/* small displays */
@media only screen {
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* medium displays */
@media only screen and (min-width: 481px) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* large displays */
@media only screen and (min-width: 768px) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* xlarge displays */
@media only screen and (min-width: 992px) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xlarge, td.show-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* xxlarge displays */
@media only screen and (min-width: 1200px) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important; }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }

/* Specific visibility for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table !important; }

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important; }

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important; }

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important; }

td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important; }

@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important; }
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important; }
  /* Specific visibility for tables */
  table.show-for-landscape, table.hide-for-portrait {
    display: table !important; }
  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important; }
  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important; }
  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important; }
  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important; } }

@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important; }
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important; }
  /* Specific visibility for tables */
  table.show-for-portrait, table.hide-for-landscape {
    display: table !important; }
  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important; }
  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important; }
  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important; }
  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important; } }

/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important; }

.hide-for-touch {
  display: inherit !important; }

.touch .show-for-touch {
  display: inherit !important; }

.touch .hide-for-touch {
  display: none !important; }

/* Specific visibility for tables */
table.hide-for-touch {
  display: table !important; }

.touch table.show-for-touch {
  display: table !important; }

thead.hide-for-touch {
  display: table-header-group !important; }

.touch thead.show-for-touch {
  display: table-header-group !important; }

tbody.hide-for-touch {
  display: table-row-group !important; }

.touch tbody.show-for-touch {
  display: table-row-group !important; }

tr.hide-for-touch {
  display: table-row !important; }

.touch tr.show-for-touch {
  display: table-row !important; }

td.hide-for-touch {
  display: table-cell !important; }

.touch td.show-for-touch {
  display: table-cell !important; }

th.hide-for-touch {
  display: table-cell !important; }

.touch th.show-for-touch {
  display: table-cell !important; }

/* Screen reader-specific classes */
.show-for-sr {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px; }

.show-on-focus {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px; }
  .show-on-focus:focus, .show-on-focus:active {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

/* Print visibility */
.print-only,
.show-for-print {
  display: none !important; }

@media print {
  .print-only,
  .show-for-print {
    display: block !important; }
  .hide-on-print,
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; } }

.u-alignBaseline {
  vertical-align: baseline !important; }

.u-alignBottom {
  vertical-align: bottom !important; }

.u-alignMiddle {
  vertical-align: middle !important; }

.u-alignTop {
  vertical-align: top !important; }

.u-bgBlacks {
  background-color: black !important; }

.u-colorBlacks {
  color: black !important; }

.u-bgWhites {
  background-color: #f8f8f8 !important; }

.u-colorWhites {
  color: #f8f8f8 !important; }

.u-bgWhitesBright {
  background-color: white !important; }

.u-colorWhitesBright {
  color: white !important; }

.u-bgGreys {
  background-color: #4f4f4f !important; }

.u-colorGreys {
  color: #4f4f4f !important; }

.u-bgGreysDarkest {
  background-color: #2d2d2d !important; }

.u-colorGreysDarkest {
  color: #2d2d2d !important; }

.u-bgGreysDarker {
  background-color: #454545 !important; }

.u-colorGreysDarker {
  color: #454545 !important; }

.u-bgGreysDark {
  background-color: #666666 !important; }

.u-colorGreysDark {
  color: #666666 !important; }

.u-bgGreysMedium {
  background-color: #989898 !important; }

.u-colorGreysMedium {
  color: #989898 !important; }

.u-bgGreysLight {
  background-color: #a5a5a5 !important; }

.u-colorGreysLight {
  color: #a5a5a5 !important; }

.u-bgGreysLighter {
  background-color: #dfdfdf !important; }

.u-colorGreysLighter {
  color: #dfdfdf !important; }

.u-bgGreysLightest {
  background-color: #e8e8e8 !important; }

.u-colorGreysLightest {
  color: #e8e8e8 !important; }

.u-bgPrimary {
  background-color: #4f4f4f !important; }

.u-colorPrimary {
  color: #4f4f4f !important; }

.u-bgPrimaryDarker {
  background-color: #2d2d2d !important; }

.u-colorPrimaryDarker {
  color: #2d2d2d !important; }

.u-bgPrimaryDark {
  background-color: #454545 !important; }

.u-colorPrimaryDark {
  color: #454545 !important; }

.u-bgPrimaryLight {
  background-color: #a5a5a5 !important; }

.u-colorPrimaryLight {
  color: #a5a5a5 !important; }

.u-bgSecondary {
  background-color: white !important; }

.u-colorSecondary {
  color: white !important; }

.u-bgSecondaryDarker {
  background-color: #e8e8e8 !important; }

.u-colorSecondaryDarker {
  color: #e8e8e8 !important; }

.u-bgSecondaryDark {
  background-color: #e8e8e8 !important; }

.u-colorSecondaryDark {
  color: #e8e8e8 !important; }

.u-bgHighlight {
  background-color: #00abc9 !important; }

.u-colorHighlight {
  color: #00abc9 !important; }

.u-bgHighlightDarker {
  background-color: #008ba3 !important; }

.u-colorHighlightDarker {
  color: #008ba3 !important; }

.u-bgHighlightDark {
  background-color: #009cb7 !important; }

.u-colorHighlightDark {
  color: #009cb7 !important; }

.u-bgError {
  background-color: #ff7d7d !important; }

.u-colorError {
  color: #ff7d7d !important; }

.u-bgErrorLight {
  background-color: #ffdddd !important; }

.u-colorErrorLight {
  color: #ffdddd !important; }

.u-bgInfo {
  background-color: #666666 !important; }

.u-colorInfo {
  color: #666666 !important; }

.u-bgInfoLight {
  background-color: #dfdfdf !important; }

.u-colorInfoLight {
  color: #dfdfdf !important; }

.u-bgSuccess {
  background-color: #7ca386 !important; }

.u-colorSuccess {
  color: #7ca386 !important; }

.u-bgSuccessLight {
  background-color: white !important; }

.u-colorSuccessLight {
  color: white !important; }

.u-bgWarning {
  background-color: #d4cb49 !important; }

.u-colorWarning {
  color: #d4cb49 !important; }

.u-bgWarningLight {
  background-color: #fffdea !important; }

.u-colorWarningLight {
  color: #fffdea !important; }

.u-bgLink {
  background-color: #4f4f4f !important; }

.u-colorLink {
  color: #4f4f4f !important; }

.u-bgLinkHover {
  background-color: #a5a5a5 !important; }

.u-colorLinkHover {
  color: #a5a5a5 !important; }

.u-bgLinkActive {
  background-color: #a5a5a5 !important; }

.u-colorLinkActive {
  color: #a5a5a5 !important; }

.u-bgLinkText {
  background-color: #4f4f4f !important; }

.u-colorLinkText {
  color: #4f4f4f !important; }

.u-bgLinkText-hover {
  background-color: #a5a5a5 !important; }

.u-colorLinkText-hover {
  color: #a5a5a5 !important; }

.u-bgLinkText-active {
  background-color: #a5a5a5 !important; }

.u-colorLinkText-active {
  color: #a5a5a5 !important; }

.u-bgOrderStatusAwaitingFulfilment {
  background-color: #6eccfc !important; }

.u-colorOrderStatusAwaitingFulfilment {
  color: #6eccfc !important; }

.u-bgOrderStatusAwaitingPayment {
  background-color: #f80 !important; }

.u-colorOrderStatusAwaitingPayment {
  color: #f80 !important; }

.u-bgOrderStatusAwaitingPickup {
  background-color: #b186cb !important; }

.u-colorOrderStatusAwaitingPickup {
  color: #b186cb !important; }

.u-bgOrderStatusAwaitingShipment {
  background-color: #ca2f3a !important; }

.u-colorOrderStatusAwaitingShipment {
  color: #ca2f3a !important; }

.u-bgOrderStatusCancelled {
  background-color: #3c4043 !important; }

.u-colorOrderStatusCancelled {
  color: #3c4043 !important; }

.u-bgOrderStatusCompleted {
  background-color: #95db89 !important; }

.u-colorOrderStatusCompleted {
  color: #95db89 !important; }

.u-bgOrderStatusDeclined {
  background-color: #955831 !important; }

.u-colorOrderStatusDeclined {
  color: #955831 !important; }

.u-bgOrderStatusDisputed {
  background-color: #9960ff !important; }

.u-colorOrderStatusDisputed {
  color: #9960ff !important; }

.u-bgOrderStatusPartiallyShipped {
  background-color: #3e62a1 !important; }

.u-colorOrderStatusPartiallyShipped {
  color: #3e62a1 !important; }

.u-bgOrderStatusPending {
  background-color: #acb4be !important; }

.u-colorOrderStatusPending {
  color: #acb4be !important; }

.u-bgOrderStatusShipped {
  background-color: #95db89 !important; }

.u-colorOrderStatusShipped {
  color: #95db89 !important; }

.u-bgOrderStatusRefunded {
  background-color: #ffb800 !important; }

.u-colorOrderStatusRefunded {
  color: #ffb800 !important; }

.u-bgOrderStatusVerificationRequired {
  background-color: #e89fae !important; }

.u-colorOrderStatusVerificationRequired {
  color: #e89fae !important; }

.u-block {
  display: block !important; }

.u-inlineBlock {
  display: inline-block !important;
  max-width: 100% !important; }

.u-hidden {
  display: none !important; }

.u-hiddenVisually {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.is-srOnly {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.u-floatLeft {
  float: left !important; }

.u-floatRight {
  float: right !important; }

.u-clearFloats:before, .u-clearFloats:after {
  content: " ";
  display: table; }

.u-clearFloats:after {
  clear: both; }

.u-listCircleBullet {
  list-style-type: circle !important; }
  .u-listCircleBullet ul {
    list-style: inherit !important; }

.u-listDiscBullet {
  list-style-type: disc !important; }
  .u-listDiscBullet ul {
    list-style: inherit !important; }

.u-listNoBullet {
  list-style: none !important;
  margin-left: 0 !important; }
  .u-listNoBullet ul,
  .u-listNoBullet ol {
    list-style: none !important;
    margin-bottom: 0 !important; }

.u-listSquareBullet {
  list-style-type: square !important; }
  .u-listSquareBullet ul {
    list-style: inherit !important; }

.u-listHorizontal {
  list-style: none;
  margin-left: 0; }
  .u-listHorizontal ul,
  .u-listHorizontal ol {
    list-style: none;
    margin-bottom: 0; }
  .u-listHorizontal li {
    display: inline-block; }

.u-listReset {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0; }
  .u-listReset ul,
  .u-listReset ol {
    list-style: none;
    margin-bottom: 0; }
  .u-listReset li {
    margin: 0;
    padding: 0; }

.u-posAbsoluteCenter {
  bottom: 0 !important;
  left: 0 !important;
  margin: auto !important;
  position: absolute !important;
  right: 0 !important;
  top: 0 !important; }

.u-posFixed {
  backface-visibility: hidden !important;
  position: fixed !important; }

.u-textAlignCenter {
  text-align: center !important; }

.u-textAlignLeft {
  text-align: left !important; }

.u-textAlignRight {
  text-align: right !important; }

.u-textBreak {
  word-wrap: break-word !important; }

.u-textInheritColor {
  color: inherit !important; }

.u-textKern {
  text-rendering: optimizeLegibility !important;
  font-feature-settings: "kern" 1 !important;
  font-kerning: normal !important; }

.u-textLead {
  line-height: 1.6 !important;
  font-size: 1.1em !important; }

.u-textNoWrap {
  white-space: nowrap !important; }

.u-textTruncate {
  max-width: 100% !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  word-wrap: normal !important; }

.u-fontSmoothing {
  -moz-osx-font-smoothing: grayscale !important;
  -webkit-font-smoothing: antialiased !important; }

.u-widthFull {
  border-left: 0 !important;
  border-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100% !important; }

.u-widthFixed {
  margin: auto !important;
  max-width: 100% !important;
  width: 80rem !important; }

.u-width-1-1 {
  width: grid("1-1") !important; }

.u-width-4-5 {
  width: grid("4-5") !important; }

.u-width-3-4 {
  width: grid("3-4") !important; }

.u-width-2-3 {
  width: grid("2-3") !important; }

.u-width-3-5 {
  width: grid("3-5") !important; }

.u-width-1-2 {
  width: grid("1-2") !important; }

.u-width-2-5 {
  width: grid("2-5") !important; }

.u-width-1-3 {
  width: grid("1-3") !important; }

.u-width-1-4 {
  width: grid("1-4") !important; }

.u-width-1-5 {
  width: grid("1-5") !important; }

.u-width-1-6 {
  width: grid("1-6") !important; }

.u-width-1-7 {
  width: grid("1-7") !important; }

.u-width-1-8 {
  width: grid("1-8") !important; }

.u-width-1-10 {
  width: grid("1-10") !important; }

/* Loads a custom font family
 *
 * @param $name (required)
 * @param $font-weights
 * @param $font-styles
 * @param $has-own-directory
 * @param $font-suffix
 * @param $font-location
 * @param $font-handle
 * @param $font-file-sep
 *
 */
/*! Generated by Fontspring (https://www.fontspring.com) on October 23, 2017
*
* Fully installable fonts can be purchased at http://www.fontspring.com
*
* The fonts included in this stylesheet are subject to the End User License you purchased
* from Fontspring. The fonts are protected under domestic and international trademark and
* copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
* distributing this font software.
*
* (c) 2010- Fontspring
*
*
*/
@font-face {
  font-family: 'Chronica Pro';
  font-display: fallback;
  src: url("../fonts/chronica-pro/chronicapro-book-webfont.woff2") format("woff2"), url("../fonts/chronica-pro/chronicapro-book-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Chronica Pro';
  font-display: fallback;
  src: url("../fonts/chronica-pro/chronicapro-light-webfont.woff2") format("woff2"), url("../fonts/chronica-pro/chronicapro-light-webfont.woff") format("woff");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: 'Chronica Pro';
  font-display: fallback;
  src: url("../fonts/chronica-pro/chronicapro-medium-webfont.woff2") format("woff2"), url("../fonts/chronica-pro/chronicapro-medium-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Chronica Pro';
  font-display: fallback;
  src: url("../fonts/chronica-pro/chronicapro-regular-webfont.woff2") format("woff2"), url("../fonts/chronica-pro/chronicapro-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1,
.h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

*,
*:before,
*:after {
  box-sizing: border-box; }

html, body {
  height: 100%; }

body {
  background: white;
  color: #4f4f4f;
  cursor: auto;
  margin: 0;
  padding: 0;
  position: relative; }

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

a:hover {
  cursor: pointer; }

figure {
  margin: 0 0 1.5rem; }

img {
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: middle; }

img {
  -ms-interpolation-mode: bicubic; }

button {
  background: none;
  border: 0; }
  button:active, button:focus {
    box-shadow: none;
    outline: none; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
.h1,
h2,
.h2,
h3,
.h3,
.cart-actions .btn,
.cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit,
.productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions #ISR_form_submit,
.cart-actions .swal2-confirm,
.cart-actions .swal2-cancel,
h4,
.h4,
.estimator-form select.form-select#shipping-state,
h5,
.h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

html {
  font-size: 15px; }
  @media (min-width: 480px) {
    html {
      font-size: 15px; } }
  @media (min-width: 768px) {
    html {
      font-size: 15px; } }
  @media (min-width: 991px) {
    html {
      font-size: 15px; } }

body {
  font-family: "Archer Grotesque", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5; }

a {
  color: #4f4f4f;
  line-height: inherit;
  text-decoration: underline; }
  a:hover, a:focus {
    color: #a5a5a5;
    text-decoration: none; }

p {
  font-size: 0.93333rem;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  text-rendering: optimizeLegibility; }


h1,
.h1,
h2,
.h2,
h3,
.h3,
.cart-actions .btn,
.cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit,
.productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions #ISR_form_submit,
.cart-actions .swal2-confirm,
.cart-actions .swal2-cancel,
h4,
.h4,
.estimator-form select.form-select#shipping-state,
h5,
.h5, h6 {
  color: #2d2d2d;
  font-family: "Archer Grotesque", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.25px;
  line-height: 1.4;
  margin-bottom: 0.73333rem;
  text-rendering: optimizeLegibility; }
  h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, .cart-actions .btn small, .cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit small, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions #ISR_form_submit small, .cart-actions .swal2-confirm small, .cart-actions .swal2-cancel small, h4 small, .h4 small, .estimator-form select.form-select#shipping-state small, h5 small, .h5 small, h6 small {
    color: #989898;
    font-size: 60%;
    line-height: 0; }


h1,
.h1 {
  font-size: 2.66667rem; }


h2,
.h2 {
  font-size: 2.33333rem; }


h3,
.h3,
.cart-actions .btn,
.cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit,
.productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions #ISR_form_submit,
.cart-actions .swal2-confirm,
.cart-actions .swal2-cancel {
  font-size: 1.33333rem; }


h4,
.h4,
.estimator-form select.form-select#shipping-state {
  font-size: 1.33333rem; }


h5,
.h5 {
  font-size: 1rem; }

h6 {
  font-size: 0.86667rem; }

.subheader {
  color: #777777;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0.73333rem; }

hr {
  border: solid #e8e8e8;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 2.03333rem 0 1.96667rem; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: 700;
  line-height: inherit; }

small {
  font-size: 60%;
  line-height: inherit; }

code {
  background-color: #f8f8f8;
  border-color: #dfdfdf;
  border-style: solid;
  border-width: 1px;
  color: #333333;
  font-family: Menlo, Monaco, Consolas, monospace;
  font-weight: 400;
  padding: 0.13333rem 0.33333rem 0.06667rem; }

ul,
ol,
dl {
  font-family: inherit;
  font-size: 0.93333rem;
  line-height: 1.6;
  list-style-position: outside;
  margin-bottom: 1.5rem; }

ul ul,
ul ol,
ol ul,
ol ol {
  margin-left: 1.2rem;
  margin-bottom: 0; }

ul {
  margin-left: 1.15rem; }

ol {
  margin-left: 1.15rem; }

dl dt {
  font-weight: 700;
  margin-bottom: 0.4rem; }

dl dd {
  margin-bottom: 1.5rem; }

abbr,
acronym {
  border-bottom: 1px dotted #dfdfdf;
  color: #4f4f4f;
  cursor: help;
  font-size: 90%;
  text-transform: uppercase; }

abbr {
  text-transform: none; }

blockquote {
  padding: 0.6rem 1.33333rem 0 1.26667rem; }

blockquote,
blockquote p {
  color: #777777;
  font-size: 25px;
  line-height: 29px; }

cite {
  color: #a5a5a5;
  display: block;
  font-size: 1rem; }
  cite a,
  cite a:visited {
    color: #a5a5a5; }

.icon {
  height: 1.06667rem;
  width: 1.06667rem;
  display: inline-block;
  vertical-align: middle; }
  .icon svg {
    display: inline-block;
    fill: #4f4f4f;
    height: 100%;
    vertical-align: top;
    width: 100%; }

/*doc
---
title: Lists
name: lists
category: Elements
---

*/
/*doc
---
title: Inline List
name: inline_list
category: Elements
parent: lists
---


```html_example
<ul class="inlineList">
    <li><a href="#">Link 1</a></li>
    <li><a href="#">Link 2</a></li>
    <li><a href="#">Link 3</a></li>
    <li><a href="#">Link 4</a></li>
    <li><a href="#">Link 5</a></li>
</ul>
```
##### Inline list settings
```sass_file_example
src/settings/foundation/inlineList/_settings.scss
```

*/
.inlineList {
  list-style: none;
  margin-top: 0;
  margin-bottom: 1.13333rem;
  margin-left: -1.46667rem;
  margin-right: 0;
  overflow: hidden;
  padding: 0; }
  .inlineList > li {
    display: block;
    float: left;
    list-style: none;
    margin-left: 1.46667rem; }
    .inlineList > li > * {
      display: block; }

/*doc
---
title: Ordered List
name: ordered_list
category: Elements
parent: lists
---


```html_example
<ul class="orderedList">
    <li class="orderedList-item"><a href="#">Link 1</a></li>
    <li class="orderedList-item"><a href="#">Link 2</a></li>
    <li class="orderedList-item"><a href="#">Link 3</a></li>
    <li class="orderedList-item"><a href="#">Link 4</a></li>
    <li class="orderedList-item"><a href="#">Link 5</a></li>
</ul>
```
##### Ordered list settings
```sass_file_example
src/settings/foundation/orderedList/_settings.scss
```

*/
.orderedList {
  counter-reset: item-counter;
  list-style-type: "decimal"; }

.orderedList-item {
  border-bottom: 1px solid #4f4f4f;
  font-size: 1rem;
  list-style-type: none;
  padding: 0.73333rem 0; }
  .orderedList-item:last-child {
    border-bottom: 0; }
  .orderedList-item::before {
    color: #989898;
    content: counter(item-counter);
    counter-increment: item-counter;
    font-family: "Archer Grotesque", Arial, Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    margin: 0 0.73333rem 0 0; }

/*doc
---
title: Tables
name: tables
category: Elements
---


```html_example
<table class="table">
    <thead class="table-thead">
        <tr>
            <th>Table Header</th>
            <th>Table Header</th>
            <th class="table-header--numericData" scope="column">Totals</th>
        </tr>
    </thead>
    <tbody class="table-tbody">
        <tr>
            <td>Content Goes Here</td>
            <td>This is longer content Donec id elit non mi porta gravida at eget metus.</td>
            <td class="table-cell--numericData">$10</td>
        </tr>
    </tbody>
    <tfoot class="table-tfoot">
        <tr>
            <td class="table-cell--numericData" colspan="2">Subtotal:</td>
            <td class="table-cell--numericData"><strong>$60</strong></td>
        </tr>
    </tfoot>
</table>
```
##### Tables settings
```sass_file_example
src/settings/foundation/tables/_settings.scss
```

*/
.table {
  background: #FFFFFF;
  border: solid 1px #e8e8e8;
  margin-bottom: 2.03333rem;
  table-layout: auto;
  width: 100%; }
  .table caption {
    background: transparent;
    color: #222222;
    font-size: 1.06667rem;
    font-weight: bold; }
  .table thead {
    background: #f2f2f2; }
    .table thead tr th,
    .table thead tr td {
      color: #222222;
      font-size: 1rem;
      font-weight: 700;
      padding: 0.73333rem 1.5rem; }
  .table tfoot {
    background: #f2f2f2; }
    .table tfoot tr th,
    .table tfoot tr td {
      color: #222222;
      font-size: 1rem;
      font-weight: 700;
      padding: 0.73333rem 1.5rem; }
  .table tr th,
  .table tr td {
    color: #222222;
    font-size: 0.93333rem;
    padding: 0.73333rem 1.5rem;
    text-align: left; }
  .table tr.even, .table tr.alt, .table tr:nth-of-type(even) {
    background: #F9F9F9; }
  .table thead tr th,
  .table tfoot tr th,
  .table tfoot tr td,
  .table tbody tr th,
  .table tbody tr td,
  .table tr td {
    display: table-cell;
    line-height: 1.2rem; }
  .table th.table-header--numericData,
  .table td.table-cell--numericData {
    text-align: right; }

.table-thead {
  border: 1px solid #e8e8e8; }

.table-tfoot {
  border: 1px solid #e8e8e8; }

.table-tbody tr {
  border-bottom: 1px solid #e8e8e8; }
  .table-tbody tr:last-child {
    border-bottom: 0; }

/*doc
---
title: Buttons
name: button
category: Components
---

These are all the button

```sass_file_example
src/settings/foundation/buttons/_settings.scss
```

```html_example
<button class="button">Button</button>

<input type="submit" class="button" value="Button">

<a class="button" role="button" href="#">Button</a>
```

*/
.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: "Archer Grotesque", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 1rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background-color: transparent;
  border-color: #8f8f8f;
  color: #454545;
  font-size: 1rem;
  padding: 0.93333rem 2.23333rem;
  border-radius: 4px;
  outline: none;
  vertical-align: middle; }
  .button:hover, .button:focus, .button.is-active, .button.active {
    background-color: transparent;
    border-color: #757575;
    color: #666666; }
  .button:active {
    background-color: transparent;
    border: 1px solid #454545;
    color: #454545; }
  .button:focus, .button.is-active, .button.active {
    outline: none; }
  @media (min-width: 481px) {
    .button + .button {
      margin-left: 0.73333rem; } }

/*doc
---
title: Button states
name: button_states
category: Components
parent: button
---

```html_example
<button class="button button--primary">Primary Button</button>

<button class="button">Secondary / Default Button</button>

<button class="button button--tertiary">Tertiary Button</button>

<button class="button button--action">Call-to-Action Button</button>
```
    */
.button--primary {
  background-color: #454545;
  border-color: #454545;
  color: white; }
  .button--primary:hover, .button--primary:focus, .button--primary.is-active, .button--primary.active {
    background-color: #666666;
    border-color: #666666;
    color: white; }
  .button--primary:active {
    background-color: #989898;
    border: 1px solid #989898;
    color: white; }

.button[disabled] {
  background-color: #dadada;
  border-color: #dadada;
  color: white;
  cursor: default; }

/*doc
---
title: Button sizes
name: button_sizes
category: Components
parent: button
---

```html_example
<button class="button button--large">Large</button>

<button class="button">Default</button>

<button class="button button--small">Small</button>

<button class="button button--tiny">Tiny</button>
```

And a special case, slab, which takes the full width of it's container and any
size modifier

```html_example
<button class="button button--slab">Slab</button>

<button class="button button--slab button--large">Slab</button>
```

*/
.button--large {
  font-size: 15px; }

.button--small {
  font-size: 13px;
  padding: 0.6rem 1.5rem; }

.button--tiny { }

.button--slab {
  display: block;
  width: 100%; }
  .button + .button--slab {
    margin-left: 0; }

.button--icon {
  font-size: 1rem;
  padding: 0.73333rem 0.73333rem; }
  .button--icon svg {
    fill: #4f4f4f; }

/*doc
---
title: Button Groups
name: button_groups
category: Components
parent: button
---


```html_example
<div class="buttonGroup">
    <button class="button">Button1</button>
    <button class="button">Button2</button>
    <button class="button">Button3</button>
</div>
```
##### Button group settings
```sass_file_example
src/settings/bigcommerce/buttonGroup/_settings.scss
```

*/
.buttonGroup {
  display: inline-block; }
  .buttonGroup > .button {
    border-radius: 0;
    border-right-width: 0;
    float: left;
    margin-left: 0; }
    .buttonGroup > .button:first-child {
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .buttonGroup > .button:last-child {
      border-bottom-right-radius: 4px;
      border-right-width: 1px;
      border-top-right-radius: 4px; }

/*doc
---
title: Dropdowns
name: dropdown
category: Components
---

Dropdowns are simple lists that can appear next to any element that can trigger a click event.
They can be used by buttons, icons, links and other similar items.

```sass_file_example
src/settings/foundation/dropdown/_settings.scss
```
```html_example
<ul class="dropdown-menu" style="display:block; left: 0;">
    <li class="dropdown-menu-item"><a href="#" ng-click="$event.preventDefault()">One</a></li>
    <li class="dropdown-menu-item"><a href="#" ng-click="$event.preventDefault()">Two</a></li>
    <li class="dropdown-menu-item"><a href="#" ng-click="$event.preventDefault()">Three</a></li>
</ul>
```
*/
.dropdown-menu {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #e8e8e8;
  border: solid 1px #cccccc;
  font-size: 1rem;
  height: auto;
  max-height: none;
  width: 100%;
  z-index: 89;
  max-width: 200px; }
  .dropdown-menu.open {
    display: block; }
  .dropdown-menu > *:first-child {
    margin-top: 0; }
  .dropdown-menu > *:last-child {
    margin-bottom: 0; }

.dropdown-menu--content {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #e8e8e8;
  border: solid 1px #cccccc;
  font-size: 1rem;
  height: auto;
  max-height: none;
  padding: 0.73333rem;
  width: 100%;
  z-index: 89;
  max-width: 200px; }
  .dropdown-menu--content.open {
    display: block; }
  .dropdown-menu--content > *:first-child {
    margin-top: 0; }
  .dropdown-menu--content > *:last-child {
    margin-bottom: 0; }

.dropdown-menu-item {
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
  padding: 0.4rem 0.8rem; }
  .dropdown-menu-item:hover, .dropdown-menu-item:focus {
    background: #EEEEEE; }
  .dropdown-menu-item a {
    display: block;
    padding: 0.4rem;
    color: #555555; }
  .dropdown-menu-item a {
    margin: -0.4rem; }

.dropdown-button {
  position: relative;
  padding-right: 2.6rem;
  cursor: pointer; }
  .dropdown-button::after {
    border-color: #4f4f4f transparent transparent transparent;
    border-style: solid;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    top: 50%;
    width: 0; }
  .dropdown-button::after {
    border-width: 0.4rem;
    right: 1rem;
    margin-top: -0.13333rem; }
  .dropdown-button::after {
    border-color: #4f4f4f transparent transparent transparent; }
  .dropdown-button.button--small {
    padding-right: 2rem; }
    .dropdown-button.button--small::after {
      border-width: 0.33333rem;
      right: 0.66667rem;
      margin-top: -0.13333rem; }
    .dropdown-button.button--small::after {
      border-color: #4f4f4f transparent transparent transparent; }
  .dropdown-button.button--large {
    padding-right: 2.8rem; }
    .dropdown-button.button--large::after {
      border-width: 0.4rem;
      right: 1.2rem;
      margin-top: -0.13333rem; }
    .dropdown-button.button--large::after {
      border-color: #4f4f4f transparent transparent transparent; }
  .dropdown-button.button--primary:after {
    border-color: white transparent transparent; }

/*doc
---
title: Split Buttons
name: splitButton
parent: button
category: Components
---

The split button is a button with two triggers – the button as the primary action, and a dropdown with a list of secondary actions.

The dropdown toggle is a small span that's placed within the button. This toggles the dropdown menu when clicked.
The actions within the dropdown are triggered on click as well.
The main button triggers a separate, primary action; however this is reserved for actions relating to the dropdown contents.

```sass_file_example
src/settings/foundation/split-buttons/_settings.scss
```
```html_example
<ul class="inlineList">

            <li>
                <span>Small</span>
                <div id="dropdown-splitButton">
                    <button type="button" class="button button--small button--split">
                        Click
                        <span></span>
                    </button>
                    <ul class="dropdown-menu">
                        <li class="dropdown-menu-item"><a href="#">One</a></li>
                        <li class="dropdown-menu-item"><a href="#">Two</a></li>
                        <li class="dropdown-menu-item"><a href="#">Three</a></li>
                    </ul>
                </div>
            </li>

            <li>
                <span>Default</span>
                <div>
                    <button type="button" class="button button--split">
                        Click
                        <span></span>
                    </button>
                    <ul class="dropdown-menu">
                        <li class="dropdown-menu-item"><a href="#">One</a></li>
                        <li class="dropdown-menu-item"><a href="#">Two</a></li>
                        <li class="dropdown-menu-item"><a href="#">Three</a></li>
                    </ul>
                </div>
            </li>

            <li>
                <span>Large</span>
                <div>
                    <button type="button" class="button button--large button--split">
                        Click
                        <span></span>
                    </button>
                    <ul class="dropdown-menu">
                        <li class="dropdown-menu-item"><a href="#">One</a></li>
                        <li class="dropdown-menu-item"><a href="#">Two</a></li>
                        <li class="dropdown-menu-item"><a href="#">Three</a></li>
                    </ul>
                </div>
            </li>

            <li>
                <span>Primary</span>
                <div>
                    <button type="button" class="button button--primary button--split">
                        Click
                        <span></span>
                    </button>
                    <ul class="dropdown-menu">
                        <li class="dropdown-menu-item"><a href="#">One</a></li>
                        <li class="dropdown-menu-item"><a href="#">Two</a></li>
                        <li class="dropdown-menu-item"><a href="#">Three</a></li>
                    </ul>
                </div>
            </li>

        </ul>
```
*/
.button--split {
  position: relative;
  padding-right: 5rem; }
  .button--split span {
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-left: solid 1px; }
    .button--split span:after {
      position: absolute;
      content: "";
      width: 0;
      height: 0;
      display: block;
      border-style: inset;
      top: 50%;
      left: 50%; }
    .button--split span:active {
      background-color: false; }
  .button--split span {
    border-left-color: #8f8f8f; }
  .button--split span {
    width: 3.2rem; }
    .button--split span:after {
      border-top-style: solid;
      border-width: 0.4rem;
      margin-left: -0.4rem;
      top: 48%; }
  .button--split span:after {
    border-color: #4f4f4f transparent transparent transparent; }
  .button--split.button--small {
    padding-right: 3.66667rem; }
    .button--split.button--small span {
      border-left-color: #8f8f8f; }
    .button--split.button--small span {
      width: 2.33333rem; }
      .button--split.button--small span:after {
        border-top-style: solid;
        border-width: 0.33333rem;
        margin-left: -0.33333rem;
        top: 48%; }
    .button--split.button--small span:after {
      border-color: #4f4f4f transparent transparent transparent; }
  .button--split.button--large {
    padding-right: 6.4rem; }
    .button--split.button--large span {
      border-left-color: #8f8f8f; }
    .button--split.button--large span {
      width: 4rem; }
      .button--split.button--large span:after {
        border-top-style: solid;
        border-width: 0.4rem;
        margin-left: -0.4rem;
        top: 48%; }
    .button--split.button--large span:after {
      border-color: #4f4f4f transparent transparent transparent; }
  .button--split.button--primary span {
    border-color: white; }
    .button--split.button--primary span:after {
      border-top-color: white; }

/*doc
---
title: Forms
name: forms
category: Forms
---

##### Foundation Forms settings
```sass_file_example
src/settings/foundation/forms/_settings.scss
```

##### Citadel Forms settings
```sass_file_example
src/settings/foundation/forms/_settings.scss
```

*/
/*doc
---
title: Form basics
name: 01forms_basics
category: Forms
parent: forms
---

Citadel comes with styling for most form input types and some custom ones. To start
things off a basic, semantic mark-up structure should be adhered too, including
the `form`, `fieldset` and `legend` elements where ever possible.

```html_example
<form action="#" class="form">
    <fieldset class="form-fieldset">
        <legend class="form-legend">Form legend</legend>
    </fieldset>
</form>
```

*/
.form, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form {
  margin: 0 0 1.5rem; }

.form-fieldset {
  border: solid #DDDDDD;
  border-width: 0;
  margin: 0;
  padding: 0; }

.form-legend {
  background: transparent;
  border: solid #4f4f4f;
  border-width: 0 0 1px;
  display: block;
  line-height: 32px;
  margin-bottom: 0.73333rem;
  padding: 0;
  width: 100%; }

/*doc
---
title: Form labels and inputs
name: 03forms_basics
category: Forms
parent: forms
---

Inputs of all types should be associated with a label which has a `for` attribute

```html_example
<div class="form-field">
    <label class="form-label" for="input1">Input Label</label>
    <input class="form-input" id="input1" type="text" placeholder="Placeholder text">
</div>
<div class="form-field">
    <label class="form-label" for="input2">Number Label</label>
    <input class="form-input" id="input2" type="number" placeholder="Number input">
</div>
<div class="form-field">
    <label class="form-label" for="input3">Textarea Label <small>additional context</small></label>
    <textarea class="form-input" id="input3" placeholder="Placeholder text" rows="3"></textarea>
</div>
```
*/
.form-label, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper label {
  color: #666666;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0.53333rem; }
  .form-label small, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper label small {
    color: #989898;
    font-size: 0.66667rem;
    text-transform: uppercase;
    vertical-align: bottom; }

.form-input, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper input[type="email"] {
  appearance: none;
  background-color: white;
  border-color: black;
  border-style: solid;
  border-width: 1px;
  border-radius: 0;
  box-shadow: none;
  color: black;
  display: block;
  font-family: inherit;
  font-size: 1rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  height: 3rem;
  margin: 0;
  padding: 0.75rem 1rem;
  transition: border-color 100ms ease-out;
  width: 100%;
  /*doc
---
title: Disabled inputs
name: 04forms_basics
category: Forms
parent: forms
---

```html_example
<div class="form-field">
    <label class="form-label" for="disabled_input1">Input Label</label>
    <input class="form-input" id="disabled_input1" disabled type="text" value="Disabled text">
</div>

<div class="form-field">
    <label class="form-label" for="disabled_input2">Input Label</label>
    <input class="form-input" id="disabled_input2" readonly type="text" value="Readonly text">
</div>
```
*/ }
  .form-input:disabled, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper input:disabled[type="email"] {
    background-color: white;
    color: #a5a5a5;
    cursor: not-allowed; }
  .form-input[readonly], .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper input[readonly][type="email"] {
    background-color: #f8f8f8;
    border-color: #4f4f4f;
    color: #989898;
    cursor: text; }
  .form-input:focus, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper input:focus[type="email"] {
    background: white;
    border-color: #474747;
    outline: none; }
  .form-input[rows], .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper input[rows][type="email"] {
    height: auto; }
  .form-input[type="search"], .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper input[type="search"][type="email"] {
    box-sizing: border-box; }
  .form-input::-webkit-input-placeholder, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper input[type="email"]::-webkit-input-placeholder {
    color: #a5a5a5; }
  .form-input::-ms-clear, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper input[type="email"]::-ms-clear {
    height: 0;
    width: 0; }
  .form-input::-moz-placeholder, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper input[type="email"]::-moz-placeholder {
    color: #a5a5a5; }
  .form-input:-ms-input-placeholder, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper input:-ms-input-placeholder[type="email"] {
    color: #a5a5a5; }

/*doc
---
title: Selects
name: 05forms_basics
category: Forms
parent: forms
---

```html_example
<div class="form-field">
    <label class="form-label" for="select1">Native Select label</label>
    <select class="form-select" name="select1" id="select1">
        <option>Please select a value</option>
        <option value="1">Option 1</option>
        <option value="2">Option 2</option>
    </select>
</div>
```
*/
.form-select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: white;
  border-radius: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+");
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: black;
  color: black;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  padding: 0.75rem;
  border-radius: 0;
  cursor: pointer;
  height: 3rem;
  margin: 0;
  outline: 0; }
  .form-select::-ms-expand {
    display: none; }
  .form-select.radius {
    border-radius: 4px; }
  .form-select:focus {
    background-color: #f7f7f7;
    border-color: #474747; }
  .form-select:disabled {
    background-color: white;
    cursor: not-allowed; }
  .form-select:focus {
    border-color: #474747; }

/*doc
---
title: Form Panels and Layouts
name: 13forms_layouts
category: Forms
parent: forms
---

We provide a couple of component styles to layout forms.

The more `form-field` components you place in the `form-row`, the smaller the columns gets.
Columns are equal length, and calculated automatically by Flexbox by default.

It's the same mark-up but depending on your browser support needs, you can switch
between a flexbox layout or a more traditional grid based layout by setting
`$formRow-modernBrowsers` to `false`.

The grid based layout of `form-feilds` will require the use of modifiers to calculate
the correct widths. We support `form-field--half`, `form-field--third` and
`form-field--quarter`

```html_example
<form action="#" class="form">
    <fieldset class="form-fieldset">
        <legend class="form-legend">Form legend</legend>
        <div class="form-body">
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
            </div>
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
            </div>
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
            </div>
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
            </div>
        </div>
    </fieldset>
</form>
```
*/
.form-body {
  background-color: white;
  border: 1px solid #4f4f4f;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.13);
  margin-bottom: 1.5rem;
  max-width: none;
  padding: 1.5rem; }

.form-row {
  margin: 0 -0.5rem;
  max-width: none;
  width: auto; }
  .form-row:before, .form-row:after {
    content: " ";
    display: table; }
  .form-row:after {
    clear: both; }
  .form-row .form-field, .form-row .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .form-row #ISR_form_email-wrapper {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    width: 100%;
    float: left;
    max-width: none; }
  @media (min-width: 480px) {
    .form-row--half .form-field, .form-row--half .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .form-row--half #ISR_form_email-wrapper {
      width: 50%; }
    .form-row--third .form-field, .form-row--third .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .form-row--third #ISR_form_email-wrapper {
      width: 33.33333%; }
    .form-row--quarter .form-field, .form-row--quarter .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .form-row--quarter #ISR_form_email-wrapper {
      width: 25%; } }

/*doc
---
title: Form Fields
name: 02forms_basics
category: Forms
parent: forms
---

Each form input should be wrapped in a `form-field`

```html_example
<div class="form-field">
</div>
```
*/
.form-field, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper {
  display: block;
  margin: 0 0 2.03333rem;
  max-width: none; }
  .form-field:before, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper:before, .form-field:after, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper:after {
    content: " ";
    display: table; }
  .form-field:after, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper:after {
    clear: both; }

/*doc
---
title: Selects [multiple]
name: 06forms_basics
category: Forms
parent: forms
---

Styling of the select element with the multiple attribute

```html_example
<div class="form-field">
    <label class="form-label" for="multiselect1">Native Select Multiple label</label>
    <select class="form-select" multiple name="multiselect1" id="multiselect1">
        <option>Please select a value</option>
        <option value="1">Option 1</option>
        <option value="2">Option 2</option>
        <option value="3">Option 3</option>
        <option value="4">Option 4</option>
    </select>
</div>
```
*/
.form-select[multiple] {
  height: auto; }
  .form-select[multiple] option {
    padding: 5px; }

/*doc
---
title: Radios and Checkbox
name: 07forms_basics
category: Forms
parent: forms
---

```html_example
<div class="form-field">
    <label class="form-label">Field label</label>
    <input class="form-checkbox" type="checkbox" id="check1">
    <label class="form-label" for="check1">Checkbox 1 label</label>
    <input class="form-checkbox" type="checkbox" id="check2">
    <label class="form-label" for="check2">Checkbox 2 label</label>
</div>
```

```html_example
<div class="form-field">
    <label class="form-label">Field label</label>
    <input class="form-radio" type="radio" name="radio_example" id="radio1">
    <label class="form-label" for="radio1">Radio 1 label</label>
    <input class="form-radio" type="radio" name="radio_example" id="radio2">
    <label class="form-label" for="radio2">Radio 2 label</label>
</div>
```
*/
.form-checkbox,
.form-radio {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .form-checkbox + .form-label, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper .form-checkbox + label,
  .form-radio + .form-label,
  .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper .form-radio + label {
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 0.4rem;
    padding-left: 1.9rem;
    position: relative;
    vertical-align: baseline;
    width: 100%; }
    .form-checkbox + .form-label::before, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper .form-checkbox + label::before, .form-checkbox + .form-label::after, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper .form-checkbox + label::after,
    .form-radio + .form-label::before,
    .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper .form-radio + label::before,
    .form-radio + .form-label::after,
    .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper .form-radio + label::after {
      content: "";
      display: block;
      position: absolute;
      transition: all 50ms ease-out; }
    .form-checkbox + .form-label::before, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper .form-checkbox + label::before,
    .form-radio + .form-label::before,
    .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper .form-radio + label::before {
      background-color: white;
      border: solid #8f8f8f;
      border-width: 1px;
      height: 1.06667rem;
      left: 0;
      top: 0;
      width: 1.06667rem; }
    .form-checkbox + .form-label::after, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper .form-checkbox + label::after,
    .form-radio + .form-label::after,
    .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper .form-radio + label::after {
      height: 0.93333rem;
      left: 1px;
      opacity: 0;
      top: 1px;
      transform: scale(0);
      width: 0.93333rem; }

.form-checkbox:checked + .form-label::after, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper .form-checkbox:checked + label::after,
.form-radio:checked + .form-label::after,
.productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper .form-radio:checked + label::after {
  opacity: 1;
  transform: scale(1); }

.form-checkbox[disabled] + .form-label, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper .form-checkbox[disabled] + label,
.form-radio[disabled] + .form-label,
.productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper .form-radio[disabled] + label {
  cursor: default; }
  .form-checkbox[disabled] + .form-label::before, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper .form-checkbox[disabled] + label::before,
  .form-radio[disabled] + .form-label::before,
  .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper .form-radio[disabled] + label::before {
    background-color: white; }

.form-checkbox + .form-label::before, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper .form-checkbox + label::before {
  border-radius: 4px; }

.form-checkbox + .form-label::after, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper .form-checkbox + label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(79, 79, 79, 0.999)' /%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  color: rgba(79, 79, 79, 0.999);
  content: "";
  font-size: 0.93333rem;
  line-height: 1;
  text-align: center; }


.form-radio + .form-label::before,
.productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper .form-radio + label::before {
  border-radius: 50%; }


.form-radio + .form-label::after,
.productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper .form-radio + label::after {
  background: rgba(79, 79, 79, 0.999);
  border: 3px solid white;
  border-radius: 0.93333rem; }

/*doc
---
title: Inputs with Extras
name: 08forms_inputextras
category: Forms
parent: forms
---

Sometimes inputs need inline actions. An inline button for a search box for example.

```html_example
<div class="form-field">
    <label class="form-label" for="input9">Input with action</label>
    <input class="form-input has-action" type="search" id="input9">
    <button class="button button--icon button--inputAction">
        <span class="u-hiddenVisually">Search</span>
        <icon glyph="ic-search" class="icon" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"></path></svg></icon>
    </button>
</div>
```
*/
.form-input.has-action, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper input.has-action[type="email"] {
  float: left;
  padding-right: 2.86667rem; }
  .form-input.has-action + .button--inputAction, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper input.has-action[type="email"] + .button--inputAction {
    background: transparent;
    border: 0;
    border-radius: 0 0 0 0;
    float: left;
    height: 2.86667rem;
    margin: 0.06667rem 0 0 -2.93333rem;
    width: 2.86667rem; }

/*doc
---
title: Inputs with Icons
name: 09forms_inputicons
category: Forms
parent: forms
---

Sometimes inputs need to display an informative icon to convey a certain meaning, like secure.

```html_example
<div class="form-field">
    <label class="form-label" for="input99">Input with icon</label>
    <input class="form-input has-icon" type="search" id="input9">
    <icon glyph="ic-lock" class="icon" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zm-6 9c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm3.1-9H8.9V6c0-1.71 1.39-3.1 3.1-3.1 1.71 0 3.1 1.39 3.1 3.1v2z"></path></svg></icon>
</div>
```
*/
.form-input.has-icon, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper input.has-icon[type="email"] {
  float: left;
  padding-right: 2.4rem; }
  .form-input.has-icon + .icon, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper input.has-icon[type="email"] + .icon {
    height: 3rem;
    margin-left: -2.4rem;
    width: 1.33333rem; }

/*doc
---
title: Form PrefixPostfix
name: 10forms_prefixpostfix
category: Forms
parent: forms
---

PrefixPostfix

```html_example
<div class="form-field">
    <label class="form-label" for="input4">Prefixed Label <small>(Inc. tax)</small></label>
    <div class="form-prefixPostfix">
        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">AUD $</span>
        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
    </div>
</div>

<div class="form-field">
    <label class="form-label" for="input5">Postfixed Label</label>
    <div class="form-prefixPostfix">
        <input class="form-input form-prefixPostfix-input" id="input5" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc2">
        <span class="form-prefixPostfix-label form-prefixPostfix-label--postfix" id="prefixDesc2">KG</span>
    </div>
</div>
```

### PrefixPostfix with a button

```html_example
<div class="form-field">
    <label class="form-label" for="input6">Prefixed Button</label>
    <div class="form-prefixPostfix">
        <input class="button form-prefixPostfix-button--prefix" type="submit" value="Save">
        <input class="form-input" id="input6" type="text" placeholder="Placeholder text">
    </div>
</div>

<div class="form-field">
    <label class="form-label" for="input7">Postfixed Button</label>
    <div class="form-prefixPostfix">
        <input class="form-input" id="input7" type="text" placeholder="Placeholder text">
        <input class="button form-prefixPostfix-button--postfix" type="submit" value="Save">
    </div>
</div>
```
*/
.form-prefixPostfix {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap; }
  .form-prefixPostfix .form-input, .form-prefixPostfix .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper input[type="email"], .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper .form-prefixPostfix input[type="email"] {
    flex: 1; }
  .form-prefixPostfix .button {
    height: 3rem; }

.form-prefixPostfix-input {
  border-radius: 0 0 0 0; }

.form-prefixPostfix-label {
  background-color: white;
  border: solid #4f4f4f;
  border-width: 1px;
  flex: 1;
  font-weight: 300;
  height: 3rem;
  line-height: normal;
  max-width: 6rem;
  padding: 0.75rem;
  text-align: center; }

.form-prefixPostfix-label--prefix {
  border-radius: 0 0 0 0;
  border-width: 1px 0 1px 1px; }
  .form-prefixPostfix-label--prefix + .form-input, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper .form-prefixPostfix-label--prefix + input[type="email"] {
    border-radius: 0 0 0 0; }

.form-prefixPostfix-label--postfix {
  border-radius: 0 0 0 0;
  border-width: 1px 1px 1px 0; }

.form-prefixPostfix-button--prefix {
  margin: 0 0.75rem 0 0; }

.form-prefixPostfix-button--postfix {
  margin: 0 0 0 0.75rem; }

/*doc
---
title: Form Switch
name: 11forms_switch
category: Forms
parent: forms
---

Switch

```html_example
<div class="form-field">
    <switch>
        <div class="switch">
            <input class="switch-checkbox" type="checkbox" id="switch-1" aria-describedby="switch-ariaDescription-2">
            <label class="switch-toggle" for="switch-1">
            </label>
            <span id="switch-ariaDescription-2" class="switch-ariaDescription">
                Switching this setting off will...
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch switch--checked">
            <input class="switch-checkbox" type="checkbox" id="switch-1" aria-describedby="switch-ariaDescription-2">
            <label class="switch-toggle" for="switch-1">
            </label>
            <span id="switch-ariaDescription-2" class="switch-ariaDescription">
                Switching this setting off will...
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch switch--checked">
            <input class="switch-checkbox" type="checkbox" id="switch-3" aria-describedby="switch-ariaDescription-4">
            <label class="switch-toggle" for="switch-3">
                <span class="switch-label">On</span>
            </label>
            <span id="switch-ariaDescription-4" class="switch-ariaDescription">
                Switching this setting off will...
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch">
            <input class="switch-checkbox" type="checkbox" id="switch-3" aria-describedby="switch-ariaDescription-4">
            <label class="switch-toggle" for="switch-3">
                <span class="switch-label">Off</span>
            </label>
            <span id="switch-ariaDescription-4" class="switch-ariaDescription">
                Switching this setting off will...
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch switch--important">
            <span class="switch-description--off">Down for Maintenance</span>
            <input class="switch-checkbox" type="checkbox" id="switch-7" aria-describedby="switch-ariaDescription-8">
            <label class="switch-toggle" for="switch-7">
            </label>
            <span class="switch-description--on">Open</span>
            <span id="switch-ariaDescription-8" class="switch-ariaDescription">
                Switching this setting to off will enter your store into maintenance mode.
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch switch--important switch--checked">
            <span class="switch-description--off">Down for Maintenance</span>
            <input class="switch-checkbox" type="checkbox" id="switch-7" aria-describedby="switch-ariaDescription-8">
            <label class="switch-toggle" for="switch-7">
            </label>
            <span class="switch-description--on">Open</span>
            <span id="switch-ariaDescription-8" class="switch-ariaDescription">
                Switching this setting to off will enter your store into maintenance mode.
            </span>
        </div>
    </switch>
</div>
```
*/
.switch-checkbox {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .switch-checkbox:focus + .switch-toggle {
    border-color: #4f4f4f;
    box-shadow: 0 0 4px rgba(79, 79, 79, 0.4); }

.switch-toggle {
  background-color: #989898;
  border: 1px solid #989898;
  border-radius: 1.86667rem;
  cursor: pointer;
  display: inline-block;
  height: 1.86667rem;
  position: relative;
  transition: all 100ms ease-out;
  vertical-align: middle;
  width: 4rem; }
  .switch--important .switch-toggle {
    background-color: #d4cb49;
    border-color: #d4cb49; }
  .switch--checked .switch-toggle {
    background-color: #7ca386;
    border-color: #7ca386; }
  .switch--disabled .switch-toggle {
    background-color: #e8e8e8;
    border-color: #a5a5a5;
    cursor: default; }

.switch-toggle::before {
  background: white;
  border-radius: 1.33336rem;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  content: "";
  height: 1.33336rem;
  left: 0.19999rem;
  position: absolute;
  top: 0.19999rem;
  transition: all 100ms ease-out;
  width: 1.33336rem; }
  .switch--checked .switch-toggle::before {
    left: 2.33332rem; }

.switch-label {
  color: white;
  height: 26px;
  line-height: 1.8;
  position: absolute;
  right: 0.4rem;
  text-transform: uppercase;
  transition: all 100ms ease-out; }
  .switch--checked .switch-label {
    font-weight: 600;
    left: 0.4rem;
    right: auto; }
  .switch--disabled .switch-label {
    color: #989898; }

.switch-label--icon.icon {
  height: 1.73333rem;
  width: 1.73333rem; }
  .switch-label--icon.icon svg {
    height: 1.73333rem;
    width: 1.73333rem;
    fill: white; }
    .switch--disabled .switch-label--icon.icon svg {
      fill: #989898; }

.switch-description--off {
  color: #2d2d2d;
  margin-right: 5px; }
  .switch--checked .switch-description--off {
    color: #989898; }

.switch-description--on {
  color: #989898;
  margin-left: 5px; }
  .switch--checked .switch-description--on {
    color: #2d2d2d; }

.switch-ariaDescription {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*doc
---
title: Form Actions
name: 14forms_actions
category: Forms
parent: forms
---

Forms require actions to submit or cancel (or what ever action a user should perform).
Form actions come in 2 flavours; normal and fixed.

```html_example
<div class="form-actions">
    <a href="#">Cancel</a>
    <button class="button">Reset</button>
    <button class="button button--primary">Submit</button>
</div>
```

### Form Actions --fixed

```html_example
<div class="form-actions form-actions--fixed">
    <a href="#">Cancel</a>
    <button class="button">Reset</button>
    <button class="button button--primary">Submit</button>
</div>
```
*/
.form-actions {
  background: none;
  border: 0;
  text-align: center; }
  @media (min-width: 481px) {
    .form-actions {
      text-align: left; } }

.form-actions > * {
  display: inline-block;
  margin-bottom: 1rem;
  width: 100%; }
  @media (min-width: 481px) {
    .form-actions > * {
      vertical-align: baseline;
      width: auto; } }

@media (min-width: 481px) {
  .form-actions--fixed {
    background: white;
    border-top: 1px solid #4f4f4f;
    bottom: 0;
    left: 0;
    padding: 1.5rem 2.03333rem;
    position: fixed;
    right: 0;
    text-align: right;
    z-index: 20; } }

/*doc
---
title: Form Errors
name: 12forms_errors
category: Forms
parent: forms
---

Form inline errors

```html_example
<div class="form-field form-field--success">
    <label class="form-label" for="valid_simple">Valid field</label>
    <input class="form-input" id="valid_simple" type="text" value="Some Valid text">
    <icon class="form-input-indicator icon ng-isolate-scope" glyph="ic-check-circle" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"></path></svg></icon>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_simple">Invalid field</label>
    <input class="form-input" id="invalid_simple" type="text" value="Some Invalid text">
    <icon class="form-input-indicator icon ng-isolate-scope" glyph="ic-error" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"></path></svg></icon>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_simple">
                This is not a valid email address
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--warning">
    <label class="form-label" for="warning_simple">Warning field</label>
    <input class="form-input" id="warning_simple" type="text" value="Text that generated a Warning">
    <icon class="form-input-indicator icon ng-isolate-scope" glyph="ic-error" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"></path></svg></icon>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="warning_simple">
                Did you mean…
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_select">Select label</label>
    <select class="form-select" name="invalid_select" id="invalid_select">
        <option value="Please select a value">Please select a value</option>
        <option value="1">Option 1</option>
        <option value="2">Option 2</option>
    </select>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_select">
                You must select a value
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label">Checkbox label</label>
    <input class="form-checkbox" type="checkbox" id="invalid_check1">
    <label class="form-label" for="invalid_check1">Checkbox 1 label</label>
    <input class="form-checkbox" type="checkbox" id="invalid_check2">
    <label class="form-label" for="invalid_check2">Checkbox 2 label</label>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage">
                Please select one or more
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label">Radio label</label>
    <input class="form-radio" type="radio" name="invalid_radio_example" id="invalid_radio1">
    <label class="form-label" for="invalid_radio1">Radio 1 label</label>
    <input class="form-radio" type="radio" name="invalid_radio_example" id="invalid_radio2">
    <label class="form-label" for="invalid_radio2">Radio 2 label</label>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage">
                Please select an option
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_prefix">Prefixed Label <small>(Inc. tax)</small></label>
    <div class="form-prefixPostfix">
        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">AUD $</span>
        <input class="form-input form-prefixPostfix-input" id="invalid_prefix" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
        <icon class="form-input-indicator icon ng-isolate-scope" glyph="ic-error" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"></path></svg></icon>
    </div>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_prefix">
                Please input a dollar amount
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_postfix">Postfixed Label</label>
    <div class="form-prefixPostfix">
        <input class="form-input form-prefixPostfix-input" id="invalid_postfix" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc2">
        <span class="form-prefixPostfix-label form-prefixPostfix-label--postfix" id="prefixDesc2">KG</span>
    </div>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_postfix">
                Please enter the weight in kilograms
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_postfix_button">Postfixed Button</label>
    <div class="form-prefixPostfix">
        <input class="form-input" id="invalid_postfix_button" type="text" placeholder="Placeholder text">
        <input class="button form-prefixPostfix-button--postfix" type="submit" value="Save">
    </div>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_postfix_button">
                This is a really long error message to give alot
                more detail to the user about what is wrong with this field.
            </label>
        </li>
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_postfix_button">
                Something else was wrong
            </label>
        </li>
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_postfix_button">
                You really messed up here
            </label>
        </li>
    </ul>
</div>
```
*/
.form-input-indicator {
  height: 1.46667rem;
  width: 1.46667rem;
  float: left;
  margin: 0 0 0 -2rem;
  position: relative;
  top: 0.66667rem; }
  .form-prefixPostfix .form-input-indicator {
    top: 0; }
  .form-input-indicator > svg {
    fill: #7ca386; }

.form-field-errors {
  list-style: none;
  margin-left: 0;
  margin-left: 0;
  clear: both;
  margin-bottom: 0;
  margin-top: 0.2rem; }
  .form-field-errors ul,
  .form-field-errors ol {
    list-style: none;
    margin-bottom: 0; }

.form-inlineMessage {
  display: inline-block;
  line-height: 24px;
  margin: 0.4rem 0 -0.53333rem;
  width: 100%; }

.form-field--success .form-input, .form-field--success .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper input[type="email"], .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper .form-field--success input[type="email"],
.form-field--error .form-input,
.form-field--error .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper input[type="email"],
.productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper .form-field--error input[type="email"],
.form-field--warning .form-input,
.form-field--warning .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper input[type="email"],
.productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper .form-field--warning input[type="email"] {
  float: left; }

.form-field--success .form-input, .form-field--success .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper input[type="email"], .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper .form-field--success input[type="email"],
.form-field--success .form-select,
.form-field--success .form-checkbox + .form-label::before,
.form-field--success .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper .form-checkbox + label::before,
.productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper .form-field--success .form-checkbox + label::before,
.form-field--success .form-radio + .form-label::before,
.form-field--success .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper .form-radio + label::before,
.productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper .form-field--success .form-radio + label::before,
.form-field--success .form-prefixPostfix-label {
  border-color: #7ca386; }

.form-field--success .form-field-error,
.form-field--success .form-inlineMessage {
  color: #7ca386; }

.form-field--success .form-input-indicator > svg {
  fill: #7ca386; }


.form-field--error .form-input,
.form-field--error .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper input[type="email"],
.productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper .form-field--error input[type="email"],
.form-field--error .form-select,
.form-field--error .form-checkbox + .form-label::before,
.form-field--error .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper .form-checkbox + label::before,
.productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper .form-field--error .form-checkbox + label::before,
.form-field--error .form-radio + .form-label::before,
.form-field--error .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper .form-radio + label::before,
.productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper .form-field--error .form-radio + label::before,
.form-field--error .form-prefixPostfix-label {
  border-color: #ff7d7d; }

.form-field--error .form-field-error,
.form-field--error .form-inlineMessage {
  color: #ff7d7d; }

.form-field--error .form-input-indicator > svg {
  fill: #ff7d7d; }


.form-field--warning .form-input,
.form-field--warning .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper input[type="email"],
.productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper .form-field--warning input[type="email"],
.form-field--warning .form-select,
.form-field--warning .form-checkbox + .form-label::before,
.form-field--warning .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper .form-checkbox + label::before,
.productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper .form-field--warning .form-checkbox + label::before,
.form-field--warning .form-radio + .form-label::before,
.form-field--warning .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper .form-radio + label::before,
.productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper .form-field--warning .form-radio + label::before,
.form-field--warning .form-prefixPostfix-label {
  border-color: #d4cb49; }

.form-field--warning .form-field-error,
.form-field--warning .form-inlineMessage {
  color: #d4cb49; }

.form-field--warning .form-input-indicator > svg {
  fill: #d4cb49; }

.form-ccFields {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -1rem;
  padding: 0; }
  .form-ccFields > .form-field, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .form-ccFields > #ISR_form_email-wrapper {
    max-width: none;
    padding: 0 1rem; }

.form-field--ccNumber {
  order: 1; }

.form-field--ccExpiry {
  order: 2; }

.form-field--ccName {
  order: 4; }
  @media (min-width: 480px) {
    .form-field--ccName {
      order: 3; } }

.form-field--ccCvv {
  order: 3; }
  @media (min-width: 480px) {
    .form-field--ccCvv {
      order: 4; } }

.form-field--ccNumber,
.form-field--ccName {
  flex: 100%; }
  @media (min-width: 480px) {
    .form-field--ccNumber,
    .form-field--ccName {
      flex: 0.65 0 65%; } }
  @media (min-width: 768px) {
    .form-field--ccNumber,
    .form-field--ccName {
      flex: 0.75 0 75%; } }

.form-field--ccExpiry,
.form-field--ccCvv {
  flex: 0.5; }
  @media (min-width: 480px) {
    .form-field--ccExpiry,
    .form-field--ccCvv {
      flex: 0.35 0 35%;
      max-width: 12rem !important; } }
  @media (min-width: 768px) {
    .form-field--ccExpiry,
    .form-field--ccCvv {
      flex: 0.25 0 25%; } }

.form-ccFields-cvvExample {
  display: flex; }

.form-ccFields-cvvExampleDescription {
  flex: 2 auto;
  margin-right: 0.73333rem; }
  .form-ccFields-cvvExampleDescription p {
    font-size: 12px;
    margin: 0; }

.form-ccFields-cvvExampleFigures {
  flex: 1 auto; }
  .form-ccFields-cvvExampleFigures figure {
    margin-bottom: 0.73333rem; }
  .form-ccFields-cvvExampleFigures icon {
    height: auto; }

/*doc
---
title: Account
name: account
category: Patterns
---
```html_example
<ul class="account">
    <li class="account-name">
        <span class="account-firstName">David</span>
        <span class="account-lastName">Smith</span>
    </li>
    <li class="account-address-line1">150 Stockton St</li>
    <li>
        <span class="account-address-city">San Francisco</span>,
        <span class="account-address-state">CA</span>
        <span class="account-address-postalCode">94108</span>
    </li>
    <li class="account-address-country">United States</li>
</ul>

<ul class="account">
    <li class="account-phoneNumber">
        415-362-3900
    </li>
    <li class="account-email">
        <a href="mailto:david.smith@hotmail.com">david.smith@hotmail.com</a>
    </li>
</ul>
```

```sass_file_example
src/settings/bigcommerce/account/_settings.scss
```
*/
.account {
  list-style: none;
  margin-left: 0; }
  .account ul,
  .account ol {
    list-style: none;
    margin-bottom: 0; }

.account-name {
  font-weight: 700; }

/*doc
---
title: Panels
name: panel
category: Components
---

Panels are a simple container which is relatively positioned within the document which helps you section
your content. Panels may also have a header, which contains a related title to describe the contents.

```sass_file_example
src/settings/foundation/panels/_settings.scss
```
```html_example
<div class="panel">
    <div class="panel-header">
        <h2 class="panel-title">Panel Title</h2>
    </div>
    <div class="panel-body">
        <h2>Some Panel Content</h2>
        <p>Should be able to handle any type of content.</p>
    </div>
</div>
```
*/
.panel {
  position: relative; }

.panel-header {
  background-color: #f2f2f2;
  margin: 0;
  padding: 1.5rem 2.03333rem 0; }

.panel-title {
  line-height: 1.5;
  margin: 0; }

.panel-body {
  border-style: solid;
  border-width: 1px;
  border-color: #d7d7d7;
  margin-bottom: 1.5rem;
  padding: 1rem 2.03333rem 1.5rem;
  background: #f2f2f2;
  color: #333333;
  border-color: #d7d7d7; }
  .panel-body > :first-child {
    margin-top: 0; }
  .panel-body > :last-child {
    margin-bottom: 0; }
  .panel-body > :last-child {
    margin-bottom: 0; }

.breadcrumbs {
  border-style: solid;
  border-width: 1px;
  display: block;
  list-style: none;
  margin-left: 0;
  overflow: hidden;
  padding: 0.6rem 0.93333rem 0.6rem;
  background-color: #f4f4f4;
  border-color: gainsboro; }

.breadcrumb {
  color: #989898;
  float: left;
  font-size: 13px;
  line-height: 13px;
  margin: 0;
  text-transform: uppercase;
  line-height: 1.5; }
  .breadcrumb:hover a, .breadcrumb:focus a {
    text-decoration: underline; }
  .breadcrumb a {
    color: #989898; }
  .breadcrumb.current {
    color: #989898;
    cursor: default; }
    .breadcrumb.current a {
      color: #989898;
      cursor: default; }
    .breadcrumb.current:hover, .breadcrumb.current:hover a, .breadcrumb.current:focus, .breadcrumb.current:focus a {
      text-decoration: none; }
  .breadcrumb.unavailable {
    color: #a5a5a5; }
    .breadcrumb.unavailable a {
      color: #a5a5a5; }
    .breadcrumb.unavailable:hover,
    .breadcrumb.unavailable:hover a, .breadcrumb.unavailable:focus,
    .breadcrumb.unavailable a:focus {
      color: #a5a5a5;
      cursor: not-allowed;
      text-decoration: none; }
  .breadcrumb:before {
    color: #989898;
    content: "/";
    margin: 0 0.8rem;
    position: relative;
    top: 1px; }
  .breadcrumb:first-child:before {
    content: " ";
    margin: 0; }
  .breadcrumb::before {
    margin: 0 0.53333rem; }
    @media (min-width: 481px) {
      .breadcrumb::before {
        margin: 0 0.53333rem; } }

.breadcrumb-label {
  cursor: pointer;
  text-decoration: underline; }
  .breadcrumb-label:hover {
    color: #4f4f4f;
    text-decoration: none; }
  .breadcrumb.is-active > .breadcrumb-label {
    color: #989898;
    cursor: default; }
  .breadcrumb.is-unavailable > .breadcrumb-label {
    color: #a5a5a5;
    cursor: default; }

.tabs {
  border-bottom: 1px solid #e8e8e8;
  margin: 0; }
  .tabs:before, .tabs:after {
    content: " ";
    display: table; }
  .tabs:after {
    clear: both; }

.tab {
  border-bottom: white;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative; }
  @media (min-width: 480px) {
    .tab {
      float: left; } }

.tab-title {
  background-color: #EFEFEF;
  color: #989898;
  display: block;
  font-family: "Archer Grotesque", Arial, Helvetica, sans-serif;
  font-size: 15px;
  padding: 0.73333rem 1.46667rem; }
  .tab-title:hover {
    background-color: #e1e1e1;
    color: #4f4f4f; }

.tab.is-active .tab-title {
  background-color: #FFFFFF;
  color: #4f4f4f;
  font-weight: 700; }

@media (min-width: 480px) {
  .tabs--vertical {
    border-bottom: 0;
    float: left;
    margin: 0 0 1.5rem;
    max-width: 20%;
    width: 20%; } }

.tabs--vertical .tab {
  float: none; }

.tabs-contents {
  margin-bottom: 1.5rem; }
  .tabs-contents:before, .tabs-contents:after {
    content: " ";
    display: table; }
  .tabs-contents:after {
    clear: both; }

@media (min-width: 480px) {
  .tabs-contents--vertical {
    float: left;
    max-width: 80%;
    padding-left: 1.5rem;
    width: 80%; }
    .tabs-contents--vertical > .tab-content {
      padding: 0 1.5rem; } }

.tab-content {
  display: none;
  padding: 1.5rem 0; }
  .tab-content.is-active {
    display: block; }

.no-js .tab-content {
  display: block;
  float: none; }

/*doc
---
title: Navigation
name: nav
category: Components
---

The navigation pattern holds a list of links wrapped in a navigation element. The links can help you navigate
the document, or the information architecture. Each link should modify the URL in some way.

```sass_file_example
src/settings/bigcommerce/nav/_settings.scss
```
We generate our own navigation abstractions through a `nav()` mixin. The mixin works as follows:

```scss_example
nav($style: "navBar", $wrapper: "nav")
```
Where:

 - `$style` - The type of navigation (a bar or list)
 - `$wrapper` - The wrapper of the navigation (usually nav, ul or ol)

There is also a `nav-action()` mixin, which when used will set the styles for any actionable items in your navigation list.

```scss_example
nav-action($color, $fontFamily, $fontSize, $padding)
```

*/
/*doc
---
title: Navigation Bar
name: navBar
parent: nav
category: Components
---

The Navigation Bar is a horizontal navigation component, useful for page navigation or any other primary content navigation.

```html_example
<nav class="navBar navBar--internal">
    <ul class="navBar-section">
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 1</a>
        </li>
        <li class="navBar-item is-active">
            <a class="navBar-action" href="#">Item 2</a>
        </li>
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 3</a>
        </li>
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 4</a>
        </li>
    </ul>
    <ul class="navBar-section navBar-section--alt">
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 5</a>
        </li>
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 6</a>
        </li>
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 7</a>
        </li>
    </ul>
</nav>
```

You can create a navigation bar abstraction with the following mixin:

```scss_example
.pageNavigation {
    @include nav("navBar", "nav");
    @include nav-action($navBar-action-color, $navBar-action-fontFamily, $navBar-action-fontSize, $navBar-action-padding);
}
```

*/
.navBar:before, .navBar:after {
  content: " ";
  display: table; }

.navBar:after {
  clear: both; }

.navBar ul,
.navBar ol {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0; }
  .navBar ul ul,
  .navBar ul ol,
  .navBar ol ul,
  .navBar ol ol {
    list-style: none;
    margin-bottom: 0; }
  .navBar ul li,
  .navBar ol li {
    margin: 0;
    padding: 0; }

.navBar-section {
  float: left; }
  .navBar-section:before, .navBar-section:after {
    content: " ";
    display: table; }
  .navBar-section:after {
    clear: both; }

.navBar-section--alt {
  float: right;
  margin-left: 1.5rem; }

.navBar-section + .navBar-section {
  margin-left: 1.5rem; }

@media (min-width: 480px) {
  .navBar-item {
    float: left; } }

.navBar-item, .navBar-action {
  display: block; }

.navBar-action {
  color: #2d2d2d;
  font-size: 15px;
  padding: 0.73333rem; }

/*doc
---
title: Navigation List
name: navList
parent: nav
category: Components
---

The Navigation List is a vertical navigation component, useful for secondary navigation like a list of child pages.

```html_example
<nav class="navList navList--aside">
    <ul class="navList-section">
        <li class="navList-item">
            <a class="navList-action" href="#">Item 1</a>
        </li>
        <li class="navList-item is-active">
            <a class="navList-action" href="#">Item 2</a>
            <ul class="navList-subSection">
                <li class="navList-item">
                    <a class="navList-action" href="#">Sub-item 1</a>
                </li>
                <li class="navList-item is-active">
                    <a class="navList-action" href="#">Sub-item 2</a>
                </li>
                <li class="navList-item">
                    <a class="navList-action" href="#">Sub-item 3</a>
                </li>
                <li class="navList-item">
                    <a class="navList-action" href="#">Sub-item 4</a>
                </li>
            </ul>
        </li>
        <li class="navList-item">
            <a class="navList-action" href="#">Sub-item 3</a>
        </li>
        <li class="navList-item">
            <a class="navList-action" href="#">Sub-item 4</a>
        </li>
    </ul>
</nav>
```

You can create a navigation list abstraction with the following mixin:

```scss_example
.subPagesList {
    @include nav("navList", "ul");
    @include nav-action($navBar-action-color, $navBar-action-fontFamily, $navBar-action-fontSize, $navBar-action-padding);
}
```

*/
.navList:before, .navList:after {
  content: " ";
  display: table; }

.navList:after {
  clear: both; }

.navList ul,
.navList ol {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0; }
  .navList ul ul,
  .navList ul ol,
  .navList ol ul,
  .navList ol ol {
    list-style: none;
    margin-bottom: 0; }
  .navList ul li,
  .navList ol li {
    margin: 0;
    padding: 0; }

.navList-section:before, .navList-section:after {
  content: " ";
  display: table; }

.navList-section:after {
  clear: both; }

.navList-section--alt {
  float: right;
  margin-left: 1.5rem; }

.navList-section + .navList-section {
  margin-top: 1.5rem; }

.navList-item, .navList-action {
  display: block; }

.navList-action {
  color: #4f4f4f;
  font-size: 15px;
  padding: 0.2rem 0; }

/*doc
---
title: Media Object
name: media
category: Components
---

The media object, as per OOCSS methodology. Taken straight from the OOCSS repo.
(https://github.com/stubbornella/oocss/blob/master/oocss/src/settings/media/_media.scss)
This also allows the "media table" variation, which allows you to specify
columns in the media object, and align the contents accordingly.
This is similar to Harry Roberts's "Flag object". (http://csswizardry.com/2013/05/the-flag-object/)

This mixin, like the nav mixin, is created by bending our style guides rules.
To achieve both total control, and the freedom of appending your own
class name prefix to the elements, the '&' selector has been used heavily.

1. $style arguments: "default" or "table"
2. To avoid generating the default media object styles for descendants if we
don't have to, we check for the default operator first.
3. The "table" style just sets the parent to display as table, and its children
to table-cells, if they have the "-column" descendant class.

```sass_file_example
src/settings/bigcommerce/media/_settings.scss
```

To create a media object, you can use the following mixin:

```scss_example
.media {
    @include media;
}
```

```html_example
<div class="media">
    <div class="media-figure">
        <img src="https://placeholdit.imgix.net/~text?txtsize=25&txt=150%C3%97150&w=150&h=150"/>
    </div>
    <div class="media-body">
        <h5>Media header</h5>
        <p>Media body</p>
    </div>
</div>
```
*/
.media:before, .media:after {
  content: " ";
  display: table; }

.media:after {
  clear: both; }

.media-figure {
  float: left;
  margin-right: 0.73333rem; }
  .media-figure > img {
    display: block; }

.media-figure--opposite {
  float: right;
  margin-left: 0.73333rem;
  margin-right: 0; }

.media-body:before, .media-body:after {
  content: " ";
  display: table; }

.media-body:after {
  clear: both; }

/*doc
---
title: Media Table Object
name: mediaTable
parent: media
category: Components
---

To create a media table, you can use the same mixin with the "table" parameter:

```scss_example
.media {
    @include media("table");
}
```

```html_example
<div class="mediaTable">
    <div class="mediaTable-column mediaTable-figure">
        <img src="https://placeholdit.imgix.net/~text?txtsize=25&txt=150%C3%97150&w=150&h=150"/>
    </div>
    <div class="mediaTable-column mediaTable-body">
        <h5>Media header</h5>
        <p>Media body</p>
    </div>
    <div class="mediaTable-column mediaTable-actions">
        <button class="button">Go!</button>
    </div>
</div>
```
*/
.mediaTable {
  display: table;
  padding: 1.5rem; }
  .mediaTable:before, .mediaTable:after {
    content: " ";
    display: table; }
  .mediaTable:after {
    clear: both; }
  .mediaTable-column {
    display: table-cell;
    padding-right: 1.5rem;
    vertical-align: middle; }
    .mediaTable-column:last-child {
      padding: 0; }
  .mediaTable-figure {
    text-align: center;
    vertical-align: middle;
    width: 15%; }
  .mediaTable-body {
    vertical-align: middle; }
  .mediaTable-actions {
    text-align: right;
    vertical-align: middle;
    width: 30%; }

.pagination-list {
  display: block;
  margin-left: 0;
  min-height: 1.6rem; }
  .pagination-list li {
    color: #989898;
    font-size: 1rem;
    height: 1.6rem;
    margin-left: 0.4rem; }
    .pagination-list li a, .pagination-list li button {
      border-radius: 4px;
      transition: background-color 300ms ease-out;
      background: none;
      color: #989898;
      display: block;
      font-size: 1em;
      font-weight: normal;
      line-height: inherit;
      padding: 0.33333rem 0.53333rem; }
    .pagination-list li:hover a,
    .pagination-list li a:focus,
    .pagination-list li:hover button,
    .pagination-list li button:focus {
      background: #e6e6e6; }
  .pagination-list li {
    display: block;
    float: left; }

li.pagination-item {
  cursor: pointer; }
  li.pagination-item:first-child {
    margin-left: 0; }
  li.pagination-item a:hover {
    color: #4f4f4f; }

li.pagination-item--current a, li.pagination-item--current button {
  background: #4f4f4f;
  color: #4f4f4f;
  cursor: default;
  font-weight: 700; }
  li.pagination-item--current a:hover, li.pagination-item--current a:focus, li.pagination-item--current button:hover, li.pagination-item--current button:focus {
    background: #4f4f4f; }

.pagination {
  float: right; }
  .pagination:before, .pagination:after {
    content: " ";
    display: table; }
  .pagination:after {
    clear: both; }

.pagination-limits {
  border: solid #4f4f4f;
  border-width: 0 0 0 1px;
  display: inline-block;
  margin-left: 0.73333rem;
  padding: 0.53333rem 0 0.53333rem 1.5rem;
  position: relative;
  vertical-align: top; }

/*doc
---
title: Alerts
name: alerts
category: Components
---

Alerts can be used to inform users about the actions they perform, whether it's a successful message, a warning, error, or just information.
They can be displayed at a page level or inside a specific container. They will take the full width of their containers.

```sass_file_example
src/settings/foundation/alerts/_settings.scss
```

The alert box consists of three `alertBox-column`s: The `alertBox-icon` which contains the icon for the type of alert,
the `alertBox-message` which can contain the heading and text for the alert message, and `alertBox-close` which holds the close button.
You can set the vertical alignment of the columns in the setting variables.

```html_example
<div class="alertBox">
    <div class="alertBox-column alertBox-icon">
        <icon class="icon" aria-hidden="true">
            <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
                <path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-6h2v6zm0-8h-2V7h2v2z"></path>
            </svg>
        </icon>
    </div>
    <div class="alertBox-column alertBox-message">
        <span>Generic alert</span>
    </div>
    <a class="alertBox-column alertBox-close" tabindex="0" href="#">
        <icon glyph="ic-close" class="icon" aria-hidden="true">
            <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
                <path d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"></path>
            </svg>
        </icon>
    </a>
</div>
```
*/
.alertBox {
  border-style: none;
  border-width: 1px;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 1px;
  padding: 0.73333rem 1.13333rem 0.73333rem 1.13333rem;
  position: relative;
  transition: opacity 300ms ease-out;
  background-color: #e8e8e8;
  border-color: #e8e8e8;
  color: white; }
  .alertBox .icon {
    height: 1.33333rem;
    width: 1.33333rem; }
  .alertBox .button {
    margin: 0 0 0 0.73333rem; }

.alertBox--info {
  background-color: #666666;
  border-color: #666666;
  color: #4f4f4f; }
  .alertBox--info svg {
    fill: #dfdfdf; }

.alertBox--success {
  background-color: #7ca386;
  border-color: #7ca386;
  color: #4f4f4f; }
  .alertBox--success svg {
    fill: white; }

.alertBox--warning {
  background-color: #fffdea;
  border-color: #fffdea;
  color: white; }
  .alertBox--warning svg {
    fill: #d4cb49; }

.alertBox--error {
  background-color: #ffdddd;
  border-color: #ffdddd;
  color: white; }
  .alertBox--error svg {
    fill: #ff7d7d; }

.alertBox-column {
  display: table-cell;
  text-align: left;
  vertical-align: middle; }

.alertBox-icon {
  padding-right: 1.13333rem; }

.alertBox-message {
  margin: 0;
  text-align: left;
  width: 100%; }

.alertBox-heading {
  margin: 0; }

.alertBox-close {
  cursor: pointer;
  padding-left: 1.13333rem; }
  .alertBox-close .icon {
    height: 1.33333rem;
    width: 1.33333rem; }
  .alertBox-close svg {
    fill: #4f4f4f; }

/*doc
---
title: Accordion
name: accordion
category: Components
---
```html_example
<section class="accordion">
    <article heading="Dynamic Group Header - 1" class="is-open">
        <h2 class="accordion-navigation is-open">
            <a href="javascript:void(0)" class="accordion-title">
                Dynamic Group Header - 1
                <icon class="accordion-indicator icon" glyph="ic-remove" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M19 13H5v-2h14v2z"></path></svg></icon>
            </a>
        </h2>
        <div class="accordion-content is-open">
            Dynamic Group Body - 1
        </div>
    </article>
    <article heading="Dynamic Group Header - 2">
        <h2 class="accordion-navigation">
            <a href="javascript:void(0)" class="accordion-title">
                Dynamic Group Header - 2
                <icon class="accordion-indicator icon" glyph="ic-remove" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M19 13H5v-2h14v2z"></path></svg></icon>
            </a>
        </h2>
    </article>
<article heading="Dynamic Group Header - 3">
        <h2 class="accordion-navigation accordion-navigation--error">
            <a href="javascript:void(0)" class="accordion-title">
                Dynamic Group Header - 3
                <icon class="accordion-indicator icon" glyph="ic-remove" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M19 13H5v-2h14v2z"></path></svg></icon>
            </a>
        </h2>
    </article>
</section>
```

```sass_file_example
src/settings/foundation/accordion/_settings.scss
```
*/
.accordion {
  margin-bottom: 0;
  border: #e8e8e8 solid;
  border-width: 1px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.13);
  margin: 0 0 1.5rem; }
  .accordion:before, .accordion:after {
    content: " ";
    display: table; }
  .accordion:after {
    clear: both; }

.accordion-navigation {
  display: block;
  margin-bottom: 0 !important;
  border: #e8e8e8 solid;
  border-width: 1px 0;
  cursor: pointer; }
  .accordion-navigation.is-open > a {
    background: white;
    color: #2d2d2d; }
  .accordion-navigation > a {
    background: white;
    color: #4f4f4f;
    padding: 1.9rem;
    display: block;
    font-family: "Archer Grotesque", Arial, Helvetica, sans-serif;
    font-size: 1rem; }
    .accordion-navigation > a:hover {
      background: #f2f2f2; }
  .accordion-navigation .accordion-title {
    padding: 1.5rem 1.9rem; }

.accordion-title {
  font-weight: 700;
  line-height: 24px; }

.accordion-content {
  display: none;
  padding: 2.03333rem;
  border: #e8e8e8 solid;
  border-width: 0 0 1px; }
  .accordion-content.is-open {
    background: #FFFFFF;
    display: block; }

.accordion-navigation--success .accordion-title,
.accordion-navigation--success.is-open > a {
  color: #7ca386; }

.accordion-navigation--error .accordion-title,
.accordion-navigation--error.is-open > a {
  color: #ff7d7d; }

.accordion-navigation--warning .accordion-title,
.accordion-navigation--warning.is-open > a {
  color: #d4cb49; }

.tooltip {
  border-radius: 2px; }

body.has-activeModal {
  overflow: hidden; }

.modal-background {
  background: #2d2d2d;
  background: rgba(45, 45, 45, 0.95);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1004;
  left: 0; }
  .has-activeModal .modal-background {
    display: block; }

.modal {
  border-radius: 0;
  display: none;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 1005;
  left: 0;
  background-color: white;
  padding: 2.25rem 2.25rem;
  border: solid 0 #e8e8e8;
  box-shadow: none;
  max-height: 80%;
  overflow: auto;
  position: fixed; }
  @media only screen and (max-width: 480px) {
    .modal {
      min-height: 100vh; } }
  .modal .column, .modal .columns {
    min-width: 0; }
  .modal > :first-child {
    margin-top: 0; }
  .modal > :last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 481px) {
    .modal {
      left: 0;
      margin: 0 auto;
      max-width: 80%;
      right: 0;
      width: 900px; } }
  @media only screen and (min-width: 481px) {
    .modal {
      top: 50% !important; } }
  @media (min-width: 480px) {
    .modal {
      transform: translateY(-50%); } }

.modal--large {
  max-height: 90%;
  width: 1280px; }

.modal--small {
  width: 500px; }

.modal-header {
  border-bottom: 1px solid #e8e8e8;
  padding: 1rem 0;
  position: relative; }

.modal-header-title {
  margin: 0; }

.modal-body {
  padding: 3rem 0; }
  .modal-body > :last-child {
    margin-bottom: 0; }

.modal-footer {
  border-top: 1px solid #e8e8e8;
  padding: 0.73333rem 1.5rem;
  text-align: center; }
  @media (min-width: 481px) {
    .modal-footer {
      text-align: right; } }
  .modal-footer .button {
    display: block; }
    @media (min-width: 481px) {
      .modal-footer .button {
        display: inline-block;
        margin-bottom: 0; } }

.modal-footer-link {
  display: inline-block;
  font-size: 15px;
  margin: 0 0 0.73333rem; }
  @media (min-width: 481px) {
    .modal-footer-link {
      display: inline;
      margin: 1.5rem; } }

.modal-close {
  color: #666666;
  cursor: pointer;
  font-size: 35px;
  font-weight: normal;
  line-height: 1;
  position: absolute;
  top: 1.05rem;
  right: 0.75rem;
  transform: translateY(none); }
  .modal-close .icon {
    height: 1.33333rem;
    width: 1.33333rem; }

@media print {
  .modal {
    background: #FFFFFF !important;
    display: none; } }

.loadingNotification {
  left: 50%;
  position: fixed;
  text-align: center;
  top: 3rem;
  transform: translateX(-50%);
  transform-style: preserve-3d;
  transition: all 200ms ease-out;
  z-index: 500; }
  .loadingNotification.ng-hide-remove, .loadingNotification.ng-hide-add-active {
    opacity: 0;
    top: 3.6rem;
    transform: scale(0.9) translateX(-50%); }
  .loadingNotification.ng-hide-remove-active {
    opacity: 1;
    top: 3rem;
    transform: scale(1) translateX(-50%); }

.loadingNotification-label {
  background: #666666;
  border-radius: 4px;
  color: white;
  display: inline-block;
  font-size: 15px;
  padding: 0.4rem 0.73333rem; }

.loadingOverlay-container {
  min-height: 120px;
  position: relative; }

.loadingOverlay {
  background: rgba(45, 45, 45, 0.9);
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 250ms ease-out;
  width: 100%; }
  .loadingOverlay::before {
    height: 2.66667rem;
    width: 2.66667rem;
    border-radius: 2.66667rem;
    border: solid 2px;
    border-color: white white #989898 #989898;
    content: "";
    display: block;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    transform-style: preserve-3d;
    animation: spin 500ms infinite cubic-bezier(0.69, 0.31, 0.56, 0.83); }
  .loadingOverlay.ng-enter, .loadingOverlay.ng-leave.ng-leave-active {
    opacity: 0; }
  .loadingOverlay.ng-leave, .loadingOverlay.ng-enter.ng-enter-active {
    opacity: 1; }

@keyframes spin {
  0% {
    transform: translateY(-50%) rotate(0deg); }
  100% {
    transform: translateY(-50%) rotate(360deg); } }

.datepicker {
  background-color: white;
  box-shadow: 0 0 0.26667rem #989898;
  padding: 1rem 0;
  text-align: center;
  z-index: 50; }

.datepicker-attachment {
  position: absolute; }

.datepicker-month {
  color: #454545;
  font-size: 25px;
  font-weight: 400;
  margin: 0; }

.datepicker-back,
.datepicker-next {
  color: #989898;
  cursor: default;
  font-size: 20px;
  font-weight: 700;
  padding: 0; }

.datepicker-back {
  float: left;
  margin-left: 1.5rem; }
  .datepicker-back::before {
    content: "<";
    display: block; }

.datepicker-next {
  float: right;
  margin-right: 1.5rem; }
  .datepicker-next::before {
    content: ">";
    display: block; }

.datepicker-days {
  border-collapse: separate;
  color: #454545;
  font-size: 20px;
  margin: 1rem 1rem 0;
  table-layout: fixed; }

.datepicker-days-head {
  line-height: 18px; }

.datepicker-day-name {
  color: #989898;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase; }

.datepicker-day {
  cursor: pointer;
  height: 2.25rem;
  line-height: 100%;
  padding: 0.53333rem;
  position: relative;
  text-align: center;
  width: 2.25rem;
  z-index: 5; }
  .datepicker-day:hover::before {
    background-color: #a5a5a5; }

.datepicker-day.is-selected {
  color: white;
  cursor: pointer; }
  .datepicker-day.is-selected::before {
    background-color: #4f4f4f; }
  .datepicker-day.is-selected:hover::before {
    background-color: #4f4f4f; }

.datepicker-day::before, .datepicker-day.is-selected::before {
  border-radius: 50%;
  bottom: 0.2rem;
  content: "";
  left: 0.2rem;
  position: absolute;
  right: 0.2rem;
  top: 0.2rem;
  z-index: -1; }

.datepicker-day.is-disabled {
  color: #989898;
  cursor: default; }

/*doc
---
title: ActionBar
name: action_bar
category: Patterns
---
```html_example
<div class="actionBar">
    <div class="actionBar-section">
        <fieldset class="form-fieldset">
            <div class="actionBar-item form-field">
                <input class="form-input has-action" type="search" placeholder="Search">
                <button class="button button--icon button--inputAction">
                    <span class="is-srOnly">Search</span>
                    <icon glyph="ic-search"></icon>
                </button>
            </div>
            <a href="#" class="actionBar-item">Advanced</a>
        </fieldset>
    </div>
    <div class="actionBar-section actionBar-section--alt">
        <fieldset class="form-fieldset">
            <div class="actionBar-item form-field">
                <div class="buttonGroup">
                    <button class="button">
                        All
                    </button>
                    <button class="button">
                        Free
                    </button>
                    <button class="button">
                        Paid
                    </button>
                </div>
            </div>
            <div class="actionBar-item form-field">
                <label class="form-label" for="select1">Sort by</label>
                <select class="form-select" name="select1" id="select1">
                    <option value="1">Popular</option>
                    <option value="2">Newest</option>
                </select>
            </div>
        </fieldset>
    </div>
</div>
```

```sass_file_example
src/settings/bigcommerce/actionBar/_settings.scss
```
*/
.actionBar {
  margin: 1.5rem 0; }
  .actionBar:before, .actionBar:after {
    content: " ";
    display: table; }
  .actionBar:after {
    clear: both; }
  .actionBar .button {
    margin-bottom: 0; }
  .actionBar .buttonGroup {
    vertical-align: middle; }

.actionBar-link {
  display: block;
  padding: 0.73333rem 0; }

.actionBar-section:before, .actionBar-section:after {
  content: " ";
  display: table; }

.actionBar-section:after {
  clear: both; }

@media (min-width: 480px) {
  .actionBar-section {
    float: left; }
    .actionBar-section .form-label, .actionBar-section .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper label, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper .actionBar-section label {
      display: inline-block;
      margin: 0 0.4rem 0 0; }
    .actionBar-section .form-select,
    .actionBar-section .form-input,
    .actionBar-section .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper input[type="email"],
    .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper .actionBar-section input[type="email"] {
      display: inline-block;
      width: 13.33333rem; } }

@media (min-width: 480px) {
  .actionBar-section--alt {
    float: right; } }

.actionBar-item {
  margin-bottom: 1.5rem; }
  @media (min-width: 480px) {
    .actionBar-item {
      display: inline-block;
      margin-bottom: 0;
      margin-right: 1.5rem;
      vertical-align: middle; }
      .actionBar-item:last-child {
        margin-right: 0; } }

/*doc
---
title: Cards
name: cards
category: Components
---

Cards are a typical component consisting of a figure and a short snippet of descriptive text.
This could include a heading and a caption or definition, and perhaps a call to action
or other actionable functions.

```sass_file_example
src/settings/bigcommerce/cards/_settings.scss
```
```html_example
<article class="card">
    <figure class="card-figure">
        <img class="card-image" src="http://lorempixel.com/960/360/sports/" alt="Example card image">
        <figcaption class="card-figcaption">
            <a class="card-figcaption-action" href="#">
                <div class="card-figcaption-body">
                    <span class="button card-figcaption-button">Learn more</span>
                </div>
            </a>
        </figcaption>
    </figure>
    <div class="card-body">
        <h2 class="card-title">20% Off First Design Project</h2>
        <h3 class="card-subTitle">Custom Designs</h3>
        <p class="card-text">
            Be seen by customers at the very moment that
            they are searching on Google for the things you offer.
        </p>
    </div>
</article>
```
*/
.card {
  background-color: transparent;
  margin-bottom: 3rem;
  padding: 0 0; }

.card-figure, body div#isp_search_result_page_container #isp_search_results_container .isp_product_image_wrapper {
  background-color: white;
  margin-bottom: 0;
  padding: 0 0;
  position: relative; }

.card-image {
  border: 1px solid #4f4f4f;
  width: 100%; }

.card-figcaption {
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0; }
  .card-figcaption:hover {
    opacity: 1; }

.card-figcaption-action {
  display: block;
  height: 100%; }

.card-figcaption-body {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  transform-style: preserve-3d; }
  .card-figcaption-body > :first-child {
    margin-top: 0; }
  .card-figcaption-body > :last-child {
    margin-bottom: 0; }
  .card-figcaption-body .card-text, .card-figcaption-body body div#isp_search_result_page_container #isp_search_results_container .isp_product_price_wrapper, body div#isp_search_result_page_container #isp_search_results_container .card-figcaption-body .isp_product_price_wrapper {
    color: #989898; }

.card-figcaption-button {
  background-color: rgba(255, 255, 255, 0.9);
  color: #2d2d2d; }
  .card-figcaption-button:hover {
    background-color: white;
    color: #2d2d2d; }

.card-body, body div#isp_search_result_page_container #isp_search_results_container .isp_product_info {
  padding: 0.73333rem 0 0; }
  .card-body > :first-child, body div#isp_search_result_page_container #isp_search_results_container .isp_product_info > :first-child {
    margin-top: 0; }
  .card-body > :last-child, body div#isp_search_result_page_container #isp_search_results_container .isp_product_info > :last-child {
    margin-bottom: 0; }
  .card-body .card-text, body div#isp_search_result_page_container #isp_search_results_container .isp_product_info .card-text, .card-body body div#isp_search_result_page_container #isp_search_results_container .isp_product_price_wrapper, body div#isp_search_result_page_container #isp_search_results_container .card-body .isp_product_price_wrapper, body div#isp_search_result_page_container #isp_search_results_container .isp_product_info .isp_product_price_wrapper {
    color: #989898; }

.card-surTitle {
  float: right;
  margin-left: 1.5rem;
  max-width: 40%;
  text-align: right; }

.card-footer {
  background-color: transparent;
  margin: 0; }
  .card-footer:before, .card-footer:after {
    content: " ";
    display: table; }
  .card-footer:after {
    clear: both; }

.card-button {
  margin-bottom: 0; }

/*doc
---
title: Credit Card Types
name: creditCardTypes
category: Components
---
`credit-card-types` is a pattern-lab component that displays a list of credit card type images, and it adds
a class `.is-active` and `.not-active` to each item depending on what card type is currently selected. No classes
are added until a card type has been selected. By default, the images with `.not-active` are greyed out.

```html_example
<credit-card-types class="creditCardTypes">
    <ul class="creditCardTypes-list">
        <li class="creditCardTypes-list-item not-active">
            <icon class="icon--medium icon">
                <svg width="156" height="104" viewBox="0 0 156 104" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><path d="M144 104H12c-6.15 0-12-5.85-12-12V12C0 5.85 5.85 0 12 0h132c6.15 0 12 5.85 12 12v80c0 6.15-5.85 12-12 12z" fill="#60C7EE"></path><g fill="#FFF"><path d="M95.05 46.532v3.68h12.93v4.723H95.05V59.5h12.79l5.244-6.824-4.673-6.144H95.05m-59.707 9.382h5.906l-2.97-8.324-2.94 8.324"></path><path d="M128.833 52.77l11.29-15.125h-19.067l-2.536 3.9-2.608-3.9h-46.59l-1.254 4.224-1.264-4.227H31.27L17.72 68.687h17.326l1.31-3.822h3.824l1.345 3.822h73.594l3.28-4.594 3.28 4.594h19.36l-4.867-6.343-7.342-9.574zM83.185 64.744H76.38v-17.66l-5.243 17.66h-6.16l-5.233-17.66v17.66H44.318l-1.345-3.823H33.54l-1.312 3.826h-8.483L33.85 41.588h9.065L52.94 64.56V41.59h10.927l4.214 14.09 4.187-14.09h10.92v23.156zm40.524 0l-5.31-7.44-5.31 7.44H86.72V41.588h27.085l4.76 7.124 4.63-7.124h9.062l-8.37 11.215 9.16 11.94h-9.338z"></path></g></g></svg>
            </icon>
        </li>
        <li class="creditCardTypes-list-item not-active">
            <icon class="icon--medium icon">
                <svg width="152" height="104" viewBox="0 0 152 104" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><rect id="a" width="152" height="104" rx="12"></rect></defs><g fill="none" fill-rule="evenodd"><mask id="b" fill="#fff"><use xlink:href="#a"></use></mask><use fill="#F4F4F4" xlink:href="#a"></use><rect fill="#F4F4F4" mask="url(#b)" x="1" width="152" height="104" rx="12"></rect><g transform="translate(42 26)"><ellipse fill="#009FDA" cx="26.716" cy="26" rx="26" ry="26"></ellipse><path d="M24.116 0c13 0 25.997 11.643 25.997 26 0 14.355-12.997 26-25.997 26V0z" fill="#009FDA"></path><path d="M24.116 52V0H42.75c13 0 25.997 11.643 25.997 26 0 14.355-12.997 26-25.997 26H24.116z" fill="#009FDA"></path><circle fill="#F3F4F4" cx="25.255" cy="27.139" r="24.539"></circle><path d="M38.255 24.983c0-7.09-6.34-13.02-11.54-14.583v29.167c5.2-1.563 11.54-7.488 11.54-14.584zM5.916 24.986c0 7.09 6.34 13.02 11.54 14.583V10.4c-5.2 1.565-11.54 7.493-11.54 14.586z" fill="#009FDA"></path></g></g></svg>
            </icon>
        </li>
        <li class="creditCardTypes-list-item not-active">
            <icon class="icon--medium icon">
                <svg width="152" height="104" viewBox="0 0 152 104" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><rect id="a" width="152" height="104" rx="12"></rect></defs><g fill="none" fill-rule="evenodd"><mask id="b" fill="#fff"><use xlink:href="#a"></use></mask><use fill="#F4F4F4" xlink:href="#a"></use><rect fill="#F4F4F4" mask="url(#b)" x="1" width="152" height="104" rx="12"></rect><path d="M70.553 104H149c2.21 0 4-1.783 4-4.007V46.597C142.305 71.907 111.28 93.04 70.553 104z" fill="#F76E20" mask="url(#b)"></path><g transform="translate(19 42)" mask="url(#b)"><path d="M14.763 9.22c0 2.94-.824 5.19-2.47 6.752-1.652 1.56-4.035 2.344-7.15 2.344H.155V.466H5.68c2.876 0 5.106.772 6.69 2.31C13.97 4.31 14.764 6.46 14.764 9.22zm-3.876.1c0-3.834-1.672-5.75-5.004-5.75h-1.99v11.62h1.602c3.596.002 5.392-1.957 5.392-5.87zM17.51 18.316V.466h3.733v17.85H17.51zM34.774 13.608c0 1.616-.57 2.88-1.718 3.81-1.146.927-2.734 1.397-4.773 1.397-1.874 0-3.54-.36-4.987-1.074v-3.516c1.19.543 2.196.915 3.017 1.14.822.218 1.577.327 2.26.327.815 0 1.446-.16 1.882-.475.43-.313.657-.792.657-1.413 0-.35-.095-.66-.292-.933-.188-.277-.474-.54-.85-.79-.374-.25-1.134-.657-2.28-1.21-1.073-.512-1.877-1.008-2.42-1.477-.542-.47-.967-1.018-1.288-1.65-.32-.63-.48-1.363-.48-2.2 0-1.577.526-2.818 1.582-3.72 1.06-.908 2.514-1.356 4.38-1.356.913 0 1.787.108 2.617.328.83.217 1.702.53 2.607.927l-1.203 2.942c-.94-.39-1.72-.67-2.334-.818-.616-.153-1.22-.232-1.81-.232-.71 0-1.254.164-1.627.502-.38.334-.567.768-.567 1.305 0 .335.076.623.23.875.152.25.395.487.728.72.332.23 1.125.647 2.366 1.25 1.643.8 2.77 1.6 3.384 2.4.613.796.92 1.778.92 2.943zM46.018 3.62c-1.406 0-2.49.54-3.263 1.605C41.98 6.295 41.6 7.79 41.6 9.7c0 3.978 1.473 5.97 4.418 5.97 1.238 0 2.727-.305 4.492-.94v3.175c-1.446.613-3.06.916-4.842.916-2.56 0-4.52-.79-5.875-2.367-1.357-1.572-2.034-3.834-2.034-6.782 0-1.855.335-3.48 1.003-4.874.662-1.402 1.623-2.467 2.87-3.212C42.884.84 44.345.467 46.022.467c1.71 0 3.43.42 5.152 1.258l-1.203 3.077c-.663-.317-1.32-.592-1.99-.83-.67-.238-1.322-.352-1.964-.352zM81.828.467h3.77l-5.98 17.85h-4.07L69.578.466h3.772l3.312 10.62c.182.632.38 1.356.572 2.195.19.836.316 1.408.368 1.737.087-.75.387-2.05.902-3.932L81.828.468zM97.072 18.316h-10.14V.466h10.14V3.57h-6.407v3.92h5.964v3.1h-5.965v4.6h6.407v3.126zM105.128 11.467v6.85h-3.732V.466h5.13c2.39 0 4.158.44 5.31 1.326 1.145.882 1.72 2.22 1.72 4.02 0 1.048-.286 1.987-.853 2.802-.57.82-1.376 1.46-2.418 1.925 2.647 4.007 4.37 6.603 5.175 7.773h-4.142l-4.203-6.85-1.987.004zm0-3.077h1.206c1.177 0 2.05-.2 2.612-.596.558-.402.842-1.03.842-1.883 0-.847-.29-1.445-.862-1.806-.573-.36-1.46-.537-2.664-.537h-1.14l.006 4.823z" fill="#414042"></path><ellipse fill="#F76E20" cx="61.024" cy="9.393" rx="8.802" ry="8.926"></ellipse></g></g></svg>
            </icon>
        </li>
        <li class="creditCardTypes-list-item is-active">
            <icon class="icon--medium icon">
                <svg width="156" height="104" viewBox="0 0 156 104" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><path d="M144 104H12c-6.15 0-12-5.85-12-12V12C0 5.85 5.85 0 12 0h132c6.15 0 12 5.85 12 12v80c0 6.15-5.85 12-12 12z" fill="#5473CC"></path><path d="M78.25 36.84C73.475 31.432 66.5 28 58.71 28c-14.39 0-26.06 11.64-26.06 26 0 14.355 11.67 26 26.058 26 7.79 0 14.766-3.432 19.543-8.843-4.04-4.58-6.51-10.57-6.51-17.157 0-6.588 2.47-12.58 6.516-17.16z" fill="#ED4A4A"></path><path d="M78.25 36.84c-4.043 4.58-6.514 10.574-6.514 17.16s2.47 12.576 6.515 17.157c4.05-4.58 6.52-10.57 6.52-17.157 0-6.588-2.47-12.58-6.513-17.16z" fill="#EA564B"></path><path d="M97.793 28c-7.79 0-14.766 3.432-19.542 8.84-1.123 1.28-2.11 2.678-2.98 4.16h5.96c.95 1.625 1.69 3.377 2.27 5.2H72.97c-.53 1.672-.912 3.403-1.092 5.2H84.59c.09.858.176 1.716.176 2.6 0 .88-.052 1.745-.138 2.6H71.87c.18 1.797.562 3.528 1.09 5.2h10.57c-.58 1.83-1.36 3.567-2.31 5.2h-5.953c.863 1.477 1.853 2.878 2.98 4.157C83.025 76.567 90 80 97.79 80c14.39 0 26.057-11.645 26.057-26 .003-14.36-11.665-26-26.054-26z" fill="#FFAF38"></path></g></svg>
            </icon>
        </li>
        <li class="creditCardTypes-list-item not-active">
            <icon class="icon--medium icon">
                <svg width="148" height="100" viewBox="0 0 148 100" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><path d="M148 84c0 6.6-5.55 12-12 12H12C5.55 96 0 90.6 0 84V12C0 5.4 5.55 0 12 0h124c6.45 0 12 5.4 12 12v72z" fill="#F3F4F4"></path><path d="M0 24V12C0 5.4 5.74 0 12 0h124c6.26 0 12 5.4 12 12v12" fill="#01579F"></path><path d="M148 76v12c0 8.667-5.74 12-12 12H12c-6.26 0-12-3.333-12-12V76" fill="#FAA41D"></path><path d="M55.01 65.267l4.72-29.186h7.546l-4.72 29.19H55.01M89.913 36.8c-1.49-.59-3.85-1.242-6.77-1.242-7.452 0-12.7 3.974-12.73 9.656-.063 4.19 3.756 6.52 6.613 7.918 2.92 1.428 3.913 2.36 3.913 3.633-.04 1.957-2.36 2.857-4.54 2.857-3.014 0-4.628-.465-7.08-1.552l-.996-.466-1.055 6.55c1.77.808 5.03 1.52 8.415 1.553 7.92 0 13.075-3.912 13.137-9.967.03-3.322-1.987-5.868-6.334-7.948-2.64-1.336-4.256-2.236-4.256-3.602.032-1.242 1.367-2.514 4.348-2.514 2.453-.06 4.254.53 5.62 1.12l.684.31L89.91 36.8m10.03 18.13c.62-1.675 3.013-8.165 3.013-8.165-.03.062.62-1.707.994-2.794l.525 2.52s1.428 6.986 1.74 8.445H99.94zm9.317-18.846h-5.84c-1.8 0-3.17.53-3.945 2.424L88.265 65.27h7.918s1.305-3.6 1.585-4.377h9.687c.217 1.024.9 4.377.9 4.377h6.987l-6.082-29.19zm-60.555 0l-7.39 19.904-.807-4.037c-1.37-4.652-5.653-9.713-10.435-12.23l6.77 25.52h7.98L56.68 36.09H48.7" fill="#3B5CAA"></path><path d="M34.454 36.08H22.312l-.124.59c9.47 2.423 15.744 8.26 18.32 15.277L37.87 38.534c-.436-1.863-1.77-2.39-3.416-2.453" fill="#F8A51D"></path></g></svg>
            </icon>
        </li>
    </ul>
</credit-card-types>
```

```sass_file_example
src/settings/bigcommerce/credit-card-types/_settings.scss
```
*/
.creditCardTypes {
  display: inline-block; }

.creditCardTypes-list {
  list-style: none;
  margin-left: 0; }
  .creditCardTypes-list ul,
  .creditCardTypes-list ol {
    list-style: none;
    margin-bottom: 0; }

.creditCardTypes-list-item {
  display: inline-block;
  margin: 0.2rem; }
  .creditCardTypes-list-item.is-active {
    opacity: 1; }
  .creditCardTypes-list-item.not-active {
    opacity: 0.2; }

/*doc
---
title: Progress bars
name: progress_bars
category: Components
---

Show your progress. A simple way to add progress bars to your layouts. You only need two HTML elements to make them and they're easy to customize.

```sass_file_example
src/settings/foundation/progress-bars/_settings.scss
```

Progress bars consist of a `progress` parent, with a `progress-meter` inner element. You can set the color of the meter by
adding a modifier class to the `progress` class. For example: `class="progress progress--success"`. To adjust the length
of the progress bar, you'll want to inline a width into the HTML, for example: `<span class="progress-meter" style="width: x%">`

```html_example
<div class="progress">
    <span class="progress-meter" style="width: 75%;"></span>
</div>

<div class="progress progress--success">
    <span class="progress-meter" style="width: 45%;"></span>
</div>
```
*/
.progress {
  background-color: #a5a5a5;
  border: 1px solid #4f4f4f;
  height: 0.73333rem;
  margin-bottom: 1.5rem;
  padding: 0.2rem;
  border-radius: 2px;
  overflow: hidden; }

.progress-meter {
  background: #4f4f4f;
  display: block;
  height: 100%;
  float: left;
  width: 0%; }

.progress--info .progress-meter {
  background: #666666;
  display: block;
  height: 100%;
  float: left;
  width: 0%; }

.progress--secondary .progress-meter {
  background: white;
  display: block;
  height: 100%;
  float: left;
  width: 0%; }

.progress--success .progress-meter {
  background: #7ca386;
  display: block;
  height: 100%;
  float: left;
  width: 0%; }

.progress--error .progress-meter {
  background: #ff7d7d;
  display: block;
  height: 100%;
  float: left;
  width: 0%; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff center center no-repeat; }

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 0.8; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.6; }
  .slick-prev:before,
  .slick-next:before {
    font-family: inherit;
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: ""; }
    [dir="rtl"] .slick-prev:before {
      content: ""; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: ""; }
    [dir="rtl"] .slick-next:before {
      content: ""; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 0.8; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        width: 20px;
        height: 20px;
        font-family: inherit;
        font-size: 60px;
        line-height: 20px;
        text-align: center;
        color: #2d2d2d;
        opacity: 0.6;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #666666;
      opacity: 1; }

.slick-next,
.slick-prev {
  height: 4rem;
  padding: 0.66667rem;
  width: 2.66667rem;
  transform: translate(0, -50%); }
  .slick-next::before,
  .slick-prev::before {
    content: none; }
  .slick-next svg,
  .slick-prev svg {
    stroke: white;
    color: white;
    display: block;
    height: 2.73333rem;
    width: 1.33333rem;
    fill: none;
    stroke-width: 2px; }
  .slick-next:hover, .slick-next:focus,
  .slick-prev:hover,
  .slick-prev:focus {
    background-color: black;
    background-color: transparent;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%; }

.slick-next {
  right: -10px; }
  @media (min-width: 991px) {
    .slick-next {
      right: -3.4rem; } }
  .slick-next::before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iNDIiIHZpZXdCb3g9IjAgMCAyNCA0MiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMS40NTY3OSAxLjAwNzQ2MTQ3bDIxIDIwLjAyNDgyMTQzTDEuNTA4ODUgNDEuMDA3NDYxNSIgc3Ryb2tlPSIjMkQyRDJEIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+"); }
  .slick-next:hover::before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iNDIiIHZpZXdCb3g9IjAgMCAyNCA0MiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMS40NTY3OSAxLjAwNzQ2MTQ3bDIxIDIwLjAyNDgyMTQzTDEuNTA4ODUgNDEuMDA3NDYxNSIgc3Ryb2tlPSIjOTg5ODk4IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+"); }

.slick-prev {
  left: -15px; }
  @media (min-width: 991px) {
    .slick-prev {
      left: -3.4rem; } }
  .slick-prev::before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iNDIiIHZpZXdCb3g9IjAgMCAyNCA0MiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjIuNDU3MjA3NCAxLjAwNzQ2MTQ3bC0yMSAyMC4wMjQ4MjE0MyAyMC45NDc5Mzk3IDE5Ljk3NTE3ODYiIHN0cm9rZT0iIzJEMkQyRCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg=="); }
  .slick-prev:hover::before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iNDIiIHZpZXdCb3g9IjAgMCAyNCA0MiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjIuNDU3MjA3NCAxLjAwNzQ2MTQ3bC0yMSAyMC4wMjQ4MjE0MyAyMC45NDc5Mzk3IDE5Ljk3NTE3ODYiIHN0cm9rZT0iIzk4OTg5OCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg=="); }

.slick-dots {
  margin: 0; }
  .slick-dots li {
    height: 2.13333rem;
    width: 2.13333rem;
    margin: 0;
    padding: 0.33333rem; }
    .slick-dots li button,
    .slick-dots li button::before {
      height: 1rem;
      width: 1rem;
      border-radius: 50%; }
    .slick-dots li button {
      border: 1px solid #2d2d2d;
      display: inline-block;
      margin: 0;
      padding: 0;
      position: relative;
      text-align: center;
      vertical-align: middle; }
      .slick-dots li button:hover::before {
        background: #2d2d2d; }
    .slick-dots li button::before {
      display: block;
      left: -1px;
      top: -1px;
      transition: background 100ms ease-out; }
    .slick-dots li.slick-active button::before {
      background: #666666; }

.slick-disabled {
  cursor: default;
  opacity: 0.1; }

.slick-track {
  backface-visibility: hidden;
  perspective: 1000px; }

.swal2-popup.swal2-toast {
  flex-direction: row;
  align-items: center;
  width: auto;
  padding: 0.625em;
  overflow-y: hidden;
  background: #fff;
  box-shadow: 0 0 0.625em #d9d9d9; }
  .swal2-popup.swal2-toast .swal2-header {
    flex-direction: row;
    padding: 0; }
  .swal2-popup.swal2-toast .swal2-title {
    flex-grow: 1;
    justify-content: flex-start;
    margin: 0 0.6em;
    font-size: 1em; }
  .swal2-popup.swal2-toast .swal2-footer {
    margin: 0.5em 0 0;
    padding: 0.5em 0 0;
    font-size: 0.8em; }
  .swal2-popup.swal2-toast .swal2-close {
    position: static;
    width: 0.8em;
    height: 0.8em;
    line-height: 0.8; }
  .swal2-popup.swal2-toast .swal2-content {
    justify-content: flex-start;
    padding: 0;
    font-size: 1em; }
  .swal2-popup.swal2-toast .swal2-icon {
    width: 2em;
    min-width: 2em;
    height: 2em;
    margin: 0; }
    .swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
      display: flex;
      align-items: center;
      font-size: 1.8em;
      font-weight: bold; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
          font-size: .25em; } }
    .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
      width: 2em;
      height: 2em; }
    .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
      top: .875em;
      width: 1.375em; }
      .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
        left: .3125em; }
      .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
        right: .3125em; }
  .swal2-popup.swal2-toast .swal2-actions {
    flex-basis: auto !important;
    width: auto;
    height: auto;
    margin: 0 .3125em; }
  .swal2-popup.swal2-toast .swal2-styled {
    margin: 0 .3125em;
    padding: .3125em .625em;
    font-size: 1em; }
    .swal2-popup.swal2-toast .swal2-styled:focus {
      box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(50, 100, 150, 0.4); }
  .swal2-popup.swal2-toast .swal2-success {
    border-color: #a5dc86; }
    .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'] {
      position: absolute;
      width: 1.6em;
      height: 3em;
      transform: rotate(45deg);
      border-radius: 50%; }
      .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'][class$='left'] {
        top: -.8em;
        left: -.5em;
        transform: rotate(-45deg);
        transform-origin: 2em 2em;
        border-radius: 4em 0 0 4em; }
      .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'][class$='right'] {
        top: -.25em;
        left: .9375em;
        transform-origin: 0 1.5em;
        border-radius: 0 4em 4em 0; }
    .swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
      width: 2em;
      height: 2em; }
    .swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
      top: 0;
      left: .4375em;
      width: .4375em;
      height: 2.6875em; }
    .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'] {
      height: .3125em; }
      .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'][class$='tip'] {
        top: 1.125em;
        left: .1875em;
        width: .75em; }
      .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'][class$='long'] {
        top: .9375em;
        right: .1875em;
        width: 1.375em; }
    .swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
      animation: swal2-toast-animate-success-line-tip .75s; }
    .swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
      animation: swal2-toast-animate-success-line-long .75s; }
  .swal2-popup.swal2-toast.swal2-show {
    animation: swal2-toast-show 0.5s; }
  .swal2-popup.swal2-toast.swal2-hide {
    animation: swal2-toast-hide 0.1s forwards; }

.swal2-container {
  display: flex;
  position: fixed;
  z-index: 1060;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0.625em;
  overflow-x: hidden;
  transition: background-color 0.1s;
  -webkit-overflow-scrolling: touch; }
  .swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation {
    background: rgba(0, 0, 0, 0.4); }
  .swal2-container.swal2-backdrop-hide {
    background: transparent !important; }
  .swal2-container.swal2-top {
    align-items: flex-start; }
  .swal2-container.swal2-top-start, .swal2-container.swal2-top-left {
    align-items: flex-start;
    justify-content: flex-start; }
  .swal2-container.swal2-top-end, .swal2-container.swal2-top-right {
    align-items: flex-start;
    justify-content: flex-end; }
  .swal2-container.swal2-center {
    align-items: center; }
  .swal2-container.swal2-center-start, .swal2-container.swal2-center-left {
    align-items: center;
    justify-content: flex-start; }
  .swal2-container.swal2-center-end, .swal2-container.swal2-center-right {
    align-items: center;
    justify-content: flex-end; }
  .swal2-container.swal2-bottom {
    align-items: flex-end; }
  .swal2-container.swal2-bottom-start, .swal2-container.swal2-bottom-left {
    align-items: flex-end;
    justify-content: flex-start; }
  .swal2-container.swal2-bottom-end, .swal2-container.swal2-bottom-right {
    align-items: flex-end;
    justify-content: flex-end; }
  .swal2-container.swal2-bottom > :first-child,
  .swal2-container.swal2-bottom-start > :first-child,
  .swal2-container.swal2-bottom-left > :first-child,
  .swal2-container.swal2-bottom-end > :first-child,
  .swal2-container.swal2-bottom-right > :first-child {
    margin-top: auto; }
  .swal2-container.swal2-grow-fullscreen > .swal2-modal {
    display: flex !important;
    flex: 1;
    align-self: stretch;
    justify-content: center; }
  .swal2-container.swal2-grow-row > .swal2-modal {
    display: flex !important;
    flex: 1;
    align-content: center;
    justify-content: center; }
  .swal2-container.swal2-grow-column {
    flex: 1;
    flex-direction: column; }
    .swal2-container.swal2-grow-column.swal2-top, .swal2-container.swal2-grow-column.swal2-center, .swal2-container.swal2-grow-column.swal2-bottom {
      align-items: center; }
    .swal2-container.swal2-grow-column.swal2-top-start, .swal2-container.swal2-grow-column.swal2-center-start, .swal2-container.swal2-grow-column.swal2-bottom-start, .swal2-container.swal2-grow-column.swal2-top-left, .swal2-container.swal2-grow-column.swal2-center-left, .swal2-container.swal2-grow-column.swal2-bottom-left {
      align-items: flex-start; }
    .swal2-container.swal2-grow-column.swal2-top-end, .swal2-container.swal2-grow-column.swal2-center-end, .swal2-container.swal2-grow-column.swal2-bottom-end, .swal2-container.swal2-grow-column.swal2-top-right, .swal2-container.swal2-grow-column.swal2-center-right, .swal2-container.swal2-grow-column.swal2-bottom-right {
      align-items: flex-end; }
    .swal2-container.swal2-grow-column > .swal2-modal {
      display: flex !important;
      flex: 1;
      align-content: center;
      justify-content: center; }
  .swal2-container.swal2-no-transition {
    transition: none !important; }
  .swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen) > .swal2-modal {
    margin: auto; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .swal2-container .swal2-modal {
      margin: 0 !important; } }

.swal2-popup {
  display: none;
  position: relative;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  width: 32em;
  max-width: 100%;
  padding: 1.25em;
  border: none;
  border-radius: 0.3125em;
  background: #fff;
  font-family: inherit;
  font-size: 1rem; }
  .swal2-popup:focus {
    outline: none; }
  .swal2-popup.swal2-loading {
    overflow-y: hidden; }

.swal2-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 1.8em; }

.swal2-title {
  position: relative;
  max-width: 100%;
  margin: 0 0 0.4em;
  padding: 0;
  color: #595959;
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word; }

.swal2-actions {
  display: flex;
  z-index: 1;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 1.25em auto 0; }
  .swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
    opacity: .4; }
  .swal2-actions:not(.swal2-loading) .swal2-styled:hover {
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }
  .swal2-actions:not(.swal2-loading) .swal2-styled:active {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }
  .swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
    box-sizing: border-box;
    width: 2.5em;
    height: 2.5em;
    margin: .46875em;
    padding: 0;
    animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
    border: .25em solid transparent;
    border-radius: 100%;
    border-color: transparent;
    background-color: transparent !important;
    color: transparent !important;
    cursor: default;
    user-select: none; }
  .swal2-actions.swal2-loading .swal2-styled.swal2-cancel {
    margin-right: 30px;
    margin-left: 30px; }
  .swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm::after {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: 5px;
    animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
    border: 3px solid #999999;
    border-radius: 50%;
    border-right-color: transparent;
    box-shadow: 1px 1px 1px #fff; }

.swal2-styled {
  margin: .3125em;
  padding: .625em 2em;
  box-shadow: none;
  font-weight: 500; }
  .swal2-styled:not([disabled]) {
    cursor: pointer; }
  .swal2-styled.swal2-confirm {
    border: 0;
    border-radius: 0.25em;
    background: initial;
    background-color: #3085d6;
    color: #fff;
    font-size: 1.0625em; }
  .swal2-styled.swal2-cancel {
    border: 0;
    border-radius: 0.25em;
    background: initial;
    background-color: #aaa;
    color: #fff;
    font-size: 1.0625em; }
  .swal2-styled:focus {
    outline: none;
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(50, 100, 150, 0.4); }
  .swal2-styled::-moz-focus-inner {
    border: 0; }

.swal2-footer {
  justify-content: center;
  margin: 1.25em 0 0;
  padding: 1em 0 0;
  border-top: 1px solid #eee;
  color: #545454;
  font-size: 1em; }

.swal2-timer-progress-bar-container {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0.25em;
  overflow: hidden;
  border-bottom-right-radius: 0.3125em;
  border-bottom-left-radius: 0.3125em; }

.swal2-timer-progress-bar {
  width: 100%;
  height: 0.25em;
  background: rgba(0, 0, 0, 0.2); }

.swal2-image {
  max-width: 100%;
  margin: 1.25em auto; }

.swal2-close {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  align-items: center;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  padding: 0;
  overflow: hidden;
  transition: color 0.1s ease-out;
  border: none;
  border-radius: 0;
  background: transparent;
  color: #cccccc;
  font-family: serif;
  font-size: 2.5em;
  line-height: 1.2;
  cursor: pointer; }
  .swal2-close:hover {
    transform: none;
    background: transparent;
    color: #f27474; }
  .swal2-close::-moz-focus-inner {
    border: 0; }

.swal2-content {
  z-index: 1;
  justify-content: center;
  margin: 0;
  padding: 0 1.6em;
  color: #545454;
  font-size: 1.125em;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  word-wrap: break-word; }

.swal2-input,
.swal2-file,
.swal2-textarea,
.swal2-select,
.swal2-radio,
.swal2-checkbox {
  margin: 1em auto; }

.swal2-input,
.swal2-file,
.swal2-textarea {
  box-sizing: border-box;
  width: 100%;
  transition: border-color 0.3s, box-shadow 0.3s;
  border: 1px solid #d9d9d9;
  border-radius: 0.1875em;
  background: inherit;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  color: inherit;
  font-size: 1.125em; }
  .swal2-input.swal2-inputerror,
  .swal2-file.swal2-inputerror,
  .swal2-textarea.swal2-inputerror {
    border-color: #f27474 !important;
    box-shadow: 0 0 2px #f27474 !important; }
  .swal2-input:focus,
  .swal2-file:focus,
  .swal2-textarea:focus {
    border: 1px solid #b4dbed;
    outline: none;
    box-shadow: 0 0 3px #c4e6f5; }
  .swal2-input::placeholder,
  .swal2-file::placeholder,
  .swal2-textarea::placeholder {
    color: #cccccc; }

.swal2-range {
  margin: 1em auto;
  background: #fff; }
  .swal2-range input {
    width: 80%; }
  .swal2-range output {
    width: 20%;
    color: inherit;
    font-weight: 600;
    text-align: center; }
  .swal2-range input,
  .swal2-range output {
    height: 2.625em;
    padding: 0;
    font-size: 1.125em;
    line-height: 2.625em; }

.swal2-input {
  height: 2.625em;
  padding: 0 0.75em; }
  .swal2-input[type='number'] {
    max-width: 10em; }

.swal2-file {
  background: inherit;
  font-size: 1.125em; }

.swal2-textarea {
  height: 6.75em;
  padding: 0.75em; }

.swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: .375em .625em;
  background: inherit;
  color: inherit;
  font-size: 1.125em; }

.swal2-radio,
.swal2-checkbox {
  align-items: center;
  justify-content: center;
  background: #fff;
  color: inherit; }
  .swal2-radio label,
  .swal2-checkbox label {
    margin: 0 .6em;
    font-size: 1.125em; }
  .swal2-radio input,
  .swal2-checkbox input {
    margin: 0 .4em; }

.swal2-validation-message {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0.625em;
  overflow: hidden;
  background: #f0f0f0;
  color: #666666;
  font-size: 1em;
  font-weight: 300; }
  .swal2-validation-message::before {
    content: '!';
    display: inline-block;
    width: 1.5em;
    min-width: 1.5em;
    height: 1.5em;
    margin: 0 .625em;
    border-radius: 50%;
    background-color: #f27474;
    color: #fff;
    font-weight: 600;
    line-height: 1.5em;
    text-align: center; }

.swal2-icon {
  position: relative;
  box-sizing: content-box;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 1.25em auto 1.875em;
  border: .25em solid transparent;
  border-radius: 50%;
  font-family: inherit;
  line-height: 5em;
  cursor: default;
  user-select: none; }
  .swal2-icon .swal2-icon-content {
    display: flex;
    align-items: center;
    font-size: 3.75em; }
  .swal2-icon.swal2-error {
    border-color: #f27474;
    color: #f27474; }
    .swal2-icon.swal2-error .swal2-x-mark {
      position: relative;
      flex-grow: 1; }
    .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
      display: block;
      position: absolute;
      top: 2.3125em;
      width: 2.9375em;
      height: .3125em;
      border-radius: .125em;
      background-color: #f27474; }
      .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
        left: 1.0625em;
        transform: rotate(45deg); }
      .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
        right: 1em;
        transform: rotate(-45deg); }
    .swal2-icon.swal2-error.swal2-icon-show {
      animation: swal2-animate-error-icon .5s; }
      .swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark {
        animation: swal2-animate-error-x-mark .5s; }
  .swal2-icon.swal2-warning {
    border-color: #facea8;
    color: #f8bb86; }
  .swal2-icon.swal2-info {
    border-color: #9de0f6;
    color: #3fc3ee; }
  .swal2-icon.swal2-question {
    border-color: #c9dae1;
    color: #87adbd; }
  .swal2-icon.swal2-success {
    border-color: #a5dc86;
    color: #a5dc86; }
    .swal2-icon.swal2-success [class^='swal2-success-circular-line'] {
      position: absolute;
      width: 3.75em;
      height: 7.5em;
      transform: rotate(45deg);
      border-radius: 50%; }
      .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='left'] {
        top: -.4375em;
        left: -2.0635em;
        transform: rotate(-45deg);
        transform-origin: 3.75em 3.75em;
        border-radius: 7.5em 0 0 7.5em; }
      .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='right'] {
        top: -.6875em;
        left: 1.875em;
        transform: rotate(-45deg);
        transform-origin: 0 3.75em;
        border-radius: 0 7.5em 7.5em 0; }
    .swal2-icon.swal2-success .swal2-success-ring {
      position: absolute;
      z-index: 2;
      top: -.25em;
      left: -.25em;
      box-sizing: content-box;
      width: 100%;
      height: 100%;
      border: 0.25em solid rgba(165, 220, 134, 0.3);
      border-radius: 50%; }
    .swal2-icon.swal2-success .swal2-success-fix {
      position: absolute;
      z-index: 1;
      top: .5em;
      left: 1.625em;
      width: .4375em;
      height: 5.625em;
      transform: rotate(-45deg); }
    .swal2-icon.swal2-success [class^='swal2-success-line'] {
      display: block;
      position: absolute;
      z-index: 2;
      height: .3125em;
      border-radius: .125em;
      background-color: #a5dc86; }
      .swal2-icon.swal2-success [class^='swal2-success-line'][class$='tip'] {
        top: 2.875em;
        left: .8125em;
        width: 1.5625em;
        transform: rotate(45deg); }
      .swal2-icon.swal2-success [class^='swal2-success-line'][class$='long'] {
        top: 2.375em;
        right: .5em;
        width: 2.9375em;
        transform: rotate(-45deg); }
    .swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip {
      animation: swal2-animate-success-line-tip .75s; }
    .swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long {
      animation: swal2-animate-success-line-long .75s; }
    .swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right {
      animation: swal2-rotate-success-circular-line 4.25s ease-in; }

.swal2-progress-steps {
  align-items: center;
  margin: 0 0 1.25em;
  padding: 0;
  background: inherit;
  font-weight: 600; }
  .swal2-progress-steps li {
    display: inline-block;
    position: relative; }
  .swal2-progress-steps .swal2-progress-step {
    z-index: 20;
    width: 2em;
    height: 2em;
    border-radius: 2em;
    background: #3085d6;
    color: #fff;
    line-height: 2em;
    text-align: center; }
    .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
      background: #3085d6; }
      .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
        background: #add8e6;
        color: #fff; }
      .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
        background: #add8e6; }
  .swal2-progress-steps .swal2-progress-step-line {
    z-index: 10;
    width: 2.5em;
    height: .4em;
    margin: 0 -1px;
    background: #3085d6; }

[class^='swal2'] {
  -webkit-tap-highlight-color: transparent; }

.swal2-show {
  animation: swal2-show 0.3s; }

.swal2-hide {
  animation: swal2-hide 0.15s forwards; }

.swal2-noanimation {
  transition: none; }

.swal2-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

.swal2-rtl .swal2-close {
  right: auto;
  left: 0; }

.swal2-rtl .swal2-timer-progress-bar {
  right: 0;
  left: auto; }

@supports (-ms-accelerator: true) {
  .swal2-range input {
    width: 100% !important; }
  .swal2-range output {
    display: none; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-range input {
    width: 100% !important; }
  .swal2-range output {
    display: none; } }

@-moz-document url-prefix() {
  .swal2-close:focus {
    outline: 2px solid rgba(50, 100, 150, 0.4); } }

@keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg); }
  33% {
    transform: translateY(0) rotateZ(-2deg); }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg); }
  100% {
    transform: translateY(0) rotateZ(0deg); } }

@keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0; } }

@keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: .5625em;
    left: .0625em;
    width: 0; }
  54% {
    top: .125em;
    left: .125em;
    width: 0; }
  70% {
    top: .625em;
    left: -.25em;
    width: 1.625em; }
  84% {
    top: 1.0625em;
    left: .75em;
    width: .5em; }
  100% {
    top: 1.125em;
    left: .1875em;
    width: .75em; } }

@keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0; }
  65% {
    top: 1.25em;
    right: .9375em;
    width: 0; }
  84% {
    top: .9375em;
    right: 0;
    width: 1.125em; }
  100% {
    top: .9375em;
    right: .1875em;
    width: 1.375em; } }

@keyframes swal2-show {
  0% {
    transform: scale(0.7); }
  45% {
    transform: scale(1.05); }
  80% {
    transform: scale(0.95); }
  100% {
    transform: scale(1); } }

@keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1; }
  100% {
    transform: scale(0.5);
    opacity: 0; } }

@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: .0625em;
    width: 0; }
  54% {
    top: 1.0625em;
    left: .125em;
    width: 0; }
  70% {
    top: 2.1875em;
    left: -.375em;
    width: 3.125em; }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em; }
  100% {
    top: 2.8125em;
    left: .8125em;
    width: 1.5625em; } }

@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0; }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0; }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em; }
  100% {
    top: 2.375em;
    right: .5em;
    width: 2.9375em; } }

@keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg); } }

@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0; }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0; }
  80% {
    margin-top: -.375em;
    transform: scale(1.15); }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1; } }

@keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    opacity: 1; } }

@keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  overflow: hidden; }

body.swal2-height-auto {
  height: auto !important; }

body.swal2-no-backdrop .swal2-container {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  max-width: calc(100% - 0.625em * 2);
  background-color: transparent !important; }
  body.swal2-no-backdrop .swal2-container > .swal2-modal {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }
  body.swal2-no-backdrop .swal2-container.swal2-top {
    top: 0;
    left: 50%;
    transform: translateX(-50%); }
  body.swal2-no-backdrop .swal2-container.swal2-top-start, body.swal2-no-backdrop .swal2-container.swal2-top-left {
    top: 0;
    left: 0; }
  body.swal2-no-backdrop .swal2-container.swal2-top-end, body.swal2-no-backdrop .swal2-container.swal2-top-right {
    top: 0;
    right: 0; }
  body.swal2-no-backdrop .swal2-container.swal2-center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  body.swal2-no-backdrop .swal2-container.swal2-center-start, body.swal2-no-backdrop .swal2-container.swal2-center-left {
    top: 50%;
    left: 0;
    transform: translateY(-50%); }
  body.swal2-no-backdrop .swal2-container.swal2-center-end, body.swal2-no-backdrop .swal2-container.swal2-center-right {
    top: 50%;
    right: 0;
    transform: translateY(-50%); }
  body.swal2-no-backdrop .swal2-container.swal2-bottom {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); }
  body.swal2-no-backdrop .swal2-container.swal2-bottom-start, body.swal2-no-backdrop .swal2-container.swal2-bottom-left {
    bottom: 0;
    left: 0; }
  body.swal2-no-backdrop .swal2-container.swal2-bottom-end, body.swal2-no-backdrop .swal2-container.swal2-bottom-right {
    right: 0;
    bottom: 0; }

@media print {
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow-y: scroll !important; }
    body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) > [aria-hidden='true'] {
      display: none; }
    body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
      position: static !important; } }

body.swal2-toast-shown .swal2-container {
  background-color: transparent; }
  body.swal2-toast-shown .swal2-container.swal2-top {
    top: 0;
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translateX(-50%); }
  body.swal2-toast-shown .swal2-container.swal2-top-end, body.swal2-toast-shown .swal2-container.swal2-top-right {
    top: 0;
    right: 0;
    bottom: auto;
    left: auto; }
  body.swal2-toast-shown .swal2-container.swal2-top-start, body.swal2-toast-shown .swal2-container.swal2-top-left {
    top: 0;
    right: auto;
    bottom: auto;
    left: 0; }
  body.swal2-toast-shown .swal2-container.swal2-center-start, body.swal2-toast-shown .swal2-container.swal2-center-left {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 0;
    transform: translateY(-50%); }
  body.swal2-toast-shown .swal2-container.swal2-center {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translate(-50%, -50%); }
  body.swal2-toast-shown .swal2-container.swal2-center-end, body.swal2-toast-shown .swal2-container.swal2-center-right {
    top: 50%;
    right: 0;
    bottom: auto;
    left: auto;
    transform: translateY(-50%); }
  body.swal2-toast-shown .swal2-container.swal2-bottom-start, body.swal2-toast-shown .swal2-container.swal2-bottom-left {
    top: auto;
    right: auto;
    bottom: 0;
    left: 0; }
  body.swal2-toast-shown .swal2-container.swal2-bottom {
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); }
  body.swal2-toast-shown .swal2-container.swal2-bottom-end, body.swal2-toast-shown .swal2-container.swal2-bottom-right {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto; }

body.swal2-toast-column .swal2-toast {
  flex-direction: column;
  align-items: stretch; }
  body.swal2-toast-column .swal2-toast .swal2-actions {
    flex: 1;
    align-self: stretch;
    height: 2.2em;
    margin-top: .3125em; }
  body.swal2-toast-column .swal2-toast .swal2-loading {
    justify-content: center; }
  body.swal2-toast-column .swal2-toast .swal2-input {
    height: 2em;
    margin: .3125em auto;
    font-size: 1em; }
  body.swal2-toast-column .swal2-toast .swal2-validation-message {
    font-size: 1em; }

.swal2-modal {
  background-color: white !important;
  border-radius: 4px;
  font-family: "Archer Grotesque", Arial, Helvetica, sans-serif; }
  .swal2-modal .swal2-title {
    color: #2d2d2d;
    font-size: 2.8rem; }
  .swal2-modal .swal2-content {
    color: #4f4f4f;
    font-size: 1.13333rem; }
  .swal2-modal .swal2-file,
  .swal2-modal .swal2-input,
  .swal2-modal .swal2-textarea {
    border: 1px solid black;
    color: black; }
  .swal2-modal .swal2-checkbox,
  .swal2-modal .swal2-select {
    color: black; }
  .swal2-modal .swal2-buttonswrapper {
    margin: 25px 0 0; }
  .swal2-modal .swal2-styled {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    font-family: "Archer Grotesque", Arial, Helvetica, sans-serif;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 1rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    background-color: transparent;
    border-color: #8f8f8f;
    color: #454545;
    font-size: 1rem;
    padding: 0.93333rem 2.23333rem;
    border-radius: 4px;
    line-height: 1rem;
    outline: none;
    transition: all 0.15s ease;
    vertical-align: middle; }
    .swal2-modal .swal2-styled:hover, .swal2-modal .swal2-styled:focus, .swal2-modal .swal2-styled.is-active, .swal2-modal .swal2-styled.active {
      background-color: transparent;
      border-color: #757575;
      color: #666666; }
    .swal2-modal .swal2-styled:active {
      background-color: transparent;
      border: 1px solid #454545;
      color: #454545; }
  .swal2-modal .swal2-styled:focus {
    outline: none; }
  .swal2-modal .swal2-confirm {
    background-color: #454545;
    border-color: #454545;
    color: white; }
  .swal2-modal .swal2-confirm:focus,
  .swal2-modal .swal2-confirm:hover {
    background-color: #666666;
    border-color: #666666;
    color: white; }
  .swal2-modal .swal2-confirm:active {
    background-color: #989898;
    border-color: #989898;
    color: white; }
  .swal2-modal .swal2-cancel {
    background-color: transparent;
    border-color: #8f8f8f;
    color: #454545; }
    @media (min-width: 481px) {
      .swal2-modal .swal2-cancel {
        margin-left: 0.73333rem; } }
  .swal2-modal .swal2-cancel:focus,
  .swal2-modal .swal2-cancel:hover {
    background-color: transparent;
    border-color: #757575;
    color: #666666; }
  .swal2-modal .swal2-cancel:active {
    background-color: transparent;
    border-color: #454545;
    color: #454545; }
  .swal2-modal .swal2-icon {
    display: flex; }

.swal2-container {
  z-index: 1000; }

/*============================================================================
  #Breakpoint and Grid Variables
==============================================================================*/
/*============================================================================
  Generate breakpoint-specific column widths and push classes
    - Default column widths: $breakpoint-has-widths: ($small, $medium-up);
    - Default is no push classes
    - Will not work if `styles/global/grid.scss` is removed
==============================================================================*/
/*================ Media Query Mixin ================*/
/*================ Responsive Show/Hide Helper ================*/
/*================ Responsive Float Helper ================*/
/*================ Responsive Text Alignment Helper ================*/
/*============================================================================
Grid
- Based on CSS Wizardry grid
==============================================================================*/
.grid, .grid--full,
.grid--padded,
.grid--flex {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -15px; }
  .grid:before, .grid--full:before, .grid:after, .grid--full:after,
  .grid--padded:before,
  .grid--padded:after,
  .grid--flex:before,
  .grid--flex:after {
    content: " ";
    display: table; }
  .grid:after, .grid--full:after,
  .grid--padded:after,
  .grid--flex:after {
    clear: both; }
  .grid.large-gutter, .large-gutter.grid--full,
  .grid--padded.large-gutter,
  .grid--flex.large-gutter {
    margin-left: -37.5px; }

@media only screen and (min-width: 480px) {
  .grid--padded {
    padding: 0 15px; } }

.grid--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .grid--flex::before, .grid--flex::after {
    content: none;
    display: none; }
  .grid--flex .grid__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    max-width: 100%;
    width: auto; }

.grid__item {
  float: left;
  padding-left: 15px;
  width: 100%;
  min-height: 1px; }
  .large-gutter .grid__item {
    padding-left: 37.5px; }
  .grid__item[class*='--push'], .grid__item[class*=' push-'] {
    position: relative; }

.grid--full {
  margin-left: 0; }
  .grid--full > .grid__item {
    padding-left: 0; }

/*============================================================================
Reversed grids allow you to structure your source in the opposite
order to how your rendered layout will appear.
==============================================================================*/
.grid--rev {
  direction: rtl;
  text-align: left; }
  .grid--rev > .grid__item {
    direction: ltr;
    text-align: left;
    float: right; }

.grid--full {
  margin-left: 0; }
  .grid--full > [class^="grid__item"],
  .grid--full > [class*=" grid__item"] {
    padding-left: 0; }

/*============================================================================
Grid Columns
- Create width classes, prepended by the breakpoint name.
==============================================================================*/
/*================ Grid push classes ================*/
/*================ Clearfix helper on uniform grids ================*/
/*================ Build Base Grid Classes ================*/
.one-whole {
  width: 100%; }

.one-half {
  width: 50%; }

.one-third {
  width: 33.33333%; }

.two-thirds {
  width: 66.66667%; }

.one-quarter {
  width: 25%; }

.two-quarters {
  width: 50%; }

.three-quarters {
  width: 75%; }

.one-fifth {
  width: 20%; }

.two-fifths {
  width: 40%; }

.three-fifths {
  width: 60%; }

.four-fifths {
  width: 80%; }

.one-sixth {
  width: 16.66667%; }

.two-sixths {
  width: 33.33333%; }

.three-sixths {
  width: 50%; }

.four-sixths {
  width: 66.66667%; }

.five-sixths {
  width: 83.33333%; }

.one-seventh {
  width: 14.28571%; }

.two-sevenths {
  width: 28.57143%; }

.three-sevenths {
  width: 42.85714%; }

.four-sevenths {
  width: 57.14286%; }

.five-sevenths {
  width: 71.42857%; }

.six-sevenths {
  width: 85.71429%; }

.one-eighth {
  width: 12.5%; }

.two-eighths {
  width: 25%; }

.three-eighths {
  width: 37.5%; }

.four-eighths {
  width: 50%; }

.five-eighths {
  width: 62.5%; }

.six-eighths {
  width: 75%; }

.seven-eighths {
  width: 87.5%; }

.one-tenth {
  width: 10%; }

.two-tenths {
  width: 20%; }

.three-tenths {
  width: 30%; }

.four-tenths {
  width: 40%; }

.five-tenths {
  width: 50%; }

.six-tenths {
  width: 60%; }

.seven-tenths {
  width: 70%; }

.eight-tenths {
  width: 80%; }

.nine-tenths {
  width: 90%; }

.one-twelfth {
  width: 8.33333%; }

.two-twelfths {
  width: 16.66667%; }

.three-twelfths {
  width: 25%; }

.four-twelfths {
  width: 33.33333%; }

.five-twelfths {
  width: 41.66667%; }

.six-twelfths {
  width: 50%; }

.seven-twelfths {
  width: 58.33333%; }

.eight-twelfths {
  width: 66.66667%; }

.nine-twelfths {
  width: 75%; }

.ten-twelfths {
  width: 83.33333%; }

.eleven-twelfths {
  width: 91.66667%; }

.grid--flex .auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.grid--flex .expand {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  max-width: 100%;
  width: auto; }

.grid--flex .one-whole {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.grid--flex .one-half {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.grid--flex .one-third {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.grid--flex .two-thirds {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.grid--flex .one-quarter {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.grid--flex .two-quarters {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.grid--flex .three-quarters {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.grid--flex .one-fifth {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%; }

.grid--flex .two-fifths {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%; }

.grid--flex .three-fifths {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%; }

.grid--flex .four-fifths {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  max-width: 80%; }

.grid--flex .one-sixth {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.grid--flex .two-sixths {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.grid--flex .three-sixths {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.grid--flex .four-sixths {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.grid--flex .five-sixths {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.grid--flex .one-eighth {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 12.5%;
  flex: 0 0 12.5%;
  max-width: 12.5%; }

.grid--flex .two-eighths {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.grid--flex .three-eighths {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 37.5%;
  flex: 0 0 37.5%;
  max-width: 37.5%; }

.grid--flex .four-eighths {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.grid--flex .five-eighths {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 62.5%;
  flex: 0 0 62.5%;
  max-width: 62.5%; }

.grid--flex .six-eighths {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.grid--flex .seven-eighths {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 87.5%;
  flex: 0 0 87.5%;
  max-width: 87.5%; }

.grid--flex .one-tenth {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 10%;
  flex: 0 0 10%;
  max-width: 10%; }

.grid--flex .two-tenths {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%; }

.grid--flex .three-tenths {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%; }

.grid--flex .four-tenths {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%; }

.grid--flex .five-tenths {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.grid--flex .six-tenths {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%; }

.grid--flex .seven-tenths {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  max-width: 70%; }

.grid--flex .eight-tenths {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  max-width: 80%; }

.grid--flex .nine-tenths {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 90%;
  flex: 0 0 90%;
  max-width: 90%; }

.grid--flex .one-twelfth {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.grid--flex .two-twelfths {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.grid--flex .three-twelfths {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.grid--flex .four-twelfths {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.grid--flex .five-twelfths {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.grid--flex .six-twelfths {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.grid--flex .seven-twelfths {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.grid--flex .eight-twelfths {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.grid--flex .nine-twelfths {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.grid--flex .ten-twelfths {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.grid--flex .eleven-twelfths {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.flex-row {
  -ms-flex-direction: row !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  flex-direction: row !important; }

.flex-column {
  -ms-flex-direction: column !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  flex-direction: column !important; }

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  flex-direction: column-reverse !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  -ms-flex: 1 1 auto !important;
  -webkit-box-flex: 1 !important;
  flex: 1 1 auto !important; }

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  -webkit-box-flex: 0 !important;
  flex-grow: 0 !important; }

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  -webkit-box-flex: 1 !important;
  flex-grow: 1 !important; }

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important; }

.justify-content-start {
  -ms-flex-pack: start !important;
  -webkit-box-pack: start !important;
  justify-content: flex-start !important; }

.justify-content-end {
  -ms-flex-pack: end !important;
  -webkit-box-pack: end !important;
  justify-content: flex-end !important; }

.justify-content-center {
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
  justify-content: center !important; }

.justify-content-between {
  -ms-flex-pack: justify !important;
  -webkit-box-pack: justify !important;
  justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

.align-items-start {
  -ms-flex-align: start !important;
  -webkit-box-align: start !important;
  align-items: flex-start !important; }

.align-items-end {
  -ms-flex-align: end !important;
  -webkit-box-align: end !important;
  align-items: flex-end !important; }

.align-items-center {
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
  align-items: center !important; }

.align-items-baseline {
  -ms-flex-align: baseline !important;
  -webkit-box-align: baseline !important;
  align-items: baseline !important; }

.align-items-stretch {
  -ms-flex-align: stretch !important;
  -webkit-box-align: stretch !important;
  align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important; }

.order-first {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  order: -1; }

.order-last {
  -ms-flex-order: 13;
  -webkit-box-ordinal-group: 14;
  order: 13; }

.order-0 {
  -ms-flex-order: 0;
  -webkit-box-ordinal-group: 1;
  order: 0; }

.order-1 {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1; }

.order-2 {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
  order: 2; }

.order-3 {
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
  order: 3; }

.order-4 {
  -ms-flex-order: 4;
  -webkit-box-ordinal-group: 5;
  order: 4; }

.order-5 {
  -ms-flex-order: 5;
  -webkit-box-ordinal-group: 6;
  order: 5; }

.order-6 {
  -ms-flex-order: 6;
  -webkit-box-ordinal-group: 7;
  order: 6; }

.order-7 {
  -ms-flex-order: 7;
  -webkit-box-ordinal-group: 8;
  order: 7; }

.order-8 {
  -ms-flex-order: 8;
  -webkit-box-ordinal-group: 9;
  order: 8; }

.order-9 {
  -ms-flex-order: 9;
  -webkit-box-ordinal-group: 10;
  order: 9; }

.order-10 {
  -ms-flex-order: 10;
  -webkit-box-ordinal-group: 11;
  order: 10; }

.order-11 {
  -ms-flex-order: 11;
  -webkit-box-ordinal-group: 12;
  order: 11; }

.order-12 {
  -ms-flex-order: 12;
  -webkit-box-ordinal-group: 13;
  order: 12; }

.show {
  display: block !important; }

.show--inline {
  display: inline !important; }

.show--inline-block {
  display: inline-block !important; }

.hide {
  display: none !important; }

.left {
  float: left; }

.right {
  float: right; }

.unfloat {
  float: none; }

.clear-left {
  clear: left; }

.clear-right {
  clear: right; }

.clear-both {
  clear: both; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

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

.push-one-half {
  left: 50%; }

.push-one-third {
  left: 33.33333%; }

.push-two-thirds {
  left: 66.66667%; }

.push-one-quarter {
  left: 25%; }

.push-two-quarters {
  left: 50%; }

.push-three-quarters {
  left: 75%; }

.push-one-fifth {
  left: 20%; }

.push-two-fifths {
  left: 40%; }

.push-three-fifths {
  left: 60%; }

.push-four-fifths {
  left: 80%; }

.push-one-sixth {
  left: 16.66667%; }

.push-two-sixths {
  left: 33.33333%; }

.push-three-sixths {
  left: 50%; }

.push-four-sixths {
  left: 66.66667%; }

.push-five-sixths {
  left: 83.33333%; }

.push-one-eighth {
  left: 12.5%; }

.push-two-eighths {
  left: 25%; }

.push-three-eighths {
  left: 37.5%; }

.push-four-eighths {
  left: 50%; }

.push-five-eighths {
  left: 62.5%; }

.push-six-eighths {
  left: 75%; }

.push-seven-eighths {
  left: 87.5%; }

.push-one-tenth {
  left: 10%; }

.push-two-tenths {
  left: 20%; }

.push-three-tenths {
  left: 30%; }

.push-four-tenths {
  left: 40%; }

.push-five-tenths {
  left: 50%; }

.push-six-tenths {
  left: 60%; }

.push-seven-tenths {
  left: 70%; }

.push-eight-tenths {
  left: 80%; }

.push-nine-tenths {
  left: 90%; }

.push-one-twelfth {
  left: 8.33333%; }

.push-two-twelfths {
  left: 16.66667%; }

.push-three-twelfths {
  left: 25%; }

.push-four-twelfths {
  left: 33.33333%; }

.push-five-twelfths {
  left: 41.66667%; }

.push-six-twelfths {
  left: 50%; }

.push-seven-twelfths {
  left: 58.33333%; }

.push-eight-twelfths {
  left: 66.66667%; }

.push-nine-twelfths {
  left: 75%; }

.push-ten-twelfths {
  left: 83.33333%; }

.push-eleven-twelfths {
  left: 91.66667%; }

.grid--flex .push-one-half {
  margin-left: 50%;
  left: auto; }

.grid--flex .push-one-third {
  margin-left: 33.33333%;
  left: auto; }

.grid--flex .push-two-thirds {
  margin-left: 66.66667%;
  left: auto; }

.grid--flex .push-one-quarter {
  margin-left: 25%;
  left: auto; }

.grid--flex .push-two-quarters {
  margin-left: 50%;
  left: auto; }

.grid--flex .push-three-quarters {
  margin-left: 75%;
  left: auto; }

.grid--flex .push-one-fifth {
  margin-left: 20%;
  left: auto; }

.grid--flex .push-two-fifths {
  margin-left: 40%;
  left: auto; }

.grid--flex .push-three-fifths {
  margin-left: 60%;
  left: auto; }

.grid--flex .push-four-fifths {
  margin-left: 80%;
  left: auto; }

.grid--flex .push-one-sixth {
  margin-left: 16.66667%;
  left: auto; }

.grid--flex .push-two-sixths {
  margin-left: 33.33333%;
  left: auto; }

.grid--flex .push-three-sixths {
  margin-left: 50%;
  left: auto; }

.grid--flex .push-four-sixths {
  margin-left: 66.66667%;
  left: auto; }

.grid--flex .push-five-sixths {
  margin-left: 83.33333%;
  left: auto; }

.grid--flex .push-one-eighth {
  margin-left: 12.5%;
  left: auto; }

.grid--flex .push-two-eighths {
  margin-left: 25%;
  left: auto; }

.grid--flex .push-three-eighths {
  margin-left: 37.5%;
  left: auto; }

.grid--flex .push-four-eighths {
  margin-left: 50%;
  left: auto; }

.grid--flex .push-five-eighths {
  margin-left: 62.5%;
  left: auto; }

.grid--flex .push-six-eighths {
  margin-left: 75%;
  left: auto; }

.grid--flex .push-seven-eighths {
  margin-left: 87.5%;
  left: auto; }

.grid--flex .push-one-tenth {
  margin-left: 10%;
  left: auto; }

.grid--flex .push-two-tenths {
  margin-left: 20%;
  left: auto; }

.grid--flex .push-three-tenths {
  margin-left: 30%;
  left: auto; }

.grid--flex .push-four-tenths {
  margin-left: 40%;
  left: auto; }

.grid--flex .push-five-tenths {
  margin-left: 50%;
  left: auto; }

.grid--flex .push-six-tenths {
  margin-left: 60%;
  left: auto; }

.grid--flex .push-seven-tenths {
  margin-left: 70%;
  left: auto; }

.grid--flex .push-eight-tenths {
  margin-left: 80%;
  left: auto; }

.grid--flex .push-nine-tenths {
  margin-left: 90%;
  left: auto; }

.grid--flex .push-one-twelfth {
  margin-left: 8.33333%;
  left: auto; }

.grid--flex .push-two-twelfths {
  margin-left: 16.66667%;
  left: auto; }

.grid--flex .push-three-twelfths {
  margin-left: 25%;
  left: auto; }

.grid--flex .push-four-twelfths {
  margin-left: 33.33333%;
  left: auto; }

.grid--flex .push-five-twelfths {
  margin-left: 41.66667%;
  left: auto; }

.grid--flex .push-six-twelfths {
  margin-left: 50%;
  left: auto; }

.grid--flex .push-seven-twelfths {
  margin-left: 58.33333%;
  left: auto; }

.grid--flex .push-eight-twelfths {
  margin-left: 66.66667%;
  left: auto; }

.grid--flex .push-nine-twelfths {
  margin-left: 75%;
  left: auto; }

.grid--flex .push-ten-twelfths {
  margin-left: 83.33333%;
  left: auto; }

.grid--flex .push-eleven-twelfths {
  margin-left: 91.66667%;
  left: auto; }

/*================ Build Responsive Grid Classes ================*/
@media only screen and (max-width: 479px) {
  .xsmall--one-whole {
    width: 100%; }
  .xsmall--one-half {
    width: 50%; }
  .xsmall--one-third {
    width: 33.33333%; }
  .xsmall--two-thirds {
    width: 66.66667%; }
  .xsmall--one-quarter {
    width: 25%; }
  .xsmall--two-quarters {
    width: 50%; }
  .xsmall--three-quarters {
    width: 75%; }
  .xsmall--one-fifth {
    width: 20%; }
  .xsmall--two-fifths {
    width: 40%; }
  .xsmall--three-fifths {
    width: 60%; }
  .xsmall--four-fifths {
    width: 80%; }
  .xsmall--one-sixth {
    width: 16.66667%; }
  .xsmall--two-sixths {
    width: 33.33333%; }
  .xsmall--three-sixths {
    width: 50%; }
  .xsmall--four-sixths {
    width: 66.66667%; }
  .xsmall--five-sixths {
    width: 83.33333%; }
  .xsmall--one-seventh {
    width: 14.28571%; }
  .xsmall--two-sevenths {
    width: 28.57143%; }
  .xsmall--three-sevenths {
    width: 42.85714%; }
  .xsmall--four-sevenths {
    width: 57.14286%; }
  .xsmall--five-sevenths {
    width: 71.42857%; }
  .xsmall--six-sevenths {
    width: 85.71429%; }
  .xsmall--one-eighth {
    width: 12.5%; }
  .xsmall--two-eighths {
    width: 25%; }
  .xsmall--three-eighths {
    width: 37.5%; }
  .xsmall--four-eighths {
    width: 50%; }
  .xsmall--five-eighths {
    width: 62.5%; }
  .xsmall--six-eighths {
    width: 75%; }
  .xsmall--seven-eighths {
    width: 87.5%; }
  .xsmall--one-tenth {
    width: 10%; }
  .xsmall--two-tenths {
    width: 20%; }
  .xsmall--three-tenths {
    width: 30%; }
  .xsmall--four-tenths {
    width: 40%; }
  .xsmall--five-tenths {
    width: 50%; }
  .xsmall--six-tenths {
    width: 60%; }
  .xsmall--seven-tenths {
    width: 70%; }
  .xsmall--eight-tenths {
    width: 80%; }
  .xsmall--nine-tenths {
    width: 90%; }
  .xsmall--one-twelfth {
    width: 8.33333%; }
  .xsmall--two-twelfths {
    width: 16.66667%; }
  .xsmall--three-twelfths {
    width: 25%; }
  .xsmall--four-twelfths {
    width: 33.33333%; }
  .xsmall--five-twelfths {
    width: 41.66667%; }
  .xsmall--six-twelfths {
    width: 50%; }
  .xsmall--seven-twelfths {
    width: 58.33333%; }
  .xsmall--eight-twelfths {
    width: 66.66667%; }
  .xsmall--nine-twelfths {
    width: 75%; }
  .xsmall--ten-twelfths {
    width: 83.33333%; }
  .xsmall--eleven-twelfths {
    width: 91.66667%; }
  .grid--flex .xsmall--auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .grid--flex .xsmall--expand {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    max-width: 100%;
    width: auto; }
  .grid--flex .xsmall--one-whole {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .grid--flex .xsmall--one-half {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .grid--flex .xsmall--one-third {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .grid--flex .xsmall--two-thirds {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .grid--flex .xsmall--one-quarter {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .grid--flex .xsmall--two-quarters {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .grid--flex .xsmall--three-quarters {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .grid--flex .xsmall--one-fifth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .grid--flex .xsmall--two-fifths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%; }
  .grid--flex .xsmall--three-fifths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%; }
  .grid--flex .xsmall--four-fifths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%; }
  .grid--flex .xsmall--one-sixth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .grid--flex .xsmall--two-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .grid--flex .xsmall--three-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .grid--flex .xsmall--four-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .grid--flex .xsmall--five-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .grid--flex .xsmall--one-eighth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%; }
  .grid--flex .xsmall--two-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .grid--flex .xsmall--three-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%; }
  .grid--flex .xsmall--four-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .grid--flex .xsmall--five-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%; }
  .grid--flex .xsmall--six-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .grid--flex .xsmall--seven-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%; }
  .grid--flex .xsmall--one-tenth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%; }
  .grid--flex .xsmall--two-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .grid--flex .xsmall--three-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%; }
  .grid--flex .xsmall--four-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%; }
  .grid--flex .xsmall--five-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .grid--flex .xsmall--six-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%; }
  .grid--flex .xsmall--seven-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%; }
  .grid--flex .xsmall--eight-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%; }
  .grid--flex .xsmall--nine-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%; }
  .grid--flex .xsmall--one-twelfth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .grid--flex .xsmall--two-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .grid--flex .xsmall--three-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .grid--flex .xsmall--four-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .grid--flex .xsmall--five-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .grid--flex .xsmall--six-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .grid--flex .xsmall--seven-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .grid--flex .xsmall--eight-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .grid--flex .xsmall--nine-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .grid--flex .xsmall--ten-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .grid--flex .xsmall--eleven-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .xsmall--flex-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important; }
  .xsmall--flex-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important; }
  .xsmall--flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important; }
  .xsmall--flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important; }
  .xsmall--flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .xsmall--flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .xsmall--flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .xsmall--flex-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important; }
  .xsmall--flex-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important; }
  .xsmall--flex-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important; }
  .xsmall--flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .xsmall--flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .xsmall--justify-content-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important; }
  .xsmall--justify-content-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important; }
  .xsmall--justify-content-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important; }
  .xsmall--justify-content-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important; }
  .xsmall--justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .xsmall--align-items-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important; }
  .xsmall--align-items-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important; }
  .xsmall--align-items-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important; }
  .xsmall--align-items-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important; }
  .xsmall--align-items-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    align-items: stretch !important; }
  .xsmall--align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .xsmall--align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .xsmall--align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .xsmall--align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .xsmall--align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .xsmall--align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .xsmall--align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .xsmall--align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .xsmall--align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .xsmall--align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .xsmall--align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .xsmall--align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; }
  .xsmall--order-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1; }
  .xsmall--order-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13; }
  .xsmall--order-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0; }
  .xsmall--order-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1; }
  .xsmall--order-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2; }
  .xsmall--order-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3; }
  .xsmall--order-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4; }
  .xsmall--order-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5; }
  .xsmall--order-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6; }
  .xsmall--order-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7; }
  .xsmall--order-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8; }
  .xsmall--order-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9; }
  .xsmall--order-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10; }
  .xsmall--order-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11; }
  .xsmall--order-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12; }
  .grid--uniform .xsmall--one-half:nth-child(2n+1),
  .grid--uniform .xsmall--one-third:nth-child(3n+1),
  .grid--uniform .xsmall--one-quarter:nth-child(4n+1),
  .grid--uniform .xsmall--one-fifth:nth-child(5n+1),
  .grid--uniform .xsmall--one-sixth:nth-child(6n+1),
  .grid--uniform .xsmall--two-sixths:nth-child(3n+1),
  .grid--uniform .xsmall--three-sixths:nth-child(2n+1),
  .grid--uniform .xsmall--one-eighth:nth-child(8n+1),
  .grid--uniform .xsmall--two-eighths:nth-child(4n+1),
  .grid--uniform .xsmall--four-eighths:nth-child(2n+1),
  .grid--uniform .xsmall--five-tenths:nth-child(2n+1),
  .grid--uniform .xsmall--one-twelfth:nth-child(12n+1),
  .grid--uniform .xsmall--two-twelfths:nth-child(6n+1),
  .grid--uniform .xsmall--three-twelfths:nth-child(4n+1),
  .grid--uniform .xsmall--four-twelfths:nth-child(3n+1),
  .grid--uniform .xsmall--six-twelfths:nth-child(2n+1) {
    clear: both; }
  .xsmall--show {
    display: block !important; }
  .xsmall--show--inline {
    display: inline !important; }
  .xsmall--show--inline-block {
    display: inline-block !important; }
  .xsmall--hide {
    display: none !important; }
  .xsmall--left {
    float: left; }
  .xsmall--right {
    float: right; }
  .xsmall--unfloat {
    float: none; }
  .xsmall--clear-left {
    clear: left; }
  .xsmall--clear-right {
    clear: right; }
  .xsmall--clear-both {
    clear: both; }
  .xsmall--text-left {
    text-align: left !important; }
  .xsmall--text-right {
    text-align: right !important; }
  .xsmall--text-center {
    text-align: center !important; } }

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .small--one-whole {
    width: 100%; }
  .small--one-half {
    width: 50%; }
  .small--one-third {
    width: 33.33333%; }
  .small--two-thirds {
    width: 66.66667%; }
  .small--one-quarter {
    width: 25%; }
  .small--two-quarters {
    width: 50%; }
  .small--three-quarters {
    width: 75%; }
  .small--one-fifth {
    width: 20%; }
  .small--two-fifths {
    width: 40%; }
  .small--three-fifths {
    width: 60%; }
  .small--four-fifths {
    width: 80%; }
  .small--one-sixth {
    width: 16.66667%; }
  .small--two-sixths {
    width: 33.33333%; }
  .small--three-sixths {
    width: 50%; }
  .small--four-sixths {
    width: 66.66667%; }
  .small--five-sixths {
    width: 83.33333%; }
  .small--one-seventh {
    width: 14.28571%; }
  .small--two-sevenths {
    width: 28.57143%; }
  .small--three-sevenths {
    width: 42.85714%; }
  .small--four-sevenths {
    width: 57.14286%; }
  .small--five-sevenths {
    width: 71.42857%; }
  .small--six-sevenths {
    width: 85.71429%; }
  .small--one-eighth {
    width: 12.5%; }
  .small--two-eighths {
    width: 25%; }
  .small--three-eighths {
    width: 37.5%; }
  .small--four-eighths {
    width: 50%; }
  .small--five-eighths {
    width: 62.5%; }
  .small--six-eighths {
    width: 75%; }
  .small--seven-eighths {
    width: 87.5%; }
  .small--one-tenth {
    width: 10%; }
  .small--two-tenths {
    width: 20%; }
  .small--three-tenths {
    width: 30%; }
  .small--four-tenths {
    width: 40%; }
  .small--five-tenths {
    width: 50%; }
  .small--six-tenths {
    width: 60%; }
  .small--seven-tenths {
    width: 70%; }
  .small--eight-tenths {
    width: 80%; }
  .small--nine-tenths {
    width: 90%; }
  .small--one-twelfth {
    width: 8.33333%; }
  .small--two-twelfths {
    width: 16.66667%; }
  .small--three-twelfths {
    width: 25%; }
  .small--four-twelfths {
    width: 33.33333%; }
  .small--five-twelfths {
    width: 41.66667%; }
  .small--six-twelfths {
    width: 50%; }
  .small--seven-twelfths {
    width: 58.33333%; }
  .small--eight-twelfths {
    width: 66.66667%; }
  .small--nine-twelfths {
    width: 75%; }
  .small--ten-twelfths {
    width: 83.33333%; }
  .small--eleven-twelfths {
    width: 91.66667%; }
  .grid--flex .small--auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .grid--flex .small--expand {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    max-width: 100%;
    width: auto; }
  .grid--flex .small--one-whole {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .grid--flex .small--one-half {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .grid--flex .small--one-third {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .grid--flex .small--two-thirds {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .grid--flex .small--one-quarter {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .grid--flex .small--two-quarters {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .grid--flex .small--three-quarters {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .grid--flex .small--one-fifth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .grid--flex .small--two-fifths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%; }
  .grid--flex .small--three-fifths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%; }
  .grid--flex .small--four-fifths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%; }
  .grid--flex .small--one-sixth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .grid--flex .small--two-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .grid--flex .small--three-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .grid--flex .small--four-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .grid--flex .small--five-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .grid--flex .small--one-eighth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%; }
  .grid--flex .small--two-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .grid--flex .small--three-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%; }
  .grid--flex .small--four-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .grid--flex .small--five-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%; }
  .grid--flex .small--six-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .grid--flex .small--seven-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%; }
  .grid--flex .small--one-tenth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%; }
  .grid--flex .small--two-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .grid--flex .small--three-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%; }
  .grid--flex .small--four-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%; }
  .grid--flex .small--five-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .grid--flex .small--six-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%; }
  .grid--flex .small--seven-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%; }
  .grid--flex .small--eight-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%; }
  .grid--flex .small--nine-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%; }
  .grid--flex .small--one-twelfth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .grid--flex .small--two-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .grid--flex .small--three-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .grid--flex .small--four-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .grid--flex .small--five-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .grid--flex .small--six-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .grid--flex .small--seven-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .grid--flex .small--eight-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .grid--flex .small--nine-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .grid--flex .small--ten-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .grid--flex .small--eleven-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .small--flex-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important; }
  .small--flex-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important; }
  .small--flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important; }
  .small--flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important; }
  .small--flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .small--flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .small--flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .small--flex-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important; }
  .small--flex-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important; }
  .small--flex-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important; }
  .small--flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .small--flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .small--justify-content-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important; }
  .small--justify-content-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important; }
  .small--justify-content-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important; }
  .small--justify-content-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important; }
  .small--justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .small--align-items-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important; }
  .small--align-items-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important; }
  .small--align-items-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important; }
  .small--align-items-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important; }
  .small--align-items-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    align-items: stretch !important; }
  .small--align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .small--align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .small--align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .small--align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .small--align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .small--align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .small--align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .small--align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .small--align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .small--align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .small--align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .small--align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; }
  .small--order-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1; }
  .small--order-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13; }
  .small--order-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0; }
  .small--order-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1; }
  .small--order-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2; }
  .small--order-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3; }
  .small--order-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4; }
  .small--order-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5; }
  .small--order-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6; }
  .small--order-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7; }
  .small--order-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8; }
  .small--order-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9; }
  .small--order-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10; }
  .small--order-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11; }
  .small--order-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12; }
  .grid--uniform .small--one-half:nth-child(2n+1),
  .grid--uniform .small--one-third:nth-child(3n+1),
  .grid--uniform .small--one-quarter:nth-child(4n+1),
  .grid--uniform .small--one-fifth:nth-child(5n+1),
  .grid--uniform .small--one-sixth:nth-child(6n+1),
  .grid--uniform .small--two-sixths:nth-child(3n+1),
  .grid--uniform .small--three-sixths:nth-child(2n+1),
  .grid--uniform .small--one-eighth:nth-child(8n+1),
  .grid--uniform .small--two-eighths:nth-child(4n+1),
  .grid--uniform .small--four-eighths:nth-child(2n+1),
  .grid--uniform .small--five-tenths:nth-child(2n+1),
  .grid--uniform .small--one-twelfth:nth-child(12n+1),
  .grid--uniform .small--two-twelfths:nth-child(6n+1),
  .grid--uniform .small--three-twelfths:nth-child(4n+1),
  .grid--uniform .small--four-twelfths:nth-child(3n+1),
  .grid--uniform .small--six-twelfths:nth-child(2n+1) {
    clear: both; }
  .small--show {
    display: block !important; }
  .small--show--inline {
    display: inline !important; }
  .small--show--inline-block {
    display: inline-block !important; }
  .small--hide {
    display: none !important; }
  .small--left {
    float: left; }
  .small--right {
    float: right; }
  .small--unfloat {
    float: none; }
  .small--clear-left {
    clear: left; }
  .small--clear-right {
    clear: right; }
  .small--clear-both {
    clear: both; }
  .small--text-left {
    text-align: left !important; }
  .small--text-right {
    text-align: right !important; }
  .small--text-center {
    text-align: center !important; } }

@media only screen and (max-width: 767px) {
  .small-down--one-whole {
    width: 100%; }
  .small-down--one-half {
    width: 50%; }
  .small-down--one-third {
    width: 33.33333%; }
  .small-down--two-thirds {
    width: 66.66667%; }
  .small-down--one-quarter {
    width: 25%; }
  .small-down--two-quarters {
    width: 50%; }
  .small-down--three-quarters {
    width: 75%; }
  .small-down--one-fifth {
    width: 20%; }
  .small-down--two-fifths {
    width: 40%; }
  .small-down--three-fifths {
    width: 60%; }
  .small-down--four-fifths {
    width: 80%; }
  .small-down--one-sixth {
    width: 16.66667%; }
  .small-down--two-sixths {
    width: 33.33333%; }
  .small-down--three-sixths {
    width: 50%; }
  .small-down--four-sixths {
    width: 66.66667%; }
  .small-down--five-sixths {
    width: 83.33333%; }
  .small-down--one-seventh {
    width: 14.28571%; }
  .small-down--two-sevenths {
    width: 28.57143%; }
  .small-down--three-sevenths {
    width: 42.85714%; }
  .small-down--four-sevenths {
    width: 57.14286%; }
  .small-down--five-sevenths {
    width: 71.42857%; }
  .small-down--six-sevenths {
    width: 85.71429%; }
  .small-down--one-eighth {
    width: 12.5%; }
  .small-down--two-eighths {
    width: 25%; }
  .small-down--three-eighths {
    width: 37.5%; }
  .small-down--four-eighths {
    width: 50%; }
  .small-down--five-eighths {
    width: 62.5%; }
  .small-down--six-eighths {
    width: 75%; }
  .small-down--seven-eighths {
    width: 87.5%; }
  .small-down--one-tenth {
    width: 10%; }
  .small-down--two-tenths {
    width: 20%; }
  .small-down--three-tenths {
    width: 30%; }
  .small-down--four-tenths {
    width: 40%; }
  .small-down--five-tenths {
    width: 50%; }
  .small-down--six-tenths {
    width: 60%; }
  .small-down--seven-tenths {
    width: 70%; }
  .small-down--eight-tenths {
    width: 80%; }
  .small-down--nine-tenths {
    width: 90%; }
  .small-down--one-twelfth {
    width: 8.33333%; }
  .small-down--two-twelfths {
    width: 16.66667%; }
  .small-down--three-twelfths {
    width: 25%; }
  .small-down--four-twelfths {
    width: 33.33333%; }
  .small-down--five-twelfths {
    width: 41.66667%; }
  .small-down--six-twelfths {
    width: 50%; }
  .small-down--seven-twelfths {
    width: 58.33333%; }
  .small-down--eight-twelfths {
    width: 66.66667%; }
  .small-down--nine-twelfths {
    width: 75%; }
  .small-down--ten-twelfths {
    width: 83.33333%; }
  .small-down--eleven-twelfths {
    width: 91.66667%; }
  .grid--flex .small-down--auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .grid--flex .small-down--expand {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    max-width: 100%;
    width: auto; }
  .grid--flex .small-down--one-whole {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .grid--flex .small-down--one-half {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .grid--flex .small-down--one-third {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .grid--flex .small-down--two-thirds {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .grid--flex .small-down--one-quarter {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .grid--flex .small-down--two-quarters {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .grid--flex .small-down--three-quarters {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .grid--flex .small-down--one-fifth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .grid--flex .small-down--two-fifths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%; }
  .grid--flex .small-down--three-fifths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%; }
  .grid--flex .small-down--four-fifths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%; }
  .grid--flex .small-down--one-sixth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .grid--flex .small-down--two-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .grid--flex .small-down--three-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .grid--flex .small-down--four-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .grid--flex .small-down--five-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .grid--flex .small-down--one-eighth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%; }
  .grid--flex .small-down--two-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .grid--flex .small-down--three-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%; }
  .grid--flex .small-down--four-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .grid--flex .small-down--five-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%; }
  .grid--flex .small-down--six-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .grid--flex .small-down--seven-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%; }
  .grid--flex .small-down--one-tenth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%; }
  .grid--flex .small-down--two-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .grid--flex .small-down--three-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%; }
  .grid--flex .small-down--four-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%; }
  .grid--flex .small-down--five-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .grid--flex .small-down--six-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%; }
  .grid--flex .small-down--seven-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%; }
  .grid--flex .small-down--eight-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%; }
  .grid--flex .small-down--nine-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%; }
  .grid--flex .small-down--one-twelfth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .grid--flex .small-down--two-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .grid--flex .small-down--three-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .grid--flex .small-down--four-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .grid--flex .small-down--five-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .grid--flex .small-down--six-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .grid--flex .small-down--seven-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .grid--flex .small-down--eight-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .grid--flex .small-down--nine-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .grid--flex .small-down--ten-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .grid--flex .small-down--eleven-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .small-down--flex-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important; }
  .small-down--flex-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important; }
  .small-down--flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important; }
  .small-down--flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important; }
  .small-down--flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .small-down--flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .small-down--flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .small-down--flex-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important; }
  .small-down--flex-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important; }
  .small-down--flex-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important; }
  .small-down--flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .small-down--flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .small-down--justify-content-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important; }
  .small-down--justify-content-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important; }
  .small-down--justify-content-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important; }
  .small-down--justify-content-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important; }
  .small-down--justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .small-down--align-items-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important; }
  .small-down--align-items-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important; }
  .small-down--align-items-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important; }
  .small-down--align-items-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important; }
  .small-down--align-items-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    align-items: stretch !important; }
  .small-down--align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .small-down--align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .small-down--align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .small-down--align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .small-down--align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .small-down--align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .small-down--align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .small-down--align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .small-down--align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .small-down--align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .small-down--align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .small-down--align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; }
  .small-down--order-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1; }
  .small-down--order-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13; }
  .small-down--order-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0; }
  .small-down--order-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1; }
  .small-down--order-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2; }
  .small-down--order-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3; }
  .small-down--order-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4; }
  .small-down--order-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5; }
  .small-down--order-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6; }
  .small-down--order-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7; }
  .small-down--order-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8; }
  .small-down--order-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9; }
  .small-down--order-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10; }
  .small-down--order-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11; }
  .small-down--order-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12; }
  .grid--uniform .small-down--one-half:nth-child(2n+1),
  .grid--uniform .small-down--one-third:nth-child(3n+1),
  .grid--uniform .small-down--one-quarter:nth-child(4n+1),
  .grid--uniform .small-down--one-fifth:nth-child(5n+1),
  .grid--uniform .small-down--one-sixth:nth-child(6n+1),
  .grid--uniform .small-down--two-sixths:nth-child(3n+1),
  .grid--uniform .small-down--three-sixths:nth-child(2n+1),
  .grid--uniform .small-down--one-eighth:nth-child(8n+1),
  .grid--uniform .small-down--two-eighths:nth-child(4n+1),
  .grid--uniform .small-down--four-eighths:nth-child(2n+1),
  .grid--uniform .small-down--five-tenths:nth-child(2n+1),
  .grid--uniform .small-down--one-twelfth:nth-child(12n+1),
  .grid--uniform .small-down--two-twelfths:nth-child(6n+1),
  .grid--uniform .small-down--three-twelfths:nth-child(4n+1),
  .grid--uniform .small-down--four-twelfths:nth-child(3n+1),
  .grid--uniform .small-down--six-twelfths:nth-child(2n+1) {
    clear: both; }
  .small-down--show {
    display: block !important; }
  .small-down--show--inline {
    display: inline !important; }
  .small-down--show--inline-block {
    display: inline-block !important; }
  .small-down--hide {
    display: none !important; }
  .small-down--left {
    float: left; }
  .small-down--right {
    float: right; }
  .small-down--unfloat {
    float: none; }
  .small-down--clear-left {
    clear: left; }
  .small-down--clear-right {
    clear: right; }
  .small-down--clear-both {
    clear: both; }
  .small-down--text-left {
    text-align: left !important; }
  .small-down--text-right {
    text-align: right !important; }
  .small-down--text-center {
    text-align: center !important; } }

@media only screen and (min-width: 480px) {
  .small-up--one-whole {
    width: 100%; }
  .small-up--one-half {
    width: 50%; }
  .small-up--one-third {
    width: 33.33333%; }
  .small-up--two-thirds {
    width: 66.66667%; }
  .small-up--one-quarter {
    width: 25%; }
  .small-up--two-quarters {
    width: 50%; }
  .small-up--three-quarters {
    width: 75%; }
  .small-up--one-fifth {
    width: 20%; }
  .small-up--two-fifths {
    width: 40%; }
  .small-up--three-fifths {
    width: 60%; }
  .small-up--four-fifths {
    width: 80%; }
  .small-up--one-sixth {
    width: 16.66667%; }
  .small-up--two-sixths {
    width: 33.33333%; }
  .small-up--three-sixths {
    width: 50%; }
  .small-up--four-sixths {
    width: 66.66667%; }
  .small-up--five-sixths {
    width: 83.33333%; }
  .small-up--one-seventh {
    width: 14.28571%; }
  .small-up--two-sevenths {
    width: 28.57143%; }
  .small-up--three-sevenths {
    width: 42.85714%; }
  .small-up--four-sevenths {
    width: 57.14286%; }
  .small-up--five-sevenths {
    width: 71.42857%; }
  .small-up--six-sevenths {
    width: 85.71429%; }
  .small-up--one-eighth {
    width: 12.5%; }
  .small-up--two-eighths {
    width: 25%; }
  .small-up--three-eighths {
    width: 37.5%; }
  .small-up--four-eighths {
    width: 50%; }
  .small-up--five-eighths {
    width: 62.5%; }
  .small-up--six-eighths {
    width: 75%; }
  .small-up--seven-eighths {
    width: 87.5%; }
  .small-up--one-tenth {
    width: 10%; }
  .small-up--two-tenths {
    width: 20%; }
  .small-up--three-tenths {
    width: 30%; }
  .small-up--four-tenths {
    width: 40%; }
  .small-up--five-tenths {
    width: 50%; }
  .small-up--six-tenths {
    width: 60%; }
  .small-up--seven-tenths {
    width: 70%; }
  .small-up--eight-tenths {
    width: 80%; }
  .small-up--nine-tenths {
    width: 90%; }
  .small-up--one-twelfth {
    width: 8.33333%; }
  .small-up--two-twelfths {
    width: 16.66667%; }
  .small-up--three-twelfths {
    width: 25%; }
  .small-up--four-twelfths {
    width: 33.33333%; }
  .small-up--five-twelfths {
    width: 41.66667%; }
  .small-up--six-twelfths {
    width: 50%; }
  .small-up--seven-twelfths {
    width: 58.33333%; }
  .small-up--eight-twelfths {
    width: 66.66667%; }
  .small-up--nine-twelfths {
    width: 75%; }
  .small-up--ten-twelfths {
    width: 83.33333%; }
  .small-up--eleven-twelfths {
    width: 91.66667%; }
  .grid--flex .small-up--auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .grid--flex .small-up--expand {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    max-width: 100%;
    width: auto; }
  .grid--flex .small-up--one-whole {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .grid--flex .small-up--one-half {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .grid--flex .small-up--one-third {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .grid--flex .small-up--two-thirds {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .grid--flex .small-up--one-quarter {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .grid--flex .small-up--two-quarters {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .grid--flex .small-up--three-quarters {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .grid--flex .small-up--one-fifth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .grid--flex .small-up--two-fifths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%; }
  .grid--flex .small-up--three-fifths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%; }
  .grid--flex .small-up--four-fifths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%; }
  .grid--flex .small-up--one-sixth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .grid--flex .small-up--two-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .grid--flex .small-up--three-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .grid--flex .small-up--four-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .grid--flex .small-up--five-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .grid--flex .small-up--one-eighth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%; }
  .grid--flex .small-up--two-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .grid--flex .small-up--three-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%; }
  .grid--flex .small-up--four-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .grid--flex .small-up--five-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%; }
  .grid--flex .small-up--six-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .grid--flex .small-up--seven-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%; }
  .grid--flex .small-up--one-tenth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%; }
  .grid--flex .small-up--two-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .grid--flex .small-up--three-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%; }
  .grid--flex .small-up--four-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%; }
  .grid--flex .small-up--five-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .grid--flex .small-up--six-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%; }
  .grid--flex .small-up--seven-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%; }
  .grid--flex .small-up--eight-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%; }
  .grid--flex .small-up--nine-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%; }
  .grid--flex .small-up--one-twelfth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .grid--flex .small-up--two-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .grid--flex .small-up--three-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .grid--flex .small-up--four-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .grid--flex .small-up--five-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .grid--flex .small-up--six-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .grid--flex .small-up--seven-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .grid--flex .small-up--eight-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .grid--flex .small-up--nine-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .grid--flex .small-up--ten-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .grid--flex .small-up--eleven-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .small-up--flex-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important; }
  .small-up--flex-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important; }
  .small-up--flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important; }
  .small-up--flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important; }
  .small-up--flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .small-up--flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .small-up--flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .small-up--flex-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important; }
  .small-up--flex-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important; }
  .small-up--flex-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important; }
  .small-up--flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .small-up--flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .small-up--justify-content-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important; }
  .small-up--justify-content-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important; }
  .small-up--justify-content-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important; }
  .small-up--justify-content-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important; }
  .small-up--justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .small-up--align-items-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important; }
  .small-up--align-items-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important; }
  .small-up--align-items-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important; }
  .small-up--align-items-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important; }
  .small-up--align-items-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    align-items: stretch !important; }
  .small-up--align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .small-up--align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .small-up--align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .small-up--align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .small-up--align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .small-up--align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .small-up--align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .small-up--align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .small-up--align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .small-up--align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .small-up--align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .small-up--align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; }
  .small-up--order-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1; }
  .small-up--order-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13; }
  .small-up--order-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0; }
  .small-up--order-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1; }
  .small-up--order-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2; }
  .small-up--order-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3; }
  .small-up--order-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4; }
  .small-up--order-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5; }
  .small-up--order-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6; }
  .small-up--order-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7; }
  .small-up--order-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8; }
  .small-up--order-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9; }
  .small-up--order-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10; }
  .small-up--order-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11; }
  .small-up--order-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12; }
  .grid--uniform .small-up--one-half:nth-child(2n+1),
  .grid--uniform .small-up--one-third:nth-child(3n+1),
  .grid--uniform .small-up--one-quarter:nth-child(4n+1),
  .grid--uniform .small-up--one-fifth:nth-child(5n+1),
  .grid--uniform .small-up--one-sixth:nth-child(6n+1),
  .grid--uniform .small-up--two-sixths:nth-child(3n+1),
  .grid--uniform .small-up--three-sixths:nth-child(2n+1),
  .grid--uniform .small-up--one-eighth:nth-child(8n+1),
  .grid--uniform .small-up--two-eighths:nth-child(4n+1),
  .grid--uniform .small-up--four-eighths:nth-child(2n+1),
  .grid--uniform .small-up--five-tenths:nth-child(2n+1),
  .grid--uniform .small-up--one-twelfth:nth-child(12n+1),
  .grid--uniform .small-up--two-twelfths:nth-child(6n+1),
  .grid--uniform .small-up--three-twelfths:nth-child(4n+1),
  .grid--uniform .small-up--four-twelfths:nth-child(3n+1),
  .grid--uniform .small-up--six-twelfths:nth-child(2n+1) {
    clear: both; }
  .small-up--show {
    display: block !important; }
  .small-up--show--inline {
    display: inline !important; }
  .small-up--show--inline-block {
    display: inline-block !important; }
  .small-up--hide {
    display: none !important; }
  .small-up--left {
    float: left; }
  .small-up--right {
    float: right; }
  .small-up--unfloat {
    float: none; }
  .small-up--clear-left {
    clear: left; }
  .small-up--clear-right {
    clear: right; }
  .small-up--clear-both {
    clear: both; }
  .small-up--text-left {
    text-align: left !important; }
  .small-up--text-right {
    text-align: right !important; }
  .small-up--text-center {
    text-align: center !important; } }

@media only screen and (min-width: 768px) and (max-width: 990px) {
  .medium--one-whole {
    width: 100%; }
  .medium--one-half {
    width: 50%; }
  .medium--one-third {
    width: 33.33333%; }
  .medium--two-thirds {
    width: 66.66667%; }
  .medium--one-quarter {
    width: 25%; }
  .medium--two-quarters {
    width: 50%; }
  .medium--three-quarters {
    width: 75%; }
  .medium--one-fifth {
    width: 20%; }
  .medium--two-fifths {
    width: 40%; }
  .medium--three-fifths {
    width: 60%; }
  .medium--four-fifths {
    width: 80%; }
  .medium--one-sixth {
    width: 16.66667%; }
  .medium--two-sixths {
    width: 33.33333%; }
  .medium--three-sixths {
    width: 50%; }
  .medium--four-sixths {
    width: 66.66667%; }
  .medium--five-sixths {
    width: 83.33333%; }
  .medium--one-seventh {
    width: 14.28571%; }
  .medium--two-sevenths {
    width: 28.57143%; }
  .medium--three-sevenths {
    width: 42.85714%; }
  .medium--four-sevenths {
    width: 57.14286%; }
  .medium--five-sevenths {
    width: 71.42857%; }
  .medium--six-sevenths {
    width: 85.71429%; }
  .medium--one-eighth {
    width: 12.5%; }
  .medium--two-eighths {
    width: 25%; }
  .medium--three-eighths {
    width: 37.5%; }
  .medium--four-eighths {
    width: 50%; }
  .medium--five-eighths {
    width: 62.5%; }
  .medium--six-eighths {
    width: 75%; }
  .medium--seven-eighths {
    width: 87.5%; }
  .medium--one-tenth {
    width: 10%; }
  .medium--two-tenths {
    width: 20%; }
  .medium--three-tenths {
    width: 30%; }
  .medium--four-tenths {
    width: 40%; }
  .medium--five-tenths {
    width: 50%; }
  .medium--six-tenths {
    width: 60%; }
  .medium--seven-tenths {
    width: 70%; }
  .medium--eight-tenths {
    width: 80%; }
  .medium--nine-tenths {
    width: 90%; }
  .medium--one-twelfth {
    width: 8.33333%; }
  .medium--two-twelfths {
    width: 16.66667%; }
  .medium--three-twelfths {
    width: 25%; }
  .medium--four-twelfths {
    width: 33.33333%; }
  .medium--five-twelfths {
    width: 41.66667%; }
  .medium--six-twelfths {
    width: 50%; }
  .medium--seven-twelfths {
    width: 58.33333%; }
  .medium--eight-twelfths {
    width: 66.66667%; }
  .medium--nine-twelfths {
    width: 75%; }
  .medium--ten-twelfths {
    width: 83.33333%; }
  .medium--eleven-twelfths {
    width: 91.66667%; }
  .grid--flex .medium--auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .grid--flex .medium--expand {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    max-width: 100%;
    width: auto; }
  .grid--flex .medium--one-whole {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .grid--flex .medium--one-half {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .grid--flex .medium--one-third {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .grid--flex .medium--two-thirds {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .grid--flex .medium--one-quarter {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .grid--flex .medium--two-quarters {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .grid--flex .medium--three-quarters {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .grid--flex .medium--one-fifth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .grid--flex .medium--two-fifths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%; }
  .grid--flex .medium--three-fifths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%; }
  .grid--flex .medium--four-fifths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%; }
  .grid--flex .medium--one-sixth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .grid--flex .medium--two-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .grid--flex .medium--three-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .grid--flex .medium--four-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .grid--flex .medium--five-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .grid--flex .medium--one-eighth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%; }
  .grid--flex .medium--two-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .grid--flex .medium--three-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%; }
  .grid--flex .medium--four-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .grid--flex .medium--five-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%; }
  .grid--flex .medium--six-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .grid--flex .medium--seven-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%; }
  .grid--flex .medium--one-tenth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%; }
  .grid--flex .medium--two-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .grid--flex .medium--three-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%; }
  .grid--flex .medium--four-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%; }
  .grid--flex .medium--five-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .grid--flex .medium--six-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%; }
  .grid--flex .medium--seven-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%; }
  .grid--flex .medium--eight-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%; }
  .grid--flex .medium--nine-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%; }
  .grid--flex .medium--one-twelfth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .grid--flex .medium--two-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .grid--flex .medium--three-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .grid--flex .medium--four-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .grid--flex .medium--five-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .grid--flex .medium--six-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .grid--flex .medium--seven-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .grid--flex .medium--eight-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .grid--flex .medium--nine-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .grid--flex .medium--ten-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .grid--flex .medium--eleven-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .medium--flex-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important; }
  .medium--flex-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important; }
  .medium--flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important; }
  .medium--flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important; }
  .medium--flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .medium--flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .medium--flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .medium--flex-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important; }
  .medium--flex-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important; }
  .medium--flex-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important; }
  .medium--flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .medium--flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .medium--justify-content-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important; }
  .medium--justify-content-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important; }
  .medium--justify-content-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important; }
  .medium--justify-content-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important; }
  .medium--justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .medium--align-items-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important; }
  .medium--align-items-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important; }
  .medium--align-items-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important; }
  .medium--align-items-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important; }
  .medium--align-items-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    align-items: stretch !important; }
  .medium--align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .medium--align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .medium--align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .medium--align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .medium--align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .medium--align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .medium--align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .medium--align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .medium--align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .medium--align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .medium--align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .medium--align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; }
  .medium--order-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1; }
  .medium--order-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13; }
  .medium--order-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0; }
  .medium--order-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1; }
  .medium--order-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2; }
  .medium--order-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3; }
  .medium--order-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4; }
  .medium--order-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5; }
  .medium--order-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6; }
  .medium--order-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7; }
  .medium--order-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8; }
  .medium--order-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9; }
  .medium--order-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10; }
  .medium--order-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11; }
  .medium--order-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12; }
  .grid--uniform .medium--one-half:nth-child(2n+1),
  .grid--uniform .medium--one-third:nth-child(3n+1),
  .grid--uniform .medium--one-quarter:nth-child(4n+1),
  .grid--uniform .medium--one-fifth:nth-child(5n+1),
  .grid--uniform .medium--one-sixth:nth-child(6n+1),
  .grid--uniform .medium--two-sixths:nth-child(3n+1),
  .grid--uniform .medium--three-sixths:nth-child(2n+1),
  .grid--uniform .medium--one-eighth:nth-child(8n+1),
  .grid--uniform .medium--two-eighths:nth-child(4n+1),
  .grid--uniform .medium--four-eighths:nth-child(2n+1),
  .grid--uniform .medium--five-tenths:nth-child(2n+1),
  .grid--uniform .medium--one-twelfth:nth-child(12n+1),
  .grid--uniform .medium--two-twelfths:nth-child(6n+1),
  .grid--uniform .medium--three-twelfths:nth-child(4n+1),
  .grid--uniform .medium--four-twelfths:nth-child(3n+1),
  .grid--uniform .medium--six-twelfths:nth-child(2n+1) {
    clear: both; }
  .medium--show {
    display: block !important; }
  .medium--show--inline {
    display: inline !important; }
  .medium--show--inline-block {
    display: inline-block !important; }
  .medium--hide {
    display: none !important; }
  .medium--left {
    float: left; }
  .medium--right {
    float: right; }
  .medium--unfloat {
    float: none; }
  .medium--clear-left {
    clear: left; }
  .medium--clear-right {
    clear: right; }
  .medium--clear-both {
    clear: both; }
  .medium--text-left {
    text-align: left !important; }
  .medium--text-right {
    text-align: right !important; }
  .medium--text-center {
    text-align: center !important; } }

@media only screen and (min-width: 768px) {
  .medium-up--one-whole {
    width: 100%; }
  .medium-up--one-half {
    width: 50%; }
  .medium-up--one-third {
    width: 33.33333%; }
  .medium-up--two-thirds {
    width: 66.66667%; }
  .medium-up--one-quarter {
    width: 25%; }
  .medium-up--two-quarters {
    width: 50%; }
  .medium-up--three-quarters {
    width: 75%; }
  .medium-up--one-fifth {
    width: 20%; }
  .medium-up--two-fifths {
    width: 40%; }
  .medium-up--three-fifths {
    width: 60%; }
  .medium-up--four-fifths {
    width: 80%; }
  .medium-up--one-sixth {
    width: 16.66667%; }
  .medium-up--two-sixths {
    width: 33.33333%; }
  .medium-up--three-sixths {
    width: 50%; }
  .medium-up--four-sixths {
    width: 66.66667%; }
  .medium-up--five-sixths {
    width: 83.33333%; }
  .medium-up--one-seventh {
    width: 14.28571%; }
  .medium-up--two-sevenths {
    width: 28.57143%; }
  .medium-up--three-sevenths {
    width: 42.85714%; }
  .medium-up--four-sevenths {
    width: 57.14286%; }
  .medium-up--five-sevenths {
    width: 71.42857%; }
  .medium-up--six-sevenths {
    width: 85.71429%; }
  .medium-up--one-eighth {
    width: 12.5%; }
  .medium-up--two-eighths {
    width: 25%; }
  .medium-up--three-eighths {
    width: 37.5%; }
  .medium-up--four-eighths {
    width: 50%; }
  .medium-up--five-eighths {
    width: 62.5%; }
  .medium-up--six-eighths {
    width: 75%; }
  .medium-up--seven-eighths {
    width: 87.5%; }
  .medium-up--one-tenth {
    width: 10%; }
  .medium-up--two-tenths {
    width: 20%; }
  .medium-up--three-tenths {
    width: 30%; }
  .medium-up--four-tenths {
    width: 40%; }
  .medium-up--five-tenths {
    width: 50%; }
  .medium-up--six-tenths {
    width: 60%; }
  .medium-up--seven-tenths {
    width: 70%; }
  .medium-up--eight-tenths {
    width: 80%; }
  .medium-up--nine-tenths {
    width: 90%; }
  .medium-up--one-twelfth {
    width: 8.33333%; }
  .medium-up--two-twelfths {
    width: 16.66667%; }
  .medium-up--three-twelfths {
    width: 25%; }
  .medium-up--four-twelfths {
    width: 33.33333%; }
  .medium-up--five-twelfths {
    width: 41.66667%; }
  .medium-up--six-twelfths {
    width: 50%; }
  .medium-up--seven-twelfths {
    width: 58.33333%; }
  .medium-up--eight-twelfths {
    width: 66.66667%; }
  .medium-up--nine-twelfths {
    width: 75%; }
  .medium-up--ten-twelfths {
    width: 83.33333%; }
  .medium-up--eleven-twelfths {
    width: 91.66667%; }
  .grid--flex .medium-up--auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .grid--flex .medium-up--expand {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    max-width: 100%;
    width: auto; }
  .grid--flex .medium-up--one-whole {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .grid--flex .medium-up--one-half {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .grid--flex .medium-up--one-third {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .grid--flex .medium-up--two-thirds {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .grid--flex .medium-up--one-quarter {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .grid--flex .medium-up--two-quarters {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .grid--flex .medium-up--three-quarters {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .grid--flex .medium-up--one-fifth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .grid--flex .medium-up--two-fifths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%; }
  .grid--flex .medium-up--three-fifths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%; }
  .grid--flex .medium-up--four-fifths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%; }
  .grid--flex .medium-up--one-sixth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .grid--flex .medium-up--two-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .grid--flex .medium-up--three-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .grid--flex .medium-up--four-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .grid--flex .medium-up--five-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .grid--flex .medium-up--one-eighth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%; }
  .grid--flex .medium-up--two-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .grid--flex .medium-up--three-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%; }
  .grid--flex .medium-up--four-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .grid--flex .medium-up--five-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%; }
  .grid--flex .medium-up--six-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .grid--flex .medium-up--seven-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%; }
  .grid--flex .medium-up--one-tenth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%; }
  .grid--flex .medium-up--two-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .grid--flex .medium-up--three-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%; }
  .grid--flex .medium-up--four-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%; }
  .grid--flex .medium-up--five-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .grid--flex .medium-up--six-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%; }
  .grid--flex .medium-up--seven-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%; }
  .grid--flex .medium-up--eight-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%; }
  .grid--flex .medium-up--nine-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%; }
  .grid--flex .medium-up--one-twelfth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .grid--flex .medium-up--two-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .grid--flex .medium-up--three-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .grid--flex .medium-up--four-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .grid--flex .medium-up--five-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .grid--flex .medium-up--six-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .grid--flex .medium-up--seven-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .grid--flex .medium-up--eight-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .grid--flex .medium-up--nine-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .grid--flex .medium-up--ten-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .grid--flex .medium-up--eleven-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .medium-up--flex-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important; }
  .medium-up--flex-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important; }
  .medium-up--flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important; }
  .medium-up--flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important; }
  .medium-up--flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .medium-up--flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .medium-up--flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .medium-up--flex-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important; }
  .medium-up--flex-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important; }
  .medium-up--flex-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important; }
  .medium-up--flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .medium-up--flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .medium-up--justify-content-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important; }
  .medium-up--justify-content-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important; }
  .medium-up--justify-content-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important; }
  .medium-up--justify-content-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important; }
  .medium-up--justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .medium-up--align-items-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important; }
  .medium-up--align-items-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important; }
  .medium-up--align-items-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important; }
  .medium-up--align-items-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important; }
  .medium-up--align-items-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    align-items: stretch !important; }
  .medium-up--align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .medium-up--align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .medium-up--align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .medium-up--align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .medium-up--align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .medium-up--align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .medium-up--align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .medium-up--align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .medium-up--align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .medium-up--align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .medium-up--align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .medium-up--align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; }
  .medium-up--order-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1; }
  .medium-up--order-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13; }
  .medium-up--order-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0; }
  .medium-up--order-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1; }
  .medium-up--order-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2; }
  .medium-up--order-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3; }
  .medium-up--order-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4; }
  .medium-up--order-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5; }
  .medium-up--order-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6; }
  .medium-up--order-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7; }
  .medium-up--order-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8; }
  .medium-up--order-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9; }
  .medium-up--order-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10; }
  .medium-up--order-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11; }
  .medium-up--order-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12; }
  .grid--uniform .medium-up--one-half:nth-child(2n+1),
  .grid--uniform .medium-up--one-third:nth-child(3n+1),
  .grid--uniform .medium-up--one-quarter:nth-child(4n+1),
  .grid--uniform .medium-up--one-fifth:nth-child(5n+1),
  .grid--uniform .medium-up--one-sixth:nth-child(6n+1),
  .grid--uniform .medium-up--two-sixths:nth-child(3n+1),
  .grid--uniform .medium-up--three-sixths:nth-child(2n+1),
  .grid--uniform .medium-up--one-eighth:nth-child(8n+1),
  .grid--uniform .medium-up--two-eighths:nth-child(4n+1),
  .grid--uniform .medium-up--four-eighths:nth-child(2n+1),
  .grid--uniform .medium-up--five-tenths:nth-child(2n+1),
  .grid--uniform .medium-up--one-twelfth:nth-child(12n+1),
  .grid--uniform .medium-up--two-twelfths:nth-child(6n+1),
  .grid--uniform .medium-up--three-twelfths:nth-child(4n+1),
  .grid--uniform .medium-up--four-twelfths:nth-child(3n+1),
  .grid--uniform .medium-up--six-twelfths:nth-child(2n+1) {
    clear: both; }
  .medium-up--show {
    display: block !important; }
  .medium-up--show--inline {
    display: inline !important; }
  .medium-up--show--inline-block {
    display: inline-block !important; }
  .medium-up--hide {
    display: none !important; }
  .medium-up--left {
    float: left; }
  .medium-up--right {
    float: right; }
  .medium-up--unfloat {
    float: none; }
  .medium-up--clear-left {
    clear: left; }
  .medium-up--clear-right {
    clear: right; }
  .medium-up--clear-both {
    clear: both; }
  .medium-up--text-left {
    text-align: left !important; }
  .medium-up--text-right {
    text-align: right !important; }
  .medium-up--text-center {
    text-align: center !important; } }

@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .large--one-whole {
    width: 100%; }
  .large--one-half {
    width: 50%; }
  .large--one-third {
    width: 33.33333%; }
  .large--two-thirds {
    width: 66.66667%; }
  .large--one-quarter {
    width: 25%; }
  .large--two-quarters {
    width: 50%; }
  .large--three-quarters {
    width: 75%; }
  .large--one-fifth {
    width: 20%; }
  .large--two-fifths {
    width: 40%; }
  .large--three-fifths {
    width: 60%; }
  .large--four-fifths {
    width: 80%; }
  .large--one-sixth {
    width: 16.66667%; }
  .large--two-sixths {
    width: 33.33333%; }
  .large--three-sixths {
    width: 50%; }
  .large--four-sixths {
    width: 66.66667%; }
  .large--five-sixths {
    width: 83.33333%; }
  .large--one-seventh {
    width: 14.28571%; }
  .large--two-sevenths {
    width: 28.57143%; }
  .large--three-sevenths {
    width: 42.85714%; }
  .large--four-sevenths {
    width: 57.14286%; }
  .large--five-sevenths {
    width: 71.42857%; }
  .large--six-sevenths {
    width: 85.71429%; }
  .large--one-eighth {
    width: 12.5%; }
  .large--two-eighths {
    width: 25%; }
  .large--three-eighths {
    width: 37.5%; }
  .large--four-eighths {
    width: 50%; }
  .large--five-eighths {
    width: 62.5%; }
  .large--six-eighths {
    width: 75%; }
  .large--seven-eighths {
    width: 87.5%; }
  .large--one-tenth {
    width: 10%; }
  .large--two-tenths {
    width: 20%; }
  .large--three-tenths {
    width: 30%; }
  .large--four-tenths {
    width: 40%; }
  .large--five-tenths {
    width: 50%; }
  .large--six-tenths {
    width: 60%; }
  .large--seven-tenths {
    width: 70%; }
  .large--eight-tenths {
    width: 80%; }
  .large--nine-tenths {
    width: 90%; }
  .large--one-twelfth {
    width: 8.33333%; }
  .large--two-twelfths {
    width: 16.66667%; }
  .large--three-twelfths {
    width: 25%; }
  .large--four-twelfths {
    width: 33.33333%; }
  .large--five-twelfths {
    width: 41.66667%; }
  .large--six-twelfths {
    width: 50%; }
  .large--seven-twelfths {
    width: 58.33333%; }
  .large--eight-twelfths {
    width: 66.66667%; }
  .large--nine-twelfths {
    width: 75%; }
  .large--ten-twelfths {
    width: 83.33333%; }
  .large--eleven-twelfths {
    width: 91.66667%; }
  .grid--flex .large--auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .grid--flex .large--expand {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    max-width: 100%;
    width: auto; }
  .grid--flex .large--one-whole {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .grid--flex .large--one-half {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .grid--flex .large--one-third {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .grid--flex .large--two-thirds {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .grid--flex .large--one-quarter {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .grid--flex .large--two-quarters {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .grid--flex .large--three-quarters {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .grid--flex .large--one-fifth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .grid--flex .large--two-fifths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%; }
  .grid--flex .large--three-fifths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%; }
  .grid--flex .large--four-fifths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%; }
  .grid--flex .large--one-sixth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .grid--flex .large--two-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .grid--flex .large--three-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .grid--flex .large--four-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .grid--flex .large--five-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .grid--flex .large--one-eighth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%; }
  .grid--flex .large--two-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .grid--flex .large--three-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%; }
  .grid--flex .large--four-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .grid--flex .large--five-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%; }
  .grid--flex .large--six-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .grid--flex .large--seven-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%; }
  .grid--flex .large--one-tenth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%; }
  .grid--flex .large--two-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .grid--flex .large--three-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%; }
  .grid--flex .large--four-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%; }
  .grid--flex .large--five-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .grid--flex .large--six-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%; }
  .grid--flex .large--seven-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%; }
  .grid--flex .large--eight-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%; }
  .grid--flex .large--nine-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%; }
  .grid--flex .large--one-twelfth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .grid--flex .large--two-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .grid--flex .large--three-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .grid--flex .large--four-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .grid--flex .large--five-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .grid--flex .large--six-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .grid--flex .large--seven-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .grid--flex .large--eight-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .grid--flex .large--nine-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .grid--flex .large--ten-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .grid--flex .large--eleven-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .large--flex-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important; }
  .large--flex-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important; }
  .large--flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important; }
  .large--flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important; }
  .large--flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .large--flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .large--flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .large--flex-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important; }
  .large--flex-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important; }
  .large--flex-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important; }
  .large--flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .large--flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .large--justify-content-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important; }
  .large--justify-content-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important; }
  .large--justify-content-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important; }
  .large--justify-content-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important; }
  .large--justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .large--align-items-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important; }
  .large--align-items-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important; }
  .large--align-items-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important; }
  .large--align-items-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important; }
  .large--align-items-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    align-items: stretch !important; }
  .large--align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .large--align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .large--align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .large--align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .large--align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .large--align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .large--align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .large--align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .large--align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .large--align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .large--align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .large--align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; }
  .large--order-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1; }
  .large--order-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13; }
  .large--order-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0; }
  .large--order-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1; }
  .large--order-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2; }
  .large--order-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3; }
  .large--order-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4; }
  .large--order-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5; }
  .large--order-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6; }
  .large--order-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7; }
  .large--order-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8; }
  .large--order-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9; }
  .large--order-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10; }
  .large--order-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11; }
  .large--order-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12; }
  .grid--uniform .large--one-half:nth-child(2n+1),
  .grid--uniform .large--one-third:nth-child(3n+1),
  .grid--uniform .large--one-quarter:nth-child(4n+1),
  .grid--uniform .large--one-fifth:nth-child(5n+1),
  .grid--uniform .large--one-sixth:nth-child(6n+1),
  .grid--uniform .large--two-sixths:nth-child(3n+1),
  .grid--uniform .large--three-sixths:nth-child(2n+1),
  .grid--uniform .large--one-eighth:nth-child(8n+1),
  .grid--uniform .large--two-eighths:nth-child(4n+1),
  .grid--uniform .large--four-eighths:nth-child(2n+1),
  .grid--uniform .large--five-tenths:nth-child(2n+1),
  .grid--uniform .large--one-twelfth:nth-child(12n+1),
  .grid--uniform .large--two-twelfths:nth-child(6n+1),
  .grid--uniform .large--three-twelfths:nth-child(4n+1),
  .grid--uniform .large--four-twelfths:nth-child(3n+1),
  .grid--uniform .large--six-twelfths:nth-child(2n+1) {
    clear: both; }
  .large--show {
    display: block !important; }
  .large--show--inline {
    display: inline !important; }
  .large--show--inline-block {
    display: inline-block !important; }
  .large--hide {
    display: none !important; }
  .large--left {
    float: left; }
  .large--right {
    float: right; }
  .large--unfloat {
    float: none; }
  .large--clear-left {
    clear: left; }
  .large--clear-right {
    clear: right; }
  .large--clear-both {
    clear: both; }
  .large--text-left {
    text-align: left !important; }
  .large--text-right {
    text-align: right !important; }
  .large--text-center {
    text-align: center !important; } }

@media only screen and (max-width: 1199px) {
  .large-down--one-whole {
    width: 100%; }
  .large-down--one-half {
    width: 50%; }
  .large-down--one-third {
    width: 33.33333%; }
  .large-down--two-thirds {
    width: 66.66667%; }
  .large-down--one-quarter {
    width: 25%; }
  .large-down--two-quarters {
    width: 50%; }
  .large-down--three-quarters {
    width: 75%; }
  .large-down--one-fifth {
    width: 20%; }
  .large-down--two-fifths {
    width: 40%; }
  .large-down--three-fifths {
    width: 60%; }
  .large-down--four-fifths {
    width: 80%; }
  .large-down--one-sixth {
    width: 16.66667%; }
  .large-down--two-sixths {
    width: 33.33333%; }
  .large-down--three-sixths {
    width: 50%; }
  .large-down--four-sixths {
    width: 66.66667%; }
  .large-down--five-sixths {
    width: 83.33333%; }
  .large-down--one-seventh {
    width: 14.28571%; }
  .large-down--two-sevenths {
    width: 28.57143%; }
  .large-down--three-sevenths {
    width: 42.85714%; }
  .large-down--four-sevenths {
    width: 57.14286%; }
  .large-down--five-sevenths {
    width: 71.42857%; }
  .large-down--six-sevenths {
    width: 85.71429%; }
  .large-down--one-eighth {
    width: 12.5%; }
  .large-down--two-eighths {
    width: 25%; }
  .large-down--three-eighths {
    width: 37.5%; }
  .large-down--four-eighths {
    width: 50%; }
  .large-down--five-eighths {
    width: 62.5%; }
  .large-down--six-eighths {
    width: 75%; }
  .large-down--seven-eighths {
    width: 87.5%; }
  .large-down--one-tenth {
    width: 10%; }
  .large-down--two-tenths {
    width: 20%; }
  .large-down--three-tenths {
    width: 30%; }
  .large-down--four-tenths {
    width: 40%; }
  .large-down--five-tenths {
    width: 50%; }
  .large-down--six-tenths {
    width: 60%; }
  .large-down--seven-tenths {
    width: 70%; }
  .large-down--eight-tenths {
    width: 80%; }
  .large-down--nine-tenths {
    width: 90%; }
  .large-down--one-twelfth {
    width: 8.33333%; }
  .large-down--two-twelfths {
    width: 16.66667%; }
  .large-down--three-twelfths {
    width: 25%; }
  .large-down--four-twelfths {
    width: 33.33333%; }
  .large-down--five-twelfths {
    width: 41.66667%; }
  .large-down--six-twelfths {
    width: 50%; }
  .large-down--seven-twelfths {
    width: 58.33333%; }
  .large-down--eight-twelfths {
    width: 66.66667%; }
  .large-down--nine-twelfths {
    width: 75%; }
  .large-down--ten-twelfths {
    width: 83.33333%; }
  .large-down--eleven-twelfths {
    width: 91.66667%; }
  .grid--flex .large-down--auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .grid--flex .large-down--expand {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    max-width: 100%;
    width: auto; }
  .grid--flex .large-down--one-whole {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .grid--flex .large-down--one-half {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .grid--flex .large-down--one-third {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .grid--flex .large-down--two-thirds {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .grid--flex .large-down--one-quarter {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .grid--flex .large-down--two-quarters {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .grid--flex .large-down--three-quarters {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .grid--flex .large-down--one-fifth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .grid--flex .large-down--two-fifths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%; }
  .grid--flex .large-down--three-fifths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%; }
  .grid--flex .large-down--four-fifths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%; }
  .grid--flex .large-down--one-sixth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .grid--flex .large-down--two-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .grid--flex .large-down--three-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .grid--flex .large-down--four-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .grid--flex .large-down--five-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .grid--flex .large-down--one-eighth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%; }
  .grid--flex .large-down--two-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .grid--flex .large-down--three-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%; }
  .grid--flex .large-down--four-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .grid--flex .large-down--five-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%; }
  .grid--flex .large-down--six-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .grid--flex .large-down--seven-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%; }
  .grid--flex .large-down--one-tenth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%; }
  .grid--flex .large-down--two-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .grid--flex .large-down--three-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%; }
  .grid--flex .large-down--four-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%; }
  .grid--flex .large-down--five-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .grid--flex .large-down--six-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%; }
  .grid--flex .large-down--seven-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%; }
  .grid--flex .large-down--eight-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%; }
  .grid--flex .large-down--nine-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%; }
  .grid--flex .large-down--one-twelfth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .grid--flex .large-down--two-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .grid--flex .large-down--three-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .grid--flex .large-down--four-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .grid--flex .large-down--five-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .grid--flex .large-down--six-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .grid--flex .large-down--seven-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .grid--flex .large-down--eight-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .grid--flex .large-down--nine-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .grid--flex .large-down--ten-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .grid--flex .large-down--eleven-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .large-down--flex-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important; }
  .large-down--flex-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important; }
  .large-down--flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important; }
  .large-down--flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important; }
  .large-down--flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .large-down--flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .large-down--flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .large-down--flex-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important; }
  .large-down--flex-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important; }
  .large-down--flex-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important; }
  .large-down--flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .large-down--flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .large-down--justify-content-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important; }
  .large-down--justify-content-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important; }
  .large-down--justify-content-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important; }
  .large-down--justify-content-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important; }
  .large-down--justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .large-down--align-items-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important; }
  .large-down--align-items-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important; }
  .large-down--align-items-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important; }
  .large-down--align-items-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important; }
  .large-down--align-items-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    align-items: stretch !important; }
  .large-down--align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .large-down--align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .large-down--align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .large-down--align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .large-down--align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .large-down--align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .large-down--align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .large-down--align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .large-down--align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .large-down--align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .large-down--align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .large-down--align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; }
  .large-down--order-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1; }
  .large-down--order-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13; }
  .large-down--order-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0; }
  .large-down--order-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1; }
  .large-down--order-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2; }
  .large-down--order-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3; }
  .large-down--order-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4; }
  .large-down--order-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5; }
  .large-down--order-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6; }
  .large-down--order-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7; }
  .large-down--order-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8; }
  .large-down--order-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9; }
  .large-down--order-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10; }
  .large-down--order-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11; }
  .large-down--order-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12; }
  .grid--uniform .large-down--one-half:nth-child(2n+1),
  .grid--uniform .large-down--one-third:nth-child(3n+1),
  .grid--uniform .large-down--one-quarter:nth-child(4n+1),
  .grid--uniform .large-down--one-fifth:nth-child(5n+1),
  .grid--uniform .large-down--one-sixth:nth-child(6n+1),
  .grid--uniform .large-down--two-sixths:nth-child(3n+1),
  .grid--uniform .large-down--three-sixths:nth-child(2n+1),
  .grid--uniform .large-down--one-eighth:nth-child(8n+1),
  .grid--uniform .large-down--two-eighths:nth-child(4n+1),
  .grid--uniform .large-down--four-eighths:nth-child(2n+1),
  .grid--uniform .large-down--five-tenths:nth-child(2n+1),
  .grid--uniform .large-down--one-twelfth:nth-child(12n+1),
  .grid--uniform .large-down--two-twelfths:nth-child(6n+1),
  .grid--uniform .large-down--three-twelfths:nth-child(4n+1),
  .grid--uniform .large-down--four-twelfths:nth-child(3n+1),
  .grid--uniform .large-down--six-twelfths:nth-child(2n+1) {
    clear: both; }
  .large-down--show {
    display: block !important; }
  .large-down--show--inline {
    display: inline !important; }
  .large-down--show--inline-block {
    display: inline-block !important; }
  .large-down--hide {
    display: none !important; }
  .large-down--left {
    float: left; }
  .large-down--right {
    float: right; }
  .large-down--unfloat {
    float: none; }
  .large-down--clear-left {
    clear: left; }
  .large-down--clear-right {
    clear: right; }
  .large-down--clear-both {
    clear: both; }
  .large-down--text-left {
    text-align: left !important; }
  .large-down--text-right {
    text-align: right !important; }
  .large-down--text-center {
    text-align: center !important; } }

@media only screen and (min-width: 991px) {
  .large-up--one-whole {
    width: 100%; }
  .large-up--one-half {
    width: 50%; }
  .large-up--one-third {
    width: 33.33333%; }
  .large-up--two-thirds {
    width: 66.66667%; }
  .large-up--one-quarter {
    width: 25%; }
  .large-up--two-quarters {
    width: 50%; }
  .large-up--three-quarters {
    width: 75%; }
  .large-up--one-fifth {
    width: 20%; }
  .large-up--two-fifths {
    width: 40%; }
  .large-up--three-fifths {
    width: 60%; }
  .large-up--four-fifths {
    width: 80%; }
  .large-up--one-sixth {
    width: 16.66667%; }
  .large-up--two-sixths {
    width: 33.33333%; }
  .large-up--three-sixths {
    width: 50%; }
  .large-up--four-sixths {
    width: 66.66667%; }
  .large-up--five-sixths {
    width: 83.33333%; }
  .large-up--one-seventh {
    width: 14.28571%; }
  .large-up--two-sevenths {
    width: 28.57143%; }
  .large-up--three-sevenths {
    width: 42.85714%; }
  .large-up--four-sevenths {
    width: 57.14286%; }
  .large-up--five-sevenths {
    width: 71.42857%; }
  .large-up--six-sevenths {
    width: 85.71429%; }
  .large-up--one-eighth {
    width: 12.5%; }
  .large-up--two-eighths {
    width: 25%; }
  .large-up--three-eighths {
    width: 37.5%; }
  .large-up--four-eighths {
    width: 50%; }
  .large-up--five-eighths {
    width: 62.5%; }
  .large-up--six-eighths {
    width: 75%; }
  .large-up--seven-eighths {
    width: 87.5%; }
  .large-up--one-tenth {
    width: 10%; }
  .large-up--two-tenths {
    width: 20%; }
  .large-up--three-tenths {
    width: 30%; }
  .large-up--four-tenths {
    width: 40%; }
  .large-up--five-tenths {
    width: 50%; }
  .large-up--six-tenths {
    width: 60%; }
  .large-up--seven-tenths {
    width: 70%; }
  .large-up--eight-tenths {
    width: 80%; }
  .large-up--nine-tenths {
    width: 90%; }
  .large-up--one-twelfth {
    width: 8.33333%; }
  .large-up--two-twelfths {
    width: 16.66667%; }
  .large-up--three-twelfths {
    width: 25%; }
  .large-up--four-twelfths {
    width: 33.33333%; }
  .large-up--five-twelfths {
    width: 41.66667%; }
  .large-up--six-twelfths {
    width: 50%; }
  .large-up--seven-twelfths {
    width: 58.33333%; }
  .large-up--eight-twelfths {
    width: 66.66667%; }
  .large-up--nine-twelfths {
    width: 75%; }
  .large-up--ten-twelfths {
    width: 83.33333%; }
  .large-up--eleven-twelfths {
    width: 91.66667%; }
  .grid--flex .large-up--auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .grid--flex .large-up--expand {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    max-width: 100%;
    width: auto; }
  .grid--flex .large-up--one-whole {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .grid--flex .large-up--one-half {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .grid--flex .large-up--one-third {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .grid--flex .large-up--two-thirds {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .grid--flex .large-up--one-quarter {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .grid--flex .large-up--two-quarters {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .grid--flex .large-up--three-quarters {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .grid--flex .large-up--one-fifth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .grid--flex .large-up--two-fifths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%; }
  .grid--flex .large-up--three-fifths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%; }
  .grid--flex .large-up--four-fifths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%; }
  .grid--flex .large-up--one-sixth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .grid--flex .large-up--two-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .grid--flex .large-up--three-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .grid--flex .large-up--four-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .grid--flex .large-up--five-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .grid--flex .large-up--one-eighth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%; }
  .grid--flex .large-up--two-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .grid--flex .large-up--three-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%; }
  .grid--flex .large-up--four-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .grid--flex .large-up--five-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%; }
  .grid--flex .large-up--six-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .grid--flex .large-up--seven-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%; }
  .grid--flex .large-up--one-tenth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%; }
  .grid--flex .large-up--two-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .grid--flex .large-up--three-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%; }
  .grid--flex .large-up--four-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%; }
  .grid--flex .large-up--five-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .grid--flex .large-up--six-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%; }
  .grid--flex .large-up--seven-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%; }
  .grid--flex .large-up--eight-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%; }
  .grid--flex .large-up--nine-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%; }
  .grid--flex .large-up--one-twelfth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .grid--flex .large-up--two-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .grid--flex .large-up--three-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .grid--flex .large-up--four-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .grid--flex .large-up--five-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .grid--flex .large-up--six-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .grid--flex .large-up--seven-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .grid--flex .large-up--eight-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .grid--flex .large-up--nine-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .grid--flex .large-up--ten-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .grid--flex .large-up--eleven-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .large-up--flex-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important; }
  .large-up--flex-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important; }
  .large-up--flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important; }
  .large-up--flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important; }
  .large-up--flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .large-up--flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .large-up--flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .large-up--flex-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important; }
  .large-up--flex-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important; }
  .large-up--flex-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important; }
  .large-up--flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .large-up--flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .large-up--justify-content-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important; }
  .large-up--justify-content-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important; }
  .large-up--justify-content-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important; }
  .large-up--justify-content-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important; }
  .large-up--justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .large-up--align-items-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important; }
  .large-up--align-items-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important; }
  .large-up--align-items-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important; }
  .large-up--align-items-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important; }
  .large-up--align-items-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    align-items: stretch !important; }
  .large-up--align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .large-up--align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .large-up--align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .large-up--align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .large-up--align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .large-up--align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .large-up--align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .large-up--align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .large-up--align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .large-up--align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .large-up--align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .large-up--align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; }
  .large-up--order-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1; }
  .large-up--order-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13; }
  .large-up--order-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0; }
  .large-up--order-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1; }
  .large-up--order-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2; }
  .large-up--order-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3; }
  .large-up--order-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4; }
  .large-up--order-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5; }
  .large-up--order-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6; }
  .large-up--order-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7; }
  .large-up--order-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8; }
  .large-up--order-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9; }
  .large-up--order-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10; }
  .large-up--order-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11; }
  .large-up--order-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12; }
  .grid--uniform .large-up--one-half:nth-child(2n+1),
  .grid--uniform .large-up--one-third:nth-child(3n+1),
  .grid--uniform .large-up--one-quarter:nth-child(4n+1),
  .grid--uniform .large-up--one-fifth:nth-child(5n+1),
  .grid--uniform .large-up--one-sixth:nth-child(6n+1),
  .grid--uniform .large-up--two-sixths:nth-child(3n+1),
  .grid--uniform .large-up--three-sixths:nth-child(2n+1),
  .grid--uniform .large-up--one-eighth:nth-child(8n+1),
  .grid--uniform .large-up--two-eighths:nth-child(4n+1),
  .grid--uniform .large-up--four-eighths:nth-child(2n+1),
  .grid--uniform .large-up--five-tenths:nth-child(2n+1),
  .grid--uniform .large-up--one-twelfth:nth-child(12n+1),
  .grid--uniform .large-up--two-twelfths:nth-child(6n+1),
  .grid--uniform .large-up--three-twelfths:nth-child(4n+1),
  .grid--uniform .large-up--four-twelfths:nth-child(3n+1),
  .grid--uniform .large-up--six-twelfths:nth-child(2n+1) {
    clear: both; }
  .large-up--show {
    display: block !important; }
  .large-up--show--inline {
    display: inline !important; }
  .large-up--show--inline-block {
    display: inline-block !important; }
  .large-up--hide {
    display: none !important; }
  .large-up--left {
    float: left; }
  .large-up--right {
    float: right; }
  .large-up--unfloat {
    float: none; }
  .large-up--clear-left {
    clear: left; }
  .large-up--clear-right {
    clear: right; }
  .large-up--clear-both {
    clear: both; }
  .large-up--text-left {
    text-align: left !important; }
  .large-up--text-right {
    text-align: right !important; }
  .large-up--text-center {
    text-align: center !important; } }

@media only screen and (max-width: 990px) {
  .medium-down--one-whole {
    width: 100%; }
  .medium-down--one-half {
    width: 50%; }
  .medium-down--one-third {
    width: 33.33333%; }
  .medium-down--two-thirds {
    width: 66.66667%; }
  .medium-down--one-quarter {
    width: 25%; }
  .medium-down--two-quarters {
    width: 50%; }
  .medium-down--three-quarters {
    width: 75%; }
  .medium-down--one-fifth {
    width: 20%; }
  .medium-down--two-fifths {
    width: 40%; }
  .medium-down--three-fifths {
    width: 60%; }
  .medium-down--four-fifths {
    width: 80%; }
  .medium-down--one-sixth {
    width: 16.66667%; }
  .medium-down--two-sixths {
    width: 33.33333%; }
  .medium-down--three-sixths {
    width: 50%; }
  .medium-down--four-sixths {
    width: 66.66667%; }
  .medium-down--five-sixths {
    width: 83.33333%; }
  .medium-down--one-seventh {
    width: 14.28571%; }
  .medium-down--two-sevenths {
    width: 28.57143%; }
  .medium-down--three-sevenths {
    width: 42.85714%; }
  .medium-down--four-sevenths {
    width: 57.14286%; }
  .medium-down--five-sevenths {
    width: 71.42857%; }
  .medium-down--six-sevenths {
    width: 85.71429%; }
  .medium-down--one-eighth {
    width: 12.5%; }
  .medium-down--two-eighths {
    width: 25%; }
  .medium-down--three-eighths {
    width: 37.5%; }
  .medium-down--four-eighths {
    width: 50%; }
  .medium-down--five-eighths {
    width: 62.5%; }
  .medium-down--six-eighths {
    width: 75%; }
  .medium-down--seven-eighths {
    width: 87.5%; }
  .medium-down--one-tenth {
    width: 10%; }
  .medium-down--two-tenths {
    width: 20%; }
  .medium-down--three-tenths {
    width: 30%; }
  .medium-down--four-tenths {
    width: 40%; }
  .medium-down--five-tenths {
    width: 50%; }
  .medium-down--six-tenths {
    width: 60%; }
  .medium-down--seven-tenths {
    width: 70%; }
  .medium-down--eight-tenths {
    width: 80%; }
  .medium-down--nine-tenths {
    width: 90%; }
  .medium-down--one-twelfth {
    width: 8.33333%; }
  .medium-down--two-twelfths {
    width: 16.66667%; }
  .medium-down--three-twelfths {
    width: 25%; }
  .medium-down--four-twelfths {
    width: 33.33333%; }
  .medium-down--five-twelfths {
    width: 41.66667%; }
  .medium-down--six-twelfths {
    width: 50%; }
  .medium-down--seven-twelfths {
    width: 58.33333%; }
  .medium-down--eight-twelfths {
    width: 66.66667%; }
  .medium-down--nine-twelfths {
    width: 75%; }
  .medium-down--ten-twelfths {
    width: 83.33333%; }
  .medium-down--eleven-twelfths {
    width: 91.66667%; }
  .grid--flex .medium-down--auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .grid--flex .medium-down--expand {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    max-width: 100%;
    width: auto; }
  .grid--flex .medium-down--one-whole {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .grid--flex .medium-down--one-half {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .grid--flex .medium-down--one-third {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .grid--flex .medium-down--two-thirds {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .grid--flex .medium-down--one-quarter {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .grid--flex .medium-down--two-quarters {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .grid--flex .medium-down--three-quarters {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .grid--flex .medium-down--one-fifth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .grid--flex .medium-down--two-fifths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%; }
  .grid--flex .medium-down--three-fifths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%; }
  .grid--flex .medium-down--four-fifths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%; }
  .grid--flex .medium-down--one-sixth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .grid--flex .medium-down--two-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .grid--flex .medium-down--three-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .grid--flex .medium-down--four-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .grid--flex .medium-down--five-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .grid--flex .medium-down--one-eighth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%; }
  .grid--flex .medium-down--two-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .grid--flex .medium-down--three-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%; }
  .grid--flex .medium-down--four-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .grid--flex .medium-down--five-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%; }
  .grid--flex .medium-down--six-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .grid--flex .medium-down--seven-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%; }
  .grid--flex .medium-down--one-tenth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%; }
  .grid--flex .medium-down--two-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .grid--flex .medium-down--three-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%; }
  .grid--flex .medium-down--four-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%; }
  .grid--flex .medium-down--five-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .grid--flex .medium-down--six-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%; }
  .grid--flex .medium-down--seven-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%; }
  .grid--flex .medium-down--eight-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%; }
  .grid--flex .medium-down--nine-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%; }
  .grid--flex .medium-down--one-twelfth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .grid--flex .medium-down--two-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .grid--flex .medium-down--three-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .grid--flex .medium-down--four-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .grid--flex .medium-down--five-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .grid--flex .medium-down--six-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .grid--flex .medium-down--seven-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .grid--flex .medium-down--eight-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .grid--flex .medium-down--nine-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .grid--flex .medium-down--ten-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .grid--flex .medium-down--eleven-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .medium-down--flex-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important; }
  .medium-down--flex-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important; }
  .medium-down--flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important; }
  .medium-down--flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important; }
  .medium-down--flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .medium-down--flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .medium-down--flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .medium-down--flex-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important; }
  .medium-down--flex-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important; }
  .medium-down--flex-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important; }
  .medium-down--flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .medium-down--flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .medium-down--justify-content-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important; }
  .medium-down--justify-content-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important; }
  .medium-down--justify-content-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important; }
  .medium-down--justify-content-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important; }
  .medium-down--justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .medium-down--align-items-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important; }
  .medium-down--align-items-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important; }
  .medium-down--align-items-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important; }
  .medium-down--align-items-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important; }
  .medium-down--align-items-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    align-items: stretch !important; }
  .medium-down--align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .medium-down--align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .medium-down--align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .medium-down--align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .medium-down--align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .medium-down--align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .medium-down--align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .medium-down--align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .medium-down--align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .medium-down--align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .medium-down--align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .medium-down--align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; }
  .medium-down--order-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1; }
  .medium-down--order-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13; }
  .medium-down--order-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0; }
  .medium-down--order-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1; }
  .medium-down--order-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2; }
  .medium-down--order-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3; }
  .medium-down--order-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4; }
  .medium-down--order-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5; }
  .medium-down--order-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6; }
  .medium-down--order-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7; }
  .medium-down--order-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8; }
  .medium-down--order-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9; }
  .medium-down--order-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10; }
  .medium-down--order-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11; }
  .medium-down--order-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12; }
  .grid--uniform .medium-down--one-half:nth-child(2n+1),
  .grid--uniform .medium-down--one-third:nth-child(3n+1),
  .grid--uniform .medium-down--one-quarter:nth-child(4n+1),
  .grid--uniform .medium-down--one-fifth:nth-child(5n+1),
  .grid--uniform .medium-down--one-sixth:nth-child(6n+1),
  .grid--uniform .medium-down--two-sixths:nth-child(3n+1),
  .grid--uniform .medium-down--three-sixths:nth-child(2n+1),
  .grid--uniform .medium-down--one-eighth:nth-child(8n+1),
  .grid--uniform .medium-down--two-eighths:nth-child(4n+1),
  .grid--uniform .medium-down--four-eighths:nth-child(2n+1),
  .grid--uniform .medium-down--five-tenths:nth-child(2n+1),
  .grid--uniform .medium-down--one-twelfth:nth-child(12n+1),
  .grid--uniform .medium-down--two-twelfths:nth-child(6n+1),
  .grid--uniform .medium-down--three-twelfths:nth-child(4n+1),
  .grid--uniform .medium-down--four-twelfths:nth-child(3n+1),
  .grid--uniform .medium-down--six-twelfths:nth-child(2n+1) {
    clear: both; }
  .medium-down--show {
    display: block !important; }
  .medium-down--show--inline {
    display: inline !important; }
  .medium-down--show--inline-block {
    display: inline-block !important; }
  .medium-down--hide {
    display: none !important; }
  .medium-down--left {
    float: left; }
  .medium-down--right {
    float: right; }
  .medium-down--unfloat {
    float: none; }
  .medium-down--clear-left {
    clear: left; }
  .medium-down--clear-right {
    clear: right; }
  .medium-down--clear-both {
    clear: both; }
  .medium-down--text-left {
    text-align: left !important; }
  .medium-down--text-right {
    text-align: right !important; }
  .medium-down--text-center {
    text-align: center !important; } }

@media only screen and (min-width: 1200px) and (max-width: 1919px) {
  .widescreen--one-whole {
    width: 100%; }
  .widescreen--one-half {
    width: 50%; }
  .widescreen--one-third {
    width: 33.33333%; }
  .widescreen--two-thirds {
    width: 66.66667%; }
  .widescreen--one-quarter {
    width: 25%; }
  .widescreen--two-quarters {
    width: 50%; }
  .widescreen--three-quarters {
    width: 75%; }
  .widescreen--one-fifth {
    width: 20%; }
  .widescreen--two-fifths {
    width: 40%; }
  .widescreen--three-fifths {
    width: 60%; }
  .widescreen--four-fifths {
    width: 80%; }
  .widescreen--one-sixth {
    width: 16.66667%; }
  .widescreen--two-sixths {
    width: 33.33333%; }
  .widescreen--three-sixths {
    width: 50%; }
  .widescreen--four-sixths {
    width: 66.66667%; }
  .widescreen--five-sixths {
    width: 83.33333%; }
  .widescreen--one-seventh {
    width: 14.28571%; }
  .widescreen--two-sevenths {
    width: 28.57143%; }
  .widescreen--three-sevenths {
    width: 42.85714%; }
  .widescreen--four-sevenths {
    width: 57.14286%; }
  .widescreen--five-sevenths {
    width: 71.42857%; }
  .widescreen--six-sevenths {
    width: 85.71429%; }
  .widescreen--one-eighth {
    width: 12.5%; }
  .widescreen--two-eighths {
    width: 25%; }
  .widescreen--three-eighths {
    width: 37.5%; }
  .widescreen--four-eighths {
    width: 50%; }
  .widescreen--five-eighths {
    width: 62.5%; }
  .widescreen--six-eighths {
    width: 75%; }
  .widescreen--seven-eighths {
    width: 87.5%; }
  .widescreen--one-tenth {
    width: 10%; }
  .widescreen--two-tenths {
    width: 20%; }
  .widescreen--three-tenths {
    width: 30%; }
  .widescreen--four-tenths {
    width: 40%; }
  .widescreen--five-tenths {
    width: 50%; }
  .widescreen--six-tenths {
    width: 60%; }
  .widescreen--seven-tenths {
    width: 70%; }
  .widescreen--eight-tenths {
    width: 80%; }
  .widescreen--nine-tenths {
    width: 90%; }
  .widescreen--one-twelfth {
    width: 8.33333%; }
  .widescreen--two-twelfths {
    width: 16.66667%; }
  .widescreen--three-twelfths {
    width: 25%; }
  .widescreen--four-twelfths {
    width: 33.33333%; }
  .widescreen--five-twelfths {
    width: 41.66667%; }
  .widescreen--six-twelfths {
    width: 50%; }
  .widescreen--seven-twelfths {
    width: 58.33333%; }
  .widescreen--eight-twelfths {
    width: 66.66667%; }
  .widescreen--nine-twelfths {
    width: 75%; }
  .widescreen--ten-twelfths {
    width: 83.33333%; }
  .widescreen--eleven-twelfths {
    width: 91.66667%; }
  .grid--flex .widescreen--auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .grid--flex .widescreen--expand {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    max-width: 100%;
    width: auto; }
  .grid--flex .widescreen--one-whole {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .grid--flex .widescreen--one-half {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .grid--flex .widescreen--one-third {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .grid--flex .widescreen--two-thirds {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .grid--flex .widescreen--one-quarter {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .grid--flex .widescreen--two-quarters {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .grid--flex .widescreen--three-quarters {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .grid--flex .widescreen--one-fifth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .grid--flex .widescreen--two-fifths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%; }
  .grid--flex .widescreen--three-fifths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%; }
  .grid--flex .widescreen--four-fifths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%; }
  .grid--flex .widescreen--one-sixth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .grid--flex .widescreen--two-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .grid--flex .widescreen--three-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .grid--flex .widescreen--four-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .grid--flex .widescreen--five-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .grid--flex .widescreen--one-eighth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%; }
  .grid--flex .widescreen--two-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .grid--flex .widescreen--three-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%; }
  .grid--flex .widescreen--four-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .grid--flex .widescreen--five-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%; }
  .grid--flex .widescreen--six-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .grid--flex .widescreen--seven-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%; }
  .grid--flex .widescreen--one-tenth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%; }
  .grid--flex .widescreen--two-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .grid--flex .widescreen--three-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%; }
  .grid--flex .widescreen--four-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%; }
  .grid--flex .widescreen--five-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .grid--flex .widescreen--six-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%; }
  .grid--flex .widescreen--seven-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%; }
  .grid--flex .widescreen--eight-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%; }
  .grid--flex .widescreen--nine-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%; }
  .grid--flex .widescreen--one-twelfth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .grid--flex .widescreen--two-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .grid--flex .widescreen--three-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .grid--flex .widescreen--four-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .grid--flex .widescreen--five-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .grid--flex .widescreen--six-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .grid--flex .widescreen--seven-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .grid--flex .widescreen--eight-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .grid--flex .widescreen--nine-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .grid--flex .widescreen--ten-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .grid--flex .widescreen--eleven-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .widescreen--flex-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important; }
  .widescreen--flex-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important; }
  .widescreen--flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important; }
  .widescreen--flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important; }
  .widescreen--flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .widescreen--flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .widescreen--flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .widescreen--flex-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important; }
  .widescreen--flex-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important; }
  .widescreen--flex-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important; }
  .widescreen--flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .widescreen--flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .widescreen--justify-content-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important; }
  .widescreen--justify-content-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important; }
  .widescreen--justify-content-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important; }
  .widescreen--justify-content-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important; }
  .widescreen--justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .widescreen--align-items-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important; }
  .widescreen--align-items-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important; }
  .widescreen--align-items-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important; }
  .widescreen--align-items-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important; }
  .widescreen--align-items-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    align-items: stretch !important; }
  .widescreen--align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .widescreen--align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .widescreen--align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .widescreen--align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .widescreen--align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .widescreen--align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .widescreen--align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .widescreen--align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .widescreen--align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .widescreen--align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .widescreen--align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .widescreen--align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; }
  .widescreen--order-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1; }
  .widescreen--order-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13; }
  .widescreen--order-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0; }
  .widescreen--order-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1; }
  .widescreen--order-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2; }
  .widescreen--order-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3; }
  .widescreen--order-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4; }
  .widescreen--order-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5; }
  .widescreen--order-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6; }
  .widescreen--order-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7; }
  .widescreen--order-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8; }
  .widescreen--order-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9; }
  .widescreen--order-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10; }
  .widescreen--order-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11; }
  .widescreen--order-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12; }
  .grid--uniform .widescreen--one-half:nth-child(2n+1),
  .grid--uniform .widescreen--one-third:nth-child(3n+1),
  .grid--uniform .widescreen--one-quarter:nth-child(4n+1),
  .grid--uniform .widescreen--one-fifth:nth-child(5n+1),
  .grid--uniform .widescreen--one-sixth:nth-child(6n+1),
  .grid--uniform .widescreen--two-sixths:nth-child(3n+1),
  .grid--uniform .widescreen--three-sixths:nth-child(2n+1),
  .grid--uniform .widescreen--one-eighth:nth-child(8n+1),
  .grid--uniform .widescreen--two-eighths:nth-child(4n+1),
  .grid--uniform .widescreen--four-eighths:nth-child(2n+1),
  .grid--uniform .widescreen--five-tenths:nth-child(2n+1),
  .grid--uniform .widescreen--one-twelfth:nth-child(12n+1),
  .grid--uniform .widescreen--two-twelfths:nth-child(6n+1),
  .grid--uniform .widescreen--three-twelfths:nth-child(4n+1),
  .grid--uniform .widescreen--four-twelfths:nth-child(3n+1),
  .grid--uniform .widescreen--six-twelfths:nth-child(2n+1) {
    clear: both; }
  .widescreen--show {
    display: block !important; }
  .widescreen--show--inline {
    display: inline !important; }
  .widescreen--show--inline-block {
    display: inline-block !important; }
  .widescreen--hide {
    display: none !important; }
  .widescreen--left {
    float: left; }
  .widescreen--right {
    float: right; }
  .widescreen--unfloat {
    float: none; }
  .widescreen--clear-left {
    clear: left; }
  .widescreen--clear-right {
    clear: right; }
  .widescreen--clear-both {
    clear: both; }
  .widescreen--text-left {
    text-align: left !important; }
  .widescreen--text-right {
    text-align: right !important; }
  .widescreen--text-center {
    text-align: center !important; } }

@media only screen and (max-width: 1919px) {
  .widescreen-down--one-whole {
    width: 100%; }
  .widescreen-down--one-half {
    width: 50%; }
  .widescreen-down--one-third {
    width: 33.33333%; }
  .widescreen-down--two-thirds {
    width: 66.66667%; }
  .widescreen-down--one-quarter {
    width: 25%; }
  .widescreen-down--two-quarters {
    width: 50%; }
  .widescreen-down--three-quarters {
    width: 75%; }
  .widescreen-down--one-fifth {
    width: 20%; }
  .widescreen-down--two-fifths {
    width: 40%; }
  .widescreen-down--three-fifths {
    width: 60%; }
  .widescreen-down--four-fifths {
    width: 80%; }
  .widescreen-down--one-sixth {
    width: 16.66667%; }
  .widescreen-down--two-sixths {
    width: 33.33333%; }
  .widescreen-down--three-sixths {
    width: 50%; }
  .widescreen-down--four-sixths {
    width: 66.66667%; }
  .widescreen-down--five-sixths {
    width: 83.33333%; }
  .widescreen-down--one-seventh {
    width: 14.28571%; }
  .widescreen-down--two-sevenths {
    width: 28.57143%; }
  .widescreen-down--three-sevenths {
    width: 42.85714%; }
  .widescreen-down--four-sevenths {
    width: 57.14286%; }
  .widescreen-down--five-sevenths {
    width: 71.42857%; }
  .widescreen-down--six-sevenths {
    width: 85.71429%; }
  .widescreen-down--one-eighth {
    width: 12.5%; }
  .widescreen-down--two-eighths {
    width: 25%; }
  .widescreen-down--three-eighths {
    width: 37.5%; }
  .widescreen-down--four-eighths {
    width: 50%; }
  .widescreen-down--five-eighths {
    width: 62.5%; }
  .widescreen-down--six-eighths {
    width: 75%; }
  .widescreen-down--seven-eighths {
    width: 87.5%; }
  .widescreen-down--one-tenth {
    width: 10%; }
  .widescreen-down--two-tenths {
    width: 20%; }
  .widescreen-down--three-tenths {
    width: 30%; }
  .widescreen-down--four-tenths {
    width: 40%; }
  .widescreen-down--five-tenths {
    width: 50%; }
  .widescreen-down--six-tenths {
    width: 60%; }
  .widescreen-down--seven-tenths {
    width: 70%; }
  .widescreen-down--eight-tenths {
    width: 80%; }
  .widescreen-down--nine-tenths {
    width: 90%; }
  .widescreen-down--one-twelfth {
    width: 8.33333%; }
  .widescreen-down--two-twelfths {
    width: 16.66667%; }
  .widescreen-down--three-twelfths {
    width: 25%; }
  .widescreen-down--four-twelfths {
    width: 33.33333%; }
  .widescreen-down--five-twelfths {
    width: 41.66667%; }
  .widescreen-down--six-twelfths {
    width: 50%; }
  .widescreen-down--seven-twelfths {
    width: 58.33333%; }
  .widescreen-down--eight-twelfths {
    width: 66.66667%; }
  .widescreen-down--nine-twelfths {
    width: 75%; }
  .widescreen-down--ten-twelfths {
    width: 83.33333%; }
  .widescreen-down--eleven-twelfths {
    width: 91.66667%; }
  .grid--flex .widescreen-down--auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .grid--flex .widescreen-down--expand {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    max-width: 100%;
    width: auto; }
  .grid--flex .widescreen-down--one-whole {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .grid--flex .widescreen-down--one-half {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .grid--flex .widescreen-down--one-third {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .grid--flex .widescreen-down--two-thirds {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .grid--flex .widescreen-down--one-quarter {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .grid--flex .widescreen-down--two-quarters {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .grid--flex .widescreen-down--three-quarters {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .grid--flex .widescreen-down--one-fifth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .grid--flex .widescreen-down--two-fifths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%; }
  .grid--flex .widescreen-down--three-fifths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%; }
  .grid--flex .widescreen-down--four-fifths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%; }
  .grid--flex .widescreen-down--one-sixth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .grid--flex .widescreen-down--two-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .grid--flex .widescreen-down--three-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .grid--flex .widescreen-down--four-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .grid--flex .widescreen-down--five-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .grid--flex .widescreen-down--one-eighth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%; }
  .grid--flex .widescreen-down--two-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .grid--flex .widescreen-down--three-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%; }
  .grid--flex .widescreen-down--four-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .grid--flex .widescreen-down--five-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%; }
  .grid--flex .widescreen-down--six-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .grid--flex .widescreen-down--seven-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%; }
  .grid--flex .widescreen-down--one-tenth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%; }
  .grid--flex .widescreen-down--two-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .grid--flex .widescreen-down--three-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%; }
  .grid--flex .widescreen-down--four-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%; }
  .grid--flex .widescreen-down--five-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .grid--flex .widescreen-down--six-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%; }
  .grid--flex .widescreen-down--seven-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%; }
  .grid--flex .widescreen-down--eight-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%; }
  .grid--flex .widescreen-down--nine-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%; }
  .grid--flex .widescreen-down--one-twelfth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .grid--flex .widescreen-down--two-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .grid--flex .widescreen-down--three-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .grid--flex .widescreen-down--four-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .grid--flex .widescreen-down--five-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .grid--flex .widescreen-down--six-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .grid--flex .widescreen-down--seven-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .grid--flex .widescreen-down--eight-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .grid--flex .widescreen-down--nine-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .grid--flex .widescreen-down--ten-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .grid--flex .widescreen-down--eleven-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .widescreen-down--flex-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important; }
  .widescreen-down--flex-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important; }
  .widescreen-down--flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important; }
  .widescreen-down--flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important; }
  .widescreen-down--flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .widescreen-down--flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .widescreen-down--flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .widescreen-down--flex-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important; }
  .widescreen-down--flex-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important; }
  .widescreen-down--flex-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important; }
  .widescreen-down--flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .widescreen-down--flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .widescreen-down--justify-content-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important; }
  .widescreen-down--justify-content-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important; }
  .widescreen-down--justify-content-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important; }
  .widescreen-down--justify-content-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important; }
  .widescreen-down--justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .widescreen-down--align-items-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important; }
  .widescreen-down--align-items-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important; }
  .widescreen-down--align-items-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important; }
  .widescreen-down--align-items-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important; }
  .widescreen-down--align-items-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    align-items: stretch !important; }
  .widescreen-down--align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .widescreen-down--align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .widescreen-down--align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .widescreen-down--align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .widescreen-down--align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .widescreen-down--align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .widescreen-down--align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .widescreen-down--align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .widescreen-down--align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .widescreen-down--align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .widescreen-down--align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .widescreen-down--align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; }
  .widescreen-down--order-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1; }
  .widescreen-down--order-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13; }
  .widescreen-down--order-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0; }
  .widescreen-down--order-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1; }
  .widescreen-down--order-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2; }
  .widescreen-down--order-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3; }
  .widescreen-down--order-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4; }
  .widescreen-down--order-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5; }
  .widescreen-down--order-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6; }
  .widescreen-down--order-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7; }
  .widescreen-down--order-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8; }
  .widescreen-down--order-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9; }
  .widescreen-down--order-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10; }
  .widescreen-down--order-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11; }
  .widescreen-down--order-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12; }
  .grid--uniform .widescreen-down--one-half:nth-child(2n+1),
  .grid--uniform .widescreen-down--one-third:nth-child(3n+1),
  .grid--uniform .widescreen-down--one-quarter:nth-child(4n+1),
  .grid--uniform .widescreen-down--one-fifth:nth-child(5n+1),
  .grid--uniform .widescreen-down--one-sixth:nth-child(6n+1),
  .grid--uniform .widescreen-down--two-sixths:nth-child(3n+1),
  .grid--uniform .widescreen-down--three-sixths:nth-child(2n+1),
  .grid--uniform .widescreen-down--one-eighth:nth-child(8n+1),
  .grid--uniform .widescreen-down--two-eighths:nth-child(4n+1),
  .grid--uniform .widescreen-down--four-eighths:nth-child(2n+1),
  .grid--uniform .widescreen-down--five-tenths:nth-child(2n+1),
  .grid--uniform .widescreen-down--one-twelfth:nth-child(12n+1),
  .grid--uniform .widescreen-down--two-twelfths:nth-child(6n+1),
  .grid--uniform .widescreen-down--three-twelfths:nth-child(4n+1),
  .grid--uniform .widescreen-down--four-twelfths:nth-child(3n+1),
  .grid--uniform .widescreen-down--six-twelfths:nth-child(2n+1) {
    clear: both; }
  .widescreen-down--show {
    display: block !important; }
  .widescreen-down--show--inline {
    display: inline !important; }
  .widescreen-down--show--inline-block {
    display: inline-block !important; }
  .widescreen-down--hide {
    display: none !important; }
  .widescreen-down--left {
    float: left; }
  .widescreen-down--right {
    float: right; }
  .widescreen-down--unfloat {
    float: none; }
  .widescreen-down--clear-left {
    clear: left; }
  .widescreen-down--clear-right {
    clear: right; }
  .widescreen-down--clear-both {
    clear: both; }
  .widescreen-down--text-left {
    text-align: left !important; }
  .widescreen-down--text-right {
    text-align: right !important; }
  .widescreen-down--text-center {
    text-align: center !important; } }

@media only screen and (min-width: 1200px) {
  .widescreen-up--one-whole {
    width: 100%; }
  .widescreen-up--one-half {
    width: 50%; }
  .widescreen-up--one-third {
    width: 33.33333%; }
  .widescreen-up--two-thirds {
    width: 66.66667%; }
  .widescreen-up--one-quarter {
    width: 25%; }
  .widescreen-up--two-quarters {
    width: 50%; }
  .widescreen-up--three-quarters {
    width: 75%; }
  .widescreen-up--one-fifth {
    width: 20%; }
  .widescreen-up--two-fifths {
    width: 40%; }
  .widescreen-up--three-fifths {
    width: 60%; }
  .widescreen-up--four-fifths {
    width: 80%; }
  .widescreen-up--one-sixth {
    width: 16.66667%; }
  .widescreen-up--two-sixths {
    width: 33.33333%; }
  .widescreen-up--three-sixths {
    width: 50%; }
  .widescreen-up--four-sixths {
    width: 66.66667%; }
  .widescreen-up--five-sixths {
    width: 83.33333%; }
  .widescreen-up--one-seventh {
    width: 14.28571%; }
  .widescreen-up--two-sevenths {
    width: 28.57143%; }
  .widescreen-up--three-sevenths {
    width: 42.85714%; }
  .widescreen-up--four-sevenths {
    width: 57.14286%; }
  .widescreen-up--five-sevenths {
    width: 71.42857%; }
  .widescreen-up--six-sevenths {
    width: 85.71429%; }
  .widescreen-up--one-eighth {
    width: 12.5%; }
  .widescreen-up--two-eighths {
    width: 25%; }
  .widescreen-up--three-eighths {
    width: 37.5%; }
  .widescreen-up--four-eighths {
    width: 50%; }
  .widescreen-up--five-eighths {
    width: 62.5%; }
  .widescreen-up--six-eighths {
    width: 75%; }
  .widescreen-up--seven-eighths {
    width: 87.5%; }
  .widescreen-up--one-tenth {
    width: 10%; }
  .widescreen-up--two-tenths {
    width: 20%; }
  .widescreen-up--three-tenths {
    width: 30%; }
  .widescreen-up--four-tenths {
    width: 40%; }
  .widescreen-up--five-tenths {
    width: 50%; }
  .widescreen-up--six-tenths {
    width: 60%; }
  .widescreen-up--seven-tenths {
    width: 70%; }
  .widescreen-up--eight-tenths {
    width: 80%; }
  .widescreen-up--nine-tenths {
    width: 90%; }
  .widescreen-up--one-twelfth {
    width: 8.33333%; }
  .widescreen-up--two-twelfths {
    width: 16.66667%; }
  .widescreen-up--three-twelfths {
    width: 25%; }
  .widescreen-up--four-twelfths {
    width: 33.33333%; }
  .widescreen-up--five-twelfths {
    width: 41.66667%; }
  .widescreen-up--six-twelfths {
    width: 50%; }
  .widescreen-up--seven-twelfths {
    width: 58.33333%; }
  .widescreen-up--eight-twelfths {
    width: 66.66667%; }
  .widescreen-up--nine-twelfths {
    width: 75%; }
  .widescreen-up--ten-twelfths {
    width: 83.33333%; }
  .widescreen-up--eleven-twelfths {
    width: 91.66667%; }
  .grid--flex .widescreen-up--auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .grid--flex .widescreen-up--expand {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    max-width: 100%;
    width: auto; }
  .grid--flex .widescreen-up--one-whole {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .grid--flex .widescreen-up--one-half {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .grid--flex .widescreen-up--one-third {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .grid--flex .widescreen-up--two-thirds {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .grid--flex .widescreen-up--one-quarter {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .grid--flex .widescreen-up--two-quarters {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .grid--flex .widescreen-up--three-quarters {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .grid--flex .widescreen-up--one-fifth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .grid--flex .widescreen-up--two-fifths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%; }
  .grid--flex .widescreen-up--three-fifths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%; }
  .grid--flex .widescreen-up--four-fifths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%; }
  .grid--flex .widescreen-up--one-sixth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .grid--flex .widescreen-up--two-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .grid--flex .widescreen-up--three-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .grid--flex .widescreen-up--four-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .grid--flex .widescreen-up--five-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .grid--flex .widescreen-up--one-eighth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%; }
  .grid--flex .widescreen-up--two-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .grid--flex .widescreen-up--three-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%; }
  .grid--flex .widescreen-up--four-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .grid--flex .widescreen-up--five-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%; }
  .grid--flex .widescreen-up--six-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .grid--flex .widescreen-up--seven-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%; }
  .grid--flex .widescreen-up--one-tenth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%; }
  .grid--flex .widescreen-up--two-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .grid--flex .widescreen-up--three-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%; }
  .grid--flex .widescreen-up--four-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%; }
  .grid--flex .widescreen-up--five-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .grid--flex .widescreen-up--six-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%; }
  .grid--flex .widescreen-up--seven-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%; }
  .grid--flex .widescreen-up--eight-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%; }
  .grid--flex .widescreen-up--nine-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%; }
  .grid--flex .widescreen-up--one-twelfth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .grid--flex .widescreen-up--two-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .grid--flex .widescreen-up--three-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .grid--flex .widescreen-up--four-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .grid--flex .widescreen-up--five-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .grid--flex .widescreen-up--six-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .grid--flex .widescreen-up--seven-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .grid--flex .widescreen-up--eight-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .grid--flex .widescreen-up--nine-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .grid--flex .widescreen-up--ten-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .grid--flex .widescreen-up--eleven-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .widescreen-up--flex-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important; }
  .widescreen-up--flex-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important; }
  .widescreen-up--flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important; }
  .widescreen-up--flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important; }
  .widescreen-up--flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .widescreen-up--flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .widescreen-up--flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .widescreen-up--flex-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important; }
  .widescreen-up--flex-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important; }
  .widescreen-up--flex-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important; }
  .widescreen-up--flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .widescreen-up--flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .widescreen-up--justify-content-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important; }
  .widescreen-up--justify-content-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important; }
  .widescreen-up--justify-content-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important; }
  .widescreen-up--justify-content-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important; }
  .widescreen-up--justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .widescreen-up--align-items-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important; }
  .widescreen-up--align-items-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important; }
  .widescreen-up--align-items-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important; }
  .widescreen-up--align-items-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important; }
  .widescreen-up--align-items-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    align-items: stretch !important; }
  .widescreen-up--align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .widescreen-up--align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .widescreen-up--align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .widescreen-up--align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .widescreen-up--align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .widescreen-up--align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .widescreen-up--align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .widescreen-up--align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .widescreen-up--align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .widescreen-up--align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .widescreen-up--align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .widescreen-up--align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; }
  .widescreen-up--order-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1; }
  .widescreen-up--order-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13; }
  .widescreen-up--order-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0; }
  .widescreen-up--order-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1; }
  .widescreen-up--order-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2; }
  .widescreen-up--order-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3; }
  .widescreen-up--order-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4; }
  .widescreen-up--order-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5; }
  .widescreen-up--order-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6; }
  .widescreen-up--order-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7; }
  .widescreen-up--order-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8; }
  .widescreen-up--order-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9; }
  .widescreen-up--order-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10; }
  .widescreen-up--order-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11; }
  .widescreen-up--order-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12; }
  .grid--uniform .widescreen-up--one-half:nth-child(2n+1),
  .grid--uniform .widescreen-up--one-third:nth-child(3n+1),
  .grid--uniform .widescreen-up--one-quarter:nth-child(4n+1),
  .grid--uniform .widescreen-up--one-fifth:nth-child(5n+1),
  .grid--uniform .widescreen-up--one-sixth:nth-child(6n+1),
  .grid--uniform .widescreen-up--two-sixths:nth-child(3n+1),
  .grid--uniform .widescreen-up--three-sixths:nth-child(2n+1),
  .grid--uniform .widescreen-up--one-eighth:nth-child(8n+1),
  .grid--uniform .widescreen-up--two-eighths:nth-child(4n+1),
  .grid--uniform .widescreen-up--four-eighths:nth-child(2n+1),
  .grid--uniform .widescreen-up--five-tenths:nth-child(2n+1),
  .grid--uniform .widescreen-up--one-twelfth:nth-child(12n+1),
  .grid--uniform .widescreen-up--two-twelfths:nth-child(6n+1),
  .grid--uniform .widescreen-up--three-twelfths:nth-child(4n+1),
  .grid--uniform .widescreen-up--four-twelfths:nth-child(3n+1),
  .grid--uniform .widescreen-up--six-twelfths:nth-child(2n+1) {
    clear: both; }
  .widescreen-up--show {
    display: block !important; }
  .widescreen-up--show--inline {
    display: inline !important; }
  .widescreen-up--show--inline-block {
    display: inline-block !important; }
  .widescreen-up--hide {
    display: none !important; }
  .widescreen-up--left {
    float: left; }
  .widescreen-up--right {
    float: right; }
  .widescreen-up--unfloat {
    float: none; }
  .widescreen-up--clear-left {
    clear: left; }
  .widescreen-up--clear-right {
    clear: right; }
  .widescreen-up--clear-both {
    clear: both; }
  .widescreen-up--text-left {
    text-align: left !important; }
  .widescreen-up--text-right {
    text-align: right !important; }
  .widescreen-up--text-center {
    text-align: center !important; } }

@media only screen and (min-width: 1920px) {
  .hd--one-whole {
    width: 100%; }
  .hd--one-half {
    width: 50%; }
  .hd--one-third {
    width: 33.33333%; }
  .hd--two-thirds {
    width: 66.66667%; }
  .hd--one-quarter {
    width: 25%; }
  .hd--two-quarters {
    width: 50%; }
  .hd--three-quarters {
    width: 75%; }
  .hd--one-fifth {
    width: 20%; }
  .hd--two-fifths {
    width: 40%; }
  .hd--three-fifths {
    width: 60%; }
  .hd--four-fifths {
    width: 80%; }
  .hd--one-sixth {
    width: 16.66667%; }
  .hd--two-sixths {
    width: 33.33333%; }
  .hd--three-sixths {
    width: 50%; }
  .hd--four-sixths {
    width: 66.66667%; }
  .hd--five-sixths {
    width: 83.33333%; }
  .hd--one-seventh {
    width: 14.28571%; }
  .hd--two-sevenths {
    width: 28.57143%; }
  .hd--three-sevenths {
    width: 42.85714%; }
  .hd--four-sevenths {
    width: 57.14286%; }
  .hd--five-sevenths {
    width: 71.42857%; }
  .hd--six-sevenths {
    width: 85.71429%; }
  .hd--one-eighth {
    width: 12.5%; }
  .hd--two-eighths {
    width: 25%; }
  .hd--three-eighths {
    width: 37.5%; }
  .hd--four-eighths {
    width: 50%; }
  .hd--five-eighths {
    width: 62.5%; }
  .hd--six-eighths {
    width: 75%; }
  .hd--seven-eighths {
    width: 87.5%; }
  .hd--one-tenth {
    width: 10%; }
  .hd--two-tenths {
    width: 20%; }
  .hd--three-tenths {
    width: 30%; }
  .hd--four-tenths {
    width: 40%; }
  .hd--five-tenths {
    width: 50%; }
  .hd--six-tenths {
    width: 60%; }
  .hd--seven-tenths {
    width: 70%; }
  .hd--eight-tenths {
    width: 80%; }
  .hd--nine-tenths {
    width: 90%; }
  .hd--one-twelfth {
    width: 8.33333%; }
  .hd--two-twelfths {
    width: 16.66667%; }
  .hd--three-twelfths {
    width: 25%; }
  .hd--four-twelfths {
    width: 33.33333%; }
  .hd--five-twelfths {
    width: 41.66667%; }
  .hd--six-twelfths {
    width: 50%; }
  .hd--seven-twelfths {
    width: 58.33333%; }
  .hd--eight-twelfths {
    width: 66.66667%; }
  .hd--nine-twelfths {
    width: 75%; }
  .hd--ten-twelfths {
    width: 83.33333%; }
  .hd--eleven-twelfths {
    width: 91.66667%; }
  .grid--flex .hd--auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .grid--flex .hd--expand {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    max-width: 100%;
    width: auto; }
  .grid--flex .hd--one-whole {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .grid--flex .hd--one-half {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .grid--flex .hd--one-third {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .grid--flex .hd--two-thirds {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .grid--flex .hd--one-quarter {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .grid--flex .hd--two-quarters {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .grid--flex .hd--three-quarters {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .grid--flex .hd--one-fifth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .grid--flex .hd--two-fifths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%; }
  .grid--flex .hd--three-fifths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%; }
  .grid--flex .hd--four-fifths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%; }
  .grid--flex .hd--one-sixth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .grid--flex .hd--two-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .grid--flex .hd--three-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .grid--flex .hd--four-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .grid--flex .hd--five-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .grid--flex .hd--one-eighth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%; }
  .grid--flex .hd--two-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .grid--flex .hd--three-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%; }
  .grid--flex .hd--four-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .grid--flex .hd--five-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%; }
  .grid--flex .hd--six-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .grid--flex .hd--seven-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%; }
  .grid--flex .hd--one-tenth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%; }
  .grid--flex .hd--two-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .grid--flex .hd--three-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%; }
  .grid--flex .hd--four-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%; }
  .grid--flex .hd--five-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .grid--flex .hd--six-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%; }
  .grid--flex .hd--seven-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%; }
  .grid--flex .hd--eight-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%; }
  .grid--flex .hd--nine-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%; }
  .grid--flex .hd--one-twelfth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .grid--flex .hd--two-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .grid--flex .hd--three-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .grid--flex .hd--four-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .grid--flex .hd--five-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .grid--flex .hd--six-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .grid--flex .hd--seven-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .grid--flex .hd--eight-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .grid--flex .hd--nine-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .grid--flex .hd--ten-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .grid--flex .hd--eleven-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .hd--flex-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important; }
  .hd--flex-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important; }
  .hd--flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important; }
  .hd--flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important; }
  .hd--flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .hd--flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .hd--flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .hd--flex-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important; }
  .hd--flex-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important; }
  .hd--flex-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important; }
  .hd--flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .hd--flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .hd--justify-content-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important; }
  .hd--justify-content-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important; }
  .hd--justify-content-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important; }
  .hd--justify-content-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important; }
  .hd--justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .hd--align-items-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important; }
  .hd--align-items-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important; }
  .hd--align-items-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important; }
  .hd--align-items-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important; }
  .hd--align-items-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    align-items: stretch !important; }
  .hd--align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .hd--align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .hd--align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .hd--align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .hd--align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .hd--align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .hd--align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .hd--align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .hd--align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .hd--align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .hd--align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .hd--align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; }
  .hd--order-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1; }
  .hd--order-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13; }
  .hd--order-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0; }
  .hd--order-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1; }
  .hd--order-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2; }
  .hd--order-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3; }
  .hd--order-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4; }
  .hd--order-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5; }
  .hd--order-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6; }
  .hd--order-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7; }
  .hd--order-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8; }
  .hd--order-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9; }
  .hd--order-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10; }
  .hd--order-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11; }
  .hd--order-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12; }
  .grid--uniform .hd--one-half:nth-child(2n+1),
  .grid--uniform .hd--one-third:nth-child(3n+1),
  .grid--uniform .hd--one-quarter:nth-child(4n+1),
  .grid--uniform .hd--one-fifth:nth-child(5n+1),
  .grid--uniform .hd--one-sixth:nth-child(6n+1),
  .grid--uniform .hd--two-sixths:nth-child(3n+1),
  .grid--uniform .hd--three-sixths:nth-child(2n+1),
  .grid--uniform .hd--one-eighth:nth-child(8n+1),
  .grid--uniform .hd--two-eighths:nth-child(4n+1),
  .grid--uniform .hd--four-eighths:nth-child(2n+1),
  .grid--uniform .hd--five-tenths:nth-child(2n+1),
  .grid--uniform .hd--one-twelfth:nth-child(12n+1),
  .grid--uniform .hd--two-twelfths:nth-child(6n+1),
  .grid--uniform .hd--three-twelfths:nth-child(4n+1),
  .grid--uniform .hd--four-twelfths:nth-child(3n+1),
  .grid--uniform .hd--six-twelfths:nth-child(2n+1) {
    clear: both; }
  .hd--show {
    display: block !important; }
  .hd--show--inline {
    display: inline !important; }
  .hd--show--inline-block {
    display: inline-block !important; }
  .hd--hide {
    display: none !important; }
  .hd--left {
    float: left; }
  .hd--right {
    float: right; }
  .hd--unfloat {
    float: none; }
  .hd--clear-left {
    clear: left; }
  .hd--clear-right {
    clear: right; }
  .hd--clear-both {
    clear: both; }
  .hd--text-left {
    text-align: left !important; }
  .hd--text-right {
    text-align: right !important; }
  .hd--text-center {
    text-align: center !important; } }

/*================ Build Grid Push Classes ================*/
@media only screen and (max-width: 479px) {
  .xsmall--push-one-half {
    left: 50%; }
  .xsmall--push-one-third {
    left: 33.33333%; }
  .xsmall--push-two-thirds {
    left: 66.66667%; }
  .xsmall--push-one-quarter {
    left: 25%; }
  .xsmall--push-two-quarters {
    left: 50%; }
  .xsmall--push-three-quarters {
    left: 75%; }
  .xsmall--push-one-fifth {
    left: 20%; }
  .xsmall--push-two-fifths {
    left: 40%; }
  .xsmall--push-three-fifths {
    left: 60%; }
  .xsmall--push-four-fifths {
    left: 80%; }
  .xsmall--push-one-sixth {
    left: 16.66667%; }
  .xsmall--push-two-sixths {
    left: 33.33333%; }
  .xsmall--push-three-sixths {
    left: 50%; }
  .xsmall--push-four-sixths {
    left: 66.66667%; }
  .xsmall--push-five-sixths {
    left: 83.33333%; }
  .xsmall--push-one-eighth {
    left: 12.5%; }
  .xsmall--push-two-eighths {
    left: 25%; }
  .xsmall--push-three-eighths {
    left: 37.5%; }
  .xsmall--push-four-eighths {
    left: 50%; }
  .xsmall--push-five-eighths {
    left: 62.5%; }
  .xsmall--push-six-eighths {
    left: 75%; }
  .xsmall--push-seven-eighths {
    left: 87.5%; }
  .xsmall--push-one-tenth {
    left: 10%; }
  .xsmall--push-two-tenths {
    left: 20%; }
  .xsmall--push-three-tenths {
    left: 30%; }
  .xsmall--push-four-tenths {
    left: 40%; }
  .xsmall--push-five-tenths {
    left: 50%; }
  .xsmall--push-six-tenths {
    left: 60%; }
  .xsmall--push-seven-tenths {
    left: 70%; }
  .xsmall--push-eight-tenths {
    left: 80%; }
  .xsmall--push-nine-tenths {
    left: 90%; }
  .xsmall--push-one-twelfth {
    left: 8.33333%; }
  .xsmall--push-two-twelfths {
    left: 16.66667%; }
  .xsmall--push-three-twelfths {
    left: 25%; }
  .xsmall--push-four-twelfths {
    left: 33.33333%; }
  .xsmall--push-five-twelfths {
    left: 41.66667%; }
  .xsmall--push-six-twelfths {
    left: 50%; }
  .xsmall--push-seven-twelfths {
    left: 58.33333%; }
  .xsmall--push-eight-twelfths {
    left: 66.66667%; }
  .xsmall--push-nine-twelfths {
    left: 75%; }
  .xsmall--push-ten-twelfths {
    left: 83.33333%; }
  .xsmall--push-eleven-twelfths {
    left: 91.66667%; }
  .grid--flex .xsmall--push-one-half {
    margin-left: 50%;
    left: auto; }
  .grid--flex .xsmall--push-one-third {
    margin-left: 33.33333%;
    left: auto; }
  .grid--flex .xsmall--push-two-thirds {
    margin-left: 66.66667%;
    left: auto; }
  .grid--flex .xsmall--push-one-quarter {
    margin-left: 25%;
    left: auto; }
  .grid--flex .xsmall--push-two-quarters {
    margin-left: 50%;
    left: auto; }
  .grid--flex .xsmall--push-three-quarters {
    margin-left: 75%;
    left: auto; }
  .grid--flex .xsmall--push-one-fifth {
    margin-left: 20%;
    left: auto; }
  .grid--flex .xsmall--push-two-fifths {
    margin-left: 40%;
    left: auto; }
  .grid--flex .xsmall--push-three-fifths {
    margin-left: 60%;
    left: auto; }
  .grid--flex .xsmall--push-four-fifths {
    margin-left: 80%;
    left: auto; }
  .grid--flex .xsmall--push-one-sixth {
    margin-left: 16.66667%;
    left: auto; }
  .grid--flex .xsmall--push-two-sixths {
    margin-left: 33.33333%;
    left: auto; }
  .grid--flex .xsmall--push-three-sixths {
    margin-left: 50%;
    left: auto; }
  .grid--flex .xsmall--push-four-sixths {
    margin-left: 66.66667%;
    left: auto; }
  .grid--flex .xsmall--push-five-sixths {
    margin-left: 83.33333%;
    left: auto; }
  .grid--flex .xsmall--push-one-eighth {
    margin-left: 12.5%;
    left: auto; }
  .grid--flex .xsmall--push-two-eighths {
    margin-left: 25%;
    left: auto; }
  .grid--flex .xsmall--push-three-eighths {
    margin-left: 37.5%;
    left: auto; }
  .grid--flex .xsmall--push-four-eighths {
    margin-left: 50%;
    left: auto; }
  .grid--flex .xsmall--push-five-eighths {
    margin-left: 62.5%;
    left: auto; }
  .grid--flex .xsmall--push-six-eighths {
    margin-left: 75%;
    left: auto; }
  .grid--flex .xsmall--push-seven-eighths {
    margin-left: 87.5%;
    left: auto; }
  .grid--flex .xsmall--push-one-tenth {
    margin-left: 10%;
    left: auto; }
  .grid--flex .xsmall--push-two-tenths {
    margin-left: 20%;
    left: auto; }
  .grid--flex .xsmall--push-three-tenths {
    margin-left: 30%;
    left: auto; }
  .grid--flex .xsmall--push-four-tenths {
    margin-left: 40%;
    left: auto; }
  .grid--flex .xsmall--push-five-tenths {
    margin-left: 50%;
    left: auto; }
  .grid--flex .xsmall--push-six-tenths {
    margin-left: 60%;
    left: auto; }
  .grid--flex .xsmall--push-seven-tenths {
    margin-left: 70%;
    left: auto; }
  .grid--flex .xsmall--push-eight-tenths {
    margin-left: 80%;
    left: auto; }
  .grid--flex .xsmall--push-nine-tenths {
    margin-left: 90%;
    left: auto; }
  .grid--flex .xsmall--push-one-twelfth {
    margin-left: 8.33333%;
    left: auto; }
  .grid--flex .xsmall--push-two-twelfths {
    margin-left: 16.66667%;
    left: auto; }
  .grid--flex .xsmall--push-three-twelfths {
    margin-left: 25%;
    left: auto; }
  .grid--flex .xsmall--push-four-twelfths {
    margin-left: 33.33333%;
    left: auto; }
  .grid--flex .xsmall--push-five-twelfths {
    margin-left: 41.66667%;
    left: auto; }
  .grid--flex .xsmall--push-six-twelfths {
    margin-left: 50%;
    left: auto; }
  .grid--flex .xsmall--push-seven-twelfths {
    margin-left: 58.33333%;
    left: auto; }
  .grid--flex .xsmall--push-eight-twelfths {
    margin-left: 66.66667%;
    left: auto; }
  .grid--flex .xsmall--push-nine-twelfths {
    margin-left: 75%;
    left: auto; }
  .grid--flex .xsmall--push-ten-twelfths {
    margin-left: 83.33333%;
    left: auto; }
  .grid--flex .xsmall--push-eleven-twelfths {
    margin-left: 91.66667%;
    left: auto; } }

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .small--push-one-half {
    left: 50%; }
  .small--push-one-third {
    left: 33.33333%; }
  .small--push-two-thirds {
    left: 66.66667%; }
  .small--push-one-quarter {
    left: 25%; }
  .small--push-two-quarters {
    left: 50%; }
  .small--push-three-quarters {
    left: 75%; }
  .small--push-one-fifth {
    left: 20%; }
  .small--push-two-fifths {
    left: 40%; }
  .small--push-three-fifths {
    left: 60%; }
  .small--push-four-fifths {
    left: 80%; }
  .small--push-one-sixth {
    left: 16.66667%; }
  .small--push-two-sixths {
    left: 33.33333%; }
  .small--push-three-sixths {
    left: 50%; }
  .small--push-four-sixths {
    left: 66.66667%; }
  .small--push-five-sixths {
    left: 83.33333%; }
  .small--push-one-eighth {
    left: 12.5%; }
  .small--push-two-eighths {
    left: 25%; }
  .small--push-three-eighths {
    left: 37.5%; }
  .small--push-four-eighths {
    left: 50%; }
  .small--push-five-eighths {
    left: 62.5%; }
  .small--push-six-eighths {
    left: 75%; }
  .small--push-seven-eighths {
    left: 87.5%; }
  .small--push-one-tenth {
    left: 10%; }
  .small--push-two-tenths {
    left: 20%; }
  .small--push-three-tenths {
    left: 30%; }
  .small--push-four-tenths {
    left: 40%; }
  .small--push-five-tenths {
    left: 50%; }
  .small--push-six-tenths {
    left: 60%; }
  .small--push-seven-tenths {
    left: 70%; }
  .small--push-eight-tenths {
    left: 80%; }
  .small--push-nine-tenths {
    left: 90%; }
  .small--push-one-twelfth {
    left: 8.33333%; }
  .small--push-two-twelfths {
    left: 16.66667%; }
  .small--push-three-twelfths {
    left: 25%; }
  .small--push-four-twelfths {
    left: 33.33333%; }
  .small--push-five-twelfths {
    left: 41.66667%; }
  .small--push-six-twelfths {
    left: 50%; }
  .small--push-seven-twelfths {
    left: 58.33333%; }
  .small--push-eight-twelfths {
    left: 66.66667%; }
  .small--push-nine-twelfths {
    left: 75%; }
  .small--push-ten-twelfths {
    left: 83.33333%; }
  .small--push-eleven-twelfths {
    left: 91.66667%; }
  .grid--flex .small--push-one-half {
    margin-left: 50%;
    left: auto; }
  .grid--flex .small--push-one-third {
    margin-left: 33.33333%;
    left: auto; }
  .grid--flex .small--push-two-thirds {
    margin-left: 66.66667%;
    left: auto; }
  .grid--flex .small--push-one-quarter {
    margin-left: 25%;
    left: auto; }
  .grid--flex .small--push-two-quarters {
    margin-left: 50%;
    left: auto; }
  .grid--flex .small--push-three-quarters {
    margin-left: 75%;
    left: auto; }
  .grid--flex .small--push-one-fifth {
    margin-left: 20%;
    left: auto; }
  .grid--flex .small--push-two-fifths {
    margin-left: 40%;
    left: auto; }
  .grid--flex .small--push-three-fifths {
    margin-left: 60%;
    left: auto; }
  .grid--flex .small--push-four-fifths {
    margin-left: 80%;
    left: auto; }
  .grid--flex .small--push-one-sixth {
    margin-left: 16.66667%;
    left: auto; }
  .grid--flex .small--push-two-sixths {
    margin-left: 33.33333%;
    left: auto; }
  .grid--flex .small--push-three-sixths {
    margin-left: 50%;
    left: auto; }
  .grid--flex .small--push-four-sixths {
    margin-left: 66.66667%;
    left: auto; }
  .grid--flex .small--push-five-sixths {
    margin-left: 83.33333%;
    left: auto; }
  .grid--flex .small--push-one-eighth {
    margin-left: 12.5%;
    left: auto; }
  .grid--flex .small--push-two-eighths {
    margin-left: 25%;
    left: auto; }
  .grid--flex .small--push-three-eighths {
    margin-left: 37.5%;
    left: auto; }
  .grid--flex .small--push-four-eighths {
    margin-left: 50%;
    left: auto; }
  .grid--flex .small--push-five-eighths {
    margin-left: 62.5%;
    left: auto; }
  .grid--flex .small--push-six-eighths {
    margin-left: 75%;
    left: auto; }
  .grid--flex .small--push-seven-eighths {
    margin-left: 87.5%;
    left: auto; }
  .grid--flex .small--push-one-tenth {
    margin-left: 10%;
    left: auto; }
  .grid--flex .small--push-two-tenths {
    margin-left: 20%;
    left: auto; }
  .grid--flex .small--push-three-tenths {
    margin-left: 30%;
    left: auto; }
  .grid--flex .small--push-four-tenths {
    margin-left: 40%;
    left: auto; }
  .grid--flex .small--push-five-tenths {
    margin-left: 50%;
    left: auto; }
  .grid--flex .small--push-six-tenths {
    margin-left: 60%;
    left: auto; }
  .grid--flex .small--push-seven-tenths {
    margin-left: 70%;
    left: auto; }
  .grid--flex .small--push-eight-tenths {
    margin-left: 80%;
    left: auto; }
  .grid--flex .small--push-nine-tenths {
    margin-left: 90%;
    left: auto; }
  .grid--flex .small--push-one-twelfth {
    margin-left: 8.33333%;
    left: auto; }
  .grid--flex .small--push-two-twelfths {
    margin-left: 16.66667%;
    left: auto; }
  .grid--flex .small--push-three-twelfths {
    margin-left: 25%;
    left: auto; }
  .grid--flex .small--push-four-twelfths {
    margin-left: 33.33333%;
    left: auto; }
  .grid--flex .small--push-five-twelfths {
    margin-left: 41.66667%;
    left: auto; }
  .grid--flex .small--push-six-twelfths {
    margin-left: 50%;
    left: auto; }
  .grid--flex .small--push-seven-twelfths {
    margin-left: 58.33333%;
    left: auto; }
  .grid--flex .small--push-eight-twelfths {
    margin-left: 66.66667%;
    left: auto; }
  .grid--flex .small--push-nine-twelfths {
    margin-left: 75%;
    left: auto; }
  .grid--flex .small--push-ten-twelfths {
    margin-left: 83.33333%;
    left: auto; }
  .grid--flex .small--push-eleven-twelfths {
    margin-left: 91.66667%;
    left: auto; } }

@media only screen and (max-width: 767px) {
  .small-down--push-one-half {
    left: 50%; }
  .small-down--push-one-third {
    left: 33.33333%; }
  .small-down--push-two-thirds {
    left: 66.66667%; }
  .small-down--push-one-quarter {
    left: 25%; }
  .small-down--push-two-quarters {
    left: 50%; }
  .small-down--push-three-quarters {
    left: 75%; }
  .small-down--push-one-fifth {
    left: 20%; }
  .small-down--push-two-fifths {
    left: 40%; }
  .small-down--push-three-fifths {
    left: 60%; }
  .small-down--push-four-fifths {
    left: 80%; }
  .small-down--push-one-sixth {
    left: 16.66667%; }
  .small-down--push-two-sixths {
    left: 33.33333%; }
  .small-down--push-three-sixths {
    left: 50%; }
  .small-down--push-four-sixths {
    left: 66.66667%; }
  .small-down--push-five-sixths {
    left: 83.33333%; }
  .small-down--push-one-eighth {
    left: 12.5%; }
  .small-down--push-two-eighths {
    left: 25%; }
  .small-down--push-three-eighths {
    left: 37.5%; }
  .small-down--push-four-eighths {
    left: 50%; }
  .small-down--push-five-eighths {
    left: 62.5%; }
  .small-down--push-six-eighths {
    left: 75%; }
  .small-down--push-seven-eighths {
    left: 87.5%; }
  .small-down--push-one-tenth {
    left: 10%; }
  .small-down--push-two-tenths {
    left: 20%; }
  .small-down--push-three-tenths {
    left: 30%; }
  .small-down--push-four-tenths {
    left: 40%; }
  .small-down--push-five-tenths {
    left: 50%; }
  .small-down--push-six-tenths {
    left: 60%; }
  .small-down--push-seven-tenths {
    left: 70%; }
  .small-down--push-eight-tenths {
    left: 80%; }
  .small-down--push-nine-tenths {
    left: 90%; }
  .small-down--push-one-twelfth {
    left: 8.33333%; }
  .small-down--push-two-twelfths {
    left: 16.66667%; }
  .small-down--push-three-twelfths {
    left: 25%; }
  .small-down--push-four-twelfths {
    left: 33.33333%; }
  .small-down--push-five-twelfths {
    left: 41.66667%; }
  .small-down--push-six-twelfths {
    left: 50%; }
  .small-down--push-seven-twelfths {
    left: 58.33333%; }
  .small-down--push-eight-twelfths {
    left: 66.66667%; }
  .small-down--push-nine-twelfths {
    left: 75%; }
  .small-down--push-ten-twelfths {
    left: 83.33333%; }
  .small-down--push-eleven-twelfths {
    left: 91.66667%; }
  .grid--flex .small-down--push-one-half {
    margin-left: 50%;
    left: auto; }
  .grid--flex .small-down--push-one-third {
    margin-left: 33.33333%;
    left: auto; }
  .grid--flex .small-down--push-two-thirds {
    margin-left: 66.66667%;
    left: auto; }
  .grid--flex .small-down--push-one-quarter {
    margin-left: 25%;
    left: auto; }
  .grid--flex .small-down--push-two-quarters {
    margin-left: 50%;
    left: auto; }
  .grid--flex .small-down--push-three-quarters {
    margin-left: 75%;
    left: auto; }
  .grid--flex .small-down--push-one-fifth {
    margin-left: 20%;
    left: auto; }
  .grid--flex .small-down--push-two-fifths {
    margin-left: 40%;
    left: auto; }
  .grid--flex .small-down--push-three-fifths {
    margin-left: 60%;
    left: auto; }
  .grid--flex .small-down--push-four-fifths {
    margin-left: 80%;
    left: auto; }
  .grid--flex .small-down--push-one-sixth {
    margin-left: 16.66667%;
    left: auto; }
  .grid--flex .small-down--push-two-sixths {
    margin-left: 33.33333%;
    left: auto; }
  .grid--flex .small-down--push-three-sixths {
    margin-left: 50%;
    left: auto; }
  .grid--flex .small-down--push-four-sixths {
    margin-left: 66.66667%;
    left: auto; }
  .grid--flex .small-down--push-five-sixths {
    margin-left: 83.33333%;
    left: auto; }
  .grid--flex .small-down--push-one-eighth {
    margin-left: 12.5%;
    left: auto; }
  .grid--flex .small-down--push-two-eighths {
    margin-left: 25%;
    left: auto; }
  .grid--flex .small-down--push-three-eighths {
    margin-left: 37.5%;
    left: auto; }
  .grid--flex .small-down--push-four-eighths {
    margin-left: 50%;
    left: auto; }
  .grid--flex .small-down--push-five-eighths {
    margin-left: 62.5%;
    left: auto; }
  .grid--flex .small-down--push-six-eighths {
    margin-left: 75%;
    left: auto; }
  .grid--flex .small-down--push-seven-eighths {
    margin-left: 87.5%;
    left: auto; }
  .grid--flex .small-down--push-one-tenth {
    margin-left: 10%;
    left: auto; }
  .grid--flex .small-down--push-two-tenths {
    margin-left: 20%;
    left: auto; }
  .grid--flex .small-down--push-three-tenths {
    margin-left: 30%;
    left: auto; }
  .grid--flex .small-down--push-four-tenths {
    margin-left: 40%;
    left: auto; }
  .grid--flex .small-down--push-five-tenths {
    margin-left: 50%;
    left: auto; }
  .grid--flex .small-down--push-six-tenths {
    margin-left: 60%;
    left: auto; }
  .grid--flex .small-down--push-seven-tenths {
    margin-left: 70%;
    left: auto; }
  .grid--flex .small-down--push-eight-tenths {
    margin-left: 80%;
    left: auto; }
  .grid--flex .small-down--push-nine-tenths {
    margin-left: 90%;
    left: auto; }
  .grid--flex .small-down--push-one-twelfth {
    margin-left: 8.33333%;
    left: auto; }
  .grid--flex .small-down--push-two-twelfths {
    margin-left: 16.66667%;
    left: auto; }
  .grid--flex .small-down--push-three-twelfths {
    margin-left: 25%;
    left: auto; }
  .grid--flex .small-down--push-four-twelfths {
    margin-left: 33.33333%;
    left: auto; }
  .grid--flex .small-down--push-five-twelfths {
    margin-left: 41.66667%;
    left: auto; }
  .grid--flex .small-down--push-six-twelfths {
    margin-left: 50%;
    left: auto; }
  .grid--flex .small-down--push-seven-twelfths {
    margin-left: 58.33333%;
    left: auto; }
  .grid--flex .small-down--push-eight-twelfths {
    margin-left: 66.66667%;
    left: auto; }
  .grid--flex .small-down--push-nine-twelfths {
    margin-left: 75%;
    left: auto; }
  .grid--flex .small-down--push-ten-twelfths {
    margin-left: 83.33333%;
    left: auto; }
  .grid--flex .small-down--push-eleven-twelfths {
    margin-left: 91.66667%;
    left: auto; } }

@media only screen and (min-width: 480px) {
  .small-up--push-one-half {
    left: 50%; }
  .small-up--push-one-third {
    left: 33.33333%; }
  .small-up--push-two-thirds {
    left: 66.66667%; }
  .small-up--push-one-quarter {
    left: 25%; }
  .small-up--push-two-quarters {
    left: 50%; }
  .small-up--push-three-quarters {
    left: 75%; }
  .small-up--push-one-fifth {
    left: 20%; }
  .small-up--push-two-fifths {
    left: 40%; }
  .small-up--push-three-fifths {
    left: 60%; }
  .small-up--push-four-fifths {
    left: 80%; }
  .small-up--push-one-sixth {
    left: 16.66667%; }
  .small-up--push-two-sixths {
    left: 33.33333%; }
  .small-up--push-three-sixths {
    left: 50%; }
  .small-up--push-four-sixths {
    left: 66.66667%; }
  .small-up--push-five-sixths {
    left: 83.33333%; }
  .small-up--push-one-eighth {
    left: 12.5%; }
  .small-up--push-two-eighths {
    left: 25%; }
  .small-up--push-three-eighths {
    left: 37.5%; }
  .small-up--push-four-eighths {
    left: 50%; }
  .small-up--push-five-eighths {
    left: 62.5%; }
  .small-up--push-six-eighths {
    left: 75%; }
  .small-up--push-seven-eighths {
    left: 87.5%; }
  .small-up--push-one-tenth {
    left: 10%; }
  .small-up--push-two-tenths {
    left: 20%; }
  .small-up--push-three-tenths {
    left: 30%; }
  .small-up--push-four-tenths {
    left: 40%; }
  .small-up--push-five-tenths {
    left: 50%; }
  .small-up--push-six-tenths {
    left: 60%; }
  .small-up--push-seven-tenths {
    left: 70%; }
  .small-up--push-eight-tenths {
    left: 80%; }
  .small-up--push-nine-tenths {
    left: 90%; }
  .small-up--push-one-twelfth {
    left: 8.33333%; }
  .small-up--push-two-twelfths {
    left: 16.66667%; }
  .small-up--push-three-twelfths {
    left: 25%; }
  .small-up--push-four-twelfths {
    left: 33.33333%; }
  .small-up--push-five-twelfths {
    left: 41.66667%; }
  .small-up--push-six-twelfths {
    left: 50%; }
  .small-up--push-seven-twelfths {
    left: 58.33333%; }
  .small-up--push-eight-twelfths {
    left: 66.66667%; }
  .small-up--push-nine-twelfths {
    left: 75%; }
  .small-up--push-ten-twelfths {
    left: 83.33333%; }
  .small-up--push-eleven-twelfths {
    left: 91.66667%; }
  .grid--flex .small-up--push-one-half {
    margin-left: 50%;
    left: auto; }
  .grid--flex .small-up--push-one-third {
    margin-left: 33.33333%;
    left: auto; }
  .grid--flex .small-up--push-two-thirds {
    margin-left: 66.66667%;
    left: auto; }
  .grid--flex .small-up--push-one-quarter {
    margin-left: 25%;
    left: auto; }
  .grid--flex .small-up--push-two-quarters {
    margin-left: 50%;
    left: auto; }
  .grid--flex .small-up--push-three-quarters {
    margin-left: 75%;
    left: auto; }
  .grid--flex .small-up--push-one-fifth {
    margin-left: 20%;
    left: auto; }
  .grid--flex .small-up--push-two-fifths {
    margin-left: 40%;
    left: auto; }
  .grid--flex .small-up--push-three-fifths {
    margin-left: 60%;
    left: auto; }
  .grid--flex .small-up--push-four-fifths {
    margin-left: 80%;
    left: auto; }
  .grid--flex .small-up--push-one-sixth {
    margin-left: 16.66667%;
    left: auto; }
  .grid--flex .small-up--push-two-sixths {
    margin-left: 33.33333%;
    left: auto; }
  .grid--flex .small-up--push-three-sixths {
    margin-left: 50%;
    left: auto; }
  .grid--flex .small-up--push-four-sixths {
    margin-left: 66.66667%;
    left: auto; }
  .grid--flex .small-up--push-five-sixths {
    margin-left: 83.33333%;
    left: auto; }
  .grid--flex .small-up--push-one-eighth {
    margin-left: 12.5%;
    left: auto; }
  .grid--flex .small-up--push-two-eighths {
    margin-left: 25%;
    left: auto; }
  .grid--flex .small-up--push-three-eighths {
    margin-left: 37.5%;
    left: auto; }
  .grid--flex .small-up--push-four-eighths {
    margin-left: 50%;
    left: auto; }
  .grid--flex .small-up--push-five-eighths {
    margin-left: 62.5%;
    left: auto; }
  .grid--flex .small-up--push-six-eighths {
    margin-left: 75%;
    left: auto; }
  .grid--flex .small-up--push-seven-eighths {
    margin-left: 87.5%;
    left: auto; }
  .grid--flex .small-up--push-one-tenth {
    margin-left: 10%;
    left: auto; }
  .grid--flex .small-up--push-two-tenths {
    margin-left: 20%;
    left: auto; }
  .grid--flex .small-up--push-three-tenths {
    margin-left: 30%;
    left: auto; }
  .grid--flex .small-up--push-four-tenths {
    margin-left: 40%;
    left: auto; }
  .grid--flex .small-up--push-five-tenths {
    margin-left: 50%;
    left: auto; }
  .grid--flex .small-up--push-six-tenths {
    margin-left: 60%;
    left: auto; }
  .grid--flex .small-up--push-seven-tenths {
    margin-left: 70%;
    left: auto; }
  .grid--flex .small-up--push-eight-tenths {
    margin-left: 80%;
    left: auto; }
  .grid--flex .small-up--push-nine-tenths {
    margin-left: 90%;
    left: auto; }
  .grid--flex .small-up--push-one-twelfth {
    margin-left: 8.33333%;
    left: auto; }
  .grid--flex .small-up--push-two-twelfths {
    margin-left: 16.66667%;
    left: auto; }
  .grid--flex .small-up--push-three-twelfths {
    margin-left: 25%;
    left: auto; }
  .grid--flex .small-up--push-four-twelfths {
    margin-left: 33.33333%;
    left: auto; }
  .grid--flex .small-up--push-five-twelfths {
    margin-left: 41.66667%;
    left: auto; }
  .grid--flex .small-up--push-six-twelfths {
    margin-left: 50%;
    left: auto; }
  .grid--flex .small-up--push-seven-twelfths {
    margin-left: 58.33333%;
    left: auto; }
  .grid--flex .small-up--push-eight-twelfths {
    margin-left: 66.66667%;
    left: auto; }
  .grid--flex .small-up--push-nine-twelfths {
    margin-left: 75%;
    left: auto; }
  .grid--flex .small-up--push-ten-twelfths {
    margin-left: 83.33333%;
    left: auto; }
  .grid--flex .small-up--push-eleven-twelfths {
    margin-left: 91.66667%;
    left: auto; } }

@media only screen and (min-width: 768px) and (max-width: 990px) {
  .medium--push-one-half {
    left: 50%; }
  .medium--push-one-third {
    left: 33.33333%; }
  .medium--push-two-thirds {
    left: 66.66667%; }
  .medium--push-one-quarter {
    left: 25%; }
  .medium--push-two-quarters {
    left: 50%; }
  .medium--push-three-quarters {
    left: 75%; }
  .medium--push-one-fifth {
    left: 20%; }
  .medium--push-two-fifths {
    left: 40%; }
  .medium--push-three-fifths {
    left: 60%; }
  .medium--push-four-fifths {
    left: 80%; }
  .medium--push-one-sixth {
    left: 16.66667%; }
  .medium--push-two-sixths {
    left: 33.33333%; }
  .medium--push-three-sixths {
    left: 50%; }
  .medium--push-four-sixths {
    left: 66.66667%; }
  .medium--push-five-sixths {
    left: 83.33333%; }
  .medium--push-one-eighth {
    left: 12.5%; }
  .medium--push-two-eighths {
    left: 25%; }
  .medium--push-three-eighths {
    left: 37.5%; }
  .medium--push-four-eighths {
    left: 50%; }
  .medium--push-five-eighths {
    left: 62.5%; }
  .medium--push-six-eighths {
    left: 75%; }
  .medium--push-seven-eighths {
    left: 87.5%; }
  .medium--push-one-tenth {
    left: 10%; }
  .medium--push-two-tenths {
    left: 20%; }
  .medium--push-three-tenths {
    left: 30%; }
  .medium--push-four-tenths {
    left: 40%; }
  .medium--push-five-tenths {
    left: 50%; }
  .medium--push-six-tenths {
    left: 60%; }
  .medium--push-seven-tenths {
    left: 70%; }
  .medium--push-eight-tenths {
    left: 80%; }
  .medium--push-nine-tenths {
    left: 90%; }
  .medium--push-one-twelfth {
    left: 8.33333%; }
  .medium--push-two-twelfths {
    left: 16.66667%; }
  .medium--push-three-twelfths {
    left: 25%; }
  .medium--push-four-twelfths {
    left: 33.33333%; }
  .medium--push-five-twelfths {
    left: 41.66667%; }
  .medium--push-six-twelfths {
    left: 50%; }
  .medium--push-seven-twelfths {
    left: 58.33333%; }
  .medium--push-eight-twelfths {
    left: 66.66667%; }
  .medium--push-nine-twelfths {
    left: 75%; }
  .medium--push-ten-twelfths {
    left: 83.33333%; }
  .medium--push-eleven-twelfths {
    left: 91.66667%; }
  .grid--flex .medium--push-one-half {
    margin-left: 50%;
    left: auto; }
  .grid--flex .medium--push-one-third {
    margin-left: 33.33333%;
    left: auto; }
  .grid--flex .medium--push-two-thirds {
    margin-left: 66.66667%;
    left: auto; }
  .grid--flex .medium--push-one-quarter {
    margin-left: 25%;
    left: auto; }
  .grid--flex .medium--push-two-quarters {
    margin-left: 50%;
    left: auto; }
  .grid--flex .medium--push-three-quarters {
    margin-left: 75%;
    left: auto; }
  .grid--flex .medium--push-one-fifth {
    margin-left: 20%;
    left: auto; }
  .grid--flex .medium--push-two-fifths {
    margin-left: 40%;
    left: auto; }
  .grid--flex .medium--push-three-fifths {
    margin-left: 60%;
    left: auto; }
  .grid--flex .medium--push-four-fifths {
    margin-left: 80%;
    left: auto; }
  .grid--flex .medium--push-one-sixth {
    margin-left: 16.66667%;
    left: auto; }
  .grid--flex .medium--push-two-sixths {
    margin-left: 33.33333%;
    left: auto; }
  .grid--flex .medium--push-three-sixths {
    margin-left: 50%;
    left: auto; }
  .grid--flex .medium--push-four-sixths {
    margin-left: 66.66667%;
    left: auto; }
  .grid--flex .medium--push-five-sixths {
    margin-left: 83.33333%;
    left: auto; }
  .grid--flex .medium--push-one-eighth {
    margin-left: 12.5%;
    left: auto; }
  .grid--flex .medium--push-two-eighths {
    margin-left: 25%;
    left: auto; }
  .grid--flex .medium--push-three-eighths {
    margin-left: 37.5%;
    left: auto; }
  .grid--flex .medium--push-four-eighths {
    margin-left: 50%;
    left: auto; }
  .grid--flex .medium--push-five-eighths {
    margin-left: 62.5%;
    left: auto; }
  .grid--flex .medium--push-six-eighths {
    margin-left: 75%;
    left: auto; }
  .grid--flex .medium--push-seven-eighths {
    margin-left: 87.5%;
    left: auto; }
  .grid--flex .medium--push-one-tenth {
    margin-left: 10%;
    left: auto; }
  .grid--flex .medium--push-two-tenths {
    margin-left: 20%;
    left: auto; }
  .grid--flex .medium--push-three-tenths {
    margin-left: 30%;
    left: auto; }
  .grid--flex .medium--push-four-tenths {
    margin-left: 40%;
    left: auto; }
  .grid--flex .medium--push-five-tenths {
    margin-left: 50%;
    left: auto; }
  .grid--flex .medium--push-six-tenths {
    margin-left: 60%;
    left: auto; }
  .grid--flex .medium--push-seven-tenths {
    margin-left: 70%;
    left: auto; }
  .grid--flex .medium--push-eight-tenths {
    margin-left: 80%;
    left: auto; }
  .grid--flex .medium--push-nine-tenths {
    margin-left: 90%;
    left: auto; }
  .grid--flex .medium--push-one-twelfth {
    margin-left: 8.33333%;
    left: auto; }
  .grid--flex .medium--push-two-twelfths {
    margin-left: 16.66667%;
    left: auto; }
  .grid--flex .medium--push-three-twelfths {
    margin-left: 25%;
    left: auto; }
  .grid--flex .medium--push-four-twelfths {
    margin-left: 33.33333%;
    left: auto; }
  .grid--flex .medium--push-five-twelfths {
    margin-left: 41.66667%;
    left: auto; }
  .grid--flex .medium--push-six-twelfths {
    margin-left: 50%;
    left: auto; }
  .grid--flex .medium--push-seven-twelfths {
    margin-left: 58.33333%;
    left: auto; }
  .grid--flex .medium--push-eight-twelfths {
    margin-left: 66.66667%;
    left: auto; }
  .grid--flex .medium--push-nine-twelfths {
    margin-left: 75%;
    left: auto; }
  .grid--flex .medium--push-ten-twelfths {
    margin-left: 83.33333%;
    left: auto; }
  .grid--flex .medium--push-eleven-twelfths {
    margin-left: 91.66667%;
    left: auto; } }

@media only screen and (min-width: 768px) {
  .medium-up--push-one-half {
    left: 50%; }
  .medium-up--push-one-third {
    left: 33.33333%; }
  .medium-up--push-two-thirds {
    left: 66.66667%; }
  .medium-up--push-one-quarter {
    left: 25%; }
  .medium-up--push-two-quarters {
    left: 50%; }
  .medium-up--push-three-quarters {
    left: 75%; }
  .medium-up--push-one-fifth {
    left: 20%; }
  .medium-up--push-two-fifths {
    left: 40%; }
  .medium-up--push-three-fifths {
    left: 60%; }
  .medium-up--push-four-fifths {
    left: 80%; }
  .medium-up--push-one-sixth {
    left: 16.66667%; }
  .medium-up--push-two-sixths {
    left: 33.33333%; }
  .medium-up--push-three-sixths {
    left: 50%; }
  .medium-up--push-four-sixths {
    left: 66.66667%; }
  .medium-up--push-five-sixths {
    left: 83.33333%; }
  .medium-up--push-one-eighth {
    left: 12.5%; }
  .medium-up--push-two-eighths {
    left: 25%; }
  .medium-up--push-three-eighths {
    left: 37.5%; }
  .medium-up--push-four-eighths {
    left: 50%; }
  .medium-up--push-five-eighths {
    left: 62.5%; }
  .medium-up--push-six-eighths {
    left: 75%; }
  .medium-up--push-seven-eighths {
    left: 87.5%; }
  .medium-up--push-one-tenth {
    left: 10%; }
  .medium-up--push-two-tenths {
    left: 20%; }
  .medium-up--push-three-tenths {
    left: 30%; }
  .medium-up--push-four-tenths {
    left: 40%; }
  .medium-up--push-five-tenths {
    left: 50%; }
  .medium-up--push-six-tenths {
    left: 60%; }
  .medium-up--push-seven-tenths {
    left: 70%; }
  .medium-up--push-eight-tenths {
    left: 80%; }
  .medium-up--push-nine-tenths {
    left: 90%; }
  .medium-up--push-one-twelfth {
    left: 8.33333%; }
  .medium-up--push-two-twelfths {
    left: 16.66667%; }
  .medium-up--push-three-twelfths {
    left: 25%; }
  .medium-up--push-four-twelfths {
    left: 33.33333%; }
  .medium-up--push-five-twelfths {
    left: 41.66667%; }
  .medium-up--push-six-twelfths {
    left: 50%; }
  .medium-up--push-seven-twelfths {
    left: 58.33333%; }
  .medium-up--push-eight-twelfths {
    left: 66.66667%; }
  .medium-up--push-nine-twelfths {
    left: 75%; }
  .medium-up--push-ten-twelfths {
    left: 83.33333%; }
  .medium-up--push-eleven-twelfths {
    left: 91.66667%; }
  .grid--flex .medium-up--push-one-half {
    margin-left: 50%;
    left: auto; }
  .grid--flex .medium-up--push-one-third {
    margin-left: 33.33333%;
    left: auto; }
  .grid--flex .medium-up--push-two-thirds {
    margin-left: 66.66667%;
    left: auto; }
  .grid--flex .medium-up--push-one-quarter {
    margin-left: 25%;
    left: auto; }
  .grid--flex .medium-up--push-two-quarters {
    margin-left: 50%;
    left: auto; }
  .grid--flex .medium-up--push-three-quarters {
    margin-left: 75%;
    left: auto; }
  .grid--flex .medium-up--push-one-fifth {
    margin-left: 20%;
    left: auto; }
  .grid--flex .medium-up--push-two-fifths {
    margin-left: 40%;
    left: auto; }
  .grid--flex .medium-up--push-three-fifths {
    margin-left: 60%;
    left: auto; }
  .grid--flex .medium-up--push-four-fifths {
    margin-left: 80%;
    left: auto; }
  .grid--flex .medium-up--push-one-sixth {
    margin-left: 16.66667%;
    left: auto; }
  .grid--flex .medium-up--push-two-sixths {
    margin-left: 33.33333%;
    left: auto; }
  .grid--flex .medium-up--push-three-sixths {
    margin-left: 50%;
    left: auto; }
  .grid--flex .medium-up--push-four-sixths {
    margin-left: 66.66667%;
    left: auto; }
  .grid--flex .medium-up--push-five-sixths {
    margin-left: 83.33333%;
    left: auto; }
  .grid--flex .medium-up--push-one-eighth {
    margin-left: 12.5%;
    left: auto; }
  .grid--flex .medium-up--push-two-eighths {
    margin-left: 25%;
    left: auto; }
  .grid--flex .medium-up--push-three-eighths {
    margin-left: 37.5%;
    left: auto; }
  .grid--flex .medium-up--push-four-eighths {
    margin-left: 50%;
    left: auto; }
  .grid--flex .medium-up--push-five-eighths {
    margin-left: 62.5%;
    left: auto; }
  .grid--flex .medium-up--push-six-eighths {
    margin-left: 75%;
    left: auto; }
  .grid--flex .medium-up--push-seven-eighths {
    margin-left: 87.5%;
    left: auto; }
  .grid--flex .medium-up--push-one-tenth {
    margin-left: 10%;
    left: auto; }
  .grid--flex .medium-up--push-two-tenths {
    margin-left: 20%;
    left: auto; }
  .grid--flex .medium-up--push-three-tenths {
    margin-left: 30%;
    left: auto; }
  .grid--flex .medium-up--push-four-tenths {
    margin-left: 40%;
    left: auto; }
  .grid--flex .medium-up--push-five-tenths {
    margin-left: 50%;
    left: auto; }
  .grid--flex .medium-up--push-six-tenths {
    margin-left: 60%;
    left: auto; }
  .grid--flex .medium-up--push-seven-tenths {
    margin-left: 70%;
    left: auto; }
  .grid--flex .medium-up--push-eight-tenths {
    margin-left: 80%;
    left: auto; }
  .grid--flex .medium-up--push-nine-tenths {
    margin-left: 90%;
    left: auto; }
  .grid--flex .medium-up--push-one-twelfth {
    margin-left: 8.33333%;
    left: auto; }
  .grid--flex .medium-up--push-two-twelfths {
    margin-left: 16.66667%;
    left: auto; }
  .grid--flex .medium-up--push-three-twelfths {
    margin-left: 25%;
    left: auto; }
  .grid--flex .medium-up--push-four-twelfths {
    margin-left: 33.33333%;
    left: auto; }
  .grid--flex .medium-up--push-five-twelfths {
    margin-left: 41.66667%;
    left: auto; }
  .grid--flex .medium-up--push-six-twelfths {
    margin-left: 50%;
    left: auto; }
  .grid--flex .medium-up--push-seven-twelfths {
    margin-left: 58.33333%;
    left: auto; }
  .grid--flex .medium-up--push-eight-twelfths {
    margin-left: 66.66667%;
    left: auto; }
  .grid--flex .medium-up--push-nine-twelfths {
    margin-left: 75%;
    left: auto; }
  .grid--flex .medium-up--push-ten-twelfths {
    margin-left: 83.33333%;
    left: auto; }
  .grid--flex .medium-up--push-eleven-twelfths {
    margin-left: 91.66667%;
    left: auto; } }

@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .large--push-one-half {
    left: 50%; }
  .large--push-one-third {
    left: 33.33333%; }
  .large--push-two-thirds {
    left: 66.66667%; }
  .large--push-one-quarter {
    left: 25%; }
  .large--push-two-quarters {
    left: 50%; }
  .large--push-three-quarters {
    left: 75%; }
  .large--push-one-fifth {
    left: 20%; }
  .large--push-two-fifths {
    left: 40%; }
  .large--push-three-fifths {
    left: 60%; }
  .large--push-four-fifths {
    left: 80%; }
  .large--push-one-sixth {
    left: 16.66667%; }
  .large--push-two-sixths {
    left: 33.33333%; }
  .large--push-three-sixths {
    left: 50%; }
  .large--push-four-sixths {
    left: 66.66667%; }
  .large--push-five-sixths {
    left: 83.33333%; }
  .large--push-one-eighth {
    left: 12.5%; }
  .large--push-two-eighths {
    left: 25%; }
  .large--push-three-eighths {
    left: 37.5%; }
  .large--push-four-eighths {
    left: 50%; }
  .large--push-five-eighths {
    left: 62.5%; }
  .large--push-six-eighths {
    left: 75%; }
  .large--push-seven-eighths {
    left: 87.5%; }
  .large--push-one-tenth {
    left: 10%; }
  .large--push-two-tenths {
    left: 20%; }
  .large--push-three-tenths {
    left: 30%; }
  .large--push-four-tenths {
    left: 40%; }
  .large--push-five-tenths {
    left: 50%; }
  .large--push-six-tenths {
    left: 60%; }
  .large--push-seven-tenths {
    left: 70%; }
  .large--push-eight-tenths {
    left: 80%; }
  .large--push-nine-tenths {
    left: 90%; }
  .large--push-one-twelfth {
    left: 8.33333%; }
  .large--push-two-twelfths {
    left: 16.66667%; }
  .large--push-three-twelfths {
    left: 25%; }
  .large--push-four-twelfths {
    left: 33.33333%; }
  .large--push-five-twelfths {
    left: 41.66667%; }
  .large--push-six-twelfths {
    left: 50%; }
  .large--push-seven-twelfths {
    left: 58.33333%; }
  .large--push-eight-twelfths {
    left: 66.66667%; }
  .large--push-nine-twelfths {
    left: 75%; }
  .large--push-ten-twelfths {
    left: 83.33333%; }
  .large--push-eleven-twelfths {
    left: 91.66667%; }
  .grid--flex .large--push-one-half {
    margin-left: 50%;
    left: auto; }
  .grid--flex .large--push-one-third {
    margin-left: 33.33333%;
    left: auto; }
  .grid--flex .large--push-two-thirds {
    margin-left: 66.66667%;
    left: auto; }
  .grid--flex .large--push-one-quarter {
    margin-left: 25%;
    left: auto; }
  .grid--flex .large--push-two-quarters {
    margin-left: 50%;
    left: auto; }
  .grid--flex .large--push-three-quarters {
    margin-left: 75%;
    left: auto; }
  .grid--flex .large--push-one-fifth {
    margin-left: 20%;
    left: auto; }
  .grid--flex .large--push-two-fifths {
    margin-left: 40%;
    left: auto; }
  .grid--flex .large--push-three-fifths {
    margin-left: 60%;
    left: auto; }
  .grid--flex .large--push-four-fifths {
    margin-left: 80%;
    left: auto; }
  .grid--flex .large--push-one-sixth {
    margin-left: 16.66667%;
    left: auto; }
  .grid--flex .large--push-two-sixths {
    margin-left: 33.33333%;
    left: auto; }
  .grid--flex .large--push-three-sixths {
    margin-left: 50%;
    left: auto; }
  .grid--flex .large--push-four-sixths {
    margin-left: 66.66667%;
    left: auto; }
  .grid--flex .large--push-five-sixths {
    margin-left: 83.33333%;
    left: auto; }
  .grid--flex .large--push-one-eighth {
    margin-left: 12.5%;
    left: auto; }
  .grid--flex .large--push-two-eighths {
    margin-left: 25%;
    left: auto; }
  .grid--flex .large--push-three-eighths {
    margin-left: 37.5%;
    left: auto; }
  .grid--flex .large--push-four-eighths {
    margin-left: 50%;
    left: auto; }
  .grid--flex .large--push-five-eighths {
    margin-left: 62.5%;
    left: auto; }
  .grid--flex .large--push-six-eighths {
    margin-left: 75%;
    left: auto; }
  .grid--flex .large--push-seven-eighths {
    margin-left: 87.5%;
    left: auto; }
  .grid--flex .large--push-one-tenth {
    margin-left: 10%;
    left: auto; }
  .grid--flex .large--push-two-tenths {
    margin-left: 20%;
    left: auto; }
  .grid--flex .large--push-three-tenths {
    margin-left: 30%;
    left: auto; }
  .grid--flex .large--push-four-tenths {
    margin-left: 40%;
    left: auto; }
  .grid--flex .large--push-five-tenths {
    margin-left: 50%;
    left: auto; }
  .grid--flex .large--push-six-tenths {
    margin-left: 60%;
    left: auto; }
  .grid--flex .large--push-seven-tenths {
    margin-left: 70%;
    left: auto; }
  .grid--flex .large--push-eight-tenths {
    margin-left: 80%;
    left: auto; }
  .grid--flex .large--push-nine-tenths {
    margin-left: 90%;
    left: auto; }
  .grid--flex .large--push-one-twelfth {
    margin-left: 8.33333%;
    left: auto; }
  .grid--flex .large--push-two-twelfths {
    margin-left: 16.66667%;
    left: auto; }
  .grid--flex .large--push-three-twelfths {
    margin-left: 25%;
    left: auto; }
  .grid--flex .large--push-four-twelfths {
    margin-left: 33.33333%;
    left: auto; }
  .grid--flex .large--push-five-twelfths {
    margin-left: 41.66667%;
    left: auto; }
  .grid--flex .large--push-six-twelfths {
    margin-left: 50%;
    left: auto; }
  .grid--flex .large--push-seven-twelfths {
    margin-left: 58.33333%;
    left: auto; }
  .grid--flex .large--push-eight-twelfths {
    margin-left: 66.66667%;
    left: auto; }
  .grid--flex .large--push-nine-twelfths {
    margin-left: 75%;
    left: auto; }
  .grid--flex .large--push-ten-twelfths {
    margin-left: 83.33333%;
    left: auto; }
  .grid--flex .large--push-eleven-twelfths {
    margin-left: 91.66667%;
    left: auto; } }

@media only screen and (max-width: 1199px) {
  .large-down--push-one-half {
    left: 50%; }
  .large-down--push-one-third {
    left: 33.33333%; }
  .large-down--push-two-thirds {
    left: 66.66667%; }
  .large-down--push-one-quarter {
    left: 25%; }
  .large-down--push-two-quarters {
    left: 50%; }
  .large-down--push-three-quarters {
    left: 75%; }
  .large-down--push-one-fifth {
    left: 20%; }
  .large-down--push-two-fifths {
    left: 40%; }
  .large-down--push-three-fifths {
    left: 60%; }
  .large-down--push-four-fifths {
    left: 80%; }
  .large-down--push-one-sixth {
    left: 16.66667%; }
  .large-down--push-two-sixths {
    left: 33.33333%; }
  .large-down--push-three-sixths {
    left: 50%; }
  .large-down--push-four-sixths {
    left: 66.66667%; }
  .large-down--push-five-sixths {
    left: 83.33333%; }
  .large-down--push-one-eighth {
    left: 12.5%; }
  .large-down--push-two-eighths {
    left: 25%; }
  .large-down--push-three-eighths {
    left: 37.5%; }
  .large-down--push-four-eighths {
    left: 50%; }
  .large-down--push-five-eighths {
    left: 62.5%; }
  .large-down--push-six-eighths {
    left: 75%; }
  .large-down--push-seven-eighths {
    left: 87.5%; }
  .large-down--push-one-tenth {
    left: 10%; }
  .large-down--push-two-tenths {
    left: 20%; }
  .large-down--push-three-tenths {
    left: 30%; }
  .large-down--push-four-tenths {
    left: 40%; }
  .large-down--push-five-tenths {
    left: 50%; }
  .large-down--push-six-tenths {
    left: 60%; }
  .large-down--push-seven-tenths {
    left: 70%; }
  .large-down--push-eight-tenths {
    left: 80%; }
  .large-down--push-nine-tenths {
    left: 90%; }
  .large-down--push-one-twelfth {
    left: 8.33333%; }
  .large-down--push-two-twelfths {
    left: 16.66667%; }
  .large-down--push-three-twelfths {
    left: 25%; }
  .large-down--push-four-twelfths {
    left: 33.33333%; }
  .large-down--push-five-twelfths {
    left: 41.66667%; }
  .large-down--push-six-twelfths {
    left: 50%; }
  .large-down--push-seven-twelfths {
    left: 58.33333%; }
  .large-down--push-eight-twelfths {
    left: 66.66667%; }
  .large-down--push-nine-twelfths {
    left: 75%; }
  .large-down--push-ten-twelfths {
    left: 83.33333%; }
  .large-down--push-eleven-twelfths {
    left: 91.66667%; }
  .grid--flex .large-down--push-one-half {
    margin-left: 50%;
    left: auto; }
  .grid--flex .large-down--push-one-third {
    margin-left: 33.33333%;
    left: auto; }
  .grid--flex .large-down--push-two-thirds {
    margin-left: 66.66667%;
    left: auto; }
  .grid--flex .large-down--push-one-quarter {
    margin-left: 25%;
    left: auto; }
  .grid--flex .large-down--push-two-quarters {
    margin-left: 50%;
    left: auto; }
  .grid--flex .large-down--push-three-quarters {
    margin-left: 75%;
    left: auto; }
  .grid--flex .large-down--push-one-fifth {
    margin-left: 20%;
    left: auto; }
  .grid--flex .large-down--push-two-fifths {
    margin-left: 40%;
    left: auto; }
  .grid--flex .large-down--push-three-fifths {
    margin-left: 60%;
    left: auto; }
  .grid--flex .large-down--push-four-fifths {
    margin-left: 80%;
    left: auto; }
  .grid--flex .large-down--push-one-sixth {
    margin-left: 16.66667%;
    left: auto; }
  .grid--flex .large-down--push-two-sixths {
    margin-left: 33.33333%;
    left: auto; }
  .grid--flex .large-down--push-three-sixths {
    margin-left: 50%;
    left: auto; }
  .grid--flex .large-down--push-four-sixths {
    margin-left: 66.66667%;
    left: auto; }
  .grid--flex .large-down--push-five-sixths {
    margin-left: 83.33333%;
    left: auto; }
  .grid--flex .large-down--push-one-eighth {
    margin-left: 12.5%;
    left: auto; }
  .grid--flex .large-down--push-two-eighths {
    margin-left: 25%;
    left: auto; }
  .grid--flex .large-down--push-three-eighths {
    margin-left: 37.5%;
    left: auto; }
  .grid--flex .large-down--push-four-eighths {
    margin-left: 50%;
    left: auto; }
  .grid--flex .large-down--push-five-eighths {
    margin-left: 62.5%;
    left: auto; }
  .grid--flex .large-down--push-six-eighths {
    margin-left: 75%;
    left: auto; }
  .grid--flex .large-down--push-seven-eighths {
    margin-left: 87.5%;
    left: auto; }
  .grid--flex .large-down--push-one-tenth {
    margin-left: 10%;
    left: auto; }
  .grid--flex .large-down--push-two-tenths {
    margin-left: 20%;
    left: auto; }
  .grid--flex .large-down--push-three-tenths {
    margin-left: 30%;
    left: auto; }
  .grid--flex .large-down--push-four-tenths {
    margin-left: 40%;
    left: auto; }
  .grid--flex .large-down--push-five-tenths {
    margin-left: 50%;
    left: auto; }
  .grid--flex .large-down--push-six-tenths {
    margin-left: 60%;
    left: auto; }
  .grid--flex .large-down--push-seven-tenths {
    margin-left: 70%;
    left: auto; }
  .grid--flex .large-down--push-eight-tenths {
    margin-left: 80%;
    left: auto; }
  .grid--flex .large-down--push-nine-tenths {
    margin-left: 90%;
    left: auto; }
  .grid--flex .large-down--push-one-twelfth {
    margin-left: 8.33333%;
    left: auto; }
  .grid--flex .large-down--push-two-twelfths {
    margin-left: 16.66667%;
    left: auto; }
  .grid--flex .large-down--push-three-twelfths {
    margin-left: 25%;
    left: auto; }
  .grid--flex .large-down--push-four-twelfths {
    margin-left: 33.33333%;
    left: auto; }
  .grid--flex .large-down--push-five-twelfths {
    margin-left: 41.66667%;
    left: auto; }
  .grid--flex .large-down--push-six-twelfths {
    margin-left: 50%;
    left: auto; }
  .grid--flex .large-down--push-seven-twelfths {
    margin-left: 58.33333%;
    left: auto; }
  .grid--flex .large-down--push-eight-twelfths {
    margin-left: 66.66667%;
    left: auto; }
  .grid--flex .large-down--push-nine-twelfths {
    margin-left: 75%;
    left: auto; }
  .grid--flex .large-down--push-ten-twelfths {
    margin-left: 83.33333%;
    left: auto; }
  .grid--flex .large-down--push-eleven-twelfths {
    margin-left: 91.66667%;
    left: auto; } }

@media only screen and (min-width: 991px) {
  .large-up--push-one-half {
    left: 50%; }
  .large-up--push-one-third {
    left: 33.33333%; }
  .large-up--push-two-thirds {
    left: 66.66667%; }
  .large-up--push-one-quarter {
    left: 25%; }
  .large-up--push-two-quarters {
    left: 50%; }
  .large-up--push-three-quarters {
    left: 75%; }
  .large-up--push-one-fifth {
    left: 20%; }
  .large-up--push-two-fifths {
    left: 40%; }
  .large-up--push-three-fifths {
    left: 60%; }
  .large-up--push-four-fifths {
    left: 80%; }
  .large-up--push-one-sixth {
    left: 16.66667%; }
  .large-up--push-two-sixths {
    left: 33.33333%; }
  .large-up--push-three-sixths {
    left: 50%; }
  .large-up--push-four-sixths {
    left: 66.66667%; }
  .large-up--push-five-sixths {
    left: 83.33333%; }
  .large-up--push-one-eighth {
    left: 12.5%; }
  .large-up--push-two-eighths {
    left: 25%; }
  .large-up--push-three-eighths {
    left: 37.5%; }
  .large-up--push-four-eighths {
    left: 50%; }
  .large-up--push-five-eighths {
    left: 62.5%; }
  .large-up--push-six-eighths {
    left: 75%; }
  .large-up--push-seven-eighths {
    left: 87.5%; }
  .large-up--push-one-tenth {
    left: 10%; }
  .large-up--push-two-tenths {
    left: 20%; }
  .large-up--push-three-tenths {
    left: 30%; }
  .large-up--push-four-tenths {
    left: 40%; }
  .large-up--push-five-tenths {
    left: 50%; }
  .large-up--push-six-tenths {
    left: 60%; }
  .large-up--push-seven-tenths {
    left: 70%; }
  .large-up--push-eight-tenths {
    left: 80%; }
  .large-up--push-nine-tenths {
    left: 90%; }
  .large-up--push-one-twelfth {
    left: 8.33333%; }
  .large-up--push-two-twelfths {
    left: 16.66667%; }
  .large-up--push-three-twelfths {
    left: 25%; }
  .large-up--push-four-twelfths {
    left: 33.33333%; }
  .large-up--push-five-twelfths {
    left: 41.66667%; }
  .large-up--push-six-twelfths {
    left: 50%; }
  .large-up--push-seven-twelfths {
    left: 58.33333%; }
  .large-up--push-eight-twelfths {
    left: 66.66667%; }
  .large-up--push-nine-twelfths {
    left: 75%; }
  .large-up--push-ten-twelfths {
    left: 83.33333%; }
  .large-up--push-eleven-twelfths {
    left: 91.66667%; }
  .grid--flex .large-up--push-one-half {
    margin-left: 50%;
    left: auto; }
  .grid--flex .large-up--push-one-third {
    margin-left: 33.33333%;
    left: auto; }
  .grid--flex .large-up--push-two-thirds {
    margin-left: 66.66667%;
    left: auto; }
  .grid--flex .large-up--push-one-quarter {
    margin-left: 25%;
    left: auto; }
  .grid--flex .large-up--push-two-quarters {
    margin-left: 50%;
    left: auto; }
  .grid--flex .large-up--push-three-quarters {
    margin-left: 75%;
    left: auto; }
  .grid--flex .large-up--push-one-fifth {
    margin-left: 20%;
    left: auto; }
  .grid--flex .large-up--push-two-fifths {
    margin-left: 40%;
    left: auto; }
  .grid--flex .large-up--push-three-fifths {
    margin-left: 60%;
    left: auto; }
  .grid--flex .large-up--push-four-fifths {
    margin-left: 80%;
    left: auto; }
  .grid--flex .large-up--push-one-sixth {
    margin-left: 16.66667%;
    left: auto; }
  .grid--flex .large-up--push-two-sixths {
    margin-left: 33.33333%;
    left: auto; }
  .grid--flex .large-up--push-three-sixths {
    margin-left: 50%;
    left: auto; }
  .grid--flex .large-up--push-four-sixths {
    margin-left: 66.66667%;
    left: auto; }
  .grid--flex .large-up--push-five-sixths {
    margin-left: 83.33333%;
    left: auto; }
  .grid--flex .large-up--push-one-eighth {
    margin-left: 12.5%;
    left: auto; }
  .grid--flex .large-up--push-two-eighths {
    margin-left: 25%;
    left: auto; }
  .grid--flex .large-up--push-three-eighths {
    margin-left: 37.5%;
    left: auto; }
  .grid--flex .large-up--push-four-eighths {
    margin-left: 50%;
    left: auto; }
  .grid--flex .large-up--push-five-eighths {
    margin-left: 62.5%;
    left: auto; }
  .grid--flex .large-up--push-six-eighths {
    margin-left: 75%;
    left: auto; }
  .grid--flex .large-up--push-seven-eighths {
    margin-left: 87.5%;
    left: auto; }
  .grid--flex .large-up--push-one-tenth {
    margin-left: 10%;
    left: auto; }
  .grid--flex .large-up--push-two-tenths {
    margin-left: 20%;
    left: auto; }
  .grid--flex .large-up--push-three-tenths {
    margin-left: 30%;
    left: auto; }
  .grid--flex .large-up--push-four-tenths {
    margin-left: 40%;
    left: auto; }
  .grid--flex .large-up--push-five-tenths {
    margin-left: 50%;
    left: auto; }
  .grid--flex .large-up--push-six-tenths {
    margin-left: 60%;
    left: auto; }
  .grid--flex .large-up--push-seven-tenths {
    margin-left: 70%;
    left: auto; }
  .grid--flex .large-up--push-eight-tenths {
    margin-left: 80%;
    left: auto; }
  .grid--flex .large-up--push-nine-tenths {
    margin-left: 90%;
    left: auto; }
  .grid--flex .large-up--push-one-twelfth {
    margin-left: 8.33333%;
    left: auto; }
  .grid--flex .large-up--push-two-twelfths {
    margin-left: 16.66667%;
    left: auto; }
  .grid--flex .large-up--push-three-twelfths {
    margin-left: 25%;
    left: auto; }
  .grid--flex .large-up--push-four-twelfths {
    margin-left: 33.33333%;
    left: auto; }
  .grid--flex .large-up--push-five-twelfths {
    margin-left: 41.66667%;
    left: auto; }
  .grid--flex .large-up--push-six-twelfths {
    margin-left: 50%;
    left: auto; }
  .grid--flex .large-up--push-seven-twelfths {
    margin-left: 58.33333%;
    left: auto; }
  .grid--flex .large-up--push-eight-twelfths {
    margin-left: 66.66667%;
    left: auto; }
  .grid--flex .large-up--push-nine-twelfths {
    margin-left: 75%;
    left: auto; }
  .grid--flex .large-up--push-ten-twelfths {
    margin-left: 83.33333%;
    left: auto; }
  .grid--flex .large-up--push-eleven-twelfths {
    margin-left: 91.66667%;
    left: auto; } }

@media only screen and (max-width: 990px) {
  .medium-down--push-one-half {
    left: 50%; }
  .medium-down--push-one-third {
    left: 33.33333%; }
  .medium-down--push-two-thirds {
    left: 66.66667%; }
  .medium-down--push-one-quarter {
    left: 25%; }
  .medium-down--push-two-quarters {
    left: 50%; }
  .medium-down--push-three-quarters {
    left: 75%; }
  .medium-down--push-one-fifth {
    left: 20%; }
  .medium-down--push-two-fifths {
    left: 40%; }
  .medium-down--push-three-fifths {
    left: 60%; }
  .medium-down--push-four-fifths {
    left: 80%; }
  .medium-down--push-one-sixth {
    left: 16.66667%; }
  .medium-down--push-two-sixths {
    left: 33.33333%; }
  .medium-down--push-three-sixths {
    left: 50%; }
  .medium-down--push-four-sixths {
    left: 66.66667%; }
  .medium-down--push-five-sixths {
    left: 83.33333%; }
  .medium-down--push-one-eighth {
    left: 12.5%; }
  .medium-down--push-two-eighths {
    left: 25%; }
  .medium-down--push-three-eighths {
    left: 37.5%; }
  .medium-down--push-four-eighths {
    left: 50%; }
  .medium-down--push-five-eighths {
    left: 62.5%; }
  .medium-down--push-six-eighths {
    left: 75%; }
  .medium-down--push-seven-eighths {
    left: 87.5%; }
  .medium-down--push-one-tenth {
    left: 10%; }
  .medium-down--push-two-tenths {
    left: 20%; }
  .medium-down--push-three-tenths {
    left: 30%; }
  .medium-down--push-four-tenths {
    left: 40%; }
  .medium-down--push-five-tenths {
    left: 50%; }
  .medium-down--push-six-tenths {
    left: 60%; }
  .medium-down--push-seven-tenths {
    left: 70%; }
  .medium-down--push-eight-tenths {
    left: 80%; }
  .medium-down--push-nine-tenths {
    left: 90%; }
  .medium-down--push-one-twelfth {
    left: 8.33333%; }
  .medium-down--push-two-twelfths {
    left: 16.66667%; }
  .medium-down--push-three-twelfths {
    left: 25%; }
  .medium-down--push-four-twelfths {
    left: 33.33333%; }
  .medium-down--push-five-twelfths {
    left: 41.66667%; }
  .medium-down--push-six-twelfths {
    left: 50%; }
  .medium-down--push-seven-twelfths {
    left: 58.33333%; }
  .medium-down--push-eight-twelfths {
    left: 66.66667%; }
  .medium-down--push-nine-twelfths {
    left: 75%; }
  .medium-down--push-ten-twelfths {
    left: 83.33333%; }
  .medium-down--push-eleven-twelfths {
    left: 91.66667%; }
  .grid--flex .medium-down--push-one-half {
    margin-left: 50%;
    left: auto; }
  .grid--flex .medium-down--push-one-third {
    margin-left: 33.33333%;
    left: auto; }
  .grid--flex .medium-down--push-two-thirds {
    margin-left: 66.66667%;
    left: auto; }
  .grid--flex .medium-down--push-one-quarter {
    margin-left: 25%;
    left: auto; }
  .grid--flex .medium-down--push-two-quarters {
    margin-left: 50%;
    left: auto; }
  .grid--flex .medium-down--push-three-quarters {
    margin-left: 75%;
    left: auto; }
  .grid--flex .medium-down--push-one-fifth {
    margin-left: 20%;
    left: auto; }
  .grid--flex .medium-down--push-two-fifths {
    margin-left: 40%;
    left: auto; }
  .grid--flex .medium-down--push-three-fifths {
    margin-left: 60%;
    left: auto; }
  .grid--flex .medium-down--push-four-fifths {
    margin-left: 80%;
    left: auto; }
  .grid--flex .medium-down--push-one-sixth {
    margin-left: 16.66667%;
    left: auto; }
  .grid--flex .medium-down--push-two-sixths {
    margin-left: 33.33333%;
    left: auto; }
  .grid--flex .medium-down--push-three-sixths {
    margin-left: 50%;
    left: auto; }
  .grid--flex .medium-down--push-four-sixths {
    margin-left: 66.66667%;
    left: auto; }
  .grid--flex .medium-down--push-five-sixths {
    margin-left: 83.33333%;
    left: auto; }
  .grid--flex .medium-down--push-one-eighth {
    margin-left: 12.5%;
    left: auto; }
  .grid--flex .medium-down--push-two-eighths {
    margin-left: 25%;
    left: auto; }
  .grid--flex .medium-down--push-three-eighths {
    margin-left: 37.5%;
    left: auto; }
  .grid--flex .medium-down--push-four-eighths {
    margin-left: 50%;
    left: auto; }
  .grid--flex .medium-down--push-five-eighths {
    margin-left: 62.5%;
    left: auto; }
  .grid--flex .medium-down--push-six-eighths {
    margin-left: 75%;
    left: auto; }
  .grid--flex .medium-down--push-seven-eighths {
    margin-left: 87.5%;
    left: auto; }
  .grid--flex .medium-down--push-one-tenth {
    margin-left: 10%;
    left: auto; }
  .grid--flex .medium-down--push-two-tenths {
    margin-left: 20%;
    left: auto; }
  .grid--flex .medium-down--push-three-tenths {
    margin-left: 30%;
    left: auto; }
  .grid--flex .medium-down--push-four-tenths {
    margin-left: 40%;
    left: auto; }
  .grid--flex .medium-down--push-five-tenths {
    margin-left: 50%;
    left: auto; }
  .grid--flex .medium-down--push-six-tenths {
    margin-left: 60%;
    left: auto; }
  .grid--flex .medium-down--push-seven-tenths {
    margin-left: 70%;
    left: auto; }
  .grid--flex .medium-down--push-eight-tenths {
    margin-left: 80%;
    left: auto; }
  .grid--flex .medium-down--push-nine-tenths {
    margin-left: 90%;
    left: auto; }
  .grid--flex .medium-down--push-one-twelfth {
    margin-left: 8.33333%;
    left: auto; }
  .grid--flex .medium-down--push-two-twelfths {
    margin-left: 16.66667%;
    left: auto; }
  .grid--flex .medium-down--push-three-twelfths {
    margin-left: 25%;
    left: auto; }
  .grid--flex .medium-down--push-four-twelfths {
    margin-left: 33.33333%;
    left: auto; }
  .grid--flex .medium-down--push-five-twelfths {
    margin-left: 41.66667%;
    left: auto; }
  .grid--flex .medium-down--push-six-twelfths {
    margin-left: 50%;
    left: auto; }
  .grid--flex .medium-down--push-seven-twelfths {
    margin-left: 58.33333%;
    left: auto; }
  .grid--flex .medium-down--push-eight-twelfths {
    margin-left: 66.66667%;
    left: auto; }
  .grid--flex .medium-down--push-nine-twelfths {
    margin-left: 75%;
    left: auto; }
  .grid--flex .medium-down--push-ten-twelfths {
    margin-left: 83.33333%;
    left: auto; }
  .grid--flex .medium-down--push-eleven-twelfths {
    margin-left: 91.66667%;
    left: auto; } }

@media only screen and (min-width: 1200px) and (max-width: 1919px) {
  .widescreen--push-one-half {
    left: 50%; }
  .widescreen--push-one-third {
    left: 33.33333%; }
  .widescreen--push-two-thirds {
    left: 66.66667%; }
  .widescreen--push-one-quarter {
    left: 25%; }
  .widescreen--push-two-quarters {
    left: 50%; }
  .widescreen--push-three-quarters {
    left: 75%; }
  .widescreen--push-one-fifth {
    left: 20%; }
  .widescreen--push-two-fifths {
    left: 40%; }
  .widescreen--push-three-fifths {
    left: 60%; }
  .widescreen--push-four-fifths {
    left: 80%; }
  .widescreen--push-one-sixth {
    left: 16.66667%; }
  .widescreen--push-two-sixths {
    left: 33.33333%; }
  .widescreen--push-three-sixths {
    left: 50%; }
  .widescreen--push-four-sixths {
    left: 66.66667%; }
  .widescreen--push-five-sixths {
    left: 83.33333%; }
  .widescreen--push-one-eighth {
    left: 12.5%; }
  .widescreen--push-two-eighths {
    left: 25%; }
  .widescreen--push-three-eighths {
    left: 37.5%; }
  .widescreen--push-four-eighths {
    left: 50%; }
  .widescreen--push-five-eighths {
    left: 62.5%; }
  .widescreen--push-six-eighths {
    left: 75%; }
  .widescreen--push-seven-eighths {
    left: 87.5%; }
  .widescreen--push-one-tenth {
    left: 10%; }
  .widescreen--push-two-tenths {
    left: 20%; }
  .widescreen--push-three-tenths {
    left: 30%; }
  .widescreen--push-four-tenths {
    left: 40%; }
  .widescreen--push-five-tenths {
    left: 50%; }
  .widescreen--push-six-tenths {
    left: 60%; }
  .widescreen--push-seven-tenths {
    left: 70%; }
  .widescreen--push-eight-tenths {
    left: 80%; }
  .widescreen--push-nine-tenths {
    left: 90%; }
  .widescreen--push-one-twelfth {
    left: 8.33333%; }
  .widescreen--push-two-twelfths {
    left: 16.66667%; }
  .widescreen--push-three-twelfths {
    left: 25%; }
  .widescreen--push-four-twelfths {
    left: 33.33333%; }
  .widescreen--push-five-twelfths {
    left: 41.66667%; }
  .widescreen--push-six-twelfths {
    left: 50%; }
  .widescreen--push-seven-twelfths {
    left: 58.33333%; }
  .widescreen--push-eight-twelfths {
    left: 66.66667%; }
  .widescreen--push-nine-twelfths {
    left: 75%; }
  .widescreen--push-ten-twelfths {
    left: 83.33333%; }
  .widescreen--push-eleven-twelfths {
    left: 91.66667%; }
  .grid--flex .widescreen--push-one-half {
    margin-left: 50%;
    left: auto; }
  .grid--flex .widescreen--push-one-third {
    margin-left: 33.33333%;
    left: auto; }
  .grid--flex .widescreen--push-two-thirds {
    margin-left: 66.66667%;
    left: auto; }
  .grid--flex .widescreen--push-one-quarter {
    margin-left: 25%;
    left: auto; }
  .grid--flex .widescreen--push-two-quarters {
    margin-left: 50%;
    left: auto; }
  .grid--flex .widescreen--push-three-quarters {
    margin-left: 75%;
    left: auto; }
  .grid--flex .widescreen--push-one-fifth {
    margin-left: 20%;
    left: auto; }
  .grid--flex .widescreen--push-two-fifths {
    margin-left: 40%;
    left: auto; }
  .grid--flex .widescreen--push-three-fifths {
    margin-left: 60%;
    left: auto; }
  .grid--flex .widescreen--push-four-fifths {
    margin-left: 80%;
    left: auto; }
  .grid--flex .widescreen--push-one-sixth {
    margin-left: 16.66667%;
    left: auto; }
  .grid--flex .widescreen--push-two-sixths {
    margin-left: 33.33333%;
    left: auto; }
  .grid--flex .widescreen--push-three-sixths {
    margin-left: 50%;
    left: auto; }
  .grid--flex .widescreen--push-four-sixths {
    margin-left: 66.66667%;
    left: auto; }
  .grid--flex .widescreen--push-five-sixths {
    margin-left: 83.33333%;
    left: auto; }
  .grid--flex .widescreen--push-one-eighth {
    margin-left: 12.5%;
    left: auto; }
  .grid--flex .widescreen--push-two-eighths {
    margin-left: 25%;
    left: auto; }
  .grid--flex .widescreen--push-three-eighths {
    margin-left: 37.5%;
    left: auto; }
  .grid--flex .widescreen--push-four-eighths {
    margin-left: 50%;
    left: auto; }
  .grid--flex .widescreen--push-five-eighths {
    margin-left: 62.5%;
    left: auto; }
  .grid--flex .widescreen--push-six-eighths {
    margin-left: 75%;
    left: auto; }
  .grid--flex .widescreen--push-seven-eighths {
    margin-left: 87.5%;
    left: auto; }
  .grid--flex .widescreen--push-one-tenth {
    margin-left: 10%;
    left: auto; }
  .grid--flex .widescreen--push-two-tenths {
    margin-left: 20%;
    left: auto; }
  .grid--flex .widescreen--push-three-tenths {
    margin-left: 30%;
    left: auto; }
  .grid--flex .widescreen--push-four-tenths {
    margin-left: 40%;
    left: auto; }
  .grid--flex .widescreen--push-five-tenths {
    margin-left: 50%;
    left: auto; }
  .grid--flex .widescreen--push-six-tenths {
    margin-left: 60%;
    left: auto; }
  .grid--flex .widescreen--push-seven-tenths {
    margin-left: 70%;
    left: auto; }
  .grid--flex .widescreen--push-eight-tenths {
    margin-left: 80%;
    left: auto; }
  .grid--flex .widescreen--push-nine-tenths {
    margin-left: 90%;
    left: auto; }
  .grid--flex .widescreen--push-one-twelfth {
    margin-left: 8.33333%;
    left: auto; }
  .grid--flex .widescreen--push-two-twelfths {
    margin-left: 16.66667%;
    left: auto; }
  .grid--flex .widescreen--push-three-twelfths {
    margin-left: 25%;
    left: auto; }
  .grid--flex .widescreen--push-four-twelfths {
    margin-left: 33.33333%;
    left: auto; }
  .grid--flex .widescreen--push-five-twelfths {
    margin-left: 41.66667%;
    left: auto; }
  .grid--flex .widescreen--push-six-twelfths {
    margin-left: 50%;
    left: auto; }
  .grid--flex .widescreen--push-seven-twelfths {
    margin-left: 58.33333%;
    left: auto; }
  .grid--flex .widescreen--push-eight-twelfths {
    margin-left: 66.66667%;
    left: auto; }
  .grid--flex .widescreen--push-nine-twelfths {
    margin-left: 75%;
    left: auto; }
  .grid--flex .widescreen--push-ten-twelfths {
    margin-left: 83.33333%;
    left: auto; }
  .grid--flex .widescreen--push-eleven-twelfths {
    margin-left: 91.66667%;
    left: auto; } }

@media only screen and (max-width: 1919px) {
  .widescreen-down--push-one-half {
    left: 50%; }
  .widescreen-down--push-one-third {
    left: 33.33333%; }
  .widescreen-down--push-two-thirds {
    left: 66.66667%; }
  .widescreen-down--push-one-quarter {
    left: 25%; }
  .widescreen-down--push-two-quarters {
    left: 50%; }
  .widescreen-down--push-three-quarters {
    left: 75%; }
  .widescreen-down--push-one-fifth {
    left: 20%; }
  .widescreen-down--push-two-fifths {
    left: 40%; }
  .widescreen-down--push-three-fifths {
    left: 60%; }
  .widescreen-down--push-four-fifths {
    left: 80%; }
  .widescreen-down--push-one-sixth {
    left: 16.66667%; }
  .widescreen-down--push-two-sixths {
    left: 33.33333%; }
  .widescreen-down--push-three-sixths {
    left: 50%; }
  .widescreen-down--push-four-sixths {
    left: 66.66667%; }
  .widescreen-down--push-five-sixths {
    left: 83.33333%; }
  .widescreen-down--push-one-eighth {
    left: 12.5%; }
  .widescreen-down--push-two-eighths {
    left: 25%; }
  .widescreen-down--push-three-eighths {
    left: 37.5%; }
  .widescreen-down--push-four-eighths {
    left: 50%; }
  .widescreen-down--push-five-eighths {
    left: 62.5%; }
  .widescreen-down--push-six-eighths {
    left: 75%; }
  .widescreen-down--push-seven-eighths {
    left: 87.5%; }
  .widescreen-down--push-one-tenth {
    left: 10%; }
  .widescreen-down--push-two-tenths {
    left: 20%; }
  .widescreen-down--push-three-tenths {
    left: 30%; }
  .widescreen-down--push-four-tenths {
    left: 40%; }
  .widescreen-down--push-five-tenths {
    left: 50%; }
  .widescreen-down--push-six-tenths {
    left: 60%; }
  .widescreen-down--push-seven-tenths {
    left: 70%; }
  .widescreen-down--push-eight-tenths {
    left: 80%; }
  .widescreen-down--push-nine-tenths {
    left: 90%; }
  .widescreen-down--push-one-twelfth {
    left: 8.33333%; }
  .widescreen-down--push-two-twelfths {
    left: 16.66667%; }
  .widescreen-down--push-three-twelfths {
    left: 25%; }
  .widescreen-down--push-four-twelfths {
    left: 33.33333%; }
  .widescreen-down--push-five-twelfths {
    left: 41.66667%; }
  .widescreen-down--push-six-twelfths {
    left: 50%; }
  .widescreen-down--push-seven-twelfths {
    left: 58.33333%; }
  .widescreen-down--push-eight-twelfths {
    left: 66.66667%; }
  .widescreen-down--push-nine-twelfths {
    left: 75%; }
  .widescreen-down--push-ten-twelfths {
    left: 83.33333%; }
  .widescreen-down--push-eleven-twelfths {
    left: 91.66667%; }
  .grid--flex .widescreen-down--push-one-half {
    margin-left: 50%;
    left: auto; }
  .grid--flex .widescreen-down--push-one-third {
    margin-left: 33.33333%;
    left: auto; }
  .grid--flex .widescreen-down--push-two-thirds {
    margin-left: 66.66667%;
    left: auto; }
  .grid--flex .widescreen-down--push-one-quarter {
    margin-left: 25%;
    left: auto; }
  .grid--flex .widescreen-down--push-two-quarters {
    margin-left: 50%;
    left: auto; }
  .grid--flex .widescreen-down--push-three-quarters {
    margin-left: 75%;
    left: auto; }
  .grid--flex .widescreen-down--push-one-fifth {
    margin-left: 20%;
    left: auto; }
  .grid--flex .widescreen-down--push-two-fifths {
    margin-left: 40%;
    left: auto; }
  .grid--flex .widescreen-down--push-three-fifths {
    margin-left: 60%;
    left: auto; }
  .grid--flex .widescreen-down--push-four-fifths {
    margin-left: 80%;
    left: auto; }
  .grid--flex .widescreen-down--push-one-sixth {
    margin-left: 16.66667%;
    left: auto; }
  .grid--flex .widescreen-down--push-two-sixths {
    margin-left: 33.33333%;
    left: auto; }
  .grid--flex .widescreen-down--push-three-sixths {
    margin-left: 50%;
    left: auto; }
  .grid--flex .widescreen-down--push-four-sixths {
    margin-left: 66.66667%;
    left: auto; }
  .grid--flex .widescreen-down--push-five-sixths {
    margin-left: 83.33333%;
    left: auto; }
  .grid--flex .widescreen-down--push-one-eighth {
    margin-left: 12.5%;
    left: auto; }
  .grid--flex .widescreen-down--push-two-eighths {
    margin-left: 25%;
    left: auto; }
  .grid--flex .widescreen-down--push-three-eighths {
    margin-left: 37.5%;
    left: auto; }
  .grid--flex .widescreen-down--push-four-eighths {
    margin-left: 50%;
    left: auto; }
  .grid--flex .widescreen-down--push-five-eighths {
    margin-left: 62.5%;
    left: auto; }
  .grid--flex .widescreen-down--push-six-eighths {
    margin-left: 75%;
    left: auto; }
  .grid--flex .widescreen-down--push-seven-eighths {
    margin-left: 87.5%;
    left: auto; }
  .grid--flex .widescreen-down--push-one-tenth {
    margin-left: 10%;
    left: auto; }
  .grid--flex .widescreen-down--push-two-tenths {
    margin-left: 20%;
    left: auto; }
  .grid--flex .widescreen-down--push-three-tenths {
    margin-left: 30%;
    left: auto; }
  .grid--flex .widescreen-down--push-four-tenths {
    margin-left: 40%;
    left: auto; }
  .grid--flex .widescreen-down--push-five-tenths {
    margin-left: 50%;
    left: auto; }
  .grid--flex .widescreen-down--push-six-tenths {
    margin-left: 60%;
    left: auto; }
  .grid--flex .widescreen-down--push-seven-tenths {
    margin-left: 70%;
    left: auto; }
  .grid--flex .widescreen-down--push-eight-tenths {
    margin-left: 80%;
    left: auto; }
  .grid--flex .widescreen-down--push-nine-tenths {
    margin-left: 90%;
    left: auto; }
  .grid--flex .widescreen-down--push-one-twelfth {
    margin-left: 8.33333%;
    left: auto; }
  .grid--flex .widescreen-down--push-two-twelfths {
    margin-left: 16.66667%;
    left: auto; }
  .grid--flex .widescreen-down--push-three-twelfths {
    margin-left: 25%;
    left: auto; }
  .grid--flex .widescreen-down--push-four-twelfths {
    margin-left: 33.33333%;
    left: auto; }
  .grid--flex .widescreen-down--push-five-twelfths {
    margin-left: 41.66667%;
    left: auto; }
  .grid--flex .widescreen-down--push-six-twelfths {
    margin-left: 50%;
    left: auto; }
  .grid--flex .widescreen-down--push-seven-twelfths {
    margin-left: 58.33333%;
    left: auto; }
  .grid--flex .widescreen-down--push-eight-twelfths {
    margin-left: 66.66667%;
    left: auto; }
  .grid--flex .widescreen-down--push-nine-twelfths {
    margin-left: 75%;
    left: auto; }
  .grid--flex .widescreen-down--push-ten-twelfths {
    margin-left: 83.33333%;
    left: auto; }
  .grid--flex .widescreen-down--push-eleven-twelfths {
    margin-left: 91.66667%;
    left: auto; } }

@media only screen and (min-width: 1200px) {
  .widescreen-up--push-one-half {
    left: 50%; }
  .widescreen-up--push-one-third {
    left: 33.33333%; }
  .widescreen-up--push-two-thirds {
    left: 66.66667%; }
  .widescreen-up--push-one-quarter {
    left: 25%; }
  .widescreen-up--push-two-quarters {
    left: 50%; }
  .widescreen-up--push-three-quarters {
    left: 75%; }
  .widescreen-up--push-one-fifth {
    left: 20%; }
  .widescreen-up--push-two-fifths {
    left: 40%; }
  .widescreen-up--push-three-fifths {
    left: 60%; }
  .widescreen-up--push-four-fifths {
    left: 80%; }
  .widescreen-up--push-one-sixth {
    left: 16.66667%; }
  .widescreen-up--push-two-sixths {
    left: 33.33333%; }
  .widescreen-up--push-three-sixths {
    left: 50%; }
  .widescreen-up--push-four-sixths {
    left: 66.66667%; }
  .widescreen-up--push-five-sixths {
    left: 83.33333%; }
  .widescreen-up--push-one-eighth {
    left: 12.5%; }
  .widescreen-up--push-two-eighths {
    left: 25%; }
  .widescreen-up--push-three-eighths {
    left: 37.5%; }
  .widescreen-up--push-four-eighths {
    left: 50%; }
  .widescreen-up--push-five-eighths {
    left: 62.5%; }
  .widescreen-up--push-six-eighths {
    left: 75%; }
  .widescreen-up--push-seven-eighths {
    left: 87.5%; }
  .widescreen-up--push-one-tenth {
    left: 10%; }
  .widescreen-up--push-two-tenths {
    left: 20%; }
  .widescreen-up--push-three-tenths {
    left: 30%; }
  .widescreen-up--push-four-tenths {
    left: 40%; }
  .widescreen-up--push-five-tenths {
    left: 50%; }
  .widescreen-up--push-six-tenths {
    left: 60%; }
  .widescreen-up--push-seven-tenths {
    left: 70%; }
  .widescreen-up--push-eight-tenths {
    left: 80%; }
  .widescreen-up--push-nine-tenths {
    left: 90%; }
  .widescreen-up--push-one-twelfth {
    left: 8.33333%; }
  .widescreen-up--push-two-twelfths {
    left: 16.66667%; }
  .widescreen-up--push-three-twelfths {
    left: 25%; }
  .widescreen-up--push-four-twelfths {
    left: 33.33333%; }
  .widescreen-up--push-five-twelfths {
    left: 41.66667%; }
  .widescreen-up--push-six-twelfths {
    left: 50%; }
  .widescreen-up--push-seven-twelfths {
    left: 58.33333%; }
  .widescreen-up--push-eight-twelfths {
    left: 66.66667%; }
  .widescreen-up--push-nine-twelfths {
    left: 75%; }
  .widescreen-up--push-ten-twelfths {
    left: 83.33333%; }
  .widescreen-up--push-eleven-twelfths {
    left: 91.66667%; }
  .grid--flex .widescreen-up--push-one-half {
    margin-left: 50%;
    left: auto; }
  .grid--flex .widescreen-up--push-one-third {
    margin-left: 33.33333%;
    left: auto; }
  .grid--flex .widescreen-up--push-two-thirds {
    margin-left: 66.66667%;
    left: auto; }
  .grid--flex .widescreen-up--push-one-quarter {
    margin-left: 25%;
    left: auto; }
  .grid--flex .widescreen-up--push-two-quarters {
    margin-left: 50%;
    left: auto; }
  .grid--flex .widescreen-up--push-three-quarters {
    margin-left: 75%;
    left: auto; }
  .grid--flex .widescreen-up--push-one-fifth {
    margin-left: 20%;
    left: auto; }
  .grid--flex .widescreen-up--push-two-fifths {
    margin-left: 40%;
    left: auto; }
  .grid--flex .widescreen-up--push-three-fifths {
    margin-left: 60%;
    left: auto; }
  .grid--flex .widescreen-up--push-four-fifths {
    margin-left: 80%;
    left: auto; }
  .grid--flex .widescreen-up--push-one-sixth {
    margin-left: 16.66667%;
    left: auto; }
  .grid--flex .widescreen-up--push-two-sixths {
    margin-left: 33.33333%;
    left: auto; }
  .grid--flex .widescreen-up--push-three-sixths {
    margin-left: 50%;
    left: auto; }
  .grid--flex .widescreen-up--push-four-sixths {
    margin-left: 66.66667%;
    left: auto; }
  .grid--flex .widescreen-up--push-five-sixths {
    margin-left: 83.33333%;
    left: auto; }
  .grid--flex .widescreen-up--push-one-eighth {
    margin-left: 12.5%;
    left: auto; }
  .grid--flex .widescreen-up--push-two-eighths {
    margin-left: 25%;
    left: auto; }
  .grid--flex .widescreen-up--push-three-eighths {
    margin-left: 37.5%;
    left: auto; }
  .grid--flex .widescreen-up--push-four-eighths {
    margin-left: 50%;
    left: auto; }
  .grid--flex .widescreen-up--push-five-eighths {
    margin-left: 62.5%;
    left: auto; }
  .grid--flex .widescreen-up--push-six-eighths {
    margin-left: 75%;
    left: auto; }
  .grid--flex .widescreen-up--push-seven-eighths {
    margin-left: 87.5%;
    left: auto; }
  .grid--flex .widescreen-up--push-one-tenth {
    margin-left: 10%;
    left: auto; }
  .grid--flex .widescreen-up--push-two-tenths {
    margin-left: 20%;
    left: auto; }
  .grid--flex .widescreen-up--push-three-tenths {
    margin-left: 30%;
    left: auto; }
  .grid--flex .widescreen-up--push-four-tenths {
    margin-left: 40%;
    left: auto; }
  .grid--flex .widescreen-up--push-five-tenths {
    margin-left: 50%;
    left: auto; }
  .grid--flex .widescreen-up--push-six-tenths {
    margin-left: 60%;
    left: auto; }
  .grid--flex .widescreen-up--push-seven-tenths {
    margin-left: 70%;
    left: auto; }
  .grid--flex .widescreen-up--push-eight-tenths {
    margin-left: 80%;
    left: auto; }
  .grid--flex .widescreen-up--push-nine-tenths {
    margin-left: 90%;
    left: auto; }
  .grid--flex .widescreen-up--push-one-twelfth {
    margin-left: 8.33333%;
    left: auto; }
  .grid--flex .widescreen-up--push-two-twelfths {
    margin-left: 16.66667%;
    left: auto; }
  .grid--flex .widescreen-up--push-three-twelfths {
    margin-left: 25%;
    left: auto; }
  .grid--flex .widescreen-up--push-four-twelfths {
    margin-left: 33.33333%;
    left: auto; }
  .grid--flex .widescreen-up--push-five-twelfths {
    margin-left: 41.66667%;
    left: auto; }
  .grid--flex .widescreen-up--push-six-twelfths {
    margin-left: 50%;
    left: auto; }
  .grid--flex .widescreen-up--push-seven-twelfths {
    margin-left: 58.33333%;
    left: auto; }
  .grid--flex .widescreen-up--push-eight-twelfths {
    margin-left: 66.66667%;
    left: auto; }
  .grid--flex .widescreen-up--push-nine-twelfths {
    margin-left: 75%;
    left: auto; }
  .grid--flex .widescreen-up--push-ten-twelfths {
    margin-left: 83.33333%;
    left: auto; }
  .grid--flex .widescreen-up--push-eleven-twelfths {
    margin-left: 91.66667%;
    left: auto; } }

@media only screen and (min-width: 1920px) {
  .hd--push-one-half {
    left: 50%; }
  .hd--push-one-third {
    left: 33.33333%; }
  .hd--push-two-thirds {
    left: 66.66667%; }
  .hd--push-one-quarter {
    left: 25%; }
  .hd--push-two-quarters {
    left: 50%; }
  .hd--push-three-quarters {
    left: 75%; }
  .hd--push-one-fifth {
    left: 20%; }
  .hd--push-two-fifths {
    left: 40%; }
  .hd--push-three-fifths {
    left: 60%; }
  .hd--push-four-fifths {
    left: 80%; }
  .hd--push-one-sixth {
    left: 16.66667%; }
  .hd--push-two-sixths {
    left: 33.33333%; }
  .hd--push-three-sixths {
    left: 50%; }
  .hd--push-four-sixths {
    left: 66.66667%; }
  .hd--push-five-sixths {
    left: 83.33333%; }
  .hd--push-one-eighth {
    left: 12.5%; }
  .hd--push-two-eighths {
    left: 25%; }
  .hd--push-three-eighths {
    left: 37.5%; }
  .hd--push-four-eighths {
    left: 50%; }
  .hd--push-five-eighths {
    left: 62.5%; }
  .hd--push-six-eighths {
    left: 75%; }
  .hd--push-seven-eighths {
    left: 87.5%; }
  .hd--push-one-tenth {
    left: 10%; }
  .hd--push-two-tenths {
    left: 20%; }
  .hd--push-three-tenths {
    left: 30%; }
  .hd--push-four-tenths {
    left: 40%; }
  .hd--push-five-tenths {
    left: 50%; }
  .hd--push-six-tenths {
    left: 60%; }
  .hd--push-seven-tenths {
    left: 70%; }
  .hd--push-eight-tenths {
    left: 80%; }
  .hd--push-nine-tenths {
    left: 90%; }
  .hd--push-one-twelfth {
    left: 8.33333%; }
  .hd--push-two-twelfths {
    left: 16.66667%; }
  .hd--push-three-twelfths {
    left: 25%; }
  .hd--push-four-twelfths {
    left: 33.33333%; }
  .hd--push-five-twelfths {
    left: 41.66667%; }
  .hd--push-six-twelfths {
    left: 50%; }
  .hd--push-seven-twelfths {
    left: 58.33333%; }
  .hd--push-eight-twelfths {
    left: 66.66667%; }
  .hd--push-nine-twelfths {
    left: 75%; }
  .hd--push-ten-twelfths {
    left: 83.33333%; }
  .hd--push-eleven-twelfths {
    left: 91.66667%; }
  .grid--flex .hd--push-one-half {
    margin-left: 50%;
    left: auto; }
  .grid--flex .hd--push-one-third {
    margin-left: 33.33333%;
    left: auto; }
  .grid--flex .hd--push-two-thirds {
    margin-left: 66.66667%;
    left: auto; }
  .grid--flex .hd--push-one-quarter {
    margin-left: 25%;
    left: auto; }
  .grid--flex .hd--push-two-quarters {
    margin-left: 50%;
    left: auto; }
  .grid--flex .hd--push-three-quarters {
    margin-left: 75%;
    left: auto; }
  .grid--flex .hd--push-one-fifth {
    margin-left: 20%;
    left: auto; }
  .grid--flex .hd--push-two-fifths {
    margin-left: 40%;
    left: auto; }
  .grid--flex .hd--push-three-fifths {
    margin-left: 60%;
    left: auto; }
  .grid--flex .hd--push-four-fifths {
    margin-left: 80%;
    left: auto; }
  .grid--flex .hd--push-one-sixth {
    margin-left: 16.66667%;
    left: auto; }
  .grid--flex .hd--push-two-sixths {
    margin-left: 33.33333%;
    left: auto; }
  .grid--flex .hd--push-three-sixths {
    margin-left: 50%;
    left: auto; }
  .grid--flex .hd--push-four-sixths {
    margin-left: 66.66667%;
    left: auto; }
  .grid--flex .hd--push-five-sixths {
    margin-left: 83.33333%;
    left: auto; }
  .grid--flex .hd--push-one-eighth {
    margin-left: 12.5%;
    left: auto; }
  .grid--flex .hd--push-two-eighths {
    margin-left: 25%;
    left: auto; }
  .grid--flex .hd--push-three-eighths {
    margin-left: 37.5%;
    left: auto; }
  .grid--flex .hd--push-four-eighths {
    margin-left: 50%;
    left: auto; }
  .grid--flex .hd--push-five-eighths {
    margin-left: 62.5%;
    left: auto; }
  .grid--flex .hd--push-six-eighths {
    margin-left: 75%;
    left: auto; }
  .grid--flex .hd--push-seven-eighths {
    margin-left: 87.5%;
    left: auto; }
  .grid--flex .hd--push-one-tenth {
    margin-left: 10%;
    left: auto; }
  .grid--flex .hd--push-two-tenths {
    margin-left: 20%;
    left: auto; }
  .grid--flex .hd--push-three-tenths {
    margin-left: 30%;
    left: auto; }
  .grid--flex .hd--push-four-tenths {
    margin-left: 40%;
    left: auto; }
  .grid--flex .hd--push-five-tenths {
    margin-left: 50%;
    left: auto; }
  .grid--flex .hd--push-six-tenths {
    margin-left: 60%;
    left: auto; }
  .grid--flex .hd--push-seven-tenths {
    margin-left: 70%;
    left: auto; }
  .grid--flex .hd--push-eight-tenths {
    margin-left: 80%;
    left: auto; }
  .grid--flex .hd--push-nine-tenths {
    margin-left: 90%;
    left: auto; }
  .grid--flex .hd--push-one-twelfth {
    margin-left: 8.33333%;
    left: auto; }
  .grid--flex .hd--push-two-twelfths {
    margin-left: 16.66667%;
    left: auto; }
  .grid--flex .hd--push-three-twelfths {
    margin-left: 25%;
    left: auto; }
  .grid--flex .hd--push-four-twelfths {
    margin-left: 33.33333%;
    left: auto; }
  .grid--flex .hd--push-five-twelfths {
    margin-left: 41.66667%;
    left: auto; }
  .grid--flex .hd--push-six-twelfths {
    margin-left: 50%;
    left: auto; }
  .grid--flex .hd--push-seven-twelfths {
    margin-left: 58.33333%;
    left: auto; }
  .grid--flex .hd--push-eight-twelfths {
    margin-left: 66.66667%;
    left: auto; }
  .grid--flex .hd--push-nine-twelfths {
    margin-left: 75%;
    left: auto; }
  .grid--flex .hd--push-ten-twelfths {
    margin-left: 83.33333%;
    left: auto; }
  .grid--flex .hd--push-eleven-twelfths {
    margin-left: 91.66667%;
    left: auto; } }

@media only screen and (min-width: 768px) {
  .grid-medium-up--table {
    display: table;
    table-layout: fixed;
    width: 100%; }
    .grid-medium-up--table > div {
      display: table-cell;
      vertical-align: middle;
      float: none; }
    .grid-medium-up--table::after, .grid-medium-up--table::before {
      display: none; } }

@media only screen and (min-width: 991px) {
  .grid-large-up--table {
    display: table;
    table-layout: fixed;
    width: 100%; }
    .grid-large-up--table > div {
      display: table-cell;
      vertical-align: middle;
      float: none; }
    .grid-large-up--table::after, .grid-large-up--table::before {
      display: none; } }

@media only screen and (min-width: 991px) {
  .grid--66 {
    margin-left: -66px; }
    .grid--66 > .grid__item {
      padding-left: 66px; } }

.grid--inline {
  font-size: 0;
  text-align: center; }
  .grid--inline > .grid__item {
    float: none;
    display: inline-block;
    vertical-align: top; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }
  .mfp-bg.darken {
    opacity: 1; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }
  .mfp-content #MainContent {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 1100px;
    margin: 20px auto; }
  .mfp-content #newsletterPopup {
    margin-bottom: 0; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
    * Remove all paddings around the image on small screen
    */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 1100px;
  margin: 20px auto; }

html, body {
  height: auto;
  background-color: #fff; }

body {
  padding: 0; }

figure {
  margin-bottom: 2.03333rem;
  margin-top: 2.03333rem; }
  figure > figcaption {
    margin-bottom: -0.53333rem; }

figcaption {
  color: #a5a5a5;
  margin-top: 0.73333rem; }

.site-wrap {
  padding-top: 4.66667rem; }
  @media (min-width: 991px) {
    .site-wrap {
      padding-top: 7.16667rem; } }
  @media (min-width: 1200px) {
    .site-wrap {
      padding-top: 9.03333rem; } }

body {
  font-size: 0.93333rem;
  font-weight: 400; }


h1,
.h1,
h2,
.h2,
h3,
.h3,
.cart-actions .btn,
.cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit,
.productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions #ISR_form_submit,
.cart-actions .swal2-confirm,
.cart-actions .swal2-cancel,
h4,
.h4,
.estimator-form select.form-select#shipping-state,
h5,
.h5, h6 {
  font-weight: 400;
  margin-top: 2.23333rem; }


h5,
.h5,
h6 {
  text-transform: uppercase; }

a {
  transition: color 0.15s ease; }

cite {
  line-height: 1.5;
  margin: 0.53333rem 0 0; }

.page-heading {
  font-size: 2.66667rem;
  margin: 0 0 3rem;
  text-align: center; }

.definitionList:before, .definitionList:after {
  content: " ";
  display: table; }

.definitionList:after {
  clear: both; }

.definitionList-key {
  color: #989898;
  float: left;
  font-weight: 400;
  margin: 0 0.4rem 0 0; }

.definitionList-value {
  margin: 0; }

.form-select {
  appearance: none;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z' fill='rgba(130, 130, 130, 0.999)' /%3E%3C/svg%3E");
  background-position: right 0.6rem top 0.73333rem;
  border-radius: 4px;
  padding: 0.75rem 3rem 0.75rem 1rem; }

.form-label small, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper label small {
  float: right;
  margin-top: 0.4rem; }

.form-label--inlineSmall small {
  color: #989898;
  float: none;
  font-size: inherit;
  font-weight: 400;
  margin-left: 0.4rem;
  text-transform: none; }

.table {
  margin-top: 2.03333rem; }
  .table td + td {
    border-left: 1px solid #e8e8e8; }
  .table .table-alignCenter {
    text-align: center; }
  .table .table-alignRight {
    text-align: right; }

.table-actions {
  margin: 1.5rem;
  text-align: center; }
  .table-actions .form, .table-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content .table-actions #ISR_form {
    margin-bottom: 0; }
  .table-actions .button {
    display: block;
    margin-left: 0;
    margin-right: 0;
    width: 100%; }
    @media (min-width: 480px) {
      .table-actions .button {
        display: inline-block;
        margin-bottom: 0;
        width: auto; } }
    @media (min-width: 480px) {
      .table-actions .button + .button {
        margin-left: 0.4rem; } }

.table--line {
  border-color: #e8e8e8;
  border-width: 0 0 1px; }
  .table--line .table-thead {
    background-color: white;
    border-color: #e8e8e8;
    border-width: 0 0 1px; }
    .table--line .table-thead tr th {
      padding-left: 0;
      padding-right: 0; }
      @media (min-width: 480px) {
        .table--line .table-thead tr th {
          text-align: center; }
          .table--line .table-thead tr th:first-child {
            text-align: left; }
          .table--line .table-thead tr th:last-child {
            text-align: right; } }
      .table--line .table-thead tr th + th {
        padding-left: 1.5rem; }
  .table--line tr {
    border-color: 1px solid #e8e8e8; }
    .table--line tr td {
      display: block;
      padding-left: 0;
      padding-right: 0; }
      @media (min-width: 480px) {
        .table--line tr td {
          text-align: center; }
          .table--line tr td:first-child {
            text-align: left; }
          .table--line tr td:last-child {
            text-align: right; } }
      .table--line tr td + td {
        padding-left: 1.5rem; }
  .table--line td + td {
    border-left: 0; }

.dropdown {
  left: -9999px;
  outline: none;
  position: absolute; }

.dropdown-menu {
  z-index: 5; }
  .dropdown-menu.is-loading .loadingOverlay {
    background: none;
    padding: 4.5rem 0;
    position: relative; }
  .dropdown-menu.is-open, .dropdown-menu:hover,
  .has-hover:hover .dropdown-menu {
    display: block; }
  .dropdown-menu .button:focus {
    z-index: 5; }

.dropdown-menu-item {
  text-align: left; }
  .dropdown-menu-item:first-child > a {
    padding-top: 0.73333rem; }
  .dropdown-menu-item:last-child > a {
    padding-bottom: 1rem; }
  .dropdown-menu-item > a {
    margin: 0;
    padding: 0.26667rem 1.13333rem;
    text-decoration: none; }

.dropdown-menu-button {
  width: 100%; }
  .dropdown-menu-button.is-open {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px; }
  .dropdown-menu-button .icon {
    float: right;
    margin-left: 10px; }
  .dropdown-menu-button:focus {
    z-index: 10; }

#wishlist-dropdown.is-open {
  background: transparent;
  left: 0 !important;
  max-width: none !important;
  width: 100% !important;
  margin-top: 10px; }
  #wishlist-dropdown.is-open:focus {
    outline: none; }
  #wishlist-dropdown.is-open [data-wishlist] {
    border-top: none;
    margin-bottom: 0px;
    width: 100%; }
  #wishlist-dropdown.is-open .button {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    width: 100%; }
  #wishlist-dropdown.is-open .button--has-items {
    font-weight: 700; }
  #wishlist-dropdown.is-open li:not(:last-child) .button {
    border-bottom: none;
    border-radius: 0px;
    border-top: none;
    margin-bottom: 0px; }

.modal {
  left: 50%;
  margin: 0;
  max-height: 90%;
  max-width: 95%;
  min-height: auto;
  outline: none;
  overflow: hidden;
  padding: 0;
  right: 0;
  top: 50% !important;
  transform: translate(-50%, -50%); }
  .modal .form-field, .modal .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .modal #ISR_form_email-wrapper {
    position: relative; }

@media (min-width: 991px) {
  .modal--large {
    width: 1280px; } }

.modal-header {
  padding-left: 2.25rem;
  padding-right: 2.88333rem; }

.modal-header-title {
  font-size: 25px;
  text-align: center; }
  @media (min-width: 768px) {
    .modal-header-title {
      font-size: 35px; } }

.modal-close {
  height: 2.13333rem;
  width: 2.13333rem;
  color: #4f4f4f;
  font-size: 26px;
  line-height: 2.13333rem;
  padding: 0;
  position: absolute;
  text-align: center;
  text-decoration: none;
  z-index: 50; }
  @media (min-width: 768px) {
    .modal-close {
      font-size: 32px; } }
  .modal-close:hover {
    color: #a5a5a5; }
  .modal-close:focus:before {
    content: " ";
    position: absolute;
    right: 0;
    top: 50%;
    border-width: 0.66667rem;
    border-style: solid;
    border-color: transparent transparent #313440 transparent; }
  .modal-close:focus:after {
    content: attr(title);
    padding: 0.26667rem 0.4rem;
    background-color: #313440;
    color: white;
    position: absolute;
    font-size: 1rem;
    white-space: nowrap;
    right: 0;
    top: 100%;
    cursor: default;
    border-radius: 0.53333rem; }

.modal-body {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 2.25rem 2.25rem; }

.hide-content {
  opacity: 0; }

ol.breadcrumbs {
  display: none;
  font-size: 0;
  text-align: center;
  overflow: visible; }
  @media (min-width: 480px) {
    ol.breadcrumbs {
      display: block; } }

.breadcrumb {
  display: inline-block;
  float: none; }
  .breadcrumb.is-active > .breadcrumb-label {
    cursor: text; }

.breadcrumb-label {
  text-decoration: none; }

.panel-title {
  font-size: 20px; }

.panel--large .panel-body {
  margin-bottom: 2.03333rem;
  padding: 2.03333rem; }

.pagination-list {
  font-size: 0;
  margin: 3rem 0 1.5rem;
  text-align: center; }
  .pagination-list:before, .pagination-list:after {
    content: " ";
    display: table; }
  .pagination-list:after {
    clear: both; }
  .pagination-list .pagination-item {
    display: inline-block; }

.pagination-item {
  border: 1px solid transparent;
  line-height: 1; }
  .pagination-item .pagination-link {
    text-decoration: none;
    transition: all 0.2s ease; }
    .pagination-item .pagination-link:hover {
      color: #4f4f4f; }
  .pagination-item.pagination-item--current {
    border-color: #e8e8e8;
    border-radius: 4px;
    margin: 0 0.4rem; }
  .pagination-item.pagination-item--previous > a, .pagination-item.pagination-item--next > a {
    color: #4f4f4f; }
    .pagination-item.pagination-item--previous > a:hover, .pagination-item.pagination-item--next > a:hover {
      color: #a5a5a5; }
      .pagination-item.pagination-item--previous > a:hover .icon > svg, .pagination-item.pagination-item--next > a:hover .icon > svg {
        fill: #a5a5a5; }

.pagination-item--previous .icon,
.pagination-item--next .icon {
  height: 1.33333rem;
  margin-top: -0.13333rem;
  width: 1.33333rem; }

.pagination-item--previous {
  float: left; }
  .pagination-item--previous .icon {
    margin-left: 0; }

.pagination-item--next {
  float: right; }
  .pagination-item--next .icon {
    margin-right: 0; }

.pagination-list--small {
  position: relative; }
  .pagination-list--small .pagination-item {
    color: #989898;
    cursor: inherit;
    line-height: 1.5; }
  .pagination-list--small .pagination-link {
    padding: 0 0.4rem; }
  .pagination-list--small .pagination-item--previous,
  .pagination-list--small .pagination-item--next {
    position: absolute;
    top: 0; }
  .pagination-list--small .pagination-item--previous {
    left: 0; }
  .pagination-list--small .pagination-item--next {
    right: 0; }

.button {
  line-height: 1rem;
  transition: all 0.15s ease; }
  .button + .button {
    margin-left: 0; }
    @media (min-width: 768px) {
      .button + .button {
        margin-left: 0.73333rem; } }

.button[disabled] {
  cursor: not-allowed; }

.button--icon svg {
  fill: #4f4f4f; }

.tab {
  border-top: 1px solid #e8e8e8;
  float: none; }
  @media (min-width: 768px) {
    .tab {
      border-top-color: white;
      float: left; } }
  .tab.is-active {
    border-left-color: white;
    border-right-color: white; }
    @media (min-width: 480px) {
      .tab.is-active {
        margin-bottom: -1px; } }
    @media (min-width: 768px) {
      .tab.is-active {
        border: 1px solid #e8e8e8;
        border-bottom: 1px solid white; } }

.tab-title {
  padding: 1.13333rem 0;
  text-align: center;
  text-decoration: none; }
  @media (min-width: 480px) {
    .tab-title {
      text-align: left; } }
  @media (min-width: 768px) {
    .tab-title {
      padding: 0.73333rem 1.5rem; } }

.tab-content.has-jsContent {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  visibility: hidden; }
  .tab-content.has-jsContent.is-active {
    height: auto;
    overflow: visible;
    padding: 1.5rem 0;
    visibility: visible; }

.accordion {
  border-radius: 4px;
  box-shadow: none; }
  .accordion .navList {
    margin-bottom: 0; }

.accordion-content {
  border: 0; }
  .accordion-content .form:only-child, .accordion-content .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form:only-child, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content .accordion-content #ISR_form:only-child {
    margin-bottom: 0; }

.accordion-title {
  color: #4f4f4f;
  text-align: left;
  margin: 0; }

.accordion-navigation {
  position: relative;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-right: 1rem; }
  .accordion-navigation:hover, .accordion-navigation:focus {
    background-color: transparent; }

@media (min-width: 991px) {
  .accordion--navList {
    border: 0; } }

@media (min-width: 991px) {
  .sidebarBlock + .accordion--navList {
    margin-top: 2.03333rem; } }

@media (min-width: 991px) {
  .accordion--navList .accordion-block {
    margin-top: 2.03333rem; } }

.accordion--navList .accordion-content {
  padding: 0 1rem; }
  @media (min-width: 991px) {
    .accordion--navList .accordion-content {
      padding: 0; } }

@media (min-width: 991px) {
  .accordion--navList .accordion-navigation {
    background-position: right 0 top 50%;
    border: 0;
    margin-bottom: 0.73333rem !important;
    padding: 0; } }

.accordion--navList .accordion-title {
  font-weight: normal;
  padding: 1rem;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 15px; }
  @media (min-width: 991px) {
    .accordion--navList .accordion-title {
      padding: 0; } }

.accordion--navList .accordion-indicator {
  fill: #a5a5a5; }

.accordion-block:first-child {
  margin-top: 0; }
  .accordion-block:first-child .accordion-navigation {
    border-radius: 4px 4px 0 0; }

.accordion-block:last-child .accordion-navigation,
.accordion-block:last-child .accordion-content {
  border-radius: 0 0 4px 4px; }

.accordion-block:last-child .accordion-navigation {
  border-bottom-width: 0; }
  .accordion-block:last-child .accordion-navigation.is-open {
    border-bottom-width: 1px;
    border-radius: 0; }

.accordion-navigation-actions {
  position: absolute; }
  .accordion-navigation-actions > a {
    color: #989898;
    vertical-align: middle; }
    .accordion-navigation-actions > a:hover {
      color: #4f4f4f; }

ul.inlineList {
  overflow: visible; }
  ul.inlineList:before, ul.inlineList:after {
    content: " ";
    display: table; }
  ul.inlineList:after {
    clear: both; }

.inlineList--labels {
  margin-bottom: 0;
  margin-left: -0.73333rem; }
  .inlineList--labels > li {
    margin-bottom: 0.73333rem;
    margin-left: 0.73333rem; }

.alertBox {
  border-radius: 0;
  color: #4f4f4f;
  text-align: left; }

.alertBox-icon .icon {
  height: 1.66667rem;
  width: 1.66667rem; }

.alertBox--info {
  color: white;
  background-color: #b7b4b4; }
  .alertBox--info .alertBox-close svg {
    fill: #dfdfdf; }

.alertBox--success {
  color: white; }

.left-off-canvas-menu,
.right-off-canvas-menu {
  display: block !important;
  position: fixed;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 0, 0); }

.offcanvas-overlap-left .right-off-canvas-menu,
.offcanvas-overlap-right .left-off-canvas-menu {
  z-index: 1004;
  opacity: 1;
  visibility: visible; }

.move-left .header {
  transform: translate3d(-23.6rem, 0, 0); }

.move-right .header {
  transform: translate3d(23.6rem, 0, 0); }

.inner-wrap {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  overflow: hidden; }

.exit-off-canvas {
  transition: background 300ms ease, transform 500ms ease; }
  .move-left .exit-off-canvas,
  .move-right .exit-off-canvas {
    transition: background 300ms ease, transform 500ms ease;
    box-shadow: none; }
  .move-left .exit-off-canvas {
    transform: translate3d(-23.6rem, 0, 0); }
  .move-right .exit-off-canvas {
    transform: translate3d(23.6rem, 0, 0); }

ul.off-canvas-list li label {
  padding: 10px 1rem; }

ul.off-canvas-list li.offcanvas-title label {
  padding: 0 1rem; }

ul.off-canvas-list li.store-credit {
  float: right;
  transform: translate(0, -100%); }
  ul.off-canvas-list li.store-credit a {
    padding: 10px 1rem;
    border-bottom-color: transparent;
    color: #fff; }

.form--hiddenLabels .form-label, .form--hiddenLabels .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper label, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper .form--hiddenLabels label {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.form-inlineMessage {
  display: block; }


.form-field--error .form-input,
.form-field--error .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper input[type="email"],
.productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper .form-field--error input[type="email"] {
  float: none; }

.form-field--error .form-inlineMessage:before {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z' fill='rgba(255, 125, 125, 0.999)' /%3E%3C/svg%3E") no-repeat;
  background-size: 100%;
  content: "";
  display: inline-block;
  height: 0.93333rem;
  left: -0.13333rem;
  margin-right: 0.06667rem;
  position: relative;
  top: 0.2rem;
  width: 0.93333rem; }

.form-field--success .form-input[type="text"], .form-field--success .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper input[type="text"][type="email"], .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper .form-field--success input[type="text"][type="email"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(124, 163, 134, 0.999)' /%3E%3C/svg%3E");
  background-position: right 0.73333rem center;
  background-repeat: no-repeat;
  padding-right: 3rem; }

.form-checkbox + .form-label:last-child, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper .form-checkbox + label:last-child,
.form-radio + .form-label:last-child,
.productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper .form-radio + label:last-child {
  display: block;
  margin-bottom: -0.33333rem; }

.form-checkbox + .form-label::after, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper .form-checkbox + label::after,
.form-radio + .form-label::after,
.productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper .form-radio + label::after {
  top: 0.26667rem; }

.form-checkbox + .form-label::before, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper .form-checkbox + label::before,
.form-radio + .form-label::before,
.productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper .form-radio + label::before {
  top: 0.2rem; }

.form-option-wrapper {
  position: relative;
  display: inline-block; }
  .form-option-wrapper .form-radio, .form-option-wrapper .form-checkbox {
    bottom: 0.5rem;
    left: 0.5rem; }

.form-actions {
  margin: 0 auto;
  max-width: 80rem;
  width: 100%;
  display: block; }
  .form-actions:before, .form-actions:after {
    content: " ";
    display: table; }
  .form-actions:after {
    clear: both; }
  .form-actions .button,
  .form-actions input,
  .form-actions a {
    vertical-align: top;
    width: 100%; }
    @media (min-width: 480px) {
      .form-actions .button,
      .form-actions input,
      .form-actions a {
        margin-bottom: 0; } }
    .form-actions .button + .button,
    .form-actions .button + input,
    .form-actions .button + a,
    .form-actions input + .button,
    .form-actions input + input,
    .form-actions input + a,
    .form-actions a + .button,
    .form-actions a + input,
    .form-actions a + a {
      margin-top: 0.73333rem; }
      @media (min-width: 480px) {
        .form-actions .button + .button,
        .form-actions .button + input,
        .form-actions .button + a,
        .form-actions input + .button,
        .form-actions input + input,
        .form-actions input + a,
        .form-actions a + .button,
        .form-actions a + input,
        .form-actions a + a {
          margin: 0 0 0 0.73333rem; } }

.form-label--alternate {
  margin-bottom: 0.73333rem; }

.form-select--date {
  width: initial; }
  .form-select--date + .form-select--date {
    margin-left: 0.4rem; }

.form-select--small,
.form-select--date {
  background-position: right 0.53333rem top 0.53333rem;
  background-size: 1.2rem;
  font-size: 1rem;
  height: 2.33333rem;
  line-height: 1rem;
  max-width: 20rem;
  padding: 0.6rem 0.8rem;
  padding-right: 2rem; }

.form-select--short {
  max-width: 6rem;
  width: 4.5rem; }

.form-file {
  margin-bottom: 0.53333rem; }

.form-fileDescription {
  color: #a5a5a5;
  font-size: 13px; }

.form-field-group {
  border: 1px solid black;
  border-radius: 0;
  padding: 1.5rem; }

.form-column {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  width: 100%;
  float: left; }
  @media (min-width: 480px) {
    .form-column {
      padding-left: 0.5rem;
      padding-right: 0.5rem;
      width: 50%;
      float: left; } }

.form-prefixPostfix {
  display: block; }
  @media (min-width: 991px) {
    .form-prefixPostfix {
      display: flex; } }
  .form-prefixPostfix::-webkit-input-placeholder {
    color: black; }
  .form-prefixPostfix::-moz-placeholder {
    color: black; }
  .form-prefixPostfix:-ms-input-placeholder {
    color: black; }
  .form-prefixPostfix.wrap {
    flex-wrap: wrap; }
  .form-prefixPostfix .form-input, .form-prefixPostfix .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper input[type="email"], .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper .form-prefixPostfix input[type="email"],
  .form-prefixPostfix .button {
    display: block;
    width: 100%; }
  @media (min-width: 991px) {
    .form-prefixPostfix .form-input, .form-prefixPostfix .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper input[type="email"], .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper .form-prefixPostfix input[type="email"] {
      width: auto; } }
  @media (min-width: 991px) {
    .form-prefixPostfix .button {
      width: auto; } }
  .form-prefixPostfix .form-inlineMessage {
    margin-bottom: 0.4rem; }
    @media (min-width: 991px) {
      .form-prefixPostfix .form-inlineMessage {
        margin-bottom: 0; } }

.form-prefixPostfix-button--postfix {
  margin: 0.73333rem 0 0;
  order: 1;
  width: 100%; }
  @media (min-width: 991px) {
    .form-prefixPostfix-button--postfix {
      margin: 0 0 0 0.73333rem;
      order: 0;
      width: auto; } }

.form-increment .button {
  margin: 0;
  padding: 0.2rem 0.33333rem; }

.form-increment.form-increment--cart {
  background-color: #edeff3; }
  .form-increment.form-increment--cart .button, .form-increment.form-increment--cart .form-input, .form-increment.form-increment--cart .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper input[type="email"], .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper .form-increment.form-increment--cart input[type="email"] {
    background-color: white;
    border: 0;
    border-radius: 0;
    font-size: 12px;
    font-weight: 300;
    height: 100%;
    line-height: 100%;
    padding: 0;
    text-align: center;
    text-indent: 0;
    width: 100%; }
    .form-increment.form-increment--cart .button .icon, .form-increment.form-increment--cart .form-input .icon, .form-increment.form-increment--cart .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper input[type="email"] .icon, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper .form-increment.form-increment--cart input[type="email"] .icon {
      width: 12px;
      height: 12px; }

.form-option {
  border: 1px solid black;
  color: #666666;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  margin-bottom: 0.53333rem;
  margin-right: 0.53333rem;
  padding: 1px;
  transition: all 0.15s ease; }
  .form-option:hover {
    border-color: #474747; }
  .form-radio:checked + .form-option {
    border-color: #4f4f4f;
    box-shadow: 0 0 0 1px #4f4f4f; }

.form-option-variant {
  display: inline-block;
  font-size: 0.93333rem;
  min-width: 2.53333rem;
  padding: 1px 0.4rem;
  pointer-events: none;
  text-align: center; }

.form-option-variant--color,
.form-option-variant--pattern {
  height: 1.46667rem;
  width: 1.46667rem;
  min-width: initial;
  padding: 0; }

.form-option-variant--pattern {
  background-position: center;
  background-repeat: no-repeat; }

.form-input--small {
  font-size: 13px;
  height: 2.33333rem;
  line-height: 1rem;
  padding: 0.6rem 0.8rem; }

.form-minMaxRow {
  margin-left: -0.25rem;
  margin-right: -0.25rem; }
  .form-minMaxRow:before, .form-minMaxRow:after {
    content: " ";
    display: table; }
  .form-minMaxRow:after {
    clear: both; }
  .form-minMaxRow .form-field, .form-minMaxRow .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .form-minMaxRow #ISR_form_email-wrapper {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    width: 33.33333%;
    float: left;
    margin-bottom: 0;
    padding-left: 0.25rem;
    padding-right: 0.25rem; }
  .form-minMaxRow .button {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%; }

@media (min-width: 480px) {
  .form-row--half > .form-field:nth-child(odd), .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .form-row--half > #ISR_form_email-wrapper:nth-child(odd) {
    clear: left; } }

[data-product-attribute] .form-option {
  overflow: hidden;
  position: relative; }
  [data-product-attribute] .form-option.unavailable {
    background-color: #ddd;
    opacity: 0.3; }
    [data-product-attribute] .form-option.unavailable:before {
      background-color: #000;
      content: "";
      height: 2px;
      left: -5px;
      position: absolute;
      top: 11px;
      transform: rotate(-45deg);
      width: 141%; }

[data-product-attribute="set-radio"] .unavailable,
[data-product-attribute="product-list"] .unavailable {
  opacity: 0.6;
  text-decoration: line-through; }

.card {
  background-color: #FFFFFF;
  display: flex;
  flex-flow: column;
  margin: 0;
  position: relative;
  height: 100%; }
  @media only screen and (min-width: 991px) {
    .card {
      padding-block: 20px 0; } }
  .card:focus-within .card-figcaption {
    opacity: 1; }
  .card.focus-within .card-figcaption {
    opacity: 1; }
  @media only screen and (max-width: 767px) {
    .card .productCard .form-field--increments {
      display: none; } }
  .card .add-to-cart-wrap .form, .card .add-to-cart-wrap .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content .card .add-to-cart-wrap #ISR_form {
    margin: 0; }
    .card .add-to-cart-wrap .form .btn.btn2, .card .add-to-cart-wrap .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .btn.btn2, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content .card .add-to-cart-wrap #ISR_form .btn.btn2, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .card .add-to-cart-wrap .form .btn2#ISR_form_submit, .card .add-to-cart-wrap .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .btn2#ISR_form_submit, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content .card .add-to-cart-wrap #ISR_form .btn2#ISR_form_submit, .card .add-to-cart-wrap .form .btn2.swal2-confirm, .card .add-to-cart-wrap .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .btn2.swal2-confirm, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content .card .add-to-cart-wrap #ISR_form .btn2.swal2-confirm,
    .card .add-to-cart-wrap .form .btn2.swal2-cancel,
    .card .add-to-cart-wrap .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .btn2.swal2-cancel, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content .card .add-to-cart-wrap #ISR_form .btn2.swal2-cancel {
      display: block;
      font-size: 15px;
      color: #ffffff;
      font-weight: 500;
      padding: 0 10px;
      width: 100%;
      min-width: auto;
      max-width: none; }
      @media only screen and (max-width: 767px) {
        .card .add-to-cart-wrap .form .btn.btn2, .card .add-to-cart-wrap .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .btn.btn2, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content .card .add-to-cart-wrap #ISR_form .btn.btn2, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .card .add-to-cart-wrap .form .btn2#ISR_form_submit, .card .add-to-cart-wrap .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .btn2#ISR_form_submit, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content .card .add-to-cart-wrap #ISR_form .btn2#ISR_form_submit, .card .add-to-cart-wrap .form .btn2.swal2-confirm, .card .add-to-cart-wrap .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .btn2.swal2-confirm, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content .card .add-to-cart-wrap #ISR_form .btn2.swal2-confirm,
        .card .add-to-cart-wrap .form .btn2.swal2-cancel,
        .card .add-to-cart-wrap .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .btn2.swal2-cancel, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content .card .add-to-cart-wrap #ISR_form .btn2.swal2-cancel {
          font-size: 13px !important;
          margin: 0 auto;
          min-width: 128px;
          width: fit-content; } }
  @media only screen and (min-width: 991px) {
    .card .card-form {
      display: flex;
      justify-content: center; } }
  @media only screen and (min-width: 991px) {
    .card .card-form .form-field--increments {
      order: 2; } }
  .card .card-form .form-action {
    flex: 1; }

.card-link {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2; }

.sale-badge {
  --offset: -5px;
  --size: 40px;
  position: absolute;
  top: var(--offset);
  right: var(--offset);
  z-index: 1;
  width: var(--size);
  height: var(--size);
  z-index: 3; }
  @media only screen and (min-width: 991px) {
    .sale-badge {
      --offset: -25px;
      --size: 60px; } }
  .sale-badge svg {
    fill: #db6363; }

.card-figure, body div#isp_search_result_page_container #isp_search_results_container .isp_product_image_wrapper {
  margin: 0; }
  @media only screen and (max-width: 767px) {
    .card-figure, body div#isp_search_result_page_container #isp_search_results_container .isp_product_image_wrapper {
      position: initial; } }
  @media only screen and (min-width: 991px) {
    .card-figure, body div#isp_search_result_page_container #isp_search_results_container .isp_product_image_wrapper {
      max-width: 250px;
      width: 80%;
      margin-inline: auto;
      margin-block: 0 10px; } }
  .card-figure a, body div#isp_search_result_page_container #isp_search_results_container .isp_product_image_wrapper a {
    display: block;
    position: relative;
    margin: 0 auto; }
  .card-figure:hover .card-figcaption, body div#isp_search_result_page_container #isp_search_results_container .isp_product_image_wrapper:hover .card-figcaption {
    opacity: 1; }

.card-figcaption {
  margin: 0;
  pointer-events: none;
  left: -10px;
  right: -10px;
  transition: opacity 0.15s ease;
  opacity: 1;
  position: absolute;
  z-index: 200; }
  @media (min-width: 991px) {
    .card-figcaption {
      opacity: 0; } }
  @media only screen and (max-width: 767px) {
    .card-figcaption {
      position: absolute;
      left: 0;
      right: 0; } }

.card-figcaption-body {
  --offset: 24px;
  pointer-events: all;
  transform: translate3d(0, -50%, 0);
  max-width: 194px;
  margin: 0 auto;
  top: calc(100% - var(--offset)); }
  @media (min-width: 768px) {
    .card-figcaption-body {
      --offset: 20px; } }
  @media (min-width: 991px) {
    .card-figcaption-body {
      max-width: 230px;
      --offset: 0px; } }
  .card-figcaption-body .btn.btn2, .card-figcaption-body .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .btn2#ISR_form_submit, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .card-figcaption-body .btn2#ISR_form_submit, .card-figcaption-body .btn2.swal2-confirm,
  .card-figcaption-body .btn2.swal2-cancel {
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    min-width: 160px; }
    @media only screen and (max-width: 767px) {
      .card-figcaption-body .btn.btn2, .card-figcaption-body .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .btn2#ISR_form_submit, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .card-figcaption-body .btn2#ISR_form_submit, .card-figcaption-body .btn2.swal2-confirm,
      .card-figcaption-body .btn2.swal2-cancel {
        font-size: 13px; } }
  .card-figcaption-body .btn.receive_notification, .card-figcaption-body .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .receive_notification#ISR_form_submit, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .card-figcaption-body .receive_notification#ISR_form_submit, .card-figcaption-body .receive_notification.swal2-confirm,
  .card-figcaption-body .receive_notification.swal2-cancel {
    background: #8a8e9d;
    width: 100%;
    white-space: nowrap;
    max-width: 232px;
    padding: 0; }
    @media (min-width: 991px) {
      .card-figcaption-body .btn.receive_notification, .card-figcaption-body .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .receive_notification#ISR_form_submit, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .card-figcaption-body .receive_notification#ISR_form_submit, .card-figcaption-body .receive_notification.swal2-confirm,
      .card-figcaption-body .receive_notification.swal2-cancel {
        padding: 0 15px; } }
    .card-figcaption-body .btn.receive_notification::before, .card-figcaption-body .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .receive_notification#ISR_form_submit::before, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .card-figcaption-body .receive_notification#ISR_form_submit::before, .card-figcaption-body .receive_notification.swal2-confirm::before,
    .card-figcaption-body .receive_notification.swal2-cancel::before {
      display: none; }

.card-img-container {
  max-width: 360px;
  margin-inline: auto; }
  .card-img-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%; }

.card-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: 0;
  /* Object-fit polyfill */
  font-family: "object-fit: contain;";
  max-height: 100%;
  object-fit: contain;
  width: 100%;
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit (non-standard naming) */
  image-rendering: crisp-edges; }

.card-title, body div#isp_search_result_page_container #isp_search_results_container .isp_product_info > a {
  font-size: 12px;
  font-weight: 300;
  margin: 0 0 0.26667rem;
  line-height: 1.2; }
  @media only screen and (min-width: 768px) {
    .card-title, body div#isp_search_result_page_container #isp_search_results_container .isp_product_info > a {
      font-size: 15px; } }
  .card-title > a, body div#isp_search_result_page_container #isp_search_results_container .isp_product_info > a > a {
    color: #414042;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px);
    transform: perspective(1px);
    box-shadow: 0 0 1px transparent;
    position: relative; }
    .card-title > a:hover, body div#isp_search_result_page_container #isp_search_results_container .isp_product_info > a > a:hover {
      text-decoration: underline; }

.card-body, body div#isp_search_result_page_container #isp_search_results_container .isp_product_info {
  padding-block: 10px 5px;
  padding-inline: 20px;
  text-align: center; }

.card-text, body div#isp_search_result_page_container #isp_search_results_container .isp_product_price_wrapper {
  color: #414042;
  line-height: 1;
  padding-block: 0 10px;
  margin-block: auto 0; }
  @media only screen and (min-width: 991px) {
    .card-text, body div#isp_search_result_page_container #isp_search_results_container .isp_product_price_wrapper {
      padding-block: 20px 0; } }
  @media only screen and (max-width: 767px) {
    .card-text, body div#isp_search_result_page_container #isp_search_results_container .isp_product_price_wrapper {
      padding-block: 0 44px; } }
  .card-text abbr, body div#isp_search_result_page_container #isp_search_results_container .isp_product_price_wrapper abbr {
    border: 0;
    color: inherit;
    font-size: inherit; }
  .card-text .product-price-wrap, body div#isp_search_result_page_container #isp_search_results_container .isp_product_price_wrapper .product-price-wrap, .card-text body div#isp_search_result_page_container #isp_search_results_container .isp_product_price_wrapper, body div#isp_search_result_page_container #isp_search_results_container .card-text .isp_product_price_wrapper, body div#isp_search_result_page_container #isp_search_results_container .isp_product_price_wrapper .isp_product_price_wrapper {
    font-size: 14px;
    margin-bottom: 7px;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .card-text .product-price-wrap, body div#isp_search_result_page_container #isp_search_results_container .isp_product_price_wrapper .product-price-wrap, .card-text body div#isp_search_result_page_container #isp_search_results_container .isp_product_price_wrapper, body div#isp_search_result_page_container #isp_search_results_container .card-text .isp_product_price_wrapper, body div#isp_search_result_page_container #isp_search_results_container .isp_product_price_wrapper .isp_product_price_wrapper {
        font-size: 20px; } }
    @media only screen and (min-width: 991px) {
      .card-text .product-price-wrap, body div#isp_search_result_page_container #isp_search_results_container .isp_product_price_wrapper .product-price-wrap, .card-text body div#isp_search_result_page_container #isp_search_results_container .isp_product_price_wrapper, body div#isp_search_result_page_container #isp_search_results_container .card-text .isp_product_price_wrapper, body div#isp_search_result_page_container #isp_search_results_container .isp_product_price_wrapper .isp_product_price_wrapper {
        margin-bottom: unset; } }
  @media only screen and (min-width: 991px) {
    .card-text .form-field--increments, body div#isp_search_result_page_container #isp_search_results_container .isp_product_price_wrapper .form-field--increments,
    .card-text .card-action,
    body div#isp_search_result_page_container #isp_search_results_container .isp_product_price_wrapper .card-action {
      display: none; } }

.card-figcaption-button {
  border: none;
  display: block;
  margin: 0.4rem 0 0; }
  .card-figcaption-button:active {
    background-color: white;
    border: none; }
  .card-figcaption-button:focus {
    background-color: white;
    outline: revert; }
  .card-figcaption-button + .card-figcaption-button {
    margin: 0.4rem 0 0; }

.card--alternate {
  border: 3px solid white;
  transition: all 0.15s ease; }
  .card--alternate .card-body, .card--alternate body div#isp_search_result_page_container #isp_search_results_container .isp_product_info, body div#isp_search_result_page_container #isp_search_results_container .card--alternate .isp_product_info {
    background-color: white;
    padding: 0.73333rem;
    transition: all 0.15s ease; }
    @media (min-width: 480px) {
      .card--alternate .card-body, .card--alternate body div#isp_search_result_page_container #isp_search_results_container .isp_product_info, body div#isp_search_result_page_container #isp_search_results_container .card--alternate .isp_product_info {
        padding: 1.5rem; } }
  .card--alternate:hover {
    border-color: #4f4f4f; }
    .card--alternate:hover .card-body, .card--alternate:hover body div#isp_search_result_page_container #isp_search_results_container .isp_product_info, body div#isp_search_result_page_container #isp_search_results_container .card--alternate:hover .isp_product_info {
      background-color: #4f4f4f; }
      .card--alternate:hover .card-body .card-text, .card--alternate:hover body div#isp_search_result_page_container #isp_search_results_container .isp_product_info .card-text, body div#isp_search_result_page_container #isp_search_results_container .card--alternate:hover .isp_product_info .card-text, .card--alternate:hover .card-body body div#isp_search_result_page_container #isp_search_results_container .isp_product_price_wrapper, body div#isp_search_result_page_container #isp_search_results_container .card--alternate:hover .card-body .isp_product_price_wrapper, .card--alternate:hover body div#isp_search_result_page_container #isp_search_results_container .isp_product_info .isp_product_price_wrapper, body div#isp_search_result_page_container #isp_search_results_container .card--alternate:hover .isp_product_info .isp_product_price_wrapper {
        color: white; }
    .card--alternate:hover .card-title > a, .card--alternate:hover body div#isp_search_result_page_container #isp_search_results_container .isp_product_info > a > a, body div#isp_search_result_page_container #isp_search_results_container .card--alternate:hover .isp_product_info > a > a {
      color: white; }

.card-summary {
  position: absolute;
  top: 10%;
  left: 40px;
  right: 40px;
  z-index: 2;
  background: #fff;
  padding: 10px;
  opacity: 0;
  display: none;
  transition: opacity 0.15s ease;
  pointer-events: none; }
  @media (min-width: 991px) {
    .card-summary {
      display: block; } }
  .card-summary p {
    font-size: 11px;
    line-height: 1.2;
    margin: 0; }

.card:hover .card-summary {
  opacity: 1; }

.navList,
.navBar {
  margin-left: 0; }

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

.navList-action,
.navBar-action {
  text-decoration: none; }

.navList-action.is-active {
  font-weight: 700; }

.navList-action--checkbox {
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.4rem;
  padding-left: 1.9rem;
  position: relative;
  vertical-align: baseline;
  width: 100%;
  margin-bottom: 0;
  font-size: 13px;
  display: block;
  letter-spacing: 0; }
  .navList-action--checkbox::before, .navList-action--checkbox::after {
    content: "";
    display: block;
    position: absolute;
    transition: all 50ms ease-out; }
  .navList-action--checkbox::before {
    background-color: white;
    border: solid #8f8f8f;
    border-width: 1px;
    height: 1.06667rem;
    left: 0;
    top: 0;
    width: 1.06667rem; }
  .navList-action--checkbox::after {
    height: 0.93333rem;
    left: 1px;
    opacity: 0;
    top: 1px;
    transform: scale(0);
    width: 0.93333rem; }
  .navList-action--checkbox::before {
    border-radius: 4px; }
  .navList-action--checkbox::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(79, 79, 79, 0.999)' /%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    color: rgba(79, 79, 79, 0.999);
    content: "";
    font-size: 0.93333rem;
    line-height: 1;
    text-align: center; }
  @media (min-width: 991px) {
    .navList-action--checkbox {
      font-size: 15px; } }
  .navList-action--checkbox:before, .navList-action--checkbox:after {
    top: 50%;
    width: 11px;
    height: 11px; }
  .navList-action--checkbox:before {
    margin-top: -5px;
    border-color: #1e333b;
    border-radius: 0; }
    ul.off-canvas-list .navList-action--checkbox:before {
      left: 10px; }
  .navList-action--checkbox:after {
    margin-top: -3px;
    background-image: none;
    background-color: #1e333b;
    width: 7px;
    height: 7px;
    left: 2px; }
  .navList-action--checkbox.is-disabled {
    cursor: default; }
    .navList-action--checkbox.is-disabled::before {
      background-color: white; }
  .navList-action--checkbox.is-checked::after, .navList-action--checkbox.is-selected::after {
    opacity: 1;
    transform: scale(1); }
  .navList-action--checkbox.is-checked:after, .navList-action--checkbox.is-selected:after {
    transform: scale(1); }
  ul.off-canvas-list .navList-action--checkbox {
    padding-left: 2rem; }
    ul.off-canvas-list .navList-action--checkbox::after {
      left: 12px; }

.navList-action-close {
  background: #f2f2f2;
  border-radius: 100%;
  display: inline-block;
  float: right;
  line-height: 0;
  opacity: 0;
  padding: 0.26667rem;
  transition: opacity 0.3s ease;
  visibility: hidden; }
  .navList-action-close .icon {
    height: 0.86667rem;
    width: 0.86667rem;
    fill: #4f4f4f; }
  .navList-action.is-selected:hover .navList-action-close {
    opacity: 1;
    visibility: visible; }

.navBar--sub .navBar-section {
  float: none; }

.navBar--sub .navBar-item {
  float: none;
  margin: 0 0.73333rem; }
  @media (min-width: 768px) {
    .navBar--sub .navBar-item {
      display: inline-block; } }
  @media (min-width: 768px) {
    .navBar--sub .navBar-item.is-active {
      border-bottom: 1px solid #4f4f4f; } }
  .navBar--sub .navBar-item.is-active > .navBar-action {
    color: #666666; }
  @media (min-width: 768px) {
    .navBar--sub .navBar-item.navBar-item--separate {
      border-left: 1px solid #989898;
      margin: 0;
      padding-left: 0.73333rem; } }

.navBar--sub .navBar-action {
  color: #989898;
  font-size: 1rem;
  padding: 0; }
  .navBar--sub .navBar-action:hover {
    color: #4f4f4f; }

.loadingOverlay {
  background-color: rgba(255, 255, 255, 0.9);
  display: none;
  z-index: 20; }
  .loadingOverlay::before {
    animation: loading 500ms infinite cubic-bezier(0.69, 0.31, 0.56, 0.83); }

.icons-svg-sprite {
  display: none; }

.icon,
.icon svg {
  transition: all 0.15s ease; }

.form-field, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper {
  position: relative; }
  .form-field .search-icon, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper .search-icon {
    position: absolute;
    right: 0;
    top: 50%;
    line-height: 1;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%); }
    .form-field .search-icon svg, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper .search-icon svg {
      max-width: 18px;
      height: 20px;
      stroke: #000 !important;
      stroke-width: 0 !important;
      display: block; }
      @media only screen and (max-width: 1100px) {
        .form-field .search-icon svg, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper .search-icon svg {
          fill: #fff !important; } }

a.close {
  position: absolute;
  right: 0;
  top: 0;
  height: 34px;
  width: 34px;
  padding: 7px 5px;
  z-index: 99; }
  a.close svg {
    fill: #fff; }

.actionBar-section .form-field, .actionBar-section .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .actionBar-section #ISR_form_email-wrapper {
  background-color: white;
  border: 1px solid black;
  border-radius: 4px; }
  .actionBar-section .form-field:hover, .actionBar-section .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper:hover, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .actionBar-section #ISR_form_email-wrapper:hover {
    border-color: #474747; }

.actionBar-section .form-label, .actionBar-section .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper label, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper .actionBar-section label {
  color: #989898;
  font-size: 13px;
  line-height: 2.2rem;
  margin-bottom: 0;
  padding-left: 0.73333rem; }


.actionBar-section .form-input,
.actionBar-section .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper input[type="email"],
.productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper .actionBar-section input[type="email"],
.actionBar-section .form-select {
  border: 0;
  padding-left: 0.2rem;
  width: auto; }

.actionBar-section .form-label, .actionBar-section .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper label, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper .actionBar-section label,
.actionBar-section .form-input,
.actionBar-section .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper input[type="email"],
.productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper .actionBar-section input[type="email"],
.actionBar-section .form-select {
  display: inline-block; }

.actionBar-section .form-select {
  color: #4f4f4f;
  height: 2.2rem; }

.has-ribbon {
  position: relative; }

.ribbon {
  background-color: #454545;
  color: white;
  cursor: default;
  font-weight: 700;
  margin: -0.73333rem -0.73333rem 0 0;
  padding: 0.06667rem 1rem;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0;
  z-index: 1; }

.navUser {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  position: relative;
  right: auto;
  top: auto;
  transform: none;
  z-index: 50;
  display: none; }
  .navUser:before, .navUser:after {
    content: " ";
    display: table; }
  .navUser:after {
    clear: both; }
  .navUser ul,
  .navUser ol {
    list-style: none;
    margin-left: 0;
    margin: 0;
    padding: 0; }
    .navUser ul ul,
    .navUser ul ol,
    .navUser ol ul,
    .navUser ol ol {
      list-style: none;
      margin-bottom: 0; }
    .navUser ul li,
    .navUser ol li {
      margin: 0;
      padding: 0; }
  .navUser-section {
    float: left; }
    .navUser-section:before, .navUser-section:after {
      content: " ";
      display: table; }
    .navUser-section:after {
      clear: both; }
  .navUser-section--alt {
    float: right;
    margin-left: 1.5rem; }
  .navUser-section + .navUser-section {
    margin-left: 1.5rem; }
  @media (min-width: 480px) {
    .navUser-item {
      float: left; } }
  .navUser-item, .navUser-action {
    display: block; }
  @media only screen and (min-width: 1100px) {
    .navUser {
      display: block; } }
  .navUser .dropdown-menu {
    background-color: white;
    border: 1px solid #e8e8e8;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.13);
    position: absolute;
    color: #4f4f4f; }
    .navUser .dropdown-menu.is-open:before {
      border: inset 10px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent #e8e8e8 transparent;
      border-bottom-style: solid;
      bottom: 100%;
      left: 0.73333rem;
      position: absolute; }
    .navUser .dropdown-menu.is-open:after {
      border: inset 8px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent white transparent;
      border-bottom-style: solid;
      bottom: 100%;
      left: 0.86667rem;
      position: absolute; }
  .navUser .navUser-item--info {
    background-color: #7CA386; }
    .navUser .navUser-item--info > .navUser-action {
      color: white; }
  .navUser .navUser-item--reviews {
    background-color: rgba(124, 163, 134, 0.5); }
  .navUser .navUser-item--contact {
    background-color: rgba(138, 142, 157, 0.25); }
  .navUser .dropdown-menu-icon {
    display: inline-block;
    position: relative;
    color: white;
    margin-right: 4px;
    margin-left: 10px; }
    .navUser .dropdown-menu-icon svg {
      width: 7px;
      height: 5px;
      fill: currentColor; }

.navUser-action {
  color: white;
  font-weight: 700;
  padding: 0 0.73333rem;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 2.5; }
  .navUser-action[data-st-intent] {
    cursor: pointer; }
  .navUser-action:hover, .navUser-action.is-open {
    color: white; }
    .navUser-action:hover svg, .navUser-action.is-open svg {
      fill: white; }
  .navUser-action .icon {
    height: 1.6rem;
    width: 1.6rem;
    display: inline-block;
    vertical-align: text-top;
    margin: 0 0 0 0.2rem;
    position: relative;
    top: -3px; }
  .navUser-action svg {
    fill: white;
    transition: all 0.15s ease; }

.navUser-action--storeCredit + .dropdown-menu {
  max-width: 20rem;
  padding: 1.5rem; }
  .navUser-action--storeCredit + .dropdown-menu:before {
    left: 9.33333rem !important; }
  .navUser-action--storeCredit + .dropdown-menu:after {
    left: 9.46667rem !important; }

.navUser-action-divider {
  border-right: 1px solid #e8e8e8;
  color: #989898;
  display: inline-block;
  padding: 0 1.33333rem 0 0;
  text-decoration: none; }

.navUser-item {
  display: none; }
  @media (min-width: 768px) {
    .navUser-item {
      display: block; }
      .navUser-item.navUser-item--social {
        margin-top: 0.33333rem;
        padding-right: 0.33333rem; }
      .navUser-item.navUser-item--divider {
        font-size: 1.66667rem;
        margin-top: 0.53333rem;
        padding-left: 0.13333rem; }
      .navUser-item.navUser-item--rewards {
        background-color: #8A8E9D; } }

.navUser-item--account,
.navUser-item--cart {
  display: block; }
  @media (max-width: 480px) {
    .navUser-item--account__hidden-s,
    .navUser-item--cart__hidden-s {
      display: none; } }
  .navUser-item--account .navUser-action,
  .navUser-item--cart .navUser-action {
    color: white; }
    .navUser-item--account .navUser-action:hover, .navUser-item--account .navUser-action.is-open,
    .navUser-item--cart .navUser-action:hover,
    .navUser-item--cart .navUser-action.is-open {
      color: white; }
  .navUser-item--account .dropdown-menu.is-open:before, .navUser-item--account .dropdown-menu.is-open:after,
  .navUser-item--cart .dropdown-menu.is-open:before,
  .navUser-item--cart .dropdown-menu.is-open:after {
    left: auto; }
  .navUser-item--account .dropdown-menu.is-open:before,
  .navUser-item--cart .dropdown-menu.is-open:before {
    right: 0.73333rem; }
  .navUser-item--account .dropdown-menu.is-open:after,
  .navUser-item--cart .dropdown-menu.is-open:after {
    right: 0.86667rem; }

.navUser-item--cart .dropdown-menu {
  max-width: 66.666%; }
  @media (min-width: 768px) {
    .navUser-item--cart .dropdown-menu {
      max-width: 38.66667rem; } }

.navUser-item-cartLabel {
  display: none; }
  @media (min-width: 480px) {
    .navUser-item-cartLabel {
      display: inline; } }

.navUser-item--compare {
  display: none; }
  .navUser-item--compare.show {
    display: block; }

.navUser-item--account .navUser-or + .navUser-action {
  margin-right: -0.5rem; }

.navUser-item--account .navUser-action {
  display: inline-block; }

.navUser-or {
  color: white;
  cursor: default;
  display: inline-block;
  margin: 0 -0.8rem;
  padding: 0 2px;
  position: relative;
  z-index: 1; }

.navUser-action--quickSearch.is-open {
  position: relative; }
  .navUser-action--quickSearch.is-open:before {
    border: inset 10px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent #e8e8e8 transparent;
    border-bottom-style: solid;
    bottom: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%); }

.dropdown--quickSearch {
  background-color: #e8e8e8;
  padding: 1.5rem 0;
  display: none; }
  @media (min-width: 480px) {
    .dropdown--quickSearch {
      padding: 3rem; } }
  .dropdown--quickSearch.is-open {
    display: block;
    left: 0 !important;
    outline: none;
    right: 0 !important;
    width: 100% !important;
    z-index: 50; }
  .dropdown--quickSearch .form, .dropdown--quickSearch .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content .dropdown--quickSearch #ISR_form {
    margin: auto;
    max-width: 30rem; }
  .dropdown--quickSearch .form, .dropdown--quickSearch .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content .dropdown--quickSearch #ISR_form,
  .dropdown--quickSearch .form-field,
  .dropdown--quickSearch .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper,
  .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .dropdown--quickSearch #ISR_form_email-wrapper {
    margin-bottom: 0; }
  .dropdown--quickSearch .form-input, .dropdown--quickSearch .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper input[type="email"], .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper .dropdown--quickSearch input[type="email"] {
    font-size: 20px;
    height: unset;
    margin-bottom: 0;
    border-width: 2px; }
  .dropdown--quickSearch .search-icon {
    right: 10px; }
  .dropdown--quickSearch .productGrid {
    padding: 1.5rem 0 0; }
    @media (min-width: 480px) {
      .dropdown--quickSearch .productGrid {
        padding: 3rem 0 0; } }

.countPill {
  background-color: white;
  border-radius: 50%;
  color: #4f4f4f;
  display: none;
  font-size: 12px;
  font-weight: 700;
  height: 20px;
  line-height: 20px;
  margin-left: 0.2rem;
  text-align: center;
  width: 20px; }

.countPill--positive {
  display: inline-block; }

.countPill--alt {
  background-color: #dfdfdf;
  color: #454545; }

.navPages .navPage-subMenu-list, .navPage-childList {
  border-left: 1px solid #dfdfdf;
  margin: 0.4rem 0.73333rem;
  padding-left: 0.73333rem; }

.has-activeNavPages {
  overflow: hidden;
  -webkit-overflow-scrolling: auto; }

.navPages-container {
  bottom: 0;
  display: none;
  height: 100%;
  left: 0;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  right: 0;
  z-index: 10; }
  .navPages-container.is_stuck {
    bottom: auto;
    background-color: #fff;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3); }
  @media only screen and (min-width: 1100px) {
    .navPages-container {
      background: transparent;
      display: block;
      height: auto;
      padding: 0;
      position: relative; } }
  .navPages-container .container {
    position: static;
    max-width: 100%; }

.navPages {
  background-color: #f2f2f2;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 1.5rem;
  height: 6.33333rem;
  line-height: 6.33333rem; }
  @media (min-width: 768px) {
    .navPages {
      width: auto;
      background: none;
      font-size: 0;
      overflow: visible;
      padding: 0;
      text-align: center; } }
  @media only screen and (min-width: 1100px) and (max-width: 1300px) {
    .navPages {
      padding: 0 20px; } }
  .navPages ul {
    list-style: none; }
  .navPages .navPage-subMenu-list {
    border-left: 0;
    list-style: none;
    margin-left: 0;
    padding-left: 0; }
    @media (min-width: 768px) {
      .navPages .navPage-subMenu-list {
        margin: 0 auto;
        max-width: 80rem;
        width: 100%;
        border-left: 0;
        margin: auto;
        padding-left: 0; }
        .navPages .navPage-subMenu-list:before, .navPages .navPage-subMenu-list:after {
          content: " ";
          display: table; }
        .navPages .navPage-subMenu-list:after {
          clear: both; } }

.navPages-item {
  float: none;
  display: inline-block; }
  .navPage-subMenu-list .navPages-item {
    display: block;
    line-height: 24px; }
  .navPages-item.text-underline a {
    text-decoration: underline; }

.navPages-list {
  margin: 0;
  height: 6.33333rem;
  line-height: 6.33333rem;
  white-space: nowrap; }
  @media (min-width: 768px) {
    .navPages-list {
      float: none; } }
  .navPages-list.navPages-list-depth-max {
    max-width: 802px;
    display: flex;
    flex-wrap: nowrap;
    margin: 0 auto;
    align-items: stretch;
    justify-content: space-around; }
  .navPages-list + .navPages-list {
    border-top: 1px solid #dfdfdf;
    margin-top: 0.73333rem;
    padding-top: 0.73333rem; }

.navPages-list-depth-max.subMenu-is-open .is-hidden {
  display: none; }
  @media (min-width: 768px) {
    .navPages-list-depth-max.subMenu-is-open .is-hidden {
      display: inline-block; } }

.navPages-list-depth-max.subMenu-is-open .navPages-item-page {
  display: none; }
  @media (min-width: 768px) {
    .navPages-list-depth-max.subMenu-is-open .navPages-item-page {
      display: inline-block; } }

@media (min-width: 768px) {
  .navPages-action-depth-max.has-subMenu.is-root.is-open .navPages-action-moreIcon,
  .has-hover:hover .navPages-action-depth-max.has-subMenu.is-root .navPages-action-moreIcon {
    transform: rotate(0); } }

.navPages-action-depth-max.has-subMenu.is-open,
.has-hover:hover .navPages-action-depth-max.has-subMenu {
  border-bottom: 1px solid #dfdfdf;
  text-align: center; }
  @media (min-width: 768px) {
    .navPages-action-depth-max.has-subMenu.is-open,
    .has-hover:hover .navPages-action-depth-max.has-subMenu {
      border-bottom: 0;
      text-align: left; } }
  .navPages-action-depth-max.has-subMenu.is-open .navPages-action-moreIcon,
  .has-hover:hover .navPages-action-depth-max.has-subMenu .navPages-action-moreIcon {
    border: solid 1px #d6cdc0;
    border-radius: 4px;
    float: left;
    height: 35px;
    margin-top: -10px;
    padding: 11.7px;
    transform: rotate(90deg);
    width: 35px; }
    @media (min-width: 768px) {
      .navPages-action-depth-max.has-subMenu.is-open .navPages-action-moreIcon,
      .has-hover:hover .navPages-action-depth-max.has-subMenu .navPages-action-moreIcon {
        height: 0.53333rem;
        width: 0.53333rem;
        border: 0;
        border-radius: 0;
        float: none;
        margin-top: 0;
        padding: 0;
        transform: rotate(-90deg); } }
  .navPages-action-depth-max.has-subMenu.is-open svg,
  .has-hover:hover .navPages-action-depth-max.has-subMenu svg {
    height: 9.6px;
    width: 9.6px; }
    @media (min-width: 768px) {
      .navPages-action-depth-max.has-subMenu.is-open svg,
      .has-hover:hover .navPages-action-depth-max.has-subMenu svg {
        height: 100%;
        width: 100%; } }

.navPages-action {
  color: #4f4f4f;
  display: block;
  font-size: 15px;
  padding: 0 0.73333rem;
  text-decoration: none;
  text-transform: uppercase;
  line-height: inherit;
  font-weight: 200; }
  @media (min-width: 768px) {
    .navPages-action {
      display: block;
      padding: 0 1.13333rem; }
      .navPages-action.is-open,
      .has-hover:hover + .navPages-action {
        background-color: #f2f2f2; }
        .navPages-action.is-open svg,
        .has-hover:hover + .navPages-action svg {
          fill: #1e333b;
          stroke: #1e333b; } }
  .navPages-action:hover {
    color: #1e333b; }
    .navPages-action:hover svg {
      fill: #1e333b;
      stroke: #1e333b; }
  .navPages-action svg {
    fill: #4f4f4f;
    stroke: #4f4f4f;
    transition: all 0.15s ease; }

.navPages-action--storeCredit {
  color: #989898; }

.navPages-action--compare {
  display: none; }
  .navPages-action--compare.show {
    display: block; }

.navPages-action-moreIcon {
  height: 0.53333rem;
  width: 0.53333rem;
  margin-left: 0.73333rem;
  transform: rotate(-90deg); }
  @media (min-width: 768px) {
    .navPages-action-moreIcon {
      transform: none; } }
  .has-subMenu.is-open .navPages-action-moreIcon,
  .has-hover:hover .has-subMenu .navPages-action-moreIcon,
  .collapsible-icon-wrapper.is-open .navPages-action-moreIcon {
    transform: rotate(0); }
  .navPages-list:not(.navPages-list-depth-max) .navPages-action-moreIcon {
    height: 0.73333rem;
    width: 0.73333rem;
    margin: 0 1.5rem; }
    @media (min-width: 768px) {
      .navPages-list:not(.navPages-list-depth-max) .navPages-action-moreIcon {
        height: 0.53333rem;
        width: 0.53333rem;
        margin: 0 0 0 0.73333rem; } }

.navPage-childList {
  display: none; }
  @media (min-width: 768px) {
    .navPage-childList {
      border: 0;
      display: block; } }
  .navPage-childList.is-open, .navPage-childList.has-hover:hover {
    display: block; }
  .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList {
    margin-left: 3rem; }
    @media (min-width: 768px) {
      .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList {
        margin-left: 0; } }

.navPage-subMenu {
  display: none;
  outline: 0; }
  .navPage-subMenu.align-to-header {
    transform: translateX(-30px);
    width: 350px; }
  @media (min-width: 768px) {
    .navPage-subMenu {
      background-color: #f2f2f2;
      padding: 0.73333rem 0 6px;
      position: absolute;
      text-align: left;
      min-width: 320px; }
      .navPage-subMenu .navPages-action-moreIcon {
        display: none; } }
  @media screen and (min-width: 1100px) {
    .navPage-subMenu:hover, .navPage-subMenu.is-active {
      display: block; } }
  .navPage-subMenu.is-open {
    display: block; }
  .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu + .navPage-subMenu .navPage-subMenu-list {
    margin-right: 0; }
    @media (min-width: 768px) {
      .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu + .navPage-subMenu .navPage-subMenu-list {
        margin-right: auto; } }

@media (min-width: 768px) {
  .has-subMenu.is-root + .navPage-subMenu-horizontal {
    border-left: 0;
    left: inherit;
    margin: auto;
    top: inherit;
    width: rem-calc(215px); } }

@media (min-width: 768px) {
  .navPage-subMenu-horizontal.is-open, .navPage-subMenu-horizontal:hover,
  .has-hover:hover .navPage-subMenu-horizontal {
    border-left: 1px solid #dfdfdf;
    display: inherit;
    height: auto;
    margin-left: rem-calc(215px);
    padding: 0 !important;
    top: 0;
    width: rem-calc(215px)1; } }

@media (min-width: 768px) {
  .navPage-subMenu-horizontal .navPages-action-moreIcon {
    display: inline-block;
    transform: rotate(-90deg); } }

.navPage-subMenu-item-child,
.navPage-subMenu-item-parent {
  width: 100%; }
  @media (min-width: 768px) {
    .navPage-subMenu-item-child .navPage-subMenu-action,
    .navPage-subMenu-item-parent .navPage-subMenu-action {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      width: 100%; }
    .navPage-subMenu-item-child .navPage-subMenu-action.is-open,
    .navPage-subMenu-item-child .navPage-subMenu-action:hover,
    .navPage-subMenu-item-parent .navPage-subMenu-action.is-open,
    .navPage-subMenu-item-parent .navPage-subMenu-action:hover {
      background: #edeff3; } }

.navPage-subMenu-action {
  padding: 6px 30px; }

.navPage-childList-action {
  font-weight: 300;
  padding: 0 0 0.4rem; }

.navPages-quickSearch,
.offcanvas-quickSearch {
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 0.73333rem; }
  .navPages-quickSearch > .container,
  .offcanvas-quickSearch > .container {
    padding: 0; }
  .navPages-quickSearch .form, .navPages-quickSearch .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content .navPages-quickSearch #ISR_form,
  .offcanvas-quickSearch .form,
  .offcanvas-quickSearch .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form,
  .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content .offcanvas-quickSearch #ISR_form {
    margin: 0; }
  .navPages-quickSearch .form-field, .navPages-quickSearch .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .navPages-quickSearch #ISR_form_email-wrapper,
  .offcanvas-quickSearch .form-field,
  .offcanvas-quickSearch .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper,
  .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .offcanvas-quickSearch #ISR_form_email-wrapper {
    margin-bottom: 0; }
    .navPages-quickSearch .form-field .form-input--quickSearch, .navPages-quickSearch .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper .form-input--quickSearch, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .navPages-quickSearch #ISR_form_email-wrapper .form-input--quickSearch,
    .offcanvas-quickSearch .form-field .form-input--quickSearch,
    .offcanvas-quickSearch .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper .form-input--quickSearch,
    .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .offcanvas-quickSearch #ISR_form_email-wrapper .form-input--quickSearch {
      border-top: 2px solid transparent;
      border-bottom: 2px solid #E6E6E6;
      border-left: none;
      border-right: none;
      height: auto;
      padding: 5px 23px 5px 0;
      margin: 0; }

.tab-bar {
  display: none; }
  @media only screen and (max-width: 1099px) {
    .tab-bar {
      display: block; } }
  .tab-bar .right-small {
    width: auto; }
    .tab-bar .right-small .right-off-canvas-toggle,
    .tab-bar .right-small [data-cart-preview] {
      width: 85px;
      text-align: center;
      display: block;
      font-size: 13px;
      font-weight: 500;
      text-transform: uppercase;
      text-decoration: none;
      padding-left: 1.03571rem;
      padding-right: 1.03571rem; }
      .tab-bar .right-small .right-off-canvas-toggle span,
      .tab-bar .right-small [data-cart-preview] span {
        vertical-align: middle;
        display: inline-block; }
      .tab-bar .right-small .right-off-canvas-toggle .navUser-item-cartLabel,
      .tab-bar .right-small [data-cart-preview] .navUser-item-cartLabel {
        line-height: inherit; }
      .tab-bar .right-small .right-off-canvas-toggle .cart-icon,
      .tab-bar .right-small [data-cart-preview] .cart-icon {
        vertical-align: middle;
        line-height: 1; }
        .tab-bar .right-small .right-off-canvas-toggle .cart-icon svg,
        .tab-bar .right-small [data-cart-preview] .cart-icon svg {
          max-width: 18px;
          height: 20px;
          fill: #000 !important;
          stroke: #000 !important;
          stroke-width: 1; }

.offcanvas-quickSearch {
  border-bottom: 1px solid #bfbfbf;
  color: #000;
  display: block;
  padding: 10px;
  transition: background 300ms ease;
  margin: 0;
  background-color: #7CA386; }
  .offcanvas-quickSearch .search-container {
    border-radius: 10px;
    margin: 0 auto;
    overflow: hidden; }
  .offcanvas-quickSearch form .form-field .form-input--quickSearch, .offcanvas-quickSearch form .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper .form-input--quickSearch, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .offcanvas-quickSearch form #ISR_form_email-wrapper .form-input--quickSearch {
    padding: 0.86667rem;
    height: 3.23334rem;
    line-height: 1;
    font-size: 16px; }
  .offcanvas-quickSearch form .form-field span.search-icon, .offcanvas-quickSearch form .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper span.search-icon, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .offcanvas-quickSearch form #ISR_form_email-wrapper span.search-icon {
    font-size: 0;
    display: block;
    padding: 15px;
    top: 50%;
    height: auto;
    bottom: auto;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-color: #1E333B;
    border-radius: 10px; }

.left-off-canvas-menu,
.right-off-canvas-menu {
  display: block !important;
  position: fixed;
  top: 0;
  width: 350px;
  max-width: 95%; }
  .left-off-canvas-menu a.close,
  .right-off-canvas-menu a.close {
    height: 40px !important;
    width: 40px !important;
    display: block;
    top: 0 !important;
    right: 0 !important; }

.left-off-canvas-menu .left-submenu {
  width: 350px; }

.left-off-canvas-menu ul.off-canvas-list li a:hover {
  background: #edeff3; }

.left-off-canvas-menu ul.off-canvas-list > li:last-child {
  padding-bottom: 50px; }

#cart-preview-offcanvas {
  height: 100%; }
  #cart-preview-offcanvas .offcanvas-title {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1; }

.cart-preview-contents {
  padding-top: 40px;
  padding-bottom: 141px;
  height: 100%; }
  .cart-preview-contents > ul {
    list-style: none;
    margin: 0; }
  .cart-preview-contents .cart-preview-items {
    max-height: 92%;
    overflow: auto;
    display: flex;
    flex-direction: column-reverse; }
  .cart-preview-contents .cart-preview-totals {
    position: absolute;
    left: 0;
    right: 0;
    background-color: #ffff; }

ul.off-canvas-list {
  position: relative;
  font-weight: 500; }
  ul.off-canvas-list .offcanvasCart-emptyBody {
    padding-top: 40px; }
  ul.off-canvas-list.navPages-offcanvas {
    height: 100%; }
    ul.off-canvas-list.navPages-offcanvas a:after {
      display: none !important; }
    ul.off-canvas-list.navPages-offcanvas > li > a {
      background-color: #335C64 !important;
      color: #fff;
      text-transform: uppercase;
      font-size: 14px;
      border-bottom: 2px solid;
      padding: 8px 15px; }
      ul.off-canvas-list.navPages-offcanvas > li > a .accordion-navigation-actions {
        top: 7px !important; }
    ul.off-canvas-list.navPages-offcanvas > li .account-login, ul.off-canvas-list.navPages-offcanvas > li .store-credit-link {
      background-color: #7CA386 !important; }
    ul.off-canvas-list.navPages-offcanvas > li.green-mobile-label > a {
      background-color: #7CA386 !important; }
    ul.off-canvas-list.navPages-offcanvas .mobileMenu-accordion-navigation {
      position: relative; }
      ul.off-canvas-list.navPages-offcanvas .mobileMenu-accordion-navigation .accordion-navigation-actions {
        top: 0;
        right: 15px; }
        ul.off-canvas-list.navPages-offcanvas .mobileMenu-accordion-navigation .accordion-navigation-actions .icon {
          fill: currentColor;
          padding: 0;
          height: 20px;
          width: 20px; }
        ul.off-canvas-list.navPages-offcanvas .mobileMenu-accordion-navigation .accordion-navigation-actions .toggleLink-text--off {
          display: inline-block; }
        ul.off-canvas-list.navPages-offcanvas .mobileMenu-accordion-navigation .accordion-navigation-actions .toggleLink-text--on {
          display: none; }
    ul.off-canvas-list.navPages-offcanvas .is-active > .mobileMenu-accordion-navigation .accordion-navigation-actions .toggleLink-text--off {
      display: none; }
    ul.off-canvas-list.navPages-offcanvas .is-active > .mobileMenu-accordion-navigation .accordion-navigation-actions .toggleLink-text--on {
      display: inline-block; }
    ul.off-canvas-list.navPages-offcanvas .custom-mobile-submenu {
      display: none;
      padding: 9px 0 9px 0; }
      ul.off-canvas-list.navPages-offcanvas .custom-mobile-submenu .has-submenu {
        margin-bottom: 14px;
        margin-top: 13px; }
        ul.off-canvas-list.navPages-offcanvas .custom-mobile-submenu .has-submenu .custom-mobile-submenu {
          padding-bottom: 0; }
      ul.off-canvas-list.navPages-offcanvas .custom-mobile-submenu .has-submenu:first-of-type {
        margin-top: 0px; }
      ul.off-canvas-list.navPages-offcanvas .custom-mobile-submenu .mobileMenu-accordion-navigation {
        padding-bottom: 0;
        padding-top: 0; }
      ul.off-canvas-list.navPages-offcanvas .custom-mobile-submenu .mobileMenu-accordion-title {
        font-size: 15px;
        display: block;
        padding: 0;
        border-bottom: 1px solid #1E333B;
        color: #1E333B;
        background: none;
        text-transform: uppercase;
        font-weight: 500; }
      ul.off-canvas-list.navPages-offcanvas .custom-mobile-submenu li a {
        border: 0 none;
        font-weight: 300;
        font-size: 14px;
        color: #545459;
        background: none;
        padding: 6px 15px 6px 15px; }
      ul.off-canvas-list.navPages-offcanvas .custom-mobile-submenu .special-item {
        color: #630436; }
    ul.off-canvas-list.navPages-offcanvas .is-active > .custom-mobile-submenu {
      display: block; }
  ul.off-canvas-list .subtotal {
    border-top: 1px solid #414042;
    border-bottom: 1px solid #414042;
    margin-bottom: 20px;
    padding: 6px 15px; }
    ul.off-canvas-list .subtotal p {
      margin: 0;
      font-weight: 500;
      font-size: 15px;
      text-transform: uppercase; }
    ul.off-canvas-list .subtotal .subtotal-table {
      display: table;
      width: 100%; }
      ul.off-canvas-list .subtotal .subtotal-table > div {
        display: table-cell;
        width: 50%;
        vertical-align: middle; }
  ul.off-canvas-list, ul.off-canvas-list ul {
    font-size: 13px; }
  ul.off-canvas-list .offcanvasCartItem {
    position: relative; }
    ul.off-canvas-list .offcanvasCartItem a:hover {
      background: #edeff3; }
  ul.off-canvas-list li a {
    position: relative;
    text-decoration: none;
    border-bottom: 1px solid #edeff3; }
    ul.off-canvas-list li a[data-st-intent] {
      cursor: pointer; }
  ul.off-canvas-list li > span {
    border-bottom: 1px solid #bfbfbf;
    color: #000;
    display: block;
    padding: 0.86667rem 1rem;
    transition: background 300ms ease; }
  ul.off-canvas-list li:last-of-type a {
    border-bottom: 0 none; }
  ul.off-canvas-list li.offcanvas-title label {
    background-color: #414042;
    height: 45px;
    line-height: 40px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .02em; }
  ul.off-canvas-list li.green-label {
    margin-bottom: 11px; }
    ul.off-canvas-list li.green-label label {
      background-color: #7CA386;
      height: 40px;
      line-height: 40px;
      font-size: 14px;
      font-weight: 500;
      letter-spacing: .02em;
      padding: 0 15px;
      border: 0; }
  ul.off-canvas-list li.non-menu-item a {
    border: 0 none;
    font-weight: 300;
    font-size: 14px;
    color: #1E333B;
    background: none !important;
    padding: 6px 15px;
    text-transform: none; }
  ul.off-canvas-list li.non-menu-item + .green-label {
    margin-top: 11px; }
  ul.off-canvas-list li.back a::before,
  ul.off-canvas-list li.has-submenu a::after {
    position: absolute;
    margin-top: -1px;
    margin-right: 0;
    right: 15px;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 150%;
    font-weight: 300; }
  ul.off-canvas-list li.has-submenu ul:not(.left-submenu):not(.right-submenu) {
    list-style: none;
    margin-left: 0; }
  ul.off-canvas-list li.loadingOverlay {
    top: 40px; }
  ul.off-canvas-list li.offcanvasCart-emptyBody a {
    background: transparent !important;
    color: grey; }
  ul.off-canvas-list li.offcanvasAction-checkout, ul.off-canvas-list li.offcanvasAction-viewCart {
    white-space: nowrap;
    padding: 0px 15px;
    margin-bottom: 20px; }
    ul.off-canvas-list li.offcanvasAction-checkout .btn, ul.off-canvas-list li.offcanvasAction-checkout .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form ul.off-canvas-list li.offcanvasAction-checkout #ISR_form_submit, ul.off-canvas-list li.offcanvasAction-checkout .swal2-confirm,
    ul.off-canvas-list li.offcanvasAction-checkout .swal2-cancel, ul.off-canvas-list li.offcanvasAction-viewCart .btn, ul.off-canvas-list li.offcanvasAction-viewCart .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form ul.off-canvas-list li.offcanvasAction-viewCart #ISR_form_submit, ul.off-canvas-list li.offcanvasAction-viewCart .swal2-confirm,
    ul.off-canvas-list li.offcanvasAction-viewCart .swal2-cancel {
      border: 0 none;
      padding: 0 5px;
      height: 40px;
      line-height: 40px;
      text-transform: uppercase;
      text-align: center; }
  ul.off-canvas-list li.offcanvasAction-continueShopping {
    clear: both; }
    ul.off-canvas-list li.offcanvasAction-continueShopping a {
      background-color: transparent;
      color: #1E333B;
      border: none;
      padding-top: 0px;
      padding-bottom: 5px;
      font-weight: 300; }
      ul.off-canvas-list li.offcanvasAction-continueShopping a:hover {
        text-decoration: underline; }

.left-submenu,
.right-submenu {
  position: fixed;
  list-style: none; }
  .left-submenu .back > a,
  .right-submenu .back > a {
    font-size: 0.86667rem;
    padding: 0.86667rem 1rem;
    color: #000; }
    .left-submenu .back > a:hover,
    .right-submenu .back > a:hover {
      color: #fff; }

@media (min-width: 768px) {
  .navPages-list--user {
    display: none; } }

.navPages-list--user #currencySelection2 {
  background-color: white;
  border: 1px solid #e8e8e8; }
  .navPages-list--user #currencySelection2 .dropdown-menu-item {
    padding: 0; }
    .navPages-list--user #currencySelection2 .dropdown-menu-item:not(:last-child) {
      border-bottom: 1px solid #e8e8e8; }
  .navPages-list--user #currencySelection2 a {
    padding: 0.73333rem 1.5rem; }

.navPages-list > .navPages-item.navPage-item--mega {
  position: static; }
  .navPages-list > .navPages-item.navPage-item--mega .navPage-megaMenu {
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    min-width: auto;
    background-color: #ffffff;
    padding: 0px 0 0px !important;
    border-top: 1px solid #7CA386;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 1px 2px -2px rgba(0, 0, 0, 0.3); }
    .navPages-list > .navPages-item.navPage-item--mega .navPage-megaMenu a {
      background-color: transparent;
      border-bottom: 0; }
      .navPages-list > .navPages-item.navPage-item--mega .navPage-megaMenu a:hover {
        color: #1e333b; }
  .navPages-list > .navPages-item.navPage-item--mega .navPage-subMenu-list--mega {
    max-width: none;
    padding: 0;
    display: flex;
    justify-content: space-between; }
    .navPages-list > .navPages-item.navPage-item--mega .navPage-subMenu-list--mega > .navPages-item {
      flex-grow: 1;
      flex-basis: 20%;
      max-width: 20%;
      border-right: 1px solid #7CA386; }
    .navPages-list > .navPages-item.navPage-item--mega .navPage-subMenu-list--mega > .navPages-item:last-child {
      border-right: none; }
    .navPages-list > .navPages-item.navPage-item--mega .navPage-subMenu-list--mega > .navPages-item:first-child {
      max-width: 80%; }
    .navPages-list > .navPages-item.navPage-item--mega .navPage-subMenu-list--mega.reverse-layout > .navPages-item:first-child {
      max-width: 20%; }
    .navPages-list > .navPages-item.navPage-item--mega .navPage-subMenu-list--mega.reverse-layout > .navPages-item:last-child {
      max-width: 80%; }
  .navPages-list > .navPages-item.navPage-item--mega .navPage-item--heading, .navPages-list > .navPages-item.navPage-item--mega .navPage-item--heading li {
    background-color: transparent; }
  .navPages-list > .navPages-item.navPage-item--mega .navPage-item--heading > a:hover {
    color: #1e333b; }
  .navPages-list > .navPages-item.navPage-item--mega .navPage-subMenu-list--heading::before, .navPages-list > .navPages-item.navPage-item--mega .navPage-subMenu-list--heading::after {
    content: none;
    display: none; }
  .navPages-list > .navPages-item.navPage-item--mega .navPage-subMenu-list--heading > .navPage-subMenu-item {
    display: block;
    margin-bottom: 5px; }
    .navPages-list > .navPages-item.navPage-item--mega .navPage-subMenu-list--heading > .navPage-subMenu-item > .navPages-action {
      padding: 0px;
      position: relative;
      text-transform: none; }
      .navPages-list > .navPages-item.navPage-item--mega .navPage-subMenu-list--heading > .navPage-subMenu-item > .navPages-action svg {
        width: 20px;
        height: 20px;
        display: inline;
        stroke: none; }
      .navPages-list > .navPages-item.navPage-item--mega .navPage-subMenu-list--heading > .navPage-subMenu-item > .navPages-action span {
        display: inline-block; }
        .navPages-list > .navPages-item.navPage-item--mega .navPage-subMenu-list--heading > .navPage-subMenu-item > .navPages-action span.coming-soon {
          opacity: 0;
          position: absolute;
          top: 10px;
          left: 0;
          right: 0;
          line-height: 55px;
          display: block;
          color: #000;
          white-space: nowrap;
          padding: 5px 10px;
          background-color: rgba(230, 230, 230, 0.7);
          transition: opacity 0.1s ease; }
      .navPages-list > .navPages-item.navPage-item--mega .navPage-subMenu-list--heading > .navPage-subMenu-item > .navPages-action:hover span.coming-soon {
        opacity: 1;
        color: #000; }

.navPages-list > .navPages-item > a {
  position: relative;
  z-index: 9;
  line-height: inherit;
  padding: 0;
  font-size: 13px;
  font-weight: 500; }
  @media only screen and (min-width: 1350px) {
    .navPages-list > .navPages-item > a {
      font-size: 15px; } }
  .navPages-list > .navPages-item > a::after {
    content: "";
    bottom: -1px;
    left: 50%;
    right: 50%;
    width: auto;
    opacity: 0;
    transition: all ease-in-out .2s; }
  .navPages-list > .navPages-item > a.is-open, .navPages-list > .navPages-item > a.has-hover:hover {
    background-color: transparent; }
  .navPages-list > .navPages-item > a .title-container {
    position: relative; }

.navPages-list > .navPages-item.has-hover:hover > a .title-container::after,
.navPages-list > .navPages-item > a .is-open::after, .navPages-list > .navPages-item > a:hover .title-container::after {
  content: "";
  border-bottom: 2px solid #7CA386;
  display: block;
  position: absolute;
  top: 50%;
  bottom: auto;
  width: 100%;
  height: 1.2em;
  opacity: 1;
  margin-top: 5px;
  transform: translate(0, -50%); }

.navPages-list > .navPages-item.navPages-quickSearch .navPages-action {
  padding: 0 5px 0 10px;
  max-width: 162px; }

.navPages-list > .navPages-item:first-of-type a {
  margin-left: 0; }

.navPages-list > .navPages-item:last-of-type {
  margin-right: 0; }
  .navPages-list > .navPages-item:last-of-type:hover::after {
    display: none; }

@media only screen and (min-width: 991px) {
  .navPages-list > .navPages-item {
    margin-right: 10px; } }

@media only screen and (min-width: 1200px) {
  .navPages-list > .navPages-item {
    margin-right: 25px; } }

@media only screen and (min-width: 1680px) {
  .navPages-list > .navPages-item {
    margin-right: 40px; } }

.tags {
  list-style: none;
  margin-left: 0;
  font-size: 0;
  text-align: center; }
  .tags ul,
  .tags ol {
    list-style: none;
    margin-bottom: 0; }

.tag {
  display: inline-block;
  font-size: 1rem; }
  .tag a {
    color: #989898;
    display: inline-block;
    padding: 0.4rem 0.53333rem;
    text-decoration: none; }
    .tag a:hover {
      color: #4f4f4f; }

.socialLinks {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0;
  line-height: 37px; }
  .socialLinks:before, .socialLinks:after {
    content: " ";
    display: table; }
  .socialLinks:after {
    clear: both; }
  .socialLinks ul,
  .socialLinks ol {
    list-style: none;
    margin-bottom: 0; }
  .socialLinks li {
    margin: 0;
    padding: 0; }
  .socialLinks .icon {
    height: 1.33333rem;
    width: 1.33333rem;
    margin: 0;
    text-decoration: none; }
    .socialLinks .icon:hover svg {
      fill: #a5a5a5; }
    .socialLinks .icon svg {
      fill: #4f4f4f;
      transition: all 0.15s ease; }

.socialLinks-item {
  display: inline-block;
  font-size: 0; }
  .socialLinks .socialLinks-item {
    margin-bottom: 0.4rem;
    margin-right: 0.73333rem; }
    .socialLinks .socialLinks-item:last-child {
      margin-right: 0; }
  .socialLinks-item .socialLinks__link {
    position: relative;
    height: 2rem; }
    .socialLinks-item .socialLinks__link:focus:before {
      content: " ";
      position: absolute;
      right: 0;
      top: 50%;
      border-width: 0.66667rem;
      border-style: solid;
      border-color: transparent transparent #313440 transparent; }
    .socialLinks-item .socialLinks__link:focus:after {
      content: attr(title);
      padding: 0.26667rem 0.4rem;
      background-color: #313440;
      color: white;
      position: absolute;
      font-size: 1rem;
      white-space: nowrap;
      right: 0;
      top: 100%;
      cursor: default;
      border-radius: 0.53333rem; }
    .socialLinks-item .socialLinks__link:focus:after {
      right: auto;
      left: 0;
      z-index: 20; }
    .socialLinks-item .socialLinks__link.icon--print {
      background-color: transparent;
      padding: 0; }
      .socialLinks-item .socialLinks__link.icon--print svg {
        fill: inherit; }

.socialLinks--alt .icon {
  height: 1.4rem;
  width: 1.4rem; }

.socialLinks--alt svg {
  fill: #989898; }

.heroCarousel {
  margin-bottom: 0 !important;
  overflow: hidden;
  contain: layout style paint;
  height: 21.33333rem; }
  @media (min-width: 480px) {
    .heroCarousel {
      height: 26.66667rem; } }
  @media (min-width: 768px) {
    .heroCarousel {
      height: 40rem; } }
  .js .heroCarousel {
    overflow: hidden; }
    .js .heroCarousel:not(.slick-initialized) {
      display: flex; }
      .js .heroCarousel:not(.slick-initialized) > .heroCarousel-slide {
        min-width: 100%;
        flex-shrink: 0; }
        .js .heroCarousel:not(.slick-initialized) > .heroCarousel-slide:not(:first-child) {
          visibility: hidden;
          position: absolute;
          left: -9999px; }
  .heroCarousel.slick-dotted {
    margin-bottom: 0; }
  .heroCarousel.slick-initialized {
    max-height: 100vh; }
    @media (min-width: 480px) {
      .heroCarousel.slick-initialized {
        max-height: 26.66667rem; } }
    @media (min-width: 768px) {
      .heroCarousel.slick-initialized {
        max-height: 40rem; } }
  .heroCarousel .slick-next,
  .heroCarousel .slick-prev {
    top: 25%; }
    @media (min-width: 768px) {
      .heroCarousel .slick-next,
      .heroCarousel .slick-prev {
        top: 50%;
        transform: translateY(-50%);
        margin: 0; } }
  .heroCarousel .slick-next {
    right: 15px; }
    @media (min-width: 768px) {
      .heroCarousel .slick-next {
        right: 25px; } }
  .heroCarousel .slick-prev {
    left: 15px; }
    @media (min-width: 768px) {
      .heroCarousel .slick-prev {
        left: 25px; } }
  .heroCarousel .slick-dots {
    bottom: 0.53333rem; }
    @media (min-width: 768px) {
      .heroCarousel .slick-dots {
        bottom: 1.5rem; } }
    .heroCarousel .slick-dots li {
      padding: 0;
      height: auto;
      width: auto;
      margin-right: 14px; }
      .heroCarousel .slick-dots li:last-of-type {
        margin-right: 0; }
      .heroCarousel .slick-dots li button {
        border: 1px solid rgba(255, 255, 255, 0.9);
        height: 10px;
        width: 10px; }
        .heroCarousel .slick-dots li button::before {
          height: 10px;
          width: 10px; }
        .heroCarousel .slick-dots li button:hover::before {
          background: rgba(255, 255, 255, 0.3); }
      .heroCarousel .slick-dots li.slick-active button::before {
        background: rgba(255, 255, 255, 0.9); }

.heroCarousel-slide {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  .slick-initialized .heroCarousel-slide {
    height: 320px; }
    @media (min-width: 991px) {
      .slick-initialized .heroCarousel-slide {
        height: 700px; } }
  .heroCarousel-slide .container {
    height: 100%; }
  .heroCarousel-slide a {
    text-decoration: none; }
  .heroCarousel-slide .btn.btn1, .heroCarousel-slide .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .heroCarousel-slide #ISR_form_submit, .heroCarousel-slide .swal2-confirm,
  .heroCarousel-slide .btn1.swal2-cancel, .heroCarousel-slide .swal2-cancel.swal2-confirm {
    min-width: 170px; }
  .heroCarousel-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute; }
  .heroCarousel-slide.slide-1 .content-wrap {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    transform: translate(0, -50%); }
    @media (min-width: 991px) {
      .heroCarousel-slide.slide-1 .content-wrap {
        left: auto;
        right: auto;
        text-align: left;
        margin: 0; } }
  @media (min-width: 991px) {
    .heroCarousel-slide.slide-1 .h1 {
      margin-bottom: 47px; } }
  @media (min-width: 991px) {
    .heroCarousel-slide.slide-1 .h3, .heroCarousel-slide.slide-1 .cart-actions .btn, .cart-actions .heroCarousel-slide.slide-1 .btn, .heroCarousel-slide.slide-1 .cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit, .cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .heroCarousel-slide.slide-1 #ISR_form_submit, .heroCarousel-slide.slide-1 .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions #ISR_form_submit, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions .heroCarousel-slide.slide-1 #ISR_form_submit, .heroCarousel-slide.slide-1 .cart-actions .swal2-confirm, .cart-actions .heroCarousel-slide.slide-1 .swal2-confirm,
    .heroCarousel-slide.slide-1 .cart-actions .swal2-cancel, .cart-actions .heroCarousel-slide.slide-1 .swal2-cancel, .heroCarousel-slide.slide-1 .btn, .heroCarousel-slide.slide-1 .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .heroCarousel-slide.slide-1 #ISR_form_submit, .heroCarousel-slide.slide-1 .swal2-confirm,
    .heroCarousel-slide.slide-1 .swal2-cancel {
      display: inline-block; } }
  @media (min-width: 991px) {
    .heroCarousel-slide.slide-1 .h3, .heroCarousel-slide.slide-1 .cart-actions .btn, .cart-actions .heroCarousel-slide.slide-1 .btn, .heroCarousel-slide.slide-1 .cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit, .cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .heroCarousel-slide.slide-1 #ISR_form_submit, .heroCarousel-slide.slide-1 .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions #ISR_form_submit, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions .heroCarousel-slide.slide-1 #ISR_form_submit, .heroCarousel-slide.slide-1 .cart-actions .swal2-confirm, .cart-actions .heroCarousel-slide.slide-1 .swal2-confirm,
    .heroCarousel-slide.slide-1 .cart-actions .swal2-cancel, .cart-actions .heroCarousel-slide.slide-1 .swal2-cancel {
      margin-bottom: 0; } }
  .heroCarousel-slide.slide-1 .line-wrap {
    margin: 0 94px 0 16px; }
    .heroCarousel-slide.slide-1 .line-wrap .line {
      top: -4px;
      height: 174px; }
  .heroCarousel-slide.slide-paradise {
    background-image: none;
    background: #000000; }
    @media (min-width: 991px) {
      .heroCarousel-slide.slide-paradise {
        background-image: url("https://cdn8.bigcommerce.com/s-oqm1pc/product_images/uploaded_images/paradise-donation-banner.jpg"); } }
    .heroCarousel-slide.slide-paradise .content-wrap {
      position: relative;
      top: 60px;
      text-align: center; }
      @media (min-width: 991px) {
        .heroCarousel-slide.slide-paradise .content-wrap {
          top: 235px;
          text-align: left; } }
    .heroCarousel-slide.slide-paradise .h1 {
      text-shadow: 0px 0px 2px #000000,0px 0px 6px #000000,0px 0px 10px #000000; }
      @media (min-width: 991px) {
        .heroCarousel-slide.slide-paradise .h1 {
          margin-bottom: 47px; } }
    @media (min-width: 991px) {
      .heroCarousel-slide.slide-paradise .h3, .heroCarousel-slide.slide-paradise .cart-actions .btn, .cart-actions .heroCarousel-slide.slide-paradise .btn, .heroCarousel-slide.slide-paradise .cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit, .cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .heroCarousel-slide.slide-paradise #ISR_form_submit, .heroCarousel-slide.slide-paradise .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions #ISR_form_submit, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions .heroCarousel-slide.slide-paradise #ISR_form_submit, .heroCarousel-slide.slide-paradise .cart-actions .swal2-confirm, .cart-actions .heroCarousel-slide.slide-paradise .swal2-confirm,
      .heroCarousel-slide.slide-paradise .cart-actions .swal2-cancel, .cart-actions .heroCarousel-slide.slide-paradise .swal2-cancel, .heroCarousel-slide.slide-paradise .btn, .heroCarousel-slide.slide-paradise .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .heroCarousel-slide.slide-paradise #ISR_form_submit, .heroCarousel-slide.slide-paradise .swal2-confirm,
      .heroCarousel-slide.slide-paradise .swal2-cancel {
        display: inline-block; } }
    @media (min-width: 991px) {
      .heroCarousel-slide.slide-paradise .h3, .heroCarousel-slide.slide-paradise .cart-actions .btn, .cart-actions .heroCarousel-slide.slide-paradise .btn, .heroCarousel-slide.slide-paradise .cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit, .cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .heroCarousel-slide.slide-paradise #ISR_form_submit, .heroCarousel-slide.slide-paradise .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions #ISR_form_submit, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions .heroCarousel-slide.slide-paradise #ISR_form_submit, .heroCarousel-slide.slide-paradise .cart-actions .swal2-confirm, .cart-actions .heroCarousel-slide.slide-paradise .swal2-confirm,
      .heroCarousel-slide.slide-paradise .cart-actions .swal2-cancel, .cart-actions .heroCarousel-slide.slide-paradise .swal2-cancel {
        margin-bottom: 0; } }
    .heroCarousel-slide.slide-paradise .line-wrap {
      margin: 0 94px 0 16px; }
      .heroCarousel-slide.slide-paradise .line-wrap .line {
        top: -4px;
        height: 174px; }
    .heroCarousel-slide.slide-paradise .h1 {
      background: #b20000; }
      @media (min-width: 991px) {
        .heroCarousel-slide.slide-paradise .h1 {
          background: none; } }
  .heroCarousel-slide.slide-2 .h1, .heroCarousel-slide.slide-3 .h1, .heroCarousel-slide.slide-4 .h1, .heroCarousel-slide.slide-5 .h1, .heroCarousel-slide.slide-6 .h1 {
    margin-bottom: 15px; }
    @media (min-width: 991px) {
      .heroCarousel-slide.slide-2 .h1, .heroCarousel-slide.slide-3 .h1, .heroCarousel-slide.slide-4 .h1, .heroCarousel-slide.slide-5 .h1, .heroCarousel-slide.slide-6 .h1 {
        margin-bottom: 27px; } }
  .heroCarousel-slide.slide-2 .h3, .heroCarousel-slide.slide-2 .cart-actions .btn, .cart-actions .heroCarousel-slide.slide-2 .btn, .heroCarousel-slide.slide-2 .cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit, .cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .heroCarousel-slide.slide-2 #ISR_form_submit, .heroCarousel-slide.slide-2 .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions #ISR_form_submit, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions .heroCarousel-slide.slide-2 #ISR_form_submit, .heroCarousel-slide.slide-2 .cart-actions .swal2-confirm, .cart-actions .heroCarousel-slide.slide-2 .swal2-confirm,
  .heroCarousel-slide.slide-2 .cart-actions .swal2-cancel, .cart-actions .heroCarousel-slide.slide-2 .swal2-cancel, .heroCarousel-slide.slide-3 .h3, .heroCarousel-slide.slide-3 .cart-actions .btn, .cart-actions .heroCarousel-slide.slide-3 .btn, .heroCarousel-slide.slide-3 .cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit, .cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .heroCarousel-slide.slide-3 #ISR_form_submit, .heroCarousel-slide.slide-3 .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions #ISR_form_submit, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions .heroCarousel-slide.slide-3 #ISR_form_submit, .heroCarousel-slide.slide-3 .cart-actions .swal2-confirm, .cart-actions .heroCarousel-slide.slide-3 .swal2-confirm,
  .heroCarousel-slide.slide-3 .cart-actions .swal2-cancel, .cart-actions .heroCarousel-slide.slide-3 .swal2-cancel, .heroCarousel-slide.slide-4 .h3, .heroCarousel-slide.slide-4 .cart-actions .btn, .cart-actions .heroCarousel-slide.slide-4 .btn, .heroCarousel-slide.slide-4 .cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit, .cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .heroCarousel-slide.slide-4 #ISR_form_submit, .heroCarousel-slide.slide-4 .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions #ISR_form_submit, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions .heroCarousel-slide.slide-4 #ISR_form_submit, .heroCarousel-slide.slide-4 .cart-actions .swal2-confirm, .cart-actions .heroCarousel-slide.slide-4 .swal2-confirm,
  .heroCarousel-slide.slide-4 .cart-actions .swal2-cancel, .cart-actions .heroCarousel-slide.slide-4 .swal2-cancel, .heroCarousel-slide.slide-5 .h3, .heroCarousel-slide.slide-5 .cart-actions .btn, .cart-actions .heroCarousel-slide.slide-5 .btn, .heroCarousel-slide.slide-5 .cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit, .cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .heroCarousel-slide.slide-5 #ISR_form_submit, .heroCarousel-slide.slide-5 .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions #ISR_form_submit, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions .heroCarousel-slide.slide-5 #ISR_form_submit, .heroCarousel-slide.slide-5 .cart-actions .swal2-confirm, .cart-actions .heroCarousel-slide.slide-5 .swal2-confirm,
  .heroCarousel-slide.slide-5 .cart-actions .swal2-cancel, .cart-actions .heroCarousel-slide.slide-5 .swal2-cancel, .heroCarousel-slide.slide-6 .h3, .heroCarousel-slide.slide-6 .cart-actions .btn, .cart-actions .heroCarousel-slide.slide-6 .btn, .heroCarousel-slide.slide-6 .cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit, .cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .heroCarousel-slide.slide-6 #ISR_form_submit, .heroCarousel-slide.slide-6 .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions #ISR_form_submit, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions .heroCarousel-slide.slide-6 #ISR_form_submit, .heroCarousel-slide.slide-6 .cart-actions .swal2-confirm, .cart-actions .heroCarousel-slide.slide-6 .swal2-confirm,
  .heroCarousel-slide.slide-6 .cart-actions .swal2-cancel, .cart-actions .heroCarousel-slide.slide-6 .swal2-cancel {
    margin-bottom: 25px; }
    @media (min-width: 991px) {
      .heroCarousel-slide.slide-2 .h3, .heroCarousel-slide.slide-2 .cart-actions .btn, .cart-actions .heroCarousel-slide.slide-2 .btn, .heroCarousel-slide.slide-2 .cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit, .cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .heroCarousel-slide.slide-2 #ISR_form_submit, .heroCarousel-slide.slide-2 .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions #ISR_form_submit, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions .heroCarousel-slide.slide-2 #ISR_form_submit, .heroCarousel-slide.slide-2 .cart-actions .swal2-confirm, .cart-actions .heroCarousel-slide.slide-2 .swal2-confirm,
      .heroCarousel-slide.slide-2 .cart-actions .swal2-cancel, .cart-actions .heroCarousel-slide.slide-2 .swal2-cancel, .heroCarousel-slide.slide-3 .h3, .heroCarousel-slide.slide-3 .cart-actions .btn, .cart-actions .heroCarousel-slide.slide-3 .btn, .heroCarousel-slide.slide-3 .cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit, .cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .heroCarousel-slide.slide-3 #ISR_form_submit, .heroCarousel-slide.slide-3 .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions #ISR_form_submit, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions .heroCarousel-slide.slide-3 #ISR_form_submit, .heroCarousel-slide.slide-3 .cart-actions .swal2-confirm, .cart-actions .heroCarousel-slide.slide-3 .swal2-confirm,
      .heroCarousel-slide.slide-3 .cart-actions .swal2-cancel, .cart-actions .heroCarousel-slide.slide-3 .swal2-cancel, .heroCarousel-slide.slide-4 .h3, .heroCarousel-slide.slide-4 .cart-actions .btn, .cart-actions .heroCarousel-slide.slide-4 .btn, .heroCarousel-slide.slide-4 .cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit, .cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .heroCarousel-slide.slide-4 #ISR_form_submit, .heroCarousel-slide.slide-4 .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions #ISR_form_submit, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions .heroCarousel-slide.slide-4 #ISR_form_submit, .heroCarousel-slide.slide-4 .cart-actions .swal2-confirm, .cart-actions .heroCarousel-slide.slide-4 .swal2-confirm,
      .heroCarousel-slide.slide-4 .cart-actions .swal2-cancel, .cart-actions .heroCarousel-slide.slide-4 .swal2-cancel, .heroCarousel-slide.slide-5 .h3, .heroCarousel-slide.slide-5 .cart-actions .btn, .cart-actions .heroCarousel-slide.slide-5 .btn, .heroCarousel-slide.slide-5 .cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit, .cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .heroCarousel-slide.slide-5 #ISR_form_submit, .heroCarousel-slide.slide-5 .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions #ISR_form_submit, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions .heroCarousel-slide.slide-5 #ISR_form_submit, .heroCarousel-slide.slide-5 .cart-actions .swal2-confirm, .cart-actions .heroCarousel-slide.slide-5 .swal2-confirm,
      .heroCarousel-slide.slide-5 .cart-actions .swal2-cancel, .cart-actions .heroCarousel-slide.slide-5 .swal2-cancel, .heroCarousel-slide.slide-6 .h3, .heroCarousel-slide.slide-6 .cart-actions .btn, .cart-actions .heroCarousel-slide.slide-6 .btn, .heroCarousel-slide.slide-6 .cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit, .cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .heroCarousel-slide.slide-6 #ISR_form_submit, .heroCarousel-slide.slide-6 .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions #ISR_form_submit, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions .heroCarousel-slide.slide-6 #ISR_form_submit, .heroCarousel-slide.slide-6 .cart-actions .swal2-confirm, .cart-actions .heroCarousel-slide.slide-6 .swal2-confirm,
      .heroCarousel-slide.slide-6 .cart-actions .swal2-cancel, .cart-actions .heroCarousel-slide.slide-6 .swal2-cancel {
        margin-bottom: 48px; } }
  .heroCarousel-slide.slide-2 .text-holder, .heroCarousel-slide.slide-3 .text-holder, .heroCarousel-slide.slide-4 .text-holder, .heroCarousel-slide.slide-5 .text-holder, .heroCarousel-slide.slide-6 .text-holder {
    max-width: 610px;
    width: 92%; }
    .heroCarousel-slide.slide-2 .text-holder .text-inner, .heroCarousel-slide.slide-3 .text-holder .text-inner, .heroCarousel-slide.slide-4 .text-holder .text-inner, .heroCarousel-slide.slide-5 .text-holder .text-inner, .heroCarousel-slide.slide-6 .text-holder .text-inner {
      padding: 20px 10px 22px; }
      @media (min-width: 991px) {
        .heroCarousel-slide.slide-2 .text-holder .text-inner, .heroCarousel-slide.slide-3 .text-holder .text-inner, .heroCarousel-slide.slide-4 .text-holder .text-inner, .heroCarousel-slide.slide-5 .text-holder .text-inner, .heroCarousel-slide.slide-6 .text-holder .text-inner {
          padding: 45px 10px 48px; } }
  .heroCarousel-slide.stretch .heroCarousel-image {
    object-fit: cover;
    object-position: 50% 50%; }
  .heroCarousel-slide .heroCarousel-image-wrapper {
    height: 16.66667rem;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    height: 56.25vw; }
    @media (min-width: 480px) {
      .heroCarousel-slide .heroCarousel-image-wrapper {
        max-height: 26.66667rem; } }
    @media (min-width: 768px) {
      .heroCarousel-slide .heroCarousel-image-wrapper {
        max-height: 40rem; } }
  .heroCarousel-slide.is-square-image-type .heroCarousel-image-wrapper {
    height: 100vw; }
    @media (min-width: 480px) {
      .heroCarousel-slide.is-square-image-type .heroCarousel-image-wrapper {
        height: 56.25vw; } }
  .heroCarousel-slide.is-vertical-image-type .heroCarousel-image-wrapper {
    height: 110vw; }
    @media (min-width: 480px) {
      .heroCarousel-slide.is-vertical-image-type .heroCarousel-image-wrapper {
        height: 56.25vw; } }

@media (min-width: 991px) {
  .heroCarousel-slide--stretch {
    background-size: 100% 100%; } }

.heroCarousel-content {
  background-color: white;
  padding: 0.73333rem 1.5rem 3rem;
  text-align: center; }
  @media (min-width: 480px) {
    .heroCarousel-content {
      background-color: white;
      background-color: rgba(255, 255, 255, 0.9);
      background-color: rgba(255, 255, 255, 0.9);
      left: 0;
      margin: 0 auto;
      padding: 1.5rem;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 46.66667rem; }
      .heroCarousel-content.heroCarousel-content--empty {
        background-color: transparent; } }

.heroCarousel-title {
  color: #2d2d2d;
  font-size: 20px;
  margin-top: 0; }
  @media (min-width: 768px) {
    .heroCarousel-title {
      font-size: 50px; } }

.heroCarousel-description {
  color: #2d2d2d;
  font-size: 12px; }
  @media (min-width: 480px) {
    .heroCarousel-description {
      font-size: 13px; } }
  @media (min-width: 768px) {
    .heroCarousel-description {
      font-size: 15px; } }

.heroCarousel-action {
  margin: 0; }
  @media (min-width: 768px) {
    .heroCarousel-action {
      margin-top: 1.5rem; } }

[data-sub-layout] {
  padding: 0 !important; }

@media (min-width: 768px) {
  .writeReview-productDetails {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    width: 50%;
    float: left; } }

.writeReview-productDetails .product-brand {
  color: #a5a5a5;
  margin: 0; }

.writeReview-productDetails .product-title {
  margin-top: 0; }

@media (min-width: 768px) {
  .writeReview-form {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    width: 50%;
    float: left; } }

.account--addReturn .table {
  display: block;
  margin-bottom: 3rem; }
  @media (min-width: 480px) {
    .account--addReturn .table {
      display: table;
      margin-bottom: 6rem; } }
  .account--addReturn .table tr {
    display: block;
    padding: 1.5rem 0; }
    @media (min-width: 480px) {
      .account--addReturn .table tr {
        display: table-row;
        padding: 0; } }
  .account--addReturn .table th,
  .account--addReturn .table td {
    display: block;
    padding: 0; }
    @media (min-width: 480px) {
      .account--addReturn .table th,
      .account--addReturn .table td {
        display: table-cell;
        padding-bottom: 0.73333rem;
        padding-top: 0.73333rem; } }
    .account--addReturn .table th + th,
    .account--addReturn .table th + td,
    .account--addReturn .table td + th,
    .account--addReturn .table td + td {
      padding-left: 0; }
      @media (min-width: 480px) {
        .account--addReturn .table th + th,
        .account--addReturn .table th + td,
        .account--addReturn .table td + th,
        .account--addReturn .table td + td {
          padding-left: 1.5rem; } }
  .account--addReturn .table .return-itemTitle + .definitionList {
    margin-top: 0.2rem; }
  @media (min-width: 480px) {
    .account--addReturn .table .return-itemPrice {
      text-align: center; } }
  @media (min-width: 480px) {
    .account--addReturn .table .return-itemQuantity {
      text-align: right; } }

.account--addReturn .table-thead {
  display: none; }
  @media (min-width: 480px) {
    .account--addReturn .table-thead {
      display: table-header-group; } }
  .account--addReturn .table-thead th {
    font-size: 15px; }
  .account--addReturn .table-thead th:first-child {
    width: 60%; }

.account--addReturn .table-tbody {
  display: block; }
  @media (min-width: 480px) {
    .account--addReturn .table-tbody {
      display: table-row-group; } }

.return-itemName {
  font-size: 15px;
  font-weight: 700; }
  @media (min-width: 480px) {
    .return-itemName {
      font-size: 1rem;
      font-weight: 400; } }

.return-itemPrice {
  color: #a5a5a5;
  margin-bottom: 0.4rem; }
  @media (min-width: 480px) {
    .return-itemPrice {
      color: inherit;
      margin-bottom: 0;
      text-align: center; } }

.return-itemQuantity .form-label, .return-itemQuantity .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper label, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper .return-itemQuantity label {
  display: inline;
  margin-right: 0.4rem; }
  @media (min-width: 480px) {
    .return-itemQuantity .form-label, .return-itemQuantity .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper label, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper .return-itemQuantity label {
      border: 0;
      clip: rect(1px, 1px, 1px, 1px);
      height: 1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; } }

.account--addReturn-row {
  margin: 0 -0.5rem;
  max-width: none;
  width: auto;
  margin: 0 -1rem; }
  .account--addReturn-row:before, .account--addReturn-row:after {
    content: " ";
    display: table; }
  .account--addReturn-row:after {
    clear: both; }

.account--addReturn-column {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  width: 100%;
  float: left;
  padding: 0 1rem; }
  @media (min-width: 480px) {
    .account--addReturn-column {
      width: 50%; } }

.productCarousel {
  margin: 0 -0.5rem;
  max-width: none;
  width: auto; }
  .productCarousel:before, .productCarousel:after {
    content: " ";
    display: table; }
  .productCarousel:after {
    clear: both; }

.productCarousel-slide {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  width: 50%;
  float: left;
  border-bottom: 0 none !important; }
  @media (min-width: 480px) {
    .productCarousel-slide {
      width: 33.33333%; } }
  @media (min-width: 768px) {
    .productCarousel-slide {
      width: 25%; } }
  @media (min-width: 991px) {
    .productCarousel-slide {
      width: 16.66667%; } }
  .productCarousel-slide .card {
    margin-bottom: 0; }

.quickView:before, .quickView:after {
  content: " ";
  display: table; }

.quickView:after {
  clear: both; }

.productReviews-list {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.5rem;
  max-width: none;
  width: auto;
  font-size: 0; }
  .productReviews-list ul,
  .productReviews-list ol {
    list-style: none;
    margin-bottom: 0; }
  .productReviews-list:before, .productReviews-list:after {
    content: " ";
    display: table; }
  .productReviews-list:after {
    clear: both; }

.productReview {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  width: 100%;
  float: left;
  display: inline-block;
  float: none;
  font-size: 1rem;
  vertical-align: top; }
  @media (min-width: 768px) {
    .productReview {
      width: 50%; } }
  @media (min-width: 991px) {
    .productReview {
      width: 33.33333%; } }

.productReview-title {
  margin: 0;
  text-transform: none; }

.productReview-author {
  color: #989898;
  margin-bottom: 1rem; }

.productReview-rating {
  display: inline-block;
  margin-bottom: 0.4rem; }

.productReview-ratingNumber {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.alertBox + .productView-container {
  margin-top: 1.5rem; }

.productView-images {
  max-width: 380px;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .productView-images {
      max-width: none;
      margin-bottom: 10px; } }

.js .productView-image-slider {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 600ms ease-out;
  padding-bottom: 40px;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .js .productView-image-slider {
      padding-bottom: 0;
      margin-bottom: 10px; } }

.productView-image-slider.slick-initialized {
  max-height: 43.33333rem;
  opacity: 1; }

.productView-image-slider .slick-dots {
  bottom: 0; }
  .productView-image-slider .slick-dots li {
    height: auto;
    width: auto; }
    .productView-image-slider .slick-dots li button {
      border: 1px solid #1E333B;
      width: 10px;
      height: 10px; }
      .productView-image-slider .slick-dots li button::before {
        display: none; }
    .productView-image-slider .slick-dots li.slick-active button {
      background: #1E333B; }

.productView-image {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
  margin: 0; }
  .productView-image > a {
    width: 100%;
    display: block; }
  .productView-image img {
    width: 100%; }
  @media (min-width: 768px) {
    .productView-image {
      min-height: 366px;
      min-width: inherit; } }
  .productView-image .productView-image--default {
    width: auto; }
  .productView-image + .productView-thumbnails {
    margin-top: 12px; }

.productView-thumbnail--video img {
  object-fit: contain;
  /* Object-fit polyfill */
  font-family: "object-fit: contain;"; }

.easyzoom-notice {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 150;
  width: 10em;
  margin: -1em 0 0 -5em;
  line-height: 2em;
  text-align: center;
  background: #FFF;
  box-shadow: 0 0 10px #888; }
  @media only screen and (max-width: 990px) {
    .easyzoom-notice {
      display: none; } }

@media only screen and (min-width: 991px) {
  .video-card {
    max-width: 322px;
    margin-right: 25px; } }

@media only screen and (min-width: 768px) {
  .video-card .card-title-wrapper {
    height: 40px;
    display: inline-block;
    margin: 10px 0; } }

.video-card .video-card-title {
  font-size: 16px;
  line-height: 19px;
  letter-spacing: normal; }

.video-card .video-desc {
  font-size: 15px;
  line-height: 18px;
  letter-spacing: normal;
  text-align: left; }

.productView-image-slider .video-wrapper {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  height: 329px; }
  @media only screen and (min-width: 768px) {
    .productView-image-slider .video-wrapper {
      height: 380px; } }
  @media only screen and (min-width: 1200px) {
    .productView-image-slider .video-wrapper {
      height: 631px; } }

.productView-image-slider .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 65%;
  top: 50%;
  transform: translateY(-50%); }

.video-wrapper {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  height: auto; }

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.productView-thumbnail-link {
  border: 1px solid transparent;
  display: inline-flex;
  text-align: center;
  width: 100%;
  outline: none;
  justify-content: center;
  align-items: normal;
  position: relative;
  padding-top: 100%; }
  .productView-thumbnail-link .video-icon {
    width: 20px;
    height: 20px;
    opacity: 0.9;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .productView-thumbnail-link .video-icon .icon--play-video {
      fill: white;
      stroke: black;
      width: 100%;
      height: 100%; }
  .productView-thumbnail-link:hover, .productView-thumbnail-link.is-active,
  .slick-current .productView-thumbnail-link {
    border-color: #1E333B; }

.product-thumbnails-wrapper {
  padding: 0 30px; }

.product_thumbnail_slider li {
  padding: 0 6px; }

.product_thumbnail_slider .productView-thumbnail-link img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.product_thumbnail_slider .slick-next, .product_thumbnail_slider .slick-prev {
  background: rgba(255, 255, 255, 0.8);
  top: 0;
  bottom: 0;
  height: auto;
  width: 33px;
  transform: translateY(0);
  padding: 0;
  margin: 0;
  z-index: 2; }
  .product_thumbnail_slider .slick-next::before, .product_thumbnail_slider .slick-prev::before {
    content: '';
    width: 100%;
    height: 100%;
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center;
    display: block; }

.product_thumbnail_slider .slick-prev {
  left: -30px; }

.product_thumbnail_slider .slick-next {
  right: -30px; }

.product_thumbnail_slider.grid--inline {
  font-size: 0;
  text-align: center; }
  .product_thumbnail_slider.grid--inline .grid__item {
    float: none;
    display: inline-block; }

.productView-details.product-options {
  overflow: hidden; }

.productView-title {
  font-size: 20px;
  margin: -0.73333rem 0 0.4rem; }
  @media (min-width: 768px) {
    .productView-title {
      margin-top: 1.5rem; } }
  @media (min-width: 991px) {
    .productView-title {
      font-size: 40px; } }

.productView-brand {
  color: #989898;
  font-size: 15px;
  margin: 0 0 0.73333rem; }
  @media (min-width: 991px) {
    .productView-brand {
      font-size: 20px;
      margin: -0.2rem 0 1rem; } }
  .productView-brand a {
    color: #989898; }
    .productView-brand a:hover {
      color: #4f4f4f; }

.productView-price {
  font-size: 15px;
  margin-bottom: 0.53333rem; }
  @media (min-width: 768px) {
    .productView-price {
      font-size: 35px;
      margin-bottom: 1rem; } }
  .productView-price .price-section--saving {
    font-size: 12px;
    margin-right: 5px; }
  .productView-price abbr {
    border: 0;
    color: inherit;
    font-size: inherit; }

.productView-reviewLink {
  display: inline-block;
  margin-left: 0.4rem;
  vertical-align: middle; }
  .productView-reviewLink:hover {
    color: #4f4f4f; }
  .productView-reviewLink--new {
    padding: 0; }

.productView-info {
  padding-bottom: 25px;
  border-bottom: 1px solid #ECEFF4;
  margin: 0; }
  .productView-info > :last-child {
    margin-bottom: 0; }
  .productView-info > div {
    margin-bottom: 20px;
    display: flex; }
    .productView-info > div dt {
      margin: 0; }
    .productView-info > div:last-of-type {
      margin-bottom: 0; }
    @media only screen and (min-width: 768px) and (max-width: 990px) {
      .productView-info > div {
        flex-wrap: wrap; } }
    @media only screen and (max-width: 479px) {
      .productView-info > div {
        flex-direction: column;
        align-items: center; }
        .productView-info > div dt {
          display: flex;
          flex-direction: column;
          align-items: center; } }
    .productView-info > div:empty {
      display: none; }
    .productView-info > div .icon-container {
      color: #345C64;
      display: inline-block; }
    .productView-info > div .icon {
      fill: currentColor; }
      @media only screen and (min-width: 991px) {
        .productView-info > div .icon {
          min-width: 48px;
          margin-right: 15px; } }
    .productView-info > div .icon-available, .productView-info > div .icon-bulk {
      width: 24px;
      height: 24px; }
    .productView-info > div .icon-shipping {
      width: 48px;
      height: 24px; }
    .productView-info > div .productView-info-value {
      margin-bottom: 0;
      font-weight: 300;
      color: #345C64; }
      @media only screen and (max-width: 990px) {
        .productView-info > div .productView-info-value {
          line-height: 2; } }
    .productView-info > div .productView-info-name {
      color: #345C64; }
  .productView-info .free-shipping-container {
    padding: 0; }
    @media only screen and (max-width: 767px) {
      .productView-info .free-shipping-container {
        flex-direction: column;
        align-items: center; }
        .productView-info .free-shipping-container .shipping-msg p {
          font-size: 14px; } }
    .productView-info .free-shipping-container .shipping-msg {
      color: #345C64; }

.productView-info-availability {
  display: flex; }

.productView-info-name,
.productView-info-value,
.productView-options .form-field--stock {
  color: #1E333B;
  font-size: 12px;
  display: inline-block;
  letter-spacing: .02em; }
  @media (min-width: 768px) {
    .productView-info-name,
    .productView-info-value,
    .productView-options .form-field--stock {
      font-size: 13px; } }
  @media (min-width: 991px) {
    .productView-info-name,
    .productView-info-value,
    .productView-options .form-field--stock {
      font-size: 15px; } }

.productView-info-name {
  margin-bottom: 0;
  margin-right: 3px;
  font-weight: 500; }

.productView-info-value,
.productView-options .form-field--stock span {
  font-weight: 300;
  margin-bottom: 4px; }
  .productView-info-value a,
  .productView-options .form-field--stock span a {
    color: inherit;
    text-decoration: underline; }

.productView-options .form-field--stock span {
  margin-left: 0.4rem; }

.productView-options {
  position: relative;
  margin-bottom: 20px; }
  .productView-options:before, .productView-options:after {
    content: " ";
    display: table; }
  .productView-options:after {
    clear: both; }
  @media (min-width: 991px) {
    .productView-options {
      margin-bottom: 0; } }
  @media (min-width: 480px) {
    .productView-options .form-input[type="number"], .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper input[type="number"][type="email"] {
      width: 16.66667%; } }
  .productView-options textarea {
    min-height: 40px; }
    .productView-options textarea::placeholder {
      font-size: 14px;
      font-weight: 300; }
  .productView-options .form-label, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper label {
    color: #1E333B;
    font-weight: 500;
    letter-spacing: .02em;
    font-size: 14px; }
    .productView-options .form-label small, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper label small {
      font-weight: 500;
      color: #EF5E59; }
    .productView-options .form-label .optional-text, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper label .optional-text {
      color: #7CA386; }
  .productView-options .form-label-checkbox {
    font-weight: 350; }
  .productView-options select.form-select {
    color: #4F4F4F;
    font-weight: 400;
    max-width: 100%; }
    @media only screen and (max-width: 990px) {
      .productView-options select.form-select {
        font-size: 11px; } }
    @media only screen and (min-width: 991px) {
      .productView-options select.form-select {
        font-size: 14px; } }
  .productView-options .form-checkbox + .form-label::before, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper .form-checkbox + label::before {
    background-color: #ECEFF4; }
  .productView-options .form, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form {
    display: inline; }
  .productView-options input[type="file"] {
    font-size: 13px; }
  .productView-options .form-field, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper {
    font-size: 0;
    margin-bottom: 8px; }
    @media (min-width: 480px) {
      .productView-options .form-field, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper {
        margin-bottom: 2rem; } }
    .productView-options .form-field > .form-checkbox + .form-label, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper > .form-checkbox + .form-label, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper .form-field > .form-checkbox + label, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper > .form-checkbox + label {
      display: inline-block;
      margin-left: 1.5rem;
      width: auto; }
      @media (min-width: 480px) {
        .productView-options .form-field > .form-checkbox + .form-label, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper > .form-checkbox + .form-label, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper .form-field > .form-checkbox + label, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper > .form-checkbox + label {
          margin-left: 0;
          width: 100%; } }
    .productView-options .form-field > .form-radio + .form-label, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper > .form-radio + .form-label, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper .form-field > .form-radio + label, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper > .form-radio + label {
      text-align: justify;
      display: inline-block;
      margin-left: 0;
      padding: 8px 15px;
      border: 1px solid #4F4F4F;
      line-height: 16px;
      width: auto;
      margin-bottom: 12px; }
      .productView-options .form-field > .form-radio + .form-label::before, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper > .form-radio + .form-label::before, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper .form-field > .form-radio + label::before, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper > .form-radio + label::before, .productView-options .form-field > .form-radio + .form-label::after, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper > .form-radio + .form-label::after, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper .form-field > .form-radio + label::after, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper > .form-radio + label::after {
        display: none; }
    .productView-options .form-field > .form-radio:checked + .form-label, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper > .form-radio:checked + .form-label, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper .form-field > .form-radio:checked + label, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper > .form-radio:checked + label {
      background-color: rgba(124, 163, 134, 0.3);
      border: 2px solid #1E333B; }
  .productView-options .form-action {
    float: none;
    padding: 0;
    width: auto;
    display: inline-block;
    vertical-align: top; }
    .productView-options .form-action .button {
      width: 100%; }
      @media (min-width: 991px) {
        .productView-options .form-action .button {
          margin-right: 0.73333rem;
          width: auto; } }
    .productView-options .form-action.form-wishlist {
      margin-bottom: 0; }

.productOptions-list {
  list-style: none;
  margin: 0;
  max-height: 400px;
  overflow-y: auto; }

.productOptions-list-item {
  padding: 5px 1.5rem; }
  .productOptions-list-item .form-label, .productOptions-list-item .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper label, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper .productOptions-list-item label {
    text-align: left;
    top: -2px; }

.productOptions-list-item-figure,
.productOptions-list-item-content {
  display: table-cell;
  vertical-align: middle; }

.productOptions-list-item-figure {
  width: 3rem; }

.productOptions-list-item-content {
  padding-left: 1.26667rem; }

.shareProduct {
  text-align: center; }

.productView-image .easyzoom-flyout {
  pointer-events: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  @media only screen and (max-width: 767px) {
    .productView-image .easyzoom-flyout {
      display: none !important; } }
  .productView-image .easyzoom-flyout img {
    max-width: none;
    width: auto; }

.productView-short-description {
  padding-top: 20px;
  margin-bottom: 35px; }
  .productView-short-description:empty {
    display: none; }
  .productView-short-description p {
    font-size: 15px;
    color: #1E333B;
    line-height: 1.53333;
    margin-bottom: 0; }

.pin_it_iframe_widget {
  display: none; }

.addthis_toolbox a.at300b, .addthis_toolbox a.at300m {
  width: 1.33333rem !important; }

.productView.product-page {
  padding: 20px 0; }
  @media (min-width: 991px) {
    .productView.product-page {
      padding: 60px 0 20px; } }
  .productView.product-page .productView-details, .productView.product-page .ask-question-container {
    max-width: 380px;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 768px) {
      .productView.product-page .productView-details, .productView.product-page .ask-question-container {
        max-width: none;
        max-width: 470px;
        margin-right: 0; } }
  .productView.product-page .productView-subheading {
    align-items: center;
    display: flex;
    margin-bottom: 15px; }
    @media (min-width: 768px) {
      .productView.product-page .productView-subheading {
        justify-content: space-between;
        align-items: flex-end;
        border-bottom: 1px solid #edeff3;
        padding-bottom: 10px;
        margin-bottom: 25px;
        line-height: 27px; } }
    .productView.product-page .productView-subheading .productView-sku-name {
      font-size: 14px;
      font-weight: 500;
      margin: 0; }
      .productView.product-page .productView-subheading .productView-sku-name > .productView-sku-value {
        margin-left: 10px;
        margin-bottom: 0;
        font-weight: 400; }
    .productView.product-page .productView-subheading .price--withoutTax {
      margin-right: 5px;
      font-size: 25px;
      color: #7CA386;
      font-weight: 500; }
    .productView.product-page .productView-subheading .price--saving, .productView.product-page .productView-subheading .original-price, .productView.product-page .productView-subheading body div#isp_search_result_page_container #isp_search_results_container .isp_compare_at_price, body div#isp_search_result_page_container #isp_search_results_container .productView.product-page .productView-subheading .isp_compare_at_price {
      text-decoration: line-through;
      font-size: 20px;
      color: rgba(79, 79, 79, 0.3); }
  .productView.product-page .quantity-stock-row {
    display: flex;
    align-items: center;
    justify-content: flex-start; }
    @media only screen and (max-width: 767px) {
      .productView.product-page .quantity-stock-row.mobile-two-row {
        flex-wrap: wrap; }
        .productView.product-page .quantity-stock-row.mobile-two-row .quantity-container {
          margin-bottom: 10px;
          width: 100%;
          text-align: center; }
        .productView.product-page .quantity-stock-row.mobile-two-row .max-purchase-container {
          margin-left: 0; } }
    .productView.product-page .quantity-stock-row .form-field--stock {
      margin: 0 0 0 auto; }
      .productView.product-page .quantity-stock-row .form-field--stock .empty-stock {
        color: #EF5E59; }
      .productView.product-page .quantity-stock-row .form-field--stock .form-label--alternate {
        font-size: 14px !important;
        margin-right: 0 !important; }
    .productView.product-page .quantity-stock-row .max-purchase-container {
      font-size: 14px;
      color: #1E333B;
      margin-left: 15px; }
      .productView.product-page .quantity-stock-row .max-purchase-container .max-label {
        font-weight: 500; }
    .productView.product-page .quantity-stock-row .quantity-container .form-label--alternate {
      font-size: 14px !important; }
    .productView.product-page .quantity-stock-row .quantity-container .form-field--stock {
      margin: 0 0 0 auto; }
      .productView.product-page .quantity-stock-row .quantity-container .form-field--stock .empty-stock {
        color: #EF5E59; }
  .productView.product-page ul.productView-thumbnails {
    list-style: none; }
    .productView.product-page ul.productView-thumbnails .productView-thumbnail {
      outline: none; }
  .productView.product-page .productView-product .h4, .productView.product-page .productView-product .estimator-form select.form-select#shipping-state, .estimator-form .productView.product-page .productView-product select.form-select#shipping-state {
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2; }
    @media (min-width: 768px) {
      .productView.product-page .productView-product .h4, .productView.product-page .productView-product .estimator-form select.form-select#shipping-state, .estimator-form .productView.product-page .productView-product select.form-select#shipping-state {
        font-size: 25px; } }
  .productView.product-page .productView-product .product-tagline p {
    color: #7CA386;
    margin-bottom: 11px; }
  .productView.product-page .price-rating-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    max-width: 60%; }
    .productView.product-page .price-rating-wrap > div {
      margin: 0;
      font-size: 25px; }
    .productView.product-page .price-rating-wrap .yotpo {
      text-align: inherit; }
      .productView.product-page .price-rating-wrap .yotpo .yotpo-bottomline {
        text-align: inherit;
        float: none; }
      .productView.product-page .price-rating-wrap .yotpo .yotpo-icon {
        float: none; }
  .productView.product-page .form-field.form-field--increments, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .form-field--increments#ISR_form_email-wrapper {
    margin-bottom: 15px; }
    @media (min-width: 768px) {
      .productView.product-page .form-field.form-field--increments, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .form-field--increments#ISR_form_email-wrapper {
        margin-bottom: 19px; } }
    .productView.product-page .form-field.form-field--increments .form-label--alternate, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .form-field--increments#ISR_form_email-wrapper .form-label--alternate {
      font-size: 12px;
      color: #1E333B; }
      @media (min-width: 768px) {
        .productView.product-page .form-field.form-field--increments .form-label--alternate, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .form-field--increments#ISR_form_email-wrapper .form-label--alternate {
          font-size: 15px; } }
  .productView.product-page .productView-options {
    margin-bottom: 25px; }
    @media (min-width: 768px) {
      .productView.product-page .productView-options {
        margin-bottom: 30px; } }
    .productView.product-page .productView-options .product-add-form {
      font-size: 0; }
      .productView.product-page .productView-options .product-add-form .form-action {
        width: 100%;
        max-width: calc(100% - 70px);
        margin-right: 1px; }
        @media (min-width: 768px) {
          .productView.product-page .productView-options .product-add-form .form-action {
            max-width: calc(100% - 65px); } }
      .productView.product-page .productView-options .product-add-form #form-action-addToCart {
        width: 100%;
        font-weight: 500; }
        .productView.product-page .productView-options .product-add-form #form-action-addToCart::before {
          background-color: #335C64; }
    .productView.product-page .productView-options div[data-product-attribute="set-select"] .form-label, .productView.product-page .productView-options div[data-product-attribute="set-select"] #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper label, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper div[data-product-attribute="set-select"] label {
      font-weight: 500; }
    .productView.product-page .productView-options #out-of-stock-form[style*="display: block;"] ~ [data-wishlist-add] .form-action {
      overflow: hidden;
      text-align: left;
      display: block;
      padding-left: 13px; }
    .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container {
      position: static;
      z-index: 0;
      background-color: transparent;
      border: none;
      opacity: 1; }
      .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup {
        color: inherit;
        padding: 0;
        overflow: visible;
        padding: 0; }
        .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup h3, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup .h3, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup .cart-actions .btn, .cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup .btn, .cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions #ISR_form_submit, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup .cart-actions .swal2-confirm, .cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup .swal2-confirm,
        .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup .cart-actions .swal2-cancel, .cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup .swal2-cancel {
          font-size: 1.33333rem;
          color: #454545;
          letter-spacing: .02em;
          text-align: left;
          font-weight: 300;
          line-height: 1.4;
          margin-bottom: 11px; }
        .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup h4, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup .h4, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup .estimator-form select.form-select#shipping-state, .estimator-form .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup select.form-select#shipping-state {
          font-size: 1rem;
          text-align: left; }
        .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_description {
          color: inherit;
          margin-bottom: 20px;
          padding: 0;
          font-size: 14px;
          line-height: 1.2;
          font-weight: 200; }
        .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content {
          padding: 0; }
          .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form > div {
            overflow: visible;
            margin: 0; }
          .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper {
            margin-bottom: 13px; }
          .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit {
            border: none;
            float: left;
            margin-right: 13px; }
        .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_result {
          background-color: #fff;
          border: 0;
          margin-left: 0; }
          .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_result::before {
            content: "";
            display: block;
            width: 100%;
            height: 100%;
            position: absolute;
            z-index: 0; }
          .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_result.ISR-result-success::before {
            background-color: rgba(0, 128, 0, 0.15); }
          .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_result.ISR-result-error::before {
            background-color: rgba(170, 0, 0, 0.15); }
          .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_result #ISR_close {
            display: none; }
  .productView.product-page .wishlist-btn {
    margin-left: 5px;
    min-width: 59px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 0;
    background-color: transparent;
    border: 1px solid #630436; }
    .productView.product-page .wishlist-btn::before {
      background-color: #335C64 !important; }
    .productView.product-page .wishlist-btn:hover {
      border-color: #335C64; }
      .productView.product-page .wishlist-btn:hover .icon {
        color: white; }
    .productView.product-page .wishlist-btn .icon {
      width: 23px;
      height: 18px;
      float: none;
      margin: 0;
      color: #630436; }
      .productView.product-page .wishlist-btn .icon svg {
        fill: currentColor; }
  .productView.product-page .free-shipping {
    background-color: rgba(124, 163, 134, 0.15);
    text-align: center;
    margin-top: 15px; }
    @media (min-width: 480px) {
      .productView.product-page .free-shipping {
        margin-top: 18px; } }
    .productView.product-page .free-shipping p {
      font-weight: 300;
      font-size: 11px;
      margin: 0;
      line-height: 40px; }
      @media (min-width: 480px) {
        .productView.product-page .free-shipping p {
          font-size: 12px; } }
  .productView.product-page .bulk_pricing {
    border-bottom: 1px solid #edeff3;
    margin-bottom: 15px; }
    .productView.product-page .bulk_pricing .bulk-pricing-title {
      margin-bottom: 20px; }
      @media (min-width: 480px) {
        .productView.product-page .bulk_pricing .bulk-pricing-title {
          margin-bottom: 27px; } }
      .productView.product-page .bulk_pricing .bulk-pricing-title a {
        text-decoration: underline; }
        .productView.product-page .bulk_pricing .bulk-pricing-title a:hover {
          color: #7CA386; }
    .productView.product-page .bulk_pricing #bulkPricingDropdown {
      display: none;
      margin-bottom: 30px; }
    .productView.product-page .bulk_pricing .bulk-pricing-table {
      width: 184px;
      table-layout: fixed;
      border-color: #7CA386;
      margin-bottom: 0; }
      .productView.product-page .bulk_pricing .bulk-pricing-table th {
        text-align: center;
        font-weight: 400;
        font-size: 15px;
        background: rgba(124, 163, 134, 0.3);
        color: #414042;
        width: 50%;
        padding: 0;
        line-height: 27px;
        border: 1px solid #7CA386; }
      .productView.product-page .bulk_pricing .bulk-pricing-table tr {
        background: none !important; }
      .productView.product-page .bulk_pricing .bulk-pricing-table td {
        font-size: 15px;
        font-weight: 200;
        width: 50%;
        padding: 0;
        text-indent: 14px;
        line-height: 21px;
        border: 1px solid #7CA386; }
  .productView.product-page .guarantee-share {
    display: table;
    width: 100%;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .productView.product-page .guarantee-share {
        margin-bottom: 0; } }
    .productView.product-page .guarantee-share > div {
      display: table-cell;
      width: 50%; }
      .productView.product-page .guarantee-share > div:last-of-type {
        text-align: right; }
    .productView.product-page .guarantee-share .guarantee a span {
      display: inline-block;
      vertical-align: middle; }
    .productView.product-page .guarantee-share .guarantee a .icon {
      width: 14px;
      height: 18px;
      margin-right: 5px; }
      .productView.product-page .guarantee-share .guarantee a .icon svg {
        fill: #1E333B;
        transition: 0.3s ease all; }
    .productView.product-page .guarantee-share .guarantee a .text-wrapper {
      letter-spacing: .02em;
      color: #1E333B;
      font-size: 12px;
      font-weight: 500;
      transition: 0.3s ease all; }
      @media (min-width: 768px) {
        .productView.product-page .guarantee-share .guarantee a .text-wrapper {
          font-size: 15px; } }
    .productView.product-page .guarantee-share .guarantee a:hover .icon svg {
      fill: #7CA386; }
    .productView.product-page .guarantee-share .guarantee a:hover .text-wrapper {
      color: #7CA386; }
  .productView.product-page .product-share .share-title {
    display: inline-block;
    color: #1E333B;
    letter-spacing: .02em;
    font-weight: 500;
    vertical-align: middle;
    margin-right: 5px;
    font-size: 12px; }
    @media (min-width: 768px) {
      .productView.product-page .product-share .share-title {
        font-size: 15px; } }
  .productView.product-page .product-share > div {
    display: inline-block;
    vertical-align: middle; }
  .productView.product-page .product-share .socialLinks {
    line-height: 18px; }
    .productView.product-page .product-share .socialLinks .socialLinks-item {
      margin-right: 4px;
      margin-bottom: 0; }
      @media (min-width: 768px) {
        .productView.product-page .product-share .socialLinks .socialLinks-item {
          margin-right: 8px; } }
      .productView.product-page .product-share .socialLinks .socialLinks-item:last-of-type {
        margin-right: 0; }
    .productView.product-page .product-share .socialLinks .icon {
      height: 14px;
      width: 14px; }
      .productView.product-page .product-share .socialLinks .icon svg {
        fill: #1E333B;
        transition: 0.3s ease all; }
      .productView.product-page .product-share .socialLinks .icon:hover svg {
        fill: #7CA386; }

.product-navigation-icons {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between; }
  @media (min-width: 768px) {
    .product-navigation-icons {
      margin-bottom: 42px; } }
  .product-navigation-icons span {
    display: inline-block;
    vertical-align: middle; }
  .product-navigation-icons .text-wrapper {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: inherit; }
    @media (min-width: 768px) {
      .product-navigation-icons .text-wrapper {
        font-size: 15px; } }
  .product-navigation-icons .single-icon {
    padding: 15px 5px;
    border: 1px solid #ECEFF4;
    position: relative; }
    @media (min-width: 480px) {
      .product-navigation-icons .single-icon {
        padding: 21px 15px; } }
    .product-navigation-icons .single-icon::after {
      content: '';
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      width: 100%;
      height: 3px;
      background-color: #345C64; }
  .product-navigation-icons .icon {
    margin-right: 7px;
    width: 24px;
    height: 24px;
    transition: 0.3s ease all; }
    @media (min-width: 768px) {
      .product-navigation-icons .icon {
        width: 28px;
        height: 28px; } }
    .product-navigation-icons .icon svg {
      fill: #1E333B;
      transition: 0.3s ease all; }
    .product-navigation-icons .icon.icon-shipping {
      width: 25px;
      height: 27px; }
      @media (min-width: 768px) {
        .product-navigation-icons .icon.icon-shipping {
          width: 28px;
          height: 30px; } }
  .product-navigation-icons a {
    color: #1E333B;
    transition: 0.3s ease all; }
    .product-navigation-icons a:hover {
      color: #7CA386; }
      .product-navigation-icons a:hover .icon svg {
        fill: #7CA386; }

.product-description-section {
  padding: 40px 0;
  background-color: #7CA386; }
  @media (min-width: 768px) {
    .product-description-section {
      padding: 62px 0; } }
  .product-description-section .productView-description {
    background-color: #fff;
    padding: 19px 16px 16px;
    min-height: 380px; }
    @media (min-width: 768px) {
      .product-description-section .productView-description {
        padding: 30px 62px 40px;
        min-height: 670px; } }
    .product-description-section .productView-description table tr:nth-of-type(even) {
      background-color: rgba(124, 163, 134, 0.15); }
    .product-description-section .productView-description table td {
      border: 1px solid rgba(124, 163, 134, 0.15); }
  .product-description-section .custom-accordion .accordion-header {
    text-transform: uppercase;
    cursor: pointer;
    border-bottom: 1px solid #7CA386;
    line-height: 1.2;
    padding-bottom: 2px;
    color: #1E333B;
    position: relative;
    padding-top: 3px;
    margin-bottom: 8px;
    font-size: 18px; }
    @media (min-width: 768px) {
      .product-description-section .custom-accordion .accordion-header {
        font-size: 20px;
        margin-bottom: 26px; } }
    .product-description-section .custom-accordion .accordion-header .icon-wrap {
      position: absolute;
      right: 0;
      top: 0;
      border: 1px solid #7CA386;
      border-radius: 50%;
      transition: ease all .3s;
      width: 22px;
      height: 22px;
      text-align: center;
      line-height: 20px;
      font-size: 0; }
      .product-description-section .custom-accordion .accordion-header .icon-wrap .icon {
        width: 12px;
        height: 12px;
        display: inline-block; }
        .product-description-section .custom-accordion .accordion-header .icon-wrap .icon svg {
          fill: #7CA386;
          transition: ease all .3s; }
        .product-description-section .custom-accordion .accordion-header .icon-wrap .icon.icon-minus {
          display: none; }
    .product-description-section .custom-accordion .accordion-header:hover .icon-wrap {
      background-color: #7CA386; }
      .product-description-section .custom-accordion .accordion-header:hover .icon-wrap .icon svg {
        fill: #fff; }
    .product-description-section .custom-accordion .accordion-header.active .icon.icon-plus {
      display: none; }
    .product-description-section .custom-accordion .accordion-header.active .icon.icon-minus {
      display: inline-block; }
  .product-description-section .custom-accordion .custom-content {
    display: none;
    padding-top: 5px;
    padding-bottom: 5px; }
    @media (min-width: 768px) {
      .product-description-section .custom-accordion .custom-content > .grid > .grid__item:first-of-type, .product-description-section .custom-accordion .custom-content > .grid--full > .grid__item:first-of-type {
        padding-right: 32px; }
      .product-description-section .custom-accordion .custom-content > .grid > .grid__item:last-of-type, .product-description-section .custom-accordion .custom-content > .grid--full > .grid__item:last-of-type {
        padding-left: 40px; } }
    .product-description-section .custom-accordion .custom-content > .grid > .grid__item:last-of-type, .product-description-section .custom-accordion .custom-content > .grid--full > .grid__item:last-of-type {
      margin-bottom: 19px; }
  .product-description-section p, .product-description-section li {
    color: #1E333B;
    font-size: 12px;
    line-height: 1.2; }
    @media (min-width: 768px) {
      .product-description-section p, .product-description-section li {
        font-size: 15px; } }
    .product-description-section p a, .product-description-section li a {
      text-decoration: underline;
      color: inherit; }
  @media (min-width: 768px) {
    .product-description-section p {
      margin-bottom: 30px; } }
  .product-description-section ul {
    list-style: none;
    margin: 0 0 32px;
    padding: 0; }
    @media (min-width: 768px) {
      .product-description-section ul {
        margin-bottom: 32px; } }
    .product-description-section ul li {
      position: relative;
      padding-left: 12px;
      margin-bottom: 14px; }
      .product-description-section ul li::before {
        content: '';
        width: 3px;
        height: 3px;
        border-radius: 50%;
        background: #1E333B;
        position: absolute;
        top: 8px;
        left: 0; }
  .product-description-section .bulk-discounts-wrap {
    max-width: 542px; }
    .product-description-section .bulk-discounts-wrap table {
      width: 100%; }
      .product-description-section .bulk-discounts-wrap table td {
        padding: 10px 0 10px 20px;
        font-size: 12px;
        font-weight: 300;
        color: #1E333B; }
        @media (min-width: 768px) {
          .product-description-section .bulk-discounts-wrap table td {
            font-size: 15px; } }
        .product-description-section .bulk-discounts-wrap table td:first-of-type {
          font-weight: 500;
          padding-left: 12px; }

.product-info-line {
  padding: 5px 15px 4px; }
  .product-info-line p {
    color: #1E333B;
    margin: 0;
    font-size: 12px;
    font-weight: 300; }
    @media (min-width: 768px) {
      .product-info-line p {
        font-size: 13px; } }
  .product-info-line .product-info-name p {
    margin-bottom: 3px; }
    @media (min-width: 768px) {
      .product-info-line .product-info-name p {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .product-info-line {
      display: table;
      width: 100%;
      padding: 0; }
      .product-info-line > div {
        display: table-cell;
        vertical-align: middle;
        padding: 13px 5px 12px 16px; }
        .product-info-line > div.product-info-name {
          width: 52.7%; }
        .product-info-line > div.product-info-value {
          width: 47.3%; } }
  .product-info-line .product-info-name {
    text-transform: uppercase; }
    .product-info-line .product-info-name > p {
      font-weight: 500; }
  .product-info-line:nth-of-type(odd) {
    background-color: rgba(124, 163, 134, 0.15); }

#shipping-info {
  background-image: url("../img/product/shipping-banner-bg.jpg");
  background-size: cover;
  background-position: center;
  padding: 40px 0; }
  @media (min-width: 768px) {
    #shipping-info {
      padding: 62px 0 74px; } }
  #shipping-info .container {
    padding: 0 20px; }
  #shipping-info h3, #shipping-info .h3, #shipping-info .cart-actions .btn, .cart-actions #shipping-info .btn, #shipping-info .cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit, .cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #shipping-info #ISR_form_submit, #shipping-info .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions #ISR_form_submit, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions #shipping-info #ISR_form_submit, #shipping-info .cart-actions .swal2-confirm, .cart-actions #shipping-info .swal2-confirm,
  #shipping-info .cart-actions .swal2-cancel, .cart-actions #shipping-info .swal2-cancel {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 17px; }
    @media (min-width: 768px) {
      #shipping-info h3, #shipping-info .h3, #shipping-info .cart-actions .btn, .cart-actions #shipping-info .btn, #shipping-info .cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit, .cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #shipping-info #ISR_form_submit, #shipping-info .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions #ISR_form_submit, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions #shipping-info #ISR_form_submit, #shipping-info .cart-actions .swal2-confirm, .cart-actions #shipping-info .swal2-confirm,
      #shipping-info .cart-actions .swal2-cancel, .cart-actions #shipping-info .swal2-cancel {
        font-size: 25px;
        margin-bottom: 22px; } }
  #shipping-info .shipping-info-content {
    background: #fff;
    max-width: 779px;
    padding: 18px 24px 25px;
    margin: 0 auto; }
    @media (min-width: 768px) {
      #shipping-info .shipping-info-content {
        padding: 33px 80px 40px;
        box-shadow: 13px 13px 0 0 #7CA386; } }
  #shipping-info p, #shipping-info li {
    color: #1E333B;
    font-size: 12px;
    line-height: 1.2; }
    @media (min-width: 768px) {
      #shipping-info p, #shipping-info li {
        font-size: 15px; } }
    #shipping-info p a, #shipping-info li a {
      text-decoration: underline;
      color: inherit; }
  @media (min-width: 768px) {
    #shipping-info p {
      margin-bottom: 29px; } }
  #shipping-info h5, #shipping-info .h5 {
    font-size: 18px;
    margin-bottom: 21px;
    line-height: 1.2; }
    @media (min-width: 768px) {
      #shipping-info h5, #shipping-info .h5 {
        font-size: 20px;
        margin-bottom: 13px; } }
  #shipping-info ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    #shipping-info ul li {
      position: relative;
      padding-left: 12px;
      margin-bottom: 18px; }
      @media (min-width: 768px) {
        #shipping-info ul li {
          margin-bottom: 14px; } }
      #shipping-info ul li::before {
        content: '';
        width: 3px;
        height: 3px;
        border-radius: 50%;
        background: #1E333B;
        position: absolute;
        top: 8px;
        left: 0; }
  #shipping-info .btn, #shipping-info .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #shipping-info #ISR_form_submit, #shipping-info .swal2-confirm,
  #shipping-info .swal2-cancel {
    min-width: 284px; }

#why-us h3, #why-us .h3, #why-us .cart-actions .btn, .cart-actions #why-us .btn, #why-us .cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit, .cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #why-us #ISR_form_submit, #why-us .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions #ISR_form_submit, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions #why-us #ISR_form_submit, #why-us .cart-actions .swal2-confirm, .cart-actions #why-us .swal2-confirm,
#why-us .cart-actions .swal2-cancel, .cart-actions #why-us .swal2-cancel {
  font-size: 20px;
  font-weight: 400;
  text-decoration: underline;
  text-decoration-color: #7CA386;
  text-transform: uppercase;
  display: inline-block;
  line-height: 1.65;
  margin-bottom: 20px;
  text-align: center; }
  @media (min-width: 991px) {
    #why-us h3, #why-us .h3, #why-us .cart-actions .btn, .cart-actions #why-us .btn, #why-us .cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit, .cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #why-us #ISR_form_submit, #why-us .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions #ISR_form_submit, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions #why-us #ISR_form_submit, #why-us .cart-actions .swal2-confirm, .cart-actions #why-us .swal2-confirm,
    #why-us .cart-actions .swal2-cancel, .cart-actions #why-us .swal2-cancel {
      line-height: 1.2;
      margin-bottom: 29px;
      font-size: 25px;
      text-align: left;
      text-decoration: none;
      border-bottom: 1px solid #7CA386; } }

#why-us ul {
  list-style: none;
  margin: 0 0 26px;
  padding: 0;
  max-width: 613px; }
  #why-us ul li {
    position: relative;
    padding-left: 12px;
    color: #1E333B;
    line-height: 1.2;
    margin-bottom: 11px; }
    #why-us ul li a {
      text-decoration: underline;
      color: inherit; }
    #why-us ul li::before {
      content: '';
      width: 3px;
      height: 3px;
      border-radius: 50%;
      background: #1E333B;
      position: absolute;
      top: 8px;
      left: 0; }

#why-us .side-wrapper {
  height: 100%; }
  #why-us .side-wrapper .content-wrapper {
    max-width: 660px;
    margin: 0 auto;
    padding: 31px 15px 37px; }
    @media (min-width: 768px) {
      #why-us .side-wrapper .content-wrapper {
        padding-top: 58px;
        min-height: 594px; } }
  #why-us .side-wrapper.right-side-wrapper {
    background-color: #335C64;
    text-align: center; }
    @media (min-width: 991px) {
      #why-us .side-wrapper.right-side-wrapper {
        text-align: left; } }
    #why-us .side-wrapper.right-side-wrapper h3, #why-us .side-wrapper.right-side-wrapper .h3, #why-us .side-wrapper.right-side-wrapper .cart-actions .btn, .cart-actions #why-us .side-wrapper.right-side-wrapper .btn, #why-us .side-wrapper.right-side-wrapper .cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit, .cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #why-us .side-wrapper.right-side-wrapper #ISR_form_submit, #why-us .side-wrapper.right-side-wrapper .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions #ISR_form_submit, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions #why-us .side-wrapper.right-side-wrapper #ISR_form_submit, #why-us .side-wrapper.right-side-wrapper .cart-actions .swal2-confirm, .cart-actions #why-us .side-wrapper.right-side-wrapper .swal2-confirm,
    #why-us .side-wrapper.right-side-wrapper .cart-actions .swal2-cancel, .cart-actions #why-us .side-wrapper.right-side-wrapper .swal2-cancel {
      color: #fff; }
      @media (min-width: 991px) {
        #why-us .side-wrapper.right-side-wrapper h3, #why-us .side-wrapper.right-side-wrapper .h3, #why-us .side-wrapper.right-side-wrapper .cart-actions .btn, .cart-actions #why-us .side-wrapper.right-side-wrapper .btn, #why-us .side-wrapper.right-side-wrapper .cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit, .cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #why-us .side-wrapper.right-side-wrapper #ISR_form_submit, #why-us .side-wrapper.right-side-wrapper .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions #ISR_form_submit, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions #why-us .side-wrapper.right-side-wrapper #ISR_form_submit, #why-us .side-wrapper.right-side-wrapper .cart-actions .swal2-confirm, .cart-actions #why-us .side-wrapper.right-side-wrapper .swal2-confirm,
        #why-us .side-wrapper.right-side-wrapper .cart-actions .swal2-cancel, .cart-actions #why-us .side-wrapper.right-side-wrapper .swal2-cancel {
          margin-bottom: 32px; } }
    #why-us .side-wrapper.right-side-wrapper .as-seen-single {
      height: 133px;
      text-align: center;
      margin-bottom: 13px;
      background: #edeff3; }
      @media (min-width: 768px) {
        #why-us .side-wrapper.right-side-wrapper .as-seen-single {
          margin-bottom: 32px;
          height: 160px; } }
      #why-us .side-wrapper.right-side-wrapper .as-seen-single .table-wrap {
        display: table;
        width: 100%;
        height: 100%; }
      #why-us .side-wrapper.right-side-wrapper .as-seen-single a, #why-us .side-wrapper.right-side-wrapper .as-seen-single .img-wrapper {
        display: table-cell;
        vertical-align: middle; }
      #why-us .side-wrapper.right-side-wrapper .as-seen-single img {
        max-width: calc(100% - 32px);
        max-height: calc(100% - 32px); }
      #why-us .side-wrapper.right-side-wrapper .as-seen-single.mbm-multiply img {
        mix-blend-mode: multiply; }
    #why-us .side-wrapper.right-side-wrapper .content-wrapper {
      padding-bottom: 27px; }

#why-us .lower-icons {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%; }
  @media screen and (min-width: 1400px) {
    #why-us .lower-icons {
      display: block; } }
  #why-us .lower-icons .icon-single {
    display: block;
    vertical-align: middle; }
    #why-us .lower-icons .icon-single a {
      display: block;
      margin-bottom: 20px;
      text-align: center; }
      @media screen and (min-width: 1400px) {
        #why-us .lower-icons .icon-single a {
          margin: unset; } }
    @media (min-width: 480px) {
      #why-us .lower-icons .icon-single {
        display: inline-block; } }
    @media screen and (min-width: 1400px) {
      #why-us .lower-icons .icon-single.sa-icon {
        margin-right: 50px; } }
    #why-us .lower-icons .icon-single.sa-icon a {
      max-width: 123px; }
      @media (min-width: 768px) {
        #why-us .lower-icons .icon-single.sa-icon a {
          max-width: 100%; } }
    @media screen and (min-width: 1400px) {
      #why-us .lower-icons .icon-single.bbb-icon {
        margin-right: 50px; } }
    #why-us .lower-icons .icon-single.bbb-icon a {
      max-width: 175px;
      margin-left: auto; }
      @media (min-width: 768px) {
        #why-us .lower-icons .icon-single.bbb-icon a {
          max-width: 213px;
          margin-left: 0; } }

.product-all li {
  font-weight: 300;
  font-size: 12px; }
  @media (min-width: 768px) {
    .product-all li {
      font-size: 15px; } }

.product-all .medWeight {
  font-weight: 500; }

.product-all .product-price-wrap, .product-all body div#isp_search_result_page_container #isp_search_results_container .isp_product_price_wrapper, body div#isp_search_result_page_container #isp_search_results_container .product-all .isp_product_price_wrapper {
  font-size: 18px; }
  @media (min-width: 768px) {
    .product-all .product-price-wrap, .product-all body div#isp_search_result_page_container #isp_search_results_container .isp_product_price_wrapper, body div#isp_search_result_page_container #isp_search_results_container .product-all .isp_product_price_wrapper {
      font-size: 20px; } }

#product-reviews {
  padding: 33px 0 0; }
  @media (min-width: 768px) {
    #product-reviews {
      padding: 50px 0 0; } }
  @media (max-width: 767px) {
    #product-reviews #review_header .block {
      display: block;
      margin: 0 auto 15px; } }
  #product-reviews #review_header .merchantheader {
    margin-bottom: 10px; }

.related-products {
  padding: 30px 0; }
  @media (min-width: 991px) {
    .related-products {
      padding: 50px 0 60px; } }
  .related-products h2, .related-products .h2 {
    margin-bottom: 25px; }
    @media (min-width: 991px) {
      .related-products h2, .related-products .h2 {
        margin-bottom: 52px; } }
  .related-products .slick-dots {
    bottom: -25px; }
    .related-products .slick-dots li {
      height: auto;
      width: auto; }
      .related-products .slick-dots li button {
        border: 1px solid #1E333B;
        width: 10px;
        height: 10px; }
        .related-products .slick-dots li button::before {
          display: none; }
      .related-products .slick-dots li.slick-active button {
        background: #1E333B; }

.stars .on {
  background-image: url("../img/product/star-full.png") !important;
  background-size: 100%;
  background-repeat: no-repeat; }

.stars .off {
  background-image: url("../img/product/star-empty.png") !important;
  background-size: 100%;
  background-repeat: no-repeat; }

.stars .half {
  background-image: url("../img/product/star-half-full.png") !important;
  background-size: 100%;
  background-repeat: no-repeat; }

#hardiness-widget {
  max-width: 1090px;
  width: 100%;
  min-height: 336px;
  margin: 25px auto; }
  @media only screen and (max-width: 1199px) {
    #hardiness-widget {
      margin-top: 0; } }
  #hardiness-widget #hardiness-subtitle {
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0.48px;
    text-align: center;
    color: #243A44;
    font-weight: 500; }
    @media only screen and (min-width: 1200px) {
      #hardiness-widget #hardiness-subtitle {
        text-align: left !important;
        font-size: 24px;
        line-height: 15px; } }
  #hardiness-widget img {
    max-width: 448px;
    width: 100%; }
  @media only screen and (min-width: 1200px) {
    #hardiness-widget .hardiness-info-container {
      padding-top: 50px; } }
  @media only screen and (max-width: 1199px) {
    #hardiness-widget .hardiness-map-container, #hardiness-widget .hardiness-info-container {
      margin: 15px auto 0;
      text-align: center !important;
      float: none; } }

.hardiness-bubble {
  font-size: 18px;
  letter-spacing: 0.36px;
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 42px;
  border-radius: 50%;
  text-align: center;
  background-color: #000;
  color: #fff;
  margin-right: 8px;
  border: 3px solid transparent; }
  @media only screen and (max-width: 479px) {
    .hardiness-bubble {
      margin-top: 10px; } }

@media only screen and (max-width: 767px) {
  .alert-msg {
    display: block;
    margin-top: 15px; } }

@media only screen and (min-width: 1200px) {
  .current-zone {
    display: flex;
    align-items: center; } }

.my-hardiness {
  margin-top: 30px; }
  .my-hardiness .current-zone span:nth-child(-n+2) {
    margin-right: 5px; }
  .my-hardiness .current-zone .icon {
    margin-right: 5px;
    margin-bottom: 3px; }
  .my-hardiness #my-current-zone {
    font-size: 16px;
    line-height: 15px;
    letter-spacing: 0.36px;
    text-align: left;
    font-weight: 500; }

.current-zone-bubble {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-size: 18px;
  background-color: #000; }

.bubble-1 {
  background-color: #f0f0f0; }

.bubble-2 {
  background-color: #999999; }

.bubble-3 {
  background-color: #D287E6; }

.bubble-4 {
  background-color: #9C66F2; }

.bubble-5 {
  background-color: #6B96F3; }

.bubble-6 {
  background-color: #44A346; }

.bubble-7 {
  background-color: #9ECB65; }

.bubble-8 {
  background-color: #DBD380; }

.bubble-9 {
  background-color: #CCB146; }

.bubble-10 {
  background-color: #D67824; }

.bubble-11 {
  background-color: #f0f0f0; }

.bubble-12 {
  background-color: #999999; }

.bubble-13 {
  background-color: #f0f0f0; }

.hardiness-calculator .error {
  color: #EF5E59; }

.hardiness-calculator .cal-title {
  font-size: 18px;
  line-height: 15px;
  letter-spacing: 0.36px;
  text-align: left; }
  @media only screen and (max-width: 1199px) {
    .hardiness-calculator .cal-title {
      text-align: center !important; } }

#hardiness_widget_form {
  display: flex; }
  @media only screen and (max-width: 1199px) {
    #hardiness_widget_form {
      justify-content: center; } }
  #hardiness_widget_form .form-field, #hardiness_widget_form .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #hardiness_widget_form #ISR_form_email-wrapper {
    width: 55%;
    max-width: 364px; }
    @media only screen and (max-width: 1199px) {
      #hardiness_widget_form .form-field, #hardiness_widget_form .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #hardiness_widget_form #ISR_form_email-wrapper {
        width: 50%;
        max-width: 300px;
        min-width: 150px; } }

.mfp-arrow {
  opacity: 1;
  width: 40px;
  height: 40px;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.5) !important; }
  .mfp-arrow:before {
    content: none; }
  .mfp-arrow:active {
    margin-top: 0; }
  @media only screen and (max-width: 767px) {
    .mfp-arrow {
      top: 60%; } }

.mfp-arrow-left {
  left: 20px; }
  @media only screen and (min-width: 1200px) {
    .mfp-arrow-left {
      left: 30px; } }
  .mfp-arrow-left:after {
    top: 0;
    border: 0;
    background-size: 100%;
    background-position: center center;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z' fill='rgba(0, 0, 0, 0.999)' /%3E%3C/svg%3E");
    width: 40px;
    height: 40px;
    margin: 0; }

.mfp-arrow-right {
  right: 20px; }
  @media only screen and (min-width: 1200px) {
    .mfp-arrow-right {
      right: 30px; } }
  .mfp-arrow-right:after {
    top: 0;
    border: 0;
    background-size: 100%;
    background-position: center center;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z' fill='rgba(0, 0, 0, 0.999)' /%3E%3C/svg%3E");
    width: 40px;
    height: 40px;
    margin: 0; }

.mfp-bottom-bar {
  padding: 0 20px; }
  .mfp-bottom-bar .mfp-counter {
    right: 20px; }

/* // answerbase widget styles
.answerbase-widget{
    font-size: 15px!important;
    font-family: $chronicaPro!important;
    @include media-query($medium-up) {
            padding-right: 20%;
        }
    letter-spacing: .02em!important;
    font-weight:300!important;
    line-height: 1.2!important;
}
.answerbase-widget li{
    font-size: 15px!important;
    font-family: $chronicaPro!important;
    letter-spacing: .02em!important;
    line-height: 1.2!important;
    margin-bottom:5px!important;
}

.answerbase-widget ul {
    list-style-type: none!important;
    margin-top: .3rem!important;
    font-weight: 300!important;
}
.answerbase-widget ol {
    list-style-type: none!important;
    margin-top: .3rem!important;
    font-weight: 300!important;
}

.answerbase-widget a {
    font-weight:bold!important;
}

.answer-item a{
    font-weight:300!important;
    text-decoration:underline!important;
}

.qna-insert-after-div {
    padding: 10px;
}
.productView.product-page .container {
    .ask-question-container {
        padding-top: 25px;
        @include media-query($medium-up) {
            padding-top: 45px;
        }
        .question-cta {
            color: $color-black;
            margin-bottom: 20px;
            font-size: 20px;
            font-weight: 400;
            font-family: $chronicaPro;
        }
        .cta-link {
            color: #345C64;
            font-weight: 700;
            text-decoration: underline;
            font-size: 15px;
        }
    }
}

.product-description-section .container {
    .answerbase-widget {
        @include media-query($small-down) {
            padding-top: 20px;
        }
        img.float-right, .grid-x.grid-margin-x.title, .cell.shrink  {
            display: none !important;
        }
        >div hr {
            display: none;
        }
    }
    .item > .cell {
        margin: 0 0 5px;
        padding: 0;
        position: relative;
        @include media-query($medium-up) {
            padding: 0 0 10px 12px;
        }
        &::after {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: 567px;
            max-width: 100%;
            height: 1px;
            background-color: $grey;
        }
        small {
            display: none;
        }
        .title {
            color: $darkBlue;
            font-size: 15px;
            font-weight: 700;
            &:hover {
                text-decoration: underline;
            }
        }
        .answers-list.no-avatar {
            padding-left: 0;
        }
        iframe {
            max-width: 100% !important;
        }
    }
    .questions-list {
        padding-top: 10px;
        @include media-query($small-down) {
            padding-top: 40px;
        }
        .item:last-of-type {
            .cell::after {
                background-color: transparent;
            }
        }
    }
    .cell.auto.ask {
        display: flex;
        flex-wrap: wrap;
        @include media-query($medium-down) {
            flex-wrap: nowrap;
            flex-direction: column;
            align-items: center;
        }
    }
    #ask-question-box {
        flex: 3;
        max-width: 848px;
        margin: 0 10px 0 0;
        font-size: 16px;
        border-radius: 0;
        background-color: #FCFCFC;
        &::placeholder {
            color: #646262;
            font-weight: 400;
        }
        @include media-query($medium-down) {
            margin-bottom: 20px;
        }
    }
    .ask-details {
        flex: 1;
        margin: 0;
        display: inline-flex !important;
        align-items: center;
        @include media-query($medium-down) {
            align-self: flex-end;
        }
    }
    .autocomplete {
        margin-top: 30px !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    .characters-remaining {
        font-size: 14px;
        font-weight: 400;
        color: #6F6D6D;
        white-space: nowrap;
        @include media-query($xsmall) {
            white-space: initial;
        }
    }
    #ab_ask {
        padding-left: 40px;
        padding-right: 40px;
        @include media-query($xsmall) {
            padding-left: 25px;
            padding-right: 25px;
        }
        margin: 0 20px 0 0;
        border-radius: 0;
        background-color: $darkBlue;
        text-transform: uppercase;
        &:hover {
            background-color: $darkGreen;
        }
    }
}

.fancybox-opened {
    @include media-query($large-up) {
        top: 162px !important;
    }
    .fancybox-inner {
        height: 900px !important;
    }
}

#ab_post_btn, #ab_ask2 {
    background-color: $darkBlue;
    &:hover {
        background-color: $darkGreen;
    }
}
#tout1_pdp_4Tell ._4T-pdp1 .jss26 .jss23 {
    margin-bottom: 58px;
}

.widgetAnswer {
    iframe {
        max-width: 100% !important;
    }
}

#autoSuggestBox .questionsMatches  {
    &, & div {
        padding: 0 !important;
    }
}

@include media-query($xsmall) {
    .bottomPostQuestion {
        .button {
            display: block !important;
            margin: 10px auto 0 !important;
        }
    }
}

// Using !important here to overwrite widget from bigcommerce design
.answerbase-widget .questions-list .item {
    margin-top: 5px !important;
}
.answerbase-widget {
    .grid-x.grid-margin-x.paging {
        margin-top: 0px !important;
    }
}
*/
#klarnaPlacement *::part(osm-container) {
  width: 100%;
  color: #424242;
  border-color: #7ca285;
  padding: 7px; }
  @media screen and (min-width: 480px) {
    #klarnaPlacement *::part(osm-container) {
      font-size: 15px; } }

#klarnaPlacement *::part(osm-cta) {
  color: #335c64; }
  @media screen and (min-width: 480px) {
    #klarnaPlacement *::part(osm-cta) {
      font-size: 15px; } }

#klarnaPlacement *::part(osm-logo) {
  background: #f6b3c7;
  border-radius: 5px;
  padding: 0.5px 4px; }
  @media screen and (min-width: 480px) {
    #klarnaPlacement *::part(osm-logo) {
      font-size: 14px; } }

.desktop-price {
  display: flex;
  align-items: flex-end; }
  @media only screen and (max-width: 767px) {
    .desktop-price {
      display: none; } }

.mobile-price {
  margin-bottom: 10px;
  display: flex;
  align-items: flex-end; }
  @media only screen and (min-width: 768px) {
    .mobile-price {
      display: none; } }
  .mobile-price .price--withoutTax {
    margin-right: 20px;
    font-size: 25px;
    color: #7CA386;
    font-weight: 500; }
  .mobile-price .price--saving, .mobile-price .original-price, .mobile-price body div#isp_search_result_page_container #isp_search_results_container .isp_compare_at_price, body div#isp_search_result_page_container #isp_search_results_container .mobile-price .isp_compare_at_price {
    text-decoration: line-through;
    font-size: 20px;
    color: rgba(79, 79, 79, 0.3); }
  .mobile-price .per-pack {
    padding-bottom: 3px; }

.per-pack {
  margin-bottom: 0;
  font-size: 14px; }

.price--rrp,
.price--discounted {
  text-decoration: line-through; }

.price-section--minor {
  color: #a5a5a5; }

.compareTable {
  border-top: 1px solid #e8e8e8;
  table-layout: fixed;
  width: 100%; }

.compareTable-row {
  vertical-align: top; }
  .compareTable-row + .compareTable-row .compareTable-heading,
  .compareTable-row + .compareTable-row .compareTable-item {
    border-top: 1px solid #e8e8e8; }
  .compareTable-row + .compareTable-row .compareTable-heading:empty {
    border-top: 0; }

.compareTable-heading {
  font-family: "Archer Grotesque", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  padding: 1.26667rem 1rem;
  position: relative;
  text-align: right;
  width: 0; }
  @media (min-width: 768px) {
    .compareTable-heading {
      width: 25%; } }

.compareTable-headingText {
  position: absolute;
  top: 1.26667rem;
  white-space: nowrap; }
  @media (min-width: 768px) {
    .compareTable-headingText {
      position: inherit;
      top: inherit; } }

.compareTable-item {
  padding: 3.26667rem 1rem 1.26667rem; }
  @media (min-width: 768px) {
    .compareTable-item {
      padding-top: 1.26667rem; } }

.compareTable-removeProduct {
  background-color: #f2f2f2;
  border-radius: 50%;
  height: 2.5rem;
  position: absolute;
  right: -1rem;
  top: -1rem;
  transition: background-color 0.15s ease;
  width: 2.5rem; }
  .compareTable-removeProduct .icon {
    fill: #4f4f4f;
    height: 1.5rem;
    margin-top: 0.53333rem;
    width: 1.5rem; }

.compareTable-product {
  font-weight: 400;
  padding: 2.03333rem 1rem 1.26667rem; }
  .compareTable-product .card {
    margin-bottom: 0; }
  .compareTable-product .card-body, .compareTable-product body div#isp_search_result_page_container #isp_search_results_container .isp_product_info, body div#isp_search_result_page_container #isp_search_results_container .compareTable-product .isp_product_info {
    min-height: 6rem;
    padding-top: 1rem; }

.compareTable-action {
  padding: 0 1rem 1rem; }
  .compareTable-action .button {
    display: block;
    padding-left: 0.73333rem;
    padding-right: 0.73333rem;
    width: 100%; }

.blocker {
  background: rgba(255, 255, 255, 0.5);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 500; }

.blocker-container {
  position: relative; }

.textTruncate {
  padding-bottom: 1.5rem;
  position: relative;
  transition: max-height 100ms ease-out; }

.js .textTruncate {
  max-height: 110px;
  overflow: hidden; }

.js .textTruncate--visible {
  max-height: 66.66667rem; }

.textTruncate-viewMore {
  background-color: white;
  bottom: 0;
  padding-top: 10px;
  position: absolute;
  width: 100%; }

.toggle {
  border-top: 1px solid #e8e8e8;
  margin-bottom: 2.23333rem; }
  .toggle:last-of-type {
    margin-bottom: 4.46667rem; }

.toggle-title {
  margin-bottom: 2.23333rem; }

.toggleLink {
  color: #989898; }
  .toggleLink:hover {
    color: #4f4f4f; }
  .toggle-title .toggleLink {
    float: right;
    line-height: 24px; }

.toggleLink-text {
  font-size: 13px;
  font-weight: 400;
  padding: 0.26667rem;
  box-sizing: content-box; }

.toggleLink-text--off {
  display: inline-block; }
  .toggleLink.is-open .toggleLink-text--off {
    display: none; }

.toggleLink-text--on {
  display: none; }
  .toggleLink.is-open .toggleLink-text--on {
    display: inline-block; }

.toggle-content {
  display: none; }
  .toggle-content.is-open {
    display: block; }

.facetedSearch-toggle {
  margin: 0 auto;
  max-width: 80rem;
  width: 100%;
  border: #e8e8e8 solid;
  border-radius: 4px;
  border-width: 1px;
  display: block;
  margin-bottom: 2.03333rem;
  padding: 1rem; }
  .facetedSearch-toggle:before, .facetedSearch-toggle:after {
    content: " ";
    display: table; }
  .facetedSearch-toggle:after {
    clear: both; }
  @media (min-width: 991px) {
    .facetedSearch-toggle {
      display: none !important; } }
  .facetedSearch-toggle.is-open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 0; }

.facetedSearch-toggle-text,
.facetedSearch-toggle-indicator {
  display: block;
  font-weight: normal; }

.facetedSearch-toggle-text {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  width: 58.33333%;
  float: left;
  padding: 0;
  text-align: left; }

.facetedSearch-toggle-indicator {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  width: 41.66667%;
  float: left;
  font-weight: bold;
  padding: 0;
  text-align: right; }

.facetedSearch-navList {
  display: none; }
  @media (min-width: 991px) {
    .facetedSearch-navList {
      display: block !important; } }
  .facetedSearch-navList.is-open {
    display: block; }
    .facetedSearch-navList.is-open .accordion--navList,
    .facetedSearch-navList.is-open .accordion-block:first-child .accordion-navigation {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
  .facetedSearch-toggle + .facetedSearch-navList,
  .sidebarBlock + .facetedSearch-navList {
    margin-top: 2.03333rem; }
  .facetedSearch-toggle + .facetedSearch-navList.is-open,
  .sidebarBlock + .facetedSearch-navList.is-open {
    margin-top: -1px; }
    @media (min-width: 991px) {
      .facetedSearch-toggle + .facetedSearch-navList.is-open,
      .sidebarBlock + .facetedSearch-navList.is-open {
        margin-top: 2.03333rem; } }
  .facetedSearch-navList .navList--inner {
    margin-left: 1.5rem; }
  @media only screen and (max-width: 767px) {
    .facetedSearch-navList .accordion-title {
      padding-left: 28px; } }

.facet-quick-heading {
  text-transform: capitalize; }

.facetedSearch-optionColumns {
  column-count: 3;
  column-gap: 20px; }

.facetedSearch-refineFilters {
  display: none; }
  @media (min-width: 991px) {
    .facetedSearch-refineFilters {
      display: block; } }

.facetedSearch-content--rating .is-selected {
  font-weight: bold; }

.banners {
  background-color: #414042;
  color: white; }
  .banners p:last-child {
    margin-bottom: 0; }

.banner {
  margin: 0 auto;
  max-width: 80rem;
  padding: 0;
  text-align: center;
  line-height: 2.5;
  overflow: hidden;
  width: auto; }
  .banner p {
    line-height: inherit; }
  .banner a {
    color: white; }
  .banner + .banner {
    margin-top: 1.5rem; }

.mobile-shipping-banner {
  height: 2.05rem !important;
  background-color: #414042;
  color: white;
  display: none; }
  @media only screen and (max-width: 1099px) {
    .mobile-shipping-banner {
      display: flex;
      align-items: center;
      justify-content: center; } }
  .mobile-shipping-banner p {
    margin: 0;
    padding: 0;
    line-height: 25px; }

.facetLabel {
  background: #f2f2f2;
  border-radius: 4px;
  padding: 0.2rem 0.53333rem 0.2rem 0.73333rem;
  text-decoration: none; }
  .facetLabel .icon {
    height: 0.8rem;
    width: 0.8rem;
    display: inline-block;
    fill: #989898;
    position: relative;
    top: -1px; }

.cart-section {
  background-color: #edeff3;
  box-shadow: 13px 13px 0 #335C64;
  margin: 0 auto 75px;
  width: 100%; }
  @media only screen and (min-width: 991px) and (max-width: 1199px) {
    .cart-section {
      margin-right: 20px; } }
  @media only screen and (min-width: 991px) {
    .cart-section {
      max-width: calc(min(892px, calc(100% - 40px))); } }
  .cart-section + .cart-section--exempt {
    display: none; }
    .cart-section + .cart-section--exempt:has(.cart-item) {
      display: block; }
  .cart-section:has([data-stock-level="0"]) button.remove-items {
    display: block; }
  .cart-section > div {
    padding-left: 24px;
    padding-right: 15px; }
    @media only screen and (min-width: 768px) {
      .cart-section > div {
        padding-left: 30px;
        padding-right: 30px; } }

.cart-section--header {
  align-items: center;
  background-color: #2d2d2d;
  color: #FFFFFF;
  display: flex;
  gap: 5px;
  padding-top: 10px;
  padding-bottom: 10px; }
  .cart-section--header .cart-section--title {
    color: white;
    display: flex;
    flex-flow: row wrap;
    gap: 0 0.3em;
    margin: 0; }
  .cart-section--header .icon {
    height: 26px;
    width: 26px;
    padding: 6px;
    position: relative;
    color: white; }
    .cart-section--header .icon.icon--tooltip * {
      pointer-events: none; }
  .cart-section--header .hovertip {
    left: 0;
    position: absolute;
    transform: translateX(calc(-50% + 13px));
    top: 30px;
    max-width: 200px;
    z-index: 2; }

.cart-section--table {
  padding-top: 20px; }
  .cart-section--table table, .cart-section--table tbody, .cart-section--table tr, .cart-section--table td {
    height: 100%; }
  .cart-section--table table,
  .cart-section--table table thead,
  .cart-section--table table tr,
  .cart-section--table table th {
    background-color: unset;
    border: none; }
  .cart-section--table table thead {
    border-bottom: 1px solid #335C64; }
  .cart-section--table .cart-remove {
    height: 17px;
    width: 16px;
    position: relative;
    left: 10px; }
    .cart-section--table .cart-remove svg {
      fill: #222; }

.cart-section--footer {
  padding-bottom: 10px; }
  .cart-section--footer .subtotal {
    display: flex;
    justify-content: space-between;
    text-transform: uppercase; }
    .cart-section--footer .subtotal > * {
      margin-bottom: 15px; }
  .cart-section--footer button.remove-items {
    display: none; }
  .cart-section--footer .button--custom {
    background-color: #FFFFFF;
    border: 1px solid #000000;
    border-radius: 10px;
    padding: 5px 10px; }
    @media only screen and (max-width: 767px) {
      .cart-section--footer .button--custom {
        margin-bottom: 20px; } }
    .cart-section--footer .button--custom .icon--trash {
      height: 13px;
      width: 12px; }
      .cart-section--footer .button--custom .icon--trash svg {
        fill: currentColor; }

dialog#confirm-remove-items {
  border: 0 none;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
  padding: 0;
  width: Min(358px, calc(100dvw - 40px)); }
  dialog#confirm-remove-items .dialog-content {
    padding: 22px 32px;
    position: relative; }
  dialog#confirm-remove-items .button--close {
    display: grid;
    place-content: center;
    position: absolute;
    right: 0;
    top: 0; }
    dialog#confirm-remove-items .button--close svg {
      height: 24px;
      width: 24px; }
    dialog#confirm-remove-items .button--close:focus {
      background-color: white; }
  dialog#confirm-remove-items .dialog-heading {
    margin-block: 0 5px; }
  dialog#confirm-remove-items .dialog-text {
    margin-block: 0 15px;
    margin-inline: auto;
    max-width: 210px; }
  dialog#confirm-remove-items .flex {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px; }

.cart {
  display: block;
  margin-bottom: 17px;
  width: 100%; }
  @media (min-width: 768px) {
    .cart {
      display: table; } }
  @media only screen and (max-width: 479px) {
    .cart {
      margin-bottom: 0; } }

.cart-header {
  display: none; }
  @media only screen and (min-width: 768px) {
    .cart-header {
      display: table-header-group;
      text-align: left; } }

.cart-header-item {
  padding: 0 0 5px;
  text-transform: uppercase; }
  .cart-header-item:last-child {
    text-align: right; }
  .cart-header-item.cart-header-price, .cart-header-item.cart-header-total {
    width: 100px; }

.cart-list {
  border-bottom: 1px solid black;
  display: grid;
  margin-bottom: 20px;
  padding-bottom: 20px;
  row-gap: 20px; }
  @media (min-width: 768px) {
    .cart-list {
      display: table-row-group;
      border-bottom: 1px solid #000000; } }

.cart-item {
  border-bottom: 1px solid #e8e8e8;
  clear: both;
  display: block;
  padding: 1.5rem 0; }
  @media only screen and (max-width: 479px) {
    .cart-item {
      padding: 5px 0 10px 0; } }
  @media (min-width: 480px) {
    .cart-item {
      padding-left: 25%; }
      .cart-item:before, .cart-item:after {
        content: " ";
        display: table; }
      .cart-item:after {
        clear: both; } }
  @media (min-width: 768px) {
    .cart-item {
      display: table-row; }
      .cart-item:before, .cart-item:after {
        display: none; } }
  @media only screen and (min-width: 768px) {
    .cart-item td {
      padding-bottom: 20px;
      padding-top: 0; } }
  @media only screen and (min-width: 768px) {
    .cart-item:first-of-type td {
      padding-top: 20px; } }
  .cart-item .insufficient-stock {
    display: none;
    color: #c70000 !important;
    font-weight: 500;
    margin-block: auto 0;
    padding-top: 2px; }
    .cart-item .insufficient-stock svg {
      width: 15px;
      height: 15px;
      fill: currentColor;
      margin-right: 5px;
      position: relative;
      top: 3px; }
  .cart-item.is-error .form-input--incrementTotal {
    border: 1px solid #c70000 !important;
    color: #c70000 !important; }
  .cart-item.is-error .insufficient-stock {
    display: block; }
  .cart-item[data-item-id="2059"] .form-field--increments {
    visibility: hidden; }

.cart-item-block {
  display: block; }
  @media (min-width: 768px) {
    .cart-item-block {
      display: table-cell;
      vertical-align: top; } }
  .cart-item-block .definitionList {
    margin-bottom: 0.4rem; }

.cart-item-figure {
  padding: 0;
  height: 6.66667rem;
  width: 6.66667rem; }
  @media (min-width: 768px) {
    .cart-item-figure {
      margin-bottom: 1.5rem; } }

@media only screen and (max-width: 767px) {
  .cart-item-price,
  .cart-item-total {
    display: flex;
    gap: 5px;
    margin: 0;
    padding: 10px 0 0; } }

.cart-item-fixed-image {
  width: 100%; }

.cart-item-image {
  width: auto; }

.cart-item-title {
  padding: 0; }
  @media (min-width: 768px) {
    .cart-item-title {
      display: table-cell;
      padding-left: 20px;
      padding-right: 20px; } }
  .cart-item-title .flex {
    display: flex;
    flex-direction: column;
    height: 100%; }

.cart-item-info {
  clear: both;
  width: 100%; }
  @media only screen and (max-width: 767px) {
    .cart-item-info.cart-item-quantity {
      padding: 5px 0 0;
      width: 100%; } }
  .cart-item-info.cart-item-quantity .form-increment.form-increment--cart {
    display: grid;
    grid-auto-rows: 28px;
    grid-template-areas: "inc qty dec";
    grid-template-columns: 28px 44px 28px; }
    @media only screen and (min-width: 768px) {
      .cart-item-info.cart-item-quantity .form-increment.form-increment--cart {
        grid-auto-rows: 19px;
        grid-template-areas: "qty inc" "qty dec";
        grid-template-columns: 81px 38px; } }
    @media only screen and (min-width: 991px) and (max-width: 1199px) {
      .cart-item-info.cart-item-quantity .form-increment.form-increment--cart {
        grid-template-columns: 38px 38px; } }
  .cart-item-info.cart-item-quantity button[data-action="inc"] {
    grid-area: inc; }
  .cart-item-info.cart-item-quantity button[data-action="dec"] {
    grid-area: dec; }
  .cart-item-info.cart-item-quantity input.form-input--incrementTotal {
    grid-area: qty; }
  .cart-item-info.discounted-item {
    height: auto;
    bottom: 0; }
  @media (min-width: 768px) {
    .cart-item-info {
      float: none;
      width: 11%; }
      .cart-item-info:last-child {
        text-align: right; } }
  @media only screen and (min-width: 768px) {
    .cart-item-info + .cart-item-info {
      margin-top: 0.73333rem; } }

@media only screen and (max-width: 479px) {
  .cart-item-price .price--discounted,
  .cart-item-total .price--discounted {
    display: block; } }

.cart-original-price {
  padding-top: 6px;
  display: none;
  text-decoration: line-through;
  color: rgba(79, 79, 79, 0.3); }
  @media only screen and (max-width: 767px) {
    .cart-original-price {
      padding: 0; } }
  @media (min-width: 768px) {
    .cart-original-price {
      padding-left: 0;
      font-size: 18px; } }

.cart-save-msg {
  display: none;
  padding-top: 8px;
  color: #EF5E59;
  font-weight: 300;
  font-size: 14px;
  padding-left: 1.5rem;
  white-space: nowrap; }
  @media (min-width: 768px) {
    .cart-save-msg {
      padding-left: 0; } }
  @media only screen and (max-width: 479px) {
    .cart-save-msg {
      padding-left: 0; } }

.cart-content-padding-right {
  padding-right: 4px; }

@media only screen and (min-width: 768px) and (max-width: 990px) {
  .cart-header-quantity,
  .cart-item-quantity {
    width: 180px; } }

@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .cart-header-quantity,
  .cart-item-quantity {
    width: 140px; } }

@media only screen and (min-width: 1200px) {
  .cart-header-quantity,
  .cart-item-quantity {
    width: 250px; } }

@media only screen and (min-width: 768px) {
  .cart-item-quantity,
  .cart-item-price {
    padding-left: 0;
    padding-right: 20px; } }

@media (min-width: 768px) {
  .cart-item-label {
    display: none; } }

.cart-item-value.sale-price {
  color: #c70000; }

.cart-item-brand {
  color: #989898;
  margin-bottom: 0.2rem; }

.cart-item-name {
  font-size: 15px;
  margin: 0;
  display: inline-block; }
  .cart-item-name__label {
    display: inline-block; }
  .cart-item-name + .definitionList {
    margin-top: 0.4rem; }

.cart-item-options--giftWrapping {
  margin-top: 1.13333rem; }
  .cart-item-options--giftWrapping .cart-item-option-description {
    color: #4f4f4f; }

.VisaCheckout > p {
  display: none; }

.visa-checkout-wrapper {
  width: 100% !important;
  text-align: center !important; }
  .visa-checkout-wrapper > img {
    margin-right: -53px; }

.free-shipping-qualifier {
  margin-bottom: 20px; }
  .free-shipping-qualifier p,
  .free-shipping-qualifier span {
    font-weight: 300; }
  .free-shipping-qualifier .qualifier-text {
    margin-bottom: 8px;
    color: #335C64;
    line-height: calc(22/16); }

.meter-container {
  align-items: center;
  display: flex;
  gap: 8px;
  width: 100%; }
  .meter-container .meter,
  .meter-container .meter-fill {
    border-radius: 5px;
    height: 10px; }
  .meter-container .meter {
    background-color: #FFFFFF;
    flex-grow: 1; }
  .meter-container .meter-fill {
    background-color: #1E333B;
    min-width: 10px;
    transition: width 1500ms ease-in-out;
    width: 10px; }

.coupon-code-add,
.coupon-code-cancel,
.gift-certificate-add,
.gift-certificate-cancel {
  color: #989898;
  padding: 0;
  text-decoration: underline;
  transition: color 0.15s ease; }
  .coupon-code-add:hover,
  .coupon-code-cancel:hover,
  .gift-certificate-add:hover,
  .gift-certificate-cancel:hover {
    color: #4f4f4f; }

.coupon-code-cancel {
  font-style: italic; }

.coupon-form,
.cart-gift-certificate-form {
  font-size: 0;
  margin-bottom: 10px; }
  .coupon-form:before, .coupon-form:after,
  .cart-gift-certificate-form:before,
  .cart-gift-certificate-form:after {
    content: " ";
    display: table; }
  .coupon-form:after,
  .cart-gift-certificate-form:after {
    clear: both; }
  .coupon-form .form-input, .coupon-form .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper input[type="email"], .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper .coupon-form input[type="email"],
  .coupon-form .button,
  .cart-gift-certificate-form .form-input,
  .cart-gift-certificate-form .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper input[type="email"],
  .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper .cart-gift-certificate-form input[type="email"],
  .cart-gift-certificate-form .button {
    float: left; }
  .coupon-form .form-input, .coupon-form .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper input[type="email"], .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper .coupon-form input[type="email"],
  .cart-gift-certificate-form .form-input,
  .cart-gift-certificate-form .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper input[type="email"],
  .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper .cart-gift-certificate-form input[type="email"] {
    width: 78%; }
  .coupon-form .button,
  .cart-gift-certificate-form .button {
    margin: 0 0 0 2%;
    padding-left: 0.73333rem;
    padding-right: 0.73333rem;
    width: 20%; }

.estimator-form {
  margin-bottom: 0; }
  .estimator-form dl {
    margin: 0; }
  .estimator-form .form-input, .estimator-form .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper input[type="email"], .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper .estimator-form input[type="email"] {
    margin-bottom: 0.73333rem;
    width: 100%; }
  .estimator-form select.form-select#shipping-state {
    height: 47px;
    padding-inline: 10px 40px;
    text-overflow: ellipsis;
    max-width: 210px; }
  .estimator-form .button--primary {
    width: 60%; }
  .estimator-form .buttons-container {
    display: flex;
    gap: 10px; }

.estimator-form-label {
  clear: both;
  float: left;
  font-weight: 400;
  margin-bottom: 0; }
  .estimator-form-label .form-label, .estimator-form-label .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper label, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper .estimator-form-label label {
    line-height: 2.13333rem;
    margin-bottom: 0; }

.estimator-form-label-text {
  margin-left: 0.66667rem; }

.estimator-form-input {
  margin-block: 5px; }
  .estimator-form-input .form-input, .estimator-form-input .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper input[type="email"], .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper .estimator-form-input input[type="email"],
  .estimator-form-input .form-select {
    margin-bottom: 0; }

.estimator-form-row:before, .estimator-form-row:after {
  content: " ";
  display: table; }

.estimator-form-row:after {
  clear: both; }

.estimator-form-toggleUPSRate {
  display: block;
  margin-bottom: 1em; }

.shipping-quotes form {
  margin-top: 25px; }

.shipping-quotes ul {
  margin-left: 0; }
  .shipping-quotes ul .estimator-form-row dl {
    margin-bottom: 0; }
    .shipping-quotes ul .estimator-form-row dl:before, .shipping-quotes ul .estimator-form-row dl:after {
      content: " ";
      display: table; }
    .shipping-quotes ul .estimator-form-row dl:after {
      clear: both; }

.shipping-quotes .estimator-form-label {
  width: 70%; }
  .shipping-quotes .estimator-form-label input {
    float: left;
    margin: 0;
    width: 14px;
    position: relative;
    top: 5px; }
  .shipping-quotes .estimator-form-label .estimator-form-label-text {
    float: left;
    margin: 0;
    text-transform: none;
    margin-left: 7px;
    width: calc(100% - 24px); }

.shipping-quotes .estimator-form-input--price {
  width: 30%;
  float: right;
  text-align: right;
  margin: 0; }
  .shipping-quotes .estimator-form-input--price label {
    margin-bottom: 10px; }

.shipping-quotes .estimator-form-row:last-child .estimator-form-input--price label {
  margin-bottom: 0; }

klarna-placement::part(osm-container) {
  margin-bottom: 15px; }

.accept-terms-box {
  margin-bottom: 20px;
  padding: 14px 37px;
  text-align: center; }
  .accept-terms-box a {
    text-decoration: underline; }

.cart-actions {
  clear: both; }
  .cart-actions:before, .cart-actions:after {
    content: " ";
    display: table; }
  .cart-actions:after {
    clear: both; }
  .cart-actions .btn, .cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions #ISR_form_submit, .cart-actions .swal2-confirm,
  .cart-actions .swal2-cancel {
    height: unset;
    line-height: 59px;
    display: block;
    margin-bottom: 20px; }
    @media (min-width: 480px) {
      .cart-actions .btn, .cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions #ISR_form_submit, .cart-actions .swal2-confirm,
      .cart-actions .swal2-cancel {
        display: inline-block;
        float: right; } }
    .cart-actions .btn.btn40, .cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions #ISR_form_submit, .cart-actions .swal2-confirm,
    .cart-actions .swal2-cancel {
      font-weight: 500; }
  .cart-actions .checkoutMultiple {
    clear: right;
    display: block;
    float: right;
    padding-top: 0.4rem; }

.checkout-logos {
  display: block;
  margin: 20px auto; }

.cart-additionalCheckoutButtons {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  margin-right: auto;
  text-align: center; }
  .cart-additionalCheckoutButtons .FloatRight p {
    display: none !important;
    float: none !important;
    margin: 0.53333rem 0;
    text-align: center; }
  .cart-additionalCheckoutButtons .FloatRight .AmazonPayContainer {
    padding-top: 15px;
    margin-bottom: 20px; }
    @media only screen and (min-width: 480px) {
      .cart-additionalCheckoutButtons .FloatRight .AmazonPayContainer {
        padding-top: 10px; } }
  .cart-additionalCheckoutButtons .FloatRight .CheckoutButtonAmazon {
    margin-bottom: 20px; }
  .cart-additionalCheckoutButtons .FloatRight .BraintreeContainer .paypal-smart-buttons {
    width: 100%;
    max-width: 200px;
    margin-bottom: 0; }
    @media only screen and (max-width: 479px) {
      .cart-additionalCheckoutButtons .FloatRight .BraintreeContainer .paypal-smart-buttons {
        margin-top: 0;
        margin-bottom: 0; } }
  @media only screen and (min-width: 768px) {
    .cart-additionalCheckoutButtons .FloatRight .CheckoutButtonAmazon {
      margin-bottom: 0; } }

@media (min-width: 480px) {
  .apple-pay-supported .BraintreeContainer {
    margin-right: 10px; } }

.previewCartHeader {
  padding: 0.73333rem;
  border-bottom: 1px solid #e8e8e8; }
  .previewCartHeader h4, .previewCartHeader .h4, .previewCartHeader .estimator-form select.form-select#shipping-state, .estimator-form .previewCartHeader select.form-select#shipping-state {
    margin: 0; }

.previewCartBody {
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  padding-top: 33.3333%;
  position: relative;
  box-shadow: inset 0 2px 2px -2px rgba(0, 0, 0, 0.15), inset 0 -2px 2px -2px rgba(0, 0, 0, 0.15); }

.previewCartList {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  display: table;
  table-layout: fixed;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
  .previewCartList ul,
  .previewCartList ol {
    list-style: none;
    margin-bottom: 0; }
  .previewCartList li {
    margin: 0;
    padding: 0; }

.previewCartItem {
  margin: 0 auto;
  max-width: 80rem;
  width: 100%;
  display: table-row;
  line-height: 19px; }
  .previewCartItem:before, .previewCartItem:after {
    content: " ";
    display: table; }
  .previewCartItem:after {
    clear: both; }
  .previewCartItem + .previewCartItem {
    border-top: 1px solid #e8e8e8; }

.previewCartItem-image,
.previewCartItem-content {
  display: table-cell;
  vertical-align: middle; }

.previewCartItem-image {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  width: 16.66667%;
  padding: 1.5rem;
  text-align: center; }

.previewCartItem-content {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  width: 83.33333%;
  padding-left: 0; }

.previewCartItem-name {
  margin: 0;
  text-transform: none; }
  .previewCartItem-name > a {
    text-decoration: none; }

.previewCartItem-brand,
.previewCartItem-name {
  margin-bottom: 0.2rem; }

.previewCartItem-brand,
.previewCartItem-price {
  color: #989898;
  display: inline-block;
  font-size: 13px; }

.previewCartAction {
  margin: 0 auto;
  max-width: 80rem;
  width: 100%;
  border-top: 1px solid #e8e8e8;
  display: block; }
  .previewCartAction:before, .previewCartAction:after {
    content: " ";
    display: table; }
  .previewCartAction:after {
    clear: both; }
  @media (min-width: 320px) {
    .previewCartAction {
      padding: 0.73333rem 0.4rem; } }
  @media (min-width: 481px) {
    .previewCartAction {
      padding: 1.5rem 0.73333rem; } }
  .previewCartAction .button {
    margin: 0;
    padding-left: 0.73333rem;
    padding-right: 0.73333rem;
    width: 100%; }

.previewCartAction-checkout,
.previewCartAction-viewCart {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  width: 50%;
  float: left;
  padding-left: 0.4rem;
  padding-right: 0.4rem; }
  .previewCartAction-checkout.previewCartAction-viewCart--sole,
  .previewCartAction-viewCart.previewCartAction-viewCart--sole {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    width: 50%;
    float: left;
    margin-left: auto;
    margin-right: auto;
    float: none; }

.previewCartAction-checkoutMultiple {
  clear: both;
  padding-left: 0.4rem;
  padding-top: 0.73333rem; }

.previewCart-emptyBody {
  padding: 3rem;
  text-align: center; }

.previewCartAction-additionalCheckoutButton,
.offcanvasAction-additionalCheckoutButton {
  width: 50%;
  padding: 0 10px;
  float: left; }
  .navUser .previewCartAction-additionalCheckoutButton, .navUser
  .offcanvasAction-additionalCheckoutButton {
    padding: 10px 5px 0; }
  .previewCartAction-additionalCheckoutButton.odd,
  .offcanvasAction-additionalCheckoutButton.odd {
    clear: both;
    padding-left: 5px; }
    .apple-pay-supported .previewCartAction-additionalCheckoutButton.odd, .apple-pay-supported
    .offcanvasAction-additionalCheckoutButton.odd {
      padding-left: 10px;
      padding-right: 5px; }
  .previewCartAction-additionalCheckoutButton.even,
  .offcanvasAction-additionalCheckoutButton.even {
    padding-right: 5px; }
    .apple-pay-supported .previewCartAction-additionalCheckoutButton.even, .apple-pay-supported
    .offcanvasAction-additionalCheckoutButton.even {
      padding-right: 10px;
      padding-left: 5px; }
  .previewCartAction-additionalCheckoutButton .PayPalExpressCheckout p,
  .offcanvasAction-additionalCheckoutButton .PayPalExpressCheckout p {
    text-align: center;
    display: none; }
  .previewCartAction-additionalCheckoutButton .PayPalExpressCheckout #PayPalExpressCheckoutButton,
  .offcanvasAction-additionalCheckoutButton .PayPalExpressCheckout #PayPalExpressCheckoutButton {
    width: 100%; }
  .previewCartAction-additionalCheckoutButton .braintree-paypal-button,
  .previewCartAction-additionalCheckoutButton .paypal-button-parent,
  .offcanvasAction-additionalCheckoutButton .braintree-paypal-button,
  .offcanvasAction-additionalCheckoutButton .paypal-button-parent {
    width: 100% !important; }
  .apple-pay-supported .previewCartAction-additionalCheckoutButton .apple-pay-checkout-button, .apple-pay-supported
  .offcanvasAction-additionalCheckoutButton .apple-pay-checkout-button {
    float: none;
    display: block;
    width: 100%; }

#cart-banner {
  height: 98px; }
  @media only screen and (min-width: 768px) {
    #cart-banner {
      height: 240px; } }
  @media only screen and (max-width: 479px) {
    #cart-banner .text-box {
      min-width: 270px;
      padding: 20px 15px; } }
  @media only screen and (max-width: 479px) {
    #cart-banner .text-box h1, #cart-banner .text-box .h1,
    #cart-banner .text-box .h1 {
      margin-top: 0; } }

.cart-heatpack-prompt {
  background-color: #630436;
  color: #FFFFFF;
  text-align: center;
  text-transform: uppercase; }
  .cart-heatpack-prompt a {
    color: #FFFFFF;
    display: inline-block;
    margin: 0 20px;
    padding: 10px; }
    .cart-heatpack-prompt a:hover {
      text-decoration: underline; }
  .cart-heatpack-prompt:has(~ .cart-main-wrapper .cart-section--table [data-item-id="2059"]) {
    display: none; }

.cart-callout-banner {
  margin-bottom: 30px; }
  .cart-callout-banner .alertBox-message {
    text-align: center; }
  @media only screen and (max-width: 479px) {
    .cart-callout-banner .alertBox--success {
      background-color: #1E333B;
      border-color: #1E333B; } }

.cart-main-wrapper {
  padding-bottom: 30px; }
  @media only screen and (min-width: 768px) {
    .cart-main-wrapper {
      padding-bottom: 150px;
      padding-top: 20px; } }
  @media only screen and (max-width: 767px) {
    .cart-main-wrapper tbody .cart-item {
      display: grid;
      grid-template-columns: 122px auto auto;
      grid-template-rows: repeat(3, minmax(0, auto)) 1fr;
      grid-template-areas: "figure title    title" "figure price    price" "figure quantity quantity" "figure oos      oos";
      padding: 0; }
      .cart-main-wrapper tbody .cart-item .cart-item-figure {
        grid-area: figure; }
      .cart-main-wrapper tbody .cart-item .cart-item-title {
        grid-area: title; }
      .cart-main-wrapper tbody .cart-item .cart-item-quantity {
        grid-area: quantity; }
      .cart-main-wrapper tbody .cart-item .cart-item-price {
        grid-area: price; }
      .cart-main-wrapper tbody .cart-item .cart-item-total {
        grid-area: total;
        display: none; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .cart-main-wrapper tbody .cart-item {
      grid-template-areas: "figure title    title" "figure price    total" "figure quantity quantity" "figure oos      oos"; }
      .cart-main-wrapper tbody .cart-item .cart-item-total {
        display: block;
        text-align: right; } }

.cart-text-box-container {
  display: flex;
  flex-flow: row wrap;
  gap: 30px;
  justify-content: space-evenly;
  margin: 0 auto; }
  .cart-text-box-container .text-box {
    align-self: flex-start;
    box-shadow: 13px 13px 0 0 #335C64;
    flex: 1 1 auto;
    max-width: 340px; }
    .cart-text-box-container .text-box a {
      text-decoration: underline; }
    @media only screen and (min-width: 768px) {
      .cart-text-box-container .text-box {
        margin-left: 0; } }
    .cart-text-box-container .text-box .text-inner {
      position: relative;
      z-index: 2;
      padding: 20px 20px 15px; }
      .cart-text-box-container .text-box .text-inner h4, .cart-text-box-container .text-box .text-inner .h4, .cart-text-box-container .text-box .text-inner .estimator-form select.form-select#shipping-state, .estimator-form .cart-text-box-container .text-box .text-inner select.form-select#shipping-state {
        text-transform: uppercase;
        color: #1E333B;
        margin: 0 0 8px; }
      .cart-text-box-container .text-box .text-inner p {
        margin: 0;
        line-height: 1.5; }

.addressList {
  font-size: 0;
  list-style: none;
  margin-left: -0.73333rem;
  margin-right: -0.73333rem; }
  .addressList .form-actions .btn40, .addressList .form-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .addressList .form-actions #ISR_form_submit, .addressList .form-actions .swal2-confirm,
  .addressList .form-actions .swal2-cancel {
    width: auto;
    margin-right: 5px; }

.panel--address {
  font-size: 1rem;
  position: relative; }
  .panel--address .panel-body {
    min-height: 16.66667rem;
    padding: 1.5rem; }
    @media (min-width: 480px) {
      .panel--address .panel-body {
        padding: 1.5rem 1.5rem 4.5rem; } }
  .panel--address .form-actions {
    margin-bottom: -0.73333rem;
    margin-top: 1.5rem;
    text-align: left; }
    @media (min-width: 480px) {
      .panel--address .form-actions {
        bottom: 1.5rem;
        position: absolute;
        width: auto; } }
    .panel--address .form-actions .button {
      margin-bottom: 0.73333rem; }
      .panel--address .form-actions .button + .button {
        margin-left: 0;
        margin-top: 0; }
        @media (min-width: 480px) {
          .panel--address .form-actions .button + .button {
            margin-left: 0.4rem; } }

.address-title {
  margin: 0 0 0.73333rem;
  text-transform: none; }

.address-details {
  list-style: none;
  margin: 0 0 0.73333rem; }

.address-details--postal {
  font-size: 15px; }

.address-label,
.address-description {
  display: inline-block;
  font-size: 1rem;
  margin: 0; }

.address-label {
  color: #989898;
  font-weight: 400; }

.panel--newAddress {
  display: block;
  text-align: center;
  text-decoration: none; }
  .panel--newAddress:hover .address-title {
    color: #a5a5a5; }
  .panel--newAddress .panel-body {
    background-color: transparent;
    border: 1px solid #e8e8e8;
    display: block; }
  .panel--newAddress .address-title {
    margin-bottom: 0;
    transition: all 0.15s ease; }

.address-addNew {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-55%); }

.address-symbol {
  font-size: 50px;
  line-height: 1; }

.videoGallery-main {
  height: 0;
  margin-bottom: 1.06667rem;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 0;
  position: relative;
  margin-bottom: 1.9rem; }
  .videoGallery-main.widescreen {
    padding-bottom: 56.34%; }
  .videoGallery-main.vimeo {
    padding-top: 0; }
  .videoGallery-main iframe,
  .videoGallery-main object,
  .videoGallery-main embed,
  .videoGallery-main video {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0; }

.videoGallery-list {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.5rem;
  max-width: none;
  width: auto;
  font-size: 0; }
  .videoGallery-list ul,
  .videoGallery-list ol {
    list-style: none;
    margin-bottom: 0; }
  .videoGallery-list:before, .videoGallery-list:after {
    content: " ";
    display: table; }
  .videoGallery-list:after {
    clear: both; }

.videoGallery-item {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  width: 100%;
  float: left;
  display: inline-block;
  float: none;
  vertical-align: top; }
  @media (min-width: 768px) {
    .videoGallery-item {
      width: 50%; } }

.video {
  display: block;
  margin-bottom: 1.9rem;
  opacity: 0.4;
  text-decoration: none;
  transition: opacity 100ms ease-out; }
  .video:before, .video:after {
    content: " ";
    display: table; }
  .video:after {
    clear: both; }
  .video-figure {
    float: left;
    margin-right: 0.73333rem; }
    .video-figure > img {
      display: block; }
  .video-figure--opposite {
    float: right;
    margin-left: 0.73333rem;
    margin-right: 0; }
  .video-body:before, .video-body:after {
    content: " ";
    display: table; }
  .video-body:after {
    clear: both; }
  @media (min-width: 768px) {
    .video {
      margin-bottom: 1.9rem; } }
  .video:hover, .video.is-active {
    color: #454545;
    opacity: 1; }

.video-figure {
  margin-right: 1.9rem; }

.video-title {
  margin-bottom: 0;
  margin-top: 0;
  text-transform: none; }

.video-description {
  font-size: 1rem;
  margin-bottom: 0; }

.videos-section .youtube-cta-container {
  margin-top: 25px;
  margin-bottom: 40px; }
  .videos-section .youtube-cta-container .youtube-link {
    padding: 0 23px;
    display: inline-flex;
    align-items: center; }
    @media only screen and (min-width: 768px) {
      .videos-section .youtube-cta-container .youtube-link {
        height: 60px; } }
    .videos-section .youtube-cta-container .youtube-link:after {
      content: '';
      top: 0;
      border: 0;
      background-size: 100%;
      background-position: center center;
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath d='M10,0C6,0,2.3,2.4,0.8,6.2c-1.5,3.7-0.7,8,2.2,10.9c2.9,2.9,7.2,3.7,10.9,2.2C17.6,17.7,20,14,20,10  C20,4.5,15.5,0,10,0z M8.7,14.2V5.8l4.2,4.2L8.7,14.2z' fill='rgba(255, 255, 255, 0.999)' /%3E%3C/svg%3E");
      width: 20px;
      height: 20px;
      margin: 0; }
    .videos-section .youtube-cta-container .youtube-link .cta-text {
      display: inline-block;
      margin-right: 7px; }
      @media only screen and (min-width: 768px) {
        .videos-section .youtube-cta-container .youtube-link .cta-text {
          font-size: 20px; } }
    .videos-section .youtube-cta-container .youtube-link .icon {
      width: 20px;
      height: 20px;
      fill: currentColor; }
  @media only screen and (min-width: 768px) {
    .videos-section .youtube-cta-container {
      margin-bottom: 80px; } }

.video-playlist {
  margin-bottom: 30px; }
  @media only screen and (min-width: 768px) {
    .video-playlist {
      margin-bottom: 60px; } }
  .video-playlist .playlist-title {
    font-size: 20px;
    color: #1E333B;
    font-weight: 500;
    margin-bottom: 20px;
    text-align: center; }
    @media only screen and (max-width: 479px) {
      .video-playlist .playlist-title span {
        display: block; } }
    @media only screen and (min-width: 768px) {
      .video-playlist .playlist-title {
        text-align: left; } }
  .video-playlist .video-slider .video-slide {
    padding: 0 11px; }
    .video-playlist .video-slider .video-slide .slide-content {
      max-width: 352px;
      margin: auto; }
    .video-playlist .video-slider .video-slide .video-image {
      position: relative;
      max-width: 322px;
      margin: auto;
      margin-bottom: 15px; }
    .video-playlist .video-slider .video-slide .text-body {
      max-width: 322px;
      margin-left: auto;
      margin-right: auto; }
      .video-playlist .video-slider .video-slide .text-body .video-title {
        font-size: 16px;
        color: #1E333B;
        display: inline-block;
        margin-bottom: 10px; }
      .video-playlist .video-slider .video-slide .text-body .video-description {
        margin-bottom: 20px;
        color: #1E333B;
        font-size: 15px;
        line-height: 18px;
        color: #1E333B;
        font-weight: 200; }
  .video-playlist .video-slider .popup-youtube .play-button {
    position: absolute;
    position: absolute;
    top: 66%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: black; }
    .video-playlist .video-slider .popup-youtube .play-button svg {
      fill: currentColor;
      width: 24px;
      height: 17px; }
    .video-playlist .video-slider .popup-youtube .play-button span {
      background-color: white;
      width: 10px;
      height: 8px;
      border-radius: 20px;
      position: absolute;
      top: 5px;
      left: 7px;
      z-index: -1; }
  .video-playlist .video-slider .slick-next, .video-playlist .video-slider .slick-prev {
    top: 99px;
    z-index: 99;
    color: #1E333B; }
    .video-playlist .video-slider .slick-next svg, .video-playlist .video-slider .slick-prev svg {
      width: 15px;
      height: 27px;
      color: #1E333B;
      stroke: #1E333B;
      fill: currentColor; }
  .video-playlist .video-slider .slick-next {
    right: 0; }
    @media only screen and (min-width: 768px) {
      .video-playlist .video-slider .slick-next {
        right: -23px; } }
  .video-playlist .video-slider .slick-prev {
    left: 0;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1) translate(0, -50%); }
    @media only screen and (min-width: 768px) {
      .video-playlist .video-slider .slick-prev {
        left: -23px; } }
  .video-playlist .video-slider .slick-disabled {
    display: none !important; }

.previewCart {
  margin: 0 auto;
  max-width: 80rem;
  width: 100%; }
  .previewCart:before, .previewCart:after {
    content: " ";
    display: table; }
  .previewCart:after {
    clear: both; }
  @media (min-width: 768px) {
    .previewCart .productView {
      padding-left: 0.5rem;
      padding-right: 0.5rem;
      width: 75%;
      float: left;
      display: flex;
      margin: 0;
      padding-bottom: 0;
      padding-top: 0; }
    .previewCart .productView-image {
      padding-left: 0.5rem;
      padding-right: 0.5rem;
      width: 58.33333%;
      float: left;
      display: flex;
      flex-direction: column; }
    .previewCart .productView-image--cart {
      align-self: flex-start;
      margin: 0 auto;
      width: auto; }
    .previewCart .productView-details {
      padding-left: 0.5rem;
      padding-right: 0.5rem;
      width: 41.66667%;
      float: left; } }
  .previewCart .productView-title {
    margin-top: 0; }

.previewCartCheckout {
  background: #f2f2f2;
  padding: 1rem;
  text-align: center; }
  @media (min-width: 768px) {
    .previewCartCheckout {
      padding-left: 0.5rem;
      padding-right: 0.5rem;
      width: 25%;
      float: right;
      padding: 1.5rem; } }
  .previewCartCheckout .button {
    display: block;
    margin: 0;
    width: 100%; }
    .previewCartCheckout .button + p {
      margin-top: 0.73333rem; }
    .previewCartCheckout .button:not(:last-child) {
      margin-bottom: 0.73333rem; }

.previewCartCheckout-price {
  display: block;
  font-size: 40px;
  font-weight: bold;
  text-align: center; }

.previewCartCheckout-subtotal {
  display: block;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem; }

.previewCartCheckout-additionalCheckoutButtons p {
  float: none !important;
  margin: 0.53333rem 0; }

.suggestiveCart {
  display: none;
  text-align: center; }
  @media (min-width: 768px) {
    .suggestiveCart {
      display: block; } }

.cart-remove-item {
  width: 18px;
  height: 18px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  margin: 0;
  color: #4F4F4F;
  background-color: transparent !important;
  border: none;
  z-index: 100; }
  .cart-remove-item:hover {
    color: black; }
    .cart-remove-item:hover + a {
      background-color: #edeff3; }
  .cart-remove-item svg {
    fill: #222; }

.free-shipping-container {
  padding: 0 20px;
  margin-bottom: 20px;
  display: flex; }
  .free-shipping-container .icon-container {
    color: #345C64;
    margin-right: 5px; }
  .free-shipping-container .icon {
    width: 35px;
    height: 20px;
    fill: currentColor; }
  .free-shipping-container .shipping-msg p {
    font-size: 14px;
    font-weight: 300;
    margin: 0;
    line-height: normal; }
    .free-shipping-container .shipping-msg p span {
      font-weight: 500; }

.free-shipping-disclaimer {
  padding: 0 15px;
  color: rgba(79, 79, 79, 0.5);
  font-size: 14px; }
  .free-shipping-disclaimer .exclusive-disclaimer {
    margin: 0; }

.offcanvasCartItem-image {
  width: 80px;
  float: left;
  padding: 0; }

.offcanvasCartItem-content {
  overflow: hidden;
  padding-left: 12px;
  padding-right: 12px;
  line-height: 1;
  color: #414042;
  width: calc(100% - 97px);
  display: block;
  float: left; }
  .offcanvasCartItem-content h6 {
    margin: 0 0 20px;
    line-height: 1.2;
    font-weight: 400;
    color: inherit;
    white-space: normal;
    font-size: 13px;
    text-transform: none; }
  .offcanvasCartItem-content .offcanvasCartItem-price,
  .offcanvasCartItem-content .offcanvasCartItem-options {
    display: block;
    color: inherit;
    margin-top: 6px; }
  .offcanvasCartItem-content .offcanvasCartItem-price {
    font-size: 17px;
    margin-top: 0;
    font-weight: 300; }
    .offcanvasCartItem-content .offcanvasCartItem-price .quantity-x {
      font-size: 10px;
      padding: 0 2px; }
  .offcanvasCartItem-content .offcanvasCartItem-options dl {
    font-size: 13px;
    line-height: 1.2; }
    .offcanvasCartItem-content .offcanvasCartItem-options dl dt {
      margin-bottom: 0;
      float: left;
      line-height: 1.2;
      clear: left;
      margin-right: 0.25em; }
    .offcanvasCartItem-content .offcanvasCartItem-options dl dd {
      overflow: hidden;
      line-height: 1.2; }

#mobile-status-cart {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1000; }
  #mobile-status-cart .cart-add-modal {
    position: relative;
    inset: unset; }

.cart-add-modal {
  border: 1px solid #EAEAEA;
  background-color: white;
  position: absolute;
  z-index: 1000; }
  @media only screen and (max-width: 767px) {
    .cart-add-modal {
      min-width: 360px;
      bottom: 0;
      left: 0;
      right: 0; } }
  @media only screen and (min-width: 768px) {
    .cart-add-modal {
      min-width: 460px;
      top: 40px;
      right: 0; } }
  @media only screen and (max-width: 1099px) {
    .cart-add-modal {
      top: 30px; } }
  .cart-add-modal .modal-title-container {
    height: 47px;
    background-color: #630436;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    position: relative; }
    .cart-add-modal .modal-title-container p {
      margin: 0;
      color: white; }
    .cart-add-modal .modal-title-container .button--unstyled {
      position: absolute;
      left: 15px;
      color: white;
      top: 15px; }
    .cart-add-modal .modal-title-container .icon {
      width: 17px;
      height: 17px;
      fill: currentColor; }
  .cart-add-modal .cart-modal-container {
    display: flex;
    align-items: center;
    padding: 15px 20px; }
  .cart-add-modal .product-name {
    max-width: 265px;
    margin-bottom: 10px; }
  .cart-add-modal .container-image {
    margin-right: 20px; }
  .cart-add-modal .qty-price {
    margin-bottom: 0;
    font-weight: 500; }
  .cart-add-modal > div {
    position: relative; }
    .cart-add-modal > div > a {
      position: absolute;
      right: 40px;
      bottom: 15px;
      text-transform: uppercase;
      text-decoration: underline;
      color: #1E333B; }
  .cart-add-modal .mobile-msg .mobile-msg-container {
    padding: 0 25px;
    min-height: 49px;
    background-color: #630436;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .cart-add-modal .mobile-msg .mobile-msg-container, .cart-add-modal .mobile-msg .mobile-msg-container p, .cart-add-modal .mobile-msg .mobile-msg-container a {
      color: white; }
    .cart-add-modal .mobile-msg .mobile-msg-container p {
      margin-bottom: 0;
      font-size: 16px; }
    .cart-add-modal .mobile-msg .mobile-msg-container a {
      font-size: 15px;
      text-decoration: underline;
      text-transform: uppercase; }

.button--unstyled {
  background: transparent;
  padding: 0;
  line-height: normal;
  height: auto;
  border: 0;
  color: #4f4f4f; }
  .button--unstyled:hover {
    background: transparent;
    color: #4f4f4f; }

.maintenanceNotice {
  background-color: #fffdea;
  box-shadow: 0 0 5px #a5a5a5;
  color: #454545;
  left: 1.13333rem;
  padding: 1rem 1.33333rem;
  position: fixed;
  top: 1.13333rem;
  width: 24rem;
  z-index: 500; }
  .maintenanceNotice > :last-child {
    margin-bottom: 0; }
  .maintenanceNotice a {
    color: #454545; }

.maintenanceNotice-header {
  font-family: "Archer Grotesque";
  margin: 0 0 0.73333rem; }

body.hasAdminBar {
  padding-top: 6.33333rem; }
  @media (min-width: 768px) {
    body.hasAdminBar {
      padding-top: 0; }
      body.hasAdminBar .banners {
        margin-top: 46px; }
      body.hasAdminBar .header {
        padding-top: 46px; } }
  body.hasAdminBar .navPages-container.is-open {
    padding-top: 6.33333rem; }

.adminBar {
  display: none;
  background-color: white;
  box-shadow: 0 0.13333rem 0.46667rem 0 rgba(0, 0, 0, 0.2);
  color: #626568;
  font-family: "Source Sans Pro", arial, "sans serif", sans-serif;
  font-size: 14px;
  font-weight: normal;
  height: 46px;
  left: 0;
  position: fixed;
  text-decoration: none;
  top: 0;
  width: 100%;
  z-index: 10000; }
  @media (min-width: 768px) {
    .adminBar {
      display: block; } }
  .adminBar .svg-icon {
    display: inline-flex;
    align-self: center; }
  .adminBar .svg-icon svg {
    height: 1em;
    width: 1em; }
  .adminBar .svg-icon.svg-baseline svg {
    top: .125em;
    position: relative; }

.adminBar-logo {
  float: left;
  height: 46px;
  width: 45px; }
  .adminBar-logo svg {
    height: 100%;
    padding: 7px 10px 11px 7px;
    width: 100%; }

.adminBar-content {
  align-items: center;
  display: flex;
  height: 46px;
  justify-content: space-between; }
  .adminBar-content a {
    color: #3E67F8;
    text-decoration: none; }
  .adminBar-content a:hover {
    background-color: #f0f3fe;
    border-radius: 5px; }

.adminBar-private {
  margin-right: auto;
  text-align: left;
  /* Tooltip container */
  /* Tooltip text */
  /* Show the tooltip text when you mouse over the tooltip container */ }
  .adminBar-private a {
    padding: 10px; }
  .adminBar-private span {
    white-space: nowrap; }
  .adminBar-private .tooltip {
    position: relative;
    display: inline-block; }
  .adminBar-private .tooltip .tooltiptext {
    visibility: hidden;
    width: auto;
    background-color: #313440;
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    border-radius: 6px;
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1; }
  .adminBar-private .tooltip-bottom {
    top: 135%;
    left: 50%;
    margin-left: -60px; }
  .adminBar-private .tooltip:hover .tooltiptext {
    visibility: visible; }

.adminBar-links {
  margin-left: auto;
  text-align: right;
  padding-right: 5px; }
  .adminBar-links a {
    padding: 10px; }
  .adminBar-links span {
    white-space: nowrap; }

.adminBar-large {
  display: none; }
  @media (min-width: 991px) {
    .adminBar-large {
      display: initial; } }

.adminBar-close span {
  padding: 10px;
  margin-right: 5px;
  margin-bottom: .25em; }

.adminBar-close span:hover {
  background-color: #f0f3fe;
  border-radius: 5px; }

.adminBar-close span svg {
  height: 100%;
  width: 100%; }

.preview {
  font-weight: 400;
  padding-left: 9px; }

.cookieMessage {
  background: #e8e8e8;
  color: #454545;
  display: none; }
  .cookieMessage .button {
    width: 100%; }
    @media (min-width: 768px) {
      .cookieMessage .button {
        vertical-align: middle;
        width: 25%; } }
    @media (min-width: 991px) {
      .cookieMessage .button {
        vertical-align: top; } }

.cookieMessage-container {
  margin: 0 auto;
  padding: 1.5rem; }
  @media (min-width: 768px) {
    .cookieMessage-container {
      width: 83.33333%; } }
  @media (min-width: 991px) {
    .cookieMessage-container {
      width: 58.33333%; } }

@media (min-width: 768px) {
  .cookieMessage-text {
    display: inline-block;
    padding: 0 0.73333rem;
    vertical-align: middle;
    width: 66.66667%; } }

.login {
  margin: 3rem auto 6rem; }
  .login, .header .login {
    max-width: 60rem; }
  .header .login {
    margin: 0; }

.login-row, .header .login-row {
  margin: 0 auto;
  max-width: 80rem;
  width: 100%; }
  .login-row:before, .login-row:after, .header .login-row:before, .header .login-row:after {
    content: " ";
    display: table; }
  .login-row:after, .header .login-row:after {
    clear: both; }

@media (min-width: 768px) {
  .login-row {
    margin-top: 6rem; } }

.header .login-row {
  padding: 1.5rem 0.73333rem; }

.new-customer-fact-list, .header .new-customer-fact-list {
  margin-left: 1.5rem;
  margin-bottom: 1.5rem;
  list-style: outside disc none; }

.search-suggestion {
  margin-bottom: 2.03333rem; }
  .search-suggestion > :last-child {
    margin-bottom: 0; }

.suggestion-title {
  margin-top: 0;
  text-transform: inherit; }

.advancedSearch-form {
  margin-bottom: 3rem; }
  .advancedSearch-form .form-row {
    margin-bottom: -1.5rem; }

.quickSearchResults {
  margin-top: 0;
  position: absolute;
  right: 0;
  top: 100%;
  display: none; }
  @media (min-width: 768px) {
    .quickSearchResults {
      display: block; } }
  .quickSearchResults .productList {
    padding: 5px 40px 5px 5px;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    max-height: 400px;
    overflow: auto; }
  .quickSearchResults .listItem-figure,
  .quickSearchResults .listItem-body {
    padding-left: 0.5rem;
    padding-right: 0.5rem; }
  .quickSearchResults .listItem-figure {
    width: 20%; }
  .quickSearchResults .listItem-body {
    width: 80%; }
  .quickSearchResults .listItem-title,
  .quickSearchResults .product-price-wrap,
  .quickSearchResults body div#isp_search_result_page_container #isp_search_results_container .isp_product_price_wrapper,
  body div#isp_search_result_page_container #isp_search_results_container .quickSearchResults .isp_product_price_wrapper {
    font-size: 16px; }
  .quickSearchResults .listItem-details {
    padding-right: 1rem;
    text-align: left; }
  .quickSearchResults .modal-close {
    display: none; }
    @media (min-width: 768px) {
      .quickSearchResults .modal-close {
        display: block;
        right: 12px;
        top: 0; } }

.advancedSearch-separator {
  display: none; }

.advancedSearch-title {
  margin: 0 0 1.5rem;
  text-transform: inherit; }

.search-price-range label {
  display: inline; }
  .search-price-range label input {
    display: block;
    padding-left: 1.5rem; }
    @media (min-width: 480px) {
      .search-price-range label input {
        display: inline;
        width: 6rem; } }
  @media (min-width: 480px) {
    .search-price-range label span {
      display: inline;
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }

.category-suggestion-list {
  margin: 0 -0.5rem;
  max-width: none;
  width: auto;
  list-style-type: none; }
  .category-suggestion-list:before, .category-suggestion-list:after {
    content: " ";
    display: table; }
  .category-suggestion-list:after {
    clear: both; }

.category-suggestion {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  width: 33.33333%;
  float: left;
  font-size: 15px; }

.search-refine {
  margin-left: 1.5rem; }

.quickSearchMessage {
  font-size: 1rem;
  text-align: center; }

.search-nav {
  position: relative; }

.navBar--account {
  display: none; }
  @media (min-width: 768px) {
    .navBar--account {
      display: table-cell;
      width: 231px; } }
  .navBar--account .navBar-item {
    display: block; }

.account-heading {
  border-bottom: 1px solid #e8e8e8;
  margin: 0;
  padding-bottom: 1rem; }

.account-list {
  list-style: none;
  margin-left: 0; }

.account-listItem {
  border-bottom: 1px solid #e8e8e8;
  padding: 32px 0;
  position: relative; }
  .account-listItem img {
    width: 100%; }
  .account-listItem .account-product-image {
    width: auto; }
  .account-listItem:first-child {
    padding-top: 0; }

.account-listShipping {
  border-bottom: 1px solid #e8e8e8;
  font-weight: 700;
  padding: 2.03333rem 0; }
  .account-listShipping .account-listShipping-title {
    margin: 0;
    text-transform: inherit; }

.account-product:before, .account-product:after {
  content: " ";
  display: table; }

.account-product:after {
  clear: both; }

.account-product-figure {
  float: left;
  margin-right: 0.73333rem; }
  .account-product-figure > img {
    display: block; }

.account-product-figure--opposite {
  float: right;
  margin-left: 0.73333rem;
  margin-right: 0; }

.account-product-body:before, .account-product-body:after {
  content: " ";
  display: table; }

.account-product-body:after {
  clear: both; }

.account-product-figure {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 2.03333rem 0 0;
  position: relative;
  width: 120px; }

.account-product-download {
  border-radius: 50%;
  height: 2.2rem;
  padding: 0;
  position: absolute;
  right: -0.73333rem;
  top: -0.73333rem;
  width: 2.2rem;
  z-index: 1; }
  .account-product-download .icon {
    height: 1.5rem;
    margin-top: 0.4rem;
    width: 1.5rem; }
  .account-product-download svg {
    fill: white; }

.account-product-body {
  overflow: hidden;
  padding-bottom: 3.53333rem;
  position: relative; }
  @media (min-width: 480px) {
    .account-product-body {
      padding-bottom: 0; } }
  .account-product-body .definitionList {
    font-size: 15px;
    margin-bottom: 0; }

.account-product-title {
  margin: 0 0 0.2rem;
  text-transform: inherit; }
  .account-product-title > a {
    text-decoration: none; }
  .account-product-title + .definitionList {
    margin-top: 0.73333rem; }

.account-product-subtitle {
  color: #a5a5a5;
  font-family: "Archer Grotesque", Arial, Helvetica, sans-serif;
  font-size: 15px;
  margin: -0.2rem 0 1rem;
  text-transform: inherit; }

.account-product-price {
  float: right;
  font-size: 15px; }

.account-product-description + .definitionList {
  margin: -1.4rem 0 1.5rem; }

.account-product-refundQty {
  color: #a5a5a5;
  margin-bottom: 0; }

.account-product-details {
  margin: 0 -0.5rem;
  max-width: none;
  width: auto; }
  .account-product-details:before, .account-product-details:after {
    content: " ";
    display: table; }
  .account-product-details:after {
    clear: both; }

.account-product-detail {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  width: 100%;
  float: left; }
  @media (min-width: 480px) {
    .account-product-detail {
      width: 33.33333%; } }
  @media (min-width: 991px) {
    .account-product-detail {
      width: 25%; } }
  .account-product-detail + .account-product-detail {
    margin-top: 1rem; }
    @media (min-width: 480px) {
      .account-product-detail + .account-product-detail {
        margin-top: 0; } }
  @media (min-width: 480px) {
    .account-product-detail + .account-product-detail--full {
      margin-top: 1.5rem; } }

@media (min-width: 991px) {
  .account-product-detail--large {
    width: 50%; } }

.account-product-detail--full {
  width: 100%; }

.account-product-detail-heading {
  color: #989898;
  font-family: "Archer Grotesque", Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 0 0 0.4rem; }

.account-product--alignMiddle {
  display: table;
  width: 100%; }
  .account-product--alignMiddle .account-product-checkItem {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    width: 2rem; }
    @media (min-width: 991px) {
      .account-product--alignMiddle .account-product-checkItem {
        left: -2.5rem; } }
    .account-product--alignMiddle .account-product-checkItem .form-label, .account-product--alignMiddle .account-product-checkItem .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper label, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper .account-product--alignMiddle .account-product-checkItem label {
      height: 1.5rem;
      margin: 0;
      padding: 0;
      width: 1.5rem; }
  .account-product--alignMiddle .account-product-figure,
  .account-product--alignMiddle .account-product-body {
    display: table-cell; }
  .account-product--alignMiddle .account-product-figure {
    float: none;
    margin-right: 0; }
    @media (min-width: 991px) {
      .account-product--alignMiddle .account-product-figure {
        left: -2rem; } }
  .account-product--alignMiddle .account-product-body {
    padding-left: 2rem;
    vertical-align: middle; }
    @media (min-width: 991px) {
      .account-product--alignMiddle .account-product-body {
        padding-left: 0; } }

.account-orderTotal {
  font-size: 15px;
  margin-top: -1.5rem; }

.account-orderTotal-key,
.account-orderTotal-value {
  margin: 0;
  padding: 1.5rem 0; }

.account-orderTotal-key {
  color: #989898;
  float: left;
  font-weight: 400; }
  .account-orderTotal-key:last-of-type {
    position: relative;
    top: 0.33333rem; }

.account-orderTotal-value {
  border-bottom: 1px solid #e8e8e8;
  text-align: right; }
  .account-orderTotal-value:last-child {
    border-bottom: 0;
    font-size: 20px; }

.account-orderStatus {
  bottom: 0;
  left: 0;
  position: absolute; }
  @media (min-width: 480px) {
    .account-orderStatus {
      float: right;
      position: inherit;
      text-align: right; } }

.account-orderStatus-action {
  color: #989898;
  display: inline-block;
  font-size: 12px;
  font-style: italic;
  letter-spacing: 0.25px;
  margin-left: 0.73333rem;
  text-align: right;
  text-decoration: underline;
  vertical-align: top; }
  @media (min-width: 480px) {
    .account-orderStatus-action {
      display: block;
      margin-left: 0; } }
  .account-orderStatus-action:hover {
    color: #4f4f4f; }

.gift-certificate-page .account ol {
  list-style: decimal; }

.account .pagination {
  color: #a5a5a5;
  margin-top: 3rem;
  text-align: center; }

.account-message .is-read {
  color: #a5a5a5; }

.account-sidebar-block {
  font-size: 15px;
  width: 50%;
  float: left;
  margin-bottom: 40px; }
  .account-sidebar-block .account-heading {
    margin-bottom: 1.5rem; }

.account-order-address {
  list-style: none;
  margin-left: 0; }
  .account-order-address ul,
  .account-order-address ol {
    list-style: none;
    margin-bottom: 0; }

.account-reorder-form {
  display: inline-block; }

.order-payments-description {
  color: #4f4f4f;
  font-weight: 400;
  margin-top: 1.5rem; }

.account-downloads-summary {
  border-bottom: 1px solid #e8e8e8;
  font-size: 15px;
  padding-bottom: 20px;
  padding-top: 25px; }

.account-downloadsList {
  list-style: none;
  margin-left: 0; }
  .account-downloadsList ul,
  .account-downloadsList ol {
    list-style: none;
    margin-bottom: 0; }

.account-downloadsItem {
  margin-bottom: 1.5rem;
  word-break: break-word; }
  .account-downloadsItem > :first-child {
    margin-top: 0; }
  .account-downloadsItem > :last-child {
    margin-bottom: 0; }

.account-downloadsItem-title {
  color: #989898;
  font-size: 15px;
  margin-bottom: 0.2rem;
  text-transform: inherit; }

.account-downloadsItem-description {
  margin-bottom: 0; }

.account-downloadsItem-availability {
  color: #989898; }

.wishlists-table {
  margin-left: auto;
  margin-right: auto;
  max-width: 80rem; }

.wishlist-header {
  display: none;
  text-align: center; }

.modal .wishlist-header {
  display: block; }

.wishlist-manage {
  margin: 3rem 0 1.5rem; }

.wishlist-form {
  margin: 0 auto;
  max-width: 80rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 36.66667rem; }
  .wishlist-form:before, .wishlist-form:after {
    content: " ";
    display: table; }
  .wishlist-form:after {
    clear: both; }
  .wishlist-form .form-field, .wishlist-form .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .wishlist-form #ISR_form_email-wrapper {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    width: 100%;
    float: left; }

.share-wishlist {
  margin-left: auto;
  margin-right: auto;
  max-width: 43.33333rem;
  text-align: center; }

.wishlist .card-figcaption-body {
  transform: translate(0, -85%); }

.wishlist-remove {
  margin-top: 10px; }

.icon--ratingEmpty svg {
  fill: #8f8f8f; }

.icon--ratingFull svg {
  fill: #454545; }

.rating--small {
  display: inline-block; }
  .rating--small .icon {
    height: 0.93333rem;
    width: 0.93333rem;
    margin-top: -3px; }

.apple-pay-checkout-button {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% 60%;
  border-radius: 0.26667rem;
  cursor: pointer;
  display: none;
  max-height: 4.26667rem;
  min-height: 2.13333rem;
  min-width: 9.86667rem;
  padding: 1.5rem;
  margin-bottom: 20px;
  margin-top: 20px;
  background-color: #000;
  background-image: -webkit-named-image(apple-pay-logo-white); }

.apple-pay-supported .apple-pay-checkout-button {
  display: inline-block; }
  @media (min-width: 480px) {
    .apple-pay-supported .apple-pay-checkout-button {
      float: right; } }

.apple-pay-supported .previewCartCheckout .apple-pay-checkout-button {
  display: inline-block;
  float: none;
  margin-top: 0.73333rem; }

.paymentMethodsTitle {
  padding: 0;
  text-transform: none;
  width: 100%;
  margin: 0 0 0.73333rem; }

.paymentMethodsGrid {
  margin: -0.73333rem;
  margin-bottom: 1.5rem;
  display: flex;
  flex-wrap: wrap; }
  .paymentMethodsGrid-item {
    padding: 0.73333rem;
    width: 100%; }
    @media (min-width: 480px) {
      .paymentMethodsGrid-item {
        width: 50%; } }

.paymentMethod {
  border: 1px solid #e8e8e8;
  background-color: #e5e5e5;
  border-radius: 0.2rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap; }
  .paymentMethod-row {
    padding: 1.5rem; }
    .paymentMethod-row:first-child {
      background-color: #ffffff; }
    .paymentMethod-row:last-child {
      margin-top: auto; }
    .paymentMethod-row:only-child {
      height: 100%; }
  .paymentMethod .button {
    margin-bottom: 0; }

.methodHeader {
  justify-content: space-between;
  display: flex;
  flex-flow: row;
  align-items: center; }
  .methodHeader-icon {
    margin-right: 0.73333rem;
    width: 1.86667rem; }
    @media (min-width: 991px) {
      .methodHeader-icon {
        width: 2.8rem; } }
  .methodHeader-title {
    font-size: 13px;
    font-weight: 600; }
    @media (min-width: 991px) {
      .methodHeader-title {
        font-size: 1rem; } }
  .methodHeader-brand {
    font-size: 13px;
    font-weight: 600; }
    @media (min-width: 991px) {
      .methodHeader-brand {
        font-size: 1rem; } }
  .methodHeader-meta {
    padding-left: 0.73333rem;
    margin-left: auto;
    display: flex;
    flex-wrap: nowrap; }
  .methodHeader-default {
    margin-left: 0.73333rem;
    fill: #666666;
    height: 1.2rem;
    width: 1.2rem; }
    @media (min-width: 991px) {
      .methodHeader-default {
        height: 1.33333rem;
        width: 1.33333rem; } }
  .methodHeader-expiry {
    font-size: 15px;
    text-transform: capitalize; }

.methodDetails {
  margin: 0;
  display: flex; }
  .methodDetails-label {
    flex: 1;
    font-weight: 600; }
  .methodDetails-description {
    flex: 2;
    font-size: 13px; }

.newPaymentMethod {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-items: center;
  flex-direction: column;
  min-height: 12.4rem;
  height: 100%; }
  .newPaymentMethod-icon {
    font-size: 50px;
    line-height: 1;
    margin: auto 0 0.73333rem; }
  .newPaymentMethod-title {
    margin: 0 auto auto;
    text-align: center; }

@media (min-width: 480px) {
  .paymentMethodForm {
    max-width: 60%; } }

@media (min-width: 480px) {
  .paymentMethodForm-column {
    display: flex; }
    .paymentMethodForm-column:first-child .form-field, .paymentMethodForm-column:first-child .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .paymentMethodForm-column:first-child #ISR_form_email-wrapper {
      margin-bottom: 0.73333rem; } }

.paymentMethodForm-heading {
  color: #454545;
  font-family: "Archer Grotesque", Arial, Helvetica, sans-serif;
  margin-top: 1.5rem;
  text-transform: capitalize; }

.paymentMethodForm-subheading {
  display: flex;
  font-weight: 600; }

@media (min-width: 480px) {
  .paymentMethodForm-cards {
    margin-left: auto; } }

.paymentMethodForm-cards-icon {
  margin-right: 0.2rem;
  width: 2.26667rem; }

.paymentMethodForm-inputs {
  position: relative; }
  @media (min-width: 480px) {
    .paymentMethodForm-inputs:last-child {
      padding-left: 1.5rem;
      width: 30%; }
    .paymentMethodForm-inputs:first-child {
      width: 70%; } }

.paymentMethodForm-inputs-icon {
  position: absolute;
  right: 0.6rem;
  top: 2.6rem; }
  .paymentMethodForm-inputs-icon.icon {
    fill: #a5a5a5;
    height: 1.4rem;
    width: 1.4rem; }

.paymentMethodForm-details {
  margin-bottom: 0; }
  @media (min-width: 480px) {
    .paymentMethodForm-details {
      display: inline-block;
      margin: 0 3rem 0 0; } }

.paymentMethodForm-details-term {
  font-weight: 400;
  margin-bottom: 0.73333rem; }

.paymentMethodForm-details-description {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.25px; }

@media (min-width: 480px) {
  .payment-form .form-actions .btn, .payment-form .form-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .payment-form .form-actions #ISR_form_submit, .payment-form .form-actions .swal2-confirm,
  .payment-form .form-actions .swal2-cancel {
    width: auto;
    padding: 0 20px;
    margin-left: 0;
    margin-bottom: 10px;
    margin-right: 10px; } }

.payment-form .form-inlineMessage {
  font-size: 12px;
  line-height: 15px; }

.payment-form .form-field--success .form-input[type="text"], .payment-form .form-field--success .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper input[type="text"][type="email"], .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper .payment-form .form-field--success input[type="text"][type="email"] {
  padding-right: 30px; }

.category-header-image {
  width: 100%; }

@media only screen and (min-width: 991px) {
  .category-info {
    display: flex;
    align-items: flex-start; } }

.category-info .num-products {
  white-space: nowrap; }

.category-banner-promo {
  background-color: #630436;
  display: none;
  color: #FFFFFF;
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase; }
  .category-banner-promo:has(p) {
    display: block; }
  .category-banner-promo p {
    margin: 0; }
  .category-banner-promo a {
    color: inherit; }
    .category-banner-promo a:hover {
      text-decoration: underline; }

.mobile-product-count {
  background-color: #FFFFFF;
  margin-block: 0 20px;
  margin-inline: -15px;
  padding-block: 20px;
  text-align: center; }

.aria-description--hidden {
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
  margin-left: -10000px; }

.skip-to-main-link {
  background: white;
  color: #4f4f4f;
  font-weight: 700;
  left: 50%;
  padding: 4px;
  position: absolute;
  transform: translate(-50%, -100%);
  transition: transform 0.3s;
  z-index: 500; }
  .skip-to-main-link:focus {
    transform: translate(-50%, 0%); }

.header {
  background-color: white;
  border-bottom: 1px solid #e8e8e8;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 500;
  transform: translate3d(0, 0, 0);
  transition: transform 500ms ease 0s; }
  @media (min-width: 768px) {
    .header {
      border-bottom: 1px solid #e8e8e8;
      overflow: visible;
      position: relative; } }
  .header.is-open {
    height: 100%; }
    @media (min-width: 768px) {
      .header.is-open {
        height: auto; } }
  .header.fixed {
    z-index: 500; }

.header-logo {
  font-size: 0;
  margin: 0 0.42222rem 0 0;
  text-align: center;
  float: left; }
  @media (min-width: 768px) {
    .header-logo {
      padding: 0; } }
  .header-logo__link {
    color: #4f4f4f;
    position: relative;
    text-decoration: none;
    width: 100%;
    z-index: 20; }
    .header-logo__link:before, .header-logo__link:after {
      content: " ";
      display: table; }
    .header-logo__link:after {
      clear: both; }
    @media (min-width: 768px) {
      .header-logo__link {
        background: none;
        border-bottom: 0;
        display: inline;
        padding: 0; } }
    .header-logo__link:hover {
      color: #a5a5a5; }
    .header-logo__link:active {
      color: #a5a5a5; }

.header-logo--left {
  text-align: left; }
  @media (min-width: 768px) {
    .header-logo--left {
      margin-left: 2.66667rem; } }

.header-logo--right {
  text-align: right; }
  @media (min-width: 768px) {
    .header-logo--right {
      margin-right: 2.66667rem; } }

.header-logo-text {
  display: block;
  font-family: "Archer Grotesque", Arial, Helvetica, sans-serif;
  font-size: 20px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0.2rem 0;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap; }
  @media (min-width: 480px) {
    .header-logo-text {
      font-size: 25px;
      letter-spacing: 0.6rem; } }
  @media (min-width: 768px) {
    .header-logo-text {
      display: inline;
      font-size: 40px;
      max-width: none;
      overflow: auto;
      white-space: normal; }
      .header.fixed .header-logo-text {
        font-size: 35px; } }

.header-logo .store-logo-link {
  display: inline-block; }

.header-logo-tagline {
  display: none;
  font-size: 13px;
  letter-spacing: 0.19px;
  color: #8A8E9D;
  margin-left: 20px;
  vertical-align: middle; }
  @media only screen and (min-width: 1750px) {
    .header-logo-tagline {
      display: inline-block; } }

.header-logo-image {
  max-height: 6.33333rem;
  line-height: 1.2; }
  @media only screen and (max-width: 990px) {
    .header-logo-image {
      max-width: 130px;
      width: 100%; } }
  .tab-bar .header-logo-image {
    max-height: 4.66667rem; }

.main-nav-arrow {
  display: inline;
  margin-left: 5px;
  height: 17px; }
  @media only screen and (min-width: 1200px) {
    .main-nav-arrow {
      margin-left: 10px; } }
  .main-nav-arrow .icon-menu-drop-down {
    width: 7px;
    height: 5px;
    position: relative;
    top: -2px; }

.navUser-item--info, .navUser-item--contact, .signed-in {
  position: relative; }
  .navUser-item--info:hover ul, .navUser-item--contact:hover ul, .signed-in:hover ul {
    display: flex !important; }

.signed-in .dropdown-menu-icon {
  margin-right: 10px;
  margin-left: 0; }

.top-banner-dropdown, .banners .navUser-section .contact-dropdown,
.banners .navUser-section .account-dropdown,
.banners .navUser-section .info-dropdown {
  display: none;
  padding: 10px 0 15px 15px;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 10;
  flex-direction: column; }
  .top-banner-dropdown li, .banners .navUser-section .contact-dropdown li, .banners .navUser-section .account-dropdown li, .banners .navUser-section .info-dropdown li {
    text-align: left;
    margin-bottom: 6px; }
    .top-banner-dropdown li > a, .banners .navUser-section .contact-dropdown li > a, .banners .navUser-section .account-dropdown li > a, .banners .navUser-section .info-dropdown li > a,
    .top-banner-dropdown li > button,
    .banners .navUser-section .contact-dropdown li > button,
    .banners .navUser-section .account-dropdown li > button,
    .banners .navUser-section .info-dropdown li > button {
      line-height: 24px;
      color: white;
      text-transform: uppercase;
      background-color: transparent;
      padding: 0; }
      .top-banner-dropdown li > a:hover, .banners .navUser-section .contact-dropdown li > a:hover, .banners .navUser-section .account-dropdown li > a:hover, .banners .navUser-section .info-dropdown li > a:hover,
      .top-banner-dropdown li > button:hover,
      .banners .navUser-section .contact-dropdown li > button:hover,
      .banners .navUser-section .account-dropdown li > button:hover,
      .banners .navUser-section .info-dropdown li > button:hover {
        font-weight: 700; }

.info-dropdown {
  min-width: 240px;
  background-color: #7CA386; }

.contact-dropdown {
  background-color: #535358;
  min-width: 181px; }
  .contact-dropdown .contact-info-item:before {
    content: '';
    display: block;
    width: 151px;
    border-top: 1px solid #414042;
    margin-bottom: 10px; }
  .contact-dropdown .contact-info-item a, .contact-dropdown .contact-info-item button {
    font-size: 13px;
    color: #edeff3; }
  .contact-dropdown .contact-info-item span {
    font-size: 13px;
    display: inline-block; }
    .contact-dropdown .contact-info-item span:nth-child(n + 2) {
      opacity: 0.5; }
  .contact-dropdown li button {
    padding-left: 0px;
    text-transform: uppercase; }
    .contact-dropdown li button:hover {
      background-color: #535358;
      font-weight: 700; }

.account-dropdown {
  background-color: #1E333B;
  min-width: 181px; }
  .account-dropdown li a {
    background-color: transparent !important; }
  .account-dropdown .navUser-item--logout a {
    opacity: 0.5; }

.tab-bar .menu-icon {
  color: #4f4f4f; }
  .tab-bar .menu-icon .icon-hamburger {
    fill: currentColor;
    width: 25px;
    height: 25px; }

.mobileMenu-toggle {
  height: 0.42222rem;
  width: 0.42222rem;
  display: inline-block;
  font-size: 0;
  left: 0;
  overflow: hidden;
  padding: 0 1.2rem;
  position: absolute;
  z-index: 50; }
  @media (min-width: 768px) {
    .mobileMenu-toggle {
      display: none; } }
  .mobileMenu-toggle .mobileMenu-toggleIcon,
  .mobileMenu-toggle .mobileMenu-toggleIcon::before,
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    background: #2d2d2d;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    transform: rotate(0deg);
    transition: transform 100ms ease-in, top 100ms ease-in 150ms, bottom 100ms ease-in 150ms;
    width: 1.33333rem; }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    top: 1.8rem;
    transition: background-color 10ms ease-in 100ms; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::before {
    top: -0.5rem; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    bottom: -0.5rem; }
  .mobileMenu-toggle.is-open .mobileMenu-toggleIcon {
    background-color: transparent;
    transition-delay: 100ms; }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before, .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
      background-color: #2d2d2d;
      bottom: auto;
      top: auto;
      transition: transform 100ms ease-in 150ms, top 100ms ease-in, bottom 100ms ease-in; }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before {
      top: 0;
      transform: rotate(45deg); }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
      bottom: 0;
      transform: rotate(-45deg); }

.body {
  transform: none;
  background-color: #fff;
  padding-top: 10.99792rem; }
  @media only screen and (min-width: 1100px) {
    .body {
      padding-top: 136px; } }

.page {
  max-width: none;
  width: auto; }
  @media (min-width: 768px) {
    .page.search-page {
      padding-top: 40px; } }

.page-content:not(.grid__item),
.page-content--full:not(.grid__item) {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  width: 100%;
  float: left; }

.page-content--centered:not(.grid__item) {
  float: none; }
  @media (min-width: 768px) {
    .page-content--centered:not(.grid__item) {
      padding-left: 0.5rem;
      padding-right: 0.5rem;
      width: 66.66667%;
      float: left;
      margin-left: auto;
      margin-right: auto;
      float: none; } }

.page-content--textCenter {
  text-align: center; }

.page-sidebar:not(.grid__item) {
  position: relative;
  display: none; }
  @media (min-width: 768px) {
    .page-sidebar:not(.grid__item) {
      display: block;
      padding-left: 0.5rem;
      padding-right: 0.5rem;
      width: 25%;
      float: left; }
      .page-sidebar:not(.grid__item) + .page-content:not(.grid__item) {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        width: 75%;
        float: left; } }

.jw-table-borderless {
  border: none; }

.jw-row-transparent {
  background: transparent; }

.footer {
  position: relative; }

.footer-title-sr-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

.footer-info {
  margin: 0 -0.5rem;
  max-width: none;
  width: auto;
  font-size: 0; }
  .footer-info:before, .footer-info:after {
    content: " ";
    display: table; }
  .footer-info:after {
    clear: both; }

.footer-info-col {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  width: 100%;
  float: left;
  color: #989898;
  display: inline-block;
  float: none;
  font-size: 1rem;
  margin-bottom: 3rem;
  text-align: center;
  vertical-align: top; }
  @media (min-width: 480px) {
    .footer-info-col {
      text-align: left;
      width: 50%; } }
  @media (min-width: 768px) {
    .footer-info-col {
      width: 33.33334%; } }
  .footer-info-col > :first-child {
    margin-top: 0; }
  .footer-info-col > :last-child {
    margin-bottom: 0; }

@media (min-width: 768px) {
  .footer-info-col--small {
    width: 16.66667%; } }

.footer-info-col--social {
  width: 100%; }

@media (min-width: 480px) {
  .footer-info-col--left {
    padding: 0; } }

@media (min-width: 480px) {
  .footer-info-col--right {
    left: 50%;
    position: inherit;
    width: 50%; } }

@media (min-width: 768px) {
  .footer-info-col--right {
    left: 0;
    padding: 0;
    text-align: right;
    width: 100%; } }

.contact-info-container address {
  padding: 0px 27px; }

.footer-info-heading {
  font-size: 1rem;
  text-transform: inherit;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 9px;
  position: relative; }
  .footer-info-heading.is-active svg {
    transform: translateY(-50%) rotate(180deg); }
  .footer-info-heading svg {
    display: none;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%); }
    @media only screen and (max-width: 990px) {
      .footer-info-heading svg {
        display: block; } }

.footer-info-list {
  list-style: none;
  margin-left: 0;
  font-size: 15px; }
  @media only screen and (max-width: 990px) {
    .footer-info-list {
      display: none; }
      .footer-info-list.is-active {
        display: block; } }
  .footer-info-list a {
    color: #989898;
    text-decoration: none; }
    .footer-info-list a:hover {
      color: #4f4f4f; }
  @media only screen and (max-width: 990px) {
    .footer-info-list li a {
      padding: 10px 0;
      font-size: 14px;
      display: inline-block; } }

.footer-socket {
  padding: 10px 15px; }
  @media (min-width: 1200px) {
    .footer-socket {
      padding-top: 0;
      padding-bottom: 0; } }
  .footer-socket a, .footer-socket span {
    font-size: 13px;
    line-height: 1.2;
    font-weight: 300; }
    @media (min-width: 1200px) {
      .footer-socket a, .footer-socket span {
        line-height: 39px; } }
    @media only screen and (max-width: 767px) {
      .footer-socket a, .footer-socket span {
        font-size: 14px; } }
  .footer-socket .socialLinks .socialLinks-item {
    margin-bottom: 0; }

.footer-copyright > .powered-by {
  font-size: 13px;
  margin: 0;
  margin-bottom: 15px;
  line-height: 1.2;
  font-weight: 300; }
  @media (min-width: 1200px) {
    .footer-copyright > .powered-by {
      line-height: 39px;
      margin-bottom: 0; } }

.footer-copyright a {
  color: #989898;
  text-decoration: none; }
  .footer-copyright a:hover {
    color: #4f4f4f; }

.footer-payment-icons {
  height: 2.66667rem;
  margin-top: 1.5rem; }
  @media (min-width: 768px) {
    .footer-payment-icons {
      margin-top: 3rem; } }
  .footer-payment-icons .footer-payment-icon {
    height: 100%;
    margin: 0.4rem;
    vertical-align: middle;
    width: 3.33333rem; }
  .footer-payment-icons svg {
    fill: #4f4f4f; }

@media (min-width: 480px) {
  .footer-geotrust-ssl-seal {
    bottom: 0;
    position: absolute;
    right: 16px; } }

.footer-geotrust-ssl-seal table {
  margin: auto; }

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 86rem;
  padding: 0 1.5rem;
  position: relative;
  width: 100%; }
  @media (min-width: 991px) {
    .container {
      padding: 0 6rem; } }

@media (min-width: 768px) {
  .blog {
    margin: auto;
    width: 100%; } }

.blog .tags {
  margin-top: 3rem;
  text-align: center; }

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

.blog .addthis_toolbox {
  margin-top: 3rem; }

.blog-author {
  margin-bottom: 2.5rem; }

.blog-thumbnail {
  margin: 0; }
  .blog-thumbnail img {
    display: block; }

.sidebarBlock + .sidebarBlock {
  border-top: 1px solid #e8e8e8;
  margin-top: 2.03333rem;
  padding-top: 2.03333rem; }

.sidebarBlock-heading {
  margin-top: 0;
  text-transform: inherit;
  font-size: 20px;
  text-transform: uppercase;
  border-bottom: 1px solid #7ca386; }

.brandGrid {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.5rem;
  max-width: none;
  width: auto;
  font-size: 0;
  margin-bottom: 1.5rem; }
  .brandGrid ul,
  .brandGrid ol {
    list-style: none;
    margin-bottom: 0; }
  .brandGrid:before, .brandGrid:after {
    content: " ";
    display: table; }
  .brandGrid:after {
    clear: both; }
  .brandGrid .brand {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    width: 50%;
    float: none;
    display: inline-block;
    font-size: 1rem;
    vertical-align: top; }
    @media (min-width: 480px) {
      .brandGrid .brand {
        width: 33.33333%; } }
    @media (min-width: 768px) {
      .brandGrid .brand {
        width: 25%; } }
    .brandGrid .brand .card-title, .brandGrid .brand body div#isp_search_result_page_container #isp_search_results_container .isp_product_info > a, body div#isp_search_result_page_container #isp_search_results_container .brandGrid .brand .isp_product_info > a {
      text-align: center; }

.productGrid {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.5rem;
  max-width: none;
  width: auto;
  font-size: 0;
  margin-bottom: 1.5rem; }
  .productGrid ul,
  .productGrid ol {
    list-style: none;
    margin-bottom: 0; }
  .productGrid:before, .productGrid:after {
    content: " ";
    display: table; }
  .productGrid:after {
    clear: both; }
  .productGrid .product {
    display: inline-block;
    font-size: 1rem;
    vertical-align: top; }

@media (min-width: 480px) {
  .page-sidebar + .page-content .productGrid .product {
    width: 33.33333%; } }

.productMasonry {
  column-count: 2;
  column-fill: auto;
  column-gap: 1.33333rem;
  margin: 0 0 1.5rem;
  overflow: hidden; }
  @media (min-width: 480px) {
    .productMasonry {
      column-count: 3; } }
  @media (min-width: 768px) {
    .productMasonry {
      column-count: 4; } }
  .productMasonry .product {
    break-inside: avoid;
    display: block;
    margin-bottom: 3rem;
    padding: 0;
    width: 100%; }
  .productMasonry .card {
    margin: 0; }
  .no-csscolumns .productMasonry {
    list-style: none;
    margin-left: 0;
    margin: 0 -0.5rem;
    max-width: none;
    width: auto;
    font-size: 0; }
    .no-csscolumns .productMasonry ul,
    .no-csscolumns .productMasonry ol {
      list-style: none;
      margin-bottom: 0; }
    .no-csscolumns .productMasonry:before, .no-csscolumns .productMasonry:after {
      content: " ";
      display: table; }
    .no-csscolumns .productMasonry:after {
      clear: both; }
    .no-csscolumns .productMasonry .product {
      padding-left: 0.5rem;
      padding-right: 0.5rem;
      width: 25%;
      float: none;
      display: inline-block;
      font-size: 1rem;
      vertical-align: top; }
    .no-csscolumns .productMasonry .card {
      margin: 0; }

@media (min-width: 768px) {
  .no-csscolumns .productGrid--maxCol6 .product {
    width: 16.66667%; } }

@media (min-width: 768px) {
  .csscolumns .productGrid--maxCol6 {
    column-count: 6; } }

@media (min-width: 768px) {
  .no-csscolumns .productGrid--maxCol3 .product {
    width: 33.33333%; } }

@media (min-width: 768px) {
  .csscolumns .productGrid--maxCol3 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    width: 100%;
    float: left; }
    .csscolumns .productGrid--maxCol3 .product {
      padding-left: 0.5rem;
      padding-right: 0.5rem;
      width: 33.33333%;
      float: none; } }

.productList {
  list-style: none;
  margin-left: 0; }
  .productList ul,
  .productList ol {
    list-style: none;
    margin-bottom: 0; }
  .quickSearchResults .productList .product {
    margin-top: 0;
    padding: 5px; }

@media (min-width: 991px) {
  .listItem:focus-within .listItem-figureBody {
    opacity: 1; } }

@media (min-width: 991px) {
  .listItem.focus-within .listItem-figureBody {
    opacity: 1; } }

@media (min-width: 480px) {
  .listItem {
    margin: 0 -0.5rem;
    max-width: none;
    width: auto;
    display: table;
    width: 100%; }
    .listItem:before, .listItem:after {
      content: " ";
      display: table; }
    .listItem:after {
      clear: both; } }

@media (min-width: 480px) {
  .listItem-figure,
  .listItem-body {
    display: table-cell;
    vertical-align: top; } }

@media (min-width: 991px) {
  .listItem-figure,
  .listItem-body {
    vertical-align: middle; } }

.listItem-figure {
  margin: 0 0 1.5rem;
  position: relative; }
  @media (min-width: 480px) {
    .listItem-figure {
      margin-bottom: 0; } }
  @media (min-width: 480px) and (min-width: 480px) {
    .listItem-figure {
      padding-left: 0.73333rem;
      padding-right: 0.73333rem;
      width: 25%; } }

.listItem-image {
  width: 100%; }

@media (min-width: 480px) {
  .listItem-body {
    padding-left: 1.26667rem;
    padding-right: 0.73333rem;
    width: 75%; } }

@media (min-width: 991px) {
  .listItem-content {
    display: table;
    width: 100%; } }

@media (min-width: 991px) {
  .listItem-details,
  .listItem-actions {
    display: table-cell;
    vertical-align: top; } }

@media (min-width: 991px) {
  .listItem-details {
    padding-right: 6rem; }
    .listItem-details > :last-child {
      margin-bottom: 0; } }

.listItem-rating {
  margin-bottom: 0.4rem; }

.listItem-brand {
  color: #a5a5a5;
  font-size: 1rem;
  margin: 0 0 0.2rem; }
  @media (min-width: 768px) {
    .listItem-brand {
      font-size: 15px;
      margin-bottom: 0; } }

.listItem-title {
  font-size: 15px;
  margin: 0 0 0.2rem; }
  @media (min-width: 768px) {
    .listItem-title {
      font-size: 20px; } }
  .listItem-title > a {
    text-decoration: none; }

@media (min-width: 768px) {
  .listItem-price {
    font-size: 20px; } }

@media (min-width: 991px) {
  .listItem-actions {
    vertical-align: middle;
    width: 22%; }
    .listItem-actions .button--compare {
      font-size: 13px;
      padding: 0.6rem 1.5rem; } }

.listItem-actions .button {
  margin-bottom: 0; }
  @media (min-width: 991px) {
    .listItem-actions .button {
      width: 100%; }
      .listItem-actions .button + .button {
        margin: 0.73333rem 0 0; } }

@media (min-width: 991px) {
  .page-sidebar + .page-content .productList .listItem-details {
    padding-right: 3rem; } }

@media (min-width: 991px) {
  .page-sidebar + .page-content .productList .listItem-actions {
    width: 30%; } }

.productView--quickView .socialLinks-item--print {
  display: none; }

.productView--quickView .productView-details {
  position: relative; }

.sale-flag-star,
.sale-flag-star:before,
.sale-flag-star:after {
  background: #007dc6;
  content: "";
  display: block;
  height: 3.33333rem;
  left: 0;
  overflow: visible;
  position: absolute;
  top: 0;
  transform: scaleX(1) scaleY(1) scaleZ(1);
  transform-origin: 50% 50% 0;
  transition: background-color 800ms ease;
  width: 3.33333rem;
  z-index: 50; }

.sale-flag-star:before {
  transform: rotateZ(30deg) scaleX(1) scaleY(1) scaleZ(1); }

.sale-flag-star:after {
  transform: rotateZ(60deg) scaleX(1) scaleY(1) scaleZ(1); }

.starwrap {
  height: 3.33333rem;
  position: absolute;
  top: 10px;
  width: 3.33333rem; }

.listItem-figure .starwrap {
  transform: scale(0.7); }
  @media (min-width: 480px) {
    .listItem-figure .starwrap {
      top: 0;
      transform: scale(0.6); } }
  @media (min-width: 991px) {
    .listItem-figure .starwrap {
      top: 10px;
      transform: scale(0.7); } }

.sale-text-burst {
  color: white;
  font-weight: 500;
  line-height: 1rem;
  position: absolute;
  text-align: center;
  top: 20%;
  width: 3.33333rem;
  z-index: 10; }

.product:hover .starwrap .sale-flag-star,
.product:hover .starwrap .sale-flag-star:before,
.product:hover .starwrap .sale-flag-star:after {
  background: black; }

.sale-flag-side {
  background: #007dc6;
  border-radius: 0 50px 50px 0;
  color: white;
  font-size: 15px;
  font-weight: 700;
  height: 1.33333rem;
  line-height: 1.06667rem;
  padding-left: 0.53333rem;
  padding-right: 0.73333rem;
  padding-top: 0.1rem;
  position: absolute;
  transition: background-color 800ms ease;
  z-index: 10; }

.product:hover .sale-flag-side {
  background: black; }

.sale-flag-sash {
  background: #007dc6;
  color: white;
  font-size: 15px;
  font-weight: 700;
  height: 1.33333rem;
  left: -35px;
  line-height: 1.06667rem;
  padding-top: 0.1rem;
  position: absolute;
  text-align: center;
  top: 25px;
  transform: rotate(-45deg);
  transition: background-color 800ms ease;
  width: 7.93333rem;
  z-index: 10; }

.listItem-figure .sale-flag-sash {
  left: -25px; }
  @media (min-width: 480px) {
    .listItem-figure .sale-flag-sash {
      top: 15px; } }
  @media (min-width: 991px) {
    .listItem-figure .sale-flag-sash {
      left: -15px;
      top: 25px; } }

.product:hover .sale-flag-sash {
  background: black; }

.product {
  overflow: hidden; }

[data-product-attribute] .form-option.form-option-swatch {
  overflow: visible; }

.form-option-variant--none {
  height: 22px;
  overflow: hidden; }

.form-option-variant--color,
.form-option-variant--pattern {
  height: 22px;
  width: 22px; }

.form-option-expanded {
  background-color: white;
  border: 1px solid #474747;
  left: calc(100% + 55px);
  opacity: 0;
  padding: 3px;
  position: absolute;
  top: calc(100% + 5px);
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  visibility: hidden; }

.form-option:hover .form-option-expanded {
  opacity: 1;
  transform: translate(-50%, 0);
  visibility: visible;
  z-index: 5000; }

.form-option-image {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 100px;
  width: 100px; }

@media (min-width: 768px) {
  .account--fixed {
    margin: 0 auto;
    display: table-cell; } }

@media (min-width: 768px) {
  .account--fixedSmall {
    margin: 0 auto;
    width: 50%; } }

@media (min-width: 768px) {
  .account--fixedLarge {
    margin: 0 auto;
    width: 75%; } }

.account-head {
  margin-bottom: 3rem;
  text-align: center; }
  .account-head .alertBox {
    padding-left: 3rem;
    padding-right: 3rem;
    text-align: left; }

.account-body {
  margin: 0 -0.5rem;
  max-width: none;
  width: auto; }
  .account-body:before, .account-body:after {
    content: " ";
    display: table; }
  .account-body:after {
    clear: both; }

.account-content {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  width: 100%;
  float: left; }

@media (min-width: 768px) {
  .account-content--fixed {
    width: 66.66667%; } }

@media (min-width: 768px) {
  .account-content--fixedSmall {
    width: 50%; } }

.account-sidebar {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  width: 100%;
  float: left; }
  @media (min-width: 768px) {
    .account-sidebar {
      width: 33.33333%; }
      .account-content--fixedSmall + .account-sidebar {
        float: right; } }

/* jsTree default theme */
.jstree-node,
.jstree-children,
.jstree-container-ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none; }

.jstree-node {
  white-space: nowrap; }

.jstree-anchor {
  display: inline-block;
  color: black;
  white-space: nowrap;
  padding: 0 4px 0 1px;
  margin: 0;
  vertical-align: top; }

.jstree-anchor:focus {
  outline: 0; }

.jstree-anchor,
.jstree-anchor:link,
.jstree-anchor:visited,
.jstree-anchor:hover,
.jstree-anchor:active {
  text-decoration: none;
  color: inherit; }

.jstree-icon {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center; }

.jstree-icon:empty {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center; }

.jstree-ocl {
  cursor: pointer; }

.jstree-leaf > .jstree-ocl {
  cursor: default; }

.jstree .jstree-open > .jstree-children {
  display: block; }

.jstree .jstree-closed > .jstree-children,
.jstree .jstree-leaf > .jstree-children {
  display: none; }

.jstree-anchor > .jstree-themeicon {
  margin-right: 2px; }

.jstree-no-icons .jstree-themeicon,
.jstree-anchor > .jstree-themeicon-hidden {
  display: none; }

.jstree-hidden {
  display: none; }

.jstree-rtl .jstree-anchor {
  padding: 0 1px 0 4px; }

.jstree-rtl .jstree-anchor > .jstree-themeicon {
  margin-left: 2px;
  margin-right: 0; }

.jstree-rtl .jstree-node {
  margin-left: 0; }

.jstree-rtl .jstree-container-ul > .jstree-node {
  margin-right: 0; }

.jstree-wholerow-ul {
  position: relative;
  display: inline-block;
  min-width: 100%; }

.jstree-wholerow-ul .jstree-leaf > .jstree-ocl {
  cursor: pointer; }

.jstree-wholerow-ul .jstree-anchor,
.jstree-wholerow-ul .jstree-icon {
  position: relative; }

.jstree-wholerow-ul .jstree-wholerow {
  width: 100%;
  cursor: pointer;
  position: absolute;
  left: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.vakata-context {
  display: none; }

.vakata-context,
.vakata-context ul {
  margin: 0;
  padding: 2px;
  position: absolute;
  background: #f5f5f5;
  border: 1px solid #979797;
  box-shadow: 2px 2px 2px #999999; }

.vakata-context ul {
  list-style: none;
  left: 100%;
  margin-top: -2.7em;
  margin-left: -4px; }

.vakata-context .vakata-context-right ul {
  left: auto;
  right: 100%;
  margin-left: auto;
  margin-right: -4px; }

.vakata-context li {
  list-style: none;
  display: inline; }

.vakata-context li > a {
  display: block;
  padding: 0 2em 0 2em;
  text-decoration: none;
  width: auto;
  color: black;
  white-space: nowrap;
  line-height: 2.4em;
  text-shadow: 1px 1px 0 white;
  border-radius: 1px; }

.vakata-context li > a:hover {
  position: relative;
  background-color: #e8eff7;
  box-shadow: 0 0 2px #0a6aa1; }

.vakata-context li > a.vakata-context-parent {
  background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAIORI4JlrqN1oMSnmmZDQUAOw==");
  background-position: right center;
  background-repeat: no-repeat; }

.vakata-context li > a:focus {
  outline: 0; }

.vakata-context .vakata-context-hover > a {
  position: relative;
  background-color: #e8eff7;
  box-shadow: 0 0 2px #0a6aa1; }

.vakata-context .vakata-context-separator > a,
.vakata-context .vakata-context-separator > a:hover {
  background: white;
  border: 0;
  border-top: 1px solid #e2e3e3;
  height: 1px;
  min-height: 1px;
  max-height: 1px;
  padding: 0;
  margin: 0 0 0 2.4em;
  border-left: 1px solid #e0e0e0;
  text-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  border-radius: 0; }

.vakata-context .vakata-contextmenu-disabled a,
.vakata-context .vakata-contextmenu-disabled a:hover {
  color: silver;
  background-color: transparent;
  border: 0;
  box-shadow: 0 0 0; }

.vakata-context li > a > i {
  text-decoration: none;
  display: inline-block;
  width: 2.4em;
  height: 2.4em;
  background: transparent;
  margin: 0 0 0 -2em;
  vertical-align: top;
  text-align: center;
  line-height: 2.4em; }

.vakata-context li > a > i:empty {
  width: 2.4em;
  line-height: 2.4em; }

.vakata-context li > a .vakata-contextmenu-sep {
  display: inline-block;
  width: 1px;
  height: 2.4em;
  background: white;
  margin: 0 0.5em 0 0;
  border-left: 1px solid #e2e3e3; }

.vakata-context .vakata-contextmenu-shortcut {
  font-size: 0.8em;
  color: silver;
  opacity: 0.5;
  display: none; }

.vakata-context-rtl ul {
  left: auto;
  right: 100%;
  margin-left: auto;
  margin-right: -4px; }

.vakata-context-rtl li > a.vakata-context-parent {
  background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAINjI+AC7rWHIsPtmoxLAA7");
  background-position: left center;
  background-repeat: no-repeat; }

.vakata-context-rtl .vakata-context-separator > a {
  margin: 0 2.4em 0 0;
  border-left: 0;
  border-right: 1px solid #e2e3e3; }

.vakata-context-rtl .vakata-context-left ul {
  right: auto;
  left: 100%;
  margin-left: -4px;
  margin-right: auto; }

.vakata-context-rtl li > a > i {
  margin: 0 -2em 0 0; }

.vakata-context-rtl li > a .vakata-contextmenu-sep {
  margin: 0 0 0 0.5em;
  border-left-color: white;
  background: #e2e3e3; }

#jstree-marker {
  position: absolute;
  top: 0;
  left: 0;
  margin: -5px 0 0 0;
  padding: 0;
  border-right: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0; }

#jstree-dnd {
  line-height: 16px;
  margin: 0;
  padding: 4px; }

#jstree-dnd .jstree-icon,
#jstree-dnd .jstree-copy {
  display: inline-block;
  text-decoration: none;
  margin: 0 2px 0 0;
  padding: 0;
  width: 16px;
  height: 16px; }

#jstree-dnd .jstree-ok {
  background: green; }

#jstree-dnd .jstree-er {
  background: red; }

#jstree-dnd .jstree-copy {
  margin: 0 2px 0 2px; }

.jstree-default .jstree-node,
.jstree-default .jstree-icon {
  background-repeat: no-repeat;
  background-color: transparent; }

.jstree-default .jstree-anchor,
.jstree-default .jstree-wholerow {
  transition: background-color 0.15s, box-shadow 0.15s; }

.jstree-default .jstree-hovered {
  background: #e7f4f9;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #cccccc; }

.jstree-default .jstree-clicked {
  background: #beebff;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #999999; }

.jstree-default .jstree-no-icons .jstree-anchor > .jstree-themeicon {
  display: none; }

.jstree-default .jstree-disabled {
  background: transparent;
  color: #666666; }

.jstree-default .jstree-disabled.jstree-hovered {
  background: transparent;
  box-shadow: none; }

.jstree-default .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default .jstree-disabled > .jstree-icon {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.jstree-default .jstree-search {
  font-style: italic;
  color: #8b0000;
  font-weight: bold; }

.jstree-default .jstree-no-checkboxes .jstree-checkbox {
  display: none !important; }

.jstree-default.jstree-checkbox-no-clicked .jstree-clicked {
  background: transparent;
  box-shadow: none; }

.jstree-default.jstree-checkbox-no-clicked .jstree-clicked.jstree-hovered {
  background: #e7f4f9; }

.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked {
  background: transparent; }

.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked.jstree-wholerow-hovered {
  background: #e7f4f9; }

.jstree-default > .jstree-striped {
  min-width: 100%;
  display: inline-block;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAkCAMAAAB/qqA+AAAABlBMVEUAAAAAAAClZ7nPAAAAAnRSTlMNAMM9s3UAAAAXSURBVHjajcEBAQAAAIKg/H/aCQZ70AUBjAATb6YPDgAAAABJRU5ErkJggg==") left top repeat; }

.jstree-default > .jstree-wholerow-ul .jstree-hovered,
.jstree-default > .jstree-wholerow-ul .jstree-clicked {
  background: transparent;
  box-shadow: none;
  border-radius: 0; }

.jstree-default .jstree-wholerow {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.jstree-default .jstree-wholerow-hovered {
  background: #e7f4f9; }

.jstree-default .jstree-wholerow-clicked {
  background: #beebff;
  background: -webkit-linear-gradient(top, #beebff 0%, #a8e4ff 100%);
  background: linear-gradient(to bottom, #beebff 0%, #a8e4ff 100%); }

.jstree-default .jstree-node {
  min-height: 24px;
  line-height: 24px;
  margin-left: 24px;
  min-width: 24px; }

.jstree-default .jstree-anchor {
  line-height: 24px;
  height: 24px; }

.jstree-default .jstree-icon {
  width: 24px;
  height: 24px;
  line-height: 24px; }

.jstree-default .jstree-icon:empty {
  width: 24px;
  height: 24px;
  line-height: 24px; }

.jstree-default.jstree-rtl .jstree-node {
  margin-right: 24px; }

.jstree-default .jstree-wholerow {
  height: 24px; }

.jstree-default .jstree-node,
.jstree-default .jstree-icon {
  background-image: url("../img/vendor/jstree/32px.png"); }

.jstree-default .jstree-node {
  background-position: -292px -4px;
  background-repeat: repeat-y; }

.jstree-default .jstree-last {
  background: transparent; }

.jstree-default .jstree-open > .jstree-ocl {
  background-position: -132px -4px; }

.jstree-default .jstree-closed > .jstree-ocl {
  background-position: -100px -4px; }

.jstree-default .jstree-leaf > .jstree-ocl {
  background-position: -68px -4px; }

.jstree-default .jstree-themeicon {
  background-position: -260px -4px; }

.jstree-default > .jstree-no-dots .jstree-node,
.jstree-default > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -36px -4px; }

.jstree-default > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -4px -4px; }

.jstree-default .jstree-disabled {
  background: transparent; }

.jstree-default .jstree-disabled.jstree-hovered {
  background: transparent; }

.jstree-default .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default .jstree-checkbox {
  background-position: -164px -4px; }

.jstree-default .jstree-checkbox:hover {
  background-position: -164px -36px; }

.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default .jstree-checked > .jstree-checkbox {
  background-position: -228px -4px; }

.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default .jstree-checked > .jstree-checkbox:hover {
  background-position: -228px -36px; }

.jstree-default .jstree-anchor > .jstree-undetermined {
  background-position: -196px -4px; }

.jstree-default .jstree-anchor > .jstree-undetermined:hover {
  background-position: -196px -36px; }

.jstree-default .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.jstree-default > .jstree-striped {
  background-size: auto 48px; }

.jstree-default.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y; }

.jstree-default.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -132px -36px; }

.jstree-default.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -100px -36px; }

.jstree-default.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -68px -36px; }

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -36px -36px; }

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -4px -36px; }

.jstree-default .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0; }

.jstree-default > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("../img/vendor/jstree/throbber.gif") center center no-repeat; }

.jstree-default .jstree-file {
  background: url("../img/vendor/jstree/32px.png") -100px -68px no-repeat; }

.jstree-default .jstree-folder {
  background: url("../img/vendor/jstree/32px.png") -260px -4px no-repeat; }

.jstree-default > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0; }

#jstree-dnd.jstree-default {
  line-height: 24px;
  padding: 0 4px; }

#jstree-dnd.jstree-default .jstree-ok,
#jstree-dnd.jstree-default .jstree-er {
  background-image: url("../img/vendor/jstree/32px.png");
  background-repeat: no-repeat;
  background-color: transparent; }

#jstree-dnd.jstree-default i {
  background: transparent;
  width: 24px;
  height: 24px;
  line-height: 24px; }

#jstree-dnd.jstree-default .jstree-ok {
  background-position: -4px -68px; }

#jstree-dnd.jstree-default .jstree-er {
  background-position: -36px -68px; }

.jstree-default.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg=="); }

.jstree-default.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-small .jstree-node {
  min-height: 18px;
  line-height: 18px;
  margin-left: 18px;
  min-width: 18px; }

.jstree-default-small .jstree-anchor {
  line-height: 18px;
  height: 18px; }

.jstree-default-small .jstree-icon {
  width: 18px;
  height: 18px;
  line-height: 18px; }

.jstree-default-small .jstree-icon:empty {
  width: 18px;
  height: 18px;
  line-height: 18px; }

.jstree-default-small.jstree-rtl .jstree-node {
  margin-right: 18px; }

.jstree-default-small .jstree-wholerow {
  height: 18px; }

.jstree-default-small .jstree-node,
.jstree-default-small .jstree-icon {
  background-image: url("../img/vendor/jstree/32px.png"); }

.jstree-default-small .jstree-node {
  background-position: -295px -7px;
  background-repeat: repeat-y; }

.jstree-default-small .jstree-last {
  background: transparent; }

.jstree-default-small .jstree-open > .jstree-ocl {
  background-position: -135px -7px; }

.jstree-default-small .jstree-closed > .jstree-ocl {
  background-position: -103px -7px; }

.jstree-default-small .jstree-leaf > .jstree-ocl {
  background-position: -71px -7px; }

.jstree-default-small .jstree-themeicon {
  background-position: -263px -7px; }

.jstree-default-small > .jstree-no-dots .jstree-node,
.jstree-default-small > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-small > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -7px; }

.jstree-default-small > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -7px; }

.jstree-default-small .jstree-disabled {
  background: transparent; }

.jstree-default-small .jstree-disabled.jstree-hovered {
  background: transparent; }

.jstree-default-small .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default-small .jstree-checkbox {
  background-position: -167px -7px; }

.jstree-default-small .jstree-checkbox:hover {
  background-position: -167px -39px; }

.jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default-small .jstree-checked > .jstree-checkbox {
  background-position: -231px -7px; }

.jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default-small .jstree-checked > .jstree-checkbox:hover {
  background-position: -231px -39px; }

.jstree-default-small .jstree-anchor > .jstree-undetermined {
  background-position: -199px -7px; }

.jstree-default-small .jstree-anchor > .jstree-undetermined:hover {
  background-position: -199px -39px; }

.jstree-default-small .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.jstree-default-small > .jstree-striped {
  background-size: auto 36px; }

.jstree-default-small.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y; }

.jstree-default-small.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-small.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -135px -39px; }

.jstree-default-small.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -103px -39px; }

.jstree-default-small.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -71px -39px; }

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -39px; }

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -39px; }

.jstree-default-small .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0; }

.jstree-default-small > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("../img/vendor/jstree/throbber.gif") center center no-repeat; }

.jstree-default-small .jstree-file {
  background: url("../img/vendor/jstree/32px.png") -103px -71px no-repeat; }

.jstree-default-small .jstree-folder {
  background: url("../img/vendor/jstree/32px.png") -263px -7px no-repeat; }

.jstree-default-small > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0; }

#jstree-dnd.jstree-default-small {
  line-height: 18px;
  padding: 0 4px; }

#jstree-dnd.jstree-default-small .jstree-ok,
#jstree-dnd.jstree-default-small .jstree-er {
  background-image: url("../img/vendor/jstree/32px.png");
  background-repeat: no-repeat;
  background-color: transparent; }

#jstree-dnd.jstree-default-small i {
  background: transparent;
  width: 18px;
  height: 18px;
  line-height: 18px; }

#jstree-dnd.jstree-default-small .jstree-ok {
  background-position: -7px -71px; }

#jstree-dnd.jstree-default-small .jstree-er {
  background-position: -39px -71px; }

.jstree-default-small.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAACAQMAAABv1h6PAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMHBgAAiABBI4gz9AAAAABJRU5ErkJggg=="); }

.jstree-default-small.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-large .jstree-node {
  min-height: 32px;
  line-height: 32px;
  margin-left: 32px;
  min-width: 32px; }

.jstree-default-large .jstree-anchor {
  line-height: 32px;
  height: 32px; }

.jstree-default-large .jstree-icon {
  width: 32px;
  height: 32px;
  line-height: 32px; }

.jstree-default-large .jstree-icon:empty {
  width: 32px;
  height: 32px;
  line-height: 32px; }

.jstree-default-large.jstree-rtl .jstree-node {
  margin-right: 32px; }

.jstree-default-large .jstree-wholerow {
  height: 32px; }

.jstree-default-large .jstree-node,
.jstree-default-large .jstree-icon {
  background-image: url("../img/vendor/jstree/32px.png"); }

.jstree-default-large .jstree-node {
  background-position: -288px 0px;
  background-repeat: repeat-y; }

.jstree-default-large .jstree-last {
  background: transparent; }

.jstree-default-large .jstree-open > .jstree-ocl {
  background-position: -128px 0px; }

.jstree-default-large .jstree-closed > .jstree-ocl {
  background-position: -96px 0px; }

.jstree-default-large .jstree-leaf > .jstree-ocl {
  background-position: -64px 0px; }

.jstree-default-large .jstree-themeicon {
  background-position: -256px 0px; }

.jstree-default-large > .jstree-no-dots .jstree-node,
.jstree-default-large > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-large > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px 0px; }

.jstree-default-large > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0px 0px; }

.jstree-default-large .jstree-disabled {
  background: transparent; }

.jstree-default-large .jstree-disabled.jstree-hovered {
  background: transparent; }

.jstree-default-large .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default-large .jstree-checkbox {
  background-position: -160px 0px; }

.jstree-default-large .jstree-checkbox:hover {
  background-position: -160px -32px; }

.jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default-large .jstree-checked > .jstree-checkbox {
  background-position: -224px 0px; }

.jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default-large .jstree-checked > .jstree-checkbox:hover {
  background-position: -224px -32px; }

.jstree-default-large .jstree-anchor > .jstree-undetermined {
  background-position: -192px 0px; }

.jstree-default-large .jstree-anchor > .jstree-undetermined:hover {
  background-position: -192px -32px; }

.jstree-default-large .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.jstree-default-large > .jstree-striped {
  background-size: auto 64px; }

.jstree-default-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y; }

.jstree-default-large.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-large.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -128px -32px; }

.jstree-default-large.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -96px -32px; }

.jstree-default-large.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -64px -32px; }

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px -32px; }

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0px -32px; }

.jstree-default-large .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0; }

.jstree-default-large > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("../img/vendor/jstree/throbber.gif") center center no-repeat; }

.jstree-default-large .jstree-file {
  background: url("../img/vendor/jstree/32px.png") -96px -64px no-repeat; }

.jstree-default-large .jstree-folder {
  background: url("../img/vendor/jstree/32px.png") -256px 0px no-repeat; }

.jstree-default-large > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0; }

#jstree-dnd.jstree-default-large {
  line-height: 32px;
  padding: 0 4px; }

#jstree-dnd.jstree-default-large .jstree-ok,
#jstree-dnd.jstree-default-large .jstree-er {
  background-image: url("../img/vendor/jstree/32px.png");
  background-repeat: no-repeat;
  background-color: transparent; }

#jstree-dnd.jstree-default-large i {
  background: transparent;
  width: 32px;
  height: 32px;
  line-height: 32px; }

#jstree-dnd.jstree-default-large .jstree-ok {
  background-position: 0px -64px; }

#jstree-dnd.jstree-default-large .jstree-er {
  background-position: -32px -64px; }

.jstree-default-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAACAQMAAAAD0EyKAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjgIIGBgABCgCBvVLXcAAAAABJRU5ErkJggg=="); }

.jstree-default-large.jstree-rtl .jstree-last {
  background: transparent; }

@media (max-width: 768px) {
  #jstree-dnd.jstree-dnd-responsive {
    line-height: 40px;
    font-weight: bold;
    font-size: 1.1em;
    text-shadow: 1px 1px white; }
  #jstree-dnd.jstree-dnd-responsive > i {
    background: transparent;
    width: 40px;
    height: 40px; }
  #jstree-dnd.jstree-dnd-responsive > .jstree-ok {
    background-image: url("../img/vendor/jstree/40px.png");
    background-position: 0 -200px;
    background-size: 120px 240px; }
  #jstree-dnd.jstree-dnd-responsive > .jstree-er {
    background-image: url("../img/vendor/jstree/40px.png");
    background-position: -40px -200px;
    background-size: 120px 240px; }
  #jstree-marker.jstree-dnd-responsive {
    border-left-width: 10px;
    border-top-width: 10px;
    border-bottom-width: 10px;
    margin-top: -10px; } }

@media (max-width: 768px) {
  .jstree-default-responsive {
    /*
	.jstree-open > .jstree-ocl,
	.jstree-closed > .jstree-ocl { border-radius:20px; background-color:white; }
	*/ }
  .jstree-default-responsive .jstree-icon {
    background-image: url("../img/vendor/jstree/40px.png"); }
  .jstree-default-responsive .jstree-node,
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background: transparent; }
  .jstree-default-responsive .jstree-node {
    min-height: 40px;
    line-height: 40px;
    margin-left: 40px;
    min-width: 40px;
    white-space: nowrap; }
  .jstree-default-responsive .jstree-anchor {
    line-height: 40px;
    height: 40px; }
  .jstree-default-responsive .jstree-icon,
  .jstree-default-responsive .jstree-icon:empty {
    width: 40px;
    height: 40px;
    line-height: 40px; }
  .jstree-default-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0; }
  .jstree-default-responsive.jstree-rtl .jstree-node {
    margin-left: 0;
    margin-right: 40px; }
  .jstree-default-responsive.jstree-rtl .jstree-container-ul > .jstree-node {
    margin-right: 0; }
  .jstree-default-responsive .jstree-ocl,
  .jstree-default-responsive .jstree-themeicon,
  .jstree-default-responsive .jstree-checkbox {
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background: transparent; }
  .jstree-default-responsive .jstree-open > .jstree-ocl {
    background-position: 0 0px !important; }
  .jstree-default-responsive .jstree-closed > .jstree-ocl {
    background-position: 0 -40px !important; }
  .jstree-default-responsive.jstree-rtl .jstree-closed > .jstree-ocl {
    background-position: -40px 0px !important; }
  .jstree-default-responsive .jstree-themeicon {
    background-position: -40px -40px; }
  .jstree-default-responsive .jstree-checkbox,
  .jstree-default-responsive .jstree-checkbox:hover {
    background-position: -40px -80px; }
  .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
  .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
  .jstree-default-responsive .jstree-checked > .jstree-checkbox,
  .jstree-default-responsive .jstree-checked > .jstree-checkbox:hover {
    background-position: 0 -80px; }
  .jstree-default-responsive .jstree-anchor > .jstree-undetermined,
  .jstree-default-responsive .jstree-anchor > .jstree-undetermined:hover {
    background-position: 0 -120px; }
  .jstree-default-responsive .jstree-anchor {
    font-weight: bold;
    font-size: 1.1em;
    text-shadow: 1px 1px white; }
  .jstree-default-responsive > .jstree-striped {
    background: transparent; }
  .jstree-default-responsive .jstree-wholerow {
    border-top: 1px solid rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid rgba(64, 64, 64, 0.2);
    background: #ebebeb;
    height: 40px; }
  .jstree-default-responsive .jstree-wholerow-hovered {
    background: #e7f4f9; }
  .jstree-default-responsive .jstree-wholerow-clicked {
    background: #beebff; }
  .jstree-default-responsive .jstree-children .jstree-last > .jstree-wholerow {
    box-shadow: inset 0 -6px 3px -5px #666666; }
  .jstree-default-responsive .jstree-children .jstree-open > .jstree-wholerow {
    box-shadow: inset 0 6px 3px -5px #666666;
    border-top: 0; }
  .jstree-default-responsive .jstree-children .jstree-open + .jstree-open {
    box-shadow: none; }
  .jstree-default-responsive .jstree-node,
  .jstree-default-responsive .jstree-icon,
  .jstree-default-responsive .jstree-node > .jstree-ocl,
  .jstree-default-responsive .jstree-themeicon,
  .jstree-default-responsive .jstree-checkbox {
    background-image: url("../img/vendor/jstree/40px.png");
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-node {
    background-position: -80px 0;
    background-repeat: repeat-y; }
  .jstree-default-responsive .jstree-last {
    background: transparent; }
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background-position: -40px -120px; }
  .jstree-default-responsive .jstree-last > .jstree-ocl {
    background-position: -40px -160px; }
  .jstree-default-responsive .jstree-themeicon-custom {
    background-color: transparent;
    background-image: none;
    background-position: 0 0; }
  .jstree-default-responsive .jstree-file {
    background: url("../img/vendor/jstree/40px.png") 0 -160px no-repeat;
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-folder {
    background: url("../img/vendor/jstree/40px.png") -40px -40px no-repeat;
    background-size: 120px 240px; }
  .jstree-default-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0;
    margin-right: 0; } }

.accordion-block:first-child {
  margin-top: 0 !important; }

.valentine-mega {
  color: #630436 !important; }

.off-canvas-list.navPages-offcanvas .valentine-mega a {
  background-color: #630436 !important; }

.or-use-label {
  display: none !important; }

@media only screen and (min-width: 991px) {
  .accordion--navList .accordion-block {
    margin-top: 1rem !important; } }

#__lpform_k_id_name-footer {
  display: none !important; }

.full-carbon-text {
  width: 100% !important; }

.amazonpay-button-container {
  min-height: 35px !important; }

.AmazonPayContainer {
  width: 100% !important;
  text-align: center !important;
  margin-bottom: 0px !important; }

.BraintreeVenmoSmartButtonContainer {
  margin-left: auto !important;
  margin-right: auto !important; }

.cog-section {
  background-color: #F4F4F4 !important;
  border-radius: 15px !important;
  padding-left: 20px !important;
  padding-right: 20px !important; }

.cog-section__inner--background {
  background-color: #ededed !important;
  border-style: none !important; }

.el-upload {
  background-color: #Efefef !important;
  border-radius: 5px !important; }

.el-select-dropdown__item.selected, .cog-upload__link, .cog-i-download {
  color: #335c64 !important; }

.cog-heading, .cog-helptext, .cog-label, .cog-input, .el-input, .el-input__inner, .el-textarea__inner, .cog-select-popper, .cog-button__text, .el-date-picker {
  font-family: "Chronica Pro", Helvetica, Arial, sans-serif !important; }

#reamaze-widget {
  display: none !important; }

@media only screen and (max-device-width: 479px) {
  .bcBlogTableDummy {
    display: table-row; } }

.blur-up {
  filter: blur(5px);
  transition: filter 400ms ease; }
  .blur-up.lazyloaded {
    filter: blur(0); }

.lazyload[data-bg],
.lazyloading[data-bg] {
  background-size: 150px !important;
  background-position: center !important;
  background-repeat: no-repeat !important; }

.lazyload.opacity,
.lazyloading.opacity,
.lazyloaded.opacity {
  transition: opacity 400ms ease; }

.lazyload.opacity,
.lazyloading.opacity {
  opacity: 0; }

.lazyloaded.opacity {
  opacity: 1; }

.lazyloaded.lazy-cover[data-bg] {
  background-size: cover !important; }

.blur-up.opacity {
  transition: filter 400ms ease, opacity 400ms ease; }

.container {
  padding: 0 15px; }
  .container.six-columns {
    max-width: 983px; }
  .container.eight-columns {
    max-width: 1306px; }
  .container.ten-columns {
    max-width: 1628px; }

.table-100 {
  display: table;
  width: 100%;
  table-layout: fixed; }
  .table-100 > div {
    display: table-cell;
    vertical-align: middle; }

.relative {
  position: relative; }

.text-underline {
  text-decoration: underline !important; }

.row.fullwidth {
  max-width: none; }

.negMargin, .row.negMargin {
  width: auto;
  margin-left: -0.5rem;
  margin-right: -0.5rem; }

.row.displayTable {
  display: table;
  width: 100%; }
  .row.displayTable > div {
    display: table-cell;
    vertical-align: middle;
    float: none !important; }

.row.noFloatRight > .columns {
  float: left; }

.row.gutterless {
  margin: 0;
  width: auto;
  max-width: 100%; }
  .row.gutterless > .columns {
    padding: 0; }

.staticPos {
  position: static; }

@media only screen and (min-width: 991px) {
  .xlarge-fifth {
    width: 20%; } }

body {
  font-family: "Chronica Pro", Helvetica, Arial, sans-serif; }


h1,
.h1,
h2,
.h2,
h3,
.h3,
.cart-actions .btn,
.cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit,
.productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions #ISR_form_submit,
.cart-actions .swal2-confirm,
.cart-actions .swal2-cancel,
h4,
.h4,
.estimator-form select.form-select#shipping-state,
h5,
.h5, h6 {
  margin-top: 0;
  font-family: "Chronica Pro", Helvetica, Arial, sans-serif; }


h1,
.h1,
h2,
.h2,
h4,
.h4,
.estimator-form select.form-select#shipping-state,
h5,
.h5, h6 {
  font-weight: 300; }

input, textarea, select, button {
  letter-spacing: .02em; }

.body .form-input, .body .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper input[type="email"], .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper .body input[type="email"], .body .form-select {
  font-family: "Chronica Pro", Helvetica, Arial, sans-serif;
  background-color: #edeff3;
  margin: 0;
  border: 0 none;
  letter-spacing: .02em;
  font-weight: 300;
  color: #222222;
  border-radius: 0; }
  .body .form-input:not(textarea), .body .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper input:not(textarea)[type="email"], .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper .body input:not(textarea)[type="email"], .body .form-select:not(textarea) {
    height: 40px;
    line-height: 40px;
    text-indent: 8px;
    padding: 0; }

p, address {
  margin-top: 0;
  font-weight: 300;
  font-family: "Chronica Pro", Helvetica, Arial, sans-serif; }

.cart-section--footer .button--custom, .cart-item .insufficient-stock, .shipping-quotes .estimator-form-label .estimator-form-label-text, .label-text, .cart-header-item, .shipping-quotes .estimator-form-input--price label, .label-text-large, .cart-coupon-certificates .label-form-wrap span, .delayed-shipping-container .label-form-wrap span,
.cart-coupon-certificates .label-form-wrap .accordion-header,
.delayed-shipping-container .label-form-wrap .accordion-header, .cart-totals .cart-total, .btn.btn--link, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .btn--link#ISR_form_submit, .btn--link.swal2-confirm,
.btn--link.swal2-cancel {
  color: #2d2d2d;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.02em; }

.cart-header-item, .shipping-quotes .estimator-form-input--price label, .label-text-large, .cart-coupon-certificates .label-form-wrap span, .delayed-shipping-container .label-form-wrap span,
.cart-coupon-certificates .label-form-wrap .accordion-header,
.delayed-shipping-container .label-form-wrap .accordion-header, .cart-totals .cart-total {
  font-size: 20px;
  line-height: calc(28/20); }


h1,
.h1,
h2,
.h2 {
  letter-spacing: .04em; }


h1,
.h1 {
  line-height: 1.2; }


h3,
.h3,
.cart-actions .btn,
.cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit,
.productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions #ISR_form_submit,
.cart-actions .swal2-confirm,
.cart-actions .swal2-cancel {
  font-weight: 200; }


h3,
.h3,
.cart-actions .btn,
.cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit,
.productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions #ISR_form_submit,
.cart-actions .swal2-confirm,
.cart-actions .swal2-cancel,
h4,
.h4,
.estimator-form select.form-select#shipping-state,
h5,
.h5, p, a, address {
  letter-spacing: .02em; }


h1,
.h1,
h2,
.h2,
h3,
.h3,
.cart-actions .btn,
.cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit,
.productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions #ISR_form_submit,
.cart-actions .swal2-confirm,
.cart-actions .swal2-cancel {
  color: #1E333B; }
  h1 .icon svg, .h1 .icon svg, h1 svg, .h1 svg, h2 .icon svg, .h2 .icon svg, h2 svg, .h2 svg, h3 .icon svg, .h3 .icon svg, .cart-actions .btn .icon svg, .cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit .icon svg, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions #ISR_form_submit .icon svg, .cart-actions .swal2-confirm .icon svg, .cart-actions .swal2-cancel .icon svg, h3 svg, .h3 svg, .cart-actions .btn svg, .cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit svg, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions #ISR_form_submit svg, .cart-actions .swal2-confirm svg, .cart-actions .swal2-cancel svg {
    fill: #1E333B; }

@media only screen and (max-width: 767px) {
  
  h1,
  .h1 {
    font-size: 30px; }
  
  h2,
  .h2 {
    font-size: 24px; }
  
  h3,
  .h3,
  .cart-actions .btn,
  .cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit,
  .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions #ISR_form_submit,
  .cart-actions .swal2-confirm,
  .cart-actions .swal2-cancel {
    font-size: 20px; }
  
  h4,
  .h4,
  .estimator-form select.form-select#shipping-state {
    font-size: 15px; }
  
  h5,
  .h5 {
    font-size: 13px; }
  p, li, body {
    font-size: 13px; } }

@media only screen and (max-width: 479px) {
  
  h1,
  .h1 {
    font-size: 26px; }
  
  h2,
  .h2 {
    font-size: 22px; }
  
  h3,
  .h3,
  .cart-actions .btn,
  .cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit,
  .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions #ISR_form_submit,
  .cart-actions .swal2-confirm,
  .cart-actions .swal2-cancel {
    font-size: 18px; }
  
  h4,
  .h4,
  .estimator-form select.form-select#shipping-state {
    font-size: 14px; }
  
  h5,
  .h5 {
    font-size: 12px; }
  p, li, body {
    font-size: 12px; } }

a {
  text-decoration: none; }

.normalWeight {
  font-weight: 400; }

.grey-bg {
  background-color: #edeff3; }

.text-capitalize {
  text-transform: capitalize; }

button, html input[type="button"], input[type="reset"], input[type="submit"], .button {
  -webkit-appearance: none;
  padding: 0 5px;
  border: 0 none; }

.btn, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit, .swal2-confirm,
.swal2-cancel {
  --btn-font-size: 15px;
  --btn-height: 40px;
  position: relative;
  display: inline-block;
  border-radius: 0;
  padding: 0 15px;
  height: var(--btn-height);
  line-height: var(--btn-height);
  text-align: center;
  font-size: var(--btn-font-size);
  font-weight: 500;
  letter-spacing: .08em;
  text-transform: uppercase;
  transform: perspective(1px);
  transition: color 0.3s ease; }
  .btn::before, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit::before, .swal2-confirm::before,
  .swal2-cancel::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    background-color: #8a8e9d; }
  .btn:hover::before, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit:hover::before, .swal2-confirm:hover::before,
  .swal2-cancel:hover::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  .btn.btn1, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit, .swal2-confirm,
  .btn1.swal2-cancel {
    background-color: #ffffff;
    color: #1E333B;
    min-width: 170px; }
    .btn.btn1::before, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit::before, .swal2-confirm::before,
    .btn1.swal2-cancel::before {
      background-color: #335C64; }
    .btn.btn1:hover, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit:hover, .swal2-confirm:hover,
    .btn1.swal2-cancel:hover {
      color: #FFFFFF; }
      .btn.btn1:hover::before, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit:hover::before, .swal2-confirm:hover::before,
      .btn1.swal2-cancel:hover::before {
        background-color: #335C64; }
  .btn.btn2, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .btn2#ISR_form_submit, .btn2.swal2-confirm,
  .btn2.swal2-cancel {
    color: #fff;
    background-color: #1E333B; }
    .btn.btn2::before, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .btn2#ISR_form_submit::before, .btn2.swal2-confirm::before,
    .btn2.swal2-cancel::before {
      background-color: #335C64; }
  .btn.btn40, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit, .swal2-confirm,
  .swal2-cancel {
    min-width: 148px;
    font-weight: 400; }
  .btn.btnGreen, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit, .btnGreen.swal2-confirm, body div#isp_search_result_page_container #isp_search_results_container .swal2-confirm.isp_add_to_cart_btn,
  .btnGreen.swal2-cancel, body div#isp_search_result_page_container #isp_search_results_container .swal2-cancel.isp_add_to_cart_btn, body div#isp_search_result_page_container #isp_search_results_container .btn.isp_add_to_cart_btn {
    background-color: #1E333B;
    color: #ffffff; }
  .btn.btnLightGreen, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .btnLightGreen#ISR_form_submit, .btnLightGreen.swal2-confirm,
  .btnLightGreen.swal2-cancel {
    background-color: #7CA386;
    color: #ffffff; }
  .btn.btnBurgundy, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .btnBurgundy#ISR_form_submit, .btnBurgundy.swal2-confirm,
  .btnBurgundy.swal2-cancel {
    background-color: #630436;
    color: #ffffff; }
    .btn.btnBurgundy:hover ::before, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .btnBurgundy#ISR_form_submit:hover ::before, .btnBurgundy.swal2-confirm:hover ::before, .btnBurgundy.swal2-cancel:hover ::before {
      background-color: #335C64; }
  .btn.btnSalmon, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .btnSalmon#ISR_form_submit, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit.swal2-confirm, .swal2-confirm,
  .btnSalmon.swal2-cancel {
    background-color: #db6363;
    color: #fff; }
    .btn.btnSalmon svg, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .btnSalmon#ISR_form_submit svg, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit.swal2-confirm svg, .swal2-confirm svg, .btnSalmon.swal2-cancel svg, .swal2-cancel.swal2-confirm svg {
      fill: #ffffff;
      stroke: none; }
  .btn.btnDarkgrey, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .btnDarkgrey#ISR_form_submit, .btnDarkgrey.swal2-confirm,
  .btnDarkgrey.swal2-cancel {
    background-color: #545459; }
  .btn.btnBlue, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .btnBlue#ISR_form_submit, .btnBlue.swal2-confirm,
  .btnBlue.swal2-cancel {
    background-color: #1E333B;
    color: #fff; }
    .btn.btnBlue:hover::before, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .btnBlue#ISR_form_submit:hover::before, .btnBlue.swal2-confirm:hover::before,
    .btnBlue.swal2-cancel:hover::before {
      background-color: #7CA386; }
  .btn.btnBlock, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .btnBlock#ISR_form_submit, .btnBlock.swal2-confirm,
  .btnBlock.swal2-cancel {
    display: block;
    width: 100%; }
  .btn.btnOffset, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .btnOffset#ISR_form_submit, .btnOffset.swal2-confirm,
  .btnOffset.swal2-cancel {
    text-align: center; }
    .btn.btnOffset .icon-wrap, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .btnOffset#ISR_form_submit .icon-wrap, .btnOffset.swal2-confirm .icon-wrap, .btnOffset.swal2-cancel .icon-wrap {
      position: absolute;
      right: -24px;
      top: 46%;
      -webkit-transform: translateY(-50%);
      -khtml-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
      .btn.btnOffset .icon-wrap svg, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .btnOffset#ISR_form_submit .icon-wrap svg, .btnOffset.swal2-confirm .icon-wrap svg, .btnOffset.swal2-cancel .icon-wrap svg {
        width: 53px;
        height: 10px; }
  .btn.btn--link, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .btn--link#ISR_form_submit, .btn--link.swal2-confirm,
  .btn--link.swal2-cancel {
    color: #4f4f4f;
    height: unset;
    padding: 0;
    text-decoration: underline;
    text-transform: capitalize; }
    .btn.btn--link::before, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .btn--link#ISR_form_submit::before, .btn--link.swal2-confirm::before,
    .btn--link.swal2-cancel::before, .btn.btn--link::after, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .btn--link#ISR_form_submit::after, .btn--link.swal2-confirm::after,
    .btn--link.swal2-cancel::after {
      content: unset; }
    .btn.btn--link:focus, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .btn--link#ISR_form_submit:focus, .btn--link.swal2-confirm:focus,
    .btn--link.swal2-cancel:focus, .btn.btn--link:hover, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .btn--link#ISR_form_submit:hover, .btn--link.swal2-confirm:hover,
    .btn--link.swal2-cancel:hover {
      background-color: transparent; }
    .btn.btn--link.highlight, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .btn--link.highlight#ISR_form_submit, .btn--link.highlight.swal2-confirm,
    .btn--link.highlight.swal2-cancel {
      color: #0a7dd2; }
  .btn.atc-mobile, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .atc-mobile#ISR_form_submit, .atc-mobile.swal2-confirm,
  .atc-mobile.swal2-cancel {
    --btn-height: 28px;
    --btn-font-size: 13px; }
  .wishlists-table .table-actions .btn, .wishlists-table .table-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .wishlists-table .table-actions #ISR_form_submit, .wishlists-table .table-actions .swal2-confirm,
  .wishlists-table .table-actions .swal2-cancel {
    min-width: auto; }

.tab-bar .tab-bar-section div {
  line-height: inherit; }

.form-label, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper label {
  color: #8a8e9d;
  letter-spacing: .08em;
  font-weight: 200; }

.hero-banner {
  background-size: cover;
  background-position: center;
  height: 240px; }
  .hero-banner .table-100 {
    height: 100%; }
  .hero-banner .table-cell {
    display: table-cell;
    vertical-align: middle;
    padding: 0 20px; }
  .hero-banner .text-box {
    background: #fff;
    margin: 0 auto;
    padding: 30px 25px;
    max-width: 80%;
    min-width: 290px;
    display: table; }
    .hero-banner .text-box h1, .hero-banner .text-box .h1, .hero-banner .text-box .h1 {
      margin-top: -5px;
      margin-bottom: 0; }
    .hero-banner .text-box p {
      margin: 15px 0 0;
      line-height: 1.467;
      color: #1E333B; }
      .hero-banner .text-box p:empty {
        display: none; }

.standard-section {
  padding: 20px 0 25px; }
  @media (min-width: 991px) {
    .standard-section {
      padding: 35px 0 40px; } }
  .standard-section .right-side p {
    line-height: 1.6; }
    .standard-section .right-side p:last-of-type {
      margin-bottom: 0; }
  .standard-section .right-side .description-accordion {
    display: none; }
  .standard-section .right-side .read-more-description {
    cursor: pointer;
    display: block;
    font-weight: 700;
    text-decoration: underline; }
  .standard-section .right-side .video-wrap {
    margin-top: 15px; }
    @media only screen and (max-width: 767px) {
      .standard-section .right-side .video-wrap .btnOffset {
        text-indent: 0; }
        .standard-section .right-side .video-wrap .btnOffset::after {
          display: none !important; } }
    @media only screen and (max-width: 767px) {
      .standard-section .right-side .video-wrap {
        margin-top: 10px; } }
    .standard-section .right-side .video-wrap span {
      margin-right: 40px;
      font-size: 20px; }
      @media only screen and (max-width: 990px) {
        .standard-section .right-side .video-wrap span {
          font-size: 16px;
          margin-bottom: 10px;
          display: block; } }

.reverse-stack {
  direction: rtl; }
  .reverse-stack > * {
    direction: ltr; }

.inner-bg {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%; }

@media only screen and (min-width: 991px) {
  .fifty-fifty .fifty-fifty-inner-wrap {
    display: table;
    width: 100%;
    height: 441px; } }

.fifty-fifty .fifty-fifty-inner-wrap .image-side {
  height: 200px; }
  .fifty-fifty .fifty-fifty-inner-wrap .image-side img {
    object-fit: cover;
    width: 100%;
    height: 100%; }
  @media only screen and (min-width: 991px) {
    .fifty-fifty .fifty-fifty-inner-wrap .image-side {
      height: auto; } }

@media only screen and (min-width: 991px) {
  .fifty-fifty .fifty-fifty-inner-wrap > div {
    display: table-cell;
    vertical-align: middle; }
    .fifty-fifty .fifty-fifty-inner-wrap > div.text-side {
      width: 66.7%; }
    .fifty-fifty .fifty-fifty-inner-wrap > div.image-side {
      width: 33.3%; } }

@media (min-width: 1681px) {
  .fifty-fifty .fifty-fifty-inner-wrap > div {
    width: 50% !important; } }

.fifty-fifty .fifty-fifty-inner-wrap > div .h2-wrap {
  margin-bottom: 20px; }
  @media only screen and (max-width: 767px) {
    .fifty-fifty .fifty-fifty-inner-wrap > div .h2-wrap {
      text-align: center; }
      .fifty-fifty .fifty-fifty-inner-wrap > div .h2-wrap .underline {
        text-decoration: none; }
      .fifty-fifty .fifty-fifty-inner-wrap > div .h2-wrap br {
        display: none; } }
  @media only screen and (min-width: 768px) {
    .fifty-fifty .fifty-fifty-inner-wrap > div .h2-wrap {
      position: relative;
      top: -5px;
      margin: 0; } }

.fifty-fifty .underline {
  text-decoration: underline;
  text-decoration-color: #335C64; }

.fifty-fifty .text-side {
  padding: 30px 15px; }
  @media only screen and (min-width: 991px) {
    .fifty-fifty .text-side {
      padding: 0 15px; } }
  .fifty-fifty .text-side h2, .fifty-fifty .text-side .h2 {
    text-transform: uppercase;
    margin: 0;
    line-height: 1.543; }
  .fifty-fifty .text-side h2, .fifty-fifty .text-side .h2, .fifty-fifty .text-side p, .fifty-fifty .text-side ol, .fifty-fifty .text-side ul {
    color: #fff; }
  .fifty-fifty .text-side .text-side-inner {
    display: table;
    width: 100%;
    max-width: 792px;
    margin: 0 auto; }
    @media only screen and (min-width: 768px) {
      .fifty-fifty .text-side .text-side-inner > div {
        display: table-cell;
        vertical-align: middle; } }
    @media only screen and (min-width: 768px) {
      .fifty-fifty .text-side .text-side-inner.reverse-stack .h2-wrap {
        text-align: right; } }
    .fifty-fifty .text-side .text-side-inner .content-wrap {
      position: relative; }
      .fifty-fifty .text-side .text-side-inner .content-wrap .content-wrap-inner {
        max-width: 484px;
        margin: 0 auto;
        line-height: 1.9333; }
        .fifty-fifty .text-side .text-side-inner .content-wrap .content-wrap-inner p, .fifty-fifty .text-side .text-side-inner .content-wrap .content-wrap-inner ol, .fifty-fifty .text-side .text-side-inner .content-wrap .content-wrap-inner ul {
          line-height: inherit; }
      .fifty-fifty .text-side .text-side-inner .content-wrap :last-child {
        margin-bottom: 0; }
      .fifty-fifty .text-side .text-side-inner .content-wrap .btn-wrap {
        text-align: center;
        margin-top: 20px; }
        @media only screen and (min-width: 768px) {
          .fifty-fifty .text-side .text-side-inner .content-wrap .btn-wrap {
            margin: 0;
            position: absolute;
            bottom: 12px;
            right: 20%; } }

.fifty-fifty .image-side {
  background-size: cover;
  background-position: center; }

.title-line-paragraph,
#ISR_popup {
  font-size: 14px;
  overflow: hidden;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .title-line-paragraph,
    #ISR_popup {
      text-align: left; } }
  .title-line-paragraph h2, .title-line-paragraph .h2, .title-line-paragraph h3, .title-line-paragraph .h3, .title-line-paragraph .cart-actions .btn, .cart-actions .title-line-paragraph .btn, .title-line-paragraph .cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit, .cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .title-line-paragraph #ISR_form_submit, .title-line-paragraph .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions #ISR_form_submit, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions .title-line-paragraph #ISR_form_submit, .title-line-paragraph .cart-actions .swal2-confirm, .cart-actions .title-line-paragraph .swal2-confirm,
  .title-line-paragraph .cart-actions .swal2-cancel, .cart-actions .title-line-paragraph .swal2-cancel,
  #ISR_popup h2,
  #ISR_popup .h2,
  #ISR_popup h3,
  #ISR_popup .h3,
  #ISR_popup .cart-actions .btn,
  .cart-actions #ISR_popup .btn,
  .cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit,
  .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions #ISR_form_submit,
  #ISR_popup .cart-actions .swal2-confirm,
  .cart-actions #ISR_popup .swal2-confirm,
  #ISR_popup .cart-actions .swal2-cancel,
  .cart-actions #ISR_popup .swal2-cancel {
    border-bottom: 1px solid #7CA386;
    display: inline-block; }
  .title-line-paragraph p, .title-line-paragraph li,
  #ISR_popup p,
  #ISR_popup li {
    color: #1E333B;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: 200; }
    .title-line-paragraph p br, .title-line-paragraph li br,
    #ISR_popup p br,
    #ISR_popup li br {
      display: none; }
    @media only screen and (min-width: 768px) {
      .title-line-paragraph p br, .title-line-paragraph li br,
      #ISR_popup p br,
      #ISR_popup li br {
        display: block; } }
    .title-line-paragraph p a, .title-line-paragraph li a,
    #ISR_popup p a,
    #ISR_popup li a {
      text-decoration: underline;
      color: inherit; }
      .title-line-paragraph p a:hover, .title-line-paragraph li a:hover,
      #ISR_popup p a:hover,
      #ISR_popup li a:hover {
        color: #7CA386; }

.line-wrap {
  display: none; }
  @media only screen and (min-width: 768px) {
    .line-wrap {
      display: inline-block;
      vertical-align: middle; } }
  .line-wrap .line {
    width: 1px;
    background: #fff;
    transform: rotateZ(35deg);
    display: inline-block;
    position: relative;
    -webkit-transform: rotateZ(35deg);
    -khtml-transform: rotateZ(35deg);
    -moz-transform: rotateZ(35deg);
    -ms-transform: rotateZ(35deg);
    -o-transform: rotateZ(35deg);
    transform: rotateZ(35deg); }

.slant-line-section {
  display: inline-block; }
  .slant-line-section h3, .slant-line-section .h3, .slant-line-section .cart-actions .btn, .cart-actions .slant-line-section .btn, .slant-line-section .cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit, .cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .slant-line-section #ISR_form_submit, .slant-line-section .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions #ISR_form_submit, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions .slant-line-section #ISR_form_submit, .slant-line-section .cart-actions .swal2-confirm, .cart-actions .slant-line-section .swal2-confirm,
  .slant-line-section .cart-actions .swal2-cancel, .cart-actions .slant-line-section .swal2-cancel {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 0; }
    @media only screen and (max-width: 990px) {
      .slant-line-section h3, .slant-line-section .h3, .slant-line-section .cart-actions .btn, .cart-actions .slant-line-section .btn, .slant-line-section .cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit, .cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .slant-line-section #ISR_form_submit, .slant-line-section .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions #ISR_form_submit, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions .slant-line-section #ISR_form_submit, .slant-line-section .cart-actions .swal2-confirm, .cart-actions .slant-line-section .swal2-confirm,
      .slant-line-section .cart-actions .swal2-cancel, .cart-actions .slant-line-section .swal2-cancel {
        margin-bottom: 15px; } }
  .slant-line-section p {
    margin: 0; }
    @media only screen and (min-width: 768px) {
      .slant-line-section p {
        vertical-align: middle; } }
  .slant-line-section .line-wrap {
    margin: 0 20px; }
    .slant-line-section .line-wrap .line {
      height: 59px;
      top: 2px; }

.text-background {
  position: absolute;
  left: 13px;
  right: -13px;
  top: 13px;
  bottom: -13px;
  background-color: #7CA386; }

.text-holder {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0 auto;
  transform: translate(-50%, -50%);
  box-shadow: 13px 13px 0 0 #7CA386;
  width: 100%; }
  .text-holder .text-inner {
    position: relative;
    z-index: 2;
    background: #fff; }

.no-bullets {
  list-style: none; }

ul.leaf {
  list-style-type: none; }

li.leaf {
  background: url("https://cdn8.bigcommerce.com/s-oqm1pc/product_images/uploaded_images/rosette-icon-17px.png") no-repeat left 0px;
  padding-left: 25px;
  padding-top: 3px;
  margin-left: -15px;
  display: block;
  text-align: left; }

.text-uppercase {
  text-transform: uppercase; }

.small-line {
  background: #1E333B;
  max-width: 53px;
  margin: 0 auto 10px;
  height: 1px; }
  @media only screen and (min-width: 768px) {
    .small-line {
      margin-bottom: 18px; } }

.text-white, .text-white * {
  color: #fff; }

.italic {
  font-style: italic; }

.mediumWeight {
  font-weight: 400; }

.small-text, .hovertip {
  font-size: 12px; }

.custom-tabs-contents .tab-contents {
  display: none; }
  .custom-tabs-contents .tab-contents.active {
    display: block; }

/********** Header **********/
.mobile-cart-icon {
  fill: #000;
  height: 21px;
  width: 42px;
  position: relative;
  top: -1px; }

.tab-bar .countPill {
  position: absolute;
  top: 27px;
  right: 24px;
  margin: 0;
  color: #FFFFFF;
  font-size: 10px;
  height: 13px;
  width: 13px;
  line-height: 13px;
  background-color: #4f4f4f; }

.banners.navUser p {
  line-height: 40px;
  font-weight: 200; }

.banners.navUser .promo-text-left {
  display: none;
  margin-left: 10px; }
  @media only screen and (min-width: 1200px) {
    .banners.navUser .promo-text-left {
      display: inline-block; } }

.banners.navUser .promo-text-center {
  text-align: center;
  display: none; }
  @media only screen and (min-width: 1100px) {
    .banners.navUser .promo-text-center {
      display: inline-block;
      z-index: -1;
      position: absolute;
      width: 100%;
      padding-left: 440.95px;
      padding-right: 355.95px;
      left: 50%;
      transform: translate(-50%, 0); }
      .banners.navUser .promo-text-center p {
        font-size: 12px; } }
  @media only screen and (min-width: 1200px) {
    .banners.navUser .promo-text-center p {
      font-size: 14px; } }

.banners.navUser .contact-box {
  background-color: rgba(138, 142, 157, 0.25);
  display: inline-block;
  line-height: 40px;
  text-align: center; }
  .banners.navUser .contact-box img {
    width: 15px;
    height: 21px;
    margin-right: 12px;
    position: relative;
    top: -2px; }
  .banners.navUser .contact-box a {
    color: #fff;
    text-transform: uppercase; }

.banners.navUser .navUser-item a {
  line-height: 40px;
  font-weight: 400; }

.banners.navUser .navUser-item--account {
  background-color: #1E333B; }

.banners.navUser .navUser-item--account a {
  text-align: center; }
  .banners.navUser .navUser-item--account a img {
    width: 14px;
    height: 21px;
    margin-left: 16px;
    position: relative;
    top: -2px; }

.banners.navUser .navUser-item--logout a {
  background-color: #808080;
  width: auto; }

.banners.navUser .navUser-item--cart {
  background-color: #335C64;
  width: 127px;
  text-align: center;
  position: relative; }
  .banners.navUser .navUser-item--cart .icon-wrap {
    width: 42px;
    height: 24px;
    display: inline-block;
    margin-left: 12px; }
    .banners.navUser .navUser-item--cart .icon-wrap svg {
      width: 100%;
      height: 100%;
      stroke: none; }
  .banners.navUser .navUser-item--cart a {
    line-height: 40px;
    font-weight: 400; }
  .banners.navUser .navUser-item--cart .countPill {
    position: absolute;
    top: 6px;
    right: 10px;
    margin: 0;
    color: #1E333B;
    font-size: 10px;
    height: 13px;
    width: 13px;
    line-height: 13px; }

.navPages-quickSearch {
  border: 0 none; }
  .navPages-quickSearch .form-field #search_query, .navPages-quickSearch .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper #search_query, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .navPages-quickSearch #ISR_form_email-wrapper #search_query {
    border: 0 none;
    border-bottom: 2px solid #1E333B;
    text-indent: 3px;
    color: #8a8e9d;
    font-size: 15px; }
    @media only screen and (min-width: 1750px) {
      .navPages-quickSearch .form-field #search_query, .navPages-quickSearch .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper #search_query, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .navPages-quickSearch #ISR_form_email-wrapper #search_query {
        width: 345px; } }

.navPages-action {
  color: #1E333B;
  font-weight: 500; }
  .navPages-action.navPage-subMenu-action:hover span {
    position: relative; }
    .navPages-action.navPage-subMenu-action:hover span:after {
      content: "";
      position: absolute;
      display: block;
      bottom: -4px;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #7CA386; }

.custom-categories .double-img-container {
  margin-bottom: 0 !important; }

.custom-categories .navPages-item {
  position: relative; }
  @media only screen and (max-width: 1400px) {
    .custom-categories .navPages-item .navPages-action {
      white-space: normal !important;
      min-height: 25px;
      line-height: 20px; } }
  .custom-categories .navPages-item .double-img-container + .image-link {
    position: absolute;
    bottom: 21px;
    right: 15px;
    left: 15px;
    display: block; }
    .custom-categories .navPages-item .double-img-container + .image-link .mega-image {
      height: unset; }
    .custom-categories .navPages-item .double-img-container + .image-link .image-wrap {
      margin-bottom: 0; }

.navPages-list > .navPages-item.navPage-item--mega .navPage-megaMenu .navPage-subMenu-list--mega > .navPage-subMenu-item.navPages-item {
  padding: 10px 15px 0; }

.navPages-list > .navPages-item.navPage-item--mega .image-link {
  display: block !important;
  border: none !important;
  margin: 0 !important; }

.navPages-list > .navPages-item.navPage-item--mega .navPage-subMenu-list--heading {
  margin-bottom: 30px; }

.navPages-list > .navPages-item.navPage-item--mega .navPage-item--heading .mega-image {
  max-width: 100%;
  height: 75px;
  background-position: center;
  margin-bottom: 12px; }

.navPages-list > .navPages-item.navPage-item--mega .navPage-item--heading .navPages-column-header, .navPages-list > .navPages-item.navPage-item--mega .navPage-item--heading > a {
  padding: 0;
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 6px;
  font-size: 13px;
  margin-right: 10px; }
  @media only screen and (min-width: 1200px) {
    .navPages-list > .navPages-item.navPage-item--mega .navPage-item--heading .navPages-column-header, .navPages-list > .navPages-item.navPage-item--mega .navPage-item--heading > a {
      font-size: 15px; } }
  .navPages-list > .navPages-item.navPage-item--mega .navPage-item--heading .navPages-column-header.has-border, .navPages-list > .navPages-item.navPage-item--mega .navPage-item--heading > a.has-border {
    border-bottom: 2px solid #7CA386; }

.navPages-list > .navPages-item.navPage-item--mega .navPage-item--heading a, .navPages-list > .navPages-item.navPage-item--mega .navPage-item--heading .navPages-column-header {
  color: #1E333B;
  font-weight: 700; }

.navPages-list > .navPages-item.navPage-item--mega .navPage-item--heading > a:hover {
  border-bottom: 2px solid #7CA386; }

.navPages-list > .navPages-item.navPage-item--mega .navPage-item--heading .special-item {
  color: #630436; }

.navPages-list > .navPages-item.navPage-item--mega .navPage-item--heading .navPage-subMenu-item > .navPages-action {
  font-weight: 500;
  font-size: 13px;
  display: inline-block; }
  @media only screen and (min-width: 1200px) {
    .navPages-list > .navPages-item.navPage-item--mega .navPage-item--heading .navPage-subMenu-item > .navPages-action {
      font-size: 15px; } }
  .navPages-list > .navPages-item.navPage-item--mega .navPage-item--heading .navPage-subMenu-item > .navPages-action:hover {
    color: #000; }
    .navPages-list > .navPages-item.navPage-item--mega .navPage-item--heading .navPage-subMenu-item > .navPages-action:hover::after {
      display: block;
      height: 2px;
      width: 100%;
      background-color: #7CA386; }

/*********** Footer **********/
.form-wrapper .klaviyo_submit_button {
  font-size: 15px;
  height: 38px;
  line-height: 38px;
  font-weight: 400; }

.footer-newsletter {
  background-color: #7CA386;
  padding: 15px 0; }
  @media only screen and (min-width: 991px) {
    .footer-newsletter {
      padding: 6px 0; } }
  .footer-newsletter .newsletter-section {
    display: table;
    width: 100%; }
    @media only screen and (min-width: 991px) {
      .footer-newsletter .newsletter-section > div {
        display: table-cell;
        vertical-align: middle; } }
  .footer-newsletter .newsletter-header {
    margin-bottom: 20px; }
    @media only screen and (min-width: 991px) {
      .footer-newsletter .newsletter-header {
        margin-bottom: 0;
        width: 38%; } }
    @media (min-width: 1681px) {
      .footer-newsletter .newsletter-header {
        width: 50%; } }
    @media only screen and (min-width: 991px) {
      .footer-newsletter .newsletter-header .slant-line-section > div {
        display: block; }
        .footer-newsletter .newsletter-header .slant-line-section > div.line-wrap {
          display: none; } }
    @media (min-width: 1681px) {
      .footer-newsletter .newsletter-header .slant-line-section > div {
        display: inline-block; }
        .footer-newsletter .newsletter-header .slant-line-section > div.line-wrap {
          display: inline-block; } }
  .footer-newsletter h3, .footer-newsletter .h3, .footer-newsletter .cart-actions .btn, .cart-actions .footer-newsletter .btn, .footer-newsletter .cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit, .cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .footer-newsletter #ISR_form_submit, .footer-newsletter .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions #ISR_form_submit, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions .footer-newsletter #ISR_form_submit, .footer-newsletter .cart-actions .swal2-confirm, .cart-actions .footer-newsletter .swal2-confirm,
  .footer-newsletter .cart-actions .swal2-cancel, .cart-actions .footer-newsletter .swal2-cancel, .footer-newsletter p {
    color: #fff; }
  .footer-newsletter h3, .footer-newsletter .h3, .footer-newsletter .cart-actions .btn, .cart-actions .footer-newsletter .btn, .footer-newsletter .cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit, .cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .footer-newsletter #ISR_form_submit, .footer-newsletter .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions #ISR_form_submit, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions .footer-newsletter #ISR_form_submit, .footer-newsletter .cart-actions .swal2-confirm, .cart-actions .footer-newsletter .swal2-confirm,
  .footer-newsletter .cart-actions .swal2-cancel, .cart-actions .footer-newsletter .swal2-cancel {
    text-transform: uppercase; }
  @media only screen and (min-width: 991px) {
    .footer-newsletter .form-wrapper form {
      font-size: 0; } }
  @media only screen and (min-width: 991px) {
    .footer-newsletter .form-wrapper {
      width: 62%; } }
  @media (min-width: 1681px) {
    .footer-newsletter .form-wrapper {
      width: 50%; } }
  .footer-newsletter .form-wrapper::-webkit-input-placeholder {
    color: #fff;
    font-weight: 200; }
  .footer-newsletter .form-wrapper::-moz-placeholder {
    color: #fff;
    font-weight: 200; }
  .footer-newsletter .form-wrapper:-ms-input-placeholder {
    color: #fff;
    font-weight: 200; }
  @media only screen and (min-width: 991px) {
    .footer-newsletter .form-wrapper .klaviyo_field_group, .footer-newsletter .form-wrapper .klaviyo_form_actions {
      display: inline-block;
      vertical-align: middle; } }
  @media only screen and (min-width: 991px) {
    .footer-newsletter .form-wrapper .klaviyo_field_group {
      width: calc(100% - 160px);
      font-size: 0; } }
  .footer-newsletter .form-wrapper .input-wrap {
    max-width: 250px;
    margin: 0 auto 13px; }
    @media only screen and (min-width: 991px) {
      .footer-newsletter .form-wrapper .input-wrap {
        display: inline-block;
        margin: 0 12px 0 0; }
        .footer-newsletter .form-wrapper .input-wrap.name-input-wrap {
          max-width: 229px; } }
    @media only screen and (min-width: 991px) and (min-width: 991px) {
      .footer-newsletter .form-wrapper .input-wrap.name-input-wrap {
        width: calc(40% - 12px); } }
    @media only screen and (min-width: 991px) {
        .footer-newsletter .form-wrapper .input-wrap.email-input-wrap {
          max-width: 310px; } }
    @media only screen and (min-width: 991px) and (min-width: 991px) {
      .footer-newsletter .form-wrapper .input-wrap.email-input-wrap {
        width: calc(60% - 12px); } }
  .footer-newsletter .form-wrapper .form-input, .footer-newsletter .form-wrapper .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper input[type="email"], .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper .footer-newsletter .form-wrapper input[type="email"] {
    background: transparent;
    color: #ffffff;
    border: 1px solid #1E333B;
    font-size: 15px;
    padding: 0;
    text-indent: 16px;
    height: 38px;
    line-height: 38px;
    margin: 0;
    letter-spacing: .08em; }
    .footer-newsletter .form-wrapper .form-input::placeholder, .footer-newsletter .form-wrapper .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper input[type="email"]::placeholder, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper .footer-newsletter .form-wrapper input[type="email"]::placeholder {
      color: #ffffff; }
  .footer-newsletter .form-wrapper .klaviyo_messages {
    text-align: left;
    color: #ffffff; }

.footer-main {
  padding: 40px 0 35px;
  color: #1E333B;
  letter-spacing: .02em; }
  @media only screen and (min-width: 768px) {
    .footer-main {
      padding: 60px 0 0px; } }
  .footer-main address {
    font-style: normal;
    font-weight: 200;
    margin-bottom: 25px; }
    @media only screen and (max-width: 767px) {
      .footer-main address {
        font-size: 14px; } }
    .footer-main address.no-margin-bottom {
      margin-bottom: 0px; }
  .footer-main p {
    margin-bottom: 30px;
    font-weight: 200; }
    @media only screen and (max-width: 767px) {
      .footer-main p {
        font-size: 14px; } }
  .footer-main .contact-info-container {
    display: flex;
    justify-content: center;
    font-size: 15px;
    font-weight: 300;
    margin-top: 40px; }
    .footer-main .contact-info-container .info-container {
      display: inline-block; }
      .footer-main .contact-info-container .info-container.margin-left {
        margin-left: 27px; }
      .footer-main .contact-info-container .info-container.phone-link a {
        text-decoration: underline; }
  .footer-main .btn2 {
    height: 40px;
    line-height: 36px;
    font-size: 15px;
    font-weight: 400; }
    .footer-main .btn2 > span {
      display: inline-block;
      vertical-align: middle; }
      .footer-main .btn2 > span.icon-wrap {
        margin-right: 15px;
        position: relative;
        top: 2px; }
        .footer-main .btn2 > span.icon-wrap svg {
          fill: #fff;
          width: 23px;
          height: 15px; }

.footer-socket {
  background-color: #1E333B; }
  .footer-socket, .footer-socket * {
    color: #fff; }
  .footer-socket .socialLinks {
    line-height: 20px;
    margin-bottom: 15px; }
    @media only screen and (min-width: 768px) {
      .footer-socket .socialLinks {
        line-height: 33px;
        margin-bottom: 0; } }
    .footer-socket .socialLinks .socialLinks-item {
      margin-right: 20px;
      position: relative;
      top: -2px; }
      .footer-socket .socialLinks .socialLinks-item:last-of-type {
        margin-right: 0; }
    .footer-socket .socialLinks .icon {
      height: 1.2rem;
      width: 1.2rem; }
      @media only screen and (max-width: 767px) {
        .footer-socket .socialLinks .icon {
          width: 30px;
          height: 30px;
          padding: 5px; } }
      .footer-socket .socialLinks .icon svg {
        fill: #fff; }
      .footer-socket .socialLinks .icon:hover svg {
        fill: #7CA386; }

.footer-info-list a {
  color: #1E333B;
  font-weight: 200;
  line-height: 1.3333; }
  .footer-info-list a:hover {
    color: #7CA386; }

.home-section {
  padding-top: 30px; }
  @media only screen and (min-width: 768px) {
    .home-section {
      padding-top: 52px; } }
  .home-section h2, .home-section .h2 {
    text-transform: uppercase;
    margin-bottom: 25px; }
    @media only screen and (min-width: 768px) {
      .home-section h2, .home-section .h2 {
        margin-bottom: 40px; } }

.shop-by-category {
  padding-bottom: 40px; }
  @media only screen and (min-width: 991px) {
    .shop-by-category {
      padding-bottom: 35px; } }
  .shop-by-category .single-category {
    padding-top: 100%;
    position: relative;
    margin-bottom: 15px; }
    @media only screen and (min-width: 991px) {
      .shop-by-category .single-category {
        margin-bottom: 66px; } }
    .shop-by-category .single-category a {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      max-width: 430px;
      margin: 0 auto; }
      .shop-by-category .single-category a:hover p {
        text-decoration: underline; }
    .shop-by-category .single-category .image-holder {
      background-color: #fff; }
    .shop-by-category .single-category .text-holder {
      max-width: 230px; }
      .shop-by-category .single-category .text-holder .text-inner {
        padding: 16px 8px 14px; }
        .shop-by-category .single-category .text-holder .text-inner.text-inner-cuttings-bare-root {
          padding-left: 25px;
          padding-right: 25px; }
        .shop-by-category .single-category .text-holder .text-inner h3, .shop-by-category .single-category .text-holder .text-inner .h3, .shop-by-category .single-category .text-holder .text-inner .cart-actions .btn, .cart-actions .shop-by-category .single-category .text-holder .text-inner .btn, .shop-by-category .single-category .text-holder .text-inner .cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit, .cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .shop-by-category .single-category .text-holder .text-inner #ISR_form_submit, .shop-by-category .single-category .text-holder .text-inner .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions #ISR_form_submit, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions .shop-by-category .single-category .text-holder .text-inner #ISR_form_submit, .shop-by-category .single-category .text-holder .text-inner .cart-actions .swal2-confirm, .cart-actions .shop-by-category .single-category .text-holder .text-inner .swal2-confirm,
        .shop-by-category .single-category .text-holder .text-inner .cart-actions .swal2-cancel, .cart-actions .shop-by-category .single-category .text-holder .text-inner .swal2-cancel {
          text-transform: uppercase;
          margin-bottom: 6px;
          line-height: 28px; }
        .shop-by-category .single-category .text-holder .text-inner p {
          margin: 0;
          text-transform: uppercase;
          color: #1E333B;
          font-weight: 400;
          line-height: 22px; }
  .shop-by-category .columns:nth-of-type(even) .text-holder {
    box-shadow: 13px 13px 0 0 #335C64; }

.image-holder {
  padding-top: 100%;
  position: relative; }
  .image-holder img {
    position: absolute;
    top: 0;
    left: 0; }

.how-to-care {
  background-color: #7CA386; }
  @media only screen and (min-width: 991px) {
    .how-to-care .how-to-care-wrap {
      height: 441px; } }
  .how-to-care .left-side {
    padding: 0 60px 0 88px; }
    .how-to-care .left-side h2, .how-to-care .left-side .h2 {
      text-transform: uppercase;
      margin: 0;
      line-height: 1.543; }
    .how-to-care .left-side .left-side-inner {
      display: table;
      width: 100%; }
      .how-to-care .left-side .left-side-inner > div {
        display: table-cell;
        vertical-align: top; }
      .how-to-care .left-side .left-side-inner .content-wrap {
        position: relative; }
        .how-to-care .left-side .left-side-inner .content-wrap p {
          max-width: 484px;
          margin: 0 auto;
          line-height: 1.93; }
        .how-to-care .left-side .left-side-inner .content-wrap .btn, .how-to-care .left-side .left-side-inner .content-wrap .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .how-to-care .left-side .left-side-inner .content-wrap #ISR_form_submit, .how-to-care .left-side .left-side-inner .content-wrap .swal2-confirm,
        .how-to-care .left-side .left-side-inner .content-wrap .swal2-cancel {
          position: absolute;
          bottom: 12px;
          right: 20%; }

/********* Video Review *********/
.video-review {
  background-color: #1E333B;
  padding: 30px 0 40px; }
  @media (min-width: 768px) {
    .video-review {
      padding: 52px 0 79px; } }
  .video-review .section-header {
    text-align: center;
    color: #fff; }
    @media (min-width: 768px) {
      .video-review .section-header {
        margin-bottom: 40px; } }
    .video-review .section-header img {
      margin-left: 10px;
      position: relative;
      top: -4px; }
  .video-review .content-wrap {
    max-width: 1186px;
    margin: 0 auto;
    position: relative; }
    @media (min-width: 768px) {
      .video-review .content-wrap {
        box-shadow: 13px 13px 0 0 #335C64; } }
    .video-review .content-wrap .image-wrapper {
      height: 250px; }
      .video-review .content-wrap .image-wrapper img {
        object-fit: cover;
        width: 100%;
        height: 100%; }
      @media (min-width: 480px) {
        .video-review .content-wrap .image-wrapper {
          height: 340px; } }
      @media (min-width: 768px) {
        .video-review .content-wrap .image-wrapper {
          height: 490px; } }
      @media (min-width: 991px) {
        .video-review .content-wrap .image-wrapper {
          height: 666px; } }
    .video-review .content-wrap .text-overlay {
      background-color: rgba(138, 142, 157, 0.87);
      padding: 20px 25px 25px; }
      @media (min-width: 768px) {
        .video-review .content-wrap .text-overlay {
          position: absolute;
          right: 0;
          top: 0;
          bottom: 0;
          width: 400px;
          padding: 40px 20px 0; } }
      @media (min-width: 991px) {
        .video-review .content-wrap .text-overlay {
          width: 491px;
          padding: 87px 64px 0; } }
      .video-review .content-wrap .text-overlay * {
        color: #fff; }
      .video-review .content-wrap .text-overlay .h2 {
        line-height: 1.5428; }
        @media (min-width: 768px) {
          .video-review .content-wrap .text-overlay .h2 {
            margin-bottom: 25px; } }
        @media (min-width: 991px) {
          .video-review .content-wrap .text-overlay .h2 {
            margin-bottom: 37px; } }
      .video-review .content-wrap .text-overlay .small-title {
        text-transform: uppercase; }
        @media (min-width: 768px) {
          .video-review .content-wrap .text-overlay .small-title {
            margin-bottom: 18px;
            font-size: 25px; } }
        @media (min-width: 991px) {
          .video-review .content-wrap .text-overlay .small-title {
            margin-bottom: 25px; } }
      .video-review .content-wrap .text-overlay p {
        font-size: 15px;
        line-height: 1.2;
        margin-bottom: 0; }
      .video-review .content-wrap .text-overlay .play-button {
        width: 45px;
        height: 45px;
        margin-right: 10px; }
        @media (min-width: 991px) {
          .video-review .content-wrap .text-overlay .play-button {
            width: 68px;
            height: 68px; } }
        .video-review .content-wrap .text-overlay .play-button svg {
          fill: #fff; }
      .video-review .content-wrap .text-overlay .video-link {
        margin-bottom: 25px; }
        @media (min-width: 768px) {
          .video-review .content-wrap .text-overlay .video-link {
            margin-bottom: 30px; } }
        @media (min-width: 991px) {
          .video-review .content-wrap .text-overlay .video-link {
            margin-bottom: 70px; } }

/********* Raves / Reviews ********/
.raves-reviews {
  position: relative;
  height: 350px;
  overflow: hidden; }
  @media (min-width: 480px) {
    .raves-reviews {
      height: 400px; } }
  @media (min-width: 991px) {
    .raves-reviews {
      height: 494px; } }
  @media (min-width: 991px) {
    .raves-reviews h2, .raves-reviews .h2 {
      margin-bottom: 21px; } }
  .raves-reviews .container {
    height: 100%; }
  .raves-reviews .raves-reviews-left {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    max-width: 25%;
    width: 476px; }
    .raves-reviews .raves-reviews-left .bg-wrap {
      width: 100%;
      height: 100%; }
      @media (min-width: 1200px) {
        .raves-reviews .raves-reviews-left .bg-wrap {
          -webkit-transform: rotateZ(0deg);
          -khtml-transform: rotateZ(0deg);
          -moz-transform: rotateZ(0deg);
          -ms-transform: rotateZ(0deg);
          -o-transform: rotateZ(0deg);
          transform: rotateZ(0deg); } }
    .raves-reviews .raves-reviews-left .inner-bg {
      background-position: center right;
      background-repeat: no-repeat; }
  .raves-reviews .raves-reviews-right {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 25%;
    width: 349px; }
    .raves-reviews .raves-reviews-right .bg-wrap {
      width: 100%;
      height: 100%; }
    .raves-reviews .raves-reviews-right .inner-bg {
      background-position: center left; }
  .raves-reviews .reviews-wrap {
    max-width: 95%;
    margin: 0 auto;
    position: relative;
    padding-top: 10px; }
    @media (min-width: 480px) {
      .raves-reviews .reviews-wrap {
        max-width: 72%; } }
    @media (min-width: 991px) {
      .raves-reviews .reviews-wrap {
        max-width: 100%;
        padding-top: 60px; } }
    .raves-reviews .reviews-wrap::before, .raves-reviews .reviews-wrap::after {
      content: '';
      position: absolute;
      top: 0;
      background-size: cover;
      width: 50px;
      height: 44px; }
      @media (min-width: 991px) {
        .raves-reviews .reviews-wrap::before, .raves-reviews .reviews-wrap::after {
          width: 195px;
          height: 170px; } }
    .raves-reviews .reviews-wrap::before {
      background-image: url("../img/home/quote-left.svg");
      left: 0px; }
    .raves-reviews .reviews-wrap::after {
      content: '';
      background-image: url("../img/home/quote-right.svg");
      right: 0px; }
  .raves-reviews h3, .raves-reviews .h3, .raves-reviews .cart-actions .btn, .cart-actions .raves-reviews .btn, .raves-reviews .cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit, .cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .raves-reviews #ISR_form_submit, .raves-reviews .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions #ISR_form_submit, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions .raves-reviews #ISR_form_submit, .raves-reviews .cart-actions .swal2-confirm, .cart-actions .raves-reviews .swal2-confirm,
  .raves-reviews .cart-actions .swal2-cancel, .cart-actions .raves-reviews .swal2-cancel {
    line-height: 1.56;
    color: #7CA386;
    font-style: italic;
    font-weight: 300;
    margin-bottom: 20px; }
    @media only screen and (max-width: 479px) {
      .raves-reviews h3, .raves-reviews .h3, .raves-reviews .cart-actions .btn, .cart-actions .raves-reviews .btn, .raves-reviews .cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit, .cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .raves-reviews #ISR_form_submit, .raves-reviews .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions #ISR_form_submit, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions .raves-reviews #ISR_form_submit, .raves-reviews .cart-actions .swal2-confirm, .cart-actions .raves-reviews .swal2-confirm,
      .raves-reviews .cart-actions .swal2-cancel, .cart-actions .raves-reviews .swal2-cancel {
        font-size: 16px; } }
  .raves-reviews .btn, .raves-reviews .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .raves-reviews #ISR_form_submit, .raves-reviews .swal2-confirm,
  .raves-reviews .swal2-cancel {
    position: absolute;
    bottom: 60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -khtml-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
  .raves-reviews .stars-name-wrap .stars-wrap,
  .raves-reviews .stars-name-wrap .name-wrap {
    display: inline-block;
    vertical-align: middle; }
  .raves-reviews .stars-name-wrap .stars-wrap {
    margin-right: 30px; }
    .raves-reviews .stars-name-wrap .stars-wrap svg {
      fill: #1E333B; }
  .raves-reviews .stars-name-wrap .name-wrap p {
    font-weight: 400;
    font-size: 15px;
    color: #335C64;
    margin-bottom: 0; }
    @media (min-width: 991px) {
      .raves-reviews .stars-name-wrap .name-wrap p {
        font-size: 20px; } }

/********* Customer Photos ********/
.customer-photos-wrapper {
  padding-bottom: 28px;
  display: none; }
  @media only screen and (min-width: 768px) {
    .customer-photos-wrapper {
      padding-bottom: 48px;
      display: block; } }
  .customer-photos-wrapper h2, .customer-photos-wrapper .h2 {
    margin-bottom: 8px; }
  .customer-photos-wrapper p {
    color: #7CA386;
    margin-bottom: 30px;
    font-weight: 400;
    text-transform: uppercase; }
    @media only screen and (min-width: 768px) {
      .customer-photos-wrapper p {
        margin-bottom: 55px; } }
    .customer-photos-wrapper p a {
      color: inherit;
      text-decoration: none; }
      .customer-photos-wrapper p a:hover {
        text-decoration: underline; }

/********* Featured Products / Product Card ********/
.productView #form-action-addToCart {
  color: #fff; }

.featured-products {
  padding-bottom: 40px; }
  @media only screen and (min-width: 768px) {
    .featured-products {
      padding-bottom: 60px; } }
  .featured-products .productView #form-action-addToCart {
    padding: 0 10px;
    min-width: 134px; }
    @media (min-width: 1681px) {
      .featured-products .productView #form-action-addToCart {
        padding: 0 15px;
        min-width: 160px; } }

@media only screen and (min-width: 991px) {
  .product-grid-clip {
    clear: both;
    outline: 1px solid #fff;
    outline-offset: -1px; } }

@media only screen and (max-width: 990px) {
  .product-grid-clip.mobile-wide {
    margin-inline: -3px; } }

.product-row {
  text-align: center; }
  @media only screen and (min-width: 991px) {
    .product-row .product {
      border-right: 1px solid #edeff3;
      border-bottom: 1px solid #edeff3; } }

.product {
  padding-block: 0 20px;
  overflow: visible; }
  .product .card-wrap {
    height: 100%;
    box-sizing: content-box;
    padding-inline: 1px;
    position: relative; }
  .product .notReadyBadge {
    position: absolute;
    bottom: 35px;
    transform: translate(-50%, 50%);
    left: 50%;
    width: max-content; }
    @media only screen and (max-width: 990px) {
      .product .notReadyBadge {
        display: none; } }

.product-price-wrap, body div#isp_search_result_page_container #isp_search_results_container .isp_product_price_wrapper {
  font-size: 15px;
  font-weight: 200; }
  @media (min-width: 768px) {
    .product-price-wrap, body div#isp_search_result_page_container #isp_search_results_container .isp_product_price_wrapper {
      font-size: 20px; } }
  .product-price-wrap > div, body div#isp_search_result_page_container #isp_search_results_container .isp_product_price_wrapper > div {
    display: inline-block;
    vertical-align: middle; }
  .product-price-wrap .rrp, body div#isp_search_result_page_container #isp_search_results_container .isp_product_price_wrapper .rrp, .product-price-wrap .original-price, body div#isp_search_result_page_container #isp_search_results_container .isp_product_price_wrapper .original-price, .product-price-wrap body div#isp_search_result_page_container #isp_search_results_container .isp_compare_at_price, body div#isp_search_result_page_container #isp_search_results_container .product-price-wrap .isp_compare_at_price, body div#isp_search_result_page_container #isp_search_results_container .isp_product_price_wrapper .isp_compare_at_price {
    white-space: nowrap; }
  .product-price-wrap .rrp, body div#isp_search_result_page_container #isp_search_results_container .isp_product_price_wrapper .rrp {
    display: none; }
  .product-price-wrap .original-price, body div#isp_search_result_page_container #isp_search_results_container .isp_product_price_wrapper .original-price, .product-price-wrap body div#isp_search_result_page_container #isp_search_results_container .isp_compare_at_price, body div#isp_search_result_page_container #isp_search_results_container .product-price-wrap .isp_compare_at_price, body div#isp_search_result_page_container #isp_search_results_container .isp_product_price_wrapper .isp_compare_at_price {
    display: inline-block; }
  .product-price-wrap.on-sale, body div#isp_search_result_page_container #isp_search_results_container .on-sale.isp_product_price_wrapper {
    color: #db6363; }
    .product-price-wrap.on-sale del, body div#isp_search_result_page_container #isp_search_results_container .on-sale.isp_product_price_wrapper del, .product-price-wrap.on-sale .label-original-price, body div#isp_search_result_page_container #isp_search_results_container .on-sale.isp_product_price_wrapper .label-original-price {
      color: #cbcbcb; }
  .product-price-wrap .card-options-text, body div#isp_search_result_page_container #isp_search_results_container .isp_product_price_wrapper .card-options-text {
    font-weight: 200;
    font-size: 12px; }
    @media only screen and (min-width: 768px) {
      .product-price-wrap .card-options-text, body div#isp_search_result_page_container #isp_search_results_container .isp_product_price_wrapper .card-options-text {
        font-size: 14px; } }

.productView-price .pack-price {
  font-weight: 400;
  font-size: 14px; }

.notReadyBadge {
  font-size: 13px;
  background: #7CA386;
  display: inline-block;
  color: #fff;
  line-height: 20px;
  height: 22px;
  padding: 0 6px;
  letter-spacing: .02em; }
  .notReadyBadge .not-ready {
    top: 1px;
    position: relative; }
  .notReadyBadge .available + .not-ready {
    display: none; }

.add-to-cart-wrap .form-action {
  margin: 0;
  display: block; }
  @media only screen and (max-width: 479px) {
    .add-to-cart-wrap .form-action .btn, .add-to-cart-wrap .form-action .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .add-to-cart-wrap .form-action #ISR_form_submit, .add-to-cart-wrap .form-action .swal2-confirm,
    .add-to-cart-wrap .form-action .swal2-cancel {
      padding: 0 15px;
      height: 40px;
      line-height: 40px;
      font-size: 14px; } }

.form-field.hidden-field, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .hidden-field#ISR_form_email-wrapper {
  position: absolute;
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0; }

.form-field--increments {
  margin-bottom: 0;
  display: block;
  z-index: 1;
  background-color: #fff; }
  .cart-item .form-field--increments {
    display: inline-block;
    vertical-align: middle; }
  .form-field--increments .form-label--alternate {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    margin-bottom: 0;
    font-weight: 500;
    color: #414042;
    margin-right: 14px;
    letter-spacing: .02em; }
  .form-field--increments .form-increment {
    vertical-align: middle;
    font-size: 0;
    display: inline-flex;
    gap: 2px; }
    @media only screen and (min-width: 768px) {
      .form-field--increments .form-increment {
        flex-direction: row-reverse; } }
  .form-field--increments .quantity-number-wrap {
    display: inline;
    overflow: hidden; }
  .form-field--increments input.form-input, .form-field--increments .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper input[type="email"], .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper .form-field--increments input[type="email"] {
    background: #edeff3;
    width: 60px;
    color: #414042;
    height: 40px;
    font-size: 14px;
    padding: 0;
    text-indent: 2px;
    text-align: center; }
    .form-field--increments input.form-input:focus, .form-field--increments .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper input:focus[type="email"], .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper .form-field--increments input:focus[type="email"] {
      outline-offset: -2px !important;
      background: white; }
  .form-field--increments .quantity-btns-wrap {
    display: inline; }
    @media only screen and (min-width: 768px) {
      .form-field--increments .quantity-btns-wrap {
        display: block;
        float: right; } }
  .form-field--increments .quantity-btn-wrap {
    display: inline; }
    @media only screen and (min-width: 768px) {
      .form-field--increments .quantity-btn-wrap {
        display: block;
        height: 19px; }
        .form-field--increments .quantity-btn-wrap:first-of-type {
          margin-bottom: 2px; } }
    .form-field--increments .quantity-btn-wrap .quantity-icon {
      display: block;
      margin: 0 auto; }
    .form-field--increments .quantity-btn-wrap .button {
      padding: 0;
      background: #edeff3;
      width: 40px;
      height: 40px;
      margin-right: 2px;
      transition: all 0.15s ease; }
      .form-field--increments .quantity-btn-wrap .button::before {
        display: none; }
      .form-field--increments .quantity-btn-wrap .button:hover {
        background-color: #335C64; }
      @media only screen and (min-width: 768px) {
        .form-field--increments .quantity-btn-wrap .button {
          width: 38px;
          height: 100%;
          margin-right: 0; } }
      .form-field--increments .quantity-btn-wrap .button .icon {
        height: 12px;
        width: 12px; }
      .form-field--increments .quantity-btn-wrap .button[data-action="inc"] {
        float: right; }
        @media only screen and (min-width: 768px) {
          .form-field--increments .quantity-btn-wrap .button[data-action="inc"] {
            float: none; } }
      .form-field--increments .quantity-btn-wrap .button[data-action="dec"] {
        float: left; }
        @media only screen and (min-width: 768px) {
          .form-field--increments .quantity-btn-wrap .button[data-action="dec"] {
            float: none; } }
      .form-field--increments .quantity-btn-wrap .button svg {
        fill: #414042; }
      .form-field--increments .quantity-btn-wrap .button:hover svg {
        fill: #fff; }

.card .form-field.form-field--increments .quantity-number-wrap input.form-input, .card .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .form-field--increments#ISR_form_email-wrapper .quantity-number-wrap input.form-input, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .card .form-field--increments#ISR_form_email-wrapper .quantity-number-wrap input.form-input, .card .form-field.form-field--increments .quantity-number-wrap .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper input[type="email"], .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper .card .form-field.form-field--increments .quantity-number-wrap input[type="email"], .card .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .form-field--increments#ISR_form_email-wrapper .quantity-number-wrap input[type="email"], .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .card .form-field--increments#ISR_form_email-wrapper .quantity-number-wrap input[type="email"] {
  background: #630436 !important;
  color: #fff !important;
  border-left: 2px solid #fff;
  text-align: center; }
  @media (min-width: 480px) {
    .card .form-field.form-field--increments .quantity-number-wrap input.form-input, .card .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .form-field--increments#ISR_form_email-wrapper .quantity-number-wrap input.form-input, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .card .form-field--increments#ISR_form_email-wrapper .quantity-number-wrap input.form-input, .card .form-field.form-field--increments .quantity-number-wrap .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper input[type="email"], .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper .card .form-field.form-field--increments .quantity-number-wrap input[type="email"], .card .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .form-field--increments#ISR_form_email-wrapper .quantity-number-wrap input[type="email"], .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .card .form-field--increments#ISR_form_email-wrapper .quantity-number-wrap input[type="email"] {
      width: 30px !important; } }
  .card .form-field.form-field--increments .quantity-number-wrap input.form-input:focus, .card .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .form-field--increments#ISR_form_email-wrapper .quantity-number-wrap input.form-input:focus, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .card .form-field--increments#ISR_form_email-wrapper .quantity-number-wrap input.form-input:focus, .card .form-field.form-field--increments .quantity-number-wrap .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper input:focus[type="email"], .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper .card .form-field.form-field--increments .quantity-number-wrap input:focus[type="email"], .card .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .form-field--increments#ISR_form_email-wrapper .quantity-number-wrap input:focus[type="email"], .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .card .form-field--increments#ISR_form_email-wrapper .quantity-number-wrap input:focus[type="email"] {
    background: #630436 !important; }

.card .quantity-btn-wrap .button {
  background-color: #630436 !important; }
  .card .quantity-btn-wrap .button svg {
    fill: #fff !important; }

.card .form-action.card-action .btn, .card .form-action.card-action .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .card .form-action.card-action #ISR_form_submit, .card .form-action.card-action .swal2-confirm,
.card .form-action.card-action .swal2-cancel {
  background: #630436 !important; }

@media (min-width: 991px) {
  .productView-options .form-action .button {
    margin-right: 0; } }

.add-to-cart-wrap .form-action input {
  margin: 0; }

/******* Category Page ********/
.rivet-customer-reviews {
  background: #edeff3;
  padding: 35px 0 0px;
  text-align: center;
  min-height: 250px; }
  @media (min-width: 991px) {
    .rivet-customer-reviews {
      min-height: 370px;
      text-align: left; } }
  .rivet-customer-reviews #TOG a.rvt-link-muted {
    display: none; }
  .rivet-customer-reviews #TOG .rvt-embed-heading {
    display: none !important; }
  .rivet-customer-reviews .rvt-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0; }
  .rivet-customer-reviews .rvt-theme-light .rvt-no-link, .rivet-customer-reviews #TOG [class*=rvt-theme-] .rvt-theme-light .rvt-no-link, .rivet-customer-reviews [class*=rvt-theme-] [class*=rvt-theme-] .rvt-theme-light .rvt-no-link {
    position: relative;
    white-space: nowrap;
    display: inline-block;
    margin: 0 -0.02em;
    text-align: left;
    vertical-align: middle; }
  .rivet-customer-reviews .rvt-i {
    font-family: 'togetherGlyphs';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0 0.02em;
    display: inline-block;
    vertical-align: middle; }
  .rivet-customer-reviews .rvt-rating-count {
    color: #7CA386; }
  .rivet-customer-reviews .rvt-i-star:before {
    content: "\e632";
    color: #1E333B; }
  @media (min-width: 991px) {
    .rivet-customer-reviews .left-side {
      padding-left: 16px;
      padding-top: 88px; } }
  @media (min-width: 1681px) {
    .rivet-customer-reviews .left-side {
      padding-left: 58px; } }
  .rivet-customer-reviews h2, .rivet-customer-reviews .h2 {
    line-height: 1.2;
    margin-bottom: 17px; }
    @media (min-width: 991px) {
      .rivet-customer-reviews h2, .rivet-customer-reviews .h2 {
        font-size: 26px;
        margin-bottom: 37px; } }
    @media (min-width: 1300px) {
      .rivet-customer-reviews h2, .rivet-customer-reviews .h2 {
        font-size: 35px; } }
    .rivet-customer-reviews h2 br, .rivet-customer-reviews .h2 br {
      display: none; }
      @media (min-width: 991px) {
        .rivet-customer-reviews h2 br, .rivet-customer-reviews .h2 br {
          display: inline; } }
  .rivet-customer-reviews .btn-wrap {
    text-align: center;
    margin-bottom: 11px; }
    @media (min-width: 991px) {
      .rivet-customer-reviews .btn-wrap {
        margin-bottom: 0;
        text-align: left; } }
  .rivet-customer-reviews .btn.btn1, .rivet-customer-reviews .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .rivet-customer-reviews #ISR_form_submit, .rivet-customer-reviews .swal2-confirm,
  .rivet-customer-reviews .btn1.swal2-cancel, .rivet-customer-reviews .swal2-cancel.swal2-confirm {
    min-width: 148px; }

h4.rvt-t-text.rvt-embed-header-title-text, .rvt-t-text.rvt-embed-header-title-text.h4, .estimator-form select.rvt-t-text.rvt-embed-header-title-text.form-select#shipping-state {
  display: none; }

.rvt-embed-container .rvt-embed-filmstripContainer-arrow i {
  font-size: 44px; }

.sorter-section {
  width: auto; }

.mobile-filters,
.product-sorter {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  width: 50%;
  float: left;
  background-color: #7CA386;
  color: white; }

.mobile-filters {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1;
  padding: 15px;
  border-right: 1px solid #fff; }
  @media only screen and (min-width: 991px) {
    .mobile-filters {
      display: none; } }

@media only screen and (min-width: 991px) {
  .products-row {
    padding-top: 30px; } }

.sorter-offset {
  margin-inline: -15px;
  z-index: 9; }
  @media only screen and (min-width: 991px) {
    .sorter-offset {
      margin: 0 0 30px; } }

.num-products {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #989898;
  margin-bottom: 0;
  margin-left: 25px; }

.product-sorter {
  padding: 0; }
  .product-sorter:only-child {
    width: 100%; }
  @media only screen and (min-width: 991px) {
    .product-sorter {
      width: 100%;
      background-color: transparent;
      text-align: right !important;
      margin-right: 25px; } }
  .product-sorter .actionBar {
    margin: 0; }
    .product-sorter .actionBar .actionBar-section {
      float: none; }
      .product-sorter .actionBar .actionBar-section .form-field, .product-sorter .actionBar .actionBar-section .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .product-sorter .actionBar .actionBar-section #ISR_form_email-wrapper {
        border: 0 none;
        margin: 0;
        border-radius: 0;
        background-color: transparent;
        position: static; }
        @media only screen and (min-width: 991px) {
          .product-sorter .actionBar .actionBar-section .form-field, .product-sorter .actionBar .actionBar-section .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .product-sorter .actionBar .actionBar-section #ISR_form_email-wrapper {
            position: relative; } }
        .product-sorter .actionBar .actionBar-section .form-field .form-label, .product-sorter .actionBar .actionBar-section .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper .form-label, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .product-sorter .actionBar .actionBar-section #ISR_form_email-wrapper .form-label, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper .product-sorter .actionBar .actionBar-section .form-field label, .product-sorter .actionBar .actionBar-section .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper label, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .product-sorter .actionBar .actionBar-section #ISR_form_email-wrapper label {
          color: white;
          margin: 0;
          font-size: 16px;
          line-height: 1;
          padding: 15px;
          width: 100%; }
          @media only screen and (min-width: 991px) {
            .product-sorter .actionBar .actionBar-section .form-field .form-label, .product-sorter .actionBar .actionBar-section .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper .form-label, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .product-sorter .actionBar .actionBar-section #ISR_form_email-wrapper .form-label, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper .product-sorter .actionBar .actionBar-section .form-field label, .product-sorter .actionBar .actionBar-section .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper label, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .product-sorter .actionBar .actionBar-section #ISR_form_email-wrapper label {
              color: #989898;
              margin-right: 37px;
              padding: 0;
              width: auto; } }
        .product-sorter .actionBar .actionBar-section .form-field .h4, .product-sorter .actionBar .actionBar-section .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper .h4, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .product-sorter .actionBar .actionBar-section #ISR_form_email-wrapper .h4, .product-sorter .actionBar .actionBar-section .form-field .estimator-form select.form-select#shipping-state, .estimator-form .product-sorter .actionBar .actionBar-section .form-field select.form-select#shipping-state, .product-sorter .actionBar .actionBar-section .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper .estimator-form select.form-select#shipping-state, .estimator-form .product-sorter .actionBar .actionBar-section .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper select.form-select#shipping-state, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .product-sorter .actionBar .actionBar-section #ISR_form_email-wrapper .estimator-form select.form-select#shipping-state, .estimator-form .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .product-sorter .actionBar .actionBar-section #ISR_form_email-wrapper select.form-select#shipping-state {
          font-weight: 400;
          text-transform: uppercase; }
        .product-sorter .actionBar .actionBar-section .form-field .sort-field, .product-sorter .actionBar .actionBar-section .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper .sort-field, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .product-sorter .actionBar .actionBar-section #ISR_form_email-wrapper .sort-field {
          display: none; }
          .product-sorter .actionBar .actionBar-section .form-field .sort-field select, .product-sorter .actionBar .actionBar-section .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper .sort-field select, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .product-sorter .actionBar .actionBar-section #ISR_form_email-wrapper .sort-field select {
            display: block;
            width: 100%; }
            @media only screen and (min-width: 991px) {
              .product-sorter .actionBar .actionBar-section .form-field .sort-field select, .product-sorter .actionBar .actionBar-section .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper .sort-field select, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .product-sorter .actionBar .actionBar-section #ISR_form_email-wrapper .sort-field select {
                width: auto;
                display: inline-block; } }
          @media only screen and (max-width: 990px) {
            .product-sorter .actionBar .actionBar-section .form-field .sort-field.is-open, .product-sorter .actionBar .actionBar-section .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper .sort-field.is-open, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .product-sorter .actionBar .actionBar-section #ISR_form_email-wrapper .sort-field.is-open {
              display: block;
              position: absolute;
              top: 100%;
              left: 0;
              right: 0;
              padding: 17px 13px;
              z-index: 1;
              width: auto;
              background-color: #fff; } }
          @media only screen and (min-width: 991px) {
            .product-sorter .actionBar .actionBar-section .form-field .sort-field, .product-sorter .actionBar .actionBar-section .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper .sort-field, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .product-sorter .actionBar .actionBar-section #ISR_form_email-wrapper .sort-field {
              display: inline; } }
        .product-sorter .actionBar .actionBar-section .form-field .form-select, .product-sorter .actionBar .actionBar-section .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper .form-select, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .product-sorter .actionBar .actionBar-section #ISR_form_email-wrapper .form-select {
          display: inline-block;
          border: 1px solid #1E333B;
          border-radius: 0;
          text-indent: 8px;
          padding: 0;
          padding-right: 10px;
          height: 34px;
          line-height: 32px;
          min-width: 178px;
          font-weight: 200;
          color: #8a8e9d;
          background-position: right 10px top 5px;
          background-color: transparent;
          max-width: none; }

.load-more-holder {
  padding-top: 63px; }
  .load-more-holder .loadMore.btn.btn2, .load-more-holder .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .loadMore.btn2#ISR_form_submit, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .load-more-holder .loadMore.btn2#ISR_form_submit, .load-more-holder .loadMore.btn2.swal2-confirm,
  .load-more-holder .loadMore.btn2.swal2-cancel {
    margin-bottom: 63px; }
    .load-more-holder .loadMore.btn.btn2:hover::before, .load-more-holder .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .loadMore.btn2#ISR_form_submit:hover::before, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .load-more-holder .loadMore.btn2#ISR_form_submit:hover::before, .load-more-holder .loadMore.btn2.swal2-confirm:hover::before,
    .load-more-holder .loadMore.btn2.swal2-cancel:hover::before {
      background: #7CA386; }

.category-lower {
  background: #edeff3; }

/********* Contact Page ***********/
.contact-main {
  padding: 20px 0 30px; }
  @media (min-width: 991px) {
    .contact-main {
      padding: 48px 0 30px; } }
  .contact-main p {
    line-height: 1.2;
    margin-bottom: 34px; }
    .contact-main p a {
      text-decoration: underline; }
      .contact-main p a:hover {
        color: #7CA386; }
  .contact-main .contact-form {
    margin-bottom: 0; }
    .contact-main .contact-form .form-field, .contact-main .contact-form .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .contact-main .contact-form #ISR_form_email-wrapper {
      margin-bottom: 13px; }
      .contact-main .contact-form .form-field:last-of-type, .contact-main .contact-form .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper:last-of-type, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .contact-main .contact-form #ISR_form_email-wrapper:last-of-type {
        margin-bottom: 60px; }
    .contact-main .contact-form .btn.btn1, .contact-main .contact-form .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .contact-main .contact-form #ISR_form_submit, .contact-main .contact-form .swal2-confirm,
    .contact-main .contact-form .btn1.swal2-cancel, .contact-main .contact-form .swal2-cancel.swal2-confirm {
      min-width: 148px;
      margin-bottom: 0; }

.contact-info {
  padding: 40px 0 10px; }
  @media (min-width: 991px) {
    .contact-info {
      padding: 100px 0 70px; } }
  .contact-info .contact-info-single {
    margin-bottom: 30px; }
    .contact-info .contact-info-single .text-holder {
      position: static;
      -webkit-transform: translateY(0);
      -khtml-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
      max-width: 291px;
      height: 189px;
      box-shadow: 13px 13px 0 0 #335C64; }
      .contact-info .contact-info-single .text-holder .text-inner {
        height: 100%;
        padding-top: 19px; }
        .contact-info .contact-info-single .text-holder .text-inner p {
          line-height: 1.2; }
        .contact-info .contact-info-single .text-holder .text-inner .icon-wrapper {
          text-align: center;
          margin-bottom: 15px;
          height: 30px; }
          .contact-info .contact-info-single .text-holder .text-inner .icon-wrapper .table-100 {
            height: 100%; }
        .contact-info .contact-info-single .text-holder .text-inner svg {
          fill: #1E333B;
          vertical-align: middle; }
    .contact-info .contact-info-single.info-1 svg {
      height: 20px;
      width: 33px; }
    .contact-info .contact-info-single.info-2 svg {
      height: 30px;
      width: 22px; }
    .contact-info .contact-info-single.info-3 svg {
      height: 30px;
      width: 30px; }
    .contact-info .contact-info-single.info-4 svg {
      height: 30px;
      width: 26px; }

.contact-faq {
  padding: 20px 15px 30px; }
  @media (min-width: 991px) {
    .contact-faq {
      padding: 48px 15px 40px; } }
  .contact-faq h2, .contact-faq .h2 {
    margin-bottom: 25px; }
    @media (min-width: 991px) {
      .contact-faq h2, .contact-faq .h2 {
        margin-bottom: 47px; } }
  .contact-faq .contact-faq-content {
    text-align: left;
    margin-bottom: 40px; }
    @media (min-width: 991px) {
      .contact-faq .contact-faq-content {
        margin-bottom: 70px;
        display: inline-block; } }
    .contact-faq .contact-faq-content li {
      font-weight: 200;
      color: #335C64;
      margin-bottom: 13px; }
      .contact-faq .contact-faq-content li:last-of-type {
        margin-bottom: 0; }
  .contact-faq .contact-faq-lower {
    display: table;
    width: 100%;
    max-width: 955px;
    margin: 0 auto; }
    .contact-faq .contact-faq-lower .need-more-help {
      margin-bottom: 30px; }
      @media only screen and (min-width: 991px) {
        .contact-faq .contact-faq-lower .need-more-help {
          margin: 0; } }
    @media only screen and (min-width: 991px) {
      .contact-faq .contact-faq-lower > div {
        display: table-cell;
        vertical-align: middle; } }
    .contact-faq .contact-faq-lower .slant-line-section h3, .contact-faq .contact-faq-lower .slant-line-section .h3, .contact-faq .contact-faq-lower .slant-line-section .cart-actions .btn, .cart-actions .contact-faq .contact-faq-lower .slant-line-section .btn, .contact-faq .contact-faq-lower .slant-line-section .cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit, .cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .contact-faq .contact-faq-lower .slant-line-section #ISR_form_submit, .contact-faq .contact-faq-lower .slant-line-section .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions #ISR_form_submit, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions .contact-faq .contact-faq-lower .slant-line-section #ISR_form_submit, .contact-faq .contact-faq-lower .slant-line-section .cart-actions .swal2-confirm, .cart-actions .contact-faq .contact-faq-lower .slant-line-section .swal2-confirm,
    .contact-faq .contact-faq-lower .slant-line-section .cart-actions .swal2-cancel, .cart-actions .contact-faq .contact-faq-lower .slant-line-section .swal2-cancel, .contact-faq .contact-faq-lower .slant-line-section p {
      color: #7CA386; }
    .contact-faq .contact-faq-lower .slant-line-section .line-wrap .line {
      background: #7CA386; }

.contact-visit {
  background-color: #8a8e9d; }
  @media only screen and (min-width: 991px) {
    .contact-visit .fifty-fifty-inner-wrap {
      height: 554px; } }

.load-more-wrapper {
  margin-bottom: 30px; }
  @media only screen and (min-width: 991px) {
    .load-more-wrapper {
      margin-bottom: 46px; } }
  .load-more-wrapper .button {
    margin-bottom: 0; }

/********* About Page ********/
.about-reasons {
  background: #335C64; }
  @media only screen and (min-width: 991px) {
    .about-reasons .fifty-fifty-inner-wrap {
      height: 387px; } }
  .about-reasons .underline {
    text-decoration-color: #7CA386; }
  .about-reasons .text-side .text-side-inner .content-wrap .content-wrap-inner {
    max-width: 427px; }
    @media only screen and (min-width: 768px) {
      .about-reasons .text-side .text-side-inner .content-wrap .content-wrap-inner {
        margin-left: 0; } }

.tab-header {
  cursor: pointer; }

.about-faq {
  padding-top: 30px;
  position: relative;
  padding-bottom: 30px; }
  @media (min-width: 768px) {
    .about-faq {
      min-height: 754px; } }
  @media only screen and (min-width: 768px) {
    .about-faq {
      padding-top: 54px; } }
  .about-faq .bg-wrap {
    width: 275px;
    height: 100%; }
  .about-faq #quality-guarantee a {
    margin: 0 10px;
    border-bottom: 1px solid #7CA386; }
  .about-faq .about-faq-left,
  .about-faq .about-faq-right {
    position: absolute;
    top: 0;
    bottom: 0;
    display: none; }
    @media (min-width: 768px) {
      .about-faq .about-faq-left,
      .about-faq .about-faq-right {
        display: block; } }
    .about-faq .about-faq-left .inner-bg,
    .about-faq .about-faq-right .inner-bg {
      background-size: auto;
      background-repeat: repeat-y; }
  @media (min-width: 768px) {
    .about-faq .about-faq-left {
      left: -100px; } }
  @media (min-width: 1200px) {
    .about-faq .about-faq-left {
      left: -50px; } }
  @media (min-width: 1681px) {
    .about-faq .about-faq-left {
      left: 0; } }
  .about-faq .about-faq-left .inner-bg {
    background-position: top left; }
  @media (min-width: 768px) {
    .about-faq .about-faq-right {
      right: -100px; } }
  @media (min-width: 1200px) {
    .about-faq .about-faq-right {
      right: -50px; } }
  @media (min-width: 1681px) {
    .about-faq .about-faq-right {
      right: 0; } }
  .about-faq .about-faq-right .inner-bg {
    background-position: top right; }
  .about-faq .about-faq-content-wrap {
    position: relative;
    padding: 0 15px;
    height: 100%;
    overflow-y: scroll; }
    .about-faq .about-faq-content-wrap::-webkit-scrollbar {
      display: none; }
  .about-faq h2, .about-faq .h2 {
    margin-bottom: 35px; }
    @media only screen and (min-width: 768px) {
      .about-faq h2, .about-faq .h2 {
        margin-bottom: 53px; } }
  .about-faq .custom-tabs-headers {
    text-align: center;
    margin-bottom: 50px; }
    @media only screen and (min-width: 768px) {
      .about-faq .custom-tabs-headers {
        margin-bottom: 92px; } }
    @media (min-width: 1200px) {
      .about-faq .custom-tabs-headers .tab-header {
        padding: 0 36px;
        display: inline-block; }
        .about-faq .custom-tabs-headers .tab-header:not(:last-of-type) {
          border-right: 1px solid #335C64; } }
    @media (min-width: 1681px) {
      .about-faq .custom-tabs-headers .tab-header {
        padding: 0 66px; } }
    .about-faq .custom-tabs-headers .tab-header:first-of-type {
      padding-left: 0; }
    .about-faq .custom-tabs-headers .tab-header:last-of-type {
      padding-right: 0; }
    .about-faq .custom-tabs-headers .tab-header h3, .about-faq .custom-tabs-headers .tab-header .h3, .about-faq .custom-tabs-headers .tab-header .cart-actions .btn, .cart-actions .about-faq .custom-tabs-headers .tab-header .btn, .about-faq .custom-tabs-headers .tab-header .cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit, .cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .about-faq .custom-tabs-headers .tab-header #ISR_form_submit, .about-faq .custom-tabs-headers .tab-header .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions #ISR_form_submit, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions .about-faq .custom-tabs-headers .tab-header #ISR_form_submit, .about-faq .custom-tabs-headers .tab-header .cart-actions .swal2-confirm, .cart-actions .about-faq .custom-tabs-headers .tab-header .swal2-confirm,
    .about-faq .custom-tabs-headers .tab-header .cart-actions .swal2-cancel, .cart-actions .about-faq .custom-tabs-headers .tab-header .swal2-cancel {
      color: #335C64;
      margin: 0;
      line-height: 1.85; }
    .about-faq .custom-tabs-headers .tab-header.active h3, .about-faq .custom-tabs-headers .tab-header.active .h3, .about-faq .custom-tabs-headers .tab-header.active .cart-actions .btn, .cart-actions .about-faq .custom-tabs-headers .tab-header.active .btn, .about-faq .custom-tabs-headers .tab-header.active .cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit, .cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .about-faq .custom-tabs-headers .tab-header.active #ISR_form_submit, .about-faq .custom-tabs-headers .tab-header.active .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions #ISR_form_submit, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions .about-faq .custom-tabs-headers .tab-header.active #ISR_form_submit, .about-faq .custom-tabs-headers .tab-header.active .cart-actions .swal2-confirm, .cart-actions .about-faq .custom-tabs-headers .tab-header.active .swal2-confirm,
    .about-faq .custom-tabs-headers .tab-header.active .cart-actions .swal2-cancel, .cart-actions .about-faq .custom-tabs-headers .tab-header.active .swal2-cancel {
      color: #7CA386;
      font-weight: 500; }
  .about-faq .custom-tabs-contents .tab-contents h4, .about-faq .custom-tabs-contents .tab-contents .h4, .about-faq .custom-tabs-contents .tab-contents .estimator-form select.form-select#shipping-state, .estimator-form .about-faq .custom-tabs-contents .tab-contents select.form-select#shipping-state, .about-faq .custom-tabs-contents .tab-contents p {
    color: #1E333B; }
  .about-faq .custom-tabs-contents .tab-contents h4, .about-faq .custom-tabs-contents .tab-contents .h4, .about-faq .custom-tabs-contents .tab-contents .estimator-form select.form-select#shipping-state, .estimator-form .about-faq .custom-tabs-contents .tab-contents select.form-select#shipping-state {
    margin-bottom: 6px;
    cursor: pointer;
    font-weight: 400; }
    .about-faq .custom-tabs-contents .tab-contents h4:hover, .about-faq .custom-tabs-contents .tab-contents .h4:hover, .about-faq .custom-tabs-contents .tab-contents .estimator-form select.form-select#shipping-state:hover, .estimator-form .about-faq .custom-tabs-contents .tab-contents select.form-select#shipping-state:hover {
      color: #8a8e9d; }
  .about-faq .custom-tabs-contents .tab-contents p {
    line-height: 1.9333; }
  .about-faq .custom-accordion .accordion-header {
    position: relative;
    padding-left: 22px;
    margin-top: 15px;
    cursor: pointer; }
    .about-faq .custom-accordion .accordion-header::before {
      content: '';
      position: absolute;
      top: 8px;
      left: 0;
      border: 4.25px solid #7CA386;
      border-left-color: transparent;
      border-top-color: transparent;
      -webkit-transform: rotateZ(-45deg);
      -khtml-transform: rotateZ(-45deg);
      -moz-transform: rotateZ(-45deg);
      -ms-transform: rotateZ(-45deg);
      -o-transform: rotateZ(-45deg);
      transform: rotateZ(-45deg); }
    .about-faq .custom-accordion .accordion-header.active::before {
      -webkit-transform: rotateZ(45deg);
      -khtml-transform: rotateZ(45deg);
      -moz-transform: rotateZ(45deg);
      -ms-transform: rotateZ(45deg);
      -o-transform: rotateZ(45deg);
      transform: rotateZ(45deg);
      left: 4px; }
  .about-faq .custom-accordion p:last-of-type {
    margin: 0; }
  .about-faq .custom-accordion .custom-content {
    display: none;
    padding-left: 22px; }
  .about-faq .custom-accordion h3, .about-faq .custom-accordion .h3, .about-faq .custom-accordion .cart-actions .btn, .cart-actions .about-faq .custom-accordion .btn, .about-faq .custom-accordion .cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit, .cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .about-faq .custom-accordion #ISR_form_submit, .about-faq .custom-accordion .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions #ISR_form_submit, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions .about-faq .custom-accordion #ISR_form_submit, .about-faq .custom-accordion .cart-actions .swal2-confirm, .cart-actions .about-faq .custom-accordion .swal2-confirm,
  .about-faq .custom-accordion .cart-actions .swal2-cancel, .cart-actions .about-faq .custom-accordion .swal2-cancel {
    border-bottom: 1px solid #7CA386;
    display: inline-block; }

.instafeed-wrapper {
  padding: 28px 0;
  background: #335C64; }
  @media only screen and (min-width: 768px) {
    .instafeed-wrapper {
      padding: 48px 0; } }
  .instafeed-wrapper h2, .instafeed-wrapper .h2 {
    margin-bottom: 3px;
    color: #edeff3;
    text-transform: uppercase; }
  .instafeed-wrapper p {
    color: #7CA386;
    margin-bottom: 30px;
    font-weight: 200; }
    @media only screen and (min-width: 768px) {
      .instafeed-wrapper p {
        margin-bottom: 55px;
        font-size: 20px; } }
    .instafeed-wrapper p a {
      color: inherit;
      text-decoration: none; }
      .instafeed-wrapper p a:hover {
        text-decoration: underline; }

.instagram-icon {
  width: 40px;
  height: 40px;
  position: relative;
  top: -3px; }

#instafeed {
  font-size: 0; }
  .customer-photos-wrapper #instafeed a {
    position: relative;
    padding-bottom: 15px;
    outline: none; }
    .customer-photos-wrapper #instafeed a::before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 15px;
      right: 0;
      bottom: 15px;
      background-color: rgba(255, 255, 255, 0.8);
      opacity: 0;
      transition: opacity 0.15s ease; }
    .customer-photos-wrapper #instafeed a:hover::before {
      opacity: 1; }
    .customer-photos-wrapper #instafeed a:hover .hover-icon {
      opacity: 1; }
    .customer-photos-wrapper #instafeed a .hover-icon {
      position: absolute;
      top: 0;
      left: 15px;
      right: 0;
      bottom: 15px;
      display: block;
      text-align: center;
      z-index: 2;
      opacity: 0;
      transition: opacity 0.15s ease; }
      .customer-photos-wrapper #instafeed a .hover-icon svg {
        height: 8.4rem;
        width: 8.4rem;
        top: 50%;
        position: absolute;
        left: 50%;
        transform: translate(-50%, -50%);
        fill: #414042; }
  #instafeed .instagram-single {
    margin-bottom: 15px; }
    #instafeed .instagram-single .instagram-inner {
      background-size: cover;
      background-position: center; }
      #instafeed .instagram-single .instagram-inner a {
        -webkit-transition: all 0.3s ease;
        -khtml-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        position: relative; }
        #instafeed .instagram-single .instagram-inner a::after {
          content: '';
          background-image: url("../img/instagram-icon.svg");
          background-size: cover;
          width: 70px;
          height: 70px;
          background-repeat: no-repeat;
          opacity: 0;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -khtml-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          -webkit-transition: all 0.3s ease;
          -khtml-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          @media (min-width: 1681px) {
            #instafeed .instagram-single .instagram-inner a::after {
              width: 126px;
              height: 126px; } }
      #instafeed .instagram-single .instagram-inner:hover a {
        background: rgba(255, 255, 255, 0.8); }
        #instafeed .instagram-single .instagram-inner:hover a::after {
          opacity: 1; }
    #instafeed .instagram-single a {
      display: block;
      padding-top: 100%; }
    #instafeed .instagram-single .instagram-logo, #instafeed .instagram-single .instagram-logo-two {
      padding-top: 100%;
      position: relative;
      text-align: center;
      padding: 25px; }
      #instafeed .instagram-single .instagram-logo a, #instafeed .instagram-single .instagram-logo-two a {
        display: block;
        padding: 0;
        text-decoration: none; }
        #instafeed .instagram-single .instagram-logo a img, #instafeed .instagram-single .instagram-logo-two a img {
          width: 100%;
          display: block; }
  #instafeed img {
    margin-bottom: 0 !important; }

.inspiration {
  background-color: #edeff3;
  padding: 28px 0;
  display: none; }
  @media only screen and (min-width: 768px) {
    .inspiration {
      display: block;
      padding: 48px 0; } }
  .inspiration h2, .inspiration .h2 {
    margin-bottom: 3px; }
    .inspiration h2 svg, .inspiration .h2 svg {
      fill: #1E333B;
      width: 32px;
      height: 32px;
      position: relative;
      top: 4px;
      margin-left: 10px; }
  .inspiration p {
    color: #7CA386;
    margin-bottom: 30px;
    font-weight: 400; }
    @media only screen and (min-width: 768px) {
      .inspiration p {
        margin-bottom: 55px; } }
    .inspiration p a {
      color: inherit;
      text-decoration: none; }
      .inspiration p a:hover {
        text-decoration: underline; }
  .inspiration .container > span {
    max-width: 100%;
    background: transparent;
    border-radius: 0;
    border: 1px solid;
    box-shadow: 0 0 0 transparent;
    padding: 12px 0;
    width: 100% !important;
    height: 804px; }
    .inspiration .container > span > span[class$="hd"], .inspiration .container > span > span[class$="ft"] {
      display: none; }
    .inspiration .container > span > span[class$="bd"] {
      padding: 0 6px;
      height: 100% !important; }
      .inspiration .container > span > span[class$="bd"] > span[class$="ct"] > span[class$="col"] {
        box-shadow: 0 0 0 transparent;
        width: 20%;
        padding: 0 6px; }
        .inspiration .container > span > span[class$="bd"] > span[class$="ct"] > span[class$="col"] > span[class$="img"] {
          margin-bottom: 10px;
          box-shadow: 0 0 0 transparent;
          border-radius: 0; }

/********** Newsletter Signup Page *********/
.newsletter-signup-main {
  background-size: cover;
  background-position: left;
  padding: 70px 0; }
  @media only screen and (min-width: 768px) {
    .newsletter-signup-main {
      padding: 140px 0;
      background-position: 40%; } }
  .newsletter-signup-main .h2 {
    margin-bottom: 20px; }
    @media only screen and (min-width: 768px) {
      .newsletter-signup-main .h2 {
        margin-bottom: 54px; } }
  .newsletter-signup-main .text-holder {
    transform: none;
    max-width: 526px;
    left: auto;
    right: auto;
    position: static;
    margin: 0;
    box-shadow: 13px 13px 0 0 #1E333B; }
    .newsletter-signup-main .text-holder .text-inner {
      padding: 30px 20px; }
      @media only screen and (min-width: 768px) {
        .newsletter-signup-main .text-holder .text-inner {
          padding: 65px; } }
    .newsletter-signup-main .text-holder .input-wrap {
      margin-bottom: 13px; }
      .newsletter-signup-main .text-holder .input-wrap.email-input-wrap {
        margin-bottom: 30px; }
        @media only screen and (min-width: 768px) {
          .newsletter-signup-main .text-holder .input-wrap.email-input-wrap {
            margin-bottom: 65px; } }
    .newsletter-signup-main .text-holder h3, .newsletter-signup-main .text-holder .h3, .newsletter-signup-main .text-holder .cart-actions .btn, .cart-actions .newsletter-signup-main .text-holder .btn, .newsletter-signup-main .text-holder .cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit, .cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .newsletter-signup-main .text-holder #ISR_form_submit, .newsletter-signup-main .text-holder .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions #ISR_form_submit, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions .newsletter-signup-main .text-holder #ISR_form_submit, .newsletter-signup-main .text-holder .cart-actions .swal2-confirm, .cart-actions .newsletter-signup-main .text-holder .swal2-confirm,
    .newsletter-signup-main .text-holder .cart-actions .swal2-cancel, .cart-actions .newsletter-signup-main .text-holder .swal2-cancel {
      font-weight: 300;
      border-bottom: 1px solid #7CA386;
      display: inline-block;
      line-height: 1.2;
      margin-bottom: 22px; }
    .newsletter-signup-main .text-holder .btn.btn2:hover::before, .newsletter-signup-main .text-holder .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .btn2#ISR_form_submit:hover::before, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .newsletter-signup-main .text-holder .btn2#ISR_form_submit:hover::before, .newsletter-signup-main .text-holder .btn2.swal2-confirm:hover::before,
    .newsletter-signup-main .text-holder .btn2.swal2-cancel:hover::before {
      background-color: #7CA386; }
    .newsletter-signup-main .text-holder p {
      line-height: 1.333; }
      @media only screen and (min-width: 768px) {
        .newsletter-signup-main .text-holder p {
          margin-bottom: 27px; } }

/********* Blog Styles *******/
.pagination {
  float: none; }
  .pagination .pagination-list :first-child {
    margin-left: 0; }
  .pagination .pagination-list li {
    float: none;
    height: auto;
    width: auto;
    margin-left: 8px;
    margin-right: 0; }
    @media only screen and (min-width: 480px) {
      .pagination .pagination-list li {
        margin-left: 12px; } }
    .pagination .pagination-list li a {
      color: #4f4f4f;
      border-radius: 0;
      position: relative;
      z-index: 2;
      background: transparent !important;
      font-size: 18px;
      font-weight: 300;
      padding: 0;
      width: 24px;
      height: 24px;
      line-height: 24px;
      text-align: center;
      display: block; }
      @media only screen and (min-width: 480px) {
        .pagination .pagination-list li a {
          font-size: 20px;
          width: 30px;
          height: 30px;
          line-height: 29px; } }
    .pagination .pagination-list li.pagination-item--current a, .pagination .pagination-list li.pagination-item--current button {
      color: #4f4f4f;
      font-weight: 500; }
    .pagination .pagination-list li.pagination-item--next a, .pagination .pagination-list li.pagination-item--previous a {
      width: auto;
      height: auto; }

.blog-main-wrap {
  padding: 30px 0; }
  @media only screen and (min-width: 768px) {
    .blog-main-wrap {
      padding: 63px 0; } }
  .blog-main-wrap .blog-post-column {
    margin-bottom: 30px; }
    @media only screen and (min-width: 768px) {
      .blog-main-wrap .blog-post-column {
        margin-bottom: 63px; } }
  .blog-main-wrap .blog-collection-header .blog-collection-title {
    text-transform: capitalize;
    margin-bottom: 50px; }
    @media only screen and (max-width: 767px) {
      .blog-main-wrap .blog-collection-header .blog-collection-title {
        margin: 10px 0 40px; } }
  .blog-main-wrap .blog-collection-sidebar {
    margin-left: 10px;
    background-color: #edeff3;
    padding: 10px; }
    @media only screen and (min-width: 768px) {
      .blog-main-wrap .blog-collection-sidebar {
        margin-left: 25px;
        padding: 30px; } }
  @media only screen and (min-width: 991px) {
    .blog-main-wrap .blog-post-column .blog {
      max-width: 768px;
      width: 98%; } }
  .blog-main-wrap .blog-post-column:nth-of-type(odd) .blog {
    margin-left: 0; }
  .blog-main-wrap .blog-post-loop {
    position: relative; }
    .blog-main-wrap .blog-post-loop .blog-post-inner {
      position: relative;
      height: 260px;
      overflow: hidden; }
      @media only screen and (min-width: 991px) {
        .blog-main-wrap .blog-post-loop .blog-post-inner {
          height: 432px; } }
      .blog-main-wrap .blog-post-loop .blog-post-inner .image-wrap {
        height: 100%;
        background-size: cover;
        background-position: center; }
        .blog-main-wrap .blog-post-loop .blog-post-inner .image-wrap.lazyloaded {
          transition: transform 0.4s ease, opacity 0.4s ease; }
          .blog-main-wrap .blog-post-loop .blog-post-inner .image-wrap.lazyloaded.blur-up {
            transition: transform 0.4s ease, opacity 0.4s ease, filter 400ms; }
      .blog-main-wrap .blog-post-loop .blog-post-inner .blog-title {
        font-weight: 300;
        text-transform: uppercase;
        margin-bottom: 8px;
        min-height: 56px; }
      .blog-main-wrap .blog-post-loop .blog-post-inner .tag {
        margin-bottom: 0;
        text-transform: uppercase; }
      .blog-main-wrap .blog-post-loop .blog-post-inner .blog-post-body {
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        background: rgba(237, 239, 243, 0.9);
        padding: 10px 14px; }
        @media only screen and (min-width: 768px) {
          .blog-main-wrap .blog-post-loop .blog-post-inner .blog-post-body {
            padding: 16px 24px; } }
        .blog-main-wrap .blog-post-loop .blog-post-inner .blog-post-body .blog-post {
          text-overflow: ellipsis;
          overflow: hidden;
          white-space: nowrap; }
    .blog-main-wrap .blog-post-loop a {
      display: block;
      color: #1E333B !important; }
      .blog-main-wrap .blog-post-loop a .text-background {
        opacity: 0;
        background-color: #db6363;
        -webkit-transition: ease all 0.3s;
        -khtml-transition: ease all 0.3s;
        -moz-transition: ease all 0.3s;
        -ms-transition: ease all 0.3s;
        -o-transition: ease all 0.3s;
        transition: ease all 0.3s; }
      .blog-main-wrap .blog-post-loop a:hover .text-background {
        opacity: 1; }
      .blog-main-wrap .blog-post-loop a:hover .image-wrap {
        transform: scale(1.15); }

.blog-topics .topic-title,
.blog-topics .succulents-title,
.blog-succulents .topic-title,
.blog-succulents .succulents-title {
  display: inline-block;
  border-bottom: 1px solid #7CA386;
  text-transform: capitalize;
  font-size: 16px; }
  @media only screen and (min-width: 768px) {
    .blog-topics .topic-title,
    .blog-topics .succulents-title,
    .blog-succulents .topic-title,
    .blog-succulents .succulents-title {
      font-size: 20px; } }

.blog-topics ul,
.blog-succulents ul {
  margin: 0 0 40px 0; }
  .blog-topics ul li,
  .blog-succulents ul li {
    list-style-type: none;
    margin-bottom: 15px; }
    @media only screen and (min-width: 768px) {
      .blog-topics ul li,
      .blog-succulents ul li {
        font-size: 14px; } }

/********** Blog Post Styles ********/
.blog-date,
.blog-author {
  color: #1E333B; }

.blog-date {
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: 200; }
  @media only screen and (min-width: 768px) {
    .blog-date {
      margin-bottom: 50px;
      font-size: 20px; } }

.single-post-main .blog-title, .single-post-main h2, .single-post-main .h2 {
  text-transform: uppercase; }

.single-post-main h2, .single-post-main .h2 {
  padding-top: 25px; }
  @media only screen and (min-width: 768px) {
    .single-post-main h2, .single-post-main .h2 {
      padding-top: 40px; } }

.single-post-main .blog-title {
  display: inline-block;
  border-bottom: 1px solid #7CA386;
  padding-top: 0; }

.single-post-main .blog-post p {
  line-height: 1.933;
  text-align: left; }

.single-post-main .blog-post p,
.single-post-main .blog-post li {
  font-size: 14px; }
  @media only screen and (min-width: 768px) {
    .single-post-main .blog-post p,
    .single-post-main .blog-post li {
      font-size: 18px; } }

.single-post-main .blog-post li u {
  text-decoration: none; }

.single-post-main .blog-post table tr td {
  padding: 0.7333rem 0; }

.single-post-main .blog-post-split {
  display: table;
  width: 100%; }
  .single-post-main .blog-post-split .blog-post-body-inner {
    padding: 0 15px;
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .single-post-main .blog-post-split .blog-post-body-inner {
        max-width: 954px;
        margin-right: 12%;
        margin-left: auto;
        width: 75%; } }
    .single-post-main .blog-post-split .blog-post-body-inner .blog-tag {
      color: #8A8E9D;
      margin-bottom: 0;
      text-transform: uppercase; }
  .single-post-main .blog-post-split .blog-post-sidebar ul {
    margin: 0; }
  .single-post-main .blog-post-split > div {
    padding-top: 50px; }
    @media only screen and (min-width: 768px) {
      .single-post-main .blog-post-split > div {
        display: table-cell;
        width: 50%;
        height: 100%;
        vertical-align: top; } }
    .single-post-main .blog-post-split > div.blog-post-body {
      width: 100%;
      padding-bottom: 20px; }
      @media only screen and (min-width: 768px) {
        .single-post-main .blog-post-split > div.blog-post-body {
          width: 75%; } }
      @media only screen and (min-width: 768px) {
        .single-post-main .blog-post-split > div.blog-post-body {
          padding-bottom: 60px; } }
    .single-post-main .blog-post-split > div.blog-post-sidebar {
      width: 100%;
      background: #edeff3; }
      @media only screen and (min-width: 768px) {
        .single-post-main .blog-post-split > div.blog-post-sidebar {
          width: 25%; } }
      .single-post-main .blog-post-split > div.blog-post-sidebar h2, .single-post-main .blog-post-split > div.blog-post-sidebar .h2 {
        font-size: 35px;
        margin-bottom: 40px; }
      .single-post-main .blog-post-split > div.blog-post-sidebar .blog-post-sidebar-inner {
        padding-left: 30px;
        padding-right: 15px;
        padding-bottom: 40px;
        max-width: 100%; }
        @media only screen and (min-width: 768px) {
          .single-post-main .blog-post-split > div.blog-post-sidebar .blog-post-sidebar-inner {
            max-width: 370px; } }
        .single-post-main .blog-post-split > div.blog-post-sidebar .blog-post-sidebar-inner .blog-link-container {
          margin-bottom: 60px; }
        .single-post-main .blog-post-split > div.blog-post-sidebar .blog-post-sidebar-inner .topic-list,
        .single-post-main .blog-post-split > div.blog-post-sidebar .blog-post-sidebar-inner .succulent-list {
          margin-bottom: 40px; }
      .single-post-main .blog-post-split > div.blog-post-sidebar .recent-post-single {
        margin-bottom: 15px;
        max-width: 100%; }
        @media only screen and (min-width: 768px) {
          .single-post-main .blog-post-split > div.blog-post-sidebar .recent-post-single {
            margin-bottom: 28px; } }
        .single-post-main .blog-post-split > div.blog-post-sidebar .recent-post-single:last-of-type {
          margin-bottom: 0; }
        .single-post-main .blog-post-split > div.blog-post-sidebar .recent-post-single .tag {
          text-transform: uppercase;
          font-weight: 200; }
        .single-post-main .blog-post-split > div.blog-post-sidebar .recent-post-single h3, .single-post-main .blog-post-split > div.blog-post-sidebar .recent-post-single .h3, .single-post-main .blog-post-split > div.blog-post-sidebar .recent-post-single .cart-actions .btn, .cart-actions .single-post-main .blog-post-split > div.blog-post-sidebar .recent-post-single .btn, .single-post-main .blog-post-split > div.blog-post-sidebar .recent-post-single .cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit, .cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .single-post-main .blog-post-split > div.blog-post-sidebar .recent-post-single #ISR_form_submit, .single-post-main .blog-post-split > div.blog-post-sidebar .recent-post-single .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions #ISR_form_submit, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions .single-post-main .blog-post-split > div.blog-post-sidebar .recent-post-single #ISR_form_submit, .single-post-main .blog-post-split > div.blog-post-sidebar .recent-post-single .cart-actions .swal2-confirm, .cart-actions .single-post-main .blog-post-split > div.blog-post-sidebar .recent-post-single .swal2-confirm,
        .single-post-main .blog-post-split > div.blog-post-sidebar .recent-post-single .cart-actions .swal2-cancel, .cart-actions .single-post-main .blog-post-split > div.blog-post-sidebar .recent-post-single .swal2-cancel {
          text-transform: uppercase;
          color: inherit;
          line-height: 1.24;
          font-weight: 300; }
        .single-post-main .blog-post-split > div.blog-post-sidebar .recent-post-single p {
          margin: 0;
          line-height: 2.133; }
        .single-post-main .blog-post-split > div.blog-post-sidebar .recent-post-single a {
          -webkit-transition: ease all 0.3s;
          -khtml-transition: ease all 0.3s;
          -moz-transition: ease all 0.3s;
          -ms-transition: ease all 0.3s;
          -o-transition: ease all 0.3s;
          transition: ease all 0.3s;
          display: block;
          position: relative; }
          .single-post-main .blog-post-split > div.blog-post-sidebar .recent-post-single a .tag {
            color: #7CA386;
            font-size: 12px; }
          .single-post-main .blog-post-split > div.blog-post-sidebar .recent-post-single a h5, .single-post-main .blog-post-split > div.blog-post-sidebar .recent-post-single a .h5 {
            font-size: 14px;
            font-weight: 400;
            color: #1E333B; }
          .single-post-main .blog-post-split > div.blog-post-sidebar .recent-post-single a:hover h5, .single-post-main .blog-post-split > div.blog-post-sidebar .recent-post-single a:hover .h5 {
            color: #db6363; }

/******* Custom Succulents Page *******/
.succulents-banner {
  position: relative;
  margin-bottom: 35px;
  height: 500px; }
  @media only screen and (min-width: 768px) {
    .succulents-banner {
      height: 700px;
      margin-bottom: 63px; } }
  .succulents-banner .content-wrap {
    max-width: 839px;
    position: relative;
    height: 100%;
    margin: 0 auto;
    width: 94%; }
    .succulents-banner .content-wrap .text-inner {
      padding: 20px 15px; }
      @media only screen and (min-width: 768px) {
        .succulents-banner .content-wrap .text-inner {
          padding: 50px 63px; } }
      .succulents-banner .content-wrap .text-inner p:last-of-type {
        margin-bottom: 0; }
      .succulents-banner .content-wrap .text-inner h1, .succulents-banner .content-wrap .text-inner .h1 {
        margin-bottom: 16px; }
        @media only screen and (min-width: 768px) {
          .succulents-banner .content-wrap .text-inner h1, .succulents-banner .content-wrap .text-inner .h1 {
            margin-bottom: 40px; } }
      .succulents-banner .content-wrap .text-inner .small-line {
        margin-bottom: 20px; }
        @media only screen and (min-width: 768px) {
          .succulents-banner .content-wrap .text-inner .small-line {
            margin-bottom: 44px; } }

.succulents-main .hardy-soft-select {
  background-size: cover;
  padding: 20px 15px;
  margin-bottom: 35px;
  color: #fff; }
  @media only screen and (min-width: 768px) {
    .succulents-main .hardy-soft-select {
      margin-bottom: 63px;
      padding: 48px 55px; } }
  .succulents-main .hardy-soft-select h2, .succulents-main .hardy-soft-select .h2, .succulents-main .hardy-soft-select p {
    color: #ffffff; }
  .succulents-main .hardy-soft-select h2, .succulents-main .hardy-soft-select .h2 {
    text-transform: uppercase; }
  .succulents-main .hardy-soft-select p {
    margin-bottom: 20px;
    line-height: 1.4667; }
    @media only screen and (min-width: 768px) {
      .succulents-main .hardy-soft-select p {
        margin-bottom: 35px; } }
  .succulents-main .hardy-soft-select .hardy-soft-table {
    display: table;
    width: 100%; }
    .succulents-main .hardy-soft-select .hardy-soft-table > div {
      padding: 20px 30px; }
      @media only screen and (min-width: 991px) {
        .succulents-main .hardy-soft-select .hardy-soft-table > div {
          padding: 38px 50px 0;
          width: 50%;
          display: table-cell; }
          .succulents-main .hardy-soft-select .hardy-soft-table > div.collapsed {
            width: 125px;
            padding: 0;
            position: relative; }
          .succulents-main .hardy-soft-select .hardy-soft-table > div.active {
            width: calc(100% - 125px); } }
      .succulents-main .hardy-soft-select .hardy-soft-table > div .main-text {
        padding-bottom: 20px; }
        @media only screen and (min-width: 768px) {
          .succulents-main .hardy-soft-select .hardy-soft-table > div .main-text {
            padding-bottom: 50px; } }
      .succulents-main .hardy-soft-select .hardy-soft-table > div .collapsed-text {
        display: none; }
        .succulents-main .hardy-soft-select .hardy-soft-table > div .collapsed-text h2, .succulents-main .hardy-soft-select .hardy-soft-table > div .collapsed-text .h2 {
          margin: 0; }
          @media only screen and (min-width: 768px) {
            .succulents-main .hardy-soft-select .hardy-soft-table > div .collapsed-text h2, .succulents-main .hardy-soft-select .hardy-soft-table > div .collapsed-text .h2 {
              -webkit-transform: rotateZ(-90deg);
              -khtml-transform: rotateZ(-90deg);
              -moz-transform: rotateZ(-90deg);
              -ms-transform: rotateZ(-90deg);
              -o-transform: rotateZ(-90deg);
              transform: rotateZ(-90deg); } }
      .succulents-main .hardy-soft-select .hardy-soft-table > div .active-text {
        display: none; }
        .succulents-main .hardy-soft-select .hardy-soft-table > div .active-text p {
          line-height: 1.9333;
          max-width: 400px;
          margin: 0 50px 0 auto; }
      .succulents-main .hardy-soft-select .hardy-soft-table > div.active .active-text {
        display: block; }
      @media only screen and (min-width: 768px) {
        .succulents-main .hardy-soft-select .hardy-soft-table > div.active {
          font-size: 0; }
          .succulents-main .hardy-soft-select .hardy-soft-table > div.active .active-text, .succulents-main .hardy-soft-select .hardy-soft-table > div.active .main-text {
            display: inline-block;
            vertical-align: top;
            width: 50%; } }
      .succulents-main .hardy-soft-select .hardy-soft-table > div.collapsed {
        text-align: center; }
        .succulents-main .hardy-soft-select .hardy-soft-table > div.collapsed .collapsed-text {
          display: block; }
          @media only screen and (min-width: 768px) {
            .succulents-main .hardy-soft-select .hardy-soft-table > div.collapsed .collapsed-text {
              position: absolute;
              top: 50%;
              -webkit-transform: translateY(-50%);
              -khtml-transform: translateY(-50%);
              -moz-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
              -o-transform: translateY(-50%);
              transform: translateY(-50%); } }
        .succulents-main .hardy-soft-select .hardy-soft-table > div.collapsed .main-text {
          display: none; }
      .succulents-main .hardy-soft-select .hardy-soft-table > div.hardy-succulents {
        background: #1E333B; }
        .succulents-main .hardy-soft-select .hardy-soft-table > div.hardy-succulents .btn1:hover::before, .succulents-main .hardy-soft-select .hardy-soft-table > div.hardy-succulents .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit:hover::before, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .succulents-main .hardy-soft-select .hardy-soft-table > div.hardy-succulents #ISR_form_submit:hover::before, .succulents-main .hardy-soft-select .hardy-soft-table > div.hardy-succulents .swal2-confirm:hover::before {
          background-color: #7CA386; }
      .succulents-main .hardy-soft-select .hardy-soft-table > div.soft-succulents {
        background: #7CA386; }
        .succulents-main .hardy-soft-select .hardy-soft-table > div.soft-succulents .btn1, .succulents-main .hardy-soft-select .hardy-soft-table > div.soft-succulents .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .succulents-main .hardy-soft-select .hardy-soft-table > div.soft-succulents #ISR_form_submit, .succulents-main .hardy-soft-select .hardy-soft-table > div.soft-succulents .swal2-confirm {
          color: #7CA386; }
          .succulents-main .hardy-soft-select .hardy-soft-table > div.soft-succulents .btn1:hover::before, .succulents-main .hardy-soft-select .hardy-soft-table > div.soft-succulents .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit:hover::before, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .succulents-main .hardy-soft-select .hardy-soft-table > div.soft-succulents #ISR_form_submit:hover::before, .succulents-main .hardy-soft-select .hardy-soft-table > div.soft-succulents .swal2-confirm:hover::before {
            background-color: #1E333B; }

.succulents-main .single-succulent-category {
  margin-bottom: 35px;
  max-width: 372px;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (min-width: 768px) {
    .succulents-main .single-succulent-category {
      margin-bottom: 63px; } }
  .succulents-main .single-succulent-category .image-wrap a {
    display: block;
    position: relative; }
    .succulents-main .single-succulent-category .image-wrap a .overlay {
      opacity: 0;
      background: rgba(255, 255, 255, 0.8);
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      -webkit-transition: ease all 0.3s;
      -khtml-transition: ease all 0.3s;
      -moz-transition: ease all 0.3s;
      -ms-transition: ease all 0.3s;
      -o-transition: ease all 0.3s;
      transition: ease all 0.3s; }
    .succulents-main .single-succulent-category .image-wrap a .btn-wrap {
      position: absolute;
      left: 0;
      right: 0;
      text-align: center;
      top: 50%;
      -webkit-transition: ease all 0.3s;
      -khtml-transition: ease all 0.3s;
      -moz-transition: ease all 0.3s;
      -ms-transition: ease all 0.3s;
      -o-transition: ease all 0.3s;
      transition: ease all 0.3s;
      -webkit-transform: translateY(-50%);
      -khtml-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      opacity: 0; }
    .succulents-main .single-succulent-category .image-wrap a:hover .overlay {
      opacity: 1; }
    .succulents-main .single-succulent-category .image-wrap a:hover .btn-wrap {
      opacity: 1; }
  .succulents-main .single-succulent-category .content {
    background: #edeff3;
    padding: 15px 15px 25px;
    border-bottom: 2px solid #335C64;
    position: relative; }
    @media only screen and (min-width: 768px) {
      .succulents-main .single-succulent-category .content {
        min-height: 375px;
        padding: 25px 26px; } }
    .succulents-main .single-succulent-category .content h3, .succulents-main .single-succulent-category .content .h3, .succulents-main .single-succulent-category .content .cart-actions .btn, .cart-actions .succulents-main .single-succulent-category .content .btn, .succulents-main .single-succulent-category .content .cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit, .cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .succulents-main .single-succulent-category .content #ISR_form_submit, .succulents-main .single-succulent-category .content .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions #ISR_form_submit, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions .succulents-main .single-succulent-category .content #ISR_form_submit, .succulents-main .single-succulent-category .content .cart-actions .swal2-confirm, .cart-actions .succulents-main .single-succulent-category .content .swal2-confirm,
    .succulents-main .single-succulent-category .content .cart-actions .swal2-cancel, .cart-actions .succulents-main .single-succulent-category .content .swal2-cancel {
      font-weight: 300; }
      @media only screen and (min-width: 768px) {
        .succulents-main .single-succulent-category .content h3, .succulents-main .single-succulent-category .content .h3, .succulents-main .single-succulent-category .content .cart-actions .btn, .cart-actions .succulents-main .single-succulent-category .content .btn, .succulents-main .single-succulent-category .content .cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit, .cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .succulents-main .single-succulent-category .content #ISR_form_submit, .succulents-main .single-succulent-category .content .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions #ISR_form_submit, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions .succulents-main .single-succulent-category .content #ISR_form_submit, .succulents-main .single-succulent-category .content .cart-actions .swal2-confirm, .cart-actions .succulents-main .single-succulent-category .content .swal2-confirm,
        .succulents-main .single-succulent-category .content .cart-actions .swal2-cancel, .cart-actions .succulents-main .single-succulent-category .content .swal2-cancel {
          height: 70px; } }
    .succulents-main .single-succulent-category .content .salmonText {
      color: #db6363; }
    .succulents-main .single-succulent-category .content p {
      line-height: 1.9333; }
    .succulents-main .single-succulent-category .content .type {
      text-transform: uppercase;
      color: #7CA386;
      font-weight: 400;
      position: absolute;
      left: 15px;
      bottom: 15px;
      letter-spacing: .02em; }
      @media only screen and (min-width: 768px) {
        .succulents-main .single-succulent-category .content .type {
          left: 25px; } }

@media only screen and (min-width: 991px) {
  .succulents-main .grid__item:nth-of-type(3n-2) .single-succulent-category {
    margin-left: 0; }
  .succulents-main .grid__item:nth-of-type(3n-1) .single-succulent-category {
    margin-left: auto;
    margin-right: auto; }
  .succulents-main .grid__item:nth-of-type(3n) .single-succulent-category {
    margin-right: 0; } }

@media only screen and (min-width: 991px) {
  .succulents-main.hardy-active .grid__item:nth-of-type(3n) .single-succulent-category {
    margin-left: 0; }
  .succulents-main.hardy-active .grid__item:nth-of-type(3n-1) .single-succulent-category {
    margin-left: 0;
    margin-right: 0; } }

.succulents-main.hardy-active .type-hardy.view-center .single-succulent-category {
  margin-left: auto;
  margin-right: auto; }

.succulents-main.hardy-active .type-hardy.view-right .single-succulent-category {
  margin-right: 0; }

.succulents-main.hardy-active .type-soft {
  display: none; }

@media only screen and (min-width: 991px) {
  .succulents-main.soft-active .grid__item:nth-of-type(3n) .single-succulent-category {
    margin-left: 0; }
  .succulents-main.soft-active .grid__item:nth-of-type(3n-1) .single-succulent-category {
    margin-left: 0;
    margin-right: 0; } }

.succulents-main.soft-active .type-soft.view-center .single-succulent-category {
  margin-left: auto;
  margin-right: auto; }

.succulents-main.soft-active .type-soft.view-right .single-succulent-category {
  margin-left: auto; }

.succulents-main.soft-active .type-hardy {
  display: none; }

/******** Cart Page *********/
.cart-banner > .container {
  height: 100%;
  position: relative; }
  .cart-banner > .container a.newsweeklink, .cart-banner > .container a.shopperlink {
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
  @media screen and (max-width: 374px) {
    .cart-banner > .container a img {
      width: 85%; } }

.cart-banner .shopperlink {
  display: block;
  position: absolute;
  width: 75px;
  right: 10px;
  top: 0; }
  @media (min-width: 480px) {
    .cart-banner .shopperlink {
      width: auto; } }
  @media (min-width: 991px) {
    .cart-banner .shopperlink {
      right: 0; } }

.cart-banner .newsweeklink {
  display: block;
  position: absolute;
  width: 80px;
  height: 138px;
  top: 0; }
  @media (min-width: 480px) {
    .cart-banner .newsweeklink {
      width: auto; } }
  @media (min-width: 991px) {
    .cart-banner .newsweeklink {
      left: 0; } }

.quality-guarantee-section {
  padding: 25px 0;
  border-bottom: 2px solid #edeff3; }
  .quality-guarantee-section p {
    margin: 0; }
  .quality-guarantee-section .guarantee-text {
    font-size: 14px;
    color: #1E333B;
    font-weight: 400; }

.cart-coupon-certificates, .delayed-shipping-container {
  padding-bottom: 10px;
  border-bottom: 1px solid black;
  margin-bottom: 20px; }
  @media only screen and (max-width: 479px) {
    .cart-coupon-certificates, .delayed-shipping-container {
      padding: 25px 0; } }
  @media only screen and (min-width: 768px) {
    .cart-coupon-certificates .label-form-wrap, .delayed-shipping-container .label-form-wrap {
      max-width: 336px; } }
  .cart-coupon-certificates .label-form-wrap span, .delayed-shipping-container .label-form-wrap span,
  .cart-coupon-certificates .label-form-wrap .accordion-header,
  .delayed-shipping-container .label-form-wrap .accordion-header {
    text-transform: uppercase;
    color: #1E333B;
    display: inline-block; }
  
  .cart-coupon-certificates .label-form-wrap .accordion-header,
  .delayed-shipping-container .label-form-wrap .accordion-header {
    cursor: pointer;
    width: 100%;
    margin: 0 0 10px; }
    .cart-coupon-certificates .label-form-wrap .accordion-header .icon-wrap, .delayed-shipping-container .label-form-wrap .accordion-header .icon-wrap {
      border: 1px solid black;
      border-radius: 50%;
      transition: ease all .3s;
      width: 20px;
      height: 20px;
      text-align: center;
      line-height: 20px;
      font-size: 0;
      vertical-align: super;
      margin-left: 7px; }
      .cart-coupon-certificates .label-form-wrap .accordion-header .icon-wrap .icon, .delayed-shipping-container .label-form-wrap .accordion-header .icon-wrap .icon {
        width: 18px;
        height: 18px;
        display: inline-block; }
        .cart-coupon-certificates .label-form-wrap .accordion-header .icon-wrap .icon svg, .delayed-shipping-container .label-form-wrap .accordion-header .icon-wrap .icon svg {
          fill: black;
          transition: ease all .3s; }
        .cart-coupon-certificates .label-form-wrap .accordion-header .icon-wrap .icon.icon-minus, .delayed-shipping-container .label-form-wrap .accordion-header .icon-wrap .icon.icon-minus {
          display: none; }
    .cart-coupon-certificates .label-form-wrap .accordion-header.active .icon.icon-plus, .delayed-shipping-container .label-form-wrap .accordion-header.active .icon.icon-plus {
      display: none; }
    .cart-coupon-certificates .label-form-wrap .accordion-header.active .icon.icon-minus, .delayed-shipping-container .label-form-wrap .accordion-header.active .icon.icon-minus {
      display: inline-block; }
  .cart-coupon-certificates .label-form-wrap:not(:first-of-type) .accordion-header, .delayed-shipping-container .label-form-wrap:not(:first-of-type) .accordion-header {
    margin-top: 10px; }
  .cart-coupon-certificates .coupon-form .form-input, .delayed-shipping-container .coupon-form .form-input, .cart-coupon-certificates .coupon-form .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper input[type="email"], .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper .cart-coupon-certificates .coupon-form input[type="email"], .delayed-shipping-container .coupon-form .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper input[type="email"], .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper .delayed-shipping-container .coupon-form input[type="email"], .cart-coupon-certificates .cart-gift-certificate-form .form-input, .delayed-shipping-container .cart-gift-certificate-form .form-input, .cart-coupon-certificates .cart-gift-certificate-form .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper input[type="email"], .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper .cart-coupon-certificates .cart-gift-certificate-form input[type="email"], .delayed-shipping-container .cart-gift-certificate-form .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper input[type="email"], .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper .delayed-shipping-container .cart-gift-certificate-form input[type="email"] {
    width: calc(100% - 111px); }
  .cart-coupon-certificates .btn40, .delayed-shipping-container .btn40, .cart-coupon-certificates .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-coupon-certificates #ISR_form_submit, .delayed-shipping-container .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .delayed-shipping-container #ISR_form_submit, .cart-coupon-certificates .swal2-confirm, .delayed-shipping-container .swal2-confirm,
  .cart-coupon-certificates .swal2-cancel,
  .delayed-shipping-container .swal2-cancel {
    min-width: 111px; }
  .cart-coupon-certificates .custom-content, .delayed-shipping-container .custom-content {
    display: none; }

.estimator-form--default ul {
  list-style: none; }

.cart-totals {
  list-style: none;
  margin: 0; }
  .cart-totals .cart-total {
    text-transform: uppercase;
    color: #1E333B;
    display: table;
    width: 100%;
    margin-bottom: 20px; }
    .cart-totals .cart-total.shipping-total {
      padding-bottom: 24px;
      margin-bottom: 25px;
      border-bottom: 1px solid black;
      display: block; }
      .cart-totals .cart-total.shipping-total > div {
        display: block; }
        .cart-totals .cart-total.shipping-total > div.shipping-row {
          display: table;
          width: 100%; }
          .cart-totals .cart-total.shipping-total > div.shipping-row > div {
            display: table-cell;
            vertical-align: middle; }
            .cart-totals .cart-total.shipping-total > div.shipping-row > div.cart-total-value {
              text-align: right; }
    .cart-totals .cart-total .cart-total-value button:hover {
      background: none; }
    .cart-totals .cart-total > div {
      display: table-cell;
      vertical-align: middle; }
      .cart-totals .cart-total > div.cart-total-value {
        text-align: right; }
      .cart-totals .cart-total > div .remove_coupon {
        text-transform: none;
        color: #888;
        font-size: 13px;
        position: relative;
        top: -7px;
        text-decoration: underline; }
    .cart-totals .cart-total.cart-total-grandTotalWrap {
      margin-bottom: 8px; }
      .cart-totals .cart-total.cart-total-grandTotalWrap div {
        font-weight: inherit; }

.help-text {
  margin-bottom: 10px;
  user-select: none;
  cursor: default; }

.cart-actions .btn.btn40, .cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions #ISR_form_submit, .cart-actions .swal2-confirm,
.cart-actions .swal2-cancel {
  min-width: 100%;
  user-select: none; }
  .cart-actions .btn.btn40.disabled, .cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .disabled#ISR_form_submit, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions .disabled#ISR_form_submit, .cart-actions .disabled.swal2-confirm,
  .cart-actions .disabled.swal2-cancel {
    color: #414042;
    background: #edeff3;
    cursor: initial; }
    .cart-actions .btn.btn40.disabled:hover, .cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .disabled#ISR_form_submit:hover, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions .disabled#ISR_form_submit:hover, .cart-actions .disabled.swal2-confirm:hover,
    .cart-actions .disabled.swal2-cancel:hover {
      background: #edeff3;
      color: #414042; }
      .cart-actions .btn.btn40.disabled:hover::before, .cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .disabled#ISR_form_submit:hover::before, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions .disabled#ISR_form_submit:hover::before, .cart-actions .disabled.swal2-confirm:hover::before,
      .cart-actions .disabled.swal2-cancel:hover::before {
        display: none; }

.cart-empty-main {
  padding-top: 35px; }
  @media only screen and (min-width: 768px) {
    .cart-empty-main {
      padding: 60px 0 50px; } }
  .cart-empty-main .text-boxx {
    position: relative;
    box-shadow: 13px 13px 0 0 #335C64; }
    .cart-empty-main .text-boxx .text-box-inner {
      background: #edeff3;
      position: relative;
      z-index: 2;
      padding: 30px 20px;
      background-position: bottom left;
      background-repeat: no-repeat;
      background-size: 120px; }
      @media only screen and (min-width: 768px) {
        .cart-empty-main .text-boxx .text-box-inner {
          padding: 55px 20px;
          background-size: 404px; } }
      .cart-empty-main .text-boxx .text-box-inner h3, .cart-empty-main .text-boxx .text-box-inner .h3, .cart-empty-main .text-boxx .text-box-inner .cart-actions .btn, .cart-actions .cart-empty-main .text-boxx .text-box-inner .btn, .cart-empty-main .text-boxx .text-box-inner .cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit, .cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-empty-main .text-boxx .text-box-inner #ISR_form_submit, .cart-empty-main .text-boxx .text-box-inner .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions #ISR_form_submit, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions .cart-empty-main .text-boxx .text-box-inner #ISR_form_submit, .cart-empty-main .text-boxx .text-box-inner .cart-actions .swal2-confirm, .cart-actions .cart-empty-main .text-boxx .text-box-inner .swal2-confirm,
      .cart-empty-main .text-boxx .text-box-inner .cart-actions .swal2-cancel, .cart-actions .cart-empty-main .text-boxx .text-box-inner .swal2-cancel {
        display: inline-block;
        border-bottom: 1px solid #7CA386;
        font-weight: 300;
        margin-bottom: 15px; }
      .cart-empty-main .text-boxx .text-box-inner h4, .cart-empty-main .text-boxx .text-box-inner .h4, .cart-empty-main .text-boxx .text-box-inner .estimator-form select.form-select#shipping-state, .estimator-form .cart-empty-main .text-boxx .text-box-inner select.form-select#shipping-state {
        font-weight: 200;
        max-width: 709px;
        margin: 0 auto; }
        .cart-empty-main .text-boxx .text-box-inner h4 a, .cart-empty-main .text-boxx .text-box-inner .h4 a, .cart-empty-main .text-boxx .text-box-inner .estimator-form select.form-select#shipping-state a, .estimator-form .cart-empty-main .text-boxx .text-box-inner select.form-select#shipping-state a {
          text-decoration: underline; }
        .cart-empty-main .text-boxx .text-box-inner h4:not(:last-of-type), .cart-empty-main .text-boxx .text-box-inner .h4:not(:last-of-type), .cart-empty-main .text-boxx .text-box-inner .estimator-form select.form-select#shipping-state:not(:last-of-type), .estimator-form .cart-empty-main .text-boxx .text-box-inner select.form-select#shipping-state:not(:last-of-type) {
          margin-bottom: 30px; }

/******** Account Pages ********/
.account-page {
  padding: 35px 0 80px; }
  .account-page .product-row > .columns {
    border-right: 1px solid #edeff3 !important;
    border-bottom: 1px solid #edeff3 !important; }
    .account-page .product-row > .columns:last-of-type {
      border-right: 0 none !important; }
    .account-page .product-row > .columns:nth-of-type(2n) {
      border-right: 0 none !important; }
    .account-page .product-row > .columns:nth-last-of-type(-n + 2) {
      border-bottom: 0 none !important; }
  @media only screen and (min-width: 768px) {
    .account-page {
      padding: 53px 0 150px; } }
  .account-page h1, .account-page .h1, .account-page .page-heading {
    margin-bottom: 30px;
    text-transform: uppercase; }
    @media only screen and (min-width: 768px) {
      .account-page h1, .account-page .h1, .account-page .page-heading {
        margin-bottom: 53px; } }
  .account-page h3, .account-page .h3, .account-page .cart-actions .btn, .cart-actions .account-page .btn, .account-page .cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit, .cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .account-page #ISR_form_submit, .account-page .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions #ISR_form_submit, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions .account-page #ISR_form_submit, .account-page .cart-actions .swal2-confirm, .cart-actions .account-page .swal2-confirm,
  .account-page .cart-actions .swal2-cancel, .cart-actions .account-page .swal2-cancel, .account-page .h3, .account-page .cart-actions .btn, .cart-actions .account-page .btn, .account-page .cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit, .cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .account-page #ISR_form_submit, .account-page .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions #ISR_form_submit, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions .account-page #ISR_form_submit, .account-page .cart-actions .swal2-confirm, .cart-actions .account-page .swal2-confirm,
  .account-page .cart-actions .swal2-cancel, .cart-actions .account-page .swal2-cancel {
    display: inline-block;
    border-bottom: 1px solid #7CA386;
    text-transform: uppercase;
    margin-bottom: 25px;
    font-weight: 300; }

.account-created, .reset-password {
  padding: 35px 0 60px; }
  @media only screen and (min-width: 768px) {
    .account-created, .reset-password {
      padding: 53px 0 100px; } }

.login-page .text-box {
  position: relative;
  box-shadow: 13px 13px 0 0 #1E333B; }
  .login-page .text-box .btn:hover::before, .login-page .text-box .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit:hover::before, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .login-page .text-box #ISR_form_submit:hover::before, .login-page .text-box .swal2-confirm:hover::before,
  .login-page .text-box .swal2-cancel:hover::before {
    background: #335C64; }
  @media only screen and (min-width: 768px) {
    .login-page .text-box .login-form, .login-page .text-box .login-form .form-actions .btn, .login-page .text-box .login-form .form-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .login-page .text-box .login-form .form-actions #ISR_form_submit, .login-page .text-box .login-form .form-actions .swal2-confirm,
    .login-page .text-box .login-form .form-actions .swal2-cancel {
      margin-bottom: 0; } }
  .login-page .text-box .signIn {
    max-width: 357px;
    margin: 0 auto; }
    @media only screen and (min-width: 768px) {
      .login-page .text-box .signIn {
        margin-left: 0; } }
  .login-page .text-box .new-customer {
    max-width: 357px;
    margin: 0 auto; }
    @media only screen and (min-width: 768px) {
      .login-page .text-box .new-customer {
        margin-right: 0; } }
    @media only screen and (min-width: 768px) {
      .login-page .text-box .new-customer .new-customer-fact-list {
        margin-bottom: 60px; } }
    .login-page .text-box .new-customer .new-customer-fact-list .new-customer-fact {
      line-height: 1.333; }
    .login-page .text-box .new-customer .btn, .login-page .text-box .new-customer .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .login-page .text-box .new-customer #ISR_form_submit, .login-page .text-box .new-customer .swal2-confirm,
    .login-page .text-box .new-customer .swal2-cancel {
      display: block;
      width: 100%; }
      @media (min-width: 480px) {
        .login-page .text-box .new-customer .btn, .login-page .text-box .new-customer .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .login-page .text-box .new-customer #ISR_form_submit, .login-page .text-box .new-customer .swal2-confirm,
        .login-page .text-box .new-customer .swal2-cancel {
          display: inline-block;
          width: auto; } }
  .login-page .text-box .form-field, .login-page .text-box .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .login-page .text-box #ISR_form_email-wrapper {
    margin-bottom: 13px; }
    .login-page .text-box .form-field.form-field--inputPassword, .login-page .text-box .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .form-field--inputPassword#ISR_form_email-wrapper, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .login-page .text-box .form-field--inputPassword#ISR_form_email-wrapper {
      margin-bottom: 2px; }
  .login-page .text-box .forgot-password {
    margin-bottom: 20px;
    margin-left: 10px;
    display: block;
    letter-spacing: .08em; }
    @media only screen and (min-width: 768px) {
      .login-page .text-box .forgot-password {
        margin-bottom: 85px; } }
  .login-page .text-box .text-box-inner {
    background: #ffffff;
    position: relative;
    z-index: 2;
    padding: 30px 20px;
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 120px; }
    @media only screen and (min-width: 768px) {
      .login-page .text-box .text-box-inner {
        padding: 53px 60px 60px;
        background-size: 241px; } }

.login-page.create-account-page .text-box .text-box-inner {
  background-size: 250px; }
  @media only screen and (min-width: 768px) {
    .login-page.create-account-page .text-box .text-box-inner {
      background-size: 461px; } }
  .login-page.create-account-page .text-box .text-box-inner .form-field, .login-page.create-account-page .text-box .text-box-inner .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .login-page.create-account-page .text-box .text-box-inner #ISR_form_email-wrapper {
    margin-bottom: 25px; }

.login-page.create-account-page .form-row.form-row--half {
  margin-bottom: 40px; }

@media only screen and (min-width: 768px) {
  .login-page.create-account-page .create-account-form, .login-page.create-account-page .create-account-form .form-actions .btn, .login-page.create-account-page .create-account-form .form-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .login-page.create-account-page .create-account-form .form-actions #ISR_form_submit, .login-page.create-account-page .create-account-form .form-actions .swal2-confirm,
  .login-page.create-account-page .create-account-form .form-actions .swal2-cancel {
    margin-bottom: 0; } }

.login-page.create-account-page .btn, .login-page.create-account-page .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .login-page.create-account-page #ISR_form_submit, .login-page.create-account-page .swal2-confirm,
.login-page.create-account-page .swal2-cancel {
  min-width: 238px; }

.account-main {
  display: table;
  width: 100%;
  position: relative;
  background: #ffffff;
  box-shadow: 13px 13px 0 0 #1E333B; }
  @media only screen and (min-width: 768px) {
    .account-main {
      min-height: 718px; }
      .error-page .account-main {
        min-height: auto; } }

.navBar.navBar--sub:not(.navBar--account) {
  padding: 20px 0; }

.navBar--account {
  background: #7CA386;
  position: relative;
  z-index: 2 !important;
  padding: 56px 0 20px 35px; }
  .navBar--account .navBar-action, .navBar--account .navBar-item {
    color: #1E333B;
    font-weight: 400;
    text-transform: uppercase; }
  .navBar--account .navBar-action:hover {
    font-weight: 500;
    color: #ffffff; }
  .navBar--account .navBar-item.is-active {
    color: #ffffff;
    border-bottom: 0 none;
    font-weight: 500; }
  .navBar--account .navBar-item {
    margin: 0 0 12px; }

.account--fixed {
  position: relative;
  z-index: 2 !important;
  background-color: #ffffff;
  padding: 54px 40px 20px; }

.order-list .account-product-detail {
  line-height: 1; }
  .order-list .account-product-detail .small-text, .order-list .account-product-detail .hovertip {
    color: #7CA386; }

.order-list .account-product-description {
  margin-bottom: 20px; }

.order-list .account-product-figure {
  float: none;
  margin: 0 auto 10px; }
  @media (min-width: 480px) {
    .order-list .account-product-figure {
      float: left;
      margin: 0 22px 0 0; } }

.order-list .account-product-body {
  text-align: center;
  padding-bottom: 0; }
  @media (min-width: 480px) {
    .order-list .account-product-body {
      text-align: left; } }

.order-list .account-orderStatus {
  position: static;
  border: 1px solid #1E333B;
  padding: 5px 8px;
  text-align: center;
  display: inline-block;
  margin-bottom: 8px; }
  @media (min-width: 480px) {
    .order-list .account-orderStatus {
      text-align: left;
      padding: 5px 8px 5px 17px;
      min-width: 197px;
      margin: 0; } }
  .order-list .account-orderStatus .statusText {
    color: #1E333B;
    text-transform: uppercase;
    font-weight: 500; }
  .order-list .account-orderStatus .account-orderStatus-label {
    color: #7CA386;
    font-weight: 200; }

#tab-reviews .yotpo-bottomline-box-1,
#tab-reviews .yotpo-bottomline-box-2 {
  min-width: 245px; }

#tab-reviews div.yotpo-display-wrapper {
  margin: 0 -0.5rem;
  max-width: none;
  width: auto; }
  #tab-reviews div.yotpo-display-wrapper:before, #tab-reviews div.yotpo-display-wrapper:after {
    content: " ";
    display: table; }
  #tab-reviews div.yotpo-display-wrapper:after {
    clear: both; }

#tab-reviews span.yotpo-display-wrapper,
#tab-reviews .write-review-wrapper,
#tab-reviews .write-question-wrapper {
  clear: left;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  width: 100%;
  float: left; }
  @media only screen and (min-width: 991px) {
    #tab-reviews span.yotpo-display-wrapper,
    #tab-reviews .write-review-wrapper,
    #tab-reviews .write-question-wrapper {
      width: 50%; } }

#tab-reviews .yotpo-nav.yotpo-small-box,
#tab-reviews .yotpo-nav-content {
  overflow: hidden;
  position: relative;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  width: 100%;
  float: left; }
  @media only screen and (min-width: 991px) {
    #tab-reviews .yotpo-nav.yotpo-small-box,
    #tab-reviews .yotpo-nav-content {
      width: 50%;
      float: none; } }

#tab-reviews .yotpo-label {
  display: none; }

#tab-reviews .yotpo .yotpo-regular-box {
  border: none !important; }

#tab-reviews .yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-default-button,
#tab-reviews .yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-default-button {
  position: static !important;
  top: auto !important;
  clear: both;
  margin-left: 0;
  min-width: 160px; }

#tab-reviews .yotpo.yotpo-main-widget.yotpo-medium .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-1 .questions,
#tab-reviews .yotpo.yotpo-medium .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-1 .questions {
  float: none; }

#tab-reviews .yotpo.yotpo-main-widget.yotpo-medium .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-1 .yotpo-default-button,
#tab-reviews .yotpo.yotpo-medium .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-1 .yotpo-default-button {
  min-width: auto;
  display: inline-block; }

#tab-reviews .yotpo .yotpo-pager {
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  margin: 0 !important;
  padding: 20px 0;
  background-color: #fff; }

#tab-reviews .yotpo .yotpo-nav-content > div {
  max-height: 600px;
  overflow: auto;
  padding-bottom: 58px; }

#yotpo-testimonials-custom-tab {
  float: left;
  max-width: 50%;
  overflow: hidden;
  padding-right: 20px; }
  #yotpo-testimonials-custom-tab .yotpo-modal-dialog .yotpo-label {
    display: none; }

#ww-widget-reviews {
  overflow: hidden; }

.fb-post {
  overflow: hidden; }

.product-share {
  position: relative;
  margin-bottom: 10px; }
  .product-share .fb-like:nth-of-type(n+2) {
    display: none !important; }
  .product-share .socialLinks-item.socialLinks-item--facebook_like {
    position: absolute;
    left: 0;
    bottom: auto;
    top: 15px;
    margin-bottom: 0;
    margin: 0; }

.nxt-pagination {
  float: none;
  padding: 30px 0;
  text-align: center; }

.nxt-results-count,
.nxt-related.nxt-address {
  font-family: "Chronica Pro", Helvetica, Arial, sans-serif; }

#shopper_review_page::before, #shopper_review_page::after {
  content: "";
  display: table; }

#shopper_review_page::after {
  clear: both; }

#sa_review_section {
  min-height: auto !important; }

#product_page #sa_review_paging,
#product_page .paging {
  height: auto;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    #product_page #sa_review_paging,
    #product_page .paging {
      text-align: left;
      float: left; } }
  #product_page #sa_review_paging .sa_page,
  #product_page #sa_review_paging #sa_sort,
  #product_page .paging .sa_page,
  #product_page .paging #sa_sort {
    vertical-align: top;
    box-sizing: border-box; }
  #product_page #sa_review_paging .sa_page,
  #product_page .paging .sa_page {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 6px; }
    #product_page #sa_review_paging .sa_page:nth-child(n + 2),
    #product_page .paging .sa_page:nth-child(n + 2) {
      margin-left: 6px; }
  #product_page #sa_review_paging #sa_sort,
  #product_page .paging #sa_sort {
    height: 24px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
    display: block;
    margin-left: auto;
    margin-right: auto; }
    @media only screen and (min-width: 768px) {
      #product_page #sa_review_paging #sa_sort,
      #product_page .paging #sa_sort {
        display: inline;
        margin-left: 6px; } }

#review_image {
  padding: 15px 0 30px; }
  #review_image .sa_logo {
    float: none !important;
    margin: 0 auto !important; }
    @media only screen and (min-width: 768px) {
      #review_image .sa_logo {
        margin-right: 0 !important; } }

.gift-certificates-banner h1, .gift-certificates-banner .h1 {
  margin: 0; }

.gift-certificate-page .navBar--account {
  padding: 56px 10px 20px 35px; }

@media only screen and (max-width: 767px) {
  .gift-certificate-page .account--fixed {
    padding: 34px 15px 10px; } }

.gift-certificate-form .form-label, .gift-certificate-form .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper label, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper .gift-certificate-form label {
  font-weight: 400;
  color: #4f4f4f;
  font-size: 14px; }

.gift-certificate-form .form-label[for="agree2"], .gift-certificate-form .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper label[for="agree2"], .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper .gift-certificate-form label[for="agree2"] {
  font-size: 12px; }
  @media only screen and (max-width: 767px) {
    .gift-certificate-form .form-label[for="agree2"], .gift-certificate-form .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper label[for="agree2"], .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper .gift-certificate-form label[for="agree2"] {
      line-height: 1.4;
      padding-left: 25px; } }

.gift-certificate-form .form-input, .gift-certificate-form .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper input[type="email"], .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper .gift-certificate-form input[type="email"] {
  font-size: 12px; }
  @media only screen and (min-width: 480px) {
    .gift-certificate-form .form-input, .gift-certificate-form .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper input[type="email"], .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper .gift-certificate-form input[type="email"] {
      font-size: 14px; } }

.gift-certificate-form .form-actions .btn, .gift-certificate-form .form-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .gift-certificate-form .form-actions #ISR_form_submit, .gift-certificate-form .form-actions .swal2-confirm,
.gift-certificate-form .form-actions .swal2-cancel {
  font-size: 14px; }
  @media only screen and (min-width: 480px) {
    .gift-certificate-form .form-actions .btn, .gift-certificate-form .form-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .gift-certificate-form .form-actions #ISR_form_submit, .gift-certificate-form .form-actions .swal2-confirm,
    .gift-certificate-form .form-actions .swal2-cancel {
      font-size: 15px;
      margin-right: 5px; } }

.gift-certificate-form .form-row--half > .form-field, .gift-certificate-form .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .form-row--half > #ISR_form_email-wrapper, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .gift-certificate-form .form-row--half > #ISR_form_email-wrapper {
  width: 100%; }
  @media only screen and (min-width: 480px) {
    .gift-certificate-form .form-row--half > .form-field:first-of-type, .gift-certificate-form .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .form-row--half > #ISR_form_email-wrapper:first-of-type, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .gift-certificate-form .form-row--half > #ISR_form_email-wrapper:first-of-type {
      width: 40%; }
    .gift-certificate-form .form-row--half > .form-field:last-of-type, .gift-certificate-form .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .form-row--half > #ISR_form_email-wrapper:last-of-type, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .gift-certificate-form .form-row--half > #ISR_form_email-wrapper:last-of-type {
      width: 60%; } }

.gift-certificate-form .form-column {
  width: 100%; }
  @media only screen and (min-width: 480px) {
    .gift-certificate-form .form-column {
      width: 50%; } }

/* InstantSearch+ */
ul.ui-autocomplete {
  width: 350px;
  height: auto !important;
  position: absolute;
  left: 0 !important;
  top: 89px !important;
  bottom: 0;
  margin-left: 0;
  max-height: none;
  margin-bottom: 0; }
  ul.ui-autocomplete:empty {
    display: none !important; }
  @media only screen and (min-width: 991px) {
    ul.ui-autocomplete {
      top: 95px !important;
      left: auto !important;
      right: 0 !important;
      bottom: auto;
      width: 500px !important; } }
  ul.ui-autocomplete .ui-menu-item {
    border: none; }
    ul.ui-autocomplete .ui-menu-item + .ui-menu-item {
      border-top: 1px solid #edeff3; }
    ul.ui-autocomplete .ui-menu-item a {
      display: block; }
    ul.ui-autocomplete .ui-menu-item .ui-corner-all {
      padding: 0.86667rem 1rem; }
  ul.ui-autocomplete .as_icon {
    border: none;
    padding: 0 !important; }
  ul.ui-autocomplete span.as_img_container_popular_search {
    margin-left: 0;
    vertical-align: middle;
    position: relative;
    top: -1px; }
    ul.ui-autocomplete span.as_img_container_popular_search img {
      display: block !important;
      margin: 0 auto; }
  ul.ui-autocomplete .as_pop_search_stuff {
    vertical-align: middle; }
  ul.ui-autocomplete .isp_section_header {
    border: none;
    margin: 0; }

.isp_dimmer {
  left: 23.6rem !important; }
  @media (min-width: 991px) {
    .isp_dimmer {
      left: 0 !important; } }

body div#isp_search_result_page_container {
  margin-left: calc(-100vw - 15px);
  width: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch; }
  @media only screen and (min-width: 480px) {
    body div#isp_search_result_page_container {
      margin-left: -315px; } }
  @media only screen and (min-width: 991px) {
    body div#isp_search_result_page_container {
      margin-left: -15px; } }
  body div#isp_search_result_page_container div, body div#isp_search_result_page_container ul {
    max-width: none; }
  body div#isp_search_result_page_container .isp_favorite {
    top: -17px;
    left: -9px;
    right: auto; }
  body div#isp_search_result_page_container svg.favorite--heart {
    display: block;
    margin: 0 auto; }
  body div#isp_search_result_page_container #isp_search_results_banner:empty {
    display: none; }
  body div#isp_search_result_page_container #isp_left_container {
    position: relative;
    flex: 0 0 100vw;
    max-width: 100vw;
    margin: 0;
    padding: 138px 0 0 15px;
    transform: translate(0, 0);
    clear: both;
    display: block;
    background-color: #fff;
    box-shadow: 3px 0 2px -3px rgba(0, 0, 0, 0.15);
    z-index: 3; }
    @media only screen and (min-width: 480px) {
      body div#isp_search_result_page_container #isp_left_container {
        max-width: 300px;
        flex-basis: 300px;
        padding-top: 140px; } }
    @media only screen and (min-width: 768px) {
      body div#isp_search_result_page_container #isp_left_container {
        padding-top: 143px; } }
    @media only screen and (min-width: 991px) {
      body div#isp_search_result_page_container #isp_left_container {
        max-width: 25%;
        flex-basis: 25%;
        padding-top: 0;
        box-shadow: none;
        z-index: 0; }
        body div#isp_search_result_page_container #isp_left_container ~ #isp_center_container {
          max-width: 75%;
          flex-basis: 75%; } }
    body div#isp_search_result_page_container #isp_left_container.display_refine_slide {
      transform: translate(100vw, 0); }
      @media only screen and (min-width: 480px) {
        body div#isp_search_result_page_container #isp_left_container.display_refine_slide {
          transform: translate(300px, 0); } }
      @media only screen and (min-width: 991px) {
        body div#isp_search_result_page_container #isp_left_container.display_refine_slide {
          transform: translate(0, 0);
          transition: none; } }
    body div#isp_search_result_page_container #isp_left_container .isp_facet_value a div.isp_facet_check_box_icon {
      background-color: #fff; }
      body div#isp_search_result_page_container #isp_left_container .isp_facet_value a div.isp_facet_check_box_icon.isp_facet_check_box_icon_checked {
        background-image: url("../img/checkmark-v2-facet.png"); }
  body div#isp_search_result_page_container #isp_left_container_header {
    padding-top: 1rem; }
    body div#isp_search_result_page_container #isp_left_container_header:empty {
      padding-top: 0; }
  body div#isp_search_result_page_container #isp_left_container_facets {
    border-right: none;
    padding-top: 1rem; }
    body div#isp_search_result_page_container #isp_left_container_facets .isp_facet_title {
      margin-bottom: 0; }
    body div#isp_search_result_page_container #isp_left_container_facets .isp_facet_value {
      padding-top: 10px;
      padding-bottom: 0; }
  body div#isp_search_result_page_container #isp_pagination_anchor {
    border-top: none; }
  body div#isp_search_result_page_container #isp_results_did_you_mean {
    margin: 1em 0; }
    body div#isp_search_result_page_container #isp_results_did_you_mean .isp_did_you_mean_results {
      display: inline; }
  body div#isp_search_result_page_container #isp_center_container {
    flex: 1 0 0;
    margin: 0;
    padding: 0 0 0 15px;
    width: auto;
    display: block;
    transform: none;
    float: none; }
    body div#isp_search_result_page_container #isp_center_container.display_refine_slide {
      transform: none; }
      body div#isp_search_result_page_container #isp_center_container.display_refine_slide #isp_search_results_container {
        overflow: hidden;
        height: 0; }
        @media only screen and (min-width: 480px) {
          body div#isp_search_result_page_container #isp_center_container.display_refine_slide #isp_search_results_container {
            overflow: visible;
            height: auto; } }
  body div#isp_search_result_page_container .isp_center_container_header {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    padding: 0;
    z-index: 4;
    width: auto;
    margin-left: -15px;
    margin-right: -15px;
    background-color: #fff; }
    @media only screen and (min-width: 991px) {
      body div#isp_search_result_page_container .isp_center_container_header {
        display: inline-block;
        margin: 0;
        width: 100%;
        background-color: transparent; } }
    body div#isp_search_result_page_container .isp_center_container_header::after {
      display: block;
      content: "";
      clear: both;
      height: auto;
      border: none; }
    body div#isp_search_result_page_container .isp_center_container_header #isp_refine_nevigation,
    body div#isp_search_result_page_container .isp_center_container_header .isp_sorting_and_result_view_wrapper {
      border-radius: 0;
      background-color: #7CA386; }
      @media only screen and (min-width: 991px) {
        body div#isp_search_result_page_container .isp_center_container_header #isp_refine_nevigation,
        body div#isp_search_result_page_container .isp_center_container_header .isp_sorting_and_result_view_wrapper {
          background-color: transparent; } }
    body div#isp_search_result_page_container .isp_center_container_header #isp_refine_nevigation {
      flex: 1 0 50%;
      max-width: 50%;
      height: auto;
      line-height: 17px;
      display: block;
      padding: 15px;
      border: none;
      border-right: 1px solid #fff; }
      body div#isp_search_result_page_container .isp_center_container_header #isp_refine_nevigation #isp_watermark_img {
        display: none; }
      body div#isp_search_result_page_container .isp_center_container_header #isp_refine_nevigation #isp_refine_button {
        color: #fff;
        padding: 0;
        font-size: 16px;
        text-transform: uppercase; }
      @media only screen and (min-width: 991px) {
        body div#isp_search_result_page_container .isp_center_container_header #isp_refine_nevigation {
          display: none; } }
    body div#isp_search_result_page_container .isp_center_container_header .isp_sorting_and_result_view_wrapper {
      flex: 1 0 0;
      max-width: none;
      display: flex;
      flex-wrap: nowrap;
      align-items: stretch;
      justify-content: center;
      position: relative; }
      @media only screen and (min-width: 991px) {
        body div#isp_search_result_page_container .isp_center_container_header .isp_sorting_and_result_view_wrapper {
          display: block; } }
    body div#isp_search_result_page_container .isp_center_container_header #isp_search_res_sorting_menu {
      padding-left: 0;
      flex: 1 1 0; }
      body div#isp_search_result_page_container .isp_center_container_header #isp_search_res_sorting_menu #isp_sorting_drop_container {
        display: block !important; }
        @media only screen and (min-width: 991px) {
          body div#isp_search_result_page_container .isp_center_container_header #isp_search_res_sorting_menu #isp_sorting_drop_container {
            display: inline-block !important; } }
      body div#isp_search_result_page_container .isp_center_container_header #isp_search_res_sorting_menu > li {
        position: static; }
        @media only screen and (min-width: 991px) {
          body div#isp_search_result_page_container .isp_center_container_header #isp_search_res_sorting_menu > li {
            position: relative; } }
        body div#isp_search_result_page_container .isp_center_container_header #isp_search_res_sorting_menu > li > a {
          height: auto;
          line-height: 18px;
          padding: 15px 5px 15px 15px;
          border: none;
          color: #fff;
          font-size: 16px;
          width: auto;
          border-radius: 0;
          position: relative; }
          @media only screen and (min-width: 480px) {
            body div#isp_search_result_page_container .isp_center_container_header #isp_search_res_sorting_menu > li > a {
              padding: 15px; } }
          @media only screen and (min-width: 991px) {
            body div#isp_search_result_page_container .isp_center_container_header #isp_search_res_sorting_menu > li > a {
              border: 1px solid #edeff3;
              color: #545459;
              font-size: inherit;
              padding-top: 6px;
              padding-bottom: 6px;
              border-radius: 2px; } }
          body div#isp_search_result_page_container .isp_center_container_header #isp_search_res_sorting_menu > li > a > .caret {
            margin-left: 8px !important;
            margin-right: -6px; }
      body div#isp_search_result_page_container .isp_center_container_header #isp_search_res_sorting_menu #sorting_drop_list {
        border-radius: 0;
        left: 0;
        width: auto !important; }
        @media only screen and (min-width: 991px) {
          body div#isp_search_result_page_container .isp_center_container_header #isp_search_res_sorting_menu #sorting_drop_list {
            border-radius: 4px;
            left: auto;
            right: 0; } }
    body div#isp_search_result_page_container .isp_center_container_header .isp_search_res_view_type {
      display: none; }
    body div#isp_search_result_page_container .isp_center_container_header #isp_favorite_bar {
      flex: 0 0 auto;
      fill: #FFFFFF;
      stroke: #FFFFFF;
      height: 48px; }
      @media only screen and (min-width: 991px) {
        body div#isp_search_result_page_container .isp_center_container_header #isp_favorite_bar {
          fill: #FFFFFF;
          stroke: #545459;
          height: 32px; } }
      body div#isp_search_result_page_container .isp_center_container_header #isp_favorite_bar.favorite_is-favorited,
      body div#isp_search_result_page_container .isp_center_container_header #isp_favorite_bar.favorite_is-favorited path.heart {
        fill: #db6363;
        stroke: #FFFFFF; }
        @media only screen and (min-width: 991px) {
          body div#isp_search_result_page_container .isp_center_container_header #isp_favorite_bar.favorite_is-favorited,
          body div#isp_search_result_page_container .isp_center_container_header #isp_favorite_bar.favorite_is-favorited path.heart {
            stroke: #db6363; } }
      body div#isp_search_result_page_container .isp_center_container_header #isp_favorite_bar #isp_fav_btn_bar {
        border-radius: 0;
        display: block;
        height: 100%;
        padding: 15px 10px;
        line-height: 18px; }
        @media only screen and (min-width: 991px) {
          body div#isp_search_result_page_container .isp_center_container_header #isp_favorite_bar #isp_fav_btn_bar {
            line-height: 19px;
            padding-top: 7px;
            padding-bottom: 7px; } }
        body div#isp_search_result_page_container .isp_center_container_header #isp_favorite_bar #isp_fav_btn_bar svg {
          display: block; }
    body div#isp_search_result_page_container .isp_center_container_header .isp_results_summary_wrapper {
      flex: 1 0 100%;
      max-width: 100%;
      display: block;
      padding: 20px 15px 25px;
      order: -1;
      float: none;
      clear: both;
      background-color: #edeff3;
      color: #4f4f4f;
      line-height: 1.6; }
      @media only screen and (min-width: 991px) {
        body div#isp_search_result_page_container .isp_center_container_header .isp_results_summary_wrapper {
          max-width: none;
          float: left;
          clear: none;
          padding: 0;
          order: 0;
          background-color: transparent; } }
      @media only screen and (min-width: 991px) {
        body div#isp_search_result_page_container .isp_center_container_header .isp_results_summary_wrapper h1, body div#isp_search_result_page_container .isp_center_container_header .isp_results_summary_wrapper .h1 {
          line-height: 1.2; } }
      body div#isp_search_result_page_container .isp_center_container_header .isp_results_summary_wrapper #isp_search_results_filter_tags {
        bottom: 0; }
  body div#isp_search_result_page_container .product-grid-clip {
    clear: both; }
  body div#isp_search_result_page_container #isp_search_results_container {
    outline: 1px solid #fff;
    outline-offset: -1px;
    width: auto;
    max-width: none;
    float: none;
    display: flex !important;
    flex-wrap: wrap !important;
    margin-bottom: 30px; }
    body div#isp_search_result_page_container #isp_search_results_container .favorite_is-favorited,
    body div#isp_search_result_page_container #isp_search_results_container .favorite_is-favorited path.heart {
      fill: #db6363;
      stroke: #db6363; }
    body div#isp_search_result_page_container #isp_search_results_container .isp_no_results_title {
      flex: 1 0 100%; }
    body div#isp_search_result_page_container #isp_search_results_container .isp_grid_product {
      border-right: 1px solid #edeff3;
      border-bottom: 1px solid #edeff3;
      margin: 0;
      border-left: none;
      border-top: none;
      height: auto;
      z-index: auto;
      position: static;
      overflow: visible; }
      @media only screen and (min-width: 991px) {
        body div#isp_search_result_page_container #isp_search_results_container .isp_grid_product:hover {
          z-index: 1;
          position: relative; } }
    body div#isp_search_result_page_container #isp_search_results_container .isp_product_image_wrapper {
      height: auto;
      display: block; }
      body div#isp_search_result_page_container #isp_search_results_container .isp_product_image_wrapper > a {
        display: block;
        overflow: hidden;
        z-index: 1; }
        body div#isp_search_result_page_container #isp_search_results_container .isp_product_image_wrapper > a img {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
      body div#isp_search_result_page_container #isp_search_results_container .isp_product_image_wrapper .isp_favorite button {
        border-radius: 50%; }
    body div#isp_search_result_page_container #isp_search_results_container .isp_add_to_cart_form {
      display: block;
      float: none;
      width: auto;
      padding: 0;
      background: transparent;
      position: static;
      border: none;
      box-shadow: none; }
      body div#isp_search_result_page_container #isp_search_results_container .isp_add_to_cart_form::before, body div#isp_search_result_page_container #isp_search_results_container .isp_add_to_cart_form::after {
        content: none;
        display: none; }
    body div#isp_search_result_page_container #isp_search_results_container .isp_product_info {
      margin: 0;
      font-weight: 300;
      position: static;
      float: none;
      width: auto; }
      body div#isp_search_result_page_container #isp_search_results_container .isp_product_info::before, body div#isp_search_result_page_container #isp_search_results_container .isp_product_info::after {
        content: none;
        display: none; }
    body div#isp_search_result_page_container #isp_search_results_container .isp_product_title {
      color: #414042;
      text-decoration: none;
      display: inline-block;
      vertical-align: middle;
      transform: perspective(1px);
      box-shadow: 0 0 1px transparent;
      position: relative;
      font-size: inherit;
      line-height: inherit;
      max-height: none; }
    body div#isp_search_result_page_container #isp_search_results_container .isp_product_price_wrapper {
      font-size: 0; }
    body div#isp_search_result_page_container #isp_search_results_container .isp_compare_at_price {
      font-size: 20px;
      color: #cbcbcb;
      font-weight: inherit;
      padding-right: 0.2em; }
    body div#isp_search_result_page_container #isp_search_results_container .isp_product_price {
      font-size: 20px;
      font-weight: inherit; }
      body div#isp_search_result_page_container #isp_search_results_container .isp_product_price.isp_compare_at_price_exist {
        color: #db6363; }
        body div#isp_search_result_page_container #isp_search_results_container .isp_product_price.isp_compare_at_price_exist::after {
          content: " Sale"; }
    body div#isp_search_result_page_container #isp_search_results_container button {
      line-height: 40px;
      border-radius: 0;
      vertical-align: baseline;
      padding: 0; }
    body div#isp_search_result_page_container #isp_search_results_container .quantity-btn-wrap button {
      padding: 0 10px; }

@media only screen and (max-width: 990px) {
  .page-videos .page-content table, .page-videos .page-content tbody, .page-videos .page-content tr, .page-videos .page-content td, .page-videos .page-content iframe, .page-videos .page-content button {
    display: block;
    width: 100% !important; } }

/* Privy */
#privy-container #privy-inner-container .privy-form .privy-custom_birthday-input {
  line-height: 24px !important;
  text-indent: 0.2em; }

.page-faqs-help {
  background-color: #fafafa; }
  .page-faqs-help .page-banner {
    background-color: #7CA386; }

.page-build-your-own-succulent-trifecta-kit-indoor .page-banner,
.page-build-your-own-succulent-trifecta-kit-full-sun .page-banner,
.page-build-your-own-succulent-trifecta-kit-colorful .page-banner,
.page-build-your-own-succulent-trifecta-kit-cold-hardy .page-banner {
  background-color: #7CA386; }

.page-build-your-own-succulent-trifecta-kit-indoor .page-banner,
.page-build-your-own-succulent-trifecta-kit-full-sun .page-banner,
.page-build-your-own-succulent-trifecta-kit-colorful .page-banner,
.page-build-your-own-succulent-trifecta-kit-cold-hardy .page-banner {
  background-color: #7CA386; }

#smile-ui-container {
  z-index: 2147483646 !important; }
  #smile-ui-container .smile-panel-frame-container {
    margin-bottom: 72px; }

.club-page #club-banner h1, .club-page #club-banner .h1 {
  text-transform: none; }

.club-page .subscribe-section {
  padding: 40px 0; }
  @media only screen and (min-width: 768px) {
    .club-page .subscribe-section {
      padding: 80px 0; } }

.club-page .section-header {
  margin-bottom: 30px;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .club-page .section-header {
      margin-bottom: 50px; } }
  .club-page .section-header .subscription-header {
    color: black;
    font-size: 25px;
    display: inline-block;
    margin-bottom: 0; }
    @media only screen and (min-width: 768px) {
      .club-page .section-header .subscription-header {
        font-size: 35px; } }
    .club-page .section-header .subscription-header::after {
      content: "";
      display: block;
      height: 1px;
      background-color: #7CA386;
      margin: 5px auto;
      max-width: 100%; }

@media only screen and (max-width: 767px) {
  .club-page .club-details .club-image-container {
    margin-bottom: 20px; } }

@media only screen and (max-width: 767px) {
  .club-page .club-details .club-image-container .club-image {
    text-align: center; } }

.club-page .club-details .month-container {
  display: none; }

.club-page .club-details .club-info-container .club-tagline {
  margin-bottom: 30px; }
  .club-page .club-details .club-info-container .club-tagline .club-theme-name {
    font-weight: 300;
    color: #1E333B;
    margin-bottom: 15px; }
  .club-page .club-details .club-info-container .club-tagline p {
    margin-bottom: 0; }

.club-page .club-details .club-info-container .club-price {
  margin-bottom: 30px; }
  @media only screen and (max-width: 767px) {
    .club-page .club-details .club-info-container .club-price {
      margin-bottom: 20px; } }
  .club-page .club-details .club-info-container .club-price .club-special-price {
    font-size: 20px;
    color: #7E6B71;
    font-weight: 500; }
    @media only screen and (max-width: 767px) {
      .club-page .club-details .club-info-container .club-price .club-special-price {
        font-size: 14px;
        margin-bottom: 20px; } }

.club-page .club-details .club-info-container .club-subscribe {
  margin-bottom: 10px; }
  @media only screen and (min-width: 768px) {
    .club-page .club-details .club-info-container .club-subscribe {
      margin-bottom: 50px; } }
  .club-page .club-details .club-info-container .club-subscribe .btn, .club-page .club-details .club-info-container .club-subscribe .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .club-page .club-details .club-info-container .club-subscribe #ISR_form_submit, .club-page .club-details .club-info-container .club-subscribe .swal2-confirm,
  .club-page .club-details .club-info-container .club-subscribe .swal2-cancel {
    min-width: 311px;
    text-transform: uppercase; }

.club-page .whats-included-section {
  background-color: #1E333B;
  padding: 30px 0; }
  .club-page .whats-included-section h2, .club-page .whats-included-section .h2 {
    color: #fff;
    border-bottom: 3px solid #7CA386;
    margin-bottom: 30px;
    display: inline-block; }
    @media only screen and (min-width: 768px) {
      .club-page .whats-included-section h2, .club-page .whats-included-section .h2 {
        margin-bottom: 55px; } }
  .club-page .whats-included-section .included-container,
  .club-page .whats-included-section .bonus-container {
    padding-top: 20px; }
    @media only screen and (min-width: 768px) {
      .club-page .whats-included-section .included-container,
      .club-page .whats-included-section .bonus-container {
        padding-top: 30px; } }
  .club-page .whats-included-section .included-image,
  .club-page .whats-included-section .bonus-items {
    margin-bottom: 10px; }
    @media only screen and (min-width: 768px) {
      .club-page .whats-included-section .included-image,
      .club-page .whats-included-section .bonus-items {
        margin-bottom: 25px; } }
  .club-page .whats-included-section .included-description,
  .club-page .whats-included-section .bonus-description {
    color: #fff;
    font-size: 14px; }
  .club-page .whats-included-section .icon {
    fill: #fff; }
  .club-page .whats-included-section .icon-different-theme {
    width: 90px;
    height: 120px; }
  .club-page .whats-included-section .icon-no-repeats {
    width: 106px;
    height: 117px; }
  .club-page .whats-included-section .icon-14-day {
    width: 118px;
    height: 116px; }
  .club-page .whats-included-section .icon-back-in-stock-alerts {
    width: 90px;
    height: 108px; }

.club-page .how-it-works-section {
  padding: 60px 0; }
  .club-page .how-it-works-section h2, .club-page .how-it-works-section .h2 {
    margin-bottom: 40px;
    font-weight: 400; }
  .club-page .how-it-works-section .how-it-works-container .details-container {
    padding: 0 25px;
    max-width: 470px;
    min-height: 182px;
    margin: 0 auto;
    background-color: rgba(138, 142, 157, 0.25); }
    .club-page .how-it-works-section .how-it-works-container .details-container .details-header {
      padding: 30px 0 20px;
      margin-bottom: 0;
      font-weight: 400;
      text-transform: uppercase; }
    .club-page .how-it-works-section .how-it-works-container .details-container .details-content {
      font-weight: 400; }
  .club-page .how-it-works-section .grid__item {
    display: flex;
    flex-direction: column; }
    .club-page .how-it-works-section .grid__item .details-container {
      flex-grow: 1; }

.club-page .club-faq-section,
.club-page .monthly-theme-section {
  padding: 60px 0;
  background-size: cover;
  background-position: center; }
  .club-page .club-faq-section h2, .club-page .club-faq-section .h2,
  .club-page .monthly-theme-section h2,
  .club-page .monthly-theme-section .h2 {
    color: #1E333B;
    margin-bottom: 50px; }
  .club-page .club-faq-section .question-container,
  .club-page .monthly-theme-section .question-container {
    padding: 20px 25px;
    background-color: #fff;
    margin-bottom: 0;
    position: relative;
    margin-bottom: 10px; }
    .club-page .club-faq-section .question-container .faq-club-question,
    .club-page .monthly-theme-section .question-container .faq-club-question {
      text-transform: uppercase;
      font-size: 15px;
      color: #1E333B;
      font-weight: 500;
      margin-bottom: 0;
      margin-right: 20px; }
      .club-page .club-faq-section .question-container .faq-club-question.active .icon-plus,
      .club-page .monthly-theme-section .question-container .faq-club-question.active .icon-plus {
        display: none; }
      .club-page .club-faq-section .question-container .faq-club-question.active .icon-minus,
      .club-page .monthly-theme-section .question-container .faq-club-question.active .icon-minus {
        display: block; }
    .club-page .club-faq-section .question-container .custom-content,
    .club-page .monthly-theme-section .question-container .custom-content {
      display: none; }
      .club-page .club-faq-section .question-container .custom-content .answer,
      .club-page .monthly-theme-section .question-container .custom-content .answer {
        margin-bottom: 0;
        color: #1E333B; }
        .club-page .club-faq-section .question-container .custom-content .answer a,
        .club-page .monthly-theme-section .question-container .custom-content .answer a {
          text-decoration: underline; }
    .club-page .club-faq-section .question-container .icon-wrap,
    .club-page .monthly-theme-section .question-container .icon-wrap {
      position: absolute;
      right: 25px;
      top: 30px;
      transform: translateY(-50%); }
      .club-page .club-faq-section .question-container .icon-wrap .icon,
      .club-page .monthly-theme-section .question-container .icon-wrap .icon {
        border: 1px solid #7CA386;
        border-radius: 50%;
        position: relative; }
        .club-page .club-faq-section .question-container .icon-wrap .icon svg,
        .club-page .monthly-theme-section .question-container .icon-wrap .icon svg {
          height: 10px;
          width: 10px;
          position: absolute;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%); }
      .club-page .club-faq-section .question-container .icon-wrap .icon,
      .club-page .club-faq-section .question-container .icon-wrap svg,
      .club-page .monthly-theme-section .question-container .icon-wrap .icon,
      .club-page .monthly-theme-section .question-container .icon-wrap svg {
        fill: #7CA386; }
      .club-page .club-faq-section .question-container .icon-wrap .icon-minus,
      .club-page .monthly-theme-section .question-container .icon-wrap .icon-minus {
        display: none; }

.club-page .past-themes-section {
  background-color: #1E333B;
  padding: 60px 0; }
  .club-page .past-themes-section .past-themes-title {
    width: 80%;
    margin: 0 auto; }
    @media only screen and (min-width: 768px) {
      .club-page .past-themes-section .past-themes-title {
        width: 60%; } }
    .club-page .past-themes-section .past-themes-title h2, .club-page .past-themes-section .past-themes-title .h2 {
      color: #fff;
      margin-bottom: 20px;
      border-bottom: 3px solid #7CA386;
      display: inline-block; }
    .club-page .past-themes-section .past-themes-title p {
      color: #fff; }
  @media only screen and (min-width: 768px) {
    .club-page .past-themes-section .each-theme {
      margin-bottom: 0; }
      .club-page .past-themes-section .each-theme:nth-child(-n+2) {
        margin-bottom: 50px; } }
  .club-page .past-themes-section .each-theme .single-theme {
    max-width: 470px;
    margin: 0 auto;
    position: relative; }
    .club-page .past-themes-section .each-theme .single-theme.right-side {
      margin-left: auto; }
    .club-page .past-themes-section .each-theme .single-theme .theme-image {
      height: 225px; }
    .club-page .past-themes-section .each-theme .single-theme .details-container {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0; }
  .club-page .past-themes-section .each-theme .details-container {
    background-color: rgba(124, 162, 133, 0.9);
    padding: 12px 22px; }
    .club-page .past-themes-section .each-theme .details-container .details-header {
      text-transform: uppercase;
      margin-bottom: 0;
      color: #fff; }

.club-page .monthly-themes-section {
  padding: 30px 0; }
  @media only screen and (min-width: 768px) {
    .club-page .monthly-themes-section {
      padding: 80px 0; } }
  @media only screen and (max-width: 767px) {
    .club-page .monthly-themes-section .monthly-theme-header {
      margin: 0 auto 30px;
      max-width: 100%;
      width: 221px; } }
  .club-page .monthly-themes-section .monthly-block {
    margin-bottom: 15px; }
    .club-page .monthly-themes-section .monthly-block .theme-image img {
      width: 100%; }
    .club-page .monthly-themes-section .monthly-block .monthly-content {
      background-color: #1E333B;
      padding: 15px 20px; }
      @media only screen and (max-width: 767px) {
        .club-page .monthly-themes-section .monthly-block .monthly-content {
          display: flex;
          flex-direction: column;
          height: 80px;
          justify-content: center;
          padding: 9px 13px; } }
      .club-page .monthly-themes-section .monthly-block .monthly-content span {
        color: white;
        text-transform: uppercase; }
      .club-page .monthly-themes-section .monthly-block .monthly-content .month-info {
        font-size: 14px; }
        @media only screen and (min-width: 768px) {
          .club-page .monthly-themes-section .monthly-block .monthly-content .month-info {
            font-size: 20px; } }
        .club-page .monthly-themes-section .monthly-block .monthly-content .month-info::after {
          content: "";
          display: block;
          height: 1px;
          background-color: #7CA386;
          margin: 5px auto;
          max-width: 100%;
          width: 195px; }
          @media only screen and (max-width: 767px) {
            .club-page .monthly-themes-section .monthly-block .monthly-content .month-info::after {
              width: 65px; } }
      .club-page .monthly-themes-section .monthly-block .monthly-content .theme-detail {
        color: white;
        font-size: 15px; }
        @media only screen and (max-width: 767px) {
          .club-page .monthly-themes-section .monthly-block .monthly-content .theme-detail {
            font-size: 12px; } }

.club-page .why-subscribe-section {
  padding: 0 0 60px; }
  @media only screen and (min-width: 768px) {
    .club-page .why-subscribe-section {
      padding: 75px 0; } }
  .club-page .why-subscribe-section .grid__item {
    min-height: auto; }
  .club-page .why-subscribe-section .section-heading {
    margin-bottom: 20px; }
    @media only screen and (max-width: 767px) {
      .club-page .why-subscribe-section .section-heading {
        padding-top: 20px; } }
  .club-page .why-subscribe-section .section-content {
    padding-right: 0; }
    @media only screen and (min-width: 768px) {
      .club-page .why-subscribe-section .section-content {
        padding-right: 85px; } }
  .club-page .why-subscribe-section .btn, .club-page .why-subscribe-section .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .club-page .why-subscribe-section #ISR_form_submit, .club-page .why-subscribe-section .swal2-confirm,
  .club-page .why-subscribe-section .swal2-cancel {
    width: 296px;
    max-width: 100%; }
    @media only screen and (max-width: 767px) {
      .club-page .why-subscribe-section .btn, .club-page .why-subscribe-section .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .club-page .why-subscribe-section #ISR_form_submit, .club-page .why-subscribe-section .swal2-confirm,
      .club-page .why-subscribe-section .swal2-cancel {
        width: 100%; } }

@media only screen and (max-width: 767px) {
  .club-page .featured-month-section .section-header {
    margin-bottom: 15px; } }

@media only screen and (min-width: 768px) {
  .club-page .featured-month-section .club-info-container {
    padding-left: 70px; } }

.club-page .featured-month-section .club-tagline-container {
  display: flex;
  align-items: center; }
  .club-page .featured-month-section .club-tagline-container .club-tagline {
    margin: 0 20px 20px 0;
    width: 120px; }
    .club-page .featured-month-section .club-tagline-container .club-tagline .tagline-top {
      background-color: #7CA386;
      border-top-left-radius: 20px;
      border-top-right-radius: 20px;
      color: white;
      padding: 8px;
      text-transform: uppercase; }
    .club-page .featured-month-section .club-tagline-container .club-tagline .tagline-content {
      background-color: #1E333B;
      border-bottom-left-radius: 20px;
      border-bottom-right-radius: 20px; }
      .club-page .featured-month-section .club-tagline-container .club-tagline .tagline-content .club-theme-icon {
        display: block;
        font-size: 24px;
        padding: 12px 0 4px; }
      .club-page .featured-month-section .club-tagline-container .club-tagline .tagline-content .tagline-bottom {
        color: white;
        padding-bottom: 10px; }
    .club-page .featured-month-section .club-tagline-container .club-tagline .theme-icon {
      font-size: 28px; }
  .club-page .featured-month-section .club-tagline-container .club-header .club-heading {
    color: black;
    font-size: 22px;
    margin-bottom: 20px; }
    @media only screen and (min-width: 768px) {
      .club-page .featured-month-section .club-tagline-container .club-header .club-heading {
        font-size: 35px;
        margin-bottom: 0; } }

.club-page .featured-month-section .club-description {
  color: black; }

.club-page .featured-month-section .club-includes .includes-heading {
  color: black;
  font-size: 18px;
  margin-bottom: 10px; }

.club-page .featured-month-section .club-includes ul {
  margin-bottom: 25px;
  padding-left: 10px; }

.trustspot-customer-reviews {
  padding-bottom: 45px !important; }
  .trustspot-customer-reviews .grid, .trustspot-customer-reviews .grid--full {
    display: block !important; }

/* Youtube Home Section */
.homepage-video-section {
  background-color: #ECEFF4;
  padding-top: 52px; }
  .homepage-video-section .text-box {
    text-align: center;
    margin-bottom: 40px;
    font-size: 35px; }
    .homepage-video-section .text-box svg {
      fill: #C41313;
      width: 63px;
      height: 44px; }
  .homepage-video-section .youtube-cta-container {
    margin-bottom: 40px; }
    .homepage-video-section .youtube-cta-container .btn, .homepage-video-section .youtube-cta-container .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .homepage-video-section .youtube-cta-container #ISR_form_submit, .homepage-video-section .youtube-cta-container .swal2-confirm,
    .homepage-video-section .youtube-cta-container .swal2-cancel {
      height: 60px; }
      @media only screen and (max-width: 990px) {
        .homepage-video-section .youtube-cta-container .btn, .homepage-video-section .youtube-cta-container .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .homepage-video-section .youtube-cta-container #ISR_form_submit, .homepage-video-section .youtube-cta-container .swal2-confirm,
        .homepage-video-section .youtube-cta-container .swal2-cancel {
          height: auto;
          padding: 0 10px; } }
    .homepage-video-section .youtube-cta-container .cta-text {
      line-height: 60px; }
      @media only screen and (max-width: 767px) {
        .homepage-video-section .youtube-cta-container .cta-text {
          font-size: 12px;
          line-height: auto;
          text-transform: none; } }
    .homepage-video-section .youtube-cta-container svg {
      fill: white;
      width: 19px;
      height: 19px; }
  .homepage-video-section .video-playlist {
    margin-bottom: 0; }
  .homepage-video-section .explore-cta {
    padding-bottom: 66px; }

.vertical-flex {
  display: flex;
  flex-direction: column;
  max-height: 313px;
  flex-wrap: wrap;
  margin: 0 0 30px 0 !important; }
  @media screen and (max-width: 1099px) {
    .vertical-flex {
      max-height: initial;
      margin: 0 0 0 0 !important; } }

.light-green {
  color: #7CA386 !important; }

@media only screen and (min-width: 1100px) {
  .hidden-on-large {
    display: none !important; } }

@media only screen and (min-width: 768px) {
  .hidden-on-desktop {
    display: none !important; } }

@media only screen and (max-width: 767px) {
  .hidden-on-mobile {
    display: none !important; } }

.not-a-link {
  border-bottom: none !important; }

.listing-count-container {
  margin-top: 26px;
  margin-bottom: 10px; }
  @media only screen and (min-width: 991px) {
    .listing-count-container {
      margin-top: 32px;
      margin-bottom: 30px; } }
  .listing-count-container p {
    font-size: 16px;
    color: black;
    margin-bottom: 0; }

.home-ajax-container {
  min-height: 66.66667rem; }
  @media (min-width: 768px) {
    .home-ajax-container {
      min-height: 80rem; } }

[data-product-attribute="set-rectangle"] .form-radio:checked + .form-option {
  background-color: #Efefef;
  border-color: white;
  box-shadow: 0 0 0 2px #4f4f4f !important;
  color: #4f4f4f;
  font-weight: 700; }

[data-product-attribute="set-rectangle"] .form-option {
  margin-bottom: 10px;
  margin-left: 0;
  padding: 5px 10px; }
  [data-product-attribute="set-rectangle"] .form-option:hover {
    background-color: #Efefef;
    color: #4f4f4f; }

.button--unstyled {
  background: transparent;
  border: 0; }
  .button--unstyled:focus {
    background-color: transparent;
    border: 0; }

.responsive-table {
  overflow-x: auto; }

.navigation-section h2, .navigation-section .h2 {
  margin-bottom: 18px; }

.navigation-section ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  .navigation-section ul li {
    margin-bottom: 12px; }
    .navigation-section ul li a {
      text-decoration: none; }

@media only screen and (min-width: 991px) {
  .split-section .split-section-table {
    display: table;
    width: 100%; }
    .split-section .split-section-table > div {
      display: table-cell;
      width: 50%; } }

.split-section .single-side {
  background-size: cover;
  background-position: center;
  padding: 40px 15px; }
  @media only screen and (min-width: 991px) {
    .split-section .single-side {
      padding: 95px 15px; } }
  .split-section .single-side .text-wrap {
    max-width: 631px;
    margin: 0 auto;
    background: #fff;
    padding: 25px 15px; }
    @media only screen and (min-width: 991px) {
      .split-section .single-side .text-wrap {
        padding: 60px 15px 0;
        height: 447px; } }
    .split-section .single-side .text-wrap h3, .split-section .single-side .text-wrap .h3, .split-section .single-side .text-wrap .cart-actions .btn, .cart-actions .split-section .single-side .text-wrap .btn, .split-section .single-side .text-wrap .cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit, .cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .split-section .single-side .text-wrap #ISR_form_submit, .split-section .single-side .text-wrap .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions #ISR_form_submit, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions .split-section .single-side .text-wrap #ISR_form_submit, .split-section .single-side .text-wrap .cart-actions .swal2-confirm, .cart-actions .split-section .single-side .text-wrap .swal2-confirm,
    .split-section .single-side .text-wrap .cart-actions .swal2-cancel, .cart-actions .split-section .single-side .text-wrap .swal2-cancel {
      margin-bottom: 18px;
      text-align: center; }
    .split-section .single-side .text-wrap .content-wrap {
      max-width: 511px;
      margin: 0 auto; }
      .split-section .single-side .text-wrap .content-wrap p {
        line-height: 1.42857; }
        .split-section .single-side .text-wrap .content-wrap p:last-of-type {
          margin: 0; }
        .split-section .single-side .text-wrap .content-wrap p a {
          text-decoration: underline; }
          .split-section .single-side .text-wrap .content-wrap p a:hover {
            color: #7CA386; }

.split-tabs-section {
  margin-bottom: 30px; }
  @media only screen and (min-width: 991px) {
    .split-tabs-section {
      margin-bottom: 60px;
      display: table;
      width: 100%; }
      .split-tabs-section > div {
        display: table-cell; }
        .split-tabs-section > div.left-side {
          width: 36.77621%; }
        .split-tabs-section > div.right-side {
          width: 63.22379%; } }
  .split-tabs-section .left-side {
    background-color: #7CA386;
    padding: 25px; }
    @media only screen and (min-width: 991px) {
      .split-tabs-section .left-side {
        padding: 83px 0 107px 60px; } }
    @media only screen and (min-width: 991px) {
      .split-tabs-section .left-side .tab-dropdown {
        display: none; } }
    .split-tabs-section .left-side .custom-tabs-headers {
      display: none; }
      @media only screen and (min-width: 991px) {
        .split-tabs-section .left-side .custom-tabs-headers {
          display: block; } }
    .split-tabs-section .left-side h3, .split-tabs-section .left-side .h3, .split-tabs-section .left-side .cart-actions .btn, .cart-actions .split-tabs-section .left-side .btn, .split-tabs-section .left-side .cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit, .cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .split-tabs-section .left-side #ISR_form_submit, .split-tabs-section .left-side .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions #ISR_form_submit, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions .split-tabs-section .left-side #ISR_form_submit, .split-tabs-section .left-side .cart-actions .swal2-confirm, .cart-actions .split-tabs-section .left-side .swal2-confirm,
    .split-tabs-section .left-side .cart-actions .swal2-cancel, .cart-actions .split-tabs-section .left-side .swal2-cancel {
      display: inline-block;
      border-bottom: 1px solid #fff; }
      @media only screen and (min-width: 991px) {
        .split-tabs-section .left-side h3, .split-tabs-section .left-side .h3, .split-tabs-section .left-side .cart-actions .btn, .cart-actions .split-tabs-section .left-side .btn, .split-tabs-section .left-side .cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit, .cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .split-tabs-section .left-side #ISR_form_submit, .split-tabs-section .left-side .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions #ISR_form_submit, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions .split-tabs-section .left-side #ISR_form_submit, .split-tabs-section .left-side .cart-actions .swal2-confirm, .cart-actions .split-tabs-section .left-side .swal2-confirm,
        .split-tabs-section .left-side .cart-actions .swal2-cancel, .cart-actions .split-tabs-section .left-side .swal2-cancel {
          margin-bottom: 25px; } }
  .split-tabs-section .right-side {
    background-color: rgba(255, 255, 255, 0.2);
    padding: 25px; }
    @media only screen and (min-width: 991px) {
      .split-tabs-section .right-side {
        padding: 95px 60px; } }
  .split-tabs-section .tab-header {
    margin-bottom: 20px; }
    .split-tabs-section .tab-header h5, .split-tabs-section .tab-header .h5 {
      margin: 0;
      font-weight: 500;
      color: #1E333B; }
    .split-tabs-section .tab-header.active h5, .split-tabs-section .tab-header.active .h5, .split-tabs-section .tab-header:hover h5, .split-tabs-section .tab-header:hover .h5 {
      color: #ffffff; }

@media only screen and (min-width: 991px) {
  .fullwidth-tabs-section {
    display: table;
    width: 100%; }
    .fullwidth-tabs-section > div {
      display: table-cell; }
      .fullwidth-tabs-section > div.left-side {
        width: 24.47917%; }
      .fullwidth-tabs-section > div.right-side {
        width: 75.52083%; } }

.fullwidth-tabs-section .left-side {
  background-color: #7CA386;
  padding: 25px; }
  @media only screen and (min-width: 991px) {
    .fullwidth-tabs-section .left-side {
      padding: 85px 15px 107px 60px; } }
  @media only screen and (min-width: 991px) {
    .fullwidth-tabs-section .left-side .tab-dropdown {
      display: none; } }
  .fullwidth-tabs-section .left-side .custom-tabs-headers {
    display: none; }
    @media only screen and (min-width: 991px) {
      .fullwidth-tabs-section .left-side .custom-tabs-headers {
        display: block; } }
  .fullwidth-tabs-section .left-side h2, .fullwidth-tabs-section .left-side .h2 {
    display: inline-block;
    text-transform: uppercase;
    border-bottom: 1px solid #fff; }
    @media only screen and (min-width: 991px) {
      .fullwidth-tabs-section .left-side h2, .fullwidth-tabs-section .left-side .h2 {
        margin-bottom: 30px; } }

.fullwidth-tabs-section .right-side {
  padding: 25px 15px; }
  @media only screen and (min-width: 991px) {
    .fullwidth-tabs-section .right-side {
      padding: 95px 73px; } }
  .fullwidth-tabs-section .right-side .intro-text-wrap {
    margin-bottom: 30px;
    max-width: 1215px; }
    .fullwidth-tabs-section .right-side .intro-text-wrap :last-child {
      margin: 0; }
  .fullwidth-tabs-section .right-side .table {
    margin: 0;
    max-width: 1215px; }
  .fullwidth-tabs-section .right-side h5, .fullwidth-tabs-section .right-side .h5 {
    font-weight: 500; }

.fullwidth-tabs-section .tab-header {
  margin-bottom: 20px; }
  .fullwidth-tabs-section .tab-header h5, .fullwidth-tabs-section .tab-header .h5 {
    margin: 0;
    font-weight: 500;
    color: #1E333B; }
  .fullwidth-tabs-section .tab-header.active h5, .fullwidth-tabs-section .tab-header.active .h5, .fullwidth-tabs-section .tab-header:hover h5, .fullwidth-tabs-section .tab-header:hover .h5 {
    color: #ffffff; }

.hovertip {
  background-color: white;
  border: unset;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.5);
  padding: 10px;
  width: max-content; }
  .hovertip:before {
    content: "";
    position: absolute;
    left: 50%;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 10.5px solid transparent;
    border-right: 10.5px solid transparent;
    border-bottom: 8px solid white;
    transform: translateX(-50%); }
  .hovertip:focus {
    outline: none; }

@media only screen and (max-width: 990px) {
  .mobile-bg-grey {
    background-color: #f1f1f1; } }

@media only screen and (max-width: 990px) {
  .mobile-bg-grey:has(.products-row) {
    margin-block: 0 40px; } }

.coupons_promos p {
  color: #1E333B; }

.coupons_promos .video-wrapper {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  height: auto; }

.coupons_promos .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.coupons_promos .text-side h2, .coupons_promos .text-side .h2 {
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.5428; }
  .coupons_promos .text-side h2 .green-underline, .coupons_promos .text-side .h2 .green-underline {
    text-decoration: underline;
    text-decoration-color: #7CA386; }

.coupons_promos .text-side p {
  margin-bottom: 30px;
  font-weight: 200; }
  @media only screen and (min-width: 768px) {
    .coupons_promos .text-side p {
      font-size: 20px;
      margin-bottom: 40px;
      line-height: 1.2; } }

#coupon_hero {
  background-image: url("../img/coupons-promos/hero-bg-succulent-wall.jpg");
  background-size: cover;
  background-position: center;
  padding: 24px 0; }
  @media only screen and (min-width: 768px) {
    #coupon_hero {
      padding: 74px 0; } }
  #coupon_hero .all-content-wrap {
    position: relative; }
  #coupon_hero .content-wrap {
    background: #fff;
    padding: 30px 16px; }
    @media only screen and (min-width: 768px) {
      #coupon_hero .content-wrap {
        padding: 50px 30px 30px;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        width: 631px; } }
  #coupon_hero h5, #coupon_hero .h5 {
    font-size: 16px;
    font-weight: 200; }
    @media only screen and (min-width: 768px) {
      #coupon_hero h5, #coupon_hero .h5 {
        font-size: 20px; } }
  @media only screen and (min-width: 768px) {
    #coupon_hero p {
      line-height: 1.2; } }
  #coupon_hero .max-470 {
    max-width: 470px;
    font-size: 13px;
    margin-bottom: 15px; }
    @media only screen and (min-width: 768px) {
      #coupon_hero .max-470 {
        line-height: 1.2;
        font-size: 15px; } }
  #coupon_hero .large-text {
    font-size: 40px;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 30px; }
    @media only screen and (min-width: 768px) {
      #coupon_hero .large-text {
        font-size: 60px;
        margin-bottom: 48px; } }
  #coupon_hero .fine-print {
    font-size: 11px; }
    @media only screen and (min-width: 768px) {
      #coupon_hero .fine-print {
        font-size: 13px; } }
  #coupon_hero #email_signup-coupon-hero {
    margin-bottom: 60px;
    max-width: 471px; }
    #coupon_hero #email_signup-coupon-hero .email-input-wrap .form-input, #coupon_hero #email_signup-coupon-hero .email-input-wrap .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper input[type="email"], .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper #coupon_hero #email_signup-coupon-hero .email-input-wrap input[type="email"] {
      background-color: transparent !important;
      border: 1px solid #1E333B;
      width: 100%;
      color: #1E333B;
      font-weight: 300; }
    #coupon_hero #email_signup-coupon-hero .klaviyo_field_group, #coupon_hero #email_signup-coupon-hero .klaviyo_form_actions {
      display: inline-block;
      vertical-align: middle; }
    #coupon_hero #email_signup-coupon-hero .klaviyo_field_group {
      width: calc(100% - 162px);
      margin-right: 10px; }
    #coupon_hero #email_signup-coupon-hero .klaviyo_submit_button {
      height: 40px;
      line-height: 40px;
      min-width: 148px; }

#free_shipping {
  padding: 30px 0; }
  @media only screen and (min-width: 768px) {
    #free_shipping {
      padding: 64px 0; } }
  #free_shipping .text-side {
    padding-top: 35px; }
    @media only screen and (max-width: 767px) {
      #free_shipping .text-side {
        margin-bottom: 42px;
        padding-top: 0; } }
    #free_shipping .text-side p {
      max-width: 384px; }
  #free_shipping .succulent-slider {
    margin-left: -24px; }
    #free_shipping .succulent-slider .succulent-slide {
      padding-left: 24px; }
      #free_shipping .succulent-slider .succulent-slide .all-content-wrap {
        max-width: 301px; }
      #free_shipping .succulent-slider .succulent-slide .text-wrap {
        background-color: #7CA386;
        padding: 18px 24px 21px; }
        #free_shipping .succulent-slider .succulent-slide .text-wrap h5, #free_shipping .succulent-slider .succulent-slide .text-wrap .h5 {
          color: #fff;
          font-size: 18px;
          margin-bottom: 21px; }
          @media only screen and (min-width: 768px) {
            #free_shipping .succulent-slider .succulent-slide .text-wrap h5, #free_shipping .succulent-slider .succulent-slide .text-wrap .h5 {
              font-size: 20px; } }
        #free_shipping .succulent-slider .succulent-slide .text-wrap .btn, #free_shipping .succulent-slider .succulent-slide .text-wrap .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #free_shipping .succulent-slider .succulent-slide .text-wrap #ISR_form_submit, #free_shipping .succulent-slider .succulent-slide .text-wrap .swal2-confirm,
        #free_shipping .succulent-slider .succulent-slide .text-wrap .swal2-cancel {
          background: transparent;
          color: #fff;
          border: 1px solid #fff;
          transition: ease all 0.3s;
          width: 140px; }
          @media only screen and (min-width: 1024px) {
            #free_shipping .succulent-slider .succulent-slide .text-wrap .btn, #free_shipping .succulent-slider .succulent-slide .text-wrap .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #free_shipping .succulent-slider .succulent-slide .text-wrap #ISR_form_submit, #free_shipping .succulent-slider .succulent-slide .text-wrap .swal2-confirm,
            #free_shipping .succulent-slider .succulent-slide .text-wrap .swal2-cancel {
              width: 160px; } }
          #free_shipping .succulent-slider .succulent-slide .text-wrap .btn:hover, #free_shipping .succulent-slider .succulent-slide .text-wrap .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit:hover, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #free_shipping .succulent-slider .succulent-slide .text-wrap #ISR_form_submit:hover, #free_shipping .succulent-slider .succulent-slide .text-wrap .swal2-confirm:hover,
          #free_shipping .succulent-slider .succulent-slide .text-wrap .swal2-cancel:hover {
            background: #fff;
            color: #7CA386; }
          #free_shipping .succulent-slider .succulent-slide .text-wrap .btn::before, #free_shipping .succulent-slider .succulent-slide .text-wrap .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit::before, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #free_shipping .succulent-slider .succulent-slide .text-wrap #ISR_form_submit::before, #free_shipping .succulent-slider .succulent-slide .text-wrap .swal2-confirm::before,
          #free_shipping .succulent-slider .succulent-slide .text-wrap .swal2-cancel::before {
            display: none; }
  #free_shipping .slick-dots {
    display: table;
    width: calc(100% - 22px);
    left: 24px;
    right: 0;
    bottom: -43px; }
    #free_shipping .slick-dots li {
      margin: 0;
      padding: 0;
      width: auto;
      height: auto;
      display: table-cell; }
      #free_shipping .slick-dots li button {
        border: 0 none;
        border-radius: 0;
        background-color: #7CA386;
        opacity: .2;
        width: 100%;
        height: 5px; }
        #free_shipping .slick-dots li button::before {
          display: none !important; }
      #free_shipping .slick-dots li.slick-active button {
        opacity: .5;
        background-color: #7CA386; }

#buy_bulk {
  background-position: left;
  background-repeat: no-repeat;
  background-color: #1E333B; }
  @media only screen and (min-width: 991px) {
    #buy_bulk {
      background-image: url("../img/coupons-promos/bulk-trays-blurred-bg.jpg");
      padding: 60px 0; } }
  @media only screen and (max-width: 990px) {
    #buy_bulk .container {
      padding: 0; } }
  #buy_bulk .image-side .image-inner {
    background-size: cover;
    background-position: center;
    height: 250px; }
    @media only screen and (min-width: 768px) and (max-width: 990px) {
      #buy_bulk .image-side .image-inner {
        height: 357px; } }
    @media only screen and (min-width: 991px) {
      #buy_bulk .image-side .image-inner {
        height: 523px; } }
  @media only screen and (max-width: 990px) {
    #buy_bulk .image-side {
      background-image: url("../img/coupons-promos/bulk-trays-blurred-bg.jpg");
      background-size: cover;
      padding: 60px 48px; } }
  @media only screen and (max-width: 767px) {
    #buy_bulk .image-side {
      padding: 30px 16px; } }
  #buy_bulk h2, #buy_bulk .h2, #buy_bulk p {
    color: #fff; }
  #buy_bulk p a {
    color: inherit;
    text-decoration: underline; }
  #buy_bulk .text-side {
    padding: 24px 16px; }
    @media only screen and (min-width: 991px) {
      #buy_bulk .text-side {
        padding: 0;
        padding-left: 160px; } }
    #buy_bulk .text-side p {
      max-width: 450px; }
      @media only screen and (min-width: 991px) {
        #buy_bulk .text-side p {
          margin-bottom: 100px; } }
  #buy_bulk .single-btn:first-of-type {
    margin-bottom: 12px; }
  #buy_bulk .single-btn .btn, #buy_bulk .single-btn .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #buy_bulk .single-btn #ISR_form_submit, #buy_bulk .single-btn .swal2-confirm,
  #buy_bulk .single-btn .swal2-cancel {
    width: 234px; }

.coupons_promos .best-sellers {
  padding-bottom: 30px; }
  @media only screen and (min-width: 768px) {
    .coupons_promos .best-sellers {
      padding-bottom: 58px; } }

@media only screen and (min-width: 768px) {
  #video_section {
    background-image: url("../img/coupons-promos/learn-more-mcg-video-bg.jpg");
    background-size: cover;
    background-position: center;
    padding: 60px 0; } }

#video_section .content {
  background-color: #1E333B;
  max-width: 1162px;
  margin: 0 auto;
  padding: 20px 24px 60px; }
  @media only screen and (min-width: 768px) {
    #video_section .content {
      padding: 30px 24px 40px; } }

#video_section h2, #video_section .h2 {
  text-transform: uppercase;
  color: #7CA386;
  font-weight: 400;
  text-align: center;
  margin-bottom: 28px; }

#video_section .slide-content {
  max-width: 872px;
  margin: 0 auto; }

#video_section .slick-arrow {
  font-size: 13px;
  font-weight: 500;
  color: #7CA386;
  letter-spacing: .08em;
  text-transform: uppercase;
  z-index: 2;
  width: auto;
  height: auto;
  padding: 0; }
  @media only screen and (max-width: 767px) {
    #video_section .slick-arrow {
      bottom: -40px;
      top: auto;
      transform: translateY(0); } }
  #video_section .slick-arrow .icon-wrap {
    display: block;
    margin-top: 7px; }
  #video_section .slick-arrow svg {
    fill: #7CA386;
    stroke-width: 0;
    width: 55px;
    height: 8px; }

#video_section .slick-prev {
  left: 0;
  text-align: right; }

#video_section .slick-next {
  right: 0;
  text-align: left; }

/********* Succulent Care Page ********/
@media only screen and (min-width: 991px) {
  .succulent-navigation {
    padding: 20px 0; } }

.succulent-navigation .title-line-paragraph {
  padding: 20px 0; }
  @media only screen and (min-width: 991px) {
    .succulent-navigation .title-line-paragraph {
      padding: 65px 0 0; } }

.plant-hardiness {
  background-color: #edeff3;
  padding: 50px 0; }
  @media only screen and (min-width: 768px) {
    .plant-hardiness {
      padding: 100px 0; } }
  .plant-hardiness .title-line-paragraph p {
    line-height: 1.45; }
  .plant-hardiness .view-links {
    margin-top: 20px;
    margin-bottom: 20px; }
    @media only screen and (min-width: 768px) {
      .plant-hardiness .view-links {
        margin-top: 90px; } }
    .plant-hardiness .view-links .header-wrap {
      display: inline-block;
      vertical-align: middle; }
      .plant-hardiness .view-links .header-wrap h4, .plant-hardiness .view-links .header-wrap .h4, .plant-hardiness .view-links .header-wrap .estimator-form select.form-select#shipping-state, .estimator-form .plant-hardiness .view-links .header-wrap select.form-select#shipping-state {
        text-transform: uppercase;
        color: #1E333B;
        margin: 0;
        font-weight: 400;
        margin-right: 5px; }
    .plant-hardiness .view-links .links-wrap {
      display: inline-block;
      vertical-align: middle; }
      .plant-hardiness .view-links .links-wrap p {
        margin: 0;
        font-weight: 200;
        line-height: 27px; }
        .plant-hardiness .view-links .links-wrap p a {
          text-decoration: underline;
          color: #1E333B; }
          .plant-hardiness .view-links .links-wrap p a:hover {
            color: #7CA386; }
  .plant-hardiness .right-side img {
    mix-blend-mode: multiply; }

.hardy-soft .single-side .text-wrap {
  max-width: 692px;
  padding: 25px 15px; }
  @media only screen and (min-width: 991px) {
    .hardy-soft .single-side .text-wrap {
      padding: 52px 15px 0;
      height: 740px; } }
  .hardy-soft .single-side .text-wrap .title-wrap {
    text-align: center;
    margin-bottom: 25px; }
    @media only screen and (min-width: 991px) {
      .hardy-soft .single-side .text-wrap .title-wrap {
        margin-bottom: 52px; } }
    .hardy-soft .single-side .text-wrap .title-wrap h3, .hardy-soft .single-side .text-wrap .title-wrap .h3, .hardy-soft .single-side .text-wrap .title-wrap .cart-actions .btn, .cart-actions .hardy-soft .single-side .text-wrap .title-wrap .btn, .hardy-soft .single-side .text-wrap .title-wrap .cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit, .cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .hardy-soft .single-side .text-wrap .title-wrap #ISR_form_submit, .hardy-soft .single-side .text-wrap .title-wrap .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions #ISR_form_submit, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions .hardy-soft .single-side .text-wrap .title-wrap #ISR_form_submit, .hardy-soft .single-side .text-wrap .title-wrap .cart-actions .swal2-confirm, .cart-actions .hardy-soft .single-side .text-wrap .title-wrap .swal2-confirm,
    .hardy-soft .single-side .text-wrap .title-wrap .cart-actions .swal2-cancel, .cart-actions .hardy-soft .single-side .text-wrap .title-wrap .swal2-cancel {
      border-bottom: 1px solid #7CA386;
      margin: 0;
      display: inline-block; }
  .hardy-soft .single-side .text-wrap .content-wrap {
    max-width: 565px; }
    .hardy-soft .single-side .text-wrap .content-wrap p {
      line-height: 1.9333; }

@media only screen and (min-width: 991px) {
  .planting-care .planting-care-inner {
    display: table;
    width: 100%;
    height: 1227px; }
    .planting-care .planting-care-inner > div {
      display: table-cell;
      vertical-align: top;
      height: 100%; } }

.planting-care .planting-care-inner .left-side {
  background-color: #7CA386;
  padding: 20px 15px 15px; }
  @media only screen and (min-width: 991px) {
    .planting-care .planting-care-inner .left-side .tab-dropdown {
      display: none; } }
  .planting-care .planting-care-inner .left-side .custom-tabs-headers {
    display: none; }
    @media only screen and (min-width: 991px) {
      .planting-care .planting-care-inner .left-side .custom-tabs-headers {
        display: block; } }
  .planting-care .planting-care-inner .left-side h2, .planting-care .planting-care-inner .left-side .h2 {
    text-transform: uppercase;
    margin-bottom: 30px;
    line-height: 1.543;
    text-align: center; }
    .planting-care .planting-care-inner .left-side h2 br, .planting-care .planting-care-inner .left-side .h2 br {
      display: none; }
    @media only screen and (min-width: 991px) {
      .planting-care .planting-care-inner .left-side h2, .planting-care .planting-care-inner .left-side .h2 {
        text-align: left;
        margin-bottom: 54px; }
        .planting-care .planting-care-inner .left-side h2 br, .planting-care .planting-care-inner .left-side .h2 br {
          display: block; } }
    .planting-care .planting-care-inner .left-side h2 .underline, .planting-care .planting-care-inner .left-side .h2 .underline {
      text-decoration: underline #fff; }
  @media only screen and (min-width: 991px) {
    .planting-care .planting-care-inner .left-side {
      padding: 60px 0 0 32px;
      width: 403px; } }
  @media (min-width: 1681px) {
    .planting-care .planting-care-inner .left-side {
      padding: 87px 0 0 62px;
      width: 483px; } }

@media only screen and (min-width: 991px) {
  .planting-care .planting-care-inner .right-side {
    width: calc(100% - 403px); } }

@media (min-width: 1681px) {
  .planting-care .planting-care-inner .right-side {
    width: calc(100% - 483px); } }

.planting-care .tab-header {
  margin-bottom: 30px; }
  .planting-care .tab-header .image-wrap {
    display: inline-block;
    vertical-align: middle;
    padding: 4px;
    border: 1px solid transparent;
    margin-right: 10px; }
  .planting-care .tab-header h5, .planting-care .tab-header .h5 {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
    color: #1E333B; }
  .planting-care .tab-header.active .image-wrap {
    border-color: #ffffff; }
  .planting-care .tab-header.active h5, .planting-care .tab-header.active .h5 {
    color: #ffffff;
    font-weight: 500; }
  .planting-care .tab-header:hover h5, .planting-care .tab-header:hover .h5 {
    color: #ffffff;
    font-weight: 500; }

.planting-care .right-side .custom-tabs-contents {
  padding: 20px 15px 15px; }
  @media only screen and (min-width: 991px) {
    .planting-care .right-side .custom-tabs-contents {
      padding-top: 90px;
      max-width: 1340px;
      margin: 0 auto;
      height: 100%;
      overflow-y: scroll; }
      .planting-care .right-side .custom-tabs-contents::-webkit-scrollbar {
        display: none; } }

.planting-care .right-side .title-wrap {
  text-align: center;
  margin-bottom: 30px; }
  .planting-care .right-side .title-wrap h3, .planting-care .right-side .title-wrap .h3, .planting-care .right-side .title-wrap .cart-actions .btn, .cart-actions .planting-care .right-side .title-wrap .btn, .planting-care .right-side .title-wrap .cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit, .cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .planting-care .right-side .title-wrap #ISR_form_submit, .planting-care .right-side .title-wrap .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions #ISR_form_submit, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions .planting-care .right-side .title-wrap #ISR_form_submit, .planting-care .right-side .title-wrap .cart-actions .swal2-confirm, .cart-actions .planting-care .right-side .title-wrap .swal2-confirm,
  .planting-care .right-side .title-wrap .cart-actions .swal2-cancel, .cart-actions .planting-care .right-side .title-wrap .swal2-cancel {
    text-transform: uppercase;
    border-bottom: 1px solid #7CA386;
    margin: 0;
    display: inline-block; }

.planting-care .right-side .main-text-wrap {
  margin-bottom: 40px; }
  @media only screen and (min-width: 991px) {
    .planting-care .right-side .main-text-wrap {
      margin-bottom: 80px; } }

.planting-care .right-side p {
  line-height: 1.9333; }
  .planting-care .right-side p a {
    color: inherit;
    text-decoration: underline; }
    .planting-care .right-side p a:hover {
      color: #7CA386; }
  .planting-care .right-side p:last-of-type {
    margin-bottom: 0; }

.planting-care .right-side .small-text, .planting-care .right-side .hovertip {
  color: #335C64; }

.propagation {
  background: #335C64;
  padding: 40px 0 0; }
  @media only screen and (min-width: 768px) {
    .propagation {
      padding: 87px 0 46px; } }
  .propagation h2, .propagation .h2 {
    margin-bottom: 25px; }
    @media only screen and (min-width: 768px) {
      .propagation h2, .propagation .h2 {
        margin-bottom: 55px; } }
  .propagation h2, .propagation .h2, .propagation p {
    color: #ffffff; }
  .propagation p {
    line-height: 1.9333; }
  .propagation .propagation-single {
    max-width: 564px;
    margin: 0 auto 40px; }
    @media only screen and (min-width: 768px) {
      .propagation .propagation-single {
        margin-bottom: 56px; }
        .propagation .propagation-single.right-side {
          margin-right: 0; } }
    .propagation .propagation-single .image-wrap {
      position: relative;
      margin-bottom: 17px; }
      .propagation .propagation-single .image-wrap img {
        display: block;
        width: 100%; }
      .propagation .propagation-single .image-wrap .text-wrap {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(255, 255, 255, 0.9);
        padding-left: 22px; }
        .propagation .propagation-single .image-wrap .text-wrap h4, .propagation .propagation-single .image-wrap .text-wrap .h4, .propagation .propagation-single .image-wrap .text-wrap .estimator-form select.form-select#shipping-state, .estimator-form .propagation .propagation-single .image-wrap .text-wrap select.form-select#shipping-state {
          text-transform: uppercase;
          color: #1E333B;
          font-weight: 200;
          margin: 0;
          line-height: 69px; }
    .propagation .propagation-single .propagation-content p:last-of-type {
      margin: 0; }

.recommended-books {
  padding: 40px 0; }
  @media only screen and (min-width: 768px) {
    .recommended-books {
      padding: 87px 0 100px; } }
  .recommended-books .header-wrap {
    margin-bottom: 30px; }
    .recommended-books .header-wrap h2, .recommended-books .header-wrap .h2 {
      margin-bottom: 6px; }
    .recommended-books .header-wrap p {
      margin-bottom: 0;
      color: #7CA386;
      font-size: 12px;
      line-height: 1.2; }

.shipping-ordering-info-page ul, .shipping-ordering-info-page ol {
  margin-left: 30px;
  font-weight: 300; }

.shipping-ordering-info-page .table {
  border: 1px solid rgba(124, 163, 134, 0.15); }
  .shipping-ordering-info-page .table thead {
    background-color: rgba(124, 163, 134, 0.15); }
    .shipping-ordering-info-page .table thead th {
      text-transform: uppercase; }
  .shipping-ordering-info-page .table tbody tr:nth-of-type(even) {
    background-color: rgba(124, 163, 134, 0.15); }
  .shipping-ordering-info-page .table td, .shipping-ordering-info-page .table th {
    font-weight: 300;
    color: #1E333B;
    border-bottom: 0;
    border-top: 0;
    border-left: 1px solid rgba(124, 163, 134, 0.15);
    border-right: 1px solid rgba(124, 163, 134, 0.15);
    padding: 10px; }

.shipping-info-navigation {
  padding-bottom: 0; }
  @media only screen and (min-width: 768px) {
    .shipping-info-navigation {
      padding-top: 85px; } }
  .shipping-info-navigation ul {
    margin-left: 0; }
    .shipping-info-navigation ul li {
      font-size: 20px;
      font-weight: 500;
      margin-bottom: 11px;
      line-height: 1.2; }
    .shipping-info-navigation ul ul {
      padding-top: 11px; }
      .shipping-info-navigation ul ul li {
        font-weight: 300;
        position: relative;
        padding-left: 28px; }
        .shipping-info-navigation ul ul li::before {
          content: '';
          border-bottom: 1px solid #7CA386;
          width: 15px;
          position: absolute;
          top: 50%;
          left: 0; }
  .shipping-info-navigation .navigation-lists {
    font-size: 0; }
  @media only screen and (min-width: 768px) {
    .shipping-info-navigation .single-list-wrap {
      display: inline-block;
      width: 50%;
      vertical-align: top;
      padding-right: 30px; }
      .shipping-info-navigation .single-list-wrap:last-of-type {
        text-align: right; } }
  @media only screen and (min-width: 768px) {
    .shipping-info-navigation .quick-navigation {
      display: inline-block;
      vertical-align: top;
      text-align: left; } }
  .shipping-info-navigation .right-side {
    max-width: 80%;
    margin: 0 auto; }
    @media only screen and (min-width: 768px) {
      .shipping-info-navigation .right-side {
        max-width: 100%;
        padding-top: 45px; } }

.icon-quality-guarantee {
  fill: #1E333B;
  height: 33px;
  width: 33px; }

.single-shipping-item {
  margin-bottom: 40px;
  padding: 0 13px; }
  .single-shipping-item .image-wrap {
    margin-bottom: 20px;
    height: 125px; }
    .single-shipping-item .image-wrap img {
      max-height: 100%;
      width: auto; }
  .single-shipping-item p {
    line-height: 17px; }

.single-coverage-section {
  padding-bottom: 20px; }
  .single-coverage-section h2, .single-coverage-section .h2 {
    margin-bottom: 30px; }
  .single-coverage-section.coverage-section-not h2, .single-coverage-section.coverage-section-not .h2 {
    color: #AD2525; }
  .single-coverage-section .item-title {
    margin-bottom: 5px; }
  .single-coverage-section .item-text {
    color: #8a8e9d;
    font-size: 12px;
    font-style: italic;
    margin-bottom: 5px; }

#quality-guarantee {
  background-color: #edeff3;
  padding: 50px 0 20px; }
  @media only screen and (min-width: 768px) {
    #quality-guarantee {
      padding: 85px 0 40px; } }
  #quality-guarantee .title-line-paragraph h2, #quality-guarantee .title-line-paragraph .h2 {
    margin-bottom: 30px; }
  #quality-guarantee .quality-guarantee-icon-text {
    margin-bottom: 11px; }
    #quality-guarantee .quality-guarantee-icon-text .icon-wrap, #quality-guarantee .quality-guarantee-icon-text h3, #quality-guarantee .quality-guarantee-icon-text .h3, #quality-guarantee .quality-guarantee-icon-text .cart-actions .btn, .cart-actions #quality-guarantee .quality-guarantee-icon-text .btn, #quality-guarantee .quality-guarantee-icon-text .cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit, .cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #quality-guarantee .quality-guarantee-icon-text #ISR_form_submit, #quality-guarantee .quality-guarantee-icon-text .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions #ISR_form_submit, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions #quality-guarantee .quality-guarantee-icon-text #ISR_form_submit, #quality-guarantee .quality-guarantee-icon-text .cart-actions .swal2-confirm, .cart-actions #quality-guarantee .quality-guarantee-icon-text .swal2-confirm,
    #quality-guarantee .quality-guarantee-icon-text .cart-actions .swal2-cancel, .cart-actions #quality-guarantee .quality-guarantee-icon-text .swal2-cancel {
      display: inline-block;
      vertical-align: middle;
      margin-bottom: 0; }
    #quality-guarantee .quality-guarantee-icon-text .icon-wrap {
      margin-right: 10px; }
  #quality-guarantee .intro-text {
    margin-bottom: 30px; }
    @media only screen and (min-width: 768px) {
      #quality-guarantee .intro-text {
        margin-bottom: 60px; } }
    #quality-guarantee .intro-text :last-child {
      margin-bottom: 0; }
  #quality-guarantee .please-note {
    padding: 30px;
    background-color: #335C64;
    margin-bottom: 30px; }
    @media only screen and (min-width: 768px) {
      #quality-guarantee .please-note {
        margin-bottom: 60px; } }
    #quality-guarantee .please-note h4, #quality-guarantee .please-note .h4, #quality-guarantee .please-note .estimator-form select.form-select#shipping-state, .estimator-form #quality-guarantee .please-note select.form-select#shipping-state, #quality-guarantee .please-note ul {
      color: #fff; }
    #quality-guarantee .please-note h4, #quality-guarantee .please-note .h4, #quality-guarantee .please-note .estimator-form select.form-select#shipping-state, .estimator-form #quality-guarantee .please-note select.form-select#shipping-state {
      font-weight: 500; }
    #quality-guarantee .please-note ul {
      margin-bottom: 0;
      line-height: 1.42857; }
  #quality-guarantee .returns-refunds-section {
    margin-bottom: 30px; }
    @media only screen and (min-width: 768px) {
      #quality-guarantee .returns-refunds-section {
        margin-bottom: 4px; } }
    #quality-guarantee .returns-refunds-section .returns-refunds h5, #quality-guarantee .returns-refunds-section .returns-refunds .h5 {
      margin-bottom: 0;
      font-weight: 500; }
    #quality-guarantee .returns-refunds-section .returns-refunds p:first-of-type {
      margin-bottom: 10px; }
    #quality-guarantee .returns-refunds-section .returns-refunds ol {
      margin-bottom: 10px; }
    @media only screen and (min-width: 768px) {
      #quality-guarantee .returns-refunds-section .returns-refunds p:last-of-type {
        margin-bottom: 40px; } }
  #quality-guarantee .return-block {
    background-color: #7CA386;
    padding: 30px 0;
    text-align: center;
    margin-top: 46px; }
    #quality-guarantee .return-block p {
      color: #fff;
      text-align: left;
      display: inline-block;
      margin: 0; }
  @media only screen and (min-width: 768px) {
    #quality-guarantee .plant-size-section p {
      margin-bottom: 0; } }

#shipping-info-section {
  background: #335C64;
  padding: 40px 0 50px; }
  @media only screen and (min-width: 768px) {
    #shipping-info-section {
      padding: 85px 0 95px; } }
  #shipping-info-section h2, #shipping-info-section .h2 {
    margin-bottom: 25px; }
    @media only screen and (min-width: 768px) {
      #shipping-info-section h2, #shipping-info-section .h2 {
        margin-bottom: 40px; } }
  #shipping-info-section .video-popup {
    text-align: center;
    margin-bottom: 30px; }
    @media only screen and (min-width: 768px) {
      #shipping-info-section .video-popup {
        margin-bottom: 60px; } }
    #shipping-info-section .video-popup a {
      position: relative;
      display: inline-block; }
    #shipping-info-section .video-popup .icon-wrap {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      #shipping-info-section .video-popup .icon-wrap .icon {
        height: 100px;
        width: 100px; }
  #shipping-info-section h2, #shipping-info-section .h2, #shipping-info-section p, #shipping-info-section h3, #shipping-info-section .h3, #shipping-info-section .cart-actions .btn, .cart-actions #shipping-info-section .btn, #shipping-info-section .cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit, .cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #shipping-info-section #ISR_form_submit, #shipping-info-section .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions #ISR_form_submit, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions #shipping-info-section #ISR_form_submit, #shipping-info-section .cart-actions .swal2-confirm, .cart-actions #shipping-info-section .swal2-confirm,
  #shipping-info-section .cart-actions .swal2-cancel, .cart-actions #shipping-info-section .swal2-cancel {
    color: #ffffff; }
  #shipping-info-section p {
    line-height: 1.42857; }
  #shipping-info-section .split-tabs-section {
    background-repeat: no-repeat;
    background-position: bottom right; }
    #shipping-info-section .split-tabs-section.split-tabs-how-we-pack-and-ship {
      background-image: url("../img/shipping-info/background-pots-white.png"); }
    #shipping-info-section .split-tabs-section.split-tabs-shipping-speed {
      background-image: url("../img/shipping-info/background-succulent-white.png"); }
      #shipping-info-section .split-tabs-section.split-tabs-shipping-speed .custom-tabs-contents {
        max-width: 602px; }
    #shipping-info-section .split-tabs-section .left-side h3, #shipping-info-section .split-tabs-section .left-side .h3, #shipping-info-section .split-tabs-section .left-side .cart-actions .btn, .cart-actions #shipping-info-section .split-tabs-section .left-side .btn, #shipping-info-section .split-tabs-section .left-side .cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit, .cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #shipping-info-section .split-tabs-section .left-side #ISR_form_submit, #shipping-info-section .split-tabs-section .left-side .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions #ISR_form_submit, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions #shipping-info-section .split-tabs-section .left-side #ISR_form_submit, #shipping-info-section .split-tabs-section .left-side .cart-actions .swal2-confirm, .cart-actions #shipping-info-section .split-tabs-section .left-side .swal2-confirm,
    #shipping-info-section .split-tabs-section .left-side .cart-actions .swal2-cancel, .cart-actions #shipping-info-section .split-tabs-section .left-side .swal2-cancel {
      color: #1E333B; }
    #shipping-info-section .split-tabs-section .right-side h5, #shipping-info-section .split-tabs-section .right-side .h5 {
      margin-bottom: 0;
      color: #fff;
      font-weight: 500; }
  #shipping-info-section .icon {
    fill: #fff;
    width: 15px; }
  #shipping-info-section .icon-truck {
    height: 11px; }
  #shipping-info-section .icon-time {
    height: 15px; }
  #shipping-info-section .icon-delivery {
    height: 16px; }
  #shipping-info-section .icon-wrap {
    float: left;
    margin-right: 5px;
    overflow: hidden; }
  #shipping-info-section .shipping-schedule-table {
    margin-bottom: 20px; }
    #shipping-info-section .shipping-schedule-table .day-title {
      margin: 0;
      font-weight: 500;
      border-bottom: 1px solid #edeff3;
      padding: 7px 10px 9px; }
    #shipping-info-section .shipping-schedule-table .day-content {
      padding: 10px 10px 2px;
      min-height: 94px; }
      #shipping-info-section .shipping-schedule-table .day-content p {
        margin-bottom: 11px; }
    #shipping-info-section .shipping-schedule-table .single-day {
      background-color: rgba(255, 255, 255, 0.2);
      border: 1px solid #edeff3;
      margin-bottom: 10px; }
      #shipping-info-section .shipping-schedule-table .single-day.day-sunday {
        background-color: transparent; }
    @media only screen and (min-width: 768px) {
      #shipping-info-section .shipping-schedule-table {
        display: table;
        width: 100%; }
        #shipping-info-section .shipping-schedule-table .single-day {
          display: table-cell;
          width: 15.52941%;
          border-left: 0 none;
          margin-bottom: 0; }
          #shipping-info-section .shipping-schedule-table .single-day.day-sunday {
            width: 7.21569%;
            border-left: 1px solid #edeff3; } }
  #shipping-info-section .shipping-schedule-paragraph {
    padding: 0 22px 0 26px;
    position: relative;
    margin-bottom: 40px; }
    #shipping-info-section .shipping-schedule-paragraph .icon-wrap {
      position: absolute;
      left: 0; }
    #shipping-info-section .shipping-schedule-paragraph :last-child {
      margin-bottom: 0; }
  @media only screen and (min-width: 768px) {
    #shipping-info-section .shipping-info-disclaimer :last-child {
      margin-bottom: 0; } }
  #shipping-info-section .territories-dislcaimer {
    margin-bottom: 30px; }
    @media only screen and (min-width: 768px) {
      #shipping-info-section .territories-dislcaimer {
        margin-bottom: 60px; } }
  #shipping-info-section .globe-sketch-wrap {
    max-width: 80%;
    margin: 0 auto; }

#ordering-info {
  padding: 30px 0; }
  @media only screen and (min-width: 768px) {
    #ordering-info {
      padding: 95px 0; } }
  #ordering-info .title-line-paragraph h2, #ordering-info .title-line-paragraph .h2 {
    margin-bottom: 30px; }
  #ordering-info .into-text {
    margin-bottom: 30px; }
    #ordering-info .into-text :last-child {
      margin-bottom: 0; }
    @media only screen and (min-width: 768px) {
      #ordering-info .into-text {
        margin-bottom: 60px; } }
    #ordering-info .into-text h5, #ordering-info .into-text .h5 {
      margin-bottom: 0;
      font-weight: 500; }

.quantities-sizes {
  padding-bottom: 20px; }
  @media only screen and (max-width: 767px) {
    .quantities-sizes .grid__item:nth-child(2n-1) {
      clear: both; } }
  @media only screen and (min-width: 768px) {
    .quantities-sizes .grid__item:nth-child(5) {
      clear: both; } }
  .quantities-sizes h3, .quantities-sizes .h3, .quantities-sizes .cart-actions .btn, .cart-actions .quantities-sizes .btn, .quantities-sizes .cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_submit, .cart-actions .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .quantities-sizes #ISR_form_submit, .quantities-sizes .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions #ISR_form_submit, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form .cart-actions .quantities-sizes #ISR_form_submit, .quantities-sizes .cart-actions .swal2-confirm, .cart-actions .quantities-sizes .swal2-confirm,
  .quantities-sizes .cart-actions .swal2-cancel, .cart-actions .quantities-sizes .swal2-cancel {
    margin-bottom: 30px; }
  .quantities-sizes .item-title {
    margin-bottom: 15px; }
  .quantities-sizes .item-text {
    margin-bottom: 0; }

/* Main Styling */
.tg_logo_main {
  max-width: 210px;
  margin-top: 10px; }

.tg_SealCertContainer {
  font-family: 'Montserrat', sans-serif !important;
  line-height: 1.5 !important; }

.tg_SealCertContainer, .tg_SealCertContainer a, .tg_SealCertContainer div {
  font-family: 'Montserrat', sans-serif !important; }

.tg_SealCertDomain {
  font-size: 16px;
  text-transform: lowercase;
  display: block;
  color: #2E871C;
  font-weight: 600; }

.tg_SealCertVerDate {
  font-size: 10px;
  text-transform: uppercase;
  display: block;
  color: #333333;
  font-weight: 600; }

.tg_certConContainer {
  margin: 10px 0px 0 0;
  padding: 0px;
  font-size: 10px;
  width: 100%;
  position: relative; }

#tg_certContentUl {
  list-style: none;
  padding: 0px;
  margin: 0px; }

#tg_certContentUl li {
  display: block;
  width: 100%;
  float: left;
  padding: 5px 0 5px;
  border-top: 1px solid #f6f6f6; }

.tg_certBadge {
  width: 25%;
  padding: 0px;
  float: left; }

.tg_certBadge img {
  width: 60% !important;
  display: block !important;
  margin: 0 auto !important; }

.tg_certConDetail {
  width: 75%;
  padding: 0px;
  float: left;
  text-align: left; }

.tg_certDrop {
  width: 10%;
  padding: 0px;
  float: left;
  cursor: pointer; }

.tg_certConScan {
  display: block;
  font-weight: 600;
  margin-top: 5px;
  font-size: 11px !important;
  height: 5px !important;
  max-height: 5px !important; }

.tg_certConScanDate {
  color: #2E871C;
  font-size: 9px;
  font-weight: 600;
  margin-top: 10px !important;
  display: block !important; }

.tg_cert-drop-arrow {
  position: relative;
  top: 10px; }

#tg_certFooterNote {
  font-size: 8px;
  text-align: center;
  margin: 5px 0 0px !important; }

.tg_certSecScanMore, .tg_certSslScanMore, .tg_certMalScanMore, .tg_certGdprScanMore {
  font-size: 8px;
  display: block; }

#tg_moreDetails {
  position: absolute;
  right: 7px;
  top: 5px;
  font-size: 8px;
  color: #2f2f2f;
  text-decoration: none; }

#tg_moreDetails:hover {
  color: #2E871C;
  text-decoration: underline; }

.tg_SealCertDomain::first-letter, #tg_certFooterNote::first-letter {
  text-transform: capitalize; }

/* Custom css Icon */
.tg-arrow-up {
  border: solid #2F2F2F;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg); }

.tg-arrow-down {
  border: solid #2F2F2F;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -webkit-transform: rotate(45deg); }

.tg-arrow-left {
  border: solid #FFFFFF;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -webkit-transform: rotate(135deg); }

.tg-arrow-bottom {
  border: solid #FFFFFF;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg); }

.tg-arrow-right {
  border: solid #2f2f2f;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 2px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg); }

.text-white {
  color: #ffffff; }

/* tgscriptLeft */
#tg_1-left {
  cursor: pointer; }

#tg_certSealToggle {
  color: #fff;
  position: absolute;
  left: -10px;
  top: 45%;
  cursor: pointer;
  transition: 2s;
  height: auto; }

#tg_certSealToggle b {
  top: 46%;
  position: relative; }

#tg_SealCertificateLeft {
  box-shadow: 0 0 4px 0px #cccccc;
  border: 0px solid #f2f2f2;
  height: auto;
  width: 260px;
  position: fixed;
  left: -500px;
  top: 10%;
  background: #ffffff;
  border-left: 6px solid #2E871C;
  border-radius: 0 5px 5px 0;
  text-align: center;
  padding: 20px 10px 10px;
  z-index: 999999; }

.tg_hideCertificate {
  animation-name: tg_certHide;
  animation-duration: 1s;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards; }

@keyframes tg_certHide {
  from {
    left: 0; }
  to {
    left: -500px; } }

.tg_showCertificate {
  animation-name: tg_showHide;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards; }

@keyframes tg_showHide {
  from {
    left: -500px; }
  to {
    left: 0px; } }

/* tgscriptRight */
#tg_1-right {
  cursor: pointer; }

#tg_certSealToggleRight {
  color: #fff;
  position: absolute;
  right: -10px;
  top: 45%;
  cursor: pointer;
  transition: 2s;
  height: auto; }

#tg_certSealToggleRight b {
  top: 46%;
  position: relative; }

#tg_SealCertificateRight {
  box-shadow: 0 0 4px 0px #cccccc;
  border: 0px solid #f2f2f2;
  height: auto;
  width: 260px;
  position: fixed;
  right: -500px;
  top: 10%;
  background: #ffffff;
  border-right: 6px solid #2E871C;
  border-radius: 5px 0 0 5px;
  text-align: center;
  padding: 20px 10px 10px;
  z-index: 999999; }

.tg_hideCertificateRight {
  animation-name: tg_certHideRight;
  animation-duration: 1s;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards; }

@keyframes tg_certHideRight {
  from {
    right: 0px; }
  to {
    right: -500px; } }

.tg_showCertificateRight {
  animation-name: tg_showHideRight;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards; }

@keyframes tg_showHideRight {
  from {
    right: -500px; }
  to {
    right: 0px; } }

/* tgscriptBottomLeft */
.tg_1-bleft {
  cursor: pointer; }

#tg_certSealTogglebleft {
  color: #fff;
  position: absolute;
  left: 50%;
  bottom: -10px;
  cursor: pointer;
  transition: 2s;
  height: auto;
  z-index: 9999;
  transform: rotate(90deg); }

#tg_certSealTogglebleft b {
  bottom: 0px;
  position: relative; }

#tg_SealCertificatebleft {
  box-shadow: 0 0 4px 0px #cccccc !important;
  border: 0px solid #f2f2f2 !important;
  height: auto !important;
  width: 260px !important;
  position: fixed;
  left: 0px !important;
  bottom: -700px;
  background: #ffffff !important;
  border-bottom: 6px solid #2E871C !important;
  border-radius: 5px 5px 0 0 !important;
  text-align: center !important;
  padding: 20px 10px 10px !important;
  z-index: 999999 !important; }

.tg_hideCertificatebLeft {
  animation-name: tg_certHidebLeft;
  animation-duration: 1s;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards; }

@keyframes tg_certHidebLeft {
  from {
    bottom: 0px; }
  to {
    bottom: -500px; } }

.tg_showCertificatebLeft {
  animation-name: tg_showHidebLeft;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards; }

@keyframes tg_showHidebLeft {
  from {
    bottom: -500px; }
  to {
    bottom: 0px; } }

/* tgscriptBottomRight */
.tg_1-bright {
  cursor: pointer; }

#tg_certSealTogglebRight {
  color: #fff;
  position: absolute;
  right: 50%;
  bottom: -10px;
  cursor: pointer;
  transition: 2s;
  height: auto;
  z-index: 9999;
  transform: rotate(90deg); }

#tg_certSealTogglebRight b {
  bottom: 0px;
  position: relative; }

#tg_SealCertificatebRight {
  box-shadow: 0 0 4px 0px #cccccc !important;
  border: 0px solid #f2f2f2 !important;
  height: auto !important;
  width: 260px !important;
  position: fixed !important;
  right: 0px !important;
  bottom: -700px;
  background: #ffffff !important;
  border-bottom: 6px solid #2E871C !important;
  border-radius: 5px 5px 0 0 !important;
  text-align: center !important;
  padding: 20px 10px 10px !important;
  z-index: 999999 !important; }

.tg_hideCertificatebRight {
  animation-name: tg_certHidebRight;
  animation-duration: 1s;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards; }

@keyframes tg_certHidebRight {
  from {
    bottom: 0px; }
  to {
    bottom: -500px; } }

.tg_showCertificatebRight {
  animation-name: tg_showHidebRight;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards; }

@keyframes tg_showHidebRight {
  from {
    bottom: -500px; }
  to {
    bottom: 0px; } }

.tg_certContentUl .sealParagraph {
  line-height: 15px !important; }

#tg_moreDetails {
  text-shadow: none !important; }

#tg_certFooterNote {
  line-height: 10px !important; }

.tg_certSslScanMore div {
  line-height: 15px !important; }

.tg_certMalScanMore div {
  line-height: 15px !important; }

.tg_certSecScanMore div {
  line-height: 15px !important; }

.tg_certConScanDate {
  line-height: 1.5; }

#secScan {
  line-height: 15px; }

#malwareScan {
  line-height: 15px; }

#sslScan {
  line-height: 15px; }

.tgBlockImg {
  padding-right: 5px !important; }

.tgStackSeal {
  display: inline-block; }

#tgfloat-img {
  margin-top: -2px; }

.tgBlockText {
  display: none; }

.tgBlockText > td {
  padding-top: 0;
  padding-bottom: 0; }

.tgBlockSecure {
  padding-left: 0px; }

cds-date-picker .bx--date-picker__input,
cds-date-picker .bx--text-input {
  background-color: #edeff3;
  border: 1px solid #8a8e9d;
  border-radius: 4px;
  font-family: "Chronica Pro", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  letter-spacing: 0.02em;
  padding: 0.93333rem 2.23333rem;
  color: #545459; }
  cds-date-picker .bx--date-picker__input:focus,
  cds-date-picker .bx--text-input:focus {
    border-color: #7CA386;
    box-shadow: 0 0 0 2px rgba(124, 163, 134, 0.2); }
  cds-date-picker .bx--date-picker__input::placeholder,
  cds-date-picker .bx--text-input::placeholder {
    color: #8a8e9d; }

cds-date-picker .bx--date-picker__icon svg {
  fill: #8a8e9d; }

cds-date-picker .bx--date-picker__icon:hover svg {
  fill: #7CA386; }

cds-date-picker .bx--date-picker__calendar {
  background-color: white;
  border: 1px solid #8a8e9d;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000; }
  cds-date-picker .bx--date-picker__calendar .bx--date-picker__month {
    background-color: #335C64;
    color: white;
    font-family: "Chronica Pro", Helvetica, Arial, sans-serif;
    font-weight: 500; }
    cds-date-picker .bx--date-picker__calendar .bx--date-picker__month .bx--date-picker__month-nav:hover {
      background-color: #7CA386; }
  cds-date-picker .bx--date-picker__calendar .bx--date-picker__days th {
    color: #545459;
    font-family: "Chronica Pro", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 0.875rem; }
  cds-date-picker .bx--date-picker__calendar .bx--date-picker__days td .bx--date-picker__day {
    color: #545459;
    font-family: "Chronica Pro", Helvetica, Arial, sans-serif; }
    cds-date-picker .bx--date-picker__calendar .bx--date-picker__days td .bx--date-picker__day:hover {
      background-color: #edeff3;
      color: #335C64; }
    cds-date-picker .bx--date-picker__calendar .bx--date-picker__days td .bx--date-picker__day.bx--date-picker__day--selected {
      background-color: #7CA386;
      color: white; }
      cds-date-picker .bx--date-picker__calendar .bx--date-picker__days td .bx--date-picker__day.bx--date-picker__day--selected:hover {
        background-color: #335C64; }
    cds-date-picker .bx--date-picker__calendar .bx--date-picker__days td .bx--date-picker__day.bx--date-picker__day--today {
      border-color: #7CA386;
      color: #7CA386; }
    cds-date-picker .bx--date-picker__calendar .bx--date-picker__days td .bx--date-picker__day.bx--date-picker__day--disabled {
      background-color: #F5F5F5;
      color: #8a8e9d;
      cursor: not-allowed; }
      cds-date-picker .bx--date-picker__calendar .bx--date-picker__days td .bx--date-picker__day.bx--date-picker__day--disabled:hover {
        background-color: #F5F5F5;
        color: #8a8e9d; }

cds-date-picker.error .bx--date-picker__input,
cds-date-picker.error .bx--text-input {
  border-color: #db6363; }
  cds-date-picker.error .bx--date-picker__input:focus,
  cds-date-picker.error .bx--text-input:focus {
    border-color: #db6363;
    box-shadow: 0 0 0 2px rgba(219, 99, 99, 0.2); }

cds-date-picker.error-shake {
  animation: shake 0.6s ease-in-out; }

@keyframes shake {
  0%, 100% {
    transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-2px); }
  20%, 40%, 60%, 80% {
    transform: translateX(2px); } }

.date-picker-wrapper {
  position: relative;
  display: inline-block;
  width: 100%; }
  .date-picker-wrapper .calendar-icon {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    fill: #8a8e9d;
    pointer-events: none;
    z-index: 1; }
    .date-picker-wrapper .calendar-icon:hover {
      fill: #7CA386; }
  .date-picker-wrapper cds-date-picker {
    width: 100%; }
    .date-picker-wrapper cds-date-picker .bx--date-picker__input,
    .date-picker-wrapper cds-date-picker .bx--text-input {
      padding-right: 40px; }

@media (max-width: 768px) {
  cds-date-picker .bx--date-picker__calendar {
    width: 100%;
    max-width: 320px; }
  cds-date-picker .bx--date-picker__input,
  cds-date-picker .bx--text-input {
    font-size: 16px; } }

.flatpickr-calendar {
  display: none;
  position: absolute;
  width: 320px;
  box-sizing: border-box;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  padding: 0;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  z-index: 9999; }
  .flatpickr-calendar.open {
    opacity: 1;
    visibility: visible;
    display: inline-block; }
  .flatpickr-calendar.static {
    position: absolute;
    top: calc(100% + 4px);
    left: 0; }
    .flatpickr-calendar.static.open {
      z-index: 9999;
      display: block; }

.flatpickr-months {
  display: flex;
  height: 44px;
  position: relative; }

.flatpickr-month {
  height: 44px;
  line-height: 1;
  text-align: center;
  position: relative;
  user-select: none;
  overflow: visible;
  flex: 1; }

.flatpickr-prev-month,
.flatpickr-next-month {
  user-select: none;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 44px;
  padding: 12px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center; }

.flatpickr-prev-month::before {
  content: ''; }

.flatpickr-next-month::before {
  content: ''; }

.flatpickr-prev-month svg,
.flatpickr-next-month svg {
  width: 20px; }

.flatpickr-prev-month {
  left: 0; }

.flatpickr-next-month {
  right: 0; }

.flatpickr-current-month {
  padding: 0px 40px;
  line-height: 1;
  height: 44px;
  display: flex;
  flex-direction: row;
  text-align: center;
  transform: translate3d(0px, 0px, 0px);
  box-sizing: border-box; }
  .flatpickr-current-month .flatpickr-monthDropdown-months {
    appearance: none;
    background: transparent;
    border: none;
    border-radius: 0;
    box-sizing: border-box;
    color: inherit;
    cursor: pointer;
    font-size: inherit;
    font-family: inherit;
    font-weight: 300;
    height: auto;
    line-height: inherit;
    margin: 0;
    outline: none;
    padding: 0;
    position: relative;
    vertical-align: initial;
    -webkit-box-sizing: border-box;
    -webkit-appearance: none; }
    .flatpickr-current-month .flatpickr-monthDropdown-months:focus {
      outline: none;
      box-shadow: none;
      border: none; }
  .flatpickr-current-month .numInputWrapper {
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%; }
    .flatpickr-current-month .numInputWrapper .numInput {
      background: transparent;
      border: none;
      color: inherit;
      font-family: inherit;
      font-size: inherit;
      font-weight: 300;
      height: 24px;
      line-height: 24px;
      margin: 0;
      padding: 0;
      text-align: center;
      width: 50px;
      box-sizing: border-box;
      outline: none; }
      .flatpickr-current-month .numInputWrapper .numInput::-webkit-outer-spin-button, .flatpickr-current-month .numInputWrapper .numInput::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0; }
      .flatpickr-current-month .numInputWrapper .numInput[type=number] {
        -moz-appearance: textfield; }
    .flatpickr-current-month .numInputWrapper .arrowUp,
    .flatpickr-current-month .numInputWrapper .arrowDown {
      display: none; }

.flatpickr-weekdaycontainer {
  width: 100%; }

.flatpickr-weekdays {
  display: flex;
  align-items: center;
  height: 28px;
  width: 100%;
  box-sizing: border-box; }

.flatpickr-weekday {
  display: block;
  flex: 1;
  width: 14.2857143%;
  line-height: 1;
  margin: 0;
  text-align: center;
  font-weight: bolder;
  box-sizing: border-box; }

.flatpickr-days {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  transform: translate3d(0px, 0px, 0px);
  opacity: 1; }

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  flex-basis: 14.2857143%;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative; }

.flatpickr-calendar {
  background: white;
  border: 1px solid #8a8e9d;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  font-family: "Chronica Pro", Helvetica, Arial, sans-serif;
  width: 320px;
  min-width: 320px; }
  .flatpickr-calendar .flatpickr-month {
    background-color: #335C64;
    color: white; }
    .flatpickr-calendar .flatpickr-month .flatpickr-prev-month:hover,
    .flatpickr-calendar .flatpickr-month .flatpickr-next-month:hover {
      background-color: #7CA386; }
    .flatpickr-calendar .flatpickr-month .flatpickr-current-month {
      color: white; }
      .flatpickr-calendar .flatpickr-month .flatpickr-current-month .flatpickr-monthDropdown-months {
        background-color: #335C64;
        color: white;
        padding-left: 8px; }
        .flatpickr-calendar .flatpickr-month .flatpickr-current-month .flatpickr-monthDropdown-months:focus {
          outline: none;
          box-shadow: none;
          border: none;
          background-color: #335C64; }
      .flatpickr-calendar .flatpickr-month .flatpickr-current-month .numInputWrapper .numInput {
        background-color: transparent;
        color: white;
        border: none;
        width: 100%;
        min-width: 60px;
        text-align: left;
        padding-left: 8px; }
        .flatpickr-calendar .flatpickr-month .flatpickr-current-month .numInputWrapper .numInput:focus {
          background-color: rgba(124, 163, 134, 0.2);
          outline: none; }
  .flatpickr-calendar .flatpickr-weekdays {
    background-color: #edeff3; }
    .flatpickr-calendar .flatpickr-weekdays .flatpickr-weekday {
      color: #545459;
      font-weight: 500;
      font-size: 0.875rem; }
  .flatpickr-calendar .flatpickr-days .flatpickr-day {
    color: #545459;
    font-family: "Chronica Pro", Helvetica, Arial, sans-serif; }
    .flatpickr-calendar .flatpickr-days .flatpickr-day:hover {
      background-color: #edeff3;
      color: #335C64; }
    .flatpickr-calendar .flatpickr-days .flatpickr-day.selected {
      background-color: #7CA386;
      color: white; }
      .flatpickr-calendar .flatpickr-days .flatpickr-day.selected:hover {
        background-color: #335C64; }
    .flatpickr-calendar .flatpickr-days .flatpickr-day.today {
      border-color: #7CA386;
      color: #7CA386; }
    .flatpickr-calendar .flatpickr-days .flatpickr-day.flatpickr-disabled {
      background-color: #F5F5F5;
      color: #8a8e9d;
      cursor: not-allowed; }
      .flatpickr-calendar .flatpickr-days .flatpickr-day.flatpickr-disabled:hover {
        background-color: #F5F5F5;
        color: #8a8e9d; }

@media only screen and (max-width: 767px) {
  .flatpickr-calendar {
    width: 100%;
    max-width: 320px; } }

.delayed-shipping-container {
  border-bottom: 0 !important;
  margin-bottom: 0;
  padding: 0 0 20px; }
  .delayed-shipping-container.exempt-container {
    width: auto; }
    .delayed-shipping-container.exempt-container .delayed-shipping-wrap {
      align-items: center;
      display: flex;
      flex-wrap: nowrap;
      gap: 8px;
      position: relative; }
    .delayed-shipping-container.exempt-container .accordion-header {
      flex: 0 1 auto;
      width: auto !important; }
  .delayed-shipping-container .form-label-row {
    align-items: center;
    display: flex;
    gap: 6px; }
    .delayed-shipping-container .form-label-row .tooltip-container {
      margin-bottom: 10px; }
    .delayed-shipping-container .form-label-row .date-picker-tooltip-trigger {
      height: 16px;
      width: 16px; }
      .delayed-shipping-container .form-label-row .date-picker-tooltip-trigger .icon {
        width: 16px;
        height: 16px;
        fill: #6b6b6b; }
      .delayed-shipping-container .form-label-row .date-picker-tooltip-trigger:hover .icon {
        fill: #2d2d2d; }
  .delayed-shipping-container .scheduled-message {
    display: none;
    font-size: 12px;
    color: #2d2d2d;
    margin: 4px 0 0; }
  .delayed-shipping-container .delayed-delivery-tooltip-trigger {
    background: none;
    border: none;
    color: black;
    cursor: pointer;
    height: 17px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 17px; }
    .delayed-shipping-container .delayed-delivery-tooltip-trigger:hover {
      color: black; }
    .delayed-shipping-container .delayed-delivery-tooltip-trigger .icon {
      width: 20px;
      height: 20px;
      fill: black; }
  .delayed-shipping-container .tooltip-container {
    margin-bottom: 10px;
    position: relative; }
  .delayed-shipping-container .delayed-delivery-tooltip {
    background-color: #D9D9D9;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    color: #2d2d2d;
    display: none;
    font-size: 12px;
    line-height: 1.4;
    margin-top: 8px;
    position: absolute;
    padding: 15px;
    left: 0;
    top: 0;
    width: 260px;
    height: auto;
    z-index: 1000; }
    .delayed-shipping-container .delayed-delivery-tooltip p {
      margin: 5px; }
  .delayed-shipping-container .flatpickr-next-month,
  .delayed-shipping-container .flatpickr-prev-month {
    color: white; }
    .delayed-shipping-container .flatpickr-next-month svg,
    .delayed-shipping-container .flatpickr-prev-month svg {
      color: white;
      fill: currentColor; }
  .delayed-shipping-container .accordion-header {
    max-width: 294px; }
    @media only screen and (max-width: 767px) {
      .delayed-shipping-container .accordion-header {
        font-size: 16px !important; } }
  .delayed-shipping-container .accordion-header-cta {
    background-color: #2D2D2D;
    border: 1px solid #282828;
    padding: 9px;
    color: #FFFFFF !important;
    border-radius: 10px;
    display: flex !important;
    align-items: center; }
    .delayed-shipping-container .accordion-header-cta .icon-wrap {
      border: 1px solid #FFFFFF !important;
      display: inline-flex !important;
      align-items: center;
      justify-content: center;
      vertical-align: middle !important;
      flex-shrink: 0;
      margin-left: 15px !important; }
      .delayed-shipping-container .accordion-header-cta .icon-wrap .icon {
        align-items: center;
        justify-content: center; }
        .delayed-shipping-container .accordion-header-cta .icon-wrap .icon svg {
          fill: #FFFFFF !important; }
  .delayed-shipping-container .date-picker-wrapper {
    flex: 1;
    margin-right: 10px; }
  .delayed-shipping-container .form-label, .delayed-shipping-container .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper label, .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper .delayed-shipping-container label {
    color: #2d2d2d;
    font-size: 14px;
    letter-spacing: 0; }
  .delayed-shipping-container .form-input, .delayed-shipping-container .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper input[type="email"], .productView.product-page .productView-options #ISR-form-wrapper #ISR_popup_container #ISR_popup #ISR_popup_content #ISR_form #ISR_form_email-wrapper .delayed-shipping-container input[type="email"] {
    background-color: white !important;
    min-width: 220px; }
  .delayed-shipping-container .form-text {
    font-size: 12px !important;
    padding-top: 5px;
    text-transform: none !important; }
  .delayed-shipping-container .clear-button {
    color: #0A7DD2;
    font-size: 12px;
    flex: 1;
    text-align: left;
    text-decoration: underline;
    display: none; }
    .delayed-shipping-container .clear-button.show {
      display: block; }
  .delayed-shipping-container .date-picker--container {
    display: flex; }
    .delayed-shipping-container .date-picker--container .date-picker-wrapper {
      max-width: 220px; }

@media only screen and (max-width: 990px) {
  .cart-section--footer .grid .grid__item, .cart-section--footer .grid--full .grid__item {
    float: none;
    width: 100% !important; } }
