/*!************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./assets/styles/temp.scss ***!
  \************************************************************************************************************************************************************************************************************************************************/
/*
$badge-background: $primary-color;
$badge-color: $white;
$badge-color-alt: $black;
$badge-palette: $foundation-palette;
$badge-padding: 0.3em;
$badge-minwidth: 2.1em;
$badge-font-size: 0.6rem;
*/
.markets-grid {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.home-search {
  position: relative;
  z-index: 9999;
  margin-top: -1px;
}
.home-search .home-search-bar {
  background-color: #121415;
  margin-top: -76.5px;
  position: relative;
}
.home-search .home-search-bar .search-form {
  padding: 0.5rem;
}
.home-search .home-search-bar .search-form form {
  display: flex;
  align-items: center;
}
.home-search .home-search-bar .search-form form label {
  flex-grow: 1;
  margin-right: 3rem;
  display: flex;
  align-items: center;
}
.home-search .home-search-bar .search-form form label i {
  margin-right: 0.5rem;
  color: #04b2e1;
  font-size: 1.5rem;
}
.home-search .home-search-bar .search-form form label input {
  margin: 0;
  background-color: transparent;
  border: none;
  outline: none;
  font-size: 20px;
  color: #fff;
}
.home-search .home-search-bar .search-form form label input:focus, .home-search .home-search-bar .search-form form label input:active {
  outline: none;
  border: 1px solid #04b2e1;
  box-shadow: none;
}
.home-search .home-search-bar .search-form form label input::-moz-placeholder {
  color: #fff;
}
.home-search .home-search-bar .search-form form label input::placeholder {
  color: #fff;
}
.home-search .home-search-bar .search-form form button {
  margin-left: auto;
  background-color: #04b2e1;
  text-transform: uppercase;
  padding: 0.75rem 2.5rem;
  color: #202020;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s;
  font-family: "Poppins", sans-serif;
}
.home-search .home-search-bar .search-form form button:hover, .home-search .home-search-bar .search-form form button:focus {
  background-color: #fff;
  color: #04b2e1;
}
.home-search .home-search-bar .search-suggestions {
  background-color: #202020;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 0.75rem 1rem;
  position: relative;
  margin-bottom: -48.4px;
}
.home-search .home-search-bar .search-suggestions > span {
  margin-right: 2rem;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1.2;
}
.home-search .home-search-bar .search-suggestions ul.suggested-terms {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 1.5rem;
}
.home-search .home-search-bar .search-suggestions ul.suggested-terms li {
  font-size: 14px;
  opacity: 0.5;
  transition: all 0.3s;
  cursor: pointer;
  border-bottom: 2px solid #04b2e1;
}
.home-search .home-search-bar .search-suggestions ul.suggested-terms li:hover {
  opacity: 1;
}
.home-search .home-search-bar .search-suggestions ul.suggested-terms li:before {
  content: none;
  display: none;
}
.home-search .home-search-bar .search-border {
  height: 1px;
  background-color: #535353;
  margin: 0 1rem;
}

.site-wide-notice {
  background-color: #fef1ad;
  padding: 1.5rem 0.5rem 0.75rem;
  text-align: center;
  font-size: 14px;
  color: #202020;
}

.post-type-archive-n_colors h4.none-found {
  color: #fff;
  margin: 3rem 0;
}
.post-type-archive-n_colors section.page-intro.page-intro-colors-match {
  background-image: url("/wp-content/uploads/2022/09/hdr-colormatch3-scaled-1.webp");
  background-size: cover;
}
.post-type-archive-n_colors section.page-intro.page-intro-colors-match .page-intro-content {
  background-color: rgba(32, 32, 32, 0.9);
  max-width: 570px;
  color: #fff;
  margin: 3rem auto;
  padding: 2rem 1rem 3rem;
}
.post-type-archive-n_colors section.page-intro.page-intro-colors-match .page-intro-content h2 {
  color: #fff;
  font-size: 48px;
  line-height: 1.04;
  font-weight: normal;
  font-family: "Poppins", sans-serif;
}
.post-type-archive-n_colors section.page-intro.page-intro-colors-match .page-intro-content p {
  margin-bottom: 0;
}
.post-type-archive-n_colors section.color-match-tool {
  background-color: #404a4f;
  color: #fff;
  padding: 2rem 0;
}
.post-type-archive-n_colors .color-match-tool-intro {
  font-size: 18px;
  padding-bottom: 1rem;
}
.post-type-archive-n_colors .color-match-selector-wrapper {
  padding: 1rem 0;
  margin-bottom: 2rem;
  border-top: 1px solid #71777a;
  border-bottom: 1px solid #71777a;
}
.post-type-archive-n_colors .color-match-selector-wrapper .color-match-selector {
  display: flex;
  gap: 2rem;
  justify-content: space-between;
}
@media print, screen and (min-width: 64em) {
  .post-type-archive-n_colors .color-match-selector-wrapper .color-match-selector {
    flex-direction: column;
    align-items: center;
  }
}
.post-type-archive-n_colors .color-match-selector-wrapper .color-match-selector > span {
  margin-top: 2.2rem;
  font-size: 14px;
  font-weight: bold;
}
.post-type-archive-n_colors .color-match-selector-wrapper .color-match-selector form {
  width: 100%;
}
.post-type-archive-n_colors .color-match-selector-wrapper .color-match-selector form > div {
  width: 100%;
  display: flex;
  align-items: stretch;
}
.post-type-archive-n_colors .color-match-selector-wrapper .color-match-selector form button {
  width: 50%;
  cursor: pointer;
}
.post-type-archive-n_colors .color-match-selector-wrapper .color-match-selector form label {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
.post-type-archive-n_colors .color-match-selector-wrapper .color-match-selector form .select-wrapper {
  position: relative;
  width: 100%;
}
.post-type-archive-n_colors .color-match-selector-wrapper .color-match-selector form .select-wrapper i {
  position: absolute;
  top: 16px;
  right: 10px;
  font-size: 12px;
  color: #04b2e1;
}
.post-type-archive-n_colors .color-match-selector-wrapper .color-match-selector form input,
.post-type-archive-n_colors .color-match-selector-wrapper .color-match-selector form select {
  background-color: #202020;
  background-image: none;
  color: #fff;
  border: none;
  padding: 0.75rem;
  height: auto;
  margin-bottom: 0;
  height: 45px;
  background-position: right center;
}
.post-type-archive-n_colors .color-match-selector-wrapper .color-match-selector form input::-moz-placeholder, .post-type-archive-n_colors .color-match-selector-wrapper .color-match-selector form select::-moz-placeholder {
  color: #fff;
}
.post-type-archive-n_colors .color-match-selector-wrapper .color-match-selector form input::placeholder,
.post-type-archive-n_colors .color-match-selector-wrapper .color-match-selector form select::placeholder {
  color: #fff;
}
.post-type-archive-n_colors .color-results-header {
  padding: 2rem 0;
  display: flex;
  gap: 3rem;
}
.post-type-archive-n_colors .color-results-header h3 {
  color: #fff;
}
.post-type-archive-n_colors .color-match-header {
  display: flex;
  gap: 1rem;
}
.post-type-archive-n_colors .color-match-header .button {
  display: inline-block;
  margin-top: 1rem;
}
@media screen and (max-width: 992px) {
  .post-type-archive-n_colors .color-match-header {
    flex-direction: column;
  }
}
.post-type-archive-n_colors .color-match-header .color-match-header-download {
  display: flex;
  gap: 1rem;
}
.post-type-archive-n_colors .color-swatch {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
}
.post-type-archive-n_colors table.colors {
  background-color: transparent;
  text-align: left;
  border-collapse: collapse;
  width: 100%;
}
.post-type-archive-n_colors table.colors tr {
  background-color: transparent;
  border-bottom: 1px solid #71777a;
}
.post-type-archive-n_colors table.colors tbody {
  background-color: transparent;
  border: none;
}
.post-type-archive-n_colors table.colors td:last-child {
  text-align: right;
}
.post-type-archive-n_colors table.colors td:last-child .button {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
  min-width: 156px;
}
.post-type-archive-n_colors table.colors td:last-child .button i {
  color: #04b2e1;
}
.post-type-archive-n_colors table.colors td:last-child .button:hover, .post-type-archive-n_colors table.colors td:last-child .button:focus {
  background-color: #04b2e1;
  color: #202020;
  border-color: #04b2e1;
}
.post-type-archive-n_colors table.colors td:last-child .button:hover i, .post-type-archive-n_colors table.colors td:last-child .button:focus i {
  color: #202020;
}
.post-type-archive-n_colors table.colors img {
  width: 55px;
  height: auto;
}
.post-type-archive-n_colors .initial {
  padding: 5rem 1rem;
  margin: 3rem 0 5rem;
  border: 2px dashed #71777a;
  text-align: center;
}
.post-type-archive-n_colors .initial h5 {
  font-size: 30px;
  color: #fff;
}
