:root {
  --blue: #0070d2;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #c00;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #008827;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #00a1e0;
  --secondary: #6c757d;
  --success: #008827;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #c00;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 544px;
  --breakpoint-md: 1023.99px;
  --breakpoint-lg: 1024px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #f9f9f9; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #444;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #1e1e1e;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

select {
  word-wrap: normal; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2; }

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

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

h3, .h3 {
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 1.5rem; }

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

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

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #ccc; }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #f9f9f9;
  border: 1px solid #dee2e6;
  border-radius: 0.1875rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.1875rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 1023.99px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 1024px) {
    .container {
      max-width: 940px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1260px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-positive: 1;
      flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  -ms-flex: 0 0 8.33333%;
      flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  -ms-flex: 0 0 16.66667%;
      flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  -ms-flex: 0 0 25%;
      flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  -ms-flex: 0 0 41.66667%;
      flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -ms-flex: 0 0 58.33333%;
      flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  -ms-flex: 0 0 66.66667%;
      flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  -ms-flex: 0 0 75%;
      flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -ms-flex: 0 0 83.33333%;
      flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  -ms-flex: 0 0 91.66667%;
      flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -ms-flex-order: -1;
      order: -1; }

.order-last {
  -ms-flex-order: 13;
      order: 13; }

.order-0 {
  -ms-flex-order: 0;
      order: 0; }

.order-1 {
  -ms-flex-order: 1;
      order: 1; }

.order-2 {
  -ms-flex-order: 2;
      order: 2; }

.order-3 {
  -ms-flex-order: 3;
      order: 3; }

.order-4 {
  -ms-flex-order: 4;
      order: 4; }

.order-5 {
  -ms-flex-order: 5;
      order: 5; }

.order-6 {
  -ms-flex-order: 6;
      order: 6; }

.order-7 {
  -ms-flex-order: 7;
      order: 7; }

.order-8 {
  -ms-flex-order: 8;
      order: 8; }

.order-9 {
  -ms-flex-order: 9;
      order: 9; }

.order-10 {
  -ms-flex-order: 10;
      order: 10; }

.order-11 {
  -ms-flex-order: 11;
      order: 11; }

.order-12 {
  -ms-flex-order: 12;
      order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 544px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -ms-flex-order: -1;
        order: -1; }
  .order-sm-last {
    -ms-flex-order: 13;
        order: 13; }
  .order-sm-0 {
    -ms-flex-order: 0;
        order: 0; }
  .order-sm-1 {
    -ms-flex-order: 1;
        order: 1; }
  .order-sm-2 {
    -ms-flex-order: 2;
        order: 2; }
  .order-sm-3 {
    -ms-flex-order: 3;
        order: 3; }
  .order-sm-4 {
    -ms-flex-order: 4;
        order: 4; }
  .order-sm-5 {
    -ms-flex-order: 5;
        order: 5; }
  .order-sm-6 {
    -ms-flex-order: 6;
        order: 6; }
  .order-sm-7 {
    -ms-flex-order: 7;
        order: 7; }
  .order-sm-8 {
    -ms-flex-order: 8;
        order: 8; }
  .order-sm-9 {
    -ms-flex-order: 9;
        order: 9; }
  .order-sm-10 {
    -ms-flex-order: 10;
        order: 10; }
  .order-sm-11 {
    -ms-flex-order: 11;
        order: 11; }
  .order-sm-12 {
    -ms-flex-order: 12;
        order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1023.99px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -ms-flex-order: -1;
        order: -1; }
  .order-md-last {
    -ms-flex-order: 13;
        order: 13; }
  .order-md-0 {
    -ms-flex-order: 0;
        order: 0; }
  .order-md-1 {
    -ms-flex-order: 1;
        order: 1; }
  .order-md-2 {
    -ms-flex-order: 2;
        order: 2; }
  .order-md-3 {
    -ms-flex-order: 3;
        order: 3; }
  .order-md-4 {
    -ms-flex-order: 4;
        order: 4; }
  .order-md-5 {
    -ms-flex-order: 5;
        order: 5; }
  .order-md-6 {
    -ms-flex-order: 6;
        order: 6; }
  .order-md-7 {
    -ms-flex-order: 7;
        order: 7; }
  .order-md-8 {
    -ms-flex-order: 8;
        order: 8; }
  .order-md-9 {
    -ms-flex-order: 9;
        order: 9; }
  .order-md-10 {
    -ms-flex-order: 10;
        order: 10; }
  .order-md-11 {
    -ms-flex-order: 11;
        order: 11; }
  .order-md-12 {
    -ms-flex-order: 12;
        order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1024px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -ms-flex-order: -1;
        order: -1; }
  .order-lg-last {
    -ms-flex-order: 13;
        order: 13; }
  .order-lg-0 {
    -ms-flex-order: 0;
        order: 0; }
  .order-lg-1 {
    -ms-flex-order: 1;
        order: 1; }
  .order-lg-2 {
    -ms-flex-order: 2;
        order: 2; }
  .order-lg-3 {
    -ms-flex-order: 3;
        order: 3; }
  .order-lg-4 {
    -ms-flex-order: 4;
        order: 4; }
  .order-lg-5 {
    -ms-flex-order: 5;
        order: 5; }
  .order-lg-6 {
    -ms-flex-order: 6;
        order: 6; }
  .order-lg-7 {
    -ms-flex-order: 7;
        order: 7; }
  .order-lg-8 {
    -ms-flex-order: 8;
        order: 8; }
  .order-lg-9 {
    -ms-flex-order: 9;
        order: 9; }
  .order-lg-10 {
    -ms-flex-order: 10;
        order: 10; }
  .order-lg-11 {
    -ms-flex-order: 11;
        order: 11; }
  .order-lg-12 {
    -ms-flex-order: 12;
        order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -ms-flex-order: -1;
        order: -1; }
  .order-xl-last {
    -ms-flex-order: 13;
        order: 13; }
  .order-xl-0 {
    -ms-flex-order: 0;
        order: 0; }
  .order-xl-1 {
    -ms-flex-order: 1;
        order: 1; }
  .order-xl-2 {
    -ms-flex-order: 2;
        order: 2; }
  .order-xl-3 {
    -ms-flex-order: 3;
        order: 3; }
  .order-xl-4 {
    -ms-flex-order: 4;
        order: 4; }
  .order-xl-5 {
    -ms-flex-order: 5;
        order: 5; }
  .order-xl-6 {
    -ms-flex-order: 6;
        order: 6; }
  .order-xl-7 {
    -ms-flex-order: 7;
        order: 7; }
  .order-xl-8 {
    -ms-flex-order: 8;
        order: 8; }
  .order-xl-9 {
    -ms-flex-order: 9;
        order: 9; }
  .order-xl-10 {
    -ms-flex-order: 10;
        order: 10; }
  .order-xl-11 {
    -ms-flex-order: 11;
        order: 11; }
  .order-xl-12 {
    -ms-flex-order: 12;
        order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #ccc; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #ccc; }
  .table tbody + tbody {
    border-top: 2px solid #ccc; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #ccc; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ccc; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8e5f6; }

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7aceef; }

.table-hover .table-primary:hover {
  background-color: #a1ddf3; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #a1ddf3; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db; }

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb; }

.table-hover .table-secondary:hover {
  background-color: #c8cbcf; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #c8cbcf; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #b8dec3; }

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #7ac18f; }

.table-hover .table-success:hover {
  background-color: #a7d6b4; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #a7d6b4; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb; }

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda; }

.table-hover .table-info:hover {
  background-color: #abdde5; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #abdde5; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba; }

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e; }

.table-hover .table-warning:hover {
  background-color: #ffe8a1; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #ffe8a1; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f1b8b8; }

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #e47a7a; }

.table-hover .table-danger:hover {
  background-color: #eda3a3; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #eda3a3; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe; }

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc; }

.table-hover .table-light:hover {
  background-color: #ececf6; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #ececf6; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca; }

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c; }

.table-hover .table-dark:hover {
  background-color: #b9bbbe; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b9bbbe; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #ccc; }

.table-dark {
  color: #fff;
  background-color: #343a40; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #454d55; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 543.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }

@media (max-width: 1023.97px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 1023.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.1875rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #61d2ff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 161, 224, 0.25); }
  .form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.1875rem; }

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.1875rem; }

select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #008827; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(0, 136, 39, 0.9);
  border-radius: 0.1875rem; }

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #008827;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23008827' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #008827;
    box-shadow: 0 0 0 0.2rem rgba(0, 136, 39, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #008827;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23008827' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #008827;
    box-shadow: 0 0 0 0.2rem rgba(0, 136, 39, 0.25); }
  .was-validated .custom-select:valid ~ .valid-feedback,
  .was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #008827; }

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #008827; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #008827; }

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #00bb36;
  background-color: #00bb36; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 136, 39, 0.25); }

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #008827; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #008827; }

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #008827;
  box-shadow: 0 0 0 0.2rem rgba(0, 136, 39, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #c00; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(204, 0, 0, 0.9);
  border-radius: 0.1875rem; }

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #c00;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23c00' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23c00' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #c00;
    box-shadow: 0 0 0 0.2rem rgba(204, 0, 0, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #c00;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23c00' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23c00' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #c00;
    box-shadow: 0 0 0 0.2rem rgba(204, 0, 0, 0.25); }
  .was-validated .custom-select:invalid ~ .invalid-feedback,
  .was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #c00; }

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #c00; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #c00; }

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: red;
  background-color: red; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(204, 0, 0, 0.25); }

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #c00; }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #c00; }

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #c00;
  box-shadow: 0 0 0 0.2rem rgba(204, 0, 0, 0.25); }

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-align: center;
      align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 544px) {
    .form-inline label {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: -ms-flexbox;
      display: flex;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
      -ms-flex-align: center;
          align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn, .btn-primary, .button-link, .two-up-left.wrapper-container .button-link,
.two-up-right.wrapper-container .button-link, .btn-secondary, .btn-small, .btn-tertiary, .btn-small-track {
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.1875rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn, .btn-primary, .button-link, .two-up-left.wrapper-container .button-link,
    .two-up-right.wrapper-container .button-link, .btn-secondary, .btn-small, .btn-tertiary, .btn-small-track {
      transition: none; } }
  .btn:hover, .btn-primary:hover, .button-link:hover, .two-up-left.wrapper-container .button-link:hover,
  .two-up-right.wrapper-container .button-link:hover, .btn-secondary:hover, .btn-small:hover, .btn-tertiary:hover, .btn-small-track:hover {
    color: #212529;
    text-decoration: none; }
  .btn:focus, .btn-primary:focus, .button-link:focus, .two-up-left.wrapper-container .button-link:focus,
  .two-up-right.wrapper-container .button-link:focus, .btn-secondary:focus, .btn-small:focus, .btn-tertiary:focus, .btn-small-track:focus, .btn.focus, .focus.btn-primary, .focus.button-link, .two-up-left.wrapper-container .focus.button-link,
  .two-up-right.wrapper-container .focus.button-link, .focus.btn-secondary, .focus.btn-small, .focus.btn-tertiary, .focus.btn-small-track {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 161, 224, 0.25); }
  .btn.disabled, .disabled.btn-primary, .disabled.button-link, .two-up-left.wrapper-container .disabled.button-link,
  .two-up-right.wrapper-container .disabled.button-link, .disabled.btn-secondary, .disabled.btn-small, .disabled.btn-tertiary, .disabled.btn-small-track, .btn:disabled, .btn-primary:disabled, .button-link:disabled, .two-up-left.wrapper-container .button-link:disabled,
  .two-up-right.wrapper-container .button-link:disabled, .btn-secondary:disabled, .btn-small:disabled, .btn-tertiary:disabled, .btn-small-track:disabled {
    opacity: 0.65; }

a.btn.disabled, a.disabled.btn-primary, a.disabled.button-link, .two-up-left.wrapper-container a.disabled.button-link,
.two-up-right.wrapper-container a.disabled.button-link, a.disabled.btn-secondary, a.disabled.btn-small, a.disabled.btn-tertiary, a.disabled.btn-small-track,
fieldset:disabled a.btn,
fieldset:disabled a.btn-primary,
fieldset:disabled a.button-link,
fieldset:disabled .two-up-left.wrapper-container a.button-link,
.two-up-left.wrapper-container fieldset:disabled a.button-link,
fieldset:disabled .two-up-right.wrapper-container a.button-link,
.two-up-right.wrapper-container fieldset:disabled a.button-link,
fieldset:disabled a.btn-secondary,
fieldset:disabled a.btn-small,
fieldset:disabled a.btn-tertiary,
fieldset:disabled a.btn-small-track {
  pointer-events: none; }

.btn-primary, .button-link, .two-up-left.wrapper-container .button-link,
.two-up-right.wrapper-container .button-link {
  background-color: #00a1e0;
  border-color: #00a1e0; }
  .btn-primary:hover, .button-link:hover, .two-up-left.wrapper-container .button-link:hover,
  .two-up-right.wrapper-container .button-link:hover {
    color: #fff;
    background-color: #0086ba;
    border-color: #007cad; }
  .btn-primary:focus, .button-link:focus, .two-up-left.wrapper-container .button-link:focus,
  .two-up-right.wrapper-container .button-link:focus, .btn-primary.focus, .focus.button-link, .two-up-left.wrapper-container .focus.button-link,
  .two-up-right.wrapper-container .focus.button-link {
    box-shadow: 0 0 0 0.2rem rgba(38, 175, 229, 0.5); }
  .btn-primary.disabled, .disabled.button-link, .two-up-left.wrapper-container .disabled.button-link,
  .two-up-right.wrapper-container .disabled.button-link, .btn-primary:disabled, .button-link:disabled, .two-up-left.wrapper-container .button-link:disabled,
  .two-up-right.wrapper-container .button-link:disabled {
    color: #fff;
    background-color: #00a1e0;
    border-color: #00a1e0; }
  .btn-primary:not(:disabled):not(.disabled):active, .button-link:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .button-link:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle,
  .show > .dropdown-toggle.button-link,
  .two-up-left.wrapper-container .show > .dropdown-toggle.button-link,
  .two-up-right.wrapper-container .show > .dropdown-toggle.button-link {
    color: #fff;
    background-color: #007cad;
    border-color: #0073a0; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .button-link:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .button-link:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus,
    .show > .dropdown-toggle.button-link:focus,
    .two-up-left.wrapper-container .show > .dropdown-toggle.button-link:focus,
    .two-up-right.wrapper-container .show > .dropdown-toggle.button-link:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 175, 229, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }

.btn-success {
  color: #fff;
  background-color: #008827;
  border-color: #008827; }
  .btn-success:hover {
    color: #fff;
    background-color: #00621c;
    border-color: #005518; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 154, 71, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #008827;
    border-color: #008827; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #005518;
    border-color: #004815; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 154, 71, 0.5); }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #c00;
  border-color: #c00; }
  .btn-danger:hover {
    color: #fff;
    background-color: #a60000;
    border-color: #990000; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(212, 38, 38, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #c00;
    border-color: #c00; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #990000;
    border-color: #8c0000; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(212, 38, 38, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.btn-outline-primary {
  color: #00a1e0;
  border-color: #00a1e0; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #00a1e0;
    border-color: #00a1e0; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 161, 224, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #00a1e0;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #00a1e0;
    border-color: #00a1e0; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 161, 224, 0.5); }

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-outline-success {
  color: #008827;
  border-color: #008827; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #008827;
    border-color: #008827; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 136, 39, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #008827;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #008827;
    border-color: #008827; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 136, 39, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #c00;
  border-color: #c00; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #c00;
    border-color: #c00; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(204, 0, 0, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #c00;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #c00;
    border-color: #c00; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(204, 0, 0, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: #444;
  text-decoration: none; }
  .btn-link:hover {
    color: #1e1e1e;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.btn-lg, .btn-group-lg > .btn, .btn-group-lg > .btn-primary, .btn-group-lg > .button-link, .two-up-left.wrapper-container .btn-group-lg > .button-link,
.two-up-right.wrapper-container .btn-group-lg > .button-link, .btn-group-lg > .btn-secondary, .btn-group-lg > .btn-small, .btn-group-lg > .btn-tertiary, .btn-group-lg > .btn-small-track {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.1875rem; }

.btn-sm, .btn-group-sm > .btn, .btn-group-sm > .btn-primary, .btn-group-sm > .button-link, .two-up-left.wrapper-container .btn-group-sm > .button-link,
.two-up-right.wrapper-container .btn-group-sm > .button-link, .btn-group-sm > .btn-secondary, .btn-group-sm > .btn-small, .btn-group-sm > .btn-tertiary, .btn-group-sm > .btn-small-track {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.1875rem; }

.btn-block {
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle {
  white-space: nowrap; }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent; }
  .dropdown-toggle:empty::after {
    margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.1875rem; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

@media (min-width: 544px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }

@media (min-width: 1023.99px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0; }
  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }

@media (min-width: 1024px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #00a1e0; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn, .btn-group > .btn-primary, .btn-group > .button-link, .two-up-left.wrapper-container .btn-group > .button-link,
  .two-up-right.wrapper-container .btn-group > .button-link, .btn-group > .btn-secondary, .btn-group > .btn-small, .btn-group > .btn-tertiary, .btn-group > .btn-small-track,
  .btn-group-vertical > .btn,
  .btn-group-vertical > .btn-primary,
  .btn-group-vertical > .button-link,
  .two-up-left.wrapper-container .btn-group-vertical > .button-link,
  .two-up-right.wrapper-container .btn-group-vertical > .button-link,
  .btn-group-vertical > .btn-secondary,
  .btn-group-vertical > .btn-small,
  .btn-group-vertical > .btn-tertiary,
  .btn-group-vertical > .btn-small-track {
    position: relative;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto; }
    .btn-group > .btn:hover, .btn-group > .btn-primary:hover, .btn-group > .button-link:hover, .two-up-left.wrapper-container .btn-group > .button-link:hover,
    .two-up-right.wrapper-container .btn-group > .button-link:hover, .btn-group > .btn-secondary:hover, .btn-group > .btn-small:hover, .btn-group > .btn-tertiary:hover, .btn-group > .btn-small-track:hover,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn-primary:hover,
    .btn-group-vertical > .button-link:hover,
    .two-up-left.wrapper-container .btn-group-vertical > .button-link:hover,
    .two-up-right.wrapper-container .btn-group-vertical > .button-link:hover,
    .btn-group-vertical > .btn-secondary:hover,
    .btn-group-vertical > .btn-small:hover,
    .btn-group-vertical > .btn-tertiary:hover,
    .btn-group-vertical > .btn-small-track:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .btn-group > .btn-primary:focus, .btn-group > .button-link:focus, .two-up-left.wrapper-container .btn-group > .button-link:focus,
    .two-up-right.wrapper-container .btn-group > .button-link:focus, .btn-group > .btn-secondary:focus, .btn-group > .btn-small:focus, .btn-group > .btn-tertiary:focus, .btn-group > .btn-small-track:focus, .btn-group > .btn:active, .btn-group > .btn-primary:active, .btn-group > .button-link:active, .two-up-left.wrapper-container .btn-group > .button-link:active,
    .two-up-right.wrapper-container .btn-group > .button-link:active, .btn-group > .btn-secondary:active, .btn-group > .btn-small:active, .btn-group > .btn-tertiary:active, .btn-group > .btn-small-track:active, .btn-group > .btn.active, .btn-group > .active.btn-primary, .btn-group > .active.button-link, .two-up-left.wrapper-container .btn-group > .active.button-link,
    .two-up-right.wrapper-container .btn-group > .active.button-link, .btn-group > .active.btn-secondary, .btn-group > .active.btn-small, .btn-group > .active.btn-tertiary, .btn-group > .active.btn-small-track,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn-primary:focus,
    .btn-group-vertical > .button-link:focus,
    .two-up-left.wrapper-container .btn-group-vertical > .button-link:focus,
    .two-up-right.wrapper-container .btn-group-vertical > .button-link:focus,
    .btn-group-vertical > .btn-secondary:focus,
    .btn-group-vertical > .btn-small:focus,
    .btn-group-vertical > .btn-tertiary:focus,
    .btn-group-vertical > .btn-small-track:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn-primary:active,
    .btn-group-vertical > .button-link:active,
    .two-up-left.wrapper-container .btn-group-vertical > .button-link:active,
    .two-up-right.wrapper-container .btn-group-vertical > .button-link:active,
    .btn-group-vertical > .btn-secondary:active,
    .btn-group-vertical > .btn-small:active,
    .btn-group-vertical > .btn-tertiary:active,
    .btn-group-vertical > .btn-small-track:active,
    .btn-group-vertical > .btn.active,
    .btn-group-vertical > .active.btn-primary,
    .btn-group-vertical > .active.button-link,
    .two-up-left.wrapper-container .btn-group-vertical > .active.button-link,
    .two-up-right.wrapper-container .btn-group-vertical > .active.button-link,
    .btn-group-vertical > .active.btn-secondary,
    .btn-group-vertical > .active.btn-small,
    .btn-group-vertical > .active.btn-tertiary,
    .btn-group-vertical > .active.btn-small-track {
      z-index: 1; }

.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:not(:first-child), .btn-group > .btn-primary:not(:first-child), .btn-group > .button-link:not(:first-child), .two-up-left.wrapper-container .btn-group > .button-link:not(:first-child),
.two-up-right.wrapper-container .btn-group > .button-link:not(:first-child), .btn-group > .btn-secondary:not(:first-child), .btn-group > .btn-small:not(:first-child), .btn-group > .btn-tertiary:not(:first-child), .btn-group > .btn-small-track:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px; }

.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-primary:not(:last-child):not(.dropdown-toggle), .btn-group > .button-link:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-secondary:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-small:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-tertiary:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-small-track:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn-group:not(:last-child) > .btn-primary,
.btn-group > .btn-group:not(:last-child) > .button-link,
.two-up-left.wrapper-container .btn-group > .btn-group:not(:last-child) > .button-link,
.two-up-right.wrapper-container .btn-group > .btn-group:not(:last-child) > .button-link,
.btn-group > .btn-group:not(:last-child) > .btn-secondary,
.btn-group > .btn-group:not(:last-child) > .btn-small,
.btn-group > .btn-group:not(:last-child) > .btn-tertiary,
.btn-group > .btn-group:not(:last-child) > .btn-small-track {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:not(:first-child), .btn-group > .btn-primary:not(:first-child), .btn-group > .button-link:not(:first-child), .two-up-left.wrapper-container .btn-group > .button-link:not(:first-child),
.two-up-right.wrapper-container .btn-group > .button-link:not(:first-child), .btn-group > .btn-secondary:not(:first-child), .btn-group > .btn-small:not(:first-child), .btn-group > .btn-tertiary:not(:first-child), .btn-group > .btn-small-track:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn-group:not(:first-child) > .btn-primary,
.btn-group > .btn-group:not(:first-child) > .button-link,
.two-up-left.wrapper-container .btn-group > .btn-group:not(:first-child) > .button-link,
.two-up-right.wrapper-container .btn-group > .btn-group:not(:first-child) > .button-link,
.btn-group > .btn-group:not(:first-child) > .btn-secondary,
.btn-group > .btn-group:not(:first-child) > .btn-small,
.btn-group > .btn-group:not(:first-child) > .btn-tertiary,
.btn-group > .btn-group:not(:first-child) > .btn-small-track {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .btn-group-sm > .btn-primary + .dropdown-toggle-split, .btn-group-sm > .button-link + .dropdown-toggle-split, .two-up-left.wrapper-container .btn-group-sm > .button-link + .dropdown-toggle-split, .two-up-right.wrapper-container .btn-group-sm > .button-link + .dropdown-toggle-split, .btn-group-sm > .btn-secondary + .dropdown-toggle-split, .btn-group-sm > .btn-small + .dropdown-toggle-split, .btn-group-sm > .btn-tertiary + .dropdown-toggle-split, .btn-group-sm > .btn-small-track + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .btn-group-lg > .btn-primary + .dropdown-toggle-split, .btn-group-lg > .button-link + .dropdown-toggle-split, .two-up-left.wrapper-container .btn-group-lg > .button-link + .dropdown-toggle-split, .two-up-right.wrapper-container .btn-group-lg > .button-link + .dropdown-toggle-split, .btn-group-lg > .btn-secondary + .dropdown-toggle-split, .btn-group-lg > .btn-small + .dropdown-toggle-split, .btn-group-lg > .btn-tertiary + .dropdown-toggle-split, .btn-group-lg > .btn-small-track + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center; }
  
  .btn-group-vertical > .btn,
  .btn-group-vertical > .btn-primary,
  .btn-group-vertical > .button-link,
  .two-up-left.wrapper-container .btn-group-vertical > .button-link,
  .two-up-right.wrapper-container .btn-group-vertical > .button-link,
  .btn-group-vertical > .btn-secondary,
  .btn-group-vertical > .btn-small,
  .btn-group-vertical > .btn-tertiary,
  .btn-group-vertical > .btn-small-track,
  .btn-group-vertical > .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .btn-primary:not(:first-child), .btn-group-vertical > .button-link:not(:first-child), .two-up-left.wrapper-container .btn-group-vertical > .button-link:not(:first-child),
  .two-up-right.wrapper-container .btn-group-vertical > .button-link:not(:first-child), .btn-group-vertical > .btn-secondary:not(:first-child), .btn-group-vertical > .btn-small:not(:first-child), .btn-group-vertical > .btn-tertiary:not(:first-child), .btn-group-vertical > .btn-small-track:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-primary:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .button-link:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-secondary:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-small:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-tertiary:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-small-track:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn,
  .btn-group-vertical > .btn-group:not(:last-child) > .btn-primary,
  .btn-group-vertical > .btn-group:not(:last-child) > .button-link,
  .two-up-left.wrapper-container .btn-group-vertical > .btn-group:not(:last-child) > .button-link,
  .two-up-right.wrapper-container .btn-group-vertical > .btn-group:not(:last-child) > .button-link,
  .btn-group-vertical > .btn-group:not(:last-child) > .btn-secondary,
  .btn-group-vertical > .btn-group:not(:last-child) > .btn-small,
  .btn-group-vertical > .btn-group:not(:last-child) > .btn-tertiary,
  .btn-group-vertical > .btn-group:not(:last-child) > .btn-small-track {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .btn-primary:not(:first-child), .btn-group-vertical > .button-link:not(:first-child), .two-up-left.wrapper-container .btn-group-vertical > .button-link:not(:first-child),
  .two-up-right.wrapper-container .btn-group-vertical > .button-link:not(:first-child), .btn-group-vertical > .btn-secondary:not(:first-child), .btn-group-vertical > .btn-small:not(:first-child), .btn-group-vertical > .btn-tertiary:not(:first-child), .btn-group-vertical > .btn-small-track:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn,
  .btn-group-vertical > .btn-group:not(:first-child) > .btn-primary,
  .btn-group-vertical > .btn-group:not(:first-child) > .button-link,
  .two-up-left.wrapper-container .btn-group-vertical > .btn-group:not(:first-child) > .button-link,
  .two-up-right.wrapper-container .btn-group-vertical > .btn-group:not(:first-child) > .button-link,
  .btn-group-vertical > .btn-group:not(:first-child) > .btn-secondary,
  .btn-group-vertical > .btn-group:not(:first-child) > .btn-small,
  .btn-group-vertical > .btn-group:not(:first-child) > .btn-tertiary,
  .btn-group-vertical > .btn-group:not(:first-child) > .btn-small-track {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.btn-group-toggle > .btn, .btn-group-toggle > .btn-primary, .btn-group-toggle > .button-link, .two-up-left.wrapper-container .btn-group-toggle > .button-link,
.two-up-right.wrapper-container .btn-group-toggle > .button-link, .btn-group-toggle > .btn-secondary, .btn-group-toggle > .btn-small, .btn-group-toggle > .btn-tertiary, .btn-group-toggle > .btn-small-track,
.btn-group-toggle > .btn-group > .btn,
.btn-group-toggle > .btn-group > .btn-primary,
.btn-group-toggle > .btn-group > .button-link,
.two-up-left.wrapper-container .btn-group-toggle > .btn-group > .button-link,
.two-up-right.wrapper-container .btn-group-toggle > .btn-group > .button-link,
.btn-group-toggle > .btn-group > .btn-secondary,
.btn-group-toggle > .btn-group > .btn-small,
.btn-group-toggle > .btn-group > .btn-tertiary,
.btn-group-toggle > .btn-group > .btn-small-track {
  margin-bottom: 0; }
  .btn-group-toggle > .btn input[type="radio"], .btn-group-toggle > .btn-primary input[type="radio"], .btn-group-toggle > .button-link input[type="radio"], .two-up-left.wrapper-container .btn-group-toggle > .button-link input[type="radio"], .two-up-right.wrapper-container .btn-group-toggle > .button-link input[type="radio"], .btn-group-toggle > .btn-secondary input[type="radio"], .btn-group-toggle > .btn-small input[type="radio"], .btn-group-toggle > .btn-tertiary input[type="radio"], .btn-group-toggle > .btn-small-track input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .btn-group-toggle > .btn-primary input[type="checkbox"],
  .btn-group-toggle > .button-link input[type="checkbox"],
  .two-up-left.wrapper-container .btn-group-toggle > .button-link input[type="checkbox"],
  .two-up-right.wrapper-container .btn-group-toggle > .button-link input[type="checkbox"],
  .btn-group-toggle > .btn-secondary input[type="checkbox"],
  .btn-group-toggle > .btn-small input[type="checkbox"],
  .btn-group-toggle > .btn-tertiary input[type="checkbox"],
  .btn-group-toggle > .btn-small-track input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .btn-group-toggle > .btn-group > .btn-primary input[type="radio"],
  .btn-group-toggle > .btn-group > .button-link input[type="radio"],
  .two-up-left.wrapper-container .btn-group-toggle > .btn-group > .button-link input[type="radio"],
  .two-up-right.wrapper-container .btn-group-toggle > .btn-group > .button-link input[type="radio"],
  .btn-group-toggle > .btn-group > .btn-secondary input[type="radio"],
  .btn-group-toggle > .btn-group > .btn-small input[type="radio"],
  .btn-group-toggle > .btn-group > .btn-tertiary input[type="radio"],
  .btn-group-toggle > .btn-group > .btn-small-track input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn-primary input[type="checkbox"],
  .btn-group-toggle > .btn-group > .button-link input[type="checkbox"],
  .two-up-left.wrapper-container .btn-group-toggle > .btn-group > .button-link input[type="checkbox"],
  .two-up-right.wrapper-container .btn-group-toggle > .btn-group > .button-link input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn-secondary input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn-small input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn-tertiary input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn-small-track input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: stretch;
      align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .form-control-plaintext,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .form-control-plaintext + .form-control,
    .input-group > .form-control-plaintext + .custom-select,
    .input-group > .form-control-plaintext + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .input-group > .form-control:not(:last-child),
  .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:last-child) .custom-file-label::after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: -ms-flexbox;
  display: flex; }
  .input-group-prepend .btn, .input-group-prepend .btn-primary, .input-group-prepend .button-link, .input-group-prepend .two-up-left.wrapper-container .button-link, .two-up-left.wrapper-container .input-group-prepend .button-link,
  .input-group-prepend .two-up-right.wrapper-container .button-link, .two-up-right.wrapper-container .input-group-prepend .button-link, .input-group-prepend .btn-secondary, .input-group-prepend .btn-small, .input-group-prepend .btn-tertiary, .input-group-prepend .btn-small-track,
  .input-group-append .btn,
  .input-group-append .btn-primary,
  .input-group-append .button-link,
  .input-group-append .two-up-left.wrapper-container .button-link,
  .two-up-left.wrapper-container .input-group-append .button-link,
  .input-group-append .two-up-right.wrapper-container .button-link,
  .two-up-right.wrapper-container .input-group-append .button-link,
  .input-group-append .btn-secondary,
  .input-group-append .btn-small,
  .input-group-append .btn-tertiary,
  .input-group-append .btn-small-track {
    position: relative;
    z-index: 2; }
    .input-group-prepend .btn:focus, .input-group-prepend .btn-primary:focus, .input-group-prepend .button-link:focus, .input-group-prepend .btn-secondary:focus, .input-group-prepend .btn-small:focus, .input-group-prepend .btn-tertiary:focus, .input-group-prepend .btn-small-track:focus,
    .input-group-append .btn:focus,
    .input-group-append .btn-primary:focus,
    .input-group-append .button-link:focus,
    .input-group-append .btn-secondary:focus,
    .input-group-append .btn-small:focus,
    .input-group-append .btn-tertiary:focus,
    .input-group-append .btn-small-track:focus {
      z-index: 3; }
  .input-group-prepend .btn + .btn, .input-group-prepend .btn-primary + .btn, .input-group-prepend .button-link + .btn, .input-group-prepend .two-up-left.wrapper-container .button-link + .btn, .input-group-prepend .two-up-right.wrapper-container .button-link + .btn, .input-group-prepend .btn-secondary + .btn, .input-group-prepend .btn-small + .btn, .input-group-prepend .btn-tertiary + .btn, .input-group-prepend .btn-small-track + .btn, .input-group-prepend .btn + .btn-primary, .input-group-prepend .btn-primary + .btn-primary, .input-group-prepend .button-link + .btn-primary, .input-group-prepend .two-up-left.wrapper-container .button-link + .btn-primary, .input-group-prepend .two-up-right.wrapper-container .button-link + .btn-primary, .input-group-prepend .btn-secondary + .btn-primary, .input-group-prepend .btn-small + .btn-primary, .input-group-prepend .btn-tertiary + .btn-primary, .input-group-prepend .btn-small-track + .btn-primary, .input-group-prepend .btn + .button-link, .input-group-prepend .btn-primary + .button-link, .input-group-prepend .button-link + .button-link, .input-group-prepend .btn-secondary + .button-link, .input-group-prepend .btn-small + .button-link, .input-group-prepend .btn-tertiary + .button-link, .input-group-prepend .btn-small-track + .button-link, .input-group-prepend .two-up-left.wrapper-container .btn + .button-link, .input-group-prepend .two-up-left.wrapper-container .btn-primary + .button-link, .input-group-prepend .two-up-left.wrapper-container .button-link + .button-link, .input-group-prepend .two-up-left.wrapper-container .btn-secondary + .button-link, .input-group-prepend .two-up-left.wrapper-container .btn-small + .button-link, .input-group-prepend .two-up-left.wrapper-container .btn-tertiary + .button-link, .input-group-prepend .two-up-left.wrapper-container .btn-small-track + .button-link,
  .input-group-prepend .two-up-right.wrapper-container .btn + .button-link,
  .input-group-prepend .two-up-right.wrapper-container .btn-primary + .button-link,
  .input-group-prepend .two-up-right.wrapper-container .button-link + .button-link,
  .input-group-prepend .two-up-right.wrapper-container .btn-secondary + .button-link,
  .input-group-prepend .two-up-right.wrapper-container .btn-small + .button-link,
  .input-group-prepend .two-up-right.wrapper-container .btn-tertiary + .button-link,
  .input-group-prepend .two-up-right.wrapper-container .btn-small-track + .button-link, .input-group-prepend .btn + .btn-secondary, .input-group-prepend .btn-primary + .btn-secondary, .input-group-prepend .button-link + .btn-secondary, .input-group-prepend .two-up-left.wrapper-container .button-link + .btn-secondary, .input-group-prepend .two-up-right.wrapper-container .button-link + .btn-secondary, .input-group-prepend .btn-secondary + .btn-secondary, .input-group-prepend .btn-small + .btn-secondary, .input-group-prepend .btn-tertiary + .btn-secondary, .input-group-prepend .btn-small-track + .btn-secondary, .input-group-prepend .btn + .btn-small, .input-group-prepend .btn-primary + .btn-small, .input-group-prepend .button-link + .btn-small, .input-group-prepend .two-up-left.wrapper-container .button-link + .btn-small, .input-group-prepend .two-up-right.wrapper-container .button-link + .btn-small, .input-group-prepend .btn-secondary + .btn-small, .input-group-prepend .btn-small + .btn-small, .input-group-prepend .btn-tertiary + .btn-small, .input-group-prepend .btn-small-track + .btn-small, .input-group-prepend .btn + .btn-tertiary, .input-group-prepend .btn-primary + .btn-tertiary, .input-group-prepend .button-link + .btn-tertiary, .input-group-prepend .two-up-left.wrapper-container .button-link + .btn-tertiary, .input-group-prepend .two-up-right.wrapper-container .button-link + .btn-tertiary, .input-group-prepend .btn-secondary + .btn-tertiary, .input-group-prepend .btn-small + .btn-tertiary, .input-group-prepend .btn-tertiary + .btn-tertiary, .input-group-prepend .btn-small-track + .btn-tertiary, .input-group-prepend .btn + .btn-small-track, .input-group-prepend .btn-primary + .btn-small-track, .input-group-prepend .button-link + .btn-small-track, .input-group-prepend .two-up-left.wrapper-container .button-link + .btn-small-track, .input-group-prepend .two-up-right.wrapper-container .button-link + .btn-small-track, .input-group-prepend .btn-secondary + .btn-small-track, .input-group-prepend .btn-small + .btn-small-track, .input-group-prepend .btn-tertiary + .btn-small-track, .input-group-prepend .btn-small-track + .btn-small-track,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .btn-primary + .input-group-text,
  .input-group-prepend .button-link + .input-group-text,
  .input-group-prepend .two-up-left.wrapper-container .button-link + .input-group-text,
  .input-group-prepend .two-up-right.wrapper-container .button-link + .input-group-text,
  .input-group-prepend .btn-secondary + .input-group-text,
  .input-group-prepend .btn-small + .input-group-text,
  .input-group-prepend .btn-tertiary + .input-group-text,
  .input-group-prepend .btn-small-track + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-prepend .input-group-text + .btn-primary,
  .input-group-prepend .input-group-text + .button-link,
  .input-group-prepend .two-up-left.wrapper-container .input-group-text + .button-link,
  .input-group-prepend .two-up-right.wrapper-container .input-group-text + .button-link,
  .input-group-prepend .input-group-text + .btn-secondary,
  .input-group-prepend .input-group-text + .btn-small,
  .input-group-prepend .input-group-text + .btn-tertiary,
  .input-group-prepend .input-group-text + .btn-small-track,
  .input-group-append .btn + .btn,
  .input-group-append .btn-primary + .btn,
  .input-group-append .button-link + .btn,
  .input-group-append .two-up-left.wrapper-container .button-link + .btn,
  .input-group-append .two-up-right.wrapper-container .button-link + .btn,
  .input-group-append .btn-secondary + .btn,
  .input-group-append .btn-small + .btn,
  .input-group-append .btn-tertiary + .btn,
  .input-group-append .btn-small-track + .btn,
  .input-group-append .btn + .btn-primary,
  .input-group-append .btn-primary + .btn-primary,
  .input-group-append .button-link + .btn-primary,
  .input-group-append .two-up-left.wrapper-container .button-link + .btn-primary,
  .input-group-append .two-up-right.wrapper-container .button-link + .btn-primary,
  .input-group-append .btn-secondary + .btn-primary,
  .input-group-append .btn-small + .btn-primary,
  .input-group-append .btn-tertiary + .btn-primary,
  .input-group-append .btn-small-track + .btn-primary,
  .input-group-append .btn + .button-link,
  .input-group-append .btn-primary + .button-link,
  .input-group-append .button-link + .button-link,
  .input-group-append .btn-secondary + .button-link,
  .input-group-append .btn-small + .button-link,
  .input-group-append .btn-tertiary + .button-link,
  .input-group-append .btn-small-track + .button-link,
  .input-group-append .two-up-left.wrapper-container .btn + .button-link,
  .input-group-append .two-up-left.wrapper-container .btn-primary + .button-link,
  .input-group-append .two-up-left.wrapper-container .button-link + .button-link,
  .input-group-append .two-up-left.wrapper-container .btn-secondary + .button-link,
  .input-group-append .two-up-left.wrapper-container .btn-small + .button-link,
  .input-group-append .two-up-left.wrapper-container .btn-tertiary + .button-link,
  .input-group-append .two-up-left.wrapper-container .btn-small-track + .button-link,
  .input-group-append .two-up-right.wrapper-container .btn + .button-link,
  .input-group-append .two-up-right.wrapper-container .btn-primary + .button-link,
  .input-group-append .two-up-right.wrapper-container .button-link + .button-link,
  .input-group-append .two-up-right.wrapper-container .btn-secondary + .button-link,
  .input-group-append .two-up-right.wrapper-container .btn-small + .button-link,
  .input-group-append .two-up-right.wrapper-container .btn-tertiary + .button-link,
  .input-group-append .two-up-right.wrapper-container .btn-small-track + .button-link,
  .input-group-append .btn + .btn-secondary,
  .input-group-append .btn-primary + .btn-secondary,
  .input-group-append .button-link + .btn-secondary,
  .input-group-append .two-up-left.wrapper-container .button-link + .btn-secondary,
  .input-group-append .two-up-right.wrapper-container .button-link + .btn-secondary,
  .input-group-append .btn-secondary + .btn-secondary,
  .input-group-append .btn-small + .btn-secondary,
  .input-group-append .btn-tertiary + .btn-secondary,
  .input-group-append .btn-small-track + .btn-secondary,
  .input-group-append .btn + .btn-small,
  .input-group-append .btn-primary + .btn-small,
  .input-group-append .button-link + .btn-small,
  .input-group-append .two-up-left.wrapper-container .button-link + .btn-small,
  .input-group-append .two-up-right.wrapper-container .button-link + .btn-small,
  .input-group-append .btn-secondary + .btn-small,
  .input-group-append .btn-small + .btn-small,
  .input-group-append .btn-tertiary + .btn-small,
  .input-group-append .btn-small-track + .btn-small,
  .input-group-append .btn + .btn-tertiary,
  .input-group-append .btn-primary + .btn-tertiary,
  .input-group-append .button-link + .btn-tertiary,
  .input-group-append .two-up-left.wrapper-container .button-link + .btn-tertiary,
  .input-group-append .two-up-right.wrapper-container .button-link + .btn-tertiary,
  .input-group-append .btn-secondary + .btn-tertiary,
  .input-group-append .btn-small + .btn-tertiary,
  .input-group-append .btn-tertiary + .btn-tertiary,
  .input-group-append .btn-small-track + .btn-tertiary,
  .input-group-append .btn + .btn-small-track,
  .input-group-append .btn-primary + .btn-small-track,
  .input-group-append .button-link + .btn-small-track,
  .input-group-append .two-up-left.wrapper-container .button-link + .btn-small-track,
  .input-group-append .two-up-right.wrapper-container .button-link + .btn-small-track,
  .input-group-append .btn-secondary + .btn-small-track,
  .input-group-append .btn-small + .btn-small-track,
  .input-group-append .btn-tertiary + .btn-small-track,
  .input-group-append .btn-small-track + .btn-small-track,
  .input-group-append .btn + .input-group-text,
  .input-group-append .btn-primary + .input-group-text,
  .input-group-append .button-link + .input-group-text,
  .input-group-append .two-up-left.wrapper-container .button-link + .input-group-text,
  .input-group-append .two-up-right.wrapper-container .button-link + .input-group-text,
  .input-group-append .btn-secondary + .input-group-text,
  .input-group-append .btn-small + .input-group-text,
  .input-group-append .btn-tertiary + .input-group-text,
  .input-group-append .btn-small-track + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn,
  .input-group-append .input-group-text + .btn-primary,
  .input-group-append .input-group-text + .button-link,
  .input-group-append .two-up-left.wrapper-container .input-group-text + .button-link,
  .input-group-append .two-up-right.wrapper-container .input-group-text + .button-link,
  .input-group-append .input-group-text + .btn-secondary,
  .input-group-append .input-group-text + .btn-small,
  .input-group-append .input-group-text + .btn-tertiary,
  .input-group-append .input-group-text + .btn-small-track {
    margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.1875rem; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px); }

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > .btn-primary,
.input-group-lg > .input-group-prepend > .button-link,
.two-up-left.wrapper-container .input-group-lg > .input-group-prepend > .button-link,
.two-up-right.wrapper-container .input-group-lg > .input-group-prepend > .button-link,
.input-group-lg > .input-group-prepend > .btn-secondary,
.input-group-lg > .input-group-prepend > .btn-small,
.input-group-lg > .input-group-prepend > .btn-tertiary,
.input-group-lg > .input-group-prepend > .btn-small-track,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .btn-primary,
.input-group-lg > .input-group-append > .button-link,
.two-up-left.wrapper-container .input-group-lg > .input-group-append > .button-link,
.two-up-right.wrapper-container .input-group-lg > .input-group-append > .button-link,
.input-group-lg > .input-group-append > .btn-secondary,
.input-group-lg > .input-group-append > .btn-small,
.input-group-lg > .input-group-append > .btn-tertiary,
.input-group-lg > .input-group-append > .btn-small-track {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.1875rem; }

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px); }

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .btn-primary,
.input-group-sm > .input-group-prepend > .button-link,
.two-up-left.wrapper-container .input-group-sm > .input-group-prepend > .button-link,
.two-up-right.wrapper-container .input-group-sm > .input-group-prepend > .button-link,
.input-group-sm > .input-group-prepend > .btn-secondary,
.input-group-sm > .input-group-prepend > .btn-small,
.input-group-sm > .input-group-prepend > .btn-tertiary,
.input-group-sm > .input-group-prepend > .btn-small-track,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .btn-primary,
.input-group-sm > .input-group-append > .button-link,
.two-up-left.wrapper-container .input-group-sm > .input-group-append > .button-link,
.two-up-right.wrapper-container .input-group-sm > .input-group-append > .button-link,
.input-group-sm > .input-group-append > .btn-secondary,
.input-group-sm > .input-group-append > .btn-small,
.input-group-sm > .input-group-append > .btn-tertiary,
.input-group-sm > .input-group-append > .btn-small-track {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.1875rem; }

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem; }

.input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .btn-primary, .input-group > .input-group-prepend > .button-link, .two-up-left.wrapper-container .input-group > .input-group-prepend > .button-link,
.two-up-right.wrapper-container .input-group > .input-group-prepend > .button-link, .input-group > .input-group-prepend > .btn-secondary, .input-group > .input-group-prepend > .btn-small, .input-group > .input-group-prepend > .btn-tertiary, .input-group > .input-group-prepend > .btn-small-track,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .btn-primary,
.input-group > .input-group-append:not(:last-child) > .button-link,
.two-up-left.wrapper-container .input-group > .input-group-append:not(:last-child) > .button-link,
.two-up-right.wrapper-container .input-group > .input-group-append:not(:last-child) > .button-link,
.input-group > .input-group-append:not(:last-child) > .btn-secondary,
.input-group > .input-group-append:not(:last-child) > .btn-small,
.input-group > .input-group-append:not(:last-child) > .btn-tertiary,
.input-group > .input-group-append:not(:last-child) > .btn-small-track,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .btn-primary:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .button-link:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .btn-secondary:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .btn-small:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .btn-tertiary:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .btn-small-track:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .btn-primary, .input-group > .input-group-append > .button-link, .two-up-left.wrapper-container .input-group > .input-group-append > .button-link,
.two-up-right.wrapper-container .input-group > .input-group-append > .button-link, .input-group > .input-group-append > .btn-secondary, .input-group > .input-group-append > .btn-small, .input-group > .input-group-append > .btn-tertiary, .input-group > .input-group-append > .btn-small-track,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .btn-primary,
.input-group > .input-group-prepend:not(:first-child) > .button-link,
.two-up-left.wrapper-container .input-group > .input-group-prepend:not(:first-child) > .button-link,
.two-up-right.wrapper-container .input-group > .input-group-prepend:not(:first-child) > .button-link,
.input-group > .input-group-prepend:not(:first-child) > .btn-secondary,
.input-group > .input-group-prepend:not(:first-child) > .btn-small,
.input-group > .input-group-prepend:not(:first-child) > .btn-tertiary,
.input-group > .input-group-prepend:not(:first-child) > .btn-small-track,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .btn-primary:not(:first-child),
.input-group > .input-group-prepend:first-child > .button-link:not(:first-child),
.two-up-left.wrapper-container .input-group > .input-group-prepend:first-child > .button-link:not(:first-child),
.two-up-right.wrapper-container .input-group > .input-group-prepend:first-child > .button-link:not(:first-child),
.input-group > .input-group-prepend:first-child > .btn-secondary:not(:first-child),
.input-group > .input-group-prepend:first-child > .btn-small:not(:first-child),
.input-group > .input-group-prepend:first-child > .btn-tertiary:not(:first-child),
.input-group > .input-group-prepend:first-child > .btn-small-track:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem; }

.custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #00a1e0;
    background-color: #00a1e0; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 161, 224, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #61d2ff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #94e1ff;
    border-color: #94e1ff; }
  .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.1875rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #00a1e0;
  background-color: #00a1e0; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 161, 224, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 161, 224, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 161, 224, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 161, 224, 0.5); }

.custom-select {
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.1875rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-select:focus {
    border-color: #61d2ff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 161, 224, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #61d2ff;
    box-shadow: 0 0 0 0.2rem rgba(0, 161, 224, 0.25); }
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.1875rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.1875rem 0.1875rem 0; }

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-range:focus {
    outline: none; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #f9f9f9, 0 0 0 0.2rem rgba(0, 161, 224, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #f9f9f9, 0 0 0 0.2rem rgba(0, 161, 224, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #f9f9f9, 0 0 0 0.2rem rgba(0, 161, 224, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #00a1e0;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
            appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #94e1ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #00a1e0;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
         appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #94e1ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #00a1e0;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #94e1ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 0 solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: 0; }
  .nav-tabs .nav-link {
    border: 0 solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #f9f9f9;
    border-color: #dee2e6 #dee2e6 #f9f9f9; }
  .nav-tabs .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.1875rem; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #00a1e0; }

.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-positive: 1;
      flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar > .container,
  .navbar > .container-fluid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-align: center;
      align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.1875rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 543.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 544px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      -ms-flex-direction: row;
          flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (max-width: 1023.97px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1023.99px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      -ms-flex-direction: row;
          flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (max-width: 1023.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1024px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      -ms-flex-direction: row;
          flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      -ms-flex-direction: row;
          flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

.navbar-expand {
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-pack: start;
      justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    -ms-flex-direction: row;
        flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.1875rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.1875rem;
    border-top-right-radius: 0.1875rem; }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.1875rem;
    border-bottom-left-radius: 0.1875rem; }

.card-body {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    border-radius: calc(0.1875rem - 1px) calc(0.1875rem - 1px) 0 0; }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.1875rem - 1px) calc(0.1875rem - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img {
  width: 100%;
  border-radius: calc(0.1875rem - 1px); }

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.1875rem - 1px);
  border-top-right-radius: calc(0.1875rem - 1px); }

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.1875rem - 1px);
  border-bottom-left-radius: calc(0.1875rem - 1px); }

.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  .card-deck .card {
    margin-bottom: 15px; }
  @media (min-width: 544px) {
    .card-deck {
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
      margin-right: -15px;
      margin-left: -15px; }
      .card-deck .card {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
        -ms-flex-direction: column;
            flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px; } }

.card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  .card-group > .card {
    margin-bottom: 15px; }
  @media (min-width: 544px) {
    .card-group {
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
      .card-group > .card {
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
        margin-bottom: 0; }
        .card-group > .card + .card {
          margin-left: 0;
          border-left: 0; }
        .card-group > .card:not(:last-child) {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
          .card-group > .card:not(:last-child) .card-img-top,
          .card-group > .card:not(:last-child) .card-header {
            border-top-right-radius: 0; }
          .card-group > .card:not(:last-child) .card-img-bottom,
          .card-group > .card:not(:last-child) .card-footer {
            border-bottom-right-radius: 0; }
        .card-group > .card:not(:first-child) {
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
          .card-group > .card:not(:first-child) .card-img-top,
          .card-group > .card:not(:first-child) .card-header {
            border-top-left-radius: 0; }
          .card-group > .card:not(:first-child) .card-img-bottom,
          .card-group > .card:not(:first-child) .card-footer {
            border-bottom-left-radius: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }

@media (min-width: 544px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.accordion > .card {
  overflow: hidden; }
  .accordion > .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0; }
  .accordion > .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0; }
  .accordion > .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .accordion > .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .accordion > .card .card-header {
    margin-bottom: -1px; }

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: transparent;
  border-radius: 0.1875rem; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/"; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }

.breadcrumb-item.active {
  color: #6c757d; }

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.1875rem; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #444;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #1e1e1e;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 161, 224, 0.25); }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.1875rem;
  border-bottom-left-radius: 0.1875rem; }

.page-item:last-child .page-link {
  border-top-right-radius: 0.1875rem;
  border-bottom-right-radius: 0.1875rem; }

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #00a1e0;
  border-color: #00a1e0; }

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.1875rem;
  border-bottom-left-radius: 0.1875rem; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.1875rem;
  border-bottom-right-radius: 0.1875rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.1875rem;
  border-bottom-left-radius: 0.1875rem; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.1875rem;
  border-bottom-right-radius: 0.1875rem; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.1875rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .badge {
      transition: none; } }
  a.badge:hover, a.badge:focus {
    text-decoration: none; }
  .badge:empty {
    display: none; }

.btn .badge, .btn-primary .badge, .button-link .badge, .two-up-left.wrapper-container .button-link .badge, .two-up-right.wrapper-container .button-link .badge, .btn-secondary .badge, .btn-small .badge, .btn-tertiary .badge, .btn-small-track .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-primary {
  color: #fff;
  background-color: #00a1e0; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #007cad; }
  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 161, 224, 0.5); }

.badge-secondary {
  color: #fff;
  background-color: #6c757d; }
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fff;
    background-color: #545b62; }
  a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.badge-success {
  color: #fff;
  background-color: #008827; }
  a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #005518; }
  a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 136, 39, 0.5); }

.badge-info {
  color: #fff;
  background-color: #17a2b8; }
  a.badge-info:hover, a.badge-info:focus {
    color: #fff;
    background-color: #117a8b; }
  a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.badge-warning {
  color: #212529;
  background-color: #ffc107; }
  a.badge-warning:hover, a.badge-warning:focus {
    color: #212529;
    background-color: #d39e00; }
  a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.badge-danger {
  color: #fff;
  background-color: #c00; }
  a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #990000; }
  a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(204, 0, 0, 0.5); }

.badge-light {
  color: #212529;
  background-color: #f8f9fa; }
  a.badge-light:hover, a.badge-light:focus {
    color: #212529;
    background-color: #dae0e5; }
  a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.badge-dark {
  color: #fff;
  background-color: #343a40; }
  a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: #1d2124; }
  a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.1875rem; }
  @media (min-width: 544px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.1875rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #005474;
  background-color: #ccecf9;
  border-color: #b8e5f6; }
  .alert-primary hr {
    border-top-color: #a1ddf3; }
  .alert-primary .alert-link {
    color: #002f41; }

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db; }
  .alert-secondary hr {
    border-top-color: #c8cbcf; }
  .alert-secondary .alert-link {
    color: #202326; }

.alert-success {
  color: #004714;
  background-color: #cce7d4;
  border-color: #b8dec3; }
  .alert-success hr {
    border-top-color: #a7d6b4; }
  .alert-success .alert-link {
    color: #001406; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  .alert-info hr {
    border-top-color: #abdde5; }
  .alert-info .alert-link {
    color: #062c33; }

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  .alert-warning hr {
    border-top-color: #ffe8a1; }
  .alert-warning .alert-link {
    color: #533f03; }

.alert-danger {
  color: #6a0000;
  background-color: #f5cccc;
  border-color: #f1b8b8; }
  .alert-danger hr {
    border-top-color: #eda3a3; }
  .alert-danger .alert-link {
    color: #370000; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light hr {
    border-top-color: #ececf6; }
  .alert-light .alert-link {
    color: #686868; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  .alert-dark .alert-link {
    color: #040505; }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.1875rem; }

.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #00a1e0;
  transition: width 0.6s ease; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar {
      transition: none; } }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
      animation: none; } }

.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start; }

.media-body {
  -ms-flex: 1;
      flex: 1; }

.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: 0.1875rem;
    border-top-right-radius: 0.1875rem; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.1875rem;
    border-bottom-left-radius: 0.1875rem; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #00a1e0;
    border-color: #00a1e0; }

.list-group-horizontal {
  -ms-flex-direction: row;
      flex-direction: row; }
  .list-group-horizontal .list-group-item {
    margin-right: -1px;
    margin-bottom: 0; }
    .list-group-horizontal .list-group-item:first-child {
      border-top-left-radius: 0.1875rem;
      border-bottom-left-radius: 0.1875rem;
      border-top-right-radius: 0; }
    .list-group-horizontal .list-group-item:last-child {
      margin-right: 0;
      border-top-right-radius: 0.1875rem;
      border-bottom-right-radius: 0.1875rem;
      border-bottom-left-radius: 0; }

@media (min-width: 544px) {
  .list-group-horizontal-sm {
    -ms-flex-direction: row;
        flex-direction: row; }
    .list-group-horizontal-sm .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-sm .list-group-item:first-child {
        border-top-left-radius: 0.1875rem;
        border-bottom-left-radius: 0.1875rem;
        border-top-right-radius: 0; }
      .list-group-horizontal-sm .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.1875rem;
        border-bottom-right-radius: 0.1875rem;
        border-bottom-left-radius: 0; } }

@media (min-width: 1023.99px) {
  .list-group-horizontal-md {
    -ms-flex-direction: row;
        flex-direction: row; }
    .list-group-horizontal-md .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-md .list-group-item:first-child {
        border-top-left-radius: 0.1875rem;
        border-bottom-left-radius: 0.1875rem;
        border-top-right-radius: 0; }
      .list-group-horizontal-md .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.1875rem;
        border-bottom-right-radius: 0.1875rem;
        border-bottom-left-radius: 0; } }

@media (min-width: 1024px) {
  .list-group-horizontal-lg {
    -ms-flex-direction: row;
        flex-direction: row; }
    .list-group-horizontal-lg .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-lg .list-group-item:first-child {
        border-top-left-radius: 0.1875rem;
        border-bottom-left-radius: 0.1875rem;
        border-top-right-radius: 0; }
      .list-group-horizontal-lg .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.1875rem;
        border-bottom-right-radius: 0.1875rem;
        border-bottom-left-radius: 0; } }

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -ms-flex-direction: row;
        flex-direction: row; }
    .list-group-horizontal-xl .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-xl .list-group-item:first-child {
        border-top-left-radius: 0.1875rem;
        border-bottom-left-radius: 0.1875rem;
        border-top-right-radius: 0; }
      .list-group-horizontal-xl .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.1875rem;
        border-bottom-right-radius: 0.1875rem;
        border-bottom-left-radius: 0; } }

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }
  .list-group-flush .list-group-item:last-child {
    margin-bottom: -1px; }

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }

.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0; }

.list-group-item-primary {
  color: #005474;
  background-color: #b8e5f6; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #005474;
    background-color: #a1ddf3; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #005474;
    border-color: #005474; }

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #383d41;
    background-color: #c8cbcf; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41; }

.list-group-item-success {
  color: #004714;
  background-color: #b8dec3; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #004714;
    background-color: #a7d6b4; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #004714;
    border-color: #004714; }

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460; }

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404; }

.list-group-item-danger {
  color: #6a0000;
  background-color: #f1b8b8; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #6a0000;
    background-color: #eda3a3; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #6a0000;
    border-color: #6a0000; }

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182; }

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:hover {
    color: #000;
    text-decoration: none; }
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

a.close.disabled {
  pointer-events: none; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    transform: none; }

.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    height: 100%; }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.1875rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.1875rem;
  border-top-right-radius: 0.1875rem; }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }

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

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.1875rem;
  border-bottom-left-radius: 0.1875rem; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 544px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 1024px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #000; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #000; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #000; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.1875rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.1875rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.1875rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
    bottom: calc((0.5rem + 1px) * -1); }
    .bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
      bottom: 0;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
      bottom: 1px;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: #fff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.1875rem 0; }
    .bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
      left: 0;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
      left: 1px;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: #fff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
    top: calc((0.5rem + 1px) * -1); }
    .bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
      top: 0;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
      top: 1px;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: #fff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.1875rem 0; }
    .bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
      right: 0;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
      right: 1px;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: #fff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.1875rem - 1px);
  border-top-right-radius: calc(0.1875rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529; }

.carousel {
  position: relative; }

.carousel.pointer-event {
  -ms-touch-action: pan-y;
      touch-action: pan-y; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner::after {
    display: block;
    clear: both;
    content: ""; }

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: transform 0.6s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-item {
      transition: none; } }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%); }

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%); }

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1; }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
      transition: none; } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
      transition: none; } }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity 0.6s ease; }
    @media (prefers-reduced-motion: reduce) {
      .carousel-indicators li {
        transition: none; } }
  .carousel-indicators .active {
    opacity: 1; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

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

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

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

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

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #00a1e0 !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #007cad !important; }

.bg-secondary {
  background-color: #6c757d !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important; }

.bg-success {
  background-color: #008827 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #005518 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #ffc107 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important; }

.bg-danger {
  background-color: #c00 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #990000 !important; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #dee2e6 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-left {
  border-left: 1px solid #dee2e6 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #00a1e0 !important; }

.border-secondary {
  border-color: #6c757d !important; }

.border-success {
  border-color: #008827 !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #ffc107 !important; }

.border-danger {
  border-color: #c00 !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #343a40 !important; }

.border-white {
  border-color: #fff !important; }

.rounded-sm {
  border-radius: 0.1875rem !important; }

.rounded {
  border-radius: 0.1875rem !important; }

.rounded-top {
  border-top-left-radius: 0.1875rem !important;
  border-top-right-radius: 0.1875rem !important; }

.rounded-right {
  border-top-right-radius: 0.1875rem !important;
  border-bottom-right-radius: 0.1875rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.1875rem !important;
  border-bottom-left-radius: 0.1875rem !important; }

.rounded-left {
  border-top-left-radius: 0.1875rem !important;
  border-bottom-left-radius: 0.1875rem !important; }

.rounded-lg {
  border-radius: 0.1875rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 50rem !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

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

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 544px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1023.99px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1024px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  -ms-flex-direction: row !important;
      flex-direction: row !important; }

.flex-column {
  -ms-flex-direction: column !important;
      flex-direction: column !important; }

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
      flex-direction: row-reverse !important; }

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

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

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
      flex-grow: 1 !important; }

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important; }

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important; }

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

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

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

.justify-content-between {
  -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 {
  -ms-flex-align: start !important;
      align-items: flex-start !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 544px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important; }
  .flex-sm-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important; }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important; }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important; }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
        justify-content: center !important; }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-sm-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important; }
  .align-items-sm-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important; }
  .align-items-sm-center {
    -ms-flex-align: center !important;
        align-items: center !important; }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important; }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 1023.99px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important; }
  .flex-md-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important; }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important; }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important; }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
        justify-content: center !important; }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-md-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important; }
  .align-items-md-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important; }
  .align-items-md-center {
    -ms-flex-align: center !important;
        align-items: center !important; }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important; }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 1024px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important; }
  .flex-lg-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important; }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important; }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important; }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
        justify-content: center !important; }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-lg-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important; }
  .align-items-lg-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important; }
  .align-items-lg-center {
    -ms-flex-align: center !important;
        align-items: center !important; }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important; }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important; }
  .flex-xl-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important; }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important; }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important; }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
        justify-content: center !important; }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-xl-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important; }
  .align-items-xl-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important; }
  .align-items-xl-center {
    -ms-flex-align: center !important;
        align-items: center !important; }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important; }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

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

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

.float-none {
  float: none !important; }

@media (min-width: 544px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 1023.99px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 1024px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 544px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 1023.99px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 1024px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

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

.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

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

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

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

@media (min-width: 544px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 1023.99px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 1024px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

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

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-lighter {
  font-weight: lighter !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-bolder {
  font-weight: bolder !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #00a1e0 !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #006a94 !important; }

.text-secondary {
  color: #6c757d !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important; }

.text-success {
  color: #008827 !important; }

a.text-success:hover, a.text-success:focus {
  color: #003c11 !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important; }

.text-danger {
  color: #c00 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: maroon !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important; }

.text-body {
  color: #212529 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-decoration-none {
  text-decoration: none !important; }

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn):not(.btn-primary):not(.button-link):not(.btn-secondary):not(.btn-small):not(.btn-tertiary):not(.btn-small-track) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 1024px !important; }
  .container {
    min-width: 1024px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #ccc; }
  .table .thead-dark th {
    color: inherit;
    border-color: #ccc; } }

.carousel .icon-prev,
.carousel .icon-next {
  background-color: #fff;
  font-size: 1.875em;
  height: 3rem;
  padding-top: 0.24em;
  width: 3rem; }
  .carousel .icon-prev::before,
  .carousel .icon-next::before {
    color: black;
    font-family: 'FontAwesome'; }

.carousel .icon-prev::before {
  content: '\f104'; }

.carousel .icon-next::before {
  content: '\f105'; }

.carousel .carousel-control-prev {
  -ms-flex-pack: start;
      justify-content: flex-start; }

.carousel .carousel-control-next {
  -ms-flex-pack: end;
      justify-content: flex-end; }

.nav-tabs {
  border-bottom: 1px solid #ccc; }
  .nav-tabs .nav-link {
    font-size: 1.1rem;
    color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.active {
      border-bottom: 0.188em solid var(--skin-primary-color-1); }

.card {
  margin-bottom: 1em; }

.card-header h4 {
  margin-bottom: 0; }

.modal .modal-body {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto; }

dt {
  color: #495057;
  font-weight: normal; }

.custom-checkbox .custom-control-label::before {
  border: 1px solid black;
  background: #f9f9f9;
  /* For browsers that do not support gradients */
  background: linear-gradient(#f9f9f9, #ccc);
  /* Standard syntax */ }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23ff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }

.custom-radio .custom-control-label::before {
  border: 1px solid black;
  background: #ccc;
  /* For browsers that do not support gradients */
  background: linear-gradient(#ccc, #666);
  /* Standard syntax */ }

.form-control.is-invalid {
  background-image: none; }

.pull-left-xs {
  float: left; }

.pull-right-xs {
  float: right; }

@media (min-width: 544px) and (max-width: 1023.97px) {
  .pull-left-sm {
    float: left; }
  .pull-right-sm {
    float: right; } }

@media (min-width: 1023.99px) and (max-width: 1023.98px) {
  .pull-left-md {
    float: left; }
  .pull-right-md {
    float: right; } }

@media (min-width: 1024px) and (max-width: 1199.98px) {
  .pull-left-lg {
    float: left; }
  .pull-right-lg {
    float: right; } }

@media (min-width: 1200px) {
  .pull-left-xl {
    float: left; }
  .pull-right-xl {
    float: right; } }

@media (max-width: 543.98px) {
  .hidden-xs-down {
    display: none !important; } }

@media (max-width: 1023.97px) {
  .hidden-sm-down {
    display: none !important; } }

@media (max-width: 1023.98px) {
  .hidden-md-down {
    display: none !important; } }

@media (max-width: 1199.98px) {
  .hidden-lg-down {
    display: none !important; } }

.hidden-xl-down {
  display: none !important; }

.row.equal-height > [class^="col"] {
  display: -ms-flexbox;
  display: flex; }

.veil {
  position: absolute;
  z-index: 100;
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .veil .underlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-color: #000; }

.spinner {
  width: 80px;
  height: 80px;
  text-align: center;
  animation: sk-rotate 2s infinite linear;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px; }

.dot1,
.dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #fff;
  border-radius: 100%;
  animation: sk-bounce 2s infinite ease-in-out; }

.dot2 {
  top: auto;
  bottom: 0;
  animation-delay: -1s; }

@keyframes sk-rotate {
  100% {
    transform: rotate(360deg); } }

@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0); }
  50% {
    transform: scale(1); } }

body {
  font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

ol,
ul,
dl {
  padding: 0;
  margin: 0; }

li {
  list-style: none; }

a.underline, .btn-link, .tooltip-content .rewards-content a {
  cursor: pointer;
  text-decoration: underline; }
  a.underline:hover, .btn-link:hover, .tooltip-content .rewards-content a:hover, a.underline:focus, .btn-link:focus, .tooltip-content .rewards-content a:focus, a.underline:active, .btn-link:active, .tooltip-content .rewards-content a:active {
    text-decoration: none; }

a.underline-on-hover {
  cursor: pointer;
  text-decoration: none; }
  a.underline-on-hover:hover, a.underline-on-hover:focus, a.underline-on-hover:active {
    text-decoration: underline; }

.btn, .btn-primary, .button-link, .two-up-left.wrapper-container .button-link,
.two-up-right.wrapper-container .button-link, .btn-secondary, .btn-small, .btn-tertiary, .btn-small-track {
  display: inline-block;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0 20px;
  letter-spacing: 1.25px;
  line-height: 43px;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 2px;
  white-space: nowrap;
  cursor: pointer; }
  .btn:disabled, .btn-primary:disabled, .button-link:disabled, .two-up-left.wrapper-container .button-link:disabled,
  .two-up-right.wrapper-container .button-link:disabled, .btn-secondary:disabled, .btn-small:disabled, .btn-tertiary:disabled, .btn-small-track:disabled, .btn.disabled, .disabled.btn-primary, .disabled.button-link, .two-up-left.wrapper-container .disabled.button-link,
  .two-up-right.wrapper-container .disabled.button-link, .disabled.btn-secondary, .disabled.btn-small, .disabled.btn-tertiary, .disabled.btn-small-track {
    cursor: not-allowed; }

.btn-block {
  display: block; }

.btn-full-width {
  width: 100%; }

.btn-primary, .button-link, .two-up-left.wrapper-container .button-link,
.two-up-right.wrapper-container .button-link {
  color: #fff;
  background-color: #000;
  border: 1px solid #000; }
  .btn-primary.disabled, .disabled.button-link, .two-up-left.wrapper-container .disabled.button-link,
  .two-up-right.wrapper-container .disabled.button-link, .btn-primary:disabled, .button-link:disabled, .two-up-left.wrapper-container .button-link:disabled,
  .two-up-right.wrapper-container .button-link:disabled {
    color: #686868;
    background-color: #ddd;
    border: 1px solid #ddd; }
  .btn-primary:not(:disabled):hover, .button-link:not(:disabled):hover, .btn-primary:not(:disabled):active, .button-link:not(:disabled):active {
    color: #fff;
    background-color: #444;
    border: 1px solid #444; }

.btn-secondary {
  color: #000;
  background-color: #fff;
  border: 1px solid #000; }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #686868;
    background-color: #ddd;
    border: 1px solid #ddd; }
  .btn-secondary:not(:disabled):hover, .btn-secondary:not(:disabled):active {
    color: #fff;
    background-color: #444;
    border: 1px solid #444; }

.btn-small, .btn-tertiary {
  font-size: 12px; }

.btn-small-track {
  width: 150px;
  line-height: 30px;
  font-size: 12px; }

.small-track {
  padding-top: 18px;
  padding-bottom: 18px; }

.btn-tertiary {
  color: #fff;
  background-color: #000;
  border: 1px solid #000; }
  .btn-tertiary.disabled, .btn-tertiary:disabled {
    color: #686868;
    background-color: #ddd;
    border: 1px solid #ddd; }
  .btn-tertiary:not(:disabled):hover, .btn-tertiary:not(:disabled):active {
    color: #444;
    background-color: #fff;
    border: 1px solid #444; }

.btn-link {
  border: none;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
  text-transform: inherit;
  font-weight: inherit;
  font-family: inherit; }

.tt-o-button--primary {
  padding: 0 20px !important;
  line-height: 41px !important;
  font-size: 14px !important;
  text-transform: uppercase !important;
  border-radius: 2px !important;
  font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif !important;
  white-space: nowrap !important;
  letter-spacing: initial !important;
  transition: none !important;
  cursor: pointer !important;
  color: #fff !important;
  background-color: #000 !important;
  border: 1px solid #000 !important; }
  .tt-o-button--primary:not(:disabled):hover, .tt-o-button--primary:not(:disabled):active {
    color: #fff !important;
    background-color: #444 !important;
    border: 1px solid #444 !important; }

@keyframes fade-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

h1, h2, h3, h4, h5, h6 {
  font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif; }

.aven-H1-monetaff {
  font-family: "Moneta-Regular", "Times New Roman", times, serif;
  font-size: 28px;
  letter-spacing: 1.2px; }
  @media (max-width: 1023.98px) {
    .aven-H1-monetaff {
      font-size: 26px;
      letter-spacing: 1px; } }

.aven-H1-trade-condensedFF {
  font-family: "trade-gothic-next-condensed", "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 28px;
  letter-spacing: 1.5px;
  text-transform: uppercase; }
  @media (max-width: 1023.98px) {
    .aven-H1-trade-condensedFF {
      font-size: 26px;
      letter-spacing: 0.4px; } }

.aven-H2-trade-boldFF {
  font-family: "trade-gothic-next-bold", "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 24px; }
  @media (max-width: 1023.98px) {
    .aven-H2-trade-boldFF {
      font-size: 22px;
      letter-spacing: 0.4px; } }

.aven-H3-trade-boldFF {
  font-family: "trade-gothic-next-bold", "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 18px;
  letter-spacing: 0.25px; }
  @media (max-width: 1023.98px) {
    .aven-H3-trade-boldFF {
      font-size: 16px; } }

.aven-H4-trade-boldFF {
  font-family: "trade-gothic-next-bold", "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 16px;
  letter-spacing: 0.4px; }
  @media (max-width: 1023.98px) {
    .aven-H4-trade-boldFF {
      font-size: 15px; } }

.aven-H5-trade-boldFF {
  font-family: "trade-gothic-next-bold", "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 14px;
  letter-spacing: 0.4px; }

.aven-body-copy-1-trade-regularff {
  font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 14px;
  letter-spacing: 0.25px; }

.aven-body-copy-2-trade-regularff {
  font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.25px; }

.aven-body-copy-bold-1-trade-boldff {
  font-family: "trade-gothic-next-bold", "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 14px;
  letter-spacing: 0.25px; }

.aven-body-copy-bold-2-trade-boldff {
  font-family: "trade-gothic-next-bold", "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.25px; }

.aven-disclaimer-trade-regularff {
  font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 10px; }

.header {
  position: relative; }

.navbar-header .user,
.navbar-header .country-selector,
.navbar-header .search,
.navbar-header .minicart {
  display: inline-block;
  margin: 1.125em 0 0 0.5em; }

.navbar-header .user,
.navbar-header .country-selector,
.navbar-header .minicart,
.navbar-header .navbar-toggler {
  line-height: 2.25em;
  /* 36/16 */
  height: auto; }

.navbar-header .navbar-toggler {
  font-size: 1.6em;
  width: auto; }

.navbar-header .user {
  position: relative; }
  .navbar-header .user .popover {
    position: absolute;
    display: none;
    padding: 1em;
    top: 85%;
    left: 0; }
    .navbar-header .user .popover a {
      white-space: nowrap;
      margin-bottom: 0.5em; }
    .navbar-header .user .popover::before {
      left: 1.5rem; }
    .navbar-header .user .popover::after {
      left: 1.5rem; }
    .navbar-header .user .popover.show {
      display: block; }

.brand {
  position: absolute;
  left: 50%;
  display: block;
  text-align: center; }
  .brand img {
    width: 100%; }
  @media (min-width: 1024px) {
    .brand {
      width: 14.125em;
      /* 226/16 */
      margin-left: -7.0625em;
      /* 113/16 */
      padding-top: 0.5em; } }
  @media (max-width: 1023.98px) {
    .brand {
      width: 4em;
      /* 64/16 */
      margin-left: -2em;
      padding-top: 0.8em; } }

.main-menu {
  background-color: #444; }
  .main-menu .navbar .close-menu button,
  .main-menu .navbar .close-button button {
    background-color: transparent;
    border: 0;
    -webkit-appearance: none; }

.header-banner {
  background-color: #222;
  text-align: center;
  color: #fff; }
  .header-banner .close-button {
    width: 2.125em; }
    .header-banner .close-button .close {
      opacity: 1;
      color: #fff;
      width: 100%;
      height: 100%;
      background-color: var(--skin-primary-color-1); }
  .header-banner .content {
    margin-right: 1.5em;
    padding-top: 0.3125em;
    padding-bottom: 0.3125em; }

.minicart {
  margin-top: 0.1875em;
  /* 3/16 */
  vertical-align: top; }
  .minicart .minicart-icon {
    font-size: 1.5em; }
  .minicart a.minicart-link:hover {
    text-decoration: none; }
  .minicart .minicart-quantity {
    background-color: var(--skin-primary-color-1);
    border-radius: 50%;
    width: 1.25em;
    /* 20/16 */
    height: 1.25em;
    /* 20/16 */
    line-height: normal;
    display: inline-block;
    text-align: center;
    font-size: 0.8125em;
    /* 13/16 */
    position: relative;
    top: -0.9375em;
    /* 15/16 */
    left: -0.9375em;
    /* 15/16 */
    color: #fff; }

a.normal {
  color: var(--skin-primary-color-1);
  text-decoration: underline; }

.slide-up {
  transition-duration: 0.5s;
  transition-timing-function: ease-in;
  max-height: 100px;
  overflow: hidden; }
  .slide-up.hide {
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1); }

.dropdown-country-selector {
  margin-top: -0.0625em; }

.cookie-warning-messaging.cookie-warning {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
  display: none; }

.valid-cookie-warning {
  background-color: var(--skin-link-color-1);
  color: #fff;
  white-space: nowrap; }
  .valid-cookie-warning p {
    margin-top: 0;
    margin-bottom: 0.2em;
    padding-right: 2em; }

@media (max-width: 543.98px) {
  .menu-toggleable-left.navbar-toggleable-xs {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    display: block;
    max-width: 100%; }
    .menu-toggleable-left.navbar-toggleable-xs.in {
      min-width: 50%;
      left: 0; } }

@media (max-width: 1023.97px) {
  .menu-toggleable-left.navbar-toggleable-sm {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    display: block;
    max-width: 100%; }
    .menu-toggleable-left.navbar-toggleable-sm.in {
      min-width: 50%;
      left: 0; } }

@media (max-width: 1023.98px) {
  .menu-toggleable-left.navbar-toggleable-md {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    display: block;
    max-width: 100%; }
    .menu-toggleable-left.navbar-toggleable-md.in {
      min-width: 50%;
      left: 0; } }

@media (max-width: 1199.98px) {
  .menu-toggleable-left.navbar-toggleable-lg {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    display: block;
    max-width: 100%; }
    .menu-toggleable-left.navbar-toggleable-lg.in {
      min-width: 50%;
      left: 0; } }

.menu-toggleable-left.navbar-toggleable-xl {
  position: fixed;
  left: -100%;
  top: 0;
  bottom: 0;
  transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
  display: block;
  max-width: 100%; }
  .menu-toggleable-left.navbar-toggleable-xl.in {
    min-width: 50%;
    left: 0; }

.navbar.bg-inverse {
  background-color: transparent !important; }
  @media (min-width: 1023.99px) {
    .navbar.bg-inverse .navbar-nav .nav-item + .nav-item {
      margin-left: 0; }
    .navbar.bg-inverse .navbar-nav .nav-link {
      padding: 0.8rem;
      white-space: nowrap; } }

.navbar-expand-md .navbar-nav.nav-center {
  -ms-flex-pack: center;
      justify-content: center; }

.navbar-expand-md .navbar-nav.nav-spaced {
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly; }

.navbar-expand-md .navbar-nav.nav-right {
  -ms-flex-pack: end;
      justify-content: end; }

.nav-item .nav-link:hover,
.nav-item .nav-link:focus,
.nav-item.show .nav-link {
  background-color: #fff;
  color: #444; }

@media (min-width: 1023.99px) {
  .nav-item > .nav-link {
    color: #fff; } }

@media (max-width: 1023.97px) {
  .main-menu.menu-toggleable-left {
    background-color: #fff;
    z-index: 4; } }

.menu-toggleable-left .close-menu {
  padding: 15px;
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  -ms-flex: 0 0 100%;
      flex: 0 0 100%; }
  @media (min-width: 1023.99px) {
    .menu-toggleable-left .close-menu {
      display: none; } }

.menu-toggleable-left .menu-group {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%; }

.menu-toggleable-left li > .close-menu {
  margin-right: 0;
  margin-top: -0.6rem;
  margin-left: 0; }

@media (max-width: 1023.97px) {
  .menu-toggleable-left .bg-inverse {
    background-color: white !important;
    color: #222; } }

@media (max-width: 543.98px) {
  .menu-toggleable-left.in {
    right: 0;
    margin-right: 1.25em;
    /* 20/16 */ } }

@media (max-width: 1023.97px) {
  .menu-toggleable-left.in .nav-item + .nav-item {
    border-top: 1px solid #eee; }
  .menu-toggleable-left.in .dropdown {
    display: block;
    position: static; }
  .menu-toggleable-left.in .dropdown-toggle {
    padding-left: 1rem; }
    .menu-toggleable-left.in .dropdown-toggle::after {
      border-top: 0.3em solid transparent;
      border-bottom: 0.3em solid transparent;
      border-left: 0.3em solid;
      position: absolute;
      right: 0.3em;
      margin-top: 0.55em; }
  .menu-toggleable-left.in .nav-item .nav-link {
    padding-left: 1rem; }
  .menu-toggleable-left.in .show > .dropdown-menu {
    left: 0; }
  .menu-toggleable-left.in .dropdown-menu {
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    border: 0 none;
    transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    display: block; } }

.multilevel-dropdown .dropdown-menu {
  top: 90%;
  border: 0;
  border-radius: 0; }
  @media (min-width: 1023.99px) {
    .multilevel-dropdown .dropdown-menu {
      box-shadow: 0 3px 5px rgba(43, 36, 25, 0.4); } }

.multilevel-dropdown .dropdown-item.dropdown > .dropdown-toggle::after {
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  position: absolute;
  right: 0.3em;
  margin-top: 0.55em; }

@media (min-width: 1023.99px) {
  .multilevel-dropdown .dropdown-menu > .dropdown > .dropdown-menu {
    top: -0.65em;
    left: 99%; } }

.multilevel-dropdown .navbar > .close-menu > .back {
  display: none; }

.multilevel-dropdown .close-menu .back .caret-left {
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-left: 0.3 solid transparent;
  width: 0;
  height: 0;
  display: inline-block;
  margin-bottom: 0.125em; }

.multilevel-dropdown .dropdown-item {
  padding: 0 0 0 1em; }
  .multilevel-dropdown .dropdown-item .dropdown-link {
    display: block;
    padding: 0.425em 5em 0.425em 0; }
  .multilevel-dropdown .dropdown-item + .dropdown-item {
    border-top: 1px solid #eee; }
  .multilevel-dropdown .dropdown-item.top-category {
    font-weight: bold; }
    .multilevel-dropdown .dropdown-item.top-category > .nav-link {
      padding-left: 0; }

.horizontal-scroll {
  overflow-x: hidden; }
  .main-menu .container {
    max-width: 1260px;
    padding: 0; }
  .main-menu.multilevel-dropdown .dropdown-menu + .dropdown-underlay {
    display: none; }
  @media (min-width: 1024px) {
    .main-menu.multilevel-dropdown .dropdown-menu.show {
      z-index: 2; }
      .main-menu.multilevel-dropdown .dropdown-menu.show + .dropdown-underlay {
        display: block;
        height: 100%;
        width: 100vw;
        max-height: 100vh;
        background: #fff;
        position: absolute;
        top: calc(100% + 1px);
        left: 50%;
        z-index: 1;
        transform: translateX(-50%); } }

.navbar.bg-inverse {
  padding: 0; }
  @media (max-width: 1199.98px) {
    .navbar.bg-inverse {
      padding: 0 15px; } }
  .navbar.bg-inverse .navbar-nav .nav-item {
    padding: 0;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto; }
    .navbar.bg-inverse .navbar-nav .nav-item.hide-left-nav {
      display: none; }
    .navbar.bg-inverse .navbar-nav .nav-item > .nav-link {
      color: #444; }
    @media (min-width: 1024px) {
      .navbar.bg-inverse .navbar-nav .nav-item.show > .nav-link span {
        border-bottom: 2px solid #ac0000; } }
  .navbar.bg-inverse .navbar-nav span.nav-link,
  .navbar.bg-inverse .navbar-nav .nav-link span {
    display: inline-block;
    border-bottom: 2px solid transparent; }
    @media (min-width: 1023.99px) {
      .navbar.bg-inverse .navbar-nav span.nav-link,
      .navbar.bg-inverse .navbar-nav .nav-link span {
        padding: 10px 0 6px; } }
  .navbar.bg-inverse .navbar-nav span.nav-link {
    cursor: default;
    display: block; }
    @media (min-width: 1023.99px) {
      .navbar.bg-inverse .navbar-nav span.nav-link {
        text-align: center; } }
  .navbar.bg-inverse .navbar-nav .nav-link {
    font-size: 13px;
    line-height: normal;
    font-family: "trade-gothic-next-bold", "Helvetica Neue", helvetica, arial, sans-serif;
    text-transform: uppercase;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    letter-spacing: 0.2px;
    padding: 0; }
    .navbar.bg-inverse .navbar-nav .nav-link .category-image {
      margin: 0 3px 0 0; }
    @media (min-width: 1024px) {
      .navbar.bg-inverse .navbar-nav .nav-link {
        -ms-flex-pack: center;
            justify-content: center; }
        .navbar.bg-inverse .navbar-nav .nav-link:hover, .navbar.bg-inverse .navbar-nav .nav-link:focus {
          color: #444; }
        .navbar.bg-inverse .navbar-nav .nav-link:focus {
          color: #444;
          outline-offset: 0 !important; }
        .navbar.bg-inverse .navbar-nav .nav-link:hover span {
          border-bottom: 2px solid #ac0000; } }

.dropdown-item:hover, .dropdown-item:focus {
  background: transparent; }

.multilevel-dropdown .dropdown-item + .dropdown-item {
  border: 0; }

.formemypreferences {
  border: 1px solid #dddddd;
  width: 220px;
  height: 180px; }
  .formemypreferences .content {
    padding-top: 34px;
    text-align: center; }
    @media screen and (max-width: 1023.98px) {
      .formemypreferences .content {
        margin-top: 10px;
        border: 1px solid #dddddd;
        margin-right: 10px;
        margin-left: 10px;
        height: 140px; }
        .formemypreferences .content:hover {
          border-color: #000; } }
    .formemypreferences .content .formepreferencesicon {
      padding-top: 5px;
      width: 220px; }
      @media screen and (max-width: 1023.98px) {
        .formemypreferences .content .formepreferencesicon {
          transform: translate(50px, -15px); } }
      @media screen and (max-width: 543.98px) {
        .formemypreferences .content .formepreferencesicon {
          transform: translate(32px, -15px); } }
      .formemypreferences .content .formepreferencesicon .my-preferences-img {
        width: 42px;
        height: 36px;
        margin-bottom: -7px;
        margin-top: -7px; }
        .formemypreferences .content .formepreferencesicon .my-preferences-img.update {
          width: 30px;
          height: 28px; }
      @media screen and (min-width: 1023px) {
        .formemypreferences .content .formepreferencesicon {
          width: inherit !important; } }
    .formemypreferences .content .mypreferences {
      padding-top: 15px;
      height: 18px;
      color: #000000;
      font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
      font-size: 14px;
      letter-spacing: 1.25px;
      line-height: 18px;
      text-align: center;
      width: 220px;
      margin-top: 1px; }
      @media screen and (max-width: 1023.98px) {
        .formemypreferences .content .mypreferences {
          transform: translate(50px, -20px); } }
      @media screen and (max-width: 543.98px) {
        .formemypreferences .content .mypreferences {
          transform: translate(32px, -15px); } }
      @media screen and (min-width: 1023px) {
        .formemypreferences .content .mypreferences {
          width: inherit !important; } }
    .formemypreferences .content .updatepreferences {
      padding-top: 20px;
      height: 18px;
      color: #000000;
      font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
      font-size: 12px;
      letter-spacing: 0.25px;
      line-height: 18px;
      text-align: center;
      width: 220px; }
      @media screen and (min-width: 1439px) {
        .formemypreferences .content .updatepreferences {
          margin-left: 10px !important;
          padding-right: 20px; } }
      @media screen and (min-width: 1023px) and (max-width: 1024.98px) {
        .formemypreferences .content .updatepreferences {
          width: inherit !important; } }
      @media screen and (max-width: 1023.98px) {
        .formemypreferences .content .updatepreferences {
          transform: translate(50px, -20px); } }
      @media screen and (max-width: 543.98px) {
        .formemypreferences .content .updatepreferences {
          transform: translate(30px, -15px); } }
      @media screen and (min-width: 1023.98px) and (max-width: 1259px) {
        .formemypreferences .content .updatepreferences .save-text {
          display: block;
          white-space: initial;
          width: 117px;
          margin-left: 28px; } }
  .formemypreferences:hover {
    border-color: #000; }
    .formemypreferences:hover .mypreferences {
      color: #444;
      text-decoration: none !important; }
      @media screen and (min-width: 1023px) {
        .formemypreferences:hover .mypreferences {
          width: inherit !important; } }
    .formemypreferences:hover .updatepreferences {
      color: #444;
      text-decoration: none !important; }
  @media screen and (max-width: 1023.98px) {
    .formemypreferences {
      border: none; } }

.formedesigners {
  border: 1px solid #dddddd;
  width: 220px;
  height: 180px; }
  .formedesigners .content {
    padding-top: 34px;
    text-align: center; }
    @media screen and (max-width: 1023.98px) {
      .formedesigners .content {
        margin-top: 10px;
        border: 1px solid #dddddd;
        margin-right: 10px;
        margin-left: 10px;
        height: 140px; }
        .formedesigners .content:hover {
          border-color: #000; } }
    .formedesigners .content .formedesignersicon {
      padding-top: 5px;
      width: 220px; }
      @media screen and (min-width: 1023px) {
        .formedesigners .content .formedesignersicon {
          width: inherit !important; } }
      @media screen and (max-width: 1023.98px) {
        .formedesigners .content .formedesignersicon {
          transform: translate(50px, -15px); } }
      @media screen and (max-width: 543.98px) {
        .formedesigners .content .formedesignersicon {
          transform: translate(32px, -15px); } }
      .formedesigners .content .formedesignersicon .designers-img {
        width: 32px;
        height: 28px; }
    .formedesigners .content .formeadddesignersicon {
      padding-top: 20px;
      width: 220px; }
      @media screen and (max-width: 1023.98px) {
        .formedesigners .content .formeadddesignersicon {
          transform: translate(50px, -15px); } }
      @media screen and (max-width: 543.98px) {
        .formedesigners .content .formeadddesignersicon {
          transform: translate(32px, -15px); } }
      .formedesigners .content .formeadddesignersicon .designers-img {
        width: 20px;
        height: 20px; }
    .formedesigners .content .mydesigners {
      padding-top: 15px;
      height: 18px;
      color: #000000;
      font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
      font-size: 14px;
      letter-spacing: 1.25px;
      line-height: 18px;
      text-align: center;
      width: 220px; }
      @media screen and (min-width: 1023px) {
        .formedesigners .content .mydesigners {
          width: inherit !important; } }
      @media screen and (max-width: 1023.98px) {
        .formedesigners .content .mydesigners {
          transform: translate(50px, -20px); } }
      @media screen and (max-width: 543.98px) {
        .formedesigners .content .mydesigners {
          transform: translate(32px, -15px); } }
    .formedesigners .content .latestarrivals {
      padding-top: 20px;
      height: 18px;
      color: #000000;
      font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
      font-size: 12px;
      letter-spacing: 0.25px;
      line-height: 18px;
      text-align: center;
      width: 220px; }
      @media screen and (min-width: 1023px) {
        .formedesigners .content .latestarrivals {
          width: inherit !important; } }
      @media screen and (max-width: 1023.98px) {
        .formedesigners .content .latestarrivals {
          transform: translate(50px, -20px); } }
      @media screen and (max-width: 543.98px) {
        .formedesigners .content .latestarrivals {
          transform: translate(30px, -15px); } }
  .formedesigners:hover {
    border-color: #000; }
    .formedesigners:hover .mydesigners {
      color: #444;
      text-decoration: none !important; }
      @media screen and (min-width: 1023px) {
        .formedesigners:hover .mydesigners {
          width: inherit !important; } }
    .formedesigners:hover .latestarrivals {
      color: #444;
      text-decoration: none !important; }
      @media screen and (min-width: 1023px) {
        .formedesigners:hover .latestarrivals {
          width: inherit !important; } }
  @media screen and (max-width: 1023.98px) {
    .formedesigners {
      border: none; } }

.formemyorders {
  border: 1px solid #dddddd;
  width: 220px;
  height: 180px; }
  .formemyorders .content {
    padding-top: 34px;
    text-align: center; }
    @media screen and (max-width: 1023.98px) {
      .formemyorders .content {
        margin-top: 10px;
        border: 1px solid #dddddd;
        margin-right: 10px;
        margin-left: 10px;
        height: 140px; }
        .formemyorders .content:hover {
          border-color: #000; } }
    .formemyorders .content .myordersicon {
      padding-top: 5px;
      width: 220px; }
      @media screen and (min-width: 1023px) {
        .formemyorders .content .myordersicon {
          width: inherit !important; } }
      @media screen and (max-width: 1023.98px) {
        .formemyorders .content .myordersicon {
          transform: translate(50px, -15px); } }
      @media screen and (max-width: 543.98px) {
        .formemyorders .content .myordersicon {
          transform: translate(32px, -15px); } }
      .formemyorders .content .myordersicon .my-orders-img {
        width: 32px;
        height: 28px; }
    .formemyorders .content .myorders {
      padding-top: 15px;
      height: 18px;
      color: #000000;
      font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
      font-size: 14px;
      letter-spacing: 1.25px;
      line-height: 18px;
      text-align: center;
      width: 220px; }
      @media screen and (min-width: 1023px) {
        .formemyorders .content .myorders {
          width: inherit !important; } }
      @media screen and (max-width: 1023.98px) {
        .formemyorders .content .myorders {
          transform: translate(50px, -20px); } }
      @media screen and (max-width: 543.98px) {
        .formemyorders .content .myorders {
          transform: translate(32px, -15px); } }
    .formemyorders .content .trackorders {
      padding-top: 20px;
      height: 18px;
      color: #000000;
      font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
      font-size: 12px;
      letter-spacing: 0.25px;
      line-height: 18px;
      text-align: center;
      width: 220px; }
      @media screen and (min-width: 1023px) {
        .formemyorders .content .trackorders {
          width: inherit !important; } }
      @media screen and (max-width: 1023.98px) {
        .formemyorders .content .trackorders {
          transform: translate(50px, -20px); } }
      @media screen and (max-width: 543.98px) {
        .formemyorders .content .trackorders {
          transform: translate(30px, -15px); } }
  .formemyorders:hover {
    border-color: #000; }
    .formemyorders:hover .myorders {
      color: #444;
      text-decoration: none !important; }
      @media screen and (min-width: 1023px) {
        .formemyorders:hover .myorders {
          width: inherit !important; } }
    .formemyorders:hover .trackorders {
      color: #444;
      text-decoration: none !important; }
      @media screen and (min-width: 1023px) {
        .formemyorders:hover .trackorders {
          width: inherit !important; } }
  @media screen and (max-width: 1023.98px) {
    .formemyorders {
      border: none; } }

.noncattiles {
  display: contents; }
  @media screen and (max-width: 1023.98px) {
    .noncattiles {
      display: inherit !important; } }
  @media screen and (min-width: 1023px) {
    .noncattiles .formeli {
      margin-left: 15px !important;
      width: 18.6% !important; } }
  @media screen and (min-width: 1259px) {
    .noncattiles .formeli {
      width: 23.3% !important; } }
  @media screen and (min-width: 1439px) {
    .noncattiles .formeli {
      width: 27.7% !important; } }

@media screen and (max-width: 550px) {
  .addnecategoriesmobile {
    padding-left: 54px !important;
    width: 366px !important;
    margin-top: -10px; } }

@media screen and (min-width: 551px) and (max-width: 1023.98px) {
  .addnecategoriesmobile {
    padding-left: 54px !important;
    width: 406px !important; } }

@media screen and (max-width: 1023.98px) {
  .removetilemobile {
    display: none; } }

.displaytilemobile {
  display: none !important; }
  @media screen and (max-width: 1023.98px) {
    .displaytilemobile {
      display: block !important;
      margin-bottom: -9px; }
      .displaytilemobile .content-asset {
        padding-bottom: 10px; }
        .displaytilemobile .content-asset .formeaddcard .content {
          height: 90px;
          padding-top: 28px; }
          .displaytilemobile .content-asset .formeaddcard .content .addcatmobiletext .save-text .plus-img,
          .displaytilemobile .content-asset .formeaddcard .content .add-des-mobiletext .save-text .plus-img {
            height: 20px;
            width: 16px;
            transform: translate(-9px, -2px); } }

.formecard {
  border: 1px solid #dddddd;
  width: 220px;
  height: 180px; }
  @media screen and (min-width: 1023.98px) {
    .formecard {
      margin-left: 9px;
      width: 190px !important;
      padding-left: 5px;
      height: 195px !important; } }
  @media screen and (min-width: 1259px) {
    .formecard {
      margin-left: 9px;
      width: 235px !important;
      padding-left: 5px; } }
  @media screen and (min-width: 1439px) {
    .formecard {
      margin-left: 9px;
      width: 281px !important;
      padding-left: 5px; } }
  .formecard.formerecommendations .content {
    padding-left: 3px; }
    @media screen and (min-width: 1439px) {
      .formecard.formerecommendations .content {
        padding-left: 0px;
        margin-left: 10px !important;
        padding-right: 11px !important; } }
  @media screen and (min-width: 1439px) {
    .formecard.formerecommendations {
      width: 250px; } }
  @media screen and (min-width: 1439px) {
    .formecard.formerecommendations.addcatlrg {
      width: 250px !important; } }
  @media screen and (min-width: 1439px) {
    .formecard.adddeslrg .content {
      margin-left: 0px !important; } }
  @media screen and (min-width: 1439px) {
    .formecard.formemyorders .content {
      margin-left: -4px !important; } }
  @media screen and (min-width: 1439px) {
    .formecard.formemypreferences .content {
      padding-right: 19px; } }
  .formecard .content {
    padding-top: 34px;
    text-align: center; }
    @media screen and (max-width: 1023.98px) {
      .formecard .content {
        margin-top: 18px;
        border: 1px solid #dddddd;
        margin-right: 20px !important;
        margin-left: 20px !important;
        height: 140px; }
        .formecard .content:hover {
          border-color: #000; } }
    .formecard .content .formerecommendationsicon {
      padding-top: 5px;
      width: 220px; }
      @media screen and (min-width: 1023px) {
        .formecard .content .formerecommendationsicon {
          width: inherit !important; } }
      @media screen and (max-width: 1023.98px) {
        .formecard .content .formerecommendationsicon {
          transform: translate(50px, -15px); } }
      @media screen and (max-width: 543.98px) {
        .formecard .content .formerecommendationsicon {
          transform: translate(32px, -15px); } }
      .formecard .content .formerecommendationsicon .recommended-img {
        width: 32px;
        height: 28px; }
    .formecard .content .recommended-for-me {
      padding-top: 15px;
      height: 18px;
      color: #000000;
      font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
      font-size: 14px;
      letter-spacing: 1.25px;
      line-height: 18px;
      text-align: center;
      width: 220px; }
      @media screen and (min-width: 1023px) {
        .formecard .content .recommended-for-me {
          width: inherit !important; } }
      @media screen and (max-width: 1023.98px) {
        .formecard .content .recommended-for-me {
          transform: translate(50px, -20px); } }
      @media screen and (max-width: 543.98px) {
        .formecard .content .recommended-for-me {
          transform: translate(32px, -15px); } }
      @media screen and (min-width: 1023.98px) and (max-width: 1259px) {
        .formecard .content .recommended-for-me .save-text {
          display: block;
          white-space: pre-wrap;
          width: 117px;
          margin-left: 28px; } }
    .formecard .content .browse-personalized {
      padding-top: 20px;
      height: 18px;
      color: #000000;
      font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
      font-size: 12px;
      letter-spacing: 0.25px;
      line-height: 18px;
      text-align: center;
      width: 220px; }
      @media screen and (max-width: 1023.98px) {
        .formecard .content .browse-personalized {
          transform: translate(50px, -20px); } }
      @media screen and (max-width: 543.98px) {
        .formecard .content .browse-personalized {
          transform: translate(30px, -15px); } }
      @media screen and (min-width: 1023px) and (max-width: 1259px) {
        .formecard .content .browse-personalized {
          width: inherit !important;
          padding-top: 36px !important; } }
      @media screen and (min-width: 1259px) {
        .formecard .content .browse-personalized.addCats {
          margin-left: -6px !important; } }
      @media screen and (min-width: 1439px) {
        .formecard .content .browse-personalized.addCats {
          margin-left: 2px !important; } }
      @media screen and (min-width: 1259px) {
        .formecard .content .browse-personalized {
          margin-left: -2px !important; } }
      @media screen and (min-width: 1439px) {
        .formecard .content .browse-personalized {
          margin-left: 20px !important;
          padding-right: 9px; } }
      @media screen and (min-width: 1439px) {
        .formecard .content .browse-personalized.min {
          padding-right: 30px; } }
      @media screen and (min-width: 1023.98px) and (max-width: 1259px) {
        .formecard .content .browse-personalized .save-text {
          display: block;
          white-space: pre-wrap;
          width: 117px;
          margin-left: 28px; } }
    @media screen and (min-width: 1439px) {
      .formecard .content {
        margin-left: 24px !important; } }
    @media screen and (min-width: 1259px) {
      .formecard .content {
        margin-left: 6px; } }
  .formecard:hover {
    border-color: #000; }
    .formecard:hover .recommended-for-me {
      color: #444;
      text-decoration: none !important; }
      @media screen and (min-width: 1023px) {
        .formecard:hover .recommended-for-me {
          width: inherit !important; } }
    .formecard:hover .browse-personalized {
      color: #444;
      text-decoration: none !important; }
  @media screen and (max-width: 1023.98px) {
    .formecard {
      border: none; } }

.formeaddcard {
  border: dashed 1px #dddddd;
  width: 220px;
  height: 180px; }
  @media screen and (min-width: 1439px) {
    .formeaddcard.adddesignerslrg .content {
      margin-left: 0px !important; } }
  .formeaddcard .content {
    padding-top: 34px;
    text-align: center; }
    @media screen and (max-width: 1023.98px) {
      .formeaddcard .content {
        margin-top: 18px;
        border: dashed 1px #dddddd;
        margin-right: 10px;
        margin-left: 10px;
        height: 140px; }
        .formeaddcard .content:hover {
          border-color: #000; } }
    .formeaddcard .content .formerecommendationsicon {
      padding-top: 5px;
      width: 220px; }
      @media screen and (min-width: 1023px) {
        .formeaddcard .content .formerecommendationsicon {
          width: inherit !important; } }
      @media screen and (max-width: 1023.98px) {
        .formeaddcard .content .formerecommendationsicon {
          transform: translate(50px, -15px); } }
      @media screen and (max-width: 543.98px) {
        .formeaddcard .content .formerecommendationsicon {
          transform: translate(32px, -15px); } }
      .formeaddcard .content .formerecommendationsicon .recommended-img {
        width: 32px;
        height: 28px; }
    .formeaddcard .content .addcategoriesicon {
      padding-top: 20px;
      width: 220px; }
      @media screen and (max-width: 1023.98px) {
        .formeaddcard .content .addcategoriesicon {
          transform: translate(50px, -15px); } }
      @media screen and (max-width: 543.98px) {
        .formeaddcard .content .addcategoriesicon {
          transform: translate(32px, -15px); } }
      .formeaddcard .content .addcategoriesicon .recommended-img {
        width: 20px;
        height: 20px; }
    .formeaddcard .content .recommended-for-me {
      padding-top: 15px;
      height: 18px;
      color: #000000;
      font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
      font-size: 14px;
      letter-spacing: 1.25px;
      line-height: 18px;
      text-align: center;
      width: 220px; }
      @media screen and (min-width: 1023px) {
        .formeaddcard .content .recommended-for-me {
          width: inherit !important; } }
      @media screen and (max-width: 1023.98px) {
        .formeaddcard .content .recommended-for-me {
          transform: translate(50px, -20px); } }
      @media screen and (max-width: 543.98px) {
        .formeaddcard .content .recommended-for-me {
          transform: translate(32px, -15px); } }
    .formeaddcard .content .browse-personalized {
      padding-top: 20px;
      height: 18px;
      color: #000000;
      font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
      font-size: 12px;
      letter-spacing: 0.25px;
      line-height: 18px;
      text-align: center;
      width: 220px; }
      @media screen and (max-width: 1023.98px) {
        .formeaddcard .content .browse-personalized {
          transform: translate(50px, -20px); } }
      @media screen and (max-width: 543.98px) {
        .formeaddcard .content .browse-personalized {
          transform: translate(30px, -15px); } }
  .formeaddcard:hover {
    border-color: #000; }
    .formeaddcard:hover .recommended-for-me {
      color: #444;
      text-decoration: none !important; }
      @media screen and (min-width: 1023px) {
        .formeaddcard:hover .recommended-for-me {
          width: inherit !important; } }
    .formeaddcard:hover .browse-personalized {
      color: #444;
      text-decoration: none !important; }
  @media screen and (max-width: 1023.98px) {
    .formeaddcard {
      border: none; } }

a,
a:hover,
a:active,
a:visited,
a:focus {
  text-decoration: none; }

.modal-background {
  z-index: 12; }
  @media (max-width: 1023.98px) {
    .search-modal-open .modal-background {
      display: none !important; }
    .mobile-menu-open .modal-background {
      display: block !important; } }

.menu-toggleable-left .close-menu {
  display: none;
  background: transparent;
  border: 0; }
  .menu-toggleable-left .close-menu button::before {
    content: '';
    position: absolute;
    border-top: 2px solid #eee;
    width: 22px;
    height: 1px;
    transform: rotate(135deg);
    left: 0; }
  .menu-toggleable-left .close-menu button::after {
    content: '';
    position: absolute;
    border-top: 2px solid #eee;
    width: 22px;
    height: 1px;
    transform: rotate(45deg);
    left: 0; }

@media (min-width: 1024px) {
  .navbar.bg-inverse .navbar-nav .nav-item {
    position: static; }
  .dropdown-toggle::after {
    content: none; }
  .navbar-expand-md .navbar-nav {
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center; }
    .navbar-expand-md .navbar-nav .dropdown-menu {
      width: 100%;
      top: 100%;
      box-shadow: none;
      margin: 0;
      border-top: 1px solid #ddd;
      padding: 17px 40px; } }
    @media (min-width: 1024px) and (max-width: 1199.98px) {
      .navbar-expand-md .navbar-nav .dropdown-menu {
        padding: 17px 20px; } }

@media (min-width: 1024px) {
  .multilevel-dropdown .dropdown-menu .dropdown-link {
    font-size: 14px;
    line-height: 1;
    font-family: "trade-gothic-next-bold", "Helvetica Neue", helvetica, arial, sans-serif;
    padding: 0;
    text-transform: uppercase;
    margin: 0 0 18px;
    color: #444;
    white-space: normal; }
  .multilevel-dropdown .dropdown-menu .dropdown-item.dropdown1 {
    width: 100%; }
  .multilevel-dropdown .dropdown-menu.show {
    display: -ms-flexbox;
    display: flex;
    overflow-y: auto;
    max-height: 100vh;
    padding-bottom: 40px; }
    .multilevel-dropdown .dropdown-menu.show.formenav {
      display: -ms-flexbox;
      display: flex;
      max-height: 100vh;
      padding-bottom: 40px;
      overflow-y: visible !important;
      width: 1024px !important; } }
    @media screen and (min-width: 1024px) and (min-width: 1023px) {
      .multilevel-dropdown .dropdown-menu.show.formenav {
        width: 706px; } }

@media (min-width: 1024px) {
      .multilevel-dropdown .dropdown-menu.show.formenav .formecategorytile {
        width: auto !important; } }
      @media screen and (min-width: 1024px) and (min-width: 1439px) {
        .multilevel-dropdown .dropdown-menu.show.formenav .formecategorytile.noprefs {
          margin-right: 53px; } }

@media (min-width: 1024px) {
    .multilevel-dropdown .dropdown-menu.show.mintiles {
      display: -ms-flexbox;
      display: flex;
      max-height: 100vh;
      padding-bottom: 40px;
      overflow-y: visible !important;
      width: 1024px;
      margin-left: 2%; } }
    @media screen and (min-width: 1024px) and (min-width: 1023px) {
      .multilevel-dropdown .dropdown-menu.show.mintiles {
        margin-left: 0% !important; } }

@media (min-width: 1024px) {
  .multilevel-dropdown .dropdown-menu > .dropdown > .dropdown-menu {
    position: static;
    left: 0;
    top: 0;
    display: block;
    border: 0;
    padding: 0;
    margin-bottom: 5px; }
    .multilevel-dropdown .dropdown-menu > .dropdown > .dropdown-menu.cat-level2 {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .multilevel-dropdown .dropdown-menu > .dropdown > .dropdown-menu.cat-level2 .dropdown-item {
        -ms-flex-preferred-size: 20%;
            flex-basis: 20%;
        padding: 0 16px 0 0; }
        .multilevel-dropdown .dropdown-menu > .dropdown > .dropdown-menu.cat-level2 .dropdown-item .dropdown-menu2 .dropdown-item {
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
          padding: 0; }
    .multilevel-dropdown .dropdown-menu > .dropdown > .dropdown-menu .dropdown-menu2 .dropdown-link {
      font-size: 12px;
      line-height: 1.5;
      font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
      padding: 0;
      text-transform: none;
      margin: 0 0 10px;
      color: #000;
      display: inline-block; }
    .multilevel-dropdown .dropdown-menu > .dropdown > .dropdown-menu .dropdown-menu2 .dropdown-item {
      line-height: 1;
      font-size: 12px; }
      .multilevel-dropdown .dropdown-menu > .dropdown > .dropdown-menu .dropdown-menu2 .dropdown-item:last-child .dropdown-link {
        margin: 0 0 17px; }
    .multilevel-dropdown .dropdown-menu > .dropdown > .dropdown-menu.show {
      display: block; }
  .multilevel-dropdown .dropdown.column-1 .dropdown-menu .dropdown-item.dropdown1 {
    width: 20%; }
    .multilevel-dropdown .dropdown.column-1 .dropdown-menu .dropdown-item.dropdown1 .dropdown-item {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }
  .multilevel-dropdown .dropdown.column-1 .dropdown-menu .category-menu-image {
    width: 80%; }
    .multilevel-dropdown .dropdown.column-1 .dropdown-menu .category-menu-image .size-1X1 {
      width: 24%; }
    .multilevel-dropdown .dropdown.column-1 .dropdown-menu .category-menu-image .size-1X2 {
      width: 48%; }
    .multilevel-dropdown .dropdown.column-1 .dropdown-menu .category-menu-image .size-1X3 {
      width: 72%; }
    .multilevel-dropdown .dropdown.column-1 .dropdown-menu .category-menu-image .size-1X4 {
      width: 100%; }
  .multilevel-dropdown .dropdown.column-2 .dropdown-menu .dropdown-item.dropdown1 {
    width: 40%; }
    .multilevel-dropdown .dropdown.column-2 .dropdown-menu .dropdown-item.dropdown1 .dropdown-item {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%; }
  .multilevel-dropdown .dropdown.column-2 .dropdown-menu .category-menu-image {
    width: 60%; }
    .multilevel-dropdown .dropdown.column-2 .dropdown-menu .category-menu-image .size-1X1 {
      width: 32%; }
    .multilevel-dropdown .dropdown.column-2 .dropdown-menu .category-menu-image .size-1X2 {
      width: 64%; }
    .multilevel-dropdown .dropdown.column-2 .dropdown-menu .category-menu-image .size-1X3 {
      width: 100%; }
  .multilevel-dropdown .dropdown.column-3 .dropdown-menu .dropdown-item.dropdown1 {
    width: 60%; }
    .multilevel-dropdown .dropdown.column-3 .dropdown-menu .dropdown-item.dropdown1 .dropdown-item {
      -ms-flex-preferred-size: 32%;
          flex-basis: 32%; }
  .multilevel-dropdown .dropdown.column-3 .dropdown-menu .category-menu-image {
    width: 40%; }
    .multilevel-dropdown .dropdown.column-3 .dropdown-menu .category-menu-image .size-1X1 {
      width: 48%; }
    .multilevel-dropdown .dropdown.column-3 .dropdown-menu .category-menu-image .size-1X2 {
      width: 100%; }
  .multilevel-dropdown .dropdown.column-4 .dropdown-menu .dropdown-item.dropdown1 {
    width: 80%; }
    .multilevel-dropdown .dropdown.column-4 .dropdown-menu .dropdown-item.dropdown1 .dropdown-item {
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%; }
  .multilevel-dropdown .dropdown.column-4 .dropdown-menu .category-menu-image {
    width: 20%; }
    .multilevel-dropdown .dropdown.column-4 .dropdown-menu .category-menu-image .size-1X1 {
      width: 100%; }
  .multilevel-dropdown .dropdown.column-5 .dropdown-menu .dropdown-item.dropdown1 {
    width: 100%; }
  .multilevel-dropdown .dropdown.column-5 .dropdown-menu .category-menu-image {
    display: block !important; }
  .multilevel-dropdown .category-menu-image {
    width: 100%; }
    .multilevel-dropdown .category-menu-image .size-1X1 {
      width: 19%; }
    .multilevel-dropdown .category-menu-image .size-1X2 {
      width: 38%; }
    .multilevel-dropdown .category-menu-image .size-1X3 {
      width: 57%; }
    .multilevel-dropdown .category-menu-image .size-1X4 {
      width: 76%; }
    .multilevel-dropdown .category-menu-image .size-1X5 {
      width: 100%; }
    .multilevel-dropdown .category-menu-image .dropdown-menu-content {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .multilevel-dropdown .dropdown-item {
    padding: 0;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto; } }

@media (max-width: 1023.98px) {
  .menu-toggleable-left.navbar-toggleable-md.in {
    max-width: 354px;
    margin: 0;
    width: 100%;
    min-width: 25%;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 114; }
    .menu-toggleable-left.navbar-toggleable-md.in.overflow-control {
      overflow-x: visible;
      overflow-y: visible; }
    .menu-toggleable-left.navbar-toggleable-md.in .nav-item + .nav-item,
    .menu-toggleable-left.navbar-toggleable-md.in .customer-details + .nav-item {
      border-top: 1px solid #ddd; } }
  @media (max-width: 1023.98px) and (max-width: 543.98px) {
    .menu-toggleable-left.navbar-toggleable-md.in {
      max-width: 315px; } }

@media (max-width: 1023.98px) {
    .menu-toggleable-left.navbar-toggleable-md.in .dropdown-item,
    .menu-toggleable-left.navbar-toggleable-md.in .dropdown {
      padding: 0; }
      .menu-toggleable-left.navbar-toggleable-md.in .dropdown-item.country-selector .dropdown-toggle::after, .menu-toggleable-left.navbar-toggleable-md.in .dropdown-item.country-selector .dropdown-toggle::before,
      .menu-toggleable-left.navbar-toggleable-md.in .dropdown.country-selector .dropdown-toggle::after,
      .menu-toggleable-left.navbar-toggleable-md.in .dropdown.country-selector .dropdown-toggle::before {
        content: none; }
      .menu-toggleable-left.navbar-toggleable-md.in .dropdown-item .dropdown-toggle,
      .menu-toggleable-left.navbar-toggleable-md.in .dropdown-item .dropdown-link.dropdown-toggle,
      .menu-toggleable-left.navbar-toggleable-md.in .dropdown .dropdown-toggle,
      .menu-toggleable-left.navbar-toggleable-md.in .dropdown .dropdown-link.dropdown-toggle {
        position: relative; } }
      @media (max-width: 1023.98px) and (max-width: 543.98px) {
        .menu-toggleable-left.navbar-toggleable-md.in .dropdown-item .dropdown-toggle,
        .menu-toggleable-left.navbar-toggleable-md.in .dropdown-item .dropdown-link.dropdown-toggle,
        .menu-toggleable-left.navbar-toggleable-md.in .dropdown .dropdown-toggle,
        .menu-toggleable-left.navbar-toggleable-md.in .dropdown .dropdown-link.dropdown-toggle {
          text-decoration: none; } }

@media (max-width: 1023.98px) {
        .menu-toggleable-left.navbar-toggleable-md.in .dropdown-item .dropdown-toggle::before, .menu-toggleable-left.navbar-toggleable-md.in .dropdown-item .dropdown-toggle::after,
        .menu-toggleable-left.navbar-toggleable-md.in .dropdown-item .dropdown-link.dropdown-toggle::before,
        .menu-toggleable-left.navbar-toggleable-md.in .dropdown-item .dropdown-link.dropdown-toggle::after,
        .menu-toggleable-left.navbar-toggleable-md.in .dropdown .dropdown-toggle::before,
        .menu-toggleable-left.navbar-toggleable-md.in .dropdown .dropdown-toggle::after,
        .menu-toggleable-left.navbar-toggleable-md.in .dropdown .dropdown-link.dropdown-toggle::before,
        .menu-toggleable-left.navbar-toggleable-md.in .dropdown .dropdown-link.dropdown-toggle::after {
          content: '';
          position: absolute;
          margin: 0;
          right: 20px;
          border: 0;
          width: 16px;
          height: 16px;
          top: 50%;
          transform: translateY(-50%); }
        .menu-toggleable-left.navbar-toggleable-md.in .dropdown-item .dropdown-toggle::before,
        .menu-toggleable-left.navbar-toggleable-md.in .dropdown-item .dropdown-link.dropdown-toggle::before,
        .menu-toggleable-left.navbar-toggleable-md.in .dropdown .dropdown-toggle::before,
        .menu-toggleable-left.navbar-toggleable-md.in .dropdown .dropdown-link.dropdown-toggle::before {
          display: block;
          background: url("../images/plus-thin.svg") no-repeat; }
        .menu-toggleable-left.navbar-toggleable-md.in .dropdown-item .dropdown-toggle::after,
        .menu-toggleable-left.navbar-toggleable-md.in .dropdown-item .dropdown-link.dropdown-toggle::after,
        .menu-toggleable-left.navbar-toggleable-md.in .dropdown .dropdown-toggle::after,
        .menu-toggleable-left.navbar-toggleable-md.in .dropdown .dropdown-link.dropdown-toggle::after {
          display: none;
          background: url("../images/minus-thin.svg") no-repeat; }
      .menu-toggleable-left.navbar-toggleable-md.in .dropdown-item.show > .dropdown-toggle::after,
      .menu-toggleable-left.navbar-toggleable-md.in .dropdown.show > .dropdown-toggle::after {
        display: block; }
      .menu-toggleable-left.navbar-toggleable-md.in .dropdown-item.show > .dropdown-toggle::before,
      .menu-toggleable-left.navbar-toggleable-md.in .dropdown.show > .dropdown-toggle::before {
        display: none; }
      .menu-toggleable-left.navbar-toggleable-md.in .dropdown-item.show .opened::before,
      .menu-toggleable-left.navbar-toggleable-md.in .dropdown.show .opened::before {
        background: url("../images/minus-thin.svg") no-repeat; }
  .navbar.bg-inverse {
    padding: 0; }
    .navbar.bg-inverse .navbar-nav .nav-item {
      padding: 0; }
    .navbar.bg-inverse .navbar-nav .nav-link {
      line-height: 53px;
      padding: 0 55px 0 20px;
      font-size: 14px;
      border-bottom: 0;
      white-space: normal;
      word-break: break-word; }
    .navbar.bg-inverse .navbar-nav .signin {
      text-transform: capitalize;
      background: #eee; }
      .navbar.bg-inverse .navbar-nav .signin .user-message {
        display: block;
        font-size: 14px;
        line-height: 20px;
        padding: 22px 0; }
      .navbar.bg-inverse .navbar-nav .signin .nav-link {
        text-transform: capitalize;
        font-family: "trade-gothic-next-bold", "Helvetica Neue", helvetica, arial, sans-serif;
        font-size: 13px; }
        .navbar.bg-inverse .navbar-nav .signin .nav-link.order-status-mobile {
          border-top: 1px solid #ddd;
          border-bottom: 1px solid #ddd;
          font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif; }
        .navbar.bg-inverse .navbar-nav .signin .nav-link:hover {
          background: #eee; }
      .navbar.bg-inverse .navbar-nav .signin .dropdown-menu {
        display: block;
        padding: 0;
        margin: 0;
        font-size: 13px;
        background: #eee; }
        .navbar.bg-inverse .navbar-nav .signin .dropdown-menu .dropdown-item {
          border: 0;
          margin-bottom: 18px; }
        .navbar.bg-inverse .navbar-nav .signin .dropdown-menu .dropdown-link {
          padding: 0 0 0 20px;
          font-size: 12px; }
    .navbar.bg-inverse .navbar-nav .login + .wish-list-container {
      display: none; }
    .navbar.bg-inverse .navbar-nav .store-locator,
    .navbar.bg-inverse .navbar-nav .wish-list {
      padding: 0 20px;
      line-height: 53px;
      color: #444;
      font-size: 13px;
      display: inline-block;
      width: 100%;
      background: #eee; }
      .navbar.bg-inverse .navbar-nav .store-locator span,
      .navbar.bg-inverse .navbar-nav .wish-list span {
        vertical-align: middle; }
        .navbar.bg-inverse .navbar-nav .store-locator span.svg-svg-44-location,
        .navbar.bg-inverse .navbar-nav .wish-list span.svg-svg-44-location {
          transform: scale(0.75);
          margin-right: 2px; }
    .navbar.bg-inverse .navbar-nav .wish-list .wishlist-icon {
      height: 22px;
      width: 24px;
      transform: scale(0.591);
      margin: -4.5px -3px; }
  .navbar .header-utilities {
    display: block;
    background: #eee; }
    .navbar .header-utilities a {
      padding: 0 20px;
      line-height: 53px;
      color: #444;
      font-size: 13px;
      display: inline-block;
      width: 100%;
      border-bottom: 1px solid #ddd;
      border-left: 0; }
  .menu-toggleable-left.in .dropdown-menu {
    position: static;
    display: none; }
  .menu-toggleable-left.in .show > .dropdown-menu {
    display: block;
    padding: 0;
    margin: 0;
    box-shadow: none;
    top: 0;
    left: 0; }
    .menu-toggleable-left.in .show > .dropdown-menu .dropdown-menu {
      display: block;
      padding: 0;
      margin: 0;
      box-shadow: none;
      top: 0;
      left: 0; }
      .menu-toggleable-left.in .show > .dropdown-menu .dropdown-menu .dropdown-menu2 {
        display: none; }
        .menu-toggleable-left.in .show > .dropdown-menu .dropdown-menu .dropdown-menu2.show {
          display: block; }
      .menu-toggleable-left.in .show > .dropdown-menu .dropdown-menu .show .dropdown-menu2 {
        display: block; }
  .menu-toggleable-left.in .dropdown.country-selector {
    display: none; }
    .menu-toggleable-left.in .dropdown.country-selector span {
      padding: 0 20px;
      line-height: 53px;
      color: #444;
      font-size: 14px;
      border-bottom: 1px solid #ddd;
      background: #eee;
      text-align: left;
      font-family: "trade-gothic-next-bold", "Helvetica Neue", helvetica, arial, sans-serif; }
  .menu-toggleable-left.in .nav-item:not(.dropdown) .dropdown-toggle::after {
    display: none; }
  .menu-toggleable-left.in .close-menu {
    display: block; }
    .menu-toggleable-left.in .close-menu .close-button {
      position: fixed;
      top: 16px;
      left: 375px;
      right: -30px;
      padding: 10px;
      display: block;
      z-index: 114;
      background: none;
      border: none;
      outline-color: #fff; } }
    @media (max-width: 1023.98px) and (max-width: 543.98px) {
      .menu-toggleable-left.in .close-menu .close-button {
        left: 327px; } }

@media (max-width: 1023.98px) {
  .multilevel-dropdown .dropdown-menu .dropdown1 .dropdown-link {
    font-size: 13px;
    padding: 0 55px 0 20px;
    margin: 0 0 18px;
    line-height: normal;
    font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
    color: #444;
    white-space: normal;
    word-break: break-word; }
  .multilevel-dropdown .dropdown-menu > .dropdown > .dropdown-menu .dropdown-menu2:not(.show-l3-menu) .dropdown-link {
    padding-left: 40px; }
  .show-l3-menu {
    display: block !important; } }

.nav-content1,
.nav-content2 {
  position: relative; }
  .nav-content1 .nav-content-center,
  .nav-content2 .nav-content-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .nav-content1 .nav-content-center a,
    .nav-content2 .nav-content-center a {
      text-decoration: underline;
      color: #444;
      font-size: 14px;
      font-family: "trade-gothic-next-bold", "Helvetica Neue", helvetica, arial, sans-serif; }

.dropdown-link:hover {
  text-decoration: underline; }

.dropdown-link-not-clickable:hover {
  text-decoration: none !important; }

@media (min-width: 1024px) {
  body.overlay .main-content {
    background-color: #000;
    opacity: 0.6; } }

.banner-asset {
  max-width: 700px;
  margin: 0 auto; }

.oobo-banner {
  text-align: center;
  background-color: #eee;
  font-size: 12px;
  line-height: 1.3;
  padding: 11px 0;
  -ms-flex-pack: center;
      justify-content: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  color: #000;
  position: relative; }
  .oobo-banner .private-sale {
    position: absolute;
    left: 240px; }
  .oobo-banner .custom-border {
    margin: 0 4px 0 0;
    border-right: 1px solid #aaa;
    height: 9px;
    padding: 0 4px 0 0; }
  .oobo-banner .customer-name {
    text-transform: capitalize; }
  .oobo-banner .mail-id {
    padding-left: 3px; }

.alpha-title-padding {
  padding-top: 0 !important; }

.visible-hidden {
  display: none; }

.cancel-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 6px 10px 6px 20px;
  display: none;
  font-size: 14px; }
  .cancel-button.active {
    display: block; }
  .cancel-button::before {
    content: '';
    position: absolute;
    border-left: 1px solid #ddd;
    height: 18px;
    top: 7px;
    left: 0; }

.mobile-rightsec .sticky-search {
  display: none; }

.cart-page .mobile-rightsec .sticky-search {
  display: inline-block;
  margin-top: 9px; }

.modal-background.background {
  display: block; }

.main-menu.fixed,
.search-mobile.fixed,
.site-search.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 112; }
  .main-menu.fixed .cancel-button,
  .search-mobile.fixed .cancel-button,
  .site-search.fixed .cancel-button {
    display: block;
    padding: 6px 12px;
    line-height: 1.5; }
  .main-menu.fixed .minicart-quantity,
  .search-mobile.fixed .minicart-quantity,
  .site-search.fixed .minicart-quantity {
    transform: translate(-50%, -50%); }
    @media (max-width: 1023.97px) {
      .main-menu.fixed .minicart-quantity,
      .search-mobile.fixed .minicart-quantity,
      .site-search.fixed .minicart-quantity {
        transform: translate(-50%, -66%); } }

@media (max-width: 1023.97px) {
  .fr_CA .navbar-header.brand {
    margin-left: 0;
    transform: translateX(-50%); }
  .fr_CA .logo-content .logo-home img {
    width: 200px; } }

.svg-image {
  display: inline-block; }

.header-login {
  float: right;
  position: relative;
  height: 100%; }
  @media (max-width: 1023.98px) {
    .header-login {
      float: left;
      margin: 5px 0 0 5px; } }
  @media (max-width: 1023.98px) {
    .header-login {
      margin: 5px 0 0; } }
  .header-login .hidden-md-down {
    height: 100%; }
  .header-login .user .user-message {
    font-size: 14px;
    line-height: 1.3;
    text-transform: capitalize;
    cursor: pointer;
    color: #444; }

.page-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  transition: top 200ms cubic-bezier(0.45, 0, 0.55, 1);
  z-index: 100; }
  @media (max-width: 1023.98px) {
    .page-header > header {
      transition: background-color 200ms cubic-bezier(0.45, 0, 0.55, 1); }
      .mobile-menu-open .page-header > header {
        background-color: rgba(255, 255, 255, 0); }
    .page-header .header-banner,
    .page-header .navigation-section > :not(.main-menu) {
      transition: opacity 200ms cubic-bezier(0.45, 0, 0.55, 1); } }

.logo-content p {
  margin-bottom: 0; }

.logo-content a.logo-home {
  display: inline-block;
  height: 31px;
  width: 179px; }
  @media (max-width: 1023.98px) {
    .logo-content a.logo-home {
      height: 24px;
      width: 138px; } }
  @media (max-width: 1023.97px) {
    .logo-content a.logo-home {
      margin-top: 6px; } }
  .logo-content a.logo-home svg {
    height: 100%;
    width: 100%; }

.navbar-header {
  -ms-flex-align: center;
      align-items: center; }
  @media (min-width: 1024px) {
    .navbar-header.right-content {
      width: calc(100% - 179px);
      float: right; } }
  .navbar-header.brand {
    top: 3px; }
  .navbar-header .header-location:hover span {
    background: url("../../images/avenue-sprite.svg") no-repeat;
    background-position: 0 -2104px; }
  .navbar-header .minicart {
    margin: 0 0 0 5px; }
    @media (max-width: 1023.98px) {
      .navbar-header .minicart {
        line-height: normal;
        position: relative;
        top: 7px; } }
  .navbar-header .sticky-search {
    margin: 2px 0 0; }

.main-menu {
  border-style: solid;
  border-width: 1px 0;
  border-color: #ddd;
  background-color: #fff;
  transition: top 0.3s; }
  .main-menu.fixed {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center;
        align-items: center; }
    @media (min-width: 1024px) {
      .main-menu.fixed {
        -ms-flex-direction: column;
            flex-direction: column;
        padding: 0; }
        .main-menu.fixed .menu-wrapper {
          padding: 29px 20px 0; } }
    @media (min-width: 1023.99px) and (max-width: 1199.98px) {
      .main-menu.fixed {
        padding: 0; }
        .main-menu.fixed .menu-wrapper {
          padding: 0 20px; } }
    @media (min-width: 1023.99px) {
      .main-menu.fixed .menu-wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        width: 100%;
        margin: 0 auto;
        position: relative;
        max-width: 1260px; } }
    .main-menu.fixed .navbar {
      position: static; }
      @media (min-width: 1200px) {
        .main-menu.fixed .navbar {
          padding: 0 30px; } }
      .main-menu.fixed .navbar.bg-inverse .navbar-nav .nav-link {
        padding: 0; }
        @media (min-width: 1024px) {
          .main-menu.fixed .navbar.bg-inverse .navbar-nav .nav-link {
            padding: 15px 0 11px; } }
      @media (min-width: 1024px) {
        .main-menu.fixed .navbar.bg-inverse .navbar-nav span.nav-link {
          padding: 14px 0 6px; } }
    .main-menu.fixed .minicart.visible-hidden {
      display: -ms-flexbox;
      display: flex;
      padding: 5px 0; }
    .main-menu.fixed .sticky-header-logo.visible-hidden {
      display: block;
      cursor: pointer; }
    .main-menu.fixed .sticky-header-logo .logo-content img {
      width: 179px;
      height: 31px; }
    .main-menu.fixed .sticky-search {
      margin: 2px 20px 0 0; }
      .main-menu.fixed .sticky-search.visible-hidden {
        display: block;
        cursor: pointer; }
    .main-menu.fixed .header-menu-container {
      max-width: 1260px;
      margin: 0 auto;
      width: 100%;
      padding: 0 40px; }
      @media (max-width: 1199.98px) {
        .main-menu.fixed .header-menu-container {
          padding: 0; } }
      .main-menu.fixed .header-menu-container .menu-wrapper {
        position: relative; }
  .main-menu .header-banner {
    display: none; }
    @media (min-width: 1024px) {
      .main-menu .header-banner {
        display: block;
        min-width: 100%;
        visibility: hidden;
        position: absolute;
        left: -100%;
        transition: none; } }

header {
  background: #fff;
  position: relative; }
  @media (min-width: 1024px) {
    header {
      z-index: 1000; } }
  @media (min-width: 1024px) {
    header .container {
      padding: 0 20px; }
      header .container .bf-promo-loginHolder {
        position: relative; } }
  @media (min-width: 1200px) {
    header .container {
      max-width: 1260px;
      padding: 0 40px; } }
  @media screen and (min-width: 1440px) {
    header .container {
      max-width: 1440px;
      padding: 0 40px; } }
  @media (min-width: 1023.99px) and (max-width: 1199.98px) {
    header .container.header {
      padding: 0 20px; } }
  header .container.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
    background: #fff; }
  header .main-menu .container {
    max-width: 100%;
    padding: 0; }
  header .main-menu .header-menu-container {
    width: 100%;
    margin: 0 auto; }
    @media (min-width: 1024px) {
      header .main-menu .header-menu-container {
        padding: 0 20px; } }
    @media (min-width: 1200px) {
      header .main-menu .header-menu-container {
        padding: 0 40px;
        max-width: 1260px; } }
    @media screen and (min-width: 1440px) {
      header .main-menu .header-menu-container {
        max-width: 1440px; } }
    header .main-menu .header-menu-container .menu-wrapper {
      position: relative; }
  @media (max-width: 1023.98px) {
    header .header {
      padding: 0;
      max-width: 100%;
      border: 0; }
      header .header .minicart-count {
        margin-top: 4px; } }
  header .header.fixed .sticky-search {
    display: inline-block; }
    @media (max-width: 1023.97px) {
      header .header.fixed .sticky-search {
        margin-top: 9px; } }
    header .header.fixed .sticky-search.search-icon-show {
      display: none; }
  header .header .header-main {
    padding: 18px 0;
    width: 100%;
    display: inline-block;
    margin: 0; }
    @media (max-width: 1023.97px) {
      header .header .header-main .header-nav {
        float: left;
        padding: 0 10px; } }
    @media (max-width: 1023.98px) {
      header .header .header-main .header-nav {
        padding: 0 20px; } }
  header .header .minicart-count .minicart-quantity {
    background: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -66%);
    width: auto;
    color: #000;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: -0.1px;
    line-height: 18px;
    font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif; }
    @media (min-width: 1023.99px) {
      header .header .minicart-count .minicart-quantity {
        transform: translate(-50%, -86%); } }
    @media (max-width: 1023.98px) {
      header .header .minicart-count .minicart-quantity {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center;
        top: 60%; } }
  header .minicart-count {
    position: relative;
    display: inline-block; }
    @media (min-width: 1024px) {
      header .minicart-count {
        top: 3px; } }
    @media (max-width: 1023.97px) {
      header .minicart-count {
        margin-top: 8px; } }
    header .minicart-count:hover .svg-image {
      background: url("../../images/avenue-sprite.svg") no-repeat;
      background-position: 0 -70px; }

.header-banner {
  color: #000;
  position: static;
  background-color: #eee;
  line-height: 17px;
  font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
  z-index: 1041;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px; }
  .header-banner.fixed {
    position: fixed; }
  .header-banner b,
  .header-banner strong {
    font-family: "trade-gothic-next-bold", "Helvetica Neue", helvetica, arial, sans-serif;
    font-weight: 700; }
  .header-banner.slide-up {
    overflow: visible; }
  @media (max-width: 1023.98px) {
    .header-banner #bfx-cc-wrapper {
      display: none; } }
  @media (min-width: 1024px) {
    .header-banner .header-login .user {
      margin: 0; }
      .header-banner .header-login .user .user-message {
        font-size: 12px;
        color: #000;
        letter-spacing: 0.25px; }
        .header-banner .header-login .user .user-message .sigin {
          font-style: normal;
          border-bottom: 1px solid;
          margin-left: 4px; }
      .header-banner .header-login .user .order-links {
        margin-right: 15px; }
        .header-banner .header-login .user .order-links .order-link .user-message {
          line-height: 1.2; }
          .header-banner .header-login .user .order-links .order-link .user-message .user-underline {
            background-color: transparent;
            height: 1px;
            width: 100%; }
          .header-banner .header-login .user .order-links .order-link .user-message:hover .user-underline {
            background-color: black; }
      .header-banner .header-login .user .user-links {
        margin: 0; }
        .header-banner .header-login .user .user-links .header-account-drawer-toggle {
          padding: 4px 0; }
          .header-banner .header-login .user .user-links .header-account-drawer-toggle.logged-in-dropdwn {
            padding-right: 23px; }
            .header-banner .header-login .user .user-links .header-account-drawer-toggle.logged-in-dropdwn::after {
              content: '';
              position: absolute;
              border-left: 4px solid transparent;
              border-right: 4px solid transparent;
              border-top: 6px solid #000;
              right: 0;
              top: 52%;
              transform: translate(-50%, -50%); }
    .header-banner #bfx-cc-wrapper.bfx-cc-position-top {
      top: 17px;
      left: 0; }
    .header-banner .navbar-header {
      width: 30%; }
      .header-banner .navbar-header .user .popover {
        right: 0;
        left: auto;
        top: 100%;
        border-radius: 0;
        font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
        border-color: #000;
        width: 290px;
        max-width: 290px;
        padding: 26px 20px; }
        .header-banner .navbar-header .user .popover.logged-out-user {
          text-align: center; }
        .header-banner .navbar-header .user .popover a.signin-link {
          margin-bottom: 9px; }
        .header-banner .navbar-header .user .popover a.create-account {
          margin-bottom: 3px; }
        .header-banner .navbar-header .user .popover a.order-status {
          line-height: 1.5;
          text-transform: capitalize;
          text-decoration: underline;
          font-size: 12px;
          display: inline-block;
          float: none;
          width: auto;
          font-family: inherit;
          margin-bottom: 0;
          padding: 6px 0 0; }
          .header-banner .navbar-header .user .popover a.order-status:hover {
            text-decoration: none; }
        .header-banner .navbar-header .user .popover a.order-history {
          margin-bottom: 10px; }
        .header-banner .navbar-header .user .popover p {
          font-size: 12px;
          text-align: center;
          font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
          line-height: 1.5;
          width: 224px;
          margin: 0 auto 16px;
          color: #000; }
        .header-banner .navbar-header .user .popover::after {
          content: '';
          position: absolute;
          border-top: 1px solid #aaa;
          border-left: 1px solid #aaa;
          background: #fff;
          transform: rotate(-316deg);
          left: inherit;
          border-color: #000;
          width: 13px;
          height: 12px;
          top: -7px;
          right: 15px; } }
  .header-banner .banner-content {
    height: 50px;
    padding: 0; }
    .header-banner .banner-content .slick-arrow {
      background: url("../../images/avenue-sprite.svg") no-repeat;
      background-position: 0 -942px;
      width: 20px;
      height: 20px;
      top: 50%; }

.proxi-common {
  font-size: 14px;
  line-height: 17px; }

.banner-content {
  display: none;
  width: 100%;
  padding: 9px 0 4px 0;
  height: 60px; }
  .banner-content.slick-initialized {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    text-align: center;
    animation: fade-in 200ms cubic-bezier(0.45, 0, 0.55, 1); }
  @media (max-width: 1023.98px) {
    .banner-content {
      padding: 9px 0 7px 0; } }
  .banner-content .slick-prev {
    left: 0;
    z-index: 9;
    transform: translate(0, -50%) scale(1.1); }
    @media (min-width: 1023.99px) {
      .banner-content .slick-prev {
        left: -50px; } }
  .banner-content .slick-next {
    right: 0;
    transform: translate(0, -50%) scale(1.1) rotate(180deg); }
    @media (min-width: 1023.99px) {
      .banner-content .slick-next {
        right: -50px; } }
  @media (max-width: 1023.98px) {
    .banner-content .slick-prev {
      left: 0;
      transform: translate(0, -50%) scale(0.9); }
    .banner-content .slick-next {
      right: 0;
      transform: translate(0, -50%) scale(0.9) rotate(180deg); }
    .banner-content .slick-list {
      max-width: 295px; } }
  @media (min-width: 1024px) {
    .banner-content {
      width: 39.8%; } }
  .banner-content .banner-asset.proxi-common {
    font-size: 12px;
    line-height: 18px; }
    .banner-content .banner-asset.proxi-common .banner-wrapper {
      display: table;
      margin: 0 auto;
      height: 32px; }
      .banner-content .banner-asset.proxi-common .banner-wrapper .content {
        display: table-cell;
        vertical-align: middle; }
    .banner-content .banner-asset.proxi-common .terms-condition {
      font-size: 12px; }
  .banner-content .slick-list {
    max-width: 700px;
    margin: 0 auto; }
    @media (max-width: 1023.98px) {
      .banner-content .slick-list {
        max-width: 450px; } }
    @media (max-width: 543.98px) {
      .banner-content .slick-list {
        max-width: 270px; } }
  .banner-content.slick-initialized .slick-slide {
    display: inline-block;
    vertical-align: middle;
    float: none; }

.header-main .header-nav {
  padding: 0; }

.tooltipOpened header {
  z-index: auto; }

.tooltipOpened .product-detail .wishlistTile {
  z-index: auto; }

.header-utilities {
  display: none; }
  .header-utilities a,
  .header-utilities .country-selectorA,
  .header-utilities .country-selector {
    font-size: 12px;
    line-height: 14px;
    color: #444;
    border-left: 1px solid #d8d8d8;
    padding: 0 10px; }
    @media (max-width: 1023.98px) {
      .header-utilities a,
      .header-utilities .country-selectorA,
      .header-utilities .country-selector {
        border-left: 0;
        padding: 0 20px; } }
    .header-utilities a a.country-selector,
    .header-utilities .country-selectorA a.country-selector,
    .header-utilities .country-selector a.country-selector {
      padding-left: 0; }
    .header-utilities a:hover,
    .header-utilities .country-selectorA:hover,
    .header-utilities .country-selector:hover {
      text-decoration: none; }
      .header-utilities a:hover .utility-link,
      .header-utilities .country-selectorA:hover .utility-link,
      .header-utilities .country-selector:hover .utility-link {
        border-bottom: 1px solid;
        padding: 0 0 2px; }
    .header-utilities a:first-child,
    .header-utilities .country-selectorA:first-child,
    .header-utilities .country-selector:first-child {
      border-left: none; }

@media (min-width: 1024px) {
  .navbar-header.right-content {
    width: 100%; } }

.navbar-header.right-content .brand {
  width: auto;
  transform: translateX(-30%);
  top: -4px;
  padding: 0; }
  @media (min-width: 1024px) {
    .navbar-header.right-content .brand {
      position: relative;
      left: 0;
      margin-left: 294px;
      transform: none;
      width: calc(100% - 588px); } }

.navbar-header.right-content .search-main {
  margin: 0;
  width: 100%; }
  @media (min-width: 1024px) {
    .navbar-header.right-content .search-main {
      margin: 0 5px 13px 0;
      max-width: 203px; } }

@media (max-width: 1023.98px) {
  .navbar-header.right-content .right-wrap {
    padding-top: 1px;
    margin-top: -12px; } }

@media (max-width: 1023.98px) {
  .navbar-header.right-content .right-wrap .header-login {
    padding-top: 4px;
    margin-top: 0; } }

.navbar-header.right-content .right-wrap .header-login .user {
  margin: 0;
  top: -1px; }
  @media (max-width: 1023.98px) {
    .navbar-header.right-content .right-wrap .header-login .user {
      top: 8px; } }

.navbar-header .header-wishlist:hover span {
  background: url("../../images/avenue-sprite.svg") no-repeat;
  background-position: 0 -550px;
  width: 28px;
  height: 28px; }

@media (min-width: 1023.99px) {
  .navbar-header .minicart {
    margin: 0 0 0 10px; } }

@media (max-width: 1023.97px) {
  .navbar-header .minicart span.svg-image {
    transform: scale(1.15); } }

.navbar-header .minicart-count:hover .svg-image {
  background: url("../../images/avenue-sprite.svg") no-repeat;
  background-position: 0 -70px;
  width: 28px;
  height: 28px; }

@media (min-width: 1024px) {
  .navbar-header.right-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
    padding-top: 1px; } }

.navbar-header .navbar-toggler {
  padding: 0;
  border-radius: 0;
  background-image: url("../images/hbc-hamburger-20.svg");
  background-size: cover;
  height: 20px;
  width: 20px; }
  @media (max-width: 1023.98px) {
    .navbar-header .navbar-toggler {
      background: url("../../images/avenue-sprite.svg") no-repeat;
      background-position: 0 -1178px;
      margin-left: 2px; } }
  @media (max-width: 1023.97px) {
    .navbar-header .navbar-toggler {
      margin-top: 6px;
      height: 28px;
      width: 28px; } }

.site-search {
  position: relative; }
  @media (min-width: 1024px) {
    .site-search {
      width: 100% !important; } }
  .site-search.fixed {
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    width: 530px; }
    .site-search.fixed .suggestions {
      width: 100%; }
  .site-search .search-icon {
    position: absolute;
    border: none;
    left: 5px;
    top: 6px;
    transform: scale(0.71);
    opacity: 0.6; }
  .site-search .search-field {
    text-indent: 0;
    border-radius: 0;
    width: 100%;
    height: 35px;
    color: #686868;
    padding-left: 2.4rem;
    letter-spacing: 0;
    border: none;
    border-bottom: 1px solid #aaa;
    font-size: 12px;
    line-height: 14px; }
    .site-search .search-field::-webkit-input-placeholder, .site-search .search-field:-ms-input-placeholder {
      color: #999; }
    .site-search .search-field::-webkit-search-cancel-button {
      display: none; }
    .site-search .search-field::-ms-clear {
      display: none;
      width: 0;
      height: 0; }
    .site-search .search-field:hover, .site-search .search-field:focus {
      border: none !important;
      border-bottom: 1px solid #aaa !important;
      cursor: pointer !important; }
    @media (max-width: 1023.98px) {
      .site-search .search-field {
        border-color: #ddd;
        padding-left: 2.5rem;
        color: #777; }
        .site-search .search-field.search-border {
          padding-left: 2.5rem; } }
    @media (max-width: 1023.97px) {
      .site-search .search-field {
        padding-left: 2rem;
        border-width: 0 0 1px;
        text-indent: 10px;
        font-size: 14px; }
        .site-search .search-field:hover, .site-search .search-field:focus {
          border-width: 0 0 1px !important; } }
    .site-search .search-field .search-icon {
      left: -3px;
      padding: 0;
      transform: scale(1.05); }

.search-form button[type='submit'] {
  transform: scale(1.05);
  left: -1px; }

.header-main .left-content {
  float: left;
  width: 300px; }

.header-main .search-form button[type='reset'] {
  position: absolute;
  right: 0;
  top: 9px;
  font-size: 12px;
  border: none;
  background: transparent; }

.search-mobile {
  background: #fff; }
  @media (max-width: 1023.98px) {
    .search-mobile .site-search {
      margin: 0;
      width: 100%; } }
  .search-mobile .site-search .reset-button.svg-image {
    top: 6px;
    right: 0.2em;
    transform: scale(0.5); }
  .search-mobile .search-form {
    padding: 0 0 0 20px; }
    @media (max-width: 1023.98px) {
      .search-mobile .search-form {
        padding: 0; } }
    .search-mobile .search-form .search-icon {
      left: 26px;
      top: 6px; }
      @media (max-width: 1023.97px) {
        .search-mobile .search-form .search-icon {
          padding: 0;
          left: 7px; } }
    .search-mobile .search-form .cancel-button {
      font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
      line-height: 1.5;
      padding-right: 18px;
      padding-left: 15px; }
      @media (max-width: 1023.97px) {
        .search-mobile .search-form .cancel-button {
          padding-right: 13px;
          padding-left: 18px; } }
    .search-mobile .search-form .reset-button.svg-image {
      right: 1em; }
    @media (max-width: 1023.97px) {
      .search-mobile .search-form .reset-button.d-sm-block {
        display: block !important;
        right: 90px; } }
    .search-mobile .search-form button[type='submit'] {
      transform: scale(1.2); }
      @media (max-width: 1023.98px) {
        .search-mobile .search-form button[type='submit'] {
          left: 3px; } }

.off5th-Nav-section.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 8; }

.navbar-header .user {
  margin: -7px 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 100%; }
  .navbar-header .user > * {
    margin: 0 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
  .navbar-header .user .user-links {
    position: relative; }
  .navbar-header .user .header-account-drawer-toggle {
    text-decoration: none;
    padding: 7px 0; }
  .navbar-header .user .popover.logged-in-user {
    padding: 12px 19px; }
    .navbar-header .user .popover.logged-in-user a {
      display: block;
      margin: 0 0 12px; }
      .navbar-header .user .popover.logged-in-user a:last-child {
        padding-top: 12px;
        margin-bottom: 0;
        border: none; }
      .navbar-header .user .popover.logged-in-user a.signout-link {
        padding-top: 12px;
        display: block;
        border-top: 1px solid #ddd; }
    .navbar-header .user .popover.logged-in-user .saks-first-header-overlay {
      padding: 8px 0 17px;
      border-top: 1px solid #ddd;
      display: -ms-flexbox;
      display: flex;
      font-size: 14px;
      line-height: 20px;
      letter-spacing: 0.25px; }
      .navbar-header .user .popover.logged-in-user .saks-first-header-overlay a {
        display: inherit; }
      .navbar-header .user .popover.logged-in-user .saks-first-header-overlay .saks-first-saks-image {
        width: 61px;
        margin: 5px 0 6px; }
      .navbar-header .user .popover.logged-in-user .saks-first-header-overlay .saks-member-tier {
        margin-left: 10px; }
        .navbar-header .user .popover.logged-in-user .saks-first-header-overlay .saks-member-tier span.sak-member {
          font-family: "trade-gothic-next-bold", "Helvetica Neue", helvetica, arial, sans-serif;
          display: block; }
        .navbar-header .user .popover.logged-in-user .saks-first-header-overlay .saks-member-tier span a {
          padding-top: 0; }
    .navbar-header .user .popover.logged-in-user .guest-saks-content {
      padding: 12px 20px 20px;
      border: 2px solid #ddd;
      text-align: center; }
      .navbar-header .user .popover.logged-in-user .guest-saks-content .saks-first-saks-image {
        width: 61px;
        margin: 5px auto 6px; }
      .navbar-header .user .popover.logged-in-user .guest-saks-content .earn-points {
        font-size: 12px;
        letter-spacing: 0.25px;
        line-height: 18px;
        margin-bottom: 18px;
        display: inline-block; }
      .navbar-header .user .popover.logged-in-user .guest-saks-content .learn-more {
        font-size: 12px;
        font-weight: bold;
        letter-spacing: 0.21px;
        line-height: 15px;
        padding-bottom: 5px;
        border-bottom: 1px solid #000;
        display: inline-block; }
        .navbar-header .user .popover.logged-in-user .guest-saks-content .learn-more:hover {
          text-decoration: none;
          border-bottom: transparent;
          padding-bottom: 6px; }

#recommended-for-me-page {
  margin-top: 43px; }
  @media screen and (min-width: 544px) and (max-width: 1023.98px) {
    #recommended-for-me-page {
      width: 100%;
      padding-right: 0 !important;
      padding-left: 0 !important;
      margin-right: 0 !important;
      margin-left: 0 !important; } }
  @media screen and (min-width: 544px) and (max-width: 1023.98px) {
    #recommended-for-me-page .recommendations {
      padding-right: 0 !important;
      padding-left: 0 !important; } }
  #recommended-for-me-page .recommendations .prefcenterrecs {
    display: inline-table;
    column-count: 4;
    width: inherit; }
    @media screen and (max-width: 543.98px) {
      #recommended-for-me-page .recommendations .prefcenterrecs {
        column-count: 2;
        width: inherit; } }
    @media screen and (min-width: 544px) and (max-width: 1023.98px) {
      #recommended-for-me-page .recommendations .prefcenterrecs {
        column-count: 3 !important;
        width: inherit; } }
    #recommended-for-me-page .recommendations .prefcenterrecs .prefcenterrecsli {
      display: inline-block;
      width: 25%;
      padding-left: 8px;
      padding-right: 8px; }
      @media screen and (max-width: 543.98px) {
        #recommended-for-me-page .recommendations .prefcenterrecs .prefcenterrecsli {
          width: 50%; } }
      @media screen and (min-width: 544px) and (max-width: 1023.98px) {
        #recommended-for-me-page .recommendations .prefcenterrecs .prefcenterrecsli {
          width: 33% !important; } }
      #recommended-for-me-page .recommendations .prefcenterrecs .prefcenterrecsli .product .product-tile .tile-body {
        display: -ms-grid;
        display: grid; }
        #recommended-for-me-page .recommendations .prefcenterrecs .prefcenterrecsli .product .product-tile .tile-body .hover-bg-content .product-tile-url .badges-container {
          height: 27px;
          display: table-footer-group !important; }
  #recommended-for-me-page .recommendations .slider-heading {
    font-size: 28px;
    font-family: "Moneta-Regular", "Times New Roman", times, serif;
    text-transform: none;
    line-height: 1.2;
    letter-spacing: 1.2px; }
  @media screen and (max-width: 539.98px) {
    #recommended-for-me-page .recommendations {
      margin: 0;
      padding: 0; } }
  #recommended-for-me-page .recommendations .wrapper-content {
    padding-bottom: 40px !important; }
    @media screen and (max-width: 1023.98px) {
      #recommended-for-me-page .recommendations .wrapper-content {
        padding-bottom: 20px !important; } }
  #recommended-for-me-page .viewed-recently {
    display: none; }
  @media (max-width: 1023.98px) {
    #recommended-for-me-page .slider-heading {
      font-size: 26px;
      line-height: 30px;
      letter-spacing: 1px;
      margin-bottom: 18px; } }
  @media screen and (max-width: 539.98px) {
    #recommended-for-me-page {
      padding-left: 0;
      padding-right: 0 !important;
      margin: 0;
      margin-top: 22px; } }

.slick-slider .slick-prev::before {
  content: none; }

.slick-slider .slick-next::before {
  content: none; }

@media (max-width: 1023.98px) {
  body.mobile-menu-open .page-header {
    z-index: 0;
    position: unset; } }

.breadcrumb {
  padding: 0;
  margin: 0; }
  @media screen and (max-width: 1024px) {
    .breadcrumb {
      margin-bottom: 18px; } }
  @media screen and (max-width: 767.98px) {
    .breadcrumb {
      padding-left: 20px; } }
  .breadcrumb li {
    color: #444;
    font-size: 12px;
    font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
    position: relative;
    padding: 0 12px;
    line-height: 12px; }
    .breadcrumb li a {
      color: #444 !important; }
    .breadcrumb li:first-child {
      padding-left: 0; }
    .breadcrumb li.breadcrumb-item + .breadcrumb-item {
      padding-left: 12px; }
      .breadcrumb li.breadcrumb-item + .breadcrumb-item::before {
        background: url("../../images/avenue-sprite.svg") no-repeat;
        background-position: 0 -126px;
        width: 16px;
        height: 16px;
        content: '';
        padding-right: 5px;
        transform: scale(0.5) rotate(180deg);
        position: absolute;
        left: -8px;
        top: -1px; }

.shop-preference {
  position: absolute; }
  @media (max-width: 1023.98px) {
    .shop-preference {
      top: 5.125rem;
      left: 4.9rem;
      transform: translate3d(-50%, -50%, 0);
      transition: all 200ms cubic-bezier(0.24, 0.07, 0.11, 0.71); }
      .l2-nav .shop-preference {
        transform: translate3d(-100%, -50%, 0);
        opacity: 0;
        pointer-events: none;
        z-index: -1; } }
  @media (min-width: 1024px) {
    .shop-preference {
      top: -35px; } }
  .shop-preference .cat-heads {
    position: relative;
    font-size: 14px;
    letter-spacing: 1.25px;
    line-height: inherit;
    padding: 0;
    border: none;
    background: none;
    text-transform: uppercase;
    color: #000; }
    @media (min-width: 1024px) {
      .shop-preference .cat-heads {
        font-size: 12px; } }
    .shop-preference .cat-heads.active {
      font-family: "trade-gothic-next-bold", "Helvetica Neue", helvetica, arial, sans-serif; }
    .shop-preference .cat-heads:not(:first-child) {
      margin-left: 25px; }
    .shop-preference .cat-heads:hover, .shop-preference .cat-heads:focus, .shop-preference .cat-heads:active, .shop-preference .cat-heads.active {
      color: inherit; }
      .shop-preference .cat-heads:hover::after, .shop-preference .cat-heads:focus::after, .shop-preference .cat-heads:active::after, .shop-preference .cat-heads.active::after {
        content: '';
        position: absolute;
        width: 100%;
        border-bottom: 1px solid #000;
        bottom: -4px;
        left: 0; }
        @media (min-width: 1024px) {
          .shop-preference .cat-heads:hover::after, .shop-preference .cat-heads:focus::after, .shop-preference .cat-heads:active::after, .shop-preference .cat-heads.active::after {
            border-bottom-width: 2px;
            bottom: -14px; } }

.l2-nav-header {
  position: absolute;
  display: block;
  font-size: 14px;
  font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
  letter-spacing: 1.25px;
  line-height: inherit;
  padding: 0;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  opacity: 0;
  pointer-events: none;
  top: 1.4375rem;
  left: 50%;
  transform: translate3d(0, -50%, 0);
  transition: all 200ms cubic-bezier(0.24, 0.07, 0.11, 0.71); }
  .l2-nav .l2-nav-header {
    transform: translate3d(-50%, -50%, 0);
    opacity: 1; }
  @media (min-width: 1024px) {
    .l2-nav-header {
      display: none; } }

.l2-back-button {
  position: absolute;
  top: 3px;
  left: 3px;
  transform: translate3d(50%, 0, 0);
  opacity: 0;
  transition: all 200ms cubic-bezier(0.24, 0.07, 0.11, 0.71);
  z-index: -1;
  border: none;
  display: block;
  padding: 14px;
  background: transparent; }
  @media (min-width: 1024px) {
    .l2-back-button {
      display: none; } }
  .l2-back-button span {
    display: block; }
  .l2-nav .l2-back-button {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    pointer-events: initial;
    z-index: 1; }

.navigation-section .nav-close-menu .close-button {
  display: none;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none; }

.mobile-menu-open .navigation-section .nav-close-menu {
  background: 0 0;
  border: 0;
  padding: 15px;
  display: block;
  -ms-flex: 0 0 100%;
      flex: 0 0 100%; }
  .mobile-menu-open .navigation-section .nav-close-menu .close-button {
    display: block;
    position: fixed;
    top: 6px;
    width: 44px;
    height: 44px;
    left: 358px;
    opacity: 1;
    z-index: 999;
    transition: all 200ms cubic-bezier(0.24, 0.07, 0.11, 0.71);
    background: 0 0;
    border: none;
    transform: translate3d(0, 0, 0);
    outline-color: #fff; }
    .mobile-menu-open .navigation-section .nav-close-menu .close-button::before {
      border-top-width: 2px;
      border-top-color: #fff;
      left: 12px;
      content: "";
      position: absolute;
      border-top: 2px solid #eee;
      width: 18px;
      height: 1px;
      transform: rotate(135deg); }
    .mobile-menu-open .navigation-section .nav-close-menu .close-button::after {
      border-top-width: 2px;
      border-top-color: #fff;
      left: 12px;
      content: "";
      position: absolute;
      border-top: 2px solid #eee;
      width: 18px;
      height: 1px;
      transform: rotate(45deg); }
    @media screen and (max-width: 544px) {
      .mobile-menu-open .navigation-section .nav-close-menu .close-button {
        left: 323px; } }

@media (max-width: 1023.98px) {
  .menu-toggleable-left {
    overflow: hidden; }
    .menu-toggleable-left .borderfree-modal {
      top: calc(6rem + 10px); } }

.menu-toggleable-left.in {
  background: #eee; }
  .menu-toggleable-left.in .close-menu .close-button {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 44px;
    height: 44px;
    right: auto;
    transform: translate3d(0, 0, 0);
    opacity: 1;
    transition: all 200ms cubic-bezier(0.24, 0.07, 0.11, 0.71); }
    .menu-toggleable-left.in .close-menu .close-button::before {
      border-top-width: 1px;
      border-top-color: #000;
      left: 12px; }
    .menu-toggleable-left.in .close-menu .close-button::after {
      border-top-width: 1px;
      border-top-color: #000;
      left: 12px; }
  .l2-nav .menu-toggleable-left.in .close-menu {
    transform: translate3d(-50%, 0, 0);
    opacity: 0;
    pointer-events: none;
    z-index: -1; }

@media (max-width: 1023.98px) {
  .menu-toggleable-left.navbar-toggleable-md.in.overflow-control {
    overflow-y: -webkit-paged-y; }
  .menu-toggleable-left.navbar-toggleable-md.in .dropdown-item .dropdown-toggle::before,
  .menu-toggleable-left.navbar-toggleable-md.in .dropdown-item .dropdown-link.dropdown-toggle::before {
    background: url("../../images/avenue-sprite.svg") no-repeat;
    background-position: 0 -1405px;
    width: 14px;
    height: 14px;
    transform: scale(1.142) translateY(-50%); }
  .menu-toggleable-left.navbar-toggleable-md.in .dropdown-item .dropdown-toggle.opened::before,
  .menu-toggleable-left.navbar-toggleable-md.in .dropdown-item .dropdown-link.dropdown-toggle.opened::before {
    background: url("../../images/avenue-sprite.svg") no-repeat;
    background-position: 0 -1303px;
    width: 14px;
    height: 2px;
    transform: initial; }
  .menu-toggleable-left.navbar-toggleable-md.in .dropdown-item .dropdown-toggle::after,
  .menu-toggleable-left.navbar-toggleable-md.in .dropdown-item .dropdown-link.dropdown-toggle::after {
    content: none; } }

@media (max-width: 1023.98px) {
  .navbar.bg-inverse {
    padding-top: 6rem; }
    .navbar.bg-inverse .menu-group {
      padding-top: 13px;
      position: relative; }
    .l2-nav .navbar.bg-inverse {
      padding-top: 3.25rem; }
      .l2-nav .navbar.bg-inverse .menu-group {
        border-top: 1px solid #ddd; } }

@media (max-width: 1023.98px) {
  .navbar.bg-inverse .navbar-nav {
    transform: translate3d(0, 0, 0);
    transition: transform 200ms cubic-bezier(0.24, 0.07, 0.11, 0.71); }
    .l2-nav .navbar.bg-inverse .navbar-nav {
      transform: translate3d(-100%, 0, 0); }
    .navbar.bg-inverse .navbar-nav .cat-level2 > .dropdown-item:not(:first-child) > .dropdown-link {
      border-top: 1px solid #ddd; }
    .navbar.bg-inverse .navbar-nav .cat-level2 > .dropdown-item .dropdown-link {
      color: #000;
      font-size: 14px; }
    .navbar.bg-inverse .navbar-nav .cat-level2 > .dropdown-item > .dropdown-link {
      font-family: "trade-gothic-next-bold", "Helvetica Neue", helvetica, arial, sans-serif;
      font-weight: 700;
      margin: 0;
      padding-top: 18px;
      padding-bottom: 18px; }
      .navbar.bg-inverse .navbar-nav .cat-level2 > .dropdown-item > .dropdown-link + .dropdown-link {
        border-top: 1px solid #ddd; }
      .navbar.bg-inverse .navbar-nav .cat-level2 > .dropdown-item > .dropdown-link ~ .dropdown-menu {
        margin-top: -9px;
        margin-bottom: 9px; }
        .navbar.bg-inverse .navbar-nav .cat-level2 > .dropdown-item > .dropdown-link ~ .dropdown-menu + .dropdown-link {
          border-top: 1px solid #ddd; }
    .navbar.bg-inverse .navbar-nav .cat-level2 > .dropdown-item .dropdown-menu .dropdown-link {
      padding: 9px 20px;
      margin: 0; }
    .navbar.bg-inverse .navbar-nav > .nav-item > .dropdown-toggle:before {
      background: url("../../images/avenue-sprite.svg") no-repeat;
      background-position: 0 -158px;
      content: '';
      display: block !important; }
    .navbar.bg-inverse .navbar-nav > .nav-item > .dropdown-toggle:hover span {
      text-decoration: underline; }
    .navbar.bg-inverse .navbar-nav > .nav-item > .dropdown-toggle:after {
      content: none;
      display: none !important; }
    .navbar.bg-inverse .navbar-nav > .nav-item.show .nav-link span {
      border-bottom-color: transparent !important; }
    .navbar.bg-inverse .navbar-nav > .nav-item > .dropdown-menu {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 100% !important; }
    .navbar.bg-inverse .navbar-nav > .nav-item > .formenav {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 100% !important; }
      .navbar.bg-inverse .navbar-nav > .nav-item > .formenav .formecategorytile {
        padding-left: 2px;
        width: auto;
        border-bottom: 1px solid #ddd; } }
      @media screen and (max-width: 1023.98px) and (max-width: 792px) {
        .navbar.bg-inverse .navbar-nav > .nav-item > .formenav .formecategorytile {
          margin-top: -13px; } }
      @media screen and (max-width: 1023.98px) and (max-width: 792px) {
        .navbar.bg-inverse .navbar-nav > .nav-item > .formenav .formecategorytile.categorytileloggedout {
          display: none !important; } }
      @media screen and (max-width: 1023.98px) and (max-width: 792px) {
        .navbar.bg-inverse .navbar-nav > .nav-item > .formenav .formecategorytile.noprefs {
          display: none !important; } }

.navbar.bg-inverse .navbar-nav .nav-link {
  font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.25px;
  text-transform: capitalize; }
  @media (min-width: 1024px) {
    .navbar.bg-inverse .navbar-nav .nav-link {
      text-transform: uppercase;
      letter-spacing: 1.25px; } }
  .navbar.bg-inverse .navbar-nav .nav-link span {
    padding: 14px 0 12px; }
  @media (min-width: 1024px) {
    .navbar.bg-inverse .navbar-nav .nav-link:hover span {
      border-color: #000; } }

@media screen and (min-width: 1260px) {
  .navbar.bg-inverse .navbar-nav {
    -ms-flex-pack: center;
        justify-content: center; }
    .navbar.bg-inverse .navbar-nav .nav-item {
      -ms-flex-positive: 0;
          flex-grow: 0; }
    .navbar.bg-inverse .navbar-nav .nav-link {
      padding-left: 15px !important;
      padding-right: 15px !important; } }

@media (min-width: 1024px) {
  .navbar.bg-inverse .navbar-nav span.nav-link,
  .navbar.bg-inverse .navbar-nav .nav-link span {
    padding-top: 14px;
    padding-bottom: 12px; } }

@media (max-width: 1023.98px) {
  .navbar.bg-inverse .navbar-nav .nav-item + .nav-item {
    border-top: none; }
  .navbar.bg-inverse .navbar-nav .nav-item .nav-link {
    line-height: inherit;
    padding-top: 8px;
    padding-bottom: 8px; }
    .navbar.bg-inverse .navbar-nav .nav-item .nav-link span {
      padding: 0;
      font-size: 14px; }
      .navbar.bg-inverse .navbar-nav .nav-item .nav-link span.svg-image {
        border: none; }
  .navbar.bg-inverse .navbar-nav .nav-item.signin .nav-link[href*='login'] {
    display: block;
    letter-spacing: 1.25px;
    line-height: 43px;
    margin: 10px 20px 18px;
    text-align: center;
    padding: 10px 20px;
    border-radius: 2px;
    font-family: inherit;
    color: #fff;
    background-color: #000;
    border: 1px solid #000; }
    .navbar.bg-inverse .navbar-nav .nav-item.signin .nav-link[href*='login']:hover, .navbar.bg-inverse .navbar-nav .nav-item.signin .nav-link[href*='login']:active {
      color: #fff;
      background-color: #444;
      border: 1px solid #444; }
    .navbar.bg-inverse .navbar-nav .nav-item.signin .nav-link[href*='login'] .user-message {
      text-transform: uppercase !important; }
    .navbar.bg-inverse .navbar-nav .nav-item.signin .nav-link[href*='login'] .user-message {
      border-bottom: none; }
  .navbar.bg-inverse .navbar-nav .nav-item.nav-item-secondary {
    color: #444;
    font-size: 13px;
    display: block;
    background: #eee;
    margin-top: 8px;
    padding-top: 8px; }
    .navbar.bg-inverse .navbar-nav .nav-item.nav-item-secondary > .nav-link {
      text-transform: none;
      font-size: 14px; }
    .navbar.bg-inverse .navbar-nav .nav-item.nav-item-secondary + .nav-item-secondary, .navbar.bg-inverse .navbar-nav .nav-item.nav-item-secondary:last-child {
      margin-top: 0;
      padding-top: 0; }
      .navbar.bg-inverse .navbar-nav .nav-item.nav-item-secondary + .nav-item-secondary.my-preferences, .navbar.bg-inverse .navbar-nav .nav-item.nav-item-secondary:last-child.my-preferences {
        padding-bottom: 12px; }
      .navbar.bg-inverse .navbar-nav .nav-item.nav-item-secondary + .nav-item-secondary:not(.nav-item-grouped), .navbar.bg-inverse .navbar-nav .nav-item.nav-item-secondary:last-child:not(.nav-item-grouped) {
        border-top: 1px solid #ddd; }
        .navbar.bg-inverse .navbar-nav .nav-item.nav-item-secondary + .nav-item-secondary:not(.nav-item-grouped) .nav-link, .navbar.bg-inverse .navbar-nav .nav-item.nav-item-secondary:last-child:not(.nav-item-grouped) .nav-link {
          padding-top: 12px;
          padding-bottom: 12px; }
  .navbar.bg-inverse .navbar-nav .nav-item.nav-item-grouped.logout {
    padding-bottom: 8px; }
  .navbar.bg-inverse .navbar-nav .nav-item.nav-item-grouped.signin .user-name-text {
    text-transform: capitalize; } }

.navbar.bg-inverse .navbar-nav .nav-item .nav-link {
  color: #000; }

.navbar.bg-inverse .navbar-nav .nav-item.show > .nav-link span {
  border-bottom-color: #000; }

.nav-content-image .text-center {
  text-align: center;
  top: initial;
  left: initial;
  transform: none;
  margin-top: 9px;
  white-space: normal;
  line-height: 1.2; }
  .nav-content-image .text-center a {
    text-decoration: none; }
  .nav-content-image .text-center .nav-header,
  .nav-content-image .text-center .nav-header a {
    display: block;
    font-family: "trade-gothic-next-bold", "Helvetica Neue", helvetica, arial, sans-serif;
    font-size: 16px;
    letter-spacing: 0.4px;
    line-height: 20px;
    margin-bottom: 3px; }
  .nav-content-image .text-center .nav-subheader,
  .nav-content-image .text-center .nav-subheader a {
    display: block;
    font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.3px; }

@media (max-width: 1023.98px) {
  .main-menu #bfx-cc-wrapper {
    overflow: hidden;
    padding: 13px 20px !important;
    border-top-color: #ddd !important; } }

@media (min-width: 1024px) {
  .navbar-expand-md .navbar-nav .dropdown-menu {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 30px;
    padding-top: 36px; }
  .multilevel-dropdown .dropdown-menu .dropdown-link {
    color: #000 !important;
    font-family: "trade-gothic-next-bold", "Helvetica Neue", helvetica, arial, sans-serif;
    text-transform: none;
    font-size: 14px !important;
    margin-bottom: 10px;
    line-height: 21px; }
  .multilevel-dropdown .dropdown-menu > .dropdown > .dropdown-menu {
    margin-bottom: 30px; }
  .multilevel-dropdown .dropdown-item {
    width: calc(1 / 5 * 100% - (1 - 1 / 5) * 20px);
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    margin-left: 20px;
    padding: 0; }
    .multilevel-dropdown .dropdown-item:first-child {
      margin-left: 0; } }
    @media screen and (min-width: 1024px) and (min-width: 1023.98px) {
      .multilevel-dropdown .dropdown-item:first-child.mobilecatborder {
        margin-right: -20px; } }

@media (min-width: 1024px) {
    .multilevel-dropdown .dropdown-item:not(.nav-content-image) + .nav-content-image {
      margin-left: auto; }
    .multilevel-dropdown .dropdown-item .dropdown-item {
      width: auto;
      margin-left: 0; }
  .multilevel-dropdown .nav-content-image a {
    display: block; }
  .multilevel-dropdown .nav-content-image img {
    width: 100%; }
  .multilevel-dropdown .nav-content-image.size-1X2 {
    width: calc(2 / 5 * 100% - (1 - 1 / 5) * 20px); }
  .multilevel-dropdown .nav-content-image.size-1X3 {
    width: calc(3 / 5 * 100% - (1 - 1 / 5) * 20px); }
  .multilevel-dropdown .nav-content-image.size-1X4 {
    width: calc(4 / 5 * 100% - (1 - 1 / 5) * 20px); }
  .multilevel-dropdown .nav-content-image.size-1X5 {
    width: 100%; } }

body.l2-nav .menu-group > .nav.navbar-nav {
  height: 0; }

@media (max-width: 1023.98px) {
  .saks-first-header-overlay {
    display: -ms-flexbox;
    display: flex;
    padding: 11px 20px 17px;
    color: #000;
    font-size: 14px;
    border-bottom: 1px solid #ddd; }
    .saks-first-header-overlay a {
      display: inherit; }
    .saks-first-header-overlay .saks-first-saks-image {
      width: 24px;
      margin-right: 7px; }
    .saks-first-header-overlay .saks-member-tier span.sak-member {
      font-family: "trade-gothic-next-bold", "Helvetica Neue", helvetica, arial, sans-serif;
      display: block;
      padding-bottom: 3px; }
    .saks-first-header-overlay .saks-member-tier span.mobile-saks-msg {
      margin-left: -32px; }
  .guest-saks-content {
    padding: 10px 20px; }
    .guest-saks-content .earn-points {
      display: block; }
    .guest-saks-content .saks-first-saks-image {
      width: 61px; } }

@media (min-width: 1023.99px) {
  .nav .nav-item.nav-item-secondary .saks-first-header-overlay,
  .nav .nav-item.nav-item-secondary .guest-saks-content {
    display: none; } }

#formenav {
  height: 270px;
  left: 200px; }

html.mobile-menu-open {
  overflow: hidden; }

.mobile-menu-open #formenav {
  height: 494px; }
  @media (max-width: 1023.97px) {
    .mobile-menu-open #formenav {
      height: auto;
      min-height: 200px;
      bottom: unset; }
      .mobile-menu-open #formenav .addnecategoriesmobile {
        width: auto !important;
        padding-left: 0 !important; }
      .mobile-menu-open #formenav .noncattiles {
        padding-bottom: 20px; }
        .mobile-menu-open #formenav .noncattiles .formeli {
          width: auto !important;
          margin-left: 0 !important; }
          .mobile-menu-open #formenav .noncattiles .formeli .formecard .content > div {
            width: 220px !important; } }

.my-orders {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 8px 8px 11px 15px;
  background-color: #eee;
  font-family: "trade-gothic-next-bold", "Helvetica Neue", helvetica, arial, sans-serif;
  cursor: pointer; }
  @media (min-width: 1023.99px) {
    .my-orders {
      display: none; } }
  .my-orders .nav-link {
    padding: 9px 16px 9px 0; }
  .l2-nav .my-orders {
    transform: translate3d(-100%, -50%, 0);
    opacity: 0;
    pointer-events: none;
    z-index: -1; }

.account-header {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-grid-column-align: center;
      justify-items: center;
  -ms-flex-align: center;
      align-items: center; }

.hbc-slider .slick-dots li {
  width: 10px;
  display: inline; }

.hbc-slider.slick-slider .slick-next,
.hbc-slider.slick-slider .slick-prev {
  background: none;
  z-index: 2; }
  .hbc-slider.slick-slider .slick-next::before,
  .hbc-slider.slick-slider .slick-prev::before {
    background: url("../../images/avenue-sprite.svg") no-repeat;
    background-position: 0 -1816px;
    z-index: 2;
    content: '';
    width: 28px;
    height: 16px;
    display: inline-block; }
  .hbc-slider.slick-slider .slick-next.slick-disabled,
  .hbc-slider.slick-slider .slick-prev.slick-disabled {
    opacity: 0.2; }

.hbc-slider.slick-slider .slick-prev {
  top: 34%;
  left: 12px; }
  .hbc-slider.slick-slider .slick-prev::before {
    transform: rotate(90deg); }

.hbc-slider.slick-slider .slick-next {
  bottom: auto;
  top: 34%;
  left: auto;
  right: 23px; }
  .hbc-slider.slick-slider .slick-next::before {
    transform: rotate(270deg); }

.hbc-slider.slick-slider .video-place-holder {
  display: none; }

.hbc-slider.slick-slider .slick-current .video-place-holder {
  display: block; }

.hbc-slider.slick-slider div {
  transition: none; }

.hbc-slider .product-tile {
  border: 0; }
  .hbc-slider .product-tile .image-container .thumb-link {
    max-width: 226px;
    margin: 0 auto; }
  .hbc-slider .product-tile:hover .hover-content {
    visibility: hidden; }
  .hbc-slider .product-tile:hover .hover-bg-content,
  .hbc-slider .product-tile:hover .product-brand,
  .hbc-slider .product-tile:hover .link,
  .hbc-slider .product-tile:hover .ratings,
  .hbc-slider .product-tile:hover .feature-name,
  .hbc-slider .product-tile:hover .limited-inventory {
    visibility: visible; }
  .hbc-slider .product-tile .color-swatches,
  .hbc-slider .product-tile .quickview,
  .hbc-slider .product-tile .add-to-cart {
    display: none !important; }

.recommendation-products .slick-slide .product {
  padding-right: 10px; }

@media (min-width: 1024px) {
  .recommendation-products .slick-list {
    max-width: 1155px;
    margin: 0 auto;
    width: calc(100% - 60px); } }
  @media (max-width: 543.98px) {
    .product-detail .slick-slider .slick-prev.slick-arrow {
      left: 4px;
      width: 44px;
      height: 44px; } }
  @media (max-width: 543.98px) {
    .product-detail .slick-slider .slick-next.slick-arrow {
      right: 8px;
      width: 44px;
      height: 44px; } }

.product-detail .recommendation-products.slick-slider .slick-prev {
  top: 34%;
  left: 10px;
  transform: rotate(0deg); }

.product-detail .recommendation-products.slick-slider .slick-next {
  bottom: auto;
  top: 34%;
  left: auto;
  right: 10px;
  transform: rotate(0deg); }

.mRecommendation .slick-slider .slick-prev {
  top: 40%; }

.mRecommendation .slick-slider .slick-next {
  top: 40%; }

.product-detail .slick-slider .thumb-nail {
  height: 80px;
  width: 60px !important;
  margin-bottom: 10px;
  padding: 1px;
  text-align: center;
  cursor: pointer;
  overflow: hidden; }
  .product-detail .slick-slider .thumb-nail:last-child {
    margin-bottom: 0; }
  .product-detail .slick-slider .thumb-nail .img-fluid {
    margin: 0 auto;
    height: 100%; }

.product-detail .slick-slider .slick-current .thumb-nail.active {
  border: 1px solid #333; }

.product-detail .slick-slider .slick-dots {
  bottom: 0; }

.product-detail .slick-slider .slick-next,
.product-detail .slick-slider .slick-prev {
  z-index: 2; }

.product-detail .slick-slider .slick-prev {
  top: -30px;
  left: 18px;
  transform: rotate(91deg); }
  @media (max-width: 1023.98px) {
    .product-detail .slick-slider .slick-prev {
      top: 45%;
      left: 0;
      transform: rotate(0deg); } }

.product-detail .slick-slider .slick-next {
  bottom: -40px;
  top: auto;
  left: 18px;
  transform: rotate(88deg); }
  @media (max-width: 1023.98px) {
    .product-detail .slick-slider .slick-next {
      top: 45%;
      right: 0;
      left: auto;
      transform: rotate(0deg); } }

@media (max-width: 1023.98px) {
  .product-detail .slick-slider .slick-list {
    width: 100%;
    margin: 0 auto; } }

@media (min-width: 1023.99px) {
  .product-detail .no-slider-desktop .slick-track,
  .product-detail .no-slider-desktop .slick-list,
  .product-detail .zoom-thumbnails .slick-track,
  .product-detail .zoom-thumbnails .slick-list {
    height: auto !important;
    transform: translate3d(0, 0, 0) !important; } }

.product-detail .zoom-thumbnails {
  max-width: 80px;
  overflow: auto; }

@media (min-width: 1023.99px) {
  .product-detail:not(.giftcard-pdp) .x-fade {
    position: relative; }
    .product-detail:not(.giftcard-pdp) .x-fade > *:not(.active) {
      display: none;
      opacity: 0;
      z-index: 1; }
    .product-detail:not(.giftcard-pdp) .x-fade > *.previously-active {
      opacity: 1;
      z-index: 2; }
    .product-detail:not(.giftcard-pdp) .x-fade > *.active {
      display: block;
      animation: 200ms ease-out fade-in;
      z-index: 3; } }

.mRecommendation .slick-slider .slick-prev {
  top: 35%;
  left: 0;
  right: auto;
  transform: rotate(0deg); }

.mRecommendation .slick-slider .slick-next {
  bottom: auto;
  top: 35%;
  left: auto;
  right: 0;
  transform: rotate(0deg); }

.slider-heading {
  font-size: 24px;
  line-height: 1.1;
  margin: 37px 0 11px; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track::before, .slick-track::after {
    content: '';
    display: table; }
  .slick-track::after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir='rtl'] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }

.slick-arrow {
  background: url("../../images/avenue-sprite.svg") no-repeat;
  background-position: 0 -2088px;
  width: 24px;
  height: 16px; }
  .slick-arrow::before {
    content: none; }

.slick-dots {
  text-align: center;
  position: relative;
  bottom: 0; }
  .slick-dots li.slick-active button::after {
    background: #000;
    opacity: 1; }
  .slick-dots li {
    display: inline-block;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      font-size: 0;
      height: 12px;
      cursor: pointer;
      padding-left: 4px;
      padding-right: 4px;
      width: 14px; }
      .slick-dots li button:hover::before, .slick-dots li button:focus::before {
        opacity: 0.75; }
      .slick-dots li button::before {
        color: transparent; }
    .slick-dots li button::after {
      content: '';
      display: inline-block;
      border: 1px solid #333;
      background: #000;
      opacity: 0.3;
      border-radius: 50%;
      width: 7px;
      height: 7px; }

.touchscreen-slider-dots.slick-dots li button::after {
  width: 5px;
  height: 5px;
  border: 0; }

.modal-background {
  background-color: #000;
  display: none;
  height: 100%;
  position: fixed;
  opacity: 0.5;
  width: 100%;
  top: 0;
  left: 0; }

input[placeholder] {
  text-overflow: ellipsis; }

header ~ #maincontent .container a:not(.btn-primary):not(.button-link):not(.btn-outline-primary) {
  color: var(--skin-link-color-2); }

.hide-order-discount {
  display: none; }

.hide-shipping-discount {
  display: none; }

.order-discount {
  color: #008827; }

.shipping-discount {
  color: #008827; }

.error-messaging {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1; }

.error-hero {
  background-image: url("../images/storelocator.jpg");
  margin-bottom: 0.625em; }

.error-message {
  margin-top: 3.125rem;
  margin-bottom: 3.125rem; }

.error.continue-shopping {
  margin-bottom: 6.25em; }

.error-unassigned-category {
  color: #c00; }

.skip {
  position: absolute;
  left: 0;
  top: -4.2em;
  overflow: hidden;
  padding: 1em 1.5em;
  background: #fff;
  transition: all 0.2s ease-in-out; }

a.skip:active,
a.skip:focus,
a.skip:hover {
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  z-index: 10000000;
  background: #fff;
  transition: all 0.2s ease-in-out; }

.card-header-custom {
  font-size: 1.5rem;
  margin-bottom: 0; }

@media (max-width: 543.98px) {
  body.chat-overlay {
    overflow: hidden !important; } }

.line-item-attributes,
.line-item-option {
  font-size: 12px; }

.non-adjusted-price {
  display: none !important; }

.live-chat-view-2 {
  padding: 13px; }
  .live-chat-view-2 .chat-img-cross-black {
    display: none; }
  @media (max-width: 543.98px) {
    .live-chat-view-2 {
      padding: 15px 50.5px;
      position: relative; }
      .live-chat-view-2.chat-view2-wrapper {
        padding: 0 13px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        height: 100%; }
      .live-chat-view-2 .chat-img-cross-black {
        display: inline-block;
        position: absolute;
        right: 25px;
        top: 21px;
        opacity: 0.3;
        transform: scale(0.7);
        cursor: pointer; } }

@media (max-width: 543.98px) {
  .page.non-scrollable {
    overflow: hidden;
    position: fixed; } }

.shop-saksoff5th .modal-dialog {
  max-width: 748px; }
  .shop-saksoff5th .modal-dialog .modal-content {
    padding: 50px 60px;
    border: 0;
    border-radius: 0; }
    @media (max-width: 543.98px) {
      .shop-saksoff5th .modal-dialog .modal-content {
        height: 100vh;
        padding: 60px 34px;
        letter-spacing: 0.5px; } }

.shop-saksoff5th .modal-header {
  border: 0;
  position: absolute;
  top: 30px;
  right: 30px;
  padding: 0; }
  @media (max-width: 543.98px) {
    .shop-saksoff5th .modal-header {
      top: 18px;
      right: 18px; } }
  .shop-saksoff5th .modal-header button {
    margin: 0;
    padding: 0; }

.shop-saksoff5th .cancel-icon {
  display: inline-block; }

.shop-saksoff5th.show .modal-dialog {
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto; }
  @media (max-width: 543.98px) {
    .shop-saksoff5th.show .modal-dialog {
      top: 0;
      transform: none;
      margin: 0; } }

.shop-saksoff5th .modal-body {
  padding: 0;
  text-align: center; }
  .shop-saksoff5th .modal-body h2 {
    font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
    font-size: 36px;
    margin: 0 0 17px;
    color: #000; }
    @media (max-width: 543.98px) {
      .shop-saksoff5th .modal-body h2 {
        font-size: 28px;
        letter-spacing: 1px;
        line-height: 1; } }
  .shop-saksoff5th .modal-body p {
    font-size: 18px;
    color: #404040;
    padding: 0 7%;
    margin: 0 0 40px; }
    @media (max-width: 543.98px) {
      .shop-saksoff5th .modal-body p {
        font-size: 14px;
        padding: 0;
        line-height: 1.45; } }
  .shop-saksoff5th .modal-body button {
    padding: 10px 20px;
    margin: 0;
    font-size: 14px;
    border-radius: 0; }

@media (max-width: 543.98px) {
  .shop-saksoff5th .modal-open .modal {
    paddig: 0 !important; } }

a:focus,
button:focus,
input[type='submit']:focus,
input[type='reset']:focus,
.btn:focus, .btn-primary:focus, .button-link:focus, .two-up-left.wrapper-container .button-link:focus,
.two-up-right.wrapper-container .button-link:focus, .btn-secondary:focus, .btn-small:focus, .btn-tertiary:focus, .btn-small-track:focus,
.search-icon:focus,
.slick-next:focus,
.slick-prev:focus,
.tooltip-info:focus,
.remove-line-item .remove-btn:focus,
.quickview-close:focus,
.TTteaser__write-review:focus,
.wishlist-container-close:focus,
.promo-rewards-container [role='button']:focus,
.slick-current [role='button']:focus,
.slick-current .primary-image img:focus,
.quickview_container:focus,
.s7flyoutzoomview:focus,
.select-size-div:focus {
  outline: dashed;
  outline-offset: 5px;
  outline-color: #222;
  box-shadow: none;
  outline-width: 1px; }

.form-control:focus {
  outline: none;
  outline-offset: 0;
  outline-color: transparent;
  box-shadow: none;
  border-width: 1px !important;
  border-style: solid !important;
  border-color: #222 !important; }

.js-focus-visible :focus:not(.focus-visible) {
  outline: none !important; }

.slick-current .primary-image img:focus,
.quickview_container:focus {
  outline-offset: 0; }

.custom-radio input:focus + .custom-control-label::before,
.custom-checkbox input:focus + .custom-control-label::before {
  outline: none; }

#reset-password-email::-webkit-input-placeholder {
  color: #000; }

#reset-password-email:-ms-input-placeholder {
  color: #000; }

#reset-password-email::placeholder {
  color: #000; }

.quantity-field [type='number'],
.quantity-field [type='button'] {
  outline: none;
  outline-offset: 0;
  outline-color: transparent;
  box-shadow: none; }

.js-product-availability-qty .quantity-field.input-group button.btn-number:focus, .js-product-availability-qty .quantity-field.input-group button.btn-number:hover, .quantity-form .quantity-field.input-group button.btn-number:focus, .quantity-form .quantity-field.input-group button.btn-number:hover, .qty-bag-section .quantity-field.input-group button.btn-number:focus, .qty-bag-section .quantity-field.input-group button.btn-number:hover, .quantity .quantity-field.input-group button.btn-number:focus, .quantity .quantity-field.input-group button.btn-number:hover {
  background-color: transparent !important;
  border-color: #aaa !important; }

.js-product-availability-qty .quantity-field.input-group button.btn-number[disabled], .quantity-form .quantity-field.input-group button.btn-number[disabled], .qty-bag-section .quantity-field.input-group button.btn-number[disabled], .quantity .quantity-field.input-group button.btn-number[disabled] {
  border-color: #ddd !important; }
  @media (min-width: 1024px) {
    .js-product-availability-qty .quantity-field.input-group button.btn-number[disabled]:hover, .quantity-form .quantity-field.input-group button.btn-number[disabled]:hover, .qty-bag-section .quantity-field.input-group button.btn-number[disabled]:hover, .quantity .quantity-field.input-group button.btn-number[disabled]:hover {
      border-color: #ddd !important;
      background-color: transparent !important; } }
  .js-product-availability-qty .quantity-field.input-group button.btn-number[disabled].mobile-border-active, .quantity-form .quantity-field.input-group button.btn-number[disabled].mobile-border-active, .qty-bag-section .quantity-field.input-group button.btn-number[disabled].mobile-border-active, .quantity .quantity-field.input-group button.btn-number[disabled].mobile-border-active {
    border-color: #444 !important;
    background-color: #ddd !important; }

.js-product-availability-qty .quantity-field.input-group button.btn-number.desktop-hover-border, .js-product-availability-qty .quantity-field.input-group button.btn-number.mobile-border-active, .quantity-form .quantity-field.input-group button.btn-number.desktop-hover-border, .quantity-form .quantity-field.input-group button.btn-number.mobile-border-active, .qty-bag-section .quantity-field.input-group button.btn-number.desktop-hover-border, .qty-bag-section .quantity-field.input-group button.btn-number.mobile-border-active, .quantity .quantity-field.input-group button.btn-number.desktop-hover-border, .quantity .quantity-field.input-group button.btn-number.mobile-border-active {
  background-color: #ddd !important;
  border-color: #444 !important; }

.js-product-availability-qty .quantity-field.input-group input, .quantity-form .quantity-field.input-group input, .qty-bag-section .quantity-field.input-group input, .quantity .quantity-field.input-group input {
  border-color: #aaa !important; }
  .js-product-availability-qty .quantity-field.input-group input:focus, .quantity-form .quantity-field.input-group input:focus, .qty-bag-section .quantity-field.input-group input:focus, .quantity .quantity-field.input-group input:focus {
    border-color: #aaa !important; }
  .js-product-availability-qty .quantity-field.input-group input.focus-visible, .js-product-availability-qty .quantity-field.input-group input.desktop-hover-border, .js-product-availability-qty .quantity-field.input-group input:hover, .js-product-availability-qty .quantity-field.input-group input.mobile-border-active, .quantity-form .quantity-field.input-group input.focus-visible, .quantity-form .quantity-field.input-group input.desktop-hover-border, .quantity-form .quantity-field.input-group input:hover, .quantity-form .quantity-field.input-group input.mobile-border-active, .qty-bag-section .quantity-field.input-group input.focus-visible, .qty-bag-section .quantity-field.input-group input.desktop-hover-border, .qty-bag-section .quantity-field.input-group input:hover, .qty-bag-section .quantity-field.input-group input.mobile-border-active, .quantity .quantity-field.input-group input.focus-visible, .quantity .quantity-field.input-group input.desktop-hover-border, .quantity .quantity-field.input-group input:hover, .quantity .quantity-field.input-group input.mobile-border-active {
    border-color: #444 !important;
    background-color: transparent !important; }

.js-product-availability-qty .quantity-field.input-group button.btn-number:hover,
.chanel-pdp .quantity-field.input-group button.btn-number:hover {
  padding: 5px 6px !important; }

@media (max-width: 543.98px) {
  .product-details-page .live-chat-view-1 {
    display: none; }
  .product-details-page .footer-bottom-column {
    padding-bottom: 44px; } }

@media screen and (max-width: 767.98px) {
  .bfx-checkout-container .live-chat-view-1 {
    display: none; }
  .bfx-checkout-container .wishi-options-view-1 {
    display: none; } }

.custom-form-spacing > .row {
  margin: 0 -7px; }
  .custom-form-spacing > .row > .col-1,
  .custom-form-spacing > .row > .col-2,
  .custom-form-spacing > .row > .col-3,
  .custom-form-spacing > .row > .col-4,
  .custom-form-spacing > .row > .col-5,
  .custom-form-spacing > .row > .col-6,
  .custom-form-spacing > .row > .col-7,
  .custom-form-spacing > .row > .col-8,
  .custom-form-spacing > .row > .col-9,
  .custom-form-spacing > .row > .col-10,
  .custom-form-spacing > .row > .col-11,
  .custom-form-spacing > .row > .col-12,
  .custom-form-spacing > .row > .col,
  .custom-form-spacing > .row > .col-auto,
  .custom-form-spacing > .row > .col-sm-1,
  .custom-form-spacing > .row > .col-sm-2,
  .custom-form-spacing > .row > .col-sm-3,
  .custom-form-spacing > .row > .col-sm-4,
  .custom-form-spacing > .row > .col-sm-5,
  .custom-form-spacing > .row > .col-sm-6,
  .custom-form-spacing > .row > .col-sm-7,
  .custom-form-spacing > .row > .col-sm-8,
  .custom-form-spacing > .row > .col-sm-9,
  .custom-form-spacing > .row > .col-sm-10,
  .custom-form-spacing > .row > .col-sm-11,
  .custom-form-spacing > .row > .col-sm-12,
  .custom-form-spacing > .row > .col-sm,
  .custom-form-spacing > .row > .col-sm-auto,
  .custom-form-spacing > .row > .col-md-1,
  .custom-form-spacing > .row > .col-md-2,
  .custom-form-spacing > .row > .col-md-3,
  .custom-form-spacing > .row > .col-md-4,
  .custom-form-spacing > .row > .col-md-5,
  .custom-form-spacing > .row > .col-md-6,
  .custom-form-spacing > .row > .col-md-7,
  .custom-form-spacing > .row > .col-md-8,
  .custom-form-spacing > .row > .col-md-9,
  .custom-form-spacing > .row > .col-md-10,
  .custom-form-spacing > .row > .col-md-11,
  .custom-form-spacing > .row > .col-md-12,
  .custom-form-spacing > .row > .col-md,
  .custom-form-spacing > .row > .col-md-auto,
  .custom-form-spacing > .row > .col-lg-1,
  .custom-form-spacing > .row > .col-lg-2,
  .custom-form-spacing > .row > .col-lg-3,
  .custom-form-spacing > .row > .col-lg-4,
  .custom-form-spacing > .row > .col-lg-5,
  .custom-form-spacing > .row > .col-lg-6,
  .custom-form-spacing > .row > .col-lg-7,
  .custom-form-spacing > .row > .col-lg-8,
  .custom-form-spacing > .row > .col-lg-9,
  .custom-form-spacing > .row > .col-lg-10,
  .custom-form-spacing > .row > .col-lg-11,
  .custom-form-spacing > .row > .col-lg-12,
  .custom-form-spacing > .row > .col-lg,
  .custom-form-spacing > .row > .col-lg-auto,
  .custom-form-spacing > .row > .col-xl-1,
  .custom-form-spacing > .row > .col-xl-2,
  .custom-form-spacing > .row > .col-xl-3,
  .custom-form-spacing > .row > .col-xl-4,
  .custom-form-spacing > .row > .col-xl-5,
  .custom-form-spacing > .row > .col-xl-6,
  .custom-form-spacing > .row > .col-xl-7,
  .custom-form-spacing > .row > .col-xl-8,
  .custom-form-spacing > .row > .col-xl-9,
  .custom-form-spacing > .row > .col-xl-10,
  .custom-form-spacing > .row > .col-xl-11,
  .custom-form-spacing > .row > .col-xl-12,
  .custom-form-spacing > .row > .col-xl,
  .custom-form-spacing > .row > .col-xl-auto {
    padding: 0 7px; }

.veil {
  z-index: 1001; }
  .veil .underlay {
    opacity: 0.3;
    background-color: #fff; }

.btn, .btn-primary, .button-link, .two-up-left.wrapper-container .button-link,
.two-up-right.wrapper-container .button-link, .btn-secondary, .btn-small, .btn-tertiary, .btn-small-track {
  font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif; }

.inline-link {
  font-size: 12px;
  line-height: 1.5;
  text-decoration: underline;
  text-transform: capitalize;
  color: #444;
  font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif; }
  .inline-link:hover {
    text-decoration: none; }

.editorial-link {
  font-size: 14px;
  line-height: 1.22;
  text-decoration: none;
  border-bottom: 3px solid;
  padding: 0 0 2px;
  text-transform: uppercase;
  color: #444;
  font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif; }
  .editorial-link:hover {
    padding: 6.5px 10px;
    border-bottom: none;
    background-color: #444;
    color: #fff; }

.shipping-discount {
  color: #d41026; }

.link-with-icon {
  font-size: 14px;
  line-height: 1.22;
  text-decoration: none;
  color: #444;
  font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif; }
  .link-with-icon:hover {
    text-decoration: none; }

.modal-open .back-to-top {
  display: none !important; }

body.modal-open, body.overlay {
  overflow: hidden !important; }

.no-mouse-events {
  pointer-events: none; }

.generic-error {
  color: #ed0c0c; }

.standalone-link {
  font-size: 14px;
  line-height: 1.22;
  text-decoration: none;
  border-bottom: 1px solid;
  text-transform: capitalize;
  font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
  color: #000;
  letter-spacing: 0.25px; }
  .standalone-link:hover {
    text-decoration: none;
    border-bottom: none; }

.spinner2,
.spinner {
  width: 120px;
  height: 120px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -60px;
  margin-left: -60px;
  opacity: 1;
  animation: none;
  animation-play-state: running;
  z-index: 2100; }
  .spinner2.-paused,
  .spinner.-paused {
    animation-play-state: paused;
    opacity: 0.4;
    transition: opacity cubic-bezier(0.2, 0, 0.8, 1) 0.1s; }
  .spinner2 .dot1,
  .spinner2 .dot3,
  .spinner2 .dot4,
  .spinner2 .dot2,
  .spinner .dot1,
  .spinner .dot3,
  .spinner .dot4,
  .spinner .dot2 {
    display: none; }
  .spinner2::before,
  .spinner::before {
    content: '';
    animation: 0.75s cubic-bezier(0.2, 0, 0.8, 1) infinite spinner;
    animation-play-state: inherit;
    border: solid 4px rgba(238, 238, 238, 0.66);
    border-bottom-color: #000;
    border-radius: 50%;
    height: 60px;
    left: 50%;
    opacity: inherit;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: 60px;
    will-change: transform; }

@keyframes spinner {
  0% {
    transform: translate3d(-50%, -50%, 0) rotate(0deg); }
  100% {
    transform: translate3d(-50%, -50%, 0) rotate(360deg); } }

.wishlist-cart-slider .veil .underlay {
  opacity: 0; }

.live-chat-view-1 {
  position: fixed;
  z-index: 999;
  bottom: 14px;
  left: 19.5px; }
  @media (max-width: 543.98px) {
    .live-chat-view-1 {
      left: 18px; } }
  .live-chat-view-1 .background {
    background-color: #000;
    border-radius: 50px;
    text-align: center;
    display: inline-block;
    position: relative;
    width: 42px;
    height: 42px; }
    .live-chat-view-1 .background .chat-img,
    .live-chat-view-1 .background .chat-img-cross {
      position: absolute;
      transform: scale(0.9);
      display: inline-block; }
    .live-chat-view-1 .background .chat-img {
      left: 6px;
      top: 7px;
      transform: scale(0.8);
      background-position: initial;
      background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='28px' height='26px' viewBox='0 0 28 26' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EGroup%3C/title%3E%3Cg id='Symbols' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Icons-/-Chatbot-/-Chat-Closed' transform='translate(-7.000000, -10.000000)' fill='%23FFFFFF'%3E%3Cg id='Group' transform='translate(7.000000, 10.000000)'%3E%3Cg id='Group-2' transform='translate(5.500000, 7.400000)'%3E%3Cpath d='M14.5083018,1 C13.6344305,1 13,1.63091571 13,2.49957995 C13,3.35480258 13.6405476,4 14.4908244,4 C15.3646956,4 16,3.36908429 16,2.49957995 C16,1.63091571 15.3725604,1 14.5083018,1' id='Fill-5' transform='translate(14.500000, 2.500000) rotate(3.000000) translate(-14.500000, -2.500000) '%3E%3C/path%3E%3Cpath d='M8.50830178,1 C7.63443053,1 7,1.63091571 7,2.49957995 C7,3.35480258 7.64054763,4 8.49082435,4 C9.3646956,4 10,3.36908429 10,2.49957995 C10,1.63091571 9.37256044,1 8.50830178,1' id='Fill-5-Copy' transform='translate(8.500000, 2.500000) rotate(3.000000) translate(-8.500000, -2.500000) '%3E%3C/path%3E%3Cpath d='M2.50830178,1 C1.63443053,1 1,1.63091571 1,2.49957995 C1,3.35480258 1.64054763,4 2.49082435,4 C3.3646956,4 4,3.36908429 4,2.49957995 C4,1.63091571 3.37256044,1 2.50830178,1' id='Fill-5-Copy-2' transform='translate(2.500000, 2.500000) rotate(3.000000) translate(-2.500000, -2.500000) '%3E%3C/path%3E%3C/g%3E%3Cpath d='M21.277781,0 C21.4886746,0 21.7030794,0.0120877324 21.9504085,0.0384025193 L22.1425382,0.060839609 L22.3630286,0.092836546 C25.5259766,0.605247755 27.8928271,3.31299333 27.9964585,6.49657153 L28,6.71435084 L28,12.8568963 C28,16.4802312 25.0939174,19.4541559 21.4902708,19.5671976 L21.2775037,19.5705307 L11.935875,19.5665964 L5.50480655,26 L5.504625,19.4533386 L5.22081374,19.3959152 C2.3431365,18.7362597 0.211601828,16.2468247 0.0148528994,13.3024619 L0.00355455003,13.0750983 L0,12.8568963 L0,6.71435084 C0,3.09086013 2.90623475,0.116396118 6.50947631,0.00333370419 L6.72221897,0 L21.277781,0 Z M21.277781,0.871214053 L6.72221897,0.871214053 C3.57436422,0.871214053 0.987219564,3.38895721 0.878553316,6.50997084 L0.874884926,6.71435084 L0.874884926,12.8427673 L0.878093682,13.0468257 C0.961689424,15.6103077 2.73790527,17.8269442 5.17805586,18.4878989 L5.3950601,18.5421504 L6.37960526,18.7413529 L6.379625,23.8888645 L11.5723863,18.6952292 L21.2775037,18.6993166 C24.4257962,18.6993167 27.0127874,16.1820964 27.1214469,13.0612649 L27.125,12.8568963 L27.125,6.71435084 C27.125,3.93551978 25.1370557,1.53123488 22.4452604,0.992665478 L22.2368326,0.954942113 L22.0323858,0.925122632 C21.7947445,0.895096899 21.5981585,0.878610848 21.4140087,0.873217458 L21.277781,0.871214053 Z' id='Combined-Shape' fill-rule='nonzero'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    .live-chat-view-1 .background .chat-img-cross {
      left: 45%;
      top: 45%;
      transform: scale(0.8) translate(-50%, -50%); }

.wishi-options-view-1 {
  position: fixed;
  z-index: 999;
  bottom: 14px;
  right: 19.5px; }
  .wishi-options-view-1 .background {
    background-color: #000;
    border-radius: 50px;
    text-align: center;
    display: inline-block;
    position: relative;
    width: 56px;
    height: 56px; }
    .wishi-options-view-1 .background .chat-img,
    .wishi-options-view-1 .background .chat-img-cross {
      position: absolute;
      transform: scale(1);
      display: inline-block; }
    .wishi-options-view-1 .background .chat-img {
      left: 14px;
      top: 15px;
      background-position: initial;
      background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='28px' height='26px' viewBox='0 0 28 26' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EGroup%3C/title%3E%3Cg id='Symbols' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Icons-/-Chatbot-/-Chat-Closed' transform='translate(-7.000000, -10.000000)' fill='%23FFFFFF'%3E%3Cg id='Group' transform='translate(7.000000, 10.000000)'%3E%3Cg id='Group-2' transform='translate(5.500000, 7.400000)'%3E%3Cpath d='M14.5083018,1 C13.6344305,1 13,1.63091571 13,2.49957995 C13,3.35480258 13.6405476,4 14.4908244,4 C15.3646956,4 16,3.36908429 16,2.49957995 C16,1.63091571 15.3725604,1 14.5083018,1' id='Fill-5' transform='translate(14.500000, 2.500000) rotate(3.000000) translate(-14.500000, -2.500000) '%3E%3C/path%3E%3Cpath d='M8.50830178,1 C7.63443053,1 7,1.63091571 7,2.49957995 C7,3.35480258 7.64054763,4 8.49082435,4 C9.3646956,4 10,3.36908429 10,2.49957995 C10,1.63091571 9.37256044,1 8.50830178,1' id='Fill-5-Copy' transform='translate(8.500000, 2.500000) rotate(3.000000) translate(-8.500000, -2.500000) '%3E%3C/path%3E%3Cpath d='M2.50830178,1 C1.63443053,1 1,1.63091571 1,2.49957995 C1,3.35480258 1.64054763,4 2.49082435,4 C3.3646956,4 4,3.36908429 4,2.49957995 C4,1.63091571 3.37256044,1 2.50830178,1' id='Fill-5-Copy-2' transform='translate(2.500000, 2.500000) rotate(3.000000) translate(-2.500000, -2.500000) '%3E%3C/path%3E%3C/g%3E%3Cpath d='M21.277781,0 C21.4886746,0 21.7030794,0.0120877324 21.9504085,0.0384025193 L22.1425382,0.060839609 L22.3630286,0.092836546 C25.5259766,0.605247755 27.8928271,3.31299333 27.9964585,6.49657153 L28,6.71435084 L28,12.8568963 C28,16.4802312 25.0939174,19.4541559 21.4902708,19.5671976 L21.2775037,19.5705307 L11.935875,19.5665964 L5.50480655,26 L5.504625,19.4533386 L5.22081374,19.3959152 C2.3431365,18.7362597 0.211601828,16.2468247 0.0148528994,13.3024619 L0.00355455003,13.0750983 L0,12.8568963 L0,6.71435084 C0,3.09086013 2.90623475,0.116396118 6.50947631,0.00333370419 L6.72221897,0 L21.277781,0 Z M21.277781,0.871214053 L6.72221897,0.871214053 C3.57436422,0.871214053 0.987219564,3.38895721 0.878553316,6.50997084 L0.874884926,6.71435084 L0.874884926,12.8427673 L0.878093682,13.0468257 C0.961689424,15.6103077 2.73790527,17.8269442 5.17805586,18.4878989 L5.3950601,18.5421504 L6.37960526,18.7413529 L6.379625,23.8888645 L11.5723863,18.6952292 L21.2775037,18.6993166 C24.4257962,18.6993167 27.0127874,16.1820964 27.1214469,13.0612649 L27.125,12.8568963 L27.125,6.71435084 C27.125,3.93551978 25.1370557,1.53123488 22.4452604,0.992665478 L22.2368326,0.954942113 L22.0323858,0.925122632 C21.7947445,0.895096899 21.5981585,0.878610848 21.4140087,0.873217458 L21.277781,0.871214053 Z' id='Combined-Shape' fill-rule='nonzero'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    .wishi-options-view-1 .background .chat-img-cross {
      left: 50%;
      top: 50%;
      transform: scale(1) translate(-50%, -50%); }

@media (max-width: 543.98px) {
  body.cart-page .live-chat-view-1 {
    bottom: 90px; } }

.wishi-options-content {
  width: 317px;
  border: 2px solid #ddd;
  position: fixed;
  bottom: 98px;
  right: 23px;
  background-color: #fff;
  z-index: 1000;
  padding: 18px 3px 3px; }
  .wishi-options-content:after, .wishi-options-content:before {
    top: 100%;
    left: 93%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  .wishi-options-content:after {
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #fff;
    border-width: 15px;
    margin-left: -15px; }
  .wishi-options-content:before {
    border-color: rgba(194, 225, 245, 0);
    border-top-color: #ddd;
    border-width: 17px;
    margin-left: -17px; }
  .wishi-options-content .wishi-options-header {
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    letter-spacing: 0.29px;
    font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif; }
    .wishi-options-content .wishi-options-header .wishi-hi-first-name, .wishi-options-content .wishi-options-header .wishi-hi-first-name + div {
      font-size: 14px; }
  @media (min-width: 1023.99px) {
    .wishi-options-content {
      width: 317px;
      right: 23px;
      bottom: 98px;
      border: 2px solid #ddd; } }
  .wishi-options-content .wishi-options-view-2 .wishi-options-header {
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    letter-spacing: 0.29px;
    font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif; }
    .wishi-options-content .wishi-options-view-2 .wishi-options-header .wishi-hi-first-name, .wishi-options-content .wishi-options-view-2 .wishi-options-header .wishi-hi-first-name + div {
      font-size: 14px; }
  @media (max-width: 543.98px) {
    .wishi-options-content .wishi-options-view-2 .chat-img-cross-black {
      opacity: 1;
      transform: none;
      margin-right: 0; } }

@media screen and (max-width: 780px) {
  body.wishi-chat-opened {
    overflow: hidden; } }

.wishi-chat-content {
  width: 380px;
  border: 2px solid #ddd;
  border-top: 4px solid #000;
  position: fixed;
  bottom: 17px;
  right: 19.5px;
  background-color: #fff;
  z-index: 1000;
  min-height: 100px; }
  @media screen and (max-width: 780px) {
    .wishi-chat-content {
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
      border-top: 2px solid #ddd; } }
  .wishi-chat-content .cancel-icon {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1; }
    .wishi-chat-content .cancel-icon .close {
      transform: scale(0.75) translate(7px, -7px);
      margin-right: 15px;
      margin-top: 25px; }

.live-chat-content {
  width: 300px;
  border: 2px solid #ddd;
  position: fixed;
  bottom: 77px;
  left: 12px;
  background-color: #fff;
  z-index: 1000; }
  @media screen and (max-width: 767.98px) {
    .live-chat-content {
      height: 60vh;
      overflow: scroll;
      bottom: 110px; } }
  @media (max-width: 543.98px) {
    .live-chat-content {
      width: 100%;
      height: 100%;
      overflow: auto;
      left: 0;
      bottom: 0; } }
  @media (min-width: 1023.99px) {
    .live-chat-content {
      width: 324px;
      left: 19.5px;
      bottom: 71px;
      border: 2px solid #ddd; }
      .live-chat-content .live-chat-view-2 {
        padding: 20px; } }
  @media (max-width: 543.98px) {
    .live-chat-content .live-chat-view-2 {
      padding: 15px 45px; }
      .live-chat-content .live-chat-view-2 .chat-img-cross-black {
        opacity: 1;
        transform: none;
        margin-right: 0; } }

.svg-svg-chat-icon {
  background: url("../../images/chat-icon.svg"); }

.svg-svg-chat-icon-dims {
  width: 16px;
  height: 15px; }

.svg-svg-call-us-icon {
  background: url("../../images/call-us.svg"); }

.svg-svg-call-us-icon-dims {
  width: 16px;
  height: 16px; }

.wishi-chat {
  text-align: center; }
  @media (max-width: 543.98px) {
    .wishi-chat {
      width: 100%; } }
  .wishi-chat .wishi-options-links {
    position: relative;
    padding-top: 20px; }
    .wishi-chat .wishi-options-links .wishi-item {
      background-color: #eee;
      margin-bottom: 2.5px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      padding: 17px 0;
      font-size: 12px;
      text-align: left;
      cursor: pointer; }
      .wishi-chat .wishi-options-links .wishi-item .background {
        background-color: #fff;
        border-radius: 50px;
        position: relative;
        width: 48px;
        height: 48px;
        margin: 0 10px;
        border: black 1px solid; }
        .wishi-chat .wishi-options-links .wishi-item .background .svg-wishi-chat {
          position: absolute;
          background: url("../../images/wishi-chat.svg");
          top: 19%;
          left: 18%;
          width: 30px;
          height: 28px; }
        .wishi-chat .wishi-options-links .wishi-item .background .svg-wishi-hanger {
          position: absolute;
          background: url("../../images/wishi-hanger.svg");
          top: 21%;
          left: 14%;
          width: 34px;
          height: 21px; }
        .wishi-chat .wishi-options-links .wishi-item .background .svg-wishi-stylist {
          position: absolute;
          background: url("../../images/wishi-stylist.svg");
          left: 25%;
          top: 22%;
          width: 30px;
          height: 27px; }
      .wishi-chat .wishi-options-links .wishi-item a {
        color: #000; }
        .wishi-chat .wishi-options-links .wishi-item a:hover {
          text-decoration: none; }
      .wishi-chat .wishi-options-links .wishi-item p {
        margin-bottom: 0; }
      .wishi-chat .wishi-options-links .wishi-item p:first-child {
        font-family: "trade-gothic-next-bold", "Helvetica Neue", helvetica, arial, sans-serif;
        font-weight: 700; }
      .wishi-chat .wishi-options-links .wishi-item p:last-child {
        font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif; }
    .wishi-chat .wishi-options-links .wishi-item:last-child {
      margin-bottom: 0; }
    .wishi-chat .wishi-options-links .wishi-item.disabled {
      pointer-events: none;
      color: #aaa; }
      .wishi-chat .wishi-options-links .wishi-item.disabled .background {
        border-color: #aaa; }
        .wishi-chat .wishi-options-links .wishi-item.disabled .background .svg-wishi-stylist {
          opacity: 0.5; }

.live-chat {
  text-align: center; }
  @media (max-width: 543.98px) {
    .live-chat {
      width: 100%; } }
  .live-chat .name {
    font-size: 28px;
    line-height: 32px;
    margin: 44px 0 10px; }
    .live-chat .name .chat-name {
      text-transform: capitalize; }
  .live-chat .welcome-text {
    margin-bottom: 44px;
    line-height: 20px; }
  .live-chat .btn-block {
    margin-bottom: 10px;
    font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
    padding: 0 23px; }
    @media (max-width: 543.98px) {
      .live-chat .btn-block {
        margin-bottom: 20px; } }
  .live-chat .customer-service,
  .live-chat .call-customer-service,
  .live-chat .call-customer-service-saks {
    font-size: 12px;
    font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
    color: #777;
    letter-spacing: 0.2px;
    padding: 18px 15px 14px;
    border-bottom: 1px solid #ddd;
    text-transform: uppercase;
    cursor: pointer; }
    .live-chat .customer-service .arrow-left,
    .live-chat .call-customer-service .arrow-left,
    .live-chat .call-customer-service-saks .arrow-left {
      display: block;
      float: left; }
    .live-chat .customer-service .chat-img-cross-black,
    .live-chat .call-customer-service .chat-img-cross-black,
    .live-chat .call-customer-service-saks .chat-img-cross-black {
      display: none; }
    @media (max-width: 543.98px) {
      .live-chat .customer-service,
      .live-chat .call-customer-service,
      .live-chat .call-customer-service-saks {
        font-size: 14px;
        letter-spacing: 0.23px;
        padding: 21px 15px; }
        .live-chat .customer-service .chat-img-cross-black,
        .live-chat .call-customer-service .chat-img-cross-black,
        .live-chat .call-customer-service-saks .chat-img-cross-black {
          transform: scale(0.7);
          opacity: 0.3;
          display: block;
          float: right;
          cursor: pointer;
          margin-right: 10px; } }
  .live-chat .customer-service,
  .live-chat .call-customer-service {
    font-size: 14px;
    color: #000;
    font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
    letter-spacing: 0.25px;
    line-height: 20px;
    padding: 15px 0;
    margin: 0 20px;
    border-bottom: 1px solid #aaa; }
    .live-chat .customer-service .arrow-left,
    .live-chat .call-customer-service .arrow-left {
      transform: rotate(180deg) scale(0.715);
      margin: -4px 0 0 -4px; }
    .live-chat .customer-service .chat-img-cross-black,
    .live-chat .call-customer-service .chat-img-cross-black {
      opacity: 1;
      transform: none;
      margin-right: 0; }
  .live-chat .we-are-here-text {
    line-height: 32px;
    font-size: 28px;
    padding: 28px 0 12px; }
    .live-chat .we-are-here-text.we-are-here {
      padding-top: 75px; }
  .live-chat .connect-text {
    color: #000;
    padding-bottom: 0; }
    @media (max-width: 543.98px) {
      .live-chat .connect-text {
        padding-bottom: 0; } }
  .live-chat .chat-service-links {
    position: relative;
    padding: 17px 20px 12px; }
    .live-chat .chat-service-links .customer-service-link {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      text-transform: uppercase;
      letter-spacing: 0.25px;
      line-height: 18px;
      padding: 17px 0;
      border-bottom: 1px solid #aaa;
      font-weight: bold; }
      .live-chat .chat-service-links .customer-service-link:hover {
        text-decoration: underline; }
      .live-chat .chat-service-links .customer-service-link:last-child {
        border: none; }
      .live-chat .chat-service-links .customer-service-link.customer-service-call-link {
        position: relative; }
        .live-chat .chat-service-links .customer-service-link.customer-service-call-link .icon-image.arrow-right {
          right: 6px;
          top: 50%;
          transform: translateY(-50%); }
      .live-chat .chat-service-links .customer-service-link a {
        color: #000; }
        .live-chat .chat-service-links .customer-service-link a:hover {
          text-decoration: none; }
      .live-chat .chat-service-links .customer-service-link .chat-offline-img,
      .live-chat .chat-service-links .customer-service-link .chat-online-img,
      .live-chat .chat-service-links .customer-service-link .online-text,
      .live-chat .chat-service-links .customer-service-link .offline-text {
        display: none; }
      .live-chat .chat-service-links .customer-service-link .arrow-right {
        right: 20px; }
        @media (max-width: 543.98px) {
          .live-chat .chat-service-links .customer-service-link .arrow-right {
            right: 45px; } }
      .live-chat .chat-service-links .customer-service-link.customer-service-chat-link.live-chat-offline {
        cursor: default; }
        .live-chat .chat-service-links .customer-service-link.customer-service-chat-link.live-chat-offline:hover {
          color: #000; }
        .live-chat .chat-service-links .customer-service-link.customer-service-chat-link.live-chat-offline .chat-offline-img,
        .live-chat .chat-service-links .customer-service-link.customer-service-chat-link.live-chat-offline .offline-text {
          display: inline-block;
          margin: 0 32px 0 0; }
        .live-chat .chat-service-links .customer-service-link.customer-service-chat-link.live-chat-offline .chat-offline-img {
          transform: scale(0.8); }
      .live-chat .chat-service-links .customer-service-link.customer-service-chat-link.live-chat-online .chat-online-img,
      .live-chat .chat-service-links .customer-service-link.customer-service-chat-link.live-chat-online .online-text {
        display: inline-block;
        margin-right: 11px; }
      .live-chat .chat-service-links .customer-service-link.customer-service-chat-link.live-chat-online .chat-online-img {
        margin-right: 28px; }
    .live-chat .chat-service-links .offline-text {
      color: #000; }
      .live-chat .chat-service-links .offline-text:hover {
        color: #000; }
      .live-chat .chat-service-links .offline-text span {
        font-size: 14px; }
    .live-chat .chat-service-links .icon-image {
      float: left;
      margin: 0 37px 0 3px; }
      .live-chat .chat-service-links .icon-image.faq-img {
        margin: 0 36px 0 0; }
      .live-chat .chat-service-links .icon-image.arrow-right {
        position: absolute;
        right: 26px;
        margin: 0; }
    .live-chat .chat-service-links .svg-44-avenue-Email {
      margin: 0 30px 0 0;
      transform: scale(0.824); }
  .live-chat .call-info-wrapper {
    padding: 44px 20px 17px; }
    .live-chat .call-info-wrapper.call-main {
      padding: 36px 20px 52px; }
    @media (max-width: 543.98px) {
      .live-chat .call-info-wrapper {
        padding: 130px 32px 10px; } }
    .live-chat .call-info-wrapper .call-info {
      text-align: left;
      margin-bottom: 27px;
      color: #000; }
      @media (max-width: 543.98px) {
        .live-chat .call-info-wrapper .call-info {
          margin-bottom: 34px; } }
      .live-chat .call-info-wrapper .call-info:last-child {
        margin-bottom: 0; }
      .live-chat .call-info-wrapper .call-info a {
        border-bottom: 1px solid #000;
        font-size: 12px;
        padding-bottom: 2.5px; }
        .live-chat .call-info-wrapper .call-info a:hover {
          text-decoration: none; }
      .live-chat .call-info-wrapper .call-info .heading {
        text-transform: capitalize;
        line-height: 20px;
        margin-bottom: 5px;
        font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
        font-weight: bold; }
      .live-chat .call-info-wrapper .call-info .phone-no {
        font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
        line-height: 18px;
        letter-spacing: 0.25px; }
      .live-chat .call-info-wrapper .call-info .timing {
        color: #e5e5e5;
        font-size: 12px; }
  .live-chat .stylist-btn {
    padding-bottom: 90px; }
    .live-chat .stylist-btn .arrow-img {
      display: block;
      float: right;
      margin: 7px 0 0; }
  .live-chat .customer-service-btn .customer-service-button {
    line-height: 1.4;
    white-space: normal;
    padding: 12px; }

@media (max-width: 543.98px) {
  .wishi-enabled .live-chat .call-customer-service .chat-img-cross-black {
    display: none; } }

.small-text, .term-condition-section .term-condition-inner .terms-policy, footer .container .social .social-links li span, .footer-social-right, .footer-bottom-wrap {
  font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.25px;
  color: #000; }

.welcome-account-header .user-message,
.user .user-message,
.profile-details .profile-into {
  display: inline-block;
  text-transform: capitalize; }

.user .user-message .sigin {
  text-transform: capitalize !important; }

.profile-details .profile-into {
  display: block; }

a {
  color: #000;
  letter-spacing: 0.25px; }
  a:hover {
    color: #000; }

.back-to-top {
  background: url("../../images/avenue-sprite.svg") no-repeat;
  background-position: 0 0;
  width: 42px;
  height: 42px;
  position: fixed;
  border: 0 none;
  display: none;
  bottom: 19.5px;
  right: 19.5px; }
  @media (max-width: 543.98px) {
    .back-to-top {
      right: 18px;
      bottom: 18px; } }
  .back-to-top.active {
    display: inline-block;
    z-index: 999; }
  .back-to-top:hover {
    background: url("../../images/avenue-sprite.svg") no-repeat;
    background-position: 0 0;
    width: 42px;
    height: 42px; }

.hbc-alert-info {
  background-color: #f3f3f3;
  border: 1px solid #eaeaea; }

.hbc-alert-warn {
  background-color: #fefbef; }

.hbc-alert-error {
  background-color: #fff3f3;
  border: 1px solid #ffe6e6; }

.hbc-alert-info,
.hbc-alert-warn,
.hbc-alert-error {
  display: inline-block;
  word-break: break-word;
  width: 100%;
  font-size: 12px;
  color: #000;
  letter-spacing: 0.25px;
  padding: 9px 15px;
  margin: 5px 0 16px;
  border-radius: 2px; }
  .hbc-alert-info .close,
  .hbc-alert-warn .close,
  .hbc-alert-error .close {
    padding: 5px; }

.hide-womens :not([class*=' d-']).show-in-mens {
  display: -ms-flexbox !important;
  display: flex !important; }
  .hide-womens :not([class*=' d-']).show-in-mens.show-in-womens {
    display: -ms-flexbox !important;
    display: flex !important; }

.hide-womens li:not([class*=' d-']).show-in-mens {
  display: list-item !important; }
  .hide-womens li:not([class*=' d-']).show-in-mens.show-in-womens {
    display: list-item !important; }

.hide-womens .show-in-womens {
  display: none !important; }

.hide-mens :not([class*=' d-']).show-in-womens {
  display: -ms-flexbox !important;
  display: flex !important; }
  .hide-mens :not([class*=' d-']).show-in-womens.show-in-mens {
    display: -ms-flexbox !important;
    display: flex !important; }

.hide-mens li:not([class*=' d-']).show-in-womens {
  display: list-item !important; }
  .hide-mens li:not([class*=' d-']).show-in-womens.show-in-mens {
    display: list-item !important; }

.hide-mens .show-in-mens {
  display: none !important; }

.account-merge {
  color: #444;
  font-size: 12px;
  background: #fff5cc;
  width: 100%;
  display: inline-block;
  line-height: 2.1;
  margin: 4px 0 18px;
  background: #fefbef;
  border: solid 1px #faf4da;
  border-radius: 2px;
  letter-spacing: 0.25px;
  padding: 5px;
  text-align: center; }
  @media (max-width: 543.98px) {
    .account-merge {
      position: relative;
      line-height: 1.2;
      padding: 10px 25px; } }
  .account-merge .close {
    position: relative;
    opacity: 0.5;
    cursor: pointer;
    transform: scale(0.44);
    right: 0; }
    @media (max-width: 543.98px) {
      .account-merge .close {
        position: absolute;
        top: 6px; } }

.pli-limitmsg-modal-main {
  padding-right: 0 !important; }
  .pli-limitmsg-modal-main .modal-dialog {
    max-width: 450px; }
  .pli-limitmsg-modal-main .pli-limitmsg-modal-header {
    border: none;
    padding-bottom: 10px; }
  .pli-limitmsg-modal-main .pli-limitmsg-modal-body {
    width: 82%;
    margin: 30px auto 0;
    text-align: center;
    padding: 0;
    letter-spacing: 0.25px; }
    @media (max-width: 543.98px) {
      .pli-limitmsg-modal-main .pli-limitmsg-modal-body {
        width: 77%; } }
  .pli-limitmsg-modal-main .close {
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 15px;
    padding: 0;
    margin: 0;
    transform: scale(0.75); }
    @media (max-width: 543.98px) {
      .pli-limitmsg-modal-main .close {
        right: 20px;
        top: 20px; } }
  .pli-limitmsg-modal-main .modal-footer {
    border: none;
    padding: 1.929rem 1rem 3rem; }
  .pli-limitmsg-modal-main .pli-limitmsg-ok {
    margin: 0 auto !important;
    -ms-flex-preferred-size: 47.2%;
        flex-basis: 47.2%; }
    @media (max-width: 543.98px) {
      .pli-limitmsg-modal-main .pli-limitmsg-ok {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%; } }

.waitlist-form-saksplus .soldout-msg {
  display: none; }

.sdd-bold-msg {
  font-weight: bold;
  padding-left: 0; }

.alert,
.alert-success,
.alert-info,
.alert-warning,
.alert-danger,
.alert-info-static,
.alert-warning-static,
.alert-danger-static {
  border-radius: 2px;
  color: #000;
  font-size: 12px;
  letter-spacing: 0.25px;
  text-align: center;
  padding: 8px 31px 9px;
  line-height: 18px;
  margin-bottom: 20px;
  position: relative; }
  .alert:before,
  .alert-success:before,
  .alert-info:before,
  .alert-warning:before,
  .alert-danger:before,
  .alert-info-static:before,
  .alert-warning-static:before,
  .alert-danger-static:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    transform: translate(50%, -50%); }
  .alert .close,
  .alert-success .close,
  .alert-info .close,
  .alert-warning .close,
  .alert-danger .close,
  .alert-info-static .close,
  .alert-warning-static .close,
  .alert-danger-static .close {
    background: url("../../images/avenue-sprite.svg") no-repeat;
    background-position: 0 -198px;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: scale(1.1) translate(50%, -50%); }

.alert-success {
  background-color: #fcfff7;
  border-color: #ecf2e1; }
  .alert-success:before {
    background: url("../../images/avenue-sprite.svg") no-repeat;
    background-position: 0 -1243px;
    width: 19px;
    height: 19px; }

.alert-info,
.alert-info-static {
  background-color: #f3f3f3;
  border-color: #eaeaea; }
  .alert-info:before,
  .alert-info-static:before {
    background: url("../../images/avenue-sprite.svg") no-repeat;
    background-position: 0 -1224px;
    width: 19px;
    height: 19px; }

.alert-warning,
.alert-warning-static {
  background-color: #fefbef;
  border-color: #faf4da; }
  .alert-warning:before,
  .alert-warning-static:before {
    background: url("../../images/avenue-sprite.svg") no-repeat;
    background-position: 0 -1262px;
    width: 23px;
    height: 23px;
    left: -4px; }

.alert-danger,
.alert-danger-static {
  background-color: #fff3f3;
  border-color: #ffe6e6; }
  .alert-danger:before,
  .alert-danger-static:before {
    background: url("../../images/avenue-sprite.svg") no-repeat;
    background-position: 0 -1205px;
    width: 19px;
    height: 19px; }

.alert-info-static:before,
.alert-warning-static:before,
.alert-danger-static:before {
  display: none; }

.alert-info-static:before {
  display: none; }

.svg-svg-12-check-thick-dims {
  width: 0px;
  height: 0px; }

#sf-widget-companion-wrapper {
  display: none !important; }

.price .strike-through,
.pricing {
  color: #000; }

.menu-main-item::after {
  background: url("../../images/avenue-sprite.svg") no-repeat;
  background-position: 0 -1816px;
  width: 24px;
  height: 16px; }

.livechat-wrapper {
  position: relative; }
  .filters-visible .livechat-wrapper {
    display: none; }
  @media screen and (max-height: 400px) {
    .livechat-wrapper {
      display: none; } }

.wishi-options-wrapper {
  position: relative; }
  .filters-visible .wishi-options-wrapper {
    display: none; }
  @media screen and (max-height: 400px) {
    .wishi-options-wrapper {
      display: none; } }

.wishi-chat-wrapper {
  position: relative; }
  .wishi-chat-wrapper #wishi-chat-root {
    height: 100%; }
  .wishi-chat-wrapper .chat-header {
    min-height: 60px; }
  @media screen and (min-width: 780px) {
    .wishi-chat-wrapper .wishi-chat .session-styling {
      max-height: 440px; } }
  @media screen and (max-height: 400px) {
    .wishi-chat-wrapper {
      display: none; } }

.liveChat-btn {
  cursor: pointer; }

.wishi-icon-btn {
  cursor: pointer; }

.cart-merge-text {
  vertical-align: middle;
  line-height: 26px; }

@media (min-width: 1023.99px) {
  .sticky-column {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    transition: top 200ms cubic-bezier(0.45, 0, 0.55, 1); } }

.waitlist-form-saksplus .wait-list-phone {
  display: none; }

@media (max-width: 543.98px) {
  .page-not-found,
  .error-page-main {
    padding: 0 20px; } }

.page-not-found .error-page-heading,
.error-page-main .error-page-heading {
  margin: 105px 0 0;
  font-size: 14px;
  line-height: normal; }
  @media (max-width: 543.98px) {
    .page-not-found .error-page-heading,
    .error-page-main .error-page-heading {
      padding: 0 22px;
      margin-top: 72px; } }
  @media (max-width: 1023.98px) {
    .page-not-found .error-page-heading,
    .error-page-main .error-page-heading {
      margin: 50px 0 0; } }
  .page-not-found .error-page-heading .error-text,
  .error-page-main .error-page-heading .error-text {
    line-height: 1.3;
    letter-spacing: 0.35px;
    color: #000;
    margin: 0; }
    @media (max-width: 543.98px) {
      .page-not-found .error-page-heading .error-text,
      .error-page-main .error-page-heading .error-text {
        padding: 0 30px; } }
  .page-not-found .error-page-heading .try-again,
  .error-page-main .error-page-heading .try-again {
    font-family: "Moneta-Regular", "Times New Roman", times, serif;
    font-size: 28px;
    letter-spacing: 1.2px;
    line-height: 32px;
    margin-bottom: 14px;
    display: block; }
    @media (max-width: 1023.98px) {
      .page-not-found .error-page-heading .try-again,
      .error-page-main .error-page-heading .try-again {
        font-size: 26px;
        letter-spacing: 1px;
        line-height: 30px; } }
  .page-not-found .error-page-heading .error-occured,
  .error-page-main .error-page-heading .error-occured {
    font-size: 14px;
    letter-spacing: 0.25px;
    line-height: 20px;
    display: inline-block; }
    @media (max-width: 543.98px) {
      .page-not-found .error-page-heading .error-occured,
      .error-page-main .error-page-heading .error-occured {
        padding: 0 5px; } }

.page-not-found .continue-btn-main,
.error-page-main .continue-btn-main {
  margin: 0 auto;
  max-width: 234px;
  padding: 0; }
  @media (max-width: 543.98px) {
    .page-not-found .continue-btn-main,
    .error-page-main .continue-btn-main {
      max-width: 335px; } }
  .page-not-found .continue-btn-main .continue-shopping,
  .error-page-main .continue-btn-main .continue-shopping {
    margin: 25px 0 0; }
    @media (max-width: 1023.98px) {
      .page-not-found .continue-btn-main .continue-shopping,
      .error-page-main .continue-btn-main .continue-shopping {
        margin: 27px 0 55px; } }
    @media (max-width: 543.98px) {
      .page-not-found .continue-btn-main .continue-shopping,
      .error-page-main .continue-btn-main .continue-shopping {
        margin: 26px 0 52px; } }

.modal-open {
  width: 100%; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

body.overlay .modal-background {
  display: block; }

body.wishi-enabled .grecaptcha-badge {
  width: 70px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  left: 4px !important; }
  body.wishi-enabled .grecaptcha-badge:hover {
    width: 256px !important; }

.adobelaunch__googlead {
  margin-top: 72px; }
  @media (max-width: 1023.98px) {
    .adobelaunch__googlead {
      margin-top: 54px; } }

.product-tile .customer-content .wishlist_container .plp-wish-signin.btn-outline-primary:focus, .product-tile .customer-content .wishlist_container .plp-wish-signin.btn-outline-primary:active:focus {
  box-shadow: unset; }

.warning-message {
  border: 1px solid #F9C12F;
  background-color: #fefbef;
  min-height: 38px;
  margin: 0 auto 22px;
  border-radius: 2px;
  font-size: 12px;
  font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px 15px;
  text-align: center;
  letter-spacing: 0.25px; }
  .warning-message b {
    font-family: "trade-gothic-next-bold", "Helvetica Neue", helvetica, arial, sans-serif;
    letter-spacing: 0.25px; }

.price {
  color: #222; }
  .price .strike-through {
    text-decoration: line-through;
    color: #999;
    margin-right: 0.938rem; }
  .price .starting,
  .price .range,
  .price .sales {
    font-weight: bold; }
  .price .tiered {
    color: #222; }
    .price .tiered table {
      border-top: 1px solid #ccc;
      margin: 0 auto; }
      .price .tiered table tr:nth-child(odd) {
        background-color: #eee; }
    .price .tiered td,
    .price .tiered span.price {
      font-size: 0.875rem;
      font-weight: bold; }
    .price .tiered td {
      padding: 0.313rem; }
      .price .tiered td.quantity {
        font-weight: normal;
        text-align: right; }
      .price .tiered td.value {
        text-align: left; }
    .price .tiered .table-header {
      font-size: 1.125rem;
      padding: 0.313rem; }
    .price .tiered .column-header {
      font-size: 1rem;
      padding: 0.313rem;
      font-weight: normal; }
    .price .tiered .column-header.quantity {
      text-align: right; }

.swatch-circle-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f5f5dc;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-beige.disabled {
    opacity: 0.2; }

.swatch-filter-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f5f5dc;
  border-radius: 0.69em;
  background-color: #f5f5dc;
  display: block;
  position: relative; }
  .swatch-filter-beige.disabled {
    opacity: 0.2; }

.swatch-circle-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-black.disabled {
    opacity: 0.2; }

.swatch-filter-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000;
  border-radius: 0.69em;
  background-color: #000;
  display: block;
  position: relative; }
  .swatch-filter-black.disabled {
    opacity: 0.2; }

.swatch-circle-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #0070d2;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-blue.disabled {
    opacity: 0.2; }

.swatch-filter-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #0070d2;
  border-radius: 0.69em;
  background-color: #0070d2;
  display: block;
  position: relative; }
  .swatch-filter-blue.disabled {
    opacity: 0.2; }

.swatch-circle-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #a52a2a;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-brown.disabled {
    opacity: 0.2; }

.swatch-filter-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #a52a2a;
  border-radius: 0.69em;
  background-color: #a52a2a;
  display: block;
  position: relative; }
  .swatch-filter-brown.disabled {
    opacity: 0.2; }

.swatch-circle-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #008827;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-green.disabled {
    opacity: 0.2; }

.swatch-filter-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #008827;
  border-radius: 0.69em;
  background-color: #008827;
  display: block;
  position: relative; }
  .swatch-filter-green.disabled {
    opacity: 0.2; }

.swatch-circle-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #8f979d;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-grey.disabled {
    opacity: 0.2; }

.swatch-filter-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #8f979d;
  border-radius: 0.69em;
  background-color: #8f979d;
  display: block;
  position: relative; }
  .swatch-filter-grey.disabled {
    opacity: 0.2; }

.swatch-circle-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000080;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-navy.disabled {
    opacity: 0.2; }

.swatch-filter-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000080;
  border-radius: 0.69em;
  background-color: #000080;
  display: block;
  position: relative; }
  .swatch-filter-navy.disabled {
    opacity: 0.2; }

.swatch-circle-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ffa500;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-orange.disabled {
    opacity: 0.2; }

.swatch-filter-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ffa500;
  border-radius: 0.69em;
  background-color: #ffa500;
  display: block;
  position: relative; }
  .swatch-filter-orange.disabled {
    opacity: 0.2; }

.swatch-circle-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fe249a;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-pink.disabled {
    opacity: 0.2; }

.swatch-filter-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fe249a;
  border-radius: 0.69em;
  background-color: #fe249a;
  display: block;
  position: relative; }
  .swatch-filter-pink.disabled {
    opacity: 0.2; }

.swatch-circle-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #800080;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-purple.disabled {
    opacity: 0.2; }

.swatch-filter-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #800080;
  border-radius: 0.69em;
  background-color: #800080;
  display: block;
  position: relative; }
  .swatch-filter-purple.disabled {
    opacity: 0.2; }

.swatch-circle-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f00;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-red.disabled {
    opacity: 0.2; }

.swatch-filter-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f00;
  border-radius: 0.69em;
  background-color: #f00;
  display: block;
  position: relative; }
  .swatch-filter-red.disabled {
    opacity: 0.2; }

.swatch-circle-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fff;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-white.disabled {
    opacity: 0.2; }

.swatch-filter-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fff;
  border-radius: 0.69em;
  background-color: #fff;
  display: block;
  position: relative; }
  .swatch-filter-white.disabled {
    opacity: 0.2; }

.swatch-circle-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ff0;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-yellow.disabled {
    opacity: 0.2; }

.swatch-filter-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ff0;
  border-radius: 0.69em;
  background-color: #ff0;
  display: block;
  position: relative; }
  .swatch-filter-yellow.disabled {
    opacity: 0.2; }

.swatch-circle-miscellaneous {
  background: linear-gradient(0deg, #821e91 0, #821e91 25%, #edd134 25%, yellow 50%, #edd134 50%, #59ba00 50%, #59ba00 76%, #111 76%, #111 100%), linear-gradient(0deg, #0e5cd1 0, #0e5cd1 50%, #e20b0b 50%, #e20b0b 100%);
  background-repeat: repeat-y, repeat;
  background-size: 50% 100%, 100% 100%;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  border-radius: 1.25em;
  display: block;
  height: 2.5em;
  position: relative;
  transform: rotate(35deg);
  width: 2.5em; }
  .swatch-circle-miscellaneous.disabled {
    opacity: 0.2; }
  .swatch-circle-miscellaneous.selected::after {
    transform: rotate(-35deg); }

.quick-view-dialog,
.choose-bonus-product-dialog {
  max-width: 56.25em; }
  .quick-view-dialog .selectable-bonus-product-line-item,
  .choose-bonus-product-dialog .selectable-bonus-product-line-item {
    margin-top: 0.2em;
    margin-bottom: 0.2em;
    padding-top: 0.3em;
    padding-bottom: 0.3em; }
  .quick-view-dialog .beenSelected,
  .choose-bonus-product-dialog .beenSelected {
    background-color: #eee; }
  .quick-view-dialog .modal-header,
  .choose-bonus-product-dialog .modal-header {
    background-color: #eee;
    border-bottom: 2px solid #ccc;
    border-top-left-radius: 0.1875rem;
    border-top-right-radius: 0.1875rem; }
    .quick-view-dialog .modal-header .full-pdp-link,
    .choose-bonus-product-dialog .modal-header .full-pdp-link {
      color: var(--skin-primary-color-1); }
    .quick-view-dialog .modal-header .close,
    .choose-bonus-product-dialog .modal-header .close {
      font-size: 2rem;
      line-height: 1.5rem; }
  .quick-view-dialog .modal-title,
  .choose-bonus-product-dialog .modal-title {
    font-size: 1em; }
  .quick-view-dialog .product-name,
  .choose-bonus-product-dialog .product-name {
    font-size: 1.875em; }
  .quick-view-dialog .swatch-circle,
  .choose-bonus-product-dialog .swatch-circle {
    width: 2.5em;
    height: 2.5em;
    background: #fff;
    border-radius: 1.25em;
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    display: inline-block;
    margin-right: 0.313em;
    position: relative; }
    .quick-view-dialog .swatch-circle.color-value[data-selected=true]::after,
    .choose-bonus-product-dialog .swatch-circle.color-value[data-selected=true]::after {
      color: #000;
      content: '\f058';
      display: table-caption;
      font-family: 'FontAwesome';
      font-size: 1.625em;
      left: 0.295em;
      position: absolute; }
    .quick-view-dialog .swatch-circle.color-value.selected::after,
    .choose-bonus-product-dialog .swatch-circle.color-value.selected::after {
      background: #fff;
      border-radius: 50%;
      color: #000;
      content: '\f058';
      display: table-caption;
      font-family: 'FontAwesome';
      font-size: 1.625em;
      height: 0.75em;
      left: 0.31em;
      line-height: 0.8em;
      position: absolute;
      top: 0.35em;
      width: 0.8em; }
    .quick-view-dialog .swatch-circle i.fa-times-circle,
    .choose-bonus-product-dialog .swatch-circle i.fa-times-circle {
      background: #fff;
      border-radius: 50%;
      height: 0.75em;
      line-height: 0.8em;
      width: 0.8em; }
  .quick-view-dialog a[disabled] .swatch-circle,
  .choose-bonus-product-dialog a[disabled] .swatch-circle {
    cursor: not-allowed; }
    .quick-view-dialog a[disabled] .swatch-circle.color-value.selected::after,
    .choose-bonus-product-dialog a[disabled] .swatch-circle.color-value.selected::after {
      background-color: #495057; }
  .quick-view-dialog .availablity-container,
  .choose-bonus-product-dialog .availablity-container {
    text-align: right; }
  .quick-view-dialog .availablity-container,
  .quick-view-dialog .size-chart,
  .choose-bonus-product-dialog .availablity-container,
  .choose-bonus-product-dialog .size-chart {
    margin-top: 0.938em; }
  .quick-view-dialog .modal-content,
  .choose-bonus-product-dialog .modal-content {
    border: 1px solid rgba(0, 0, 0, 0.2); }
  .quick-view-dialog .modal-body,
  .choose-bonus-product-dialog .modal-body {
    max-height: 28.125em;
    /* 450/16 */
    overflow-y: auto; }
  .quick-view-dialog button.close,
  .choose-bonus-product-dialog button.close {
    font-size: 1.25em; }
  .quick-view-dialog .modal-footer,
  .choose-bonus-product-dialog .modal-footer {
    background-color: #fff;
    border: none;
    border-bottom-right-radius: 0.1875rem;
    border-bottom-left-radius: 0.1875rem; }
    .quick-view-dialog .modal-footer .prices .price,
    .choose-bonus-product-dialog .modal-footer .prices .price {
      font-size: 1.6em; }
  .quick-view-dialog .prices .sales,
  .choose-bonus-product-dialog .prices .sales {
    font-size: 1.5rem; }
  .quick-view-dialog .promotions,
  .choose-bonus-product-dialog .promotions {
    text-align: left;
    color: #c00; }
  @media (max-width: 1023.97px) {
    .quick-view-dialog .bonus-summary,
    .choose-bonus-product-dialog .bonus-summary {
      font-size: 0.625em; } }
  @media (max-width: 1023.97px) {
    .quick-view-dialog .bonus-summary .bonus-product-name,
    .choose-bonus-product-dialog .bonus-summary .bonus-product-name {
      padding: 0; } }
  .quick-view-dialog .pre-cart-products,
  .choose-bonus-product-dialog .pre-cart-products {
    margin-right: 0.125em; }
  .quick-view-dialog .color-attribute,
  .choose-bonus-product-dialog .color-attribute {
    border: none;
    padding: 0;
    background: none; }
  .quick-view-dialog .non-input-label,
  .choose-bonus-product-dialog .non-input-label {
    display: block;
    margin-bottom: 0.5rem; }

.product-tile {
  border: 0;
  margin-bottom: 0; }
  @media (max-width: 1023.98px) {
    .product-tile {
      min-height: 23.4375em; } }
  @media (max-width: 1023.97px) {
    .product-tile {
      min-height: 19.6875em; } }
  @media (max-width: 543.98px) {
    .product-tile {
      min-height: 13.4375em; } }
  .product-tile .tile-body {
    padding: 0.625em 0 1.875em; }
    .product-tile .tile-body .color-swatches {
      min-height: 2.25em; }
      .product-tile .tile-body .color-swatches .product-tile-color-label {
        cursor: pointer;
        font-size: 1em; }
        @media (max-width: 1023.98px) {
          .product-tile .tile-body .color-swatches .product-tile-color-label {
            font-size: 0.9375em; } }
        @media (max-width: 1023.97px) {
          .product-tile .tile-body .color-swatches .product-tile-color-label {
            font-size: 0.8125em; } }
    .product-tile .tile-body .price {
      font-size: 1.125em;
      margin-bottom: 0; }
      @media (max-width: 1023.98px) {
        .product-tile .tile-body .price {
          font-size: 1.0625em; } }
      @media (max-width: 1023.97px) {
        .product-tile .tile-body .price {
          font-size: 1em; } }
      .product-tile .tile-body .price .tiered {
        font-size: 0.875em; }
        .product-tile .tile-body .price .tiered .value {
          font-weight: bold; }
    .product-tile .tile-body .coming-soon-tile {
      text-align: center; }
    .product-tile .tile-body .pdp-link {
      line-height: 1.2; }
      .product-tile .tile-body .pdp-link a {
        font-size: 1em;
        text-decoration: none; }
        @media (max-width: 1023.98px) {
          .product-tile .tile-body .pdp-link a {
            font-size: 0.9375em; } }
        @media (max-width: 1023.97px) {
          .product-tile .tile-body .pdp-link a {
            font-size: 0.8125em; } }
    .product-tile .tile-body .ratings {
      font-size: 0.9em; }
  .product-tile .image-container {
    position: relative;
    overflow: auto; }
    .product-tile .image-container .quickview {
      bottom: 1rem;
      right: 1rem; }
      .product-tile .image-container .quickview i.fa-expand {
        color: rgba(0, 0, 0, 0.7); }
      .product-tile .image-container .quickview i.fa-circle {
        color: rgba(255, 255, 255, 0.7);
        text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); }
      .product-tile .image-container a .tile-image {
        width: 100%; }
  .product-tile .swatches a {
    text-decoration: none; }
  .product-tile .swatch-circle {
    width: 1.8em;
    height: 1.8em;
    background: #fff;
    border-radius: 0.9em;
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    display: inline-block;
    margin-right: 0.313em;
    position: relative; }
    .product-tile .swatch-circle.color-value[data-selected=true]::after {
      color: #000;
      content: '\f058';
      display: table-caption;
      font-family: 'FontAwesome';
      font-size: 1.625em;
      left: 0.295em;
      position: absolute; }
    .product-tile .swatch-circle.color-value.selected::after {
      background: #fff;
      border-radius: 50%;
      color: #000;
      content: '\f058';
      display: table-caption;
      font-family: 'FontAwesome';
      font-size: 1.625em;
      height: 0.75em;
      left: 0.31em;
      line-height: 0.8em;
      position: absolute;
      top: 0.35em;
      width: 0.8em; }
    .product-tile .swatch-circle i.fa-times-circle {
      background: #fff;
      border-radius: 50%;
      height: 0.75em;
      line-height: 0.8em;
      width: 0.8em; }

#chooseBonusProductModal .modal-footer .container {
  margin-left: 0;
  width: 100%;
  margin-right: 0; }

#chooseBonusProductModal .select-cbp-container {
  margin-top: auto;
  margin-bottom: auto; }

#chooseBonusProductModal .product-name-wrapper {
  width: 100%; }

#chooseBonusProductModal .bonus-quantity,
#chooseBonusProductModal .bonus-option {
  margin-top: 0.938em; }

#chooseBonusProductModal .bonus-quantity-select {
  min-width: 5em; }

#chooseBonusProductModal .select-bonus-product {
  margin-top: 1em; }

#chooseBonusProductModal .selected-pid {
  border: 1px solid #ccc; }
  #chooseBonusProductModal .selected-pid .bonus-product-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

#chooseBonusProductModal .bonus-product-price {
  text-align: center;
  margin-top: 1em; }

.product-tile {
  border: 1px solid transparent;
  padding-top: 133.33%;
  margin-left: -1px;
  margin-right: -1px;
  position: relative; }
  @media (min-width: 1024px) {
    .product-tile {
      margin-bottom: 36px; } }
  .product-tile.giftcard-tile .tile-body {
    text-transform: capitalize;
    letter-spacing: 0.23px; }
    .product-tile.giftcard-tile .tile-body .product-brand {
      font-family: "trade-gothic-next-bold", "Helvetica Neue", helvetica, arial, sans-serif;
      color: #444; }
    .product-tile.giftcard-tile .tile-body .pdp-link a {
      color: #444; }
  .product-tile .image-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0; }
    .product-tile .image-container a {
      text-align: center;
      display: block; }
    .product-tile .image-container .bagde-img {
      position: absolute;
      top: 6px;
      left: 8px;
      color: #ac0000;
      font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
      font-size: 12px;
      line-height: 1.5;
      background-color: rgba(255, 255, 255, 0.65);
      text-transform: uppercase;
      z-index: 2;
      padding: 0 3px; }
    .product-tile .image-container .thumb-link img {
      display: none; }
      .product-tile .image-container .thumb-link img:first-child {
        display: inline-block; }
    .product-tile .image-container .wishlistTile {
      position: absolute;
      top: 3px;
      right: 3px;
      height: 32px;
      width: 32px;
      border-radius: 32px;
      background-color: rgba(255, 255, 255, 0.65); }
      .product-tile .image-container .wishlistTile span {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(calc(-50% + 0.5px), calc(-50% + 2px)); }
    .product-tile .image-container .quickview {
      text-decoration: none;
      width: 100%;
      padding: 2px 0;
      position: absolute;
      right: 0;
      bottom: 0;
      visibility: hidden;
      background: rgba(255, 255, 255, 0.8);
      outline-offset: -1px; }
      .product-tile .image-container .quickview .quickview_txt {
        color: #444;
        font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
        font-size: 12px;
        line-height: 1.5;
        text-transform: uppercase;
        padding-bottom: 0;
        border-bottom: 1px solid #444; }
        .product-tile .image-container .quickview .quickview_txt:hover {
          border-bottom: none; }
    .product-tile .image-container.wishlist_checked .thumb-link .tile-image {
      opacity: 1; }
      .product-tile .image-container.wishlist_checked .thumb-link .tile-image.guest-user {
        opacity: 0.2; }
    .product-tile .image-container.wishlist_checked .customer-content {
      position: absolute;
      top: 50%;
      left: 50%;
      text-align: center;
      transform: translate(-50%, -50%);
      width: 100%; }
      .product-tile .image-container.wishlist_checked .customer-content .wishlist-img {
        width: 100%;
        display: inline-block;
        margin-bottom: 15px;
        height: 22px; }
        @media (min-width: 1024px) {
          .product-tile .image-container.wishlist_checked .customer-content .wishlist-img {
            margin-bottom: 25px; } }
        .product-tile .image-container.wishlist_checked .customer-content .wishlist-img .plpremove-whishlist {
          cursor: pointer; }
      .product-tile .image-container.wishlist_checked .customer-content .hrt-icn,
      .product-tile .image-container.wishlist_checked .customer-content .prod-added {
        width: 100%;
        display: inline-block; }
      .product-tile .image-container.wishlist_checked .customer-content .prod-added {
        color: #444;
        font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
        font-size: 12px;
        line-height: 1.16;
        padding-bottom: 10px; }
        @media (max-width: 1199.98px) {
          .product-tile .image-container.wishlist_checked .customer-content .prod-added {
            font-size: 10px;
            padding-bottom: 4px; } }
      .product-tile .image-container.wishlist_checked .customer-content .login-options {
        width: 100%;
        display: inline-block;
        color: #444;
        font-size: 12px;
        font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
        line-height: 1.5;
        padding-bottom: 18px; }
        @media (max-width: 1199.98px) {
          .product-tile .image-container.wishlist_checked .customer-content .login-options {
            font-size: 10px;
            padding-bottom: 10px; } }
        .product-tile .image-container.wishlist_checked .customer-content .login-options .save-wishlist {
          width: 100%;
          display: block; }
        .product-tile .image-container.wishlist_checked .customer-content .login-options .plp-wish-signin {
          display: inline-block;
          text-decoration: underline;
          color: #444; }
          .product-tile .image-container.wishlist_checked .customer-content .login-options .plp-wish-signin:hover {
            background-color: initial; }
      .product-tile .image-container.wishlist_checked .customer-content .view-btn {
        max-width: 158px;
        display: block;
        line-height: 1.4;
        font-family: "trade-gothic-next-bold", "Helvetica Neue", helvetica, arial, sans-serif;
        font-size: 12px;
        padding: 13px 10px 12px;
        border: 2px solid #000;
        text-decoration: none;
        color: #444; }
        @media (max-width: 1199.98px) {
          .product-tile .image-container.wishlist_checked .customer-content .view-btn {
            font-size: 10px;
            padding: 5px 10%;
            max-width: 125px; } }
        .product-tile .image-container.wishlist_checked .customer-content .view-btn:hover {
          color: #444;
          background-color: initial;
          border-color: initial; }
  .product-tile .tile-body {
    color: #000;
    font-size: 12px;
    font-family: "trade-gothic-next-bold", "Helvetica Neue", helvetica, arial, sans-serif;
    line-height: 1.5;
    padding: 0; }
    .product-tile .tile-body h2,
    .product-tile .tile-body h3 {
      line-height: 0 !important;
      margin-bottom: 0; }
      .product-tile .tile-body h2 a,
      .product-tile .tile-body h3 a {
        color: #000;
        font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
        font-size: 12px;
        font-family: "trade-gothic-next-bold", "Helvetica Neue", helvetica, arial, sans-serif;
        line-height: 1.5;
        padding: 0; }
    .product-tile .tile-body .spdCollectionName {
      font-family: "trade-gothic-next-bold", "Helvetica Neue", helvetica, arial, sans-serif;
      line-height: 1.5; }
    @media (max-width: 1199.98px) {
      .product-tile .tile-body {
        letter-spacing: 0.23px; } }
    .product-tile .tile-body .color-swatches {
      min-height: auto; }
      .product-tile .tile-body .color-swatches .swatches .color-exist {
        padding-bottom: 12px; }
        @media (max-width: 543.98px) {
          .product-tile .tile-body .color-swatches .swatches .color-exist {
            padding-bottom: 5px; } }
      .product-tile .tile-body .color-swatches .swatches .single-size {
        font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
        color: #444; }
      .product-tile .tile-body .color-swatches .swatches .size {
        max-height: 40px; }
        .product-tile .tile-body .color-swatches .swatches .size .slick-slide.slick-current .sizeSwatch {
          border-right: 1px solid transparent; }
          .product-tile .tile-body .color-swatches .swatches .size .slick-slide.slick-current .sizeSwatch:hover, .product-tile .tile-body .color-swatches .swatches .size .slick-slide.slick-current .sizeSwatch.selected {
            border-right: 2px solid #000; }
        .product-tile .tile-body .color-swatches .swatches .size .slick-slide.slick-current:last-child .sizeSwatch {
          border-right: 1px solid #777; }
          .product-tile .tile-body .color-swatches .swatches .size .slick-slide.slick-current:last-child .sizeSwatch:hover, .product-tile .tile-body .color-swatches .swatches .size .slick-slide.slick-current:last-child .sizeSwatch.selected {
            border-right: 2px solid #000; }
      .product-tile .tile-body .color-swatches .swatches a {
        margin-right: 5px;
        display: inline-block;
        border: 1px solid transparent; }
        .product-tile .tile-body .color-swatches .swatches a .color_options {
          display: inline-block;
          position: relative; }
          .product-tile .tile-body .color-swatches .swatches a .color_options .img-container {
            width: 100%;
            display: inline-block; }
            .product-tile .tile-body .color-swatches .swatches a .color_options .img-container img,
            .product-tile .tile-body .color-swatches .swatches a .color_options .img-container .swatch-circle {
              border-radius: 0;
              margin: 2px;
              width: 24px;
              height: 24px;
              border: 1px solid #aaa;
              background-size: cover; }
            .product-tile .tile-body .color-swatches .swatches a .color_options .img-container.swatch-not-available::after {
              content: '';
              position: absolute;
              height: 2px;
              background: #ddd;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%) rotate(-45deg);
              width: 32px; }
        .product-tile .tile-body .color-swatches .swatches a.selected {
          border: 1px solid #000; }
          .product-tile .tile-body .color-swatches .swatches a.selected .color_options .img-container img {
            border-color: transparent; }
        .product-tile .tile-body .color-swatches .swatches a:hover {
          border-color: #000; }
          .product-tile .tile-body .color-swatches .swatches a:hover .img-container img,
          .product-tile .tile-body .color-swatches .swatches a:hover .img-container .swatch-circle {
            border: none; }
          .product-tile .tile-body .color-swatches .swatches a:hover .img-container::after {
            width: 40px; }
      .product-tile .tile-body .color-swatches .swatches .plus_icon {
        display: inline-block;
        vertical-align: top; }
        .product-tile .tile-body .color-swatches .swatches .plus_icon a {
          border: none;
          margin-top: 9px; }
      .product-tile .tile-body .color-swatches .size {
        width: 100%;
        max-width: 180px;
        margin: 8px auto 0;
        position: relative;
        max-width: 150px; }
        .product-tile .tile-body .color-swatches .size .sizeSwatch {
          margin: 0;
          padding: 8px 2px;
          color: #444;
          border: 1px solid #777;
          position: relative;
          font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
          text-transform: capitalize;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          outline-offset: -1px; }
          .product-tile .tile-body .color-swatches .size .sizeSwatch.size-not-available::after {
            content: '';
            position: absolute;
            height: 1px;
            background: #999;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%) rotate(-24.5deg);
            width: 96px; }
          .product-tile .tile-body .color-swatches .size .sizeSwatch:hover {
            border: 2px solid #000;
            max-height: 36px;
            padding: 7px 1px; }
          .product-tile .tile-body .color-swatches .size .sizeSwatch.selected {
            border: 2px solid #000;
            max-height: 36px;
            padding: 7px 1px; }
        .product-tile .tile-body .color-swatches .size .slick-arrow {
          position: absolute;
          left: -12%;
          top: 50%;
          height: 24px;
          transform: translate(0, -60%);
          background: none; }
          .product-tile .tile-body .color-swatches .size .slick-arrow::before {
            position: absolute;
            content: '';
            display: inline-block;
            width: 2px;
            height: 15px;
            transform: rotate(45deg);
            background: #000;
            top: 0;
            left: 0; }
          .product-tile .tile-body .color-swatches .size .slick-arrow::after {
            position: absolute;
            content: '';
            display: inline-block;
            width: 2px;
            height: 15px;
            transform: rotate(-45deg);
            margin-top: 10px;
            background: #000;
            top: 0;
            left: 0; }
          .product-tile .tile-body .color-swatches .size .slick-arrow.slick-next {
            left: auto;
            margin-left: 0;
            right: -26%; }
            .product-tile .tile-body .color-swatches .size .slick-arrow.slick-next::before {
              transform: rotate(135deg); }
            .product-tile .tile-body .color-swatches .size .slick-arrow.slick-next::after {
              transform: rotate(-135deg); }
          .product-tile .tile-body .color-swatches .size .slick-arrow.slick-disabled {
            opacity: 0.2;
            pointer-events: none; }
    .product-tile .tile-body .product-brand {
      color: #222;
      text-decoration: none; }
    .product-tile .tile-body .pdp-link a {
      font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
      color: #222;
      font-size: 12px;
      line-height: 1.5;
      text-transform: none; }
    .product-tile .tile-body .prod-price {
      font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif; }
    .product-tile .tile-body .price {
      display: inline-block;
      text-align: center;
      padding-bottom: 0;
      padding-top: 0; }
      .product-tile .tile-body .price .list,
      .product-tile .tile-body .price .sales {
        display: inline-block; }
      @media (max-width: 1023.98px) {
        .product-tile .tile-body .price {
          padding-top: 3px;
          padding-bottom: 0; } }
      .product-tile .tile-body .price .strike-through {
        margin: 0; }
        .product-tile .tile-body .price .strike-through .value {
          font-size: 12px;
          font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif; }
      .product-tile .tile-body .price .value {
        color: #222;
        font-size: 12px;
        font-weight: normal; }
      .product-tile .tile-body .price .strike-through-present .value {
        padding: 0 0 0 3px; }
      .product-tile .tile-body .ratings.ratingExists {
        padding-bottom: 2px;
        font-size: 0;
        margin-bottom: 3px; }
        @media (max-width: 1199.98px) {
          .product-tile .tile-body .ratings.ratingExists {
            display: -ms-inline-flexbox;
            display: inline-flex; } }
    .product-tile .tile-body .prdt_tile_btn {
      width: 100%;
      border-radius: 0;
      visibility: hidden;
      margin-top: 9px;
      text-decoration: none; }
    .product-tile .tile-body .promotion-txt {
      width: 100%;
      display: inline-block;
      padding-bottom: 0;
      text-align: center; }
    .product-tile .tile-body .limited-inventory {
      font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
      color: #686868;
      padding-bottom: 2px; }
    .product-tile .tile-body .feature-name {
      width: 100%;
      display: inline-block;
      margin: 0; }
      .product-tile .tile-body .feature-name .feature-txt {
        padding: 0;
        color: #686868;
        font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif; }
    .product-tile .tile-body .tile-body-footer {
      line-height: 1; }
      .product-tile .tile-body .tile-body-footer .ratings .rating-image {
        display: inline-block; }
        @media (max-width: 1199.98px) {
          .product-tile .tile-body .tile-body-footer .ratings .rating-image {
            margin-right: 1px; } }
      .product-tile .tile-body .tile-body-footer .TTteaser__rating {
        margin-right: 0; }
  .product-tile:not(.disableTileHover):hover {
    border-color: #aaa;
    background-color: #fff;
    position: relative; }
    @media (min-width: 1024px) {
      .product-tile:not(.disableTileHover):hover {
        z-index: 12; } }
    @media (max-width: 1023.98px) {
      .product-tile:not(.disableTileHover):hover {
        border-color: transparent; } }
    .product-tile:not(.disableTileHover):hover .image-container .quickview {
      visibility: visible; }
      @media (max-width: 1023.98px) {
        .product-tile:not(.disableTileHover):hover .image-container .quickview {
          visibility: hidden; } }
    .product-tile:not(.disableTileHover):hover .tile-body .product-brand,
    .product-tile:not(.disableTileHover):hover .tile-body .link,
    .product-tile:not(.disableTileHover):hover .tile-body .ratings,
    .product-tile:not(.disableTileHover):hover .tile-body .feature-name,
    .product-tile:not(.disableTileHover):hover .tile-body .limited-inventory {
      visibility: hidden; }
      @media (max-width: 1023.98px) {
        .product-tile:not(.disableTileHover):hover .tile-body .product-brand,
        .product-tile:not(.disableTileHover):hover .tile-body .link,
        .product-tile:not(.disableTileHover):hover .tile-body .ratings,
        .product-tile:not(.disableTileHover):hover .tile-body .feature-name,
        .product-tile:not(.disableTileHover):hover .tile-body .limited-inventory {
          visibility: visible;
          background: none; } }
    .product-tile:not(.disableTileHover):hover .tile-body .prdt_tile_btn {
      visibility: visible; }
      @media (max-width: 1023.98px) {
        .product-tile:not(.disableTileHover):hover .tile-body .prdt_tile_btn {
          visibility: hidden; } }
    .product-tile:not(.disableTileHover):hover .tile-body .color-swatches .size {
      visibility: visible; }
      @media (max-width: 1023.98px) {
        .product-tile:not(.disableTileHover):hover .tile-body .color-swatches .size {
          visibility: hidden; } }
  .product-tile:not(.disableTileHover):focus-within {
    border-color: #aaa;
    background-color: #fff;
    position: relative; }
    @media (min-width: 1024px) {
      .product-tile:not(.disableTileHover):focus-within {
        z-index: 12; } }
    @media (max-width: 1023.98px) {
      .product-tile:not(.disableTileHover):focus-within {
        border-color: transparent; } }
    .product-tile:not(.disableTileHover):focus-within .image-container .quickview {
      visibility: visible; }
      @media (max-width: 1023.98px) {
        .product-tile:not(.disableTileHover):focus-within .image-container .quickview {
          visibility: hidden; } }
    .product-tile:not(.disableTileHover):focus-within .tile-body .product-brand,
    .product-tile:not(.disableTileHover):focus-within .tile-body .link,
    .product-tile:not(.disableTileHover):focus-within .tile-body .ratings,
    .product-tile:not(.disableTileHover):focus-within .tile-body .feature-name,
    .product-tile:not(.disableTileHover):focus-within .tile-body .limited-inventory {
      visibility: hidden; }
      @media (max-width: 1023.98px) {
        .product-tile:not(.disableTileHover):focus-within .tile-body .product-brand,
        .product-tile:not(.disableTileHover):focus-within .tile-body .link,
        .product-tile:not(.disableTileHover):focus-within .tile-body .ratings,
        .product-tile:not(.disableTileHover):focus-within .tile-body .feature-name,
        .product-tile:not(.disableTileHover):focus-within .tile-body .limited-inventory {
          visibility: visible;
          background: none; } }
    .product-tile:not(.disableTileHover):focus-within .tile-body .prdt_tile_btn {
      visibility: visible; }
      @media (max-width: 1023.98px) {
        .product-tile:not(.disableTileHover):focus-within .tile-body .prdt_tile_btn {
          visibility: hidden; } }
    .product-tile:not(.disableTileHover):focus-within .tile-body .color-swatches .size {
      visibility: visible; }
      @media (max-width: 1023.98px) {
        .product-tile:not(.disableTileHover):focus-within .tile-body .color-swatches .size {
          visibility: hidden; } }
  .product-tile .range {
    width: 100%;
    white-space: nowrap; }
    .product-tile .range .price {
      width: auto; }

.product-tile .tile-body {
  position: relative; }
  .product-tile .tile-body .color-swatches .swatches a.colorswatch {
    height: 30px;
    margin-bottom: 10px; }
    @media (max-width: 1023.98px) {
      .product-tile .tile-body .color-swatches .swatches a.colorswatch {
        margin-top: 0;
        margin-bottom: 0; } }
    .product-tile .tile-body .color-swatches .swatches a.colorswatch.swatch-not-available .swatch-circle::after {
      content: '';
      position: absolute;
      height: 1px;
      background: #ccc;
      top: 53%;
      left: 50%;
      transform: translate(-50%, -50%) rotate(-45deg);
      width: 32px; }
    .product-tile .tile-body .color-swatches .swatches a.colorswatch.swatch-not-available .swatch-circle::before {
      content: '';
      position: absolute;
      height: 1px;
      background: #fff;
      top: 49%;
      left: 50%;
      transform: translate(-50%, -50%) rotate(-45deg);
      width: 32px; }
  .product-tile .tile-body .hover-content {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: -1px;
    right: -1px;
    min-height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    background-color: #fff;
    border: 1px solid #aaa;
    border-top: none; }
    .product-tile .tile-body .hover-content .promotions {
      margin-bottom: 9px; }
    @media (max-width: 1023.98px) {
      .product-tile .tile-body .hover-content {
        visibility: visible;
        border: none; }
        .product-tile .tile-body .hover-content .color-swatches {
          display: none; }
          .product-tile .tile-body .hover-content .color-swatches .size {
            display: none; }
        .product-tile .tile-body .hover-content .prod-price,
        .product-tile .tile-body .hover-content .promotion-txt,
        .product-tile .tile-body .hover-content .prdt_tile_btn,
        .product-tile .tile-body .hover-content .restrictionMessage {
          display: none; } }
  .product-tile .tile-body .hover-bg-content {
    visibility: visible;
    position: relative; }
    @media (max-width: 1023.98px) {
      .product-tile .tile-body .hover-bg-content {
        position: relative; }
        .product-tile .tile-body .hover-bg-content .color-swatches {
          min-height: auto; } }
    .product-tile .tile-body .hover-bg-content .size,
    .product-tile .tile-body .hover-bg-content .single-size {
      display: none; }

.product-tile:focus-within .hover-content {
  visibility: hidden; }

.product-tile:focus-within .hover-bg-content {
  visibility: visible; }

.product-tile:hover .hover-content {
  visibility: visible; }

.product-tile:hover .hover-bg-content {
  visibility: hidden; }
  @media (max-width: 1023.98px) {
    .product-tile:hover .hover-bg-content {
      visibility: visible; } }

@media (min-width: 1024px) {
  .product-tile.disableTileHover:hover {
    border-color: transparent; }
    .product-tile.disableTileHover:hover .image-container .quickview {
      visibility: hidden; }
    .product-tile.disableTileHover:hover .tile-body .hover-content {
      visibility: hidden; }
      .product-tile.disableTileHover:hover .tile-body .hover-content .size {
        visibility: hidden; }
      .product-tile.disableTileHover:hover .tile-body .hover-content .prdt_tile_btn {
        visibility: hidden; }
    .product-tile.disableTileHover:hover .tile-body .hover-bg-content {
      visibility: visible; }
      .product-tile.disableTileHover:hover .tile-body .hover-bg-content .product-brand,
      .product-tile.disableTileHover:hover .tile-body .hover-bg-content .ratings,
      .product-tile.disableTileHover:hover .tile-body .hover-bg-content .link {
        visibility: visible; }
      .product-tile.disableTileHover:hover .tile-body .hover-bg-content .pdp-link a:hover {
        background: #fff; } }

.product-tile + .TTteaser__rating {
  opacity: 0; }

@media (min-width: 1024px) {
  .tile-is-slot .product-tile:hover {
    border-color: transparent; }
    .tile-is-slot .product-tile:hover .image-container .quickview {
      visibility: hidden; }
    .tile-is-slot .product-tile:hover .tile-body .hover-content {
      visibility: hidden; }
      .tile-is-slot .product-tile:hover .tile-body .hover-content .size {
        visibility: hidden; }
      .tile-is-slot .product-tile:hover .tile-body .hover-content .prdt_tile_btn {
        visibility: hidden; }
    .tile-is-slot .product-tile:hover .tile-body .hover-bg-content {
      visibility: visible; }
      .tile-is-slot .product-tile:hover .tile-body .hover-bg-content .product-brand,
      .tile-is-slot .product-tile:hover .tile-body .hover-bg-content .ratings,
      .tile-is-slot .product-tile:hover .tile-body .hover-bg-content .link {
        visibility: visible; }
      .tile-is-slot .product-tile:hover .tile-body .hover-bg-content .pdp-link a:hover {
        background: #fff; } }

.promotion-txt {
  color: #ac0000;
  font-size: 12px;
  font-family: "trade-gothic-next-bold", "Helvetica Neue", helvetica, arial, sans-serif;
  letter-spacing: 0.25px; }
  .promotion-txt .promotion-txt-label {
    margin: 0; }
  .promotion-txt .promotion-label {
    display: inline-block; }

.recommendation-products .product-tile .tile-body .hover-content,
.homepage-cat-slider .product-tile .tile-body .hover-content {
  display: none; }

.recommendation-products .product-tile .tile-body .promotion-txt,
.homepage-cat-slider .product-tile .tile-body .promotion-txt {
  margin: 0; }

.product-tile .image-container {
  margin-bottom: 0;
  overflow: hidden; }
  @media (max-width: 1023.98px) {
    .product-tile .image-container {
      margin-bottom: 9px; } }

@media (min-width: 1023.99px) {
  .product.gwp .product-tile .tile-body .hover-content {
    min-height: 115px; } }

/* For Saksoff5th site changed the wish-list heart icon for the Guest User */
.wishlist-img .plpremove-whishlist {
  background-position: 0 -2152px;
  width: 22px;
  height: 19px; }

/* For Saksoff5th site changed the wish-list heart icon for the Login User */
.wishlistTile.deselect-wishlist span {
  background-position: 0 -2152px;
  width: 22px;
  height: 19px; }

.product-detail .pdpdeselect-wishlist.wishlistTile span {
  background-position: 0 -2152px;
  width: 22px;
  height: 19px; }

.product-tile .tile-body .prod-price .off-percentage {
  width: 100%;
  display: inline-block; }

.product-tile .tile-body .price .strike-through .value {
  color: #444; }

.product-tile {
  margin-bottom: 45px;
  padding-top: 130.33%; }
  .product-tile.isPWPEligible:not(.disableTileHover):hover .tile-body .prdt_tile_btn {
    visibility: hidden; }
  .product-tile .range {
    padding-bottom: 2px;
    display: inline-block; }
  .product-tile:not(.disableTileHover):hover, .product-tile:not(.disableTileHover):focus-within {
    border-radius: 2px; }
  .product-tile .tile-body {
    font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
    margin-top: 9px; }
    .product-tile .tile-body .limited-inventory {
      color: #000; }
    .product-tile .tile-body .prdt_tile_btn {
      margin-top: 16px;
      border-radius: 2px; }
    @media (max-width: 1023.98px) {
      .product-tile .tile-body {
        margin-top: 0;
        padding-top: 9px; }
        .product-tile .tile-body .hover-content .feature-name {
          display: none; } }
    .product-tile .tile-body .hover-content {
      -ms-flex-pack: end;
          justify-content: flex-end;
      border-radius: 0 0 5px 5px; }
      .product-tile .tile-body .hover-content .prod-price {
        padding-bottom: 18px; }
      .product-tile .tile-body .hover-content .product-brand,
      .product-tile .tile-body .hover-content .pdp-link .link {
        display: none !important; }
      .product-tile .tile-body .hover-content .color-swatches .swatches a.colorswatch {
        margin-top: 0;
        margin-bottom: 18px; }
        .product-tile .tile-body .hover-content .color-swatches .swatches a.colorswatch:last-child {
          margin-right: 0; }
      .product-tile .tile-body .hover-content .color-swatches .swatches .plus_icon a {
        margin-top: 0;
        position: relative;
        bottom: 9px; }
      .product-tile .tile-body .hover-content .color-swatches .swatches .size {
        margin-top: 0;
        margin-bottom: 18px; }
      .product-tile .tile-body .hover-content .color-swatches .swatches .single-size {
        margin-bottom: 18px;
        font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
        color: #000; }
      .product-tile .tile-body .hover-content .prdt_tile_btn {
        margin-top: 0; }
    .product-tile .tile-body .promotion-txt,
    .product-tile .tile-body .promotions {
      font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
      padding-bottom: 4px; }
    .product-tile .tile-body .feature-name {
      width: auto;
      margin: 4px 0; }
    .product-tile .tile-body .ratings {
      margin-top: 0;
      padding: 0;
      margin-right: 0; }
      .product-tile .tile-body .ratings.ratingExists {
        line-height: 0;
        padding-bottom: 9px;
        margin-bottom: 0; }
      .product-tile .tile-body .ratings .TTteaser__rating {
        line-height: 0; }
    .product-tile .tile-body .product-brand {
      font-family: "trade-gothic-next-bold", "Helvetica Neue", helvetica, arial, sans-serif;
      color: #000;
      display: inline-block;
      padding-bottom: 2px; }
    .product-tile .tile-body .pdp-link a {
      color: #000;
      padding-bottom: 2px;
      display: inline-block; }
    @media (max-width: 1023.98px) {
      .product-tile .tile-body .price {
        padding-top: 2px; } }
    .product-tile .tile-body .price .value {
      color: #000;
      font-family: "trade-gothic-next-bold", "Helvetica Neue", helvetica, arial, sans-serif;
      letter-spacing: 0.25px; }
    .product-tile .tile-body .price .strike-through .value {
      color: #000; }
    .product-tile .tile-body .prod-price {
      padding-bottom: 2px;
      display: block; }
      .product-tile .tile-body .prod-price .off-percentage {
        padding-bottom: 2px; }
      .product-tile .tile-body .prod-price .prod-price-remove-space {
        padding-bottom: 0; }
    .product-tile .tile-body .color-swatches .swatches a.colorswatch {
      height: 26px;
      border: 1px solid #aaa;
      margin-top: 0;
      margin-bottom: 0; }
      .product-tile .tile-body .color-swatches .swatches a.colorswatch.selected {
        height: 26px;
        border: 1px solid #000; }
        .product-tile .tile-body .color-swatches .swatches a.colorswatch.selected .color_options .img-container .swatch-circle {
          height: 20px;
          width: 20px;
          margin: 2px; }
      @media (max-width: 1023.98px) {
        .product-tile .tile-body .color-swatches .swatches a.colorswatch {
          margin-right: 10px; } }
    .product-tile .tile-body .color-swatches .swatches a {
      margin-right: 8px;
      border: 0; }
      .product-tile .tile-body .color-swatches .swatches a .color_options .img-container img,
      .product-tile .tile-body .color-swatches .swatches a .color_options .img-container .swatch-circle {
        width: 24px;
        height: 24px;
        margin: 0;
        border: 0 !important; }
      .product-tile .tile-body .color-swatches .swatches a:last-child {
        margin-right: 0; }
    .product-tile .tile-body .color-swatches .swatches a.colorswatch:hover {
      height: 26px;
      border: 1px solid #000; }
      .product-tile .tile-body .color-swatches .swatches a.colorswatch:hover .color_options .img-container .swatch-circle {
        height: 24px;
        width: 24px;
        margin: 0; }
    .product-tile .tile-body .color-swatches .swatches a.colorswatch.selected:hover .color_options .img-container .swatch-circle {
      width: 20px;
      height: 20px;
      margin: 2px; }
    .product-tile .tile-body .color-swatches .swatches .plus_icon {
      position: relative;
      height: 18px;
      width: 18px; }
      @media (max-width: 1023.98px) {
        .product-tile .tile-body .color-swatches .swatches .plus_icon {
          bottom: 2.5px;
          vertical-align: unset; } }
      .product-tile .tile-body .color-swatches .swatches .plus_icon a {
        margin: 0; }
    @media (max-width: 543.98px) {
      .product-tile .tile-body .color-swatches .swatches .color-exist {
        padding-bottom: 0; } }
    .product-tile .tile-body .color-swatches .size {
      margin: 10px auto 0; }
      .product-tile .tile-body .color-swatches .size .slick-arrow::after, .product-tile .tile-body .color-swatches .size .slick-arrow::before {
        width: 1px; }
      .product-tile .tile-body .color-swatches .size .sizeSwatch {
        color: #000;
        border-color: #aaa; }
        .product-tile .tile-body .color-swatches .size .sizeSwatch.size-not-available::after {
          background: #aaa; }
      .product-tile .tile-body .color-swatches .size .sizeSwatch[data-selectableattribute='false'] {
        display: none !important; }
      .product-tile .tile-body .color-swatches .size .sizeSwatch[data-selectableattribute='true'] {
        display: block; }
  .product-tile .image-container:hover, .product-tile .image-container:focus-within {
    border-radius: 5px 5px 0 0; }
  .product-tile .image-container .tile-image {
    display: none; }
    .product-tile .image-container .tile-image:first-child {
      display: inline-block; }
    .product-tile .image-container .tile-image img {
      display: block; }
  .product-tile .image-container .bagde-img {
    font-family: "trade-gothic-next-bold", "Helvetica Neue", helvetica, arial, sans-serif; }
  .product-tile .image-container .wishlistTile {
    height: 36px;
    width: 36px;
    top: 6px;
    right: 8px;
    padding: 0;
    border: none; }
    .product-tile .image-container .wishlistTile span {
      transform: translate(calc(-50% + 0.5px), calc(-50% + 2px)) scale(0.8); }
      @media (hover: hover) {
        .product-tile .image-container .wishlistTile span:hover {
          background: url("../../images/avenue-sprite.svg") no-repeat;
          background-position: 0 -550px;
          width: 28px;
          height: 28px; } }
  @media (max-width: 543.98px) {
    .product-tile .image-container.wishlist_checked .customer-content .wishlist_container {
      padding: 0 20px; } }
  .product-tile .image-container.wishlist_checked .customer-content .prod-added {
    font-family: "trade-gothic-next-bold", "Helvetica Neue", helvetica, arial, sans-serif;
    color: #000;
    letter-spacing: 0.25px;
    line-height: 16px; }
  .product-tile .image-container.wishlist_checked .customer-content .view-btn {
    max-width: 140px;
    padding: 5px 10px;
    border: 1px solid #000;
    color: #000;
    border-radius: 2px;
    margin: 5px auto 0;
    font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif; }
    @media (max-width: 543.98px) {
      .product-tile .image-container.wishlist_checked .customer-content .view-btn {
        max-width: 96px;
        padding: 8px 10px; } }
  .product-tile .image-container.wishlist_checked .customer-content .login-options {
    color: #000;
    padding-bottom: 15px; }
    .product-tile .image-container.wishlist_checked .customer-content .login-options .plp-wish-signin {
      color: #000;
      text-decoration: none;
      border-bottom: solid 1px #000; }
      .product-tile .image-container.wishlist_checked .customer-content .login-options .plp-wish-signin:hover {
        border-color: transparent; }
  .product-tile .quickview {
    padding: 2px 0 0;
    margin-bottom: 18px;
    text-decoration: none;
    width: 100%;
    visibility: hidden;
    background: rgba(255, 255, 255, 0.8);
    outline-offset: -1px; }
    .product-tile .quickview .quickview_txt {
      color: #000;
      border-color: #000;
      font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
      font-size: 12px;
      line-height: 1.5;
      text-transform: uppercase;
      padding-bottom: 0;
      border-bottom: 1px solid #444; }
      .product-tile .quickview .quickview_txt:hover {
        border-bottom: none; }
  .product-tile .badges-container {
    height: auto;
    min-height: 18px; }
  .product-tile:hover .hover-content .quickview {
    visibility: visible; }

/* START: CX-2032 efforts to improve Tile-Show cacht hit ratio */
.tile-hide-badges .tile-badges {
  visibility: hidden; }

.tile-hide-inventory-message .tile-inventory-message {
  visibility: hidden; }

.tile-hide-inventory-message .product-tile:hover .tile-inventory-message {
  display: none; }

.tile-hide-promo-message .tile-promo-messsage,
.tile-hide-promo-message .promotion-pricing.promotion-txt {
  visibility: hidden; }

.tile-hide-non-home-slot-markup .badges-container {
  visibility: hidden; }

.tile-is-slot .tile-hover-content,
.tile-is-slot .tile-promotion-pricing,
.tile-is-slot .tile-product-name,
.tile-is-slot .tile-footer-badges {
  visibility: hidden; }

.tile-is-slot .limited-inventory,
.tile-is-slot .feature-name {
  visibility: hidden !important; }

.tile-hide-swatches .swatch-container {
  visibility: hidden; }

.tile-hide-ratings .tile-ratings {
  visibility: hidden; }

.tile-disable-hover .tile-hover-content {
  display: none !important; }

.tile-disable-hover .product-tile:hover .tile-body .link,
.tile-disable-hover .product-tile:hover .tile-body .feature-name,
.tile-disable-hover .product-tile:hover .tile-body .product-brand {
  visibility: visible; }

/* END: CX-2032 efforts to improve Tile-Show cacht hit ratio */
/* For Avenue site changed the wish-list heart icon for the Guest User */
.wishlist-img .plpremove-whishlist {
  background: url("../../images/avenue-sprite.svg") no-repeat;
  background-position: 0 -550px;
  width: 28px;
  height: 28px;
  transform: scale(0.87); }

/* For Avenue site changed the wish-list heart icon for the Login User */
.wishlistTile.deselect-wishlist span {
  background: url("../../images/avenue-sprite.svg") no-repeat;
  background-position: 0 -550px;
  width: 28px;
  height: 28px;
  transform: scale(0.87); }

.wishlistTile.deselect-wishlist:hover {
  opacity: 0.7; }

.product-detail .pdpdeselect-wishlist.wishlistTile span {
  background: url("../../images/avenue-sprite.svg") no-repeat;
  background-position: 0 -550px;
  width: 28px;
  height: 28px; }

.badges-container {
  height: 27px;
  text-transform: uppercase;
  letter-spacing: 1.25px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: end;
      justify-content: flex-end;
  font-size: 10px; }
  .badges-container span {
    display: block;
    padding-bottom: 2px; }

.wishlist-cart-slider .badges-container,
.recommendations .badges-container {
  height: 27px; }

.product-block-tiles .tile-body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }
  .product-block-tiles .tile-body .hover-content {
    position: static; }
    .product-block-tiles .tile-body .hover-content .product-tile-url:nth-of-type(2n) {
      display: none; }

.product-block-tiles .products .product {
  padding-inline: 5px; }

.marketplace-container {
  color: #ac0000;
  font-size: 12px;
  font-family: "trade-gothic-next-bold", "Helvetica Neue", helvetica, arial, sans-serif;
  letter-spacing: 0.25px; }

body:not(.SaksShopTab):not(.SaksHomeTab):not(.SaksSearchTab) .product-tile .image-container .wishlistTile.deselect-wishlist.deselect-wishlist span {
  background-position: 0 -550px !important; }

body:not(.SaksShopTab):not(.SaksHomeTab):not(.SaksSearchTab) .product-tile .image-container .wishlistTile.select-wishlist.select-wishlist span {
  background-position: 0 -522px !important; }

.attribute {
  margin-top: 0.938em; }
  .attribute label {
    display: block; }

.swatch a {
  text-decoration: none; }

@media (max-width: 543.98px) {
  .primary-images {
    margin: 0;
    padding: 0; } }

.prices-add-to-cart-actions {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 50;
  padding-right: 0;
  padding-left: 0;
  left: 0; }
  @media (max-width: 543.98px) {
    .prices-add-to-cart-actions {
      background-color: rgba(255, 255, 255, 0.95);
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); } }
  @media (min-width: 544px) {
    .prices-add-to-cart-actions {
      position: static;
      padding: 0 0.9375em; } }
  .prices-add-to-cart-actions .price {
    text-align: center; }

.prices {
  padding-bottom: 0.5em;
  padding-top: 0.5em;
  text-align: center; }

.cart-and-ipay {
  text-align: center; }
  @media (max-width: 543.98px) {
    .cart-and-ipay {
      padding-bottom: 26px; }
      .cart-and-ipay .btn, .cart-and-ipay .btn-primary, .cart-and-ipay .button-link, .cart-and-ipay .two-up-left.wrapper-container .button-link, .two-up-left.wrapper-container .cart-and-ipay .button-link,
      .cart-and-ipay .two-up-right.wrapper-container .button-link, .two-up-right.wrapper-container .cart-and-ipay .button-link, .cart-and-ipay .btn-secondary, .cart-and-ipay .btn-small, .cart-and-ipay .btn-tertiary, .cart-and-ipay .btn-small-track {
        width: 98%;
        margin: 1%;
        display: block; } }

.add-to-cart-messages {
  transform: translate(-50%, -50%);
  position: fixed;
  top: 15%;
  left: 50%; }

.add-to-basket-alert {
  animation: fade 5s linear forwards;
  box-shadow: 1px 1px 5px grey;
  padding: 1em; }
  .add-to-basket-alert.show {
    display: block; }

.simple-quantity {
  margin-top: 1em; }

.main-attributes {
  margin-top: 1em; }

.size-chart {
  margin-top: 1.071em; }

div.availability {
  margin-top: 1.071em; }

.bundle-item {
  padding-bottom: 1em;
  border-bottom: 1px solid #ccc; }
  .bundle-item:last-child {
    border-bottom: none; }

.container.product-detail {
  margin-top: 2em;
  margin-bottom: 2em; }
  @media (max-width: 543.98px) {
    .container.product-detail {
      margin-top: 0;
      margin-bottom: 0; } }

.product-option:not(:first-child) {
  margin-top: 1.071em; }

.s7flyoutviewer .s7flyoutzoomview .s7highlight {
  cursor: url("../images/zoom-Pan.svg"), move !important; }

@media (max-width: 1023.98px) {
  .product-detail .video-place-holder {
    height: 100% !important; } }

.product-detail .s7socialbutton {
  display: none; }

.product-detail .s7-viewer-video {
  height: 0 !important;
  padding-top: 133.334%;
  position: relative; }
  .product-detail .s7-viewer-video > .s7container {
    position: absolute !important;
    top: 0;
    left: 0; }
  @media (min-width: 1023.99px) {
    .product-detail .s7-viewer-video {
      width: 100%;
      margin: 0 0 0 auto; } }
  @media (max-width: 1023.98px) {
    .product-detail .s7-viewer-video:not(.s7touchinput) {
      display: none; }
    .product-detail .s7-viewer-video.active {
      display: block;
      position: absolute;
      width: 100%;
      height: 95%;
      top: 0; } }
  .product-detail .s7-viewer-video .s7videoplayer {
    background-color: transparent;
    cursor: pointer; }

.product-detail .s7-viewer,
.product-detail .s7-viewer-qv {
  position: relative;
  width: 100%;
  height: 100%; }
  .product-detail .s7-viewer .s7flyoutzoomview,
  .product-detail .s7-viewer .s7flyoutzoom,
  .product-detail .s7-viewer-qv .s7flyoutzoomview,
  .product-detail .s7-viewer-qv .s7flyoutzoom {
    border: none;
    cursor: url("../images/zoom-Pan.svg"), move; }
  .product-detail .s7-viewer .s7flyoutzoom,
  .product-detail .s7-viewer-qv .s7flyoutzoom {
    left: 0 !important;
    width: 100% !important; }

.product-detail .s7container .s7innercontainer {
  display: none; }
  .product-detail .s7container .s7innercontainer:nth-child(1) {
    display: block;
    position: absolute; }

.product-detail.product-set-detail .video-place-holder, .product-detail.product-quickview .video-place-holder {
  height: 400px !important; }

.product-detail.product-set-detail .s7-viewer-video > .s7container, .product-detail.product-quickview .s7-viewer-video > .s7container {
  height: 560px !important; }

.s7tooltip {
  display: none; }

.s7videoviewer .s7controlbar {
  height: 30px;
  background-color: rgba(255, 255, 255, 0.6) !important;
  background-image: none !important; }

.s7videoviewer .s7videoplayer .s7iconeffect[state] {
  background-image: url(../../images/IconEffect_video_sprite.png) !important; }

.s7videoviewer .s7playpausebutton[selected][state],
.s7videoviewer .s7playpausebutton[selected][state][replay] {
  background-image: url(../../images/PlayPauseButton_sprite.png) !important;
  cursor: pointer; }

.s7videoviewer .s7mutablevolume,
.s7videoviewer .s7fullscreenbutton {
  display: none; }

.s7videoviewer .s7videoscrubber .s7track,
.s7videoviewer .s7videoscrubber .s7trackloaded {
  background-color: #ddd !important; }

.s7videoviewer .s7videoscrubber .s7trackplayed {
  background-color: #686868 !important; }

.s7videoviewer .s7videotime {
  top: 5px !important;
  right: 10px !important;
  color: #000 !important;
  font-family: 'trade-gothic-next-regular', 'Helvetica Neue', helvetica, arial, sans-serif !important;
  font-size: 12px !important; }
  @media (max-width: 1023.98px) {
    .s7videoviewer .s7videotime {
      top: 22px !important; } }

#editProductModal .s7videoviewer {
  display: block !important; }
  #editProductModal .s7videoviewer .s7container {
    height: 341px !important; }

.swatch-display-three {
  -ms-grid-columns: (auto)[3] !important;
      grid-template-columns: repeat(3, auto) !important; }
  .swatch-display-three li {
    -ms-flex-preferred-size: calc(100% / 3) !important;
        flex-basis: calc(100% / 3) !important; }

.swatch-display-four {
  -ms-grid-columns: (auto)[4] !important;
      grid-template-columns: repeat(4, auto) !important; }
  .swatch-display-four li {
    -ms-flex-preferred-size: calc(100% / 4) !important;
        flex-basis: calc(100% / 4) !important; }

.swatch-display-five {
  -ms-grid-columns: (auto)[5] !important;
      grid-template-columns: repeat(5, auto) !important; }
  .swatch-display-five li {
    -ms-flex-preferred-size: calc(100% / 5) !important;
        flex-basis: calc(100% / 5) !important; }

.swatch-display-six {
  -ms-grid-columns: (auto)[6] !important;
      grid-template-columns: repeat(6, auto) !important; }
  .swatch-display-six li {
    -ms-flex-preferred-size: calc(100% / 6) !important;
        flex-basis: calc(100% / 6) !important; }

.primary-images-wrapper .primary-image img {
  cursor: url("../images/zoom-In.svg"), move; }
  .primary-images-wrapper .primary-image img:hover {
    cursor: url(../images/zoom-In.svg), move; }

.header .product-added-to-cart-modal {
  visibility: hidden; }
  @media (max-width: 1023.98px) {
    .header .product-added-to-cart-modal {
      visibility: visible;
      top: 100%;
      right: 10px; } }

.main-menu.fixed .product-added-to-cart-modal {
  top: 60px;
  right: 20px; }
  @media (max-width: 1199.98px) {
    .main-menu.fixed .product-added-to-cart-modal {
      right: 20px; } }

@media (max-width: 1023.98px) {
  .swatch-display-three {
    -ms-grid-columns: (auto)[2] !important;
        grid-template-columns: repeat(2, auto) !important; }
    .swatch-display-three li {
      -ms-flex-preferred-size: calc(100% / 2) !important;
          flex-basis: calc(100% / 2) !important; }
  .swatch-display-four {
    -ms-grid-columns: (auto)[3] !important;
        grid-template-columns: repeat(3, auto) !important; }
    .swatch-display-four li {
      -ms-flex-preferred-size: calc(100% / 3) !important;
          flex-basis: calc(100% / 3) !important; }
  .swatch-display-five {
    -ms-grid-columns: (auto)[4] !important;
        grid-template-columns: repeat(4, auto) !important; }
    .swatch-display-five li {
      -ms-flex-preferred-size: calc(100% / 4) !important;
          flex-basis: calc(100% / 4) !important; }
  .swatch-display-six {
    -ms-grid-columns: (auto)[5] !important;
        grid-template-columns: repeat(5, auto) !important; }
    .swatch-display-six li {
      -ms-flex-preferred-size: calc(100% / 5) !important;
          flex-basis: calc(100% / 5) !important; } }

.product-detail .primary-image-img {
  margin: 0 auto;
  cursor: pointer; }

@media (max-width: 1023.98px) {
  .product-detail .primary-images-wrapper .responsive-slider:not(.slick-initialized) .primary-image:not(.active) {
    display: none; } }

@media (max-width: 1023.97px) {
  .product-detail .primary-images-wrapper .responsive-slider:not(.slick-initialized) .primary-image:not(.active) {
    display: none; } }

@media (max-width: 1023.98px) {
  .product-detail .primary-images-wrapper .responsive-slider:not(.slick-initialized) .primary-image:not(.active) img {
    visibility: hidden; } }

@media (max-width: 1023.97px) {
  .product-detail .primary-images-wrapper .responsive-slider:not(.slick-initialized) .primary-image:not(.active) img {
    visibility: hidden; } }

.product-detail div.primary-images-wrapper.hide-slides .slick-slide:not(.slick-current) img.primary-image-img {
  display: none !important; }

.modal-dialog.in-store-inventory-dialog {
  position: fixed;
  width: 100%;
  height: 100%;
  max-width: 320px;
  margin: 0;
  right: 0;
  background: #fff; }
  @media (max-width: 1023.97px) {
    .modal-dialog.in-store-inventory-dialog {
      max-width: 100%; } }
  @media (min-width: 1023.99px) {
    .modal-dialog.in-store-inventory-dialog {
      max-width: 337px; } }
  @media (max-width: 1023.98px) {
    .modal-dialog.in-store-inventory-dialog {
      max-width: 100%; } }
  .modal-dialog.in-store-inventory-dialog .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
    overflow-y: scroll; }
  .modal-dialog.in-store-inventory-dialog .modal-body {
    padding: 0 10px 10px; }
  .modal-dialog.in-store-inventory-dialog .modal-header {
    -ms-flex-pack: center;
        justify-content: center;
    font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
    color: #000;
    background: #eee;
    padding: 7px 14px 8px 10px;
    min-height: auto;
    display: block; }
    .modal-dialog.in-store-inventory-dialog .modal-header span {
      width: calc(100% - 28px);
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      padding: 0 0 0 20px;
      letter-spacing: 0.25px;
      line-height: 20px;
      text-align: center;
      display: inline-block;
      text-transform: capitalize; }
    .modal-dialog.in-store-inventory-dialog .modal-header .close {
      position: absolute;
      left: 10px;
      padding: 0;
      margin: 0;
      opacity: 1;
      top: 5px;
      transform: scale(0.593, 0.616); }
      @media (max-width: 1023.98px) {
        .modal-dialog.in-store-inventory-dialog .modal-header .close {
          background-position: 0 -942px;
          top: 10px;
          transform: scale(1);
          width: 20px;
          height: 20px; } }
  .modal-dialog.in-store-inventory-dialog .modal-footer {
    display: none; }
  .modal-dialog.in-store-inventory-dialog .form-check {
    padding: 0;
    margin: 0 0 18px; }
    .modal-dialog.in-store-inventory-dialog .form-check label {
      border: 1px solid #aaa;
      width: 100%;
      padding: 10px;
      box-sizing: border-box;
      border-radius: 2px; }
      .modal-dialog.in-store-inventory-dialog .form-check label:hover {
        border: 1px solid #000;
        cursor: pointer; }
    .modal-dialog.in-store-inventory-dialog .form-check input {
      opacity: 0;
      width: 100%;
      height: 100%;
      margin: 0;
      cursor: pointer; }
    .modal-dialog.in-store-inventory-dialog .form-check input:checked ~ .form-check-label {
      border: 1px solid #000; }
  .modal-dialog.in-store-inventory-dialog .change-a-store {
    padding: 28px 0 16px;
    text-align: center;
    color: #222;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.25px;
    line-height: 26px; }
  .modal-dialog.in-store-inventory-dialog .store-locator-container {
    padding: 0; }
    .modal-dialog.in-store-inventory-dialog .store-locator-container .store-result.selected-store label {
      border: 1px solid #000;
      cursor: pointer; }
    .modal-dialog.in-store-inventory-dialog .store-locator-container .save-pikup {
      position: fixed;
      bottom: 0;
      padding: 10px 0;
      max-width: 271px;
      width: 100%;
      background: #fff; }
      @media screen and (max-width: 1024px) {
        .modal-dialog.in-store-inventory-dialog .store-locator-container .save-pikup {
          max-width: 288px; } }
      @media (max-width: 1023.97px) {
        .modal-dialog.in-store-inventory-dialog .store-locator-container .save-pikup {
          width: 100%;
          right: 0;
          margin: 0;
          max-width: 100%; } }
      .modal-dialog.in-store-inventory-dialog .store-locator-container .save-pikup button:disabled {
        background: #d1d1d1;
        color: #fff; }
      @media (max-width: 1023.97px) {
        .modal-dialog.in-store-inventory-dialog .store-locator-container .save-pikup button {
          width: 94%;
          margin: 0 auto; } }
    .modal-dialog.in-store-inventory-dialog .store-locator-container .results {
      margin: 0 0 50px; }
    .modal-dialog.in-store-inventory-dialog .store-locator-container .btn-storelocator-search {
      margin: 0 0 20px; }
    .modal-dialog.in-store-inventory-dialog .store-locator-container .search-form {
      display: block !important; }
    .modal-dialog.in-store-inventory-dialog .store-locator-container .store-locator-search {
      margin: 0 0 18px; }
      .modal-dialog.in-store-inventory-dialog .store-locator-container .store-locator-search .form-input {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        margin: 0;
        position: relative; }
      .modal-dialog.in-store-inventory-dialog .store-locator-container .store-locator-search .store-select {
        -ms-flex-preferred-size: 40%;
            flex-basis: 40%;
        margin: 0 0 0 10px; }
        .modal-dialog.in-store-inventory-dialog .store-locator-container .store-locator-search .store-select .form-group {
          margin-bottom: 0; }
          .modal-dialog.in-store-inventory-dialog .store-locator-container .store-locator-search .store-select .form-group select {
            cursor: pointer; }
        .modal-dialog.in-store-inventory-dialog .store-locator-container .store-locator-search .store-select .custom-select .selected-option {
          font-size: 12px;
          font-family: "trade-gothic-next-bold", "Helvetica Neue", helvetica, arial, sans-serif;
          max-height: 36px;
          min-height: 36px;
          padding: 8.5px 10px;
          border: 1px solid #aaa; }
          .modal-dialog.in-store-inventory-dialog .store-locator-container .store-locator-search .store-select .custom-select .selected-option::before {
            right: 10px; }
        .modal-dialog.in-store-inventory-dialog .store-locator-container .store-locator-search .store-select .custom-select .selection-list {
          top: 34px !important; }
          .modal-dialog.in-store-inventory-dialog .store-locator-container .store-locator-search .store-select .custom-select .selection-list li {
            width: 70%;
            padding: 8px 5px;
            cursor: pointer;
            text-align: left;
            border-bottom: 1px solid #ddd;
            margin: 0 0 0 10px;
            font-size: 12px;
            font-family: "trade-gothic-next-bold", "Helvetica Neue", helvetica, arial, sans-serif; }
            .modal-dialog.in-store-inventory-dialog .store-locator-container .store-locator-search .store-select .custom-select .selection-list li:last-child {
              border-bottom: none; }
            .modal-dialog.in-store-inventory-dialog .store-locator-container .store-locator-search .store-select .custom-select .selection-list li.selected {
              background-color: #ddd;
              margin: 0 0 0 5px; }
            .modal-dialog.in-store-inventory-dialog .store-locator-container .store-locator-search .store-select .custom-select .selection-list li:hover {
              background-color: #ddd;
              margin: 0 0 0 5px; }
    .modal-dialog.in-store-inventory-dialog .store-locator-container .store-locator {
      font-size: 12px; }
      .modal-dialog.in-store-inventory-dialog .store-locator-container .store-locator .store-error {
        display: none;
        color: #ed0c0c;
        padding: 0 0 0 13px;
        margin: 5px 0 18px; }
      .modal-dialog.in-store-inventory-dialog .store-locator-container .store-locator.error .store-error {
        display: block;
        margin: 5px 0 18px; }
      .modal-dialog.in-store-inventory-dialog .store-locator-container .store-locator.error .store-locator-search {
        margin: 0; }
        .modal-dialog.in-store-inventory-dialog .store-locator-container .store-locator.error .store-locator-search input {
          border: 1px solid #ed0c0c; }
        .modal-dialog.in-store-inventory-dialog .store-locator-container .store-locator.error .store-locator-search label {
          color: #000; }
    .modal-dialog.in-store-inventory-dialog .store-locator-container .available-stores {
      text-align: center;
      font-size: 12px;
      margin: 0 0 18px; }
    .modal-dialog.in-store-inventory-dialog .store-locator-container .store-details {
      font-size: 12px;
      line-height: 18px; }
      .modal-dialog.in-store-inventory-dialog .store-locator-container .store-details .store-name {
        font-family: "trade-gothic-next-bold", "Helvetica Neue", helvetica, arial, sans-serif;
        color: #000; }
      .modal-dialog.in-store-inventory-dialog .store-locator-container .store-details .store-map {
        text-decoration: none !important; }
      .modal-dialog.in-store-inventory-dialog .store-locator-container .store-details .set-my-store {
        color: #000; }
      .modal-dialog.in-store-inventory-dialog .store-locator-container .store-details .store-name,
      .modal-dialog.in-store-inventory-dialog .store-locator-container .store-details .address-name-sec,
      .modal-dialog.in-store-inventory-dialog .store-locator-container .store-details .address-details-sec {
        text-transform: capitalize;
        color: #000; }
      .modal-dialog.in-store-inventory-dialog .store-locator-container .store-details .store-details-right {
        font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-pack: justify;
            justify-content: space-between;
        -ms-flex-align: end;
            align-items: flex-end;
        color: #000;
        -ms-flex-preferred-size: 30%;
            flex-basis: 30%; }
      .modal-dialog.in-store-inventory-dialog .store-locator-container .store-details .store-hours {
        color: #686868; }
      .modal-dialog.in-store-inventory-dialog .store-locator-container .store-details .store-stock {
        font-family: "trade-gothic-next-bold", "Helvetica Neue", helvetica, arial, sans-serif; }
        .modal-dialog.in-store-inventory-dialog .store-locator-container .store-details .store-stock .available {
          color: #2e8540; }
        .modal-dialog.in-store-inventory-dialog .store-locator-container .store-details .store-stock .limited {
          color: #ac0000; }
        .modal-dialog.in-store-inventory-dialog .store-locator-container .store-details .store-stock .not-available {
          color: #686868; }
    .modal-dialog.in-store-inventory-dialog .store-locator-container .store-details-left {
      -ms-flex-preferred-size: 70%;
          flex-basis: 70%; }
      .modal-dialog.in-store-inventory-dialog .store-locator-container .store-details-left .store-map {
        width: 100%;
        display: inline-block;
        position: relative; }

.product-added-to-cart-modal {
  max-width: 320px;
  width: 100%;
  height: auto;
  position: absolute;
  top: -35px;
  right: 0;
  padding: 0 !important;
  box-shadow: 0 2px 4px 0 rgba(68, 68, 68, 0.5); }
  @media (max-width: 1199.98px) {
    .product-added-to-cart-modal {
      right: 20px; } }
  @media (max-width: 543.98px) {
    .product-added-to-cart-modal {
      max-width: 100%; } }
  .product-added-to-cart-modal .price .strike-through {
    color: #444; }
  .product-added-to-cart-modal .custom-tooltip {
    display: none; }
  .product-added-to-cart-modal.modal {
    top: -4px;
    left: unset;
    right: 0; }
    @media (max-width: 1023.98px) {
      .product-added-to-cart-modal.modal {
        top: 60px;
        left: unset;
        right: 20px; } }
    @media (max-width: 543.98px) {
      .product-added-to-cart-modal.modal {
        left: 0;
        right: 0;
        width: 90%;
        margin: 0 auto; } }
    .product-added-to-cart-modal.modal .modal-content {
      border-radius: 0; }
    .product-added-to-cart-modal.modal .modal-dialog {
      margin: 0; }
      .product-added-to-cart-modal.modal .modal-dialog .modal-body {
        padding: 35px 11px 11px; }
        .product-added-to-cart-modal.modal .modal-dialog .modal-body .confirm-container {
          width: 100%;
          display: inline-block; }
          .product-added-to-cart-modal.modal .modal-dialog .modal-body .confirm-container .checkout-btn a {
            text-decoration: none; }
          .product-added-to-cart-modal.modal .modal-dialog .modal-body .confirm-container .confm-section {
            margin-bottom: 13px; }
            .product-added-to-cart-modal.modal .modal-dialog .modal-body .confirm-container .confm-section .confm-details {
              padding-left: 15px; }
              .product-added-to-cart-modal.modal .modal-dialog .modal-body .confirm-container .confm-section .confm-details .pdt-name,
              .product-added-to-cart-modal.modal .modal-dialog .modal-body .confirm-container .confm-section .confm-details .sales {
                color: #444;
                font-size: 12px;
                font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
                line-height: 1.16;
                margin-bottom: 5px; }
              .product-added-to-cart-modal.modal .modal-dialog .modal-body .confirm-container .confm-section .confm-details .brnd-name {
                font-size: 12px;
                letter-spacing: 0.5px;
                line-height: 1.16;
                margin-bottom: 5px;
                font-family: "trade-gothic-next-bold", "Helvetica Neue", helvetica, arial, sans-serif;
                color: #000; }
              .product-added-to-cart-modal.modal .modal-dialog .modal-body .confirm-container .confm-section .confm-details .pdt-name,
              .product-added-to-cart-modal.modal .modal-dialog .modal-body .confirm-container .confm-section .confm-details .sales,
              .product-added-to-cart-modal.modal .modal-dialog .modal-body .confirm-container .confm-section .confm-details .vari-name .line-item-attributes,
              .product-added-to-cart-modal.modal .modal-dialog .modal-body .confirm-container .confm-section .confm-details .price {
                color: #000; }
              .product-added-to-cart-modal.modal .modal-dialog .modal-body .confirm-container .confm-section .confm-details .vari-name .line-item-attributes {
                color: #444;
                font-size: 12px;
                font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
                text-transform: capitalize; }
              .product-added-to-cart-modal.modal .modal-dialog .modal-body .confirm-container .confm-section .confm-details .price {
                font-size: 12px; }
                .product-added-to-cart-modal.modal .modal-dialog .modal-body .confirm-container .confm-section .confm-details .price .starting,
                .product-added-to-cart-modal.modal .modal-dialog .modal-body .confirm-container .confm-section .confm-details .price .range,
                .product-added-to-cart-modal.modal .modal-dialog .modal-body .confirm-container .confm-section .confm-details .price .sales {
                  font-weight: normal; }

#product-timeline .modal-dialog {
  max-width: 664px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -ms-flex-align: center;
      align-items: center; }
  #product-timeline .modal-dialog .modal-header {
    position: absolute;
    right: 0;
    border: none;
    z-index: 1; }
    #product-timeline .modal-dialog .modal-header .close {
      padding-top: 0.45rem; }
  #product-timeline .modal-dialog #dsg-editorial.dsg-editorial {
    width: 100%; }

.product-tile .tile-body .feature-name .feature-txt,
.feature-txt-pdp {
  color: #777;
  font-family: "trade-gothic-next-bold", "Helvetica Neue", helvetica, arial, sans-serif;
  letter-spacing: 1.25px;
  border-radius: 2px;
  padding: 3px 6px;
  display: inline-block;
  border: solid 1px #ddd;
  font-size: 10px;
  text-transform: uppercase; }

.feature-txt-pdp {
  margin-bottom: 10px; }

div.availability {
  margin-top: 9px; }

.price {
  font-size: inherit; }
  .price .strike-through {
    display: inline-block;
    margin-right: 3px; }

.price .strike-through,
.pricing {
  font-size: 12px;
  color: #444;
  font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
  display: inline-block; }
  .price .strike-through .bold,
  .pricing .bold {
    font-family: "trade-gothic-next-bold", "Helvetica Neue", helvetica, arial, sans-serif; }
  .price .strike-through.bold,
  .pricing.bold {
    font-family: "trade-gothic-next-bold", "Helvetica Neue", helvetica, arial, sans-serif; }

.cat-landing .content-seperator,
.cat-landing .recommendation-products-section,
.homepage-container .content-seperator,
.homepage-container .recommendation-products-section {
  display: inline-block;
  width: 100%;
  margin: 35px 0; }
  @media (max-width: 1023.98px) {
    .cat-landing .content-seperator,
    .cat-landing .recommendation-products-section,
    .homepage-container .content-seperator,
    .homepage-container .recommendation-products-section {
      margin: 25px 0; } }

.cat-landing .content-seperator,
.homepage-container .content-seperator {
  margin-top: 15px; }

.cat-landing.search-results-page-landing .content-seperator,
.homepage-container.search-results-page-landing .content-seperator {
  margin-bottom: 0; }

.cat-landing .category-tile::before,
.homepage-container .category-tile::before {
  content: none; }

@media (max-width: 1023.98px) {
  .cat-landing .container,
  .homepage-container .container {
    padding: 0; } }

.cat-landing .category-heading,
.cat-landing .slider-heading,
.homepage-container .category-heading,
.homepage-container .slider-heading {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 25px; }

.cat-landing .slider-heading,
.homepage-container .slider-heading {
  margin: 0; }

@media (max-width: 543.98px) {
  .cat-landing.search-results-page-landing .content-seperator {
    margin-bottom: 15px; }
    .cat-landing.search-results-page-landing .content-seperator .hbc-slider {
      padding: 0; }
      .cat-landing.search-results-page-landing .content-seperator .hbc-slider .slick-list {
        padding: 0 120px 0 0; } }

.category-tile {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }
  .category-tile .category-img {
    margin: 0 auto;
    width: 100%; }
  .category-tile .category-info {
    font-size: 18px;
    font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
    color: #fff;
    position: absolute;
    text-align: center;
    line-height: 1; }
    @media (min-width: 1024px) {
      .category-tile .category-info {
        font-size: 24px; } }

.cat-landing .content-70-30,
.cat-landing .content-30-70,
.cat-landing .content-100,
.cat-landing .three-tile-banner,
.cat-landing .two-tile-banner {
  padding: 0 2%; }
  @media screen and (max-width: 1024px) {
    .cat-landing .content-70-30,
    .cat-landing .content-30-70,
    .cat-landing .content-100,
    .cat-landing .three-tile-banner,
    .cat-landing .two-tile-banner {
      padding: 0; } }

.cat-landing .home-slots .content-seperator .homepage-cat-slider .category-tile,
.cat-landing .home-slots .content-seperator .category-slider .category-tile {
  position: relative;
  border: 1px solid #fff; }

.cat-landing .home-slots .content-seperator .homepage-cat-slider.hbc-slider.slick-slider .slick-prev,
.cat-landing .home-slots .content-seperator .category-slider.hbc-slider.slick-slider .slick-prev {
  left: 0px; }

.cat-landing .home-slots .content-seperator .homepage-cat-slider.hbc-slider.slick-slider .slick-next,
.cat-landing .home-slots .content-seperator .category-slider.hbc-slider.slick-slider .slick-next {
  right: 0px; }

.cat-landing .home-slots .content-seperator .homepage-cat-slider .slick-slide,
.cat-landing .home-slots .content-seperator .category-slider .slick-slide {
  margin-right: 0; }

.cat-landing .home-slots .content-seperator .category-slider {
  width: 100%; }
  .cat-landing .home-slots .content-seperator .category-slider.hbc-slider.slick-slider .slick-prev {
    left: 30px; }
  .cat-landing .home-slots .content-seperator .category-slider.hbc-slider.slick-slider .slick-next {
    right: 30px; }

.cat-landing .home-slots .hero-banner.hbc-slider.slick-slider .slick-list {
  max-width: 100%; }
  @media (max-width: 1023.98px) {
    .cat-landing .home-slots .hero-banner.hbc-slider.slick-slider .slick-list {
      padding: 0; } }
  @media screen and (max-width: 767.98px) {
    .cat-landing .home-slots .hero-banner.hbc-slider.slick-slider .slick-list {
      padding: 0; } }

.cat-landing .home-slots .hero-banner.hbc-slider.slick-slider .slick-prev {
  top: 50%; }

.cat-landing .home-slots .hero-banner.hbc-slider.slick-slider .slick-next {
  top: 50%; }

.cat-landing .home-slots .hero-banner.hbc-slider .slick-dots {
  bottom: 15px; }

.cat-landing .home-slots .hbc-slider.slick-slider .slick-prev {
  left: -30px;
  top: 50%;
  transform: translate(0%, -50%); }

.cat-landing .home-slots .hbc-slider.slick-slider .slick-next {
  right: -22px;
  top: 50%;
  transform: translate(0%, -50%); }

.cat-landing .content-seperator .category-slider {
  width: calc(100% - 80px);
  margin: 0 auto; }
  @media (max-width: 1023.97px) {
    .cat-landing .content-seperator .category-slider {
      width: 100%; } }

.cat-landing .content-seperator .hbc-slider .slick-list {
  max-width: 100%; }

.home-3 .category-slider {
  margin-left: auto;
  margin-right: auto;
  width: 100%; }
  @media (max-width: 1023.97px) {
    .home-3 .category-slider {
      width: 100%; } }

.home-3.home-slots .hbc-slider.slick-slider .slick-prev {
  left: 5px;
  top: 50%; }

.home-3.home-slots .hbc-slider.slick-slider .slick-next {
  right: 5px;
  top: 50%; }

.home-slots > *:last-child {
  padding-bottom: 80px; }
  .home-slots > *:last-child > *:last-child {
    padding-bottom: 0; }
  @media (max-width: 543.98px) {
    .home-slots > *:last-child {
      padding-bottom: 70px; } }

.home-slots.home-main > *:last-child {
  padding-bottom: 10px; }
  @media (max-width: 543.98px) {
    .home-slots.home-main > *:last-child {
      padding-bottom: 3px; } }

.home-slots.home-2 > .html-slot-container {
  padding-left: 0;
  padding-right: 0; }

.home-slots.home-2:not(:empty) + .home-3:empty + .home-4:not(:empty) {
  padding-top: 80px; }
  @media (max-width: 543.98px) {
    .home-slots.home-2:not(:empty) + .home-3:empty + .home-4:not(:empty) {
      padding-top: 70px; } }

.home-slots.home-3 > *:last-child {
  padding-bottom: 10px; }
  @media (max-width: 543.98px) {
    .home-slots.home-3 > *:last-child {
      padding-bottom: 54px; } }

@media screen and (max-width: 1439px) {
  .home-slots > .wrapper-container,
  .home-slots > .row,
  .home-slots > .html-slot-container,
  .home-slots > .content-body,
  .home-slots .wrapper-content:not(.hero-banner) {
    padding-left: 40px;
    padding-right: 40px; } }

@media screen and (max-width: 1259px) {
  .home-slots > .wrapper-container,
  .home-slots > .row,
  .home-slots > .html-slot-container,
  .home-slots > .content-body,
  .home-slots .wrapper-content:not(.hero-banner) {
    padding-left: 20px;
    padding-right: 20px; }
    .home-slots > .wrapper-container .hbc-slider,
    .home-slots > .row .hbc-slider,
    .home-slots > .html-slot-container .hbc-slider,
    .home-slots > .content-body .hbc-slider,
    .home-slots .wrapper-content:not(.hero-banner) .hbc-slider {
      padding-left: 0;
      padding-right: 0; }
      .home-slots > .wrapper-container .hbc-slider.slick-initialized,
      .home-slots > .row .hbc-slider.slick-initialized,
      .home-slots > .html-slot-container .hbc-slider.slick-initialized,
      .home-slots > .content-body .hbc-slider.slick-initialized,
      .home-slots .wrapper-content:not(.hero-banner) .hbc-slider.slick-initialized {
        padding-left: 20px;
        padding-right: 20px; } }

@media (max-width: 1023.98px) {
  .home-slots > .wrapper-container,
  .home-slots > .row,
  .home-slots > .html-slot-container,
  .home-slots > .content-body,
  .home-slots .wrapper-content:not(.hero-banner) {
    padding-left: 0;
    padding-right: 0; }
    .home-slots > .wrapper-container .hbc-slider,
    .home-slots > .row .hbc-slider,
    .home-slots > .html-slot-container .hbc-slider,
    .home-slots > .content-body .hbc-slider,
    .home-slots .wrapper-content:not(.hero-banner) .hbc-slider {
      padding-left: 0;
      padding-right: 0; } }

.home-slots > .slider-heading:not(.text-center),
.home-slots .slider-heading:not(.text-center) {
  padding: 0;
  -ms-flex: unset;
      flex: unset;
  max-width: unset;
  width: auto; }
  @media screen and (max-width: 1439px) {
    .home-slots > .slider-heading:not(.text-center),
    .home-slots .slider-heading:not(.text-center) {
      margin-left: 40px;
      margin-right: 40px; } }
  @media screen and (max-width: 1259px) {
    .home-slots > .slider-heading:not(.text-center),
    .home-slots .slider-heading:not(.text-center) {
      margin-left: 20px;
      margin-right: 20px; } }

.home-10 .content-body .content-image p {
  margin: 3px 0 0; }

.cat-landing .hbc-slider,
.homepage-container .hbc-slider {
  padding-left: 10px;
  padding-right: 10px; }
  .cat-landing .hbc-slider.slick-slider .slick-prev,
  .homepage-container .hbc-slider.slick-slider .slick-prev {
    top: 45%;
    left: 10px; }
  .cat-landing .hbc-slider.slick-slider .slick-next,
  .homepage-container .hbc-slider.slick-slider .slick-next {
    top: 45%;
    right: 15px; }
  .cat-landing .hbc-slider .slick-dots,
  .homepage-container .hbc-slider .slick-dots {
    bottom: 0px; }
  .cat-landing .hbc-slider .slick-slide,
  .homepage-container .hbc-slider .slick-slide {
    margin-right: 10px; }
    .cat-landing .hbc-slider .slick-slide .product,
    .homepage-container .hbc-slider .slick-slide .product {
      padding-right: 0; }
    .cat-landing .hbc-slider .slick-slide .image-container .thumb-link,
    .homepage-container .hbc-slider .slick-slide .image-container .thumb-link {
      max-width: none; }
    .cat-landing .hbc-slider .slick-slide .image-container .wishlistTile,
    .homepage-container .hbc-slider .slick-slide .image-container .wishlistTile {
      right: 40px; }
    @media (max-width: 1023.98px) {
      .cat-landing .hbc-slider .slick-slide,
      .homepage-container .hbc-slider .slick-slide {
        margin-right: 5px; } }
  .cat-landing .hbc-slider .slick-list,
  .homepage-container .hbc-slider .slick-list {
    max-width: 94.9%;
    width: auto;
    margin: 0 auto;
    padding-left: 5px; }
    @media (max-width: 1023.98px) {
      .cat-landing .hbc-slider .slick-list,
      .homepage-container .hbc-slider .slick-list {
        max-width: 100%;
        padding: 0 13% 0 0; } }
    @media (max-width: 543.98px) {
      .cat-landing .hbc-slider .slick-list,
      .homepage-container .hbc-slider .slick-list {
        padding: 0 35% 0 0; } }
  @media (max-width: 1023.98px) {
    .cat-landing .hbc-slider,
    .homepage-container .hbc-slider {
      margin: 0; } }

@media (max-width: 1023.98px) {
  .cat-landing .recommendation-products-wrapper,
  .homepage-container .recommendation-products-wrapper {
    margin: 0; } }

.cat-landing .cat-container > *,
.homepage-container .cat-container > * {
  padding-bottom: 10px; }
  @media (max-width: 543.98px) {
    .cat-landing .cat-container > *,
    .homepage-container .cat-container > * {
      padding-bottom: 3px; } }

.category-slot-default {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (auto)[4];
      grid-template-columns: repeat(4, auto);
  grid-gap: 7px;
  padding: 0 2%; }
  @media screen and (max-width: 1024px) {
    .category-slot-default {
      padding: 0; } }
  @media (max-width: 1023.98px) {
    .category-slot-default {
      grid-gap: 3px; } }
  @media (max-width: 543.98px) {
    .category-slot-default {
      -ms-grid-columns: (auto)[2];
          grid-template-columns: repeat(2, auto); } }

.home-banner-content {
  position: relative;
  margin: 0 0 10px;
  padding: 0; }
  .home-banner-content.v-align-left .banner-text {
    left: 20%; }
  .home-banner-content.v-align-right .banner-text {
    left: auto;
    right: 5%; }
  .home-banner-content .banner-heading {
    font-size: 44px;
    line-height: 53px; }
    @media (max-width: 1023.98px) {
      .home-banner-content .banner-heading {
        font-size: 28px;
        line-height: 34px; } }
  .home-banner-content .banner-sub-heading {
    font-size: 18px;
    line-height: 24px; }
    @media (max-width: 1023.98px) {
      .home-banner-content .banner-sub-heading {
        font-size: 14px;
        line-height: 18px; } }

.home-banner-content .banner-text,
.shop-beauty-banner .banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center; }

@media (max-width: 1023.98px) {
  .home-banner-content .banner-text {
    position: static;
    transform: none;
    padding: 20px 0 50px; } }

.text-bg-banner {
  background: #f8efeb;
  margin: 0 0 86px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  padding: 15px;
  text-align: center; }
  .home-main .text-bg-banner {
    margin-bottom: 0; }
  .text-bg-banner .apparel-text {
    color: #000;
    margin: 0 0 5px; }
    .text-bg-banner .apparel-text span {
      font-family: "trade-gothic-next-bold", "Helvetica Neue", helvetica, arial, sans-serif; }
  .text-bg-banner .cta-link span,
  .text-bg-banner .link-cta {
    margin: 0; }

.cta-link {
  display: inline-block;
  margin: 0 18px 0 0; }
  @media (max-width: 1023.98px) {
    .cta-link {
      margin: 0 15px 0 0; } }
  @media screen and (max-width: 767.98px) {
    .cta-link {
      margin: 0 25px; } }
  .cta-link:last-child {
    margin: 0; }

.cta-link span,
.link-cta {
  color: #444;
  font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
  padding: 0 0 2px;
  margin: 0 0 20px;
  display: inline-block;
  position: relative;
  padding: 10px;
  line-height: 1.15;
  white-space: nowrap; }
  @media (max-width: 1023.98px) {
    .cta-link span,
    .link-cta {
      color: #000 !important; } }
  .cta-link span::after,
  .link-cta::after {
    content: '';
    display: block;
    position: absolute;
    height: 3px;
    background-color: #444;
    bottom: 6px;
    left: 10px;
    right: 10px; }
  .cta-link span:hover, .cta-link span:focus, .cta-link span:active,
  .link-cta:hover,
  .link-cta:focus,
  .link-cta:active {
    background: #ac0000;
    color: #fff !important;
    text-decoration: none; }
    .cta-link span:hover::after, .cta-link span:focus::after, .cta-link span:active::after,
    .link-cta:hover::after,
    .link-cta:focus::after,
    .link-cta:active::after {
      display: none; }

@media (max-width: 543.98px) {
  .link-cta {
    margin: 0 0 12px; } }

.custom-cta span {
  position: absolute;
  height: 3px;
  bottom: 6px;
  left: 10px;
  right: 10px;
  padding: 0;
  display: block;
  margin: 0; }
  .custom-cta span:after {
    content: '';
    display: none; }

.custom-cta:hover span, .custom-cta:focus span, .custom-cta:active span {
  display: none; }

.custom-cta:after {
  content: '';
  display: none; }

.button-link {
  max-width: 220px;
  width: 100%;
  display: inline-block;
  height: 45px;
  line-height: 45px;
  border-radius: 2px; }
  .button-link:hover {
    text-decoration: none; }

@media (max-width: 1023.98px) {
  .mobile-a-link, .button-link {
    font-family: "trade-gothic-next-bold", "Helvetica Neue", helvetica, arial, sans-serif;
    border: none;
    border-bottom: 2px solid;
    padding: 0 0 2px;
    height: auto;
    line-height: normal;
    background-color: transparent !important;
    color: #444 !important; }
    .mobile-a-link:hover, .button-link:hover {
      text-decoration: none; } }

.home-slots {
  box-sizing: border-box;
  margin: 0 auto;
  overflow-x: hidden; }
  @media screen and (min-width: 1440px) {
    .home-slots {
      max-width: 1440px; } }
  @media (max-width: 1023.98px) {
    .home-slots {
      margin: 0 auto;
      overflow: hidden; } }
  .home-slots .slider-heading {
    margin-top: 40px;
    margin-bottom: 25px; }
  .home-slots.cr18-carousal {
    padding: 0; }

.absolute-positioning, .content-body.withinCenter .content-text, .content-body.withinTop .content-text, .shop-beauty-banner .content-text {
  position: absolute;
  transform: translate(-50%, -50%);
  text-align: center; }

.absolute-notransform, .content-body.withinLeft .content-text, .content-body.withinRight .content-text, .hero-banner.hbc-slider.slick-slider .slick-arrow, .shop-beauty-banner .cta-links {
  position: absolute;
  transform: translate(0, -50%);
  top: 50%;
  text-align: center; }

.content-body {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .content-body.withinCenter .content-text {
    top: 50%;
    left: 50%; }
  .content-body.withinLeft .content-text {
    left: 10%; }
  .content-body.withinRight .content-text {
    right: 10%; }
  .content-body.withinBottom {
    -ms-flex-direction: unset;
        flex-direction: unset;
    text-align: center; }
    .content-body.withinBottom .content-text {
      position: absolute;
      bottom: 30px;
      left: 50%;
      transform: translate(-50%, 0); }
      .content-body.withinBottom .content-text .cta-link {
        margin: 0;
        padding: 0; }
    .content-body.withinBottom .cta-link span,
    .content-body.withinBottom .link-cta {
      margin: 0; }
  .content-body.withinTop {
    text-align: center; }
    .content-body.withinTop .content-text {
      transform: translate(-50%, 0);
      top: 30px;
      left: 50%; }
  .content-body.right .content-text {
    padding: 0 10px 0 30px;
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%; }
    @media (max-width: 1023.98px) {
      .content-body.right .content-text {
        padding: 0 10px 0 20px;
        -ms-flex-preferred-size: 33%;
            flex-basis: 33%; } }
  .content-body.left .content-image {
    -ms-flex-order: 2;
        order: 2; }
    @media screen and (max-width: 767.98px) {
      .content-body.left .content-image {
        -ms-flex-order: 0;
            order: 0; } }
  .content-body.left .content-text {
    text-align: right;
    padding: 0 30px 0 10px;
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%; }
    @media (max-width: 1023.98px) {
      .content-body.left .content-text {
        padding: 0 20px 0 10px;
        -ms-flex-preferred-size: 33%;
            flex-basis: 33%; } }
  .content-body.left .banner-sub-heading .use-code {
    display: block; }
    .content-body.left .banner-sub-heading .use-code .code {
      font-family: "trade-gothic-next-bold", "Helvetica Neue", helvetica, arial, sans-serif; }
  .content-body.left .cta-link {
    display: inline-block;
    margin: 0 0 0 18px; }
    @media (max-width: 1023.98px) {
      .content-body.left .cta-link {
        margin: 0 0 0 15px; } }
    .content-body.left .cta-link:first-child {
      margin: 0; }
  .content-body.below {
    -ms-flex-direction: column;
        flex-direction: column; }
  .content-body.top {
    -ms-flex-direction: column;
        flex-direction: column; }
  .content-body .content-image {
    margin: 0 auto; }
    .content-body .content-image p {
      margin: 17px 0 0; }
      .content-body .content-image p img {
        margin: 0 auto; }
  @media (max-width: 1023.98px) {
    .content-body.withinCenter, .content-body.withinLeft, .content-body.withinRight, .content-body.withinTop {
      -ms-flex-direction: column;
          flex-direction: column; } }
  .content-body.withinCenter .content-text, .content-body.withinLeft .content-text, .content-body.withinRight .content-text, .content-body.withinTop .content-text {
    width: 100%;
    max-width: 425px;
    padding: 30px 15px; }
    @media (max-width: 1023.98px) {
      .content-body.withinCenter .content-text, .content-body.withinLeft .content-text, .content-body.withinRight .content-text, .content-body.withinTop .content-text {
        position: static;
        padding: 20px 10px 0;
        transform: none;
        text-align: center;
        width: 100%;
        max-width: none; } }
  @media screen and (max-width: 767.98px) {
    .content-body.right, .content-body.left, .content-body.top, .content-body.below {
      -ms-flex-direction: column;
          flex-direction: column; }
      .content-body.right .content-text, .content-body.left .content-text, .content-body.top .content-text, .content-body.below .content-text {
        position: static;
        padding: 20px 10px 0;
        transform: none;
        text-align: center;
        width: 100%; } }
  .content-body.right, .content-body.left {
    margin: 0 0 3px; }
    @media (max-width: 1023.97px) {
      .content-body.right, .content-body.left {
        margin: 0 0 25px; } }
    .content-body.right .content-image, .content-body.left .content-image {
      -ms-flex-preferred-size: 70%;
          flex-basis: 70%; }
    .content-body.right .banner-sub-heading, .content-body.left .banner-sub-heading {
      max-width: none; }
  @media screen and (max-width: 767.98px) {
    .content-body.image-overlap .content-text {
      position: relative;
      top: -15px;
      background: #fff;
      width: calc(100% - 20px);
      right: 0;
      left: 0;
      margin: 0 auto; } }

.hero-banner .content-image p {
  margin: 0; }

.three-up-row .content-body,
.two-up-row .content-body,
.three-up-hero .child-content .content-body {
  margin: 0 10px 0 0; }
  @media screen and (max-width: 767.98px) {
    .three-up-row .content-body,
    .two-up-row .content-body,
    .three-up-hero .child-content .content-body {
      margin: 0 0 5px; } }
  .three-up-row .content-body:last-child,
  .two-up-row .content-body:last-child,
  .three-up-hero .child-content .content-body:last-child {
    margin: 0; }
  .three-up-row .content-body .content-text,
  .two-up-row .content-body .content-text,
  .three-up-hero .child-content .content-body .content-text {
    padding: 15px 0 0; }

@media screen and (max-width: 767.98px) {
  .three-up-row,
  .two-up-row,
  .three-up-hero .child-content {
    -ms-flex-direction: column;
        flex-direction: column; }
    .three-up-row .content-text,
    .two-up-row .content-text,
    .three-up-hero .child-content .content-text {
      position: static;
      padding: 20px 10px 0;
      transform: none;
      text-align: center;
      width: 100%; } }

.three-up-hero {
  -ms-flex-direction: column;
      flex-direction: column; }

.four-up-stack .content-body {
  -ms-flex-preferred-size: 49.5%;
      flex-basis: 49.5%; }
  @media screen and (max-width: 767.98px) {
    .four-up-stack .content-body {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; } }
  .four-up-stack .content-body .content-text {
    padding: 15px 0 0; }

.banner-heading {
  font-size: 28px;
  margin: 0 0 5px; }
  @media (max-width: 1023.98px) {
    .banner-heading {
      font-size: 22px;
      line-height: 28px; } }

.banner-sub-heading {
  font-size: 16px;
  line-height: 24px;
  margin: 0 auto 25px;
  max-width: 350px; }
  @media (max-width: 1023.98px) {
    .banner-sub-heading {
      font-size: 14px;
      line-height: 20px; } }

.homepage-slider .preheader-text {
  letter-spacing: 3px; }

.preheader-text {
  font-size: 16px;
  font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
  color: #000;
  line-height: 24px;
  letter-spacing: 0.5px;
  padding-bottom: 14px; }
  @media (max-width: 1023.98px) {
    .preheader-text {
      font-size: 15px; } }

.post-button-details {
  font-size: 12px;
  color: #000;
  font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
  margin-top: 16px; }
  @media screen and (max-width: 767.98px) {
    .post-button-details {
      margin-top: 24px; } }
  .post-button-details .view-details-home {
    color: #444;
    text-decoration: underline;
    display: inline-block;
    padding-left: 5px; }
    @media screen and (max-width: 767.98px) {
      .post-button-details .view-details-home {
        padding: 0; } }

@media (max-width: 1023.98px) {
  .hero-banner {
    margin: 0 auto 23px; } }

@media (max-width: 543.98px) {
  .hero-banner {
    margin: 0 auto 33px; } }

.hero-banner .slick-dots {
  position: absolute;
  width: 100%;
  bottom: 15px;
  height: 20px; }

.hero-banner .banner-heading {
  font-size: 44px;
  line-height: 44px;
  margin: 0 0 20px; }
  @media (max-width: 1023.98px) {
    .hero-banner .banner-heading {
      font-size: 28px;
      line-height: 34px;
      color: #404040 !important; } }
  @media (max-width: 543.98px) {
    .hero-banner .banner-heading {
      font-size: 24px; } }
  @media (max-width: 1023.98px) {
    .hero-banner .banner-sub-heading {
      font-size: 14px;
      line-height: 20px;
      color: #404040 !important; } }

.hero-banner .cta-links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center; }

.hero-banner .cta-link {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  margin: 0 5px; }

.hero-banner .break {
  -ms-flex: 1 0 100%;
      flex: 1 0 100%; }
  @media (max-width: 543.98px) {
    .hero-banner .break {
      -ms-flex: unset;
          flex: unset; } }

@media (max-width: 1023.98px) {
  .homepage-slider .content-image {
    min-height: 305px; } }

@media screen and (max-width: 767.98px) {
  .homepage-slider .content-image {
    min-height: 150px; } }

@media screen and (max-width: 767.98px) {
  .shop-beauty-banner .content-image img {
    width: 100%;
    height: 100px; } }

.shop-beauty-banner .content-text {
  top: 50%;
  left: 50%; }
  @media screen and (max-width: 767.98px) {
    .shop-beauty-banner .content-text {
      width: 100%; }
      .shop-beauty-banner .content-text .banner-heading {
        font-size: 22px;
        line-height: 1; } }

.shop-beauty-banner .cta-links {
  right: 7%;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 1023.98px) {
    .shop-beauty-banner .cta-links {
      right: 2%; } }

.shop-beauty-banner .banner-sub-heading {
  margin: 0 auto 5px;
  max-width: 280px; }
  @media (max-width: 1023.98px) {
    .shop-beauty-banner .banner-sub-heading {
      max-width: 250px; } }

@media (max-width: 1023.98px) {
  .shop-beauty-banner .cta-link span,
  .shop-beauty-banner .link-cta {
    font-size: 12px; } }

@media screen and (max-width: 767.98px) {
  .shop-beauty-banner .cta-link span,
  .shop-beauty-banner .link-cta {
    margin: 0; } }

.slider-heading-section.row,
.slider-wrapper.row {
  margin: 0 auto; }
  @media screen and (max-width: 767.98px) {
    .slider-heading-section.row,
    .slider-wrapper.row {
      margin: 0 auto 15px;
      width: calc(100% - 20px); } }

.shop-beauty-links {
  position: absolute;
  right: 7%;
  top: 50%;
  transform: translateY(-50%); }
  .shop-beauty-links .a-link:first-child {
    margin: 0 15px 0 0; }

.tiles {
  margin: 0 10px 0 0; }
  @media screen and (max-width: 767.98px) {
    .tiles {
      margin: 0; } }
  .tiles:last-child {
    margin: 0; }
  .tiles .tiles-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    margin: 25px auto 0;
    text-align: center;
    max-width: 320px; }
    @media screen and (max-width: 767.98px) {
      .tiles .tiles-text {
        margin: 15px auto 50px; } }

.product-tile.banner-tile {
  padding-top: 0;
  position: relative; }
  .product-tile.banner-tile .banner-tile-img {
    height: 100%;
    width: 100%; }
  .product-tile.banner-tile.single-grid .banner-tile-content, .product-tile.banner-tile.double-grid .banner-tile-content {
    width: 100%;
    margin: 0 auto;
    text-align: center; }
  .product-tile.banner-tile.single-grid .banner-tile-content {
    position: absolute;
    right: 0;
    left: 0 !important; }
    .product-tile.banner-tile.single-grid .banner-tile-content .banner-tile-header {
      font-size: 24px;
      font-family: "trade-gothic-next-bold", "Helvetica Neue", helvetica, arial, sans-serif;
      color: #fff; }
      @media (max-width: 1023.98px) {
        .product-tile.banner-tile.single-grid .banner-tile-content .banner-tile-header {
          font-size: 18px;
          font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif; } }
    .product-tile.banner-tile.single-grid .banner-tile-content .banner-tile-link {
      font-size: 14px;
      font-family: "trade-gothic-next-bold", "Helvetica Neue", helvetica, arial, sans-serif;
      color: #fff;
      text-decoration: underline; }
      @media (max-width: 1023.98px) {
        .product-tile.banner-tile.single-grid .banner-tile-content .banner-tile-link {
          font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif; } }
  .product-tile.banner-tile.double-grid .banner-tile-content {
    position: absolute;
    top: 32%;
    width: 36%;
    right: 0;
    left: 0; }
    @media (max-width: 1023.98px) {
      .product-tile.banner-tile.double-grid .banner-tile-content {
        top: 30%; } }
    .product-tile.banner-tile.double-grid .banner-tile-content .banner-tile-header {
      font-size: 28px;
      color: #000;
      line-height: normal;
      margin: 5px 0; }
      @media (max-width: 1023.98px) {
        .product-tile.banner-tile.double-grid .banner-tile-content .banner-tile-header {
          font-size: 18px;
          font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif; } }
    .product-tile.banner-tile.double-grid .banner-tile-content .banner-tile-link {
      font-size: 14px;
      font-family: "trade-gothic-next-bold", "Helvetica Neue", helvetica, arial, sans-serif;
      color: #000;
      text-decoration: underline;
      margin: 5px 0;
      display: inline-block; }
      @media (max-width: 1023.98px) {
        .product-tile.banner-tile.double-grid .banner-tile-content .banner-tile-link {
          font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif; } }
  .product-tile.banner-tile:hover {
    border: 1px solid #fff; }

.home-main .hero-banner {
  max-width: 1440px;
  margin: 0 auto; }
  .home-main .hero-banner.slick-dotted.slick-slider {
    margin-bottom: 0; }

.hbc-slider .slick-dots li button:before {
  color: transparent; }

.hbc-slider .slick-dots li.slick-active button:before {
  color: transparent; }

.home-slots .hbc-slider.slick-slider {
  padding-left: 40px;
  padding-right: 40px; }
  @media (max-width: 1023.98px) {
    .home-slots .hbc-slider.slick-slider {
      padding-left: 0;
      padding-right: 0; } }
  .home-slots .hbc-slider.slick-slider .slick-list {
    padding: 0; }
    @media (max-width: 1023.98px) {
      .home-slots .hbc-slider.slick-slider .slick-list {
        padding: 0 80px 0 0; } }
    @media screen and (max-width: 767.98px) {
      .home-slots .hbc-slider.slick-slider .slick-list {
        padding: 0 120px 0 0; } }
  .home-slots .hbc-slider.slick-slider .slick-prev {
    top: 40%;
    left: 30px;
    height: 24px; }
  .home-slots .hbc-slider.slick-slider .slick-next {
    top: 40%;
    right: 30px;
    height: 24px; }
  .home-slots .hbc-slider.slick-slider.recommendation-products .slick-prev {
    left: 5px; }
  .home-slots .hbc-slider.slick-slider.recommendation-products .slick-next {
    right: 5px; }
  @media screen and (max-width: 1439px) {
    .home-slots .hbc-slider.slick-slider.recommendation-products {
      padding: 0; }
      .home-slots .hbc-slider.slick-slider.recommendation-products .slick-prev {
        left: -27px; }
      .home-slots .hbc-slider.slick-slider.recommendation-products .slick-next {
        right: -24px; } }
  @media screen and (max-width: 1259px) {
    .home-slots .hbc-slider.slick-slider.recommendation-products {
      padding: 0 20px; }
      .home-slots .hbc-slider.slick-slider.recommendation-products .slick-prev {
        left: -8px; }
      .home-slots .hbc-slider.slick-slider.recommendation-products .slick-next {
        right: -4px; } }

.home-slots .hbc-slider.homepage-cat-slider .slick-prev {
  left: 0px; }

.home-slots .hbc-slider.homepage-cat-slider .slick-next {
  right: 0px; }

.home-slots .hbc-slider .product-tile .image-container .thumb-link {
  max-width: none; }

.home-slots .hero-banner.hbc-slider {
  padding-left: 0;
  padding-right: 0; }
  @media (max-width: 1023.98px) {
    .home-slots .hero-banner.hbc-slider.slick-slider .slick-list {
      padding: 0; } }

.catgeory-info-count {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center; }
  .catgeory-info-count .catgeory-new-count {
    color: #fff;
    padding: 5px 10px;
    width: 132px;
    margin: 0 auto; }
  .catgeory-info-count .category-info {
    position: relative; }

.wrapper-content.three-up-row .withinBottom .content-text {
  padding: 0 10px;
  width: 100%; }

.mobile-show {
  display: none; }
  @media screen and (max-width: 767.98px) {
    .mobile-show {
      display: block;
      margin-bottom: 76px; } }
  @media (max-width: 543.98px) {
    .mobile-show {
      margin-bottom: 62px; } }

@media (max-width: 543.98px) {
  .home-2 .mobile-show {
    margin: 10px 0 76px; } }

.desktop-show {
  display: block; }
  @media screen and (max-width: 767.98px) {
    .desktop-show {
      display: none; } }

.cat-landing .cat-container {
  box-sizing: border-box;
  margin: 0 auto; }
  @media screen and (min-width: 1440px) {
    .cat-landing .cat-container {
      max-width: 1440px; } }
  .cat-landing .cat-container .container {
    padding: 0 0 17px 0; }
    .cat-landing .cat-container .container:first-of-type {
      padding-top: 15px; }
    @media (max-width: 1023.98px) {
      .cat-landing .cat-container .container {
        padding: 15px 0 0 0; } }
  @media screen and (max-width: 1024px) {
    .cat-landing .cat-container .hbc-slider .slick-list {
      padding: 0; } }

.term-condition-section,
.view-detail-section {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 740px;
  margin: 0 auto;
  text-align: center;
  z-index: 10411;
  width: 100%;
  background: #fff; }
  .term-condition-section.hide,
  .view-detail-section.hide {
    display: none; }
  .term-condition-section .term-condition-inner,
  .term-condition-section .view-detail-inner,
  .view-detail-section .term-condition-inner,
  .view-detail-section .view-detail-inner {
    max-width: 625px;
    margin: 0 auto;
    text-align: center;
    padding: 70px 10px 60px; }
    @media screen and (max-width: 767.98px) {
      .term-condition-section .term-condition-inner,
      .term-condition-section .view-detail-inner,
      .view-detail-section .term-condition-inner,
      .view-detail-section .view-detail-inner {
        height: 100vh;
        -ms-flex-align: center;
            align-items: center;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-pack: center;
            justify-content: center; } }
    .term-condition-section .term-condition-inner .terms-text,
    .term-condition-section .view-detail-inner .terms-text,
    .view-detail-section .term-condition-inner .terms-text,
    .view-detail-section .view-detail-inner .terms-text {
      font-size: 24px;
      color: #000;
      margin: 0 0 10px;
      display: inline-block; }
    .term-condition-section .term-condition-inner .terms-policy,
    .term-condition-section .view-detail-inner .terms-policy,
    .view-detail-section .term-condition-inner .terms-policy,
    .view-detail-section .view-detail-inner .terms-policy {
      margin: 0 0 20px; }
    .term-condition-section .term-condition-inner .continue-shop,
    .term-condition-section .view-detail-inner .continue-shop,
    .view-detail-section .term-condition-inner .continue-shop,
    .view-detail-section .view-detail-inner .continue-shop {
      height: 45px;
      display: inline-block;
      max-width: 220px;
      width: 100%;
      line-height: 3;
      color: #fff; }
      .term-condition-section .term-condition-inner .continue-shop:hover,
      .term-condition-section .view-detail-inner .continue-shop:hover,
      .view-detail-section .term-condition-inner .continue-shop:hover,
      .view-detail-section .view-detail-inner .continue-shop:hover {
        color: #fff;
        text-decoration: none; }
  .term-condition-section .terms-condition-close,
  .term-condition-section .view-detail-close,
  .view-detail-section .terms-condition-close,
  .view-detail-section .view-detail-close {
    display: inline-block;
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer; }

.terms-overlay,
.view-details-overlay {
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  position: fixed;
  z-index: 10401;
  opacity: 0; }
  .terms-overlay.show,
  .view-details-overlay.show {
    opacity: 0.5; }

.view-details-popup-main .view-details-overlay {
  opacity: 0.5; }

.beauty-landing .slider-heading,
.beauty-landing .category-info,
.beauty-landing .banner-heading {
  font-family: "Moneta-Regular", "Times New Roman", times, serif; }

.beauty-landing .content-seperator {
  margin-top: 0; }
  .beauty-landing .content-seperator .hbc-slider .slick-prev {
    left: 0; }
  .beauty-landing .content-seperator .hbc-slider .slick-next {
    right: 20px; }
  .beauty-landing .content-seperator .hbc-slider .slick-dots {
    bottom: -25px; }

.cat-landing.search-results-page-landing .slider-heading {
  margin-top: 40px; }

.best-seller-margin {
  margin-left: 0;
  margin-right: 0; }

.home-slots .slider-heading {
  color: #000;
  margin: 20px 0 25px;
  font-family: "trade-gothic-next-condensed", "Helvetica Neue", helvetica, arial, sans-serif;
  position: relative;
  text-transform: uppercase;
  font-size: 28px; }
  @media screen and (max-width: 1259px) {
    .home-slots .slider-heading {
      margin-left: 0;
      margin-right: 0; } }
  @media (max-width: 543.98px) {
    .home-slots .slider-heading {
      margin: 20px 0 10px; } }
  .home-slots .slider-heading span {
    position: relative;
    background: #fff;
    padding: 5px 10px;
    z-index: 5; }
  .home-slots .slider-heading::after {
    content: '';
    width: 100%;
    height: 1px;
    background: #ddd;
    position: absolute;
    left: 0;
    top: 50%; }

.home-slots > .slider-heading.text-center {
  -ms-flex: unset;
      flex: unset;
  max-width: unset;
  width: auto; }
  @media screen and (max-width: 1439px) {
    .home-slots > .slider-heading.text-center {
      margin-left: 40px;
      margin-right: 40px; } }
  @media screen and (max-width: 1259px) {
    .home-slots > .slider-heading.text-center {
      margin-left: 10px;
      margin-right: 10px; } }

@media (max-width: 543.98px) {
  .home-slots .hbc-slider.slick-slider .slick-list {
    padding: 0 187px 0 0; } }

.home-slots .hbc-slider.category-slider .slick-prev {
  left: 5px;
  top: 50%;
  transform: translateY(-50%); }

.home-slots .hbc-slider.category-slider .slick-next {
  right: 5px;
  top: 50%;
  transform: translateY(-50%); }

.home-page .slick-dots li button::after,
.home-slots .slick-dots li button::after {
  border: 1px solid #dcdcdc; }

.home-page .slick-dots li.slick-active button::after,
.home-slots .slick-dots li.slick-active button::after {
  background: #ccc; }

.banner-heading {
  font-family: "trade-gothic-next-condensed", "Helvetica Neue", helvetica, arial, sans-serif;
  color: #000;
  font-size: 36px; }
  @media (max-width: 1023.98px) {
    .banner-heading {
      font-size: 28px; } }

.homepage-slider .preheader-text {
  letter-spacing: 0.5px; }

.hero-banner .banner-sub-heading {
  font-size: 16px;
  max-width: 220px; }
  @media (max-width: 1023.97px) {
    .hero-banner .banner-sub-heading {
      margin: 0 auto 20px;
      max-width: 100%; } }
  @media (max-width: 543.98px) {
    .hero-banner .banner-sub-heading {
      margin: 0 auto 10px; } }

@media (max-width: 1023.97px) {
  .hero-banner .banner-heading {
    margin: 0 0 7px;
    font-size: 28px; } }

@media (max-width: 1023.98px) {
  .hero-banner .banner-heading,
  .hero-banner .banner-sub-heading,
  .hero-banner .link-cta {
    color: #000 !important; } }

@media (max-width: 1023.98px) {
  .hero-banner .span-cta {
    background-color: #000 !important; } }

@media (max-width: 1023.98px) {
  .hero-banner .preheader-text {
    color: #000 !important; } }

@media (max-width: 1023.98px) {
  .hero-banner .post-button-details {
    color: #000 !important; } }

@media (max-width: 1023.97px) {
  .wrapper-content {
    padding-bottom: 40px; }
    .wrapper-content.hero-banner {
      padding-bottom: 10px; } }
    @media (max-width: 1023.97px) and (max-width: 543.98px) {
      .wrapper-content.hero-banner {
        padding-bottom: 3px; } }

.content-body .content-image p {
  margin: 2px 0 0; }

@media (max-width: 1023.97px) {
  .content-body.withinCenter .content-text {
    padding: 10px 10px 0; } }

.content-body.right .cta-link {
  position: relative;
  left: -10px; }

.content-body.left .cta-link {
  position: relative;
  right: -10px; }

@media (max-width: 1023.97px) {
  .content-body.right, .content-body.left {
    margin: 0 0 42px; }
    .content-body.right .cta-link, .content-body.left .cta-link {
      position: static;
      left: 0;
      right: 0;
      margin: 0 5px; }
      .content-body.right .cta-link:first-child, .content-body.left .cta-link:first-child {
        margin: 0 5px; } }

.hero-banner .content-body .content-image p {
  margin: 0; }

.wrapper-content {
  padding-bottom: 60px; }
  @media (max-width: 1023.97px) {
    .wrapper-content {
      padding-bottom: 40px; } }

@media (max-width: 1023.97px) {
  .home-2 .mobile-show {
    margin: 10px 0 43px; } }

.catgeory-info-count .catgeory-new-count {
  margin: 0 auto 15px; }

.three-up-row .content-image:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 50%;
  background-image: linear-gradient(to bottom, rgba(238, 238, 238, 0), rgba(0, 0, 0, 0.8) 100%);
  bottom: 0;
  left: 0; }

.three-up-row .cta-link span::after,
.three-up-row .link-cta::after {
  content: '';
  display: none; }

.three-up-row .cta-link span span,
.three-up-row .link-cta span {
  position: absolute;
  height: 3px;
  bottom: 6px;
  right: 10px;
  left: 10px;
  padding: 0;
  margin: 0; }

.shop-beauty-banner {
  margin-bottom: 60px; }
  @media (max-width: 1023.97px) {
    .shop-beauty-banner {
      margin-bottom: 40px; } }
  @media (max-width: 543.98px) {
    .shop-beauty-banner {
      margin-bottom: 20px; } }

.text-bg-banner {
  margin: 0 0 75px; }
  @media (max-width: 1023.97px) {
    .text-bg-banner {
      margin: 0 0 43px; } }
  .text-bg-banner .apparel-text span {
    font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif; }
    .text-bg-banner .apparel-text span.news-flash {
      color: #b5554c;
      font-family: "trade-gothic-next-bold", "Helvetica Neue", helvetica, arial, sans-serif; }

.term-condition-section {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 740px;
  margin: 0 auto;
  text-align: center;
  z-index: 10411;
  width: 100%;
  background: #fff; }
  .term-condition-section.hide {
    display: none; }
  .term-condition-section .term-condition-inner {
    max-width: 625px;
    margin: 0 auto;
    text-align: center;
    padding: 70px 10px 60px; }
    @media screen and (max-width: 767.98px) {
      .term-condition-section .term-condition-inner {
        height: 100vh;
        -ms-flex-align: center;
            align-items: center;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-pack: center;
            justify-content: center; } }
    .term-condition-section .term-condition-inner .terms-text {
      font-size: 24px;
      color: #000;
      margin: 0 0 10px;
      display: inline-block; }
    .term-condition-section .term-condition-inner .terms-policy {
      margin: 0 0 20px; }
      @media screen and (max-width: 767.98px) {
        .term-condition-section .term-condition-inner .terms-policy {
          height: auto !important; } }
    .term-condition-section .term-condition-inner .continue-shop {
      height: 45px;
      display: inline-block;
      max-width: 220px;
      width: 100%;
      line-height: 3;
      color: #fff; }
      .term-condition-section .term-condition-inner .continue-shop:hover {
        color: #fff;
        text-decoration: none; }
  .term-condition-section .terms-condition-close {
    display: inline-block;
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer; }

.terms-condition {
  color: #999;
  font-size: 10px;
  text-decoration: underline; }
  .terms-condition:hover {
    color: #999; }
  @media (min-width: 1024px) {
    .terms-condition.desktop-show {
      display: inline-block; } }

.terms-mobile {
  text-align: right;
  width: 97%;
  margin: 10px 10px 0 0; }

.terms-overlay {
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  position: fixed;
  z-index: 10401;
  opacity: 0; }
  .terms-overlay.show {
    opacity: 0.5; }

@media screen and (max-width: 767.98px) {
  .shop-beauty-banner .content-text {
    top: 40%; } }

.link-cta:hover {
  background: #444; }

.cta-link span,
.link-cta {
  color: #000; }
  .cta-link span::after,
  .link-cta::after {
    background-color: #000; }

.slider-heading,
.home-slots .slider-heading {
  font-family: "Moneta-Regular", "Times New Roman", times, serif;
  font-size: 28px;
  letter-spacing: 1.2px;
  line-height: 38px;
  text-transform: none;
  margin: 0 0 45px;
  position: relative; }
  @media (max-width: 1023.98px) {
    .slider-heading,
    .home-slots .slider-heading {
      font-size: 26px;
      letter-spacing: 1px;
      line-height: 30px;
      margin-bottom: 18px; }
      .slider-heading.text-center,
      .home-slots .slider-heading.text-center {
        margin-left: 0;
        margin-right: 0; } }
  .slider-heading::after,
  .home-slots .slider-heading::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: #ddd;
    left: 0;
    top: 53%; }
  .slider-heading span,
  .home-slots .slider-heading span {
    padding: 1.5px 15px;
    display: inline-block;
    position: relative;
    background-color: #fff;
    z-index: 5; }
    @media (max-width: 1023.98px) {
      .slider-heading span,
      .home-slots .slider-heading span {
        padding: 3px 15px; } }
  body.hide-womens .slider-heading, body.hide-womens
  .home-slots .slider-heading {
    font-family: "trade-gothic-next-condensed", "Helvetica Neue", helvetica, arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.4px; }
  body.hide-womens .banner-heading .slider-heading, body.hide-womens .banner-heading
  .home-slots .slider-heading {
    text-transform: capitalize; }

.hbc-slider .category-info-style, .hbc-slider.homepage-cat-slider .category-info, .home-slots .hbc-slider.category-slider .category-info {
  display: block;
  font-family: "trade-gothic-next-bold", "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 14px;
  color: #000;
  text-align: center; }

.hbc-slider.homepage-cat-slider {
  max-width: 1062px;
  margin: 0 auto; }
  .hbc-slider.homepage-cat-slider:not(.slick-initialized) {
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    -webkit-scroll-snap-type: x mandatory;
        -ms-scroll-snap-type: x mandatory;
            scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch; }
    .hbc-slider.homepage-cat-slider:not(.slick-initialized)::-webkit-scrollbar {
      display: none; }
    .hbc-slider.homepage-cat-slider:not(.slick-initialized) > * {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      scroll-snap-align: start;
      width: 25%;
      padding: 0 10px 0 0; }
      @media (min-width: 1024px) {
        .category-slot-1-5 .hbc-slider.homepage-cat-slider:not(.slick-initialized) > * {
          width: 20%; } }
      @media (max-width: 1023.98px) {
        .hbc-slider.homepage-cat-slider:not(.slick-initialized) > * {
          width: 22.5%; } }
      @media (max-width: 543.98px) {
        .hbc-slider.homepage-cat-slider:not(.slick-initialized) > * {
          width: 42%; } }
    @media (max-width: 1023.98px) {
      .hbc-slider.homepage-cat-slider:not(.slick-initialized) .category-item:last-child {
        width: calc(22.5% + 10px);
        padding-right: 20px; } }
    @media (max-width: 543.98px) {
      .hbc-slider.homepage-cat-slider:not(.slick-initialized) .category-item:last-child {
        width: 42%;
        padding-right: 10px; } }
    .hbc-slider.homepage-cat-slider:not(.slick-initialized) + .touchscreen-slider-dots {
      display: none; }
  @media (max-width: 1199.98px) {
    .hbc-slider.homepage-cat-slider {
      max-width: 902px; } }
  @media (max-width: 1023.98px) {
    .hbc-slider.homepage-cat-slider {
      max-width: 790px; }
      .hbc-slider.homepage-cat-slider .slick-list {
        padding: 0; } }
  @media screen and (max-width: 767.98px) {
    .hbc-slider.homepage-cat-slider {
      max-width: 100%; } }
  .hbc-slider.homepage-cat-slider .slick-arrow.slick-prev,
  .hbc-slider.homepage-cat-slider .slick-arrow.slick-next {
    top: 33%; }
  .hbc-slider.homepage-cat-slider .category-tile:before {
    content: none; }
  .hbc-slider.homepage-cat-slider .slick-slide {
    padding: 0 7px; }
    @media (max-width: 1023.98px) {
      .hbc-slider.homepage-cat-slider .slick-slide {
        padding: 0 0 0 6px; } }
  .hbc-slider.homepage-cat-slider .category-item {
    text-align: center; }
  .hbc-slider.homepage-cat-slider .category-info {
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 20px;
    letter-spacing: 0.25px;
    margin-top: 12px;
    padding: 2px 10px; }
    @media (max-width: 543.98px) {
      .hbc-slider.homepage-cat-slider .category-info {
        letter-spacing: normal; } }

.hbc-slider.slick-slider .slick-arrow {
  background: url("../../images/avenue-sprite.svg") no-repeat;
  background-position: 0 -914px;
  width: 28px;
  height: 28px; }
  .hbc-slider.slick-slider .slick-arrow::before {
    content: none; }

.hbc-slider.slick-slider .slick-prev {
  transform: rotate(180deg) scale(0.8); }

.hbc-slider.slick-slider .slick-next {
  transform: rotate(360deg) scale(0.8); }

.hbc-slider.slick-slider .slick-prev,
.hbc-slider.slick-slider .slick-next {
  height: 28px; }

.home-slots .slider-heading {
  line-height: 32px;
  margin: 24px 0 27px; }
  .home-slots .slider-heading span {
    padding: 1.5px 15px;
    display: inline-block; }
    @media (max-width: 1023.98px) {
      .home-slots .slider-heading span {
        padding: 3px 15px; } }

@media screen and (max-width: 767.98px) {
  .home-slots .slider-heading-4-up {
    margin: 0 0 18px;
    padding: 0; } }

.home-slots .hbc-slider.slick-slider .slick-prev,
.home-slots .hbc-slider.slick-slider .slick-next {
  height: 28px; }

@media (max-width: 1023.98px) {
  .home-slots .hbc-slider.slick-slider .slick-list {
    padding: 0; } }

@media (max-width: 1023.98px) {
  .home-slots .hbc-slider.homepage-cat-slider {
    padding-left: 0;
    margin: 0 0 0 20px; } }

@media (max-width: 543.98px) {
  .home-slots .hbc-slider.homepage-cat-slider {
    margin: 0 0 0 10px; } }

.home-slots .hbc-slider.category-slider {
  max-width: 1180px;
  margin: 0 auto; }
  .home-slots .hbc-slider.category-slider.product-category .product-tile .tile-body .price {
    padding-top: 0; }
    .home-slots .hbc-slider.category-slider.product-category .product-tile .tile-body .price .value {
      font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif; }
  .home-slots .hbc-slider.category-slider.product-category .slick-track {
    display: -ms-flexbox;
    display: flex; }
    .home-slots .hbc-slider.category-slider.product-category .slick-track .slick-slide {
      height: inherit; }
      .home-slots .hbc-slider.category-slider.product-category .slick-track .slick-slide > div {
        height: 90%; }
  .home-slots .hbc-slider.category-slider.product-category .catgeory-info-count {
    position: static;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
  .home-slots .hbc-slider.category-slider.product-category .view-slide,
  .home-slots .hbc-slider.category-slider.product-category .view-slide div {
    height: 100%; }
  .home-slots .hbc-slider.category-slider.product-category .category-tile::before {
    content: none; }
  .home-slots .hbc-slider.category-slider.product-category.touchscreen-slider-initialized > div {
    height: inherit !important; }
    .home-slots .hbc-slider.category-slider.product-category.touchscreen-slider-initialized > div.view-slide .category-tile {
      height: 93% !important; }
      @media (min-width: 1024px) {
        .home-slots .hbc-slider.category-slider.product-category.touchscreen-slider-initialized > div.view-slide .category-tile {
          height: 84% !important; } }
      @media screen and (max-width: 767.98px) {
        .home-slots .hbc-slider.category-slider.product-category.touchscreen-slider-initialized > div.view-slide .category-tile {
          height: 91% !important; } }
  @media (max-width: 1199.98px) {
    .home-slots .hbc-slider.category-slider {
      max-width: 976px; } }
  @media (max-width: 1023.98px) {
    .home-slots .hbc-slider.category-slider {
      padding: 0 20px; }
      .home-slots .hbc-slider.category-slider.product-category .category-item {
        width: 226px;
        padding-left: 8px;
        padding-right: 8px; }
        .home-slots .hbc-slider.category-slider.product-category .category-item:first-child {
          padding-left: 20px;
          width: 238px; }
        .home-slots .hbc-slider.category-slider.product-category .category-item:last-child {
          padding-right: 20px;
          width: 238px; } }
    @media screen and (max-width: 1023.98px) and (max-width: 767.98px) {
      .home-slots .hbc-slider.category-slider.product-category .category-item {
        width: 42%;
        padding: 0 6px; }
        .home-slots .hbc-slider.category-slider.product-category .category-item:first-child {
          padding-left: 6px;
          width: 42%; }
        .home-slots .hbc-slider.category-slider.product-category .category-item:last-child {
          padding-right: 6px;
          width: 42%; } }
  @media screen and (max-width: 767.98px) {
    .home-slots .hbc-slider.category-slider {
      max-width: 374px; } }
  @media screen and (max-width: 767.98px) {
    .home-slots .hbc-slider.category-slider {
      padding: 0 12px; } }
  .home-slots .hbc-slider.category-slider .category-img {
    max-width: 283px; }
    @media (max-width: 1199.98px) {
      .home-slots .hbc-slider.category-slider .category-img {
        max-width: 232px; } }
    @media (max-width: 1023.98px) {
      .home-slots .hbc-slider.category-slider .category-img {
        max-width: 170px; } }
    @media screen and (max-width: 767.98px) {
      .home-slots .hbc-slider.category-slider .category-img {
        max-width: 159px; } }
  .home-slots .hbc-slider.category-slider .category-info {
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 18px;
    letter-spacing: 1.25px;
    padding: 3px 0px;
    margin-top: 14px;
    border-bottom: solid 1px #000; }
    @media screen and (max-width: 767.98px) {
      .home-slots .hbc-slider.category-slider .category-info {
        margin-top: 7px; } }
  .home-slots .hbc-slider.category-slider .category-item {
    padding: 0 6px;
    text-align: center; }
    @media (min-width: 1024px) {
      .home-slots .hbc-slider.category-slider .category-item {
        width: 25%; } }
    @media (max-width: 1023.98px) {
      .home-slots .hbc-slider.category-slider .category-item {
        width: 23.4%;
        padding: 0;
        margin: 0 auto; } }
    @media screen and (max-width: 767.98px) {
      .home-slots .hbc-slider.category-slider .category-item {
        width: 50%;
        padding: 0 8px;
        margin: 18px auto 0; } }
    .home-slots .hbc-slider.category-slider .category-item a:hover {
      text-decoration: none; }
      .home-slots .hbc-slider.category-slider .category-item a:hover span.category-info {
        text-decoration: underline; }

.home-slots .hbc-slider.homepage-slider.hero-banner .content-body {
  display: block !important; }
  @media screen and (min-width: 1440px) {
    .home-slots .hbc-slider.homepage-slider.hero-banner .content-body {
      max-width: 2000px;
      margin: 0 auto; } }

.home-slots .html-container-template1 {
  background: #ffe0fc;
  font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  margin-top: 0; }
  .home-slots .html-container-template1 .container-template1 {
    padding: 13px 0 17px; }
    @media screen and (max-width: 767.98px) {
      .home-slots .html-container-template1 .container-template1 {
        padding: 21px 20px 26px; } }
  .home-slots .html-container-template1 p {
    margin: 0; }
  .home-slots .html-container-template1 a.terms-condition {
    margin-left: 12px; }
    @media screen and (max-width: 767.98px) {
      .home-slots .html-container-template1 a.terms-condition {
        display: table;
        margin: 3px auto 0; } }
  .home-slots .html-container-template1 a:hover {
    text-decoration: none; }

.term-condition-section {
  max-width: 748px; }
  .term-condition-section .terms-condition-close {
    top: 18px;
    right: 18px;
    transform: scale(0.93); }
  .term-condition-section .term-condition-inner {
    padding: 84px 5px 83px; }
    @media (max-width: 1023.98px) {
      .term-condition-section .term-condition-inner {
        padding: 84px 36px 83px; } }
    .term-condition-section .term-condition-inner .terms-text {
      font-family: "Moneta-Regular", "Times New Roman", times, serif;
      font-size: 28px;
      letter-spacing: 1.2px;
      line-height: 32px;
      margin-bottom: 13px; }
      @media (max-width: 1023.98px) {
        .term-condition-section .term-condition-inner .terms-text {
          font-size: 26px;
          letter-spacing: 1px; } }
    .term-condition-section .term-condition-inner .terms-policy {
      margin-bottom: 25px;
      font-size: 14px;
      line-height: 20px; }
    .term-condition-section .term-condition-inner .continue-shop {
      max-width: 237px;
      border: none; }

.terms-condition {
  color: #000;
  font-size: 14px; }
  .terms-condition:hover {
    color: #000; }

.terms-overlay.show {
  opacity: 0.6; }

@media screen and (max-width: 767.98px) {
  .slider-heading-section.row,
  .slider-wrapper.row {
    margin: 0 auto; } }

.three-up-row .below .content-image:before {
  content: none; }

.three-up-row .content-body {
  margin: 0 17px 0 0;
  -ms-flex-preferred-size: calc(33.3% - 17px);
      flex-basis: calc(33.3% - 17px); }
  @media (max-width: 1023.98px) {
    .three-up-row .content-body {
      margin: 0 14.5px 0 0;
      -ms-flex-preferred-size: calc(33.3% - 14.5px);
          flex-basis: calc(33.3% - 14.5px); } }
  @media screen and (max-width: 767.98px) {
    .three-up-row .content-body {
      margin: 0 0 41px;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }
      .three-up-row .content-body:last-child {
        margin: 0; } }
  .three-up-row .content-body .content-text {
    padding: 18px 0 0; }
    @media screen and (max-width: 767.98px) {
      .three-up-row .content-body .content-text {
        padding: 9px 0 0; } }

.three-up-row .link-cta span {
  height: 1px;
  bottom: 5px; }

.home-slots > .wrapper-container,
.home-slots > .row,
.home-slots > .html-slot-container,
.home-slots > .content-body,
.home-slots .wrapper-content:not(.hero-banner) {
  padding-left: 0 !important;
  padding-right: 0 !important; }
  .home-slots > .wrapper-container .hbc-slider,
  .home-slots > .row .hbc-slider,
  .home-slots > .html-slot-container .hbc-slider,
  .home-slots > .content-body .hbc-slider,
  .home-slots .wrapper-content:not(.hero-banner) .hbc-slider {
    padding-left: 0;
    padding-right: 0; }
    .home-slots > .wrapper-container .hbc-slider.slick-initialized,
    .home-slots > .row .hbc-slider.slick-initialized,
    .home-slots > .html-slot-container .hbc-slider.slick-initialized,
    .home-slots > .content-body .hbc-slider.slick-initialized,
    .home-slots .wrapper-content:not(.hero-banner) .hbc-slider.slick-initialized {
      padding-left: 20px;
      padding-right: 20px; }

@media (max-width: 1023.98px) {
  .home-slots .wrapper-content.three-up-row {
    padding: 0 20px 54px; } }

@media screen and (max-width: 767.98px) {
  .home-slots .wrapper-content.three-up-row {
    padding: 0 0 54px; } }

.banner-heading {
  font-family: "Moneta-Regular", "Times New Roman", times, serif;
  font-size: 32px;
  letter-spacing: 1.37px;
  line-height: 34px;
  margin: 0 0 9px; }
  @media (max-width: 1023.98px) {
    .banner-heading {
      font-size: 30px;
      letter-spacing: 1.29px; } }
  body.hide-womens .banner-heading {
    font-family: "trade-gothic-next-condensed", "Helvetica Neue", helvetica, arial, sans-serif;
    letter-spacing: 0.4px;
    text-transform: uppercase; }
  body.hide-womens .banner-heading .banner-heading {
    text-transform: capitalize; }
  .banner-heading.mensSmalls {
    font-family: "trade-gothic-next-condensed", "Helvetica Neue", helvetica, arial, sans-serif;
    font-size: 50px;
    line-height: 54px;
    letter-spacing: 1px;
    text-transform: uppercase; }
    @media (max-width: 1023.98px) {
      .banner-heading.mensSmalls {
        font-size: 34px;
        line-height: 38px;
        letter-spacing: 0.5px; } }
  .banner-heading.mensLarge {
    font-family: "trade-gothic-next-condensed", "Helvetica Neue", helvetica, arial, sans-serif;
    font-size: 100px;
    line-height: 104px;
    letter-spacing: 2px;
    text-transform: uppercase; }
    @media (max-width: 1023.98px) {
      .banner-heading.mensLarge {
        font-size: 50px;
        line-height: 54px;
        letter-spacing: 0.5px; } }

.banner-sub-heading {
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 20px;
  margin: 0 auto 10px;
  color: #000; }

.link-cta {
  font-family: "trade-gothic-next-bold", "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.25px;
  line-height: 18px;
  padding: 9px;
  margin: 0; }
  .link-cta:hover {
    background: #000; }
  .link-cta:after {
    bottom: 5px; }
  .link-cta span {
    height: 1px;
    bottom: 5px; }

.two-up-row.hbc-slider.slick-slider {
  max-width: 972px;
  margin: 0 auto; }
  @media (max-width: 1023.98px) {
    .two-up-row.hbc-slider.slick-slider {
      max-width: 100%;
      padding-left: 20px; } }
  @media screen and (max-width: 767.98px) {
    .two-up-row.hbc-slider.slick-slider {
      padding: 0 0 54px; } }
  .two-up-row.hbc-slider.slick-slider .slick-prev {
    left: 0; }
  .two-up-row.hbc-slider.slick-slider .slick-next {
    right: 16px; }
  @media screen and (max-width: 767.98px) {
    .two-up-row.hbc-slider.slick-slider .slick-list {
      padding: 0; } }

.two-up-row.hbc-slider .slick-slide .content-body {
  padding-right: 17px; }
  @media screen and (max-width: 767.98px) {
    .two-up-row.hbc-slider .slick-slide .content-body {
      padding-right: 0; } }

.two-up-row.hbc-slider .content-body .content-text {
  padding: 0; }

.two-up-row.hbc-slider .content-body .content-image {
  margin: 0 auto 5px; }

.two-up-row.hbc-slider .slick-dots li.slick-active button::after {
  background: #000;
  opacity: 1; }

.two-up-row.hbc-slider .slick-dots li button::after {
  background: #000;
  opacity: 0.1;
  width: 5px;
  height: 5px;
  border: 0; }

.slider-heading-section.row {
  width: 100%;
  margin: 0; }

@media (min-width: 1024px) {
  .home-slots {
    padding-left: 20px;
    padding-right: 20px; } }

@media (min-width: 1200px) {
  .home-slots {
    padding-left: 40px;
    padding-right: 40px; } }

/*
  For hero banner
*/
.home-main.home-slots,
.home-2.home-slots,
.home-3.home-slots {
  max-width: unset;
  padding-left: 0;
  padding-right: 0; }

.hero-banner {
  max-width: unset !important; }
  .hero-banner .slick-dots {
    bottom: 38px;
    height: auto; }
    @media (max-width: 1023.98px) {
      .hero-banner .slick-dots {
        bottom: 29px;
        top: auto !important; } }
    @media screen and (max-width: 767.98px) {
      .hero-banner .slick-dots {
        bottom: 23px; } }

.hero-banner.promo-banner .content-body.withinCenter .content-text {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: static;
  max-width: unset;
  transform: none;
  padding: 27px 0 36px; }
  .hero-banner.promo-banner .content-body.withinCenter .content-text .content-row {
    max-width: 1260px;
    margin: 0 auto;
    -ms-flex-align: center;
        align-items: center; }
  @media screen and (max-width: 767.98px) {
    .hero-banner.promo-banner .content-body.withinCenter .content-text {
      padding: 22px 0 13px; } }
  .hero-banner.promo-banner .content-body.withinCenter .content-text .banner-sub-heading {
    max-width: 100%; }
  @media (max-width: 1023.98px) {
    .hero-banner.promo-banner .content-body.withinCenter .content-text.cols:first-child {
      padding-right: 0; } }

.hero-banner.promo-banner .content-body.withinCenter .banner-asset.proxi-common .banner-wrapper {
  line-height: 20px; }
  @media (min-width: 1023.99px) {
    .hero-banner.promo-banner .content-body.withinCenter .banner-asset.proxi-common .banner-wrapper {
      line-height: 24px;
      font-size: 16px; } }
  @media (max-width: 1023.98px) {
    .hero-banner.promo-banner .content-body.withinCenter .banner-asset.proxi-common .banner-wrapper .content a {
      line-height: 20px !important; } }

.hero-banner.promo-banner .banner-heading,
.hero-banner.promo-banner .banner-heading.womensSmallRegular,
.hero-banner.promo-banner .banner-heading.womensSmallBold,
.hero-banner.promo-banner .banner-heading.womensSmallBlack {
  padding-top: 5px;
  margin: 0 0 5px;
  font-family: "Moneta-Bold", "Times New Roman", times, serif;
  font-size: 45px;
  line-height: 47px;
  letter-spacing: 1.88px; }
  @media (max-width: 1023.98px) {
    .hero-banner.promo-banner .banner-heading,
    .hero-banner.promo-banner .banner-heading.womensSmallRegular,
    .hero-banner.promo-banner .banner-heading.womensSmallBold,
    .hero-banner.promo-banner .banner-heading.womensSmallBlack {
      font-family: "Moneta-Black", "Times New Roman", times, serif;
      font-size: 36px;
      line-height: 38px;
      letter-spacing: 1.5px;
      margin: 0 0 4px; } }
  @media screen and (max-width: 767.98px) {
    .hero-banner.promo-banner .banner-heading,
    .hero-banner.promo-banner .banner-heading.womensSmallRegular,
    .hero-banner.promo-banner .banner-heading.womensSmallBold,
    .hero-banner.promo-banner .banner-heading.womensSmallBlack {
      margin: 0 0 5px;
      letter-spacing: 1px; } }

.hero-banner.promo-banner .banner-sub-heading {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0; }
  @media (max-width: 1023.98px) {
    .hero-banner.promo-banner .banner-sub-heading {
      color: #fff;
      font-size: 14px;
      line-height: 20px; } }

@media screen and (max-width: 767.98px) {
  .hero-banner.promo-banner .cols {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 15px; }
    .hero-banner.promo-banner .cols.details-holder {
      margin-bottom: 4px; } }

@media (min-width: 1024px) {
  .hero-banner.promo-banner .cta-links-wrap {
    padding-left: 0;
    padding-right: 20px; } }

.hero-banner.promo-banner .post-button-details {
  letter-spacing: 1.2px;
  color: #fff;
  margin-top: 8px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.4px; }
  @media (max-width: 1023.98px) {
    .hero-banner.promo-banner .post-button-details {
      font-size: 14px;
      line-height: 20px;
      letter-spacing: 0.25px; } }
  @media screen and (max-width: 767.98px) {
    .hero-banner.promo-banner .post-button-details {
      margin-top: 0; } }
  .hero-banner.promo-banner .post-button-details a {
    display: table;
    margin: 12px auto 20px;
    color: #fff;
    border-bottom: solid 1px #fff;
    letter-spacing: 0.25px;
    line-height: 20px;
    margin-bottom: 0; }
    .hero-banner.promo-banner .post-button-details a:hover {
      text-decoration: none;
      border-color: transparent; }
    @media (max-width: 1023.98px) {
      .hero-banner.promo-banner .post-button-details a {
        margin-top: 13px; } }
    @media screen and (max-width: 767.98px) {
      .hero-banner.promo-banner .post-button-details a {
        margin: 1px auto 0;
        line-height: normal; } }

.hero-banner.promo-banner .cta-link span,
.hero-banner.promo-banner .link-cta {
  text-transform: uppercase;
  font-family: "trade-gothic-next-bold", "Helvetica Neue", helvetica, arial, sans-serif;
  letter-spacing: 1.2px;
  line-height: 18px; }
  .hero-banner.promo-banner .cta-link span:hover, .hero-banner.promo-banner .cta-link span:focus, .hero-banner.promo-banner .cta-link span:active,
  .hero-banner.promo-banner .link-cta:hover,
  .hero-banner.promo-banner .link-cta:focus,
  .hero-banner.promo-banner .link-cta:active {
    background: #000; }

@media (max-width: 1023.98px) {
  .hero-banner.promo-banner .link-cta {
    letter-spacing: 1.25px; } }

.hero-banner .content-body.withinBottomCenter .content-text, .hero-banner .content-body.withinBottom .content-text, .hero-banner .content-body.withinBottomLeft .content-text, .hero-banner .content-body.withinBottomRight .content-text, .hero-banner .content-body.withinTopRight .content-text, .hero-banner .content-body.withinTopCenter .content-text, .hero-banner .content-body.withinTop .content-text, .hero-banner .content-body.withinTopLeft .content-text, .hero-banner .content-body.withinMiddleRight .content-text, .hero-banner .content-body.withinRight .content-text, .hero-banner .content-body.withinMiddleCenter .content-text, .hero-banner .content-body.withinCenter .content-text, .hero-banner .content-body.withinMiddleLeft .content-text, .hero-banner .content-body.withinLeft .content-text {
  position: absolute;
  width: 100%;
  text-align: center;
  max-width: 383px;
  padding: 0; }
  .hero-banner .content-body.withinBottomCenter .content-text .banner-sub-heading, .hero-banner .content-body.withinBottom .content-text .banner-sub-heading, .hero-banner .content-body.withinBottomLeft .content-text .banner-sub-heading, .hero-banner .content-body.withinBottomRight .content-text .banner-sub-heading, .hero-banner .content-body.withinTopRight .content-text .banner-sub-heading, .hero-banner .content-body.withinTopCenter .content-text .banner-sub-heading, .hero-banner .content-body.withinTop .content-text .banner-sub-heading, .hero-banner .content-body.withinTopLeft .content-text .banner-sub-heading, .hero-banner .content-body.withinMiddleRight .content-text .banner-sub-heading, .hero-banner .content-body.withinRight .content-text .banner-sub-heading, .hero-banner .content-body.withinMiddleCenter .content-text .banner-sub-heading, .hero-banner .content-body.withinCenter .content-text .banner-sub-heading, .hero-banner .content-body.withinMiddleLeft .content-text .banner-sub-heading, .hero-banner .content-body.withinLeft .content-text .banner-sub-heading {
    max-width: 100%; }
  @media screen and (max-width: 1024px) {
    .hero-banner .content-body.withinBottomCenter .content-text, .hero-banner .content-body.withinBottom .content-text, .hero-banner .content-body.withinBottomLeft .content-text, .hero-banner .content-body.withinBottomRight .content-text, .hero-banner .content-body.withinTopRight .content-text, .hero-banner .content-body.withinTopCenter .content-text, .hero-banner .content-body.withinTop .content-text, .hero-banner .content-body.withinTopLeft .content-text, .hero-banner .content-body.withinMiddleRight .content-text, .hero-banner .content-body.withinRight .content-text, .hero-banner .content-body.withinMiddleCenter .content-text, .hero-banner .content-body.withinCenter .content-text, .hero-banner .content-body.withinMiddleLeft .content-text, .hero-banner .content-body.withinLeft .content-text {
      max-width: 317px; } }
  @media (max-width: 1023.98px) {
    .hero-banner .content-body.withinBottomCenter .content-text, .hero-banner .content-body.withinBottom .content-text, .hero-banner .content-body.withinBottomLeft .content-text, .hero-banner .content-body.withinBottomRight .content-text, .hero-banner .content-body.withinTopRight .content-text, .hero-banner .content-body.withinTopCenter .content-text, .hero-banner .content-body.withinTop .content-text, .hero-banner .content-body.withinTopLeft .content-text, .hero-banner .content-body.withinMiddleRight .content-text, .hero-banner .content-body.withinRight .content-text, .hero-banner .content-body.withinMiddleCenter .content-text, .hero-banner .content-body.withinCenter .content-text, .hero-banner .content-body.withinMiddleLeft .content-text, .hero-banner .content-body.withinLeft .content-text {
      max-width: 272px; } }

.hero-banner .content-body.withinMiddleRight .content-text, .hero-banner .content-body.withinRight .content-text {
  right: 8%;
  top: 50%;
  transform: translate(0, -50%); }

.hero-banner .content-body.withinMiddleCenter .content-text, .hero-banner .content-body.withinCenter .content-text {
  max-width: 581px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
  .hero-banner .content-body.withinMiddleCenter .content-text .banner-sub-heading, .hero-banner .content-body.withinCenter .content-text .banner-sub-heading {
    max-width: 67%; }
  @media screen and (min-width: 1440px) {
    .hero-banner .content-body.withinMiddleCenter .content-text, .hero-banner .content-body.withinCenter .content-text {
      max-width: 792px; } }
  @media screen and (max-width: 1024px) {
    .hero-banner .content-body.withinMiddleCenter .content-text .banner-sub-heading, .hero-banner .content-body.withinCenter .content-text .banner-sub-heading {
      max-width: 60%; } }
  @media (max-width: 1023.98px) {
    .hero-banner .content-body.withinMiddleCenter .content-text, .hero-banner .content-body.withinCenter .content-text {
      max-width: 356px; }
      .hero-banner .content-body.withinMiddleCenter .content-text .banner-sub-heading, .hero-banner .content-body.withinCenter .content-text .banner-sub-heading {
        max-width: 80%; } }

.hero-banner .content-body.withinMiddleLeft .content-text, .hero-banner .content-body.withinLeft .content-text {
  left: 8%;
  top: 50%;
  transform: translate(0, -50%); }

.hero-banner .content-body.withinTopCenter .content-text, .hero-banner .content-body.withinTop .content-text {
  top: 54px;
  transform: translate(-50%, 0);
  left: 50%; }

.hero-banner .content-body.withinTopLeft .content-text {
  top: 54px;
  left: 8%; }

.hero-banner .content-body.withinTopRight .content-text {
  top: 54px;
  right: 8%; }

@media screen and (max-width: 1024px) {
  .hero-banner .content-body.withinTopCenter .content-text, .hero-banner .content-body.withinTop .content-text, .hero-banner .content-body.withinTopRight .content-text, .hero-banner .content-body.withinTopLeft .content-text {
    top: 8%; } }

.hero-banner .content-body.withinBottomCenter .content-text, .hero-banner .content-body.withinBottom .content-text {
  top: auto;
  bottom: 61px;
  transform: translate(-50%, 0);
  left: 50%; }

.hero-banner .content-body.withinBottomLeft .content-text {
  top: auto;
  bottom: 61px;
  left: 8%; }

.hero-banner .content-body.withinBottomRight .content-text {
  top: auto;
  bottom: 61px;
  right: 8%; }

@media screen and (max-width: 1024px) {
  .hero-banner .content-body.withinBottomCenter .content-text, .hero-banner .content-body.withinBottom .content-text, .hero-banner .content-body.withinBottomLeft .content-text, .hero-banner .content-body.withinBottomRight .content-text {
    bottom: 10%; } }

@media screen and (max-width: 767.98px) {
  .hero-banner .content-body.withinBottomCenter .content-text, .hero-banner .content-body.withinBottom .content-text, .hero-banner .content-body.withinBottomLeft .content-text, .hero-banner .content-body.withinBottomRight .content-text, .hero-banner .content-body.withinTopRight .content-text, .hero-banner .content-body.withinTopCenter .content-text, .hero-banner .content-body.withinTop .content-text, .hero-banner .content-body.withinTopLeft .content-text, .hero-banner .content-body.withinMiddleRight .content-text, .hero-banner .content-body.withinRight .content-text, .hero-banner .content-body.withinMiddleCenter .content-text, .hero-banner .content-body.withinCenter .content-text, .hero-banner .content-body.withinMiddleLeft .content-text, .hero-banner .content-body.withinLeft .content-text {
    max-width: 330px;
    top: 50%;
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%); }
    .hero-banner .content-body.withinBottomCenter .content-text .banner-sub-heading, .hero-banner .content-body.withinBottom .content-text .banner-sub-heading, .hero-banner .content-body.withinBottomLeft .content-text .banner-sub-heading, .hero-banner .content-body.withinBottomRight .content-text .banner-sub-heading, .hero-banner .content-body.withinTopRight .content-text .banner-sub-heading, .hero-banner .content-body.withinTopCenter .content-text .banner-sub-heading, .hero-banner .content-body.withinTop .content-text .banner-sub-heading, .hero-banner .content-body.withinTopLeft .content-text .banner-sub-heading, .hero-banner .content-body.withinMiddleRight .content-text .banner-sub-heading, .hero-banner .content-body.withinRight .content-text .banner-sub-heading, .hero-banner .content-body.withinMiddleCenter .content-text .banner-sub-heading, .hero-banner .content-body.withinCenter .content-text .banner-sub-heading, .hero-banner .content-body.withinMiddleLeft .content-text .banner-sub-heading, .hero-banner .content-body.withinLeft .content-text .banner-sub-heading {
      max-width: 100%; }
  .hero-banner .content-body.withinBottomCenter.withinMobileTop .content-text, .hero-banner .content-body.withinBottom.withinMobileTop .content-text, .hero-banner .content-body.withinBottomLeft.withinMobileTop .content-text, .hero-banner .content-body.withinBottomRight.withinMobileTop .content-text, .hero-banner .content-body.withinTopRight.withinMobileTop .content-text, .hero-banner .content-body.withinTopCenter.withinMobileTop .content-text, .hero-banner .content-body.withinTop.withinMobileTop .content-text, .hero-banner .content-body.withinTopLeft.withinMobileTop .content-text, .hero-banner .content-body.withinMiddleRight.withinMobileTop .content-text, .hero-banner .content-body.withinRight.withinMobileTop .content-text, .hero-banner .content-body.withinMiddleCenter.withinMobileTop .content-text, .hero-banner .content-body.withinCenter.withinMobileTop .content-text, .hero-banner .content-body.withinMiddleLeft.withinMobileTop .content-text, .hero-banner .content-body.withinLeft.withinMobileTop .content-text {
    top: 8%;
    transform: translate(-50%, 0); }
  .hero-banner .content-body.withinBottomCenter.withinMobileBottom .content-text, .hero-banner .content-body.withinBottom.withinMobileBottom .content-text, .hero-banner .content-body.withinBottomLeft.withinMobileBottom .content-text, .hero-banner .content-body.withinBottomRight.withinMobileBottom .content-text, .hero-banner .content-body.withinTopRight.withinMobileBottom .content-text, .hero-banner .content-body.withinTopCenter.withinMobileBottom .content-text, .hero-banner .content-body.withinTop.withinMobileBottom .content-text, .hero-banner .content-body.withinTopLeft.withinMobileBottom .content-text, .hero-banner .content-body.withinMiddleRight.withinMobileBottom .content-text, .hero-banner .content-body.withinRight.withinMobileBottom .content-text, .hero-banner .content-body.withinMiddleCenter.withinMobileBottom .content-text, .hero-banner .content-body.withinCenter.withinMobileBottom .content-text, .hero-banner .content-body.withinMiddleLeft.withinMobileBottom .content-text, .hero-banner .content-body.withinLeft.withinMobileBottom .content-text {
    top: auto;
    bottom: 10%;
    transform: translate(-50%, 0); } }

@media screen and (max-width: 767.98px) {
  .hero-banner .content-body.belowImage .content-text {
    position: static;
    transform: unset;
    margin: 18px auto 0; } }

.hero-banner .cta-link,
.hero-banner .link-cta {
  margin-right: 0;
  margin-left: 0; }

.hero-banner .cta-link {
  margin-top: 14px; }

.hero-banner .link-cta {
  margin: 0 0 5px;
  font-weight: normal; }
  @media screen and (max-width: 767.98px) {
    .hero-banner .link-cta {
      margin: 0; } }
  .hero-banner .link-cta span {
    height: 1px; }

.hero-banner .break {
  -ms-flex: none;
      flex: none; }

.hero-banner .button-link {
  border: 1px solid #000;
  line-height: 45px;
  padding: 0 28.5px;
  font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif; }
  @media screen and (max-width: 1024px) {
    .hero-banner .button-link {
      padding: 0 40px; } }

.hero-banner .button-link.btn-secondary:not(:disabled):hover, .hero-banner .button-link.btn-secondary:not(:disabled):active {
  color: #fff;
  background-color: #444; }

.hero-banner .preheader-text {
  font-family: "trade-gothic-next-bold", "Helvetica Neue", helvetica, arial, sans-serif;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  padding-bottom: 8px; }
  @media (max-width: 1023.98px) {
    .hero-banner .preheader-text {
      font-size: 15px;
      line-height: 23px; } }

.hero-banner .post-button-details {
  font-size: 14px;
  margin-top: 20px; }
  .hero-banner .post-button-details .post-button-details-link {
    cursor: pointer;
    color: inherit;
    text-decoration: underline;
    margin-left: 18px;
    position: relative;
    bottom: 1px; }
    .hero-banner .post-button-details .post-button-details-link:hover {
      text-decoration: none; }
  @media (max-width: 1023.98px) {
    .hero-banner .post-button-details {
      margin-top: 11px; } }

.hero-banner .banner-heading {
  margin: 0 0 18px; }
  .hero-banner .banner-heading p {
    margin: 0; }
  @media (max-width: 1023.98px) {
    .hero-banner .banner-heading {
      margin: 0 0 9px; } }
  .hero-banner .banner-heading.womensSmallRegular, .hero-banner .banner-heading.womensSmallBold, .hero-banner .banner-heading.womensSmallBlack {
    font-size: 50px;
    line-height: 54px;
    letter-spacing: 1px; }
    @media (max-width: 1023.98px) {
      .hero-banner .banner-heading.womensSmallRegular, .hero-banner .banner-heading.womensSmallBold, .hero-banner .banner-heading.womensSmallBlack {
        font-size: 32px;
        line-height: 36px; } }
  .hero-banner .banner-heading.womensLargeRegular, .hero-banner .banner-heading.womensLargeBold, .hero-banner .banner-heading.womensLargeBlack {
    font-size: 100px;
    line-height: 104px;
    letter-spacing: 1px; }
    @media (max-width: 1023.98px) {
      .hero-banner .banner-heading.womensLargeRegular, .hero-banner .banner-heading.womensLargeBold, .hero-banner .banner-heading.womensLargeBlack {
        font-size: 50px;
        line-height: 54px; } }
  .hero-banner .banner-heading.womensSmallRegular {
    font-family: "Moneta-Regular", "Times New Roman", times, serif; }
  .hero-banner .banner-heading.womensSmallBold {
    font-family: "Moneta-Bold", "Times New Roman", times, serif; }
  .hero-banner .banner-heading.womensSmallBlack {
    font-family: "Moneta-Black", "Times New Roman", times, serif; }
  .hero-banner .banner-heading.womensLargeRegular {
    font-family: "Moneta-Regular", "Times New Roman", times, serif; }
  .hero-banner .banner-heading.womensLargeBold {
    font-family: "Moneta-Bold", "Times New Roman", times, serif; }
  .hero-banner .banner-heading.womensLargeBlack {
    font-family: "Moneta-Black", "Times New Roman", times, serif; }
  .hero-banner .banner-heading.mensSmalls {
    font-family: "trade-gothic-next-condensed", "Helvetica Neue", helvetica, arial, sans-serif;
    font-size: 50px;
    line-height: 54px;
    letter-spacing: 1px;
    text-transform: uppercase; }
    @media (max-width: 1023.98px) {
      .hero-banner .banner-heading.mensSmalls {
        font-size: 34px;
        line-height: 38px;
        letter-spacing: 0.5px; } }
  .hero-banner .banner-heading.mensLarge {
    font-family: "trade-gothic-next-condensed", "Helvetica Neue", helvetica, arial, sans-serif;
    font-size: 100px;
    line-height: 104px;
    letter-spacing: 2px;
    text-transform: uppercase; }
    @media (max-width: 1023.98px) {
      .hero-banner .banner-heading.mensLarge {
        font-size: 50px;
        line-height: 54px;
        letter-spacing: 0.5px; } }

.hero-banner .banner-sub-heading {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.25px;
  margin: 0 auto 27px; }
  .hero-banner .banner-sub-heading p {
    margin: 0; }
  @media (max-width: 1023.98px) {
    .hero-banner .banner-sub-heading {
      font-size: 16px;
      line-height: 24px;
      margin: 0 auto; } }

.hero-banner.slick-slider .slick-prev.slick-arrow,
.hero-banner.slick-slider .slick-next.slick-arrow {
  display: none !important;
  top: 41%;
  height: 50px;
  width: 50px;
  transform: scale(1); }

.hero-banner.slick-slider .slick-prev.slick-arrow {
  background: url("../../images/avenue-sprite.svg") no-repeat;
  background-position: 0 -1305px;
  width: 50px;
  height: 50px;
  left: 20px; }

.hero-banner.slick-slider .slick-next.slick-arrow {
  background: url("../../images/avenue-sprite.svg") no-repeat;
  background-position: 0 -1355px;
  width: 50px;
  height: 50px;
  right: 20px; }

@media (min-width: 1024px) {
  .hero-banner.slick-slider:hover .slick-prev.slick-arrow,
  .hero-banner.slick-slider:hover .slick-next.slick-arrow {
    display: block !important; } }

.hero-banner .slick-dots li button::after {
  opacity: 0.7;
  width: 5px;
  height: 5px;
  background: #fff;
  border-color: #fff;
  border: 0; }

.hero-banner .slick-dots li.slick-active button::after {
  opacity: 1;
  background: #686868;
  border: 0; }

.recommendation-products .slick-list,
.category-slider .slick-list {
  max-width: 100%;
  width: 100%; }

.recommendation-products .slick-slide .product,
.category-slider .slick-slide .product {
  padding: 15px; }

.recommendation-products .product-tile .tile-body,
.category-slider .product-tile .tile-body {
  margin-top: 12px; }
  .recommendation-products .product-tile .tile-body h2,
  .recommendation-products .product-tile .tile-body .pdp-link,
  .category-slider .product-tile .tile-body h2,
  .category-slider .product-tile .tile-body .pdp-link {
    margin-bottom: 0; }
    .recommendation-products .product-tile .tile-body h2 a,
    .recommendation-products .product-tile .tile-body .pdp-link a,
    .category-slider .product-tile .tile-body h2 a,
    .category-slider .product-tile .tile-body .pdp-link a {
      font-family: "trade-gothic-next-bold", "Helvetica Neue", helvetica, arial, sans-serif;
      color: #000;
      font-size: 14px;
      letter-spacing: 0.25px;
      line-height: 20px; }
  .recommendation-products .product-tile .tile-body .price .value,
  .category-slider .product-tile .tile-body .price .value {
    font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
    color: #000;
    font-size: 14px;
    letter-spacing: 0.25px;
    line-height: 20px;
    display: inline-block;
    margin-top: 2px; }
  .recommendation-products .product-tile .tile-body .price .strike-through .value,
  .category-slider .product-tile .tile-body .price .strike-through .value {
    text-decoration: line-through;
    color: #777;
    font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
    padding-right: 6px; }
  .recommendation-products .product-tile .tile-body .pdp-link a,
  .category-slider .product-tile .tile-body .pdp-link a {
    font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
    font-size: 12px; }

.recommendation-products.recommendation-2 .slick-slide .product-tile .tile-body h2 a,
.recommendation-products.recommendation-2 .slick-slide .product-tile .tile-body .price .value,
.recommendation-products.recommendation-2 .slick-slide .product-tile .tile-body .pdp-link a,
.category-slider.recommendation-2 .slick-slide .product-tile .tile-body h2 a,
.category-slider.recommendation-2 .slick-slide .product-tile .tile-body .price .value,
.category-slider.recommendation-2 .slick-slide .product-tile .tile-body .pdp-link a {
  font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
  color: #000;
  font-size: 12px;
  letter-spacing: 0.25px;
  line-height: normal;
  display: inline-block;
  margin-top: 0; }

.recommendation-products.recommendation-2 .slick-slide .product-tile .tile-body h2,
.recommendation-products.recommendation-2 .slick-slide .product-tile .tile-body .pdp-link,
.category-slider.recommendation-2 .slick-slide .product-tile .tile-body h2,
.category-slider.recommendation-2 .slick-slide .product-tile .tile-body .pdp-link {
  margin-bottom: 3px; }

.recommendation-products.recommendation-2 .slick-slide .product-tile .tile-body .product-brand,
.recommendation-products.recommendation-2 .slick-slide .product-tile .tile-body .price .value,
.category-slider.recommendation-2 .slick-slide .product-tile .tile-body .product-brand,
.category-slider.recommendation-2 .slick-slide .product-tile .tile-body .price .value {
  font-family: "trade-gothic-next-bold", "Helvetica Neue", helvetica, arial, sans-serif; }

.recommendation-products.recommendation-2 .slick-slide .product-tile .tile-body .price .strike-through .value,
.category-slider.recommendation-2 .slick-slide .product-tile .tile-body .price .strike-through .value {
  font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif; }

@media (min-width: 1024px) {
  .recommendation-products {
    padding-left: 40px !important;
    padding-right: 40px !important; } }

.recommendation-products .slick-next {
  right: 0 !important; }

.recommendation-products .slick-prev {
  left: 0 !important; }

.home-slots .hbc-slider.slick-slider.recommendation-products .slick-next {
  right: -7px; }

.home-slots .hbc-slider.slick-slider.recommendation-products .slick-prev {
  left: -7px; }

.wishlist-cart-slider {
  max-width: 1180px;
  margin: 0 auto;
  padding-bottom: 4px; }
  .wishlist-cart-slider .ratings,
  .wishlist-cart-slider .tile-body-footer div[class^='TTteaser'] {
    display: none; }
  @media (max-width: 1023.98px) {
    .wishlist-cart-slider {
      max-width: 980px;
      padding: 0 0 17px; } }
  @media (max-width: 543.98px) {
    .wishlist-cart-slider {
      max-width: 370px;
      padding: 0 0 6px; } }
  .wishlist-cart-slider:not(.slick-initialized) {
    display: -ms-flexbox;
    display: flex; }
    .wishlist-cart-slider:not(.slick-initialized):not(.touchscreen-slider-initialized) {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    .wishlist-cart-slider:not(.slick-initialized) .product {
      -ms-flex-preferred-size: 210px;
          flex-basis: 210px; }
      @media screen and (max-width: 767.98px) {
        .wishlist-cart-slider:not(.slick-initialized) .product {
          -ms-flex-preferred-size: 49%;
              flex-basis: 49%; } }
    @media screen and (max-width: 767.98px) {
      .wishlist-cart-slider:not(.slick-initialized) {
        -ms-flex-pack: justify;
            justify-content: space-between; } }
  .wishlist-cart-slider .wishlist-all {
    padding: 88px 0 0; }
    .wishlist-cart-slider .wishlist-all span {
      font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
      display: block;
      letter-spacing: 0.25px;
      font-size: 14px;
      line-height: 20px;
      max-width: 155px;
      margin: 0 auto 17px; }
    .wishlist-cart-slider .wishlist-all a.wl-viewall {
      line-height: 30px;
      font-size: 12px;
      padding: 0 23.6px; }
  .wishlist-cart-slider.slick-slider .slick-arrow {
    background: url("../../images/avenue-sprite.svg") no-repeat;
    background-position: 0 -914px;
    width: 28px;
    height: 28px; }
    .wishlist-cart-slider.slick-slider .slick-arrow::before {
      content: none; }
  .wishlist-cart-slider.slick-slider .slick-prev {
    transform: rotate(180deg) scale(1);
    left: -20px; }
    @media (max-width: 1023.98px) {
      .wishlist-cart-slider.slick-slider .slick-prev {
        left: -10px; } }
  .wishlist-cart-slider.slick-slider .slick-next {
    transform: rotate(360deg) scale(1);
    right: -20px; }
    @media (max-width: 1023.98px) {
      .wishlist-cart-slider.slick-slider .slick-next {
        right: -10px; } }
  .wishlist-cart-slider.slick-slider .slick-prev,
  .wishlist-cart-slider.slick-slider .slick-next {
    top: 25%;
    height: 28px; }
  .wishlist-cart-slider.slick-slider .slick-slide .product {
    padding: 0px 11px; }
    @media (max-width: 1199.98px) {
      .wishlist-cart-slider.slick-slider .slick-slide .product {
        padding: 0px 15px; } }
    @media (max-width: 1023.98px) {
      .wishlist-cart-slider.slick-slider .slick-slide .product {
        padding: 0px 0px 0 12px; } }
    @media (max-width: 543.98px) {
      .wishlist-cart-slider.slick-slider .slick-slide .product {
        padding-left: 11px; } }
  .wishlist-cart-slider .product-tile {
    margin-bottom: 30px;
    border: solid 1px transparent; }
    @media (max-width: 1023.98px) {
      .wishlist-cart-slider .product-tile {
        padding-top: 0;
        min-height: auto; } }
    .wishlist-cart-slider .product-tile .wishlist-btn-add-to-cart {
      display: block !important; }
      @media (max-width: 1023.98px) {
        .wishlist-cart-slider .product-tile .wishlist-btn-add-to-cart {
          margin: 9px auto;
          max-width: 130px; } }
      .wishlist-cart-slider .product-tile .wishlist-btn-add-to-cart .prdt_tile_btn {
        color: #000;
        background: #fff;
        border-radius: 2px;
        font-size: 12px; }
        @media (max-width: 1023.98px) {
          .wishlist-cart-slider .product-tile .wishlist-btn-add-to-cart .prdt_tile_btn {
            height: 32px;
            line-height: 0;
            margin: 0 auto; } }
        .wishlist-cart-slider .product-tile .wishlist-btn-add-to-cart .prdt_tile_btn:hover {
          color: #fff;
          background: #000; }
    .wishlist-cart-slider .product-tile .tile-body {
      margin-top: 12px; }
      @media (max-width: 1023.98px) {
        .wishlist-cart-slider .product-tile .tile-body {
          margin-top: 3px; }
          .wishlist-cart-slider .product-tile .tile-body .prdt_tile_btn {
            visibility: visible; }
          .wishlist-cart-slider .product-tile .tile-body .hover-content {
            display: none; } }
      @media (max-width: 1023.98px) {
        .wishlist-cart-slider .product-tile .tile-body .color-swatches .size {
          visibility: visible;
          max-width: 130px; } }
      .wishlist-cart-slider .product-tile .tile-body .color-swatches .size .slick-arrow {
        transform: translate(0, -60%) scale(0.65); }
        .wishlist-cart-slider .product-tile .tile-body .color-swatches .size .slick-arrow.slick-next {
          right: -24%; }
      @media (max-width: 1023.98px) {
        .wishlist-cart-slider .product-tile .tile-body .hover-bg-content .size,
        .wishlist-cart-slider .product-tile .tile-body .hover-bg-content .single-size {
          display: block; } }
      .wishlist-cart-slider .product-tile .tile-body .pdp-link a {
        color: #000;
        padding-bottom: 3px;
        display: inline-block; }
    @media (min-width: 1024px) {
      .wishlist-cart-slider .product-tile.disableTileHover:hover {
        border: solid 1px #d2d2d2; } }
    .wishlist-cart-slider .product-tile:not(.disableTileHover):hover {
      border: solid 1px #d2d2d2; }
    .wishlist-cart-slider .product-tile:not(.disableTileHover):focus-within {
      border: solid 1px #d2d2d2; }
    @media (max-width: 1023.98px) {
      .wishlist-cart-slider .product-tile:not(.disableTileHover):hover, .wishlist-cart-slider .product-tile:not(.disableTileHover):focus-within {
        border-color: transparent; }
        .wishlist-cart-slider .product-tile:not(.disableTileHover):hover .tile-body .prdt_tile_btn, .wishlist-cart-slider .product-tile:not(.disableTileHover):focus-within .tile-body .prdt_tile_btn {
          visibility: visible; }
        .wishlist-cart-slider .product-tile:not(.disableTileHover):hover .tile-body .color-swatches .size, .wishlist-cart-slider .product-tile:not(.disableTileHover):focus-within .tile-body .color-swatches .size {
          visibility: visible; } }
    .wishlist-cart-slider .product-tile .image-container {
      margin-bottom: 0px; }
      @media (max-width: 1023.98px) {
        .wishlist-cart-slider .product-tile .image-container {
          margin-bottom: 9px;
          position: relative; } }
      .wishlist-cart-slider .product-tile .image-container .wishlistTile {
        right: 7px;
        top: 5px; }
      .wishlist-cart-slider .product-tile .image-container .thumb-link {
        max-width: 210px;
        margin: 0 auto; }
        @media screen and (max-width: 767.98px) {
          .wishlist-cart-slider .product-tile .image-container .thumb-link {
            max-width: 130px; } }
    .wishlist-cart-slider .product-tile .hover-content {
      position: relative;
      left: 0;
      right: 0;
      display: none;
      border: 0; }
    .wishlist-cart-slider .product-tile .hover-bg-content {
      display: block; }
    @media (min-width: 1024px) {
      .wishlist-cart-slider .product-tile:hover .hover-bg-content {
        display: none; } }
    .wishlist-cart-slider .product-tile:hover .hover-content {
      visibility: visible;
      display: block;
      padding-top: 27px; }
      .wishlist-cart-slider .product-tile:hover .hover-content .product-brand,
      .wishlist-cart-slider .product-tile:hover .hover-content .pdp-link .link {
        visibility: visible !important;
        display: block !important; }
      @media (max-width: 1023.98px) {
        .wishlist-cart-slider .product-tile:hover .hover-content {
          display: none; } }
    @media (min-width: 1024px) {
      .wishlist-cart-slider .product-tile:hover .hover-bg-content .wishlist-btn-add-to-cart .prdt_tile_btn {
        visibility: hidden; } }
    .wishlist-cart-slider .product-tile:hover .hover-content .prod-price {
      padding-bottom: 3px; }
    .wishlist-cart-slider .product-tile:hover .hover-bg-content,
    .wishlist-cart-slider .product-tile:hover .product-brand,
    .wishlist-cart-slider .product-tile:hover .link,
    .wishlist-cart-slider .product-tile:hover .ratings,
    .wishlist-cart-slider .product-tile:hover .feature-name,
    .wishlist-cart-slider .product-tile:hover .limited-inventory {
      visibility: hidden !important; }
      @media (max-width: 1023.98px) {
        .wishlist-cart-slider .product-tile:hover .hover-bg-content,
        .wishlist-cart-slider .product-tile:hover .product-brand,
        .wishlist-cart-slider .product-tile:hover .link,
        .wishlist-cart-slider .product-tile:hover .ratings,
        .wishlist-cart-slider .product-tile:hover .feature-name,
        .wishlist-cart-slider .product-tile:hover .limited-inventory {
          visibility: visible !important; } }
    .wishlist-cart-slider .product-tile .color-swatches,
    .wishlist-cart-slider .product-tile .add-to-cart {
      display: block !important; }
    .wishlist-cart-slider .product-tile .quickview {
      display: none !important; }
  .wishlist-cart-slider .swatches,
  .wishlist-cart-slider .promotions {
    display: none; }

.catgeory-info-count {
  transform: none;
  left: 0;
  border: 1px solid #aaa;
  border-radius: 2px; }
  @media screen and (max-width: 767.98px) {
    .catgeory-info-count {
      border: 1px solid #ddd; } }
  .catgeory-info-count .catgeory-new-count {
    font-family: "Moneta-Regular", "Times New Roman", times, serif;
    color: rgba(0, 0, 0, 0.85);
    font-size: 54px;
    font-weight: bold;
    letter-spacing: 2.77px;
    line-height: 72px;
    padding: 0;
    margin-bottom: 4px;
    width: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center; }
    @media screen and (max-width: 767.98px) {
      .catgeory-info-count .catgeory-new-count {
        font-size: 36px;
        letter-spacing: 1.85px;
        line-height: 64px;
        padding: 36px 0 0;
        margin: 0 auto; } }
    body.hide-womens .catgeory-info-count .catgeory-new-count {
      font-family: "trade-gothic-next-condensed", "Helvetica Neue", helvetica, arial, sans-serif;
      font-size: 36px;
      line-height: 36px;
      letter-spacing: 1.85px; }
      @media screen and (max-width: 767.98px) {
        body.hide-womens .catgeory-info-count .catgeory-new-count {
          font-size: 34px;
          line-height: 34px;
          letter-spacing: 0.52px; } }

.home-slots .hbc-slider.category-slider .product-tile .tile-body h2 a,
.home-slots .hbc-slider.category-slider .product-tile .tile-body .price .value {
  font-size: 14px; }

.home-slots .hbc-slider.category-slider .product-tile .tile-body h2 a {
  font-family: "trade-gothic-next-bold", "Helvetica Neue", helvetica, arial, sans-serif;
  font-weight: 700; }

.home-slots .hbc-slider.category-slider .catgeory-info-count .category-info {
  color: #000;
  font-family: "Moneta-Regular", "Times New Roman", times, serif;
  font-size: 28px;
  letter-spacing: 1.2px;
  line-height: 32px;
  border-bottom: none;
  margin-top: 0;
  padding: 0 15px; }
  @media screen and (max-width: 767.98px) {
    .home-slots .hbc-slider.category-slider .catgeory-info-count .category-info {
      color: rgba(0, 0, 0, 0.85);
      font-size: 22px;
      letter-spacing: 0;
      line-height: 24px;
      padding: 0 10px; } }
  body.hide-womens .home-slots .hbc-slider.category-slider .catgeory-info-count .category-info {
    font-family: "trade-gothic-next-condensed", "Helvetica Neue", helvetica, arial, sans-serif;
    text-transform: uppercase;
    margin-top: 5px; }
  .home-slots .hbc-slider.category-slider .catgeory-info-count .category-info.view-all-link {
    font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1.25px;
    line-height: 18px;
    margin: 20px auto 0;
    padding: 0 0 4px; }
    @media screen and (max-width: 767.98px) {
      .home-slots .hbc-slider.category-slider .catgeory-info-count .category-info.view-all-link {
        margin: 10px auto 35px; } }

.home-slots .hbc-slider.category-slider .catgeory-info-count .category-item a:hover span.category-info {
  padding: 0 0 4px;
  border-bottom: 1px solid #000;
  color: #000;
  background-color: #fff; }

.home-slots .hbc-slider.category-slider .catgeory-info-count.last-category-info .category-info:not(.view-all-link) {
  padding: 102px 15px 0; }
  @media screen and (max-width: 767.98px) {
    .home-slots .hbc-slider.category-slider .catgeory-info-count.last-category-info .category-info:not(.view-all-link) {
      padding: 72px 10px 0; } }

.home-slots .hbc-slider.category-slider .catgeory-info-count.last-category-info .category-info.view-all-link {
  margin-bottom: 93px; }
  @media screen and (max-width: 767.98px) {
    .home-slots .hbc-slider.category-slider .catgeory-info-count.last-category-info .category-info.view-all-link {
      margin-bottom: 63px;
      padding: 0; } }

.home-slots .hbc-slider.slick-slider.category-slider {
  max-width: 100%; }
  .home-slots .hbc-slider.slick-slider.category-slider .slick-prev,
  .home-slots .hbc-slider.slick-slider.category-slider .slick-next {
    top: 40%; }
  .home-slots .hbc-slider.slick-slider.category-slider .category-item {
    padding: 0 9px; }
    .home-slots .hbc-slider.slick-slider.category-slider .category-item.view-slide {
      padding: 0 6px; }
      @media screen and (max-width: 767.98px) {
        .home-slots .hbc-slider.slick-slider.category-slider .category-item.view-slide {
          padding: 0; } }
    @media screen and (max-width: 767.98px) {
      .home-slots .hbc-slider.slick-slider.category-slider .category-item {
        padding: 0;
        margin: 0; } }
    .home-slots .hbc-slider.slick-slider.category-slider .category-item .product {
      padding: 5px 15px; }
  .home-slots .hbc-slider.slick-slider.category-slider .slick-prev {
    left: -8px;
    transform: rotate(180deg) scale(0.8); }
  .home-slots .hbc-slider.slick-slider.category-slider .slick-next {
    right: -8px;
    transform: rotate(360deg) scale(0.8); }

.home-slots .hbc-slider.slick-slider .product-tile {
  margin-bottom: 0; }

.home-slots > *:last-child {
  padding-bottom: 72px; }
  @media (max-width: 1023.98px) {
    .home-slots > *:last-child {
      padding-bottom: 54px; } }

.home-slots.home-main > *:last-child {
  padding-bottom: 0; }

.home-slots.home-main:not(:empty) + .home-2:not(:empty) {
  margin-top: 7px; }

.home-slots.home-main:not(:empty) + .home-2:empty + .home-3:not(:empty) {
  padding-top: 0;
  margin-top: 29px; }

.home-slots.home-main:not(:empty) + .home-2:empty + .home-3:empty + .home-4:not(:empty) {
  padding-top: 0;
  margin-top: 29px; }

.home-slots.home-2 > *:last-child {
  padding-bottom: 0;
  margin-bottom: 0; }

.home-slots.home-2:not(:empty) + .home-3:empty + .home-4:not(:empty) {
  padding-top: 0;
  margin-top: 0; }
  @media (max-width: 543.98px) {
    .home-slots.home-2:not(:empty) + .home-3:empty + .home-4:not(:empty) {
      padding-top: 0;
      margin-top: 0; } }

.home-slots.home-2:not(:empty) + .home-3:not(:empty) {
  margin-top: 7px; }

@media screen and (max-width: 1439px) {
  .home-slots > .html-slot-container {
    padding-left: 0;
    padding-right: 0; } }

@media screen and (max-width: 1259px) {
  .home-slots > .html-slot-container {
    padding-left: 0;
    padding-right: 0; } }

.home-slots.home-3 > *:last-child {
  padding-bottom: 0;
  margin-bottom: 0; }
  @media (max-width: 1023.98px) {
    .home-slots.home-3 > *:last-child {
      padding-bottom: 36px; } }

.recommendation-products .slick-slide .product,
.category-slider .slick-slide .product {
  padding: 5px 15px 0; }

.recommendation-products.touchscreen-slider-initialized > .tile-wrapper {
  width: 40%; }
  @media (min-width: 544px) {
    .recommendation-products.touchscreen-slider-initialized > .tile-wrapper {
      width: 30%; } }
  @media (min-width: 1024px) {
    .recommendation-products.touchscreen-slider-initialized > .tile-wrapper {
      width: 23%; } }
  @media (min-width: 1200px) {
    .recommendation-products.touchscreen-slider-initialized > .tile-wrapper {
      width: 18.5%; } }

.recommendation-products.slick-slider .slick-arrow {
  background: url("../../images/avenue-sprite.svg") no-repeat;
  background-position: 0 -914px;
  width: 28px;
  height: 28px; }
  .recommendation-products.slick-slider .slick-arrow::before {
    content: none; }

.recommendation-products.slick-slider .slick-prev {
  transform: rotate(180deg) scale(1);
  left: 0; }

.recommendation-products.slick-slider .slick-next {
  transform: rotate(360deg) scale(1);
  right: 0; }

.recommendation-products.slick-slider .slick-prev,
.recommendation-products.slick-slider .slick-next {
  height: 28px; }

@media screen and (max-width: 767.98px) {
  .cat-landing.search-results-page-landing .content-seperator .hbc-slider {
    padding: 0 0 0 12px; } }

@media screen and (max-width: 767.98px) {
  .cat-landing.search-results-page-landing .content-seperator .hbc-slider .slick-list {
    padding: 0; } }

.cat-landing .home-slots {
  max-width: unset; }
  @media (min-width: 1024px) {
    .cat-landing .home-slots {
      padding: 0px; } }
  @media (min-width: 1200px) {
    .cat-landing .home-slots {
      padding: 0px; } }
  .cat-landing .home-slots .content-seperator .hbc-slider.slick-slider.homepage-cat-slider .slick-prev {
    transform: translate(0, -50%) rotate(180deg); }
  @media screen and (min-width: 1440px) {
    .cat-landing .home-slots .wrapper-content,
    .cat-landing .home-slots .wrapper-container {
      max-width: 1440px;
      margin: 0 auto; } }
  @media (min-width: 1024px) {
    .cat-landing .home-slots .wrapper-content,
    .cat-landing .home-slots .wrapper-container {
      padding-left: 20px !important;
      padding-right: 20px !important; } }
  @media (min-width: 1200px) {
    .cat-landing .home-slots .wrapper-content,
    .cat-landing .home-slots .wrapper-container {
      padding-left: 40px !important;
      padding-right: 40px !important; } }
  @media (max-width: 1023.98px) {
    .cat-landing .home-slots .wrapper-content,
    .cat-landing .home-slots .wrapper-container {
      padding-left: 20px !important;
      padding-right: 20px !important; } }
  @media (max-width: 543.98px) {
    .cat-landing .home-slots .wrapper-content.product-block,
    .cat-landing .home-slots .wrapper-container.product-block {
      padding-left: 0 !important;
      padding-right: 0 !important; }
    .cat-landing .home-slots .wrapper-content .prod-block-content,
    .cat-landing .home-slots .wrapper-container .prod-block-content {
      padding: 0 20px; } }
  .cat-landing .home-slots .wrapper-content.hbc-slider .slick-slide,
  .cat-landing .home-slots .wrapper-container.hbc-slider .slick-slide {
    margin-right: 0px; }
    @media (max-width: 1023.98px) {
      .cat-landing .home-slots .wrapper-content.hbc-slider .slick-slide,
      .cat-landing .home-slots .wrapper-container.hbc-slider .slick-slide {
        margin-right: 0px; } }
  .cat-landing .home-slots .wrapper-content.hero-banner,
  .cat-landing .home-slots .wrapper-container.hero-banner {
    padding-left: 0 !important;
    padding-right: 0 !important; }

@media screen and (min-width: 1440px) {
  .cat-landing .cat-container {
    max-width: 100%; } }

@media (max-width: 1023.98px) {
  .cat-landing .cat-container .hero-banner {
    margin-bottom: 0; } }

@media (max-width: 1023.98px) {
  .cat-landing .cat-container .hero-banner .slick-dots {
    top: unset !important; } }

@media (max-width: 1023.98px) {
  .cat-landing .cat-container .hero-banner .banner-heading {
    font-size: 26px;
    margin-bottom: 5px; } }

@media (max-width: 1023.98px) {
  .cat-landing .cat-container .hero-banner .banner-sub-heading {
    font-size: 14px; } }

@media (max-width: 1023.98px) {
  .cat-landing .cat-container .content-body.withinBottomCenter .content-text, .cat-landing .cat-container .content-body.withinBottom .content-text, .cat-landing .cat-container .content-body.withinBottomLeft .content-text, .cat-landing .cat-container .content-body.withinBottomRight .content-text, .cat-landing .cat-container .content-body.withinTopRight .content-text, .cat-landing .cat-container .content-body.withinTopCenter .content-text, .cat-landing .cat-container .content-body.withinTop .content-text, .cat-landing .cat-container .content-body.withinTopLeft .content-text, .cat-landing .cat-container .content-body.withinMiddleRight .content-text, .cat-landing .cat-container .content-body.withinRight .content-text, .cat-landing .cat-container .content-body.withinMiddleCenter .content-text, .cat-landing .cat-container .content-body.withinCenter .content-text, .cat-landing .cat-container .content-body.withinMiddleLeft .content-text, .cat-landing .cat-container .content-body.withinLeft .content-text {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    transform: none;
    margin: 15px auto 0; } }

.cat-landing .cat-container .hbc-slider {
  min-height: inherit;
  padding: 0 40px; }
  .cat-landing .cat-container .hbc-slider.hero-banner {
    padding: 0; }
    .cat-landing .cat-container .hbc-slider.hero-banner:not(.slick-initialized) .content-body {
      display: none; }
      .cat-landing .cat-container .hbc-slider.hero-banner:not(.slick-initialized) .content-body:first-of-type {
        display: block; }
  @media (max-width: 1023.98px) {
    .cat-landing .cat-container .hbc-slider {
      padding: 0 0 0 12px; } }
  .cat-landing .cat-container .hbc-slider .slick-dots {
    bottom: 27px; }
    @media (max-width: 1023.98px) {
      .cat-landing .cat-container .hbc-slider .slick-dots {
        bottom: 145px; } }
    @media screen and (max-width: 767.98px) {
      .cat-landing .cat-container .hbc-slider .slick-dots {
        bottom: 150px; } }

.cat-landing .cat-container .slick-list {
  max-width: 100%;
  padding: 0; }

.cat-landing .cat-container .slick-slide {
  margin: 0; }

.category-4-up-avenue {
  margin: 0 auto; }
  @media (max-width: 1023.98px) {
    .category-4-up-avenue {
      padding: 0 20px; } }
  .category-4-up-avenue .category-tile:before {
    content: none; }
  .category-4-up-avenue .category-info {
    font-family: "trade-gothic-next-bold", "Helvetica Neue", helvetica, arial, sans-serif;
    font-size: 14px;
    color: #000;
    text-align: center;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 18px;
    letter-spacing: 1.25px;
    text-transform: uppercase;
    padding: 3px 0 2px;
    margin-top: 7px;
    border-bottom: solid 1px #000; }
    @media screen and (max-width: 767.98px) {
      .category-4-up-avenue .category-info {
        margin-top: 7px; } }
    .category-4-up-avenue .category-info.no-border {
      border-color: transparent; }
    .category-4-up-avenue .category-info .article-name {
      text-transform: none;
      letter-spacing: 0.25px; }
  .category-4-up-avenue .category-item {
    text-align: center;
    width: 24%;
    margin: 0 1.3% 0 0;
    padding-bottom: 36px;
    -ms-flex-direction: column;
        flex-direction: column; }
    .category-4-up-avenue .category-item:nth-child(4n) {
      margin-right: 0; }
      @media (max-width: 543.98px) {
        .category-4-up-avenue .category-item:nth-child(4n) {
          margin: 0 5% 0 0;
          padding-bottom: 27px; } }
    @media (max-width: 1199.98px) {
      .category-4-up-avenue .category-item {
        width: 23.6%;
        margin: 0 1.86% 0 0; } }
    @media (max-width: 1023.98px) {
      .category-4-up-avenue .category-item {
        width: 23.4%;
        margin: 0 2.1% 0 0;
        padding-bottom: 27px; } }
    @media (max-width: 543.98px) {
      .category-4-up-avenue .category-item {
        width: 47.5%;
        margin: 0 5% 0 0; }
        .category-4-up-avenue .category-item:nth-child(2n) {
          margin-right: 0; } }
    .category-4-up-avenue .category-item a:hover {
      text-decoration: none; }
      .category-4-up-avenue .category-item a:hover span.category-info {
        text-decoration: underline; }

@media screen and (max-width: 767.98px) {
  .callout-cat-4-up {
    padding-bottom: 18px; }
    body.hide-womens .callout-cat-4-up:after {
      top: 40%; } }

.category-slot-1-5 .category-tile {
  overflow: hidden;
  height: 0;
  position: relative;
  padding-bottom: 100%; }

.category-slot-1-5 .category-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.home-slots .recommendation-products + .touchscreen-slider-dots {
  display: none; }

.four-up-staggered .row > div {
  margin-bottom: 45px;
  padding: 0 30px; }
  @media (max-width: 543.98px) {
    .four-up-staggered .row > div {
      padding: 0; } }
  .four-up-staggered .row > div:last-of-type {
    margin-top: 45px; }
    @media (max-width: 543.98px) {
      .four-up-staggered .row > div:last-of-type {
        margin-top: 0; } }

.text-only .preheader-text {
  font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 14px;
  padding: 0 0 18px; }

.text-only .banner-heading {
  font-size: 50px;
  line-height: 54px;
  margin: 0 0 9px;
  padding: 0; }

.text-only .banner-sub-heading {
  max-width: unset; }

.home-slots .text-only {
  padding-top: 54px;
  padding-bottom: 45px; }
  @media (max-width: 1023.98px) {
    .home-slots .text-only {
      padding-top: 2px;
      padding-bottom: 27px; } }

.hero-center {
  max-width: 580px;
  margin: 0 auto; }
  .hero-center .content-image {
    margin-bottom: 18px; }

.cta-link span:hover, .cta-link span:focus, .cta-link span:active,
.link-cta:hover,
.link-cta:focus,
.link-cta:active {
  background: #000; }

.three-up-row .cta-link > span::after,
.three-up-row .link-cta.default-underline::after {
  content: '';
  height: 1px;
  display: block; }

.link-cta::after {
  height: 1px; }

.home-slots .wrapper-content.product-block {
  padding-left: 20px;
  padding-right: 20px; }
  @media (max-width: 543.98px) {
    .home-slots .wrapper-content.product-block {
      padding-left: 0;
      padding-right: 0; } }

.home-slots .content-body.products-block-main.right, .home-slots .content-body.products-block-main.left {
  margin: 0; }

.products-block-main {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start; }
  .products-block-main.right {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
    @media (max-width: 543.98px) {
      .products-block-main.right {
        -ms-flex-direction: column;
            flex-direction: column; } }
    .products-block-main.right .prod-block-image {
      margin-left: 55px;
      margin-right: 0; }
      @media (max-width: 1023.98px) {
        .products-block-main.right .prod-block-image {
          margin-left: 7px; } }
      @media (max-width: 543.98px) {
        .products-block-main.right .prod-block-image {
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
          margin: 0 0 27px; } }
    .products-block-main.right .prod-block-content {
      margin-right: 58px;
      margin-left: 0; }
      @media (max-width: 1023.98px) {
        .products-block-main.right .prod-block-content {
          margin-right: 7px; } }
      @media screen and (max-width: 767.98px) {
        .products-block-main.right .prod-block-content {
          margin: 0; } }
      @media (max-width: 543.98px) {
        .products-block-main.right .prod-block-content {
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
          margin: 0; } }
  .products-block-main .prod-block-image {
    -ms-flex-preferred-size: 43.3%;
        flex-basis: 43.3%;
    margin-right: 55px; }
    .products-block-main .prod-block-image .disclaimer-text {
      margin-top: 5px;
      font-size: 12px; }
      @media (max-width: 543.98px) {
        .products-block-main .prod-block-image .disclaimer-text {
          margin-left: 19px; } }
    @media (max-width: 543.98px) {
      .products-block-main .prod-block-image {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        margin: 0 0 27px; } }
  .products-block-main .prod-block-content {
    -ms-flex-preferred-size: 52%;
        flex-basis: 52%;
    margin-left: 58px; }
    .products-block-main .prod-block-content .content-text {
      padding: 0; }
    @media (max-width: 543.98px) {
      .products-block-main .prod-block-content {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        margin: 0; } }
  .products-block-main .prod-text {
    margin-bottom: 53px; }
    @media (max-width: 543.98px) {
      .products-block-main .prod-text {
        margin-bottom: 36px; } }
  .products-block-main .banner-heading {
    font-size: 50px;
    letter-spacing: 1px;
    line-height: 54px;
    margin-bottom: 15px;
    text-align: center; }
    @media (max-width: 1023.98px) {
      .products-block-main .banner-heading {
        font-size: 32px;
        letter-spacing: 1px;
        line-height: 36px; } }
    .products-block-main .banner-heading.mensSmalls {
      font-family: "trade-gothic-next-condensed", "Helvetica Neue", helvetica, arial, sans-serif;
      font-size: 50px;
      line-height: 54px;
      letter-spacing: 1px;
      text-transform: uppercase; }
      @media (max-width: 1023.98px) {
        .products-block-main .banner-heading.mensSmalls {
          font-size: 34px;
          line-height: 38px;
          letter-spacing: 0.5px; } }
    .products-block-main .banner-heading.mensLarge {
      font-family: "trade-gothic-next-condensed", "Helvetica Neue", helvetica, arial, sans-serif;
      font-size: 100px;
      line-height: 104px;
      letter-spacing: 2px;
      text-transform: uppercase; }
      @media (max-width: 1023.98px) {
        .products-block-main .banner-heading.mensLarge {
          font-size: 50px;
          line-height: 54px;
          letter-spacing: 0.5px; } }
  .products-block-main .banner-sub-heading {
    max-width: 100%;
    text-align: center;
    margin-bottom: 23px; }
    @media (max-width: 1023.98px) {
      .products-block-main .banner-sub-heading {
        margin-bottom: 14px; } }
  .products-block-main .cta-links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin: 0 auto;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .products-block-main .cta-links .cta-link {
      margin: 0 10px 0 0; }
  .products-block-main .recommendation-products-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    max-width: 522px; }
    @media (max-width: 543.98px) {
      .products-block-main .recommendation-products-block {
        padding: 0 20px; } }
    .products-block-main .recommendation-products-block .tile-wrapper {
      box-sizing: border-box;
      width: 50%; }
      .products-block-main .recommendation-products-block .tile-wrapper:nth-child(-n + 2) {
        padding-bottom: 36px; }
    .products-block-main .recommendation-products-block .product-tile .tile-body h2 a,
    .products-block-main .recommendation-products-block .product-tile .tile-body .pdp-link a,
    .products-block-main .recommendation-products-block .product-tile .tile-body .price .value {
      font-size: 14px; }
    .products-block-main .recommendation-products-block .product-tile {
      margin-bottom: 0; }

.button-link {
  color: #000 !important;
  border: 1px solid #000;
  background: transparent; }
  .button-link:hover {
    color: #fff !important;
    background: #000 !important; }
  @media (max-width: 1023.98px) {
    .button-link {
      font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
      height: 45px;
      line-height: 45px;
      padding: 0 20px; } }

/*
.buttonStyleWhite {
  &.button-link {
    color: $white !important;
    border: 1px solid $white;
    background: transparent;

    &:hover {
      color: $black !important;
      background: $white !important;
      border: 1px solid $white;
    }
  }
} */
.link-cta {
  color: #000; }
  .link-cta:after {
    content: '';
    height: 1px;
    display: block !important;
    background-color: #000; }

@media (min-width: 1024px) {
  .copyStyleWhite .link-cta {
    color: #fff; }
    .copyStyleWhite .link-cta:after {
      background-color: #fff; }
    .copyStyleWhite .link-cta:hover {
      color: #000 !important;
      background: #fff !important; } }

@media (max-width: 1023.98px) {
  .copyStyleMobileWhite .link-cta {
    color: #fff !important; }
    .copyStyleMobileWhite .link-cta:after {
      background-color: #fff; }
    .copyStyleMobileWhite .link-cta:hover {
      color: #000 !important;
      background: #fff !important; } }

.copyStyleWhite .banner-heading,
.copyStyleWhite .banner-sub-heading,
.copyStyleWhite .preheader-text,
.copyStyleWhite .post-button-details,
.copyStyleMobileWhite .banner-heading,
.copyStyleMobileWhite .banner-sub-heading,
.copyStyleMobileWhite .preheader-text,
.copyStyleMobileWhite .post-button-details {
  color: #fff !important; }

.copyStyleWhite .button-link,
.copyStyleMobileWhite .button-link {
  color: #fff !important;
  border: 1px solid #fff;
  background: transparent; }
  .copyStyleWhite .button-link:hover,
  .copyStyleMobileWhite .button-link:hover {
    color: #000 !important;
    background: #fff !important;
    border: 1px solid #fff; }

.copyStyleBlack .banner-heading,
.copyStyleBlack .banner-sub-heading,
.copyStyleBlack .preheader-text,
.copyStyleBlack .post-button-details,
.copyStyleMobileBlack .banner-heading,
.copyStyleMobileBlack .banner-sub-heading,
.copyStyleMobileBlack .preheader-text,
.copyStyleMobileBlack .post-button-details {
  color: #000 !important; }

.copyStyleBlack .button-link,
.copyStyleMobileBlack .button-link {
  color: #000 !important;
  border: 1px solid #000;
  background: transparent; }
  .copyStyleBlack .button-link:hover,
  .copyStyleMobileBlack .button-link:hover {
    color: #fff !important;
    background: #000 !important; }

.copyStyleWhite.copyStyleMobileBlack .banner-heading,
.copyStyleWhite.copyStyleMobileBlack .banner-sub-heading,
.copyStyleWhite.copyStyleMobileBlack .preheader-text,
.copyStyleWhite.copyStyleMobileBlack .post-button-details {
  color: #fff !important; }

.copyStyleWhite.copyStyleMobileBlack .button-link {
  color: #fff !important;
  border: 1px solid #fff;
  background: transparent; }
  .copyStyleWhite.copyStyleMobileBlack .button-link:hover {
    color: #000 !important;
    background: #fff !important;
    border: 1px solid #fff; }

.copyStyleBlack.copyStyleMobileWhite .banner-heading,
.copyStyleBlack.copyStyleMobileWhite .banner-sub-heading,
.copyStyleBlack.copyStyleMobileWhite .preheader-text,
.copyStyleBlack.copyStyleMobileWhite .post-button-details {
  color: #000 !important; }

.copyStyleBlack.copyStyleMobileWhite .button-link {
  color: #000 !important;
  border: 1px solid #000;
  background: transparent; }
  .copyStyleBlack.copyStyleMobileWhite .button-link:hover {
    color: #fff !important;
    background: #000 !important; }

@media (max-width: 1023.98px) {
  .copyStyleMobileBlack.copyStyleWhite .banner-heading,
  .copyStyleMobileBlack.copyStyleWhite .banner-sub-heading,
  .copyStyleMobileBlack.copyStyleWhite .preheader-text,
  .copyStyleMobileBlack.copyStyleWhite .post-button-details {
    color: #000 !important; }
  .copyStyleMobileBlack.copyStyleWhite .button-link {
    color: #000 !important;
    border: 1px solid #000;
    background: transparent; }
    .copyStyleMobileBlack.copyStyleWhite .button-link:hover {
      color: #fff !important;
      background: #000 !important; }
  .copyStyleMobileWhite.copyStyleBlack .banner-heading,
  .copyStyleMobileWhite.copyStyleBlack .banner-sub-heading,
  .copyStyleMobileWhite.copyStyleBlack .preheader-text,
  .copyStyleMobileWhite.copyStyleBlack .post-button-details {
    color: #fff !important; }
  .copyStyleMobileWhite.copyStyleBlack .button-link {
    color: #fff !important;
    border: 1px solid #fff;
    background: transparent; }
    .copyStyleMobileWhite.copyStyleBlack .button-link:hover {
      color: #000 !important;
      background: #fff !important;
      border: 1px solid #fff; } }

.recommendations .slick-dots {
  display: none; }

@media (max-width: 1023.98px) {
  .cat-landing.womens-edit .text-only, .cat-landing.mens-edit .text-only {
    padding-bottom: 36px; } }

@media (max-width: 543.98px) {
  .cat-landing.womens-edit .text-only, .cat-landing.mens-edit .text-only {
    padding-bottom: 27px; } }

.cat-landing.womens-edit .text-only .banner-heading, .cat-landing.mens-edit .text-only .banner-heading {
  line-height: 60px; }
  @media (max-width: 1023.98px) {
    .cat-landing.womens-edit .text-only .banner-heading, .cat-landing.mens-edit .text-only .banner-heading {
      font-size: 36px;
      margin-bottom: 0; } }
  @media (max-width: 543.98px) {
    .cat-landing.womens-edit .text-only .banner-heading, .cat-landing.mens-edit .text-only .banner-heading {
      font-size: 32px; } }

.cat-landing.womens-edit .text-only .banner-sub-heading span, .cat-landing.mens-edit .text-only .banner-sub-heading span {
  font-size: 14px; }
  @media (min-width: 544px) {
    .cat-landing.womens-edit .text-only .banner-sub-heading span, .cat-landing.mens-edit .text-only .banner-sub-heading span {
      font-size: 18px; } }

@media (max-width: 543.98px) {
  .cat-landing.womens-edit .home-slots .two-up-left.wrapper-container, .cat-landing.womens-edit .home-slots .two-up-left.wrapper-content,
  .cat-landing.womens-edit .home-slots .two-up-right.wrapper-container,
  .cat-landing.womens-edit .home-slots .two-up-right.wrapper-content,
  .cat-landing.womens-edit .home-slots .three-up-row.wrapper-container,
  .cat-landing.womens-edit .home-slots .three-up-row.wrapper-content, .cat-landing.mens-edit .home-slots .two-up-left.wrapper-container, .cat-landing.mens-edit .home-slots .two-up-left.wrapper-content,
  .cat-landing.mens-edit .home-slots .two-up-right.wrapper-container,
  .cat-landing.mens-edit .home-slots .two-up-right.wrapper-content,
  .cat-landing.mens-edit .home-slots .three-up-row.wrapper-container,
  .cat-landing.mens-edit .home-slots .three-up-row.wrapper-content {
    padding-left: 0 !important;
    padding-right: 0 !important; } }

.cat-landing.womens-edit .home-slots .content-seperator, .cat-landing.mens-edit .home-slots .content-seperator {
  margin-bottom: 0; }
  .cat-landing.womens-edit .home-slots .content-seperator .category-4-up-avenue, .cat-landing.mens-edit .home-slots .content-seperator .category-4-up-avenue {
    padding: 0; }

.cat-landing.womens-edit .home-slots .three-up-row .content-text, .cat-landing.mens-edit .home-slots .three-up-row .content-text {
  padding: 0 10px; }
  .cat-landing.womens-edit .home-slots .three-up-row .content-text .banner-heading, .cat-landing.mens-edit .home-slots .three-up-row .content-text .banner-heading {
    margin: 18px 0 9px;
    font-size: 28px;
    line-height: 30px; }
    @media (max-width: 1023.98px) {
      .cat-landing.womens-edit .home-slots .three-up-row .content-text .banner-heading, .cat-landing.mens-edit .home-slots .three-up-row .content-text .banner-heading {
        font-size: 26px; } }

.two-up-left,
.two-up-right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  margin: 0 auto;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  @media screen and (max-width: 767.98px) {
    .two-up-left,
    .two-up-right {
      display: block; } }
  .two-up-left.wrapper-container,
  .two-up-right.wrapper-container {
    /*
.buttonStyleWhite {
  &.button-link {
    color: $white !important;
    border: 1px solid $white;
    background: transparent;

    &:hover {
      color: $black !important;
      background: $white !important;
      border: 1px solid $white;
    }
  }
} */ }
    @media screen and (max-width: 1259px) {
      .two-up-left.wrapper-container,
      .two-up-right.wrapper-container {
        padding-left: 20px;
        padding-right: 20px; } }
    @media (max-width: 543.98px) {
      .two-up-left.wrapper-container .content-body:first-child,
      .two-up-right.wrapper-container .content-body:first-child {
        padding-bottom: 54px; } }
    @media (max-width: 543.98px) {
      .two-up-left.wrapper-container .content-body.smaller, .two-up-left.wrapper-container .content-body.larger,
      .two-up-right.wrapper-container .content-body.smaller,
      .two-up-right.wrapper-container .content-body.larger {
        padding-right: 0;
        padding-left: 0; } }
    @media (max-width: 1023.98px) {
      .two-up-left.wrapper-container .content-body.larger .content-image p,
      .two-up-right.wrapper-container .content-body.larger .content-image p {
        padding-right: 0; } }
    @media (min-width: 1024px) {
      .two-up-left.wrapper-container .content-body.larger .content-text .banner-heading,
      .two-up-right.wrapper-container .content-body.larger .content-text .banner-heading {
        line-height: 36px; } }
    @media (min-width: 1024px) {
      .two-up-left.wrapper-container .content-body.smaller .banner-heading,
      .two-up-right.wrapper-container .content-body.smaller .banner-heading {
        font-size: 28px;
        line-height: 32px; } }
    .two-up-left.wrapper-container .content-body .content-text,
    .two-up-right.wrapper-container .content-body .content-text {
      padding-top: 0;
      text-align: center; }
    .two-up-left.wrapper-container .button-link,
    .two-up-right.wrapper-container .button-link {
      color: #000 !important;
      border: 1px solid #000;
      background: transparent; }
      .two-up-left.wrapper-container .button-link:hover,
      .two-up-right.wrapper-container .button-link:hover {
        color: #fff !important;
        background: #000 !important; }
      @media (max-width: 1023.98px) {
        .two-up-left.wrapper-container .button-link,
        .two-up-right.wrapper-container .button-link {
          font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
          height: 45px;
          line-height: 45px;
          padding: 0 20px; } }
    .two-up-left.wrapper-container .link-cta,
    .two-up-right.wrapper-container .link-cta {
      color: #000; }
      .two-up-left.wrapper-container .link-cta:after,
      .two-up-right.wrapper-container .link-cta:after {
        content: '';
        height: 1px;
        display: block !important; }
    @media (min-width: 1024px) {
      .two-up-left.wrapper-container .copyStyleWhite .link-cta,
      .two-up-right.wrapper-container .copyStyleWhite .link-cta {
        color: #fff; } }
  @media (min-width: 1024px) and (max-width: 1199.98px) {
    .two-up-left.wrapper-container .copyStyleWhite .link-cta,
    .two-up-right.wrapper-container .copyStyleWhite .link-cta {
      -ms-flex-preferred-size: 30.6%;
          flex-basis: 30.6%;
      -ms-flex-direction: column;
          flex-direction: column; } }
    @media (min-width: 1024px) {
        .two-up-left.wrapper-container .copyStyleWhite .link-cta:hover,
        .two-up-right.wrapper-container .copyStyleWhite .link-cta:hover {
          color: #000 !important;
          background: #fff !important; } }
    @media (max-width: 1023.98px) {
      .two-up-left.wrapper-container .copyStyleMobileWhite .link-cta,
      .two-up-right.wrapper-container .copyStyleMobileWhite .link-cta {
        color: #fff !important; }
        .two-up-left.wrapper-container .copyStyleMobileWhite .link-cta:after,
        .two-up-right.wrapper-container .copyStyleMobileWhite .link-cta:after {
          background-color: #fff; }
        .two-up-left.wrapper-container .copyStyleMobileWhite .link-cta:hover,
        .two-up-right.wrapper-container .copyStyleMobileWhite .link-cta:hover {
          color: #000 !important;
          background: #fff !important; } }
    .two-up-left.wrapper-container .copyStyleWhite .banner-heading,
    .two-up-left.wrapper-container .copyStyleWhite .banner-sub-heading,
    .two-up-left.wrapper-container .copyStyleWhite .preheader-text,
    .two-up-left.wrapper-container .copyStyleWhite .post-button-details,
    .two-up-left.wrapper-container .copyStyleMobileWhite .banner-heading,
    .two-up-left.wrapper-container .copyStyleMobileWhite .banner-sub-heading,
    .two-up-left.wrapper-container .copyStyleMobileWhite .preheader-text,
    .two-up-left.wrapper-container .copyStyleMobileWhite .post-button-details,
    .two-up-right.wrapper-container .copyStyleWhite .banner-heading,
    .two-up-right.wrapper-container .copyStyleWhite .banner-sub-heading,
    .two-up-right.wrapper-container .copyStyleWhite .preheader-text,
    .two-up-right.wrapper-container .copyStyleWhite .post-button-details,
    .two-up-right.wrapper-container .copyStyleMobileWhite .banner-heading,
    .two-up-right.wrapper-container .copyStyleMobileWhite .banner-sub-heading,
    .two-up-right.wrapper-container .copyStyleMobileWhite .preheader-text,
    .two-up-right.wrapper-container .copyStyleMobileWhite .post-button-details {
      color: #fff !important; }
    .two-up-left.wrapper-container .copyStyleWhite .button-link,
    .two-up-left.wrapper-container .copyStyleMobileWhite .button-link,
    .two-up-right.wrapper-container .copyStyleWhite .button-link,
    .two-up-right.wrapper-container .copyStyleMobileWhite .button-link {
      color: #fff !important;
      border: 1px solid #fff;
      background: transparent; }
      .two-up-left.wrapper-container .copyStyleWhite .button-link:hover,
      .two-up-left.wrapper-container .copyStyleMobileWhite .button-link:hover,
      .two-up-right.wrapper-container .copyStyleWhite .button-link:hover,
      .two-up-right.wrapper-container .copyStyleMobileWhite .button-link:hover {
        color: #000 !important;
        background: #fff !important;
        border: 1px solid #fff; }
    .two-up-left.wrapper-container .copyStyleBlack .banner-heading,
    .two-up-left.wrapper-container .copyStyleBlack .banner-sub-heading,
    .two-up-left.wrapper-container .copyStyleBlack .preheader-text,
    .two-up-left.wrapper-container .copyStyleBlack .post-button-details,
    .two-up-left.wrapper-container .copyStyleMobileBlack .banner-heading,
    .two-up-left.wrapper-container .copyStyleMobileBlack .banner-sub-heading,
    .two-up-left.wrapper-container .copyStyleMobileBlack .preheader-text,
    .two-up-left.wrapper-container .copyStyleMobileBlack .post-button-details,
    .two-up-right.wrapper-container .copyStyleBlack .banner-heading,
    .two-up-right.wrapper-container .copyStyleBlack .banner-sub-heading,
    .two-up-right.wrapper-container .copyStyleBlack .preheader-text,
    .two-up-right.wrapper-container .copyStyleBlack .post-button-details,
    .two-up-right.wrapper-container .copyStyleMobileBlack .banner-heading,
    .two-up-right.wrapper-container .copyStyleMobileBlack .banner-sub-heading,
    .two-up-right.wrapper-container .copyStyleMobileBlack .preheader-text,
    .two-up-right.wrapper-container .copyStyleMobileBlack .post-button-details {
      color: #000 !important; }
    .two-up-left.wrapper-container .copyStyleBlack .button-link,
    .two-up-left.wrapper-container .copyStyleMobileBlack .button-link,
    .two-up-right.wrapper-container .copyStyleBlack .button-link,
    .two-up-right.wrapper-container .copyStyleMobileBlack .button-link {
      color: #000 !important;
      border: 1px solid #000;
      background: transparent; }
      .two-up-left.wrapper-container .copyStyleBlack .button-link:hover,
      .two-up-left.wrapper-container .copyStyleMobileBlack .button-link:hover,
      .two-up-right.wrapper-container .copyStyleBlack .button-link:hover,
      .two-up-right.wrapper-container .copyStyleMobileBlack .button-link:hover {
        color: #fff !important;
        background: #000 !important; }
    .two-up-left.wrapper-container .copyStyleWhite.copyStyleMobileBlack .banner-heading,
    .two-up-left.wrapper-container .copyStyleWhite.copyStyleMobileBlack .banner-sub-heading,
    .two-up-left.wrapper-container .copyStyleWhite.copyStyleMobileBlack .preheader-text,
    .two-up-left.wrapper-container .copyStyleWhite.copyStyleMobileBlack .post-button-details,
    .two-up-right.wrapper-container .copyStyleWhite.copyStyleMobileBlack .banner-heading,
    .two-up-right.wrapper-container .copyStyleWhite.copyStyleMobileBlack .banner-sub-heading,
    .two-up-right.wrapper-container .copyStyleWhite.copyStyleMobileBlack .preheader-text,
    .two-up-right.wrapper-container .copyStyleWhite.copyStyleMobileBlack .post-button-details {
      color: #fff !important; }
    .two-up-left.wrapper-container .copyStyleWhite.copyStyleMobileBlack .button-link,
    .two-up-right.wrapper-container .copyStyleWhite.copyStyleMobileBlack .button-link {
      color: #fff !important;
      border: 1px solid #fff;
      background: transparent; }
      .two-up-left.wrapper-container .copyStyleWhite.copyStyleMobileBlack .button-link:hover,
      .two-up-right.wrapper-container .copyStyleWhite.copyStyleMobileBlack .button-link:hover {
        color: #000 !important;
        background: #fff !important;
        border: 1px solid #fff; }
    .two-up-left.wrapper-container .copyStyleBlack.copyStyleMobileWhite .banner-heading,
    .two-up-left.wrapper-container .copyStyleBlack.copyStyleMobileWhite .banner-sub-heading,
    .two-up-left.wrapper-container .copyStyleBlack.copyStyleMobileWhite .preheader-text,
    .two-up-left.wrapper-container .copyStyleBlack.copyStyleMobileWhite .post-button-details,
    .two-up-right.wrapper-container .copyStyleBlack.copyStyleMobileWhite .banner-heading,
    .two-up-right.wrapper-container .copyStyleBlack.copyStyleMobileWhite .banner-sub-heading,
    .two-up-right.wrapper-container .copyStyleBlack.copyStyleMobileWhite .preheader-text,
    .two-up-right.wrapper-container .copyStyleBlack.copyStyleMobileWhite .post-button-details {
      color: #000 !important; }
    .two-up-left.wrapper-container .copyStyleBlack.copyStyleMobileWhite .button-link,
    .two-up-right.wrapper-container .copyStyleBlack.copyStyleMobileWhite .button-link {
      color: #000 !important;
      border: 1px solid #000;
      background: transparent; }
      .two-up-left.wrapper-container .copyStyleBlack.copyStyleMobileWhite .button-link:hover,
      .two-up-right.wrapper-container .copyStyleBlack.copyStyleMobileWhite .button-link:hover {
        color: #fff !important;
        background: #000 !important; }
    @media (max-width: 1023.98px) {
      .two-up-left.wrapper-container .copyStyleMobileBlack.copyStyleWhite .banner-heading,
      .two-up-left.wrapper-container .copyStyleMobileBlack.copyStyleWhite .banner-sub-heading,
      .two-up-left.wrapper-container .copyStyleMobileBlack.copyStyleWhite .preheader-text,
      .two-up-left.wrapper-container .copyStyleMobileBlack.copyStyleWhite .post-button-details,
      .two-up-right.wrapper-container .copyStyleMobileBlack.copyStyleWhite .banner-heading,
      .two-up-right.wrapper-container .copyStyleMobileBlack.copyStyleWhite .banner-sub-heading,
      .two-up-right.wrapper-container .copyStyleMobileBlack.copyStyleWhite .preheader-text,
      .two-up-right.wrapper-container .copyStyleMobileBlack.copyStyleWhite .post-button-details {
        color: #000 !important; }
      .two-up-left.wrapper-container .copyStyleMobileBlack.copyStyleWhite .button-link,
      .two-up-right.wrapper-container .copyStyleMobileBlack.copyStyleWhite .button-link {
        color: #000 !important;
        border: 1px solid #000;
        background: transparent; }
        .two-up-left.wrapper-container .copyStyleMobileBlack.copyStyleWhite .button-link:hover,
        .two-up-right.wrapper-container .copyStyleMobileBlack.copyStyleWhite .button-link:hover {
          color: #fff !important;
          background: #000 !important; }
      .two-up-left.wrapper-container .copyStyleMobileWhite.copyStyleBlack .banner-heading,
      .two-up-left.wrapper-container .copyStyleMobileWhite.copyStyleBlack .banner-sub-heading,
      .two-up-left.wrapper-container .copyStyleMobileWhite.copyStyleBlack .preheader-text,
      .two-up-left.wrapper-container .copyStyleMobileWhite.copyStyleBlack .post-button-details,
      .two-up-right.wrapper-container .copyStyleMobileWhite.copyStyleBlack .banner-heading,
      .two-up-right.wrapper-container .copyStyleMobileWhite.copyStyleBlack .banner-sub-heading,
      .two-up-right.wrapper-container .copyStyleMobileWhite.copyStyleBlack .preheader-text,
      .two-up-right.wrapper-container .copyStyleMobileWhite.copyStyleBlack .post-button-details {
        color: #fff !important; }
      .two-up-left.wrapper-container .copyStyleMobileWhite.copyStyleBlack .button-link,
      .two-up-right.wrapper-container .copyStyleMobileWhite.copyStyleBlack .button-link {
        color: #fff !important;
        border: 1px solid #fff;
        background: transparent; }
        .two-up-left.wrapper-container .copyStyleMobileWhite.copyStyleBlack .button-link:hover,
        .two-up-right.wrapper-container .copyStyleMobileWhite.copyStyleBlack .button-link:hover {
          color: #000 !important;
          background: #fff !important;
          border: 1px solid #fff; } }
    .two-up-left.wrapper-container .recommendations .slick-dots,
    .two-up-right.wrapper-container .recommendations .slick-dots {
      display: none; }
    .two-up-left.wrapper-container .banner-heading,
    .two-up-right.wrapper-container .banner-heading {
      margin: 18px 0 9px; }
      .two-up-left.wrapper-container .banner-heading p,
      .two-up-right.wrapper-container .banner-heading p {
        margin: 0; }
    .two-up-left.wrapper-container .banner-sub-heading,
    .two-up-right.wrapper-container .banner-sub-heading {
      margin: 0 auto 18px; }
      .two-up-left.wrapper-container .banner-sub-heading p,
      .two-up-right.wrapper-container .banner-sub-heading p {
        margin: 0; }
  @media (max-width: 1023.98px) {
    .two-up-left .banner-heading,
    .two-up-right .banner-heading {
      font-size: 26px;
      line-height: 32px; } }
  @media (max-width: 1023.98px) {
    .two-up-left .two-up-left .copyStyleWhite .banner-heading,
    .two-up-left .two-up-left .copyStyleWhite .banner-sub-heading,
    .two-up-left .two-up-left .copyStyleWhite .preheader-text,
    .two-up-left .two-up-left .copyStyleWhite .post-button-details,
    .two-up-left .two-up-left .copyStyleMobileWhite .banner-heading,
    .two-up-left .two-up-left .copyStyleMobileWhite .banner-sub-heading,
    .two-up-left .two-up-left .copyStyleMobileWhite .preheader-text,
    .two-up-left .two-up-left .copyStyleMobileWhite .post-button-details,
    .two-up-left .two-up-right .copyStyleWhite .banner-heading,
    .two-up-left .two-up-right .copyStyleWhite .banner-sub-heading,
    .two-up-left .two-up-right .copyStyleWhite .preheader-text,
    .two-up-left .two-up-right .copyStyleWhite .post-button-details,
    .two-up-left .two-up-right .copyStyleMobileWhite .banner-heading,
    .two-up-left .two-up-right .copyStyleMobileWhite .banner-sub-heading,
    .two-up-left .two-up-right .copyStyleMobileWhite .preheader-text,
    .two-up-left .two-up-right .copyStyleMobileWhite .post-button-details,
    .two-up-right .two-up-left .copyStyleWhite .banner-heading,
    .two-up-right .two-up-left .copyStyleWhite .banner-sub-heading,
    .two-up-right .two-up-left .copyStyleWhite .preheader-text,
    .two-up-right .two-up-left .copyStyleWhite .post-button-details,
    .two-up-right .two-up-left .copyStyleMobileWhite .banner-heading,
    .two-up-right .two-up-left .copyStyleMobileWhite .banner-sub-heading,
    .two-up-right .two-up-left .copyStyleMobileWhite .preheader-text,
    .two-up-right .two-up-left .copyStyleMobileWhite .post-button-details,
    .two-up-right .two-up-right .copyStyleWhite .banner-heading,
    .two-up-right .two-up-right .copyStyleWhite .banner-sub-heading,
    .two-up-right .two-up-right .copyStyleWhite .preheader-text,
    .two-up-right .two-up-right .copyStyleWhite .post-button-details,
    .two-up-right .two-up-right .copyStyleMobileWhite .banner-heading,
    .two-up-right .two-up-right .copyStyleMobileWhite .banner-sub-heading,
    .two-up-right .two-up-right .copyStyleMobileWhite .preheader-text,
    .two-up-right .two-up-right .copyStyleMobileWhite .post-button-details {
      color: #000 !important; }
    .two-up-left .two-up-left .copyStyleWhite .button-link,
    .two-up-left .two-up-left .copyStyleMobileWhite .button-link,
    .two-up-left .two-up-right .copyStyleWhite .button-link,
    .two-up-left .two-up-right .copyStyleMobileWhite .button-link,
    .two-up-right .two-up-left .copyStyleWhite .button-link,
    .two-up-right .two-up-left .copyStyleMobileWhite .button-link,
    .two-up-right .two-up-right .copyStyleWhite .button-link,
    .two-up-right .two-up-right .copyStyleMobileWhite .button-link {
      color: #000 !important;
      border: 1px solid #000;
      background: transparent; }
      .two-up-left .two-up-left .copyStyleWhite .button-link:hover,
      .two-up-left .two-up-left .copyStyleMobileWhite .button-link:hover,
      .two-up-left .two-up-right .copyStyleWhite .button-link:hover,
      .two-up-left .two-up-right .copyStyleMobileWhite .button-link:hover,
      .two-up-right .two-up-left .copyStyleWhite .button-link:hover,
      .two-up-right .two-up-left .copyStyleMobileWhite .button-link:hover,
      .two-up-right .two-up-right .copyStyleWhite .button-link:hover,
      .two-up-right .two-up-right .copyStyleMobileWhite .button-link:hover {
        color: #000 !important;
        background: #000 !important;
        border: 1px solid #000; } }
  .two-up-left .two-up-left .content-body.withinBottomCenter .content-text, .two-up-left .two-up-left .content-body.withinBottom .content-text, .two-up-left .two-up-left .content-body.withinBottomLeft .content-text, .two-up-left .two-up-left .content-body.withinBottomRight .content-text, .two-up-left .two-up-left .content-body.withinTopRight .content-text, .two-up-left .two-up-left .content-body.withinTopCenter .content-text, .two-up-left .two-up-left .content-body.withinTop .content-text, .two-up-left .two-up-left .content-body.withinTopLeft .content-text, .two-up-left .two-up-left .content-body.withinMiddleRight .content-text, .two-up-left .two-up-left .content-body.withinRight .content-text, .two-up-left .two-up-left .content-body.withinMiddleCenter .content-text, .two-up-left .two-up-left .content-body.withinCenter .content-text, .two-up-left .two-up-left .content-body.withinMiddleLeft .content-text, .two-up-left .two-up-left .content-body.withinLeft .content-text,
  .two-up-left .two-up-right .content-body.withinBottomCenter .content-text,
  .two-up-left .two-up-right .content-body.withinBottom .content-text,
  .two-up-left .two-up-right .content-body.withinBottomLeft .content-text,
  .two-up-left .two-up-right .content-body.withinBottomRight .content-text,
  .two-up-left .two-up-right .content-body.withinTopRight .content-text,
  .two-up-left .two-up-right .content-body.withinTopCenter .content-text,
  .two-up-left .two-up-right .content-body.withinTop .content-text,
  .two-up-left .two-up-right .content-body.withinTopLeft .content-text,
  .two-up-left .two-up-right .content-body.withinMiddleRight .content-text,
  .two-up-left .two-up-right .content-body.withinRight .content-text,
  .two-up-left .two-up-right .content-body.withinMiddleCenter .content-text,
  .two-up-left .two-up-right .content-body.withinCenter .content-text,
  .two-up-left .two-up-right .content-body.withinMiddleLeft .content-text,
  .two-up-left .two-up-right .content-body.withinLeft .content-text,
  .two-up-right .two-up-left .content-body.withinBottomCenter .content-text,
  .two-up-right .two-up-left .content-body.withinBottom .content-text,
  .two-up-right .two-up-left .content-body.withinBottomLeft .content-text,
  .two-up-right .two-up-left .content-body.withinBottomRight .content-text,
  .two-up-right .two-up-left .content-body.withinTopRight .content-text,
  .two-up-right .two-up-left .content-body.withinTopCenter .content-text,
  .two-up-right .two-up-left .content-body.withinTop .content-text,
  .two-up-right .two-up-left .content-body.withinTopLeft .content-text,
  .two-up-right .two-up-left .content-body.withinMiddleRight .content-text,
  .two-up-right .two-up-left .content-body.withinRight .content-text,
  .two-up-right .two-up-left .content-body.withinMiddleCenter .content-text,
  .two-up-right .two-up-left .content-body.withinCenter .content-text,
  .two-up-right .two-up-left .content-body.withinMiddleLeft .content-text,
  .two-up-right .two-up-left .content-body.withinLeft .content-text,
  .two-up-right .two-up-right .content-body.withinBottomCenter .content-text,
  .two-up-right .two-up-right .content-body.withinBottom .content-text,
  .two-up-right .two-up-right .content-body.withinBottomLeft .content-text,
  .two-up-right .two-up-right .content-body.withinBottomRight .content-text,
  .two-up-right .two-up-right .content-body.withinTopRight .content-text,
  .two-up-right .two-up-right .content-body.withinTopCenter .content-text,
  .two-up-right .two-up-right .content-body.withinTop .content-text,
  .two-up-right .two-up-right .content-body.withinTopLeft .content-text,
  .two-up-right .two-up-right .content-body.withinMiddleRight .content-text,
  .two-up-right .two-up-right .content-body.withinRight .content-text,
  .two-up-right .two-up-right .content-body.withinMiddleCenter .content-text,
  .two-up-right .two-up-right .content-body.withinCenter .content-text,
  .two-up-right .two-up-right .content-body.withinMiddleLeft .content-text,
  .two-up-right .two-up-right .content-body.withinLeft .content-text {
    position: absolute;
    width: 100%;
    text-align: center;
    max-width: 383px;
    padding: 0; }
    @media (max-width: 1023.98px) {
      .two-up-left .two-up-left .content-body.withinBottomCenter .content-text, .two-up-left .two-up-left .content-body.withinBottom .content-text, .two-up-left .two-up-left .content-body.withinBottomLeft .content-text, .two-up-left .two-up-left .content-body.withinBottomRight .content-text, .two-up-left .two-up-left .content-body.withinTopRight .content-text, .two-up-left .two-up-left .content-body.withinTopCenter .content-text, .two-up-left .two-up-left .content-body.withinTop .content-text, .two-up-left .two-up-left .content-body.withinTopLeft .content-text, .two-up-left .two-up-left .content-body.withinMiddleRight .content-text, .two-up-left .two-up-left .content-body.withinRight .content-text, .two-up-left .two-up-left .content-body.withinMiddleCenter .content-text, .two-up-left .two-up-left .content-body.withinCenter .content-text, .two-up-left .two-up-left .content-body.withinMiddleLeft .content-text, .two-up-left .two-up-left .content-body.withinLeft .content-text,
      .two-up-left .two-up-right .content-body.withinBottomCenter .content-text,
      .two-up-left .two-up-right .content-body.withinBottom .content-text,
      .two-up-left .two-up-right .content-body.withinBottomLeft .content-text,
      .two-up-left .two-up-right .content-body.withinBottomRight .content-text,
      .two-up-left .two-up-right .content-body.withinTopRight .content-text,
      .two-up-left .two-up-right .content-body.withinTopCenter .content-text,
      .two-up-left .two-up-right .content-body.withinTop .content-text,
      .two-up-left .two-up-right .content-body.withinTopLeft .content-text,
      .two-up-left .two-up-right .content-body.withinMiddleRight .content-text,
      .two-up-left .two-up-right .content-body.withinRight .content-text,
      .two-up-left .two-up-right .content-body.withinMiddleCenter .content-text,
      .two-up-left .two-up-right .content-body.withinCenter .content-text,
      .two-up-left .two-up-right .content-body.withinMiddleLeft .content-text,
      .two-up-left .two-up-right .content-body.withinLeft .content-text,
      .two-up-right .two-up-left .content-body.withinBottomCenter .content-text,
      .two-up-right .two-up-left .content-body.withinBottom .content-text,
      .two-up-right .two-up-left .content-body.withinBottomLeft .content-text,
      .two-up-right .two-up-left .content-body.withinBottomRight .content-text,
      .two-up-right .two-up-left .content-body.withinTopRight .content-text,
      .two-up-right .two-up-left .content-body.withinTopCenter .content-text,
      .two-up-right .two-up-left .content-body.withinTop .content-text,
      .two-up-right .two-up-left .content-body.withinTopLeft .content-text,
      .two-up-right .two-up-left .content-body.withinMiddleRight .content-text,
      .two-up-right .two-up-left .content-body.withinRight .content-text,
      .two-up-right .two-up-left .content-body.withinMiddleCenter .content-text,
      .two-up-right .two-up-left .content-body.withinCenter .content-text,
      .two-up-right .two-up-left .content-body.withinMiddleLeft .content-text,
      .two-up-right .two-up-left .content-body.withinLeft .content-text,
      .two-up-right .two-up-right .content-body.withinBottomCenter .content-text,
      .two-up-right .two-up-right .content-body.withinBottom .content-text,
      .two-up-right .two-up-right .content-body.withinBottomLeft .content-text,
      .two-up-right .two-up-right .content-body.withinBottomRight .content-text,
      .two-up-right .two-up-right .content-body.withinTopRight .content-text,
      .two-up-right .two-up-right .content-body.withinTopCenter .content-text,
      .two-up-right .two-up-right .content-body.withinTop .content-text,
      .two-up-right .two-up-right .content-body.withinTopLeft .content-text,
      .two-up-right .two-up-right .content-body.withinMiddleRight .content-text,
      .two-up-right .two-up-right .content-body.withinRight .content-text,
      .two-up-right .two-up-right .content-body.withinMiddleCenter .content-text,
      .two-up-right .two-up-right .content-body.withinCenter .content-text,
      .two-up-right .two-up-right .content-body.withinMiddleLeft .content-text,
      .two-up-right .two-up-right .content-body.withinLeft .content-text {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        transform: none;
        margin: 15px auto 0;
        padding-bottom: 32px; } }
    .two-up-left .two-up-left .content-body.withinBottomCenter .content-text .banner-heading, .two-up-left .two-up-left .content-body.withinBottom .content-text .banner-heading, .two-up-left .two-up-left .content-body.withinBottomLeft .content-text .banner-heading, .two-up-left .two-up-left .content-body.withinBottomRight .content-text .banner-heading, .two-up-left .two-up-left .content-body.withinTopRight .content-text .banner-heading, .two-up-left .two-up-left .content-body.withinTopCenter .content-text .banner-heading, .two-up-left .two-up-left .content-body.withinTop .content-text .banner-heading, .two-up-left .two-up-left .content-body.withinTopLeft .content-text .banner-heading, .two-up-left .two-up-left .content-body.withinMiddleRight .content-text .banner-heading, .two-up-left .two-up-left .content-body.withinRight .content-text .banner-heading, .two-up-left .two-up-left .content-body.withinMiddleCenter .content-text .banner-heading, .two-up-left .two-up-left .content-body.withinCenter .content-text .banner-heading, .two-up-left .two-up-left .content-body.withinMiddleLeft .content-text .banner-heading, .two-up-left .two-up-left .content-body.withinLeft .content-text .banner-heading,
    .two-up-left .two-up-right .content-body.withinBottomCenter .content-text .banner-heading,
    .two-up-left .two-up-right .content-body.withinBottom .content-text .banner-heading,
    .two-up-left .two-up-right .content-body.withinBottomLeft .content-text .banner-heading,
    .two-up-left .two-up-right .content-body.withinBottomRight .content-text .banner-heading,
    .two-up-left .two-up-right .content-body.withinTopRight .content-text .banner-heading,
    .two-up-left .two-up-right .content-body.withinTopCenter .content-text .banner-heading,
    .two-up-left .two-up-right .content-body.withinTop .content-text .banner-heading,
    .two-up-left .two-up-right .content-body.withinTopLeft .content-text .banner-heading,
    .two-up-left .two-up-right .content-body.withinMiddleRight .content-text .banner-heading,
    .two-up-left .two-up-right .content-body.withinRight .content-text .banner-heading,
    .two-up-left .two-up-right .content-body.withinMiddleCenter .content-text .banner-heading,
    .two-up-left .two-up-right .content-body.withinCenter .content-text .banner-heading,
    .two-up-left .two-up-right .content-body.withinMiddleLeft .content-text .banner-heading,
    .two-up-left .two-up-right .content-body.withinLeft .content-text .banner-heading,
    .two-up-right .two-up-left .content-body.withinBottomCenter .content-text .banner-heading,
    .two-up-right .two-up-left .content-body.withinBottom .content-text .banner-heading,
    .two-up-right .two-up-left .content-body.withinBottomLeft .content-text .banner-heading,
    .two-up-right .two-up-left .content-body.withinBottomRight .content-text .banner-heading,
    .two-up-right .two-up-left .content-body.withinTopRight .content-text .banner-heading,
    .two-up-right .two-up-left .content-body.withinTopCenter .content-text .banner-heading,
    .two-up-right .two-up-left .content-body.withinTop .content-text .banner-heading,
    .two-up-right .two-up-left .content-body.withinTopLeft .content-text .banner-heading,
    .two-up-right .two-up-left .content-body.withinMiddleRight .content-text .banner-heading,
    .two-up-right .two-up-left .content-body.withinRight .content-text .banner-heading,
    .two-up-right .two-up-left .content-body.withinMiddleCenter .content-text .banner-heading,
    .two-up-right .two-up-left .content-body.withinCenter .content-text .banner-heading,
    .two-up-right .two-up-left .content-body.withinMiddleLeft .content-text .banner-heading,
    .two-up-right .two-up-left .content-body.withinLeft .content-text .banner-heading,
    .two-up-right .two-up-right .content-body.withinBottomCenter .content-text .banner-heading,
    .two-up-right .two-up-right .content-body.withinBottom .content-text .banner-heading,
    .two-up-right .two-up-right .content-body.withinBottomLeft .content-text .banner-heading,
    .two-up-right .two-up-right .content-body.withinBottomRight .content-text .banner-heading,
    .two-up-right .two-up-right .content-body.withinTopRight .content-text .banner-heading,
    .two-up-right .two-up-right .content-body.withinTopCenter .content-text .banner-heading,
    .two-up-right .two-up-right .content-body.withinTop .content-text .banner-heading,
    .two-up-right .two-up-right .content-body.withinTopLeft .content-text .banner-heading,
    .two-up-right .two-up-right .content-body.withinMiddleRight .content-text .banner-heading,
    .two-up-right .two-up-right .content-body.withinRight .content-text .banner-heading,
    .two-up-right .two-up-right .content-body.withinMiddleCenter .content-text .banner-heading,
    .two-up-right .two-up-right .content-body.withinCenter .content-text .banner-heading,
    .two-up-right .two-up-right .content-body.withinMiddleLeft .content-text .banner-heading,
    .two-up-right .two-up-right .content-body.withinLeft .content-text .banner-heading {
      font-family: "Moneta-Bold", "Times New Roman", times, serif;
      letter-spacing: 1px; }
      @media (max-width: 1023.98px) {
        .two-up-left .two-up-left .content-body.withinBottomCenter .content-text .banner-heading, .two-up-left .two-up-left .content-body.withinBottom .content-text .banner-heading, .two-up-left .two-up-left .content-body.withinBottomLeft .content-text .banner-heading, .two-up-left .two-up-left .content-body.withinBottomRight .content-text .banner-heading, .two-up-left .two-up-left .content-body.withinTopRight .content-text .banner-heading, .two-up-left .two-up-left .content-body.withinTopCenter .content-text .banner-heading, .two-up-left .two-up-left .content-body.withinTop .content-text .banner-heading, .two-up-left .two-up-left .content-body.withinTopLeft .content-text .banner-heading, .two-up-left .two-up-left .content-body.withinMiddleRight .content-text .banner-heading, .two-up-left .two-up-left .content-body.withinRight .content-text .banner-heading, .two-up-left .two-up-left .content-body.withinMiddleCenter .content-text .banner-heading, .two-up-left .two-up-left .content-body.withinCenter .content-text .banner-heading, .two-up-left .two-up-left .content-body.withinMiddleLeft .content-text .banner-heading, .two-up-left .two-up-left .content-body.withinLeft .content-text .banner-heading,
        .two-up-left .two-up-right .content-body.withinBottomCenter .content-text .banner-heading,
        .two-up-left .two-up-right .content-body.withinBottom .content-text .banner-heading,
        .two-up-left .two-up-right .content-body.withinBottomLeft .content-text .banner-heading,
        .two-up-left .two-up-right .content-body.withinBottomRight .content-text .banner-heading,
        .two-up-left .two-up-right .content-body.withinTopRight .content-text .banner-heading,
        .two-up-left .two-up-right .content-body.withinTopCenter .content-text .banner-heading,
        .two-up-left .two-up-right .content-body.withinTop .content-text .banner-heading,
        .two-up-left .two-up-right .content-body.withinTopLeft .content-text .banner-heading,
        .two-up-left .two-up-right .content-body.withinMiddleRight .content-text .banner-heading,
        .two-up-left .two-up-right .content-body.withinRight .content-text .banner-heading,
        .two-up-left .two-up-right .content-body.withinMiddleCenter .content-text .banner-heading,
        .two-up-left .two-up-right .content-body.withinCenter .content-text .banner-heading,
        .two-up-left .two-up-right .content-body.withinMiddleLeft .content-text .banner-heading,
        .two-up-left .two-up-right .content-body.withinLeft .content-text .banner-heading,
        .two-up-right .two-up-left .content-body.withinBottomCenter .content-text .banner-heading,
        .two-up-right .two-up-left .content-body.withinBottom .content-text .banner-heading,
        .two-up-right .two-up-left .content-body.withinBottomLeft .content-text .banner-heading,
        .two-up-right .two-up-left .content-body.withinBottomRight .content-text .banner-heading,
        .two-up-right .two-up-left .content-body.withinTopRight .content-text .banner-heading,
        .two-up-right .two-up-left .content-body.withinTopCenter .content-text .banner-heading,
        .two-up-right .two-up-left .content-body.withinTop .content-text .banner-heading,
        .two-up-right .two-up-left .content-body.withinTopLeft .content-text .banner-heading,
        .two-up-right .two-up-left .content-body.withinMiddleRight .content-text .banner-heading,
        .two-up-right .two-up-left .content-body.withinRight .content-text .banner-heading,
        .two-up-right .two-up-left .content-body.withinMiddleCenter .content-text .banner-heading,
        .two-up-right .two-up-left .content-body.withinCenter .content-text .banner-heading,
        .two-up-right .two-up-left .content-body.withinMiddleLeft .content-text .banner-heading,
        .two-up-right .two-up-left .content-body.withinLeft .content-text .banner-heading,
        .two-up-right .two-up-right .content-body.withinBottomCenter .content-text .banner-heading,
        .two-up-right .two-up-right .content-body.withinBottom .content-text .banner-heading,
        .two-up-right .two-up-right .content-body.withinBottomLeft .content-text .banner-heading,
        .two-up-right .two-up-right .content-body.withinBottomRight .content-text .banner-heading,
        .two-up-right .two-up-right .content-body.withinTopRight .content-text .banner-heading,
        .two-up-right .two-up-right .content-body.withinTopCenter .content-text .banner-heading,
        .two-up-right .two-up-right .content-body.withinTop .content-text .banner-heading,
        .two-up-right .two-up-right .content-body.withinTopLeft .content-text .banner-heading,
        .two-up-right .two-up-right .content-body.withinMiddleRight .content-text .banner-heading,
        .two-up-right .two-up-right .content-body.withinRight .content-text .banner-heading,
        .two-up-right .two-up-right .content-body.withinMiddleCenter .content-text .banner-heading,
        .two-up-right .two-up-right .content-body.withinCenter .content-text .banner-heading,
        .two-up-right .two-up-right .content-body.withinMiddleLeft .content-text .banner-heading,
        .two-up-right .two-up-right .content-body.withinLeft .content-text .banner-heading {
          font-family: "Moneta-Regular", "Times New Roman", times, serif;
          font-size: 26px;
          color: #000;
          margin-bottom: 3px; } }
      .two-up-left .two-up-left .content-body.withinBottomCenter .content-text .banner-heading.womensSmallRegular, .two-up-left .two-up-left .content-body.withinBottomCenter .content-text .banner-heading.womensSmallBold, .two-up-left .two-up-left .content-body.withinBottomCenter .content-text .banner-heading.womensSmallBlack, .two-up-left .two-up-left .content-body.withinBottom .content-text .banner-heading.womensSmallRegular, .two-up-left .two-up-left .content-body.withinBottom .content-text .banner-heading.womensSmallBold, .two-up-left .two-up-left .content-body.withinBottom .content-text .banner-heading.womensSmallBlack, .two-up-left .two-up-left .content-body.withinBottomLeft .content-text .banner-heading.womensSmallRegular, .two-up-left .two-up-left .content-body.withinBottomLeft .content-text .banner-heading.womensSmallBold, .two-up-left .two-up-left .content-body.withinBottomLeft .content-text .banner-heading.womensSmallBlack, .two-up-left .two-up-left .content-body.withinBottomRight .content-text .banner-heading.womensSmallRegular, .two-up-left .two-up-left .content-body.withinBottomRight .content-text .banner-heading.womensSmallBold, .two-up-left .two-up-left .content-body.withinBottomRight .content-text .banner-heading.womensSmallBlack, .two-up-left .two-up-left .content-body.withinTopRight .content-text .banner-heading.womensSmallRegular, .two-up-left .two-up-left .content-body.withinTopRight .content-text .banner-heading.womensSmallBold, .two-up-left .two-up-left .content-body.withinTopRight .content-text .banner-heading.womensSmallBlack, .two-up-left .two-up-left .content-body.withinTopCenter .content-text .banner-heading.womensSmallRegular, .two-up-left .two-up-left .content-body.withinTopCenter .content-text .banner-heading.womensSmallBold, .two-up-left .two-up-left .content-body.withinTopCenter .content-text .banner-heading.womensSmallBlack, .two-up-left .two-up-left .content-body.withinTop .content-text .banner-heading.womensSmallRegular, .two-up-left .two-up-left .content-body.withinTop .content-text .banner-heading.womensSmallBold, .two-up-left .two-up-left .content-body.withinTop .content-text .banner-heading.womensSmallBlack, .two-up-left .two-up-left .content-body.withinTopLeft .content-text .banner-heading.womensSmallRegular, .two-up-left .two-up-left .content-body.withinTopLeft .content-text .banner-heading.womensSmallBold, .two-up-left .two-up-left .content-body.withinTopLeft .content-text .banner-heading.womensSmallBlack, .two-up-left .two-up-left .content-body.withinMiddleRight .content-text .banner-heading.womensSmallRegular, .two-up-left .two-up-left .content-body.withinMiddleRight .content-text .banner-heading.womensSmallBold, .two-up-left .two-up-left .content-body.withinMiddleRight .content-text .banner-heading.womensSmallBlack, .two-up-left .two-up-left .content-body.withinRight .content-text .banner-heading.womensSmallRegular, .two-up-left .two-up-left .content-body.withinRight .content-text .banner-heading.womensSmallBold, .two-up-left .two-up-left .content-body.withinRight .content-text .banner-heading.womensSmallBlack, .two-up-left .two-up-left .content-body.withinMiddleCenter .content-text .banner-heading.womensSmallRegular, .two-up-left .two-up-left .content-body.withinMiddleCenter .content-text .banner-heading.womensSmallBold, .two-up-left .two-up-left .content-body.withinMiddleCenter .content-text .banner-heading.womensSmallBlack, .two-up-left .two-up-left .content-body.withinCenter .content-text .banner-heading.womensSmallRegular, .two-up-left .two-up-left .content-body.withinCenter .content-text .banner-heading.womensSmallBold, .two-up-left .two-up-left .content-body.withinCenter .content-text .banner-heading.womensSmallBlack, .two-up-left .two-up-left .content-body.withinMiddleLeft .content-text .banner-heading.womensSmallRegular, .two-up-left .two-up-left .content-body.withinMiddleLeft .content-text .banner-heading.womensSmallBold, .two-up-left .two-up-left .content-body.withinMiddleLeft .content-text .banner-heading.womensSmallBlack, .two-up-left .two-up-left .content-body.withinLeft .content-text .banner-heading.womensSmallRegular, .two-up-left .two-up-left .content-body.withinLeft .content-text .banner-heading.womensSmallBold, .two-up-left .two-up-left .content-body.withinLeft .content-text .banner-heading.womensSmallBlack,
      .two-up-left .two-up-right .content-body.withinBottomCenter .content-text .banner-heading.womensSmallRegular,
      .two-up-left .two-up-right .content-body.withinBottomCenter .content-text .banner-heading.womensSmallBold,
      .two-up-left .two-up-right .content-body.withinBottomCenter .content-text .banner-heading.womensSmallBlack,
      .two-up-left .two-up-right .content-body.withinBottom .content-text .banner-heading.womensSmallRegular,
      .two-up-left .two-up-right .content-body.withinBottom .content-text .banner-heading.womensSmallBold,
      .two-up-left .two-up-right .content-body.withinBottom .content-text .banner-heading.womensSmallBlack,
      .two-up-left .two-up-right .content-body.withinBottomLeft .content-text .banner-heading.womensSmallRegular,
      .two-up-left .two-up-right .content-body.withinBottomLeft .content-text .banner-heading.womensSmallBold,
      .two-up-left .two-up-right .content-body.withinBottomLeft .content-text .banner-heading.womensSmallBlack,
      .two-up-left .two-up-right .content-body.withinBottomRight .content-text .banner-heading.womensSmallRegular,
      .two-up-left .two-up-right .content-body.withinBottomRight .content-text .banner-heading.womensSmallBold,
      .two-up-left .two-up-right .content-body.withinBottomRight .content-text .banner-heading.womensSmallBlack,
      .two-up-left .two-up-right .content-body.withinTopRight .content-text .banner-heading.womensSmallRegular,
      .two-up-left .two-up-right .content-body.withinTopRight .content-text .banner-heading.womensSmallBold,
      .two-up-left .two-up-right .content-body.withinTopRight .content-text .banner-heading.womensSmallBlack,
      .two-up-left .two-up-right .content-body.withinTopCenter .content-text .banner-heading.womensSmallRegular,
      .two-up-left .two-up-right .content-body.withinTopCenter .content-text .banner-heading.womensSmallBold,
      .two-up-left .two-up-right .content-body.withinTopCenter .content-text .banner-heading.womensSmallBlack,
      .two-up-left .two-up-right .content-body.withinTop .content-text .banner-heading.womensSmallRegular,
      .two-up-left .two-up-right .content-body.withinTop .content-text .banner-heading.womensSmallBold,
      .two-up-left .two-up-right .content-body.withinTop .content-text .banner-heading.womensSmallBlack,
      .two-up-left .two-up-right .content-body.withinTopLeft .content-text .banner-heading.womensSmallRegular,
      .two-up-left .two-up-right .content-body.withinTopLeft .content-text .banner-heading.womensSmallBold,
      .two-up-left .two-up-right .content-body.withinTopLeft .content-text .banner-heading.womensSmallBlack,
      .two-up-left .two-up-right .content-body.withinMiddleRight .content-text .banner-heading.womensSmallRegular,
      .two-up-left .two-up-right .content-body.withinMiddleRight .content-text .banner-heading.womensSmallBold,
      .two-up-left .two-up-right .content-body.withinMiddleRight .content-text .banner-heading.womensSmallBlack,
      .two-up-left .two-up-right .content-body.withinRight .content-text .banner-heading.womensSmallRegular,
      .two-up-left .two-up-right .content-body.withinRight .content-text .banner-heading.womensSmallBold,
      .two-up-left .two-up-right .content-body.withinRight .content-text .banner-heading.womensSmallBlack,
      .two-up-left .two-up-right .content-body.withinMiddleCenter .content-text .banner-heading.womensSmallRegular,
      .two-up-left .two-up-right .content-body.withinMiddleCenter .content-text .banner-heading.womensSmallBold,
      .two-up-left .two-up-right .content-body.withinMiddleCenter .content-text .banner-heading.womensSmallBlack,
      .two-up-left .two-up-right .content-body.withinCenter .content-text .banner-heading.womensSmallRegular,
      .two-up-left .two-up-right .content-body.withinCenter .content-text .banner-heading.womensSmallBold,
      .two-up-left .two-up-right .content-body.withinCenter .content-text .banner-heading.womensSmallBlack,
      .two-up-left .two-up-right .content-body.withinMiddleLeft .content-text .banner-heading.womensSmallRegular,
      .two-up-left .two-up-right .content-body.withinMiddleLeft .content-text .banner-heading.womensSmallBold,
      .two-up-left .two-up-right .content-body.withinMiddleLeft .content-text .banner-heading.womensSmallBlack,
      .two-up-left .two-up-right .content-body.withinLeft .content-text .banner-heading.womensSmallRegular,
      .two-up-left .two-up-right .content-body.withinLeft .content-text .banner-heading.womensSmallBold,
      .two-up-left .two-up-right .content-body.withinLeft .content-text .banner-heading.womensSmallBlack,
      .two-up-right .two-up-left .content-body.withinBottomCenter .content-text .banner-heading.womensSmallRegular,
      .two-up-right .two-up-left .content-body.withinBottomCenter .content-text .banner-heading.womensSmallBold,
      .two-up-right .two-up-left .content-body.withinBottomCenter .content-text .banner-heading.womensSmallBlack,
      .two-up-right .two-up-left .content-body.withinBottom .content-text .banner-heading.womensSmallRegular,
      .two-up-right .two-up-left .content-body.withinBottom .content-text .banner-heading.womensSmallBold,
      .two-up-right .two-up-left .content-body.withinBottom .content-text .banner-heading.womensSmallBlack,
      .two-up-right .two-up-left .content-body.withinBottomLeft .content-text .banner-heading.womensSmallRegular,
      .two-up-right .two-up-left .content-body.withinBottomLeft .content-text .banner-heading.womensSmallBold,
      .two-up-right .two-up-left .content-body.withinBottomLeft .content-text .banner-heading.womensSmallBlack,
      .two-up-right .two-up-left .content-body.withinBottomRight .content-text .banner-heading.womensSmallRegular,
      .two-up-right .two-up-left .content-body.withinBottomRight .content-text .banner-heading.womensSmallBold,
      .two-up-right .two-up-left .content-body.withinBottomRight .content-text .banner-heading.womensSmallBlack,
      .two-up-right .two-up-left .content-body.withinTopRight .content-text .banner-heading.womensSmallRegular,
      .two-up-right .two-up-left .content-body.withinTopRight .content-text .banner-heading.womensSmallBold,
      .two-up-right .two-up-left .content-body.withinTopRight .content-text .banner-heading.womensSmallBlack,
      .two-up-right .two-up-left .content-body.withinTopCenter .content-text .banner-heading.womensSmallRegular,
      .two-up-right .two-up-left .content-body.withinTopCenter .content-text .banner-heading.womensSmallBold,
      .two-up-right .two-up-left .content-body.withinTopCenter .content-text .banner-heading.womensSmallBlack,
      .two-up-right .two-up-left .content-body.withinTop .content-text .banner-heading.womensSmallRegular,
      .two-up-right .two-up-left .content-body.withinTop .content-text .banner-heading.womensSmallBold,
      .two-up-right .two-up-left .content-body.withinTop .content-text .banner-heading.womensSmallBlack,
      .two-up-right .two-up-left .content-body.withinTopLeft .content-text .banner-heading.womensSmallRegular,
      .two-up-right .two-up-left .content-body.withinTopLeft .content-text .banner-heading.womensSmallBold,
      .two-up-right .two-up-left .content-body.withinTopLeft .content-text .banner-heading.womensSmallBlack,
      .two-up-right .two-up-left .content-body.withinMiddleRight .content-text .banner-heading.womensSmallRegular,
      .two-up-right .two-up-left .content-body.withinMiddleRight .content-text .banner-heading.womensSmallBold,
      .two-up-right .two-up-left .content-body.withinMiddleRight .content-text .banner-heading.womensSmallBlack,
      .two-up-right .two-up-left .content-body.withinRight .content-text .banner-heading.womensSmallRegular,
      .two-up-right .two-up-left .content-body.withinRight .content-text .banner-heading.womensSmallBold,
      .two-up-right .two-up-left .content-body.withinRight .content-text .banner-heading.womensSmallBlack,
      .two-up-right .two-up-left .content-body.withinMiddleCenter .content-text .banner-heading.womensSmallRegular,
      .two-up-right .two-up-left .content-body.withinMiddleCenter .content-text .banner-heading.womensSmallBold,
      .two-up-right .two-up-left .content-body.withinMiddleCenter .content-text .banner-heading.womensSmallBlack,
      .two-up-right .two-up-left .content-body.withinCenter .content-text .banner-heading.womensSmallRegular,
      .two-up-right .two-up-left .content-body.withinCenter .content-text .banner-heading.womensSmallBold,
      .two-up-right .two-up-left .content-body.withinCenter .content-text .banner-heading.womensSmallBlack,
      .two-up-right .two-up-left .content-body.withinMiddleLeft .content-text .banner-heading.womensSmallRegular,
      .two-up-right .two-up-left .content-body.withinMiddleLeft .content-text .banner-heading.womensSmallBold,
      .two-up-right .two-up-left .content-body.withinMiddleLeft .content-text .banner-heading.womensSmallBlack,
      .two-up-right .two-up-left .content-body.withinLeft .content-text .banner-heading.womensSmallRegular,
      .two-up-right .two-up-left .content-body.withinLeft .content-text .banner-heading.womensSmallBold,
      .two-up-right .two-up-left .content-body.withinLeft .content-text .banner-heading.womensSmallBlack,
      .two-up-right .two-up-right .content-body.withinBottomCenter .content-text .banner-heading.womensSmallRegular,
      .two-up-right .two-up-right .content-body.withinBottomCenter .content-text .banner-heading.womensSmallBold,
      .two-up-right .two-up-right .content-body.withinBottomCenter .content-text .banner-heading.womensSmallBlack,
      .two-up-right .two-up-right .content-body.withinBottom .content-text .banner-heading.womensSmallRegular,
      .two-up-right .two-up-right .content-body.withinBottom .content-text .banner-heading.womensSmallBold,
      .two-up-right .two-up-right .content-body.withinBottom .content-text .banner-heading.womensSmallBlack,
      .two-up-right .two-up-right .content-body.withinBottomLeft .content-text .banner-heading.womensSmallRegular,
      .two-up-right .two-up-right .content-body.withinBottomLeft .content-text .banner-heading.womensSmallBold,
      .two-up-right .two-up-right .content-body.withinBottomLeft .content-text .banner-heading.womensSmallBlack,
      .two-up-right .two-up-right .content-body.withinBottomRight .content-text .banner-heading.womensSmallRegular,
      .two-up-right .two-up-right .content-body.withinBottomRight .content-text .banner-heading.womensSmallBold,
      .two-up-right .two-up-right .content-body.withinBottomRight .content-text .banner-heading.womensSmallBlack,
      .two-up-right .two-up-right .content-body.withinTopRight .content-text .banner-heading.womensSmallRegular,
      .two-up-right .two-up-right .content-body.withinTopRight .content-text .banner-heading.womensSmallBold,
      .two-up-right .two-up-right .content-body.withinTopRight .content-text .banner-heading.womensSmallBlack,
      .two-up-right .two-up-right .content-body.withinTopCenter .content-text .banner-heading.womensSmallRegular,
      .two-up-right .two-up-right .content-body.withinTopCenter .content-text .banner-heading.womensSmallBold,
      .two-up-right .two-up-right .content-body.withinTopCenter .content-text .banner-heading.womensSmallBlack,
      .two-up-right .two-up-right .content-body.withinTop .content-text .banner-heading.womensSmallRegular,
      .two-up-right .two-up-right .content-body.withinTop .content-text .banner-heading.womensSmallBold,
      .two-up-right .two-up-right .content-body.withinTop .content-text .banner-heading.womensSmallBlack,
      .two-up-right .two-up-right .content-body.withinTopLeft .content-text .banner-heading.womensSmallRegular,
      .two-up-right .two-up-right .content-body.withinTopLeft .content-text .banner-heading.womensSmallBold,
      .two-up-right .two-up-right .content-body.withinTopLeft .content-text .banner-heading.womensSmallBlack,
      .two-up-right .two-up-right .content-body.withinMiddleRight .content-text .banner-heading.womensSmallRegular,
      .two-up-right .two-up-right .content-body.withinMiddleRight .content-text .banner-heading.womensSmallBold,
      .two-up-right .two-up-right .content-body.withinMiddleRight .content-text .banner-heading.womensSmallBlack,
      .two-up-right .two-up-right .content-body.withinRight .content-text .banner-heading.womensSmallRegular,
      .two-up-right .two-up-right .content-body.withinRight .content-text .banner-heading.womensSmallBold,
      .two-up-right .two-up-right .content-body.withinRight .content-text .banner-heading.womensSmallBlack,
      .two-up-right .two-up-right .content-body.withinMiddleCenter .content-text .banner-heading.womensSmallRegular,
      .two-up-right .two-up-right .content-body.withinMiddleCenter .content-text .banner-heading.womensSmallBold,
      .two-up-right .two-up-right .content-body.withinMiddleCenter .content-text .banner-heading.womensSmallBlack,
      .two-up-right .two-up-right .content-body.withinCenter .content-text .banner-heading.womensSmallRegular,
      .two-up-right .two-up-right .content-body.withinCenter .content-text .banner-heading.womensSmallBold,
      .two-up-right .two-up-right .content-body.withinCenter .content-text .banner-heading.womensSmallBlack,
      .two-up-right .two-up-right .content-body.withinMiddleLeft .content-text .banner-heading.womensSmallRegular,
      .two-up-right .two-up-right .content-body.withinMiddleLeft .content-text .banner-heading.womensSmallBold,
      .two-up-right .two-up-right .content-body.withinMiddleLeft .content-text .banner-heading.womensSmallBlack,
      .two-up-right .two-up-right .content-body.withinLeft .content-text .banner-heading.womensSmallRegular,
      .two-up-right .two-up-right .content-body.withinLeft .content-text .banner-heading.womensSmallBold,
      .two-up-right .two-up-right .content-body.withinLeft .content-text .banner-heading.womensSmallBlack {
        font-size: 50px;
        line-height: 54px;
        letter-spacing: 1px; }
        @media (max-width: 1023.98px) {
          .two-up-left .two-up-left .content-body.withinBottomCenter .content-text .banner-heading.womensSmallRegular, .two-up-left .two-up-left .content-body.withinBottomCenter .content-text .banner-heading.womensSmallBold, .two-up-left .two-up-left .content-body.withinBottomCenter .content-text .banner-heading.womensSmallBlack, .two-up-left .two-up-left .content-body.withinBottom .content-text .banner-heading.womensSmallRegular, .two-up-left .two-up-left .content-body.withinBottom .content-text .banner-heading.womensSmallBold, .two-up-left .two-up-left .content-body.withinBottom .content-text .banner-heading.womensSmallBlack, .two-up-left .two-up-left .content-body.withinBottomLeft .content-text .banner-heading.womensSmallRegular, .two-up-left .two-up-left .content-body.withinBottomLeft .content-text .banner-heading.womensSmallBold, .two-up-left .two-up-left .content-body.withinBottomLeft .content-text .banner-heading.womensSmallBlack, .two-up-left .two-up-left .content-body.withinBottomRight .content-text .banner-heading.womensSmallRegular, .two-up-left .two-up-left .content-body.withinBottomRight .content-text .banner-heading.womensSmallBold, .two-up-left .two-up-left .content-body.withinBottomRight .content-text .banner-heading.womensSmallBlack, .two-up-left .two-up-left .content-body.withinTopRight .content-text .banner-heading.womensSmallRegular, .two-up-left .two-up-left .content-body.withinTopRight .content-text .banner-heading.womensSmallBold, .two-up-left .two-up-left .content-body.withinTopRight .content-text .banner-heading.womensSmallBlack, .two-up-left .two-up-left .content-body.withinTopCenter .content-text .banner-heading.womensSmallRegular, .two-up-left .two-up-left .content-body.withinTopCenter .content-text .banner-heading.womensSmallBold, .two-up-left .two-up-left .content-body.withinTopCenter .content-text .banner-heading.womensSmallBlack, .two-up-left .two-up-left .content-body.withinTop .content-text .banner-heading.womensSmallRegular, .two-up-left .two-up-left .content-body.withinTop .content-text .banner-heading.womensSmallBold, .two-up-left .two-up-left .content-body.withinTop .content-text .banner-heading.womensSmallBlack, .two-up-left .two-up-left .content-body.withinTopLeft .content-text .banner-heading.womensSmallRegular, .two-up-left .two-up-left .content-body.withinTopLeft .content-text .banner-heading.womensSmallBold, .two-up-left .two-up-left .content-body.withinTopLeft .content-text .banner-heading.womensSmallBlack, .two-up-left .two-up-left .content-body.withinMiddleRight .content-text .banner-heading.womensSmallRegular, .two-up-left .two-up-left .content-body.withinMiddleRight .content-text .banner-heading.womensSmallBold, .two-up-left .two-up-left .content-body.withinMiddleRight .content-text .banner-heading.womensSmallBlack, .two-up-left .two-up-left .content-body.withinRight .content-text .banner-heading.womensSmallRegular, .two-up-left .two-up-left .content-body.withinRight .content-text .banner-heading.womensSmallBold, .two-up-left .two-up-left .content-body.withinRight .content-text .banner-heading.womensSmallBlack, .two-up-left .two-up-left .content-body.withinMiddleCenter .content-text .banner-heading.womensSmallRegular, .two-up-left .two-up-left .content-body.withinMiddleCenter .content-text .banner-heading.womensSmallBold, .two-up-left .two-up-left .content-body.withinMiddleCenter .content-text .banner-heading.womensSmallBlack, .two-up-left .two-up-left .content-body.withinCenter .content-text .banner-heading.womensSmallRegular, .two-up-left .two-up-left .content-body.withinCenter .content-text .banner-heading.womensSmallBold, .two-up-left .two-up-left .content-body.withinCenter .content-text .banner-heading.womensSmallBlack, .two-up-left .two-up-left .content-body.withinMiddleLeft .content-text .banner-heading.womensSmallRegular, .two-up-left .two-up-left .content-body.withinMiddleLeft .content-text .banner-heading.womensSmallBold, .two-up-left .two-up-left .content-body.withinMiddleLeft .content-text .banner-heading.womensSmallBlack, .two-up-left .two-up-left .content-body.withinLeft .content-text .banner-heading.womensSmallRegular, .two-up-left .two-up-left .content-body.withinLeft .content-text .banner-heading.womensSmallBold, .two-up-left .two-up-left .content-body.withinLeft .content-text .banner-heading.womensSmallBlack,
          .two-up-left .two-up-right .content-body.withinBottomCenter .content-text .banner-heading.womensSmallRegular,
          .two-up-left .two-up-right .content-body.withinBottomCenter .content-text .banner-heading.womensSmallBold,
          .two-up-left .two-up-right .content-body.withinBottomCenter .content-text .banner-heading.womensSmallBlack,
          .two-up-left .two-up-right .content-body.withinBottom .content-text .banner-heading.womensSmallRegular,
          .two-up-left .two-up-right .content-body.withinBottom .content-text .banner-heading.womensSmallBold,
          .two-up-left .two-up-right .content-body.withinBottom .content-text .banner-heading.womensSmallBlack,
          .two-up-left .two-up-right .content-body.withinBottomLeft .content-text .banner-heading.womensSmallRegular,
          .two-up-left .two-up-right .content-body.withinBottomLeft .content-text .banner-heading.womensSmallBold,
          .two-up-left .two-up-right .content-body.withinBottomLeft .content-text .banner-heading.womensSmallBlack,
          .two-up-left .two-up-right .content-body.withinBottomRight .content-text .banner-heading.womensSmallRegular,
          .two-up-left .two-up-right .content-body.withinBottomRight .content-text .banner-heading.womensSmallBold,
          .two-up-left .two-up-right .content-body.withinBottomRight .content-text .banner-heading.womensSmallBlack,
          .two-up-left .two-up-right .content-body.withinTopRight .content-text .banner-heading.womensSmallRegular,
          .two-up-left .two-up-right .content-body.withinTopRight .content-text .banner-heading.womensSmallBold,
          .two-up-left .two-up-right .content-body.withinTopRight .content-text .banner-heading.womensSmallBlack,
          .two-up-left .two-up-right .content-body.withinTopCenter .content-text .banner-heading.womensSmallRegular,
          .two-up-left .two-up-right .content-body.withinTopCenter .content-text .banner-heading.womensSmallBold,
          .two-up-left .two-up-right .content-body.withinTopCenter .content-text .banner-heading.womensSmallBlack,
          .two-up-left .two-up-right .content-body.withinTop .content-text .banner-heading.womensSmallRegular,
          .two-up-left .two-up-right .content-body.withinTop .content-text .banner-heading.womensSmallBold,
          .two-up-left .two-up-right .content-body.withinTop .content-text .banner-heading.womensSmallBlack,
          .two-up-left .two-up-right .content-body.withinTopLeft .content-text .banner-heading.womensSmallRegular,
          .two-up-left .two-up-right .content-body.withinTopLeft .content-text .banner-heading.womensSmallBold,
          .two-up-left .two-up-right .content-body.withinTopLeft .content-text .banner-heading.womensSmallBlack,
          .two-up-left .two-up-right .content-body.withinMiddleRight .content-text .banner-heading.womensSmallRegular,
          .two-up-left .two-up-right .content-body.withinMiddleRight .content-text .banner-heading.womensSmallBold,
          .two-up-left .two-up-right .content-body.withinMiddleRight .content-text .banner-heading.womensSmallBlack,
          .two-up-left .two-up-right .content-body.withinRight .content-text .banner-heading.womensSmallRegular,
          .two-up-left .two-up-right .content-body.withinRight .content-text .banner-heading.womensSmallBold,
          .two-up-left .two-up-right .content-body.withinRight .content-text .banner-heading.womensSmallBlack,
          .two-up-left .two-up-right .content-body.withinMiddleCenter .content-text .banner-heading.womensSmallRegular,
          .two-up-left .two-up-right .content-body.withinMiddleCenter .content-text .banner-heading.womensSmallBold,
          .two-up-left .two-up-right .content-body.withinMiddleCenter .content-text .banner-heading.womensSmallBlack,
          .two-up-left .two-up-right .content-body.withinCenter .content-text .banner-heading.womensSmallRegular,
          .two-up-left .two-up-right .content-body.withinCenter .content-text .banner-heading.womensSmallBold,
          .two-up-left .two-up-right .content-body.withinCenter .content-text .banner-heading.womensSmallBlack,
          .two-up-left .two-up-right .content-body.withinMiddleLeft .content-text .banner-heading.womensSmallRegular,
          .two-up-left .two-up-right .content-body.withinMiddleLeft .content-text .banner-heading.womensSmallBold,
          .two-up-left .two-up-right .content-body.withinMiddleLeft .content-text .banner-heading.womensSmallBlack,
          .two-up-left .two-up-right .content-body.withinLeft .content-text .banner-heading.womensSmallRegular,
          .two-up-left .two-up-right .content-body.withinLeft .content-text .banner-heading.womensSmallBold,
          .two-up-left .two-up-right .content-body.withinLeft .content-text .banner-heading.womensSmallBlack,
          .two-up-right .two-up-left .content-body.withinBottomCenter .content-text .banner-heading.womensSmallRegular,
          .two-up-right .two-up-left .content-body.withinBottomCenter .content-text .banner-heading.womensSmallBold,
          .two-up-right .two-up-left .content-body.withinBottomCenter .content-text .banner-heading.womensSmallBlack,
          .two-up-right .two-up-left .content-body.withinBottom .content-text .banner-heading.womensSmallRegular,
          .two-up-right .two-up-left .content-body.withinBottom .content-text .banner-heading.womensSmallBold,
          .two-up-right .two-up-left .content-body.withinBottom .content-text .banner-heading.womensSmallBlack,
          .two-up-right .two-up-left .content-body.withinBottomLeft .content-text .banner-heading.womensSmallRegular,
          .two-up-right .two-up-left .content-body.withinBottomLeft .content-text .banner-heading.womensSmallBold,
          .two-up-right .two-up-left .content-body.withinBottomLeft .content-text .banner-heading.womensSmallBlack,
          .two-up-right .two-up-left .content-body.withinBottomRight .content-text .banner-heading.womensSmallRegular,
          .two-up-right .two-up-left .content-body.withinBottomRight .content-text .banner-heading.womensSmallBold,
          .two-up-right .two-up-left .content-body.withinBottomRight .content-text .banner-heading.womensSmallBlack,
          .two-up-right .two-up-left .content-body.withinTopRight .content-text .banner-heading.womensSmallRegular,
          .two-up-right .two-up-left .content-body.withinTopRight .content-text .banner-heading.womensSmallBold,
          .two-up-right .two-up-left .content-body.withinTopRight .content-text .banner-heading.womensSmallBlack,
          .two-up-right .two-up-left .content-body.withinTopCenter .content-text .banner-heading.womensSmallRegular,
          .two-up-right .two-up-left .content-body.withinTopCenter .content-text .banner-heading.womensSmallBold,
          .two-up-right .two-up-left .content-body.withinTopCenter .content-text .banner-heading.womensSmallBlack,
          .two-up-right .two-up-left .content-body.withinTop .content-text .banner-heading.womensSmallRegular,
          .two-up-right .two-up-left .content-body.withinTop .content-text .banner-heading.womensSmallBold,
          .two-up-right .two-up-left .content-body.withinTop .content-text .banner-heading.womensSmallBlack,
          .two-up-right .two-up-left .content-body.withinTopLeft .content-text .banner-heading.womensSmallRegular,
          .two-up-right .two-up-left .content-body.withinTopLeft .content-text .banner-heading.womensSmallBold,
          .two-up-right .two-up-left .content-body.withinTopLeft .content-text .banner-heading.womensSmallBlack,
          .two-up-right .two-up-left .content-body.withinMiddleRight .content-text .banner-heading.womensSmallRegular,
          .two-up-right .two-up-left .content-body.withinMiddleRight .content-text .banner-heading.womensSmallBold,
          .two-up-right .two-up-left .content-body.withinMiddleRight .content-text .banner-heading.womensSmallBlack,
          .two-up-right .two-up-left .content-body.withinRight .content-text .banner-heading.womensSmallRegular,
          .two-up-right .two-up-left .content-body.withinRight .content-text .banner-heading.womensSmallBold,
          .two-up-right .two-up-left .content-body.withinRight .content-text .banner-heading.womensSmallBlack,
          .two-up-right .two-up-left .content-body.withinMiddleCenter .content-text .banner-heading.womensSmallRegular,
          .two-up-right .two-up-left .content-body.withinMiddleCenter .content-text .banner-heading.womensSmallBold,
          .two-up-right .two-up-left .content-body.withinMiddleCenter .content-text .banner-heading.womensSmallBlack,
          .two-up-right .two-up-left .content-body.withinCenter .content-text .banner-heading.womensSmallRegular,
          .two-up-right .two-up-left .content-body.withinCenter .content-text .banner-heading.womensSmallBold,
          .two-up-right .two-up-left .content-body.withinCenter .content-text .banner-heading.womensSmallBlack,
          .two-up-right .two-up-left .content-body.withinMiddleLeft .content-text .banner-heading.womensSmallRegular,
          .two-up-right .two-up-left .content-body.withinMiddleLeft .content-text .banner-heading.womensSmallBold,
          .two-up-right .two-up-left .content-body.withinMiddleLeft .content-text .banner-heading.womensSmallBlack,
          .two-up-right .two-up-left .content-body.withinLeft .content-text .banner-heading.womensSmallRegular,
          .two-up-right .two-up-left .content-body.withinLeft .content-text .banner-heading.womensSmallBold,
          .two-up-right .two-up-left .content-body.withinLeft .content-text .banner-heading.womensSmallBlack,
          .two-up-right .two-up-right .content-body.withinBottomCenter .content-text .banner-heading.womensSmallRegular,
          .two-up-right .two-up-right .content-body.withinBottomCenter .content-text .banner-heading.womensSmallBold,
          .two-up-right .two-up-right .content-body.withinBottomCenter .content-text .banner-heading.womensSmallBlack,
          .two-up-right .two-up-right .content-body.withinBottom .content-text .banner-heading.womensSmallRegular,
          .two-up-right .two-up-right .content-body.withinBottom .content-text .banner-heading.womensSmallBold,
          .two-up-right .two-up-right .content-body.withinBottom .content-text .banner-heading.womensSmallBlack,
          .two-up-right .two-up-right .content-body.withinBottomLeft .content-text .banner-heading.womensSmallRegular,
          .two-up-right .two-up-right .content-body.withinBottomLeft .content-text .banner-heading.womensSmallBold,
          .two-up-right .two-up-right .content-body.withinBottomLeft .content-text .banner-heading.womensSmallBlack,
          .two-up-right .two-up-right .content-body.withinBottomRight .content-text .banner-heading.womensSmallRegular,
          .two-up-right .two-up-right .content-body.withinBottomRight .content-text .banner-heading.womensSmallBold,
          .two-up-right .two-up-right .content-body.withinBottomRight .content-text .banner-heading.womensSmallBlack,
          .two-up-right .two-up-right .content-body.withinTopRight .content-text .banner-heading.womensSmallRegular,
          .two-up-right .two-up-right .content-body.withinTopRight .content-text .banner-heading.womensSmallBold,
          .two-up-right .two-up-right .content-body.withinTopRight .content-text .banner-heading.womensSmallBlack,
          .two-up-right .two-up-right .content-body.withinTopCenter .content-text .banner-heading.womensSmallRegular,
          .two-up-right .two-up-right .content-body.withinTopCenter .content-text .banner-heading.womensSmallBold,
          .two-up-right .two-up-right .content-body.withinTopCenter .content-text .banner-heading.womensSmallBlack,
          .two-up-right .two-up-right .content-body.withinTop .content-text .banner-heading.womensSmallRegular,
          .two-up-right .two-up-right .content-body.withinTop .content-text .banner-heading.womensSmallBold,
          .two-up-right .two-up-right .content-body.withinTop .content-text .banner-heading.womensSmallBlack,
          .two-up-right .two-up-right .content-body.withinTopLeft .content-text .banner-heading.womensSmallRegular,
          .two-up-right .two-up-right .content-body.withinTopLeft .content-text .banner-heading.womensSmallBold,
          .two-up-right .two-up-right .content-body.withinTopLeft .content-text .banner-heading.womensSmallBlack,
          .two-up-right .two-up-right .content-body.withinMiddleRight .content-text .banner-heading.womensSmallRegular,
          .two-up-right .two-up-right .content-body.withinMiddleRight .content-text .banner-heading.womensSmallBold,
          .two-up-right .two-up-right .content-body.withinMiddleRight .content-text .banner-heading.womensSmallBlack,
          .two-up-right .two-up-right .content-body.withinRight .content-text .banner-heading.womensSmallRegular,
          .two-up-right .two-up-right .content-body.withinRight .content-text .banner-heading.womensSmallBold,
          .two-up-right .two-up-right .content-body.withinRight .content-text .banner-heading.womensSmallBlack,
          .two-up-right .two-up-right .content-body.withinMiddleCenter .content-text .banner-heading.womensSmallRegular,
          .two-up-right .two-up-right .content-body.withinMiddleCenter .content-text .banner-heading.womensSmallBold,
          .two-up-right .two-up-right .content-body.withinMiddleCenter .content-text .banner-heading.womensSmallBlack,
          .two-up-right .two-up-right .content-body.withinCenter .content-text .banner-heading.womensSmallRegular,
          .two-up-right .two-up-right .content-body.withinCenter .content-text .banner-heading.womensSmallBold,
          .two-up-right .two-up-right .content-body.withinCenter .content-text .banner-heading.womensSmallBlack,
          .two-up-right .two-up-right .content-body.withinMiddleLeft .content-text .banner-heading.womensSmallRegular,
          .two-up-right .two-up-right .content-body.withinMiddleLeft .content-text .banner-heading.womensSmallBold,
          .two-up-right .two-up-right .content-body.withinMiddleLeft .content-text .banner-heading.womensSmallBlack,
          .two-up-right .two-up-right .content-body.withinLeft .content-text .banner-heading.womensSmallRegular,
          .two-up-right .two-up-right .content-body.withinLeft .content-text .banner-heading.womensSmallBold,
          .two-up-right .two-up-right .content-body.withinLeft .content-text .banner-heading.womensSmallBlack {
            font-size: 32px;
            line-height: 36px; } }
      .two-up-left .two-up-left .content-body.withinBottomCenter .content-text .banner-heading.womensLargeRegular, .two-up-left .two-up-left .content-body.withinBottomCenter .content-text .banner-heading.womensLargeBold, .two-up-left .two-up-left .content-body.withinBottomCenter .content-text .banner-heading.womensLargeBlack, .two-up-left .two-up-left .content-body.withinBottom .content-text .banner-heading.womensLargeRegular, .two-up-left .two-up-left .content-body.withinBottom .content-text .banner-heading.womensLargeBold, .two-up-left .two-up-left .content-body.withinBottom .content-text .banner-heading.womensLargeBlack, .two-up-left .two-up-left .content-body.withinBottomLeft .content-text .banner-heading.womensLargeRegular, .two-up-left .two-up-left .content-body.withinBottomLeft .content-text .banner-heading.womensLargeBold, .two-up-left .two-up-left .content-body.withinBottomLeft .content-text .banner-heading.womensLargeBlack, .two-up-left .two-up-left .content-body.withinBottomRight .content-text .banner-heading.womensLargeRegular, .two-up-left .two-up-left .content-body.withinBottomRight .content-text .banner-heading.womensLargeBold, .two-up-left .two-up-left .content-body.withinBottomRight .content-text .banner-heading.womensLargeBlack, .two-up-left .two-up-left .content-body.withinTopRight .content-text .banner-heading.womensLargeRegular, .two-up-left .two-up-left .content-body.withinTopRight .content-text .banner-heading.womensLargeBold, .two-up-left .two-up-left .content-body.withinTopRight .content-text .banner-heading.womensLargeBlack, .two-up-left .two-up-left .content-body.withinTopCenter .content-text .banner-heading.womensLargeRegular, .two-up-left .two-up-left .content-body.withinTopCenter .content-text .banner-heading.womensLargeBold, .two-up-left .two-up-left .content-body.withinTopCenter .content-text .banner-heading.womensLargeBlack, .two-up-left .two-up-left .content-body.withinTop .content-text .banner-heading.womensLargeRegular, .two-up-left .two-up-left .content-body.withinTop .content-text .banner-heading.womensLargeBold, .two-up-left .two-up-left .content-body.withinTop .content-text .banner-heading.womensLargeBlack, .two-up-left .two-up-left .content-body.withinTopLeft .content-text .banner-heading.womensLargeRegular, .two-up-left .two-up-left .content-body.withinTopLeft .content-text .banner-heading.womensLargeBold, .two-up-left .two-up-left .content-body.withinTopLeft .content-text .banner-heading.womensLargeBlack, .two-up-left .two-up-left .content-body.withinMiddleRight .content-text .banner-heading.womensLargeRegular, .two-up-left .two-up-left .content-body.withinMiddleRight .content-text .banner-heading.womensLargeBold, .two-up-left .two-up-left .content-body.withinMiddleRight .content-text .banner-heading.womensLargeBlack, .two-up-left .two-up-left .content-body.withinRight .content-text .banner-heading.womensLargeRegular, .two-up-left .two-up-left .content-body.withinRight .content-text .banner-heading.womensLargeBold, .two-up-left .two-up-left .content-body.withinRight .content-text .banner-heading.womensLargeBlack, .two-up-left .two-up-left .content-body.withinMiddleCenter .content-text .banner-heading.womensLargeRegular, .two-up-left .two-up-left .content-body.withinMiddleCenter .content-text .banner-heading.womensLargeBold, .two-up-left .two-up-left .content-body.withinMiddleCenter .content-text .banner-heading.womensLargeBlack, .two-up-left .two-up-left .content-body.withinCenter .content-text .banner-heading.womensLargeRegular, .two-up-left .two-up-left .content-body.withinCenter .content-text .banner-heading.womensLargeBold, .two-up-left .two-up-left .content-body.withinCenter .content-text .banner-heading.womensLargeBlack, .two-up-left .two-up-left .content-body.withinMiddleLeft .content-text .banner-heading.womensLargeRegular, .two-up-left .two-up-left .content-body.withinMiddleLeft .content-text .banner-heading.womensLargeBold, .two-up-left .two-up-left .content-body.withinMiddleLeft .content-text .banner-heading.womensLargeBlack, .two-up-left .two-up-left .content-body.withinLeft .content-text .banner-heading.womensLargeRegular, .two-up-left .two-up-left .content-body.withinLeft .content-text .banner-heading.womensLargeBold, .two-up-left .two-up-left .content-body.withinLeft .content-text .banner-heading.womensLargeBlack,
      .two-up-left .two-up-right .content-body.withinBottomCenter .content-text .banner-heading.womensLargeRegular,
      .two-up-left .two-up-right .content-body.withinBottomCenter .content-text .banner-heading.womensLargeBold,
      .two-up-left .two-up-right .content-body.withinBottomCenter .content-text .banner-heading.womensLargeBlack,
      .two-up-left .two-up-right .content-body.withinBottom .content-text .banner-heading.womensLargeRegular,
      .two-up-left .two-up-right .content-body.withinBottom .content-text .banner-heading.womensLargeBold,
      .two-up-left .two-up-right .content-body.withinBottom .content-text .banner-heading.womensLargeBlack,
      .two-up-left .two-up-right .content-body.withinBottomLeft .content-text .banner-heading.womensLargeRegular,
      .two-up-left .two-up-right .content-body.withinBottomLeft .content-text .banner-heading.womensLargeBold,
      .two-up-left .two-up-right .content-body.withinBottomLeft .content-text .banner-heading.womensLargeBlack,
      .two-up-left .two-up-right .content-body.withinBottomRight .content-text .banner-heading.womensLargeRegular,
      .two-up-left .two-up-right .content-body.withinBottomRight .content-text .banner-heading.womensLargeBold,
      .two-up-left .two-up-right .content-body.withinBottomRight .content-text .banner-heading.womensLargeBlack,
      .two-up-left .two-up-right .content-body.withinTopRight .content-text .banner-heading.womensLargeRegular,
      .two-up-left .two-up-right .content-body.withinTopRight .content-text .banner-heading.womensLargeBold,
      .two-up-left .two-up-right .content-body.withinTopRight .content-text .banner-heading.womensLargeBlack,
      .two-up-left .two-up-right .content-body.withinTopCenter .content-text .banner-heading.womensLargeRegular,
      .two-up-left .two-up-right .content-body.withinTopCenter .content-text .banner-heading.womensLargeBold,
      .two-up-left .two-up-right .content-body.withinTopCenter .content-text .banner-heading.womensLargeBlack,
      .two-up-left .two-up-right .content-body.withinTop .content-text .banner-heading.womensLargeRegular,
      .two-up-left .two-up-right .content-body.withinTop .content-text .banner-heading.womensLargeBold,
      .two-up-left .two-up-right .content-body.withinTop .content-text .banner-heading.womensLargeBlack,
      .two-up-left .two-up-right .content-body.withinTopLeft .content-text .banner-heading.womensLargeRegular,
      .two-up-left .two-up-right .content-body.withinTopLeft .content-text .banner-heading.womensLargeBold,
      .two-up-left .two-up-right .content-body.withinTopLeft .content-text .banner-heading.womensLargeBlack,
      .two-up-left .two-up-right .content-body.withinMiddleRight .content-text .banner-heading.womensLargeRegular,
      .two-up-left .two-up-right .content-body.withinMiddleRight .content-text .banner-heading.womensLargeBold,
      .two-up-left .two-up-right .content-body.withinMiddleRight .content-text .banner-heading.womensLargeBlack,
      .two-up-left .two-up-right .content-body.withinRight .content-text .banner-heading.womensLargeRegular,
      .two-up-left .two-up-right .content-body.withinRight .content-text .banner-heading.womensLargeBold,
      .two-up-left .two-up-right .content-body.withinRight .content-text .banner-heading.womensLargeBlack,
      .two-up-left .two-up-right .content-body.withinMiddleCenter .content-text .banner-heading.womensLargeRegular,
      .two-up-left .two-up-right .content-body.withinMiddleCenter .content-text .banner-heading.womensLargeBold,
      .two-up-left .two-up-right .content-body.withinMiddleCenter .content-text .banner-heading.womensLargeBlack,
      .two-up-left .two-up-right .content-body.withinCenter .content-text .banner-heading.womensLargeRegular,
      .two-up-left .two-up-right .content-body.withinCenter .content-text .banner-heading.womensLargeBold,
      .two-up-left .two-up-right .content-body.withinCenter .content-text .banner-heading.womensLargeBlack,
      .two-up-left .two-up-right .content-body.withinMiddleLeft .content-text .banner-heading.womensLargeRegular,
      .two-up-left .two-up-right .content-body.withinMiddleLeft .content-text .banner-heading.womensLargeBold,
      .two-up-left .two-up-right .content-body.withinMiddleLeft .content-text .banner-heading.womensLargeBlack,
      .two-up-left .two-up-right .content-body.withinLeft .content-text .banner-heading.womensLargeRegular,
      .two-up-left .two-up-right .content-body.withinLeft .content-text .banner-heading.womensLargeBold,
      .two-up-left .two-up-right .content-body.withinLeft .content-text .banner-heading.womensLargeBlack,
      .two-up-right .two-up-left .content-body.withinBottomCenter .content-text .banner-heading.womensLargeRegular,
      .two-up-right .two-up-left .content-body.withinBottomCenter .content-text .banner-heading.womensLargeBold,
      .two-up-right .two-up-left .content-body.withinBottomCenter .content-text .banner-heading.womensLargeBlack,
      .two-up-right .two-up-left .content-body.withinBottom .content-text .banner-heading.womensLargeRegular,
      .two-up-right .two-up-left .content-body.withinBottom .content-text .banner-heading.womensLargeBold,
      .two-up-right .two-up-left .content-body.withinBottom .content-text .banner-heading.womensLargeBlack,
      .two-up-right .two-up-left .content-body.withinBottomLeft .content-text .banner-heading.womensLargeRegular,
      .two-up-right .two-up-left .content-body.withinBottomLeft .content-text .banner-heading.womensLargeBold,
      .two-up-right .two-up-left .content-body.withinBottomLeft .content-text .banner-heading.womensLargeBlack,
      .two-up-right .two-up-left .content-body.withinBottomRight .content-text .banner-heading.womensLargeRegular,
      .two-up-right .two-up-left .content-body.withinBottomRight .content-text .banner-heading.womensLargeBold,
      .two-up-right .two-up-left .content-body.withinBottomRight .content-text .banner-heading.womensLargeBlack,
      .two-up-right .two-up-left .content-body.withinTopRight .content-text .banner-heading.womensLargeRegular,
      .two-up-right .two-up-left .content-body.withinTopRight .content-text .banner-heading.womensLargeBold,
      .two-up-right .two-up-left .content-body.withinTopRight .content-text .banner-heading.womensLargeBlack,
      .two-up-right .two-up-left .content-body.withinTopCenter .content-text .banner-heading.womensLargeRegular,
      .two-up-right .two-up-left .content-body.withinTopCenter .content-text .banner-heading.womensLargeBold,
      .two-up-right .two-up-left .content-body.withinTopCenter .content-text .banner-heading.womensLargeBlack,
      .two-up-right .two-up-left .content-body.withinTop .content-text .banner-heading.womensLargeRegular,
      .two-up-right .two-up-left .content-body.withinTop .content-text .banner-heading.womensLargeBold,
      .two-up-right .two-up-left .content-body.withinTop .content-text .banner-heading.womensLargeBlack,
      .two-up-right .two-up-left .content-body.withinTopLeft .content-text .banner-heading.womensLargeRegular,
      .two-up-right .two-up-left .content-body.withinTopLeft .content-text .banner-heading.womensLargeBold,
      .two-up-right .two-up-left .content-body.withinTopLeft .content-text .banner-heading.womensLargeBlack,
      .two-up-right .two-up-left .content-body.withinMiddleRight .content-text .banner-heading.womensLargeRegular,
      .two-up-right .two-up-left .content-body.withinMiddleRight .content-text .banner-heading.womensLargeBold,
      .two-up-right .two-up-left .content-body.withinMiddleRight .content-text .banner-heading.womensLargeBlack,
      .two-up-right .two-up-left .content-body.withinRight .content-text .banner-heading.womensLargeRegular,
      .two-up-right .two-up-left .content-body.withinRight .content-text .banner-heading.womensLargeBold,
      .two-up-right .two-up-left .content-body.withinRight .content-text .banner-heading.womensLargeBlack,
      .two-up-right .two-up-left .content-body.withinMiddleCenter .content-text .banner-heading.womensLargeRegular,
      .two-up-right .two-up-left .content-body.withinMiddleCenter .content-text .banner-heading.womensLargeBold,
      .two-up-right .two-up-left .content-body.withinMiddleCenter .content-text .banner-heading.womensLargeBlack,
      .two-up-right .two-up-left .content-body.withinCenter .content-text .banner-heading.womensLargeRegular,
      .two-up-right .two-up-left .content-body.withinCenter .content-text .banner-heading.womensLargeBold,
      .two-up-right .two-up-left .content-body.withinCenter .content-text .banner-heading.womensLargeBlack,
      .two-up-right .two-up-left .content-body.withinMiddleLeft .content-text .banner-heading.womensLargeRegular,
      .two-up-right .two-up-left .content-body.withinMiddleLeft .content-text .banner-heading.womensLargeBold,
      .two-up-right .two-up-left .content-body.withinMiddleLeft .content-text .banner-heading.womensLargeBlack,
      .two-up-right .two-up-left .content-body.withinLeft .content-text .banner-heading.womensLargeRegular,
      .two-up-right .two-up-left .content-body.withinLeft .content-text .banner-heading.womensLargeBold,
      .two-up-right .two-up-left .content-body.withinLeft .content-text .banner-heading.womensLargeBlack,
      .two-up-right .two-up-right .content-body.withinBottomCenter .content-text .banner-heading.womensLargeRegular,
      .two-up-right .two-up-right .content-body.withinBottomCenter .content-text .banner-heading.womensLargeBold,
      .two-up-right .two-up-right .content-body.withinBottomCenter .content-text .banner-heading.womensLargeBlack,
      .two-up-right .two-up-right .content-body.withinBottom .content-text .banner-heading.womensLargeRegular,
      .two-up-right .two-up-right .content-body.withinBottom .content-text .banner-heading.womensLargeBold,
      .two-up-right .two-up-right .content-body.withinBottom .content-text .banner-heading.womensLargeBlack,
      .two-up-right .two-up-right .content-body.withinBottomLeft .content-text .banner-heading.womensLargeRegular,
      .two-up-right .two-up-right .content-body.withinBottomLeft .content-text .banner-heading.womensLargeBold,
      .two-up-right .two-up-right .content-body.withinBottomLeft .content-text .banner-heading.womensLargeBlack,
      .two-up-right .two-up-right .content-body.withinBottomRight .content-text .banner-heading.womensLargeRegular,
      .two-up-right .two-up-right .content-body.withinBottomRight .content-text .banner-heading.womensLargeBold,
      .two-up-right .two-up-right .content-body.withinBottomRight .content-text .banner-heading.womensLargeBlack,
      .two-up-right .two-up-right .content-body.withinTopRight .content-text .banner-heading.womensLargeRegular,
      .two-up-right .two-up-right .content-body.withinTopRight .content-text .banner-heading.womensLargeBold,
      .two-up-right .two-up-right .content-body.withinTopRight .content-text .banner-heading.womensLargeBlack,
      .two-up-right .two-up-right .content-body.withinTopCenter .content-text .banner-heading.womensLargeRegular,
      .two-up-right .two-up-right .content-body.withinTopCenter .content-text .banner-heading.womensLargeBold,
      .two-up-right .two-up-right .content-body.withinTopCenter .content-text .banner-heading.womensLargeBlack,
      .two-up-right .two-up-right .content-body.withinTop .content-text .banner-heading.womensLargeRegular,
      .two-up-right .two-up-right .content-body.withinTop .content-text .banner-heading.womensLargeBold,
      .two-up-right .two-up-right .content-body.withinTop .content-text .banner-heading.womensLargeBlack,
      .two-up-right .two-up-right .content-body.withinTopLeft .content-text .banner-heading.womensLargeRegular,
      .two-up-right .two-up-right .content-body.withinTopLeft .content-text .banner-heading.womensLargeBold,
      .two-up-right .two-up-right .content-body.withinTopLeft .content-text .banner-heading.womensLargeBlack,
      .two-up-right .two-up-right .content-body.withinMiddleRight .content-text .banner-heading.womensLargeRegular,
      .two-up-right .two-up-right .content-body.withinMiddleRight .content-text .banner-heading.womensLargeBold,
      .two-up-right .two-up-right .content-body.withinMiddleRight .content-text .banner-heading.womensLargeBlack,
      .two-up-right .two-up-right .content-body.withinRight .content-text .banner-heading.womensLargeRegular,
      .two-up-right .two-up-right .content-body.withinRight .content-text .banner-heading.womensLargeBold,
      .two-up-right .two-up-right .content-body.withinRight .content-text .banner-heading.womensLargeBlack,
      .two-up-right .two-up-right .content-body.withinMiddleCenter .content-text .banner-heading.womensLargeRegular,
      .two-up-right .two-up-right .content-body.withinMiddleCenter .content-text .banner-heading.womensLargeBold,
      .two-up-right .two-up-right .content-body.withinMiddleCenter .content-text .banner-heading.womensLargeBlack,
      .two-up-right .two-up-right .content-body.withinCenter .content-text .banner-heading.womensLargeRegular,
      .two-up-right .two-up-right .content-body.withinCenter .content-text .banner-heading.womensLargeBold,
      .two-up-right .two-up-right .content-body.withinCenter .content-text .banner-heading.womensLargeBlack,
      .two-up-right .two-up-right .content-body.withinMiddleLeft .content-text .banner-heading.womensLargeRegular,
      .two-up-right .two-up-right .content-body.withinMiddleLeft .content-text .banner-heading.womensLargeBold,
      .two-up-right .two-up-right .content-body.withinMiddleLeft .content-text .banner-heading.womensLargeBlack,
      .two-up-right .two-up-right .content-body.withinLeft .content-text .banner-heading.womensLargeRegular,
      .two-up-right .two-up-right .content-body.withinLeft .content-text .banner-heading.womensLargeBold,
      .two-up-right .two-up-right .content-body.withinLeft .content-text .banner-heading.womensLargeBlack {
        font-size: 100px;
        line-height: 104px;
        letter-spacing: 1px; }
        @media (max-width: 1023.98px) {
          .two-up-left .two-up-left .content-body.withinBottomCenter .content-text .banner-heading.womensLargeRegular, .two-up-left .two-up-left .content-body.withinBottomCenter .content-text .banner-heading.womensLargeBold, .two-up-left .two-up-left .content-body.withinBottomCenter .content-text .banner-heading.womensLargeBlack, .two-up-left .two-up-left .content-body.withinBottom .content-text .banner-heading.womensLargeRegular, .two-up-left .two-up-left .content-body.withinBottom .content-text .banner-heading.womensLargeBold, .two-up-left .two-up-left .content-body.withinBottom .content-text .banner-heading.womensLargeBlack, .two-up-left .two-up-left .content-body.withinBottomLeft .content-text .banner-heading.womensLargeRegular, .two-up-left .two-up-left .content-body.withinBottomLeft .content-text .banner-heading.womensLargeBold, .two-up-left .two-up-left .content-body.withinBottomLeft .content-text .banner-heading.womensLargeBlack, .two-up-left .two-up-left .content-body.withinBottomRight .content-text .banner-heading.womensLargeRegular, .two-up-left .two-up-left .content-body.withinBottomRight .content-text .banner-heading.womensLargeBold, .two-up-left .two-up-left .content-body.withinBottomRight .content-text .banner-heading.womensLargeBlack, .two-up-left .two-up-left .content-body.withinTopRight .content-text .banner-heading.womensLargeRegular, .two-up-left .two-up-left .content-body.withinTopRight .content-text .banner-heading.womensLargeBold, .two-up-left .two-up-left .content-body.withinTopRight .content-text .banner-heading.womensLargeBlack, .two-up-left .two-up-left .content-body.withinTopCenter .content-text .banner-heading.womensLargeRegular, .two-up-left .two-up-left .content-body.withinTopCenter .content-text .banner-heading.womensLargeBold, .two-up-left .two-up-left .content-body.withinTopCenter .content-text .banner-heading.womensLargeBlack, .two-up-left .two-up-left .content-body.withinTop .content-text .banner-heading.womensLargeRegular, .two-up-left .two-up-left .content-body.withinTop .content-text .banner-heading.womensLargeBold, .two-up-left .two-up-left .content-body.withinTop .content-text .banner-heading.womensLargeBlack, .two-up-left .two-up-left .content-body.withinTopLeft .content-text .banner-heading.womensLargeRegular, .two-up-left .two-up-left .content-body.withinTopLeft .content-text .banner-heading.womensLargeBold, .two-up-left .two-up-left .content-body.withinTopLeft .content-text .banner-heading.womensLargeBlack, .two-up-left .two-up-left .content-body.withinMiddleRight .content-text .banner-heading.womensLargeRegular, .two-up-left .two-up-left .content-body.withinMiddleRight .content-text .banner-heading.womensLargeBold, .two-up-left .two-up-left .content-body.withinMiddleRight .content-text .banner-heading.womensLargeBlack, .two-up-left .two-up-left .content-body.withinRight .content-text .banner-heading.womensLargeRegular, .two-up-left .two-up-left .content-body.withinRight .content-text .banner-heading.womensLargeBold, .two-up-left .two-up-left .content-body.withinRight .content-text .banner-heading.womensLargeBlack, .two-up-left .two-up-left .content-body.withinMiddleCenter .content-text .banner-heading.womensLargeRegular, .two-up-left .two-up-left .content-body.withinMiddleCenter .content-text .banner-heading.womensLargeBold, .two-up-left .two-up-left .content-body.withinMiddleCenter .content-text .banner-heading.womensLargeBlack, .two-up-left .two-up-left .content-body.withinCenter .content-text .banner-heading.womensLargeRegular, .two-up-left .two-up-left .content-body.withinCenter .content-text .banner-heading.womensLargeBold, .two-up-left .two-up-left .content-body.withinCenter .content-text .banner-heading.womensLargeBlack, .two-up-left .two-up-left .content-body.withinMiddleLeft .content-text .banner-heading.womensLargeRegular, .two-up-left .two-up-left .content-body.withinMiddleLeft .content-text .banner-heading.womensLargeBold, .two-up-left .two-up-left .content-body.withinMiddleLeft .content-text .banner-heading.womensLargeBlack, .two-up-left .two-up-left .content-body.withinLeft .content-text .banner-heading.womensLargeRegular, .two-up-left .two-up-left .content-body.withinLeft .content-text .banner-heading.womensLargeBold, .two-up-left .two-up-left .content-body.withinLeft .content-text .banner-heading.womensLargeBlack,
          .two-up-left .two-up-right .content-body.withinBottomCenter .content-text .banner-heading.womensLargeRegular,
          .two-up-left .two-up-right .content-body.withinBottomCenter .content-text .banner-heading.womensLargeBold,
          .two-up-left .two-up-right .content-body.withinBottomCenter .content-text .banner-heading.womensLargeBlack,
          .two-up-left .two-up-right .content-body.withinBottom .content-text .banner-heading.womensLargeRegular,
          .two-up-left .two-up-right .content-body.withinBottom .content-text .banner-heading.womensLargeBold,
          .two-up-left .two-up-right .content-body.withinBottom .content-text .banner-heading.womensLargeBlack,
          .two-up-left .two-up-right .content-body.withinBottomLeft .content-text .banner-heading.womensLargeRegular,
          .two-up-left .two-up-right .content-body.withinBottomLeft .content-text .banner-heading.womensLargeBold,
          .two-up-left .two-up-right .content-body.withinBottomLeft .content-text .banner-heading.womensLargeBlack,
          .two-up-left .two-up-right .content-body.withinBottomRight .content-text .banner-heading.womensLargeRegular,
          .two-up-left .two-up-right .content-body.withinBottomRight .content-text .banner-heading.womensLargeBold,
          .two-up-left .two-up-right .content-body.withinBottomRight .content-text .banner-heading.womensLargeBlack,
          .two-up-left .two-up-right .content-body.withinTopRight .content-text .banner-heading.womensLargeRegular,
          .two-up-left .two-up-right .content-body.withinTopRight .content-text .banner-heading.womensLargeBold,
          .two-up-left .two-up-right .content-body.withinTopRight .content-text .banner-heading.womensLargeBlack,
          .two-up-left .two-up-right .content-body.withinTopCenter .content-text .banner-heading.womensLargeRegular,
          .two-up-left .two-up-right .content-body.withinTopCenter .content-text .banner-heading.womensLargeBold,
          .two-up-left .two-up-right .content-body.withinTopCenter .content-text .banner-heading.womensLargeBlack,
          .two-up-left .two-up-right .content-body.withinTop .content-text .banner-heading.womensLargeRegular,
          .two-up-left .two-up-right .content-body.withinTop .content-text .banner-heading.womensLargeBold,
          .two-up-left .two-up-right .content-body.withinTop .content-text .banner-heading.womensLargeBlack,
          .two-up-left .two-up-right .content-body.withinTopLeft .content-text .banner-heading.womensLargeRegular,
          .two-up-left .two-up-right .content-body.withinTopLeft .content-text .banner-heading.womensLargeBold,
          .two-up-left .two-up-right .content-body.withinTopLeft .content-text .banner-heading.womensLargeBlack,
          .two-up-left .two-up-right .content-body.withinMiddleRight .content-text .banner-heading.womensLargeRegular,
          .two-up-left .two-up-right .content-body.withinMiddleRight .content-text .banner-heading.womensLargeBold,
          .two-up-left .two-up-right .content-body.withinMiddleRight .content-text .banner-heading.womensLargeBlack,
          .two-up-left .two-up-right .content-body.withinRight .content-text .banner-heading.womensLargeRegular,
          .two-up-left .two-up-right .content-body.withinRight .content-text .banner-heading.womensLargeBold,
          .two-up-left .two-up-right .content-body.withinRight .content-text .banner-heading.womensLargeBlack,
          .two-up-left .two-up-right .content-body.withinMiddleCenter .content-text .banner-heading.womensLargeRegular,
          .two-up-left .two-up-right .content-body.withinMiddleCenter .content-text .banner-heading.womensLargeBold,
          .two-up-left .two-up-right .content-body.withinMiddleCenter .content-text .banner-heading.womensLargeBlack,
          .two-up-left .two-up-right .content-body.withinCenter .content-text .banner-heading.womensLargeRegular,
          .two-up-left .two-up-right .content-body.withinCenter .content-text .banner-heading.womensLargeBold,
          .two-up-left .two-up-right .content-body.withinCenter .content-text .banner-heading.womensLargeBlack,
          .two-up-left .two-up-right .content-body.withinMiddleLeft .content-text .banner-heading.womensLargeRegular,
          .two-up-left .two-up-right .content-body.withinMiddleLeft .content-text .banner-heading.womensLargeBold,
          .two-up-left .two-up-right .content-body.withinMiddleLeft .content-text .banner-heading.womensLargeBlack,
          .two-up-left .two-up-right .content-body.withinLeft .content-text .banner-heading.womensLargeRegular,
          .two-up-left .two-up-right .content-body.withinLeft .content-text .banner-heading.womensLargeBold,
          .two-up-left .two-up-right .content-body.withinLeft .content-text .banner-heading.womensLargeBlack,
          .two-up-right .two-up-left .content-body.withinBottomCenter .content-text .banner-heading.womensLargeRegular,
          .two-up-right .two-up-left .content-body.withinBottomCenter .content-text .banner-heading.womensLargeBold,
          .two-up-right .two-up-left .content-body.withinBottomCenter .content-text .banner-heading.womensLargeBlack,
          .two-up-right .two-up-left .content-body.withinBottom .content-text .banner-heading.womensLargeRegular,
          .two-up-right .two-up-left .content-body.withinBottom .content-text .banner-heading.womensLargeBold,
          .two-up-right .two-up-left .content-body.withinBottom .content-text .banner-heading.womensLargeBlack,
          .two-up-right .two-up-left .content-body.withinBottomLeft .content-text .banner-heading.womensLargeRegular,
          .two-up-right .two-up-left .content-body.withinBottomLeft .content-text .banner-heading.womensLargeBold,
          .two-up-right .two-up-left .content-body.withinBottomLeft .content-text .banner-heading.womensLargeBlack,
          .two-up-right .two-up-left .content-body.withinBottomRight .content-text .banner-heading.womensLargeRegular,
          .two-up-right .two-up-left .content-body.withinBottomRight .content-text .banner-heading.womensLargeBold,
          .two-up-right .two-up-left .content-body.withinBottomRight .content-text .banner-heading.womensLargeBlack,
          .two-up-right .two-up-left .content-body.withinTopRight .content-text .banner-heading.womensLargeRegular,
          .two-up-right .two-up-left .content-body.withinTopRight .content-text .banner-heading.womensLargeBold,
          .two-up-right .two-up-left .content-body.withinTopRight .content-text .banner-heading.womensLargeBlack,
          .two-up-right .two-up-left .content-body.withinTopCenter .content-text .banner-heading.womensLargeRegular,
          .two-up-right .two-up-left .content-body.withinTopCenter .content-text .banner-heading.womensLargeBold,
          .two-up-right .two-up-left .content-body.withinTopCenter .content-text .banner-heading.womensLargeBlack,
          .two-up-right .two-up-left .content-body.withinTop .content-text .banner-heading.womensLargeRegular,
          .two-up-right .two-up-left .content-body.withinTop .content-text .banner-heading.womensLargeBold,
          .two-up-right .two-up-left .content-body.withinTop .content-text .banner-heading.womensLargeBlack,
          .two-up-right .two-up-left .content-body.withinTopLeft .content-text .banner-heading.womensLargeRegular,
          .two-up-right .two-up-left .content-body.withinTopLeft .content-text .banner-heading.womensLargeBold,
          .two-up-right .two-up-left .content-body.withinTopLeft .content-text .banner-heading.womensLargeBlack,
          .two-up-right .two-up-left .content-body.withinMiddleRight .content-text .banner-heading.womensLargeRegular,
          .two-up-right .two-up-left .content-body.withinMiddleRight .content-text .banner-heading.womensLargeBold,
          .two-up-right .two-up-left .content-body.withinMiddleRight .content-text .banner-heading.womensLargeBlack,
          .two-up-right .two-up-left .content-body.withinRight .content-text .banner-heading.womensLargeRegular,
          .two-up-right .two-up-left .content-body.withinRight .content-text .banner-heading.womensLargeBold,
          .two-up-right .two-up-left .content-body.withinRight .content-text .banner-heading.womensLargeBlack,
          .two-up-right .two-up-left .content-body.withinMiddleCenter .content-text .banner-heading.womensLargeRegular,
          .two-up-right .two-up-left .content-body.withinMiddleCenter .content-text .banner-heading.womensLargeBold,
          .two-up-right .two-up-left .content-body.withinMiddleCenter .content-text .banner-heading.womensLargeBlack,
          .two-up-right .two-up-left .content-body.withinCenter .content-text .banner-heading.womensLargeRegular,
          .two-up-right .two-up-left .content-body.withinCenter .content-text .banner-heading.womensLargeBold,
          .two-up-right .two-up-left .content-body.withinCenter .content-text .banner-heading.womensLargeBlack,
          .two-up-right .two-up-left .content-body.withinMiddleLeft .content-text .banner-heading.womensLargeRegular,
          .two-up-right .two-up-left .content-body.withinMiddleLeft .content-text .banner-heading.womensLargeBold,
          .two-up-right .two-up-left .content-body.withinMiddleLeft .content-text .banner-heading.womensLargeBlack,
          .two-up-right .two-up-left .content-body.withinLeft .content-text .banner-heading.womensLargeRegular,
          .two-up-right .two-up-left .content-body.withinLeft .content-text .banner-heading.womensLargeBold,
          .two-up-right .two-up-left .content-body.withinLeft .content-text .banner-heading.womensLargeBlack,
          .two-up-right .two-up-right .content-body.withinBottomCenter .content-text .banner-heading.womensLargeRegular,
          .two-up-right .two-up-right .content-body.withinBottomCenter .content-text .banner-heading.womensLargeBold,
          .two-up-right .two-up-right .content-body.withinBottomCenter .content-text .banner-heading.womensLargeBlack,
          .two-up-right .two-up-right .content-body.withinBottom .content-text .banner-heading.womensLargeRegular,
          .two-up-right .two-up-right .content-body.withinBottom .content-text .banner-heading.womensLargeBold,
          .two-up-right .two-up-right .content-body.withinBottom .content-text .banner-heading.womensLargeBlack,
          .two-up-right .two-up-right .content-body.withinBottomLeft .content-text .banner-heading.womensLargeRegular,
          .two-up-right .two-up-right .content-body.withinBottomLeft .content-text .banner-heading.womensLargeBold,
          .two-up-right .two-up-right .content-body.withinBottomLeft .content-text .banner-heading.womensLargeBlack,
          .two-up-right .two-up-right .content-body.withinBottomRight .content-text .banner-heading.womensLargeRegular,
          .two-up-right .two-up-right .content-body.withinBottomRight .content-text .banner-heading.womensLargeBold,
          .two-up-right .two-up-right .content-body.withinBottomRight .content-text .banner-heading.womensLargeBlack,
          .two-up-right .two-up-right .content-body.withinTopRight .content-text .banner-heading.womensLargeRegular,
          .two-up-right .two-up-right .content-body.withinTopRight .content-text .banner-heading.womensLargeBold,
          .two-up-right .two-up-right .content-body.withinTopRight .content-text .banner-heading.womensLargeBlack,
          .two-up-right .two-up-right .content-body.withinTopCenter .content-text .banner-heading.womensLargeRegular,
          .two-up-right .two-up-right .content-body.withinTopCenter .content-text .banner-heading.womensLargeBold,
          .two-up-right .two-up-right .content-body.withinTopCenter .content-text .banner-heading.womensLargeBlack,
          .two-up-right .two-up-right .content-body.withinTop .content-text .banner-heading.womensLargeRegular,
          .two-up-right .two-up-right .content-body.withinTop .content-text .banner-heading.womensLargeBold,
          .two-up-right .two-up-right .content-body.withinTop .content-text .banner-heading.womensLargeBlack,
          .two-up-right .two-up-right .content-body.withinTopLeft .content-text .banner-heading.womensLargeRegular,
          .two-up-right .two-up-right .content-body.withinTopLeft .content-text .banner-heading.womensLargeBold,
          .two-up-right .two-up-right .content-body.withinTopLeft .content-text .banner-heading.womensLargeBlack,
          .two-up-right .two-up-right .content-body.withinMiddleRight .content-text .banner-heading.womensLargeRegular,
          .two-up-right .two-up-right .content-body.withinMiddleRight .content-text .banner-heading.womensLargeBold,
          .two-up-right .two-up-right .content-body.withinMiddleRight .content-text .banner-heading.womensLargeBlack,
          .two-up-right .two-up-right .content-body.withinRight .content-text .banner-heading.womensLargeRegular,
          .two-up-right .two-up-right .content-body.withinRight .content-text .banner-heading.womensLargeBold,
          .two-up-right .two-up-right .content-body.withinRight .content-text .banner-heading.womensLargeBlack,
          .two-up-right .two-up-right .content-body.withinMiddleCenter .content-text .banner-heading.womensLargeRegular,
          .two-up-right .two-up-right .content-body.withinMiddleCenter .content-text .banner-heading.womensLargeBold,
          .two-up-right .two-up-right .content-body.withinMiddleCenter .content-text .banner-heading.womensLargeBlack,
          .two-up-right .two-up-right .content-body.withinCenter .content-text .banner-heading.womensLargeRegular,
          .two-up-right .two-up-right .content-body.withinCenter .content-text .banner-heading.womensLargeBold,
          .two-up-right .two-up-right .content-body.withinCenter .content-text .banner-heading.womensLargeBlack,
          .two-up-right .two-up-right .content-body.withinMiddleLeft .content-text .banner-heading.womensLargeRegular,
          .two-up-right .two-up-right .content-body.withinMiddleLeft .content-text .banner-heading.womensLargeBold,
          .two-up-right .two-up-right .content-body.withinMiddleLeft .content-text .banner-heading.womensLargeBlack,
          .two-up-right .two-up-right .content-body.withinLeft .content-text .banner-heading.womensLargeRegular,
          .two-up-right .two-up-right .content-body.withinLeft .content-text .banner-heading.womensLargeBold,
          .two-up-right .two-up-right .content-body.withinLeft .content-text .banner-heading.womensLargeBlack {
            font-size: 50px;
            line-height: 54px; } }
      .two-up-left .two-up-left .content-body.withinBottomCenter .content-text .banner-heading.womensSmallRegular, .two-up-left .two-up-left .content-body.withinBottom .content-text .banner-heading.womensSmallRegular, .two-up-left .two-up-left .content-body.withinBottomLeft .content-text .banner-heading.womensSmallRegular, .two-up-left .two-up-left .content-body.withinBottomRight .content-text .banner-heading.womensSmallRegular, .two-up-left .two-up-left .content-body.withinTopRight .content-text .banner-heading.womensSmallRegular, .two-up-left .two-up-left .content-body.withinTopCenter .content-text .banner-heading.womensSmallRegular, .two-up-left .two-up-left .content-body.withinTop .content-text .banner-heading.womensSmallRegular, .two-up-left .two-up-left .content-body.withinTopLeft .content-text .banner-heading.womensSmallRegular, .two-up-left .two-up-left .content-body.withinMiddleRight .content-text .banner-heading.womensSmallRegular, .two-up-left .two-up-left .content-body.withinRight .content-text .banner-heading.womensSmallRegular, .two-up-left .two-up-left .content-body.withinMiddleCenter .content-text .banner-heading.womensSmallRegular, .two-up-left .two-up-left .content-body.withinCenter .content-text .banner-heading.womensSmallRegular, .two-up-left .two-up-left .content-body.withinMiddleLeft .content-text .banner-heading.womensSmallRegular, .two-up-left .two-up-left .content-body.withinLeft .content-text .banner-heading.womensSmallRegular,
      .two-up-left .two-up-right .content-body.withinBottomCenter .content-text .banner-heading.womensSmallRegular,
      .two-up-left .two-up-right .content-body.withinBottom .content-text .banner-heading.womensSmallRegular,
      .two-up-left .two-up-right .content-body.withinBottomLeft .content-text .banner-heading.womensSmallRegular,
      .two-up-left .two-up-right .content-body.withinBottomRight .content-text .banner-heading.womensSmallRegular,
      .two-up-left .two-up-right .content-body.withinTopRight .content-text .banner-heading.womensSmallRegular,
      .two-up-left .two-up-right .content-body.withinTopCenter .content-text .banner-heading.womensSmallRegular,
      .two-up-left .two-up-right .content-body.withinTop .content-text .banner-heading.womensSmallRegular,
      .two-up-left .two-up-right .content-body.withinTopLeft .content-text .banner-heading.womensSmallRegular,
      .two-up-left .two-up-right .content-body.withinMiddleRight .content-text .banner-heading.womensSmallRegular,
      .two-up-left .two-up-right .content-body.withinRight .content-text .banner-heading.womensSmallRegular,
      .two-up-left .two-up-right .content-body.withinMiddleCenter .content-text .banner-heading.womensSmallRegular,
      .two-up-left .two-up-right .content-body.withinCenter .content-text .banner-heading.womensSmallRegular,
      .two-up-left .two-up-right .content-body.withinMiddleLeft .content-text .banner-heading.womensSmallRegular,
      .two-up-left .two-up-right .content-body.withinLeft .content-text .banner-heading.womensSmallRegular,
      .two-up-right .two-up-left .content-body.withinBottomCenter .content-text .banner-heading.womensSmallRegular,
      .two-up-right .two-up-left .content-body.withinBottom .content-text .banner-heading.womensSmallRegular,
      .two-up-right .two-up-left .content-body.withinBottomLeft .content-text .banner-heading.womensSmallRegular,
      .two-up-right .two-up-left .content-body.withinBottomRight .content-text .banner-heading.womensSmallRegular,
      .two-up-right .two-up-left .content-body.withinTopRight .content-text .banner-heading.womensSmallRegular,
      .two-up-right .two-up-left .content-body.withinTopCenter .content-text .banner-heading.womensSmallRegular,
      .two-up-right .two-up-left .content-body.withinTop .content-text .banner-heading.womensSmallRegular,
      .two-up-right .two-up-left .content-body.withinTopLeft .content-text .banner-heading.womensSmallRegular,
      .two-up-right .two-up-left .content-body.withinMiddleRight .content-text .banner-heading.womensSmallRegular,
      .two-up-right .two-up-left .content-body.withinRight .content-text .banner-heading.womensSmallRegular,
      .two-up-right .two-up-left .content-body.withinMiddleCenter .content-text .banner-heading.womensSmallRegular,
      .two-up-right .two-up-left .content-body.withinCenter .content-text .banner-heading.womensSmallRegular,
      .two-up-right .two-up-left .content-body.withinMiddleLeft .content-text .banner-heading.womensSmallRegular,
      .two-up-right .two-up-left .content-body.withinLeft .content-text .banner-heading.womensSmallRegular,
      .two-up-right .two-up-right .content-body.withinBottomCenter .content-text .banner-heading.womensSmallRegular,
      .two-up-right .two-up-right .content-body.withinBottom .content-text .banner-heading.womensSmallRegular,
      .two-up-right .two-up-right .content-body.withinBottomLeft .content-text .banner-heading.womensSmallRegular,
      .two-up-right .two-up-right .content-body.withinBottomRight .content-text .banner-heading.womensSmallRegular,
      .two-up-right .two-up-right .content-body.withinTopRight .content-text .banner-heading.womensSmallRegular,
      .two-up-right .two-up-right .content-body.withinTopCenter .content-text .banner-heading.womensSmallRegular,
      .two-up-right .two-up-right .content-body.withinTop .content-text .banner-heading.womensSmallRegular,
      .two-up-right .two-up-right .content-body.withinTopLeft .content-text .banner-heading.womensSmallRegular,
      .two-up-right .two-up-right .content-body.withinMiddleRight .content-text .banner-heading.womensSmallRegular,
      .two-up-right .two-up-right .content-body.withinRight .content-text .banner-heading.womensSmallRegular,
      .two-up-right .two-up-right .content-body.withinMiddleCenter .content-text .banner-heading.womensSmallRegular,
      .two-up-right .two-up-right .content-body.withinCenter .content-text .banner-heading.womensSmallRegular,
      .two-up-right .two-up-right .content-body.withinMiddleLeft .content-text .banner-heading.womensSmallRegular,
      .two-up-right .two-up-right .content-body.withinLeft .content-text .banner-heading.womensSmallRegular {
        font-family: "Moneta-Regular", "Times New Roman", times, serif; }
      .two-up-left .two-up-left .content-body.withinBottomCenter .content-text .banner-heading.womensSmallBold, .two-up-left .two-up-left .content-body.withinBottom .content-text .banner-heading.womensSmallBold, .two-up-left .two-up-left .content-body.withinBottomLeft .content-text .banner-heading.womensSmallBold, .two-up-left .two-up-left .content-body.withinBottomRight .content-text .banner-heading.womensSmallBold, .two-up-left .two-up-left .content-body.withinTopRight .content-text .banner-heading.womensSmallBold, .two-up-left .two-up-left .content-body.withinTopCenter .content-text .banner-heading.womensSmallBold, .two-up-left .two-up-left .content-body.withinTop .content-text .banner-heading.womensSmallBold, .two-up-left .two-up-left .content-body.withinTopLeft .content-text .banner-heading.womensSmallBold, .two-up-left .two-up-left .content-body.withinMiddleRight .content-text .banner-heading.womensSmallBold, .two-up-left .two-up-left .content-body.withinRight .content-text .banner-heading.womensSmallBold, .two-up-left .two-up-left .content-body.withinMiddleCenter .content-text .banner-heading.womensSmallBold, .two-up-left .two-up-left .content-body.withinCenter .content-text .banner-heading.womensSmallBold, .two-up-left .two-up-left .content-body.withinMiddleLeft .content-text .banner-heading.womensSmallBold, .two-up-left .two-up-left .content-body.withinLeft .content-text .banner-heading.womensSmallBold,
      .two-up-left .two-up-right .content-body.withinBottomCenter .content-text .banner-heading.womensSmallBold,
      .two-up-left .two-up-right .content-body.withinBottom .content-text .banner-heading.womensSmallBold,
      .two-up-left .two-up-right .content-body.withinBottomLeft .content-text .banner-heading.womensSmallBold,
      .two-up-left .two-up-right .content-body.withinBottomRight .content-text .banner-heading.womensSmallBold,
      .two-up-left .two-up-right .content-body.withinTopRight .content-text .banner-heading.womensSmallBold,
      .two-up-left .two-up-right .content-body.withinTopCenter .content-text .banner-heading.womensSmallBold,
      .two-up-left .two-up-right .content-body.withinTop .content-text .banner-heading.womensSmallBold,
      .two-up-left .two-up-right .content-body.withinTopLeft .content-text .banner-heading.womensSmallBold,
      .two-up-left .two-up-right .content-body.withinMiddleRight .content-text .banner-heading.womensSmallBold,
      .two-up-left .two-up-right .content-body.withinRight .content-text .banner-heading.womensSmallBold,
      .two-up-left .two-up-right .content-body.withinMiddleCenter .content-text .banner-heading.womensSmallBold,
      .two-up-left .two-up-right .content-body.withinCenter .content-text .banner-heading.womensSmallBold,
      .two-up-left .two-up-right .content-body.withinMiddleLeft .content-text .banner-heading.womensSmallBold,
      .two-up-left .two-up-right .content-body.withinLeft .content-text .banner-heading.womensSmallBold,
      .two-up-right .two-up-left .content-body.withinBottomCenter .content-text .banner-heading.womensSmallBold,
      .two-up-right .two-up-left .content-body.withinBottom .content-text .banner-heading.womensSmallBold,
      .two-up-right .two-up-left .content-body.withinBottomLeft .content-text .banner-heading.womensSmallBold,
      .two-up-right .two-up-left .content-body.withinBottomRight .content-text .banner-heading.womensSmallBold,
      .two-up-right .two-up-left .content-body.withinTopRight .content-text .banner-heading.womensSmallBold,
      .two-up-right .two-up-left .content-body.withinTopCenter .content-text .banner-heading.womensSmallBold,
      .two-up-right .two-up-left .content-body.withinTop .content-text .banner-heading.womensSmallBold,
      .two-up-right .two-up-left .content-body.withinTopLeft .content-text .banner-heading.womensSmallBold,
      .two-up-right .two-up-left .content-body.withinMiddleRight .content-text .banner-heading.womensSmallBold,
      .two-up-right .two-up-left .content-body.withinRight .content-text .banner-heading.womensSmallBold,
      .two-up-right .two-up-left .content-body.withinMiddleCenter .content-text .banner-heading.womensSmallBold,
      .two-up-right .two-up-left .content-body.withinCenter .content-text .banner-heading.womensSmallBold,
      .two-up-right .two-up-left .content-body.withinMiddleLeft .content-text .banner-heading.womensSmallBold,
      .two-up-right .two-up-left .content-body.withinLeft .content-text .banner-heading.womensSmallBold,
      .two-up-right .two-up-right .content-body.withinBottomCenter .content-text .banner-heading.womensSmallBold,
      .two-up-right .two-up-right .content-body.withinBottom .content-text .banner-heading.womensSmallBold,
      .two-up-right .two-up-right .content-body.withinBottomLeft .content-text .banner-heading.womensSmallBold,
      .two-up-right .two-up-right .content-body.withinBottomRight .content-text .banner-heading.womensSmallBold,
      .two-up-right .two-up-right .content-body.withinTopRight .content-text .banner-heading.womensSmallBold,
      .two-up-right .two-up-right .content-body.withinTopCenter .content-text .banner-heading.womensSmallBold,
      .two-up-right .two-up-right .content-body.withinTop .content-text .banner-heading.womensSmallBold,
      .two-up-right .two-up-right .content-body.withinTopLeft .content-text .banner-heading.womensSmallBold,
      .two-up-right .two-up-right .content-body.withinMiddleRight .content-text .banner-heading.womensSmallBold,
      .two-up-right .two-up-right .content-body.withinRight .content-text .banner-heading.womensSmallBold,
      .two-up-right .two-up-right .content-body.withinMiddleCenter .content-text .banner-heading.womensSmallBold,
      .two-up-right .two-up-right .content-body.withinCenter .content-text .banner-heading.womensSmallBold,
      .two-up-right .two-up-right .content-body.withinMiddleLeft .content-text .banner-heading.womensSmallBold,
      .two-up-right .two-up-right .content-body.withinLeft .content-text .banner-heading.womensSmallBold {
        font-family: "Moneta-Bold", "Times New Roman", times, serif; }
      .two-up-left .two-up-left .content-body.withinBottomCenter .content-text .banner-heading.womensSmallBlack, .two-up-left .two-up-left .content-body.withinBottom .content-text .banner-heading.womensSmallBlack, .two-up-left .two-up-left .content-body.withinBottomLeft .content-text .banner-heading.womensSmallBlack, .two-up-left .two-up-left .content-body.withinBottomRight .content-text .banner-heading.womensSmallBlack, .two-up-left .two-up-left .content-body.withinTopRight .content-text .banner-heading.womensSmallBlack, .two-up-left .two-up-left .content-body.withinTopCenter .content-text .banner-heading.womensSmallBlack, .two-up-left .two-up-left .content-body.withinTop .content-text .banner-heading.womensSmallBlack, .two-up-left .two-up-left .content-body.withinTopLeft .content-text .banner-heading.womensSmallBlack, .two-up-left .two-up-left .content-body.withinMiddleRight .content-text .banner-heading.womensSmallBlack, .two-up-left .two-up-left .content-body.withinRight .content-text .banner-heading.womensSmallBlack, .two-up-left .two-up-left .content-body.withinMiddleCenter .content-text .banner-heading.womensSmallBlack, .two-up-left .two-up-left .content-body.withinCenter .content-text .banner-heading.womensSmallBlack, .two-up-left .two-up-left .content-body.withinMiddleLeft .content-text .banner-heading.womensSmallBlack, .two-up-left .two-up-left .content-body.withinLeft .content-text .banner-heading.womensSmallBlack,
      .two-up-left .two-up-right .content-body.withinBottomCenter .content-text .banner-heading.womensSmallBlack,
      .two-up-left .two-up-right .content-body.withinBottom .content-text .banner-heading.womensSmallBlack,
      .two-up-left .two-up-right .content-body.withinBottomLeft .content-text .banner-heading.womensSmallBlack,
      .two-up-left .two-up-right .content-body.withinBottomRight .content-text .banner-heading.womensSmallBlack,
      .two-up-left .two-up-right .content-body.withinTopRight .content-text .banner-heading.womensSmallBlack,
      .two-up-left .two-up-right .content-body.withinTopCenter .content-text .banner-heading.womensSmallBlack,
      .two-up-left .two-up-right .content-body.withinTop .content-text .banner-heading.womensSmallBlack,
      .two-up-left .two-up-right .content-body.withinTopLeft .content-text .banner-heading.womensSmallBlack,
      .two-up-left .two-up-right .content-body.withinMiddleRight .content-text .banner-heading.womensSmallBlack,
      .two-up-left .two-up-right .content-body.withinRight .content-text .banner-heading.womensSmallBlack,
      .two-up-left .two-up-right .content-body.withinMiddleCenter .content-text .banner-heading.womensSmallBlack,
      .two-up-left .two-up-right .content-body.withinCenter .content-text .banner-heading.womensSmallBlack,
      .two-up-left .two-up-right .content-body.withinMiddleLeft .content-text .banner-heading.womensSmallBlack,
      .two-up-left .two-up-right .content-body.withinLeft .content-text .banner-heading.womensSmallBlack,
      .two-up-right .two-up-left .content-body.withinBottomCenter .content-text .banner-heading.womensSmallBlack,
      .two-up-right .two-up-left .content-body.withinBottom .content-text .banner-heading.womensSmallBlack,
      .two-up-right .two-up-left .content-body.withinBottomLeft .content-text .banner-heading.womensSmallBlack,
      .two-up-right .two-up-left .content-body.withinBottomRight .content-text .banner-heading.womensSmallBlack,
      .two-up-right .two-up-left .content-body.withinTopRight .content-text .banner-heading.womensSmallBlack,
      .two-up-right .two-up-left .content-body.withinTopCenter .content-text .banner-heading.womensSmallBlack,
      .two-up-right .two-up-left .content-body.withinTop .content-text .banner-heading.womensSmallBlack,
      .two-up-right .two-up-left .content-body.withinTopLeft .content-text .banner-heading.womensSmallBlack,
      .two-up-right .two-up-left .content-body.withinMiddleRight .content-text .banner-heading.womensSmallBlack,
      .two-up-right .two-up-left .content-body.withinRight .content-text .banner-heading.womensSmallBlack,
      .two-up-right .two-up-left .content-body.withinMiddleCenter .content-text .banner-heading.womensSmallBlack,
      .two-up-right .two-up-left .content-body.withinCenter .content-text .banner-heading.womensSmallBlack,
      .two-up-right .two-up-left .content-body.withinMiddleLeft .content-text .banner-heading.womensSmallBlack,
      .two-up-right .two-up-left .content-body.withinLeft .content-text .banner-heading.womensSmallBlack,
      .two-up-right .two-up-right .content-body.withinBottomCenter .content-text .banner-heading.womensSmallBlack,
      .two-up-right .two-up-right .content-body.withinBottom .content-text .banner-heading.womensSmallBlack,
      .two-up-right .two-up-right .content-body.withinBottomLeft .content-text .banner-heading.womensSmallBlack,
      .two-up-right .two-up-right .content-body.withinBottomRight .content-text .banner-heading.womensSmallBlack,
      .two-up-right .two-up-right .content-body.withinTopRight .content-text .banner-heading.womensSmallBlack,
      .two-up-right .two-up-right .content-body.withinTopCenter .content-text .banner-heading.womensSmallBlack,
      .two-up-right .two-up-right .content-body.withinTop .content-text .banner-heading.womensSmallBlack,
      .two-up-right .two-up-right .content-body.withinTopLeft .content-text .banner-heading.womensSmallBlack,
      .two-up-right .two-up-right .content-body.withinMiddleRight .content-text .banner-heading.womensSmallBlack,
      .two-up-right .two-up-right .content-body.withinRight .content-text .banner-heading.womensSmallBlack,
      .two-up-right .two-up-right .content-body.withinMiddleCenter .content-text .banner-heading.womensSmallBlack,
      .two-up-right .two-up-right .content-body.withinCenter .content-text .banner-heading.womensSmallBlack,
      .two-up-right .two-up-right .content-body.withinMiddleLeft .content-text .banner-heading.womensSmallBlack,
      .two-up-right .two-up-right .content-body.withinLeft .content-text .banner-heading.womensSmallBlack {
        font-family: "Moneta-Black", "Times New Roman", times, serif; }
      .two-up-left .two-up-left .content-body.withinBottomCenter .content-text .banner-heading.womensLargeRegular, .two-up-left .two-up-left .content-body.withinBottom .content-text .banner-heading.womensLargeRegular, .two-up-left .two-up-left .content-body.withinBottomLeft .content-text .banner-heading.womensLargeRegular, .two-up-left .two-up-left .content-body.withinBottomRight .content-text .banner-heading.womensLargeRegular, .two-up-left .two-up-left .content-body.withinTopRight .content-text .banner-heading.womensLargeRegular, .two-up-left .two-up-left .content-body.withinTopCenter .content-text .banner-heading.womensLargeRegular, .two-up-left .two-up-left .content-body.withinTop .content-text .banner-heading.womensLargeRegular, .two-up-left .two-up-left .content-body.withinTopLeft .content-text .banner-heading.womensLargeRegular, .two-up-left .two-up-left .content-body.withinMiddleRight .content-text .banner-heading.womensLargeRegular, .two-up-left .two-up-left .content-body.withinRight .content-text .banner-heading.womensLargeRegular, .two-up-left .two-up-left .content-body.withinMiddleCenter .content-text .banner-heading.womensLargeRegular, .two-up-left .two-up-left .content-body.withinCenter .content-text .banner-heading.womensLargeRegular, .two-up-left .two-up-left .content-body.withinMiddleLeft .content-text .banner-heading.womensLargeRegular, .two-up-left .two-up-left .content-body.withinLeft .content-text .banner-heading.womensLargeRegular,
      .two-up-left .two-up-right .content-body.withinBottomCenter .content-text .banner-heading.womensLargeRegular,
      .two-up-left .two-up-right .content-body.withinBottom .content-text .banner-heading.womensLargeRegular,
      .two-up-left .two-up-right .content-body.withinBottomLeft .content-text .banner-heading.womensLargeRegular,
      .two-up-left .two-up-right .content-body.withinBottomRight .content-text .banner-heading.womensLargeRegular,
      .two-up-left .two-up-right .content-body.withinTopRight .content-text .banner-heading.womensLargeRegular,
      .two-up-left .two-up-right .content-body.withinTopCenter .content-text .banner-heading.womensLargeRegular,
      .two-up-left .two-up-right .content-body.withinTop .content-text .banner-heading.womensLargeRegular,
      .two-up-left .two-up-right .content-body.withinTopLeft .content-text .banner-heading.womensLargeRegular,
      .two-up-left .two-up-right .content-body.withinMiddleRight .content-text .banner-heading.womensLargeRegular,
      .two-up-left .two-up-right .content-body.withinRight .content-text .banner-heading.womensLargeRegular,
      .two-up-left .two-up-right .content-body.withinMiddleCenter .content-text .banner-heading.womensLargeRegular,
      .two-up-left .two-up-right .content-body.withinCenter .content-text .banner-heading.womensLargeRegular,
      .two-up-left .two-up-right .content-body.withinMiddleLeft .content-text .banner-heading.womensLargeRegular,
      .two-up-left .two-up-right .content-body.withinLeft .content-text .banner-heading.womensLargeRegular,
      .two-up-right .two-up-left .content-body.withinBottomCenter .content-text .banner-heading.womensLargeRegular,
      .two-up-right .two-up-left .content-body.withinBottom .content-text .banner-heading.womensLargeRegular,
      .two-up-right .two-up-left .content-body.withinBottomLeft .content-text .banner-heading.womensLargeRegular,
      .two-up-right .two-up-left .content-body.withinBottomRight .content-text .banner-heading.womensLargeRegular,
      .two-up-right .two-up-left .content-body.withinTopRight .content-text .banner-heading.womensLargeRegular,
      .two-up-right .two-up-left .content-body.withinTopCenter .content-text .banner-heading.womensLargeRegular,
      .two-up-right .two-up-left .content-body.withinTop .content-text .banner-heading.womensLargeRegular,
      .two-up-right .two-up-left .content-body.withinTopLeft .content-text .banner-heading.womensLargeRegular,
      .two-up-right .two-up-left .content-body.withinMiddleRight .content-text .banner-heading.womensLargeRegular,
      .two-up-right .two-up-left .content-body.withinRight .content-text .banner-heading.womensLargeRegular,
      .two-up-right .two-up-left .content-body.withinMiddleCenter .content-text .banner-heading.womensLargeRegular,
      .two-up-right .two-up-left .content-body.withinCenter .content-text .banner-heading.womensLargeRegular,
      .two-up-right .two-up-left .content-body.withinMiddleLeft .content-text .banner-heading.womensLargeRegular,
      .two-up-right .two-up-left .content-body.withinLeft .content-text .banner-heading.womensLargeRegular,
      .two-up-right .two-up-right .content-body.withinBottomCenter .content-text .banner-heading.womensLargeRegular,
      .two-up-right .two-up-right .content-body.withinBottom .content-text .banner-heading.womensLargeRegular,
      .two-up-right .two-up-right .content-body.withinBottomLeft .content-text .banner-heading.womensLargeRegular,
      .two-up-right .two-up-right .content-body.withinBottomRight .content-text .banner-heading.womensLargeRegular,
      .two-up-right .two-up-right .content-body.withinTopRight .content-text .banner-heading.womensLargeRegular,
      .two-up-right .two-up-right .content-body.withinTopCenter .content-text .banner-heading.womensLargeRegular,
      .two-up-right .two-up-right .content-body.withinTop .content-text .banner-heading.womensLargeRegular,
      .two-up-right .two-up-right .content-body.withinTopLeft .content-text .banner-heading.womensLargeRegular,
      .two-up-right .two-up-right .content-body.withinMiddleRight .content-text .banner-heading.womensLargeRegular,
      .two-up-right .two-up-right .content-body.withinRight .content-text .banner-heading.womensLargeRegular,
      .two-up-right .two-up-right .content-body.withinMiddleCenter .content-text .banner-heading.womensLargeRegular,
      .two-up-right .two-up-right .content-body.withinCenter .content-text .banner-heading.womensLargeRegular,
      .two-up-right .two-up-right .content-body.withinMiddleLeft .content-text .banner-heading.womensLargeRegular,
      .two-up-right .two-up-right .content-body.withinLeft .content-text .banner-heading.womensLargeRegular {
        font-family: "Moneta-Regular", "Times New Roman", times, serif; }
      .two-up-left .two-up-left .content-body.withinBottomCenter .content-text .banner-heading.womensLargeBold, .two-up-left .two-up-left .content-body.withinBottom .content-text .banner-heading.womensLargeBold, .two-up-left .two-up-left .content-body.withinBottomLeft .content-text .banner-heading.womensLargeBold, .two-up-left .two-up-left .content-body.withinBottomRight .content-text .banner-heading.womensLargeBold, .two-up-left .two-up-left .content-body.withinTopRight .content-text .banner-heading.womensLargeBold, .two-up-left .two-up-left .content-body.withinTopCenter .content-text .banner-heading.womensLargeBold, .two-up-left .two-up-left .content-body.withinTop .content-text .banner-heading.womensLargeBold, .two-up-left .two-up-left .content-body.withinTopLeft .content-text .banner-heading.womensLargeBold, .two-up-left .two-up-left .content-body.withinMiddleRight .content-text .banner-heading.womensLargeBold, .two-up-left .two-up-left .content-body.withinRight .content-text .banner-heading.womensLargeBold, .two-up-left .two-up-left .content-body.withinMiddleCenter .content-text .banner-heading.womensLargeBold, .two-up-left .two-up-left .content-body.withinCenter .content-text .banner-heading.womensLargeBold, .two-up-left .two-up-left .content-body.withinMiddleLeft .content-text .banner-heading.womensLargeBold, .two-up-left .two-up-left .content-body.withinLeft .content-text .banner-heading.womensLargeBold,
      .two-up-left .two-up-right .content-body.withinBottomCenter .content-text .banner-heading.womensLargeBold,
      .two-up-left .two-up-right .content-body.withinBottom .content-text .banner-heading.womensLargeBold,
      .two-up-left .two-up-right .content-body.withinBottomLeft .content-text .banner-heading.womensLargeBold,
      .two-up-left .two-up-right .content-body.withinBottomRight .content-text .banner-heading.womensLargeBold,
      .two-up-left .two-up-right .content-body.withinTopRight .content-text .banner-heading.womensLargeBold,
      .two-up-left .two-up-right .content-body.withinTopCenter .content-text .banner-heading.womensLargeBold,
      .two-up-left .two-up-right .content-body.withinTop .content-text .banner-heading.womensLargeBold,
      .two-up-left .two-up-right .content-body.withinTopLeft .content-text .banner-heading.womensLargeBold,
      .two-up-left .two-up-right .content-body.withinMiddleRight .content-text .banner-heading.womensLargeBold,
      .two-up-left .two-up-right .content-body.withinRight .content-text .banner-heading.womensLargeBold,
      .two-up-left .two-up-right .content-body.withinMiddleCenter .content-text .banner-heading.womensLargeBold,
      .two-up-left .two-up-right .content-body.withinCenter .content-text .banner-heading.womensLargeBold,
      .two-up-left .two-up-right .content-body.withinMiddleLeft .content-text .banner-heading.womensLargeBold,
      .two-up-left .two-up-right .content-body.withinLeft .content-text .banner-heading.womensLargeBold,
      .two-up-right .two-up-left .content-body.withinBottomCenter .content-text .banner-heading.womensLargeBold,
      .two-up-right .two-up-left .content-body.withinBottom .content-text .banner-heading.womensLargeBold,
      .two-up-right .two-up-left .content-body.withinBottomLeft .content-text .banner-heading.womensLargeBold,
      .two-up-right .two-up-left .content-body.withinBottomRight .content-text .banner-heading.womensLargeBold,
      .two-up-right .two-up-left .content-body.withinTopRight .content-text .banner-heading.womensLargeBold,
      .two-up-right .two-up-left .content-body.withinTopCenter .content-text .banner-heading.womensLargeBold,
      .two-up-right .two-up-left .content-body.withinTop .content-text .banner-heading.womensLargeBold,
      .two-up-right .two-up-left .content-body.withinTopLeft .content-text .banner-heading.womensLargeBold,
      .two-up-right .two-up-left .content-body.withinMiddleRight .content-text .banner-heading.womensLargeBold,
      .two-up-right .two-up-left .content-body.withinRight .content-text .banner-heading.womensLargeBold,
      .two-up-right .two-up-left .content-body.withinMiddleCenter .content-text .banner-heading.womensLargeBold,
      .two-up-right .two-up-left .content-body.withinCenter .content-text .banner-heading.womensLargeBold,
      .two-up-right .two-up-left .content-body.withinMiddleLeft .content-text .banner-heading.womensLargeBold,
      .two-up-right .two-up-left .content-body.withinLeft .content-text .banner-heading.womensLargeBold,
      .two-up-right .two-up-right .content-body.withinBottomCenter .content-text .banner-heading.womensLargeBold,
      .two-up-right .two-up-right .content-body.withinBottom .content-text .banner-heading.womensLargeBold,
      .two-up-right .two-up-right .content-body.withinBottomLeft .content-text .banner-heading.womensLargeBold,
      .two-up-right .two-up-right .content-body.withinBottomRight .content-text .banner-heading.womensLargeBold,
      .two-up-right .two-up-right .content-body.withinTopRight .content-text .banner-heading.womensLargeBold,
      .two-up-right .two-up-right .content-body.withinTopCenter .content-text .banner-heading.womensLargeBold,
      .two-up-right .two-up-right .content-body.withinTop .content-text .banner-heading.womensLargeBold,
      .two-up-right .two-up-right .content-body.withinTopLeft .content-text .banner-heading.womensLargeBold,
      .two-up-right .two-up-right .content-body.withinMiddleRight .content-text .banner-heading.womensLargeBold,
      .two-up-right .two-up-right .content-body.withinRight .content-text .banner-heading.womensLargeBold,
      .two-up-right .two-up-right .content-body.withinMiddleCenter .content-text .banner-heading.womensLargeBold,
      .two-up-right .two-up-right .content-body.withinCenter .content-text .banner-heading.womensLargeBold,
      .two-up-right .two-up-right .content-body.withinMiddleLeft .content-text .banner-heading.womensLargeBold,
      .two-up-right .two-up-right .content-body.withinLeft .content-text .banner-heading.womensLargeBold {
        font-family: "Moneta-Bold", "Times New Roman", times, serif; }
      .two-up-left .two-up-left .content-body.withinBottomCenter .content-text .banner-heading.womensLargeBlack, .two-up-left .two-up-left .content-body.withinBottom .content-text .banner-heading.womensLargeBlack, .two-up-left .two-up-left .content-body.withinBottomLeft .content-text .banner-heading.womensLargeBlack, .two-up-left .two-up-left .content-body.withinBottomRight .content-text .banner-heading.womensLargeBlack, .two-up-left .two-up-left .content-body.withinTopRight .content-text .banner-heading.womensLargeBlack, .two-up-left .two-up-left .content-body.withinTopCenter .content-text .banner-heading.womensLargeBlack, .two-up-left .two-up-left .content-body.withinTop .content-text .banner-heading.womensLargeBlack, .two-up-left .two-up-left .content-body.withinTopLeft .content-text .banner-heading.womensLargeBlack, .two-up-left .two-up-left .content-body.withinMiddleRight .content-text .banner-heading.womensLargeBlack, .two-up-left .two-up-left .content-body.withinRight .content-text .banner-heading.womensLargeBlack, .two-up-left .two-up-left .content-body.withinMiddleCenter .content-text .banner-heading.womensLargeBlack, .two-up-left .two-up-left .content-body.withinCenter .content-text .banner-heading.womensLargeBlack, .two-up-left .two-up-left .content-body.withinMiddleLeft .content-text .banner-heading.womensLargeBlack, .two-up-left .two-up-left .content-body.withinLeft .content-text .banner-heading.womensLargeBlack,
      .two-up-left .two-up-right .content-body.withinBottomCenter .content-text .banner-heading.womensLargeBlack,
      .two-up-left .two-up-right .content-body.withinBottom .content-text .banner-heading.womensLargeBlack,
      .two-up-left .two-up-right .content-body.withinBottomLeft .content-text .banner-heading.womensLargeBlack,
      .two-up-left .two-up-right .content-body.withinBottomRight .content-text .banner-heading.womensLargeBlack,
      .two-up-left .two-up-right .content-body.withinTopRight .content-text .banner-heading.womensLargeBlack,
      .two-up-left .two-up-right .content-body.withinTopCenter .content-text .banner-heading.womensLargeBlack,
      .two-up-left .two-up-right .content-body.withinTop .content-text .banner-heading.womensLargeBlack,
      .two-up-left .two-up-right .content-body.withinTopLeft .content-text .banner-heading.womensLargeBlack,
      .two-up-left .two-up-right .content-body.withinMiddleRight .content-text .banner-heading.womensLargeBlack,
      .two-up-left .two-up-right .content-body.withinRight .content-text .banner-heading.womensLargeBlack,
      .two-up-left .two-up-right .content-body.withinMiddleCenter .content-text .banner-heading.womensLargeBlack,
      .two-up-left .two-up-right .content-body.withinCenter .content-text .banner-heading.womensLargeBlack,
      .two-up-left .two-up-right .content-body.withinMiddleLeft .content-text .banner-heading.womensLargeBlack,
      .two-up-left .two-up-right .content-body.withinLeft .content-text .banner-heading.womensLargeBlack,
      .two-up-right .two-up-left .content-body.withinBottomCenter .content-text .banner-heading.womensLargeBlack,
      .two-up-right .two-up-left .content-body.withinBottom .content-text .banner-heading.womensLargeBlack,
      .two-up-right .two-up-left .content-body.withinBottomLeft .content-text .banner-heading.womensLargeBlack,
      .two-up-right .two-up-left .content-body.withinBottomRight .content-text .banner-heading.womensLargeBlack,
      .two-up-right .two-up-left .content-body.withinTopRight .content-text .banner-heading.womensLargeBlack,
      .two-up-right .two-up-left .content-body.withinTopCenter .content-text .banner-heading.womensLargeBlack,
      .two-up-right .two-up-left .content-body.withinTop .content-text .banner-heading.womensLargeBlack,
      .two-up-right .two-up-left .content-body.withinTopLeft .content-text .banner-heading.womensLargeBlack,
      .two-up-right .two-up-left .content-body.withinMiddleRight .content-text .banner-heading.womensLargeBlack,
      .two-up-right .two-up-left .content-body.withinRight .content-text .banner-heading.womensLargeBlack,
      .two-up-right .two-up-left .content-body.withinMiddleCenter .content-text .banner-heading.womensLargeBlack,
      .two-up-right .two-up-left .content-body.withinCenter .content-text .banner-heading.womensLargeBlack,
      .two-up-right .two-up-left .content-body.withinMiddleLeft .content-text .banner-heading.womensLargeBlack,
      .two-up-right .two-up-left .content-body.withinLeft .content-text .banner-heading.womensLargeBlack,
      .two-up-right .two-up-right .content-body.withinBottomCenter .content-text .banner-heading.womensLargeBlack,
      .two-up-right .two-up-right .content-body.withinBottom .content-text .banner-heading.womensLargeBlack,
      .two-up-right .two-up-right .content-body.withinBottomLeft .content-text .banner-heading.womensLargeBlack,
      .two-up-right .two-up-right .content-body.withinBottomRight .content-text .banner-heading.womensLargeBlack,
      .two-up-right .two-up-right .content-body.withinTopRight .content-text .banner-heading.womensLargeBlack,
      .two-up-right .two-up-right .content-body.withinTopCenter .content-text .banner-heading.womensLargeBlack,
      .two-up-right .two-up-right .content-body.withinTop .content-text .banner-heading.womensLargeBlack,
      .two-up-right .two-up-right .content-body.withinTopLeft .content-text .banner-heading.womensLargeBlack,
      .two-up-right .two-up-right .content-body.withinMiddleRight .content-text .banner-heading.womensLargeBlack,
      .two-up-right .two-up-right .content-body.withinRight .content-text .banner-heading.womensLargeBlack,
      .two-up-right .two-up-right .content-body.withinMiddleCenter .content-text .banner-heading.womensLargeBlack,
      .two-up-right .two-up-right .content-body.withinCenter .content-text .banner-heading.womensLargeBlack,
      .two-up-right .two-up-right .content-body.withinMiddleLeft .content-text .banner-heading.womensLargeBlack,
      .two-up-right .two-up-right .content-body.withinLeft .content-text .banner-heading.womensLargeBlack {
        font-family: "Moneta-Black", "Times New Roman", times, serif; }
      .two-up-left .two-up-left .content-body.withinBottomCenter .content-text .banner-heading.mensSmalls, .two-up-left .two-up-left .content-body.withinBottom .content-text .banner-heading.mensSmalls, .two-up-left .two-up-left .content-body.withinBottomLeft .content-text .banner-heading.mensSmalls, .two-up-left .two-up-left .content-body.withinBottomRight .content-text .banner-heading.mensSmalls, .two-up-left .two-up-left .content-body.withinTopRight .content-text .banner-heading.mensSmalls, .two-up-left .two-up-left .content-body.withinTopCenter .content-text .banner-heading.mensSmalls, .two-up-left .two-up-left .content-body.withinTop .content-text .banner-heading.mensSmalls, .two-up-left .two-up-left .content-body.withinTopLeft .content-text .banner-heading.mensSmalls, .two-up-left .two-up-left .content-body.withinMiddleRight .content-text .banner-heading.mensSmalls, .two-up-left .two-up-left .content-body.withinRight .content-text .banner-heading.mensSmalls, .two-up-left .two-up-left .content-body.withinMiddleCenter .content-text .banner-heading.mensSmalls, .two-up-left .two-up-left .content-body.withinCenter .content-text .banner-heading.mensSmalls, .two-up-left .two-up-left .content-body.withinMiddleLeft .content-text .banner-heading.mensSmalls, .two-up-left .two-up-left .content-body.withinLeft .content-text .banner-heading.mensSmalls,
      .two-up-left .two-up-right .content-body.withinBottomCenter .content-text .banner-heading.mensSmalls,
      .two-up-left .two-up-right .content-body.withinBottom .content-text .banner-heading.mensSmalls,
      .two-up-left .two-up-right .content-body.withinBottomLeft .content-text .banner-heading.mensSmalls,
      .two-up-left .two-up-right .content-body.withinBottomRight .content-text .banner-heading.mensSmalls,
      .two-up-left .two-up-right .content-body.withinTopRight .content-text .banner-heading.mensSmalls,
      .two-up-left .two-up-right .content-body.withinTopCenter .content-text .banner-heading.mensSmalls,
      .two-up-left .two-up-right .content-body.withinTop .content-text .banner-heading.mensSmalls,
      .two-up-left .two-up-right .content-body.withinTopLeft .content-text .banner-heading.mensSmalls,
      .two-up-left .two-up-right .content-body.withinMiddleRight .content-text .banner-heading.mensSmalls,
      .two-up-left .two-up-right .content-body.withinRight .content-text .banner-heading.mensSmalls,
      .two-up-left .two-up-right .content-body.withinMiddleCenter .content-text .banner-heading.mensSmalls,
      .two-up-left .two-up-right .content-body.withinCenter .content-text .banner-heading.mensSmalls,
      .two-up-left .two-up-right .content-body.withinMiddleLeft .content-text .banner-heading.mensSmalls,
      .two-up-left .two-up-right .content-body.withinLeft .content-text .banner-heading.mensSmalls,
      .two-up-right .two-up-left .content-body.withinBottomCenter .content-text .banner-heading.mensSmalls,
      .two-up-right .two-up-left .content-body.withinBottom .content-text .banner-heading.mensSmalls,
      .two-up-right .two-up-left .content-body.withinBottomLeft .content-text .banner-heading.mensSmalls,
      .two-up-right .two-up-left .content-body.withinBottomRight .content-text .banner-heading.mensSmalls,
      .two-up-right .two-up-left .content-body.withinTopRight .content-text .banner-heading.mensSmalls,
      .two-up-right .two-up-left .content-body.withinTopCenter .content-text .banner-heading.mensSmalls,
      .two-up-right .two-up-left .content-body.withinTop .content-text .banner-heading.mensSmalls,
      .two-up-right .two-up-left .content-body.withinTopLeft .content-text .banner-heading.mensSmalls,
      .two-up-right .two-up-left .content-body.withinMiddleRight .content-text .banner-heading.mensSmalls,
      .two-up-right .two-up-left .content-body.withinRight .content-text .banner-heading.mensSmalls,
      .two-up-right .two-up-left .content-body.withinMiddleCenter .content-text .banner-heading.mensSmalls,
      .two-up-right .two-up-left .content-body.withinCenter .content-text .banner-heading.mensSmalls,
      .two-up-right .two-up-left .content-body.withinMiddleLeft .content-text .banner-heading.mensSmalls,
      .two-up-right .two-up-left .content-body.withinLeft .content-text .banner-heading.mensSmalls,
      .two-up-right .two-up-right .content-body.withinBottomCenter .content-text .banner-heading.mensSmalls,
      .two-up-right .two-up-right .content-body.withinBottom .content-text .banner-heading.mensSmalls,
      .two-up-right .two-up-right .content-body.withinBottomLeft .content-text .banner-heading.mensSmalls,
      .two-up-right .two-up-right .content-body.withinBottomRight .content-text .banner-heading.mensSmalls,
      .two-up-right .two-up-right .content-body.withinTopRight .content-text .banner-heading.mensSmalls,
      .two-up-right .two-up-right .content-body.withinTopCenter .content-text .banner-heading.mensSmalls,
      .two-up-right .two-up-right .content-body.withinTop .content-text .banner-heading.mensSmalls,
      .two-up-right .two-up-right .content-body.withinTopLeft .content-text .banner-heading.mensSmalls,
      .two-up-right .two-up-right .content-body.withinMiddleRight .content-text .banner-heading.mensSmalls,
      .two-up-right .two-up-right .content-body.withinRight .content-text .banner-heading.mensSmalls,
      .two-up-right .two-up-right .content-body.withinMiddleCenter .content-text .banner-heading.mensSmalls,
      .two-up-right .two-up-right .content-body.withinCenter .content-text .banner-heading.mensSmalls,
      .two-up-right .two-up-right .content-body.withinMiddleLeft .content-text .banner-heading.mensSmalls,
      .two-up-right .two-up-right .content-body.withinLeft .content-text .banner-heading.mensSmalls {
        font-family: "trade-gothic-next-condensed", "Helvetica Neue", helvetica, arial, sans-serif;
        font-size: 50px;
        line-height: 54px;
        letter-spacing: 1px;
        text-transform: uppercase; }
        @media (max-width: 1023.98px) {
          .two-up-left .two-up-left .content-body.withinBottomCenter .content-text .banner-heading.mensSmalls, .two-up-left .two-up-left .content-body.withinBottom .content-text .banner-heading.mensSmalls, .two-up-left .two-up-left .content-body.withinBottomLeft .content-text .banner-heading.mensSmalls, .two-up-left .two-up-left .content-body.withinBottomRight .content-text .banner-heading.mensSmalls, .two-up-left .two-up-left .content-body.withinTopRight .content-text .banner-heading.mensSmalls, .two-up-left .two-up-left .content-body.withinTopCenter .content-text .banner-heading.mensSmalls, .two-up-left .two-up-left .content-body.withinTop .content-text .banner-heading.mensSmalls, .two-up-left .two-up-left .content-body.withinTopLeft .content-text .banner-heading.mensSmalls, .two-up-left .two-up-left .content-body.withinMiddleRight .content-text .banner-heading.mensSmalls, .two-up-left .two-up-left .content-body.withinRight .content-text .banner-heading.mensSmalls, .two-up-left .two-up-left .content-body.withinMiddleCenter .content-text .banner-heading.mensSmalls, .two-up-left .two-up-left .content-body.withinCenter .content-text .banner-heading.mensSmalls, .two-up-left .two-up-left .content-body.withinMiddleLeft .content-text .banner-heading.mensSmalls, .two-up-left .two-up-left .content-body.withinLeft .content-text .banner-heading.mensSmalls,
          .two-up-left .two-up-right .content-body.withinBottomCenter .content-text .banner-heading.mensSmalls,
          .two-up-left .two-up-right .content-body.withinBottom .content-text .banner-heading.mensSmalls,
          .two-up-left .two-up-right .content-body.withinBottomLeft .content-text .banner-heading.mensSmalls,
          .two-up-left .two-up-right .content-body.withinBottomRight .content-text .banner-heading.mensSmalls,
          .two-up-left .two-up-right .content-body.withinTopRight .content-text .banner-heading.mensSmalls,
          .two-up-left .two-up-right .content-body.withinTopCenter .content-text .banner-heading.mensSmalls,
          .two-up-left .two-up-right .content-body.withinTop .content-text .banner-heading.mensSmalls,
          .two-up-left .two-up-right .content-body.withinTopLeft .content-text .banner-heading.mensSmalls,
          .two-up-left .two-up-right .content-body.withinMiddleRight .content-text .banner-heading.mensSmalls,
          .two-up-left .two-up-right .content-body.withinRight .content-text .banner-heading.mensSmalls,
          .two-up-left .two-up-right .content-body.withinMiddleCenter .content-text .banner-heading.mensSmalls,
          .two-up-left .two-up-right .content-body.withinCenter .content-text .banner-heading.mensSmalls,
          .two-up-left .two-up-right .content-body.withinMiddleLeft .content-text .banner-heading.mensSmalls,
          .two-up-left .two-up-right .content-body.withinLeft .content-text .banner-heading.mensSmalls,
          .two-up-right .two-up-left .content-body.withinBottomCenter .content-text .banner-heading.mensSmalls,
          .two-up-right .two-up-left .content-body.withinBottom .content-text .banner-heading.mensSmalls,
          .two-up-right .two-up-left .content-body.withinBottomLeft .content-text .banner-heading.mensSmalls,
          .two-up-right .two-up-left .content-body.withinBottomRight .content-text .banner-heading.mensSmalls,
          .two-up-right .two-up-left .content-body.withinTopRight .content-text .banner-heading.mensSmalls,
          .two-up-right .two-up-left .content-body.withinTopCenter .content-text .banner-heading.mensSmalls,
          .two-up-right .two-up-left .content-body.withinTop .content-text .banner-heading.mensSmalls,
          .two-up-right .two-up-left .content-body.withinTopLeft .content-text .banner-heading.mensSmalls,
          .two-up-right .two-up-left .content-body.withinMiddleRight .content-text .banner-heading.mensSmalls,
          .two-up-right .two-up-left .content-body.withinRight .content-text .banner-heading.mensSmalls,
          .two-up-right .two-up-left .content-body.withinMiddleCenter .content-text .banner-heading.mensSmalls,
          .two-up-right .two-up-left .content-body.withinCenter .content-text .banner-heading.mensSmalls,
          .two-up-right .two-up-left .content-body.withinMiddleLeft .content-text .banner-heading.mensSmalls,
          .two-up-right .two-up-left .content-body.withinLeft .content-text .banner-heading.mensSmalls,
          .two-up-right .two-up-right .content-body.withinBottomCenter .content-text .banner-heading.mensSmalls,
          .two-up-right .two-up-right .content-body.withinBottom .content-text .banner-heading.mensSmalls,
          .two-up-right .two-up-right .content-body.withinBottomLeft .content-text .banner-heading.mensSmalls,
          .two-up-right .two-up-right .content-body.withinBottomRight .content-text .banner-heading.mensSmalls,
          .two-up-right .two-up-right .content-body.withinTopRight .content-text .banner-heading.mensSmalls,
          .two-up-right .two-up-right .content-body.withinTopCenter .content-text .banner-heading.mensSmalls,
          .two-up-right .two-up-right .content-body.withinTop .content-text .banner-heading.mensSmalls,
          .two-up-right .two-up-right .content-body.withinTopLeft .content-text .banner-heading.mensSmalls,
          .two-up-right .two-up-right .content-body.withinMiddleRight .content-text .banner-heading.mensSmalls,
          .two-up-right .two-up-right .content-body.withinRight .content-text .banner-heading.mensSmalls,
          .two-up-right .two-up-right .content-body.withinMiddleCenter .content-text .banner-heading.mensSmalls,
          .two-up-right .two-up-right .content-body.withinCenter .content-text .banner-heading.mensSmalls,
          .two-up-right .two-up-right .content-body.withinMiddleLeft .content-text .banner-heading.mensSmalls,
          .two-up-right .two-up-right .content-body.withinLeft .content-text .banner-heading.mensSmalls {
            font-size: 34px;
            line-height: 38px;
            letter-spacing: 0.5px; } }
      .two-up-left .two-up-left .content-body.withinBottomCenter .content-text .banner-heading.mensLarge, .two-up-left .two-up-left .content-body.withinBottom .content-text .banner-heading.mensLarge, .two-up-left .two-up-left .content-body.withinBottomLeft .content-text .banner-heading.mensLarge, .two-up-left .two-up-left .content-body.withinBottomRight .content-text .banner-heading.mensLarge, .two-up-left .two-up-left .content-body.withinTopRight .content-text .banner-heading.mensLarge, .two-up-left .two-up-left .content-body.withinTopCenter .content-text .banner-heading.mensLarge, .two-up-left .two-up-left .content-body.withinTop .content-text .banner-heading.mensLarge, .two-up-left .two-up-left .content-body.withinTopLeft .content-text .banner-heading.mensLarge, .two-up-left .two-up-left .content-body.withinMiddleRight .content-text .banner-heading.mensLarge, .two-up-left .two-up-left .content-body.withinRight .content-text .banner-heading.mensLarge, .two-up-left .two-up-left .content-body.withinMiddleCenter .content-text .banner-heading.mensLarge, .two-up-left .two-up-left .content-body.withinCenter .content-text .banner-heading.mensLarge, .two-up-left .two-up-left .content-body.withinMiddleLeft .content-text .banner-heading.mensLarge, .two-up-left .two-up-left .content-body.withinLeft .content-text .banner-heading.mensLarge,
      .two-up-left .two-up-right .content-body.withinBottomCenter .content-text .banner-heading.mensLarge,
      .two-up-left .two-up-right .content-body.withinBottom .content-text .banner-heading.mensLarge,
      .two-up-left .two-up-right .content-body.withinBottomLeft .content-text .banner-heading.mensLarge,
      .two-up-left .two-up-right .content-body.withinBottomRight .content-text .banner-heading.mensLarge,
      .two-up-left .two-up-right .content-body.withinTopRight .content-text .banner-heading.mensLarge,
      .two-up-left .two-up-right .content-body.withinTopCenter .content-text .banner-heading.mensLarge,
      .two-up-left .two-up-right .content-body.withinTop .content-text .banner-heading.mensLarge,
      .two-up-left .two-up-right .content-body.withinTopLeft .content-text .banner-heading.mensLarge,
      .two-up-left .two-up-right .content-body.withinMiddleRight .content-text .banner-heading.mensLarge,
      .two-up-left .two-up-right .content-body.withinRight .content-text .banner-heading.mensLarge,
      .two-up-left .two-up-right .content-body.withinMiddleCenter .content-text .banner-heading.mensLarge,
      .two-up-left .two-up-right .content-body.withinCenter .content-text .banner-heading.mensLarge,
      .two-up-left .two-up-right .content-body.withinMiddleLeft .content-text .banner-heading.mensLarge,
      .two-up-left .two-up-right .content-body.withinLeft .content-text .banner-heading.mensLarge,
      .two-up-right .two-up-left .content-body.withinBottomCenter .content-text .banner-heading.mensLarge,
      .two-up-right .two-up-left .content-body.withinBottom .content-text .banner-heading.mensLarge,
      .two-up-right .two-up-left .content-body.withinBottomLeft .content-text .banner-heading.mensLarge,
      .two-up-right .two-up-left .content-body.withinBottomRight .content-text .banner-heading.mensLarge,
      .two-up-right .two-up-left .content-body.withinTopRight .content-text .banner-heading.mensLarge,
      .two-up-right .two-up-left .content-body.withinTopCenter .content-text .banner-heading.mensLarge,
      .two-up-right .two-up-left .content-body.withinTop .content-text .banner-heading.mensLarge,
      .two-up-right .two-up-left .content-body.withinTopLeft .content-text .banner-heading.mensLarge,
      .two-up-right .two-up-left .content-body.withinMiddleRight .content-text .banner-heading.mensLarge,
      .two-up-right .two-up-left .content-body.withinRight .content-text .banner-heading.mensLarge,
      .two-up-right .two-up-left .content-body.withinMiddleCenter .content-text .banner-heading.mensLarge,
      .two-up-right .two-up-left .content-body.withinCenter .content-text .banner-heading.mensLarge,
      .two-up-right .two-up-left .content-body.withinMiddleLeft .content-text .banner-heading.mensLarge,
      .two-up-right .two-up-left .content-body.withinLeft .content-text .banner-heading.mensLarge,
      .two-up-right .two-up-right .content-body.withinBottomCenter .content-text .banner-heading.mensLarge,
      .two-up-right .two-up-right .content-body.withinBottom .content-text .banner-heading.mensLarge,
      .two-up-right .two-up-right .content-body.withinBottomLeft .content-text .banner-heading.mensLarge,
      .two-up-right .two-up-right .content-body.withinBottomRight .content-text .banner-heading.mensLarge,
      .two-up-right .two-up-right .content-body.withinTopRight .content-text .banner-heading.mensLarge,
      .two-up-right .two-up-right .content-body.withinTopCenter .content-text .banner-heading.mensLarge,
      .two-up-right .two-up-right .content-body.withinTop .content-text .banner-heading.mensLarge,
      .two-up-right .two-up-right .content-body.withinTopLeft .content-text .banner-heading.mensLarge,
      .two-up-right .two-up-right .content-body.withinMiddleRight .content-text .banner-heading.mensLarge,
      .two-up-right .two-up-right .content-body.withinRight .content-text .banner-heading.mensLarge,
      .two-up-right .two-up-right .content-body.withinMiddleCenter .content-text .banner-heading.mensLarge,
      .two-up-right .two-up-right .content-body.withinCenter .content-text .banner-heading.mensLarge,
      .two-up-right .two-up-right .content-body.withinMiddleLeft .content-text .banner-heading.mensLarge,
      .two-up-right .two-up-right .content-body.withinLeft .content-text .banner-heading.mensLarge {
        font-family: "trade-gothic-next-condensed", "Helvetica Neue", helvetica, arial, sans-serif;
        font-size: 100px;
        line-height: 104px;
        letter-spacing: 2px;
        text-transform: uppercase; }
        @media (max-width: 1023.98px) {
          .two-up-left .two-up-left .content-body.withinBottomCenter .content-text .banner-heading.mensLarge, .two-up-left .two-up-left .content-body.withinBottom .content-text .banner-heading.mensLarge, .two-up-left .two-up-left .content-body.withinBottomLeft .content-text .banner-heading.mensLarge, .two-up-left .two-up-left .content-body.withinBottomRight .content-text .banner-heading.mensLarge, .two-up-left .two-up-left .content-body.withinTopRight .content-text .banner-heading.mensLarge, .two-up-left .two-up-left .content-body.withinTopCenter .content-text .banner-heading.mensLarge, .two-up-left .two-up-left .content-body.withinTop .content-text .banner-heading.mensLarge, .two-up-left .two-up-left .content-body.withinTopLeft .content-text .banner-heading.mensLarge, .two-up-left .two-up-left .content-body.withinMiddleRight .content-text .banner-heading.mensLarge, .two-up-left .two-up-left .content-body.withinRight .content-text .banner-heading.mensLarge, .two-up-left .two-up-left .content-body.withinMiddleCenter .content-text .banner-heading.mensLarge, .two-up-left .two-up-left .content-body.withinCenter .content-text .banner-heading.mensLarge, .two-up-left .two-up-left .content-body.withinMiddleLeft .content-text .banner-heading.mensLarge, .two-up-left .two-up-left .content-body.withinLeft .content-text .banner-heading.mensLarge,
          .two-up-left .two-up-right .content-body.withinBottomCenter .content-text .banner-heading.mensLarge,
          .two-up-left .two-up-right .content-body.withinBottom .content-text .banner-heading.mensLarge,
          .two-up-left .two-up-right .content-body.withinBottomLeft .content-text .banner-heading.mensLarge,
          .two-up-left .two-up-right .content-body.withinBottomRight .content-text .banner-heading.mensLarge,
          .two-up-left .two-up-right .content-body.withinTopRight .content-text .banner-heading.mensLarge,
          .two-up-left .two-up-right .content-body.withinTopCenter .content-text .banner-heading.mensLarge,
          .two-up-left .two-up-right .content-body.withinTop .content-text .banner-heading.mensLarge,
          .two-up-left .two-up-right .content-body.withinTopLeft .content-text .banner-heading.mensLarge,
          .two-up-left .two-up-right .content-body.withinMiddleRight .content-text .banner-heading.mensLarge,
          .two-up-left .two-up-right .content-body.withinRight .content-text .banner-heading.mensLarge,
          .two-up-left .two-up-right .content-body.withinMiddleCenter .content-text .banner-heading.mensLarge,
          .two-up-left .two-up-right .content-body.withinCenter .content-text .banner-heading.mensLarge,
          .two-up-left .two-up-right .content-body.withinMiddleLeft .content-text .banner-heading.mensLarge,
          .two-up-left .two-up-right .content-body.withinLeft .content-text .banner-heading.mensLarge,
          .two-up-right .two-up-left .content-body.withinBottomCenter .content-text .banner-heading.mensLarge,
          .two-up-right .two-up-left .content-body.withinBottom .content-text .banner-heading.mensLarge,
          .two-up-right .two-up-left .content-body.withinBottomLeft .content-text .banner-heading.mensLarge,
          .two-up-right .two-up-left .content-body.withinBottomRight .content-text .banner-heading.mensLarge,
          .two-up-right .two-up-left .content-body.withinTopRight .content-text .banner-heading.mensLarge,
          .two-up-right .two-up-left .content-body.withinTopCenter .content-text .banner-heading.mensLarge,
          .two-up-right .two-up-left .content-body.withinTop .content-text .banner-heading.mensLarge,
          .two-up-right .two-up-left .content-body.withinTopLeft .content-text .banner-heading.mensLarge,
          .two-up-right .two-up-left .content-body.withinMiddleRight .content-text .banner-heading.mensLarge,
          .two-up-right .two-up-left .content-body.withinRight .content-text .banner-heading.mensLarge,
          .two-up-right .two-up-left .content-body.withinMiddleCenter .content-text .banner-heading.mensLarge,
          .two-up-right .two-up-left .content-body.withinCenter .content-text .banner-heading.mensLarge,
          .two-up-right .two-up-left .content-body.withinMiddleLeft .content-text .banner-heading.mensLarge,
          .two-up-right .two-up-left .content-body.withinLeft .content-text .banner-heading.mensLarge,
          .two-up-right .two-up-right .content-body.withinBottomCenter .content-text .banner-heading.mensLarge,
          .two-up-right .two-up-right .content-body.withinBottom .content-text .banner-heading.mensLarge,
          .two-up-right .two-up-right .content-body.withinBottomLeft .content-text .banner-heading.mensLarge,
          .two-up-right .two-up-right .content-body.withinBottomRight .content-text .banner-heading.mensLarge,
          .two-up-right .two-up-right .content-body.withinTopRight .content-text .banner-heading.mensLarge,
          .two-up-right .two-up-right .content-body.withinTopCenter .content-text .banner-heading.mensLarge,
          .two-up-right .two-up-right .content-body.withinTop .content-text .banner-heading.mensLarge,
          .two-up-right .two-up-right .content-body.withinTopLeft .content-text .banner-heading.mensLarge,
          .two-up-right .two-up-right .content-body.withinMiddleRight .content-text .banner-heading.mensLarge,
          .two-up-right .two-up-right .content-body.withinRight .content-text .banner-heading.mensLarge,
          .two-up-right .two-up-right .content-body.withinMiddleCenter .content-text .banner-heading.mensLarge,
          .two-up-right .two-up-right .content-body.withinCenter .content-text .banner-heading.mensLarge,
          .two-up-right .two-up-right .content-body.withinMiddleLeft .content-text .banner-heading.mensLarge,
          .two-up-right .two-up-right .content-body.withinLeft .content-text .banner-heading.mensLarge {
            font-size: 50px;
            line-height: 54px;
            letter-spacing: 0.5px; } }
    .two-up-left .two-up-left .content-body.withinBottomCenter .content-text .banner-sub-heading, .two-up-left .two-up-left .content-body.withinBottom .content-text .banner-sub-heading, .two-up-left .two-up-left .content-body.withinBottomLeft .content-text .banner-sub-heading, .two-up-left .two-up-left .content-body.withinBottomRight .content-text .banner-sub-heading, .two-up-left .two-up-left .content-body.withinTopRight .content-text .banner-sub-heading, .two-up-left .two-up-left .content-body.withinTopCenter .content-text .banner-sub-heading, .two-up-left .two-up-left .content-body.withinTop .content-text .banner-sub-heading, .two-up-left .two-up-left .content-body.withinTopLeft .content-text .banner-sub-heading, .two-up-left .two-up-left .content-body.withinMiddleRight .content-text .banner-sub-heading, .two-up-left .two-up-left .content-body.withinRight .content-text .banner-sub-heading, .two-up-left .two-up-left .content-body.withinMiddleCenter .content-text .banner-sub-heading, .two-up-left .two-up-left .content-body.withinCenter .content-text .banner-sub-heading, .two-up-left .two-up-left .content-body.withinMiddleLeft .content-text .banner-sub-heading, .two-up-left .two-up-left .content-body.withinLeft .content-text .banner-sub-heading,
    .two-up-left .two-up-right .content-body.withinBottomCenter .content-text .banner-sub-heading,
    .two-up-left .two-up-right .content-body.withinBottom .content-text .banner-sub-heading,
    .two-up-left .two-up-right .content-body.withinBottomLeft .content-text .banner-sub-heading,
    .two-up-left .two-up-right .content-body.withinBottomRight .content-text .banner-sub-heading,
    .two-up-left .two-up-right .content-body.withinTopRight .content-text .banner-sub-heading,
    .two-up-left .two-up-right .content-body.withinTopCenter .content-text .banner-sub-heading,
    .two-up-left .two-up-right .content-body.withinTop .content-text .banner-sub-heading,
    .two-up-left .two-up-right .content-body.withinTopLeft .content-text .banner-sub-heading,
    .two-up-left .two-up-right .content-body.withinMiddleRight .content-text .banner-sub-heading,
    .two-up-left .two-up-right .content-body.withinRight .content-text .banner-sub-heading,
    .two-up-left .two-up-right .content-body.withinMiddleCenter .content-text .banner-sub-heading,
    .two-up-left .two-up-right .content-body.withinCenter .content-text .banner-sub-heading,
    .two-up-left .two-up-right .content-body.withinMiddleLeft .content-text .banner-sub-heading,
    .two-up-left .two-up-right .content-body.withinLeft .content-text .banner-sub-heading,
    .two-up-right .two-up-left .content-body.withinBottomCenter .content-text .banner-sub-heading,
    .two-up-right .two-up-left .content-body.withinBottom .content-text .banner-sub-heading,
    .two-up-right .two-up-left .content-body.withinBottomLeft .content-text .banner-sub-heading,
    .two-up-right .two-up-left .content-body.withinBottomRight .content-text .banner-sub-heading,
    .two-up-right .two-up-left .content-body.withinTopRight .content-text .banner-sub-heading,
    .two-up-right .two-up-left .content-body.withinTopCenter .content-text .banner-sub-heading,
    .two-up-right .two-up-left .content-body.withinTop .content-text .banner-sub-heading,
    .two-up-right .two-up-left .content-body.withinTopLeft .content-text .banner-sub-heading,
    .two-up-right .two-up-left .content-body.withinMiddleRight .content-text .banner-sub-heading,
    .two-up-right .two-up-left .content-body.withinRight .content-text .banner-sub-heading,
    .two-up-right .two-up-left .content-body.withinMiddleCenter .content-text .banner-sub-heading,
    .two-up-right .two-up-left .content-body.withinCenter .content-text .banner-sub-heading,
    .two-up-right .two-up-left .content-body.withinMiddleLeft .content-text .banner-sub-heading,
    .two-up-right .two-up-left .content-body.withinLeft .content-text .banner-sub-heading,
    .two-up-right .two-up-right .content-body.withinBottomCenter .content-text .banner-sub-heading,
    .two-up-right .two-up-right .content-body.withinBottom .content-text .banner-sub-heading,
    .two-up-right .two-up-right .content-body.withinBottomLeft .content-text .banner-sub-heading,
    .two-up-right .two-up-right .content-body.withinBottomRight .content-text .banner-sub-heading,
    .two-up-right .two-up-right .content-body.withinTopRight .content-text .banner-sub-heading,
    .two-up-right .two-up-right .content-body.withinTopCenter .content-text .banner-sub-heading,
    .two-up-right .two-up-right .content-body.withinTop .content-text .banner-sub-heading,
    .two-up-right .two-up-right .content-body.withinTopLeft .content-text .banner-sub-heading,
    .two-up-right .two-up-right .content-body.withinMiddleRight .content-text .banner-sub-heading,
    .two-up-right .two-up-right .content-body.withinRight .content-text .banner-sub-heading,
    .two-up-right .two-up-right .content-body.withinMiddleCenter .content-text .banner-sub-heading,
    .two-up-right .two-up-right .content-body.withinCenter .content-text .banner-sub-heading,
    .two-up-right .two-up-right .content-body.withinMiddleLeft .content-text .banner-sub-heading,
    .two-up-right .two-up-right .content-body.withinLeft .content-text .banner-sub-heading {
      max-width: 100%;
      margin: 0 auto 5px;
      font-size: 14px;
      line-height: 24px;
      letter-spacing: normal; }
      @media (max-width: 1023.98px) {
        .two-up-left .two-up-left .content-body.withinBottomCenter .content-text .banner-sub-heading, .two-up-left .two-up-left .content-body.withinBottom .content-text .banner-sub-heading, .two-up-left .two-up-left .content-body.withinBottomLeft .content-text .banner-sub-heading, .two-up-left .two-up-left .content-body.withinBottomRight .content-text .banner-sub-heading, .two-up-left .two-up-left .content-body.withinTopRight .content-text .banner-sub-heading, .two-up-left .two-up-left .content-body.withinTopCenter .content-text .banner-sub-heading, .two-up-left .two-up-left .content-body.withinTop .content-text .banner-sub-heading, .two-up-left .two-up-left .content-body.withinTopLeft .content-text .banner-sub-heading, .two-up-left .two-up-left .content-body.withinMiddleRight .content-text .banner-sub-heading, .two-up-left .two-up-left .content-body.withinRight .content-text .banner-sub-heading, .two-up-left .two-up-left .content-body.withinMiddleCenter .content-text .banner-sub-heading, .two-up-left .two-up-left .content-body.withinCenter .content-text .banner-sub-heading, .two-up-left .two-up-left .content-body.withinMiddleLeft .content-text .banner-sub-heading, .two-up-left .two-up-left .content-body.withinLeft .content-text .banner-sub-heading,
        .two-up-left .two-up-right .content-body.withinBottomCenter .content-text .banner-sub-heading,
        .two-up-left .two-up-right .content-body.withinBottom .content-text .banner-sub-heading,
        .two-up-left .two-up-right .content-body.withinBottomLeft .content-text .banner-sub-heading,
        .two-up-left .two-up-right .content-body.withinBottomRight .content-text .banner-sub-heading,
        .two-up-left .two-up-right .content-body.withinTopRight .content-text .banner-sub-heading,
        .two-up-left .two-up-right .content-body.withinTopCenter .content-text .banner-sub-heading,
        .two-up-left .two-up-right .content-body.withinTop .content-text .banner-sub-heading,
        .two-up-left .two-up-right .content-body.withinTopLeft .content-text .banner-sub-heading,
        .two-up-left .two-up-right .content-body.withinMiddleRight .content-text .banner-sub-heading,
        .two-up-left .two-up-right .content-body.withinRight .content-text .banner-sub-heading,
        .two-up-left .two-up-right .content-body.withinMiddleCenter .content-text .banner-sub-heading,
        .two-up-left .two-up-right .content-body.withinCenter .content-text .banner-sub-heading,
        .two-up-left .two-up-right .content-body.withinMiddleLeft .content-text .banner-sub-heading,
        .two-up-left .two-up-right .content-body.withinLeft .content-text .banner-sub-heading,
        .two-up-right .two-up-left .content-body.withinBottomCenter .content-text .banner-sub-heading,
        .two-up-right .two-up-left .content-body.withinBottom .content-text .banner-sub-heading,
        .two-up-right .two-up-left .content-body.withinBottomLeft .content-text .banner-sub-heading,
        .two-up-right .two-up-left .content-body.withinBottomRight .content-text .banner-sub-heading,
        .two-up-right .two-up-left .content-body.withinTopRight .content-text .banner-sub-heading,
        .two-up-right .two-up-left .content-body.withinTopCenter .content-text .banner-sub-heading,
        .two-up-right .two-up-left .content-body.withinTop .content-text .banner-sub-heading,
        .two-up-right .two-up-left .content-body.withinTopLeft .content-text .banner-sub-heading,
        .two-up-right .two-up-left .content-body.withinMiddleRight .content-text .banner-sub-heading,
        .two-up-right .two-up-left .content-body.withinRight .content-text .banner-sub-heading,
        .two-up-right .two-up-left .content-body.withinMiddleCenter .content-text .banner-sub-heading,
        .two-up-right .two-up-left .content-body.withinCenter .content-text .banner-sub-heading,
        .two-up-right .two-up-left .content-body.withinMiddleLeft .content-text .banner-sub-heading,
        .two-up-right .two-up-left .content-body.withinLeft .content-text .banner-sub-heading,
        .two-up-right .two-up-right .content-body.withinBottomCenter .content-text .banner-sub-heading,
        .two-up-right .two-up-right .content-body.withinBottom .content-text .banner-sub-heading,
        .two-up-right .two-up-right .content-body.withinBottomLeft .content-text .banner-sub-heading,
        .two-up-right .two-up-right .content-body.withinBottomRight .content-text .banner-sub-heading,
        .two-up-right .two-up-right .content-body.withinTopRight .content-text .banner-sub-heading,
        .two-up-right .two-up-right .content-body.withinTopCenter .content-text .banner-sub-heading,
        .two-up-right .two-up-right .content-body.withinTop .content-text .banner-sub-heading,
        .two-up-right .two-up-right .content-body.withinTopLeft .content-text .banner-sub-heading,
        .two-up-right .two-up-right .content-body.withinMiddleRight .content-text .banner-sub-heading,
        .two-up-right .two-up-right .content-body.withinRight .content-text .banner-sub-heading,
        .two-up-right .two-up-right .content-body.withinMiddleCenter .content-text .banner-sub-heading,
        .two-up-right .two-up-right .content-body.withinCenter .content-text .banner-sub-heading,
        .two-up-right .two-up-right .content-body.withinMiddleLeft .content-text .banner-sub-heading,
        .two-up-right .two-up-right .content-body.withinLeft .content-text .banner-sub-heading {
          color: #000 !important; } }
    @media screen and (max-width: 1024px) {
      .two-up-left .two-up-left .content-body.withinBottomCenter .content-text, .two-up-left .two-up-left .content-body.withinBottom .content-text, .two-up-left .two-up-left .content-body.withinBottomLeft .content-text, .two-up-left .two-up-left .content-body.withinBottomRight .content-text, .two-up-left .two-up-left .content-body.withinTopRight .content-text, .two-up-left .two-up-left .content-body.withinTopCenter .content-text, .two-up-left .two-up-left .content-body.withinTop .content-text, .two-up-left .two-up-left .content-body.withinTopLeft .content-text, .two-up-left .two-up-left .content-body.withinMiddleRight .content-text, .two-up-left .two-up-left .content-body.withinRight .content-text, .two-up-left .two-up-left .content-body.withinMiddleCenter .content-text, .two-up-left .two-up-left .content-body.withinCenter .content-text, .two-up-left .two-up-left .content-body.withinMiddleLeft .content-text, .two-up-left .two-up-left .content-body.withinLeft .content-text,
      .two-up-left .two-up-right .content-body.withinBottomCenter .content-text,
      .two-up-left .two-up-right .content-body.withinBottom .content-text,
      .two-up-left .two-up-right .content-body.withinBottomLeft .content-text,
      .two-up-left .two-up-right .content-body.withinBottomRight .content-text,
      .two-up-left .two-up-right .content-body.withinTopRight .content-text,
      .two-up-left .two-up-right .content-body.withinTopCenter .content-text,
      .two-up-left .two-up-right .content-body.withinTop .content-text,
      .two-up-left .two-up-right .content-body.withinTopLeft .content-text,
      .two-up-left .two-up-right .content-body.withinMiddleRight .content-text,
      .two-up-left .two-up-right .content-body.withinRight .content-text,
      .two-up-left .two-up-right .content-body.withinMiddleCenter .content-text,
      .two-up-left .two-up-right .content-body.withinCenter .content-text,
      .two-up-left .two-up-right .content-body.withinMiddleLeft .content-text,
      .two-up-left .two-up-right .content-body.withinLeft .content-text,
      .two-up-right .two-up-left .content-body.withinBottomCenter .content-text,
      .two-up-right .two-up-left .content-body.withinBottom .content-text,
      .two-up-right .two-up-left .content-body.withinBottomLeft .content-text,
      .two-up-right .two-up-left .content-body.withinBottomRight .content-text,
      .two-up-right .two-up-left .content-body.withinTopRight .content-text,
      .two-up-right .two-up-left .content-body.withinTopCenter .content-text,
      .two-up-right .two-up-left .content-body.withinTop .content-text,
      .two-up-right .two-up-left .content-body.withinTopLeft .content-text,
      .two-up-right .two-up-left .content-body.withinMiddleRight .content-text,
      .two-up-right .two-up-left .content-body.withinRight .content-text,
      .two-up-right .two-up-left .content-body.withinMiddleCenter .content-text,
      .two-up-right .two-up-left .content-body.withinCenter .content-text,
      .two-up-right .two-up-left .content-body.withinMiddleLeft .content-text,
      .two-up-right .two-up-left .content-body.withinLeft .content-text,
      .two-up-right .two-up-right .content-body.withinBottomCenter .content-text,
      .two-up-right .two-up-right .content-body.withinBottom .content-text,
      .two-up-right .two-up-right .content-body.withinBottomLeft .content-text,
      .two-up-right .two-up-right .content-body.withinBottomRight .content-text,
      .two-up-right .two-up-right .content-body.withinTopRight .content-text,
      .two-up-right .two-up-right .content-body.withinTopCenter .content-text,
      .two-up-right .two-up-right .content-body.withinTop .content-text,
      .two-up-right .two-up-right .content-body.withinTopLeft .content-text,
      .two-up-right .two-up-right .content-body.withinMiddleRight .content-text,
      .two-up-right .two-up-right .content-body.withinRight .content-text,
      .two-up-right .two-up-right .content-body.withinMiddleCenter .content-text,
      .two-up-right .two-up-right .content-body.withinCenter .content-text,
      .two-up-right .two-up-right .content-body.withinMiddleLeft .content-text,
      .two-up-right .two-up-right .content-body.withinLeft .content-text {
        max-width: 317px; } }
    @media (max-width: 1023.98px) {
      .two-up-left .two-up-left .content-body.withinBottomCenter .content-text, .two-up-left .two-up-left .content-body.withinBottom .content-text, .two-up-left .two-up-left .content-body.withinBottomLeft .content-text, .two-up-left .two-up-left .content-body.withinBottomRight .content-text, .two-up-left .two-up-left .content-body.withinTopRight .content-text, .two-up-left .two-up-left .content-body.withinTopCenter .content-text, .two-up-left .two-up-left .content-body.withinTop .content-text, .two-up-left .two-up-left .content-body.withinTopLeft .content-text, .two-up-left .two-up-left .content-body.withinMiddleRight .content-text, .two-up-left .two-up-left .content-body.withinRight .content-text, .two-up-left .two-up-left .content-body.withinMiddleCenter .content-text, .two-up-left .two-up-left .content-body.withinCenter .content-text, .two-up-left .two-up-left .content-body.withinMiddleLeft .content-text, .two-up-left .two-up-left .content-body.withinLeft .content-text,
      .two-up-left .two-up-right .content-body.withinBottomCenter .content-text,
      .two-up-left .two-up-right .content-body.withinBottom .content-text,
      .two-up-left .two-up-right .content-body.withinBottomLeft .content-text,
      .two-up-left .two-up-right .content-body.withinBottomRight .content-text,
      .two-up-left .two-up-right .content-body.withinTopRight .content-text,
      .two-up-left .two-up-right .content-body.withinTopCenter .content-text,
      .two-up-left .two-up-right .content-body.withinTop .content-text,
      .two-up-left .two-up-right .content-body.withinTopLeft .content-text,
      .two-up-left .two-up-right .content-body.withinMiddleRight .content-text,
      .two-up-left .two-up-right .content-body.withinRight .content-text,
      .two-up-left .two-up-right .content-body.withinMiddleCenter .content-text,
      .two-up-left .two-up-right .content-body.withinCenter .content-text,
      .two-up-left .two-up-right .content-body.withinMiddleLeft .content-text,
      .two-up-left .two-up-right .content-body.withinLeft .content-text,
      .two-up-right .two-up-left .content-body.withinBottomCenter .content-text,
      .two-up-right .two-up-left .content-body.withinBottom .content-text,
      .two-up-right .two-up-left .content-body.withinBottomLeft .content-text,
      .two-up-right .two-up-left .content-body.withinBottomRight .content-text,
      .two-up-right .two-up-left .content-body.withinTopRight .content-text,
      .two-up-right .two-up-left .content-body.withinTopCenter .content-text,
      .two-up-right .two-up-left .content-body.withinTop .content-text,
      .two-up-right .two-up-left .content-body.withinTopLeft .content-text,
      .two-up-right .two-up-left .content-body.withinMiddleRight .content-text,
      .two-up-right .two-up-left .content-body.withinRight .content-text,
      .two-up-right .two-up-left .content-body.withinMiddleCenter .content-text,
      .two-up-right .two-up-left .content-body.withinCenter .content-text,
      .two-up-right .two-up-left .content-body.withinMiddleLeft .content-text,
      .two-up-right .two-up-left .content-body.withinLeft .content-text,
      .two-up-right .two-up-right .content-body.withinBottomCenter .content-text,
      .two-up-right .two-up-right .content-body.withinBottom .content-text,
      .two-up-right .two-up-right .content-body.withinBottomLeft .content-text,
      .two-up-right .two-up-right .content-body.withinBottomRight .content-text,
      .two-up-right .two-up-right .content-body.withinTopRight .content-text,
      .two-up-right .two-up-right .content-body.withinTopCenter .content-text,
      .two-up-right .two-up-right .content-body.withinTop .content-text,
      .two-up-right .two-up-right .content-body.withinTopLeft .content-text,
      .two-up-right .two-up-right .content-body.withinMiddleRight .content-text,
      .two-up-right .two-up-right .content-body.withinRight .content-text,
      .two-up-right .two-up-right .content-body.withinMiddleCenter .content-text,
      .two-up-right .two-up-right .content-body.withinCenter .content-text,
      .two-up-right .two-up-right .content-body.withinMiddleLeft .content-text,
      .two-up-right .two-up-right .content-body.withinLeft .content-text {
        max-width: 272px; } }
  .two-up-left .two-up-left .content-body.withinMiddleRight .content-text, .two-up-left .two-up-left .content-body.withinRight .content-text,
  .two-up-left .two-up-right .content-body.withinMiddleRight .content-text,
  .two-up-left .two-up-right .content-body.withinRight .content-text,
  .two-up-right .two-up-left .content-body.withinMiddleRight .content-text,
  .two-up-right .two-up-left .content-body.withinRight .content-text,
  .two-up-right .two-up-right .content-body.withinMiddleRight .content-text,
  .two-up-right .two-up-right .content-body.withinRight .content-text {
    right: 3%;
    top: 50%;
    transform: translate(0, -50%); }
  .two-up-left .two-up-left .content-body.withinMiddleCenter .content-text, .two-up-left .two-up-left .content-body.withinCenter .content-text,
  .two-up-left .two-up-right .content-body.withinMiddleCenter .content-text,
  .two-up-left .two-up-right .content-body.withinCenter .content-text,
  .two-up-right .two-up-left .content-body.withinMiddleCenter .content-text,
  .two-up-right .two-up-left .content-body.withinCenter .content-text,
  .two-up-right .two-up-right .content-body.withinMiddleCenter .content-text,
  .two-up-right .two-up-right .content-body.withinCenter .content-text {
    max-width: 581px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .two-up-left .two-up-left .content-body.withinMiddleCenter .content-text .banner-sub-heading, .two-up-left .two-up-left .content-body.withinCenter .content-text .banner-sub-heading,
    .two-up-left .two-up-right .content-body.withinMiddleCenter .content-text .banner-sub-heading,
    .two-up-left .two-up-right .content-body.withinCenter .content-text .banner-sub-heading,
    .two-up-right .two-up-left .content-body.withinMiddleCenter .content-text .banner-sub-heading,
    .two-up-right .two-up-left .content-body.withinCenter .content-text .banner-sub-heading,
    .two-up-right .two-up-right .content-body.withinMiddleCenter .content-text .banner-sub-heading,
    .two-up-right .two-up-right .content-body.withinCenter .content-text .banner-sub-heading {
      max-width: 67%; }
    @media screen and (min-width: 1440px) {
      .two-up-left .two-up-left .content-body.withinMiddleCenter .content-text, .two-up-left .two-up-left .content-body.withinCenter .content-text,
      .two-up-left .two-up-right .content-body.withinMiddleCenter .content-text,
      .two-up-left .two-up-right .content-body.withinCenter .content-text,
      .two-up-right .two-up-left .content-body.withinMiddleCenter .content-text,
      .two-up-right .two-up-left .content-body.withinCenter .content-text,
      .two-up-right .two-up-right .content-body.withinMiddleCenter .content-text,
      .two-up-right .two-up-right .content-body.withinCenter .content-text {
        max-width: 792px; } }
    @media screen and (max-width: 1024px) {
      .two-up-left .two-up-left .content-body.withinMiddleCenter .content-text .banner-sub-heading, .two-up-left .two-up-left .content-body.withinCenter .content-text .banner-sub-heading,
      .two-up-left .two-up-right .content-body.withinMiddleCenter .content-text .banner-sub-heading,
      .two-up-left .two-up-right .content-body.withinCenter .content-text .banner-sub-heading,
      .two-up-right .two-up-left .content-body.withinMiddleCenter .content-text .banner-sub-heading,
      .two-up-right .two-up-left .content-body.withinCenter .content-text .banner-sub-heading,
      .two-up-right .two-up-right .content-body.withinMiddleCenter .content-text .banner-sub-heading,
      .two-up-right .two-up-right .content-body.withinCenter .content-text .banner-sub-heading {
        max-width: 60%; } }
    @media (max-width: 1023.98px) {
      .two-up-left .two-up-left .content-body.withinMiddleCenter .content-text, .two-up-left .two-up-left .content-body.withinCenter .content-text,
      .two-up-left .two-up-right .content-body.withinMiddleCenter .content-text,
      .two-up-left .two-up-right .content-body.withinCenter .content-text,
      .two-up-right .two-up-left .content-body.withinMiddleCenter .content-text,
      .two-up-right .two-up-left .content-body.withinCenter .content-text,
      .two-up-right .two-up-right .content-body.withinMiddleCenter .content-text,
      .two-up-right .two-up-right .content-body.withinCenter .content-text {
        max-width: 356px; }
        .two-up-left .two-up-left .content-body.withinMiddleCenter .content-text .banner-sub-heading, .two-up-left .two-up-left .content-body.withinCenter .content-text .banner-sub-heading,
        .two-up-left .two-up-right .content-body.withinMiddleCenter .content-text .banner-sub-heading,
        .two-up-left .two-up-right .content-body.withinCenter .content-text .banner-sub-heading,
        .two-up-right .two-up-left .content-body.withinMiddleCenter .content-text .banner-sub-heading,
        .two-up-right .two-up-left .content-body.withinCenter .content-text .banner-sub-heading,
        .two-up-right .two-up-right .content-body.withinMiddleCenter .content-text .banner-sub-heading,
        .two-up-right .two-up-right .content-body.withinCenter .content-text .banner-sub-heading {
          max-width: 80%; } }
  .two-up-left .two-up-left .content-body.withinMiddleLeft .content-text, .two-up-left .two-up-left .content-body.withinLeft .content-text,
  .two-up-left .two-up-right .content-body.withinMiddleLeft .content-text,
  .two-up-left .two-up-right .content-body.withinLeft .content-text,
  .two-up-right .two-up-left .content-body.withinMiddleLeft .content-text,
  .two-up-right .two-up-left .content-body.withinLeft .content-text,
  .two-up-right .two-up-right .content-body.withinMiddleLeft .content-text,
  .two-up-right .two-up-right .content-body.withinLeft .content-text {
    left: 3%;
    top: 50%;
    transform: translate(0, -50%); }
  .two-up-left .two-up-left .content-body.withinTopCenter .content-text, .two-up-left .two-up-left .content-body.withinTop .content-text,
  .two-up-left .two-up-right .content-body.withinTopCenter .content-text,
  .two-up-left .two-up-right .content-body.withinTop .content-text,
  .two-up-right .two-up-left .content-body.withinTopCenter .content-text,
  .two-up-right .two-up-left .content-body.withinTop .content-text,
  .two-up-right .two-up-right .content-body.withinTopCenter .content-text,
  .two-up-right .two-up-right .content-body.withinTop .content-text {
    top: 48px;
    transform: translate(-50%, 0);
    left: 50%; }
  .two-up-left .two-up-left .content-body.withinTopLeft .content-text,
  .two-up-left .two-up-right .content-body.withinTopLeft .content-text,
  .two-up-right .two-up-left .content-body.withinTopLeft .content-text,
  .two-up-right .two-up-right .content-body.withinTopLeft .content-text {
    top: 48px;
    left: 3%; }
  .two-up-left .two-up-left .content-body.withinTopRight .content-text,
  .two-up-left .two-up-right .content-body.withinTopRight .content-text,
  .two-up-right .two-up-left .content-body.withinTopRight .content-text,
  .two-up-right .two-up-right .content-body.withinTopRight .content-text {
    top: 48px;
    right: 3%; }
  @media screen and (max-width: 1024px) {
    .two-up-left .two-up-left .content-body.withinTopCenter .content-text, .two-up-left .two-up-left .content-body.withinTop .content-text, .two-up-left .two-up-left .content-body.withinTopRight .content-text, .two-up-left .two-up-left .content-body.withinTopLeft .content-text,
    .two-up-left .two-up-right .content-body.withinTopCenter .content-text,
    .two-up-left .two-up-right .content-body.withinTop .content-text,
    .two-up-left .two-up-right .content-body.withinTopRight .content-text,
    .two-up-left .two-up-right .content-body.withinTopLeft .content-text,
    .two-up-right .two-up-left .content-body.withinTopCenter .content-text,
    .two-up-right .two-up-left .content-body.withinTop .content-text,
    .two-up-right .two-up-left .content-body.withinTopRight .content-text,
    .two-up-right .two-up-left .content-body.withinTopLeft .content-text,
    .two-up-right .two-up-right .content-body.withinTopCenter .content-text,
    .two-up-right .two-up-right .content-body.withinTop .content-text,
    .two-up-right .two-up-right .content-body.withinTopRight .content-text,
    .two-up-right .two-up-right .content-body.withinTopLeft .content-text {
      top: 8%; } }
  .two-up-left .two-up-left .content-body.withinBottomCenter .content-text, .two-up-left .two-up-left .content-body.withinBottom .content-text,
  .two-up-left .two-up-right .content-body.withinBottomCenter .content-text,
  .two-up-left .two-up-right .content-body.withinBottom .content-text,
  .two-up-right .two-up-left .content-body.withinBottomCenter .content-text,
  .two-up-right .two-up-left .content-body.withinBottom .content-text,
  .two-up-right .two-up-right .content-body.withinBottomCenter .content-text,
  .two-up-right .two-up-right .content-body.withinBottom .content-text {
    top: auto;
    bottom: 61px;
    transform: translate(-50%, 0);
    left: 50%; }
  .two-up-left .two-up-left .content-body.withinBottomLeft .content-text,
  .two-up-left .two-up-right .content-body.withinBottomLeft .content-text,
  .two-up-right .two-up-left .content-body.withinBottomLeft .content-text,
  .two-up-right .two-up-right .content-body.withinBottomLeft .content-text {
    top: auto;
    bottom: 61px;
    left: 3%; }
  .two-up-left .two-up-left .content-body.withinBottomRight .content-text,
  .two-up-left .two-up-right .content-body.withinBottomRight .content-text,
  .two-up-right .two-up-left .content-body.withinBottomRight .content-text,
  .two-up-right .two-up-right .content-body.withinBottomRight .content-text {
    top: auto;
    bottom: 61px;
    right: 3%; }
  @media screen and (max-width: 1024px) {
    .two-up-left .two-up-left .content-body.withinBottomCenter .content-text, .two-up-left .two-up-left .content-body.withinBottom .content-text, .two-up-left .two-up-left .content-body.withinBottomLeft .content-text, .two-up-left .two-up-left .content-body.withinBottomRight .content-text,
    .two-up-left .two-up-right .content-body.withinBottomCenter .content-text,
    .two-up-left .two-up-right .content-body.withinBottom .content-text,
    .two-up-left .two-up-right .content-body.withinBottomLeft .content-text,
    .two-up-left .two-up-right .content-body.withinBottomRight .content-text,
    .two-up-right .two-up-left .content-body.withinBottomCenter .content-text,
    .two-up-right .two-up-left .content-body.withinBottom .content-text,
    .two-up-right .two-up-left .content-body.withinBottomLeft .content-text,
    .two-up-right .two-up-left .content-body.withinBottomRight .content-text,
    .two-up-right .two-up-right .content-body.withinBottomCenter .content-text,
    .two-up-right .two-up-right .content-body.withinBottom .content-text,
    .two-up-right .two-up-right .content-body.withinBottomLeft .content-text,
    .two-up-right .two-up-right .content-body.withinBottomRight .content-text {
      bottom: 10%; } }
  @media (max-width: 1023.98px) {
    .two-up-left .two-up-left .content-body.withinBottomCenter .content-text, .two-up-left .two-up-left .content-body.withinBottom .content-text, .two-up-left .two-up-left .content-body.withinBottomLeft .content-text, .two-up-left .two-up-left .content-body.withinBottomRight .content-text, .two-up-left .two-up-left .content-body.withinTopRight .content-text, .two-up-left .two-up-left .content-body.withinTopCenter .content-text, .two-up-left .two-up-left .content-body.withinTop .content-text, .two-up-left .two-up-left .content-body.withinTopLeft .content-text, .two-up-left .two-up-left .content-body.withinMiddleRight .content-text, .two-up-left .two-up-left .content-body.withinRight .content-text, .two-up-left .two-up-left .content-body.withinMiddleCenter .content-text, .two-up-left .two-up-left .content-body.withinCenter .content-text, .two-up-left .two-up-left .content-body.withinMiddleLeft .content-text, .two-up-left .two-up-left .content-body.withinLeft .content-text,
    .two-up-left .two-up-right .content-body.withinBottomCenter .content-text,
    .two-up-left .two-up-right .content-body.withinBottom .content-text,
    .two-up-left .two-up-right .content-body.withinBottomLeft .content-text,
    .two-up-left .two-up-right .content-body.withinBottomRight .content-text,
    .two-up-left .two-up-right .content-body.withinTopRight .content-text,
    .two-up-left .two-up-right .content-body.withinTopCenter .content-text,
    .two-up-left .two-up-right .content-body.withinTop .content-text,
    .two-up-left .two-up-right .content-body.withinTopLeft .content-text,
    .two-up-left .two-up-right .content-body.withinMiddleRight .content-text,
    .two-up-left .two-up-right .content-body.withinRight .content-text,
    .two-up-left .two-up-right .content-body.withinMiddleCenter .content-text,
    .two-up-left .two-up-right .content-body.withinCenter .content-text,
    .two-up-left .two-up-right .content-body.withinMiddleLeft .content-text,
    .two-up-left .two-up-right .content-body.withinLeft .content-text,
    .two-up-right .two-up-left .content-body.withinBottomCenter .content-text,
    .two-up-right .two-up-left .content-body.withinBottom .content-text,
    .two-up-right .two-up-left .content-body.withinBottomLeft .content-text,
    .two-up-right .two-up-left .content-body.withinBottomRight .content-text,
    .two-up-right .two-up-left .content-body.withinTopRight .content-text,
    .two-up-right .two-up-left .content-body.withinTopCenter .content-text,
    .two-up-right .two-up-left .content-body.withinTop .content-text,
    .two-up-right .two-up-left .content-body.withinTopLeft .content-text,
    .two-up-right .two-up-left .content-body.withinMiddleRight .content-text,
    .two-up-right .two-up-left .content-body.withinRight .content-text,
    .two-up-right .two-up-left .content-body.withinMiddleCenter .content-text,
    .two-up-right .two-up-left .content-body.withinCenter .content-text,
    .two-up-right .two-up-left .content-body.withinMiddleLeft .content-text,
    .two-up-right .two-up-left .content-body.withinLeft .content-text,
    .two-up-right .two-up-right .content-body.withinBottomCenter .content-text,
    .two-up-right .two-up-right .content-body.withinBottom .content-text,
    .two-up-right .two-up-right .content-body.withinBottomLeft .content-text,
    .two-up-right .two-up-right .content-body.withinBottomRight .content-text,
    .two-up-right .two-up-right .content-body.withinTopRight .content-text,
    .two-up-right .two-up-right .content-body.withinTopCenter .content-text,
    .two-up-right .two-up-right .content-body.withinTop .content-text,
    .two-up-right .two-up-right .content-body.withinTopLeft .content-text,
    .two-up-right .two-up-right .content-body.withinMiddleRight .content-text,
    .two-up-right .two-up-right .content-body.withinRight .content-text,
    .two-up-right .two-up-right .content-body.withinMiddleCenter .content-text,
    .two-up-right .two-up-right .content-body.withinCenter .content-text,
    .two-up-right .two-up-right .content-body.withinMiddleLeft .content-text,
    .two-up-right .two-up-right .content-body.withinLeft .content-text {
      position: relative;
      top: 0;
      left: 0;
      right: 0;
      transform: none;
      margin: 15px auto 0; } }
  .two-up-left .two-up-left .content-body .cta-link,
  .two-up-left .two-up-left .content-body .link-cta,
  .two-up-left .two-up-right .content-body .cta-link,
  .two-up-left .two-up-right .content-body .link-cta,
  .two-up-right .two-up-left .content-body .cta-link,
  .two-up-right .two-up-left .content-body .link-cta,
  .two-up-right .two-up-right .content-body .cta-link,
  .two-up-right .two-up-right .content-body .link-cta {
    margin-right: 0;
    margin-left: 0; }
  .two-up-left .two-up-left .content-body .link-cta,
  .two-up-left .two-up-right .content-body .link-cta,
  .two-up-right .two-up-left .content-body .link-cta,
  .two-up-right .two-up-right .content-body .link-cta {
    margin: 0 0 8px;
    font-weight: normal; }
    .two-up-left .two-up-left .content-body .link-cta span,
    .two-up-left .two-up-right .content-body .link-cta span,
    .two-up-right .two-up-left .content-body .link-cta span,
    .two-up-right .two-up-right .content-body .link-cta span {
      height: 1px; }
  .two-up-left .two-up-left .content-body .break,
  .two-up-left .two-up-right .content-body .break,
  .two-up-right .two-up-left .content-body .break,
  .two-up-right .two-up-right .content-body .break {
    -ms-flex: none;
        flex: none; }
  .two-up-left .two-up-left .content-body .button-link,
  .two-up-left .two-up-right .content-body .button-link,
  .two-up-right .two-up-left .content-body .button-link,
  .two-up-right .two-up-right .content-body .button-link {
    border: 1px solid #000;
    line-height: 45px;
    padding: 0 28.5px;
    font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif; }
    @media screen and (max-width: 1024px) {
      .two-up-left .two-up-left .content-body .button-link,
      .two-up-left .two-up-right .content-body .button-link,
      .two-up-right .two-up-left .content-body .button-link,
      .two-up-right .two-up-right .content-body .button-link {
        padding: 0 40px; } }
  .two-up-left .two-up-left .content-body .button-link.btn-secondary:not(:disabled):hover, .two-up-left .two-up-left .content-body .button-link.btn-secondary:not(:disabled):active,
  .two-up-left .two-up-right .content-body .button-link.btn-secondary:not(:disabled):hover,
  .two-up-left .two-up-right .content-body .button-link.btn-secondary:not(:disabled):active,
  .two-up-right .two-up-left .content-body .button-link.btn-secondary:not(:disabled):hover,
  .two-up-right .two-up-left .content-body .button-link.btn-secondary:not(:disabled):active,
  .two-up-right .two-up-right .content-body .button-link.btn-secondary:not(:disabled):hover,
  .two-up-right .two-up-right .content-body .button-link.btn-secondary:not(:disabled):active {
    color: #fff !important;
    background-color: #444 !important; }
  .two-up-left .two-up-left .content-body .preheader-text,
  .two-up-left .two-up-right .content-body .preheader-text,
  .two-up-right .two-up-left .content-body .preheader-text,
  .two-up-right .two-up-right .content-body .preheader-text {
    font-family: "trade-gothic-next-bold", "Helvetica Neue", helvetica, arial, sans-serif;
    letter-spacing: 1.25px;
    text-transform: uppercase;
    padding-bottom: 8px; }
    @media (max-width: 1023.98px) {
      .two-up-left .two-up-left .content-body .preheader-text,
      .two-up-left .two-up-right .content-body .preheader-text,
      .two-up-right .two-up-left .content-body .preheader-text,
      .two-up-right .two-up-right .content-body .preheader-text {
        font-size: 15px;
        line-height: 23px; } }
  .two-up-left .two-up-left .content-body .post-button-details,
  .two-up-left .two-up-right .content-body .post-button-details,
  .two-up-right .two-up-left .content-body .post-button-details,
  .two-up-right .two-up-right .content-body .post-button-details {
    font-size: 14px;
    margin-top: 20px; }
    .two-up-left .two-up-left .content-body .post-button-details .post-button-details-link,
    .two-up-left .two-up-right .content-body .post-button-details .post-button-details-link,
    .two-up-right .two-up-left .content-body .post-button-details .post-button-details-link,
    .two-up-right .two-up-right .content-body .post-button-details .post-button-details-link {
      cursor: pointer;
      color: inherit;
      text-decoration: underline;
      margin-left: 18px;
      position: relative;
      bottom: 1px; }
      .two-up-left .two-up-left .content-body .post-button-details .post-button-details-link:hover,
      .two-up-left .two-up-right .content-body .post-button-details .post-button-details-link:hover,
      .two-up-right .two-up-left .content-body .post-button-details .post-button-details-link:hover,
      .two-up-right .two-up-right .content-body .post-button-details .post-button-details-link:hover {
        text-decoration: none; }
    @media (max-width: 1023.98px) {
      .two-up-left .two-up-left .content-body .post-button-details,
      .two-up-left .two-up-right .content-body .post-button-details,
      .two-up-right .two-up-left .content-body .post-button-details,
      .two-up-right .two-up-right .content-body .post-button-details {
        margin-top: 11px; } }
  .two-up-left .cat-landing .home-slots .hbc-slider.slick-slider.homepage-cat-slider .slick-prev,
  .two-up-right .cat-landing .home-slots .hbc-slider.slick-slider.homepage-cat-slider .slick-prev {
    transform: translate(0, -50%) rotate(180deg); }
  .two-up-left .recommendation-products-block .product-tile .tile-body .hover-content,
  .two-up-right .recommendation-products-block .product-tile .tile-body .hover-content {
    display: none; }
  .two-up-left .recommendation-products-block .product-tile .tile-body .promotion-txt,
  .two-up-right .recommendation-products-block .product-tile .tile-body .promotion-txt {
    margin: 0; }

@media (max-width: 1023.98px) {
  .two-up-right .content-body.larger {
    padding-left: 0; } }

.two-up-right .content-body.larger .content-image p {
  padding-left: 12px; }
  @media (max-width: 1023.98px) {
    .two-up-right .content-body.larger .content-image p {
      padding-left: 0; } }

.two-up-right .content-body.larger .content-text {
  right: 8%; }

@media (max-width: 1023.98px) {
  .two-up-right .content-body.smaller {
    padding-right: 16px; } }

@media (max-width: 543.98px) {
  .two-up-right .content-body.smaller {
    padding-right: 0; } }

.two-up-left.wrapper-container {
  padding-bottom: 48px; }
  @media (max-width: 1023.98px) {
    .two-up-left.wrapper-container {
      padding-bottom: 30px; } }
  @media (max-width: 1023.98px) {
    .two-up-left.wrapper-container .content-body.larger {
      padding-right: 0; } }
  .two-up-left.wrapper-container .content-body.larger .content-image p {
    padding-right: 12px; }
    @media (max-width: 1023.98px) {
      .two-up-left.wrapper-container .content-body.larger .content-image p {
        padding-right: 0; } }
  @media (min-width: 1024px) {
    .two-up-left.wrapper-container .content-body.larger .content-text {
      position: absolute;
      width: 40%;
      right: 5%; } }
  @media (max-width: 1023.98px) {
    .two-up-left.wrapper-container .content-body.smaller {
      padding-left: 16px; } }
  @media (max-width: 543.98px) {
    .two-up-left.wrapper-container .content-body.smaller {
      padding-left: 0; } }

.hero-banner .link-cta {
  margin-bottom: 0; }

.home-slots .three-up-row {
  padding-bottom: 0; }
  .home-slots .three-up-row .content-body {
    margin-bottom: 72px; }
    @media (max-width: 1023.98px) {
      .home-slots .three-up-row .content-body {
        margin-bottom: 54px; }
        .home-slots .three-up-row .content-body:nth-child(3n) {
          margin-bottom: 0; } }
    .home-slots .three-up-row .content-body:nth-child(3n) {
      margin-right: 0; }

.wishlist-cart .wishlist-cart-slider .slick-prev {
  left: -30px; }

.wishlist-cart .wishlist-cart-slider .slick-next {
  right: -30px; }

.edit-cat-landing .product-tile .tile-body .add-to-cart {
  display: none !important; }

.edit-cat-landing .product-tile .tile-body .btn-block {
  display: none; }

.edit-cat-landing .product-tile .tile-body .prdt_tile_btn {
  visibility: hidden; }

.edit-cat-landing .product-tile .tile-body .hover-bg-content .product-brand,
.edit-cat-landing .product-tile .tile-body .hover-bg-content .link,
.edit-cat-landing .product-tile .tile-body .hover-bg-content .ratings,
.edit-cat-landing .product-tile .tile-body .hover-bg-content .feature-name,
.edit-cat-landing .product-tile .tile-body .hover-bg-content .limited-inventory {
  visibility: visible; }

.category-slider .product-brand,
.category-slider .price .value,
.recommendation-products .product-brand,
.recommendation-products .price .value {
  font-size: 12px !important;
  font-family: "trade-gothic-next-bold", "Helvetica Neue", helvetica, arial, sans-serif !important; }

.preapproval {
  border-color: #000000 !important;
  border: 1px solid !important;
  border-radius: 2px;
  position: inherit;
  font-family: inherit;
  padding-right: 15px;
  padding-left: 15px;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  letter-spacing: 1.25px;
  text-transform: uppercase; }

.skipandapply {
  font-weight: lighter !important;
  font-family: inherit !important;
  font-size: 12px !important;
  letter-spacing: 0.25px !important;
  cursor: pointer; }
  .skipandapply:hover, .skipandapply:focus, .skipandapply:active {
    position: inherit !important;
    background-color: transparent !important;
    color: #000 !important; }

.form-group.required .form-control-label::before {
  content: "*";
  color: #c00; }

.custom-control-label {
  cursor: pointer;
  font-size: 14px; }

.form-control-label.is-invalid {
  color: #ed0c0c;
  top: -3px;
  left: 8px;
  font-size: 10px;
  background: #fff;
  line-height: 1; }

/* Fix Input Zoom on iPhone 6 Plus, iPhone 6s Plus, iPhone 7 Plus, iPhone 8, iPhone X, XS, XS Max  */
@supports (-webkit-overflow-scrolling: touch) {
  select,
  textarea,
  input[type='text'],
  input[type='tel'],
  input[type='search'],
  input[type='password'],
  input[type='datetime'],
  input[type='datetime-local'],
  input[type='date'],
  input[type='month'],
  input[type='time'],
  input[type='week'],
  input[type='number'],
  input[type='email'],
  input[type='url'] {
    font-size: 16px !important;
    line-height: 1.4 !important; } }

input[type='number'].cvvNumField,
input[type='number'].quantity-val {
  -moz-appearance: textfield; }

input[type='number'].cvvNumField::-webkit-outer-spin-button,
input[type='number'].cvvNumField::-webkit-inner-spin-button,
input[type='number'].quantity-val::-webkit-outer-spin-button,
input[type='number'].quantity-val::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.form-control {
  font-size: 14px;
  height: calc(1.5em + 0.75rem + 12px);
  border-radius: 2px;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  color: #000;
  border-color: #aaa;
  padding-left: 0.8rem;
  letter-spacing: 0.25px; }
  .form-control:hover {
    border-color: #000;
    cursor: text; }
  .form-control:focus {
    border-color: #aaa;
    color: #000; }
  .form-control:disabled {
    background-color: #aaa;
    border-color: #aaa;
    color: #444;
    cursor: auto !important;
    background: #eee; }
  .form-control.is-invalid {
    border-color: #e13232; }
    .form-control.is-invalid:focus {
      box-shadow: none;
      border-color: #e13232 !important; }
  @media screen and (max-width: 523.98px) {
    .form-control.tccCardNumber {
      font-size: 14px !important; } }
  .form-control.form-password {
    padding-right: 4.3rem; }

.form-group {
  margin-bottom: 18px; }
  .form-group.required .form-control-label::before {
    content: '' !important; }
  .form-group.form-control.is-invalid {
    background-image: url("../images/drop-down-icon2.png");
    background-size: inherit;
    background-position-x: 95%;
    background-position-y: 50%; }
  .form-group select {
    background-image: url("../images/drop-down-icon2.png");
    -webkit-appearance: none;
    -moz-appearance: none;
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: 50%;
    padding: 0.375rem 1.6rem 0.375rem 0.75rem;
    color: #000; }

.floating-label {
  position: relative; }
  .floating-label select + span.valid, .floating-label select + span.invalid {
    opacity: 0; }
  .floating-label label {
    position: absolute;
    top: 13px;
    margin: 0;
    font-size: 14px;
    padding: 0 5px;
    pointer-events: none;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #000;
    left: 10px;
    letter-spacing: 0.25px;
    line-height: 20px;
    font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif; }
    .floating-label label.input-focus {
      top: -3px;
      left: 8px;
      font-size: 10px;
      background: #fff;
      line-height: 1;
      color: #444; }
    .floating-label label.is-invalid {
      color: #444; }
  .floating-label span.valid {
    background: url("../../images/avenue-sprite.svg") no-repeat;
    background-position: 0 -833px;
    transform: scale(0.7); }
  .floating-label span.invalid {
    background: url("../../images/avenue-sprite.svg") no-repeat;
    background-position: 0 -861px;
    width: 27px;
    top: 9px;
    height: 27px; }
  .floating-label span.valid, .floating-label span.invalid {
    display: inline-block;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 10px;
    right: 8px; }

.sdd-note {
  margin: 10px 0 0 30px;
  font-size: 12px;
  letter-spacing: 0.25px;
  display: block; }

.custom-checkbox .custom-control-label {
  padding: 3px 0 0 3px; }
  .custom-checkbox .custom-control-label::before {
    background: #fff;
    border-radius: 0; }

.custom-checkbox .custom-control-input:not(:disabled):active ~ .custom-control-label::before,
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background: #fff;
  border-color: #000; }

.custom-checkbox .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
  border: 1px solid #777; }

.custom-checkbox .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border: 1px solid #aaa; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  top: 5px;
  left: -23px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='12px' height='12px' viewBox='0 0 12 12' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Styleguide' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='10_Forms-&amp;-Dropdowns' transform='translate(-594.000000, -1813.000000)' fill='%23000000' fill-rule='nonzero'%3E%3Cg id='Radio-Buttons-&amp;-Check-Boxes' transform='translate(292.000000, 1642.000000)'%3E%3Cg id='check-box' transform='translate(299.000000, 48.000000)'%3E%3Cg id='Forms-/-Check-box-/-Selected' transform='translate(0.000000, 118.000000)'%3E%3Cg id='Group' transform='translate(0.000000, 2.000000)'%3E%3Cg id='Icons-/-Status-/-Check-/-Thick' transform='translate(3.000000, 3.000000)'%3E%3Cpolygon id='check-thin-copy' points='10.3681627 1.46155592 11.0604087 1.96701551 4.73090848 10.6355046 1.40110799 7.07107961 2.02746343 6.48595335 4.64957143 9.29314286'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: 65%; }

.custom-checkbox .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #fff !important;
  border-color: #ccc; }

.custom-radio {
  position: relative; }
  .custom-radio input {
    position: absolute;
    opacity: 0;
    left: 0;
    top: 0;
    margin: 0;
    z-index: 9;
    cursor: pointer;
    width: 20px;
    height: 20px; }
  .custom-radio .custom-control-label::before {
    content: '';
    background: #fff;
    border-radius: 100%;
    border: 1px solid #aaa;
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    top: 5px;
    left: 0;
    cursor: pointer;
    text-align: center;
    color: #d41026; }
  .custom-radio .custom-control-label span {
    padding: 0 0 0 5px; }
  .custom-radio .custom-control-label::after {
    content: none; }
  .custom-radio input[type='radio']:checked + .custom-control-label::before {
    box-shadow: inset 0 0 0 4px #fff;
    background-color: #000;
    color: #000;
    border-color: #000; }
  .custom-radio input[type='radio']:hover + .custom-control-label:before {
    border-color: #000; }
  .custom-radio input[type='radio']:disabled + .custom-control-label::before {
    background-color: #fff;
    border-color: #ccc; }
  .custom-radio input[type='radio']:disabled + .custom-control-label span {
    color: #777; }

.custom-radio .custom-control-label::before,
.custom-checkbox .custom-control-label::before {
  width: 18px;
  height: 18px;
  border-color: #686868; }

.custom-radio .custom-control-label:hover::before,
.custom-checkbox .custom-control-label:hover::before {
  border-color: #000; }

.custom-control-input:disabled ~ .custom-control-label {
  color: #777; }

.invalid-feedback {
  margin-top: 5px;
  font-size: 12px;
  padding-left: 13px;
  color: #e13232;
  letter-spacing: 0.25px; }

input:-webkit-autofill ~ label.form-control-label,
select:-webkit-autofill ~ label.form-control-label,
textarea:-webkit-autofill ~ label.form-control-label {
  top: -3px;
  left: 8px;
  font-size: 10px;
  background: #fff;
  line-height: 1;
  color: #444; }

.custom-select {
  width: 100%;
  display: inline-block;
  position: relative;
  border-radius: 0;
  border: 0;
  height: auto;
  font-size: 14px;
  color: #444;
  background: none;
  padding: 0; }
  .custom-select.current_item .selection-list {
    display: block; }
  .custom-select.current_item .selected-option {
    border-bottom: 1px solid transparent; }
    .custom-select.current_item .selected-option::before {
      transform: rotate(-180deg);
      margin-top: -8px; }
  .custom-select .custom-select-label.input-focus,
  .custom-select .form-control-label.input-focus {
    transform: translate(10px, -5px);
    font-size: 10px;
    color: #444;
    background: #fff;
    line-height: 9px;
    padding: 0 3px;
    position: absolute;
    margin: 0;
    z-index: 2; }
  .custom-select select {
    position: absolute;
    left: -9999px;
    top: 0;
    opacity: 0;
    z-index: 0;
    width: 100%;
    height: 100%; }
    .custom-select select:disabled + .selected-option,
    .custom-select select:disabled + .is-invalid + .selected-option {
      opacity: 0.4; }
    .custom-select select.is-invalid ~ .selected-option {
      border: 1px solid #d0021b; }
  .custom-select .selected-option {
    display: block;
    line-height: 19px;
    font-size: 14px;
    color: #444;
    border: 1px solid #ddd;
    overflow: hidden;
    position: relative;
    padding: 11.5px 15px;
    width: 100%;
    min-height: 45px;
    max-height: 45px;
    cursor: pointer;
    z-index: 1; }
    .custom-select .selected-option::before {
      background: url("../images/Dropdown-Arrow-down.svg") no-repeat;
      content: '';
      position: absolute;
      right: 15px;
      top: 50%;
      margin-top: -6px;
      width: 16px;
      height: 11px; }
  .custom-select .selection-list {
    background-color: #fff;
    list-style: none;
    display: none;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 99;
    transition: all 0.15s linear;
    overflow: auto;
    height: 150px;
    border: 1px solid #aaa; }
    .custom-select .selection-list li {
      line-height: 19px;
      font-size: 14px;
      color: #444;
      float: left;
      width: 100%;
      padding: 8px 15px;
      cursor: pointer;
      text-align: left; }
      .custom-select .selection-list li:last-child {
        border-bottom: 0; }
      .custom-select .selection-list li.option-disabled {
        pointer-events: none;
        cursor: auto;
        color: #444; }
      .custom-select .selection-list li:hover, .custom-select .selection-list li:active, .custom-select .selection-list li.selected, .custom-select .selection-list li.hover {
        background-color: #ddd; }
  .custom-select.custom-color-dropdown .selection-list li.option-disabled {
    pointer-events: unset;
    cursor: pointer; }

@media (max-width: 1023.98px) {
  .header-login #bfx-cc-wrapper {
    display: none; } }

@media (max-width: 1023.98px) {
  .main-menu #bfx-cc-wrapper {
    position: static;
    width: 100%;
    padding: 18px 9px;
    background: #eee;
    border-top: 1px solid #ddd; } }

@media (max-width: 1023.98px) {
  .borderfree-modal {
    height: 100vh;
    position: fixed;
    opacity: 0.5;
    width: 100%;
    top: 0;
    left: 0;
    background: #000;
    z-index: 999;
    display: block; } }

@media (max-width: 1023.98px) {
  .borderfree-close {
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 10px;
    transform: scale(0.75); } }

div.bfx-wm-dialog {
  width: 100% !important;
  max-width: 490px;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%); }

.main-menu #bfx-cc-wrapper,
.header-banner #bfx-cc-wrapper {
  visibility: visible; }

#bfx-cc-wrapper {
  visibility: hidden;
  position: absolute; }
  #bfx-cc-wrapper #bfx-cc-flag-link {
    font-size: 0; }
  #bfx-cc-wrapper .bfx-cc-expanded {
    width: 260px;
    position: absolute;
    right: -20px;
    top: 42px;
    border: 1px solid #000; }
    @media screen and (max-width: 767.98px) {
      #bfx-cc-wrapper .bfx-cc-expanded {
        width: 90%; } }
    @media (min-width: 1024px) {
      #bfx-cc-wrapper .bfx-cc-expanded {
        right: 0;
        top: 30px;
        left: -20px; } }
    @media (max-width: 1023.98px) {
      #bfx-cc-wrapper .bfx-cc-expanded {
        top: 60%;
        left: 50%;
        transform: translate(-50%, -50%);
        right: auto;
        z-index: 9999;
        height: auto !important;
        overflow: visible !important;
        width: 268px;
        border: 0 none; } }
    #bfx-cc-wrapper .bfx-cc-expanded::after {
      content: '';
      position: absolute;
      border-top: 1px solid #ccc;
      border-left: 1px solid #ccc;
      background: #fff;
      right: 20px;
      transform: rotate(-316deg);
      top: -7px;
      left: 21px;
      width: 11px;
      height: 12px;
      border-color: #000; }
      @media (max-width: 1023.98px) {
        #bfx-cc-wrapper .bfx-cc-expanded::after {
          content: none; } }
    #bfx-cc-wrapper .bfx-cc-expanded .bfx-cc-content {
      width: 100%;
      margin: 0;
      padding: 23px 20px 20px; }
      @media (max-width: 1023.98px) {
        #bfx-cc-wrapper .bfx-cc-expanded .bfx-cc-content {
          padding: 42px 16px 36px; } }
      #bfx-cc-wrapper .bfx-cc-expanded .bfx-cc-content .bfx-cc-logo-wrapper {
        display: none; }
      #bfx-cc-wrapper .bfx-cc-expanded .bfx-cc-content .bfx-cc-text {
        font-size: 12px;
        color: #000;
        letter-spacing: 0.25px;
        font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
        margin: 0 0 23px;
        line-height: 20px; }
        @media (max-width: 1023.98px) {
          #bfx-cc-wrapper .bfx-cc-expanded .bfx-cc-content .bfx-cc-text {
            display: block;
            font-size: 14px; } }
      #bfx-cc-wrapper .bfx-cc-expanded .bfx-cc-content form .bfx-cc-select-wrapper {
        height: auto; }
        #bfx-cc-wrapper .bfx-cc-expanded .bfx-cc-content form .bfx-cc-select-wrapper:nth-child(1) {
          margin-bottom: 25px; }
        #bfx-cc-wrapper .bfx-cc-expanded .bfx-cc-content form .bfx-cc-select-wrapper .bfx-cc-label {
          margin: 20px 8px 10px 0;
          text-align: left;
          font-family: "trade-gothic-next-bold", "Helvetica Neue", helvetica, arial, sans-serif;
          color: #000;
          letter-spacing: 0.25px; }
          @media (max-width: 1023.98px) {
            #bfx-cc-wrapper .bfx-cc-expanded .bfx-cc-content form .bfx-cc-select-wrapper .bfx-cc-label {
              font-size: 14px; } }
        #bfx-cc-wrapper .bfx-cc-expanded .bfx-cc-content form .bfx-cc-select-wrapper select {
          width: 100%;
          margin: 0;
          font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
          background-image: url("../images/drop-down-icon2.png");
          -webkit-appearance: none;
          -moz-appearance: none;
          background-repeat: no-repeat;
          background-position-x: 95%;
          background-position-y: 50%;
          padding: 0.375rem 1.6rem 0.375rem 0.75rem;
          height: calc(1.5em + 0.75rem + 12px);
          border-radius: 2px;
          border-color: #aaa;
          color: #000;
          font-size: 14px;
          letter-spacing: 0.25px; }
          #bfx-cc-wrapper .bfx-cc-expanded .bfx-cc-content form .bfx-cc-select-wrapper select:disabled {
            border: none;
            background: transparent !important;
            padding: 0;
            -webkit-appearance: none;
            color: #000 !important;
            height: 21px; }
      #bfx-cc-wrapper .bfx-cc-expanded .bfx-cc-content form #bfx-cc-btn {
        background: #000;
        width: 100%;
        border-radius: 0;
        font-size: 12px;
        margin: 27px 0 0;
        font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
        height: 45px; }
        @media screen and (max-width: 767.98px) {
          #bfx-cc-wrapper .bfx-cc-expanded .bfx-cc-content form #bfx-cc-btn {
            height: 45px;
            margin: 25px 0 0; }
            #bfx-cc-wrapper .bfx-cc-expanded .bfx-cc-content form #bfx-cc-btn.noLink {
              width: 100%; } }
  #bfx-cc-wrapper.bfx-cc-position-top {
    top: 8px;
    right: auto;
    left: -30px;
    width: 20px;
    z-index: 9; }
    @media (min-width: 1024px) {
      #bfx-cc-wrapper.bfx-cc-position-top {
        z-index: 1001; } }
    #bfx-cc-wrapper.bfx-cc-position-top.bfx-cc-position-right .bfx-cc-collapsed {
      padding: 0;
      height: auto !important; }
      #bfx-cc-wrapper.bfx-cc-position-top.bfx-cc-position-right .bfx-cc-collapsed .bfx-cc-menu {
        float: left;
        display: -ms-flexbox;
        display: flex; }
        #bfx-cc-wrapper.bfx-cc-position-top.bfx-cc-position-right .bfx-cc-collapsed .bfx-cc-menu .bfx-cc-flag {
          height: 15px;
          width: 20px; }
          #bfx-cc-wrapper.bfx-cc-position-top.bfx-cc-position-right .bfx-cc-collapsed .bfx-cc-menu .bfx-cc-flag img {
            width: 20px;
            height: 100%; }
          #bfx-cc-wrapper.bfx-cc-position-top.bfx-cc-position-right .bfx-cc-collapsed .bfx-cc-menu .bfx-cc-flag::after {
            visibility: hidden; }
            @media (max-width: 1023.98px) {
              #bfx-cc-wrapper.bfx-cc-position-top.bfx-cc-position-right .bfx-cc-collapsed .bfx-cc-menu .bfx-cc-flag::after {
                content: 'Ship To';
                position: relative;
                top: -2px;
                left: 5px;
                font-family: "trade-gothic-next-bold", "Helvetica Neue", helvetica, arial, sans-serif;
                color: #444; } }
        #bfx-cc-wrapper.bfx-cc-position-top.bfx-cc-position-right .bfx-cc-collapsed .bfx-cc-menu .bfx-cc-country-name {
          display: none; }
        #bfx-cc-wrapper.bfx-cc-position-top.bfx-cc-position-right .bfx-cc-collapsed .bfx-cc-menu .bfx-cc-code {
          margin-left: 11px;
          padding-left: 10px;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center;
          border-left: 1px solid #aaa;
          color: #000;
          font-size: 12px; }

div.bfx-wm-dialog {
  max-width: 450px; }
  @media (max-width: 1023.98px) {
    div.bfx-wm-dialog {
      width: 100%;
      max-width: 100%;
      transform: translate(-50%, 0);
      bottom: 0;
      top: unset !important; } }

#bfx-wm-wrapper {
  padding: 0 39px; }
  @media (max-width: 1023.98px) {
    #bfx-wm-wrapper {
      padding: 0 20px;
      border: 0 none; } }
  #bfx-wm-wrapper #bfx-wm-content {
    background: none;
    font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
    color: #000; }
    #bfx-wm-wrapper #bfx-wm-content #bfx-wm-head {
      background: none;
      height: auto; }
    #bfx-wm-wrapper #bfx-wm-content #bfx-wm-foot {
      display: none; }
    #bfx-wm-wrapper #bfx-wm-content #bfx-wm-body {
      background: none;
      padding: 5% 0 0 0; }
      @media (max-width: 1023.98px) {
        #bfx-wm-wrapper #bfx-wm-content #bfx-wm-body {
          padding: 7.4% 0 0 0; } }
      #bfx-wm-wrapper #bfx-wm-content #bfx-wm-body #bfx-wm-title {
        background: none;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-align: center;
            align-items: center;
        height: auto;
        margin: 0 0 18px; }
        @media (max-width: 1023.98px) {
          #bfx-wm-wrapper #bfx-wm-content #bfx-wm-body #bfx-wm-title {
            margin: 0 0 20px; } }
        #bfx-wm-wrapper #bfx-wm-content #bfx-wm-body #bfx-wm-title #bfx-wm-flag {
          -ms-flex-order: 2;
              order: 2;
          margin: 0;
          border: none; }
        #bfx-wm-wrapper #bfx-wm-content #bfx-wm-body #bfx-wm-title #bfx-wm-headline {
          margin: 0 0 20px;
          padding: 0;
          font-family: "Moneta-Regular", "Times New Roman", times, serif;
          font-size: 28px;
          letter-spacing: 1.2px;
          color: #000; }
          @media (max-width: 1023.98px) {
            #bfx-wm-wrapper #bfx-wm-content #bfx-wm-body #bfx-wm-title #bfx-wm-headline {
              font-size: 26px;
              letter-spacing: 1px; } }
      #bfx-wm-wrapper #bfx-wm-content #bfx-wm-body #bfx-wm-subheadline {
        border: none;
        font-style: normal;
        padding: 0;
        text-align: center;
        margin: 0 0 15px;
        color: inherit;
        font-size: 16px; }
      #bfx-wm-wrapper #bfx-wm-content #bfx-wm-body #bfx-wm-sellpoints {
        float: left;
        width: 100%;
        padding-left: 8%;
        margin: 0 0 20px; }
        @media (max-width: 1023.98px) {
          #bfx-wm-wrapper #bfx-wm-content #bfx-wm-body #bfx-wm-sellpoints {
            padding-left: 5%; } }
        #bfx-wm-wrapper #bfx-wm-content #bfx-wm-body #bfx-wm-sellpoints ul li {
          list-style: disc;
          color: inherit;
          font-size: 14px;
          padding: 0 0 7px;
          margin-left: 0; }
      #bfx-wm-wrapper #bfx-wm-content #bfx-wm-body #bfx-wm-continue-button-wrapper {
        margin: 0;
        padding-bottom: 0; }
        #bfx-wm-wrapper #bfx-wm-content #bfx-wm-body #bfx-wm-continue-button-wrapper #bfx-wm-continue-button {
          font-size: 14px;
          background: #000;
          height: 45px;
          text-transform: uppercase;
          width: 100%;
          font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
          letter-spacing: 1.2px;
          border-radius: 2px;
          max-width: 100%; }
      #bfx-wm-wrapper #bfx-wm-content #bfx-wm-body #bfx-wm-promo {
        background: none;
        border: none;
        text-transform: none;
        font-size: 12px;
        padding-top: 14px;
        color: #000;
        font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
        letter-spacing: 0.25px; }
        #bfx-wm-wrapper #bfx-wm-content #bfx-wm-body #bfx-wm-promo a {
          text-decoration: underline;
          font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
          color: #000; }
          #bfx-wm-wrapper #bfx-wm-content #bfx-wm-body #bfx-wm-promo a:hover {
            text-decoration: none; }
    #bfx-wm-wrapper #bfx-wm-content a#bfx-wm-close-button {
      background: url("../../images/avenue-sprite.svg") no-repeat;
      background-position: 0 -888px;
      width: 27px;
      height: 26px;
      display: inline-block;
      top: 20px;
      right: 20px;
      transform: scale(0.77); }
      #bfx-wm-wrapper #bfx-wm-content a#bfx-wm-close-button:hover {
        background: url("../../images/avenue-sprite.svg") no-repeat;
        background-position: 0 -888px; }

.svg-01-avenue-back-to-top, .svg-02-avenue-bag, .svg-03-avenue-bag-hover, .svg-04-avenue-caret, .svg-05-avenue-chevron, .svg-06-avenue-chevron-left, .svg-07-avenue-chevron-left-small, .svg-08-avenue-chevron-right, .svg-09-avenue-circle-check, .svg-10-avenue-close, .svg-11-avenue-gift, .svg-12-avenue-info, .svg-13-avenue-large-close, .svg-14-avenue-minus, .svg-15-avenue-minus-lg, .svg-16-avenue-pause, .svg-17-avenue-play, .svg-18-avenue-plus, .svg-19-avenue-star, .svg-20-avenue-stop, .svg-21-avenue-thick-success, .svg-22-avenue-thin-search, .svg-23-avenue-warning, .svg-24-avenue-wishlist-heart, .svg-25-avenue-wishlist-heart-hover, .svg-26-avenue-AddressBook, .svg-27-avenue-FasterCheckout, .svg-28-avenue-Heart, .svg-29-avenue-Orders, .svg-30-avenue-Payments, .svg-31-avenue-Profile, .svg-32-avenue-SaksFirst, .svg-33-avenue-TrackOrders, .svg-34-avenue-Thick_Success, .svg-35-avenue-warning, .svg-36-avenue-Up_Copy, .svg-37-avenue-Active, .svg-38-avenue-Active-Left, .svg-39-avenue-Close, .svg-40-avenue-Call, .svg-41-avenue-Chat_Bubble_Unselected, .svg-42-avenue-Chat_Bubble, .svg-43-avenue-Connect_Arrow, .svg-44-avenue-Email, .svg-45-avenue-Question, .svg-46-avenue-Hamburger, .svg-47-avenue-Alert, .svg-48-avenue-Info, .svg-49-avenue-Success, .svg-50-avenue-Warning, .svg-50-avenue-plus-thin, .svg-51-avenue-minus-thin, .svg-52-avenue-hero-left, .svg-53-avenue-hero-right, .svg-54-avenue-plus-thin-small, .svg-55-avenue-video-play-small, .svg-56-avenue-video-play, .svg-57-avenue-up-arrow, .svg-57-avenue-down-arrow, .svg-svg-100-cross-o, .svg-svg-103-mini-plus-thin, .svg-svg-105-heart-o-22-19, .svg-svg-106-alert, .svg-svg-107-check-thin, .svg-svg-108-arrow-cross-up, .svg-svg-109-chat-online, .svg-svg-11-check-circle, .svg-svg-110-chat-offline, .svg-svg-112-chat-dots, .svg-svg-115-chat-chavron-left, .svg-svg-12-check-thick, .svg-svg-13-check-thin, .svg-svg-14-chevron, .svg-svg-17-chevron-thick, .svg-svg-22-cross, .svg-svg-24-cross-thick, .svg-svg-37-heart, .svg-svg-38-heart-o, .svg-svg-41-info-o, .svg-svg-44-location, .svg-svg-49-minus-thin, .svg-svg-59-plus-thin, .svg-svg-66-search-o, .svg-svg-69-share, .svg-svg-70-shopping-bag, .svg-svg-88-chevron-o, .svg-svg-92-location-hover, .svg-svg-95-check-green-thick, .svg-svg-96-heart-blue, .svg-svg-97-heart-red, .svg-59-avenue-blank-card, .svg-60-avenue-blank-card-small {
  background: url("../../images/avenue-sprite.svg") no-repeat; }

.svg-01-avenue-back-to-top {
  background-position: 0 0; }

.svg-01-avenue-back-to-top-dims {
  width: 42px;
  height: 42px; }

.svg-02-avenue-bag {
  background-position: 0 -42px; }

.svg-02-avenue-bag-dims {
  width: 28px;
  height: 28px; }

.svg-03-avenue-bag-hover {
  background-position: 0 -70px; }

.svg-03-avenue-bag-hover-dims {
  width: 28px;
  height: 28px; }

.svg-04-avenue-caret {
  background-position: 0 -98px; }

.svg-04-avenue-caret-dims {
  width: 8px;
  height: 8px; }

.svg-05-avenue-chevron {
  background-position: 0 -106px; }

.svg-05-avenue-chevron-dims {
  width: 20px;
  height: 20px; }

.svg-06-avenue-chevron-left {
  background-position: 0 -126px; }

.svg-06-avenue-chevron-left-dims {
  width: 16px;
  height: 16px; }

.svg-07-avenue-chevron-left-small {
  background-position: 0 -142px; }

.svg-07-avenue-chevron-left-small-dims {
  width: 16px;
  height: 16px; }

.svg-08-avenue-chevron-right {
  background-position: 0 -158px; }

.svg-08-avenue-chevron-right-dims {
  width: 16px;
  height: 16px; }

.svg-09-avenue-circle-check {
  background-position: 0 -174px; }

.svg-09-avenue-circle-check-dims {
  width: 24px;
  height: 24px; }

.svg-10-avenue-close {
  background-position: 0 -198px; }

.svg-10-avenue-close-dims {
  width: 16px;
  height: 16px; }

.svg-11-avenue-gift {
  background-position: 0 -214px; }

.svg-11-avenue-gift-dims {
  width: 28px;
  height: 28px; }

.svg-12-avenue-info {
  background-position: 0 -242px; }

.svg-12-avenue-info-dims {
  width: 20px;
  height: 20px; }

.svg-13-avenue-large-close {
  background-position: 0 -262px; }

.svg-13-avenue-large-close-dims {
  width: 28px;
  height: 28px; }

.svg-14-avenue-minus {
  background-position: 0 -290px; }

.svg-14-avenue-minus-dims {
  width: 16px;
  height: 16px; }

.svg-15-avenue-minus-lg {
  background-position: 0 -306px; }

.svg-15-avenue-minus-lg-dims {
  width: 17px;
  height: 17px; }

.svg-16-avenue-pause {
  background-position: 0 -323px; }

.svg-16-avenue-pause-dims {
  width: 28px;
  height: 28px; }

.svg-17-avenue-play {
  background-position: 0 -351px; }

.svg-17-avenue-play-dims {
  width: 28px;
  height: 28px; }

.svg-18-avenue-plus {
  background-position: 0 -379px; }

.svg-18-avenue-plus-dims {
  width: 17px;
  height: 17px; }

.svg-19-avenue-star {
  background-position: 0 -396px; }

.svg-19-avenue-star-dims {
  width: 22px;
  height: 22px; }

.svg-20-avenue-stop {
  background-position: 0 -418px; }

.svg-20-avenue-stop-dims {
  width: 28px;
  height: 28px; }

.svg-21-avenue-thick-success {
  background-position: 0 -446px; }

.svg-21-avenue-thick-success-dims {
  width: 28px;
  height: 28px; }

.svg-22-avenue-thin-search {
  background-position: 0 -474px; }

.svg-22-avenue-thin-search-dims {
  width: 21px;
  height: 21px; }

.svg-23-avenue-warning {
  background-position: 0 -495px; }

.svg-23-avenue-warning-dims {
  width: 27px;
  height: 27px; }

.svg-24-avenue-wishlist-heart {
  background-position: 0 -522px; }

.svg-24-avenue-wishlist-heart-dims {
  width: 28px;
  height: 28px; }

.svg-25-avenue-wishlist-heart-hover {
  background-position: 0 -550px; }

.svg-25-avenue-wishlist-heart-hover-dims {
  width: 28px;
  height: 28px; }

.svg-26-avenue-AddressBook {
  background-position: 0 -578px; }

.svg-26-avenue-AddressBook-dims {
  width: 33px;
  height: 33px; }

.svg-27-avenue-FasterCheckout {
  background-position: 0 -611px; }

.svg-27-avenue-FasterCheckout-dims {
  width: 30px;
  height: 30px; }

.svg-28-avenue-Heart {
  background-position: 0 -641px; }

.svg-28-avenue-Heart-dims {
  width: 30px;
  height: 30px; }

.svg-29-avenue-Orders {
  background-position: 0 -671px; }

.svg-29-avenue-Orders-dims {
  width: 33px;
  height: 33px; }

.svg-30-avenue-Payments {
  background-position: 0 -704px; }

.svg-30-avenue-Payments-dims {
  width: 33px;
  height: 33px; }

.svg-31-avenue-Profile {
  background-position: 0 -737px; }

.svg-31-avenue-Profile-dims {
  width: 33px;
  height: 33px; }

.svg-32-avenue-SaksFirst {
  background-position: 0 -770px; }

.svg-32-avenue-SaksFirst-dims {
  width: 33px;
  height: 33px; }

.svg-33-avenue-TrackOrders {
  background-position: 0 -803px; }

.svg-33-avenue-TrackOrders-dims {
  width: 30px;
  height: 30px; }

.svg-34-avenue-Thick_Success {
  background-position: 0 -833px; }

.svg-34-avenue-Thick_Success-dims {
  width: 28px;
  height: 28px; }

.svg-35-avenue-warning {
  background-position: 0 -861px; }

.svg-35-avenue-warning-dims {
  width: 27px;
  height: 27px; }

.svg-36-avenue-Up_Copy {
  background-position: 0 -888px; }

.svg-36-avenue-Up_Copy-dims {
  width: 27px;
  height: 26px; }

.svg-37-avenue-Active {
  background-position: 0 -914px; }

.svg-37-avenue-Active-dims {
  width: 28px;
  height: 28px; }

.svg-38-avenue-Active-Left {
  background-position: 0 -942px; }

.svg-38-avenue-Active-Left-dims {
  width: 20px;
  height: 20px; }

.svg-39-avenue-Close {
  background-position: 0 -962px; }

.svg-39-avenue-Close-dims {
  width: 28px;
  height: 28px; }

.svg-40-avenue-Call {
  background-position: 0 -990px; }

.svg-40-avenue-Call-dims {
  width: 26px;
  height: 26px; }

.svg-41-avenue-Chat_Bubble_Unselected {
  background-position: 0 -1016px; }

.svg-41-avenue-Chat_Bubble_Unselected-dims {
  width: 35px;
  height: 35px; }

.svg-42-avenue-Chat_Bubble {
  background-position: 0 -1051px; }

.svg-42-avenue-Chat_Bubble-dims {
  width: 35px;
  height: 35px; }

.svg-43-avenue-Connect_Arrow {
  background-position: 0 -1086px; }

.svg-43-avenue-Connect_Arrow-dims {
  width: 28px;
  height: 29px; }

.svg-44-avenue-Email {
  background-position: 0 -1115px; }

.svg-44-avenue-Email-dims {
  width: 34px;
  height: 34px; }

.svg-45-avenue-Question {
  background-position: 0 -1149px; }

.svg-45-avenue-Question-dims {
  width: 28px;
  height: 28px; }

.svg-46-avenue-Hamburger {
  background-position: 0 -1178px; }

.svg-46-avenue-Hamburger-dims {
  width: 28px;
  height: 28px; }

.svg-47-avenue-Alert {
  background-position: 0 -1205px; }

.svg-47-avenue-Alert-dims {
  width: 19px;
  height: 19px; }

.svg-48-avenue-Info {
  background-position: 0 -1224px; }

.svg-48-avenue-Info-dims {
  width: 19px;
  height: 19px; }

.svg-49-avenue-Success {
  background-position: 0 -1243px; }

.svg-49-avenue-Success-dims {
  width: 19px;
  height: 19px; }

.svg-50-avenue-Warning {
  background-position: 0 -1262px; }

.svg-50-avenue-Warning-dims {
  width: 23px;
  height: 23px; }

.svg-50-avenue-plus-thin {
  background-position: 0 -1285px; }

.svg-50-avenue-plus-thin-dims {
  width: 18px;
  height: 18px; }

.svg-51-avenue-minus-thin {
  background-position: 0 -1303px; }

.svg-51-avenue-minus-thin-dims {
  width: 14px;
  height: 4px; }

.svg-52-avenue-hero-left {
  background-position: 0 -1305px; }

.svg-52-avenue-hero-left-dims {
  width: 50px;
  height: 50px; }

.svg-53-avenue-hero-right {
  background-position: 0 -1355px; }

.svg-53-avenue-hero-right-dims {
  width: 50px;
  height: 50px; }

.svg-54-avenue-plus-thin-small {
  background-position: 0 -1405px; }

.svg-54-avenue-plus-thin-small-dims {
  width: 14px;
  height: 14px; }

.svg-55-avenue-video-play-small {
  background-position: 0 -1419px; }

.svg-55-avenue-video-play-small-dims {
  width: 28px;
  height: 28px; }

.svg-56-avenue-video-play {
  background-position: 0 -1447px; }

.svg-56-avenue-video-play-dims {
  width: 38px;
  height: 40px; }

.svg-57-avenue-up-arrow {
  background-position: 0 -1487px; }

.svg-57-avenue-up-arrow-dims {
  width: 20px;
  height: 17px; }

.svg-57-avenue-down-arrow {
  background-position: 0 -1504px; }

.svg-57-avenue-down-arrow-dims {
  width: 20px;
  height: 17px; }

.svg-svg-100-cross-o {
  background-position: 0 -1521px; }

.svg-svg-100-cross-o-dims {
  width: 24px;
  height: 24px; }

.svg-svg-103-mini-plus-thin {
  background-position: 0 -1545px; }

.svg-svg-103-mini-plus-thin-dims {
  width: 12px;
  height: 12px; }

.svg-svg-105-heart-o-22-19 {
  background-position: 0 -522px; }

.svg-svg-105-heart-o-22-19-dims {
  width: 28px;
  height: 28px; }

.svg-svg-106-alert {
  background-position: 0 -1576px; }

.svg-svg-106-alert-dims {
  width: 24px;
  height: 20px; }

.svg-svg-107-check-thin {
  background-position: 0 -1596px; }

.svg-svg-107-check-thin-dims {
  width: 24px;
  height: 24px; }

.svg-svg-108-arrow-cross-up {
  background-position: 0 -1620px; }

.svg-svg-108-arrow-cross-up-dims {
  width: 13px;
  height: 13px; }

.svg-svg-109-chat-online {
  background-position: 0 -1633px; }

.svg-svg-109-chat-online-dims {
  width: 35px;
  height: 31px; }

.svg-svg-11-check-circle {
  background-position: 0 -1664px; }

.svg-svg-11-check-circle-dims {
  width: 24px;
  height: 24px; }

.svg-svg-110-chat-offline {
  background-position: 0 -1688px; }

.svg-svg-110-chat-offline-dims {
  width: 35px;
  height: 31px; }

.svg-svg-112-chat-dots {
  background-position: 0 -1719px; }

.svg-svg-112-chat-dots-dims {
  width: 39px;
  height: 34px; }

.svg-svg-115-chat-chavron-left {
  background-position: 0 -1753px; }

.svg-svg-115-chat-chavron-left-dims {
  width: 9px;
  height: 15px; }

.svg-svg-12-check-thick {
  background-position: 0 -1768px; }

.svg-svg-12-check-thick-dims {
  width: 24px;
  height: 24px; }

.svg-svg-13-check-thin {
  background-position: 0 -1792px; }

.svg-svg-13-check-thin-dims {
  width: 24px;
  height: 24px; }

.svg-svg-14-chevron {
  background-position: 0 -1816px; }

.svg-svg-14-chevron-dims {
  width: 24px;
  height: 16px; }

.svg-svg-17-chevron-thick {
  background-position: 0 -1832px; }

.svg-svg-17-chevron-thick-dims {
  width: 24px;
  height: 16px; }

.svg-svg-22-cross {
  background-position: 0 -1848px; }

.svg-svg-22-cross-dims {
  width: 24px;
  height: 24px; }

.svg-svg-24-cross-thick {
  background-position: 0 -1872px; }

.svg-svg-24-cross-thick-dims {
  width: 24px;
  height: 24px; }

.svg-svg-37-heart {
  background-position: 0 -1896px; }

.svg-svg-37-heart-dims {
  width: 24px;
  height: 22px; }

.svg-svg-38-heart-o {
  background-position: 0 -1918px; }

.svg-svg-38-heart-o-dims {
  width: 24px;
  height: 22px; }

.svg-svg-41-info-o {
  background-position: 0 -1940px; }

.svg-svg-41-info-o-dims {
  width: 24px;
  height: 24px; }

.svg-svg-44-location {
  background-position: 0 -1964px; }

.svg-svg-44-location-dims {
  width: 16px;
  height: 24px; }

.svg-svg-49-minus-thin {
  background-position: 0 -1988px; }

.svg-svg-49-minus-thin-dims {
  width: 24px;
  height: 4px; }

.svg-svg-59-plus-thin {
  background-position: 0 -1992px; }

.svg-svg-59-plus-thin-dims {
  width: 24px;
  height: 24px; }

.svg-svg-66-search-o {
  background-position: 0 -2016px; }

.svg-svg-66-search-o-dims {
  width: 24px;
  height: 24px; }

.svg-svg-69-share {
  background-position: 0 -2040px; }

.svg-svg-69-share-dims {
  width: 18px;
  height: 24px; }

.svg-svg-70-shopping-bag {
  background-position: 0 -2064px; }

.svg-svg-70-shopping-bag-dims {
  width: 24px;
  height: 24px; }

.svg-svg-88-chevron-o {
  background-position: 0 -2088px; }

.svg-svg-88-chevron-o-dims {
  width: 24px;
  height: 16px; }

.svg-svg-92-location-hover {
  background-position: 0 -2104px; }

.svg-svg-92-location-hover-dims {
  width: 16px;
  height: 24px; }

.svg-svg-95-check-green-thick {
  background-position: 0 -2128px; }

.svg-svg-95-check-green-thick-dims {
  width: 24px;
  height: 24px; }

.svg-svg-96-heart-blue {
  background-position: 0 -2152px; }

.svg-svg-96-heart-blue-dims {
  width: 22px;
  height: 19px; }

.svg-svg-97-heart-red {
  background-position: 0 -2174px; }

.svg-svg-97-heart-red-dims {
  width: 22px;
  height: 19px; }

.svg-59-avenue-blank-card {
  background-position: 0 -2212px; }

.svg-59-avenue-blank-card-dims {
  width: 48px;
  height: 30px; }

.svg-60-avenue-blank-card-small {
  background-position: 0 -2196px; }

.svg-60-avenue-blank-card-small-dims {
  width: 25px;
  height: 16px; }

.item-attributes {
  vertical-align: top;
  padding-left: 0; }

.line-item-attributes,
.line-item-option {
  font-size: 0.813rem;
  margin: 0; }

.line-item-name {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #222;
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 0.313em; }

.line-item-pricing-info {
  margin-bottom: 0; }
  .line-item-pricing-info + .price {
    font-size: 1em;
    font-weight: bolder; }
  .line-item-pricing-info + .unit-price .price {
    font-size: 1em;
    font-weight: bolder; }

.line-item-price-quantity-info {
  margin-top: 0.625em;
  border-top: 1px solid #ccc; }

.line-item-total-text {
  font-size: 0.813em; }

.pricing {
  font-size: 1em;
  font-weight: bolder; }

.item-image {
  height: 5.625em;
  width: 5.625em;
  margin-right: 0.938em;
  -ms-flex-positive: 0;
      flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  .item-image img.product-image {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    max-height: 5.625em; }

.non-adjusted-price {
  display: none; }

.line-item-promo {
  color: #008827;
  font-size: 0.813em; }

.line-item-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.bundled-line-item + .bundled-line-item {
  margin-top: 0.625em; }

.bundle-includes {
  font-size: 0.813em;
  margin-bottom: 0.625em; }

.line-item-divider {
  margin: 0.625em -1.225em 0.625em -1.325em; }

.line-dotted {
  border-top: 0.063em dashed #ccc; }

.line-item-availability {
  font-size: 0.813rem; }

.product-line-item-details {
  overflow-y: auto; }

.minicart {
  position: relative; }
  .minicart h1 {
    font-size: 1rem; }
  .minicart .cart {
    padding-top: 0.625em;
    padding-bottom: 0.625em;
    background-color: #f9f9f9; }
  .minicart .remove-btn {
    color: #999;
    float: right;
    background-color: white;
    border: none;
    font-size: 1.625em;
    margin-top: -0.313em;
    padding: 0; }
  .minicart .product-summary {
    margin-right: -0.938em;
    max-height: 21.875em;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 0.938em; }
  .minicart .card-body {
    padding: 0.625em; }
  .minicart .quantity-label {
    font-size: 0.813em; }
  .minicart .quantity {
    width: 100%; }
  .minicart .popover {
    top: 100%;
    left: auto;
    right: 0;
    min-width: 23.44rem;
    max-width: 23.44rem;
    min-height: 22.7rem;
    display: none; }
    .minicart .popover::before {
      left: auto;
      right: 15px; }
    .minicart .popover::after {
      left: auto;
      right: 16px; }
    .minicart .popover.show {
      display: block; }
  .minicart .minicart-footer {
    border-top: 1px solid #ccc; }
  .minicart .estimated-total {
    margin-top: 0.625em; }
  .minicart .sub-total-label {
    font-size: 1em;
    font-weight: 600; }
  .minicart .sub-total {
    font-size: 1em;
    font-weight: 600; }
  .minicart .line-item-divider {
    margin: 0.625em -0.625em 0.625em -1.325em; }
  .minicart .line-item-name {
    width: 90%; }

@media (min-width: 544px) and (max-width: 1023.97px) {
  .hide-link-med {
    display: none; } }

@media (min-width: 1023.99px) {
  .hide-no-link {
    display: none; } }

@media (max-width: 543.98px) {
  .hide-no-link {
    display: none; } }

.navigation-section .header.hidden .header-main .minicart .popover {
  display: none; }

.navigation-section .main-menu.fixed {
  z-index: 1040; }
  .navigation-section .main-menu.fixed .menu-wrapper .minicart .popover.show {
    position: absolute;
    right: -7px;
    display: inline-block;
    transform: none; }

.navigation-section .minicart-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1039;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  opacity: 0.4;
  display: none; }
  .navigation-section .minicart-overlay.background {
    display: block; }

.navigation-section .minicart .popover {
  display: none;
  min-width: 320px;
  max-width: 320px;
  border: none; }
  .navigation-section .minicart .popover .veil {
    border: 1px solid #aaa; }
  .navigation-section .minicart .popover .spinner {
    top: 50%; }
  .navigation-section .minicart .popover::after {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
    background: #fff;
    right: 10px;
    transform: rotate(-316deg);
    top: -7px;
    left: inherit;
    z-index: 1000000; }
  .navigation-section .minicart .popover.show {
    position: absolute;
    right: -7px;
    display: inline-block;
    transform: none; }
    @media (max-width: 1023.98px) {
      .navigation-section .minicart .popover.show {
        display: none; } }
    .navigation-section .minicart .popover.show .container {
      padding: 0;
      background: #fff;
      border: 1px solid #aaa;
      height: 610px;
      position: relative; }
      @media screen and (max-height: 785px) {
        .navigation-section .minicart .popover.show .container {
          height: 410px; } }
      .navigation-section .minicart .popover.show .container .bag-heading {
        width: 100%;
        display: inline-block;
        background: #eee; }
        .navigation-section .minicart .popover.show .container .bag-heading .pdt-nmbr {
          width: 100%;
          display: inline-block;
          color: #444;
          font-size: 14px;
          line-height: 1.21;
          padding: 10px 0;
          text-transform: uppercase; }
      .navigation-section .minicart .popover.show .container .product-summary {
        margin: 0;
        width: 100%;
        display: inline-block;
        padding: 0;
        position: relative;
        height: 610px;
        overflow-y: auto; }
        @media screen and (max-height: 785px) {
          .navigation-section .minicart .popover.show .container .product-summary {
            height: 410px; } }
        .navigation-section .minicart .popover.show .container .product-summary .prdt-section:last-child .card-body {
          border-bottom: 0 none; }
        .navigation-section .minicart .popover.show .container .product-summary .card {
          margin: 0;
          border: none; }
          .navigation-section .minicart .popover.show .container .product-summary .card .card-body {
            padding: 18px 15px;
            border-bottom: 1px solid #aaa; }
            .navigation-section .minicart .popover.show .container .product-summary .card .card-body .product-line-item-details {
              overflow-y: initial; }
              .navigation-section .minicart .popover.show .container .product-summary .card .card-body .product-line-item-details .mini-cart-img {
                padding: 0;
                margin-right: 10px; }
                .navigation-section .minicart .popover.show .container .product-summary .card .card-body .product-line-item-details .mini-cart-img .item-image {
                  height: 100%;
                  width: 100%;
                  margin: 0;
                  -ms-flex: none;
                      flex: none; }
              .navigation-section .minicart .popover.show .container .product-summary .card .card-body .product-line-item-details .sold-out {
                color: #ed0c0c;
                font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
                font-size: 12px;
                letter-spacing: 0.5px;
                line-height: 1.25;
                margin: 0px 0 15px; }
              .navigation-section .minicart .popover.show .container .product-summary .card .card-body .product-line-item-details .mini-cart-details {
                padding: 0; }
                .navigation-section .minicart .popover.show .container .product-summary .card .card-body .product-line-item-details .mini-cart-details .line-item-header {
                  display: inline-block;
                  width: 100%;
                  line-height: 1;
                  position: relative; }
                  .navigation-section .minicart .popover.show .container .product-summary .card .card-body .product-line-item-details .mini-cart-details .line-item-header .line-item-name,
                  .navigation-section .minicart .popover.show .container .product-summary .card .card-body .product-line-item-details .mini-cart-details .line-item-header .brand-name {
                    width: calc(80% - 3px);
                    display: inline-block;
                    margin: 0 0 9px;
                    vertical-align: top; }
                    .navigation-section .minicart .popover.show .container .product-summary .card .card-body .product-line-item-details .mini-cart-details .line-item-header .line-item-name span,
                    .navigation-section .minicart .popover.show .container .product-summary .card .card-body .product-line-item-details .mini-cart-details .line-item-header .brand-name span {
                      color: #222;
                      font-size: 12px;
                      font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
                      line-height: 1.16;
                      font-weight: normal;
                      margin: 0; }
                  .navigation-section .minicart .popover.show .container .product-summary .card .card-body .product-line-item-details .mini-cart-details .line-item-header .brand-name span {
                    font-family: "trade-gothic-next-bold", "Helvetica Neue", helvetica, arial, sans-serif; }
                  .navigation-section .minicart .popover.show .container .product-summary .card .card-body .product-line-item-details .mini-cart-details .line-item-header .remove-line-item {
                    width: calc(20% - 3px);
                    display: inline-block;
                    vertical-align: top;
                    position: absolute;
                    top: 0; }
                    .navigation-section .minicart .popover.show .container .product-summary .card .card-body .product-line-item-details .mini-cart-details .line-item-header .remove-line-item .remove-btn {
                      width: 100%;
                      display: inline-block;
                      box-shadow: none;
                      line-height: 1; }
                      .navigation-section .minicart .popover.show .container .product-summary .card .card-body .product-line-item-details .mini-cart-details .line-item-header .remove-line-item .remove-btn span {
                        color: #000;
                        font-family: "trade-gothic-next-bold", "Helvetica Neue", helvetica, arial, sans-serif;
                        vertical-align: top;
                        line-height: 1;
                        width: 100%;
                        display: inline-block; }
                .navigation-section .minicart .popover.show .container .product-summary .card .card-body .product-line-item-details .mini-cart-details .item-attributes .selected-list {
                  margin-bottom: 9px;
                  line-height: 1; }
                .navigation-section .minicart .popover.show .container .product-summary .card .card-body .product-line-item-details .mini-cart-details .align-items-start .line-item-total-price div {
                  color: #222;
                  font-size: 12px;
                  font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
                  line-height: 1.16;
                  margin-bottom: 9px; }
                .navigation-section .minicart .popover.show .container .product-summary .card .card-body .product-line-item-details .mini-cart-details .align-items-start .line-item-total-price .strike-through {
                  float: left;
                  margin-right: 3px; }
                .navigation-section .minicart .popover.show .container .product-summary .card .card-body .product-line-item-details .mini-cart-details .line-item-attributes,
                .navigation-section .minicart .popover.show .container .product-summary .card .card-body .product-line-item-details .mini-cart-details .pricing {
                  color: #444;
                  font-size: 12px;
                  font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
                  line-height: 1.16;
                  margin-bottom: 10px; }
                .navigation-section .minicart .popover.show .container .product-summary .card .card-body .product-line-item-details .mini-cart-details .line-item-quantity .quantity-field {
                  width: auto;
                  float: left; }
                  .navigation-section .minicart .popover.show .container .product-summary .card .card-body .product-line-item-details .mini-cart-details .line-item-quantity .quantity-field .prev-val,
                  .navigation-section .minicart .popover.show .container .product-summary .card .card-body .product-line-item-details .mini-cart-details .line-item-quantity .quantity-field .quantity-val,
                  .navigation-section .minicart .popover.show .container .product-summary .card .card-body .product-line-item-details .mini-cart-details .line-item-quantity .quantity-field .next-val {
                    width: 36px;
                    height: 36px;
                    display: inline-block; }
                  .navigation-section .minicart .popover.show .container .product-summary .card .card-body .product-line-item-details .mini-cart-details .line-item-quantity .quantity-field button {
                    height: 100%;
                    width: 100%;
                    padding: 5px 6px;
                    font-size: base-fontSize;
                    font-family: "trade-gothic-next-bold", "Helvetica Neue", helvetica, arial, sans-serif;
                    line-height: 1.1;
                    text-align: center;
                    border-radius: 0;
                    border: 1px solid #aaa; }
                    .navigation-section .minicart .popover.show .container .product-summary .card .card-body .product-line-item-details .mini-cart-details .line-item-quantity .quantity-field button[disabled] {
                      border-color: #ddd;
                      opacity: 1; }
                      .navigation-section .minicart .popover.show .container .product-summary .card .card-body .product-line-item-details .mini-cart-details .line-item-quantity .quantity-field button[disabled]:hover {
                        border-color: #ddd;
                        opacity: 1; }
                        .navigation-section .minicart .popover.show .container .product-summary .card .card-body .product-line-item-details .mini-cart-details .line-item-quantity .quantity-field button[disabled]:hover[data-type='plus'] {
                          padding: 5px;
                          background: #fff; }
                        .navigation-section .minicart .popover.show .container .product-summary .card .card-body .product-line-item-details .mini-cart-details .line-item-quantity .quantity-field button[disabled]:hover[data-type='minus'] {
                          border-right: 0;
                          border-color: #ddd;
                          opacity: 1;
                          padding: 5px 6px;
                          background: #fff; }
                        .navigation-section .minicart .popover.show .container .product-summary .card .card-body .product-line-item-details .mini-cart-details .line-item-quantity .quantity-field button[disabled]:hover[data-type='plus'] {
                          border-left: 0; }
                    .navigation-section .minicart .popover.show .container .product-summary .card .card-body .product-line-item-details .mini-cart-details .line-item-quantity .quantity-field button:hover {
                      border: 1px solid #444; }
                    .navigation-section .minicart .popover.show .container .product-summary .card .card-body .product-line-item-details .mini-cart-details .line-item-quantity .quantity-field button[data-type='minus'] {
                      border-right: 0; }
                      .navigation-section .minicart .popover.show .container .product-summary .card .card-body .product-line-item-details .mini-cart-details .line-item-quantity .quantity-field button[data-type='minus']:hover {
                        border: 1px solid #444;
                        padding: 5px 6px;
                        border-right: 0;
                        background: #ddd; }
                      .navigation-section .minicart .popover.show .container .product-summary .card .card-body .product-line-item-details .mini-cart-details .line-item-quantity .quantity-field button[data-type='minus']:focus {
                        border-right: 0; }
                    .navigation-section .minicart .popover.show .container .product-summary .card .card-body .product-line-item-details .mini-cart-details .line-item-quantity .quantity-field button[data-type='plus'] {
                      border-left: 0; }
                      .navigation-section .minicart .popover.show .container .product-summary .card .card-body .product-line-item-details .mini-cart-details .line-item-quantity .quantity-field button[data-type='plus']:hover {
                        border: 1px solid #444;
                        padding: 5px 6px;
                        border-left: 0;
                        background: #ddd; }
                      .navigation-section .minicart .popover.show .container .product-summary .card .card-body .product-line-item-details .mini-cart-details .line-item-quantity .quantity-field button[data-type='plus']:focus {
                        border-left: 0; }
                    .navigation-section .minicart .popover.show .container .product-summary .card .card-body .product-line-item-details .mini-cart-details .line-item-quantity .quantity-field button.minus-btn {
                      padding: 5px 6px;
                      line-height: 0.2; }
                    .navigation-section .minicart .popover.show .container .product-summary .card .card-body .product-line-item-details .mini-cart-details .line-item-quantity .quantity-field button .minus,
                    .navigation-section .minicart .popover.show .container .product-summary .card .card-body .product-line-item-details .mini-cart-details .line-item-quantity .quantity-field button .plus {
                      transform: scale(0.5);
                      display: inline-block; }
                  .navigation-section .minicart .popover.show .container .product-summary .card .card-body .product-line-item-details .mini-cart-details .line-item-quantity .quantity-field .input-group > .form-control:focus {
                    z-index: 3; }
                  .navigation-section .minicart .popover.show .container .product-summary .card .card-body .product-line-item-details .mini-cart-details .line-item-quantity .quantity-field input[type='number']::-webkit-inner-spin-button,
                  .navigation-section .minicart .popover.show .container .product-summary .card .card-body .product-line-item-details .mini-cart-details .line-item-quantity .quantity-field input[type='number']::-webkit-outer-spin-button {
                    -webkit-appearance: none;
                    margin: 0; }
                  .navigation-section .minicart .popover.show .container .product-summary .card .card-body .product-line-item-details .mini-cart-details .line-item-quantity .quantity-field .quantity-val {
                    padding: 0;
                    text-align: center;
                    font-family: "trade-gothic-next-bold", "Helvetica Neue", helvetica, arial, sans-serif;
                    color: #000;
                    font-size: 14px;
                    font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
                    border: 1px solid #aaa; }
                    .navigation-section .minicart .popover.show .container .product-summary .card .card-body .product-line-item-details .mini-cart-details .line-item-quantity .quantity-field .quantity-val.hover-border {
                      border: 1px solid #444; }
                .navigation-section .minicart .popover.show .container .product-summary .card .card-body .product-line-item-details .mini-cart-details .line-item-quantity .qty-error-message {
                  width: 100%;
                  display: inline-block;
                  max-width: 100%; }
                  .navigation-section .minicart .popover.show .container .product-summary .card .card-body .product-line-item-details .mini-cart-details .line-item-quantity .qty-error-message div {
                    padding: 0;
                    color: #ed0c0c;
                    font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
                    font-size: 12px;
                    letter-spacing: 0.5px;
                    line-height: 1.25;
                    margin: 15px 0 0;
                    min-height: auto; }
      .navigation-section .minicart .popover.show .container .minicart-footer {
        padding: 16px;
        background: #fff;
        width: 100%;
        max-width: 318px;
        position: absolute;
        bottom: 0; }
        .navigation-section .minicart .popover.show .container .minicart-footer .checkout-shoprunner {
          display: none; }
        .navigation-section .minicart .popover.show .container .minicart-footer .checkout-continue {
          margin-top: 18px; }
        .navigation-section .minicart .popover.show .container .minicart-footer .estimated-total {
          margin: 0; }
          .navigation-section .minicart .popover.show .container .minicart-footer .estimated-total .sub-total-label,
          .navigation-section .minicart .popover.show .container .minicart-footer .estimated-total .sub-total,
          .navigation-section .minicart .popover.show .container .minicart-footer .estimated-total .mini-sub-total,
          .navigation-section .minicart .popover.show .container .minicart-footer .estimated-total .grand-total-sum {
            margin: 0;
            color: #000;
            font-size: 14px;
            letter-spacing: 0.5px;
            line-height: 1.21;
            font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif; }
        .navigation-section .minicart .popover.show .container .minicart-footer .hudson-reward-points {
          font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif; }
        .navigation-section .minicart .popover.show .container .minicart-footer .rewards-content {
          color: #000;
          font-size: 12px;
          font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
          letter-spacing: 0.5px;
          line-height: 1.5;
          margin-bottom: 10px; }
          .navigation-section .minicart .popover.show .container .minicart-footer .rewards-content a {
            color: #000;
            margin-left: 10px; }
        .navigation-section .minicart .popover.show .container .minicart-footer .checkout-continue .mb-sm-3 {
          margin: 0 !important;
          /* .checkout-btn {
                  font-family: $base-fontFamily;
                  font-size: $base-fontSize;
                  font-family: $bold-fontFamily;
                  line-height: 1.21;
                  padding: 13px 0;
                  text-transform: uppercase;
                  border-radius: 0;
                } */ }

.navigation-section .minicart .line-item-promo {
  display: none; }

.navigation-section .minicart .mini-sub-total {
  font-size: 1em;
  font-weight: 600; }

.navigation-section .minicart .limited-inventory {
  color: #686868; }
  .navigation-section .minicart .limited-inventory .custom-tooltip {
    display: none; }

.hudson-reward-points {
  color: #08498f;
  margin-top: 9px;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.minicart .base-price,
.minicart .grand-tot-holder {
  color: #000;
  font-size: 12px; }
  .minicart .base-price.bold,
  .minicart .grand-tot-holder.bold {
    font-family: "trade-gothic-next-bold", "Helvetica Neue", helvetica, arial, sans-serif;
    border-top: 1px solid #d1d1d1;
    margin: 5px 0 0;
    padding: 5px 0 0; }

.minicart .line-item-promo-mini {
  padding-top: 5px;
  width: 100%; }

.navigation-section .minicart .popover.show .container .product-summary .card .card-body .product-line-item-details .mini-cart-details .line-item-attributes,
.navigation-section .minicart .popover.show .container .product-summary .card .card-body .product-line-item-details .mini-cart-details .pricing {
  color: #444;
  font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif; }

.navigation-section .minicart .popover.show .container .product-summary .card .card-body .product-line-item-details .mini-cart-details .line-item-quantity .qty-error-message {
  display: block;
  clear: left; }

.navigation-section .minicart .popover.show .container .product-summary .card .card-body .product-line-item-details .mini-cart-details .align-items-start .line-item-total-price div {
  color: #444; }

.navigation-section .minicart .popover.show .container .product-summary .card .card-body .product-line-item-details .mini-cart-details .line-item-header .brand-name span,
.navigation-section .minicart .popover.show .container .product-summary .card .card-body .product-line-item-details .mini-cart-details .line-item-header .line-item-name span {
  color: #444; }

.navigation-section .minicart .popover.show .container .bag-heading .pdt-nmbr {
  font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif; }

.navigation-section .minicart .popover::after {
  right: 14px;
  top: -8px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc; }

.navigation-section .minicart .popover.show .container {
  border: 1px solid #ccc; }
  .navigation-section .minicart .popover.show .container .product-summary .card .card-body {
    padding: 12px 17px 17px 15px;
    border-bottom: 1px solid #ddd; }
    .navigation-section .minicart .popover.show .container .product-summary .card .card-body .product-line-item .product-line-item {
      padding: 12px 17px 17px 15px;
      border-bottom: 1px solid #ddd;
      margin: 17px -17px 0 -15px;
      border-top: 1px solid #ddd; }
      .navigation-section .minicart .popover.show .container .product-summary .card .card-body .product-line-item .product-line-item:last-child {
        border: none;
        margin-top: 0; }
      .navigation-section .minicart .popover.show .container .product-summary .card .card-body .product-line-item .product-line-item.pwp-product-line-item {
        border-top: 1px solid #ddd;
        margin-top: 17px;
        padding-bottom: 0px; }
        .navigation-section .minicart .popover.show .container .product-summary .card .card-body .product-line-item .product-line-item.pwp-product-line-item .pwp-line-item-name {
          color: #000;
          font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
          font-size: 12px;
          font-weight: normal;
          line-height: 1.25;
          white-space: normal; }
    .navigation-section .minicart .popover.show .container .product-summary .card .card-body .product-line-item-details {
      padding: 0 17px 0 15px;
      margin: 0 -17px 0 -15px; }
      .navigation-section .minicart .popover.show .container .product-summary .card .card-body .product-line-item-details .mini-cart-img img.product-image {
        max-height: 7.625em; }
      .navigation-section .minicart .popover.show .container .product-summary .card .card-body .product-line-item-details .sold-out {
        color: #ac0000; }
      .navigation-section .minicart .popover.show .container .product-summary .card .card-body .product-line-item-details .valid-cart-error {
        min-height: auto;
        clear: both;
        background: none;
        border: 0;
        text-align: left;
        padding: 10px 0 0;
        margin: 0;
        color: #e13232;
        font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif; }
      .navigation-section .minicart .popover.show .container .product-summary .card .card-body .product-line-item-details .mini-cart-details .line-item-header .brand-name,
      .navigation-section .minicart .popover.show .container .product-summary .card .card-body .product-line-item-details .mini-cart-details .line-item-header .line-item-name {
        margin: 0 0 3px; }
        .navigation-section .minicart .popover.show .container .product-summary .card .card-body .product-line-item-details .mini-cart-details .line-item-header .brand-name span,
        .navigation-section .minicart .popover.show .container .product-summary .card .card-body .product-line-item-details .mini-cart-details .line-item-header .line-item-name span {
          font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
          font-size: 12px;
          font-weight: bold;
          letter-spacing: 0.25px;
          line-height: 18px;
          color: #000; }
      .navigation-section .minicart .popover.show .container .product-summary .card .card-body .product-line-item-details .mini-cart-details .line-item-header .line-item-name span {
        font-weight: normal; }
      .navigation-section .minicart .popover.show .container .product-summary .card .card-body .product-line-item-details .mini-cart-details .line-item-header .remove-line-item .remove-btn span {
        font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif; }
      .navigation-section .minicart .popover.show .container .product-summary .card .card-body .product-line-item-details .mini-cart-details .item-attributes {
        display: inherit; }
        .navigation-section .minicart .popover.show .container .product-summary .card .card-body .product-line-item-details .mini-cart-details .item-attributes .selected-list {
          margin: 0 0 3px;
          font-size: 0; }
          .navigation-section .minicart .popover.show .container .product-summary .card .card-body .product-line-item-details .mini-cart-details .item-attributes .selected-list .line-item-attributes {
            text-transform: capitalize; }
      .navigation-section .minicart .popover.show .container .product-summary .card .card-body .product-line-item-details .mini-cart-details .line-item-attributes,
      .navigation-section .minicart .popover.show .container .product-summary .card .card-body .product-line-item-details .mini-cart-details .align-items-start .line-item-total-price div,
      .navigation-section .minicart .popover.show .container .product-summary .card .card-body .product-line-item-details .mini-cart-details .item-preorder {
        font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
        font-size: 12px;
        letter-spacing: 0.25px;
        line-height: 18px;
        color: #000;
        margin: 0; }
        .navigation-section .minicart .popover.show .container .product-summary .card .card-body .product-line-item-details .mini-cart-details .line-item-attributes .pricing,
        .navigation-section .minicart .popover.show .container .product-summary .card .card-body .product-line-item-details .mini-cart-details .align-items-start .line-item-total-price div .pricing,
        .navigation-section .minicart .popover.show .container .product-summary .card .card-body .product-line-item-details .mini-cart-details .item-preorder .pricing {
          font-weight: normal;
          margin: 0 0 3px; }
      .navigation-section .minicart .popover.show .container .product-summary .card .card-body .product-line-item-details .mini-cart-details .pre-order-msg,
      .navigation-section .minicart .popover.show .container .product-summary .card .card-body .product-line-item-details .mini-cart-details .pre-order-ship-date {
        margin: 0 0 3px; }
        .navigation-section .minicart .popover.show .container .product-summary .card .card-body .product-line-item-details .mini-cart-details .pre-order-msg .pre-order-ship-date,
        .navigation-section .minicart .popover.show .container .product-summary .card .card-body .product-line-item-details .mini-cart-details .pre-order-ship-date .pre-order-ship-date {
          margin: 0 0 0 3px; }
      .navigation-section .minicart .popover.show .container .product-summary .card .card-body .product-line-item-details .mini-cart-details .pre-order-ship-text {
        font-weight: bold; }
      .navigation-section .minicart .popover.show .container .product-summary .card .card-body .product-line-item-details .mini-cart-details .line-item-quantity {
        margin-top: 16px; }
        .navigation-section .minicart .popover.show .container .product-summary .card .card-body .product-line-item-details .mini-cart-details .line-item-quantity .quantity-field button {
          font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
          padding: 9px; }
          .navigation-section .minicart .popover.show .container .product-summary .card .card-body .product-line-item-details .mini-cart-details .line-item-quantity .quantity-field button .plus,
          .navigation-section .minicart .popover.show .container .product-summary .card .card-body .product-line-item-details .mini-cart-details .line-item-quantity .quantity-field button .minus {
            transform: scale(0.504); }
        .navigation-section .minicart .popover.show .container .product-summary .card .card-body .product-line-item-details .mini-cart-details .line-item-quantity .quantity-field button[disabled]:hover[data-type='plus'] {
          padding: 9px; }
        .navigation-section .minicart .popover.show .container .product-summary .card .card-body .product-line-item-details .mini-cart-details .line-item-quantity .quantity-field button[data-type='plus']:hover {
          border-color: #000;
          padding: 9px; }
        .navigation-section .minicart .popover.show .container .product-summary .card .card-body .product-line-item-details .mini-cart-details .line-item-quantity .quantity-field .quantity-val {
          font-weight: bold;
          letter-spacing: 0;
          line-height: 18px; }
      .navigation-section .minicart .popover.show .container .product-summary .card .card-body .product-line-item-details .mini-cart-details .feature-msg {
        margin: 0 0 3px; }
        .navigation-section .minicart .popover.show .container .product-summary .card .card-body .product-line-item-details .mini-cart-details .feature-msg .featured-message {
          font-size: 12px;
          letter-spacing: 0.25px;
          line-height: 16px;
          color: #ac0000;
          font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif; }
      .navigation-section .minicart .popover.show .container .product-summary .card .card-body .product-line-item-details .mini-cart-details .mini-promo {
        margin: 0 0 3px; }
        .navigation-section .minicart .popover.show .container .product-summary .card .card-body .product-line-item-details .mini-cart-details .mini-promo .promotions {
          text-align: left;
          font-size: 12px;
          letter-spacing: 0.25px;
          line-height: 16px;
          color: #ac0000;
          font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif; }
  .navigation-section .minicart .popover.show .container .minicart-footer {
    padding: 12px 16px 17px;
    border-top: 1px solid #aaa; }
    .navigation-section .minicart .popover.show .container .minicart-footer .estimated-total .sub-total-label,
    .navigation-section .minicart .popover.show .container .minicart-footer .estimated-total .mini-sub-total {
      line-height: 20px;
      letter-spacing: 0.25px;
      font-weight: normal; }
    .navigation-section .minicart .popover.show .container .minicart-footer .checkout-continue {
      margin-top: 14.5px; }
  .navigation-section .minicart .popover.show .container .custom-tooltip {
    display: none; }

.navigation-section .minicart .limited-inventory {
  font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.25px;
  line-height: 18px;
  color: #000; }
  .navigation-section .minicart .limited-inventory label {
    margin: 0 0 3px; }
  .navigation-section .minicart .limited-inventory .custom-tooltip {
    display: inline-block; }

.navigation-section .minicart .saksfirst-reward-points {
  font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
  margin-top: 8px;
  letter-spacing: 0.25px;
  line-height: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.navigation-section .minicart .line-item-promo-mini .promotion-txt {
  color: #000;
  font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
  text-transform: uppercase; }

.valid-cart-error {
  margin: 12px 0 0;
  padding: 10px 15px;
  text-align: center;
  border: solid 1px #eaeaea;
  color: #000;
  line-height: 18px;
  letter-spacing: 0.25px;
  background: #f3f3f3;
  font-size: 12px;
  border-radius: 2px; }

.container {
  max-width: 1260px; }

.custom-tooltip div[role='status'] {
  position: absolute;
  display: inline-block;
  width: 100%;
  max-width: 240px;
  z-index: 7; }
  .custom-tooltip div[role='status'] p:last-child {
    margin-bottom: 0; }

.cvv-tooltip-icon {
  height: 32px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center; }

[data-popper-arrow],
[data-popper-arrow]::before,
[data-popper-arrow]::after {
  position: absolute;
  width: 10px;
  height: 10px;
  z-index: 10; }

[data-popper-arrow]::before,
[data-popper-arrow]::after {
  content: '';
  transform: rotate(45deg);
  background: #000; }

[data-popper-arrow]::after {
  background: #fff; }

[data-popper-placement^='top'] > [data-popper-arrow] {
  bottom: -5px; }
  [data-popper-placement^='top'] > [data-popper-arrow]::after {
    bottom: 1px; }

[data-popper-placement^='bottom'] > [data-popper-arrow] {
  top: -5px; }
  [data-popper-placement^='bottom'] > [data-popper-arrow]::after {
    top: 1px; }

[data-popper-placement^='left'] > [data-popper-arrow] {
  right: -5px; }
  [data-popper-placement^='left'] > [data-popper-arrow]::after {
    right: 1px; }

[data-popper-placement^='right'] > [data-popper-arrow] {
  left: -5px; }
  [data-popper-placement^='right'] > [data-popper-arrow]::after {
    left: 1px; }

.tooltip-content {
  position: absolute;
  top: -9999px;
  left: -9999px; }

[role='status'] {
  max-width: 220px;
  z-index: 2; }
  [role='status'] .tooltip-content {
    position: static;
    white-space: normal;
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
    padding: 15px 20px; }

.tooltip-content .rewards-content {
  text-align: center; }
  .tooltip-content .rewards-content span {
    padding-top: 6px;
    display: inline-block; }

.cc-off-tooltip .tooltiptext {
  visibility: hidden;
  width: 100%;
  background-color: #ddd;
  color: #d41026;
  font-size: 12px;
  text-align: left;
  border-radius: 0;
  padding: 5px 10px;
  position: absolute;
  z-index: 1;
  top: 50px;
  left: 0; }

.cc-off-tooltip.show-cc-tooltip .tooltiptext {
  visibility: visible; }

.cc-off-tooltip-bottom::after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 9px;
  border-style: solid;
  border-color: transparent transparent #ddd transparent; }

.tooltip-info {
  background: url("../../images/avenue-sprite.svg") no-repeat;
  background-position: 0 -1940px;
  width: 24px;
  height: 24px;
  text-indent: -9999px;
  background-color: #fff;
  display: inline-block;
  padding: 0;
  font-size: 12px;
  line-height: 1;
  cursor: pointer;
  border: none;
  transform: scale(0.75);
  color: #000;
  font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
  margin-left: 0; }

@media (max-width: 1023.97px) {
  .shipping-section .custom-tooltip div[role='status'],
  .summary-section .custom-tooltip div[role='status'] {
    min-width: 240px; } }

/* 20/16 */
.info-icon {
  position: relative;
  cursor: pointer;
  display: inline-block;
  border: none;
  padding: 0;
  background: inherit; }
  .info-icon .icon {
    border-radius: 1.25rem;
    background-color: var(--skin-primary-color-1);
    width: 1.5625rem;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-weight: 600; }
  .info-icon .tooltip {
    position: absolute;
    bottom: 100%;
    padding: 0.312rem;
    border-radius: 0.1875rem;
    background-color: #444;
    color: #fff;
    font-size: 0.928rem;
    min-width: 20rem;
    max-width: 15rem;
    transform: translate(-50%, -0.625em);
    left: 50%;
    margin-left: 4px;
    animation: fade-in 0.5s linear forwards; }

@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
    .info-icon .tooltip::before {
      content: " ";
      position: absolute;
      display: block;
      height: 1.25em;
      /* 20/16 */
      left: 0;
      bottom: -1.25em;
      width: 100%; }
    .info-icon .tooltip::after {
      border-left: solid transparent 0.625em;
      /* 10/16 */
      border-right: solid transparent 0.625em;
      /* 10/16 */
      border-top: solid #444 0.625em;
      bottom: -0.625em;
      content: " ";
      height: 0;
      left: 50%;
      margin-left: -13px;
      position: absolute;
      width: 0; }

.quick-view-dialog .modal-content {
  border: none; }
  .quick-view-dialog .modal-content .modal-body {
    padding: 0;
    visibility: hidden; }
    .quick-view-dialog .modal-content .modal-body .product-quickview .quickview_container {
      background: white;
      display: inline-block;
      padding-bottom: 25px;
      width: 100%; }
      .quick-view-dialog .modal-content .modal-body .product-quickview .quickview_container .quickview-productdetails {
        display: inline-block;
        margin: 0;
        padding: 25px 20px 0;
        position: relative;
        vertical-align: top;
        width: calc(50% - 3px); }
      .quick-view-dialog .modal-content .modal-body .product-quickview .quickview_container .primary-thumbnails {
        display: none !important; }
      .quick-view-dialog .modal-content .modal-body .product-quickview .quickview_container .primary-images {
        overflow-y: hidden;
        max-height: 600px; }
      .quick-view-dialog .modal-content .modal-body .product-quickview .quickview_container .edit-product:not(.slick-initialized) {
        display: -ms-flexbox;
        display: flex; }
  .quick-view-dialog .modal-content .primary-images-container,
  .quick-view-dialog .modal-content .quickview-productdetails {
    float: left;
    max-width: 50%;
    width: 50%; }

.product-detail .attributes > .row .attribute ul {
  display: -ms-grid;
  display: grid; }

@media (max-width: 543.98px) {
  .collapsible-xs .title {
    line-height: 2.5rem;
    /* 40/16 */ }
    .collapsible-xs .title::after {
      display: block;
      clear: both;
      content: ""; }
    .collapsible-xs .title::after {
      float: right;
      content: "\f078";
      font-family: "FontAwesome"; }
  .collapsible-xs .content,
  .collapsible-xs .card-body {
    display: none; }
  .collapsible-xs.active .title::after {
    content: "\f077";
    margin-top: -0.125em;
    /* 2/16 */ }
  .collapsible-xs.active .content,
  .collapsible-xs.active .card-body {
    display: block; } }

.container div.collapsible-xs button.title {
  color: #000;
  text-decoration: none;
  border: none;
  background-color: transparent; }
  .container div.collapsible-xs button.title:hover {
    text-decoration: none; }

@media (max-width: 1023.97px) {
  .collapsible-sm .title {
    line-height: 2.5rem;
    /* 40/16 */ }
    .collapsible-sm .title::after {
      display: block;
      clear: both;
      content: ""; }
    .collapsible-sm .title::after {
      float: right;
      content: "\f078";
      font-family: "FontAwesome"; }
  .collapsible-sm .content,
  .collapsible-sm .card-body {
    display: none; }
  .collapsible-sm.active .title::after {
    content: "\f077";
    margin-top: -0.125em;
    /* 2/16 */ }
  .collapsible-sm.active .content,
  .collapsible-sm.active .card-body {
    display: block; } }

.container div.collapsible-sm button.title {
  color: #000;
  text-decoration: none;
  border: none;
  background-color: transparent; }
  .container div.collapsible-sm button.title:hover {
    text-decoration: none; }

@media (max-width: 1023.98px) {
  .collapsible-md .title {
    line-height: 2.5rem;
    /* 40/16 */ }
    .collapsible-md .title::after {
      display: block;
      clear: both;
      content: ""; }
    .collapsible-md .title::after {
      float: right;
      content: "\f078";
      font-family: "FontAwesome"; }
  .collapsible-md .content,
  .collapsible-md .card-body {
    display: none; }
  .collapsible-md.active .title::after {
    content: "\f077";
    margin-top: -0.125em;
    /* 2/16 */ }
  .collapsible-md.active .content,
  .collapsible-md.active .card-body {
    display: block; } }

.container div.collapsible-md button.title {
  color: #000;
  text-decoration: none;
  border: none;
  background-color: transparent; }
  .container div.collapsible-md button.title:hover {
    text-decoration: none; }

@media (max-width: 1199.98px) {
  .collapsible-lg .title {
    line-height: 2.5rem;
    /* 40/16 */ }
    .collapsible-lg .title::after {
      display: block;
      clear: both;
      content: ""; }
    .collapsible-lg .title::after {
      float: right;
      content: "\f078";
      font-family: "FontAwesome"; }
  .collapsible-lg .content,
  .collapsible-lg .card-body {
    display: none; }
  .collapsible-lg.active .title::after {
    content: "\f077";
    margin-top: -0.125em;
    /* 2/16 */ }
  .collapsible-lg.active .content,
  .collapsible-lg.active .card-body {
    display: block; } }

.container div.collapsible-lg button.title {
  color: #000;
  text-decoration: none;
  border: none;
  background-color: transparent; }
  .container div.collapsible-lg button.title:hover {
    text-decoration: none; }

.collapsible-xl .title {
  line-height: 2.5rem;
  /* 40/16 */ }
  .collapsible-xl .title::after {
    display: block;
    clear: both;
    content: ""; }
  .collapsible-xl .title::after {
    float: right;
    content: "\f078";
    font-family: "FontAwesome"; }

.collapsible-xl .content,
.collapsible-xl .card-body {
  display: none; }

.collapsible-xl.active .title::after {
  content: "\f077";
  margin-top: -0.125em;
  /* 2/16 */ }

.collapsible-xl.active .content,
.collapsible-xl.active .card-body {
  display: block; }

.container div.collapsible-xl button.title {
  color: #000;
  text-decoration: none;
  border: none;
  background-color: transparent; }
  .container div.collapsible-xl button.title:hover {
    text-decoration: none; }

footer {
  background-color: #e9ecef;
  padding-top: 1.25em;
  /* 20/16 */
  padding-bottom: 1.25em; }
  footer h2 {
    font-size: 1rem;
    margin-bottom: 0;
    line-height: 2.5em;
    /* 40/16 */ }
  footer ul {
    list-style: none;
    padding-left: 0; }
  footer .social h2 {
    margin-top: 0; }
  footer .social::after {
    display: block;
    clear: both;
    content: ""; }
  footer .copyright,
  footer .social {
    margin-top: 1.25em; }
  footer .footer-container .footer-item.collapsible-xs button {
    font-family: 'Dosis', sans-serif;
    padding: 0; }
  footer .social-links {
    float: left; }
    footer .social-links::after {
      display: block;
      clear: both;
      content: ""; }
    @media (max-width: 543.98px) {
      footer .social-links {
        width: 80%; } }
    footer .social-links li {
      float: left;
      margin: 0.313em; }
      @media (max-width: 543.98px) {
        footer .social-links li {
          width: 20%;
          text-align: center; } }
    footer .social-links a {
      font-size: 2.25em; }
      footer .social-links a:hover {
        text-decoration: none; }
  @media (max-width: 543.98px) {
    footer .store {
      border-bottom: 1px solid #444; }
      footer .store .content {
        display: none; }
      footer .store h2::after {
        display: block;
        clear: both;
        content: ""; }
      footer .store h2::after {
        font-family: "FontAwesome";
        float: right;
        content: "\f041"; } }
  footer .content {
    font-size: 0.875em; }
    footer .content li {
      height: 1.875rem; }
  footer .copyright,
  footer .postscript {
    font-size: 0.8125em; }
  footer .copyright {
    margin-bottom: 0.625em; }
  footer .back-to-top {
    margin: 0.1em 0.313em;
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none; }
    footer .back-to-top i.fa-arrow-up {
      color: rgba(0, 0, 0, 0.7); }
    footer .back-to-top i.fa-circle {
      text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); }

@media (max-width: 543.98px) {
  .footer-item {
    border-bottom: 1px solid #444; } }

#consent-tracking .button-wrapper button {
  margin: 0.5em; }

.email-signup-message {
  transform: translate(-50%, -50%);
  position: fixed;
  top: 15%;
  left: 50%; }

.email-signup-alert {
  animation: fade 5s linear forwards;
  box-shadow: 1px 1px 5px grey;
  padding: 1em; }

@keyframes fade {
  0% {
    opacity: 0; }
  10% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }
  .email-signup-alert.show {
    display: block; }

.footer-top-utility-section .container,
footer .container {
  max-width: 1014px; }

.footer-top-utility-section {
  background-color: #fff;
  padding-top: 68px;
  padding-bottom: 12px; }
  @media (max-width: 1023.97px) {
    .footer-top-utility-section {
      padding-top: 45px;
      padding-bottom: 14px; } }
  @media (max-width: 543.98px) {
    .footer-top-utility-section {
      padding-top: 74px;
      padding-bottom: 0; } }
  .footer-top-utility-section h2 {
    display: inline-block;
    color: #444;
    font-size: 14px;
    line-height: 1.21;
    font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
    margin-left: 8px;
    border-bottom: 1px solid transparent; }
    .footer-top-utility-section h2:hover {
      border-bottom: 1px solid #444; }
    .footer-top-utility-section h2.desktop {
      display: inline-block; }
    .footer-top-utility-section h2.mobile {
      display: none; }
    @media (max-width: 543.98px) {
      .footer-top-utility-section h2 {
        font-size: 16px;
        line-height: 1.26; } }
  @media screen and (min-width: 480px) and (max-width: 812px) and (orientation: landscape) {
    .footer-top-utility-section .utility-item {
      -ms-flex: 0 0 25%;
          flex: 0 0 25%; }
      .footer-top-utility-section .utility-item span {
        min-width: 20px; } }
  .footer-top-utility-section .utility-item a:hover {
    text-decoration: none; }
  .footer-top-utility-section .utility-item h2 {
    margin-top: 8px;
    margin-bottom: 8px; }
  .footer-top-utility-section .utility-item:last-child h2 {
    margin-top: 8px;
    margin-bottom: 8px; }
  @media (max-width: 1023.98px) {
    .footer-top-utility-section .utility-item a {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: start;
          align-items: start;
      margin: 0 0 0 10px; }
    .footer-top-utility-section .utility-item h2 {
      margin: 0 10px; }
    .footer-top-utility-section .utility-item:last-child h2 {
      margin: 0 10px; } }
  @media (max-width: 543.98px) {
    .footer-top-utility-section .utility-item a {
      display: block;
      margin: 0; }
    .footer-top-utility-section .utility-item h2 {
      margin: 0 0 36px 8px; }
      .footer-top-utility-section .utility-item h2.desktop {
        display: none; }
      .footer-top-utility-section .utility-item h2.mobile {
        display: inline-block; }
    .footer-top-utility-section .utility-item:last-child h2 {
      margin: 0 0 36px 8px; } }
  .footer-top-utility-section .utility-item .mail-img,
  .footer-top-utility-section .utility-item .mobile-img,
  .footer-top-utility-section .utility-item .location-img,
  .footer-top-utility-section .utility-item .rewards-img {
    display: inline-block; }
  @media (max-width: 543.98px) {
    .footer-top-utility-section .utility-item .mail-img {
      margin-right: 4px;
      margin-left: 2px; } }
  @media (max-width: 543.98px) {
    .footer-top-utility-section .utility-item .mobile-img {
      padding-left: 4px;
      margin-right: 7px; } }
  @media (max-width: 543.98px) {
    .footer-top-utility-section .utility-item .location-img {
      padding-left: 5px;
      margin-right: 7px; } }
  .footer-top-utility-section .custom-border {
    border-right: 1px solid #aaa;
    height: 33px; }

footer {
  background-color: #ddd;
  padding-top: 0;
  padding-bottom: 29px; }
  @media (min-width: 1024px) {
    footer {
      padding-top: 27px;
      padding-bottom: 27px; } }
  footer .container h2 {
    font-size: 18px;
    line-height: 1.24;
    margin-bottom: 4.5px; }
  @media (max-width: 1023.98px) {
    footer .container .footer-item {
      border-bottom: 2px solid #aaa; } }
  footer .container .footer-container .footer-item.collapsible-md button {
    font-size: 16px;
    line-height: 1.3;
    padding: 11px 0 13px;
    min-height: 50px; }
    @media (max-width: 543.98px) {
      footer .container .footer-container .footer-item.collapsible-md button {
        font-size: 13px;
        line-height: 1.3;
        padding: 14px 0 12px; } }
    footer .container .footer-container .footer-item.collapsible-md button .display-right {
      float: right;
      transform: scale(0.542); }
  footer .container div.collapsible-md .plus {
    display: inline-block; }
  footer .container div.collapsible-md .minus {
    display: none; }
  footer .container div.collapsible-md.active .plus {
    display: none; }
  footer .container div.collapsible-md.active .minus {
    display: inline-block; }
  footer .container div.collapsible-md button.title {
    font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
    font-size: 16px;
    line-height: 1.56;
    color: #444; }
  @media (max-width: 1199.98px) {
    footer .container .collapsible-md .title::after {
      content: '';
      display: none; }
    footer .container .collapsible-md.active .title::after {
      content: '';
      display: none; } }
  footer .container .content {
    font-size: 12px; }
    footer .container .content li {
      display: inline-block;
      margin: 7px auto;
      width: 100%; }
      footer .container .content li a {
        line-height: 18px; }
  footer .container .social {
    margin-top: 0; }
    @media (max-width: 1023.98px) {
      footer .container .social {
        width: 100%; } }
    footer .container .social .social-links {
      width: 138px;
      margin: 33px auto 18px;
      float: none; }
      @media (min-width: 1024px) {
        footer .container .social .social-links {
          float: none;
          margin: 0; } }
      footer .container .social .social-links li {
        margin: 0 8px;
        width: auto;
        line-height: 0.93; }
        footer .container .social .social-links li:first-child {
          margin-left: 0; }
        footer .container .social .social-links li:last-child {
          margin-right: 0; }
        @media (min-width: 1024px) {
          footer .container .social .social-links li {
            margin-top: 0;
            margin-bottom: 0; } }
        footer .container .social .social-links li a {
          font-size: initial;
          text-decoration: none;
          display: inline-block;
          text-align: center;
          border-bottom: 0; }
          footer .container .social .social-links li a:hover {
            border-bottom: 0;
            text-decoration: none; }
      footer .container .social .social-links .facebook {
        height: 15px;
        width: 7px; }
      footer .container .social .social-links .pinterest {
        height: 15px;
        width: 15px; }
      footer .container .social .social-links .instagram {
        height: 13.99px;
        width: 14px; }
      footer .container .social .social-links .twitter {
        height: 12px;
        width: 15px; }
      footer .container .social .social-links .youtube {
        height: 18.55px;
        width: 20.5px; }
  @media (max-width: 1023.98px) {
    footer .container .copyright-notice {
      width: 100%; } }
  footer .container .copyright-notice .terms-conditons-copyright {
    font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
    font-size: 14px;
    line-height: 1.93;
    color: #666; }
    @media (min-width: 1024px) {
      footer .container .copyright-notice .terms-conditons-copyright {
        font-size: 13px;
        line-height: 1.4; } }
    footer .container .copyright-notice .terms-conditons-copyright span a {
      color: #666; }
      @media (min-width: 1024px) {
        footer .container .copyright-notice .terms-conditons-copyright span a:hover {
          border-bottom: 1px solid #686868; } }
    @media (min-width: 1024px) {
      footer .container .copyright-notice .terms-conditons-copyright span {
        margin-right: 11px; }
        footer .container .copyright-notice .terms-conditons-copyright span:last-child {
          margin-right: 0;
          margin-left: 14px; } }
    footer .container .copyright-notice .terms-conditons-copyright .custom-border {
      border-right: 1px solid #686868;
      height: 10px; }

@media (max-width: 543.98px) {
  body.chat-overlay #promo-drawer {
    display: none; } }

.home-email-signup.footer-email-signup {
  background-color: #fff;
  padding-top: 30px; }

.home-email-signup .container {
  max-width: 1025px;
  padding-bottom: 14.5px;
  padding-top: 0.625em;
  padding-bottom: 0.625em; }
  @media (min-width: 544px) {
    .home-email-signup .container {
      border-top: 1px solid #d1d1d1;
      max-width: 100%; } }
  .home-email-signup .container form {
    width: 100%;
    border-top: 1px solid #d1d1d1;
    padding: 26px 0 30px; }
    @media (min-width: 544px) {
      .home-email-signup .container form {
        width: 557px;
        margin: 0 auto;
        padding: 20px 0 25px;
        border-top: 0; } }
    .home-email-signup .container form .email-input-box {
      position: relative; }
      .home-email-signup .container form .email-input-box .error-container {
        font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
        font-size: 14px;
        line-height: 1.22;
        color: #f10100;
        padding-top: 6px;
        position: absolute;
        left: 30px; }
        @media (min-width: 544px) {
          .home-email-signup .container form .email-input-box .error-container {
            left: 40px; } }
      .home-email-signup .container form .email-input-box .email-signup-message-footer {
        position: absolute;
        top: 1px;
        right: 1px;
        width: calc(100% - 2px);
        z-index: 999; }
        @media (min-width: 544px) {
          .home-email-signup .container form .email-input-box .email-signup-message-footer {
            right: 1px;
            width: 291px; } }
        .home-email-signup .container form .email-input-box .email-signup-message-footer .alert-success {
          padding: 9px;
          background-color: #f3f9f4;
          color: #2e8540; }
          @media (min-width: 544px) and (max-width: 1199.98px) {
            .home-email-signup .container form .email-input-box .email-signup-message-footer .alert-success {
              padding: 5px 7px; } }
          .home-email-signup .container form .email-input-box .email-signup-message-footer .alert-success span {
            display: inline-block;
            margin-right: 5px;
            position: relative;
            bottom: 1px;
            transform: scale(0.57); }
  .home-email-signup .container .email-description {
    padding-top: 0.375em;
    padding-right: 0;
    padding-bottom: 16px;
    width: 245px;
    text-align: left;
    color: #000;
    font-size: 16px;
    font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
    line-height: 1.2;
    text-transform: uppercase; }
    @media (min-width: 544px) {
      .home-email-signup .container .email-description {
        padding-bottom: 0;
        text-align: right; } }
  .home-email-signup .container .input-group {
    width: 100%;
    margin-left: 0; }
    @media (min-width: 544px) {
      .home-email-signup .container .input-group {
        width: 293px;
        margin-left: 14px; } }
  .home-email-signup .container .input-group > .form-control {
    width: 100%;
    color: #777;
    font-size: 12px;
    font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
    line-height: 1.2;
    height: 45px;
    border-radius: 0;
    border: 1px solid #777; }
    @media (min-width: 544px) and (max-width: 1199.98px) {
      .home-email-signup .container .input-group > .form-control {
        height: 36px; } }
  .home-email-signup .container .input-group.error .form-control {
    border-color: #d41026; }
  .home-email-signup .container .input-group.success .form-control {
    border-color: #2e8540; }
  .home-email-signup .container .input-group-append {
    right: 1px;
    top: 1px;
    position: absolute;
    z-index: 4; }
    .home-email-signup .container .input-group-append .subscribe-email {
      border: 0;
      background-color: transparent;
      width: 44px;
      height: 42px;
      padding: 5px 8px; }
      @media (min-width: 544px) and (max-width: 1199.98px) {
        .home-email-signup .container .input-group-append .subscribe-email {
          padding: 1px 8px;
          width: 35px;
          height: 34px; } }
      .home-email-signup .container .input-group-append .subscribe-email span {
        display: inline-block;
        transform: rotate(-90deg) scale(0.68); }

footer {
  background-color: #eee;
  padding-top: 22px; }
  @media (min-width: 1024px) {
    footer {
      padding-top: 23px;
      padding-bottom: 18px; } }
  @media (max-width: 543.98px) {
    footer {
      padding-top: 30px; } }
  footer .container .we-are-here-content .we-are-here-heading {
    font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
    font-size: 24px;
    line-height: 1.22;
    color: #444; }
  footer .container .we-are-here-content .phone-email {
    font-size: 12px;
    line-height: 1.5;
    font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
    padding: 21px 0 36px; }
    @media (min-width: 1024px) {
      footer .container .we-are-here-content .phone-email {
        font-size: 16px;
        font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
        line-height: 1.2;
        padding: 23px 0 32px; } }
    @media (max-width: 543.98px) {
      footer .container .we-are-here-content .phone-email {
        padding: 21px 0 28px; } }
    footer .container .we-are-here-content .phone-email .telno {
      margin-right: 20px; }
    footer .container .we-are-here-content .phone-email .do-email {
      margin-left: 20px; }
    footer .container .we-are-here-content .phone-email .custom-border {
      border-right: 1px solid #ccc;
      height: 28px; }
  footer .container .we-are-here-border {
    margin-top: 0;
    margin-bottom: 18px; }
  footer .container h2 {
    color: #444;
    font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif; }
  footer .container a {
    color: #444; }
    @media (min-width: 1024px) {
      footer .container a:hover {
        text-decoration: none;
        border-bottom: 1px solid #444; } }
  @media (max-width: 1023.98px) {
    footer .container .footer-container {
      padding: 0 10px; }
      footer .container .footer-container .footer-item {
        border-bottom: 1px solid #ddd;
        padding: 0; } }
  footer .container .footer-container .footer-item.collapsible-md button {
    color: #444;
    font-family: "trade-gothic-next-bold", "Helvetica Neue", helvetica, arial, sans-serif;
    font-size: 12px; }
    @media (max-width: 543.98px) {
      footer .container .footer-container .footer-item.collapsible-md button {
        font-family: "trade-gothic-next-bold", "Helvetica Neue", helvetica, arial, sans-serif; } }
  @media (max-width: 1023.98px) {
    footer .container div.collapsible-md .title {
      font-size: 12px;
      font-family: "trade-gothic-next-bold", "Helvetica Neue", helvetica, arial, sans-serif;
      line-height: 1.2;
      color: #444;
      font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
      text-transform: capitalize; } }
  footer .container .content {
    font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
    margin: 0; }
    @media (max-width: 1199.98px) {
      footer .container .content {
        margin-bottom: 16px; } }
    footer .container .content li {
      height: auto;
      font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif; }
      footer .container .content li a {
        font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif; }
  footer .container hr {
    margin-top: 33px; }
  footer .container .social .social-links {
    width: 180px; }
    footer .container .social .social-links li {
      margin: 0 17.5px;
      line-height: 1.1; }
      footer .container .social .social-links li .facebook,
      footer .container .social .social-links li .pinterest,
      footer .container .social .social-links li .twitter,
      footer .container .social .social-links li .instagram {
        height: 18px;
        width: 18px; }
  footer .container .copyright-notice {
    width: 100%; }
    footer .container .copyright-notice .copyright {
      float: none;
      color: #444;
      width: 210.5px;
      font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
      font-size: 12px;
      line-height: 1.5;
      text-align: center;
      margin: 14px auto 0; }
      @media (min-width: 1024px) {
        footer .container .copyright-notice .copyright {
          float: left;
          width: auto;
          margin-top: 11px;
          margin-bottom: 0; } }
    footer .container .copyright-notice .app-sms {
      float: none;
      font-size: 12px;
      font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
      line-height: 1.5;
      color: #aaa;
      margin-top: 0;
      width: 100%;
      text-align: center; }
      @media (min-width: 1024px) {
        footer .container .copyright-notice .app-sms {
          float: right;
          width: auto;
          margin-top: 11px; } }
      footer .container .copyright-notice .app-sms a {
        color: #444; }
        footer .container .copyright-notice .app-sms a:hover {
          border-color: #aaa; }

@media (max-width: 543.98px) {
  .home-email-signup .signup-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row-reverse;
        flex-flow: row-reverse;
    margin: 0 auto;
    padding: 0 20px; } }

.home-email-signup.footer-email-signup {
  padding-top: 0; }
  .home-email-signup.footer-email-signup .container {
    padding: 0; }
    @media (min-width: 544px) {
      .home-email-signup.footer-email-signup .container {
        border-top: none; } }
    .home-email-signup.footer-email-signup .container form {
      border: none;
      width: 483px;
      padding: 120px 0 51px; }
      @media (max-width: 1023.98px) {
        .home-email-signup.footer-email-signup .container form {
          padding: 54px 0 54px;
          width: 100%;
          max-width: 337px;
          margin: 0 auto; } }
      .home-email-signup.footer-email-signup .container form .email-input-box {
        float: left; }
        @media (max-width: 543.98px) {
          .home-email-signup.footer-email-signup .container form .email-input-box {
            float: none;
            width: 100%; } }
        .home-email-signup.footer-email-signup .container form .email-input-box .email-signup-message-footer {
          width: 100%;
          right: -50px;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: center;
              justify-content: center; }
          .home-email-signup.footer-email-signup .container form .email-input-box .email-signup-message-footer .alert-success {
            padding: 7px 9px 8px;
            -ms-flex-pack: center;
                justify-content: center;
            background: #fff; }
            .home-email-signup.footer-email-signup .container form .email-input-box .email-signup-message-footer .alert-success span {
              transform: scale(1);
              margin-left: 25px;
              color: #000;
              font-size: 14px; }
            .home-email-signup.footer-email-signup .container form .email-input-box .email-signup-message-footer .alert-success .success-content-ave .success-img {
              transform: scale(0.72) translate(5px, 10px); }
            .home-email-signup.footer-email-signup .container form .email-input-box .email-signup-message-footer .alert-success span {
              bottom: 0px; }
          .home-email-signup.footer-email-signup .container form .email-input-box .email-signup-message-footer .alert-success::before {
            display: none; }
        .home-email-signup.footer-email-signup .container form .email-input-box .error-container {
          position: relative;
          left: 0;
          padding: 5px 0 0 16px;
          color: #e13232;
          font-size: 12px;
          letter-spacing: 0.25px; }
      div[data-action='Home-Show'] .home-email-signup.footer-email-signup .container form {
        padding-top: 48px; }
        @media (max-width: 1023.98px) {
          div[data-action='Home-Show'] .home-email-signup.footer-email-signup .container form {
            padding-top: 0; } }
    .home-email-signup.footer-email-signup .container .email-description {
      padding: 0 0 17px;
      width: 100%;
      font-size: 14px;
      line-height: 18px;
      letter-spacing: 1.25px; }
    .home-email-signup.footer-email-signup .container .input-group.email-signup-input {
      width: 383px;
      margin: 0; }
      @media (max-width: 1023.98px) {
        .home-email-signup.footer-email-signup .container .input-group.email-signup-input {
          width: 237px; } }
      @media (max-width: 543.98px) {
        .home-email-signup.footer-email-signup .container .input-group.email-signup-input {
          width: auto; } }
      .home-email-signup.footer-email-signup .container .input-group.email-signup-input > .form-control:focus {
        z-index: auto; }
    .home-email-signup.footer-email-signup .container input::-webkit-input-placeholder {
      color: #000;
      opacity: 1; }
    .home-email-signup.footer-email-signup .container input:-ms-input-placeholder {
      color: #000;
      opacity: 1; }
    .home-email-signup.footer-email-signup .container input::placeholder {
      color: #000;
      opacity: 1; }
    .home-email-signup.footer-email-signup .container :-ms-input-placeholder {
      color: #000; }
    .home-email-signup.footer-email-signup .container ::-ms-input-placeholder {
      color: #000; }
    .home-email-signup.footer-email-signup .container .input-group > .form-control {
      color: #000;
      border-color: #aaa;
      font-size: 14px;
      letter-spacing: 0.25px;
      border-radius: 2px; }
      @media (min-width: 544px) and (max-width: 1199.98px) {
        .home-email-signup.footer-email-signup .container .input-group > .form-control {
          height: 45px; } }
      @media (max-width: 543.98px) {
        .home-email-signup.footer-email-signup .container .input-group > .form-control {
          padding-right: 7px;
          letter-spacing: 0; } }
      .home-email-signup.footer-email-signup .container .input-group > .form-control.is-invalid {
        border-color: #e13232; }
    .home-email-signup.footer-email-signup .container .input-group.error .form-control {
      border-color: #e13232 !important; }
    .home-email-signup.footer-email-signup .container .subscribe-email {
      margin-left: 10px;
      width: 90px;
      height: 45px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      letter-spacing: 1.2px;
      float: right; }
    .home-email-signup.footer-email-signup .container .sign-up-bottom {
      clear: both; }
    .home-email-signup.footer-email-signup .container .privacy-link {
      padding-top: 11px;
      line-height: 18px;
      letter-spacing: 0.25px;
      font-size: 12px; }
      @media (max-width: 1023.98px) {
        .home-email-signup.footer-email-signup .container .privacy-link {
          padding-top: 5px; } }
      .home-email-signup.footer-email-signup .container .privacy-link a {
        color: #000;
        text-decoration: none;
        border-bottom: 1px solid #000;
        padding-bottom: 1px; }
        .home-email-signup.footer-email-signup .container .privacy-link a:hover {
          text-decoration: none;
          border: none; }

footer {
  background-color: #fff;
  padding: 0; }
  footer .footer-top-wrap {
    background-color: #eee;
    padding: 27px 0 14px; }
    @media (max-width: 1023.98px) {
      footer .footer-top-wrap {
        padding: 13px 0 22px; } }
  @media (max-width: 1023.98px) {
    footer .container .footer-container {
      padding: 0 20px; } }
  footer .container .footer-container .footer-item.collapsible-md button {
    color: #000;
    font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
    font-size: 14px;
    line-height: 1.17;
    padding: 14px 0 12px;
    text-transform: uppercase;
    margin-bottom: 0; }
  footer .container .we-are-here-content .we-are-here-heading {
    font-family: "Moneta-Regular", "Times New Roman", times, serif;
    font-size: 28px;
    color: #000;
    line-height: 32px;
    letter-spacing: 1.2px;
    padding-bottom: 6px; }
    @media (max-width: 1023.98px) {
      footer .container .we-are-here-content .we-are-here-heading {
        padding-bottom: 7px; } }
  footer .container .we-are-here-content .phone-email {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.25px;
    padding: 0 0 25px; }
    @media (max-width: 1023.98px) {
      footer .container .we-are-here-content .phone-email {
        padding-bottom: 24px; } }
    @media (max-width: 543.98px) {
      footer .container .we-are-here-content .phone-email {
        padding-bottom: 25px; } }
    footer .container .we-are-here-content .phone-email .custom-border {
      border-color: #aaa; }
  footer .container .we-are-here-content .chat-link {
    margin: 0 20px; }
  footer .container .content {
    letter-spacing: 0.25px;
    margin-bottom: 0; }
    @media (max-width: 1023.98px) {
      footer .container .content {
        margin-bottom: 20px; } }
  footer .container .social {
    margin-top: 38px;
    padding: 0 0 0 10px; }
    @media (max-width: 1199.98px) {
      footer .container .social {
        margin-top: 36px; } }
    @media (max-width: 1023.98px) {
      footer .container .social {
        padding: 0 0 18px;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        max-width: 100%;
        display: -ms-flexbox;
        display: flex;
        margin-top: 20px; } }
    @media (max-width: 543.98px) {
      footer .container .social {
        margin-top: 19px; } }
    footer .container .social .social-links {
      width: 342px; }
      @media (max-width: 1199.98px) {
        footer .container .social .social-links {
          width: 333px; } }
      @media (max-width: 1023.98px) {
        footer .container .social .social-links {
          width: auto;
          margin: 0; } }
      footer .container .social .social-links li {
        margin: 0 11.5px; }
        footer .container .social .social-links li:last-child {
          margin-left: 24.5px; }
        @media (max-width: 1199.98px) {
          footer .container .social .social-links li {
            margin: 0 12.5px; }
            footer .container .social .social-links li:last-child {
              margin-left: 16.5px; } }
        @media (max-width: 1023.98px) {
          footer .container .social .social-links li {
            margin: 0 11.5px; }
            footer .container .social .social-links li:last-child {
              margin-left: 17.5px; } }
        footer .container .social .social-links li .facebook,
        footer .container .social .social-links li .pinterest,
        footer .container .social .social-links li .twitter,
        footer .container .social .social-links li .instagram {
          height: 28px;
          width: 28px; }
          @media (max-width: 1199.98px) {
            footer .container .social .social-links li .facebook,
            footer .container .social .social-links li .pinterest,
            footer .container .social .social-links li .twitter,
            footer .container .social .social-links li .instagram {
              height: 26px;
              width: 26px; } }
          @media (max-width: 1023.98px) {
            footer .container .social .social-links li .facebook,
            footer .container .social .social-links li .pinterest,
            footer .container .social .social-links li .twitter,
            footer .container .social .social-links li .instagram {
              height: 28px;
              width: 28px; } }
        footer .container .social .social-links li span {
          vertical-align: middle; }
        footer .container .social .social-links li a {
          vertical-align: middle; }
  footer .container a {
    color: #000; }
    footer .container a:hover {
      border-bottom: 1px solid #000;
      text-decoration: none; }
  footer .container hr {
    border-color: #ddd; }
  footer .container .we-are-here-border {
    margin-bottom: 24px; }
    @media (max-width: 1199.98px) {
      footer .container .we-are-here-border {
        margin-bottom: 25px; } }
  footer .container h2 {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1.25px;
    color: #000;
    margin-bottom: 2px; }

@media (max-width: 1023.98px) {
  .footer-container .footer-item {
    border-color: #eee; }
    .footer-container .footer-item:first-child {
      border-color: #eee; } }

.footer-container h2 {
  text-transform: uppercase; }

.footer-social-right {
  padding: 0;
  margin-top: 32px; }
  .footer-social-right img {
    padding-right: 3px; }
  @media (max-width: 1023.98px) {
    .footer-social-right {
      margin-top: 0; } }
  @media (max-width: 1023.98px) {
    .footer-social-right {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      max-width: 100%;
      display: -ms-flexbox;
      display: flex; }
      .footer-social-right.text-right {
        text-align: center !important; } }
  .footer-social-right ul li {
    display: inline-block;
    margin: 0 20px; }
    .footer-social-right ul li:last-child {
      margin-right: 15px; }
    .footer-social-right ul li.btn-feedback a {
      width: 130px;
      display: block;
      height: 32px;
      border: solid 1px #000;
      border-radius: 2px;
      letter-spacing: 1.25px;
      text-align: center;
      padding: 8px 0 9px;
      line-height: 15px;
      text-transform: uppercase;
      text-decoration: none; }
      .footer-social-right ul li.btn-feedback a:hover {
        color: #fff;
        background-color: #000;
        border: 1px solid #000; }
  @media (max-width: 1023.98px) {
    .footer-social-right ul {
      width: 236px;
      margin: 0 auto; }
      .footer-social-right ul li {
        margin: 0; }
        .footer-social-right ul li:first-child {
          margin-right: 20px; }
        .footer-social-right ul li:last-child {
          margin: 20px 0 0; } }
  @media screen and (max-width: 767.98px) {
    .footer-social-right ul {
      width: 228px; }
      .footer-social-right ul li:first-child {
        margin-right: 15px; } }

.footer-bottom-wrap {
  padding: 16px 0; }
  @media (max-width: 1023.98px) {
    .footer-bottom-wrap {
      padding: 23px 20px; }
      .footer-bottom-wrap .cols {
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        max-width: 100%;
        display: -ms-flexbox;
        display: flex;
        padding: 0;
        text-align: center; }
        .footer-bottom-wrap .cols.text-right {
          text-align: center !important;
          -ms-flex-pack: center;
              justify-content: center; } }
  @media screen and (max-width: 767.98px) {
    .footer-bottom-wrap {
      padding: 25px 20px 27px; } }
  .footer-bottom-wrap ul li {
    display: inline-block;
    padding: 0 15px; }
    .footer-bottom-wrap ul li.forterCustomerWebId {
      padding-right: 0; }
    .footer-bottom-wrap ul li:after {
      content: '';
      width: 1px;
      height: 14px;
      border-right: solid 1px #aaa;
      padding-left: 15px; }
    .footer-bottom-wrap ul li:first-child, .footer-bottom-wrap ul li:last-child {
      padding-left: 0; }
    .footer-bottom-wrap ul li:last-child {
      padding-right: 0; }
      .footer-bottom-wrap ul li:last-child:after {
        display: none; }
  @media (max-width: 1023.98px) {
    .footer-bottom-wrap .copyright-notice ul li {
      display: block;
      padding: 0 0 24px; }
      .footer-bottom-wrap .copyright-notice ul li:after {
        display: none; } }
  @media screen and (max-width: 767.98px) {
    .footer-bottom-wrap .copyright-notice ul li {
      padding-bottom: 23px; } }

#__trackingframe {
  display: block; }

/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsImZpbGUiOiJkZWZhdWx0XFxjc3NcXGdsb2JhbC1BVEYuY3NzIiwic291cmNlUm9vdCI6IiJ9*/