﻿.interactive-panel .tab-image, .interactive-panel .tab, .need-help {
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.08), 0 2px 4px 1px rgba(0, 0, 0, 0.02), 0 3px 12px 1px rgba(0, 0, 0, 0.04), 0 0px 0px 1px rgba(0, 0, 0, 0.04);
  transition: box-shadow 0.3s ease;
}

.interactive-panel .tab:hover, .interactive-panel .tab.hover, .interactive-panel .tab.active {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.06), 0 4px 6px 0 rgba(0, 0, 0, 0.04), 0 6px 16px 0 rgba(0, 0, 0, 0.12), 0 0px 0px 0px rgba(0, 0, 0, 0);
}

.footer input.form-input::-webkit-input-placeholder, .form-input::placeholder {
  font-family: "Avenir LT Std Book Oblique", sans-serif;
  font-size: 16px;
}

@font-face {
  font-family: "Sansation Light";
  src: url("../../fonts/sansation_light-webfont.woff2") format("woff2"), url("../../fonts/sansation_light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Sansation";
  src: url("../../fonts/sansation_regular-webfont.woff2") format("woff2"), url("../../fonts/sansation_regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Avenir LT Std Book";
  src: url("../../fonts/AvenirLTStd-Book.woff2") format("woff2"), url("../../fonts/AvenirLTStd-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Avenir LT Std Book Oblique";
  src: url("../../fonts/AvenirLTStd-BookOblique.woff2") format("woff2"), url("../../fonts/AvenirLTStd-BookOblique.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Avenir LT Std";
  src: url("../../fonts/AvenirLTStd-Roman.woff2") format("woff2"), url("../../fonts/AvenirLTStd-Roman.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Avenir LT Std Oblique";
  src: url("../../fonts/AvenirLTStd-Oblique.woff2") format("woff2"), url("../../fonts/AvenirLTStd-Oblique.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Avenir LT Std Medium";
  src: url("../../fonts/AvenirLTStd-Medium.woff2") format("woff2"), url("../../fonts/AvenirLTStd-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Avenir LT Std Heavy";
  src: url("../../fonts/AvenirLTStd-Heavy.woff2") format("woff2"), url("../../fonts/AvenirLTStd-Heavy.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Avenir LT Std Black";
  src: url("../../fonts/AvenirLTStd-Black.woff2") format("woff2"), url("../../fonts/AvenirLTStd-Black.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.coloured-text.acrylic {
  color: #685bc7;
}
.coloured-text.acrylic a:hover {
  color: #675ac7;
}
.coloured-text.laminate {
  color: #ffaa00;
}
.coloured-text.laminate a:hover {
  color: #fea900;
}
.coloured-text.melamine {
  color: #67cee3;
}
.coloured-text.melamine a:hover {
  color: #66cee3;
}
.coloured-text.stone {
  color: #9b908d;
}
.coloured-text.stone a:hover {
  color: #9b8f8c;
}
.coloured-text.veneer {
  color: #7bc142;
}
.coloured-text.veneer a:hover {
  color: #7ac141;
}
.coloured-text.substrates {
  color: #171f32;
}
.coloured-text.substrates a:hover {
  color: #171f31;
}

html {
  box-sizing: border-box;
  cursor: default;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
}

*,
:before,
:after {
  box-sizing: inherit;
}

body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section,
figcaption,
figure,
main,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  display: block;
  margin: 0;
}

nav ol,
nav ul {
  list-style: none;
}

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
  height: auto;
  max-width: 100%;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/**
 * Collapse border spacing
 */
table {
  border-collapse: collapse;
}

/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * Inherit styling in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  border: 0;
  background: 0;
  padding: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * 1. Remove the default vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  overflow: auto; /* 1 */
  resize: vertical; /* 2 */
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation; /* 1 */
  touch-action: manipulation;
}

/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

body {
  font-size: 16px;
  line-height: 24px;
  color: #171f32;
  font-family: "Avenir LT Std Book", sans-serif;
}

h1,
.h1,
.news-heading,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: normal;
  color: #171F32;
}

h1,
.h1,
.news-heading,
h2,
.h2,
h3,
.h3 {
  font-family: "Sansation Light", sans-serif;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Avenir LT Std Heavy", sans-serif;
}

h1,
.h1,
.news-heading {
  font-size: 32px;
  line-height: 36px;
  letter-spacing: -0.32px;
}
@media (min-width: 700px) {
  h1,
  .h1,
  .news-heading {
    font-size: 50px;
    line-height: 56px;
    letter-spacing: -0.5px;
  }
}

h2,
.h2 {
  font-size: 32px;
  line-height: 36px;
  letter-spacing: -0.32px;
}
@media (min-width: 700px) {
  h2,
  .h2 {
    font-size: 40px;
    line-height: 44px;
    letter-spacing: -0.28px;
  }
}

h3,
.h3 {
  font-size: 28px;
  line-height: 32px;
  letter-spacing: -0.4px;
}

h4,
.h4 {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}

p,
.paragraph {
  margin: 0;
}

a,
a:focus,
a:active {
  color: #171F32;
  text-decoration: none;
  transition: color 0.3s ease;
}

a,
button,
[type=submit] {
  cursor: pointer;
}
a:focus,
button:focus,
[type=submit]:focus {
  outline: 0;
}
a:active,
button:active,
[type=submit]:active {
  -webkit-tap-highlight-color: transparent;
}

.white-text {
  color: #ffffff;
}
.white-text h1, .white-text .h1, .white-text .news-heading, .white-text h2, .white-text .h2, .white-text h3, .white-text .h3, .white-text h4, .white-text .h4, .white-text h5, .white-text .h5, .white-text h6, .white-text .h6 {
  color: #ffffff;
}
.white-text a,
.white-text a:focus,
.white-text a:active {
  color: #ffffff;
}
.white-text .button {
  color: #00C3B1;
  background: #ffffff;
}
.white-text .button.bordered {
  color: #ffffff;
  background: transparent;
  box-shadow: 0 0 0 1px inset #ffffff;
}
.white-text .button.bordered:hover,
.white-text .button.bordered .active {
  color: #00C3B1;
  background: #ffffff;
}
.white-text .button:hover {
  background: rgba(255, 255, 255, 0.84);
}

.read-more {
  display: inline-block;
  color: #00C3B1;
  transition: color 0.3s ease;
  font-family: "Avenir LT Std", sans-serif;
}
.read-more:after {
  width: 6px;
  height: 10px;
  content: "";
  display: inline-block;
  background-image: url("/Content/images/dt-chevron-teal-right.svg");
  background-position: 0 1px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-left: 8px;
  transition: background-image 0.3s ease;
}
.read-more:hover {
  color: #00897C;
}
.read-more:hover:after {
  background-image: url("/Content/images/dt-chevron-teal-right-dark.svg");
}

b, strong {
  font-family: "Avenir LT Std Medium", sans-serif;
}

address {
  font-style: normal;
}

.remove {
  display: none;
}
.remove-inmobile {
  display: none;
}
@media (min-width: 970px) {
  .remove-inmobile {
    display: block;
  }
}
.remove-inmobile-inline {
  display: none;
}
@media (min-width: 970px) {
  .remove-inmobile-inline {
    display: inline-block;
  }
}
.remove-indesktop {
  display: block;
}
@media (min-width: 970px) {
  .remove-indesktop {
    display: none;
  }
}

.arrow {
  display: inline-block;
  width: 20px;
  height: 9px;
  position: relative;
  left: 15px;
  background: url("/Content/images/read-more-icon.svg") no-repeat;
}

.button-icon {
  padding-left: 44px;
  padding-right: 22px;
  position: relative;
}
.button-icon:before {
  content: "";
  position: absolute;
  left: 16px;
  top: 14px;
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.button-icon.book-icon:before {
  background-image: url(/Content/images/book-icon.svg);
  width: 16px;
  height: 16px;
}
.button-icon.cart-icon:before {
  background-image: url(/Content/images/shopping-cart-icon.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
}

@media (min-width: 700px) {
  .button-group .button,
  .button-group-large .button {
    margin-right: 12px;
  }
}
.button-group .button + .button,
.button-group-large .button + .button {
  margin-top: 12px;
}
@media (max-width: 699px) {
  .button-group .button + .button,
  .button-group-large .button + .button {
    margin-top: 0;
  }
}
@media (max-width: 699px) {
  .button-group > *,
  .button-group-large > * {
    margin-bottom: 16px;
  }
  .button-group > *:last-child,
  .button-group-large > *:last-child {
    margin-bottom: 0px;
  }
}

@media (min-width: 700px) {
  .button-group .button {
    margin-right: 20px;
  }
}
@media (min-width: 700px) {
  .button-group .button + .button {
    margin-top: 0;
  }
}

@media (min-width: 700px) {
  .button-group-large .button {
    margin-right: 30px;
  }
}
@media (min-width: 700px) {
  .button-group-large .button + .button {
    margin-top: 0;
  }
}

.load-more-wrapper {
  text-align: center;
  margin-top: 30px;
}
@media (min-width: 700px) {
  .load-more-wrapper {
    margin-top: 60px;
  }
}
.load-more-wrapper.loading {
  position: relative;
}
.load-more-wrapper.loading:before {
  content: "";
  background: url("/Content/images/loader.gif") 0 0/100% 100% no-repeat;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -24px;
  width: 18px;
  height: 18px;
}
@media (min-width: 700px) {
  .load-more-wrapper.loading:before {
    width: 32px;
    height: 32px;
    top: -45px;
  }
}

.bg-img, .mobile-menu-container .header .menu-logo, .header-logo {
  display: block;
  font-size: 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 0 0;
}

@media (min-width: 700px) {
  .hide-on-medium {
    display: none !important;
  }
}

@media (min-width: 1280px) {
  .hide-on-large {
    display: none !important;
  }
}

@media (max-width: 1278px) {
  .show-on-large {
    display: block !important;
  }
}

@media (max-width: 478px) {
  .show-on-small {
    display: block !important;
  }
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.align-center {
  text-align: center;
}

.form {
  position: relative;
}

.form-row + *,
.form-row .form-cell + .form-cell {
  margin-top: 20px;
}
@media (min-width: 700px) {
  .form-row {
    display: flex;
    margin-left: -40px;
  }
  .form-row .form-cell {
    padding-left: 40px;
    flex: 1 1 auto;
  }
  .form-row .form-cell + .form-cell {
    margin-top: 0;
  }
  .form-row.multiple .form-cell {
    flex: 1 1 50%;
  }
}

.form-label {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 1px;
  color: #171F32;
  font-family: "Avenir LT Std", sans-serif;
  display: block;
}
.form-label + .form-input {
  margin-top: 7px;
}
@media (max-width: 699px) {
  .form-label + .form-input {
    margin-top: 4px;
  }
}

legend.form-label {
  margin-bottom: 12px;
}

.form-input {
  font-family: "Avenir LT Std Medium", sans-serif;
  font-size: 16px;
  line-height: 24px;
  padding-top: 12px;
  padding-bottom: 10px;
  padding-left: 16px;
  padding-right: 16px;
  background: #ffffff;
  color: #171F32;
  width: 100%;
  max-width: 100%;
  transition: background 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.04);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.08), 0 2px 4px 0 rgba(0, 0, 0, 0.02), 0 3px 12px 0 rgba(0, 0, 0, 0.04);
}
.form-input:hover {
  background: #EDEDEF;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.06), 0 4px 6px 0 rgba(0, 0, 0, 0.04), 0 6px 16px 0 rgba(0, 0, 0, 0.12);
}
.form-input:focus {
  outline: 0;
  background: #ffffff;
  box-shadow: 0 0 0 2px #00C3B1, 0 0 4px 2px #00C3B1;
}
.form-input[type=search] {
  padding-left: 40px;
}
.form-input.form-input-with-button {
  padding-right: 50px;
}
.form-input.error, .form-input.input-validation-error {
  box-shadow: 0 0 0 2px #ba2a2a;
}

select,
.custom-dropdown {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  font-family: "Avenir LT Std Oblique", sans-serif;
}
select.form-input,
.custom-dropdown.form-input {
  width: 280px;
  padding-right: 30px;
  box-sizing: border-box;
  background-image: url(/Content/images/dropdown-arrow.svg);
  background-position: top 50% right 14px;
  background-size: 12px 5px;
  background-repeat: no-repeat;
  box-shadow: inset 0 -1px 0 0 #171F32;
}

select::-ms-expand {
  display: none;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

.form-custom-dropdown {
  position: relative;
}

.custom-dropdown {
  display: block;
  cursor: pointer;
  color: rgba(23, 31, 50, 0.6);
}
.custom-dropdown.form-input {
  width: 100%;
  background-image: url(/Content/images/dropdown-arrow-up.svg);
  background-image: url(/Content/images/dropdown-arrow.svg);
}
.custom-dropdown:hover {
  box-shadow: inset 0 -2px 0 0 #171f32;
}
.custom-dropdown:active {
  background-color: #f3f1ef;
}
.custom-dropdown.active {
  background-image: url(/Content/images/dropdown-arrow-up.svg);
}
.custom-dropdown.selected {
  color: #171F32;
}

.custom-dropdown-items {
  background: #f3f1ef;
  border: 1px solid rgba(0, 0, 0, 0.02);
  box-shadow: 0 7px 12px -1px rgba(0, 0, 0, 0.08), 0 0 2px -1px rgba(0, 0, 0, 0.2), 0 2px 4px -1px rgba(0, 0, 0, 0.28);
  padding: 12px 14px;
  position: absolute;
  z-index: 2;
  width: 100%;
  left: 0;
  top: 100%;
  margin-top: 2px;
  display: none;
}

.custom-dropdown.active {
  border-color: rgba(23, 31, 50, 0.2);
  box-shadow: 0 0 0 2px #00C3B1;
}
.custom-dropdown.active + .custom-dropdown-items {
  display: block;
}

.form-checkbox + *,
.form-radio + * {
  margin-top: 16px;
}
.form-checkbox [type=checkbox],
.form-checkbox [type=radio],
.form-radio [type=checkbox],
.form-radio [type=radio] {
  position: absolute;
  left: -9999px;
}
.form-checkbox label,
.form-radio label {
  padding-left: 32px;
  line-height: 24px;
  position: relative;
  display: block;
  cursor: pointer;
}
.form-checkbox label:before,
.form-radio label:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  border: 1px solid rgba(23, 31, 50, 0.2);
  background: white;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.form-checkbox label:hover:before,
.form-radio label:hover:before {
  border-color: rgba(23, 31, 50, 0.4);
}

.form-checkbox label:before {
  color: #00C3B1;
  background-size: 14px 11px;
  background-position: center center;
  background-repeat: no-repeat;
}
.form-checkbox [type=checkbox]:checked + label:before {
  background-image: url(/Content/images/check.svg);
}

.form-radio label:before {
  border-radius: 100%;
}
.form-radio [type=radio]:checked + label:after {
  content: "";
  border-radius: 100%;
  background: #00C3B1;
  position: absolute;
  width: 12px;
  height: 12px;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -1px;
}

textarea {
  height: 173px;
  display: block;
}

.submit-button {
  background: #171F32;
  color: #ffffff;
  padding: 12px 20px;
}

.form-submit-search {
  font-size: 0;
  background-image: url("/Content/images/search-icon.svg");
  background-size: 20px;
  background-repeat: no-repeat;
  position: absolute;
  left: 14px;
  bottom: 15px;
  width: 20px;
  height: 20px;
}
@media (max-width: 699px) {
  .form-submit-search {
    background-size: 18px;
  }
}

.form-submit-email {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 12px;
  bottom: 13px;
  font-size: 0;
  background-image: url("/Content/images/dt-chevron-right.svg");
  background-position: center center;
  background-size: 8px 14px;
  background-repeat: no-repeat;
  transition: background 0.3s ease;
}

.form-message {
  padding: 15px 44px 13px;
  padding-right: 80px;
  position: relative;
  color: white;
  line-height: 20px;
  margin-top: 30px;
}
.form-message + * {
  margin-top: 30px;
}
.form-message .close {
  opacity: 0.6;
  letter-spacing: 0;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 2px;
}
.form-message:before {
  content: "";
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.form-message.error {
  background: #ba2a2a;
}
.form-message.success {
  background: #00C3B1;
}
.form-message.success:before {
  background: white url(/Content/images/check-purple-icon.svg) center center/11px no-repeat;
  width: 20px;
  height: 20px;
  border-radius: 100%;
}

.field-validation-error {
  display: block;
}

.field-validation-error,
.error-message {
  margin-top: 8px;
  font-size: 15px;
  color: #ba2a2a;
}

.search-form-large .form-input {
  padding-top: 21px;
  padding-bottom: 17px;
}
.search-form-large .button {
  border-radius: 32px;
  height: 64px;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 2.4px;
}

.wrapper {
  max-width: 1782px;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 700px) {
  .wrapper {
    padding: 0 60px 0;
  }
}
@media (min-width: 560px) {
  .wrapper {
    padding: 0 32px;
  }
}
@media (min-width: 1280px) {
  .wrapper {
    padding: 0 60px;
  }
}

.content-inner,
.content-inner-medium,
.content-inner-large {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 700px) {
  .content-inner,
  .content-inner-medium,
  .content-inner-large {
    max-width: 780px;
  }
}
@media (min-width: 1280px) {
  .content-inner,
  .content-inner-medium,
  .content-inner-large {
    max-width: 920px;
  }
}
@media (min-width: 1620px) {
  .content-inner,
  .content-inner-medium,
  .content-inner-large {
    max-width: 1080px;
  }
}

.content-inner-medium {
  max-width: 920px;
}

@media (min-width: 1280px) {
  .content-inner-large {
    max-width: 1662px;
  }
}

.content-wrapper {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (min-width: 375px) {
  .content-wrapper {
    padding: 0 30px;
  }
}

.Home .grid-section {
  max-width: none;
  margin: 0;
}

.grid-section {
  margin: 0 auto;
}
.grid-section + .grid-section {
  margin-top: 67px;
}
@media (min-width: 700px) {
  .grid-section + .grid-section {
    margin-top: 67px;
  }
}
.grid-section .grid-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.grid-section .grid-list-item {
  flex: 1 1 100%;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 36px;
}
@media (min-width: 700px) {
  .grid-section .grid-list-item {
    max-width: 50%;
    margin-bottom: 40px;
    flex: 0 0 50%;
  }
}
.grid-section.no-grow .grid-list-item {
  flex-grow: 0;
}
@media (min-width: 700px) {
  .grid-section.no-grow .grid-list-item {
    flex-grow: 0;
  }
}
.grid-section.no-flex-grow .grid-list-item {
  flex-grow: 0 !important;
}
@media (min-width: 700px) {
  .grid-section.no-flex-grow .grid-list-item {
    flex-grow: 0 !important;
  }
}
.grid-section .grid-sidebar {
  display: none;
  flex: 0 0 100%;
  max-width: 100%;
}
.grid-section .grid-sidebar + * {
  max-width: none;
  flex: 1;
}
@media (min-width: 700px) {
  .grid-section .grid-sidebar {
    display: block;
  }
}
@media (min-width: 1280px) {
  .grid-section .grid-sidebar {
    flex: 0 1 320px;
    max-width: 320px;
  }
}
@media (min-width: 1620px) {
  .grid-section .grid-sidebar {
    flex-basis: 370px;
    max-width: 370px;
  }
}
.grid-section .image-wrapper {
  position: relative;
}
.grid-section .image-wrapper + * {
  margin-top: 15px;
}
.grid-section .image-wrapper img {
  width: 100%;
}
.grid-section .image-wrapper:hover .icon-list {
  display: block;
}
.grid-section .icon-list {
  display: none;
  position: absolute;
  left: 20px;
  top: 20px;
  max-width: 100%;
  z-index: 2;
}
.grid-section .icon-link + .icon-link {
  margin-left: 12px;
}
@media (max-width: 479px) {
  .grid-section .icon-list.dark,
  .grid-section .icon-list.dark-small {
    display: block;
    left: 0;
    top: inherit;
    bottom: 0;
  }
}
.grid-section .icon-list.dark .icon-link,
.grid-section .icon-list.dark-small .icon-link {
  background: #171F32;
}
.grid-section .icon-list.dark .icon-link:hover,
.grid-section .icon-list.dark-small .icon-link:hover {
  background: #00C3B1;
}
.grid-section .icon-list.dark .icon-link + .icon-link,
.grid-section .icon-list.dark-small .icon-link + .icon-link {
  margin-left: 0;
}
.grid-section .icon-list.dark-small {
  left: 8px;
  top: 8px;
  right: 8px;
}
.grid-section .icon-list.dark-small .icon-link:hover {
  background: #00C3B1;
}
.grid-section .icon-list.dark-small .icon-link:before {
  background-size: 14px;
  background-position: center;
}
.grid-section .icon-list.dark-small .fa-spinner,
.grid-section .icon-list.dark-small .fa-check {
  position: relative;
  top: 2px;
}
.grid-section .text-wrapper {
  margin-top: 11px;
}
.grid-section .button-group,
.grid-section .button-group-large {
  margin-top: 20px;
}
.grid-section .grid-list-item .carousel-image {
  position: relative;
}
.grid-section .grid-list-item .slide-caption {
  margin: 15px 0 6px;
}
@media (min-width: 480px) {
  .grid-section .grid-list-item .carousel-wrapper {
    margin-bottom: 32px;
  }
}
.grid-section .grid-list-item .carousel-controls {
  position: absolute;
  right: 0;
  display: none;
}
@media (min-width: 480px) {
  .grid-section .grid-list-item .carousel-controls {
    display: block;
  }
}

@media (max-width: 699px) {
  .grid-section.three-col .grid-list, .grid-section.six-col-medium .grid-list, .grid-section.six-col-large .grid-list {
    margin-left: -16px;
  }
  .grid-section.three-col .grid-list-item, .grid-section.six-col-medium .grid-list-item, .grid-section.six-col-large .grid-list-item {
    padding-left: 16px;
  }
}
.grid-section.three-col .grid-list-item, .grid-section.six-col-medium .grid-list-item, .grid-section.six-col-large .grid-list-item {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 700px) {
  .grid-section.three-col .grid-list-item, .grid-section.six-col-medium .grid-list-item, .grid-section.six-col-large .grid-list-item {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
.grid-section.three-col.photo-grid .grid-list-item {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 700px) {
  .grid-section.three-col.photo-grid .grid-list-item {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
.grid-section.two-col .grid-list {
  margin-left: -16px;
}
.grid-section.two-col .grid-list-item {
  padding-left: 16px;
}
@media (min-width: 700px) {
  .grid-section.two-col .grid-list {
    margin-left: -20px;
  }
  .grid-section.two-col .grid-list-item {
    padding-left: 20px;
  }
}
@media (min-width: 480px) {
  .grid-section.two-col .grid-list-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 700px) {
  .grid-section.three-col-medium .grid-list-item {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media (min-width: 700px) {
  .grid-section.four-col-medium .grid-list {
    margin-left: -20px;
    margin-right: -20px;
  }
  .grid-section.four-col-medium .grid-list-item {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.grid-section.four-col .grid-list-item {
  flex: 0 0 25%;
  max-width: 25%;
}
.grid-section.four-col .finish-grid {
  margin-left: -16px;
}
@media (min-width: 700px) {
  .grid-section.four-col .finish-grid {
    margin-left: -40px;
  }
}
.grid-section.four-col .finish-grid .grid-list-item {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 16px;
}
@media (min-width: 700px) {
  .grid-section.four-col .finish-grid .grid-list-item {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 40px;
  }
}
.grid-section.five-col .grid-list-item {
  flex: 0 0 20%;
  max-width: 20%;
}
@media (min-width: 700px) {
  .grid-section.five-col-medium .grid-list-item {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 1280px) {
  .grid-section.five-col-large .grid-list-item {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 700px) {
  .grid-section.six-col-medium .grid-list {
    margin-left: -20px;
    margin-right: -20px;
  }
  .grid-section.six-col-medium .grid-list-item {
    flex: 0 0 16.66%;
    max-width: 16.66%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1280px) {
  .grid-section.six-col-large .grid-list-item {
    flex: 0 0 16.66%;
    max-width: 16.66%;
  }
}

.grid-heading {
  border-bottom: 1px solid #171F32;
  max-width: 280px;
  padding-bottom: 8px;
}
.grid-heading + .grid-list {
  margin-top: 32px;
}
@media (min-width: 700px) {
  .grid-heading + .grid-list {
    margin-top: 24px;
  }
}
@media (min-width: 1280px) {
  .grid-heading + .grid-list {
    margin-top: 38px;
  }
}
@media (min-width: 1400px) {
  .grid-heading + .grid-list {
    margin-top: 38px;
  }
}
.grid-heading .heading + * {
  display: block;
  margin: 8px 0 0;
}

.grid-title-wrapper .subtitle {
  font-size: 13px;
  line-height: 20px;
  opacity: 0.4;
}
.grid-title-wrapper * + .subtitle {
  margin-top: 2px;
}
.grid-title-wrapper .subheading {
  display: block;
  line-height: 16px;
}
@media (min-width: 700px) {
  .grid-title-wrapper .subheading {
    line-height: 20px;
  }
}
.grid-title-wrapper .text {
  font-size: 13px;
  line-height: 20px;
}
@media (min-width: 700px) {
  .grid-title-wrapper .text {
    font-size: 15px;
    line-height: 20px;
  }
}

.Home .grid-title-wrapper .text,
.Search .grid-title-wrapper .text {
  font-size: 13px;
  line-height: 16px;
  margin-top: 3px;
}
@media (min-width: 700px) {
  .Home .grid-title-wrapper .text,
  .Search .grid-title-wrapper .text {
    font-size: 12px;
    line-height: 20px;
    margin-top: 1px;
  }
}
@media (min-width: 1280px) {
  .Home .grid-title-wrapper .text,
  .Search .grid-title-wrapper .text {
    font-size: 13px;
    line-height: 16px;
    margin-top: 0;
  }
}
@media (min-width: 1620px) {
  .Home .grid-title-wrapper .text,
  .Search .grid-title-wrapper .text {
    font-size: 15px;
    margin-top: 1px;
  }
}

.product-title-wrapper .subheading {
  display: block;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1.87px;
  font-family: "Avenir LT Std Heavy", sans-serif;
  text-transform: uppercase;
}
.product-title-wrapper .heading {
  position: relative;
  margin-top: 4px;
  font-size: 28px;
  line-height: 28px;
  letter-spacing: -0.28px;
  font-family: "Sansation Light", sans-serif;
  margin-bottom: 9px;
}

.row {
  margin: 0 10px;
}
@media (min-width: 768px) {
  .row {
    display: flex;
    margin: 0 40px;
  }
}
.row.no-margin {
  margin: 0;
}
.row .column {
  padding: 0 20px;
}
@media (min-width: 768px) {
  .row .column {
    padding: 0;
    flex: 1;
  }
}
@media (min-width: 768px) {
  .row .column.column-1-4 {
    flex: 0 0 25%;
  }
}
@media (min-width: 768px) {
  .row .column.column-3-4 {
    flex: 0 0 75%;
  }
}

.Search input[type=checkbox],
.Search input[type=radio],
.search-modal input[type=checkbox],
.search-modal input[type=radio] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}
.Search .custom-checkbox,
.Search .custom-radio,
.search-modal .custom-checkbox,
.search-modal .custom-radio {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 9px 0 0;
  border: 1px solid rgba(23, 31, 50, 0.2);
  font-size: 12px;
  background: #ffffff;
  color: #ffffff;
}
.Search .custom-checkbox svg,
.Search .custom-radio svg,
.search-modal .custom-checkbox svg,
.search-modal .custom-radio svg {
  margin: 0 0 2px 3px;
}
.Search .custom-radio,
.search-modal .custom-radio {
  border-radius: 100%;
}
.Search input:checked ~ .custom-checkbox,
.search-modal input:checked ~ .custom-checkbox {
  background: #00C3B1;
}
.Search input:checked ~ .custom-radio,
.search-modal input:checked ~ .custom-radio {
  position: relative;
}
.Search input:checked ~ .custom-radio:before,
.search-modal input:checked ~ .custom-radio:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background: #00C3B1;
  border-radius: 100%;
}
.Search .modal-wrapper,
.search-modal .modal-wrapper {
  display: block;
}
.Search .hide,
.search-modal .hide {
  display: none;
}
.Search .active .hide,
.search-modal .active .hide {
  display: inline;
}
.Search .active .show,
.search-modal .active .show {
  display: none;
}
@media (min-width: 1280px) {
  .Search .show-results,
  .search-modal .show-results {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media (min-width: 1280px) {
  .Search .show-results .block,
  .search-modal .show-results .block {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}
.Search .show-results .filter-label,
.search-modal .show-results .filter-label {
  font-size: 15px;
  line-height: 20px;
  margin: 45px 0 16px;
}
.Search .show-results .reset-filters,
.Search .show-results .no-filters,
.search-modal .show-results .reset-filters,
.search-modal .show-results .no-filters {
  display: block;
  margin-bottom: 12px;
}
@media (min-width: 1280px) {
  .Search .show-results .reset-filters,
  .Search .show-results .no-filters,
  .search-modal .show-results .reset-filters,
  .search-modal .show-results .no-filters {
    text-align: right;
  }
}
.Search .show-results .reset-filters,
.search-modal .show-results .reset-filters {
  color: #00C3B1;
  display: none;
}
.Search .show-results .no-filters,
.search-modal .show-results .no-filters {
  opacity: 0.6;
}
.Search .show-results .reset-active .reset-filters,
.search-modal .show-results .reset-active .reset-filters {
  display: block;
}
.Search .show-results .reset-active .no-filters,
.search-modal .show-results .reset-active .no-filters {
  display: none;
}
.Search .show-advanced,
.search-modal .show-advanced {
  padding-left: 44px;
  margin-top: 20px;
  z-index: 1;
}
.Search .show-advanced > *,
.search-modal .show-advanced > * {
  pointer-events: none;
}
@media (min-width: 1280px) {
  .Search .show-advanced,
  .search-modal .show-advanced {
    margin-top: 0;
  }
}
.Search .show-advanced .icon,
.search-modal .show-advanced .icon {
  width: 16px;
  height: 16px;
  position: absolute;
  left: 16px;
  top: 16px;
  background: url("/Content/images/advanced-filters.svg") 0 0/100% 100% no-repeat;
}
.Search .show-advanced.active,
.search-modal .show-advanced.active {
  background: #00C3B1;
}
.Search .show-advanced.active .icon,
.search-modal .show-advanced.active .icon {
  transform: scale(-1);
}
.Search .show-advanced .is-mobile,
.search-modal .show-advanced .is-mobile {
  display: block;
}
@media (min-width: 700px) {
  .Search .show-advanced .is-mobile,
  .search-modal .show-advanced .is-mobile {
    display: none;
  }
}
.Search .show-advanced .is-desktop,
.search-modal .show-advanced .is-desktop {
  display: none;
}
@media (min-width: 700px) {
  .Search .show-advanced .is-desktop,
  .search-modal .show-advanced .is-desktop {
    display: block;
  }
}
.Search .search-heading,
.search-modal .search-heading {
  text-align: center;
  margin: 0 0 44px;
}
@media (min-width: 1280px) {
  .Search .search-heading,
  .search-modal .search-heading {
    margin-top: 120px;
  }
}
.Search ul,
.search-modal ul {
  list-style-type: none;
  padding-left: 0;
}
.Search .toggle-section,
.search-modal .toggle-section {
  color: #00C3B1;
  cursor: pointer;
}
.Search .hide-filters .grid-inner,
.search-modal .hide-filters .grid-inner {
  display: none;
}
.Search .grid-header,
.search-modal .grid-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #171F32;
}
@media (min-width: 700px) {
  .Search .grid-header,
  .search-modal .grid-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
.Search .filter-label,
.search-modal .filter-label {
  display: block;
  margin: 18px 0 0 0;
  font-size: 17px;
}
.Search .filter-description,
.search-modal .filter-description {
  font-family: "Avenir LT Std Oblique", sans-serif;
}
.Search .search-input-wrapper,
.search-modal .search-input-wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0 auto;
}
@media (min-width: 700px) {
  .Search .search-input-wrapper,
  .search-modal .search-input-wrapper {
    flex-direction: row;
  }
}
.Search .search-input-wrapper .form-input,
.search-modal .search-input-wrapper .form-input {
  padding-left: 62px;
  background: white url(/Content/images/search-light-icon.svg) top 20px left 20px/27px no-repeat;
}
@media (min-width: 700px) {
  .Search .search-input-wrapper .form-input,
  .search-modal .search-input-wrapper .form-input {
    flex: 0 1 80%;
  }
}
.Search .search-input-wrapper .form-input:focus,
.search-modal .search-input-wrapper .form-input:focus {
  box-shadow: 0 0 0 2px #00C3B1;
}
.Search .search-input-wrapper .submit-button,
.search-modal .search-input-wrapper .submit-button {
  margin-top: 16px;
}
@media (min-width: 700px) {
  .Search .search-input-wrapper .submit-button,
  .search-modal .search-input-wrapper .submit-button {
    margin-top: 0;
    margin-left: 22px;
    flex: 0 1 20%;
  }
}
.Search .result-categories,
.Search .usage-categories,
.search-modal .result-categories,
.search-modal .usage-categories {
  margin: 0;
  display: inline-block;
}
.Search .result-categories li,
.Search .usage-categories li,
.search-modal .result-categories li,
.search-modal .usage-categories li {
  position: relative;
  height: 48px;
  margin-bottom: 10px;
  padding: 13px 12px 0 12px;
  background: #ffffff;
}
@media (min-width: 1280px) {
  .Search .result-categories li,
  .Search .usage-categories li,
  .search-modal .result-categories li,
  .search-modal .usage-categories li {
    display: inline-block;
    margin: 0;
    margin-right: 12px;
  }
}
.Search .result-categories li.selected,
.Search .usage-categories li.selected,
.search-modal .result-categories li.selected,
.search-modal .usage-categories li.selected {
  border-bottom: 2px solid #00C3B1;
}
.Search .result-categories li .custom-checkbox,
.Search .result-categories li .custom-radio,
.Search .usage-categories li .custom-checkbox,
.Search .usage-categories li .custom-radio,
.search-modal .result-categories li .custom-checkbox,
.search-modal .result-categories li .custom-radio,
.search-modal .usage-categories li .custom-checkbox,
.search-modal .usage-categories li .custom-radio {
  margin-right: 12px;
}
.Search .result-categories li .custom-radio,
.Search .usage-categories li .custom-radio,
.search-modal .result-categories li .custom-radio,
.search-modal .usage-categories li .custom-radio {
  position: relative;
  top: -2px;
}
.Search .result-categories li label,
.Search .usage-categories li label,
.search-modal .result-categories li label,
.search-modal .usage-categories li label {
  opacity: 0.3;
  font-size: 17px;
}
.Search .result-categories li input:checked ~ label,
.Search .usage-categories li input:checked ~ label,
.search-modal .result-categories li input:checked ~ label,
.search-modal .usage-categories li input:checked ~ label {
  opacity: 1;
}
.Search .usage-categories,
.search-modal .usage-categories {
  margin: 16px 0;
}
@media (min-width: 1280px) {
  .Search .usage-categories,
  .search-modal .usage-categories {
    display: flex;
  }
}
.Search .usage-categories li,
.search-modal .usage-categories li {
  flex: 1;
  display: flex;
  align-items: center;
  margin-right: 0;
  padding: 23px 16px 17px;
  height: 68px;
}
.Search .usage-categories li.selected,
.search-modal .usage-categories li.selected {
  border-bottom: 2px solid #171F32;
}
.Search .filter-option,
.search-modal .filter-option {
  position: relative;
  display: flex;
  align-items: center;
}
.Search .filter-option + *,
.search-modal .filter-option + * {
  margin-top: 5px;
}
.Search [data-parent-category-id],
.search-modal [data-parent-category-id] {
  display: none;
}

.Search .wrapper .page-header {
  margin-bottom: 0;
}
.Search .wrapper .page-header:after {
  border-color: #e8e5e0;
}
.Search .page-heading-wrapper {
  margin-bottom: 40px;
}
.Search .search-results-wrapper .grid-section {
  margin-top: 80px;
}
.Search .search-results-wrapper .grid-section .content-inner {
  position: relative;
}
.Search .search-results-wrapper .grid-heading {
  max-width: none;
}
@media (min-width: 700px) {
  .Search .search-results-wrapper .grid-heading {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
@media (min-width: 1280px) {
  .Search .search-results-wrapper .grid-heading .grid-heading-title {
    flex: 1 1 auto;
  }
}
@media (min-width: 700px) {
  .Search .search-results-wrapper .grid-heading .show-more {
    line-height: 1;
  }
}
@media (min-width: 1280px) {
  .Search .search-results-wrapper .grid-heading .show-more {
    flex: 0 0 auto;
  }
}
.Search .search-results-wrapper .grid-heading .more {
  opacity: 0.4;
}
@media (min-width: 1280px) {
  .Search .search-results-wrapper .grid-heading .more {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100%;
    white-space: nowrap;
    margin-left: 40px;
  }
}
.Search .search-results-wrapper .results-grid {
  margin-top: 32px;
}
@media (min-width: 1280px) {
  .Search .search-results-wrapper .results-grid {
    margin-top: 40px;
  }
}
.Search .search-results-wrapper .results-grid .search-result {
  margin: 40px 0 0;
}
@media (min-width: 700px) {
  .Search .search-results-wrapper .results-grid .search-result {
    display: flex;
  }
}
.Search .search-results-wrapper .results-grid .search-result img {
  max-width: 200px;
  max-width: none;
}
.Search .search-results-wrapper .results-grid .search-result .result-type {
  font-size: 13px;
  line-height: 20px;
}
.Search .search-results-wrapper .results-grid .search-result .url {
  color: #00C3B1;
  margin: 8px 0;
  word-wrap: break-word;
}
.Search .search-results-wrapper .results-grid .search-result .url:hover {
  border-bottom: 1px dotted #00C3B1;
}
.Search .search-results-wrapper .results-grid .search-result .description {
  position: relative;
  flex: 1;
  padding-bottom: 40px;
  margin-top: 15px;
}
@media (min-width: 700px) {
  .Search .search-results-wrapper .results-grid .search-result .description {
    margin-top: 0;
    margin-left: 40px;
  }
}
.Search .search-results-wrapper .results-grid .search-result ul {
  margin: 6px 0;
}
.Search .search-results-wrapper .results-grid .search-result ul li {
  margin: -2px;
}
.Search .search-results-wrapper .results-grid .search-result.hide-result {
  display: none;
}

.icon-link {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-link:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-link:before + * {
  margin-left: 12px;
}
.icon-link.fullscreen:before {
  background-image: url(/Content/images/fullscreen-icon.svg);
}
.icon-link.share {
  padding-left: 22px;
}
.icon-link.share:before {
  transform: none;
  top: 0;
  background-image: url(/Content/images/share-icon.svg);
}
.icon-link.archive:before {
  background-image: url(/Content/images/archive-icon.svg);
}
.icon-link.camera-light:before {
  background-image: url(/Content/images/camera-light-icon.svg);
}
.icon-link.download:before {
  background-image: url(/Content/images/download-icon.svg);
}
.icon-link.print:before {
  background-image: url(/Content/images/print-icon.svg);
}
.icon-link.fullscreen-white:before {
  background-image: url(/Content/images/fullscreen-white-icon.svg);
}
.icon-link.share-white:before {
  background-image: url(/Content/images/share-white-icon.svg);
}
.icon-link.archive-white:before {
  background-image: url(/Content/images/archive-white-icon.svg);
}
.icon-link.print-white:before {
  background-image: url(/Content/images/print-white-icon.svg);
}
.icon-link.icon-remove {
  display: none;
}
.icon-link.icon-remove:before {
  display: none;
}
.icon-link.icon-remove svg {
  color: #ffffff;
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
}
.icon-link.add-showcase-to-collection, .icon-link.add-product-to-collection {
  color: #ffffff;
}
.icon-link.add-showcase-to-collection .icon-tooltip, .icon-link.add-product-to-collection .icon-tooltip {
  color: #171F32;
}
.icon-link.add-showcase-to-collection:before, .icon-link.add-product-to-collection:before {
  display: none;
}
.icon-link.add-showcase-to-collection {
  padding: 10px 12px;
}
.icon-link.with-text {
  width: auto;
  height: auto;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1.87px;
  font-family: "Avenir LT Std Black";
  color: #ffffff;
  text-transform: uppercase;
}
.icon-link.with-text svg {
  margin-right: 12px;
}
.icon-link.with-text:hover {
  color: #00C3B1;
  opacity: 1;
}
.dark .icon-link, .dark-small .icon-link {
  float: left;
  box-shadow: inset -1px 0 0 0 rgba(155, 144, 141, 0.2);
}
.dark .icon-link:last-child, .dark .icon-link:hover, .dark-small .icon-link:last-child, .dark-small .icon-link:hover {
  box-shadow: none;
}
.dark .icon-link:before, .dark-small .icon-link:before {
  left: 50%;
  transform: translate(-50%, -50%);
}
.dark .icon-link:hover, .dark-small .icon-link:hover {
  box-shadow: -1px 0 0 0 #00C3B1;
}
.dark .icon-link:hover .icon-tooltip, .dark-small .icon-link:hover .icon-tooltip {
  display: block;
}
.dark .icon-link {
  width: 40px;
  height: 40px;
}
.dark-small .icon-link {
  width: 28px;
  height: 28px;
}

.icon-feature {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon-feature svg {
  width: 100%;
  height: 100%;
}
.icon-feature + .icon-feature {
  margin-left: 8px;
}
.icon-feature.small {
  width: 30px;
  height: 30px;
}
.icon-feature.small + .icon-feature {
  margin-left: 10px;
}
.icon-feature .feature-tooltip {
  z-index: 2;
  position: absolute;
  display: none;
  left: 50%;
  transform: translateX(-50%);
  bottom: 100%;
  margin-bottom: -2px;
  background: #ffffff;
  padding: 3px 20px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3), 0 2px 12px 0 rgba(0, 0, 0, 0.2);
  white-space: nowrap;
  font-size: 13px;
}
.icon-feature .feature-tooltip:after, .icon-feature .feature-tooltip:before {
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  border-style: solid;
  border-width: 14px 7px 0 7px;
  border-color: #ffffff transparent transparent transparent;
}
.icon-feature .feature-tooltip:before {
  border-color: rgba(0, 0, 0, 0.2) transparent transparent transparent;
  bottom: -12px;
  border-width: 11px 6px 0 6px;
}
.icon-feature:hover .feature-tooltip {
  display: block;
}

.feature-tooltip,
.icon-tooltip {
  position: absolute;
  display: none;
  left: 50%;
  transform: translateX(-50%);
  bottom: 100%;
  margin-bottom: -2px;
  background: #ffffff;
  padding: 3px 20px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3), 0 2px 12px 0 rgba(0, 0, 0, 0.2);
  white-space: nowrap;
  font-size: 13px;
  color: #171F32;
}
.feature-tooltip:after, .feature-tooltip:before,
.icon-tooltip:after,
.icon-tooltip:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 7px 0 7px;
  border-color: #ffffff transparent transparent transparent;
}
.feature-tooltip:before,
.icon-tooltip:before {
  border-color: rgba(0, 0, 0, 0.2) transparent transparent transparent;
  bottom: -12px;
  border-width: 11px 6px 0 6px;
}

.icon-tooltip {
  pointer-events: none;
  margin-bottom: 18px;
}

.collection-icon {
  width: 16px;
  height: 16px;
  fill: currentColor;
}
.collection-icon .target-path {
  fill: currentColor;
}

.page-header .with-text:hover {
  color: #ffffff;
}

.breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: "Avenir LT Std Heavy", sans-serif;
  font-size: 13px;
  line-height: 24px;
}
@media (min-width: 700px) {
  .breadcrumb {
    font-size: 16px;
    line-height: 24px;
  }
}
.breadcrumb li {
  display: inline-block;
}
.breadcrumb li:before {
  content: "/";
  margin-right: 4px;
}
.breadcrumb li:first-child:before {
  display: none;
}
.breadcrumb .disabled {
  opacity: 0.65;
}
.breadcrumb + * {
  margin-top: 12px;
}

.breakout-box {
  background: #171F32;
  color: #ffffff;
  padding: 16px;
  position: sticky;
}
@media (min-width: 700px) {
  .breakout-box {
    padding: 34px 40px 28px;
  }
}
.breakout-box .heading + * {
  margin-top: 27px;
}
.breakout-box .heading + .text {
  margin-top: 16px;
}
.breakout-box .text + * {
  margin-top: 16px;
}
.breakout-box .button-group:before, .breakout-box .button-group:after {
  content: "";
  clear: both;
  display: table;
}
.breakout-box .button-group .button {
  float: left;
  clear: left;
  z-index: 1;
}
@media (min-width: 700px) {
  .breakout-box .button-group .button {
    clear: none;
    margin-top: 20px;
    margin-right: 20px;
  }
  .breakout-box .button-group .button + .button {
    margin-left: 0;
  }
}

.carousel-wrapper {
  position: relative;
}

.carousel-slides .carousel-image {
  position: relative;
  display: inline-block;
  width: 100%;
}
.carousel-slides .carousel-image img {
  width: 100%;
  min-height: 172px;
  border-radius: 1px;
}
.carousel-slides .slide {
  display: none;
  animation: fade 0.8s;
}
.carousel-slides .active {
  display: block;
}

.caption-header,
.slide-caption {
  font-size: 13px;
  line-height: 20px;
}
@media (min-width: 1280px) {
  .caption-header,
  .slide-caption {
    font-size: 15px;
  }
}

.caption-header .caption-content p {
  display: none;
}
@media (min-width: 700px) {
  .caption-header {
    margin-bottom: 15px;
    display: flex;
    position: absolute;
    right: 27px;
    top: 14px;
    font-size: 13px;
    justify-content: flex-end;
    text-align: right;
  }
  .caption-header .caption-content p {
    display: block;
  }
}
.caption-header p {
  display: block;
}
.caption-header .icon-list {
  display: inline-block;
  margin-left: auto;
  width: 41px;
}
@media (min-width: 700px) {
  .caption-header .icon-list {
    margin-left: 10px;
  }
}
.caption-header .collection-icon {
  width: 14px;
  height: 14px;
  top: -2px;
  position: relative;
}
.caption-header .fa-share {
  position: relative;
  top: -1px;
}
.caption-header .add-photo-to-collection {
  margin-left: 6px;
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
.carousel-controls {
  font-size: 0;
  margin: 7px 0;
}
.carousel-controls .carousel-prev, .carousel-controls .carousel-next {
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 10px;
}
.carousel-controls .carousel-prev {
  background-image: url("/Content/images/dt-chevron-right.svg");
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
.carousel-controls .carousel-prev:hover {
  background-image: url("/Content/images/dt-chevron-teal-right.svg");
}
.carousel-controls .carousel-next {
  background-image: url("/Content/images/dt-chevron-right.svg");
}
.carousel-controls .carousel-next:hover {
  background-image: url("/Content/images/dt-chevron-teal-right.svg");
}

.carousel-dots {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0 7px;
}
.carousel-dots li {
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  margin: 0 10px;
  border-radius: 50%;
  background-color: rgba(23, 31, 50, 0.35);
  transition: background-color 0.3s ease;
}
.carousel-dots li.active {
  background-color: #171f32;
}

body.small-modal #smallModal {
  display: block;
}
body.show-modal .modal:not(#smallModal) {
  display: block;
}
body.show-modal .search-modal {
  display: block;
}

.modal {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 201;
  border: 16px solid #ffffff;
  background: #dedfe2;
  display: none;
  overflow-x: visible;
  overflow-y: scroll;
  -ms-overflow-style: none;
}
@media (min-width: 700px) {
  .modal {
    border-width: 40px;
  }
}
.modal .close-button {
  width: 28px;
  height: 28px;
  position: absolute;
  right: 10px;
  top: 10px;
  border-radius: 24px;
  background: #ffffff url("/Content/images/close-icon.svg") center center/10px no-repeat;
}
@media (min-width: 700px) {
  .modal .close-button {
    right: 40px;
    top: 40px;
    width: 48px;
    height: 48px;
    background-size: 20px;
  }
}
.modal .resource-image,
.modal .swatch-image {
  margin: 0 auto 34px;
  display: block;
  max-width: 100%;
}
@media (min-width: 700px) {
  .modal .resource-image,
  .modal .swatch-image {
    max-width: 440px;
  }
}
@media (min-width: 1280px) {
  .modal .resource-image,
  .modal .swatch-image {
    max-width: none;
    margin: 0 40px 12px 0;
  }
}
.modal .view-in .resource-image,
.modal .view-in .swatch-image {
  margin: 0 auto;
}
@media (min-width: 1280px) {
  .modal .view-in .resource-image,
  .modal .view-in .swatch-image {
    margin: 0 40px 12px 0;
  }
}
.modal .view-in span {
  display: block;
  max-width: 400px;
  margin: 12px auto 60px;
}
@media (min-width: 1280px) {
  .modal .view-in span {
    max-width: none;
    margin-bottom: 12px;
  }
}
.modal .swatch-image {
  width: 100%;
}
@media (min-width: 1280px) {
  .modal .swatch-image {
    width: inherit;
  }
}
.modal .modal-wrapper {
  width: 960px;
  margin: 32px auto;
  max-width: 100%;
  padding: 40px 20px 0;
}
@media (min-width: 1280px) {
  .modal .modal-wrapper {
    padding: 0;
    display: flex;
    align-items: flex-start;
  }
}
.modal .breadcrumb {
  margin-bottom: 18px;
}
.modal .product-title-wrapper {
  margin-bottom: 13px;
}
.modal .heading {
  display: inline-block;
  padding-right: 50px;
}
.modal hr {
  border: none;
  outline: none;
  width: 280px;
  max-width: 100%;
  height: 1px;
  margin: 0 0 20px 0;
  background-color: #171F32;
}
.modal .product-options {
  list-style-type: none;
  padding: 0;
}
.modal .product-actions > a,
.modal .product-actions .share-action,
.modal .modal-swatch > a,
.modal .modal-swatch .share-action,
.modal .resource-actions > a,
.modal .resource-actions .share-action {
  color: #666666;
  display: inline-block;
  padding: 0 20px 12px 0;
}
.modal .product-actions > a:hover,
.modal .product-actions .share-action:hover,
.modal .modal-swatch > a:hover,
.modal .modal-swatch .share-action:hover,
.modal .resource-actions > a:hover,
.modal .resource-actions .share-action:hover {
  color: #00C3B1;
}
.modal .product-actions > a svg,
.modal .product-actions .share-action svg,
.modal .modal-swatch > a svg,
.modal .modal-swatch .share-action svg,
.modal .resource-actions > a svg,
.modal .resource-actions .share-action svg {
  margin-right: 12px;
}
.modal .modal-swatch a:first-child {
  display: block;
}
.modal .view-in-browser {
  color: #666666;
  display: inline-block;
  padding: 0 20px 12px 0;
}
.modal .view-in-browser:hover {
  color: #00C3B1;
}
.modal .view-in-browser svg {
  margin-right: 12px;
}
.modal .js-actions a * {
  pointer-events: none;
}
.modal.resource-modal p {
  margin: 24px 0;
}
.modal.resource-modal .resource-actions {
  width: 300px;
  max-width: 100%;
  margin: 32px 0;
}
.modal.resource-modal .resource-links a {
  display: block;
  margin-top: 8px;
}
.modal.specifier-modal {
  background-image: none;
}
.modal.specifier-modal .modal-wrapper {
  margin: 0;
  width: 100%;
  display: block;
  padding: 0;
}
@media (min-width: 1280px) {
  .modal.specifier-modal .modal-wrapper {
    display: flex;
  }
}
.modal.specifier-modal .scroll-section {
  padding: 20px;
  background: #dad3cb;
}
@media (min-width: 1280px) {
  .modal.specifier-modal .scroll-section {
    flex: 0 0 600px;
    order: 1;
    padding: 40px 49px;
    height: calc(100vh - 80px);
    overflow: scroll;
  }
}
.modal.specifier-modal .scroll-section p {
  margin-top: 12px;
}
.modal.specifier-modal .scroll-section .button {
  height: 41px;
  padding: 0px 18px;
  min-width: 127px;
  font-size: 15px;
  line-height: 43px;
  text-align: left;
  background: #DEDFE2est;
  color: #171F32;
  position: relative;
}
.modal.specifier-modal .scroll-section .button * {
  pointer-events: none;
}
.modal.specifier-modal .scroll-section .button:before, .modal.specifier-modal .scroll-section .button:after {
  display: none;
}
.modal.specifier-modal .scroll-section .button:after {
  content: "";
  display: block;
  position: absolute;
  background: url(/Content/images/plus-icon.svg);
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  left: inherit;
  z-index: 1;
}
.modal.specifier-modal .scroll-section .button.active:after {
  background-image: url(/Content/images/minus-icon.svg);
  height: 2px;
}
.modal.specifier-modal .specifier-list {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: item;
}
.modal.specifier-modal .specifier-list li {
  counter-increment: item;
  padding-left: 31px;
  position: relative;
}
.modal.specifier-modal .specifier-list li:before {
  content: counter(item) ".";
  position: absolute;
  width: 15px;
  font-size: 17px;
  line-height: 24px;
  font-family: "Avenir LT Std", sans-serif;
  text-align: right;
  left: 0;
  top: 10px;
}
.modal.specifier-modal .specifier-list li + li {
  margin-top: 20px;
}
@media (min-width: 1280px) {
  .modal.specifier-modal .specifier-list li + li {
    margin-top: 40px;
  }
}
.modal.specifier-modal .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.modal.specifier-modal .accordion-item {
  padding-bottom: 20px;
}
.modal.specifier-modal .accordion-item img + * {
  margin-top: 10px;
}
.modal.specifier-modal .modal-content {
  padding: 20px;
}
@media (min-width: 1280px) {
  .modal.specifier-modal .modal-content {
    order: 2;
    padding: 40px 42px;
  }
  .modal.specifier-modal .modal-content p {
    max-width: 440px;
  }
}
.modal.search-modal form {
  width: 100%;
}
.modal.search-modal .autocomplete {
  margin-top: 11px;
  position: relative;
}
.modal.search-modal .autocomplete .live-search-input {
  padding-left: 44px;
}
.modal.search-modal .autocomplete-items {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.02);
  box-shadow: 0 7px 12px -1px rgba(0, 0, 0, 0.08), 0 0 2px -1px rgba(0, 0, 0, 0.2), 0 2px 4px -1px rgba(0, 0, 0, 0.28);
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 1;
  max-height: 500px;
  overflow: scroll;
}
.modal.search-modal .autocomplete-items div {
  padding: 14px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.modal.search-modal .autocomplete-items div:hover {
  background: #f3f1ef;
  color: black;
}
.modal.search-modal .autocomplete-items div:active {
  background: #e8e4df;
}
.modal.search-modal .autocomplete-items div img {
  margin-right: 14px;
}
.modal.search-modal .autocomplete-items .no-results {
  font-family: "Avenir LT Std Book Oblique", sans-serif;
  opacity: 0.6;
  background: #ffffff;
  padding: 11px 20px;
  cursor: default;
  pointer-events: none;
}
.modal.search-modal .autocomplete-items .no-results:hover, .modal.search-modal .autocomplete-items .no-results:active {
  background: #ffffff;
}
.modal.search-modal .autocomplete-items .autocomplete-active {
  background: #f3f1ef;
}
.modal.search-modal .autocomplete-selected {
  margin-top: 20px;
}
.modal.search-modal .autocomplete-item {
  font-size: 15px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 20px;
  padding: 10px 14px 7px;
  position: relative;
  background: #00C3B1;
  padding-right: 39px;
  float: left;
  clear: left;
  cursor: pointer;
  display: block;
}
.modal.search-modal .autocomplete-item + * {
  margin-top: 12px;
}
.modal.search-modal .autocomplete-item:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  background: url("/Content/images/close-icon-white.svg") 0 0/100% 100% no-repeat;
  font-size: 0;
  width: 12px;
  height: 12px;
}
.modal.search-modal .autocomplete-item:active:after {
  opacity: 0.6;
}
.modal.search-modal .autocomplete-item:hover {
  color: rgba(255, 255, 255, 0.6);
}
.modal.case-study-modal {
  background: #ffffff;
  background-image: none;
  border: none;
  padding: 16px;
}
@media (min-width: 1280px) {
  .modal.case-study-modal {
    padding: 40px;
  }
}
.modal.case-study-modal .slide-caption .icon-list {
  display: none;
}
.modal.case-study-modal .modal-inner {
  position: relative;
  padding: 1px 0;
  background: #dedfe2;
}
.modal.case-study-modal .modal-wrapper {
  display: block;
  width: auto;
  margin-right: 16px;
  margin-left: 16px;
}
@media (min-width: 700px) {
  .modal.case-study-modal .modal-wrapper {
    margin-right: 100px;
    margin-left: 100px;
  }
}
@media (min-width: 1280px) {
  .modal.case-study-modal .modal-wrapper {
    margin-right: 275px;
    margin-left: 275px;
  }
}
.modal.case-study-modal .modal-wrapper p:not(.h2) {
  margin: 40px 0 44px;
  max-width: 600px;
}
.modal.case-study-modal h1 {
  max-width: 600px;
  width: 100%;
}
.modal.case-study-modal .case-study-attributes {
  display: grid;
  margin: 20px 0;
  grid-template-columns: 140px auto;
}
.modal.case-study-modal .case-study-attributes a {
  border-bottom: 1px solid #171F32;
}
.modal.case-study-modal .case-study-attributes a:hover {
  border-color: #00C3B1;
}
.modal.case-study-modal .actions {
  margin: 32px 0;
}
.modal.case-study-modal .actions a {
  position: relative;
  margin: 0 12px 0 0;
}
.modal.case-study-modal .actions a:hover .icon-tooltip {
  display: block;
}
.modal.case-study-modal .interactive-panel {
  background: none;
}
.modal.case-study-modal .interactive-panel .tab-image {
  width: 52px;
  height: 52px;
}
.modal.image-modal {
  background: rgba(8, 12, 18, 0.6);
  border-color: #6b6d71;
  border-width: 10px;
  border-right-width: 0;
  border-left-width: 0;
}
@media (min-width: 480px) {
  .modal.image-modal {
    border-width: 10px;
    border-right-width: 10px;
    border-left-width: 10px;
  }
}
.modal.image-modal .modal-table {
  display: table;
  margin: 0 auto;
}
.modal.image-modal .modal-table .modal-row {
  display: table-row;
}
.modal.image-modal .close-button {
  z-index: 1;
  top: 15px;
  right: 25px;
  width: 28px;
  height: 28px;
  background-size: 10px;
}
@media (min-width: 480px) {
  .modal.image-modal .close-button {
    right: 15px;
  }
}
@media (min-width: 700px) {
  .modal.image-modal .close-button {
    top: 14px;
    right: 14px;
    width: 48px;
    height: 48px;
    background-size: 20px;
  }
}
.modal.image-modal .modal-wrapper {
  width: 100%;
  display: block;
  padding: 40px 14px 0;
}
.modal.image-modal .image {
  display: block;
  margin: auto;
  height: 100%;
  max-height: calc(100vh - 185px);
  width: auto;
}
.modal.image-modal .image.image-has-caption {
  max-height: calc(100vh - 230px);
  margin: -2px -14px 0;
  min-width: calc(100% + 28px);
  height: auto;
}
@media (min-width: 480px) {
  .modal.image-modal .image.image-has-caption {
    margin: -2px 0 0 0;
    min-width: 100%;
  }
}
@media (min-width: 700px) {
  .modal.image-modal .image.image-has-caption {
    margin: 0;
  }
}
.modal.image-modal .product-actions {
  text-align: center;
  margin-top: 20px;
}
.modal.image-modal .product-actions.product-and-download {
  text-align: center;
  margin: 20px auto;
}
.modal.image-modal .product-actions.product-and-download a:first-child {
  margin-right: 12px;
}
.modal.image-modal .product-actions.product-and-download a svg {
  margin-right: 8px;
}
.modal.image-modal .product-actions.product-and-caption {
  text-align: left;
  margin: 15px auto;
  display: table-cell;
}
.modal.image-modal .product-actions.product-and-caption .actions,
.modal.image-modal .product-actions.product-and-caption .caption {
  margin-top: 15px;
  display: inline-block;
  padding: 0 10px;
}
@media (min-width: 480px) {
  .modal.image-modal .product-actions.product-and-caption .actions,
  .modal.image-modal .product-actions.product-and-caption .caption {
    width: 40%;
    float: left;
    padding: 0;
  }
}
.modal.image-modal .product-actions.product-and-caption .caption {
  text-align: left;
}
.modal.image-modal .product-actions.product-and-caption .caption p {
  color: #ffffff;
}
@media (min-width: 480px) {
  .modal.image-modal .product-actions.product-and-caption .caption {
    width: 60%;
    text-align: right;
  }
}
.modal.image-modal .product-actions a {
  color: #ffffff;
}
.modal.image-modal .product-actions a:last-child {
  padding-right: 0;
}
.modal .photo-grid {
  width: 100%;
  margin: 0 !important;
}
.modal .photo-grid .content-inner {
  margin: 0;
}
.modal .photo-grid .image-wrapper {
  cursor: pointer;
}
.modal-small {
  background-color: rgba(0, 0, 0, 0.4);
  background-image: none;
  border: none;
  display: none;
  position: fixed;
  z-index: 999;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
}
.modal-small .modal-content {
  background: #ffffff;
  display: block;
  height: auto;
  margin: 0 auto;
  padding: 33px 40px 27px;
  position: absolute;
  margin: 16px;
  top: 132px;
}
@media (min-width: 700px) {
  .modal-small .modal-content {
    left: 50%;
    top: 50%;
    max-width: 90%;
    transform: translateX(-50%) translateY(-50%);
  }
}
.modal-small .modal-content h2 {
  color: #171f32;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 28px;
}
@media (min-width: 700px) {
  .modal-small .modal-content h2 {
    font-size: 32px;
    letter-spacing: 0;
    line-height: 36px;
  }
}
.modal-small .modal-content .close-button {
  background-size: initial;
  cursor: pointer;
  height: 48px;
  right: 7px;
  top: 7px;
  width: 48px;
}
.modal-small .modal-content button {
  display: block;
  margin: 0 0 12px 0;
  width: 100%;
}
@media (max-width: 479px) {
  .modal-small .modal-content button {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
.modal-small .modal-content button.button-dark {
  height: 48px;
}
@media (max-width: 699px) {
  .modal-small .modal-content button.button-dark {
    background: #171f32;
    color: #ffffff;
  }
}
.modal-small .modal-content p {
  font-size: 15px;
  line-height: 24px;
  margin: 6px 0 21px;
}
@media (min-width: 970px) {
  .modal-small .modal-content {
    max-width: 440px;
  }
}
@media (max-width: 454px) {
  .modal-small .modal-content {
    padding: 20px;
  }
  .modal-small .modal-content button:last-of-type {
    margin-bottom: 0;
  }
}

body.loading:before {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 12;
}
body.loading:after {
  content: "Loading...";
  background: url("/Content/images/loader.gif") top center/32px no-repeat;
  padding-top: 42px;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 13;
  margin: auto;
  transform: translate(-50%, -50%);
  text-align: center;
}
body.loading.error:after {
  background-image: none;
  content: "Cannot find the content!";
}

body.show-modal {
  overflow: hidden;
}
body.show-modal .modal:not(.modal-small) {
  display: block;
}

#add-to-collection-modal.success,
#add-to-cart-modal.success {
  background: rgba(255, 255, 255, 0.4);
  border-color: rgba(255, 255, 255, 0);
  cursor: default;
  color: #171f32;
}
#add-to-collection-modal.success:after, #add-to-collection-modal.success:before,
#add-to-cart-modal.success:after,
#add-to-cart-modal.success:before {
  background: #dad3cb;
  left: -20%;
}

html.Swatches .modal .product-actions,
html.ProfilesPage .modal .product-actions {
  margin-top: 20px;
}
html.Swatches .modal .modal-swatch,
html.ProfilesPage .modal .modal-swatch {
  padding-right: 30px;
}
html.Swatches .modal .modal-swatch .swatch-image,
html.ProfilesPage .modal .modal-swatch .swatch-image {
  max-width: 390px;
  height: auto;
  width: 100%;
  height: 100%;
  margin-left: 0;
}

.collection-bar {
  display: block;
  position: fixed;
  visibility: hidden;
  z-index: 5;
  left: 0;
  right: 0;
  margin-bottom: -72px;
  padding: 18px 16px;
  background: #00C3B1;
  transition: margin-bottom 0.3s, visibility 0.3s ease 0.3s;
  top: 0;
}
.collection-bar .bar-heading {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1.87px;
  font-family: "Avenir LT Std Black", sans-serif;
  margin-top: 5px;
  text-transform: uppercase;
}
.collection-bar .bar-subheading {
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  letter-spacing: 0;
  margin-bottom: 8px;
}
.collection-bar .button {
  float: right;
}
.collection-bar .button-container {
  float: left;
  width: 100%;
  margin-top: 16px;
}
.collection-bar .button-container .button {
  width: 50%;
}
@media (max-width: 479px) {
  .collection-bar .button-container {
    display: flex;
    margin-top: 0;
  }
  .collection-bar .button-container > .button {
    margin-left: 4px;
    margin-right: 4px;
  }
  .collection-bar .button-container > .button:first-child {
    margin-left: 0;
  }
  .collection-bar .button-container > .button:last-child {
    margin-right: 0;
  }
}
.collection-bar .text-container {
  float: left;
}
@media (min-width: 700px) {
  .collection-bar {
    padding: 11px 38px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .collection-bar .bar-heading {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 2.4px;
  }
  .collection-bar .text-container {
    margin-right: auto;
  }
  .collection-bar .button {
    margin-left: 8px;
  }
  .collection-bar .button svg {
    margin-right: 12px;
  }
  .collection-bar .button.bordered {
    float: right;
  }
  .collection-bar .button.bordered {
    float: left;
  }
  .collection-bar .button-container {
    margin-top: 0;
    float: right;
    width: auto;
  }
  .collection-bar .button-container .button {
    margin-left: 8px;
    margin-right: 0px;
    width: auto;
    float: right;
  }
}
@media (max-width: 454px) {
  .collection-bar svg {
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
  }
  .collection-bar .fa-spinner {
    margin-top: -7px;
    transform: none;
  }
}
.modal-with-collection .collection-bar {
  z-index: 202;
}
.collection-bar .product-count {
  background: #ffffff;
  color: #00C3B1;
  height: 20px;
  border-radius: 10px;
  padding: 3px 12px 2px 12px;
  margin-right: 8px;
}
@media (min-width: 970px) {
  .collection-bar-button {
    position: relative;
    right: initial;
    top: initial;
  }
}
.collection-bar-button-reverse {
  position: relative;
}
.collection-bar-button-reverse.success, .collection-bar-button-reverse.noswatches {
  background: rgba(255, 255, 255, 0.4);
  border-color: rgba(255, 255, 255, 0);
  cursor: default;
}
.collection-bar-button-reverse.success .feature-tooltip, .collection-bar-button-reverse.noswatches .feature-tooltip {
  display: none;
}
.collection-bar-button-reverse.success:hover,
.collection-bar-button-reverse.success .hover, .collection-bar-button-reverse.noswatches:hover,
.collection-bar-button-reverse.noswatches .hover {
  color: #00C3B1 !important;
}
.collection-bar-button-reverse.success:hover .feature-tooltip,
.collection-bar-button-reverse.success .hover .feature-tooltip, .collection-bar-button-reverse.noswatches:hover .feature-tooltip,
.collection-bar-button-reverse.noswatches .hover .feature-tooltip {
  display: block;
}
.collection-bar-button-reverse.success.collection-bar-button-reverse#add-to-collection .feature-tooltip, .collection-bar-button-reverse.noswatches.collection-bar-button-reverse#add-to-collection .feature-tooltip {
  left: 50%;
  transform: translateX(-24%);
  max-width: 320px;
}
.collection-bar-button-reverse.success.collection-bar-button-reverse#add-to-collection .feature-tooltip:before, .collection-bar-button-reverse.success.collection-bar-button-reverse#add-to-collection .feature-tooltip:after, .collection-bar-button-reverse.noswatches.collection-bar-button-reverse#add-to-collection .feature-tooltip:before, .collection-bar-button-reverse.noswatches.collection-bar-button-reverse#add-to-collection .feature-tooltip:after {
  left: 25%;
}
.collection-bar-button-reverse.success.collection-bar-button-reverse#add-to-cart .feature-tooltip, .collection-bar-button-reverse.noswatches.collection-bar-button-reverse#add-to-cart .feature-tooltip {
  left: 50%;
  transform: translateX(-76%);
  max-width: 320px;
}
.collection-bar-button-reverse.success .feature-tooltip, .collection-bar-button-reverse.noswatches .feature-tooltip {
  bottom: initial;
  top: 110%;
  white-space: normal;
  text-align: center;
  width: 170%;
  line-height: 20px;
  padding: 9px 18px;
  font-size: 13px;
  opacity: 1;
  font-family: "Avenir LT Std Medium", sans-serif;
}
.collection-bar-button-reverse.success .feature-tooltip:before, .collection-bar-button-reverse.success .feature-tooltip:after, .collection-bar-button-reverse.noswatches .feature-tooltip:before, .collection-bar-button-reverse.noswatches .feature-tooltip:after {
  bottom: initial;
  left: 70%;
  top: -10px;
}
.collection-bar-button-reverse.success .feature-tooltip:after, .collection-bar-button-reverse.noswatches .feature-tooltip:after {
  border-width: 0 7px 14px 7px;
  border-color: transparent transparent white transparent;
}
.collection-bar-button-reverse.success .feature-tooltip:before, .collection-bar-button-reverse.noswatches .feature-tooltip:before {
  border-width: 0 6px 11px 6px;
  border-color: transparent transparent rgba(0, 0, 0, 0.2) transparent;
}
@media (max-width: 454px) {
  .collection-bar-button-reverse.success .feature-tooltip, .collection-bar-button-reverse.noswatches .feature-tooltip {
    width: 208%;
    max-width: 320px;
  }
  .collection-bar-button-reverse.success .feature-tooltip-sample, .collection-bar-button-reverse.noswatches .feature-tooltip-sample {
    left: -108%;
  }
  .collection-bar-button-reverse.success .feature-tooltip-sample:before, .collection-bar-button-reverse.success .feature-tooltip-sample:after, .collection-bar-button-reverse.noswatches .feature-tooltip-sample:before, .collection-bar-button-reverse.noswatches .feature-tooltip-sample:after {
    left: 75%;
  }
}

.collection-bar {
  transform: translateY(-100%);
  transition: all 0.3s;
}

.select-mode-active .collection-bar {
  visibility: visible;
  margin-bottom: 0;
  transform: translateY(0);
  transition: all 0.3s;
  z-index: 9999;
}

.spinner-button .success-only {
  display: none;
}
.spinner-button .fa-spinner,
.spinner-button .fa-check {
  display: none;
}
.spinner-button.loading svg:not(.fa-spinner) {
  display: none;
}
.spinner-button.loading .fa-spinner {
  display: inline-block;
}
.spinner-button.success .fail-only {
  display: none;
}
.spinner-button.success .success-only {
  display: inline-block;
  margin-right: 8px;
}
.spinner-button.success svg:not(.fa-check) {
  display: none;
}
.spinner-button.success .fa-check {
  display: inline-block;
}

.trending-grid .image-wrapper, .swatch-collection-grid .image-wrapper {
  position: relative;
  transition: box-shadow 0.1s ease-in-out;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.02), 0 7px 12px -1px rgba(0, 0, 0, 0.08), 0 0 2px -1px rgba(0, 0, 0, 0.2), 0 2px 4px -1px rgba(0, 0, 0, 0.28);
}
.trending-grid .image-wrapper:hover, .swatch-collection-grid .image-wrapper:hover {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.02), 0 20px 30px 0 rgba(0, 0, 0, 0.1), 0 4px 10px 0 rgba(0, 0, 0, 0.2);
}
.trending-grid .image-wrapper.new:before, .swatch-collection-grid .image-wrapper.new:before {
  content: "NEW";
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0px 12px;
  color: #ffffff;
  line-height: 32px;
  height: 30px;
}
.trending-grid .icon-link + .icon-link, .swatch-collection-grid .icon-link + .icon-link {
  margin-left: 10px;
}

.need-help {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 10;
  max-width: 680px;
  min-height: 224px;
  padding: 31px 40px;
  margin: 100px auto 50px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  border-radius: 1px;
  text-align: center;
  background: #ffffff;
}
.need-help .need-help-inner {
  padding: 0;
  margin: 0;
}
.need-help .heading {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 2.4px;
  font-family: "Avenir LT Std", sans-serif;
  color: #171f32;
  font-style: normal;
  text-transform: uppercase;
}
@media (min-width: 700px) {
  .need-help .heading {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 3.2px;
  }
}
.need-help .text {
  margin-top: 6px;
  opacity: 0.65;
}
.need-help .button-group {
  margin-top: 11px;
}
@media (min-width: 700px) {
  .need-help .button-group {
    margin-top: 23px;
  }
}
@media (min-width: 700px) {
  .need-help {
    margin: 80px auto -60px;
  }
}
@media (max-width: 699px) {
  .need-help {
    width: calc(100% - 32px);
    margin: 64px 16px 0;
    margin-bottom: -100px;
    padding: 16px;
    padding-top: 23px;
  }
}

.ProductCollection .need-help {
  margin: -100px auto -60px;
}

.button {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1.87px;
  text-align: center;
  font-family: "Avenir LT Std Black", sans-serif;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 24px;
  color: #ffffff;
  background: #171F32;
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
.button:not(.collection-bar-button-reverse) {
  text-transform: uppercase;
}
.button.collection-bar-button-reverse:not(.noswatches) {
  text-transform: uppercase;
}
.button.collection-bar-button-reverse .success-only,
.button.collection-bar-button-reverse .fail-only {
  text-transform: uppercase;
}
.button:hover {
  background: #000C2A;
}
.button.bordered {
  border: 1px solid;
  box-shadow: 0 0 0 1px inset #171F32;
  color: #171F32;
  background: transparent;
}
.button.bordered:hover {
  color: #ffffff;
  background: #00C3B1;
  box-shadow: none;
}
.button.button-primary {
  color: #ffffff;
  background: #00C3B1;
}
.button.button-primary:hover {
  background: #00897C;
}
.button.button-primary.bordered {
  box-shadow: 0 0 0 1px inset #00C3B1;
  color: #00C3B1;
  background: #ffffff;
}
.button.button-primary.bordered:hover {
  color: #ffffff;
  background: #00C3B1;
  box-shadow: none;
}
.button.button-white {
  color: #00C3B1;
  background: #ffffff;
}
.button.button-white.bordered {
  color: #ffffff;
  background: transparent;
  box-shadow: 0 0 0 1px inset #ffffff;
}
.button.button-white.bordered:hover,
.button.button-white.bordered .active {
  color: #00C3B1;
  background: #ffffff;
}
.button.button-white:hover {
  background: rgba(255, 255, 255, 0.84);
}
.button.button-white.noswatches {
  background: rgba(255, 255, 255, 0.84);
}
.button.button-camera {
  width: 28px;
  height: 28px;
  padding: 0;
  background: #ffffff url(/Content/images/dezignatek/camera.svg) center center no-repeat;
  border: 1px solid rgba(0, 0, 0, 0.04);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.08), 0 2px 4px 0 rgba(0, 0, 0, 0.02), 0 3px 12px 0 rgba(0, 0, 0, 0.04);
}
@media (max-width: 479px) {
  .button.small-mobile {
    font-size: 11px;
    line-height: 12px;
    letter-spacing: 1.47px;
    font-family: "Avenir LT Std Heavy", sans-serif;
    height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
  }
  .button.small-mobile.icon-button {
    padding-left: 36px;
    padding-right: 12px;
  }
}

@media (min-width: 1130px) {
  .submenu-wrapper .submenu {
    position: absolute;
    left: 0;
    right: inherit;
    line-height: 20px;
    background: #ffffff;
    z-index: 11;
    top: 100%;
    border: 1px solid rgba(0, 0, 0, 0.02);
    box-shadow: 0 7px 12px -1px rgba(0, 0, 0, 0.08), 0 0 2px -1px rgba(0, 0, 0, 0.2), 0 2px 4px -1px rgba(0, 0, 0, 0.28);
    padding: 0;
    text-align: left;
    min-width: 240px;
    visibility: hidden;
    opacity: 0;
    transform: translate3d(0, -10px, 0);
    transition: visibility 200ms ease, opacity 200ms ease, transform 200ms ease;
  }
  .submenu-wrapper .submenu li {
    display: block;
    opacity: 0;
    transform: translate3d(-10px, 0, 0);
    transition: opacity 250ms 200ms ease, transform 200ms 200ms ease;
  }
  .submenu-wrapper .submenu li + li {
    margin: 0;
  }
  .submenu-wrapper .submenu li:not(:last-child) {
    border-bottom: 1px solid rgba(23, 31, 50, 0.2);
  }
  .submenu-wrapper .submenu li a {
    padding: 10px 16px;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 1.87px;
    font-family: "Avenir LT Std Heavy", sans-serif;
    text-transform: uppercase;
    display: block;
    color: #171F32;
  }
  .submenu-wrapper .submenu li a:hover, .submenu-wrapper .submenu li a:active {
    background: #EDEDEF;
  }
  .submenu-wrapper .submenu li a.navheading {
    font-size: 20px;
    line-height: 32px;
    letter-spacing: -0.28px;
    padding: 9px 24px;
    font-family: "Sansation Light", sans-serif;
    text-transform: none;
  }
  .submenu-wrapper:hover .submenu {
    visibility: visible;
    transform: translate3d(0, 0px, 0);
    opacity: 1;
  }
  .submenu-wrapper:hover .submenu li {
    transform: translate3d(0, 0px, 0);
    opacity: 1;
  }
}
.tooltip {
  position: relative;
}
.tooltip svg {
  opacity: 0.8;
}
.tooltip:hover svg {
  opacity: 1;
}
.tooltip[data-tooltip]:before, .tooltip[data-tooltip]:after {
  display: none;
}
.tooltip[data-tooltip]:hover:before, .tooltip[data-tooltip]:hover:after {
  display: block;
}
.tooltip:before, .tooltip:after {
  display: none;
  position: absolute;
  background: #ffffff;
}
.tooltip:before {
  content: attr(data-tooltip);
  right: 30px;
  top: 0;
  padding: 6px 14px;
  border: 1px solid rgba(0, 0, 0, 0.02);
  font-size: 13px;
  text-align: center;
  letter-spacing: 0;
  color: #171f32;
  box-shadow: 0 7px 12px -1px rgba(0, 0, 0, 0.08), 0 0 2px -1px rgba(0, 0, 0, 0.2), 0 2px 4px -1px rgba(0, 0, 0, 0.28);
}
.tooltip:after {
  content: "";
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  top: calc(100% - 5px);
  right: 25px;
}
.tooltip.tooltip-caption-collection:before {
  width: 135px;
  right: 29px;
}
.tooltip.tooltip-caption-collection.success:before {
  content: "Added to collection";
}

div:not(.caption-position) .share-tooltip .tooltip:before {
  right: auto;
  transform: translateX(-50%);
  left: 65%;
  top: -45px;
  bottom: auto;
  background: #ffffff;
}
div:not(.caption-position) .share-tooltip .tooltip:after {
  bottom: auto;
  top: -10px;
  background: #ffffff;
  transform: rotate(45deg) translateX(-50%);
  left: 50%;
}

.page-header-inner .share-tooltip .tooltip:before, .page-header-inner .share-tooltip .tooltip:after {
  background: #00C3B1;
}

.news-meta .share-tooltip {
  left: auto;
  right: -110px;
}
.news-meta .share-tooltip:after {
  left: 19px;
}
@media (min-width: 700px) {
  .news-meta .share-tooltip {
    right: 0;
  }
  .news-meta .share-tooltip:after {
    left: 130px;
  }
}
@media (min-width: 1200px) {
  .news-meta .share-tooltip {
    right: -110px;
  }
  .news-meta .share-tooltip:after {
    left: 19px;
  }
}

.slide-caption .share-tooltip {
  left: -135px;
}
@media (min-width: 970px) {
  .slide-caption .share-tooltip {
    left: 0;
  }
}
.slide-caption .share-tooltip:after {
  left: 150px;
}
@media (min-width: 970px) {
  .slide-caption .share-tooltip:after {
    left: 19px;
  }
}

.share-tooltip {
  opacity: 1;
  position: absolute;
  top: -57px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 176px;
  height: 47px;
  padding: 0 6px;
  background: #00C3B1;
  transform: translate3d(0, 0, 0);
  transition: transform 300ms ease;
  left: 0;
}
.share-tooltip.is-hidden {
  visibility: hidden;
  opacity: 0;
  transform: translate3d(0, 10px, 0);
}
.share-tooltip .tooltip:before {
  top: 4px;
}
.share-tooltip .tooltip:after {
  top: 16px;
}
.share-tooltip .tooltip[data-tooltip="Email link"]:before, .share-tooltip .tooltip.share-copy:before {
  width: 90px;
}
.share-tooltip .tooltip.tooltip-fb:before, .share-tooltip .tooltip.tooltip-pt:before {
  width: 145px;
}
.share-tooltip:after {
  content: "";
  position: absolute;
  bottom: -5px;
  width: 10px;
  height: 10px;
  background: #00C3B1;
  transform: rotate(45deg);
  left: 19px;
}
.share-tooltip a {
  display: block;
  color: #ffffff;
  margin: 0;
}

.caption-position .share-tooltip a.share-close {
  border-right: 1px solid rgba(255, 255, 255, 0.35);
  padding-right: 7px;
}
@media (min-width: 970px) {
  .caption-position .share-tooltip a.share-close {
    padding-right: 0;
    padding-top: 6px;
    border-top: 1px solid rgba(255, 255, 255, 0.35);
    border-right: 0;
  }
}

.Home .header-banner.no-text + .share-notification {
  top: 64px;
}
@media (min-width: 700px) {
  .Home .header-banner.no-text + .share-notification {
    top: 124px;
  }
}
@media (min-width: 774px) {
  .Home .header-banner.no-text + .share-notification {
    top: 91px;
  }
}
@media (min-width: 1280px) {
  .Home .header-banner.no-text + .share-notification {
    top: 123px;
  }
}

.header-banner.no-text + .share-notification {
  top: 64px;
  width: 100%;
}
@media (min-width: 700px) {
  .header-banner.no-text + .share-notification {
    top: 125px;
    width: 654px;
  }
}
@media (min-width: 774px) {
  .header-banner.no-text + .share-notification {
    top: 91px;
  }
}
@media (min-width: 1280px) {
  .header-banner.no-text + .share-notification {
    top: 135px;
  }
}

.show-modal .share-notification {
  top: -16px;
}
@media (min-width: 700px) {
  .show-modal .share-notification {
    top: 0;
  }
}
@media (min-width: 1280px) {
  .show-modal .share-notification {
    top: 12px;
  }
}

.show-modal.image-modal .share-notification {
  top: 64px;
  width: 100%;
}
@media (min-width: 480px) {
  .show-modal.image-modal .share-notification {
    width: calc(100% - 15px);
  }
}
@media (min-width: 700px) {
  .show-modal.image-modal .share-notification {
    top: 62px;
    width: 654px;
  }
}
@media (min-width: 1280px) {
  .show-modal.image-modal .share-notification {
    top: 42px;
  }
}

.Home .share-notification {
  max-width: 256px;
}
@media (min-width: 1280px) {
  .Home .share-notification {
    max-width: none;
  }
}
.Home .share-notification .desc.desc-desktop {
  display: none;
}
@media (min-width: 1280px) {
  .Home .share-notification .desc.desc-desktop {
    display: inline-block;
  }
}
.Home .share-notification .desc.desc-mobile {
  display: inline-block;
}
@media (min-width: 1280px) {
  .Home .share-notification .desc.desc-mobile {
    display: none;
  }
}

.share-notification {
  position: absolute;
  left: 50%;
  top: 60px;
  display: block;
  height: 48px;
  width: 100%;
  font-family: "Avenir LT Std", sans-serif;
  font-size: 15px;
  line-height: 24px;
  color: #ffffff;
  background: #00C3B1;
  transform: translateX(-50%);
  letter-spacing: 0;
}
@media (min-width: 700px) {
  .share-notification {
    width: 654px;
  }
}
@media (min-width: 774px) {
  .share-notification {
    top: 91px;
  }
}
@media (min-width: 1280px) {
  .share-notification {
    top: 112px;
  }
}
.share-notification.is-hidden {
  display: none;
}
.share-notification .desc {
  padding: 14px 0 0;
}
.share-notification .desc.desc-desktop {
  display: none;
}
@media (min-width: 700px) {
  .share-notification .desc.desc-desktop {
    display: inline-block;
  }
}
.share-notification .desc.desc-mobile {
  display: inline-block;
}
@media (min-width: 700px) {
  .share-notification .desc.desc-mobile {
    display: none;
  }
}
.share-notification .check {
  background: #fff;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  color: #00C3B1;
  display: inline-block;
  text-align: center;
  margin: 14px 7px 14px 14px;
}
.share-notification .check img {
  margin-top: 5px;
  vertical-align: top;
}
.share-notification .share-notification-dismiss {
  opacity: 0.6;
  color: #fff;
  width: 100px;
  height: 48px;
  position: absolute;
  text-align: center;
  top: 0;
  padding-top: 14px;
  right: 0;
  display: inline-block;
  letter-spacing: 0;
}
.share-notification .share-notification-dismiss:hover {
  opacity: 1;
}

.page-header-inner .icon-list {
  position: relative;
}
.page-header-inner .tooltip:before {
  display: none;
}
.page-header-inner .tooltip .fa-share {
  color: #ffffff;
}
.page-header-inner .tooltip:before, .page-header-inner .tooltip:after {
  background: #ffffff;
}
.page-header-inner .share-tooltip,
.page-header-inner .share-tooltip:after {
  background: #ffffff;
}

html .wrapper .page-header-subsection .page-header-inner .share-tooltip a,
html .wrapper .page-header-subsection .page-header-inner .share-tooltip a:active,
html .wrapper .page-header-subsection .page-header-inner .share-tooltip a:focus {
  color: #00C3B1;
}

.share-wrapper {
  position: relative;
  display: inline-block;
}
.share-wrapper .share-tooltip {
  width: 177px;
}
.share-wrapper.share-grey .share-action {
  opacity: 0.6;
}
.share-wrapper.share-grey .share-action:hover {
  opacity: 1;
}
.share-wrapper.share-grey .share-action svg {
  margin-right: 6px;
}

.section.section-profiles li .button-new {
  display: none;
}
.section.section-profiles li .button-camera {
  display: none;
}
.section.section-profiles li.new .button-new {
  display: block;
}
.section.section-profiles li.photos .button-camera {
  display: block;
}

@media (min-width: 768px) {
  .section-options .profiles {
    transform: translateX(0);
    margin: 0;
  }
  .section-options .profiles li {
    max-width: none;
  }
}

.profile-section {
  margin-bottom: 20px;
}
.profile-section.landscape .profiles-options li {
  flex: 0 0 100%;
}
@media (min-width: 700px) {
  .profile-section.landscape .profiles-options li {
    flex: 0 0 440px;
  }
}
.profile-section.landscape .profiles-options .artboard img {
  width: 440px;
  margin-top: -10px;
  margin-bottom: -10px;
}

.profiles {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.profiles.profiles-options {
  display: flex;
  flex-wrap: wrap;
}
.profiles.profiles-options li {
  flex: 0 0 100%;
  margin-right: 40px;
  margin-bottom: 40px;
}
@media (min-width: 700px) {
  .profiles.profiles-options li {
    flex: 0 0 280px;
  }
}
.profiles.profiles-options .actions {
  margin-top: 18px;
}
.profiles.profiles-options .actions .profile-see-details {
  color: #00C3B1;
}
.profiles.profiles-options .artboard {
  min-height: none;
  padding: 0;
  display: inline-block;
}
@media (min-width: 700px) {
  .profiles.profiles-options .artboard {
    min-height: 280px;
  }
}
.profiles.profiles-options .artboard img {
  width: 280px;
  height: auto;
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.04);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.08), 0 2px 4px 0 rgba(0, 0, 0, 0.02), 0 3px 12px 0 rgba(0, 0, 0, 0.04);
}
.profiles .grid-list-item {
  position: relative;
  z-index: 1;
  margin-bottom: 65px;
}
.profiles .grid-list-item input {
  display: none;
}
.profiles .grid-list-item .item {
  position: relative;
}
.profiles .grid-list-item .item:hover {
  cursor: pointer;
}
.profiles .grid-list-item .item:hover a,
.profiles .grid-list-item .item:hover .profile-title {
  color: #00C3B1;
  transition: color 0.3s ease;
}
.profiles .grid-list-item .item:hover .artboard.artboard-blank img {
  filter: drop-shadow(0px 8px 5px rgba(0, 0, 0, 0.2));
  -webkit-filter: drop-shadow(0px 8px 5px rgba(0, 0, 0, 0.2));
  -moz-filter: drop-shadow(0px 8px 5px rgba(0, 0, 0, 0.2));
}
.profiles .grid-list-item .actions {
  margin-top: -36px;
  position: relative;
}
.profiles .grid-list-item .select {
  position: relative;
  margin-top: 3px;
}
.profiles .grid-list-item .select input:checked + label {
  color: #ffffff;
}
.profiles .grid-list-item .select input:checked + label:before {
  content: "";
  display: block;
  position: absolute;
  background: #00C3B1;
  height: 110px;
  z-index: -1;
  left: -12px;
  right: -12px;
  bottom: -12px;
}
.profiles .grid-list-item .select input:checked + label:after {
  background: #ffffff url(/Content/images/dezignatek/check.svg) no-repeat center center;
}
.profiles .grid-list-item .select label {
  z-index: 9;
  color: #00C3B1;
  padding-left: 30px;
  cursor: pointer;
}
.profiles .grid-list-item .select label:after {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  background: #ffffff;
  left: 0;
  top: 0;
  border: 1px solid #9ea2ab;
  border-radius: 2px;
}
.profiles .grid-list-item .select label:hover:after {
  background: #ffffff url(/Content/images/dezignatek/check-o.svg) no-repeat center center;
}
.profiles .grid-list-item .artboard + .actions {
  margin-top: 14px;
}
.profiles .grid-list-item .artboard {
  padding: 0;
  text-align: center;
  margin-right: 40px;
  background: #ffffff;
}
.profiles .grid-list-item .artboard.artboard-blank {
  background: transparent;
  margin-right: 0;
  text-align: left;
  position: relative;
  height: 300px;
}
.profiles .grid-list-item .artboard.artboard-blank.camera:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 180px;
  display: block;
  width: 28px;
  height: 28px;
  padding: 0;
  z-index: 9;
  border-radius: 50%;
  background: #ffffff url(/Content/images/dezignatek/camera.svg) center center no-repeat;
  border: 1px solid rgba(0, 0, 0, 0.04);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.08), 0 2px 4px 0 rgba(0, 0, 0, 0.02), 0 3px 12px 0 rgba(0, 0, 0, 0.04);
}
@media (min-width: 700px) {
  .profiles .grid-list-item .artboard.artboard-blank.camera:before {
    top: 50px;
    left: 100px;
  }
}
@media (min-width: 768px) {
  .profiles .grid-list-item .artboard.artboard-blank.camera:before {
    top: 35px;
    left: 110px;
  }
}
@media (min-width: 1020px) {
  .profiles .grid-list-item .artboard.artboard-blank.camera:before {
    top: -20px;
    left: 180px;
  }
}
.profiles .grid-list-item .artboard.artboard-blank img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.1));
  -webkit-filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.1));
  -moz-filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.1));
  transition: all 250ms ease, border 250ms ease, color 250ms ease;
}
.profiles .grid-list-item .artboard.artboard-blank + .actions {
  position: relative;
}
.profiles .grid-list-item .artboard.artboard-blank + .actions .button {
  position: absolute;
  top: 0;
}
.profiles .grid-list-item .artboard.artboard-blank + .actions .button-new {
  width: 64px;
  height: 28px;
  padding: 0;
  margin-left: -2px;
  top: -50px;
}
.profiles .grid-list-item .artboard.artboard-tall {
  width: 280px;
  height: 716px;
}
.profiles .grid-list-item .artboard.artboard-tall img {
  width: 280px;
  height: 716px;
}
.profiles .grid-list-item .artboard.artboard-wide {
  width: 440px;
  height: 280px;
}
.profiles .grid-list-item .artboard img {
  margin: 0 auto;
  display: block;
  position: relative;
}
.profiles .grid-list-item .profile-title {
  margin-bottom: 0.2rem;
}
.profiles .grid-list-item .profile-title > *:not(.text) {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1.87px;
  font-family: "Avenir LT Std Heavy", sans-serif !important;
  color: #171F32;
  text-transform: uppercase;
}
.profiles .grid-list-item .profile-title .text {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1.87px;
  text-transform: none;
  font-family: "Avenir LT Std", sans-serif;
}
.profiles .grid-list-item .profile-see-details {
  font-size: 16px;
  line-height: 24px;
  font-family: "Avenir LT Std", sans-serif;
  color: #00C3B1;
  background: url(/Content/images/dt-right-chevron.svg) no-repeat right top 4px;
  padding-right: 10px;
  padding-bottom: 8px;
}
.profiles .grid-list-item .profile-new {
  min-width: 64px;
  height: 28px;
  background-color: #00C3B1;
  font-family: "Avenir LT Std Black", sans-serif;
  border-radius: 28px;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 1.87px;
  text-align: center;
  line-height: 28px;
  display: inline-block;
  text-align: center;
}
.profiles .grid-list-item .profile-new.is-hidden {
  display: none;
}
.profiles .grid-list-item .profile-camera {
  width: 28px;
  height: 28px;
  background: #ffffff url(/Content/images/dt-camera.svg) no-repeat left 5px top 5px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.08), 0 2px 4px 0 rgba(0, 0, 0, 0.02), 0 3px 12px 0 rgba(0, 0, 0, 0.04);
  display: inline-block;
  border-radius: 50%;
  margin-bottom: 16px;
}
.profiles .grid-list-item .profile-camera.is-hidden {
  visibility: hidden;
}
.profiles .grid-list-item.selected .item a,
.profiles .grid-list-item.selected .item .profile-title {
  color: #ffffff;
}
.profiles .grid-list-item.selected .item .button-primary {
  background-color: #00897C;
}
.profiles .grid-list-item.selected .item:hover a,
.profiles .grid-list-item.selected .item:hover .profile-title {
  color: #ffffff;
}

html.ProfilesPage .section.section-profiles {
  background: #fff;
}
html.ProfilesPage .modal.image-modal {
  background: rgba(8, 12, 18, 0.85);
}
html.ProfilesPage .modal .modal-swatch .swatch-image {
  margin-left: 0;
  margin-top: -40px;
  margin-bottom: -10px;
}
@media (min-width: 700px) {
  html.ProfilesPage .modal .modal-swatch .swatch-image {
    margin-bottom: -25px;
  }
}

.has-tabs {
  padding-bottom: 0;
}
.has-tabs .tabs-wrapper {
  max-width: 1080px;
  margin: 0 auto 27px;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid rgba(23, 31, 50, 0.14);
}
@media (min-width: 700px) {
  .has-tabs .tabs-wrapper {
    position: relative;
  }
}
@media (min-width: 1280px) {
  .has-tabs .tabs-wrapper {
    margin-left: 120px;
  }
}
@media (min-width: 1400px) {
  .has-tabs .tabs-wrapper {
    margin-left: auto;
  }
  .has-tabs .tabs-wrapper:after {
    display: none;
  }
}
.has-tabs .tabs-container {
  max-width: none;
}
.has-tabs .tabs-list {
  position: relative;
  margin: 34px 0 0 0;
  overflow-x: scroll;
  padding-top: 1px;
  padding: 0;
  list-style: none;
}
.has-tabs .tabs-list ul {
  padding: 0;
  display: flex;
}
.has-tabs .tabs-list ul li {
  display: inline-block;
  white-space: nowrap;
}
@media (min-width: 1400px) {
  .has-tabs .tabs-list ul li {
    white-space: normal;
    flex: 0 0 auto;
  }
}
.has-tabs .tabs-list ul li:not(:last-child) {
  margin-right: 24px;
}
@media (min-width: 700px) {
  .has-tabs .tabs-list ul li:not(:last-child) {
    margin-right: 33px;
  }
}
.has-tabs .tabs-list ul li:last-child {
  padding-right: 17px;
}
.has-tabs .tabs-list ul a {
  font-size: 14px;
  line-height: 12px;
  letter-spacing: 1.87px;
  opacity: 0.6;
  height: 11px;
  display: block;
  font-family: "Avenir LT Std Heavy", sans-serif;
  text-transform: uppercase;
  color: #171F32;
}
.has-tabs .tabs-list ul a:hover, .has-tabs .tabs-list ul a.active {
  opacity: 1;
  position: relative;
}
.has-tabs .tabs-list ul a:hover:after, .has-tabs .tabs-list ul a.active:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  position: relative;
  bottom: -13px;
  border-radius: 1;
  z-index: 1;
}
.has-tabs .tabs-list ul a:hover {
  color: #00C3B1;
}
.has-tabs .tabs-list ul a:hover:after {
  background: #00C3B1;
}
.has-tabs .tabs-list ul a.active:after {
  background: #171F32;
}
@media (min-width: 700px) {
  .has-tabs .tabs-list {
    margin-left: 0;
  }
}
@media (min-width: 970px) {
  .has-tabs .tabs-list {
    margin-top: 14px;
  }
}
@media (min-width: 1280px) {
  .has-tabs .tabs-list {
    margin-right: 0;
  }
}

.category-form {
  width: 100%;
}
@media (min-width: 700px) {
  .category-form {
    max-width: 282px;
  }
  .category-form.search-form {
    max-width: 480px;
  }
}
.category-form .is-hidden {
  display: none;
}
.category-form .refine-label {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.17px;
  z-index: 51;
  position: relative;
  color: rgba(0, 0, 0, 0.6);
  padding: 13px 15px;
  height: 48px;
  margin-top: 7px;
  margin-left: -1px;
  background: #ffffff url(/Content/images/bestwood/chevron-down.svg) top 20px right 18px no-repeat;
  border: 1px solid rgba(0, 0, 0, 0.04);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.08), 0 2px 4px 0 rgba(0, 0, 0, 0.02), 0 3px 12px 0 rgba(0, 0, 0, 0.04);
  transition: background 0.3s ease, box-shadow 0.3s ease;
}
.category-form .refine-label:hover {
  background-color: #EDEDEF;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.06), 0 4px 6px 0 rgba(0, 0, 0, 0.04), 0 6px 16px 0 rgba(0, 0, 0, 0.12);
}
.category-form .refine-label.active:hover, .category-form .refine-label.active {
  background: #ffffff url(/Content/images/bestwood/chevron-up.svg) top 20px right 18px no-repeat;
  box-shadow: 0 0 0 2px #00C3B1, 0 0 4px 2px #00C3B1;
}
.category-form .refine-label.active, .category-form .refine-label.activated {
  font-weight: normal;
  color: #000000;
}
.category-form .refine-label.active + .refine-dropdown {
  display: block;
  z-index: 99;
}
.category-form[data-refine=edges] .active + .refine-dropdown {
  z-index: 100;
}
.category-form .refine-dropdown {
  width: 100%;
  background: #ecedee;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 50;
}
.category-form .refine-dropdown .field {
  width: 100%;
  position: relative;
}
.category-form .refine-dropdown .field:last-child {
  margin-bottom: 5px;
}
.category-form .refine-dropdown .field label {
  font-size: 16px;
  line-height: 24px;
  opacity: 0.65;
  font-weight: normal;
  font-size: 16px;
  color: #000000;
  line-height: 24px;
  padding: 6px 48px 7px;
  display: block;
  position: relative;
  cursor: pointer;
}
.category-form .refine-dropdown .field label.refine-all-label {
  padding-top: 15px;
  padding-bottom: 6px;
}
.category-form .refine-dropdown .field label.refine-all-label:after {
  top: 13px;
}
.category-form .refine-dropdown .field label:after {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  background: #ffffff;
  border: 1px solid rgba(23, 31, 50, 0.15);
  border-radius: 3px;
  top: 2px;
  left: 16px;
}
.category-form .refine-dropdown .field label:hover:after {
  border-color: #A2A5AD;
}
.category-form .refine-dropdown .field input {
  display: none;
}
.category-form .refine-dropdown .field input + label:hover:after {
  background: #ffffff url(/Content/images/bestwood/check-hover.svg) center center no-repeat;
}
.category-form .refine-dropdown .field input:checked + label {
  font-weight: 500;
  opacity: 1;
}
.category-form .refine-dropdown .field input:checked + label:after {
  background: #ffffff url(/Content/images/bestwood/check.svg) center center no-repeat;
}

.shadow:not(.only-hover) {
  border: 1px solid rgba(0, 0, 0, 0.04);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.08), 0 2px 4px 0 rgba(0, 0, 0, 0.02), 0 3px 12px 0 rgba(0, 0, 0, 0.04);
  border-radius: 1px;
}
.shadow.grey:hover {
  background-color: #e6e8e9;
}
.shadow.orange:focus {
  border: 1px solid rgba(0, 0, 0, 0.04);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.08), 0 2px 4px 0 rgba(0, 0, 0, 0.02), 0 3px 12px 0 rgba(0, 0, 0, 0.04), 0 0 0 1px #00C3B1, 0 0 6px 0 #00C3B1;
}
.shadow.black {
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #ffffff;
  box-shadow: none;
  border-bottom: 2px solid #000000;
  height: 48px;
}
.shadow.black:focus, .shadow.black:hover {
  height: 48px;
}
.shadow.magnify {
  background-image: url(/Content/images/bestwood/magnify.svg);
  background-repeat: no-repeat;
  background-position: top 16px left 14px;
}
.shadow.only-hover:not(.orange):hover, .shadow.hover:not(.orange):hover {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.06), 0 4px 6px 0 rgba(0, 0, 0, 0.04), 0 6px 16px 0 rgba(0, 0, 0, 0.12);
}

.shadow-line {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.24);
  box-shadow: none;
}

.wysiwyg h1 + h3 {
  margin-bottom: 31px;
}
.wysiwyg h1 {
  margin-bottom: 15px;
}
.wysiwyg h2 {
  margin-bottom: 9px;
}
.wysiwyg h2 + h3 {
  margin-top: 14px;
}
.wysiwyg h3 {
  margin-bottom: 7px;
}
.wysiwyg h4 {
  margin-bottom: 9px;
}
.wysiwyg p {
  margin-bottom: 12px;
}
.wysiwyg p + h2 {
  margin-top: 35px;
}
.wysiwyg p + h3 {
  margin-top: 17px;
}
.wysiwyg p + h4 {
  margin-top: 23px;
}
.wysiwyg p + img {
  margin-top: 27px;
}
.wysiwyg hr + h2 + h3 {
  margin-bottom: 31px;
}
.wysiwyg img {
  height: auto !important;
  margin-top: 39px;
  margin-bottom: 37px;
}
@media (min-width: 1280px) {
  .wysiwyg img {
    width: calc(100% + 80px);
    max-width: none;
    margin-left: -40px;
    margin-right: -40px;
  }
}
.wysiwyg span:not(span.floatleft):not(span.floatright) > img {
  max-width: 100%;
}
@media (min-width: 1280px) {
  .wysiwyg span:not(span.floatleft):not(span.floatright) > img {
    width: calc(100% + 80px);
  }
}
.wysiwyg .floatleft,
.wysiwyg .floatright {
  display: block;
  margin: 20px;
  text-align: center;
}
@media (min-width: 1280px) {
  .wysiwyg .floatleft,
  .wysiwyg .floatright {
    margin-left: 39px;
  }
}
@media (min-width: 1280px) {
  .wysiwyg .floatleft img,
  .wysiwyg .floatright img {
    min-width: inherit;
    max-width: 600px;
    margin: 0;
  }
}
@media (min-width: 1280px) {
  .wysiwyg .floatleft {
    float: left;
    margin-left: -200px;
  }
}
@media (min-width: 1280px) {
  .wysiwyg .floatright {
    float: right;
    margin-right: -200px;
  }
}
.wysiwyg ol,
.wysiwyg ul {
  list-style-position: inside;
  list-style-type: none;
  padding: 0;
  margin-top: 24px;
  margin-bottom: 24px;
}
.wysiwyg ol + h2,
.wysiwyg ul + h2 {
  margin-top: 47px;
}
.wysiwyg ol li,
.wysiwyg ul li {
  margin-top: 12px;
  margin-bottom: 12px;
}
.wysiwyg ol li ol,
.wysiwyg ol li ul,
.wysiwyg ul li ol,
.wysiwyg ul li ul {
  list-style-type: none;
  margin-top: 0;
  margin-bottom: 0;
}
.wysiwyg ol li ul,
.wysiwyg ul li ul {
  padding-left: 6px;
}
.wysiwyg ol li ol,
.wysiwyg ul li ol {
  padding-left: 9px;
}
.wysiwyg ul {
  padding-left: 10px;
}
.wysiwyg ul li {
  padding-left: 24px;
  position: relative;
}
.wysiwyg ul li:before {
  content: "";
  left: 0;
  top: 9px;
  position: absolute;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  margin-right: 18px;
  background: #171F32;
}
.wysiwyg ul li li:before {
  background: rgba(23, 31, 50, 0.35);
}
.wysiwyg ol {
  counter-reset: item;
  padding-left: 10px;
}
.wysiwyg ol li {
  counter-increment: item;
  padding-left: 21px;
  position: relative;
}
.wysiwyg ol li:before {
  left: 0;
  position: absolute;
  text-align: right;
  content: counter(item) ".";
  font-family: "Avenir LT Std Medium", sans-serif;
  color: #171F32;
}
.wysiwyg ol li li:before {
  content: counter(item, lower-alpha) ".";
}
.wysiwyg hr {
  border-color: rgba(23, 31, 50, 0.2);
  margin-top: 35px;
  margin-bottom: 43px;
}
.wysiwyg .embed {
  position: relative;
  padding-bottom: 56.25%; /*16:9*/
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.wysiwyg .embed + * {
  margin-top: 20px;
}
.wysiwyg .embed iframe,
.wysiwyg .embed object,
.wysiwyg .embed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 699px) {
  .nav-open {
    position: fixed;
    overflow: hidden;
  }
}

.header-wrapper {
  position: relative;
}

.header,
.header-menus,
.header-banner-link {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
}

.header,
.header-banner-link {
  position: relative;
}
@media (min-width: 1130px) {
  .header,
  .header-banner-link {
    padding: 20px 0;
  }
}
@media (min-width: 1400px) {
  .header,
  .header-banner-link {
    padding: 0 40px 12px;
  }
}

@media (min-width: 700px) {
  .header-menus {
    padding: 0;
  }
}

.share-notification {
  z-index: 202;
}

.show-modal .header {
  z-index: 201;
}

.menu-open,
.menu-close {
  font-size: 12.5px;
  line-height: 20px;
  letter-spacing: 2.2px;
  font-family: "Avenir LT Std Heavy", sans-serif;
  padding-left: 22px;
  margin: 1px -3px 0 0;
  text-transform: uppercase;
}

.menu-open {
  display: block;
  color: #171f32;
  background: url(/Content/images/dt-menu-open.svg) top 2px left/14px 12px no-repeat;
}
@media (min-width: 1130px) {
  .menu-open {
    display: none;
  }
}

.collection-count,
.cart-count {
  position: relative;
  top: 0;
  display: inline-block;
  min-width: 48px;
  height: 28px;
  padding: 3px 0 0;
  border-radius: 20px;
  margin: 0 3px 0 0;
  line-height: 24px;
  text-align: center;
  font-style: normal;
  font-family: "Avenir LT Std Heavy", sans-serif;
  transition: background 0.3s ease;
}
.collection-count img,
.cart-count img {
  margin-top: -3px;
}
.collection-count span,
.cart-count span {
  position: relative;
  top: 1px;
}

.header {
  z-index: 100;
  padding-top: 21px;
  padding-bottom: 21px;
}
@media (min-width: 700px) {
  .header {
    padding-bottom: 15px;
  }
}
.header ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 700px) {
  .header ul {
    display: inline-block;
  }
}
@media (min-width: 700px) {
  .header ul li {
    display: inline-block;
  }
}
.header .collection-count,
.header .cart-count {
  background: #00C3B1;
  color: #ffffff;
}
.header .utilities-menus {
  order: 2;
  margin-top: 22px;
  margin-bottom: 10px;
}
@media (min-width: 700px) {
  .header .utilities-menus {
    font-size: 13px;
    line-height: 20px;
    order: inherit;
    margin-top: 0;
  }
}
@media (min-width: 1280px) {
  .header .utilities-menus {
    margin-top: 7px;
    margin-right: 1px;
  }
}
@media (min-width: 1280px) {
  .header .utilities-menus {
    font-size: 15px;
    line-height: 24px;
  }
}
@media (min-width: 700px) {
  .header .utilities-menus li + li,
  .header .utilities-menus li + ul,
  .header .utilities-menus ul + li,
  .header .utilities-menus ul + ul {
    margin-left: 16px;
  }
}
@media (min-width: 1280px) {
  .header .utilities-menus li + li,
  .header .utilities-menus li + ul,
  .header .utilities-menus ul + li,
  .header .utilities-menus ul + ul {
    margin-left: 29px;
  }
}
@media (min-width: 1280px) {
  .header .utilities-menus .user-menu li:last-child {
    margin-left: 24px;
  }
}
.header .utilities-menus a {
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
  margin-top: 1px;
  color: #00C3B1;
  letter-spacing: auto;
}
.header .utilities-menus a:hover {
  color: #00897C;
}
.header .utilities-menus a:hover .collection-count,
.header .utilities-menus a:hover .cart-count {
  background: #00897C;
}
.header .user-menu .text {
  display: inline-block;
}
@media (min-width: 700px) {
  .header .user-menu .text {
    position: absolute;
    left: -9999px;
  }
}
@media (min-width: 1280px) {
  .header .user-menu .text {
    position: static;
  }
}
.header .main-menu {
  font-size: 24px;
  line-height: 28px;
  font-family: "Avenir LT Std Heavy", sans-serif;
}
@media (min-width: 700px) {
  .header .main-menu {
    font-size: 13px;
    line-height: 20px;
    margin-right: -13px;
  }
}
@media (min-width: 1280px) {
  .header .main-menu {
    font-size: 18px;
    line-height: 24px;
  }
}
.header .main-menu ul {
  display: block;
}
.header .main-menu ul li {
  position: relative;
}
.header .main-menu ul li + li {
  margin-top: 20px;
}
@media (min-width: 700px) {
  .header .main-menu ul li + li {
    margin-top: 0;
  }
}
.header .main-menu ul li:first-child a {
  margin-left: 0;
}
.header .main-menu > ul > li {
  float: left;
}
.header .main-menu > ul > li > a {
  font-size: 14px;
  line-height: 16px;
  font-family: "Avenir LT Std Heavy", sans-serif;
  color: #171f32;
  letter-spacing: 1.87px;
  text-transform: uppercase;
  position: relative;
  padding: 11px 12px 9px 12px;
  display: block;
  transition: color 0.3s ease;
}
.header .main-menu > ul > li > a:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  right: 13px;
  left: 12px;
  bottom: 2px;
  height: 2px;
  background-color: transparent;
  border-radius: 2px;
}
.header .main-menu > ul > li > a.active:before {
  background-color: #00c3b1;
}
@media (min-width: 1330px) {
  .header .main-menu > ul > li {
    margin-left: 3px;
  }
}
.header .main-menu > ul > li > a:not(.has-submenu):hover {
  color: #00C3B1;
}
.header .main-menu .submenu-wrapper ul a {
  margin-left: 0;
}
.header .main-menu .submenu-wrapper ul a:after {
  display: none;
}
@media (min-width: 700px) {
  .header .main-menu > a {
    margin-left: 14px;
  }
}
.header .main-menu .has-submenu {
  padding-right: 30px;
  transition: background 0.3s ease;
}
.header .main-menu .has-submenu:hover {
  color: #171F32;
  background-color: #EDEDEF;
}
.header .main-menu .has-submenu:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("/Content/images/dt-chevron.svg");
  background-position: center center;
  background-repeat: no-repeat;
}

.header-logo {
  width: 169.88px;
  height: 18px;
  background-image: url(/Content/images/dt-header-logo.svg);
  background-size: contain;
}
@media (min-width: 1130px) {
  .header-logo {
    width: 220px;
    height: 40px;
    margin-top: 35px;
  }
}
@media (min-width: 1280px) {
  .header-logo {
    width: 303px;
    height: 34px;
  }
}

.header-menus {
  position: relative;
  z-index: 3;
  display: none;
}
@media (min-width: 1130px) {
  .header-menus {
    display: block;
  }
}
.nav-open .header-menus {
  transform: translateX(0);
  opacity: 1;
  padding-bottom: 75px;
}

.header-menus-heading {
  display: none;
  justify-content: space-between;
  align-items: flex-end;
}

.nav-open .header-menus-heading {
  display: flex;
}

.nav-open .header-menus-menus {
  display: block;
}

.header-menus-menus {
  display: flex;
  flex-direction: column;
  margin-left: 0;
  text-align: right;
  position: relative;
}
.header-menus-menus .user-menu {
  margin-right: 1px;
  margin-left: 13px;
}

.header-banner {
  background: #171F32;
  display: block;
  text-indent: -9999px;
  height: 8px;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 1;
}
.header-banner .header-banner-link {
  padding: 19px 40px 15px;
  display: block;
  color: #ffffff;
}
@media (max-width: 699px) {
  .header-banner .header-banner-link {
    padding: 0;
  }
}
@media (min-width: 700px) {
  .header-banner {
    display: none;
  }
}
@media (min-width: 1280px) {
  .header-banner {
    text-indent: 0;
    height: auto;
    display: block;
  }
}
.header-banner.no-text {
  padding: 0;
  height: 12px;
}
.header-banner .header-banner-title {
  display: inline-block;
  margin-right: 16px;
  font-size: 20px;
  line-height: 20px;
  color: #ffffff;
  font-weight: bold;
}
.header-banner .read-more {
  color: #829ad2;
  display: inline-block;
}
.header-banner .read-more:after {
  background-image: url(/Content/images/read-more-icon-lavender.svg);
  transition: transform 0.2s;
  transform: translateX(0);
}
.header-banner .header-banner-link:hover .read-more {
  color: #ffffff;
}
.header-banner .header-banner-link:hover .read-more:after {
  transform: translateX(8px);
  background-image: url(/Content/images/read-more-icon-white.svg);
}
.Home .header-banner, .Contact .header-banner, .CollectionPage .header-banner {
  display: none;
}

.nav-open .header .main-menu a {
  color: #ffffff;
}

.nav-open .header .main-menu .has-submenu {
  padding: 0;
  margin-left: 0;
}

.nav-open .header .main-menu a:after {
  display: none;
}

.footer {
  color: #ffffff;
  background: #171F32;
  padding: 32px 16px;
  position: relative;
  z-index: 2;
}
.footer .footer-inner {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 699px) {
  .footer .footer-inputs {
    flex: 0 0 100%;
  }
}
.footer .footer-menus {
  flex: 0 0 auto;
}
@media (max-width: 1279px) {
  .footer .footer-menus {
    flex: 0 0 50%;
  }
}
@media (max-width: 699px) {
  .footer .footer-menus {
    flex: 0 0 100%;
  }
}
.footer .footer-column {
  display: flex;
  flex: 1 1 auto;
  justify-content: space-between;
}
@media (max-width: 1279px) {
  .footer .footer-column {
    display: block;
    padding-left: 20px;
  }
}
@media (max-width: 699px) {
  .footer .footer-column {
    padding-left: 0;
  }
}
.footer .footer-form + .footer-form {
  margin-top: 24px;
}
@media (min-width: 700px) {
  .footer .footer-form + .footer-form {
    margin-left: 20px;
    padding-left: 10px;
    margin-top: 0;
  }
}
.footer .footer-email-form .form-input:hover ~ .form-submit-email {
  background-image: url("/Content/images/dt-chevron-teal-right.svg");
  background-position: center center;
  background-size: 8px 14px;
  background-repeat: no-repeat;
}
.footer .footer-email-form .form-submit-email:hover {
  background-image: url("/Content/images/dt-chevron-teal-right.svg");
  background-position: center center;
  background-size: 8px 14px;
  background-repeat: no-repeat;
}
@media (min-width: 700px) {
  .footer .footer-email-form {
    padding-right: 10px;
    margin-right: 0;
  }
}
@media (min-width: 700px) {
  .footer .footer-inputs {
    flex: 1 1 100%;
    display: flex;
  }
  .footer .footer-inputs > * {
    flex: 1 1 50%;
  }
}
.footer .form-label + .form-input {
  margin-top: 12px;
  border-radius: 1px;
  font-family: "Avenir LT Std Book", sans-serif;
  font-size: 16px;
  color: rgba(23, 31, 50, 0.65);
  line-height: 23px;
}
@media (max-width: 699px) {
  .footer .form-label + .form-input {
    margin-top: 7px;
  }
}
.footer .footer-menus {
  margin-top: 33px;
}
@media (min-width: 700px) {
  .footer .footer-menus {
    margin-top: 30px;
    padding-right: 20px;
  }
}
@media (min-width: 1280px) {
  .footer .footer-menus {
    margin-top: 51px;
    padding-right: 44px;
  }
}
@media (min-width: 1400px) {
  .footer .footer-menus {
    margin-top: 51px;
    padding-right: 28px;
  }
}
.footer .footer-menus ul {
  padding: 0;
}
.footer .footer-menus a {
  color: #ffffff;
  transition: 0.3s color ease;
}
.footer .footer-menus a:hover {
  color: #00C3B1;
}
.footer .footer-main-menu {
  font-family: "Avenir LT Std", sans-serif;
  margin: 0;
}
.footer .footer-main-menu li + li {
  margin-top: 19px;
}
@media (max-width: 699px) {
  .footer .footer-main-menu li + li {
    margin-top: 15.5px;
  }
}
.footer .footer-main-menu a {
  font-size: 32px;
  line-height: 28px;
  font-family: "Sansation", sans-serif;
  color: #ffffff;
  letter-spacing: -0.32px;
}
@media (max-width: 699px) {
  .footer .footer-main-menu a {
    font-size: 28px;
    line-height: 32px;
    letter-spacing: 0.028px;
  }
}
.footer .footer-utilites-menu {
  margin: 18px 0 10px;
}
@media (min-width: 700px) {
  .footer .footer-utilites-menu {
    margin-top: 16px;
  }
}
@media (min-width: 1280px) {
  .footer .footer-utilites-menu {
    margin-top: 18px;
  }
}
@media (min-width: 1620px) {
  .footer .footer-utilites-menu {
    margin-top: 22px;
  }
}
.footer .footer-utilites-menu li {
  margin-top: 1px;
}
.footer .footer-utilites-menu li + li {
  margin-top: 12px;
}
@media (min-width: 1620px) {
  .footer .footer-utilites-menu li + li {
    margin-top: 24px;
  }
}
@media (max-width: 699px) {
  .footer .footer-utilites-menu li + li {
    margin-top: 17px;
  }
}
.footer .footer-utilites-menu a {
  font-family: "Avenir LT Std", sans-serif;
  font-size: 20px;
  color: #ffffff;
  line-height: 32px;
}
@media (min-width: 1620px) {
  .footer .footer-utilites-menu a {
    font-size: 24px;
    line-height: 24px;
  }
}
@media (max-width: 699px) {
  .footer .footer-utilites-menu a {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 1280px) {
  .footer .footer-column {
    margin-top: 59px;
  }
}
.footer .footer-inner-column {
  padding-top: 4px;
  flex: 0 0 320px;
}
.footer .footer-inner-column.footer-inner-column-right {
  flex: 0 0 302px;
}
@media (min-width: 1280px) {
  .footer .footer-inner-column {
    padding-left: 10px;
  }
}
.footer .footer-label {
  margin-bottom: 3px;
}
.footer .footer-address {
  margin-top: 44px;
}
@media (min-width: 700px) {
  .footer .footer-address {
    margin-top: 30px;
  }
}
@media (min-width: 1280px) {
  .footer .footer-address {
    margin-top: 0;
  }
}
@media (max-width: 699px) {
  .footer .footer-address {
    margin-top: 34px;
  }
}
.footer address,
.footer p,
.footer p strong {
  font-family: "Avenir LT Std", sans-serif;
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
}
.footer .footer-contact {
  margin-top: 30px;
}
.footer .footer-contact p strong {
  font-size: 16px;
  line-height: 24px;
  opacity: 0.65;
  font-family: "Avenir LT Std", sans-serif;
  color: #ffffff;
}
.footer .footer-contact a {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  font-family: "Avenir LT Std", sans-serif;
  transition: 0.3s color ease;
}
.footer .footer-contact a:hover {
  color: #00C3B1;
}
.footer .footer-enquires {
  margin-top: 24px;
}
.footer .footer-enquires a {
  transition: 0.3s color ease;
}
.footer .footer-enquires a:hover {
  color: #00C3B1;
}
@media (min-width: 700px) {
  .footer .footer-enquires {
    margin-top: 20px;
  }
}
@media (min-width: 1280px) {
  .footer .footer-enquires {
    margin-top: 0;
  }
}
@media (max-width: 699px) {
  .footer .footer-enquires .footer-label {
    margin-bottom: 7px;
  }
}
.footer .footer-enquires .footer-number-label {
  font-family: "Sansation", sans-serif;
  font-size: 32px;
  letter-spacing: -0.32px;
  line-height: 36px;
  color: #ffffff;
}
@media (max-width: 699px) {
  .footer .footer-enquires .footer-number-label {
    font-size: 28px;
    line-height: 32px;
    letter-spacing: 0.01px;
  }
}
.footer .footer-logo {
  width: 264px;
  height: 32px;
  margin-top: 67px;
  margin-left: 0px;
  position: relative;
  display: block;
}
@media (min-width: 700px) {
  .footer .footer-logo {
    width: 200px;
    height: 24px;
    margin-top: 30px;
  }
}
@media (min-width: 1280px) {
  .footer .footer-logo {
    width: 302px;
    height: 32px;
    margin-top: 55px;
  }
}
@media (max-width: 699px) {
  .footer .footer-logo {
    max-width: 227px;
    margin-top: 63px;
  }
}
.footer .footer-social {
  margin-top: 20px;
}
.footer .footer-social:before, .footer .footer-social:after {
  content: "";
  clear: both;
  display: table;
}
@media (min-width: 700px) {
  .footer .footer-social {
    margin-top: 29px;
  }
}
@media (min-width: 1280px) {
  .footer .footer-social {
    margin-top: 20px;
  }
}
@media (max-width: 699px) {
  .footer .footer-social {
    display: none;
  }
}
.footer .footer-social a {
  width: 32px;
  height: 32px;
  float: left;
  text-indent: -9999px;
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-right: 8px;
}
.footer .footer-social .instagram {
  background-image: url(/Content/images/dt-instagram.svg);
  width: 28px;
  margin-right: 15px;
  transition: background-image 0.3s ease;
}
.footer .footer-social .instagram:hover {
  background-image: url(/Content/images/dt-instagram-teal.svg);
}
.footer .footer-social .youtube {
  background-image: url(/Content/images/dt-youtube.svg);
  height: 20px;
  margin-top: 6px;
  display: block;
  transition: background-image 0.3s ease;
}
.footer .footer-social .youtube:hover {
  background-image: url(/Content/images/dt-youtube-teal.svg);
}
.footer .footer-terms {
  position: relative;
  margin-top: 35px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer .footer-terms span {
  display: block;
}
@media (min-width: 700px) {
  .footer .footer-terms span {
    display: inline-block;
  }
}
.footer .footer-terms p, .footer .footer-terms a {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  font-family: "Avenir LT Std Heavy", sans-serif;
}
.footer .footer-terms a {
  opacity: 0.65;
  transition: color 0.3s, opacity 0.3s;
}
.footer .footer-terms a:hover {
  opacity: 1;
  color: #00C3B1;
}
.footer .footer-terms > p:first-child {
  opacity: 0.65;
}
@media (max-width: 699px) {
  .footer .footer-terms > p:first-child {
    position: absolute;
    bottom: 2em;
  }
}
.footer .footer-terms p:first-child {
  align-self: flex-end;
}
.footer .footer-terms p:last-child {
  margin-left: 17px;
}
@media (min-width: 1280px) {
  .footer .footer-terms p:last-child {
    margin-left: 30px;
  }
}
@media (max-width: 699px) {
  .footer .footer-terms p {
    display: inline-block;
    text-align: left;
    margin-left: 0;
    margin-right: 0;
  }
  .footer .footer-terms p:last-child {
    margin-left: 0;
  }
}
.footer .footer-terms .terms-column {
  position: relative;
}
.footer .footer-terms .terms-column > div {
  display: flex;
}
.footer .footer-terms .terms-column .panels-logo {
  position: absolute;
  top: calc(-111px - 36px);
}
.footer .footer-terms .terms-column .panels-logo img {
  position: relative;
  display: block;
  height: 111px;
}
@media (max-width: 699px) {
  .footer .footer-terms .terms-column .panels-logo {
    position: relative;
    top: 0;
  }
  .footer .footer-terms .terms-column .panels-logo img {
    height: 85px;
    margin-bottom: 87px;
  }
}
@media (min-width: 700px) {
  .footer .footer-terms {
    flex-wrap: nowrap;
    width: 100%;
  }
}
@media (min-width: 1620px) {
  .footer .footer-terms {
    margin-top: 106px;
  }
}
@media (max-width: 699px) {
  .footer .footer-terms {
    margin-top: 23px;
  }
}
.footer .form-label,
.footer .footer-label {
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 1.73px;
  opacity: 0.65;
  font-family: "Avenir LT Std Black", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
}
@media (min-width: 700px) {
  .footer .form-label,
  .footer .footer-label {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 1.87px;
  }
}
@media (max-width: 699px) {
  .footer .form-label,
  .footer .footer-label {
    margin-bottom: 11px;
  }
}
@media (min-width: 700px) {
  .footer {
    padding: 124px 40px 29px;
  }
}
@media (min-width: 1280px) {
  .footer {
    padding-bottom: 26px;
  }
}
@media (max-width: 699px) {
  .footer {
    padding-top: 148px;
  }
}

.interactive-panel {
  padding-bottom: 15px;
}
.interactive-panel .slide {
  text-align: right;
  position: relative;
}
.interactive-panel .tabs {
  z-index: 1;
  position: absolute;
  bottom: 24px;
  left: 50%;
  display: none;
  padding: 0;
  border: 0;
  border-radius: 1px;
  margin: 0;
  text-align: left;
  transform: translateX(-50%);
}
@media (min-width: 700px) {
  .interactive-panel .tabs {
    display: block;
    bottom: -46px;
    min-width: 440px;
    height: 86px;
  }
}
@media (min-width: 1620px) {
  .interactive-panel .tabs {
    min-width: 432px;
  }
}
@media (max-width: 899px) {
  .interactive-panel .tabs {
    left: auto;
    right: -16px;
    transform: translateX(0);
  }
}
.interactive-panel .tabs-inner {
  display: flex;
}
.interactive-panel .tab {
  position: relative;
  width: 100%;
  padding: 8px;
  border-top: 1px solid rgba(155, 144, 141, 0.12);
  border-radius: 1px;
  background-color: #ffffff;
  transition: background 0.3s ease;
  cursor: pointer;
}
.interactive-panel .tab:first-child {
  border-top: none;
}
.interactive-panel .tab:hover, .interactive-panel .tab.hover, .interactive-panel .tab.active {
  background-color: #ECEDEE;
}
.interactive-panel .tab:hover .tab-image label, .interactive-panel .tab.hover .tab-image label, .interactive-panel .tab.active .tab-image label {
  background-color: #171F32;
}
.interactive-panel .tab.active .tab-image label {
  text-indent: -9999px;
  background: #171F32 url(/Content/images/dezignatek/tick.svg) center center no-repeat;
}
@media (min-width: 700px) {
  .interactive-panel .tab {
    height: 80px;
    min-width: 360px;
    padding: 10px;
  }
}
@media (min-width: 700px) {
  .interactive-panel .tab {
    display: block;
  }
}
@media (min-width: 1280px) {
  .interactive-panel .tab {
    padding: 14px;
  }
}
.interactive-panel .tab.acrylic:after {
  border-bottom-color: #685bc7;
}
.interactive-panel .tab.laminate:after {
  border-bottom-color: #ffaa00;
}
.interactive-panel .tab.melamine:after {
  border-bottom-color: #67cee3;
}
.interactive-panel .tab.stone:after {
  border-bottom-color: #9b908d;
}
.interactive-panel .tab.veneer:after {
  border-bottom-color: #7bc142;
}
.interactive-panel .tab.substrates:after {
  border-bottom-color: #171f32;
}
.interactive-panel .tab:hover {
  color: inherit;
}
.interactive-panel .tab:hover .tab-image:before {
  content: "";
}
.interactive-panel .tab:last-child {
  margin-left: 30px;
}
.interactive-panel .tab-inner {
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 3px;
}
.interactive-panel .tab-image {
  position: relative;
  user-select: none;
  border-radius: 50%;
  background-color: #ffffff;
  margin-right: 5px;
  margin-left: 5px;
}
.interactive-panel .tab-image label {
  width: 40px;
  height: 40px;
  font-size: 16px;
  line-height: 26px;
  cursor: pointer;
  position: relative;
  display: block;
  padding-top: 2px;
  border: 6px solid #fff;
  border-radius: 50%;
  text-align: center;
  font-family: "Avenir LT Std Black", sans-serif;
  color: #ffffff;
  background-color: #07c4b1;
  background-size: 10px 8px;
  background-position: center center;
  background-repeat: no-repeat;
  transition: background-color 0.3s ease;
}
.interactive-panel [type=checkbox],
.interactive-panel .headings {
  position: absolute;
  left: -9999px;
}
.interactive-panel [type=checkbox]:checked + .tab {
  background: #00C3B1;
}
.interactive-panel [type=checkbox]:checked + .tab:hover {
  width: 100%;
}
.interactive-panel [type=checkbox]:checked + .tab .headings .heading,
.interactive-panel [type=checkbox]:checked + .tab .headings .text {
  color: #ffffff;
}
.interactive-panel [type=checkbox]:checked + .tab:hover .text:after,
.interactive-panel [type=checkbox]:checked + .tab .text:after {
  display: none;
}
.interactive-panel .headings {
  user-select: none;
  margin-top: 3px;
  margin-bottom: -3px;
}
@media (min-width: 700px) {
  .interactive-panel .headings {
    position: static;
    margin-left: 10px;
  }
}
@media (min-width: 1280px) {
  .interactive-panel .headings {
    margin-left: 14px;
  }
}
.interactive-panel .heading {
  font-size: 14px;
  line-height: 18px;
}
@media (min-width: 1280px) {
  .interactive-panel .heading {
    font-size: 20px;
    line-height: 20px;
  }
}
.interactive-panel .heading .letter {
  font-family: "Avenir LT Std", sans-serif;
  font-size: 14px;
  color: #171f32;
  letter-spacing: 1.87px;
  line-height: 16px;
  text-transform: uppercase;
}
.interactive-panel .text {
  font-size: 16px;
  line-height: 24px;
  font-family: "Avenir LT Std", sans-serif;
  color: #00c3b1;
}
.interactive-panel .letter-tag {
  width: 40px;
  height: 48.28px;
  position: absolute;
  display: none;
  background-image: url("/Content/images/pin.svg");
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  user-select: none;
}
.interactive-panel .letter-tag.active .letter-tag-inner, .interactive-panel .letter-tag.hover .letter-tag-inner, .interactive-panel .letter-tag:hover .letter-tag-inner {
  background-color: #171F32;
}
.interactive-panel .letter-tag.active .letter-tag-inner {
  text-indent: -9999px;
  background: #171F32 url(/Content/images/dezignatek/tick.svg) center center no-repeat;
}
@media (min-width: 700px) {
  .interactive-panel .letter-tag {
    display: block;
  }
}
.interactive-panel .letter-tag .letter-tag-inner {
  font-size: 16px;
  line-height: 26px;
  width: 26px;
  height: 26px;
  display: block;
  box-sizing: border-box;
  margin: 6px auto;
  padding-top: 1px;
  border-radius: 50%;
  font-family: "Avenir LT Std Black", sans-serif;
  text-align: center;
  background: #07c4b1;
  color: #ffffff;
  transition: background-color 0.3s ease;
}
.interactive-panel .letter-tag.selected .letter-tag-inner {
  background-color: #171F32;
}
.interactive-panel .icon-link {
  width: 14px;
  height: 14px;
}
.interactive-panel .icon-link:before {
  width: inherit;
  height: inherit;
}
@media (min-width: 700px) {
  .interactive-panel .icon-link {
    width: 12px;
    height: 12px;
  }
}
.interactive-panel .icon-link + .icon-link {
  margin-left: 10px;
}
@media (min-width: 700px) {
  .interactive-panel .icon-link + .icon-link {
    margin-left: 7px;
  }
}

.slide-caption {
  position: absolute;
  right: 0;
  font-size: 16px;
  align-items: center;
  text-overflow: ellipsis;
  vertical-align: top;
  bottom: 158px;
}
@media (max-width: 699px) {
  .slide-caption .share-action {
    top: 2px;
    float: right;
    margin-left: 11px;
  }
}
.slide-caption p {
  display: none;
  vertical-align: top;
  text-align: left;
}
.slide-caption .icon-list {
  vertical-align: top;
  font-size: 16px;
  margin-left: 1px;
  display: flex;
  margin-right: 16px;
}
.slide-caption .icon-list a {
  margin: 0 2px;
}
.slide-caption .icon-list .tooltip-caption-share {
  float: right;
  margin-left: 12px;
}
@media (min-width: 970px) {
  .slide-caption .icon-list {
    margin-right: 0;
  }
}
.slide-caption .icon-list > a {
  margin: 0 5px 0 2px;
}
.slide-caption .icon-list .tooltip-caption-collection {
  position: relative;
}
.slide-caption .icon-list .tooltip-caption-collection svg {
  left: -2px;
}
@media (min-width: 970px) {
  .slide-caption {
    bottom: 0;
  }
  .slide-caption .caption-anchor {
    position: relative;
  }
  .slide-caption .caption-position {
    display: flex;
    transform: rotate(-90deg);
    transform-origin: 0 0;
    position: absolute;
    top: 0;
    left: 10px;
  }
  .slide-caption p {
    display: inline-block;
    opacity: 0.8;
    margin-left: 10px;
    width: 500px;
  }
  .slide-caption a {
    display: block;
    transform: rotate(90deg);
  }
  .slide-caption svg {
    transform-origin: 50%;
  }
}

.showcase-item .slide-caption {
  bottom: -35px;
  left: -3px;
}

.interactive-panel + .page-header .caption-header {
  display: none;
}

.page-image-header img {
  width: 100%;
  object-fit: cover;
  max-height: 564px;
}

.page-header {
  position: relative;
  margin: 0 auto 30px;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .page-header {
    padding-top: 31px;
    padding-bottom: 31px;
    padding-left: 80px;
    padding-right: 80px;
  }
}
.page-header .page-heading-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media (min-width: 700px) {
  .page-header .page-heading-wrapper {
    align-items: flex-end;
  }
}
.page-header .page-heading-wrapper + .page-header-forms-row {
  margin-top: 33px;
}
@media (min-width: 700px) {
  .page-header .page-heading-wrapper + .page-header-forms-row {
    margin-top: 50px;
  }
}
@media (min-width: 1280px) {
  .page-header .page-heading-wrapper + .page-header-forms-row {
    margin-top: 38px;
  }
}
.page-header .logo-heading {
  width: 140px;
  height: 33px;
}
@media (min-width: 700px) {
  .page-header .logo-heading {
    width: 180px;
    height: 41px;
  }
}
@media (min-width: 1280px) {
  .page-header .logo-heading {
    width: 280px;
    height: 63px;
  }
}
.page-header .eco-logo {
  width: 5rem;
  height: auto;
}
@media (min-width: 1280px) {
  .page-header .eco-logo {
    width: 7.5rem;
  }
}
.page-header .logo {
  margin-top: 0;
}
@media (min-width: 700px) {
  .page-header .logo {
    margin-top: 10px;
  }
}
@media (min-width: 700px) {
  .page-header .logo {
    margin-top: 0;
    margin-left: 10px;
  }
}
.page-header .text {
  margin-top: 18px;
  max-width: 780px;
}
.page-header .text + * {
  margin-top: 32px;
}
@media (min-width: 700px) {
  .page-header .text + * {
    margin-top: 28px;
  }
}
@media (min-width: 700px) {
  .page-header .text {
    margin-top: 18px;
  }
}
.page-header .icons-list {
  list-style-type: none;
  padding: 0;
  margin-top: 23px;
  display: flex;
  justify-content: space-between;
}
.page-header .icons-list a {
  display: block;
}
@media (min-width: 700px) {
  .page-header .icons-list {
    justify-content: initial;
  }
  .page-header .icons-list a {
    margin-right: 40px;
  }
}
.page-header .share-tooltip a.tooltip,
.page-header .share-tooltip a.share-close {
  margin-right: 7px;
}
.SubProduct .page-header {
  margin-left: 0;
  padding-bottom: 0;
  margin-bottom: 64px;
}
@media (min-width: 700px) {
  .SubProduct .page-header {
    margin-bottom: 110px;
    background-position: top -230px right -180px;
  }
}
@media (min-width: 1280px) {
  .SubProduct .page-header {
    margin-bottom: 180px;
  }
}
.SubProduct .page-header:after {
  right: 0;
  top: 100%;
  border-width: 24px 24px 0 0;
  border-color: #e8e4df transparent transparent transparent;
}
@media (min-width: 700px) {
  .SubProduct .page-header:after {
    border-width: 60px 60px 0 0;
  }
}
@media (min-width: 1280px) {
  .SubProduct .page-header:after {
    border-width: 120px 120px 0 0;
  }
}
.SubProduct .page-header:before {
  bottom: inherit;
  top: 100%;
  right: 0;
  left: 0;
  width: calc(100% - 24px);
  height: 24px;
}
@media (min-width: 700px) {
  .SubProduct .page-header:before {
    width: calc(100% - 60px);
    height: 60px;
  }
}
@media (min-width: 1280px) {
  .SubProduct .page-header:before {
    width: calc(100% - 120px);
    height: 120px;
  }
}
.SubProduct .page-header .page-header-inner {
  margin-left: 0;
}
@media (min-width: 1400px) {
  .SubProduct .page-header .page-header-inner {
    top: 30px;
  }
}
.SubProduct .page-header .production-intro {
  margin: 50px 0 0;
}
@media (min-width: 1400px) {
  .SubProduct .page-header .production-intro {
    line-height: 52px;
  }
}
@media (min-width: 700px) {
  .page-header .page-heading.product-title-wrapper {
    margin-right: 40px;
  }
}
.page-header .page-heading.product-title-wrapper .subheading {
  font-size: 18px;
  line-height: 16px;
  letter-spacing: -0.6px;
}
@media (min-width: 1280px) {
  .page-header .page-heading.product-title-wrapper .subheading {
    font-size: 34px;
    line-height: 32px;
    letter-spacing: 0;
  }
}
.page-header .page-heading.product-title-wrapper .heading {
  padding-right: 0;
  display: inline-block;
  margin-left: -1px;
}
@media (min-width: 700px) {
  .page-header .page-heading.product-title-wrapper .heading {
    padding-right: 38px;
  }
}
@media (min-width: 1280px) {
  .page-header .page-heading.product-title-wrapper .heading {
    padding-right: 76px;
    letter-spacing: -0.4px;
  }
}
@media (max-width: 479px) {
  .Showcase .page-header {
    margin-left: 0;
  }
  .Showcase .page-header:before, .Showcase .page-header:after {
    display: none;
  }
  .Showcase .page-header .page-header-inner {
    margin-left: 0;
  }
}
.Home .page-header {
  margin: 0 auto;
  width: 100%;
  max-width: 760px;
}
@media (min-width: 700px) {
  .Home .page-header {
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }
}
.Home .page-header:before, .Home .page-header:after {
  display: none;
}
.Home .page-header .page-header-inner,
.Home .page-header .content-inner {
  margin-left: 0;
  margin-right: 0;
}
.Home .page-header .page-heading {
  font-size: 32px;
  line-height: 36px;
  letter-spacing: -0.32px;
  position: relative;
  max-width: 680px;
  font-family: "Sansation Light", sans-serif;
  color: #00c3b1;
}
@media (min-width: 700px) {
  .Home .page-header .page-heading {
    font-size: 50px;
    line-height: 56px;
    letter-spacing: -0.5px;
  }
}
@media (min-width: 1280px) {
  .Home .page-header .page-heading {
    max-width: 800px;
  }
}
.Home .page-header .page-heading + * {
  margin-top: 33px;
}
@media (min-width: 700px) {
  .Home .page-header .page-heading + * {
    margin-top: 50px;
  }
}
@media (min-width: 1280px) {
  .Home .page-header .page-heading + * {
    margin-top: 45px;
  }
}
@media (min-width: 1620px) {
  .Home .page-header .page-heading + * {
    margin-top: 37px;
  }
}
.Home .page-header .form.search-form-large {
  margin: 0 auto;
}
@media (min-width: 700px) {
  .Home .page-header .form.search-form-large {
    margin: 0;
  }
}

.page-header-forms-row + .page-header-forms-row {
  margin-top: 32px;
}
@media (min-width: 700px) {
  .page-header-forms-row + .page-header-forms-row {
    margin-top: 38px;
  }
}

@media (min-width: 700px) {
  .page-header-forms-row > .page-header-forms {
    margin-left: -10px !important;
    margin-right: -10px !important;
  }
  .page-header-forms-row > .page-header-forms > * {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
}

@media (min-width: 700px) {
  .page-header-forms {
    display: flex;
  }
  .page-header-forms .submit-button {
    margin-left: 20px;
  }
}
.page-header-forms .form + .form {
  margin-top: 32px;
}
@media (min-width: 700px) {
  .page-header-forms .form + .form {
    margin-top: 0;
  }
}
@media (min-width: 700px) {
  .page-header-forms .form {
    flex: 1 1 auto;
  }
  .page-header-forms .form.category-form {
    flex: 0 0 32%;
    max-width: 32%;
  }
  .page-header-forms .form.search-form-large {
    max-width: 100%;
  }
  .page-header-forms .form.search-form-xlarge {
    flex: 0 1 auto;
  }
  .page-header-forms .form.email-form {
    flex: 0 1 520px;
  }
  .page-header-forms .form.sort-form {
    flex: 0 1 200px;
  }
}

html .wrapper .page-header-filters, html .wrapper .page-header.no-top {
  margin-bottom: 40px;
}
html .wrapper .page-header {
  margin-bottom: 30px;
}
@media (min-width: 480px) {
  html .wrapper .page-header {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
html .wrapper .page-header-subsection .page-header {
  background: #00C3B1;
  color: #ffffff;
  max-width: 1080px;
  margin: 0 auto;
  min-height: 188px;
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
  position: relative;
  padding: 32px 16px;
}
html .wrapper .page-header-subsection .page-header h1, html .wrapper .page-header-subsection .page-header .h1, html .wrapper .page-header-subsection .page-header .news-heading, html .wrapper .page-header-subsection .page-header h2, html .wrapper .page-header-subsection .page-header .h2, html .wrapper .page-header-subsection .page-header h3, html .wrapper .page-header-subsection .page-header .h3, html .wrapper .page-header-subsection .page-header h4, html .wrapper .page-header-subsection .page-header .h4, html .wrapper .page-header-subsection .page-header h5, html .wrapper .page-header-subsection .page-header .h5, html .wrapper .page-header-subsection .page-header h6, html .wrapper .page-header-subsection .page-header .h6 {
  color: #ffffff;
}
html .wrapper .page-header-subsection .page-header a,
html .wrapper .page-header-subsection .page-header a:focus,
html .wrapper .page-header-subsection .page-header a:active {
  color: #ffffff;
}
html .wrapper .page-header-subsection .page-header .button {
  color: #00C3B1;
  background: #ffffff;
}
html .wrapper .page-header-subsection .page-header .button.bordered {
  color: #ffffff;
  background: transparent;
  box-shadow: 0 0 0 1px inset #ffffff;
}
html .wrapper .page-header-subsection .page-header .button.bordered:hover,
html .wrapper .page-header-subsection .page-header .button.bordered .active {
  color: #00C3B1;
  background: #ffffff;
}
html .wrapper .page-header-subsection .page-header .button:hover {
  background: rgba(255, 255, 255, 0.84);
}
@media (min-width: 768px) {
  html .wrapper .page-header-subsection .page-header {
    bottom: 0;
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}
html .wrapper .grid-section.grid-subsection {
  background: #f3f1ef;
  margin-top: -70px;
  padding-left: 24px;
  height: 100px;
  margin-bottom: 70px;
}
@media (max-width: 479px) {
  html .wrapper .grid-section.grid-subsection {
    height: 60px;
    margin-top: -30px;
    margin-bottom: 40px;
  }
}
html .wrapper .grid-section.grid-subsection .padding-container {
  padding-right: 17px;
}
@media (min-width: 700px) {
  html .wrapper .grid-section.grid-subsection {
    padding-left: 60px;
  }
}
@media (min-width: 1280px) {
  html .wrapper .grid-section.grid-subsection {
    padding-left: 24px;
  }
}
html .wrapper .grid-section.grid-subsection .product-collection-nav {
  margin-top: 0;
}
html .wrapper .grid-section.grid-subsection .product-collection-nav li {
  clear: none;
  height: 100px;
}
@media (max-width: 479px) {
  html .wrapper .grid-section.grid-subsection .product-collection-nav li {
    height: 60px;
  }
}
html .wrapper .grid-section.grid-subsection .product-collection-nav li:not(.active) {
  color: #858890;
}
html .wrapper .grid-section.grid-subsection .product-collection-nav li + li {
  margin-top: 0;
  margin-left: 32px;
}
html .wrapper .grid-section.grid-subsection .product-collection-nav a {
  display: block;
  margin-top: 43px;
}
@media (max-width: 479px) {
  html .wrapper .grid-section.grid-subsection .product-collection-nav a {
    margin-top: 25px;
  }
}

.see-details {
  font-family: "Avenir LT Std", sans-serif;
  color: #00C3B1;
  letter-spacing: 0;
  display: inline-block;
  font-size: 13px;
  line-height: 20px;
  padding-right: 15px;
  background: url(/Content/images/chevron-purple-right.svg) no-repeat top 2px right;
}
@media (min-width: 700px) {
  .see-details {
    font-size: 15px;
    line-height: 24px;
    background-position: top 4px right;
  }
}

.page-image-header {
  position: relative;
}

.page-header .page-heading .heading, .page-header .page-heading .collection-heading, .collection-header .heading, .collection-header .collection-heading {
  font-size: 40px;
  line-height: 44px;
  letter-spacing: -1.2px;
  margin-bottom: 23px;
}
@media (min-width: 700px) {
  .page-header .page-heading .heading, .page-header .page-heading .collection-heading, .collection-header .heading, .collection-header .collection-heading {
    font-size: 60px;
    line-height: 61px;
    letter-spacing: -1.2px;
  }
}

.page-header .page-heading.product-title-wrapper p {
  font-size: 16px;
  line-height: 24px;
  opacity: 0.65;
  font-family: "Avenir LT Std Heavy", sans-serif;
  color: #ffffff;
}
.page-header .page-heading.product-title-wrapper .heading {
  position: relative;
  margin-left: -2px;
  margin-bottom: 1px;
  font-family: "Sansation Light", sans-serif;
  color: #ffffff;
}

.page-header-subsection .content-inner,
.filter-container .content-inner,
.tabs-wrapper .content-inner,
.locations-search .content-inner {
  max-width: 920px;
  margin: 0 auto;
}

.filter-container {
  margin: 0 auto;
  max-width: 1080px;
  padding: 0 16px;
  background: #DEDFE2;
}
.filter-container > .content-inner > div {
  padding: 30px 0;
}
.filter-container > .content-inner > div:empty {
  display: none;
}

.page-header-subsection {
  position: relative;
}

.resource-filters .refine-filters {
  margin: 0;
}
@media (min-width: 1280px) {
  .resource-filters {
    max-width: none;
  }
}
.resource-filters .page-header-forms-row + .page-header-forms-row {
  margin-top: 24px;
}
.resource-filters .form {
  width: 100%;
  border: 0;
  padding: 0;
}
.resource-filters .form .form-label {
  padding: 0;
}
.resource-filters .form legend.form-label {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 1px;
}
.resource-filters .form .filters {
  margin-top: 7px;
  display: flex;
  flex-wrap: wrap;
}
.resource-filters .form .filters.filter-selected {
  background: #ffffff;
}
.resource-filters .form .filters .filter-label > * {
  pointer-events: none;
}
.resource-filters .form .filters [type=checkbox] {
  position: absolute;
  left: -9999px;
}
.resource-filters .form .filters [type=checkbox]:checked + * {
  box-shadow: inset 0 -2px 0 0 #171f32;
}
.resource-filters .form .filters [type=checkbox]:checked + * .subheading, .resource-filters .form .filters [type=checkbox]:checked + * .heading {
  color: #171F32;
}
.resource-filters .form .filters [type=checkbox]:checked + * > * {
  opacity: 1;
}
.resource-filters .form .filters .form-input {
  margin-top: 7px;
}
.resource-filters .form .filters .filter-label {
  cursor: pointer;
  background: #ffffff;
  padding: 15px 20px 10px 20px;
  border: 1px solid #E6E8E9;
  position: relative;
  display: inline-block;
  flex: 0 0 100%;
}
.resource-filters .form .filters .filter-label.active {
  color: #171F32;
}
.resource-filters .form .filters .filter-label .subheading {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1.87px;
  font-family: "Avenir LT Std Heavy", sans-serif;
  text-transform: uppercase;
}
.resource-filters .form .filters .filter-label .heading {
  margin-top: 4px;
  font-size: 28px;
  line-height: 28px;
  letter-spacing: -0.28px;
  font-family: "Sansation Light", sans-serif;
}
.resource-filters .form .filters .filter-label .subheading, .resource-filters .form .filters .filter-label .heading {
  color: rgba(23, 31, 50, 0.35);
}
.resource-filters .form .filters .filter-label:hover .subheading, .resource-filters .form .filters .filter-label:hover .heading {
  color: #171F32;
}
@media (min-width: 700px) {
  .resource-filters .form .filters .filter-label {
    flex: 0 0 33.3333%;
  }
}
@media (min-width: 700px) {
  .resource-filters .form.search-form {
    flex-basis: 480px;
  }
}
@media (min-width: 1280px) {
  .resource-filters .button {
    float: right;
  }
}

body {
  max-width: 100%;
  overflow-x: hidden;
}

.mobile .mobile-menu-container {
  transform: translate3d(0, 0, 0);
}
.mobile .mobile-menu-container > * {
  opacity: 1;
  transition: opacity 500ms ease 250ms;
}

.mobile-menu-container {
  overflow: scroll;
  position: fixed;
  z-index: 150;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #171F32;
  transform: translate3d(100%, 0, 0);
  transition: transform 500ms ease;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.mobile-menu-container > * {
  opacity: 0;
  transition: opacity 500ms ease 0ms;
}
@media (min-width: 1130px) {
  .mobile-menu-container {
    display: none;
  }
}
.mobile-menu-container .header .menu-logo {
  width: 169.88px;
  height: 18px;
  background-image: url(/Content/images/dt-logo-white.svg);
}
.mobile-menu-container .header .menu-close {
  background: url(/Content/images/menu-close.svg) top 2px left/14px 12px no-repeat;
}
.mobile-menu-container .has-submenu {
  background: url(/Content/images/bestwood/chevron-down-white.svg) right 16px center no-repeat;
  background-size: 14px 8px;
}
.mobile-menu-container .has-submenu.active {
  background: url(/Content/images/bestwood/chevron-up-white.svg) right 16px center no-repeat;
  background-size: 14px 8px;
}
.mobile-menu-container .mobile-menu {
  padding-left: 16px;
  padding-right: 16px;
}
.mobile-menu-container .main-menu {
  padding-bottom: 32px;
}
.mobile-menu-container .main-menu ul {
  margin: 0;
  padding: 0;
}
.mobile-menu-container .main-menu ul li {
  margin-bottom: 12px;
}
.mobile-menu-container .main-menu ul li a {
  display: block;
  font-family: "Sansation", sans-serif;
  font-size: 28px;
  line-height: 32px;
  letter-spacing: -0.28px;
}
.mobile-menu-container .main-menu ul li a .subheading {
  display: none;
}
.mobile-menu-container .main-menu .submenu {
  margin-top: 12px;
  padding-left: 15px;
  position: relative;
}
.mobile-menu-container .main-menu .submenu:after {
  content: "";
  width: 1px;
  position: absolute;
  top: 0;
  bottom: 7px;
  left: 0;
  background: rgba(255, 255, 255, 0.14);
}
.mobile-menu-container .main-menu .submenu li a {
  font-size: 16px;
  line-height: 24px;
  font-family: "Avenir LT Std Medium", sans-serif;
}
.mobile-menu-container .main-menu .submenu li a.navheading {
  font-family: "Sansation", sans-serif;
  font-size: 28px;
  line-height: 32px;
  letter-spacing: -0.28px;
}
.mobile-menu-container .main-menu > ul:nth-child(2) a {
  font-size: 16px;
  line-height: 24px;
}
.mobile-menu-container .main-menu .submenu-wrapper .submenu {
  display: none;
}
.mobile-menu-container .main-menu .has-submenu.active + .submenu {
  display: block;
}
.mobile-menu-container .menu-footer {
  margin: 0;
  padding: 0;
  display: flex;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}
.mobile-menu-container .menu-footer .collection-count,
.mobile-menu-container .menu-footer .cart-count {
  background: #ffffff;
  color: #171F32;
}
.mobile-menu-container .menu-footer li {
  width: 50%;
  text-align: center;
}
.mobile-menu-container .menu-footer li:nth-child(2n) {
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}
.mobile-menu-container .menu-footer li a {
  font-family: "Avenir LT Std Medium", sans-serif;
  display: block;
  padding: 12px;
}

.section-news {
  position: relative;
}
.section-news .heading {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 2.4px;
  color: #171f32;
  font-family: "Sansation Light", sans-serif;
  margin-bottom: 20px;
  margin-top: 5px;
  display: block;
}
.section-news .heading:first-child {
  font-family: "Avenir LT Std Heavy", sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: 3.2px;
  margin-bottom: 13px;
}
@media (max-width: 699px) {
  .section-news .heading:first-child {
    font-size: 18px;
    letter-spacing: 2.4px;
  }
}
@media (min-width: 700px) {
  .section-news .heading {
    font-size: 32px;
    line-height: 36px;
    letter-spacing: -0.32px;
    margin-bottom: 13px;
  }
}
@media (max-width: 699px) {
  .section-news .heading {
    font-size: 28px;
    letter-spacing: 0.28px;
    line-height: 32px;
  }
}
.section-news .subheading {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1.87px;
  font-family: "Avenir LT Std", sans-serif;
  color: #171f32;
  text-transform: uppercase;
}
@media (max-width: 699px) {
  .section-news .text-wrapper {
    margin-top: -8px;
  }
}
.section-news .image-wrapper {
  transition: box-shadow 0.3s;
}
.section-news .image-wrapper:hover {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.02), 0 20px 30px 0 rgba(0, 0, 0, 0.1), 0 4px 10px 0 rgba(0, 0, 0, 0.2);
}
.section-news .grid-title-wrapper {
  margin-top: 18px;
}
@media (max-width: 699px) {
  .section-news .grid-title-wrapper {
    margin-top: 21px;
  }
}

.grid-heading {
  max-width: 280px;
}

@media (min-width: 1400px) {
  .product-grid .grid-heading {
    min-width: 400px;
  }
  .product-grid.six-col-medium .grid-list {
    margin-left: -160px;
    margin-right: -120px;
  }
}
.product-grid .grid-title-wrapper {
  padding-bottom: 6px;
  border-bottom: 1px solid #171F32;
}
@media (min-width: 1620px) {
  .product-grid .grid-title-wrapper {
    padding-bottom: 8px;
  }
}
.product-grid .text-wrapper {
  font-size: 13px;
  line-height: 20px;
}

.other-links-grid .text-wrapper {
  margin-top: 0;
}
.other-links-grid .grid-list-item {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 700px) {
  .other-links-grid .grid-list-item:first-child {
    flex: 1 1 100%;
  }
}
@media (min-width: 1280px) {
  .other-links-grid .grid-list-item:first-child {
    flex: 1 1 33.33%;
  }
}
@media (min-width: 1280px) {
  .other-links-grid .grid-list-item {
    flex: 1 1 33.33%;
  }
}
.other-links-grid .heading {
  font-size: 32px;
  line-height: 36px;
  letter-spacing: -0.32px;
  font-family: "Sansation Light", sans-serif;
  color: #171f32;
  padding-bottom: 2px;
}

.section-product-ranges h2:after,
.other-links-grid h2:after {
  content: "";
  display: block;
  position: relative;
  width: 94px;
  height: 2px;
  margin: 12px 19px 13px 0;
  background: #07c3b1;
}

.section-product-ranges.grid-section .image-wrapper {
  position: relative;
  padding-top: 66.66%;
  overflow: hidden;
}
.section-product-ranges.grid-section .image-wrapper a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
}
.section-product-ranges.grid-section h2 {
  margin-top: 19px;
}
.section-product-ranges.grid-section h2:after {
  margin-bottom: 20px;
  margin-top: 13px;
}
@media (max-width: 899px) {
  .section-product-ranges.grid-section h2 {
    font-size: 32px;
  }
}
@media (max-width: 699px) {
  .section-product-ranges.grid-section h2 {
    margin-top: 16px;
  }
  .section-product-ranges.grid-section h2:after {
    margin-bottom: 15px;
    margin-top: 10px;
  }
}
.section-product-ranges.grid-section .heading {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 2.4px;
  color: #171f32;
  font-family: "Avenir LT Std", sans-serif;
  text-transform: uppercase;
  margin-top: 52px;
  margin-bottom: 20px;
  display: block;
}
@media (min-width: 700px) {
  .section-product-ranges.grid-section .heading {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 3.2px;
    margin-top: 88px;
    margin-bottom: 16px;
  }
}
@media (max-width: 699px) {
  .section-product-ranges.grid-section .heading {
    margin-top: 50px;
    margin-bottom: 12px;
  }
}

@media (min-width: 560px) {
  .section-product-ranges .grid-list,
  .section-news .grid-list {
    margin-left: -16px;
  }
}
@media (min-width: 900px) {
  .section-product-ranges .grid-list,
  .section-news .grid-list {
    margin-left: -30px;
  }
}
.section-product-ranges .grid-list-narrow,
.section-news .grid-list-narrow {
  max-width: 760px;
  margin: 0 16px;
  position: relative;
}
@media (min-width: 560px) {
  .section-product-ranges .grid-list-narrow,
  .section-news .grid-list-narrow {
    margin: 0 auto;
  }
}
.section-product-ranges .grid-list-item,
.section-news .grid-list-item {
  flex: 0 0 100%;
  max-width: 100%;
}
.section-product-ranges .grid-list-item > .read-more,
.section-news .grid-list-item > .read-more {
  display: none;
}
.section-product-ranges .grid-list-item:last-child > .read-more,
.section-news .grid-list-item:last-child > .read-more {
  display: block;
}
@media (min-width: 560px) {
  .section-product-ranges .grid-list-item,
  .section-news .grid-list-item {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 16px;
  }
}
@media (min-width: 900px) {
  .section-product-ranges .grid-list-item,
  .section-news .grid-list-item {
    padding-left: 30px;
  }
}
.section-product-ranges h2,
.section-news h2 {
  font-size: 32px;
  line-height: 36px;
  letter-spacing: -0.32px;
  font-family: "Sansation Light", sans-serif;
  color: #171f32;
}
@media (min-width: 700px) {
  .section-product-ranges h2,
  .section-news h2 {
    font-size: 40px;
    line-height: 44px;
    letter-spacing: -0.4px;
    margin-top: 21px;
    font-size: 40px;
  }
}
.section-product-ranges .extras,
.section-product-ranges .see-all,
.section-news .extras,
.section-news .see-all {
  font-size: 14px;
  line-height: 20px;
  position: absolute;
  top: 2px;
  right: 0;
  display: block;
  font-family: "Avenir LT Std", sans-serif;
  text-align: left;
  text-transform: none;
  letter-spacing: 0px;
}
.section-product-ranges .extras:first-child,
.section-product-ranges .see-all:first-child,
.section-news .extras:first-child,
.section-news .see-all:first-child {
  text-align: right;
}
.section-product-ranges .extras:first-child:after,
.section-product-ranges .see-all:first-child:after,
.section-news .extras:first-child:after,
.section-news .see-all:first-child:after {
  display: none;
}
@media (min-width: 560px) {
  .section-product-ranges .extras,
  .section-product-ranges .see-all,
  .section-news .extras,
  .section-news .see-all {
    font-size: 14px;
    line-height: 20px;
    position: relative;
    margin: 16px 0 20px;
  }
}
@media (min-width: 700px) {
  .section-product-ranges .extras,
  .section-product-ranges .see-all,
  .section-news .extras,
  .section-news .see-all {
    font-size: 16px;
    line-height: 24px;
    position: relative;
    margin: 16px 0 20px;
  }
}

.section-top-picks.grid-section {
  background: #00c3b1;
  padding: 56px 0 50px;
  min-height: 536px;
  margin-top: -90px;
}
@media (min-width: 700px) {
  .section-top-picks.grid-section {
    min-height: auto;
    margin-top: -32px;
    padding: 94px 50px 36px;
  }
}
@media (max-width: 699px) {
  .section-top-picks.grid-section {
    min-height: auto;
    margin-top: -25px;
  }
}
.section-top-picks.grid-section .content-inner {
  max-width: 1160px;
  margin-top: 2px;
}
@media (max-width: 699px) {
  .section-top-picks.grid-section .content-inner {
    margin-top: 3px;
    padding-bottom: 18px;
  }
}
.section-top-picks.grid-section .grid-heading a {
  opacity: 0.65;
  transition: opacity 0.3s ease;
}
@media (max-width: 699px) {
  .section-top-picks.grid-section .grid-heading a {
    opacity: 1;
  }
}
.section-top-picks.grid-section .grid-heading a:hover {
  opacity: 1;
}
.section-top-picks.grid-section .grid-list {
  margin-top: 23px;
  margin-left: 0;
  justify-content: space-between;
}
.section-top-picks.grid-section .grid-list .grid-list-item {
  padding-left: 32px;
}
.section-top-picks.grid-section .grid-list .grid-list-item:first-child {
  margin-left: -32px;
}
@media (max-width: 969px) {
  .section-top-picks.grid-section .grid-list .grid-list-item {
    flex: 0 0 30%;
    max-width: 33%;
    margin-left: 0;
    padding-left: 0;
  }
  .section-top-picks.grid-section .grid-list .grid-list-item:first-child {
    margin-left: 0;
  }
}
@media (max-width: 699px) {
  .section-top-picks.grid-section .grid-list .grid-list-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .section-top-picks.grid-section .grid-list .grid-list-item:first-child, .section-top-picks.grid-section .grid-list .grid-list-item:nth-child(2n-1) {
    margin-left: 0;
    padding-left: 0;
    padding-right: 8px;
  }
  .section-top-picks.grid-section .grid-list .grid-list-item:nth-child(2n) {
    padding-left: 8px;
  }
  .section-top-picks.grid-section .grid-list .grid-list-item:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}
.section-top-picks.grid-section .grid-list .grid-list-item img {
  width: 100%;
  margin-top: -50px;
  margin-bottom: -50px;
}
@media (max-width: 969px) {
  .section-top-picks.grid-section .grid-list {
    justify-content: center;
  }
  .section-top-picks.grid-section .grid-list .grid-list-item {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (max-width: 699px) {
  .section-top-picks.grid-section .grid-list {
    justify-content: space-between;
    margin-top: 8px;
  }
  .section-top-picks.grid-section .grid-list .grid-list-item {
    margin-left: 0px;
    margin-right: 0px;
  }
  .section-top-picks.grid-section .grid-list .grid-list-item:last-child {
    display: none;
  }
}
.section-top-picks.grid-section .grid-heading {
  border-bottom: 0;
  padding: 0 0 4px 0;
  max-width: none;
}
@media (min-width: 700px) {
  .section-top-picks.grid-section .grid-heading {
    display: flex;
  }
}
.section-top-picks.grid-section .heading {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 2.4px;
  display: inline-block;
  flex: 1;
  font-family: "Avenir LT Std Black", sans-serif;
  text-transform: uppercase;
  color: #ffffff;
}
@media (min-width: 700px) {
  .section-top-picks.grid-section .heading {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 3.2px;
  }
}
.section-top-picks.grid-section .link {
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
  padding: 0;
  margin: 4px 0;
  font-family: "Avenir LT Std", sans-serif;
  text-align: right;
  color: #ffffff;
}
@media (max-width: 699px) {
  .section-top-picks.grid-section .link {
    margin: 0;
    position: relative;
    top: -4px;
    font-size: 14px;
    line-height: 20px;
  }
}
.section-top-picks.grid-section h3 {
  font-size: 14px;
  line-height: 16px;
  margin-top: 14px;
  font-family: "Avenir LT Std Black", sans-serif;
  letter-spacing: 1.87px;
  text-transform: uppercase;
  color: #ffffff;
}
@media (max-width: 699px) {
  .section-top-picks.grid-section h3 {
    letter-spacing: 1.73px;
    font-size: 13px;
    margin-top: 13px;
  }
}
.section-top-picks.grid-section h4 {
  font-size: 16px;
  line-height: 23px;
  font-family: "Avenir LT Std", sans-serif;
  opacity: 0.65;
  color: #ffffff;
}
@media (max-width: 699px) {
  .section-top-picks.grid-section h4 {
    font-size: 14px;
    margin-top: -4px;
  }
}

.section-top-picks {
  padding: 0 60px;
}
.section-top-picks a {
  display: block;
}
.section-top-picks a h4 {
  transition: opacity 0.3s;
}
.section-top-picks a:hover .image-wrapper {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.02), 0 20px 30px 0 rgba(0, 0, 0, 0.1), 0 4px 10px 0 rgba(0, 0, 0, 0.2);
}
.section-top-picks a:hover h4 {
  opacity: 1;
}
.section-top-picks .image-wrapper {
  box-shadow: none;
  transition: box-shadow 0.3s;
}

.product-direct-links .grid-list {
  justify-content: center;
}

.Products .grid-list-item {
  display: flex;
  flex-direction: column;
  align-content: flex-end;
}
.Products .text-wrapper {
  margin-bottom: 12px;
}
.Products .meta-wrapper {
  text-align: right;
  margin-top: auto;
}
.Products .meta-wrapper .meta + .meta {
  margin-top: 3px;
}
.Products .meta-wrapper .features + .meta {
  margin-top: 14px;
}

.section.section-extras {
  padding-bottom: 199px;
}
.section.section-extras .row {
  margin: 67px 0 0;
}
.section.section-extras .row .column:last-child {
  text-align: right;
}
.section.section-extras .row ~ .row {
  margin: 48px 0 0;
}
.section.section-extras .row h1 {
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 3.2px;
  text-transform: uppercase;
  font-family: "Avenir LT Std Heavy", sans-serif;
  color: #171F32;
}
@media (min-width: 768px) {
  .section.section-extras .row h1 {
    margin: 8px 0 12px;
  }
}
.section.section-extras .row p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 12px;
  opacity: 0.65;
  font-family: "Avenir LT Std Book", sans-serif;
  color: #171F32;
}
.section.section-extras .row .column:first-child {
  padding-right: 38px;
}
.section.section-profiles {
  background: #DEDFE2;
  position: relative;
  padding: 30px 0 218px;
}
.section.section-profiles .row {
  display: block;
}
@media (min-width: 1140px) {
  .section.section-profiles .row {
    display: flex;
  }
}
@media (min-width: 1140px) {
  .section.section-profiles .sticky-nav.sticky {
    position: fixed;
    top: 30px;
  }
  .section.section-profiles .sticky-nav.sticky.sticky-bottom {
    top: auto;
    position: absolute;
    bottom: 30px;
  }
}
.section.section-profiles .sticky-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.section.section-profiles .sticky-nav li a {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1.87px;
  font-family: "Avenir LT Std Heavy", sans-serif;
  color: #171F32;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block;
}
.section.section-profiles .sticky-nav li a.active {
  color: #00C3B1;
}
.section.section-profiles h3 {
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 3.2px;
  font-family: "Avenir LT Std Heavy", sans-serif;
  color: #171F32;
  text-transform: uppercase;
  margin-bottom: 17px;
}
.section.section-profiles .profiles-title {
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 3.2px;
  font-family: "Avenir LT Std Heavy", sans-serif;
  color: #171F32;
  text-transform: uppercase;
  margin-bottom: 29px;
}
.section.section-profiles .add-to-cart-or-collection {
  font-size: 16px;
  line-height: 24px;
  font-family: "Avenir LT Std", sans-serif;
  color: #171F32;
}
.section.section-profiles .button {
  margin: 9px 0 43px -2px;
  display: block;
}
.section.section-intro {
  padding: 40px 0;
}
.section.section-intro h1 {
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 3.2px;
  font-family: "Avenir LT Std Heavy", sans-serif;
  color: #171F32;
  text-transform: uppercase;
  max-width: 680px;
  margin-bottom: 15px;
}
.section.section-intro p {
  max-width: 680px;
  margin-bottom: 11px;
}

.select-img-group:hover .shadow {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.06), 0 4px 6px 0 rgba(0, 0, 0, 0.04), 0 6px 16px 0 rgba(0, 0, 0, 0.12);
}
.select-img-group:hover .grid-title-wrapper .subheading {
  color: #00C3B1;
}
.select-img-group:hover .grid-title-wrapper .text {
  color: #00C3B1;
  opacity: 1;
}

.swatch-grid .image-wrapper img {
  display: block;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  overflow: hidden;
  border-radius: 3px;
}

.finish-grid .image-wrapper {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.finish-grid .image-wrapper img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.swatch-grid,
.finish-grid {
  font-size: 13px;
  line-height: 16px;
}
@media (min-width: 700px) {
  .swatch-grid,
  .finish-grid {
    font-size: 15px;
    line-height: 20px;
  }
}
.swatch-grid .new:before,
.finish-grid .new:before {
  background: #00C3B1;
}
.swatch-grid .image-wrapper,
.finish-grid .image-wrapper {
  position: relative;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
}
.swatch-grid .image-wrapper + *,
.finish-grid .image-wrapper + * {
  margin-top: 8px;
}
.swatch-grid .image-wrapper:hover .photos-button, .swatch-grid .image-wrapper.hover .photos-button,
.finish-grid .image-wrapper:hover .photos-button,
.finish-grid .image-wrapper.hover .photos-button {
  color: #171f32;
}
.swatch-grid .image-wrapper.new:before,
.finish-grid .image-wrapper.new:before {
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 1.87px;
  content: "NEW";
  display: block;
  position: absolute;
  font-family: "Avenir LT Std Black", sans-serif;
  right: 0;
  bottom: 0;
  padding: 0px 12px;
  font-weight: 800;
  font-style: normal;
  color: #ffffff;
  height: 28px;
  border-radius: 14px;
  text-align: center;
  transform: translate(12px, 6px);
}
.swatch-grid .image-wrapper .photos-button,
.finish-grid .image-wrapper .photos-button {
  width: 28px;
  height: 28px;
  position: absolute;
  top: -8px;
  right: -10px;
  border-radius: 16px;
  line-height: 30px;
  text-align: center;
  background: #ffffff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.02), 0 7px 12px -1px rgba(0, 0, 0, 0.08), 0 0 2px -1px rgba(0, 0, 0, 0.2), 0 2px 4px -1px rgba(0, 0, 0, 0.28);
}
.swatch-grid .image-wrapper .photos-button:hover .feature-tooltip,
.finish-grid .image-wrapper .photos-button:hover .feature-tooltip {
  display: block;
}
.swatch-grid .see-details:hover svg,
.finish-grid .see-details:hover svg {
  color: rgba(23, 31, 50, 0.15);
}
.swatch-grid .select-product,
.finish-grid .select-product {
  width: 24px;
  height: 24px;
  display: inline-block;
  background: currentColor;
  color: #ffffff;
  font-size: 15px;
  line-height: 20px;
  border-radius: 3px;
  border: 1px solid rgba(23, 31, 50, 0.15);
  position: relative;
  top: -2px;
  margin: 0 3px 0 0;
}
.swatch-grid .select-product input,
.finish-grid .select-product input {
  display: none;
}
.swatch-grid .select-product svg,
.finish-grid .select-product svg {
  width: 14px;
  pointer-events: none;
  margin-left: 4px;
  margin-top: 2px;
  vertical-align: middle;
}
.swatch-grid .select-product .selected + svg,
.finish-grid .select-product .selected + svg {
  color: #00C3B1;
}
.swatch-grid .see-details,
.finish-grid .see-details {
  background: none;
  color: #00C3B1;
}
.swatch-grid .select-group,
.finish-grid .select-group {
  margin-top: 13px;
  display: block;
}
.swatch-grid .select-group:hover,
.finish-grid .select-group:hover {
  cursor: pointer;
}
.swatch-grid .select-group:hover .select-product,
.finish-grid .select-group:hover .select-product {
  border: 1px solid rgba(0, 0, 0, 0.24);
}
.swatch-grid .select-group:hover .see-details,
.finish-grid .select-group:hover .see-details {
  color: #00897C;
}

.swatch-grid {
  margin-top: 33px;
}
.swatch-grid .empty-state {
  display: none;
}
.swatch-grid.empty {
  margin-left: 0 !important;
}
.swatch-grid.empty .empty-state {
  display: block;
}

.finish-grid .subheading {
  display: block;
  font-size: 17px;
  margin: 12px 0 0 0;
}
.finish-grid .image-wrapper {
  padding-bottom: 141% !important;
}

@media (min-width: 1280px) {
  .grid-section.six-col-medium .grid-list.swatch-grid {
    margin: 45px auto 0;
    width: 1280px;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
  }
}

html:not(.Home).SampleOrderCart {
  /* Completed page */
  /* Global */
}
html:not(.Home).SampleOrderCart .page-header {
  margin-top: 0;
  margin-bottom: 0;
  padding: 30px 0 1px 0;
}
@media (min-width: 700px) {
  html:not(.Home).SampleOrderCart .page-header {
    padding: 30px 20px;
  }
}
html:not(.Home).SampleOrderCart .page-header:after {
  left: 0;
  right: 0;
}
html:not(.Home).SampleOrderCart main {
  /* Gheckout page */
}
html:not(.Home).SampleOrderCart main h3 {
  margin: 0 0 25px 0;
}
html:not(.Home).SampleOrderCart main input[type=checkbox] {
  display: none;
}
html:not(.Home).SampleOrderCart main input[type=checkbox] + label {
  position: relative;
  padding-left: 30px;
  font-family: "Avenir LT Std", sans-serif;
  font-weight: 300;
  font-size: 15px;
  color: #171f32;
  line-height: 36px;
  display: block;
  width: 100%;
  min-width: 260px;
}
html:not(.Home).SampleOrderCart main input[type=checkbox] + label:before {
  content: "";
  display: block;
  position: absolute;
  width: 23px;
  height: 23px;
  left: 0;
  top: 5px;
  display: block;
  border: 1px solid #d1d2d6;
  background: #ffffff;
}
html:not(.Home).SampleOrderCart main label[for=other] {
  font-family: "Avenir LT Std", sans-serif;
  font-weight: 500;
  line-height: 24px;
}
html:not(.Home).SampleOrderCart main .failure input[type=checkbox] + label:before,
html:not(.Home).SampleOrderCart main .success input[type=checkbox] + label:before {
  border-color: #e8e4df;
}
html:not(.Home).SampleOrderCart main input[type=checkbox]:checked + label:before {
  background: #00C3B1 url("/Content/images/check-white.svg") no-repeat left 4px center;
  border-color: #00C3B1;
}
html:not(.Home).SampleOrderCart main .need-help {
  margin-top: 0;
}
html:not(.Home).SampleOrderCart main .empty-cart {
  border: 1px solid #171f32;
  z-index: 1;
}
html:not(.Home).SampleOrderCart main .empty-cart:hover {
  border-color: #00C3B1;
}
html:not(.Home).SampleOrderCart main .button-group .button {
  z-index: 9;
  text-align: center;
}
html:not(.Home).SampleOrderCart main .non-standard-order-from {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(23, 31, 50, 0.1);
}
html:not(.Home).SampleOrderCart main .non-standard-order-from h2 {
  margin-bottom: 20px;
}
html:not(.Home).SampleOrderCart main .non-standard-order-from .field {
  margin-bottom: 20px;
}
html:not(.Home).SampleOrderCart main .non-standard-order-from .grid.grid-flex .grid-cell {
  width: 50%;
  flex: initial;
  margin-bottom: 20px;
}
html:not(.Home).SampleOrderCart main .toggle-title,
html:not(.Home).SampleOrderCart main .toggle-close {
  font-family: "Avenir LT Std", sans-serif;
  font-weight: 500;
  font-size: 17px;
  color: #171f32;
  letter-spacing: 0;
  line-height: 24px;
  cursor: pointer;
  margin-top: 13px;
  display: flex;
}
html:not(.Home).SampleOrderCart main .toggle-title svg,
html:not(.Home).SampleOrderCart main .toggle-close svg {
  margin-right: 6px;
  margin-top: 2px;
}
html:not(.Home).SampleOrderCart main .toggle-title:hover,
html:not(.Home).SampleOrderCart main .toggle-close:hover {
  color: #00C3B1;
}
html:not(.Home).SampleOrderCart main .box {
  z-index: -3;
  background-color: #ffffff;
  border: 1px solid #e6e8e9;
  margin-bottom: 80px;
  padding: 10px;
}
@media (min-width: 700px) {
  html:not(.Home).SampleOrderCart main .box {
    padding: 40px;
  }
}
html:not(.Home).SampleOrderCart main .box .desktop-label {
  display: inline;
}
html:not(.Home).SampleOrderCart main .box .mobile-label {
  display: none;
}
html:not(.Home).SampleOrderCart main .box.box-cart {
  padding: 40px 10px 30px;
  margin-top: 30px;
}
@media (min-width: 1280px) {
  html:not(.Home).SampleOrderCart main .box.box-cart {
    padding: 40px 40px 30px;
    margin: 30px -40px 0;
  }
}
html:not(.Home).SampleOrderCart main .box.box-cart ul.cart-list .title-description {
  padding-top: 10px;
  padding-left: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 700px) {
  html:not(.Home).SampleOrderCart main .box.box-cart ul.cart-list .title-description {
    padding-left: 20px;
  }
}
html:not(.Home).SampleOrderCart main .box.box-cart ul.cart-list .grid-cell {
  position: relative;
  margin-left: auto;
}
html:not(.Home).SampleOrderCart main .box.box-cart ul.cart-list .grid-cell:before, html:not(.Home).SampleOrderCart main .box.box-cart ul.cart-list .grid-cell:after {
  content: "";
  clear: both;
  display: table;
}
html:not(.Home).SampleOrderCart main .box.box-cart ul.cart-list .field {
  text-align: right;
}
html:not(.Home).SampleOrderCart main .box.box-cart ul.cart-list .field .form-number {
  border-bottom: none;
}
html:not(.Home).SampleOrderCart main .box.box-cart ul.cart-list .field:last-child .form-number {
  border-bottom: 1px solid rgba(0, 0, 0, 0.24);
}
html:not(.Home).SampleOrderCart main .box.box-cart .field {
  margin-bottom: 0;
}
html:not(.Home).SampleOrderCart main .box.box-cart .field.checkbox {
  opacity: 1;
  position: relative;
}
html:not(.Home).SampleOrderCart main .subheading {
  font-family: "Avenir LT Std", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  display: inline-block;
  margin-bottom: 5px;
  color: #171f32;
  letter-spacing: 0;
}
html:not(.Home).SampleOrderCart main .sub-text {
  font-family: "Avenir LT Std", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  color: #171f32;
  letter-spacing: 0;
  margin-top: 0;
  padding-top: 0;
}
html:not(.Home).SampleOrderCart main .sub-small {
  font-family: "Avenir LT Std", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #171f32;
  letter-spacing: 0;
  margin-top: 0;
  padding-top: 0;
}
html:not(.Home).SampleOrderCart main ul.cart-list {
  margin: 0;
  padding: 0;
}
html:not(.Home).SampleOrderCart main ul.cart-list .empty-cart-heading {
  font-size: 32px;
}
html:not(.Home).SampleOrderCart main ul.cart-list li {
  margin-bottom: 30px;
  padding: 0 0 30px;
  border-bottom: 1px solid rgba(23, 31, 50, 0.3);
}
@media (min-width: 900px) {
  html:not(.Home).SampleOrderCart main ul.cart-list li {
    display: flex;
  }
}
html:not(.Home).SampleOrderCart main ul.cart-list li.th {
  border-color: #171f32;
  padding-bottom: 11px;
}
html:not(.Home).SampleOrderCart main ul.cart-list li.th .grid-cell {
  width: auto;
}
html:not(.Home).SampleOrderCart main ul.cart-list li.th .grid-flex {
  width: 100%;
}
html:not(.Home).SampleOrderCart main ul.cart-list li.th h2 {
  font-size: 17px;
  line-height: 21px;
  font-weight: 500;
  font-family: "Avenir LT Std", sans-serif;
  color: #171f32;
}
html:not(.Home).SampleOrderCart main ul.cart-list.cart-complete {
  margin-bottom: 50px;
}
@media (min-width: 1280px) {
  html:not(.Home).SampleOrderCart main ul.cart-list.cart-complete {
    position: relative;
    padding-right: 40px;
    width: calc(100% + 40px);
    padding-top: 40px;
    margin-top: -61px;
  }
}
html:not(.Home).SampleOrderCart main ul.cart-list.cart-complete .grid-cell {
  margin-left: auto;
}
html:not(.Home).SampleOrderCart main ul.cart-list.cart-complete li {
  margin-bottom: 20px;
  padding-bottom: 20px;
}
html:not(.Home).SampleOrderCart main ul.cart-list.cart-complete .tile {
  width: 100px;
  height: 100px;
  margin-right: 20px;
}
html:not(.Home).SampleOrderCart main select {
  width: 100%;
}
html:not(.Home).SampleOrderCart main .cart-form select {
  -moz-appearance: none;
  height: 40px;
  border-radius: 0;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.24);
  box-shadow: none;
  font-style: normal;
  text-align: center;
  font-weight: 500;
}
html:not(.Home).SampleOrderCart main .cart-form select {
  background-image: url(/Content/images/dropdown-arrow.svg);
  background-position: top 50% right 10px;
  background-size: 10px 5px;
  background-repeat: no-repeat;
  margin-bottom: 12px;
  text-align: left;
  line-height: 40px;
  padding: 0 30px 0 10px;
}
html:not(.Home).SampleOrderCart main .cart-form select option:focus,
html:not(.Home).SampleOrderCart main .cart-form select option:active, html:not(.Home).SampleOrderCart main .cart-form select:focus, html:not(.Home).SampleOrderCart main .cart-form select:active {
  outline: none;
}
html:not(.Home).SampleOrderCart main .cart-form select.form-input {
  height: 50px;
  padding: 13px 20px 11px;
}
html:not(.Home).SampleOrderCart main .cart-form .form-select {
  width: 194px;
}
html:not(.Home).SampleOrderCart main .form-number {
  display: inline-block;
  width: 70px;
  position: relative;
  height: 40px;
  border-radius: 0;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.24);
  box-shadow: none;
  font-style: normal;
  text-align: center;
  font-weight: 500;
  flex-shrink: 0;
}
html:not(.Home).SampleOrderCart main .form-number input[type=number]::-webkit-inner-spin-button,
html:not(.Home).SampleOrderCart main .form-number input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
html:not(.Home).SampleOrderCart main .form-number input[type=number] {
  -moz-appearance: textfield;
}
html:not(.Home).SampleOrderCart main .form-number input {
  width: 70px;
  height: 40px;
  padding: 13px 40px 13px 10px;
  border: none;
  font-weight: inherit;
  text-align: right;
}
html:not(.Home).SampleOrderCart main .form-number input:focus {
  outline: 0;
}
html:not(.Home).SampleOrderCart main .form-number .quantity-button {
  position: absolute;
  right: 0;
  cursor: pointer;
  width: 35px;
  text-align: center;
  font-weight: 400;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-color: #ffffff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
html:not(.Home).SampleOrderCart main .form-number .quantity-button.quantity-up {
  position: absolute;
  height: 50%;
  top: 0;
  background-image: url("/Content/images/chevron-ticker-up.svg");
  background-position: center bottom;
}
html:not(.Home).SampleOrderCart main .form-number .quantity-button.quantity-down {
  position: absolute;
  bottom: 0;
  height: 50%;
  background-image: url("/Content/images/chevron-ticker-down.svg");
  background-position: center top;
}
html:not(.Home).SampleOrderCart main .tile {
  width: 120px;
  height: 120px;
  display: inline-block;
}
html:not(.Home).SampleOrderCart main .cart-list {
  list-style-type: none;
}
html:not(.Home).SampleOrderCart main fieldset.fieldset {
  border: 0;
  padding: 0;
  margin: 0 0 20px;
}
html:not(.Home).SampleOrderCart main fieldset.fieldset .field {
  padding-left: 0 !important;
  padding-bottom: 5px;
}
html:not(.Home).SampleOrderCart main .product-title-wrapper .heading {
  font-size: 28px;
  line-height: 32px;
  letter-spacing: -0.28px;
  color: #000000;
  margin-bottom: 0;
}
html:not(.Home).SampleOrderCart main .product-title-wrapper .subheading {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1.87px;
  color: #000000;
}
html:not(.Home).SampleOrderCart main .product-title-wrapper {
  width: 120px;
  margin-bottom: 20px;
}
html:not(.Home).SampleOrderCart main .first-field {
  margin-right: 12px;
}
html:not(.Home).SampleOrderCart main textarea {
  border: 1px solid #d1d2d6;
  width: 100%;
  max-width: 600px;
  height: 173px;
  resize: none;
  padding: 14px;
  display: block;
  background: #ffffff;
}
html:not(.Home).SampleOrderCart main .remove-from-cart {
  cursor: pointer;
  color: #171f32;
  opacity: 0.6;
  font-family: "Avenir LT Std", sans-serif;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 20px;
  clear: both;
}
html:not(.Home).SampleOrderCart main .remove-from-cart.mobile-remove {
  display: none;
  margin-top: 18px;
  font-size: 13px;
  line-height: 16px;
}
html:not(.Home).SampleOrderCart main .remove-from-cart:hover {
  opacity: 1;
}
html:not(.Home).SampleOrderCart main .swatch-grid .image-wrapper img,
html:not(.Home).SampleOrderCart main .finish-grid .image-wrapper img {
  z-index: 1;
}
html:not(.Home).SampleOrderCart main .switch-types {
  margin-top: 15px;
}
html:not(.Home).SampleOrderCart main .switch-types.is-hidden {
  display: none;
}
@media (min-width: 1280px) {
  html:not(.Home).SampleOrderCart main .switch-types {
    margin-top: 0;
  }
}
html:not(.Home).SampleOrderCart main .switch-types > * {
  display: block;
  margin-bottom: 5px;
}
@media (min-width: 1280px) {
  html:not(.Home).SampleOrderCart main .switch-types > * {
    display: inline-block;
    margin-bottom: 0;
  }
  html:not(.Home).SampleOrderCart main .switch-types > * + * {
    margin-left: 12px;
  }
}
html:not(.Home).SampleOrderCart main .switch-types a {
  font-weight: 500;
  color: #4d659e;
}
html:not(.Home).SampleOrderCart main .grid.grid--100 {
  width: 100%;
}
html:not(.Home).SampleOrderCart main .grid.grid--100 .grid-cell:first-child {
  flex: 0 0 60%;
}
html:not(.Home).SampleOrderCart main .grid.grid-flex {
  display: flex;
  flex-wrap: wrap;
}
html:not(.Home).SampleOrderCart main .grid.grid-flex .grid-cell {
  flex: 1;
}
html:not(.Home).SampleOrderCart main .grid.grid-flex .grid-cell:first-child .field {
  padding-right: 20px;
}
html:not(.Home).SampleOrderCart main .grid.grid-flex .grid-cell:last-child .field {
  padding-left: 20px;
}
@media (min-width: 700px) {
  html:not(.Home).SampleOrderCart main .grid.grid--1of2 > .grid-cell {
    flex: 0 0 50%;
  }
}
html:not(.Home).SampleOrderCart main .grid.grid-width {
  max-width: 600px;
}
html:not(.Home).SampleOrderCart main .grid .checkout {
  margin-left: auto;
}
html:not(.Home).SampleOrderCart main .grid .checkout .button {
  margin-right: 0;
}
html:not(.Home).SampleOrderCart main .field {
  margin-bottom: 20px;
  display: block;
}
html:not(.Home).SampleOrderCart main .field label {
  margin-right: 15px;
}
html:not(.Home).SampleOrderCart main .field .form-number {
  border-bottom: none;
}
html:not(.Home).SampleOrderCart main .field:last-child .form-number {
  border-bottom: 1px solid rgba(0, 0, 0, 0.24);
}
html:not(.Home).SampleOrderCart main .enter-email {
  max-width: 440px;
  margin-bottom: 50px;
}
@media (min-width: 700px) {
  html:not(.Home).SampleOrderCart main .enter-email {
    margin-bottom: 100px;
  }
}
html:not(.Home).SampleOrderCart main .enter-email input {
  background-color: #ffffff;
}
html:not(.Home).SampleOrderCart main #email-address.email-success {
  box-shadow: inset 0 -1px 0 0 #75ca3b;
  background: #ffffff url("/Content/images/check-green.svg") no-repeat right 15px center;
}
html:not(.Home).SampleOrderCart main #email-address.email-failure {
  box-shadow: inset 0 -1px 0 0 #ffaa00;
  background: #ffffff url("/Content/images/icon-failure.svg") no-repeat right 15px center;
}
html:not(.Home).SampleOrderCart main .box-checkout {
  margin-top: 20px;
}
@media (min-width: 700px) {
  html:not(.Home).SampleOrderCart main .box-checkout {
    margin-top: 0;
    max-width: 400px;
    padding-top: 36px;
    padding-bottom: 36px;
    margin-left: auto;
    width: 100%;
    margin-right: -40px;
  }
  html:not(.Home).SampleOrderCart main .box-checkout .summary {
    padding-left: 2px;
  }
  html:not(.Home).SampleOrderCart main .box-checkout .subheading {
    font-size: 15px;
    line-height: 24px;
  }
  html:not(.Home).SampleOrderCart main .box-checkout .sub-text {
    line-height: 20px;
  }
}
html:not(.Home).SampleOrderCart main .box-checkout ul.cart-list li {
  margin-bottom: 12px;
  border: 0;
  padding-bottom: 0px;
}
@media (min-width: 700px) {
  html:not(.Home).SampleOrderCart main .box-checkout ul.cart-list li .title-description {
    padding: 10px 20px 0;
  }
}
html:not(.Home).SampleOrderCart main .box-checkout ul.cart-list li.non-swatch {
  margin-bottom: 0;
}
html:not(.Home).SampleOrderCart main .box-checkout ul.cart-list li.non-swatch .title-description {
  font-weight: 400;
  padding: 0;
}
html:not(.Home).SampleOrderCart main .box-checkout ul.cart-list li.non-swatch .quantity {
  margin-top: 0;
}
html:not(.Home).SampleOrderCart main .box-checkout ul.cart-list li.non-standard {
  padding-bottom: 20px;
}
html:not(.Home).SampleOrderCart main .box-checkout ul.cart-list li .tile {
  width: 80px;
  height: 80px;
}
html:not(.Home).SampleOrderCart main .box-checkout ul.cart-list li.summary {
  margin-bottom: 20px;
}
html:not(.Home).SampleOrderCart main .box-checkout ul.cart-list li .quantity {
  margin-top: 7px;
}
html:not(.Home).SampleOrderCart main .box-checkout ul.cart-list li:nth-last-child(2) {
  margin-bottom: 20px;
}
html:not(.Home).SampleOrderCart main .box-checkout ul.cart-list li.total {
  border-top: 1px solid rgba(50, 67, 107, 0.2);
  padding-top: 20px;
  margin-bottom: 0;
}
html:not(.Home).SampleOrderCart main .box-checkout ul.cart-list li.total p {
  width: 100%;
}
html:not(.Home).SampleOrderCart main .box-checkout ul.cart-list li.total p span {
  font-weight: 500;
  display: inline-block;
  margin-left: 20px;
}
html:not(.Home).SampleOrderCart main .box-checkout .swatch-grid + .non-swatch {
  padding-top: 20px;
  border-top: 1px solid rgba(50, 67, 107, 0.2);
}
html:not(.Home).SampleOrderCart main .box-checkout .image-wrapper {
  width: 80px;
}
html:not(.Home).SampleOrderCart .intro {
  font-size: 17px;
  line-height: 24px;
  font-family: "Avenir LT Std", sans-serif;
  color: #171f32;
  letter-spacing: 0;
  font-weight: 400;
  max-width: 495px;
  margin-bottom: 59px;
}
html:not(.Home).SampleOrderCart .grid-anything {
  margin-bottom: 50px;
}
html:not(.Home).SampleOrderCart .grid-anything .grid-cell:first-child {
  margin-right: 20px;
}
html:not(.Home).SampleOrderCart .grid-anything .grid-cell:last-child {
  margin-left: 20px;
}
html:not(.Home).SampleOrderCart .grid-anything h2 {
  border-bottom: 1px solid #171f32;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
html:not(.Home).SampleOrderCart .page-header p,
html:not(.Home).SampleOrderCart .page-header label {
  font-weight: 500;
}
html:not(.Home).SampleOrderCart .page-header span {
  font-weight: 300;
}
html:not(.Home).SampleOrderCart .page-header span.email {
  font-weight: 500;
}
html:not(.Home).SampleOrderCart .page-header .is-hidden {
  display: none;
}
html:not(.Home).SampleOrderCart .page-header .no-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
html:not(.Home).SampleOrderCart .page-header .text-right {
  text-align: right;
  display: block;
}
html:not(.Home).SampleOrderCart .page-header .sub-small {
  font-weight: 400;
}

#confirmation-code {
  height: 68px;
  font-size: 2em;
  text-align: center;
  letter-spacing: 1em;
  padding: 0 0.5em 0 1.5em;
}

.news-list-item {
  border-bottom: 1px solid rgba(23, 31, 50, 0.3);
  padding-bottom: 20px;
}
@media (min-width: 700px) {
  .news-list-item {
    padding-bottom: 40px;
  }
}
.news-list-item + * {
  margin-top: 30px;
}
@media (min-width: 700px) {
  .news-list-item + * {
    margin-top: 60px;
  }
}
.news-list-item .news-heading + * {
  margin-top: 18px;
}
.news-list-item .text {
  margin-bottom: 40px;
}

.image-wrapper + .news-meta {
  margin-top: 26px;
}

.breadcrumb + .news-meta {
  margin-top: 17px;
}

@media (min-width: 700px) {
  .news-meta {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
  }
}
.news-meta + * {
  margin-top: 4px;
}
.news-meta > * {
  flex: 1 1 auto;
}
.news-meta .news-date {
  opacity: 0.6;
  font-family: "Avenir LT Std Oblique", sans-serif;
}
.news-meta .news-date + * {
  margin-left: 30px;
}
@media (min-width: 700px) {
  .news-meta .share-wrapper {
    text-align: right;
  }
}

@media (min-width: 1400px) {
  .news-heading {
    line-height: 52px;
  }
}

.news-article-section {
  background: white;
  position: relative;
  z-index: 1;
  padding-top: 30px;
  padding-bottom: 0;
  margin-bottom: 40px;
}
.news-article-section:before {
  background: white;
}
.news-article-section:after {
  border-color: transparent transparent white transparent;
}
.news-article-section .news-subheading {
  margin-bottom: 40px;
}
.news-article-section .news-article-inner .carousel-wrapper .carousel-dots {
  margin: 0 7px;
}
.news-article-section .news-article-inner .carousel-wrapper .carousel-controls {
  justify-content: center;
  margin-bottom: 33px;
  margin-top: 14px;
}
@media (min-width: 700px) {
  .news-article-section {
    padding-top: 52px;
    margin-bottom: 80px;
  }
}
.news-article-section .news-heading {
  margin-bottom: 20px;
}
@media (min-width: 700px) {
  .news-article-section .news-heading {
    margin-bottom: 34px;
  }
}

.related-news-grid {
  margin-top: 67px;
}

@media (min-width: 700px) {
  .flex-form-row {
    display: flex;
  }
  .flex-form-row .button {
    flex: 0 0 auto;
  }
}

.Locations .locations-search {
  background: #DEDFE2;
  padding: 60px 30px 1px;
  margin: 0 0 20px;
}
@media (min-width: 1400px) {
  .Locations .locations-search {
    margin: 0 40px 20px;
  }
}
.Locations .locations-search h2.heading {
  font-size: 32px;
  line-height: 36px;
  letter-spacing: -0.32px;
  color: #171F32;
  margin-top: 0;
  margin-bottom: 20px;
}
@media (min-width: 700px) {
  .Locations .locations-search h2.heading {
    font-size: 60px;
    line-height: 68px;
    letter-spacing: -1.2px;
  }
}
.Locations .locations-search .page-heading-wrapper {
  margin-top: 0;
}
.Locations .locations-search .button {
  background: #00C3B1;
}
.Locations .locations-search .breadcrumb a {
  font-size: 16px;
  line-height: 24px;
  font-family: "Avenir LT Std Medium", sans-serif;
  color: #171F32;
}
.Locations .locations-search .breadcrumb li:not(.disabled) a {
  opacity: 0.35;
}
.Locations .locations-search .text {
  max-width: 600px;
}
.Locations .locations-search .page-header-forms-row {
  margin-top: 20px;
  margin-bottom: 60px;
}
.Locations .locations-search .form-label {
  margin-bottom: 8px;
}
.Locations .locations-search .form-input {
  max-width: 600px;
}

.Locations .header-banner {
  display: none;
}
.Locations .page-header-forms-row {
  margin-top: 40px;
  margin-bottom: 80px;
}
.Locations .page-header {
  margin-bottom: 0px;
  margin-left: 0;
}
.Locations .page-header:before, .Locations .page-header:after {
  display: none;
}
.Locations .page-header .page-header-inner {
  margin-left: 0;
}
.Locations .wysiwyg {
  width: 100%;
  max-width: 680px;
  margin: 24px 0;
}
@media (min-width: 700px) {
  .Locations .search-form-large {
    margin-bottom: 30px;
  }
}
@media (min-width: 1400px) {
  .Locations .search-form-large {
    margin-bottom: 0;
  }
}
.Locations input[type=text] {
  margin-bottom: 20px;
}
@media (min-width: 700px) {
  .Locations input[type=text] {
    margin-bottom: 0;
  }
}
.Locations #map-section {
  display: none;
}
.Locations .map-wrapper {
  position: relative;
  margin-bottom: 68px;
}
@media (min-width: 1400px) {
  .Locations .map-wrapper {
    margin: 0 40px 68px;
  }
}
.Locations #map {
  width: 100%;
  border: none;
  height: 280px;
  margin: 0;
}
@media (min-width: 700px) {
  .Locations #map {
    margin: 0;
    height: 720px;
  }
}
.Locations #map .gmnoprint,
.Locations #map .gmnoscreen,
.Locations #map .gm-style-cc,
.Locations #map [title="Toggle fullscreen view"] {
  display: none;
}
.Locations #map .gm-style > iframe + div {
  display: none;
}
.Locations .locations-wrapper {
  padding: 0;
  margin: 0 16px;
  top: -12px;
  position: relative;
}
@media (min-width: 700px) {
  .Locations .locations-wrapper {
    z-index: 2;
    display: block;
    width: 360px;
    position: absolute;
    left: 40px;
    top: 40px;
    max-height: 640px;
    overflow-y: scroll;
    margin: 0;
  }
}
.Locations .locations-wrapper .locations {
  margin: 0;
  padding: 0;
}
.Locations .locations-wrapper .locations li {
  display: block;
  width: 100%;
  padding: 13px 12px;
  box-sizing: border-box;
  background: #ffffff;
  box-shadow: inset 0 -1px 0 0 #cecece;
  cursor: pointer;
}
.Locations .locations-wrapper .locations li:before, .Locations .locations-wrapper .locations li:after {
  content: "";
  clear: both;
  display: table;
}
@media (min-width: 700px) {
  .Locations .locations-wrapper .locations li {
    padding: 13px 16px;
  }
}
.Locations .locations-wrapper .locations li.active {
  background: #f0f0f0;
}
.Locations .locations-wrapper .locations li .name {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 2.4px;
  font-family: "Avenir LT Std Heavy", sans-serif;
  color: #171F32;
  text-transform: uppercase;
}
.Locations .locations-wrapper .locations li .letter {
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 1.73px;
  font-family: "Avenir LT Std Heavy", sans-serif;
  color: #171F32;
}
.Locations .locations-wrapper .locations li .distance {
  font-size: 14px;
  line-height: 20px;
  font-family: "Avenir LT Std Medium", sans-serif;
  color: #171F32;
  display: block;
  margin: 6px 0;
}
.Locations .locations-wrapper .locations li .distance svg {
  margin-right: 6px;
}
.Locations .locations-wrapper .locations li .address {
  font-size: 14px;
  line-height: 20px;
  width: 58%;
  float: left;
  padding-right: 14px;
  opacity: 0.65;
  font-family: "Avenir LT Std Book", sans-serif;
  color: #171F32;
}
.Locations .locations-wrapper .locations li .phone {
  width: 42%;
  float: right;
}
.Locations .locations-wrapper .locations li .phone strong {
  font-size: 14px;
  line-height: 20px;
  display: block;
  font-family: "Avenir LT Std Medium", sans-serif;
  color: #171F32;
}
.Locations .locations-wrapper .locations li .phone a {
  font-size: 14px;
  line-height: 20px;
  opacity: 0.65;
  font-family: "Avenir LT Std Book", sans-serif;
  color: #171F32;
}
.Locations .locations-wrapper .locations li .address,
.Locations .locations-wrapper .locations li .phone {
  font-size: 13px;
  line-height: 20px;
}
.Locations .locations-wrapper .locations li .additionalDetails {
  display: block;
  clear: both;
}
.Locations .locations-wrapper #scroll-arrow {
  z-index: 2;
  text-align: center;
  line-height: 46px;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -21px;
  bottom: 16px;
  width: 42px;
  height: 42px;
  border-radius: 21px;
  background: #171F32;
  color: #ffffff;
}
.Locations .need-help {
  margin-top: 0;
}

.info-title {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  font-family: "Avenir LT Std Heavy", sans-serif;
  color: #171F32;
}

.info-p,
.additionalDetails {
  font-size: 14px;
  line-height: 20px;
  padding-top: 10px;
  opacity: 0.65;
  font-family: "Avenir LT Std Book", sans-serif;
  color: #171F32;
}

.info-strong {
  font-size: 14px;
  line-height: 20px;
  font-family: "Avenir LT Std Medium", sans-serif;
  color: #171F32;
}

.technical-resources-filters {
  padding: 30px 20px;
  background: #f3f1ef;
  margin-bottom: 30px;
}
@media (min-width: 1280px) {
  .technical-resources-filters {
    padding-left: 80px;
    padding-right: 80px;
    margin-bottom: 70px;
  }
}
@media (min-width: 1280px) {
  .technical-resources-filters .button-form {
    text-align: right;
  }
}
.technical-resources-filters .button {
  padding-left: 20px;
  position: relative;
  top: 7px;
  z-index: 1;
}
.technical-resources-filters .button svg {
  margin: 0 12px 0 0;
}

.product-resources-page .page-header.has-tabs {
  margin-bottom: 0;
}

.resource-image-wrapper {
  position: relative;
}
.resource-image-wrapper .resource-vignette {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.2) inset;
  z-index: 1;
}

.CollectionPage .collection-header {
  color: #ffffff;
  position: relative;
  overflow: hidden;
  padding: 32px 16px;
  background: #00C3B1;
}
.CollectionPage .collection-header h1, .CollectionPage .collection-header .h1, .CollectionPage .collection-header .news-heading, .CollectionPage .collection-header h2, .CollectionPage .collection-header .h2, .CollectionPage .collection-header h3, .CollectionPage .collection-header .h3, .CollectionPage .collection-header h4, .CollectionPage .collection-header .h4, .CollectionPage .collection-header h5, .CollectionPage .collection-header .h5, .CollectionPage .collection-header h6, .CollectionPage .collection-header .h6 {
  color: #ffffff;
}
.CollectionPage .collection-header a,
.CollectionPage .collection-header a:focus,
.CollectionPage .collection-header a:active {
  color: #ffffff;
}
.CollectionPage .collection-header .button {
  color: #00C3B1;
  background: #ffffff;
}
.CollectionPage .collection-header .button.bordered {
  color: #ffffff;
  background: transparent;
  box-shadow: 0 0 0 1px inset #ffffff;
}
.CollectionPage .collection-header .button.bordered:hover,
.CollectionPage .collection-header .button.bordered .active {
  color: #00C3B1;
  background: #ffffff;
}
.CollectionPage .collection-header .button:hover {
  background: rgba(255, 255, 255, 0.84);
}
@media (min-width: 1280px) {
  .CollectionPage .collection-header .button-group {
    display: flex;
    height: 48px;
  }
}
.CollectionPage .collection-header .button {
  z-index: 1;
}
.CollectionPage .collection-header .button svg {
  margin: 0 12px 0 0;
}
.CollectionPage .collection-header .share-collection-wrapper .share-options {
  height: 48px;
}
@media (min-width: 700px) {
  .CollectionPage .collection-header {
    padding-top: 52px;
    padding-bottom: 52px;
  }
}
.CollectionPage .collection-heading.is-shared {
  margin: 0 0 0;
}
.CollectionPage .collection-return {
  margin: 0 0 50px;
  color: #ffffff;
}
.CollectionPage .collection-return:hover {
  color: #00C3B1;
}
.CollectionPage .what-is {
  display: block;
  margin: 44px 0 0;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Avenir LT Std Black", sans-serif;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1.87px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.CollectionPage .what-is svg {
  margin: 0 12px 0 0;
}
.CollectionPage .what-is-check {
  position: absolute;
  left: -9999px;
}
.CollectionPage .what-is-text {
  display: none;
  color: #ffffff;
  font-family: "Avenir LT Std Medium", sans-serif;
  padding-top: 12px;
  max-width: 580px;
  letter-spacing: 0;
}
.CollectionPage .what-is-check:checked + .what-is-text {
  display: block;
}
.CollectionPage .wrapper .collection-grid-section {
  margin-top: 60px;
}
@media (min-width: 1280px) {
  .CollectionPage .wrapper .collection-grid-section {
    margin-top: 80px;
  }
}
.CollectionPage .wrapper .collection-grid-section .grid-heading {
  max-width: none;
}
.CollectionPage .wrapper .grid-wrapper {
  position: relative;
  width: 100%;
}
.CollectionPage .grid-section.collection-grid-section .collection-grid {
  margin-top: 32px;
  display: flex;
  transition: margin-left 0.5s;
}
@media (min-width: 1280px) {
  .CollectionPage .grid-section.collection-grid-section .collection-grid {
    margin-top: 40px;
    margin-left: 0;
  }
}
.CollectionPage .grid-section.collection-grid-section .collection-grid > * {
  flex: 0 0 auto;
  max-width: none;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 16px;
}
@media (min-width: 1280px) {
  .CollectionPage .grid-section.collection-grid-section .collection-grid > * {
    padding-right: 40px;
  }
}
.CollectionPage .grid-section.collection-grid-section .collection-grid.product-grid, .CollectionPage .grid-section.collection-grid-section .collection-grid.product-collection-grid > * {
  width: 136px;
}
@media (min-width: 1280px) {
  .CollectionPage .grid-section.collection-grid-section .collection-grid.product-grid, .CollectionPage .grid-section.collection-grid-section .collection-grid.product-collection-grid > * {
    width: 160px;
  }
}
.CollectionPage .grid-section.collection-grid-section .collection-grid.resource-grid > a,
.CollectionPage .grid-section.collection-grid-section .collection-grid.resource-grid > .image-wrapper,
.CollectionPage .grid-section.collection-grid-section .collection-grid.resource-grid > img {
  width: 216px;
}
@media (min-width: 1280px) {
  .CollectionPage .grid-section.collection-grid-section .collection-grid.resource-grid > a,
  .CollectionPage .grid-section.collection-grid-section .collection-grid.resource-grid > .image-wrapper,
  .CollectionPage .grid-section.collection-grid-section .collection-grid.resource-grid > img {
    width: 320px;
  }
}
.CollectionPage .grid-section.collection-grid-section .collection-grid.showcase-grid > * {
  width: calc(100% - 16px);
}
@media (min-width: 700px) {
  .CollectionPage .grid-section.collection-grid-section .collection-grid.showcase-grid > * {
    width: 480px;
  }
}
.CollectionPage .grid-section.collection-grid-section .collection-grid.photo-grid > * {
  width: 216px;
}
@media (min-width: 1280px) {
  .CollectionPage .grid-section.collection-grid-section .collection-grid.photo-grid > * {
    width: 320px;
  }
}
@media (min-width: 1280px) {
  .CollectionPage .collection-controls {
    display: flex;
  }
}
.CollectionPage .collection-controls a {
  color: #171F32;
}
@media (min-width: 1280px) {
  .CollectionPage .collection-controls a {
    color: #888888;
  }
}
@media (min-width: 1280px) {
  .CollectionPage .collection-controls a svg {
    margin: 0 12px 0 0;
  }
}
.CollectionPage .collection-controls a + a {
  margin-left: 16px;
}
@media (min-width: 1280px) {
  .CollectionPage .collection-controls a + a {
    margin: 0 0 0 32px;
  }
}
.CollectionPage .collection-controls .dots {
  margin: 0 0 0 auto;
}
.CollectionPage .collection-controls .dots .carousel-controls {
  margin: 0;
}
.CollectionPage .showcase-item h2 {
  margin: 12px 0 6px;
}
.CollectionPage .empty-collection {
  opacity: 0.2;
  font-family: "Avenir LT Std", sans-serif;
  font-size: 32px;
  line-height: 36px;
  text-align: center;
  margin-top: 64px;
  margin-bottom: 30px;
}

.share-collection-wrapper {
  position: relative;
  overflow: hidden;
}
.share-collection-wrapper .share-options {
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
  margin-left: -100%;
  background: #00C3B1;
  transition: margin-left 0.3s;
  z-index: 2;
}
.share-collection-wrapper .share-options a {
  flex: 0 1 auto;
  width: 20%;
  height: 100%;
  padding: 14px 12px;
  color: #ffffff;
  font-size: 1.2em;
  text-align: center;
  opacity: 0.6;
}
.share-collection-wrapper .share-options a:hover {
  opacity: 1;
}
.share-collection-wrapper .share-options a:first-child {
  border-right: 1px solid rgba(255, 255, 255, 0.6);
}
.share-collection-wrapper.show-options .share-options {
  margin-left: 0;
}

.showcase-icons-wrapper {
  height: 100%;
}

.share-showcase-wrapper {
  float: left;
}
.share-showcase-wrapper .share-options-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
.share-showcase-wrapper .share-options {
  position: absolute;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: -500%;
  background: #00C3B1;
  z-index: 2;
}
.share-showcase-wrapper .share-options a {
  position: relative;
  flex: 0 1 auto;
  width: 100%;
  height: 40px;
  padding: 11px;
  color: #ffffff;
  font-size: 1.2em;
  text-align: center;
  opacity: 0.6;
}
.share-showcase-wrapper .share-options a .icon-tooltip {
  display: none;
  color: #171F32;
}
.share-showcase-wrapper .share-options a:hover {
  opacity: 1;
}
.share-showcase-wrapper .share-options a:hover .icon-tooltip {
  display: block;
}
.share-showcase-wrapper .share-options a:first-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
.share-showcase-wrapper.show-options .share-options-wrapper {
  overflow: visible;
}
.share-showcase-wrapper.show-options .share-options {
  margin-top: 0;
}

.share-options a * {
  pointer-events: none;
}
.share-options .copy-text {
  position: absolute;
  left: -9999px;
}

.icon-list.dark-small .share-options a {
  height: 28px;
  padding: 5px;
}

.collection-grid-section .share-showcase-wrapper,
.collection-grid-section .print-white,
.collection-grid-section .spinner-button {
  display: none;
}
.collection-grid-section .icon-link.icon-remove {
  display: inline-block;
}

.Contact .wrapper .content-inner {
  max-width: 760px;
}
.Contact .contact-info {
  margin-top: 70px;
  margin-bottom: 30px;
}
@media (min-width: 1280px) {
  .Contact .contact-info {
    display: flex;
    margin-bottom: 60px;
  }
}
@media (min-width: 1280px) {
  .Contact .contact-column + .contact-column {
    padding-left: 103px;
  }
}
.Contact .contact-enquires + * {
  margin-top: 30px;
}
.Contact .contact-number-label {
  font-size: 32px;
  line-height: 36px;
}
.Contact .contact-email-label {
  font-size: 20px;
  line-height: 20px;
}
.Contact .contact-address {
  margin-top: 8px;
}
.Contact .contact-address-note {
  display: block;
  margin-top: 1px;
  opacity: 0.7;
}
.Contact .contact-form-container {
  background: #DEDFE2;
  padding-top: 80px;
  padding-bottom: 80px;
}
.Contact .contact-form-container .contact-form {
  max-width: 760px;
  margin: 0 auto;
}
.Contact .contact-form-container .form,
.Contact .contact-form-container form {
  margin-top: 20px;
}
.Contact .contact-form-container .form-message + * {
  margin-top: 30px;
}
.Contact .contact-form-container .form-label + .form-input {
  margin-top: 10px;
}
.Contact .contact-form-container .button {
  z-index: 1;
}
.Contact .grid-list {
  margin-left: -20px;
  margin-right: -10px;
}
.Contact .people-section .grid-list-item {
  display: flex;
  flex-direction: column;
  align-content: flex-end;
}
.Contact .people-section .grid-list-item .heading {
  margin-bottom: 16px;
}
.Contact .people-section .grid-list-item .text-wrapper {
  margin-bottom: 16px;
}
.Contact .people-section .grid-list-item .contact-people-links {
  margin-top: auto;
}
.Contact .contact-grid-intro {
  margin: 0 auto 42px;
}
.Contact .contact-grid-intro .heading + * {
  margin-top: 16px;
}
.Contact .contact-people-links {
  list-style: none;
  padding: 0;
  margin: 8px 0 0;
}
.Contact .contact-people-links li + li {
  margin-top: 5px;
}
.Contact .contact-people-links a {
  font-weight: 500;
}
.Contact .contact-people-links a svg {
  margin-right: 10px;
}

#contact-form {
  margin-bottom: 60px;
  margin-bottom: 60px;
}

.SignUp .header-wrapper,
.SignUp .page-header {
  box-shadow: none;
  background-image: none;
}
.SignUp .page-header {
  margin-bottom: 0;
  padding-bottom: 100px;
}
.SignUp .page-header .page-header-inner {
  background-image: none;
}
.SignUp .wrapper .content-inner {
  max-width: 600px;
}
.SignUp .page-heading-wrapper + * {
  margin-top: 11px;
}
.SignUp .wysiwyg + * {
  margin-top: 40px;
}
.SignUp select.form-input {
  width: 100%;
}
.SignUp .form-row + .button {
  margin-top: 40px;
  z-index: 1;
}

.ErrorPage .page-header {
  margin-left: 0;
  margin-bottom: -40px;
  background-image: none;
}
.ErrorPage .page-header:before, .ErrorPage .page-header:after {
  display: none;
}
.ErrorPage .page-header:before {
  content: "";
  display: block;
  background: #e8e4df;
  position: absolute;
  left: 0;
  right: 0;
  top: -4px;
  width: 100%;
  height: 4px;
}
.ErrorPage .page-header .page-header-inner {
  margin-left: 0;
}
.ErrorPage .wysiwyg {
  margin-top: 20px;
  margin-bottom: 70px;
}
.ErrorPage .need-help {
  display: none;
}

.wysiwyg .steps li {
  padding: 4px 0 25px 48px;
}
.wysiwyg .steps li h4 {
  font-size: 32px;
  line-height: 36px;
  letter-spacing: -0.32px;
  font-family: "Sansation Light", sans-serif;
  text-transform: none;
  padding-bottom: 2px;
}
.wysiwyg .steps li h4:after {
  content: "";
  display: block;
  position: relative;
  width: 94px;
  height: 2px;
  margin: 12px 19px 13px 0;
  background: #07c3b1;
}
.wysiwyg .steps li p {
  font-family: "Avenir LT Std", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 28px;
}
.wysiwyg .steps li:before {
  font-family: "Sansation Light", sans-serif;
  font-size: 32px;
  line-height: 36px;
  letter-spacing: -0.32px;
}

.available-on {
  font-size: 16px;
  line-height: 24px;
  opacity: 0.65;
  font-family: "Avenir LT Std Heavy", sans-serif;
  color: #ffffff;
  display: block;
}
@media (min-width: 768px) {
  .available-on {
    position: absolute;
    text-align: right;
    right: 80px;
    bottom: 29px;
  }
}
.available-on:hover {
  color: #ffffff;
}
.available-on img {
  display: block;
}
