﻿/*
 * Source style matrix, Spies Hecker colour-search.html
 * (body.theme_color15, axbase, live Computed + source screenshots):
 * Body text: #1e1e1e 15px/22px Arial/Helvetica, normal case, mb15 per paragraph.
 * H1 headlineContent: #ff0000 30px/39px Arial 400 center (no hr on source).
 * H3 textComponent (app): #ff0000 20px/26px Arial 400 left mb10.
 * Body links in lists: #ff0000 default; hover/focus #ff0000, no underline.
 * Breadcrumb: #868686 14px/20px, hover #ff0000.
 * Downloads: #eaeaea row bg; icon 70px #ff0000; info #ff0000, hover #868686; file meta #1e1e1e.
 * listStyle_2: custom red bullets, #1e1e1e 15px/22px, mb8 per item.
 * Split mediaTeaser (8+4): transparent bg, 16:9 images.
 * MoodImage: full-width 16:9 strip; theme_color15 gradient overlay (parent colour-tools mood).
 * horizontalLine hr: full-width #6d6e71 1px, mb30.
 * Wistia: cvli7aa5af via E-v1.js + wistia_async; padding 73.96%.
 * Section block: mb10; component stack: 30px (axbase).
 */

.colour-search-page {
  --cs-red: #ff0000;
  --cs-text: #1e1e1e;
  --cs-muted: #6d6e71;
  --cs-breadcrumb: #868686;
  --cs-grey: #eaeaea;
  --cs-rule: #6d6e71;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  color: var(--cs-text);
}

.colour-search-page,
.colour-search-page *,
.colour-search-page *::before,
.colour-search-page *::after {
  box-sizing: border-box;
}

.cs-moodImage {
  position: relative;
  width: 100%;
  margin: 0;
  overflow: hidden;
  line-height: 0;
  background: var(--cs-grey);
}

.cs-moodImage::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(-8deg, rgba(0, 0, 0, 0.45), rgba(255, 0, 0, 0.45));
}

.cs-moodImage picture,
.cs-moodImage img {
  display: block;
  width: 100%;
  height: auto;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.cs-moodImage img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center center;
}

.colour-search-page > .container {
  padding-top: 0;
}

.cs-breadcrumb {
  margin: 0 0 12px;
  padding: 0 15px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: normal;
  text-transform: none;
  color: var(--cs-breadcrumb);
}

.cs-breadcrumb a {
  color: inherit;
  text-decoration: none;
}

.cs-breadcrumb a:hover,
.cs-breadcrumb a:focus-visible {
  color: var(--cs-red);
  text-decoration: none;
}

.cs-breadcrumb a:focus-visible {
  outline: 2px solid rgba(255, 0, 0, 0.35);
  outline-offset: 2px;
}

.cs-breadcrumb-sep {
  display: inline-block;
  margin: 0 0.55em;
}

.cs-breadcrumb-sep::before {
  content: "\2192";
}

.cs-replica {
  padding-bottom: 35px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  color: var(--cs-text);
}

.cs-replica .headlineContent {
  margin: 0;
  padding: 0;
}

.colour-search-page .cs-replica .component.headline {
  margin: 0 0 30px;
  padding: 0;
  text-align: center;
  background: transparent;
}

.colour-search-page .cs-replica .component.headline h1#cs-title {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 39px;
  letter-spacing: normal;
  text-transform: none;
  text-align: center;
  color: var(--cs-red);
}

.cs-section-block {
  margin: 0 0 10px;
  padding: 0;
}

.cs-split-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.cs-col-main {
  width: 66.66666667%;
  padding: 0 15px;
}

.cs-col-side {
  width: 33.33333333%;
  padding: 0 15px;
}

.cs-col-full {
  width: 100%;
  padding: 0 15px;
}

.colour-search-page .cs-replica .component.textComponent {
  margin: 0 0 30px;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.colour-search-page .cs-replica .component.textComponent p {
  margin: 0 0 15px;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: normal;
  text-transform: none;
  color: var(--cs-text);
}

.colour-search-page .cs-replica .component.textComponent p:last-child {
  margin-bottom: 0;
}

.colour-search-page .cs-replica .component.textComponent h3.cs-app-h3 {
  margin: 0 0 10px;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: normal;
  text-transform: none;
  text-align: left;
  color: var(--cs-red);
}

.colour-search-page .cs-replica .component.textComponent a {
  color: var(--cs-red);
  text-decoration: none;
}

.colour-search-page .cs-replica .component.textComponent a:hover,
.colour-search-page .cs-replica .component.textComponent a:focus-visible {
  color: var(--cs-red);
  text-decoration: none;
  outline: none;
}

.colour-search-page .cs-replica .component.textComponent a:focus-visible {
  outline: 2px solid rgba(255, 0, 0, 0.35);
  outline-offset: 2px;
}

.colour-search-page .cs-replica .component.textComponent.listStyle_2 ul {
  margin: 0;
  padding: 0 0 0 38px;
  list-style: none;
}

.colour-search-page .cs-replica .component.textComponent.listStyle_2 ul li {
  position: relative;
  margin: 0 0 8px;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: normal;
  text-transform: none;
  color: var(--cs-text);
}

.colour-search-page .cs-replica .component.textComponent.listStyle_2 ul li:last-child {
  margin-bottom: 0;
}

.colour-search-page .cs-replica .component.textComponent.listStyle_2 ul li::before {
  content: "\25cf";
  position: absolute;
  left: -38px;
  top: 0;
  width: 38px;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: var(--cs-red);
}

.colour-search-page .cs-replica .cs-wistia-wrap {
  margin: 0 0 30px;
}

.colour-search-page .cs-replica .component.mediaTeaser.cs-split-media {
  margin: 0 0 30px;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.colour-search-page .cs-replica .component.mediaTeaser.cs-split-media .img {
  margin: 0;
  padding: 0;
  line-height: 0;
}

.colour-search-page .cs-replica .component.mediaTeaser.cs-split-media .img picture,
.colour-search-page .cs-replica .component.mediaTeaser.cs-split-media .img img {
  display: block;
  width: 100%;
  height: auto;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.colour-search-page .cs-replica .component.mediaTeaser.cs-split-media .img img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center center;
}

.colour-search-page .cs-replica .component.downloads {
  margin: 0 0 30px;
  padding: 0;
}

.colour-search-page .cs-replica .component.downloads section article {
  display: table;
  width: 100%;
  margin: 0 0 20px;
}

.colour-search-page .cs-replica .component.downloads section article a {
  display: table-row;
  background-color: var(--cs-grey);
  color: var(--cs-text);
  text-decoration: none;
}

.colour-search-page .cs-replica .component.downloads section article a:hover,
.colour-search-page .cs-replica .component.downloads section article a:focus-visible {
  text-decoration: none;
  outline: none;
}

.colour-search-page .cs-replica .component.downloads section article a:hover .info,
.colour-search-page .cs-replica .component.downloads section article a:focus-visible .info {
  color: var(--cs-breadcrumb);
}

.colour-search-page .cs-replica .component.downloads .iconType {
  display: table-cell;
  width: 70px;
  min-width: 70px;
  vertical-align: middle;
  text-align: center;
  background-color: var(--cs-red);
}

.colour-search-page .cs-replica .component.downloads .iconType .acrobat {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70px;
  color: #fff;
  font-size: 30px;
  line-height: 38px;
}

.colour-search-page .cs-replica .component.downloads .info {
  display: table-cell;
  padding: 15px 20px;
  vertical-align: middle;
  color: var(--cs-red);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.colour-search-page .cs-replica .component.downloads .info .file {
  color: var(--cs-text);
}

.cs-divider {
  margin: 0 0 30px;
  padding: 0 15px;
}

.cs-divider hr {
  width: 100%;
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-top: 1px solid var(--cs-rule);
  background: transparent;
}

.cs-app-badges {
  margin: 0 0 30px;
  padding: 0 15px;
  text-align: center;
}

.cs-app-badges p {
  margin: 0;
  padding: 0;
}

.cs-app-badges a {
  display: inline-block;
  margin: 0 0 12px;
  line-height: 0;
}

.cs-app-badges a:focus-visible {
  outline: 2px solid rgba(255, 0, 0, 0.35);
  outline-offset: 2px;
}

.cs-app-badges .cs-google-play-badge {
  width: 150px;
  height: auto;
}

.cs-app-badges .cs-app-store-badge {
  width: 135px;
  height: auto;
}

@media (max-width: 767px) {
  .colour-search-page .cs-replica .component.headline h1#cs-title {
    font-size: 26px;
    line-height: 33.8px;
  }

  .cs-col-main,
  .cs-col-side {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
