/*
This file is included in optimized-checkout.scss and in theme.scss.
This allows base styles (buttons, etc) to be used in the optimized checkout experience.
*/
/*================ 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);
* }
*/
.flex-video {
  height: 0;
  margin-bottom: 16px;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 25px;
  position: relative; }
  .flex-video.widescreen {
    padding-bottom: 56.34%; }
  .flex-video.vimeo {
    padding-top: 0; }
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0; }

/*============================================================================
  Grid Breakpoints and Class Names
    - Do not change the variable names
==============================================================================*/
/*============================================================================
  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
==============================================================================*/
/*================ Sizing Variables ================*/
/*============================================================================
  Grid
    - Based on CSS Wizardry grid
==============================================================================*/
.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  margin-left: -22px;
  padding: 0; }

.grid__item {
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
  padding-left: 22px;
  width: auto; }

/*============================================================================
  Grid Columns
    - Create width classes, prepended by the breakpoint name.
==============================================================================*/
/*================ Grid push classes ================*/
/*================ Build Base Grid Classes ================*/
.auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: none;
  width: auto; }

.expand {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  max-width: 100%;
  width: auto; }

.one-whole {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.one-half {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.one-third {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.two-thirds {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.one-quarter {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.two-quarters {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.three-quarters {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.one-fifth {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%; }

.two-fifths {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%; }

.three-fifths {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%; }

.four-fifths {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  max-width: 80%; }

.one-sixth {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.two-sixths {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.three-sixths {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.four-sixths {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.five-sixths {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.one-eighth {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 12.5%;
  flex: 0 0 12.5%;
  max-width: 12.5%; }

.two-eighths {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.three-eighths {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 37.5%;
  flex: 0 0 37.5%;
  max-width: 37.5%; }

.four-eighths {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.five-eighths {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 62.5%;
  flex: 0 0 62.5%;
  max-width: 62.5%; }

.six-eighths {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.seven-eighths {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 87.5%;
  flex: 0 0 87.5%;
  max-width: 87.5%; }

.one-tenth {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 10%;
  flex: 0 0 10%;
  max-width: 10%; }

.two-tenths {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%; }

.three-tenths {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%; }

.four-tenths {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%; }

.five-tenths {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.six-tenths {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%; }

.seven-tenths {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  max-width: 70%; }

.eight-tenths {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  max-width: 80%; }

.nine-tenths {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 90%;
  flex: 0 0 90%;
  max-width: 90%; }

.one-twelfth {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.two-twelfths {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.three-twelfths {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.four-twelfths {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.five-twelfths {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.six-twelfths {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.seven-twelfths {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.eight-twelfths {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.nine-twelfths {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.ten-twelfths {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.eleven-twelfths {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.flex-row {
  -webkit-box-direction: normal !important;
  -webkit-box-orient: horizontal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important; }

.flex-column {
  -webkit-box-direction: normal !important;
  -webkit-box-orient: vertical !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-direction: reverse !important;
  -webkit-box-orient: horizontal !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-direction: reverse !important;
  -webkit-box-orient: vertical !important;
  -ms-flex-direction: column-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 {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important; }

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  flex-grow: 0 !important;
  -ms-flex-positive: 0 !important; }

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  flex-grow: 1 !important;
  -ms-flex-positive: 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 {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important;
  -webkit-box-align: start !important;
  -ms-flex-align: start !important; }

.align-items-end {
  align-items: flex-end !important;
  -webkit-box-align: end !important;
  -ms-flex-align: end !important; }

.align-items-center {
  align-items: center !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important; }

.align-items-baseline {
  align-items: baseline !important;
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important; }

.align-items-stretch {
  align-items: stretch !important;
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important; }

.align-content-start {
  align-content: flex-start !important;
  -ms-flex-line-pack: start !important; }

.align-content-end {
  align-content: flex-end !important;
  -ms-flex-line-pack: end !important; }

.align-content-center {
  align-content: center !important;
  -ms-flex-line-pack: center !important; }

.align-content-between {
  align-content: space-between !important;
  -ms-flex-line-pack: justify !important; }

.align-content-around {
  align-content: space-around !important;
  -ms-flex-line-pack: distribute !important; }

.align-content-stretch {
  align-content: stretch !important;
  -ms-flex-line-pack: stretch !important; }

.align-self-auto {
  align-self: auto !important;
  -ms-flex-item-align: auto !important; }

.align-self-start {
  align-self: flex-start !important;
  -ms-flex-item-align: start !important; }

.align-self-end {
  align-self: flex-end !important;
  -ms-flex-item-align: end !important; }

.align-self-center {
  align-self: center !important;
  -ms-flex-item-align: center !important; }

.align-self-baseline {
  align-self: baseline !important;
  -ms-flex-item-align: baseline !important; }

.align-self-stretch {
  align-self: stretch !important;
  -ms-flex-item-align: stretch !important; }

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1; }

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13; }

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12; }

.show {
  display: block !important; }

.hide {
  display: none !important; }

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

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

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

/*================ Build Responsive Grid Classes ================*/
@media only screen and (max-width: 479px) {
  .xsmall--auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: none;
    width: auto; }
  .xsmall--expand {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    max-width: 100%;
    width: auto; }
  .xsmall--one-whole {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .xsmall--one-half {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .xsmall--one-third {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .xsmall--two-thirds {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .xsmall--one-quarter {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .xsmall--two-quarters {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .xsmall--three-quarters {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .xsmall--one-fifth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .xsmall--two-fifths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%; }
  .xsmall--three-fifths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%; }
  .xsmall--four-fifths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%; }
  .xsmall--one-sixth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .xsmall--two-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .xsmall--three-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .xsmall--four-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .xsmall--five-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .xsmall--one-eighth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%; }
  .xsmall--two-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .xsmall--three-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%; }
  .xsmall--four-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .xsmall--five-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%; }
  .xsmall--six-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .xsmall--seven-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%; }
  .xsmall--one-tenth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%; }
  .xsmall--two-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .xsmall--three-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%; }
  .xsmall--four-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%; }
  .xsmall--five-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .xsmall--six-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%; }
  .xsmall--seven-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%; }
  .xsmall--eight-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%; }
  .xsmall--nine-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%; }
  .xsmall--one-twelfth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .xsmall--two-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .xsmall--three-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .xsmall--four-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .xsmall--five-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .xsmall--six-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .xsmall--seven-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .xsmall--eight-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .xsmall--nine-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .xsmall--ten-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .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 {
    -webkit-box-direction: normal !important;
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .xsmall--flex-column {
    -webkit-box-direction: normal !important;
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .xsmall--flex-row-reverse {
    -webkit-box-direction: reverse !important;
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .xsmall--flex-column-reverse {
    -webkit-box-direction: reverse !important;
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column-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 {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .xsmall--flex-grow-0 {
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important;
    -ms-flex-positive: 0 !important; }
  .xsmall--flex-grow-1 {
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important;
    -ms-flex-positive: 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 {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .xsmall--justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .xsmall--justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .xsmall--justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-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 {
    align-items: flex-start !important;
    -webkit-box-align: start !important;
    -ms-flex-align: start !important; }
  .xsmall--align-items-end {
    align-items: flex-end !important;
    -webkit-box-align: end !important;
    -ms-flex-align: end !important; }
  .xsmall--align-items-center {
    align-items: center !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important; }
  .xsmall--align-items-baseline {
    align-items: baseline !important;
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important; }
  .xsmall--align-items-stretch {
    align-items: stretch !important;
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important; }
  .xsmall--align-content-start {
    align-content: flex-start !important;
    -ms-flex-line-pack: start !important; }
  .xsmall--align-content-end {
    align-content: flex-end !important;
    -ms-flex-line-pack: end !important; }
  .xsmall--align-content-center {
    align-content: center !important;
    -ms-flex-line-pack: center !important; }
  .xsmall--align-content-between {
    align-content: space-between !important;
    -ms-flex-line-pack: justify !important; }
  .xsmall--align-content-around {
    align-content: space-around !important;
    -ms-flex-line-pack: distribute !important; }
  .xsmall--align-content-stretch {
    align-content: stretch !important;
    -ms-flex-line-pack: stretch !important; }
  .xsmall--align-self-auto {
    align-self: auto !important;
    -ms-flex-item-align: auto !important; }
  .xsmall--align-self-start {
    align-self: flex-start !important;
    -ms-flex-item-align: start !important; }
  .xsmall--align-self-end {
    align-self: flex-end !important;
    -ms-flex-item-align: end !important; }
  .xsmall--align-self-center {
    align-self: center !important;
    -ms-flex-item-align: center !important; }
  .xsmall--align-self-baseline {
    align-self: baseline !important;
    -ms-flex-item-align: baseline !important; }
  .xsmall--align-self-stretch {
    align-self: stretch !important;
    -ms-flex-item-align: stretch !important; }
  .xsmall--order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .xsmall--order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .xsmall--order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .xsmall--order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .xsmall--order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .xsmall--order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .xsmall--order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .xsmall--order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .xsmall--order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .xsmall--order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .xsmall--order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .xsmall--order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .xsmall--order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .xsmall--order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .xsmall--order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .xsmall--show {
    display: block !important; }
  .xsmall--hide {
    display: none !important; }
  .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--auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: none;
    width: auto; }
  .small--expand {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    max-width: 100%;
    width: auto; }
  .small--one-whole {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .small--one-half {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .small--one-third {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .small--two-thirds {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .small--one-quarter {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .small--two-quarters {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .small--three-quarters {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .small--one-fifth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .small--two-fifths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%; }
  .small--three-fifths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%; }
  .small--four-fifths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%; }
  .small--one-sixth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .small--two-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .small--three-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .small--four-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .small--five-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .small--one-eighth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%; }
  .small--two-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .small--three-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%; }
  .small--four-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .small--five-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%; }
  .small--six-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .small--seven-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%; }
  .small--one-tenth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%; }
  .small--two-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .small--three-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%; }
  .small--four-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%; }
  .small--five-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .small--six-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%; }
  .small--seven-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%; }
  .small--eight-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%; }
  .small--nine-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%; }
  .small--one-twelfth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .small--two-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .small--three-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .small--four-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .small--five-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .small--six-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .small--seven-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .small--eight-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .small--nine-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .small--ten-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .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 {
    -webkit-box-direction: normal !important;
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .small--flex-column {
    -webkit-box-direction: normal !important;
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .small--flex-row-reverse {
    -webkit-box-direction: reverse !important;
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .small--flex-column-reverse {
    -webkit-box-direction: reverse !important;
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column-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 {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .small--flex-grow-0 {
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important;
    -ms-flex-positive: 0 !important; }
  .small--flex-grow-1 {
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important;
    -ms-flex-positive: 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 {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .small--justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .small--justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .small--justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-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 {
    align-items: flex-start !important;
    -webkit-box-align: start !important;
    -ms-flex-align: start !important; }
  .small--align-items-end {
    align-items: flex-end !important;
    -webkit-box-align: end !important;
    -ms-flex-align: end !important; }
  .small--align-items-center {
    align-items: center !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important; }
  .small--align-items-baseline {
    align-items: baseline !important;
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important; }
  .small--align-items-stretch {
    align-items: stretch !important;
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important; }
  .small--align-content-start {
    align-content: flex-start !important;
    -ms-flex-line-pack: start !important; }
  .small--align-content-end {
    align-content: flex-end !important;
    -ms-flex-line-pack: end !important; }
  .small--align-content-center {
    align-content: center !important;
    -ms-flex-line-pack: center !important; }
  .small--align-content-between {
    align-content: space-between !important;
    -ms-flex-line-pack: justify !important; }
  .small--align-content-around {
    align-content: space-around !important;
    -ms-flex-line-pack: distribute !important; }
  .small--align-content-stretch {
    align-content: stretch !important;
    -ms-flex-line-pack: stretch !important; }
  .small--align-self-auto {
    align-self: auto !important;
    -ms-flex-item-align: auto !important; }
  .small--align-self-start {
    align-self: flex-start !important;
    -ms-flex-item-align: start !important; }
  .small--align-self-end {
    align-self: flex-end !important;
    -ms-flex-item-align: end !important; }
  .small--align-self-center {
    align-self: center !important;
    -ms-flex-item-align: center !important; }
  .small--align-self-baseline {
    align-self: baseline !important;
    -ms-flex-item-align: baseline !important; }
  .small--align-self-stretch {
    align-self: stretch !important;
    -ms-flex-item-align: stretch !important; }
  .small--order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .small--order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .small--order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .small--order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .small--order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .small--order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .small--order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .small--order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .small--order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .small--order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .small--order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .small--order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .small--order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .small--order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .small--order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .small--show {
    display: block !important; }
  .small--hide {
    display: none !important; }
  .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--auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: none;
    width: auto; }
  .small-down--expand {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    max-width: 100%;
    width: auto; }
  .small-down--one-whole {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .small-down--one-half {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .small-down--one-third {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .small-down--two-thirds {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .small-down--one-quarter {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .small-down--two-quarters {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .small-down--three-quarters {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .small-down--one-fifth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .small-down--two-fifths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%; }
  .small-down--three-fifths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%; }
  .small-down--four-fifths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%; }
  .small-down--one-sixth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .small-down--two-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .small-down--three-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .small-down--four-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .small-down--five-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .small-down--one-eighth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%; }
  .small-down--two-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .small-down--three-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%; }
  .small-down--four-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .small-down--five-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%; }
  .small-down--six-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .small-down--seven-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%; }
  .small-down--one-tenth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%; }
  .small-down--two-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .small-down--three-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%; }
  .small-down--four-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%; }
  .small-down--five-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .small-down--six-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%; }
  .small-down--seven-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%; }
  .small-down--eight-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%; }
  .small-down--nine-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%; }
  .small-down--one-twelfth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .small-down--two-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .small-down--three-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .small-down--four-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .small-down--five-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .small-down--six-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .small-down--seven-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .small-down--eight-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .small-down--nine-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .small-down--ten-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .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 {
    -webkit-box-direction: normal !important;
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .small-down--flex-column {
    -webkit-box-direction: normal !important;
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .small-down--flex-row-reverse {
    -webkit-box-direction: reverse !important;
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .small-down--flex-column-reverse {
    -webkit-box-direction: reverse !important;
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column-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 {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .small-down--flex-grow-0 {
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important;
    -ms-flex-positive: 0 !important; }
  .small-down--flex-grow-1 {
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important;
    -ms-flex-positive: 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 {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .small-down--justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .small-down--justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .small-down--justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-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 {
    align-items: flex-start !important;
    -webkit-box-align: start !important;
    -ms-flex-align: start !important; }
  .small-down--align-items-end {
    align-items: flex-end !important;
    -webkit-box-align: end !important;
    -ms-flex-align: end !important; }
  .small-down--align-items-center {
    align-items: center !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important; }
  .small-down--align-items-baseline {
    align-items: baseline !important;
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important; }
  .small-down--align-items-stretch {
    align-items: stretch !important;
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important; }
  .small-down--align-content-start {
    align-content: flex-start !important;
    -ms-flex-line-pack: start !important; }
  .small-down--align-content-end {
    align-content: flex-end !important;
    -ms-flex-line-pack: end !important; }
  .small-down--align-content-center {
    align-content: center !important;
    -ms-flex-line-pack: center !important; }
  .small-down--align-content-between {
    align-content: space-between !important;
    -ms-flex-line-pack: justify !important; }
  .small-down--align-content-around {
    align-content: space-around !important;
    -ms-flex-line-pack: distribute !important; }
  .small-down--align-content-stretch {
    align-content: stretch !important;
    -ms-flex-line-pack: stretch !important; }
  .small-down--align-self-auto {
    align-self: auto !important;
    -ms-flex-item-align: auto !important; }
  .small-down--align-self-start {
    align-self: flex-start !important;
    -ms-flex-item-align: start !important; }
  .small-down--align-self-end {
    align-self: flex-end !important;
    -ms-flex-item-align: end !important; }
  .small-down--align-self-center {
    align-self: center !important;
    -ms-flex-item-align: center !important; }
  .small-down--align-self-baseline {
    align-self: baseline !important;
    -ms-flex-item-align: baseline !important; }
  .small-down--align-self-stretch {
    align-self: stretch !important;
    -ms-flex-item-align: stretch !important; }
  .small-down--order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .small-down--order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .small-down--order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .small-down--order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .small-down--order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .small-down--order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .small-down--order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .small-down--order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .small-down--order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .small-down--order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .small-down--order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .small-down--order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .small-down--order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .small-down--order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .small-down--order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .small-down--show {
    display: block !important; }
  .small-down--hide {
    display: none !important; }
  .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--auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: none;
    width: auto; }
  .small-up--expand {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    max-width: 100%;
    width: auto; }
  .small-up--one-whole {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .small-up--one-half {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .small-up--one-third {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .small-up--two-thirds {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .small-up--one-quarter {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .small-up--two-quarters {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .small-up--three-quarters {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .small-up--one-fifth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .small-up--two-fifths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%; }
  .small-up--three-fifths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%; }
  .small-up--four-fifths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%; }
  .small-up--one-sixth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .small-up--two-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .small-up--three-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .small-up--four-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .small-up--five-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .small-up--one-eighth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%; }
  .small-up--two-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .small-up--three-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%; }
  .small-up--four-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .small-up--five-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%; }
  .small-up--six-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .small-up--seven-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%; }
  .small-up--one-tenth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%; }
  .small-up--two-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .small-up--three-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%; }
  .small-up--four-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%; }
  .small-up--five-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .small-up--six-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%; }
  .small-up--seven-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%; }
  .small-up--eight-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%; }
  .small-up--nine-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%; }
  .small-up--one-twelfth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .small-up--two-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .small-up--three-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .small-up--four-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .small-up--five-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .small-up--six-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .small-up--seven-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .small-up--eight-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .small-up--nine-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .small-up--ten-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .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 {
    -webkit-box-direction: normal !important;
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .small-up--flex-column {
    -webkit-box-direction: normal !important;
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .small-up--flex-row-reverse {
    -webkit-box-direction: reverse !important;
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .small-up--flex-column-reverse {
    -webkit-box-direction: reverse !important;
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column-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 {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .small-up--flex-grow-0 {
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important;
    -ms-flex-positive: 0 !important; }
  .small-up--flex-grow-1 {
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important;
    -ms-flex-positive: 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 {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .small-up--justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .small-up--justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .small-up--justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-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 {
    align-items: flex-start !important;
    -webkit-box-align: start !important;
    -ms-flex-align: start !important; }
  .small-up--align-items-end {
    align-items: flex-end !important;
    -webkit-box-align: end !important;
    -ms-flex-align: end !important; }
  .small-up--align-items-center {
    align-items: center !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important; }
  .small-up--align-items-baseline {
    align-items: baseline !important;
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important; }
  .small-up--align-items-stretch {
    align-items: stretch !important;
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important; }
  .small-up--align-content-start {
    align-content: flex-start !important;
    -ms-flex-line-pack: start !important; }
  .small-up--align-content-end {
    align-content: flex-end !important;
    -ms-flex-line-pack: end !important; }
  .small-up--align-content-center {
    align-content: center !important;
    -ms-flex-line-pack: center !important; }
  .small-up--align-content-between {
    align-content: space-between !important;
    -ms-flex-line-pack: justify !important; }
  .small-up--align-content-around {
    align-content: space-around !important;
    -ms-flex-line-pack: distribute !important; }
  .small-up--align-content-stretch {
    align-content: stretch !important;
    -ms-flex-line-pack: stretch !important; }
  .small-up--align-self-auto {
    align-self: auto !important;
    -ms-flex-item-align: auto !important; }
  .small-up--align-self-start {
    align-self: flex-start !important;
    -ms-flex-item-align: start !important; }
  .small-up--align-self-end {
    align-self: flex-end !important;
    -ms-flex-item-align: end !important; }
  .small-up--align-self-center {
    align-self: center !important;
    -ms-flex-item-align: center !important; }
  .small-up--align-self-baseline {
    align-self: baseline !important;
    -ms-flex-item-align: baseline !important; }
  .small-up--align-self-stretch {
    align-self: stretch !important;
    -ms-flex-item-align: stretch !important; }
  .small-up--order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .small-up--order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .small-up--order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .small-up--order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .small-up--order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .small-up--order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .small-up--order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .small-up--order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .small-up--order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .small-up--order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .small-up--order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .small-up--order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .small-up--order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .small-up--order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .small-up--order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .small-up--show {
    display: block !important; }
  .small-up--hide {
    display: none !important; }
  .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--auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: none;
    width: auto; }
  .medium--expand {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    max-width: 100%;
    width: auto; }
  .medium--one-whole {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .medium--one-half {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .medium--one-third {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .medium--two-thirds {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .medium--one-quarter {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .medium--two-quarters {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .medium--three-quarters {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .medium--one-fifth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .medium--two-fifths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%; }
  .medium--three-fifths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%; }
  .medium--four-fifths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%; }
  .medium--one-sixth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .medium--two-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .medium--three-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .medium--four-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .medium--five-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .medium--one-eighth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%; }
  .medium--two-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .medium--three-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%; }
  .medium--four-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .medium--five-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%; }
  .medium--six-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .medium--seven-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%; }
  .medium--one-tenth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%; }
  .medium--two-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .medium--three-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%; }
  .medium--four-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%; }
  .medium--five-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .medium--six-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%; }
  .medium--seven-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%; }
  .medium--eight-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%; }
  .medium--nine-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%; }
  .medium--one-twelfth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .medium--two-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .medium--three-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .medium--four-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .medium--five-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .medium--six-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .medium--seven-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .medium--eight-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .medium--nine-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .medium--ten-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .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 {
    -webkit-box-direction: normal !important;
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .medium--flex-column {
    -webkit-box-direction: normal !important;
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .medium--flex-row-reverse {
    -webkit-box-direction: reverse !important;
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .medium--flex-column-reverse {
    -webkit-box-direction: reverse !important;
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column-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 {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .medium--flex-grow-0 {
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important;
    -ms-flex-positive: 0 !important; }
  .medium--flex-grow-1 {
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important;
    -ms-flex-positive: 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 {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .medium--justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .medium--justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .medium--justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-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 {
    align-items: flex-start !important;
    -webkit-box-align: start !important;
    -ms-flex-align: start !important; }
  .medium--align-items-end {
    align-items: flex-end !important;
    -webkit-box-align: end !important;
    -ms-flex-align: end !important; }
  .medium--align-items-center {
    align-items: center !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important; }
  .medium--align-items-baseline {
    align-items: baseline !important;
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important; }
  .medium--align-items-stretch {
    align-items: stretch !important;
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important; }
  .medium--align-content-start {
    align-content: flex-start !important;
    -ms-flex-line-pack: start !important; }
  .medium--align-content-end {
    align-content: flex-end !important;
    -ms-flex-line-pack: end !important; }
  .medium--align-content-center {
    align-content: center !important;
    -ms-flex-line-pack: center !important; }
  .medium--align-content-between {
    align-content: space-between !important;
    -ms-flex-line-pack: justify !important; }
  .medium--align-content-around {
    align-content: space-around !important;
    -ms-flex-line-pack: distribute !important; }
  .medium--align-content-stretch {
    align-content: stretch !important;
    -ms-flex-line-pack: stretch !important; }
  .medium--align-self-auto {
    align-self: auto !important;
    -ms-flex-item-align: auto !important; }
  .medium--align-self-start {
    align-self: flex-start !important;
    -ms-flex-item-align: start !important; }
  .medium--align-self-end {
    align-self: flex-end !important;
    -ms-flex-item-align: end !important; }
  .medium--align-self-center {
    align-self: center !important;
    -ms-flex-item-align: center !important; }
  .medium--align-self-baseline {
    align-self: baseline !important;
    -ms-flex-item-align: baseline !important; }
  .medium--align-self-stretch {
    align-self: stretch !important;
    -ms-flex-item-align: stretch !important; }
  .medium--order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .medium--order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .medium--order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .medium--order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .medium--order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .medium--order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .medium--order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .medium--order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .medium--order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .medium--order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .medium--order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .medium--order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .medium--order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .medium--order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .medium--order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .medium--show {
    display: block !important; }
  .medium--hide {
    display: none !important; }
  .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--auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: none;
    width: auto; }
  .medium-up--expand {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    max-width: 100%;
    width: auto; }
  .medium-up--one-whole {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .medium-up--one-half {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .medium-up--one-third {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .medium-up--two-thirds {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .medium-up--one-quarter {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .medium-up--two-quarters {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .medium-up--three-quarters {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .medium-up--one-fifth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .medium-up--two-fifths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%; }
  .medium-up--three-fifths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%; }
  .medium-up--four-fifths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%; }
  .medium-up--one-sixth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .medium-up--two-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .medium-up--three-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .medium-up--four-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .medium-up--five-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .medium-up--one-eighth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%; }
  .medium-up--two-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .medium-up--three-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%; }
  .medium-up--four-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .medium-up--five-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%; }
  .medium-up--six-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .medium-up--seven-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%; }
  .medium-up--one-tenth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%; }
  .medium-up--two-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .medium-up--three-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%; }
  .medium-up--four-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%; }
  .medium-up--five-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .medium-up--six-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%; }
  .medium-up--seven-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%; }
  .medium-up--eight-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%; }
  .medium-up--nine-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%; }
  .medium-up--one-twelfth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .medium-up--two-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .medium-up--three-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .medium-up--four-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .medium-up--five-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .medium-up--six-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .medium-up--seven-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .medium-up--eight-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .medium-up--nine-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .medium-up--ten-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .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 {
    -webkit-box-direction: normal !important;
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .medium-up--flex-column {
    -webkit-box-direction: normal !important;
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .medium-up--flex-row-reverse {
    -webkit-box-direction: reverse !important;
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .medium-up--flex-column-reverse {
    -webkit-box-direction: reverse !important;
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column-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 {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .medium-up--flex-grow-0 {
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important;
    -ms-flex-positive: 0 !important; }
  .medium-up--flex-grow-1 {
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important;
    -ms-flex-positive: 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 {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .medium-up--justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .medium-up--justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .medium-up--justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-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 {
    align-items: flex-start !important;
    -webkit-box-align: start !important;
    -ms-flex-align: start !important; }
  .medium-up--align-items-end {
    align-items: flex-end !important;
    -webkit-box-align: end !important;
    -ms-flex-align: end !important; }
  .medium-up--align-items-center {
    align-items: center !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important; }
  .medium-up--align-items-baseline {
    align-items: baseline !important;
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important; }
  .medium-up--align-items-stretch {
    align-items: stretch !important;
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important; }
  .medium-up--align-content-start {
    align-content: flex-start !important;
    -ms-flex-line-pack: start !important; }
  .medium-up--align-content-end {
    align-content: flex-end !important;
    -ms-flex-line-pack: end !important; }
  .medium-up--align-content-center {
    align-content: center !important;
    -ms-flex-line-pack: center !important; }
  .medium-up--align-content-between {
    align-content: space-between !important;
    -ms-flex-line-pack: justify !important; }
  .medium-up--align-content-around {
    align-content: space-around !important;
    -ms-flex-line-pack: distribute !important; }
  .medium-up--align-content-stretch {
    align-content: stretch !important;
    -ms-flex-line-pack: stretch !important; }
  .medium-up--align-self-auto {
    align-self: auto !important;
    -ms-flex-item-align: auto !important; }
  .medium-up--align-self-start {
    align-self: flex-start !important;
    -ms-flex-item-align: start !important; }
  .medium-up--align-self-end {
    align-self: flex-end !important;
    -ms-flex-item-align: end !important; }
  .medium-up--align-self-center {
    align-self: center !important;
    -ms-flex-item-align: center !important; }
  .medium-up--align-self-baseline {
    align-self: baseline !important;
    -ms-flex-item-align: baseline !important; }
  .medium-up--align-self-stretch {
    align-self: stretch !important;
    -ms-flex-item-align: stretch !important; }
  .medium-up--order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .medium-up--order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .medium-up--order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .medium-up--order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .medium-up--order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .medium-up--order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .medium-up--order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .medium-up--order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .medium-up--order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .medium-up--order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .medium-up--order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .medium-up--order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .medium-up--order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .medium-up--order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .medium-up--order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .medium-up--show {
    display: block !important; }
  .medium-up--hide {
    display: none !important; }
  .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) {
  .large-up--auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: none;
    width: auto; }
  .large-up--expand {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    max-width: 100%;
    width: auto; }
  .large-up--one-whole {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .large-up--one-half {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .large-up--one-third {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .large-up--two-thirds {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .large-up--one-quarter {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .large-up--two-quarters {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .large-up--three-quarters {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .large-up--one-fifth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .large-up--two-fifths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%; }
  .large-up--three-fifths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%; }
  .large-up--four-fifths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%; }
  .large-up--one-sixth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .large-up--two-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .large-up--three-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .large-up--four-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .large-up--five-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .large-up--one-eighth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%; }
  .large-up--two-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .large-up--three-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%; }
  .large-up--four-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .large-up--five-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%; }
  .large-up--six-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .large-up--seven-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%; }
  .large-up--one-tenth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%; }
  .large-up--two-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .large-up--three-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%; }
  .large-up--four-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%; }
  .large-up--five-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .large-up--six-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%; }
  .large-up--seven-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%; }
  .large-up--eight-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%; }
  .large-up--nine-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%; }
  .large-up--one-twelfth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .large-up--two-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .large-up--three-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .large-up--four-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .large-up--five-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .large-up--six-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .large-up--seven-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .large-up--eight-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .large-up--nine-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .large-up--ten-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .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 {
    -webkit-box-direction: normal !important;
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .large-up--flex-column {
    -webkit-box-direction: normal !important;
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .large-up--flex-row-reverse {
    -webkit-box-direction: reverse !important;
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .large-up--flex-column-reverse {
    -webkit-box-direction: reverse !important;
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column-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 {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .large-up--flex-grow-0 {
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important;
    -ms-flex-positive: 0 !important; }
  .large-up--flex-grow-1 {
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important;
    -ms-flex-positive: 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 {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .large-up--justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .large-up--justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .large-up--justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-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 {
    align-items: flex-start !important;
    -webkit-box-align: start !important;
    -ms-flex-align: start !important; }
  .large-up--align-items-end {
    align-items: flex-end !important;
    -webkit-box-align: end !important;
    -ms-flex-align: end !important; }
  .large-up--align-items-center {
    align-items: center !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important; }
  .large-up--align-items-baseline {
    align-items: baseline !important;
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important; }
  .large-up--align-items-stretch {
    align-items: stretch !important;
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important; }
  .large-up--align-content-start {
    align-content: flex-start !important;
    -ms-flex-line-pack: start !important; }
  .large-up--align-content-end {
    align-content: flex-end !important;
    -ms-flex-line-pack: end !important; }
  .large-up--align-content-center {
    align-content: center !important;
    -ms-flex-line-pack: center !important; }
  .large-up--align-content-between {
    align-content: space-between !important;
    -ms-flex-line-pack: justify !important; }
  .large-up--align-content-around {
    align-content: space-around !important;
    -ms-flex-line-pack: distribute !important; }
  .large-up--align-content-stretch {
    align-content: stretch !important;
    -ms-flex-line-pack: stretch !important; }
  .large-up--align-self-auto {
    align-self: auto !important;
    -ms-flex-item-align: auto !important; }
  .large-up--align-self-start {
    align-self: flex-start !important;
    -ms-flex-item-align: start !important; }
  .large-up--align-self-end {
    align-self: flex-end !important;
    -ms-flex-item-align: end !important; }
  .large-up--align-self-center {
    align-self: center !important;
    -ms-flex-item-align: center !important; }
  .large-up--align-self-baseline {
    align-self: baseline !important;
    -ms-flex-item-align: baseline !important; }
  .large-up--align-self-stretch {
    align-self: stretch !important;
    -ms-flex-item-align: stretch !important; }
  .large-up--order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .large-up--order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .large-up--order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .large-up--order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .large-up--order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .large-up--order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .large-up--order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .large-up--order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .large-up--order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .large-up--order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .large-up--order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .large-up--order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .large-up--order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .large-up--order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .large-up--order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .large-up--show {
    display: block !important; }
  .large-up--hide {
    display: none !important; }
  .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 (min-width: 991px) and (max-width: 1199px) {
  .large--auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: none;
    width: auto; }
  .large--expand {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    max-width: 100%;
    width: auto; }
  .large--one-whole {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .large--one-half {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .large--one-third {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .large--two-thirds {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .large--one-quarter {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .large--two-quarters {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .large--three-quarters {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .large--one-fifth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .large--two-fifths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%; }
  .large--three-fifths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%; }
  .large--four-fifths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%; }
  .large--one-sixth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .large--two-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .large--three-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .large--four-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .large--five-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .large--one-eighth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%; }
  .large--two-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .large--three-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%; }
  .large--four-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .large--five-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%; }
  .large--six-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .large--seven-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%; }
  .large--one-tenth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%; }
  .large--two-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .large--three-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%; }
  .large--four-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%; }
  .large--five-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .large--six-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%; }
  .large--seven-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%; }
  .large--eight-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%; }
  .large--nine-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%; }
  .large--one-twelfth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .large--two-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .large--three-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .large--four-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .large--five-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .large--six-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .large--seven-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .large--eight-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .large--nine-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .large--ten-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .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 {
    -webkit-box-direction: normal !important;
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .large--flex-column {
    -webkit-box-direction: normal !important;
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .large--flex-row-reverse {
    -webkit-box-direction: reverse !important;
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .large--flex-column-reverse {
    -webkit-box-direction: reverse !important;
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column-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 {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .large--flex-grow-0 {
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important;
    -ms-flex-positive: 0 !important; }
  .large--flex-grow-1 {
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important;
    -ms-flex-positive: 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 {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .large--justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .large--justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .large--justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-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 {
    align-items: flex-start !important;
    -webkit-box-align: start !important;
    -ms-flex-align: start !important; }
  .large--align-items-end {
    align-items: flex-end !important;
    -webkit-box-align: end !important;
    -ms-flex-align: end !important; }
  .large--align-items-center {
    align-items: center !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important; }
  .large--align-items-baseline {
    align-items: baseline !important;
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important; }
  .large--align-items-stretch {
    align-items: stretch !important;
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important; }
  .large--align-content-start {
    align-content: flex-start !important;
    -ms-flex-line-pack: start !important; }
  .large--align-content-end {
    align-content: flex-end !important;
    -ms-flex-line-pack: end !important; }
  .large--align-content-center {
    align-content: center !important;
    -ms-flex-line-pack: center !important; }
  .large--align-content-between {
    align-content: space-between !important;
    -ms-flex-line-pack: justify !important; }
  .large--align-content-around {
    align-content: space-around !important;
    -ms-flex-line-pack: distribute !important; }
  .large--align-content-stretch {
    align-content: stretch !important;
    -ms-flex-line-pack: stretch !important; }
  .large--align-self-auto {
    align-self: auto !important;
    -ms-flex-item-align: auto !important; }
  .large--align-self-start {
    align-self: flex-start !important;
    -ms-flex-item-align: start !important; }
  .large--align-self-end {
    align-self: flex-end !important;
    -ms-flex-item-align: end !important; }
  .large--align-self-center {
    align-self: center !important;
    -ms-flex-item-align: center !important; }
  .large--align-self-baseline {
    align-self: baseline !important;
    -ms-flex-item-align: baseline !important; }
  .large--align-self-stretch {
    align-self: stretch !important;
    -ms-flex-item-align: stretch !important; }
  .large--order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .large--order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .large--order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .large--order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .large--order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .large--order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .large--order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .large--order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .large--order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .large--order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .large--order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .large--order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .large--order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .large--order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .large--order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .large--show {
    display: block !important; }
  .large--hide {
    display: none !important; }
  .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 (min-width: 1200px) {
  .xlarge-up--auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: none;
    width: auto; }
  .xlarge-up--expand {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    max-width: 100%;
    width: auto; }
  .xlarge-up--one-whole {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .xlarge-up--one-half {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .xlarge-up--one-third {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .xlarge-up--two-thirds {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .xlarge-up--one-quarter {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .xlarge-up--two-quarters {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .xlarge-up--three-quarters {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .xlarge-up--one-fifth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .xlarge-up--two-fifths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%; }
  .xlarge-up--three-fifths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%; }
  .xlarge-up--four-fifths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%; }
  .xlarge-up--one-sixth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .xlarge-up--two-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .xlarge-up--three-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .xlarge-up--four-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .xlarge-up--five-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .xlarge-up--one-eighth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%; }
  .xlarge-up--two-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .xlarge-up--three-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%; }
  .xlarge-up--four-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .xlarge-up--five-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%; }
  .xlarge-up--six-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .xlarge-up--seven-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%; }
  .xlarge-up--one-tenth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%; }
  .xlarge-up--two-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .xlarge-up--three-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%; }
  .xlarge-up--four-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%; }
  .xlarge-up--five-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .xlarge-up--six-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%; }
  .xlarge-up--seven-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%; }
  .xlarge-up--eight-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%; }
  .xlarge-up--nine-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%; }
  .xlarge-up--one-twelfth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .xlarge-up--two-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .xlarge-up--three-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .xlarge-up--four-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .xlarge-up--five-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .xlarge-up--six-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .xlarge-up--seven-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .xlarge-up--eight-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .xlarge-up--nine-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .xlarge-up--ten-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .xlarge-up--eleven-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .xlarge-up--flex-row {
    -webkit-box-direction: normal !important;
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .xlarge-up--flex-column {
    -webkit-box-direction: normal !important;
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .xlarge-up--flex-row-reverse {
    -webkit-box-direction: reverse !important;
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .xlarge-up--flex-column-reverse {
    -webkit-box-direction: reverse !important;
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .xlarge-up--flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .xlarge-up--flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .xlarge-up--flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .xlarge-up--flex-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .xlarge-up--flex-grow-0 {
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important;
    -ms-flex-positive: 0 !important; }
  .xlarge-up--flex-grow-1 {
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important;
    -ms-flex-positive: 1 !important; }
  .xlarge-up--flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .xlarge-up--flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .xlarge-up--justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .xlarge-up--justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .xlarge-up--justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .xlarge-up--justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .xlarge-up--justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .xlarge-up--align-items-start {
    align-items: flex-start !important;
    -webkit-box-align: start !important;
    -ms-flex-align: start !important; }
  .xlarge-up--align-items-end {
    align-items: flex-end !important;
    -webkit-box-align: end !important;
    -ms-flex-align: end !important; }
  .xlarge-up--align-items-center {
    align-items: center !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important; }
  .xlarge-up--align-items-baseline {
    align-items: baseline !important;
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important; }
  .xlarge-up--align-items-stretch {
    align-items: stretch !important;
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important; }
  .xlarge-up--align-content-start {
    align-content: flex-start !important;
    -ms-flex-line-pack: start !important; }
  .xlarge-up--align-content-end {
    align-content: flex-end !important;
    -ms-flex-line-pack: end !important; }
  .xlarge-up--align-content-center {
    align-content: center !important;
    -ms-flex-line-pack: center !important; }
  .xlarge-up--align-content-between {
    align-content: space-between !important;
    -ms-flex-line-pack: justify !important; }
  .xlarge-up--align-content-around {
    align-content: space-around !important;
    -ms-flex-line-pack: distribute !important; }
  .xlarge-up--align-content-stretch {
    align-content: stretch !important;
    -ms-flex-line-pack: stretch !important; }
  .xlarge-up--align-self-auto {
    align-self: auto !important;
    -ms-flex-item-align: auto !important; }
  .xlarge-up--align-self-start {
    align-self: flex-start !important;
    -ms-flex-item-align: start !important; }
  .xlarge-up--align-self-end {
    align-self: flex-end !important;
    -ms-flex-item-align: end !important; }
  .xlarge-up--align-self-center {
    align-self: center !important;
    -ms-flex-item-align: center !important; }
  .xlarge-up--align-self-baseline {
    align-self: baseline !important;
    -ms-flex-item-align: baseline !important; }
  .xlarge-up--align-self-stretch {
    align-self: stretch !important;
    -ms-flex-item-align: stretch !important; }
  .xlarge-up--order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .xlarge-up--order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .xlarge-up--order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .xlarge-up--order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .xlarge-up--order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .xlarge-up--order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .xlarge-up--order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .xlarge-up--order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .xlarge-up--order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .xlarge-up--order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .xlarge-up--order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .xlarge-up--order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .xlarge-up--order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .xlarge-up--order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .xlarge-up--order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .xlarge-up--show {
    display: block !important; }
  .xlarge-up--hide {
    display: none !important; }
  .xlarge-up--text-left {
    text-align: left !important; }
  .xlarge-up--text-right {
    text-align: right !important; }
  .xlarge-up--text-center {
    text-align: center !important; } }

@media only screen and (max-width: 1399px) {
  .xlarge-down--auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: none;
    width: auto; }
  .xlarge-down--expand {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    max-width: 100%;
    width: auto; }
  .xlarge-down--one-whole {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .xlarge-down--one-half {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .xlarge-down--one-third {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .xlarge-down--two-thirds {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .xlarge-down--one-quarter {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .xlarge-down--two-quarters {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .xlarge-down--three-quarters {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .xlarge-down--one-fifth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .xlarge-down--two-fifths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%; }
  .xlarge-down--three-fifths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%; }
  .xlarge-down--four-fifths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%; }
  .xlarge-down--one-sixth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .xlarge-down--two-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .xlarge-down--three-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .xlarge-down--four-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .xlarge-down--five-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .xlarge-down--one-eighth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%; }
  .xlarge-down--two-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .xlarge-down--three-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%; }
  .xlarge-down--four-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .xlarge-down--five-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%; }
  .xlarge-down--six-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .xlarge-down--seven-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%; }
  .xlarge-down--one-tenth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%; }
  .xlarge-down--two-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .xlarge-down--three-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%; }
  .xlarge-down--four-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%; }
  .xlarge-down--five-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .xlarge-down--six-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%; }
  .xlarge-down--seven-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%; }
  .xlarge-down--eight-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%; }
  .xlarge-down--nine-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%; }
  .xlarge-down--one-twelfth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .xlarge-down--two-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .xlarge-down--three-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .xlarge-down--four-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .xlarge-down--five-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .xlarge-down--six-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .xlarge-down--seven-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .xlarge-down--eight-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .xlarge-down--nine-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .xlarge-down--ten-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .xlarge-down--eleven-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .xlarge-down--flex-row {
    -webkit-box-direction: normal !important;
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .xlarge-down--flex-column {
    -webkit-box-direction: normal !important;
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .xlarge-down--flex-row-reverse {
    -webkit-box-direction: reverse !important;
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .xlarge-down--flex-column-reverse {
    -webkit-box-direction: reverse !important;
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .xlarge-down--flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .xlarge-down--flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .xlarge-down--flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .xlarge-down--flex-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .xlarge-down--flex-grow-0 {
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important;
    -ms-flex-positive: 0 !important; }
  .xlarge-down--flex-grow-1 {
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important;
    -ms-flex-positive: 1 !important; }
  .xlarge-down--flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .xlarge-down--flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .xlarge-down--justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .xlarge-down--justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .xlarge-down--justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .xlarge-down--justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .xlarge-down--justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .xlarge-down--align-items-start {
    align-items: flex-start !important;
    -webkit-box-align: start !important;
    -ms-flex-align: start !important; }
  .xlarge-down--align-items-end {
    align-items: flex-end !important;
    -webkit-box-align: end !important;
    -ms-flex-align: end !important; }
  .xlarge-down--align-items-center {
    align-items: center !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important; }
  .xlarge-down--align-items-baseline {
    align-items: baseline !important;
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important; }
  .xlarge-down--align-items-stretch {
    align-items: stretch !important;
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important; }
  .xlarge-down--align-content-start {
    align-content: flex-start !important;
    -ms-flex-line-pack: start !important; }
  .xlarge-down--align-content-end {
    align-content: flex-end !important;
    -ms-flex-line-pack: end !important; }
  .xlarge-down--align-content-center {
    align-content: center !important;
    -ms-flex-line-pack: center !important; }
  .xlarge-down--align-content-between {
    align-content: space-between !important;
    -ms-flex-line-pack: justify !important; }
  .xlarge-down--align-content-around {
    align-content: space-around !important;
    -ms-flex-line-pack: distribute !important; }
  .xlarge-down--align-content-stretch {
    align-content: stretch !important;
    -ms-flex-line-pack: stretch !important; }
  .xlarge-down--align-self-auto {
    align-self: auto !important;
    -ms-flex-item-align: auto !important; }
  .xlarge-down--align-self-start {
    align-self: flex-start !important;
    -ms-flex-item-align: start !important; }
  .xlarge-down--align-self-end {
    align-self: flex-end !important;
    -ms-flex-item-align: end !important; }
  .xlarge-down--align-self-center {
    align-self: center !important;
    -ms-flex-item-align: center !important; }
  .xlarge-down--align-self-baseline {
    align-self: baseline !important;
    -ms-flex-item-align: baseline !important; }
  .xlarge-down--align-self-stretch {
    align-self: stretch !important;
    -ms-flex-item-align: stretch !important; }
  .xlarge-down--order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .xlarge-down--order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .xlarge-down--order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .xlarge-down--order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .xlarge-down--order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .xlarge-down--order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .xlarge-down--order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .xlarge-down--order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .xlarge-down--order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .xlarge-down--order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .xlarge-down--order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .xlarge-down--order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .xlarge-down--order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .xlarge-down--order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .xlarge-down--order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .xlarge-down--show {
    display: block !important; }
  .xlarge-down--hide {
    display: none !important; }
  .xlarge-down--text-left {
    text-align: left !important; }
  .xlarge-down--text-right {
    text-align: right !important; }
  .xlarge-down--text-center {
    text-align: center !important; } }

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .xlarge--auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: none;
    width: auto; }
  .xlarge--expand {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    max-width: 100%;
    width: auto; }
  .xlarge--one-whole {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .xlarge--one-half {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .xlarge--one-third {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .xlarge--two-thirds {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .xlarge--one-quarter {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .xlarge--two-quarters {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .xlarge--three-quarters {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .xlarge--one-fifth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .xlarge--two-fifths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%; }
  .xlarge--three-fifths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%; }
  .xlarge--four-fifths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%; }
  .xlarge--one-sixth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .xlarge--two-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .xlarge--three-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .xlarge--four-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .xlarge--five-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .xlarge--one-eighth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%; }
  .xlarge--two-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .xlarge--three-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%; }
  .xlarge--four-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .xlarge--five-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%; }
  .xlarge--six-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .xlarge--seven-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%; }
  .xlarge--one-tenth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%; }
  .xlarge--two-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .xlarge--three-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%; }
  .xlarge--four-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%; }
  .xlarge--five-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .xlarge--six-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%; }
  .xlarge--seven-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%; }
  .xlarge--eight-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%; }
  .xlarge--nine-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%; }
  .xlarge--one-twelfth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .xlarge--two-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .xlarge--three-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .xlarge--four-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .xlarge--five-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .xlarge--six-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .xlarge--seven-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .xlarge--eight-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .xlarge--nine-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .xlarge--ten-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .xlarge--eleven-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .xlarge--flex-row {
    -webkit-box-direction: normal !important;
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .xlarge--flex-column {
    -webkit-box-direction: normal !important;
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .xlarge--flex-row-reverse {
    -webkit-box-direction: reverse !important;
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .xlarge--flex-column-reverse {
    -webkit-box-direction: reverse !important;
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .xlarge--flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .xlarge--flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .xlarge--flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .xlarge--flex-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .xlarge--flex-grow-0 {
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important;
    -ms-flex-positive: 0 !important; }
  .xlarge--flex-grow-1 {
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important;
    -ms-flex-positive: 1 !important; }
  .xlarge--flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .xlarge--flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .xlarge--justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .xlarge--justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .xlarge--justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .xlarge--justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .xlarge--justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .xlarge--align-items-start {
    align-items: flex-start !important;
    -webkit-box-align: start !important;
    -ms-flex-align: start !important; }
  .xlarge--align-items-end {
    align-items: flex-end !important;
    -webkit-box-align: end !important;
    -ms-flex-align: end !important; }
  .xlarge--align-items-center {
    align-items: center !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important; }
  .xlarge--align-items-baseline {
    align-items: baseline !important;
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important; }
  .xlarge--align-items-stretch {
    align-items: stretch !important;
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important; }
  .xlarge--align-content-start {
    align-content: flex-start !important;
    -ms-flex-line-pack: start !important; }
  .xlarge--align-content-end {
    align-content: flex-end !important;
    -ms-flex-line-pack: end !important; }
  .xlarge--align-content-center {
    align-content: center !important;
    -ms-flex-line-pack: center !important; }
  .xlarge--align-content-between {
    align-content: space-between !important;
    -ms-flex-line-pack: justify !important; }
  .xlarge--align-content-around {
    align-content: space-around !important;
    -ms-flex-line-pack: distribute !important; }
  .xlarge--align-content-stretch {
    align-content: stretch !important;
    -ms-flex-line-pack: stretch !important; }
  .xlarge--align-self-auto {
    align-self: auto !important;
    -ms-flex-item-align: auto !important; }
  .xlarge--align-self-start {
    align-self: flex-start !important;
    -ms-flex-item-align: start !important; }
  .xlarge--align-self-end {
    align-self: flex-end !important;
    -ms-flex-item-align: end !important; }
  .xlarge--align-self-center {
    align-self: center !important;
    -ms-flex-item-align: center !important; }
  .xlarge--align-self-baseline {
    align-self: baseline !important;
    -ms-flex-item-align: baseline !important; }
  .xlarge--align-self-stretch {
    align-self: stretch !important;
    -ms-flex-item-align: stretch !important; }
  .xlarge--order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .xlarge--order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .xlarge--order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .xlarge--order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .xlarge--order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .xlarge--order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .xlarge--order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .xlarge--order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .xlarge--order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .xlarge--order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .xlarge--order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .xlarge--order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .xlarge--order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .xlarge--order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .xlarge--order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .xlarge--show {
    display: block !important; }
  .xlarge--hide {
    display: none !important; }
  .xlarge--text-left {
    text-align: left !important; }
  .xlarge--text-right {
    text-align: right !important; }
  .xlarge--text-center {
    text-align: center !important; } }

@media only screen and (max-width: 990px) {
  .medium-down--auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: none;
    width: auto; }
  .medium-down--expand {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    max-width: 100%;
    width: auto; }
  .medium-down--one-whole {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .medium-down--one-half {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .medium-down--one-third {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .medium-down--two-thirds {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .medium-down--one-quarter {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .medium-down--two-quarters {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .medium-down--three-quarters {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .medium-down--one-fifth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .medium-down--two-fifths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%; }
  .medium-down--three-fifths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%; }
  .medium-down--four-fifths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%; }
  .medium-down--one-sixth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .medium-down--two-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .medium-down--three-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .medium-down--four-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .medium-down--five-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .medium-down--one-eighth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%; }
  .medium-down--two-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .medium-down--three-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%; }
  .medium-down--four-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .medium-down--five-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%; }
  .medium-down--six-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .medium-down--seven-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%; }
  .medium-down--one-tenth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%; }
  .medium-down--two-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .medium-down--three-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%; }
  .medium-down--four-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%; }
  .medium-down--five-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .medium-down--six-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%; }
  .medium-down--seven-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%; }
  .medium-down--eight-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%; }
  .medium-down--nine-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%; }
  .medium-down--one-twelfth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .medium-down--two-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .medium-down--three-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .medium-down--four-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .medium-down--five-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .medium-down--six-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .medium-down--seven-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .medium-down--eight-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .medium-down--nine-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .medium-down--ten-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .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 {
    -webkit-box-direction: normal !important;
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .medium-down--flex-column {
    -webkit-box-direction: normal !important;
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .medium-down--flex-row-reverse {
    -webkit-box-direction: reverse !important;
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .medium-down--flex-column-reverse {
    -webkit-box-direction: reverse !important;
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column-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 {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .medium-down--flex-grow-0 {
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important;
    -ms-flex-positive: 0 !important; }
  .medium-down--flex-grow-1 {
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important;
    -ms-flex-positive: 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 {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .medium-down--justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .medium-down--justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .medium-down--justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-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 {
    align-items: flex-start !important;
    -webkit-box-align: start !important;
    -ms-flex-align: start !important; }
  .medium-down--align-items-end {
    align-items: flex-end !important;
    -webkit-box-align: end !important;
    -ms-flex-align: end !important; }
  .medium-down--align-items-center {
    align-items: center !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important; }
  .medium-down--align-items-baseline {
    align-items: baseline !important;
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important; }
  .medium-down--align-items-stretch {
    align-items: stretch !important;
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important; }
  .medium-down--align-content-start {
    align-content: flex-start !important;
    -ms-flex-line-pack: start !important; }
  .medium-down--align-content-end {
    align-content: flex-end !important;
    -ms-flex-line-pack: end !important; }
  .medium-down--align-content-center {
    align-content: center !important;
    -ms-flex-line-pack: center !important; }
  .medium-down--align-content-between {
    align-content: space-between !important;
    -ms-flex-line-pack: justify !important; }
  .medium-down--align-content-around {
    align-content: space-around !important;
    -ms-flex-line-pack: distribute !important; }
  .medium-down--align-content-stretch {
    align-content: stretch !important;
    -ms-flex-line-pack: stretch !important; }
  .medium-down--align-self-auto {
    align-self: auto !important;
    -ms-flex-item-align: auto !important; }
  .medium-down--align-self-start {
    align-self: flex-start !important;
    -ms-flex-item-align: start !important; }
  .medium-down--align-self-end {
    align-self: flex-end !important;
    -ms-flex-item-align: end !important; }
  .medium-down--align-self-center {
    align-self: center !important;
    -ms-flex-item-align: center !important; }
  .medium-down--align-self-baseline {
    align-self: baseline !important;
    -ms-flex-item-align: baseline !important; }
  .medium-down--align-self-stretch {
    align-self: stretch !important;
    -ms-flex-item-align: stretch !important; }
  .medium-down--order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .medium-down--order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .medium-down--order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .medium-down--order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .medium-down--order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .medium-down--order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .medium-down--order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .medium-down--order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .medium-down--order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .medium-down--order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .medium-down--order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .medium-down--order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .medium-down--order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .medium-down--order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .medium-down--order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .medium-down--show {
    display: block !important; }
  .medium-down--hide {
    display: none !important; }
  .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: 1400px) {
  .widescreen--auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: none;
    width: auto; }
  .widescreen--expand {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    max-width: 100%;
    width: auto; }
  .widescreen--one-whole {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .widescreen--one-half {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .widescreen--one-third {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .widescreen--two-thirds {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .widescreen--one-quarter {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .widescreen--two-quarters {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .widescreen--three-quarters {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .widescreen--one-fifth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .widescreen--two-fifths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%; }
  .widescreen--three-fifths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%; }
  .widescreen--four-fifths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%; }
  .widescreen--one-sixth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .widescreen--two-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .widescreen--three-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .widescreen--four-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .widescreen--five-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .widescreen--one-eighth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%; }
  .widescreen--two-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .widescreen--three-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%; }
  .widescreen--four-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .widescreen--five-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%; }
  .widescreen--six-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .widescreen--seven-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%; }
  .widescreen--one-tenth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%; }
  .widescreen--two-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .widescreen--three-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%; }
  .widescreen--four-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%; }
  .widescreen--five-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .widescreen--six-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%; }
  .widescreen--seven-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%; }
  .widescreen--eight-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%; }
  .widescreen--nine-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%; }
  .widescreen--one-twelfth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .widescreen--two-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .widescreen--three-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .widescreen--four-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .widescreen--five-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .widescreen--six-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .widescreen--seven-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .widescreen--eight-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .widescreen--nine-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .widescreen--ten-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .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 {
    -webkit-box-direction: normal !important;
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .widescreen--flex-column {
    -webkit-box-direction: normal !important;
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .widescreen--flex-row-reverse {
    -webkit-box-direction: reverse !important;
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .widescreen--flex-column-reverse {
    -webkit-box-direction: reverse !important;
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column-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 {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .widescreen--flex-grow-0 {
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important;
    -ms-flex-positive: 0 !important; }
  .widescreen--flex-grow-1 {
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important;
    -ms-flex-positive: 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 {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .widescreen--justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .widescreen--justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .widescreen--justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-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 {
    align-items: flex-start !important;
    -webkit-box-align: start !important;
    -ms-flex-align: start !important; }
  .widescreen--align-items-end {
    align-items: flex-end !important;
    -webkit-box-align: end !important;
    -ms-flex-align: end !important; }
  .widescreen--align-items-center {
    align-items: center !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important; }
  .widescreen--align-items-baseline {
    align-items: baseline !important;
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important; }
  .widescreen--align-items-stretch {
    align-items: stretch !important;
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important; }
  .widescreen--align-content-start {
    align-content: flex-start !important;
    -ms-flex-line-pack: start !important; }
  .widescreen--align-content-end {
    align-content: flex-end !important;
    -ms-flex-line-pack: end !important; }
  .widescreen--align-content-center {
    align-content: center !important;
    -ms-flex-line-pack: center !important; }
  .widescreen--align-content-between {
    align-content: space-between !important;
    -ms-flex-line-pack: justify !important; }
  .widescreen--align-content-around {
    align-content: space-around !important;
    -ms-flex-line-pack: distribute !important; }
  .widescreen--align-content-stretch {
    align-content: stretch !important;
    -ms-flex-line-pack: stretch !important; }
  .widescreen--align-self-auto {
    align-self: auto !important;
    -ms-flex-item-align: auto !important; }
  .widescreen--align-self-start {
    align-self: flex-start !important;
    -ms-flex-item-align: start !important; }
  .widescreen--align-self-end {
    align-self: flex-end !important;
    -ms-flex-item-align: end !important; }
  .widescreen--align-self-center {
    align-self: center !important;
    -ms-flex-item-align: center !important; }
  .widescreen--align-self-baseline {
    align-self: baseline !important;
    -ms-flex-item-align: baseline !important; }
  .widescreen--align-self-stretch {
    align-self: stretch !important;
    -ms-flex-item-align: stretch !important; }
  .widescreen--order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .widescreen--order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .widescreen--order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .widescreen--order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .widescreen--order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .widescreen--order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .widescreen--order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .widescreen--order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .widescreen--order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .widescreen--order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .widescreen--order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .widescreen--order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .widescreen--order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .widescreen--order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .widescreen--order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .widescreen--show {
    display: block !important; }
  .widescreen--hide {
    display: none !important; }
  .widescreen--text-left {
    text-align: left !important; }
  .widescreen--text-right {
    text-align: right !important; }
  .widescreen--text-center {
    text-align: center !important; } }

/*================ Build Grid Push Classes ================*/
/*================ Special Grid Classes (only add to "grid" element) ================*/
/* Gutterless grids have all the properties of regular grids, minus any spacing. */
.grid--full {
  margin-left: 0;
  width: 100% !important; }
  .grid--full > .grid__item {
    padding-left: 0; }

/* Extra large gutters. */
.grid--double-gutter {
  margin-left: -44px; }
  .grid--double-gutter > .grid__item {
    padding-left: 44px; }

/* Reverse the direction on desktop */
.grid--rev {
  flex-direction: row-reverse; }

@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); } }

.form-field {
  margin-bottom: 16px; }
  @media only screen and (min-width: 768px) {
    .form-field {
      margin-bottom: 30px; } }

.form-input,
.form-select {
  background-color: #fff;
  border-color: #010066;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  color: #000050;
  font-family: "Roboto Flex", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  height: 45px;
  letter-spacing: 0;
  outline: 0 none;
  padding: 0 15px;
  width: 100%; }
  .form-input.placeholder,
  .form-select.placeholder {
    color: #27323F; }
  .form-input:-moz-placeholder,
  .form-select:-moz-placeholder {
    color: #27323F; }
  .form-input::-moz-placeholder,
  .form-select::-moz-placeholder {
    color: #27323F; }
  .form-input:-ms-input-placeholder,
  .form-select:-ms-input-placeholder {
    color: #27323F; }
  .form-input::-webkit-input-placeholder,
  .form-select::-webkit-input-placeholder {
    color: #27323F; }

.form-input:focus, .form-input:active {
  background-color: #fff;
  border-color: #C00000; }

.form-input::placeholder {
  color: #58595B; }

.gift-card-page {
  margin: auto; }
  @media screen and (min-width: 688px) {
    .gift-card-page {
      max-width: 50%; } }
  @media screen and (max-width: 687px) {
    .gift-card-page {
      max-width: 300px; } }

.gift-card-balance-button {
  height: 45px !important; }
  @media screen and (min-width: 490px) {
    .gift-card-balance-button {
      position: absolute !important;
      margin-left: 10px; } }

textarea.form-input {
  padding-top: 6px; }

textarea[rows] {
  height: auto;
  width: 100%; }

.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(0, 0, 0, 0.999)' /%3E%3C/svg%3E");
  background-position: right 1px top 10px;
  background-repeat: no-repeat;
  border-radius: 0;
  padding: 0 24px 0 12px; }

.form-label {
  display: inline-block;
  font-weight: 400;
  margin-bottom: 10px; }

label[for] {
  cursor: pointer; }

.form-label--inlineSmall {
  display: block;
  margin-bottom: 10px; }
  .form-label--inlineSmall small {
    color: #010066;
    float: none;
    font-size: inherit;
    font-weight: 400;
    margin-left: 5px;
    text-transform: none; }

.form--hiddenLabels .form-label {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

.form-inlineMessage {
  display: block; }

.form-field--error .form-input {
  float: none; }

.form-field--error .form-inlineMessage {
  color: #FA5E5E;
  font-size: 14px; }
  .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(250, 94, 94, 0.999)' /%3E%3C/svg%3E") no-repeat;
    background-size: 100%;
    content: "";
    display: inline-block;
    height: 14px;
    left: -2px;
    margin-right: 1px;
    position: relative;
    top: 3px;
    width: 14px; }

.form-field--success .form-input[type="text"] {
  padding-right: 40px;
  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(0, 169, 8, 0.999)' /%3E%3C/svg%3E");
  background-position: right 9px center;
  background-repeat: no-repeat; }

.form-field--success .form-input[name="credit_card_number"] {
  background-position: right 30px center; }

.form-field--success .form-input[name="cvv"] {
  background-position: right 30px center; }

.form-checkbox,
.form-radio {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }
  .form-checkbox + .form-label:last-child,
  .form-radio + .form-label:last-child {
    display: block;
    margin-bottom: -4px; }
  .form-checkbox + .form-label::after,
  .form-radio + .form-label::after {
    background-color: #fff;
    background-image: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border: 1px solid #F1F1F1;
    content: "";
    display: inline-block;
    height: 15px;
    margin-left: 5px;
    position: relative;
    top: 2px;
    width: 15px; }
  .form-checkbox:checked + .form-label::after,
  .form-radio:checked + .form-label::after {
    background-color: #010066; }

.form-checkbox:checked + .form-label::after {
  background-color: transparent;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' width='9' height='7' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 9 7' xml:space='preserve' fill='$checkmark-color'%3E%3Cpath d='M8.8,0.2c0.3,0.3,0.3,0.8,0,1.1L3.7,6.8c-0.3,0.3-0.8,0.3-1.1,0L0.2,4.2c-0.3-0.3-0.3-0.8,0-1.1c0.3-0.3,0.8-0.3,1.1,0l1.9,2l4.5-4.8C8-0.1,8.5-0.1,8.8,0.2'/%3E%3C/svg%3E"); }

.form-actions {
  display: block;
  text-align: center; }
  .form-actions .button,
  .form-actions input,
  .form-actions a {
    margin: 0 5px 10px;
    vertical-align: top; }

.form-label--alternate {
  margin-bottom: 10px; }

.form-select--date {
  width: initial; }
  .form-select--date + .form-select--date {
    margin-left: 5px; }

.form-select--small,
.form-select--date {
  background-position: right 5px top 7px;
  background-size: 18px;
  font-size: 1em;
  height: 35px;
  line-height: 16px;
  max-width: 320px;
  padding: 4px 7px;
  padding-right: 20px; }

.form-select--short {
  max-width: 96px;
  width: 72px; }

.form-file {
  margin-bottom: 7px; }

.form-fileDescription {
  font-size: 14px; }

.form-field-group {
  border: 1px solid #010066;
  border-radius: 0;
  padding: 20px; }

.form-prefixPostfix {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px; }
  @media only screen and (min-width: 1400px) {
    .form-prefixPostfix {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; } }
  .form-prefixPostfix .button {
    height: 45px;
    line-height: 45px; }
  .form-prefixPostfix.wrap {
    flex-wrap: wrap; }
  .form-prefixPostfix .form-input,
  .form-prefixPostfix .button {
    display: block;
    width: 100%; }
  @media only screen and (min-width: 991px) {
    .form-prefixPostfix .form-input {
      width: auto; } }
  @media only screen and (min-width: 1400px) {
    .form-prefixPostfix .button {
      width: auto; } }
  .form-prefixPostfix .form-inlineMessage {
    margin-bottom: 5px; }
    @media only screen and (min-width: 991px) {
      .form-prefixPostfix .form-inlineMessage {
        margin-bottom: 0; } }

.form-prefixPostfix-button--postfix {
  margin: 10px 0 0;
  order: 1; }
  @media only screen and (min-width: 991px) {
    .form-prefixPostfix-button--postfix {
      margin: 0;
      order: 0; } }

.form-field--increments {
  display: block;
  margin-bottom: 0;
  min-width: 230px; }
  .form-field--increments label {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 10px;
    vertical-align: middle; }
  .form-field--increments .form-increments-wrap {
    display: inline-block;
    vertical-align: middle; }

.form-increment > div {
  display: inline-block;
  vertical-align: middle;
  width: 75px; }
  .form-increment > div.increment-input-wrap {
    margin-left: -4px;
    margin-right: -4px; }
    .form-increment > div.increment-input-wrap .form-input {
      border-left-width: 0;
      border-right-width: 0;
      border-color: #010066; }
  .form-increment > div.increment-button-wrap .button {
    border-width: 1px;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%; }
  .form-increment > div.increment-button-wrap .icon {
    height: 15px;
    width: 15px; }

.form-input--incrementTotal {
  color: #000050;
  display: block;
  font-size: 16px;
  height: 48px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  text-align: center;
  width: 100%; }
  .form-input--incrementTotal, .form-input--incrementTotal:focus {
    background: #fff; }

.form-option {
  border: 1px solid #010066;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  margin-bottom: 15px;
  margin-right: 20px;
  padding: 3px;
  transition: all 0.15s ease; }
  .form-option:hover,
  .form-radio:checked + .form-option, .form-option.selected {
    border-color: #010066; }

.form-option-variant {
  display: inline-block;
  font-size: 16px;
  min-width: 38px;
  pointer-events: none;
  text-align: center; }

.form-option-variant--color,
.form-option-variant--pattern {
  height: 22px;
  min-width: initial;
  padding: 0;
  width: 22px; }

.form-option-variant--pattern {
  background-position: center;
  background-repeat: no-repeat; }

.form-option-wrapper {
  display: inline-block;
  position: relative; }

.form-input--small {
  font-size: 14px;
  height: 35px;
  line-height: 16px;
  padding: 4px 7px; }

.form-minMaxRow {
  *zoom: 1;
  margin-left: -5px; }
  .form-minMaxRow::after {
    content: '';
    display: table;
    clear: both; }
  .form-minMaxRow .form-field {
    float: left;
    margin-bottom: 0;
    padding-left: 5px;
    width: 100px; }
    .form-minMaxRow .form-field input {
      height: 48px;
      max-width: 100%;
      padding: 0;
      padding-left: 5px; }
    .form-minMaxRow .form-field:last-child {
      width: 50%; }
  .form-minMaxRow .price-range-to_label {
    float: left;
    line-height: 48px;
    text-align: center;
    padding: 0 8px; }
  .form-minMaxRow .button {
    margin-top: 15px;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    text-transform: capitalize; }

.form-row--half {
  *zoom: 1; }
  .form-row--half::after {
    content: '';
    display: table;
    clear: both; }
  @media only screen and (min-width: 480px) {
    .form-row--half {
      margin-left: -22px; } }
  @media only screen and (min-width: 480px) {
    .form-row--half > .form-field {
      float: left;
      padding-left: 22px;
      width: 50%; }
      .form-row--half > .form-field:nth-child(odd) {
        clear: left; } }
  .form-row--half > .form-field .form-input {
    width: 100%; }

.form-row--third {
  *zoom: 1; }
  .form-row--third::after {
    content: '';
    display: table;
    clear: both; }
  @media only screen and (min-width: 480px) {
    .form-row--third {
      margin-left: -22px; } }
  @media only screen and (min-width: 480px) {
    .form-row--third > .form-field {
      float: left;
      padding-left: 22px;
      width: 33.333%; }
      .form-row--third > .form-field:nth-child(3n-2) {
        clear: left; } }
  .form-row--third > .form-field .form-input {
    width: 100%; }

[data-product-attribute] .form-option {
  overflow: hidden;
  position: relative; }
  [data-product-attribute] .form-option.unavailable {
    background-color: #fff;
    opacity: 0.2; }
    [data-product-attribute] .form-option.unavailable .form-option-expanded {
      display: none; }
  [data-product-attribute] .form-option.form-option-swatch.unavailable::before {
    top: 27px;
    left: -11px; }

[data-product-attribute="set-radio"] .unavailable,
[data-product-attribute="product-list"] .unavailable {
  opacity: 0.6;
  text-decoration: line-through; }

.form--abolute-button {
  position: relative; }
  .form--abolute-button .form-field,
  .form--abolute-button .form-input,
  .form--abolute-button .form-select {
    margin: 0;
    width: 100%; }
  .form--abolute-button .button {
    background: #010066;
    bottom: 0;
    padding: 10px 15px;
    position: absolute;
    right: 0;
    top: 0; }
    .form--abolute-button .button .icon {
      fill: #fff;
      height: 20px;
      width: 25px; }
    .form--abolute-button .button:hover .icon {
      fill: #010066; }

.form.display-flex {
  display: flex;
  width: 100%; }
  .form.display-flex .form-field,
  .form.display-flex .form-input,
  .form.display-flex .form-select {
    height: 48px;
    margin: 0;
    width: 100%; }

#FormField_30 {
  display: none; }

.dynamic-form-field--field_30 {
  display: none !important; }

:root {
  --page-width: 100vw; }

.video-wrapper {
  height: auto;
  max-width: 100%;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative; }
  .video-wrapper iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

body {
  background: #fff;
  color: #000050;
  cursor: auto;
  font-family: "Roboto Flex", Helvetica, Arial, sans-serif;
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  line-height: calc(24 / 16);
  margin: 0;
  padding: 0;
  position: relative; }

a {
  transition: color 0.15s ease; }

cite {
  line-height: calc(24 / 16);
  margin: 5px 0 0; }

h1, .h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
.standard-table th,
.banner-icp p,
.banner-icp .p,
h5,
.h5,
.cart-header-item,
h6,
.h6 {
  color: #010066;
  font-family: "Roboto Flex", Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 0;
  letter-spacing: 0px !important; }
  h1 a, .h1 a,
  h2 a,
  .h2 a,
  h3 a,
  .h3 a,
  h4 a,
  .h4 a,
  .standard-table th a,
  .banner-icp p a,
  .banner-icp .p a,
  h5 a,
  .h5 a,
  .cart-header-item a,
  h6 a,
  .h6 a {
    color: inherit; }

h1, .h1 {
  font-size: 2.2em;
  line-height: 48px; }
  @media only screen and (min-width: 768px) {
    h1, .h1 {
      font-size: 2.4em;
      line-height: 45px; } }


h2,
.h2 {
  font-size: 2.0em;
  line-height: 38px; }
  @media only screen and (min-width: 768px) {
    
    h2,
    .h2 {
      font-size: 2.2em;
      line-height: 43px; } }


h3,
.h3 {
  font-size: 1.8em;
  line-height: 34px; }
  @media only screen and (min-width: 768px) {
    
    h3,
    .h3 {
      font-size: 2em;
      line-height: 38px; } }


h4,
.h4,
.standard-table th,
.banner-icp p,
.banner-icp .p {
  font-size: 1.5em;
  font-weight: 500;
  line-height: 24px; }
  @media only screen and (min-width: 768px) {
    
    h4,
    .h4,
    .standard-table th,
    .banner-icp p,
    .banner-icp .p {
      font-size: 1.7em;
      line-height: 28px; } }


h5,
.h5,
.cart-header-item {
  font-size: 1.2em;
  font-weight: 500;
  line-height: 24px; }
  @media only screen and (min-width: 768px) {
    
    h5,
    .h5,
    .cart-header-item {
      font-size: 1.4em;
      line-height: 24px; } }


h6,
.h6 {
  font-size: 1em;
  font-weight: 400; }
  @media only screen and (min-width: 768px) {
    
    h6,
    .h6 {
      font-size: 1.2em; } }

.banner-heading {
  font-family: "Roboto Flex", Helvetica, Arial, sans-serif;
  font-size: 72px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 86px;
  text-transform: uppercase; }

.banner-content .category-title {
  font-family: "Roboto Flex", Arial, sans-serif !important;
  letter-spacing: -1px;
  font-size: 2em; }

ul,
ol,
dl,
p,
.p {
  color: #000050;
  letter-spacing: 0;
  line-height: calc(24 / 16);
  margin-top: 0;
  padding: 0; }

a {
  color: #010066;
  text-decoration: none; }
  a:hover {
    color: #010066; }

.skip-to-main-link {
  background: #fff;
  color: #000050;
  font-weight: 700;
  left: 50%;
  padding: 4px;
  position: absolute;
  text-decoration: underline;
  transform: translate(-50%, -100%);
  transition: transform 0.3s;
  z-index: 103; }
  .skip-to-main-link:focus {
    transform: translate(-50%, 0%); }

.focus-hidden:focus {
  outline: none; }

address {
  font-style: normal;
  line-height: 1.3em; }

.color-textSecondary {
  color: #010066; }

.color-secondary {
  color: #C00000; }

.rte ul,
.rte ol {
  margin-bottom: 20px;
  padding-left: 20px; }
  @media only screen and (min-width: 768px) {
    .rte ul,
    .rte ol {
      margin-bottom: 40px;
      padding-left: 40px; } }
  .rte ul ul,
  .rte ul ol,
  .rte ol ul,
  .rte ol ol {
    margin-bottom: 0; }
  .rte ul.spaced-list > li,
  .rte ol.spaced-list > li {
    margin-bottom: 22px; }
    .rte ul.spaced-list > li:last-of-type,
    .rte ol.spaced-list > li:last-of-type {
      margin-bottom: 0; }

.rte a:hover {
  text-decoration: underline; }

.rte .video-wrapper {
  margin-bottom: 22px; }

.button {
  -webkit-appearance: none;
  appearance: none;
  background-color: #010066;
  border: 0 none;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto Flex", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  height: 48px;
  letter-spacing: 0;
  line-height: 48px;
  padding: 0 33px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease;
  white-space: nowrap; }
  @media only screen and (min-width: 768px) {
    .button {
      padding: 0 65px;
      font-size: 20px;
      letter-spacing: 1px; } }
  .button svg {
    fill: currentColor; }
  .button .icon {
    height: 12px;
    width: 12px; }
  .button:hover {
    background-color: rgba(0, 0, 63, 0.8);
    color: #fff; }
  .button[disabled] {
    cursor: not-allowed;
    background-color: #808080 !important;
    color: #fff !important;
    border: 1px solid #808080; }
  .button.button--primary {
    background-color: #010066;
    color: #fff; }
    .button.button--primary:hover {
      background-color: rgba(0, 0, 63, 0.8);
      color: #fff; }
  .button.button--secondary {
    background-color: #fff;
    color: #010066;
    border: 2px solid #010066;
    line-height: 44px; }
    .button.button--secondary:hover {
      background-color: #010066;
      color: #fff; }
  .button.button--border {
    background-color: #fff;
    border: 2px solid #010066;
    color: #010066;
    line-height: 44px; }
    .button.button--border:hover {
      background-color: rgba(0, 0, 63, 0.8);
      border-color: rgba(0, 0, 63, 0.8);
      color: #fff; }
  .button.button--text {
    background-color: transparent;
    color: #010066; }
    .button.button--text:hover {
      color: #C00000; }
  .button.button--small {
    font-size: 14px;
    height: 44px;
    line-height: 44px; }
    .button.button--small.button--border {
      line-height: 42px; }
  .button.dropdown-button {
    height: auto !important;
    padding-bottom: 10px !important;
    padding-top: 10px !important; }

.button--unstyled {
  background: transparent;
  border: 0;
  color: #000050;
  height: auto;
  line-height: normal;
  padding: 0; }
  .button--unstyled:hover {
    background: transparent;
    color: #000050;
    cursor: pointer; }

.table-100 {
  display: table;
  height: 100%;
  width: 100%; }
  .table-100 > div {
    display: table-cell;
    vertical-align: middle; }

.page-banner {
  background-position: center;
  overflow: hidden;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .page-banner {
      text-align: left; } }
  .page-banner.banner-category {
    height: auto; }
  .page-banner .wrapper {
    height: 100%; }
  .page-banner :last-child {
    margin-bottom: 0; }
  .page-banner .category-title {
    margin-bottom: 30px; }
  .page-banner h1, .page-banner .h1, .page-banner p, .page-banner .p, .page-banner a {
    color: #010066; }
  .page-banner a {
    text-decoration: underline;
    text-underline-offset: 3px; }

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

.scrollable-table {
  overflow-x: auto; }

.off-canvas-wrap,
.body {
  overflow: visible !important; }

@media only screen and (min-width: 768px) {
  .sticky-sidebar {
    position: -webkit-sticky;
    /* Safari */
    position: sticky;
    top: 176px; } }

.text-uppercase {
  text-transform: uppercase; }

.full-width-link {
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2; }

.flex {
  display: flex; }

.flex-wrap {
  display: flex;
  flex-wrap: wrap; }

.body-small {
  font-size: 0.9em;
  line-height: 19px; }

.body-bold-small {
  font-size: 0.9em;
  font-weight: 500 !important; }

.body-bold-1 {
  font-size: 1em;
  font-weight: 500 !important; }

.body-bold-2 {
  font-size: 1em;
  font-weight: 600 !important; }

.discounted-price {
  color: #C00000; }

.header-logo-image-unknown-size {
  width: 278px; }

label[for=shouldSubscribe] {
  display: none !important; }

.powr-popup iframe {
  min-width: 154px; }

.new-modal-content {
  font-family: "Roboto Flex", sans-serif !important; }

.new-modal-header__title {
  color: #010066 !important;
  font-size: 1.8em !important;
  font-weight: 600 !important;
  line-height: 34px !important;
  font-family: "Roboto Flex", sans-serif !important; }

.new-modal-header__sub-title {
  font-size: 1em !important;
  font-weight: 400 !important;
  color: #010066 !important;
  font-family: "Roboto Flex", sans-serif !important; }

.new-modal-body__titleProduct {
  color: #010066 !important;
  font-size: 1em !important;
  font-weight: 500 !important;
  line-height: 24px !important;
  font-family: "Roboto Flex", sans-serif !important; }

.new-modal-body__price .price {
  color: #010066 !important;
  font-family: "Roboto Flex", sans-serif !important;
  font-size: 0.85em !important;
  line-height: 28px !important; }

.new-modal-addToCart {
  font-family: "Roboto Flex", sans-serif !important;
  color: #FFFFFF !important;
  background-color: #010066 !important;
  font-size: 1.2em !important;
  font-weight: 600 !important;
  line-height: 48px !important; }
  @media screen and (max-width: 480px) {
    .new-modal-addToCart {
      line-height: 30px !important; } }

.static-page a {
  text-decoration: underline; }

.static-page .rte ul {
  margin-bottom: 20px !important; }

.static-page .rte ul ul {
  margin-bottom: 0 !important; }

.static-page h1, .static-page .h1,
.static-page h2,
.static-page .h2,
.static-page h3,
.static-page .h3,
.static-page h4,
.static-page .h4,
.static-page .standard-table th,
.standard-table .static-page th,
.static-page .banner-icp p,
.banner-icp .static-page p,
.static-page .banner-icp .p,
.banner-icp .static-page .p,
.static-page h5,
.static-page .h5,
.static-page .cart-header-item,
.static-page h6,
.static-page .h6 {
  margin-block-end: 16px !important; }

.static-page [data-test-id="product-widget-name"] {
  color: #010066;
  font-weight: 400;
  font-size: 19px;
  letter-spacing: 1px; }

#klarna-osm::part(osm-container) {
  border-style: none !important;
  padding-left: 0px !important;
  text-align: left; }

.new-modal-body__titleProduct::after {
  height: 0px !important; }

#swymcs-wishlist-popup-buttons-container {
  padding: 0 15px !important; }

#swymcs-wishlist-lists li:last-child {
  border-bottom: none !important; }

.swymcs-list-item-image-text, .swymcs-wishlist-select-lists img {
  background: none !important; }

#swymcs-wishlist-popup-container {
  height: 450px !important;
  padding: 40px !important; }

.swymcs-wishlist-select-lists {
  padding-bottom: 10px !important;
  border: none !important; }

.swym-btn-container[data-position=default] .swym-add-to-wishlist.swym-icontext:after {
  margin-left: 25% !important; }

.swym-btn-container .swym-add-to-wishlist.swym-custom:after {
  background-size: 90% !important; }

.swym-wishlist-container-title-bar {
  border-bottom: 1px solid #010066 !important; }

#swymcs-wishlist-popup-product-image {
  height: 50px !important;
  width: 50px !important; }

.swym-wishlist-grid .swym-wishlist-item {
  height: 350px !important;
  border: 1px solid #010066 !important; }

.swym-is-button .swym-title-1 {
  color: #010066 !important;
  font-family: "Roboto Flex", Helvetica, Arial, sans-serif !important;
  white-space: normal !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.swym-wishlist-item .swym-variant-title {
  color: #010066 !important;
  font-family: "Roboto Flex", Helvetica, Arial, sans-serif !important;
  white-space: normal !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 10px !important; }

.swym-more-details-btn, .swym-nav-1, .swym-heading-2, .swym-heading-1, .swym-wishlist-link-action, .swym-wishlist-product-title, .swym-label, .swym-value, .swym-text-1, .swym-user-login-status, .swymcs-wishlist-title, .swym-save-for-later-btn {
  color: #010066 !important;
  font-family: "Roboto Flex", Helvetica, Arial, sans-serif !important; }

.swymcs-wishlist-title {
  font-size: inherit !important;
  font-size: 100%;
  font: inherit;
  line-height: 1.4em;
  vertical-align: baseline;
  box-sizing: border-box;
  border: 0;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-transform: none;
  text-align: left; }

.swym-add-all-to-cart-btn, .swym-empty-wishlist-continue-btn, .swymcs-primary-button, .swym-add-to-list-btn {
  background-color: #010066 !important;
  font-family: "Roboto Flex", Helvetica, Arial, sans-serif !important;
  font-weight: 600 !important;
  font-size: 22px !important;
  line-height: 40px !important;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  padding: 11px 32px !important;
  display: block;
  cursor: pointer; }

.swym-selected {
  border: 2px solid #010066 !important; }

.swym-select select {
  border: 1px solid #010066 !important; }

#swymcs-create-list-button, .swym-new-wishlist-btn {
  color: #010066 !important;
  border: 1px solid #010066 !important;
  font-family: "Roboto Flex", Helvetica, Arial, sans-serif !important;
  font-weight: bold;
  font-size: 14px !important;
  line-height: 16px !important;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  padding: 11px 32px;
  display: block; }

.swymcs-modify-list-button {
  font-family: "Roboto Flex", Helvetica, Arial, sans-serif !important; }

#swymcs-modify-list-button:disabled {
  background-color: #010066 !important;
  opacity: .4 !important; }

.swym-ui-component .swym-sfl-add-to-cart-btn {
  line-height: 0px !important;
  padding: 25px 20px !important; }

.swym-sfl-layout-grid .swym-sfl-card-product-item {
  border: 1px solid #010066 !important;
  padding: 15px !important; }

.swym-log-out-btn {
  background-color: #010066 !important;
  color: white !important; }

.swym-back-btn {
  color: #010066 !important; }

.swym-wishlist-context-menu-content .swym-delete {
  color: #C00000 !important; }

@media only screen and (max-width: 900px) {
  .swym-ui-component .swym-sfl-layout-grid .swym-sfl-card-product-item {
    width: 48% !important; } }

@media only screen and (max-width: 650px) {
  .swym-ui-component .swym-sfl-layout-grid .swym-sfl-card-product-item {
    width: 100% !important; } }

@font-face {
  font-family: 'nexa';
  src: url("../fonts/nexa/nexa-bold-webfont.woff2") format("woff2"), url("../fonts/nexa/nexa-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'nexa';
  src: url("../fonts/nexa/nexa-regular-webfont.woff2") format("woff2"), url("../fonts/nexa/nexa-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

.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; }

meta.foundation-version {
  font-family: "/5.5.3/"; }

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

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

meta.foundation-mq-medium {
  font-family: "/medium-up/";
  width: 40.0625em; }

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:40.0625em) and (max-width:64em)/";
  width: 40.0625em; }

meta.foundation-mq-large {
  font-family: "/large-up/";
  width: 64.0625em; }

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:64.0625em) and (max-width:90em)/";
  width: 64.0625em; }

meta.foundation-mq-xlarge {
  font-family: "/xlarge-up/";
  width: 90.0625em; }

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:90.0625em) and (max-width:120em)/";
  width: 90.0625em; }

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

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

.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%;
  *zoom: 1;
  -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::after {
    content: '';
    display: table;
    clear: both; }

.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;
  width: 100vw;
  z-index: 1001;
  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;
  width: 100vw;
  z-index: 1001;
  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;
  width: 100vw;
  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;
  width: 100vw;
  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; }

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

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

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

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

.offcanvas-overlap-left .right-off-canvas-menu {
  display: block;
  z-index: 1003; }

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

.offcanvas-overlap-right .left-off-canvas-menu {
  display: block;
  z-index: 1003; }

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

.no-csstransforms .left-off-canvas-menu {
  left: -100vw; }

.no-csstransforms .right-off-canvas-menu {
  right: -100vw; }

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

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

.no-csstransforms .move-left > .inner-wrap {
  right: 100vw; }

.no-csstransforms .move-right > .inner-wrap {
  left: 100vw; }

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

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

.left-submenu {
  -webkit-backface-visibility: hidden;
  background: #fff;
  bottom: 0;
  box-sizing: content-box;
  height: auto;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 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;
  width: 100vw;
  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; }
  .left-submenu * {
    -webkit-backface-visibility: hidden; }
  .left-submenu .back > .button {
    position: relative;
    text-align: left;
    display: block;
    width: 100%;
    background: #010066;
    border-bottom: 1px solid #F1F1F1;
    border-top: none;
    color: #010066;
    font-weight: 700;
    margin: 0;
    padding: 12px 20px;
    text-transform: uppercase; }
    .left-submenu .back > .button:hover {
      background: #010066;
      border-bottom: 1px solid #F1F1F1;
      border-top: none; }
    .left-submenu .back > .button::before {
      content: "\AB";
      margin-right: 0.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;
  background: #fff;
  bottom: 0;
  box-sizing: content-box;
  height: auto;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 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;
  width: 100vw;
  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; }
  .right-submenu * {
    -webkit-backface-visibility: hidden; }
  .right-submenu .back > .button {
    position: relative;
    text-align: left;
    display: block;
    width: 100%;
    background: #010066;
    border-bottom: 1px solid #F1F1F1;
    border-top: none;
    color: #010066;
    font-weight: 700;
    margin: 0;
    padding: 12px 20px;
    text-transform: uppercase; }
    .right-submenu .back > .button:hover {
      background: #010066;
      border-bottom: 1px solid #F1F1F1;
      border-top: none; }
    .right-submenu .back > .button::after {
      content: "\BB";
      margin-left: 0.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;
  background: #fff;
  bottom: 0;
  box-sizing: content-box;
  height: auto;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 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;
  width: 100vw;
  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%; }
  .top-submenu * {
    -webkit-backface-visibility: hidden; }
  .top-submenu .back > .button {
    position: relative;
    text-align: left;
    display: block;
    width: 100%;
    background: #010066;
    border-bottom: 1px solid #F1F1F1;
    border-top: none;
    color: #010066;
    font-weight: 700;
    margin: 0;
    padding: 12px 20px;
    text-transform: uppercase; }
    .top-submenu .back > .button:hover {
      background: #010066;
      border-bottom: 1px solid #F1F1F1;
      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;
  background: #fff;
  bottom: 0;
  box-sizing: content-box;
  height: auto;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 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;
  width: 100vw;
  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%; }
  .bottom-submenu * {
    -webkit-backface-visibility: hidden; }
  .bottom-submenu .back > .button {
    position: relative;
    text-align: left;
    display: block;
    width: 100%;
    background: #010066;
    border-bottom: 1px solid #F1F1F1;
    border-top: none;
    color: #010066;
    font-weight: 700;
    margin: 0;
    padding: 12px 20px;
    text-transform: uppercase; }
    .bottom-submenu .back > .button:hover {
      background: #010066;
      border-bottom: 1px solid #F1F1F1;
      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); }

/* Magnific Popup CSS */
.mfp-bg {
  background: #0b0b0b;
  filter: alpha(opacity=80);
  height: 100%;
  left: 0;
  opacity: 0.8;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1042; }

.mfp-wrap {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none !important;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1043; }

.mfp-container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  left: 0;
  padding: 0 8px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%; }

.mfp-container::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container::before {
  display: none; }

.mfp-content {
  display: inline-block;
  margin: 0 auto;
  position: relative;
  text-align: left;
  vertical-align: middle;
  z-index: 1045; }
  .mfp-content #MainContent {
    background: #fff;
    margin: 20px auto;
    max-width: 1100px;
    padding: 20px;
    position: relative;
    width: auto; }
  .mfp-content #newsletterPopup {
    margin-bottom: 0; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  cursor: auto;
  width: 100%; }

.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;
  left: 8px;
  margin-top: -0.8em;
  position: absolute;
  right: 8px;
  text-align: center;
  top: 50%;
  width: auto;
  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 {
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: block;
  outline: none;
  overflow: visible;
  padding: 0;
  z-index: 1046; }

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

.mfp-close {
  color: #fff;
  filter: alpha(opacity=65);
  font-family: Arial, Baskerville, monospace;
  font-size: 56px;
  font-style: normal;
  height: 44px;
  line-height: 44px;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  position: absolute;
  right: 26px;
  text-align: center;
  text-decoration: none;
  top: 30px;
  width: 44px; }

.mfp-close:hover,
.mfp-close:focus {
  filter: alpha(opacity=100);
  opacity: 1; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  padding-right: 6px;
  right: -6px;
  text-align: right;
  width: 100%; }

.mfp-counter {
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  position: absolute;
  right: 0;
  top: 0;
  white-space: nowrap; }

.mfp-arrow {
  filter: alpha(opacity=65);
  height: 110px;
  margin: 0;
  margin-top: -55px;
  opacity: 0.65;
  padding: 0;
  position: absolute;
  -webkit-tap-highlight-color: transparent;
  top: 50%;
  width: 90px; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  filter: alpha(opacity=100);
  opacity: 1; }

.mfp-arrow::before,
.mfp-arrow::after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  border: medium inset transparent;
  content: "";
  display: block;
  height: 0;
  left: 0;
  margin-left: 35px;
  margin-top: 35px;
  position: absolute;
  top: 0;
  width: 0; }

.mfp-arrow::after,
.mfp-arrow .mfp-a {
  border-bottom-width: 13px;
  border-top-width: 13px;
  top: 8px; }

.mfp-arrow::before,
.mfp-arrow .mfp-b {
  border-bottom-width: 21px;
  border-top-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 {
  border-right: 27px solid #3f3f3f;
  margin-left: 25px; }

.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-bottom: 40px;
  padding-top: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  max-width: 700px;
  width: 100%;
  min-height: 400px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
  width: 100%; }

.mfp-iframe-scaler iframe {
  background: #000;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

/* Main image in popup */
img.mfp-img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  height: auto;
  line-height: 0;
  margin: 0 auto;
  max-width: 100%;
  padding: 40px 0;
  width: auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure::after {
  background: #444;
  bottom: 40px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  content: "";
  display: block;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 40px;
  width: auto;
  z-index: -1; }

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  cursor: auto;
  left: 0;
  margin-top: -36px;
  position: absolute;
  top: 100%;
  width: 100%; }

.mfp-title {
  color: #f3f3f3;
  line-height: 18px;
  padding-right: 36px;
  text-align: left;
  word-wrap: break-word; }

.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 {
    bottom: 0;
    top: 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;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 3px 5px;
    position: fixed;
    top: auto; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    background: rgba(0, 0, 0, 0.6);
    height: 35px;
    line-height: 35px;
    padding: 0;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    width: 35px; } }

@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 {
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
  width: 600px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  padding-top: 0;
  right: 0;
  top: 0; }

.white-popup {
  background: #fff;
  margin: 20px auto;
  max-width: 1100px;
  padding: 20px;
  position: relative;
  width: auto; }

:root {
  --swiper-theme-color: #010066; }

.swiper-wrapper {
  align-items: stretch;
  list-style: none; }

.swiper-slide {
  display: flex;
  height: auto;
  justify-content: center;
  align-items: center;
  max-height: 100%; }

.table {
  margin-top: 15px; }
  .table .table-alignCenter {
    text-align: center; }
  .table .table-alignRight {
    text-align: right; }

.standard-table {
  border-collapse: collapse;
  margin: 0 auto 30px;
  width: 100%; }
  .standard-table th {
    padding-bottom: 12px;
    text-align: left; }
  .standard-table tr {
    border-bottom: 1px solid #F1F1F1; }
  .standard-table td {
    padding: 22px 0; }
    @media only screen and (max-width: 767px) {
      .standard-table td {
        font-size: 12px;
        padding: 10px 0; } }

.table-actions {
  text-align: center;
  text-align: right; }
  @media only screen and (max-width: 767px) {
    .table-actions {
      width: 100px; } }
  .table-actions .form {
    margin-bottom: 0; }
  .table-actions .button {
    display: inline-block;
    margin-bottom: 0;
    width: auto; }
    @media only screen and (max-width: 767px) {
      .table-actions .button {
        min-width: 100px;
        padding: 0; } }
    @media only screen and (min-width: 480px) {
      .table-actions .button + .button {
        margin-left: 5px; } }

.dropdown {
  left: -9999px;
  outline: none;
  position: absolute; }

.dropdown-menu {
  display: none;
  z-index: 5; }
  .dropdown-menu.is-loading .loadingOverlay {
    background: none;
    padding: 60px 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: 10px; }
  .dropdown-menu-item:last-child > a {
    padding-bottom: 25px; }
  .dropdown-menu-item > a {
    margin: 0;
    padding: 3px 15px;
    text-decoration: none; }

.form-wishlist {
  position: relative; }

.dropdown-menu-button {
  width: 100%; }
  .dropdown-menu-button.is-open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  .dropdown-menu-button .icon {
    float: right;
    margin-left: 10px; }
  .dropdown-menu-button:focus {
    z-index: 10; }

#wishlist-dropdown {
  list-style: none; }
  #wishlist-dropdown.is-open {
    background: transparent;
    left: auto !important;
    max-width: none !important;
    width: 100% !important;
    z-index: 2; }
    #wishlist-dropdown.is-open:focus {
      outline: none; }
    #wishlist-dropdown.is-open [data-wishlist] {
      border-top: none;
      margin-bottom: 0;
      width: 100%; }
    #wishlist-dropdown.is-open .button {
      border-top-left-radius: 0;
      border-top-right-radius: 0;
      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: 0;
      border-top: none;
      margin-bottom: 0; }

.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; }

.modal {
  background-color: #fff;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  display: none;
  left: 50%;
  margin: 0;
  max-height: 90%;
  max-width: 95%;
  min-height: 240px;
  outline: none;
  overflow: hidden;
  padding: 0;
  position: fixed;
  top: 50% !important;
  transform: translate(-50%, -50%);
  width: 900px;
  z-index: 1005; }

@media only screen and (min-width: 991px) {
  .modal--large {
    width: 1280px; } }

.modal--alert {
  background-color: #fff;
  border-radius: 0;
  padding: 40px 20px 20px;
  text-align: center; }
  .modal--alert .button-container {
    margin: 25px 0 0; }

.modal-header {
  border-bottom: 1px solid #F1F1F1;
  padding-left: 20px;
  padding-right: 32px; }

.modal-header-title {
  margin-bottom: 0;
  text-align: center; }

.modal-close {
  color: #000050;
  font-size: 26px;
  height: 32px;
  line-height: 32px;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center;
  text-decoration: none;
  width: 32px;
  z-index: 10; }
  .modal-close:focus:before {
    content: " ";
    position: absolute;
    top: 50%;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #313440 transparent; }
  .modal-close:focus:after {
    content: attr(title);
    padding: 4px 6px;
    background-color: #313440;
    color: white;
    position: absolute;
    font-size: 1rem;
    white-space: nowrap;
    right: 0;
    top: 100%;
    cursor: default;
    border-radius: 8px; }
  @media only screen and (min-width: 768px) {
    .modal-close {
      font-size: 32px; } }
  .modal-close:hover {
    color: #000; }
  .modal-close__aria-text {
    font-size: 0; }

.modal-body {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 30px 20px; }

.hide-content {
  opacity: 0; }

.pagination-list {
  *zoom: 1;
  margin-bottom: 20px;
  position: relative;
  text-align: center; }
  .pagination-list::after {
    content: '';
    display: table;
    clear: both; }
  .pagination-list .pagination-item {
    display: inline-block; }

.pagination-item {
  line-height: 1; }
  .pagination-item .pagination-link {
    color: inherit;
    text-decoration: none; }
  .pagination-item.pagination-item--page a {
    display: block;
    height: 26px;
    line-height: 26px;
    width: 28px; }
  .pagination-item.pagination-item--current {
    background-color: #010066;
    color: #fff; }
  .pagination-item.pagination-item--previous .gray-icon > svg, .pagination-item.pagination-item--next .gray-icon > svg {
    fill: #F1F1F1 !important; }
  .pagination-item.pagination-item--previous .icon, .pagination-item.pagination-item--next .icon {
    position: relative;
    top: 3px; }
    .pagination-item.pagination-item--previous .icon > svg, .pagination-item.pagination-item--next .icon > svg {
      height: 16px;
      width: 8px; }
  .pagination-item.pagination-item--previous {
    padding-right: 30px; }
    .pagination-item.pagination-item--previous .icon {
      margin-right: 5px; }
  .pagination-item.pagination-item--next {
    padding-left: 30px; }
    .pagination-item.pagination-item--next .icon {
      margin-left: 5px; }

.tabs {
  *zoom: 1;
  border-bottom: 1px solid #F1F1F1;
  list-style: none;
  margin: 0; }
  .tabs::after {
    content: '';
    display: table;
    clear: both; }

.tab {
  border: 0 none;
  float: none;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .tab {
      float: left;
      margin-right: 45px; } }
  .tab::after {
    background-color: #C00000;
    bottom: -1px;
    content: "";
    height: 3px;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0; }
  .tab .tab-title {
    color: inherit;
    display: block;
    padding: 10px;
    text-align: center;
    text-decoration: none; }
    @media only screen and (min-width: 768px) {
      .tab .tab-title {
        padding: 10px 20px; } }
  .tab.is-active, .tab:hover {
    color: #C00000; }
    .tab.is-active::after, .tab:hover::after {
      opacity: 1; }
    .tab.is-active .tab-title, .tab:hover .tab-title {
      color: inherit; }

.tab-content {
  display: none; }
  .tab-content.is-active {
    display: block; }

.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: 20px 0;
    visibility: visible; }

.accordion {
  box-shadow: none; }
  .accordion .navList {
    margin-bottom: 0; }

.accordion-content {
  border: 0;
  display: none; }
  .accordion-content.is-open {
    display: block;
    margin-bottom: 10px; }
    @media only screen and (min-width: 768px) {
      .accordion-content.is-open {
        margin-bottom: 20px; } }
  .accordion-content .form:only-child {
    margin-bottom: 0; }

.accordion-title {
  margin: 0;
  font-family: "Roboto Flex", Arial, sans-serif !important; }

.accordion-navigation {
  cursor: pointer;
  border-bottom: 1px solid #F1F1F1;
  display: block;
  margin-bottom: 20px;
  padding: 10px 0;
  position: relative;
  text-align: left;
  text-decoration: none;
  width: 100%; }
  .accordion-navigation .icon {
    height: 19px;
    width: 30px; }
  .accordion-navigation .accordion-navigation-actions {
    position: absolute;
    right: 17px;
    top: 15px; }
    @media only screen and (min-width: 768px) {
      .accordion-navigation .accordion-navigation-actions {
        right: 0px;
        top: 50%;
        transform: translateY(-50%); } }

.accordion-nav-clear-holder {
  position: relative; }
  .accordion-nav-clear-holder .facetedSearch-clearLink {
    font-size: 16px;
    margin: 0 10px;
    top: 7px;
    text-decoration: underline; }
    @media only screen and (min-width: 768px) {
      .accordion-nav-clear-holder .facetedSearch-clearLink {
        float: right;
        top: 0; } }

@media only screen and (min-width: 768px) {
  .accordion--navList {
    border: 0; } }

@media only screen and (min-width: 768px) {
  .sidebarBlock + .accordion--navList {
    margin-top: 10px; } }

.accordion--navList .accordion-block {
  border-bottom: 1px solid lightgray; }
  @media only screen and (min-width: 768px) {
    .accordion--navList .accordion-block {
      margin-top: 10px; } }
  @media only screen and (min-width: 991px) {
    .accordion--navList .accordion-block {
      margin-right: 15px; } }
  .accordion--navList .accordion-block:last-child {
    border-bottom: none; }

.accordion--navList .accordion-content {
  padding: 10px; }
  @media only screen and (min-width: 768px) {
    .accordion--navList .accordion-content {
      padding: 0; } }

.accordion--navList .accordion-navigation {
  margin-bottom: 0px; }
  @media only screen and (min-width: 768px) {
    .accordion--navList .accordion-navigation {
      background-position: right 0 top 50%;
      border: 0; } }
  .accordion--navList .accordion-navigation.is-open .accordion-indicator {
    transform: rotate(90deg); }

.accordion--navList .accordion-title {
  font-weight: 500;
  text-decoration: none;
  letter-spacing: -1px;
  font-size: 1.4em; }

.accordion-block:first-child {
  margin-top: 0; }
  .accordion-block:first-child .accordion-navigation {
    border-radius: 0; }

.accordion-block:last-child .accordion-navigation,
.accordion-block:last-child .accordion-content {
  border-radius: 0; }

.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: #010066;
    vertical-align: middle; }
    .accordion-navigation-actions > a:hover {
      color: #010066; }

/*
This File Contains a lot of the base styles from Cornerstone that we wanted to keep
*/
html,
body {
  height: 100%; }

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

a:hover {
  cursor: pointer; }

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

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%; }

.page {
  padding-bottom: 30px; }
  @media only screen and (min-width: 768px) {
    .page {
      padding-bottom: 50px; } }

.page-heading {
  margin-bottom: 40px;
  margin-top: 20px;
  text-align: left; }

.definitionList {
  *zoom: 1; }
  .definitionList::after {
    content: '';
    display: table;
    clear: both; }

.definitionList-key {
  color: #010066;
  float: left;
  font-weight: 400;
  margin: 0 5px 0 0; }

.definitionList-value {
  color: #010066;
  margin: 0; }

html,
body {
  height: auto; }

body.has-activeModal {
  overflow: hidden; }

figure > figcaption {
  margin-bottom: 10px; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

.loadingOverlay {
  background-color: rgba(255, 255, 255, 0.9);
  bottom: 0;
  display: none;
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 250ms ease-out;
  width: 100%;
  z-index: 5; }
  .loadingOverlay::before {
    -webkit-animation: loading 0.5s infinite cubic-bezier(0.69, 0.31, 0.56, 0.83);
    animation: loading 0.5s infinite cubic-bezier(0.69, 0.31, 0.56, 0.83);
    border: 2px solid;
    border-color: #fff #fff #989898 #989898;
    border-radius: 2.66667rem;
    content: "";
    display: block;
    height: 2.66667rem;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    width: 2.66667rem; }

.actionBar-section {
  margin-bottom: 20px; }
  @media only screen and (min-width: 768px) {
    .actionBar-section {
      margin-bottom: 0; }
      .actionBar-section .form-field {
        float: right; } }
  @media only screen and (max-width: 767px) {
    .actionBar-section .form-field {
      margin-bottom: 0; } }
  .actionBar-section .form-label {
    margin-bottom: 0;
    margin-right: 5px; }
  .actionBar-section .form-input,
  .actionBar-section .form-select {
    border: 1px solid #010066;
    width: auto; }
  .actionBar-section .form-label,
  .actionBar-section .form-input,
  .actionBar-section .form-select {
    display: inline-block; }
  .actionBar-section .form-select {
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .actionBar-section .form-select {
        width: 265px; } }

.product-listing-filter {
  font-weight: 400; }

.blocker {
  background: rgba(255, 255, 255, 0.5);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999; }

.icon svg {
  fill: currentColor;
  height: 20px;
  width: 20px; }

svg.icon {
  fill: currentColor; }

.icon--ratingEmpty,
.icon--ratingFull {
  display: inline-block; }
  .icon--ratingEmpty img,
  .icon--ratingFull img {
    width: 14px; }

.icon--ratingEmpty svg {
  fill: none;
  stroke: #C00000;
  stroke-miterlimit: 10; }

.icon--ratingFull {
  color: #C00000; }
  .icon--ratingFull svg {
    fill: currentColor;
    stroke: #C00000;
    stroke-miterlimit: 10; }

.rating--small {
  display: inline-block; }
  .rating--small .icon {
    height: 14px;
    margin-top: -3px;
    width: 14px; }

.tags {
  list-style: none;
  text-align: center; }

.tag {
  display: inline-block; }
  .tag a {
    display: inline-block; }

.videoGallery-main {
  height: 0;
  margin-bottom: 16px;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 25px;
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 54%;
  width: 100%; }
  .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; }

.video {
  display: block;
  margin-bottom: 25px;
  opacity: 0.4;
  text-decoration: none;
  transition: opacity 100ms ease-out; }
  @media only screen and (min-width: 768px) {
    .video {
      margin-bottom: 25px; } }
  .video:hover, .video.is-active {
    opacity: 1; }

.video-figure {
  margin-bottom: 10px;
  margin-right: 22px; }
  @media only screen and (min-width: 991px) {
    .video-figure {
      float: left; } }

.video-title {
  margin-bottom: 5px; }

.video-description {
  font-size: 16px;
  margin-bottom: 0; }

.alertBox {
  *zoom: 1;
  color: #4f4f4f;
  display: flex; }
  .alertBox::after {
    content: '';
    display: table;
    clear: both; }

.alertBox-icon {
  float: left;
  display: none; }
  .alertBox-icon .icon {
    height: 25px;
    width: 25px;
    color: #010066;
    font-size: 0; }
    .alertBox-icon .icon svg {
      display: block; }

.alertBox--info {
  color: #fff;
  display: flex;
  align-items: center;
  margin-bottom: 20px; }
  .alertBox--info .alertBox-message {
    margin-bottom: 0;
    text-align: center;
    max-width: 75%; }
  .alertBox--info .alertBox-close {
    padding-left: 10px; }
    .alertBox--info .alertBox-close svg {
      fill: #dfdfdf; }

.alertBox.alertBox--success .alertBox-message {
  float: left;
  margin: -5px 10px 0 5px; }

.alertBox.alertBox--dismissed {
  display: none; }

.textTruncate {
  padding-bottom: 20px;
  position: relative;
  transition: max-height 100ms ease-out; }

.js .textTruncate {
  max-height: 110px;
  overflow: hidden; }

.js .textTruncate--visible {
  max-height: 1000px; }

.textTruncate-viewMore {
  background-color: #fff;
  bottom: 0;
  padding-top: 10px;
  position: absolute;
  width: 100%; }

.quickView {
  *zoom: 1; }
  .quickView::after {
    content: '';
    display: table;
    clear: both; }

.banners {
  background-color: #010066;
  color: #fff; }
  .banners p:last-child, .banners .p:last-child {
    margin-bottom: 0; }

.banner p, .banner .p {
  line-height: inherit; }

.banner a {
  color: #fff; }

.banner + .banner {
  margin-top: 20px; }

.writeReview-productDetails .product-brand {
  display: none; }

.writeReview-form .form-input,
.writeReview-form .form-select {
  display: block;
  width: 100%; }

.writeReview-productImage-container {
  position: relative; }
  .writeReview-productImage-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%; }
  .writeReview-productImage-container img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    /* Object-fit polyfill */
    font-family: "object-fit: contain;";
    height: 100%;
    object-fit: contain; }

.inlineList--labels {
  margin-bottom: 0;
  margin-left: -10px; }
  .inlineList--labels > li {
    margin-bottom: 10px;
    margin-left: 10px; }

.maintenanceNotice {
  background-color: #999;
  box-shadow: 0 0 5px #ccc;
  color: #333;
  left: 16px;
  padding: 16px 18px;
  position: fixed;
  top: 16px;
  width: 24rem;
  z-index: 98; }
  .maintenanceNotice > :last-child {
    margin-bottom: 0; }
  .maintenanceNotice a {
    color: #333; }

.maintenanceNotice-header {
  margin: 0 0 11px; }

body.hasAdminBar {
  padding-top: 116px; }
  @media only screen and (min-width: 768px) {
    body.hasAdminBar {
      padding-top: 0; }
      body.hasAdminBar .banners {
        margin-top: 46px; }
      body.hasAdminBar .header {
        padding-top: 46px; } }
  body.hasAdminBar .header {
    padding-top: 116px; }

.adminBar {
  background-color: #fff;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.2);
  color: #626568;
  display: none;
  float: left;
  font-family: "Roboto Flex", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  height: 46px;
  left: 0;
  position: fixed;
  text-decoration: none;
  top: 0;
  width: 100%;
  z-index: 10000; }
  @media only screen and (min-width: 768px) {
    .adminBar {
      display: block; } }
  .adminBar .svg-icon {
    align-self: center;
    display: inline-flex; }
  .adminBar .svg-icon svg {
    height: 1em;
    width: 1em; }
  .adminBar .svg-icon.svg-baseline svg {
    position: relative;
    top: 0.125em; }

.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: #4b71fc;
    text-decoration: none; }

.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 {
    display: inline-block;
    position: relative; }
  .adminBar-private .tooltip .tooltiptext {
    background-color: #313440;
    border-radius: 6px;
    color: #fff;
    padding: 5px 10px;
    /* Position the tooltip text - see examples below! */
    position: absolute;
    text-align: center;
    visibility: hidden;
    width: auto;
    z-index: 1; }
  .adminBar-private .tooltip-bottom {
    left: 50%;
    margin-left: -60px;
    top: 135%; }
  .adminBar-private .tooltip:hover .tooltiptext {
    visibility: visible; }

.adminBar-links {
  margin-left: auto;
  padding-right: 5px;
  text-align: right; }
  .adminBar-links a {
    padding: 10px; }
  .adminBar-links span {
    white-space: nowrap; }

.adminBar-large {
  display: none; }
  @media only screen and (min-width: 991px) {
    .adminBar-large {
      display: initial; } }

.adminBar-close span {
  margin-bottom: 0.25em;
  margin-right: 5px;
  padding: 10px; }

.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; }

.apple-pay-checkout-button {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% 60%;
  border-radius: 4px;
  cursor: pointer;
  display: none;
  max-height: 64px;
  min-height: 32px;
  min-width: 134px;
  padding: 20px;
  background-color: #000;
  background-image: -webkit-named-image(apple-pay-logo-white); }

.apple-pay-supported .apple-pay-checkout-button {
  display: block;
  float: right; }

.apple-pay-supported .previewCartCheckout .apple-pay-checkout-button {
  display: inline-block;
  float: none; }

.previewCartCheckout .apple-pay-checkout-button {
  float: none;
  margin-top: 10px; }

.breadcrumbs {
  font-size: 0;
  margin: 20px 0;
  margin-bottom: 20px; }

.breadcrumb {
  display: inline-block;
  float: none;
  font-size: 13px;
  margin-right: 5px; }
  .breadcrumb.is-active > .breadcrumb-label {
    cursor: text;
    text-decoration: none; }
  .breadcrumb:not(:first-child)::before {
    border-right: 0.1em solid #010066;
    content: "";
    display: inline-block;
    height: 12px;
    margin: 0 5px;
    transform: rotate(15deg); }

.breadcrumb-label {
  text-decoration: underline;
  font-weight: 400; }

.sidebarBlock {
  margin-bottom: 22px;
  margin-top: 20px;
  /*.navList-action {
        &.is-selected {
            color: $color-secondary;
        }
    }*/ }
  @media only screen and (min-width: 768px) {
    .sidebarBlock {
      margin-bottom: 20px; } }
  .sidebarBlock.sidebarBlock-categoryList .navList .navList-action {
    text-decoration: underline; }
    .sidebarBlock.sidebarBlock-categoryList .navList .navList-action:hover, .sidebarBlock.sidebarBlock-categoryList .navList .navList-action.is-active {
      color: #C00000; }

.sidebarBlock-heading {
  margin-bottom: 23px; }
  .sidebarBlock-heading.sidebarBlock-category {
    text-decoration: underline; }

.swal2-popup {
  max-width: 400px;
  padding: 0;
  border-radius: 5px; }
  .swal2-popup .swal2-header {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #010066;
    height: 50px; }

.swal2-buttonswrapper .button,
.swal2-actions .button {
  min-width: 110px;
  padding: 0 10px; }
  @media only screen and (min-width: 768px) {
    .swal2-buttonswrapper .button,
    .swal2-actions .button {
      min-width: 140px; } }

.swal2-buttonswrapper .button + .button,
.swal2-actions .button + .button {
  margin-left: 14px; }

.swal2-actions {
  margin-bottom: 18px; }
  .swal2-actions button {
    text-transform: none;
    font-size: 14px;
    height: 50px; }
  .swal2-actions .swal2-confirm {
    background-color: #010066; }
  .swal2-actions .swal2-cancel {
    color: #010066;
    border: 2px solid #010066;
    background-color: #fff; }

.swal2-content {
  margin-top: 15px;
  font-size: 14px; }

.swal2-icon {
  display: flex;
  height: 25px;
  width: 25px;
  margin-top: 8px;
  margin-bottom: 0px; }
  .swal2-icon .swal2-icon-content {
    font-size: 23px; }

.swal2-warning,
.swal2-icon {
  border-color: #fff;
  color: #fff; }

.swal2-container {
  z-index: 1000; }

.swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
  width: 25px; }
  .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'], .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
    left: 0;
    top: 10px;
    right: unset; }

.search-box-wrapper {
  margin: 0 auto;
  max-width: 400px; }

.lazyload[data-bg],
.lazyloading[data-bg] {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 150px !important; }

.lazyloaded.lazy-cover[data-bg] {
  background-size: cover !important; }

.lazyload.opacity,
.lazyloading.opacity,
.lazyloaded.opacity {
  transition: opacity 400ms ease; }

.lazyload.opacity,
.lazyloading.opacity {
  opacity: 0; }

.lazyloaded.opacity {
  opacity: 1; }

#consent-manager p, #consent-manager .p {
  color: inherit; }

.paymentMethodsTitle {
  margin: 0 0 10px;
  padding: 0;
  text-transform: none;
  width: 100%; }

.paymentMethodsGrid {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
  margin-bottom: 20px; }
  .paymentMethodsGrid-item {
    padding: 10px;
    width: 100%; }
    @media only screen and (min-width: 480px) {
      .paymentMethodsGrid-item {
        width: 50%; } }

.paymentMethod {
  background-color: #e5e5e5;
  border: container("border");
  border-radius: 3px;
  display: flex;
  flex-flow: column nowrap;
  height: 100%; }
  .paymentMethod-row {
    padding: 1.5rem; }
    .paymentMethod-row:first-child {
      background-color: #fff; }
    .paymentMethod-row:last-child {
      margin-top: auto; }
    .paymentMethod-row:only-child {
      height: 100%; }
  .paymentMethod .button {
    margin-bottom: 0; }

.methodHeader {
  align-items: center;
  display: flex;
  flex-flow: row;
  justify-content: space-between; }
  .methodHeader-icon {
    margin-right: 10px;
    width: 28px; }
    @media only screen and (min-width: 991px) {
      .methodHeader-icon {
        width: 42px; } }
  .methodHeader-title {
    font-size: fontSize("smallest");
    font-weight: fontWeight("semibold"); }
    @media only screen and (min-width: 991px) {
      .methodHeader-title {
        font-size: fontSize("base"); } }
  .methodHeader-brand {
    font-size: fontSize("smallest");
    font-weight: fontWeight("semibold"); }
    @media only screen and (min-width: 991px) {
      .methodHeader-brand {
        font-size: fontSize("base"); } }
  .methodHeader-meta {
    display: flex;
    flex-wrap: nowrap;
    margin-left: auto;
    padding-left: 10px; }
  .methodHeader-default {
    fill: color("greys", "dark");
    height: 18px;
    margin-left: 10px;
    width: 18px; }
    @media only screen and (min-width: 991px) {
      .methodHeader-default {
        height: 20px;
        width: 20px; } }
  .methodHeader-expiry {
    font-size: fontSize("smaller");
    text-transform: capitalize; }

.methodDetails {
  display: flex;
  margin: 0; }
  .methodDetails-label {
    flex: 1;
    font-weight: fontWeight("semibold"); }
  .methodDetails-description {
    flex: 2;
    font-size: fontSize("smallest"); }

.newPaymentMethod {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-items: center;
  min-height: 186px;
  text-decoration: none; }
  .newPaymentMethod-icon {
    font-size: 50px;
    line-height: 1;
    margin: auto 0 10px; }
  .newPaymentMethod-title {
    margin: 0 auto auto;
    text-align: center; }

@media only screen and (min-width: 480px) {
  .paymentMethodForm {
    max-width: 60%; } }

@media only screen and (min-width: 480px) {
  .paymentMethodForm-column {
    display: flex; }
    .paymentMethodForm-column:first-child .form-field {
      margin-bottom: 10px; } }

.paymentMethodForm-heading {
  color: color("greys", "darker");
  font-family: fontFamily("sans");
  margin-top: 20px;
  text-transform: capitalize; }

.paymentMethodForm-subheading {
  display: flex;
  font-weight: fontWeight("semibold"); }

@media only screen and (min-width: 480px) {
  .paymentMethodForm-cards {
    margin-left: auto; } }

.paymentMethodForm-cards-icon {
  margin-right: 3px;
  width: 34px; }

.paymentMethodForm-inputs {
  position: relative; }
  @media only screen and (min-width: 480px) {
    .paymentMethodForm-inputs:last-child {
      padding-left: 20px;
      width: 30%; }
    .paymentMethodForm-inputs:first-child {
      width: 70%; } }

.paymentMethodForm-inputs-icon {
  position: absolute;
  right: 9px;
  top: 39px; }
  .paymentMethodForm-inputs-icon.icon {
    fill: color("greys", "light");
    height: 21px;
    width: 21px; }

.paymentMethodForm-details {
  margin-bottom: 0; }
  @media only screen and (min-width: 480px) {
    .paymentMethodForm-details {
      display: inline-block;
      margin: 0 40px 0 0; } }

.paymentMethodForm-details-term {
  font-weight: fontWeight("normal");
  margin-bottom: 10px; }

.paymentMethodForm-details-description {
  font-size: fontSize("smaller");
  font-weight: fontWeight("semibold");
  letter-spacing: letterSpacing("large"); }

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

input:focus + label {
  outline: 2px solid #0f7fff !important;
  outline-offset: 1px !important; }

.aria-description--hidden {
  height: 1px;
  left: 0;
  margin-left: -10000px;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 1px; }

.absolute-parent {
  position: relative; }

.absolute-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 100; }

.image-block-link {
  margin-bottom: 22px; }
  @media only screen and (min-width: 991px) {
    .image-block-link {
      margin-bottom: 0; } }
  .image-block-link .card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 63, 0.8);
    min-height: 100px;
    padding: 19px 10px 13px;
    max-width: 343px;
    margin: auto; }
    .image-block-link .card-content .hook-svg-image {
      width: 20px;
      height: 30px;
      margin-left: 5px;
      display: none; }
  .image-block-link h3, .image-block-link .h3, .image-block-link span {
    color: #fff; }
  .image-block-link span {
    margin-bottom: 5px; }
  .image-block-link h3, .image-block-link .h3 {
    margin-bottom: 0; }
  .image-block-link .img-container {
    overflow: hidden;
    position: relative;
    max-width: 343px;
    margin: auto; }
    .image-block-link .img-container:after {
      content: '';
      display: block;
      height: 0;
      width: 100%;
      padding-bottom: 127.1137%; }
    .image-block-link .img-container > img {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto; }
  .image-block-link:hover .card-img {
    transform: scale(1.1); }
  .image-block-link:hover .hook-svg-image {
    display: inline-block; }

#featured-products-section .swiper {
  margin-bottom: 40px; }
  #featured-products-section .swiper .swiper-button-next, #featured-products-section .swiper .swiper-button-prev {
    width: 19px;
    height: 30px; }
    #featured-products-section .swiper .swiper-button-next::after, #featured-products-section .swiper .swiper-button-prev::after {
      content: none; }
    #featured-products-section .swiper .swiper-button-next .icon, #featured-products-section .swiper .swiper-button-prev .icon {
      width: 19px;
      height: 30px; }
  #featured-products-section .swiper .swiper-button-next {
    right: 0; }
  #featured-products-section .swiper .swiper-button-prev {
    left: 0; }
    #featured-products-section .swiper .swiper-button-prev .icon {
      transform: rotate(180deg); }

.invisible {
  visibility: hidden; }

.productGrid.grid {
  /* &::after {
        content: "";
        background-color: $color-white;
        height: 2px;
        width: 100%;
        position: relative;
        bottom: 12px;
    } */ }

@media only screen and (min-width: 768px) {
  .productGrid.grid .product.grid__item {
    margin-bottom: 10px;
    padding-bottom: 10px;
    /*&:not(:first-child) {
            padding-left: 10px;
        }*/ } }

.card {
  position: relative;
  height: 100%;
  border-width: 1px;
  border-style: solid;
  border-color: #eaeaea;
  min-height: 400px; }
  @media only screen and (max-width: 767px) {
    .card {
      margin: 0 auto 30px;
      max-width: 287px; } }
  @media only screen and (max-width: 480px) {
    .card {
      min-height: 310px; } }
  .card:focus-within .card-figcaption {
    opacity: 1; }
  .card.focus-within .card-figcaption {
    opacity: 1; }
  .card:hover, .card:focus {
    box-shadow: 0px 0px 12px rgba(161, 161, 161, 0.3); }
    .card:hover .card-figcaption, .card:focus .card-figcaption {
      opacity: 1; }
  .card.discounted .badge-sale {
    display: block !important; }
  .card.discounted .badge-new {
    display: none !important; }
  .card.discounted .badge-rebate {
    display: none !important; }
  .card.discounted .badge-limited-deal {
    display: none !important; }

.card-badge {
  font-family: "Roboto Flex", Helvetica, Arial, sans-serif;
  font-size: 18px;
  padding: 0 5px;
  position: absolute;
  top: 0;
  z-index: 1;
  margin-top: 10px; }
  .card-badge.badge-sale,
  .card-badge .badge-limited-deal,
  .card-badge .badge-rebate {
    background-color: #C00000;
    color: #fff;
    right: 0px;
    min-width: 25%;
    text-align: center;
    text-transform: capitalize; }
  .card-badge.badge-new {
    background-color: green;
    color: #fff;
    right: 0px;
    min-width: 25%;
    text-align: center;
    text-transform: capitalize; }
  .card-badge.badge-outOfStock {
    background-color: #58595B;
    color: #fff;
    padding: 0 11px; }
  .card-badge.badge-other {
    background-color: #010066;
    color: #fff;
    text-transform: capitalize; }
  .card-badge .badge-content .badge-icon {
    position: absolute; }
    .card-badge .badge-content .badge-icon svg {
      height: 14px;
      width: 14px; }
    .card-badge .badge-content .badge-icon.icon-left {
      left: 10px; }
    .card-badge .badge-content .badge-icon.icon-right {
      right: 10px; }

.card-figure {
  padding: 10px 0 4px;
  position: relative;
  text-align: center;
  max-height: 50%; }
  .card-figure .card-figcaption {
    left: 0;
    margin: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 85%;
    transform: translateY(-50%);
    z-index: 3; }
  .card-figure::before {
    background-color: #fff;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    transition: 0.3s ease all;
    z-index: 2; }

.card-img-container {
  max-width: 344px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px; }
  .card-img-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 99.12791%; }

.card-figcaption {
  display: none;
  pointer-events: none; }
  @media only screen and (min-width: 768px) {
    .card-figcaption {
      display: block; } }

.card-figcaption-body {
  display: inline-block;
  pointer-events: all; }

.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%; }

.card-title {
  color: #010066;
  font-family: "Roboto Flex", Arial, sans-serif;
  letter-spacing: 1px;
  line-height: calc(20/16);
  margin-bottom: 5px;
  min-height: 22px;
  font-weight: 400; }
  @media only screen and (min-width: 768px) {
    .card-title {
      font-size: 1.2em;
      line-height: calc(24/20);
      min-height: 22px; } }

.card-text {
  margin-bottom: 10px; }
  .card-text abbr {
    border: 0;
    color: inherit;
    font-size: inherit; }
  .card-text .price {
    font-weight: 400; }
  .card-text .num-reviews {
    margin-left: 10px;
    font-weight: 400; }

.card-action {
  overflow: hidden; }

.card-figcaption-button {
  margin-top: 5px; }

.card-body {
  text-align: left;
  padding: 0 5px;
  margin-bottom: 9px;
  min-height: 50%; }

.card-price {
  display: block;
  gap: 5px;
  flex-wrap: wrap;
  line-height: calc(20/16);
  font-size: 1.2em;
  position: absolute;
  bottom: 0;
  font-weight: 400; }
  .card-price.discounted .price-section--withoutTax {
    color: #58595B;
    text-decoration: line-through;
    text-decoration-thickness: 0.5px;
    font-size: .9em; }
  .card-price.discounted .discount-price {
    color: #C00000;
    font-size: 1em; }

.price--rrp,
.price--discounted {
  text-decoration: line-through;
  color: #58595B; }

.sale-price {
  color: #c00000; }

.productCarousel .productCarousel-slide {
  padding: 11px; }

.js .productCarousel {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 600ms ease-out; }

.productCarousel.swiper-initialized {
  max-height: 1000px;
  opacity: 1; }

.productCarousel-slide .card {
  margin-bottom: 0;
  width: 100%; }
  .productCarousel-slide .card .card-title {
    overflow-wrap: break-word; }

.price-section.non-sale-price--withoutTax {
  color: #808080;
  margin-right: 4px;
  text-decoration: line-through;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0; }

.price-section.rrp-price--withoutTax, .price-section.non-sale-price--withoutTax {
  margin-right: 5px; }
  @media only screen and (min-width: 1200px) {
    .price-section.rrp-price--withoutTax, .price-section.non-sale-price--withoutTax {
      margin-right: 0; } }

.card-swatches {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  flex-wrap: wrap;
  z-index: 99; }
  .card-swatches .additional-length {
    text-decoration: underline;
    padding-bottom: 18px; }
  .card-swatches .form-option {
    border-width: 2px;
    border-color: transparent;
    margin-bottom: 15px;
    margin-right: 10px;
    padding: 0; }
    .card-swatches .form-option.selected {
      border-color: #010066; }
    .card-swatches .form-option .form-option-variant {
      width: 1.3em;
      height: 1.3em;
      background-color: #F1F1F1; }
      .card-swatches .form-option .form-option-variant img {
        vertical-align: top; }

.swatch-container {
  position: relative;
  z-index: 100;
  padding: 0 5px;
  min-height: 2.5em; }

.swatch-area {
  min-height: 2.5em;
  position: relative;
  font-weight: 400; }

.review-container {
  position: absolute;
  bottom: 11%; }

.product.grid__item {
  padding-bottom: 15px; }

.card-body .jdgm-qa-badge {
  display: none; }

@media (min-width: 991px) and (max-width: 1124px) {
  .card-badge, .ss__badge-rectangle {
    padding-left: 3px !important;
    padding-right: 3px !important;
    font-size: 16px !important; }
  .card-badge.badge-new {
    min-width: 20%; }
  .card-badge.badge-sale {
    min-width: 20%; } }

@media (min-width: 768px) and (max-width: 853px) {
  .card-badge, .ss__badge-rectangle {
    padding-left: 3px !important;
    padding-right: 3px !important;
    font-size: 16px !important; }
  .card-badge.badge-new {
    min-width: 20%; }
  .card-badge.badge-sale {
    min-width: 20%; } }

.ss__badge-rectangle {
  font-family: "Roboto Flex", Helvetica, Arial, sans-serif;
  font-size: 18px;
  padding: 0 5px !important;
  z-index: 1;
  max-width: 150% !important; }

.ss__overlay-badge__grid-wrapper__slot {
  z-index: 1; }

.ss__overlay-badge__grid-wrapper {
  margin-top: -10px; }

@media only screen and (max-width: 480px) {
  .ss__overlay-badge {
    max-height: 50%; }
    .ss__overlay-badge .card-figure {
      height: 170px; } }

.navList,
.navBar {
  display: block;
  list-style: none;
  margin-left: 0; }

.navList-action,
.navBar-action {
  text-decoration: none;
  font-weight: 400;
  font-family: "Open Sans", Arial, sans-serif !important;
  font-size: .9em;
  line-height: 1.2em; }

.navList-action.is-active {
  font-weight: 700; }

.navList-item {
  margin-bottom: 5px; }
  .navList-item:last-of-type {
    margin-bottom: 0; }

.navList-action--checkbox {
  display: inline-block;
  padding-left: 30px;
  position: relative;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .navList-action--checkbox {
      display: flex;
      justify-content: space-between; } }
  .navList-action--checkbox::before, .navList-action--checkbox::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
  .navList-action--checkbox::before {
    border: 1px solid #010066;
    border-radius: 0;
    height: 13px;
    left: 0;
    width: 13px; }
  .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);
    font-size: 11px;
    height: 11px;
    left: 1px;
    line-height: 1;
    opacity: 0;
    text-align: center;
    width: 11px; }
  .navList-action--checkbox.is-checked::after, .navList-action--checkbox.is-selected::after {
    background-color: #C00000;
    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(255, 255, 255, 1)' /%3E%3C/svg%3E");
    opacity: 1; }

.navList-action-close {
  display: inline-block;
  float: right;
  line-height: 0;
  opacity: 0;
  padding: 3px;
  transition: opacity 0.3s ease;
  visibility: hidden; }
  .navList-action-close .icon {
    fill: #010066;
    height: 13px;
    width: 13px; }
  .navList-action.is-selected:hover .navList-action-close {
    opacity: 1;
    visibility: visible; }

.navBar--sub {
  margin-bottom: 20px;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .navBar--sub {
      margin-bottom: 50px; } }
  .navBar--sub .navBar-section {
    float: none;
    list-style: none;
    margin: 0; }
  .navBar--sub .navBar-item {
    float: none;
    margin: 0px;
    border-bottom: 1px solid #e8e8e8;
    padding: 10px 0; }
    .navBar--sub .navBar-item:last-child {
      border-bottom: none; }
    @media only screen and (min-width: 768px) {
      .navBar--sub .navBar-item {
        display: inline-block; } }
    .navBar--sub .navBar-item.is-active {
      padding: 10px; }
      .navBar--sub .navBar-item.is-active,
      .navBar--sub .navBar-item.is-active > .navBar-action {
        padding: 0; }
    @media only screen and (min-width: 768px) {
      .navBar--sub .navBar-item.navBar-item--separate {
        border-left: 1px solid #010066;
        margin: 0;
        padding-left: 10px; } }
  .navBar--sub .navBar-action {
    display: block; }
    .navBar--sub .navBar-action:hover {
      color: #C00000; }
  .navBar--sub.navBar--left {
    text-align: left; }
    .navBar--sub.navBar--left .navBar-section {
      background-color: #fff;
      border: 1px solid #e8e8e8;
      padding: 5px 20px; }
    .navBar--sub.navBar--left .navBar-item {
      border-bottom: 1px solid #e8e8e8;
      display: block;
      margin: 0;
      padding: 10px 0; }
      .navBar--sub.navBar--left .navBar-item:last-child {
        border-bottom: none; }

.icons-svg-sprite {
  display: none; }

.form-field {
  position: relative; }
  .form-field .search-icon {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%; }
    .form-field .search-icon svg {
      display: block;
      fill: #000 !important;
      height: 20px;
      max-width: 18px;
      stroke: #000 !important;
      stroke-width: 0 !important; }

a.close {
  height: 34px;
  padding: 7px 5px;
  position: absolute;
  left: 22px;
  top: 0;
  width: 34px;
  z-index: 99; }
  a.close svg {
    fill: #fff; }

.left-off-canvas-menu,
.right-off-canvas-menu {
  display: none;
  position: fixed;
  top: 0; }
  .left-off-canvas-menu .close,
  .right-off-canvas-menu .close {
    color: #010066;
    right: 10px;
    top: 15px;
    z-index: 99; }
    .left-off-canvas-menu .close svg,
    .right-off-canvas-menu .close svg {
      fill: currentColor; }
  .left-off-canvas-menu .offcanvas-contact,
  .right-off-canvas-menu .offcanvas-contact {
    padding: 10px 20px; }
    .left-off-canvas-menu .offcanvas-contact p, .left-off-canvas-menu .offcanvas-contact .p,
    .right-off-canvas-menu .offcanvas-contact p,
    .right-off-canvas-menu .offcanvas-contact .p {
      line-height: 24px;
      margin-bottom: 5px;
      color: #010066; }
    .left-off-canvas-menu .offcanvas-contact .menu-help-links,
    .right-off-canvas-menu .offcanvas-contact .menu-help-links {
      display: flex;
      flex-direction: column;
      gap: 12px; }
      .left-off-canvas-menu .offcanvas-contact .menu-help-links a,
      .right-off-canvas-menu .offcanvas-contact .menu-help-links a {
        border-bottom: none;
        line-height: 2.25;
        padding: 0;
        color: #010066; }
        .left-off-canvas-menu .offcanvas-contact .menu-help-links a span:last-child,
        .right-off-canvas-menu .offcanvas-contact .menu-help-links a span:last-child {
          text-decoration: underline; }
      .left-off-canvas-menu .offcanvas-contact .menu-help-links svg,
      .right-off-canvas-menu .offcanvas-contact .menu-help-links svg {
        height: 31px;
        margin-right: 15px;
        vertical-align: middle;
        width: 25px;
        fill: #fff; }
      .left-off-canvas-menu .offcanvas-contact .menu-help-links div:not(.contact-phone) a,
      .right-off-canvas-menu .offcanvas-contact .menu-help-links div:not(.contact-phone) a {
        font-family: "Roboto Flex", Helvetica, Arial, sans-serif;
        font-weight: 600;
        letter-spacing: 1px; }

.left-off-canvas-menu {
  box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.25); }

.right-off-canvas-menu {
  box-shadow: -1px 1px 7px rgba(0, 0, 0, 0.25); }

.left-submenu,
.right-submenu {
  list-style: none;
  position: fixed;
  top: 111px; }
  .left-submenu .back > .button,
  .right-submenu .back > .button {
    color: #000;
    font-size: 20px;
    letter-spacing: 0.5px;
    padding: 12px 20px; }
    .left-submenu .back > .button:hover,
    .right-submenu .back > .button:hover {
      color: #fff; }
    .left-submenu .back > .button .offcanvasLabel-back,
    .right-submenu .back > .button .offcanvasLabel-back {
      display: block;
      font-family: "Roboto Flex", Helvetica, Arial, sans-serif;
      font-size: 16px;
      letter-spacing: 0;
      text-transform: capitalize;
      margin-bottom: 10px; }
      .left-submenu .back > .button .offcanvasLabel-back svg,
      .right-submenu .back > .button .offcanvasLabel-back svg {
        height: 12px;
        margin-right: 5px;
        width: 12px; }
  .left-submenu li a,
  .right-submenu li a {
    text-transform: capitalize !important; }

.off-canvas-list {
  font-size: 16px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative; }
  .off-canvas-list li.offcanvas-divider label {
    font-weight: 700; }
  .off-canvas-list li.loadingOverlay {
    top: 35px; }
  .off-canvas-list .separator-div {
    border-bottom: 1px solid #F1F1F1;
    padding: 10px 0; }
    .off-canvas-list .separator-div > div {
      height: 20px;
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat; }

.off-canvas-list-menu li .offcanvasLabel,
.sidebar-offcanvas li .offcanvasLabel,
.off-canvas-list-cart li .offcanvasLabel {
  background: #fff;
  border-bottom: 1px solid #F1F1F1;
  color: #010066;
  display: block;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  padding: 12px 20px;
  padding-bottom: 20px;
  padding-top: 21px;
  text-transform: uppercase; }

.off-canvas-list-menu li.mobile-header {
  background-color: #fff;
  position: sticky;
  top: 0;
  z-index: 9; }

.off-canvas-list-menu li .offcanvas-navActions {
  display: flex;
  justify-content: flex-end;
  padding: 15px 25px 0; }
  .off-canvas-list-menu li .offcanvas-navActions .navUser-action {
    border: none;
    height: 30px;
    line-height: 30px;
    padding: 0;
    display: flex;
    align-items: center; }
    .off-canvas-list-menu li .offcanvas-navActions .navUser-action span {
      font-size: 14px;
      text-transform: none; }
      .off-canvas-list-menu li .offcanvas-navActions .navUser-action span.navUser-label {
        margin-left: 0;
        margin-right: 5px; }
    .off-canvas-list-menu li .offcanvas-navActions .navUser-action .icon {
      height: 26px;
      width: 19px; }

.off-canvas-list-menu li.has-submenu:not(.secondary-menu) .submenu-icon {
  color: #010066;
  position: absolute;
  right: 25px;
  bottom: 13.5px; }
  .off-canvas-list-menu li.has-submenu:not(.secondary-menu) .submenu-icon svg {
    height: 14px; }

.off-canvas-list-menu li.has-submenu:not(.secondary-menu) .submenu-dropdown-icon {
  color: #010066;
  position: absolute;
  right: 25px; }
  .off-canvas-list-menu li.has-submenu:not(.secondary-menu) .submenu-dropdown-icon svg {
    height: 15px;
    vertical-align: middle;
    width: 12px; }

.off-canvas-list-menu li.has-submenu .mobile-menu-header.is-open {
  border: none; }
  .off-canvas-list-menu li.has-submenu .mobile-menu-header.is-open svg {
    transform: rotate(180deg); }

.off-canvas-list-menu li.has-submenu .accordion-content {
  padding-left: 30px; }
  .off-canvas-list-menu li.has-submenu .accordion-content.is-open {
    border-top: 1px solid #F1F1F1;
    border-bottom: 1px solid #F1F1F1; }
  .off-canvas-list-menu li.has-submenu .accordion-content a {
    border: none;
    margin-left: 0; }

.off-canvas-list-menu li.offcanvas-social-links {
  padding: 10px 20px 20px;
  margin-top: -1px; }
  .off-canvas-list-menu li.offcanvas-social-links .socialLinks {
    align-items: center;
    gap: 21px;
    justify-content: center; }
    .off-canvas-list-menu li.offcanvas-social-links .socialLinks a {
      color: #010066; }
    .off-canvas-list-menu li.offcanvas-social-links .socialLinks .icon {
      border: none;
      padding: 0; }

.off-canvas-list-menu li a:not(.close) {
  border-bottom: 1px solid #F1F1F1;
  color: #010066;
  display: block;
  font-weight: 400;
  letter-spacing: 0.5px;
  padding: 12px 20px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 300ms ease; }
  .off-canvas-list-menu li a:not(.close).button {
    border-bottom: 0; }

.off-canvas-list-menu li.back > .button::before {
  border: 1px solid #010066;
  border-left: 0 none;
  border-top: 0 none;
  height: 11px;
  margin-right: 0;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  width: 11px; }

.off-canvas-list-menu li.back > .button {
  color: #fff;
  padding-left: 20px; }
  .off-canvas-list-menu li.back > .button::before {
    content: none !important; }

.off-canvas-list-menu li.has-submenu > a:hover::after {
  border-color: #fff; }

.off-canvas-list-menu li.has-submenu ul:not(.left-submenu):not(.right-submenu) {
  list-style: none;
  margin-left: 0; }
  .off-canvas-list-menu li.has-submenu ul:not(.left-submenu):not(.right-submenu) > li > a:not(.heading-all) {
    padding-left: 20px; }
    .off-canvas-list-menu li.has-submenu ul:not(.left-submenu):not(.right-submenu) > li > a:not(.heading-all) svg {
      display: inline-block;
      fill: currentColor;
      height: 24px;
      left: 8px;
      position: absolute;
      stroke: none;
      stroke-width: 0;
      top: 50%;
      transform: translate(0, -50%);
      width: 24px; }
    .off-canvas-list-menu li.has-submenu ul:not(.left-submenu):not(.right-submenu) > li > a:not(.heading-all) .icp-indicator-icon {
      display: inline-flex;
      align-items: center;
      padding-left: 5px; }
      .off-canvas-list-menu li.has-submenu ul:not(.left-submenu):not(.right-submenu) > li > a:not(.heading-all) .icp-indicator-icon svg {
        position: static;
        width: 10px;
        height: 6px; }

.off-canvas-list-menu li.offcanvas-courtesy a {
  text-transform: capitalize; }

.offcanvas-search {
  display: block;
  margin: 0;
  padding: 15px 20px 10px;
  position: relative; }
  .offcanvas-search .form {
    margin: 0;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: min-content; }
    .offcanvas-search .form .form-field {
      margin: 0; }
      .offcanvas-search .form .form-field .form-input {
        display: block;
        height: 40px;
        width: 282px; }
    .offcanvas-search .form button {
      -webkit-appearance: none;
      -khtml-appearance: none;
      -moz-appearance: none;
      -ms-appearance: none;
      -o-appearance: none;
      appearance: none;
      background: #010066;
      border: 0 none;
      height: 40px;
      width: 40px; }
      .offcanvas-search .form button .icon {
        display: block;
        fill: #fff;
        font-size: 0;
        height: 20px;
        margin: 0 auto;
        padding: 0;
        width: 20px; }

.off-canvas-list-cart li.loadingOverlay {
  top: 78px; }

.off-canvas-list-cart li.offcanvas-subtotal {
  background-color: #F1F1F1;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
  padding: 12px 20px;
  text-align: right;
  text-transform: uppercase; }

.off-canvas-list-cart li.offcanvasAction-checkout, .off-canvas-list-cart li.offcanvasAction-viewCart {
  float: left;
  white-space: nowrap;
  width: 50%; }
  .off-canvas-list-cart li.offcanvasAction-checkout .button, .off-canvas-list-cart li.offcanvasAction-viewCart .button {
    padding: 0 15px; }

.off-canvas-list-cart li.offcanvasCart-emptyBody {
  clear: both;
  padding: 20px; }

.off-canvas-list-cart li.offcanvasAction-continueShopping {
  clear: both;
  margin-left: 20px;
  padding-bottom: 20px;
  padding-top: 20px; }
  .off-canvas-list-cart li.offcanvasAction-continueShopping a {
    color: #010066;
    text-transform: uppercase; }
    .off-canvas-list-cart li.offcanvasAction-continueShopping a .icon {
      display: inline-block;
      fill: #010066;
      height: 20px;
      position: relative;
      top: -2px;
      vertical-align: middle;
      width: 20px; }
    .off-canvas-list-cart li.offcanvasAction-continueShopping a:hover {
      color: #C00000; }
      .off-canvas-list-cart li.offcanvasAction-continueShopping a:hover .icon {
        fill: #C00000; }

.off-canvas-list-cart li.offcanvasAction-checkout {
  padding-left: 10px; }

.off-canvas-list-cart li.offcanvasAction-viewCart {
  padding-right: 10px;
  text-align: right; }

.offcanvasAction-additionalCheckoutButton {
  float: left;
  margin-top: 20px;
  padding: 0 10px;
  width: 50%; }
  .navUser .offcanvasAction-additionalCheckoutButton {
    padding: 10px 5px 0; }
  .offcanvasAction-additionalCheckoutButton.odd {
    clear: both;
    padding-left: 5px; }
    .apple-pay-supported .offcanvasAction-additionalCheckoutButton.odd {
      padding-left: 10px;
      padding-right: 5px; }
  .offcanvasAction-additionalCheckoutButton.even {
    padding-right: 5px; }
    .apple-pay-supported .offcanvasAction-additionalCheckoutButton.even {
      padding-left: 5px;
      padding-right: 10px; }
  .offcanvasAction-additionalCheckoutButton .PayPalExpressCheckout p, .offcanvasAction-additionalCheckoutButton .PayPalExpressCheckout .p {
    display: none;
    text-align: center; }
  .offcanvasAction-additionalCheckoutButton .PayPalExpressCheckout #PayPalExpressCheckoutButton {
    width: 100%; }
  .offcanvasAction-additionalCheckoutButton .braintree-paypal-button,
  .offcanvasAction-additionalCheckoutButton .paypal-button-parent {
    width: 100% !important; }
  .apple-pay-supported .offcanvasAction-additionalCheckoutButton .apple-pay-checkout-button {
    display: block;
    float: none;
    width: 100%; }

.offcanvasCartItem {
  padding: 27px 20px; }
  .offcanvasCartItem + .offcanvasCartItem {
    border-top: 1px solid #F1F1F1; }

.offcanvasCartItem-image {
  float: left;
  padding: 0;
  width: 110px; }

.offcanvasCartItem-content {
  color: inherit;
  display: block;
  overflow: hidden;
  padding-left: 12px;
  width: auto; }
  .offcanvasCartItem-content h6, .offcanvasCartItem-content .h6 {
    font-size: 100%;
    margin-bottom: 10px;
    white-space: normal; }
  .offcanvasCartItem-content .offcanvasCartItem-options {
    list-style: none;
    margin: 0 0 10px;
    padding: 0; }
    .offcanvasCartItem-content .offcanvasCartItem-options li {
      color: #010066;
      font-size: 100%; }
  .offcanvasCartItem-content .offcanvasCartItem-price,
  .offcanvasCartItem-content .offcanvasCartItem-options {
    color: inherit;
    display: block; }
  .offcanvasCartItem-content .offcanvasCartItem-price {
    color: #010066;
    font-size: 100%; }
  .offcanvasCartItem-content .offcanvasCartItem-options dl {
    font-size: 13px;
    line-height: 1.2; }
    .offcanvasCartItem-content .offcanvasCartItem-options dl dt {
      clear: left;
      float: left;
      line-height: 1.2;
      margin-bottom: 0;
      margin-right: 0.25em; }
    .offcanvasCartItem-content .offcanvasCartItem-options dl dd {
      line-height: 1.2;
      overflow: hidden; }

.sidebar-offcanvas .accordion-block {
  border-bottom: 1px solid #F1F1F1; }
  .sidebar-offcanvas .accordion-block .accordion-title {
    display: block;
    margin: 0;
    padding: 18px 0 15px 20px; }
  .sidebar-offcanvas .accordion-block .accordion-navigation-actions {
    top: 19px; }
  .sidebar-offcanvas .accordion-block .accordion-content {
    padding: 0 0 15px 50px; }
  .sidebar-offcanvas .accordion-block .navList-item {
    font-size: 14px; }
    .sidebar-offcanvas .accordion-block .navList-item:not(:last-of-type) {
      margin-bottom: 15px; }

.mobile-facet-footer {
  font-size: 0;
  padding: 20px 0;
  text-align: center; }
  .mobile-facet-footer .button {
    margin: 0 10px;
    width: 132px; }

.data-icp-mobile-link {
  padding: 0 0 0 20px !important;
  display: inline-block !important;
  border-bottom: 0 !important; }

.socialLinks {
  list-style: none;
  margin: 0;
  padding: 0; }
  .socialLinks .icon {
    color: #000050;
    display: block;
    margin: 0;
    text-align: left;
    text-decoration: none; }
    .socialLinks .icon:hover {
      color: #000; }
    .socialLinks .icon svg {
      fill: currentColor; }

.socialLinks-item {
  display: inline-block; }
  .socialLinks .socialLinks-item {
    margin-bottom: 5px;
    margin-right: 25px; }
    .socialLinks .socialLinks-item:last-child {
      margin-right: 0; }

.socialLinks--alt svg {
  fill: #010066; }

.socialLinks--flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 150px;
  margin: auto; }
  @media only screen and (min-width: 480px) {
    .socialLinks--flex {
      margin: 0; } }
  .socialLinks--flex .socialLinks-item {
    margin: 0 0 10px; }
    .socialLinks--flex .socialLinks-item .icon {
      color: #010066; }

.js .heroCarousel {
  margin-bottom: 40px;
  opacity: 0;
  overflow: hidden;
  transition: all 600ms ease-out; }
  @media only screen and (min-width: 768px) {
    .js .heroCarousel {
      margin-bottom: 80px; } }

.heroCarousel.is-visible {
  visibility: visible; }

.heroCarousel.swiper-initialized {
  max-height: 100vh;
  opacity: 1; }
  @media only screen and (min-width: 768px) {
    .heroCarousel.swiper-initialized {
      max-height: 1200px; } }

.heroCarousel .slick-next,
.heroCarousel .slick-prev {
  z-index: 2; }
  @media only screen and (min-width: 768px) {
    .heroCarousel .slick-next,
    .heroCarousel .slick-prev {
      top: 50%; } }

.heroCarousel .slick-next {
  right: 15px; }
  @media only screen and (min-width: 768px) {
    .heroCarousel .slick-next {
      right: 25px; } }

.heroCarousel .slick-prev {
  left: 15px; }
  @media only screen and (min-width: 768px) {
    .heroCarousel .slick-prev {
      left: 25px; } }

.heroCarousel .slick-dots {
  bottom: 23px; }

.heroCarousel-slide {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  .heroCarousel-slide a {
    text-decoration: none; }
  .heroCarousel-slide.stretch .heroCarousel-image {
    object-fit: cover;
    object-position: 50% 50%; }
  .heroCarousel-slide.stretch.compat-object-fit .heroCarousel-image {
    height: 100%;
    width: 100%; }
  .heroCarousel-slide.is-square-image-type .heroCarousel-image-wrapper {
    height: 100vw; }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      .heroCarousel-slide.is-square-image-type .heroCarousel-image-wrapper {
        height: 56.25vw; } }
  .heroCarousel-slide.is-vertical-image-type .heroCarousel-image-wrapper {
    height: 110vw; }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      .heroCarousel-slide.is-vertical-image-type .heroCarousel-image-wrapper {
        height: 56.25vw; } }
  .heroCarousel-slide .heroCarousel-image-wrapper {
    align-items: flex-start;
    display: flex;
    height: 250px;
    height: 56.25vw;
    justify-content: center; }
    @media only screen and (min-width: 768px) {
      .heroCarousel-slide .heroCarousel-image-wrapper {
        max-height: 600px; } }

@media only screen and (min-width: 991px) {
  .heroCarousel-slide--stretch {
    background-size: 100% 100%; } }

.heroCarousel-image {
  height: 100%;
  object-fit: contain;
  object-position: 50% 0%;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .heroCarousel-image {
      visibility: hidden; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .heroCarousel-image {
      object-position: 50% 50%; } }

.heroCarousel-content {
  text-align: center; }
  @media only screen and (min-width: 480px) {
    .heroCarousel-content {
      left: 0;
      margin: 0 auto;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 70%; }
      .heroCarousel-content.heroCarousel-content--empty {
        background-color: transparent; } }

.heroCarousel-slide--custom {
  background-position: center;
  background-size: cover;
  height: 300px;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .heroCarousel-slide--custom {
      height: 670px; } }
  .heroCarousel-slide--custom .wrapper {
    height: 100%; }
  @media only screen and (min-width: 768px) {
    .heroCarousel-slide--custom .heroCarousel-content--custom {
      margin: 0 auto;
      max-width: 494px; } }

.heroCarousel-content--custom .heroCarousel-action {
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff; }
  .heroCarousel-content--custom .heroCarousel-action:hover {
    border-color: #010066;
    background-color: #fff;
    color: #010066; }

.hero-banner {
  background-position: center;
  background-size: cover;
  height: 300px;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .hero-banner {
      height: 500px; } }
  .hero-banner .wrapper {
    height: 100%; }
  .hero-banner .hero-banner-content {
    max-width: 700px; }
  .hero-banner .hero-banner-title, .hero-banner .hero-banner-description {
    color: #fff; }
  .hero-banner .hero-banner-title {
    margin-bottom: 10px;
    line-height: 62px; }
    @media only screen and (min-width: 1200px) {
      .hero-banner .hero-banner-title {
        font-size: 72px; } }
    @media only screen and (max-width: 768px) {
      .hero-banner .hero-banner-title {
        line-height: 45px; } }
  .hero-banner .hero-banner-description {
    margin-bottom: 33px;
    text-transform: none; }
  .hero-banner .hero-banner-action {
    color: #010066;
    background-color: #fff;
    border-color: #010066; }
    .hero-banner .hero-banner-action:hover {
      background-color: #010066;
      border-color: #010066;
      color: #fff; }

@font-face {
  font-family: "FishUSA";
  font-size: 50px;
  src: url("../fonts/FishUSA-fish.woff2") format("woff2"); }

.productView-images {
  max-height: 525px;
  display: flex;
  flex-flow: row-reverse;
  align-items: center;
  justify-content: left;
  position: relative; }
  @media screen and (max-width: 767px) {
    .productView-images {
      max-height: 636px; } }
  @media only screen and (min-width: 768px) {
    .productView-images {
      position: sticky;
      top: 150px; } }
  @media only screen and (min-width: 991px) {
    .productView-images {
      top: 130px; } }
  @media only screen and (min-width: 1400px) {
    .productView-images {
      top: 190px; } }

.jdgm--half::before {
  background-image: linear-gradient(to left, #FFFFFF 50%, #c00000);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  color: transparent; }

.jdgm--off::before {
  color: #808080; }

.jdgm-star::before {
  font-family: "FishUSA" !important;
  content: "a" !important;
  font-size: 20px; }

.jdgm-preview-badge {
  min-height: 28px; }

.jdgm-quest-widg__body + .jdgm-quest-widg__body {
  display: none !important; }

.jdgm-preview-badge + .jdgm-preview-badge {
  display: none; }

.productView-img-container {
  margin: auto;
  max-width: 600px;
  position: relative;
  width: 100%; }
  .productView-img-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%; }

.productView-thumbnails {
  margin-left: -11px; }
  .productView-thumbnails img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    /* Object-fit polyfill */
    font-family: "object-fit: contain;";
    margin: 0;
    object-fit: contain;
    position: relative;
    width: 95px; }

.productView-thumbnail {
  padding-left: 11px; }

.productView-thumbnail-link {
  border: 1px solid transparent;
  display: flex;
  justify-content: center;
  padding: 2px;
  width: 100%; }
  .productView-thumbnail-link:hover, .productView-thumbnail-link.is-active {
    border-color: #010066;
    opacity: 1; }
  .productView-thumbnail-link > img {
    max-height: 66px; }

.productView-details {
  margin-bottom: 27px; }
  .productView--quickView .productView-details {
    position: relative; }

@media only screen and (min-width: 768px) {
  .productView-product {
    padding-bottom: 12px; } }

.productView-product .flex {
  align-items: flex-end;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 8px; }
  .productView-product .flex * {
    margin-bottom: unset; }

.productView-product > :last-child {
  margin-bottom: 0; }

.productView-title {
  font-style: unset;
  margin-block-end: 0px; }

.productView-brand {
  margin: 0 0 10px;
  text-decoration: underline;
  line-height: 24px; }

.productView-sku {
  margin-top: 10px; }

.productView-rating .icon {
  display: inline-block;
  padding-right: 8px;
  margin-right: -3px; }

.productView-rating .reviews-count {
  color: #C00000;
  text-decoration: underline;
  text-transform: capitalize;
  margin-left: 17px; }

.productView-description-preview a {
  font-family: "Roboto Flex", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 22px;
  text-decoration: underline;
  text-transform: uppercase;
  white-space: nowrap; }

.productView-price {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 10px; }
  @media only screen and (max-width: 767px) {
    .productView-price {
      justify-content: center; } }
  .productView-price abbr {
    border: 0;
    color: inherit;
    font-size: inherit; }

.productView-reviewLink {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0;
  vertical-align: middle; }
  .productView-reviewLink .icon {
    display: inline-block; }
  .productView-reviewLink + .productView-reviewLink {
    margin-left: 10px; }
  .productView-reviewLink a {
    color: #010066; }
  .productView-reviewLink .button {
    padding: 0 11px; }

.productView-info {
  *zoom: 1;
  margin: 0; }
  .productView-info::after {
    content: '';
    display: table;
    clear: both; }
  .productView-info > :last-child {
    margin-bottom: 20px; }

.productView-info-name,
.productView-info-value {
  float: none; }
  @media only screen and (min-width: 480px) {
    .productView-info-name,
    .productView-info-value {
      float: left; } }

.productView-info-name {
  clear: both;
  font-weight: 700;
  margin-bottom: 2px;
  margin-right: 5px; }

.productView-info-value {
  margin-bottom: 5px;
  margin-left: 0; }

.productView-options {
  *zoom: 1;
  margin-bottom: 20px;
  padding: 15px 0 10px;
  text-align: left; }
  .productView-options::after {
    content: '';
    display: table;
    clear: both; }
  @media only screen and (max-width: 767px) {
    .productView-options {
      text-align: center;
      padding-top: 30px; } }
  @media only screen and (min-width: 480px) {
    .productView-options .form-input[type="number"] {
      width: 16.6667%; } }
  .productView-options .form {
    display: inline; }
    .productView-options .form .add-to-cart-wrapper {
      display: inline; }
  .productView-options input[type="file"] {
    font-size: 14px; }
  .productView-options .form-label {
    font-weight: 500; }
    .productView-options .form-label .required-star {
      display: none; }
  .productView-options .form-label--inlineSmall {
    margin-bottom: 10px;
    margin-right: 10px;
    vertical-align: middle; }
    .productView-options .form-label--inlineSmall ~ .form-option {
      display: inline-block;
      vertical-align: middle; }
    .productView-options .form-label--inlineSmall ~ .form-select {
      display: inline-block;
      padding-right: 30px;
      vertical-align: middle;
      width: auto; }
  .productView-options .form-field {
    margin-bottom: 10px; }
    .productView-options .form-field > .form-checkbox + .form-label,
    .productView-options .form-field > .form-radio + .form-label {
      display: inline-block;
      margin-left: 20px;
      width: auto; }
      @media only screen and (min-width: 480px) {
        .productView-options .form-field > .form-checkbox + .form-label,
        .productView-options .form-field > .form-radio + .form-label {
          margin-left: 0;
          width: 100%; } }
    .productView-options .form-field .form-radio:checked + .form-option {
      box-shadow: inset 0 0 0 3px #010066; }
    .productView-options .form-field .form-radio:checked + .form-option-swatch {
      border-color: #010066; }
    .productView-options .form-field > .form-label:nth-of-type(2) {
      margin-left: 0; }
    .productView-options .form-field .form-option {
      align-items: center;
      display: inline-flex;
      justify-content: center;
      width: 100px; }
      .productView-options .form-field .form-option.form-option--small {
        width: 64px;
        height: 64px; }
      @media only screen and (max-width: 479px) {
        .productView-options .form-field .form-option {
          margin-right: 4px;
          margin-bottom: 5px; } }
      @media only screen and (min-width: 768px) and (max-width: 990px) {
        .productView-options .form-field .form-option {
          margin-right: 12px; } }
    .productView-options .form-field .form-option-swatch {
      border: 3px solid transparent;
      height: unset;
      margin-bottom: 15px !important;
      margin-right: 8px;
      padding: unset;
      width: unset; }
      @media only screen and (max-width: 479px) {
        .productView-options .form-field .form-option-swatch {
          margin-right: -3px; } }
      .productView-options .form-field .form-option-swatch .form-option-variant {
        height: 55px;
        width: 55px; }
      .productView-options .form-field .form-option-swatch .form-option-variant--pattern {
        border: 1px solid #58595B; }
      .productView-options .form-field .form-option-swatch span[title="White"],
      .productView-options .form-field .form-option-swatch span[title="Clear"] {
        border: 1px solid #58595B; }
  .productView-options .form-action {
    display: flex;
    flex-direction: column;
    float: none;
    margin-top: 6px;
    margin-right: 15px;
    padding: 0;
    width: 100%; }
    @media only screen and (min-width: 991px) {
      .productView-options .form-action {
        flex-direction: column; } }
    .productView-options .form-action .button {
      margin-bottom: 0;
      max-width: 465px;
      width: 100%;
      height: 62px; }
  @media only screen and (max-width: 767px) {
    .productView-options .form-options-container {
      justify-content: center; } }

@media (max-width: 999px) {
  .form-action {
    align-items: center; } }

.product-options {
  margin-bottom: 30px; }

.add-increment-wrap {
  display: block; }
  .add-increment-wrap .form-field-wrapper {
    align-items: flex-end;
    gap: 23px; }
    @media only screen and (max-width: 767px) {
      .add-increment-wrap .form-field-wrapper {
        align-items: center;
        justify-content: center;
        gap: 10px;
        margin-bottom: 5px; }
        .add-increment-wrap .form-field-wrapper .form-field {
          margin-bottom: 0; } }
    .add-increment-wrap .form-field-wrapper .form-field--increments label {
      display: block;
      margin-bottom: 10px; }
  @media only screen and (max-width: 479px) {
    .add-increment-wrap .form-label {
      margin: 0; } }

.variant-metafields-container {
  border-bottom: 1px solid #F1F1F1;
  margin-bottom: 20px;
  flex: 0; }

.paypal-pay-later-message {
  margin-top: 15px; }

.productOptions-list {
  border: 1px solid #F1F1F1;
  list-style: none;
  margin: 0;
  max-height: 400px;
  overflow-y: auto; }

.productOptions-list-item {
  padding: 20px; }
  .productOptions-list-item + .productOptions-list-item {
    border-top: 1px solid #F1F1F1; }
  .productOptions-list-item .form-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: 40px; }

.productOptions-list-item-content {
  padding-left: 28px; }

.shareProduct {
  text-align: center; }

.modal .productView {
  padding-bottom: 0;
  padding-top: 0; }

.productView--quickView .socialLinks-item--print {
  display: none; }

.reviews-section-header {
  padding: 10px 0;
  border-bottom: 1px solid #F1F1F1;
  margin-bottom: 29px; }

.reviews-content-header {
  border-bottom: 1px solid #F1F1F1;
  padding-bottom: 20px; }
  @media only screen and (min-width: 768px) {
    .reviews-content-header {
      padding-bottom: 29px; } }
  .reviews-content-header .flex {
    align-items: center;
    gap: 10px; }
  .reviews-content-header .reviews-stars img {
    height: 23px; }
  @media only screen and (max-width: 767px) {
    .reviews-content-header .reviews-stars {
      margin-bottom: 20px; } }

.productReviews-list {
  list-style: none;
  margin-left: 0; }

.productReview {
  border-bottom: 1px solid #F1F1F1;
  padding: 20px 0 4px; }

.productReview-title {
  margin: 0 0 10px;
  text-transform: none; }

.productReview-author {
  margin-bottom: 15px;
  font-size: 14px; }

.productReview-rating {
  display: inline-block;
  margin-bottom: 10px; }

.productReview-ratingNumber {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

.productReview-body {
  font-size: 14px; }
  .productReview-body .expand-review {
    text-decoration: underline; }

.productView-description {
  margin-top: 20px; }

.productView-description-container {
  margin-bottom: 40px;
  position: relative;
  z-index: 1; }
  .productView-description-container > div > *:last-child {
    margin-bottom: 0px; }
  .productView-description-container .tab-content {
    padding-top: 20px; }
    @media only screen and (min-width: 991px) {
      .productView-description-container .tab-content {
        padding-top: 40px; } }
  .productView-description-container .rte ul {
    padding-left: 40px; }
  .productView-description-container [data-toggle] {
    text-transform: uppercase;
    font-family: "Roboto Flex", Helvetica, Arial, sans-serif;
    text-decoration: underline;
    letter-spacing: 0px; }
  .productView-description-container table {
    border: 2px solid #F1F1F1;
    border-collapse: collapse;
    max-width: 100%; }
    @media only screen and (max-width: 767px) {
      .productView-description-container table {
        font-size: 11px;
        margin: 0 auto; } }
    .productView-description-container table thead tr {
      font-family: "Roboto Flex", Helvetica, Arial, sans-serif;
      font-size: 16px;
      font-weight: 600;
      letter-spacing: 0.5px;
      text-transform: uppercase; }
      .productView-description-container table thead tr th {
        font-weight: 600; }
      @media only screen and (max-width: 767px) {
        .productView-description-container table thead tr {
          font-size: 13px; } }
    .productView-description-container table tbody tr {
      border-top: 2px solid #F1F1F1; }
      .productView-description-container table tbody tr:nth-child(2n-1) {
        background-color: rgba(241, 241, 241, 0.2); }
    .productView-description-container table tr {
      height: 48px; }
    .productView-description-container table td {
      border: none;
      padding-right: 12px; }
      .productView-description-container table td:first-child {
        padding-left: 12px; }
      @media only screen and (min-width: 768px) {
        .productView-description-container table td {
          padding-right: 60px; }
          .productView-description-container table td:first-child {
            padding-left: 28px; } }

.productView-images .easyzoom-flyout {
  background-color: #fff;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%; }
  .productView-images .easyzoom-flyout img {
    max-width: none;
    width: auto; }

.related-products .swiper {
  margin-bottom: 40px; }
  .related-products .swiper .swiper-button-next, .related-products .swiper .swiper-button-prev {
    width: 19px;
    height: 30px; }
    .related-products .swiper .swiper-button-next::after, .related-products .swiper .swiper-button-prev::after {
      content: none; }
    .related-products .swiper .swiper-button-next .icon, .related-products .swiper .swiper-button-prev .icon {
      width: 19px;
      height: 30px; }
  .related-products .swiper .swiper-button-next {
    right: 0; }
  .related-products .swiper .swiper-button-prev {
    left: 0; }
    .related-products .swiper .swiper-button-prev .icon {
      transform: rotate(180deg); }

.main-image-swiper {
  max-height: 525px;
  max-width: 525px; }
  @media screen and (min-width: 1350px) {
    .main-image-swiper {
      margin-left: 57px; } }
  @media screen and (min-width: 768px) and (max-width: 1350px) {
    .main-image-swiper {
      margin-left: 22px; } }
  .main-image-swiper .swiper-wrapper {
    margin-bottom: 19px;
    max-height: 525px; }
    @media screen and (max-width: 767px) {
      .main-image-swiper .swiper-wrapper {
        max-height: 608px; } }
  .main-image-swiper .button--unstyled {
    background-color: rgba(255, 255, 255, 0.9);
    height: 65px;
    width: 65px; }
    .main-image-swiper .button--unstyled.button-top {
      top: 30px; }
  .main-image-swiper .hover-message {
    align-items: center;
    background-color: #fff;
    bottom: 30px;
    display: inline-flex;
    padding: 12px 15px;
    position: absolute;
    right: 0;
    width: 210px;
    z-index: 1; }
    .main-image-swiper .hover-message .hover-message-text {
      font-weight: 400;
      margin: auto; }
    .main-image-swiper .hover-message .icon {
      height: 30px;
      width: 24px; }
      .main-image-swiper .hover-message .icon svg {
        height: 30px;
        width: 24px; }

.productView .alertBox {
  display: none; }

.thumbnail-swiper {
  width: 70px;
  transform: translateY(0);
  max-height: 350px; }
  .thumbnail-swiper .swiper-wrapper {
    margin: 0;
    height: 74px; }
  .thumbnail-swiper > .button--unstyled {
    background-color: #010066;
    height: calc(100% - 40px);
    margin-top: 0;
    top: 0;
    width: 27px; }
    .thumbnail-swiper > .button--unstyled.swiper-button-disabled {
      background-color: #F1F1F1; }
    .thumbnail-swiper > .button--unstyled.swiper-button-prev {
      transform: scaleX(-1); }
    .thumbnail-swiper > .button--unstyled .icon {
      color: #fff;
      height: 11px; }
      .thumbnail-swiper > .button--unstyled .icon use {
        fill: currentColor; }
  .thumbnail-swiper .swiper-button-next {
    right: 0; }
  .thumbnail-swiper .swiper-button-prev {
    left: 0; }
  .thumbnail-swiper .swiper-button-next::after, .thumbnail-swiper .swiper-button-prev::after {
    content: ""; }
  .thumbnail-swiper .swiper-pagination-bullet {
    height: 13px;
    width: 13px;
    margin: 0 10px !important; }

.white-popup {
  max-width: 669px; }
  @media only screen and (min-width: 768px) {
    .white-popup {
      padding: 25px 70px 34px; } }
  .white-popup .mfp-close {
    top: 10px;
    right: 10px;
    transform: scale(0.7);
    color: #000; }
  .white-popup .white-popup--title {
    color: #C00000;
    margin-bottom: 10px; }
  .white-popup .white-popup--headline {
    margin-bottom: 20px; }
  .white-popup .white-popup--definition-list {
    display: grid;
    grid-template-columns: 135px auto;
    gap: 40px 10px; }
    .white-popup .white-popup--definition-list dd {
      margin: 0; }

.hide-element {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media only screen and (min-width: 768px) {
  .nmbis-message-standard {
    padding-left: 110px; } }

/* Styles for the popup */
.header-listrak {
  font-family: "Roboto Flex", Helvetica, Arial, sans-serif;
  color: #00003f;
  font-size: 34px;
  font-weight: 600; }

@media screen and (max-width: 600px) {
  .header-listrak {
    font-size: 26px; }
  .main-text-listrak {
    font-size: 15px; } }

.popup-listrak {
  position: fixed;
  width: 100%;
  height: 450px;
  max-width: 700px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  text-align: center;
  background-image: url(https://cdn11.bigcommerce.com/s-s2ydjd5yv9/images/stencil/original/image-manager/scales-at-30.jpg);
  border: 2px solid #010066; }
  @media screen and (max-width: 600px) {
    .popup-listrak {
      height: 600px; } }

.success-listrak {
  position: fixed;
  width: 100%;
  height: 450px;
  max-width: 700px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  text-align: center;
  background-image: url(https://cdn11.bigcommerce.com/s-s2ydjd5yv9/images/stencil/original/image-manager/scales-at-30.jpg);
  border: 2px solid #010066; }
  @media screen and (max-width: 600px) {
    .success-listrak {
      height: 600px; } }

.popup-inner-listrak {
  padding: 20px;
  font-family: "Roboto Flex", Helvetica, Arial, sans-serif;
  color: #00003f;
  font-weight: 600; }

.popup-inner-listrak input[type="email"] {
  width: 90%;
  padding: 10px;
  margin-bottom: 10px;
  color: #00003f; }

.price-disclamer {
  position: fixed;
  width: 100%;
  height: 150px;
  max-width: 600px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 9999;
  text-align: left;
  border: 2px solid #010066;
  padding: 0 10px 0;
  margin: 0 auto; }

.header-popup-disclaimer {
  text-align: left;
  margin: 0;
  padding: 0;
  margin-bottom: 20px; }

.header-popup-disclaimer h5, .header-popup-disclaimer .h5, .header-popup-disclaimer .cart-header-item {
  text-align: left;
  margin: 0;
  padding: 0; }

/* Media Queries */
@media screen and (max-width: 900px) {
  /* Tablet */
  .price-disclamer {
    height: 250px;
    /* Adjust height for tablet */
    top: 50%;
    /* Adjust top positioning */
    width: 70%;
    background-color: white; }
  .header-popup-disclaimer h5, .header-popup-disclaimer .h5, .header-popup-disclaimer .cart-header-item {
    margin-bottom: 25px; } }

@media screen and (max-width: 600px) {
  /* Mobile */
  .price-disclamer {
    height: 300px;
    /* Adjust height for mobile */
    top: 50%;
    /* Adjust top positioning */
    width: 80%;
    background-color: white; } }

@media screen and (max-width: 450px) {
  /* Mobile */
  .price-disclamer {
    height: 250px;
    /* Adjust height for mobile */
    top: 50%;
    /* Adjust top positioning */
    width: 80%;
    background-color: white; } }

@media screen and (max-width: 380px) {
  /* Mobile */
  .price-disclamer {
    height: 200px;
    /* Adjust height for mobile */
    top: 50%;
    /* Adjust top positioning */
    width: 80%;
    background-color: white; } }

button#closeModal {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 20px;
  /* Adjust size if needed */
  color: grey;
  /* Change color if desired */
  cursor: pointer; }

/* Mobile Styles */
@media (max-width: 600px) {
  .popup-inner-price-disclaimer {
    padding: 15px;
    /* Reduce padding */
    width: 90%;
    /* Full width on mobile */ }
  button#closeModal {
    font-size: 18px;
    /* Slightly smaller close button */ }
  .price-popup h5, .price-popup .h5, .price-popup .cart-header-item {
    font-size: 16px;
    /* Adjust title size */ }
  .price-popup span {
    font-size: 14px;
    /* Adjust text size */ } }

.product-name-listrak {
  font-weight: 600;
  font-size: 20px; }

.main-text-listrak {
  font-family: 'Open Sans Semi Bold', Arial, Helvetica, sans-serif; }

.popup-inner-listrak input[type="submit"] {
  background-color: #00003f;
  color: #fff;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  height: 50px;
  width: 190px;
  font-size: 17px;
  margin-top: 5px; }

.submit-listrak input[type="submit"] {
  background-color: #00003f;
  color: #fff;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  height: 50px;
  width: 190px;
  font-size: 17px;
  margin-top: 5px; }

.newsletter-listrak {
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 5px; }

.disclaimer-listrak {
  font-size: 10px;
  font-weight: 300;
  margin-bottom: 5px; }

.close-button-listrak {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  font-weight: bold;
  height: 15px;
  width: 15px;
  font-size: 16px; }

.popup-inner-listrak input[type="email"]::placeholder {
  color: #00003f; }

#sku-value {
  margin-bottom: 15px; }

.radio-button-listrak {
  margin-bottom: 5px; }

#phone-listrak-backinstock {
  padding: 10px;
  width: 250px;
  margin-bottom: 10px; }

.newletter-options-listrak {
  text-align: left; }

.jdgm-sort-dropdown-wrapper {
  display: flex !important;
  justify-content: right; }

.jdgm-prev-badge__text,
.jdgm-qa-badge__text {
  text-decoration: underline;
  color: #010066; }

.jdgm-qa-badge__text {
  vertical-align: unset !important; }

.jdgm-rev__title {
  margin-bottom: 5px !important; }

.jdgm-rev-widg__title {
  font-size: 1.2em !important;
  font-weight: 500 !important; }
  @media only screen and (min-width: 768px) {
    .jdgm-rev-widg__title {
      font-size: 1.4em !important; } }

.jdgm-rev__icon {
  background-color: white !important; }

.jdgm-rev-widg {
  background-color: #F1F1F1 !important; }

.jdgm-rev__thumb-btn {
  color: #808080 !important; }

.free-shipping-message {
  color: #C00000; }
  .free-shipping-message a {
    text-decoration: underline;
    color: #C00000; }

.ss__title {
  font-size: 1.5em;
  font-weight: 500; }
  @media only screen and (min-width: 768px) {
    .ss__title {
      font-size: 1.7em; } }

.stock-message-container {
  margin-top: -10px;
  min-height: 34px; }
  @media only screen and (max-width: 479px) {
    .stock-message-container {
      margin-bottom: 10px; } }

.mz-hint-message {
  background-color: #808080 !important; }

@media screen and (min-width: 768px) {
  .MagicZoomGallery {
    display: flex;
    flex-flow: row-reverse;
    align-items: center;
    position: relative;
    justify-content: left;
    max-height: 525px; }
  .MagicZoom-Selector-Wrapper {
    max-height: 600px;
    width: 70px;
    overflow: hidden; }
  .MagicZoom-button-top,
  .MagicZoom-button-bottom {
    transform: rotate(90deg);
    background: none;
    border: none;
    font-size: 24px; }
  .MagicZoomSelectors {
    width: 70px;
    max-height: 350px;
    margin: 0 !important;
    transform: translateY(0px);
    transition: 600ms;
    overflow: hidden; }
  .MagicZoom {
    max-width: 525px;
    max-height: 525px; }
    .MagicZoom img {
      max-height: 525px; }
  div[data-slide-id^=video] {
    max-height: 480px;
    width: 100% !important;
    height: calc(var(--page-width)/3.25) !important; } }

@media screen and (min-width: 768px) and (min-width: 1350px) {
  .MagicZoom {
    margin-left: 57px !important; } }

@media screen and (min-width: 768px) and (max-width: 1350px) {
  .MagicZoom {
    margin-left: 22px !important; } }

.mz-hint,
.mz-nav-controls {
  display: none; }

.custom-item {
  font-size: 16px;
  margin-bottom: 10px; }

.bogo-promo {
  font-size: 16px;
  margin-bottom: 10px;
  color: #c00000; }

.swym-button-bar {
  margin: 15px 0px !important;
  width: 100% !important; }

.swym-btn-container[data-position=default] {
  display: block !important; }

.swym-btn-container .swym-add-to-wishlist {
  height: 62px !important;
  max-width: 465px !important;
  width: 100% !important;
  font-size: 1.4em !important;
  font-weight: 600 !important;
  font-family: "Roboto Flex", Helvetica, Arial, sans-serif !important;
  background-color: white !important;
  border: 2px solid #010066 !important;
  color: #010066 !important; }

.swym-added.swym-add-to-wishlist {
  border: none !important; }

.swym-add-to-wishlist.swym-icontext:after {
  width: 30px !important; }

.swym-title-1 {
  color: #010066 !important;
  font-family: "Roboto Flex", Helvetica, Arial, sans-serif !important; }

.main-atc-button {
  padding: 7px;
  width: 70%;
  height: auto !important;
  max-width: 465px; }

.specialty-pdp-section {
  margin-bottom: 20px; }
  .specialty-pdp-section h3 span, .specialty-pdp-section .h3 span,
  .specialty-pdp-section h3 button,
  .specialty-pdp-section .h3 button {
    display: inline-block;
    margin-right: 80px; }
    .specialty-pdp-section h3 span.clear-filter, .specialty-pdp-section .h3 span.clear-filter,
    .specialty-pdp-section h3 button.clear-filter,
    .specialty-pdp-section .h3 button.clear-filter {
      text-decoration: underline;
      letter-spacing: 2px;
      font-size: 20px; }

.productView-description-preview-specialty {
  padding-bottom: 36px;
  margin-bottom: 20px; }
  .productView-description-preview-specialty p, .productView-description-preview-specialty .p {
    margin-bottom: 0; }
  .productView-description-preview-specialty a {
    font-family: "Roboto Flex", Helvetica, Arial, sans-serif;
    font-size: 1em;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 22px;
    text-decoration: underline;
    text-transform: uppercase;
    white-space: nowrap; }
  .productView-description-preview-specialty li {
    margin-left: 17px; }
  .productView-description-preview-specialty ul {
    padding-left: 30px;
    margin-top: 10px; }

.productView-price-specialty {
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px; }
  @media only screen and (max-width: 767px) {
    .productView-price-specialty {
      margin-top: 10px; } }

.specialty-pdp-section-header {
  display: block;
  margin-bottom: 20px;
  padding: 10px 0;
  position: relative;
  text-align: left;
  text-decoration: none;
  width: 100%; }
  .specialty-pdp-section-header h2, .specialty-pdp-section-header .h2 {
    margin-bottom: 0 !important; }

.specialty-filter-item-container {
  display: none; }

.specialty-filter-item-list {
  display: flex;
  list-style: none;
  gap: 17px;
  flex-wrap: wrap; }
  .specialty-filter-item-list.last {
    margin-bottom: 60px; }
  .specialty-filter-item-list li button {
    width: 100%;
    height: 100%;
    border: 1px solid #010066;
    padding: 14px 12px; }
    .specialty-filter-item-list li button.active {
      border: 3px solid #010066; }

.icon.icon-tool-tip {
  height: 13px;
  width: 13px;
  margin-bottom: 11px; }

.filter-header-container {
  display: flex;
  align-items: center;
  gap: 10px; }

.power-popup,
.action-popup {
  padding: 25px 70px;
  background: #fff;
  margin: 20px auto;
  max-width: 1100px;
  position: relative;
  width: auto; }
  .power-popup .h3,
  .action-popup .h3 {
    color: #C00000;
    margin-bottom: 10px; }
  .power-popup .popup-line,
  .action-popup .popup-line {
    margin-bottom: 37px; }
  .power-popup .h5, .power-popup .cart-header-item,
  .action-popup .h5,
  .action-popup .cart-header-item {
    margin-bottom: 0; }
  .power-popup .body-small,
  .action-popup .body-small {
    margin-bottom: 0; }

.variant-container {
  width: 100%;
  border: 1px solid #F1F1F1;
  margin-bottom: 40px; }
  .variant-container[class*="hide"] {
    display: none; }
  .variant-container .top .model-desc-container {
    margin: 15px 0; }
  .variant-container .top .h3 {
    margin-bottom: 0; }
  .variant-container .top .variant-image {
    width: 100%; }
  .variant-container .top .price-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
  .variant-container .top .base-price-tag {
    color: #58595B;
    text-decoration: line-through;
    display: block; }
  .variant-container .top .price-tag {
    color: #C00000;
    margin-bottom: 0;
    display: block; }
  .variant-container .top .variant-atc-container {
    margin: 15px 0; }
  .variant-container .top .specialty-atc-container {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0 0 0 0;
    align-items: center; }
    .variant-container .top .specialty-atc-container.first {
      margin-bottom: 20px; }
      .variant-container .top .specialty-atc-container.first .stock-label {
        margin-bottom: 0;
        margin: 0 15px 0 0; }
  .variant-container .top .nmbis-message-rod {
    display: flex;
    justify-content: center;
    padding-top: 10px; }
  @media only screen and (max-width: 767px) {
    .variant-container .top .model-desc-container,
    .variant-container .top .variant-atc-container {
      margin: 15px 0; }
    .variant-container .top .body-small {
      margin-top: 20px; }
    .variant-container .top .h3 {
      margin-bottom: 15px;
      margin-right: 22px; }
    .variant-container .top .body-small,
    .variant-container .top .h3 {
      margin-left: 22px; }
    .variant-container .top .price-container {
      align-items: center;
      padding-left: 22px; }
    .variant-container .top .specialty-atc-container {
      padding: 0 0 0 22px;
      flex-direction: row-reverse;
      /* &.last {
                    margin-bottom: 20px;
                }*/ }
      .variant-container .top .specialty-atc-container.first .stock-label {
        margin: 0 0 0 15px; }
    .variant-container .top .nmbis-message-rod {
      padding-right: 0px;
      padding-left: 22px;
      padding-bottom: 10px;
      flex-direction: row-reverse; } }
  .variant-container .bottom {
    border-top: 1px solid #010066;
    padding: 11px 0;
    background-color: #F1F1F1; }
    @media only screen and (max-width: 990px) {
      .variant-container .bottom li {
        margin-bottom: 10px; } }
    .variant-container .bottom .h5, .variant-container .bottom .cart-header-item {
      margin-bottom: 0; }
    .variant-container .bottom .body-small {
      margin-bottom: 5px;
      border-bottom: 1px solid #010066;
      display: inline-block; }

.increment-button-wrap.specialty-pdp,
.increment-input-wrap.specialty-pdp {
  width: 41px; }
  @media screen and (max-width: 450px) {
    .increment-button-wrap.specialty-pdp,
    .increment-input-wrap.specialty-pdp {
      width: 30px; } }

.bait-variant-card-container {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
  justify-content: center; }
  .bait-variant-card-container .bait-card {
    border: 1px solid #F1F1F1;
    width: 330px; }
    .bait-variant-card-container .bait-card .image-block {
      position: relative;
      min-width: 100%; }
      .bait-variant-card-container .bait-card .image-block img {
        width: 100%; }
    .bait-variant-card-container .bait-card h4, .bait-variant-card-container .bait-card .h4, .bait-variant-card-container .bait-card .standard-table th, .standard-table .bait-variant-card-container .bait-card th, .bait-variant-card-container .bait-card .banner-icp p, .banner-icp .bait-variant-card-container .bait-card p, .bait-variant-card-container .bait-card .banner-icp .p, .banner-icp .bait-variant-card-container .bait-card .p {
      margin-bottom: 10px; }
    .bait-variant-card-container .bait-card .depth-options-container {
      width: 100%;
      padding: 0 16px;
      position: relative; }
      .bait-variant-card-container .bait-card .depth-options-container .mfOverlay {
        background-color: #010066;
        justify-content: space-between;
        align-items: center;
        display: flex;
        padding: 8px;
        min-height: 70px;
        margin-left: -16px;
        margin-right: -16px; }
        .bait-variant-card-container .bait-card .depth-options-container .mfOverlay p, .bait-variant-card-container .bait-card .depth-options-container .mfOverlay .p {
          color: #fff;
          margin-bottom: 0; }
          .bait-variant-card-container .bait-card .depth-options-container .mfOverlay p.body-small, .bait-variant-card-container .bait-card .depth-options-container .mfOverlay .body-small.p {
            text-decoration: underline;
            margin-bottom: 4px; }
      .bait-variant-card-container .bait-card .depth-options-container .icon-tool-tip {
        position: absolute;
        margin-bottom: 0;
        top: 8px;
        left: 110px;
        opacity: 0; }
        .bait-variant-card-container .bait-card .depth-options-container .icon-tool-tip:hover + .mfOverlay {
          display: flex; }
      .bait-variant-card-container .bait-card .depth-options-container .header-container {
        display: flex;
        justify-content: space-between;
        align-items: center; }
  .bait-variant-card-container .options-wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    min-height: 94px; }
    .bait-variant-card-container .options-wrap button {
      background-color: #fff;
      border: 1px solid #010066;
      min-width: 70px;
      padding: 10px 10px;
      height: 50%; }
      .bait-variant-card-container .options-wrap button.selected {
        border: 3px solid #010066; }
      .bait-variant-card-container .options-wrap button:hover {
        cursor: pointer; }
  .bait-variant-card-container .baits-qty-price-section {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 16px;
    margin-top: 24px; }
    .bait-variant-card-container .baits-qty-price-section .form-increments-wrap {
      margin-right: 15px;
      min-width: 124px; }
    .bait-variant-card-container .baits-qty-price-section .body-small {
      margin-bottom: 0;
      min-width: 70px; }
    .bait-variant-card-container .baits-qty-price-section .sale-price-container {
      text-align: center; }
    .bait-variant-card-container .baits-qty-price-section h4, .bait-variant-card-container .baits-qty-price-section .h4, .bait-variant-card-container .baits-qty-price-section .standard-table th, .standard-table .bait-variant-card-container .baits-qty-price-section th, .bait-variant-card-container .baits-qty-price-section .banner-icp p, .banner-icp .bait-variant-card-container .baits-qty-price-section p, .bait-variant-card-container .baits-qty-price-section .banner-icp .p, .banner-icp .bait-variant-card-container .baits-qty-price-section .p {
      margin-bottom: 0; }
      .bait-variant-card-container .baits-qty-price-section h4.base-price, .bait-variant-card-container .baits-qty-price-section .base-price.h4, .bait-variant-card-container .baits-qty-price-section .standard-table th.base-price, .standard-table .bait-variant-card-container .baits-qty-price-section th.base-price, .bait-variant-card-container .baits-qty-price-section .banner-icp p.base-price, .banner-icp .bait-variant-card-container .baits-qty-price-section p.base-price, .bait-variant-card-container .baits-qty-price-section .banner-icp .base-price.p, .banner-icp .bait-variant-card-container .baits-qty-price-section .base-price.p {
        color: #010066; }
      .bait-variant-card-container .baits-qty-price-section h4.sale-price, .bait-variant-card-container .baits-qty-price-section .sale-price.h4, .bait-variant-card-container .baits-qty-price-section .standard-table th.sale-price, .standard-table .bait-variant-card-container .baits-qty-price-section th.sale-price, .bait-variant-card-container .baits-qty-price-section .banner-icp p.sale-price, .banner-icp .bait-variant-card-container .baits-qty-price-section p.sale-price, .bait-variant-card-container .baits-qty-price-section .banner-icp .sale-price.p, .banner-icp .bait-variant-card-container .baits-qty-price-section .sale-price.p {
        color: #C00000; }
      .bait-variant-card-container .baits-qty-price-section h4.crossed-out-base-price, .bait-variant-card-container .baits-qty-price-section .crossed-out-base-price.h4, .bait-variant-card-container .baits-qty-price-section .standard-table th.crossed-out-base-price, .standard-table .bait-variant-card-container .baits-qty-price-section th.crossed-out-base-price, .bait-variant-card-container .baits-qty-price-section .banner-icp p.crossed-out-base-price, .banner-icp .bait-variant-card-container .baits-qty-price-section p.crossed-out-base-price, .bait-variant-card-container .baits-qty-price-section .banner-icp .crossed-out-base-price.p, .banner-icp .bait-variant-card-container .baits-qty-price-section .crossed-out-base-price.p {
        color: #58595B;
        text-decoration: line-through;
        font-size: 16px; }
  .bait-variant-card-container .baits-atc {
    margin-top: 20px;
    margin-bottom: 10px; }

.selected-bait-filter {
  border: 3px solid #010066 !important; }

.lure-variant-badge {
  position: absolute;
  right: 0;
  top: 0;
  margin-right: 3px;
  margin-top: 3px;
  width: 35% !important;
  height: 18%; }

.productView .alertBox {
  display: none; }

/* Styles for the popup */
.header-listrak {
  font-family: "Roboto Flex", Helvetica, Arial, sans-serif;
  color: #00003f;
  font-size: 34px;
  font-weight: 600; }

@media screen and (max-width: 600px) {
  .header-listrak {
    font-size: 26px; }
  .main-text-listrak {
    font-size: 15px; } }

.popup-listrak {
  position: fixed;
  width: 100%;
  height: 450px;
  max-width: 700px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  text-align: center;
  background-image: url(https://cdn11.bigcommerce.com/s-s2ydjd5yv9/images/stencil/original/image-manager/scales-at-30.jpg);
  border: 2px solid #010066; }
  @media screen and (max-width: 600px) {
    .popup-listrak {
      height: 600px; } }

.success-listrak {
  position: fixed;
  width: 100%;
  height: 450px;
  max-width: 700px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  text-align: center;
  background-image: url(https://cdn11.bigcommerce.com/s-s2ydjd5yv9/images/stencil/original/image-manager/scales-at-30.jpg);
  border: 2px solid #010066; }
  @media screen and (max-width: 600px) {
    .success-listrak {
      height: 600px; } }

.popup-inner-listrak {
  padding: 20px;
  font-family: "Roboto Flex", Helvetica, Arial, sans-serif;
  color: #00003f;
  font-weight: 600; }

.popup-inner-listrak input[type="email"] {
  width: 90%;
  padding: 10px;
  margin-bottom: 10px;
  color: #00003f; }

.product-name-listrak {
  font-weight: 600;
  font-size: 20px; }

.main-text-listrak {
  font-family: 'Open Sans Semi Bold', Arial, Helvetica, sans-serif; }

.popup-inner-listrak input[type="submit"] {
  background-color: #00003f;
  color: #fff;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  height: 50px;
  width: 190px;
  font-size: 17px;
  margin-top: 5px; }

.submit-listrak input[type="submit"] {
  background-color: #00003f;
  color: #fff;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  height: 50px;
  width: 190px;
  font-size: 17px;
  margin-top: 5px; }

.newsletter-listrak {
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 5px; }

.disclaimer-listrak {
  font-size: 10px;
  font-weight: 300;
  margin-bottom: 5px; }

.close-button-listrak {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  font-weight: bold;
  height: 15px;
  width: 15px;
  font-size: 16px; }

.popup-inner-listrak input[type="email"]::placeholder {
  color: #00003f; }

#sku-value {
  margin-bottom: 15px; }

.radio-button-listrak {
  margin-bottom: 5px; }

#phone-listrak-backinstock {
  padding: 10px;
  width: 250px;
  margin-bottom: 10px; }

.newletter-options-listrak {
  text-align: left; }

.productView-options-specialty {
  padding-top: 15px; }

.mz-hint-message {
  background-color: #808080 !important; }

@media screen and (min-width: 768px) {
  .MagicZoomGallery {
    display: flex;
    flex-flow: row-reverse;
    align-items: center;
    position: relative;
    justify-content: left;
    max-height: 525px; }
  .MagicZoom-Selector-Wrapper {
    max-height: 600px;
    width: 70px;
    overflow: hidden; }
  .MagicZoom-button-top,
  .MagicZoom-button-bottom {
    transform: rotate(90deg);
    background: none;
    border: none;
    font-size: 24px; }
  .MagicZoomSelectors {
    width: 70px;
    max-height: 350px;
    margin: 0 !important;
    transform: translateY(0px);
    transition: 600ms;
    overflow: hidden; }
  .MagicZoom {
    max-width: 525px;
    max-height: 525px; }
    .MagicZoom img {
      max-height: 525px; }
  div[data-slide-id^=video] {
    max-height: 480px;
    width: 100% !important;
    height: calc(var(--page-width)/3.25) !important; } }

@media screen and (min-width: 768px) and (min-width: 1350px) {
  .MagicZoom {
    margin-left: 57px !important; } }

@media screen and (min-width: 768px) and (max-width: 1350px) {
  .MagicZoom {
    margin-left: 22px !important; } }

.mz-hint,
.mz-nav-controls {
  display: none; }

.bait-color-title {
  border-style: solid;
  border-color: #010066;
  border-width: 1px;
  border-bottom: 0px;
  display: flex;
  justify-content: center;
  vertical-align: middle;
  min-height: 70px;
  border-top: 0px; }

.color-title {
  margin-block-end: 0px;
  margin: auto !important; }

.toggle-specs-container {
  height: 20px;
  background-color: #010066;
  text-align: center;
  border-left: 1px solid #010066;
  border-right: 1px solid #010066;
  border-top: 1px solid #010066;
  cursor: pointer; }

.specs-text {
  color: white;
  font-size: 13px;
  margin-block-end: 0px; }

.lure-variant {
  width: 100%; }

.lure-variant-data {
  width: 100%;
  height: 90px;
  border: 1px solid #010066;
  border-collapse: collapse;
  text-align: center; }

.lure-spacer {
  height: 12px;
  background-color: white; }

.lure-variant-option-value {
  width: 25%;
  font-size: 16px;
  border-right: solid 1px #010066; }

.lure-variant-sku {
  width: 25%;
  font-size: 12px;
  color: #808080;
  border-right: solid 1px #010066; }

.lure-variant-stock {
  font-size: 14px;
  width: 35%; }

.lure-variant-price {
  font-size: 14px;
  width: 40%; }

.lure-specs {
  width: 100%;
  border-left: 1px solid #010066;
  border-right: 1px solid #010066;
  border-collapse: collapse;
  padding: 0px;
  text-align: center;
  font-size: 14px; }

.spec-titles {
  background-color: #dddddd;
  border: 1px solid #010066; }

.spec-title {
  padding: 0px;
  border: 1px solid #010066;
  border-collapse: collapse; }

.spec-value {
  padding: 0px;
  border-right: 1px solid #010066;
  border-collapse: collapse; }

table td.spec-title:first-of-type {
  width: 25%; }

table td.spec-value:first-of-type {
  width: 25%; }

.bait-addToCart {
  padding: 0 10px;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  letter-spacing: 0px; }

.bait-addToWishlist {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='40'%20height='40'%20viewBox='0%200%2024%2024'%3E%3Cpath%20fill='%23010066'%20d='M%204%204%20C%204%202.34375%205.34375%201%207%201%20L%2017%201%20C%2018.65625%201%2020%202.34375%2020%204%20L%2020%2020.941406%20C%2020%2022.613281%2018.078125%2023.546875%2016.765625%2022.515625%20L%2012%2018.773438%20L%207.234375%2022.515625%20C%205.921875%2023.546875%204%2022.613281%204%2020.941406%20Z%20M%207%203%20C%206.449219%203%206%203.449219%206%204%20L%206%2020.941406%20L%2012%2016.226562%20L%2018%2020.941406%20L%2018%204%20C%2018%203.449219%2017.550781%203%2017%203%20Z'/%3E%3C/svg%3E");
  padding: 0 10px;
  font-size: 14px;
  height: 35px;
  line-height: 30px;
  letter-spacing: 0px;
  background-repeat: no-repeat;
  background-size: 30px 25px;
  background-position: center;
  display: inline-block;
  width: 35px;
  height: 40px;
  border: 2px solid #010066;
  margin-right: 5px;
  background-color: transparent;
  text-indent: -9999px;
  overflow: hidden;
  vertical-align: middle; }

.bait-qty-button {
  height: 40px !important;
  width: 25px !important;
  min-width: 25px !important;
  line-height: 25px !important; }

.bait-increment-wrap {
  width: 25px !important;
  height: 40px !important;
  font-size: 14px; }

.bait-price {
  margin-bottom: 0px; }

.bait-crossed-out-base-price {
  color: #58595B;
  text-decoration: line-through;
  font-size: 12px; }

.bait-stock-message {
  margin-block-end: 0px; }

.bait-disabled-add-to-cart {
  background-color: #808080;
  border: 1px solid #010066;
  line-height: 40px; }

.image-block {
  border: 1px solid #010066;
  border-bottom: 0px; }

.rod-card {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  border-collapse: collapse !important; }

.rod-qty-add-to-cart-container {
  display: flex;
  flex-direction: column;
  width: 30%;
  height: 100%;
  border-top: solid 1px #010066;
  border-right: solid 1px #010066;
  border-bottom: solid 1px #010066; }

.rod-spec-table {
  width: 70%;
  height: 100%;
  border-collapse: collapse;
  border-bottom: solid 1px #010066;
  border-left: solid 1px #010066; }

.rod-spec-table-mobile {
  display: none;
  width: 70%;
  height: 100%;
  border-collapse: collapse;
  border-left: solid 1px #010066;
  display: flex;
  flex-flow: row; }

.rod-spec-table tbody {
  height: 100%;
  width: 100%; }

.rod-spec-table-mobile tbody {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  width: 100%; }

.rod-spec {
  text-align: left;
  font-size: 14px; }

.rod-add-to-cart-button {
  padding: 0 10px;
  font-size: 16px;
  height: 30px;
  line-height: 30px; }
  @media screen and (max-width: 450px) {
    .rod-add-to-cart-button {
      font-size: 14px; } }

.swym-save-for-later-btn {
  font-size: 16px !important; }

@media only screen and (max-width: 900px) {
  .swym-save-for-later-btn {
    font-size: 16px !important; } }

#swymcs-close-wishlist-popup {
  right: 0 !important; }

.rod-add-to-wishlist-button {
  padding: 0 10px !important;
  background-color: white !important;
  color: #010066 !important;
  border: 2px solid #010066 !important;
  font-size: 16px !important;
  margin-top: 5px !important;
  height: 30px !important;
  line-height: 30px !important; }
  @media screen and (max-width: 450px) {
    .rod-add-to-wishlist-button {
      font-size: 14px !important; } }

.swymcs-close-wishlist-popup svg.icon {
  right: 0 !important;
  position: absolute !important; }

.bookmark-icon {
  display: inline-block;
  width: 20px;
  margin-bottom: 5px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%3E%3Cpath%20fill='%23010066'%20d='M%204%204%20C%204%202.34375%205.34375%201%207%201%20L%2017%201%20C%2018.65625%201%2020%202.34375%2020%204%20L%2020%2020.941406%20C%2020%2022.613281%2018.078125%2023.546875%2016.765625%2022.515625%20L%2012%2018.773438%20L%207.234375%2022.515625%20C%205.921875%2023.546875%204%2022.613281%204%2020.941406%20Z%20M%207%203%20C%206.449219%203%206%203.449219%206%204%20L%206%2020.941406%20L%2012%2016.226562%20L%2018%2020.941406%20L%2018%204%20C%2018%203.449219%2017.550781%203%2017%203%20Z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle; }

.swym-block + .swym-wishlist-button-bar {
  display: none !important; }

/* General Reset & Helpers */
body.no-scroll {
  overflow-y: hidden; }

body.no-scroll::after {
  position: fixed;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9998;
  /* Behind the popup */ }

.swymcs-create-list-field {
  display: flex;
  align-items: center;
  gap: 1rem;
  /* Space between image text and input */
  width: 100%;
  margin-top: 15px; }

.swymcs-list-item-image-text {
  height: 35px;
  width: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #434655;
  color: #fff;
  text-transform: uppercase;
  flex-shrink: 0; }

.swymcs-popup-input {
  flex: 1;
  /* Take up remaining space */
  padding: 12px 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: .05em;
  color: #434655;
  border: 1px solid #434655;
  background: #fff;
  font-family: var(--font-body-family); }

.swymcs-popup-input:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px rgba(67, 70, 85, 0.2); }

.swym-hide-container {
  display: none !important; }

.swym-wishlist-items-title {
  margin: 10px; }

.swym-active-popup {
  display: flex !important;
  z-index: 10000; }

.swymcs-buttons-container.swymcs-select-list {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 10px 15px;
  box-sizing: border-box;
  cursor: pointer;
  text-align: left; }

.swymcs-list-item-image-text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #434655;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  flex-shrink: 0; }

.swymcs-wishlist-title {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex-grow: 1; }

/* Popup Container */
#swymcs-wishlist-popup-container {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  /* Above everything */
  background: #fff;
  padding: 30px;
  max-width: 500px;
  width: 90%;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  max-height: 90vh;
  overflow-y: auto; }

/* Popup Header */
#swymcs-wishlist-popup-title {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #cacbcf; }

#swymcs-wishlist-popup-product-title {
  font-weight: 600;
  font-size: 18px;
  flex-grow: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

#swymcs-wishlist-popup-product-image {
  width: 45px;
  height: 45px;
  object-fit: cover; }

/* Close Button */
#swymcs-close-wishlist-popup {
  position: absolute;
  top: 15px;
  right: 20px;
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
  color: #333; }

/* Lists */
#swymcs-wishlist-lists {
  list-style: none;
  padding: 0;
  margin: 0; }

.swymcs-wishlist-select-lists {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid #e0e0e0;
  font-size: 14px;
  cursor: pointer; }

.swymcs-list-item-image-text, .swymcs-wishlist-select-lists img {
  width: 35px;
  height: 35px;
  object-fit: cover;
  background: #434655;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 50%; }

/* Custom Checkbox */
.swymcs-wishlist-select-lists input[type="checkbox"] {
  display: none; }

.swymcs-wishlist-select-lists label {
  flex-grow: 1;
  padding-left: 15px;
  align-items: center;
  justify-content: space-between;
  position: relative; }

.swymcs-wishlist-select-lists label::before {
  content: '';
  position: absolute;
  right: -25px;
  width: 15px;
  height: 15px;
  border: 1px solid #434655;
  background: #fff; }

.swymcs-wishlist-select-lists input:checked + label::after {
  content: '';
  position: absolute;
  right: 18px;
  top: 23px;
  width: 9px;
  height: 9px;
  background: #434655;
  border-radius: 1px; }

.swymcs-wishlist-select-lists {
  position: relative;
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0; }

.swymcs-wishlist-select-lists label {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 10px 15px;
  cursor: pointer;
  box-sizing: border-box;
  border-bottom: 1px solid #e0e0e0; }

/* Checkbox Box */
.swymcs-wishlist-select-lists label::before {
  content: '';
  position: absolute;
  right: 15px;
  /* Adjusted to be inside label */
  width: 15px;
  height: 15px;
  border: 1px solid #434655;
  background: #fff;
  border-radius: 2px; }

/* Checkbox Checkmark */
.swymcs-wishlist-select-lists input:checked + label::after {
  content: '';
  position: absolute;
  width: 9px;
  height: 9px;
  background: #434655;
  border-radius: 1px; }

/* Hide the native checkbox */
.swymcs-wishlist-select-lists input {
  position: absolute;
  left: -9999px; }

/* Create List Section */
#swymcs-create-list-container {
  display: flex;
  flex-direction: column;
  gap: 10px; }

#swymcs-create-list-field {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc; }

#swymcs-create-list-error {
  color: red;
  font-size: 12px;
  font-style: italic; }

/* Buttons */
#swymcs-wishlist-popup-buttons-container {
  display: flex;
  gap: 10px;
  margin-top: 15px;
  justify-content: space-between; }

.swymcs-button {
  padding: 10px 20px;
  font-size: 14px;
  cursor: pointer;
  border: none; }

.swymcs-primary-button {
  background: #434655;
  color: #fff; }

.swymcs-secondary-button {
  background: #fff;
  color: #434655;
  border: 1px solid #434655; }

#swymcs-modify-list-button:disabled {
  background: #c4c4c4;
  cursor: not-allowed; }

/* Mobile Styles */
@media (max-width: 600px) {
  #swymcs-wishlist-popup-container {
    width: 95%;
    padding: 20px; }
  #swymcs-wishlist-popup-title {
    flex-direction: column;
    align-items: flex-start; }
  #swymcs-wishlist-popup-buttons-container {
    flex-direction: column; }
  .swymcs-button {
    width: 100%; } }

.rod-add-to-wishlist-button {
  padding: 0 10px !important;
  font-size: 16px;
  margin-top: 5px;
  height: 30px;
  line-height: 30px; }
  @media screen and (max-width: 450px) {
    .rod-add-to-wishlist-button {
      font-size: 14px; } }

@media (max-width: 600px) {
  .swymcs-button {
    width: unset !important; } }

.rod-price-container {
  height: 50%; }
  .rod-price-container .base-price-tag {
    color: #58595B;
    text-decoration: line-through; }
  .rod-price-container .price-tag {
    color: #C00000;
    margin-bottom: 0; }

.rod-qty-selector {
  height: 40%; }

.rod-stock-message {
  height: 50%;
  min-height: 24px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 20px; }

.rod-sku {
  color: #808080;
  font-size: 12px; }

.rod-add-to-cart-container {
  height: 50%; }

.rod-atc-container {
  height: 30px !important; }

.control-column {
  padding-top: 15px;
  padding-bottom: 15px; }

@media screen and (min-width: 1201px) {
  .rod-card {
    height: 140px; }
  .rod-qty-add-to-cart-container {
    flex-direction: row;
    justify-content: space-between;
    border-right: 0; }
  .control-column {
    width: 48%;
    border-right: solid 1px #010066;
    height: 100%; }
  .rod-spec-table-mobile {
    display: none; } }

@media screen and (min-width: 901px) and (max-width: 1200px) {
  .rod-card {
    height: 275px;
    flex-wrap: nowrap; }
  .rod-qty-add-to-cart-container {
    flex-direction: column;
    width: 20%; }
  .control-column {
    width: 100%; }
  .rod-spec-table {
    width: 80%; }
  .rod-price-container,
  .rod-stock-message {
    margin-bottom: 15px; }
  .rod-spec-table-mobile {
    display: none; }
  .rod-stock-message {
    height: 30%; }
  .rod-price-container {
    height: 40%; } }

@media screen and (max-width: 900px) {
  .rod-spec-table-mobile {
    display: table;
    width: 100%;
    border-top: solid 1px #010066; }
  .rod-spec-table {
    display: none; }
  .rod-qty-add-to-cart-container {
    width: 100%;
    flex-direction: row;
    border-top: 0;
    border-left: solid 1px #010066; }
  .control-column {
    width: 100%; }
  .rod-spec {
    width: 50%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap; }
  .rod-spec-table {
    width: 100%; }
  .rod-price-container,
  .rod-stock-message {
    margin-bottom: 20px;
    height: 30%; } }

.rod-spec-title {
  font-weight: 600;
  background-color: #dddddd;
  border-right: solid 1px #010066;
  border-top: solid 1px #010066;
  border-bottom: solid 1px #010066;
  border-collapse: collapse;
  height: 50%;
  text-align: center;
  padding: 5px;
  padding-bottom: 15px;
  vertical-align: bottom;
  line-height: 15px; }
  @media screen and (min-width: 901px) and (max-width: 1200px) {
    .rod-spec-title {
      vertical-align: middle; } }

.rod-spec-title-mobile {
  font-weight: 600;
  background-color: #dddddd;
  border-right: solid 1px #010066;
  border-bottom: solid 1px #010066;
  border-collapse: collapse;
  height: 50%;
  text-align: center;
  padding: 5px; }

.rod-spec-value {
  border-right: solid 1px #010066;
  border-collapse: collapse;
  height: 50%;
  text-align: center;
  padding: 5px;
  vertical-align: bottom;
  line-height: 15px;
  padding-bottom: 15px; }
  @media screen and (min-width: 901px) and (max-width: 1200px) {
    .rod-spec-value {
      vertical-align: middle; } }

.rod-spec-value-mobile {
  border-right: solid 1px #010066;
  border-bottom: solid 1px #010066;
  border-collapse: collapse;
  height: 50%;
  text-align: center;
  padding: 5px; }

.rod-qty-button {
  height: 30px !important; }
  @media screen and (max-width: 450px) {
    .rod-qty-button {
      height: 20px !important;
      line-height: 20px !important; } }

.rod-icon {
  height: 30px !important; }
  @media screen and (max-width: 450px) {
    .rod-icon {
      height: 20px !important; } }

.rod-disabled-add-to-cart {
  background-color: #808080;
  border: 1px solid #010066; }

.compareTable {
  border-top: 1px solid #F1F1F1;
  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 #F1F1F1; }
  .compareTable-row + .compareTable-row .compareTable-heading:empty {
    border-top: 0; }

.compareTable-heading {
  font-weight: 400;
  padding: 28px 25px;
  position: relative;
  text-align: right;
  width: 0; }

.compareTable-headingText {
  position: absolute;
  top: 28px;
  white-space: nowrap; }
  @media only screen and (min-width: 768px) {
    .compareTable-headingText {
      position: inherit;
      top: inherit; } }

.compareTable-item {
  padding: 43px 25px 28px; }
  @media only screen and (min-width: 768px) {
    .compareTable-item {
      padding-top: 28px; } }

.compareTable-removeProduct {
  background-color: container("fill", "dark");
  border-radius: 50%;
  height: 45px;
  position: absolute;
  right: -25px;
  top: -25px;
  transition: background-color 0.15s ease;
  width: 45px; }
  .compareTable-removeProduct .icon {
    fill: #000050;
    height: 20px;
    margin-top: 7px;
    width: 20px; }

.compareTable-product {
  font-weight: 400;
  padding: 27px 25px 28px; }
  .compareTable-product .card {
    margin-bottom: 0; }
  .compareTable-product .card-body {
    min-height: 80px;
    padding-top: 25px; }

.compareTable-action {
  padding: 0 25px 25px; }
  .compareTable-action .button {
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%; }

.toggle {
  border-top: 1px solid #F1F1F1;
  margin-bottom: 30px; }
  .toggle:last-of-type {
    margin-bottom: 60px; }

.toggle-title {
  margin-bottom: 30px; }

.toggleLink {
  color: #000050; }
  .toggleLink:hover {
    color: #010066; }
  .toggle-title .toggleLink {
    float: right;
    line-height: 24px; }

.toggleLink-text {
  font-weight: 400; }

.toggleLink-text--off {
  display: block; }
  .toggleLink.is-open .toggleLink-text--off {
    display: none; }

.toggleLink-text--on {
  display: none; }
  .toggleLink.is-open .toggleLink-text--on {
    display: block; }

.toggle-content {
  display: none; }
  .toggle-content.is-open {
    display: block; }

.category-header-image {
  width: 100%; }

.banner-category .banner-content {
  max-width: 1194px; }

.banner-category + .wrapper .breadcrumbs {
  display: none; }
  @media only screen and (min-width: 768px) {
    .banner-category + .wrapper .breadcrumbs {
      display: block;
      text-align: left;
      margin-top: 0;
      margin-bottom: 50px; } }

.filter-toggle {
  width: 100%; }

.category-list-top {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px; }
  .category-list-top .category-product-count {
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: #00003f;
    font-weight: 400; }

.form-select__desktop {
  display: none; }
  @media only screen and (min-width: 768px) {
    .form-select__desktop {
      display: block; } }
  .form-select__desktop .form-view {
    cursor: pointer;
    display: none;
    height: 40px;
    margin-left: 10px; }
    .form-select__desktop .form-view img {
      height: 35px;
      margin: 2.5px 5px;
      width: 35px; }
      .form-select__desktop .form-view img.list-selected {
        display: none; }
      .form-select__desktop .form-view img.grid-selected {
        display: inline-block; }
    .form-select__desktop .form-view.active > img.list-selected {
      display: inline-block; }
    .form-select__desktop .form-view.active > img.grid-selected {
      display: none; }
  .form-select__desktop .form-field {
    position: relative;
    margin: 0; }

.form-select__mobile {
  display: block; }
  @media only screen and (min-width: 768px) {
    .form-select__mobile {
      display: none; } }
  .form-select__mobile .form-select__mobile-heading {
    border: 1px solid #F1F1F1;
    cursor: pointer;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 1.1875;
    padding: 15px;
    text-transform: uppercase; }
    .form-select__mobile .form-select__mobile-heading .form-select__mobile-label {
      color: #C00000; }
    .form-select__mobile .form-select__mobile-heading .form-select__mobile-arrow {
      border-bottom: 2px solid #010066;
      border-right: 2px solid #010066;
      float: right;
      width: 10px;
      height: 10px;
      transform-origin: center center;
      transform: rotate(45deg) translate(-25%, 25%); }
      .form-select__mobile .form-select__mobile-heading .form-select__mobile-arrow.active {
        transform: rotate(225deg) translate(0, -50%); }
  .form-select__mobile .form-select__mobile-options {
    list-style: none;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out; }
    .form-select__mobile .form-select__mobile-options.active {
      max-height: 100%; }
    .form-select__mobile .form-select__mobile-options .form-select__mobile-option {
      border: 1px solid #F1F1F1;
      padding: 15px 15px 15px 50px;
      cursor: pointer;
      position: relative;
      text-transform: capitalize; }
      .form-select__mobile .form-select__mobile-options .form-select__mobile-option[active]::before {
        display: block;
        content: '';
        background-image: url('data:image/svg+xml;utf8,<svg width="11" height="10" viewBox="0 0 11 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.73598 0.969995C9.80423 0.900361 9.88568 0.845042 9.97557 0.807278C10.0655 0.769513 10.162 0.750061 10.2595 0.750061C10.357 0.750061 10.4535 0.769513 10.5434 0.807278C10.6333 0.845042 10.7147 0.900361 10.783 0.969995C11.069 1.259 11.073 1.72599 10.793 2.01999L4.87998 9.01C4.81285 9.08372 4.73138 9.14297 4.64056 9.18412C4.54974 9.22527 4.45148 9.24746 4.35179 9.24934C4.2521 9.25121 4.15307 9.23272 4.06077 9.19501C3.96847 9.15729 3.88483 9.10114 3.81498 9.02999L0.21698 5.384C0.0782173 5.24248 0.000488281 5.05219 0.000488281 4.854C0.000488281 4.6558 0.0782173 4.46551 0.21698 4.32399C0.285226 4.25436 0.366679 4.19904 0.456569 4.16128C0.546459 4.12351 0.64298 4.10406 0.74048 4.10406C0.837981 4.10406 0.934502 4.12351 1.02439 4.16128C1.11428 4.19904 1.19573 4.25436 1.26398 4.32399L4.31598 7.417L9.71598 0.991995C9.7222 0.984267 9.72888 0.97692 9.73598 0.969995Z" fill="black"/></svg>');
        background-size: cover;
        background-position: center;
        position: absolute;
        left: 19px;
        top: calc(50% - 5px);
        width: 12px;
        height: 10px; }

@media only screen and (min-width: 991px) {
  .page-sidebar .sidebarBlock-category {
    max-width: 205px;
    font-family: "Open Sans", Arial, sans-serif !important;
    letter-spacing: -1px; } }

@media only screen and (min-width: 991px) and (min-width: 768px) {
  .page-sidebar .facetedSearch-refineFilters {
    margin-bottom: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #F1F1F1; } }

.page-sidebar .sidebarBlock .accordion-navigation-actions .icon {
  height: 16px;
  width: 16px; }

@media only screen and (min-width: 768px) {
  .page-sidebar {
    flex: 0 0 16%;
    max-width: 16%; } }

.category-desc ul {
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px; }

.category-desc a {
  text-decoration: underline; }

.jdgm-prev-badge + .jdgm-prev-badge {
  display: none !important; }

.category-description {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  max-width: 1484px;
  padding: 0 50px;
  position: relative;
  width: 100%; }
  .category-description h2, .category-description .h2 {
    margin-bottom: 20px !important; }
  .category-description h3, .category-description .h3 {
    margin-top: 20px;
    margin-bottom: 20px; }
  .category-description a {
    text-decoration: underline; }
  .category-description ul {
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px; }

.category-desc h3, .category-desc .h3 {
  margin-block-end: 16px;
  margin-top: 32px; }

.ss__inline-banner {
  height: 100%; }

.ss__hierarchy__link[aria-label*="ICAST"],
.ss__hierarchy__link[aria-label*="Tackle for Pacific Northwest Salmon & Steelhead"],
.ss__hierarchy__link[aria-label*="Shimano"],
.ss__hierarchy__link[aria-label*="Okuma"],
.ss__hierarchy__link[aria-label*="Lew's"],
.ss__hierarchy__link[aria-label*="Redington"],
.ss__hierarchy__link[aria-label*="Orvis"],
.ss__hierarchy__link[aria-label*="Raven"],
.ss__hierarchy__link[aria-label*="Pflueger"],
.ss__hierarchy__link[aria-label*="Daiwa"],
.ss__hierarchy__link[aria-label*="Wholesale"] {
  display: none; }

.icp-section {
  margin-bottom: 80px; }
  .icp-section .h1 {
    margin-bottom: 20px;
    line-height: 62px; }
  @media only screen and (max-width: 767px) {
    .icp-section {
      margin-bottom: 25px; } }

.banner-icp {
  margin-bottom: 20px; }
  .banner-icp h1, .banner-icp .h1,
  .banner-icp p,
  .banner-icp .p {
    color: #010066; }
  .banner-icp h1, .banner-icp .h1 {
    margin-bottom: 10px; }
  
  .banner-icp p,
  .banner-icp .p {
    text-transform: none; }

.icp-categories > .grid {
  margin-bottom: -25px; }

.icp-categories .category-card {
  padding-bottom: 25px; }
  .icp-categories .category-card img {
    transition: transform 100ms ease; }
  .icp-categories .category-card:hover img {
    transform: scale(1.1); }
  .icp-categories .category-card .image-wrapper {
    overflow: hidden;
    position: relative; }
    .icp-categories .category-card .image-wrapper > img {
      width: 100%; }
  .icp-categories .category-card .category-name {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: 0;
    padding: 10px;
    background-color: rgba(1, 0, 102, 0.8);
    color: #FFFFFF;
    line-height: 1;
    display: inline-flex;
    align-items: center; }
    .icp-categories .category-card .category-name .icon {
      margin-left: 5px;
      height: 11px;
      width: 18px;
      bottom: 3px; }

.icp-about {
  background-color: #000;
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  padding: 36px 0; }
  .icp-about.icp-about--right {
    background-position: left; }
    .icp-about.icp-about--right .text-wrapper {
      margin-left: auto; }
  .icp-about .text-wrapper {
    background-color: rgba(1, 0, 102, 0.8);
    max-width: 709px;
    width: 75%; }
    @media only screen and (max-width: 990px) {
      .icp-about .text-wrapper {
        padding: 25px;
        width: auto; } }
    .icp-about .text-wrapper h2, .icp-about .text-wrapper .h2,
    .icp-about .text-wrapper p,
    .icp-about .text-wrapper .p {
      color: #fff; }
    .icp-about .text-wrapper .about-body {
      border-bottom: 1px solid #fff;
      line-height: 24px;
      padding-bottom: 10px;
      margin-bottom: 12px; }
      .icp-about .text-wrapper .about-body a {
        color: #fff;
        text-decoration: underline; }
    .icp-about .text-wrapper .about-summary {
      text-transform: none;
      line-height: 29px; }
  .icp-about a {
    text-decoration: underline; }
    .icp-about a:hover {
      color: #fff; }

.icp-faq {
  background-color: #F1F1F1;
  padding: 40px; }
  @media only screen and (min-width: 1400px) {
    .icp-faq {
      margin-left: auto;
      margin-right: auto;
      max-width: 1440px; } }
  @media only screen and (min-width: 991px) {
    .icp-faq {
      padding-left: 120px;
      padding-right: 120px; } }
  @media only screen and (max-width: 767px) {
    .icp-faq {
      padding: 10px 10px 35px; } }
  .icp-faq .image-wrapper {
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    gap: 20px; }
    @media only screen and (max-width: 767px) {
      .icp-faq .image-wrapper {
        flex-direction: column; } }
    @media only screen and (min-width: 1200px) {
      .icp-faq .image-wrapper {
        margin-top: 0;
        flex-direction: column; } }
    .icp-faq .image-wrapper > div {
      text-align: center; }
  .icp-faq .text-wrapper {
    margin-bottom: 0; }
    .icp-faq .text-wrapper p:first-of-type, .icp-faq .text-wrapper .p:first-of-type {
      padding-bottom: 15px; }
    .icp-faq .text-wrapper p ~ ul, .icp-faq .text-wrapper .p ~ ul {
      margin-top: -16px; }
    .icp-faq .text-wrapper .h4 {
      border-bottom: 1px solid #C00000;
      display: inline-block;
      margin-bottom: 10px;
      margin-top: 14px;
      padding-bottom: 5px; }
      @media only screen and (max-width: 767px) {
        .icp-faq .text-wrapper .h4 {
          margin-top: 16px; } }
    .icp-faq .text-wrapper ul,
    .icp-faq .text-wrapper p:last-child,
    .icp-faq .text-wrapper .p:last-child {
      margin: 0; }
    .icp-faq .text-wrapper li {
      margin-left: 26px; }

.icp-blog {
  padding-top: 0; }
  .icp-blog .blog-card {
    flex-direction: column;
    align-items: flex-start; }
    .icp-blog .blog-card img {
      margin-bottom: 15px; }
    .icp-blog .blog-card h3, .icp-blog .blog-card .h3 {
      line-height: calc(29/24);
      margin-bottom: 9px; }
    .icp-blog .blog-card p, .icp-blog .blog-card .p {
      margin-bottom: 40px; }
    .icp-blog .blog-card .button {
      display: block;
      margin: auto;
      max-width: 217px; }

.icp-section .swiper-button-next,
.icp-section .swiper-button-prev {
  width: 19px;
  height: 30px; }
  .icp-section .swiper-button-next:after,
  .icp-section .swiper-button-prev:after {
    content: none; }
  .icp-section .swiper-button-next:hover,
  .icp-section .swiper-button-prev:hover {
    color: #C00000; }
  .icp-section .swiper-button-next .icon,
  .icp-section .swiper-button-prev .icon {
    width: 19px;
    height: 30px; }

.icp-section .swiper-button-prev .icon {
  transform: scaleX(-1); }

.grid-container-searchspring {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 20px;
  margin-bottom: 26.5px; }

.grid-item-searchspring {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid darkgray;
  max-width: 100%;
  padding: 5px;
  min-height: 100px;
  color: #010066;
  text-align: center;
  line-height: initial;
  background-color: #f9f6f6;
  border-radius: 10px; }

.grid-item-searchspring img {
  max-width: 100%;
  max-height: 150px;
  padding: 5px; }

@media (max-width: 900px) {
  .grid-container-searchspring {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 5px; } }

@media (max-width: 560px) {
  .grid-item-searchspring {
    font-size: 12px; } }

@media (max-width: 425px) {
  .grid-item-searchspring {
    font-size: 10px; } }

@media (max-width: 350px) {
  .grid-container-searchspring {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 5px; }
  .grid-item-searchspring {
    font-size: 12px; } }

/* AZ Brand Layout */
.page-brands .page-heading {
  margin-bottom: 32px; }

.haloAZBrandsTable {
  display: flex;
  font-size: 0;
  letter-spacing: 0;
  flex-flow: row nowrap;
  margin: 0 0 30px 0;
  overflow-x: auto;
  padding-bottom: 5px; }
  .haloAZBrandsTable li {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #d6d6d6;
    border-left: none; }
    .haloAZBrandsTable li a {
      font-size: 16px;
      font-weight: 500;
      color: #010066;
      display: block;
      height: 40px;
      min-width: 40px;
      line-height: 40px;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase; }
    .haloAZBrandsTable li:first-child {
      min-width: 70px;
      border-left: 1px solid #d6d6d6; }
    .haloAZBrandsTable li.disable {
      pointer-events: none; }
      .haloAZBrandsTable li.disable a {
        color: #999999;
        pointer-events: none; }
    .haloAZBrandsTable li.is-active {
      border-color: #323232;
      background-color: #232323; }
      .haloAZBrandsTable li.is-active a {
        color: #ffffff; }
  @media (min-width: 1025px) {
    .haloAZBrandsTable {
      margin: 0 0 40px 0; }
      .haloAZBrandsTable li {
        width: 10%; }
        .haloAZBrandsTable li:hover {
          border-color: #323232;
          background-color: #232323; }
          .haloAZBrandsTable li:hover a {
            color: #ffffff; } }

.haloAZBrandsWrapper .azBrands-group {
  display: none;
  margin: 0 0 30px 0; }
  .haloAZBrandsWrapper .azBrands-group-title {
    font-size: 20px;
    font-weight: 500;
    color: #010066;
    line-height: 35px;
    margin: 0 0 10px 0;
    padding: 0;
    text-transform: uppercase; }
  .haloAZBrandsWrapper .azBrands-group-list {
    margin: 0;
    list-style: none; }
    .haloAZBrandsWrapper .azBrands-group-list .brand-name .title {
      margin: 0;
      font-size: 16px;
      font-weight: 400;
      color: #010066;
      line-height: 35px;
      text-transform: capitalize; }
      .haloAZBrandsWrapper .azBrands-group-list .brand-name .title .link {
        color: #010066;
        padding: 0 0 1px 0;
        transition: unset; }
  .haloAZBrandsWrapper .azBrands-group.is-active {
    display: block; }

.haloAZBrandsWrapper.active-all {
  column-count: 2; }
  .haloAZBrandsWrapper.active-all .azBrands-group {
    display: block;
    break-inside: avoid;
    column-break-inside: avoid;
    page-break-inside: avoid;
    column-count: unset; }

.haloAZBrandsWrapper.is-loading .loadingOverlay {
  display: block; }

@media (min-width: 768px) {
  .haloAZBrandsWrapper .azBrands-group {
    column-count: 3; }
  .haloAZBrandsWrapper.active-all {
    column-count: 3; } }

@media (min-width: 1025px) {
  .haloAZBrandsWrapper .azBrands-group {
    column-count: 4; }
    .haloAZBrandsWrapper .azBrands-group-list .brand-name .title .link:hover {
      color: #2c60a2;
      background-image: linear-gradient(transparent 97%, #2c60a2 3%);
      background-repeat: repeat-x;
      background-position-y: 0; }
  .haloAZBrandsWrapper.active-all {
    column-count: 4; } }

@media (min-width: 1280px) {
  .haloAZBrandsWrapper .azBrands-group {
    column-count: 5; }
  .haloAZBrandsWrapper.active-all {
    column-count: 5; } }

@media (min-width: 1600px) {
  .haloAZBrandsWrapper .azBrands-group {
    column-count: 6; }
  .haloAZBrandsWrapper.active-all {
    column-count: 6; } }

.brand[data-brand-code="inactive"] {
  display: none; }

.facetedSearch-toggle {
  border: 1px solid #F1F1F1;
  border-radius: 0;
  display: block;
  margin-bottom: 20px;
  padding: 15px;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .facetedSearch-toggle {
      display: none !important; } }
  .facetedSearch-toggle.is-open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 0; }
  .facetedSearch-toggle .facetedSearch-toggle-text {
    color: #C00000;
    text-transform: uppercase; }
  .facetedSearch-toggle .facetedSearch-toggle-indicator {
    position: absolute;
    right: 15px;
    top: 15px; }
    .facetedSearch-toggle .facetedSearch-toggle-indicator svg {
      height: 20px;
      vertical-align: middle;
      width: 20px; }

.facetedSearch-navList {
  display: none;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .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: 20px; }
  @media only screen and (max-width: 767px) {
    .facetedSearch-toggle + .facetedSearch-navList.is-open,
    .sidebarBlock + .facetedSearch-navList.is-open {
      border-left: 1px solid #F1F1F1;
      border-right: 1px solid #F1F1F1;
      margin-top: -1px; }
      .facetedSearch-toggle + .facetedSearch-navList.is-open .toggleLink,
      .sidebarBlock + .facetedSearch-navList.is-open .toggleLink {
        margin-bottom: 0;
        padding: 15px 12px 15px 15px; }
      .facetedSearch-toggle + .facetedSearch-navList.is-open .accordion-block,
      .sidebarBlock + .facetedSearch-navList.is-open .accordion-block {
        border-bottom: 1px solid #F1F1F1; }
        .facetedSearch-toggle + .facetedSearch-navList.is-open .accordion-block .accordion-content,
        .sidebarBlock + .facetedSearch-navList.is-open .accordion-block .accordion-content {
          padding: 15px; } }
      @media only screen and (max-width: 767px) and (min-width: 768px) {
        .facetedSearch-toggle + .facetedSearch-navList.is-open .accordion-block .accordion-content,
        .sidebarBlock + .facetedSearch-navList.is-open .accordion-block .accordion-content {
          padding: 0 15px 15px 15px; } }
  @media only screen and (max-width: 767px) {
        .facetedSearch-toggle + .facetedSearch-navList.is-open .accordion-block .navList-item,
        .sidebarBlock + .facetedSearch-navList.is-open .accordion-block .navList-item {
          font-size: 14px; }
          .facetedSearch-toggle + .facetedSearch-navList.is-open .accordion-block .navList-item:not(:last-of-type),
          .sidebarBlock + .facetedSearch-navList.is-open .accordion-block .navList-item:not(:last-of-type) {
            margin-bottom: 15px; } }
  @media only screen and (min-width: 768px) {
    .facetedSearch-toggle + .facetedSearch-navList.is-open,
    .sidebarBlock + .facetedSearch-navList.is-open {
      margin-top: 20px; } }
  .facetedSearch-navList .navList--inner {
    margin-left: 20px; }
  .facetedSearch-navList .show-more, .facetedSearch-navList .show-less {
    margin-top: 10px;
    text-decoration: underline; }
    .facetedSearch-navList .show-more .toggleLink, .facetedSearch-navList .show-less .toggleLink {
      font-family: "Open Sans", Arial, sans-serif;
      font-size: .8em; }

.facet-quick-heading {
  text-transform: capitalize; }

.facetedSearch-optionColumns {
  column-count: 3;
  column-gap: 20px; }

.facetedSearch-refineFilters {
  display: block; }
  @media only screen and (max-width: 767px) {
    .facetedSearch-refineFilters.sidebarBlock {
      margin-bottom: 0;
      padding: 15px 12px 15px 15px; }
      .facetedSearch-refineFilters.sidebarBlock .facetedSearch-clearLink {
        text-decoration: underline; } }
  .facetedSearch-refineFilters .sidebarBlock-heading {
    display: none; }
    .facetedSearch-refineFilters .sidebarBlock-heading .facetedSearch-clearLink {
      font-size: 16px;
      font-weight: 500;
      margin: 0px 0 10px 10px;
      top: 7px;
      text-decoration: underline;
      text-transform: uppercase; }
      @media only screen and (min-width: 768px) {
        .facetedSearch-refineFilters .sidebarBlock-heading .facetedSearch-clearLink {
          float: right;
          top: 0; } }
  .facetedSearch-refineFilters > a {
    float: right; }
  @media only screen and (min-width: 768px) {
    .facetedSearch-refineFilters .sidebarBlock-heading {
      display: block; }
    .facetedSearch-refineFilters > a {
      float: left; } }

.facetedSearch-content--rating .is-selected {
  font-weight: bold; }

.selected-facets-list {
  list-style: none;
  margin: 0;
  padding: 0; }
  .selected-facets-list li {
    display: inline-block;
    margin-bottom: 14px;
    margin-right: 22px; }
  .selected-facets-list li.remove-all-mobile {
    display: inline-block; }
    @media only screen and (min-width: 768px) {
      .selected-facets-list li.remove-all-mobile {
        display: none; } }

.facetLabel {
  background-color: #010066;
  border-radius: 6px;
  color: #fff;
  display: block;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  min-width: 100px;
  padding: 4px 14px 4px 10px;
  position: relative;
  text-decoration: none;
  text-transform: capitalize; }
  .facetLabel:hover {
    color: #fff; }
  .facetLabel .icon {
    display: inline-block;
    fill: #fff;
    height: 10px;
    margin-right: 5px;
    width: 10px; }

.cart-main .alertBox {
  background-color: #F1F1F1;
  margin-bottom: 20px;
  padding: 12px;
  text-align: center; }
  .cart-main .alertBox .alertBox-icon {
    display: none; }
  .cart-main .alertBox .alertBox-message {
    margin: 0; }

.cart {
  border-collapse: collapse;
  display: block;
  margin-bottom: 27px;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .cart {
      display: table; } }

.cart-header {
  display: none;
  background-color: #010066; }
  @media only screen and (min-width: 768px) {
    .cart-header {
      display: table-header-group;
      text-align: left; } }

.cart-header-item {
  padding: 10px 0;
  color: #fff; }
  .cart-header-item:first-child {
    padding-left: 24px; }
  .cart-header-item:last-child {
    text-align: right;
    padding-right: 24px; }

.cart-list {
  border-top: 1px solid #F1F1F1;
  display: block; }
  @media only screen and (min-width: 768px) {
    .cart-list {
      display: table-row-group; } }

.cart-item {
  border-bottom: 1px solid #F1F1F1;
  clear: both;
  display: block;
  padding: 10px 0 20px; }
  @media only screen and (min-width: 480px) {
    .cart-item {
      *zoom: 1;
      padding-left: 25%;
      padding-top: 20px; }
      .cart-item::after {
        content: '';
        display: table;
        clear: both; } }
  @media only screen and (min-width: 768px) {
    .cart-item {
      display: table-row;
      padding-left: 0; }
      .cart-item::before, .cart-item::after {
        display: none; } }
  .cart-item.is-error {
    border-style: solid;
    border-width: 4px;
    border-color: #c02026; }

.qty-available {
  color: #010066; }

.cart-item-block {
  display: block; }
  @media only screen and (min-width: 768px) {
    .cart-item-block {
      display: table-cell;
      padding-bottom: 20px;
      padding-top: 20px;
      vertical-align: middle; } }
  .cart-item-block .definitionList {
    margin-bottom: 5px; }
    .cart-item-block .definitionList > dt,
    .cart-item-block .definitionList > dd {
      color: #010066; }

.cart-item-figure {
  float: left;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
  width: 33.33333%; }
  .cart-item-figure:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }
  @media only screen and (min-width: 480px) {
    .cart-item-figure {
      height: 175px;
      margin-bottom: 0;
      margin-left: -33.33333%;
      width: 33.33333%; } }
  @media only screen and (min-width: 768px) {
    .cart-item-figure {
      float: none;
      padding: 0.5rem 0;
      width: 16.6667%; } }

.swym-sfl-image {
  margin-bottom: 20px;
  position: relative;
  text-align: center;
  width: 100% !important;
  object-fit: contain !important; }
  @media only screen and (min-width: 480px) {
    .swym-sfl-image {
      height: 175px;
      margin-bottom: 0;
      width: 100% !important; } }
  @media only screen and (min-width: 768px) {
    .swym-sfl-image {
      float: none;
      padding: 0.5rem 0;
      width: 100% !important; } }

.swym-sfl-image-wrapper {
  text-align: center !important;
  height: 100% !important; }

.swym-sfl-list-view {
  max-width: 75% !important; }

.swym-share-wishlist-email-btn {
  background-color: #010066 !important;
  font-family: "Roboto Flex", Helvetica, Arial, sans-serif !important;
  color: white !important;
  font-weight: 600 !important;
  font-family: 'Roboto Flex', sans-serif !important;
  line-height: 30px !important;
  letter-spacing: 0 !important;
  font-size: 1.1em !important;
  cursor: pointer !important;
  display: block !important; }

.swym-sfl-add-to-cart-btn {
  background-color: #010066 !important;
  font-family: "Roboto Flex", Helvetica, Arial, sans-serif !important;
  color: white !important;
  font-weight: 600 !important;
  font-family: 'Roboto Flex', sans-serif !important;
  line-height: 30px !important;
  letter-spacing: 0 !important;
  font-size: 1.1em !important;
  cursor: pointer !important;
  display: block !important; }

.swym-sfl-title {
  font-family: "Roboto Flex", Helvetica, Arial, sans-serif !important;
  color: #010066 !important;
  font-size: 1.5em !important;
  text-align: center !important;
  font-weight: 500 !important; }

.swym-sfl-add-all-to-cart-btn, .swym-share-sfl-btn {
  border: 1px solid #010066 !important;
  color: #010066 !important; }

.swym-sfl-list-item-title {
  font-size: 1.2em !important; }

@media only screen and (max-width: 900px) {
  .swym-ui-component .swym-sfl-container-view .swym-sfl-list-heading .swym-sfl-action-button {
    justify-content: center !important; } }

.cart-item-fixed-image {
  width: 100%; }

.cart-item-image {
  max-height: 14rem;
  width: 175px; }
  @media only screen and (min-width: 768px) {
    .cart-item-image {
      margin-left: 0; } }

.cart-item-title {
  display: table-cell;
  height: 140px;
  padding-left: 30px;
  padding-right: 15px; }
  @media only screen and (min-width: 480px) {
    .cart-item-title {
      display: block;
      height: 175px;
      height: auto;
      margin-bottom: 20px;
      overflow: hidden; } }
  @media only screen and (min-width: 768px) {
    .cart-item-title {
      display: table-cell;
      margin-bottom: 0;
      position: relative; } }
  @media only screen and (min-width: 768px) {
    .cart-item-title .change-remove-wrap {
      bottom: 20px; } }
  .cart-item-title .change-remove-wrap a {
    color: #010066;
    display: inline-block;
    line-height: 0.94;
    text-decoration: underline;
    vertical-align: middle; }
    .cart-item-title .change-remove-wrap a:hover {
      color: #C00000; }
    .cart-item-title .change-remove-wrap a + a {
      border-left: 1px solid #010066;
      margin-left: 1px;
      padding-left: 6px; }

.cart-item-info {
  clear: both;
  width: 100%; }
  @media only screen and (min-width: 480px) {
    .cart-item-info {
      clear: none;
      float: left;
      overflow: hidden;
      width: 33.33333%; }
      .cart-item-info + .cart-item-info {
        margin-top: 0; } }
  @media only screen and (min-width: 768px) {
    .cart-item-info {
      float: none;
      width: 16.66667%; }
      .cart-item-info:last-child {
        text-align: right; } }

@media only screen and (min-width: 768px) {
  .cart-item-title,
  .cart-item-info {
    padding-top: 35px; } }

.inventory-message {
  font-size: 1.1em;
  color: #c02026; }

.cart-item-quantity .form-input--incrementTotal,
.cart-item-quantity .increment-buttons-wrap .button {
  border-color: #F1F1F1; }

.cart-item-quantity .form-input--incrementTotal {
  font-size: 16px; }

@media only screen and (max-width: 767px) {
  .cart-item-quantity .form-increments-wrap {
    display: inline-block;
    padding-left: 20px;
    vertical-align: middle; } }

.cart-item-quantity .form-increment > div {
  width: 33%;
  max-width: 75px; }

.cart-item-label {
  display: inline-block;
  text-align: right;
  vertical-align: middle;
  width: 33.33333%; }
  @media only screen and (min-width: 480px) {
    .cart-item-label {
      display: block;
      margin-bottom: 5px;
      padding-left: 20px;
      text-align: left;
      width: 100%; } }
  @media only screen and (min-width: 768px) {
    .cart-item-label {
      display: none; } }

.cart-item-value {
  padding-left: 20px; }
  @media only screen and (min-width: 768px) {
    .cart-item-value {
      font-size: 18px;
      padding-left: 0; } }

.cart-item-brand {
  margin-bottom: 2px; }

.cart-item-name {
  font-weight: 500;
  margin: 0; }
  .cart-item-name,
  .cart-item-name a {
    display: inline-block; }
  .cart-item-name + .definitionList {
    margin-top: 5px; }
    @media only screen and (min-width: 768px) {
      .cart-item-name + .definitionList {
        padding-bottom: 30px; } }

.cart-item-options--giftWrapping {
  margin-top: 15px; }
  .cart-item-options--giftWrapping .cart-item-option-description {
    color: #000050; }

.cart-remove.cart-remove--spacer {
  visibility: hidden; }

.cart-remove.icon {
  border-radius: 50%;
  cursor: pointer;
  float: right;
  height: 18px;
  margin-top: 2px;
  padding: 2px;
  transition: background-color 0.15s ease;
  width: 18px; }
  @media only screen and (min-width: 480px) {
    .cart-remove.icon {
      margin-left: 25px; } }
  .cart-remove.icon > svg {
    fill: #000050; }

.cart-totals {
  list-style: none;
  margin-bottom: 20px; }
  @media only screen and (min-width: 768px) {
    .cart-totals {
      margin-left: auto;
      max-width: 389px; } }

@media only screen and (min-width: 768px) {
  .coupon-certificate {
    max-width: 450px; } }

.cart-total {
  *zoom: 1;
  margin-bottom: 10px; }
  .cart-total::after {
    content: '';
    display: table;
    clear: both; }
  .cart-total .form-inlineMessage {
    text-align: left; }
  .cart-total.cart-grandTotal .cart-total-value {
    font-weight: 500; }

.cart-total-label,
.cart-total-value {
  float: left;
  width: 50%; }

.cart-total-label {
  font-weight: 500; }
  @media only screen and (min-width: 768px) {
    .cart-total-label {
      display: block;
      padding-left: 0;
      text-align: left; } }

.cart-total-value {
  text-align: right; }

.cart-action-button {
  -webkit-appearance: none;
  -khtml-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: none;
  border: 0 none;
  color: #010066;
  cursor: pointer;
  font-size: 16px;
  padding: 0;
  text-decoration: none;
  transition: color 0.15s ease;
  font-family: "Roboto Flex", Helvetica, Arial, sans-serif; }
  .cart-action-button:hover {
    color: #C00000; }

.estimator-form {
  margin-bottom: 0;
  padding-top: 34px;
  text-align: right; }
  .estimator-form dl {
    margin-bottom: 20px; }
  .estimator-form .estimator-form-label {
    text-align: left; }
  .estimator-form .estimator-form-input {
    margin: 0 0 18px; }
    .estimator-form .estimator-form-input:last-of-type {
      margin-bottom: 20px; }
  .estimator-form .form-input,
  .estimator-form .form-select {
    margin: 0;
    width: 100%; }

.shipping-quotes ul {
  list-style: none; }

.cart-form {
  clear: both;
  padding-bottom: 18px;
  padding-top: 13px; }

.cart-actions {
  *zoom: 1;
  clear: both; }
  .cart-actions::after {
    content: '';
    display: table;
    clear: both; }
  .cart-actions .button {
    display: block;
    margin-bottom: 30px; }
    .cart-actions .button.no-margin {
      margin-bottom: 0; }
    @media only screen and (min-width: 480px) {
      .cart-actions .button {
        width: 211px;
        padding: 0;
        display: inline-block;
        float: right; } }
  .cart-actions .checkoutMultiple {
    clear: right;
    display: block;
    float: right;
    padding-top: 5px; }
  .cart-actions.cart-actions-top {
    margin-bottom: 20px; }

.cart-additionalCheckoutButtons, .previewCart-additionalCheckoutButtons {
  *zoom: 1; }
  .cart-additionalCheckoutButtons::after, .previewCart-additionalCheckoutButtons::after {
    content: '';
    display: table;
    clear: both; }
  .cart-additionalCheckoutButtons .FloatRight, .previewCart-additionalCheckoutButtons .FloatRight {
    *zoom: 1;
    padding-top: 10px; }
    .cart-additionalCheckoutButtons .FloatRight::after, .previewCart-additionalCheckoutButtons .FloatRight::after {
      content: '';
      display: table;
      clear: both; }
    .cart-additionalCheckoutButtons .FloatRight p, .previewCart-additionalCheckoutButtons .FloatRight p, .cart-additionalCheckoutButtons .FloatRight .p, .previewCart-additionalCheckoutButtons .FloatRight .p {
      float: none !important;
      margin: 7px 0;
      text-align: right; }
    .cart-additionalCheckoutButtons .FloatRight div, .previewCart-additionalCheckoutButtons .FloatRight div {
      float: right; }
    .cart-additionalCheckoutButtons .FloatRight *, .previewCart-additionalCheckoutButtons .FloatRight * {
      max-width: 211px;
      margin: 0; }
  .cart-additionalCheckoutButtons .CheckoutButton:first-child, .previewCart-additionalCheckoutButtons .CheckoutButton:first-child {
    margin-top: 21px; }
  .cart-additionalCheckoutButtons .or-use-label, .previewCart-additionalCheckoutButtons .or-use-label {
    display: none !important; }
  .cart-additionalCheckoutButtons .PaypalCommerceButton, .previewCart-additionalCheckoutButtons .PaypalCommerceButton,
  .cart-additionalCheckoutButtons .PaypalCommerceCreditButton,
  .previewCart-additionalCheckoutButtons .PaypalCommerceCreditButton,
  .cart-additionalCheckoutButtons .ApplePayContainer,
  .previewCart-additionalCheckoutButtons .ApplePayContainer,
  .cart-additionalCheckoutButtons .GooglePayContainer .gpay-button,
  .previewCart-additionalCheckoutButtons .GooglePayContainer .gpay-button {
    margin: 20px 0 0 !important; }

.cart-additionalCheckoutButtons {
  margin-top: 17px !important; }
  @media only screen and (max-width: 479px) {
    .cart-additionalCheckoutButtons .FloatRight {
      display: flex;
      justify-content: center; } }

.previewCart-additionalCheckoutButtons {
  padding-bottom: 1.5rem;
  padding-right: 1.5rem;
  align-items: center !important;
  display: flex !important;
  flex-wrap: nowrap;
  flex-direction: column !important; }
  .previewCart-additionalCheckoutButtons .FloatRight {
    display: flex;
    justify-content: center; }

.estimator-form--default {
  padding-top: 10px; }

.empty-cart-wrap .empty-cart-main {
  margin-bottom: 45px;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .empty-cart-wrap .empty-cart-main {
      margin-bottom: 80px; } }
  .empty-cart-wrap .empty-cart-main h3, .empty-cart-wrap .empty-cart-main .h3 {
    margin-bottom: 30px; }

.empty-cart-wrap #top-sellers-section {
  margin-bottom: 0; }

.lead-message {
  color: #c00000; }
  .lead-message a {
    color: #c00000 !important; }

.GooglePayCheckout {
  display: none; }

@media only screen and (min-width: 768px) {
  .previewCart .productView {
    display: flex;
    margin: 0;
    padding-bottom: 0;
    padding-top: 0;
    width: 75%; }
  .previewCart .productView-image {
    display: flex;
    flex-direction: column;
    width: 58.333%; }
  .previewCart .productView-image--cart {
    align-self: flex-start;
    margin: 0 auto;
    width: 100%; }
  .previewCart .productView-details {
    width: 41.667%; } }

.previewCart .productView-title {
  margin-top: 0; }

.previewCartCheckout {
  float: right;
  padding: 25px;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .previewCartCheckout {
      padding: 20px;
      width: 25%; } }
  .previewCartCheckout .button {
    display: block;
    margin: 0;
    width: 100%; }
    .previewCartCheckout .button + p, .previewCartCheckout .button + .p {
      margin-top: 10px; }
    .previewCartCheckout .button:not(:last-child) {
      margin-bottom: 10px; }

.previewCartCheckout-price {
  display: block;
  font-size: 28px;
  font-weight: bold;
  text-align: center; }

.previewCartCheckout-subtotal {
  display: block;
  margin-bottom: 20px;
  margin-top: 20px; }

.previewCartCheckout-additionalCheckoutButtons p, .previewCartCheckout-additionalCheckoutButtons .p {
  float: none !important;
  margin: 7px 0; }

.suggestiveCart {
  display: none;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .suggestiveCart {
      display: block; } }

.previewCart {
  text-align: left;
  position: fixed;
  background-color: white;
  top: 10%;
  border: 1px solid #010066; }
  .previewCart .previewCartHeader {
    background-color: #010066;
    border-bottom: 1px solid #F1F1F1;
    color: #fff;
    padding: 10px 15px 9px; }
    .previewCart .previewCartHeader p, .previewCart .previewCartHeader .p {
      margin: 0; }
    .previewCart .previewCartHeader .button--unstyled {
      color: #fff;
      cursor: pointer;
      left: 5px;
      padding: 10px 10px 8px;
      position: absolute;
      top: 4px; }
  .previewCart .previewCartList {
    border-collapse: collapse;
    list-style: none;
    margin: 0;
    max-height: calc(100vh - (45px + 116px + 86px));
    overflow-y: auto;
    padding: 0;
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .previewCart .previewCartList {
        max-height: calc(100vh - (25px + 176px + 86px)); } }
  .previewCart .previewCartItem {
    border-bottom: 1px solid #F1F1F1;
    margin: 0 20px;
    padding: 10px 0; }
  .previewCart .previewCartItem-content > p, .previewCart .previewCartItem-content > .p {
    margin: 0; }
  .previewCart .previewCartItem-image {
    margin-top: 10px;
    text-align: center; }
  .previewCart .previewCartItem-name {
    font-weight: 500;
    letter-spacing: 1px;
    text-decoration: none; }
  .previewCart .previewCartItem-options {
    list-style: none;
    margin: 0; }
    .previewCart .previewCartItem-options li {
      color: #010066; }
  .previewCart .previewCartItem-price {
    display: block;
    font-weight: 500; }
  .previewCart .previewCartSubtotal {
    padding: 12px 0 0;
    margin: 0 20px;
    gap: 48px;
    align-items: flex-end; }
    .previewCart .previewCartSubtotal .subtotal-heading {
      margin-left: auto; }
    .previewCart .previewCartSubtotal .subtotal-amount {
      font-size: 22px;
      line-height: 28px; }
  .previewCart .previewCartAction {
    display: block;
    display: flex;
    gap: 6px;
    padding: 15px 14px;
    text-align: left; }
    .previewCart .previewCartAction > div {
      flex: 1 0 auto; }
    .previewCart .previewCartAction .button {
      width: 100%;
      padding: 0; }
  .previewCart .previewCartAction-checkoutMultiple {
    clear: both;
    padding-left: 5px;
    padding-top: 10px; }
  .previewCart .previewCart-emptyBody {
    padding: 40px;
    text-align: center; }

.previewCartAction-additionalCheckoutButton {
  float: left;
  margin-top: 20px;
  padding: 0 10px;
  width: 50%; }
  .navUser .previewCartAction-additionalCheckoutButton {
    padding: 10px 5px 0; }
  .previewCartAction-additionalCheckoutButton.odd {
    clear: both;
    padding-left: 5px; }
    .apple-pay-supported .previewCartAction-additionalCheckoutButton.odd {
      padding-left: 10px;
      padding-right: 5px; }
  .previewCartAction-additionalCheckoutButton.even {
    padding-right: 5px; }
    .apple-pay-supported .previewCartAction-additionalCheckoutButton.even {
      padding-left: 5px;
      padding-right: 10px; }
  .previewCartAction-additionalCheckoutButton .PayPalExpressCheckout p, .previewCartAction-additionalCheckoutButton .PayPalExpressCheckout .p {
    display: none;
    text-align: center; }
  .previewCartAction-additionalCheckoutButton .PayPalExpressCheckout #PayPalExpressCheckoutButton {
    width: 100%; }
  .previewCartAction-additionalCheckoutButton .braintree-paypal-button,
  .previewCartAction-additionalCheckoutButton .paypal-button-parent {
    width: 100% !important; }
  .apple-pay-supported .previewCartAction-additionalCheckoutButton .apple-pay-checkout-button {
    display: block;
    float: none;
    width: 100%; }

.continue-shopping-wrapper {
  text-align: center;
  margin-bottom: 15px; }

.search-suggestion {
  margin-bottom: 27px; }
  .search-suggestion > :last-child {
    margin-bottom: 0; }

.suggestion-title {
  margin-top: 0;
  text-transform: inherit; }

.advancedSearch-form {
  margin-bottom: 40px; }
  .advancedSearch-form .form-row {
    margin-bottom: -20px; }

.quickSearchResults {
  margin-top: 20px; }
  @media only screen and (min-width: 768px) {
    .quickSearchResults {
      margin-top: 0;
      position: absolute;
      background-color: #fff;
      z-index: 999;
      padding: 0 20px 20px 20px;
      max-height: calc(100vh - 400px);
      overflow-y: auto;
      left: 0;
      right: 0;
      top: 100%; } }
  .quickSearchResults .modal-close {
    display: none; }

.advancedSearch-separator {
  display: none; }

.advancedSearch-title {
  margin: 0 0 20px;
  text-transform: inherit; }

.search-price-range label {
  display: inline; }
  .search-price-range label input {
    display: block;
    padding-left: 20px; }
    @media only screen and (min-width: 480px) {
      .search-price-range label input {
        display: inline;
        width: 96px; } }
  @media only screen and (min-width: 480px) {
    .search-price-range label span {
      display: inline;
      padding-left: 20px;
      padding-right: 20px; } }

.category-suggestion-list {
  list-style-type: none; }

.category-suggestion {
  width: 33.333%; }

.search-refine {
  margin-left: 20px; }

.quickSearchMessage {
  font-size: 30px;
  margin: 20px 0 0;
  text-align: center; }

.no-results .no-results-text {
  margin-bottom: 30px; }

.no-results .search-form-wrap {
  margin: 0 auto 76px;
  max-width: 489px; }

.search-nav {
  position: relative; }

.account-main {
  padding-bottom: 40px; }
  @media only screen and (min-width: 768px) {
    .account-main {
      padding-bottom: 80px; } }
  .account-main .alertBox {
    justify-content: center; }
  .account-main .swiper-button-next::after, .account-main .swiper-button-prev::after {
    content: ""; }

.navBar--account .navBar-section {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: left; }
  .navBar--account .navBar-section .navBar-item {
    display: block;
    margin: 0; }
    @media only screen and (min-width: 768px) {
      .navBar--account .navBar-section .navBar-item.is-active {
        padding: 5px; } }
  @media only screen and (min-width: 768px) {
    .navBar--account .navBar-section .navBar-action {
      padding: 5px; } }

.account-order-address-title {
  margin-bottom: 10px; }

.login-main {
  border-bottom: 1px solid #F1F1F1; }

@media only screen and (min-width: 768px) {
  .login-wrap {
    border-right: 0 none; } }

.login-wrap h2, .login-wrap .h2 {
  margin-bottom: 15px; }

.login-wrap .login-form {
  margin: 0 auto;
  max-width: 388px; }
  .login-wrap .login-form .form-field .form-input {
    width: 100%; }
  .login-wrap .login-form .form-field.smaller-margin {
    margin-bottom: 16px; }

.login-wrap .forgot-password {
  text-decoration: underline; }

.login-wrap .form-actions {
  margin-top: 26px; }

.toggle-password {
  position: absolute;
  right: 0;
  top: 44px; }
  .toggle-password, .toggle-password .icon {
    height: 32px;
    width: 42px; }
  .toggle-password .icon {
    padding: 8px; }
  .toggle-password .icon--show {
    padding: 7px; }

.new-customer {
  background-color: #F1F1F1; }
  .new-customer .new-customer-info-wrap {
    margin: 0 auto 25px;
    max-width: 450px; }
    .new-customer .new-customer-info-wrap .new-customer-fact-list {
      list-style: outside disc none;
      margin: 0;
      margin-left: 20px; }
    .new-customer .new-customer-info-wrap .new-customer-intro {
      margin-bottom: 23px; }
    @media only screen and (min-width: 768px) {
      .new-customer .new-customer-info-wrap .new-customer-intro,
      .new-customer .new-customer-info-wrap .new-customer-fact-list {
        font-size: 18px; } }
    .new-customer .new-customer-info-wrap .new-customer-fact {
      padding-left: 0; }

.login-wrap,
.new-customer {
  padding: 20px 25px 25px;
  height: 100%; }
  @media only screen and (min-width: 768px) {
    .login-wrap,
    .new-customer {
      padding: 20px 15px 20px; } }
  .login-wrap .button,
  .new-customer .button {
    min-width: 214px; }

.create-account-main {
  margin: 0 auto;
  max-width: 994px; }

.account-head {
  margin-bottom: 40px;
  text-align: center; }
  .account-head .alertBox {
    padding-left: 40px;
    padding-right: 40px;
    text-align: left; }

.account-body {
  margin: 0 auto;
  max-width: 994px; }
  .account-body .card {
    margin-bottom: 35px; }

.account-banner {
  background: #F1F1F1;
  height: 200px;
  margin-bottom: 20px; }
  @media only screen and (min-width: 768px) {
    .account-banner {
      margin-bottom: 40px; } }
  .account-banner .wrapper {
    height: 100%; }
  .account-banner .h1 {
    margin-bottom: 15px; }
    @media only screen and (min-width: 768px) {
      .account-banner .h1 {
        margin: 0; } }
  .account-banner .button {
    margin: 0; }
  .account-banner .text-layer {
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .account-banner .text-layer {
        display: table;
        text-align: left;
        width: 100%; }
        .account-banner .text-layer > div {
          display: table-cell;
          vertical-align: middle; }
          .account-banner .text-layer > div:last-of-type {
            text-align: right; } }

.account-heading {
  border-bottom: 1px solid #F1F1F1;
  margin: 0;
  margin-bottom: 30px;
  padding-bottom: 25px; }

.my-account-heading {
  font-size: 1.4em !important; }

.account-list {
  list-style: none;
  margin-left: 0; }

.account-listItem {
  border-bottom: 1px solid #F1F1F1;
  margin-bottom: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  position: relative; }
  .account-listItem img {
    width: 100%; }
  .account-listItem .account-product-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
  .account-listItem p:last-of-type, .account-listItem .p:last-of-type {
    margin-bottom: 0; }

.account-listShipping {
  border-bottom: 1px solid #F1F1F1;
  font-weight: 700;
  padding: 0 0 30px;
  margin-bottom: 30px; }
  .account-listShipping .account-listShipping-title {
    margin: 0;
    text-transform: inherit; }

.account-product-figure {
  overflow: hidden;
  position: relative;
  width: 110px; }
  .account-product-figure:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%; }

.account-product-download {
  border-radius: 50%;
  height: 33px;
  padding: 0;
  position: absolute;
  right: -10px;
  top: -10px;
  width: 33px;
  z-index: 1; }
  .account-product-download .icon {
    height: 20px;
    margin-top: 5px;
    width: 20px; }
  .account-product-download svg {
    fill: #fff; }

.account-product-body {
  overflow: hidden;
  padding-bottom: 25px;
  position: relative; }
  @media only screen and (min-width: 480px) {
    .account-product-body {
      padding-bottom: 0; } }
  .account-product-body .definitionList {
    margin-bottom: 0; }
    .account-product-body .definitionList .definitionList-key,
    .account-product-body .definitionList .definitionList-value {
      color: inherit; }

.account-product-title {
  margin-bottom: 8px; }
  .account-product-title > a {
    text-decoration: none; }
  .account-product-title + .definitionList {
    margin-top: 10px; }

.account-product-price {
  float: right; }

.account-product-description + .definitionList {
  border-top: 1px solid #F1F1F1;
  margin: 14px 0 0;
  max-width: 287px;
  padding-top: 16px; }
  .account-product-description + .definitionList .definitionList-key {
    float: none;
    margin-bottom: 7px; }
  .account-product-description + .definitionList .definitionList-value {
    color: #010066;
    margin-bottom: 21px; }

.account-product-refundQty {
  margin-bottom: 0; }

.account-product-detail + .account-product-detail {
  margin-top: 25px; }
  @media only screen and (min-width: 480px) {
    .account-product-detail + .account-product-detail {
      margin-top: 0; } }

@media only screen and (min-width: 480px) {
  .account-product-detail + .account-product-detail--full {
    margin-top: 20px; } }

.account-product-detail--full {
  width: 100%; }

.account-product-detail:not(:last-of-type) {
  margin-bottom: 22px; }

.account-product-detail .account-product-detail-heading {
  margin-bottom: 0px; }

.account-product-detail span {
  color: #010066; }

.account-product--alignTop {
  display: table;
  width: 100%; }
  .account-product--alignTop .account-product-checkItem {
    display: table-cell;
    position: relative;
    vertical-align: top;
    width: 35px; }
    @media only screen and (min-width: 991px) {
      .account-product--alignTop .account-product-checkItem {
        left: -30px; } }
    .account-product--alignTop .account-product-checkItem .form-label {
      height: 20px;
      margin: 0;
      padding: 0;
      width: 20px; }
  .account-product--alignTop .account-product-figure,
  .account-product--alignTop .account-product-body {
    display: table-cell;
    vertical-align: top; }
  .account-product--alignTop .account-product-figure {
    float: none;
    margin-right: 0; }
    @media only screen and (min-width: 991px) {
      .account-product--alignTop .account-product-figure {
        left: -32px; } }
  .account-product--alignTop .account-product-body {
    padding-left: 32px; }
    @media only screen and (min-width: 991px) {
      .account-product--alignTop .account-product-body {
        padding-left: 0; } }

@media only screen and (min-width: 768px) {
  .account-orderTotal {
    margin-left: auto;
    max-width: 388px; } }

.account-orderTotal-line {
  margin-bottom: 24px; }

.account-orderTotal-key,
.account-orderTotal-value {
  float: left;
  margin: 0; }

.account-orderTotal-key {
  width: 70%; }

.account-orderTotal-value {
  text-align: right;
  width: 30%; }

.account-orderStatus {
  margin-bottom: 10px; }
  @media only screen and (min-width: 768px) {
    .account-orderStatus {
      float: right;
      text-align: right; } }

.account-message .account-orderStatus span {
  color: #010066; }

.account-orderStatus-label {
  color: #010066;
  display: inline-block;
  font-weight: 400;
  margin: 0 0 15px;
  padding: 0px 0px 13px 0px;
  font-size: 1.1em !important;
  text-align: left; }
  .account-orderStatus-label.background-secondary {
    background-color: #C00000; }

.account-orderStatus-action {
  color: #010066;
  display: block;
  margin-bottom: 15px;
  margin-top: 10px;
  text-transform: uppercase; }
  @media only screen and (min-width: 480px) {
    .account-orderStatus-action {
      margin-left: 0;
      text-align: right; } }
  .account-orderStatus-action:hover {
    color: #010066; }

.account .pagination {
  margin-top: 40px;
  text-align: center; }

.order-status {
  margin-top: 11px; }
  @media only screen and (min-width: 768px) {
    .order-status {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap; } }

.order-title {
  font-size: 1.3em; }

.order-status-line {
  margin-bottom: 15px;
  width: calc(100% / 3); }
  @media only screen and (min-width: 768px) and (max-width: 990px) {
    .order-status-line {
      width: 50%; } }
  .order-status-line .order-status-key {
    margin-bottom: 8px; }
  .order-status-line .order-status-value {
    color: #010066; }

.account-order-block + .account-order-block {
  margin-top: 25px; }

.account-order-block .account-heading {
  border-bottom: 0 none;
  margin-bottom: 6px;
  padding-bottom: 0; }

.account-actions {
  border-top: 1px solid #F1F1F1;
  margin-top: 30px;
  padding-top: 30px; }
  @media only screen and (min-width: 768px) {
    .account-actions {
      margin-top: 10px; } }
  .account-actions .order-details-info .button:last-child {
    margin-left: 30px; }
    @media only screen and (min-width: 768px) {
      .account-actions .order-details-info .button:last-child {
        margin-left: 50px; } }

.account-order-address {
  list-style: none; }

.account-reorder-form {
  display: inline-block;
  margin-top: 20px; }

.order-payments-description {
  color: #000050;
  font-weight: 400;
  margin-top: 20px; }

.account-sidebar-image {
  margin: 0 0 20px; }

.account-downloads-summary {
  border-bottom: 1px solid #F1F1F1;
  margin-bottom: 25px;
  padding-bottom: 25px; }

.account-downloadsList {
  list-style: none; }

.account-downloadsItem {
  margin-bottom: 20px; }
  .account-downloadsItem > :last-child {
    margin-bottom: 0; }

.account-downloadsItem-title {
  font-weight: 700;
  margin-bottom: 18px;
  text-transform: inherit; }

.account-downloadsItem-description {
  margin-bottom: 6px; }

.account-downloadsItem-availability {
  color: #010066; }

.address {
  border-bottom: 1px solid #F1F1F1;
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative; }
  .address .address-actions {
    margin-top: 20px; }
    @media only screen and (min-width: 768px) {
      .address .address-actions {
        margin-top: 0;
        position: absolute;
        left: 50%;
        top: 0;
        width: min-content; } }
    .address .address-actions .button {
      margin-bottom: 6px;
      margin-left: 0;
      margin-top: 0;
      width: 150px; }
      @media only screen and (min-width: 768px) {
        .address .address-actions .button {
          display: block;
          min-width: 0;
          width: 100%; } }
    .address .address-actions .button--text {
      padding: 0 25px; }

.addressList,
.address-details {
  list-style: none;
  margin: 0; }

.address-title {
  margin: 0; }

.no-addresses-title {
  border-bottom: 1px solid #F1F1F1;
  margin-bottom: 30px;
  min-height: 120px;
  padding-bottom: 43px; }

@media only screen and (max-width: 767px) {
  .account--addReturn .table {
    display: block; } }

@media only screen and (max-width: 767px) {
  .account--addReturn .table tr {
    display: block;
    padding: 20px 0; } }

@media only screen and (max-width: 767px) {
  .account--addReturn .table th,
  .account--addReturn .table td {
    display: block;
    padding: 0; } }

.account--addReturn .table .return-itemTitle + .definitionList {
  margin-top: 2px; }

.account--addReturn .table-thead {
  display: none; }
  @media only screen and (min-width: 480px) {
    .account--addReturn .table-thead {
      display: table-header-group; } }
  .account--addReturn .table-thead th:first-child {
    width: 60%; }

.account--addReturn .table-tbody {
  display: block; }
  @media only screen and (min-width: 480px) {
    .account--addReturn .table-tbody {
      display: table-row-group;
      vertical-align: top; } }

.return-itemName .return-itemImage {
  float: left;
  margin-right: 20px; }

.return-itemName .return-itemTitle {
  display: block;
  margin-bottom: 15px; }

.return-itemName .definitionList-label {
  float: left; }

.return-itemName .definitionList-description {
  margin-bottom: 11px;
  margin-left: 0; }

.return-itemName {
  font-size: 1em !important; }

.return-itemPrice {
  font-size: 1em !important; }
  @media only screen and (max-width: 767px) {
    .return-itemPrice {
      margin-bottom: 10px;
      text-align: center; } }

.return-itemQuantity {
  font-size: 1em !important; }
  .return-itemQuantity .form-select {
    max-width: 74px; }
  .return-itemQuantity .form-label {
    display: inline;
    margin-right: 5px; }
    @media only screen and (min-width: 480px) {
      .return-itemQuantity .form-label {
        position: absolute !important;
        overflow: hidden;
        clip: rect(0 0 0 0);
        height: 1px;
        width: 1px;
        margin: -1px;
        padding: 0;
        border: 0; } }

#wishlistname {
  margin-left: 5px;
  min-width: 230px; }

.wishlist-header {
  display: none;
  text-align: center; }

.modal .wishlist-header {
  display: block; }

.wishlist-form {
  margin-left: auto;
  margin-right: auto;
  max-width: 420px; }
  .wishlist-form .form-field {
    width: 100%; }

.share-wishlist {
  margin-left: auto;
  margin-right: auto;
  max-width: 650px;
  text-align: center;
  margin-bottom: 20px; }

.wishlist-title {
  font-weight: 400; }

.send-message-form .form-field .form-label,
.return-form .form-field .form-label {
  display: block; }

.send-message-form .form-field input[type="text"],
.send-message-form .form-field .form-select,
.return-form .form-field input[type="text"],
.return-form .form-field .form-select {
  max-width: 489px;
  width: 100%; }

.forgot-password-content {
  margin: 0 auto 40px;
  max-width: 792px; }
  @media only screen and (min-width: 768px) {
    .forgot-password-content {
      margin-bottom: 80px; } }
  .forgot-password-content p, .forgot-password-content .p {
    margin-bottom: 28px; }

.forgot-password-form {
  margin: 0 auto;
  max-width: 590px;
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media only screen and (max-width: 767px) {
    .forgot-password-form {
      display: block !important;
      text-align: center; }
      .forgot-password-form .form-field {
        margin-bottom: 22px !important;
        text-align: left; } }

#mobile-account-nav {
  margin-bottom: 20px; }

.homepage-section {
  margin-bottom: 40px; }
  @media only screen and (min-width: 768px) {
    .homepage-section {
      margin-bottom: 80px; } }

@media only screen and (min-width: 768px) {
  .section-header {
    margin-bottom: 30px; } }

.homepage-section .section-header {
  text-transform: uppercase; }

#promo-images-section .single-promo {
  position: relative; }
  @media only screen and (max-width: 767px) {
    #promo-images-section .single-promo {
      margin-bottom: 22px; } }
  #promo-images-section .single-promo:hover .overlay {
    opacity: 0.5; }

#promo-images-section .promo-image img {
  display: block;
  width: 100%; }

#promo-images-section .overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.3s ease all; }

#promo-images-section .promo-content {
  left: 0;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%); }

#promo-images-section .promo-heading {
  color: #fff; }
  #promo-images-section .promo-heading:last-child {
    margin-bottom: 0; }

#content-with-bg-section {
  background-position: center;
  background-size: cover;
  padding: 20px 0; }
  @media only screen and (min-width: 768px) {
    #content-with-bg-section {
      height: 520px; } }
  #content-with-bg-section > .wrapper {
    height: 100%; }
  #content-with-bg-section .content {
    margin: auto;
    text-align: center; }
    #content-with-bg-section .content .h1 {
      margin-bottom: 20px; }
    #content-with-bg-section .content .h4 {
      margin-bottom: 8px; }
    #content-with-bg-section .content .h1, #content-with-bg-section .content p, #content-with-bg-section .content .p {
      color: #fff; }
    @media only screen and (min-width: 768px) {
      #content-with-bg-section .content {
        max-width: 985px; } }

#icon-row-section .icon-row .icon-single {
  max-width: 383px;
  margin: auto; }
  @media only screen and (max-width: 767px) {
    #icon-row-section .icon-row .icon-single {
      margin-bottom: 20px;
      text-align: center; } }
  @media only screen and (min-width: 768px) {
    #icon-row-section .icon-row .icon-single > div {
      vertical-align: middle; } }

#icon-row-section .icon-row .title-wrap {
  text-align: center; }
  #icon-row-section .icon-row .title-wrap .h3 {
    margin-bottom: 6px; }
  #icon-row-section .icon-row .title-wrap .subtitle {
    margin-bottom: 0; }

#icon-row-section .icon-row .icon-wrap {
  margin: 0 auto 20px;
  min-height: 201px; }
  #icon-row-section .icon-row .icon-wrap.img--shipping {
    max-width: 330px;
    position: relative; }
    #icon-row-section .icon-row .icon-wrap.img--shipping:after {
      content: '';
      display: block;
      height: 0;
      width: 100%;
      padding-bottom: 59.09091%; }
    #icon-row-section .icon-row .icon-wrap.img--shipping > img {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto; }
  #icon-row-section .icon-row .icon-wrap.img--expert {
    max-width: 204px;
    position: relative; }
    #icon-row-section .icon-row .icon-wrap.img--expert:after {
      content: '';
      display: block;
      height: 0;
      width: 100%;
      padding-bottom: 98.52941%; }
    #icon-row-section .icon-row .icon-wrap.img--expert > img {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto; }
  #icon-row-section .icon-row .icon-wrap.img--satisfaction {
    max-width: 285px;
    position: relative; }
    #icon-row-section .icon-row .icon-wrap.img--satisfaction:after {
      content: '';
      display: block;
      height: 0;
      width: 100%;
      padding-bottom: 63.15789%; }
    #icon-row-section .icon-row .icon-wrap.img--satisfaction > img {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto; }

#video-section .video-button,
#video-section .video-placeholder {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

#video-section .icon--play-button {
  height: 71px;
  width: 71px; }

.poloroid-section .poloroid-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap; }

.poloroid-section .poloroid-image {
  padding: 30px 31px 0;
  box-shadow: 0px 2px 11px 5px rgba(0, 0, 63, 0.2);
  background-color: #fff;
  max-width: 385px;
  position: relative;
  flex: 0 0 100%; }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .poloroid-section .poloroid-image {
      flex: 0 0 50%; } }
  @media only screen and (min-width: 768px) {
    .poloroid-section .poloroid-image {
      flex: 0 0 33.333%; } }

.poloroid-section .poloroid-image-container {
  position: relative; }
  .poloroid-section .poloroid-image-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 77.92208%; }
  .poloroid-section .poloroid-image-container > img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }

.poloroid-section .caption-text {
  font-family: "Kalam", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 38px;
  margin-top: 5px; }

.shop-every-section .featured-cat-block {
  height: 300px; }
  @media only screen and (min-width: 768px) {
    .shop-every-section .featured-cat-block {
      height: 460px; } }

.featured-cat-block, .cat-block {
  margin-bottom: 30px; }

.featured-cat-block {
  background-position: center; }
  .featured-cat-block .block-content {
    padding: 15px; }
  .featured-cat-block:hover .cat-image {
    transform: scale(1.1); }
  .featured-cat-block:hover .hook-svg-image {
    display: inline-block; }
  .featured-cat-block .hook-svg-image {
    width: 20px;
    height: 30px;
    margin-left: 5px;
    display: none; }

.cat-block {
  margin: 0 auto 30px;
  overflow: hidden;
  position: relative; }
  .cat-block:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 69.18605%; }
  .cat-block > img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
  @media only screen and (min-width: 480px) {
    .cat-block {
      max-width: 344px; } }
  .cat-block .block-content {
    padding: 10px 15px; }
  @media only screen and (max-width: 1399px) {
    .cat-block .h3 {
      font-size: 20px; } }
  .cat-block .hook-svg-image {
    width: 20px;
    height: 30px;
    margin-left: 5px;
    display: none; }
  .cat-block .cat-image {
    transition: transform 100ms ease-in-out; }
  .cat-block:hover .cat-image {
    transform: scale(1.1); }
  .cat-block:hover .hook-svg-image {
    display: inline-block; }

.block-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 63, 0.8); }
  .block-content h3, .block-content .h3, .block-content .h3 {
    color: #fff;
    margin-bottom: 0;
    display: inline-block;
    text-transform: capitalize; }

.explore-with-us .img-container img {
  transition: transform 100ms ease; }

.body {
  min-height: 50vh;
  overflow: hidden; }
  .header.fixed ~ .body {
    margin-top: 90px; }
    @media only screen and (min-width: 768px) {
      .header.fixed ~ .body {
        margin-top: 221px; } }

.wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1484px;
  padding: 0 22px;
  position: relative;
  width: 100%; }
  .wrapper.ten-columns {
    max-width: 1240.33333px; }
  .wrapper.eight-columns {
    max-width: 996.66667px; }
  .wrapper.six-columns {
    max-width: 753px; }
  .wrapper.fullwidth {
    max-width: 100%; }
  @media only screen and (max-width: 767px) {
    .wrapper.fullwidth--mobile {
      max-width: 100%;
      padding: 0; } }

.header.fixed {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 101; }

.header.sticky-header {
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  top: 0;
  z-index: 102; }
  @media print {
    .header.sticky-header {
      position: static; } }

.header .header-main {
  background-color: #fff;
  border-bottom: 1px solid #F1F1F1;
  position: relative;
  z-index: 102; }
  .header .header-main .wrapper {
    position: static; }

.header .page-overlay {
  background-color: rgba(0, 0, 0, 0.3);
  display: none;
  height: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  transition: 500ms ease all;
  width: 100%;
  z-index: 101; }

.header-logo {
  font-size: 0;
  height: 65px;
  line-height: 65px;
  margin: 0 auto;
  max-width: 200px; }
  @media only screen and (min-width: 768px) {
    .header-logo {
      height: 116px;
      line-height: 116px;
      max-width: 278px;
      padding: 0; } }
  @media only screen and (min-width: 1400px) {
    .header-logo {
      margin: 0; } }
  .header-logo .top-level-link {
    color: #010066;
    display: inline-block;
    position: relative;
    text-decoration: none;
    width: 100%;
    z-index: 5; }
    @media only screen and (min-width: 768px) {
      .header-logo .top-level-link {
        background: none;
        border-bottom: 0;
        display: inline-block;
        padding: 0; } }
    .header-logo .top-level-link:hover, .header-logo .top-level-link:active {
      color: #010066; }

.header-logo-text {
  display: block;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 5px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 3px 0;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap; }
  @media only screen and (min-width: 480px) {
    .header-logo-text {
      padding-bottom: 0;
      padding-top: 0; } }
  @media only screen and (min-width: 768px) {
    .header-logo-text {
      display: inline;
      font-size: 16px;
      margin-left: 0;
      margin-right: -9px;
      max-width: none;
      overflow: auto;
      white-space: normal; } }

.header-logo-image {
  max-height: 65px; }
  @media only screen and (min-width: 768px) {
    .header-logo-image {
      max-height: 116px; } }

.promo-bar {
  background-color: #010066;
  max-height: 45px; }
  .promo-bar .promo-text {
    margin: 0;
    color: #fff;
    letter-spacing: 0;
    line-height: 25px;
    padding: 0 5px; }
    @media only screen and (min-width: 768px) {
      .promo-bar .promo-text {
        line-height: 45px;
        padding: 0; } }
    .promo-bar .promo-text a {
      color: #fff; }

.mobileMenu-toggle {
  display: inline-block;
  font-size: 0;
  height: 116px;
  left: 0;
  overflow: hidden;
  padding: 0 18px;
  position: absolute;
  width: 116px;
  z-index: 10; }
  @media only screen and (min-width: 768px) {
    .mobileMenu-toggle {
      display: none; } }
  .mobileMenu-toggle .mobileMenu-toggleIcon,
  .mobileMenu-toggle .mobileMenu-toggleIcon::before,
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    background: #010066;
    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: 20px; }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    top: 27px;
    transition: background-color 10ms ease-in 100ms; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::before {
    top: -8px; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    bottom: -8px; }
  .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: #010066;
      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); }

.menu-icon {
  align-items: center;
  color: #000;
  display: flex;
  height: 65px;
  justify-content: center;
  line-height: 65px;
  padding: 0 10px;
  position: relative;
  width: auto; }
  .menu-icon .icon {
    fill: currentColor;
    height: 22px;
    width: 22px; }

.navPage-childList {
  border-left: 1px solid #ddd;
  margin: 5px 10px;
  padding-left: 10px; }

.has-activeNavPages {
  overflow: hidden;
  -webkit-overflow-scrolling: auto; }

.navPages {
  overflow: visible; }
  .navPages ul {
    list-style: none; }
  .navPages .navPage-subMenu-list {
    list-style: none; }

.navPages-list {
  margin: 0; }

.navPages-action {
  color: #010066;
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: "Roboto Flex", Helvetica, Arial, sans-serif;
  font-size: 1.1em;
  font-weight: 500;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 250ms linear;
  letter-spacing: -0.3px; }
  .navPages-action.shop-all {
    text-decoration: underline; }
  .navPages-action.is-open,
  .has-hover:hover + .navPages-action {
    background-color: #fff; }
    .navPages-action.is-open svg,
    .has-hover:hover + .navPages-action svg {
      stroke: #F1F1F1; }
  .navPages-action:hover + button svg, .navPages-action.activePage + button svg {
    fill: #F1F1F1;
    stroke: #F1F1F1; }
  .navPages-action svg {
    fill: currentColor;
    stroke: #010066; }
  .navPages-action .icon-chevron-down {
    height: 11px;
    position: relative;
    top: 0;
    width: 11px; }

.navPage-thirdMenu-list {
  background-color: #fff;
  border-top: 1px solid #F1F1F1;
  display: none;
  left: 100%;
  min-width: 221px;
  position: absolute;
  text-align: left;
  top: 0; }
  .navPage-thirdMenu-item:hover .navPage-thirdMenu-list {
    display: block; }

.navPage-childList {
  display: none; }
  @media only screen and (min-width: 768px) {
    .navPage-childList {
      border: 0;
      display: block; } }
  .navPage-childList.is-open,
  .is-active + .navPage-childList {
    display: block; }

@keyframes slideDown {
  from {
    display: block;
    transform: translateY(-50%);
    opacity: 0; }
  to {
    display: block;
    transform: translateY(0);
    opacity: 1; } }

@keyframes disappearDelay {
  0% {
    height: 100%; }
  99% {
    height: 100%; }
  100% {
    height: 0; } }

.navPage-subMenu {
  background-color: #fff;
  border-top: 1px solid #F1F1F1;
  display: none;
  min-width: 221px;
  outline: 0;
  position: absolute;
  text-align: left;
  top: 100%;
  overflow: hidden; }
  .navPage-subMenu .navPages-action-moreIcon {
    display: none; }
  .navPage-subMenu.is-open,
  .is-active .navPage-subMenu {
    display: block; }

.has-subMenu.is-root + .navPage-subMenu-horizontal {
  border-left: 0;
  left: inherit;
  margin: auto;
  top: inherit;
  width: 215px; }

.navPage-subMenu-horizontal.is-open, .navPage-subMenu-horizontal:hover,
.has-hover:hover .navPage-subMenu-horizontal {
  border-left: 1px solid #F1F1F1;
  display: inherit;
  height: 242px;
  margin-left: 215px;
  padding: 0 !important;
  top: 0;
  width: 216px; }

@media only screen and (min-width: 768px) {
  .navPage-subMenu-horizontal .navPages-action-moreIcon {
    display: inline-block;
    transform: rotate(-90deg); } }

.navPage-subMenu-item {
  display: block; }
  .navPage-subMenu-item .navPages-action {
    width: 100%; }
  .navPage-subMenu-item > .navPage-subMenu-action {
    text-transform: none; }
  .navPage-subMenu-item:last-of-type > .navPage-subMenu-action {
    border-bottom: 0 none; }

.navPage-item--dropdown {
  position: relative; }
  .navPage-item--dropdown .navPage-subMenu-item {
    padding: 0; }
    .navPage-item--dropdown .navPage-subMenu-item a {
      color: #C00000;
      line-height: 56px;
      padding: 0 25px; }
      .navPage-item--dropdown .navPage-subMenu-item a:hover {
        background-color: #010066;
        color: #fff; }

.navPage-subMenu-item-child,
.navPage-subMenu-item-parent {
  width: 100%; }
  .navPage-subMenu-item-child .navPage-subMenu-action,
  .navPage-subMenu-item-parent .navPage-subMenu-action {
    padding-left: 20px;
    padding-right: 20px;
    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: #010066;
    color: #000;
    font-weight: 500;
    opacity: 0.3; }

.navPage-childList-action {
  font-weight: 400;
  padding: 0 0 5px; }

.navPages-list > .navPages-item .top-level-link {
  height: 60px;
  line-height: inherit;
  line-height: 60px;
  padding: 0 6.5px;
  position: relative;
  text-align: center;
  z-index: 9; }
  .navPages-list > .navPages-item .top-level-link::after {
    background-color: #C00000;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    opacity: 0;
    position: absolute;
    right: 50%;
    top: calc(100% - 2px);
    transition: all ease-in-out 250ms;
    width: auto; }
  .navPages-list > .navPages-item .top-level-link > .link-text-wrap {
    position: relative;
    color: #010066;
    transition: all ease-in-out 250ms; }
  .navPages-list > .navPages-item .top-level-link .button-open-submenu > svg {
    transform: scaleY(1);
    transition: all 250ms ease-in-out; }

.navPages-list > .navPages-item:hover .top-level-link::after, .navPages-list > .navPages-item.is-open .top-level-link::after {
  left: 0;
  opacity: 1;
  right: 0; }

.navPages-list > .navPages-item:hover .top-level-link .button-open-submenu > svg, .navPages-list > .navPages-item.is-open .top-level-link .button-open-submenu > svg {
  transform: scaleY(-1); }

.navPage-item--mega .navPage-megaMenu {
  left: 0;
  max-width: 85%;
  overflow-y: auto;
  max-height: calc(100vh - 225px);
  min-width: auto;
  right: 0;
  width: 97%;
  border-bottom: 2px solid #010066;
  margin: 0 auto 0 auto;
  box-shadow: 1px 13px 15px 0px rgba(0, 0, 0, 0.29); }

.navPage-item--mega .navPage-subMenu-list--mega-standard {
  display: flex;
  justify-content: flex-start; }
  .navPage-item--mega .navPage-subMenu-list--mega-standard .navPage-item--heading {
    flex: 0 1 15%;
    margin: 30px 26px 30px 0; }
    .navPage-item--mega .navPage-subMenu-list--mega-standard .navPage-item--heading:first-of-type {
      margin-left: 0; }
    .navPage-item--mega .navPage-subMenu-list--mega-standard .navPage-item--heading:last-of-type {
      margin-right: 0; }
    .navPage-item--mega .navPage-subMenu-list--mega-standard .navPage-item--heading a:hover:hover {
      background-color: transparent !important;
      color: #010066;
      text-decoration: underline; }
    .navPage-item--mega .navPage-subMenu-list--mega-standard .navPage-item--heading > .navPages-action {
      border-bottom: 1px solid #010066;
      font-size: 1.1em;
      font-weight: 500;
      line-height: calc(18/16);
      padding-bottom: 10px; }
    .navPage-item--mega .navPage-subMenu-list--mega-standard .navPage-item--heading .navPage-subMenu-list {
      display: flex;
      flex-direction: column;
      padding: 10px 0 25px;
      max-height: 100%; }
      .navPage-item--mega .navPage-subMenu-list--mega-standard .navPage-item--heading .navPage-subMenu-list .navPage-subMenu-item {
        margin-bottom: 15px; }
        .navPage-item--mega .navPage-subMenu-list--mega-standard .navPage-item--heading .navPage-subMenu-list .navPage-subMenu-item .navPages-action {
          font-size: 14px;
          font-family: "Roboto Flex", Helvetica, Arial, sans-serif;
          line-height: calc(19/14);
          text-transform: none;
          letter-spacing: 0px !important; }
        .navPage-item--mega .navPage-subMenu-list--mega-standard .navPage-item--heading .navPage-subMenu-list .navPage-subMenu-item.navPage-thirdMenu-item .icp-indicator-icon {
          display: inline-flex;
          align-items: center; }
          .navPage-item--mega .navPage-subMenu-list--mega-standard .navPage-item--heading .navPage-subMenu-list .navPage-subMenu-item.navPage-thirdMenu-item .icp-indicator-icon svg {
            width: 10px;
            height: 6px; }

.navPage-item--mega .navPage-subMenu-list--mega-advanced .navPage-item--mega-heading {
  display: inline-block;
  margin-right: 50px;
  vertical-align: top; }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .navPage-item--mega .navPage-subMenu-list--mega-advanced .navPage-item--mega-heading {
      margin-right: 70px; } }
  @media only screen and (min-width: 1400px) {
    .navPage-item--mega .navPage-subMenu-list--mega-advanced .navPage-item--mega-heading {
      margin-right: 150px; } }
  .navPage-item--mega .navPage-subMenu-list--mega-advanced .navPage-item--mega-heading:last-of-type {
    margin-right: 0; }
  .navPage-item--mega .navPage-subMenu-list--mega-advanced .navPage-item--mega-heading > a {
    padding: 15px 0 5px; }
    .navPage-item--mega .navPage-subMenu-list--mega-advanced .navPage-item--mega-heading > a::after {
      border-bottom: 2px solid #F1F1F1;
      bottom: -2px;
      content: "";
      left: 0;
      opacity: 0;
      position: absolute;
      right: 0;
      z-index: 2; }
  .navPage-item--mega .navPage-subMenu-list--mega-advanced .navPage-item--mega-heading.is-active .top-level-link {
    color: #F1F1F1; }
    .navPage-item--mega .navPage-subMenu-list--mega-advanced .navPage-item--mega-heading.is-active .top-level-link::after {
      opacity: 1; }
  .navPage-item--mega .navPage-subMenu-list--mega-advanced .navPage-item--mega-heading.is-active .mega-menu-list {
    display: block !important; }

.navPage-item--mega .navPage-subMenu-list--mega-advanced .mega-menu-list {
  background-color: #F1F1F1;
  border-top: 1px solid #F1F1F1;
  display: none;
  left: 0;
  padding: 15px 0;
  position: absolute;
  right: 0;
  top: 100%; }
  .navPage-item--mega .navPage-subMenu-list--mega-advanced .mega-menu-list .mega-menu-list-inner {
    display: flex;
    justify-content: space-between; }
    .navPage-item--mega .navPage-subMenu-list--mega-advanced .mega-menu-list .mega-menu-list-inner .navPage-mega--column {
      padding-right: 20px; }
  .navPage-item--mega .navPage-subMenu-list--mega-advanced .mega-menu-list .navPage-item--column-heading + .navPage-item--column-heading {
    margin-top: 38px; }
  .navPage-item--mega .navPage-subMenu-list--mega-advanced .mega-menu-list .navPage-item--column-heading .h5, .navPage-item--mega .navPage-subMenu-list--mega-advanced .mega-menu-list .navPage-item--column-heading .cart-header-item {
    margin-bottom: 8px; }
  .navPage-item--mega .navPage-subMenu-list--mega-advanced .mega-menu-list .navPage-subMenu-list .navPage-subMenu-item {
    margin-bottom: 7px; }

.navPage-item--mega .navPage-subMenu-list--heading {
  display: table;
  table-layout: fixed;
  width: 100%; }
  .navPage-item--mega .navPage-subMenu-list--heading::before, .navPage-item--mega .navPage-subMenu-list--heading::after {
    content: none;
    display: none; }
  .navPage-item--mega .navPage-subMenu-list--heading > .navPage-subMenu-item {
    margin-bottom: 5px;
    text-align: left; }
    .navPage-item--mega .navPage-subMenu-list--heading > .navPage-subMenu-item > .navPages-action {
      position: relative; }
      .navPage-item--mega .navPage-subMenu-list--heading > .navPage-subMenu-item > .navPages-action span {
        display: block;
        line-height: 1; }

.navPages-quickSearch .navPages-action {
  max-width: 162px;
  padding: 0 5px 0 10px; }

.link-button-holder {
  position: relative; }
  .link-button-holder .button-open-submenu {
    height: 7px;
    right: 25px;
    z-index: 10; }
    .link-button-holder .button-open-submenu svg {
      display: block;
      fill: currentColor;
      height: 7px;
      width: 16px; }

.navUser-section {
  display: flex;
  list-style: none;
  justify-content: flex-end;
  margin: 0; }

@media only screen and (max-width: 941px) and (min-width: 768px) {
  .user-icons {
    display: flex; } }

.navUser {
  padding: 0;
  transform: none; }
  .navUser p, .navUser .p {
    color: inherit; }
  .navUser .dropdown-menu {
    background-color: #fff;
    box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.25);
    display: none;
    position: absolute;
    z-index: 101; }
    @media only screen and (max-width: 990px) {
      .navUser .dropdown-menu {
        left: auto !important;
        max-width: 100%;
        right: 0 !important;
        width: 400px; } }
    .navUser .dropdown-menu.is-open {
      display: block; }

.navUser-action {
  color: #010066;
  font-size: 16px;
  font-weight: 700;
  height: 65px;
  line-height: 65px;
  padding: 0;
  text-decoration: none;
  text-transform: capitalize;
  white-space: pre; }
  @media only screen and (min-width: 768px) {
    .navUser-action {
      height: 116px;
      line-height: 116px; } }
  .navUser-action:hover, .navUser-action.is-open {
    color: #010066;
    text-decoration: underline; }
    .navUser-action:hover svg, .navUser-action.is-open svg {
      fill: #C00000; }
  .navUser-action svg {
    display: inline-block;
    fill: currentColor;
    stroke-width: 0;
    vertical-align: middle;
    transition: fill 0.2s linear; }
  .navUser-action .dropdown-menu.is-open::before, .navUser-action .dropdown-menu.is-open::after {
    left: auto; }
  .navUser-action .dropdown-menu.is-open::before {
    right: 14px; }
  .navUser-action .dropdown-menu.is-open::after {
    right: 16px; }

.navUser-label {
  font-size: 0.8em;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: calc(16/14);
  margin-top: 5px;
  text-align: center; }

.navUser-action--storeCredit + .dropdown-menu {
  max-width: 300px;
  padding: 20px; }
  .navUser-action--storeCredit + .dropdown-menu::before {
    left: 140px !important; }
  .navUser-action--storeCredit + .dropdown-menu::after {
    left: 142px !important; }

.navUser-action-divider {
  border-right: 1px solid #F1F1F1;
  color: #010066;
  display: inline-block;
  padding: 0 20px 0 0;
  text-decoration: none; }

.navUser-item {
  display: inline-block;
  margin-right: 10px; }
  @media only screen and (min-width: 991px) {
    .navUser-item {
      margin-right: 20px; } }
  .navUser-item:last-child {
    margin-right: 0; }
  .navUser-item.navUser-item--social {
    margin-top: 5px;
    padding-right: 5px; }
  .navUser-item.navUser-item--store-credit {
    margin-right: 5px; }
    .navUser-item.navUser-item--store-credit .navUser-action {
      font-size: 10px; }
  .navUser-item.navUser-item--divider {
    font-size: 25px;
    margin-top: 8px;
    padding-left: 2px; }
  .navUser-item > a {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative; }
    @media only screen and (min-width: 991px) {
      .navUser-item > a .navUser-label {
        min-height: 32px; } }

.navUser-item--faq .icon {
  height: 32px;
  width: 32px; }

.navUser-item--account .icon {
  width: 27px;
  height: 32px; }

.navUser-item--search .icon {
  height: 32px;
  width: 32px; }

.navUser-item--brands .icon {
  width: 38px;
  height: 33px; }

.navUser-item--sales .icon {
  width: 22px;
  height: 31px; }

.navUser-item--gift-cards .icon {
  width: 37px;
  height: 26px; }

.navUser-item--blog .icon {
  width: 36px;
  height: 29px; }

@media only screen and (max-width: 767px) {
  .navUser-item--cart__hidden-s {
    display: none; } }

.navUser-item--cart .icon {
  width: 34px;
  height: 31px; }

@media only screen and (min-width: 768px) {
  .navUser-item .dropdown-menu {
    min-width: 400px; } }

.navUser-item--cart .dropdown-menu {
  max-width: 100%; }
  @media only screen and (min-width: 768px) {
    .navUser-item--cart .dropdown-menu {
      max-width: 580px;
      min-width: 460px; } }

.navUser-item--compare {
  display: none; }
  .navUser-item--compare.show {
    display: block; }

.navUser-item--account .navUser-or + .navUser-action {
  margin-right: -8px; }

.nav-text {
  display: block;
  font-size: 14px;
  font-weight: 500; }

.navUser-or {
  color: #010066;
  cursor: default;
  display: inline-block;
  margin: 0 -12px;
  padding: 0 2px;
  position: relative;
  z-index: 1; }

.navUser-action--quickSearch {
  padding: 0 10px; }
  .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 #eeeeee transparent;
      border-bottom-style: solid;
      bottom: 0;
      left: 50%;
      position: absolute;
      transform: translateX(-50%); }

.dropdown--quickSearch {
  display: none; }
  .dropdown--quickSearch::before, .dropdown--quickSearch::after {
    -webkit-transform: rotate(45deg);
    -khtml-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    height: 0;
    height: 20px;
    position: absolute;
    right: 93px;
    top: -10px;
    width: 0;
    width: 20px; }
  .dropdown--quickSearch::before {
    box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.25); }
  .dropdown--quickSearch::after {
    background: #fff; }
  .dropdown--quickSearch .dropdown-inner {
    background-color: #fff;
    box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.25);
    padding: 30px;
    position: relative; }
  .dropdown--quickSearch.is-open {
    display: block;
    left: auto !important;
    max-width: 505px;
    outline: none;
    right: 0 !important;
    top: 100% !important;
    width: 100% !important;
    z-index: 10; }
  .dropdown--quickSearch .form {
    margin: auto; }
  .dropdown--quickSearch .form,
  .dropdown--quickSearch .form-field {
    margin-bottom: 0; }
  .dropdown--quickSearch .productGrid {
    padding: 20px 0 0; }
    @media only screen and (min-width: 480px) {
      .dropdown--quickSearch .productGrid {
        padding: 40px 0 0; } }

.countPill {
  background-color: #C00000;
  border: 1px solid #fff;
  border-radius: 13px;
  color: #fff;
  display: none;
  font-family: "Roboto Flex", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  position: absolute;
  text-align: center;
  padding: 0 4px;
  min-width: 24px;
  height: 24px;
  right: -15px;
  top: 2px; }
  @media only screen and (min-width: 768px) {
    .countPill {
      top: 19px; } }

.countPill--positive {
  display: inline-block; }

.countPill--alt {
  background-color: #eee;
  color: #666; }

.header-top {
  border-bottom: 1px solid #F1F1F1; }
  .header-top .header-search-form-wrapper {
    margin: 0 auto;
    position: relative; }
  .header-top .form-input {
    padding: 0 20px; }

.navPages-container .navPages-list {
  display: flex;
  justify-content: space-between; }

.clearance-menu {
  color: #c00000 !important; }

.mobile-search-bar-container {
  padding-top: 0px !important; }
  @media only screen and (min-width: 1400px) {
    .mobile-search-bar-container {
      display: none; } }

.footer {
  transform: translateZ(0); }

.newsletter-row {
  background-color: #000;
  padding: 25px 0;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .newsletter-row {
      padding: 40px 0;
      text-align: left; } }
  .newsletter-row .newsletter-heading {
    margin-bottom: 20px;
    text-align: center;
    line-height: 1.19444; }
  .newsletter-row p, .newsletter-row .p {
    margin-bottom: 4px;
    color: #fff; }
  .newsletter-row .form-content-wrap {
    margin: 0 auto 10px;
    max-width: 440px; }

.footer-top {
  background-color: #fff;
  padding: 30px 0; }
  @media only screen and (min-width: 768px) {
    .footer-top {
      padding: 40px 0; } }

.footer-info-col {
  overflow-wrap: break-word;
  -ms-word-break: break-all; }
  @media only screen and (max-width: 767px) {
    .footer-info-col {
      margin-bottom: 30px; }
      .footer-info-col.footer-info-col--social {
        margin: 0 auto;
        max-width: 295px; } }

.footer-info-heading {
  margin-bottom: 10px;
  font-weight: 600; }

.footer-col-center {
  margin: auto;
  width: fit-content; }

.footer-info-list {
  list-style: none;
  margin-left: 0; }
  .footer-info-list li {
    margin-bottom: 10px; }
  .footer-info-list a {
    color: #000050;
    text-decoration: none;
    text-transform: capitalize; }
    .footer-info-list a:hover {
      color: #C00000; }

.footer-info-address-col .phone-number {
  margin-bottom: 8px; }

.footer-payment-icons {
  height: 40px;
  margin-top: 20px; }
  @media only screen and (min-width: 768px) {
    .footer-payment-icons {
      margin-top: 40px; } }
  .footer-payment-icons .footer-payment-icon {
    height: 100%;
    margin: 5px;
    vertical-align: middle;
    width: 50px; }
  .footer-payment-icons svg {
    fill: #000050; }

.footer-bottom {
  background-color: #010066;
  color: #fff;
  font-size: 14px;
  padding: 25px 0; }
  @media only screen and (min-width: 768px) {
    .footer-bottom {
      font-size: 14px;
      line-height: 40px;
      padding: 15px 0;
      padding: 0; } }
  @media only screen and (min-width: 768px) {
    .footer-bottom p, .footer-bottom .p {
      margin: 0; } }
  .footer-bottom p, .footer-bottom .p,
  .footer-bottom a {
    color: inherit;
    line-height: inherit; }

.newsletter-form-wrapper .form .button {
  height: 45px;
  line-height: 45px; }
  @media only screen and (max-width: 767px) {
    .newsletter-form-wrapper .form .button {
      display: block;
      width: 100%; } }

.newsletter-form-wrapper .form .form-inner {
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .newsletter-form-wrapper .form .form-inner {
      display: flex;
      align-items: center; } }

.newsletter-form-wrapper .form .field_group {
  width: 100%; }
  @media only screen and (max-width: 767px) {
    .newsletter-form-wrapper .form .field_group {
      margin-bottom: 22px; } }
  .newsletter-form-wrapper .form .field_group input {
    width: 100%;
    height: 48px; }

.footer-logo-image {
  max-width: 280px;
  max-height: 65px;
  margin-bottom: 40px; }

.footer-location {
  color: #010066;
  margin-bottom: 20px;
  justify-content: center; }
  @media only screen and (min-width: 480px) {
    .footer-location {
      justify-content: flex-start; } }
  .footer-location .footer-location-icon {
    fill: currentColor;
    width: 30px;
    height: 28px;
    margin-right: 13px; }

.footer-hours {
  color: #010066;
  margin-bottom: 20px;
  justify-content: center; }
  @media only screen and (min-width: 480px) {
    .footer-hours {
      justify-content: flex-start;
      margin-bottom: 0; } }
  .footer-hours .footer-hour-icon {
    margin-right: 15px;
    fill: currentColor;
    width: 25px;
    height: 25px; }

.footer-contact {
  color: #010066;
  margin-bottom: 20px;
  justify-content: center;
  text-decoration: underline; }
  @media only screen and (min-width: 480px) {
    .footer-contact {
      justify-content: flex-start;
      margin-bottom: 40px; } }
  .footer-contact .footer-contact-icon {
    margin-right: 10px;
    fill: currentColor;
    width: 17px;
    height: 31px; }

.logo-content-container {
  letter-spacing: -0.5px; }
  @media only screen and (max-width: 990px) {
    .logo-content-container {
      text-align: center;
      max-width: 450px;
      margin: 0 auto 20px; } }

@media only screen and (max-width: 990px) {
  .logo-column {
    border-bottom: 1px solid #010066;
    margin-bottom: 20px; } }

.footer-signup {
  margin-left: auto;
  margin-right: auto;
  width: 90%; }
  @media (max-width: 1100px) {
    .footer-signup {
      display: block;
      align-content: center; } }

.klvyo-form {
  display: flex;
  min-width: 250px;
  text-align: center; }
  @media (max-width: 1100px) {
    .klvyo-form {
      max-width: 50%;
      margin-left: auto;
      margin-right: auto; } }

.klvyo-submit-button {
  padding: 0 30px;
  max-height: 45px; }

.klvyo_submit_wrapper {
  margin-top: auto; }

.sms-disclaimer {
  font-size: .5em;
  color: white;
  text-align: left;
  min-width: 250px;
  margin-top: 10px; }
  @media (max-width: 1100px) {
    .sms-disclaimer {
      max-width: 50%;
      margin-right: auto;
      margin-left: auto; } }

.klvyo-form-label {
  color: white;
  font-size: 1.2em; }
  @media (max-width: 1100px) {
    .klvyo-form-label {
      margin-top: 20px; } }

.klvyo-form-input {
  font-size: 1em; }
  @media (max-width: 670px) {
    .klvyo-form-input {
      font-size: .6em; } }

.klvyo-hook-me-up {
  margin-bottom: 10px;
  text-align: center;
  font-size: 2em; }
  @media (max-width: 1100px) {
    .klvyo-hook-me-up {
      max-width: 50%;
      margin-left: auto;
      margin-right: auto; } }

.klvyo-sign-up-text {
  text-align: center; }
  @media (max-width: 1100px) {
    .klvyo-sign-up-text {
      max-width: 50%;
      margin-left: auto;
      margin-right: auto; } }

@media (max-width: 1100px) {
  .klvyo-grid-item {
    max-width: 100%;
    padding-left: 0; } }

#footer-reviews {
  padding-top: 20px !important; }
  @media (max-width: 480px) {
    #footer-reviews {
      padding-top: 0px !important;
      display: none; } }

.blog-meta {
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 10px auto; }

.blog-meta-container {
  text-align: center; }

.blog-category-title {
  text-align: center;
  margin-top: 5px; }

.blog-post-summary {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* Ensures spacing consistency */
  min-height: 200px;
  /* Adjust this value to fit all posts evenly */
  position: relative;
  /* Keeps button positioning stable */
  flex-grow: 1; }

h2[class*="text-block-"], .h2[class*="text-block-"] {
  text-align: left; }

.blog-read-more {
  align-self: flex-start;
  /* Aligns the button to the bottom */
  text-decoration: none;
  color: #C00000;
  /* Adjust button color */
  padding-top: 10px; }

.pbw-text-blocks {
  text-align: left; }

.blog-post-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* Pushes "Read More" to bottom */ }

.blog-read-more:hover {
  color: #C00000;
  text-decoration: underline;
  text-underline-offset: 4px; }

.blog-post-meta {
  margin: 5px 0;
  color: inherit; }

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

.blog-post-meta a {
  text-decoration: none;
  color: #010066; }

.blog-post-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1; }

.blog-single .social-share-wrap {
  margin-bottom: 20px;
  text-align: center; }

.blog-single .blog-post-figure {
  text-align: center; }

.blog-single .blog-post-content ul,
.blog-single .blog-post-content ol,
.blog-single .blog-post-content dl,
.blog-single .blog-post-content p,
.blog-single .blog-post-content .p,
.blog-single .blog-post-content .p {
  margin-bottom: 16px; }

.blog-single .blog-post-content ol,
.blog-single .blog-post-content ul {
  margin-left: 1.2rem; }

.blog-single .blog-post-content a {
  text-decoration: underline;
  color: #c00000; }

.blog-single h2, .blog-single .h2, .blog-single h3, .blog-single .h3, .blog-single h4, .blog-single .h4, .blog-single .standard-table th, .standard-table .blog-single th, .blog-single .banner-icp p, .banner-icp .blog-single p, .blog-single .banner-icp .p, .banner-icp .blog-single .p {
  margin-bottom: 16px !important;
  padding-top: 16px !important; }

.blog-single h1, .blog-single .h1 {
  font-size: 1.8em;
  line-height: 1; }
  @media only screen and (min-width: 768px) {
    .blog-single h1, .blog-single .h1 {
      font-size: 2em; } }

.blog-single h2, .blog-single .h2 {
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1;
  text-transform: capitalize; }
  @media only screen and (min-width: 768px) {
    .blog-single h2, .blog-single .h2 {
      font-size: 1.7em; } }

.blog-single h3, .blog-single .h3 {
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1;
  text-transform: capitalize; }
  @media only screen and (min-width: 768px) {
    .blog-single h3, .blog-single .h3 {
      font-size: 1.4em; } }

.blog-single h4, .blog-single .h4, .blog-single .standard-table th, .standard-table .blog-single th, .blog-single .banner-icp p, .banner-icp .blog-single p, .blog-single .banner-icp .p, .banner-icp .blog-single .p {
  font-size: 1em;
  font-weight: 400; }
  @media only screen and (min-width: 768px) {
    .blog-single h4, .blog-single .h4, .blog-single .standard-table th, .standard-table .blog-single th, .blog-single .banner-icp p, .banner-icp .blog-single p, .blog-single .banner-icp .p, .banner-icp .blog-single .p {
      font-size: 1.2em; } }

.blog-title {
  margin: 15px auto 10px;
  max-width: 630px;
  line-height: 1 !important;
  font-size: 1.8em !important;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.blog-post-grid .blog-title:hover {
  text-decoration: underline;
  text-underline-offset: 4px; }

.blog-thumbnail {
  margin: 0 auto !important;
  width: 100%; }

.blog-post:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.06); }

.blog-meta div {
  white-space: nowrap; }

.blog-post {
  border-width: 1px;
  border-style: solid;
  border-color: #eaeaea;
  /* Shadow fully around the post */
  background-color: #ffffff;
  /* Ensure a white background for contrast */
  padding: 16px;
  /* Space inside the post */
  margin: 5px 0;
  /* Space between posts, but no margin inside the shadow */
  overflow: hidden;
  /* Ensure child content stays inside the box */
  display: block;
  /* Optional: Helps with layout consistency */
  display: flex;
  flex-direction: column;
  /* Ensures vertical stacking of content */
  width: 100% !important;
  height: 100%;
  max-width: 350px; }

.blog-post-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  /* Dynamic equal columns */
  margin-bottom: 20px;
  gap: 15px; }

/************ Blog Sidebar **********/
.blog-sidebar-inner {
  margin-left: auto;
  margin-right: 25px;
  border-width: 1px;
  border-style: solid;
  border-color: #eaeaea;
  padding: 16px;
  margin: 5px 0;
  overflow: hidden; }
  .blog-sidebar-inner .blog-block {
    margin-bottom: 75px; }
    .blog-sidebar-inner .blog-block h3, .blog-sidebar-inner .blog-block .h3 {
      margin-bottom: 15px;
      font-weight: 500; }
    .blog-sidebar-inner .blog-block .blog-sidebar-list {
      list-style: none;
      margin: 0; }
      .blog-sidebar-inner .blog-block .blog-sidebar-list li {
        margin-bottom: 8px;
        font-weight: 400; }
        .blog-sidebar-inner .blog-block .blog-sidebar-list li li:not(:last-child) {
          margin-bottom: 10px; }
          .blog-sidebar-inner .blog-block .blog-sidebar-list li li:not(:last-child) a {
            color: #010066; }
            .blog-sidebar-inner .blog-block .blog-sidebar-list li li:not(:last-child) a:hover {
              color: #C00000;
              text-decoration: underline !important;
              text-underline-offset: 4px !important; }

.blog-h3 {
  margin-bottom: 15px;
  font-weight: 500; }

.blog-sidebar-list {
  list-style: none;
  margin: 0; }

.blog-sidebar-list li a:hover {
  color: #010066;
  text-decoration: underline !important;
  text-underline-offset: 4px !important; }

.blog-sidebar-list li {
  margin-bottom: 8px;
  font-weight: 400; }

.main-grid {
  margin-top: 20px; }

.author-block {
  display: flex;
  align-items: center;
  /* Centers the h1 vertically */ }

.author-block h2, .author-block .h2 {
  font-size: 2em;
  /* Adjust as needed */
  font-weight: 500;
  margin: 0;
  /* Remove default margins */ }

.author-block h1 a, .author-block .h1 a {
  text-decoration: none;
  /* Removes underline */
  color: #010066;
  /* Adjust color as needed */ }

.blog-sidebar {
  max-width: 100%;
  padding-left: 10px; }

.author-sidebar {
  max-width: 100%;
  padding-left: 10px; }

.author-sidebar-inner {
  margin-left: auto;
  margin-right: 25px;
  border-width: 1px;
  border-style: solid;
  border-color: #eaeaea;
  padding: 16px;
  /* Space inside the sidebar */
  margin: 16px 0;
  /* Space around the sidebar */
  overflow: hidden; }

[id^="sd-product-set-container"] {
  color: #010066 !important; }

[data-test-id="product-set-widget-brand"],
[data-test-id="product-widget-brand"],
[data-test-id="product-set-widget-name"],
[data-test-id="product-widget-name"],
[data-test-id="product-set-widget-ratings"],
[data-test-id="product-set-widget-price"],
[data-test-id="product-widget-price"] {
  color: #010066 !important;
  text-transform: capitalize !important;
  font-weight: 400 !important; }
  [data-test-id="product-set-widget-brand"] a,
  [data-test-id="product-widget-brand"] a,
  [data-test-id="product-set-widget-name"] a,
  [data-test-id="product-widget-name"] a,
  [data-test-id="product-set-widget-ratings"] a,
  [data-test-id="product-set-widget-price"] a,
  [data-test-id="product-widget-price"] a {
    color: #010066 !important;
    text-decoration: none !important; }

a[href="#"]:not([data-test-id="product-set-widget-name"]) a[href="#"] {
  background-color: #010066 !important; }

a .ytp-impression-link {
  display: none !important; }

.blog-dropdown {
  position: relative;
  /* Ensure dropdown-content is positioned relative to its button */
  width: 100%;
  /* Match the button width */
  max-width: 375px;
  /* Match the blog article width */
  margin: 0 auto 10px auto;
  /* Center align and add spacing */ }

.dropbtn {
  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(0, 0, 0, 0.999)' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 16px;
  position: relative;
  padding: 10px 20px;
  width: 100%;
  max-width: 800px;
  text-align: left;
  margin: 0 auto 10px auto;
  font-size: 14px;
  text-transform: uppercase;
  color: #010066;
  background-color: #F1F1F1;
  border: 1px solid #ccc;
  cursor: pointer;
  box-sizing: border-box;
  white-space: nowrap;
  text-overflow: ellipsis; }

.blog-container {
  position: relative;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  /* Negative margin to counteract the parent wrapper's constraints */
  padding: 0;
  box-sizing: border-box;
  /* Include padding and borders in width calculations */
  overflow-x: hidden; }

.bottom-navigation {
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
  background-color: #010066;
  color: white;
  padding: 15px 0;
  max-width: 100%; }

.top-navigation {
  display: none; }

.top-navigation div:not(:last-child)::after {
  content: "|";
  /* Add the bar */
  margin-left: 10px;
  margin-right: 10px;
  color: white;
  font-weight: bold;
  text-decoration: none !important; }

.bottom-navigation div:last-child {
  margin-left: 80px; }

.bottom-navigation div {
  text-align: center;
  max-width: 250px;
  /* Avoids overly wide items */
  display: flex;
  align-items: center;
  justify-content: space-between; }

.blog-link:hover {
  color: white;
  text-decoration: underline;
  text-underline-offset: 4px; }

.bottom-navigation a {
  text-decoration: none;
  font-size: 1.1em;
  color: white; }

.top-navigation div {
  position: relative;
  display: flex;
  align-items: center; }

.mobile-navigation {
  display: none;
  /* Hidden by default */
  flex-direction: column;
  align-items: center;
  gap: 5px;
  /* Add spacing between dropdowns and the button */
  margin-top: 20px; }

.dropdown-content {
  display: none;
  /* Hidden by default */
  position: relative;
  /* Use absolute for better alignment */
  background-color: #F1F1F1;
  /* Subtle background color to differentiate */
  border: 1px solid #ccc;
  /* Add a border for better visibility */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  /* Add shadow to make it stand out */
  z-index: 409;
  /* Ensure it appears above other elements */
  margin-top: 10px;
  /* Add spacing below the dropdown button */
  text-align: left;
  width: 100%;
  /* Ensure full width on mobile */
  border-radius: 4px;
  /* Smoothen the edges */
  padding: 10px 0;
  /* Add padding for spacing inside */ }

.dropdown-content a {
  display: block;
  /* Ensure links are stacked vertically */
  padding: 10px 15px;
  /* Add padding for clickable area */
  color: #010066;
  /* Consistent link color */
  text-decoration: none;
  /* Remove underline */
  font-weight: 500;
  /* Make text slightly bolder */
  font-size: 14px;
  /* Set readable font size */
  z-index: 410; }

.authors-button {
  color: #010066;
  text-transform: uppercase;
  background-color: #F1F1F1;
  font-size: 14px;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  display: block;
  width: 100%;
  /* Full width on small screens */
  max-width: 375px;
  /* Restrict width for larger screens */
  transition: background-color 0.3s ease;
  border: 1px solid #ccc; }

.banner {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding: 0;
  max-width: 100%; }

.banner-image {
  position: relative;
  width: 100vw;
  /* Full viewport width */
  margin-left: calc(-50vw + 50%);
  /* Offset to counteract wrapper's alignment */
  height: 270x;
  object-fit: cover;
  object-position: center;
  display: block;
  margin: 0 auto; }

.banner-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  /* Center horizontally */
  transform: translate(-50%, -50%);
  color: white;
  z-index: 1;
  text-align: center;
  font-size: 92px !important;
  white-space: nowrap; }

.blog-dropdown:hover .dropdown-content {
  display: block; }

.all-categories-view {
  padding: 20px; }

.category-section {
  margin-bottom: 20px; }

.category-section h3, .category-section .h3 {
  font-size: 20px;
  margin-bottom: 10px; }

.category-section ul {
  list-style: none;
  padding: 0; }

.category-section ul li {
  margin: 5px 0; }

.category-section ul li a {
  color: #010066;
  text-decoration: none; }

.category-section ul li a:hover {
  text-decoration: underline; }

@media only screen and (min-width: 768px) {
  .medium-up--one-third {
    max-width: 100%;
    flex: none; } }

@media only screen and (max-width: 1024px) {
  .blog-title {
    font-size: 1.6em !important;
    line-height: 1 !important; } }

@media screen and (max-width: 768px) {
  .bottom-navigation {
    display: none;
    /* Hide bottom navigation on small screens */ }
  .mobile-navigation {
    display: flex;
    /* Show mobile navigation for small screens */
    flex-direction: column;
    /* Stack items vertically */
    align-items: center;
    /* Center items horizontally */
    gap: 10px;
    /* Space between navigation items */
    width: 100%;
    /* Match blog post width */
    margin: 20px auto; }
  .dropbtn {
    width: 100%;
    /* Button spans full width */
    text-align: center;
    /* Center text in buttons */ }
  .top-navigation div {
    display: none;
    /* Hide all links */ }
  .top-navigation div:first-child {
    display: block;
    /* Show only the first link */ }
  .top-navigation div {
    font-size: 14px; }
  .top-navigation div:first-child::after {
    content: "";
    /* Remove bar next to the first link */
    margin: 0;
    padding: 0; }
  .banner-overlay {
    font-size: 22px !important;
    white-space: nowrap;
    overflow: hidden; }
  .top-navigation {
    padding: 5px;
    font-size: 12px; }
  .blog-post-grid {
    display: grid;
    grid-template-columns: 1fr !important;
    /* Force single column layout */
    gap: 20px;
    /* Add some spacing between posts */
    margin-bottom: 20px; }
  .blog-post {
    width: 100%;
    /* Ensure posts take full width in the column */
    margin: 0 auto;
    /* Center posts horizontally */ } }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .bottom-navigation {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    /* Space between items */
    padding: 15px 0;
    /* Padding for spacing */
    background-color: #010066;
    /* Keep the same background */
    text-align: center;
    /* Center align text */ }
  .bottom-navigation div {
    white-space: pre-wrap;
    /* Allow wrapping */
    word-wrap: break-word;
    /* Break words */
    overflow-wrap: break-word;
    /* Modern browsers */
    text-align: center;
    /* Center-align text in each cell */
    padding: 5px;
    /* Padding inside each cell */ }
  .bottom-navigation a {
    font-size: 14px;
    /* Adjust font size for readability */
    line-height: 1.2;
    /* Add line spacing */
    color: white;
    /* Keep text color consistent */
    text-decoration: none;
    /* Remove underlines */ }
  .bottom-navigation a:hover {
    color: #c00000;
    /* Change color on hover */
    text-decoration: underline;
    /* Add underline on hover */ }
  .bottom-navigation div:last-child {
    margin-left: 0; }
  .blog-sidebar {
    display: none; }
  .blog-post-main {
    width: 100%;
    /* Expand main content to full width */
    max-width: 100%;
    /* Ensure it takes the entire viewport width */
    margin: 0 auto;
    /* Center content */ }
  .blog-post-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* Two equal columns */
    gap: 16px;
    /* Spacing between items */
    width: 100%;
    /* Ensure grid stretches to fill the parent container */
    max-width: 100%;
    /* Prevent any unnecessary overflow */
    box-sizing: border-box;
    /* Include padding and borders in width calculations */
    margin: 0 auto;
    /* Center the grid if constrained by a parent */
    margin-bottom: 20px; }
  .blog-post {
    width: 100%;
    /* Ensure posts fit within their grid cells */
    margin: 0;
    /* Reset any unwanted margins */ }
  .grid__item.medium-up--three-quarters {
    width: 100%;
    /* Force grid to occupy full width */
    max-width: 100%;
    /* Prevent unnecessary constraints */
    flex: 0 0 auto !important; } }

@media screen and (max-width: 715px) {
  .blog-container {
    display: block;
    text-align: center; }
    .blog-container .blog-image-header {
      margin: auto;
      line-height: 1; }
  .dropdown-content {
    text-align: center;
    top: 100%;
    left: 50%;
    transform: translateX(-50%); }
  .blog-dropdown {
    margin: auto;
    background-position: right 1px top 3px; } }

@media only screen and (max-width: 950px) {
  div[data-layout-name="Blog Layout"] {
    display: block !important; } }

@media only screen and (max-width: 950px) {
  div[data-layout-name="Blog Layout"] div[data-sub-layout] {
    max-width: 100%; } }

.productList {
  list-style: none; }
  .productList .product {
    border-bottom: 1px solid #F1F1F1;
    margin-top: 50px; }
    .productList .product:first-child {
      margin: 0; }

@media only screen and (min-width: 480px) {
  .listItem {
    display: table;
    width: 100%; } }

@media only screen and (min-width: 991px) {
  .listItem:focus-within .listItem-figureBody, .listItem.focus-within .listItem-figureBody {
    opacity: 1; } }

@media only screen and (min-width: 480px) {
  .listItem-figure,
  .listItem-body {
    display: table-cell; } }

.listItem-body {
  display: flex;
  flex-direction: row;
  padding: 0 20px 20px 0; }

.listItem-figure {
  position: relative;
  padding: 22px; }
  @media only screen and (min-width: 480px) {
    .listItem-figure {
      margin-bottom: 0; } }
  @media only screen and (min-width: 768px) {
    .listItem-figure {
      align-items: center;
      display: flex;
      justify-content: center;
      width: 300px;
      height: 300px;
      margin: 0; } }

.listItem-figureBody {
  opacity: 1;
  text-align: center; }
  @media only screen and (min-width: 991px) {
    .listItem-figureBody {
      left: 50%;
      opacity: 0;
      position: absolute;
      top: 50%;
      transform: translateX(-50%) translateY(-50%); }
      .listItem:hover .listItem-figureBody {
        opacity: 1; } }

.listItem-image {
  height: 100%;
  width: auto; }

@media only screen and (min-width: 768px) {
  .listItem-content {
    display: block;
    flex: 1;
    padding: 20px 0; } }

@media only screen and (min-width: 991px) {
  .listItem-details,
  .listItem-actions {
    display: inline-flex;
    flex-direction: column;
    height: 100%;
    vertical-align: top; } }

@media only screen and (min-width: 991px) {
  .listItem-details {
    padding-right: 80px; }
    .listItem-details > :last-child {
      margin-bottom: 0; } }

.listItem-rating {
  margin-bottom: 5px; }

.listItem-brand {
  margin: 0 0 2px; }
  @media only screen and (min-width: 768px) {
    .listItem-brand {
      margin-bottom: 20px; } }

.listItem-title {
  margin: 0 0 2px; }
  .listItem-title > a {
    text-decoration: none; }

.listItem-sku {
  color: #010066;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 1.14286; }

.listItem-price {
  margin-bottom: 25px; }

.listItem-compare {
  align-items: center;
  display: flex;
  letter-spacing: 0.5px;
  margin-top: auto;
  padding: 10px 0; }
  .listItem-compare > input {
    height: 20px;
    margin-right: 15px;
    width: 20px; }

.listItem-actions .button {
  font-size: 14px;
  margin-bottom: 0; }
  @media only screen and (min-width: 991px) {
    .listItem-actions .button {
      width: max-content; }
      .listItem-actions .button + .button {
        margin: 10px 0 0; } }

@media only screen and (min-width: 991px) {
  .page-sidebar + .page-content .productList .listItem-details {
    width: calc(70% - 40px);
    padding-right: 40px; } }

@media only screen and (min-width: 991px) {
  .page-sidebar + .page-content .productList .listItem-actions {
    width: 30%; } }

@media only screen and (min-width: 768px) {
  .page-content.grid__item {
    max-width: 84%; } }

[data-product-attribute] .form-option.form-option-swatch {
  margin-bottom: 0;
  overflow: visible; }

.form-option-variant--none {
  height: 22px;
  overflow: hidden; }

.form-option-variant--color,
.form-option-variant--pattern {
  height: 55px;
  width: 55px; }

.form-option-expanded {
  background-color: #fff;
  border: 1px solid #010066;
  bottom: calc(100% + 15px);
  opacity: 0;
  padding: 3px;
  position: absolute;
  right: 50%;
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  visibility: hidden; }
  @media only screen and (min-width: 768px) {
    .form-option-expanded {
      bottom: unset;
      right: calc(100% + 5px);
      top: calc(100% + 5px); } }

.form-option:hover .form-option-expanded {
  opacity: 1;
  visibility: visible;
  z-index: 1; }
  @media only screen and (max-width: 767px) {
    .form-option:hover .form-option-expanded {
      transform: translateX(50%); } }

.form-option-image {
  display: block;
  height: 100px;
  width: 100px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover; }

.contact-form {
  background-color: #F1F1F1;
  padding: 26px 14px 40px; }
  @media only screen and (min-width: 768px) and (max-width: 990px) {
    .contact-form {
      padding: 20px 25px; } }
  @media only screen and (min-width: 991px) {
    .contact-form {
      padding: 80px 70px; } }
  .contact-form .rte {
    margin-bottom: 20px; }

.contact-info .contact-info-content {
  padding: 20px 40px; }
  @media only screen and (min-width: 768px) {
    .contact-info .contact-info-content {
      padding: 0 30px; } }

.contact-info .address-wrap {
  margin-bottom: 34px; }
  .contact-info .address-wrap h2, .contact-info .address-wrap .h2 {
    margin-bottom: 15px;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .contact-info .address-wrap h2, .contact-info .address-wrap .h2 {
        text-align: left; } }
  .contact-info .address-wrap .phone-number {
    margin-bottom: 8px; }
  .contact-info .address-wrap address {
    line-height: 2.2; }

#contact-us-success a:hover {
  color: #C00000; }

.specialty-pdp-section {
  position: relative; }

.ob-overlay {
  background-color: white;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }
  .ob-overlay img {
    height: 50%;
    width: 50%; }
