@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/**
 * dantools
 */
body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure, div {
  margin: 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  box-sizing: border-box; }

.full {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0; }

.hide {
  display: none; }

.no-touch {
  pointer-events: none; }

.score {
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: rgba(0, 0, 0, 0.8); }

.flex-center {
  display: -ms-flexbox;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  align-items: center;
  min-height: 100px; }
  .flex-center > div {
    height: auto; }
  .flex-center .flex-holder {
    width: 100%;
    height: auto;
    background-color: rgba(255, 0, 0, 0.22); }

.flex-center-bottom {
  display: flex;
  justify-content: center;
  align-items: center; }
  .flex-center-bottom > div {
    width: 100%;
    height: auto;
    background-color: aqua; }

.flex-self-center {
  align-self: center; }

.hidden {
  display: none;
  position: absolute;
  clip: rect(0 0 0 0);
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden; }

/**
 * Copy
 */
body {
  font-family: nimbus-sans, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 24px; }

.din {
  font-family: din-2014, sans-serif;
  font-weight: 700;
  font-style: normal; }

.din-med {
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-style: normal; }

.wrapper.copy {
  text-align: left;
  font-weight: 300;
  letter-spacing: 0.04em; }
  @media (max-width: 789px) {
    .wrapper.copy.center-mobile {
      text-align: center; } }
  .wrapper.copy img {
    margin-bottom: 20px; }
  .wrapper.copy .product {
    font-family: DIN-2014;
    font-weight: 600;
    letter-spacing: -0.01em; }
  .wrapper.copy h1 {
    font-size: 80px;
    line-height: 70px;
    font-weight: 400;
    margin-bottom: 40px;
    letter-spacing: -0.02em;
    font-size: 60px;
    line-height: 55px; }
    @media (max-width: 789px) {
      .wrapper.copy h1 {
        font-size: 54px; } }
    .wrapper.copy h1.extra_title {
      font-size: 80px;
      text-transform: uppercase;
      letter-spacing: 0.02em;
      font-weight: 700; }
      @media (max-width: 789px) {
        .wrapper.copy h1.extra_title {
          font-size: 50px; } }
  .wrapper.copy h2 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 400;
    margin-bottom: 40px;
    letter-spacing: 0em;
    font-size: 38px;
    line-height: 40px; }
  .wrapper.copy h3, .wrapper.copy h4 {
    font-weight: 400;
    text-transform: uppercase;
    line-height: 30px;
    font-size: 24px;
    padding-top: 15px;
    padding-bottom: 15px;
    letter-spacing: 0.04em;
    margin-bottom: 40px;
    line-height: 25px;
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px; }
    .wrapper.copy h3 span, .wrapper.copy h4 span {
      text-transform: none; }
  .wrapper.copy h3 {
    border-top-style: solid;
    border-top-width: 2px;
    border-bottom-style: solid;
    border-bottom-width: 2px; }
  .wrapper.copy h5 {
    font-size: 30px;
    margin-bottom: 30px;
    line-height: 30px;
    letter-spacing: 0.04em; }
  .wrapper.copy .narration {
    font-weight: 400;
    line-height: 80%;
    font-style: italic; }
  .wrapper.copy .comment {
    font-weight: 400;
    font-style: italic;
    line-height: 140%;
    font-size: 18px;
    margin-bottom: 20px;
    opacity: .8;
    font-size: 13px; }
  .wrapper.copy .extra-info {
    font-size: 18px;
    letter-spacing: 0.02em;
    overflow: hidden;
    height: auto;
    font-weight: 400;
    text-align: center;
    max-width: 1200px;
    margin: auto;
    max-height: 3000px;
    transition: all 1s ease; }
    .wrapper.copy .extra-info.closed {
      max-height: 60px; }
      .wrapper.copy .extra-info.closed .info {
        opacity: 0;
        padding-bottom: 0; }
    .wrapper.copy .extra-info .open-btn {
      display: inline-block;
      height: 50px;
      line-height: 46px;
      padding-left: 50px;
      padding-right: 50px;
      width: auto;
      border-width: 2px;
      border-style: solid;
      font-weight: 700;
      text-align: center;
      background-color: rgba(240, 248, 255, 0);
      cursor: pointer;
      transition: all .2s ease;
      opacity: .7; }
      .wrapper.copy .extra-info .open-btn:hover {
        padding-left: 60px;
        padding-right: 60px;
        opacity: 1; }
      .wrapper.copy .extra-info .open-btn.wide {
        width: 100%; }
        .wrapper.copy .extra-info .open-btn.wide:hover {
          opacity: 1;
          height: 60px;
          line-height: 56px; }
    .wrapper.copy .extra-info .info {
      text-align: left;
      padding-top: 40px;
      line-height: 1.5;
      transition: all .2s ease .5s;
      padding-bottom: 60px;
      border-bottom: 1px solid; }
    .wrapper.copy .extra-info strong, .wrapper.copy .extra-info b {
      font-weight: 800; }
    .wrapper.copy .extra-info a {
      text-decoration: none;
      color: inherit;
      text-decoration: underline; }
    .wrapper.copy .extra-info p {
      margin-bottom: 20px;
      height: auto; }
      .wrapper.copy .extra-info p:last-of-type {
        background-color: none; }
  .wrapper.copy .row {
    height: auto;
    font-size: 20px;
    letter-spacing: 0.03em;
    line-height: 36px;
    margin-bottom: 80px; }
    .wrapper.copy .row img {
      width: 100%;
      max-width: 1000px;
      margin: auto;
      margin-bottom: 5vh; }
    .wrapper.copy .row.quote {
      background-color: rgba(255, 255, 255, 0.2);
      color: white;
      padding: 60px;
      font-style: italic; }
    .wrapper.copy .row:last-of-type {
      margin-bottom: 0;
      background-color: none; }
    .wrapper.copy .row.col-2, .wrapper.copy .row.col-4, .wrapper.copy .row.col-3 {
      position: relative;
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      .wrapper.copy .row.col-2 > div, .wrapper.copy .row.col-4 > div, .wrapper.copy .row.col-3 > div {
        height: 100%;
        width: 100%; }
        .wrapper.copy .row.col-2 > div:not(:last-child), .wrapper.copy .row.col-4 > div:not(:last-child), .wrapper.copy .row.col-3 > div:not(:last-child) {
          margin-bottom: 5vh; }
      @media (max-width: 1059px) {
        .wrapper.copy .row.col-2 > div:not(:last-child), .wrapper.copy .row.col-4 > div:not(:last-child), .wrapper.copy .row.col-3 > div:not(:last-child) {
          margin-bottom: 0; }
          .wrapper.copy .row.col-2 > div:not(:last-child) p:last-child, .wrapper.copy .row.col-4 > div:not(:last-child) p:last-child, .wrapper.copy .row.col-3 > div:not(:last-child) p:last-child {
            margin-bottom: 20px; } }
      @media (min-width: 1060px) {
        .wrapper.copy .row.col-2, .wrapper.copy .row.col-4, .wrapper.copy .row.col-3 {
          flex-direction: row; }
          .wrapper.copy .row.col-2.col-2 > div, .wrapper.copy .row.col-4.col-2 > div, .wrapper.copy .row.col-3.col-2 > div {
            width: calc(50% - 60px); }
          .wrapper.copy .row.col-2.col-3 > div, .wrapper.copy .row.col-4.col-3 > div, .wrapper.copy .row.col-3.col-3 > div {
            width: calc(33.333% - 45px); }
          .wrapper.copy .row.col-2.col-4 > div, .wrapper.copy .row.col-4.col-4 > div, .wrapper.copy .row.col-3.col-4 > div {
            width: calc(25% - 25px); }
          .wrapper.copy .row.col-2 > div:not(:last-child), .wrapper.copy .row.col-4 > div:not(:last-child), .wrapper.copy .row.col-3 > div:not(:last-child) {
            margin-bottom: 0; } }
    .wrapper.copy .row a {
      font-weight: 700;
      text-decoration: none;
      color: inherit;
      opacity: 1; }
      .wrapper.copy .row a:hover {
        text-decoration: underline; }
    .wrapper.copy .row p {
      margin-bottom: 20px;
      height: auto; }
      .wrapper.copy .row p:last-of-type {
        margin-bottom: 0;
        background-color: none; }
      .wrapper.copy .row p .product {
        letter-spacing: normal;
        font-family: din-2014, sans-serif;
        font-weight: 600;
        letter-spacing: 0; }
    .wrapper.copy .row ul {
      list-style-image: none;
      list-style-position: inside;
      min-width: 50%; }
      .wrapper.copy .row ul li {
        text-align: left;
        line-height: 36px;
        height: auto;
        width: auto;
        display: block;
        background-image: url(https://www.cardinalcorp.com/source/img/sparks/li-dot.png);
        background-repeat: no-repeat;
        background-position: 0 16px;
        padding-left: 40px;
        background-size: auto 40px;
        padding-top: 20px;
        padding-bottom: 20px;
        overflow: visible; }
    @media (max-width: 789px) {
      .wrapper.copy .row .li {
        padding-left: 30px;
        background-size: 25px;
        background-position: 16px 11px;
        padding-top: 0; } }

.right-align {
  text-align: right; }
  @media (max-width: 1059px) {
    .right-align.center-medium {
      text-align: center; } }
  @media (max-width: 789px) {
    .right-align.center-mobile {
      text-align: center; } }

.center {
  text-align: center; }

.case-chart, .product-chart, .product-chart {
  position: relative;
  margin-bottom: 0; }

[id^=mlens_target] {
  background-color: white;
  border: 20px solid white;
  box-sizing: border-box;
  box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.19);
  z-index: 2; }

.stream.CaseStudies [id^=mlens_target] {
  background-color: #555555; }

.lite.xl-edge [id^=mlens_target] {
  background-color: white; }

.touch-hold {
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  height: 40px;
  line-height: 40px;
  position: relative;
  font-weight: 800; }
  .touch-hold > span {
    display: inline-block;
    margin-right: 1px;
    height: 100%;
    width: 30px;
    background-image: url(https://www.cardinalcorp.com/source/img/sparks/press-hold.png);
    background-repeat: no-repeat;
    background-size: auto 80%;
    background-position: right top;
    position: relative;
    top: 30px; }

.chart {
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  font-style: normal; }
  .chart > div {
    margin-bottom: 30px; }
  .chart .chart-1 {
    font-size: 60px;
    line-height: 60px;
    letter-spacing: 0.02em; }
  .chart .chart-2 {
    font-weight: 500;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0em; }
  .chart .chart-3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.05em; }
  .chart img {
    width: 100%;
    max-width: 1000px;
    margin-top: 60px;
    margin-bottom: 120px; }
  @media (max-width: 789px) {
    .chart .chart-1 {
      font-size: 50px;
      line-height: 50px; }
    .chart .chart-2 {
      font-size: 26px;
      line-height: 30px; }
    .chart .chart-3 {
      font-size: 18px;
      line-height: 20px; }
    .chart img {
      margin-top: 20px;
      margin-bottom: 20px; } }

/**
 * SITE
 */
.shieldback {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(https://www.cardinalcorp.com/source/img/sparks/swoop.png);
  background-size: cover;
  background-position: left top;
  z-index: 9;
  opacity: .04;
  pointer-events: none; }
  body.boxed .shieldback {
    width: 90%;
    max-width: 1600px;
    margin: auto;
    background-color: black;
    z-index: inherit;
    opacity: 1; }

.show-mobile {
  display: none; }

@media (max-width: 789px) {
  .show-mobile {
    display: block; }

  .hide-mobile {
    display: none; } }
.ui {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  pointer-events: none; }
  @media (max-width: 1059px) {
    .ui:not(.mobile) {
      width: 125%;
      transform: scale(0.8);
      left: -12.5%;
      transform-origin: center top; } }
  @media screen and (max-height: 640px) {
    .ui {
      width: 125%;
      transform: scale(0.8);
      left: -12.5%;
      transform-origin: center top; } }

.ui .nav-glass {
  z-index: 300;
  position: absolute;
  height: 110px;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  overflow: visible;
  transition: all 0.4s cubic-bezier(0.3, 0.45, 0.21, 0.98);
  pointer-events: all; }
  .ui .nav-glass.closed {
    height: 90px; }
  .ui .nav-glass > div {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  .ui .nav-glass .holder {
    overflow: hidden; }
  .ui .nav-glass .shadow {
    transition: box-shadow .2s ease;
    box-shadow: -1px 3px 20px 0px rgba(0, 0, 0, 0.61); }
  .ui .nav-glass .fill-color {
    background: radial-gradient(ellipse at bottom, rgba(255, 255, 255, 0.2) 0%, rgba(183, 203, 203, 0.3) 10%, rgba(44, 103, 72, 0.3) 30%, rgba(8, 33, 11, 0.4) 100%);
    background: radial-gradient(ellipse at bottom, rgba(255, 255, 255, 0.2) 0%, rgba(183, 203, 203, 0.3) 10%, rgba(44, 103, 72, 0.32) 30%, #01382b 100%);
    background-size: 160% 100%;
    background-position: center;
    opacity: .5; }
  .ui .nav-glass .light-glare_ {
    background-image: url(https://www.cardinalcorp.com/source/img/sparks/IN_GLASS_LIGHTS.png);
    background-size: 50% auto;
    background-position: right center;
    opacity: 1; }
  .ui .nav-glass .edge {
    height: 2px;
    top: calc(100% - 2px);
    background-image: url(https://www.cardinalcorp.com/source/img/sparks/Green-edge.png);
    background-size: 110% 100%;
    background-position: center center;
    opacity: .4; }
  .ui .nav-glass .edge-glare {
    right: 0;
    margin: auto;
    width: calc(100% + 2px);
    height: 2px;
    top: calc(100% - 2px);
    opacity: .4;
    background: linear-gradient(to left, white 0%, white 14%, white 20%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%); }

.navbar {
  position: absolute;
  max-width: 1300px;
  width: calc(100% - 120px);
  left: 0;
  right: 0;
  margin: auto;
  padding-right: 0;
  top: calc(50% - 30px);
  height: 60px;
  line-height: 60px;
  text-align: right;
  overflow: visible;
  font-style: normal;
  color: #ffffff;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all .5s ease; }
  .nav-glass.closed .navbar {
    max-width: 1500px;
    width: calc(100% - 60px ); }
    @media (max-width: 1059px) {
      .nav-glass.closed .navbar {
        width: calc(100% - 20px ); } }
  .navbar .btn {
    pointer-events: all;
    width: auto;
    background-color: rgba(255, 255, 255, 0);
    opacity: 1;
    cursor: pointer;
    transition: all 0.25s cubic-bezier(0.18, 0.15, 0.07, 1.25); }
    .navbar .btn.txt {
      top: 0;
      position: relative;
      font-size: 14px;
      letter-spacing: 0.1em;
      font-weight: 400;
      text-transform: uppercase;
      padding-left: 0;
      padding-right: 0;
      margin-left: 26px;
      border-radius: 2px;
      text-shadow: 1px 1px 20px rgba(0, 0, 0, 0.26); }
      .navbar .btn.txt:before {
        display: block;
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: white;
        left: 0;
        top: -200%;
        opacity: 0;
        transition: all 0.5s cubic-bezier(0.18, 0.15, 0.05, 1.19); }
      .navbar .btn.txt.selected {
        transition-delay: .5s;
        transition-timing-function: cubic-bezier(0.45, -0.36, 0.27, 1.39); }
      .navbar .btn.txt.selected:before {
        top: 10px;
        opacity: .8; }
    .navbar .btn.search {
      background-image: url(https://www.cardinalcorp.com/source/img/sparks/search-icon.png);
      background-size: auto 40%;
      color: transparent;
      width: 40px;
      height: 60px; }
    .navbar .btn:hover {
      opacity: 1;
      text-shadow: 0 0 20px #78eaff;
      top: -5px; }
    .navbar .btn.close {
      position: relative;
      width: 50px;
      margin-left: 20px;
      top: 0;
      transform: translate(0, 0);
      height: 60px;
      transition-property: transform, width, margin-left;
      transition-duration: .5s, .5s, .25s;
      transition-delay: .5s, 0, .25s; }
      .navbar .btn.close.close.selected {
        width: 0;
        transform: translate(0, -120px);
        margin-left: 10px; }
      .navbar .btn.close > div {
        font-weight: 500;
        position: absolute;
        top: 10px;
        right: 0;
        width: 40px;
        height: 40px;
        border: 2px solid white;
        letter-spacing: 0;
        text-align: center;
        font-size: 16px;
        border-radius: 4px;
        line-height: 38px;
        opacity: .8;
        transition: all .25s ease .25s; }
        .navbar .btn.close > div:hover {
          top: 0;
          transition: all .25s ease; }
  .navbar a.sitelogo {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 300px;
    cursor: pointer; }
    .navbar a.sitelogo .primary, .navbar a.sitelogo .reflects, .navbar a.sitelogo .reflects:before, .navbar a.sitelogo .reflects:after {
      background-image: url(https://www.cardinalcorp.com/source/img/sparks/cardinalWhite.svg);
      background-size: auto 36px;
      background-position: left center;
      background-repeat: no-repeat;
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      right: 0;
      content: "";
      display: block;
      overflow: visible; }
    .navbar a.sitelogo .reflects {
      top: -8px;
      left: -8px;
      opacity: .15; }
      .navbar a.sitelogo .reflects:before {
        top: -2px;
        left: -10px;
        opacity: .5; }
      .navbar a.sitelogo .reflects:after {
        top: 30px;
        left: 30px;
        opacity: .5; }

#search-input, #search-input-mobile {
  display: block;
  outline: none !important;
  width: 100%;
  border: none;
  box-sizing: border-box;
  position: relative;
  background-repeat: no-repeat;
  background-image: url(https://www.cardinalcorp.com/source/img/sparks/search-icon.png); }
  #search-input::placeholder, #search-input-mobile::placeholder {
    color: white; }
  #search-input.search-input, #search-input-mobile.search-input {
    background-color: #727272;
    color: white;
    padding: 0;
    padding-left: 90px;
    height: 60px;
    line-height: 60px;
    background-size: auto 50%;
    background-position: 30px center;
    font-size: 20px;
    font-family: nimbus-sans;
    font-weight: 300; }
  #search-input.search-input-mobile, #search-input-mobile.search-input-mobile {
    background-color: rgba(0, 0, 0, 0);
    line-height: 40px;
    color: white;
    background-size: 15px auto;
    background-position: 5px center;
    padding-left: 30px;
    left: -30px;
    width: calc(100% + 30px); }

.nav ul.search-results li, .nav ul.search-results .noResults {
  width: 100%;
  position: relative;
  height: 40px;
  text-align: left;
  background-color: #3B3B3B;
  cursor: pointer;
  margin-top: 2px;
  overflow: hidden;
  transition: all .5s ease; }
  .nav ul.search-results li:hover:not(.noResults), .nav ul.search-results .noResults:hover:not(.noResults) {
    color: #EDEDED;
    background-color: rgba(204, 204, 191, 0.18); }
  .nav ul.search-results li.noResults, .nav ul.search-results .noResults.noResults {
    text-align: center;
    line-height: 90px;
    height: 90px;
    cursor: default; }
  .nav ul.search-results li a, .nav ul.search-results .noResults a {
    position: absolute;
    width: 100%;
    height: 100%;
    line-height: 42px;
    font-size: 16px;
    color: #CECEBF;
    text-decoration: none;
    letter-spacing: .06em;
    text-transform: none !important; }
  .nav ul.search-results li span, .nav ul.search-results .noResults span {
    display: block;
    float: left;
    text-align: right;
    width: 20%;
    font-size: 9px;
    letter-spacing: .16em;
    line-height: 22px;
    height: 20px;
    margin-top: 10px;
    margin-right: 15px;
    padding-right: 15px;
    text-transform: uppercase;
    border-right: 1px solid #CECEBF;
    overflow: hidden; }

.ui .nav {
  pointer-events: all;
  position: absolute;
  height: 60%;
  min-height: 740px;
  max-width: 1400px;
  width: calc(100% - 60px);
  right: 0;
  left: 0;
  margin: auto;
  color: #CECEBF;
  color: #B9B9B9;
  top: 0;
  z-index: 200;
  transition: all 0.7s cubic-bezier(0.25, 0.1, 0.15, 1.25); }
  .ui .nav #product-swiper .swiper-container {
    overflow: hidden;
    background-color: green;
    height: 50%; }
  @media (max-width: 1059px) {
    .ui .nav {
      width: calc(100% - 2px); } }
  .ui .nav.closed {
    top: -800px; }
  .ui .nav .pad {
    position: relative;
    background-color: #333333;
    box-shadow: 6px 8px 13px 1px rgba(0, 0, 0, 0.26);
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.5);
    height: calc(100% + 200px);
    top: -200px; }
  .ui .nav .swiper-slide {
    position: relative;
    width: 100%;
    height: 100%; }
  .ui .nav.products-mode .side-nav .list {
    left: 0; }
  .ui .nav .side-nav, .ui .nav .sideline {
    width: 25%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-color: #333333;
    border-right: 2px solid black;
    display: flex;
    z-index: 1;
    pointer-events: all;
    transition: all 0.8s cubic-bezier(0.52, -0.22, 0.21, 1.21) 0.1s;
    overflow: hidden; }
    .ui .nav .side-nav.closed, .ui .nav .sideline.closed {
      right: calc(100% + 30px); }
    .ui .nav .side-nav .list, .ui .nav .sideline .list {
      left: 120%;
      position: relative;
      margin: auto;
      width: calc(100% - 40px);
      height: auto;
      min-height: 100px;
      font-size: 10px;
      text-transform: uppercase;
      line-height: 36px;
      font-weight: 500;
      letter-spacing: 0.2em;
      transition: all 0.6s cubic-bezier(0.52, -0.22, 0.21, 1.21); }
      .ui .nav .side-nav .list > span, .ui .nav .sideline .list > span {
        text-align: right;
        padding-right: 20px;
        display: block;
        min-height: 36px; }
      .ui .nav .side-nav .list > div, .ui .nav .sideline .list > div {
        text-align: right;
        padding-right: 20px;
        background-color: rgba(194, 194, 194, 0);
        cursor: pointer;
        font-size: 14px;
        font-weight: 500;
        text-transform: uppercase;
        line-height: 36px;
        margin-top: 4px;
        margin-bottom: 4px;
        letter-spacing: 0em;
        text-decoration: none; }
        .ui .nav .side-nav .list > div:hover, .ui .nav .sideline .list > div:hover {
          background-color: rgba(194, 194, 194, 0.24); }
        .ui .nav .side-nav .list > div.selected, .ui .nav .sideline .list > div.selected {
          background-color: #C2C2C2;
          color: #333333;
          cursor: default; }
  .ui .nav .top-nav.full {
    width: calc(75%);
    right: 0;
    left: auto;
    padding-right: 30px;
    padding-left: 30px;
    width: calc(100%);
    padding-left: calc(25% + 30px); }
  .ui .nav .product-nav {
    padding-top: 120px;
    overflow: visible; }
    .ui .nav .product-nav .swiper-slide {
      position: relative;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-content: flex-start;
      align-items: flex-start; }
      .ui .nav .product-nav .swiper-slide .group {
        position: relative;
        margin-left: 15px;
        margin-right: 15px;
        background-color: rgba(63, 70, 68, 0.08);
        height: auto;
        flex-basis: calc(50% - 30px);
        padding-top: 20px;
        min-height: 50px;
        margin-top: 26px; }
        .ui .nav .product-nav .swiper-slide .group.group_double {
          flex-basis: 100%;
          display: flex;
          justify-content: space-between;
          align-content: flex-start;
          align-items: flex-start; }
          .ui .nav .product-nav .swiper-slide .group.group_double > a:nth-of-type(2) {
            margin-left: 30px; }
        .ui .nav .product-nav .swiper-slide .group .group_label {
          color: #FFC7A8;
          font-weight: 400;
          font-size: 10px;
          text-transform: uppercase;
          line-height: 12px;
          letter-spacing: 0.25em;
          height: 18px;
          box-sizing: border-box;
          position: absolute;
          width: 100%;
          top: -10px; }
          .ui .nav .product-nav .swiper-slide .group .group_label:before {
            position: absolute;
            content: "";
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            box-sizing: border-box; }
          .ui .nav .product-nav .swiper-slide .group .group_label:before {
            height: 1px;
            background-color: black;
            top: 17px; }
        .ui .nav .product-nav .swiper-slide .group .company_label {
          position: absolute;
          right: 0;
          top: -16px;
          line-height: 30px;
          font-size: 22px;
          letter-spacing: 0.2em;
          font-family: DIN-2014;
          text-transform: uppercase; }
          .ui .nav .product-nav .swiper-slide .group .company_label span {
            color: white;
            padding-left: 3px;
            padding-right: 3px; }
        .ui .nav .product-nav .swiper-slide .group a {
          box-sizing: border-box;
          display: flex;
          flex-direction: column;
          align-content: flex-start;
          justify-content: center;
          align-items: flex-start;
          color: #B9B9B9;
          width: 100%;
          height: 70px;
          position: relative;
          text-decoration: none;
          padding-left: 120px;
          margin-top: 0;
          margin-bottom: 0;
          transition: all .3s ease 0s;
          pointer-events: all; }
          .ui .nav .product-nav .swiper-slide .group a span {
            display: block; }
          .ui .nav .product-nav .swiper-slide .group a span:nth-of-type(1) {
            line-height: 24px;
            font-size: 24px;
            letter-spacing: 0.03em;
            font-family: DIN-2014; }
          .ui .nav .product-nav .swiper-slide .group a span:nth-of-type(2) {
            margin-top: 4px;
            font-size: 14px;
            line-height: 14px;
            letter-spacing: 0.06em; }
          .ui .nav .product-nav .swiper-slide .group a:before {
            display: block;
            content: "";
            position: absolute;
            width: 2px;
            height: 50px;
            top: calc(50% - 25px);
            left: 105px;
            background-color: #B9B9B9;
            background-color: #000000;
            filter: drop-shadow(0 0 5px rgba(81, 215, 200, 0.2)); }
          .ui .nav .product-nav .swiper-slide .group a:after {
            display: block;
            content: "";
            position: absolute;
            width: 140px;
            left: -30px;
            background-position: center center;
            background-repeat: no-repeat;
            height: 100px;
            background-size: auto 100px;
            top: calc(50% - 50px);
            z-index: 1;
            background-image: url(https://www.cardinalcorp.com/source/img/logo-nav/i89.png);
            transition: all .5s ease; }
          .ui .nav .product-nav .swiper-slide .group a.Di89:after {
            background-image: url(https://www.cardinalcorp.com/source/img/logo-nav/Di89.png); }
          .ui .nav .product-nav .swiper-slide .group a.quad:after {
            background-image: url(https://www.cardinalcorp.com/source/img/logo-nav/Quad.png); }
          .ui .nav .product-nav .swiper-slide .group a.endur:after {
            background-image: url(https://www.cardinalcorp.com/source/img/logo-nav/Endur.png); }
          .ui .nav .product-nav .swiper-slide .group a.xl-edge:after {
            background-image: url(https://www.cardinalcorp.com/source/img/logo-nav/XL_Edge.png); }
          .ui .nav .product-nav .swiper-slide .group a.preserve:after {
            background-image: url(https://www.cardinalcorp.com/source/img/logo-nav/Preserve.png); }
          .ui .nav .product-nav .swiper-slide .group a.E366:after {
            background-image: url(https://www.cardinalcorp.com/source/img/logo-nav/E366.png); }
          .ui .nav .product-nav .swiper-slide .group a.E340:after {
            background-image: url(https://www.cardinalcorp.com/source/img/logo-nav/E340.png); }
          .ui .nav .product-nav .swiper-slide .group a.E240:after {
            background-image: url(https://www.cardinalcorp.com/source/img/logo-nav/E240.png); }
          .ui .nav .product-nav .swiper-slide .group a.LOE2:after {
            background-image: url(https://www.cardinalcorp.com/source/img/logo-nav/LOE2.png); }
          .ui .nav .product-nav .swiper-slide .group a.Ei89:after {
            background-image: url(https://www.cardinalcorp.com/source/img/logo-nav/i89.png); }
          .ui .nav .product-nav .swiper-slide .group a.neat:after {
            background-image: url(https://www.cardinalcorp.com/source/img/logo-nav/Neat.png); }
          .ui .nav .product-nav .swiper-slide .group a.neatPlus:after {
            background-image: url(https://www.cardinalcorp.com/source/img/logo-nav/NeatPlus.png); }
          .ui .nav .product-nav .swiper-slide .group a.preserve:after {
            background-image: url(https://www.cardinalcorp.com/source/img/logo-nav/Preserve.png); }
          .ui .nav .product-nav .swiper-slide .group a.E180:after {
            background-image: url(https://www.cardinalcorp.com/source/img/logo-nav/E180.png); }
          .ui .nav .product-nav .swiper-slide .group a.E180ESC:after {
            background-image: url(https://www.cardinalcorp.com/source/img/logo-nav/E180ESC.png); }
          .ui .nav .product-nav .swiper-slide .group a.sea-storm:after {
            background-image: url(https://www.cardinalcorp.com/source/img/logo-nav/Sea-Storm.png); }
          .ui .nav .product-nav .swiper-slide .group a.lami:after {
            background-image: url(https://www.cardinalcorp.com/source/img/logo-nav/LG_web_logo.png); }
          .ui .nav .product-nav .swiper-slide .group a.ct:after {
            background-image: url(https://www.cardinalcorp.com/source/img/logo-nav/CT_web_logo.png); }
          .ui .nav .product-nav .swiper-slide .group a.float:after {
            background-image: url(https://www.cardinalcorp.com/source/img/logo-nav/Float.png); }
          .ui .nav .product-nav .swiper-slide .group a.sand:after {
            background-image: url(https://www.cardinalcorp.com/source/img/logo-nav/FG_web_logo.png); }
          .ui .nav .product-nav .swiper-slide .group a:hover {
            background-color: rgba(0, 0, 0, 0); }
            .ui .nav .product-nav .swiper-slide .group a:hover > span {
              color: white; }
            .ui .nav .product-nav .swiper-slide .group a:hover:before {
              background-color: #cccccc;
              width: 4px;
              filter: drop-shadow(0 0 4px rgba(81, 215, 200, 0.9)); }
            .ui .nav .product-nav .swiper-slide .group a:hover:after {
              transform: translateX(10px); }
      .ui .nav .product-nav .swiper-slide .label {
        width: calc(100% - 60px);
        margin: auto;
        height: auto;
        color: #FFC7A8;
        border-bottom: 2px solid;
        text-transform: uppercase;
        font-weight: 400;
        line-height: 30px;
        font-size: 11px;
        letter-spacing: 0.3em;
        border-bottom-style: solid;
        border-bottom-width: 2px; }
        .ui .nav .product-nav .swiper-slide .label span {
          color: white;
          padding-left: 3px;
          padding-right: 3px; }
      .ui .nav .product-nav .swiper-slide > a, .ui .nav .product-nav .swiper-slide .filler {
        transform: scale(0.9);
        transform-origin: center center;
        color: #B9B9B9;
        box-sizing: border-box;
        display: block;
        width: 100%;
        min-width: 310px;
        max-width: calc(50% - 30px);
        max-width: 50%;
        height: 70px;
        display: block;
        position: relative;
        text-decoration: none;
        padding-left: 120px;
        margin-top: 30px;
        margin-bottom: 10px;
        transition: all .3s ease 0s;
        pointer-events: all; }
        .ui .nav .product-nav .swiper-slide > a:before, .ui .nav .product-nav .swiper-slide > a:after, .ui .nav .product-nav .swiper-slide .filler:before, .ui .nav .product-nav .swiper-slide .filler:after {
          transition: all .3s  0s; }
        .ui .nav .product-nav .swiper-slide > a > span, .ui .nav .product-nav .swiper-slide .filler > span {
          display: block; }
          .ui .nav .product-nav .swiper-slide > a > span:nth-of-type(1), .ui .nav .product-nav .swiper-slide .filler > span:nth-of-type(1) {
            font-size: 26px;
            font-family: din-2014, sans-serif;
            font-weight: 700;
            text-transform: uppercase;
            line-height: 26px;
            letter-spacing: 0.04em;
            transition-delay: 0s; }
          .ui .nav .product-nav .swiper-slide > a > span:nth-of-type(2), .ui .nav .product-nav .swiper-slide .filler > span:nth-of-type(2) {
            margin-top: 4px;
            font-family: din-2014, sans-serif;
            font-weight: 700;
            text-transform: uppercase;
            line-height: 12px;
            font-size: 12px;
            letter-spacing: 0.1em;
            transition-delay: .1s; }
          .ui .nav .product-nav .swiper-slide > a > span:nth-of-type(3), .ui .nav .product-nav .swiper-slide .filler > span:nth-of-type(3) {
            margin-top: 4px;
            line-height: 12px;
            font-size: 12px;
            letter-spacing: 0.04em;
            font-style: italic;
            transition-delay: .2s; }
        .ui .nav .product-nav .swiper-slide > a:before, .ui .nav .product-nav .swiper-slide .filler:before {
          display: block;
          content: "";
          position: absolute;
          width: 2px;
          height: 70px;
          top: calc(50% - 35px);
          left: 100px;
          background-color: #B9B9B9;
          background-color: #000000;
          filter: drop-shadow(0 0 5px rgba(81, 215, 200, 0.2)); }
        .ui .nav .product-nav .swiper-slide > a:after, .ui .nav .product-nav .swiper-slide .filler:after {
          display: block;
          content: "";
          position: absolute;
          width: 140px;
          left: -50px;
          background-position: center right;
          background-repeat: no-repeat;
          height: 200px;
          background-size: auto 80px;
          top: calc(50% - 100px);
          z-index: 1;
          background-image: url(https://www.cardinalcorp.com/source/img/logo-nav/i89.png); }
        .ui .nav .product-nav .swiper-slide > a.quad:after, .ui .nav .product-nav .swiper-slide .filler.quad:after {
          background-image: url(https://www.cardinalcorp.com/source/img/logo-nav/Quad.png);
          background-size: auto 90px;
          left: -40px; }
        .ui .nav .product-nav .swiper-slide > a.endur:after, .ui .nav .product-nav .swiper-slide .filler.endur:after {
          background-image: url(https://www.cardinalcorp.com/source/img/logo-nav/Endur.png); }
        .ui .nav .product-nav .swiper-slide > a.xl-edge:after, .ui .nav .product-nav .swiper-slide .filler.xl-edge:after {
          background-image: url(https://www.cardinalcorp.com/source/img/logo-nav/XL_Edge.png); }
        .ui .nav .product-nav .swiper-slide > a.preserve:after, .ui .nav .product-nav .swiper-slide .filler.preserve:after {
          background-image: url(https://www.cardinalcorp.com/source/img/logo-nav/Preserve.png); }
        .ui .nav .product-nav .swiper-slide > a.E366:after, .ui .nav .product-nav .swiper-slide .filler.E366:after {
          background-image: url(https://www.cardinalcorp.com/source/img/logo-shadow/E366.png); }
        .ui .nav .product-nav .swiper-slide > a.E340:after, .ui .nav .product-nav .swiper-slide .filler.E340:after {
          background-image: url(https://www.cardinalcorp.com/source/img/logo-shadow/E340.png); }
        .ui .nav .product-nav .swiper-slide > a.E240:after, .ui .nav .product-nav .swiper-slide .filler.E240:after {
          background-image: url(https://www.cardinalcorp.com/source/img/logo-shadow/E240.png); }
        .ui .nav .product-nav .swiper-slide > a.LOE2:after, .ui .nav .product-nav .swiper-slide .filler.LOE2:after {
          background-image: url(https://www.cardinalcorp.com/source/img/logo-shadow/LOE2.png); }
        .ui .nav .product-nav .swiper-slide > a.Ei89:after, .ui .nav .product-nav .swiper-slide .filler.Ei89:after {
          background-image: url(https://www.cardinalcorp.com/source/img/logo-shadow/i89.png); }
        .ui .nav .product-nav .swiper-slide > a.neat:after, .ui .nav .product-nav .swiper-slide .filler.neat:after {
          background-image: url(https://www.cardinalcorp.com/source/img/logo-shadow/Neat.png); }
        .ui .nav .product-nav .swiper-slide > a.neatPlus:after, .ui .nav .product-nav .swiper-slide .filler.neatPlus:after {
          left: -40px;
          background-image: url(https://www.cardinalcorp.com/source/img/logo-shadow/NeatPlus.png); }
        .ui .nav .product-nav .swiper-slide > a.preserve:after, .ui .nav .product-nav .swiper-slide .filler.preserve:after {
          background-image: url(https://www.cardinalcorp.com/source/img/logo-shadow/Preserve.png); }
        .ui .nav .product-nav .swiper-slide > a.E180:after, .ui .nav .product-nav .swiper-slide .filler.E180:after {
          background-image: url(https://www.cardinalcorp.com/source/img/logo-shadow/E180.png); }
        .ui .nav .product-nav .swiper-slide > a.E180ESC:after, .ui .nav .product-nav .swiper-slide .filler.E180ESC:after {
          background-image: url(https://www.cardinalcorp.com/source/img/logo-shadow/E180ESC.png); }
        .ui .nav .product-nav .swiper-slide > a.sea-storm:after, .ui .nav .product-nav .swiper-slide .filler.sea-storm:after {
          background-image: url(https://www.cardinalcorp.com/source/img/logo-shadow/Sea-Storm.png); }
        .ui .nav .product-nav .swiper-slide > a.lami:after, .ui .nav .product-nav .swiper-slide .filler.lami:after {
          background-image: url(https://www.cardinalcorp.com/source/img/logo-shadow/LG_web_logo.png);
          background-size: auto 70px; }
        .ui .nav .product-nav .swiper-slide > a.ct:after, .ui .nav .product-nav .swiper-slide .filler.ct:after {
          background-image: url(https://www.cardinalcorp.com/source/img/logo-shadow/CT_web_logo.png);
          background-size: auto 70px; }
        .ui .nav .product-nav .swiper-slide > a.float:after, .ui .nav .product-nav .swiper-slide .filler.float:after {
          background-image: url(https://www.cardinalcorp.com/source/img/logo-nav/Float.png);
          background-size: auto 70px; }
        .ui .nav .product-nav .swiper-slide > a.sand:after, .ui .nav .product-nav .swiper-slide .filler.sand:after {
          background-image: url(https://www.cardinalcorp.com/source/img/logo-shadow/FG_web_logo.png);
          background-size: auto 70px; }
        .ui .nav .product-nav .swiper-slide > a:hover, .ui .nav .product-nav .swiper-slide .filler:hover {
          background-color: rgba(0, 0, 0, 0);
          padding-left: 124px; }
          .ui .nav .product-nav .swiper-slide > a:hover > span, .ui .nav .product-nav .swiper-slide .filler:hover > span {
            color: white; }
          .ui .nav .product-nav .swiper-slide > a:hover:before, .ui .nav .product-nav .swiper-slide .filler:hover:before {
            background-color: #cccccc;
            width: 2px;
            filter: drop-shadow(0 0 4px rgba(81, 215, 200, 0.9)); }
          .ui .nav .product-nav .swiper-slide > a:hover:after, .ui .nav .product-nav .swiper-slide .filler:hover:after {
            left: -53px; }
  .ui .nav .swiper-slide.technology,
  .ui .nav .swiper-slide.company,
  .ui .nav .swiper-slide.search {
    padding-top: 120px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-content: stretch;
    align-items: flex-start; }
    .ui .nav .swiper-slide.technology.search,
    .ui .nav .swiper-slide.company.search,
    .ui .nav .swiper-slide.search.search {
      justify-content: center;
      align-content: stretch;
      align-items: center;
      align-content: stretch; }
      .ui .nav .swiper-slide.technology.search .item,
      .ui .nav .swiper-slide.company.search .item,
      .ui .nav .swiper-slide.search.search .item {
        max-width: 100%;
        width: 90%;
        flex-basis: 90%;
        margin-top: 0;
        align-self: flex-start;
        padding-top: 30px; }
    .ui .nav .swiper-slide.technology.technology .item > div,
    .ui .nav .swiper-slide.company.technology .item > div,
    .ui .nav .swiper-slide.search.technology .item > div {
      color: #B9EFFB;
      border-color: #648991; }
    .ui .nav .swiper-slide.technology.company .item > div,
    .ui .nav .swiper-slide.company.company .item > div,
    .ui .nav .swiper-slide.search.company .item > div {
      color: #fbb9b9;
      border-color: #916464; }
    .ui .nav .swiper-slide.technology.company .item,
    .ui .nav .swiper-slide.company.company .item,
    .ui .nav .swiper-slide.search.company .item {
      width: calc(50% - 60px); }
      .ui .nav .swiper-slide.technology.company .item a,
      .ui .nav .swiper-slide.company.company .item a,
      .ui .nav .swiper-slide.search.company .item a {
        width: calc(100% - 30px); }
    .ui .nav .swiper-slide.technology .item,
    .ui .nav .swiper-slide.company .item,
    .ui .nav .swiper-slide.search .item {
      width: calc(50% - 60px);
      height: auto;
      min-height: 50%; }
      .ui .nav .swiper-slide.technology .item > div,
      .ui .nav .swiper-slide.company .item > div,
      .ui .nav .swiper-slide.search .item > div {
        text-transform: uppercase;
        font-weight: 400;
        line-height: 30px;
        font-size: 11px;
        letter-spacing: 0.3em;
        border-bottom-style: solid;
        border-bottom-width: 2px;
        margin-bottom: 4px;
        margin-top: 30px; }
        .ui .nav .swiper-slide.technology .item > div:first-of-type,
        .ui .nav .swiper-slide.company .item > div:first-of-type,
        .ui .nav .swiper-slide.search .item > div:first-of-type {
          margin-top: 0; }
      .ui .nav .swiper-slide.technology .item > a,
      .ui .nav .swiper-slide.company .item > a,
      .ui .nav .swiper-slide.search .item > a {
        display: block;
        font-size: 14px;
        font-weight: 500;
        text-transform: uppercase;
        line-height: 36px;
        margin-top: 4px;
        margin-bottom: 4px;
        letter-spacing: 0em;
        text-decoration: none;
        color: inherit;
        text-decoration: none;
        padding-left: 30px;
        position: relative;
        margin-top: 4px;
        margin-bottom: 0;
        line-height: 16px;
        padding-top: 10px;
        padding-bottom: 10px; }
        .ui .nav .swiper-slide.technology .item > a.selected, .ui .nav .swiper-slide.technology .item > a .selected:hover,
        .ui .nav .swiper-slide.company .item > a.selected,
        .ui .nav .swiper-slide.company .item > a .selected:hover,
        .ui .nav .swiper-slide.search .item > a.selected,
        .ui .nav .swiper-slide.search .item > a .selected:hover {
          background-color: rgba(255, 255, 255, 0.05);
          color: rgba(248, 248, 248, 0.72); }
          .ui .nav .swiper-slide.technology .item > a.selected:after, .ui .nav .swiper-slide.technology .item > a .selected:hover:after,
          .ui .nav .swiper-slide.company .item > a.selected:after,
          .ui .nav .swiper-slide.company .item > a .selected:hover:after,
          .ui .nav .swiper-slide.search .item > a.selected:after,
          .ui .nav .swiper-slide.search .item > a .selected:hover:after {
            background-color: #B9EFFB; }
        .ui .nav .swiper-slide.technology .item > a:after,
        .ui .nav .swiper-slide.company .item > a:after,
        .ui .nav .swiper-slide.search .item > a:after {
          display: block;
          content: "";
          position: absolute;
          height: 14px;
          width: 4px;
          background-color: black;
          top: calc(50% - 7px);
          left: calc(15px - 2px); }
        .technology .ui .nav .swiper-slide.technology .item > a.selected,
        .technology .ui .nav .swiper-slide.company .item > a.selected,
        .technology .ui .nav .swiper-slide.search .item > a.selected {
          background-color: rgba(185, 239, 251, 0.05);
          color: #B9EFFB; }
          .technology .ui .nav .swiper-slide.technology .item > a.selected:after,
          .technology .ui .nav .swiper-slide.company .item > a.selected:after,
          .technology .ui .nav .swiper-slide.search .item > a.selected:after {
            background-color: #B9EFFB; }
        .ui .nav .swiper-slide.technology .item > a:hover,
        .ui .nav .swiper-slide.company .item > a:hover,
        .ui .nav .swiper-slide.search .item > a:hover {
          background-color: rgba(251, 255, 255, 0.15);
          color: white; }
          .ui .nav .swiper-slide.technology .item > a:hover:after,
          .ui .nav .swiper-slide.company .item > a:hover:after,
          .ui .nav .swiper-slide.search .item > a:hover:after {
            background-color: white; }
    .ui .nav .swiper-slide.technology .mini-map,
    .ui .nav .swiper-slide.company .mini-map,
    .ui .nav .swiper-slide.search .mini-map {
      pointer-events: none;
      height: 50%;
      width: 100%;
      flex-basis: 100%;
      position: relative;
      position: absolute;
      top: 120px;
      right: 0; }
      .ui .nav .swiper-slide.technology .mini-map .map-here,
      .ui .nav .swiper-slide.company .mini-map .map-here,
      .ui .nav .swiper-slide.search .mini-map .map-here {
        border-bottom: none;
        position: absolute;
        width: 100%;
        height: 160%;
        pointer-events: none;
        background-image: url(https://www.cardinalcorp.com/source/img/test/nav_map.png); }

#browser-page {
  background-color: #444444;
  color: #cccccc;
  z-index: 5000;
  text-align: center;
  font-family: sans-serif;
  display: block;
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0; }

#browser-page .wrap {
  position: relative;
  width: 720px;
  display: inline-block;
  margin: auto;
  font-size: 14px;
  letter-spacing: .08em;
  margin-top: 80px; }

#browser-page .logo {
  width: 500px;
  height: 80px;
  background-image: url(https://www.cardinalcorp.com/source/img/old-browser/oldBrowser_logo.png);
  margin: auto; }

#browser-page .tagline {
  background-image: url(https://www.cardinalcorp.com/source/img/old-browser/oldBrowser_tagline.png);
  background-size: 80% auto;
  width: 100%;
  height: 50px;
  background-size: 80% auto;
  border-top: solid 1px #333333;
  border-bottom: solid 1px #333333;
  margin-top: 20px;
  margin-bottom: 20px; }

#browser-page .links-here {
  position: relative;
  height: auto;
  width: 160px;
  margin: auto; }

#browser-page p {
  width: 100%;
  margin: auto;
  margin-bottom: 20px; }

#browser-page a {
  display: block;
  margin-left: 1%;
  margin-right: 1%;
  height: 30px;
  line-height: 30px;
  color: #cccccc;
  width: 100%; }

#browser-page a:hover {
  color: #ffffff;
  background-color: #418697; }

a.sitelogo {
  display: block;
  position: absolute;
  left: 20px;
  top: 5;
  height: 100%;
  width: 300px;
  cursor: pointer; }
  a.sitelogo .primary, a.sitelogo .reflects, a.sitelogo .reflects:before, a.sitelogo .reflects:after {
    background-image: url(https://www.cardinalcorp.com/source/img/sparks/cardinalWhite.svg);
    background-size: auto 36px;
    background-position: left center;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    content: "";
    display: block;
    overflow: visible; }
  a.sitelogo .reflects {
    top: -8px;
    left: -8px;
    opacity: .15; }
    a.sitelogo .reflects:before {
      top: -2px;
      left: -10px;
      opacity: .5; }
    a.sitelogo .reflects:after {
      top: 30px;
      left: 30px;
      opacity: .5; }

.nav_mobile {
  display: none; }

@media (max-width: 789px) {
  .nav_full {
    display: none; }

  .nav_mobile {
    display: block; } }
.static_base {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
  pointer-events: none;
  z-index: 100px; }
  .static_base .width_wrapper {
    position: relative;
    width: calc(100% - 80px);
    margin: auto;
    height: auto;
    max-width: 460px; }

.static_base .list.swiper-container {
  width: 100%;
  top: 0;
  height: 100%;
  font-weight: 40px;
  font-size: 16px;
  line-height: 60px;
  letter-spacing: 0.1em;
  color: #DFDFDF; }
  .static_base .list.swiper-container.width_wrapper {
    width: calc(100% - 80px); }
  .static_base .list.swiper-container .swiper-slide {
    position: relative;
    min-height: 100%;
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  .static_base .list.swiper-container .section > .btn {
    font-weight: 400;
    text-transform: uppercase;
    padding-left: 30px;
    pointer-events: all;
    cursor: pointer;
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 80px;
    position: relative;
    width: calc(100% - 80px);
    margin: auto;
    height: auto;
    max-width: 460px; }
  .static_base .list.swiper-container ul.search-results, .static_base .list.swiper-container ul.search-results li {
    list-style: none;
    margin: 0;
    padding: 0; }
    .static_base .list.swiper-container ul.search-results .noResults, .static_base .list.swiper-container ul.search-results li .noResults {
      text-transform: uppercase;
      padding-left: 30px;
      padding-bottom: 20px; }
  .static_base .list.swiper-container .sub-section > .btn, .static_base .list.swiper-container .sub-section > input {
    font-weight: 300;
    text-transform: uppercase;
    pointer-events: all;
    cursor: pointer;
    margin-bottom: 10px; }
  .static_base .list.swiper-container a {
    letter-spacing: 0.15em;
    margin-bottom: 5px;
    color: #DFDFDF;
    text-decoration: none;
    display: block;
    padding-left: 20px;
    pointer-events: all;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px; }
  .static_base .list.swiper-container .section.products .sub-section:after {
    background-color: black;
    z-index: -1;
    height: 2px;
    background: linear-gradient(90deg, #f2ac88, #D9895A);
    top: 20px;
    top: auto;
    bottom: 20px;
    width: 100%;
    left: -10px;
    display: none;
    width: calc(100% ); }
  .static_base .list.swiper-container .section.products .company-name, .static_base .list.swiper-container .section.products .company-end {
    opacity: .9;
    left: -20px;
    font-family: nimbus-sans;
    color: #D9895A;
    font-weight: 500;
    height: 20px;
    text-transform: uppercase;
    line-height: 20px;
    position: relative;
    width: calc(100% + 10px);
    text-align: right;
    font-size: 20px;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
    width: calc(100% - 30px);
    left: 0%; }
    .static_base .list.swiper-container .section.products .company-name > span, .static_base .list.swiper-container .section.products .company-end > span {
      color: #eaded8;
      font-weight: 600;
      letter-spacing: 0.15em; }
    .static_base .list.swiper-container .section.products .company-name.company-end, .static_base .list.swiper-container .section.products .company-end.company-end {
      height: 20px; }
      .static_base .list.swiper-container .section.products .company-name.company-end:after, .static_base .list.swiper-container .section.products .company-end.company-end:after {
        top: 0; }
  .static_base .list.swiper-container .section.products .group_label {
    position: relative;
    color: #FFC7A8;
    font-weight: 400;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 12px;
    letter-spacing: 0.25em;
    height: 18px;
    box-sizing: border-box;
    width: calc(100% + 30px);
    left: -30px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: calc(100% - 30px);
    left: 0%; }
    .static_base .list.swiper-container .section.products .group_label:before {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      box-sizing: border-box; }
    .static_base .list.swiper-container .section.products .group_label:before {
      height: 1px;
      background-color: black;
      top: 17px; }
  .static_base .list.swiper-container .section.products a {
    display: flex;
    flex-direction: column;
    left: -30px;
    position: relative;
    width: calc(100% + 30px);
    height: auto;
    overflow-x: visible;
    font-family: DIN-2014;
    font-weight: 300;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 125px;
    margin-bottom: 10px;
    text-transform: none;
    box-sizing: border-box;
    box-sizing: border-box; }
    .static_base .list.swiper-container .section.products a:before {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      box-sizing: border-box; }
    .static_base .list.swiper-container .section.products a:after {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      box-sizing: border-box; }
    .static_base .list.swiper-container .section.products a > div {
      position: absolute;
      top: 20px;
      left: 10px;
      height: 50px;
      width: 50px;
      line-height: 50px;
      background-color: #DFDFDF;
      color: #222222;
      text-align: center;
      font-size: 30px;
      font-weight: 700;
      border-radius: 4px;
      letter-spacing: 0em;
      display: none; }
    .static_base .list.swiper-container .section.products a:before {
      height: 50px;
      width: 2px;
      background-color: #000000;
      opacity: .8;
      top: 25px;
      left: 110px; }
    .static_base .list.swiper-container .section.products a:after {
      left: 0;
      top: 0;
      background-size: auto 80px;
      background-position: left center;
      background-repeat: no-repeat; }
    .static_base .list.swiper-container .section.products a.Di89:after {
      background-image: url(https://www.cardinalcorp.com/source/img/logo-nav/Di89.png); }
    .static_base .list.swiper-container .section.products a.quad:after {
      background-image: url(https://www.cardinalcorp.com/source/img/logo-nav/Quad.png); }
    .static_base .list.swiper-container .section.products a.endur:after {
      background-image: url(https://www.cardinalcorp.com/source/img/logo-nav/Endur.png); }
    .static_base .list.swiper-container .section.products a.xl-edge:after {
      background-image: url(https://www.cardinalcorp.com/source/img/logo-nav/XL_Edge.png); }
    .static_base .list.swiper-container .section.products a.preserve:after {
      background-image: url(https://www.cardinalcorp.com/source/img/logo-nav/Preserve.png); }
    .static_base .list.swiper-container .section.products a.E366:after {
      background-image: url(https://www.cardinalcorp.com/source/img/logo-nav/E366.png); }
    .static_base .list.swiper-container .section.products a.E340:after {
      background-image: url(https://www.cardinalcorp.com/source/img/logo-nav/E340.png); }
    .static_base .list.swiper-container .section.products a.E240:after {
      background-image: url(https://www.cardinalcorp.com/source/img/logo-nav/E240.png); }
    .static_base .list.swiper-container .section.products a.LOE2:after {
      background-image: url(https://www.cardinalcorp.com/source/img/logo-nav/LOE2.png); }
    .static_base .list.swiper-container .section.products a.Ei89:after {
      background-image: url(https://www.cardinalcorp.com/source/img/logo-nav/i89.png); }
    .static_base .list.swiper-container .section.products a.neat:after {
      background-image: url(https://www.cardinalcorp.com/source/img/logo-nav/Neat.png); }
    .static_base .list.swiper-container .section.products a.neatPlus:after {
      background-image: url(https://www.cardinalcorp.com/source/img/logo-nav/NeatPlus.png); }
    .static_base .list.swiper-container .section.products a.preserve:after {
      background-image: url(https://www.cardinalcorp.com/source/img/logo-nav/Preserve.png); }
    .static_base .list.swiper-container .section.products a.E180:after {
      background-image: url(https://www.cardinalcorp.com/source/img/logo-nav/E180.png); }
    .static_base .list.swiper-container .section.products a.E180ESC:after {
      background-image: url(https://www.cardinalcorp.com/source/img/logo-nav/E180ESC.png); }
    .static_base .list.swiper-container .section.products a.sea-storm:after {
      background-image: url(https://www.cardinalcorp.com/source/img/logo-nav/Sea-Storm.png); }
    .static_base .list.swiper-container .section.products a.lami:after {
      background-image: url(https://www.cardinalcorp.com/source/img/logo-nav/LG_web_logo.png); }
    .static_base .list.swiper-container .section.products a.ct:after {
      background-image: url(https://www.cardinalcorp.com/source/img/logo-nav/CT_web_logo.png); }
    .static_base .list.swiper-container .section.products a.float:after {
      background-image: url(https://www.cardinalcorp.com/source/img/logo-nav/Float.png); }
    .static_base .list.swiper-container .section.products a span {
      display: block; }
      .static_base .list.swiper-container .section.products a span:nth-of-type(1) {
        line-height: 24px;
        font-size: 24px;
        letter-spacing: 0.03em;
        font-family: DIN-2014;
        font-weight: 300; }
      .static_base .list.swiper-container .section.products a span:nth-of-type(2) {
        margin-top: 4px;
        font-size: 14px;
        line-height: 14px;
        letter-spacing: 0.06em;
        font-weight: 300; }
  .static_base .list.swiper-container .section, .static_base .list.swiper-container .sub-section {
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
    overflow: hidden;
    height: auto;
    width: 100%;
    transition: all .3s ease;
    transition-timing-function: ease-out; }
    .static_base .list.swiper-container .section.section, .static_base .list.swiper-container .sub-section.section {
      max-height: 80px;
      border-bottom: 1.5px solid black; }
      .static_base .list.swiper-container .section.section.open, .static_base .list.swiper-container .sub-section.section.open {
        padding-top: 20px;
        padding-bottom: 20px; }
      .static_base .list.swiper-container .section.section:first-child, .static_base .list.swiper-container .sub-section.section:first-child {
        border-top: black 1.5px solid; }
      .static_base .list.swiper-container .section.section .btn:before, .static_base .list.swiper-container .sub-section.section .btn:before {
        height: 80px;
        line-height: 80px; }
    .static_base .list.swiper-container .section.sub-section, .static_base .list.swiper-container .sub-section.sub-section {
      max-height: 60px;
      position: relative;
      width: calc(100% - 80px);
      margin: auto;
      height: auto;
      max-width: 460px; }
      .static_base .list.swiper-container .section.sub-section .btn:before, .static_base .list.swiper-container .sub-section.sub-section .btn:before {
        height: 60px;
        line-height: 60px; }
    .static_base .list.swiper-container .section.open, .static_base .list.swiper-container .sub-section.open {
      max-height: 10000px;
      transition-timing-function: ease-in-out; }
      .static_base .list.swiper-container .section.open > .btn:before, .static_base .list.swiper-container .sub-section.open > .btn:before {
        transform: rotate(45deg); }
    .static_base .list.swiper-container .section.section.open > .btn, .static_base .list.swiper-container .sub-section.section.open > .btn {
      padding-left: 30px; }
      .static_base .list.swiper-container .section.section.open > .btn:before, .static_base .list.swiper-container .sub-section.section.open > .btn:before {
        transform: rotate(45deg); }
    .static_base .list.swiper-container .section.sub-section, .static_base .list.swiper-container .sub-section.sub-section {
      padding-left: 30px; }
    .static_base .list.swiper-container .section .btn:before, .static_base .list.swiper-container .sub-section .btn:before {
      content: "+";
      display: block;
      position: absolute;
      text-align: center;
      width: 30px;
      top: 0;
      left: 0;
      font-size: 16px;
      font-weight: 700;
      transform: rotate(0deg);
      transform-origin: center;
      transition: transform 0.3s cubic-bezier(0.51, -0.47, 0.17, 1.44) 0.01s; }
    .static_base .list.swiper-container .section .search-input-mobile:before, .static_base .list.swiper-container .sub-section .search-input-mobile:before {
      content: "+";
      display: block;
      position: absolute;
      text-align: center;
      width: 30px;
      top: 0;
      height: 50px;
      line-height: 50px;
      left: 0;
      font-size: 16px;
      font-weight: 700;
      transform: rotate(0deg);
      transform-origin: center;
      transition: transform 0.3s cubic-bezier(0.51, -0.47, 0.17, 1.44) 0.01s; }
    .static_base .list.swiper-container .section.sub-section:after, .static_base .list.swiper-container .sub-section.sub-section:after {
      content: "";
      position: absolute;
      text-align: center;
      width: 1px;
      top: 60px;
      height: calc(100% - 60px);
      left: 30px;
      background-color: #DFDFDF; }
  .static_base .list.swiper-container .section.products .sub-section.open {
    width: calc(100% + 60px); }

.mobile_nav.full {
  transition-delay: .1s;
  transition-duration: 1.2s;
  transition-timing-function: cubic-bezier(0.75, 0.17, 0.09, 1.05);
  transition-property: top;
  pointer-events: all;
  margin: auto;
  top: -10px;
  width: calc(100% - 20px); }
  .mobile_nav.full .plate {
    background-color: #333333;
    border: 4px solid #082514;
    box-shadow: 2px 4px 8px 3px rgba(0, 0, 0, 0.56); }
  .mobile_nav.full:not(.open) {
    top: -110%; }

.ui.mobile {
  transition: all 0.8s cubic-bezier(0.64, -0.23, 0.33, 1.13); }
  .ui.mobile.nav-down {
    top: 0; }
  .ui.mobile.nav-up {
    top: -120px;
    transition-duration: 2s;
    transition-delay: 1s; }
  .ui.mobile .sitelogo {
    transform: scale(0.9);
    transform-origin: left center;
    pointer-events: none; }
  .ui.mobile .mobile_home_btn {
    position: absolute;
    left: 0;
    top: 0;
    background-color: transparent;
    height: 80px;
    width: 220px;
    cursor: pointer;
    z-index: 1000;
    pointer-events: all; }
  .ui.mobile .burger_btn {
    position: absolute;
    top: 5px;
    right: 0;
    height: 80px;
    width: 140px;
    pointer-events: all;
    cursor: pointer;
    background-image: url(https://www.cardinalcorp.com/source/img/sparks/hamburger_new.png);
    background-position: right 40px center;
    pointer-events: all;
    cursor: pointer;
    background-color: transparent;
    background-color: transparent;
    background-size: 30px auto;
    z-index: 500;
    pointer-events: all;
    transition: all 0.6s cubic-bezier(0.42, 0, 0.15, 1.25);
    transition-delay: .5s; }
  .ui.mobile .burger_close_btn {
    position: absolute;
    top: -150px;
    right: 0;
    width: 120px;
    height: 85px;
    z-index: 500;
    background-color: rgba(64, 127, 183, 0);
    pointer-events: all;
    cursor: pointer;
    transition: all 0.6s cubic-bezier(0.42, 0, 0.15, 1.25); }
    .ui.mobile .burger_close_btn > div {
      position: absolute;
      top: 25px;
      right: 40px;
      height: 40px;
      width: 40px;
      border: 2px solid white;
      letter-spacing: 0;
      text-align: center;
      font-size: 20px;
      border-radius: 4px;
      line-height: 38px;
      color: white;
      pointer-events: none;
      opacity: .8; }
  .ui.mobile.open .burger_close_btn {
    top: 0;
    transition-delay: .5s; }
  .ui.mobile.open .burger_btn {
    top: -200px;
    transition-delay: 0s; }

.mobile_nav.full.open .burger {
  right: -5px; }

/**
 * Layout
 */
body.boxed {
  background-color: #222222; }

.wrapper {
  width: 80%;
  max-width: 1080px;
  height: auto;
  margin: auto;
  position: relative; }
  .wrapper.static {
    max-width: calc( 1080px * 1.1); }
  @media (max-width: 1059px) {
    .wrapper {
      width: 95%; } }

.stream {
  width: 100%;
  overflow: hidden; }
  body.boxed .stream {
    box-sizing: border-box;
    width: 90%;
    max-width: 1600px;
    margin: auto;
    overflow: hidden;
    border-left: 2px solid black;
    border-right: 2px solid black;
    border-bottom: 2px solid black;
    margin-bottom: 120px;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5); }
  .stream .banner {
    width: 100%;
    position: relative;
    height: 20vh; }
    @media (max-width: 789px) {
      .stream .banner {
        height: 90px; } }
    .stream .banner .breadnav {
      display: none;
      position: absolute;
      width: auto;
      height: 40px;
      line-height: 40px;
      font-size: 16px;
      text-align: right;
      top: calc(50% - 20px);
      margin: auto;
      left: 0;
      right: 0;
      text-transform: uppercase;
      width: 80%;
      max-width: 1080px;
      letter-spacing: 0.12em;
      font-weight: 400; }
  .stream .lite {
    position: relative;
    height: auto;
    width: 100%;
    padding-top: 20vh;
    padding-bottom: 20vh;
    text-align: center; }
    @media (max-width: 789px) {
      .stream .lite {
        padding-top: 10vh;
        padding-bottom: 10vh; } }
    .stream .lite:not(.footer):first-of-type {
      padding-top: 10vh; }
    .stream .lite .lite-inner-spacer {
      margin-top: 20vh; }
    .stream .lite.application {
      height: 100vh;
      display: flex;
      min-height: 900px; }
    .stream .lite.tall {
      position: relative;
      width: 100%;
      min-height: 80vh;
      height: auto;
      display: -ms-flexbox;
      display: flex; }
      @media (max-width: 789px) {
        .stream .lite.tall {
          min-height: 500px; } }
    .stream .lite.reg {
      min-height: 80vh;
      height: auto; }
      @media (max-width: 789px) {
        .stream .lite.reg {
          min-height: 40vh; } }
    .stream .lite.banner {
      min-height: 300px;
      background-color: blueviolet;
      border-top: none; }
    .stream .lite.footer.for-more-info.lite {
      color: #bac2d2;
      background-color: transparent; }
      .stream .lite.footer.for-more-info.lite .photofade {
        z-index: -1; }
        .stream .lite.footer.for-more-info.lite .photofade:before {
          display: block;
          content: "";
          position: absolute;
          width: 100%;
          height: 220px;
          top: -1px;
          margin: auto;
          background: linear-gradient(180deg, #333333, rgba(51, 51, 51, 0));
          z-index: 2; }
          @media only screen and (max-width: 960px) {
            .stream .lite.footer.for-more-info.lite .photofade:before {
              height: 80px; } }
        .stream .lite.footer.for-more-info.lite .photofade:after {
          z-index: 2;
          display: block;
          content: "";
          position: absolute;
          width: 100%;
          height: 220px;
          bottom: 0;
          margin: auto;
          background: linear-gradient(0deg, #333333, rgba(51, 51, 51, 0)); }
        @media only screen and (max-width: 960px) {
          .stream .lite.footer.for-more-info.lite .photofade:not(.hero-fade, .lite.more-info .photofade):after {
            height: 80px; } }
        .stream .lite.footer.for-more-info.lite .photofade:before {
          background: linear-gradient(45deg, #4d4d4d 0%, #533535 100%);
          height: 111%; }
        .stream .lite.footer.for-more-info.lite .photofade:after {
          background: linear-gradient(95deg, rgba(252, 169, 121, 0.06) 20%, rgba(117, 163, 227, 0.71) 100%);
          height: 110%; }
    .stream .lite.more-info.lite {
      color: rgba(255, 255, 255, 0.81);
      color: #bac2d2;
      background-color: black;
      padding-top: 5vh;
      padding-bottom: 5vh; }
      .stream .lite.more-info.lite .wrapper.copy {
        z-index: 2; }
      .stream .lite.more-info.lite .photofade:before {
        display: block;
        content: "";
        position: absolute;
        width: 100%;
        height: 220px;
        top: -1px;
        margin: auto;
        background: linear-gradient(180deg, #333333, rgba(51, 51, 51, 0));
        z-index: 2; }
        @media only screen and (max-width: 960px) {
          .stream .lite.more-info.lite .photofade:before {
            height: 80px; } }
      .stream .lite.more-info.lite .photofade:after {
        z-index: 2;
        display: block;
        content: "";
        position: absolute;
        width: 100%;
        height: 220px;
        bottom: 0;
        margin: auto;
        background: linear-gradient(0deg, #333333, rgba(51, 51, 51, 0)); }
      @media only screen and (max-width: 960px) {
        .stream .lite.more-info.lite .photofade:not(.hero-fade, .lite.more-info .photofade):after {
          height: 80px; } }
      .stream .lite.more-info.lite .photofade:before {
        background: linear-gradient(45deg, #4d4d4d 0%, #533535 100%);
        height: 111%; }
      .stream .lite.more-info.lite .photofade:after {
        background: linear-gradient(95deg, rgba(252, 169, 121, 0.06) 20%, rgba(117, 163, 227, 0.71) 100%);
        height: 110%; }
      .stream .lite.more-info.lite .flex-holder {
        position: relative;
        width: 100%;
        height: auto;
        min-height: 220px;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-content: flex-start;
        align-items: flex-start;
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
        text-transform: uppercase; }
        @media (max-width: 789px) {
          .stream .lite.more-info.lite .flex-holder {
            justify-content: center; }
            .stream .lite.more-info.lite .flex-holder .more-video-outer, .stream .lite.more-info.lite .flex-holder a.brochure {
              margin-right: 0; } }
      .stream .lite.more-info.lite .more-video-outer, .stream .lite.more-info.lite a.brochure {
        width: 320px;
        height: 180px;
        position: relative;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
        margin-right: 40px;
        margin-bottom: 80px;
        margin-top: 0;
        font-weight: 600;
        font-family: DIN-2014;
        letter-spacing: 0.04em; }
        .stream .lite.more-info.lite .more-video-outer .info, .stream .lite.more-info.lite a.brochure .info {
          margin-top: 10px; }
        .stream .lite.more-info.lite .more-video-outer .tripple-glare, .stream .lite.more-info.lite a.brochure .tripple-glare {
          position: absolute;
          background: #ffffff;
          width: 100%;
          height: 100%;
          top: -8px;
          left: -8px;
          opacity: .15;
          overflow: visible; }
          .stream .lite.more-info.lite .more-video-outer .tripple-glare:before, .stream .lite.more-info.lite .more-video-outer .tripple-glare:after, .stream .lite.more-info.lite a.brochure .tripple-glare:before, .stream .lite.more-info.lite a.brochure .tripple-glare:after {
            background: #ffffff;
            content: "";
            display: block;
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            right: 0; }
          .stream .lite.more-info.lite .more-video-outer .tripple-glare:before, .stream .lite.more-info.lite a.brochure .tripple-glare:before {
            top: -2px;
            left: -10px;
            opacity: .3; }
          .stream .lite.more-info.lite .more-video-outer .tripple-glare:after, .stream .lite.more-info.lite a.brochure .tripple-glare:after {
            top: 30px;
            left: 30px;
            opacity: .1; }
        .stream .lite.more-info.lite .more-video-outer .more-video-inner, .stream .lite.more-info.lite a.brochure .more-video-inner {
          position: relative;
          width: 100%;
          height: 100%; }
      .stream .lite.more-info.lite a.brochure {
        text-align: center;
        background-color: white;
        color: #555555;
        cursor: pointer;
        font-weight: 600;
        font-family: DIN-2014;
        padding-bottom: 10px;
        box-sizing: border-box; }
        .stream .lite.more-info.lite a.brochure > div {
          position: absolute;
          left: 0;
          right: 0;
          margin: auto;
          bottom: 10px;
          width: auto;
          height: auto;
          padding: 4px; }
        .stream .lite.more-info.lite a.brochure:before {
          position: absolute;
          top: 0;
          left: 0;
          height: 100%;
          width: 100%;
          content: "";
          background-image: url(https://www.cardinalcorp.com/source/img/page/products/pdf_icon.png);
          background-position: center 20px;
          background-repeat: no-repeat;
          background-size: auto 50%;
          filter: drop-shadow(0 0 3px black); }
    .stream .lite.footer {
      height: 100px !important;
      padding-top: 0;
      padding-bottom: 0;
      font-family: DIN-2014;
      text-transform: uppercase;
      font-weight: 600;
      letter-spacing: 0.2em;
      font-size: 10px; }
    .stream .lite.no-top {
      padding-top: 0; }
      .stream .lite.no-top:before {
        display: none; }
    .stream .lite.sub-section {
      min-height: none;
      padding-top: 20vh;
      padding-bottom: 20vh; }
      .stream .lite.sub-section:before {
        display: none; }
      .stream .lite.sub-section.first {
        padding-top: 20vh; }
        .stream .lite.sub-section.first:before {
          display: block; }
      .stream .lite.sub-section:last-of-type {
        padding-bottom: 20vh; }
      .stream .lite.sub-section:before {
        display: none; }
    .stream .lite:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 4px;
      background-color: rgba(0, 0, 0, 0.9);
      top: -2px;
      z-index: 5;
      margin: auto;
      left: 0;
      box-sizing: border-box; }
      @media (max-width: 789px) {
        .stream .lite:before {
          height: 2px; } }
    .stream .lite .photofade {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      pointer-events: none;
      overflow: hidden; }

.full.homeBlock {
  width: 400px;
  height: 400px;
  left: calc(50% - 200px);
  top: calc(50% - 200px );
  background-image: url(https://www.cardinalcorp.com/source/img/sparks/tail-spin-1.svg);
  background-position: center;
  background-size: 100px auto;
  opacity: .5;
  animation-duration: 1s;
  animation-name: spin;
  animation-iteration-count: infinite; }

@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg); }
  to {
    -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }
@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
.hero-banner {
  position: relative;
  height: 100vh;
  width: 100%;
  min-width: 100%;
  overflow: hidden; }
  .hero-banner .hero-fade:after {
    height: 600px; }
    @media (max-width: 789px) {
      .hero-banner .hero-fade:after {
        height: 600px; } }
  .hero-banner .shot.video {
    width: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    min-width: 177vh;
    opacity: .90; }
    .hero-banner .shot.video.tooNarrow {
      left: calc(  (177vh - 100vw ) * -.5    ); }
  .hero-banner .shot.video, .hero-banner .shot.photo {
    opacity: 0;
    transition: opacity 2s cubic-bezier(0.72, 0.15, 0.48, 0.85); }
    .hero-banner .shot.video.fadeIn, .hero-banner .shot.photo.fadeIn {
      opacity: 1; }

.hero-banner .panel {
  transform-origin: center;
  animation: padDrop 1s 2s ease-out normal both;
  z-index: 50;
  position: absolute;
  width: 300px;
  height: 400px;
  top: calc(50% - 200px);
  left: 0;
  right: 0;
  margin: auto;
  transform-origin: center bottom;
  color: #565656;
  text-align: center;
  text-transform: uppercase; }
@keyframes padDrop {
  0% {
    transform: translateY(-900px) scale(1.05); }
  60% {
    transform: translateY(20px) scale(1.05); }
  100% {
    transform: translateY(0) scale(1); } }
@keyframes textShow {
  0% {
    opacity: 0;
    transform: translateY(15px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
  .hero-banner .panel .score {
    height: 2px;
    width: 90%;
    background-color: black;
    bottom: 400px;
    opacity: .02; }
    .hero-banner .panel .score.scoreBottom {
      bottom: 150px; }
  .hero-banner .panel > div {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    height: auto;
    display: flex;
    align-items: center;
    align-content: center; }
    .hero-banner .panel > div.pad {
      height: 100%;
      overflow: hidden; }
    .hero-banner .panel > div.reflects {
      height: 100%; }
  .stream.Di89 .hero-banner .panel .pad {
    background-image: url(https://www.cardinalcorp.com/source/img/product-plates/Di89.png);
    filter: drop-shadow(0 0 4px rgba(67, 67, 67, 0.32));
    background-position: center; }
@keyframes glareShow {
  0% {
    opacity: 0; }
  50% {
    opacity: .1; }
  90% {
    opacity: .4; }
  100% {
    opacity: .3; } }
  .stream.Di89 .hero-banner .panel .reflects, .stream.Di89 .hero-banner .panel .reflects:before, .stream.Di89 .hero-banner .panel .reflects:after {
    background: url(https://www.cardinalcorp.com/source/img/product-plates/whites/Di89.svg) no-repeat center/cover;
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: -20px;
    left: -15px;
    opacity: .3;
    overflow: visible;
    background-position: center; }
  .stream.Di89 .hero-banner .panel .reflects:before {
    top: -5px;
    left: -15px;
    opacity: .2; }
  .stream.Di89 .hero-banner .panel .reflects:after {
    top: 60px;
    left: 60px;
    opacity: .15; }
  .stream.Ei89 .hero-banner .panel .pad {
    background-image: url(https://www.cardinalcorp.com/source/img/product-plates/Ei89.png);
    filter: drop-shadow(0 0 4px rgba(67, 67, 67, 0.32));
    background-position: center; }
@keyframes glareShow {
  0% {
    opacity: 0; }
  50% {
    opacity: .1; }
  90% {
    opacity: .4; }
  100% {
    opacity: .3; } }
  .stream.Ei89 .hero-banner .panel .reflects, .stream.Ei89 .hero-banner .panel .reflects:before, .stream.Ei89 .hero-banner .panel .reflects:after {
    background: url(https://www.cardinalcorp.com/source/img/product-plates/whites/Ei89.svg) no-repeat center/cover;
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: -20px;
    left: -15px;
    opacity: .3;
    overflow: visible;
    background-position: center; }
  .stream.Ei89 .hero-banner .panel .reflects:before {
    top: -5px;
    left: -15px;
    opacity: .2; }
  .stream.Ei89 .hero-banner .panel .reflects:after {
    top: 60px;
    left: 60px;
    opacity: .15; }
  .stream.E366 .hero-banner .panel .pad {
    background-image: url(https://www.cardinalcorp.com/source/img/product-plates/E366.png);
    filter: drop-shadow(0 0 4px rgba(67, 67, 67, 0.32));
    background-position: center; }
@keyframes glareShow {
  0% {
    opacity: 0; }
  50% {
    opacity: .1; }
  90% {
    opacity: .4; }
  100% {
    opacity: .3; } }
  .stream.E366 .hero-banner .panel .reflects, .stream.E366 .hero-banner .panel .reflects:before, .stream.E366 .hero-banner .panel .reflects:after {
    background: url(https://www.cardinalcorp.com/source/img/product-plates/whites/E366.svg) no-repeat center/cover;
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: -20px;
    left: -15px;
    opacity: .3;
    overflow: visible;
    background-position: center; }
  .stream.E366 .hero-banner .panel .reflects:before {
    top: -5px;
    left: -15px;
    opacity: .2; }
  .stream.E366 .hero-banner .panel .reflects:after {
    top: 60px;
    left: 60px;
    opacity: .15; }
  .stream.E340 .hero-banner .panel .pad {
    background-image: url(https://www.cardinalcorp.com/source/img/product-plates/E340.png);
    filter: drop-shadow(0 0 4px rgba(67, 67, 67, 0.32));
    background-position: center; }
@keyframes glareShow {
  0% {
    opacity: 0; }
  50% {
    opacity: .1; }
  90% {
    opacity: .4; }
  100% {
    opacity: .3; } }
  .stream.E340 .hero-banner .panel .reflects, .stream.E340 .hero-banner .panel .reflects:before, .stream.E340 .hero-banner .panel .reflects:after {
    background: url(https://www.cardinalcorp.com/source/img/product-plates/whites/E340.svg) no-repeat center/cover;
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: -20px;
    left: -15px;
    opacity: .3;
    overflow: visible;
    background-position: center; }
  .stream.E340 .hero-banner .panel .reflects:before {
    top: -5px;
    left: -15px;
    opacity: .2; }
  .stream.E340 .hero-banner .panel .reflects:after {
    top: 60px;
    left: 60px;
    opacity: .15; }
  .stream.E240 .hero-banner .panel .pad {
    background-image: url(https://www.cardinalcorp.com/source/img/product-plates/E240.png);
    filter: drop-shadow(0 0 4px rgba(67, 67, 67, 0.32));
    background-position: center; }
@keyframes glareShow {
  0% {
    opacity: 0; }
  50% {
    opacity: .1; }
  90% {
    opacity: .4; }
  100% {
    opacity: .3; } }
  .stream.E240 .hero-banner .panel .reflects, .stream.E240 .hero-banner .panel .reflects:before, .stream.E240 .hero-banner .panel .reflects:after {
    background: url(https://www.cardinalcorp.com/source/img/product-plates/whites/E240.svg) no-repeat center/cover;
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: -20px;
    left: -15px;
    opacity: .3;
    overflow: visible;
    background-position: center; }
  .stream.E240 .hero-banner .panel .reflects:before {
    top: -5px;
    left: -15px;
    opacity: .2; }
  .stream.E240 .hero-banner .panel .reflects:after {
    top: 60px;
    left: 60px;
    opacity: .15; }
  .stream.LOE2 .hero-banner .panel .pad {
    background-image: url(https://www.cardinalcorp.com/source/img/product-plates/LOE2.png);
    filter: drop-shadow(0 0 4px rgba(67, 67, 67, 0.32));
    background-position: center; }
@keyframes glareShow {
  0% {
    opacity: 0; }
  50% {
    opacity: .1; }
  90% {
    opacity: .4; }
  100% {
    opacity: .3; } }
  .stream.LOE2 .hero-banner .panel .reflects, .stream.LOE2 .hero-banner .panel .reflects:before, .stream.LOE2 .hero-banner .panel .reflects:after {
    background: url(https://www.cardinalcorp.com/source/img/product-plates/whites/LOE2.svg) no-repeat center/cover;
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: -20px;
    left: -15px;
    opacity: .3;
    overflow: visible;
    background-position: center; }
  .stream.LOE2 .hero-banner .panel .reflects:before {
    top: -5px;
    left: -15px;
    opacity: .2; }
  .stream.LOE2 .hero-banner .panel .reflects:after {
    top: 60px;
    left: 60px;
    opacity: .15; }
  .stream.E180 .hero-banner .panel .pad {
    background-image: url(https://www.cardinalcorp.com/source/img/product-plates/E180.png);
    filter: drop-shadow(0 0 4px rgba(67, 67, 67, 0.32));
    background-position: center; }
@keyframes glareShow {
  0% {
    opacity: 0; }
  50% {
    opacity: .1; }
  90% {
    opacity: .4; }
  100% {
    opacity: .3; } }
  .stream.E180 .hero-banner .panel .reflects, .stream.E180 .hero-banner .panel .reflects:before, .stream.E180 .hero-banner .panel .reflects:after {
    background: url(https://www.cardinalcorp.com/source/img/product-plates/whites/E180.svg) no-repeat center/cover;
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: -20px;
    left: -15px;
    opacity: .3;
    overflow: visible;
    background-position: center; }
  .stream.E180 .hero-banner .panel .reflects:before {
    top: -5px;
    left: -15px;
    opacity: .2; }
  .stream.E180 .hero-banner .panel .reflects:after {
    top: 60px;
    left: 60px;
    opacity: .15; }
  .stream.E180ESC .hero-banner .panel .pad {
    background-image: url(https://www.cardinalcorp.com/source/img/product-plates/E180ESC.png);
    filter: drop-shadow(0 0 4px rgba(67, 67, 67, 0.32));
    background-position: center; }
@keyframes glareShow {
  0% {
    opacity: 0; }
  50% {
    opacity: .1; }
  90% {
    opacity: .4; }
  100% {
    opacity: .3; } }
  .stream.E180ESC .hero-banner .panel .reflects, .stream.E180ESC .hero-banner .panel .reflects:before, .stream.E180ESC .hero-banner .panel .reflects:after {
    background: url(https://www.cardinalcorp.com/source/img/product-plates/whites/E180ESC.svg) no-repeat center/cover;
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: -20px;
    left: -15px;
    opacity: .3;
    overflow: visible;
    background-position: center; }
  .stream.E180ESC .hero-banner .panel .reflects:before {
    top: -5px;
    left: -15px;
    opacity: .2; }
  .stream.E180ESC .hero-banner .panel .reflects:after {
    top: 60px;
    left: 60px;
    opacity: .15; }
  .stream.Neat .hero-banner .panel .pad {
    background-image: url(https://www.cardinalcorp.com/source/img/product-plates/NEAT.png);
    filter: drop-shadow(0 0 4px rgba(67, 67, 67, 0.32));
    background-position: center; }
@keyframes glareShow {
  0% {
    opacity: 0; }
  50% {
    opacity: .1; }
  90% {
    opacity: .4; }
  100% {
    opacity: .3; } }
  .stream.Neat .hero-banner .panel .reflects, .stream.Neat .hero-banner .panel .reflects:before, .stream.Neat .hero-banner .panel .reflects:after {
    background: url(https://www.cardinalcorp.com/source/img/product-plates/whites/NEAT.svg) no-repeat center/cover;
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: -20px;
    left: -15px;
    opacity: .3;
    overflow: visible;
    background-position: center; }
  .stream.Neat .hero-banner .panel .reflects:before {
    top: -5px;
    left: -15px;
    opacity: .2; }
  .stream.Neat .hero-banner .panel .reflects:after {
    top: 60px;
    left: 60px;
    opacity: .15; }
  .stream.sea-storm .hero-banner .panel .pad {
    background-image: url(https://www.cardinalcorp.com/source/img/product-plates/SEA-STORM.png);
    filter: drop-shadow(0 0 4px rgba(67, 67, 67, 0.32));
    background-position: center; }
@keyframes glareShow {
  0% {
    opacity: 0; }
  50% {
    opacity: .1; }
  90% {
    opacity: .4; }
  100% {
    opacity: .3; } }
  .stream.sea-storm .hero-banner .panel .reflects, .stream.sea-storm .hero-banner .panel .reflects:before, .stream.sea-storm .hero-banner .panel .reflects:after {
    background: url(https://www.cardinalcorp.com/source/img/product-plates/whites/SEA-STORM.svg) no-repeat center/cover;
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: -20px;
    left: -15px;
    opacity: .3;
    overflow: visible;
    background-position: center; }
  .stream.sea-storm .hero-banner .panel .reflects:before {
    top: -5px;
    left: -15px;
    opacity: .2; }
  .stream.sea-storm .hero-banner .panel .reflects:after {
    top: 60px;
    left: 60px;
    opacity: .15; }
  .stream.xl-edge .hero-banner .panel .pad {
    background-image: url(https://www.cardinalcorp.com/source/img/product-plates/XL-EDGE-FLAT.png);
    filter: drop-shadow(0 0 4px rgba(67, 67, 67, 0.32));
    background-position: center; }
@keyframes glareShow {
  0% {
    opacity: 0; }
  50% {
    opacity: .1; }
  90% {
    opacity: .4; }
  100% {
    opacity: .3; } }
  .stream.xl-edge .hero-banner .panel .reflects, .stream.xl-edge .hero-banner .panel .reflects:before, .stream.xl-edge .hero-banner .panel .reflects:after {
    background: url(https://www.cardinalcorp.com/source/img/product-plates/whites/XL-EDGE-FLAT.svg) no-repeat center/cover;
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: -20px;
    left: -15px;
    opacity: .3;
    overflow: visible;
    background-position: center; }
  .stream.xl-edge .hero-banner .panel .reflects:before {
    top: -5px;
    left: -15px;
    opacity: .2; }
  .stream.xl-edge .hero-banner .panel .reflects:after {
    top: 60px;
    left: 60px;
    opacity: .15; }
  .stream.Preserve .hero-banner .panel .pad {
    background-image: url(https://www.cardinalcorp.com/source/img/product-plates/PRESERVE.png);
    filter: drop-shadow(0 0 4px rgba(67, 67, 67, 0.32));
    background-position: center; }
@keyframes glareShow {
  0% {
    opacity: 0; }
  50% {
    opacity: .1; }
  90% {
    opacity: .4; }
  100% {
    opacity: .3; } }
  .stream.Preserve .hero-banner .panel .reflects, .stream.Preserve .hero-banner .panel .reflects:before, .stream.Preserve .hero-banner .panel .reflects:after {
    background: url(https://www.cardinalcorp.com/source/img/product-plates/whites/PRESERVE.svg) no-repeat center/cover;
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: -20px;
    left: -15px;
    opacity: .3;
    overflow: visible;
    background-position: center; }
  .stream.Preserve .hero-banner .panel .reflects:before {
    top: -5px;
    left: -15px;
    opacity: .2; }
  .stream.Preserve .hero-banner .panel .reflects:after {
    top: 60px;
    left: 60px;
    opacity: .15; }
  .stream.Ei89 .hero-banner .panel .pad {
    background-image: url(https://www.cardinalcorp.com/source/img/product-plates/Ei89.png);
    filter: drop-shadow(0 0 4px rgba(67, 67, 67, 0.32));
    background-position: center; }
@keyframes glareShow {
  0% {
    opacity: 0; }
  50% {
    opacity: .1; }
  90% {
    opacity: .4; }
  100% {
    opacity: .3; } }
  .stream.Ei89 .hero-banner .panel .reflects, .stream.Ei89 .hero-banner .panel .reflects:before, .stream.Ei89 .hero-banner .panel .reflects:after {
    background: url(https://www.cardinalcorp.com/source/img/product-plates/whites/Ei89.svg) no-repeat center/cover;
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: -20px;
    left: -15px;
    opacity: .3;
    overflow: visible;
    background-position: center; }
  .stream.Ei89 .hero-banner .panel .reflects:before {
    top: -5px;
    left: -15px;
    opacity: .2; }
  .stream.Ei89 .hero-banner .panel .reflects:after {
    top: 60px;
    left: 60px;
    opacity: .15; }
  .stream.Endur .hero-banner .panel .pad {
    background-image: url(https://www.cardinalcorp.com/source/img/product-plates/ENDUR.png);
    filter: drop-shadow(0 0 4px rgba(67, 67, 67, 0.32));
    background-position: center; }
@keyframes glareShow {
  0% {
    opacity: 0; }
  50% {
    opacity: .1; }
  90% {
    opacity: .4; }
  100% {
    opacity: .3; } }
  .stream.Endur .hero-banner .panel .reflects, .stream.Endur .hero-banner .panel .reflects:before, .stream.Endur .hero-banner .panel .reflects:after {
    background: url(https://www.cardinalcorp.com/source/img/product-plates/whites/ENDUR.svg) no-repeat center/cover;
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: -20px;
    left: -15px;
    opacity: .3;
    overflow: visible;
    background-position: center; }
  .stream.Endur .hero-banner .panel .reflects:before {
    top: -5px;
    left: -15px;
    opacity: .2; }
  .stream.Endur .hero-banner .panel .reflects:after {
    top: 60px;
    left: 60px;
    opacity: .15; }
  .stream.ct .hero-banner .panel .pad {
    background-image: url(https://www.cardinalcorp.com/source/img/product-plates/CT.png);
    filter: drop-shadow(0 0 4px rgba(67, 67, 67, 0.32));
    background-position: center; }
@keyframes glareShow {
  0% {
    opacity: 0; }
  50% {
    opacity: .1; }
  90% {
    opacity: .4; }
  100% {
    opacity: .3; } }
  .stream.ct .hero-banner .panel .reflects, .stream.ct .hero-banner .panel .reflects:before, .stream.ct .hero-banner .panel .reflects:after {
    background: url(https://www.cardinalcorp.com/source/img/product-plates/whites/CT.svg) no-repeat center/cover;
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: -20px;
    left: -15px;
    opacity: .3;
    overflow: visible;
    background-position: center; }
  .stream.ct .hero-banner .panel .reflects:before {
    top: -5px;
    left: -15px;
    opacity: .2; }
  .stream.ct .hero-banner .panel .reflects:after {
    top: 60px;
    left: 60px;
    opacity: .15; }
  .stream.Float .hero-banner .panel .pad {
    background-image: url(https://www.cardinalcorp.com/source/img/product-plates/FLOAT.png);
    filter: drop-shadow(0 0 4px rgba(67, 67, 67, 0.32));
    background-position: center; }
@keyframes glareShow {
  0% {
    opacity: 0; }
  50% {
    opacity: .1; }
  90% {
    opacity: .4; }
  100% {
    opacity: .3; } }
  .stream.Float .hero-banner .panel .reflects, .stream.Float .hero-banner .panel .reflects:before, .stream.Float .hero-banner .panel .reflects:after {
    background: url(https://www.cardinalcorp.com/source/img/product-plates/whites/FLOAT.svg) no-repeat center/cover;
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: -20px;
    left: -15px;
    opacity: .3;
    overflow: visible;
    background-position: center; }
  .stream.Float .hero-banner .panel .reflects:before {
    top: -5px;
    left: -15px;
    opacity: .2; }
  .stream.Float .hero-banner .panel .reflects:after {
    top: 60px;
    left: 60px;
    opacity: .15; }
  .stream.lami .hero-banner .panel .pad {
    background-image: url(https://www.cardinalcorp.com/source/img/product-plates/LAMI.png);
    filter: drop-shadow(0 0 4px rgba(67, 67, 67, 0.32));
    background-position: center; }
@keyframes glareShow {
  0% {
    opacity: 0; }
  50% {
    opacity: .1; }
  90% {
    opacity: .4; }
  100% {
    opacity: .3; } }
  .stream.lami .hero-banner .panel .reflects, .stream.lami .hero-banner .panel .reflects:before, .stream.lami .hero-banner .panel .reflects:after {
    background: url(https://www.cardinalcorp.com/source/img/product-plates/whites/LAMI.svg) no-repeat center/cover;
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: -20px;
    left: -15px;
    opacity: .3;
    overflow: visible;
    background-position: center; }
  .stream.lami .hero-banner .panel .reflects:before {
    top: -5px;
    left: -15px;
    opacity: .2; }
  .stream.lami .hero-banner .panel .reflects:after {
    top: 60px;
    left: 60px;
    opacity: .15; }
  .hero-banner .panel .product-logo {
    background-position: center;
    height: 200px;
    background-size: auto 160px;
    top: -80px;
    animation: logoShow .8s 2.5s ease-out normal both; }
@keyframes logoShow {
  0% {
    opacity: 0;
    transform: translateY(-500px);
    filter: drop-shadow(20px 20px 5px rgba(0, 0, 0, 0)); }
  70% {
    opacity: 1;
    transform: translateY(10px);
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5)); }
  100% {
    opacity: 1;
    transform: translateY(0);
    filter: drop-shadow(7px 7px 14px rgba(0, 0, 0, 0.37)); }
  100% {
    opacity: 1;
    transform: translateY(0);
    filter: drop-shadow(7px 7px 7px rgba(0, 0, 0, 0.37)); } }
    .stream.Float .hero-banner .panel .product-logo {
      background-image: url(https://www.cardinalcorp.com/source/img/logo-nav/Float.png); }
    .stream.Di89 .hero-banner .panel .product-logo {
      background-image: url(https://www.cardinalcorp.com/source/img/logo-nav/Di89.png); }
    .stream.E366 .hero-banner .panel .product-logo {
      background-image: url(https://www.cardinalcorp.com/source/img/logo-nav/E366.png); }
    .stream.E340 .hero-banner .panel .product-logo {
      background-image: url(https://www.cardinalcorp.com/source/img/logo-nav/E340.png); }
    .stream.E240 .hero-banner .panel .product-logo {
      background-image: url(https://www.cardinalcorp.com/source/img/logo-nav/E240.png); }
    .stream.LOE2 .hero-banner .panel .product-logo {
      background-image: url(https://www.cardinalcorp.com/source/img/logo-nav/LOE2.png); }
    .stream.E180 .hero-banner .panel .product-logo {
      background-image: url(https://www.cardinalcorp.com/source/img/logo-nav/E180.png); }
    .stream.E180ESC .hero-banner .panel .product-logo {
      background-image: url(https://www.cardinalcorp.com/source/img/logo-nav/E180ESC.png); }
    .stream.Neat .hero-banner .panel .product-logo {
      background-image: url(https://www.cardinalcorp.com/source/img/logo-nav/Neat.png); }
    .stream.sea-storm .hero-banner .panel .product-logo {
      background-image: url(https://www.cardinalcorp.com/source/img/logo-nav/Sea-Storm.png); }
    .stream.xl-edge .hero-banner .panel .product-logo {
      background-image: url(https://www.cardinalcorp.com/source/img/logo-nav/XL_Edge.png); }
    .stream.Preserve .hero-banner .panel .product-logo {
      background-image: url(https://www.cardinalcorp.com/source/img/logo-nav/Preserve.png); }
    .stream.Ei89 .hero-banner .panel .product-logo {
      background-image: url(https://www.cardinalcorp.com/source/img/logo-nav/i89.png); }
    .stream.Endur .hero-banner .panel .product-logo {
      background-image: url(https://www.cardinalcorp.com/source/img/logo-nav/Endur.png); }
    .stream.NeatPlus .hero-banner .panel .product-logo {
      background-image: url(https://www.cardinalcorp.com/source/img/logo-nav/NeatPlus_hero.png); }
  .hero-banner .panel .company-label {
    top: 0;
    font-size: 10px;
    line-height: 20px;
    letter-spacing: 0.5em;
    height: 50%;
    animation: textShow .2s 3s ease-out normal both; }
    .hero-banner .panel .company-label > div {
      height: auto;
      margin: auto; }
  .hero-banner .panel .description {
    bottom: 0;
    height: 40%;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0.04em;
    animation: textShow .2s 3s ease-out normal both; }
    .hero-banner .panel .description > div {
      height: auto;
      margin: auto; }
  .hero-banner .panel .see {
    bottom: 15px;
    height: 120px;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.1em; }
    .hero-banner .panel .see > div {
      box-sizing: border-box;
      display: inline-block;
      bottom: 0;
      height: 100%;
      width: 49%;
      padding-top: 80px;
      background-position: center bottom 50px;
      background-size: 30px auto; }
      .hero-banner .panel .see > div.pdf {
        background-image: url(https://www.cardinalcorp.com/source/img/sparks/icon-pdf.svg); }
      .hero-banner .panel .see > div.video {
        background-image: url(https://www.cardinalcorp.com/source/img/sparks/icon-video.svg); }

.table {
  width: 100%;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  background-color: #eeeee7;
  height: 500px;
  color: #565656;
  margin-bottom: 80px; }
  .table:last-of-type {
    margin-bottom: 0; }
  .table > div {
    height: auto; }

.table_top_title {
  line-height: 90px;
  padding-left: 30px;
  background-color: #535c63;
  color: #f5f5f5;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  border-bottom: 2px solid #555555; }

.table_new.insideTemp .tableLeft {
  width: 40%; }

.table_new.E360_comparison ul {
  flex-basis: 20%;
  min-width: 160px; }
  .table_new.E360_comparison ul:nth-of-type(n+2) {
    border-left: 1px solid #eaeaea; }
.table_new.E360_comparison .tableLeft {
  width: 25%;
  min-width: 140px; }

.table_new.insideTemp ul {
  flex-basis: 50%;
  min-width: 100px; }

.table_new.E360_indoor_radient .tableLeft {
  width: 25%;
  min-width: 140px; }
.table_new.E360_indoor_radient ul {
  flex-basis: 25%;
  min-width: 120px; }
  .table_new.E360_indoor_radient ul:nth-of-type(-n+2) {
    color: #6f86ad; }
  .table_new.E360_indoor_radient ul:nth-of-type(n+3) {
    color: #a27a4c; }

.table_new.parts_3 .tableLeft {
  width: 40%; }
.table_new.parts_3 ul {
  flex-basis: 50%; }
  .table_new.parts_3 ul:nth-of-type(2) {
    border-left: 1px solid #eaeaea; }

.table_new.parts_4 .tableLeft {
  width: 40%; }
.table_new.parts_4 ul {
  flex-basis: 33.3%; }
  .table_new.parts_4 ul:nth-of-type(n+2) {
    border-left: 1px solid #eaeaea; }

.table_new.neatPlusBenefits .tableLeft {
  width: 40%; }
  .table_new.neatPlusBenefits .tableLeft > div:not(:first-child) {
    height: 70px;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center; }
    .table_new.neatPlusBenefits .tableLeft > div:not(:first-child) > div {
      width: 100%;
      text-align: right; }
    @media (max-width: 789px) {
      .table_new.neatPlusBenefits .tableLeft > div:not(:first-child) {
        font-size: 80%; } }
.table_new.neatPlusBenefits .tableRight ul.swiper-slide .label {
  top: 20px;
  height: 100px;
  background-image: url(https://www.cardinalcorp.com/source/img/page/products/neat/tableHead_uncoated.png);
  background-position: center center;
  background-size: auto 120px;
  background-repeat: no-repeat; }
  .table_new.neatPlusBenefits .tableRight ul.swiper-slide .label.withNeat {
    background-image: url(https://www.cardinalcorp.com/source/img/page/products/neat/tableHead_withNeat.png); }
  .table_new.neatPlusBenefits .tableRight ul.swiper-slide .label.withNeatSun {
    background-image: url(https://www.cardinalcorp.com/source/img/page/products/neat/tableHead_neatWithSun.png); }
  @media (max-width: 789px) {
    .table_new.neatPlusBenefits .tableRight ul.swiper-slide .label {
      background-size: auto 100px; } }
.table_new.neatPlusBenefits .tableRight ul.swiper-slide li {
  height: 70px;
  position: relative;
  box-sizing: border-box;
  text-align: center;
  background-image: url(https://www.cardinalcorp.com/source/img/page/products/neat/ICON_PLUS.png);
  background-position: center center;
  background-repeat: no-repeat; }
  .table_new.neatPlusBenefits .tableRight ul.swiper-slide li:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box; }
  .table_new.neatPlusBenefits .tableRight ul.swiper-slide li.non {
    background-image: url(https://www.cardinalcorp.com/source/img/page/products/neat/ICON_PLUS_NO.png); }
  .table_new.neatPlusBenefits .tableRight ul.swiper-slide li:after.non:after {
    opacity: .1;
    background-color: black; }
.table_new.neatPlusBenefits ul {
  flex-basis: 33.3%; }
  .table_new.neatPlusBenefits ul:nth-of-type(n+2) {
    border-left: 1px solid #eaeaea; }
.table_new.neatPlusBenefits strong {
  text-transform: uppercase; }

.table_new.performance_alt .tableLeft {
  min-width: 25%;
  width: auto; }
.table_new.performance_alt ul {
  flex-basis: 16.5%;
  min-width: 110px; }
  .table_new.performance_alt ul:nth-of-type(3), .table_new.performance_alt ul:nth-of-type(4) {
    color: #6f86ad;
    min-width: 80px; }
  .table_new.performance_alt ul:not(:nth-of-type(4)) {
    border-left: 1px solid #eaeaea; }

.table_new.Di89 .tableLeft {
  min-width: 25%;
  width: auto; }
.table_new.Di89 ul {
  min-width: 100px;
  flex-basis: 17.5%; }
  .table_new.Di89 ul:nth-of-type(-n+2) {
    color: #6f86ad; }
  .table_new.Di89 ul:nth-of-type(n+4) {
    color: #7e6889; }
  .table_new.Di89 ul:nth-of-type(3) {
    color: #a27a4c;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    flex-basis: 30%; }

.table_new.performance .tableLeft {
  min-width: 25%;
  width: auto; }
.table_new.performance ul {
  flex-basis: 12%; }
  .table_new.performance ul:nth-of-type(-n+3) {
    color: #6f86ad;
    min-width: 100px; }
  .table_new.performance ul:nth-of-type(n+4) {
    color: #603b67;
    min-width: 80px; }
  .table_new.performance ul:nth-of-type(6) {
    color: #a27a4c;
    min-width: 120px; }
  .table_new.performance ul:nth-of-type(n+7) {
    color: #7e6889; }
  .table_new.performance ul:nth-of-type(4), .table_new.performance ul:nth-of-type(4) {
    border-left: 1px solid #eaeaea; }
  .table_new.performance ul:nth-of-type(6) {
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea; }
  .table_new.performance ul:nth-of-type(4), .table_new.performance ul:nth-of-type(4) {
    border-width: 2px; }
.table_new.performance.E180ESC ul {
  flex-basis: 20%; }
  .table_new.performance.E180ESC ul:nth-of-type(-n+3) {
    color: #6f86ad;
    min-width: 100px;
    flex-basis: 13%; }
  .table_new.performance.E180ESC ul:nth-of-type(4) {
    color: #a27a4c;
    min-width: 120px; }
  .table_new.performance.E180ESC ul:nth-of-type(5) {
    color: #8751a2; }
  .table_new.performance.E180ESC ul:nth-of-type(6) {
    color: #69616d;
    flex-basis: 21%; }
  .table_new.performance.E180ESC ul:nth-of-type(4), .table_new.performance.E180ESC ul:nth-of-type(4) {
    border-left: 1px solid #eaeaea; }
  .table_new.performance.E180ESC ul:nth-of-type(5) {
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea; }
  .table_new.performance.E180ESC ul:nth-of-type(4), .table_new.performance.E180ESC ul:nth-of-type(4) {
    border-width: 2px; }

.table_new, .table {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  display: flex;
  align-items: stretch;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  margin-bottom: 80px;
  border-radius: 2px;
  text-align: center;
  font-size: 13px;
  color: #565656;
  font-weight: 700;
  letter-spacing: 0.025em;
  font-size: 13px;
  font-family: DIN-2014;
  font-weight: 400;
  letter-spacing: 0.015em;
  background-color: #ffffff;
  box-sizing: border-box; }
  .table_new:last-of-type, .table:last-of-type {
    margin-bottom: 0; }
  .table_new ul, .table_new ul li, .table ul, .table ul li {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  .table_new .color_loe, .table .color_loe {
    text-transform: none;
    font-weight: 700; }
  .table_new .tableLeft, .table .tableLeft {
    padding-bottom: 60px;
    background-color: #f5f5f5;
    width: 20%;
    min-width: 180px;
    text-align: right;
    padding-right: 20px;
    padding-left: 20px;
    position: relative;
    height: 100%;
    border-right: 2px solid #eaeaea;
    padding-top: 60px;
    padding-bottom: 60px;
    color: #555555; }
    @media (max-width: 789px) {
      .table_new .tableLeft, .table .tableLeft {
        min-width: 80px;
        padding-right: 10px;
        padding-left: 10px; } }
    .table_new .tableLeft > div, .table .tableLeft > div {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      flex-wrap: wrap;
      align-content: center;
      line-height: 20px;
      height: 50px;
      font-weight: 400; }
      .table_new .tableLeft > div.special, .table .tableLeft > div.special {
        font-weight: 700; }
      .table_new .tableLeft > div span, .table .tableLeft > div span {
        padding-left: 3px;
        padding-right: 3px;
        color: #2fd193;
        font-family: nimbus-sans;
        font-weight: 700; }
      @media (max-width: 789px) {
        .table_new .tableLeft > div, .table .tableLeft > div {
          height: 65px; }
          .table_new .tableLeft > div span, .table .tableLeft > div span {
            padding-left: 0;
            padding-right: 0;
            color: #60c324; } }
    .table_new .tableLeft > Div:first-of-type, .table .tableLeft > Div:first-of-type {
      line-height: 14px;
      height: 60px;
      margin-bottom: 0;
      text-transform: uppercase; }
  .table_new .tableRight.swiper-container, .table .tableRight.swiper-container {
    position: relative;
    height: auto;
    background-color: #444444;
    background-color: #f5f5f5;
    text-transform: uppercase;
    width: 80%; }
    .table_new .tableRight.swiper-container .swiper-scrollbar, .table .tableRight.swiper-container .swiper-scrollbar {
      width: calc(100% - 20px);
      left: 0;
      right: 0;
      margin: auto;
      bottom: 20px;
      height: 4px; }
  .table_new .tableRight ul.swiper-slide, .table .tableRight ul.swiper-slide {
    position: relative;
    overflow-x: visible; }
    .table_new .tableRight ul.swiper-slide div, .table_new .tableRight ul.swiper-slide li, .table .tableRight ul.swiper-slide div, .table .tableRight ul.swiper-slide li {
      display: flex;
      justify-content: center;
      align-items: center; }
    .table_new .tableRight ul.swiper-slide > div, .table .tableRight ul.swiper-slide > div {
      height: 60px;
      margin-top: 60px;
      margin-bottom: 0; }
    .table_new .tableRight ul.swiper-slide li, .table .tableRight ul.swiper-slide li {
      height: 50px; }
      @media (max-width: 789px) {
        .table_new .tableRight ul.swiper-slide li, .table .tableRight ul.swiper-slide li {
          height: 65px; } }
    .table_new .tableRight ul.swiper-slide li.IP, .table_new .tableRight ul.swiper-slide li.SI, .table_new .tableRight ul.swiper-slide li.FAH, .table_new .tableRight ul.swiper-slide li.CEL, .table_new .tableRight ul.swiper-slide div.FAH, .table_new .tableRight ul.swiper-slide div.CEL, .table .tableRight ul.swiper-slide li.IP, .table .tableRight ul.swiper-slide li.SI, .table .tableRight ul.swiper-slide li.FAH, .table .tableRight ul.swiper-slide li.CEL, .table .tableRight ul.swiper-slide div.FAH, .table .tableRight ul.swiper-slide div.CEL {
      display: none; }
    .table_new .tableRight ul.swiper-slide.IP li.IP, .table_new .tableRight ul.swiper-slide.SI li.SI, .table_new .tableRight ul.swiper-slide.FAH li.FAH, .table_new .tableRight ul.swiper-slide.CEL li.CEL, .table_new .tableRight ul.swiper-slide.FAH div.FAH, .table_new .tableRight ul.swiper-slide.CEL div.CEL, .table .tableRight ul.swiper-slide.IP li.IP, .table .tableRight ul.swiper-slide.SI li.SI, .table .tableRight ul.swiper-slide.FAH li.FAH, .table .tableRight ul.swiper-slide.CEL li.CEL, .table .tableRight ul.swiper-slide.FAH div.FAH, .table .tableRight ul.swiper-slide.CEL div.CEL {
      display: flex; }
    .table_new .tableRight ul.swiper-slide .label, .table .tableRight ul.swiper-slide .label {
      position: absolute;
      width: 100%;
      height: 60px;
      margin-top: 0;
      font-weight: 700;
      z-index: 2;
      top: 10px;
      left: 0;
      right: 0;
      text-align: center; }
      .table_new .tableRight ul.swiper-slide .label._3W, .table .tableRight ul.swiper-slide .label._3W {
        width: calc(300% ); }
      .table_new .tableRight ul.swiper-slide .label._2W, .table .tableRight ul.swiper-slide .label._2W {
        width: calc(200% ); }
      .table_new .tableRight ul.swiper-slide .label.toggle, .table .tableRight ul.swiper-slide .label.toggle {
        cursor: pointer; }
        .table_new .tableRight ul.swiper-slide .label.toggle > div, .table .tableRight ul.swiper-slide .label.toggle > div {
          position: relative;
          transition: all 0.3s cubic-bezier(0.25, 0.1, 0.11, 1.3); }
        .table_new .tableRight ul.swiper-slide .label.toggle:hover > div, .table .tableRight ul.swiper-slide .label.toggle:hover > div {
          padding: 8px; }
        .table_new .tableRight ul.swiper-slide .label.toggle:hover span.not_selected, .table .tableRight ul.swiper-slide .label.toggle:hover span.not_selected {
          opacity: 1; }
          .table_new .tableRight ul.swiper-slide .label.toggle:hover span.not_selected:before, .table .tableRight ul.swiper-slide .label.toggle:hover span.not_selected:before {
            bottom: -4px;
            opacity: .5; }
        .table_new .tableRight ul.swiper-slide .label.toggle:hover:not(:active) span.selected_, .table .tableRight ul.swiper-slide .label.toggle:hover:not(:active) span.selected_ {
          opacity: .8; }
          .table_new .tableRight ul.swiper-slide .label.toggle:hover:not(:active) span.selected_:before, .table .tableRight ul.swiper-slide .label.toggle:hover:not(:active) span.selected_:before {
            bottom: -8px;
            opacity: .2; }
        .table_new .tableRight ul.swiper-slide .label.toggle span, .table .tableRight ul.swiper-slide .label.toggle span {
          position: relative;
          display: inline-block;
          margin-left: 8px;
          font-weight: 700; }
          .table_new .tableRight ul.swiper-slide .label.toggle span:before, .table .tableRight ul.swiper-slide .label.toggle span:before {
            position: absolute;
            width: 100%;
            height: 2px;
            bottom: -4px;
            left: 0;
            border-bottom: 2px solid;
            content: "";
            transition: all .3s ease; }
          .table_new .tableRight ul.swiper-slide .label.toggle span.not_selected, .table .tableRight ul.swiper-slide .label.toggle span.not_selected {
            opacity: .5;
            font-weight: 200; }
            .table_new .tableRight ul.swiper-slide .label.toggle span.not_selected:before, .table .tableRight ul.swiper-slide .label.toggle span.not_selected:before {
              bottom: -12px;
              opacity: 0; }

/**
 * Page Color
 */
.wrapper.copy .row .product {
  font-size: 110%; }
  .wrapper.copy .row .product.LoĒ³-366 {
    color: #c3862d;
    color: #ffb64b; }
  .wrapper.copy .row .product.E240 {
    color: #c18125; }
  .wrapper.copy .row .product.E180 {
    color: #4a839c; }
  .wrapper.copy .row .product.test {
    color: #dec927; }
  .wrapper.copy .row .product.Ei89 {
    color: #813be2; }
  .wrapper.copy .row .product.LoĒ-i89 {
    color: #6f5894; }
  .wrapper.copy .row .product.Preserve {
    color: #2056aa; }
  .wrapper.copy .row .product.IQ {
    color: #2fcb96; }

.lite.inline-video, .lite.inline-photo, .lite {
  padding-top: 0;
  padding-bottom: 0;
  min-height: inherit; }
  .lite.inline-video .large-caption_bak, .lite.inline-photo .large-caption_bak, .lite .large-caption_bak {
    font-family: DIN-2014;
    font-weight: 600;
    line-height: 60px;
    position: absolute;
    bottom: 10vh;
    right: 10vh;
    text-align: right;
    font-size: 60px;
    color: white;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.46), -20px -20px 1px rgba(255, 255, 255, 0.03), -10px -10px 1px rgba(255, 255, 255, 0.04), 10px 10px 1px rgba(255, 255, 255, 0.03);
    width: 50%;
    z-index: 2; }
  .lite.inline-video .large-caption, .lite.inline-photo .large-caption, .lite .large-caption {
    padding: 30px;
    border-radius: 2px;
    background-color: #efefe8;
    color: #565656;
    font-weight: 400;
    line-height: 30px;
    position: absolute;
    bottom: 10vh;
    right: 10vh;
    text-align: left;
    font-size: 26px;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.46), -20px -20px 1px rgba(255, 255, 255, 0.05), -10px -10px 1px rgba(255, 255, 255, 0.07), 10px 10px 1px rgba(255, 255, 255, 0.06);
    width: auto;
    max-width: 40%;
    z-index: 3; }
    @media (max-width: 789px) {
      .lite.inline-video .large-caption, .lite.inline-photo .large-caption, .lite .large-caption {
        bottom: 60px;
        right: 0;
        left: 0;
        font-size: 16px;
        line-height: 18px;
        padding: 15px;
        text-align: center;
        max-width: 50%;
        margin: auto; } }

.stream .lite .light-uv {
  color: #B399FF; }
.stream .lite .light-vis {
  color: #B1CEEB; }
.stream .lite .light-ir {
  color: #FF9999; }
.stream .lite .color-hot {
  color: #EC900C; }
.stream .lite .color-cold {
  color: #7F95A5; }
.stream .lite .bold {
  font-weight: 600;
  font-size: 110%;
  letter-spacing: 0; }
.stream .lite .score_glass {
  height: 0;
  border-top: 2px solid rgba(0, 0, 0, 0.8);
  border-bottom: 2px solid rgba(255, 255, 255, 0.45); }
.stream .lite.colorblast {
  overflow: hidden; }
  .stream .lite.colorblast:before {
    top: 2px; }
  .stream .lite.colorblast .photofade {
    top: calc(100% - 400px);
    height: 800px;
    background-image: url(https://www.cardinalcorp.com/source/img/page/products/colorBlast.jpg);
    background-position: center center;
    background-size: 100% 100%;
    z-index: 0; }
    .stream .lite.colorblast .photofade:before {
      display: block;
      content: "";
      position: absolute;
      width: 100%;
      height: 220px;
      top: -1px;
      margin: auto;
      background: linear-gradient(180deg, #333333, rgba(51, 51, 51, 0));
      z-index: 2; }
      @media only screen and (max-width: 960px) {
        .stream .lite.colorblast .photofade:before {
          height: 80px; } }
    .stream .lite.colorblast .photofade:after {
      z-index: 2;
      display: block;
      content: "";
      position: absolute;
      width: 100%;
      height: 220px;
      bottom: 0;
      margin: auto;
      background: linear-gradient(0deg, #333333, rgba(51, 51, 51, 0)); }
    @media only screen and (max-width: 960px) {
      .stream .lite.colorblast .photofade:not(.hero-fade, .lite.more-info .photofade):after {
        height: 80px; } }
    @media (max-width: 789px) {
      .stream .lite.colorblast .photofade {
        width: 300%;
        left: -20px; } }
  .stream .lite.colorblast.part2 .photofade {
    top: -400px;
    z-index: 0; }

.stream.Home {
  color: white;
  background-color: #bf4904;
  background-color: #333333; }
  .stream.Home .hero-banner {
    background-color: #333333; }
    .stream.Home .hero-banner .shot.video {
      opacity: .8; }
    .stream.Home .hero-banner .homeCurtain {
      background-color: #333333; }
    .stream.Home .hero-banner .full.homeshow {
      display: flex;
      justify-content: center;
      align-content: center;
      align-items: center;
      flex-wrap: wrap;
      width: calc(100% - 60px);
      max-width: 1500px;
      margin: auto;
      height: 90vh; }
      @media (max-width: 1059px) {
        .stream.Home .hero-banner .full.homeshow {
          width: calc(100% - 20px); } }
      @media (max-width: 789px) {
        .stream.Home .hero-banner .full.homeshow {
          width: calc(100% - 80px);
          max-width: 800px; }
          .stream.Home .hero-banner .full.homeshow .t1, .stream.Home .hero-banner .full.homeshow .t2 {
            background-size: contain;
            background-position: center center; }
          .stream.Home .hero-banner .full.homeshow .glass_icon {
            top: -80px;
            height: 60px;
            left: 0;
            right: 0; }
          .stream.Home .hero-banner .full.homeshow .bird {
            height: 60px;
            top: 20px; } }
    .stream.Home .hero-banner .start_title, .stream.Home .hero-banner .rest_title {
      text-align: center;
      position: relative;
      width: 100%;
      height: 200px;
      margin: auto;
      z-index: 2; }
      .stream.Home .hero-banner .start_title.rest_title, .stream.Home .hero-banner .rest_title.rest_title {
        top: auto;
        bottom: 10vh;
        height: 80px;
        position: absolute;
        right: 0;
        bottom: 0; }
        .stream.Home .hero-banner .start_title.rest_title .t1, .stream.Home .hero-banner .rest_title.rest_title .t1 {
          top: 10px; }
        .stream.Home .hero-banner .start_title.rest_title .t2, .stream.Home .hero-banner .rest_title.rest_title .t2 {
          top: 35px; }
        .stream.Home .hero-banner .start_title.rest_title .t1, .stream.Home .hero-banner .start_title.rest_title .t2, .stream.Home .hero-banner .rest_title.rest_title .t1, .stream.Home .hero-banner .rest_title.rest_title .t2 {
          background-position: right 60px center; }
          @media (max-width: 789px) {
            .stream.Home .hero-banner .start_title.rest_title .t1, .stream.Home .hero-banner .start_title.rest_title .t2, .stream.Home .hero-banner .rest_title.rest_title .t1, .stream.Home .hero-banner .rest_title.rest_title .t2 {
              background-position: center; } }
      .stream.Home .hero-banner .start_title .glass_icon, .stream.Home .hero-banner .rest_title .glass_icon {
        width: 40px;
        height: 100%;
        position: absolute;
        margin: auto;
        top: -5px;
        right: 0;
        background-position: center center;
        background-image: url(https://www.cardinalcorp.com/source/img/page/home/squares@2x.png);
        background-size: contain;
        filter: brightness(2); }
      .stream.Home .hero-banner .start_title .t1, .stream.Home .hero-banner .start_title .t2, .stream.Home .hero-banner .start_title .bird, .stream.Home .hero-banner .rest_title .t1, .stream.Home .hero-banner .rest_title .t2, .stream.Home .hero-banner .rest_title .bird {
        position: absolute;
        width: 100%;
        margin: auto;
        background-position: center; }
      .stream.Home .hero-banner .start_title .t1, .stream.Home .hero-banner .rest_title .t1 {
        height: 16px;
        top: 105px;
        background-image: url(https://www.cardinalcorp.com/source/img/page/home/home_t1@2x.png);
        background-size: auto 100%;
        filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.4)) drop-shadow(0 0 15px #BF4904); }
      .stream.Home .hero-banner .start_title .t2, .stream.Home .hero-banner .rest_title .t2 {
        height: 40px;
        top: 130px;
        background-image: url(https://www.cardinalcorp.com/source/img/page/home/home_t2@2x.png);
        background-size: auto 30px;
        filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.4)) drop-shadow(0 0 15px #78d5eb); }
      .stream.Home .hero-banner .start_title .bird, .stream.Home .hero-banner .rest_title .bird {
        height: 80px;
        top: 0;
        background-image: url(https://www.cardinalcorp.com/source/img/page/home/bird@2x.png);
        background-size: contain;
        filter: drop-shadow(0 0 15px #BF4904); }
    .stream.Home .hero-banner .start_title .t1, .stream.Home .hero-banner .start_title .t2, .stream.Home .hero-banner .start_title .bird {
      transition: all 1s cubic-bezier(0.78, 0.23, 0.21, 1.03) 0.01s; }
    .stream.Home .hero-banner .start_title .t2 {
      transition-delay: 1s;
      transition-duration: 0.5s; }
    .stream.Home .hero-banner .start_title .t1 {
      transition-delay: .5s; }
    .stream.Home .hero-banner .start_title.before .t1, .stream.Home .hero-banner .start_title.before .t2, .stream.Home .hero-banner .start_title.before .bird {
      opacity: 0;
      filter: none;
      top: 50px; }
    .stream.Home .hero-banner .start_title.after .t1, .stream.Home .hero-banner .start_title.after .t2, .stream.Home .hero-banner .start_title.after .bird {
      opacity: 0;
      transition-delay: .1s;
      transition-duration: 1s; }
    .stream.Home .hero-banner .rest_title .t1, .stream.Home .hero-banner .rest_title .t2, .stream.Home .hero-banner .rest_title .glass_icon {
      transition: all 2s ease 1s; }
    .stream.Home .hero-banner .rest_title.before .t1, .stream.Home .hero-banner .rest_title.before .t2, .stream.Home .hero-banner .rest_title.before .glass_icon {
      opacity: 0; }
  .stream.Home .hero-fade:after {
    z-index: 2;
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 30vh;
    bottom: 0;
    margin: auto;
    background: linear-gradient(0deg, #333333, rgba(51, 51, 51, 0)); }
  @media only screen and (max-width: 960px) {
    .stream.Home .hero-fade:not(.hero-fade, .lite.more-info .photofade):after {
      height: 80px; } }
  .stream.Home .hero-fade:after {
    background: linear-gradient(0deg, #333333 2%, rgba(51, 51, 51, 0.9) 40%, rgba(51, 51, 51, 0) 100%); }
  .stream.Home .lite.home-1:after_ {
    position: absolute;
    content: "";
    right: 0;
    width: 100%;
    height: 60vh;
    top: -65vh;
    max-width: 700px;
    margin: auto;
    z-index: 5;
    background-repeat: no-repeat;
    background-image: url(https://www.cardinalcorp.com/source/img/page/home/homeTag@2x.png);
    background-size: contain;
    background-position: right bottom;
    transition: all 1.4s ease-in;
    opacity: 1; }
    @media (max-width: 789px) {
      .stream.Home .lite.home-1:after_ {
        right: -10%;
        min-width: 600px;
        background-position: right center; } }
  .stream.Home .start.lite.home-1:after_ {
    opacity: 0; }
  .stream.Home .homeLinks {
    margin-top: 40px;
    display: flex;
    align-content: flex-start;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: nowrap;
    position: relative;
    width: 100%;
    height: auto;
    font-family: DIN-2014;
    font-weight: 400;
    z-index: 5;
    transform-origin: top left; }
    @media (max-width: 1199px) {
      .stream.Home .homeLinks {
        transform: scale(0.8);
        width: 125%; } }
    @media (max-width: 789px) {
      .stream.Home .homeLinks {
        flex-wrap: wrap;
        align-content: center;
        align-items: center;
        justify-content: center;
        transform-origin: center top;
        width: 100%; }
        .stream.Home .homeLinks .label {
          text-align: center; } }
    .stream.Home .homeLinks .side {
      width: auto;
      height: auto;
      position: relative;
      display: flex;
      align-content: flex-start;
      align-items: flex-start;
      flex-wrap: nowrap;
      justify-content: flex-start;
      margin-bottom: 50px; }
      .stream.Home .homeLinks .side.side-2 {
        margin-left: 20px; }
      .stream.Home .homeLinks .side .label {
        position: absolute;
        top: -30px;
        font-size: 20px;
        width: 100%;
        text-align: left; }
      .stream.Home .homeLinks .side .item {
        width: 180px;
        height: 260px;
        text-align: center;
        margin: 6px;
        position: relative;
        box-shadow: 1px 3px 10px 0px rgba(0, 0, 0, 0.16);
        box-sizing: border-box;
        color: #CECEBF;
        background-image: url(https://www.cardinalcorp.com/source/img/page/home/homecard.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center; }
        .stream.Home .homeLinks .side .item.item-E366 a:before {
          background-image: url(https://www.cardinalcorp.com/source/img/logo-shadow/E366.png); }
        .stream.Home .homeLinks .side .item.item-Quad a:before {
          background-image: url(https://www.cardinalcorp.com/source/img/logo-shadow/Quad.png);
          background-size: auto 70%; }
        .stream.Home .homeLinks .side .item.item-Endur a:before {
          background-image: url(https://www.cardinalcorp.com/source/img/logo-shadow/Endur.png); }
        .stream.Home .homeLinks .side .item.item-Sea-storm a:before {
          background-image: url(https://www.cardinalcorp.com/source/img/logo-shadow/Sea-Storm.png);
          background-size: auto 100%; }
        .stream.Home .homeLinks .side .item.item-locations a:before {
          background-image: url(https://www.cardinalcorp.com/source/img/page/home/map-icon.png);
          background-size: auto 90px; }
        .stream.Home .homeLinks .side .item.item-Careers a:before {
          background-image: url(https://www.cardinalcorp.com/source/img/page/home/career-icon.png);
          background-size: auto 100px; }
        .stream.Home .homeLinks .side .item:hover {
          box-shadow: 1px 4px 8px 0px rgba(0, 0, 0, 0.4); }
          .stream.Home .homeLinks .side .item:hover a:before {
            height: 50%;
            top: 10px; }
          .stream.Home .homeLinks .side .item:hover:after {
            border-bottom: 2px solid rgba(0, 0, 0, 0.8);
            border-left: 1px solid rgba(0, 0, 0, 0.3);
            border-right: 1px solid rgba(0, 0, 0, 0.3); }
          .stream.Home .homeLinks .side .item:hover a {
            background-color: rgba(0, 0, 0, 0.16); }
            .stream.Home .homeLinks .side .item:hover a > span {
              padding-top: 150px;
              padding-bottom: 20px; }
        .stream.Home .homeLinks .side .item a {
          color: inherit;
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          width: 100%;
          padding-left: 2px;
          padding-right: 2px;
          margin: auto;
          height: 100%;
          text-align: center;
          font-size: 12px;
          font-weight: 300;
          letter-spacing: 0.06em;
          line-height: 16px;
          box-sizing: border-box;
          cursor: pointer;
          text-decoration: none;
          text-transform: uppercase; }
          .stream.Home .homeLinks .side .item a > span {
            transition: all .4s ease;
            font-size: 20px;
            display: block;
            line-height: 30px;
            text-transform: none;
            padding-top: 160px;
            padding-bottom: 0; }
          .stream.Home .homeLinks .side .item a:before, .stream.Home .homeLinks .side .item a:after {
            position: absolute;
            content: "";
            width: 100%;
            height: 100%;
            left: 0;
            box-sizing: border-box;
            pointer-events: none; }
          .stream.Home .homeLinks .side .item a:before {
            transition: all .4s ease;
            height: 50%;
            top: 20px;
            background-image: url(https://www.cardinalcorp.com/source/img/logo-shadow/E366.png);
            background-size: auto 80%;
            background-repeat: no-repeat;
            background-position: center center; }
        .stream.Home .homeLinks .side .item:before, .stream.Home .homeLinks .side .item:after {
          pointer-events: none;
          position: absolute;
          content: "";
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          box-sizing: border-box; }

.stream.reference, .stream.CaseStudies, .stream.Climate {
  background-color: #444850; }
  .stream.reference .banner, .stream.CaseStudies .banner, .stream.Climate .banner {
    background-color: #444444;
    background-color: #485163; }
  .stream.reference .lite, .stream.CaseStudies .lite, .stream.Climate .lite {
    color: white; }

.stream.CaseStudies .banner {
  background-color: #444850; }
.stream.CaseStudies .lite {
  background-color: #444850;
  color: #cdcdcd; }
  .stream.CaseStudies .lite img {
    max-width: 960px;
    margin-top: 30px; }
  .stream.CaseStudies .lite .t1 {
    font-family: DIN-2014;
    color: #cdcdcd;
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 30px;
    text-transform: uppercase; }
  .stream.CaseStudies .lite .t2 {
    font-family: DIN-2014;
    color: #cdcdcd;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase; }
.stream.CaseStudies .t3 {
  font-family: DIN-2014;
  color: #cdcdcd;
  font-size: 20px;
  font-weight: 700;
  margin-top: 20px;
  font-style: italic; }

.stream.Application .banner {
  display: none; }
.stream.Application .lite {
  background-color: #333333;
  color: white; }
.stream.Application .full.oldAppHolder {
  height: calc(100% - 120px);
  top: 100px; }
  @media (max-width: 789px) {
    .stream.Application .full.oldAppHolder {
      top: 60px;
      border-top: none; } }

.stream.CE-Certification {
  background-color: #d4cece; }
  .stream.CE-Certification .banner {
    height: 120px;
    background-color: #e4e4e4; }
  .stream.CE-Certification .lite-1 {
    padding-top: none;
    padding-bottom: none;
    height: calc(100vh - 220px);
    min-height: 740px;
    position: relative; }
  .stream.CE-Certification .euHolder {
    overflow: hidden; }
  .stream.CE-Certification #EC-IFRAME {
    position: absolute;
    left: 0;
    top: -150px;
    height: 1200px;
    width: 100%; }
  @media (max-width: 789px) {
    .stream.CE-Certification .lite-1 {
      min-height: 600px;
      height: calc(100vh - 90px); }
    .stream.CE-Certification #EC-IFRAME {
      height: 100%;
      top: 0;
      min-height: 700px; } }

.stream.VIDEO-GALLERY .banner {
  display: none; }
.stream.VIDEO-GALLERY .lite {
  background-color: #333333;
  color: white; }
.stream.VIDEO-GALLERY .footer {
  background: linear-gradient(135deg, #2f2f2f, #171717); }

.stream.VIDEO-GALLERY .lite.video-gallery .photofade .orb_1 {
  background: radial-gradient(ellipse at center, #89e4ff 0%, rgba(127, 250, 255, 0) 60%);
  top: -50%;
  left: -50%;
  opacity: .3; }
.stream.VIDEO-GALLERY .lite.video-gallery .photofade .orb_2 {
  background: radial-gradient(ellipse at center, #C629ED 0%, rgba(198, 41, 237, 0) 60%);
  top: 50%;
  left: 50%;
  transform: scaleX(0.25), rotate(45deg);
  transform-origin: center;
  opacity: .3; }
.stream.VIDEO-GALLERY .lite.video-gallery h1 {
  margin-top: 80px;
  text-align: center; }
.stream.VIDEO-GALLERY .lite.video-gallery .row.flex-center {
  flex-wrap: wrap;
  justify-content: space-around;
  align-content: flex-start;
  align-items: flex-start;
  margin-bottom: 30px;
  margin-top: 30px; }
.stream.VIDEO-GALLERY .lite.video-gallery .item {
  width: 30%;
  height: auto;
  position: relative;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.58);
  background-color: #222222;
  margin: 15px;
  margin-bottom: 60px;
  min-width: 280px; }
  @media (max-width: 789px) {
    .stream.VIDEO-GALLERY .lite.video-gallery .item {
      width: 80%; } }
  .stream.VIDEO-GALLERY .lite.video-gallery .item .vid_title {
    letter-spacing: 0.06em;
    position: absolute;
    width: 100%;
    height: auto;
    font-size: 18px;
    line-height: 26px;
    top: calc(100% + 10px); }

.stream.E452 {
  background-color: #222222; }
  .stream.E452 h1, .stream.E452 h2 {
    font-family: DIN-2014;
    font-weight: 600;
    font-size: 84px;
    line-height: 90px;
    letter-spacing: -0.02em; }
    .stream.E452 h1 sup, .stream.E452 h2 sup {
      font-size: 50%; }
    .stream.E452 h1.tame, .stream.E452 h2.tame {
      font-size: 60px;
      line-height: 60px;
      letter-spacing: -0.01em; }
    .stream.E452 h1.super, .stream.E452 h2.super {
      font-size: 146px;
      line-height: 120px; }
    @media (max-width: 789px) {
      .stream.E452 h1, .stream.E452 h2 {
        font-size: 64px;
        line-height: 68px; }
        .stream.E452 h1.tame, .stream.E452 h2.tame {
          font-size: 46px;
          line-height: 46px; }
        .stream.E452 h1.super, .stream.E452 h2.super {
          font-size: 90px;
          line-height: 80px; } }
  .stream.E452 .row.super {
    font-size: 40px;
    line-height: 40px;
    margin: auto;
    max-width: 80%;
    margin-top: 40px;
    margin-bottom: 40px; }
    @media (max-width: 1059px) {
      .stream.E452 .row.super {
        max-width: 100%; } }
  .stream.E452 .link_btn a {
    display: inline-block;
    font-weight: 400;
    color: white;
    width: auto;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    color: white;
    padding-left: 50px;
    padding-right: 50px;
    border-radius: 8px;
    background-color: rgba(0, 0, 0, 0.21);
    letter-spacing: 0.05em;
    height: auto;
    line-height: 50px;
    font-size: 14px;
    text-transform: uppercase;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 5px;
    text-decoration: none;
    position: relative;
    top: -10px;
    letter-spacing: 0.1em; }
  .stream.E452 .hero-banner {
    position: fixed;
    opacity: 1;
    right: 0;
    left: 0; }
    .stream.E452 .hero-banner #hero-shot {
      background-position: center top;
      background-size: 100vw auto;
      background-repeat: no-repeat; }
    .stream.E452 .hero-banner .panel {
      display: none; }
  .stream.E452 .anim-cover {
    position: fixed;
    height: 300vh;
    background: linear-gradient(180deg, rgba(2, 0, 36, 0.88) 0%, rgba(24, 30, 31, 0.9) 100%);
    opacity: 0;
    z-index: 0; }
    .stream.E452 .anim-cover.greymode {
      background: #B2B7BB; }
  .stream.E452 .E452-0 {
    z-index: 50;
    margin: auto;
    left: 0;
    right: 0;
    width: 30vw;
    height: 30vw;
    top: 20vh;
    transition: top 1.5s ease-in-out;
    position: relative; }
    .stream.E452 .E452-0.simple-size-mode {
      width: 500px;
      height: 500px; }
    .stream.E452 .E452-0 .temp_cover.full {
      width: 120%;
      left: -10%;
      background-color: rgba(80, 80, 80, 0.76);
      background-color: rgba(0, 0, 0, 0.53); }
    .stream.E452 .E452-0.aos-animate {
      top: calc(-70vh); }
    .stream.E452 .E452-0 .inner_plate.full > div {
      position: absolute;
      width: 100%;
      height: auto;
      left: 0;
      right: 0;
      margin: auto;
      text-align: center;
      font-family: DIN-2014;
      transition: all .6s ease; }
      .stream.E452 .E452-0 .inner_plate.full > div.logo {
        overflow: visible;
        background-image: url(https://www.cardinalcorp.com/source/img/page/products/quad/Quad_logo_centered_1000px.png);
        background-repeat: no-repeat;
        background-size: auto 55%;
        background-position: center 25%;
        width: 100%;
        height: 100%;
        top: 0;
        filter: drop-shadow(0 -5px 12px rgba(0, 0, 0, 0.6)); }
      .stream.E452 .E452-0 .inner_plate.full > div.line {
        color: #E8FFD9;
        font-weight: 500;
        text-transform: uppercase;
        font-size: 12px;
        line-height: 20px;
        letter-spacing: 0.4em; }
        .stream.E452 .E452-0 .inner_plate.full > div.line.t1 {
          top: 30px; }
        .stream.E452 .E452-0 .inner_plate.full > div.line.t2 {
          bottom: 30px; }
      .stream.E452 .E452-0 .inner_plate.full > div.tag {
        color: white;
        font-weight: 600;
        font-size: 40px;
        line-height: 50px;
        letter-spacing: 0.02em;
        width: 200%;
        left: -50%;
        filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5)); }
        .stream.E452 .E452-0 .inner_plate.full > div.tag.t1 {
          bottom: 110px; }
        .stream.E452 .E452-0 .inner_plate.full > div.tag.t2 {
          bottom: 60px; }
    .stream.E452 .E452-0 .pad_shadow {
      background-image: url(https://www.cardinalcorp.com/source/img/page/products/quad/SHADOW.png);
      background-repeat: no-repeat;
      background-size: 100% 100%;
      height: 40px;
      width: 110%;
      left: -5%;
      position: absolute;
      bottom: -30px;
      opacity: 1; }
    .stream.E452 .E452-0 .glass_effect.full {
      filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.41));
      overflow: hidden;
      box-sizing: border-box;
      box-sizing: border-box; }
      .stream.E452 .E452-0 .glass_effect.full:before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        box-sizing: border-box; }
      .stream.E452 .E452-0 .glass_effect.full:after {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        box-sizing: border-box; }
      .stream.E452 .E452-0 .glass_effect.full:before {
        width: 100vw;
        height: 110vh;
        background-position: center top;
        background-size: 99vw auto;
        transition: top 1s cubic-bezier(0.88, 0.34, 0.18, 0.95);
        background-image: url(https://www.cardinalcorp.com/source/img/page/products/quad/quad_452_hero.jpg);
        background-repeat: no-repeat;
        opacity: 1;
        filter: brightness(0.9);
        left: -35.4vw;
        top: -20vh; }
      .stream.E452 .E452-0 .glass_effect.full:after {
        mix-blend-mode: overlay;
        background: radial-gradient(at top left, rgba(203, 230, 231, 0.68) 0%, rgba(210, 213, 214, 0.55) 40%, rgba(28, 8, 12, 0.9) 100%);
        border: 4px solid rgba(255, 255, 255, 0.7); }
  .stream.E452 .lite.E452-1 {
    position: relative;
    margin-top: 40vh;
    color: white; }
    .stream.E452 .lite.E452-1 .redtri {
      background-image: url(https://www.cardinalcorp.com/source/img/page/products/quad/tri_red.png);
      background-repeat: no-repeat;
      background-size: contain;
      margin: auto;
      width: 80px;
      height: 60px;
      margin-bottom: 20px;
      cursor: pointer;
      filter: drop-shadow(0 0 12px black); }
  .stream.E452 .lite.E452-2 {
    background-color: #D2D2D2; }
  .stream.E452 .videopop.full {
    z-index: 500;
    position: fixed;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    transition: all 1.5s ease; }
    .stream.E452 .videopop.full:not(.selected) {
      display: none;
      background-color: rgba(34, 34, 34, 0); }
    .stream.E452 .videopop.full .closeplate.full {
      background-color: rgba(34, 34, 34, 0.92);
      pointer-events: all;
      cursor: pointer; }
    .stream.E452 .videopop.full .plate {
      z-index: 2;
      border-radius: 2px;
      position: relative;
      padding: 0;
      background-color: white;
      filter: drop-shadow(0 0 20px black);
      height: auto;
      width: auto;
      margin: auto;
      width: 80%;
      max-width: 800px;
      background: linear-gradient(45deg, #4d4d4d 0%, #533535 100%);
      box-sizing: border-box;
      box-sizing: border-box; }
      .stream.E452 .videopop.full .plate:before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        box-sizing: border-box; }
      .stream.E452 .videopop.full .plate:after {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        box-sizing: border-box; }
      .stream.E452 .videopop.full .plate:before {
        border-radius: 2px;
        background: linear-gradient(95deg, rgba(252, 169, 121, 0.06) 20%, rgba(117, 163, 227, 0.71) 100%); }
      .stream.E452 .videopop.full .plate .iframe_container {
        z-index: 5;
        height: 0;
        position: relative;
        width: 100%;
        height: auto;
        padding-top: 56.25%; }
        .stream.E452 .videopop.full .plate .iframe_container iframe, .stream.E452 .videopop.full .plate .iframe_container .wistia_embed {
          position: absolute;
          width: 100%;
          height: 100%;
          left: 0;
          top: 0; }
      .stream.E452 .videopop.full .plate .closevid {
        position: absolute;
        z-index: 100;
        top: 0;
        right: -55px;
        margin: auto;
        width: 50px;
        background-color: rgba(49, 49, 49, 0.86);
        height: auto;
        line-height: 50px;
        font-size: 16px;
        text-align: center;
        color: white;
        cursor: pointer;
        pointer-events: all;
        opacity: .7;
        letter-spacing: 0.05em;
        font-weight: 400; }
        .stream.E452 .videopop.full .plate .closevid:hover {
          opacity: 1; }
  .stream.E452 .lite.E452-3 {
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    background-color: #B2B7BB;
    height: auto;
    width: 100%; }
    .stream.E452 .lite.E452-3 .vidspace {
      top: 2px;
      z-index: 5;
      height: 0;
      position: relative;
      width: 100%;
      height: auto;
      padding-top: 52.65%; }
      .stream.E452 .lite.E452-3 .vidspace iframe, .stream.E452 .lite.E452-3 .vidspace .wistia_embed {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0; }
      @media (max-width: 789px) {
        .stream.E452 .lite.E452-3 .vidspace {
          width: 200%;
          left: -40%;
          padding-top: 105.3%; }
          .stream.E452 .lite.E452-3 .vidspace .full.moviefade:after {
            height: 40px; } }
    .stream.E452 .lite.E452-3 .holder_vid {
      width: 100%;
      height: auto;
      position: absolute;
      top: 2px;
      left: 0;
      overflow: hidden; }
    .stream.E452 .lite.E452-3 .zone2 {
      position: relative;
      left: 0;
      right: 0;
      height: auto;
      width: 80%;
      max-width: 1080px;
      margin: auto; }
      @media (max-width: 1059px) {
        .stream.E452 .lite.E452-3 .zone2 {
          width: 96%; }
          .stream.E452 .lite.E452-3 .zone2 .pad {
            padding-left: 20px;
            padding-right: 20px; } }
    .stream.E452 .lite.E452-3 .pad {
      opacity: .8;
      z-index: 32;
      position: relative;
      top: -5vw;
      left: 0;
      height: auto;
      width: 100%;
      height: auto;
      padding: 40px;
      font-weight: 600;
      color: black;
      filter: drop-shadow(0 0 12px rgba(0, 0, 0, 0.4));
      background-color: #B2B7BB;
      color: white;
      text-align: left; }
      .stream.E452 .lite.E452-3 .pad > div:nth-of-type(1) {
        font-size: 80px;
        line-height: 70px;
        font-family: DIN-2014;
        margin-bottom: 20px; }
      .stream.E452 .lite.E452-3 .pad > div:nth-of-type(2) {
        font-weight: 300;
        font-size: 20px;
        line-height: 42px;
        letter-spacing: 0.05em; }
    .stream.E452 .lite.E452-3 .full.moviefade {
      z-index: 1; }
      .stream.E452 .lite.E452-3 .full.moviefade:before {
        display: block;
        content: "";
        position: absolute;
        width: 100%;
        height: 220px;
        top: -1px;
        margin: auto;
        background: linear-gradient(180deg, #d2d2d2, rgba(210, 210, 210, 0));
        z-index: 2; }
        @media only screen and (max-width: 960px) {
          .stream.E452 .lite.E452-3 .full.moviefade:before {
            height: 80px; } }
      .stream.E452 .lite.E452-3 .full.moviefade:after {
        z-index: 2;
        display: block;
        content: "";
        position: absolute;
        width: 100%;
        height: 220px;
        bottom: 0;
        margin: auto;
        background: linear-gradient(0deg, #b2b7bb, rgba(178, 183, 187, 0)); }
      @media only screen and (max-width: 960px) {
        .stream.E452 .lite.E452-3 .full.moviefade:not(.hero-fade, .lite.more-info .photofade):after {
          height: 80px; } }
  .stream.E452 .lite.E452-4-magic {
    min-height: 80vh;
    background-color: #B2B7BB;
    height: auto;
    min-height: 120vh;
    padding-top: 0; }
    @media (max-width: 1059px) {
      .stream.E452 .lite.E452-4-magic {
        padding-bottom: 30vh; } }
    .stream.E452 .lite.E452-4-magic span.uv {
      color: #ffa9ff;
      font-weight: 600;
      color: white;
      filter: drop-shadow(0 0 20px #ffa9ff); }
    .stream.E452 .lite.E452-4-magic .container {
      height: auto;
      position: relative;
      max-width: 1500px;
      margin: auto;
      width: 90%; }
      .stream.E452 .lite.E452-4-magic .container .copy.wrapper {
        text-align: center;
        width: 100%; }
        .stream.E452 .lite.E452-4-magic .container .copy.wrapper .row.super {
          width: 80%; }
      @media (max-width: 1059px) {
        .stream.E452 .lite.E452-4-magic .container {
          width: 100%; }
          .stream.E452 .lite.E452-4-magic .container .copy.wrapper {
            width: 100%; } }
      @media (max-width: 789px) {
        .stream.E452 .lite.E452-4-magic .container {
          width: auto; } }
      @media (max-width: 575px) {
        .stream.E452 .lite.E452-4-magic .container {
          width: auto; } }
    .stream.E452 .lite.E452-4-magic h1.t1 {
      font-size: 90px;
      line-height: 90px;
      margin-bottom: 0;
      height: auto; }
      @media (max-width: 1059px) {
        .stream.E452 .lite.E452-4-magic h1.t1 {
          margin-top: 40px;
          font-size: 60px;
          line-height: 55px; } }
    .stream.E452 .lite.E452-4-magic h1.t2 {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      margin: auto;
      opacity: 1;
      visibility: visible; }
    .stream.E452 .lite.E452-4-magic .row.super {
      height: 0;
      margin-bottom: 0;
      position: relative; }
    .stream.E452 .lite.E452-4-magic .stage {
      top: -20px;
      position: relative;
      width: 100%;
      margin: auto;
      height: 0;
      padding-top: 44%;
      padding-bottom: 0;
      overflow: visible;
      transform-origin: center center;
      filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.32)); }
      @media (max-width: 789px) {
        .stream.E452 .lite.E452-4-magic .stage {
          top: 0; } }
      .stream.E452 .lite.E452-4-magic .stage:after {
        display: block;
        position: absolute;
        width: auto;
        height: auto;
        bottom: 20px;
        right: 20px;
        content: "*SIMULATION";
        height: 20px;
        line-height: 20px;
        font-size: 14px;
        color: white;
        text-align: right;
        letter-spacing: 0.1em; }
      .stream.E452 .lite.E452-4-magic .stage .uv_fading {
        align-self: flex-start;
        position: relative;
        width: auto;
        max-width: 360px;
        height: auto;
        padding: 40px;
        padding-bottom: 100px;
        font-size: 40px;
        line-height: 40px;
        margin-left: 40px;
        filter: drop-shadow(0 0 14px rgba(0, 0, 0, 0.4));
        background-color: rgba(255, 255, 255, 0.4);
        backdrop-filter: blur(8px);
        color: white; }
        .stream.E452 .lite.E452-4-magic .stage .uv_fading .hourglass {
          width: 30px;
          height: 40px;
          position: absolute;
          bottom: 40px;
          left: 0;
          right: 0;
          margin: auto;
          background-image: url(https://www.cardinalcorp.com/source/img/page/products/quad/anim/hourglass.png);
          background-size: 100% auto;
          background-position: center;
          filter: brightness(0) invert(1) drop-shadow(0 0 20px #ffa9ff); }
        @media (max-width: 1059px) {
          .stream.E452 .lite.E452-4-magic .stage .uv_fading {
            padding: 20px;
            padding-bottom: 80px;
            margin: auto;
            max-width: 100vw;
            align-self: center; }
            .stream.E452 .lite.E452-4-magic .stage .uv_fading .hourglass {
              bottom: 20px; } }
      .stream.E452 .lite.E452-4-magic .stage .fill_flex.full {
        display: flex;
        align-items: center;
        justify-content: center;
        align-content: center;
        flex-direction: column; }
      .stream.E452 .lite.E452-4-magic .stage .withQuad {
        margin: auto;
        width: 400px;
        height: auto;
        margin: auto;
        color: white;
        line-height: 65px;
        font-size: 40px;
        position: absolute;
        left: 0;
        right: 0;
        top: 40px; }
        .stream.E452 .lite.E452-4-magic .stage .withQuad .line {
          width: 80%;
          height: 2px;
          margin: auto;
          margin-top: 20px;
          margin-bottom: 20px;
          border-top: 2px solid #444444;
          border-bottom: 2px solid #FFFFFF; }
        .stream.E452 .lite.E452-4-magic .stage .withQuad .logo {
          background-image: url(https://www.cardinalcorp.com/source/img/page/products/quad/anim/Quad.png);
          background-size: 100% auto;
          background-position: center;
          position: relative;
          height: 180px;
          width: 250px;
          margin: auto;
          margin-bottom: 20px;
          transform-origin: center bottom; }
        .stream.E452 .lite.E452-4-magic .stage .withQuad .logo99 {
          background-image: url(https://www.cardinalcorp.com/source/img/page/products/quad/anim/UV_block99.png);
          background-size: auto 60%;
          background-position: center;
          position: relative;
          height: 90px;
          width: 100%;
          margin: auto;
          margin-top: 20px;
          transform-origin: center bottom; }
        .stream.E452 .lite.E452-4-magic .stage .withQuad span.quad_product {
          font-weight: 600;
          filter: drop-shadow(0 0 20px #fff14d); }
      .stream.E452 .lite.E452-4-magic .stage .row.super.t4 {
        height: 0;
        margin-bottom: 0;
        z-index: 2;
        margin: auto; }
      @media (max-width: 1059px) {
        .stream.E452 .lite.E452-4-magic .stage {
          width: 140%;
          left: -20%;
          padding-top: 60%;
          max-width: none; }
          .stream.E452 .lite.E452-4-magic .stage .floor {
            clip-path: inset(0 20vw 0 20vw); } }
      @media (max-width: 789px) {
        .stream.E452 .lite.E452-4-magic .stage {
          width: 220%;
          left: -60%;
          padding-top: 100%;
          max-width: none; }
          .stream.E452 .lite.E452-4-magic .stage .floor {
            clip-path: inset(0 60vw 0 60vw); } }
      @media (max-width: 575px) {
        .stream.E452 .lite.E452-4-magic .stage {
          width: 200vw;
          left: -50vw;
          width: 220%;
          left: -60%;
          padding-top: 100%; } }
      .stream.E452 .lite.E452-4-magic .stage > div {
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        margin: auto;
        transform-origin: center;
        background-size: 100% auto;
        right: 0;
        left: 0; }
    .stream.E452 .lite.E452-4-magic .floor {
      background-image: url(https://www.cardinalcorp.com/source/img/page/products/quad/anim/floor.jpg);
      background-size: 100% auto;
      background-position: center;
      right: 0; }
      .stream.E452 .lite.E452-4-magic .floor .fade {
        background-size: 100% auto;
        background-image: url(https://www.cardinalcorp.com/source/img/page/products/quad/anim/floor_fade.jpg); }
    .stream.E452 .lite.E452-4-magic .rug {
      filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.38));
      width: 28%;
      height: 0;
      padding-top: 64.28%;
      padding-top: 16.28%;
      background-image: url(https://www.cardinalcorp.com/source/img/page/products/quad/anim/rug.png);
      top: 16%; }
      .stream.E452 .lite.E452-4-magic .rug .fade {
        background-color: rgba(0, 255, 255, 0.09);
        background-size: 100% auto;
        background-image: url(https://www.cardinalcorp.com/source/img/page/products/quad/anim/rug_fade.png); }
        .stream.E452 .lite.E452-4-magic .rug .fade.moved {
          transform: rotate(90deg) translateX(35vw); }
    .stream.E452 .lite.E452-4-magic .couch {
      transform-origin: right bottom;
      filter: drop-shadow(-3px -30px 10px rgba(0, 0, 0, 0.4));
      width: 35%;
      height: 0;
      padding-top: 37.68%;
      padding-top: 14.00%;
      background-image: url(https://www.cardinalcorp.com/source/img/page/products/quad/anim/couch.png);
      top: 57%; }
      .stream.E452 .lite.E452-4-magic .couch.moved {
        filter: drop-shadow(-30px -3px 20px rgba(0, 0, 0, 0.4));
        transform: translateX(-5px) rotate(-90deg); }
      .stream.E452 .lite.E452-4-magic .couch .fade {
        background-size: 100% auto;
        background-image: url(https://www.cardinalcorp.com/source/img/page/products/quad/anim/couch_fade.png); }
    .stream.E452 .lite.E452-4-magic .box {
      display: flex;
      text-align: center;
      align-items: center;
      width: 200px;
      height: 200px;
      font-size: 12px;
      text-align: center;
      line-height: 20px;
      text-align: center;
      position: absolute;
      background-color: rebeccapurple;
      color: white; }
      .stream.E452 .lite.E452-4-magic .box p {
        margin: auto;
        padding: 0; }
  .stream.E452 .lite.E452-4 {
    height: auto;
    background-color: #BCC2C7; }
    .stream.E452 .lite.E452-4 .couch_Compare .full.c2 {
      opacity: 1; }
    .stream.E452 .lite.E452-4 .box.box2 {
      opacity: 0;
      transform: translateY(120px); }
    .stream.E452 .lite.E452-4.aos-animate .box.box2 {
      opacity: 1;
      transform: translateY(0); }
    .stream.E452 .lite.E452-4.aos-animate .box.box1 {
      opacity: 0;
      transform: translateY(-100px); }
    .stream.E452 .lite.E452-4.aos-animate .couch_Compare .full.c2 {
      opacity: 0; }
    .stream.E452 .lite.E452-4 .wrapper.copy.center {
      margin-bottom: 40px;
      position: relative;
      height: auto; }
    .stream.E452 .lite.E452-4 .box {
      letter-spacing: 0.03em;
      line-height: 36px;
      transition: all 0.5s cubic-bezier(0.17, 0.29, 0.32, 1.15); }
      .stream.E452 .lite.E452-4 .box.box2 {
        position: absolute;
        top: 0;
        width: auto;
        margin: auto;
        left: 0;
        right: 0;
        height: auto; }
    .stream.E452 .lite.E452-4 .wrapper.copy {
      position: relative;
      overflow: visible;
      z-index: 2;
      text-align: center;
      color: white; }
      .stream.E452 .lite.E452-4 .wrapper.copy h1 {
        width: 100%;
        display: block;
        height: auto;
        margin-bottom: 20px; }
      .stream.E452 .lite.E452-4 .wrapper.copy .row {
        max-width: 800px;
        margin: auto;
        font-size: 26px;
        font-weight: 500; }
    .stream.E452 .lite.E452-4 .couch_Compare {
      height: auto;
      max-width: 830px;
      width: 100%;
      margin: auto;
      margin-top: 2.5vh;
      position: relative; }
      .stream.E452 .lite.E452-4 .couch_Compare:first-of-type {
        margin-bottom: 40px; }
      .stream.E452 .lite.E452-4 .couch_Compare img {
        width: 100%;
        height: auto; }
      .stream.E452 .lite.E452-4 .couch_Compare:after {
        z-index: 2;
        display: block;
        content: "";
        position: absolute;
        width: 100%;
        height: 50px;
        bottom: 0;
        margin: auto;
        background: linear-gradient(0deg, #bcc2c7, rgba(188, 194, 199, 0)); }
      @media only screen and (max-width: 960px) {
        .stream.E452 .lite.E452-4 .couch_Compare:not(.hero-fade, .lite.more-info .photofade):after {
          height: 80px; } }
      @media screen and (max-height: 800px) {
        .stream.E452 .lite.E452-4 .couch_Compare {
          max-width: 700px;
          top: 20px; } }
      .stream.E452 .lite.E452-4 .couch_Compare .sim {
        z-index: 5;
        position: absolute;
        line-height: 20px;
        height: auto;
        bottom: 0;
        right: 40px;
        color: white;
        font-size: 20px;
        bottom: 40px;
        letter-spacing: .03em; }
      .stream.E452 .lite.E452-4 .couch_Compare .full {
        background-position: center center;
        background-repeat: no-repeat;
        background-image: url(https://www.cardinalcorp.com/source/img/page/products/quad/fade_prevention.jpg);
        background-size: 100% auto;
        transition: opacity 1.5s ease-in-out; }
        .stream.E452 .lite.E452-4 .couch_Compare .full.c2 {
          background-image: url(https://www.cardinalcorp.com/source/img/page/products/quad/fade_perception.jpg); }
  .stream.E452 .lite.E452-5 {
    padding-bottom: 0;
    background-image: url(https://www.cardinalcorp.com/source/img/page/products/quad/neat_background.jpg); }
    .stream.E452 .lite.E452-5 .photofade {
      background-color: rgba(222, 229, 239, 0.56); }
      .stream.E452 .lite.E452-5 .photofade:after {
        z-index: 2;
        display: block;
        content: "";
        position: absolute;
        width: 100%;
        height: 200px;
        bottom: 0;
        margin: auto;
        background: linear-gradient(0deg, #dee5ef, rgba(222, 229, 239, 0)); }
      @media only screen and (max-width: 960px) {
        .stream.E452 .lite.E452-5 .photofade:not(.hero-fade, .lite.more-info .photofade):after {
          height: 80px; } }
    .stream.E452 .lite.E452-5 .quad_and_neat {
      z-index: 2;
      height: 460px;
      width: 100%;
      position: relative;
      display: flex;
      justify-content: center;
      align-content: flex-start;
      align-items: flex-start;
      text-align: center; }
      .stream.E452 .lite.E452-5 .quad_and_neat .and {
        background-image: url(https://www.cardinalcorp.com/source/img/page/products/quad/and.png);
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: auto 300px;
        z-index: -1; }
      .stream.E452 .lite.E452-5 .quad_and_neat .ll {
        margin-left: 40px;
        margin-right: 40px; }
      .stream.E452 .lite.E452-5 .quad_and_neat img {
        margin: auto; }
      @media (max-width: 789px) {
        .stream.E452 .lite.E452-5 .quad_and_neat {
          flex-wrap: wrap;
          height: auto;
          padding-bottom: 40px; }
          .stream.E452 .lite.E452-5 .quad_and_neat .ll {
            margin-left: 0;
            margin-right: 0;
            width: 100%;
            margin-bottom: 40px; }
          .stream.E452 .lite.E452-5 .quad_and_neat .and {
            filter: drop-shadow(2px 4px 20px rgba(0, 0, 0, 0.39));
            background-size: auto 15%;
            background-position: center top 37%; } }
  .stream.E452 .lite.E452-6 {
    background-color: #DEE6F0;
    background-image: url(https://www.cardinalcorp.com/source/img/page/products/quad/neutral_house.jpg);
    background-position: center bottom;
    background-size: 100% auto;
    background-repeat: no-repeat;
    padding-bottom: 40%; }
    .stream.E452 .lite.E452-6 .swatches {
      background-color: white;
      width: 100%;
      height: auto;
      padding-top: 20px;
      padding-bottom: 20px;
      border-radius: 2px;
      filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.3));
      max-width: 500px;
      margin: auto; }
      .stream.E452 .lite.E452-6 .swatches > div:not(.t1) {
        position: relative;
        height: 80px;
        padding-left: 100px;
        line-height: 80px;
        box-sizing: border-box;
        margin-top: 30px;
        margin-bottom: 30px;
        margin-left: 30px; }
        .stream.E452 .lite.E452-6 .swatches > div:not(.t1):before {
          position: absolute;
          content: "";
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          box-sizing: border-box; }
        .stream.E452 .lite.E452-6 .swatches > div:not(.t1):before {
          width: 80px;
          opacity: .5; }
        .stream.E452 .lite.E452-6 .swatches > div:not(.t1):nth-of-type(2):before {
          background-color: #B5B6B8; }
        .stream.E452 .lite.E452-6 .swatches > div:not(.t1):nth-of-type(3):before {
          background-color: #A5B7AC; }
      .stream.E452 .lite.E452-6 .swatches > div.t1 {
        text-align: center; }
    .stream.E452 .lite.E452-6 .photofade:after {
      z-index: 2;
      display: block;
      content: "";
      position: absolute;
      width: 100%;
      height: 220px;
      bottom: 0;
      margin: auto;
      background: linear-gradient(0deg, #2a4382, rgba(42, 67, 130, 0)); }
    @media only screen and (max-width: 960px) {
      .stream.E452 .lite.E452-6 .photofade:not(.hero-fade, .lite.more-info .photofade):after {
        height: 80px; } }
  .stream.E452 .lite.E452-7 {
    color: white;
    background-image: url(https://www.cardinalcorp.com/source/img/page/products/quad/winterHouse.jpg);
    background-position: center top; }
    @media (max-width: 1199px) {
      .stream.E452 .lite.E452-7 .photofade {
        background-color: #20376d96; } }
  .stream.E452 .lite.E452-8 {
    color: #bac2d2; }
    .stream.E452 .lite.E452-8 span.quad {
      color: #D59766; }
    .stream.E452 .lite.E452-8 span.withNeat {
      color: #8ABA6D; }
    .stream.E452 .lite.E452-8 .photofade {
      box-sizing: border-box;
      box-sizing: border-box; }
      .stream.E452 .lite.E452-8 .photofade:before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        box-sizing: border-box; }
      .stream.E452 .lite.E452-8 .photofade:after {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        box-sizing: border-box; }
      .stream.E452 .lite.E452-8 .photofade:before {
        background: linear-gradient(45deg, #4d4d4d 0%, #533535 100%);
        height: 111%; }
      .stream.E452 .lite.E452-8 .photofade:after {
        background: linear-gradient(95deg, rgba(252, 169, 121, 0.06) 20%, rgba(117, 163, 227, 0.71) 100%);
        height: 110%; }
  .stream.E452 .footer {
    z-index: 3; }

.stream.NeatPlus sup {
  top: -1em;
  font-size: 40% !important; }
.stream.NeatPlus .alink {
  width: 90%;
  margin: auto;
  margin-top: 40px;
  font-size: 80%;
  letter-spacing: .05em;
  line-height: 18px; }
.stream.NeatPlus h1.neatChunk {
  font-family: DIN-2014;
  font-size: 100px;
  line-height: 90px;
  margin-bottom: 80px;
  letter-spacing: -0.05em;
  font-weight: 600;
  filter: drop-shadow(0 5px 6px rgba(0, 0, 0, 0.42)); }
  @media (max-width: 789px) {
    .stream.NeatPlus h1.neatChunk {
      font-size: 80px;
      line-height: 70px;
      margin-bottom: 60px; } }
.stream.NeatPlus .lite {
  background-color: #ebebeb;
  color: black; }
.stream.NeatPlus .hero-banner {
  background-color: #ebebeb; }
.stream.NeatPlus .hero-fade:after {
  z-index: 2;
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 400px;
  bottom: 0;
  margin: auto;
  background: linear-gradient(0deg, #ebebeb, rgba(235, 235, 235, 0)); }
@media only screen and (max-width: 960px) {
  .stream.NeatPlus .hero-fade:not(.hero-fade, .lite.more-info .photofade):after {
    height: 80px; } }
.stream.NeatPlus .hero-banner .panel.din.start {
  overflow: visible;
  width: 100%; }
  .stream.NeatPlus .hero-banner .panel.din.start > div.description {
    font-size: 80px;
    text-transform: initial;
    letter-spacing: -0.03em;
    color: #111111;
    text-align: left;
    line-height: 70px;
    height: 100%;
    width: auto;
    left: calc(50% + 30px);
    right: auto;
    filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.33));
    font-weight: 600; }
    .stream.NeatPlus .hero-banner .panel.din.start > div.description strong {
      font-weight: 700;
      letter-spacing: -0.05em; }
    .stream.NeatPlus .hero-banner .panel.din.start > div.description sup {
      left: -.3em; }
  .stream.NeatPlus .hero-banner .panel.din.start > div.product-logo {
    top: auto;
    height: 100%;
    background-size: 100% auto;
    width: 360px;
    left: auto;
    right: calc(50% + 30px); }
  @media (max-width: 789px) {
    .stream.NeatPlus .hero-banner .panel.din.start > div.description {
      left: calc(50% + 10px);
      font-size: 55px;
      line-height: 45px; }
    .stream.NeatPlus .hero-banner .panel.din.start > div.product-logo {
      right: calc(50% + 10px);
      width: 260px; } }
  @media (max-width: 575px) {
    .stream.NeatPlus .hero-banner .panel.din.start > div.description {
      left: calc(50% + 10px);
      font-size: 50px;
      line-height: 40px; }
    .stream.NeatPlus .hero-banner .panel.din.start > div.product-logo {
      right: calc(50% + 10px);
      width: 220px; } }
  .stream.NeatPlus .hero-banner .panel.din.start > div.reflects, .stream.NeatPlus .hero-banner .panel.din.start > div.pad, .stream.NeatPlus .hero-banner .panel.din.start > div.company-label {
    display: none; }
.stream.NeatPlus .lite.NeatPlus-1 h1 span {
  color: #69aa50; }
.stream.NeatPlus .lite.NeatPlus-2 {
  display: block;
  padding-top: 10vh;
  height: 110vh;
  max-height: 1100px;
  background-image: url(https://www.cardinalcorp.com/source/img/page/products/neat/weekend.jpg); }
  .stream.NeatPlus .lite.NeatPlus-2 h1 {
    position: relative;
    align-self: flex-start;
    z-index: 2; }
  .stream.NeatPlus .lite.NeatPlus-2 .photofade:before {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 220px;
    top: -1px;
    margin: auto;
    background: linear-gradient(180deg, #ebebeb, rgba(235, 235, 235, 0));
    z-index: 2; }
    @media only screen and (max-width: 960px) {
      .stream.NeatPlus .lite.NeatPlus-2 .photofade:before {
        height: 80px; } }
.stream.NeatPlus .lite.NeatPlus-3 {
  flex-direction: column;
  padding-bottom: 0; }
  .stream.NeatPlus .lite.NeatPlus-3 .picnic-space {
    width: 100%;
    height: 0;
    padding-top: calc(40px + 30.5%);
    position: relative;
    margin: auto; }
  .stream.NeatPlus .lite.NeatPlus-3 .photofade {
    background-color: #f2ece6; }
    .stream.NeatPlus .lite.NeatPlus-3 .photofade:after {
      z-index: 2;
      display: block;
      content: "";
      position: absolute;
      width: 100%;
      height: 80px;
      bottom: 0;
      margin: auto;
      background: linear-gradient(0deg, #c4855e, rgba(196, 133, 94, 0)); }
    @media only screen and (max-width: 960px) {
      .stream.NeatPlus .lite.NeatPlus-3 .photofade:not(.hero-fade, .lite.more-info .photofade):after {
        height: 80px; } }
    .stream.NeatPlus .lite.NeatPlus-3 .photofade:before {
      display: block;
      content: "";
      position: absolute;
      width: 100%;
      height: 220px;
      top: -1px;
      margin: auto;
      background: linear-gradient(180deg, #f2ece6, rgba(242, 236, 230, 0));
      z-index: 2; }
      @media only screen and (max-width: 960px) {
        .stream.NeatPlus .lite.NeatPlus-3 .photofade:before {
          height: 80px; } }
    .stream.NeatPlus .lite.NeatPlus-3 .photofade .picnic_table {
      position: absolute;
      width: 100%;
      left: 0;
      background-image: url(https://www.cardinalcorp.com/source/img/page/products/neat/neat_table.jpg);
      background-size: 100% auto;
      background-position: center bottom;
      height: 0;
      top: auto;
      bottom: 0;
      padding-top: 86%;
      min-height: 400px; }
      .stream.NeatPlus .lite.NeatPlus-3 .photofade .picnic_table:before {
        display: block;
        content: "";
        position: absolute;
        width: 100%;
        height: 220px;
        top: -1px;
        margin: auto;
        background: linear-gradient(180deg, #f2ece6, rgba(242, 236, 230, 0));
        z-index: 2; }
        @media only screen and (max-width: 960px) {
          .stream.NeatPlus .lite.NeatPlus-3 .photofade .picnic_table:before {
            height: 80px; } }
      .stream.NeatPlus .lite.NeatPlus-3 .photofade .picnic_table:before {
        z-index: 0; }
  .stream.NeatPlus .lite.NeatPlus-3 .row p {
    font-size: 26px;
    line-height: 40px;
    color: black;
    font-weight: 300; }
.stream.NeatPlus .lite.NeatPlus-4 {
  color: white;
  background: linear-gradient(90deg, #E2A162 10%, #A86956); }
.stream.NeatPlus .lite.NeatPlus-5 {
  color: white; }
  .stream.NeatPlus .lite.NeatPlus-5 span.light-uv {
    color: #f8f5ff;
    filter: drop-shadow(0 0 10px #b49bff); }
  .stream.NeatPlus .lite.NeatPlus-5 .lightwave {
    background: linear-gradient(-135deg, #333333 30%, #b49bff, #A0A063, #9BD2D4, #9BD2D4, #333333 70%);
    filter: blur(43px); }
  .stream.NeatPlus .lite.NeatPlus-5 h1, .stream.NeatPlus .lite.NeatPlus-5 h2 {
    text-align: center; }
  .stream.NeatPlus .lite.NeatPlus-5 .row.addBorder {
    padding-top: 80px;
    margin-bottom: 40px;
    padding-bottom: 80px;
    border-top: 2px solid white;
    border-bottom: 2px solid white; }
.stream.NeatPlus .mid-score {
  margin-top: 120px;
  margin-bottom: 120px;
  width: 100%;
  height: 4px;
  background-color: #111111;
  position: relative; }

.stream.Neat .lite {
  color: black; }
.stream.Neat .hero-banner {
  background-color: #A9AC95; }
.stream.Neat .hero-fade:after {
  z-index: 2;
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 220px;
  bottom: 0;
  margin: auto;
  background: linear-gradient(0deg, #a9ac95, rgba(169, 172, 149, 0)); }
@media only screen and (max-width: 960px) {
  .stream.Neat .hero-fade:not(.hero-fade, .lite.more-info .photofade):after {
    height: 80px; } }
.stream.Neat .lite.Neat-1 {
  color: white;
  background-color: #A9AC95; }
.stream.Neat .lite.Neat-2 .photofade:before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 220px;
  top: -1px;
  margin: auto;
  background: linear-gradient(180deg, #333333, rgba(51, 51, 51, 0));
  z-index: 2; }
  @media only screen and (max-width: 960px) {
    .stream.Neat .lite.Neat-2 .photofade:before {
      height: 80px; } }
.stream.Neat .lite.Neat-2 .photofade:after {
  z-index: 2;
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 220px;
  bottom: 0;
  margin: auto;
  background: linear-gradient(0deg, #333333, rgba(51, 51, 51, 0)); }
@media only screen and (max-width: 960px) {
  .stream.Neat .lite.Neat-2 .photofade:not(.hero-fade, .lite.more-info .photofade):after {
    height: 80px; } }
.stream.Neat .lite.Neat-3 {
  background-color: #333333;
  background-image: url(https://www.cardinalcorp.com/source/img/page/products/neat_uv.jpg);
  color: white;
  background-size: 110% 110%; }
  .stream.Neat .lite.Neat-3 .flex-center {
    min-height: 0;
    height: auto;
    margin-bottom: 30px; }
    .stream.Neat .lite.Neat-3 .flex-center img {
      filter: drop-shadow(8px 8px 10px #000000); }
  .stream.Neat .lite.Neat-3 .photofade {
    background-color: rgba(51, 51, 51, 0.67); }
    .stream.Neat .lite.Neat-3 .photofade:after {
      z-index: 2;
      display: block;
      content: "";
      position: absolute;
      width: 100%;
      height: 220px;
      bottom: 0;
      margin: auto;
      background: linear-gradient(0deg, #333333, rgba(51, 51, 51, 0)); }
    @media only screen and (max-width: 960px) {
      .stream.Neat .lite.Neat-3 .photofade:not(.hero-fade, .lite.more-info .photofade):after {
        height: 80px; } }
    .stream.Neat .lite.Neat-3 .photofade:before {
      display: block;
      content: "";
      position: absolute;
      width: 100%;
      height: 220px;
      top: -1px;
      margin: auto;
      background: linear-gradient(180deg, #333333, rgba(51, 51, 51, 0));
      z-index: 2; }
      @media only screen and (max-width: 960px) {
        .stream.Neat .lite.Neat-3 .photofade:before {
          height: 80px; } }
.stream.Neat .lite.Neat-3 .suntext h1 {
  text-transform: uppercase;
  font-weight: 700;
  font-family: DIN-2014;
  letter-spacing: -0.02em;
  line-height: 110%;
  color: white;
  text-shadow: 2px 2px 40px #f5e1ac; }
.stream.Neat .lite.Neat-4 img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0; }
  @media (max-width: 789px) {
    .stream.Neat .lite.Neat-4 img {
      width: 140%;
      height: auto;
      position: relative;
      left: -28%; } }
.stream.Neat .lite.Neat-4 .photofade:after {
  z-index: 2;
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 220px;
  bottom: 0;
  margin: auto;
  background: linear-gradient(0deg, #becdcc, rgba(190, 205, 204, 0)); }
@media only screen and (max-width: 960px) {
  .stream.Neat .lite.Neat-4 .photofade:not(.hero-fade, .lite.more-info .photofade):after {
    height: 80px; } }
.stream.Neat .lite.Neat-4 .photofade:before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 220px;
  top: -1px;
  margin: auto;
  background: linear-gradient(180deg, #333333, rgba(51, 51, 51, 0));
  z-index: 2; }
  @media only screen and (max-width: 960px) {
    .stream.Neat .lite.Neat-4 .photofade:before {
      height: 80px; } }
.stream.Neat .lite.Neat-5 img {
  width: 90%;
  max-width: 960px; }
  @media (max-width: 789px) {
    .stream.Neat .lite.Neat-5 img {
      width: 100%;
      max-width: 100%; } }
.stream.Neat .lite.blue {
  background-color: #BECDCC;
  color: #444444; }
.stream.Neat .lite.Neat-7 {
  background-color: #BECDCC; }
  .stream.Neat .lite.Neat-7 .photofade:after {
    z-index: 2;
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 220px;
    bottom: 0;
    margin: auto;
    background: linear-gradient(0deg, #becdcc, rgba(190, 205, 204, 0)); }
  @media only screen and (max-width: 960px) {
    .stream.Neat .lite.Neat-7 .photofade:not(.hero-fade, .lite.more-info .photofade):after {
      height: 80px; } }
  .stream.Neat .lite.Neat-7 .photofade:before {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 220px;
    top: -1px;
    margin: auto;
    background: linear-gradient(180deg, #becdcc, rgba(190, 205, 204, 0));
    z-index: 2; }
    @media only screen and (max-width: 960px) {
      .stream.Neat .lite.Neat-7 .photofade:before {
        height: 80px; } }

.stream.LOE2 .lite {
  color: black; }
.stream.LOE2 .hero-banner {
  background-color: #E7D6C5; }
.stream.LOE2 .hero-fade:after {
  z-index: 2;
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 220px;
  bottom: 0;
  margin: auto;
  background: linear-gradient(0deg, #e7d6c5, rgba(231, 214, 197, 0)); }
@media only screen and (max-width: 960px) {
  .stream.LOE2 .hero-fade:not(.hero-fade, .lite.more-info .photofade):after {
    height: 80px; } }
.stream.LOE2 .lite.LOE2-1 {
  background-color: #E7D6C5; }
.stream.LOE2 .lite.LOE2-2 {
  background: radial-gradient(ellipse at bottom, #F8CD2E 0%, #F8CD2E 15%, #E7D6C5 90%);
  background-position: center bottom; }
  .stream.LOE2 .lite.LOE2-2 .photofade {
    background-image: url(https://www.cardinalcorp.com/source/img/page/products/lensFlare_vector.png);
    background-position: center top;
    background-size: auto 100%; }
.stream.LOE2 .lite.LOE2-3 {
  background-color: #D7DCE8; }
  .stream.LOE2 .lite.LOE2-3 .photofade {
    background-image: url(https://www.cardinalcorp.com/source/img/page/products/snowflakes.png);
    background-size: 100% auto;
    background-position: center top;
    background-repeat: repeat;
    opacity: .5; }
.stream.LOE2 .lite.LOE2-4 {
  background-color: #D7DCE8; }
.stream.LOE2 .lite.LOE2-5 img {
  width: 100%;
  max-width: 1200px;
  position: relative; }
  @media (max-width: 789px) {
    .stream.LOE2 .lite.LOE2-5 img {
      width: 180%;
      max-width: 200%;
      left: -40%; } }

.stream.E340 .lite {
  color: white; }
.stream.E340 .hero-banner {
  background-color: #8F4101; }
.stream.E340 .hero-fade:after {
  z-index: 2;
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 220px;
  bottom: 0;
  margin: auto;
  background: linear-gradient(0deg, #8f4101, rgba(143, 65, 1, 0)); }
@media only screen and (max-width: 960px) {
  .stream.E340 .hero-fade:not(.hero-fade, .lite.more-info .photofade):after {
    height: 80px; } }
.stream.E340 .lite.E340-1 .photofade {
  background-color: #8F4101; }
.stream.E340 .lite.E340-2 .photofade {
  background-image: url(https://www.cardinalcorp.com/source/img/page/products/E340_horses.jpg); }
  .stream.E340 .lite.E340-2 .photofade:before {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 220px;
    top: -1px;
    margin: auto;
    background: linear-gradient(180deg, #8f4101, rgba(143, 65, 1, 0));
    z-index: 2; }
    @media only screen and (max-width: 960px) {
      .stream.E340 .lite.E340-2 .photofade:before {
        height: 80px; } }
  .stream.E340 .lite.E340-2 .photofade:after {
    z-index: 2;
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 220px;
    bottom: 0;
    margin: auto;
    background: linear-gradient(0deg, #333333, rgba(51, 51, 51, 0)); }
  @media only screen and (max-width: 960px) {
    .stream.E340 .lite.E340-2 .photofade:not(.hero-fade, .lite.more-info .photofade):after {
      height: 80px; } }
.stream.E340 .lite.E340-4 {
  padding-bottom: 40px; }
.stream.E340 .lite.E340-4 .extrafade {
  background: linear-gradient(rgba(51, 51, 51, 0.16), #444444);
  z-index: 0; }
.stream.E340 .lite.E340-5 {
  background-color: #444444;
  padding-top: 0; }
  .stream.E340 .lite.E340-5:before {
    background-color: #444444; }
.stream.E340 .lite.E340-glare2 {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  padding-top: 66%;
  background-color: aqua;
  max-height: 80vh; }
  .stream.E340 .lite.E340-glare2 #glare-swiper .swiper-slide {
    height: 100%;
    width: 100%; }
  .stream.E340 .lite.E340-glare2 #glare-swiper .swiper-slide.s2 {
    box-sizing: border-box; }
    .stream.E340 .lite.E340-glare2 #glare-swiper .swiper-slide.s2:after {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      box-sizing: border-box; }
    .stream.E340 .lite.E340-glare2 #glare-swiper .swiper-slide.s2:after {
      width: 10px;
      left: -5px;
      background-color: white; }
  .stream.E340 .lite.E340-glare2 .full.mobile_toggle {
    background-color: red;
    opacity: .5;
    pointer-events: all; }
    .stream.E340 .lite.E340-glare2 .full.mobile_toggle:not(.activated) {
      display: none; }
  .stream.E340 .lite.E340-glare2 .tag {
    text-align: center;
    color: #FFEADB;
    font-size: 16px;
    line-height: 20px;
    width: auto;
    width: 120px;
    height: 120px;
    background-color: rgba(78, 78, 78, 0.93);
    position: absolute;
    top: 4vh;
    left: 4vw;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    background-color: rgba(0, 0, 0, 0.8);
    transform-origin: left bottom;
    color: #FFEADB;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center; }
    @media (max-width: 789px) {
      .stream.E340 .lite.E340-glare2 .tag {
        transform: scale(0.8);
        top: auto;
        bottom: 2%; } }
    .stream.E340 .lite.E340-glare2 .tag.tag-E340 {
      align-items: flex-end;
      padding-bottom: 10px;
      right: 2vw;
      left: auto;
      transform-origin: right bottom;
      box-sizing: border-box; }
      .stream.E340 .lite.E340-glare2 .tag.tag-E340:after {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        box-sizing: border-box; }
      .stream.E340 .lite.E340-glare2 .tag.tag-E340:after {
        background-image: url(https://www.cardinalcorp.com/source/img/logos200/E340.png);
        background-position: center bottom;
        background-size: 70% auto;
        background-repeat: no-repeat;
        top: calc(-100%  + 60px);
        z-index: 1;
        filter: drop-shadow(0 5px 3px rgba(0, 0, 0, 0.5)); }
  .stream.E340 .lite.E340-glare2 .back_glare {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100vw;
    background-size: 100% auto;
    background-image: url(https://www.cardinalcorp.com/source/img/page/products/new/E340_glare2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    clip: rect(auto, auto, auto, auto);
    filter: brightness(100%) blur(0px); }
  .stream.E340 .lite.E340-glare2 .front_E340 {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50%;
    border-left: 4px solid white;
    overflow: visible; }
    .stream.E340 .lite.E340-glare2 .front_E340.mobileMode {
      transition: all 2s ease;
      width: 20%; }
      .stream.E340 .lite.E340-glare2 .front_E340.mobileMode.activated {
        width: 100%; }
    .stream.E340 .lite.E340-glare2 .front_E340 .imgHere {
      overflow: hidden; }
    .stream.E340 .lite.E340-glare2 .front_E340 .imgHere:before {
      position: absolute;
      content: "";
      width: 100vw;
      height: 100%;
      top: 0;
      right: 0;
      background-size: 100vw auto;
      background-image: url(https://www.cardinalcorp.com/source/img/page/products/new/E340_glareControl.jpg);
      background-position: center center;
      background-repeat: no-repeat; }
  .stream.E340 .lite.E340-glare2 .dragme {
    pointer-events: none;
    width: 80px;
    height: 100%;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    overflow: visible;
    box-sizing: border-box;
    box-sizing: border-box; }
    .stream.E340 .lite.E340-glare2 .dragme:before {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      box-sizing: border-box; }
    .stream.E340 .lite.E340-glare2 .dragme:before {
      width: 80px;
      background-color: white;
      opacity: .02;
      left: -40px; }
    .stream.E340 .lite.E340-glare2 .dragme:after {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      box-sizing: border-box; }
    .stream.E340 .lite.E340-glare2 .dragme:after {
      content: "COMPARE";
      color: #222222;
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
      text-align: center;
      padding-top: 50px;
      border-radius: 1px;
      width: 80px;
      height: 80px;
      top: calc(50% - 40px);
      left: -40px;
      background-color: white;
      background-image: url(https://www.cardinalcorp.com/source/img/sparks/slideArrows_44.png);
      background-position: center 20px;
      background-repeat: no-repeat;
      background-size: 40px auto;
      transition: all .2s ease;
      pointer-events: none; }
.stream.E340 .lite.E340-6 {
  background-color: #B6C8BA;
  background: linear-gradient(#222222, #444444); }
  .stream.E340 .lite.E340-6 p.color-hot, .stream.E340 .lite.E340-6 p.color-cold {
    letter-spacing: 0;
    font-size: 120%;
    font-weight: 400;
    line-height: 140%;
    text-align: left; }
.stream.E340 .lite.E340-6 .photofade {
  background-image: url(https://www.cardinalcorp.com/source/img/page/products/snowflakes.png);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: repeat;
  opacity: .1; }
.stream.E340 .lite.E340-7 {
  padding-top: 0;
  padding-bottom: 0;
  min-height: 0;
  background-image: url(https://www.cardinalcorp.com/source/img/page/products/340_inside_stretch.png); }
  .stream.E340 .lite.E340-7 img {
    width: 100%;
    height: auto;
    min-width: 460px;
    margin: auto;
    left: 0;
    right: 0; }
  .stream.E340 .lite.E340-7 .photofade:before {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 5vh;
    top: -1px;
    margin: auto;
    background: linear-gradient(180deg, #cccccc, rgba(204, 204, 204, 0));
    z-index: 2; }
    @media only screen and (max-width: 960px) {
      .stream.E340 .lite.E340-7 .photofade:before {
        height: 80px; } }
  .stream.E340 .lite.E340-7 .photofade:after {
    z-index: 2;
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 10vh;
    bottom: 0;
    margin: auto;
    background: linear-gradient(0deg, #b6c8ba, rgba(182, 200, 186, 0)); }
  @media only screen and (max-width: 960px) {
    .stream.E340 .lite.E340-7 .photofade:not(.hero-fade, .lite.more-info .photofade):after {
      height: 80px; } }
  @media (max-width: 789px) {
    .stream.E340 .lite.E340-7 img:first-of-type {
      display: none; }
    .stream.E340 .lite.E340-7 img.hide {
      display: block;
      width: 100%;
      min-width: 100%;
      height: auto; } }
.stream.E340 .lite.E340-8 {
  background-color: #8E8E8E;
  color: white;
  background: linear-gradient(#B6C8BA, #8E8E8E); }
.stream.E340 .lite.E340-9 .photofade_bak {
  background-image: url(https://www.cardinalcorp.com/source/img/page/products/E340_bookLady.jpg);
  background-position: left center; }
  .stream.E340 .lite.E340-9 .photofade_bak:before {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 10vh;
    top: -1px;
    margin: auto;
    background: linear-gradient(180deg, #b6c8ba, rgba(182, 200, 186, 0));
    z-index: 2; }
    @media only screen and (max-width: 960px) {
      .stream.E340 .lite.E340-9 .photofade_bak:before {
        height: 80px; } }
  .stream.E340 .lite.E340-9 .photofade_bak:after {
    z-index: 2;
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 10vh;
    bottom: 0;
    margin: auto;
    background: linear-gradient(0deg, #8e8e8e, rgba(142, 142, 142, 0)); }
  @media only screen and (max-width: 960px) {
    .stream.E340 .lite.E340-9 .photofade_bak:not(.hero-fade, .lite.more-info .photofade):after {
      height: 80px; } }
.stream.E340 .lite.E340-9 {
  height: 110vh;
  display: none; }
  .stream.E340 .lite.E340-9 .large-caption {
    display: none; }
.stream.E340 .lite.E340-9 .photofade {
  background-image: url(https://www.cardinalcorp.com/source/img/page/products/new/E240_flowers_adj.jpg);
  background-position: center bottom; }
  .stream.E340 .lite.E340-9 .photofade:before {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 220px;
    top: -1px;
    margin: auto;
    background: linear-gradient(180deg, #b6c8ba, rgba(182, 200, 186, 0));
    z-index: 2; }
    @media only screen and (max-width: 960px) {
      .stream.E340 .lite.E340-9 .photofade:before {
        height: 80px; } }
  .stream.E340 .lite.E340-9 .photofade:after {
    z-index: 2;
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 300px;
    bottom: 0;
    margin: auto;
    background: linear-gradient(0deg, #8e8e8e, rgba(142, 142, 142, 0)); }
  @media only screen and (max-width: 960px) {
    .stream.E340 .lite.E340-9 .photofade:not(.hero-fade, .lite.more-info .photofade):after {
      height: 80px; } }
.stream.E340 .lite.E340-10, .stream.E340 .lite.E340-11 {
  background-color: #8E8E8E; }

.stream.E240 .hero-banner {
  background-color: #5875A1; }
.stream.E240 .hero-fade:after {
  z-index: 2;
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 220px;
  bottom: 0;
  margin: auto;
  background: linear-gradient(0deg, #5875a1, rgba(88, 117, 161, 0)); }
@media only screen and (max-width: 960px) {
  .stream.E240 .hero-fade:not(.hero-fade, .lite.more-info .photofade):after {
    height: 80px; } }
.stream.E240 .lite {
  color: white; }
.stream.E240 .lite.E240-1 .photofade {
  background: linear-gradient(#5875A1, #333333); }
.stream.E240 .lite.E240-2 strong, .stream.E240 .lite.E240-4 strong {
  font-size: 50px;
  line-height: 50px;
  display: block;
  text-align: left;
  margin-top: 40px;
  margin-bottom: 20px; }
.stream.E240 .lite.E240-5 .row.col-3 > div {
  line-height: 140%; }
.stream.E240 .lite.E240-5 strong {
  font-family: din-2014, sans-serif;
  font-weight: 600;
  border-bottom: 2px solid;
  font-size: 50px;
  line-height: 60px;
  display: block;
  margin-top: 40px;
  margin-bottom: 20px; }
  @media (max-width: 789px) {
    .stream.E240 .lite.E240-5 strong {
      display: block;
      margin-left: auto;
      margin-right: auto;
      max-width: 50%; } }
.stream.E240 .lite.E240-5 .photofade {
  z-index: 0;
  background-color: #444444; }
  .stream.E240 .lite.E240-5 .photofade:before {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 800px;
    top: -1px;
    margin: auto;
    background: linear-gradient(180deg, #333333, rgba(51, 51, 51, 0));
    z-index: 2; }
    @media only screen and (max-width: 960px) {
      .stream.E240 .lite.E240-5 .photofade:before {
        height: 80px; } }
  .stream.E240 .lite.E240-5 .photofade:after {
    z-index: 2;
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 400px;
    bottom: 0;
    margin: auto;
    background: linear-gradient(0deg, #62635d, rgba(98, 99, 93, 0)); }
  @media only screen and (max-width: 960px) {
    .stream.E240 .lite.E240-5 .photofade:not(.hero-fade, .lite.more-info .photofade):after {
      height: 80px; } }
.stream.E240 .lite.E240-6 {
  height: 110vh; }
  .stream.E240 .lite.E240-6 .photofade {
    background-image: url(https://www.cardinalcorp.com/source/img/page/products/new/E240_flowers.jpg);
    background-position: center center; }
    .stream.E240 .lite.E240-6 .photofade:before {
      display: block;
      content: "";
      position: absolute;
      width: 100%;
      height: 300px;
      top: -1px;
      margin: auto;
      background: linear-gradient(180deg, #62635d, rgba(98, 99, 93, 0));
      z-index: 2; }
      @media only screen and (max-width: 960px) {
        .stream.E240 .lite.E240-6 .photofade:before {
          height: 80px; } }
    .stream.E240 .lite.E240-6 .photofade:after {
      z-index: 2;
      display: block;
      content: "";
      position: absolute;
      width: 100%;
      height: 220px;
      bottom: 0;
      margin: auto;
      background: linear-gradient(0deg, #62635d, rgba(98, 99, 93, 0)); }
    @media only screen and (max-width: 960px) {
      .stream.E240 .lite.E240-6 .photofade:not(.hero-fade, .lite.more-info .photofade):after {
        height: 80px; } }
.stream.E240 .lite.E240-7, .stream.E240 .lite.E240-8 {
  background-color: #62635d;
  color: white; }
.stream.E240 .lite.E240-9 {
  background-color: #62635d;
  color: white; }

.stream.E366 .hero-banner {
  background-color: #EFEFE8; }
.stream.E366 .hero-fade:after {
  z-index: 2;
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 220px;
  bottom: 0;
  margin: auto;
  background: linear-gradient(0deg, #efefe8, rgba(239, 239, 232, 0)); }
@media only screen and (max-width: 960px) {
  .stream.E366 .hero-fade:not(.hero-fade, .lite.more-info .photofade):after {
    height: 80px; } }
.stream.E366 .lite {
  color: black;
  background-color: #EFEFE8; }
.stream.E366 .lite.E366-1 {
  background: radial-gradient(ellipse at bottom, #f3e9c6 0%, #F8CD2E 20%, #EFEFE8 50%);
  background-size: 400% 100%;
  background-position: center center; }
.stream.E366 .lite.E366-2 {
  background: radial-gradient(ellipse at top, #f3e9c6 0%, #F8CD2E 40%, #EC900C 100%);
  background-size: 200% 100%;
  background-position: center center; }
  .stream.E366 .lite.E366-2 .photofade {
    background-image: url(https://www.cardinalcorp.com/source/img/page/products/lensFlare_vector.png);
    background-position: center center;
    background-size: auto 100%; }
.stream.E366 .lite.inline-video.E366 {
  background: linear-gradient(90deg, #F1EDEC 10%, #F5F3F4 50%, #F1EDEC 90%); }
  @media (max-width: 789px) {
    .stream.E366 .lite.inline-video.E366 {
      padding-bottom: 10vh;
      padding-top: 10vh; }
      .stream.E366 .lite.inline-video.E366 .wrapper.copy.hide {
        display: block; }
        .stream.E366 .lite.inline-video.E366 .wrapper.copy.hide h2 {
          font-size: 36px;
          line-height: 40px;
          color: #555555;
          font-family: DIN-2014;
          font-weight: 600; } }
  .stream.E366 .lite.inline-video.E366 .light-color {
    background-color: light-color; }
  .stream.E366 .lite.inline-video.E366 .photofade:before {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 220px;
    top: -1px;
    margin: auto;
    background: linear-gradient(180deg, #efefe8, rgba(239, 239, 232, 0));
    z-index: 2; }
    @media only screen and (max-width: 960px) {
      .stream.E366 .lite.inline-video.E366 .photofade:before {
        height: 80px; } }
  .stream.E366 .lite.inline-video.E366 .photofade:after {
    z-index: 2;
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 220px;
    bottom: 0;
    margin: auto;
    background: linear-gradient(0deg, #efefe8, rgba(239, 239, 232, 0)); }
  @media only screen and (max-width: 960px) {
    .stream.E366 .lite.inline-video.E366 .photofade:not(.hero-fade, .lite.more-info .photofade):after {
      height: 80px; } }
.stream.E366 .lite.E366-3, .stream.E366 .lite.E366-4 {
  background-color: #D7DCE8; }
  .stream.E366 .lite.E366-3 .photofade, .stream.E366 .lite.E366-4 .photofade {
    background-image: url(https://www.cardinalcorp.com/source/img/page/products/snowflakes.png);
    background-size: 100% auto;
    background-position: center top;
    background-repeat: repeat;
    opacity: .5; }
.stream.E366 .lite.E366-windowreading {
  background-image: url(https://www.cardinalcorp.com/source/img/page/products/366womenwindowseat.jpg);
  background-image: url(https://www.cardinalcorp.com/source/img/page/products/new/E366_reading.jpg);
  background-position: right center; }
  .stream.E366 .lite.E366-windowreading .photofade:before {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 220px;
    top: -1px;
    margin: auto;
    background: linear-gradient(180deg, #d7dce8, rgba(215, 220, 232, 0));
    z-index: 2; }
    @media only screen and (max-width: 960px) {
      .stream.E366 .lite.E366-windowreading .photofade:before {
        height: 80px; } }
  .stream.E366 .lite.E366-windowreading .photofade:after {
    z-index: 2;
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 220px;
    bottom: 0;
    margin: auto;
    background: linear-gradient(0deg, #efefe8, rgba(239, 239, 232, 0)); }
  @media only screen and (max-width: 960px) {
    .stream.E366 .lite.E366-windowreading .photofade:not(.hero-fade, .lite.more-info .photofade):after {
      height: 80px; } }

.stream.E180 .lite, .stream.E180 .hero-banner {
  background-color: #D7DCE8;
  color: black; }
.stream.E180 .hero-fade:after {
  z-index: 2;
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 220px;
  bottom: 0;
  margin: auto;
  background: linear-gradient(0deg, #d7dce8, rgba(215, 220, 232, 0)); }
@media only screen and (max-width: 960px) {
  .stream.E180 .hero-fade:not(.hero-fade, .lite.more-info .photofade):after {
    height: 80px; } }
.stream.E180 .lite.E180-2 .photofade {
  background-image: url(https://www.cardinalcorp.com/source/img/page/products/180-girlanddog.jpg); }
  .stream.E180 .lite.E180-2 .photofade:before {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 220px;
    top: -1px;
    margin: auto;
    background: linear-gradient(180deg, #d7dce8, rgba(215, 220, 232, 0));
    z-index: 2; }
    @media only screen and (max-width: 960px) {
      .stream.E180 .lite.E180-2 .photofade:before {
        height: 80px; } }
  .stream.E180 .lite.E180-2 .photofade:after {
    z-index: 2;
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 300px;
    bottom: 0;
    margin: auto;
    background: linear-gradient(0deg, #d7dce8, rgba(215, 220, 232, 0)); }
  @media only screen and (max-width: 960px) {
    .stream.E180 .lite.E180-2 .photofade:not(.hero-fade, .lite.more-info .photofade):after {
      height: 80px; } }
.stream.E180 .lite.E180-4b img {
  width: 100%;
  max-width: 1200px;
  position: relative; }
  @media (max-width: 789px) {
    .stream.E180 .lite.E180-4b img {
      width: 180%;
      max-width: 200%;
      left: -40%; } }

.stream.Di89 .lite, .stream.Di89 .hero-banner {
  background-color: #7D85AC;
  color: #C7F1FF; }
.stream.Di89 .hero-fade:after {
  z-index: 2;
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 220px;
  bottom: 0;
  margin: auto;
  background: linear-gradient(0deg, #7d85ac, rgba(125, 133, 172, 0)); }
@media only screen and (max-width: 960px) {
  .stream.Di89 .hero-fade:not(.hero-fade, .lite.more-info .photofade):after {
    height: 80px; } }
.stream.Di89 .lite.Di89-2 .map {
  padding-top: 10vh; }
  .stream.Di89 .lite.Di89-2 .map img {
    width: 90%;
    margin: auto;
    position: relative; }
  .stream.Di89 .lite.Di89-2 .map img:nth-child(1) {
    max-width: 1200px; }
  .stream.Di89 .lite.Di89-2 .map img:nth-child(2) {
    max-width: 560px;
    z-index: 5;
    margin-top: 10vh; }
.stream.Di89 .lite.Di89-3 {
  background: linear-gradient(#7D85AC, #5b6490); }
  .stream.Di89 .lite.Di89-3 img {
    padding-top: 10vh;
    width: 90%;
    margin: auto;
    position: relative;
    max-width: 1200px; }
.stream.Di89 .lite.Di89-4, .stream.Di89 .lite.Di89-5, .stream.Di89 .lite.Di89-6 {
  background-color: #C2C0D5;
  color: #434444; }
.stream.Di89 .lite.Di89-6 {
  height: 0;
  padding-bottom: 0;
  padding-top: 65.4%; }
  .stream.Di89 .lite.Di89-6 .photofade {
    background-image: url(https://www.cardinalcorp.com/source/img/page/products/di89/di89_interior.jpg);
    background-size: cover; }
    .stream.Di89 .lite.Di89-6 .photofade:before {
      display: block;
      content: "";
      position: absolute;
      width: 100%;
      height: 220px;
      top: -1px;
      margin: auto;
      background: linear-gradient(180deg, #c2c0d5, rgba(194, 192, 213, 0));
      z-index: 2; }
      @media only screen and (max-width: 960px) {
        .stream.Di89 .lite.Di89-6 .photofade:before {
          height: 80px; } }
  .stream.Di89 .lite.Di89-6 .innovation {
    position: absolute;
    text-align: left;
    color: white;
    left: calc(50% - 80px);
    top: 10%;
    max-width: 800px;
    width: 45%;
    height: auto;
    z-index: 2; }
    @media (max-width: 1059px) {
      .stream.Di89 .lite.Di89-6 .innovation {
        display: none; } }
    .stream.Di89 .lite.Di89-6 .innovation .t1 {
      font-size: 100px;
      line-height: 90px;
      font-family: DIN-2014;
      font-weight: 700;
      width: auto;
      display: inline-block;
      text-transform: uppercase;
      filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.3)) drop-shadow(10px -20px 4px rgba(0, 0, 0, 0.3)); }
    .stream.Di89 .lite.Di89-6 .innovation .t2 {
      padding-top: 20px;
      height: auto;
      font-size: 36px;
      line-height: 40px;
      filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3)); }

.stream.E180ESC .lite, .stream.E180ESC .hero-banner {
  background-color: #D7DCE8;
  color: black; }
.stream.E180ESC .hero-fade:after {
  z-index: 2;
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 220px;
  bottom: 0;
  margin: auto;
  background: linear-gradient(0deg, #d7dce8, rgba(215, 220, 232, 0)); }
@media only screen and (max-width: 960px) {
  .stream.E180ESC .hero-fade:not(.hero-fade, .lite.more-info .photofade):after {
    height: 80px; } }
.stream.E180ESC .lite.E180ESC-3 {
  padding-top: 2vh;
  padding-bottom: 10vh; }
  .stream.E180ESC .lite.E180ESC-3 .photofade {
    background: linear-gradient(-45deg, #CBF1FF 20%, white, #F1E4D7 80%); }
    .stream.E180ESC .lite.E180ESC-3 .photofade:before {
      display: block;
      content: "";
      position: absolute;
      width: 100%;
      height: 300px;
      top: -1px;
      margin: auto;
      background: linear-gradient(180deg, #d7dce8, rgba(215, 220, 232, 0));
      z-index: 2; }
      @media only screen and (max-width: 960px) {
        .stream.E180ESC .lite.E180ESC-3 .photofade:before {
          height: 80px; } }
    .stream.E180ESC .lite.E180ESC-3 .photofade:after {
      z-index: 2;
      display: block;
      content: "";
      position: absolute;
      width: 100%;
      height: 300px;
      bottom: 0;
      margin: auto;
      background: linear-gradient(0deg, #d7dce8, rgba(215, 220, 232, 0)); }
    @media only screen and (max-width: 960px) {
      .stream.E180ESC .lite.E180ESC-3 .photofade:not(.hero-fade, .lite.more-info .photofade):after {
        height: 80px; } }
  .stream.E180ESC .lite.E180ESC-3 img {
    width: 90%;
    margin: auto;
    position: relative; }
  .stream.E180ESC .lite.E180ESC-3 img:nth-child(1) {
    max-width: 1200px; }
  .stream.E180ESC .lite.E180ESC-3 img:nth-child(2) {
    max-width: 560px;
    z-index: 5;
    margin-top: 10vh; }
  @media (max-width: 789px) {
    .stream.E180ESC .lite.E180ESC-3 img:nth-child(1) {
      width: 120%;
      left: -15%; } }

.stream.sea-storm .lite {
  background-color: #444444; }
.stream.sea-storm .hero-banner, .stream.sea-storm .lite {
  background-color: #423e3c;
  color: white; }
.stream.sea-storm .hero-fade:after {
  z-index: 2;
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 50vh;
  bottom: 0;
  margin: auto;
  background: linear-gradient(0deg, #423e3c, rgba(66, 62, 60, 0)); }
@media only screen and (max-width: 960px) {
  .stream.sea-storm .hero-fade:not(.hero-fade, .lite.more-info .photofade):after {
    height: 80px; } }
.stream.sea-storm .lite.sea-storm-1 {
  background-color: #423e3c;
  padding-bottom: 0; }
  .stream.sea-storm .lite.sea-storm-1 > .photofade {
    padding-bottom: 0; }
    .stream.sea-storm .lite.sea-storm-1 > .photofade:after {
      z-index: 2;
      display: block;
      content: "";
      position: absolute;
      width: 100%;
      height: 220px;
      bottom: 0;
      margin: auto;
      background: linear-gradient(0deg, #444444, rgba(68, 68, 68, 0)); }
    @media only screen and (max-width: 960px) {
      .stream.sea-storm .lite.sea-storm-1 > .photofade:not(.hero-fade, .lite.more-info .photofade):after {
        height: 80px; } }
  .stream.sea-storm .lite.sea-storm-1 .house {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 600px;
    background-image: url(https://www.cardinalcorp.com/source/img/page/products/new/sea-storm-bend_alt_2.png);
    background-size: auto 100%;
    background-position: left center;
    padding-top: 22.6%; }
    @media (max-width: 1059px) {
      .stream.sea-storm .lite.sea-storm-1 .house {
        background-position: center center;
        background-size: cover; } }
    @media (max-width: 789px) {
      .stream.sea-storm .lite.sea-storm-1 .house {
        background-position: center center;
        background-size: cover; } }
    .stream.sea-storm .lite.sea-storm-1 .house .photofade:before {
      display: block;
      content: "";
      position: absolute;
      width: 100%;
      height: 400px;
      top: -1px;
      margin: auto;
      background: linear-gradient(180deg, #423e3c, rgba(66, 62, 60, 0));
      z-index: 2; }
      @media only screen and (max-width: 960px) {
        .stream.sea-storm .lite.sea-storm-1 .house .photofade:before {
          height: 80px; } }
    .stream.sea-storm .lite.sea-storm-1 .house p {
      display: block;
      font-weight: 100;
      font-size: 40px;
      color: #a8d2d1;
      line-height: 50px;
      text-align: left;
      position: absolute;
      color: #EEEEEE;
      top: 10vh;
      left: 0;
      width: 80%;
      max-width: 1080px;
      z-index: 5;
      margin: auto;
      right: 0;
      border-left: solid 10px white;
      padding-left: 30px; }
    @media (max-width: 789px) {
      .stream.sea-storm .lite.sea-storm-1 .house {
        min-height: 500px; }
        .stream.sea-storm .lite.sea-storm-1 .house p {
          top: -30px;
          transform: scale(0.8);
          transform-origin: top left;
          padding-left: 0;
          width: 113%;
          left: 5%;
          border-right: solid 4px white;
          text-align: right;
          padding-right: 20px;
          top: 5vh;
          border-left: none; } }
.stream.sea-storm .lite.sea-storm-1b_ {
  background-image: url(https://www.cardinalcorp.com/source/img/page/products/new/sea-storm-bend_alt_2.png);
  background-size: 100% auto;
  background-position: left center;
  background-color: #7d8b8b;
  padding-top: 22.6%; }
  .stream.sea-storm .lite.sea-storm-1b_ .photofade:before {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 220px;
    top: -1px;
    margin: auto;
    background: linear-gradient(180deg, #7d8b8b, rgba(125, 139, 139, 0));
    z-index: 2; }
    @media only screen and (max-width: 960px) {
      .stream.sea-storm .lite.sea-storm-1b_ .photofade:before {
        height: 80px; } }
  .stream.sea-storm .lite.sea-storm-1b_ .photofade:after {
    z-index: 2;
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 220px;
    bottom: 0;
    margin: auto;
    background: linear-gradient(0deg, #7d8b8b, rgba(125, 139, 139, 0)); }
  @media only screen and (max-width: 960px) {
    .stream.sea-storm .lite.sea-storm-1b_ .photofade:not(.hero-fade, .lite.more-info .photofade):after {
      height: 80px; } }
.stream.sea-storm .lite.sea-storm-2 {
  padding: 0; }
.stream.sea-storm .lite.sea-storm-3 {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 500px;
  margin: auto;
  padding-top: 40.25%;
  /* 16:9 Aspect Ratio */ }
.stream.sea-storm .lite.sea-storm-3 .photofade {
  z-index: 10;
  background-position: center center; }
  .stream.sea-storm .lite.sea-storm-3 .photofade:before {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 220px;
    top: -1px;
    margin: auto;
    background: linear-gradient(180deg, #444444, rgba(68, 68, 68, 0));
    z-index: 2; }
    @media only screen and (max-width: 960px) {
      .stream.sea-storm .lite.sea-storm-3 .photofade:before {
        height: 80px; } }
  .stream.sea-storm .lite.sea-storm-3 .photofade:after {
    z-index: 2;
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 500px;
    bottom: 0;
    margin: auto;
    background: linear-gradient(0deg, #cdcccc, rgba(205, 204, 204, 0)); }
  @media only screen and (max-width: 960px) {
    .stream.sea-storm .lite.sea-storm-3 .photofade:not(.hero-fade, .lite.more-info .photofade):after {
      height: 80px; } }
.stream.sea-storm .lite.sea-storm-4 {
  background-color: #444444;
  color: white; }

.stream.lami .hero-banner {
  background-color: #A9AC95; }
.stream.lami .hero-fade:after {
  z-index: 2;
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 220px;
  bottom: 0;
  margin: auto;
  background: linear-gradient(0deg, #a9ac95, rgba(169, 172, 149, 0)); }
@media only screen and (max-width: 960px) {
  .stream.lami .hero-fade:not(.hero-fade, .lite.more-info .photofade):after {
    height: 80px; } }
.stream.lami .lami-1, .stream.lami .lami-2 {
  color: white;
  background-color: #A9AC95; }
.stream.lami .lami-1 {
  background-image: url(https://www.cardinalcorp.com/source/img/page/products/lami-Simple.png);
  background-repeat: no-repeat;
  background-size: 1200px auto;
  background-position: center bottom 60px;
  padding-bottom: 500px; }
  @media (max-width: 789px) {
    .stream.lami .lami-1 {
      background-size: 700px auto;
      background-position: center bottom 50x;
      padding-bottom: 360px; } }
.stream.lami .lite.lami-2_ {
  background: linear-gradient(180deg, #A9AC95, #333333); }
.stream.lami .lite.lami-3 {
  background: linear-gradient(to bottom, #333333 0%, #333333 48%, #deddeb 50%, #e8e8f4 50%, #deddeb 100%);
  background: linear-gradient(to bottom, #A9AC95 0%, #373833 40%, #373833 49.5%, #deddeb 50%, #ffffff 50%, #deddeb 100%); }
  @media (max-width: 1059px) {
    .stream.lami .lite.lami-3 {
      background: linear-gradient(to bottom, #f7f7f7 0%, #cacaca 40%, #dadada 49.5%, #deddeb 50%, #ffffff 50%, #deddeb 100%);
      padding-top: 30px;
      padding-bottom: 60px; } }
  .stream.lami .lite.lami-3 .shatter-stack {
    display: none; }
  @media (max-width: 1059px) {
    .stream.lami .lite.lami-3 .shatter-stack {
      display: block; }
    .stream.lami .lite.lami-3 .product-chart {
      display: none; } }
  .stream.lami .lite.lami-3 .shatter {
    width: 100%;
    height: 600px;
    position: relative; }
    .stream.lami .lite.lami-3 .shatter > div {
      background-size: auto 100%; }
    .stream.lami .lite.lami-3 .shatter .shatter1 {
      background-image: url(https://www.cardinalcorp.com/source/img/page/products/lami_break_annealed.png); }
    .stream.lami .lite.lami-3 .shatter .shatter2 {
      background-image: url(https://www.cardinalcorp.com/source/img/page/products/lami_break_tempered.png); }
    .stream.lami .lite.lami-3 .shatter .shatter3 {
      background-image: url(https://www.cardinalcorp.com/source/img/page/products/lami_break_lami.png); }
.stream.lami .lite.lami-4 {
  background-color: #DEDDEB;
  color: black;
  padding-bottom: 0; }
.stream.lami .lite.lami-5 {
  padding-top: calc(20vh +  -80px );
  height: 120vh; }
  .stream.lami .lite.lami-5:before {
    top: -80px; }
  .stream.lami .lite.lami-5:before {
    display: none; }
.stream.lami .lite.lami-5 .photofade {
  background-image: url(https://www.cardinalcorp.com/source/img/page/products/me_time.jpg);
  background-position: center 70%; }
  .stream.lami .lite.lami-5 .photofade:before {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 220px;
    top: -1px;
    margin: auto;
    background: linear-gradient(180deg, #deddeb, rgba(222, 221, 235, 0));
    z-index: 2; }
    @media only screen and (max-width: 960px) {
      .stream.lami .lite.lami-5 .photofade:before {
        height: 80px; } }
  .stream.lami .lite.lami-5 .photofade:after {
    z-index: 2;
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 300px;
    bottom: 0;
    margin: auto;
    background: linear-gradient(0deg, #333333, rgba(51, 51, 51, 0)); }
  @media only screen and (max-width: 960px) {
    .stream.lami .lite.lami-5 .photofade:not(.hero-fade, .lite.more-info .photofade):after {
      height: 80px; } }
.stream.lami .lite.lami-6 {
  color: white;
  padding-top: calc(20vh +  -120px );
  padding-top: 0;
  background-color: #333333;
  background: linear-gradient(180deg, #333333, #222222);
  padding-bottom: 5vh; }
  .stream.lami .lite.lami-6:before {
    top: -120px; }
.stream.lami .lite.lami-7 {
  padding-bottom: 30px;
  color: #cccccc; }
  .stream.lami .lite.lami-7 .photofade {
    background-color: #222222; }
.stream.lami .lite.lami-8,
.stream.lami .lite.lami-9,
.stream.lami .lite.lami-10 {
  background-color: #DEDDEB;
  color: black; }

.stream.ct .hero-banner {
  background-color: #A9AC95; }
.stream.ct .hero-fade:after {
  z-index: 2;
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 220px;
  bottom: 0;
  margin: auto;
  background: linear-gradient(0deg, #a9ac95, rgba(169, 172, 149, 0)); }
@media only screen and (max-width: 960px) {
  .stream.ct .hero-fade:not(.hero-fade, .lite.more-info .photofade):after {
    height: 80px; } }
.stream.ct .lite {
  color: white;
  background-color: #A9AC95; }
.stream.ct .lite.ct-3 {
  color: black; }
  .stream.ct .lite.ct-3 .photofade {
    background-color: #cdcec4; }
    .stream.ct .lite.ct-3 .photofade:before {
      display: block;
      content: "";
      position: absolute;
      width: 100%;
      height: 220px;
      top: -1px;
      margin: auto;
      background: linear-gradient(180deg, #a9ac95, rgba(169, 172, 149, 0));
      z-index: 2; }
      @media only screen and (max-width: 960px) {
        .stream.ct .lite.ct-3 .photofade:before {
          height: 80px; } }
    .stream.ct .lite.ct-3 .photofade:after {
      z-index: 2;
      display: block;
      content: "";
      position: absolute;
      width: 100%;
      height: 500px;
      bottom: 0;
      margin: auto;
      background: linear-gradient(0deg, #a9ac95, rgba(169, 172, 149, 0)); }
    @media only screen and (max-width: 960px) {
      .stream.ct .lite.ct-3 .photofade:not(.hero-fade, .lite.more-info .photofade):after {
        height: 80px; } }
.stream.ct .lite.ct-5 .photofade {
  background-image: url(https://www.cardinalcorp.com/source/img/page/products/ct_tempering-line.jpg); }
  .stream.ct .lite.ct-5 .photofade:before {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 220px;
    top: -1px;
    margin: auto;
    background: linear-gradient(180deg, #a9ac95, rgba(169, 172, 149, 0));
    z-index: 2; }
    @media only screen and (max-width: 960px) {
      .stream.ct .lite.ct-5 .photofade:before {
        height: 80px; } }
  .stream.ct .lite.ct-5 .photofade:after {
    z-index: 2;
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 220px;
    bottom: 0;
    margin: auto;
    background: linear-gradient(0deg, #a9ac95, rgba(169, 172, 149, 0)); }
  @media only screen and (max-width: 960px) {
    .stream.ct .lite.ct-5 .photofade:not(.hero-fade, .lite.more-info .photofade):after {
      height: 80px; } }

.stream.Float .hero-banner {
  background-color: #333333; }
.stream.Float .hero-fade:after {
  z-index: 2;
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 220px;
  bottom: 0;
  margin: auto;
  background: linear-gradient(0deg, #333333, rgba(51, 51, 51, 0)); }
@media only screen and (max-width: 960px) {
  .stream.Float .hero-fade:not(.hero-fade, .lite.more-info .photofade):after {
    height: 80px; } }
.stream.Float .lite {
  background-color: #333333;
  color: white; }
.stream.Float .lite.float-3 .photofade {
  background-image: url(https://www.cardinalcorp.com/source/img/page/products/Low-iron-float_hero.jpg); }
  .stream.Float .lite.float-3 .photofade:before {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 220px;
    top: -1px;
    margin: auto;
    background: linear-gradient(180deg, #333333, rgba(51, 51, 51, 0));
    z-index: 2; }
    @media only screen and (max-width: 960px) {
      .stream.Float .lite.float-3 .photofade:before {
        height: 80px; } }
  .stream.Float .lite.float-3 .photofade:after {
    z-index: 2;
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 220px;
    bottom: 0;
    margin: auto;
    background: linear-gradient(0deg, #333333, rgba(51, 51, 51, 0)); }
  @media only screen and (max-width: 960px) {
    .stream.Float .lite.float-3 .photofade:not(.hero-fade, .lite.more-info .photofade):after {
      height: 80px; } }
.stream.Float .lite.float-5 {
  overflow: hidden;
  color: black;
  background-color: #71B19F; }
  .stream.Float .lite.float-5 .photofade {
    width: 2400px;
    height: 2400px;
    top: -600px;
    right: 20%;
    left: inherit;
    background: -webkit-radial-gradient(center, ellipse cover, #c0ddd5 1%, #c0ddd5 66%, rgba(192, 221, 213, 0.67) 67%, rgba(113, 177, 159, 0.34) 68%, rgba(113, 177, 159, 0) 69%); }
  .stream.Float .lite.float-5 .score {
    position: absolute;
    top: 0; }

.stream.sand .banner {
  background-color: #444444;
  color: white; }
.stream.sand .lite {
  background-color: #7F95A5;
  color: white; }

.stream.Preserve .hero-banner {
  background-color: #C9C3B8; }
.stream.Preserve .hero-fade:after {
  z-index: 2;
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 220px;
  bottom: 0;
  margin: auto;
  background: linear-gradient(0deg, #c9c3b8, rgba(201, 195, 184, 0)); }
@media only screen and (max-width: 960px) {
  .stream.Preserve .hero-fade:not(.hero-fade, .lite.more-info .photofade):after {
    height: 80px; } }
.stream.Preserve .lite.Preserve-1,
.stream.Preserve .lite.Preserve-2,
.stream.Preserve .lite.Preserve-3 {
  background-color: #C9C3B8;
  color: black; }
.stream.Preserve .lite.Preserve-4 .photofade p {
  display: none; }
.stream.Preserve .lite.Preserve-4 .photofade:before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 220px;
  top: -1px;
  margin: auto;
  background: linear-gradient(180deg, #c9c3b8, rgba(201, 195, 184, 0));
  z-index: 2; }
  @media only screen and (max-width: 960px) {
    .stream.Preserve .lite.Preserve-4 .photofade:before {
      height: 80px; } }
.stream.Preserve .lite.Preserve-4 .photofade:after {
  z-index: 2;
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 220px;
  bottom: 0;
  margin: auto;
  background: linear-gradient(0deg, #c9c3b8, rgba(201, 195, 184, 0)); }
@media only screen and (max-width: 960px) {
  .stream.Preserve .lite.Preserve-4 .photofade:not(.hero-fade, .lite.more-info .photofade):after {
    height: 80px; } }
.stream.Preserve .lite.Preserve-4 {
  padding-top: calc(2048 / 888 * 40%);
  position: relative;
  background-image: url(https://www.cardinalcorp.com/source/img/page/products/preserve_hero_spraypaint.jpg);
  background-position: right top;
  min-height: 0;
  height: auto;
  max-height: 80vh; }
.stream.Preserve .lite.Preserve-5 {
  background-color: #24688f;
  color: white; }
.stream.Preserve .lite.Preserve-6 {
  position: relative;
  height: calc(  (100vw * .5625)   );
  height: calc( (60vw * .725) ); }
  .stream.Preserve .lite.Preserve-6 .photofade {
    background-image: url(https://www.cardinalcorp.com/source/img/page/products/new/preserve_specs.jpg);
    background-size: 102% auto; }
  @media (max-width: 1199px) {
    .stream.Preserve .lite.Preserve-6 {
      height: 800px; }
      .stream.Preserve .lite.Preserve-6 .photofade {
        background-size: auto 102%; } }
  @media (max-width: 1059px) {
    .stream.Preserve .lite.Preserve-6 {
      height: 600px; }
      .stream.Preserve .lite.Preserve-6 .photofade {
        background-size: auto 102%; } }
.stream.Preserve .lite.Preserve-7 {
  background-color: #24688f;
  color: white; }
  .stream.Preserve .lite.Preserve-7 h5 {
    color: #FFA75A; }

.stream.xl-edge .lite {
  background-color: #DEDECF;
  color: black; }
.stream.xl-edge .hero-banner {
  background-color: #7F889B; }
.stream.xl-edge .hero-fade:after {
  z-index: 2;
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 220px;
  bottom: 0;
  margin: auto;
  background: linear-gradient(0deg, #7f889b, rgba(127, 136, 155, 0)); }
@media only screen and (max-width: 960px) {
  .stream.xl-edge .hero-fade:not(.hero-fade, .lite.more-info .photofade):after {
    height: 80px; } }
.stream.xl-edge .lite.xl-edge-1 {
  background: linear-gradient(180deg, #7F889B, #878694);
  color: rgba(255, 255, 255, 0.8); }
.stream.xl-edge .lite.xl-edge-2 {
  padding-top: calc(20vh +  40px );
  background-color: #878694;
  text-align: center; }
  .stream.xl-edge .lite.xl-edge-2:before {
    top: 40px; }
  .stream.xl-edge .lite.xl-edge-2 .huge {
    text-align: center;
    font-size: 120px;
    line-height: 90%;
    font-weight: 600;
    color: white; }
    @media (max-width: 789px) {
      .stream.xl-edge .lite.xl-edge-2 .huge {
        font-size: 100px; } }
  .stream.xl-edge .lite.xl-edge-2 .close-up-photo {
    position: relative;
    width: 90%;
    max-width: 800px;
    overflow: hidden;
    margin: auto;
    height: auto;
    text-align: center; }
    .stream.xl-edge .lite.xl-edge-2 .close-up-photo img {
      width: 100%;
      height: auto;
      margin: auto; }
    @media (max-width: 789px) {
      .stream.xl-edge .lite.xl-edge-2 .close-up-photo {
        width: 98%;
        position: relative; } }
.stream.xl-edge .lite.xl-edge-3 .row.stay-power {
  text-align: center; }
  .stream.xl-edge .lite.xl-edge-3 .row.stay-power img {
    margin: auto;
    width: 100%;
    max-width: 1400px; }
.stream.xl-edge .lite.xl-edge-4 .row.service-costs {
  text-align: center; }
  .stream.xl-edge .lite.xl-edge-4 .row.service-costs img {
    margin: auto;
    width: 100%;
    max-width: 1400px; }

.stream.Endur .lite {
  background-color: #333333;
  color: rgba(255, 255, 255, 0.8); }
.stream.Endur .hero-banner {
  background-color: #466470; }
.stream.Endur .hero-fade:after {
  z-index: 2;
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 220px;
  bottom: 0;
  margin: auto;
  background: linear-gradient(0deg, #466470, rgba(70, 100, 112, 0)); }
@media only screen and (max-width: 960px) {
  .stream.Endur .hero-fade:not(.hero-fade, .lite.more-info .photofade):after {
    height: 80px; } }
.stream.Endur .lite.Endur-1 {
  background-color: #466470;
  color: rgba(255, 255, 255, 0.8); }
.stream.Endur .lite.Endur-1b {
  background-color: #466470;
  color: rgba(255, 255, 255, 0.8); }
  .stream.Endur .lite.Endur-1b .photofade {
    background-size: 110% auto;
    background-image: url(https://www.cardinalcorp.com/source/img/page/products/endur_big20.png); }
    @media (max-width: 1059px) {
      .stream.Endur .lite.Endur-1b .photofade {
        filter: blur(3px); } }
.stream.Endur .lite.Endur-2, .stream.Endur .lite.Endur-4 {
  color: #466470;
  background-color: #f1f1f1; }
.stream.Endur .lite.endur-condensation {
  background-image: url(https://www.cardinalcorp.com/source/img/page/products/new/endurCondensation_alt.jpg);
  padding-top: 25%;
  padding-top: 0;
  padding-bottom: 0;
  min-height: 500px;
  height: 90vh;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center; }
  .stream.Endur .lite.endur-condensation .photofade:before {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 220px;
    top: -1px;
    margin: auto;
    background: linear-gradient(180deg, #f1f1f1, rgba(241, 241, 241, 0));
    z-index: 2; }
    @media only screen and (max-width: 960px) {
      .stream.Endur .lite.endur-condensation .photofade:before {
        height: 80px; } }
  .stream.Endur .lite.endur-condensation .photofade:after {
    z-index: 2;
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 220px;
    bottom: 0;
    margin: auto;
    background: linear-gradient(0deg, #f1f1f1, rgba(241, 241, 241, 0)); }
  @media only screen and (max-width: 960px) {
    .stream.Endur .lite.endur-condensation .photofade:not(.hero-fade, .lite.more-info .photofade):after {
      height: 80px; } }
  @media (max-width: 789px) {
    .stream.Endur .lite.endur-condensation {
      padding-top: 10%;
      background-position: center top; } }
  .stream.Endur .lite.endur-condensation .info-box {
    position: absolute;
    right: 5vw;
    padding: 60px;
    padding-top: 160px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 80px;
    width: auto;
    max-width: 320px;
    height: auto;
    background-image: url(https://www.cardinalcorp.com/source/img/sparks/alert_tan.png);
    background-position: center 60px;
    font-weight: 100;
    font-size: 20px;
    line-height: 26px;
    background-size: 70px auto;
    background-color: #E69740;
    color: white;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.43);
    z-index: 2; }
    @media (max-width: 1059px) {
      .stream.Endur .lite.endur-condensation .info-box {
        max-width: 200px;
        padding-left: 20px;
        padding-right: 20px;
        right: inherit;
        left: 2vw; } }
    @media (max-width: 789px) {
      .stream.Endur .lite.endur-condensation .info-box {
        width: calc(100% - 40px);
        max-width: 100%;
        bottom: 40px;
        left: 20px;
        padding-bottom: 20px;
        padding-top: 20px;
        background-position: 30px center;
        padding-left: 100px;
        text-align: left;
        background-size: 50px auto;
        font-size: 16px;
        line-height: 20px; } }
.stream.Endur .lite.Endur-3 {
  padding-top: 0; }
  .stream.Endur .lite.Endur-3 img {
    width: 100%;
    max-width: 1000px;
    margin: auto;
    margin-bottom: 5vh; }
.stream.Endur .lite.Endur-5 .endur_parts {
  height: 500px;
  width: auto;
  margin-left: 0;
  margin-right: 0; }
  @media (max-width: 789px) {
    .stream.Endur .lite.Endur-5 .endur_parts {
      height: auto;
      width: 100%; } }
.stream.Endur .lite.Endur-5 .col-4.art > div {
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }
.stream.Endur .lite.Endur-5 .col-4.art > div > div:first-child {
  font-size: 60px;
  line-height: 60px;
  font-family: DIN, sans-serif; }
.stream.Endur .lite.Endur-5 .col-4.art > div > div:nth-child(2) {
  line-height: 60px;
  text-transform: uppercase; }
@media (max-width: 789px) {
  .stream.Endur .lite.Endur-5 .col-4.art > div {
    margin-bottom: 30px; } }
.stream.Endur .lite.Endur-6 {
  background-color: #466470;
  color: rgba(255, 255, 255, 0.8); }
  .stream.Endur .lite.Endur-6 .photofade {
    background-size: cover;
    background-image: url(https://www.cardinalcorp.com/source/img/page/products/northMap1400.jpg); }
    .stream.Endur .lite.Endur-6 .photofade:before {
      display: block;
      content: "";
      position: absolute;
      width: 100%;
      height: 30%;
      max-height: 200px;
      top: 0;
      margin: auto;
      background: linear-gradient(180deg, #333333, rgba(51, 51, 51, 0));
      z-index: 2; }
    .stream.Endur .lite.Endur-6 .photofade:after {
      z-index: 2;
      display: block;
      content: "";
      position: absolute;
      width: 100%;
      height: 30%;
      max-height: 200px;
      bottom: 0;
      margin: auto;
      background: linear-gradient(0deg, #333333, rgba(51, 51, 51, 0)); }

.stream.Ei89 .hero-banner {
  background-color: #A79D92; }
.stream.Ei89 .hero-fade:after {
  z-index: 2;
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 220px;
  bottom: 0;
  margin: auto;
  background: linear-gradient(0deg, #a79d92, rgba(167, 157, 146, 0)); }
@media only screen and (max-width: 960px) {
  .stream.Ei89 .hero-fade:not(.hero-fade, .lite.more-info .photofade):after {
    height: 80px; } }
.stream.Ei89 .shot.full {
  background-color: #A79D92; }
.stream.Ei89 .lite.i89-1 {
  background-color: #A79D92;
  color: rgba(255, 255, 255, 0.8); }
.stream.Ei89 .lite.i89-girl:before {
  display: none; }
.stream.Ei89 .lite.i89-girl .photofade {
  background: url(https://www.cardinalcorp.com/source/img/test/radiatorgirl_i89-1500w.jpg) no-repeat center top/cover; }
  .stream.Ei89 .lite.i89-girl .photofade:before {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 30%;
    max-height: 200px;
    top: 0;
    margin: auto;
    background: linear-gradient(180deg, #a79d92, rgba(167, 157, 146, 0));
    z-index: 2; }
  .stream.Ei89 .lite.i89-girl .photofade:after {
    z-index: 2;
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 30%;
    max-height: 200px;
    bottom: 0;
    margin: auto;
    background: linear-gradient(0deg, #8c829c, rgba(140, 130, 156, 0)); }
.stream.Ei89 .lite.i89-3 {
  background-color: #8C829C;
  color: rgba(255, 255, 255, 0.8);
  padding-bottom: 0;
  min-height: 0; }
.stream.Ei89 .lite.i89-flow {
  background-color: #8C829C;
  background: linear-gradient(#8C829C, #8C829C 70%, #917F7B 75%, #917F7B 75%);
  color: rgba(255, 255, 255, 0.8);
  height: auto;
  min-height: 200px;
  padding-bottom: 80px; }
  .stream.Ei89 .lite.i89-flow:before {
    display: none; }
  .stream.Ei89 .lite.i89-flow .full.floor-color {
    height: 50%;
    max-height: 300px;
    bottom: 0;
    background-color: #917F7B; }
  .stream.Ei89 .lite.i89-flow .photofade {
    height: calc(100% + 15px);
    pointer-events: none; }
    .stream.Ei89 .lite.i89-flow .photofade:after {
      z-index: 2;
      display: block;
      content: "";
      position: absolute;
      width: 100%;
      height: 100px;
      bottom: 0;
      margin: auto;
      background: linear-gradient(0deg, #917f7b, rgba(145, 127, 123, 0)); }
    @media only screen and (max-width: 960px) {
      .stream.Ei89 .lite.i89-flow .photofade:not(.hero-fade, .lite.more-info .photofade):after {
        height: 80px; } }
    .stream.Ei89 .lite.i89-flow .photofade:before {
      display: block;
      content: "";
      position: absolute;
      width: 100%;
      height: 100px;
      top: -1px;
      margin: auto;
      background: linear-gradient(180deg, #8c829c, rgba(140, 130, 156, 0));
      z-index: 2; }
      @media only screen and (max-width: 960px) {
        .stream.Ei89 .lite.i89-flow .photofade:before {
          height: 80px; } }
    .stream.Ei89 .lite.i89-flow .photofade:bottom {
      bottom: -15px; }
  .stream.Ei89 .lite.i89-flow .wistia_responsive_wrapper, .stream.Ei89 .lite.i89-flow #i89-swapper, .stream.Ei89 .lite.i89-flow #desktopVideo {
    background: linear-gradient(#8C829C, #8C829C 50%, #917F7B 75%, #917F7B 75%); }
  @media (max-width: 1059px) {
    .stream.Ei89 .lite.i89-flow .heatFlow_toggle, .stream.Ei89 .lite.i89-flow .heatFlow_repeat {
      transform: scale(0.8);
      transform-origin: center; } }
  .stream.Ei89 .lite.i89-flow .heatFlow_toggle {
    position: relative;
    display: inline-block;
    margin: auto;
    height: 60px;
    line-height: 58px;
    width: auto;
    cursor: pointer;
    color: white;
    border-radius: 4px;
    font-size: 18px;
    transition: all 0.4s cubic-bezier(0.2, 0.89, 0.67, 1.18);
    background-color: rgba(240, 240, 240, 0.02);
    border: white 1px solid;
    padding-left: 60px;
    padding-right: 30px;
    margin-bottom: 5px;
    font-weight: 400;
    text-transform: uppercase; }
    .stream.Ei89 .lite.i89-flow .heatFlow_toggle:before {
      content: "";
      position: absolute;
      height: 100%;
      width: 60px;
      top: 0;
      left: 0;
      background-repeat: no-repeat;
      background-image: url(https://www.cardinalcorp.com/source/img/sparks/icon_toggle_white.png);
      background-size: auto 60%;
      background-position: center;
      transform-origin: center;
      transform: rotate(0);
      transition: all .4s ease;
      opacity: .8; }
    .stream.Ei89 .lite.i89-flow .heatFlow_toggle:hover, .stream.Ei89 .lite.i89-flow .heatFlow_toggle:focus, .stream.Ei89 .lite.i89-flow .heatFlow_toggle:active {
      padding-left: 90px; }
      .stream.Ei89 .lite.i89-flow .heatFlow_toggle:hover:before, .stream.Ei89 .lite.i89-flow .heatFlow_toggle:focus:before, .stream.Ei89 .lite.i89-flow .heatFlow_toggle:active:before {
        left: 15px;
        transform: rotate(90deg);
        background-image: url(https://www.cardinalcorp.com/source/img/sparks/icon_toggle_glow.png);
        opacity: 1; }
    .stream.Ei89 .lite.i89-flow .heatFlow_toggle:focus:before {
      transform: rotate(96deg); }
    .stream.Ei89 .lite.i89-flow .heatFlow_toggle:not(.selected) {
      display: none; }
  .stream.Ei89 .lite.i89-flow .heatFlow_repeat {
    pointer-events: all;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: calc(50% - 30px);
    height: 60px;
    line-height: 60px;
    width: 200px;
    color: #FFFFFF;
    padding-right: 30px;
    padding-left: 30px;
    background-color: rgba(244, 244, 244, 0.1);
    border-radius: 2px;
    font-size: 22px;
    cursor: pointer;
    border: 1px solid #FFFFFF;
    opacity: .8;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-weight: 700; }
.stream.Ei89 .lite.i89-4 {
  background-color: #917F7B;
  color: rgba(255, 255, 255, 0.8); }
.stream.Ei89 .i89-supertree .photofade {
  background: url(https://www.cardinalcorp.com/source/img/test/superTree.jpg) no-repeat center center/cover; }
  .stream.Ei89 .i89-supertree .photofade:before {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 30%;
    max-height: 200px;
    top: 0;
    margin: auto;
    background: linear-gradient(180deg, #917f7b, rgba(145, 127, 123, 0));
    z-index: 2; }
  .stream.Ei89 .i89-supertree .photofade:after {
    z-index: 2;
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 30%;
    max-height: 200px;
    bottom: 0;
    margin: auto;
    background: linear-gradient(0deg, #917f7b, rgba(145, 127, 123, 0)); }

.stream.SoundApp {
  background-color: #29293b;
  color: white; }
  .stream.SoundApp .hero-fade:after {
    z-index: 2;
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 220px;
    bottom: 0;
    margin: auto;
    background: linear-gradient(0deg, #29293b, rgba(41, 41, 59, 0)); }
  @media only screen and (max-width: 960px) {
    .stream.SoundApp .hero-fade:not(.hero-fade, .lite.more-info .photofade):after {
      height: 80px; } }
  .stream.SoundApp a.app-store {
    display: block;
    width: 240px;
    height: 60px;
    border-radius: 8px;
    background-color: #eeeeee;
    background-image: url(https://www.cardinalcorp.com/source/img/page/sound-app/app-store-core@2x.png);
    background-size: auto 70%;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 30px;
    filter: drop-shadow(0 0 5px rgba(47, 47, 47, 0.21)); }
  .stream.SoundApp .lite.float-3 {
    padding-top: 0;
    padding-bottom: 0;
    background: linear-gradient(#cdcdde 40%, #29293b 60%); }
    .stream.SoundApp .lite.float-3 .btn {
      position: absolute;
      bottom: 30%;
      right: 30%;
      width: 80px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      background-color: aliceblue;
      border-radius: 4px;
      color: darkcyan;
      cursor: pointer;
      font-size: 12px;
      filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.33)); }
      .stream.SoundApp .lite.float-3 .btn.btn_2 {
        transform: translateX(90px); }
  .stream.SoundApp .show {
    position: relative;
    margin: auto;
    width: 960px;
    height: 540px; }
    .stream.SoundApp .show .w-vulcan-v2-button {
      display: none !important; }
    .stream.SoundApp .show .w-play-pause-notifier {
      display: none; }
  .stream.SoundApp .cover {
    background: linear-gradient(red, blue);
    background-position: center;
    background-size: 100% 100%; }

.stream.IQ {
  background-color: #6c6b6b;
  background-color: #333333; }
  .stream.IQ .banner {
    background-color: #676f6d; }
  .stream.IQ .breadnav {
    color: #71b09d; }
  .stream.IQ .photofade:before {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 220px;
    top: -1px;
    margin: auto;
    background: linear-gradient(180deg, #6c6b6b, rgba(108, 107, 107, 0));
    z-index: 2; }
    @media only screen and (max-width: 960px) {
      .stream.IQ .photofade:before {
        height: 80px; } }
  .stream.IQ .photofade:after {
    z-index: 2;
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 220px;
    bottom: 0;
    margin: auto;
    background: linear-gradient(0deg, #6c6b6b, rgba(108, 107, 107, 0)); }
  @media only screen and (max-width: 960px) {
    .stream.IQ .photofade:not(.hero-fade, .lite.more-info .photofade):after {
      height: 80px; } }
  .stream.IQ .lite {
    background-color: #333333;
    background-color: #6c6b6b;
    color: white; }
    .stream.IQ .lite a {
      font-weight: 600;
      color: #71b09d;
      text-decoration: none; }

.stream.Company .banner {
  background-color: #8c4436; }
.stream.Company .lite {
  background-color: #496880;
  background-color: #774035;
  color: white; }
.stream.Company .company-subsidiaries {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: stretch; }
  .stream.Company .company-subsidiaries:after {
    content: "";
    max-width: calc(33% - 10px);
    width: 100%; }
  .stream.Company .company-subsidiaries > div {
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
    background-color: #444444;
    background-color: #EFEFE8;
    color: #B7C2CA;
    position: relative;
    width: 100%;
    max-width: calc(33% - 10px);
    margin-bottom: 20px;
    text-align: center;
    border-radius: 2px;
    height: auto;
    min-height: 300px;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    padding: 30px;
    padding-top: 120px;
    background-size: auto 80px;
    background-position: center 40px;
    color: #333333 !important;
    font-weight: 400;
    letter-spacing: 0.02em; }
    @media (max-width: 1199px) {
      .stream.Company .company-subsidiaries > div {
        max-width: calc(50% - 10px); } }
    @media (max-width: 789px) {
      .stream.Company .company-subsidiaries > div {
        max-width: 100%; } }
    .stream.Company .company-subsidiaries > div > img {
      margin-bottom: 20px;
      max-width: 380px; }
    .stream.Company .company-subsidiaries > div > div:first-of-type {
      text-transform: uppercase;
      font-weight: 700; }
    .stream.Company .company-subsidiaries > div > div:not(:first-of-type) {
      font-size: 14px;
      text-transform: capitalize; }
.stream.Company .history-dates {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: stretch; }
  .stream.Company .history-dates:after {
    content: "";
    max-width: calc(33% - 10px);
    width: 100%; }
.stream.Company .history-date {
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
  background-color: #444444;
  background-color: #EFEFE8;
  color: #B7C2CA;
  position: relative;
  width: 100%;
  max-width: calc(33% - 10px);
  margin-bottom: 20px;
  text-align: center;
  border-radius: 2px;
  height: auto;
  min-height: 300px;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  padding: 30px;
  padding-top: 160px;
  background-image: url(https://www.cardinalcorp.com/source/img/logos200/news_icon.png);
  background-size: auto 80px;
  background-position: center 60px;
  color: #333333 !important;
  font-weight: 400;
  letter-spacing: 0.02em; }
  @media (max-width: 1059px) {
    .stream.Company .history-date {
      max-width: calc(50% - 10px); } }
  @media (max-width: 789px) {
    .stream.Company .history-date {
      max-width: 100%; } }
  .stream.Company .history-date span.date {
    display: block;
    font-family: DIN-2014;
    font-size: 30px;
    color: #000000;
    background-color: #B7C2CA;
    width: 33.3%;
    height: 50px;
    line-height: 50px;
    display: block;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .6;
    opacity: 1;
    color: #774035;
    opacity: .8;
    background: transparent;
    box-sizing: border-box;
    box-sizing: border-box; }
    .stream.Company .history-date span.date:before {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      box-sizing: border-box; }
    .stream.Company .history-date span.date:after {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      box-sizing: border-box; }
    .stream.Company .history-date span.date:before {
      width: 2px;
      left: auto;
      right: 0;
      background: linear-gradient(180deg, #774035, white); }
    .stream.Company .history-date span.date:after {
      height: 2px;
      top: auto;
      bottom: 0;
      background: linear-gradient(270deg, #774035, white); }
  .stream.Company .history-date.corp {
    color: #DF715E;
    background-image: url(https://www.cardinalcorp.com/source/img/logos200/corp.png); }
  .stream.Company .history-date.corp.neat {
    background-image: url(https://www.cardinalcorp.com/source/img/logos200/Neat.png); }
  .stream.Company .history-date.loe {
    color: #FFC046;
    background-image: url(https://www.cardinalcorp.com/source/img/logos200/LoE.png); }
  .stream.Company .history-date.loe.loe2 {
    background-image: url(https://www.cardinalcorp.com/source/img/logo-nav/LoE2.png); }
  .stream.Company .history-date.new-size {
    background-size: auto 120px;
    background-position: center 30px; }
  .stream.Company .history-date.loe.e366 {
    background-image: url(https://www.cardinalcorp.com/source/img/logo-nav/E366.png); }
  .stream.Company .history-date.loe.e180 {
    background-image: url(https://www.cardinalcorp.com/source/img/logo-nav/E180.png); }
  .stream.Company .history-date.neat-plus {
    background-image: url(https://www.cardinalcorp.com/source/img/logo-nav/NeatPlus.png); }
  .stream.Company .history-date.loe-452 {
    background-image: url(https://www.cardinalcorp.com/source/img/logo-nav/Quad.png); }
  .stream.Company .history-date.loe-180ESC {
    background-image: url(https://www.cardinalcorp.com/source/img/logo-nav/E180ESC.png); }
  .stream.Company .history-date.di89 {
    background-image: url(https://www.cardinalcorp.com/source/img/logo-nav/Di89.png); }
  .stream.Company .history-date.xl {
    color: #99C098;
    background-image: url(https://www.cardinalcorp.com/source/img/logo-nav/XL_Edge.png); }
  .stream.Company .history-date.xl.endur {
    background-image: url(https://www.cardinalcorp.com/source/img/logo-nav/Endur.png); }
  .stream.Company .history-date.preserve {
    color: #3AA0BE;
    background-image: url(https://www.cardinalcorp.com/source/img/logo-nav/Preserve.png); }
  .stream.Company .history-date.i89 {
    color: #A29AA8;
    background-image: url(https://www.cardinalcorp.com/source/img/logo-nav/i89.png); }

.stream.Careers .banner {
  display: none; }
.stream.Careers .lite {
  background-color: #333333;
  color: white; }
  .stream.Careers .lite:nth-of-type(2) {
    padding-top: 10vh; }
.stream.Careers .see_jobs {
  max-width: 800px;
  width: 80%;
  height: auto;
  min-height: 300px;
  padding-bottom: 40px;
  padding-top: 120px;
  padding-left: 40px;
  padding-right: 40px;
  border-radius: 8px;
  background-color: #EFEFE8;
  color: #222222;
  text-align: center;
  position: relative;
  margin: auto;
  overflow: hidden;
  filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.38)); }
  .stream.Careers .see_jobs .fly {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 80px;
    line-height: 80px;
    background-color: #9B4231;
    color: #EFEFE8;
    padding-left: 40px;
    padding-right: 40px; }
    @media (max-width: 789px) {
      .stream.Careers .see_jobs .fly {
        width: 100%; } }
  .stream.Careers .see_jobs p {
    max-width: 80%;
    font-size: 20px;
    letter-spacing: 0.02em;
    line-height: 30px;
    margin: auto;
    display: inline-block; }
  .stream.Careers .see_jobs a {
    display: inline-flex;
    position: relative;
    height: 80px;
    width: 80%;
    max-width: 360px;
    line-height: 20px;
    background-color: #B7450A;
    color: #fce3e3;
    border-radius: 8px;
    margin-top: 40px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.35));
    transition: all .2s ease;
    font-weight: 400; }
    .stream.Careers .see_jobs a:hover {
      background-color: #c65f2a;
      color: white;
      filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.5)); }
    .stream.Careers .see_jobs a > span {
      margin-right: 5px;
      width: 30px;
      height: 40px;
      background-image: url(https://www.cardinalcorp.com/source/img/sparks/search-icon.png);
      background-repeat: no-repeat;
      background-position: right center;
      background-size: auto 30px; }
.stream.Careers .lite.custom_banner {
  height: 95vh;
  background-color: #8c4436;
  background-image: url(https://www.cardinalcorp.com/source/img/page/company/careers/careers_hero.jpg);
  background-size: cover;
  background-position: center top; }
  .stream.Careers .lite.custom_banner:after {
    z-index: 2;
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 220px;
    bottom: 0;
    margin: auto;
    background: linear-gradient(0deg, #333333, rgba(51, 51, 51, 0)); }
  @media only screen and (max-width: 960px) {
    .stream.Careers .lite.custom_banner:not(.hero-fade, .lite.more-info .photofade):after {
      height: 80px; } }
  @media (max-width: 789px) {
    .stream.Careers .lite.custom_banner {
      height: 80vw; } }
.stream.Careers .lite.careers_3 {
  background-color: #8f4739;
  color: white;
  padding-bottom: 0; }
  .stream.Careers .lite.careers_3 .collage {
    height: 0;
    padding-top: 90.5%;
    position: relative;
    background-image: url(https://www.cardinalcorp.com/source/img/page/company/careers/careers_collage.jpg);
    background-size: 100% auto;
    background-position: center center; }
.stream.Careers .lite.footer {
  background-color: #8c4436; }

.stream.test .banner {
  color: rgba(255, 255, 255, 0.81); }
  .stream.test .banner .bannerfade {
    background-color: #717171; }
.stream.test .lite.brownish {
  background-color: #a76c42; }
.stream.test .lite.horse .photofade {
  background: url(https://www.cardinalcorp.com/source/img/test/E340_horses.jpg) no-repeat center top/cover; }
  .stream.test .lite.horse .photofade:before {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 30%;
    max-height: 200px;
    top: 0;
    margin: auto;
    background: linear-gradient(180deg, #a76c42, rgba(167, 108, 66, 0));
    z-index: 2; }
  .stream.test .lite.horse .photofade:after {
    z-index: 2;
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 30%;
    max-height: 200px;
    bottom: 0;
    margin: auto;
    background: linear-gradient(0deg, #6d8458, rgba(109, 132, 88, 0)); }
.stream.test .lite.li-test {
  background-color: #6d8458;
  color: rgba(255, 255, 255, 0.8);
  padding-top: calc(20vh +  -2px ); }
  .stream.test .lite.li-test:before {
    top: -2px; }

.stream .lite.dark {
  background-color: #333333;
  color: rgba(238, 238, 238, 0.83); }

.stream.Company_Locations {
  background-color: #526A7D; }
  .stream.Company_Locations img.leaflet-marker-icon {
    width: 40px;
    height: 60px;
    margin-left: -20px;
    margin-top: -60px;
    cursor: pointer;
    transition: width 1.2s cubic-bezier(0.17, 0.23, 0.05, 0.98) 0.2s, height 1.2s cubic-bezier(0.17, 0.23, 0.05, 0.98) 0.2s, margin 1.2s cubic-bezier(0.17, 0.23, 0.05, 0.98) 0.2s; }
    .stream.Company_Locations img.leaflet-marker-icon.selected {
      width: 80px;
      height: 90px;
      margin-left: -40px;
      margin-top: -90px;
      z-index: 4; }
  .stream.Company_Locations .cluster {
    background: url("/source/img/page/company/map/marker_CLUSTER.svg") no-repeat center center;
    background-size: contain;
    width: 3em;
    height: 2em;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) translateY(50%);
    color: #fff;
    font-size: 2em;
    line-height: 1.8em; }
  .stream.Company_Locations .banner {
    display: none; }
  .stream.Company_Locations h3.IG {
    color: #C5F1FF; }
  .stream.Company_Locations h3.CG {
    color: #fff3ce; }
  .stream.Company_Locations h3.FG {
    color: #FFFFB4; }
  .stream.Company_Locations h3.LG {
    color: #d3fffd; }
  .stream.Company_Locations h3.CT {
    color: #C7CFCB; }
  .stream.Company_Locations .input_blocker {
    position: absolute;
    width: 100%;
    height: calc(10vh + 60px);
    bottom: 0;
    background-color: transparent;
    pointer-events: all; }
  .stream.Company_Locations .lite.locations_2 {
    padding-top: calc(20vh +  -10vh ); }
    .stream.Company_Locations .lite.locations_2:before {
      top: -10vh; }
  .stream.Company_Locations .lite {
    color: white; }
  .stream.Company_Locations .lite.application {
    position: relative;
    background-color: #7ad1f1;
    pointer-events: all; }
    .stream.Company_Locations .lite.application .photofade {
      pointer-events: none; }
      .stream.Company_Locations .lite.application .photofade:after {
        z-index: 2;
        display: block;
        content: "";
        position: absolute;
        width: 100%;
        height: 220px;
        bottom: 0;
        margin: auto;
        background: linear-gradient(0deg, #7ad1f1, rgba(122, 209, 241, 0)); }
      @media only screen and (max-width: 960px) {
        .stream.Company_Locations .lite.application .photofade:not(.hero-fade, .lite.more-info .photofade):after {
          height: 80px; } }
  .stream.Company_Locations .lite.locations_2 {
    background: linear-gradient(#7ad1f1, #526A7D); }
    .stream.Company_Locations .lite.locations_2:after {
      z-index: 2;
      display: block;
      content: "";
      position: absolute;
      width: 100%;
      height: 220px;
      bottom: 0;
      margin: auto;
      background: linear-gradient(0deg, #526a7d, rgba(82, 106, 125, 0)); }
    @media only screen and (max-width: 960px) {
      .stream.Company_Locations .lite.locations_2:not(.hero-fade, .lite.more-info .photofade):after {
        height: 80px; } }
  .stream.Company_Locations .lite.locations_3 {
    background-color: #526A7D; }
  .stream.Company_Locations .row.locations-cards {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: stretch; }
    .stream.Company_Locations .row.locations-cards:after {
      content: "";
      max-width: calc(33% - 10px);
      width: 100%; }
    .stream.Company_Locations .row.locations-cards .location {
      display: none; }
    .stream.Company_Locations .row.locations-cards .card {
      box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
      position: relative;
      width: 100%;
      max-width: calc(33% - 10px);
      margin-bottom: 20px;
      border-radius: 2px;
      height: auto;
      min-height: 300px;
      font-size: 18px;
      line-height: 22px;
      text-align: left;
      padding: 40px;
      font-weight: 300;
      letter-spacing: 0.02em;
      background-color: #00698c;
      color: #87e0ff; }
      @media (max-width: 1199px) {
        .stream.Company_Locations .row.locations-cards .card {
          max-width: calc(50% - 10px); } }
      @media (max-width: 789px) {
        .stream.Company_Locations .row.locations-cards .card {
          max-width: 100%; } }
      .stream.Company_Locations .row.locations-cards .card[data="IG"] {
        color: #C5F1FF;
        background-color: #13A9DB; }
      .stream.Company_Locations .row.locations-cards .card[data="CG"] {
        background-color: #dba913;
        color: #fff3ce; }
      .stream.Company_Locations .row.locations-cards .card[data="CT"] {
        background-color: #C7CFCB;
        color: #4B4B4B; }
      .stream.Company_Locations .row.locations-cards .card[data="FG"] {
        background-color: #D8523A;
        color: #FFFFB4; }
      .stream.Company_Locations .row.locations-cards .card[data="LG"] {
        background-color: #17D7CD;
        color: #d3fffd; }
      .stream.Company_Locations .row.locations-cards .card[data="RD"] {
        background-color: #A62103;
        color: #FFFFB4; }
      .stream.Company_Locations .row.locations-cards .card[data="HQ"] {
        background-color: #FF5C26;
        color: #FFFFB4; }
      .stream.Company_Locations .row.locations-cards .card[data="TG"] {
        background-color: #dba913;
        color: #FFFFB4; }
      .stream.Company_Locations .row.locations-cards .card[data="CG"] {
        background-color: #dba913;
        color: #fff3ce; }
      .stream.Company_Locations .row.locations-cards .card .plant-type {
        position: absolute;
        width: auto;
        height: auto;
        opacity: 0.5;
        font-size: 50px;
        font-family: DIN-2014;
        right: 30px;
        top: 30px; }
      .stream.Company_Locations .row.locations-cards .card .city-state {
        font-size: 30px;
        line-height: 30px; }
      .stream.Company_Locations .row.locations-cards .card .t2 {
        font-weight: 400;
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 0.1em; }
      .stream.Company_Locations .row.locations-cards .card .t2,
      .stream.Company_Locations .row.locations-cards .card .a2,
      .stream.Company_Locations .row.locations-cards .card .call {
        margin-bottom: 20px; }
      .stream.Company_Locations .row.locations-cards .card .call i,
      .stream.Company_Locations .row.locations-cards .card .fax i {
        font-size: 10px;
        font-weight: 700;
        margin-right: 2px;
        display: inline-block;
        height: 100%;
        font-style: normal; }
      .stream.Company_Locations .row.locations-cards .card .vCard_btn {
        cursor: pointer;
        text-align: center;
        position: absolute;
        width: auto;
        height: auto;
        font-size: 50px;
        font-family: DIN-2014;
        right: 30px;
        bottom: 30px;
        font-size: 26px; }
        .stream.Company_Locations .row.locations-cards .card .vCard_btn > span {
          display: block;
          font-size: 10px;
          font-weight: 700; }
      .stream.Company_Locations .row.locations-cards .card .directions_btn {
        display: none; }
  .stream.Company_Locations .side {
    opacity: 0.925;
    z-index: 50;
    position: absolute;
    top: 0;
    left: 0;
    width: 330px;
    height: 90%;
    pointer-events: all;
    box-shadow: 2px 0 4px 0 rgba(0, 0, 0, 0.3);
    transition: left 0.8s cubic-bezier(0.25, 0.37, 0.07, 0.79);
    left: 0;
    background-color: rgba(255, 255, 255, 0.86);
    color: #454545;
    text-align: left;
    font-size: 18px;
    line-height: 22px;
    text-align: left;
    font-weight: 300;
    letter-spacing: 0.02em;
    /*        &[data='IG'] {  color: $color-IG; background-color:$back-IG }
        &[data='CG'] { background-color:$back-CG;  color: $color-CG;  }
        &[data='CT'] { background-color:$back-CT;  color: $color-CT;  }
        &[data='FG'] { background-color:$back-FG;  color: $color-FG;  }
        &[data='LG'] { background-color:$back-LG;  color: $color-LG;  }
        &[data='RD'] { background-color:$back-RD;  color: $color-RD;  }
        &[data='HQ'] { background-color:$back-HQ;  color: $color-HQ;  }
        &[data='TG'] { background-color:$back-TG;  color: $color-TG;  }
        &[data='CG'] { background-color:$back-CG;  color: $color-CG;  }
        */ }
    .stream.Company_Locations .side.stow {
      left: -340px; }
      .stream.Company_Locations .side.stow .stow_btn_main {
        left: 350px; }
        .stream.Company_Locations .side.stow .stow_btn_main span {
          left: -220%; }
        .stream.Company_Locations .side.stow .stow_btn_main span:nth-of-type(1) {
          left: -120%; }
        .stream.Company_Locations .side.stow .stow_btn_main span:nth-of-type(2) {
          left: 0; }
    .stream.Company_Locations .side.forced_stow, .stream.Company_Locations .side.forced_stow.stow, .stream.Company_Locations .side.start_stow {
      left: -340px; }
      .stream.Company_Locations .side.forced_stow .stow_btn_main, .stream.Company_Locations .side.forced_stow.stow .stow_btn_main, .stream.Company_Locations .side.start_stow .stow_btn_main {
        left: -50px; }
    .stream.Company_Locations .side .swipe_space {
      touch-action: none;
      z-index: 1;
      position: absolute;
      height: 100%;
      width: 50px;
      right: 15px; }
    .stream.Company_Locations .side .view {
      padding-left: 30px;
      padding-right: 50px;
      padding-top: 120px; }
      @media screen and (max-width: 768px) {
        .stream.Company_Locations .side .view {
          padding-top: 80px; } }
    .stream.Company_Locations .side .view:not(.selected) {
      display: none; }
    .stream.Company_Locations .side .view {
      overflow-y: scroll; }
    .stream.Company_Locations .side .location_info {
      position: relative;
      padding-bottom: 0; }
    .stream.Company_Locations .side .services,
    .stream.Company_Locations .side .jobs {
      font-size: 12px;
      line-height: 30px;
      font-weight: 400;
      letter-spacing: 0.1em; }
      .stream.Company_Locations .side .services ul,
      .stream.Company_Locations .side .services ul li,
      .stream.Company_Locations .side .jobs ul,
      .stream.Company_Locations .side .jobs ul li {
        margin: 0;
        padding: 0;
        list-style: none; }
      .stream.Company_Locations .side .services li,
      .stream.Company_Locations .side .jobs li {
        cursor: pointer; }
        .stream.Company_Locations .side .services li:hover,
        .stream.Company_Locations .side .jobs li:hover {
          background-color: rgba(255, 255, 255, 0.24); }
      .stream.Company_Locations .side .services .label,
      .stream.Company_Locations .side .jobs .label {
        line-height: 20px;
        border-bottom: 2px solid;
        margin-top: 40px;
        margin-bottom: 10px;
        text-transform: uppercase;
        font-size: 10px;
        font-weight: 700; }
    .stream.Company_Locations .side .plant-type {
      position: absolute;
      width: auto;
      height: auto;
      opacity: 0.5;
      font-size: 50px;
      font-family: DIN-2014;
      right: 30px;
      top: 30px;
      display: none; }
    .stream.Company_Locations .side .city-state {
      font-size: 30px;
      line-height: 30px; }
    .stream.Company_Locations .side .t2 {
      font-weight: 400;
      font-size: 14px;
      text-transform: uppercase;
      letter-spacing: 0.1em; }
    .stream.Company_Locations .side .t2,
    .stream.Company_Locations .side .a2,
    .stream.Company_Locations .side .call {
      margin-bottom: 20px; }
    .stream.Company_Locations .side .call i,
    .stream.Company_Locations .side .fax i {
      font-size: 10px;
      font-weight: 700;
      margin-right: 2px;
      display: inline-block;
      height: 100%;
      font-style: normal; }
    .stream.Company_Locations .side .vCard_btn {
      cursor: pointer;
      text-align: center;
      position: absolute;
      width: auto;
      height: auto;
      font-size: 50px;
      font-family: DIN-2014;
      right: 0;
      bottom: 0;
      font-size: 26px;
      transition: all 0.4s cubic-bezier(0.71, 0.04, 0.25, 1.31);
      opacity: 0.8; }
      .stream.Company_Locations .side .vCard_btn > span {
        display: block;
        font-size: 10px;
        font-weight: 700; }
      .stream.Company_Locations .side .vCard_btn.directions {
        display: block;
        top: 15px; }
      .stream.Company_Locations .side .vCard_btn:hover {
        transform: scale(1.3);
        transform-origin: center;
        bottom: -4px;
        opacity: 1; }
    .stream.Company_Locations .side #directions {
      width: 100%;
      max-width: none;
      min-width: 0;
      background: rgba(0, 0, 0, 0.8); }
      .stream.Company_Locations .side #directions .mapbox-directions-profile,
      .stream.Company_Locations .side #directions .mapbox-directions-component-keyline {
        background: none;
        box-shadow: none;
        border-radius: 0; }
      .stream.Company_Locations .side #directions .mapbox-directions-route-summary {
        position: relative;
        z-index: 1;
        width: 100%;
        color: #fff;
        padding: 5px 10px;
        font-size: 15px;
        line-height: 28px; }
    .stream.Company_Locations .side .stow_btn {
      z-index: 1;
      position: absolute;
      width: 60px;
      height: 60px;
      line-height: 60px;
      text-align: center;
      border-radius: 4px;
      top: calc(50% - 30px);
      left: calc(100% - 25px);
      background-color: white;
      box-shadow: -1px -1px 15px 0px rgba(50, 50, 50, 0.16);
      cursor: pointer;
      transition: left 0.7s cubic-bezier(0.61, -0.34, 0.27, 1.39) 0.5s;
      overflow: hidden;
      top: calc(110px);
      transform: scale(0.8);
      transform-origin: center center; }
      .stream.Company_Locations .side .stow_btn:hover {
        background-color: #f2f2f2; }
      .stream.Company_Locations .side .stow_btn > span {
        display: block;
        position: absolute;
        left: -120%;
        transition: all 0.7s;
        width: 60px;
        text-align: center; }
      .stream.Company_Locations .side .stow_btn span:nth-of-type(1) {
        left: 0; }
    .stream.Company_Locations .side .stow_btn_up,
    .stream.Company_Locations .side .stow_btn_down {
      display: none;
      transition: none; }
      .stream.Company_Locations .side .stow_btn_up span,
      .stream.Company_Locations .side .stow_btn_down span {
        left: 0;
        top: 0;
        line-height: 30px; }
    .stream.Company_Locations .side .directions_btn,
    .stream.Company_Locations .side .back_address_btn,
    .stream.Company_Locations .side .viewDeviceMap_btn {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      border: 2px solid;
      border-radius: 4px;
      position: relative;
      width: 100%;
      height: 36px;
      margin-bottom: 20px;
      position: relative;
      font-size: 20px;
      padding: 0 10px;
      opacity: 0.7;
      cursor: pointer;
      background-color: #fff; }
      .stream.Company_Locations .side .directions_btn.directions_btn, .stream.Company_Locations .side .directions_btn.viewDeviceMap_btn,
      .stream.Company_Locations .side .back_address_btn.directions_btn,
      .stream.Company_Locations .side .back_address_btn.viewDeviceMap_btn,
      .stream.Company_Locations .side .viewDeviceMap_btn.directions_btn,
      .stream.Company_Locations .side .viewDeviceMap_btn.viewDeviceMap_btn {
        justify-content: flex-end; }
      .stream.Company_Locations .side .directions_btn.viewDeviceMap_btn,
      .stream.Company_Locations .side .back_address_btn.viewDeviceMap_btn,
      .stream.Company_Locations .side .viewDeviceMap_btn.viewDeviceMap_btn {
        display: none; }
      .stream.Company_Locations .side .directions_btn:hover,
      .stream.Company_Locations .side .back_address_btn:hover,
      .stream.Company_Locations .side .viewDeviceMap_btn:hover {
        background-color: #454545;
        color: white;
        border: none; }
      .stream.Company_Locations .side .directions_btn span,
      .stream.Company_Locations .side .back_address_btn span,
      .stream.Company_Locations .side .viewDeviceMap_btn span {
        font-size: 10px;
        font-weight: 700;
        font-family: DIN-2014;
        letter-spacing: 0.1em;
        width: auto;
        padding-left: 10px;
        padding-right: 10px; }
  .stream.Company_Locations .map-controls {
    z-index: 10;
    position: absolute;
    right: 10px;
    height: auto;
    width: 60px;
    height: auto;
    border-radius: 8px;
    pointer-events: all;
    top: calc(50% - 120px); }
    .stream.Company_Locations .map-controls .leaflet-control-locate {
      width: 100%; }
      .stream.Company_Locations .map-controls .leaflet-control-locate a > svg {
        width: .45em;
        opacity: .8; }
    .stream.Company_Locations .map-controls .leaflet-control-zoom,
    .stream.Company_Locations .map-controls .leaflet-control-locate {
      background-color: #ffffff;
      box-shadow: -1px -1px 15px 0px rgba(50, 50, 50, 0.16); }
      .stream.Company_Locations .map-controls .leaflet-control-zoom:first-child,
      .stream.Company_Locations .map-controls .leaflet-control-locate:first-child {
        margin-bottom: 20px; }
      .stream.Company_Locations .map-controls .leaflet-control-zoom .leaflet-control-zoom-in, .stream.Company_Locations .map-controls .leaflet-control-zoom .leaflet-control-zoom-out,
      .stream.Company_Locations .map-controls .leaflet-control-locate .leaflet-control-zoom-in,
      .stream.Company_Locations .map-controls .leaflet-control-locate .leaflet-control-zoom-out {
        text-indent: 0px !important; }
      .stream.Company_Locations .map-controls .leaflet-control-zoom > a,
      .stream.Company_Locations .map-controls .leaflet-control-locate > a {
        line-height: 60px; }
      .stream.Company_Locations .map-controls .leaflet-control-zoom > button,
      .stream.Company_Locations .map-controls .leaflet-control-locate > button {
        outline: none;
        border: none;
        background: none; }
        .stream.Company_Locations .map-controls .leaflet-control-zoom > button:hover,
        .stream.Company_Locations .map-controls .leaflet-control-locate > button:hover {
          background-color: #f4f4f4;
          cursor: pointer; }
      .stream.Company_Locations .map-controls .leaflet-control-zoom > a, .stream.Company_Locations .map-controls .leaflet-control-zoom button,
      .stream.Company_Locations .map-controls .leaflet-control-locate > a,
      .stream.Company_Locations .map-controls .leaflet-control-locate button {
        padding: 0;
        width: 100%;
        height: 60px;
        text-indent: unset;
        background-image: none;
        text-decoration: none;
        opacity: 1; }
    .stream.Company_Locations .map-controls .map-ctrl-reset {
      text-transform: uppercase;
      color: rgba(0, 0, 0, 0.7);
      font-size: 0.6em; }
  @media screen and (max-width: 480px) {
    .stream.Company_Locations .side {
      width: 100%;
      z-index: 701;
      height: 40%;
      bottom: 10vh;
      top: unset;
      transition: height 0.8s cubic-bezier(0.25, 0.37, 0.07, 0.79), bottom 0.4s cubic-bezier(0.25, 0.37, 0.07, 0.79); }
      .stream.Company_Locations .side .services,
      .stream.Company_Locations .side .jobs,
      .stream.Company_Locations .side #directions {
        display: none; }
      .stream.Company_Locations .side .swipe_space {
        right: 0;
        width: 100%;
        height: 50px;
        top: 0; }
      .stream.Company_Locations .side .view {
        padding-top: 50px;
        transition: padding-top 0.8s cubic-bezier(0.25, 0.37, 0.07, 0.79); }
      .stream.Company_Locations .side .stow_btn_main {
        display: none; }
      .stream.Company_Locations .side .stow_btn {
        left: 50%;
        height: 60px;
        top: -30px;
        transform: translateX(-50%) scale(0.8); }
        .stream.Company_Locations .side .stow_btn span {
          left: 0;
          top: -120px; }
        .stream.Company_Locations .side .stow_btn span:nth-of-type(3) {
          top: 0; }
      .stream.Company_Locations .side .stow_btn_up,
      .stream.Company_Locations .side .stow_btn_down {
        top: -15px;
        height: 30px;
        display: initial;
        transform: scale(1); }
        .stream.Company_Locations .side .stow_btn_up span,
        .stream.Company_Locations .side .stow_btn_down span {
          top: 0; }
      .stream.Company_Locations .side .stow_btn_up {
        transform: translateX(-100%); }
      .stream.Company_Locations .side.forced_stow, .stream.Company_Locations .side.forced_stow.stow, .stream.Company_Locations .side.start_stow, .stream.Company_Locations .side.stow {
        height: 0px;
        left: 0; }
        .stream.Company_Locations .side.forced_stow .view, .stream.Company_Locations .side.forced_stow.stow .view, .stream.Company_Locations .side.start_stow .view, .stream.Company_Locations .side.stow .view {
          padding-top: 0; }
        .stream.Company_Locations .side.forced_stow .stow_btn_main, .stream.Company_Locations .side.forced_stow.stow .stow_btn_main, .stream.Company_Locations .side.start_stow .stow_btn_main, .stream.Company_Locations .side.stow .stow_btn_main {
          display: initial;
          left: 50%;
          transform: translateX(-50%) scale(0.8); }
          .stream.Company_Locations .side.forced_stow .stow_btn_main span, .stream.Company_Locations .side.forced_stow.stow .stow_btn_main span, .stream.Company_Locations .side.start_stow .stow_btn_main span, .stream.Company_Locations .side.stow .stow_btn_main span {
            top: -120%;
            left: 0; }
          .stream.Company_Locations .side.forced_stow .stow_btn_main span:nth-of-type(2), .stream.Company_Locations .side.forced_stow.stow .stow_btn_main span:nth-of-type(2), .stream.Company_Locations .side.start_stow .stow_btn_main span:nth-of-type(2), .stream.Company_Locations .side.stow .stow_btn_main span:nth-of-type(2) {
            transform: rotate(-90deg);
            top: 0; }
        .stream.Company_Locations .side.forced_stow .stow_btn_up,
        .stream.Company_Locations .side.forced_stow .stow_btn_down, .stream.Company_Locations .side.forced_stow.stow .stow_btn_up,
        .stream.Company_Locations .side.forced_stow.stow .stow_btn_down, .stream.Company_Locations .side.start_stow .stow_btn_up,
        .stream.Company_Locations .side.start_stow .stow_btn_down, .stream.Company_Locations .side.stow .stow_btn_up,
        .stream.Company_Locations .side.stow .stow_btn_down {
          display: none; }
          .stream.Company_Locations .side.forced_stow .stow_btn_up span,
          .stream.Company_Locations .side.forced_stow .stow_btn_down span, .stream.Company_Locations .side.forced_stow.stow .stow_btn_up span,
          .stream.Company_Locations .side.forced_stow.stow .stow_btn_down span, .stream.Company_Locations .side.start_stow .stow_btn_up span,
          .stream.Company_Locations .side.start_stow .stow_btn_down span, .stream.Company_Locations .side.stow .stow_btn_up span,
          .stream.Company_Locations .side.stow .stow_btn_down span {
            top: 0; }
      .stream.Company_Locations .side.forced_stow .stow_btn_main, .stream.Company_Locations .side.forced_stow.stow .stow_btn_main, .stream.Company_Locations .side.start_stow .stow_btn_main {
        height: 0px; }
      .stream.Company_Locations .side.wide-open {
        height: 100%;
        bottom: 0;
        background-color: #fff;
        position: fixed; }
        .stream.Company_Locations .side.wide-open .swipe_space {
          height: 70px; }
        .stream.Company_Locations .side.wide-open .services,
        .stream.Company_Locations .side.wide-open .jobs,
        .stream.Company_Locations .side.wide-open #directions {
          display: block; }
        .stream.Company_Locations .side.wide-open .view {
          padding-top: 80px; }
        .stream.Company_Locations .side.wide-open .stow_btn_main {
          display: initial;
          top: 0; }
          .stream.Company_Locations .side.wide-open .stow_btn_main span {
            top: -120%; }
          .stream.Company_Locations .side.wide-open .stow_btn_main span:nth-of-type(1) {
            transform: rotate(-90deg);
            top: 0; }
        .stream.Company_Locations .side.wide-open .stow_btn_up,
        .stream.Company_Locations .side.wide-open .stow_btn_down {
          display: none; }
          .stream.Company_Locations .side.wide-open .stow_btn_up span,
          .stream.Company_Locations .side.wide-open .stow_btn_down span {
            top: 0; }
    .stream.Company_Locations .map-controls {
      width: 50px;
      top: unset;
      bottom: calc( 50% + 20px); }
      .stream.Company_Locations .map-controls .leaflet-control-zoom > a,
      .stream.Company_Locations .map-controls .leaflet-control-locate > a {
        line-height: 50px; }
      .stream.Company_Locations .map-controls .leaflet-control-zoom > a, .stream.Company_Locations .map-controls .leaflet-control-zoom button,
      .stream.Company_Locations .map-controls .leaflet-control-locate > a,
      .stream.Company_Locations .map-controls .leaflet-control-locate button {
        height: 50px; } }
