/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

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

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

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

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/*!
Pure v1.0.0
Copyright 2013 Yahoo!
Licensed under the BSD License.
https://github.com/yahoo/pure/blob/master/LICENSE.md
*/
/*!
normalize.css v^3.0 | MIT License | git.io/normalize
Copyright (c) Nicolas Gallagher and Jonathan Neal
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*csslint important:false*/

/* ==========================================================================
   Pure Base Extras
   ========================================================================== */

/**
 * Extra rules that Pure adds on top of Normalize.css
 */

/**
 * Always hide an element when it has the `hidden` HTML attribute.
 */

.hidden,
[hidden] {
    display: none !important;
}

/**
 * Add this class to an image to make it fit within it's fluid parent wrapper while maintaining
 * aspect ratio.
 */
.pure-img {
    max-width: 100%;
    height: auto;
    display: block;
}

/*!
Pure v1.0.0
Copyright 2013 Yahoo!
Licensed under the BSD License.
https://github.com/yahoo/pure/blob/master/LICENSE.md
*/
/*csslint regex-selectors:false, known-properties:false, duplicate-properties:false*/

.pure-g {
    letter-spacing: -0.31em; /* Webkit: collapse white-space between units */
    *letter-spacing: normal; /* reset IE < 8 */
    *word-spacing: -0.43em; /* IE < 8: collapse white-space between units */
    text-rendering: optimizespeed; /* Webkit: fixes text-rendering: optimizeLegibility */

    /*
    Sets the font stack to fonts known to work properly with the above letter
    and word spacings. See: https://github.com/yahoo/pure/issues/41/

    The following font stack makes Pure Grids work on all known environments.

    * FreeSans: Ships with many Linux distros, including Ubuntu

    * Arimo: Ships with Chrome OS. Arimo has to be defined before Helvetica and
      Arial to get picked up by the browser, even though neither is available
      in Chrome OS.

    * Droid Sans: Ships with all versions of Android.

    * Helvetica, Arial, sans-serif: Common font stack on OS X and Windows.
    */
    font-family: FreeSans, Arimo, "Droid Sans", Helvetica, Arial, sans-serif;

    /* Use flexbox when possible to avoid `letter-spacing` side-effects. */
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;

    /* Prevents distributing space between rows */
    -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
            align-content: flex-start;
}

/* IE10 display: -ms-flexbox (and display: flex in IE 11) does not work inside a table; fall back to block and rely on font hack */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	table .pure-g {
		display: block;
	}
}

/* Opera as of 12 on Windows needs word-spacing.
   The ".opera-only" selector is used to prevent actual prefocus styling
   and is not required in markup.
*/
.opera-only :-o-prefocus,
.pure-g {
    word-spacing: -0.43em;
}

.pure-u {
    display: inline-block;
    *display: inline; /* IE < 8: fake inline-block */
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
}

/*
Resets the font family back to the OS/browser's default sans-serif font,
this the same font stack that Normalize.css sets for the `body`.
*/
.pure-g [class *= "pure-u"] {
    font-family: sans-serif;
}

.pure-u-1,
.pure-u-1-1,
.pure-u-1-2,
.pure-u-1-3,
.pure-u-2-3,
.pure-u-1-4,
.pure-u-3-4,
.pure-u-1-5,
.pure-u-2-5,
.pure-u-3-5,
.pure-u-4-5,
.pure-u-5-5,
.pure-u-1-6,
.pure-u-5-6,
.pure-u-1-8,
.pure-u-3-8,
.pure-u-5-8,
.pure-u-7-8,
.pure-u-1-12,
.pure-u-5-12,
.pure-u-7-12,
.pure-u-11-12,
.pure-u-1-24,
.pure-u-2-24,
.pure-u-3-24,
.pure-u-4-24,
.pure-u-5-24,
.pure-u-6-24,
.pure-u-7-24,
.pure-u-8-24,
.pure-u-9-24,
.pure-u-10-24,
.pure-u-11-24,
.pure-u-12-24,
.pure-u-13-24,
.pure-u-14-24,
.pure-u-15-24,
.pure-u-16-24,
.pure-u-17-24,
.pure-u-18-24,
.pure-u-19-24,
.pure-u-20-24,
.pure-u-21-24,
.pure-u-22-24,
.pure-u-23-24,
.pure-u-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
}

.pure-u-1-24 {
    width: 4.1667%;
    *width: 4.1357%;
}

.pure-u-1-12,
.pure-u-2-24 {
    width: 8.3333%;
    *width: 8.3023%;
}

.pure-u-1-8,
.pure-u-3-24 {
    width: 12.5000%;
    *width: 12.4690%;
}

.pure-u-1-6,
.pure-u-4-24 {
    width: 16.6667%;
    *width: 16.6357%;
}

.pure-u-1-5 {
    width: 20%;
    *width: 19.9690%;
}

.pure-u-5-24 {
    width: 20.8333%;
    *width: 20.8023%;
}

.pure-u-1-4,
.pure-u-6-24 {
    width: 25%;
    *width: 24.9690%;
}

.pure-u-7-24 {
    width: 29.1667%;
    *width: 29.1357%;
}

.pure-u-1-3,
.pure-u-8-24 {
    width: 33.3333%;
    *width: 33.3023%;
}

.pure-u-3-8,
.pure-u-9-24 {
    width: 37.5000%;
    *width: 37.4690%;
}

.pure-u-2-5 {
    width: 40%;
    *width: 39.9690%;
}

.pure-u-5-12,
.pure-u-10-24 {
    width: 41.6667%;
    *width: 41.6357%;
}

.pure-u-11-24 {
    width: 45.8333%;
    *width: 45.8023%;
}

.pure-u-1-2,
.pure-u-12-24 {
    width: 50%;
    *width: 49.9690%;
}

.pure-u-13-24 {
    width: 54.1667%;
    *width: 54.1357%;
}

.pure-u-7-12,
.pure-u-14-24 {
    width: 58.3333%;
    *width: 58.3023%;
}

.pure-u-3-5 {
    width: 60%;
    *width: 59.9690%;
}

.pure-u-5-8,
.pure-u-15-24 {
    width: 62.5000%;
    *width: 62.4690%;
}

.pure-u-2-3,
.pure-u-16-24 {
    width: 66.6667%;
    *width: 66.6357%;
}

.pure-u-17-24 {
    width: 70.8333%;
    *width: 70.8023%;
}

.pure-u-3-4,
.pure-u-18-24 {
    width: 75%;
    *width: 74.9690%;
}

.pure-u-19-24 {
    width: 79.1667%;
    *width: 79.1357%;
}

.pure-u-4-5 {
    width: 80%;
    *width: 79.9690%;
}

.pure-u-5-6,
.pure-u-20-24 {
    width: 83.3333%;
    *width: 83.3023%;
}

.pure-u-7-8,
.pure-u-21-24 {
    width: 87.5000%;
    *width: 87.4690%;
}

.pure-u-11-12,
.pure-u-22-24 {
    width: 91.6667%;
    *width: 91.6357%;
}

.pure-u-23-24 {
    width: 95.8333%;
    *width: 95.8023%;
}

.pure-u-1,
.pure-u-1-1,
.pure-u-5-5,
.pure-u-24-24 {
    width: 100%;
}
/* generated from https://purecss.io/start/?xs=36em&sm=48em&md=62em&lg=75em */

@media screen and (min-width: 36em) {
    .pure-u-xs-1,
    .pure-u-xs-1-1,
    .pure-u-xs-1-2,
    .pure-u-xs-1-3,
    .pure-u-xs-2-3,
    .pure-u-xs-1-4,
    .pure-u-xs-3-4,
    .pure-u-xs-1-5,
    .pure-u-xs-2-5,
    .pure-u-xs-3-5,
    .pure-u-xs-4-5,
    .pure-u-xs-5-5,
    .pure-u-xs-1-6,
    .pure-u-xs-5-6,
    .pure-u-xs-1-8,
    .pure-u-xs-3-8,
    .pure-u-xs-5-8,
    .pure-u-xs-7-8,
    .pure-u-xs-1-12,
    .pure-u-xs-5-12,
    .pure-u-xs-7-12,
    .pure-u-xs-11-12,
    .pure-u-xs-1-24,
    .pure-u-xs-2-24,
    .pure-u-xs-3-24,
    .pure-u-xs-4-24,
    .pure-u-xs-5-24,
    .pure-u-xs-6-24,
    .pure-u-xs-7-24,
    .pure-u-xs-8-24,
    .pure-u-xs-9-24,
    .pure-u-xs-10-24,
    .pure-u-xs-11-24,
    .pure-u-xs-12-24,
    .pure-u-xs-13-24,
    .pure-u-xs-14-24,
    .pure-u-xs-15-24,
    .pure-u-xs-16-24,
    .pure-u-xs-17-24,
    .pure-u-xs-18-24,
    .pure-u-xs-19-24,
    .pure-u-xs-20-24,
    .pure-u-xs-21-24,
    .pure-u-xs-22-24,
    .pure-u-xs-23-24,
    .pure-u-xs-24-24 {
        display: inline-block;
        *display: inline;
        zoom: 1;
        letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
        text-rendering: auto;
    }

    .pure-u-xs-1-24 {
        width: 4.1667%;
        *width: 4.1357%;
    }

    .pure-u-xs-1-12,
    .pure-u-xs-2-24 {
        width: 8.3333%;
        *width: 8.3023%;
    }

    .pure-u-xs-1-8,
    .pure-u-xs-3-24 {
        width: 12.5000%;
        *width: 12.4690%;
    }

    .pure-u-xs-1-6,
    .pure-u-xs-4-24 {
        width: 16.6667%;
        *width: 16.6357%;
    }

    .pure-u-xs-1-5 {
        width: 20%;
        *width: 19.9690%;
    }

    .pure-u-xs-5-24 {
        width: 20.8333%;
        *width: 20.8023%;
    }

    .pure-u-xs-1-4,
    .pure-u-xs-6-24 {
        width: 25%;
        *width: 24.9690%;
    }

    .pure-u-xs-7-24 {
        width: 29.1667%;
        *width: 29.1357%;
    }

    .pure-u-xs-1-3,
    .pure-u-xs-8-24 {
        width: 33.3333%;
        *width: 33.3023%;
    }

    .pure-u-xs-3-8,
    .pure-u-xs-9-24 {
        width: 37.5000%;
        *width: 37.4690%;
    }

    .pure-u-xs-2-5 {
        width: 40%;
        *width: 39.9690%;
    }

    .pure-u-xs-5-12,
    .pure-u-xs-10-24 {
        width: 41.6667%;
        *width: 41.6357%;
    }

    .pure-u-xs-11-24 {
        width: 45.8333%;
        *width: 45.8023%;
    }

    .pure-u-xs-1-2,
    .pure-u-xs-12-24 {
        width: 50%;
        *width: 49.9690%;
    }

    .pure-u-xs-13-24 {
        width: 54.1667%;
        *width: 54.1357%;
    }

    .pure-u-xs-7-12,
    .pure-u-xs-14-24 {
        width: 58.3333%;
        *width: 58.3023%;
    }

    .pure-u-xs-3-5 {
        width: 60%;
        *width: 59.9690%;
    }

    .pure-u-xs-5-8,
    .pure-u-xs-15-24 {
        width: 62.5000%;
        *width: 62.4690%;
    }

    .pure-u-xs-2-3,
    .pure-u-xs-16-24 {
        width: 66.6667%;
        *width: 66.6357%;
    }

    .pure-u-xs-17-24 {
        width: 70.8333%;
        *width: 70.8023%;
    }

    .pure-u-xs-3-4,
    .pure-u-xs-18-24 {
        width: 75%;
        *width: 74.9690%;
    }

    .pure-u-xs-19-24 {
        width: 79.1667%;
        *width: 79.1357%;
    }

    .pure-u-xs-4-5 {
        width: 80%;
        *width: 79.9690%;
    }

    .pure-u-xs-5-6,
    .pure-u-xs-20-24 {
        width: 83.3333%;
        *width: 83.3023%;
    }

    .pure-u-xs-7-8,
    .pure-u-xs-21-24 {
        width: 87.5000%;
        *width: 87.4690%;
    }

    .pure-u-xs-11-12,
    .pure-u-xs-22-24 {
        width: 91.6667%;
        *width: 91.6357%;
    }

    .pure-u-xs-23-24 {
        width: 95.8333%;
        *width: 95.8023%;
    }

    .pure-u-xs-1,
    .pure-u-xs-1-1,
    .pure-u-xs-5-5,
    .pure-u-xs-24-24 {
        width: 100%;
    }
}

@media screen and (min-width: 48em) {
    .pure-u-sm-1,
    .pure-u-sm-1-1,
    .pure-u-sm-1-2,
    .pure-u-sm-1-3,
    .pure-u-sm-2-3,
    .pure-u-sm-1-4,
    .pure-u-sm-3-4,
    .pure-u-sm-1-5,
    .pure-u-sm-2-5,
    .pure-u-sm-3-5,
    .pure-u-sm-4-5,
    .pure-u-sm-5-5,
    .pure-u-sm-1-6,
    .pure-u-sm-5-6,
    .pure-u-sm-1-8,
    .pure-u-sm-3-8,
    .pure-u-sm-5-8,
    .pure-u-sm-7-8,
    .pure-u-sm-1-12,
    .pure-u-sm-5-12,
    .pure-u-sm-7-12,
    .pure-u-sm-11-12,
    .pure-u-sm-1-24,
    .pure-u-sm-2-24,
    .pure-u-sm-3-24,
    .pure-u-sm-4-24,
    .pure-u-sm-5-24,
    .pure-u-sm-6-24,
    .pure-u-sm-7-24,
    .pure-u-sm-8-24,
    .pure-u-sm-9-24,
    .pure-u-sm-10-24,
    .pure-u-sm-11-24,
    .pure-u-sm-12-24,
    .pure-u-sm-13-24,
    .pure-u-sm-14-24,
    .pure-u-sm-15-24,
    .pure-u-sm-16-24,
    .pure-u-sm-17-24,
    .pure-u-sm-18-24,
    .pure-u-sm-19-24,
    .pure-u-sm-20-24,
    .pure-u-sm-21-24,
    .pure-u-sm-22-24,
    .pure-u-sm-23-24,
    .pure-u-sm-24-24 {
        display: inline-block;
        *display: inline;
        zoom: 1;
        letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
        text-rendering: auto;
    }

    .pure-u-sm-1-24 {
        width: 4.1667%;
        *width: 4.1357%;
    }

    .pure-u-sm-1-12,
    .pure-u-sm-2-24 {
        width: 8.3333%;
        *width: 8.3023%;
    }

    .pure-u-sm-1-8,
    .pure-u-sm-3-24 {
        width: 12.5000%;
        *width: 12.4690%;
    }

    .pure-u-sm-1-6,
    .pure-u-sm-4-24 {
        width: 16.6667%;
        *width: 16.6357%;
    }

    .pure-u-sm-1-5 {
        width: 20%;
        *width: 19.9690%;
    }

    .pure-u-sm-5-24 {
        width: 20.8333%;
        *width: 20.8023%;
    }

    .pure-u-sm-1-4,
    .pure-u-sm-6-24 {
        width: 25%;
        *width: 24.9690%;
    }

    .pure-u-sm-7-24 {
        width: 29.1667%;
        *width: 29.1357%;
    }

    .pure-u-sm-1-3,
    .pure-u-sm-8-24 {
        width: 33.3333%;
        *width: 33.3023%;
    }

    .pure-u-sm-3-8,
    .pure-u-sm-9-24 {
        width: 37.5000%;
        *width: 37.4690%;
    }

    .pure-u-sm-2-5 {
        width: 40%;
        *width: 39.9690%;
    }

    .pure-u-sm-5-12,
    .pure-u-sm-10-24 {
        width: 41.6667%;
        *width: 41.6357%;
    }

    .pure-u-sm-11-24 {
        width: 45.8333%;
        *width: 45.8023%;
    }

    .pure-u-sm-1-2,
    .pure-u-sm-12-24 {
        width: 50%;
        *width: 49.9690%;
    }

    .pure-u-sm-13-24 {
        width: 54.1667%;
        *width: 54.1357%;
    }

    .pure-u-sm-7-12,
    .pure-u-sm-14-24 {
        width: 58.3333%;
        *width: 58.3023%;
    }

    .pure-u-sm-3-5 {
        width: 60%;
        *width: 59.9690%;
    }

    .pure-u-sm-5-8,
    .pure-u-sm-15-24 {
        width: 62.5000%;
        *width: 62.4690%;
    }

    .pure-u-sm-2-3,
    .pure-u-sm-16-24 {
        width: 66.6667%;
        *width: 66.6357%;
    }

    .pure-u-sm-17-24 {
        width: 70.8333%;
        *width: 70.8023%;
    }

    .pure-u-sm-3-4,
    .pure-u-sm-18-24 {
        width: 75%;
        *width: 74.9690%;
    }

    .pure-u-sm-19-24 {
        width: 79.1667%;
        *width: 79.1357%;
    }

    .pure-u-sm-4-5 {
        width: 80%;
        *width: 79.9690%;
    }

    .pure-u-sm-5-6,
    .pure-u-sm-20-24 {
        width: 83.3333%;
        *width: 83.3023%;
    }

    .pure-u-sm-7-8,
    .pure-u-sm-21-24 {
        width: 87.5000%;
        *width: 87.4690%;
    }

    .pure-u-sm-11-12,
    .pure-u-sm-22-24 {
        width: 91.6667%;
        *width: 91.6357%;
    }

    .pure-u-sm-23-24 {
        width: 95.8333%;
        *width: 95.8023%;
    }

    .pure-u-sm-1,
    .pure-u-sm-1-1,
    .pure-u-sm-5-5,
    .pure-u-sm-24-24 {
        width: 100%;
    }
}

@media screen and (min-width: 62em) {
    .pure-u-md-1,
    .pure-u-md-1-1,
    .pure-u-md-1-2,
    .pure-u-md-1-3,
    .pure-u-md-2-3,
    .pure-u-md-1-4,
    .pure-u-md-3-4,
    .pure-u-md-1-5,
    .pure-u-md-2-5,
    .pure-u-md-3-5,
    .pure-u-md-4-5,
    .pure-u-md-5-5,
    .pure-u-md-1-6,
    .pure-u-md-5-6,
    .pure-u-md-1-8,
    .pure-u-md-3-8,
    .pure-u-md-5-8,
    .pure-u-md-7-8,
    .pure-u-md-1-12,
    .pure-u-md-5-12,
    .pure-u-md-7-12,
    .pure-u-md-11-12,
    .pure-u-md-1-24,
    .pure-u-md-2-24,
    .pure-u-md-3-24,
    .pure-u-md-4-24,
    .pure-u-md-5-24,
    .pure-u-md-6-24,
    .pure-u-md-7-24,
    .pure-u-md-8-24,
    .pure-u-md-9-24,
    .pure-u-md-10-24,
    .pure-u-md-11-24,
    .pure-u-md-12-24,
    .pure-u-md-13-24,
    .pure-u-md-14-24,
    .pure-u-md-15-24,
    .pure-u-md-16-24,
    .pure-u-md-17-24,
    .pure-u-md-18-24,
    .pure-u-md-19-24,
    .pure-u-md-20-24,
    .pure-u-md-21-24,
    .pure-u-md-22-24,
    .pure-u-md-23-24,
    .pure-u-md-24-24 {
        display: inline-block;
        *display: inline;
        zoom: 1;
        letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
        text-rendering: auto;
    }

    .pure-u-md-1-24 {
        width: 4.1667%;
        *width: 4.1357%;
    }

    .pure-u-md-1-12,
    .pure-u-md-2-24 {
        width: 8.3333%;
        *width: 8.3023%;
    }

    .pure-u-md-1-8,
    .pure-u-md-3-24 {
        width: 12.5000%;
        *width: 12.4690%;
    }

    .pure-u-md-1-6,
    .pure-u-md-4-24 {
        width: 16.6667%;
        *width: 16.6357%;
    }

    .pure-u-md-1-5 {
        width: 20%;
        *width: 19.9690%;
    }

    .pure-u-md-5-24 {
        width: 20.8333%;
        *width: 20.8023%;
    }

    .pure-u-md-1-4,
    .pure-u-md-6-24 {
        width: 25%;
        *width: 24.9690%;
    }

    .pure-u-md-7-24 {
        width: 29.1667%;
        *width: 29.1357%;
    }

    .pure-u-md-1-3,
    .pure-u-md-8-24 {
        width: 33.3333%;
        *width: 33.3023%;
    }

    .pure-u-md-3-8,
    .pure-u-md-9-24 {
        width: 37.5000%;
        *width: 37.4690%;
    }

    .pure-u-md-2-5 {
        width: 40%;
        *width: 39.9690%;
    }

    .pure-u-md-5-12,
    .pure-u-md-10-24 {
        width: 41.6667%;
        *width: 41.6357%;
    }

    .pure-u-md-11-24 {
        width: 45.8333%;
        *width: 45.8023%;
    }

    .pure-u-md-1-2,
    .pure-u-md-12-24 {
        width: 50%;
        *width: 49.9690%;
    }

    .pure-u-md-13-24 {
        width: 54.1667%;
        *width: 54.1357%;
    }

    .pure-u-md-7-12,
    .pure-u-md-14-24 {
        width: 58.3333%;
        *width: 58.3023%;
    }

    .pure-u-md-3-5 {
        width: 60%;
        *width: 59.9690%;
    }

    .pure-u-md-5-8,
    .pure-u-md-15-24 {
        width: 62.5000%;
        *width: 62.4690%;
    }

    .pure-u-md-2-3,
    .pure-u-md-16-24 {
        width: 66.6667%;
        *width: 66.6357%;
    }

    .pure-u-md-17-24 {
        width: 70.8333%;
        *width: 70.8023%;
    }

    .pure-u-md-3-4,
    .pure-u-md-18-24 {
        width: 75%;
        *width: 74.9690%;
    }

    .pure-u-md-19-24 {
        width: 79.1667%;
        *width: 79.1357%;
    }

    .pure-u-md-4-5 {
        width: 80%;
        *width: 79.9690%;
    }

    .pure-u-md-5-6,
    .pure-u-md-20-24 {
        width: 83.3333%;
        *width: 83.3023%;
    }

    .pure-u-md-7-8,
    .pure-u-md-21-24 {
        width: 87.5000%;
        *width: 87.4690%;
    }

    .pure-u-md-11-12,
    .pure-u-md-22-24 {
        width: 91.6667%;
        *width: 91.6357%;
    }

    .pure-u-md-23-24 {
        width: 95.8333%;
        *width: 95.8023%;
    }

    .pure-u-md-1,
    .pure-u-md-1-1,
    .pure-u-md-5-5,
    .pure-u-md-24-24 {
        width: 100%;
    }
}

@media screen and (min-width: 75em) {
    .pure-u-lg-1,
    .pure-u-lg-1-1,
    .pure-u-lg-1-2,
    .pure-u-lg-1-3,
    .pure-u-lg-2-3,
    .pure-u-lg-1-4,
    .pure-u-lg-3-4,
    .pure-u-lg-1-5,
    .pure-u-lg-2-5,
    .pure-u-lg-3-5,
    .pure-u-lg-4-5,
    .pure-u-lg-5-5,
    .pure-u-lg-1-6,
    .pure-u-lg-5-6,
    .pure-u-lg-1-8,
    .pure-u-lg-3-8,
    .pure-u-lg-5-8,
    .pure-u-lg-7-8,
    .pure-u-lg-1-12,
    .pure-u-lg-5-12,
    .pure-u-lg-7-12,
    .pure-u-lg-11-12,
    .pure-u-lg-1-24,
    .pure-u-lg-2-24,
    .pure-u-lg-3-24,
    .pure-u-lg-4-24,
    .pure-u-lg-5-24,
    .pure-u-lg-6-24,
    .pure-u-lg-7-24,
    .pure-u-lg-8-24,
    .pure-u-lg-9-24,
    .pure-u-lg-10-24,
    .pure-u-lg-11-24,
    .pure-u-lg-12-24,
    .pure-u-lg-13-24,
    .pure-u-lg-14-24,
    .pure-u-lg-15-24,
    .pure-u-lg-16-24,
    .pure-u-lg-17-24,
    .pure-u-lg-18-24,
    .pure-u-lg-19-24,
    .pure-u-lg-20-24,
    .pure-u-lg-21-24,
    .pure-u-lg-22-24,
    .pure-u-lg-23-24,
    .pure-u-lg-24-24 {
        display: inline-block;
        *display: inline;
        zoom: 1;
        letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
        text-rendering: auto;
    }

    .pure-u-lg-1-24 {
        width: 4.1667%;
        *width: 4.1357%;
    }

    .pure-u-lg-1-12,
    .pure-u-lg-2-24 {
        width: 8.3333%;
        *width: 8.3023%;
    }

    .pure-u-lg-1-8,
    .pure-u-lg-3-24 {
        width: 12.5000%;
        *width: 12.4690%;
    }

    .pure-u-lg-1-6,
    .pure-u-lg-4-24 {
        width: 16.6667%;
        *width: 16.6357%;
    }

    .pure-u-lg-1-5 {
        width: 20%;
        *width: 19.9690%;
    }

    .pure-u-lg-5-24 {
        width: 20.8333%;
        *width: 20.8023%;
    }

    .pure-u-lg-1-4,
    .pure-u-lg-6-24 {
        width: 25%;
        *width: 24.9690%;
    }

    .pure-u-lg-7-24 {
        width: 29.1667%;
        *width: 29.1357%;
    }

    .pure-u-lg-1-3,
    .pure-u-lg-8-24 {
        width: 33.3333%;
        *width: 33.3023%;
    }

    .pure-u-lg-3-8,
    .pure-u-lg-9-24 {
        width: 37.5000%;
        *width: 37.4690%;
    }

    .pure-u-lg-2-5 {
        width: 40%;
        *width: 39.9690%;
    }

    .pure-u-lg-5-12,
    .pure-u-lg-10-24 {
        width: 41.6667%;
        *width: 41.6357%;
    }

    .pure-u-lg-11-24 {
        width: 45.8333%;
        *width: 45.8023%;
    }

    .pure-u-lg-1-2,
    .pure-u-lg-12-24 {
        width: 50%;
        *width: 49.9690%;
    }

    .pure-u-lg-13-24 {
        width: 54.1667%;
        *width: 54.1357%;
    }

    .pure-u-lg-7-12,
    .pure-u-lg-14-24 {
        width: 58.3333%;
        *width: 58.3023%;
    }

    .pure-u-lg-3-5 {
        width: 60%;
        *width: 59.9690%;
    }

    .pure-u-lg-5-8,
    .pure-u-lg-15-24 {
        width: 62.5000%;
        *width: 62.4690%;
    }

    .pure-u-lg-2-3,
    .pure-u-lg-16-24 {
        width: 66.6667%;
        *width: 66.6357%;
    }

    .pure-u-lg-17-24 {
        width: 70.8333%;
        *width: 70.8023%;
    }

    .pure-u-lg-3-4,
    .pure-u-lg-18-24 {
        width: 75%;
        *width: 74.9690%;
    }

    .pure-u-lg-19-24 {
        width: 79.1667%;
        *width: 79.1357%;
    }

    .pure-u-lg-4-5 {
        width: 80%;
        *width: 79.9690%;
    }

    .pure-u-lg-5-6,
    .pure-u-lg-20-24 {
        width: 83.3333%;
        *width: 83.3023%;
    }

    .pure-u-lg-7-8,
    .pure-u-lg-21-24 {
        width: 87.5000%;
        *width: 87.4690%;
    }

    .pure-u-lg-11-12,
    .pure-u-lg-22-24 {
        width: 91.6667%;
        *width: 91.6357%;
    }

    .pure-u-lg-23-24 {
        width: 95.8333%;
        *width: 95.8023%;
    }

    .pure-u-lg-1,
    .pure-u-lg-1-1,
    .pure-u-lg-5-5,
    .pure-u-lg-24-24 {
        width: 100%;
    }
}

.croppie-container {
    width: 100%;
    height: 100%;
}

.croppie-container .cr-image {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: 0 0;
    max-height: none;
    max-width: none;
}

.croppie-container .cr-boundary {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.croppie-container .cr-viewport {
    position: absolute;
    border: 2px solid #fff;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    box-shadow: 0 0 2000px 2000px rgba(0, 0, 0, 0.5);
    z-index: 0;
}

.croppie-container .cr-original-image {
    display: none;
}

.croppie-container .cr-vp-circle {
    border-radius: 50%;
}

.croppie-container .cr-overlay {
    z-index: 1;
    position: absolute;
    cursor: move;
}

.croppie-container .cr-slider-wrap {
    width: 75%;
    margin: 15px auto;
    text-align: center;
}

.croppie-result {
    position: relative;
    overflow: hidden;
}

.croppie-result img {
    position: absolute;
}

.croppie-container .cr-image,
.croppie-container .cr-overlay,
.croppie-container .cr-viewport {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

/*************************************/
/***** STYLING RANGE INPUT ***********/
/*************************************/
/*http://brennaobrien.com/blog/2014/05/style-input-type-range-in-every-browser.html */
/*************************************/

.cr-slider {
    -webkit-appearance: none;
/*removes default webkit styles*/
	/*border: 1px solid white; *//*fix for FF unable to apply focus style bug */
    width: 300px;
/*required for proper track sizing in FF*/
    max-width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: transparent;
}

.cr-slider::-webkit-slider-runnable-track {
    width: 100%;
    height: 3px;
    background: rgba(0, 0, 0, 0.5);
    border: 0;
    border-radius: 3px;
}

.cr-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #ddd;
    margin-top: -6px;
}

.cr-slider:focus {
    outline: none;
}
/*
.cr-slider:focus::-webkit-slider-runnable-track {
background: #ccc;
}
*/

.cr-slider::-moz-range-track {
    width: 100%;
    height: 3px;
    background: rgba(0, 0, 0, 0.5);
    border: 0;
    border-radius: 3px;
}

.cr-slider::-moz-range-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #ddd;
    margin-top: -6px;
}

/*hide the outline behind the border*/
.cr-slider:-moz-focusring {
    outline: 1px solid white;
    outline-offset: -1px;
}

.cr-slider::-ms-track {
    width: 100%;
    height: 5px;
    background: transparent;
/*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
	border-color: transparent;/*leave room for the larger thumb to overflow with a transparent border */
	border-width: 6px 0;
	color: transparent;/*remove default tick marks*/
}
.cr-slider::-ms-fill-lower {
	background: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
}
.cr-slider::-ms-fill-upper {
	background: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
}
.cr-slider::-ms-thumb {
	border: none;
	height: 16px;
	width: 16px;
	border-radius: 50%;
	background: #ddd;
	margin-top:1px;
}
.cr-slider:focus::-ms-fill-lower {
	background: rgba(0, 0, 0, 0.5);
}
.cr-slider:focus::-ms-fill-upper {
	background: rgba(0, 0, 0, 0.5);
}
/*******************************************/

/***********************************/
/* Rotation Tools */
/***********************************/
.cr-rotate-controls {
	position: absolute;
	bottom: 5px;
	left: 5px;
	z-index: 1;
}
.cr-rotate-controls button {
	border: 0;
	background: none;
}
.cr-rotate-controls i:before {
	display: inline-block;
	font-style: normal;
	font-weight: 900;
	font-size: 22px;
}
.cr-rotate-l i:before {
	content: '↺';
}
.cr-rotate-r i:before {
	content: '↻';
}

/*! angularjs-slider - v6.7.0 -  (c) Rafal Zajac <rzajac@gmail.com>, Valentin Hervieu <valentin@hervi.eu>, Jussi Saarivirta <jusasi@gmail.com>, Angelin Sirbu <angelin.sirbu@gmail.com> -  https://github.com/angular-slider/angularjs-slider -  2019-02-23 */
.rzslider{position:relative;display:inline-block;width:100%;height:4px;margin:35px 0 15px 0;vertical-align:middle;user-select:none}.rzslider.with-legend{margin-bottom:40px}.rzslider[disabled]{cursor:not-allowed}.rzslider[disabled] .rz-pointer{cursor:not-allowed;background-color:#d8e0f3}.rzslider[disabled] .rz-draggable{cursor:not-allowed}.rzslider[disabled] .rz-selection{background:#8b91a2}.rzslider[disabled] .rz-tick{cursor:not-allowed}.rzslider[disabled] .rz-tick.rz-selected{background:#8b91a2}.rzslider span{position:absolute;display:inline-block;white-space:nowrap}.rzslider .rz-base{width:100%;height:100%;padding:0}.rzslider .rz-bar-wrapper{left:0;z-index:1;width:100%;height:32px;padding-top:16px;margin-top:-16px;box-sizing:border-box}.rzslider .rz-draggable{cursor:move}.rzslider .rz-bar{left:0;z-index:1;width:100%;height:4px;background:#d8e0f3;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.rzslider .rz-bar-wrapper.rz-transparent .rz-bar{background:transparent}.rzslider .rz-bar-wrapper.rz-left-out-selection .rz-bar{background:#df002d}.rzslider .rz-bar-wrapper.rz-right-out-selection .rz-bar{background:#03a688}.rzslider .rz-selection{z-index:2;background:#0db9f0;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.rzslider .rz-restricted{z-index:3;background:#f00;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.rzslider .rz-pointer{top:-14px;z-index:3;width:32px;height:32px;cursor:pointer;background-color:#0db9f0;-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px}.rzslider .rz-pointer:after{position:absolute;top:12px;left:12px;width:8px;height:8px;background:#fff;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;content:''}.rzslider .rz-pointer:hover:after{background-color:#fff}.rzslider .rz-pointer.rz-active{z-index:4}.rzslider .rz-pointer.rz-active:after{background-color:#451aff}.rzslider .rz-bubble{bottom:16px;padding:1px 3px;color:#55637d;cursor:default}.rzslider .rz-bubble.rz-limit{color:#55637d}.rzslider .rz-ticks{position:absolute;top:-3px;left:0;z-index:1;width:100%;height:0;margin:0;list-style:none;box-sizing:border-box}.rzslider .rz-ticks-values-under .rz-tick-value{top:auto;bottom:-32px}.rzslider .rz-tick{position:absolute;top:0;left:0;width:10px;height:10px;margin-left:11px;text-align:center;cursor:pointer;background:#d8e0f3;border-radius:50%}.rzslider .rz-tick.rz-selected{background:#0db9f0}.rzslider .rz-tick-value{position:absolute;top:-30px;transform:translate(-50%,0)}.rzslider .rz-tick-legend{position:absolute;top:24px;max-width:50px;white-space:normal;transform:translate(-50%,0)}.rzslider.rz-vertical{position:relative;width:4px;height:100%;padding:0;margin:0 20px;vertical-align:baseline}.rzslider.rz-vertical .rz-base{width:100%;height:100%;padding:0}.rzslider.rz-vertical .rz-bar-wrapper{top:auto;left:0;width:32px;height:100%;padding:0 0 0 16px;margin:0 0 0 -16px}.rzslider.rz-vertical .rz-bar{bottom:0;left:auto;width:4px;height:100%}.rzslider.rz-vertical .rz-pointer{top:auto;bottom:0;left:-14px!important}.rzslider.rz-vertical .rz-bubble{bottom:0;left:16px!important;margin-left:3px}.rzslider.rz-vertical .rz-ticks{top:0;left:-3px;z-index:1;width:0;height:100%}.rzslider.rz-vertical .rz-tick{margin-top:11px;margin-left:auto;vertical-align:middle}.rzslider.rz-vertical .rz-tick-value{top:auto;left:24px;transform:translate(0,-28%)}.rzslider.rz-vertical .rz-tick-legend{top:auto;right:24px;max-width:none;white-space:nowrap;transform:translate(0,-28%)}.rzslider.rz-vertical .rz-ticks-values-under .rz-tick-value{right:24px;bottom:auto;left:auto}
div#cs-mobile-app {
  /* reset */
  /* Reset `button` and button-style `input` default styles */
  /* <base template> */
  /* </base template> */
  /* Navigation styles */
  /*======================================
  Selectric
======================================*/
  /* Navigation styles */
  /* Sidebar styles */ }
  #cs-mobile-app {
    position: relative; }
    #cs-mobile-app ui-view {
      display: block;
      width: 100%;
      height: inherit;
      background: #ffffff; }
  div#cs-mobile-app body {
    margin: 0;
    padding-bottom: 50px; }
    @media screen and (min-width: 62em) {
      div#cs-mobile-app body {
        padding-bottom: 0; } }
  div#cs-mobile-app html,
  div#cs-mobile-app body,
  div#cs-mobile-app button,
  div#cs-mobile-app input,
  div#cs-mobile-app select,
  div#cs-mobile-app textarea,
  div#cs-mobile-app .pure-g [class*="pure-u"] {
    font-family: muli, sans-serif;
    font-weight: 400;
    color: #2b2b2b; }
  body {
    -webkit-print-color-adjust: exact !important; }
    body.modal-open {
      position: fixed;
      overflow: hidden;
      width: 100%; }
    @media screen and (max-width: 61.99em) {
      body.popover-open {
        position: fixed;
        overflow: hidden;
        width: 100%; } }
  #cs-mobile-app {
    background-image: url("/binaries/content/assets/behrdotcomrefresh/consumer/colorsmart/images/colorsmart-bg.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    width: 100%; }
    @media screen and (min-width: 62em) {
      #cs-mobile-app {
        padding-top: 100px; } }
    #cs-mobile-app.cs-is-loading::after {
      background-color: #fff;
      background-image: url("/binaries/content/assets/behrdotcomrefresh/consumer/colorsmart/images/loader.gif");
      background-position: center center;
      background-repeat: no-repeat;
      content: '';
      display: block;
      height: 100vh;
      margin: 0 auto;
      max-width: 1280px; }
    #cs-mobile-app.cs-is-loading > * {
      display: none !important; }
  div#cs-mobile-app a {
    color: #EF695F;
    font-family: muli, sans-serif; }
    div#cs-mobile-app a:active, div#cs-mobile-app a:focus, div#cs-mobile-app a:hover, div#cs-mobile-app a:visited {
      color: #EF695F; }
  div#cs-mobile-app p {
    margin-top: 1em;
    margin-bottom: 1em; }
  div#cs-mobile-app h1,
  div#cs-mobile-app h2,
  div#cs-mobile-app h3,
  div#cs-mobile-app h3,
  div#cs-mobile-app h4,
  div#cs-mobile-app h5,
  div#cs-mobile-app h6 {
    font-family: muli, sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.4;
    margin: 0; }
  div#cs-mobile-app h1 {
    font-size: 22px; }
  div#cs-mobile-app h2 {
    font-size: 20px;
    font-weight: bold; }
  div#cs-mobile-app h3 {
    font-size: 18px;
    padding-bottom: 1rem;
    margin-top: -.5rem; }
  div#cs-mobile-app h5 {
    font-size: 1em; }
  div#cs-mobile-app .text-white {
    color: #fff !important; }
  div#cs-mobile-app .text-black {
    color: #000 !important; }
  div#cs-mobile-app .text-grey {
    color: #767574 !important; }
  div#cs-mobile-app .text-center {
    text-align: center; }
  div#cs-mobile-app .text-dark-grey {
    color: #807c75; }
  div#cs-mobile-app .bg-white {
    background-color: #fff !important; }
  div#cs-mobile-app .bg-black {
    background-color: #000 !important; }
  div#cs-mobile-app .uppercase {
    text-transform: uppercase; }
  div#cs-mobile-app .text-right {
    text-align: right; }
  div#cs-mobile-app .text-left {
    text-align: left; }
  div#cs-mobile-app .text-capitalize {
    text-transform: capitalize; }
  div#cs-mobile-app .no-top-margin {
    margin-top: 0; }
  div#cs-mobile-app .margin-top-10 {
    margin-top: 10% !important; }
  div#cs-mobile-app .vertical-chevron {
    height: 0.55em; }
  div#cs-mobile-app .undo-icon,
  div#cs-mobile-app .redo-icon {
    height: 1em;
    width: 2em;
    vertical-align: middle;
    position: relative;
    top: -.15em;
    margin-right: .25em; }
  div#cs-mobile-app .pagination-dots {
    text-align: center; }
    div#cs-mobile-app .pagination-dots div {
      vertical-align: middle;
      display: inline-block;
      margin: 1.2%;
      border-radius: 50%;
      border: 1px #c5c2bf solid;
      text-align: center;
      width: 12px;
      padding-bottom: 10px; }
      div#cs-mobile-app .pagination-dots div.active {
        width: 12px;
        padding-bottom: 10px;
        background-color: #c5c2bf; }
  div#cs-mobile-app .icons-container > a {
    margin-top: 4px;
    padding-left: 20px;
    float: right; }
  div#cs-mobile-app .opacity-fade {
    -webkit-transition: 0.35s ease-in-out opacity;
    transition: 0.35s ease-in-out opacity; }
  div#cs-mobile-app .opacity-0 {
    opacity: 0; }
  div#cs-mobile-app .opacity-50 {
    opacity: 0.5; }
  .locale-cl .user-menu-button,
  .locale-mx .user-menu-button {
    display: none; }
  div#cs-mobile-app .cs-disclaimers {
    background: #eeedec;
    font-size: 12px;
    margin: 0 auto;
    max-width: 1280px;
    padding: 20px; }
    div#cs-mobile-app .cs-disclaimers p {
      font-weight: inherit;
      margin: 0;
      padding: 0; }
  div#cs-mobile-app .text-on-hr {
    border-top: 1px solid #999;
    line-height: 1;
    height: 0;
    margin: 10px 0 20px;
    text-align: center; }
    div#cs-mobile-app .text-on-hr span {
      background: #fff;
      display: inline-block;
      padding: 0 10px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
  div#cs-mobile-app .responsive-img {
    height: auto;
    width: 100%; }
  div#cs-mobile-app [ng\:cloak],
  div#cs-mobile-app [ng-cloak],
  div#cs-mobile-app [data-ng-cloak],
  div#cs-mobile-app [x-ng-cloak],
  div#cs-mobile-app .ng-cloak,
  div#cs-mobile-app .x-ng-cloak,
  div#cs-mobile-app .ng-hide {
    -webkit-transition: none !important;
    transition: none !important; }
  div#cs-mobile-app .icon {
    height: 1em;
    vertical-align: middle;
    width: 1em; }
  div#cs-mobile-app .icon-collection .icon {
    height: 4em;
    width: 4em; }
  div#cs-mobile-app icon[name="search_icon"] svg {
    fill: #fff; }
  div#cs-mobile-app [role="button"],
  div#cs-mobile-app input[type="submit"],
  div#cs-mobile-app input[type="reset"],
  div#cs-mobile-app input[type="button"],
  div#cs-mobile-app button {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  div#cs-mobile-app input[type="submit"],
  div#cs-mobile-app input[type="reset"],
  div#cs-mobile-app input[type="button"],
  div#cs-mobile-app button {
    background: none;
    border: 0;
    color: inherit;
    font: inherit;
    line-height: normal;
    overflow: visible;
    padding: 0;
    -webkit-appearance: button;
    /* for input */
    -webkit-user-select: none;
    /* for button */
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  div#cs-mobile-app input::-moz-focus-inner,
  div#cs-mobile-app button::-moz-focus-inner {
    border: 0;
    padding: 0; }
  div#cs-mobile-app button:focus {
    outline: none; }
  div#cs-mobile-app .btn {
    background-color: #c5c2bf;
    border: 1px solid #c5c2bf;
    border-radius: 9999px;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    margin-top: 5px;
    margin-bottom: 5px;
    min-width: 100px;
    padding: 12px 15px;
    text-align: center;
    text-transform: uppercase; }
    div#cs-mobile-app .btn.ng-enter, div#cs-mobile-app .btn.ng-leave {
      -webkit-transition: none !important;
      transition: none !important; }
    div#cs-mobile-app .btn:active, div#cs-mobile-app .btn:focus, div#cs-mobile-app .btn:hover {
      text-decoration: none !important;
      -webkit-transform: none;
              transform: none; }
    div#cs-mobile-app .btn:focus {
      outline: none !important; }
    div#cs-mobile-app .btn .icon {
      fill: #fff; }
    div#cs-mobile-app .btn small {
      font-weight: 900; }
  div#cs-mobile-app .btn-block {
    display: block;
    width: 100%; }
  div#cs-mobile-app .btn-facebook {
    background-color: #3b5998; }
  div#cs-mobile-app .btn-primary {
    background-color: #EF695F !important;
    border: 1px solid #EF695F !important;
    color: #fff !important; }
    div#cs-mobile-app .btn-primary .icon {
      fill: #fff; }
  div#cs-mobile-app .btn-outline-primary {
    background-color: transparent !important;
    border: 1px solid #EF695F !important;
    color: #EF695F !important; }
    div#cs-mobile-app .btn-outline-primary .icon {
      fill: #EF695F; }
  div#cs-mobile-app .btn-small {
    padding: 7px 20px;
    font-size: 12px;
    text-transform: uppercase; }
    @media (max-width: 350px) {
      div#cs-mobile-app .btn-small {
        padding-left: 4px;
        padding-right: 4px; } }
  div#cs-mobile-app .btn-natural {
    min-width: 0; }
    div#cs-mobile-app .btn-natural.icon-scale-up {
      padding: 0 4px; }
      div#cs-mobile-app .btn-natural.icon-scale-up icon {
        font-size: 36px;
        position: relative; }
        div#cs-mobile-app .btn-natural.icon-scale-up icon[name="minus"] {
          top: -3px; }
  div#cs-mobile-app .btn-close {
    background: none;
    border: none;
    line-height: 0;
    min-width: 0;
    padding: 13px 20px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0; }
    div#cs-mobile-app .btn-close:after {
      color: #000;
      content: '\2715';
      left: 50%;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  div#cs-mobile-app .btn-link {
    background: none;
    border: 0;
    display: inline-block;
    padding: 3px 10px;
    color: #EF695F; }
    div#cs-mobile-app .btn-link:active, div#cs-mobile-app .btn-link:focus, div#cs-mobile-app .btn-link:hover {
      color: #EF695F; }
    div#cs-mobile-app .btn-link:focus {
      outline: none; }
    div#cs-mobile-app .btn-link:hover {
      text-decoration: none; }
  div#cs-mobile-app .btn-badge,
  div#cs-mobile-app .btn-badge-right {
    position: relative;
    padding-left: 32px; }
    div#cs-mobile-app .btn-badge icon,
    div#cs-mobile-app .btn-badge-right icon {
      display: block;
      position: absolute;
      left: -1px;
      top: -1px;
      bottom: -1px;
      width: 40px;
      border-radius: 100%;
      border: 2px solid #fff; }
      div#cs-mobile-app .btn-badge icon .icon,
      div#cs-mobile-app .btn-badge-right icon .icon {
        display: block;
        height: 100%;
        padding: 20%;
        width: 100%; }
    div#cs-mobile-app .btn-badge.btn-outline-primary icon,
    div#cs-mobile-app .btn-badge-right.btn-outline-primary icon {
      border-color: transparent; }
    div#cs-mobile-app .btn-badge.btn-small icon,
    div#cs-mobile-app .btn-badge-right.btn-small icon {
      width: 28px; }
  div#cs-mobile-app .btn-badge-right {
    padding-left: 20px;
    padding-right: 32px; }
    div#cs-mobile-app .btn-badge-right icon {
      left: auto;
      right: -1px; }
  div#cs-mobile-app .side-by-side {
    padding-right: 6px; }
    div#cs-mobile-app .side-by-side + .side-by-side {
      padding-left: 6px; }
    div#cs-mobile-app .side-by-side:last-of-type {
      padding-right: 0px; }
  div#cs-mobile-app .iscrollable-container {
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden; }
    div#cs-mobile-app .iscrollable-container .iscrollable-container-content {
      white-space: nowrap;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      min-width: 101%;
      padding-right: 10%;
      display: inline-block; }
  div#cs-mobile-app .scrollable-container {
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    -webkit-perspective: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
    div#cs-mobile-app .scrollable-container::-webkit-scrollbar {
      -webkit-appearance: none;
      display: none;
      width: 0px;
      height: 0px;
      background: transparent; }
    div#cs-mobile-app .scrollable-container .scrollable-container-content {
      -webkit-perspective: 0;
      white-space: nowrap;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      min-width: 101%;
      display: inline-block; }
  div#cs-mobile-app ui-view {
    display: block; }
  div#cs-mobile-app .vertical-scroll {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    max-height: 100%;
    width: 100%; }
    div#cs-mobile-app .vertical-scroll::-webkit-scrollbar {
      -webkit-appearance: none;
      display: none;
      width: 0px;
      height: 0px;
      background: transparent; }
  div#cs-mobile-app .vertical-grow {
    width: 100%;
    -o-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  div#cs-mobile-app .full-expand {
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
    div#cs-mobile-app .full-expand::-webkit-scrollbar {
      -webkit-appearance: none;
      display: none;
      width: 0px;
      height: 0px;
      background: transparent; }
    div#cs-mobile-app .full-expand.padded-container {
      padding-top: 0;
      padding-bottom: 0; }
  div#cs-mobile-app .flex-fixed-size {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  div#cs-mobile-app .padded-container {
    padding: 10px; }
  div#cs-mobile-app .pure-g-reverse-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  div#cs-mobile-app .pure-g-reverse-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  div#cs-mobile-app .pure-u-1-7,
  div#cs-mobile-app .pure-u-1-9,
  div#cs-mobile-app .pure-u-1-10 {
    display: inline-block;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto; }
  div#cs-mobile-app .pure-u-1-7 {
    width: 14.2857%; }
  div#cs-mobile-app .pure-u-1-9 {
    width: 11.1111%; }
  div#cs-mobile-app .pure-u-1-10 {
    width: 10%; }
  @media screen and (min-width: 36em) {
    div#cs-mobile-app .pure-u-xs-1-7 {
      width: 14.2857%; }
    div#cs-mobile-app .pure-u-xs-1-9 {
      width: 11.1111%; }
    div#cs-mobile-app .pure-u-xs-1-10 {
      width: 10%; } }
  @media screen and (min-width: 48em) {
    div#cs-mobile-app .pure-u-sm-1-7 {
      width: 14.2857%; }
    div#cs-mobile-app .pure-u-sm-1-9 {
      width: 11.1111%; }
    div#cs-mobile-app .pure-u-sm-1-10 {
      width: 10%; } }
  @media screen and (min-width: 62em) {
    div#cs-mobile-app .pure-u-md-1-7 {
      width: 14.2857%; }
    div#cs-mobile-app .pure-u-md-1-9 {
      width: 11.1111%; }
    div#cs-mobile-app .pure-u-md-1-10 {
      width: 10%; } }
  @media screen and (min-width: 75em) {
    div#cs-mobile-app .pure-u-lg-1-7 {
      width: 14.2857%; }
    div#cs-mobile-app .pure-u-lg-1-9 {
      width: 11.1111%; }
    div#cs-mobile-app .pure-u-lg-1-10 {
      width: 10%; } }
  div#cs-mobile-app .g-1-2-padding > div:nth-child(odd) {
    padding-right: 5px; }
  div#cs-mobile-app .g-1-2-padding > div:nth-child(even) {
    padding-left: 5px; }
  @media screen and (min-width: 48em) {
    div#cs-mobile-app .g-md-no-padding > div:nth-child(odd) {
      padding-right: 0; }
    div#cs-mobile-app .g-md-no-padding > div:nth-child(even) {
      padding-left: 0; } }
  div#cs-mobile-app .container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0; }
  div#cs-mobile-app .center-items {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  div#cs-mobile-app .cs-container {
    background: #fff;
    max-width: 1280px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
    @media screen and (min-width: 62em) {
      div#cs-mobile-app .cs-container {
        min-height: 830px; } }
  div#cs-mobile-app .cs-sidebar {
    width: 200px;
    background: #ccc;
    display: none; }
    @media screen and (min-width: 62em) {
      div#cs-mobile-app .cs-sidebar {
        display: block; } }
  div#cs-mobile-app .cs-content {
    width: 100%; }
  @media screen and (min-width: 62em) {
    div#cs-mobile-app .cs-sidebar + .cs-content {
      width: calc(100% - 200px); } }
  div#cs-mobile-app .cs-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 20px; }
  div#cs-mobile-app .cs-media-object {
    padding-right: 10px; }
  div#cs-mobile-app .cs-media-body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    div#cs-mobile-app .cs-media-body:last-child {
      margin-bottom: 0; }
  div#cs-mobile-app .cs-media-reverse {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    div#cs-mobile-app .cs-media-reverse .cs-media-object {
      padding-left: 10px;
      padding-right: 0; }
  div#cs-mobile-app .cs-media-align-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  div#cs-mobile-app .cs-card {
    background-color: #fff;
    border: 1px solid #c5c2bf;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px; }
  div#cs-mobile-app .cs-card-visual:first-child {
    border-bottom: 1px solid #c5c2bf; }
  div#cs-mobile-app .cs-card-visual img {
    display: block;
    width: 100%; }
  div#cs-mobile-app .cs-card-body {
    padding: 20px; }
    div#cs-mobile-app .cs-card-body:first-child {
      border-bottom: 1px solid #c5c2bf; }
  div#cs-mobile-app .cs-badge {
    background-color: #eeedec;
    border: 1px solid #eeedec;
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    font-size: inherit;
    line-height: 0;
    padding: 5px; }
    div#cs-mobile-app .cs-badge svg {
      fill: #fff;
      height: 1em;
      width: 1em; }
  div#cs-mobile-app .cs-badge-primary {
    background-color: #EF695F;
    border-color: #EF695F; }
  div#cs-mobile-app .cs-badge-outline-primary {
    background: transparent;
    border-color: #EF695F;
    color: #EF695F; }
    div#cs-mobile-app .cs-badge-outline-primary svg {
      fill: #EF695F; }
  div#cs-mobile-app .one-coat {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 20px;
    opacity: 0.8;
    width: 20px; }
    div#cs-mobile-app .one-coat::after {
      content: '1';
      display: block; }
    div#cs-mobile-app .one-coat.one-coat-exterior {
      background-color: #000;
      color: #fff; }
    div#cs-mobile-app .one-coat.one-coat-interior {
      background-color: #fff;
      color: #000; }
    div#cs-mobile-app .one-coat.one-coat-interior-exterior {
      background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(50%, #ffffff), color-stop(50%, #000000), to(#000000));
      background: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #000000 50%, #000000 100%); }
      div#cs-mobile-app .one-coat.one-coat-interior-exterior::after {
        background: -webkit-gradient(linear, left bottom, left top, from(#ffffff), color-stop(50%, #ffffff), color-stop(50%, #0a0e0a), to(#000000));
        background: linear-gradient(to top, #ffffff 0%, #ffffff 50%, #0a0e0a 50%, #000000 100%);
        color: #eeedec;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
  div#cs-mobile-app .swatch {
    display: inline-block;
    overflow: hidden;
    position: relative;
    width: 76px; }
    div#cs-mobile-app .swatch.active {
      -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5));
              filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5)); }
      div#cs-mobile-app .swatch.active:after {
        border-left: 3px solid #fff;
        border-right: 3px solid #fff;
        content: '';
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 8%;
        height: 84%; }
    div#cs-mobile-app .swatch.responsive {
      width: 100%; }
    div#cs-mobile-app .swatch .quad {
      height: 63px;
      width: 73px; }
    div#cs-mobile-app .swatch .one-coat {
      bottom: 0;
      left: 0;
      margin: 0 auto;
      position: absolute;
      right: 0;
      z-index: 1; }
    div#cs-mobile-app .swatch > .inner {
      border: 3px solid transparent;
      border-radius: 50%;
      width: 200%;
      padding-bottom: 85%;
      padding-bottom: calc(85% - 6px);
      position: relative;
      left: -50%;
      overflow: hidden; }
      div#cs-mobile-app .swatch > .inner .color1,
      div#cs-mobile-app .swatch > .inner .color2,
      div#cs-mobile-app .swatch > .inner .color3,
      div#cs-mobile-app .swatch > .inner .color4 {
        position: absolute;
        z-index: 1; }
      div#cs-mobile-app .swatch > .inner .color1 {
        width: 55%;
        height: 66.6666666667%;
        left: 0;
        top: 0;
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff; }
      div#cs-mobile-app .swatch > .inner .color2 {
        width: 45%;
        height: 33.3333333333%;
        right: 0;
        top: 0;
        border-left: 1px solid #fff;
        border-bottom: 1px solid #fff; }
      div#cs-mobile-app .swatch > .inner .color3 {
        width: 45%;
        height: 33.3333333333%;
        right: 0;
        top: 33.3333333333%;
        border-left: 1px solid #fff;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff; }
      div#cs-mobile-app .swatch > .inner .color4 {
        bottom: 0;
        left: 0;
        width: 100%;
        height: 33.3333333333%;
        border-top: 1px solid #fff; }
    div#cs-mobile-app .swatch.active > .inner {
      border-color: #fff; }
    div#cs-mobile-app .swatch.swappable:after {
      content: none; }
      .swap-enabled div#cs-mobile-app .swatch.swappable:after {
        content: '';
        position: absolute;
        color: #fff;
        background: url("/binaries/content/assets/behrdotcomrefresh/consumer/colorsmart/images/circled_x.svg");
        bottom: 20%;
        right: 20%;
        top: 20%;
        left: 20%;
        text-align: center;
        vertical-align: top;
        line-height: 15px; }
  div#cs-mobile-app .swatch-add-color-container {
    padding: 5%; }
  div#cs-mobile-app .swatch-add-color {
    background-image: url("/binaries/content/assets/behrdotcomrefresh/consumer/colorsmart/images/plus_icon.svg");
    background-position: center center;
    background-size: 50%;
    background-repeat: no-repeat;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    display: block;
    line-height: 0;
    padding-bottom: 100%;
    position: relative;
    overflow: visible;
    width: 100%; }
    div#cs-mobile-app .swatch-add-color.active {
      background: none; }
    div#cs-mobile-app .swatch-add-color::after {
      content: ' ';
      border-radius: 20%;
      line-height: 0;
      border: 2px dashed #c5c2bf;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0; }
  div#cs-mobile-app chipset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%; }
    @media screen and (min-width: 62em) {
      div#cs-mobile-app chipset {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    div#cs-mobile-app chipset .color-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 20%; }
      @media screen and (min-width: 62em) {
        div#cs-mobile-app chipset .color-row {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          width: 100%; } }
    div#cs-mobile-app chipset color-chip {
      display: inline-block;
      padding: 5px;
      width: 100%; }
      @media screen and (min-width: 62em) {
        div#cs-mobile-app chipset color-chip {
          width: 12.5%; } }
      div#cs-mobile-app chipset color-chip .swatch {
        display: block; }
  div#cs-mobile-app .slick-slider {
    padding: 0;
    margin: 0 auto 20px; }
    @media screen and (min-width: 62em) {
      div#cs-mobile-app .slick-slider {
        padding-left: 30px;
        padding-right: 30px; } }
    div#cs-mobile-app .slick-slider.slick-dotted {
      margin-top: 35px;
      margin-bottom: 20px; }
  div#cs-mobile-app .slick-slide {
    padding: 0 5px; }
    div#cs-mobile-app .slick-slide img {
      width: 100%; }
  div#cs-mobile-app .slick-prev,
  div#cs-mobile-app .slick-next {
    background: #a19b9a;
    border-radius: 100%;
    display: none !important;
    font-size: 0; }
    @media screen and (min-width: 62em) {
      div#cs-mobile-app .slick-prev,
      div#cs-mobile-app .slick-next {
        display: block !important; } }
    div#cs-mobile-app .slick-prev:active, div#cs-mobile-app .slick-prev:focus, div#cs-mobile-app .slick-prev:hover,
    div#cs-mobile-app .slick-next:active,
    div#cs-mobile-app .slick-next:focus,
    div#cs-mobile-app .slick-next:hover {
      background: #a19b9a; }
    div#cs-mobile-app .slick-prev::before,
    div#cs-mobile-app .slick-next::before {
      content: "";
      display: none; }
    div#cs-mobile-app .slick-prev.slick-disabled,
    div#cs-mobile-app .slick-next.slick-disabled {
      display: none !important; }
    div#cs-mobile-app .slick-prev .icon,
    div#cs-mobile-app .slick-next .icon {
      height: 10px;
      width: 10px; }
  div#cs-mobile-app .slick-prev {
    left: 0; }
  div#cs-mobile-app .slick-next {
    right: 0; }
  div#cs-mobile-app .slick-dots {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    bottom: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    left: 0;
    padding: 10px 0;
    right: 0;
    top: auto;
    width: auto; }
    div#cs-mobile-app .slick-dots li {
      display: block;
      height: auto;
      width: auto; }
      div#cs-mobile-app .slick-dots li button {
        background-color: transparent;
        border: 2px solid #a19b9a;
        border-radius: 100%;
        color: transparent;
        font-size: 0;
        height: 15px;
        padding: 0;
        width: 15px; }
        div#cs-mobile-app .slick-dots li button:before {
          content: '';
          display: none !important; }
      div#cs-mobile-app .slick-dots li.slick-active button {
        background: #a19b9a; }
  div#cs-mobile-app page-header {
    display: block; }
  div#cs-mobile-app .cs-header-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    div#cs-mobile-app .cs-header-bottom.has-shadow {
      -webkit-box-shadow: inset 0 -15px 20px -10px rgba(0, 0, 0, 0.2);
              box-shadow: inset 0 -15px 20px -10px rgba(0, 0, 0, 0.2);
      margin-bottom: 20px; }
  div#cs-mobile-app .cs-header-search {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 0 10px;
    text-align: right; }
  @media (max-width: 350px) {
    .locale-cl mobile-visualizer-page .padded-container .pure-g, .locale-mx mobile-visualizer-page .padded-container .pure-g {
      font-size: 11px; } }
  .locale-cl mobile-visualizer-page .padded-container buy-button,
  .locale-cl mobile-visualizer-page .padded-container share-buttons, .locale-mx mobile-visualizer-page .padded-container buy-button,
  .locale-mx mobile-visualizer-page .padded-container share-buttons {
    /* Hide Buy Samples, Buy These Colors btns */
    display: none; }
  div#cs-mobile-app mobile-visualizer-page {
    height: inherit;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -o-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -o-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
    div#cs-mobile-app mobile-visualizer-page .visualizer-header {
      padding-bottom: 20px; }
      @media screen and (min-width: 62em) {
        div#cs-mobile-app mobile-visualizer-page .visualizer-header {
          padding-left: 16.6666666667%;
          padding-right: 25%; } }
      div#cs-mobile-app mobile-visualizer-page .visualizer-header h1 {
        display: inline-block; }
      div#cs-mobile-app mobile-visualizer-page .visualizer-header .btn-link {
        min-width: 0;
        padding: 0; }
      div#cs-mobile-app mobile-visualizer-page .visualizer-header .form-control {
        display: inline-block;
        width: 300px; }
    div#cs-mobile-app mobile-visualizer-page .palette-empty-overlay .palette-empty {
      position: relative;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      z-index: 1050; }
    div#cs-mobile-app mobile-visualizer-page .cs-visualizer {
      -webkit-box-shadow: 0px -5px 5px 0 rgba(0, 0, 0, 0.1);
              box-shadow: 0px -5px 5px 0 rgba(0, 0, 0, 0.1);
      padding: 20px 10px 40px;
      z-index: 1; }
      @media screen and (min-width: 62em) {
        div#cs-mobile-app mobile-visualizer-page .cs-visualizer {
          padding-left: 40px;
          padding-right: 0; } }
    div#cs-mobile-app mobile-visualizer-page .visualizer-container {
      position: relative;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      overflow: hidden; }
      div#cs-mobile-app mobile-visualizer-page .visualizer-container .visualizer-loading {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        opacity: 0.5;
        background-color: #fff;
        text-align: center;
        -webkit-transition: 250ms ease-in-out opacity;
        transition: 250ms ease-in-out opacity; }
        div#cs-mobile-app mobile-visualizer-page .visualizer-container .visualizer-loading.ng-hide-add {
          opacity: 0.5; }
          div#cs-mobile-app mobile-visualizer-page .visualizer-container .visualizer-loading.ng-hide-add.ng-hide-add-active {
            opacity: 0; }
        div#cs-mobile-app mobile-visualizer-page .visualizer-container .visualizer-loading img {
          margin-top: 30%;
          width: 40px;
          height: 40px; }
    div#cs-mobile-app mobile-visualizer-page .pyp-controls-container {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
      @media screen and (min-width: 62em) {
        div#cs-mobile-app mobile-visualizer-page .pyp-controls-container {
          padding: 0 20px 0 0;
          -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1; } }
      @media screen and (min-width: 75em) {
        div#cs-mobile-app mobile-visualizer-page .pyp-controls-container {
          padding-left: 20px; } }
    div#cs-mobile-app mobile-visualizer-page .visualizer-controls {
      margin-bottom: 20px;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      text-align: center; }
      @media screen and (min-width: 62em) {
        div#cs-mobile-app mobile-visualizer-page .visualizer-controls {
          margin-bottom: 0;
          padding-right: 20px;
          -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1; } }
      @media screen and (min-width: 75em) {
        div#cs-mobile-app mobile-visualizer-page .visualizer-controls {
          padding-left: 20px; } }
      div#cs-mobile-app mobile-visualizer-page .visualizer-controls .visualizer-btn {
        border-radius: 0;
        color: #ffffff;
        display: block;
        font-size: 10px;
        margin: 0;
        margin-bottom: 4px;
        min-width: 0;
        padding: 10px;
        width: 100%; }
      div#cs-mobile-app mobile-visualizer-page .visualizer-controls .undo {
        padding-right: 2px; }
      div#cs-mobile-app mobile-visualizer-page .visualizer-controls .redo {
        padding-left: 2px; }
      div#cs-mobile-app mobile-visualizer-page .visualizer-controls .clear-colors {
        padding-left: 4px; }
        @media screen and (min-width: 62em) {
          div#cs-mobile-app mobile-visualizer-page .visualizer-controls .clear-colors {
            margin-bottom: 200px;
            padding-left: 0; } }
      div#cs-mobile-app mobile-visualizer-page .visualizer-controls .magnify button {
        margin-left: 22px; }
      div#cs-mobile-app mobile-visualizer-page .visualizer-controls .help {
        cursor: pointer;
        height: 1.5em; }
      div#cs-mobile-app mobile-visualizer-page .visualizer-controls .undo-icon,
      div#cs-mobile-app mobile-visualizer-page .visualizer-controls .redo-icon,
      div#cs-mobile-app mobile-visualizer-page .visualizer-controls .clear-icon {
        display: block;
        margin: 0 auto; }
    div#cs-mobile-app mobile-visualizer-page .visualizer-scene {
      margin-bottom: 4px;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
      @media screen and (min-width: 62em) {
        div#cs-mobile-app mobile-visualizer-page .visualizer-scene {
          margin-bottom: 0;
          -webkit-box-ordinal-group: 3;
              -ms-flex-order: 2;
                  order: 2; } }
    div#cs-mobile-app mobile-visualizer-page .project-controls {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3;
      text-align: center; }
      @media screen and (min-width: 62em) {
        div#cs-mobile-app mobile-visualizer-page .project-controls {
          padding-left: 20px;
          padding-right: 20px;
          -webkit-box-ordinal-group: 4;
              -ms-flex-order: 3;
                  order: 3; } }
      div#cs-mobile-app mobile-visualizer-page .project-controls .btn {
        margin-bottom: 10px;
        margin-top: 0; }
      @media screen and (min-width: 62em) {
        div#cs-mobile-app mobile-visualizer-page .project-controls .cs-change-room {
          margin-bottom: 100px; } }
      div#cs-mobile-app mobile-visualizer-page .project-controls .cs-buy {
        padding: 0; }
        @media screen and (min-width: 36em) {
          div#cs-mobile-app mobile-visualizer-page .project-controls .cs-buy {
            padding-left: 5px; } }
        @media screen and (min-width: 62em) {
          div#cs-mobile-app mobile-visualizer-page .project-controls .cs-buy {
            padding: 0; } }
      div#cs-mobile-app mobile-visualizer-page .project-controls .cs-store-locator {
        padding: 0; }
        @media screen and (min-width: 36em) {
          div#cs-mobile-app mobile-visualizer-page .project-controls .cs-store-locator {
            padding-right: 5px; } }
        @media screen and (min-width: 62em) {
          div#cs-mobile-app mobile-visualizer-page .project-controls .cs-store-locator {
            padding: 0; } }
  @media (max-width: 350px) {
    .locale-cl color-browser .modal-dialog .modal-content color-browser-navigation a, .locale-mx color-browser .modal-dialog .modal-content color-browser-navigation a {
      font-size: 12px; } }
  div#cs-mobile-app color-browser {
    width: 100%;
    margin-bottom: 20px;
    display: block;
    position: relative;
    overflow: hidden; }
    div#cs-mobile-app color-browser .modal.fade .modal-dialog {
      -webkit-transform: translateY(-150%);
              transform: translateY(-150%);
      top: 0; }
    div#cs-mobile-app color-browser .modal.show .modal-dialog {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      top: 4px; }
    div#cs-mobile-app color-browser .modal .modal-dialog {
      top: 0;
      margin: 0;
      width: 80vw; }
      div#cs-mobile-app color-browser .modal .modal-dialog .modal-content {
        text-align: left; }
        div#cs-mobile-app color-browser .modal .modal-dialog .modal-content nav a {
          text-align: left; }
        div#cs-mobile-app color-browser .modal .modal-dialog .modal-content nav .nested {
          position: relative;
          padding-left: 10vw;
          overflow-y: hidden;
          max-height: 1000px;
          -webkit-transition: 0.66s ease-in-out max-height;
          transition: 0.66s ease-in-out max-height; }
          div#cs-mobile-app color-browser .modal .modal-dialog .modal-content nav .nested.ng-hide-add, div#cs-mobile-app color-browser .modal .modal-dialog .modal-content nav .nested.ng-hide-remove {
            -webkit-transition: 0.66s ease-in-out max-height;
            transition: 0.66s ease-in-out max-height; }
          div#cs-mobile-app color-browser .modal .modal-dialog .modal-content nav .nested.ng-hide-add {
            max-height: 1000px; }
            div#cs-mobile-app color-browser .modal .modal-dialog .modal-content nav .nested.ng-hide-add.ng-hide-add-active {
              max-height: 0px; }
          div#cs-mobile-app color-browser .modal .modal-dialog .modal-content nav .nested.ng-hide-remove {
            max-height: 0px; }
            div#cs-mobile-app color-browser .modal .modal-dialog .modal-content nav .nested.ng-hide-remove.ng-hide-remove-active {
              max-height: 1000px; }
    @media (max-width: 350px) {
      div#cs-mobile-app color-browser .padded-container .pure-g {
        font-size: 12px; } }
    div#cs-mobile-app color-browser .color-browser {
      height: inherit;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      div#cs-mobile-app color-browser .color-browser .cool-curtain {
        position: absolute;
        z-index: 666;
        left: 0;
        top: 0;
        right: 0;
        background: #fff;
        height: 100%;
        opacity: 1;
        background-image: url("/binaries/content/assets/behrdotcomrefresh/consumer/colorsmart/images/loader.gif");
        background-position: center 30vh;
        background-repeat: no-repeat; }
        div#cs-mobile-app color-browser .color-browser .cool-curtain.animate-show-hide.ng-hide {
          opacity: 0; }
        div#cs-mobile-app color-browser .color-browser .cool-curtain.animate-show-hide.ng-hide-add {
          -webkit-transition: opacity linear 0.3s !important;
          transition: opacity linear 0.3s !important; }
      div#cs-mobile-app color-browser .color-browser h5 {
        padding-left: 5.2%; }
      div#cs-mobile-app color-browser .color-browser li.active {
        font-weight: bold; }
      div#cs-mobile-app color-browser .color-browser chipset .swatch.in-palette {
        -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5));
                filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5)); }
        div#cs-mobile-app color-browser .color-browser chipset .swatch.in-palette:after {
          border-left: 3px solid #fff;
          border-right: 3px solid #fff;
          content: '';
          display: block;
          position: absolute;
          left: 0;
          right: 0;
          top: 8%;
          height: 84%; }
        div#cs-mobile-app color-browser .color-browser chipset .swatch.in-palette > .inner {
          border-color: #fff; }
      div#cs-mobile-app color-browser .color-browser .one-click-mode chipset .swatch:after {
        content: ' ';
        background-image: url("/binaries/content/assets/behrdotcomrefresh/consumer/colorsmart/images/plus_icon.svg");
        background-size: 50%;
        background-position: center center;
        background-repeat: no-repeat;
        position: absolute;
        text-align: center;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0; }
      div#cs-mobile-app color-browser .color-browser .one-click-mode chipset .swatch.none:after, div#cs-mobile-app color-browser .color-browser .one-click-mode chipset .swatch.in-palette:after {
        background: none; }
      div#cs-mobile-app color-browser .color-browser > .animation-container {
        position: relative;
        overflow: hidden; }
        div#cs-mobile-app color-browser .color-browser > .animation-container > .browser-container {
          padding-bottom: 40px;
          width: 100%;
          z-index: 0;
          -webkit-transition: 0.25s ease-in-out -webkit-transform;
          -webkit-transition: 0.25s ease-in-out transform;
          transition: 0.25s ease-in-out transform; }
          div#cs-mobile-app color-browser .color-browser > .animation-container > .browser-container.ng-hide-add {
            position: absolute;
            top: 0;
            left: 0; }
          .color-browser .browser-container .vertical-scroll:last-child:after {
            content: ' ';
            height: 44px;
            display: block;
            width: 100%; }
          .browserPalette-half-open .color-browser .browser-container .vertical-scroll:last-child:after {
            content: ' ';
            height: 44px;
            padding-bottom: 16vw;
            -webkit-box-sizing: content-box;
                    box-sizing: content-box;
            display: block;
            width: 100%; }
      div#cs-mobile-app color-browser .color-browser .chipset-animation-area {
        position: relative;
        width: 100%;
        white-space: nowrap; }
  div#cs-mobile-app .nav-color-browser {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
    z-index: 100;
    /*
    These should be removed when we do a font and color story
  */
    color: #9e9a94; }
    div#cs-mobile-app .nav-color-browser ul {
      list-style-type: none;
      margin: 0;
      padding: 0; }
    div#cs-mobile-app .nav-color-browser .navlink {
      display: block;
      position: relative;
      padding: 15px 35px;
      text-align: center; }
    div#cs-mobile-app .nav-color-browser .open .navlink-list {
      display: block; }
    div#cs-mobile-app .nav-color-browser .nav-item {
      position: relative; }
    div#cs-mobile-app .nav-color-browser > .active > .navlink::after {
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 10px solid #9e9a94;
      clear: both;
      content: '';
      position: absolute;
      left: 50%;
      bottom: 0;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      width: 0;
      height: 0;
      z-index: 1; }
    div#cs-mobile-app .nav-color-browser > .active > .navlink-list > li:first-child {
      padding-top: 15px; }
    div#cs-mobile-app .nav-color-browser > li > .navlink-list {
      position: absolute;
      background: #fff;
      min-width: 200px;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    div#cs-mobile-app .nav-color-browser .navlink-list {
      border: 1px solid #9e9a94;
      display: none;
      z-index: 999; }
      div#cs-mobile-app .nav-color-browser .navlink-list .navlink {
        padding: 10px 20px; }
        div#cs-mobile-app .nav-color-browser .navlink-list .navlink:hover {
          background: #ccc; }
      div#cs-mobile-app .nav-color-browser .navlink-list .active > .navlink {
        background: #9e9a94;
        color: #fff; }
    div#cs-mobile-app .nav-color-browser .mobile li {
      border-top: #9e9a94 1px solid; }
    div#cs-mobile-app .nav-color-browser .mobile > .navlink-list li:first-child {
      border-top: none; }
    div#cs-mobile-app .nav-color-browser .mobile > .navlink-list {
      border-bottom-left-radius: 20px;
      border-bottom-right-radius: 20px; }
    div#cs-mobile-app .nav-color-browser .mobile .active .navlink-list {
      border: none;
      font-size: .85em;
      font-weight: normal; }
    div#cs-mobile-app .nav-color-browser .mobile .active > .navlink::after {
      content: '';
      position: absolute;
      left: 42%;
      top: 100%;
      width: 0;
      height: 0;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 10px solid #9e9a94;
      clear: both;
      z-index: 9999; }
    div#cs-mobile-app .nav-color-browser a {
      color: #9e9a94; }
      div#cs-mobile-app .nav-color-browser a:hover {
        text-decoration: none; }
  div#cs-mobile-app .pyp-btn {
    background: #9e9a94;
    color: #fff;
    font-size: 10px;
    line-height: 1;
    padding: .5em;
    position: relative;
    height: 4em;
    width: 4em;
    vertical-align: top; }
    @media screen and (min-width: 62em) {
      div#cs-mobile-app .pyp-btn {
        margin-bottom: 4px;
        padding: 1em;
        height: auto;
        width: 100%; } }
    div#cs-mobile-app .pyp-btn.help-btn {
      border-radius: 50%;
      height: 30px;
      width: 30px;
      padding: .25rem;
      background: #9e9a94;
      margin-top: .5rem; }
      div#cs-mobile-app .pyp-btn.help-btn icon {
        font-size: 8px; }
    div#cs-mobile-app .pyp-btn[disabled] {
      background: #9e9a94 !important;
      cursor: not-allowed !important;
      opacity: .8; }
    @media screen and (min-width: 62em) {
      div#cs-mobile-app .pyp-btn.undo img,
      div#cs-mobile-app .pyp-btn.undo svg {
        display: inline-block;
        height: .8em;
        margin-right: 5px;
        vertical-align: baseline;
        width: .8em; } }
    div#cs-mobile-app .pyp-btn img,
    div#cs-mobile-app .pyp-btn svg {
      display: block;
      height: 2em;
      margin: 0 auto;
      width: 2em; }
      div#cs-mobile-app .pyp-btn img.brush-1,
      div#cs-mobile-app .pyp-btn svg.brush-1 {
        height: 0.8em;
        margin: 0.6em auto;
        width: 0.8em; }
      div#cs-mobile-app .pyp-btn img.brush-2,
      div#cs-mobile-app .pyp-btn svg.brush-2 {
        height: 1em;
        margin: 0.5em auto;
        width: 1em; }
      div#cs-mobile-app .pyp-btn img.brush-3,
      div#cs-mobile-app .pyp-btn svg.brush-3 {
        height: 1.2em;
        margin: 0.4em auto;
        width: 1.2em; }
      div#cs-mobile-app .pyp-btn img.brush-4,
      div#cs-mobile-app .pyp-btn svg.brush-4 {
        height: 1.4em;
        margin: 0.3em auto;
        width: 1.4em; }
      div#cs-mobile-app .pyp-btn img.brush-5,
      div#cs-mobile-app .pyp-btn svg.brush-5 {
        height: 1.6em;
        margin: 0.2em auto;
        width: 1.6em; }
      div#cs-mobile-app .pyp-btn img.brush-6,
      div#cs-mobile-app .pyp-btn svg.brush-6 {
        height: 2em;
        margin: 0em auto;
        width: 2em; }
    div#cs-mobile-app .pyp-btn.active, div#cs-mobile-app .pyp-btn:hover {
      background: #807c75; }
    div#cs-mobile-app .pyp-btn.compare-btn {
      display: none; }
      @media screen and (min-width: 36em) {
        div#cs-mobile-app .pyp-btn.compare-btn {
          display: inline-block; } }
  div#cs-mobile-app .pyp-canvas {
    overflow: hidden;
    position: relative;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
    div#cs-mobile-app .pyp-canvas canvas,
    div#cs-mobile-app .pyp-canvas img,
    div#cs-mobile-app .pyp-canvas canvas-container {
      line-height: 0;
      display: block;
      height: auto;
      width: auto;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      display: block;
      -webkit-transform-origin: left top;
              transform-origin: left top; }
      div#cs-mobile-app .pyp-canvas canvas *,
      div#cs-mobile-app .pyp-canvas img *,
      div#cs-mobile-app .pyp-canvas canvas-container * {
        line-height: normal; }
    div#cs-mobile-app .pyp-canvas.bucket {
      cursor: url(/binaries/content/assets/behrdotcom/web/css/cma/vz/pyp/paintcan.cur), pointer;
      cursor: url(/binaries/content/assets/behrdotcom/web/css/cma/vz/pyp/paintcan.cur); }
    div#cs-mobile-app .pyp-canvas.brush-4, div#cs-mobile-app .pyp-canvas.eraser-4 {
      cursor: url(/binaries/content/assets/behrdotcom/web/css/cma/vz/pyp/cursor1.cur), pointer;
      cursor: url(/binaries/content/assets/behrdotcom/web/css/cma/vz/pyp/cursor1.cur); }
    div#cs-mobile-app .pyp-canvas.brush-6, div#cs-mobile-app .pyp-canvas.eraser-6 {
      cursor: url(/binaries/content/assets/behrdotcom/web/css/cma/vz/pyp/cursor2.cur), pointer;
      cursor: url(/binaries/content/assets/behrdotcom/web/css/cma/vz/pyp/cursor2.cur); }
    div#cs-mobile-app .pyp-canvas.brush-8, div#cs-mobile-app .pyp-canvas.eraser-8 {
      cursor: url(/binaries/content/assets/behrdotcom/web/css/cma/vz/pyp/cursor4.cur), pointer;
      cursor: url(/binaries/content/assets/behrdotcom/web/css/cma/vz/pyp/cursor4.cur); }
    div#cs-mobile-app .pyp-canvas.brush-12, div#cs-mobile-app .pyp-canvas.eraser-12 {
      cursor: url(/binaries/content/assets/behrdotcom/web/css/cma/vz/pyp/cursor8.cur), pointer;
      cursor: url(/binaries/content/assets/behrdotcom/web/css/cma/vz/pyp/cursor8.cur); }
    div#cs-mobile-app .pyp-canvas.brush-20, div#cs-mobile-app .pyp-canvas.eraser-20 {
      cursor: url(/binaries/content/assets/behrdotcom/web/css/cma/vz/pyp/cursor9.cur), pointer;
      cursor: url(/binaries/content/assets/behrdotcom/web/css/cma/vz/pyp/cursor9.cur); }
    div#cs-mobile-app .pyp-canvas.brush-28, div#cs-mobile-app .pyp-canvas.eraser-28 {
      cursor: url(/binaries/content/assets/behrdotcom/web/css/cma/vz/pyp/cursor10.cur), pointer;
      cursor: url(/binaries/content/assets/behrdotcom/web/css/cma/vz/pyp/cursor10.cur); }
    div#cs-mobile-app .pyp-canvas.masking {
      cursor: crosshair; }
  div#cs-mobile-app pyp {
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    display: block;
    width: 100%;
    position: relative; }
    div#cs-mobile-app pyp .panzoom {
      width: 706px;
      height: 508px;
      display: inline-block;
      vertical-align: baseline; }
    div#cs-mobile-app pyp .pypCanvas {
      overflow: hidden;
      position: relative;
      -webkit-backface-visibility: hidden;
      -webkit-perspective: 1000;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
      div#cs-mobile-app pyp .pypCanvas canvas,
      div#cs-mobile-app pyp .pypCanvas img,
      div#cs-mobile-app pyp .pypCanvas canvas-container {
        line-height: 0;
        display: block;
        height: auto;
        width: auto;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        display: block;
        -webkit-transform-origin: left top;
                transform-origin: left top; }
        div#cs-mobile-app pyp .pypCanvas canvas *,
        div#cs-mobile-app pyp .pypCanvas img *,
        div#cs-mobile-app pyp .pypCanvas canvas-container * {
          line-height: normal; }
    div#cs-mobile-app pyp #pypIsBusyOverlay {
      position: absolute;
      top: 0px;
      left: 0px;
      z-index: 99999;
      width: 100%;
      height: 100%;
      cursor: default;
      background: rgba(255, 255, 255, 0.7); }
      div#cs-mobile-app pyp #pypIsBusyOverlay,
      div#cs-mobile-app pyp #pypIsBusyOverlay * {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); }
      div#cs-mobile-app pyp #pypIsBusyOverlay .pypIsBusyOverlay-inner {
        width: 100%;
        padding-top: 40%; }
  div#cs-mobile-app pyp-controls {
    display: block;
    height: 100%; }
  div#cs-mobile-app .pyp-controls {
    position: relative;
    height: 100%;
    margin-bottom: 20px; }
    @media screen and (min-width: 62em) {
      div#cs-mobile-app .pyp-controls {
        margin-bottom: 0; } }
  div#cs-mobile-app .pyp-drawing-controls {
    display: inline-block; }
    @media screen and (min-width: 62em) {
      div#cs-mobile-app .pyp-drawing-controls {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        position: relative; } }
  div#cs-mobile-app .pyp-main-controls {
    display: inline-block;
    vertical-align: top; }
    @media screen and (min-width: 62em) {
      div#cs-mobile-app .pyp-main-controls {
        border-right: 2px solid #fff;
        display: block;
        width: 50%; } }
    div#cs-mobile-app .pyp-main-controls .pyp-btn:last-of-type {
      margin-bottom: 0; }
    div#cs-mobile-app .pyp-main-controls .pyp-btn.active::before {
      background-color: #807c75;
      content: '';
      display: block;
      position: absolute;
      bottom: 100%;
      left: 0;
      right: 0;
      top: auto;
      height: 4px;
      width: auto;
      z-index: 1; }
      @media screen and (min-width: 62em) {
        div#cs-mobile-app .pyp-main-controls .pyp-btn.active::before {
          bottom: 0;
          left: 100%;
          right: auto;
          top: 0;
          height: auto;
          width: 4px; } }
  div#cs-mobile-app .pyp-sub-controls {
    background-color: #807c75;
    position: absolute;
    bottom: calc(100% + 4px);
    left: 0;
    z-index: 1; }
    @media screen and (min-width: 62em) {
      div#cs-mobile-app .pyp-sub-controls {
        border-left: 2px solid #fff;
        min-height: 100%;
        position: static;
        width: 50%;
        z-index: 0; } }
    div#cs-mobile-app .pyp-sub-controls .pyp-btn {
      background-color: #807c75;
      margin: 0; }
      div#cs-mobile-app .pyp-sub-controls .pyp-btn.active, div#cs-mobile-app .pyp-sub-controls .pyp-btn:active, div#cs-mobile-app .pyp-sub-controls .pyp-btn:hover {
        background-color: #9e9a94; }
  div#cs-mobile-app pyp-tools-tolerance {
    display: block;
    height: 100%; }
  div#cs-mobile-app .pyp-tolerance {
    display: inline-block;
    padding: 3px 10px;
    width: 200px; }
    @media screen and (min-width: 62em) {
      div#cs-mobile-app .pyp-tolerance {
        display: block;
        height: 200px;
        padding: 10px;
        width: auto; } }
    div#cs-mobile-app .pyp-tolerance .rzslider {
      margin-top: 15px; }
      div#cs-mobile-app .pyp-tolerance .rzslider.rz-vertical {
        display: block;
        margin: 0 auto; }
      div#cs-mobile-app .pyp-tolerance .rzslider .rz-bar {
        background: #fff; }
      div#cs-mobile-app .pyp-tolerance .rzslider .rz-pointer {
        background-color: #EF695F;
        outline: none; }
        div#cs-mobile-app .pyp-tolerance .rzslider .rz-pointer.rz-active:after {
          background-color: #fff; }
      div#cs-mobile-app .pyp-tolerance .rzslider .rz-selection {
        background: #EF695F; }
      div#cs-mobile-app .pyp-tolerance .rzslider[disabled] .rz-pointer {
        background-color: #efecec; }
      div#cs-mobile-app .pyp-tolerance .rzslider[disabled] .rz-selection {
        background: #efecec; }
  div#cs-mobile-app .pyp-bottom-controls {
    display: inline-block;
    text-align: center; }
    @media screen and (min-width: 62em) {
      div#cs-mobile-app .pyp-bottom-controls {
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0; } }
  div#cs-mobile-app pyp-images .pyp-image-context {
    padding-top: 40px;
    text-align: center; }
  div#cs-mobile-app pyp-images .pyp-upload-button {
    width: 175px;
    border: 3px dashed #c5c2bf;
    height: 100px;
    display: inline-block;
    margin-top: 1.7%;
    margin-bottom: 2%;
    margin-left: 5px;
    margin-right: 5px;
    background-image: url("/binaries/content/assets/behrdotcomrefresh/consumer/colorsmart/images/plus_icon.svg");
    background-size: 20%;
    background-position: center center;
    background-repeat: no-repeat; }
    div#cs-mobile-app pyp-images .pyp-upload-button.smaller {
      vertical-align: top;
      width: 100px;
      height: 66px;
      margin-left: 22px; }
  div#cs-mobile-app pyp-images .room-thumb-wrapper {
    position: relative;
    display: inline-block; }
    div#cs-mobile-app pyp-images .room-thumb-wrapper:last-child {
      margin-right: 37px; }
  div#cs-mobile-app pyp-images img.room-thumb {
    width: 120px; }
  div#cs-mobile-app pyp-images .scrollable-container {
    text-align: center; }
  div#cs-mobile-app pyp-images .slide {
    margin-right: 5px;
    display: inline-block;
    width: 268px; }
  div#cs-mobile-app pyp-images img {
    max-width: 100%;
    display: block;
    height: auto !important;
    width: auto !important; }
  div#cs-mobile-app pyp-upload {
    width: 100%;
    height: inherit; }
    div#cs-mobile-app pyp-upload h1 {
      padding: 5px 10px;
      font-size: 26px;
      color: #000; }
    div#cs-mobile-app pyp-upload h2 {
      margin-top: 1em;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
    div#cs-mobile-app pyp-upload button {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
    div#cs-mobile-app pyp-upload img {
      width: 30px;
      height: 30px; }
      @media screen and (min-width: 48em) {
        div#cs-mobile-app pyp-upload img {
          width: 20px;
          height: 20px; } }
      @media screen and (min-width: 36em) {
        div#cs-mobile-app pyp-upload img {
          width: 20px;
          height: 20px; } }
    div#cs-mobile-app pyp-upload .loader {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      display: block !important; }
      div#cs-mobile-app pyp-upload .loader img {
        width: 64px;
        height: 64px; }
    div#cs-mobile-app pyp-upload .btn {
      padding: 17px 44px;
      font-weight: 800;
      margin-bottom: 20px; }
      @media screen and (min-width: 62em) {
        div#cs-mobile-app pyp-upload .btn {
          margin-bottom: 0; } }
    div#cs-mobile-app pyp-upload .success-icon {
      height: 20px;
      width: 20px; }
    div#cs-mobile-app pyp-upload .tools-icon {
      height: 40px;
      width: 40px; }
    div#cs-mobile-app pyp-upload .small-grey {
      font-size: 11px;
      margin: 0; }
    div#cs-mobile-app pyp-upload .heavy-grey {
      font-weight: 800;
      margin-top: 2em; }
    div#cs-mobile-app pyp-upload .terms-link {
      font-size: 11px;
      margin: 0;
      color: #EF695F;
      text-decoration: underline; }
    div#cs-mobile-app pyp-upload .scene-title {
      margin-top: 55px; }
    div#cs-mobile-app pyp-upload .success-text p {
      margin: 0; }
    div#cs-mobile-app pyp-upload .padding-bttm-15 {
      padding: 0 0 15px 0; }
    div#cs-mobile-app pyp-upload .centered {
      text-align: center; }
    div#cs-mobile-app pyp-upload .clear-marg-top {
      margin-top: 0; }
    div#cs-mobile-app pyp-upload .padding-left-35 {
      padding-left: 35px; }
    div#cs-mobile-app pyp-upload .pyp-upload-buttons {
      margin-top: 28px; }
    div#cs-mobile-app pyp-upload .zoom-in {
      position: absolute;
      border-radius: 100%;
      background-color: white;
      z-index: 1;
      width: 40px;
      height: 40px;
      top: 15px;
      right: 15px; }
    div#cs-mobile-app pyp-upload .zoom-out {
      position: absolute;
      border-radius: 100%;
      background-color: white;
      z-index: 1;
      width: 40px;
      height: 40px;
      bottom: 15px;
      right: 15px; }
    div#cs-mobile-app pyp-upload .click-rotate {
      position: absolute;
      border-radius: 100%;
      background-color: white;
      z-index: 1;
      width: 40px;
      height: 40px;
      bottom: 15px;
      left: 15px; }
    div#cs-mobile-app pyp-upload .position_photo_canvas {
      position: relative; }
    div#cs-mobile-app pyp-upload .tip {
      text-align: center;
      padding: 0 25px;
      font-size: 10px; }
    div#cs-mobile-app pyp-upload .rotate-p {
      padding: 15px 15px;
      text-align: center; }
    div#cs-mobile-app pyp-upload #fileToUpload {
      display: none; }
    div#cs-mobile-app pyp-upload .croppie-container .cr-slider-wrap {
      margin: 0; }
    div#cs-mobile-app pyp-upload #overlay_loading_pyp_project {
      display: none; }
    div#cs-mobile-app pyp-upload #overlay_loading_pyp_image {
      display: none; }
    div#cs-mobile-app pyp-upload .position_photo_container {
      /*
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    */
      margin-bottom: 24px; }
    div#cs-mobile-app pyp-upload .croppie-container {
      -webkit-transform-origin: left top;
      transform-origin: left top; }
    div#cs-mobile-app pyp-upload .position_photo_height_limiter {
      overflow: hidden;
      width: 100%;
      margin-bottom: 12px; }
    div#cs-mobile-app pyp-upload .upload_container p {
      padding-top: 174px;
      min-height: 263px;
      width: 100%;
      display: inline-block;
      position: relative;
      background: url("/binaries/content/assets/behrdotcomrefresh/consumer/colorsmart/images/plus_icon.svg") 50% 75px no-repeat;
      background-size: 59px 59px;
      border: 2px dashed #c5c2bf;
      color: #9e9a94;
      font-size: 16px;
      text-align: center; }
    div#cs-mobile-app pyp-upload .pyp_processing h5 {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
    div#cs-mobile-app pyp-upload .processing-bar-text {
      color: black;
      text-align: center;
      position: relative;
      top: 3px;
      font-size: 1em; }
      @media screen and (min-width: 62em) {
        div#cs-mobile-app pyp-upload .processing-bar-text {
          top: 68px;
          font-size: 1.4em; } }
    div#cs-mobile-app pyp-upload .pyp-pb {
      position: relative;
      background-color: #ffffff;
      opacity: 0.8;
      top: -205px;
      height: 121px; }
      @media screen and (min-width: 62em) {
        div#cs-mobile-app pyp-upload .pyp-pb {
          top: -340px;
          height: 215px; } }
    div#cs-mobile-app pyp-upload .processing-bar-cancel {
      position: relative;
      text-align: center;
      top: 2px;
      color: #ea5766; }
      @media screen and (min-width: 62em) {
        div#cs-mobile-app pyp-upload .processing-bar-cancel {
          top: 65px; } }
    div#cs-mobile-app pyp-upload .processing-bar {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      margin: 0 auto;
      border: 2px solid #c5c2bf;
      padding: 1px;
      position: relative;
      border-radius: 30px;
      width: 90%;
      top: 15px; }
      @media screen and (min-width: 62em) {
        div#cs-mobile-app pyp-upload .processing-bar {
          width: 70%;
          top: 75px; } }
      div#cs-mobile-app pyp-upload .processing-bar .processing-bar-inner {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        height: 25px;
        background-color: #ea5766;
        border-radius: 30px; }
  div#cs-mobile-app room-picker {
    margin-top: -20px;
    line-height: 0;
    display: block;
    height: auto;
    width: auto; }
    div#cs-mobile-app room-picker * {
      line-height: normal; }
    div#cs-mobile-app room-picker h2 {
      font-size: 24px; }
      div#cs-mobile-app room-picker h2 sup {
        font-size: .5em;
        top: -1em; }
    div#cs-mobile-app room-picker .room-picker-content {
      text-align: center; }
      @media screen and (min-width: 62em) {
        div#cs-mobile-app room-picker .room-picker-content {
          text-align: left; } }
      div#cs-mobile-app room-picker .room-picker-content .btn {
        min-width: 220px; }
        @media screen and (min-width: 62em) {
          div#cs-mobile-app room-picker .room-picker-content .btn {
            margin-top: 30px; } }
    div#cs-mobile-app room-picker .strike {
      display: block;
      overflow: hidden;
      text-align: center;
      white-space: nowrap; }
      div#cs-mobile-app room-picker .strike > span {
        position: relative;
        display: inline-block; }
        div#cs-mobile-app room-picker .strike > span::before, div#cs-mobile-app room-picker .strike > span::after {
          content: "";
          position: absolute;
          top: 50%;
          width: 9999px;
          height: 1px;
          background: #eeedec; }
        div#cs-mobile-app room-picker .strike > span::before {
          right: 100%;
          margin-right: 15px; }
        div#cs-mobile-app room-picker .strike > span::after {
          left: 100%;
          margin-left: 15px; }
    div#cs-mobile-app room-picker .cs-room-tabs {
      display: none; }
      @media screen and (min-width: 62em) {
        div#cs-mobile-app room-picker .cs-room-tabs {
          display: block; } }
      div#cs-mobile-app room-picker .cs-room-tabs .room-list {
        background-color: #f0eeef;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        margin: 0;
        padding: 0 60px;
        width: 100%; }
        div#cs-mobile-app room-picker .cs-room-tabs .room-list li {
          color: #000;
          font-weight: bold;
          border: none;
          background-color: #f0eeef;
          height: 70px;
          outline: none; }
          div#cs-mobile-app room-picker .cs-room-tabs .room-list li:hover {
            cursor: pointer; }
          div#cs-mobile-app room-picker .cs-room-tabs .room-list li.selected {
            background-color: #fff; }
      div#cs-mobile-app room-picker .cs-room-tabs .room-content-wrapper {
        padding: 40px 60px 0; }
      div#cs-mobile-app room-picker .cs-room-tabs .room-content {
        display: block;
        height: 0;
        overflow: hidden; }
        div#cs-mobile-app room-picker .cs-room-tabs .room-content.show {
          height: auto; }
    div#cs-mobile-app room-picker .cs-select-room {
      cursor: pointer; }
  div#cs-mobile-app #fileToUpload {
    display: none; }
  div#cs-mobile-app .cs-room-accordion {
    display: block;
    margin-bottom: 20px; }
    @media screen and (min-width: 62em) {
      div#cs-mobile-app .cs-room-accordion {
        display: none; } }
    div#cs-mobile-app .cs-room-accordion .collapse {
      display: block;
      height: 0;
      overflow: hidden; }
    div#cs-mobile-app .cs-room-accordion .collapse.show {
      height: auto; }
    div#cs-mobile-app .cs-room-accordion div .card {
      border: none;
      border-radius: 0px;
      -webkit-box-shadow: none;
              box-shadow: none; }
      div#cs-mobile-app .cs-room-accordion div .card + .card {
        margin-top: 2px; }
      div#cs-mobile-app .cs-room-accordion div .card > .card-header {
        border: none;
        background-color: #eeedec;
        text-align: center;
        padding: 10px 15px; }
        div#cs-mobile-app .cs-room-accordion div .card > .card-header h5 {
          font-weight: bold;
          font-size: 16px;
          padding: 15px; }
          div#cs-mobile-app .cs-room-accordion div .card > .card-header h5 a {
            color: #000;
            text-decoration: none !important;
            outline: none !important; }
      div#cs-mobile-app .cs-room-accordion div .card .card-body {
        border: none;
        padding: 0px 15px; }
        div#cs-mobile-app .cs-room-accordion div .card .card-body .slick-slide img {
          -webkit-box-shadow: 5px 3px 10px -5px rgba(0, 0, 0, 0.6);
                  box-shadow: 5px 3px 10px -5px rgba(0, 0, 0, 0.6); }
      div#cs-mobile-app .cs-room-accordion div .card.card-open .card-header {
        padding-bottom: 0px;
        background-color: transparent !important; }
        div#cs-mobile-app .cs-room-accordion div .card.card-open .card-header h5 {
          padding: 0px 5px; }
  .locale-cl browser-palette .content .padded-container buy-button, .locale-mx browser-palette .content .padded-container buy-button {
    /* Hide Buy Samples, Buy These Colors btns */
    display: none; }
  div#cs-mobile-app browser-palette .palette-item {
    margin-left: -10px;
    margin-right: -10px;
    position: relative;
    padding: 5px 20px 3px 10px; }
    div#cs-mobile-app browser-palette .palette-item.active {
      background-color: white;
      -webkit-box-shadow: -6px -3px 14px -3px rgba(0, 0, 0, 0.16);
              box-shadow: -6px -3px 14px -3px rgba(0, 0, 0, 0.16); }
      @media screen and (min-width: 62em) {
        div#cs-mobile-app browser-palette .palette-item.active {
          -webkit-transform: scale(1.05);
                  transform: scale(1.05); } }
    div#cs-mobile-app browser-palette .palette-item .btn-close {
      height: 20px;
      width: 20px; }
  div#cs-mobile-app browser-palette .ccname {
    font-size: 12px;
    padding-top: 2px;
    padding-left: 10px;
    font-weight: bold; }
    @media screen and (min-width: 62em) {
      div#cs-mobile-app browser-palette .ccname {
        padding-left: 6%; } }
  div#cs-mobile-app browser-palette .ccid {
    padding-left: 9px;
    font-size: 11px; }
    @media screen and (min-width: 62em) {
      div#cs-mobile-app browser-palette .ccid {
        padding-left: 6%; } }
  div#cs-mobile-app browser-palette .btnstb {
    display: none;
    text-align: center; }
  div#cs-mobile-app browser-palette .details-active {
    margin-left: auto;
    margin-right: auto; }
  div#cs-mobile-app browser-palette .active > .btnstb {
    display: block;
    text-align: center; }
  div#cs-mobile-app browser-palette .btn-small {
    padding: 5px 5px; }
  div#cs-mobile-app mobile-palette-drawer .mobile-palette-drawer {
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.1)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
    bottom: 44px;
    display: block;
    height: 80%;
    left: 0;
    overflow: hidden;
    position: fixed;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transition: 0.25s ease-in-out all;
    transition: 0.25s ease-in-out all;
    width: 100%;
    z-index: 1045; }
    div#cs-mobile-app mobile-palette-drawer .mobile-palette-drawer.empty {
      background-image: url("/binaries/content/assets/behrdotcomrefresh/consumer/colorsmart/images/colorsmart-bg.jpg");
      background-position: top right;
      -webkit-box-shadow: inset 0px -50px 100px -50px #fff;
              box-shadow: inset 0px -50px 100px -50px #fff; }
    div#cs-mobile-app mobile-palette-drawer .mobile-palette-drawer .content {
      max-height: 90%;
      max-height: calc(100% - 44px);
      overflow: auto;
      padding: 10px 30px; }
    div#cs-mobile-app mobile-palette-drawer .mobile-palette-drawer .empty-palette-msg {
      color: #fff;
      padding-top: 30px;
      text-align: center;
      text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; }
      div#cs-mobile-app mobile-palette-drawer .mobile-palette-drawer .empty-palette-msg * {
        color: inherit; }
      div#cs-mobile-app mobile-palette-drawer .mobile-palette-drawer .empty-palette-msg h3 {
        margin: 0; }
      div#cs-mobile-app mobile-palette-drawer .mobile-palette-drawer .empty-palette-msg p {
        margin: 0 0 40px; }
    div#cs-mobile-app mobile-palette-drawer .mobile-palette-drawer.open {
      -webkit-transform: translateY(44px);
      transform: translateY(44px); }
    div#cs-mobile-app mobile-palette-drawer .mobile-palette-drawer.hidden {
      bottom: 0px;
      display: block !important;
      -webkit-transform: translateY(100%);
      transform: translateY(100%); }
    @media print {
      div#cs-mobile-app mobile-palette-drawer .mobile-palette-drawer {
        display: none !important; }
        div#cs-mobile-app mobile-palette-drawer .mobile-palette-drawer.hidden {
          display: none !important; } }
    div#cs-mobile-app mobile-palette-drawer .mobile-palette-drawer .browser-palette-heading {
      background-color: #fff;
      border-top: 1px solid #c5c2bf;
      border-bottom: 1px solid #efecec;
      -webkit-box-shadow: inset 0 -5px 10px -5px rgba(0, 0, 0, 0.25);
              box-shadow: inset 0 -5px 10px -5px rgba(0, 0, 0, 0.25);
      cursor: pointer;
      font-size: 12px;
      padding: 1em;
      position: relative;
      text-align: center; }
      div#cs-mobile-app mobile-palette-drawer .mobile-palette-drawer .browser-palette-heading h2 {
        color: #2b2b2b;
        font-size: inherit;
        line-height: 1; }
      div#cs-mobile-app mobile-palette-drawer .mobile-palette-drawer .browser-palette-heading .paletteCounter {
        background: black;
        border-radius: 50%;
        color: white;
        display: inline-block;
        line-height: 1.5;
        margin-left: 1em;
        margin-right: -2.5em;
        text-align: center;
        width: 1.5em; }
      div#cs-mobile-app mobile-palette-drawer .mobile-palette-drawer .browser-palette-heading .drawer-icons {
        color: #000000;
        font-size: 8px;
        padding: 0 10px 0 0;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
      div#cs-mobile-app mobile-palette-drawer .mobile-palette-drawer .browser-palette-heading .open-drawer-icon::before {
        border-style: solid;
        border-width: 0 6.5px 10px 6.5px;
        border-color: transparent transparent #000000 transparent;
        content: '';
        display: block;
        height: 0;
        margin: 0 auto;
        width: 0; }
      div#cs-mobile-app mobile-palette-drawer .mobile-palette-drawer .browser-palette-heading .close-drawer-icon::before {
        border-style: solid;
        border-width: 10px 6.5px 0 6.5px;
        border-color: #000000 transparent transparent transparent;
        content: '';
        display: block;
        height: 0;
        margin: 0 auto;
        width: 0; }
    div#cs-mobile-app mobile-palette-drawer .mobile-palette-drawer .palette-full-message {
      -webkit-transform: translateY(100%);
      transform: translateY(100%);
      -webkit-transition: 0.3s ease-in-out -webkit-transform;
      -webkit-transition: 0.3s ease-in-out transform;
      transition: 0.3s ease-in-out transform;
      position: absolute;
      width: 100%;
      bottom: 100%;
      z-index: -20;
      background: #fff;
      text-align: center; }
      div#cs-mobile-app mobile-palette-drawer .mobile-palette-drawer .palette-full-message.open {
        -webkit-transform: translateY(0);
        transform: translateY(0); }
      div#cs-mobile-app mobile-palette-drawer .mobile-palette-drawer .palette-full-message .message-container {
        margin: 0 auto 10px auto;
        max-width: 260px; }
      div#cs-mobile-app mobile-palette-drawer .mobile-palette-drawer .palette-full-message p {
        text-transform: uppercase;
        text-align: left;
        margin: 0; }
      div#cs-mobile-app mobile-palette-drawer .mobile-palette-drawer .palette-full-message color-chip {
        float: left;
        padding: 0 10px 0 0; }
    div#cs-mobile-app mobile-palette-drawer .mobile-palette-drawer .btn-small {
      padding: 5px 5px 6px; }
  div#cs-mobile-app mobile-palette-drawer .palette-item {
    padding-top: 5px;
    padding-bottom: 3px;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: -30px;
    margin-right: -30px; }
    div#cs-mobile-app mobile-palette-drawer .palette-item.active {
      background: #F0F0F0;
      -webkit-box-shadow: none;
              box-shadow: none; }
  div#cs-mobile-app mobile-palette-drawer .palette-full {
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    color: #807c75; }
  div#cs-mobile-app mobile-palette-drawer .mobile-remove-div {
    display: none;
    padding-top: 2%; }
  div#cs-mobile-app mobile-palette-drawer .text-black {
    display: inline-block; }
  div#cs-mobile-app mobile-palette-drawer .active > .mobile-remove-div {
    display: inline-block;
    padding-top: 2%; }
  div#cs-mobile-app mobile-palette-drawer .remove-link {
    color: #EF695F;
    font-size: 10px; }
  div#cs-mobile-app family-collection-animator {
    line-height: 0;
    display: block;
    height: auto;
    width: auto; }
    div#cs-mobile-app family-collection-animator * {
      line-height: normal; }
    div#cs-mobile-app family-collection-animator .copy {
      -webkit-transition: 0.25s ease-in-out opacity;
      transition: 0.25s ease-in-out opacity;
      color: #707070;
      font-family: muli, sans-serif;
      font-size: 20px;
      font-weight: 400;
      line-height: 1.4;
      letter-spacing: -1px;
      white-space: normal;
      text-align: center;
      opacity: 0; }
    div#cs-mobile-app family-collection-animator .active .copy {
      opacity: 1; }
  div#cs-mobile-app family-collection {
    -webkit-backface-visibility: hidden;
    height: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -o-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -o-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
    div#cs-mobile-app family-collection h1 {
      font-weight: bold; }
    div#cs-mobile-app family-collection .family-btns {
      padding: 0 12px;
      margin-bottom: 20px; }
      @media screen and (min-width: 62em) {
        div#cs-mobile-app family-collection .family-btns {
          padding-left: 5px;
          padding-right: 5px; } }
    div#cs-mobile-app family-collection .family-btn {
      cursor: pointer;
      padding: 0 0.75%;
      position: relative; }
      @media screen and (min-width: 62em) {
        div#cs-mobile-app family-collection .family-btn {
          padding: 0; } }
      div#cs-mobile-app family-collection .family-btn:last-of-type .family-tab {
        border-right: 1px solid #c5c2bf; }
      div#cs-mobile-app family-collection .family-btn .swatch {
        display: block; }
    div#cs-mobile-app family-collection .family-tab {
      background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.2)));
      background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.2));
      border-left: 1px solid #c5c2bf;
      padding: 15px 5px 0px;
      text-align: center; }
      div#cs-mobile-app family-collection .family-tab .color-bar {
        height: 15px; }
      div#cs-mobile-app family-collection .family-tab.active {
        background-color: #fff;
        background-image: none;
        padding-bottom: 10px;
        padding-top: 20px; }
        div#cs-mobile-app family-collection .family-tab.active .color-bar {
          display: none; }
    div#cs-mobile-app family-collection .collection-title {
      color: #545352;
      display: none;
      font-size: 18px;
      margin-bottom: 20px;
      text-align: center; }
      @media screen and (min-width: 62em) {
        div#cs-mobile-app family-collection .collection-title {
          display: block; } }
    div#cs-mobile-app family-collection .collection-nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      margin-bottom: 20px;
      padding: 0 10px;
      position: relative; }
      @media screen and (min-width: 62em) {
        div#cs-mobile-app family-collection .collection-nav {
          padding: 0; } }
      div#cs-mobile-app family-collection .collection-nav .collection-prev,
      div#cs-mobile-app family-collection .collection-nav .collection-next {
        padding: 0;
        position: absolute;
        top: 0;
        z-index: 1; }
        @media screen and (min-width: 62em) {
          div#cs-mobile-app family-collection .collection-nav .collection-prev,
          div#cs-mobile-app family-collection .collection-nav .collection-next {
            padding-left: 20px;
            padding-right: 20px;
            position: static;
            width: 16.6666666667%; } }
      div#cs-mobile-app family-collection .collection-nav .collection-prev {
        left: 10px; }
      div#cs-mobile-app family-collection .collection-nav .collection-next {
        right: 10px; }
      div#cs-mobile-app family-collection .collection-nav .collection-page {
        width: 100%;
        z-index: 0; }
        @media screen and (min-width: 62em) {
          div#cs-mobile-app family-collection .collection-nav .collection-page {
            width: 66.6666666667%; } }
      div#cs-mobile-app family-collection .collection-nav.family-white .btn-family-cool {
        background: #e5e2e5;
        border-color: #e5e2e5; }
      div#cs-mobile-app family-collection .collection-nav.family-white .btn-family-warm {
        background: #e3dcda;
        border-color: #e3dcda; }
      div#cs-mobile-app family-collection .collection-nav.family-gray .btn-family-cool {
        background: #cfcbc6;
        border-color: #cfcbc6; }
      div#cs-mobile-app family-collection .collection-nav.family-gray .btn-family-warm {
        background: #524c50;
        border-color: #524c50; }
      div#cs-mobile-app family-collection .collection-nav.family-brown .btn-family-cool {
        background: #d0c6b0;
        border-color: #d0c6b0; }
      div#cs-mobile-app family-collection .collection-nav.family-brown .btn-family-warm {
        background: #4e4445;
        border-color: #4e4445; }
      div#cs-mobile-app family-collection .collection-nav .btn-family-red {
        background: #BC3940;
        border-color: #BC3940; }
      div#cs-mobile-app family-collection .collection-nav .btn-family-orange {
        background: #F68221;
        border-color: #F68221; }
      div#cs-mobile-app family-collection .collection-nav .btn-family-yellow {
        background: #FDD63C;
        border-color: #FDD63C; }
      div#cs-mobile-app family-collection .collection-nav .btn-family-green {
        background: #58A93E;
        border-color: #58A93E; }
      div#cs-mobile-app family-collection .collection-nav .btn-family-blue {
        background: #3497CD;
        border-color: #3497CD; }
      div#cs-mobile-app family-collection .collection-nav .btn-family-purple {
        background: #8977AB;
        border-color: #8977AB; }
      div#cs-mobile-app family-collection .collection-nav .btn-small {
        margin: 0;
        padding: 5px 6px; }
        @media screen and (min-width: 62em) {
          div#cs-mobile-app family-collection .collection-nav .btn-small {
            padding: 6px 20px 5px; } }
      div#cs-mobile-app family-collection .collection-nav .color-slider {
        height: 26px; }
        @media screen and (min-width: 62em) {
          div#cs-mobile-app family-collection .collection-nav .color-slider {
            height: 27px; } }
        div#cs-mobile-app family-collection .collection-nav .color-slider .rz-bar {
          border-radius: 9999px; }
          @media screen and (min-width: 62em) {
            div#cs-mobile-app family-collection .collection-nav .color-slider .rz-bar {
              border-radius: 0; } }
    div#cs-mobile-app family-collection .chipset-animation-area {
      -webkit-overflow-scrolling: initial; }
    div#cs-mobile-app family-collection .subgroup {
      width: 100%;
      text-align: left;
      display: none;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      -webkit-transition: 0.35s ease-in-out all;
      transition: 0.35s ease-in-out all;
      color: transparent; }
      @media screen and (min-width: 62em) {
        div#cs-mobile-app family-collection .subgroup {
          padding-left: 16.6666666667%;
          padding-right: 16.6666666667%; } }
      div#cs-mobile-app family-collection .subgroup chipset {
        position: relative;
        -webkit-transition: 0.35s ease-in-out all;
        transition: 0.35s ease-in-out all; }
      div#cs-mobile-app family-collection .subgroup.active {
        display: block;
        position: relative;
        z-index: 500; }
      div#cs-mobile-app family-collection .subgroup.left, div#cs-mobile-app family-collection .subgroup.very-left, div#cs-mobile-app family-collection .subgroup.right, div#cs-mobile-app family-collection .subgroup.very-right {
        display: block;
        top: 0;
        position: absolute;
        z-index: 501; }
      div#cs-mobile-app family-collection .subgroup.left chipset, div#cs-mobile-app family-collection .subgroup.very-left chipset {
        text-align: right;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%); }
      div#cs-mobile-app family-collection .subgroup.right chipset, div#cs-mobile-app family-collection .subgroup.very-right chipset {
        left: 0;
        text-align: left;
        -webkit-transform: translateX(0%);
        transform: translateX(0%); }
      div#cs-mobile-app family-collection .subgroup.left {
        -webkit-transform: translateY(0%) translateX(-100%);
        transform: translateY(0%) translateX(-100%); }
      div#cs-mobile-app family-collection .subgroup.very-left {
        -webkit-transform: translateY(0%) translateX(-200%);
        transform: translateY(0%) translateX(-200%); }
      div#cs-mobile-app family-collection .subgroup.right {
        -webkit-transform: translateY(0%) translateX(100%);
        transform: translateY(0%) translateX(100%); }
      div#cs-mobile-app family-collection .subgroup.very-right {
        -webkit-transform: translateY(0%) translateX(200%);
        transform: translateY(0%) translateX(200%); }
      div#cs-mobile-app family-collection .subgroup.ng-enter {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%); }
        div#cs-mobile-app family-collection .subgroup.ng-enter.left {
          -webkit-transform: translateY(100%) translateX(-100%);
          transform: translateY(100%) translateX(-100%); }
        div#cs-mobile-app family-collection .subgroup.ng-enter.very-left {
          -webkit-transform: translateY(100%) translateX(-200%);
          transform: translateY(100%) translateX(-200%); }
        div#cs-mobile-app family-collection .subgroup.ng-enter.right {
          -webkit-transform: translateY(100%) translateX(100%);
          transform: translateY(100%) translateX(100%); }
        div#cs-mobile-app family-collection .subgroup.ng-enter.very-right {
          -webkit-transform: translateY(100%) translateX(200%);
          transform: translateY(100%) translateX(200%); }
      div#cs-mobile-app family-collection .subgroup.ng-enter.ng-enter-active {
        opacity: 1;
        -webkit-transform: translateY(0%);
        transform: translateY(0%); }
        div#cs-mobile-app family-collection .subgroup.ng-enter.ng-enter-active.left {
          -webkit-transform: translateY(0%) translateX(-100%);
          transform: translateY(0%) translateX(-100%); }
        div#cs-mobile-app family-collection .subgroup.ng-enter.ng-enter-active.very-left {
          -webkit-transform: translateY(0%) translateX(-200%);
          transform: translateY(0%) translateX(-200%); }
        div#cs-mobile-app family-collection .subgroup.ng-enter.ng-enter-active.right {
          -webkit-transform: translateY(0%) translateX(100%);
          transform: translateY(0%) translateX(100%); }
        div#cs-mobile-app family-collection .subgroup.ng-enter.ng-enter-active.very-right {
          -webkit-transform: translateY(0%) translateX(200%);
          transform: translateY(0%) translateX(200%); }
      div#cs-mobile-app family-collection .subgroup.ng-leave {
        opacity: 1;
        -webkit-transform: translateY(0%);
        transform: translateY(0%); }
        div#cs-mobile-app family-collection .subgroup.ng-leave.left {
          -webkit-transform: translateY(0%) translateX(-100%);
          transform: translateY(0%) translateX(-100%); }
        div#cs-mobile-app family-collection .subgroup.ng-leave.very-left {
          -webkit-transform: translateY(0%) translateX(-200%);
          transform: translateY(0%) translateX(-200%); }
        div#cs-mobile-app family-collection .subgroup.ng-leave.right {
          -webkit-transform: translateY(0%) translateX(100%);
          transform: translateY(0%) translateX(100%); }
        div#cs-mobile-app family-collection .subgroup.ng-leave.very-right {
          -webkit-transform: translateY(0%) translateX(200%);
          transform: translateY(0%) translateX(200%); }
      div#cs-mobile-app family-collection .subgroup.ng-leave.ng-leave-active {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%); }
        div#cs-mobile-app family-collection .subgroup.ng-leave.ng-leave-active.left {
          -webkit-transform: translateY(100%) translateX(-100%);
          transform: translateY(100%) translateX(-100%); }
        div#cs-mobile-app family-collection .subgroup.ng-leave.ng-leave-active.very-left {
          -webkit-transform: translateY(100%) translateX(-200%);
          transform: translateY(100%) translateX(-200%); }
        div#cs-mobile-app family-collection .subgroup.ng-leave.ng-leave-active.right {
          -webkit-transform: translateY(100%) translateX(100%);
          transform: translateY(100%) translateX(100%); }
        div#cs-mobile-app family-collection .subgroup.ng-leave.ng-leave-active.very-right {
          -webkit-transform: translateY(100%) translateX(200%);
          transform: translateY(100%) translateX(200%); }
  div#cs-mobile-app category-collection {
    display: block; }
    div#cs-mobile-app category-collection nav a {
      display: block; }
    div#cs-mobile-app category-collection .title h1 {
      font-weight: bold;
      text-align: center;
      font-size: 20px;
      padding: 10px 0; }
      @media screen and (min-width: 62em) {
        div#cs-mobile-app category-collection .title h1 {
          font-size: 22px;
          padding: 20px 0; } }
    div#cs-mobile-app category-collection.marqueeCollection .title img {
      height: 16px;
      margin-right: 4px; }
      @media screen and (min-width: 62em) {
        div#cs-mobile-app category-collection.marqueeCollection .title img {
          height: 19px; } }
    @media screen and (min-width: 75em) {
      div#cs-mobile-app category-collection.marqueeCollection color-chip {
        width: 10%; } }
    div#cs-mobile-app category-collection .chipset-container {
      display: inline-block;
      width: 100%;
      -webkit-transition: 0.35s ease-in-out all;
      transition: 0.35s ease-in-out all; }
      @media screen and (min-width: 62em) {
        div#cs-mobile-app category-collection .chipset-container {
          padding-left: 10%;
          padding-right: 10%; } }
    div#cs-mobile-app category-collection mobile-line-chipset {
      display: inline-block;
      position: relative;
      left: 50%;
      width: 100%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      -webkit-transition: 0.35s ease-in-out all;
      transition: 0.35s ease-in-out all; }
      div#cs-mobile-app category-collection mobile-line-chipset.left, div#cs-mobile-app category-collection mobile-line-chipset.very-left {
        left: 100%;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%); }
      div#cs-mobile-app category-collection mobile-line-chipset.right, div#cs-mobile-app category-collection mobile-line-chipset.very-right {
        left: 0;
        -webkit-transform: translateX(0%);
        transform: translateX(0%); }
    div#cs-mobile-app category-collection .cc-navbar {
      overflow: auto;
      position: relative; }
      @media screen and (min-width: 62em) {
        div#cs-mobile-app category-collection .cc-navbar {
          overflow: hidden; } }
    div#cs-mobile-app category-collection .cc-tertiarynav {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      background: #fff -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(0, 0, 0, 0)), color-stop(80%, rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.2)));
      background: #fff linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.1) 80%, rgba(0, 0, 0, 0.2));
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      list-style: none;
      margin: 0;
      padding: 0; }
      @media screen and (min-width: 62em) {
        div#cs-mobile-app category-collection .cc-tertiarynav {
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
      div#cs-mobile-app category-collection .cc-tertiarynav > li {
        border: 0;
        border-left: 1px solid #fff;
        -o-border-image: linear-gradient(to bottom, #fff 30%, rgba(0, 0, 0, 0.1)) 1 100%;
           border-image: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #fff), to(rgba(0, 0, 0, 0.1))) 1 100%;
           border-image: linear-gradient(to bottom, #fff 30%, rgba(0, 0, 0, 0.1)) 1 100%;
        display: block;
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        list-style: none;
        margin: 0;
        padding: 0;
        width: 40%;
        cursor: pointer; }
        @media screen and (min-width: 62em) {
          div#cs-mobile-app category-collection .cc-tertiarynav > li {
            min-width: 80px;
            width: auto; } }
        div#cs-mobile-app category-collection .cc-tertiarynav > li:last-of-type {
          border-right: 1px solid #fff; }
        div#cs-mobile-app category-collection .cc-tertiarynav > li > a {
          padding: 15px;
          font-size: 10px;
          background: #fff -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(0, 0, 0, 0)), color-stop(80%, rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.2)));
          background: #fff linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.1) 80%, rgba(0, 0, 0, 0.2));
          border-radius: 0;
          color: #545352;
          display: block;
          font-size: 16px;
          line-height: 1;
          opacity: 1;
          outline: none;
          text-align: center;
          text-decoration: none;
          text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
          width: 100%; }
        div#cs-mobile-app category-collection .cc-tertiarynav > li.active > a {
          background-image: none; }
  @media screen and (min-width: 36em) {
    div#cs-mobile-app trends-collection-2020 .trends-2020 .color-collection {
      padding: 0 96px; } }
  @media screen and (min-width: 62em) {
    div#cs-mobile-app trends-collection-2020 .trends-2020 .color-collection {
      padding: 0 140px; } }
  div#cs-mobile-app trends-collection-2020 .trends-2020 .color-collection mobile-line-chipset chipset {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    div#cs-mobile-app trends-collection-2020 .trends-2020 .color-collection mobile-line-chipset chipset .color-row {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      width: 100%; }
      div#cs-mobile-app trends-collection-2020 .trends-2020 .color-collection mobile-line-chipset chipset .color-row color-chip .swatch {
        width: 57px; }
        div#cs-mobile-app trends-collection-2020 .trends-2020 .color-collection mobile-line-chipset chipset .color-row color-chip .swatch.none {
          width: 17px;
          z-index: -1; }
        @media screen and (min-width: 36em) {
          div#cs-mobile-app trends-collection-2020 .trends-2020 .color-collection mobile-line-chipset chipset .color-row color-chip .swatch {
            width: 100%; } }
      div#cs-mobile-app trends-collection-2020 .trends-2020 .color-collection mobile-line-chipset chipset .color-row color-chip.largeChip {
        position: relative; }
        div#cs-mobile-app trends-collection-2020 .trends-2020 .color-collection mobile-line-chipset chipset .color-row color-chip.largeChip .swatch {
          position: absolute;
          left: -27px;
          width: 846%; }
          @media screen and (min-width: 23.4375em) {
            div#cs-mobile-app trends-collection-2020 .trends-2020 .color-collection mobile-line-chipset chipset .color-row color-chip.largeChip .swatch {
              left: -24px;
              width: 338%; } }
          @media screen and (min-width: 23.4375em) and (max-height: 41.688em) and (-webkit-device-pixel-ratio: 2) {
            div#cs-mobile-app trends-collection-2020 .trends-2020 .color-collection mobile-line-chipset chipset .color-row color-chip.largeChip .swatch {
              left: -16px; } }
          @media screen and (min-width: 36em) {
            div#cs-mobile-app trends-collection-2020 .trends-2020 .color-collection mobile-line-chipset chipset .color-row color-chip.largeChip .swatch {
              left: -50%;
              width: 298%; } }
          @media screen and (orientation: portrait) and (min-width: 23.4375em) and (-webkit-device-pixel-ratio: 3) {
            div#cs-mobile-app trends-collection-2020 .trends-2020 .color-collection mobile-line-chipset chipset .color-row color-chip.largeChip .swatch {
              left: -16px; } }
  div#cs-mobile-app trends-collection-2020 .trends-2020 .color-of-year {
    position: relative;
    top: -88px; }
    @media screen and (min-width: 23.4375em) {
      div#cs-mobile-app trends-collection-2020 .trends-2020 .color-of-year {
        top: -67px; } }
    @media screen and (min-width: 36em) {
      div#cs-mobile-app trends-collection-2020 .trends-2020 .color-of-year {
        top: 0; } }
    div#cs-mobile-app trends-collection-2020 .trends-2020 .color-of-year h1 {
      font-size: 9px;
      font-weight: bold; }
      @media screen and (min-width: 36em) {
        div#cs-mobile-app trends-collection-2020 .trends-2020 .color-of-year h1 {
          font-size: 22px;
          font-weight: normal; } }
  div#cs-mobile-app color-popover .modal-backdrop {
    z-index: 9998; }
  div#cs-mobile-app color-popover .popover {
    background-color: #fff;
    border-radius: 0;
    left: 0;
    max-width: 100%;
    text-align: center;
    top: initial;
    width: 400px;
    z-index: 9999; }
    @media screen and (max-width: 61.99em) {
      div#cs-mobile-app color-popover .popover {
        position: fixed;
        top: 50% !important;
        left: 20px !important;
        bottom: auto !important;
        right: 20px !important;
        max-height: 100% !important;
        overflow-y: auto !important;
        -webkit-transform: translateY(-50%) !important;
                transform: translateY(-50%) !important;
        width: auto !important; }
        div#cs-mobile-app color-popover .popover .arrow {
          display: none; } }
    div#cs-mobile-app color-popover .popover.top-left .arrow, div#cs-mobile-app color-popover .popover.top-right .arrow, div#cs-mobile-app color-popover .popover.bottom-left .arrow, div#cs-mobile-app color-popover .popover.bottom-right .arrow, div#cs-mobile-app color-popover .popover.left-top .arrow, div#cs-mobile-app color-popover .popover.left-bottom .arrow, div#cs-mobile-app color-popover .popover.right-top .arrow, div#cs-mobile-app color-popover .popover.right-bottom .arrow {
      margin: 0; }
    div#cs-mobile-app color-popover .popover.small-height-screen {
      height: 90% !important; }
      div#cs-mobile-app color-popover .popover.small-height-screen .popover-inner {
        height: 100% !important;
        overflow: auto; }
    div#cs-mobile-app color-popover .popover.quad {
      width: 600px; }
      div#cs-mobile-app color-popover .popover.quad .palette-details {
        margin-bottom: 20px; }
      div#cs-mobile-app color-popover .popover.quad .swatch.quad {
        margin-bottom: 20px;
        width: 150px; }
        @media screen and (min-width: 62em) {
          div#cs-mobile-app color-popover .popover.quad .swatch.quad {
            margin-bottom: 0;
            width: 270px; } }
      div#cs-mobile-app color-popover .popover.quad .color-descriptions {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
        @media screen and (min-width: 36em) {
          div#cs-mobile-app color-popover .popover.quad .color-descriptions {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-direction: row;
                    flex-direction: row; } }
        @media screen and (min-width: 62em) {
          div#cs-mobile-app color-popover .popover.quad .color-descriptions {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            padding-left: 15px;
            padding-top: 10px; } }
        div#cs-mobile-app color-popover .popover.quad .color-descriptions color-description {
          padding: 0 5px;
          text-align: left;
          width: 250px; }
          @media screen and (min-width: 36em) {
            div#cs-mobile-app color-popover .popover.quad .color-descriptions color-description {
              width: 50%; } }
          @media screen and (min-width: 48em) {
            div#cs-mobile-app color-popover .popover.quad .color-descriptions color-description {
              width: 25%; } }
          @media screen and (min-width: 62em) {
            div#cs-mobile-app color-popover .popover.quad .color-descriptions color-description {
              width: 100%; } }
          div#cs-mobile-app color-popover .popover.quad .color-descriptions color-description .cs-media {
            margin-bottom: 0; }
            @media screen and (min-width: 48em) {
              div#cs-mobile-app color-popover .popover.quad .color-descriptions color-description .cs-media {
                padding-left: 20px; } }
            div#cs-mobile-app color-popover .popover.quad .color-descriptions color-description .cs-media .cs-media-object {
              padding-top: 10px; }
              div#cs-mobile-app color-popover .popover.quad .color-descriptions color-description .cs-media .cs-media-object .swatch {
                width: 40px; }
                @media screen and (min-width: 48em) {
                  div#cs-mobile-app color-popover .popover.quad .color-descriptions color-description .cs-media .cs-media-object .swatch {
                    width: 50px; } }
            div#cs-mobile-app color-popover .popover.quad .color-descriptions color-description .cs-media .cs-media-body {
              text-align: left; }
        div#cs-mobile-app color-popover .popover.quad .color-descriptions .swatch {
          display: block;
          width: 40px; }
          @media screen and (min-width: 48em) {
            div#cs-mobile-app color-popover .popover.quad .color-descriptions .swatch {
              width: 50px; } }
        div#cs-mobile-app color-popover .popover.quad .color-descriptions .cs-media {
          margin-bottom: 10px; }
    div#cs-mobile-app color-popover .popover .popover-content {
      padding: 40px 40px 20px; }
    div#cs-mobile-app color-popover .popover .btn,
    div#cs-mobile-app color-popover .popover .swatch {
      width: 220px; }
    div#cs-mobile-app color-popover .popover .remove-color .remove-color-info {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: 10px auto; }
    div#cs-mobile-app color-popover .popover .remove-color .swatch {
      width: 75px; }
    div#cs-mobile-app color-popover .popover .remove-color .remove-color-text {
      text-align: left;
      margin-left: 10px; }
  div#cs-mobile-app color-popover .color-controls {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media screen and (min-width: 36em) {
      div#cs-mobile-app color-popover .color-controls {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
    @media screen and (min-width: 62em) {
      div#cs-mobile-app color-popover .color-controls {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    @media screen and (min-width: 36em) {
      div#cs-mobile-app color-popover .color-controls .swatch-container {
        padding-right: 10px; } }
    @media screen and (min-width: 62em) {
      div#cs-mobile-app color-popover .color-controls .swatch-container {
        padding-right: 0; } }
    div#cs-mobile-app color-popover .color-controls .control-container {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media screen and (min-width: 36em) {
        div#cs-mobile-app color-popover .color-controls .control-container {
          padding-left: 10px; } }
      @media screen and (min-width: 62em) {
        div#cs-mobile-app color-popover .color-controls .control-container {
          padding-left: 0; } }
  .locale-cl color-details,
  .locale-mx color-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -o-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -o-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
    .locale-cl color-details .padded-container buy-button,
    .locale-cl color-details .padded-container button.btn.saveColor,
    .locale-mx color-details .padded-container buy-button,
    .locale-mx color-details .padded-container button.btn.saveColor {
      /* Hide Buy Samples, Buy These Colors, Save this color btns */
      display: none; }
  div#cs-mobile-app color-details {
    height: inherit;
    position: relative;
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -o-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -o-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
    div#cs-mobile-app color-details .color-details {
      -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
              box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
      margin-bottom: 20px;
      padding-bottom: 20px; }
    div#cs-mobile-app color-details h2,
    div#cs-mobile-app color-details h3 {
      color: #555;
      line-height: normal;
      text-align: center; }
    div#cs-mobile-app color-details h2 {
      text-transform: capitalize;
      font-weight: bold;
      padding-bottom: .5rem;
      margin-bottom: 0; }
    div#cs-mobile-app color-details h3 {
      font-size: 15px;
      margin-bottom: 12px; }
    div#cs-mobile-app color-details h5 {
      margin-left: 5%;
      margin-top: 10px;
      margin-bottom: 3px; }
    div#cs-mobile-app color-details button[disabled] {
      opacity: 0.5; }
    div#cs-mobile-app color-details .btn-close {
      top: auto; }
    div#cs-mobile-app color-details .color-name {
      padding-top: 20px; }
      @media screen and (min-width: 62em) {
        div#cs-mobile-app color-details .color-name {
          padding-top: 0; } }
    div#cs-mobile-app color-details .color-preview {
      margin: 2% -10px; }
    div#cs-mobile-app color-details .color-block {
      display: block;
      height: 100%;
      position: relative; }
      div#cs-mobile-app color-details .color-block color-chip {
        height: 100%; }
      div#cs-mobile-app color-details .color-block .swatch {
        height: 100%;
        padding-bottom: 0;
        width: 100%;
        border-radius: 0; }
        div#cs-mobile-app color-details .color-block .swatch .inner {
          border-radius: 0;
          padding-bottom: 0;
          height: 100%; }
        div#cs-mobile-app color-details .color-block .swatch .one-coat {
          bottom: auto;
          top: 5px; }
    div#cs-mobile-app color-details .visualizer {
      position: relative; }
      div#cs-mobile-app color-details .visualizer img {
        max-width: 100%; }
    div#cs-mobile-app color-details .color-controls {
      position: absolute;
      top: 20px;
      bottom: 20px;
      left: 20px;
      right: 20px;
      text-align: center; }
      div#cs-mobile-app color-details .color-controls .color-controls-top,
      div#cs-mobile-app color-details .color-controls .color-controls-bottom {
        left: 0;
        position: absolute;
        right: 0; }
      div#cs-mobile-app color-details .color-controls .color-controls-top {
        top: 0; }
      div#cs-mobile-app color-details .color-controls .color-controls-bottom {
        bottom: 0; }
      div#cs-mobile-app color-details .color-controls .btn {
        min-width: 150px;
        white-space: nowrap; }
    div#cs-mobile-app color-details .color-display {
      margin: 0 -10px; }
      div#cs-mobile-app color-details .color-display .iscrollable-container {
        padding-left: 5%; }
        div#cs-mobile-app color-details .color-display .iscrollable-container quad-chip {
          margin-right: 12px;
          width: 80px;
          height: 80px; }
        div#cs-mobile-app color-details .color-display .iscrollable-container luma-spectrum {
          display: inline-block;
          line-height: 0; }
        div#cs-mobile-app color-details .color-display .iscrollable-container color-chip {
          display: inline-block;
          line-height: 0;
          margin-right: 6px; }
    div#cs-mobile-app color-details .related-colors {
      padding: 10px 30px; }
      @media screen and (min-width: 62em) {
        div#cs-mobile-app color-details .related-colors {
          padding-left: 60px;
          padding-right: 40px; } }
    div#cs-mobile-app color-details .share-buttons {
      padding: 10px 0; }
      @media screen and (min-width: 62em) {
        div#cs-mobile-app color-details .share-buttons {
          padding-left: 10px;
          padding-right: 10px; } }
    div#cs-mobile-app color-details .purchase-controls {
      padding: 10px 0; }
      @media screen and (min-width: 62em) {
        div#cs-mobile-app color-details .purchase-controls {
          padding-left: 10px; } }
      @media screen and (min-width: 48em) {
        div#cs-mobile-app color-details .purchase-controls .buy-paint-btn {
          padding-left: 10px; } }
      @media screen and (min-width: 62em) {
        div#cs-mobile-app color-details .purchase-controls .buy-paint-btn {
          padding-left: 0; } }
      @media screen and (min-width: 48em) {
        div#cs-mobile-app color-details .purchase-controls .store-locator-btn {
          padding-right: 10px; } }
      @media screen and (min-width: 62em) {
        div#cs-mobile-app color-details .purchase-controls .store-locator-btn {
          padding-right: 0; } }
    div#cs-mobile-app color-details .color-data {
      color: #000;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-line-pack: center;
          align-content: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      list-style: none;
      margin: 20px 20px 0;
      padding: 0; }
      div#cs-mobile-app color-details .color-data .field {
        margin: 0 5px; }
        div#cs-mobile-app color-details .color-data .field.field-lrv {
          margin-right: 25px; }
      div#cs-mobile-app color-details .color-data .field-name {
        font-weight: bold; }
  div#cs-mobile-app color-chip {
    display: block; }
    div#cs-mobile-app color-chip .bs-tooltip-top {
      margin-bottom: -40px;
      padding: 5px 0; }
    div#cs-mobile-app color-chip .tooltip .arrow::before {
      margin-top: -1px;
      border-top-color: #FCFCFB; }
    div#cs-mobile-app color-chip .tooltip-inner {
      max-width: 200px;
      white-space: nowrap;
      font-size: 12px;
      padding: 7px 15px;
      color: #717070;
      text-align: center;
      background-color: #FCFCFB;
      -webkit-box-shadow: 0 5px 100px rgba(0, 0, 0, 0.6);
              box-shadow: 0 5px 100px rgba(0, 0, 0, 0.6); }
  div#cs-mobile-app quad-chip {
    line-height: 0;
    display: block;
    height: auto;
    width: auto; }
    div#cs-mobile-app quad-chip * {
      line-height: normal; }
  div#cs-mobile-app palette-details {
    height: inherit;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -o-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -o-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
    div#cs-mobile-app palette-details .btn-close {
      right: 12px; }
    div#cs-mobile-app palette-details h2,
    div#cs-mobile-app palette-details h3 {
      color: #9e9a94;
      text-align: center; }
    div#cs-mobile-app palette-details h2 {
      margin-top: 22px;
      margin-bottom: 0; }
    div#cs-mobile-app palette-details h3 {
      margin-top: 0; }
    div#cs-mobile-app palette-details p {
      color: #807c75;
      margin-left: 6%;
      margin-bottom: 4%; }
    div#cs-mobile-app palette-details quad-chip {
      display: block;
      margin: 3% auto; }
    div#cs-mobile-app palette-details button {
      display: block;
      margin: 0 auto;
      color: #807c75; }
    div#cs-mobile-app palette-details .vertical-scroll {
      min-height: 100%; }
      palette-details .vertical-scroll .padded-container {
        min-height: 100%; }
        palette-details .vertical-scroll .padded-container:after {
          content: ' ';
          height: 44px;
          display: block;
          width: 100%; }
        .browserPalette-half-open palette-details .vertical-scroll .padded-container:after {
          content: ' ';
          height: 44px;
          padding-bottom: 16vw;
          -webkit-box-sizing: content-box;
                  box-sizing: content-box;
          display: block;
          width: 100%; }
    div#cs-mobile-app palette-details color-description button {
      display: none; }
  div#cs-mobile-app color-description {
    display: block; }
  div#cs-mobile-app .color-tag.has-popover {
    cursor: pointer; }
  div#cs-mobile-app .color-tag .color-name {
    color: #2b2b2b;
    font-size: 14px;
    text-transform: capitalize; }
  div#cs-mobile-app .color-tag .color-id {
    color: #545352;
    font-size: 12px; }
  div#cs-mobile-app visualizer-palette {
    line-height: 0;
    display: block;
    height: auto;
    width: auto; }
    div#cs-mobile-app visualizer-palette * {
      line-height: normal; }
    div#cs-mobile-app visualizer-palette > .pure-g {
      margin-left: -6px;
      padding: 10px 0; }
    div#cs-mobile-app visualizer-palette .chip-wrapper {
      padding-left: 6px; }
    div#cs-mobile-app visualizer-palette .add-button {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
  div#cs-mobile-app visualizer {
    display: block;
    line-height: 0; }
  div#cs-mobile-app visualizer-preview {
    display: block;
    line-height: 0; }
  div#cs-mobile-app paginated-carousel {
    display: block;
    line-height: 0; }
    div#cs-mobile-app paginated-carousel ng-transclude {
      display: inline-block;
      line-height: 0; }
  @media screen and (min-width: 75em) {
    div#cs-mobile-app .modal-lg {
      max-width: 1075px;
      width: 1075px; } }
  div#cs-mobile-app .modal-lg .modal-body {
    padding-bottom: 55px; }
  div#cs-mobile-app .modal-content {
    border-radius: 0;
    overflow: hidden;
    text-align: center; }
    @media (min-width: 48em) {
      div#cs-mobile-app .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); } }
    div#cs-mobile-app .modal-content h1, div#cs-mobile-app .modal-content p {
      color: #9e9a94; }
    div#cs-mobile-app .modal-content img {
      width: 12.5%; }
      div#cs-mobile-app .modal-content img.responsive {
        width: 100%; }
    div#cs-mobile-app .modal-content .searchResults img {
      width: auto; }
  div#cs-mobile-app .modal-heading {
    padding: 15px 44px 0 44px; }
  div#cs-mobile-app .modal-backdrop {
    background-color: rgba(0, 0, 0, 0.7); }
  div#cs-mobile-app .backdrop-white {
    background-color: #fff; }
    div#cs-mobile-app .backdrop-white.show {
      opacity: 0.7; }
  div#cs-mobile-app .modal .modal-dialog {
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0; }
  div#cs-mobile-app .modal.fade .modal-dialog {
    -webkit-transform: translateY(-150%);
    transform: translateY(-150%); }
  div#cs-mobile-app .modal.show .modal-dialog {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  div#cs-mobile-app .modal-body p {
    font-size: 16px;
    margin-top: 1em;
    margin-bottom: 1em; }
  div#cs-mobile-app .modal-body.tabs {
    padding: 8px 0 0;
    text-align: left; }
    div#cs-mobile-app .modal-body.tabs img {
      width: auto; }
    div#cs-mobile-app .modal-body.tabs .btn-close {
      margin: 0;
      bottom: 0;
      left: auto;
      right: 0;
      top: auto; }
      div#cs-mobile-app .modal-body.tabs .btn-close:after {
        color: #000; }
  div#cs-mobile-app .modal-body.pyp-help svg {
    margin-right: 10px;
    max-height: 49px;
    max-width: 50px;
    vertical-align: middle; }
    div#cs-mobile-app .modal-body.pyp-help svg path {
      fill: #989898; }
  div#cs-mobile-app .modal-body.pyp-help p:not(:first-child) {
    margin-top: 40px; }
  div#cs-mobile-app .modal-body icon[name="icon-caution"] {
    font-size: 78px; }
  div#cs-mobile-app .modal-body .form-group {
    margin-bottom: 15px; }
  div#cs-mobile-app .help-modal .help-modal-item {
    text-align: center;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    div#cs-mobile-app .help-modal .help-modal-item .h4 {
      padding-bottom: 10px;
      font-size: 15px;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      white-space: nowrap; }
    div#cs-mobile-app .help-modal .help-modal-item .h5 {
      padding-top: 10px;
      color: #9e9a94;
      font-size: 14px;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
    div#cs-mobile-app .help-modal .help-modal-item .icon-tile {
      background: #65625d;
      display: inline-block;
      padding: 6px 12px; }
      div#cs-mobile-app .help-modal .help-modal-item .icon-tile span {
        font-size: 12px;
        color: white; }
      div#cs-mobile-app .help-modal .help-modal-item .icon-tile img,
      div#cs-mobile-app .help-modal .help-modal-item .icon-tile svg {
        display: block;
        height: 40px;
        margin: 0 auto;
        width: 40px; }
  div#cs-mobile-app .modal.print-instructions .modal-content {
    padding-top: 15px;
    padding-bottom: 20px; }
    div#cs-mobile-app .modal.print-instructions .modal-content p {
      padding-bottom: 50px;
      color: black;
      width: 55%;
      text-align: center;
      margin: auto; }
  div#cs-mobile-app .modal.print-instructions .btn.btn-primary {
    max-width: 100%;
    width: 180px;
    margin: auto; }
  div#cs-mobile-app .modal.print-instructions .btn-link {
    padding-top: 10px; }
  div#cs-mobile-app .modal.print-instructions .icon {
    height: 3em;
    vertical-align: middle;
    width: 3em; }
  div#cs-mobile-app .modal.print-instructions .content {
    padding-top: 20px; }
  div#cs-mobile-app .modal.form-modal,
  div#cs-mobile-app .modal.form-modal h2,
  div#cs-mobile-app .modal.form-modal h4,
  div#cs-mobile-app .modal.form-modal p,
  div#cs-mobile-app .modal.form-modal label {
    color: #2b2b2b; }
  div#cs-mobile-app .modal.form-modal h2 {
    font-size: 30px;
    font-weight: bold; }
  div#cs-mobile-app .modal.form-modal h4 {
    font-size: 16px; }
  div#cs-mobile-app .modal.form-modal p, div#cs-mobile-app .modal.form-modal label {
    font-size: 14px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400; }
  div#cs-mobile-app .modal.form-modal label {
    margin-bottom: 5px; }
  div#cs-mobile-app .modal.form-modal textarea.form-control {
    height: 84px;
    line-height: normal;
    border-radius: 1rem; }
  div#cs-mobile-app .modal.form-modal .form-control {
    height: 42px;
    line-height: 42px; }
  div#cs-mobile-app .modal.form-modal .selectric .label {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    height: 42px;
    line-height: 42px;
    font-weight: bold; }
  div#cs-mobile-app color-search {
    height: inherit;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -o-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -o-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
    div#cs-mobile-app color-search .empty-search-msg,
    div#cs-mobile-app color-search .results-msg {
      text-align: center; }
    div#cs-mobile-app color-search .load-more {
      text-align: center; }
    div#cs-mobile-app color-search input {
      padding-left: 40px;
      width: 100%;
      position: relative;
      background: transparent;
      color: #333; }
  div#cs-mobile-app .search-wrap {
    position: relative;
    text-align: right; }
    div#cs-mobile-app .search-wrap .search-btn {
      padding: 10px;
      min-width: 0;
      margin: 0;
      width: auto; }
      div#cs-mobile-app .search-wrap .search-btn .search-icon {
        fill: #545352;
        height: 1em; }
    div#cs-mobile-app .search-wrap .search-form {
      position: relative; }
      div#cs-mobile-app .search-wrap .search-form input[type="text"] {
        padding-right: 30px;
        text-overflow: ellipsis; }
      div#cs-mobile-app .search-wrap .search-form .search-btn {
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
  div#cs-mobile-app .cs-search .search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    div#cs-mobile-app .cs-search .search-form .form-control {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      height: 42px;
      margin-right: 20px;
      width: 365px; }
      @media screen and (min-width: 62em) {
        div#cs-mobile-app .cs-search .search-form .form-control {
          -webkit-box-flex: 0;
              -ms-flex-positive: 0;
                  flex-grow: 0; } }
    div#cs-mobile-app .cs-search .search-form .btn {
      width: 195px; }
  @media screen and (min-width: 62em) {
    div#cs-mobile-app .cs-search .search-results {
      padding-left: 40px;
      padding-right: 40px; } }
  div#cs-mobile-app .cs-search .search-results .chips {
    margin-bottom: 20px; }
  div#cs-mobile-app .cs-search .search-result-item {
    padding: 0 10px; }
  div#cs-mobile-app .cs-search .color-tag .swatch {
    display: block;
    width: 50px; }
  div#cs-mobile-app login {
    height: inherit;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -o-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -o-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
    div#cs-mobile-app login input {
      width: 100%; }
    login .vertical-scroll .padded-container:after {
      content: ' ';
      height: 44px;
      display: block;
      width: 100%; }
    .browserPalette-half-open login .vertical-scroll .padded-container:after {
      content: ' ';
      height: 44px;
      padding-bottom: 16vw;
      -webkit-box-sizing: content-box;
              box-sizing: content-box;
      display: block;
      width: 100%; }
    div#cs-mobile-app login .form-error_message {
      color: red; }
    div#cs-mobile-app login #remember_login {
      display: inline-block;
      width: 10%;
      margin-top: 10px; }
  div#cs-mobile-app .user-menu-modal.modal .modal-dialog {
    margin: 0;
    width: 80vw;
    left: auto;
    right: 0;
    top: 4px;
    text-align: left;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
    div#cs-mobile-app .user-menu-modal.modal .modal-dialog .vertical-scroll .padded-container:after {
      display: none; }
  div#cs-mobile-app .user-menu-modal .modal-content {
    text-align: left; }
    div#cs-mobile-app .user-menu-modal .modal-content img {
      width: auto; }
  div#cs-mobile-app .user-menu-modal header {
    margin-bottom: 20px;
    position: relative; }
    div#cs-mobile-app .user-menu-modal header > div {
      padding: 0 20px; }
    div#cs-mobile-app .user-menu-modal header h4 {
      margin-top: 3px;
      color: #333;
      font-size: 15px;
      line-height: 1.75; }
  div#cs-mobile-app .user-menu-modal .icon-user {
    position: absolute;
    right: 0;
    top: 0; }
  div#cs-mobile-app .user-menu-modal .back-header {
    margin-bottom: 0;
    padding: 15px 20px;
    background: #efeded;
    -webkit-box-shadow: -1px 2px 2px 0px rgba(0, 0, 0, 0.16);
            box-shadow: -1px 2px 2px 0px rgba(0, 0, 0, 0.16); }
    div#cs-mobile-app .user-menu-modal .back-header h4 {
      margin: 0; }
    div#cs-mobile-app .user-menu-modal .back-header .icon-user {
      top: 13px;
      right: 10px; }
  div#cs-mobile-app login-signup-form {
    display: block; }
    div#cs-mobile-app login-signup-form .my-behr-logo {
      margin-bottom: 20px; }
      div#cs-mobile-app login-signup-form .my-behr-logo img {
        width: 150px; }
  div#cs-mobile-app configurator .configurator-product {
    display: block;
    padding-bottom: 10px; }
    div#cs-mobile-app configurator .configurator-product .option {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      font-size: 12px;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin-bottom: 10px; }
      @media screen and (min-width: 75em) {
        div#cs-mobile-app configurator .configurator-product .option {
          margin-left: -130px; } }
      div#cs-mobile-app configurator .configurator-product .option .option-label {
        color: #545352;
        font-size: inherit;
        margin: 0 0 5px;
        padding: 0;
        position: relative;
        text-transform: uppercase;
        width: 100%; }
        @media screen and (min-width: 36em) {
          div#cs-mobile-app configurator .configurator-product .option .option-label {
            padding: 0 20px 0 10px;
            text-align: right;
            width: 130px; } }
        @media screen and (min-width: 62em) {
          div#cs-mobile-app configurator .configurator-product .option .option-label {
            padding: 0;
            text-align: left;
            width: 100%; } }
        @media screen and (min-width: 75em) {
          div#cs-mobile-app configurator .configurator-product .option .option-label {
            padding: 0 20px 0 10px;
            text-align: right;
            width: 130px; } }
        div#cs-mobile-app configurator .configurator-product .option .option-label::before {
          border-color: transparent transparent transparent #545352;
          border-style: solid;
          border-width: 5px 0 5px 8px;
          content: "";
          display: none;
          height: 0;
          margin-left: -13px;
          margin-right: 5px;
          width: 0; }
          @media screen and (min-width: 36em) {
            div#cs-mobile-app configurator .configurator-product .option .option-label::before {
              margin-left: 0; } }
          @media screen and (min-width: 62em) {
            div#cs-mobile-app configurator .configurator-product .option .option-label::before {
              margin-left: -13px; } }
          @media screen and (min-width: 75em) {
            div#cs-mobile-app configurator .configurator-product .option .option-label::before {
              margin-left: 0; } }
      div#cs-mobile-app configurator .configurator-product .option.inactive {
        opacity: 0.5; }
      div#cs-mobile-app configurator .configurator-product .option.active .option-label::before {
        display: inline-block; }
      div#cs-mobile-app configurator .configurator-product .option .option-input {
        padding-bottom: 5px;
        padding-right: 10px;
        width: calc(100% - 25px); }
        @media screen and (min-width: 36em) {
          div#cs-mobile-app configurator .configurator-product .option .option-input {
            padding-right: 10px;
            width: calc(100% - 155px); } }
        @media screen and (min-width: 62em) {
          div#cs-mobile-app configurator .configurator-product .option .option-input {
            padding-right: 0;
            width: 100%; } }
        @media screen and (min-width: 75em) {
          div#cs-mobile-app configurator .configurator-product .option .option-input {
            padding-right: 10px;
            width: calc(100% - 330px); } }
      div#cs-mobile-app configurator .configurator-product .option .option-help-text {
        width: 25px; }
        div#cs-mobile-app configurator .configurator-product .option .option-help-text a {
          color: #EF695F;
          text-decoration: underline; }
        div#cs-mobile-app configurator .configurator-product .option .option-help-text .btn-natural {
          margin: 0 5px 0 0;
          padding: 4px 6px 5px;
          position: relative;
          top: -2px; }
        @media screen and (min-width: 62em) {
          div#cs-mobile-app configurator .configurator-product .option .option-help-text {
            width: 100%; } }
        @media screen and (min-width: 75em) {
          div#cs-mobile-app configurator .configurator-product .option .option-help-text {
            width: 200px; } }
      div#cs-mobile-app configurator .configurator-product .option .cs-quantity {
        padding-right: 0; }
        @media screen and (min-width: 36em) {
          div#cs-mobile-app configurator .configurator-product .option .cs-quantity {
            width: calc(100% - 130px); } }
        @media screen and (min-width: 62em) {
          div#cs-mobile-app configurator .configurator-product .option .cs-quantity {
            width: 100%; } }
        @media screen and (min-width: 75em) {
          div#cs-mobile-app configurator .configurator-product .option .cs-quantity {
            width: calc(100% - 130px); } }
        div#cs-mobile-app configurator .configurator-product .option .cs-quantity input {
          padding-left: 10px;
          padding-right: 10px;
          text-align: center;
          -webkit-appearance: none;
          -moz-appearance: none;
               appearance: none; }
          div#cs-mobile-app configurator .configurator-product .option .cs-quantity input::-webkit-inner-spin-button, div#cs-mobile-app configurator .configurator-product .option .cs-quantity input::-webkit-outer-spin-button {
            -webkit-appearance: none;
            appearance: none; }
        div#cs-mobile-app configurator .configurator-product .option .cs-quantity label {
          padding-left: 10px; }
    @media screen and (min-width: 36em) {
      div#cs-mobile-app configurator .configurator-product .calculator-msg {
        margin-left: 130px; } }
    @media screen and (min-width: 62em) {
      div#cs-mobile-app configurator .configurator-product .calculator-msg {
        margin-left: 0; } }
    div#cs-mobile-app configurator .configurator-product .selectric-items li::after {
      display: block;
      content: "";
      clear: both; }
    div#cs-mobile-app configurator .configurator-product .selectric-items li[data-index="0"] {
      display: none; }
    div#cs-mobile-app configurator .configurator-product .selectric-items li .price {
      float: right;
      padding-left: 10px;
      max-width: 35%; }
    div#cs-mobile-app configurator .configurator-product .selectric-items li .text {
      float: left;
      max-width: 65%; }
  div#cs-mobile-app configurator .product-status {
    display: block;
    margin-bottom: 20px; }
  div#cs-mobile-app configurator .calculator-btn {
    border-radius: 100%;
    margin: 0;
    min-width: 0;
    padding: 8px; }
    div#cs-mobile-app configurator .calculator-btn img {
      height: 2em;
      width: 2em; }
  div#cs-mobile-app configurator .checkout-row-buttons {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media screen and (min-width: 62em) {
      div#cs-mobile-app configurator .checkout-row-buttons {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; } }
    div#cs-mobile-app configurator .checkout-row-buttons .btn {
      min-width: 250px; }
      @media screen and (min-width: 62em) {
        div#cs-mobile-app configurator .checkout-row-buttons .btn {
          min-width: 200px; } }
  div#cs-mobile-app configurator .store-locator-btn {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
    @media screen and (min-width: 62em) {
      div#cs-mobile-app configurator .store-locator-btn {
        -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
                order: 0; } }
  div#cs-mobile-app configurator .print-btn {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
    @media screen and (min-width: 62em) {
      div#cs-mobile-app configurator .print-btn {
        margin-left: 20px;
        -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
                order: 0; } }
  div#cs-mobile-app configurator .checkout-btn {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
    @media screen and (min-width: 62em) {
      div#cs-mobile-app configurator .checkout-btn {
        margin-left: 100px;
        -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
                order: 0; } }
  div#cs-mobile-app configurator .ccname {
    font-weight: bold;
    line-height: 1;
    text-transform: capitalize; }
  div#cs-mobile-app configurator .cart-item {
    position: relative; }
    div#cs-mobile-app configurator .cart-item:last-of-type {
      border-bottom: none; }
    div#cs-mobile-app configurator .cart-item.checkout {
      padding-top: 40px; }
      @media screen and (min-width: 36em) {
        div#cs-mobile-app configurator .cart-item.checkout {
          padding-top: 20px; } }
      div#cs-mobile-app configurator .cart-item.checkout .status {
        padding-top: 0;
        text-align: right; }
      div#cs-mobile-app configurator .cart-item.checkout .paint-details {
        padding-bottom: 0; }
    div#cs-mobile-app configurator .cart-item .paint-details {
      padding-bottom: 10px; }
    div#cs-mobile-app configurator .cart-item .paint-name,
    div#cs-mobile-app configurator .cart-item .cart-item-specifics {
      padding: 5px 10px;
      color: #333; }
      div#cs-mobile-app configurator .cart-item .paint-name h3,
      div#cs-mobile-app configurator .cart-item .paint-name h4,
      div#cs-mobile-app configurator .cart-item .cart-item-specifics h3,
      div#cs-mobile-app configurator .cart-item .cart-item-specifics h4 {
        color: #333; }
      div#cs-mobile-app configurator .cart-item .paint-name h3,
      div#cs-mobile-app configurator .cart-item .cart-item-specifics h3 {
        text-transform: capitalize; }
    div#cs-mobile-app configurator .cart-item .cart-item-specifics {
      padding-top: 0; }
      div#cs-mobile-app configurator .cart-item .cart-item-specifics p {
        margin: 0;
        color: #333;
        text-transform: capitalize; }
      div#cs-mobile-app configurator .cart-item .cart-item-specifics span.quantity {
        display: inline-block;
        padding-right: 15px; }
    div#cs-mobile-app configurator .cart-item .status {
      padding-top: 10px; }
    div#cs-mobile-app configurator .cart-item label {
      color: #333;
      font-weight: bold; }
  div#cs-mobile-app configurator .status-is-configured,
  div#cs-mobile-app configurator .status-not-configured {
    padding-bottom: 10px; }
  div#cs-mobile-app configurator .status-is-configured,
  div#cs-mobile-app configurator .is-configured .status-not-configured {
    display: none; }
  div#cs-mobile-app configurator .is-configured .status-is-configured {
    display: block; }
  div#cs-mobile-app configurator .is-configured.is-closed .col-configurator {
    display: none; }
  div#cs-mobile-app configurator .is-open .col-configured {
    display: none; }
  div#cs-mobile-app configurator .color-chip-contols {
    margin-top: 10px; }
    div#cs-mobile-app configurator .color-chip-contols button {
      font-size: 12px; }
      div#cs-mobile-app configurator .color-chip-contols button icon {
        font-size: 18px; }
  div#cs-mobile-app configurator .chip-wrapper {
    width: 150px;
    margin-right: 28px; }
    div#cs-mobile-app configurator .chip-wrapper.cs-media-object {
      padding-right: 0; }
  div#cs-mobile-app configurator .copy-instructions {
    display: none; }
    @media screen and (min-width: 62em) {
      div#cs-mobile-app configurator .copy-instructions {
        display: block;
        font-size: 11px;
        padding-right: 100px; } }
  div#cs-mobile-app configurator .sub-total {
    font-weight: bold;
    margin-bottom: 20px;
    text-align: right; }
    @media screen and (min-width: 62em) {
      div#cs-mobile-app configurator .sub-total {
        margin-right: 55px; } }
  div#cs-mobile-app configurator .sub-total-amount {
    display: inline-block;
    margin-left: 67px; }
  div#cs-mobile-app configurator .icon-link {
    color: #EF695F;
    display: block;
    padding-bottom: 7px; }
    div#cs-mobile-app configurator .icon-link img {
      height: 1.5em;
      margin-right: 5px; }
  div#cs-mobile-app configurator .quantity-input {
    border-radius: 25%;
    display: inline-block;
    margin-left: 10px;
    width: 50px; }
  div#cs-mobile-app configurator .quantity-help-msg {
    margin-left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    div#cs-mobile-app configurator .quantity-help-msg .icon {
      margin-right: 10px; }
  div#cs-mobile-app configurator .footer-btns-extra {
    display: inline-block;
    margin-right: 50px; }
  div#cs-mobile-app configurator .edit-product-toggle {
    position: absolute;
    right: 20px;
    top: 0; }
    @media screen and (min-width: 62em) {
      div#cs-mobile-app configurator .edit-product-toggle {
        margin-bottom: 40px;
        position: static; } }
  div#cs-mobile-app configurator .paint-bucket {
    margin-bottom: 20px; }
  div#cs-mobile-app configurator .product-price {
    bottom: 20px;
    color: #545352;
    font-size: 18px;
    font-weight: 600;
    position: absolute;
    right: 20px;
    text-align: right; }
    @media screen and (min-width: 62em) {
      div#cs-mobile-app configurator .product-price {
        position: static;
        text-align: inherit; } }
  div#cs-mobile-app configurator p.warning {
    margin-top: 5px;
    padding-left: 25px;
    background: url("/binaries/content/assets/behrdotcomrefresh/consumer/colorsmart/images/yield.svg") 0 0 no-repeat;
    background-size: 18px 18px;
    font-size: 12px; }
  div#cs-mobile-app configurator configurator-is-product-configured span {
    font-size: 12px; }
  div#cs-mobile-app configurator .palette-full {
    padding-left: 25px;
    margin-top: 10px; }
  div#cs-mobile-app .modal-content .paint-name {
    text-align: left;
    padding: 5px 10px;
    color: #333; }
    div#cs-mobile-app .modal-content .paint-name h3,
    div#cs-mobile-app .modal-content .paint-name h4 {
      color: #333; }
    div#cs-mobile-app .modal-content .paint-name h3 {
      text-transform: capitalize; }
  div#cs-mobile-app .configure-paints-header {
    background-image: radial-gradient(circle at bottom right, #cfcfcf, #ffffff 50%);
    text-align: center; }
    @media screen and (min-width: 62em) {
      div#cs-mobile-app .configure-paints-header {
        text-align: left; } }
    div#cs-mobile-app .configure-paints-header h1 {
      font-size: 30px;
      margin-top: 12px; }
    div#cs-mobile-app .configure-paints-header p {
      margin-top: 4px; }
    @media screen and (min-width: 62em) {
      div#cs-mobile-app .configure-paints-header .logo {
        margin-right: 1.35%; } }
    div#cs-mobile-app .configure-paints-header .logo img {
      width: 110px; }
  div#cs-mobile-app .paint-order {
    padding: 20px 40px; }
  div#cs-mobile-app .paint-order-title {
    margin-bottom: 10px; }
  div#cs-mobile-app .paint-order-chips {
    margin-left: -10px; }
  div#cs-mobile-app .paint-order-chip {
    padding: 0 10px 10px;
    text-align: center; }
  div#cs-mobile-app .paint-order-btn {
    padding: 0 10px 10px; }
  div#cs-mobile-app .chip-unconfigured {
    width: 45px; }
  div#cs-mobile-app .item-row {
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px -1px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 15px -1px rgba(0, 0, 0, 0.3);
    padding: 20px;
    position: relative; }
    @media screen and (min-width: 62em) {
      div#cs-mobile-app .item-row {
        padding-left: 78px; }
        div#cs-mobile-app .item-row.configure-paints-header, div#cs-mobile-app .item-row.paint-order, div#cs-mobile-app .item-row.checkout-row {
          padding-left: 52px;
          padding-right: 52px; }
        div#cs-mobile-app .item-row.configure-paints-header {
          min-height: 132px; } }
    div#cs-mobile-app .item-row.checkout-row {
      padding-bottom: 234px; }
  div#cs-mobile-app .unconfigured-icon {
    width: 100px; }
  div#cs-mobile-app .unconfigured-items {
    font-size: 12px;
    margin: 20px -20px;
    padding: 40px 30px; }
    @media screen and (min-width: 75em) {
      div#cs-mobile-app .unconfigured-items {
        padding: 42px 95px 25px 117px; } }
  .locale-cl div#cs-mobile-app a.btn-twitter {
    /* Hide Twitter btn for Chile */
    display: none; }
  div#cs-mobile-app share-buttons .share-btns-title {
    margin-bottom: 5px; }
  div#cs-mobile-app share-buttons > div {
    margin: 20px 0; }
  div#cs-mobile-app share-buttons .social-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    div#cs-mobile-app share-buttons .social-icons .social-icon-wrap:not(:last-child) {
      margin-right: .5rem; }
  div#cs-mobile-app share-buttons a {
    display: inline-block; }
  div#cs-mobile-app share-buttons svg {
    fill: #231F20;
    height: 2em;
    margin-right: 5px;
    width: 2em; }
  @media (max-width: 350px) {
    div#cs-mobile-app share-buttons > div {
      margin: 0; }
    div#cs-mobile-app share-buttons .pure-u-1-2 {
      text-align: center;
      margin-top: 8px;
      width: 100%; }
    div#cs-mobile-app share-buttons svg {
      margin-left: 8px;
      margin-right: 8px; } }
  div#cs-mobile-app .nav-tabs {
    margin: 0 10px 30px;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    background: #fff;
    border: none;
    text-align: center; }
    div#cs-mobile-app .nav-tabs > li {
      margin: 0;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
          -ms-flex: 0 1 100%;
              flex: 0 1 100%;
      float: none;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: relative;
      border-right: 1px solid #c5c2bf; }
      div#cs-mobile-app .nav-tabs > li > a,
      div#cs-mobile-app .nav-tabs > li > a:hover,
      div#cs-mobile-app .nav-tabs > li > a:focus {
        margin: 0;
        padding: 0;
        display: inline-block;
        border: none !important;
        color: #333;
        font-size: 14px;
        font-weight: bold;
        opacity: 0.48; }
        div#cs-mobile-app .nav-tabs > li > a img,
        div#cs-mobile-app .nav-tabs > li > a:hover img,
        div#cs-mobile-app .nav-tabs > li > a:focus img {
          max-width: 72px; }
      div#cs-mobile-app .nav-tabs > li.active > a,
      div#cs-mobile-app .nav-tabs > li.active > a:hover,
      div#cs-mobile-app .nav-tabs > li.active > a:focus {
        color: #333;
        opacity: 1; }
      div#cs-mobile-app .nav-tabs > li.active:after {
        height: 0;
        width: 0;
        margin-left: -9.5px;
        bottom: -30px;
        left: 50%;
        position: absolute;
        border-style: solid;
        border-width: 0 9.5px 12px 9.5px;
        border-color: transparent transparent #eeefef transparent;
        content: ''; }
      div#cs-mobile-app .nav-tabs > li.full-opacity > a,
      div#cs-mobile-app .nav-tabs > li.full-opacity > a:hover,
      div#cs-mobile-app .nav-tabs > li.full-opacity > a:focus {
        opacity: 1; }
      div#cs-mobile-app .nav-tabs > li:last-child {
        border-right: none; }
  div#cs-mobile-app .tab-content {
    margin-top: -1px;
    min-height: 300px;
    padding: 36px 30px 55px;
    background: #eeefef;
    color: #333; }
    div#cs-mobile-app .tab-content h1, div#cs-mobile-app .tab-content h2, div#cs-mobile-app .tab-content h3, div#cs-mobile-app .tab-content h4, div#cs-mobile-app .tab-content h5, div#cs-mobile-app .tab-content h6 {
      color: #333; }
    div#cs-mobile-app .tab-content h3 {
      font-size: 16px;
      font-weight: bold; }
    div#cs-mobile-app .tab-content ul {
      margin: 20px 0;
      padding: 0 0 0 16px;
      font-size: 12px; }
      div#cs-mobile-app .tab-content ul li {
        margin-bottom: 5px; }
  div#cs-mobile-app .form-rounded input,
  div#cs-mobile-app .form-rounded textarea {
    border-radius: 2rem;
    padding-left: 20px; }
  div#cs-mobile-app .form-rounded .form-control {
    border-color: #818181;
    font-size: 16px; }
    div#cs-mobile-app .form-rounded .form-control:focus {
      outline: none !important;
      -webkit-box-shadow: none !important;
              box-shadow: none !important; }
  div#cs-mobile-app .form-rounded .checkbox-container,
  div#cs-mobile-app .form-rounded .radio-container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: relative; }
    div#cs-mobile-app .form-rounded .checkbox-container input,
    div#cs-mobile-app .form-rounded .radio-container input {
      position: absolute;
      opacity: 0;
      cursor: pointer;
      left: -9999px; }
  div#cs-mobile-app .form-rounded .checkbox-container .checkmark {
    position: relative;
    height: 1.5em;
    width: 1.5em;
    background-color: #eeedec;
    display: inline-block;
    margin-right: 10px;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
    div#cs-mobile-app .form-rounded .checkbox-container .checkmark:after {
      content: "";
      position: absolute;
      display: none;
      left: 35%;
      top: 10%;
      width: .5em;
      height: 1em;
      border: solid white;
      border-width: 0 3px 3px 0;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
  div#cs-mobile-app .form-rounded .checkbox-container:hover .checkmark {
    background-color: #c5c2bf; }
  div#cs-mobile-app .form-rounded .checkbox-container input:checked ~ .checkmark {
    background-color: #635752; }
    div#cs-mobile-app .form-rounded .checkbox-container input:checked ~ .checkmark:after {
      display: block; }
  div#cs-mobile-app .form-rounded .radio-group-horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    div#cs-mobile-app .form-rounded .radio-group-horizontal .radio-container {
      margin-right: 30px; }
  div#cs-mobile-app .form-rounded .radio-container .radiobtn {
    position: relative;
    height: 1.5em;
    width: 1.5em;
    background-color: transparent;
    border-radius: 100%;
    border: 1px solid #c5c2bf;
    display: inline-block;
    margin-right: 10px;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
    div#cs-mobile-app .form-rounded .radio-container .radiobtn:after {
      content: "";
      position: absolute;
      display: none;
      top: 50%;
      left: 50%;
      width: .8em;
      height: .8em;
      border-radius: 100%;
      background: #635752;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  div#cs-mobile-app .form-rounded .radio-container:hover .radiobtn {
    background-color: #eeedec; }
  div#cs-mobile-app .form-rounded .radio-container input:checked ~ .radiobtn {
    border: 1px solid #c5c2bf;
    background-color: transparent; }
    div#cs-mobile-app .form-rounded .radio-container input:checked ~ .radiobtn:after {
      display: block; }
  div#cs-mobile-app .selectric-wrapper {
    position: relative;
    cursor: pointer; }
  div#cs-mobile-app .selectric-responsive {
    width: 100%; }
  div#cs-mobile-app .selectric {
    border: 1px solid #818181;
    background: transparent;
    position: relative;
    border-radius: 2rem; }
    div#cs-mobile-app .selectric .label {
      color: #635752;
      display: block;
      font-size: 12px;
      height: 30px;
      line-height: 28px;
      margin: 0 35px 0 15px;
      padding: 2px 7px 3px;
      overflow: hidden;
      text-align: left;
      text-overflow: ellipsis;
      text-transform: capitalize;
      white-space: nowrap; }
      @media screen and (min-width: 75em) {
        div#cs-mobile-app .selectric .label {
          height: 35px;
          line-height: 32px; } }
    div#cs-mobile-app .selectric .button {
      background: none;
      border-radius: 0px;
      display: block;
      position: absolute;
      right: 0px;
      top: 0;
      bottom: 0;
      margin: auto;
      width: 36px;
      height: 36px;
      color: #333;
      text-align: center;
      font: 0/0 a;
      *font: 36px/36px Lucida Sans Unicode, Arial Unicode MS, Arial; }
      div#cs-mobile-app .selectric .button:after {
        content: " ";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 7px 4.5px 0 4.5px;
        border-color: #545352 transparent transparent transparent; }
  div#cs-mobile-app .selectric-focus .selectric {
    border-color: #333; }
  div#cs-mobile-app .selectric-hover .selectric {
    border-color: #333; }
    div#cs-mobile-app .selectric-hover .selectric .button {
      color: #807c75; }
      div#cs-mobile-app .selectric-hover .selectric .button:after {
        border-top-color: #807c75; }
  div#cs-mobile-app .selectric-open {
    z-index: 9999; }
    div#cs-mobile-app .selectric-open .selectric {
      border-color: #9e9a94;
      background: transparent;
      border-bottom-left-radius: 0px;
      border-bottom-right-radius: 0px;
      border-bottom-color: transparent; }
    div#cs-mobile-app .selectric-open .selectric-items {
      display: block;
      z-index: 99999;
      border-top: none;
      border-bottom-left-radius: 2rem;
      border-bottom-right-radius: 2rem;
      border-top: none;
      overflow: hidden; }
  div#cs-mobile-app .selectric-above.selectric-open .selectric {
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
    border-bottom-color: #9e9a94;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-color: transparent; }
  div#cs-mobile-app .selectric-above.selectric-open .selectric-items {
    border-top: 1px solid #9e9a94;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom: none; }
    div#cs-mobile-app .selectric-above.selectric-open .selectric-items li {
      border-top: none;
      border-bottom: 1px solid #c5c2bf; }
  div#cs-mobile-app .selectric-disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: not-allowed;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  div#cs-mobile-app .selectric-hide-select {
    position: relative;
    overflow: hidden;
    width: 0;
    height: 0; }
    div#cs-mobile-app .selectric-hide-select select {
      position: absolute;
      left: -100%; }
    div#cs-mobile-app .selectric-hide-select.selectric-is-native {
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 10; }
      div#cs-mobile-app .selectric-hide-select.selectric-is-native select {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        border: none;
        z-index: 1;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        opacity: 0; }
  div#cs-mobile-app .selectric-input {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 1px !important;
    height: 1px !important;
    outline: none !important;
    border: none !important;
    *font: 0/0 a !important;
    background: none !important; }
  div#cs-mobile-app .selectric-temp-show {
    position: absolute !important;
    visibility: hidden !important;
    display: block !important; }
  div#cs-mobile-app .selectric-items {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border: 1px solid #9e9a94;
    z-index: -1;
    -webkit-box-shadow: 0 0 10px -6px;
            box-shadow: 0 0 10px -6px; }
    div#cs-mobile-app .selectric-items .selectric-scroll {
      height: 100%;
      overflow: auto; }
  div#cs-mobile-app .selectric-above .selectric-items {
    top: auto;
    bottom: 100%; }
  div#cs-mobile-app .selectric-items ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    min-height: 20px; }
  div#cs-mobile-app .selectric-items li {
    list-style: none;
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    min-height: 20px;
    display: block;
    padding: 8px 22px 7px;
    border-top: 1px solid #c5c2bf;
    color: #333;
    cursor: pointer;
    text-transform: uppercase; }
    div#cs-mobile-app .selectric-items li.selected, div#cs-mobile-app .selectric-items li.highlighted {
      background: #807c75;
      color: #eeedec; }
    div#cs-mobile-app .selectric-items li:hover {
      background: #BCB7B7;
      color: #fff; }
  div#cs-mobile-app .selectric-items .disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default !important;
    background: none !important;
    color: #666 !important;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  div#cs-mobile-app .selectric-items .hidden {
    display: none !important; }
  div#cs-mobile-app .selectric-items .selectric-group .selectric-group-label {
    font-weight: bold;
    padding-left: 10px;
    cursor: default;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background: none;
    color: #444; }
  div#cs-mobile-app .selectric-items .selectric-group.disabled li {
    filter: alpha(opacity=100);
    opacity: 1; }
  div#cs-mobile-app .selectric-items .selectric-group li {
    padding-left: 25px; }
  div#cs-mobile-app .generic-form label {
    margin-bottom: 2px;
    padding: 0 0 0 5px;
    display: block;
    font-size: 11px; }
    div#cs-mobile-app .generic-form label input {
      margin: 0 5px 0 0;
      min-height: 0;
      width: auto; }
    div#cs-mobile-app .generic-form label.encapsulated-input {
      padding: 0;
      margin-bottom: 10px; }
  div#cs-mobile-app .generic-form input,
  div#cs-mobile-app .generic-form select {
    margin-bottom: 15px;
    min-height: 28px;
    width: 100%; }
  div#cs-mobile-app .generic-form label,
  div#cs-mobile-app .generic-form input,
  div#cs-mobile-app .generic-form select {
    color: #333 !important; }
  div#cs-mobile-app .generic-form .form-error_message {
    color: red; }
  div#cs-mobile-app .generic-form.error input.ng-invalid,
  div#cs-mobile-app .generic-form.error select.ng-invalid {
    outline-color: red;
    border-color: red; }
  div#cs-mobile-app .generic-form > .btn:first-child {
    margin-bottom: 20px; }
  div#cs-mobile-app .generic-form .btn-link {
    color: #333;
    font-size: 11px; }
  div#cs-mobile-app saved-projects h2,
  div#cs-mobile-app saved-projects h3 {
    color: #333;
    text-align: center; }
  div#cs-mobile-app saved-projects h2 {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold; }
  div#cs-mobile-app saved-projects h3 {
    margin-bottom: 20px;
    font-size: 13px; }
  div#cs-mobile-app .palettes-carousel {
    margin-left: 25px;
    margin-top: 7px;
    width: 675px; }
    div#cs-mobile-app .palettes-carousel .slick-next:before,
    div#cs-mobile-app .palettes-carousel .slick-prev:before {
      color: #a19b9a; }
    div#cs-mobile-app .palettes-carousel quad-chip {
      height: 70px;
      width: 70px; }
  div#cs-mobile-app .color-slider {
    cursor: pointer;
    height: 20px;
    margin: 0; }
    div#cs-mobile-app .color-slider .rz-bar-wrapper {
      height: 100%;
      margin: 0;
      padding: 0; }
    div#cs-mobile-app .color-slider .rz-bar {
      border-radius: 0;
      height: 100%; }
    div#cs-mobile-app .color-slider .rz-pointer {
      background-color: transparent;
      border: 2px solid #fff;
      border-radius: 2px;
      -webkit-box-sizing: content-box;
              box-sizing: content-box;
      -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
              box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
      cursor: -webkit-grab;
      cursor: grab;
      height: 100%;
      outline: none !important;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      -webkit-transition: .3s background-image ease-in;
      transition: .3s background-image ease-in;
      width: 10%; }
      div#cs-mobile-app .color-slider .rz-pointer:after {
        display: none; }
    div#cs-mobile-app .color-slider.selected-range-red .rz-bar {
      background-image: -webkit-gradient(linear, left top, right top, from(#c4a1cc), color-stop(#b54139), to(#da615f));
      background-image: linear-gradient(to right, #c4a1cc, #b54139, #da615f); }
    div#cs-mobile-app .color-slider.selected-range-orange .rz-bar {
      background-image: -webkit-gradient(linear, left top, right top, from(#dc5d48), color-stop(#e88851), to(#ffc06e));
      background-image: linear-gradient(to right, #dc5d48, #e88851, #ffc06e); }
    div#cs-mobile-app .color-slider.selected-range-yellow .rz-bar {
      background-image: -webkit-gradient(linear, left top, right top, from(#ffd27a), color-stop(#fdd675), to(#ae9b34));
      background-image: linear-gradient(to right, #ffd27a, #fdd675, #ae9b34); }
    div#cs-mobile-app .color-slider.selected-range-green .rz-bar {
      background-image: -webkit-gradient(linear, left top, right top, from(#bdaf66), color-stop(#89a358), to(#65916e));
      background-image: linear-gradient(to right, #bdaf66, #89a358, #65916e); }
    div#cs-mobile-app .color-slider.selected-range-blue .rz-bar {
      background-image: -webkit-gradient(linear, left top, right top, from(#71b898), color-stop(#00aaad), to(#36708d));
      background-image: linear-gradient(to right, #71b898, #00aaad, #36708d); }
    div#cs-mobile-app .color-slider.selected-range-purple .rz-bar {
      background-image: -webkit-gradient(linear, left top, right top, from(#5185a5), color-stop(#6273b5), to(#71588d));
      background-image: linear-gradient(to right, #5185a5, #6273b5, #71588d); }
    div#cs-mobile-app .color-slider.selected-range-white .rz-bar {
      background-image: -webkit-gradient(linear, left top, right top, from(#d8e1e0), color-stop(#eeebe3), to(#e6ddd7));
      background-image: linear-gradient(to right, #d8e1e0, #eeebe3, #e6ddd7); }
    div#cs-mobile-app .color-slider.selected-range-gray .rz-bar {
      background-image: -webkit-gradient(linear, left top, right top, from(#9f9a93), color-stop(#858a8f), to(#736970));
      background-image: linear-gradient(to right, #9f9a93, #858a8f, #736970); }
    div#cs-mobile-app .color-slider.selected-range-brown .rz-bar {
      background-image: -webkit-gradient(linear, left top, right top, from(#9b927a), color-stop(#806d5b), to(#5a4648));
      background-image: linear-gradient(to right, #9b927a, #806d5b, #5a4648); }
  div#cs-mobile-app navigation,
  div#cs-mobile-app sub-navigation {
    display: block; }
  div#cs-mobile-app .cs-subnav .dropdown.open .cs-nav-link.level-1::after, div#cs-mobile-app .cs-subnav .accordion-menu.open > .cs-nav-link::after, div#cs-mobile-app .cs-subnav .cs-nav-link.level-1.active::after,
  div#cs-mobile-app .cs-subnav a.cs-nav-link.level-1.active::after, div#cs-mobile-app .cs-subnav .cs-nav-link.level-1.current::after,
  div#cs-mobile-app .cs-subnav a.cs-nav-link.level-1.current::after {
    border: 8px solid transparent;
    border-top-color: inherit;
    bottom: 0;
    content: '';
    display: block;
    left: 50%;
    margin-left: 0;
    position: absolute;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  div#cs-mobile-app .cs-navbar {
    position: relative; }
  div#cs-mobile-app .cs-topnav {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    background: #e2e2e2 -webkit-gradient(linear, left top, left bottom, from(#e2e2e2), to(#d6d6d6));
    background: #e2e2e2 linear-gradient(to bottom, #e2e2e2, #d6d6d6);
    -webkit-box-shadow: inset 0 -5px 5px -5px rgba(0, 0, 0, 0.7);
            box-shadow: inset 0 -5px 5px -5px rgba(0, 0, 0, 0.7);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0; }
    div#cs-mobile-app .cs-topnav > li {
      border: 0;
      display: block;
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      list-style: none;
      margin: 0;
      padding: 0;
      width: 50%; }
      @media screen and (min-width: 62em) {
        div#cs-mobile-app .cs-topnav > li {
          width: auto; } }
      div#cs-mobile-app .cs-topnav > li > a {
        background: #fefefe -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#f0f0f0));
        background: #fefefe linear-gradient(to bottom, #fefefe, #f0f0f0);
        border-radius: 0;
        -webkit-box-shadow: inset 0px -2px 2px 0px rgba(0, 0, 0, 0.2);
                box-shadow: inset 0px -2px 2px 0px rgba(0, 0, 0, 0.2);
        color: #545352;
        display: block;
        font-size: 16px;
        line-height: 1;
        padding: 20px;
        opacity: 1;
        outline: none;
        text-align: center;
        text-decoration: none;
        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
        width: 100%; }
        @media screen and (min-width: 62em) {
          div#cs-mobile-app .cs-topnav > li > a {
            min-width: 200px; } }
        div#cs-mobile-app .cs-topnav > li > a.active, div#cs-mobile-app .cs-topnav > li > a:focus, div#cs-mobile-app .cs-topnav > li > a:hover {
          background: #fff;
          padding: 20px; }
        div#cs-mobile-app .cs-topnav > li > a.active {
          -webkit-box-shadow: none;
                  box-shadow: none;
          font-weight: bold;
          z-index: 1; }
          @media screen and (min-width: 62em) {
            div#cs-mobile-app .cs-topnav > li > a.active {
              border-bottom: 2px solid #fff;
              margin-top: -2px; } }
  div#cs-mobile-app .cs-subnav {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative; }
    div#cs-mobile-app .cs-subnav ul {
      list-style: none;
      margin: 0;
      padding: 0; }
    div#cs-mobile-app .cs-subnav .dropdown-menu {
      border: 1px solid #eeedec;
      border-bottom: 0;
      border-radius: 0;
      border-bottom-left-radius: 10px;
      border-bottom-right-radius: 10px;
      left: 50%;
      min-width: 250px;
      overflow: hidden;
      top: 100%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
      @media screen and (min-width: 62em) {
        div#cs-mobile-app .cs-subnav .dropdown-menu {
          border-radius: 0; } }
    div#cs-mobile-app .cs-subnav .dropdown-toggle::after {
      display: none; }
    div#cs-mobile-app .cs-subnav .accordion-menu > ul {
      display: none; }
    div#cs-mobile-app .cs-subnav .accordion-menu.open {
      border-bottom: 0 !important; }
      div#cs-mobile-app .cs-subnav .accordion-menu.open > ul {
        display: block; }
      div#cs-mobile-app .cs-subnav .accordion-menu.open > .cs-nav-link {
        border-bottom: 1px solid #eeedec; }
        @media screen and (min-width: 62em) {
          div#cs-mobile-app .cs-subnav .accordion-menu.open > .cs-nav-link {
            border-bottom: 0; } }
    div#cs-mobile-app .cs-subnav .cs-nav-item {
      position: relative; }
      div#cs-mobile-app .cs-subnav .cs-nav-item.level-2, div#cs-mobile-app .cs-subnav .cs-nav-item.level-3 {
        border-bottom: 1px solid #eeedec; }
        @media screen and (min-width: 62em) {
          div#cs-mobile-app .cs-subnav .cs-nav-item.level-2, div#cs-mobile-app .cs-subnav .cs-nav-item.level-3 {
            border-bottom: 0; } }
    div#cs-mobile-app .cs-subnav .cs-nav-link,
    div#cs-mobile-app .cs-subnav a.cs-nav-link {
      color: #545352;
      cursor: pointer;
      display: block;
      font-size: 14px;
      line-height: 1;
      min-width: 135px;
      padding: 20px 10px;
      position: relative;
      outline: none;
      text-align: center;
      text-decoration: none; }
      @media screen and (min-width: 62em) {
        div#cs-mobile-app .cs-subnav .cs-nav-link,
        div#cs-mobile-app .cs-subnav a.cs-nav-link {
          min-width: 150px; } }
      div#cs-mobile-app .cs-subnav .cs-nav-link:active, div#cs-mobile-app .cs-subnav .cs-nav-link:focus, div#cs-mobile-app .cs-subnav .cs-nav-link:hover,
      div#cs-mobile-app .cs-subnav a.cs-nav-link:active,
      div#cs-mobile-app .cs-subnav a.cs-nav-link:focus,
      div#cs-mobile-app .cs-subnav a.cs-nav-link:hover {
        opacity: .8; }
      div#cs-mobile-app .cs-subnav .cs-nav-link.disabled,
      div#cs-mobile-app .cs-subnav a.cs-nav-link.disabled {
        cursor: not-allowed; }
      div#cs-mobile-app .cs-subnav .cs-nav-link.current,
      div#cs-mobile-app .cs-subnav a.cs-nav-link.current {
        cursor: default;
        font-weight: bold; }
      div#cs-mobile-app .cs-subnav .cs-nav-link.level-1.active,
      div#cs-mobile-app .cs-subnav a.cs-nav-link.level-1.active {
        font-weight: bold; }
        div#cs-mobile-app .cs-subnav .cs-nav-link.level-1.active:active, div#cs-mobile-app .cs-subnav .cs-nav-link.level-1.active:focus, div#cs-mobile-app .cs-subnav .cs-nav-link.level-1.active:hover,
        div#cs-mobile-app .cs-subnav a.cs-nav-link.level-1.active:active,
        div#cs-mobile-app .cs-subnav a.cs-nav-link.level-1.active:focus,
        div#cs-mobile-app .cs-subnav a.cs-nav-link.level-1.active:hover {
          opacity: 1; }
      div#cs-mobile-app .cs-subnav .cs-nav-link.level-2:active, div#cs-mobile-app .cs-subnav .cs-nav-link.level-2:hover, div#cs-mobile-app .cs-subnav .cs-nav-link.level-3:active, div#cs-mobile-app .cs-subnav .cs-nav-link.level-3:hover,
      div#cs-mobile-app .cs-subnav a.cs-nav-link.level-2:active,
      div#cs-mobile-app .cs-subnav a.cs-nav-link.level-2:hover,
      div#cs-mobile-app .cs-subnav a.cs-nav-link.level-3:active,
      div#cs-mobile-app .cs-subnav a.cs-nav-link.level-3:hover {
        background-color: #807c75;
        color: #fff; }
      div#cs-mobile-app .cs-subnav .cs-nav-link.level-2,
      div#cs-mobile-app .cs-subnav a.cs-nav-link.level-2 {
        font-weight: bold; }
        @media screen and (min-width: 62em) {
          div#cs-mobile-app .cs-subnav .cs-nav-link.level-2,
          div#cs-mobile-app .cs-subnav a.cs-nav-link.level-2 {
            font-weight: normal; } }
      div#cs-mobile-app .cs-subnav .cs-nav-link.level-3,
      div#cs-mobile-app .cs-subnav a.cs-nav-link.level-3 {
        font-size: .8em; }
  div#cs-mobile-app live-chat-button {
    bottom: 0;
    display: block;
    position: absolute;
    right: 0;
    top: 0; }
    @media screen and (min-width: 81.25em) {
      div#cs-mobile-app live-chat-button {
        right: -20px; } }
    div#cs-mobile-app live-chat-button img {
      cursor: pointer;
      height: 100%; }
  div#cs-mobile-app .sidebar {
    height: 100%;
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#f0f0f0));
    background: transparent linear-gradient(to bottom, #fefefe, #f0f0f0);
    -webkit-box-shadow: inset -8px 0 30px -6px rgba(0, 0, 0, 0.2);
            box-shadow: inset -8px 0 30px -6px rgba(0, 0, 0, 0.2); }
    div#cs-mobile-app .sidebar .logo {
      padding: 20px 20px 40px;
      text-align: center;
      min-height: 132px; }
      div#cs-mobile-app .sidebar .logo img {
        width: 100px; }
    div#cs-mobile-app .sidebar h2 {
      text-align: center; }
    div#cs-mobile-app .sidebar h2 + .palette-container {
      margin-top: 40px; }
    div#cs-mobile-app .sidebar .empty-palette-msg {
      text-align: center;
      padding: 5px 20px; }
      div#cs-mobile-app .sidebar .empty-palette-msg p:first-child {
        padding: 0 5px;
        border-left: 1px solid;
        border-right: 1px solid;
        margin-top: 1rem;
        margin-bottom: 3rem;
        color: #807c75; }
      div#cs-mobile-app .sidebar .empty-palette-msg h3 {
        font-weight: bold;
        padding-bottom: 0;
        margin-bottom: .75rem; }
      div#cs-mobile-app .sidebar .empty-palette-msg p:nth-of-type(2) {
        margin-top: 0; }
    div#cs-mobile-app .sidebar .palette-full {
      text-align: center;
      font-size: 14px;
      padding-bottom: 5px;
      padding-top: 5px;
      margin-bottom: 10px;
      margin-left: 15px;
      margin-right: 15px;
      color: #807c75;
      border-left: 1px solid;
      border-right: 1px solid; }
    div#cs-mobile-app .sidebar .project-colors {
      margin-bottom: 20px; }
    div#cs-mobile-app .sidebar .palette-controls {
      margin-bottom: 80px; }
    div#cs-mobile-app .sidebar .visualizer-container {
      height: 132px;
      cursor: pointer;
      margin-bottom: 20px;
      background-color: #e2e2e2; }
    div#cs-mobile-app .sidebar .btn-small {
      min-width: 0;
      text-transform: uppercase; }
    div#cs-mobile-app .sidebar .hidden {
      display: none; }
  div#cs-mobile-app .paint-coat-legend {
    position: relative;
    background-color: #eeedec;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 20px;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 10px;
    margin-bottom: 5px; }
    @media screen and (min-width: 48em) {
      div#cs-mobile-app .paint-coat-legend {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
    div#cs-mobile-app .paint-coat-legend span {
      font-size: 12px; }
    div#cs-mobile-app .paint-coat-legend .legend-container {
      margin: 5px; }
    div#cs-mobile-app .paint-coat-legend .one-coat {
      -webkit-box-shadow: -3px 3px 15px 0px rgba(0, 0, 0, 0.3);
              box-shadow: -3px 3px 15px 0px rgba(0, 0, 0, 0.3);
      z-index: 1; }
  div#cs-mobile-app related-colors {
    display: block; }
    div#cs-mobile-app related-colors .nav-tabs {
      display: block;
      margin: 0 0 10px; }
      div#cs-mobile-app related-colors .nav-tabs .nav-item {
        background: none;
        border: 0;
        display: inline-block; }
        div#cs-mobile-app related-colors .nav-tabs .nav-item::after {
          border: 0;
          content: '\2014';
          display: inline-block;
          height: auto;
          margin: 0 5px;
          position: static;
          width: auto; }
        div#cs-mobile-app related-colors .nav-tabs .nav-item:last-of-type::after {
          display: none; }
        div#cs-mobile-app related-colors .nav-tabs .nav-item .nav-link {
          background: none;
          border: 0;
          color: #EF695F;
          display: inline-block;
          opacity: 1; }
          div#cs-mobile-app related-colors .nav-tabs .nav-item .nav-link.active {
            color: #000;
            cursor: default; }
            div#cs-mobile-app related-colors .nav-tabs .nav-item .nav-link.active::before, div#cs-mobile-app related-colors .nav-tabs .nav-item .nav-link.active::after {
              background: none; }
    div#cs-mobile-app related-colors .tab-content {
      background: none;
      margin: 0;
      min-height: 0;
      padding: 0; }
  div#cs-mobile-app .related-colors-description {
    margin-bottom: 10px; }
    @media screen and (min-width: 62em) {
      div#cs-mobile-app .related-colors-description {
        margin-bottom: 0; } }
  div#cs-mobile-app .cs-page-footer .related-colors {
    -webkit-box-shadow: inset 0px 10px 5px -5px rgba(0, 0, 0, 0.1);
            box-shadow: inset 0px 10px 5px -5px rgba(0, 0, 0, 0.1);
    padding: 30px 30px; }
    @media screen and (min-width: 62em) {
      div#cs-mobile-app .cs-page-footer .related-colors {
        padding: 30px 60px; } }
  div#cs-mobile-app .cs-page-footer .related-colors-description {
    font-size: 16px;
    padding-right: 20px; }
    div#cs-mobile-app .cs-page-footer .related-colors-description h4 {
      color: #2b2b2b;
      font-size: 1em;
      font-weight: bold;
      margin: 0; }
    div#cs-mobile-app .cs-page-footer .related-colors-description p {
      color: #2b2b2b;
      font-size: 1em;
      margin: 0; }
  div#cs-mobile-app .cs-page-footer .related-colors-carousel {
    padding: 0 30px; }
  div#cs-mobile-app trends-collection-2019 {
    display: block; }
  div#cs-mobile-app .trends-2019 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
    @media screen and (min-width: 36em) {
      div#cs-mobile-app .trends-2019 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
    div#cs-mobile-app .trends-2019 h2 {
      margin-bottom: 20px; }
    div#cs-mobile-app .trends-2019 .color-highlight {
      margin-bottom: 20px;
      padding: 0 20px;
      text-align: center; }
      @media screen and (min-width: 36em) {
        div#cs-mobile-app .trends-2019 .color-highlight {
          margin-bottom: 0;
          padding-left: 10%;
          padding-right: 20px;
          width: 37.5%; } }
    div#cs-mobile-app .trends-2019 .color-collection {
      margin-bottom: 20px;
      text-align: center; }
      @media screen and (min-width: 36em) {
        div#cs-mobile-app .trends-2019 .color-collection {
          margin-bottom: 0;
          padding-right: 10%;
          width: 62.5%; } }
      @media screen and (min-width: 48em) {
        div#cs-mobile-app .trends-2019 .color-collection chipset {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      div#cs-mobile-app .trends-2019 .color-collection .color-row {
        width: 20%; }
        @media screen and (min-width: 48em) {
          div#cs-mobile-app .trends-2019 .color-collection .color-row {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-direction: row;
                    flex-direction: row;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            width: 100%; } }
      @media screen and (min-width: 48em) {
        div#cs-mobile-app .trends-2019 .color-collection color-chip {
          width: 16.6666666667%; } }
  div#cs-mobile-app compare-colors,
  div#cs-mobile-app compare-colors-card {
    display: block; }
  div#cs-mobile-app .compare-colors {
    position: relative; }
    div#cs-mobile-app .compare-colors .page-title {
      margin: 20px 0;
      padding: 0 10px; }
      @media screen and (min-width: 62em) {
        div#cs-mobile-app .compare-colors .page-title {
          padding: 0 40px; } }
    div#cs-mobile-app .compare-colors .color-toggles {
      padding: 0 5px;
      margin-bottom: 20px; }
      @media screen and (min-width: 62em) {
        div#cs-mobile-app .compare-colors .color-toggles {
          padding-left: 30px;
          padding-right: 30px; } }
    div#cs-mobile-app .compare-colors .color-toggle {
      padding: 0 5px; }
      @media screen and (min-width: 62em) {
        div#cs-mobile-app .compare-colors .color-toggle {
          padding-left: 10px;
          padding-right: 10px; } }
      div#cs-mobile-app .compare-colors .color-toggle .swatch {
        cursor: pointer; }
    @media screen and (min-width: 62em) {
      div#cs-mobile-app .compare-colors .compare-list {
        padding-left: 20px;
        padding-right: 20px; } }
    div#cs-mobile-app .compare-colors .compare-item {
      padding: 0 10px 10px; }
      @media screen and (min-width: 62em) {
        div#cs-mobile-app .compare-colors .compare-item {
          padding: 0 20px 20px; } }
    div#cs-mobile-app .compare-colors .color-info {
      padding-right: 40px;
      position: relative; }
      div#cs-mobile-app .compare-colors .color-info *:last-child {
        margin-bottom: 0; }
      div#cs-mobile-app .compare-colors .color-info .btn-close {
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
    div#cs-mobile-app .compare-colors .cs-card,
    div#cs-mobile-app .compare-colors .cs-media {
      margin-bottom: 0; }
  div#cs-mobile-app store-locator .fis-header-top {
    background-image: radial-gradient(circle at bottom right, #cfcfcf, #ffffff 50%); }
    div#cs-mobile-app store-locator .fis-header-top .logo img {
      width: 110px; }
  div#cs-mobile-app store-locator .fis-header-bottom h1 {
    font-weight: bold; }
    @media screen and (min-width: 62em) {
      div#cs-mobile-app store-locator .fis-header-bottom h1 {
        font-weight: normal;
        margin-bottom: 1rem;
        font-size: 26px; } }
  div#cs-mobile-app store-locator .fis-header-bottom .back-wrapper {
    margin-bottom: 20px; }
    @media screen and (min-width: 62em) {
      div#cs-mobile-app store-locator .fis-header-bottom .back-wrapper {
        margin-bottom: 0; } }
  div#cs-mobile-app store-locator .fis-header-bottom .fis-message {
    text-align: center; }
    @media screen and (min-width: 62em) {
      div#cs-mobile-app store-locator .fis-header-bottom .fis-message {
        text-align: left; } }
    @media only print {
      div#cs-mobile-app store-locator .fis-header-bottom .fis-message {
        width: 60%;
        text-align: left; } }
    @media only print {
      div#cs-mobile-app store-locator .fis-header-bottom .fis-message .msg-desktop {
        display: block !important;
        padding-right: 20px; } }
    div#cs-mobile-app store-locator .fis-header-bottom .fis-message .hd-logo {
      width: 100px; }
    div#cs-mobile-app store-locator .fis-header-bottom .fis-message p {
      font-weight: bold;
      margin: 0; }
      @media only print {
        div#cs-mobile-app store-locator .fis-header-bottom .fis-message p {
          font-size: 12px; } }
  div#cs-mobile-app store-locator .fis-header-bottom .store-info-container::after {
    clear: both;
    content: '';
    display: block; }
  @media only print {
    div#cs-mobile-app store-locator .fis-header-bottom .store-info-container {
      display: block !important;
      width: 40%; } }
  div#cs-mobile-app store-locator .fis-header-bottom .store-info-container h5,
  div#cs-mobile-app store-locator .fis-header-bottom .store-info-container p {
    font-size: 14px; }
  div#cs-mobile-app store-locator .fis-header-bottom .store-info-container store-info {
    float: right; }
  @media screen and (min-width: 62em) {
    div#cs-mobile-app store-locator .item-row.fis-header-top, div#cs-mobile-app store-locator .item-row.fis-header-bottom, div#cs-mobile-app store-locator .item-row.fis-footer {
      padding-left: 52px;
      padding-right: 52px; } }
  @media only print {
    div#cs-mobile-app store-locator .item-row.fis-item {
      border-top: 1px solid #ccc; } }
  @media only print {
    div#cs-mobile-app store-locator .item-row.fis-item:last-of-type {
      border-bottom: 1px solid #ccc; } }
  @media print {
    div#cs-mobile-app store-locator .details-wrapper {
      width: 50%; } }
  div#cs-mobile-app store-locator .cc-details {
    padding-top: .5rem; }
    @media screen and (min-width: 36em) {
      div#cs-mobile-app store-locator .cc-details {
        padding-left: 1rem; } }
    div#cs-mobile-app store-locator .cc-details .cc-name {
      font-weight: bold;
      padding-bottom: 0;
      font-size: 14px;
      margin: 0; }
      @media screen and (min-width: 62em) {
        div#cs-mobile-app store-locator .cc-details .cc-name {
          font-size: 18px; } }
    div#cs-mobile-app store-locator .cc-details .cc-id {
      margin: 0;
      font-size: .7rem; }
      @media screen and (min-width: 62em) {
        div#cs-mobile-app store-locator .cc-details .cc-id {
          font-size: .9rem; } }
    div#cs-mobile-app store-locator .cc-details .configured-products-mobile {
      font-size: 12px; }
  div#cs-mobile-app store-locator .cart-item-specifics {
    -ms-flex-item-align: center;
        align-self: center; }
  div#cs-mobile-app store-locator .barcode-wrapper .barcode {
    line-height: 1;
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scale(1, 3.5);
            transform: scale(1, 3.5);
    text-transform: uppercase;
    font-family: 'Libre Barcode 39', cursive;
    white-space: nowrap;
    font-size: 28px;
    margin-left: 24px; }
    @media screen and (min-width: 36em) {
      div#cs-mobile-app store-locator .barcode-wrapper .barcode {
        -webkit-transform: scale(1, 7);
                transform: scale(1, 7);
        margin-left: 0; } }
    @media screen and (min-width: 48em) {
      div#cs-mobile-app store-locator .barcode-wrapper .barcode {
        -webkit-transform: scale(1, 8);
                transform: scale(1, 8); } }
    @media screen and (min-width: 62em) {
      div#cs-mobile-app store-locator .barcode-wrapper .barcode {
        -webkit-transform: scale(1, 5);
                transform: scale(1, 5); } }
    @media screen and (min-width: 75em) {
      div#cs-mobile-app store-locator .barcode-wrapper .barcode {
        -webkit-transform: scale(1, 6);
                transform: scale(1, 6); } }
    @media only print {
      div#cs-mobile-app store-locator .barcode-wrapper .barcode {
        margin-left: 55px; } }
  div#cs-mobile-app store-locator .fis-footer {
    padding-bottom: 100px; }
    div#cs-mobile-app store-locator .fis-footer .home-depot-logo-wrapper {
      display: block;
      margin: auto; }
  div#cs-mobile-app store-locator .email-print-row-buttons {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  @media screen and (min-width: 36em) {
    div#cs-mobile-app store-locator .email-btn {
      padding-right: 10px; } }
  @media screen and (min-width: 62em) {
    div#cs-mobile-app store-locator .email-btn {
      padding-right: 0; } }
  @media screen and (min-width: 36em) {
    div#cs-mobile-app store-locator .print-btn {
      padding-left: 10px; } }
  @media screen and (min-width: 62em) {
    div#cs-mobile-app store-locator .print-btn {
      margin-left: 30px;
      padding-left: 0; } }
  div#cs-mobile-app store-locator .print-notice {
    font-style: italic;
    text-align: right;
    margin-top: 25px; }
    @media screen and (min-width: 62em) {
      div#cs-mobile-app store-locator .print-notice {
        margin-right: 0px; } }
  @media only print {
    div#cs-mobile-app store-locator .swatch.responsive {
      width: 60%; } }
  div#cs-mobile-app store-locator .print-cc-details {
    margin-left: -40px; }
    div#cs-mobile-app store-locator .print-cc-details .cc-name {
      margin: 0;
      padding: 0;
      font-size: 15px; }
    div#cs-mobile-app store-locator .print-cc-details .cc-id {
      margin: 0;
      padding: 0;
      font-size: 15px; }
  div#cs-mobile-app store-info,
  div#cs-mobile-app .modal-body store-locator-form store-info .store-info-search {
    text-align: center; }
    @media screen and (min-width: 62em) {
      div#cs-mobile-app store-info,
      div#cs-mobile-app .modal-body store-locator-form store-info .store-info-search {
        text-align: left; } }
    @media only print {
      div#cs-mobile-app store-info,
      div#cs-mobile-app .modal-body store-locator-form store-info .store-info-search {
        text-align: left; } }
    div#cs-mobile-app store-info h5,
    div#cs-mobile-app .modal-body store-locator-form store-info .store-info-search h5 {
      margin-bottom: 1rem;
      font-weight: bold;
      text-transform: uppercase; }
    div#cs-mobile-app store-info p,
    div#cs-mobile-app .modal-body store-locator-form store-info .store-info-search p {
      margin: 0; }
      div#cs-mobile-app store-info p:nth-of-type(4), div#cs-mobile-app store-info p:nth-of-type(5),
      div#cs-mobile-app .modal-body store-locator-form store-info .store-info-search p:nth-of-type(4),
      div#cs-mobile-app .modal-body store-locator-form store-info .store-info-search p:nth-of-type(5) {
        margin-top: .25rem; }
    div#cs-mobile-app store-info .find-store-btn,
    div#cs-mobile-app .modal-body store-locator-form store-info .store-info-search .find-store-btn {
      margin: 2rem 0; }
      @media screen and (min-width: 62em) {
        div#cs-mobile-app store-info .find-store-btn,
        div#cs-mobile-app .modal-body store-locator-form store-info .store-info-search .find-store-btn {
          margin-top: 35%; } }
    div#cs-mobile-app store-info .miles,
    div#cs-mobile-app .modal-body store-locator-form store-info .store-info-search .miles {
      text-align: right;
      padding-top: 3rem;
      font-weight: bold; }
  div#cs-mobile-app .store-info-search {
    border-top: 1px solid #818181;
    padding-bottom: 1rem; }
    @media screen and (min-width: 62em) {
      div#cs-mobile-app .store-info-search {
        margin: 0 2rem; } }
  div#cs-mobile-app .location-arrow svg {
    font-size: 2rem;
    margin-right: .5rem; }
  div#cs-mobile-app .store-locator-form store-locator-form p {
    color: #2b2b2b; }
  div#cs-mobile-app .store-locator-form store-locator-form store-info:last-child > div {
    padding-bottom: 3rem; }
  div#cs-mobile-app .store-locator-form store-locator-form form {
    text-align: left;
    padding-bottom: 1rem; }
    @media screen and (min-width: 62em) {
      div#cs-mobile-app .store-locator-form store-locator-form form {
        padding: 0 2rem 1rem; } }
    div#cs-mobile-app .store-locator-form store-locator-form form img {
      width: 100%; }
    div#cs-mobile-app .store-locator-form store-locator-form form .input-wrapper {
      padding: 1em 0 1em 1em;
      margin-bottom: 0; }
      div#cs-mobile-app .store-locator-form store-locator-form form .input-wrapper input[type=text] {
        font-size: 12px;
        height: 50%; }
      div#cs-mobile-app .store-locator-form store-locator-form form .input-wrapper button:first-of-type {
        margin: 0; }
      div#cs-mobile-app .store-locator-form store-locator-form form .input-wrapper + button[type=button] {
        text-align: left;
        text-transform: capitalize;
        margin-left: .5em;
        font-size: 12px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        @media screen and (min-width: 62em) {
          div#cs-mobile-app .store-locator-form store-locator-form form .input-wrapper + button[type=button] {
            font-size: 14px; } }
        div#cs-mobile-app .store-locator-form store-locator-form form .input-wrapper + button[type=button] span:last-of-type {
          font-weight: normal;
          margin: auto; }
      div#cs-mobile-app .store-locator-form store-locator-form form .input-wrapper button {
        min-width: 0; }
/*# sourceMappingURL=app.dist.css.map */