﻿@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0; }

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0; }

/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none; }

button:focus {
  outline: 0; }

.col-5-in-row {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding: 0 .5rem; }
  @media (min-width: 992px) {
    .col-5-in-row {
      flex: 0 0 20%;
      max-width: 20%; } }

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

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

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

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

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

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

.material-icons {
  vertical-align: middle; }

sup {
  vertical-align: super;
  font-size: smaller; }

.swatch {
  position: relative; }
  .swatch-link {
    display: block;
    text-decoration: none !important; }
  .swatch-image {
    height: auto;
    width: 100%;
    position: relative;
    margin-bottom: .5rem;
    transition-duration: 0.3s; }
    .swatch-image img {
      display: block;
      max-width: 100%;
      margin: 0 auto; }
  .swatch-image:hover {
    transform: scale(1.1); }
  .swatch-name, .swatch-number {
    display: block;
    font-size: 12px;
    color: #747474;
    margin-top: .25rem;
    text-align: center; }
  .swatch-name {
    font-size: 14px;
    font-weight: 900;
    color: #2f2f2f;
    margin-top: .25rem; }
  .swatch-number {
    font-weight: 700; }
  .swatch .favorite {
    display: none;
    position: absolute;
    bottom: 6%;
    right: 15%;
    color: #fff;
    z-index: 2; }
    .swatch .favorite:before {
      content: '';
      display: block;
      background-color: #dd414b;
      position: absolute;
      bottom: -5px;
      right: -5px;
      height: 35px;
      width: 35px;
      border-radius: 50px;
      border: 1px solid #dd414b;
      z-index: -1; }
  .swatch-small {
    height: 30px;
    width: 30px;
    position: absolute;
    top: 50%;
    left: .5rem;
    margin-top: -15px; }
  .swatch-product {
    padding: 1rem;
    border-radius: 4px; }
    .swatch-product .swatch-name, .swatch-product .swatch-number, .swatch-product .swatch-title {
      color: #000;
      text-align: left; }
    .swatch-product.is-dark .swatch-name, .swatch-product.is-dark .swatch-number, .swatch-product.is-dark .swatch-title {
      color: #fff; }
  .swatch-list .swatch {
    margin-bottom: 1rem; }
    .swatch-list .swatch .col {
      padding: 0 .25rem; }
      @media (min-width: 992px) {
        .swatch-list .swatch .col {
          padding: 0 .5rem; } }

.swatch-container .swatch-image img {
  transition: opacity .25s ease-in-out;
  min-height: 80px; }

img {
  max-width: 100%; }

form label {
  display: block;
  margin-bottom: 1rem;
  font-size: .75rem;
  font-family: Montserrat, Arial, sans-serif;
  text-transform: uppercase;
  cursor: pointer; }

form input, form select, form textarea {
  display: block;
  font-size: 16px;
  width: 100%;
  margin-top: .25rem;
  padding: .5rem;
  box-shadow: none;
  border-radius: 3px;
  border: 1px solid #e1e1e1; }

form textarea {
  min-height: 150px; }

.opt-in-field {
  color: gray;
  font-family: Montserrat, Arial, sans-serif;
  line-height: 1.4;
  padding-left: 2rem;
  position: relative;
  text-transform: none; }
  .opt-in-field input {
    width: auto;
    position: absolute;
    top: 0;
    left: 0; }

.form-info-heading {
  background-color: #2f2f2f;
  max-width: none;
  padding: 2rem 0 1rem 0; }
  @media (min-width: 992px) {
    .form-info-heading {
      padding: 2rem 0 2rem 0; } }

.required {
  color: red; }

.colorswatch-error-text {
  color: red;
  display: none; }

.g-recaptcha {
  margin-bottom: 1rem; }

#order-swatch-form-shipping {
  padding-bottom: 1.5rem; }
  #order-swatch-form-shipping label {
    margin-bottom: 0.5rem;
    font-weight: 700;
    cursor: pointer; }
  #order-swatch-form-shipping input, #order-swatch-form-shipping select, #order-swatch-form-shipping textarea {
    font-size: .75rem;
    font-weight: 700;
    height: 3.5rem;
    padding: .75rem;
    border-radius: 0;
    border: 1px solid #bbb;
    -webkit-box-shadow: inset 0 0 10px -3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 0 10px -3px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 10px -3px rgba(0, 0, 0, 0.2); }
  #order-swatch-form-shipping textarea {
    font-size: 0.875rem;
    font-family: Montserrat, Arial, sans-serif;
    font-weight: 300;
    min-height: 100px; }
  #order-swatch-form-shipping .orderswatch-error-text {
    display: none; }
  #order-swatch-form-shipping .required {
    top: 5px;
    color: red; }
  #order-swatch-form-shipping .row {
    margin-bottom: 0; }
    @media (min-width: 992px) {
      #order-swatch-form-shipping .row {
        margin-bottom: 2rem; } }
  #order-swatch-form-shipping .row:last-child {
    margin-bottom: 0;
    margin-top: -1rem; }
  #order-swatch-form-shipping .opt-in-div {
    margin-top: 0; }
  #order-swatch-form-shipping .form-fieldset {
    margin-bottom: 2rem; }
    @media (min-width: 992px) {
      #order-swatch-form-shipping .form-fieldset {
        margin-bottom: 0; } }
  #order-swatch-form-shipping .opt-in-field {
    color: gray;
    font-family: Montserrat, Arial, sans-serif;
    line-height: 1.4;
    padding-left: 2rem;
    position: relative;
    text-transform: none; }
    #order-swatch-form-shipping .opt-in-field input {
      width: auto;
      position: absolute;
      top: 0;
      left: 0; }
  #order-swatch-form-shipping .error-text {
    position: absolute;
    font-size: 0.7rem;
    color: red;
    padding: 3px 0 0 0; }
  #order-swatch-form-shipping .form-footer {
    margin-top: 2rem; }
  #order-swatch-form-shipping .required-fields {
    padding-bottom: 15px;
    text-transform: capitalize;
    font-size: 0.875rem; }
  #order-swatch-form-shipping .form-checkbox {
    -webkit-appearance: none;
    background-color: #fafafa;
    border: 2px solid #cacece;
    position: relative;
    height: 1.5rem;
    width: 1.5rem;
    padding: 0; }
  #order-swatch-form-shipping .form-checkbox:active, #order-swatch-form-shipping .form-checkbox:checked:active {
    background-color: #e5e5e5; }
  #order-swatch-form-shipping .form-checkbox:checked {
    background-color: #2f2f2f;
    border: 2px solid #2f2f2f;
    color: #fff; }
  #order-swatch-form-shipping .form-checkbox:checked:after {
    content: '✓';
    font-size: 1rem;
    position: absolute;
    left: 15%;
    color: #fff; }

#order-swatch-section {
  padding-top: 0; }

#order-swatch-step-1 .order-swatch-form-container {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  background: #2f2f2f;
  left: 50%; }

#order-swatch-step-1 .order-swatch-image {
  margin: -3rem auto 0 auto;
  width: 50%; }

#order-swatch-step-1 .article-section-titlebar h6 {
  padding-top: 1.5rem; }

#order-swatch-step-1 #order-swatch-max-exceeded {
  color: red;
  padding-bottom: 2rem; }

#order-swatch-step-1 .search-container-button {
  background: none;
  border: 0 none;
  right: 1rem;
  padding-top: 5.5rem; }
  @media (min-width: 576px) {
    #order-swatch-step-1 .search-container-button {
      padding-top: 4.4rem; } }
  #order-swatch-step-1 .search-container-button span {
    font-size: 28px;
    position: relative;
    display: block; }
    @media (min-width: 768px) {
      #order-swatch-step-1 .search-container-button span {
        margin-top: 1.25rem; } }

#order-swatch-step-1 .placeholder select {
  background: #bbb;
  color: #747474; }

#order-swatch-step-1 .placeholder .order-item-remove {
  pointer-events: none; }

#order-swatch-step-2 .article-section-titlebar {
  padding-top: 2rem; }

#order-swatch-step-2 .order-swatch-image {
  margin: -3rem auto 0 auto;
  width: 50%; }

.site-header {
  z-index: 100; }
  @media (min-width: 992px) {
    .site-header {
      position: relative;
      box-shadow: 0 0 30px rgba(0, 0, 0, 0.2); } }

.header-content {
  text-align: center;
  background-color: #002450;
  position: relative; }
  .header-content .container-fluid {
    height: 100%;
    position: relative; }
  .header-content .menu-icon {
    position: absolute;
    top: 50%;
    left: .5rem;
    margin-top: -.5rem;
    background: none;
    border: 0 none;
    padding-left: 30px;
    color: white; }
    @media (min-width: 992px) {
      .header-content .menu-icon {
        display: none; } }
    .header-content .menu-icon .material-icons {
      position: absolute;
      top: 50%;
      left: 0;
      margin-top: -13px; }
  .header-content .lang {
    position: absolute;
    left: .5rem;
    color: #fff; }
  .header-content .logo {
    display: inline-block; }
    .header-content .logo img {
      display: block;
      max-width: 220px; }
  .header-content .search {
    display: none; }
    @media (min-width: 992px) {
      .header-content .search {
        display: block;
        position: absolute;
        top: -3px;
        right: 0; } }
  .header-content .favorites {
    position: absolute;
    top: 6px;
    right: 1rem;
    color: #ebebeb; }
    @media (min-width: 576px) {
      .header-content .favorites {
        right: 6rem; } }

.header-search {
  background-color: #f8f8f8;
  padding: .5rem;
  position: relative;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4); }
  .header-search:after {
    content: "";
    display: table;
    clear: both; }
  .header-search input {
    width: calc(100% - 40px);
    font-size: 16px;
    padding: .5rem;
    background: none;
    border: 0 none;
    float: right; }
  .header-search button {
    background: none;
    border: 0 none;
    position: absolute;
    top: 50%;
    margin-top: -12px; }

@media (min-width: 992px) {
  .search-mobile {
    display: none; } }

.search-desktop {
  display: none; }
  @media (min-width: 992px) {
    .search-desktop {
      display: block;
      position: absolute;
      top: .25rem;
      right: 15%;
      background: none;
      border: 1px solid #fff;
      padding: 0;
      border-radius: 25px; } }
  @media (min-width: 992px) {
    .search-desktop button {
      left: .5rem; } }

.nav-main {
  overflow: hidden;
  width: 85%;
  height: 100%;
  position: fixed;
  top: 0;
  left: -100%;
  transition: left .2s ease-in-out;
  background-color: #4B71AE;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.32);
  z-index: 2;
  border-bottom: 10px solid #C7AA59; }
  @media (min-width: 992px) {
    .nav-main {
      overflow: visible;
      width: 100%;
      height: auto;
      position: static;
      background: #4B71AE;
      box-shadow: none; }
      .nav-main .menu-title-bar {
        display: none; } }
  .nav-main.expand {
    left: 0;
    z-index: 5;
    overflow-y: scroll; }
  .nav-main .menu-title-bar {
    display: none; }

.nav-list {
  width: 100%;
  height: 100%;
  position: absolute;
  padding: .5rem; }
  @media (min-width: 992px) {
    .nav-list {
      position: static;
      display: flex;
      flex-flow: row nowrap;
      justify-content: space-around;
      align-content: stretch;
      align-items: center;
      padding: 0 .5rem; } }
  @media (min-width: 992px) {
    .nav-list li > a {
      color: #fff;
      padding: 0;
      padding-bottom: 0.3rem; }
    .nav-list li > .dropdown a {
      padding: .5rem;
      color: #fff; } }
  @media (min-width: 992px) {
    .nav-list li:hover {
      position: relative; }
      .nav-list li:hover > a {
        color: #C7AA59;
        border-bottom: 3px solid #C7AA59; }
      .nav-list li:hover > .dropdown {
        display: block; }
        .nav-list li:hover > .dropdown .dropdown {
          display: none; } }
  .nav-list .dropdown {
    position: absolute;
    left: 100%;
    top: 0;
    height: 100%;
    width: 100%;
    transition: all .2s ease-in-out;
    background-color: #4B71AE;
    z-index: 2; }
    @media (min-width: 992px) {
      .nav-list .dropdown {
        display: none;
        background-color: #4B71AE;
        height: auto;
        width: 200px;
        text-align: center;
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -100px;
        padding-bottom: 1rem;
        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4); }
        .nav-list .dropdown a {
          color: #fff;
          text-transform: none; }
        .nav-list .dropdown .nav-item {
          padding: 0; } }
    .nav-list .dropdown.show {
      left: 0; }

.nav-item {
  padding: 0 1rem;
  border-bottom: 1px solid #fff; }
  .nav-item:last-child {
    border-bottom: 0 none; }
  @media (min-width: 992px) {
    .nav-item {
      border-bottom: 0 none;
      padding: 1rem;
      padding-bottom: 0.7rem; } }

.nav-link {
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  padding: 1rem .5rem .9rem; }
  .nav-link .material-icons {
    color: #ffffff;
    position: absolute;
    right: -150px;
    top: 50%;
    margin-top: -12px; }
  @media (min-width: 992px) {
    .nav-link {
      color: #ffffff;
      border-top: 3px solid transparent;
      border-bottom: 3px solid transparent;
      padding: .5rem; }
      .nav-link .material-icons {
        display: none; } }

.btn {
  display: inline-block;
  color: #2f2f2f;
  font-family: Montserrat, Arial, sans-serif;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 7px;
  padding: 10px 61px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.3px;
  text-align: center;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  position: relative;
  width: 100%;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s ease all; }
  .btn.disabled {
    border-color: #e1e1e1 !important;
    color: #e1e1e1 !important;
    background-color: #fff !important;
    cursor: default; }
    .btn.disabled:hover {
      border-color: #e1e1e1 !important;
      color: #e1e1e1 !important;
      background-color: #fff !important; }
  @media (min-width: 992px) {
    .btn {
      width: auto; } }

.widget-cta {
  margin-bottom: 10px; }

.btn-primary {
  color: #fff;
  background-color: #002450;
  text-decoration: none;
  text-align: center;
  cursor: pointer; }

.btn-primary:hover {
  color: #002450;
  background-color: #fff;
  border: 1px solid #002450; }

.btn-primary-outline {
  color: #002450;
  border-color: #002450;
  background-color: #fff; }

.btn-primary-outline:hover {
  color: #fff;
  background-color: #002450; }

.btn-secondary {
  color: #fff;
  background-color: #002450; }

.btn-secondary:hover {
  color: #002450;
  background-color: #fff;
  border: 1px solid #002450 !important; }

.btn-icon {
  padding-left: 35px; }
  .btn-icon .material-icons {
    position: absolute;
    top: 50%;
    left: .5rem;
    margin-top: -12px; }

.btn-submit-small {
  background-color: #002450;
  color: #fff;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: .3rem 1.5rem;
  margin: 0; }

.btn-text {
  color: #002450;
  font-size: 13px;
  font-family: Montserrat, Arial, sans-serif;
  text-transform: uppercase;
  text-decoration: none; }

.btn-back {
  display: inline-block;
  color: #002450;
  text-decoration: none;
  padding: 1rem 0 .75rem; }
  .btn-back .material-icons {
    margin-top: -2px; }
  @media (min-width: 992px) {
    .btn-back {
      padding: 0 .5rem .5rem;
      width: auto; } }

.btn-primary:before {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  position: absolute;
  opacity: 0;
  content: '';
  background-color: transparent;
  z-index: -2;
  color: #2a7ab0; }

.btn-primary:hover:before {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  opacity: 1;
  color: #2a7ab0; }

.container-fluid {
  max-width: 1000px; }
  .container-fluid--tight {
    max-width: 700px; }

.overlay {
  background-color: rgba(47, 47, 47, 0.75);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  width: 100%;
  cursor: pointer; }

.menu-title-bar {
  background-color: #f9f9f9;
  text-transform: uppercase;
  padding: 1rem;
  position: relative;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.35); }
  .menu-title-bar:after {
    content: "";
    display: table;
    clear: both; }
  .menu-title-bar .menu-back {
    background: none;
    border: 0 none;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    padding: 0;
    cursor: pointer; }
  .menu-title-bar .menu-title {
    font-family: Montserrat, Arial, sans-serif;
    text-align: center; }

.favorite-icon {
  display: block;
  color: #2f2f2f;
  height: 40px;
  width: 40px;
  background-color: transparent;
  border: 1px solid #2f2f2f;
  border-radius: 50px;
  cursor: pointer;
  transition-duration: 0.3s; }
  .favorite-icon--light {
    color: #002450;
    background-color: #fff;
    border: 1px solid #002450; }
  .favorite-icon #favorite-count {
    position: absolute;
    top: 0;
    right: -5px;
    color: #dd414b;
    z-index: 2;
    font-family: Montserrat, Arial, sans-serif;
    font-weight: 700; }
    .favorite-icon #favorite-count:before {
      content: '';
      background-color: #fff;
      position: absolute;
      left: 50%;
      top: 50%;
      margin-top: -10px;
      margin-left: -10px;
      height: 20px;
      width: 20px;
      border-radius: 25px;
      z-index: -1; }
  .favorite-icon .material-icons {
    position: absolute;
    top: 10px;
    left: 8px; }
  .favorite-icon.active {
    color: #fff;
    background-color: #dd414b;
    border-color: #dd414b; }

.favorite-icon:hover {
  color: #fff;
  background-color: #dd414b;
  border-color: #dd414b; }

.favorites-list {
  overflow-y: auto;
  margin-top: 1rem;
  height: 90%; }
  .favorites-list li {
    position: relative;
    margin-top: 0.2rem; }
    .favorites-list li:nth-child(even) {
      background-color: #f5f5f5; }
  .favorites-list .favorite-remove {
    font-size: 18px;
    background: none;
    border: 0 none;
    position: absolute;
    top: 50%;
    right: .5rem;
    margin-top: -9px;
    cursor: pointer; }
  .favorites-list a {
    display: block;
    color: #141414;
    font-size: 14px;
    font-weight: 700;
    padding: .5rem;
    padding-left: 45px;
    text-decoration: none; }
    .favorites-list a .swatch-name, .favorites-list a .swatch-number {
      text-align: left; }
    .favorites-list a .favorite-color-number {
      font-size: 12px;
      font-weight: 500;
      color: #a0a0a0; }

.favorites-menu {
  height: 100%;
  width: 70%;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: -100%;
  transition: left .2s ease-in-out;
  z-index: 110; }
  @media (min-width: 992px) {
    .favorites-menu {
      width: 25%; } }
  .favorites-menu.show {
    left: 0; }

.search-container {
  background-color: #f8f8f8;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2); }
  @media (min-width: 992px) {
    .search-container {
      display: none; } }
  @media (min-width: 768px) {
    .search-container {
      background-color: #f1f1f1;
      box-shadow: none; } }
  .search-container-button {
    background: none;
    border: 0 none;
    position: absolute;
    top: 11px;
    padding: 1px 10px; }
    @media (min-width: 768px) {
      .search-container-button {
        top: 15px;
        padding: 1px 6px; } }
    .search-container-button span {
      font-size: 25px; }
      @media (min-width: 768px) {
        .search-container-button span {
          font-size: 40px; } }
  .search-container .aa-suggestions-viewall .btn {
    padding: 10px 20px; }
  .search-container-relative {
    position: relative;
    padding: 5px 0; }
    @media (min-width: 768px) {
      .search-container-relative {
        padding: 15px 0; } }
  .search-container .algolia-autocomplete {
    display: block !important; }
  .search-container .autocomplete-container {
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
    background-color: #f1f1f1;
    padding: 5px 0 30px; }
    @media (min-width: 576px) {
      .search-container .autocomplete-container {
        padding: 15px 0 30px; } }
    @media (min-width: 992px) {
      .search-container .autocomplete-container {
        margin: 0 -50%; } }
  .search-container .header-search {
    width: 100%;
    border: none;
    box-shadow: none;
    font-size: 1rem;
    padding: 10px 0 10px 50px;
    background: #f8f8f8 !important;
    margin-top: 0; }
    @media (min-width: 768px) {
      .search-container .header-search {
        font-size: 1.5rem;
        padding: 5px 0 5px 60px;
        background: #f1f1f1 !important; } }
  .search-container .header-search:focus {
    outline: none; }
  .search-container .aa-dropdown-menu {
    width: 100%;
    background-color: #E1E1E1; }
  .search-container .aa-dataset-d1 {
    display: none;
    width: 27%;
    float: left;
    padding: 20px 15px; }
    @media (min-width: 768px) {
      .search-container .aa-dataset-d1 {
        display: block; } }
  .search-container .aa-dataset-d2 {
    width: 80%;
    float: left;
    padding: 20px 15px; }
    .search-container .aa-dataset-d2 p {
      font-size: 0.75rem; }
  .search-container .aa-suggestions-category {
    font-family: Montserrat, Arial, sans-serif;
    font-size: 1.25rem;
    padding: 0 0 10px;
    margin: 0 0 15px;
    border-bottom: 1px solid #CCC;
    display: none; }
    @media (min-width: 576px) {
      .search-container .aa-suggestions-category {
        display: block; } }
  .search-container .aa-suggestions-counter {
    font-size: 1rem; }
  .search-container .aa-suggestions-item {
    display: flex;
    align-items: center; }
  .search-container .aa-suggestions-viewall {
    display: none; }
    @media (min-width: 576px) {
      .search-container .aa-suggestions-viewall {
        display: block; } }
  .search-container .aa-suggestion {
    margin: 0 0 15px; }
    .search-container .aa-suggestion a {
      text-decoration: none; }
    .search-container .aa-suggestion::after {
      content: "";
      clear: both;
      display: table; }
    .search-container .aa-suggestion img {
      float: left;
      margin: 0 10px 0 0;
      height: 65px; }
    .search-container .aa-suggestion h4 {
      text-transform: none;
      margin-bottom: 2px;
      font-size: .8em; }
    .search-container .aa-suggestion h5 {
      text-transform: none;
      margin-bottom: 2px;
      font-size: .7em;
      color: #666; }
    .search-container .aa-suggestion h6 {
      text-transform: none;
      font-weight: normal;
      margin-bottom: 2px;
      font-size: .7em; }
    .search-container .aa-suggestion .excerpt {
      font-size: .75rem;
      line-height: 1.2;
      color: #666; }
  .search-container .aa-empty {
    color: #666;
    font-size: .8em;
    margin-bottom: 15px; }

.search-icon {
  display: block;
  height: 89px;
  width: 79px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  margin: -16px 0;
  color: #fff; }
  .search-icon.selected {
    color: #747474;
    background-color: #f1f1f1; }

.search--light {
  color: #fff;
  border-color: #fff; }

.search .material-icons {
  font-size: 40px; }

.search.active {
  color: #fff;
  background-color: #dd414b;
  border-color: #dd414b; }

.search-page {
  padding-top: 4rem; }
  .search-page .refinements {
    display: none; }
    @media (min-width: 768px) {
      .search-page .refinements {
        display: block; } }
  .search-page .ais-ClearRefinements {
    margin: 1em 0; }
  .search-page .ais-SearchBox {
    margin: 1em 0;
    position: relative; }
    .search-page .ais-SearchBox-input {
      padding: .75rem 2.5rem; }
    .search-page .ais-SearchBox-submit {
      width: 35px; }
  .search-page .ais-Pagination {
    margin-top: 1em; }
  .search-page .left-panel {
    float: left;
    width: 250px; }
  .search-page .ais-RefinementList-item {
    padding: .25rem 0; }
  .search-page .ais-RefinementList-labelText {
    font-size: .75rem;
    padding: .25rem 0; }
  .search-page .right-panel {
    margin-left: 260px; }
  .search-page .ais-InstantSearch {
    max-width: 960px;
    overflow: hidden;
    margin: 0 auto; }
  .search-page .ais-Hits-item {
    margin: .5em;
    width: 100%;
    padding: 0 0 15px;
    max-height: 120px;
    overflow: hidden;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #c4c8d8; }
    @media (min-width: 768px) {
      .search-page .ais-Hits-item {
        display: flex;
        align-items: center; } }
    @media (min-width: 992px) {
      .search-page .ais-Hits-item {
        min-height: 135px;
        /*width: calc(50% - 1rem);
            border: 1px solid #c4c8d8;*/ } }
  .search-page .ais-Hits-list {
    margin: .5em -.5em; }
  .search-page .ais-Hits-item img {
    background: #CCC;
    float: left;
    padding: 10px;
    width: 75px;
    height: 75px; }
    @media (min-width: 768px) {
      .search-page .ais-Hits-item img {
        width: 100px;
        height: 100px; } }
    @media (min-width: 992px) {
      .search-page .ais-Hits-item img {
        width: 120px;
        height: 120px; } }
  .search-page .ais-Hits-item img.article {
    padding: 0; }
  .search-page .ais-Hits-item img.color {
    background: none; }
  .search-page .ais-Hits-item div {
    padding: 0 0 10px 10px;
    margin-left: 75px; }
    .search-page .ais-Hits-item div a {
      text-decoration: none; }
    @media (min-width: 768px) {
      .search-page .ais-Hits-item div {
        margin-left: 10px;
        padding: 10px; } }
  .search-page .ais-Hits-item div h6 {
    font-weight: normal;
    text-transform: none;
    color: #2f2f2f;
    margin: 0 0 .5em; }
  .search-page .ais-Hits-item div span {
    display: block;
    font-size: .75rem;
    color: #747474;
    line-height: 1.2em; }
  .search-page .hit-name {
    margin-bottom: 0.5em; }
  .search-page .hit-description {
    color: #888;
    font-size: 14px;
    margin-bottom: 0.5em; }

.pull-quote {
  border: 1px solid #e5e5e5;
  border-right: 0 none;
  border-left: 0 none;
  margin: 3rem auto;
  padding: 1.5rem 0;
  margin-bottom: 2rem; }
  @media (min-width: 992px) {
    .pull-quote {
      text-align: center; } }
  .pull-quote--large {
    max-width: 930px;
    margin: 0 auto; }
    .pull-quote--large h3 {
      font-family: Montserrat, Arial, sans-serif;
      font-size: 25px;
      font-weight: bold;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.24;
      letter-spacing: normal;
      margin-bottom: 1rem;
      text-transform: none; }
      @media (min-width: 992px) {
        .pull-quote--large h3 {
          font-size: 25px; } }
  .pull-quote--small {
    max-width: 930px;
    margin: 0 auto; }
    .pull-quote--small h4 {
      line-height: 2;
      text-transform: none;
      line-height: 1.6;
      color: #2f2f2f; }
      @media (min-width: 992px) {
        .pull-quote--small h4 {
          font-size: 18px; } }

.article-header + .pull-quote {
  margin-top: 5rem; }

.pull-quote--page {
  line-height: 1.4; }
  @media (min-width: 992px) {
    .pull-quote--page {
      padding: 4rem 0; } }
  .pull-quote--page .large-quote {
    height: 16px;
    width: 20px;
    position: absolute; }
  .pull-quote--page .quote-title {
    color: #2f2f2f;
    font-size: 20px;
    font-weight: 900; }
  .pull-quote--page p {
    color: #2f2f2f; }
  .pull-quote--page .large-quote--left {
    background-image: url(/Content/images/openquote.png);
    top: 0;
    left: 20px; }
    @media (min-width: 992px) {
      .pull-quote--page .large-quote--left {
        left: -4px; } }
  .pull-quote--page .large-quote--right {
    background-image: url("/Content/images/closequote.png");
    margin-left: 10px; }
  .pull-quote--page .pull-quote--img {
    text-align: left;
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
    .pull-quote--page .pull-quote--img .pullquote-title {
      color: #2f2f2f;
      font-size: 22px;
      text-transform: uppercase;
      line-height: .9;
      margin-bottom: 10px;
      margin-top: 5px; }
    .pull-quote--page .pull-quote--img .pullquote-title--small {
      color: #a1a1a1;
      font-size: 14px;
      text-transform: uppercase;
      margin-top: 15px;
      line-height: 1; }
      @media (min-width: 992px) {
        .pull-quote--page .pull-quote--img .pullquote-title--small {
          max-width: 235px; } }
    .pull-quote--page .pull-quote--img .pullquote-subtitle {
      color: #767676;
      font-size: 14px;
      margin-top: -5px;
      line-height: 1; }
      @media (min-width: 992px) {
        .pull-quote--page .pull-quote--img .pullquote-subtitle {
          max-width: 235px; } }
    .pull-quote--page .pull-quote--img .quote-image-container {
      display: flex;
      align-items: flex-start; }
    .pull-quote--page .pull-quote--img .quote-cta {
      margin-left: 15px;
      padding: 10px;
      font-size: 14px;
      font-weight: 500;
      background-color: #189acb; }
      @media (min-width: 992px) {
        .pull-quote--page .pull-quote--img .quote-cta {
          max-width: 214px; } }
    @media (min-width: 992px) {
      .pull-quote--page .pull-quote--img .ml-0 {
        margin-left: 0 !important; } }
  .pull-quote--page img {
    float: none;
    max-width: 130px; }
  .pull-quote--page hr {
    border: 1px solid #e5e5e5;
    width: 92%; }
  .pull-quote--page .article--content {
    padding-top: 0; }
    .pull-quote--page .article--content .quote-title {
      line-height: 1.3; }
      @media (min-width: 992px) {
        .pull-quote--page .article--content .quote-title {
          line-height: 1.6; } }
  .pull-quote--page .quotted-content {
    padding-left: 3rem !important;
    padding-right: 3rem !important; }
  @media (min-width: 992px) {
    .pull-quote--page .quotted-content {
      padding-left: 1.5rem !important;
      padding-right: 1.5rem !important; } }
  @media (min-width: 992px) {
    .pull-quote--page .article--img-right .article--img {
      border-left: 1px solid #e5e5e5; }
    .pull-quote--page .article--image-left .article--content {
      margin-left: 30px; }
    .pull-quote--page .article--image-left .article--img {
      border-right: 1px solid #e5e5e5;
      padding-right: 45px; }
    .pull-quote--page .article--image-left .article--img .pull-quote--img {
      text-align: left;
      padding-left: 0;
      padding-right: 0; }
    .pull-quote--page .article--img {
      max-width: 375px;
      min-width: 375px;
      padding-left: 2rem; }
    .pull-quote--page .pull-quote--img {
      padding-left: 0;
      padding-right: 0; } }

.card-container {
  padding: 0 .25rem; }
  @media (min-width: 992px) {
    .card-container {
      padding: 0 15px; } }

.card {
  display: block;
  color: #2f2f2f;
  text-decoration: none;
  overflow: hidden;
  color: #ffffff; }
  @media (min-width: 992px) {
    .card {
      max-width: 250px; } }
  .card-image {
    display: block;
    width: 100%;
    background-color: #f7f8fa;
    transition: .3s ease all;
    border-radius: 4px;
    overflow: hidden; }
    .card-image--padding img {
      padding: 1rem; }
    .card-image img {
      display: block;
      width: 100%; }
  .card-body {
    background-color: #fff;
    padding: .75rem 0;
    white-space: normal; }
    @media (min-width: 992px) {
      .card-body {
        padding: 1rem 0; } }
    .card-body .card-title {
      font-family: Montserrat, Arial, sans-serif;
      font-size: 15px;
      font-weight: bold;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.73;
      margin-bottom: 5px; }
      .card-body .card-title .card-text {
        margin-top: .5rem; }
    .card-body .card-subtitle {
      color: #a0a0a0;
      font-size: 13px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: normal; }
    .card-body .card-text {
      line-height: 1.4;
      font-size: 11px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: -0.3px;
      color: #6d6d6d; }
    .card-body .card-link {
      color: #002450;
      font-size: .875rem;
      font-family: Montserrat, Arial, sans-serif;
      text-transform: uppercase;
      text-decoration: none;
      margin-bottom: 1.5rem;
      font-weight: 900;
      margin-top: .5rem; }

.grid-card {
  text-decoration: none; }

.product-cards {
  text-decoration: none;
  height: 100%;
  border-bottom: 1px solid #ededed; }
  .product-cards .mobile-container {
    position: relative;
    margin-bottom: 20px; }
    @media (min-width: 576px) {
      .product-cards .mobile-container {
        margin-bottom: 0; } }
    .product-cards .mobile-container .image-container {
      height: 220px;
      display: flex; }
    .product-cards .mobile-container img {
      width: 40%;
      max-height: 220px;
      margin: auto;
      flex-shrink: 0;
      align-self: center; }
      @media (min-width: 576px) {
        .product-cards .mobile-container img {
          width: inherit; } }
  .product-cards p {
    font-size: 0.875rem; }
  .product-cards h3 {
    height: 1.5rem;
    font-size: .875rem;
    font-weight: 700;
    text-transform: none; }
    @media (min-width: 576px) {
      .product-cards h3 {
        position: relative;
        top: 0;
        transform: none;
        width: auto;
        right: auto;
        padding: 0;
        margin: .75rem 0;
        overflow: hidden;
        height: 2rem; } }
  .product-cards .product-rating-info {
    margin-bottom: 5px; }
  .product-cards ul {
    font-size: .75rem;
    padding: 1rem 0 1rem 1rem;
    border-top: 1px solid #ededed; }
    @media (min-width: 576px) {
      .product-cards ul {
        min-height: 160px; } }
  .product-cards li {
    margin-bottom: .5rem;
    text-align: left;
    line-height: 1.4; }
    .product-cards li:last-child {
      margin: 0; }
    .product-cards li:before {
      content: '•';
      font-size: 2rem;
      position: absolute;
      left: 5px;
      margin-top: -15px; }
  .product-cards .sold-at {
    font-family: Montserrat, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 800;
    font-size: .70rem; }
    .product-cards .sold-at img {
      vertical-align: middle;
      margin: 0 3px;
      height: 30px; }

.card-section {
  background-color: #fff;
  padding-top: 1rem; }
  @media (min-width: 992px) {
    .card-section {
      box-shadow: none;
      background: none; } }
  .card-section--background {
    background-color: #f6f6f6; }
    @media (min-width: 992px) {
      .card-section--background {
        background-color: #f6f6f6; } }
  .card-section--wrapper {
    padding: 1rem 10px; }
    @media (min-width: 992px) {
      .card-section--wrapper {
        padding: 4rem 0px; } }
  .card-section--content {
    position: relative; }
    .card-section--content a {
      display: block;
      color: #002450;
      font-size: 0.875rem;
      font-family: Montserrat, Arial, sans-serif;
      text-transform: uppercase;
      text-decoration: none;
      margin-bottom: 1.5rem;
      font-weight: 900;
      margin-top: 0.5rem; }
    .card-section--content a:hover {
      text-decoration: none; }
    .card-section--content h3 {
      font-size: 1.5rem;
      font-weight: 700;
      line-height: 1; }
    .card-section--content h4 {
      margin-top: 10px;
      font-weight: 500;
      color: #a0a0a0;
      line-height: 1.3; }
    .card-section--content p {
      max-width: none;
      margin: 0.5rem 0;
      line-height: 1.4; }
    .card-section--content .card-link {
      color: #002450 !important; }
    @media (min-width: 992px) {
      .card-section--content h3 {
        font-size: 3rem; }
      .card-section--content h4 {
        font-size: 1rem; } }
  @media (min-width: 992px) and (min-width: 992px) {
    .card-section--content h4 {
      font-size: 1.25rem; } }
  .card-section--grid {
    padding-top: 0; }
    @media (min-width: 992px) {
      .card-section--grid {
        position: relative;
        margin: 0 auto;
        background-color: #f6f6f6;
        padding-top: 4rem; } }
    @media (min-width: 992px) {
      .card-section--grid .card-section {
        position: relative;
        padding-top: 2rem;
        padding-right: 1rem; }
        .card-section--grid .card-section:before {
          content: "";
          height: 100%;
          width: 95%;
          position: absolute;
          left: 5%;
          top: 0;
          background-color: #fff;
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.2); }
        .card-section--grid .card-section-content-right {
          flex-flow: row-reverse; }
          .card-section--grid .card-section-content-right:before {
            left: -1rem; } }
    .card-section--grid .card-section--content {
      text-align: left;
      box-shadow: 0 0 30px rgba(0, 0, 0, 0.1); }
      .card-section--grid .card-section--content .card-section--vertical-center {
        text-align: left;
        text-decoration: none;
        padding: 0.5rem; }
      .card-section--grid .card-section--content .btn-primary {
        color: #002450;
        background-color: #fff;
        border: 2px solid #002450; }
        .card-section--grid .card-section--content .btn-primary:hover {
          color: #fff;
          background-color: #002450;
          border: 2px solid #fff; }
      @media (min-width: 992px) {
        .card-section--grid .card-section--content {
          font-size: 1.25rem;
          height: calc(100% - 30px);
          padding: 2rem;
          text-align: left;
          background-color: #002450; }
          .card-section--grid .card-section--content h2,
          .card-section--grid .card-section--content h3 {
            color: #fff;
            font-size: 40px;
            font-weight: 900;
            font-style: normal;
            font-stretch: normal;
            line-height: inherit;
            letter-spacing: normal;
            text-align: left; }
          .card-section--grid .card-section--content p {
            color: #fff;
            font-size: 15px;
            line-height: 1.73; }
          .card-section--grid .card-section--content .card-section--vertical-center {
            width: calc(100% - 4rem);
            text-align: left; }
            .card-section--grid .card-section--content .card-section--vertical-center .card-link {
              color: #002450 !important; } }
    .card-section--grid .card-section .row {
      margin-left: 0;
      margin-right: 0; }
    .card-section--grid .card-container {
      margin-bottom: 0.5rem; }
      .card-section--grid .card-container .card {
        display: initial; }
        .card-section--grid .card-container .card .card-image {
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4); }
        .card-section--grid .card-container .card .card-body {
          background: none; }
        .card-section--grid .card-container .card .card-subtitle {
          font-size: 13px;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          line-height: normal;
          color: #a0a0a0; }
        .card-section--grid .card-container .card .card-text {
          display: none; }
        .card-section--grid .card-container .card .card-link {
          display: none; }
      @media (min-width: 992px) {
        .card-section--grid .card-container {
          margin-bottom: 30px; } }
  .card-section--full-width {
    padding: 0;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw; }
    .card-section--full-width .card-image--full-width {
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      height: 300px;
      border-radius: 0; }
      @media (min-width: 992px) {
        .card-section--full-width .card-image--full-width {
          height: 500px; } }
    @media (min-width: 768px) {
      .card-section--full-width.align-left .card {
        flex-direction: row; } }
    .card-section--full-width .card {
      background-color: #f6f6f6;
      align-items: unset; }
      @media (min-width: 768px) {
        .card-section--full-width .card .card {
          max-width: none;
          display: flex;
          flex-wrap: nowrap;
          flex-direction: row-reverse;
          align-items: center; } }
      .card-section--full-width .card .card-body {
        background: none;
        padding-top: 0;
        padding: 1.5rem 2rem; }
        @media (min-width: 768px) {
          .card-section--full-width .card .card-body {
            padding: 1.5rem;
            max-width: 500px;
            width: 50%; } }
        @media (min-width: 992px) {
          .card-section--full-width .card .card-body {
            max-width: 750px; } }
        .card-section--full-width .card .card-body .card-content {
          width: auto; }
          @media (min-width: 1400px) {
            .card-section--full-width .card .card-body .card-content {
              width: 75%;
              margin: auto; } }
          .card-section--full-width .card .card-body .card-content .card-title {
            text-transform: uppercase;
            text-align: left;
            font-size: 40px;
            font-weight: 900;
            font-style: normal;
            font-stretch: normal;
            line-height: inherit;
            letter-spacing: normal;
            padding-top: 1rem; }
            @media (min-width: 768px) {
              .card-section--full-width .card .card-body .card-content .card-title {
                padding: 0; } }
          .card-section--full-width .card .card-body .card-content .card-subtitle {
            font-size: 15px;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            line-height: 1.73;
            letter-spacing: normal;
            margin-bottom: 5px;
            color: #a0a0a0; }
            @media (min-width: 992px) {
              .card-section--full-width .card .card-body .card-content .card-subtitle {
                margin-bottom: 0;
                font-size: 1.25rem; } }
          .card-section--full-width .card .card-body .card-content .card-title {
            color: #2f2f2f; }
          .card-section--full-width .card .card-body .card-content .card-text {
            color: #a0a0a0;
            font-size: 15px;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            line-height: 1.73;
            letter-spacing: normal; }
          .card-section--full-width .card .card-body .card-content .card-link {
            text-align: left;
            margin: 1rem 0 0;
            display: block;
            color: #63d5f6;
            font-size: 15px;
            font-weight: 900;
            font-style: normal;
            font-stretch: normal;
            line-height: normal;
            letter-spacing: normal; }
      .card-section--full-width .card.dark {
        background-color: #002450; }
        .card-section--full-width .card.dark .btn-primary {
          color: #002450;
          background-color: #fff;
          border: 2px solid #002450; }
          .card-section--full-width .card.dark .btn-primary:hover {
            color: #fff;
            background-color: #002450;
            border: 2px solid #fff; }
        .card-section--full-width .card.dark .card-body .card-content .card-subtitle {
          color: #a0a0a0; }
        .card-section--full-width .card.dark .card-body .card-content .card-title {
          color: #ffffff; }
        .card-section--full-width .card.dark .card-body .card-content .card-text {
          color: #ffffff; }
        .card-section--full-width .card.dark .card-body .card-content .card-link {
          color: #ffffff; }
    @media (min-width: 768px) {
      .card-section--full-width .card-body {
        width: 50%; }
      .card-section--full-width.align-left .card {
        flex-direction: row; }
      .card-section--full-width .card {
        max-width: none;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row-reverse;
        align-items: center; } }
    @media (min-width: 992px) {
      .card-section--full-width .card-image {
        width: 50%;
        max-height: 500px; }
      .card-section--full-width .card-text {
        margin: 0.5rem 0 1rem; } }
  .card-section--swipeable {
    padding: 1rem 0; }
    @media (min-width: 992px) {
      .card-section--swipeable {
        padding: 4rem 0; } }
    .card-section--swipeable .card-section--content {
      margin-bottom: 2rem;
      color: #2f2f2f; }
      .card-section--swipeable .card-section--content h2,
      .card-section--swipeable .card-section--content h3,
      .card-section--swipeable .card-section--content h4,
      .card-section--swipeable .card-section--content p {
        text-align: center; }
      .card-section--swipeable .card-section--content h3 {
        color: #2f2f2f; }
      .card-section--swipeable .card-section--content h4 {
        color: #2f2f2f; }
      .card-section--swipeable .card-section--content p {
        color: #2f2f2f; }
    .card-section--swipeable .large-cards .card {
      width: 250px; }
    .card-section--swipeable .small-cards .card {
      width: 200px; }
    .card-section--swipeable .card {
      margin-bottom: 0.5rem;
      max-width: 250px; }
      @media (min-width: 992px) {
        .card-section--swipeable .card {
          margin-bottom: 0; } }
      .card-section--swipeable .card .content-body {
        color: white; }
      .card-section--swipeable .card .card-title {
        line-height: 16px; }
      .card-section--swipeable .card .card-text {
        font-size: 0.875rem;
        color: white; }
      .card-section--swipeable .card .card-subtitle {
        display: none; }
      .card-section--swipeable .card .card-link {
        display: none; }
    @media (max-width: 991.98px) {
      .card-section--swipeable .mobile-stack .mobile-stack--slider {
        display: grid;
        grid-template-columns: repeat(2, 1fr); }
        .card-section--swipeable .mobile-stack .mobile-stack--slider .card-container .card {
          width: auto !important; } }
    .card-section--swipeable .card {
      overflow: initial;
      margin-top: 10px; }
      .card-section--swipeable .card:hover .card-image {
        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4); }
    .card-section--swipeable .card-body {
      background: none; }
    .card-section--swipeable .card-title,
    .card-section--swipeable .card-text,
    .card-section--swipeable .card-cta {
      color: #fff; }
  .card-section--one-card {
    background-color: #f4f4f4; }
    .card-section--one-card .card {
      background-color: #fff;
      align-items: unset; }
      .card-section--one-card .card .card-body {
        background: none;
        padding: 1.5rem 2rem; }
        @media (min-width: 768px) {
          .card-section--one-card .card .card-body {
            max-width: 500px; } }
        @media (min-width: 992px) {
          .card-section--one-card .card .card-body {
            max-width: 750px; } }
        .card-section--one-card .card .card-body .card-title {
          text-transform: uppercase;
          text-align: left;
          font-size: 1.5rem;
          color: #2f2f2f;
          line-height: 1; }
          @media (min-width: 992px) {
            .card-section--one-card .card .card-body .card-title {
              font-size: 3rem; } }
        .card-section--one-card .card .card-body .card-subtitle {
          font-size: 1rem;
          font-weight: 500;
          line-height: 1.2;
          margin-bottom: 5px;
          color: #a0a0a0; }
          @media (min-width: 992px) {
            .card-section--one-card .card .card-body .card-subtitle {
              margin-bottom: 0;
              font-size: 1.25rem; } }
        .card-section--one-card .card .card-body .card-content {
          width: auto; }
          @media (min-width: 1400px) {
            .card-section--one-card .card .card-body .card-content {
              width: 75%;
              margin: auto; } }
      .card-section--one-card .card .card-link {
        text-align: left;
        margin: 1rem 0 0;
        display: block; }
    @media (min-width: 768px) {
      .card-section--one-card .card-body {
        width: 50%; }
      .card-section--one-card.align-left .card {
        flex-direction: row; }
      .card-section--one-card .card {
        max-width: none;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row-reverse;
        align-items: center; } }
    @media (min-width: 992px) {
      .card-section--one-card {
        background-color: #f6f6f6; }
        .card-section--one-card .card-image {
          width: 50%;
          max-height: 500px; }
        .card-section--one-card .card-title {
          font-size: 3rem; }
        .card-section--one-card .card-subtitle {
          font-size: 1.25rem; } }
  .card-section--one-card.black-background {
    background-color: #2f2f2f; }
  .card-section--swipeable.article-white {
    background-color: #fff; }
    .card-section--swipeable.article-white .card-section {
      background-color: #fff; }
      .card-section--swipeable.article-white .card-section--content h3 {
        color: #2f2f2f !important; }
      .card-section--swipeable.article-white .card-section--content h4 {
        color: #747474; }
      .card-section--swipeable.article-white .card-section--content p {
        color: #2f2f2f; }
    .card-section--swipeable.article-white .card-container .card-body .card-title {
      color: #2f2f2f; }
    .card-section--swipeable.article-white .card-container .card-body .card-text {
      color: #2f2f2f; }

.card-section--full-width + .card-section--full-width {
  margin-top: 5px; }

.card-section--full-width + .card-section--swipeable {
  margin-top: 5px; }

.related-articles .card-container {
  display: flex; }

.related-articles .card .card-body {
  padding: 0.6rem; }
  .related-articles .card .card-body .card-title {
    color: #2f2f2f; }
  .related-articles .card .card-body .card-subtitle {
    display: none; }
  .related-articles .card .card-body .card-text {
    color: #2f2f2f;
    font-size: 12px; }
  .related-articles .card .card-body .card-link {
    display: none; }

.sort-by-retailer {
  margin-top: 30px;
  font-family: Montserrat, Arial, sans-serif;
  padding: 2rem 0; }
  .sort-by-retailer:after {
    content: "";
    display: table;
    clear: both; }
  .sort-by-retailer .sort-by-retailer-title {
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 700; }
    .sort-by-retailer .sort-by-retailer-title .material-icons {
      font-size: 1.8rem; }

.swatches-loading {
  opacity: 0.5; }

.sort-by-retailer-list {
  margin-top: 2rem;
  position: static;
  display: block;
  justify-content: space-between; }
  .sort-by-retailer-list li {
    padding: 10px 0; }
  .sort-by-retailer-list label {
    text-transform: uppercase;
    font-weight: 700; }
  .sort-by-retailer-list .form-checkbox {
    -webkit-appearance: none;
    background-color: #fafafa;
    border: 2px solid #cacece;
    position: relative;
    height: 1.5rem;
    width: 1.5rem;
    padding: 0;
    vertical-align: middle; }
  .sort-by-retailer-list img {
    max-height: 40px;
    vertical-align: bottom; }
  .sort-by-retailer-list .form-checkbox:active, .sort-by-retailer-list .form-checkbox:checked:active {
    background-color: #e5e5e5; }
  .sort-by-retailer-list .form-checkbox:checked {
    background-color: #2f2f2f;
    border: 2px solid #2f2f2f;
    color: #fff; }
  .sort-by-retailer-list .form-checkbox:checked:after {
    content: '✓';
    font-size: 1rem;
    position: absolute;
    left: 15%;
    color: #fff; }
  @media (min-width: 992px) {
    .sort-by-retailer-list {
      display: flex;
      flex-wrap: wrap; } }

div#loading {
  text-align: center; }

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */ }

.hero-container {
  color: #fff;
  text-align: center;
  height: 50vh;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.4); }
  .hero-container .container-fluid {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .hero-container h1 {
    color: #fff;
    font-size: 2rem;
    line-height: .9;
    font-family: Montserrat, Arial, sans-serif;
    text-transform: uppercase;
    width: 90%;
    margin: 0 auto; }
    @media (min-width: 992px) {
      .hero-container h1 {
        width: 50%;
        font-size: 4rem; } }
  .hero-container p {
    color: #fff;
    font-size: 1.5rem;
    margin: 0;
    max-width: none; }

.hero-home--container h1 {
  visibility: hidden; }

.hero-home--container h2 {
  visibility: hidden; }

.slider {
  /*position: relative;*/
  width: 100%; }
  .slider .owl-stage {
    display: flex; }
    .slider .owl-stage img {
      width: 100%; }
  .slider hr {
    display: block;
    width: 50px;
    border: none;
    border-bottom: 2px solid #fff;
    margin: 15px 0;
    text-align: left; }
  .slider .owl-dots {
    position: absolute;
    top: calc(60vh - 50px); }
    @media (min-width: 1100px) {
      .slider .owl-dots {
        top: auto;
        right: 30px;
        width: auto; } }
  .slider .owl-nav {
    display: none; }

.order-item {
  position: relative;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  margin: 30px 0; }
  .order-item:after {
    content: "";
    display: table;
    clear: both; }
  .order-item-swatch {
    width: 100%;
    margin: auto;
    padding: .5rem;
    display: inline-block; }
  .order-item-content {
    width: 100%;
    padding: 0;
    background: #f7f8fa;
    display: inline-block;
    margin: auto; }
  .order-item-remove {
    font-size: 14px;
    background: none;
    border: 0 none;
    position: absolute;
    top: .5rem;
    right: .5rem;
    cursor: pointer;
    color: red;
    font-weight: 700; }
  .order-item label {
    display: inline-block;
    font-weight: 900;
    width: 50%;
    text-align: center;
    padding: 0 .5rem 0 .25rem;
    font-size: .875rem;
    margin-top: 1rem; }
    .order-item label:first-child {
      padding: 0 .25rem 0 0.5rem; }
    .order-item label span {
      display: block;
      font-size: 1rem;
      color: #2f2f2f;
      margin-top: .25rem; }
    .order-item label select {
      background: #2e2e2e;
      color: #fff;
      text-align: center;
      margin-right: 0.5rem; }

@media (min-width: 992px) {
  .color-detail {
    margin-top: 3rem;
    margin-bottom: 3rem; } }

.color-detail h1 {
  width: calc(100% - 40px);
  text-align: left;
  text-transform: none;
  margin-top: 1.5rem;
  font-size: 32px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal; }
  @media (min-width: 992px) {
    .color-detail h1 {
      margin-top: 0; } }
  .color-detail h1 + p {
    color: #747474;
    font-size: 1.25rem;
    font-weight: 500;
    text-align: left;
    margin-bottom: .5rem;
    /*@include media-breakpoint-up(lg) {
                margin-bottom: 0;
            }*/ }

.color-detail .favorite-icon {
  position: absolute;
  top: 0;
  right: 0; }
  .color-detail .favorite-icon .material-icons {
    top: 9px;
    left: 7px; }

.color-detail .content-left .slick-slide {
  padding: .5rem 0;
  margin-right: .5rem;
  padding-top: 0; }
  .color-detail .content-left .slick-slide img {
    border: 1px solid #e5e5e5; }

.color-detail .cta-container {
  padding: 1rem 0; }
  .color-detail .cta-container:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 992px) {
    .color-detail .cta-container {
      margin-top: 1rem;
      border: 1px solid #e5e5e5;
      border-left: 0 none;
      border-right: 0 none; } }
  .color-detail .cta-container a {
    text-align: center; }
    .color-detail .cta-container a:nth-child(1), .color-detail .cta-container a:nth-child(2) {
      width: calc(50% - .25rem);
      float: left;
      padding-left: 0;
      padding-right: 0; }
    .color-detail .cta-container a:nth-child(1) {
      margin-right: .25rem; }
    .color-detail .cta-container a:nth-child(2) {
      margin-left: .25rem; }
    @media (min-width: 992px) {
      .color-detail .cta-container a:nth-child(1), .color-detail .cta-container a:nth-child(2) {
        width: calc(37.5% - .25rem);
        float: left;
        padding-left: 0;
        padding-right: 0; } }

.color-detail-content p {
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.54;
  letter-spacing: normal; }

.is-onecoat {
  color: #292929;
  border-radius: 5px;
  padding: .75rem; }
  .is-onecoat p {
    font-size: .75rem;
    padding: .5rem; }
  .is-onecoat img {
    width: 15px;
    float: left;
    margin-right: 1rem; }

@media (min-width: 992px) {
  .content-left, .content-right {
    padding: 0 1rem; } }

@media (min-width: 992px) {
  .content-left {
    float: left;
    width: 50%; } }

.content-left img:hover {
  cursor: pointer; }

.content-right {
  position: relative; }
  @media (min-width: 992px) {
    .content-right {
      float: right;
      width: 50%; } }
  .content-right .paint-tester {
    border-top: 1px solid #e5e5e5;
    padding-top: 15px; }
    .content-right .paint-tester .btn {
      margin-bottom: 15px;
      padding: 10px 20px; }
      .content-right .paint-tester .btn .button-arrow {
        font-size: .875rem;
        margin-left: 10px;
        margin-bottom: 3px;
        font-weight: 700;
        vertical-align: middle; }

.coordinating-colors .display-h5 {
  margin-bottom: 1rem;
  padding-left: .5rem;
  font-weight: 900; }

.coordinating-colors .current-color:after {
  display: block;
  content: 'done';
  color: #fff;
  font-size: 2rem;
  font-family: "Material Icons";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.coordinating-colors .current-color:hover {
  transform: scale(1); }

.coordinating-colors .swatch-name, .coordinating-colors .swatch-number {
  display: none; }

.coordinating-colors .favorite {
  font-size: 14px; }
  .coordinating-colors .favorite:before {
    width: 24px;
    height: 24px; }

.shades:after, .accent:after, .trim:after {
  content: "";
  display: table;
  clear: both; }

@media (min-width: 992px) {
  .shades, .accent, .trim {
    width: auto;
    display: flex; } }

.shades li, .accent li, .trim li {
  width: 33.3333%;
  max-width: 120px;
  float: left;
  padding: 0 .25rem; }
  @media (min-width: 992px) {
    .shades li, .accent li, .trim li {
      width: 100%;
      max-width: 64px;
      float: none; } }

.coord-container {
  margin-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e5e5e5; }
  .coord-container:first-child {
    padding-bottom: 1rem; }
  .coord-container:last-child {
    border-bottom: 0 none; }
  @media (min-width: 992px) {
    .coord-container {
      width: 50%;
      float: left; }
      .coord-container:last-child {
        padding-left: 1rem; }
      .coord-container:nth-child(2) {
        border-bottom: 0 none;
        border-right: 1px solid #e5e5e5;
        padding-right: 1rem; }
      .coord-container:first-child {
        width: 100%; } }

.carousel {
  margin-bottom: .5rem;
  /*@include media-breakpoint-up(lg) {
        margin-top: 0;
    }*/ }
  .carousel-thumbs {
    /*
        li:last-child img {
            padding-right: 0;
            padding-left:.25rem;
        }*/ }

.cta-dcp {
  padding: 3rem 1rem;
  text-align: center;
  background-size: cover; }
  @media (min-width: 992px) {
    .cta-dcp {
      padding: 6rem 0; } }
  .cta-dcp h3, .cta-dcp p {
    color: #fff;
    max-width: 300px;
    margin: 0 auto .5rem;
    text-align: center; }
    @media (min-width: 992px) {
      .cta-dcp h3, .cta-dcp p {
        max-width: 550px; } }
  .cta-dcp h3 {
    font-size: 2rem;
    font-weight: 900; }
    @media (min-width: 992px) {
      .cta-dcp h3 {
        font-size: 3rem; } }

.color-detail-products {
  padding: 10px 0; }
  .color-detail-products h4 {
    padding: 15px 5px; }

.product-list-item {
  position: relative;
  transition: .3s ease-out;
  padding: 15px 5px;
  max-width: 400px; }
  @media (min-width: 992px) {
    .product-list-item:hover {
      box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3); } }
  .product-list-item .product-list-item-image {
    max-width: 120px;
    padding: 0 5px; }
  .product-list-item .product-list-item-description {
    padding: 2px 0 2px 5px;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
    .product-list-item .product-list-item-description p + a {
      margin: 2px;
      padding: 10px 20px; }

.text-light {
  color: #fff; }

.color-carousel-item {
  position: relative; }
  .color-carousel-item .color-image {
    font-size: 42px;
    position: absolute;
    top: 87%;
    left: 87%;
    cursor: pointer; }

.fullscreen-color {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 20;
  background: #000;
  bottom: 0px;
  display: none; }
  .fullscreen-color h2 {
    margin-top: 200px;
    margin-left: 7%; }
  .fullscreen-color .close-modal {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 7%;
    top: 160px;
    cursor: pointer; }
    .fullscreen-color .close-modal .material-icons {
      font-size: 2rem; }

.recent-colors {
  white-space: normal !important; }

.article-header {
  position: relative;
  z-index: 1; }
  @media (min-width: 992px) {
    .article-header {
      min-height: 440px; } }
  .article-header + * {
    padding-top: 5rem !important; }
  .article-header--background-container {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    z-index: -1; }
  .article-header--background {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    filter: blur(3px);
    position: absolute;
    top: -5%;
    left: -5%;
    width: 110%;
    height: 110%; }
    .article-header--background:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background-color: rgba(0, 0, 0, 0.5); }
  .article-header--content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 450px;
    position: relative;
    z-index: 2;
    padding-top: 1.5rem; }
    @media (min-width: 992px) {
      .article-header--content {
        flex-wrap: nowrap;
        max-width: 1000px;
        padding-top: 0; } }
    @media (min-width: 992px) {
      .article-header--content div:first-child {
        padding-right: 1rem; } }
  .article-header--title {
    color: #ffb739;
    font-size: .875rem;
    margin-bottom: .5rem;
    font-weight: 700;
    text-align: left; }
  .article-header--subtitle {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.08;
    letter-spacing: normal;
    text-align: left;
    text-transform: none; }
    @media (min-width: 992px) {
      .article-header--subtitle {
        font-size: 3.25rem; } }
  .article-header--img-container {
    margin-top: 1rem;
    margin-bottom: -2rem; }
    @media (min-width: 992px) {
      .article-header--img-container {
        margin-top: 2rem;
        margin-left: auto;
        height: auto; } }
    .article-header--img-container img {
      max-width: 100%;
      box-shadow: 0 0 30px rgba(0, 0, 0, 0.3); }
      @media (min-width: 992px) {
        .article-header--img-container img {
          max-width: 450px;
          height: auto; } }
  .article-header--img-caption-active {
    margin-bottom: -3rem; }
  .article-header--img-caption {
    font-size: .6rem; }

.article-section + .article-section {
  padding-top: 2rem; }

.body-headline {
  font-weight: 900;
  text-align: center;
  margin: 10px 0;
  font-size: 1.5rem; }
  @media (min-width: 992px) {
    .body-headline {
      font-size: 2rem; } }

.article-bodycontent {
  margin-bottom: 5px;
  /*@include media-breakpoint-up(lg) {
        padding: 2rem 0;
    }*/ }
  .article-bodycontent h2 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    font-weight: 900;
    text-transform: none;
    line-height: 1.2;
    text-align: left; }
    @media (min-width: 992px) {
      .article-bodycontent h2 {
        font-size: 32px; } }
  .article-bodycontent h3 {
    text-transform: none; }
  .article-bodycontent p {
    color: #747474;
    margin-bottom: 20px; }
    .article-bodycontent p strong {
      font-weight: 600; }
  .article-bodycontent a {
    color: #2a7ab0;
    font-weight: 700;
    text-decoration: underline; }
  .article-bodycontent a:hover {
    text-decoration: none; }

.full-width-section {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow-x: hidden; }
  .full-width-section .article--content {
    padding-left: 1.5rem;
    padding-right: 1.5rem; }

.body-headline + .article-bodycontent {
  padding-top: 0; }
  .body-headline + .article-bodycontent p {
    text-align: center;
    color: #747474;
    max-width: none;
    margin-bottom: 20px; }

.article-section-titlebar h1 {
  font-weight: 900; }

.article-section-titlebar h1, .article-section-titlebar h2, .article-section-titlebar h3 {
  text-align: left;
  margin: 0; }
  @media (min-width: 992px) {
    .article-section-titlebar h1, .article-section-titlebar h2, .article-section-titlebar h3 {
      font-size: 2rem; } }

.article-section-titlebar p {
  color: #a0a0a0;
  text-align: center;
  margin-top: .5rem;
  max-width: none; }
  @media (min-width: 992px) {
    .article-section-titlebar p {
      margin-top: .5rem; } }

.article-section-titlebar + div, .article-section-titlebar + form {
  margin-top: 2rem; }
  @media (min-width: 992px) {
    .article-section-titlebar + div, .article-section-titlebar + form {
      margin-top: 4rem; } }

@media (min-width: 992px) {
  .article-dark {
    background-color: #002450;
    padding-top: 4rem; } }

.article-dark h1, .article-dark h2, .article-dark h3, .article-dark p {
  color: #fff; }

p + .article-light {
  margin-top: 15px; }

@media (min-width: 992px) {
  .article-light {
    background-color: #f4f4f4; } }

@media (min-width: 992px) {
  .article-white {
    background-color: #fff; } }

.article--section {
  padding: 2rem 0; }
  .article--section ul {
    margin-left: 1rem;
    list-style: disc; }
  .article--section li {
    margin: 0 0 10px 10px;
    line-height: 1.6rem; }
  @media (min-width: 992px) {
    .article--section {
      padding: 4rem 0; } }

.article-padding--less {
  padding: .5rem 0; }
  @media (min-width: 992px) {
    .article-padding--less {
      padding: 1rem 0; } }

p {
  color: #2f2f2f; }

.article--content {
  padding-top: 1rem;
  padding-left: .7rem;
  padding-right: .7rem; }
  @media (min-width: 992px) {
    .article--content {
      padding-top: 0;
      padding-left: 15px;
      padding-right: 15px; } }
  .article--content p {
    line-height: 1.6;
    margin-bottom: 1rem; }
    .article--content p:last-child {
      margin-bottom: 0; }
    .article--content p a {
      color: #002450;
      font-weight: 700; }
    .article--content p .btn-primary {
      color: #fff; }
    .article--content p .btn-primary:hover {
      color: #002450; }
    .article--content p a:hover {
      text-decoration: none; }
  .article--content h2 {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    text-transform: none;
    font-family: Arial, sans-serif; }
    @media (min-width: 992px) {
      .article--content h2 {
        font-size: 2.5rem; } }
  .article--content h3 {
    font-size: 1.5rem;
    line-height: 1;
    text-transform: none;
    margin: 0;
    font-family: Arial, sans-serif;
    font-weight: 700; }

.article--title, .article--content .article--title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1; }
  @media (min-width: 992px) {
    .article--title, .article--content .article--title {
      font-size: 2.5rem; } }
  .article--title-small, .article--content .article--title-small {
    font-size: 1rem;
    line-height: 1;
    text-transform: uppercase;
    margin: 0; }
    @media (min-width: 992px) {
      .article--title-small, .article--content .article--title-small {
        font-size: 1.25rem; } }

@media (min-width: 992px) {
  .article--image-left, .article--image-right {
    align-items: center; } }

.article--img {
  text-align: center;
  padding-left: 0;
  padding-right: 0; }
  @media (min-width: 992px) {
    .article--img {
      padding-left: 15px;
      padding-right: 15px; } }
  .article--img .slick-slider {
    margin-bottom: 3rem; }
    @media (min-width: 992px) {
      .article--img .slick-slider {
        margin: 1rem;
        margin-bottom: 0; } }
  @media (min-width: 992px) {
    .article--img-left {
      flex-direction: row-reverse;
      align-items: center; } }
  @media (min-width: 992px) {
    .article--img-right {
      flex-direction: row-reverse;
      align-items: center; }
      .article--img-right img {
        float: right; } }

.img--caption {
  font-size: .6rem;
  clear: right;
  text-align: left; }

.section-intro {
  color: #fff;
  font-weight: 300;
  width: 100%; }
  .section-intro .section-intro-title {
    color: #fff;
    font-weight: 900;
    font-size: 2rem;
    text-align: center; }
  .section-intro .section-intro-body {
    color: #fff;
    font-weight: 300;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 1rem;
    max-width: 500px; }
    .section-intro .section-intro-body i {
      font-style: italic; }
    .section-intro .section-intro-body br {
      line-height: 2rem; }

.section-contact {
  text-align: center;
  padding-top: 1rem; }
  .section-contact .contact-info-lable {
    font-weight: 700;
    text-align: center;
    padding-bottom: .4rem; }
  .section-contact .contact-info-email {
    color: #002450;
    font-weight: 700;
    text-decoration: none; }
  .section-contact .contact-info-phone {
    color: #002450;
    font-weight: 700;
    text-decoration: none; }
    @media (min-width: 992px) {
      .section-contact .contact-info-phone {
        color: #fff; } }
  .section-contact .section-contact-info {
    text-align: center;
    padding: 1rem;
    margin: 0 1rem 0 1rem;
    border-top: 1px solid #747474;
    font-weight: 300;
    font-size: 0.875rem; }
    @media (min-width: 992px) {
      .section-contact .section-contact-info {
        display: inline-block;
        margin: 0;
        border-top: none;
        padding: 0 1rem 0 1rem; } }
  @media (min-width: 992px) {
    .section-contact .contact-info-border {
      border-left: 1px solid #747474; } }

.contact-opt-in {
  font-weight: 300;
  font-size: 0.7rem;
  padding-left: 3rem;
  margin-top: -2rem; }

.contact-form form {
  padding-bottom: 1.5rem;
  padding-top: 1rem; }
  .contact-form form label {
    display: inline-block;
    margin-bottom: 0.5rem;
    font-weight: 700;
    cursor: pointer; }
  .contact-form form input, .contact-form form select, .contact-form form textarea {
    font-size: .75rem;
    font-weight: 700;
    height: 3.5rem;
    padding: .75rem;
    border-radius: 0;
    border: 1px solid #bbb;
    -webkit-box-shadow: inset 0 0 10px -3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 0 10px -3px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 10px -3px rgba(0, 0, 0, 0.2); }
  .contact-form form textarea {
    font-size: 0.875rem;
    font-family: Montserrat, Arial, sans-serif;
    font-weight: 300; }
  .contact-form form .required {
    top: 5px;
    color: red; }
  .contact-form form .row {
    margin-bottom: 0; }
    @media (min-width: 992px) {
      .contact-form form .row {
        margin-bottom: 2rem; } }
  .contact-form form .row:last-child {
    margin-bottom: 0;
    margin-top: -1rem; }
  .contact-form form .opt-in-div {
    margin-top: 0; }
    @media (min-width: 992px) {
      .contact-form form .opt-in-div {
        margin-top: 2rem; } }
  .contact-form form .form-fieldset {
    margin-bottom: 2rem; }
    @media (min-width: 992px) {
      .contact-form form .form-fieldset {
        margin-bottom: 0; } }
  .contact-form form .opt-in-field {
    color: gray;
    font-family: Montserrat, Arial, sans-serif;
    line-height: 1.4;
    padding-left: 2rem;
    position: relative;
    text-transform: none; }
    .contact-form form .opt-in-field input {
      width: auto;
      position: absolute;
      top: 0;
      left: 0; }
  .contact-form form .error-text {
    position: absolute;
    font-size: 0.7rem;
    color: red;
    padding: 3px 0 0 0; }
  .contact-form form .form-footer {
    margin-top: 2rem; }
  .contact-form form .required-fields {
    padding-bottom: 15px;
    text-transform: capitalize;
    font-size: 0.875rem; }
  .contact-form form .form-checkbox {
    -webkit-appearance: none;
    background-color: #fafafa;
    border: 2px solid #cacece;
    position: relative;
    height: 1.5rem;
    width: 1.5rem;
    padding: 0; }
  .contact-form form .form-checkbox:active, .contact-form form .form-checkbox:checked:active {
    background-color: #e5e5e5; }
  .contact-form form .form-checkbox:checked {
    background-color: #2f2f2f;
    border: 2px solid #2f2f2f;
    color: #fff; }
  .contact-form form .form-checkbox:checked:after {
    content: '✓';
    font-size: 1rem;
    position: absolute;
    left: 15%;
    color: #fff; }

.form-info-heading {
  background-color: #2f2f2f;
  max-width: none; }

.email-subscribe-form .article-section {
  padding-top: 2rem; }

.email-subscribe-form .subscribe-opt-in {
  font-weight: 300;
  font-size: 0.7rem;
  padding-left: 3rem;
  margin-top: -1.75rem; }

.email-subscribe-form form {
  padding-bottom: 1.5rem; }
  .email-subscribe-form form label {
    display: inline-block;
    margin-bottom: 0.5rem;
    font-weight: 700;
    cursor: pointer; }
  .email-subscribe-form form input, .email-subscribe-form form select, .email-subscribe-form form textarea {
    font-size: .75rem;
    font-weight: 700;
    height: 3.5rem;
    padding: .75rem;
    border-radius: 0;
    border: 1px solid #bbb;
    -webkit-box-shadow: inset 0 0 10px -3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 0 10px -3px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 10px -3px rgba(0, 0, 0, 0.2); }
  .email-subscribe-form form textarea {
    font-size: 0.875rem;
    font-family: Montserrat, Arial, sans-serif;
    font-weight: 300; }
  .email-subscribe-form form .required {
    top: 5px;
    color: red; }
  .email-subscribe-form form .row {
    margin-bottom: 0; }
    @media (min-width: 992px) {
      .email-subscribe-form form .row {
        margin-bottom: 2rem; } }
  .email-subscribe-form form .opt-in-div {
    margin-top: 0; }
  .email-subscribe-form form .form-fieldset {
    margin-bottom: 2rem; }
    @media (min-width: 992px) {
      .email-subscribe-form form .form-fieldset {
        margin-bottom: 0; } }
  .email-subscribe-form form .opt-in-field {
    color: gray;
    font-family: Montserrat, Arial, sans-serif;
    line-height: 1.4;
    padding-left: 2rem;
    position: relative;
    text-transform: none; }
    .email-subscribe-form form .opt-in-field input {
      width: auto;
      position: absolute;
      top: 0;
      left: 0; }
  .email-subscribe-form form .error-text {
    position: absolute;
    font-size: 0.7rem;
    color: red;
    padding: 3px 0 0 0; }
  .email-subscribe-form form .required-fields {
    padding-bottom: 15px;
    text-transform: capitalize;
    font-size: 0.875rem; }
  .email-subscribe-form form .form-checkbox {
    -webkit-appearance: none;
    background-color: #fafafa;
    border: 2px solid #cacece;
    position: relative;
    height: 1.5rem;
    width: 1.5rem;
    padding: 0; }
  .email-subscribe-form form .form-checkbox:active, .email-subscribe-form form .form-checkbox:checked:active {
    background-color: #e5e5e5; }
  .email-subscribe-form form .form-checkbox:checked {
    background-color: #2f2f2f;
    border: 2px solid #2f2f2f;
    color: #fff; }
  .email-subscribe-form form .form-checkbox:checked:after {
    content: '✓';
    font-size: 1rem;
    position: absolute;
    left: 15%;
    color: #fff; }
  .email-subscribe-form form #EmailMatchErrMsg {
    padding-top: 5rem;
    pointer-events: none; }
  .email-subscribe-form form .form-footer {
    margin-top: 1rem; }

.email-subscribe-form .segment .form-checkbox {
  display: inline-block; }

.email-subscribe-form .segment .segment-field {
  padding: 1rem; }

.email-subscribe-form .segment .segment-option {
  border-radius: 0;
  border: 1px solid #bbb;
  -webkit-box-shadow: inset 0 0 10px -3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 10px -3px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 10px -3px rgba(0, 0, 0, 0.2);
  height: 3.5rem;
  margin-bottom: 0; }
  .email-subscribe-form .segment .segment-option input {
    margin: 1rem; }
  .email-subscribe-form .segment .segment-option span {
    margin-top: 1.25rem;
    position: absolute; }

.image-section {
  padding: 2rem 0;
  min-height: 50vh;
  position: relative; }
  .image-section:after {
    content: "";
    display: table;
    clear: both; }

.image-section--animated .image-section--content {
  width: 273px;
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%); }
  .image-section--animated .image-section--content h2, .image-section--animated .image-section--content h3 {
    color: #fff;
    font-size: 2rem; }
  .image-section--animated .image-section--content p {
    color: #fff;
    margin: .5rem 0; }

.popular-colors {
  background-color: #002450;
  padding-top: 2rem;
  padding-bottom: 0; }
  @media (min-width: 992px) {
    .popular-colors {
      padding-top: 3rem;
      padding-bottom: 2rem; } }
  .popular-colors h1, .popular-colors h2, .popular-colors h3 {
    color: #fff;
    font-size: 1.25rem;
    text-align: center;
    margin: 0; }
    @media (min-width: 992px) {
      .popular-colors h1, .popular-colors h2, .popular-colors h3 {
        font-size: 2rem; } }
  .popular-colors p {
    color: #fff;
    font-size: .875rem;
    text-align: center;
    max-width: none; }
    @media (min-width: 992px) {
      .popular-colors p {
        margin-top: .5rem; } }
  .popular-colors .swatch-image {
    display: block;
    border-radius: 3px;
    overflow: hidden; }
  .popular-colors .swatch-name, .popular-colors .swatch-number {
    color: #fff; }

.recently-viewed-section {
  margin: 0 auto;
  padding: 2rem 0; }
  @media (min-width: 992px) {
    .recently-viewed-section {
      padding: 4rem 0; } }
  .recently-viewed-section .mb-slider {
    padding: 1rem 0; }
  .recently-viewed-section h3 {
    font-size: .875rem;
    text-align: left;
    margin-bottom: 1rem; }
    @media (min-width: 992px) {
      .recently-viewed-section h3 {
        font-size: 2rem;
        text-align: center; } }
  .recently-viewed-section .swatch-link {
    max-width: 150px; }
  .recently-viewed-section .favorite:before {
    bottom: -4px;
    right: -6px; }

.how-to--step {
  max-width: 450px;
  margin: 0 auto 1rem;
  padding: 1rem 0; }
  @media (min-width: 992px) {
    .how-to--step {
      padding: 4rem 0px; } }
  @media (min-width: 992px) {
    .how-to--step {
      margin: 0;
      max-width: none; } }

.how-to--img {
  padding: 0; }
  @media (min-width: 992px) {
    .how-to--img {
      padding: 0 1rem; } }

footer {
  background-color: #fff; }
  footer .container-fluid {
    max-width: none; }
  footer .details {
    background-color: #002450;
    border-top: 10px solid #C7AA59;
    padding: 1rem 0 2rem 0; }
    @media (min-width: 992px) {
      footer .details {
        padding: 1rem 4rem 2rem 4rem; } }
    footer .details .display-h5 {
      color: #fff;
      font-weight: 900; }
    footer .details li {
      margin-bottom: .75rem; }
      footer .details li:last-child {
        margin-bottom: 0; }
    footer .details a {
      color: #fff;
      font-size: .875rem;
      line-height: 1.4;
      text-decoration: none;
      display: block; }
    footer .details h6 {
      color: #92A3CE;
      text-transform: none;
      padding-bottom: 0.5rem;
      padding-top: 1rem; }
    footer .details p {
      color: white;
      font-size: .875rem;
      line-height: 1.4; }
    footer .details a:hover {
      text-decoration: underline; }
    footer .details .row {
      -webkit-justify-content: space-between;
      justify-content: space-between; }
    footer .details .mail-phone {
      margin-top: 0.5rem; }
      @media (min-width: 992px) {
        footer .details .mail-phone {
          padding: 2rem; } }
  footer .links .links-wrapper {
    margin: 0 auto;
    text-align: center; }
  footer .links a {
    display: inline-block; }
  footer .links .footer-nav-trigger {
    display: inline-block; }
  footer .links .dropdown-title {
    font-size: .875rem;
    font-weight: 500;
    cursor: pointer; }
  footer .links .separator {
    margin: 0 5px; }
  footer .ppg-logo {
    color: #ebebeb;
    margin-top: 23px;
    text-align: center; }
    footer .ppg-logo img {
      width: 56px; }

.dropdown-container {
  padding-top: 0;
  padding-bottom: 1rem;
  border-top: 1px solid #858585;
  cursor: pointer; }
  @media (min-width: 992px) {
    .dropdown-container {
      border-top: 0 none;
      cursor: default; }
      .dropdown-container .material-icons {
        display: none; } }
  .dropdown-container .footer-nav-trigger {
    padding-top: 1rem;
    padding-bottom: 0; }
    @media (min-width: 992px) {
      .dropdown-container .footer-nav-trigger {
        padding-top: 0;
        padding-bottom: 0; } }
  .dropdown-container .footer-nav-list {
    display: none; }
    @media (min-width: 992px) {
      .dropdown-container .footer-nav-list {
        display: block;
        padding-bottom: 0; } }
  .dropdown-container.expand .footer-nav-list {
    display: block; }
  .dropdown-container .dropdown-title {
    display: inline-block;
    margin-top: .25rem;
    transition: all .2s ease-in-out;
    cursor: pointer; }
    .dropdown-container .dropdown-title:hover {
      color: #4B71AE; }
  .dropdown-container .material-icons {
    float: right; }

.footer-item {
  width: 100%;
  padding: 2rem 0;
  text-align: center;
  border-bottom: 1px solid #cacaca; }
  .footer-item p {
    margin-bottom: .5rem; }
  .footer-item .display-h5, .footer-item label {
    margin: 0; }
  .footer-item .display-h5 {
    font-weight: 900; }
  .footer-item .social-icons {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-top: 1.5rem;
    /*.facebook {
            color: $facebook;
        }

        .twitter {
            color: $twitter;
        }

        .pinterest {
            color: $pinterest;
        }*/ }
    .footer-item .social-icons li {
      display: inline;
      font-size: 20px;
      margin: 0 5px; }
      .footer-item .social-icons li a {
        color: #999;
        text-decoration: none; }
  .footer-item .label-email {
    display: block;
    width: calc(100% - 75px);
    float: left;
    margin: 0; }
    .footer-item .label-email input {
      width: 100%;
      height: 36px;
      margin: 0;
      -webkit-appearance: none;
      border-right: 0;
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }
    .footer-item .label-email .btn-submit-small {
      width: 75px;
      height: 36px; }
  @media (min-width: 992px) {
    .footer-item {
      border-bottom: 0 none; }
      .footer-item:nth-child(1) {
        order: 1; }
      .footer-item:nth-child(2) {
        order: 3; }
      .footer-item:nth-child(3) {
        order: 2; } }

.footer-legal {
  padding: 2rem 0;
  text-align: center; }
  .footer-legal img {
    display: inline-block;
    max-width: 60px;
    margin-bottom: 1rem; }
  .footer-legal p {
    font-size: .6875rem;
    max-width: none; }
  .footer-legal a {
    color: #999;
    text-decoration: none; }
  .footer-legal a:hover {
    text-decoration: underline; }
  @media (min-width: 992px) {
    .footer-legal {
      padding-top: 0; }
      .footer-legal .container-fluid {
        padding-top: 2rem;
        border-top: 1px solid #cacaca; }
      .footer-legal img {
        float: left;
        margin-right: 1rem; }
      .footer-legal p {
        text-align: left; } }

.widget-youtube {
  margin: 2rem 0; }
  .widget-youtube-video {
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
    overflow: hidden; }
  .widget-youtube-caption {
    font-size: .875rem;
    padding-top: 10px; }
    .widget-youtube-caption a {
      font-weight: bold;
      text-decoration: underline; }
    .widget-youtube-caption .caption-title {
      font-weight: 700; }
  .widget-youtube iframe, .widget-youtube object, .widget-youtube embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.color-palette {
  padding-bottom: 2rem;
  margin-top: 15px; }
  .color-palette .btn {
    margin-top: 1rem; }

.collection--section + .color-palette {
  padding-top: 2rem; }

.collection--img {
  margin: 0 auto;
  border-radius: 4px; }
  @media (min-width: 992px) {
    .collection--img .carousel-collection {
      display: flex; }
      .collection--img .carousel-collection .carousel-item {
        padding-right: .5rem; }
        .collection--img .carousel-collection .carousel-item:last-child {
          padding-right: 0; } }

.collection--content {
  margin-top: 2.5rem; }
  @media (min-width: 992px) {
    .collection--content {
      position: absolute;
      bottom: 2rem;
      left: 2rem;
      max-width: 225px;
      background-color: #fff;
      padding: 2rem 1rem;
      border-radius: 4px;
      margin-top: 0; }
      .collection--content .collection-right {
        right: 2rem; }
      .collection--content p {
        font-size: .75rem; }
      .collection--content .article--title {
        font-size: 1.5rem;
        margin-bottom: .5rem; }
      .collection--content.box-right {
        left: auto;
        right: 2rem; } }

@media (min-width: 992px) {
  .collection-right {
    left: inherit;
    right: 2.5rem; } }

.general-content {
  padding: 1rem 0; }
  @media (min-width: 992px) {
    .general-content {
      padding: 4rem 0px; } }
  .general-content p + p {
    margin-top: 1rem; }

@media (min-width: 992px) {
  .description-list {
    max-width: 250px;
    float: left; } }

dl {
  margin-right: 1rem; }
  dl dt {
    color: #747474;
    font-weight: 700;
    font-size: .875rem;
    margin-bottom: .25rem; }
  dl dd {
    font-size: .875rem;
    font-weight: 600;
    margin-bottom: 1rem; }
    dl dd:last-child {
      margin-bottom: 2rem; }
    @media (min-width: 992px) {
      dl dd:last-child {
        margin-bottom: 1rem; } }

.color-rect {
  display: block;
  float: left;
  height: 57px;
  width: 33.33333%;
  border: 1px solid #fff; }
  .color-rect-tip {
    display: none; }

@media (min-width: 768px) {
  .color-rect {
    width: 8.33333333%; } }

@media (min-width: 992px) {
  .color-rect {
    position: relative;
    height: 28px;
    width: 3.333333335%; }
    .color-rect-tip {
      position: absolute;
      background-color: #fff;
      padding: 15px;
      top: -115px;
      left: 26px;
      z-index: 2;
      min-width: 200px;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.6); }
      .color-rect-tip:before {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 40px 12.5px 0 12.5px;
        border-color: #fff transparent transparent transparent;
        position: absolute;
        bottom: -32px;
        left: -11px;
        -moz-transform: rotate(29deg);
        -ms-transform: rotate(29deg);
        -o-transform: rotate(29deg);
        -webkit-transform: rotate(29deg);
        transform: rotate(29deg); }
    .color-rect:nth-child(-n + 120) .color-rect-tip {
      top: auto;
      bottom: -115px;
      left: 25px; }
      .color-rect:nth-child(-n + 120) .color-rect-tip:before {
        bottom: auto;
        top: -32px;
        left: 1px;
        -moz-transform: translateX(-50%) rotate(152deg);
        -ms-transform: translateX(-50%) rotate(152deg);
        -o-transform: translateX(-50%) rotate(152deg);
        -webkit-transform: translateX(-50%) rotate(152deg);
        transform: translateX(-50%) rotate(152deg); }
    .color-rect:nth-child(30n + 11) .color-rect-tip {
      left: -82px; }
      .color-rect:nth-child(30n + 11) .color-rect-tip:before {
        bottom: -30px;
        left: 50%;
        -moz-transform: rotate(0) translateX(-50%);
        -ms-transform: rotate(0) translateX(-50%);
        -o-transform: rotate(0) translateX(-50%);
        -webkit-transform: rotate(0) translateX(-50%);
        transform: rotate(0) translateX(-50%); }
    .color-rect:nth-child(30n + 11):nth-child(-n + 120) .color-rect-tip:before {
      bottom: auto;
      -moz-transform: translateX(-50%) rotate(180deg);
      -ms-transform: translateX(-50%) rotate(180deg);
      -o-transform: translateX(-50%) rotate(180deg);
      -webkit-transform: translateX(-50%) rotate(180deg);
      transform: translateX(-50%) rotate(180deg);
      top: -27px;
      left: 50%; }
    .color-rect:nth-child(30n + 12) .color-rect-tip {
      left: -82px; }
      .color-rect:nth-child(30n + 12) .color-rect-tip:before {
        bottom: -30px;
        left: 50%;
        -moz-transform: rotate(0) translateX(-50%);
        -ms-transform: rotate(0) translateX(-50%);
        -o-transform: rotate(0) translateX(-50%);
        -webkit-transform: rotate(0) translateX(-50%);
        transform: rotate(0) translateX(-50%); }
    .color-rect:nth-child(30n + 12):nth-child(-n + 120) .color-rect-tip:before {
      bottom: auto;
      -moz-transform: translateX(-50%) rotate(180deg);
      -ms-transform: translateX(-50%) rotate(180deg);
      -o-transform: translateX(-50%) rotate(180deg);
      -webkit-transform: translateX(-50%) rotate(180deg);
      transform: translateX(-50%) rotate(180deg);
      top: -27px;
      left: 50%; }
    .color-rect:nth-child(30n + 13) .color-rect-tip {
      left: -82px; }
      .color-rect:nth-child(30n + 13) .color-rect-tip:before {
        bottom: -30px;
        left: 50%;
        -moz-transform: rotate(0) translateX(-50%);
        -ms-transform: rotate(0) translateX(-50%);
        -o-transform: rotate(0) translateX(-50%);
        -webkit-transform: rotate(0) translateX(-50%);
        transform: rotate(0) translateX(-50%); }
    .color-rect:nth-child(30n + 13):nth-child(-n + 120) .color-rect-tip:before {
      bottom: auto;
      -moz-transform: translateX(-50%) rotate(180deg);
      -ms-transform: translateX(-50%) rotate(180deg);
      -o-transform: translateX(-50%) rotate(180deg);
      -webkit-transform: translateX(-50%) rotate(180deg);
      transform: translateX(-50%) rotate(180deg);
      top: -27px;
      left: 50%; }
    .color-rect:nth-child(30n + 14) .color-rect-tip {
      left: -82px; }
      .color-rect:nth-child(30n + 14) .color-rect-tip:before {
        bottom: -30px;
        left: 50%;
        -moz-transform: rotate(0) translateX(-50%);
        -ms-transform: rotate(0) translateX(-50%);
        -o-transform: rotate(0) translateX(-50%);
        -webkit-transform: rotate(0) translateX(-50%);
        transform: rotate(0) translateX(-50%); }
    .color-rect:nth-child(30n + 14):nth-child(-n + 120) .color-rect-tip:before {
      bottom: auto;
      -moz-transform: translateX(-50%) rotate(180deg);
      -ms-transform: translateX(-50%) rotate(180deg);
      -o-transform: translateX(-50%) rotate(180deg);
      -webkit-transform: translateX(-50%) rotate(180deg);
      transform: translateX(-50%) rotate(180deg);
      top: -27px;
      left: 50%; }
    .color-rect:nth-child(30n + 15) .color-rect-tip {
      left: -82px; }
      .color-rect:nth-child(30n + 15) .color-rect-tip:before {
        bottom: -30px;
        left: 50%;
        -moz-transform: rotate(0) translateX(-50%);
        -ms-transform: rotate(0) translateX(-50%);
        -o-transform: rotate(0) translateX(-50%);
        -webkit-transform: rotate(0) translateX(-50%);
        transform: rotate(0) translateX(-50%); }
    .color-rect:nth-child(30n + 15):nth-child(-n + 120) .color-rect-tip:before {
      bottom: auto;
      -moz-transform: translateX(-50%) rotate(180deg);
      -ms-transform: translateX(-50%) rotate(180deg);
      -o-transform: translateX(-50%) rotate(180deg);
      -webkit-transform: translateX(-50%) rotate(180deg);
      transform: translateX(-50%) rotate(180deg);
      top: -27px;
      left: 50%; }
    .color-rect:nth-child(30n + 16) .color-rect-tip {
      left: -82px; }
      .color-rect:nth-child(30n + 16) .color-rect-tip:before {
        bottom: -30px;
        left: 50%;
        -moz-transform: rotate(0) translateX(-50%);
        -ms-transform: rotate(0) translateX(-50%);
        -o-transform: rotate(0) translateX(-50%);
        -webkit-transform: rotate(0) translateX(-50%);
        transform: rotate(0) translateX(-50%); }
    .color-rect:nth-child(30n + 16):nth-child(-n + 120) .color-rect-tip:before {
      bottom: auto;
      -moz-transform: translateX(-50%) rotate(180deg);
      -ms-transform: translateX(-50%) rotate(180deg);
      -o-transform: translateX(-50%) rotate(180deg);
      -webkit-transform: translateX(-50%) rotate(180deg);
      transform: translateX(-50%) rotate(180deg);
      top: -27px;
      left: 50%; }
    .color-rect:nth-child(30n + 17) .color-rect-tip {
      left: -82px; }
      .color-rect:nth-child(30n + 17) .color-rect-tip:before {
        bottom: -30px;
        left: 50%;
        -moz-transform: rotate(0) translateX(-50%);
        -ms-transform: rotate(0) translateX(-50%);
        -o-transform: rotate(0) translateX(-50%);
        -webkit-transform: rotate(0) translateX(-50%);
        transform: rotate(0) translateX(-50%); }
    .color-rect:nth-child(30n + 17):nth-child(-n + 120) .color-rect-tip:before {
      bottom: auto;
      -moz-transform: translateX(-50%) rotate(180deg);
      -ms-transform: translateX(-50%) rotate(180deg);
      -o-transform: translateX(-50%) rotate(180deg);
      -webkit-transform: translateX(-50%) rotate(180deg);
      transform: translateX(-50%) rotate(180deg);
      top: -27px;
      left: 50%; }
    .color-rect:nth-child(30n + 18) .color-rect-tip {
      left: -82px; }
      .color-rect:nth-child(30n + 18) .color-rect-tip:before {
        bottom: -30px;
        left: 50%;
        -moz-transform: rotate(0) translateX(-50%);
        -ms-transform: rotate(0) translateX(-50%);
        -o-transform: rotate(0) translateX(-50%);
        -webkit-transform: rotate(0) translateX(-50%);
        transform: rotate(0) translateX(-50%); }
    .color-rect:nth-child(30n + 18):nth-child(-n + 120) .color-rect-tip:before {
      bottom: auto;
      -moz-transform: translateX(-50%) rotate(180deg);
      -ms-transform: translateX(-50%) rotate(180deg);
      -o-transform: translateX(-50%) rotate(180deg);
      -webkit-transform: translateX(-50%) rotate(180deg);
      transform: translateX(-50%) rotate(180deg);
      top: -27px;
      left: 50%; }
    .color-rect:nth-child(30n + 19) .color-rect-tip {
      left: -82px; }
      .color-rect:nth-child(30n + 19) .color-rect-tip:before {
        bottom: -30px;
        left: 50%;
        -moz-transform: rotate(0) translateX(-50%);
        -ms-transform: rotate(0) translateX(-50%);
        -o-transform: rotate(0) translateX(-50%);
        -webkit-transform: rotate(0) translateX(-50%);
        transform: rotate(0) translateX(-50%); }
    .color-rect:nth-child(30n + 19):nth-child(-n + 120) .color-rect-tip:before {
      bottom: auto;
      -moz-transform: translateX(-50%) rotate(180deg);
      -ms-transform: translateX(-50%) rotate(180deg);
      -o-transform: translateX(-50%) rotate(180deg);
      -webkit-transform: translateX(-50%) rotate(180deg);
      transform: translateX(-50%) rotate(180deg);
      top: -27px;
      left: 50%; }
    .color-rect:nth-child(30n + 20) .color-rect-tip {
      left: -82px; }
      .color-rect:nth-child(30n + 20) .color-rect-tip:before {
        bottom: -30px;
        left: 50%;
        -moz-transform: rotate(0) translateX(-50%);
        -ms-transform: rotate(0) translateX(-50%);
        -o-transform: rotate(0) translateX(-50%);
        -webkit-transform: rotate(0) translateX(-50%);
        transform: rotate(0) translateX(-50%); }
    .color-rect:nth-child(30n + 20):nth-child(-n + 120) .color-rect-tip:before {
      bottom: auto;
      -moz-transform: translateX(-50%) rotate(180deg);
      -ms-transform: translateX(-50%) rotate(180deg);
      -o-transform: translateX(-50%) rotate(180deg);
      -webkit-transform: translateX(-50%) rotate(180deg);
      transform: translateX(-50%) rotate(180deg);
      top: -27px;
      left: 50%; }
    .color-rect:nth-child(30n + 21) .color-rect-tip {
      left: -190px; }
      .color-rect:nth-child(30n + 21) .color-rect-tip:before {
        left: auto;
        right: -11px;
        -moz-transform: rotate(-29deg);
        -ms-transform: rotate(-29deg);
        -o-transform: rotate(-29deg);
        -webkit-transform: rotate(-29deg);
        transform: rotate(-29deg); }
    .color-rect:nth-child(30n + 21):nth-child(-n + 120) .color-rect-tip:before {
      -moz-transform: rotate(208deg);
      -ms-transform: rotate(208deg);
      -o-transform: rotate(208deg);
      -webkit-transform: rotate(208deg);
      transform: rotate(208deg);
      right: -11px;
      left: auto;
      top: -30px; }
    .color-rect:nth-child(30n + 22) .color-rect-tip {
      left: -190px; }
      .color-rect:nth-child(30n + 22) .color-rect-tip:before {
        left: auto;
        right: -11px;
        -moz-transform: rotate(-29deg);
        -ms-transform: rotate(-29deg);
        -o-transform: rotate(-29deg);
        -webkit-transform: rotate(-29deg);
        transform: rotate(-29deg); }
    .color-rect:nth-child(30n + 22):nth-child(-n + 120) .color-rect-tip:before {
      -moz-transform: rotate(208deg);
      -ms-transform: rotate(208deg);
      -o-transform: rotate(208deg);
      -webkit-transform: rotate(208deg);
      transform: rotate(208deg);
      right: -11px;
      left: auto;
      top: -30px; }
    .color-rect:nth-child(30n + 23) .color-rect-tip {
      left: -190px; }
      .color-rect:nth-child(30n + 23) .color-rect-tip:before {
        left: auto;
        right: -11px;
        -moz-transform: rotate(-29deg);
        -ms-transform: rotate(-29deg);
        -o-transform: rotate(-29deg);
        -webkit-transform: rotate(-29deg);
        transform: rotate(-29deg); }
    .color-rect:nth-child(30n + 23):nth-child(-n + 120) .color-rect-tip:before {
      -moz-transform: rotate(208deg);
      -ms-transform: rotate(208deg);
      -o-transform: rotate(208deg);
      -webkit-transform: rotate(208deg);
      transform: rotate(208deg);
      right: -11px;
      left: auto;
      top: -30px; }
    .color-rect:nth-child(30n + 24) .color-rect-tip {
      left: -190px; }
      .color-rect:nth-child(30n + 24) .color-rect-tip:before {
        left: auto;
        right: -11px;
        -moz-transform: rotate(-29deg);
        -ms-transform: rotate(-29deg);
        -o-transform: rotate(-29deg);
        -webkit-transform: rotate(-29deg);
        transform: rotate(-29deg); }
    .color-rect:nth-child(30n + 24):nth-child(-n + 120) .color-rect-tip:before {
      -moz-transform: rotate(208deg);
      -ms-transform: rotate(208deg);
      -o-transform: rotate(208deg);
      -webkit-transform: rotate(208deg);
      transform: rotate(208deg);
      right: -11px;
      left: auto;
      top: -30px; }
    .color-rect:nth-child(30n + 25) .color-rect-tip {
      left: -190px; }
      .color-rect:nth-child(30n + 25) .color-rect-tip:before {
        left: auto;
        right: -11px;
        -moz-transform: rotate(-29deg);
        -ms-transform: rotate(-29deg);
        -o-transform: rotate(-29deg);
        -webkit-transform: rotate(-29deg);
        transform: rotate(-29deg); }
    .color-rect:nth-child(30n + 25):nth-child(-n + 120) .color-rect-tip:before {
      -moz-transform: rotate(208deg);
      -ms-transform: rotate(208deg);
      -o-transform: rotate(208deg);
      -webkit-transform: rotate(208deg);
      transform: rotate(208deg);
      right: -11px;
      left: auto;
      top: -30px; }
    .color-rect:nth-child(30n + 26) .color-rect-tip {
      left: -190px; }
      .color-rect:nth-child(30n + 26) .color-rect-tip:before {
        left: auto;
        right: -11px;
        -moz-transform: rotate(-29deg);
        -ms-transform: rotate(-29deg);
        -o-transform: rotate(-29deg);
        -webkit-transform: rotate(-29deg);
        transform: rotate(-29deg); }
    .color-rect:nth-child(30n + 26):nth-child(-n + 120) .color-rect-tip:before {
      -moz-transform: rotate(208deg);
      -ms-transform: rotate(208deg);
      -o-transform: rotate(208deg);
      -webkit-transform: rotate(208deg);
      transform: rotate(208deg);
      right: -11px;
      left: auto;
      top: -30px; }
    .color-rect:nth-child(30n + 27) .color-rect-tip {
      left: -190px; }
      .color-rect:nth-child(30n + 27) .color-rect-tip:before {
        left: auto;
        right: -11px;
        -moz-transform: rotate(-29deg);
        -ms-transform: rotate(-29deg);
        -o-transform: rotate(-29deg);
        -webkit-transform: rotate(-29deg);
        transform: rotate(-29deg); }
    .color-rect:nth-child(30n + 27):nth-child(-n + 120) .color-rect-tip:before {
      -moz-transform: rotate(208deg);
      -ms-transform: rotate(208deg);
      -o-transform: rotate(208deg);
      -webkit-transform: rotate(208deg);
      transform: rotate(208deg);
      right: -11px;
      left: auto;
      top: -30px; }
    .color-rect:nth-child(30n + 28) .color-rect-tip {
      left: -190px; }
      .color-rect:nth-child(30n + 28) .color-rect-tip:before {
        left: auto;
        right: -11px;
        -moz-transform: rotate(-29deg);
        -ms-transform: rotate(-29deg);
        -o-transform: rotate(-29deg);
        -webkit-transform: rotate(-29deg);
        transform: rotate(-29deg); }
    .color-rect:nth-child(30n + 28):nth-child(-n + 120) .color-rect-tip:before {
      -moz-transform: rotate(208deg);
      -ms-transform: rotate(208deg);
      -o-transform: rotate(208deg);
      -webkit-transform: rotate(208deg);
      transform: rotate(208deg);
      right: -11px;
      left: auto;
      top: -30px; }
    .color-rect:nth-child(30n + 29) .color-rect-tip {
      left: -190px; }
      .color-rect:nth-child(30n + 29) .color-rect-tip:before {
        left: auto;
        right: -11px;
        -moz-transform: rotate(-29deg);
        -ms-transform: rotate(-29deg);
        -o-transform: rotate(-29deg);
        -webkit-transform: rotate(-29deg);
        transform: rotate(-29deg); }
    .color-rect:nth-child(30n + 29):nth-child(-n + 120) .color-rect-tip:before {
      -moz-transform: rotate(208deg);
      -ms-transform: rotate(208deg);
      -o-transform: rotate(208deg);
      -webkit-transform: rotate(208deg);
      transform: rotate(208deg);
      right: -11px;
      left: auto;
      top: -30px; }
    .color-rect:nth-child(30n + 30) .color-rect-tip {
      left: -190px; }
      .color-rect:nth-child(30n + 30) .color-rect-tip:before {
        left: auto;
        right: -11px;
        -moz-transform: rotate(-29deg);
        -ms-transform: rotate(-29deg);
        -o-transform: rotate(-29deg);
        -webkit-transform: rotate(-29deg);
        transform: rotate(-29deg); }
    .color-rect:nth-child(30n + 30):nth-child(-n + 120) .color-rect-tip:before {
      -moz-transform: rotate(208deg);
      -ms-transform: rotate(208deg);
      -o-transform: rotate(208deg);
      -webkit-transform: rotate(208deg);
      transform: rotate(208deg);
      right: -11px;
      left: auto;
      top: -30px; }
    .color-rect-inner {
      height: 70px;
      width: 70px;
      display: inline-block; }
    .color-rect-text {
      display: inline-block;
      position: absolute;
      left: 85px;
      top: 50%;
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      padding-left: 10px;
      max-width: 100px; }
      .color-rect-text h3 {
        margin: 0;
        font-size: .75rem;
        line-height: 1; }
      .color-rect-text .color-rect-code {
        font-size: .75rem;
        color: #747474; } }

@media (min-width: 1200px) {
  .color-rect {
    height: 35px; } }

.tags-list {
  margin: 2rem auto; }

.tags-tag-item {
  margin-bottom: 1rem; }
  .tags-tag-item .card-body .card-subtitle {
    display: none; }
  .tags-tag-item .card-body .card-link {
    display: none; }

.slider {
  display: flex;
  flex-wrap: nowrap; }
  .slider-container {
    overflow: hidden;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch; }
    @media (min-width: 992px) {
      .slider-container {
        overflow: visible; } }
  .slider-item {
    width: 250px;
    padding: 0 .5rem; }
    @media (min-width: 992px) {
      .slider-item {
        width: 20%; } }

.product-filter-group {
  padding: 1rem 0;
  border-bottom: 1px solid #f6f6f6; }
  .product-filter-group:first-of-type {
    border-top: 1px solid #f6f6f6; }
  @media (max-width: 991.98px) {
    .product-filter-group {
      padding: 0;
      border: none;
      float: left; } }

.product-filter-title {
  font-size: .75rem;
  margin-bottom: .5rem; }
  .product-filter-title .btn {
    float: right;
    padding: 0;
    margin-top: -0.5rem; }
  @media (max-width: 991.98px) {
    .product-filter-title -filter {
      display: none; } }

.product-filter-item {
  display: block;
  font-size: .75rem;
  padding: .25rem 0; }
  @media (max-width: 991.98px) {
    .product-filter-item {
      float: left;
      padding: 10px 15px;
      border: 1px solid #e1e1e1;
      margin: 0 3px 10px 0;
      border-radius: 20px; }
      .product-filter-item.mobile-selected {
        background-color: #002450;
        color: #FFF;
        border-color: #002450; }
      .product-filter-item input {
        display: none; } }

#search-colors-form {
  position: relative;
  margin: auto;
  padding: 0 1rem;
  max-width: 680px;
  margin: auto; }
  #search-colors-form label {
    color: #fff;
    font-weight: 700;
    font-size: 1.25rem;
    text-transform: none;
    padding-bottom: 3rem; }
  #search-colors-form input[type="search"] {
    border-radius: 3px;
    padding: 1rem; }
  #search-colors-form H1 {
    color: #fff;
    font-size: 1.25rem;
    text-align: center;
    padding: 3rem 0 1rem 0; }
    @media (min-width: 992px) {
      #search-colors-form H1 {
        font-size: 1.5rem; } }

#order-swatch-step1 {
  margin-top: 1.5rem;
  margin-bottom: 2rem; }

#order-swatch-form-swatches {
  padding-top: 2.5rem; }

.ui-menu .order-swatch-li:nth-child(even) {
  background-color: #f5f5f5; }

.ui-menu .add-color {
  display: block;
  text-align: left;
  width: 100%;
  background: none;
  border: 0 none;
  padding: .5rem;
  /*font-family:$font-family-heading;*/
  position: relative;
  padding-left: 3rem;
  cursor: pointer; }

.ui-menu .swatch-name, .ui-menu .swatch-number {
  text-align: left; }

.ui-menu .swatch-name {
  float: left;
  margin-left: 42px; }

.ui-menu .swatch-number {
  margin-top: 0; }

.ui-menu .search-color-add {
  color: #189acb;
  font-family: Montserrat, Arial, sans-serif;
  float: right;
  margin-top: .5rem; }

.product-detail {
  padding-top: 2rem;
  padding-bottom: 2rem; }
  @media (min-width: 992px) {
    .product-detail {
      padding-top: 4rem; } }
  .product-detail h1 {
    text-align: left;
    font-size: 30px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.03;
    letter-spacing: normal;
    color: #2f2f2f; }
    @media (min-width: 768px) {
      .product-detail h1 {
        font-size: 2rem; } }
  .product-detail .cta-container {
    border: 1px solid #e5e5e5;
    border-left: 0 none;
    border-right: 0 none;
    padding: 1rem 0;
    margin: 1rem 0; }
  .product-detail .content-left {
    margin-bottom: 15px; }
    @media (min-width: 992px) {
      .product-detail .content-left {
        margin-bottom: none;
        width: 40%; } }
  @media (min-width: 992px) {
    .product-detail .content-right {
      width: 60%; } }
  .product-detail .content-right h1 {
    line-height: 1.2; }
  .product-detail .content-right h5 {
    line-height: 1.3;
    margin-top: 0.5rem; }
  .product-detail .content-right .short-description {
    padding: 15px 0; }
    .product-detail .content-right .short-description ul {
      padding: 15px 20px;
      list-style-type: disc;
      margin: 0 auto; }
      .product-detail .content-right .short-description ul li {
        color: #2f2f2f;
        line-height: 1.3; }
  .product-detail .content-right .benefits ul {
    padding: 15px 20px;
    list-style-type: disc; }
    .product-detail .content-right .benefits ul li {
      color: #2f2f2f;
      line-height: 1.3; }
  .product-detail .content-right .shop-button {
    padding: 25px 0; }
  .product-detail .content-right .product-available-at-section {
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #e5e5e5; }
  .product-detail .content-right .product-available-at-details {
    text-transform: uppercase;
    display: inline;
    line-height: 2; }
  .product-detail .content-right .product-available-at-details-img {
    max-height: 36px;
    margin: 0 2px; }
    @media (min-width: 768px) {
      .product-detail .content-right .product-available-at-details-img {
        float: right; } }
  .product-detail .carousel-container {
    margin-bottom: 15px; }
  .product-detail .carousel-no-dots li img {
    max-width: 100%;
    margin: 0 auto;
    max-height: 400px; }
  .product-detail .btn .button-arrow {
    font-size: .875rem;
    margin-left: 10px;
    margin-bottom: 3px;
    font-weight: 700;
    vertical-align: middle; }
  .product-detail .cta-anchors {
    margin: 1rem 0;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 1rem; }
    .product-detail .cta-anchors .btn {
      width: auto;
      display: inline-block;
      padding: .25rem 1rem;
      border-left: 1px solid #e5e5e5; }
      .product-detail .cta-anchors .btn-text {
        font-size: 0.7rem; }
        @media (min-width: 768px) {
          .product-detail .cta-anchors .btn-text {
            font-size: 0.875rem; } }
      .product-detail .cta-anchors .btn:first-child {
        border: none;
        padding: .25rem 1rem .25rem 0; }
  .product-detail li.ui-menu-item {
    background-color: #FFF; }
  .product-detail #selected-instructions {
    display: block;
    font-size: .8em;
    font-style: italic;
    color: #AAA;
    padding: 7px 0; }
  .product-detail .product-matrix {
    margin: 0 0 1rem;
    padding: 0 0 1rem;
    border-bottom: 1px solid #e5e5e5; }
    .product-detail .product-matrix .properties-item-title {
      margin-bottom: 5px;
      display: block;
      height: 20px; }
    .product-detail .product-matrix-color-current {
      padding: 0 15px;
      position: relative;
      width: 100%; }
      @media (min-width: 768px) {
        .product-detail .product-matrix-color-current {
          float: left;
          width: 50%; } }
      .product-detail .product-matrix-color-current.full {
        width: 100%; }
      .product-detail .product-matrix-color-current input {
        width: 100%;
        height: 50px;
        padding: 10px 15px;
        border: 1px solid #90a4cd; }
        .product-detail .product-matrix-color-current input:focus {
          outline: none; }
      .product-detail .product-matrix-color-current .active-color {
        position: absolute;
        top: 25px;
        background: #fff;
        height: 50px;
        width: calc(100% - 30px);
        padding: 3px;
        border: 1px solid #90a4cd; }
        .product-detail .product-matrix-color-current .active-color img {
          float: left;
          height: 35px;
          width: 35px;
          margin: 5px 5px; }
        .product-detail .product-matrix-color-current .active-color div {
          font-size: .85em;
          font-weight: 600;
          padding-top: 7px;
          margin: 0 25px 0 50px; }
          .product-detail .product-matrix-color-current .active-color div #selected-colorname {
            display: block;
            color: #333;
            line-height: 1.2em; }
          .product-detail .product-matrix-color-current .active-color div #selected-colornumber {
            display: block;
            color: #90a4cd; }
        .product-detail .product-matrix-color-current .active-color .material-icons {
          display: block;
          float: right;
          font-size: 20px;
          color: #f00;
          margin: 12px 7px;
          cursor: pointer; }
    .product-detail .product-matrix-color-selection {
      padding: 0 15px;
      width: 100%;
      margin-top: 1rem; }
      @media (min-width: 768px) {
        .product-detail .product-matrix-color-selection {
          margin-top: 0;
          float: left;
          width: 50%; } }
      .product-detail .product-matrix-color-selection input {
        width: 100%;
        padding: 5px 10px;
        margin-top: 10px; }
      .product-detail .product-matrix-color-selection #recent-colors {
        margin: 10px -3px 0; }
        .product-detail .product-matrix-color-selection #recent-colors .recent-color {
          cursor: pointer;
          width: 16.6666%;
          padding: 0 3px; }

.product-documents .container-fluid {
  max-width: 700px; }
  .product-documents .container-fluid .attachment {
    text-align: center;
    margin-bottom: 10px;
    font-weight: 600; }
    .product-documents .container-fluid .attachment a {
      color: #2f2f2f;
      text-transform: uppercase;
      text-decoration: none;
      white-space: nowrap;
      transition: 0.5s all ease; }
      .product-documents .container-fluid .attachment a .download-icon {
        width: 20px;
        margin-left: 5px;
        vertical-align: bottom; }
      .product-documents .container-fluid .attachment a:hover {
        color: #4B71AE; }

.product-description {
  background-color: #f4f4f4;
  padding: 10px; }

#product-cerificates .container-fluid ul {
  padding: 15px 20px;
  list-style-type: disc;
  margin: 0 auto; }
  #product-cerificates .container-fluid ul li {
    color: #2f2f2f;
    line-height: 1.3; }

.product-list .ui-selectmenu-button.ui-button {
  width: calc(100% - 110px);
  background: #fff; }
  @media (min-width: 992px) {
    .product-list .ui-selectmenu-button.ui-button {
      width: 100%; } }

.product-list .ui-menu .ui-menu-item {
  padding: 5px 0; }
  .product-list .ui-menu .ui-menu-item:first-child {
    display: none; }

.product-matrix-color-current .ui-widget {
  font-size: 100%;
  font: Montserrat, Arial, sans-serif; }

.product-matrix-color-current .ui-menu {
  background-color: #FFF; }
  .product-matrix-color-current .ui-menu a {
    display: block;
    padding: 6px 10px;
    font-size: .9em;
    border: 1px solid #e5e5e5;
    border-top: none;
    cursor: pointer; }
    .product-matrix-color-current .ui-menu a span.autocomplete-swatch {
      width: 27px;
      height: 27px;
      display: inline-block;
      float: left;
      margin-right: 7px;
      background-size: contain;
      background-position: center center;
      background-repeat: no-repeat; }

.product-bar {
  border-top: 1px solid #e5e5e5;
  margin-top: 1rem;
  padding: 1rem 0; }
  .product-bar .display-h5 {
    font-size: .75rem;
    padding: .5rem; }

.product-bar-container {
  height: 15px;
  width: 100%;
  background-color: #ddd;
  border-radius: 25px;
  overflow: hidden;
  margin-bottom: .5rem; }
  .product-bar-container .product-bar-level {
    height: 15px;
    border-radius: 25px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2480c3+1,1aa2d6+100 */
    background: #2480c3;
    /* Old browsers */
    background: linear-gradient(to right, #2480c3 1%, #1aa2d6 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

.level-1 {
  width: 10%; }

.level-2 {
  width: 20%; }

.level-3 {
  width: 30%; }

.level-4 {
  width: 40%; }

.level-5 {
  width: 50%; }

.level-6 {
  width: 60%; }

.level-7 {
  width: 70%; }

.level-8 {
  width: 80%; }

.level-9 {
  width: 90%; }

.level-10 {
  width: 100%; }

.product-available-at {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #e5e5e5; }
  .product-available-at a {
    padding-top: 5px; }
    .product-available-at a span {
      text-transform: uppercase;
      color: #2f2f2f;
      font-size: 0.75rem;
      font-weight: 600; }
    .product-available-at a img {
      max-height: 35px;
      vertical-align: middle; }

.properties-item {
  margin-bottom: 10px; }
  .properties-item-container {
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    padding: 25px 0 15px 0;
    margin: 25px 0; }
    .properties-item-container:after {
      content: "";
      display: table;
      clear: both; }
    .properties-item-container p {
      color: #2f2f2f; }
  .properties-item-title {
    font-weight: 700;
    color: #002450;
    text-transform: uppercase; }

.product-details {
  background-color: #f4f4f4;
  color: #2f2f2f; }
  .product-details-content {
    padding: 2rem;
    max-width: 1000px;
    margin: 0 auto;
    line-height: 1.25; }
    .product-details-content h3, .product-details-content h4 {
      font-size: 1.75rem;
      font-family: Montserrat, Arial, sans-serif;
      font-weight: 700;
      margin-bottom: 1rem; }
    .product-details-content h4 {
      font-size: 1rem; }
    .product-details-content p {
      color: #2f2f2f; }
    .product-details-content p, .product-details-content li {
      font-size: 1rem; }
    .product-details-content ul {
      padding-left: 20px;
      list-style: outside;
      margin-bottom: 1.5rem; }
    .product-details-content li {
      color: #2f2f2f;
      margin-bottom: .5rem; }
    .product-details-content small {
      display: block;
      font-size: .7rem;
      color: #2f2f2f;
      margin-bottom: .5rem; }
  @media (min-width: 992px) {
    .product-details .product-details-image {
      width: 50%; } }
  .product-details .product-details-image img {
    display: block;
    width: 100%; }

.product-specs h3 {
  text-transform: none;
  margin-bottom: .5rem; }

.product-specs p {
  margin-bottom: 1.5rem; }

.list {
  padding-left: 20px;
  list-style: outside; }
  .list li {
    margin-bottom: .5rem; }

.template-product-filter {
  padding-top: 2rem; }
  .template-product-filter .mobile-filter-hide {
    display: none; }
    @media (min-width: 992px) {
      .template-product-filter .mobile-filter-hide {
        display: block; } }
    .template-product-filter .mobile-filter-hide .btn .collapsed {
      transform: rotate(180deg); }
  .template-product-filter .mobile-scroll {
    overflow-y: auto;
    padding-bottom: 15px;
    margin-bottom: 10px; }
    @media (min-width: 992px) {
      .template-product-filter .mobile-scroll {
        overflow-y: initial;
        height: auto; } }
  .template-product-filter .product-filter-group {
    overflow-y: auto;
    width: 100%; }
    @media (min-width: 992px) {
      .template-product-filter .product-filter-group .product-filter-items {
        width: auto; }
        .template-product-filter .product-filter-group .product-filter-items input {
          vertical-align: middle;
          margin-top: 1px; } }
  @media (min-width: 992px) {
    .template-product-filter {
      padding-top: 4rem; } }
  .template-product-filter-title {
    border-bottom: 1px solid #efefef;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    line-height: 1.5rem; }
    .template-product-filter-title:after {
      content: "";
      display: table;
      clear: both; }
    .template-product-filter-title h1 {
      float: left;
      font-size: 1.5rem; }
    .template-product-filter-title h3 {
      font-size: 1rem; }
    .template-product-filter-title p {
      float: right;
      font-family: Montserrat, Arial, sans-serif;
      text-transform: uppercase;
      color: #a0a0a0; }
  .template-product-filter .swatch-wrapper {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #efefef; }
  .template-product-filter .swatch-product {
    background-size: 250%;
    background-position: center center; }
    @media (min-width: 992px) {
      .template-product-filter .swatch-product {
        max-width: 50%; } }
    .template-product-filter .swatch-product .background--dark .swatch-title, .template-product-filter .swatch-product .background--dark .swatch-name, .template-product-filter .swatch-product .background--dark .swatch-number {
      color: #FFF; }
  .template-product-filter .subbrand-title {
    margin-bottom: 20px; }
    .template-product-filter .subbrand-title h2 {
      font-size: 1.3em;
      color: #666; }
    .template-product-filter .subbrand-title p {
      margin: 5px 0;
      color: #2a7ab0;
      cursor: pointer;
      font-size: .85em; }
      .template-product-filter .subbrand-title p:hover {
        text-decoration: underline; }

.product-card-container {
  padding: 15px;
  transition: .3s ease-out; }
  @media (min-width: 992px) {
    .product-card-container:hover {
      box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3); } }

.accordion-title {
  width: 100%;
  background-color: #002450;
  border: 0 none;
  font-size: 1rem;
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 700;
  text-align: center;
  padding: 1.3rem 0;
  margin-top: 3px;
  cursor: pointer;
  color: #fff;
  text-transform: uppercase; }
  @media (min-width: 992px) {
    .accordion-title {
      font-size: 1.7rem; }
      .accordion-title .material-icons {
        font-size: 2rem; } }
  .accordion-title:focus {
    outline: none; }
  .accordion-title.active {
    background-color: #e5e5e5;
    color: #2f2f2f; }
    .accordion-title.active .material-icons {
      transform: rotateX(180deg); }

.accordion-section .container-fluid {
  padding-top: 1rem;
  padding-bottom: 1rem; }

.filter-color-family {
  padding-left: 0;
  padding-right: 0; }
  @media (min-width: 992px) {
    .filter-color-family {
      padding-left: 15px;
      padding-right: 15px; } }
  .filter-color-family p {
    font-size: 1.5rem;
    font-family: Montserrat, Arial, sans-serif;
    color: #2f2f2f;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px; }
  .filter-color-family a {
    cursor: pointer; }

.filter-color-family--small {
  padding-top: 1rem;
  transition-duration: 0.3s; }
  @media (min-width: 992px) {
    .filter-color-family--small {
      padding: 2rem 0; } }
  .filter-color-family--small + .article-section {
    padding-top: 0 !important; }
  .filter-color-family--small .active {
    position: relative; }
    .filter-color-family--small .active:after {
      content: 'done';
      color: #fff;
      font-family: 'Material Icons';
      font-style: normal;
      font-size: 32px;
      line-height: 1;
      letter-spacing: normal;
      text-transform: none;
      display: inline-block;
      white-space: nowrap;
      word-wrap: normal;
      direction: ltr;
      -webkit-font-feature-settings: 'liga';
      -webkit-font-smoothing: antialiased;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -28px;
      margin-left: -15px; }
    .filter-color-family--small .active img {
      transform: scale(1.5); }
    .filter-color-family--small .active img:hover {
      transform: scale(1.5); }
    .filter-color-family--small .active .family-name {
      display: block;
      margin-top: 1rem;
      color: #052a3f;
      opacity: 0.7;
      font-family: Montserrat, Arial, sans-serif; }

.filter-color-family-slider {
  overflow-x: scroll;
  overflow-y: visible;
  -webkit-overflow-scrolling: touch;
  height: 120px; }
  @media (min-width: 992px) {
    .filter-color-family-slider {
      height: auto;
      overflow: visible; } }

.filter-color-family-list {
  display: flex;
  justify-content: space-around;
  align-content: stretch;
  width: max-content;
  height: 100px;
  /*li {
        text-align: center;
    }*/ }
  .filter-color-family--small .filter-color-family-list {
    align-items: center; }
    @media (min-width: 992px) {
      .filter-color-family--small .filter-color-family-list {
        align-items: baseline;
        margin: 0 -40px; } }
  @media (min-width: 992px) {
    .filter-color-family-list {
      width: auto;
      height: auto; } }
  .filter-color-family-list a {
    display: block;
    font-size: 10px;
    font-weight: 700;
    color: #747474;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    width: 90px; }
    .filter-color-family-list a img {
      display: block;
      max-width: 40px;
      margin: 0 auto .5rem; }
    .filter-color-family-list a img:hover {
      transition-duration: 0.3s;
      transform: scale(1.1); }

.filter-color-family-list-large {
  background: #f4f4f4;
  padding: 1rem 0; }
  .filter-color-family-list-large:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 992px) {
    .filter-color-family-list-large {
      padding-bottom: 4rem;
      background: none; } }
  .filter-color-family-list-large li {
    float: left;
    text-align: center;
    width: 33.333%;
    padding: .5rem; }
    .filter-color-family-list-large li:nth-child(3n+1) {
      clear: left; }
    @media (min-width: 992px) {
      .filter-color-family-list-large li {
        max-width: calc(16.66%);
        padding: 0; }
        .filter-color-family-list-large li:nth-child(3n+1), .filter-color-family-list-large li:nth-child(4) {
          clear: none; }
        .filter-color-family-list-large li:nth-child(7) {
          margin-left: 8.6%; } }
  .filter-color-family-list-large a {
    display: block;
    color: #000;
    font-weight: 700;
    text-transform: none;
    text-align: center;
    text-decoration: none;
    position: relative; }
    .filter-color-family-list-large a.text-light {
      color: #fff !important; }
    .filter-color-family-list-large a .family-name {
      width: 100%;
      height: 2rem;
      font-size: 0.9rem;
      display: block;
      margin: 6px auto 0;
      font-weight: 500;
      cursor: pointer; }
      @media (min-width: 992px) {
        .filter-color-family-list-large a .family-name {
          font-size: 1rem; } }
    .filter-color-family-list-large a .see-all-colors {
      margin: -14px auto 0; }
    .filter-color-family-list-large a img {
      display: block;
      margin: 0 auto; }
    @media (min-width: 992px) {
      .filter-color-family-list-large a {
        margin: 0 1rem; } }

.filter-color-family-container {
  margin-top: 1rem;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  overflow: hidden; }
  @media (min-width: 992px) {
    .filter-color-family-container {
      box-shadow: none; } }
  .filter-color-family-container h2 {
    margin: 0;
    font-size: 1.25rem; }
  .filter-color-family-container p {
    text-align: center;
    margin-top: .5rem; }

.filter-color-family-list-hover {
  transition: all .3s ease-in-out;
  opacity: 1; }

.filter-color-family-list-no-hover {
  transition: all .3s ease-in-out;
  opacity: 0.5; }

.mb-slider {
  display: flex;
  flex-wrap: nowrap;
  position: relative;
  left: 0;
  transition: left .2s ease-in-out; }
  @media (min-width: 992px) {
    .mb-slider {
      justify-content: center; } }
  .mb-slider-container {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    padding: 0 0 .5rem .5rem;
    position: relative;
    padding-left: 0; }
    @media (min-width: 992px) {
      .mb-slider-container {
        overflow: hidden;
        width: 100%; } }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel.owl-item, .owl-carousel.owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel.owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel.owl-item img {
  display: block;
  width: 100%; }

.owl-carousel.owl-dots.disabled, .owl-carousel.owl-nav.disabled {
  display: none; }

.no-js.owl-carousel, .owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-dot, .owl-carousel.owl-nav.owl-next, .owl-carousel.owl-nav.owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-nav button.owl-next, .owl-carousel.owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh.owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag.owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl.owl-item {
  float: right; }

.owl-carousel.animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

.owl-carousel.owl-animated-in {
  z-index: 0; }

.owl-carousel.owl-animated-out {
  z-index: 1; }

.owl-carousel.fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.owl-height {
  transition: height .5s ease-in-out; }

.owl-carousel.owl-item.owl-lazy {
  opacity: 0;
  transition: opacity .4s ease; }

.owl-carousel.owl-item.owl-lazy:not([src]), .owl-carousel.owl-item.owl-lazy[src^=""] {
  max-height: 0; }

.owl-carousel.owl-item img.owl-lazy {
  transform-style: preserve-3d; }

.owl-carousel.owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(../sass/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme.owl-dots, .owl-theme.owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme.owl-nav {
  margin-top: 10px; }

.owl-theme.owl-nav[class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px; }

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #002450;
  color: #FFF;
  text-decoration: none; }

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1; }

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #002450; }

table.mobile-ready {
  width: 100%;
  font-size: .875rem; }
  table.mobile-ready thead {
    display: none;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid #ebebeb; }
    @media (min-width: 992px) {
      table.mobile-ready thead {
        display: table-row-group; } }
  table.mobile-ready tr:nth-child(even) {
    background-color: #ebebeb; }
  table.mobile-ready td {
    display: block;
    padding: .75rem; }
    table.mobile-ready td:before {
      content: attr(data-title);
      display: inline-block;
      width: 100px;
      font-weight: 700;
      text-transform: uppercase; }
    @media (min-width: 992px) {
      table.mobile-ready td {
        display: table-cell; }
        table.mobile-ready td:before {
          display: none; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-dots {
  position: absolute;
  bottom: -40px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  padding-top: 1rem;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        width: 15px;
        height: 15px;
        text-align: center;
        background-color: #2f2f2f;
        border-radius: 10px; }
    .slick-dots li.slick-active button:before {
      background-color: #002450; }

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

@media (max-width: 991.98px) {
  .sm-p-0 {
    padding: 0 !important; } }

.ppg-color {
  background-color: #4B71AE; }

.sigma-color {
  background-color: #002450; }

.dyrup-color {
  background-color: #88366B; }

.maler-color {
  background-color: #C26F2D; }

.beckers-color {
  background-color: #6ec327; }

.distributorer-color {
  background-color: #60A699; }

.store {
  overflow-x: hidden;
  padding-top: 2rem; }
  .store .container-fluid {
    margin-bottom: 20px; }
  .store .links {
    color: #2f2f2f; }
  .store hr {
    margin: 10px 0;
    border: 1px solid #e5e5e5; }
  .store a {
    font-weight: 700;
    text-decoration: none; }
  .store h1 {
    font-size: 2rem; }
  .store .store-header {
    margin-bottom: 30px; }
    .store .store-header .material-icons {
      font-size: 16px;
      margin-right: 5px;
      margin-bottom: 3px; }
    .store .store-header .search-icon {
      background: none;
      border: 0 none;
      position: absolute;
      top: 50%;
      margin-top: -12px; }
    .store .store-header p {
      color: #a0a0a0; }
  .store .store-search {
    background-color: #002450;
    color: #fff;
    position: relative;
    z-index: 1;
    height: 40px;
    width: 96%;
    height: 40px; }
    @media (min-width: 768px) {
      .store .store-search {
        width: auto; } }
  .store .location-search {
    width: 96%;
    margin-top: 5px; }
  .store .store-search:hover {
    background-color: #002450 !important;
    color: #fff !important; }
  .store .store-search-field {
    display: inline;
    width: 96%;
    margin: 1rem 0;
    font-size: 16px;
    padding: .5rem;
    box-shadow: none;
    border-radius: 7px;
    border: 1px solid #e1e1e1;
    height: 40px;
    font-size: 14px; }
  .store .store-list {
    padding: 10px; }
    .store .store-list .store-details {
      -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.13);
      -moz-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.13);
      box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.13);
      padding: 15px;
      padding-bottom: 0;
      border-radius: 10px;
      margin-bottom: 10px; }
      .store .store-list .store-details .store-number {
        color: white;
        padding: 0;
        padding-left: 18px; }
        .store .store-list .store-details .store-number p {
          height: 25px;
          width: 25px;
          position: absolute;
          top: 5%;
          transform: translate(-50%, -50%);
          border-radius: 50px;
          font-size: 14px;
          color: white;
          margin-left: 10px;
          text-align: center; }
          .store .store-list .store-details .store-number p span {
            vertical-align: middle; }
      .store .store-list .store-details p + a {
        color: #4B71AE;
        margin-top: 5px; }
      .store .store-list .store-details .store-info .store-address {
        display: inline; }
      .store .store-list .store-details .store-info p {
        display: block;
        font-size: 13px;
        line-height: 1.3; }
      .store .store-list .store-details .store-info .store-hours {
        margin-top: 5px; }
      .store .store-list .store-details .store-info .store-img {
        height: 75px;
        width: 75px;
        float: left;
        margin-right: 5px; }
      .store .store-list .store-details .store-distance {
        position: absolute;
        right: 15px;
        color: #002450 !important; }
      .store .store-list .store-details .store-open {
        font-weight: 900;
        color: #2f2f2f; }
      .store .store-list .store-details .store-list-actions {
        margin-top: 10px; }
  .store .loading {
    margin: 0 auto;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    border: 0.4rem solid rgba(0, 0, 0, 0.2);
    border-top-color: #323232;
    animation: spin 1s infinite linear; }
    .store .loading--double {
      border-style: double;
      border-width: .5rem; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
  .store .search-filters {
    display: none; }
  .store .search-filter {
    padding-left: 30px; }
    @media (min-width: 768px) {
      .store .search-filter {
        padding-left: 0; } }
  .store-search-container {
    border-top: 1px solid #e5e5e5;
    padding: 0; }
    .store-search-container h2 {
      margin-top: 0;
      font-weight: 900;
      padding-right: 110px; }
    .store-search-container #map {
      height: 290px; }
      .store-search-container #map .marker h4 {
        margin: 0; }
      .store-search-container #map .marker div {
        margin: 2px 0; }
  .store-list {
    font-size: 13px; }
    .store-list .vert-margin {
      margin: 15px 0; }
    .store-list h4 {
      margin: 0 0 3px;
      font-size: 18px; }
    .store-list-image {
      width: 100%; }
    .store-list-actions {
      text-align: right; }
      .store-list-actions a {
        display: block;
        margin-bottom: 10px;
        font-size: 15px; }
        .store-list-actions a i {
          line-height: 2em; }
      .store-list-actions .col-left {
        float: left;
        width: 50%;
        text-align: left; }
        .store-list-actions .col-left a {
          margin: 5px 0 0; }
      .store-list-actions .col-right {
        float: right;
        width: 50%; }
        .store-list-actions .col-right a {
          margin: 5px 0 0; }
    .store-list-distance {
      margin: 5px 0; }
      .store-list-distance span {
        text-transform: uppercase; }
  .store-locations {
    font-size: 18px; }
    .store-locations-item {
      margin: 3px 0; }
  .store-image {
    height: 345px;
    width: 345px;
    margin: auto;
    margin-bottom: 10px;
    background-size: cover;
    background-position: center; }
  @media (min-width: 992px) {
    .store .content-left {
      float: left;
      width: 40%; } }
  .store .content-left img:hover {
    cursor: pointer; }
  .store .content-right {
    position: relative; }
    @media (min-width: 992px) {
      .store .content-right {
        float: right;
        width: 60%; } }
  .store .store-detail--header h1 {
    font-size: 2.5rem;
    line-height: 3.2rem;
    margin-bottom: 10px;
    text-transform: none; }
  .store .store-detail--header h4 {
    text-transform: none; }
  .store .store-detail--header .store-address p {
    line-height: 1.5;
    font-weight: 500; }
  .store .store-detail--header h5 {
    margin-bottom: 10px;
    font-weight: 700; }
  .store .store-detail--header .store-back-btn {
    padding: 10px 0px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5; }
    .store .store-detail--header .store-back-btn .material-icon {
      margin-top: -2px; }
    .store .store-detail--header .store-back-btn a {
      color: #0078AA;
      font-size: 10px; }
  .store .store-detail--header .store-detail--direction {
    margin: 10px 0; }
  .store .store-detail--header .store-detail--details {
    border-top: 1px solid #e5e5e5;
    margin: 15px 0;
    padding: 10px 0;
    padding-right: 15px; }
    .store .store-detail--header .store-detail--details .phone-number {
      padding: 0; }
      @media (min-width: 768px) {
        .store .store-detail--header .store-detail--details .phone-number {
          border-right: 1px solid #e5e5e5; } }
      .store .store-detail--header .store-detail--details .phone-number a {
        color: #2f2f2f;
        word-break: break-all; }
      .store .store-detail--header .store-detail--details .phone-number p {
        font-size: 14px; }
    .store .store-detail--header .store-detail--details h4 {
      color: #2f2f2f;
      font-size: 18px;
      font-weight: 900;
      margin: 5px 0; }
    .store .store-detail--header .store-detail--details a {
      font-weight: 400; }
  .store .store-detail--header .store-detail--hours {
    border-top: 1px solid #e5e5e5;
    padding: 5px 0;
    margin-top: 5px; }
    @media (min-width: 768px) {
      .store .store-detail--header .store-detail--hours {
        border: none;
        padding: 0 15px;
        margin: 0; } }
    .store .store-detail--header .store-detail--hours .display-h5 {
      margin-bottom: 1rem;
      padding-left: .5rem;
      font-weight: 900;
      color: #002450;
      text-transform: uppercase; }
    .store .store-detail--header .store-detail--hours .store-hour--day {
      font-size: 16px;
      color: #2f2f2f;
      font-weight: 700; }
    .store .store-detail--header .store-detail--hours .store-hour--today {
      font-size: 16px;
      color: #2f2f2f;
      font-weight: 700;
      float: right; }
    .store .store-detail--header .store-detail--hours .store-hour--hours {
      float: right;
      color: #2f2f2f;
      font-size: 16px; }
  @media screen and (min-width: 900px) {
    .store .store-detail--header .content-right {
      padding: 0 1.5rem; } }
  .store .store-detail--header .content-right .btn-back {
    width: 100%;
    border-bottom: 1px solid #e5e5e5; }
    .store .store-detail--header .content-right .btn-back .material-icons {
      margin-left: -10px; }
      @media (min-width: 768px) {
        .store .store-detail--header .content-right .btn-back .material-icons {
          margin-left: -15px; } }
  .store .store-detail--header .content-right .links {
    font-size: 14px;
    text-transform: uppercase;
    color: #2f2f2f; }
  .store .swiper-container {
    margin-top: 10px;
    margin-bottom: 15px;
    box-shadow: 0px 10px 30px -30px rgba(0, 0, 0, 0.75);
    padding: 10px;
    border-radius: 10px; }
  .store .swiper-wrapper {
    display: block;
    margin-left: auto; }
    @media (min-width: 768px) {
      .store .swiper-wrapper {
        display: flex;
        justify-content: space-between; } }
  .store .swiper-slide {
    width: 100%;
    text-align: center;
    font-size: 12px;
    display: inline;
    border-radius: 10px;
    cursor: pointer;
    background-color: #fff;
    line-height: .5;
    padding: 10px 25px;
    margin-top: 4px;
    height: 40px;
    /*971696089 - Store locator new brand*/ }
    @media (min-width: 768px) {
      .store .swiper-slide {
        width: auto; } }
    .store .swiper-slide .material-icons {
      color: #fff;
      font-size: 18px;
      color: white;
      padding-bottom: 3px;
      padding-top: 0;
      padding-right: 10px; }
    .store .swiper-slide .ppg-icon {
      color: #4B71AE; }
    .store .swiper-slide .ppg-icon.active {
      color: #fff; }
    .store .swiper-slide .dyrup-icon {
      color: #88366B; }
    .store .swiper-slide .dyrup-icon.active {
      color: #fff; }
    .store .swiper-slide .sigma-icon {
      color: #002450; }
    .store .swiper-slide .beckers-icon.active {
      color: #fff; }
    .store .swiper-slide .beckers-icon {
      color: #6ec327; }
    .store .swiper-slide .maler-icon {
      color: #C26F2D; }
    .store .swiper-slide .maler-icon.active {
      color: #fff; }
    .store .swiper-slide .distributorer-icon {
      color: #60A699; }
    .store .swiper-slide .distributorer-icon.active {
      color: #fff; }

.ppg-filter {
  background-color: white;
  border: 1px solid #4B71AE;
  color: #4B71AE;
  font-weight: 900; }

.dyrup-filter {
  color: #88366B;
  border: 1px solid #88366B;
  font-weight: 900; }

.sigma-filter {
  color: #002450;
  border: 1px solid #002450;
  font-weight: 900;
  line-height: 0.3; }

.beckers-filter {
  color: #6ec327;
  border: 1px solid #6ec327;
  font-weight: 900;
  line-height: 0.3; }

.maler-filter {
  color: #C26F2D;
  border: 1px solid #C26F2D;
  font-weight: 900;
  line-height: 0.3; }

.distributorer-filter {
  color: #60A699;
  border: 1px solid #60A699;
  font-weight: 900;
  line-height: 0.3; }

/*971696089 - Store locator new brand*/
.ppg-beckers.active {
  background-color: #4B71AE;
  border: 1px solid #4B71AE;
  color: white; }

.ppg-filter.active {
  background-color: #4B71AE;
  border: 1px solid #4B71AE;
  color: white; }

.dyrup-filter.active {
  color: white;
  border: 1px solid #88366B;
  background-color: #88366B; }

.sigma-filter.active {
  color: white;
  border: 1px solid #002450;
  background-color: #002450; }

.maler-filter.active {
  color: white;
  border: 1px solid #C26F2D;
  background-color: #C26F2D; }

.distributorer-filter.active {
  color: white;
  border: 1px solid #60A699;
  background-color: #60A699; }

.mobile-hide {
  display: none; }

.desktop-hide {
  display: block; }

@media screen and (max-width: 900px) {
  .desktop-hide {
    display: block; } }

.overflow-none {
  overflow-y: auto !important;
  height: auto !important; }

.color-consult {
  font-size: 12px !important; }

.store-info--dark {
  background-color: #002450; }

@media screen and (min-width: 900px) {
  .store-detail--header {
    padding-bottom: 2rem; }
  .mobile-hide {
    display: block !important; }
  .desktop-hide {
    display: none !important; }
  .store-list {
    overflow-x: hidden;
    height: 725px; }
  #store-list {
    padding: 0; }
  .skeleton-cont {
    padding: 0; }
  .store .store-list-actions {
    text-align: left; }
    .store .store-list-actions .btn {
      width: 49%;
      display: inline-block;
      padding: .6rem .5rem; }
    .store .store-list-actions .more-info-btn {
      margin-right: 5px; }
  .store .store-details {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important; }
  .store .store-details:hover {
    -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.13) !important;
    -moz-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.13) !important;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.13) !important; }
  .store .store-header {
    max-width: 750px;
    margin: auto;
    text-align: center;
    margin-bottom: 25px; }
    .store .store-header #userAddress {
      max-width: 400px;
      display: inline; }
    .store .store-header #submit-find-location {
      height: 40px; }
    .store .store-header .store-search {
      font-size: 16px;
      margin-right: 5px;
      margin-bottom: 3px;
      top: 1px;
      position: relative; }
    .store .store-header .location-search {
      width: auto; }
    .store .store-header .btn-primary-outline {
      width: auto; }
  .store #map {
    height: 725px; } }

.skeleton-cont {
  width: 100%;
  height: 250px; }

@keyframes loading {
  to {
    background-position: 350% 0, 34px 180px, 120px 20px, 120px 40px, 120px 60px, 34px 20px, 0 0; } }

.skeleton-cont:empty::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  box-shadow: 0 10px 45px rgba(0, 0, 0, 0.1);
  background-image: linear-gradient(90deg, rgba(211, 211, 211, 0) 0, rgba(211, 211, 211, 0.8) 50%, rgba(211, 211, 211, 0) 100%), linear-gradient(lightgrey 40px, transparent 0), linear-gradient(lightgrey 16px, transparent 0), linear-gradient(lightgrey 16px, transparent 0), linear-gradient(lightgrey 16px, transparent 0), linear-gradient(lightgrey 60px, transparent 0), linear-gradient(white 300px, transparent 0);
  background-size: 200px 300px, 300px 40px, 200px 16px, 200px 16px, 200px 16px, 60px 60px, 100%, 100% 100%;
  background-position: -150% 0, 34px 180px, 120px 20px, 120px 40px, 120px 60px, 34px 20px, 0 0;
  background-repeat: no-repeat;
  animation: loading 1.5s infinite; }

.calculator-container {
  text-align: center; }
  .calculator-container .btn {
    width: 100%;
    margin-bottom: 10px; }
  .calculator-container .progress-bar {
    background-color: #002450;
    height: 10px;
    margin-top: 30px;
    margin-bottom: 15px; }
  .calculator-container .card {
    display: inline-block;
    max-width: 45%;
    text-align: left;
    -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.13) !important;
    -moz-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.13) !important;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.13) !important; }
    .calculator-container .card .card-info {
      padding: 10px; }
      .calculator-container .card .card-info p {
        font-size: .7rem; }
  .calculator-container input {
    width: 60px;
    height: 30px;
    padding-left: 25px;
    border: 1px solid #e5e5e5;
    /* text-align: center; */ }
  .calculator-container .step-1, .calculator-container .step-2, .calculator-container .step-3, .calculator-container .step-4, .calculator-container .step-5 {
    right: -2000px;
    position: fixed;
    display: none; }
    .calculator-container .step-1 .paint-calc-header, .calculator-container .step-2 .paint-calc-header, .calculator-container .step-3 .paint-calc-header, .calculator-container .step-4 .paint-calc-header, .calculator-container .step-5 .paint-calc-header {
      text-align: left;
      margin-top: 20px;
      margin-bottom: 10px; }
    .calculator-container .step-1 .form-fieldset, .calculator-container .step-2 .form-fieldset, .calculator-container .step-3 .form-fieldset, .calculator-container .step-4 .form-fieldset, .calculator-container .step-5 .form-fieldset {
      text-align: left;
      width: 50%;
      text-align: left;
      display: block; }
      .calculator-container .step-1 .form-fieldset label, .calculator-container .step-2 .form-fieldset label, .calculator-container .step-3 .form-fieldset label, .calculator-container .step-4 .form-fieldset label, .calculator-container .step-5 .form-fieldset label {
        display: block;
        margin-bottom: 5px; }
      .calculator-container .step-1 .form-fieldset input, .calculator-container .step-2 .form-fieldset input, .calculator-container .step-3 .form-fieldset input, .calculator-container .step-4 .form-fieldset input, .calculator-container .step-5 .form-fieldset input {
        margin-bottom: 10px; }
  .calculator-container .animate-offscreen {
    transition: transform 500ms ease-in-out;
    transform: translateX(-4000px);
    position: relative;
    display: block; }
  .calculator-container .animate-center {
    transition: transform 500ms ease-in-out;
    transform: translateX(-2000px);
    position: relative;
    display: block; }
  .calculator-container .bring-back {
    transform: none; }
  .calculator-container .active {
    transition: transform 250ms ease-in-out;
    border: 2px solid #002450;
    -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.13) !important;
    -moz-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.13) !important;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.13) !important; }
  .calculator-container .paint-calc--btn {
    margin-bottom: 40px;
    margin-top: 20px;
    padding-left: 60px;
    padding-right: 60px;
    height: 40px;
    background-color: #002450;
    width: 100%; }
  .calculator-container .paint-calc--btn:disabled {
    background-color: #ccc; }
  .calculator-container .article--content {
    text-align: left; }
  .calculator-container .back-btn {
    color: #FFB63A;
    font-weight: 700;
    text-align: left;
    cursor: pointer; }
  .calculator-container .disabled-btn {
    color: #ccc;
    cursor: default; }

@media screen and (min-width: 900px) {
  .calculator-container .btn {
    width: auto; }
  .calculator-container .active {
    transform: scale(1.1); }
  .calculator-container .step-1, .calculator-container .step-2, .calculator-container .step-3, .calculator-container .step-4, .calculator-container .step-5 {
    max-height: 400px;
    min-height: 400px; }
    .calculator-container .step-1 .form-fieldset, .calculator-container .step-2 .form-fieldset, .calculator-container .step-3 .form-fieldset, .calculator-container .step-4 .form-fieldset, .calculator-container .step-5 .form-fieldset {
      display: inline-block; }
      .calculator-container .step-1 .form-fieldset label, .calculator-container .step-2 .form-fieldset label, .calculator-container .step-3 .form-fieldset label, .calculator-container .step-4 .form-fieldset label, .calculator-container .step-5 .form-fieldset label {
        display: block;
        margin: 0 0 5px;
        font-size: .9375rem; }
    .calculator-container .step-1 .paint-calc-header, .calculator-container .step-2 .paint-calc-header, .calculator-container .step-3 .paint-calc-header, .calculator-container .step-4 .paint-calc-header, .calculator-container .step-5 .paint-calc-header {
      text-align: center;
      margin-bottom: 40px; }
      .calculator-container .step-1 .paint-calc-header h3, .calculator-container .step-2 .paint-calc-header h3, .calculator-container .step-3 .paint-calc-header h3, .calculator-container .step-4 .paint-calc-header h3, .calculator-container .step-5 .paint-calc-header h3 {
        color: #2A2F38;
        text-transform: uppercase;
        font-size: 1.5rem; }
      .calculator-container .step-1 .paint-calc-header p, .calculator-container .step-2 .paint-calc-header p, .calculator-container .step-3 .paint-calc-header p, .calculator-container .step-4 .paint-calc-header p, .calculator-container .step-5 .paint-calc-header p {
        color: #989898;
        font-size: .875rem;
        text-align: center; }
    .calculator-container .step-1 .form-fieldset, .calculator-container .step-2 .form-fieldset, .calculator-container .step-3 .form-fieldset, .calculator-container .step-4 .form-fieldset, .calculator-container .step-5 .form-fieldset {
      text-align: left;
      width: 50%;
      text-align: left;
      display: block; }
      .calculator-container .step-1 .form-fieldset label, .calculator-container .step-2 .form-fieldset label, .calculator-container .step-3 .form-fieldset label, .calculator-container .step-4 .form-fieldset label, .calculator-container .step-5 .form-fieldset label {
        display: block;
        margin-bottom: 5px; }
      .calculator-container .step-1 .form-fieldset input, .calculator-container .step-2 .form-fieldset input, .calculator-container .step-3 .form-fieldset input, .calculator-container .step-4 .form-fieldset input, .calculator-container .step-5 .form-fieldset input {
        margin-bottom: 10px; }
    .calculator-container .step-1 img, .calculator-container .step-2 img, .calculator-container .step-3 img, .calculator-container .step-4 img, .calculator-container .step-5 img {
      max-width: 300px; }
  .calculator-container .step-num {
    color: #959595;
    font-weight: 700;
    margin-bottom: 40px; }
  .calculator-container .container-fluid {
    padding: 0; }
  .calculator-container #paint-calc--img {
    width: 300px; }
  .calculator-container .card {
    max-width: 175px;
    margin-right: 15px;
    box-shadow: none; }
  .calculator-container .paint-calc--btn {
    width: auto; } }

body {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  font-family: Montserrat, Arial, sans-serif;
  color: #2f2f2f; }
  @media (min-width: 992px) {
    body {
      background-color: #fff; } }
  body * {
    box-sizing: border-box; }

b, strong {
  font-weight: 700; }

h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  font-weight: 700; }

h1, h2, h3, h4, h5, h6, .article--title, .article--title-small {
  color: #2f2f2f; }

h2 + p {
  margin-top: .5rem; }

small {
  color: #2f2f2f;
  font-size: 75%;
  font-weight: 300;
  font-style: italic; }

em {
  font-style: italic !important; }

ul, li {
  color: #2f2f2f; }

.display-h1, .display-h2, .display-h3, .display-h4, .display-h5, .display-h6 {
  color: #2f2f2f;
  font-family: Montserrat, Arial, sans-serif;
  text-transform: uppercase; }

.display-h3 {
  font-size: 1rem; }

.display-h5 {
  font-size: .875rem; }

p {
  font-size: 1rem;
  line-height: 1.6; }
  p + a {
    margin-top: 1rem; }

.hidden {
  display: none; }

:focus {
  outline: none; }

h1, h2, h3 {
  font-size: 1.25rem; }

a {
  text-decoration: none; }

@media (min-width: 992px) {
  font-size: 2rem; }

+ p {
  color: #818181;
  font-size: .875rem;
  text-align: center;
  margin: .5rem 0 1rem; }
  @media (min-width: 992px) {
    + p {
      font-size: 1rem;
      margin-bottom: 4rem; } }

+ div {
  margin-top: 2rem; }
  @media (min-width: 992px) {
    + div {
      margin-top: 4rem; } }

.slider-thumbs {
  margin-top: .5rem; }
  .slider-thumbs:after {
    content: "";
    display: table;
    clear: both; }
  .slider-thumbs li {
    float: left;
    min-height: 100px;
    width: 100px;
    margin-right: .5rem; }
    .slider-thumbs li:last-child {
      margin: 0; }
  .slider-thumbs img {
    display: block; }

.controls {
  display: none; }
  @media (min-width: 992px) {
    .controls {
      display: block; } }
  .controls .prev, .controls .next {
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
    border: 0 none;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
    .controls .prev .material-icons, .controls .next .material-icons {
      font-size: 2rem; }
  .controls .prev {
    left: 0; }
  .controls .next {
    right: 0; }
