@charset "UTF-8";
/*!
 * Bootstrap v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007ac3;
  --very-light-blue: #e1f4ff;
  --indigo: #6610f2;
  --cerulean: #007ac3;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #ff001f;
  --cherry-red: #ff001f;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --white-two: #f4f2f1;
  --white-three: #f3f2f2;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --warm-grey: #747474;
  --warm-grey-two: #797979;
  --greyish: #a6a6a6;
  --light-grey: #ddd9d7;
  --slate: #3f6171;
  --primary: #007ac3;
  --secondary: #000;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #ff001f;
  --light: #f4f2f1;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 1024px;
  --breakpoint-xl: 1440px;
  --font-family-sans-serif: "Nunito Sans", sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

:root {
  --font-family-primary: "Nunito Sans", sans-serif;
  --font-family-secondary: "Cormorant Garamond", serif;
  --scroll-bar: 8px; }

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

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

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

body {
  margin: 0;
  font-family: "Nunito Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  text-align: left;
  background-color: #fff; }

[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;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

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

dfn {
  font-style: italic; }

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: #007ac3;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #004a77;
    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;
  -ms-overflow-style: scrollbar; }

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 24px;
  padding-bottom: 0.75rem 24px;
  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; }

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

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-cancel-button,
[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, legend, .h3, .login-box h2, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  line-height: 1.2;
  color: inherit; }

h1, .h1 {
  font-size: 36px; }

h2, .h2, legend {
  font-size: 27px; }

h3, .h3, .login-box h2 {
  font-size: 22px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 18px; }

h6, .h6 {
  font-size: 16px; }

.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 rgba(0, 0, 0, 0.1); }

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

h1, .h1 {
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

h2, .h2, legend {
  font-weight: 300; }

h1, h3, h4,
.h1, .h3, .login-box h2, .h4 {
  font-weight: 400; }

h2, h3, .h2, legend, .h3, .login-box h2 {
  font-family: "Nunito Sans", sans-serif; }

h4, h6,
.h4, .h6 {
  font-family: inherit; }

.mini-header {
  display: block;
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  padding: 3px 0; }

.text-size-xs {
  font-size: 0.8125rem !important; }

.text-size-sm {
  font-size: 0.875rem !important; }

.text-size-base {
  font-size: 1rem !important; }

.text-size-lg {
  font-size: 1.25rem !important; }

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #ddd9d7;
  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; }
  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%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px; }
  @media (min-width: 1024px) {
    .container {
      padding-right: 40px;
      padding-left: 40px; } }
  @media (min-width: 1440px) {
    .container {
      max-width: 1440px; } }

.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px; }
  @media (min-width: 1024px) {
    .container-fluid {
      padding-right: 40px;
      padding-left: 40px; } }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px; }
  @media (min-width: 1024px) {
    .row {
      margin-right: -20px;
      margin-left: -20px; } }

.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%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px; }

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

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.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: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-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: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-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: 1440px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-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%; } }

@media (max-width: 1023.98px) {
  .row > .col,
  .row > [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px; } }

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

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

.table-bordered {
  border: 1px solid #ddd9d7; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd9d7; }
  .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(even) {
  background-color: #f3f2f2; }

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

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

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

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

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

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

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

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

.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-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: #ffb8c0; }

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

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

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

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

.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: #212529;
  border-color: #32383e; }

.table .thead-light th {
  color: inherit;
  background-color: #ddd9d7;
  border-color: #ddd9d7; }

.table-dark {
  color: #fff;
  background-color: #212529; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #32383e; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f3f2f2; }
  .table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075); }

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

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .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;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }

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

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

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
  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 screen and (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover, .btn:focus {
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 122, 195, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #007ac3;
  border-color: #007ac3; }
  .btn-primary:hover {
    color: #fff;
    background-color: #00629d;
    border-color: #005a90; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 122, 195, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #007ac3;
    border-color: #007ac3; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #005a90;
    border-color: #005283; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 122, 195, 0.5); }

.btn-secondary, .button-fancy-large {
  color: #fff;
  background-color: #000;
  border-color: #000; }
  .btn-secondary:hover, .button-fancy-large:hover {
    color: #fff;
    background-color: black;
    border-color: black; }
  .btn-secondary:focus, .button-fancy-large:focus, .btn-secondary.focus, .focus.button-fancy-large {
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }
  .btn-secondary.disabled, .disabled.button-fancy-large, .btn-secondary:disabled, .button-fancy-large:disabled {
    color: #fff;
    background-color: #000;
    border-color: #000; }
  .btn-secondary:not(:disabled):not(.disabled):active, .button-fancy-large:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .button-fancy-large:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle,
  .show > .dropdown-toggle.button-fancy-large {
    color: #fff;
    background-color: black;
    border-color: black; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .button-fancy-large:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .button-fancy-large:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus,
    .show > .dropdown-toggle.button-fancy-large:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .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(40, 167, 69, 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(23, 162, 184, 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(23, 162, 184, 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(255, 193, 7, 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(255, 193, 7, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #ff001f;
  border-color: #ff001f; }
  .btn-danger:hover {
    color: #fff;
    background-color: #d9001a;
    border-color: #cc0019; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 0, 31, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #ff001f;
    border-color: #ff001f; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #cc0019;
    border-color: #bf0017; }
    .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(255, 0, 31, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f4f2f1;
  border-color: #f4f2f1; }
  .btn-light:hover {
    color: #212529;
    background-color: #e3dedc;
    border-color: #ded7d4; }
  .btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(244, 242, 241, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f4f2f1;
    border-color: #f4f2f1; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #ded7d4;
    border-color: #d8d1cd; }
    .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(244, 242, 241, 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(52, 58, 64, 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(52, 58, 64, 0.5); }

.btn-outline-primary {
  color: #007ac3;
  background-color: transparent;
  background-image: none;
  border-color: #007ac3; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #007ac3;
    border-color: #007ac3; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 122, 195, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #007ac3;
    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: #007ac3;
    border-color: #007ac3; }
    .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, 122, 195, 0.5); }

.btn-outline-secondary {
  color: #000;
  background-color: transparent;
  background-image: none;
  border-color: #000; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #000;
    border-color: #000; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #000;
    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: #000;
    border-color: #000; }
    .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(0, 0, 0, 0.5); }

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    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: #28a745;
    border-color: #28a745; }
    .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(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  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;
  background-color: transparent;
  background-image: none;
  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: #ff001f;
  background-color: transparent;
  background-image: none;
  border-color: #ff001f; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #ff001f;
    border-color: #ff001f; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 0, 31, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #ff001f;
    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: #ff001f;
    border-color: #ff001f; }
    .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(255, 0, 31, 0.5); }

.btn-outline-light {
  color: #f4f2f1;
  background-color: transparent;
  background-image: none;
  border-color: #f4f2f1; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f4f2f1;
    border-color: #f4f2f1; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(244, 242, 241, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f4f2f1;
    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: #f4f2f1;
    border-color: #f4f2f1; }
    .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(244, 242, 241, 0.5); }

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  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, .button-text {
  font-weight: 400;
  color: #007ac3;
  background-color: transparent; }
  .btn-link:hover, .button-text:hover {
    color: #004a77;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent; }
  .btn-link:focus, .button-text:focus, .btn-link.focus, .focus.button-text {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none; }
  .btn-link:disabled, .button-text:disabled, .btn-link.disabled, .disabled.button-text {
    color: #6c757d;
    pointer-events: none; }

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0; }

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0; }

.btn-block {
  display: 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 screen and (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 screen and (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }

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

.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: #003f65;
  background-color: #cce4f3;
  border-color: #b8daee; }
  .alert-primary hr {
    border-top-color: #a3cfe9; }
  .alert-primary .alert-link {
    color: #001f32; }

.alert-secondary {
  color: black;
  background-color: #cccccc;
  border-color: #b8b8b8; }
  .alert-secondary hr {
    border-top-color: #ababab; }
  .alert-secondary .alert-link {
    color: black; }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }
  .alert-success hr {
    border-top-color: #b1dfbb; }
  .alert-success .alert-link {
    color: #0b2e13; }

.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: #850010;
  background-color: #ffccd2;
  border-color: #ffb8c0; }
  .alert-danger hr {
    border-top-color: #ff9fa9; }
  .alert-danger .alert-link {
    color: #52000a; }

.alert-light {
  color: #7f7e7d;
  background-color: #fdfcfc;
  border-color: #fcfbfb; }
  .alert-light hr {
    border-top-color: #f1ecec; }
  .alert-light .alert-link {
    color: #656564; }

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

.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: #007ac3 !important; }

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

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

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

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

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !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: #ff001f !important; }

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

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

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #ded7d4 !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 #ddd9d7 !important; }

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

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

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

.border-left {
  border-left: 1px solid #ddd9d7 !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: #007ac3 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.rounded-circle {
  border-radius: 50% !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: flex !important; }

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

@media (min-width: 576px) {
  .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: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .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: flex !important; }
  .d-md-inline-flex {
    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: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1440px) {
  .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: flex !important; }
  .d-xl-inline-flex {
    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: flex !important; }
  .d-print-inline-flex {
    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 {
  flex-direction: row !important; }

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

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

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

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

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

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

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

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

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

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

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

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

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

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

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

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

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

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

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

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

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

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

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

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

.align-self-stretch {
  align-self: stretch !important; }

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1440px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !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; }

.m-xs {
  margin: 20px !important; }

.mt-xs,
.my-xs {
  margin-top: 20px !important; }

.mr-xs,
.mx-xs {
  margin-right: 20px !important; }

.mb-xs,
.my-xs {
  margin-bottom: 20px !important; }

.ml-xs,
.mx-xs {
  margin-left: 20px !important; }

.m-lg {
  margin: 40px !important; }

.mt-lg,
.my-lg {
  margin-top: 40px !important; }

.mr-lg,
.mx-lg {
  margin-right: 40px !important; }

.mb-lg,
.my-lg {
  margin-bottom: 40px !important; }

.ml-lg,
.mx-lg {
  margin-left: 40px !important; }

.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.25rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-xs {
  padding: 20px !important; }

.pt-xs,
.py-xs {
  padding-top: 20px !important; }

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

.pb-xs,
.py-xs {
  padding-bottom: 20px !important; }

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

.p-lg {
  padding: 40px !important; }

.pt-lg,
.py-lg {
  padding-top: 40px !important; }

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

.pb-lg,
.py-lg {
  padding-bottom: 40px !important; }

.pl-lg,
.px-lg {
  padding-left: 40px !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.25rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.pl-6,
.px-6 {
  padding-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: 576px) {
  .m-sm-xs {
    margin: 20px !important; }
  .mt-sm-xs,
  .my-sm-xs {
    margin-top: 20px !important; }
  .mr-sm-xs,
  .mx-sm-xs {
    margin-right: 20px !important; }
  .mb-sm-xs,
  .my-sm-xs {
    margin-bottom: 20px !important; }
  .ml-sm-xs,
  .mx-sm-xs {
    margin-left: 20px !important; }
  .m-sm-lg {
    margin: 40px !important; }
  .mt-sm-lg,
  .my-sm-lg {
    margin-top: 40px !important; }
  .mr-sm-lg,
  .mx-sm-lg {
    margin-right: 40px !important; }
  .mb-sm-lg,
  .my-sm-lg {
    margin-bottom: 40px !important; }
  .ml-sm-lg,
  .mx-sm-lg {
    margin-left: 40px !important; }
  .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.25rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.25rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.25rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.25rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.25rem !important; }
  .m-sm-5 {
    margin: 2.5rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 2.5rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 2.5rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 2.5rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 2.5rem !important; }
  .m-sm-6 {
    margin: 3rem !important; }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 3rem !important; }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 3rem !important; }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 3rem !important; }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 3rem !important; }
  .p-sm-xs {
    padding: 20px !important; }
  .pt-sm-xs,
  .py-sm-xs {
    padding-top: 20px !important; }
  .pr-sm-xs,
  .px-sm-xs {
    padding-right: 20px !important; }
  .pb-sm-xs,
  .py-sm-xs {
    padding-bottom: 20px !important; }
  .pl-sm-xs,
  .px-sm-xs {
    padding-left: 20px !important; }
  .p-sm-lg {
    padding: 40px !important; }
  .pt-sm-lg,
  .py-sm-lg {
    padding-top: 40px !important; }
  .pr-sm-lg,
  .px-sm-lg {
    padding-right: 40px !important; }
  .pb-sm-lg,
  .py-sm-lg {
    padding-bottom: 40px !important; }
  .pl-sm-lg,
  .px-sm-lg {
    padding-left: 40px !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.25rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.25rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.25rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.25rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.25rem !important; }
  .p-sm-5 {
    padding: 2.5rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 2.5rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 2.5rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 2.5rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 2.5rem !important; }
  .p-sm-6 {
    padding: 3rem !important; }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 3rem !important; }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 3rem !important; }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 3rem !important; }
  .pl-sm-6,
  .px-sm-6 {
    padding-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: 768px) {
  .m-md-xs {
    margin: 20px !important; }
  .mt-md-xs,
  .my-md-xs {
    margin-top: 20px !important; }
  .mr-md-xs,
  .mx-md-xs {
    margin-right: 20px !important; }
  .mb-md-xs,
  .my-md-xs {
    margin-bottom: 20px !important; }
  .ml-md-xs,
  .mx-md-xs {
    margin-left: 20px !important; }
  .m-md-lg {
    margin: 40px !important; }
  .mt-md-lg,
  .my-md-lg {
    margin-top: 40px !important; }
  .mr-md-lg,
  .mx-md-lg {
    margin-right: 40px !important; }
  .mb-md-lg,
  .my-md-lg {
    margin-bottom: 40px !important; }
  .ml-md-lg,
  .mx-md-lg {
    margin-left: 40px !important; }
  .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.25rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.25rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.25rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.25rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.25rem !important; }
  .m-md-5 {
    margin: 2.5rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 2.5rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 2.5rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 2.5rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 2.5rem !important; }
  .m-md-6 {
    margin: 3rem !important; }
  .mt-md-6,
  .my-md-6 {
    margin-top: 3rem !important; }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 3rem !important; }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 3rem !important; }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 3rem !important; }
  .p-md-xs {
    padding: 20px !important; }
  .pt-md-xs,
  .py-md-xs {
    padding-top: 20px !important; }
  .pr-md-xs,
  .px-md-xs {
    padding-right: 20px !important; }
  .pb-md-xs,
  .py-md-xs {
    padding-bottom: 20px !important; }
  .pl-md-xs,
  .px-md-xs {
    padding-left: 20px !important; }
  .p-md-lg {
    padding: 40px !important; }
  .pt-md-lg,
  .py-md-lg {
    padding-top: 40px !important; }
  .pr-md-lg,
  .px-md-lg {
    padding-right: 40px !important; }
  .pb-md-lg,
  .py-md-lg {
    padding-bottom: 40px !important; }
  .pl-md-lg,
  .px-md-lg {
    padding-left: 40px !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.25rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.25rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.25rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.25rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.25rem !important; }
  .p-md-5 {
    padding: 2.5rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 2.5rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 2.5rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 2.5rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 2.5rem !important; }
  .p-md-6 {
    padding: 3rem !important; }
  .pt-md-6,
  .py-md-6 {
    padding-top: 3rem !important; }
  .pr-md-6,
  .px-md-6 {
    padding-right: 3rem !important; }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 3rem !important; }
  .pl-md-6,
  .px-md-6 {
    padding-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-xs {
    margin: 20px !important; }
  .mt-lg-xs,
  .my-lg-xs {
    margin-top: 20px !important; }
  .mr-lg-xs,
  .mx-lg-xs {
    margin-right: 20px !important; }
  .mb-lg-xs,
  .my-lg-xs {
    margin-bottom: 20px !important; }
  .ml-lg-xs,
  .mx-lg-xs {
    margin-left: 20px !important; }
  .m-lg-lg {
    margin: 40px !important; }
  .mt-lg-lg,
  .my-lg-lg {
    margin-top: 40px !important; }
  .mr-lg-lg,
  .mx-lg-lg {
    margin-right: 40px !important; }
  .mb-lg-lg,
  .my-lg-lg {
    margin-bottom: 40px !important; }
  .ml-lg-lg,
  .mx-lg-lg {
    margin-left: 40px !important; }
  .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.25rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.25rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.25rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.25rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.25rem !important; }
  .m-lg-5 {
    margin: 2.5rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 2.5rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 2.5rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 2.5rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 2.5rem !important; }
  .m-lg-6 {
    margin: 3rem !important; }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 3rem !important; }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 3rem !important; }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 3rem !important; }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 3rem !important; }
  .p-lg-xs {
    padding: 20px !important; }
  .pt-lg-xs,
  .py-lg-xs {
    padding-top: 20px !important; }
  .pr-lg-xs,
  .px-lg-xs {
    padding-right: 20px !important; }
  .pb-lg-xs,
  .py-lg-xs {
    padding-bottom: 20px !important; }
  .pl-lg-xs,
  .px-lg-xs {
    padding-left: 20px !important; }
  .p-lg-lg {
    padding: 40px !important; }
  .pt-lg-lg,
  .py-lg-lg {
    padding-top: 40px !important; }
  .pr-lg-lg,
  .px-lg-lg {
    padding-right: 40px !important; }
  .pb-lg-lg,
  .py-lg-lg {
    padding-bottom: 40px !important; }
  .pl-lg-lg,
  .px-lg-lg {
    padding-left: 40px !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.25rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.25rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.25rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.25rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.25rem !important; }
  .p-lg-5 {
    padding: 2.5rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 2.5rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 2.5rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 2.5rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 2.5rem !important; }
  .p-lg-6 {
    padding: 3rem !important; }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 3rem !important; }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 3rem !important; }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 3rem !important; }
  .pl-lg-6,
  .px-lg-6 {
    padding-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: 1440px) {
  .m-xl-xs {
    margin: 20px !important; }
  .mt-xl-xs,
  .my-xl-xs {
    margin-top: 20px !important; }
  .mr-xl-xs,
  .mx-xl-xs {
    margin-right: 20px !important; }
  .mb-xl-xs,
  .my-xl-xs {
    margin-bottom: 20px !important; }
  .ml-xl-xs,
  .mx-xl-xs {
    margin-left: 20px !important; }
  .m-xl-lg {
    margin: 40px !important; }
  .mt-xl-lg,
  .my-xl-lg {
    margin-top: 40px !important; }
  .mr-xl-lg,
  .mx-xl-lg {
    margin-right: 40px !important; }
  .mb-xl-lg,
  .my-xl-lg {
    margin-bottom: 40px !important; }
  .ml-xl-lg,
  .mx-xl-lg {
    margin-left: 40px !important; }
  .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.25rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.25rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.25rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.25rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.25rem !important; }
  .m-xl-5 {
    margin: 2.5rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 2.5rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 2.5rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 2.5rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 2.5rem !important; }
  .m-xl-6 {
    margin: 3rem !important; }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 3rem !important; }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 3rem !important; }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 3rem !important; }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 3rem !important; }
  .p-xl-xs {
    padding: 20px !important; }
  .pt-xl-xs,
  .py-xl-xs {
    padding-top: 20px !important; }
  .pr-xl-xs,
  .px-xl-xs {
    padding-right: 20px !important; }
  .pb-xl-xs,
  .py-xl-xs {
    padding-bottom: 20px !important; }
  .pl-xl-xs,
  .px-xl-xs {
    padding-left: 20px !important; }
  .p-xl-lg {
    padding: 40px !important; }
  .pt-xl-lg,
  .py-xl-lg {
    padding-top: 40px !important; }
  .pr-xl-lg,
  .px-xl-lg {
    padding-right: 40px !important; }
  .pb-xl-lg,
  .py-xl-lg {
    padding-bottom: 40px !important; }
  .pl-xl-lg,
  .px-xl-lg {
    padding-left: 40px !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.25rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.25rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.25rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.25rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.25rem !important; }
  .p-xl-5 {
    padding: 2.5rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 2.5rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 2.5rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 2.5rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 2.5rem !important; }
  .p-xl-6 {
    padding: 3rem !important; }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 3rem !important; }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 3rem !important; }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 3rem !important; }
  .pl-xl-6,
  .px-xl-6 {
    padding-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; }

.text-justify {
  text-align: justify !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: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .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: 1440px) {
  .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-normal {
  font-weight: 400 !important; }

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

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

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

.text-primary {
  color: #007ac3 !important; }

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

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

a.text-secondary:hover, a.text-secondary:focus {
  color: black !important; }

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

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

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

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

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

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

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

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

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

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

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

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

.text-body {
  color: #000 !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; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    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 #ddd9d7 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #ddd9d7; }
  .table .thead-dark th {
    color: inherit;
    border-color: #ddd9d7; } }

/**
 * Inserts content into body pseudo element as a flag to JS for current viewport
 * size to align CSS with JS. Required by viewport-is.js
 */
body::after {
  content: 'mobile';
  display: none; }
  @media (min-width: 576px) {
    body::after {
      content: 'tablet'; } }
  @media (min-width: 1024px) {
    body::after {
      content: 'desktop'; } }

.flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 1.33333em;
  line-height: 1em; }
  .flag-icon::before {
    content: '\00a0'; }
  .flag-icon.flag-icon-squared {
    width: 1em; }

.flag-icon-ad {
  background-image: url(../svg/ad.svg); }
  .flag-icon-ad.flag-icon-squared {
    background-image: url(../svg/ad-2.svg); }

.flag-icon-ae {
  background-image: url(../svg/ae.svg); }
  .flag-icon-ae.flag-icon-squared {
    background-image: url(../svg/ae-2.svg); }

.flag-icon-af {
  background-image: url(../svg/af.svg); }
  .flag-icon-af.flag-icon-squared {
    background-image: url(../svg/af-2.svg); }

.flag-icon-ag {
  background-image: url(../svg/ag.svg); }
  .flag-icon-ag.flag-icon-squared {
    background-image: url(../svg/ag-2.svg); }

.flag-icon-ai {
  background-image: url(../svg/ai.svg); }
  .flag-icon-ai.flag-icon-squared {
    background-image: url(../svg/ai-2.svg); }

.flag-icon-al {
  background-image: url(../svg/al.svg); }
  .flag-icon-al.flag-icon-squared {
    background-image: url(../svg/al-2.svg); }

.flag-icon-am {
  background-image: url(../svg/am.svg); }
  .flag-icon-am.flag-icon-squared {
    background-image: url(../svg/am-2.svg); }

.flag-icon-ao {
  background-image: url(../svg/ao.svg); }
  .flag-icon-ao.flag-icon-squared {
    background-image: url(../svg/ao-2.svg); }

.flag-icon-aq {
  background-image: url(../svg/aq.svg); }
  .flag-icon-aq.flag-icon-squared {
    background-image: url(../svg/aq-2.svg); }

.flag-icon-ar {
  background-image: url(../svg/ar.svg); }
  .flag-icon-ar.flag-icon-squared {
    background-image: url(../svg/ar-2.svg); }

.flag-icon-as {
  background-image: url(../svg/as.svg); }
  .flag-icon-as.flag-icon-squared {
    background-image: url(../svg/as-2.svg); }

.flag-icon-at {
  background-image: url(../svg/at.svg); }
  .flag-icon-at.flag-icon-squared {
    background-image: url(../svg/at-2.svg); }

.flag-icon-au {
  background-image: url(../svg/au.svg); }
  .flag-icon-au.flag-icon-squared {
    background-image: url(../svg/au-2.svg); }

.flag-icon-aw {
  background-image: url(../svg/aw.svg); }
  .flag-icon-aw.flag-icon-squared {
    background-image: url(../svg/aw-2.svg); }

.flag-icon-ax {
  background-image: url(../svg/ax.svg); }
  .flag-icon-ax.flag-icon-squared {
    background-image: url(../svg/ax-2.svg); }

.flag-icon-az {
  background-image: url(../svg/az.svg); }
  .flag-icon-az.flag-icon-squared {
    background-image: url(../svg/az-2.svg); }

.flag-icon-ba {
  background-image: url(../svg/ba.svg); }
  .flag-icon-ba.flag-icon-squared {
    background-image: url(../svg/ba-2.svg); }

.flag-icon-bb {
  background-image: url(../svg/bb.svg); }
  .flag-icon-bb.flag-icon-squared {
    background-image: url(../svg/bb-2.svg); }

.flag-icon-bd {
  background-image: url(../svg/bd.svg); }
  .flag-icon-bd.flag-icon-squared {
    background-image: url(../svg/bd-2.svg); }

.flag-icon-be {
  background-image: url(../svg/be.svg); }
  .flag-icon-be.flag-icon-squared {
    background-image: url(../svg/be-2.svg); }

.flag-icon-bf {
  background-image: url(../svg/bf.svg); }
  .flag-icon-bf.flag-icon-squared {
    background-image: url(../svg/bf-2.svg); }

.flag-icon-bg {
  background-image: url(../svg/bg.svg); }
  .flag-icon-bg.flag-icon-squared {
    background-image: url(../svg/bg-2.svg); }

.flag-icon-bh {
  background-image: url(../svg/bh.svg); }
  .flag-icon-bh.flag-icon-squared {
    background-image: url(../svg/bh-2.svg); }

.flag-icon-bi {
  background-image: url(../svg/bi.svg); }
  .flag-icon-bi.flag-icon-squared {
    background-image: url(../svg/bi-2.svg); }

.flag-icon-bj {
  background-image: url(../svg/bj.svg); }
  .flag-icon-bj.flag-icon-squared {
    background-image: url(../svg/bj-2.svg); }

.flag-icon-bl {
  background-image: url(../svg/bl.svg); }
  .flag-icon-bl.flag-icon-squared {
    background-image: url(../svg/bl-2.svg); }

.flag-icon-bm {
  background-image: url(../svg/bm.svg); }
  .flag-icon-bm.flag-icon-squared {
    background-image: url(../svg/bm-2.svg); }

.flag-icon-bn {
  background-image: url(../svg/bn.svg); }
  .flag-icon-bn.flag-icon-squared {
    background-image: url(../svg/bn-2.svg); }

.flag-icon-bo {
  background-image: url(../svg/bo.svg); }
  .flag-icon-bo.flag-icon-squared {
    background-image: url(../svg/bo-2.svg); }

.flag-icon-bq {
  background-image: url(../svg/bq.svg); }
  .flag-icon-bq.flag-icon-squared {
    background-image: url(../svg/bq-2.svg); }

.flag-icon-br {
  background-image: url(../svg/br.svg); }
  .flag-icon-br.flag-icon-squared {
    background-image: url(../svg/br-2.svg); }

.flag-icon-bs {
  background-image: url(../svg/bs.svg); }
  .flag-icon-bs.flag-icon-squared {
    background-image: url(../svg/bs-2.svg); }

.flag-icon-bt {
  background-image: url(../svg/bt.svg); }
  .flag-icon-bt.flag-icon-squared {
    background-image: url(../svg/bt-2.svg); }

.flag-icon-bv {
  background-image: url(../svg/bv.svg); }
  .flag-icon-bv.flag-icon-squared {
    background-image: url(../svg/bv-2.svg); }

.flag-icon-bw {
  background-image: url(../svg/bw.svg); }
  .flag-icon-bw.flag-icon-squared {
    background-image: url(../svg/bw-2.svg); }

.flag-icon-by {
  background-image: url(../svg/by.svg); }
  .flag-icon-by.flag-icon-squared {
    background-image: url(../svg/by-2.svg); }

.flag-icon-bz {
  background-image: url(../svg/bz.svg); }
  .flag-icon-bz.flag-icon-squared {
    background-image: url(../svg/bz-2.svg); }

.flag-icon-ca {
  background-image: url(../svg/ca.svg); }
  .flag-icon-ca.flag-icon-squared {
    background-image: url(../svg/ca-2.svg); }

.flag-icon-cc {
  background-image: url(../svg/cc.svg); }
  .flag-icon-cc.flag-icon-squared {
    background-image: url(../svg/cc-2.svg); }

.flag-icon-cd {
  background-image: url(../svg/cd.svg); }
  .flag-icon-cd.flag-icon-squared {
    background-image: url(../svg/cd-2.svg); }

.flag-icon-cf {
  background-image: url(../svg/cf.svg); }
  .flag-icon-cf.flag-icon-squared {
    background-image: url(../svg/cf-2.svg); }

.flag-icon-cg {
  background-image: url(../svg/cg.svg); }
  .flag-icon-cg.flag-icon-squared {
    background-image: url(../svg/cg-2.svg); }

.flag-icon-ch {
  background-image: url(../svg/ch.svg); }
  .flag-icon-ch.flag-icon-squared {
    background-image: url(../svg/ch-2.svg); }

.flag-icon-ci {
  background-image: url(../svg/ci.svg); }
  .flag-icon-ci.flag-icon-squared {
    background-image: url(../svg/ci-2.svg); }

.flag-icon-ck {
  background-image: url(../svg/ck.svg); }
  .flag-icon-ck.flag-icon-squared {
    background-image: url(../svg/ck-2.svg); }

.flag-icon-cl {
  background-image: url(../svg/cl.svg); }
  .flag-icon-cl.flag-icon-squared {
    background-image: url(../svg/cl-2.svg); }

.flag-icon-cm {
  background-image: url(../svg/cm.svg); }
  .flag-icon-cm.flag-icon-squared {
    background-image: url(../svg/cm-2.svg); }

.flag-icon-cn {
  background-image: url(../svg/cn.svg); }
  .flag-icon-cn.flag-icon-squared {
    background-image: url(../svg/cn-2.svg); }

.flag-icon-co {
  background-image: url(../svg/co.svg); }
  .flag-icon-co.flag-icon-squared {
    background-image: url(../svg/co-2.svg); }

.flag-icon-cr {
  background-image: url(../svg/cr.svg); }
  .flag-icon-cr.flag-icon-squared {
    background-image: url(../svg/cr-2.svg); }

.flag-icon-cu {
  background-image: url(../svg/cu.svg); }
  .flag-icon-cu.flag-icon-squared {
    background-image: url(../svg/cu-2.svg); }

.flag-icon-cv {
  background-image: url(../svg/cv.svg); }
  .flag-icon-cv.flag-icon-squared {
    background-image: url(../svg/cv-2.svg); }

.flag-icon-cw {
  background-image: url(../svg/cw.svg); }
  .flag-icon-cw.flag-icon-squared {
    background-image: url(../svg/cw-2.svg); }

.flag-icon-cx {
  background-image: url(../svg/cx.svg); }
  .flag-icon-cx.flag-icon-squared {
    background-image: url(../svg/cx-2.svg); }

.flag-icon-cy {
  background-image: url(../svg/cy.svg); }
  .flag-icon-cy.flag-icon-squared {
    background-image: url(../svg/cy-2.svg); }

.flag-icon-cz {
  background-image: url(../svg/cz.svg); }
  .flag-icon-cz.flag-icon-squared {
    background-image: url(../svg/cz-2.svg); }

.flag-icon-de {
  background-image: url(../svg/de.svg); }
  .flag-icon-de.flag-icon-squared {
    background-image: url(../svg/de-2.svg); }

.flag-icon-dj {
  background-image: url(../svg/dj.svg); }
  .flag-icon-dj.flag-icon-squared {
    background-image: url(../svg/dj-2.svg); }

.flag-icon-dk {
  background-image: url(../svg/dk.svg); }
  .flag-icon-dk.flag-icon-squared {
    background-image: url(../svg/dk-2.svg); }

.flag-icon-dm {
  background-image: url(../svg/dm.svg); }
  .flag-icon-dm.flag-icon-squared {
    background-image: url(../svg/dm-2.svg); }

.flag-icon-do {
  background-image: url(../svg/do.svg); }
  .flag-icon-do.flag-icon-squared {
    background-image: url(../svg/do-2.svg); }

.flag-icon-dz {
  background-image: url(../svg/dz.svg); }
  .flag-icon-dz.flag-icon-squared {
    background-image: url(../svg/dz-2.svg); }

.flag-icon-ec {
  background-image: url(../svg/ec.svg); }
  .flag-icon-ec.flag-icon-squared {
    background-image: url(../svg/ec-2.svg); }

.flag-icon-ee {
  background-image: url(../svg/ee.svg); }
  .flag-icon-ee.flag-icon-squared {
    background-image: url(../svg/ee-2.svg); }

.flag-icon-eg {
  background-image: url(../svg/eg.svg); }
  .flag-icon-eg.flag-icon-squared {
    background-image: url(../svg/eg-2.svg); }

.flag-icon-eh {
  background-image: url(../svg/eh.svg); }
  .flag-icon-eh.flag-icon-squared {
    background-image: url(../svg/eh-2.svg); }

.flag-icon-er {
  background-image: url(../svg/er.svg); }
  .flag-icon-er.flag-icon-squared {
    background-image: url(../svg/er-2.svg); }

.flag-icon-es {
  background-image: url(../svg/es.svg); }
  .flag-icon-es.flag-icon-squared {
    background-image: url(../svg/es-2.svg); }

.flag-icon-et {
  background-image: url(../svg/et.svg); }
  .flag-icon-et.flag-icon-squared {
    background-image: url(../svg/et-2.svg); }

.flag-icon-fi {
  background-image: url(../svg/fi.svg); }
  .flag-icon-fi.flag-icon-squared {
    background-image: url(../svg/fi-2.svg); }

.flag-icon-fj {
  background-image: url(../svg/fj.svg); }
  .flag-icon-fj.flag-icon-squared {
    background-image: url(../svg/fj-2.svg); }

.flag-icon-fk {
  background-image: url(../svg/fk.svg); }
  .flag-icon-fk.flag-icon-squared {
    background-image: url(../svg/fk-2.svg); }

.flag-icon-fm {
  background-image: url(../svg/fm.svg); }
  .flag-icon-fm.flag-icon-squared {
    background-image: url(../svg/fm-2.svg); }

.flag-icon-fo {
  background-image: url(../svg/fo.svg); }
  .flag-icon-fo.flag-icon-squared {
    background-image: url(../svg/fo-2.svg); }

.flag-icon-fr {
  background-image: url(../svg/fr.svg); }
  .flag-icon-fr.flag-icon-squared {
    background-image: url(../svg/fr-2.svg); }

.flag-icon-ga {
  background-image: url(../svg/ga.svg); }
  .flag-icon-ga.flag-icon-squared {
    background-image: url(../svg/ga-2.svg); }

.flag-icon-gb {
  background-image: url(../svg/gb.svg); }
  .flag-icon-gb.flag-icon-squared {
    background-image: url(../svg/gb-2.svg); }

.flag-icon-gd {
  background-image: url(../svg/gd.svg); }
  .flag-icon-gd.flag-icon-squared {
    background-image: url(../svg/gd-2.svg); }

.flag-icon-ge {
  background-image: url(../svg/ge.svg); }
  .flag-icon-ge.flag-icon-squared {
    background-image: url(../svg/ge-2.svg); }

.flag-icon-gf {
  background-image: url(../svg/gf.svg); }
  .flag-icon-gf.flag-icon-squared {
    background-image: url(../svg/gf-2.svg); }

.flag-icon-gg {
  background-image: url(../svg/gg.svg); }
  .flag-icon-gg.flag-icon-squared {
    background-image: url(../svg/gg-2.svg); }

.flag-icon-gh {
  background-image: url(../svg/gh.svg); }
  .flag-icon-gh.flag-icon-squared {
    background-image: url(../svg/gh-2.svg); }

.flag-icon-gi {
  background-image: url(../svg/gi.svg); }
  .flag-icon-gi.flag-icon-squared {
    background-image: url(../svg/gi-2.svg); }

.flag-icon-gl {
  background-image: url(../svg/gl.svg); }
  .flag-icon-gl.flag-icon-squared {
    background-image: url(../svg/gl-2.svg); }

.flag-icon-gm {
  background-image: url(../svg/gm.svg); }
  .flag-icon-gm.flag-icon-squared {
    background-image: url(../svg/gm-2.svg); }

.flag-icon-gn {
  background-image: url(../svg/gn.svg); }
  .flag-icon-gn.flag-icon-squared {
    background-image: url(../svg/gn-2.svg); }

.flag-icon-gp {
  background-image: url(../svg/gp.svg); }
  .flag-icon-gp.flag-icon-squared {
    background-image: url(../svg/gp-2.svg); }

.flag-icon-gq {
  background-image: url(../svg/gq.svg); }
  .flag-icon-gq.flag-icon-squared {
    background-image: url(../svg/gq-2.svg); }

.flag-icon-gr {
  background-image: url(../svg/gr.svg); }
  .flag-icon-gr.flag-icon-squared {
    background-image: url(../svg/gr-2.svg); }

.flag-icon-gs {
  background-image: url(../svg/gs.svg); }
  .flag-icon-gs.flag-icon-squared {
    background-image: url(../svg/gs-2.svg); }

.flag-icon-gt {
  background-image: url(../svg/gt.svg); }
  .flag-icon-gt.flag-icon-squared {
    background-image: url(../svg/gt-2.svg); }

.flag-icon-gu {
  background-image: url(../svg/gu.svg); }
  .flag-icon-gu.flag-icon-squared {
    background-image: url(../svg/gu-2.svg); }

.flag-icon-gw {
  background-image: url(../svg/gw.svg); }
  .flag-icon-gw.flag-icon-squared {
    background-image: url(../svg/gw-2.svg); }

.flag-icon-gy {
  background-image: url(../svg/gy.svg); }
  .flag-icon-gy.flag-icon-squared {
    background-image: url(../svg/gy-2.svg); }

.flag-icon-hk {
  background-image: url(../svg/hk.svg); }
  .flag-icon-hk.flag-icon-squared {
    background-image: url(../svg/hk-2.svg); }

.flag-icon-hm {
  background-image: url(../svg/hm.svg); }
  .flag-icon-hm.flag-icon-squared {
    background-image: url(../svg/hm-2.svg); }

.flag-icon-hn {
  background-image: url(../svg/hn.svg); }
  .flag-icon-hn.flag-icon-squared {
    background-image: url(../svg/hn-2.svg); }

.flag-icon-hr {
  background-image: url(../svg/hr.svg); }
  .flag-icon-hr.flag-icon-squared {
    background-image: url(../svg/hr-2.svg); }

.flag-icon-ht {
  background-image: url(../svg/ht.svg); }
  .flag-icon-ht.flag-icon-squared {
    background-image: url(../svg/ht-2.svg); }

.flag-icon-hu {
  background-image: url(../svg/hu.svg); }
  .flag-icon-hu.flag-icon-squared {
    background-image: url(../svg/hu-2.svg); }

.flag-icon-id {
  background-image: url(../svg/id.svg); }
  .flag-icon-id.flag-icon-squared {
    background-image: url(../svg/id-2.svg); }

.flag-icon-ie {
  background-image: url(../svg/ie.svg); }
  .flag-icon-ie.flag-icon-squared {
    background-image: url(../svg/ie-2.svg); }

.flag-icon-il {
  background-image: url(../svg/il.svg); }
  .flag-icon-il.flag-icon-squared {
    background-image: url(../svg/il-2.svg); }

.flag-icon-im {
  background-image: url(../svg/im.svg); }
  .flag-icon-im.flag-icon-squared {
    background-image: url(../svg/im-2.svg); }

.flag-icon-in {
  background-image: url(../svg/in.svg); }
  .flag-icon-in.flag-icon-squared {
    background-image: url(../svg/in-2.svg); }

.flag-icon-io {
  background-image: url(../svg/io.svg); }
  .flag-icon-io.flag-icon-squared {
    background-image: url(../svg/io-2.svg); }

.flag-icon-iq {
  background-image: url(../svg/iq.svg); }
  .flag-icon-iq.flag-icon-squared {
    background-image: url(../svg/iq-2.svg); }

.flag-icon-ir {
  background-image: url(../svg/ir.svg); }
  .flag-icon-ir.flag-icon-squared {
    background-image: url(../svg/ir-2.svg); }

.flag-icon-is {
  background-image: url(../svg/is.svg); }
  .flag-icon-is.flag-icon-squared {
    background-image: url(../svg/is-2.svg); }

.flag-icon-it {
  background-image: url(../svg/it.svg); }
  .flag-icon-it.flag-icon-squared {
    background-image: url(../svg/it-2.svg); }

.flag-icon-je {
  background-image: url(../svg/je.svg); }
  .flag-icon-je.flag-icon-squared {
    background-image: url(../svg/je-2.svg); }

.flag-icon-jm {
  background-image: url(../svg/jm.svg); }
  .flag-icon-jm.flag-icon-squared {
    background-image: url(../svg/jm-2.svg); }

.flag-icon-jo {
  background-image: url(../svg/jo.svg); }
  .flag-icon-jo.flag-icon-squared {
    background-image: url(../svg/jo-2.svg); }

.flag-icon-jp {
  background-image: url(../svg/jp.svg); }
  .flag-icon-jp.flag-icon-squared {
    background-image: url(../svg/jp-2.svg); }

.flag-icon-ke {
  background-image: url(../svg/ke.svg); }
  .flag-icon-ke.flag-icon-squared {
    background-image: url(../svg/ke-2.svg); }

.flag-icon-kg {
  background-image: url(../svg/kg.svg); }
  .flag-icon-kg.flag-icon-squared {
    background-image: url(../svg/kg-2.svg); }

.flag-icon-kh {
  background-image: url(../svg/kh.svg); }
  .flag-icon-kh.flag-icon-squared {
    background-image: url(../svg/kh-2.svg); }

.flag-icon-ki {
  background-image: url(../svg/ki.svg); }
  .flag-icon-ki.flag-icon-squared {
    background-image: url(../svg/ki-2.svg); }

.flag-icon-km {
  background-image: url(../svg/km.svg); }
  .flag-icon-km.flag-icon-squared {
    background-image: url(../svg/km-2.svg); }

.flag-icon-kn {
  background-image: url(../svg/kn.svg); }
  .flag-icon-kn.flag-icon-squared {
    background-image: url(../svg/kn-2.svg); }

.flag-icon-kp {
  background-image: url(../svg/kp.svg); }
  .flag-icon-kp.flag-icon-squared {
    background-image: url(../svg/kp-2.svg); }

.flag-icon-kr {
  background-image: url(../svg/kr.svg); }
  .flag-icon-kr.flag-icon-squared {
    background-image: url(../svg/kr-2.svg); }

.flag-icon-kw {
  background-image: url(../svg/kw.svg); }
  .flag-icon-kw.flag-icon-squared {
    background-image: url(../svg/kw-2.svg); }

.flag-icon-ky {
  background-image: url(../svg/ky.svg); }
  .flag-icon-ky.flag-icon-squared {
    background-image: url(../svg/ky-2.svg); }

.flag-icon-kz {
  background-image: url(../svg/kz.svg); }
  .flag-icon-kz.flag-icon-squared {
    background-image: url(../svg/kz-2.svg); }

.flag-icon-la {
  background-image: url(../svg/la.svg); }
  .flag-icon-la.flag-icon-squared {
    background-image: url(../svg/la-2.svg); }

.flag-icon-lb {
  background-image: url(../svg/lb.svg); }
  .flag-icon-lb.flag-icon-squared {
    background-image: url(../svg/lb-2.svg); }

.flag-icon-lc {
  background-image: url(../svg/lc.svg); }
  .flag-icon-lc.flag-icon-squared {
    background-image: url(../svg/lc-2.svg); }

.flag-icon-li {
  background-image: url(../svg/li.svg); }
  .flag-icon-li.flag-icon-squared {
    background-image: url(../svg/li-2.svg); }

.flag-icon-lk {
  background-image: url(../svg/lk.svg); }
  .flag-icon-lk.flag-icon-squared {
    background-image: url(../svg/lk-2.svg); }

.flag-icon-lr {
  background-image: url(../svg/lr.svg); }
  .flag-icon-lr.flag-icon-squared {
    background-image: url(../svg/lr-2.svg); }

.flag-icon-ls {
  background-image: url(../svg/ls.svg); }
  .flag-icon-ls.flag-icon-squared {
    background-image: url(../svg/ls-2.svg); }

.flag-icon-lt {
  background-image: url(../svg/lt.svg); }
  .flag-icon-lt.flag-icon-squared {
    background-image: url(../svg/lt-2.svg); }

.flag-icon-lu {
  background-image: url(../svg/lu.svg); }
  .flag-icon-lu.flag-icon-squared {
    background-image: url(../svg/lu-2.svg); }

.flag-icon-lv {
  background-image: url(../svg/lv.svg); }
  .flag-icon-lv.flag-icon-squared {
    background-image: url(../svg/lv-2.svg); }

.flag-icon-ly {
  background-image: url(../svg/ly.svg); }
  .flag-icon-ly.flag-icon-squared {
    background-image: url(../svg/ly-2.svg); }

.flag-icon-ma {
  background-image: url(../svg/ma.svg); }
  .flag-icon-ma.flag-icon-squared {
    background-image: url(../svg/ma-2.svg); }

.flag-icon-mc {
  background-image: url(../svg/mc.svg); }
  .flag-icon-mc.flag-icon-squared {
    background-image: url(../svg/mc-2.svg); }

.flag-icon-md {
  background-image: url(../svg/md.svg); }
  .flag-icon-md.flag-icon-squared {
    background-image: url(../svg/md-2.svg); }

.flag-icon-me {
  background-image: url(../svg/me.svg); }
  .flag-icon-me.flag-icon-squared {
    background-image: url(../svg/me-2.svg); }

.flag-icon-mf {
  background-image: url(../svg/mf.svg); }
  .flag-icon-mf.flag-icon-squared {
    background-image: url(../svg/mf-2.svg); }

.flag-icon-mg {
  background-image: url(../svg/mg.svg); }
  .flag-icon-mg.flag-icon-squared {
    background-image: url(../svg/mg-2.svg); }

.flag-icon-mh {
  background-image: url(../svg/mh.svg); }
  .flag-icon-mh.flag-icon-squared {
    background-image: url(../svg/mh-2.svg); }

.flag-icon-mk {
  background-image: url(../svg/mk.svg); }
  .flag-icon-mk.flag-icon-squared {
    background-image: url(../svg/mk-2.svg); }

.flag-icon-ml {
  background-image: url(../svg/ml.svg); }
  .flag-icon-ml.flag-icon-squared {
    background-image: url(../svg/ml-2.svg); }

.flag-icon-mm {
  background-image: url(../svg/mm.svg); }
  .flag-icon-mm.flag-icon-squared {
    background-image: url(../svg/mm-2.svg); }

.flag-icon-mn {
  background-image: url(../svg/mn.svg); }
  .flag-icon-mn.flag-icon-squared {
    background-image: url(../svg/mn-2.svg); }

.flag-icon-mo {
  background-image: url(../svg/mo.svg); }
  .flag-icon-mo.flag-icon-squared {
    background-image: url(../svg/mo-2.svg); }

.flag-icon-mp {
  background-image: url(../svg/mp.svg); }
  .flag-icon-mp.flag-icon-squared {
    background-image: url(../svg/mp-2.svg); }

.flag-icon-mq {
  background-image: url(../svg/mq.svg); }
  .flag-icon-mq.flag-icon-squared {
    background-image: url(../svg/mq-2.svg); }

.flag-icon-mr {
  background-image: url(../svg/mr.svg); }
  .flag-icon-mr.flag-icon-squared {
    background-image: url(../svg/mr-2.svg); }

.flag-icon-ms {
  background-image: url(../svg/ms.svg); }
  .flag-icon-ms.flag-icon-squared {
    background-image: url(../svg/ms-2.svg); }

.flag-icon-mt {
  background-image: url(../svg/mt.svg); }
  .flag-icon-mt.flag-icon-squared {
    background-image: url(../svg/mt-2.svg); }

.flag-icon-mu {
  background-image: url(../svg/mu.svg); }
  .flag-icon-mu.flag-icon-squared {
    background-image: url(../svg/mu-2.svg); }

.flag-icon-mv {
  background-image: url(../svg/mv.svg); }
  .flag-icon-mv.flag-icon-squared {
    background-image: url(../svg/mv-2.svg); }

.flag-icon-mw {
  background-image: url(../svg/mw.svg); }
  .flag-icon-mw.flag-icon-squared {
    background-image: url(../svg/mw-2.svg); }

.flag-icon-mx {
  background-image: url(../svg/mx.svg); }
  .flag-icon-mx.flag-icon-squared {
    background-image: url(../svg/mx-2.svg); }

.flag-icon-my {
  background-image: url(../svg/my.svg); }
  .flag-icon-my.flag-icon-squared {
    background-image: url(../svg/my-2.svg); }

.flag-icon-mz {
  background-image: url(../svg/mz.svg); }
  .flag-icon-mz.flag-icon-squared {
    background-image: url(../svg/mz-2.svg); }

.flag-icon-na {
  background-image: url(../svg/na.svg); }
  .flag-icon-na.flag-icon-squared {
    background-image: url(../svg/na-2.svg); }

.flag-icon-nc {
  background-image: url(../svg/nc.svg); }
  .flag-icon-nc.flag-icon-squared {
    background-image: url(../svg/nc-2.svg); }

.flag-icon-ne {
  background-image: url(../svg/ne.svg); }
  .flag-icon-ne.flag-icon-squared {
    background-image: url(../svg/ne-2.svg); }

.flag-icon-nf {
  background-image: url(../svg/nf.svg); }
  .flag-icon-nf.flag-icon-squared {
    background-image: url(../svg/nf-2.svg); }

.flag-icon-ng {
  background-image: url(../svg/ng.svg); }
  .flag-icon-ng.flag-icon-squared {
    background-image: url(../svg/ng-2.svg); }

.flag-icon-ni {
  background-image: url(../svg/ni.svg); }
  .flag-icon-ni.flag-icon-squared {
    background-image: url(../svg/ni-2.svg); }

.flag-icon-nl {
  background-image: url(../svg/nl.svg); }
  .flag-icon-nl.flag-icon-squared {
    background-image: url(../svg/nl-2.svg); }

.flag-icon-no {
  background-image: url(../svg/no.svg); }
  .flag-icon-no.flag-icon-squared {
    background-image: url(../svg/no-2.svg); }

.flag-icon-np {
  background-image: url(../svg/np.svg); }
  .flag-icon-np.flag-icon-squared {
    background-image: url(../svg/np-2.svg); }

.flag-icon-nr {
  background-image: url(../svg/nr.svg); }
  .flag-icon-nr.flag-icon-squared {
    background-image: url(../svg/nr-2.svg); }

.flag-icon-nu {
  background-image: url(../svg/nu.svg); }
  .flag-icon-nu.flag-icon-squared {
    background-image: url(../svg/nu-2.svg); }

.flag-icon-nz {
  background-image: url(../svg/nz.svg); }
  .flag-icon-nz.flag-icon-squared {
    background-image: url(../svg/nz-2.svg); }

.flag-icon-om {
  background-image: url(../svg/om.svg); }
  .flag-icon-om.flag-icon-squared {
    background-image: url(../svg/om-2.svg); }

.flag-icon-pa {
  background-image: url(../svg/pa.svg); }
  .flag-icon-pa.flag-icon-squared {
    background-image: url(../svg/pa-2.svg); }

.flag-icon-pe {
  background-image: url(../svg/pe.svg); }
  .flag-icon-pe.flag-icon-squared {
    background-image: url(../svg/pe-2.svg); }

.flag-icon-pf {
  background-image: url(../svg/pf.svg); }
  .flag-icon-pf.flag-icon-squared {
    background-image: url(../svg/pf-2.svg); }

.flag-icon-pg {
  background-image: url(../svg/pg.svg); }
  .flag-icon-pg.flag-icon-squared {
    background-image: url(../svg/pg-2.svg); }

.flag-icon-ph {
  background-image: url(../svg/ph.svg); }
  .flag-icon-ph.flag-icon-squared {
    background-image: url(../svg/ph-2.svg); }

.flag-icon-pk {
  background-image: url(../svg/pk.svg); }
  .flag-icon-pk.flag-icon-squared {
    background-image: url(../svg/pk-2.svg); }

.flag-icon-pl {
  background-image: url(../svg/pl.svg); }
  .flag-icon-pl.flag-icon-squared {
    background-image: url(../svg/pl-2.svg); }

.flag-icon-pm {
  background-image: url(../svg/pm.svg); }
  .flag-icon-pm.flag-icon-squared {
    background-image: url(../svg/pm-2.svg); }

.flag-icon-pn {
  background-image: url(../svg/pn.svg); }
  .flag-icon-pn.flag-icon-squared {
    background-image: url(../svg/pn-2.svg); }

.flag-icon-pr {
  background-image: url(../svg/pr.svg); }
  .flag-icon-pr.flag-icon-squared {
    background-image: url(../svg/pr-2.svg); }

.flag-icon-ps {
  background-image: url(../svg/ps.svg); }
  .flag-icon-ps.flag-icon-squared {
    background-image: url(../svg/ps-2.svg); }

.flag-icon-pt {
  background-image: url(../svg/pt.svg); }
  .flag-icon-pt.flag-icon-squared {
    background-image: url(../svg/pt-2.svg); }

.flag-icon-pw {
  background-image: url(../svg/pw.svg); }
  .flag-icon-pw.flag-icon-squared {
    background-image: url(../svg/pw-2.svg); }

.flag-icon-py {
  background-image: url(../svg/py.svg); }
  .flag-icon-py.flag-icon-squared {
    background-image: url(../svg/py-2.svg); }

.flag-icon-qa {
  background-image: url(../svg/qa.svg); }
  .flag-icon-qa.flag-icon-squared {
    background-image: url(../svg/qa-2.svg); }

.flag-icon-re {
  background-image: url(../svg/re.svg); }
  .flag-icon-re.flag-icon-squared {
    background-image: url(../svg/re-2.svg); }

.flag-icon-ro {
  background-image: url(../svg/ro.svg); }
  .flag-icon-ro.flag-icon-squared {
    background-image: url(../svg/ro-2.svg); }

.flag-icon-rs {
  background-image: url(../svg/rs.svg); }
  .flag-icon-rs.flag-icon-squared {
    background-image: url(../svg/rs-2.svg); }

.flag-icon-ru {
  background-image: url(../svg/ru.svg); }
  .flag-icon-ru.flag-icon-squared {
    background-image: url(../svg/ru-2.svg); }

.flag-icon-rw {
  background-image: url(../svg/rw.svg); }
  .flag-icon-rw.flag-icon-squared {
    background-image: url(../svg/rw-2.svg); }

.flag-icon-sa {
  background-image: url(../svg/sa.svg); }
  .flag-icon-sa.flag-icon-squared {
    background-image: url(../svg/sa-2.svg); }

.flag-icon-sb {
  background-image: url(../svg/sb.svg); }
  .flag-icon-sb.flag-icon-squared {
    background-image: url(../svg/sb-2.svg); }

.flag-icon-sc {
  background-image: url(../svg/sc.svg); }
  .flag-icon-sc.flag-icon-squared {
    background-image: url(../svg/sc-2.svg); }

.flag-icon-sd {
  background-image: url(../svg/sd.svg); }
  .flag-icon-sd.flag-icon-squared {
    background-image: url(../svg/sd-2.svg); }

.flag-icon-se {
  background-image: url(../svg/se.svg); }
  .flag-icon-se.flag-icon-squared {
    background-image: url(../svg/se-2.svg); }

.flag-icon-sg {
  background-image: url(../svg/sg.svg); }
  .flag-icon-sg.flag-icon-squared {
    background-image: url(../svg/sg-2.svg); }

.flag-icon-sh {
  background-image: url(../svg/sh.svg); }
  .flag-icon-sh.flag-icon-squared {
    background-image: url(../svg/sh-2.svg); }

.flag-icon-si {
  background-image: url(../svg/si.svg); }
  .flag-icon-si.flag-icon-squared {
    background-image: url(../svg/si-2.svg); }

.flag-icon-sj {
  background-image: url(../svg/sj.svg); }
  .flag-icon-sj.flag-icon-squared {
    background-image: url(../svg/sj-2.svg); }

.flag-icon-sk {
  background-image: url(../svg/sk.svg); }
  .flag-icon-sk.flag-icon-squared {
    background-image: url(../svg/sk-2.svg); }

.flag-icon-sl {
  background-image: url(../svg/sl.svg); }
  .flag-icon-sl.flag-icon-squared {
    background-image: url(../svg/sl-2.svg); }

.flag-icon-sm {
  background-image: url(../svg/sm.svg); }
  .flag-icon-sm.flag-icon-squared {
    background-image: url(../svg/sm-2.svg); }

.flag-icon-sn {
  background-image: url(../svg/sn.svg); }
  .flag-icon-sn.flag-icon-squared {
    background-image: url(../svg/sn-2.svg); }

.flag-icon-so {
  background-image: url(../svg/so.svg); }
  .flag-icon-so.flag-icon-squared {
    background-image: url(../svg/so-2.svg); }

.flag-icon-sr {
  background-image: url(../svg/sr.svg); }
  .flag-icon-sr.flag-icon-squared {
    background-image: url(../svg/sr-2.svg); }

.flag-icon-ss {
  background-image: url(../svg/ss.svg); }
  .flag-icon-ss.flag-icon-squared {
    background-image: url(../svg/ss-2.svg); }

.flag-icon-st {
  background-image: url(../svg/st.svg); }
  .flag-icon-st.flag-icon-squared {
    background-image: url(../svg/st-2.svg); }

.flag-icon-sv {
  background-image: url(../svg/sv.svg); }
  .flag-icon-sv.flag-icon-squared {
    background-image: url(../svg/sv-2.svg); }

.flag-icon-sx {
  background-image: url(../svg/sx.svg); }
  .flag-icon-sx.flag-icon-squared {
    background-image: url(../svg/sx-2.svg); }

.flag-icon-sy {
  background-image: url(../svg/sy.svg); }
  .flag-icon-sy.flag-icon-squared {
    background-image: url(../svg/sy-2.svg); }

.flag-icon-sz {
  background-image: url(../svg/sz.svg); }
  .flag-icon-sz.flag-icon-squared {
    background-image: url(../svg/sz-2.svg); }

.flag-icon-tc {
  background-image: url(../svg/tc.svg); }
  .flag-icon-tc.flag-icon-squared {
    background-image: url(../svg/tc-2.svg); }

.flag-icon-td {
  background-image: url(../svg/td.svg); }
  .flag-icon-td.flag-icon-squared {
    background-image: url(../svg/td-2.svg); }

.flag-icon-tf {
  background-image: url(../svg/tf.svg); }
  .flag-icon-tf.flag-icon-squared {
    background-image: url(../svg/tf-2.svg); }

.flag-icon-tg {
  background-image: url(../svg/tg.svg); }
  .flag-icon-tg.flag-icon-squared {
    background-image: url(../svg/tg-2.svg); }

.flag-icon-th {
  background-image: url(../svg/th.svg); }
  .flag-icon-th.flag-icon-squared {
    background-image: url(../svg/th-2.svg); }

.flag-icon-tj {
  background-image: url(../svg/tj.svg); }
  .flag-icon-tj.flag-icon-squared {
    background-image: url(../svg/tj-2.svg); }

.flag-icon-tk {
  background-image: url(../svg/tk.svg); }
  .flag-icon-tk.flag-icon-squared {
    background-image: url(../svg/tk-2.svg); }

.flag-icon-tl {
  background-image: url(../svg/tl.svg); }
  .flag-icon-tl.flag-icon-squared {
    background-image: url(../svg/tl-2.svg); }

.flag-icon-tm {
  background-image: url(../svg/tm.svg); }
  .flag-icon-tm.flag-icon-squared {
    background-image: url(../svg/tm-2.svg); }

.flag-icon-tn {
  background-image: url(../svg/tn.svg); }
  .flag-icon-tn.flag-icon-squared {
    background-image: url(../svg/tn-2.svg); }

.flag-icon-to {
  background-image: url(../svg/to.svg); }
  .flag-icon-to.flag-icon-squared {
    background-image: url(../svg/to-2.svg); }

.flag-icon-tr {
  background-image: url(../svg/tr.svg); }
  .flag-icon-tr.flag-icon-squared {
    background-image: url(../svg/tr-2.svg); }

.flag-icon-tt {
  background-image: url(../svg/tt.svg); }
  .flag-icon-tt.flag-icon-squared {
    background-image: url(../svg/tt-2.svg); }

.flag-icon-tv {
  background-image: url(../svg/tv.svg); }
  .flag-icon-tv.flag-icon-squared {
    background-image: url(../svg/tv-2.svg); }

.flag-icon-tw {
  background-image: url(../svg/tw.svg); }
  .flag-icon-tw.flag-icon-squared {
    background-image: url(../svg/tw-2.svg); }

.flag-icon-tz {
  background-image: url(../svg/tz.svg); }
  .flag-icon-tz.flag-icon-squared {
    background-image: url(../svg/tz-2.svg); }

.flag-icon-ua {
  background-image: url(../svg/ua.svg); }
  .flag-icon-ua.flag-icon-squared {
    background-image: url(../svg/ua-2.svg); }

.flag-icon-ug {
  background-image: url(../svg/ug.svg); }
  .flag-icon-ug.flag-icon-squared {
    background-image: url(../svg/ug-2.svg); }

.flag-icon-um {
  background-image: url(../svg/um.svg); }
  .flag-icon-um.flag-icon-squared {
    background-image: url(../svg/um-2.svg); }

.flag-icon-us {
  background-image: url(../svg/us.svg); }
  .flag-icon-us.flag-icon-squared {
    background-image: url(../svg/us-2.svg); }

.flag-icon-uy {
  background-image: url(../svg/uy.svg); }
  .flag-icon-uy.flag-icon-squared {
    background-image: url(../svg/uy-2.svg); }

.flag-icon-uz {
  background-image: url(../svg/uz.svg); }
  .flag-icon-uz.flag-icon-squared {
    background-image: url(../svg/uz-2.svg); }

.flag-icon-va {
  background-image: url(../svg/va.svg); }
  .flag-icon-va.flag-icon-squared {
    background-image: url(../svg/va-2.svg); }

.flag-icon-vc {
  background-image: url(../svg/vc.svg); }
  .flag-icon-vc.flag-icon-squared {
    background-image: url(../svg/vc-2.svg); }

.flag-icon-ve {
  background-image: url(../svg/ve.svg); }
  .flag-icon-ve.flag-icon-squared {
    background-image: url(../svg/ve-2.svg); }

.flag-icon-vg {
  background-image: url(../svg/vg.svg); }
  .flag-icon-vg.flag-icon-squared {
    background-image: url(../svg/vg-2.svg); }

.flag-icon-vi {
  background-image: url(../svg/vi.svg); }
  .flag-icon-vi.flag-icon-squared {
    background-image: url(../svg/vi-2.svg); }

.flag-icon-vn {
  background-image: url(../svg/vn.svg); }
  .flag-icon-vn.flag-icon-squared {
    background-image: url(../svg/vn-2.svg); }

.flag-icon-vu {
  background-image: url(../svg/vu.svg); }
  .flag-icon-vu.flag-icon-squared {
    background-image: url(../svg/vu-2.svg); }

.flag-icon-wf {
  background-image: url(../svg/wf.svg); }
  .flag-icon-wf.flag-icon-squared {
    background-image: url(../svg/wf-2.svg); }

.flag-icon-ws {
  background-image: url(../svg/ws.svg); }
  .flag-icon-ws.flag-icon-squared {
    background-image: url(../svg/ws-2.svg); }

.flag-icon-ye {
  background-image: url(../svg/ye.svg); }
  .flag-icon-ye.flag-icon-squared {
    background-image: url(../svg/ye-2.svg); }

.flag-icon-yt {
  background-image: url(../svg/yt.svg); }
  .flag-icon-yt.flag-icon-squared {
    background-image: url(../svg/yt-2.svg); }

.flag-icon-za {
  background-image: url(../svg/za.svg); }
  .flag-icon-za.flag-icon-squared {
    background-image: url(../svg/za-2.svg); }

.flag-icon-zm {
  background-image: url(../svg/zm.svg); }
  .flag-icon-zm.flag-icon-squared {
    background-image: url(../svg/zm-2.svg); }

.flag-icon-zw {
  background-image: url(../svg/zw.svg); }
  .flag-icon-zw.flag-icon-squared {
    background-image: url(../svg/zw-2.svg); }

img {
  max-width: 100%; }

table {
  width: 100%; }

#wrapper {
  border: 0;
  left: 0;
  position: relative;
  transition: left 0.2s ease-in; }
  #wrapper.menu-active {
    left: 50%; }
  @media (min-width: 1024px) {
    #wrapper.menu-active {
      left: auto; } }

#main {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  margin: auto; }
  @media (min-width: 1024px) {
    #main {
      padding-right: 40px;
      padding-left: 40px; } }
  @media (min-width: 1440px) {
    #main {
      max-width: 1440px; } }
  @media (min-width: 1024px) {
    #main.full-width {
      margin-top: 20px; } }
  #main .main-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px; }
    @media (min-width: 1024px) {
      #main .main-row {
        margin-right: -20px;
        margin-left: -20px; } }
    @media (min-width: 1024px) {
      #main .main-row--reverse {
        flex-direction: row-reverse; } }
    #main .main-row--mobile-column-reverse {
      flex-direction: column-reverse; }
      @media (min-width: 1024px) {
        #main .main-row--mobile-column-reverse {
          flex-direction: row; } }
  .pt_product-details #main {
    margin-right: 0;
    margin-left: 0;
    max-width: none;
    padding: 0; }
    @media (min-width: 576px) {
      .pt_product-details #main .breadcrumb,
      .pt_product-details #main .pdp-main-container {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-right: 20px;
        padding-left: 20px; } }
  @media (min-width: 576px) and (min-width: 1024px) {
    .pt_product-details #main .breadcrumb,
    .pt_product-details #main .pdp-main-container {
      padding-right: 40px;
      padding-left: 40px; } }
  @media (min-width: 576px) and (min-width: 1440px) {
    .pt_product-details #main .breadcrumb,
    .pt_product-details #main .pdp-main-container {
      max-width: 1440px; } }
    .pt_product-details #main .pdp-reviews-container {
      min-height: 26px; }
    .pt_product-details #main .desktop-only {
      display: block; }
      @media (max-width: 767.98px) {
        .pt_product-details #main .desktop-only {
          display: none; } }
    .pt_product-details #main .mobile-only {
      display: none; }
      @media (max-width: 767.98px) {
        .pt_product-details #main .mobile-only {
          display: block;
          padding-left: 15px;
          padding-right: 15px; } }
    @media (max-width: 767.98px) {
      .pt_product-details #main h1.mobile-only {
        width: 100%;
        margin-bottom: 15px; } }
    .pt_product-details #main .breadcrumb {
      padding-left: 15px;
      padding-right: 15px; }
      @media (max-width: 575.98px) {
        .pt_product-details #main .breadcrumb {
          line-height: 1.5; } }
      @media (min-width: 576px) {
        .pt_product-details #main .breadcrumb {
          padding-left: 48px;
          padding-right: 48px; } }
      @media (min-width: 768px) {
        .pt_product-details #main .breadcrumb {
          padding-left: 40px;
          padding-right: 40px; } }
  #main #targeted-popup {
    display: none; }

#primary {
  max-width: 100%;
  width: 100%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px; }
  .pt_product-details #primary {
    padding-left: 0;
    padding-right: 0; }
  @media (min-width: 1024px) {
    #primary {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1024px) {
    #primary {
      flex: 0 0 75%;
      max-width: 75%; }
      .full-width #primary {
        flex: 0 0 100%;
        max-width: 100%; } }

#secondary {
  padding: 0 10px;
  width: 100%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px; }
  @media (min-width: 1024px) {
    #secondary {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1024px) {
    #secondary {
      flex: 0 0 25%;
      max-width: 25%;
      min-width: 0; }
      #secondary nav a {
        display: block; }
      .primary-focus #secondary {
        background: none;
        border: none; } }
  .primary-focus #secondary {
    margin-left: auto;
    margin-right: auto; }
  .pt_product-search-result #secondary,
  .pt_content-search-result #secondary,
  .pt_order #secondary {
    display: none; }
    @media (min-width: 1024px) {
      .pt_product-search-result #secondary,
      .pt_content-search-result #secondary,
      .pt_order #secondary {
        display: block; } }

.pt_customer-service.s-contact-us .main-row,
.pt_product-search-noresult .main-row {
  flex-direction: column-reverse; }
  @media (min-width: 1024px) {
    .pt_customer-service.s-contact-us .main-row,
    .pt_product-search-noresult .main-row {
      flex-direction: row; } }

.pt_customer-service.s-contact-us .confirmation-message {
  padding-left: 20px;
  padding-right: 20px; }

.sl-icon {
  display: inline-block; }
  .sl-icon:focus {
    outline: none; }
  .sl-icon--2x {
    font-size: 2em; }
  .sl-icon.sl-arrow-icon {
    height: 0.7em;
    width: 0.7em;
    border-style: solid;
    border-color: currentColor;
    border-width: 0 0.1em 0.1em 0; }
    .sl-icon.sl-arrow-icon--thin {
      border-width: 0 0.05em 0.05em 0; }
    .sl-icon.sl-arrow-icon--right {
      transform: rotate(-45deg); }
    .sl-icon.sl-arrow-icon--left {
      transform: rotate(135deg); }
    .sl-icon.sl-arrow-icon--up {
      transform: rotate(-135deg); }
    .sl-icon.sl-arrow-icon--down {
      transform: rotate(45deg); }

.ui-widget-overlay {
  background: url("../png/ui-overlay-shadow.png") repeat scroll 50% 50% #343a40;
  bottom: 0;
  opacity: 0.4;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1110; }

.ui-widget-overlay.ui-front, .ui-dialog.ui-front {
  z-index: 1110; }

.ui-dialog {
  background-color: #fff;
  height: 90vh !important;
  left: 50% !important;
  max-height: 600px;
  max-width: 800px;
  overflow: hidden;
  position: fixed !important;
  top: 50% !important;
  transform: translate(-50%, -50%);
  width: 90vw !important;
  z-index: 1110; }
  @media (min-width: 1024px) {
    .ui-dialog {
      height: 68vh !important;
      width: 68vw !important; } }
  .ui-dialog--relax {
    height: auto !important; }
  .ui-dialog .ui-widget-header {
    border: 0 none;
    border-radius: 0 0 0 0;
    height: 23px;
    text-transform: uppercase; }
  .ui-dialog .ui-dialog-title {
    color: #343a40;
    font-weight: bold; }
  .ui-dialog .ui-icon-closethick {
    background-image: url("../png/icon-ui-close.png");
    background-position: left top;
    height: 32px;
    width: 32px;
    left: 0;
    top: 0;
    margin-left: 0;
    margin-top: 0; }
  .ui-dialog .ui-dialog-titlebar-close {
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:a='http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/' x='0px' y='0px' width='32px' height='32px' viewBox='-7.939 -7.939 32 32' overflow='visible' enable-background='new -7.939 -7.939 32 32' xml:space='preserve'%3E %3Cpath id='Line-5_1_' fill='none' stroke='%23000000' stroke-width='1.5' stroke-linecap='square' d='M15.203,1.061L1.061,15.203'/%3E %3Cpath id='Line-5-Copy_1_' fill='none' stroke='%23000000' stroke-width='1.5' stroke-linecap='square' d='M15.203,15.203L1.061,1.061' /%3E %3C/svg%3E");
    background-color: transparent;
    border: 0 none;
    border-radius: 0 0 0 0;
    cursor: pointer;
    height: 32px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 9px;
    top: 9px;
    width: 32px; }
    .ui-dialog .ui-dialog-titlebar-close span {
      margin: 0;
      padding: 0; }
  .ui-dialog .ui-widget-content {
    padding: 20px; }

.ui-dialog-titlebar {
  padding: 20px;
  position: relative; }

.no-close .ui-dialog-titlebar-close {
  display: none; }

.ui-dialog-content {
  max-height: calc(100% - 40px) !important;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100% !important; }
  .ui-dialog-content .pdp-main .pdp-main-row {
    margin: 0; }

.ui-accordion .ui-accordion-content {
  padding: 0; }

.ui-tabs .ui-tabs-nav {
  height: 2.45em;
  padding: 0; }
  .ui-tabs .ui-tabs-nav li {
    border-color: #fff;
    border-style: solid;
    border-width: 0 0 3px 0; }
    .ui-tabs .ui-tabs-nav li.ui-state-active {
      border-bottom-color: #000; }
      .ui-tabs .ui-tabs-nav li.ui-state-active a {
        color: #000;
        font-weight: 700; }
    .ui-tabs .ui-tabs-nav li a {
      color: #adb5bd; }

.ui-tabs .ui-tabs-panel {
  background-color: #fff;
  border: 1px solid #fff;
  line-height: 1.5em;
  margin: 0;
  padding: 20px 10px; }
  @media screen and (min-width: 768px) {
    .ui-tabs .ui-tabs-panel h3 {
      display: none; } }

.js .simple-submit {
  display: none; }

fieldset {
  margin-bottom: 2.5rem; }

legend span {
  font-size: 12px;
  font-weight: 400;
  position: relative;
  text-transform: none;
  padding: 0 .5em; }

.form-label-text {
  font-size: 1.1em;
  font-weight: 700;
  padding: 0.75em 0 0; }

.label-inline .field-wrapper {
  width: auto; }

.label-above .field-wrapper {
  padding-left: 0;
  width: auto; }

.input-text,
.input-textarea,
.input-select,
.bml-terms-and-conditions {
  border: 1px solid #ddd9d7;
  color: #414042;
  font-size: 16px;
  letter-spacing: .4px;
  max-width: 427px;
  padding: 11.5px 10px 11.5px 12px;
  text-indent: 0;
  width: 100%; }
  @media (min-width: 1024px) {
    .input-text,
    .input-textarea,
    .input-select,
    .bml-terms-and-conditions {
      font-size: 14px;
      padding: 11.5px 10px 11.5px 12px; } }
  .input-text::placeholder,
  .input-textarea::placeholder,
  .input-select::placeholder,
  .bml-terms-and-conditions::placeholder {
    color: #747474;
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal; }

.input-text,
.input-textarea {
  -webkit-appearance: none;
          appearance: none; }

.input-text.error,
.input-text .error,
.input-textarea.error,
.input-textarea .error,
.input-select.error,
.input-select .error,
.bml-terms-and-conditions.error,
.bml-terms-and-conditions .error,
.giftcert-apply + .form-row.error,
.giftcert-apply + .form-row .error,
.coupon-error.error,
.coupon-error .error {
  border-color: #ff001f;
  color: #ff001f; }

.input-text--shrink,
.input-textarea--shrink,
.input-select--shrink,
.bml-terms-and-conditions--shrink {
  width: auto; }

.input-text:not(.c-qty__input),
.input-select:not(.c-qty__input) {
  background-position: calc(100% - 10px) center;
  background-repeat: no-repeat;
  padding-right: 36px; }

.input-text.valid {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='14px' height='14px' viewBox='0 0 14 14' enable-background='new 0 0 14 14' xml:space='preserve'%3E %3Ctitle%3EC66B1B65-A594-4C39-9593-08A589E8C7B5%3C/title%3E %3Cdesc%3ECreated with sketchtool.%3C/desc%3E %3Cg id='Symbols'%3E %3Cg id='Compare-_x2F_-filled' transform='translate(-59.000000, -2.000000)'%3E %3Cg id='Check-_x2F_-filled' transform='translate(59.000000, 2.000000)'%3E %3Cpath id='Line-3' fill='none' stroke='%23007AC3' stroke-width='1.5' stroke-linecap='square' d='M3.5,7.5l1,1'/%3E %3Cpath id='Line-4' fill='%230F7AC0' stroke='%23007AC3' stroke-width='1.5' stroke-linecap='square' d='M5.5,9.5l5-5'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E"); }

.input-text.error {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='14px' height='14px' viewBox='0 0 14 14' enable-background='new 0 0 14 14' xml:space='preserve'%3E %3Ctitle%3EC66B1B65-A594-4C39-9593-08A589E8C7B5%3C/title%3E %3Cdesc%3ECreated with sketchtool.%3C/desc%3E %3Cg%3E %3Cpath fill='%23FF001F' d='M6.37,8.818L5.824,1.903L7.98,1.917L7.434,8.818H6.37z M5.922,9.854h1.96v1.933h-1.96V9.854z'/%3E %3C/g%3E %3C/svg%3E"); }

.input-text.c-qty__input {
  background-image: none; }

.input-text.no-validate {
  background: none; }

.input-select {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0' y='0' width='16' height='16' viewBox='0, 0, 16, 16'%3E%3Cpath d='M12.75,5.2 L8,9.95 L3.25,5.2' fill-opacity='0' stroke='%23666666' stroke-width='1.25'/%3E%3C/svg%3E");
  -webkit-appearance: none;
          appearance: none;
  background-color: #fff;
  border-radius: 0;
  font-size: 16px;
  letter-spacing: .4px;
  max-width: 427px;
  width: 100%; }
  .input-select::-ms-expand {
    display: none; }
  .input-select.error {
    border-color: #ff001f;
    color: #ff001f; }
  @media (min-width: 1024px) {
    .input-select {
      font-size: 14px; } }

.input-select--alt {
  background-position: center right;
  border-width: 0;
  border-bottom-width: 1px;
  font-size: inherit;
  padding: 0;
  padding-right: 20px; }
  .input-select--alt:hover {
    border-color: #000; }
  .input-select--alt:focus {
    border-bottom-width: 2px; }

.input-radio,
.input-checkbox {
  margin: 0 .4em 0 0; }
  @media (min-width: 576px) {
    .input-radio,
    .input-checkbox {
      margin: 0 .5em 0 0; } }
  .label-inline .input-radio, .label-inline
  .input-checkbox {
    margin: 0 .4em 0 0; }
    @media (min-width: 576px) {
      .label-inline .input-radio, .label-inline
      .input-checkbox {
        margin: 0 .5em 0 0; } }

.form-caption {
  clear: left;
  width: auto; }
  .label-above .form-caption {
    margin-left: 0; }
  .form-indent .form-caption {
    margin-left: 0; }

.error-message {
  color: #ff001f; }

span.error,
div.error {
  background: none; }

.form-inline form {
  padding: 0 0 2em; }

.form-inline label {
  padding: 0 0 0.75em;
  width: auto; }

.form-inline input[type="text"], .form-inline select {
  margin-left: 0; }

.form-inline button {
  padding-left: 0;
  padding-right: 0; }

.row-inline {
  display: inline; }
  .row-inline label {
    width: auto; }

.dialog-required {
  display: inline;
  font-size: 12px;
  position: relative;
  padding: 0 .5em; }
  .dialog-required em {
    color: #ff001f;
    font-style: normal;
    margin: 0 .25em; }

.required-indicator {
  color: #ff001f;
  padding: 0;
  white-space: nowrap; }

.coupon-error {
  margin-top: 20px; }

input::-ms-clear, input::-ms-reveal {
  display: none; }

.item-list {
  margin-bottom: 1em; }
  .item-list tr {
    border-bottom: 1px solid #e9ecef; }
    .item-list tr.last {
      border: 0 none; }
    .item-list tr.headings {
      display: none; }
  .item-list td {
    padding: 1rem 0.5em;
    vertical-align: top; }

.item-details > a {
  font-size: 0.813rem; }

.item-details .product-list-item .name {
  font-size: 1.2em;
  font-style: italic;
  padding-bottom: 0.5rem; }

.item-details .product-list-item .value {
  font-weight: 700; }

.item-details .product-list-item .promo {
  color: #ff001f; }

.item-details .product-list-item .price-standard {
  color: #adb5bd;
  text-decoration: line-through; }

.item-availability ul,
.item-quantity-details ul {
  list-style: none outside none;
  margin: 0;
  padding: 0; }

.item-dashboard {
  font-size: 0.813rem;
  width: 16rem; }
  .item-dashboard label {
    font-weight: 700;
    width: auto; }
  .item-dashboard .field-wrapper {
    width: auto; }
  .item-dashboard .option-quantity-desired input {
    text-indent: 0.5rem;
    width: 3rem; }
  .item-dashboard .value {
    margin-top: .5rem; }
  .item-dashboard .form-row {
    margin: 0; }
  .item-dashboard input,
  .item-dashboard .value,
  .item-dashboard select .option-toggle-public label {
    font-size: 0.813rem;
    color: #343a40; }
  .item-dashboard .input-checkbox {
    margin: 0 5px; }
  .item-dashboard .option-add-to-cart {
    margin-top: .5rem;
    white-space: nowrap;
    width: 16rem;
    width: -webkit-max-content;
    width: max-content; }
    .item-dashboard .option-add-to-cart label {
      color: #343a40;
      font-weight: 700;
      margin: .5rem .5rem 0 0;
      text-transform: uppercase;
      width: auto; }
    .item-dashboard .option-add-to-cart input {
      font-size: 0.813rem;
      margin-right: 0.5em;
      width: 3rem; }
      .item-dashboard .option-add-to-cart input[type=number] {
        width: 5rem; }
    .item-dashboard .option-add-to-cart button {
      padding: 0 7%;
      min-width: 100px; }
  .item-dashboard .option-quantity-purchased span.exceeded {
    color: #ff001f; }

.option-update button {
  border: none 0px; }

.option-priority label, .option-priority .c-form-row__form-field-container {
  display: inline-block; }

.option-priority label:after {
  content: ":"; }

.option-priority .c-form-row__form-field-container {
  width: 11.5rem; }

.tooltip {
  cursor: help;
  position: relative; }
  .tooltip.product-tile {
    cursor: pointer; }

.tooltip-content {
  display: none; }

.ui-tooltip.ui-widget-content {
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 20px 30px -5px rgba(116, 116, 116, 0.4);
  color: inherit;
  font-size: 13px;
  letter-spacing: .25px;
  max-width: 300px;
  padding: 13px;
  pointer-events: none;
  width: -webkit-max-content;
  width: max-content;
  z-index: 1070; }
  .ui-tooltip.ui-widget-content p {
    margin-bottom: 5px; }

.ui-tooltip-content {
  padding: 0.3em; }
  .ui-tooltip-content .recommendation-tooltip-header {
    font-size: 1.2em;
    font-weight: bold;
    padding: 0.5em; }
    .ui-tooltip-content .recommendation-tooltip-header .product-price {
      font-weight: 400; }
      .ui-tooltip-content .recommendation-tooltip-header .product-price .price-standard {
        color: #adb5bd;
        text-decoration: line-through; }
  .ui-tooltip-content .recommendation-tooltip-description,
  .ui-tooltip-content .recommendation-tooltip-attributes {
    padding: 0.8em; }
  .ui-tooltip-content .shipping-method-cost,
  .ui-tooltip-content .surcharge-product,
  .ui-tooltip-content .promo {
    text-align: right;
    padding-bottom: .3rem; }
  .ui-tooltip-content .shippingtotal {
    clear: right;
    text-align: right;
    margin-top: .3rem; }
    .ui-tooltip-content .shippingtotal .value {
      border-top: 1px solid;
      padding-top: .3rem; }

.pt_brand .breadcrumb {
  margin-bottom: 38px; }

.brands-landing-header {
  font-size: 47px;
  letter-spacing: -.9px;
  line-height: 1.06;
  margin-bottom: 50px;
  text-align: center; }

.brand-logo-wrap {
  margin-bottom: 42px;
  padding: 40px 20px 0;
  text-align: center; }

.brand-banner-wrap,
.brand-carousel,
.pt_brand .category-header {
  padding: 0 10px; }
  @media (min-width: 1024px) {
    .brand-banner-wrap,
    .brand-carousel,
    .pt_brand .category-header {
      padding: 0; } }

.brand-banner-wrap,
.brand-carousel {
  margin-bottom: 20px; }
  @media (min-width: 1024px) {
    .brand-banner-wrap,
    .brand-carousel {
      margin-bottom: 40px; } }

.brand-banner-wrap {
  display: block; }

.brand-carousel .slick-list {
  overflow: hidden; }

.brand-carousel .slick-slide {
  float: left; }

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

.content-slot__brand-video {
  margin-bottom: 20px;
  padding: 0 10px; }
  @media (min-width: 1024px) {
    .content-slot__brand-video {
      padding: 0;
      margin-bottom: 40px; } }

.content-slot__brand-video-iframe {
  height: auto;
  min-width: 100%;
  max-width: 100%; }
  @media (min-width: 768px) {
    .content-slot__brand-video-iframe {
      min-height: 230px; } }
  @media (min-width: 1024px) {
    .content-slot__brand-video-iframe {
      min-height: 300px; } }

.slot-grid-header p {
  margin: 0;
  padding: 0; }

.product-listing-1x4 {
  background: none repeat scroll 0 0 #fff;
  overflow: hidden;
  padding: .83em 0; }
  .product-listing-1x4 .search-result-items .grid-tile {
    margin: 0 1% 0 2%;
    width: 18%; }

.content-asset p {
  line-height: 1.6em;
  margin: 0 0 1em; }

.content-asset ul,
.content-asset ol {
  line-height: 1.6em;
  margin: 1em 0;
  padding: 0 1.5em; }

.content-asset address {
  margin: 1em 0; }

.content-asset .account-options--landing-box {
  margin: 0 0 3rem; }
  .content-asset .account-options--landing-box a {
    background-color: #f4f2f1;
    color: #000;
    display: block;
    min-height: 250px;
    padding: 0;
    text-align: center; }
    .content-asset .account-options--landing-box a svg {
      height: 54px;
      margin: 50px auto 20px;
      width: 54px; }
      .content-asset .account-options--landing-box a svg use {
        fill: #000;
        stroke: #000; }
      .content-asset .account-options--landing-box a svg.icon-svg-user use {
        stroke: none; }
    .content-asset .account-options--landing-box a h2 {
      padding: 0rem 1.5rem 0; }
    .content-asset .account-options--landing-box a p {
      margin-top: 0.3rem;
      padding: 0rem 1.5rem 0; }

.browser-compatibility-alert {
  margin: 20px 0;
  padding: 20px;
  text-align: center;
  width: 100%; }
  @media (min-width: 1024px) {
    .browser-compatibility-alert {
      margin: 40px 0;
      padding: 40px; } }
  .browser-compatibility-alert p {
    margin: 0; }

.menu-slot {
  display: none;
  border-top: 1px solid #faeded;
  margin-top: 0.5em;
  padding-top: 1.5em; }
  .menu-slot .social-links {
    padding-left: 0; }
    .menu-slot .social-links li {
      display: inline-block;
      padding-left: 0; }
  @media screen and (min-width: 768px) {
    .menu-slot {
      width: 13.5rem;
      display: block; } }

#homepage-slides {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative; }
  #homepage-slides .slide {
    margin: 0 0 20px;
    overflow: hidden;
    padding: 0;
    position: relative; }
    #homepage-slides .slide img {
      max-width: 100%; }
    #homepage-slides .slide .banner-message {
      position: absolute;
      top: 10%; }
      @media screen and (min-width: 768px) {
        #homepage-slides .slide .banner-message {
          top: 2%; } }
      #homepage-slides .slide .banner-message .banner-text1 {
        font-family: "Cormorant Garamond", serif;
        font-size: 2rem;
        font-weight: 300;
        text-transform: uppercase; }
        @media screen and (min-width: 768px) {
          #homepage-slides .slide .banner-message .banner-text1 {
            font-size: 5rem;
            font-weight: 200; } }
      #homepage-slides .slide .banner-message .banner-text2 {
        font-family: "Nunito Sans", sans-serif;
        font-size: 1.5rem;
        font-style: italic;
        text-transform: lowercase; }
        @media screen and (min-width: 768px) {
          #homepage-slides .slide .banner-message .banner-text2 {
            font-size: 4rem; } }
      #homepage-slides .slide .banner-message .banner-text3 {
        font-family: "Cormorant Garamond", serif;
        font-size: 0.5rem;
        font-weight: 400;
        text-transform: uppercase; }
        @media screen and (min-width: 768px) {
          #homepage-slides .slide .banner-message .banner-text3 {
            font-size: 1.3rem;
            font-weight: 200; } }
  #homepage-slides .slide1 .banner-message {
    left: 3%; }
    #homepage-slides .slide1 .banner-message .banner-text1 {
      color: #00629b;
      display: inline; }
    #homepage-slides .slide1 .banner-message .banner-text2 {
      color: #fff;
      display: inline; }
    #homepage-slides .slide1 .banner-message .banner-text3 {
      color: #fff;
      text-align: right; }
  #homepage-slides .slide2 .banner-message {
    left: 3%; }
    #homepage-slides .slide2 .banner-message .banner-text1 {
      color: #000;
      display: inline;
      letter-spacing: -0.1rem; }
    #homepage-slides .slide2 .banner-message .banner-text2 {
      color: #343a40;
      display: inline; }
    #homepage-slides .slide2 .banner-message .banner-text3 {
      color: #000; }
  #homepage-slides .slide3 .banner-message {
    left: 3%; }
    #homepage-slides .slide3 .banner-message .banner-text1 {
      color: #000;
      display: inline;
      margin-top: -2rem; }
    #homepage-slides .slide3 .banner-message .banner-text2 {
      color: #fff;
      display: inline; }
    #homepage-slides .slide3 .banner-message .banner-text3 {
      color: #000; }
  #homepage-slides .slide4 .banner-message {
    right: 3%; }
    #homepage-slides .slide4 .banner-message .banner-text1 {
      color: #000;
      margin-top: 0rem;
      text-indent: 3rem; }
      @media screen and (min-width: 768px) {
        #homepage-slides .slide4 .banner-message .banner-text1 {
          margin-top: -1rem; } }
    #homepage-slides .slide4 .banner-message .banner-text2 {
      color: #fff; }
    #homepage-slides .slide4 .banner-message .banner-text3 {
      color: #fff; }
  #homepage-slides .slide5 .banner-message {
    left: 15%; }
    #homepage-slides .slide5 .banner-message .banner-text1 {
      color: #00629b;
      display: inline; }
    #homepage-slides .slide5 .banner-message .banner-text2 {
      color: #ff001f;
      display: inline; }
    #homepage-slides .slide5 .banner-message .banner-text3 {
      color: #fff; }

#home-bottom-left {
  margin: auto;
  max-width: 320px;
  position: relative;
  text-align: center;
  width: 100%; }
  #home-bottom-left h2 {
    color: #000;
    font-family: "Cormorant Garamond", serif;
    font-size: 2rem;
    font-weight: 100;
    margin: 0;
    padding: 1rem 0;
    text-transform: uppercase; }
    @media screen and (min-width: 768px) {
      #home-bottom-left h2 {
        font-size: 2.3rem; } }
  #home-bottom-left ul {
    margin: -.5em 0 .5em 0; }
    #home-bottom-left ul li {
      border-right: 1px solid #6c757d;
      color: #6c757d;
      display: inline;
      font-family: "Cormorant Garamond", serif;
      font-size: .8rem;
      font-weight: 400;
      list-style: none outside none;
      margin: 0 5px 0 0;
      padding: 0 5px 0 0;
      text-transform: uppercase; }
      #home-bottom-left ul li:last-child {
        border: 0 none; }
      #home-bottom-left ul li span {
        margin: 0 10px 0 0; }
  #home-bottom-left img {
    display: block; }

#home-bottom-center {
  width: 100%;
  margin: auto;
  max-width: 320px;
  position: relative; }
  #home-bottom-center .home-bottom-center-text {
    position: absolute;
    text-align: center;
    top: 18%;
    width: 100%; }
    #home-bottom-center .home-bottom-center-text h1 {
      color: #00629b;
      font-family: "Nunito Sans", sans-serif;
      font-size: 4rem;
      font-style: italic;
      font-weight: normal;
      margin: 0;
      padding: 0;
      text-transform: lowercase; }
    #home-bottom-center .home-bottom-center-text h2 {
      color: #6c757d;
      font-family: "Cormorant Garamond", serif;
      font-size: 1.3rem;
      font-weight: 100;
      letter-spacing: .2em;
      margin-top: -.05rem;
      text-transform: uppercase; }
    #home-bottom-center .home-bottom-center-text h3 {
      color: #6c757d;
      font-family: "Nunito Sans", sans-serif;
      font-size: .8rem;
      font-weight: normal;
      margin-top: -1rem;
      text-transform: uppercase; }
  #home-bottom-center img {
    display: block; }

.home-bottom-right {
  font-family: "Cormorant Garamond", serif;
  width: 100%;
  margin: auto;
  max-width: 320px;
  position: relative;
  text-align: center; }
  .home-bottom-right .home-bottom-right-header h2 {
    color: #6c757d;
    font-size: 0.7rem;
    font-weight: 400;
    padding: .5em 0 0 0;
    margin: 0; }
    @media screen and (min-width: 768px) {
      .home-bottom-right .home-bottom-right-header h2 {
        font-size: 2.3rem;
        font-weight: 200; } }
  .home-bottom-right .home-bottom-right-header h3 {
    color: #64772d;
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 200;
    margin: 0;
    padding: 0;
    text-transform: uppercase; }
    @media screen and (min-width: 768px) {
      .home-bottom-right .home-bottom-right-header h3 {
        font-size: 2.3rem; } }
  .home-bottom-right .home-bottom-right-header img {
    display: block; }
  .home-bottom-right .product-tile {
    border: 0 none;
    margin: 1em auto 0;
    min-height: 255px;
    width: 90%; }
    .home-bottom-right .product-tile img {
      box-shadow: 0px 0px 5px 3px #ced4da;
      max-width: 90%; }
    .home-bottom-right .product-tile .product-name {
      height: auto; }
    .home-bottom-right .product-tile .product-sales-price {
      color: #000; }

.cart-recommendations {
  margin-top: 1rem; }
  .cart-recommendations .last-visited {
    margin-bottom: 1.25rem; }
  .cart-recommendations .product-listing {
    background-color: #f4f2f1;
    padding: 1rem 0; }
    .cart-recommendations .product-listing::after {
      display: block;
      clear: both;
      content: ""; }
  .cart-recommendations .c-product-tile-carousel {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px; }

.category-tiles {
  margin-top: 36px; }
  @media (min-width: 1024px) {
    .category-tiles {
      margin-bottom: 55px;
      margin-top: 40px; } }
  .category-tiles .category-slot {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .category-tiles .category-slot > h2 {
      width: 100%; }
  .category-tiles .category-tile {
    flex: 0 0 47%; }
    @media (min-width: 1024px) {
      .category-tiles .category-tile {
        flex-basis: 31%; } }

.category-tiles__header {
  font-size: 36px;
  margin-bottom: 28px;
  text-align: center; }
  @media (min-width: 1024px) {
    .category-tiles__header {
      margin-bottom: 26px; } }

.cart-recommendations .tiles-container,
.category-slot .tiles-container,
.product-slot .tiles-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: center; }
  .cart-recommendations .tiles-container .grid-tile,
  .category-slot .tiles-container .grid-tile,
  .product-slot .tiles-container .grid-tile {
    box-shadow: none;
    margin: 1rem;
    width: 25%; }

.cart-recommendations h1,
.category-slot h1,
.product-slot h1 {
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  font-size: 3rem;
  font-weight: 300;
  position: absolute;
  text-align: right;
  bottom: 2%;
  left: 2%; }
  @media screen and (min-width: 768px) {
    .cart-recommendations h1,
    .category-slot h1,
    .product-slot h1 {
      font-weight: 100; } }

.cart-recommendations h2,
.category-slot h2,
.product-slot h2 {
  margin: 0 auto 30px;
  text-align: center; }

.cart-recommendations h3,
.category-slot h3,
.product-slot h3 {
  color: #000;
  font-family: inherit; }

.cart-recommendations h4,
.cart-recommendations .h4,
.category-slot h4,
.category-slot .h4,
.product-slot h4,
.product-slot .h4 {
  background: transparent;
  color: #000;
  font-family: inherit;
  line-height: normal; }

.cart-recommendations a:hover h3,
.category-slot a:hover h3,
.product-slot a:hover h3 {
  text-decoration: underline; }

.cart-recommendations .catlanding-banner,
.category-slot .catlanding-banner,
.product-slot .catlanding-banner {
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  width: 100%; }
  .cart-recommendations .catlanding-banner img,
  .category-slot .catlanding-banner img,
  .product-slot .catlanding-banner img {
    height: auto;
    width: 100%; }

.cart-recommendations .category-tile,
.category-slot .category-tile,
.product-slot .category-tile {
  float: left;
  margin-bottom: 36px;
  overflow: hidden;
  padding: 0 .15%;
  position: relative;
  width: 100%; }
  @media (min-width: 1024px) {
    .cart-recommendations .category-tile,
    .category-slot .category-tile,
    .product-slot .category-tile {
      margin-bottom: 51px;
      width: 33%; } }
  .cart-recommendations .category-tile img,
  .category-slot .category-tile img,
  .product-slot .category-tile img {
    height: auto;
    margin-bottom: 13px;
    width: 100%; }

.cart-recommendations .cat-banner,
.category-slot .cat-banner,
.product-slot .cat-banner {
  overflow: hidden;
  position: relative;
  width: 100%; }
  .cart-recommendations .cat-banner img,
  .category-slot .cat-banner img,
  .product-slot .cat-banner img {
    height: auto;
    width: 100%; }
  .cart-recommendations .cat-banner h1,
  .category-slot .cat-banner h1,
  .product-slot .cat-banner h1 {
    color: #343a40;
    right: 2%; }

.cart-recommendations .search-result-items .grid-tile,
.category-slot .search-result-items .grid-tile,
.product-slot .search-result-items .grid-tile {
  box-shadow: none;
  margin: 0;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .cart-recommendations .search-result-items .grid-tile,
    .category-slot .search-result-items .grid-tile,
    .product-slot .search-result-items .grid-tile {
      width: 33%; } }
  .cart-recommendations .search-result-items .grid-tile .product-tile,
  .category-slot .search-result-items .grid-tile .product-tile,
  .product-slot .search-result-items .grid-tile .product-tile {
    margin: 0 .15%;
    padding: 1rem 0;
    width: 100%; }
    .cart-recommendations .search-result-items .grid-tile .product-tile .product-name,
    .category-slot .search-result-items .grid-tile .product-tile .product-name,
    .product-slot .search-result-items .grid-tile .product-tile .product-name {
      height: auto;
      margin-top: .5em;
      overflow: hidden;
      text-overflow: ellipsis; }
      .cart-recommendations .search-result-items .grid-tile .product-tile .product-name a,
      .category-slot .search-result-items .grid-tile .product-tile .product-name a,
      .product-slot .search-result-items .grid-tile .product-tile .product-name a {
        color: #00629b; }

.cart-recommendations h3,
.product-slot h3 {
  background-color: #fff;
  bottom: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  font-weight: 300;
  margin: 0;
  opacity: .6;
  padding: 2rem;
  position: absolute;
  text-transform: uppercase;
  width: 100%; }

.html-slot {
  background-color: #f4f2f1;
  border-color: #e9ecef;
  border-style: solid;
  border-width: 1px 0; }
  .html-slot h1 {
    color: #00629b;
    font-family: "Cormorant Garamond", serif;
    font-size: 1.5rem;
    font-weight: 300;
    margin: 1rem;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .html-slot h1 {
        font-weight: 100; } }
    .html-slot h1 a {
      font-family: "Nunito Sans", sans-serif; }

@media (max-width: 1023.98px) {
  html.is-navigation-active, html.is-navigation-active body {
    height: 100%;
    overflow: hidden;
    position: relative; }
  html.is-navigation-active .search-suggestion-wrapper {
    visibility: hidden; } }

.menu-toggle {
  background-color: transparent;
  border: none;
  display: flex;
  margin-top: 1px;
  padding: 0; }
  .menu-toggle__icon {
    width: 30px;
    height: 30px; }
    .is-navigation-active .menu-toggle__icon--burger {
      display: none; }
    .menu-toggle__icon--close {
      display: none; }
      .is-navigation-active .menu-toggle__icon--close {
        display: block; }

#navigation ul, #navigation li {
  list-style: none; }

#navigation a, #navigation a:hover, #navigation a:active, #navigation a:visited {
  color: #000;
  font-size: inherit;
  font-weight: inherit;
  text-decoration: none; }

@media (max-width: 1023.98px) {
  #navigation {
    background: #fff;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: .9px;
    line-height: normal;
    margin-top: 1px;
    max-height: calc(100vh - 100px);
    max-width: 100vw;
    position: absolute;
    top: 100%;
    left: -330px;
    z-index: 1005;
    transition: transform .3s;
    width: 330px; }
    #navigation ul, #navigation li {
      list-style: none;
      margin: 0;
      padding: 0; }
    #navigation ul, #navigation li, #navigation a {
      display: block; }
    .is-navigation-active #navigation {
      overflow: auto;
      transform: translate(330px); }
    #navigation .level-1 > li > a {
      position: relative;
      padding-top: 25px;
      padding-bottom: 25px; }
      #navigation .level-1 > li > a, #navigation .level-1 > li > a:hover {
        text-transform: uppercase; }
    #navigation .level-2,
    #navigation .level-3,
    #navigation .level-2__row .has-sub-menu > ul,
    #navigation .level-2--alt .has-sub-menu > ul {
      max-height: 0;
      overflow: hidden;
      transition: max-height .2s linear; }
    #navigation .is-active > .level-2,
    #navigation .is-active > .level-3,
    #navigation .level-2__row .has-sub-menu.is-active > ul,
    #navigation .level-2--alt .has-sub-menu.is-active > ul {
      max-height: 300em; }
    #navigation .has-sub-menu > a, #navigation .pseudo-has-sub-menu > a {
      background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0' y='0' width='30' height='30' viewBox='0, 0, 30, 30'%3E%3Cg id='Symbols'%3E%3Cpath d='M20.084,15.573 L15.573,15.573 L15.573,20.084 L14.427,20.084 L14.427,15.573 L9.917,15.573 L9.917,14.427 L14.427,14.427 L14.427,9.917 L15.573,9.917 L15.573,14.427 L20.084,14.427 z' fill='%23000000' id='close---material'/%3E%3C/g%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: calc(100% - 8px) center; }
    #navigation .has-sub-menu.is-active > a, #navigation .pseudo-has-sub-menu.is-active > a {
      background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0' y='0' width='30' height='30' viewBox='0, 0, 30, 30'%3E%3Cg id='Symbols'%3E%3Cpath d='M20.084,15.573 L9.917,15.573 L9.917,14.427 L20.084,14.427' fill='%23000000' id='close---material_2_'/%3E%3C/g%3E%3C/svg%3E"); }
    #navigation .has-sub-menu.mobile-user-utility, #navigation .pseudo-has-sub-menu.mobile-user-utility {
      border-bottom: 1px solid rgba(208, 208, 208, 0.5); }
      #navigation .has-sub-menu.mobile-user-utility > a, #navigation .pseudo-has-sub-menu.mobile-user-utility > a {
        background-image: none;
        text-transform: capitalize;
        display: flex;
        align-items: center; }
        #navigation .has-sub-menu.mobile-user-utility > a:hover, #navigation .pseudo-has-sub-menu.mobile-user-utility > a:hover {
          text-transform: capitalize;
          text-decoration: underline; }
      #navigation .has-sub-menu.mobile-user-utility .location__icon,
      #navigation .has-sub-menu.mobile-user-utility .gift-card__icon, #navigation .pseudo-has-sub-menu.mobile-user-utility .location__icon,
      #navigation .pseudo-has-sub-menu.mobile-user-utility .gift-card__icon {
        width: 16px;
        height: 16px;
        margin-right: 7px;
        height: 24px; }
      #navigation .has-sub-menu.mobile-user-utility .gift-card__icon, #navigation .pseudo-has-sub-menu.mobile-user-utility .gift-card__icon {
        width: 22px !important;
        height: 22px !important; }
    #navigation .level-1 > li > a, #navigation .level-1 > li > a:hover {
      padding: 1rem 20px; }
    #navigation .level-2 {
      border-bottom: 1px solid rgba(208, 208, 208, 0.5); }
      #navigation .level-2 > ul {
        margin-top: -5px; }
    #navigation .level-2 a, #navigation .level-2 a:hover,
    #navigation .menu-utility-user-mobile a,
    #navigation .menu-utility-user-mobile a:hover {
      font-size: 14px;
      letter-spacing: .5px;
      padding: 13px 20px;
      text-transform: none; }
    #navigation .level-3 li > a, #navigation .level-3 li > a:hover {
      font-weight: 300;
      padding: 1rem 20px;
      padding-left: 34px; }
    #navigation .menu-utility-user-mobile {
      background-color: #f4f2f1;
      border-top: 2px solid rgba(208, 208, 208, 0.5);
      border-bottom: 1px solid rgba(208, 208, 208, 0.5);
      padding-bottom: 150px; }
      #navigation .menu-utility-user-mobile a, #navigation .menu-utility-user-mobile a:hover {
        border-bottom: 1px solid rgba(208, 208, 208, 0.5);
        font-size: 11px;
        font-weight: normal;
        letter-spacing: .5px;
        text-transform: uppercase; }
      #navigation .menu-utility-user-mobile .user-info > a,
      #navigation .menu-utility-user-mobile .locale-select > a {
        align-items: center;
        background-image: none;
        display: flex; }
        #navigation .menu-utility-user-mobile .user-info > a .svg-symbol,
        #navigation .menu-utility-user-mobile .locale-select > a .svg-symbol {
          width: 16px;
          height: 16px;
          margin-left: 10px;
          transition: transform .2s; }
      #navigation .menu-utility-user-mobile .user-info.has-sub-menu > a,
      #navigation .menu-utility-user-mobile .locale-select.has-sub-menu > a {
        border-bottom: 0; }
      #navigation .menu-utility-user-mobile .user-panel,
      #navigation .menu-utility-user-mobile .locale-select__options {
        border-bottom: 1px solid rgba(208, 208, 208, 0.5);
        max-height: 0;
        overflow: hidden;
        transition: max-height .2s linear; }
        #navigation .menu-utility-user-mobile .user-panel a, #navigation .menu-utility-user-mobile .user-panel a:hover,
        #navigation .menu-utility-user-mobile .locale-select__options a,
        #navigation .menu-utility-user-mobile .locale-select__options a:hover {
          text-transform: none;
          border-bottom: 0; }
      #navigation .menu-utility-user-mobile .has-sub-menu .user-panel,
      #navigation .menu-utility-user-mobile .has-sub-menu .locale-select__options {
        border-bottom: 1px solid rgba(208, 208, 208, 0.5); }
      #navigation .menu-utility-user-mobile .is-active .user-panel,
      #navigation .menu-utility-user-mobile .is-active .locale-select__options {
        max-height: 200em; }
      #navigation .menu-utility-user-mobile .is-active.user-info > a .svg-symbol, #navigation .menu-utility-user-mobile .is-active.locale-select > a .svg-symbol {
        transform: rotate(180deg); } }

@media (min-width: 1024px) {
  #navigation .level-1 > li > a {
    padding-right: 1.18vw;
    padding-left: 1.18vw; }
    #navigation .level-1 > li > a::before {
      left: 1.18vw;
      width: calc(100% - 2.36vw); } }

@media (min-width: 1114px) {
  #navigation .level-1 > li > a {
    padding-right: 1.58vw;
    padding-left: 1.58vw; }
    #navigation .level-1 > li > a::before {
      left: 1.58vw;
      width: calc(100% - 3.16vw); } }

@media (min-width: 1200px) {
  #navigation .level-1 > li > a {
    padding-right: 2.08vw;
    padding-left: 2.08vw; }
    #navigation .level-1 > li > a::before {
      left: 2.08vw;
      width: calc(100% - 4.16vw); } }

@media (min-width: 1440px) {
  #navigation .level-1 > li > a {
    padding-right: 30px;
    padding-left: 30px; }
    #navigation .level-1 > li > a::before {
      left: 30px;
      width: calc(100% - 60px); } }

@media (min-width: 1024px) {
  .menu-toggle {
    display: none; }
  #navigation {
    color: #000;
    display: flex;
    flex: 1;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: .5px;
    margin-left: 0; }
    html[lang="fr"] #navigation {
      margin-left: 0; }
    #navigation a {
      display: inline-block; }
      #navigation a, #navigation a:hover {
        color: inherit; }
      #navigation a:hover {
        text-decoration: underline; }
    #navigation .menu-category {
      display: flex;
      justify-content: center;
      margin: 0 auto;
      padding: 0;
      width: 100%; }
      #navigation .menu-category > li:hover > a {
        background-color: transparent; }
    #navigation .level-1 > li > a {
      position: relative;
      padding-top: 25px;
      padding-bottom: 25px; }
      #navigation .level-1 > li > a, #navigation .level-1 > li > a:hover {
        float: none;
        letter-spacing: 1px;
        text-decoration: none;
        text-transform: uppercase;
        width: 100%; }
      #navigation .level-1 > li > a::before {
        background-color: transparent;
        content: '';
        display: block;
        height: 3px;
        margin-top: -5px;
        position: absolute;
        top: 100%;
        transition: background-color .2s; }
    #navigation .level-1 > li:hover > a::before {
      background-color: #007ac3; }
    #navigation .level-2 {
      width: 100%;
      margin-right: auto;
      margin-left: auto;
      padding-right: 20px;
      padding-left: 20px;
      background-color: #fff;
      border-top: 1px solid #ddd9d7;
      border-bottom: 3px solid #007ac3;
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
      color: #343a40;
      display: none;
      line-height: 2.31;
      margin-top: -1px;
      padding: 0;
      position: absolute;
      left: 50%;
      top: 100%;
      width: 100vw;
      transform: translateX(-50%);
      z-index: 1; } }
    @media (min-width: 1024px) and (min-width: 1024px) {
      #navigation .level-2 {
        padding-right: 40px;
        padding-left: 40px; } }

@media (min-width: 1024px) {
      .has-scrollbar #navigation .level-2 {
        width: calc(100vw - 20px); }
      @supports (color: var(--scroll-bar)) {
        .has-scrollbar #navigation .level-2 {
          width: calc(100vw - var(--scroll-bar)); } }
      #navigation .level-2 a, #navigation .level-2 div {
        width: 100%; }
      #navigation .level-2 a {
        line-height: 1.4; }
      #navigation .level-2 img {
        max-width: 100%; }
      #navigation .level-2 li > ul,
      #navigation .level-2 .level-3 > ul {
        padding: 0; }
      #navigation .level-2.is-horizontal > ul {
        display: flex;
        flex-wrap: wrap;
        margin-right: -10px;
        margin-left: -10px;
        margin-top: 30px;
        margin-bottom: 30px; } }
      @media (min-width: 1024px) and (min-width: 1024px) {
        #navigation .level-2.is-horizontal > ul {
          margin-right: -20px;
          margin-left: -20px; } }

@media (min-width: 1024px) {
        #navigation .level-2.is-horizontal > ul > li:not(.level-2__banner) {
          position: relative;
          width: 100%;
          min-height: 1px;
          padding-right: 10px;
          padding-left: 10px;
          flex: 0 0 16.66667%;
          max-width: 16.66667%; } }
        @media (min-width: 1024px) and (min-width: 1024px) {
          #navigation .level-2.is-horizontal > ul > li:not(.level-2__banner) {
            padding-right: 20px;
            padding-left: 20px; } }

@media (min-width: 1024px) {
      #navigation .level-2.is-vertical .level-2__row {
        display: flex;
        flex-wrap: wrap;
        margin-right: -10px;
        margin-left: -10px;
        margin-top: 30px;
        margin-bottom: 30px; } }
      @media (min-width: 1024px) and (min-width: 1024px) {
        #navigation .level-2.is-vertical .level-2__row {
          margin-right: -20px;
          margin-left: -20px; } }

@media (min-width: 1024px) {
        #navigation .level-2.is-vertical .level-2__row > ul:not(.level-2__banner) {
          position: relative;
          width: 100%;
          min-height: 1px;
          padding-right: 10px;
          padding-left: 10px;
          flex: 0 0 16.66667%;
          max-width: 16.66667%; } }
        @media (min-width: 1024px) and (min-width: 1024px) {
          #navigation .level-2.is-vertical .level-2__row > ul:not(.level-2__banner) {
            padding-right: 20px;
            padding-left: 20px; } }

@media (min-width: 1024px) {
      #navigation .level-2__banner {
        display: flex;
        font-size: 14px;
        font-weight: 600;
        justify-content: flex-end; }
        #navigation .level-2__banner img {
          width: auto;
          height: auto;
          flex: inherit; }
        #navigation .level-2__banner--span-2 {
          padding-right: 20px;
          padding-left: 20px;
          flex: 0 0 16.66667%;
          max-width: 16.66667%; }
          #navigation .level-2__banner--span-2 > .col-2 {
            flex: 0 0 100%;
            max-width: 100%; }
        #navigation .level-2__banner--span-4 {
          flex: 0 0 33.33333%;
          max-width: 33.33333%; }
          #navigation .level-2__banner--span-4 > .col-2 {
            flex: 0 0 50%;
            max-width: 50%; }
        #navigation .level-2__banner--span-6 {
          flex: 0 0 50%;
          max-width: 50%; }
          #navigation .level-2__banner--span-6 > .col-2 {
            flex: 0 0 33.33333%;
            max-width: 33.33333%; }
        #navigation .level-2__banner--span-8 {
          flex: 0 0 66.66667%;
          max-width: 66.66667%; }
          #navigation .level-2__banner--span-8 > .col-2 {
            flex: 0 0 25%;
            max-width: 25%; }
        #navigation .level-2__banner--span-10 {
          flex: 0 0 83.33333%;
          max-width: 83.33333%; }
          #navigation .level-2__banner--span-10 > .col-2 {
            flex: 0 0 20%;
            max-width: 20%; }
      #navigation .level-2__alt-menu {
        font-weight: 600; }
    #navigation .level-2 > ul > li > a, #navigation .level-2 > ul > li > a:hover,
    #navigation .level-2__row > ul > li > a,
    #navigation .level-2__row > ul > li > a:hover {
      font-size: 14px;
      font-weight: 600;
      text-transform: none; }
    #navigation .level-2 > ul > li > a + ul,
    #navigation .level-2__row > ul > li > a + ul {
      margin-top: 5px; }
    #navigation .level-1 li:hover .level-2 {
      display: flex;
      justify-content: center; }
    #navigation .level-3 {
      display: block;
      padding: 0; }
      #navigation .level-3 a {
        font-weight: normal;
        text-transform: none; }
    #navigation .menu-utility-user-mobile {
      display: none; }
    #navigation .level-2.is-vertical > .level-2__row,
    #navigation .level-2 > ul {
      max-width: 1400px;
      padding-right: 0;
      padding-left: 0;
      width: calc(100% + 20px); } }

@media (min-width: 1024px) {
  .menu-utility-user {
    color: #000;
    display: flex;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .5px;
    text-transform: uppercase; }
    .menu-utility-user__item {
      margin-left: 36px; }
    .menu-utility-user a {
      color: inherit; }
    .menu-utility-user .locale-select .is-current {
      font-weight: 500;
      font-size: 12px; }
      .menu-utility-user .locale-select .is-current.locale-select-link {
        display: none; }
    .menu-utility-user .user-account {
      align-items: center;
      display: inline-flex; }
      .menu-utility-user .user-account__icon {
        width: 1rem;
        height: 1rem;
        margin-top: -2px;
        margin-left: 6.5px; }
    .menu-utility-user .user-info {
      position: relative; }
      .menu-utility-user .user-info .user-panel {
        background-color: #fff;
        box-shadow: 0 20px 30px -5px rgba(116, 116, 116, 0.4);
        display: none;
        font-size: 12px;
        font-weight: normal;
        line-height: 2.5;
        letter-spacing: .5px;
        margin-left: -1rem;
        padding: .8rem 0;
        position: absolute;
        top: 100%;
        z-index: 1;
        text-align: left;
        text-transform: none;
        width: 162px; }
        .menu-utility-user .user-info .user-panel__link {
          display: block;
          padding: 0 1rem; }
      .menu-utility-user .user-info.active .user-panel, .menu-utility-user .user-info:hover .user-panel {
        display: block; } }

.stores {
  display: none; }
  @media (min-width: 1024px) {
    .stores {
      display: flex;
      align-items: center;
      margin-top: -3px; }
      .stores .menu-utility-user__item {
        margin-left: 17px; } }

.dropdown-drawer {
  background-color: #fff;
  box-shadow: 0 20px 30px -5px rgba(116, 116, 116, 0.4);
  display: none;
  font-size: 12px;
  font-weight: normal;
  line-height: 2.5;
  letter-spacing: .5px;
  margin-top: 7px;
  margin-left: -1rem;
  padding: .8rem 0;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 990;
  text-align: left;
  text-transform: none;
  width: 162px; }
  .active .dropdown-drawer {
    display: block; }

.top-banner {
  z-index: 1001 !important;
  transition: top 0.2s ease-in-out; }

@media (min-width: 1024px) {
  .has-sticky-header .top-banner {
    padding-top: 15px; }
  .nav-up {
    top: -141px !important; } }

@media (max-width: 1023.98px) {
  .nav-down {
    /* top: 0 !important; */
    padding-top: 0; }
  .nav-up {
    top: -85px !important; } }

@media (max-width: 767.98px) {
  .nav-up {
    top: -75px !important; } }

.header-banner-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  margin: auto; }
  @media (min-width: 1024px) {
    .header-banner-container {
      padding-right: 40px;
      padding-left: 40px; } }
  @media (min-width: 1440px) {
    .header-banner-container {
      max-width: 1440px; } }
  @media (min-width: 1024px) {
    .header-banner-container {
      display: flex;
      justify-content: end; } }

.header-banner {
  background-color: #fff;
  overflow: hidden;
  position: relative;
  max-height: 75px;
  transition: max-height .25s;
  z-index: 995; }
  .is-navigation-active .header-banner {
    display: none; }
  @media (min-width: 1024px) {
    .header-banner {
      max-height: none;
      overflow: visible; } }
  .header-banner__banner, .header-banner__util {
    padding: 8px 0 7px; }
  .header-banner__banner {
    font-size: 11px;
    font-weight: normal;
    letter-spacing: .6px;
    line-height: normal;
    text-align: center; }
    @media (min-width: 1024px) {
      .header-banner__banner {
        font-size: 12px;
        text-align: left; } }
  .header-banner__util {
    display: none;
    text-align: right; }
    @media (min-width: 1024px) {
      .header-banner__util {
        display: block; } }

#header {
  background-color: #fff;
  border-bottom: 1px solid #ddd9d7;
  position: relative;
  z-index: 993; }
  @media (max-width: 1023.98px) {
    #header {
      border-bottom: 1px solid #ddd9d7; } }
  .has-sticky-header #header {
    -webkit-transform: translate3d(0, 0, 0);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 995;
    width: 100%; }
  #header .header-container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: auto;
    padding-top: 9px;
    padding-bottom: 14px;
    position: relative; }
    @media (min-width: 1024px) {
      #header .header-container {
        padding-right: 40px;
        padding-left: 40px; } }
    @media (min-width: 1440px) {
      #header .header-container {
        max-width: 1440px; } }
    @media (min-width: 1024px) {
      #header .header-container {
        align-items: center;
        padding-top: 0;
        padding-bottom: 0; } }
    @media (max-width: 1023.98px) {
      #header .header-container {
        padding-top: 15px;
        padding-bottom: 15px; }
        #header .header-container.padding-navigation {
          padding: 0; } }
    #header .header-container__left {
      margin-left: -5px; }
      @media (min-width: 1024px) {
        #header .header-container__left {
          margin-left: 0; } }
    #header .header-container__right {
      margin-right: -5px; }
      @media (min-width: 1024px) {
        #header .header-container__right {
          margin-right: 0;
          margin-left: 0; } }
      @media (max-width: 1023.98px) {
        #header .header-container__right {
          margin-left: 5px; } }
      #header .header-container__right .user-info {
        position: relative; }
        #header .header-container__right .user-info .user-panel {
          background-color: #fff;
          box-shadow: 0 20px 30px -5px rgba(116, 116, 116, 0.4);
          display: none;
          font-size: 12px;
          font-weight: normal;
          line-height: 2.5;
          letter-spacing: .5px;
          margin-left: -1rem;
          padding: .8rem 0;
          position: absolute;
          top: 100%;
          z-index: 1;
          text-align: left;
          text-transform: none;
          width: 162px; }
          #header .header-container__right .user-info .user-panel__link {
            display: block;
            padding: 0 1rem;
            color: #000; }
          @media (max-width: 1023.98px) {
            #header .header-container__right .user-info .user-panel {
              display: none !important; } }
        #header .header-container__right .user-info.active .user-panel, #header .header-container__right .user-info:hover .user-panel {
          display: block; }
  #header .user-info {
    display: flex;
    align-items: center;
    margin-top: -3px; }
    #header .user-info .user-account .user-toggle__icon,
    #header .user-info .menu-utility-user__item .user-toggle__icon {
      width: 30px;
      height: 30px; }
      #header .user-info .user-account .user-toggle__icon.svg-symbol,
      #header .user-info .menu-utility-user__item .user-toggle__icon.svg-symbol {
        height: 28px !important; }
    @media (min-width: 1024px) {
      #header .user-info .user-account,
      #header .user-info .menu-utility-user__item {
        margin-right: -3px;
        padding: 10px 0 10px !important; } }
  @media (min-width: 1024px) {
    #header .stores .menu-utility-user__item {
      margin-right: -3px;
      padding: 10px 0 10px !important; } }
  #header .stores .location__icon {
    width: 26px;
    height: 26px; }
    #header .stores .location__icon.svg-symbol {
      height: 24px !important; }
  #header .user-toggle__icon,
  #header .location__icon {
    margin: 0 5px; }
  #header .search-toggle {
    color: #000;
    display: flex;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: .5px;
    margin-left: 8px; }
    #header .search-toggle__icon {
      width: 32px;
      height: 32px; }
    #header .search-toggle--desktop {
      display: none; }
    @media (min-width: 1024px) {
      #header .search-toggle {
        display: none; }
        #header .search-toggle--desktop {
          border-bottom: 3px solid transparent;
          align-items: center;
          margin-left: 0;
          padding: 22px 0; }
          .is-search-active #header .search-toggle--desktop {
            border-color: #007ac3; } }

@media (max-width: 1439.98px) {
  html[lang="fr"] .search-toggle__label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0; } }

.primary-logo {
  line-height: 0;
  margin-left: 1px;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 137px; }
  .primary-logo a {
    display: inline-block;
    max-width: inherit; }
  @media (min-width: 1024px) {
    .primary-logo {
      max-width: 281px;
      width: 100%;
      text-align: left; }
      .primary-logo > a {
        max-width: 192px; }
      html[lang="fr"] .primary-logo {
        min-width: 192px; } }
  @media (max-width: 1023.98px) {
    .primary-logo {
      margin-right: 10px;
      margin-left: 12px; } }
  @media (max-width: 767.98px) {
    .primary-logo img {
      max-width: 80px; } }

.header-search {
  background-color: #fff;
  padding: 0;
  top: 100%;
  right: 0;
  width: 100%;
  z-index: 3;
  border: 1px solid #ddd9d7;
  border-radius: 3px;
  position: relative;
  margin-right: 0px;
  margin-top: 0px; }
  .header-search .header-search__submit__icon {
    margin-left: 5px; }
  .header-search .search-suggestion-wrapper.full .product-suggestions {
    border-top: none !important; }
  @media (max-width: 1023.98px) {
    .header-search {
      max-width: 50%;
      margin-left: auto;
      margin-right: auto; }
      .header-search .header-search .header-search__input {
        padding: 10px 0 10px 5px; } }
  @media (max-width: 767.98px) {
    .header-search {
      position: initial;
      width: 100%;
      border-radius: 4px; }
      .header-search .header-search__input,
      .header-search .header-search__input::placeholder {
        font-size: 12px !important; }
      .header-search .search-suggestion-wrapper {
        position: absolute;
        left: 0;
        right: 0;
        margin-top: 17px; } }
  @media (min-width: 1024px) {
    .header-search {
      width: 500px; }
      .header-search .search-suggestion-wrapper {
        margin-left: 0 !important;
        max-width: 500px;
        width: 100% !important;
        border-top: 1px solid #ddd9d7 !important; } }
  .header-search .header-search__container {
    display: flex;
    margin-bottom: 0; }
  .header-search .header-search__input {
    border: 0;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: normal;
    line-height: normal;
    max-width: none;
    padding: 15px 0 14px 5px;
    width: 100%; }
    .header-search .header-search__input:focus {
      outline: 0; }
    @media (min-width: 1024px) {
      .header-search .header-search__input {
        font-size: 14px; } }
    @media (max-width: 1023.98px) {
      .header-search .header-search__input {
        padding: 10px 0 10px 5px; } }
    @media (max-width: 767.98px) {
      .header-search .header-search__input {
        padding: 8px 0 7px 8px; } }
  .header-search .header-search__submit {
    background: none;
    border: none;
    display: flex;
    justify-content: center;
    padding: 0;
    align-items: center; }
    .header-search .header-search__submit__icon {
      width: 32px;
      height: 32px; }
  .is-search-active .header-search {
    display: block; }

.user-account-info .user-toggle,
.user-account-info .user-account,
.user-account-info .menu-utility-user__item,
.user-info .user-toggle,
.user-info .user-account,
.user-info .menu-utility-user__item,
.stores .user-toggle,
.stores .user-account,
.stores .menu-utility-user__item {
  align-items: center;
  color: #000;
  display: flex;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: .5px; }
  @media (min-width: 1024px) {
    .user-account-info .user-toggle,
    .user-account-info .user-account,
    .user-account-info .menu-utility-user__item,
    .user-info .user-toggle,
    .user-info .user-account,
    .user-info .menu-utility-user__item,
    .stores .user-toggle,
    .stores .user-account,
    .stores .menu-utility-user__item {
      margin-right: -3px;
      padding: 23px 0 22px; } }

.blue-bar-header .owl-carousel {
  margin: 0 !important; }

.pt_checkout .blue-bar-header,
.pt_order-confirmation .blue-bar-header {
  display: none; }

#mini-cart {
  position: relative;
  z-index: 1015; }
  @media (min-width: 1024px) {
    #mini-cart {
      margin-left: 17px; } }
  #mini-cart button.dw-apple-pay-button {
    max-width: 100%;
    width: 100%;
    border-radius: 0;
    padding: 13px 15px;
    margin-bottom: 20px;
    font-size: .75rem;
    font-weight: 700;
    height: 48px;
    background-size: 52px; }
    #mini-cart button.dw-apple-pay-button:hover {
      padding: 13px 15px;
      border-radius: 0;
      margin-bottom: 20px; }
  #mini-cart .checkout-only {
    display: none; }

.mini-cart-total {
  border-bottom: 3px solid transparent;
  position: relative;
  transition: border-color .2s; }
  .is-open .mini-cart-total {
    border-color: transparent; }
  .mini-cart-total .mini-cart-link {
    align-items: center;
    color: #000;
    display: flex;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: .5px; }
    @media (min-width: 1024px) {
      .mini-cart-total .mini-cart-link {
        margin-right: -3px;
        padding: 10px 0 10px !important; } }
    .mini-cart-total .mini-cart-link__icon {
      width: 32px;
      height: 32px;
      margin: 0 5px; }
    .mini-cart-total .mini-cart-link .minicart-quantity {
      width: 18px;
      height: 18px;
      align-items: center;
      background-color: #007ac3;
      border-radius: 50%;
      color: #fff;
      display: flex;
      font-size: 10px;
      justify-content: center;
      margin-top: -1rem;
      position: absolute;
      top: 50%;
      right: 25px; }
      @media (max-width: 1023.98px) {
        .mini-cart-total .mini-cart-link .minicart-quantity {
          right: -3px; } }

@media (max-width: 1439.98px) {
  html[lang="fr"] .mini-cart-link__label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0; } }

.mini-cart-content {
  background-color: #fff;
  box-shadow: 0 20px 30px -5px rgba(116, 116, 116, 0.4);
  display: none;
  font-size: 12px;
  line-height: normal;
  margin-right: -15px;
  max-width: 100vw;
  position: absolute;
  top: 100%;
  right: 0;
  width: 285px; }
  #mini-cart:hover .mini-cart-content {
    display: block; }

.mini-cart-header {
  padding: 1em 1em 0.5em;
  text-transform: uppercase; }

.mini-cart-products {
  max-height: 235px;
  overflow: auto; }
  .mini-cart-products a, .mini-cart-products a:hover {
    color: inherit; }

.mini-cart-product {
  display: flex;
  margin: 22px 0 40px;
  padding: 0 24px; }
  .mini-cart-product:last-of-type {
    margin-bottom: 0; }
  .mini-cart-product__image {
    flex: 0 0 75px;
    min-width: 75px; }
  .mini-cart-product__details {
    flex: 1;
    padding-left: 10px; }
  .mini-cart-product__name {
    font-size: 13px;
    font-weight: 600; }

.mini-cart-totals {
  padding-right: 24px;
  padding-left: 24px; }

.mini-cart-subtotals,
.mini-cart-slot,
.mini-cart-link-cart {
  margin-top: 23px;
  margin-bottom: 23px; }

.mini-cart-subtotals {
  font-weight: 600;
  text-align: right; }

.mini-cart-slot {
  text-align: center; }

.mini-cart-link-cart {
  display: block;
  width: 100%;
  text-align: center; }

.checkout-mini-cart .mini-cart-items-shipment {
  padding: 0px 0px 12px; }
  .checkout-mini-cart .mini-cart-items-shipment__title {
    display: flex;
    margin: 12px 0px 0px;
    padding: 0 24px;
    font-weight: 600;
    font-size: 16px; }

.checkout-mini-cart .checkout-hidden {
  display: none; }

.checkout-mini-cart .checkout-only {
  display: initial; }

.ui-dialog.dialog-add-to-cart {
  height: auto !important;
  max-height: 90vh;
  overflow: auto; }
  .ui-dialog.dialog-add-to-cart .ui-dialog-titlebar {
    height: auto;
    padding-bottom: 2px; }
    .ui-dialog.dialog-add-to-cart .ui-dialog-titlebar::after {
      content: '';
      display: block;
      height: 1.2px;
      margin-top: 10px;
      width: 100%;
      background-color: #ddd9d7; }
    .ui-dialog.dialog-add-to-cart .ui-dialog-titlebar .ui-dialog-title {
      text-transform: none;
      font-size: 22px;
      line-height: 1; }
    .ui-dialog.dialog-add-to-cart .ui-dialog-titlebar .ui-dialog-titlebar-close {
      right: 16px;
      top: 13px; }
  .ui-dialog.dialog-add-to-cart .atc-modal-content .main-content .added-product {
    display: flex;
    margin-bottom: 20px; }
    .ui-dialog.dialog-add-to-cart .atc-modal-content .main-content .added-product .product-image {
      margin-right: 15px;
      max-width: 33%; }
    .ui-dialog.dialog-add-to-cart .atc-modal-content .main-content .added-product .product-details {
      flex: 1;
      align-items: center;
      font-size: 14px;
      font-weight: 600;
      margin-right: 15px; }
      .ui-dialog.dialog-add-to-cart .atc-modal-content .main-content .added-product .product-details .product-brand {
        font-weight: 800; }
  .ui-dialog.dialog-add-to-cart .atc-modal-content .main-content .cart-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 700;
    width: 100%;
    max-width: 100%; }
    .ui-dialog.dialog-add-to-cart .atc-modal-content .main-content .cart-info .cart-qty, .ui-dialog.dialog-add-to-cart .atc-modal-content .main-content .cart-info .cart-subtotal {
      display: inline-block;
      margin-bottom: 0.3rem; }
    .ui-dialog.dialog-add-to-cart .atc-modal-content .main-content .cart-info .cart-subtotal {
      text-align: right; }
    .ui-dialog.dialog-add-to-cart .atc-modal-content .main-content .cart-info .cart-buttons {
      width: 100%; }
      .ui-dialog.dialog-add-to-cart .atc-modal-content .main-content .cart-info .cart-buttons .btn-checkout-cart, .ui-dialog.dialog-add-to-cart .atc-modal-content .main-content .cart-info .cart-buttons .btn-continue-shopping {
        display: inline-block;
        width: 100%;
        padding: 0.7rem;
        margin: 0.3rem 0;
        letter-spacing: 0.08rem;
        text-align: center;
        text-transform: uppercase; }
      .ui-dialog.dialog-add-to-cart .atc-modal-content .main-content .cart-info .cart-buttons .btn-checkout-cart {
        background-color: #007ac3;
        color: #fff;
        border: 1px solid #007ac3; }
        .ui-dialog.dialog-add-to-cart .atc-modal-content .main-content .cart-info .cart-buttons .btn-checkout-cart:hover {
          background-color: #005a90;
          text-decoration: none; }
      .ui-dialog.dialog-add-to-cart .atc-modal-content .main-content .cart-info .cart-buttons .btn-continue-shopping {
        text-decoration: none;
        text-underline-offset: 0.5rem;
        border: 1px solid #000; }
        .ui-dialog.dialog-add-to-cart .atc-modal-content .main-content .cart-info .cart-buttons .btn-continue-shopping:hover {
          cursor: pointer;
          border: 1px solid #000;
          text-decoration: underline;
          text-underline-offset: 0.5rem; }
  .ui-dialog.dialog-add-to-cart .atc-modal-content .atc-recommendations .c-product-tile-carousel, .ui-dialog.dialog-add-to-cart .atc-modal-content .atc-recommendations .c-product-tile-section {
    width: 100%;
    text-align: center;
    margin: 0; }
    .ui-dialog.dialog-add-to-cart .atc-modal-content .atc-recommendations .c-product-tile-carousel::before, .ui-dialog.dialog-add-to-cart .atc-modal-content .atc-recommendations .c-product-tile-section::before {
      content: '';
      display: block;
      height: 1px;
      margin-top: 0.5rem;
      width: 100%;
      background-color: #ddd9d7;
      position: relative;
      top: 16px; }
    .ui-dialog.dialog-add-to-cart .atc-modal-content .atc-recommendations .c-product-tile-carousel__header, .ui-dialog.dialog-add-to-cart .atc-modal-content .atc-recommendations .c-product-tile-section__header {
      margin: 0 auto;
      display: inline-block;
      padding: 0 1.3rem;
      background-color: #fff;
      font-weight: 700;
      font-size: 21px;
      position: relative;
      z-index: 1; }
    .ui-dialog.dialog-add-to-cart .atc-modal-content .atc-recommendations .c-product-tile-carousel .slick-track, .ui-dialog.dialog-add-to-cart .atc-modal-content .atc-recommendations .c-product-tile-carousel .c-product-tile-section__tiles, .ui-dialog.dialog-add-to-cart .atc-modal-content .atc-recommendations .c-product-tile-section .slick-track, .ui-dialog.dialog-add-to-cart .atc-modal-content .atc-recommendations .c-product-tile-section .c-product-tile-section__tiles {
      padding-top: 15px; }
    .ui-dialog.dialog-add-to-cart .atc-modal-content .atc-recommendations .c-product-tile-carousel .product-tile, .ui-dialog.dialog-add-to-cart .atc-modal-content .atc-recommendations .c-product-tile-section .product-tile {
      padding: 0 8px;
      margin-bottom: 0;
      font-size: 14px;
      font-weight: 600; }
      .ui-dialog.dialog-add-to-cart .atc-modal-content .atc-recommendations .c-product-tile-carousel .product-tile .product-name, .ui-dialog.dialog-add-to-cart .atc-modal-content .atc-recommendations .c-product-tile-section .product-tile .product-name {
        font-size: 14px;
        font-weight: 600; }
      .ui-dialog.dialog-add-to-cart .atc-modal-content .atc-recommendations .c-product-tile-carousel .product-tile .product-swatches .swatch, .ui-dialog.dialog-add-to-cart .atc-modal-content .atc-recommendations .c-product-tile-section .product-tile .product-swatches .swatch {
        margin: 0; }
        .ui-dialog.dialog-add-to-cart .atc-modal-content .atc-recommendations .c-product-tile-carousel .product-tile .product-swatches .swatch .swatch-image, .ui-dialog.dialog-add-to-cart .atc-modal-content .atc-recommendations .c-product-tile-section .product-tile .product-swatches .swatch .swatch-image {
          width: 20px;
          height: 20px; }
  @media (min-width: 768px) {
    .ui-dialog.dialog-add-to-cart .atc-modal-content .main-content {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      padding: 0 20px; }
      .ui-dialog.dialog-add-to-cart .atc-modal-content .main-content .added-product {
        width: 62%; }
      .ui-dialog.dialog-add-to-cart .atc-modal-content .main-content .cart-info {
        width: 38%; }
    .ui-dialog.dialog-add-to-cart .atc-modal-content .atc-recommendations .c-product-tile-carousel .slick-slider {
      margin-left: 15px;
      margin-right: 15px; }
      .ui-dialog.dialog-add-to-cart .atc-modal-content .atc-recommendations .c-product-tile-carousel .slick-slider .sl-icon.sl-arrow-icon {
        font-size: 21px; }
    .ui-dialog.dialog-add-to-cart .atc-modal-content .atc-recommendations .c-product-tile-carousel .slick-dots {
      display: none !important; }
    .ui-dialog.dialog-add-to-cart .atc-modal-content .atc-recommendations .c-product-tile-carousel .slick-dotted {
      margin-bottom: 0; } }
  @media (max-width: 767.98px) {
    .ui-dialog.dialog-add-to-cart .atc-modal-content .atc-recommendations .c-product-tile-carousel {
      width: 90%; }
      .ui-dialog.dialog-add-to-cart .atc-modal-content .atc-recommendations .c-product-tile-carousel::before {
        width: 112%; }
      .ui-dialog.dialog-add-to-cart .atc-modal-content .atc-recommendations .c-product-tile-carousel .c-product-tile-carousel__header {
        transform: translateX(14%); }
      .ui-dialog.dialog-add-to-cart .atc-modal-content .atc-recommendations .c-product-tile-carousel .slick-dots {
        transform: translateX(6%); }
      .ui-dialog.dialog-add-to-cart .atc-modal-content .atc-recommendations .c-product-tile-carousel .slick-list, .ui-dialog.dialog-add-to-cart .atc-modal-content .atc-recommendations .c-product-tile-carousel .slick-track {
        overflow: visible; }
      .ui-dialog.dialog-add-to-cart .atc-modal-content .atc-recommendations .c-product-tile-carousel .product-tile {
        padding: 0 6px; } }

.breadcrumb {
  margin: 20px 0 16px; }
  .breadcrumb li {
    display: inline;
    list-style: none outside none; }

.paging-current-page {
  left: -999em;
  position: absolute; }

.breadcrumb-element,
.breadcrumb-divider {
  color: inherit;
  font-size: 12px;
  letter-spacing: .25px; }

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

.breadcrumb-element:last-of-type::after {
  content: '';
  margin-right: 4px; }

.breadcrumb-refinement {
  background-color: #f3f2f2;
  border-radius: 10px;
  display: inline-block;
  font-size: 10px;
  letter-spacing: .58px;
  margin: 0 8px .42em 12px;
  padding: 4px 8px 3px;
  text-transform: uppercase; }
  .breadcrumb-refinement + .breadcrumb-refinement, .breadcrumb-refinement:first-of-type {
    margin-left: 0; }
  .breadcrumb-refinement:last-of-type::after {
    content: ''; }

.breadcrumb-relax {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:a='http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/' x='0px' y='0px' width='32px' height='32px' viewBox='-7.939 -7.939 32 32' overflow='visible' enable-background='new -7.939 -7.939 32 32' xml:space='preserve'%3E %3Cpath id='Line-5_1_' fill='none' stroke='%23000000' stroke-width='1.5' stroke-linecap='square' d='M15.203,1.061L1.061,15.203'/%3E %3Cpath id='Line-5-Copy_1_' fill='none' stroke='%23000000' stroke-width='1.5' stroke-linecap='square' d='M15.203,15.203L1.061,1.061' /%3E %3C/svg%3E");
  background-position: center center;
  background-size: 15px auto;
  display: inline-block;
  height: 14px;
  margin-left: 4px;
  vertical-align: top;
  width: 14px; }

.breadcrumb-result-text {
  font-size: 12px;
  padding-right: 5px; }

.breadcrumb-result-text a,
.breadcrumb .searchphraselink {
  background: none;
  color: #000;
  padding: 0; }

.pt_product-search-noresult h1,
.pt_content-search-noresult h1,
.pt_customer-service h1 {
  margin-bottom: 40px; }

@media (min-width: 1024px) {
  .form-content-row {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; } }

.form-content-row > * {
  padding-left: 20px;
  padding-right: 20px; }

.form-content-row .button-fancy-large {
  min-width: 186px;
  padding: 15px; }

.half-page-col {
  font-size: 13px;
  letter-spacing: .25px;
  margin-bottom: 2.5rem; }
  .half-page-col h2 {
    font-family: inherit;
    font-size: 22px;
    font-weight: normal;
    letter-spacing: normal;
    margin-bottom: 12px; }
  .half-page-col p {
    line-height: normal;
    margin-bottom: 17px; }

#secondary h1 {
  font-size: 1.75em;
  font-style: italic;
  font-weight: 400;
  margin: 0 0 14px; }

.primary-content dl {
  clear: both;
  overflow: hidden; }
  .primary-content dl dt {
    clear: both;
    float: left;
    margin: 2% 0 0;
    min-width: 15%; }
  .primary-content dl dd {
    float: left;
    margin: 2% 0 0;
    padding: 0 0 0 5%; }

.content-header {
  margin: 0 0 14px !important; }
  .content-header span {
    font-size: 0.75em;
    font-style: normal;
    font-weight: 400; }

.back {
  display: block;
  margin: 0 0 10px; }

.site-map {
  column-count: 1; }
  @media (min-width: 576px) {
    .site-map {
      column-count: 2; } }
  @media (min-width: 768px) {
    .site-map {
      column-count: 3; } }

.column-list__list {
  padding: 0; }

.column-list__header {
  margin-bottom: 3px; }
  .column-list__header__link {
    color: inherit; }
    .column-list__header__link:hover {
      color: inherit; }

.column-list__item {
  list-style: none;
  padding: 0 6px; }
  @media (min-width: 768px) {
    .column-list__item {
      padding: 0; } }

.column-list__link {
  color: inherit;
  display: inline-block;
  font-size: 12px;
  padding: 4px 0;
  word-break: break-word; }

.pt_product-search-result .category-header {
  font-size: 36px;
  padding-top: 6px;
  text-align: center; }

.pt_product-search-result .category-body {
  text-align: center; }

.refinements {
  padding-bottom: 20px; }
  .refinements#secondary {
    display: none;
    width: 100%; }
    @media (min-width: 1024px) {
      .refinements#secondary {
        display: block;
        width: auto; } }

.refinements__inner {
  background-color: #fff; }

@media (min-width: 1024px) {
  .refinements .sticky-elem-wrap {
    height: 100%;
    overflow: auto;
    position: absolute;
    top: auto;
    right: 20px;
    bottom: auto;
    left: 20px;
    z-index: 990; } }

#secondary {
  font-size: 14px; }
  #secondary a {
    color: #007ac3;
    text-decoration: underline; }
  #secondary .account-nav-asset {
    margin: 0; }

#category-level-1 li {
  color: #6c757d;
  display: block; }
  #category-level-1 li .refinement-link {
    background: none repeat scroll 0 0 transparent;
    padding: 0; }
  #category-level-1 li.expandable .refinement-link {
    padding: 0; }
  #category-level-1 li.expandable .active {
    font-weight: bold;
    padding: 0 0 0 .2em; }

#category-level-2 a.active {
  color: #343a40;
  font-weight: 700; }

#category-level-2 a.refinement-link {
  margin: 0 0 0 .4em;
  padding: 0; }

#category-level-2 {
  padding: .5em .1em 0 .7em; }

#category-level-3 {
  padding: .3em 0 0; }
  #category-level-3 a.refinement-link {
    font-style: normal;
    margin: 0 0 0 .9em;
    padding: 0; }

.refinement-header {
  background-color: #f4f2f1;
  border-top: 1px solid #e9ecef;
  display: block;
  font-size: 1.1em;
  font-weight: bold;
  letter-spacing: 0.125em;
  margin: 0;
  padding: 1.15em .75em .75em;
  text-transform: uppercase; }

.refinements-top-nav-bar {
  display: none; }

.nav .secondary-navigation ul,
.nav .refinement ul {
  margin: -7px 0 0; }
  .nav .secondary-navigation ul li,
  .nav .refinement ul li {
    margin-bottom: 0; }

#secondary {
  margin-bottom: 1.25rem; }
  #secondary p {
    line-height: 1.7; }
  #secondary .secondary__header,
  #secondary .c-accordion__header {
    font-style: normal;
    margin: 0;
    padding: 14px 0; }
    @media (min-width: 1024px) {
      #secondary .secondary__header,
      #secondary .c-accordion__header {
        padding: 15px 0; } }

.secondary-navigation li,
.refinement li {
  padding: 6px 0; }
  @media (min-width: 1024px) {
    .secondary-navigation li,
    .refinement li {
      padding: 7px 0; } }

.secondary-navigation .secondary__header,
.secondary-navigation .c-accordion__header,
.refinement .secondary__header,
.refinement .c-accordion__header {
  font-weight: normal;
  letter-spacing: normal;
  padding: 16px 0;
  text-transform: none; }
  @media (min-width: 1024px) {
    .secondary-navigation .secondary__header,
    .secondary-navigation .c-accordion__header,
    .refinement .secondary__header,
    .refinement .c-accordion__header {
      padding: 18px 0 !important; } }

.secondary-navigation .c-accordion__header,
.refinement .c-accordion__header {
  font-size: 16px; }

.secondary-navigation {
  margin-bottom: 16px; }
  .secondary-navigation .secondary__header:first-child {
    padding-top: 11px; }

.refinement {
  position: relative; }
  .pt_categorylanding .refinement {
    display: none; }
    .pt_categorylanding .refinement.category-refinement {
      display: block; }
  .refinement h3 {
    font-size: 1.1em;
    letter-spacing: 0.125em;
    margin: 0 0 .65em;
    padding: 1.15em .75em .75em;
    text-transform: uppercase; }
    .ie7 .refinement h3 {
      clear: both; }
  .refinement ul {
    list-style: none outside none;
    margin: 0;
    padding: 3px 0 0; }
  .refinement ul li i {
    color: #e9ecef; }
  .refinement ul.swatches li {
    margin-bottom: 1px;
    padding: 0;
    vertical-align: top; }
    .refinement ul.swatches li.unselectable a, .refinement ul.swatches li.selectable-partial a {
      background-image: url("../png/icon-color-swatch-unselectable.png");
      background-position: right top; }
  .refinement ul.refinementColor li a {
    background-clip: padding-box;
    border-color: #fff;
    border-width: 3px;
    box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.2);
    display: inline-block;
    height: 38px;
    position: relative;
    vertical-align: top;
    width: 38px; }
  .refinement ul.refinementColor .unselectable, .refinement ul.refinementColor .selectable-partial {
    border-color: transparent; }
    .refinement ul.refinementColor .unselectable a, .refinement ul.refinementColor .selectable-partial a {
      overflow: hidden; }
      .refinement ul.refinementColor .unselectable a::before, .refinement ul.refinementColor .unselectable a::after, .refinement ul.refinementColor .selectable-partial a::before, .refinement ul.refinementColor .selectable-partial a::after {
        content: '';
        height: 100%;
        position: absolute;
        top: 0; }
      .refinement ul.refinementColor .unselectable a::before, .refinement ul.refinementColor .selectable-partial a::before {
        background-color: rgba(127, 127, 127, 0.35);
        border: 2px solid rgba(0, 0, 0, 0.22);
        border-radius: inherit;
        left: 0;
        width: 100%;
        z-index: 2; }
      .refinement ul.refinementColor .unselectable a::after, .refinement ul.refinementColor .selectable-partial a::after {
        background-color: rgba(0, 0, 0, 0.22);
        height: 100%;
        left: 50%;
        transform: translateX(-50%) rotateZ(45deg);
        width: 2px;
        z-index: 3; }
  .refinement a {
    color: #000 !important;
    text-decoration: none !important; }
  .refinement .refinement-options {
    display: flex;
    justify-content: flex-end; }
  .refinement .clear-refinement {
    flex: 0 0 50%;
    font-weight: bold;
    padding: 0 0 0 1.05em;
    text-align: right; }
    .refinement .clear-refinement a::after {
      background-size: contain;
      content: 'x';
      display: inline-block;
      height: 12px;
      margin-left: 8px;
      width: 12px; }
  .refinement .refinement-link, .refinement .refinement-link-checkbox {
    display: flex;
    width: 100%;
    border: 0 none; }
    .refinement .refinement-link .refinement-link-hit-count, .refinement .refinement-link-checkbox .refinement-link-hit-count {
      color: #adb5bd;
      display: block;
      font-size: 12px; }
  .refinement.category-refinement .refinement-link div.refinement-link-hit-count {
    display: none; }
  .refinement .refinement-link-checkbox {
    position: relative; }
    .refinement .refinement-link-checkbox .refinement-link-name {
      padding-left: 1.4rem; }
      .refinement .refinement-link-checkbox .refinement-link-name::before {
        position: absolute;
        left: 0;
        border: 1px solid #ddd9d7;
        content: '';
        display: inline-block;
        height: 1rem;
        width: 1rem; }
  .refinement .selected .refinement-link-name::before {
    background-image: url("data:image/svg+xml,%3Csvg width='17px' height='17px' viewBox='0 0 17 17' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3C!-- Generator: sketchtool 50.2 (55047) - http://www.bohemiancoding.com/sketch --%3E %3Ctitle%3E76B3EB41-0E79-43A2-BB6A-BA9499D61814%3C/title%3E %3Cdesc%3ECreated with sketchtool.%3C/desc%3E %3Cdefs%3E%3C/defs%3E %3Cg id='Symbols' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='refinements-/-desktop-/-expanded' transform='translate(0.000000, -362.000000)'%3E %3Cg id='Check-mobile-/-filled' transform='translate(0.000000, 362.000000)'%3E %3Crect id='Rectangle-13' stroke='%23007BC9' stroke-width='1' fill='%23007AC3' fill-rule='evenodd' x='0.5' y='0.5' width='16' height='16'%3E%3C/rect%3E %3Cpath d='M4.78125,9.03125 L5.84375,10.09375' id='Line-3' stroke='%23FFFFFF' stroke-width='1.5' stroke-linecap='square'%3E%3C/path%3E %3Cpath d='M6.90625,11.15625 L12.21875,5.84375' id='Line-4' stroke='%23FFFFFF' stroke-width='1.5' stroke-linecap='square'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
    background-size: contain;
    border-color: #007ac3; }
  .refinement .refinement-link-name {
    flex-grow: 1; }
  .refinement .refinement-top-level {
    font-weight: 700;
    padding: 7px 0; }
    .refinement .refinement-top-level__view-all {
      font-size: 12px; }
  .refinement .refinement-see-all {
    flex: 0 0 50%;
    text-align: left; }
    .refinement .refinement-see-all button {
      border: none;
      color: inherit;
      padding-bottom: 0; }
  .refinement.c-accordion .c-accordion__item:first-of-type {
    border-top: none; }
  .refinement.c-accordion .c-accordion__item.is-expanded .c-accordion__body {
    margin-top: -7px;
    padding: 0 0 14px;
    position: relative; }
  .refinement .c-accordion__body {
    padding-left: 0;
    padding-right: 0; }
    .refinement .c-accordion__body.c-accordion__see-all ul {
      max-height: inherit !important; }
    .refinement .c-accordion__body.c-accordion__see-all .refinement-see-all__see-all {
      display: none; }
    .refinement .c-accordion__body.c-accordion__see-all .refinement-see-all__hide-extra {
      display: inline; }
    .refinement .c-accordion__body li {
      padding-left: 0;
      padding-right: 1rem; }
    .refinement .c-accordion__body.has-cutoff ul {
      max-height: 222px;
      max-height: calc(12px + 35px * var(--cutoff, 5));
      overflow: hidden;
      transition: max-height .15s; }
    .refinement .c-accordion__body .refinement-see-all__see-all::before,
    .refinement .c-accordion__body .refinement-see-all__hide-extra::before {
      display: inline-block;
      font-size: 18px;
      font-weight: bold;
      line-height: 1;
      margin-right: 7px;
      vertical-align: top; }
    .refinement .c-accordion__body .refinement-see-all__see-all::before {
      content: '+'; }
    .refinement .c-accordion__body .refinement-see-all__hide-extra {
      display: none; }
      .refinement .c-accordion__body .refinement-see-all__hide-extra::before {
        content: '-'; }

.mobile-refinement-filter.search-result-options {
  padding-top: 0; }

.mobile-refinement-filter .mobile-refinement-filter__c-accordion__item {
  border: none !important;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row-reverse; }
  @media (max-width: 575.98px) {
    .mobile-refinement-filter .mobile-refinement-filter__c-accordion__item {
      margin: 0 -18px; } }
  @media (min-width: 1024px) {
    .mobile-refinement-filter .mobile-refinement-filter__c-accordion__item {
      display: block; } }
  .mobile-refinement-filter .mobile-refinement-filter__c-accordion__item.is-expanded .mobile-refinement-filter__c-accordion__header {
    background-image: url("data:image/svg+xml,%3Csvg width='32px' height='32px' viewBox='0 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3C!-- Generator: sketchtool 50.2 (55047) - http://www.bohemiancoding.com/sketch --%3E %3Ctitle%3EBEED767C-0F40-47C0-B5F0-9EF7687E5B67%3C/title%3E %3Cdesc%3ECreated with sketchtool.%3C/desc%3E %3Cdefs%3E%3C/defs%3E %3Cg id='Symbols' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'%3E %3Cg id='icon-/-32px-/-Accordion-Up' stroke='%23000000'%3E %3Cpolyline id='Path-2' points='10.8876889 17.4477068 14.892175 13.4432207 18.8876889 17.4387346'%3E%3C/polyline%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
    border-bottom-color: #007ac3; }
    @media (max-width: 575.98px) {
      .mobile-refinement-filter .mobile-refinement-filter__c-accordion__item.is-expanded .mobile-refinement-filter__c-accordion__header {
        width: calc(50% - 6px); } }
  .mobile-refinement-filter .mobile-refinement-filter__c-accordion__item.is-expanded .mobile-refinement-filter__c-accordion__body {
    max-height: 5000px !important;
    overflow: auto;
    padding-top: 8px; }

.mobile-refinement-filter .mobile-refinement-filter__c-accordion__header {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0' y='0' width='16' height='16' viewBox='0, 0, 16, 16'%3E%3Cpath d='M12.75,5.2 L8,9.95 L3.25,5.2' fill-opacity='0' stroke='%23666666' stroke-width='1.25'/%3E%3C/svg%3E");
  align-items: center;
  background-position: calc(100% - 10px) center;
  border: 1px solid #ddd9d7;
  flex: 0 0 150px;
  font-size: 13px;
  letter-spacing: .3px;
  line-height: normal;
  padding: 10.8px 10px !important;
  text-transform: none;
  color: #414042; }
  .mobile-refinement-filter .mobile-refinement-filter__c-accordion__header span {
    margin-right: 20px; }
  @media (max-width: 575.98px) {
    .mobile-refinement-filter .mobile-refinement-filter__c-accordion__header {
      width: calc(50% - 10px);
      flex: none !important; } }

.mobile-refinement-filter .mobile-refinement-filter__c-accordion__body {
  width: 100%; }

.mobile-refinement-filter .refinements {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.mobile-refinement-filter.search-result-options .sort-by {
  font-size: 12px;
  display: block;
  padding-bottom: 0; }
  @media (max-width: 575.98px) {
    .mobile-refinement-filter.search-result-options .sort-by {
      width: calc(50% - 6px);
      flex: none !important; } }
  @media (min-width: 576px) {
    .mobile-refinement-filter.search-result-options .sort-by {
      min-width: 150px; } }

.mobile-refinement-filter.search-result-options .input-select--alt {
  min-width: initial; }

.c-accordion__item:not(.is-expanded) #mobile-refinements {
  display: none; }

#mobile-refinements {
  z-index: 990;
  position: fixed;
  background-color: #fff;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0; }
  #mobile-refinements div.sticky-elem-wrap {
    font-size: 13px;
    position: relative;
    height: calc(100vh - 59px);
    width: 100vw;
    bottom: 0;
    left: 0; }
  #mobile-refinements .refinements-top-nav-bar {
    font-size: inherit;
    position: fixed;
    z-index: 5;
    width: 100%;
    top: 59px;
    height: 33px;
    display: flex;
    justify-content: space-between;
    color: #000;
    background-color: #fff;
    border-bottom: 1px solid #e7e7e7; }
    #mobile-refinements .refinements-top-nav-bar a, #mobile-refinements .refinements-top-nav-bar div.js-accordion__target {
      display: inline-block;
      color: inherit;
      line-height: 2rem; }
      #mobile-refinements .refinements-top-nav-bar a i.fas, #mobile-refinements .refinements-top-nav-bar div.js-accordion__target i.fas {
        margin-left: 1rem;
        margin-right: 0.5rem; }
      #mobile-refinements .refinements-top-nav-bar a .refinement-nav-toggle__icon--close, #mobile-refinements .refinements-top-nav-bar div.js-accordion__target .refinement-nav-toggle__icon--close {
        height: 2rem;
        width: 2rem;
        margin-right: 0.3rem; }
  #mobile-refinements .refinements__inner {
    position: relative;
    height: calc(100% - 103px);
    width: 100%;
    margin-top: 92px;
    margin-bottom: 70px;
    overflow: scroll;
    border: none;
    background: linear-gradient(to right, #f8f8f8 35%, #e7e7e7 calc(35% + 1px), #fff 33%); }
  #mobile-refinements .refinement:nth-last-of-type(2) {
    margin-bottom: 120px; }
  #mobile-refinements .refinement .c-accordion__header {
    display: block;
    font-size: 13px;
    padding: 1rem 1.5rem;
    min-height: 2rem;
    width: 35%; }
  #mobile-refinements .refinement.has-selected-refinement div.c-accordion__header::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 0.5rem;
    height: 0.5rem;
    left: 0.5rem;
    background: #007ac3;
    border: 0;
    border-radius: 50%; }
  #mobile-refinements .refinement .c-accordion__body {
    display: none; }
    #mobile-refinements .refinement .c-accordion__body li:not(.color-swatch) {
      padding-top: 1rem;
      padding-bottom: 1rem;
      padding-right: .5rem;
      border-bottom: 1px solid #e7e7e7; }
  #mobile-refinements .refinement .c-accordion__item.is-expanded .c-accordion__header {
    background-color: #fff;
    box-shadow: 3px 0px 0px 0px #fff; }
  #mobile-refinements .refinement .c-accordion__item.is-expanded .c-accordion__body {
    z-index: 2;
    display: block;
    width: 59%;
    position: fixed;
    top: 100px;
    right: 3%;
    max-height: calc(100% - 170px);
    overflow: auto;
    -webkit-overflow-scrolling: auto; }
    #mobile-refinements .refinement .c-accordion__item.is-expanded .c-accordion__body.has-cutoff ul {
      max-height: unset;
      overflow: visible; }
    #mobile-refinements .refinement .c-accordion__item.is-expanded .c-accordion__body::-webkit-scrollbar {
      -webkit-appearance: none; }
    #mobile-refinements .refinement .c-accordion__item.is-expanded .c-accordion__body::-webkit-scrollbar:vertical {
      width: 8px; }
    #mobile-refinements .refinement .c-accordion__item.is-expanded .c-accordion__body::-webkit-scrollbar:horizontal {
      height: 8px; }
    #mobile-refinements .refinement .c-accordion__item.is-expanded .c-accordion__body::-webkit-scrollbar-thumb {
      background-color: #ddd9d7;
      border-radius: 10px;
      border: 2px solid #ffffff; }
    #mobile-refinements .refinement .c-accordion__item.is-expanded .c-accordion__body::-webkit-scrollbar-track {
      border-radius: 10px;
      background-color: #ffffff; }
  #mobile-refinements .refinement .refinement-options {
    margin-top: 0.5rem;
    margin-right: 1rem; }
  #mobile-refinements .refinement .js-accordion__see-all {
    display: none; }
  #mobile-refinements .clear-refinement {
    white-space: nowrap; }
  #mobile-refinements .c-accordion__done {
    z-index: 5;
    position: fixed;
    bottom: 0;
    padding: 10px 0;
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #e7e7e7; }
    #mobile-refinements .c-accordion__done button.btn-outline-primary, #mobile-refinements .c-accordion__done .button.btn-outline-primary {
      width: calc(100% - 20px);
      margin-left: 10px;
      background-color: #000;
      color: #fff;
      border: none; }

.scrollable {
  height: 10em;
  overflow: auto; }

.nav ul {
  border: 0 none;
  list-style: none outside none;
  margin: .58em 0;
  padding: 0; }
  .nav ul li {
    list-style: none outside none !important;
    margin: 0 0 .58em; }

.nav .toggle {
  border: 0 none;
  display: block;
  font-size: 1em;
  font-weight: 700;
  margin: .83em 0 .58em;
  text-transform: uppercase; }
  .nav .toggle span {
    background: none repeat scroll 0 0 transparent; }

.nav .expanded {
  background-position: left -96px; }

#primary .search-result-content .infinite-scroll-div.auto-infinite-scroll {
  position: relative; }
  #primary .search-result-content .infinite-scroll-div.auto-infinite-scroll div.loader {
    top: 0;
    height: 100%;
    width: 100%;
    background-position-x: 50%;
    background-attachment: unset; }
    @media (max-width: 1023.98px) {
      #primary .search-result-content .infinite-scroll-div.auto-infinite-scroll div.loader {
        position: absolute;
        height: 100%;
        width: 100%; } }

@media (max-width: 1023.98px) {
  .js-mobile-hide {
    display: none !important; }
  .js-mobile-scroll-disable {
    overflow: hidden; }
  #primary div.loader {
    position: fixed;
    background-attachment: scroll;
    height: 100vh;
    width: 100vw;
    z-index: 999; } }

footer.site-footer {
  background: #f4f2f1;
  clear: both; }
  @media (min-width: 1024px) {
    footer.site-footer {
      border-bottom: 1px solid #ddd9d7;
      z-index: 991; } }

*.bottom-main-above-footer {
  background: #fff; }

.footer-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  border-bottom: solid 1px #ddd9d7;
  padding-top: 27px; }
  @media (min-width: 1024px) {
    .footer-container {
      padding-right: 40px;
      padding-left: 40px; } }
  @media (min-width: 1440px) {
    .footer-container {
      max-width: 1440px; } }
  @media (min-width: 1024px) {
    .footer-container {
      border: none;
      padding-top: 51px;
      padding-bottom: 38px; } }
  .footer-container .footer-item {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    display: block;
    font-size: 12px;
    width: 100%; }
    @media (min-width: 1024px) {
      .footer-container .footer-item {
        padding-right: 20px;
        padding-left: 20px; } }
    @media (min-width: 1024px) {
      .footer-container .footer-item {
        flex: 0 0 16.66667%;
        max-width: 16.66667%; } }
    .footer-container .footer-item:first-child {
      border-bottom: 1px solid #ddd9d7;
      font-size: inherit; }
      @media (min-width: 1024px) {
        .footer-container .footer-item:first-child {
          flex: 0 0 50%;
          max-width: 50%;
          border-bottom: none; } }
  @media (min-width: 1024px) {
    .footer-container .c-accordion__header {
      font-size: 13px; } }
  .footer-container .menu-footer {
    list-style: none;
    margin: 0 8px;
    padding: 0; }
    @media (min-width: 1024px) {
      .footer-container .menu-footer {
        font-size: 13px;
        margin: 11px 0; } }
    .footer-container .menu-footer li {
      line-height: 2.6em; }
  .footer-container a {
    color: #000; }
    .footer-container a:hover {
      text-decoration: underline; }
  .footer-container .leaderboard-button {
    background-color: #007ac3;
    border-color: #007ac3;
    box-shadow: none;
    color: #fff;
    display: inline-block;
    margin-bottom: 20px; }
    .footer-container .leaderboard-button:hover {
      text-decoration: none; }
  .footer-container .social-links,
  .footer-container .payment-icons {
    display: flex;
    list-style: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0; }
    @media (max-width: 575.98px) {
      .footer-container .social-links,
      .footer-container .payment-icons {
        flex-wrap: wrap;
        padding-right: 0; } }
    .footer-container .social-links a,
    .footer-container .social-links li > svg,
    .footer-container .payment-icons a,
    .footer-container .payment-icons li > svg {
      display: inline-block; }
    .footer-container .social-links a,
    .footer-container .social-links li > svg,
    .footer-container .payment-icons a,
    .footer-container .payment-icons li > svg {
      vertical-align: top; }
      .footer-container .social-links a svg,
      .footer-container .social-links li > svg svg,
      .footer-container .payment-icons a svg,
      .footer-container .payment-icons li > svg svg {
        height: inherit;
        width: inherit; }
  .footer-container .social-links {
    margin-bottom: 16px; }
    .footer-container .social-links li {
      margin-bottom: 10px;
      margin-right: 10px; }
    .footer-container .social-links a {
      height: 30px;
      width: 31px; }
  .footer-container .payment-icons {
    margin-bottom: 31px; }
    .footer-container .payment-icons li {
      margin-bottom: 7px;
      margin-right: 7px; }
      .footer-container .payment-icons li > svg {
        height: 28px;
        width: 46px; }

.c-leaderboard .leaderboard-button {
  background-color: #007ac3;
  border: 1px solid #007ac3;
  box-shadow: none;
  color: #fff;
  display: block;
  margin-bottom: 20px;
  width: 100%; }
  .c-leaderboard .leaderboard-button:hover {
    text-decoration: none; }

.c-leaderboard__agreement-confirmation {
  padding-bottom: 20px;
  position: relative; }
  .c-leaderboard__agreement-confirmation .input-checkbox ~ .error {
    position: absolute;
    bottom: 0;
    left: 20px; }

.email-alert-signup-text {
  font-size: 14px; }

.footer-signup {
  align-items: flex-start;
  display: flex;
  font-size: 12px;
  margin: 0 0 2.5rem;
  width: 100%; }
  @media (min-width: 576px) {
    .footer-signup {
      max-width: 475px; } }
  .footer-signup__input-container {
    display: flex;
    flex-direction: column;
    padding-right: 7px;
    width: 100%; }
    .footer-signup__input-container .error:not(.footer-signup__input) {
      color: #ff001f;
      font-size: inherit;
      margin: .25em 0; }
  .footer-signup__input, .footer-signup__submit {
    font-size: inherit;
    padding-bottom: 11px;
    padding-top: 13px; }
  .footer-signup__input {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0;
    color: inherit;
    margin-right: 16px;
    order: -1;
    outline: none;
    width: 100%; }
  .footer-signup__submit {
    font-weight: bold;
    letter-spacing: 1.5px;
    min-width: 100px;
    text-transform: uppercase; }
    @media (min-width: 576px) {
      .footer-signup__submit {
        min-width: 135px; } }

.copyright {
  background-color: #f4f2f1;
  color: #747474;
  font-size: 13px;
  padding: 18px 10px;
  text-align: center; }
  @media (min-width: 1024px) {
    .copyright {
      border-top: solid 1px #ddd9d7;
      padding: 10px; } }

.postscript {
  background-color: #f4f2f1;
  color: #000;
  font-style: italic;
  text-align: center; }

#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #d4d4d4;
  border: 1px solid #dcdcdc;
  width: 50px;
  height: 50px;
  z-index: 9;
  text-decoration: none;
  border-radius: 35px;
  display: none;
  transition: all 0.3s ease; }
  #return-to-top svg {
    height: 12px;
    width: 50px;
    transform: rotate(270deg);
    color: black;
    margin-top: 19px; }

#return-to-top i {
  color: #000;
  margin: 0;
  position: relative;
  left: 19px;
  top: 12px;
  font-size: 12px;
  transition: all 0.3s ease; }

#return-to-top:hover {
  background: #e6e6e6; }

#return-to-top:hover i {
  color: #000;
  top: 10px; }

.mcsubscribe-form .c-form-row.countryselect.form-row {
  display: none; }

/* Cookie banner */
.cookie-banner {
  position: fixed;
  bottom: 75px;
  right: 20px;
  background-color: #fff;
  padding: 35px 30px 10px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  max-width: 540px;
  width: 90vw;
  z-index: 9999; }

/* Cookie text */
.cookie-text p {
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  margin-bottom: 10px;
  text-align: justify; }

/* Close (X) icon */
.cookie-close-icon {
  position: absolute;
  top: 4px;
  right: 12px;
  border: none;
  background: transparent;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
  color: #000; }

/* Button base */
.cookie-btn,
.cookie-close-btn {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 4px;
  cursor: pointer; }

/* Accept button - default black */
#acceptCookiesBtn.cookie-btn {
  border: 2px solid #000;
  background-color: #000000;
  /* Default background */
  color: #fff;
  /* Text color for contrast */ }

/* Hover effect with #303030 background */
#acceptCookiesBtn.cookie-btn:hover {
  background-color: #303030;
  color: #fff; }

/* Decline button - white with blue border */
#closeConsentBanner.cookie-close-btn {
  background-color: #fff;
  color: #000;
  border: 2px solid #000; }

#closeConsentBanner.cookie-close-btn:hover {
  background-color: #f0f0f0; }

/* Align both buttons right */
#closeConsentBanner,
#acceptCookiesBtn {
  float: right;
  margin-top: 10px; }

#closeConsentBanner {
  margin-right: 10px; }

/* Clear float */
.cookie-banner::after {
  content: "";
  display: table;
  clear: both; }

/* Responsive Tweaks */
/* For devices below 768px (iPad Mini, large phones) */
@media (max-width: 768px) {
  .cookie-text p {
    font-size: 14px;
    text-align: left; } }

/* For devices below 600px (Small tablets and large mobiles) */
@media (max-width: 600px) {
  .cookie-text p {
    font-size: 14px;
    line-height: 1.4; } }

/* For very small devices below 480px (small mobiles) */
@media (max-width: 480px) {
  .cookie-banner {
    bottom: 75px;
    max-width: none; }
  .cookie-text p {
    font-size: 13px;
    text-align: left;
    line-height: 1.4; } }

.swatch-black a {
  background-color: #000000 !important; }

.swatch-beige a {
  background-color: #f5f5dc !important; }

.swatch-blue a {
  background-color: blue !important; }

.swatch-purple a {
  background-color: purple !important; }

.swatch-red a {
  background-color: red !important; }

.swatch-brown a {
  background-color: #783201 !important; }

.swatch-green a {
  background-color: green !important; }

.swatch-grey a {
  background-color: #8f979d !important; }

.swatch-pink a {
  background-color: #fe249a !important; }

.swatch-orange a {
  background-color: orange !important; }

.swatch-white a {
  background-color: #ffffff !important; }

.swatch-yellow a {
  background-color: #ffff00 !important; }

.swatch-navy a {
  background-color: navy !important; }

.swatch-assorted a {
  background: linear-gradient(217deg, rgba(255, 0, 0, 0.8), rgba(255, 0, 0, 0) 70.71%), linear-gradient(127deg, rgba(0, 255, 0, 0.8), rgba(0, 255, 0, 0) 70.71%), linear-gradient(336deg, rgba(0, 0, 255, 0.8), rgba(0, 0, 255, 0) 70.71%); }

.swatch-silver a {
  background-color: #d9d9d9;
  background: linear-gradient(45deg, #b5b5b5 20%, #fcfcfc 66%, #e8e8e8 98%); }

.swatch-gold a {
  background: gold;
  background: linear-gradient(45deg, #d6b56f 42%, #e9e6e1 77%, #fcfcfc 98%); }

.swatch-unassigned a {
  background-color: #d9d9d9;
  background: linear-gradient(135deg, #e1e1e1 49%, #fff 9%, #e1e1e1 56%); }

.unselectable.swatch-miscellaneous a, .selectable-partial.swatch-miscellaneous a {
  background: url("../png/icon-color-swatch-misc-unselectable.png") no-repeat scroll left top transparent !important; }

.search-result-content {
  padding: 0 10px; }
  @media (min-width: 1024px) {
    .search-result-content {
      padding: 0; } }

.product-tile {
  color: #000;
  margin-bottom: 15px;
  position: relative;
  text-align: left; }
  @media (min-width: 1024px) {
    .product-tile {
      margin-bottom: 38px; } }
  .product-tile img {
    width: 100%; }
  .product-tile .product-image {
    height: auto;
    margin-bottom: 11px;
    padding: 0;
    position: relative; }
    .product-tile .product-image .quickview {
      background-color: rgba(0, 0, 0, 0.8);
      color: #fff;
      left: 50%;
      bottom: 5%;
      padding: 0.5em;
      position: absolute;
      text-align: center;
      transform: translate(-50%, -50%);
      width: 94%;
      z-index: 2;
      display: none; }
      .product-tile .product-image .quickview i {
        margin-left: 0.5em; }
    .product-tile .product-image:hover .quickview {
      display: block; }
    .product-tile .product-image .product-tile__badge {
      border-radius: 3px;
      display: inline-block;
      font-size: 10px;
      font-weight: 700;
      letter-spacing: .91px;
      padding: 0 7px;
      text-transform: uppercase;
      vertical-align: top; }
      @media (min-width: 1024px) {
        .product-tile .product-image .product-tile__badge {
          font-size: 11px;
          letter-spacing: .99px;
          padding: 3px 11px 2px; } }
    .product-tile .product-image .product-tile__badge--new {
      color: #fff;
      color: var(--badge-new-color, #fff);
      background-color: #ff001f;
      background-color: var(--badge-new-bg, #ff001f); }
    .product-tile .product-image .product-tile__badge--sale {
      color: #fff;
      color: var(--badge-sale-color, #fff);
      background-color: #797979;
      background-color: var(--badge-sale-bg, #797979); }
    .product-tile .product-image .product-tile__badge--clearance {
      color: #fff;
      color: var(--badge-clearance-color, #fff);
      background-color: #797979;
      background-color: var(--badge-clearance-bg, #797979); }
    .product-tile .product-image .product-tile__badge--exclusive {
      color: #fff;
      color: var(--badge-exclusive-color, #fff);
      background-color: #007ac3;
      background-color: var(--badge-exclusive-bg, #007ac3); }
    .product-tile .product-image .product-tile__badge--custom {
      color: #fff;
      background-color: #797979; }
  .product-tile .product-tile-below-image {
    display: flex;
    flex-flow: column;
    min-height: 145px; }
    @media (min-width: 768px) {
      .product-tile .product-tile-below-image {
        min-height: 162px; } }
  .product-tile .product-tile__badges {
    left: 0;
    position: absolute;
    top: 10px;
    z-index: 3; }
    @media (min-width: 1024px) {
      .product-tile .product-tile__badges {
        top: 20px; } }
  .product-tile .thumb-link {
    display: block;
    position: relative;
    width: 100%; }
    .product-tile .thumb-link.thumb-link-active img:first-child {
      opacity: 0;
      transition: opacity .3s; }
    .product-tile .thumb-link.thumb-link-active img:last-child {
      opacity: 1; }
    .product-tile .thumb-link img {
      display: block;
      width: 100%; }
      .product-tile .thumb-link img:last-child {
        height: auto;
        left: 0;
        min-height: 100%;
        min-width: 100%;
        opacity: 0;
        position: absolute;
        top: 0;
        z-index: 1; }
      .product-tile .thumb-link img:first-child {
        min-height: 0;
        min-width: 0;
        opacity: 1;
        position: relative;
        z-index: 2; }
  .product-tile .name-link-wrap {
    font-size: 1.2em;
    margin-bottom: 2px;
    overflow: auto; }
    @media (min-width: 1024px) {
      .product-tile .name-link-wrap {
        margin-bottom: 7px; } }
  .product-tile .product-price {
    font-size: 12px;
    margin: 0; }
    @media (min-width: 576px) {
      .product-tile .product-price {
        margin-bottom: 0; } }
    .product-tile .product-price .product-standard-price {
      margin-right: 6px;
      text-decoration: line-through; }
    .product-tile .product-price .product-sales-price:not(.has-standard-price) {
      color: black; }
    .product-tile .product-price .product-sales-price.has-standard-price {
      font-weight: 600; }
  .product-tile .active-promo-names {
    color: #ff001f;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .5px;
    line-height: normal;
    margin-bottom: 7px;
    padding-top: 2px; }
    @media (min-width: 576px) {
      .product-tile .active-promo-names {
        margin-top: 10px; } }
  .product-tile .product-swatches-all {
    cursor: pointer;
    font-size: 0.9em;
    margin-left: 3px; }
    .product-tile .product-swatches-all.is-expanded .product-swatches-all__icon:first-child {
      display: none; }
    .product-tile .product-swatches-all.is-expanded .product-swatches-all__icon:last-child {
      display: block; }
  .product-tile .product-swatches-all__icon {
    height: 100%;
    width: 100%; }
    .product-tile .product-swatches-all__icon:last-child {
      display: none; }
  .product-tile .product-swatches {
    line-height: 0;
    display: block;
    min-height: 35px; }
    .product-tile .product-swatches ul {
      align-items: center;
      display: flex;
      flex-wrap: wrap;
      list-style: none outside none;
      margin: 0;
      margin-left: -4px;
      overflow: hidden;
      padding: 0; }
      .product-tile .product-swatches ul.swatch-toggle {
        background: none repeat scroll 0 0 #fff;
        display: none;
        position: absolute; }
    .product-tile .product-swatches:hover ul.swatch-toggle {
      display: block; }
    .product-tile .product-swatches li.product-swatches-all a {
      border-color: #a6a6a6;
      display: inline-block;
      height: 26px;
      width: 26px; }
    .product-tile .product-swatches li img {
      height: 28px;
      width: 28px; }
    .product-tile .product-swatches .swatch {
      margin-right: 3px; }
  .product-tile .product-promo {
    font-size: 0.8em;
    margin: 0;
    text-transform: uppercase; }
  .product-tile .reviews-compare-wrap {
    align-items: center;
    color: #a6a6a6;
    display: none;
    font-size: 13px;
    margin: 6px 0; }
    @media (min-width: 1024px) {
      .product-tile .reviews-compare-wrap {
        display: flex;
        justify-content: space-between; } }
  .product-tile .product-compare {
    flex: 0 0 40%;
    line-height: 11px;
    text-align: right; }
    .product-tile .product-compare label {
      font-weight: 400;
      line-height: 1;
      margin-bottom: 0;
      margin-right: 3px;
      padding: 0 0 0 .5em;
      width: auto; }
    .product-tile .product-compare input {
      border: 1px solid #a6a6a6;
      border-radius: 0;
      height: 14px;
      margin: 0;
      vertical-align: middle;
      width: 14px; }
  .product-tile .product-review {
    flex: 0 0 60%;
    min-height: 18px; }
    .product-tile .product-review .rating-title {
      display: inline-block;
      margin-right: 1em; }
    .product-tile .product-review .rating {
      display: inline-block; }
  .wide-tiles .product-tile {
    height: auto !important; }
    .wide-tiles .product-tile .product-image {
      float: left;
      padding-right: 2em; }
    .wide-tiles .product-tile .name-link-wrap,
    .wide-tiles .product-tile .product-pricing,
    .wide-tiles .product-tile .product-promo,
    .wide-tiles .product-tile .product-swatches,
    .wide-tiles .product-tile .product-review {
      float: left;
      text-align: left;
      width: 65%; }
    .wide-tiles .product-tile .product-name {
      font-size: 1.5em;
      height: auto;
      margin-top: 0; }
    .wide-tiles .product-tile .product-pricing {
      font-size: 1.3em; }
    .wide-tiles .product-tile .product-swatches {
      margin-bottom: 1em; }

.capture-product-id {
  left: -999em;
  position: absolute; }

.color-swatch,
.product-swatches-all a {
  border: 2px solid transparent;
  border-radius: 100%;
  display: inline-block; }
  .color-swatch.selected, .color-swatch:hover,
  .product-swatches-all a.selected,
  .product-swatches-all a:hover {
    border-color: #007ac3; }
  .color-swatch a,
  .color-swatch img,
  .product-swatches-all a a,
  .product-swatches-all a img {
    border: 2px solid transparent;
    border-radius: 100%;
    color: #a6a6a6;
    font-size: 0; }

.color-swatch a,
.product-swatches-all a img {
  border: 2px solid transparent;
  border-radius: 100%;
  color: #a6a6a6;
  font-size: 0; }

.pt_product-search-result .slot-grid-header,
.pt_content-search-result .slot-grid-header {
  padding-bottom: 1em;
  padding-top: 0 !important; }
  .pt_product-search-result .slot-grid-header .html-slot-container,
  .pt_content-search-result .slot-grid-header .html-slot-container {
    margin-bottom: 1.25rem; }

.pt_product-search-result .primary-content .content-header {
  font-style: normal;
  margin-bottom: 20px;
  padding: 0 10px; }
  @media (min-width: 1024px) {
    .pt_product-search-result .primary-content .content-header {
      padding: 0; } }

.pt_content-search-result .primary-content .pagination {
  padding: 0; }

.pt_content-search-result .folder-content-list {
  margin-bottom: 0;
  margin-top: -1.25rem;
  padding: 0; }

.pt_content-search-result .search-result-options--bottom {
  margin-bottom: 10px; }

.pt_product-search-noresult .section-header {
  padding-left: 0;
  padding-right: 0; }

@media (max-width: 575.98px) {
  .pt_product-search-noresult .simple-search {
    margin-top: 12px; } }

.category-main-banner img {
  max-width: 100%; }

.no-hits-message {
  margin-bottom: 1.25rem; }

.no-hits-search-term,
.no-hits-search-term-suggest {
  color: #ff001f;
  font-style: italic; }

.no-hits-footer {
  margin: 20px 0;
  padding: 20px 0; }

.search-result-bookmarks,
.search-result-options,
.pt_product-search-result .slot-grid-header,
.pt_product-search-result .content-header {
  padding: 1em 10px; }
  @media (min-width: 1024px) {
    .search-result-bookmarks,
    .search-result-options,
    .pt_product-search-result .slot-grid-header,
    .pt_product-search-result .content-header {
      padding-left: 0;
      padding-right: 0; } }

.search-result-options {
  font-size: 13px;
  letter-spacing: .25px;
  overflow: inherit; }
  @media (min-width: 576px) {
    .search-result-options {
      overflow: hidden; } }
  .search-result-options--bottom .no-results-text,
  .search-result-options--bottom .back-to-product-results {
    display: none; }
    @media (min-width: 1024px) {
      .search-result-options--bottom .no-results-text,
      .search-result-options--bottom .back-to-product-results {
        display: block; } }
  .search-result-options--bottom.infinite-scroll-enabled {
    display: none; }
  .search-result-options .sort-by {
    padding-bottom: 1em; }
    @media (min-width: 1024px) {
      .search-result-options .sort-by {
        float: left;
        margin-right: .5em;
        padding-bottom: 0; } }
  .search-result-options .no-results-text,
  .search-result-options .items-per-page {
    float: left;
    margin-right: .5em; }
  .search-result-options form {
    margin-bottom: 0; }
  .search-result-options label {
    display: none; }
  .search-result-options .input-select--alt {
    margin-right: 0;
    font-style: normal !important;
    width: 100%;
    min-width: 150px;
    padding: 10px 10px;
    border: 1px solid #ddd9d7;
    font-size: 13px; }
  .search-result-options .pagination {
    text-align: center;
    vertical-align: top; }
    .search-result-options .pagination .results-hits {
      color: #6c757d;
      display: inline-block;
      margin-right: 2px;
      vertical-align: top; }
      @media (min-width: 1024px) {
        .search-result-options .pagination .results-hits {
          display: block;
          float: right;
          margin-right: 10px; } }
    .search-result-options .pagination ul {
      align-items: center;
      border: none;
      border-radius: 5px;
      background-color: transparent;
      display: inline-flex;
      list-style: none;
      margin: 0;
      padding: 0; }
      @media (min-width: 1024px) {
        .search-result-options .pagination ul {
          display: flex;
          float: right; } }
    .search-result-options .pagination li {
      border: none;
      float: left;
      padding: 0 12px; }
      @media (min-width: 1024px) {
        .search-result-options .pagination li {
          padding: 0 7px; } }
      .search-result-options .pagination li a, .search-result-options .pagination li.current-page,
      .search-result-options .pagination li i {
        display: block;
        font-size: inherit;
        height: auto;
        line-height: inherit;
        text-align: center;
        width: auto; }
      .search-result-options .pagination li.current-page {
        border-bottom: 1px solid #007ac3;
        color: #007ac3;
        margin: 0 10px;
        padding: 0 1px; }
        @media (min-width: 1024px) {
          .search-result-options .pagination li.current-page {
            margin: 0 6px; } }
      .search-result-options .pagination li a {
        color: inherit; }
      .search-result-options .pagination li.pagination__first, .search-result-options .pagination li.pagination__last, .search-result-options .pagination li.pagination__prev, .search-result-options .pagination li.pagination__next {
        padding: 0 8px; }
    .search-result-options .pagination .svg-symbol {
      display: block;
      height: 1rem;
      width: .6rem; }
      .search-result-options .pagination .svg-symbol.svg-angle-right, .search-result-options .pagination .svg-symbol.svg-angle-left {
        width: .4rem; }
  .search-result-options .sort-by,
  .search-result-options .items-per-page {
    display: none; }
    @media (min-width: 1024px) {
      .search-result-options .sort-by,
      .search-result-options .items-per-page {
        display: block; } }

.search-result-bookmarks {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.5px;
  margin: 0 0 1.25rem;
  text-align: center;
  text-transform: uppercase; }
  @media (min-width: 1024px) {
    .search-result-bookmarks {
      margin-bottom: 0;
      padding-bottom: 3px; } }
  .search-result-bookmarks a {
    border-bottom: 2px solid transparent;
    color: inherit;
    margin: 0 13px;
    padding: 2px 0; }
    .search-result-bookmarks a:hover {
      border-bottom-color: #007ac3;
      text-decoration: none; }

.search-result-options--top {
  margin-bottom: 20px; }
  .search-result-options--top .pagination {
    display: none; }
    @media (min-width: 1024px) {
      .search-result-options--top .pagination {
        display: block; } }

.search-result-items {
  padding: 0; }
  .search-result-items ul {
    list-style: none outside none; }
  .search-result-items.tiles-container {
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px; }
    @media (min-width: 1024px) {
      .search-result-items.tiles-container {
        margin-right: -20px;
        margin-left: -20px; } }
  .search-result-items.slots-container {
    display: block; }
  .search-result-items .grid-tile {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    flex: 0 0 50%;
    max-width: 50%;
    list-style: none outside none;
    margin-bottom: 1.25rem;
    padding: 0 10px; }
    @media (min-width: 1024px) {
      .search-result-items .grid-tile {
        padding-right: 20px;
        padding-left: 20px; } }
    @media (min-width: 768px) {
      .search-result-items .grid-tile {
        flex: 0 0 33.33333%;
        max-width: 33.33333%; } }
    @media (max-width: 575.98px) {
      .search-result-items .grid-tile {
        padding: 0 7.5px; } }
  .search-result-items.slots-container {
    display: grid;
    grid-template-columns: 1fr 1fr; }
    @media (min-width: 768px) {
      .search-result-items.slots-container {
        -ms-grid-columns: 1fr 1fr 1fr;
        -ms-grid-rows: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr; } }
    .search-result-items.slots-container .grid-tile {
      max-width: 100%;
      flex: none; }
      @media (min-width: 768px) {
        .search-result-items.slots-container .grid-tile.column-1 {
          -ms-grid-column: 1; }
        .search-result-items.slots-container .grid-tile.column-2 {
          -ms-grid-column: 2; }
        .search-result-items.slots-container .grid-tile.column-3 {
          -ms-grid-column: 3; }
        .search-result-items.slots-container .grid-tile.column-4 {
          -ms-grid-column: 4; }
        .search-result-items.slots-container .grid-tile.row-1 {
          -ms-grid-row: 1; }
        .search-result-items.slots-container .grid-tile.row-2 {
          -ms-grid-row: 2; }
        .search-result-items.slots-container .grid-tile.row-3 {
          -ms-grid-row: 3; }
        .search-result-items.slots-container .grid-tile.row-4 {
          -ms-grid-row: 4; } }
    .search-result-items.slots-container .columnonebyone {
      /* 1 x 1 */ }
    .search-result-items.slots-container .columntwobyone {
      /* 2 x 1 */
      -ms-grid-column-span: 2;
      grid-column: span 2; }
    .search-result-items.slots-container .columnthreebyone {
      /* 3 x 1 */
      grid-column: span 2; }
      @media (min-width: 768px) {
        .search-result-items.slots-container .columnthreebyone {
          -ms-grid-column-span: 3;
          grid-column: span 3; } }
    .search-result-items.slots-container .columnonebytwo {
      -ms-grid-row-span: 2;
      grid-row: span 2; }
    .search-result-items.slots-container .columntwobytwo {
      /* 2 x 2 */
      -ms-grid-column-span: 2;
      grid-column: span 2;
      -ms-grid-row-span: 2;
      grid-row: span 2; }
    .search-result-items.slots-container .columnthreebytwo {
      /* 3 x 2 */
      -ms-grid-row-span: 2;
      grid-row: span 2;
      grid-column: span 2; }
      @media (min-width: 768px) {
        .search-result-items.slots-container .columnthreebytwo {
          -ms-grid-column-span: 3;
          grid-column: span 3; } }
  .search-result-items .invisible {
    display: none; }

.search-result-content {
  clear: both; }
  .search-result-content .product-price .price-standard {
    color: #999;
    font-weight: 100;
    text-decoration: line-through;
    display: inline-block; }
  @media (max-width: 575.98px) {
    .search-result-content {
      margin: 0 -15px; } }

.search-promo {
  padding: 20px; }

#results-content {
  padding-top: 30px; }

.product-tile .name-link,
.folder-content-list .name-link {
  color: #000;
  display: inline-block;
  font-size: 13px; }
  @media (min-width: 1024px) {
    .product-tile .name-link,
    .folder-content-list .name-link {
      font-size: 16px; } }
  .product-tile .name-link .product-brand,
  .folder-content-list .name-link .product-brand {
    font-weight: 600; }
  .product-tile .name-link .product-name,
  .product-tile .name-link .content-title,
  .folder-content-list .name-link .product-name,
  .folder-content-list .name-link .content-title {
    font-weight: 300; }
    @media (min-width: 1024px) {
      .product-tile .name-link .product-name,
      .product-tile .name-link .content-title,
      .folder-content-list .name-link .product-name,
      .folder-content-list .name-link .content-title {
        line-height: 1.5; } }

.folder-content-list {
  clear: both;
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  padding: 0;
  width: auto; }
  @media (min-width: 1024px) {
    .folder-content-list {
      min-width: 100%; } }
  .folder-content-list li {
    background-color: #f4f2f1;
    border: 1px solid #ced4da;
    flex-basis: 100%;
    list-style-type: none;
    margin: 0 10px 15px;
    padding: 1rem; }
    @media (min-width: 1024px) {
      .folder-content-list li {
        flex-basis: calc(50% - 20px);
        margin: 10px;
        max-width: calc(50% - 20px); } }
  .folder-content-list p {
    line-height: 1.1rem; }
  .folder-content-list .content-title {
    display: block; }
  .folder-content-list .content-excerpt {
    font-size: 13px; }
  .folder-content-list .readmore {
    font-size: 12px;
    font-style: italic; }

.no-results {
  padding: 20px; }

.toggle-grid {
  display: block;
  float: left;
  margin-right: 0.5em; }
  .toggle-grid i {
    cursor: pointer;
    margin-right: 0.3em; }
  .toggle-grid [data-option="column"] {
    color: #000; }
  .toggle-grid.wide [data-option="wide"] {
    color: #000; }
  .toggle-grid.wide [data-option="column"] {
    color: #6c757d; }

#grid-sort-header:focus, #grid-sort-header:active {
  outline: #e59700 auto 1px; }
  @media (max-width: 1439.98px) {
    #grid-sort-header:focus, #grid-sort-header:active {
      font-size: 13px; } }

.infinite-scroll-div {
  margin-bottom: 15px; }
  .infinite-scroll-div .infinite-scroll-messaging {
    text-align: center; }

.progress-bar {
  width: 25%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  background-color: #ddd9d7; }

.progress-percent {
  width: 1%;
  height: 10px;
  background-color: #007ac3; }

.pt_product-compare .full-width {
  padding: 0 1.25em; }
  .pt_product-compare .full-width .back {
    display: inline-block; }

.pt_product-compare .back--top {
  float: left;
  margin-right: 20px; }

.compare-items {
  clear: both;
  overflow: hidden;
  padding: 20px 0; }
  .compare-items h2 {
    font-family: inherit;
    font-size: 0.9em;
    margin: 0.5em 0;
    text-transform: uppercase; }
  .compare-items button {
    padding: .5em 1em; }

.compare-error {
  clear: both;
  margin: 20px 0;
  text-align: center;
  width: 100%; }

#compare-items-button {
  margin-right: 16px; }

.compare-items-panel {
  float: left; }
  .compare-items-panel::after {
    display: block;
    clear: both;
    content: ""; }

.compare-item {
  background-color: #e9ecef;
  float: left;
  height: 55px;
  margin-bottom: 10px;
  margin-right: 1.08em;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 55px; }
  .compare-item .compare-item-remove {
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:a='http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/' x='0px' y='0px' width='32px' height='32px' viewBox='-7.939 -7.939 32 32' overflow='visible' enable-background='new -7.939 -7.939 32 32' xml:space='preserve'%3E %3Cpath id='Line-5_1_' fill='none' stroke='%23000000' stroke-width='1.5' stroke-linecap='square' d='M15.203,1.061L1.061,15.203'/%3E %3Cpath id='Line-5-Copy_1_' fill='none' stroke='%23000000' stroke-width='1.5' stroke-linecap='square' d='M15.203,15.203L1.061,1.061' /%3E %3C/svg%3E");
    background-color: #fff;
    background-size: cover;
    cursor: pointer;
    display: none;
    height: 12px;
    padding: 0 .16em;
    position: absolute;
    right: 0;
    top: 0;
    width: 12px;
    z-index: 1; }
  .compare-item.active .compare-item-remove {
    display: block; }
  .compare-item .compare-item-number {
    color: #ced4da;
    font-size: 3em; }

.compare-item-image {
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.compare-buttons {
  float: left;
  padding: 0.7em 0 0; }

.category-switch {
  align-items: center;
  display: flex;
  margin-bottom: 2em; }
  .category-switch label {
    float: left;
    margin: 0;
    width: 45%; }
    @media (min-width: 410px) {
      .category-switch label {
        width: 11em; } }
  .category-switch select {
    float: left;
    margin: 0;
    width: 55%; }
    @media (min-width: 410px) {
      .category-switch select {
        margin-left: 1em;
        width: 15em; } }

#compare-table {
  border: 1px solid #ddd9d7;
  margin-bottom: 20px;
  width: auto; }
  #compare-table tr {
    vertical-align: top; }
  #compare-table th,
  #compare-table td {
    padding: 12px; }
  #compare-table th {
    overflow: hidden; }
    #compare-table th:first-of-type {
      min-width: 112px; }
  #compare-table td {
    overflow: hidden; }
  #compare-table a:hover {
    text-decoration: underline; }
  #compare-table .attribute-row:first-of-type {
    border-top: 1px solid #ced4da; }
  #compare-table .attribute-row:last-of-type {
    border-bottom: none; }
  #compare-table .attribute-row:nth-child(2n) {
    background-color: #f4f2f1; }
  #compare-table .product-attribute {
    word-break: break-word; }
  #compare-table .action {
    display: block;
    padding: 5px 0; }
  #compare-table .remove-link {
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:a='http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/' x='0px' y='0px' width='32px' height='32px' viewBox='-7.939 -7.939 32 32' overflow='visible' enable-background='new -7.939 -7.939 32 32' xml:space='preserve'%3E %3Cpath id='Line-5_1_' fill='none' stroke='%23000000' stroke-width='1.5' stroke-linecap='square' d='M15.203,1.061L1.061,15.203'/%3E %3Cpath id='Line-5-Copy_1_' fill='none' stroke='%23000000' stroke-width='1.5' stroke-linecap='square' d='M15.203,15.203L1.061,1.061' /%3E %3C/svg%3E");
    background-color: #fff;
    background-size: cover;
    color: #adb5bd;
    height: 24px;
    padding: .3rem;
    position: absolute;
    right: 0;
    top: 0;
    transition: color .5s ease;
    width: 24px;
    z-index: 4; }
    #compare-table .remove-link:hover {
      color: #000;
      text-decoration: none; }
  #compare-table .value,
  #compare-table .product {
    border-left: 1px solid #ddd9d7; }
  #compare-table .product {
    font-weight: normal;
    position: relative;
    text-align: center; }
  #compare-table .value {
    vertical-align: middle; }
    #compare-table .value .value-item::after {
      content: ', '; }
    #compare-table .value .value-item:last-child::after {
      content: ''; }
  #compare-table .product-tile .product-name {
    height: auto;
    margin: .2em 0 1em 0; }
  #compare-table .product-tile .swatch-list {
    display: flex; }
  #compare-table .product-image {
    height: auto; }
    #compare-table .product-image img {
      height: auto;
      width: 100%; }
  #compare-table .section-header {
    font-size: 0.9em;
    padding: 1em;
    text-transform: none; }
  #compare-table .selectcategory label {
    display: block;
    font-size: 0.9em;
    margin: 1em 0;
    text-transform: none; }
  #compare-table .selectcategory select {
    margin: 0;
    width: 100px; }
  #compare-table .comparelists {
    padding: 0; }
  #compare-table .compare-lists label,
  #compare-table .compare-lists select {
    float: none;
    text-align: left;
    width: 100%; }
  #compare-table .reviews-compare-wrap {
    flex-wrap: wrap; }
  #compare-table .product-swatches {
    flex: 0 0 100%; }
  #compare-table .swatch-wrap {
    flex: 0 0 auto; }
  #compare-table .product-actions {
    padding-top: 12px; }

.product-sales-price.has-standard-price,
.price-sales.has-standard-price {
  color: #ff001f; }

.active-promo-names {
  color: #ff001f; }

.pt_product-details .primary-content {
  width: 100%; }

.pdp-main h1 {
  margin-left: 0;
  margin-right: 0;
  text-align: left; }

.pdp-main ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.pdp-main label {
  padding: 0;
  text-align: left;
  width: auto; }

.pdp-main .pdp-main-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px; }
  @media (min-width: 1024px) {
    .pdp-main .pdp-main-row {
      margin-right: -20px;
      margin-left: -20px; } }
  @media (max-width: 767.98px) {
    .pdp-main .pdp-main-row {
      margin-left: 0;
      margin-right: 0; } }
  @media (min-width: 768px) {
    .pdp-main .pdp-main-row .product-set .product-thumbnails .slick-prev {
      position: relative;
      left: 50px;
      transform: rotate(90deg); }
    .pdp-main .pdp-main-row .product-set .product-thumbnails .slick-next {
      position: relative;
      left: 50px;
      transform: rotate(-90deg); } }

.pdp-main .product-col-1,
.pdp-main .product-col-2,
.pdp-main .product-col-inner {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px; }
  @media (min-width: 1024px) {
    .pdp-main .product-col-1,
    .pdp-main .product-col-2,
    .pdp-main .product-col-inner {
      padding-right: 20px;
      padding-left: 20px; } }

@media (min-width: 768px) {
  .pdp-main .product-col-1 {
    display: flex;
    flex-flow: column; } }

@media (max-width: 767.98px) {
  .pdp-main .product-col-1 {
    padding: 0;
    flex-wrap: nowrap; } }

@media (min-width: 768px) {
  .pdp-main .product-col-1,
  .pdp-main .product-col-2 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-bottom: 20px; } }

.pdp-main .product-col-2 {
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .pdp-main .product-col-2.product-set {
      max-height: 73vh;
      overflow-y: scroll; } }

@media (max-width: 767.98px) {
  .pdp-main .product-col-inner {
    padding: 0; } }

@media (min-width: 1024px) {
  .pdp-main .product-col-inner {
    flex: 0 0 50%;
    max-width: 50%; } }

.pdp-main .product-image-container {
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 767.98px) {
    .pdp-main .product-image-container {
      flex-wrap: nowrap;
      padding-bottom: 15px; } }

.pdp-main .product-col-1.product-set {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  min-height: 50vw; }
  @media (max-width: 767.98px) {
    .pdp-main .product-col-1.product-set {
      flex-wrap: nowrap;
      min-height: calc(100vw + 40px); } }
  @media (min-width: 1024px) {
    .pdp-main .product-col-1.product-set {
      min-height: unset; } }

.pdp-main .product-col-inner {
  display: flex;
  flex-wrap: wrap; }
  .pdp-main .product-col-inner > *:not(.sr-only) {
    width: 100%; }

.pdp-main .product-col-inner--1 {
  align-content: flex-start; }

.pdp-main .product-col-inner--2 {
  align-content: flex-end; }

.pdp-main .product-brand,
.pdp-main .product-name {
  display: block;
  font-family: "Nunito Sans", sans-serif;
  font-size: 24px;
  letter-spacing: -.3px; }
  @media (min-width: 576px) {
    .pdp-main .product-brand,
    .pdp-main .product-name {
      font-size: 1.6875rem; } }

.pdp-main .product-brand {
  font-weight: 600;
  margin-bottom: 6px; }
  @media (min-width: 576px) {
    .pdp-main .product-brand {
      margin-bottom: 0; } }

.pdp-main .product-brand-link {
  color: #000; }

.pdp-main .product-name {
  font-weight: 300;
  line-height: normal; }
  .pdp-main .product-name a {
    color: inherit; }

.pdp-main .product-number {
  color: #ced4da;
  display: none;
  font-size: .65rem;
  margin-bottom: .5rem; }

.pdp-main .product-price {
  font-size: 1.5rem;
  line-height: normal;
  margin-bottom: 15px; }
  .pdp-main .product-price .price-standard {
    color: #adb5bd;
    font-weight: 100;
    text-decoration: line-through;
    display: inline-block; }
  .pdp-main .product-price .price-tiered {
    color: #ff001f;
    font-size: .6em;
    line-height: 1.5em; }

.pdp-main .price-standard {
  margin-right: 10px; }

.pdp-main .price-sales.final-flag {
  font-size: 1rem; }

.pdp-main .percent-savings {
  font-size: 12px; }

.pdp-main .active-promo-names {
  font-size: 14px; }

.pdp-main .product-review {
  margin-bottom: 13px;
  min-height: 18px; }

.pdp-main .product-short-description {
  font-weight: 300;
  margin-bottom: 20px; }
  @media (min-width: 1024px) {
    .pdp-main .product-short-description {
      font-size: 16px; } }

@media (min-width: 1024px) {
  .pdp-main .product-long-description {
    margin-bottom: 38px; } }

.pdp-main .country-availability {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: .5px; }
  .pdp-main .country-availability .attribute {
    padding: .2em 0; }
  .pdp-main .country-availability .label {
    padding: 0; }

.pdp-main .product-primary-image {
  display: flex;
  overflow: hidden;
  text-align: center;
  flex-basis: 100%; }
  @media (min-width: 768px) {
    .pdp-main .product-primary-image {
      flex-basis: 66%;
      flex-grow: 2;
      width: 66%; } }
  .pdp-main .product-primary-image .slick-track {
    display: flex; }

.pdp-main .product-primary-image-inner {
  width: 100%;
  padding-bottom: 20px; }
  @media (min-width: 1024px) {
    .pdp-main .product-primary-image-inner {
      max-height: 500px;
      padding-bottom: 0; } }
  .pdp-main .product-primary-image-inner:not(.slick-initialized) .product-image {
    display: none; }
    .pdp-main .product-primary-image-inner:not(.slick-initialized) .product-image:first-child {
      display: block; }
  .pdp-main .product-primary-image-inner .slick-slide {
    align-self: center; }

.pdp-main .slick-dots {
  height: 30px;
  margin-top: 20px; }

.pdp-main .pdp-below-productimages-wrapper .slick-dots {
  height: 0; }

.pdp-main .pdp-below-productimages-wrapper, .pdp-main .pdp-below-productdetails-wrapper {
  display: none;
  flex-basis: 100%;
  max-width: 100%;
  width: 100%; }
  .pdp-main .pdp-below-productimages-wrapper .c-product-tile-carousel__header, .pdp-main .pdp-below-productdetails-wrapper .c-product-tile-carousel__header {
    margin-bottom: 20px; }
    .pdp-main .pdp-below-productimages-wrapper .c-product-tile-carousel__header h2, .pdp-main .pdp-below-productdetails-wrapper .c-product-tile-carousel__header h2 {
      text-align: left;
      font-size: 18px;
      text-indent: 1em;
      margin-bottom: 0; }
  .pdp-main .pdp-below-productimages-wrapper .product-tile .product-price, .pdp-main .pdp-below-productdetails-wrapper .product-tile .product-price {
    margin-bottom: 0; }
  .pdp-main .pdp-below-productimages-wrapper .product-tile .reviews-compare-wrap, .pdp-main .pdp-below-productdetails-wrapper .product-tile .reviews-compare-wrap {
    margin: 0; }
  .pdp-main .pdp-below-productimages-wrapper.mobile-only, .pdp-main .pdp-below-productdetails-wrapper.mobile-only {
    display: none; }
    @media (max-width: 1023.98px) {
      .pdp-main .pdp-below-productimages-wrapper.mobile-only, .pdp-main .pdp-below-productdetails-wrapper.mobile-only {
        display: block;
        margin-bottom: 45px; } }
    .pdp-main .pdp-below-productimages-wrapper.mobile-only .c-product-tile-carousel, .pdp-main .pdp-below-productdetails-wrapper.mobile-only .c-product-tile-carousel {
      margin: 0; }
      .pdp-main .pdp-below-productimages-wrapper.mobile-only .c-product-tile-carousel .product-tile, .pdp-main .pdp-below-productdetails-wrapper.mobile-only .c-product-tile-carousel .product-tile {
        padding-left: 10px; }
    .pdp-main .pdp-below-productimages-wrapper.mobile-only .c-product-tile-carousel--4up .c-product-tile-carousel__header, .pdp-main .pdp-below-productdetails-wrapper.mobile-only .c-product-tile-carousel--4up .c-product-tile-carousel__header {
      padding-left: 10px; }
    .pdp-main .pdp-below-productimages-wrapper.mobile-only .c-product-tile-carousel--4up .product-price .percent-savings, .pdp-main .pdp-below-productdetails-wrapper.mobile-only .c-product-tile-carousel--4up .product-price .percent-savings {
      font-size: 12px;
      display: inline-block; }
    .pdp-main .pdp-below-productimages-wrapper.mobile-only .c-product-tile-carousel--4up .active-promo-names, .pdp-main .pdp-below-productdetails-wrapper.mobile-only .c-product-tile-carousel--4up .active-promo-names {
      font-size: 12px;
      display: inline-block; }
  .pdp-main .pdp-below-productimages-wrapper.desktop-only, .pdp-main .pdp-below-productdetails-wrapper.desktop-only {
    display: block; }
    .pdp-main .pdp-below-productimages-wrapper.desktop-only .slick-dots, .pdp-main .pdp-below-productdetails-wrapper.desktop-only .slick-dots {
      bottom: 0; }
    @media (max-width: 1023.98px) {
      .pdp-main .pdp-below-productimages-wrapper.desktop-only, .pdp-main .pdp-below-productdetails-wrapper.desktop-only {
        display: none; } }
    .pdp-main .pdp-below-productimages-wrapper.desktop-only .c-product-tile-carousel, .pdp-main .pdp-below-productdetails-wrapper.desktop-only .c-product-tile-carousel {
      margin: 0;
      width: 100%; }
    .pdp-main .pdp-below-productimages-wrapper.desktop-only .c-product-tile-carousel--4up .product-price, .pdp-main .pdp-below-productdetails-wrapper.desktop-only .c-product-tile-carousel--4up .product-price {
      font-size: 12px; }
    .pdp-main .pdp-below-productimages-wrapper.desktop-only .c-product-tile-carousel--4up .percent-savings, .pdp-main .pdp-below-productdetails-wrapper.desktop-only .c-product-tile-carousel--4up .percent-savings {
      font-size: 12px;
      display: inline-block; }
    .pdp-main .pdp-below-productimages-wrapper.desktop-only .c-product-tile-carousel--4up .color-count, .pdp-main .pdp-below-productdetails-wrapper.desktop-only .c-product-tile-carousel--4up .color-count {
      display: block !important;
      font-size: 12px; }
    .pdp-main .pdp-below-productimages-wrapper.desktop-only .c-product-tile-carousel--4up .product-swatches, .pdp-main .pdp-below-productdetails-wrapper.desktop-only .c-product-tile-carousel--4up .product-swatches {
      display: none; }
    .pdp-main .pdp-below-productimages-wrapper.desktop-only .c-product-tile-carousel--4up .active-promo-names, .pdp-main .pdp-below-productdetails-wrapper.desktop-only .c-product-tile-carousel--4up .active-promo-names {
      font-size: 12px;
      display: inline-block; }

.pdp-main .tfc-product-suppressed {
  display: none !important; }

.pdp-main .product-info {
  background: #f4f2f1;
  font-weight: 300;
  width: auto; }
  @media (min-width: 1024px) {
    .pdp-main .product-info {
      padding-left: 0;
      padding-right: 0;
      padding-top: 1em; } }
  .pdp-main .product-info ul {
    font-size: .8rem; }
    @media (min-width: 1024px) {
      .pdp-main .product-info ul {
        padding-bottom: 1em;
        padding-top: 1em; } }
  .pdp-main .product-info .c-accordion__item {
    border-bottom-width: 2px; }
    .pdp-main .product-info .c-accordion__item:first-of-type {
      border-top: none; }
    .pdp-main .product-info .c-accordion__item:last-of-type {
      border-bottom: none; }
  .pdp-main .product-info .table {
    margin-bottom: 40px; }
  .pdp-main .product-info .tab-content {
    padding-left: 0;
    padding-right: 0; }
    .pdp-main .product-info .tab-content__2-col-wrap {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
    .pdp-main .product-info .tab-content__col {
      flex: 0 0 100%;
      margin-bottom: 20px; }
      @media (min-width: 1024px) {
        .pdp-main .product-info .tab-content__col {
          flex-basis: calc(50% - 20px);
          margin-bottom: 0; } }
    .pdp-main .product-info .tab-content h4 {
      display: inline-block;
      margin-top: 0.5rem; }
    .pdp-main .product-info .tab-content .tfc-fitrec-product .tfc-fitrec-result {
      float: right;
      margin-bottom: 20px; }

.pdp-main .tabs__inner {
  white-space: nowrap; }

.pdp-main .tabs__inner,
.pdp-main .product-info-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  margin: auto; }
  @media (min-width: 1024px) {
    .pdp-main .tabs__inner,
    .pdp-main .product-info-container {
      padding-right: 40px;
      padding-left: 40px; } }
  @media (min-width: 1440px) {
    .pdp-main .tabs__inner,
    .pdp-main .product-info-container {
      max-width: 1440px; } }
  @media (min-width: 1024px) {
    .pdp-main .tabs__inner,
    .pdp-main .product-info-container {
      padding-right: 156px;
      padding-left: 156px; } }

@media (min-width: 1024px) {
  .pdp-main .product-info-container {
    padding-top: 46px;
    padding-bottom: 49px; } }

.pdp-main .product-add-to-cart {
  margin: 0;
  padding: 10px 0 0; }
  .pdp-main .product-add-to-cart.add-sub-product {
    border-bottom: none;
    margin-bottom: 20px; }
  .pdp-main .product-add-to-cart .quantity label {
    text-align: right; }
  .pdp-main .product-add-to-cart .quantity input {
    text-align: center; }
  .pdp-main .product-add-to-cart .dw-apple-pay-button {
    max-width: 100%;
    width: 100%;
    border-radius: 0;
    margin-top: 16px;
    padding: 10px 15px;
    font-size: .75rem;
    font-weight: 700;
    height: 48px;
    background-size: 52px; }
    @media (max-width: 767.98px) {
      .pdp-main .product-add-to-cart .dw-apple-pay-button {
        margin-top: 0;
        margin-bottom: 20px; } }

.pdp-main .promotion {
  background-color: #f4f2f1;
  border-top: 1px solid #ccc;
  overflow: hidden;
  padding: 1.5em; }
  .pdp-main .promotion .promotion-title {
    font-weight: bold;
    margin-bottom: .3rem;
    text-transform: uppercase; }
  .pdp-main .promotion .promotion-callout {
    color: #ff001f;
    font-size: 1rem; }
    .pdp-main .promotion .promotion-callout .tooltip {
      font-size: .7rem;
      margin-left: .2rem; }

.pdp-main .inventory {
  width: 100%; }
  @media (min-width: 1024px) {
    .pdp-main .inventory {
      flex: 0 0 50%; } }

.pdp-main .product-availability {
  align-self: center;
  flex: 0 1 58.5%;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .25px;
  padding-bottom: 0;
  margin-bottom: 0; }
  @media (min-width: 576px) {
    .pdp-main .product-availability {
      flex-basis: auto;
      text-align: left; } }
  .pdp-main .product-availability__label {
    margin-bottom: 0; }
  .pdp-main .product-availability .value {
    display: inline-block; }

.pdp-main .inventory {
  flex: 0 0 100%;
  margin-right: 22px; }
  @media (min-width: 576px) {
    .pdp-main .inventory {
      flex: 0 0 auto;
      max-width: 100%; } }

.pdp-main .product-set .product-set-list .product-set-details {
  padding-left: 20px;
  width: 70%; }
  @media (min-width: 576px) {
    .pdp-main .product-set .product-set-list .product-set-details {
      width: 78%; } }

.pdp-main .product-set .product-set-list .product-set-item {
  display: flex;
  padding: 1em 0 0; }

.pdp-main .product-set .product-set-list .product-set-image {
  width: 30%; }
  @media (min-width: 576px) {
    .pdp-main .product-set .product-set-list .product-set-image {
      width: 22%; } }
  .pdp-main .product-set .product-set-list .product-set-image img {
    width: 100%; }

.pdp-main .product-set .product-set-list .product-name {
  font-size: 1.3em;
  margin-bottom: 0;
  width: auto; }

.pdp-main .product-set .product-set-list .product-price {
  font-size: 1rem;
  margin: .5em 0; }

.pdp-main .product-set .product-set-list .attribute h3 {
  width: 25%; }

.pdp-main .product-set .product-set-list .attribute .label {
  width: 25%;
  white-space: nowrap; }

.pdp-main .product-set .product-add-to-cart {
  border-top: none;
  padding-top: 0; }
  .pdp-main .product-set .product-add-to-cart label {
    float: left;
    font-size: .75rem;
    padding-top: .3em;
    padding-right: .5em; }
  .pdp-main .product-set .product-add-to-cart .product-availability__label {
    float: none;
    padding: top; }

.pdp-main .product-set .product-set__product-add-to-cart {
  padding-left: calc(30% + 20px); }
  @media (min-width: 576px) {
    .pdp-main .product-set .product-set__product-add-to-cart {
      padding-left: calc(22% + 20px); } }

.pdp-main .recommendations {
  clear: left;
  padding: 2em 0; }
  .pdp-main .recommendations .recommendation-tooltip {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid;
    left: 50%;
    position: absolute;
    text-align: left;
    top: 50%;
    width: 300px;
    z-index: 100; }
  .pdp-main .recommendations h2 {
    font-size: 2em;
    font-style: italic;
    font-weight: 400;
    margin-left: 14px; }
  .pdp-main .recommendations #carousel-recommendations {
    margin: auto;
    position: relative;
    overflow: hidden; }
  .pdp-main .recommendations ul {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    position: relative; }
  .pdp-main .recommendations .product-tile {
    padding: 0 2em; }
  .pdp-main .recommendations .product-name {
    font-size: 1em;
    margin: .2em 0;
    width: 100%; }
  .pdp-main .recommendations .product-price {
    font-size: 1em; }
  .pdp-main .recommendations .product-tile:hover .recommendation-tooltip {
    display: block !important; }

.pdp-main .inventory-availability-wrap,
.pdp-main .product-add-cart__buttons-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%; }

.pdp-main .inventory-availability-wrap > * {
  margin-bottom: 17px; }

.pdp-main .inventory-availability-callout {
  padding-bottom: 1rem;
  color: #ff001f;
  width: 100%;
  margin: 0; }

.pdp-main .product-actions {
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 0; }
  @media (min-width: 576px) {
    .pdp-main .product-actions {
      justify-content: flex-start;
      margin-bottom: 15px; } }
  .pdp-main .product-actions .wishlist-button,
  .pdp-main .product-actions .button {
    flex: 0 0 50%;
    padding-bottom: 18px;
    margin-right: 0; }
    @media (min-width: 576px) {
      .pdp-main .product-actions .wishlist-button,
      .pdp-main .product-actions .button {
        flex-basis: 50%;
        max-width: 50%; } }
    @media (min-width: 768px) {
      .pdp-main .product-actions .wishlist-button,
      .pdp-main .product-actions .button {
        flex-basis: 50%;
        max-width: 50%; } }
    @media (min-width: 1024px) {
      .pdp-main .product-actions .wishlist-button,
      .pdp-main .product-actions .button {
        padding-bottom: 0; } }

.pdp-main .product-details__detail {
  margin-bottom: 31px; }

.pdp-main .product-features ul {
  font-size: inherit;
  margin-left: 12px;
  padding-left: 15px;
  padding-top: 0;
  list-style-type: disc; }

.pdp-main .product-features li {
  padding-bottom: 9px;
  padding-left: 5px; }

@media (min-width: 576px) {
  .pdp-main #product-content {
    padding-left: 10px;
    padding-right: 10px; } }

.pdp-main #product-content .product-price .percent-savings {
  font-size: 1rem; }

.pdp-main .s-pdp-recommended-products .product-price {
  font-size: 1rem; }

.pdp-main .c-product-tile-carousel--3up .product-tile .product-brand,
.pdp-main .c-product-tile-carousel--3up .product-tile .product-name {
  font-size: 14px; }

.pdp-main .c-product-tile-carousel--3up .product-tile .product-price,
.pdp-main .c-product-tile-carousel--3up .product-tile .price-standard,
.pdp-main .c-product-tile-carousel--3up .product-tile .price-sales,
.pdp-main .c-product-tile-carousel--3up .product-tile .price-sales.has-standard-price,
.pdp-main .c-product-tile-carousel--3up .product-tile .percent-savings {
  font-size: 12px !important; }

.product-price .percent-savings,
.product-pricing .percent-savings {
  color: #ff001f;
  letter-spacing: .5px; }

.s-product-fashion .product-primary-image {
  margin: 0;
  min-width: 100%;
  width: auto; }
  @media (min-width: 576px) {
    .s-product-fashion .product-primary-image {
      margin: 0 -10px; } }
  @media (min-width: 1024px) {
    .s-product-fashion .product-primary-image {
      margin: calc(20px * -1) calc(20px * -1) 0; } }
  .s-product-fashion .product-primary-image .main-image {
    padding: 0; }
    @media (min-width: 576px) {
      .s-product-fashion .product-primary-image .main-image {
        padding: 0 20px; } }
    @media (min-width: 1024px) {
      .s-product-fashion .product-primary-image .main-image {
        padding: 20px; } }

.s-product-fashion .product-image-container,
.s-product-fashion .product-detail {
  flex: 0 0 100%;
  max-width: 100%; }

@media (min-width: 1024px) {
  .s-product-fashion .product-image-container {
    flex-basis: 66.7%;
    max-width: 66.7%; } }

@media (min-width: 1024px) {
  .s-product-fashion .product-detail {
    flex-basis: 33.3%;
    max-width: 33.3%; } }

.s-product-fashion .product-description-link {
  font-size: 12px; }

@media (min-width: 1024px) {
  .s-product-fashion .product-variations .size-attribute .value {
    flex-basis: 46.9%;
    max-width: 46.9%; } }

.s-product-fashion .product-add-cart__buttons-wrap .button-fancy-large {
  padding: 13px 10px; }

@media (min-width: 768px) {
  .s-product-fashion .product-actions {
    flex-wrap: wrap;
    justify-content: flex-start; } }

@media (min-width: 768px) {
  .s-product-fashion .product-actions .button {
    flex-basis: 131px;
    margin-bottom: 18px;
    max-width: 131px; } }

@media (min-width: 768px) {
  .s-product-fashion .product-actions .socialsharing {
    justify-content: flex-start;
    flex-basis: 100%;
    max-width: 100%; } }

.product-tab--inline {
  display: inline; }
  .product-tab--inline a {
    color: inherit;
    text-decoration: underline; }

.s-product-wide .pdp-main .product-image-container,
.s-product-wide .pdp-main .product-detail {
  flex-basis: 100%;
  max-width: 100%; }

.s-product-wide .pdp-main .product-add-to-cart {
  border-bottom: none; }

@media (max-width: 1023.98px) {
  .s-product-wide .product-image-container {
    padding: 0 28px 20px; } }

.s-product-wide #product-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end; }
  @media (min-width: 768px) {
    .s-product-wide #product-content {
      padding-left: 28px;
      padding-right: 28px; } }
  @media (min-width: 1024px) {
    .s-product-wide #product-content {
      margin: 0 -20px;
      padding-left: 116px;
      padding-right: 116px; } }

.s-product-wide .product-col-inner {
  border-bottom: 1px solid #ddd9d7; }

@media (max-width: 1023.98px) {
  .s-product-wide .product-col-inner--1 {
    border-bottom: none; } }

.s-product-wide .product-actions {
  padding-left: 0;
  padding-right: 0;
  width: 100%; }
  @media (min-width: 1024px) {
    .s-product-wide .product-actions {
      padding-left: 20px;
      padding-right: 20px;
      width: 50%; } }

.product-actions {
  align-items: flex-start;
  color: #747474;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 20px 0 0; }
  .product-actions::after {
    display: block;
    clear: both;
    content: ""; }
  @media (min-width: 576px) {
    .product-actions {
      flex-wrap: nowrap;
      margin-bottom: 10px; } }
  @media (min-width: 1024px) {
    .product-actions {
      align-items: center;
      padding-top: 17px; } }
  .product-actions .socialsharing {
    display: flex;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    justify-content: flex-end; }
    @media (min-width: 576px) {
      .product-actions .socialsharing {
        flex-shrink: 2;
        justify-content: flex-end; } }
    @media (min-width: 768px) {
      .product-actions .socialsharing {
        flex-basis: 50%;
        max-width: 50%;
        padding-top: 0; } }
    @media (max-width: 767.98px) {
      .product-actions .socialsharing {
        padding-bottom: 18px; } }
    .product-actions .socialsharing .dropdown-drawer {
      padding: 5px 10px; }
  .product-actions a {
    color: inherit;
    font-size: .81rem;
    margin-right: 10px; }
    .product-actions a:hover {
      color: #000; }
    .product-actions a.share-icon {
      display: inline-block; }
  .product-actions .share-icon__svg {
    height: 23px;
    vertical-align: middle;
    width: 23px; }
    .product-actions .share-icon__svg svg {
      max-height: 100%;
      max-width: 100%; }
  .product-actions .share-link:last-child,
  .product-actions .share-icon:last-child {
    margin-right: 0; }
  .product-actions .share-link:last-child a {
    margin-right: 0; }

.at-resp-share-element a.at-share-btn {
  margin-left: 0;
  margin-right: 0;
  width: 100%; }

.product-actions__svg {
  display: inline-block;
  height: 24px;
  vertical-align: middle;
  width: 24px; }
  .product-actions__svg use {
    stroke: #747474; }

.product-info__header {
  font-weight: 600; }
  @media (min-width: 1024px) {
    .product-info__header {
      font-size: 24px; } }
  .product-info__header a {
    color: inherit; }

.product-info__headers-wrap {
  margin-bottom: 40px; }
  .product-info__headers-wrap li {
    display: inline-block;
    list-style: inherit;
    margin-right: 21px; }

.main-image {
  display: block; }

.primary-image {
  max-width: 100%;
  width: 100%; }

.product-thumbnails {
  display: none;
  flex: 0 1 120px;
  min-width: 120px;
  overflow: hidden; }
  @media (max-width: 1023.98px) {
    .product-thumbnails {
      display: none !important; } }
  .product-thumbnails .slick-arrow {
    position: relative;
    left: 50px;
    margin: 5px; }
  .product-thumbnails li {
    width: 100px;
    height: 102px;
    border-bottom: 3px solid transparent;
    margin-bottom: 8px;
    margin-right: .5rem;
    overflow: hidden;
    padding-top: 0; }
    .product-thumbnails li.selected {
      border-color: #000;
      border: 1px solid #000; }
    .product-thumbnails li img {
      min-height: 100%;
      min-width: 100%; }
  .product-thumbnails img {
    box-sizing: border-box;
    cursor: pointer;
    max-width: 100%;
    height: auto; }
  .product-thumbnails h2 {
    margin: 1rem 0 .3rem; }

.product-thumbnails__link a {
  align-items: center;
  background-color: #f4f2f1;
  border-radius: 50%;
  color: #747474;
  display: flex;
  flex-direction: column;
  font-size: 11px;
  height: 100%;
  justify-content: flex-end;
  letter-spacing: .92px;
  line-height: 2.5;
  padding-bottom: 18px;
  text-align: center;
  text-transform: uppercase;
  width: 100%; }
  .product-thumbnails__link a::before {
    border-bottom: 9px solid transparent;
    border-left: 15px solid #007ac3;
    border-top: 9px solid transparent;
    content: 'test';
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    margin: 0 auto 4px;
    padding: 0 !important;
    width: 0; }

.product-info .rating {
  font-size: 2em; }

.pdpForm {
  margin-bottom: 0; }
  .pdpForm fieldset {
    margin-bottom: 1rem; }

.product-variations .color-product-price,
.product-options .color-product-price {
  display: block;
  font-size: 1rem;
  margin: 0 0 10px 0;
  width: 75%; }

.product-variations .attribute,
.product-options .attribute {
  margin: 0 0 14px;
  overflow: hidden;
  padding: 0;
  position: relative; }
  @media (min-width: 1024px) {
    .product-variations .attribute,
    .product-options .attribute {
      margin-top: 13px; } }
  .product-variations .attribute h3,
  .product-options .attribute h3 {
    font-weight: bold;
    margin-bottom: .3rem;
    text-transform: uppercase; }
  .product-variations .attribute ul,
  .product-options .attribute ul {
    float: right;
    width: 100%; }
  .product-variations .attribute .value, .product-variations .attribute .tfc-fitrec-product.tfc-product-main-widget,
  .product-options .attribute .value,
  .product-options .attribute .tfc-fitrec-product.tfc-product-main-widget {
    display: flex;
    width: 100%; }
    @media (min-width: 1024px) {
      .product-variations .attribute .value select, .product-variations .attribute .tfc-fitrec-product.tfc-product-main-widget select,
      .product-options .attribute .value select,
      .product-options .attribute .tfc-fitrec-product.tfc-product-main-widget select {
        flex: 0 0 48%;
        max-width: 48%; } }
  .product-variations .attribute .label.with-size-chart-link,
  .product-variations .attribute .size-chart-link,
  .product-options .attribute .label.with-size-chart-link,
  .product-options .attribute .size-chart-link {
    flex: 0 0 48%;
    max-width: 48%; }
    @media (min-width: 768px) {
      .product-variations .attribute .label.with-size-chart-link,
      .product-variations .attribute .size-chart-link,
      .product-options .attribute .label.with-size-chart-link,
      .product-options .attribute .size-chart-link {
        flex-basis: 48%;
        max-width: 48%; } }
  .product-variations .attribute .label,
  .product-options .attribute .label {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 2;
    margin-bottom: 5px; }
    @media (min-width: 576px) {
      .product-variations .attribute .label,
      .product-options .attribute .label {
        flex: 0 0 100%;
        max-width: 100%; } }
  @media (min-width: 576px) {
    .product-variations .attribute .size-chart-link,
    .product-options .attribute .size-chart-link {
      flex-basis: 48%;
      max-width: 48%; } }
  .product-variations .attribute .selected-value,
  .product-options .attribute .selected-value {
    border: 0 none;
    color: #000;
    font-weight: 600; }
    @media (min-width: 1024px) {
      .product-variations .attribute .selected-value,
      .product-options .attribute .selected-value {
        padding-top: .8em; } }
  .product-variations .attribute .size-chart-link,
  .product-options .attribute .size-chart-link {
    clear: both;
    float: none; }
    .product-variations .attribute .size-chart-link a,
    .product-options .attribute .size-chart-link a {
      border-color: #fff !important;
      padding: 0; }
      .product-variations .attribute .size-chart-link a:hover,
      .product-options .attribute .size-chart-link a:hover {
        text-decoration: none; }
      .product-variations .attribute .size-chart-link a span,
      .product-options .attribute .size-chart-link a span {
        text-decoration: underline; }

.product-variations .attribute,
.product-options .attribute {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .product-variations .attribute .size-chart-link,
  .product-options .attribute .size-chart-link {
    font-size: 13px;
    text-align: right;
    margin: 0 0 5px 0 !important; }
    @media (min-width: 576px) {
      .product-variations .attribute .size-chart-link,
      .product-options .attribute .size-chart-link {
        margin-top: 7px;
        margin-bottom: 10px;
        text-align: left; } }
    .product-variations .attribute .size-chart-link a,
    .product-options .attribute .size-chart-link a {
      color: inherit; }
    .product-variations .attribute .size-chart-link .js-product-tab,
    .product-options .attribute .size-chart-link .js-product-tab {
      text-align: right; }
      .product-variations .attribute .size-chart-link .js-product-tab .tab-label,
      .product-options .attribute .size-chart-link .js-product-tab .tab-label {
        font-size: 14px; }
  .product-variations .attribute .size-chart-link__svg,
  .product-options .attribute .size-chart-link__svg {
    height: 30px;
    vertical-align: middle;
    width: 30px; }
    .product-variations .attribute .size-chart-link__svg.svg-symbol,
    .product-options .attribute .size-chart-link__svg.svg-symbol {
      display: none; }
  .product-variations .attribute .tfc-fitrec-product.tfc-product-main-widget,
  .product-options .attribute .tfc-fitrec-product.tfc-product-main-widget {
    margin-top: 10px;
    order: 3;
    flex-basis: 100%;
    width: 100%; }
    .product-variations .attribute .tfc-fitrec-product.tfc-product-main-widget .tfc-fitrec-result,
    .product-options .attribute .tfc-fitrec-product.tfc-product-main-widget .tfc-fitrec-result {
      width: 100%;
      font-size: 13px; }
    .product-variations .attribute .tfc-fitrec-product.tfc-product-main-widget .tfc-size,
    .product-options .attribute .tfc-fitrec-product.tfc-product-main-widget .tfc-size {
      font-weight: unset; }
    .product-variations .attribute .tfc-fitrec-product.tfc-product-main-widget .tfc-button-part > button.tfc-popup-click-open,
    .product-options .attribute .tfc-fitrec-product.tfc-product-main-widget .tfc-button-part > button.tfc-popup-click-open {
      width: auto;
      border: none;
      text-align: left;
      padding: 0;
      display: inline; }
      .product-variations .attribute .tfc-fitrec-product.tfc-product-main-widget .tfc-button-part > button.tfc-popup-click-open:focus,
      .product-options .attribute .tfc-fitrec-product.tfc-product-main-widget .tfc-button-part > button.tfc-popup-click-open:focus {
        box-shadow: none; }
      .product-variations .attribute .tfc-fitrec-product.tfc-product-main-widget .tfc-button-part > button.tfc-popup-click-open .tfc-logo,
      .product-options .attribute .tfc-fitrec-product.tfc-product-main-widget .tfc-button-part > button.tfc-popup-click-open .tfc-logo {
        display: inline-block;
        position: static;
        top: unset;
        left: unset; }
      .product-variations .attribute .tfc-fitrec-product.tfc-product-main-widget .tfc-button-part > button.tfc-popup-click-open .tfc-valign-wrapper,
      .product-options .attribute .tfc-fitrec-product.tfc-product-main-widget .tfc-button-part > button.tfc-popup-click-open .tfc-valign-wrapper {
        display: inline;
        width: unset;
        text-decoration: underline; }

.product-variations .size-attribute,
.product-options .size-attribute {
  justify-content: space-between; }
  @media (min-width: 576px) {
    .product-variations .size-attribute,
    .product-options .size-attribute {
      justify-content: flex-start; } }
  .product-variations .size-attribute .label,
  .product-options .size-attribute .label {
    flex: 0 0 48%; }
    @media (min-width: 576px) {
      .product-variations .size-attribute .label,
      .product-options .size-attribute .label {
        flex-basis: 100%; } }
  @media (min-width: 576px) {
    .product-variations .size-attribute .value,
    .product-options .size-attribute .value {
      flex-basis: 48%;
      margin-right: 16px; } }
  @media (min-width: 768px) {
    .product-variations .size-attribute .value,
    .product-options .size-attribute .value {
      margin: 0;
      margin-right: 11px;
      max-width: 48%; } }
  .product-variations .size-attribute .value select,
  .product-options .size-attribute .value select {
    flex-basis: 100%;
    max-width: 100%; }

.product-variations .option-dropdown__label,
.product-options .option-dropdown__label {
  display: block;
  font-size: 14px;
  margin-bottom: 6px; }

.product-variations .swatches,
.product-options .swatches {
  margin-top: -6px; }
  .product-variations .swatches.size,
  .product-options .swatches.size {
    padding-left: 2px; }
    .product-variations .swatches.size li,
    .product-options .swatches.size li {
      margin-right: 7px;
      margin-bottom: 8px;
      border: 1px solid #ddd9d7;
      border-radius: 0; }
      .product-variations .swatches.size li.selected, .product-variations .swatches.size li:hover,
      .product-options .swatches.size li.selected,
      .product-options .swatches.size li:hover {
        border-color: #000;
        transition: box-shadow .2s ease; }
        .product-variations .swatches.size li.selected a, .product-variations .swatches.size li:hover a,
        .product-options .swatches.size li.selected a,
        .product-options .swatches.size li:hover a {
          text-decoration: none; }
      .product-variations .swatches.size li.selectable-partial a,
      .product-options .swatches.size li.selectable-partial a {
        color: #ddd9d7; }
      .product-variations .swatches.size li.unselectable a::after, .product-variations .swatches.size li.selectable-partial a::after,
      .product-options .swatches.size li.unselectable a::after,
      .product-options .swatches.size li.selectable-partial a::after {
        width: 1px; }
      .product-variations .swatches.size li.selected,
      .product-options .swatches.size li.selected {
        box-shadow: 0 0 0 1px #000 !important; }
      .product-variations .swatches.size li:hover,
      .product-options .swatches.size li:hover {
        box-shadow: 0 0 0 0 #000; }
    .product-variations .swatches.size .swatchanchor,
    .product-options .swatches.size .swatchanchor {
      min-width: 50px;
      width: auto;
      line-height: 2.5;
      border-radius: 0;
      padding: 0 8px;
      color: #000;
      border: none;
      margin: 0; }

.product-variations .swatches li,
.product-options .swatches li {
  float: left; }
  .product-variations .swatches li:hover a, .product-variations .swatches li.selected a,
  .product-options .swatches li:hover a,
  .product-options .swatches li.selected a {
    border-color: #000; }
  .product-variations .swatches li.unselectable img, .product-variations .swatches li.selectable-partial img,
  .product-options .swatches li.unselectable img,
  .product-options .swatches li.selectable-partial img {
    opacity: .5; }
  .product-variations .swatches li.unselectable a, .product-variations .swatches li.selectable-partial a,
  .product-options .swatches li.unselectable a,
  .product-options .swatches li.selectable-partial a {
    color: #e9ecef;
    overflow: hidden;
    position: relative; }
    .product-variations .swatches li.unselectable a::before, .product-variations .swatches li.unselectable a::after, .product-variations .swatches li.selectable-partial a::before, .product-variations .swatches li.selectable-partial a::after,
    .product-options .swatches li.unselectable a::before,
    .product-options .swatches li.unselectable a::after,
    .product-options .swatches li.selectable-partial a::before,
    .product-options .swatches li.selectable-partial a::after {
      content: '';
      height: 100%;
      position: absolute;
      top: 0; }
    .product-variations .swatches li.unselectable a::before, .product-variations .swatches li.selectable-partial a::before,
    .product-options .swatches li.unselectable a::before,
    .product-options .swatches li.selectable-partial a::before {
      border-radius: inherit;
      left: 0;
      width: 100%;
      z-index: 2; }
    .product-variations .swatches li.unselectable a::after, .product-variations .swatches li.selectable-partial a::after,
    .product-options .swatches li.unselectable a::after,
    .product-options .swatches li.selectable-partial a::after {
      background-color: rgba(0, 0, 0, 0.22);
      height: 100%;
      left: 50%;
      transform: translateX(-50%) rotateZ(45deg);
      width: 2px;
      z-index: 3; }
  .product-variations .swatches li.unselectable:hover a, .product-variations .swatches li.selectable-partial:hover a,
  .product-options .swatches li.unselectable:hover a,
  .product-options .swatches li.selectable-partial:hover a {
    border-color: #e9ecef; }
  .product-variations .swatches li a,
  .product-options .swatches li a {
    display: block;
    line-height: 3.5;
    margin: 0 7px 0 0;
    text-align: center;
    white-space: nowrap;
    color: #000; }
    @media (min-width: 1024px) {
      .product-variations .swatches li a,
      .product-options .swatches li a {
        line-height: 2.7;
        min-height: 2rem;
        min-width: 2rem; } }

.product-variations .swatchanchor,
.product-options .swatchanchor {
  width: 38px;
  height: 38px;
  border: 2px solid transparent;
  border-radius: 100%;
  display: block;
  overflow: hidden;
  padding: 0; }
  .product-variations .swatchanchor img,
  .product-options .swatchanchor img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 3px solid transparent;
    display: block; }

.product-variations .color li a,
.product-options .color li a {
  line-height: 0; }

.product-variations select,
.product-options select {
  background-color: #fff;
  border: 1px solid #e9ecef;
  border-radius: 0;
  width: 100%;
  margin-left: 0; }

.product-add-cart__buttons-wrap {
  justify-content: space-between;
  margin: 0; }
  .product-add-cart__buttons-wrap button {
    flex: 0 0 100%; }
    @media (min-width: 576px) {
      .product-add-cart__buttons-wrap button {
        flex-basis: 48%;
        max-width: 48%; } }
    @media (min-width: 768px) {
      .product-add-cart__buttons-wrap button#find-in-store {
        max-height: 48px; } }

.add-to-cart,
#add-to-cart {
  margin-bottom: 20px; }
  @media (min-width: 576px) {
    .add-to-cart,
    #add-to-cart {
      margin: 0; } }

.tabs {
  display: none;
  position: relative; }
  .tabs .tab {
    background-color: #f4f2f1;
    min-width: 132px;
    text-align: center;
    vertical-align: bottom; }
  .tabs .tab-label {
    border-top: 3px solid #f4f2f1;
    color: inherit;
    display: block;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1.5px;
    line-height: normal;
    margin-bottom: 0;
    position: relative;
    text-transform: uppercase;
    top: 0;
    transition: all 0.25s; }
    @media (min-width: 1024px) {
      .tabs .tab-label {
        cursor: pointer;
        padding: 18px 30px 16px; }
        .tabs .tab-label.is-active-tab, .tabs .tab-label:hover {
          border-top-color: #007ac3; }
        .tabs .tab-label:hover {
          top: -0.25rem;
          transition: top 0.25s; } }

.tab {
  margin-right: 12px; }
  @media (min-width: 1024px) {
    .tab {
      display: inline-block;
      float: none; } }
  .tab .tab-switch {
    display: none; }
    @media (min-width: 1024px) {
      .tab .tab-switch:checked + .tab-label {
        background: #fff;
        border-top-color: #007ac3;
        color: #000;
        font-weight: 700;
        top: -0.0625rem;
        transition: all 0.35s;
        z-index: 1; } }
    .tab .tab-switch:checked + label + .tab-content {
      opacity: 1;
      transition: all 0.35s;
      z-index: 2; }
  .tab .tab-content {
    padding: 1em 0;
    text-align: left;
    z-index: 1; }
    @media (min-width: 1024px) {
      .tab .tab-content {
        opacity: 0;
        transition: all 0.35s;
        width: 100%; } }

.tab-content-wrap.is-active-tab-content {
  display: block !important; }

.tab-content-wrap h3 {
  font-family: inherit;
  font-size: 20px;
  line-height: normal;
  margin-bottom: 20px; }
  @media (min-width: 1024px) {
    .tab-content-wrap h3 {
      font-size: 24px; } }

.tab-content-wrap h4 {
  line-height: 1.2; }

.product-description-videos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 20px; }
  .product-description-videos h4 {
    width: 100%; }

.product-description-video {
  flex: 0 0 100%;
  margin-bottom: 20px; }
  .product-description-video:last-child {
    margin-bottom: 0; }
  @media (min-width: 1024px) {
    .product-description-video {
      flex: 0 0 48.4%; } }

.product-description-video__inner {
  padding-bottom: 55.94%;
  position: relative; }
  @media (min-width: 1024px) {
    .product-description-video__inner {
      padding-bottom: 56.25%; } }
  .product-description-video__inner iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

.pdp-gift-cert {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  font-weight: 300;
  padding-bottom: 1.25rem;
  padding-top: 1.25rem; }
  @media (min-width: 1024px) {
    .pdp-gift-cert {
      padding-right: 40px;
      padding-left: 40px; } }
  @media (min-width: 1440px) {
    .pdp-gift-cert {
      max-width: 1440px; } }
  @media (min-width: 1024px) {
    .pdp-gift-cert {
      padding: 46px 156px 49px; } }
  .pdp-gift-cert__outer {
    background-color: #f4f2f1; }
  .pdp-gift-cert__inner {
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px; }
    @media (min-width: 1024px) {
      .pdp-gift-cert__inner {
        margin-right: -20px;
        margin-left: -20px; } }
  .pdp-gift-cert__lookup, .pdp-gift-cert__top-up {
    padding: 10px 5px;
    width: 100%; }
    @media (min-width: 576px) {
      .pdp-gift-cert__lookup, .pdp-gift-cert__top-up {
        padding: 20px 30px; } }
    @media (min-width: 768px) {
      .pdp-gift-cert__lookup, .pdp-gift-cert__top-up {
        padding: 10px; } }
    @media (min-width: 1024px) {
      .pdp-gift-cert__lookup, .pdp-gift-cert__top-up {
        padding: 20px; } }
    .pdp-gift-cert__lookup h2, .pdp-gift-cert__top-up h2 {
      font-family: inherit;
      font-size: 20px;
      line-height: normal;
      margin-bottom: 20px;
      text-transform: uppercase; }
      @media (min-width: 1024px) {
        .pdp-gift-cert__lookup h2, .pdp-gift-cert__top-up h2 {
          font-size: 24px; } }
  @media (min-width: 1024px) {
    .pdp-gift-cert__lookup {
      flex: 0 0 66.66667%;
      max-width: 66.66667%; } }
  @media (min-width: 1024px) {
    .pdp-gift-cert__top-up {
      flex: 0 0 33.33333%;
      max-width: 33.33333%; } }
  .pdp-gift-cert__top-up .svg-symbol {
    height: 24px;
    width: 24px; }
  .pdp-gift-cert .check-balance {
    border-bottom: none; }
    @media (max-width: 1023.98px) {
      .pdp-gift-cert .check-balance {
        padding-bottom: 0; } }
  .pdp-gift-cert .icon-link {
    color: inherit; }
    .pdp-gift-cert .icon-link img {
      margin-right: 5px;
      max-height: 20px; }

.product-variant__pricing {
  display: flex;
  padding-bottom: 1rem; }

.product-variant__strikethrough {
  text-decoration: line-through;
  color: #adb5bd; }

.product-variant__sale {
  padding-left: .5rem; }

.product-price-sales-title {
  padding-top: .5rem;
  font-size: 14px; }

.buttonContainer {
  max-width: 100%;
  width: 100%; }
  @media (min-width: 576px) {
    .buttonContainer {
      max-width: 48%;
      width: 48%; } }
  .buttonContainer .add-to-cart {
    max-width: 100%;
    width: 100%; }

.bonus-product-list .bonus-product-item {
  border-bottom: 1px solid #e9ecef;
  display: flex;
  flex-wrap: wrap; }
  .bonus-product-list .bonus-product-item::after {
    display: block;
    clear: both;
    content: ""; }
  .bonus-product-list .bonus-product-item .product-add-to-cart {
    border-bottom: none; }
  @media (max-width: 767.98px) {
    .bonus-product-list .bonus-product-item .product-col-1,
    .bonus-product-list .bonus-product-item .product-col-2 {
      float: left;
      clear: none; } }
  .bonus-product-list .bonus-product-item .product-primary-image {
    justify-content: center; }
  .bonus-product-list .bonus-product-item .primary-image {
    align-self: baseline; }

.bonus-product-list .product-add-to-cart {
  padding-bottom: 0; }
  .bonus-product-list .product-add-to-cart .inventory {
    width: auto; }

.bonus-product-list .product-name {
  float: none;
  margin: 1em 0; }

.bonus-product-list .quantity-error {
  color: red;
  text-transform: inherit; }

.bonus-product-list .bonus-product-list-footer {
  padding-top: 1em;
  padding-bottom: 1em; }
  .bonus-product-list .bonus-product-list-footer::after {
    display: block;
    clear: both;
    content: ""; }
  .bonus-product-list .bonus-product-list-footer .add-to-cart-bonus {
    float: right; }

.bonus-product-list .selected-bonus-item {
  margin: 1em 0 1em 1em;
  position: relative; }
  .bonus-product-list .selected-bonus-item .item-name {
    font-weight: bold; }
  .bonus-product-list .selected-bonus-item .remove-link {
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:a='http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/' x='0px' y='0px' width='32px' height='32px' viewBox='-7.939 -7.939 32 32' overflow='visible' enable-background='new -7.939 -7.939 32 32' xml:space='preserve'%3E %3Cpath id='Line-5_1_' fill='none' stroke='%23000000' stroke-width='1.5' stroke-linecap='square' d='M15.203,1.061L1.061,15.203'/%3E %3Cpath id='Line-5-Copy_1_' fill='none' stroke='%23000000' stroke-width='1.5' stroke-linecap='square' d='M15.203,15.203L1.061,1.061' /%3E %3C/svg%3E");
    background-position: center center;
    background-size: 120%;
    cursor: pointer;
    height: 15px;
    left: -1em;
    position: absolute;
    width: 15px; }

.bonus-discount-container .promo-details {
  display: none; }
  .bonus-discount-container .promo-details.visible {
    display: block; }

.select-bonus {
  border-width: 1px;
  display: inline-block; }

#more-bonus-products {
  display: block;
  margin: 1.25rem auto;
  min-width: 125px; }

.sizinginformation {
  border: 0 none; }
  .sizinginformation th {
    background-color: inherit; }
  .sizinginformation td, .sizinginformation th {
    border-bottom: 1px solid #f4f2f1; }
  .sizinginformation td {
    border-left: 1px solid #f4f2f1; }
  .sizinginformation .ui-tabs-nav {
    height: 33px; }
  .sizinginformation .sizing-charts {
    border: 0 none; }
  .sizinginformation .tips-list {
    padding: 0 !important; }
    .sizinginformation .tips-list li {
      list-style: none outside none !important; }

.cart-shipping-table thead {
  display: none; }
  @media (min-width: 1024px) {
    .cart-shipping-table thead {
      display: table-header-group; } }

.cart-shipping-table th,
.cart-shipping-table td {
  flex: 0 0 40%;
  padding-left: 8px;
  padding-right: 8px; }
  @media (min-width: 576px) {
    .cart-shipping-table th,
    .cart-shipping-table td {
      flex: 0 1 33%; } }
  @media (min-width: 1024px) {
    .cart-shipping-table th,
    .cart-shipping-table td {
      flex: 0 1 10%; } }

.cart-shipping-table td {
  box-sizing: border-box;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px; }

.cart-shipping-table .btn-link, .cart-shipping-table .button-text {
  border: none;
  font-size: 14px; }

.cart-shipping-table .cart-header-row,
.cart-shipping-table .cart-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.cart-shipping-table .cart-header-row {
  align-items: flex-end;
  border-bottom: none; }

.cart-shipping-table .cart-row {
  padding: 20px 0; }
  .cart-shipping-table .cart-row:first-of-type {
    padding-top: 0; }

.cart-shipping-table .section-header {
  font-size: 16px !important;
  padding-bottom: 15px;
  padding-top: 15px;
  text-align: left; }

.cart-shipping-table .header-item-image-details,
.cart-shipping-table .item-image {
  float: left;
  order: 1;
  text-align: center; }
  @media (min-width: 1024px) {
    .cart-shipping-table .header-item-image-details,
    .cart-shipping-table .item-image {
      float: none; } }

.cart-shipping-table .header-item-image-details {
  flex-basis: 46%;
  order: 2;
  text-align: left; }

.cart-shipping-table .item-image {
  flex-basis: 33%;
  max-width: 33%;
  padding-left: 0; }
  @media (min-width: 576px) {
    .cart-shipping-table .item-image {
      flex: 0 0 20%;
      max-width: 20%; } }
  @media (min-width: 1024px) {
    .cart-shipping-table .item-image {
      flex-basis: 8.5%; } }
  .cart-shipping-table .item-image img {
    width: 100%; }

.cart-shipping-table .item-details {
  float: left;
  flex-basis: 67%;
  margin-bottom: 20px;
  max-width: 67%;
  order: 2; }
  @media (min-width: 576px) {
    .cart-shipping-table .item-details {
      flex-basis: 80%;
      max-width: 80%; } }
  @media (min-width: 1024px) {
    .cart-shipping-table .item-details {
      flex-basis: 37.5%;
      float: none;
      margin-bottom: 0;
      padding-right: 5px; } }
  .cart-shipping-table .item-details .name {
    font-size: 1rem; }
  .cart-shipping-table .item-details .item-edit-details {
    font-size: 14px; }
    @media (min-width: 1024px) {
      .cart-shipping-table .item-details .item-edit-details {
        display: block; } }

.cart-shipping-table .cart-attr-value {
  display: inline-block; }

.cart-shipping-table .header-delivery-options,
.cart-shipping-table .item-delivery-options {
  order: 6;
  text-align: left;
  min-width: 100%; }
  @media (max-width: 575.98px) {
    .cart-shipping-table .header-delivery-options,
    .cart-shipping-table .item-delivery-options {
      flex-basis: 100%; } }
  @media (min-width: 576px) {
    .cart-shipping-table .header-delivery-options,
    .cart-shipping-table .item-delivery-options {
      min-width: auto;
      order: 3; } }
  @media (min-width: 1024px) {
    .cart-shipping-table .header-delivery-options,
    .cart-shipping-table .item-delivery-options {
      flex-basis: 11%;
      width: 8rem; } }
  .cart-shipping-table .header-delivery-options .form-row,
  .cart-shipping-table .item-delivery-options .form-row {
    font-size: 14px;
    justify-content: flex-start;
    margin: 0; }

@media (min-width: 1024px) {
  .cart-shipping-table .item-delivery-options {
    display: inline; } }

.cart-shipping-table .item-delivery-options input[type="radio"] {
  flex: 0 0 18px; }

.cart-shipping-table .item-delivery-options label {
  flex: 0 0 calc(100% - 18px); }
  @media (min-width: 1024px) {
    .cart-shipping-table .item-delivery-options label {
      width: 85%;
      vertical-align: top; } }

.cart-shipping-table .header-item-quantity,
.cart-shipping-table .item-quantity {
  float: left;
  max-width: 40%;
  order: 4;
  text-align: center; }
  @media (max-width: 1023.98px) {
    .cart-shipping-table .header-item-quantity,
    .cart-shipping-table .item-quantity {
      padding-left: 0; } }
  @media (min-width: 576px) {
    .cart-shipping-table .header-item-quantity,
    .cart-shipping-table .item-quantity {
      max-width: 33%; } }
  @media (min-width: 1024px) {
    .cart-shipping-table .header-item-quantity,
    .cart-shipping-table .item-quantity {
      flex-basis: 11.5%;
      float: none;
      max-width: 11.5%; } }
  .cart-shipping-table .header-item-quantity input,
  .cart-shipping-table .item-quantity input {
    padding-left: 12px;
    width: 45px; }
  .cart-shipping-table .header-item-quantity .c-qty,
  .cart-shipping-table .item-quantity .c-qty {
    justify-content: center; }
    .cart-shipping-table .header-item-quantity .c-qty input,
    .cart-shipping-table .item-quantity .c-qty input {
      margin-bottom: 6px; }

.cart-shipping-table .header-quantity-details,
.cart-shipping-table .item-quantity-details {
  float: left;
  order: 5;
  text-align: right; }
  @media (min-width: 1024px) {
    .cart-shipping-table .header-quantity-details,
    .cart-shipping-table .item-quantity-details {
      float: none;
      text-align: left; } }
  .cart-shipping-table .header-quantity-details .product-availability-list,
  .cart-shipping-table .header-quantity-details .item-user-actions,
  .cart-shipping-table .item-quantity-details .product-availability-list,
  .cart-shipping-table .item-quantity-details .item-user-actions {
    font-size: 14px;
    text-align: right; }
    @media (min-width: 1024px) {
      .cart-shipping-table .header-quantity-details .product-availability-list,
      .cart-shipping-table .header-quantity-details .item-user-actions,
      .cart-shipping-table .item-quantity-details .product-availability-list,
      .cart-shipping-table .item-quantity-details .item-user-actions {
        margin: 0 5px;
        text-align: left; } }
  .cart-shipping-table .header-quantity-details .product-availability-list,
  .cart-shipping-table .item-quantity-details .product-availability-list {
    margin-bottom: 5px;
    padding: 0; }
    .cart-shipping-table .header-quantity-details .product-availability-list .on-order, .cart-shipping-table .header-quantity-details .product-availability-list .not-available,
    .cart-shipping-table .item-quantity-details .product-availability-list .on-order,
    .cart-shipping-table .item-quantity-details .product-availability-list .not-available {
      color: #ff001f;
      font-size: 0.9em; }
  .cart-shipping-table .header-quantity-details .item-user-actions a,
  .cart-shipping-table .header-quantity-details .item-user-actions button,
  .cart-shipping-table .item-quantity-details .item-user-actions a,
  .cart-shipping-table .item-quantity-details .item-user-actions button {
    display: inline-block;
    font-size: 1em;
    margin-bottom: 5px;
    padding: 0;
    text-align: inherit;
    width: 100%; }
    @media (min-width: 1024px) {
      .cart-shipping-table .header-quantity-details .item-user-actions a,
      .cart-shipping-table .header-quantity-details .item-user-actions button,
      .cart-shipping-table .item-quantity-details .item-user-actions a,
      .cart-shipping-table .item-quantity-details .item-user-actions button {
        width: auto; } }

.cart-shipping-table .header-indiv-price,
.cart-shipping-table .item-price {
  order: 6;
  text-align: right; }

.cart-shipping-table .header-item-shipping,
.cart-shipping-table .item-shipping {
  flex-basis: 55%;
  order: 5;
  text-align: right; }
  @media (min-width: 768px) {
    .cart-shipping-table .header-item-shipping,
    .cart-shipping-table .item-shipping {
      flex-basis: 38.5%; } }
  .cart-shipping-table .header-item-shipping select,
  .cart-shipping-table .item-shipping select {
    background-color: transparent;
    border: 1px solid #000; }

.cart-shipping-table .price-promotion {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end; }
  .cart-shipping-table .price-promotion .price-sales,
  .cart-shipping-table .price-promotion .price-standard {
    margin: 0 5px;
    text-align: right;
    width: 100%; }
  .cart-shipping-table .price-promotion .price-sales {
    color: #ff001f; }
  .cart-shipping-table .price-promotion .price-standard {
    text-decoration: line-through; }

.cart-shipping-table .header-total-price,
.cart-shipping-table .item-total {
  flex-basis: 11.5%;
  flex-grow: 2;
  font-size: 1rem;
  font-weight: 700;
  order: 7;
  text-align: right;
  word-wrap: break-word; }
  @media (min-width: 1024px) {
    .cart-shipping-table .header-total-price,
    .cart-shipping-table .item-total {
      float: none;
      font-size: 1em; } }
  @media (min-width: 1024px) {
    .cart-shipping-table .header-total-price .promo-adjustment,
    .cart-shipping-table .item-total .promo-adjustment {
      width: 100%;
      float: right; } }

.cart-shipping-table .price-unadjusted {
  color: #6c757d;
  display: block;
  margin: 0 0 .42em; }
  .cart-shipping-table .price-unadjusted span {
    text-decoration: line-through; }

.cart-shipping-table .price-adjusted-total {
  color: #6c757d;
  display: block;
  margin: .42em 0 0; }
  .cart-shipping-table .price-adjusted-total span {
    color: #ff001f; }

.cart-shipping-table .gift-cert-delivery {
  color: #ff001f; }

.product-list-item .sku,
.product-list-item .attribute {
  font-size: .8125em; }

.cart-promo {
  background: #f4f2f1;
  color: #343a40;
  margin: 0.3em 0;
  padding: 20px; }
  .cart-promo td {
    padding: inherit; }
  .cart-promo .bonus-item-details {
    padding-bottom: 0; }
  .cart-promo .bonus-item-actions {
    font-size: 1em !important;
    padding-top: 0;
    text-align: right;
    vertical-align: middle; }

.cart-footer {
  margin: .83em 0; }
  .cart-footer::after {
    display: block;
    clear: both;
    content: ""; }

@media (min-width: 1024px) {
  .cart-coupon-code {
    float: right;
    width: 60%; } }

.cart-coupon-code__inputs {
  display: flex;
  justify-content: end; }

.cart-coupon-code__input {
  width: 100%; }
  @media (min-width: 1024px) {
    .cart-coupon-code__input {
      width: 45%; } }

.cart-coupon-code__button {
  margin-left: 0.5rem; }
  .cart-coupon-code__button.button-fancy-large {
    min-width: auto; }

.cart-coupon-code .error {
  color: #ff001f;
  padding-top: 0.4em;
  font-size: 0.875rem; }

.cart-order-totals {
  margin: 1rem 0; }
  @media (min-width: 1024px) {
    .cart-order-totals {
      margin-top: 0;
      width: 100%; } }
  @media (min-width: 1024px) {
    .cart-order-totals td:last-child {
      width: 190px; } }

.order-totals-table td {
  text-align: right; }

.order-totals-table .order-totals-item {
  width: 60%; }

.order-totals-table .order-totals-value {
  width: 40%; }

.order-totals-table .order-subtotal {
  font-weight: 700; }

.order-totals-table .order-total {
  font-weight: 700; }

.order-value {
  white-space: nowrap; }

.final-sale-cart .final-sale-cart-wrapper {
  display: flex;
  justify-content: flex-end; }
  .final-sale-cart .final-sale-cart-wrapper .final-sale-cart-image {
    font-size: 18px;
    display: block;
    border: solid 1px #000;
    padding-left: 12px;
    border-right: none;
    margin-right: 0px;
    padding-top: 7px;
    padding-bottom: 6px; }
  .final-sale-cart .final-sale-cart-wrapper .final-sale-cart-text {
    border: solid 1px #000;
    border-left: none;
    font-weight: 500;
    font-size: 14px;
    display: block;
    padding-left: 8px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px; }

.cart-actions::after {
  display: block;
  clear: both;
  content: ""; }

.cart-actions form,
.cart-actions button {
  width: 100%; }
  @media (min-width: 576px) {
    .cart-actions form,
    .cart-actions button {
      width: auto; } }

.cart-actions .checkout-button-submit-wrapper {
  padding-top: 2px; }
  @media (max-width: 575.98px) {
    .cart-actions .checkout-button-submit-wrapper.sticky {
      margin: 0;
      padding: 15px 18px;
      position: fixed;
      top: auto;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 101;
      border-top: 1px solid #ddd9d7;
      background-color: #fff; }
      .cart-actions .checkout-button-submit-wrapper.sticky .checkout-button-submit {
        margin: 0;
        width: 100%; } }

.cart-actions form {
  margin-bottom: 10px; }

.cart-actions .dw-apple-pay-button {
  font-size: .75rem;
  font-weight: 700;
  padding: .3em 2em;
  border-radius: 0;
  margin: 0;
  height: 48px;
  background-size: 52px; }
  .cart-actions .dw-apple-pay-button:hover {
    padding: .3em 2em;
    min-width: 250px; }

@media (min-width: 576px) {
  .cart-actions button {
    min-width: 250px; } }

.cart-action-checkout {
  float: none; }
  @media (min-width: 576px) {
    .cart-action-checkout {
      float: right; } }
  .cart-action-checkout fieldset {
    margin-bottom: 0; }

@media (min-width: 1024px) {
  .cart-action-continue-shopping {
    float: right; } }

.cart-action-continue-shopping .cart-action-continue-shopping__button {
  margin-right: 1rem; }

.cart-actions-bottom .checkout-button-submit {
  background-color: #007ac3;
  border-color: #007ac3; }

@media (max-width: 575.98px) {
  .cart-actions-bottom .cart-action-continue-shopping__button {
    font-weight: 700;
    border: none;
    padding-top: 0;
    text-decoration: underline;
    text-decoration-thickness: 0.15em;
    text-underline-offset: 0.2em; }
    .cart-actions-bottom .cart-action-continue-shopping__button:hover, .cart-actions-bottom .cart-action-continue-shopping__button:focus, .cart-actions-bottom .cart-action-continue-shopping__button:active {
      background-color: none;
      border: none !important;
      box-shadow: none !important;
      color: #000 !important; }
  .cart-actions-bottom .dw-apple-pay-button {
    margin-top: 0;
    margin-bottom: 13px !important; } }

.cart-actions-top {
  display: none;
  margin-top: .5rem;
  margin-bottom: 1rem; }
  .cart-actions-top .cart-action-continue-shopping {
    float: none; }

.cart-empty {
  margin-top: 4rem; }
  .cart-empty::after {
    display: block;
    clear: both;
    content: ""; }
  .cart-empty h1 {
    margin-bottom: 1rem; }
  .cart-empty .cart-actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    .cart-empty .cart-actions .cart-action {
      margin-bottom: 1rem;
      margin-left: 0.5rem;
      margin-right: 0.5rem;
      max-width: 16rem;
      width: 100%; }
    .cart-empty .cart-actions .cart-action-continue-shopping form, .cart-empty .cart-actions .cart-action-continue-shopping fieldset {
      margin-bottom: 0; }
  .cart-empty .product-listing {
    background-color: #f4f2f1;
    padding: 1rem 0; }
    .cart-empty .product-listing::after {
      display: block;
      clear: both;
      content: ""; }
    .cart-empty .product-listing h2 {
      margin-left: 1.3rem; }
    .cart-empty .product-listing .search-result-items {
      margin-top: 1em; }

.checkout-button-submit {
  margin-bottom: 1rem;
  position: relative;
  top: -2px; }

.promo-adjustment {
  color: #ff001f; }

.account-welcome .welcome-message {
  font-size: 1.2em;
  font-style: italic; }

.account-welcome .not-user {
  margin: .83em 0; }

#password-reset {
  white-space: nowrap; }

.oob-container {
  width: 100%;
  background: #f4f2f1;
  padding: 10px 20px;
  border: 2px solid #ddd9d7;
  display: flex;
  flex-direction: column; }
  .oob-container .header-oob {
    display: flex;
    flex-direction: column;
    padding-bottom: 15px; }
    .oob-container .header-oob .title-text {
      font-weight: bold;
      padding-bottom: 15px; }
    .oob-container .header-oob .instructions {
      font-weight: lighter; }
  .oob-container .oob-table {
    display: flex;
    flex-direction: row; }
    .oob-container .oob-table .oob-col-header {
      font-weight: bold; }
    .oob-container .oob-table .oob-col {
      flex-grow: 1; }
      .oob-container .oob-table .oob-col.reason {
        flex-grow: 2; }
      .oob-container .oob-table .oob-col.discount {
        display: flex;
        flex-direction: column; }
      .oob-container .oob-table .oob-col.applybutton button {
        color: #fff;
        background-color: #be1e24;
        border-color: #be1e24; }
      .oob-container .oob-table .oob-col .invalid {
        border-color: #ff001f;
        color: #ff001f; }
    .oob-container .oob-table span.error {
      color: #ed001c;
      font-size: 12px;
      font-weight: normal;
      letter-spacing: .5px; }

#_atssh {
  z-index: 0 !important;
  display: none; }

.hide-find-store-button #find-in-store {
  display: none; }

.item-delivery-options .ski-binding-product-section {
  display: none;
  pointer-events: none;
  background: #1c0e0e17; }

#return-to-top.has-sticky-checkout-btn {
  bottom: 87px; }

.checkout-progress-indicator {
  overflow: hidden; }
  .checkout-progress-indicator div {
    display: inline;
    padding: 0;
    white-space: nowrap; }
    @media (min-width: 576px) {
      .checkout-progress-indicator div {
        padding: 0 .83em 0 0; } }
  .checkout-progress-indicator span {
    text-transform: uppercase; }
  .checkout-progress-indicator .active span {
    font-weight: 700;
    color: #000; }
  .checkout-progress-indicator a {
    color: #343a40; }
  .checkout-progress-indicator i {
    padding-left: .83em;
    color: #ced4da; }
  .checkout-progress-indicator .step-3 {
    padding-right: 0; }
  .checkout-progress-indicator .svg-symbol {
    display: inline-block;
    height: 1rem;
    width: 1rem; }
    @media (min-width: 576px) {
      .checkout-progress-indicator .svg-symbol {
        margin-left: 1rem; } }

#component_ApplePay button {
  margin-top: 10px;
  height: 48px;
  width: 100%; }
  @media (min-width: 576px) {
    #component_ApplePay button {
      width: 265px; } }

.ship-to-multiple {
  align-items: normal;
  margin-bottom: 20px; }

.shiptomultiplebutton {
  align-self: normal; }

.checkout-shipping .c-form-row.countryselect, .checkout-billing .c-form-row.countryselect {
  display: none; }

.signin-main-div {
  display: flex;
  justify-content: space-between; }

.signin-sub-body, .Guestcheckout-content {
  flex-basis: 60%; }
  .signin-sub-body fieldset, .Guestcheckout-content fieldset {
    margin-bottom: 1rem; }
    .signin-sub-body fieldset .btn-outline-dark:active, .Guestcheckout-content fieldset .btn-outline-dark:active {
      color: #000 !important; }

.signin-sub-body .login-box .login-rememberme {
  margin: 0; }

.signin-sub-body #password-reset {
  margin: 0; }

.signin-sub-body .button-fancy-large {
  min-width: 100%; }

.signin-sub-body .passwd-rem {
  display: flex;
  justify-content: space-between; }
  .signin-sub-body .passwd-rem .c-form-row__label {
    margin: 0; }

.Guestcheckout-content .button-fancy-large {
  min-width: 100%; }

.registersignin {
  border: none;
  background: transparent;
  padding: 0; }
  .registersignin:focus {
    outline: none; }

.signindiv, .register-content-div fieldset, .guestsignlink {
  margin-bottom: 0.5rem;
  padding: 10px 10px 10px 30px;
  display: block;
  color: #000;
  text-decoration: none; }

.signinContainer {
  flex-basis: 40%;
  max-width: 20%;
  border-right: 1px solid #e4e4e4; }

.signindiv.active, .guestsignlink.active {
  border-left: 2px solid #066c06;
  background-color: #f4f4f4; }

.signindiv:hover, .guestsignlink:hover {
  text-decoration: none;
  color: #000; }

.guest-btn-link, .guest-btn-link:hover {
  color: #fff; }

@media (max-width: 480px) {
  .signin-main-div {
    flex-flow: column; }
  .signinContainer {
    display: flex;
    justify-content: space-around;
    max-width: 100%;
    border-right: none; }
  .signindiv, .register-content-div fieldset, .guestsignlink {
    padding: 10px 30px;
    white-space: nowrap; }
  .signin-sub-body, .Guestcheckout-content {
    padding-top: 40px; }
  .signindiv.active, .guestsignlink.active {
    border-bottom: 2px solid #066c06;
    background-color: transparent;
    border-left: none; }
  .signin-sub-body .col-6, .Guestcheckout-content .col-6 {
    max-width: 100%; } }

.gift-message-text {
  overflow: visible;
  opacity: 1;
  transition: all 1s ease; }
  .gift-message-text.hidden {
    height: 0;
    margin: 0 !important;
    opacity: 0;
    overflow: hidden; }
  .gift-message-text textarea {
    width: 100%; }

.redemption {
  color: #ff001f; }
  .redemption .success {
    color: #28a745; }
  .redemption span.error {
    margin-left: 0; }

.payment-method-options {
  padding-left: 40px; }
  .payment-method-options .label-inline label[for="is-PayPal"] {
    white-space: nowrap; }

.payment-method {
  clear: both;
  display: none;
  margin-bottom: 20px; }

.payment-method-expanded {
  display: block; }

.ccn-error {
  color: #ff001f;
  display: block;
  font-size: 13px;
  width: 100%; }

.month select,
.year select,
.day select {
  width: auto; }

.month .form-caption {
  margin-left: 0; }

.cvn {
  clear: left; }
  .cvn .field-wrapper {
    width: 50px; }

.ssn {
  clear: left; }

.bml-terms-and-conditions {
  border: 1px solid;
  flex: 0 0 100%;
  font-size: 0.8em;
  height: 400px;
  overflow: auto;
  padding: 1em; }
  @media (min-width: 576px) {
    .bml-terms-and-conditions {
      flex: 0 0 66.6%; } }

.bml-table-col-1 {
  width: 25%; }

.pt_checkout.hide-apple-pay .adyen-apple-pay-component, .pt_checkout.hide-apple-pay .payment-method-apple-pay, .pt_checkout.hide-apple-pay #payment-method-apple-pay {
  display: none !important; }

.pt_checkout .desktop-only {
  display: block; }
  @media (max-width: 1023.98px) {
    .pt_checkout .desktop-only {
      display: none; } }

.pt_checkout .mobile-only {
  display: none; }
  @media (max-width: 1023.98px) {
    .pt_checkout .mobile-only {
      display: block; } }

.pt_checkout .c-top-promo-banner {
  margin: 0; }

.pt_checkout h3 {
  padding: 10px 0px 0; }

.pt_checkout .continue-button-row {
  align-items: center;
  justify-content: flex-end;
  padding-top: 5px; }

.pt_checkout .section-header {
  padding-right: 4rem;
  position: relative; }
  .pt_checkout .section-header .section-header-note {
    position: absolute;
    right: 0.5rem;
    bottom: 0;
    font-size: 0.875rem;
    font-weight: 400;
    text-transform: none; }

.pt_checkout #primary {
  width: 100%; }

.pt_checkout .cart-shipping-table .cart-row {
  justify-content: flex-start; }

.pt_checkout .cart-shipping-table .header-item-image-details {
  flex-basis: 50%; }

@media (min-width: 1024px) {
  .pt_checkout .cart-shipping-table .item-details {
    flex-basis: 41.5%; } }

@media (max-width: 1023.98px) {
  .pt_checkout .cart-shipping-table .item-quantity,
  .pt_checkout .cart-shipping-table .item-quantity-details,
  .pt_checkout .cart-shipping-table .item-total {
    flex-basis: 33%; } }

.pt_checkout .cart-shipping-table .item-quantity {
  text-align: right; }
  @media (min-width: 1024px) {
    .pt_checkout .cart-shipping-table .item-quantity {
      text-align: center; } }

.pt_checkout .cart-shipping-table .item-quantity-details .product-availability-list {
  text-align: left; }

.pt_checkout .cart-shipping-table input ~ .error,
.pt_checkout .cart-shipping-table select ~ .error {
  color: #ff001f;
  font-size: 13px; }

.checkout-mini-cart,
.checkout-order-totals {
  background-color: #f3f2f2; }
  .checkout-mini-cart i.fas,
  .checkout-order-totals i.fas {
    display: inline; }

.checkout-mini-cart {
  max-height: 400px;
  overflow: auto; }

.checkout-order-totals {
  margin-bottom: 20px;
  padding: 0.3rem .5rem; }

.place-order-totals {
  clear: both; }
  .place-order-totals .order-totals-table {
    float: right; }
    @media (min-width: 576px) {
      .place-order-totals .order-totals-table {
        width: 65%; } }
    @media (min-width: 1024px) {
      .place-order-totals .order-totals-table {
        width: 100%; } }
    .place-order-totals .order-totals-table td:nth-child(2) {
      padding: 0 0 0 10px; }

.order-component-block {
  margin: 1.67em 0; }
  .order-component-block .section-header a {
    float: right;
    font-weight: normal; }
  .order-component-block .details {
    background: none repeat scroll 0 0 #f4f2f1;
    padding: 0.5em 1em; }

.order-summary-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  position: relative; }
  @media (min-width: 1024px) {
    .order-summary-footer {
      flex-direction: column-reverse;
      align-items: end; } }
  .order-summary-footer h2 {
    font-size: 2em;
    font-style: italic;
    font-weight: normal; }
  .order-summary-footer .moneris-timeout,
  .order-summary-footer .order-totals-submit-form {
    flex-basis: 100%;
    max-width: 100%; }
  @media (min-width: 768px) {
    .order-summary-footer .moneris-timeout {
      margin-bottom: 15px;
      justify-content: space-evenly; } }
  .order-summary-footer .order-totals-submit-form {
    padding-right: 20px; }
    @media (min-width: 768px) {
      .order-summary-footer .order-totals-submit-form {
        flex: 0 0 58.33333%;
        max-width: 58.33333%; } }
    @media (min-width: 1024px) {
      .order-summary-footer .order-totals-submit-form {
        flex: 0 0 66.66667%;
        max-width: 66.66667%; } }
  @media (min-width: 768px) {
    .order-summary-footer .moneris-timeout {
      flex: 0 0 50%;
      max-width: 50%; } }
  @media (min-width: 1024px) {
    .order-summary-footer .moneris-timeout {
      flex: 0 0 66.66667%;
      max-width: 66.66667%; } }

.summary-help {
  float: right;
  font-size: 0.8em;
  margin: 1em 0; }

.submit-order {
  clear: both;
  display: block;
  padding: 1.67em 0 0;
  text-align: right; }
  .submit-order button, .submit-order .pseudo-button {
    margin-left: 1.5em; }

.order-discount {
  color: #ff001f; }

.gift-cert-used {
  padding: .83em 0; }

.summary .edit {
  position: absolute;
  text-transform: uppercase;
  right: 10px;
  font-size: 0.9em;
  line-height: 1.5em; }

.pt_cart .breadcrumb {
  padding-left: 0; }

.item-shipping-address {
  min-width: 120px; }

.billing-error {
  color: red;
  margin: 0 0 .83em 24%; }

.cvn-tooltip {
  font-weight: bold;
  margin: 5px;
  text-align: center; }
  .cvn-tooltip img {
    height: 150px;
    width: 110px; }

#shipping-method-list {
  position: relative; }
  #shipping-method-list .standard-shipping {
    text-decoration: line-through; }

.moneris-timeout {
  line-height: 1; }
  .moneris-timeout img {
    margin-bottom: 5px; }
  .moneris-timeout h2 {
    margin-bottom: 12px; }
  .moneris-timeout h2 {
    font-family: inherit;
    font-size: 26px;
    text-transform: uppercase; }
  .moneris-timeout .moneris-timeout-countdown,
  .moneris-timeout .moneris-timedout {
    color: #000;
    padding: 10px 12px;
    text-align: center; }
    @media (max-width: 767.98px) {
      .moneris-timeout .moneris-timeout-countdown,
      .moneris-timeout .moneris-timedout {
        padding: 10px 5px; } }
    .moneris-timeout .moneris-timeout-countdown .moneris-timedout-flex,
    .moneris-timeout .moneris-timedout .moneris-timedout-flex {
      display: flex;
      align-items: center;
      justify-content: space-evenly; }
      @media (min-width: 768px) {
        .moneris-timeout .moneris-timeout-countdown .moneris-timedout-flex img,
        .moneris-timeout .moneris-timedout .moneris-timedout-flex img {
          margin-right: 10px; } }
      .moneris-timeout .moneris-timeout-countdown .moneris-timedout-flex p,
      .moneris-timeout .moneris-timedout .moneris-timedout-flex p {
        margin-bottom: 0; }
  .moneris-timeout .moneris-timeout-countdown {
    background-color: #f4f2f1; }
  .moneris-timeout .moneris-timedout {
    background-color: #f4f2f1;
    display: none; }
  .moneris-timeout--expired .moneris-timeout-countdown {
    display: none; }
  .moneris-timeout--expired .moneris-timedout {
    display: block; }

.selected-shipping-method-list .standard-shipping {
  text-decoration: line-through; }

fieldset.payment-method-fieldset, fieldset.gift-cards-fieldset, fieldset.billing-address-fieldset {
  margin-bottom: 0; }

.order-history-results {
  list-style: none;
  padding: 0;
  margin: 0; }
  .order-history-results__item {
    display: block;
    margin-bottom: 3rem; }

.order-history-header {
  background-color: #f4f2f1;
  border: 1px solid #ddd9d7;
  padding: 10px;
  display: flex;
  justify-content: space-between; }
  .order-history-header .label {
    font-weight: 700; }
  .order-history-header button {
    float: right; }
  .order-history-header .order-date, .order-history-header .order-status, .order-history-header .order-number {
    margin: 2px 0;
    width: 100%; }
  .order-history-header .order-details-button {
    display: flex;
    align-items: center; }
    .order-history-header .order-details-button .button-fancy-large {
      width: -webkit-max-content;
      width: max-content; }

.order-history-items .order-history-table th, .order-history-items .order-history-table td {
  padding: 5px 2%; }

.order-history-items {
  margin: 20px 0; }
  .order-history-items .order-history-table th, .order-history-items .order-history-table td {
    padding: 5px 10px; }
  .order-history-items .order-history-table ul {
    margin: 0;
    padding: 0; }
  .order-history-items .order-history-table li {
    list-style-position: inside;
    list-style-type: square; }
  .order-history-items .order-history-table .order-shipped-to {
    width: 33%; }
  .order-history-items .order-history-table .toggle {
    cursor: pointer;
    display: block; }

.js .order-history-table .hidden {
  display: none; }

.orderdetails {
  font-size: 0.813rem;
  margin: 0;
  width: 100%; }
  .orderdetails h2 {
    clear: both; }
  .orderdetails .label {
    margin-bottom: .3rem;
    margin-top: .3rem; }
  .orderdetails .value {
    font-weight: 700; }
  .orderdetails .order-shipment-table {
    background-color: #f4f2f1;
    border: 1px solid #e9ecef;
    border-radius: 5px;
    margin-bottom: 1.25rem;
    padding: 1em; }
    .orderdetails .order-shipment-table .line-item-details .name {
      font-size: inherit; }
  .orderdetails .order-shipment-details {
    display: block;
    flex-wrap: wrap; }
    @media (min-width: 768px) {
      .orderdetails .order-shipment-details {
        display: flex; } }
    .orderdetails .order-shipment-details .shipping-status,
    .orderdetails .order-shipment-details .order-shipment-address,
    .orderdetails .order-shipment-details .shipping-method {
      width: 100%;
      margin-bottom: 20px; }
      @media (min-width: 768px) {
        .orderdetails .order-shipment-details .shipping-status,
        .orderdetails .order-shipment-details .order-shipment-address,
        .orderdetails .order-shipment-details .shipping-method {
          width: 33%; } }
  .orderdetails .line-items {
    clear: both;
    padding-top: 1rem; }
    .orderdetails .line-items .line-item {
      border-bottom: 1px solid #ddd9d7;
      display: block;
      flex-wrap: wrap;
      margin-bottom: 20px;
      width: 100%; }
      @media (min-width: 768px) {
        .orderdetails .line-items .line-item {
          display: flex; } }
      .orderdetails .line-items .line-item:last-of-type {
        border-bottom: none;
        margin-bottom: 0; }
      .orderdetails .line-items .line-item .line-item-details,
      .orderdetails .line-items .line-item .line-item-quantity,
      .orderdetails .line-items .line-item .line-item-price {
        padding-bottom: 1.25rem;
        vertical-align: top;
        width: 100%; }
        @media (min-width: 768px) {
          .orderdetails .line-items .line-item .line-item-details,
          .orderdetails .line-items .line-item .line-item-quantity,
          .orderdetails .line-items .line-item .line-item-price {
            width: 33%; } }
  .orderdetails .order-information {
    padding-bottom: .5em;
    padding-top: .5em; }
    .orderdetails .order-information .label {
      font-weight: 400;
      text-transform: none; }
    .orderdetails .order-information .value {
      font-weight: 700; }
    .orderdetails .order-information .order-date {
      font-size: 14px; }
    .orderdetails .order-information .order-number {
      font-size: 1.75rem; }
      .orderdetails .order-information .order-number a {
        color: inherit;
        pointer-events: none;
        text-decoration: none; }
  .orderdetails .payment-amount .label {
    font-weight: normal;
    text-transform: none; }
  .orderdetails .order-totals-table td:first-child {
    padding-right: 0.3rem;
    text-align: left; }
  .orderdetails .sec-heading {
    background-color: #d8d8d8;
    font-weight: 700;
    text-align: center;
    padding: 5px 0; }
  .orderdetails .order-summary-details {
    font-size: 14px; }
    .orderdetails .order-summary-details .label {
      font-size: 14px;
      font-weight: 700;
      margin-bottom: 16px; }
    .orderdetails .order-summary-details .order-payment-summary .item-subtotal,
    .orderdetails .order-summary-details .order-payment-summary .order-total {
      font-weight: 700; }
    .orderdetails .order-summary-details .order-payment-summary .order-discount {
      color: #ff001f;
      font-weight: 700; }
  .orderdetails .order-shipping-details {
    background-color: none;
    font-size: 14px;
    padding: 4px; }
    .orderdetails .order-shipping-details__heading {
      font-size: 16px;
      font-weight: 700;
      margin-bottom: 16px; }
  .orderdetails .order-shipping {
    padding: 0 10px; }
    @media (min-width: 1024px) {
      .orderdetails .order-shipping {
        padding: 0 20px; } }
    .orderdetails .order-shipping .order-shipping-details {
      flex: 0 0 45.66667%;
      max-width: 45.66667%; }
  .orderdetails .shipment-box {
    background-color: #bfbfbf;
    border: 2px solid #000;
    padding: 4px; }
    .orderdetails .shipment-box a {
      color: #000;
      text-decoration: underline;
      font-weight: 700; }
  .orderdetails .product-detail__image {
    text-align: center;
    min-width: 100px; }

.orderdetailsactions.actions a {
  margin-bottom: 1rem;
  text-align: center;
  width: 100%; }
  @media (min-width: 768px) {
    .orderdetailsactions.actions a {
      width: unset; } }

.product-detail--container {
  padding: 0 10px; }
  @media (min-width: 1024px) {
    .product-detail--container {
      padding: 0 20px; } }

.product-detail__item {
  display: flex;
  gap: 4px 6px;
  margin-bottom: 10px; }

.product-detail__label {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 12px; }

.product-detail__image {
  text-align: center; }
  .product-detail__image img {
    max-width: 100px;
    max-height: 100px; }

.product-detail__info {
  display: flex;
  flex-direction: column;
  padding-top: 32px;
  text-transform: capitalize; }
  .product-detail__info .name {
    font-style: italic; }
  .product-detail__info .value {
    font-weight: 400;
    text-transform: uppercase; }
  .product-detail__info .status {
    color: #ff001f; }

.product-detail__summary {
  display: flex;
  column-gap: 40px;
  flex-direction: column;
  padding-left: 104px; }
  @media (min-width: 768px) {
    .product-detail__summary {
      flex-direction: row;
      padding-left: 0; } }

.product-detail__prices {
  display: flex;
  align-items: center; }
  @media (min-width: 768px) {
    .product-detail__prices {
      display: block;
      text-align: center; } }
  @media (max-width: 767.98px) {
    .product-detail__prices p {
      margin-bottom: 0; } }
  .product-detail__prices .qty {
    font-style: italic; }
  @media (max-width: 767.98px) {
    .product-detail__prices .product-detail__label {
      width: 60px; } }
  @media (max-width: 767.98px) {
    .product-detail__prices .product-detail__value {
      width: 100px;
      text-align: center; } }

.product-detail__value {
  font-size: 12px; }

.cancellation-redfund hr {
  border-color: #4672c4;
  border-width: 2px; }

.pt_order .actions a,
.confirmation .actions a {
  display: inline-block;
  margin-right: 1.25rem; }

.confirmation-message {
  flex: 0 0 100%;
  padding: 1rem 10px; }
  @media (min-width: 1024px) {
    .confirmation-message {
      padding-left: 20px;
      padding-right: 20px; } }

.confirmation {
  margin: 0; }
  @media (min-width: 1024px) {
    .confirmation {
      margin: 0 -20px; } }
  .confirmation.create-account {
    display: flex;
    flex-wrap: wrap; }
    .confirmation.create-account .login-create-account,
    .confirmation.create-account .order-confirmation-details {
      display: inline-block;
      vertical-align: top; }
    .confirmation.create-account .login-create-account {
      flex: 0 0 100%;
      margin: 0 auto 1.25rem; }
      @media (min-width: 1024px) {
        .confirmation.create-account .login-create-account {
          flex-basis: 28%;
          margin-bottom: 0;
          max-width: 28%; } }
    .confirmation.create-account .order-confirmation-details {
      flex: 0 0 100%;
      margin-bottom: 20px; }
      @media (min-width: 1024px) {
        .confirmation.create-account .order-confirmation-details {
          flex-basis: 72%;
          max-width: 72%; } }
    .confirmation.create-account .login-box-content {
      background-color: #f4f2f1;
      border: 1px solid #e9ecef;
      border-radius: 5px;
      padding: 1em; }
      .confirmation.create-account .login-box-content p {
        margin-top: 0; }
      .confirmation.create-account .login-box-content .form-row {
        margin: 0 0 10px; }
  .confirmation .login-create-account,
  .confirmation .order-confirmation-details,
  .confirmation .actions {
    padding: 0 10px; }
    @media (min-width: 1024px) {
      .confirmation .login-create-account,
      .confirmation .order-confirmation-details,
      .confirmation .actions {
        padding: 0 20px; } }
  .confirmation .c-form-row.countryselect {
    display: none; }

.order-summary {
  display: block; }
  @media (min-width: 768px) {
    .order-summary {
      display: flex; } }
  @media (min-width: 768px) {
    .order-summary .order-billing,
    .order-summary .order-payment-instruments,
    .order-summary .order-payment-summary {
      width: 33%; } }
  .order-summary .order-billing,
  .order-summary .order-payment-instruments,
  .order-summary .order-payment-summary {
    border-bottom: 1px solid #ddd9d7;
    width: 100%; }
    .order-summary .order-billing .order-total td:first-child,
    .order-summary .order-payment-instruments .order-total td:first-child,
    .order-summary .order-payment-summary .order-total td:first-child {
      font-weight: 400; }

.order-shipments h1 {
  font-size: 1.75rem; }

.order-confirmation-item-image {
  width: 25%; }

.shippingaddress .select-address {
  width: 100%;
  margin-left: 0; }

.shippingaddress .edit-address {
  font-size: 14px;
  margin-top: 0.5em; }
  .shippingaddress .edit-address span {
    color: #007ac3;
    cursor: pointer; }

.formactions {
  margin-top: 20px;
  text-align: right; }

.item-list .multi-shipment-row {
  border-bottom: none; }

.minishipments-method {
  padding-top: 10px; }

.pt_checkout .cart-shipping-table .cart-row .shipment-label {
  font-size: 1.2em;
  min-width: 10em; }

.checkoutmultishipping {
  margin-bottom: 20px; }
  .checkoutmultishipping .instore-shipment-message-multiship {
    display: flex;
    flex: 100%; }

.cart-shipping-table .select-shipping-method-label {
  display: flex;
  flex: 0 0 25%;
  justify-content: flex-end; }

.cart-shipping-table .select-shipping-method {
  flex: 0 0 50%;
  max-width: 50%; }
  .cart-shipping-table .select-shipping-method select {
    border: 1px solid #000;
    max-width: 100%; }

.cart-shipping-table .item-shipping-address {
  flex-basis: 25%;
  text-align: right; }

.cart-shipping-table .shipping-extra-options {
  flex-basis: 100%; }

.account-nav-asset {
  margin-top: 1.25rem; }

.pt_account h1,
.pt_account .h1 {
  color: #000;
  font-weight: 600;
  letter-spacing: -0.3px;
  line-height: 43px; }

.pt_account h4,
.pt_account .h4 {
  color: #000;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400; }

.pt_account h6,
.pt_account .h6 {
  color: #000;
  font-size: 1rem;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400; }

.pt_account p {
  font-size: 13px;
  margin: 0.63rem 0; }

.pt_account .button {
  display: inline-block;
  font-family: "Nunito Sans", sans-serif;
  line-height: 44px;
  height: 46px;
  min-width: 174px;
  padding: 0px 25px; }

.pt_account .product-list-item .sku, .pt_account .product-list-item .attribute, .pt_account .product-list-item .price {
  font-size: .813em; }

.pt_account .product-list-item .attribute .label:after,
.pt_account .product-list-item .price .label:after {
  content: ": "; }

.pt_account input[type=text], .pt_account input[type="password"] {
  height: 46px;
  max-width: 100%;
  padding: 0px 10px 0px 12px; }
  @media (min-width: 1024px) {
    .pt_account input[type=text], .pt_account input[type="password"] {
      max-width: 427px; } }

h1 .account-logout {
  font-size: 0.6em;
  float: none; }

.registration-selection input, .registration-selection label {
  display: inline;
  float: none; }

.create-account .c-form-row.countryselect {
  display: none; }

.address-list,
.payment-list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0; }
  .address-list li,
  .payment-list li {
    font-size: 0.813rem;
    list-style-type: none;
    padding: 1em 2% 0.5rem;
    width: 100%; }
    @media (min-width: 768px) {
      .address-list li,
      .payment-list li {
        width: 50%; } }
    .address-list li.default,
    .payment-list li.default {
      background-color: #f4f2f1;
      border: 1px solid #ced4da;
      border-radius: 4px;
      margin: 2em 0 1rem 0;
      width: 100%; }
    .address-list li address,
    .payment-list li address {
      color: #6c757d;
      font-style: normal; }
    .address-list li a,
    .address-list li .button-text,
    .payment-list li a,
    .payment-list li .button-text {
      line-height: 2rem;
      padding-right: .2rem; }
  .address-list .mini-address-title,
  .payment-list .mini-address-title {
    font-style: italic;
    line-height: 2rem; }
  .address-list .cc-owner,
  .payment-list .cc-owner {
    font-weight: 700; }

a.address-create:hover, a.add-card:hover {
  color: #fff;
  text-decoration: none; }

.address-details .c-form-row + .c-form-row, .add-card-details .c-form-row + .c-form-row {
  margin-top: 0.6rem; }

.address-details .input-text, .address-details .input-textarea, .address-details .input-select, .add-card-details .input-text, .add-card-details .input-textarea, .add-card-details .input-select {
  max-width: 98%; }

.address-details .c-form-row, .add-card-details .c-form-row {
  display: flex;
  flex-direction: column;
  margin-bottom: 0; }
  .address-details .c-form-row .form-caption, .add-card-details .c-form-row .form-caption {
    display: inline-block;
    order: 2;
    margin-left: 48%;
    text-align: right;
    width: 100%; }
    @media (min-width: 1024px) {
      .address-details .c-form-row .form-caption, .add-card-details .c-form-row .form-caption {
        width: 50%; } }
  .address-details .c-form-row .form-field-tooltip, .add-card-details .c-form-row .form-field-tooltip {
    display: inline-block;
    font-size: 0.75rem;
    order: 3;
    margin-top: -19px;
    text-align: left;
    width: 100%; }
    @media (min-width: 1024px) {
      .address-details .c-form-row .form-field-tooltip, .add-card-details .c-form-row .form-field-tooltip {
        width: 48%; } }

.address-details .form-row-button, .add-card-details .form-row-button {
  margin-top: 1.5rem; }

.address-details span.error, .add-card-details span.error {
  position: relative; }
  .address-details span.error:after, .add-card-details span.error:after {
    left: 95%; }

.primary-content .landing dt, .primary-content .landing dd {
  float: none;
  padding: 0px; }

.primary-content .landing dt {
  font-size: 1.3rem;
  margin-top: 0px; }

.primary-content .landing dd {
  font-size: 0.813rem;
  margin: 0px;
  padding-top: 0; }

.address-details .form-row-button, .add-card-details .form-row-button {
  margin-bottom: 1.5rem; }

.character-display {
  text-align: right;
  color: #BBB; }
  .character-display.error-text {
    color: #ff001f; }

.submit-contact-form {
  float: left; }

.orderInfo-hide {
  display: none; }

@media (max-width: 1023.98px) {
  .no_orders {
    text-align: center;
    padding-bottom: 4%; } }

.password-hint .hint-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px; }

.password-hint .hint-item {
  display: flex;
  align-items: center;
  flex: 0 0 48%;
  /* Two columns */
  font-size: 14px;
  color: #333; }

.password-hint .icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
  font-size: 14px; }

.hint-item.valid .icon {
  background-color: #006400;
  color: white; }

.hint-item.invalid .icon {
  background-color: #cc0000;
  color: white; }

.hint-item.valid .icon::after {
  content: '✔'; }

.hint-item.invalid .icon::after {
  content: '✖'; }

.pseudo-button.disabled {
  opacity: 0.5;
  pointer-events: none;
  /* optional if you want to block interaction via CSS too */
  cursor: not-allowed; }

.contact-us-submit-note {
  font-size: 10px;
  color: #333;
  max-width: 300px;
  line-height: 1.5;
  text-align: left;
  font-weight: 400; }

.pt_wish-list .list-table-header {
  overflow: hidden;
  padding: 2em; }
  .pt_wish-list .list-table-header p {
    color: #adb5bd;
    float: right;
    margin: 0;
    overflow: hidden;
    width: 40%; }

.pt_wish-list .primary-content .list-table-header h2 {
  float: left; }

.pt_wish-list h1,
.pt_wish-list .h1 {
  color: #000;
  font-weight: 600;
  letter-spacing: -0.3px;
  line-height: 43px; }

.pt_wish-list h6,
.pt_wish-list .h6 {
  color: #000;
  font-size: 1rem;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400; }

.pt_wish-list p {
  font-size: 0.813rem;
  margin: 0.63rem 0; }

.pt_wish-list .button {
  display: inline-block;
  font-family: "Nunito Sans", sans-serif;
  line-height: 44px;
  height: 46px;
  min-width: 174px;
  padding: 0px 25px; }

.pt_wish-list input[type=text], .pt_wish-list input[type="password"] {
  height: 46px;
  max-width: 100%;
  padding: 0px 10px 0px 12px; }
  @media (min-width: 1024px) {
    .pt_wish-list input[type=text], .pt_wish-list input[type="password"] {
      max-width: 427px; } }

.pt_wish-list .table-responsive .item-image {
  min-width: 100px; }

.list-share {
  border-top: 1px solid #ded7d4;
  margin-top: 2rem;
  padding: 2rem 0rem 2.5rem; }
  .list-share::after {
    display: block;
    clear: both;
    content: ""; }
  .list-share .share-option {
    padding: 0px 10px; }
    @media (min-width: 768px) {
      .list-share .share-option {
        padding: 0px 25px; } }
  .list-share .share-box {
    display: flex; }
  .list-share .share-options {
    margin-bottom: .5rem;
    font-size: 1.7em;
    margin-left: 1rem;
    position: relative; }
    @media (min-width: 768px) {
      .list-share .share-options {
        margin-left: 2rem; } }
    .list-share .share-options .share-title {
      display: inline; }
    .list-share .share-options .share-icon {
      color: #9f9f9f;
      display: inline-block;
      font-size: 0.813rem;
      margin-right: 3px; }
      @media (min-width: 768px) {
        .list-share .share-options .share-icon {
          margin-right: 5px; } }
      .list-share .share-options .share-icon svg {
        height: 23px;
        width: 23px; }
        @media (min-width: 768px) {
          .list-share .share-options .share-icon svg {
            height: 23px;
            width: 23px; } }
      .list-share .share-options .share-icon .svg-share {
        height: 25px;
        width: 25px; }
    .list-share .share-options .share-link {
      cursor: pointer;
      font-size: 1.4rem; }
      @media (min-width: 768px) {
        .list-share .share-options .share-link {
          font-size: 1.7rem; } }
  .list-share .list-title {
    float: left; }
  .list-share .share-link-content {
    display: none;
    font-size: 0.813rem;
    padding-top: 1rem; }
    .list-share .share-link-content.active {
      display: block; }

.event-info {
  margin: 1em; }

.wishlist-search,
.registry-search {
  margin-bottom: 1rem; }
  .wishlist-search .form-row,
  .registry-search .form-row {
    clear: none;
    margin: 0 0 1.7rem 0;
    float: left;
    width: 32.666666667%; }
    .wishlist-search .form-row:nth-of-type(3n + 1),
    .registry-search .form-row:nth-of-type(3n + 1) {
      margin-left: 0; }
  .wishlist-search .form-row-button,
  .registry-search .form-row-button {
    margin-left: 0; }
  .wishlist-search .c-form-row + .c-form-row,
  .registry-search .c-form-row + .c-form-row {
    margin-top: 0; }

.no-items-message {
  padding-bottom: 2rem; }
  .no-items-message a {
    font-size: 0.813rem; }

.pt_gift-registry .create-new-registry {
  margin: 1em 0; }
  .pt_gift-registry .create-new-registry button {
    float: left;
    margin-right: 2em; }
  .pt_gift-registry .create-new-registry p {
    font-size: 1.3em; }

.pt_gift-registry .add-gift-cert {
  margin-bottom: 40px;
  overflow: auto;
  padding: 0; }
  .pt_gift-registry .add-gift-cert p {
    color: #000;
    line-height: 1.5em; }

.pt_gift-registry .hdr-options {
  width: 9%; }

.pt_gift-registry h1,
.pt_gift-registry .h1 {
  color: #000;
  font-weight: 600;
  letter-spacing: -0.3px;
  line-height: 43px; }

.pt_gift-registry h4, .pt_gift-registry .h4 {
  color: #000;
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.35rem;
  font-weight: 600; }

.pt_gift-registry h6,
.pt_gift-registry .h6 {
  color: #000;
  font-size: 1rem;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400; }

.pt_gift-registry p {
  font-size: 0.813rem;
  margin: 0.63rem 0; }

.pt_gift-registry .button {
  display: inline-block;
  font-family: "Nunito Sans", sans-serif;
  line-height: 44px;
  height: 46px;
  min-width: 174px;
  padding: 0px 25px; }

.pt_gift-registry input[type=text], .pt_gift-registry input[type="password"], .pt_gift-registry .input-select {
  height: 46px;
  max-width: 100%;
  padding: 0px 10px 0px 12px; }
  @media (min-width: 1024px) {
    .pt_gift-registry input[type=text], .pt_gift-registry input[type="password"], .pt_gift-registry .input-select {
      max-width: 427px; } }

.pt_gift-registry .content-header {
  margin-bottom: 40px !important; }

.pt_gift-registry .form-inline label {
  padding: 0; }

.pt_gift-registry .dialog-required {
  line-height: 12px; }

.pt_gift-registry .c-form-row__caption {
  font-size: 0.75rem;
  text-align: right;
  width: 427px; }

.pt_gift-registry .select-address label {
  font-size: 0.813rem; }

.pt_gift-registry .addresses-group .c-form-row__caption-group {
  position: relative; }
  .pt_gift-registry .addresses-group .c-form-row__caption-group .form-field-tooltip {
    left: 0;
    position: absolute; }

.pt_gift-registry .primary-content dl dt {
  margin-top: 10px; }

.pt_gift-registry .primary-content dl dd {
  font-size: 0.813rem;
  margin-top: 10px; }

.pt_gift-registry .gift-registries th.section-header {
  background-color: #f4f2f1;
  border-right: 1px solid #fff;
  font-size: 0.813rem !important;
  padding: 0.7em 0;
  text-align: center;
  width: 16%; }

.pt_gift-registry .gift-registries td {
  font-size: 0.813rem;
  padding: 0.5rem 0.5rem 0.5rem 1rem; }

.pt_gift-registry .login-search-gift {
  margin: 2.5rem 0; }

.pt_gift-registry .event-info {
  margin: 0;
  padding: 1rem 0; }

.page-content-tab-navigaton button {
  background-color: #f4f2f1;
  border: 1px solid #f4f2f1;
  border-top: 3px solid #f4f2f1;
  color: #000;
  font-size: 0.75rem;
  font-weight: 600;
  height: 50px;
  letter-spacing: 1.5px;
  line-height: 47px;
  margin: 0 0 -1px;
  padding: 0px 30px;
  text-align: center;
  text-transform: uppercase; }
  .page-content-tab-navigaton button.selected {
    border-bottom: 1px solid #fff;
    border-top: 3px solid #007ac3; }
  .page-content-tab-navigaton button:focus {
    outline: none; }

.gift-reg-purchases .item-purchased-by dd {
  float: left;
  font-weight: bold;
  margin: 0 1em 0 0;
  position: relative;
  width: auto; }

.gift-reg-purchases .item-purchased-by dt {
  clear: both;
  float: left;
  font-size: 0.813rem;
  margin: 0 1em 0 0;
  position: relative;
  width: 125px; }

.gift-reg-purchases .quantity-purchased {
  color: #ff001f; }

.gift-reg-purchases .label {
  display: inline-block;
  width: 60px; }

.gift-reg-purchases .product-availability-list {
  margin: 0;
  padding: 0; }
  .gift-reg-purchases .product-availability-list li {
    list-style-type: none;
    padding: 0px; }

.gift-registry-advanced {
  margin-bottom: 10px; }
  .gift-registry-advanced:before {
    display: block;
    clear: both;
    content: ""; }
  .gift-registry-advanced::after {
    display: block;
    clear: both;
    content: ""; }
  .gift-registry-advanced .toggle-content {
    display: none; }
  .gift-registry-advanced a {
    font-size: 0.813rem; }

#registry-results {
  font-size: 0.813rem; }
  #registry-results th {
    background-color: #f4f2f1;
    border-right: 1px solid #fff;
    padding: 0.7em 0;
    text-align: center;
    text-transform: uppercase;
    width: 33%; }
  #registry-results td {
    border-bottom: 1px solid #e9ecef;
    padding: 0.5rem 0.5rem 0.5rem 1rem; }
  #registry-results .button-text {
    border: none 0px; }

.gift-certificate-purchase {
  background-color: #f4f2f1;
  margin-bottom: 1em;
  padding: 1rem; }
  @media (min-width: 768px) {
    .gift-certificate-purchase .content-asset {
      box-sizing: border-box;
      float: left;
      padding-right: 1rem;
      width: 50%; } }
  .gift-certificate-purchase h2 {
    color: #000;
    font-family: "Nunito Sans", sans-serif;
    font-size: 1.35rem;
    font-weight: 600;
    margin-top: 0.5rem; }
  .gift-certificate-purchase form {
    background-color: #fff;
    box-sizing: border-box;
    padding: 0 1.66em 1.66em;
    width: 100%; }
    @media (min-width: 768px) {
      .gift-certificate-purchase form {
        float: left;
        width: 50%; } }
    .gift-certificate-purchase form .cert-amount {
      clear: none;
      float: left;
      margin: 0;
      width: 40%; }
    .gift-certificate-purchase form button {
      margin-top: -4px;
      width: 12em;
      width: -webkit-max-content;
      width: max-content; }
    .gift-certificate-purchase form .form-row-button {
      clear: none;
      float: left;
      margin: 37px 0 0 1.66em;
      width: 50%; }
    .gift-certificate-purchase form .char-count {
      font-size: 0.75rem !important;
      padding-right: 10px;
      text-align: right; }
  .gift-certificate-purchase .cert-amount .form-caption {
    margin: 1.66em 0 0;
    position: absolute;
    width: 40%; }
  .gift-certificate-purchase .cert-amount.error {
    padding-bottom: 2.92em; }
  .gift-certificate-purchase span.error {
    margin-left: 2%; }

.check-balance {
  border-bottom: 1px solid #e9ecef;
  margin: 0 0 1.66em;
  padding: 0 0 1.66em; }

.gift-cert-balance {
  float: left;
  width: 40%; }
  .gift-cert-balance label {
    display: none; }
  .gift-cert-balance input {
    margin-top: 0;
    width: 93%; }
  .gift-cert-balance .form-caption {
    margin-left: 0; }

.gift-cert-balance-submit {
  clear: none;
  float: left;
  margin-right: 20px; }

.gift-cert-balance .label {
  display: none; }

.terms-of-use {
  font-size: 0.813rem;
  margin-bottom: 3rem; }
  .terms-of-use p strong {
    color: #000;
    font-size: 1.35rem;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400; }

.checkoutlogin {
  margin: 4em auto; }
  @media (min-width: 1024px) {
    .checkoutlogin {
      width: 80%; } }
  @media screen and (min-width: 768px) {
    .checkoutlogin .col-1 {
      border-right: 1px solid #e9ecef; } }
  .checkoutlogin .formbuttonrow,
  .checkoutlogin .form-row-button {
    margin-bottom: 10px; }
  .checkoutlogin .col-6 {
    flex-basis: 100%;
    margin-bottom: 20px;
    max-width: 100%; }
    @media (min-width: 1024px) {
      .checkoutlogin .col-6 {
        flex-basis: 50%;
        max-width: 50%; } }

.login-box h2 {
  font-family: inherit; }

.login-box h3 {
  margin: 0; }

.login-box p {
  max-width: 100%;
  margin: 1em 0 10px; }
  @media (min-width: 768px) {
    .login-box p {
      max-width: 427px; } }

.login-box .error {
  margin-left: 0; }

.login-box form {
  margin-top: 1.4rem; }

.login-box .login-rememberme {
  display: inline-block;
  margin-left: 1.55rem; }

.login-box .c-form-row__label {
  color: #747474; }

.login-box a {
  display: inline-block;
  font-size: 0.813rem;
  margin-top: 1rem;
  text-decoration: underline; }

.login-box .form-row-button {
  margin-top: 1.55rem; }

.login-box.login-order-track {
  margin: 2.5rem 0; }

.login-box .input-text {
  max-width: 100%; }
  @media (min-width: 768px) {
    .login-box .input-text {
      max-width: 427px; } }

.login-box.login-create-account p {
  margin-bottom: 0; }

.login-box.login-create-account form {
  margin-top: 0; }

.login-box.login-create-account .content-asset h6,
.login-box.login-create-account .content-asset .h6 {
  margin: 0.8rem 0 0 0; }

.login-box.login-create-account .content-asset p {
  margin-top: 0; }

.login-box .createbenefits .content-asset {
  margin: 0.63rem 0 0 0; }

.login-box li {
  font-size: 0.813rem; }

.login-box.login-general .form-row-button {
  margin-top: 0; }

@media (min-width: 768px) {
  .login-box.login-general p {
    max-width: 90%; } }

.login-rememberme {
  margin-left: 12px;
  white-space: nowrap; }
  @media (min-width: 1024px) {
    .login-rememberme {
      margin-left: .5em; } }

.login-oauth p:first-child {
  font-size: 22px;
  text-align: center;
  margin: 0;
  text-transform: uppercase; }

#OAuthProvider {
  display: block;
  margin-bottom: 1em;
  width: 80%; }

.one-column-header {
  text-align: center; }

@media (max-width: 1023.98px) {
  .pt_categorylanding #main .main-row {
    margin-left: 0;
    margin-right: 0; } }

.pt_categorylanding .category-refinement.c-accordion__item {
  border: none; }

.pt_categorylanding .category-refinement .c-accordion__header {
  background: transparent !important;
  cursor: auto;
  padding-bottom: 0; }

.pt_categorylanding .category-refinement .c-accordion__body {
  padding-bottom: 26px !important;
  padding-top: 10px !important; }

@media (max-width: 1023.98px) {
  .category-tile h4 {
    font-size: 18px;
    margin-bottom: 0; } }

.category-tile__shop-now {
  color: #000;
  font-size: 12px;
  text-decoration: underline; }

.bottom-banner-container {
  overflow: hidden; }
  .bottom-banner-container .bottom-banner-cell {
    float: left;
    overflow: hidden;
    text-align: center; }
  .bottom-banner-container .banner-cell-1 {
    width: 33%; }
  .bottom-banner-container .banner-cell-2 {
    width: 34%; }
  .bottom-banner-container .banner-cell-3 {
    width: 33%; }

.cat-featured-bar {
  margin-top: 4px; }

.infinite-scroll-placeholder {
  text-align: center; }
  .infinite-scroll-placeholder button {
    border: 1px solid #000;
    text-transform: uppercase;
    background: #fff;
    padding: 15px 10px;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    width: 300px;
    min-width: 150px;
    margin-bottom: 15px; }
    .infinite-scroll-placeholder button:hover {
      color: #fff;
      background: #000; }

.pt_store-locator {
  font-size: 0.813rem; }
  .pt_store-locator h1,
  .pt_store-locator .h1 {
    color: #000;
    font-weight: 600;
    letter-spacing: -0.3px;
    line-height: 43px; }
  .pt_store-locator h4,
  .pt_store-locator .h4 {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400; }
  .pt_store-locator h6,
  .pt_store-locator .h6 {
    color: #000;
    font-size: 1rem;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400; }
  .pt_store-locator p {
    font-size: 0.813rem;
    margin: 0.63rem 0; }
  .pt_store-locator .button {
    display: inline-block;
    font-family: "Nunito Sans", sans-serif;
    line-height: 44px;
    height: 46px;
    min-width: 174px;
    padding: 0px 25px; }
  .pt_store-locator a {
    text-decoration: underline; }
  .pt_store-locator a:hover {
    text-decoration: none; }
  .pt_store-locator input[type=text], .pt_store-locator input[type="password"], .pt_store-locator select {
    height: 46px;
    max-width: 100%;
    padding: 0px 10px 0px 12px; }
  .pt_store-locator .dialog-required {
    text-transform: none; }

#store-location-results th {
  background-color: #f4f2f1;
  border-right: 1px solid #fff; }

#store-location-results th:last-child {
  border-right: none 0px; }

.store-locator-header {
  font-size: 1.75em;
  font-style: italic;
  font-weight: 400;
  padding: 20px 0 20px; }

.store-information {
  background: none repeat scroll 0 0 #e9ecef;
  border-bottom: 1px solid #fff;
  width: 50%; }

.store-name {
  font-weight: bold;
  margin: 0 0 10px; }

.store-map {
  border-bottom: 1px solid #e9ecef;
  width: 25%; }

.store-locator-details {
  font-size: 0.813rem; }
  @media (min-width: 768px) {
    .store-locator-details {
      float: left;
      width: 40%; } }
  .store-locator-details img {
    max-width: 100%; }
  .store-locator-details h1 {
    font-size: 2.5em;
    font-style: normal;
    margin: 0.25em 0; }
  .store-locator-details p {
    margin: 0.25em 0 0.8em; }
    .store-locator-details p:last-child {
      margin-bottom: 0; }

.store-locator-details-map {
  min-height: 300px; }
  @media (min-width: 768px) {
    .store-locator-details-map {
      float: right;
      min-height: 500px;
      width: 57%; } }

.store-locator-no-results {
  padding-top: 10px; }

.js .loader {
  background-attachment: fixed;
  background-color: rgba(255, 255, 255, 0.7);
  background-image: url("../gif/loading-small.gif");
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%; }

@media (min-width: 1024px) {
  .js .search-result-content .loader {
    background-position-x: 55%; } }

@media (min-width: 1440px) {
  .js .search-result-content .loader {
    background-position-x: calc(50% + 164px); } }

.search-suggestion-wrapper {
  background-color: #fff;
  border-top: 2px solid #ddd9d7;
  box-shadow: 0 20px 30px -5px rgba(116, 116, 116, 0.5);
  color: #000;
  font-size: 13px;
  max-height: calc(100vh - 165px);
  overflow: auto;
  position: absolute;
  z-index: 1;
  width: 100%; }
  @media (min-width: 1024px) {
    .search-suggestion-wrapper {
      max-height: calc(100vh - 175px); } }
  .search-suggestion-wrapper a, .search-suggestion-wrapper a:hover {
    color: inherit; }
  .search-suggestion-wrapper .phrase-suggestions,
  .search-suggestion-wrapper .product-suggestions {
    padding: 15px 20px 20px; }
  @media (min-width: 576px) {
    .search-suggestion-wrapper.full {
      display: flex; } }
  @media (min-width: 1024px) {
    .search-suggestion-wrapper.full {
      border: 0;
      display: block;
      margin-left: -75%;
      width: 175%; } }
  @media (min-width: 576px) {
    .search-suggestion-wrapper.full .phrase-suggestions {
      order: 1;
      padding: 15px 0 20px 20px;
      width: 42.8571429%; } }
  @media (min-width: 1024px) {
    .search-suggestion-wrapper.full .phrase-suggestions {
      border-top: 0;
      float: left; } }
  .search-suggestion-wrapper.full .product-suggestions {
    padding: 15px 20px 20px; }
    @media (min-width: 576px) {
      .search-suggestion-wrapper.full .product-suggestions {
        order: 2;
        padding: 15px 20px 20px 15px;
        width: 57.1428571%; } }
    @media (min-width: 1024px) {
      .search-suggestion-wrapper.full .product-suggestions {
        border-top: 2px solid #ddd9d7;
        float: right; } }
  .search-suggestion-wrapper .hitgroup {
    margin-bottom: 23px; }
    .search-suggestion-wrapper .hitgroup:last-child {
      margin-bottom: 0; }
    .search-suggestion-wrapper .hitgroup .header {
      font-size: 15px;
      font-weight: 600;
      letter-spacing: normal; }
    .search-suggestion-wrapper .hitgroup .hit {
      border-bottom: 1px solid #ddd9d7;
      display: inline-block;
      line-height: 1.3;
      margin-bottom: 6px;
      text-decoration: none;
      transition: border-color .2s; }
      .search-suggestion-wrapper .hitgroup .hit:hover {
        border-color: #000; }
  .search-suggestion-wrapper .search-phrase {
    margin-bottom: 12px; }
    .search-suggestion-wrapper .search-phrase a {
      border-bottom: 1px solid #ddd9d7;
      line-height: 1.3;
      text-decoration: none;
      transition: border-color .2s; }
      .search-suggestion-wrapper .search-phrase a:hover {
        border-color: #000; }

.product-suggestion {
  margin-bottom: 20px; }
  .product-suggestion:last-child {
    margin-bottom: 0; }
  .product-suggestion .product-link {
    display: flex; }
    @media (max-width: 1439.98px) {
      .product-suggestion .product-link {
        align-items: center; } }
  .product-suggestion .product-image {
    flex: 0 0 120px;
    max-width: 120px; }
    @media (min-width: 768px) {
      .product-suggestion .product-image {
        flex: 0 0 85px;
        max-width: 85px; } }
    @media (min-width: 1024px) {
      .product-suggestion .product-image {
        flex: 0 0 85px;
        max-width: 85px; } }
    .product-suggestion .product-image img {
      display: block;
      height: auto;
      max-width: 100%;
      width: 100%; }
  .product-suggestion .product-details {
    padding-left: 20px; }
    .product-suggestion .product-details .product-price {
      font-size: 12px; }
    .product-suggestion .product-details .product-brand {
      font-weight: 700; }

.js .ui-dialog.ui-dialog-quickview {
  height: auto !important;
  max-width: 1200px;
  overflow: auto; }

.js .ui-dialog-content .product-col-1 {
  padding: 13px 1%; }
  @media (min-width: 768px) {
    .js .ui-dialog-content .product-col-1 {
      width: 39%; } }
  .js .ui-dialog-content .product-col-1 .product-image {
    max-width: 100%; }

.js .ui-dialog-content .product-image-container,
.js .ui-dialog-content .product-col-1.product-set {
  flex-wrap: nowrap; }
  @media (max-width: 767.98px) {
    .js .ui-dialog-content .product-image-container,
    .js .ui-dialog-content .product-col-1.product-set {
      min-height: 92vw; } }

.js .ui-dialog-content .product-col-2 {
  padding: 0 0 20px 0; }
  @media (min-width: 768px) {
    .js .ui-dialog-content .product-col-2 {
      width: 58%; } }

.js .ui-dialog-content .pdp-main .product-set-list {
  height: 500px;
  overflow: auto; }

.js .zoomPad {
  position: relative;
  float: left;
  z-index: 99;
  cursor: crosshair;
  width: 100%; }

.js .zoomPreload {
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #343a40;
  font-size: 12px;
  font-family: "Nunito Sans", sans-serif;
  text-decoration: none;
  border: 1px solid #ced4da;
  background-color: #fff;
  padding: 8px;
  text-align: center;
  background-image: url(../gif/zoomloader.gif);
  background-repeat: no-repeat;
  background-position: 43px 30px;
  z-index: 110;
  width: 90px;
  height: 43px;
  position: absolute;
  top: 0px;
  left: 0px;
  *width: 100px;
  *height: 49px; }

.js .zoomPup {
  overflow: hidden;
  background-color: #fff;
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60);
  z-index: 120;
  position: absolute;
  border: 1px solid #ced4da;
  z-index: 101;
  cursor: crosshair; }

.js .zoomOverlay {
  position: absolute;
  left: 0px;
  top: 0px;
  background: #fff;
  z-index: 5000;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 101; }

.js .zoomWindow {
  position: absolute;
  left: 110%;
  top: 40px;
  background: #fff;
  z-index: 6000;
  height: auto;
  z-index: 10000;
  z-index: 110; }

.js .zoomWrapper {
  position: relative;
  border: 1px solid #adb5bd;
  z-index: 110; }

.js .zoomWrapperTitle {
  display: block;
  background: #adb5bd;
  color: #fff;
  height: 18px;
  line-height: 18px;
  width: 100%;
  overflow: hidden;
  text-align: center;
  font-size: 10px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 120;
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60); }

.js .zoomWrapperImage {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 110; }
  .js .zoomWrapperImage img {
    border: 0px;
    display: block;
    position: absolute;
    z-index: 101; }

.js .zoomIframe {
  z-index: -1;
  filter: alpha(opacity=0);
  -moz-opacity: 0.80;
  opacity: 0.80;
  position: absolute;
  display: block; }

.js .desktop-only {
  display: block; }
  @media (max-width: 767.98px) {
    .js .desktop-only {
      display: none; } }

.js .mobile-only {
  display: none; }
  @media (max-width: 767.98px) {
    .js .mobile-only {
      display: block; } }

.quickview-nav .quickview-next {
  float: right; }

.ui-dialog #listings-nav {
  float: right;
  margin-top: 2%; }
  .ui-dialog #listings-nav a {
    cursor: pointer;
    display: inline-block;
    margin: 0 5px; }
    .ui-dialog #listings-nav a.active {
      font-weight: bold; }

.pdp-main .product-add-to-cart .online-stock span {
  float: left; }

.availability-web {
  padding-bottom: 1rem; }
  .availability-web label {
    float: none; }
  .availability-web p {
    margin: 0; }
  .availability-web .availability-novariation {
    font-style: italic; }

.availability-storepickup .availability-instore,
.availability-storepickup .availability-web {
  padding: 12px 0; }

.availability-storepickup .availability-web {
  float: none; }

.availability-instore {
  font-size: 1rem;
  padding-top: 0;
  width: 100%; }
  .availability-instore__label {
    font-family: inherit;
    font-size: 1rem; }

.in-stock-msg,
.is-in-stock,
[data-status="store-in-stock"] {
  color: #007ac3;
  font-size: 0.813rem; }

.availability-novariation,
.not-available-msg,
.in-stock-date-msg,
.not-available,
.out-of-stock,
.store-error {
  color: #ff001f; }

.on-order,
.preorder-msg,
.backorder-msg {
  color: #ffc107;
  font-weight: 700; }

#user-zip {
  display: block;
  margin: 0; }

.store-list-container {
  margin: 0 auto;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 20px; }

#preferred-store-panel {
  margin-bottom: 0; }

.find-in-store-modal .ui-dialog-content {
  max-height: calc(100% - 76px) !important; }

.find-in-store-modal.ui-dialog .ui-widget-header {
  height: auto; }

.find-in-store-modal.ui-dialog .ui-dialog-title {
  font-size: 20px;
  font-family: inherit;
  text-transform: none; }

.find-in-store-modal.ui-dialog .ui-dialog-buttonpane {
  padding: 0;
  position: absolute;
  bottom: 7px;
  background: #fff;
  width: 100%; }

.find-in-store-modal .store-address {
  margin-bottom: 1.25rem; }

.find-in-store-modal .button-fancy-large {
  margin-right: 20px; }
  .find-in-store-modal .button-fancy-large.select-store-button {
    margin-right: 0; }

.find-in-store-modal .no-results {
  padding: 0; }

.find-in-store-modal .ui-dialog-buttonset button {
  margin-bottom: 1.25rem; }
  @media (min-width: 576px) {
    .find-in-store-modal .ui-dialog-buttonset button {
      margin-bottom: 0; } }
  .find-in-store-modal .ui-dialog-buttonset button:last-child {
    margin-bottom: 0; }

.store-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none outside none;
  margin: -10px 0;
  padding: 0; }
  @media (min-width: 576px) {
    .store-list {
      margin-left: -10px;
      margin-right: -10px; } }

.store-tile {
  border: 1px solid #a6a6a6;
  box-sizing: border-box;
  flex: 0 0 100%;
  font-weight: 300;
  list-style: none outside none;
  margin: 10px 0;
  padding: 20px;
  text-align: center; }
  @media (min-width: 576px) {
    .store-tile {
      flex-basis: calc(50% - 20px);
      margin-left: 10px;
      margin-right: 10px;
      max-width: calc(50% - 20px); } }
  @media (min-width: 1024px) {
    .store-tile {
      flex-basis: calc(33.3% - 20px);
      max-width: calc(33.3% - 20px); } }
  .store-tile.selected {
    background-color: #f3f2f2;
    border-color: #000; }
    .store-tile.selected .button-fancy-large,
    .store-tile.selected .button-fancy-large:active {
      background-color: #007ac3;
      border-color: #007ac3;
      color: #fff; }
  .store-tile .button-fancy-large {
    padding-left: 22px;
    padding-right: 22px; }
    @media (min-width: 1024px) {
      .store-tile .button-fancy-large {
        min-width: 150px;
        padding-left: 18px;
        padding-right: 18px; } }
  .store-tile .store-status {
    display: block;
    font-size: 16px;
    margin: 16px 0; }

.store-list-pdp-container {
  margin: 1em 0; }
  .store-list-pdp-container .store-list-pdp {
    list-style: none;
    margin-top: 0.5em; }
  .store-list-pdp-container .stores-toggle {
    padding: 0;
    font-size: inherit; }
  .store-list-pdp-container .store-list-item {
    display: none;
    font-weight: normal;
    padding: 0.5em  0; }
    .store-list-pdp-container .store-list-item:last-of-type {
      border: none; }
    .store-list-pdp-container .store-list-item.selected, .store-list-pdp-container .store-list-item.visible {
      display: flex;
      justify-content: space-between; }
    .store-list-pdp-container .store-list-item.selected {
      font-weight: bold; }
    @media (min-width: 576px) {
      .store-list-pdp-container .store-list-item .store-status {
        margin-left: .5em; } }

.selected-store-address {
  margin-top: 0.5em; }

.selected-store-availability {
  margin: 0.3em 0 0.5em; }

.multishipaddressestable {
  margin: 9px 0px 20px 0px;
  width: 706px; }

.multi-ship-shipments-table {
  margin: 0 0 20px;
  width: 706px; }
  .multi-ship-shipments-table .section-header {
    font-size: 10px;
    font-weight: bold;
    padding: 9px 6px 11px; }
  .multi-ship-shipments-table .shipping-address .details {
    padding: 0 10px 0 22px; }
  .multi-ship-shipments-table .gift-options label {
    float: left;
    padding: 0; }
  .multi-ship-shipments-table .gift-options input {
    margin: 0 10px; }

.multi-shipping-addresses {
  margin-bottom: 20px !important;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0; }
  .multi-shipping-addresses .shipping-address {
    text-align: right; }
    .multi-shipping-addresses .shipping-address select {
      margin: 4px 0 0;
      width: 260px; }

.header-product-shipping {
  width: 276px; }

.header-qty-shipping {
  width: 45px; }

.header-location-shipping {
  text-indent: 70px;
  width: 307px; }

.header-shipment-index {
  width: 409px; }

.header-shipment-qty {
  width: 27px; }

.header-shipment-details {
  text-indent: 22px; }

.multi-shipping-methods {
  position: absolute;
  top: 30px; }
  .multi-shipping-methods .form-row {
    clear: none;
    float: left;
    display: none; }
  .multi-shipping-methods select {
    width: 250px;
    margin: -5px 0 0 15px; }

.multi-shipping-option {
  border-bottom: 2px dotted #adb5bd;
  left: 0;
  padding: 0 0 12px;
  position: absolute;
  text-indent: 10px;
  top: 48px;
  width: 95%; }

.multi-shipping-addresses .shipping-qty,
.multi-ship-shipments-table .shipping-qty {
  background: none repeat scroll 0 0 #f4f2f1; }

.multiship .label {
  font-weight: bold; }

.hide {
  display: none; }

.loading {
  background: url("../gif/loading-progress-98x22.gif") no-repeat scroll left center transparent; }

.instore-shipping-option {
  width: 100%; }

.pt_checkout .instore-shipment-header {
  width: 100%; }

.pt_checkout .instore-shipment-method {
  width: 100%; }
  .pt_checkout .instore-shipment-method span {
    font-weight: bold; }

.pt_checkout .instore-shipment-address {
  margin-bottom: 1.25rem;
  width: 40%; }

.pt_checkout .instore-shipment-message {
  clear: both; }

@media print {
  .pt_order-confirmation #mini-cart,
  .pt_order-confirmation .menu-utility-user,
  .pt_order-confirmation .menu-utility,
  .pt_order-confirmation .header-banner,
  .pt_order-confirmation #navigation {
    display: none; } }

:root {
  --header-height: 85px; }

.has-sticky-elem footer, .has-sticky-elem *.bottom-main-above-footer {
  position: relative;
  z-index: 991; }

@media (min-width: 1024px) {
  .is-sticky {
    max-height: calc(100vh - 110px);
    max-height: calc(100vh - 25px - var(--header-height, 85px));
    overflow: auto;
    padding: inherit;
    position: fixed;
    z-index: 990; } }

button,
.button,
.pseudo-button {
  cursor: pointer; }
  button.btn-outline-primary,
  .button.btn-outline-primary,
  .pseudo-button.btn-outline-primary {
    color: #007ac3;
    background-color: transparent;
    background-image: none;
    border-color: #007ac3; }
    button.btn-outline-primary:hover,
    .button.btn-outline-primary:hover,
    .pseudo-button.btn-outline-primary:hover {
      color: #007ac3;
      background-color: transparent;
      border-color: #007ac3; }
    button.btn-outline-primary:focus, button.btn-outline-primary.focus,
    .button.btn-outline-primary:focus,
    .button.btn-outline-primary.focus,
    .pseudo-button.btn-outline-primary:focus,
    .pseudo-button.btn-outline-primary.focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 122, 195, 0.5); }
    button.btn-outline-primary.disabled, button.btn-outline-primary:disabled,
    .button.btn-outline-primary.disabled,
    .button.btn-outline-primary:disabled,
    .pseudo-button.btn-outline-primary.disabled,
    .pseudo-button.btn-outline-primary:disabled {
      color: #007ac3;
      background-color: transparent; }
    button.btn-outline-primary:not(:disabled):not(.disabled):active, button.btn-outline-primary:not(:disabled):not(.disabled).active,
    .show > button.btn-outline-primary.dropdown-toggle,
    .button.btn-outline-primary:not(:disabled):not(.disabled):active,
    .button.btn-outline-primary:not(:disabled):not(.disabled).active,
    .show >
    .button.btn-outline-primary.dropdown-toggle,
    .pseudo-button.btn-outline-primary:not(:disabled):not(.disabled):active,
    .pseudo-button.btn-outline-primary:not(:disabled):not(.disabled).active,
    .show >
    .pseudo-button.btn-outline-primary.dropdown-toggle {
      color: #fff;
      background-color: transparent;
      border-color: #007ac3; }
      button.btn-outline-primary:not(:disabled):not(.disabled):active:focus, button.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
      .show > button.btn-outline-primary.dropdown-toggle:focus,
      .button.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
      .button.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
      .show >
      .button.btn-outline-primary.dropdown-toggle:focus,
      .pseudo-button.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
      .pseudo-button.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
      .show >
      .pseudo-button.btn-outline-primary.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(0, 122, 195, 0.5); }
  button.btn-outline-dark,
  .button.btn-outline-dark,
  .pseudo-button.btn-outline-dark {
    color: #000;
    background-color: transparent;
    background-image: none;
    border-color: #000; }
    button.btn-outline-dark:hover,
    .button.btn-outline-dark:hover,
    .pseudo-button.btn-outline-dark:hover {
      color: #000;
      background-color: transparent;
      border-color: #000; }
    button.btn-outline-dark:focus, button.btn-outline-dark.focus,
    .button.btn-outline-dark:focus,
    .button.btn-outline-dark.focus,
    .pseudo-button.btn-outline-dark:focus,
    .pseudo-button.btn-outline-dark.focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }
    button.btn-outline-dark.disabled, button.btn-outline-dark:disabled,
    .button.btn-outline-dark.disabled,
    .button.btn-outline-dark:disabled,
    .pseudo-button.btn-outline-dark.disabled,
    .pseudo-button.btn-outline-dark:disabled {
      color: #000;
      background-color: transparent; }
    button.btn-outline-dark:not(:disabled):not(.disabled):active, button.btn-outline-dark:not(:disabled):not(.disabled).active,
    .show > button.btn-outline-dark.dropdown-toggle,
    .button.btn-outline-dark:not(:disabled):not(.disabled):active,
    .button.btn-outline-dark:not(:disabled):not(.disabled).active,
    .show >
    .button.btn-outline-dark.dropdown-toggle,
    .pseudo-button.btn-outline-dark:not(:disabled):not(.disabled):active,
    .pseudo-button.btn-outline-dark:not(:disabled):not(.disabled).active,
    .show >
    .pseudo-button.btn-outline-dark.dropdown-toggle {
      color: #fff;
      background-color: transparent;
      border-color: #000; }
      button.btn-outline-dark:not(:disabled):not(.disabled):active:focus, button.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
      .show > button.btn-outline-dark.dropdown-toggle:focus,
      .button.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
      .button.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
      .show >
      .button.btn-outline-dark.dropdown-toggle:focus,
      .pseudo-button.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
      .pseudo-button.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
      .show >
      .pseudo-button.btn-outline-dark.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }

.button-fancy-large {
  border-style: solid;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  min-width: 60px;
  padding: 13px 15px;
  text-transform: uppercase; }
  .button-fancy-large.disabled, .button-fancy-large.submit-pending {
    background-color: gray;
    border-color: gray; }
  .button-fancy-large:disabled {
    cursor: auto;
    opacity: .35; }

.pseudo-button {
  display: inline-block;
  vertical-align: middle;
  text-align: center; }

body::before {
  background-color: rgba(102, 102, 102, 0.5);
  content: '';
  display: block;
  height: 100vh;
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 985;
  pointer-events: none;
  transition: opacity .45s;
  width: 100vw; }
  @media (max-width: 1023.98px) {
    .is-search-active body::before,
    .is-navigation-active body::before {
      opacity: 1;
      pointer-events: auto; } }
  .is-pdp-image-zoom-active body::before {
    opacity: 1;
    pointer-events: auto;
    z-index: 1100; }

.c-graphical-asset {
  display: block;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: normal;
  position: relative;
  text-align: center; }
  .c-graphical-asset, .c-graphical-asset:hover {
    color: #000;
    text-decoration: none; }
  .c-graphical-asset.c-graphical-asset--banner {
    text-align: left; }
    @media (min-width: 1024px) {
      .c-graphical-asset.c-graphical-asset--banner {
        margin-bottom: 2.5rem; } }
    .c-graphical-asset.c-graphical-asset--banner.c-graphical-asset--text-align-center {
      text-align: center; }
    .c-graphical-asset.c-graphical-asset--banner.c-graphical-asset--text-align-right {
      text-align: right; }
    .c-graphical-asset.c-graphical-asset--banner, .c-graphical-asset.c-graphical-asset--banner:hover {
      color: #1c1c4e; }
  .c-graphical-asset.c-graphical-asset--fluid-text {
    font-size: 4.26667vw; }
    @media (min-width: 768px) {
      .c-graphical-asset.c-graphical-asset--fluid-text {
        font-size: 1.11111vw; } }
    @media (min-width: 1440px) {
      .c-graphical-asset.c-graphical-asset--fluid-text {
        font-size: 16px; } }
    .c-graphical-asset.c-graphical-asset--fluid-text.c-graphical-asset--banner {
      font-size: 1.5625vw; }
      @media (min-width: 1024px) {
        .c-graphical-asset.c-graphical-asset--fluid-text.c-graphical-asset--banner {
          font-size: 0.83333vw; } }
      @media (min-width: 1440px) {
        .c-graphical-asset.c-graphical-asset--fluid-text.c-graphical-asset--banner {
          font-size: 12px; } }
  .c-graphical-asset picture,
  .c-graphical-asset img {
    display: block;
    width: 100%; }
  .c-graphical-asset * {
    font-size: inherit; }
  .c-graphical-asset--text-light, .c-graphical-asset--text-light:hover {
    color: white; }
  .c-graphical-asset--text-light.c-graphical-asset--content-after, .c-graphical-asset--text-light.c-graphical-asset--content-after:hover {
    color: inherit; }
  @media (max-width: 767.98px) {
    .c-graphical-asset--text-light.c-graphical-asset--content-after-mobile, .c-graphical-asset--text-light.c-graphical-asset--content-after-mobile:hover {
      color: inherit; } }
  @media (min-width: 576px) {
    .c-graphical-asset--text-light.c-graphical-asset--content-after-desktop, .c-graphical-asset--text-light.c-graphical-asset--content-after-desktop:hover {
      color: inherit; } }
  @media (min-width: 768px) {
    .c-graphical-asset {
      text-align: left; } }
  @media (min-width: 768px) {
    .c-graphical-asset--text-align-center {
      text-align: center; } }
  @media (min-width: 768px) {
    .c-graphical-asset--text-align-right {
      text-align: right; } }
  .c-graphical-asset__wrapper {
    position: relative; }
  .c-graphical-asset__body {
    align-items: center;
    display: flex;
    font-size: inherit;
    flex-direction: column;
    justify-content: center;
    padding: 0 20px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
    @media (min-width: 1024px) {
      .s-graphical-asset-1up .c-graphical-asset__body {
        padding: 0 77px; } }
    @media (min-width: 768px) {
      .c-graphical-asset__body {
        align-items: flex-start; } }
    @media (min-width: 768px) {
      .c-graphical-asset--text-align-center .c-graphical-asset__body {
        align-items: center; } }
    @media (min-width: 768px) {
      .c-graphical-asset--text-align-right .c-graphical-asset__body {
        align-items: flex-end; } }
    .c-graphical-asset--content-after .c-graphical-asset__body {
      margin-top: 1.25rem;
      position: static; }
    @media (max-width: 767.98px) {
      .c-graphical-asset--content-after-mobile .c-graphical-asset__body {
        margin-top: 1.25rem;
        position: static; } }
    @media (min-width: 576px) {
      .c-graphical-asset--content-after-desktop .c-graphical-asset__body {
        margin-top: 1.25rem;
        position: static; } }
    .c-graphical-asset--banner .c-graphical-asset__body {
      align-items: flex-start;
      padding-right: 20px;
      padding-left: 20px; }
      @media (min-width: 1024px) {
        .c-graphical-asset--banner .c-graphical-asset__body {
          padding-right: 40px;
          padding-left: 40px; } }
    .c-graphical-asset--banner.c-graphical-asset--text-align-center .c-graphical-asset__body {
      align-items: center; }
    .c-graphical-asset--banner.c-graphical-asset--text-align-right .c-graphical-asset__body {
      align-items: flex-end; }
  .c-graphical-asset__line1, .c-graphical-asset__line2, .c-graphical-asset__line3 {
    color: inherit;
    font-family: "Nunito Sans", sans-serif;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    width: 100%; }
    .c-graphical-asset__base .c-graphical-asset__line1, .c-graphical-asset__base .c-graphical-asset__line2, .c-graphical-asset__base .c-graphical-asset__line3 {
      max-width: 530px; }
    .c-graphical-asset__line1 a, .c-graphical-asset__line1 a:hover, .c-graphical-asset__line2 a, .c-graphical-asset__line2 a:hover, .c-graphical-asset__line3 a, .c-graphical-asset__line3 a:hover {
      color: inherit; }
  .c-graphical-asset__line1 {
    text-transform: uppercase; }
    .c-graphical-asset--fancy .c-graphical-asset__line1 {
      font-size: 0.75em;
      letter-spacing: 0.09375em;
      margin-bottom: 0.25em; }
    .c-graphical-asset--simple .c-graphical-asset__line1 {
      font-size: 0.9375em;
      font-weight: 600;
      letter-spacing: 0.11875em;
      text-align: center; }
    .c-graphical-asset--banner .c-graphical-asset__line1 {
      font-size: 0.75em;
      font-weight: 600;
      line-height: normal;
      letter-spacing: 1.5px; }
  .c-graphical-asset--fancy .c-graphical-asset__line2 {
    font-family: "Cormorant Garamond", serif;
    font-size: 2.9375em;
    font-weight: 600;
    letter-spacing: -0.01915em;
    line-height: 1;
    margin-bottom: 0.19149em; }
    @media (min-width: 576px) {
      .s-graphical-asset-1up .c-graphical-asset--fancy .c-graphical-asset__line2 {
        font-size: 3.75em;
        letter-spacing: -0.005em; } }
  .c-graphical-asset--simple .c-graphical-asset__line2 {
    font-size: 1.375em;
    margin-top: 1.25rem;
    text-align: left; }
  .c-graphical-asset--banner .c-graphical-asset__line2 {
    font-size: 3.125em;
    font-family: "Cormorant Garamond", serif;
    font-weight: 600;
    letter-spacing: -1.7px;
    line-height: 1.06; }
  .c-graphical-asset--fancy .c-graphical-asset__line3 {
    font-size: inherit;
    font-weight: 300;
    letter-spacing: normal; }
  .c-graphical-asset--simple .c-graphical-asset__line3 {
    font-size: 0.75em;
    font-weight: normal;
    letter-spacing: normal;
    text-align: left;
    text-decoration: underline; }
  .c-graphical-asset--banner .c-graphical-asset__line3 {
    font-size: 0.875em;
    font-weight: normal;
    letter-spacing: normal;
    text-decoration: underline; }
  .c-graphical-asset__buttons {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    flex: 0;
    font-size: inherit;
    margin: 0 auto;
    z-index: 1; }
    @media (min-width: 576px) {
      .c-graphical-asset__buttons {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
        flex: 0; } }
    @media (min-width: 768px) {
      .c-graphical-asset__buttons {
        margin: 0;
        max-width: none; } }
    @media (min-width: 1024px) {
      .s-graphical-asset-1up .c-graphical-asset__buttons {
        margin: 1.25em 0; } }
  .c-graphical-asset__button {
    display: flex;
    height: 3.83333em;
    padding: 0 3.33333em;
    margin: 2.33333em 0;
    justify-content: center; }
    .c-graphical-asset__button:last-child {
      margin-bottom: 0; }
    @media (min-width: 768px) {
      .s-graphical-asset-1up .c-graphical-asset__button {
        display: inline-flex;
        margin: 0.83333em; }
        .s-graphical-asset-1up .c-graphical-asset__button:first-child {
          margin-left: 0; }
        .s-graphical-asset-1up .c-graphical-asset__button:last-child {
          margin-right: 0; } }
    .c-graphical-asset__button, .c-graphical-asset__button:hover {
      align-items: center;
      background-color: #000;
      border: 1px solid #000;
      color: #fff;
      font-size: 0.75em;
      font-weight: normal;
      text-decoration: none;
      text-transform: uppercase; }
      .c-graphical-asset--text-light .c-graphical-asset__button, .c-graphical-asset--text-light .c-graphical-asset__button:hover {
        border-color: #fff;
        color: #fff; }
  .c-graphical-asset__image {
    position: relative; }
  .c-graphical-asset__link-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .c-graphical-asset-group-header {
    margin-top: 2.5rem;
    margin-bottom: 1.25rem; }
    .c-graphical-asset-group-header h2, .c-graphical-asset-group-header h3 {
      display: block;
      font-family: "Cormorant Garamond", serif;
      font-size: 30px;
      font-weight: 600;
      letter-spacing: -.2px;
      margin: 0;
      text-align: center; }
    .c-graphical-asset-group-header p, .c-graphical-asset-group-header div {
      display: block;
      margin: 0;
      text-align: center; }
    .c-graphical-asset-group-header a, .c-graphical-asset-group-header a:hover {
      color: inherit;
      font-size: 12px;
      font-weight: normal;
      text-decoration: underline; }
  .c-graphical-asset-group {
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
    align-items: flex-start; }
    @media (min-width: 1024px) {
      .c-graphical-asset-group {
        margin-right: -20px;
        margin-left: -20px; } }
    .c-graphical-asset-group--2up .c-graphical-asset, .c-graphical-asset-group--3up .c-graphical-asset, .c-graphical-asset-group--4up .c-graphical-asset {
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 10px;
      padding-left: 10px;
      margin-bottom: 2.5rem; }
      @media (min-width: 1024px) {
        .c-graphical-asset-group--2up .c-graphical-asset, .c-graphical-asset-group--3up .c-graphical-asset, .c-graphical-asset-group--4up .c-graphical-asset {
          padding-right: 20px;
          padding-left: 20px; } }
      .c-graphical-asset-group--2up .c-graphical-asset__body, .c-graphical-asset-group--3up .c-graphical-asset__body, .c-graphical-asset-group--4up .c-graphical-asset__body {
        right: 10px;
        left: 10px; }
        @media (min-width: 1024px) {
          .c-graphical-asset-group--2up .c-graphical-asset__body, .c-graphical-asset-group--3up .c-graphical-asset__body, .c-graphical-asset-group--4up .c-graphical-asset__body {
            right: 20px;
            left: 20px; } }
    @media (min-width: 768px) {
      .c-graphical-asset-group--2up .c-graphical-asset {
        flex: 0 0 50%;
        max-width: 50%; } }
    @media (min-width: 768px) {
      .c-graphical-asset-group--3up .c-graphical-asset {
        flex: 0 0 33.33333%;
        max-width: 33.33333%; } }
    @media (min-width: 576px) {
      .c-graphical-asset-group--4up .c-graphical-asset {
        flex: 0 0 50%;
        max-width: 50%; } }
    @media (min-width: 768px) {
      .c-graphical-asset-group--4up .c-graphical-asset {
        flex: 0 0 25%;
        max-width: 25%; } }

@media (min-width: 1440px) {
  .c-top-promo-banner,
  .full-width__top-promo-wrap {
    max-width: 1440px; } }

.c-top-promo-banner {
  background-color: #e1f4ff;
  color: #46606f;
  font-size: 15px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  margin: 0 -20px;
  padding: 10px;
  text-align: center; }
  @media (min-width: 1024px) {
    .c-top-promo-banner {
      margin: 20px auto; } }
  .c-top-promo-banner a, .c-top-promo-banner a:hover {
    color: inherit; }
  .c-top-promo-banner > :last-child {
    margin-bottom: 0; }

.full-width__top-promo-wrap {
  margin: 0 auto; }
  @media (min-width: 1024px) {
    .full-width__top-promo-wrap {
      padding: 0 40px; } }

/* ============================================================================
    Form Rows
    ============================================================================ */
.c-form-row {
  display: block;
  position: relative; }
  .c-form-row + .c-form-row {
    margin-top: 22px; }
  .c-form-row .c-form-row {
    margin: 0 12px 0 0; }
  .c-form-row__label {
    color: #414042;
    display: block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .5px; }
  .c-form-row.cc-field > iframe {
    max-width: 427px; }
  @media (min-width: 576px) {
    .c-form-row > .c-form-row__label {
      margin-top: .5em; }
      .c-form-row > .c-form-row__label--inline {
        align-self: auto; }
      .c-form-row > .c-form-row__label--left-aligned {
        text-align: left; } }
  @media (min-width: 1024px) {
    .c-form-row > .c-form-row__label--left-aligned {
      min-width: 0; } }
  .s-form-flatten .c-form-row > .c-form-row__label {
    min-width: auto;
    width: auto; }
  @media (min-width: 576px) {
    .s-form-flatten--tablet .c-form-row > .c-form-row__label {
      min-width: auto;
      width: auto; } }
  @media (min-width: 1024px) {
    .s-form-flatten--desktop .c-form-row > .c-form-row__label {
      min-width: auto;
      width: auto; } }
  .c-form-row__form-field-container {
    display: flex;
    flex-direction: column;
    width: 100%; }
    .c-form-row__form-field-container--row {
      flex-direction: row; }
    .c-form-row__form-field-container button + button,
    .c-form-row__form-field-container button + .tooltip {
      margin-left: 5px; }
    .c-form-row__form-field-container textarea + .char-count {
      font-size: 14px; }
    .c-form-row__form-field-container .c-form-row__input ~ .error {
      color: #ff001f;
      font-size: 12px;
      font-weight: normal;
      letter-spacing: .5px; }
  .c-form-row__button-group {
    display: flex;
    flex-direction: row; }
    .c-form-row__button-group__button {
      margin-left: 12px; }
  .has-error .c-form-row__input {
    background-color: white;
    border-color: #ff001f; }
  @media (min-width: 576px) {
    .c-form-row__input.input-textarea {
      min-height: 100px; } }
  .c-form-row__tooltip, .c-form-row__caption {
    font-size: 12px; }
  .c-form-row__caption {
    display: block; }
  .c-form-row__button {
    margin-top: 15px; }
  .c-form-row__error-message {
    color: #ff001f;
    display: block;
    font-size: 13px;
    width: 100%; }
  .c-form-row__label-required {
    display: none; }
    .required .c-form-row__label-required {
      display: inline; }
  .c-form-row__label-optional {
    color: #a6a6a6;
    font-size: 10px;
    font-weight: normal;
    margin-left: 5px; }
  @media (max-width: 767.98px) {
    .c-form-row .form-row {
      margin-left: 0;
      margin-right: 0; } }
  .c-form-row .input-checkbox + .form-caption,
  .c-form-row .input-checkbox + label,
  .c-form-row .field-wrapper + .form-caption,
  .c-form-row .field-wrapper + label {
    flex-basis: calc(100% - 18px - .4em); }
    @media (min-width: 768px) {
      .c-form-row .input-checkbox + .form-caption,
      .c-form-row .input-checkbox + label,
      .c-form-row .field-wrapper + .form-caption,
      .c-form-row .field-wrapper + label {
        flex-basis: auto; } }
  .c-form-row.required > .c-form-row__label::after {
    content: "*";
    display: inline;
    margin-left: 3px; }

/* Modifier classes
* ============================================================================ */
.c-form-row--inline .c-form-row__input {
  margin-top: .1em; }

.c-form-row--inline .c-form-row__label {
  margin-bottom: 0; }

.c-form-row--inline.c-form-row--radio {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between; }
  .c-form-row--inline.c-form-row--radio ~ .c-form-row--inline.c-form-row--radio {
    margin-top: 1rem; }
  .c-form-row--inline.c-form-row--radio .c-form-row__label,
  .c-form-row--inline.c-form-row--radio .c-form-row__form-field-container {
    display: block;
    margin: 0;
    width: auto; }
  .c-form-row--inline.c-form-row--radio .c-form-row__form-field-container {
    padding-left: 0.5rem; }
  .c-form-row--inline.c-form-row--radio .c-form-row__form-field-container .c-form-row__label {
    display: inline;
    margin-right: .5em; }

.c-form-row--group.c-form-row,
.c-form-row--group .c-form-row {
  display: flex; }
  .c-form-row--group.c-form-row__form-field-container,
  .c-form-row--group .c-form-row__form-field-container {
    margin-left: 20px; }
  .c-form-row--group.c-form-row__label,
  .c-form-row--group .c-form-row__label {
    display: inline-block; }

.c-form-row--group .c-form-row__label + .c-form-row__label {
  margin-left: 20px; }

.c-form-row--inline-group .c-form-row {
  display: flex;
  flex-direction: column; }
  .c-form-row--inline-group .c-form-row .c-form-row__input {
    width: 100%; }

.c-form-row--inline-button {
  align-items: center;
  display: flex; }
  .c-form-row--inline-button .c-form-row__label + .c-form-row__input {
    margin-left: 0.5rem; }
  .c-form-row--inline-button .c-form-row__input {
    width: 100%; }
  .c-form-row--inline-button .c-form-row__button {
    margin: 0;
    margin-left: 0.5rem; }

.s-form-row-stacked .c-form-row {
  display: block; }
  .s-form-row-stacked .c-form-row__label {
    min-width: auto;
    width: auto; }

@media (min-width: 576px) {
  .s-form-row-narrow .c-form-row__label {
    flex: 1;
    min-width: auto;
    width: auto; }
  .s-form-row-narrow .c-form-row__form-field-container {
    flex: 2; } }

.s-form-hide-required .c-form-row__label-required {
  display: none !important; }

.form-row:not(.c-form-row--inline) {
  margin-bottom: 20px; }

/* ============================================================================
   Accordion
   ============================================================================ */
:root {
  --elem-height: 1500px; }

.c-accordion {
  clear: both;
  width: 100%; }
  @media (min-width: 1024px) {
    .c-accordion__item {
      border-bottom: solid 1px #ddd9d7; }
      .c-accordion__item:first-of-type {
        border-top: solid 1px #ddd9d7; }
      .c-accordion__item--no-border-top, .c-accordion__item--no-border-top:first-of-type, .c-accordion__item--no-border-top:last-of-type {
        border-top: 0; } }
  .c-accordion__header {
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0' y='0' width='30' height='30' viewBox='0, 0, 30, 30'%3E%3Cg id='Symbols'%3E%3Cpath d='M20.084,15.573 L15.573,15.573 L15.573,20.084 L14.427,20.084 L14.427,15.573 L9.917,15.573 L9.917,14.427 L14.427,14.427 L14.427,9.917 L15.573,9.917 L15.573,14.427 L20.084,14.427 z' fill='%23000000' id='close---material'/%3E%3C/g%3E%3C/svg%3E");
    background-position: right center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: space-between;
    font-family: "Nunito Sans", sans-serif;
    font-size: 12px;
    font-weight: inherit;
    letter-spacing: 1.5px;
    line-height: 1;
    padding: 21px 1px 21px 3px;
    padding-left: 2px;
    text-transform: uppercase;
    width: 100%; }
    @media (min-width: 1024px) {
      .c-accordion__header {
        font-size: inherit;
        font-weight: 600; } }
    .c-accordion__header-icon {
      color: #ccc;
      display: block;
      height: 16px;
      width: 16px; }
      .is-expanded .c-accordion__header-icon--expand {
        display: none; }
      .c-accordion__header-icon--collapse {
        display: none; }
        .is-expanded .c-accordion__header-icon--collapse {
          display: block; }
  .c-accordion__body {
    overflow: hidden;
    max-height: 0;
    padding: 0 2px;
    transition: margin-bottom .15s linear, margin-top 0s .15s linear, max-height .15s linear, padding-top 0s .15s linear, padding-bottom .15s linear; }
  @media (min-width: 1024px) {
    .c-accordion.c-accordion--desktop-disable > .c-accordion__item:first-of-type, .c-accordion.c-accordion--desktop-disable > .c-accordion__item:last-of-type {
      border: none; } }
  .c-accordion.c-accordion--desktop-disable > .c-accordion__item > .c-accordion__header {
    padding-left: 0; }
    @media (min-width: 1024px) {
      .c-accordion.c-accordion--desktop-disable > .c-accordion__item > .c-accordion__header {
        background: transparent;
        text-transform: none;
        padding: 0; } }
  @media (min-width: 1024px) {
    .c-accordion.c-accordion--desktop-disable > .c-accordion__item > .c-accordion__body {
      max-height: none; } }
  @media (min-width: 1024px) {
    .c-accordion.c-accordion--desktop-disable > .c-accordion__item.is-expanded > .c-accordion__body {
      padding-bottom: 0;
      padding-top: 0; } }

.c-accordion__item {
  /**
    Fallabck for IE 11
    Allows us to set the expanded max-height on the element without it overriding the contracted styles
    */ }
  .c-accordion__item.is-expanded > .c-accordion__body {
    max-height: 5000px;
    padding-bottom: 40px;
    padding-top: 19px;
    transition: margin-bottom .15s linear, max-height .15s linear, padding-bottom .15s linear; }
    .c-accordion__item.is-expanded > .c-accordion__body--med {
      max-height: 2000px; }
    .c-accordion__item.is-expanded > .c-accordion__body--tall {
      max-height: 5000px; }
    .c-accordion__item.is-expanded > .c-accordion__body--xtall {
      max-height: 9999px; }
    .c-accordion__item.is-expanded > .c-accordion__body--js-height {
      max-height: var(--elem-height); }
  .c-accordion__item.is-expanded > .c-accordion__header {
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0' y='0' width='30' height='30' viewBox='0, 0, 30, 30'%3E%3Cg id='Symbols'%3E%3Cpath d='M20.084,15.573 L9.917,15.573 L9.917,14.427 L20.084,14.427' fill='%23000000' id='close---material_2_'/%3E%3C/g%3E%3C/svg%3E"); }
  .c-accordion__item:not(.is-expanded) > .c-accordion__body--js-height {
    max-height: 0 !important; }

.c-accordion__done {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  margin-top: 20px;
  width: 100%; }
  .c-accordion__done button {
    border-width: 2px;
    font-weight: inherit;
    padding-bottom: 17px;
    padding-top: 17px;
    text-transform: uppercase;
    width: 100%; }

.searchBrand {
  border-radius: 25px;
  background-image: url("../svg/search.svg");
  background-repeat: no-repeat;
  background-position: 3%;
  border: 1px solid #cccccc;
  width: 100%;
  padding: 7px 13px;
  background-size: 28px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05), 0 2px 2px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
  padding-left: 35px; }

input.searchBrand:focus {
  outline: none; }

​ .searchBrand:not(:placeholder-shown) {
  background-image: none; }

.c-alpha-menu__container, .c-alpha-header, .c-alpha-list {
  margin: auto;
  max-width: 984px; }

.c-alpha-menu__container {
  margin-bottom: 49px; }

.c-alpha-menu__wrapper {
  background-color: #f4f2f1;
  display: flex;
  flex-wrap: wrap;
  padding: 11px 27px; }
  @media (min-width: 768px) {
    .c-alpha-menu__wrapper {
      justify-content: space-between; } }

.c-alpha-menu__header {
  font-size: 30px;
  letter-spacing: -0.2px;
  margin-bottom: 12px;
  text-align: center; }

.c-alpha-menu__item {
  border-bottom: 2px solid transparent;
  flex: 0 0 30px;
  font-size: 13px;
  letter-spacing: .35px;
  list-style: none;
  padding: 2px 3px;
  text-align: center; }
  @media (min-width: 768px) {
    .c-alpha-menu__item {
      flex-basis: auto; } }
  .c-alpha-menu__item:hover {
    border-bottom-color: #000; }
    .c-alpha-menu__item:hover a {
      text-decoration: none; }
  .c-alpha-menu__item a {
    color: inherit; }

.c-alpha-header, .c-alpha-list {
  padding: 0 20px; }
  @media (min-width: 1024px) {
    .c-alpha-header, .c-alpha-list {
      padding: 0 41px; } }

.c-alpha-header__container {
  border-bottom: 1px solid #ddd9d7;
  position: relative; }

.c-alpha-header__marker {
  position: absolute;
  top: -65px; }
  @media (min-width: 576px) {
    .c-alpha-header__marker {
      top: -80px; } }

.c-alpha-list {
  column-count: 2;
  flex-wrap: wrap;
  margin-bottom: 6px;
  padding-bottom: 15px;
  padding-top: 15px; }
  @media (min-width: 576px) {
    .c-alpha-list {
      column-count: 3; } }
  @media (min-width: 768px) {
    .c-alpha-list {
      column-count: 4; } }

.c-image-grid__wrapper {
  display: flex;
  flex-wrap: wrap; }

.c-image-grid__item {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 2.5rem;
  padding: 5px 10px; }
  @media (min-width: 1024px) {
    .c-image-grid__item {
      flex: 0 0 16.66667%;
      max-width: 16.66667%;
      padding: 0 15px; } }

.c-image-grid__link {
  max-width: 135px; }

.c-qty {
  align-items: center;
  display: flex;
  margin: 0; }
  .c-qty__input {
    -webkit-appearance: none;
            appearance: none;
    -moz-appearance: textfield;
    font-size: 15px;
    min-width: 2.8em;
    margin-right: 8px;
    margin-left: 8px;
    max-width: 46px;
    padding: 10px 10px 12px 13px;
    width: auto;
    text-align: center; }
    .c-qty__input::-webkit-inner-spin-button, .c-qty__input::-webkit-outer-spin-button {
      display: none; }
  .c-qty__btn {
    background-color: #f4f2f1;
    border: none;
    color: #000;
    height: 32px;
    padding: 0;
    width: 32px; }
    .c-qty__btn__icon {
      display: block;
      height: 16px;
      margin: auto;
      pointer-events: none;
      width: 16px; }

.c-product-tile-carousel {
  margin: 0 -10px;
  width: calc(100% + 20px); }
  @media (min-width: 1024px) {
    .c-product-tile-carousel {
      margin: 0 -20px;
      width: calc(100% + 40px); } }
  .c-product-tile-carousel__header {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem; }
    .c-product-tile-carousel__header h2, .c-product-tile-carousel__header h3, .c-product-tile-carousel__header h4 {
      font-family: "Cormorant Garamond", serif;
      font-size: 30px;
      font-weight: 600;
      letter-spacing: -.2px;
      text-align: center; }
  .c-product-tile-carousel .slick-track {
    display: flex; }
  .c-product-tile-carousel .slick-slide {
    height: inherit; }
  .c-product-tile-carousel .product-tile {
    padding: 0 22px;
    margin-bottom: 4px; }
    @media (min-width: 768px) {
      .c-product-tile-carousel .product-tile {
        margin-bottom: 20px; } }
    .c-product-tile-carousel .product-tile .product-brand,
    .c-product-tile-carousel .product-tile .product-name {
      display: inline-block;
      font-size: inherit;
      margin-bottom: 0;
      text-transform: none; }
      @media (max-width: 767.98px) {
        .c-product-tile-carousel .product-tile .product-brand,
        .c-product-tile-carousel .product-tile .product-name {
          line-height: 1.35; } }
    .c-product-tile-carousel .product-tile .product-price {
      font-size: 12px;
      line-height: normal;
      margin-bottom: 15px; }
      .c-product-tile-carousel .product-tile .product-price .price-standard {
        color: #adb5bd;
        font-weight: 100;
        text-decoration: line-through;
        display: inline-block;
        margin-right: 2px; }
      .c-product-tile-carousel .product-tile .product-price .price-tiered {
        color: #ff001f;
        font-size: .6em;
        line-height: 1.5em; }
      .c-product-tile-carousel .product-tile .product-price .price-sales.has-standard-price.final-flag {
        display: none; }
  .c-product-tile-carousel__rule {
    display: none;
    border-top: 5px solid #ddd9d7;
    margin: 0; }
  .s-pdp-recommended-products .c-product-tile-carousel,
  .s-complete-the-look .c-product-tile-carousel {
    overflow: hidden;
    margin-bottom: 1rem;
    padding-bottom: 0;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2.5rem; }
    @media (min-width: 576px) {
      .s-pdp-recommended-products .c-product-tile-carousel,
      .s-complete-the-look .c-product-tile-carousel {
        padding-left: 10px;
        padding-right: 10px; } }
    @media (min-width: 1024px) {
      .s-pdp-recommended-products .c-product-tile-carousel,
      .s-complete-the-look .c-product-tile-carousel {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-right: 20px;
        padding-left: 20px; } }
  @media (min-width: 1024px) and (min-width: 1024px) {
    .s-pdp-recommended-products .c-product-tile-carousel,
    .s-complete-the-look .c-product-tile-carousel {
      padding-right: 40px;
      padding-left: 40px; } }
  @media (min-width: 1024px) and (min-width: 1440px) {
    .s-pdp-recommended-products .c-product-tile-carousel,
    .s-complete-the-look .c-product-tile-carousel {
      max-width: 1440px; } }
    .s-pdp-recommended-products .c-product-tile-carousel h2,
    .s-complete-the-look .c-product-tile-carousel h2 {
      margin: 0 auto 30px;
      text-align: center; }
    .s-pdp-recommended-products .c-product-tile-carousel .slick-dotted,
    .s-complete-the-look .c-product-tile-carousel .slick-dotted {
      margin-bottom: 67px; }
    .s-pdp-recommended-products .c-product-tile-carousel__rule,
    .s-complete-the-look .c-product-tile-carousel__rule {
      display: block; }

.c-product-tile-section {
  width: 100%; }
  .c-product-tile-section__tiles {
    display: flex;
    justify-content: space-between; }
  .c-product-tile-section__tile {
    display: inline-block;
    width: 49%; }
    @media (max-width: 767.98px) {
      .c-product-tile-section__tile:nth-child(n+3) {
        display: none; } }
    @media (min-width: 768px) {
      .c-product-tile-section__tile {
        width: 24%; } }
  .c-product-tile-section .product-tile .product-brand,
  .c-product-tile-section .product-tile .product-name {
    display: inline-block;
    font-size: inherit;
    margin-bottom: 0;
    text-transform: none; }
    @media (max-width: 767.98px) {
      .c-product-tile-section .product-tile .product-brand,
      .c-product-tile-section .product-tile .product-name {
        line-height: 1.35; } }
  .c-product-tile-section .product-tile .product-price {
    font-size: 12px;
    line-height: normal;
    margin-bottom: 15px; }
    .c-product-tile-section .product-tile .product-price .price-standard {
      color: #adb5bd;
      font-weight: 100;
      text-decoration: line-through;
      display: inline-block;
      margin-right: 2px; }
    .c-product-tile-section .product-tile .product-price .price-tiered {
      color: #ff001f;
      font-size: .6em;
      line-height: 1.5em; }
    .c-product-tile-section .product-tile .product-price .price-sales.has-standard-price.final-flag {
      display: none; }

.c-reward-img {
  border-radius: 50%;
  display: inline-block;
  height: auto;
  margin: -1px -5px;
  overflow: hidden;
  width: 75px; }
  .c-reward-img img {
    display: block;
    width: 100%;
    height: auto;
    margin: -7.1%;
    max-width: none;
    width: 116%; }
  .c-reward-img--sm {
    margin: -1px;
    width: 50px; }
  .c-reward-img--lg {
    margin: -6px -9px;
    width: 100px; }

.c-rewards {
  background: #f4f2f1;
  margin: 1.25rem 0;
  padding: 1rem 20px; }
  @media (min-width: 1024px) {
    .c-rewards {
      margin: 2.5rem 0;
      padding: 1rem 40px; } }
  @media (min-width: 1024px) {
    .c-rewards--billing {
      padding: 1rem; } }
  .c-rewards__header {
    margin-bottom: 1rem; }
  .c-rewards__logo {
    margin-left: -5px;
    width: 300px; }
  .c-rewards__body__heading {
    margin-bottom: 1.25rem; }
  .c-rewards__promos {
    margin: 0; }
    @media (min-width: 576px) {
      .c-rewards__promos {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -0.5rem; } }
    .c-rewards__promos__item {
      margin: 0 0 1rem; }
      @media (min-width: 576px) {
        .c-rewards__promos__item {
          flex: 0 0 50%;
          max-width: 50%;
          padding: 0 0.5rem; } }
      @media (min-width: 1440px) {
        .c-rewards__promos__item {
          flex: 0 0 33.33333%;
          max-width: 33.33333%; } }
    .c-rewards__promos__promo {
      align-items: center;
      background-color: white;
      border: 1px solid #ddd9d7;
      display: flex;
      font-size: 0.8125rem;
      flex-direction: column;
      justify-content: center;
      padding: 1rem;
      text-align: center; }
      .c-rewards__promos__promo__image {
        max-width: 125px;
        width: calc(100% - 2rem); }
      .c-rewards__promos__promo__heading {
        font-size: 1.3em;
        font-weight: 600;
        margin: .5em 0; }
      .c-rewards__promos__promo__message {
        color: #6c757d;
        letter-spacing: .5px;
        margin: 0.5rem 0;
        text-transform: uppercase; }
      .c-rewards__promos__promo__apply {
        margin: 1rem 0; }
  .c-rewards__upcoming {
    display: flex;
    font-size: 0.8125rem;
    margin-bottom: 1rem; }
    .c-rewards__upcoming__image {
      flex: 0 0 60px;
      max-width: 60px; }
      .c-rewards__upcoming__image__img {
        width: 100%; }
    .c-rewards__upcoming__heading {
      font-size: 1.3em;
      font-weight: 600; }
    .c-rewards__upcoming__details {
      padding-left: 1rem; }
    .c-rewards__upcoming__more {
      text-transform: capitalize; }

.c-category-up-tile {
  align-items: center;
  display: flex;
  position: relative;
  text-align: center; }
  .c-category-up-tile__image {
    display: block;
    height: auto;
    width: 100%; }
  .c-category-up-tile__label {
    color: #ffffff;
    display: block;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1.9px;
    line-height: normal;
    padding: 0 1rem;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 100%; }
  .c-category-up-tile-grid {
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px; }
    @media (min-width: 1024px) {
      .c-category-up-tile-grid {
        margin-right: -20px;
        margin-left: -20px; } }
    .s-graphical-asset--banner + .c-category-up-tile-grid {
      margin-top: 2.5rem; }
    .c-category-up-tile-grid__item {
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 10px;
      padding-left: 10px; }
      @media (min-width: 1024px) {
        .c-category-up-tile-grid__item {
          padding-right: 20px;
          padding-left: 20px; } }
      .c-category-up-tile-grid--3up .c-category-up-tile-grid__item {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
        margin-bottom: 20px; }
        @media (min-width: 1024px) {
          .c-category-up-tile-grid--3up .c-category-up-tile-grid__item {
            margin-bottom: 40px; } }
      .c-category-up-tile-grid--4up .c-category-up-tile-grid__item {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 20px; }
        @media (min-width: 1024px) {
          .c-category-up-tile-grid--4up .c-category-up-tile-grid__item {
            flex: 0 0 25%;
            max-width: 25%;
            margin-bottom: 40px; } }

.recently-viewed {
  display: none;
  left: 0;
  position: fixed;
  top: calc(100% - 38px);
  width: 100%;
  z-index: 989; }
  @media (min-width: 1024px) {
    .recently-viewed {
      display: block; } }
  .recently-viewed.is-active {
    bottom: 0;
    top: auto;
    z-index: 990; }
  .recently-viewed__tab__inner, .recently-viewed__items {
    background-color: #ddd9d7; }
  .recently-viewed__tab {
    display: inline-block;
    text-align: right;
    width: 100%; }
    .recently-viewed__tab__inner {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='eye' viewBox='-9.5 -6.6 19.1 13.2' width='25px' height='100%25'%3E %3Cpath d='M0,4.2c-2.2,0-4-1.9-4-4.2s1.8-4.2,4-4.2S4-2.3,4,0S2.2,4.2,0,4.2z M0-3.3c-1.8,0-3.2,1.5-3.2,3.3S-1.8,3.3,0,3.3 S3.2,1.8,3.2,0S1.8-3.3,0-3.3z'%3E%3C/path%3E %3Cpath d='M0,2c-1.1,0-1.9-0.9-1.9-2S-1-2,0-2c1.1,0,1.9,0.9,1.9,2S1.1,2,0,2z M0-1.1c-0.6,0-1.1,0.5-1.1,1.1S-0.6,1.1,0,1.1 S1.1,0.6,1.1,0S0.6-1.1,0-1.1z'%3E%3C/path%3E %3Cpath d='M9.5,0.2c-2,4-5.6,6.4-9.5,6.4s-7.5-2.5-9.5-6.4c-0.1-0.1-0.1-0.3,0-0.4c2-4,5.6-6.4,9.5-6.4s7.5,2.5,9.5,6.4 C9.5-0.1,9.5,0.1,9.5,0.2z M0-5.8c-3.5,0-6.8,2.2-8.7,5.8C-6.8,3.6-3.5,5.8,0,5.8S6.8,3.6,8.7,0C6.8-3.6,3.5-5.8,0-5.8z'%3E%3C/path%3E %3C/svg%3E");
      background-position: 12px center;
      background-repeat: no-repeat;
      background-size: 25px auto;
      cursor: pointer;
      display: inline-block;
      margin-right: 20px;
      padding: 8px 12px 8px 49px;
      vertical-align: top; }
  .recently-viewed__items {
    align-items: center;
    display: flex;
    margin-bottom: 0;
    margin-top: -1px;
    padding: 20px; }
  .recently-viewed__item {
    flex: 0 0 72px;
    list-style: none;
    margin: 0 5px;
    max-width: 72px;
    text-align: center; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  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: auto;
  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; }

@media (min-width: 1024px) {
  .slick-dotted {
    margin-bottom: 60px; } }

.slick-arrow {
  width: 19px;
  height: 52px;
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0;
  position: absolute;
  top: 30%;
  z-index: 1;
  overflow: hidden;
  padding: 0; }
  .slick-arrow.slick-disabled {
    cursor: default;
    opacity: .25; }

.slick-prev {
  left: -11px; }

.slick-next {
  right: -11px;
  transform: rotate(180deg); }

.slick-dots {
  padding: 0;
  text-align: center;
  position: absolute;
  right: 0;
  left: 0; }
  .slick-dots li {
    background-color: #d5d5d5;
    border-radius: 50%;
    display: inline-block;
    font-size: 0;
    height: 8px;
    margin-left: 5px;
    margin-right: 5px;
    width: 8px; }
    .slick-dots li button {
      background-color: transparent;
      border: none;
      outline: none; }
  .slick-dots .slick-active {
    background-color: #747474; }

[data-slick]:not(.slick-initialized) > :first-child ~ * {
  display: none; }

.slick-prev:before,
.slick-next:before {
  line-height: 1;
  opacity: .75;
  color: #333333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev:focus, .slick-prev:hover, .slick-next:focus, .slick-next:hover {
  color: transparent;
  outline: none;
  background: transparent; }

.slick-prev.sl-icon, .slick-next.sl-icon {
  color: #000;
  opacity: .5; }
  .slick-prev.sl-icon.slick-disabled, .slick-next.sl-icon.slick-disabled {
    color: #a6a6a6; }

.pdp-image-zoom {
  align-items: center;
  background-image: none;
  display: none;
  flex-direction: column;
  max-height: 100vh;
  justify-content: center;
  margin: auto;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
  text-align: center;
  width: 100vw; }
  .is-pdp-image-zoom-loading .pdp-image-zoom,
  .is-pdp-image-zoom-active .pdp-image-zoom {
    display: flex; }
  .pdp-image-zoom__inner {
    max-width: 1440px; }
  .pdp-image-zoom__header {
    height: 0;
    position: relative; }
  .pdp-image-zoom__close {
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:a='http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/' x='0px' y='0px' width='32px' height='32px' viewBox='-7.939 -7.939 32 32' overflow='visible' enable-background='new -7.939 -7.939 32 32' xml:space='preserve'%3E %3Cpath id='Line-5_1_' fill='none' stroke='%23000000' stroke-width='1.5' stroke-linecap='square' d='M15.203,1.061L1.061,15.203'/%3E %3Cpath id='Line-5-Copy_1_' fill='none' stroke='%23000000' stroke-width='1.5' stroke-linecap='square' d='M15.203,15.203L1.061,1.061' /%3E %3C/svg%3E");
    border: 1px solid #afafaf;
    border-radius: 50%;
    box-shadow: 0 0 10px white;
    background-color: white;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    display: block;
    height: 35px;
    opacity: 0;
    position: fixed;
    top: 12px;
    right: 12px;
    z-index: 1;
    transition: opacity 1s;
    width: 35px; }
    @media (min-width: 1024px) {
      .pdp-image-zoom__close {
        top: 20px;
        right: 20px; } }
    @media (min-width: 1024px) {
      .pdp-image-zoom__close {
        position: absolute; } }
    .is-pdp-image-zoom-active .pdp-image-zoom__close {
      opacity: 1; }
  .pdp-image-zoom__body {
    background-image: url("../gif/loading-small.gif");
    background-repeat: no-repeat;
    background-position: center;
    overflow: auto;
    position: relative;
    max-height: 100vh;
    max-width: 100vw;
    width: 100vw; }
    @media (min-width: 1024px) {
      .pdp-image-zoom__body {
        width: auto; } }
  .pdp-image-zoom__image {
    display: none;
    height: auto;
    min-height: 100vh;
    min-width: 100vw;
    max-height: 100vw;
    max-width: 100vh;
    opacity: 0;
    transition: opacity 1s;
    width: auto; }
    @media (min-width: 1024px) {
      .pdp-image-zoom__image {
        min-height: 0;
        min-width: 0;
        max-height: none;
        max-width: 100%;
        width: 100%; } }
    .is-pdp-image-zoom-loading .pdp-image-zoom__image,
    .is-pdp-image-zoom-active .pdp-image-zoom__image {
      display: inline-block; }
    .is-pdp-image-zoom-active .pdp-image-zoom__image {
      opacity: 1; }

.is-pdp-image-zoom-active, .is-pdp-image-zoom-active body {
  height: 100%;
  overflow: hidden;
  position: relative; }

.table {
  margin-bottom: 1.25rem; }
  .table tbody th,
  .table tbody td {
    border-bottom: none;
    border-right: 1px solid #ddd9d7;
    border-top: none; }
  .table th,
  .table td {
    font-size: 12px;
    padding: 15px 25px; }
  .table th {
    font-weight: 600;
    text-transform: uppercase; }

.table-responsive {
  margin-bottom: 1.25rem; }
  .table-responsive .table.table-bordered {
    border: 1px solid #ddd9d7;
    margin-bottom: 1px; }

.table-bordered-x {
  border: 0; }
  .table-bordered-x th, .table-bordered-x td {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .table-bordered-x thead tr {
    border: 0; }
  .table-bordered-x thead th {
    border: 0;
    border-bottom: 1px solid #ddd9d7; }
  .table-bordered-x tbody th, .table-bordered-x tbody td {
    border: 0;
    border-top: 1px solid #ddd9d7; }
  .table-bordered-x tbody tr:first-child td {
    border: 0; }

.canada-post-location-result {
  align-items: baseline;
  display: flex;
  margin: 1rem 0; }
  .canada-post-location-result__radio {
    margin-right: 0.5rem; }

.js-store-availability {
  width: 100%; }

.store-info-container {
  display: block; }

.c-store-availability {
  background-color: #f1f0ef;
  margin: 1.25rem 0 0;
  padding: 13px 0 9px;
  text-align: center;
  vertical-align: middle; }
  .c-store-availability__active {
    display: block; }
  .c-store-availability__store, .c-store-availability__message {
    background-position: -5px, -2px;
    line-height: -1;
    display: inline-block;
    letter-spacing: normal; }
  .c-store-availability__store {
    font-size: 15px;
    font-weight: 600;
    padding-left: 22px; }
  .c-store-availability__message {
    background-position: calc(100% + 3px) -3px;
    border-left: 1px solid #ddd9d7;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.5;
    margin-left: 10px;
    padding-right: 25px;
    padding-left: 14px; }

.c-store-status-icon {
  background-repeat: no-repeat; }
  .c-store-status-icon--store-error, .c-store-status-icon--unavailable {
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0' y='0' width='24' height='24' viewBox='0, 0, 24, 24'%3E%3Cpath d='M12,20.55 C7.278,20.55 3.45,16.722 3.45,12 C3.45,7.278 7.278,3.45 12,3.45 C16.722,3.45 20.55,7.278 20.55,12 C20.55,16.722 16.722,20.55 12,20.55 z M12,18.05 C15.341,18.05 18.05,15.341 18.05,12 C18.05,8.659 15.341,5.95 12,5.95 C8.659,5.95 5.95,8.659 5.95,12 C5.95,15.341 8.659,18.05 12,18.05 z M12,13.768 L10.134,15.634 L8.366,13.866 L10.232,12 L8.366,10.134 L10.134,8.366 L12,10.232 L13.866,8.366 L15.634,10.134 L13.768,12 L15.634,13.866 L13.866,15.634 L12,13.768 z' fill='%23BE1E24'/%3E%3C/svg%3E"); }
  .c-store-status-icon--limited-stock {
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0' y='0' width='24' height='24' viewBox='0, 0, 24, 24'%3E%3Cpath d='M12,20.55 C7.278,20.55 3.45,16.722 3.45,12 C3.45,7.278 7.278,3.45 12,3.45 C16.722,3.45 20.55,7.278 20.55,12 C20.55,16.722 16.722,20.55 12,20.55 z M12,18.05 C15.341,18.05 18.05,15.341 18.05,12 C18.05,8.659 15.341,5.95 12,5.95 C8.659,5.95 5.95,8.659 5.95,12 C5.95,15.341 8.659,18.05 12,18.05 z M14.866,8.616 L16.634,10.384 L11,16.018 L7.116,12.134 L8.884,10.366 L11,12.482 L14.866,8.616 z' fill='%232596be'/%3E%3C/svg%3E"); }
  .c-store-status-icon--available {
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0' y='0' width='24' height='24' viewBox='0, 0, 24, 24'%3E%3Cpath d='M12,20.55 C7.278,20.55 3.45,16.722 3.45,12 C3.45,7.278 7.278,3.45 12,3.45 C16.722,3.45 20.55,7.278 20.55,12 C20.55,16.722 16.722,20.55 12,20.55 z M12,18.05 C15.341,18.05 18.05,15.341 18.05,12 C18.05,8.659 15.341,5.95 12,5.95 C8.659,5.95 5.95,8.659 5.95,12 C5.95,15.341 8.659,18.05 12,18.05 z M14.866,8.616 L16.634,10.384 L11,16.018 L7.116,12.134 L8.884,10.366 L11,12.482 L14.866,8.616 z' fill='%232596be'/%3E%3C/svg%3E"); }
  .c-store-status-icon--preferred {
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0' y='0' width='24' height='24' viewBox='0, 0, 24, 24'%3E%3Cpath d='M9.465,17.744 C8.793,16.955 8.171,16.125 7.603,15.259 C7.036,14.399 6.551,13.488 6.154,12.537 C5.758,11.607 5.551,10.608 5.545,9.597 C5.545,8.654 5.731,7.755 6.102,6.905 C6.459,6.08 6.966,5.328 7.598,4.689 C8.23,4.051 8.977,3.539 9.8,3.18 C10.646,2.808 11.562,2.619 12.486,2.623 C13.436,2.623 14.333,2.808 15.179,3.18 C16.015,3.548 16.751,4.051 17.382,4.688 C18.014,5.327 18.521,6.079 18.877,6.904 C19.248,7.754 19.434,8.653 19.434,9.596 C19.434,10.581 19.23,11.562 18.825,12.536 C18.428,13.487 17.943,14.398 17.376,15.258 C16.808,16.124 16.187,16.954 15.515,17.743 C14.872,18.498 14.273,19.195 13.719,19.835 C13.694,19.894 13.683,19.898 13.659,19.905 C13.62,19.945 13.62,19.945 13.583,19.98 C13.537,20.024 13.473,20.08 13.388,20.153 C13.226,20.293 13.041,20.393 12.837,20.453 C12.729,20.5 12.611,20.521 12.493,20.513 C12.455,20.515 12.418,20.516 12.38,20.516 L12.25,20.516 L12.13,20.468 C11.934,20.394 11.751,20.288 11.591,20.153 C11.525,20.097 11.46,20.039 11.396,19.98 C11.359,19.946 11.359,19.946 11.32,19.905 C11.297,19.898 11.285,19.894 11.26,19.835 C10.706,19.195 10.108,18.498 9.465,17.743 z M12.5,12.5 C14.157,12.5 15.5,11.157 15.5,9.5 C15.5,7.843 14.157,6.5 12.5,6.5 C10.843,6.5 9.5,7.843 9.5,9.5 C9.5,11.157 10.843,12.5 12.5,12.5 z' fill='%232596be'/%3E%3C/svg%3E"); }

.c-leaderboard.ui-dialog {
  max-width: unset;
  height: auto !important;
  max-height: 90vh;
  overflow-x: auto;
  overflow-y: scroll; }
  .c-leaderboard.ui-dialog::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 9px; }
  .c-leaderboard.ui-dialog::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.5); }

.c-leaderboard .ui-dialog-titlebar-close {
  z-index: 2; }

.c-leaderboard .ui-dialog-titlebar {
  padding: 0;
  height: 0; }
  .c-leaderboard .ui-dialog-titlebar::after {
    display: none; }

.c-leaderboard .ui-dialog-content {
  padding: 0;
  height: 100% !important; }
  .c-leaderboard .ui-dialog-content > *,
  .c-leaderboard .ui-dialog-content > * > * {
    height: 100%; }
  .c-leaderboard .ui-dialog-content .mcsubscribe-success-message,
  .c-leaderboard .ui-dialog-content .mcsubscribe-error-message {
    text-align: center;
    height: auto; }

.c-leaderboard__heading {
  color: #007ac3;
  font-size: 33px;
  font-weight: bold;
  line-height: 1.05;
  letter-spacing: normal;
  position: relative;
  text-align: center;
  text-transform: uppercase; }
  .c-leaderboard__heading::after {
    content: "";
    background-color: #007ac3;
    display: block;
    height: 4px;
    margin-left: -19.5px;
    position: absolute;
    left: 50%;
    bottom: -0.25em;
    width: 39px; }
  @media (min-width: 768px) {
    .c-leaderboard__heading {
      color: #fff;
      text-align: left; }
      .c-leaderboard__heading::after {
        background-color: #fff;
        margin-left: 0;
        left: 0; } }
  @media (min-width: 1024px) {
    .c-leaderboard__heading {
      font-size: 40px; } }

.c-leaderboard__panel-a__content {
  height: 100%;
  padding-top: 48px;
  padding-right: 20px;
  padding-bottom: 2.5rem;
  padding-left: 20px;
  background-image: var(--c-leaderboard-bgimage-mobile);
  min-height: 250px;
  background-size: cover;
  background-position: center 9%; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .c-leaderboard__panel-a__content {
      background-image: var(--c-leaderboard-bgimage-mobile-lg); } }
  @media (min-width: 768px) {
    .c-leaderboard__panel-a__content {
      background-image: var(--c-leaderboard-bgimage);
      background-position: center;
      background-repeat: no-repeat;
      display: block; } }
  @media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 192dpi) {
    .c-leaderboard__panel-a__content {
      background-image: var(--c-leaderboard-bgimage-lg); } }
  @media (min-width: 1024px) {
    .c-leaderboard__panel-a__content {
      padding-top: 45px;
      padding-left: 40px; } }

@media (min-width: 768px) {
  .c-leaderboard__panel-b {
    padding-left: 0;
    padding-right: 0; } }

.c-leaderboard__panel-b__content {
  padding-top: 1rem;
  padding-right: 20px;
  padding-bottom: 2.5rem;
  padding-left: 20px; }
  @media (min-width: 768px) {
    .c-leaderboard__panel-b__content {
      padding-top: 34px; } }
  @media (min-width: 1024px) {
    .c-leaderboard__panel-b__content {
      padding-left: 0;
      padding-right: 40px; } }

.c-leaderboard__agreement-confirmation {
  margin-bottom: 8px;
  padding-top: 3px; }
  .c-leaderboard__agreement-confirmation .d-flex {
    display: block !important; }
  .c-leaderboard__agreement-confirmation .c-form-row__input {
    float: left; }

.svg-mcsubscribe {
  height: 30px;
  width: 30px; }
  .svg-mcsubscribe-success {
    color: #007ac3; }
  .svg-mcsubscribe-error {
    color: #ff001f; }

.s-landing__section--full-width {
  margin: 0 -20px; }
  @media (min-width: 1024px) {
    .s-landing__section--full-width {
      margin: 0; } }

.s-dl dl {
  display: table;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 1rem 0;
  width: 100%; }
  .s-dl dl > div {
    display: table-row; }
    .s-dl dl > div > dt, .s-dl dl > div > dd {
      clear: none;
      display: table-cell;
      float: none;
      padding: .25em 0; }
  .s-dl dl dt,
  .s-dl dl dd {
    margin: .25em 0; }
  .s-dl dl dt {
    font-weight: 400;
    padding-right: .5em; }
    .s-dl dl dt::after {
      content: ':'; }
  .s-dl dl dd {
    padding: 0;
    font-weight: 300;
    text-align: right; }

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

/*# sourceMappingURL=style.css.map */
