@import 'https://www.behr.com/binaries/content/assets/behrdotcomrefresh/web/css/pro-components/pro-font.css';
@import url("https://use.typekit.net/yas1wpb.css");
@font-face {
  font-family: 'Material Icons';
  font-weight: var(--behr-normal);
  font-weight: var(--behr-normal);
  src: local('Material Icons'),
    local('MaterialIconsOutlined-Regular'),
    url("../font/MaterialIconsOutlined-Regular.otf") format('opentype');
}

.material-icons-outlined {
  font-family: 'Material Icons';
  font-weight: var(--behr-normal);
  font-style: normal;
  font-size: 16px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  color: #FFFFFF;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
 .owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
 .owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
/* @import '../../external-links/bootstrap/bootstrap.min.css'; */
/* Global Variables */
:root {
    /* Breakpoints */
    --behr-breakpoint-tablet: 768px;
    --behr-breakpoint-desktop-small: 992px;
    --behr-breakpoint-desktop-large: 1200px;
    --behr-breakpoint-desktop-xlarge: 1920px;

    /* Colors */
    --behr-navy-primary: #4E4E4E;
    --behr-navy-medium: #373E44;
    --behr-navy-dark: #282C2F;
    --behr-black: #212529;
    --behr-white: #ffffff;
    --behr-beige-ternary: #545456;
    --behr-beige: rgba(216, 216, 216, 0.2);
    --behr-beige-secondary: #575D69;
    --behr-grey-light: #D8D8D8;
    --behr-grey-medium: #8A8A8A;
    --behr-grey-dark: #6B6B6B;
    --behr-red-primary: #C94F15;
    --behr-red-medium: #C94F15;
    --behr-red-dark: #C94F15;
    --behr-input-default-border: #CED4DA;
    --behr-input-focus-border: #465058;


    /* Global Padding */
    --behr-mobile-padding: 10px 30px;
    /* Fonts */
    --behr-heading-font: "alternate-gothic-atf", sans-serif;
    --behr-body-and-label-font: "proxima-nova", sans-serif;
    --behr-body-and-label-font--bold: "proxima-nova", sans-serif;

    /* Font Weight */
    --behr-normal: 400;
    --behr-bold: 700;
    --behr-atf-500: 500;
    --behr-bold-600: 600;

}

/* Set base size for REM */
html {
    font-size: 16px;
}


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



.hide {
    display: none;
}

.show {
    display: block;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
    html:focus-within {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

@keyframes fade-in-behr {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fade-in-behr {
    animation: fade-in-behr .2s linear;
}

/* Pro Heading Fonts */
.container {
    max-width: 1190px !important;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    -webkit-transition: all 1s ease-in;
    -moz-transition: all 1s ease-in;
    -ms-transition: all 1s ease-in;
    -o-transition: all 1s ease-in;
    transition: all 1s ease-in;
}

@media (min-width: 1200px) and (max-width: 1330px) {
    .container {
        padding-left: 65px !important;
        padding-right: 65px !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .container {
        padding-left: 56px !important;
        padding-right: 56px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .container {
        padding-left: 29px !important;
        padding-right: 29px !important;
    }
}

@media (max-width: 767px) {
    .container {
        padding-left: 18px !important;
        padding-right: 18px !important;
    }
}

@media (min-width: 992px) {
    .h-lg-0 {
        height: 0% !important;
    }

    .h-lg-25 {
        height: 25% !important;
    }

    .h-lg-50 {
        height: 50% !important;
    }

    .h-lg-75 {
        height: 75% !important;
    }

    .h-lg-100 {
        height: 100% !important;
    }
}

h1,
.behr-pro-1 {
    font-family: var(--behr-heading-font);
    font-style: normal;
    font-weight: var(--behr-atf-500);
    font-size: 50px;
    line-height: 60px;
    text-transform: uppercase;
    color: #212529;
}

h2,
.behr-pro-2 {
    font-family: var(--behr-heading-font);
    font-style: normal;
    font-weight: var(--behr-atf-500);
    font-size: 44px;
    line-height: 52px;
    text-transform: uppercase;
    color: #212529;
}

h3,
.behr-pro-3 {
    font-family: var(--behr-heading-font);
    font-style: normal;
    font-weight: var(--behr-atf-500) !important;
    font-size: 30px;
    line-height: 42px !important;
    text-transform: uppercase;
    color: #212529;
}

h4,
.behr-pro-4 {
    font-family: var(--behr-heading-font);
    font-style: normal;
    font-weight: var(--behr-atf-500);
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase;
    color: #212529;
}

.behr-pro-5 {
    font-family: var(--behr-body-and-label-font--bold);
    font-style: normal;
    font-weight: var(--behr-bold);
    font-size: 20px;
    line-height: 32px;
    color: #212529;
}

h5 {
    font-family: var(--behr-heading-font);
    font-style: normal;
    font-weight: var(--behr-atf-500);
    font-size: 20px;
    line-height: 24px;
    color: #212529;
}

.behr-pro-6 {
    font-family: var(--behr-heading-font);
    font-style: normal;
    font-weight: var(--behr-atf-500);
    font-size: 30px;
    line-height: 42px;
    text-transform: uppercase;
    color: #212529;
}

.pro-pop-up-title {
    font-family: var(--behr-heading-font);
    font-size: 56px;
    line-height: 60px;
    font-weight: var(--behr-atf-500);
    font-style: normal;
    text-transform: uppercase;
    color: #212529;
}

.pro-pop-up-title-2 {
    font-family: var(--behr-heading-font);
    font-size: 40px;
    line-height: 1.1;
    font-weight: var(--behr-atf-500);
    font-style: normal;
    text-transform: uppercase;
    color: #212529;
}

/* Para Tags and Small Tags*/
p,
.behr-pro-text {
    font-family: var(--behr-body-and-label-font);
    font-style: normal;
    font-weight: var(--behr-normal);
    font-size: 18px;
    line-height: 27px;
    color: #4E4E4E;
}

.behr-pro-big-text {
    font-family: var(--behr-body-and-label-font--bold);
    font-style: normal;
    font-weight: var(--behr-bold);
    font-size: 20px;
    line-height: 32px;
    color: #212529;
}

.behr-pro-small-text {
    font-family: var(--behr-body-and-label-font);
    font-style: normal;
    font-weight: var(--behr-normal);
    font-size: 16px;
    line-height: 24px;
    color: #4E4E4E;
}

.behr-pro-dark-text {
    font-family: var(--behr-body-and-label-font--bold);
    font-style: normal;
    font-weight: var(--behr-bold);
    font-size: 15px;
    line-height: 20px;
    color: #212529;
}

.behr-pro-dark-text-2 {
    font-family: var(--behr-body-and-label-font--bold);
    font-style: normal;
    font-weight: var(--behr-bold);
    font-size: 14px;
    line-height: 24px;
    color: #212529;
}

.behr-pro-legal {
    font-family: var(--behr-body-and-label-font);
    font-style: normal;
    font-weight: var(--behr-normal);
    font-size: 10px;
    line-height: 12px;
    color: #212529;
}

.legal-disclaimer p,
.legal-disclaimer {
    font-family: var(--behr-body-and-label-font);
    font-style: normal;
    font-weight: var(--behr-normal);
    font-size: 12.8px !important;
    line-height: 22px !important;
    color: #4E4E4E;
}

.pro-pop-up-small-text {
    font-family: var(--behr-body-and-label-font);
    font-weight: var(--behr-normal);
    font-style: normal;
    font-size: 13px;
    line-height: 1.5;
    color: #212529;
    font-weight: var(--behr-normal);
}

/* Fonts for CTA */
.primary-anchor-text {
    font-family: var(--behr-body-and-label-font--bold);
    font-style: normal;
    font-weight: var(--behr-bold);
    font-size: 14px;
    line-height: 21px;
    color: #C94F15 !important;
}

.primary-anchor-text:hover {
    color: #A13F11 !important;
    text-decoration: none;
}

.secondary-anchor-text {
    font-family: var(--behr-body-and-label-font--bold);
    font-style: normal;
    font-weight: var(--behr-bold);
    font-size: 15px;
    line-height: 18px;
    color: #C94F15;
}

.secondary-anchor-text:hover,
.ternary-anchor-text:hover {
    color: #A13F11 !important;
}

a:hover {
    color: #A13F11;
}

a,
.ternary-anchor-text {
    font-family: var(--behr-body-and-label-font--bold);
    font-style: normal;
    font-weight: var(--behr-bold);
    font-size: 15px;
    line-height: 18px;
    color: #C94F15;
}

.primary-anchor-large {
    font-family: var(--behr-body-and-label-font--bold);
    font-style: normal;
    font-weight: var(--behr-bold);
    font-size: 20px;
    line-height: 32px;
    color: #212529;
}

.primary-anchor-large:hover {
    color: #212529 !important;
    border-bottom: 3px solid #C94F15;
    text-decoration: none;
}

/* Fonts for Button */
.primary-button-orange,
.btn-primary,
.btn-orange-primary {
    font-family: var(--behr-body-and-label-font--bold);
    text-align: center;
    font-style: normal;
    font-weight: var(--behr-bold);
    background: #C94F15;
    border: 1px solid #C94F15;
    color: white;
    padding: 12px 15px;
    font-size: 14px;
    line-height: 21px;
    text-transform: uppercase;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 0 !important;
}

.primary-button-orange:hover,
.btn-primary:hover,
.btn-orange-primary:hover,
.primary-button-orange:active,
.btn-primary:active,
.btn-orange-primary:active .primary-button-orange:focus,
.btn-primary:focus,
.btn-orange-primary:focus {
    text-decoration: none;
    cursor: pointer;
    border-radius: 0 !important;
    background: #C94F15 ;
    border: 1px solid #A13F11;
    color: #fff !important;
    box-shadow: 0px 4px 10px 0px #00000026 !important;
}
.primary-button-orange:focus-visible,
.btn-primary:focus-visible,
.btn-orange-primary:focus-visible, 
.primary-button-orange:active,
.btn-primary:active,
.btn-orange-primary:active {
    background-color: #A13F11 !important;
    border: 1px solid #A13F11 !important;
    border-color: #A13F11 !important;
    outline: none;
}
.primary-button-black {
    font-family: var(--behr-body-and-label-font--bold);
    text-align: center;
    font-style: normal;
    font-weight: var(--behr-bold);
    background: #4E4E4E;
    border: 1px solid #465058;
    color: #fff;
    padding: 12px 30px;
    font-size: 14px;
    line-height: 21px;
    text-transform: uppercase;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.primary-button-black:hover {
    background: #212529;
    cursor: pointer;
    text-decoration: none;
    color: #fff !important;
}

.primary-button-outline {
    font-family: var(--behr-body-and-label-font--bold);
    text-align: center;
    font-style: normal;
    font-weight: var(--behr-bold);
    background: transparent;
    color: #4E4E4E;
    border: 1px solid #465058;
    padding: 12px 30px;
    font-size: 14px;
    line-height: 21px;
    text-transform: uppercase;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.primary-button-outline:hover {
    cursor: pointer;
    color: #4E4E4E !important;
    text-decoration: none;
}

.primary-disabled-button {
    font-family: var(--behr-body-and-label-font--bold);
    text-align: center;
    font-style: normal;
    font-weight: var(--behr-bold);
    background: #D8D8D8;
    border: 1px solid #D8D8D8;
    color: white !important;
    padding: 10px 30px;
    font-size: 14px;
    line-height: 21px;
    text-transform: uppercase;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.primary-disabled-outline {
    font-family: var(--behr-body-and-label-font--bold);
    text-align: center;
    font-style: normal;
    font-weight: var(--behr-bold);
    background: transparent;
    color: #D8D8D8;
    border: 1px solid #D8D8D8;
    padding: 10px 30px;
    font-size: 14px;
    line-height: 21px;
    text-transform: uppercase;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.primary-disabled-outline:hover {
    color: #D8D8D8 !important;
}

/* From Consumer */
.btn-primary-stroked {
    color: #465058 !important;
    /* background: #fff; */
    border: 1px solid #465058;
    padding: 5px 30px;
    border-radius: 25px;
    display: inline-flex;
    /*CSS3*/
    align-items: center;
    /*Vertical align*/
    justify-content: center;
    /*horizontal align*/
    font-weight: var(--behr-atf-500);
    height: 50px;
}

.btn-primary-stroked:hover {
    border: 1px solid #373e44;
    text-decoration: none;
    color: #373e44 !important;
}

.primary-button-orange-stroked {
    font-family: var(--behr-body-and-label-font--bold);
    text-align: center;
    font-style: normal;
    font-weight: var(--behr-bold);
    background: #C94F15;
    border: 1px solid #C94F15;
    color: white;
    padding: 12px 15px;
    font-size: 14px;
    line-height: 21px;
    border-radius: 25px;
    text-transform: uppercase;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.primary-button-orange-stroked:hover,
.primary-button-orange-stroked:active,
.primary-button-orange-stroked:focus {
    text-decoration: none;
    cursor: pointer;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #C94F15 !important;
    border: 1px solid #A13F11 !important;
    color: #fff !important;
}

@media (max-width:991px) {

    /* Fonts for paragraph/small text */
    .behr-pro-text {
        font-size: 18px;
        line-height: 27px;
    }

    .behr-pro-small-text {
        font-weight: var(--behr-normal);
        font-size: 16px;
    }

    .behr-pro-dark-text {
        font-size: 15px;
        line-height: 20px;
    }
}

/* Fonts color */
.primary-black-text {
    color: #212529;
    font-family: var(--behr-body-and-label-font);
    font-style: normal;
    font-weight: var(--behr-normal);
    font-size: 18px;
    line-height: 27px;
}

.secondary-black-text {
    color: #4E4E4E;
    font-family: var(--behr-body-and-label-font);
    font-style: normal;
    font-weight: var(--behr-normal);
    font-size: 18px;
    line-height: 27px;
}

.ternary-black-text {
    color: #000000;
    font-family: var(--behr-body-and-label-font);
    font-style: normal;
    font-weight: var(--behr-normal);
    font-size: 18px;
    line-height: 27px;
}

.primary-orange-text {
    color: #C94F15 !important;
    font-family: var(--behr-body-and-label-font);
    font-style: normal;
    font-weight: var(--behr-normal);
    font-size: 18px;
    line-height: 27px;
}

.pro-bullet-list li,
ul li {
    font-family: var(--behr-body-and-label-font);
    font-style: normal;
    font-weight: var(--behr-normal);
    font-size: 18px;
    line-height: 27px;
    color: #4E4E4E;
}

input[type="text"] {
    font-family: var(--behr-body-and-label-font);
    font-style: normal;
    font-weight: var(--behr-normal);
    font-size: 14px;
    line-height: 24px;
    border: 1px solid #D8D8D8;
}

input[type="radio"] {
    accent-color: #212529;
}

sub {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: sub !important;
}

sup {
    font-size: 60%;
    position: relative;
    vertical-align: super;
    top: 0.1rem;
    font-family: inherit;
    font-weight: inherit;
}

.dropdown {
    background: transparent;
    transition: 0.3s ease;
    width: 100%;
    padding: 0px;
    border: 0;
    color: black;
}

.dropdown:hover {
    color: black;
}

.dropdown i {
    float: right;
    font-size: 24px;
    font-weight: var(--behr-bold);
}

/* Remove default margin / padding */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
p,
blockquote,
table,
th,
td,
embed,
object {
    padding: 0;
    margin: 0;
}

.owl-stage {
    padding-left: 0px !important;
}

label {
    font-family: var(--behr-body-and-label-font--bold);
    font-style: normal;
    font-weight: var(--behr-bold);
    font-size: 15px;
    line-height: 20px;
    color: #212529;
}

.font-size-14px {
    font-size: 14px;
}

.font-size-16px {
    font-size: 16px;
}

/* behr consumer class */

.font-family-gothic-compressed {
    font-family: var(--behr-heading-font) !important;
    font-weight: var(--behr-atf-500);
}

.line-height-1 {
    line-height: 1 !important;
}

.heading-2 {
    font-family: var(--behr-heading-font);
    font-weight: var(--behr-atf-500);
    font-size: 45px;
    line-height: 40px;
    text-transform: uppercase;
    letter-spacing: 0px;
    color: #465058;
}

.heading-3 {
    font-family: var(--behr-heading-font);
    font-weight: var(--behr-atf-500);
    font-size: 34px;
    line-height: 30px;
    color: #465058;
    text-transform: uppercase;
    letter-spacing: 0px;
}

.heading-4 {
    font-family: var(--behr-heading-font);
    font-weight: var(--behr-atf-500);
    font-size: 30px;
    line-height: 35px;
    text-transform: uppercase;
    letter-spacing: 0px;
    color: #465058;
}

.heading-5 {
    font-family: var(--behr-heading-font);
    font-weight: var(--behr-atf-500);
    font-size: 24px;
    line-height: 25px;
    text-transform: uppercase;
    letter-spacing: 0px;
    color: #465058;
}

@media (max-width:1200px) {
    .heading-2 {
        font-size: 34px;
        line-height: 30px;
    }

    .heading-3 {
        font-size: 30px;
        line-height: 35px;
    }

    .heading-4 {
        font-size: 24px;
        line-height: 25px;
    }

    .heading-5 {
        font-size: 24px;
        line-height: 25px;
    }
}

img,
picture {
    max-width: 100%;
}

/* Arrows and Icons*/
.custom-arrow-right {
    border: 1px solid;
    border-width: 0px 2px 2px 0px;
    display: inline-block;
    padding: 4px;
    transform: rotate(-45deg);
    margin-left: 5px;
}

.custom-arrow-left {
    border: 1px solid;
    border-width: 0px 2px 2px 0px;
    display: inline-block;
    padding: 4px;
    transform: rotate(135deg);
    margin-left: 5px;
}
.custom-arrow-down {
    border: 1px solid;
    border-width: 0px 2px 2px 0px;
    display: inline-block;
    padding: 4px;
    transform: rotate(45deg);
    margin-left: 5px;
}
.custom-arrow-up {
    border: 1px solid;
    border-width: 0px 2px 2px 0px;
    display: inline-block;
    padding: 4px;
    transform: rotate(225deg);
    margin-left: 5px;
}
.custom-close-icon {
    font-style: normal;
    cursor: pointer;
}
/* Custome Plus Icon */
.custom-material-icons-add,
.custom-material-icons-minus {
    font-family: 'Material Icons';
    font-style: normal;
    color: inherit;
    font-size: 24px;
    font-weight: 900;
    align-items: center;
    display: flex;
    justify-content: center;
}
.btn-anchor-link {
    font-size: 18px;
    line-height: 24px;
    font-family: var(--behr-body-and-label-font--bold);
    font-weight: var(--behr-bold);
    color: #C94F15;
    padding: 0;
    border: 0;
    background: none;
    height: unset;
}
.btn-anchor-link:hover {
    color: #A13F11;
}
.accordion-module label {
    margin-bottom: 0px;
}

.plus_minus.collapsed {
    background-image: url(https://www.behr.com/binaries/content/gallery/behr-us-pro/honors/plus_icon.png);
}

.plus_minus {
    background-image: url(https://www.behr.com/binaries/content/gallery/behr-us-pro/honors/minus_icon.png);
}

.left-position-accordion {
    cursor: pointer;
    width: 19px!important;
    height: 19px!important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
}
.right-position-accordion {
    cursor: pointer;
    width: 19px!important;
    height: 19px!important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    position: absolute;
    right: 2%;
}
.end-content-position {
    cursor: pointer;
    width: 19px!important;
    height: 19px!important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    order: 1; 
}
div#questions-section a {
    font-size: 18px !important;
    line-height: 20px !important;
    color: #A13F11;
}

.create-reward-account a {
    font-size: 18px !important;
    line-height: 27px !important;
}

.questions-content {
    background-color: #F2F2F2;
    padding: 20px;
}

.questions-content label {
    font-size: 18px;
}

.ph-legal {
    line-height: 20px;
    margin-bottom: 15px;
}
@media (max-width:767px) {
    .right-position-accordion {
        right: 4%;
    }
    .end-content-position {
        padding-right: 30px;
    }
}
.anchor-button, .button{
  font-size: .938rem;
  /* border-radius: 25px; */
  padding: 5px 30px;
  height: 50px;
  font-family: var(--behr-body-and-label-font--bold);
  font-weight: var(--behr-bold);
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;

  /* prevent blue highlights of buttons when clicked */
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.anchor-button:hover, .button:hover, button:hover {
  cursor: pointer;
}
.button a{
  color: inherit;
  text-decoration: none;
}

.black-primary{
  color: #fff !important;
  background-color: var(--behr-navy-primary);
  border: none;
}

.black-primary:hover{
  color: #fff;
  background-color: var(--behr-navy-medium);
  border: none;
  text-decoration: none;
}

.black-primary:active{
  background-color: var(--behr-navy-dark);
}

.red-primary{
  color: #fff;
  background-color: var(--behr-red-primary);
  border: none;
}

.red-primary:hover{
  color: #fff!important;
  background-color: var(--behr-red-medium);
  box-shadow: 0px 4px 10px 0px #00000026;
  border: none;
  text-decoration: none;
}

.red-primary:active{
  background-color: var(--behr-red-dark);
}

.black-secondary{
  color: var(--behr-navy-primary);
  background-color: white;
  border: 1px solid var(--behr-navy-primary);
}

.black-secondary:hover{
  color: var(--behr-navy-medium);
  background-color: white;
  border: 1px solid var(--behr-navy-medium);
  text-decoration: none;
  box-shadow: 0px 4px 10px 0px #0000001A;
}

.black-secondary:active{
  color: var(--behr-navy-dark);
  background-color: white;
  border: 1px solid var(--behr-navy-dark);
}

.red-secondary{
  color: var(--behr-red-primary);
  background-color: transparent;
  border: 1px solid var(--behr-red-primary);
}

.red-secondary:hover{
  color: var(--behr-red-medium);
  background-color: transparent;
  border: 1px solid var(--behr-red-medium);
  text-decoration: none;
}

.red-secondary:active{
  color: var(--behr-red-dark);
  background-color: transparent;
  border: 1px solid var(--behr-red-dark);
}

.btn-white-outline--primary{
  background-color: var(--behr-navy-primary);
  border: 1px solid #fff;
  color: #fff;
}

.btn-white-outline--primary:hover{
  background-color: var(--behr-navy-primary);
  border: 1px solid var(--behr-grey-light);
  color: var(--behr-grey-light);
  text-decoration: none;
}
.legal {
  font-family: var(--behr-body-and-label-font);
  font-weight: var(--behr-normal);
  font-size: 12.8px !important;
  line-height: 14px !important;
}
.legal a { 
  font-size: inherit;
}
.architecture-sort-search {
    margin: 50px 0px;
}
.architecture-sort-search input[type=text] {
    width: 100%;
    max-width: 870px;
    height: 50px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    background-color: white;
    background-image: url('../images/Search.svg');
    background-position: 10px 10px; 
    background-repeat: no-repeat;
    padding: 12px 20px 12px 45px;
}
@media (min-width:1190px) {
    .architecture-sort-search input[type=text] {
        min-width: 832px;
    }
}
.architecture-sort-search .primary-button-orange {
    height: 50px;
    margin: 0px 20px;
    width: 100%;
    max-width: 172px;
}
.architecture-sort-search .black-primary {
    height: 50px;
}

@media (max-width:767px) {
    #searchData {
        margin-bottom: 20px;
    }
    .architecture-sort-search input[type=text] {
        max-width: 600px;
    }
    .architecture-sort-search .primary-button-orange {
        margin: 0px 0px 0px 5px;
        max-width: 120px;
    }
    .architecture-sort-search .black-primary {
        max-width: 80px;
    }
    .custom-selected-option {
        margin-top: 20px;
    }
}
.search-response {
    margin-top: 20px;
    overflow-y: hidden;
}
.table td, .table th {
    font-family: var(--behr-body-and-label-font);
}
.search-response .table thead th {
    font-size: 12px;
    padding: 10px;
    background-color: #4E4E4E;
    color: #ffffff;
    line-height: 100%
}

.architecture-sort-search {
    margin: 50px 0px;
}
.architecture-sort-search input[type=text] {
    width: 100%;
    max-width: 870px;
    height: 50px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    background-color: white;
    background-image: url('../images/Search.svg');
    background-position: 10px 10px; 
    background-repeat: no-repeat;
    padding: 12px 20px 12px 40px;
}
@media (min-width:1190px) {
    .architecture-sort-search input[type=text] {
        min-width: 832px;
    }
}
.architecture-sort-search .primary-button-orange {
    height: 50px;
    margin: 0px 10px 0px 10px;
    width: 100%;
    max-width: 160px;
}
.architecture-sort-search .black-primary {
    height: 50px;
    background-color: var(--behr-navy-primary);
    border: none;
    width: 150px;
}
.custom-selected-option {
    color: #333333;
    font-family: var(--behr-body-and-label-font--bold);
    font-weight: var(--behr-bold);
    border: 1px solid #666666;
    max-width: 375px;
    width: 100%;
    height: 50px;
    display: block;
    padding: 15px 10px;
}
.custom-selected-option:hover {
    color: #212529;
    text-decoration: none;
}
.custom-select-dropdown .custom-selected-option:after {
    content: '';
    border: 2px solid #212529;
    background-color: transparent;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(45deg);
    margin-right: 10px;
    float: right;
    margin-top: 5px;
}
.dropdown-menu.show {
    border: 0px;
    margin: 0px;
    padding: 0px;
}
.custom-select-dropdown.show .custom-selected-option:after {
    content: '';
    border: 2px solid #212529;
    background-color: transparent;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(-135deg);
    margin-right: 10px;
    float: right;
    margin-top: 5px;
}
.custom-select-options {
    max-width: 375px;
    width: 100%;
}
.custom-select-options a {
    font-weight: var(--behr-bold);
    height: 50px;
    border: 1px solid #00000033;
    cursor: pointer;
    padding: 15px 10px;
}
.custom-select-options a:active,
.custom-select-options a:active {
    color: #212529 !important;
    background-color: #0000001A;
}
.custom-select-options a:focus-visible {
    outline: none;
    box-shadow: none;
}
@media (max-width:767px) {
    #searchData {
        margin-bottom: 20px;
    }
    .architecture-sort-search input[type=text] {
        max-width: 600px;
    }
    .architecture-sort-search .primary-button-orange {
        margin: 0px 0px 0px 5px;
        max-width: 120px;
    }
    .architecture-sort-search .black-primary {
        max-width: 80px;
    }
    .custom-selected-option {
        margin-top: 20px;
    }
}
.search-response {
    margin-top: 20px;
}
.table td, .table th {
    font-family: var(--behr-body-and-label-font);
}
.search-response .table thead th {
    font-size: 12px;
    padding: 10px;
    background-color: #4E4E4E;
    color: #ffffff;
}
.search-response .table thead th:first-child {
    max-width: 100%;
    width: 230px;
}
.search-response .table td {
    font-size: 15px;
    background-color: #EFEFEF;
    vertical-align: middle;
}
.architecture-sort-search .search-response .table thead th {
    vertical-align: middle;
}
.architecture-sort-search .search-response .table td {
    vertical-align: middle;
    font-family: var(--behr-body-and-label-font);
    font-weight: var(--behr-bold);
    size: 15px;
    color: #4E4E4E;
    line-height: 20px;
    text-transform: uppercase;
    border:1px solid white      
}
.architecture-sort-search .search-response .table a {
    vertical-align: middle;
    font-family: var(--behr-body-and-label-font);
    font-weight: var(--behr-bold);
    size: 15px;
    color: #4E4E4E;
    line-height: 20px;
    text-transform: uppercase;  
    text-decoration: none;
}
#searchData {
    background-color: #EFEFEF;
}
.custom-selected-SDS {
    background-color: white;
    border: 1px solid #D8D8D8;
    padding: 5px 0px 0px 0px;
    display: inline-block;
}
.custom-selected-SDS:hover {
    text-decoration: none;
}
.custom-selected-SDS:after {
    content: '';
    border: 2px solid #212529 !important;
    background-color: transparent;
    border-width: 0 2px 2px 0 !important;
    display: inline-block;
    padding: 4px;
    transform: rotate(45deg);
}
.custom-options-SDSs {
    display: none;
    cursor: pointer;
    background: white;
    margin: 0 !important;
    padding: 0 !important;
    min-width: max-content !important;
}
.custom-options-SDSs .dropdown-item {
    border-bottom: 1px solid rgba(0,0,0,.15) ;
}
.custom-SDS-dropdown {
    padding-top: 10px;
}
.custom-SDS-dropdown:hover .custom-options-SDSs {
    display: block;
}
@media (min-width: 1331px) {
    .architecture-sort-search .search-response .table{
        table-layout:fixed; 
        width: 100%; 
    }
    .architecture-sort-search .productNumber {
        text-align:center;
        width: 70px;
    }
    .architecture-sort-search .productName {
        width: 150px;
    }
    .architecture-sort-search .tds {
        text-align:center;
        width: 60px;
    }
    .architecture-sort-search .sds {
        text-align:center;
        width: 75px;
    }
    .architecture-sort-search .mpi {
        text-align:center;
        width: 50px;
    }
    .architecture-sort-search .voc {
        text-align:center;
        width: 60px;
        word-wrap: break-word;
    }
    .architecture-sort-search .epd {
        text-align:center;
        width: 55px;
    }
    .architecture-sort-search .hpd {
        text-align:center;
        width: 55px;
    }
    .architecture-sort-search .gg {
        width: 100px;
    }
    .architecture-sort-search .ffe {
        text-align:center;
        width: 50px;
    }
    .architecture-sort-search .leed {
        text-align:left;
        width: 70px;
    }
    .architecture-sort-search .chps {
        text-align:center;
        width: 50px; 
    }
    .architecture-sort-search .well {
        width: 75px;
    }
}
.search-response table tbody td {
    padding: .5rem;
}
.architecture-sort-search input:focus {
    outline: none;
}

.architecture-sort-search .dropdown-toggle:after {
    margin-left: 0em;
}
sup {
    font-size: 90%!important;
    position: relative;
    vertical-align: super;
    top: 0.27rem!important;
    font-family: inherit;
    font-weight: inherit;
}

.architecture-sort-search .primary-orange-text {
    font-size: 15px!important;
}

.architecture-program {
    padding: 25px 0px;
} 

.architecture-program .program-container {
    column-count: 2;
    column-fill: balance;
}

.architecture-program a {
    color: #C94F15;
    text-transform: uppercase;
    font-weight: var(--behr-bold);
}

.architecture-program h3 {
    font-size: 24px;
    margin-bottom: 10px;
    line-height: 24px !important;
}
.architecture-program p {
    font-size: 18px;
    text-overflow: ellipsis;
    overflow: hidden; 
}

.architecture-program a {
    font-size: 14px;
    padding-right: 20px;
}

.architecture-program a::after {
    content: "›";
    /* content: "\e5cc"; */
    color: #C94F15;
    font-family: var(--behr-body-and-label-font);
    font-weight: var(--behr-bold);
    font-size: 1;
    font-size: 36px;
    position: relative;
    top: 4px;
    left: 4px;
}

.architecture-program figure{    
    display: flex;
    flex: 0 1 50%;
    break-inside: avoid-column;
}

.architecture-program figure img {
    height: 180px;
    margin-right: 15px;
    max-width: 265px;
}

.architecture-program i{
    display: block;
    padding: 20px 0 140px;
}

@media only screen and (max-width: 991px) {
    .architecture-program .program-container {
        column-count: 1;        
    }

    .architecture-program figure{    
        flex-direction: column;
    }
    .architecture-program figure img {
        max-width: 100%;
        margin-bottom: 10px;
    }

    .architecture-program i{    
        padding: 0;
    }
}
.imageArticlesList {
    padding-bottom: 1.5rem!important;
}

.article-list figure {
    display: flex;
    border: 1px solid #D8D8D8;
    margin: 30px 0;
}
.article-list figcaption .pb-45 {
    padding-bottom: 2rem!important;
}

.article-list figure .imgCenter {
    text-align: center;
}

.article-list figure img {
    flex: 0 0 172px;
    height: 172px;
}

.article-list figure img,
.article-list figure figcaption {
    margin: 30px;
}

.article-list figure figcaption {
    font-family: var(--behr-body-and-label-font);
    font-weight: var(--behr-normal);
    font-style: normal;
    flex: 1;
    margin-left: 0px;
}

.article-list a {
    color: #C94F15;
    font-weight: var(--behr-bold);
    text-decoration: none;
}

.article-list figure figcaption > h4 {
    margin: 10px 0;
}

.article-list figure figcaption > span {
    color: #212529;
    background: rgba(216, 216, 216, 0.2);
    padding: 5px 10px;
    font-weight: var(--behr-bold);
    font-size: 12px;
    line-height: 22px;
    font-family: var(--behr-body-and-label-font);
    font-weight: var(--behr-normal);
    text-transform: uppercase;
}

.article-list figure figcaption strong {
    font-weight: var(--behr-bold);
    font-size: 15px;
    line-height: 20px;
    color: #212529;
    text-transform: uppercase;
    padding-right: 10px;    
}

.article-list figure figcaption p {
    font-weight: var(--behr-normal);
    font-size: 16px;
    line-height: 24px;
    color: #4E4E4E;
}

.article-list figure figcaption > a {
    text-transform: uppercase;
    padding-right: 25px;
    background: url("../images/pro/out-link.png");    
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    background-size: 15px 15px;
}

.article-list figure figcaption > a:hover {
    color: #C94F15;
}

@media (max-width: 767px) {
    .article-list figure {
        flex-direction: column;
        margin: 40px 0px;
        padding: 0px 20px;
    }
    
    .article-list figure img {
        height: auto;
        width: auto;
        flex: auto;
    }
    .article-list figcaption {
        margin: 0px 0px 30px 0px!important; 
     }    
}
button,
.button {
  font-size: .938rem;
  border-radius: 0px;
  padding: 5px 30px;
  height: 50px;
  font-family: var(--behr-body-and-label-font--bold);
  font-weight: var(--behr-bold);
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;

  /* prevent blue highlights of buttons when clicked */
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
}

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

.black-primary {
  color: #fff;
  background-color: var(--behr-navy-primary);
  border: none;
}

.black-primary:hover {
  color: #fff;
  background-color: var(--behr-navy-medium);
  border: none;
}

.black-primary:active {
  background-color: var(--behr-navy-dark);
}

.red-primary {
  color: #fff;
  background-color: var(--behr-red-primary);
  border: none;
}

.red-primary:hover {
  color: #fff !important;
  background-color: var(--behr-red-medium);
  box-shadow: 0px 4px 10px 0px #00000026;
  cursor: pointer;
  border: none;
}

.red-primary:active {
  background-color: var(--behr-red-dark);
}

.black-secondary {
  color: var(--behr-navy-primary);
  background-color: white;
  border: 1px solid var(--behr-navy-primary);
}

.black-secondary:hover {
  color: var(--behr-navy-medium);
  background-color: white;
  border: 1px solid var(--behr-navy-medium);
  box-shadow: 0px 4px 10px 0px #0000001A;
}

.black-secondary:active {
  color: var(--behr-navy-dark);
  background-color: white;
  border: 1px solid var(--behr-navy-dark);
}

.red-secondary {
  color: var(--behr-red-primary);
  background-color: transparent;
  border: 1px solid var(--behr-red-primary);
}

.red-secondary:hover {
  color: var(--behr-red-medium);
  background-color: transparent;
  border: 1px solid var(--behr-red-medium);
}

.red-secondary:active {
  color: var(--behr-red-dark);
  background-color: transparent;
  border: 1px solid var(--behr-red-dark);
}

.btn-white-outline--primary {
  font-size: .938rem;
  border-radius: 0px;
  padding: 5px 30px;
  height: 50px;
  font-family: var(--behr-body-and-label-font--bold);
  font-weight: var(--behr-bold);
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}

.btn-white-outline--primary:hover,
.btn-white-outline--primary:active,
.btn-white-outline--primary:focus-visible {
  border: 1px solid var(--behr-grey-light);
  color: var(--behr-grey-light);
}

.btn-white--primary {
  font-size: .938rem;
  padding: 5px 30px;
  height: 50px;
  font-family: var(--behr-body-and-label-font--bold);
  font-weight: var(--behr-bold);
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  background-color: #fff;
  border: 1px solid #fff;
  color: #4E4E4E;
}
.btn-white--primary:hover,
.btn-white--primary:active,
.btn-white--primary:focus-visible {
  background-color: #4E4E4E;
  color: #fff;
} 
.cta-button-bar-comp {
  padding-top: 24px;
  padding-bottom: 48px;
  position: relative;
}

.cta-button-bar-comp h2 {
  font-size: 4.875rem;
  line-height: 4.6875rem;
  margin-bottom: 8px;
}

.cta-button-bar-comp p {
  margin-bottom: 32px;
  font-size: 1.125rem;
  line-height: 1.5rem;
  letter-spacing: 0;
}

.cta-button-bar-comp__wrapper--row {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.cta-button-bar-comp__wrapper--col:hover > a{
  text-decoration: none;
}

.cta-button-bar-comp__wrapper--col {
  width: 25%;
  float: left;
  padding-right: 15px;
  padding-left: 15px;
}

.cta-button-bar-comp__wrapper--col>* {
  width: 100%;
  text-decoration: none;
  margin-bottom: 24px;
}

@media only screen and (max-width: 767px) {
  .cta-button-bar-comp {
    padding-top: 80px;
  }
  .cta-button-bar-comp h2 {
    font-size: 2.813rem;
    line-height: 3.6875rem;
    margin-bottom: 8px;
    font-weight: var(--behr-atf-500);
  }

  .cta-button-bar-comp p {
    margin-bottom: 32px;
    font-size: .938rem;
    line-height: 1.2rem;
  }

  .cta-button-bar-comp__wrapper--row {
    margin: 0;
  }

  .cta-button-bar-comp__wrapper--col {
    width: 100%;
    padding: 0;
  }
}

.lrv,
.rgb_R,
.rgb_G,
.rgb_B,
.lrv_mobile,
.rgb_R_mobile,
.rgb_G_mobile,
.rgb_B_mobile {
    font-family: var(--behr-body-and-label-font);
    font-style: normal;
    font-weight: var(--behr-normal);
    font-size: 16px;
    line-height: 24px;
    color: #212529;     
}
.mt-45 {
    margin-bottom: 2rem!important;
}
.cd-disclaimer a {
    font-size: 12.8px!important;    
}
.cd-disclaimer .image-contain-top {
    width: 22px!important;
    height: 25px!important;
}
.ten-years-disclaimer .image-contain-top {
    width: 22px!important;
    height: 25px!important;
}
.mycolorDetail, 
.cd__visualizer,
.cd__buy-product {
    text-transform: uppercase;
    font-family: var(--behr-body-and-label-font--bold);
    font-style: normal;
    font-weight: var(--behr-bold);
    font-size: 14px;
    line-height: 21px;
    color: var(--behr-navy-primary);    
}
.cd__visualizer span {
    color: #4E4E4E!important;
}
.cd__buy-product span {
    color: white!important;
}

.desktop-cd__img img,
.desktop-cd__img picture {
    max-width: 100%;
    display: block;
}
.desktop-cd__selected-image img {
    max-width: 100%;
}
.cd-color-info button,
.cd-color-info a{
    border-radius: unset;
}
    
.color-detail-header{
    position: relative;
}

.colorDetail-carousel__color{
    position: absolute;
    width: 100%;
}

.colorDetail-carousel__color:after{
    content: "";
    display: block;
    padding-bottom: 100%;
}
.mobile-cd__carousel .cd-square{
    border-right: 2px solid #dee2e6;
    border-left: 2px solid #dee2e6;
}
.mobile-cd__carousel .owl-stage-outer{
    border-top: 2px solid #dee2e6;
    border-bottom: 2px solid #dee2e6;
}

.mobile-cd__carousel .owl-dots{
    margin: 20px 0 !important;
    position: absolute;
    bottom: 1%;
    left: 0;
    right: 0;
}

.mobile-cd__carousel .owl-dots .owl-dot span{
    background-color: #D8D8D8;
    border: 1px solid #D8D8D8;
    height: 10px;
    width: 10px;
}

/*  */
.color-detail-header .mobile-cd__carousel .owl-dots button, .color-detail-header .mobile-cd__carousel .owl-dots button.active{
    background: none;
    border: none;
}

.color-detail-header .color-detail-main.color-main-wrapper .container .mobile-cd__carousel .owl-dots{
    position: relative;
    margin-top: 20px !important;
    margin-bottom: 35px !important;
}
/*  */

.desktop-cd__selected-image.square::after{
    display: none;
}

.color-detail-header .owl-carousel .owl-stage{
    padding-left: 0 !important;
}

.color-detail-main{
    background-color: var(--behr-beige);
}

.mobile-cd__carousel .owl-dots .owl-dot.active span{
    background: #C94F15;
    border: 1px solid #C94F15;
}

.desktop-cd__img-selector{
    display: none;
}

.desktop-cd__selected-image{
    width: 515px;
    height: 289px;
    border: 2px solid #dee2e6;
    margin-bottom: 30px;
    position: relative;
}

.desktop-carousel {
    width: 515px;
}

.desktop-carousel .prevBtn.enabled img,
.desktop-carousel .nextBtn.disabled img {
    transform: rotate(180deg);
}

.desktop-cd__img-thumbs {
    display: flex;
    justify-content: center;
}

.desktop-cd__img-thumbs li {
    width: 95px;
    height: 53px;
    border: 2px solid #dee2e6;
    overflow: hidden;
    margin-right: 30px;
    cursor: pointer;
}

.desktop-cd__img-thumbs .owl-nav {
    position: absolute;
}

.desktop-cd__img-thumbs .owl-nav .owl-prev {
    left: -60%;
}

.desktop-cd__img-thumbs .owl-nav .owl-next {
    right: -672%;
}

.desktop-cd__selected-image .circle-number{
    position: absolute;
}

.cd-color-info .circle-number{
    width: 20px;
    height: 20px;
    font-size: 12px;
    padding: 2px;
}

.circle-number {
    bottom: 10px;
    right: 10px;
    width: 24px;
    height: 24px;
    padding: 3px 5px;
    font-size: 15px;
    border: 1px solid #465058;
    border-radius: 50%;
    color: #465058;
    line-height: 16px;
    display: none;
    font-family: var(--behr-body-and-label-font);
    font-weight: var(--behr-normal);
    background: #fff;
    text-align: center;
}

.cd-color-info .circle-number{
    margin-right: 8px;
}

.mixedCoat{
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #000000 50%, #000000 100%)!important;
    display: block !important;
}

.intCoat{
    display: block !important;
}

.exteriorCoat{
    background-color: #000!important;
    color: #fff!important;
    display: block !important;
}

.color-detail-main .owl-theme .owl-nav.disabled+.owl-dots{
    margin: 0 0 0 0 !important;
}

.cd-color-info > .container{
    padding-top: 24px !important;
}

.cd-color-info h1{
    font-size: 50px!important;
    line-height: 50px;
    text-transform: none;
    letter-spacing: 0px;
    margin-bottom: 24px;
}

.cd-color-info__code-logo{
    display: flex;
    margin-bottom: 4px;
}

.cd-color-info__code-logo img{
    width: 30px;
    height: 16px;
    margin-top: 3.5px;    
}

.cd-color-info__color-code{
    font-size: 1rem;
    padding-left: 6px;
    font-family: var(--behr-body-and-label-font);
    font-weight: var(--behr-normal);
    color: #4E4E4E;
    text-transform: uppercase;
}

.cd-color-info__oneCoat{
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    margin-top: 16px;
}

.oneCoat-text{
    color: #4E4E4E;
    font-size: .875rem;
    font-family: var(--behr-body-and-label-font);
    font-weight: var(--behr-normal);
}

.cd-color-info__rgb-text b{
    font-family: var(--behr-body-and-label-font--bold);
    font-weight: var(--behr-bold);
}

.cd-color-info__rgb-text .lrv{
    margin: 0 8px 0 0;
}

.cd-color-info__rgb-text span{
    margin: 0 4px;
}

.cd-color-info .button, .cd-color-info .anchor-button{
    width: 100%;
    text-decoration: none;
}

.desktop-cd__selected-image img:not(.hide) + .circle-number {
    display: none !important;
}

.savecolor, .removecolor{
    margin-top: 24px;
    background: white;
}

.cd-color-info .button img, .cd-color-info .anchor-button img{
    padding-right: 8px;
}

.cd__visualizer{
    margin-top: 10px;
    /*margin-bottom: 10px;*/
    background: white;
    
}

.cd__buy-product{
    margin-top: 10px;
    /*margin-bottom: 24px;*/    
}

.button.cd_instore{
    padding: 5px 16px;
}

.help-illuminator{
    border: none;
    background-color: transparent;
}

.store-color-finder{
    padding-bottom: 48px;
    display: flex;
    justify-content: space-between;
}

.store-color-finder button{
    width: auto !important;
}

.cd-disclaimer, .ten-years-disclaimer{
    font-size: 12.8px!important;
    font-family: var(--behr-body-and-label-font);
    font-weight: var(--behr-normal);
    color: var(--behr-navy-primary);
    padding-top: 16px;
}

.cd-disclaimer a{
    text-decoration: none;
    color: var(--behr-red-primary);
}
.ten-years-disclaimer a{
    text-decoration: none;
    color: var(--behr-red-primary);
}

.cd-disclaimer a:hover{
    color: var(--behr-navy-primary);
    text-decoration: underline;
}

.ten-years-disclaimer a:hover{
    color: var(--behr-navy-primary);
    text-decoration: underline;
}

.cd-color-info__color-family{
    color: #4E4E4E;
    font-family: var(--behr-body-and-label-font--bold);
    padding-top: 24px;
    font-weight: var(--behr-bold);
    font-size: 18px;
    line-height: 27px;
}
.cd-color-info__color-description {
    font-family: var(--behr-body-and-label-font);
    font-weight: var(--behr-normal);
    font-size: 18px;
    line-height: 27px;
    color: #4E4E4E;     
}
.color-detail-main {
    padding-bottom: 24px;
}
@media screen and (max-width: 992px){
    .color-detail-header .color-detail-main.color-main-wrapper .container .mobile-cd__carousel .owl-dots {
        position: relative;
        margin-top: 10px !important;
        margin-bottom: 0px !important;
    }    
}

@media screen and (min-width: 992px){
    .mobile-cd__carousel{
        display: none !important;
    }

    .desktop-cd__img-selector{
        display: unset;
    }
    
    .color-detail-main{
        display: flex;
    }

    .cd-color-info > .container{
        padding: 0 0 0 0 !important;
    }
    
    .color-detail-main > .container{
        display: flex;
        /*justify-content: space-between;*/
    }

    .cd-color-info{
        margin-left: 70px;
        /* flex: 0 0 41.666667%;
        max-width: 41.666667%; */
        padding-right: 15px;
        padding-left: 15px;
    }

    .color-detail-main{
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .cd-color-info .button, .cd-color-info .anchor-button{
        width: 75%;
    }

    .cd__buy-product{
        margin-top: 10px;
        margin-bottom: 0;
    }

    .store-color-finder{
        display: none;
    }

    .cd-disclaimer{
        padding-top: 24px;
    }
}   

@media screen and (min-width: 1200px){
    .cd-color-info h1{
       font-size: 2.813rem;
    }
}

@media screen and (min-width: 1330px){
    .color-detail-main{
        padding-top: 72px;
    }
}.color-detail__mobile-circle {
    position: absolute;
}
@media (min-width:576px) and (max-width:991px) {
    .color-detail__mobile-circle {
        top: 51%;
        right: 2%;
    }
}
@media (max-width:575px) {
    .color-detail__mobile-circle {
        top: 48%;
        right: 2%;
    }
}
.color-detail-header .cd-color-info {
    padding-top: 10px;
    padding-bottom: 15px;
}
#colorDetailbar #exampleModalLongTitle #modalLabel {
    color: #000;
}
.visualizer-content .cs-change-room .text-dark {
    color: #000 !important;
}
.remove-color-info .behrfs-2.pt-3.px-3 {
    font-size: 34px;
    line-height: 30px;
    text-transform: uppercase;
    color: #465058;
    font-family: var(--behr-heading-font);
    font-weight: var(--behr-atf-500);
}
.remove-color-info .behrfs-4.pt-2.px-3, .remove-color-info .col-12.behrfs-2.pt-2.px-3 {
    font-size: 24px;
    line-height: 25px;
    text-transform: uppercase;
    color: #465058;
    font-family: var(--behr-heading-font);
    font-weight: var(--behr-atf-500);
}
.remove-color-info .behrfs-3.pt-2.px-3 {
    font-size: 30px;
    line-height: 35px;
    text-transform: uppercase;
    color: #465058;
    font-family: var(--behr-heading-font);
    font-weight: var(--behr-atf-500);
    margin-bottom: 20px;
}
.cd-color-info__rgb-text span {
    padding-right: 30px;
}
@media (min-width:400px) and (max-width:991px) {
    .cd-color-info-mobile__rgb-text span {
        padding-right: 50px;
    }
}
@media (min-width:350px) and (max-width:399px) {
    .cd-color-info-mobile__rgb-text span {
        padding-right: 30px;
    }
}
.palette-detail-header__actions-wrapper .black-secondary:hover,
.cd-color-info .black-secondary:hover{
  color: var(--behr-navy-medium)!important;
  background-color: white;
  border: 1px solid var(--behr-navy-medium);
}
.colordrawer-open .coordinatingTitle.h6 span {
    font-family: var(--behr-heading-font);
    font-weight: var(--behr-atf-500);
    font-size: 24px;
}
.colordrawer-open .mb-2.pb-2.coordinatingBody span {
    font-family: var(--behr-body-and-label-font);
    font-weight: var(--behr-normal);
    font-size: 18px;
}
#mycolorsmodalcontent .w-75 .color-name {
    font-family: var(--behr-heading-font) !important;
    font-weight: var(--behr-atf-500);
}
#mycolorsmodalcontent .w-75 .color-code {
    font-family: var(--behr-body-and-label-font--bold);
    font-weight: var(--behr-bold);
}
/* STRY0273394 */
@media (min-width:992px) and (max-width:1090px) {
    .color-detail-header .cd-color-info {
        margin-left: 30px;
    }
    .color-detail-header .cd-color-info__rgb-text {
        white-space: nowrap;
    }
    .color-detail-header .cd-color-info .button, .cd-color-info .anchor-button {
        width: 100%;
    }
}
#colorDetailNav .closebtn {
    font-size: 26px;
    font-weight: bold;
    font-family: var(--behr-heading-font);
    color: #465058;
}
#browseCollections .closebtn {
    font-size: 26px;
    font-weight: bold;
    font-family: var(--behr-heading-font);
    color: #465058;
}
.bs-popover-bottom .btn-close {
    font-size: 18px;
    font-weight: bold;
    font-family: var(--behr-heading-font);
    color: #465058;
}
.color-families {
    position: relative;
    padding-top: 5rem;
}

.color-families__wrapper {
    padding-top: 0rem;
    padding-bottom: 1.5rem !important;
}

.color-families__wrapper h2 {
    margin-bottom: 0.5rem;
    font-size: 34px;
    line-height: 30px;
}

.color-families__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, 100px);
    column-gap: 1rem;
    row-gap: 3rem;
    justify-content: space-between;
    padding: 1.5rem 0;
}

.color-families__color-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.color-families__color-box {
    height: 90px;
    width: 90px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 0.5rem;
}

.color-families__img {
    height: 77px;
    width: 77px;
    border-radius: 0.3rem;
    background-image: linear-gradient(rgba(255, 255, 255, 0.4), rgba(0, 0, 0, 0.3));
    margin-top: 0.3rem;
    position: absolute;
}

.color-families__color-box p {
    text-transform: uppercase;
    font-family: var(--behr-body-and-label-font--bold);
    font-weight: var(--behr-bold);
    color: var(--behr-black);
    padding: 0.8rem 0;
    margin-bottom: 16px;
    font-size: 15px;
    position: absolute;
    padding-top: 96px;
}

.color-families__link .color-families__img {
    position: relative;
}

.color-families__link {
    z-index: 50;
}

.color-families__link.rotate {
    transform: ScaleY(-1);
    transition: linear;
}

.color-families__link.rotate .color-families__img {
    margin-top: 0rem;
    margin-bottom: 0.3rem;
}

@media screen and (min-width: 992px) {
    .color-families__grid {
        grid-template-columns: repeat(auto-fill, 100px);
        row-gap: 4rem;
    }
}

@media screen and (min-width: 1200px) {
    .color-families__grid {
        grid-template-columns: repeat(10, 1fr);
    }

    .color-families__wrapper h2 {
        margin-bottom: 0.5rem;
        font-size: 45px;
        line-height: 40px;
    }
}
.color-segment__background {
    background: rgba(216, 216, 216, 0.2);
    padding: 20px;
}
.color-segment .nav-tabs {
    border: 0px;
    width: 100%;
    justify-content: center;
}
.color-segment .nav-tabs li {
    padding: 0px 100px;
}
.color-segment__listing a.active {
    color: #212529;
    text-decoration: none;
    border-bottom: 2px solid #212529;
    padding-bottom: 3px;
}
.color-segment__listing a:hover {
    color: #212529;
    text-decoration: none;
}
.color-segment__grid {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 100px 10px;
    padding: 20px 0px;
}
.color-segment__color {
    position: relative;
    height: 140px;
    width: 140px;
}
.color-segment__color-info {
    text-align: center;
    position: relative;
    top: 110%;
    width: 100%;
}
.color-segment .tab-content {
    padding-bottom: 200px;
    border-bottom: 1px solid #D8D8D8;
}
@media (min-width:1120px) and (max-width:1330px) {
    .color-segment__grid {
        grid-template-columns: repeat(7, 1fr);
    }
}
@media (min-width:992px) and (max-width:1119px) {
    .color-segment__grid {
        grid-template-columns: repeat(6, 1fr);
    }
}
@media (min-width:768px) and (max-width:991px) {
    .color-segment__grid {
        grid-template-columns: repeat(4, 1fr);
    }
    .color-segment__color {
        height: 160px;
        width: 160px;
    }
}
@media (min-width:530px) and (max-width:767px) {
    .color-segment__grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .color-segment__color {
        height: 160px;
        width: 160px;
    }
}
@media (max-width:529px) {
    .color-segment__grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .color-segment__color {
        height: 155px;
        width: 155px;
    }
}
@media (max-width:1220px) {
    .color-segment .nav-tabs li {
        padding: 0px 20px;
    }
}
.color-segment__hr-line {
    border-bottom: 1px solid #D8D8D8;
}
@media (min-width:451px) and (max-width:600px) {
    .color-segment .color-segment__listing a {
        font-size: 10px;
    }
    .color-segment .nav-tabs li {
        padding: 0px 15px;
    }
}
@media (max-width:450px) {
    .color-segment .color-segment__listing a {
        font-size: 10px;
    }
    .color-segment .nav-tabs li {
        padding: 0px 5px;
    }
}
/* CSS for Color Trends 2023 */
.color-trends-title {
    font-size: 40px;
    line-height: 1.5;
}
.color-trends-small-text {
    font-size: 16px;
    color: #212529;
    line-height: 1.5;
}
.colordrawer-open a.accordion.accordion-link {
    text-decoration: none !important;
}
/* Visualizer */
@media (min-width:1200px) {
    .visualizer-background .dropdown button{
        max-width: 250px;
    }
}
@media (min-width:992px) and (max-width:1199px)  {
    .visualizer-background .dropdown button{
        max-width: 200px;
    }
}
.visualizer-background .home-title {
    line-height: 1;
}
.visualizer-background .dropdown-toggle {
    padding: 3px 15px !important;
}
.visualizer-background .dropdown-toggle i {
    line-height: 1.5;
}
.visualizer-background .upload-legal-term a,
.upload-legal-term a {
    font-size: 12px;
}
.multicolor-container .custom-red.f-right {
    text-transform: capitalize;
}
.multicolor-container .heading-1 {
    font-size: 78px;
    line-height: 75px;
    text-transform: uppercase;
    letter-spacing: 0px;
    color: #465058;
    font-family: var(--behr-heading-font);
    font-weight: var(--behr-atf-500);
}
@media (max-width:991px) {
    .multicolor-container .heading-1 {
        font-size: 45px;
        line-height: 40px;
    }
}
.visualizer-container + .color-section .behrfs-2 {
    font-family: var(--behr-heading-font);
    font-weight: var(--behr-atf-500);
    font-size: 45px;
    line-height: 40px;
    text-transform: uppercase;
    letter-spacing: 0px;
    color: #465058;
}
.visualizer-container + .color-section .behrfs-3 {
    font-family: var(--behr-heading-font);
    font-weight: var(--behr-atf-500);
    font-size: 34px;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 0px;
    color: #465058;
}
@media (max-width:1199px) {
    .visualizer-container + .color-section .behrfs-2 {
        font-family: var(--behr-heading-font);
        font-weight: var(--behr-atf-500);
        font-size: 34px;
        line-height: 30px;
        text-transform: uppercase;
        letter-spacing: 0px;
        color: #465058;
    }
    .visualizer-container + .color-section .behrfs-3 {
        font-family: var(--behr-heading-font);
        font-weight: var(--behr-atf-500);
        font-size: 30px;
        line-height: 35px;
        text-transform: uppercase;
        letter-spacing: 0px;
        color: #465058;
    }
}
#_calc_sa-calculatormodal .sa-calc-content #_calc_sa-calculate-btn {
    width: 140px !important;
}
/* DFCT0026252 */
.colorsmart .browser-color-families .ng-star-inserted .row .col-12 {
    font-family: var(--behr-body-and-label-font);
    font-weight: var(--behr-normal);
}
/* DFCT0026252 */
.colorsmart .visualizer-home .ng-star-inserted .row .col-12.m-0.p-0.text-center.color-box.disable-outline-color .col-12 {
    font-family: var(--behr-body-and-label-font);
    font-weight: var(--behr-normal);
}
/* STRY0273429 */
@media (min-width:900px) and (max-width:1199px) {
    .substrate-type.body-copy-1.col-2.col-lg-2.mt-2.p-0.pl-lg-3.text-nowrap {
        padding: 0px !important;
    }
}
.mb-5.visualizer .dropdown{
    max-width: 98%;
    /* z-index:99999; */
    padding-left: 15px;
}
/* DFCT0027533 and STRY0285344 */
.mb-5.visualizer .dropdown.show{
    max-width: 98%;
    z-index:99999;
    padding-left: 15px;
}
.mb-5.visualizer #roomDropdown {
    max-width: 100%;
}
.mb-5.visualizer .dropdown-menu.w-100.show {
    transform: translate(0px, 50px) !important;
}
@media (min-width:992px) {
    .pro-advertisement-section li.col-12.col-lg-6 {
        padding-right: 20px;
    }
}
.color-family-footer.py-4.ng-star-inserted div.col-12.label-title.my-3 a {
    font-size: inherit;
}
.colorsmart .label-title a {
    font-size: inherit;
}
.colorsmart #colorDetailNav .modal-content .legal a {
    font-size: inherit;
}
.color-tools-comp {
  background-color: var(--behr-beige);
  padding-top: 75px;
  padding-bottom: 30px;
  position: relative; /* this is for edit content button for CMS */
}

.color-tools-comp a {
  text-decoration: none;
}

.color-tools-comp h2 {
  font-size: 2.125rem;
  line-height: 1.875rem;
  margin-bottom: 16px;
}

.color-tools-comp p {
  font-size: 0.938rem;
  margin-bottom: 24px;
}

.color-tools-comp__wrapper--content {
  background-image: url("../images/colortools-background-mobile.jpg");
  background-repeat: no-repeat;
  background-size: contain;
}

.color-tools-comp__wrapper--top {
  padding-bottom: 48px!important;
}

.color-tools-comp__wrapper--top h3 {
  font-size: 2.125rem;
  line-height: 1.875rem;
  /*margin-bottom: 24px;*/
}

.color-tools-comp__wrapper--top .color-tools-comp__behr-colors {
  display: flex;
  flex-direction: column;
}

.color-tools-comp__wrapper--top .color-tools-comp__behr-colors a:first-of-type {
  margin-top: 0;
}

.color-tools-comp__wrapper--top .color-tools-comp__behr-colors a {
  margin-top: 16px;
  margin-bottom: 16px;
}

.color-tools-comp__colorsmart {
  padding-top: 48px;
}

.color-tools-comp__colorsmart img {
  box-shadow: 0px 21px 42px -4px rgba(33, 37, 41, 0.75);
  border-radius: 12px;
}

.color-tools-comp__colorsmart-img-mobile {
  display: block;
}

.color-tools-comp__colorsmart-img-desktop {
  display: none;
}

.color-smart__text-wrapper p {
  min-height: 60px;
  margin-bottom: 16px;
}

.color-tools-comp__ptp,
.color-tools-comp__color-discovery {
  text-align: center;
}

.color-tools-comp__behr-colors h3 {
  padding-bottom: 30px;
}

.color-tools-comp__colorsmart p {
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .color-tools-comp__colorsmart img {
      box-shadow: none!important;
      border-radius: 12px;
    }
    .color-tools-comp__colorsmart {
      text-align: center;
    padding-left: 1.5rem;
    padding-right: 1.5rem;    
    }
    .color-tools-comp__colorsmart h3 {
        font-size: 2.125rem;
        line-height: 1.875rem;
        margin-top: 30px!important;
        text-align: center;
        padding-bottom: 5px;        
    }   
  .color-tools-comp__wrapper--content {
    background-size: contain;
  }

  .color-tools-comp__wrapper--top .color-tools-comp__behr-colors a {
    min-width: 48%;
    max-width: 75%;
    width: 75%!important; 
  }

  .color-smart__text-wrapper {
    padding: 0 24px 48px 24px;
  }
}

@media only screen and (min-width: 768px) {
    .color-tools-comp__wrapper--top h3 {
      margin-bottom: 24px;
    }   
  .color-tools-comp h2 {
    font-size: 2.125rem;
    line-height: 2.5rem;
  }

  .color-tools-comp__wrapper--top h3 {
    font-size: 1.5rem;
    line-height: 1.563rem;
  }

  .color-tools-comp__wrapper--content {
    background-image: url("../images/colortools-background-desktop.jpg");
    max-width: 1920px;
    margin: auto;
  }

  .color-tools-comp__wrapper--top {
    display: flex;
  }

  .color-tools-comp__wrapper--top .color-tools-comp__behr-colors {
    flex: 50%;
  }

  .color-tools-comp__wrapper--top .color-tools-comp__behr-colors a {
    width: 220px;
  }

  .color-tools-comp__colorsmart {
    padding-top: 0px;
  }

  .color-tools-comp__colorsmart-img-mobile {
    display: none;
  }

  .color-tools-comp__colorsmart-img-desktop {
    display: block;
  }

  .color-tools-comp__wrapper--bottom {
    display: flex;
    justify-content: center;
  }

  .color-tools-comp__wrapper--bottom > div {
    flex: 50%;
    padding: 0 16px;
  }

  .color-tools-comp__wrapper--bottom img {
    width: 100%;
  }

  .color-smart__text-wrapper {
    padding: 0 0 48px 0;
  }

  .color-smart__text-wrapper p {
    min-height: 72px;
  }
}

@media only screen and (min-width: 992px) {
  .color-tools-comp__wrapper--bottom > div {
    padding: 0 80px;
  }

  .color-tools-comp__wrapper--top .color-tools-comp__behr-colors {
    flex: 33%;
  }

  .color-tools-comp__wrapper--top .color-tools-comp__behr-colors a {
    width: 220px;
  }

  .color-tools-comp__behr-colors h3 {
    padding-bottom: 48px;
  }
}
@media (min-width:992px) and (max-width:1200px) {
  .color-tools-comp__wrapper--top .color-tools-comp__behr-colors {
    flex: 40% !important;
  }
}
@media only screen and (min-width: 1200px) {
  .color-tools-comp h2 {
    font-size: 2.813rem;
  }

  .color-tools-comp p {
    font-size: 1.125rem;
  }

  .color-tools-comp__wrapper--top h3 {
    font-size: 1.875rem;
  }
}
.color-tools-comp__behr-colors a {
  white-space: nowrap;
}
/* DFCT0026252 */
.colorsmart .browser-color-families .ng-star-inserted .row .col-12,
.visualizer-home .col-12.font-weight-bold.m-0.p-0.py-2 {
  font-family: var(--behr-body-and-label-font);
  font-weight: var(--behr-normal);
}
.color-tools-comp a.anchor-button.black-primary {
  background-color: #C94F15 !important;
  border-radius: 0px;
}
.color-tools-comp a.anchor-button.black-primary:hover {
  color: #fff !important;
}
.colorsmart-bg .colorsmart-bg_container {
    background-color: var(--behr-beige);
    padding: 20px 0px;
}

.colorsmart-bg input {
    border-radius: 0px !important;
}

.colorsmart-bg .bcaf_col {
    align-items: center;
}

.input-search-icon {
    position: absolute;
    z-index: 9999;
    padding: 7px;
    cursor: pointer;
}

.colorsmart-bg .bcaf_row_0 {
    padding: 3rem 0 !important;
}

.colorsmart-bg .colorsmart-input input {
    padding-left: 40px;
}

.colorsmart-content a:hover {
    text-decoration: none;
}

.colorsmart-content .title-header {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #212529;
    font-family: var(--behr-body-and-label-font);
    font-weight: var(--behr-normal);
}

.colorsmart-bg .searchColorsmart_row .input-icon {
    position: absolute;
    left: 7%;
    top: 18%;
}

.colorsmart-bg .searchColorsmart_row input {
    padding-left: 8%;
}

.color-families .color-families__color-box {
    border: none;
}

.color-families .color-families__wrapper h2 {
    font-size: 1.875rem;
    color: var(--behr-navy-primary);
    font-family: var(--behr-heading-font);
    font-weight: var(--behr-atf-500);
}

.color-families .color-families__img {
    width: 90px;
    height: 90px;
    margin-top: 0;
}

.color-visualizer .colorsmartRoom_description {
    font-size: 16px;
}

.color-visualizer .uploadPhoto_description,
.color-visualizer .colorsmartRoom_description,
.color-visualizer .dropdown-toggle {
    margin: 0;
    padding: 0;
}

.color-visualizer .dropdown-toggle::after {
    content: none;
}

.color-visualizer .colorsmartRoom_row .input-icon:nth-child(2) {
    display: none;
}

.color-visualizer .legalTerm_label,
.color-visualizer .legalTerm_mb_label {
    font-size: 12px;
    font-weight: 400 !important;
    line-height: 16px;
    font-family: var(--behr-body-and-label-font);
    text-transform: none;
}

.color-visualizer-sp button,
.color-visualizer-fr button {
    width: 300px !important;
}

@media (min-width:992px) {
    .browse-collection .bcaf_col {
        max-width: 41.66%;
    }

    /*.color-visualizer p {
        margin: 10px 0px;
    }*/

    .select-a-room {
        padding-left: 20px;
    }

    .upload-photo {
        width: 100%;
    }

    .collection-content {
        max-width: 450px;
    }

    .colorsmart-bg .form-row {
        width: 37%;
    }

    .color-visualizer .colorsmartRoom_description {
        margin: 0 1rem !important;
    }
}

@media (min-width:768px) {
    .colorsmart-content {
        width: 55%;
    }

    .colorsmart-input {
        width: 100%;
        justify-content: end;
    }
}


@media (min-width: 992px) and (max-width:1199px) {

    .color-visualizer h4,
    .browse-collection h4 {
        font-size: 1.4rem;
    }

    .color-visualizer button,
    .browse-collection button {
        height: 40px;
    }

    .color-visualizer label {
        font-size: 12px
    }

    .color-visualizer b {
        font-size: 11px
    }
}

@media (min-width: 1200px) and (max-width:1330px) {

    .color-visualizer h4,
    .browse-collection h4 {
        font-size: 1.4rem;
    }

    .color-visualizer button,
    .browse-collection button {
        height: 40px;
    }

    .color-visualizer .legalTerm_row {
        flex: 0 0 30%;
        max-width: 30%;
    }
}

.input-search-icon span img {
    width: 20px;
    height: 20px;
}

.colorsmart-bg input::placeholder {
    font-size: 12px;
}

.paint-visualizer p {
    font-size: 15px;
}

.paint-visualizer .disclaimer {
    font-size: 12px;
    line-height: 16px;
}

.selected-option {
    color: #373e44;
    font-family: var(--behr-body-and-label-font--bold);
    font-weight: var(--behr-bold);
    border: 3px solid #ccc;
    background-color: #fff;
    width: 100%;
    display: block;
    padding: 10px;
}

.custom-dropdown .selected-option:after {
    content: '';
    border: 2px solid #373e44;
    background-color: transparent;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(45deg);
    margin-right: 10px;
    float: right;
    margin-top: 5px;
}

.select-options {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
}

.collection-content p {
    font-size: 16px;
    line-height: 24px;
}

@media (max-width:991px) {
    .color-visualizer_container p {
        margin-top: 10px;
        margin-bottom: 15px;
    }

    .bcaf_row_1 {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .colorsmart-input {
        max-width: 381px;
        width: 100%;
    }

    .colorsmart-content .title-header {
        font-size: 15px;
    }

    .colorsmart-bg .searchColorsmart_row input {
        padding-left: 13%;
    }

    .color-visualizer,
    .browse-collection {
        background: linear-gradient(180deg, #e0e0d9, #f6f5f0);
    }

    .color-visualizer input::placeholder {
        font-size: 12px;
    }

    .collection-content {
        padding: 20px;
    }

    .bcaf_row_0 {
        margin-bottom: 10px;
    }
}

@media (min-width:1921px) {

    .color-visualizer,
    .browse-collection {
        background-size: contain;
    }
}

.color-visualizer_container .uploadFile-form-group .uploadFile_description {
    padding-left: 15px;
}

.uploadFile_label {
    color: #fff;
    background-color: var(--behr-navy-primary);
    border-radius: 50px;
    padding: 10px 45px;
    color: white;
    justify-content: center;
    font-weight: var(--behr-bold);
    display: flex;
    cursor: pointer;
}

.uploadFile_label:hover {
    color: #fff;
    background-color: var(--behr-navy-medium);
    border: none;
}

.uploadFile_label:active {
    background-color: var(--behr-navy-dark);
}

.colors-by-family__wrapper {
    display: flex;
    flex-wrap: nowrap;
    overflow-y: hidden;
}
.colors-by-family__item {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    padding: 20px;
}
.color-chip__text {
    margin: 10px;
    text-align: center;
    font-size: 16px;
    font-weight: var(--behr-bold);
}

.color-visualizer {
    position: relative;
}

@media (min-width: 992px) {
    .visualizer-image img {
        height: 326px;
        object-fit: cover;
    }

    .color-visualizer .bcaf_col.col-12 {
        position: absolute;
        align-self: anchor-center;
        padding-left: 20px;
    }

    .browse-collection .set_img img {
        height: 326px;
        object-fit: cover;
    }

    .browse-collection .bcaf_col.col-12 {
        position: absolute;
        align-self: anchor-center;
        padding-left: 20px;
    }
}

@media (max-width:991px) {

    .color-visualizer .bcaf_col.col-12,
    .browse-collection .bcaf_col.col-12 {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    button.uploadPhoto,
    button.dropdown-toggle {
        max-width: 330px;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .legalTerm_mb_label {
        padding-left: 0px !important;
    }

    .colorsmartRoom-form-group .col-12 {
        padding-left: 0px !important;
        margin-top: 15px;
    }
}

.color-visualizer [name="error_message"],
.input_icon_1 {
    display: none;
}

.colorsmart-bg [name="searchColorsmart"]::placeholder {
    padding-left: 20px;
}

.colorsmart-bg .input-icon.input_icon_0 {
    position: absolute;
    left: 25px;
    top: 7px;
}

@media (min-width:768px) {
    .colorsmart-bg [name="searchColorsmart"] {
        width: 381px;
    }
}

@media (max-width:767px) {
    .colorsmart-bg .searchColorsmart_row {
        margin-left: -20px;
    }

    .colorsmart-bg [name="searchColorsmart"] {
        width: 100%;
    }
}

.uploadPhoto_description {
    padding-left: 0px;
}

.visualizer-bg {
    background: #f6f5f0;
    padding-top: 25px;
}

.visualizer-welcome {
    background: #f6f5f0;
    margin-bottom: 25px;
    padding-top: 40px;
}

@media (min-width:992px) {
    .visualizer-welcome .col-12.col-lg-5 {
        order: 1;
    }
    .colorsmartRoom_row .colorsmartRoom_description {
        margin-left: 15px;
    }
}

.visualizer-welcome .welcomeMessage_label {
    font-size: 45px;
    line-height: 40px;
    font-family: 'alternate-gothic-atf';
    font-weight: 400 !important;
    color: #465058;
}

.visualizer-welcome .welcomeMessage_description {
    max-width: 596px;
}

.visualizer-welcome .bcaf_col.col-12.col-lg-7 {
    padding-left: 0px
}

.visualizer-pyp-room-type .legalTerm_row,
.colorsmartRoom_description {
    max-width: 290px;
}

.uploadPhoto-form-group .col-12.my-3,
.colorsmartRoom_description,
.colorsmartRoom_row .col-12.my-3 {
    padding-left: 0px;
}

.visualizer-pyp-room-type .uploadPhoto_label,
.visualizer-pyp-room-type .colorsmartRoom_label {
    padding-left: 0px;
    font-size: 30px;
    line-height: 35px;
    color: #465058;
    font-family: var(--behr-heading-font);
    font-weight: var(--behr-atf-500) !important;
}

.visualizer-pyp-room-type .legalTerm_label, 
.visualizer-pyp-room-type .legalTerm_mb_label,
.color-visualizer .legalTerm_mb_label {
    font-size: 12px;
    color: #465058;
    text-transform: none;
    padding-left: 0px;
}

.visualizer-pyp-room-type [name="error_message"] {
    display: none;
}

@media(max-width: 991px) {

    .visualizer-welcome {
        padding-bottom: 25px;
    }
    .visualizer-welcome .px-0.d-md-none.col-12 {
        order: 1;
    }
    .colorsmartRoom_row {
        border-top: 1px solid black;
    }
} 
@media (min-width:992px) and (max-width:1100px) {
    .color-visualizer .colorsmartRoom_row {
        max-width: 30% !important;
    }
}
.colorsmart-bg .colorsmart-content img,
.visualizer-bg .colorsmart-content img{
    width: 320px !important;
}
.colorsmart-bg .colorsmart-content .title-header,
.visualizer-bg .colorsmart-content .title-header  {
    font-size: 20px;
    color: #212529;
    text-decoration: none;
}
.colorsmart-content a {
    text-decoration: none;
}
.visualizer-pyp-room-type .colorsmartRoom_row button {
    border: 3px solid #ccc;
    box-shadow: none;
}
.visualizer-pyp-room-type .colorsmartRoom_row button.dropdown-toggle:after {
    display: none;
}
@media (min-width:992px) {
    .visualizer-pyp-room-type-fr .uploadPhoto_description {
        max-width: 60%;
    }
}

.color-swatch-grid {
    padding-top: 30px !important;
    padding-bottom: 80px !important;
    position: relative;
}

.color-swatch-grid__wrapper h2 {
    margin-bottom: 24px;
    font-size: 34px;
    line-height: 30px;
}

.color-swatch-grid__color-section{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
}

.color-swatch-grid__color-tile {
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow-wrap: anywhere;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    width: calc((100% - 60px) / 6);
    font-weight: var(--behr-normal) !important;
    min-width: 77px;
}

.color-swatch-grid__img {
    width: 100%;
}

.color-swatch-grid__img:after {
    content: "";
    display: block;
    padding-bottom: 100%;

}

.color-swatch-grid__color-name {
    text-transform: uppercase;
    font-family: var(--behr-body-and-label-font--bold);
    font-weight: var(--behr-bold);
    color: var(--behr-navy-primary);
    text-align: center;
    line-height: normal;
    padding-top: 8px;
    font-size: 0.813rem;
    line-height: 1.125rem;
}

.color-swatch-grid__color-code {
    color: var(--behr-black);
    font-family: var(--behr-body-and-label-font--bold);
    font-weight: var(--behr-bold);
    font-size: 0.938rem;
    line-height: 1.5rem;
}


@media only screen and (min-width: 992px) {
    .color-swatch-grid__color-section{
        row-gap: 10px;   
    }

    .color-swatch-grid__color-tile {
        max-width: 140px;
    }

    .color-swatch-grid__color-name {
        padding-top: 10px;
        font-size: 0.938rem;
        line-height: 1.25rem;
    }


    .color-swatch-grid__wrapper h2 {
        margin-bottom: 40px;
        font-size: 2.813rem;
        line-height: 42px;
    }

    .color-swatch-grid__color-name {
        padding-top: 10px;
    }

    .color-swatch-grid__img {
        max-width: 140px;

    }
}
.choose-rap-section .role-dropdown.dropdown {
    z-index: 999;
}

#contact-a-rep-freeform {
    margin-bottom: 5em; 
}
.rep-info-row {
    color: #4E4E4E;
    font-size: 18px;
    
}
.rep-info-row .phone {
    padding-top: 5px;
    padding-bottom: 10px;   
}
.rep-info-row .emailIcon {
    position: relative;
    padding-right: 8px;
    top: -2px;
}
.rep-info-row .name {
    font-size: 20px!important;
    font-weight: var(--behr-bold);
}

.rep-info-row .emailStyle {
    font-size: 15px;
    font-weight: var(--behr-bold);
    text-transform: uppercase;    
}

.choose-rap-section {
    /* background: #f6f5f0; */
    background: #D8D8D833;
    margin-bottom: 0em;    
}
.contact-a-rep-section {
    text-align: left;
    padding-top:10px;
}
.choose-rap-section input {
   padding: 24px;
    flex: 1;
    width: 140px;
}
.choose-rap-section select {
    padding: 15px 30px;
    height: 54px !important;
}
.choose-rap-section .width-diff {
    flex: 1;
    margin-right: 10px;
}
.specilization-dropdown.dropdown, .role-dropdown.dropdown {
    min-width: 247px;
    max-width: 247px;
}

.role-dropdown .dropdown-menu.show,.specilization-dropdown .dropdown-menu.show {
    min-width: 247px;
}
.role-row, .splz-btn-row, .rep-row, .splz-row {
    margin: 0px auto;
}

label.specializling-label, label.i-am, label.in-label {
    font-family: var(--behr-body-and-label-font--bold);
    font-weight: var(--behr-bold);
    font-size: 15px;
    width: auto;
    margin-top: 15px;
}

choose-rap-section input {
    padding: 14px;
    flex: 1;
   
}
.rep-btn {
    height: 49px;
} 
.contactProBanner h2 {
    margin: 100px 0 5px;
    font-size: 44px;
    line-height: 52px;
}

.contactProBanner h2 {
    margin: 80px 0px 0px 0px!important;
}

.contactProBanner {
    text-align: center;
}
.contactProBanner .three-col--heading {
    margin-bottom: 20px;
    display: inline-block;
    max-width: 760px;
}
.contactProBanner .three-col--heading p {
    color: #4E4E4E;
    font-size: 18px;
    font-weight: var(--behr-normal);
    font-family: var(--behr-body-and-label-font);
    margin: 8px auto 20px;
    padding-bottom: 0px; 
}
@media (max-width: 991px) {
    .contactProBanner {
        text-align: left!important;
    }
    .rep-btn {
        float: left !important;
    }
}
@media (min-width:992px) and (max-width:1108px) {
    .choose-rep-row label.i-am {
        width: max-content !important;
    }
    .choose-rap-section input {
        width: 100%;
    }
    .choose-rep-row {
        margin: 0px 0px 0px 0px ;
    }
}
.diff-button.rep-btn {
    width: 100px;
    padding: 5px;   
}
@media (max-width:991px) {
    .choose-rep-row {
        margin: 0px !important;
    }
    .choose-rep-row .role-dropdown.dropdown,
    .choose-rep-row .dropdown-toggle {
        /*min-width: 100%; */
        /*min-width: 300px;*/
        max-width: 300px;
    }
    .choose-rap-section input {
        width: 100%;
        max-width: 300px;
    }
    input::placeholder {
        font-size: 11px;
    }

}
.choose-rep-row .dropdown-toggle:focus {
    box-shadow: none;
}
@media (min-width:992px) and (max-width:1200px) {
    .choose-rep-row .dropdown-toggle {
        width: 200px;
        font-size: 14px;
    }
    .splz-row .specialty {
        margin-left: -10%;
    }
    .in-label {
        margin-left: 1%;
    }
    .choose-rap-section .dropdown-toggle {
        max-width: 100%;
        text-align: left;
    }
    .specilization-dropdown.dropdown {
        min-width: 100%;
    }
    .specilization-dropdown.dropdown {
        min-width: 100% !important;
    }
    .specializling-label {
        margin-left: -30%;
    }
}
@media (min-width:992px) and (max-width:1099px) {
    .choose-rep-row .dropdown-toggle {
        max-width: 150px !important;
        width: 150px;
        font-size: 12px;
    }
    label.i-am, .splz .splz-row .specializling-label {
        font-size: 12px;
        margin-left: -50%;
    }
    label.specializling-label, label.i-am, label.in-label {
        font-size: 12px;
    }
    input::placeholder {
        font-size: 11px;
    }
    .diff-button.rep-btn {
        font-size: 11px;
    }
}
@media (min-width:1100px) and (max-width:1300px) {
    .choose-rep-row .dropdown-toggle {
        width: 200px;
        max-width: 200px;
        font-size: 14px;
    }
    label.i-am, .splz .splz-row .specializling-label {
        font-size: 14px;
    }
    .splz-row .specializling-label {
        margin-left: -35%;
    }
}
@media (max-width:700px) {
    .splz .splz-row .specializling-label {
        margin-left: 3%;
    }
    .specilization-dropdown.dropdown, .role-dropdown.dropdown {
        min-width: 100%;
        max-width: 247px;
    }
    label.i-am, .splz .splz-row .specializling-label {
        font-size: 13px;
    }
    .choose-rep-row .btn {
        font-size: 12px;
    }
}
@media (min-width:700px ) and (max-width:991px) {
    .splz-row {
        text-align:left !important;
    }
}
@media (min-width:768px ) and (max-width:991px) {
    .splz-row {
        text-align:left !important;
    }
}
@media (min-width:1300px) and (max-width:1330px) {
    .choose-rap-section .dropdown-toggle {
        min-width: 200px;
        max-width: 200px;
    }
    label.i-am, .splz .splz-row .specializling-label {
        font-size: 14px;
    }
}
@media (min-width:1330px) {
    .choose-rap-section .dropdown-toggle {
        padding-top:0 !important;
        padding-bottom: 0 !important;
    }
    .splz-row .specializling-label {
        margin-left: -35%;
    }
}
@media (min-width:700px) and (max-width:991px) {
    .specilization-dropdown.dropdown, .role-dropdown.dropdown {
        max-width: 300px;
    }
}
.role-dropdown .dropdown-toggle,
.specilization-dropdown .dropdown-toggle,
.choose-rap-section input[type="text"] {
    font-family: var(--behr-body-and-label-font--bold);
    font-weight: var(--behr-bold);
}
@media (min-width:1440px) {
    .role-dropdown .dropdown-toggle,
    .specilization-dropdown .dropdown-toggle {
        padding: 0.375rem 0rem;
    }
}
#contact-a-rep-freeform .specilization-dropdown.dropdown.show {
    z-index: 2 !important;
}
/* DFCT0026901 */
#contact-a-rep-freeform .dropdown-menu.dropdown-menu-right.show {
    transform: translate3d(0px, 50px, 0px) !important;
}
.colorVisualizer-room .colorVisualizer-room_container,
.visualizer-bg .visualizer-bg_container,
.visualizer-welcome .visualizer-welcome_container {
    background-color: #f6f5f0;
    padding-top: 25px;
}

.paint-your-place {
    padding-top: 40px;
    padding-bottom: 40px;
}

.paint-your-place .horizontal-ln p {
    margin-top: 15px;
}

.paint-your-place .horizontal-ln p.disclaimer {
    margin-top: 0px;
}

.color-visualizer .colorsmartRoom_row input[name="error_message"],
.visualizer-pyp-room-type .colorsmartRoom_row input[name="error_message"] {
    display: none;
}

.visualizer-welcome .bcaf_row_0 {
    display: flex;
    flex-direction: row-reverse;
}

.welcomeMessage_label {
    font-size: 45px;
    line-height: 40px;
    font-family: var(--behr-heading-font);
    font-weight: var(--behr-atf-500) !important;
    color: #465058;
}

.welcomeMessage_description {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0px;
    font-weight: var(--behr-normal);
    color: #465058;

}

.visualizer-pyp-room-type b {
    text-transform: none;
}

.visualizer-pyp-room-type .upload-term_description {
    font-family: var(--behr-body-and-label-font);
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}

.visualizer-pyp-room-type .upload-term_description a {
    font-size: 12px;
}

.visualizer-pyp-room-type .dropdown-toggle {
    margin: 0;
    padding: 5px 15px;
    border: 3px solid #ccc;
    border-radius: 5px;
    font-family: var(--behr-body-and-label-font--bold);
    font-weight: var(--behr-bold);
    color: black;
    font-size: 20px;
    background: #fff;
}

.visualizer-pyp-room-type .dropdown-toggle::after {
    content: none;
}

.visualizer-pyp-room-type .colorsmartRoom_row .input-icon:nth-child(2) {
    display: none;
}

.visualizer-pyp-room-type .uploadPhoto_label,
.visualizer-pyp-room-type .colorsmartRoom_label {
    font-size: 30px;
    line-height: 35px;
    font-family: var(--behr-heading-font);
    font-weight: var(--behr-atf-500) !important;
    color: #465058;
}

.visualizer-pyp-room-type .uploadPhoto_description,
.visualizer-pyp-room-type .colorsmartRoom_description {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0px;
    font-family: var(--behr-body-and-label-font);
    font-weight: var(--behr-normal) !important;
    color: #212529;
}

@media (min-width:992px) {
    .horizontal-ln {
        border-right: 1px solid #000000;
    }

    .max-content-place {
        max-width: 300px;
    }

    .welcomeMessage_description {
        max-width: 83.33%;
    }

    .visualizer-pyp-room-type .bcaf_col .form-row {
        margin: 3rem 0 !important;
    }

    .visualizer-pyp-room-type .upload-term_description {
        max-width: 64%;
    }

    .visualizer-pyp-room-type .uploadPhoto_row,
    .visualizer-pyp-room-type .upload-term_row {
        border-right: 1px solid #000;
    }
}

@media (max-width:991px) {
    .horizontal-ln {
        border-bottom: 1px solid #000000;
        padding-bottom: 20px;
    }

    .paint-your-place .offset-lg-1.col-lg-4 {
        padding-top: 20px;
    }

    .paint-your-place .upload-photo,
    .paint-your-place .selected-option {
        width: 240px;
    }
}
.behr-contact-services .container{
    border-top: 1px solid #D8D8D8;
    padding-top: 70px;
}
.behr-contact-services {
    position: relative;
    padding-bottom: 90px;
}
.contact-services__content a {
    color: #C94F15;
}
.contact-services__content span {
    display: block;
}
.behr-contact-services h3 {
    margin: 15px 0px;
}
.contact-services__border-line {
    border-right: 1px solid #D8D8D8;
}
@media (max-width:991px) {
    .contact-services__border-line {
        border-bottom: 1px solid #D8D8D8;
        border-right: 0px;
    }  
    .contact-services__canada {
        margin-top: 15px;
    }
    .behr-contact-services .container {
        padding-top: 0px!important;
    }    
}
.contact-services__bottom-line {
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: 5%;
}
.contact-services__img {
    margin-top: 20px;
    margin-bottom: 20px;
}
.contact-services__img img{
    height:100px!important;
}
@media (min-width:992px) and (max-width:1099px) {
    .behr-contact-services .contact-services__technical {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .behr-contact-services .contact-services__technical .row .col-lg-6 {
        padding-right: 0px !important;
    }
}
.content-hub-header {
    padding: 40px 0;
    position: relative;
}

.content-hub-header__eyebrow {
    font-size: 1.875rem;
    line-height: 2.188rem;
    margin-bottom: 16px;
    font-family: var(--behr-heading-font);
    font-weight: var(--behr-atf-500);
    text-transform: uppercase;
    color: var(--behr-navy-primary);
    display: block;
}

.content-hub-header__primary-title {
    font-size: 2.813rem;
    line-height: 2.5rem;
    margin-bottom: 8px;
}

.content-hub-header__description {
    font-family: var(--behr-body-and-label-font);
    font-weight: var(--behr-normal);
    color: var(--behr-black);
    font-size: 1.125rem;
    line-height: 1.5rem;
}

@media only screen and (min-width: 992px) {
    .content-hub-header {
        padding: 80px 0;
    }

    .content-hub-header__eyebrow {
        font-size: 2.125rem;
        line-height: 1.875rem;
        margin-bottom: 24px;
    }

    .content-hub-header__primary-title {
        font-size: 4.875rem;
        line-height: 4.688rem;
    }
}
.content-hub-nav {
  position: relative;
}

.content-hub-nav__scroll {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  scrollbar-width: none;
  padding-left: 29px;
  padding-right: 29px;
}

.content-hub-nav__mobile-nav {
  position: relative;
}

.content-hub-nav__fade-wrapper {
  overflow-x: scroll;
}

.content-hub-nav__fade-wrapper.no-before-fade::before {
  content: "";
}

.content-hub-nav__fade-wrapper.content-hub-nav__fade-before::before {
  content: "";
  position: absolute;
  top: 0;
  left: -10%;
  height: 100%;
  width: 80px;
  background-image: linear-gradient( to right, rgb(246, 245, 240, 1), rgba(246, 245, 240, 0));
  transition: all linear 0.3s;
  pointer-events: none;
  z-index: 20;
}

.content-hub-nav__fade-wrapper.content-hub-nav__fade-after::after {
  content: "";
  position: absolute;
  top: 0;
  right: -10%;
  height: 100%;
  width: 80px;
  background-image: linear-gradient( to left, rgba(246, 245, 240, 1), rgba(246, 245, 240, 0));
  transition: all linear 0.3s;
  pointer-events: none;
  z-index: 20;
}

.content-hub-nav__fade-wrapper.content-hub-nav__fade-before.content-hub-nav__show-fade-before::before {
  left: 0;
}

.content-hub-nav__fade-wrapper.content-hub-nav__fade-after.content-hub-nav__show-fade-after::after {
  right: 0;
}

.content-hub-nav__scroll::-webkit-scrollbar {
  display: none; 
}

.content-hub-nav {
  display: flex;
  flex-direction: column;
}

.content-hub-nav__nav {
  position: relative;
  overflow: hidden;
  background-color: var(--behr-beige);
  height: 64px;
  width: 100%;
  display:flex;
  flex-flow:row;
  justify-content: flex-start;
  align-items:center;
}

.content-hub-nav__nav ul {
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 32px;
  height: 64px;
}

.content-hub-nav__nav ul li {
  flex: 0 0 auto;
  list-style-type: none;
}

.content-hub-nav__nav ul li:first-child {
  padding-left: 0px;
}

.content-hub-nav__nav ul li a {
  text-transform: uppercase;
  font-family: var(--behr-body-and-label-font--bold);
  font-weight: var(--behr-bold);
  color: var(--behr-grey-medium);
  text-decoration: none;
  white-space: nowrap;
  font-size: 0.9375em;
  line-height: 1.25rem;
}

.content-hub-nav__nav ul li a:hover {
  color: var(--behr-navy-primary);
}

.content-hub-nav__image {
  width: auto;
  object-fit: cover;
  max-height: 615px;
}

.content-hub-nav__nav ul li a.active-nav-item {
  padding-bottom: 5px;
  border-bottom: 3px solid var(--behr-navy-primary);
  color: var(--behr-navy-primary);
  z-index: 30;
}

.content-hub__nav-desktop {
  display: none;
}

.content-hub-nav__desktop-nav  {
  display: none;
}


@media only screen and (min-width: 992px) {
  .content-hub__nav-mobile { 
    display: none;
  }

  .content-hub__nav-desktop {
    display: block;
  }

  .content-hub-nav__image {
    max-height: 515px;
  }

  .content-hub-nav__mobile-nav {
    display: none;
  }

  .content-hub-nav__desktop-nav {
    clear: both;
    position: relative;
    width: 100%;
    display: block;
  }
  .content-hub-nav__desktop-nav > ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 5;
    gap: 0px;
  }
  
  .content-hub-nav__desktop-nav.space-between-hub-nav > ul {
    justify-content: space-between;
  }


  
  .content-hub-nav__desktop-nav > ul > li {
    background: none;
    flex: 0 0 auto;
    margin-bottom: 0;
    padding-left: 0;
    position: relative;
    text-transform: uppercase;
    z-index: 500;
  }
  .content-hub-nav__desktop-nav > ul > li.hub-nav-more-hidden {
    display: none;
  }
  
  .content-hub-nav__desktop-nav > ul > li:hover ul {
    display: block;
  }

  .content-hub-nav__desktop-nav > ul > li .content-hub-nav__main-nav-more-btn {
    border-bottom: 3px solid transparent;
  }

  .content-hub-nav__desktop-nav > ul > li:hover a.content-hub-nav__main-nav-more-btn {
    /* border-bottom: 3px solid var(--behr-navy-primary); */
    color: var(--behr-navy-primary);
  }

  .content-hub-nav__desktop-nav > ul > li:hover .hub-nav-more-arrow {
    transform: rotate(0deg);
  }

  .content-hub-nav__desktop-nav li {
    margin-right: 40px;
  }

  .content-hub-nav__desktop-nav .content-hub-nav__main-nav-more-btn {
    display: inline-flex;
    right: 0px;
    gap: 5px;
    align-items: center;
    margin-top: 4px;
  }

  .content-hub-nav__desktop-nav ul ul {
    display: none;
    list-style: none;
    margin: 0;
    position: absolute;
    top: 100%;
    padding-top: 5px;
    right: 0;
    background-color: var(--behr-beige);
  }

  .content-hub-nav__desktop-nav ul ul li {
    margin-right: 0px;
    margin: 24px 28px 24px 22px;
  }
  
  .content-hub-nav__desktop-nav ul ul li:last-child {
    margin-bottom: 21px;
  }

  .content-hub-nav__desktop-nav ul ul a {
    white-space: nowrap;
  }

  .content-hub-nav__nav {
    overflow: inherit;
  }

  .content-hub-nav__nav ul {
    height: inherit;
  }

  .hub-nav-more-arrow {
    width: 0; 
    height: 0; 
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid var(--behr-grey-medium);
    transform: rotate(180deg);
  }
}
.palette-detail-header button,
.palette-detail-header a{
    border-radius: unset;
}

.crd-colors_palettes{
    margin-top: 32px;
}

.crd-colors_palettes li{
    list-style: none;
}

.crd-colors_palettes .palette-outer{
    display: block;
    overflow: hidden;
    position: relative;
    line-height: 1.2;
    word-break: break-word;
}

.crd-colors_palettes .palette-inner{
    width: 100%!important;
    position: relative;
    left: 0% !important;
    overflow: hidden;
    padding-bottom: 100%;
    border-radius: 0;
}

.crd-colors_palettes .palette-color-1{
    position: absolute;
    height: calc(66.66% - 1px);
    width: calc(66.66% - 1px);
}
.crd-colors_palettes .palette-color-2{
    position: absolute;
    width: calc(33.33% - 1px);
    height: calc(33.33% - 1px);
    right: 0;
}
.crd-colors_palettes .palette-color-3{
    position: absolute;
    width: calc(33.33% - 1px);
    height: calc(33.33% - 1px);
    right: 0;
    top: 33.33%;
}
.crd-colors_palettes .palette-color-4{
    position: absolute;
    height: calc(33.33% - 1px);
    width: 100%;
    bottom: 0;
}

.crd-colors_palettes .owl-stage{
    margin-left: -30px;
}

.crd-colors_palettes .owl-dots{
    display: none;
}

.coordinating-colors .crd-colors_palettes .owl-nav button.owl-prev, .coordinating-colors .crd-colors_palettes .owl-nav button.owl-next{
    border: 1px solid #fff;
    width: 25px;
    height: 32px;
    color: #D8D8D8;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    position: absolute;
    margin: 15px 0px;
}
.coordinating-colors .owl-theme .owl-nav [class*=owl-]:hover {
    background-color: #fff;
    color: #C94F15;
    cursor: pointer;
}
.crd-colors_palettes .owl-nav button.owl-prev {
    right: 30px;
}

.crd-colors_palettes .owl-nav button.owl-next {
    right: 0px;
}

.crd-colors_palettes .owl-nav button.owl-prev span, .crd-colors_palettes .owl-nav button.owl-next span{
    font-size: 30px;
    line-height: 1;
    font-family: var(--behr-body-and-label-font--bold);
    font-weight: var(--behr-bold);
}

.crd-colors_palettes .owl-next.disabled, .crd-colors_palettes .owl-prev.disabled{
    opacity: 1 !important;
}

.crd-colors__header{
    padding-top: 120px;
}

.crd-colors__header h2{
        font-size: 44px;
        line-height: 52px
}

.crd-colors__header p{
    font-size: 18px;
    line-height: 27px;
    color: var(--behr-navy-primary);
    padding-top: 24px;
}

.coordinating-colors-wrapper{
    position: relative;
}

.coordinating-colors{
    padding-bottom: 48px;
    position: relative;
}

@media screen and (min-width: 768px){
    .crd-colors_palettes .owl-stage{
        padding-left: 0 !important;
    }
}


@media screen and (min-width: 992px){
    .crd-colors_palettes .owl-stage{
        margin-left: 0px;
        padding-left: 0 !important;
    }
}

@media screen and (min-width: 1200px){
    .crd-colors__header h2{
        font-size: 44px;
        line-height: 52px
    }

    .crd-colors__header p{
        line-height: 27px;
        font-size: 18px;
    }
}
.coordinate-palette .col-12.heading-6 {
    font-weight: var(--behr-normal) !important;
}
.cf-color-chip {
    position: relative;
    padding: 50px 0px;
}
.cf-color-chip h2 {
    font-size: 45px;
    line-height: 45px;
}
.cf-color-chip p {
    font-size: 18px;
    color: #fff;
}
.cf-color-chip__wrapper {
    margin-top: 64px;
    display: grid;
    grid-template-columns: repeat(6,100fr);
    grid-gap: 0.5rem;
}
.cf-color-chip a {
    color: #bd483c;
    text-decoration: none;
    font-weight: var(--behr-bold);
    font-size: 15px;
}
.cf-color-chip a:hover {
    color: #465058;
    text-decoration: underline;
}
.cf-color-chip__item {
    position: relative;
    cursor: pointer;
    height: 180px;
}
.cf-color-chip__content {
    display: none;
    background: rgba(89, 89, 89, 1);
    color: white;
    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 5px;
}
.cf-color-chip__item:hover .cf-color-chip__content {
    display: block;
}
.cf-color-chip__content p {
    font-size: 16px;
}
@media (max-width:1150px){
    .cf-color-chip__item {
        height: 155px;
    }
}
@media (max-width:1024px){
    .cf-color-chip__item {
        height: 150px;
    }
}
@media (max-width:991px) {
    .cf-color-chip__item {
        height: 140px;
    }
    .cf-color-chip__content p {
        font-size: 11px;
    }
    .cf-color-chip p {
        font-size: 0.938rem;
    }
}
@media (max-width:889px) {
    .cf-color-chip__item {
        height: 125px;
    }
}
@media (max-width:799px) {
    .cf-color-chip__item  {
        height: 115px;
    }
}
@media (max-width:767px) {
    .cf-color-chip__item {
        height: 200px;
    }
    .cf-color-chip__wrapper {
        grid-template-columns: repeat(3,100fr);
    }
}
@media (max-width:650px) {
    .cf-color-chip__item {
        height: 180px;
    }
}
@media (max-width:550px) {
    .cf-color-chip__item {
        height: 140px;
    }
}
@media (max-width:450px) {
    .cf-color-chip__item {
        height: 120px;
    }
}
@media (max-width:375px) {
    .cf-color-chip__item {
        height: 90px;
    }
}
.cf-color-chip__you-know h4{
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0px;
    font-family: var(--behr-body-and-label-font--bold);
    font-weight: var(--behr-bold);
    margin-top: 3rem;
    color: #212529;
}
.cf-color-chip__you-know a {
    font-size: inherit;
}
.cf-color-chip__you-know {
    width: 50%;
    margin: 0 auto;
    text-align: center;
}
@media (max-width:1199px) {
    .cf-color-chip h2 {
        font-size: 2rem;
        line-height: 30px;
    }
}
.cf-color-chip__mobile {
    display: none;
}
@media (max-width:767px) {
    .cf-color-chip__you-know {
        width: 100%;
        text-align: left;
    }
    .cf-color-chip__desktop {
        display: none;
    }
    .cf-color-chip__mobile {
        display: block;
    }
}

.designer-image-gallery {
    position: relative;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
}

.designer-image-gallery img {
    width: 100%;
}

.designer-image-gallery__single {
    width: 100%;
}

.designer-image-gallery__single div {
    width: 100%;
}

.designer-image-gallery__double {
    display:flex;
    flex-wrap: wrap;
    gap: 20px;
    flex-direction: column;
}

.designer-image-gallery__double div {
    flex: 1;
    overflow: hidden;
}

.designer-image-gallery__single-double {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 20px;
    flex-direction: column;
}

.designer-image-gallery__single-double__column {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.designer-image-gallery__single-double__img {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.designer-image-gallery__single-double__img img {
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.designer-image-gallery__single-double__img.designer-image-gallery__single-double__rowspan {
    flex: 2;
}

.designer-image-gallery__triple {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

@media screen and (min-width: 992px){
    .designer-image-gallery__double {
        flex-direction: row;
    }

    .designer-image-gallery__single-double {
        flex-direction: row;
    }

    .designer-image-gallery__triple {
        flex-direction: row;
    }

    .designer-image-gallery__triple div {
        flex: 1 1 33%;
    }
}
.ds-featured-colors-list{
    list-style: none;
}

.designer-story-detail{
    position: relative;
}

.designer-story-detail .ds-featured-colors__name a {
    color: var(--behr-navy-primary) !important
}

.designer-story-detail .two-col-with-sidebar__main.container, .designer-story-detail .designer-story-footer > .container {
    padding: 0 0 0 0 !important;
    margin: 0 0 0 0 !important;
}

.designer-story-detail.ds-authoring .two-col-with-sidebar__main{
    height: auto !important;
}

.two-col-with-sidebar, .designer-story-detail .two-col-with-sidebar{
    padding-top: 20px !important;
    margin-bottom: 40px;
}

.ds-main{
    padding-bottom: 40px;
}

.designer-stories .designer-stories-header-previous--desktop{
    display: none;
}

.height__auto{
    height: auto !important;
}

.designer-story-detail .rte p, .designer-story-detail p{
    font-size: 1.125rem;
}

.two-col-with-sidebar__header-previous{
    margin-bottom: 40px;
}

.designer-story-detail .two-col-with-sidebar__header-image img{
    width: 100%;
}

.designer-story-detail .two-col-with-sidebar__header-image{
    margin-left: -18px;
    margin-right: -18px;
}

.two-col-with-sidebar__header-previous a{
    display: flex;
    align-items: center;
    text-decoration: none;
    font-family: var(--behr-body-and-label-font--bold);
    font-weight: var(--behr-bold);
    color: var(--behr-red-primary);
    font-size: .938rem;
}

.two-col-with-sidebar__header-previous a:hover{
    color: var(--behr-red-primary) !important;
    text-decoration: none;
}

.designer-story-detail .rte.container{
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 40px;
}

.two-col-with-sidebar__header-previous a span{
    margin-right: 10px;
}

.designer-story-detail .two-col-with-sidebar__header h1{
    line-height: 40px;
}

.two-col-with-sidebar__header h1{
    font-size: 2.813rem;
    line-height: 40px;
    margin-bottom: 8px;
}

.designer-story-detail .two-col-with-sidebar__header-description{
    max-width: 790px;
}

.two-col-with-sidebar__header-description{
    font-size: 1.125rem;
    color: var(--behr-black);
    line-height: 24px;
    margin-bottom: 16px;
}

.two-col-with-sidebar__header-author{
    color: var(--behr-black);
    font-size: .938rem;
    line-height: 18px;
    font-family: var(--behr-body-and-label-font);
    font-weight: var(--behr-normal);
    display: flex;
}

.author-company span{
    margin: 0 6px;
}

.author-company span, .two-col-with-sidebar__header-author .author-company{
    font-family: var(--behr-body-and-label-font--bold);
    font-weight: var(--behr-bold);
    margin-bottom: 0;
}

.two-col-with-sidebar__header-author .author-name{
    margin-bottom: 0;
}

.two-col-with-sidebar__header-image{
    margin-top: 40px;
    margin-bottom: 40px;
}

.two-col-with-sidebar__left h2{
    font-size: 2.125rem;
    line-height: 30px;
}

.ds-featured-colors-list{
    margin-top: 20px;
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    max-width: 522px;
}

.ds-featured-colors-list li { 
    max-width: 77px;
    margin-right: 10px;
    text-align: center;
    flex: 0 0 16.67%;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 20px;
    cursor: pointer;
}

 .ds-featured-colors-list li:last-child{
     margin-right: 0;
}

.ds-featured-colors__swatch{
    width: 77px;
    height: 77px;
    margin-bottom: 8px;
}

.designer-story-detail .ds-featured-colors-list li .ds-featured-colors__name{
    color: var(--behr-navy-primary);
    font-family: var(--behr-body-and-label-font--bold);
    font-weight: var(--behr-bold);
    text-transform: uppercase;
    font-size: .813rem;
}

.ds-featured-colors__colorId{
    font-size: .938rem;
    color: var(--behr-black);
}

.designer-story-detail .two-col-with-sidebar__aside{
border-bottom: 1px solid #D8D8D8;
margin-bottom: 40px;
padding-bottom: 30px;
}

.ds-sidebar__levels ul{
    display: flex;
}

.ds-sidebar__levels ul li{
    list-style-type: none;
    width: 16px;
    height: 16px;
    border: 1px solid var(--behr-grey-light);
    border-radius: 50%;
    margin-right: 4px;
}

.ds-sidebar__levels{
    margin-bottom: 24px;
}
.ds-levels .ds-sidebar__levels:last-child{
    margin-bottom: 40px;
}

.ds-sidebar__levels label{
    font-family: var(--behr-body-and-label-font--bold);
    font-weight: var(--behr-bold);
    color: var(--behr-black);
    line-height: 20px;
    margin-bottom: 8px;
    display: block;
    font-size: .938rem;
}

.ds-sidebar__levels ul li.is--on{
    background: var(--behr-red-primary);
    border: 1px solid var(--behr-red-primary);
}

.two-col-with-sidebar__aside h3{
    margin-bottom: 20px;
    font-size: 1.5rem;
    line-height: 25px;
}

.ds-sidebar__list{
    margin-bottom: 40px;
}

.ds-sidebar__list li, .ds-sidebar__home-depot p{
    color: var(--behr-black);
    font-size: 1.125rem;
    line-height: 24px;
    font-family: var(--behr-body-and-label-font);
    font-weight: var(--behr-normal);
    list-style: none;
    margin-bottom: 10px;
}

.ds-sidebar__list li:last-child{
    margin-bottom: 0;
}

.ds-sidebar__home-depot img{
    margin-bottom: 16px;
}

@media only screen and (max-width: 767px){
    .designer-story-detail .two-col-with-sidebar__main{
        height: auto !important;
    }
}

@media only screen and (min-width: 768px){
    .designer-stories .designer-stories-header-previous--mobile{
        display: none !important;
    }

    .designer-stories .designer-stories-header-previous--desktop{
        display: flex;
    }

    .designer-story-detail .two-col-with-sidebar__header h1{
        line-height: 75px;
    }

    .designer-story-detail .two-col-with-sidebar__header-image{
        margin-left: -29px;
        margin-right: -29px;
    }

    .two-col-with-sidebar__header h1{
        font-size: 4.688rem;
    }

    .two-col-with-sidebar__aside h3{
        font-size: 1.875rem;
    }

    .ds-sidebar h3{
        font-size: 1.875rem;
    }

    .ds-featured-colors__name{
        font-size: .938rem;
    }

    .ds-featured-colors__swatch{
        width: 122px;
        height: 122px;
    }

    .ds-featured-colors-list{
        max-width: 792px;
    }

    .ds-featured-colors-list li{
        max-width: 122px;
    }

    .two-col-with-sidebar__left h2{
        font-size: 2.813rem;
    }

    .two-col-with-sidebar__main.container{
        padding: 0 0 0 0 !important;
        margin: 0 0 0 0 !important;
        position: relative;
    }

    .ds-main {
        display: flex;
        justify-content: space-between;
        padding-top: 24px;
        margin-bottom: 40px;
        position: relative;
    }

    .ds-main.container{
        margin-bottom: -13px !important;
    }

    .designer-stories  .two-col-with-sidebar__left, .designer-stories  .two-col-with-sidebar__rte{
        width: 76%;
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content;
        padding-top: 0;
        margin-bottom: 0;
        padding-right: 110px;
    }

    .designer-stories  .two-col-with-sidebar__aside {
        max-width: 25%;
        padding-top: 0;
        position: absolute;
        right: 0;
        top: 0;
        border-bottom: none;
    }

    .two-col-with-sidebar, .designer-story-detail .two-col-with-sidebar{
        padding-top: 40px !important;
    }

    .two-col-with-sidebar .two-col-with-sidebar-header{
        max-width: 790px !important;
    }

    .two-col-with-sidebar-header h1{
        font-size: 4.875rem;
        line-height: 75px;
    }

}


@media only screen and (min-width: 992px){
    .designer-story-detail .two-col-with-sidebar__header-image{
        margin-left: 0;
        margin-right: 0;
    }
}
.two-col-with-sidebar__rte p, .two-col-with-sidebar__rte li {
    font-size: 18px;
    line-height:24px
}
.two-col-with-sidebar__rte p strong{
    font-size:15px;
    font-weight:var(--behr-bold);
}
@media (max-width:767px) {
    .two-col-with-sidebar__rte p, .two-col-with-sidebar__rte li {
        font-size: 15px;
        line-height:24px
    }
    .two-col-with-sidebar__main th {
        font-size: 14px;
    }
    .rte__wrapper tr td, .rte__wrapper th {
        padding: 0px 2px;
        word-break: break-word;
    }
}
@media (max-width:1199px) {
    h1 {
        font-size: 45px;
        line-height: 40px;
    }
}

.designer-story-footer {
    position: relative;
    padding-top: 40px;
    padding-bottom: 80px;
}

.designer-story-footer h2 {
    font-size: 2.125rem;
    line-height: 1.875rem;
    margin-bottom: 16px;
}
.designer-story-footer p {
    font-family: var(--behr-body-and-label-font);
    font-weight: var(--behr-normal);
    font-size: 18px;
    line-height: 24px;
}

.designer-story-footer__list-wrapper {
    margin-top: 34px;
    margin-bottom: 24px;
    margin-left: 20px;
}

/* .designer-story-footer a {
    color: var(--berh-black);
} */

a.designer-store-footer__share {
    height: 40px;
    margin-top: 40px;
}

.designer-store-footer__share {
    margin-top: 40px;
}

.designer-story-footer h3 {
    font-size: 30px;
    font-family: var(--behr-heading-font);
    font-weight: var(--behr-atf-500);
}

.designer-story-footer_buy-online {
    font-family: var(--behr-body-and-label-font);
    font-weight: var(--behr-normal);
    font-size: 18px;
    line-height: 24px;
    color: #212529;
    text-decoration: underline;
}

.designer-story-footer ul {
    margin: 2%;
    list-style-position: outside;
}

.designer-story-footer ul li {
    font-size: 18px;
    font-family: var(--behr-body-and-label-font);
    font-weight: var(--behr-normal);
    padding-left: 3px;
}

.designer-story-footer__profile-wrapper {
    margin-top: 40px;
    border-top: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8;
    padding: 40px 0px;
}

.designer-story-footer__profile {
    display: flex;
    gap: 5%;
}

/*  */

.designer-story-footer__profile-image {
    max-width: none;
    /* height: 80px;
    width: 80px; */
}

.designer-story-footer__profile-image img {
    max-height: 100%;
    border-radius: 50%;
    object-fit: cover;
    width: 80px;
    height: 80px;
}
/*  */
.designer-story-footer__profile-content {
    width: 80%;
    flex-grow: 1;
}

.designer-story-footer__profile-wrapper a {
    text-decoration: underline;
}

.designer-story-footer__legal {
    font-size: 15px!important;
    text-transform: uppercase;
    font-weight: var(--behr-bold) !important;
    font-family: var(--behr-body-and-label-font--bold) !important;
    color:var(--behr-navy-primary)!important;
}

.designer-story-footer__share-icon {
    margin-left: 20%;
}

@media only screen and (min-width: 768px){
    .designer-story-footer__profile-image img{
        width: 190px;
        height: 190px;
        max-width: 190px;
        max-height: 190px;
    }
}

@media (max-width:991px) {
    .designer-story-footer__profile-content {
        width: 70%;
    }
}

@media only screen and (min-width: 992px) {
    .designer-story-footer {
        padding-bottom: 100px;
    }

    .designer-story-footer__profile-wrapper {
        margin-top: 80px;
    }

    .designer-story-footer__profile-image {
        width: auto;
        /* height: 190px;
        width: 190px; */
    }
}
.document-library .mobile {
    display: none;
}

.document-library h3 {
    font-family: var(--behr-heading-font);
    font-weight: var(--behr-atf-500);
    font-size: 30px; 
}

.document-library h2 {
    font-family: var(--behr-heading-font);
    font-style: normal;
    font-weight: var(--behr-atf-500);
    font-size: 44px;
    line-height: 52px;
    text-transform: uppercase;
    color: #212529;
}

.document-library .clear {
    flex: 0 1 25%;
    font-size: initial;
    color: #D8D8D8;
    cursor: pointer;
    text-transform: none;    
    font-family: arial;
    font-weight: var(--behr-normal);    
}

.document-library .clear:hover {
    color:#C94F15;      
}

.document-library .expand-more:after {
    content: "\e5ce";
    color: #000;
    font-family: "Material Icons";
    float: right;
    font-size: 20px;
    margin-top: -2px;
}

.document-library .expand-less:after {
    content: "\e5ce";
    color: #000;
    font-family: "Material Icons";
    float: right;
    font-size: 20px;
    margin-top: -2px;
}

.document-library ul {
    list-style: none;
}

.document-library ul li input {
    margin-right: 5px;
}

.document-library .filter {
    display: flex;
}

.document-library .filter h4{
    flex: 1 1;
}

.document-library h5 {
    text-transform: uppercase;
    font-size: 19px;
    font-weight: var(--behr-bold);
    margin-bottom: 20px;
}

.document-library .products figure {
    padding: 20px;
    border: 1px solid #D8D8D8;
    display: flex;
}

.document-library .search {
    background: rgba(216, 216, 216, 0.2);
    border: 1px solid #D8D8D8;
    position: relative;
}

.document-library .search input {
    background: rgba(216, 216, 216, 0.2);
    border: none;
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: var(--behr-bold);
    padding: 12px 35px;
    text-transform: uppercase;
}

.document-library .product-category li{
    padding: 2px 0;
}
.document-library .col-md-6.text-right {
    line-height: 45px;
    font-weight: var(--behr-bold);
}

.document-library .col-md-6.text-right select {
    padding: 0 10px;
    margin-left:15px;
    min-width: 160px;
    font-weight: var(--behr-bold);
    border: 1px solid #d8d8d8;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 1em;
}

.document-library .search .clear {
    font-weight: var(--behr-bold);
    display: none;
    color: #000;
    position: absolute;
    top: 12px;
    right: 10px;
}

.document-library .search .material-icons-outlined {
    font-weight: var(--behr-bold);
    font-size: 20px;
    color: #000;
    position: absolute;
    top: 14px;
    left: 10px;
}

.document-library .message {
    background-color: #4E4E4E;        
}

.document-library .message p{
    color: #fff;
    padding: 7px 20px;
    text-transform: uppercase;
    font-weight: var(--behr-bold);
    font-size: 16px;
    margin: 0;
}

.document-library .search .clear.show {
    display: block;
}

.document-library .products figcaption { 
    width: 100%;
}

.document-library .products figcaption h6 { 
    margin-bottom: 20px;
    font-weight: var(--behr-bold);
}

.document-library .products figcaption > div { 
    margin-bottom: 5px;
}

.document-library .col-md.filter-modal {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    height: 100%;
    display: none;
}
.document-library .col-md.filter-modal.active {
    display: block;
}

.document-library .col-md.filter-modal .filter-modal--footer {
    position:absolute;
    bottom: 0;
    left:0;
    right:0;
    padding: 10px;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    background: #fff;
}

.document-library .col-md.filter-modal .filter-modal--footer button {
    background: #C94F15;
    color: #fff;
    display: block;
    width: 100%;
    font-weight: var(--behr-bold);
    text-transform: uppercase;
}

.document-library .col-md.filter-modal .filter-modal--header {
    position: absolute;
    top:0;
    left:0;
    right:0;
    border-bottom: 1px solid #d8d8d8;
    padding:10px;
    display: flex;
    text-align: center;
    background: #fff;
}

.document-library .col-md.filter-modal .filter-modal--header a{
    flex: 0 0;
    font-size: 24px;
    line-height: 20px;
    color: #000;
}

.document-library .col-md.filter-modal .filter-modal--header strong {    
    flex: 1 1 0;    
}

.document-library .col-md.filter-modal .filter-modal--content {
    padding-top: 25px;
}

.document-library .products figcaption > ul { 
    margin-top: 20px;
    padding: 0;
    color: #C94F15;
    background: #fff;
    border: 1px solid #D8D8D8;
    border-radius: 3px;
}

.document-library .products figcaption > ul li{
    position: relative;
}

/* .document-library .products figcaption > ul li:after{
    content: "\e5cc";
    color: #C94F15;
    font-family: "Material Icons";
    position: absolute;
    top: 5px;    
    right: 5px;
    font-size: 30px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
} */

.document-library .products figcaption > ul li:nth-child(2):after {
    right: 35px;
}

.document-library .products figcaption > ul li button{ 
    padding: 0;
    height: auto;
    width: 100%;
    border: 0;
    margin: 0;
}

@media (min-width:1440px) {
    .document-library .products figcaption > ul.nav-tabs {     
        display: flex;
        flex: 1 1 75%;
        margin-right: 200px;
    }
}
@media (min-width:1200px) and (max-width:1439px) {
    .document-library .products figcaption > ul.nav-tabs {     
        display: flex;
        flex: 1 1 75%;
        margin-right: 100px;
    }
}
@media (min-width:992px) and (max-width:1199px) {
    .document-library .products figcaption > ul.nav-tabs {     
        display: flex;
        flex: 1 1 75%;
        margin-right: 0px;
    }
    .document-library .products figcaption > ul li button.nav-link:after {
        right: 2px !important;
    }
}
.document-library .products figcaption > ul.nav-tabs li.nav-item {     
    margin: 0;
    display: flex;
    flex: 1 1;
}

.document-library .products figcaption > ul.nav-tabs li.nav-item button.nav-link {     
    color: #C94F15;
    padding: 5px 28px 5px 5px;
    font-size: 16px;
    font-weight: var(--behr-bold);
    text-align: center;
    text-transform: uppercase;
    background: #fff;
    border-radius: 0;
}

.document-library .products figcaption > ul.nav-tabs li.nav-item button.nav-link.active {     
    background: #C94F15;
    color: #fff;    
}

.document-library .products figcaption > ul.nav-tabs li.nav-item button.nav-link.active:after {
    color: #fff;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
 
.document-library .products figcaption > .tab-content {         
    margin-top: 20px;
    padding: 15px 20px;
    color: #C94F15;
    background: #fff;
    border: 1px solid #D8D8D8;
}

.document-library .products figcaption > .tab-content .tab-pane a {             
    padding: 10px;
    color: #C94F15;
    display: block;
}

.document-library .products figcaption > .tab-content .tab-pane a span {                 
    color: #4E4E4E;
    font-size: 10px;
    display: inline-block;
    padding: 5px 10px;
    text-transform: uppercase;
}

.document-library .mobile {
    background: rgba(216, 216, 216, 0.2);
    padding: 2.5em 1em;
}

@media (max-width: 991px) {
    .document-library .mobile { display: block; }
    .document-library .desktop { display: none; }

    .document-library .mobile .search {
        margin-bottom: 20px;
    }
    .document-library .mobile .search input {
        background-color: #fff;
    }

    .document-library .mobile select{
        padding: 14px;
        width: 237px;
        margin-right: 10px;
    }
    
    .document-library .mobile button {
        background-color: #fff;
        width: 110px;
        border: 1px solid #d8d8d8;
    }

    .document-library .products figcaption > ul.nav-tabs {             
        margin-right: 0px;
    }

    .document-library .products figure { 
        max-width: 100%;
        flex-direction: column;
    }

    .document-library .products figure img { 
        margin:0 0 30px;
    }

    .document-library .products figcaption > ul.nav-tabs {     
        flex-basis: 0;
        flex-direction: column;
        margin-right: 0;
        border: none;
    }

    .document-library .products figcaption > ul.nav-tabs li.nav-item button.nav-link {     
        color: #C94F15;
        font-size: 16px;
        font-weight: var(--behr-bold);
        text-transform: uppercase;
        background: #fff;
        border-radius: 0;
    }
    
    .document-library .products figcaption > ul.nav-tabs li.nav-item button.nav-link.active {     
        background:#fff;
        color:#C94F15;    
    }
    .document-library .products figcaption > ul li button{ 
        height: auto;
        width: auto;        
    }
    

    .document-library .products figcaption > ul.nav-tabs li.nav-item button.nav-link.active:after {
        color: #C94F15;
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .document-library .products figcaption > div.tab-content {
        border:none;
        margin-top:0;
    } 

    .document-library .products figcaption > ul.nav-tabs li.nav-item button.nav-link,
    .document-library .products figcaption > ul.nav-tabs li.nav-item button.nav-link.active {     
        border: none;
        background-color: #fff;
        text-align: left;    
        color:  #C94F15;
        padding: 5px;
    }
}
.document-library .products figcaption > ul li button.nav-link:after{
    content: "\e5cc";
    color: #C94F15;
    font-family: "Material Icons";
    position: absolute;
    top: 5px;    
    right: 5px;
    font-size: 30px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}


.document-library .products figcaption > ul li button.nav-link.acive:after{
    content: "\e5cc";
    color: #ffffff;
    font-family: "Material Icons";
    position: absolute;
    top: 5px;    
    right: 5px;
    font-size: 30px;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.designer-story-listing {
    position: relative;
}

.designer-story-listing section {
    padding-top: 80px!important;
    padding-bottom: 80px!important;
    position: relative;
}

.designer-story-listing__flex-section {
    display: flex;
    justify-content: center;
}

a.designer-story-listing__card-contents {
    text-decoration-color: var(--behr-black);
    text-decoration: none;
}

/*************************/
/*       Header          */
/*************************/
.designer-story-listing__header {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
}

.designer-story-listing__header-image-spacer {
    display: none;
}

.designer-story-listing__hero {
    height: 0;
    padding-bottom: 90%;
    width: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
}

.designer-story-listing section.designer-story-listing__header-section {
    padding-top: 40px!important;
    justify-content: flex-start;
}

.designer-story-listing section.designer-story-listing__header-section.designer-story-listing__active-filter {
    padding-bottom: 0px!important;
}

.designer-story-listing__header-title {
    line-height: 2.5rem;
    font-size: 2.813rem;
    margin-top: 40px;
    margin-bottom: 24px;
    color: var(--behr-navy-primary);
    font-family: var(--behr-heading-font);
    font-weight: var(--behr-atf-500);
    text-transform: uppercase;
}

.designer-story-listing__header-logo {
    height: 46.67px;
    width: 160px;
}

.designer-story-listing__header-desc {
    font-family: var(--behr-body-and-label-font);
    font-weight: var(--behr-normal);
    font-size: 1.125rem;
    line-height: 1.5rem;
    color: var(--behr-navy-primary);
    margin-bottom: 40px;
}

.designer-story-listing__header-filter-wrapper {
    justify-content: space-between;
}


.designer-story-listing__header-filter-btn {
    font-family: var(--behr-body-and-label-font--bold);
    font-weight: var(--behr-bold);
    font-size: 0.9375rem;
    line-height: 1.25rem;
    color: var(--behr-black);
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 16px 20px;
    border: 1px solid var(--behr-grey-light);
}


.designer-story-listing__header-filter-options {
    list-style-type: none;
    font-family: var(--behr-body-and-label-font--bold);
    font-weight: var(--behr-bold);
    font-size: 0.9375rem;
    line-height: 1.125rem;
    text-transform: uppercase;
    color: var(--behr-navy-primary);
    border-radius: 25px;
    border: 1px solid var(--behr-grey-light);
    flex-direction: column;
    overflow: hidden;
    display: none;
}

.designer-story-listing__header-filter-option {
    cursor: pointer;
    padding: 10px 15px;
    transition: all 0.5s;
}

.designer-story-listing__header-filter-option:hover {
    background-color: var(--behr-grey-light);
}


.designer-story-listing__header-filter-wrapper.desinger-story-listing__active-nav-bar .designer-story-listing__header-filter-btn {
    border-radius: 25px 25px 0px 0px;
}

.designer-story-listing__header-filter-wrapper.desinger-story-listing__active-nav-bar .designer-story-listing__header-filter-options {
    border-radius: 0px 0px 25px 25px;
    display: flex;
}

.designer-story-listing__header-filter-wrapper.desinger-story-listing__active-nav-bar .designer-story-listing__header-caret {
    transform: rotate(180deg);
}

/* Featured story */
.designer-story-listing__featured-background {
    background: var(--behr-beige);
}

.designer-story-listing__featured {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
    justify-content: center;
}

.designer-story-listing__featured-image {
    flex: 1 1 60%;
    width: 100%;
    height: 0;
    padding-bottom: 80%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


.designer-story-listing__featured-info {
    flex: 1 1 57%;
}

.designer-story-listing__blue-badge {
    width: 116px;
    height: 32px;
    background-color: var(--behr-navy-primary);
    border-radius: 4px;
    color: #fff;
    font-family: var(--behr-body-and-label-font--bold);
    font-weight: var(--behr-bold);
    font-size: 0.9375rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.designer-story-listing__info-badge {
    margin-bottom: 24px;
}

.designer-story-listing__featured-info-title {
    line-height: 42px;
    margin-bottom: 24px;
}

.designer-story-listing__featured-info-author {
    font-family: var(--behr-body-and-label-font--bold);
    font-weight: var(--behr-bold);
    font-size: 0.9375rem;
    line-height: 1.25rem;
    margin-bottom: 8px;
    color: var(--behr-black);
}

.designer-story-listing__featured-info-author {
    font-family: var(--behr-body-and-label-font--bold);
    font-weight: var(--behr-bold);
    font-size: 0.9375rem;
    line-height: 1.25rem;
    margin-bottom: 8px;
}

.designer-story-listing__featured-info-desc {
    font-family: var(--behr-body-and-label-font);
    font-weight: var(--behr-normal);
    font-size: 1.125rem;
    line-height: 1.5rem;
    color: var(--behr-navy-primary);
    margin-bottom: 24px;
}

.designer-story-listing__featured-info-link a {
    font-family: var(--behr-body-and-label-font--bold);
    font-weight: var(--behr-bold);
    font-size: 0.9375rem;
    line-height: 1.125rem;
    color: var(--behr-red-primary);
    margin-bottom: 24px;
}


/*************************/
/* Designer Listing Card */
/*************************/

.designer-story-listing__card {
    float: left;
    height: auto;
    margin-bottom: 20px;
    width: 100%;
}

.designer-story-listing__grid-sizer { 
    width: 100%; 
}

/* clear fix */
.designer-story-listing__grid:after {
    content: '';
    display: block;
    clear: both;
}

.designer-story-listing__card-contents__info {
    padding: 0px 20px 0px 20px;
    margin-top: -15px;
}

.designer-story-listing__card-contents__info-category {
    margin-bottom: 40px;
    text-transform: uppercase;
}

.designer-story-listing__card-contents__info-title {
    margin-bottom: 15.99px;
    font-family: var(--behr-heading-font);
    font-size: 2.125rem;
    line-height: 1.875rem;
    color: var(--behr-navy-primary);
    font-weight: var(--behr-atf-500);
    text-transform: uppercase;
}

.designer-story-listing__card-contents__info-author-company {
    margin-bottom: 8px;
    font-family: var(--behr-body-and-label-font--bold);
    font-weight: var(--behr-bold);
    font-size: 0.9375rem;
    line-height: 1.25rem;
    margin-bottom: 8px;
    color: var(--behr-black);
}

.designer-story-listing__card-contents__info-desc {
    font-family: var(--behr-body-and-label-font);
    font-size: 1.125rem;
    line-height: 1.5rem;
    color: var(--behr-navy-primary);
    margin-bottom: 40px;
    font-weight: var(--behr-normal);
}

.designer-story-listing__card-contents {
    background: white;
    display: flex;
    flex-direction: column;
    height: auto;
    position: relative;
    transition: all .1s ease-in;
}

.designer-story-listing__card-contents:hover {
    filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.1));
}

.designer-story-listing__card-contents .designer-story-listing__card-contents__thumb {
    padding-bottom: 40%;
    background-size: cover;
    background-position: center center;
}

.designer-story-listing__load-more__wrapper {
    display: flex;
    justify-content: center;
}

.designer-story-listing__load-more__btn {
    width: 172px;
    margin-top: 40px;
}


@media all and (min-width: 768px) {
    .designer-story-listing__grid-sizer { 
        width: 50%; 
    }

    .designer-story-listing__card { 
        width: 48%; 
    }

    .designer-story-listing__hero {
        padding-bottom: 75%;
    }
    
}


@media all and (min-width: 992px) {
    .designer-story-listing section {
        padding-top: 160px!important;
        padding-bottom: 160px!important;
    } 

    .designer-story-listing__featured {
        flex-direction: row;
    }

    .designer-story-listing__featured-image {
        padding-bottom: 500px;
    }

    .designer-story-listing__header-title {
        line-height: 4.688rem;
        font-size: 4.875rem;
        margin-top: 64px;
        margin-bottom: 24px;
        color: var(--behr-navy-primary);
        font-family: var(--behr-heading-font);
        font-weight: var(--behr-atf-500);
    }

    .designer-story-listing section.designer-story-listing__header-section {
        padding-top: 160px!important;
        padding-bottom: 160px!important;
    }

    .designer-story-listing__header-section {
        min-height: 700px;
        max-height: 750px;
    }

    .designer-story-listing__header-logo {
        height: 70px;
        width: 240px;
    }

    .designer-story-listing__header-filter-btn {
        display: none;
    }

    .designer-story-listing__header-filter-options {
        list-style-type: none;
        font-family: var(--behr-body-and-label-font--bold);
        font-weight: var(--behr-bold);
        border: none;
        border-radius: 0px!important;
        flex-direction: row;
        color: var(--behr-navy-primary);
        vertical-align: top;
        white-space: nowrap;
        margin-right: 0px;
        justify-content: space-between;
    }
    
    .designer-story-listing__header-filter-option {
        cursor: pointer;
        padding: 0px;
        transition: all 0.5s;
        border-bottom: 1px solid transparent;
    }

    .designer-story-listing__header-filter-option:hover {
        background-color: inherit;
        border-bottom: 1px solid var(--behr-navy-primary);
    }

    .designer-story-listing__active-item {
        border-bottom: 1px solid var(--behr-navy-primary);
    }

    .designer-story-listing__header-info {
        width: 50%;
    }

    .designer-story-listing__header-image {
        display: block;
        width: 100%;
        padding-bottom: inherit;
        position: inherit;
    }
    
    .designer-story-listing__header-image {
        position: absolute;
        top: 0;
        right: 0px;
        width: 45%;
        height: 830px;
        overflow: hidden;
        z-index: 1;
        max-height: inherit;
    }


    .designer-story-listing__hero {
        height: 100%;
    }

    .designer-story-listing__grid-sizer { 
        width: 33.33%; 
    }

    .designer-story-listing__card { 
        width: 31%; 
    }

    .designer-story-listing__header-filter-wrapper {
        display: flex!important;
    }

    .designer-story-listing__header-filter-options {
        display: flex;
        width: 100%;
        justify-content: space-between;
    }
    
    .designer-story-listing__header-filter-options li {
        /* margin-right: 35px */
    }

    .designer-story-listing__header-filter-options li:last-child {
        margin-right: 0px;
    }

    .designer-story-listing__load-more__btn {
        margin-top: 80px;
    }
}

@media all and (min-width: 1200px) {
    .designer-story-listing__header-filter-options {
        display: flex;
        width: 100%;
        justify-content: flex-start;
        gap: 35px
    }
}
.featured-content-banner__left-content.featured-content-banner__wrapper--col.pl-lg-5 {
    padding-left: 2rem!important;
}

/**  C004 - Featured Content Banner - Start **/
.featured-content-banner {
    position: relative;
}

.right-bottom-shadow {
    box-shadow: 4px 6px 8px rgb(0 0 0 / 10%);
    border: 1px solid rgb(0 0 0 / 10%);
}
.featured-content-banner .primary-anchor-text,
.featured-content-banner .primary-button-orange {
    width: fit-content; 
}
/* .featured-content-banner {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
} */

.featured-content-banner__text-wrapper h2,
.featured-content-banner__text-wrapper h3,
.featured-content-banner__text-wrapper p {
    color: #212529;
}

.featured-content-banner__text-wrapper p {
    letter-spacing: 0;
    font-size: 1.125rem;
    line-height: 1.375rem;
    padding-right: 3rem;    
}

.featured-content-banner__text-wrapper p+p {
    letter-spacing: 0;
    margin-top: 24px;
}

.featured-content-banner--half .featured-content-banner__text-wrapper h3 {
    font-size: 1rem;
    line-height: 2rem;
    font-family: var(--behr-body-and-label-font);
    font-weight: var(--behr-normal);
    text-transform: none;
    margin-bottom: 8px;
}

.featured-content-banner__left-content a {
    font-size: 0.9375rem;
    line-height: 1.375rem;
    /*margin-top: 40px !important;*/
}

.featured-content-banner__wrapper--row {
    display: flex;
    width: 100%;
}

.featured-content-banner__text-wrapper h2 {
    font-size: 44px;
    line-height: 52px;
    margin-bottom: 8px;
}

.featured-content-banner__left-content {
    display: flex;
    flex-direction: column;
    text-align: left;
    /* padding: 52px 0px; */
}

.featured-content-banner--half .featured-content-banner__wrapper--row .featured-content-banner__left-content {
    flex: 1 0 50%;
    max-width: 50%;
}

.featured-content-banner--half .featured-content-banner__wrapper--row .featured-content-banner__image-wrapper {
    flex: 1 0 50%;
    max-width: 50%;
}

.featured-content-banner--two-thirds a {
    margin-bottom: 4rem;
    margin-top: 1.5rem;
    font-size: 1rem;
}

.featured-content-banner--two-thirds .featured-content-banner__image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-left.featured-content-banner--two-thirds .featured-content-banner__image-wrapper img {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.featured-content-banner__left-content {
    padding-bottom: 1.5rem;
}

@media (min-width: 992px) {
    .banner-with-padding {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .image-left .featured-content-banner__wrapper--row {
        flex-direction: row-reverse;
    }

    .featured-content-banner__left-content {
        padding: 0 1.5rem 0rem 1.5rem;
        /* padding-top: 48px; */
    }
}

@media (max-width: 1199px) {
    .featured-content-banner--two-thirds {
        padding: 52px 20px;
    }

    .featured-content-banner--half {
        padding: 52px 20px 113px;
    }

    .featured-content-banner__text-wrapper p {
        font-size: 18px !important;
    }
}

.featured-content-banner__wrapper {
    max-width: 1190px;
}

.featured-content-banner__wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.featured-content-banner__button-wrapper.button.black-primary {
    border: 1px solid white;
    width: fit-content;
}

@media only screen and (min-width: 992px) {
    .featured-content-banner__desktop-img {
        display: block !important;
    }

    .featured-content-banner__mobile-img {
        display: none !important;
    }

    .featured-content-banner__wrapper--row .featured-content-banner__left-content {
        flex: 1 0 35%;
        max-width: 35%;
    }

    .featured-content-banner__text-wrapper h2 {
        margin-bottom: 8px;
    }

    .featured-content-banner__text-wrapper p {
        font-size: 18px;
        line-height: 27px;
        padding-right: 3rem;
    }

    .featured-content-banner__image-wrapper {
        flex: 1 0 65%;
        max-width: 65%;
    }

    .featured-content-banner--two-thirds .featured-content-banner__left-content {
        flex: 0 0 66.6666%;
        max-width: 66.6666%;
        padding-bottom: 0;
    }

    .featured-content-banner--two-thirds .featured-content-banner__image-wrapper {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
}

@media only screen and (max-width: 991px) {
    .featured-content-banner__left-content.featured-content-banner__wrapper--col.pl-lg-5 {
        padding-left: 0rem!important;
    }
    .featured-content-banner__desktop-img {
        display: none !important;
    }

    .featured-content-banner__mobile-img {
        display: block !important;
    }

    .featured-content-banner__wrapper--row {
        flex-direction: column-reverse;
    }

    .featured-content-banner__wrapper a {
        margin-bottom: 0;
    }

    .featured-content-banner__wrapper h2 {
        margin-top: 0;
    }

    .featured-content-banner--half .featured-content-banner__wrapper--row .featured-content-banner__left-content {
        flex: 1 0 100%;
        max-width: 100%;
    }

    .featured-content-banner--half .featured-content-banner__wrapper--row .featured-content-banner__image-wrapper {
        flex: 1 0 100%;
        max-width: 100%;
    }

    .featured-content-banner--two-thirds .featured-content-banner__image-wrapper img {
        height: auto;
        object-fit: cover;
    }

    .featured-content-banner__centered {
        text-align: center;
        align-items: center;
    }
}

@media only screen and (min-width: 1200px) {
    .featured-content-banner__text-wrapper h2 {
        font-size: 44px;
        line-height: 52px;
    }
}
.featured-content-banner__text-wrapper.pb-4 {
    padding-bottom: 0 !important;
}

.featured-content-banner h2.pb-3 {
    padding-bottom: 0px !important;
}
.featured-content-banner a.primary-button-orange {
    margin-top: 15px;
}
/**  C004 - Featured Content Banner - End **/

/* @media (min-width: 992px) and (max-width: 1099px) {
    .color-tools-featured-banners article .primary-button-orange {
        padding: 12px 4px;
    }
}
@media (min-width: 1100px) and (max-width: 1200px) {
    .color-tools-featured-banners article .primary-button-orange {
        padding: 12px 10px;
    }
} */
div.fifty-fifty--margin-large:first-child{
    padding-top: 80px !important;
  }
  
  div.fifty-fifty--margin-small:first-child{
    padding-top: 16px !important;
  }
  
  .fifty-fifty--margin-large{
    padding-bottom: 80px !important;
  }
  
  .fifty-fifty--margin-default{
    padding-top: 64px;
    padding-bottom: 54px;
  }
  
  .fifty-fifty--margin-small{
    padding-bottom: 16px !important;
  }
  
  .fifty-fifty-image-text{
      position: relative;
  }
  
  .fifty-fifty-image-text h2 {
    font-size: 44px;
    line-height: 52px;
  }
  
  .fifty-fifty-image-text p {
    font-size: 18px;
    line-height: 24px;
    font-weight: var(--behr-normal);
    font-family: var(--behr-body-and-label-font);
    margin-bottom: 0px;
    margin-top: 10px;
  }
  .fifty-fifty-image-text .button{
      margin-top: 32px;
      max-width: fit-content;
  }
  .fifty-fifty-image-text .fifty-fifty-image-text__content {
      display: flex;
      flex-direction: column;
  }
  .fifty-fifty-image-text__left-content{
    margin-bottom: 40px;
  }
  .fifty-fifty-image-text__right-content-video{
    position: relative; 
    padding-bottom: 56.25%; 
    padding-top: 30px; 
    height: 0; 
    overflow: hidden;
  }
  .fifty-fifty-image-text__right-content-video iframe{
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%;
  }
  .fifty-fifty-image-text__right-content{
    height: 100%;
  }
  @media (min-width:992px) {
    .fifty-fifty-image-text .fifty-fifty-image-text__content{
      flex-direction: row;
      justify-content: space-between;
    }
  
    .fifty-fifty-image-text__left-content, .fifty-fifty-image-text__right-content{
      flex: 0 0 calc(50% - 20px);
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
  
    .fifty-fifty-image-text__left-content{
      margin-bottom: 0;
    }
  
    .fifty-fifty-image-text h2 {
      font-size: 44px;
    }
  
    .fifty-fifty--margin-default{
      padding-top: 80px;
      padding-bottom: 80px;
    }
  }
  #row_id-title .content_desktop-title a.primary-anchor-text.pt-4 {
    line-height: 30px;
  }
  .section-color-sample-reordering-made-simple img {
    width: 100%;
    height: auto;
  }
  .choice-opt-out li {
    list-style: decimal !important;
  }
.FiftyFiftyVideoText iframe {
    display:none;
}
.youtube-icon-cover img:hover {
    cursor: pointer;
}
.youtube-icon-cover {
    justify-content: center;
    position: absolute;
    display: flex;
    top: 40%;
    transition: transform .2s;
    left: 40%;
}
.youtube-icon-cover img {
    transition: transform .2s;
    width: 60%;
}
#video-cover:hover + .youtube-icon-cover,
.youtube-icon-cover:hover {
    transform: scale(1.5);
}
@media (max-width:991px) {
    #video-cover {
        width: 100%;
    }
}
.five-column-layout {
    position: relative;
    /* padding-top: 1.5rem!important;
    padding-bottom: 1.5rem!important; */
  }
  
  .five-column-layout p {
    margin-bottom: 1rem;
  }
  
  .five-column-layout__column-6 a, .five-column-layout__mobile-col-5 a {
    text-decoration: none;
  }
  
  .five-column-layout__column-6 a:hover, .five-column-layout__mobile-col-5 a:hover {
    text-decoration: underline!important;
    color: var(--behr-navy-primary) !important;
    cursor: pointer;
  }
  
  .five-column-layout__desktop{
    margin-left: -15px;
    margin-right: -15px;
  }
  
  .portrait-img--cropped .five-column-layout__img-fluid{
    display: block;
    max-height: 230px;
    min-height: 230px;
    object-fit: cover;
    object-position: 0% 0%;
    width: 100%;
  }
  
  a.five-column-layout__btn-avb-color {
    text-decoration: none!important;
  }
  
  a.five-column-layout__btn-avb-color:hover{
    text-decoration: none!important;
  }

  
  .five-column-layout__img-fluid {
    max-width: 100%;
    height: auto;
  }
  
  .five-column-layout__behrfs-5 {
    text-transform: uppercase;
    letter-spacing: 0px;
    color: var(--behr-navy-primary);
    font-size: 24px;
    line-height: 25px;
    font-family: var(--behr-heading-font);
    font-weight: var(--behr-atf-500);
  }
  .five-column-layout__behrfs-2 {
    text-transform: uppercase;
    letter-spacing: 0px;
    color: var(--behr-navy-primary);
    font-family: var(--behr-heading-font);
    font-weight: var(--behr-atf-500);
  }
  .five-column-layout__py-4 {
    padding-top: 1.5rem!important;
    padding-bottom: 1.5rem!important;
  }
  
  .five-column-layout__py-1 {
    padding-top: 0.25rem!important;
    padding-bottom: 0.25rem!important;
  }
  
  .five-column-layout__mb-2 {
    margin-bottom: 0.5rem!important;
  }
  
  .five-column-layout__pt-2 {
    padding-top: 0.5rem!important;
  }
  
  .five-column-layout__my-3 {
    margin-bottom: 1rem!important;
    margin-top: 1rem!important;
  }
  
  .five-column-layout__py-3 {
    padding-top: 1rem!important;
    padding-bottom: 1rem!important;
  }
  
  .five-column-layout__py-1 a,
  .five-column-layout__five-column-layout__py-1 a {
    text-decoration: none;
    font-family: var(--behr-body-and-label-font);
    font-weight: var(--behr-normal);
    font-size: 1.125rem;
    line-height: 1.5rem;
    color: var(--behr-black);
  }
  
  .five-column-layout__desktop {
    display: none;
  }
  
  .five-column-layout__mobile-row {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  
  .five-column-layout__mobile-col-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
    padding-right: 15px;
  }
  
  .five-column-layout__mobile-col-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
    padding-left: 15px;
  }
  
  .five-column-layout__mobile-col-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  
  .five-column-layout__behrfs-2 {
    font-size: 34px;
    line-height: 30px;
  }
  
  .five-column-layout__btn-primary-stroked {
    color: var(--behr-navy-primary);
    background: #fff;
    border: 1px solid var(--behr-navy-primary);
    padding: 5px 30px;
    border-radius: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    font-family: var(--behr-body-and-label-font--bold);
    font-weight: var(--behr-bold);
  }
  
  .five-column-layout__btn-avb-color {
    padding: 3px 11px;
    text-align: center !important;
    font-size: 11px;
    width: 105%;
  }
  
  .five-column-layout__body-1 {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0px;
  }
  
  .five-column-layout__two-column-mobile {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  
  }
  
  .five-column-layout__two-column-mobile .five-column-layout__column-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0px 15px;
    padding-top: 1rem!important;
  }
  
  .five-column-layout__two-column-mobile .five-column-layout__column-6 a{
    color: unset;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  
  .five-column-layout__two-column-mobile .five-column-layout__py-4 {
      padding-bottom: 0.5rem!important;
  }
  
  .five-column-layout__two-column-mobile .color-name {
    font-size: 26px;
  }
  
  .five-column-layout__two-column-mobile .color-name,
  .five-column-layout__two-column-mobile .color-subname {
    color: var(--behr-black);
  }
  
  @media (min-width: 540px) {
    .five-column-layout__btn-avb-color {
      font-size: inherit;
      width: auto;
      padding: 5px 30px;
    }
  }
  
  @media (min-width: 768px) {
    .five-column-layout__mobile {
      display: none;
    }
  
    .five-column-layout__desktop {
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
  
    .five-column-layout__desktop .five-column-layout__column-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
      padding-top: 1rem!important;
      padding-left: 15px;
      padding-right: 15px;
    }
  }
  
  @media (min-width: 992px) {
    .five-column-layout__desktop .five-column-layout__column-6 {
      -ms-flex-preferred-size: 0;
      -ms-flex-positive: 1;
      max-width: 100%;
      flex: 0 0 20%;
    }
  
    .five-column-layout__two-column-mobile .five-column-layout__column-6 {
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
    }
  
    .five-column-layout__py-1 a:hover,
    .five-column-layout__five-column-layout__py-1 a:hover {
      text-decoration: underline;
    }
  }
  
  @media (min-width: 1200px) {
    .five-column-layout__body-1 {
      font-size: 18px;
      line-height: 24px;
      letter-spacing: 0px;
    }
  }
  @media (max-width:414px) {
    .five-column-layout__mobile-col-5 {
      padding-left: 5px;
    }
  }

/*  DFCT0024537 - US Pro- Floor Coatings Visualizer landing page- Clickable Links  */

.five-column-layout__behrfs-5:hover,
.five-column-layout__behrfs-2:active {
    color: #A13F11 !important;
}

.five-column-layout__column-6 a:hover,
.five-column-layout__mobile-col-5 a:hover {
    text-decoration: none !important;
}
@media (max-width:767px) {
  .five-column-layout__behrfs-2 {
    font-size: 24px;
    line-height: 25px;
}
}
.footer-subscription-form {
  position: relative; /* this is for CMS Edit Content button placement */
  padding-top: 24px;
  padding-bottom: 24px;
  background-color: #4E4E4E;
}
.subfootersub {
    font-size:11px;
    font-family: var(--behr-body-and-label-font);
    font-weight: var(--behr-normal);
    line-height:11px;
}

.footer-subscription-form p {
  font-size: 30px;
  line-height: 15px;
  color: #fff;
}

.footer-subscription-form h3 {
  color: #fff;
  text-align: right;
}

.footer-subscription-form__form {
  margin-bottom: -25px;
}

.footer-subscription-form__form label {
  display: block;
  font-family: var(--behr-body-and-label-font--bold);
  font-weight: var(--behr-bold);
  font-size: 0.938rem;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.footer-subscription-form__form input {
  background: #fff;
  display: block;
  height: 30px;
  padding: 20px 10px;
  width: 100%;
  border: none !important;
  border-bottom: 1px solid var(--behr-black) !important;
  margin-bottom: 36px;
  font-family: var(--behr-body-and-label-font);
  font-weight: var(--behr-normal);
}

/* STRY0260531 */
.footer-subscription-form__form button,
.footer-subscription-form__form a {
  height: 42px;
  min-width: 128px;
  margin-left: 20px;
  text-transform: uppercase;
  font-family: var(--behr-body-and-label-font--bold);
  font-weight: var(--behr-bold);
}

.footer-subscription-form__error-wrapper1, .footer-subscription-form__error-wrapper2 {
  display: none;
}

.footer-subscription-form__error-wrapper1.has-error, .footer-subscription-form__error-wrapper2.has-error {
  display: block;
  position: absolute;
  bottom: 0;
}

.footer-subscription-form__error-wrapper1.has-error strong, .footer-subscription-form__error-wrapper2.has-error strong {
  font-family: var(--behr-body-and-label-font--bold);
  font-weight: var(--behr-bold);
  font-size: 1rem;
  color: #fff;
}

.footer-subscription-form__label-input-wrapper {
  position: relative;
}

@media only screen and (max-width: 575px) {
  .footer-subscription-form h3 {
    text-align: left;
  }
  .footer-subscription-form__form {
    display: flex;
    justify-content: center;
  }
  .footer-subscription-form__form button {
    margin-top: 6px;
  }
  .footer-subscription-form__form a {
    max-width: 120px;
  }
}

@media only screen and (min-width: 576px) {
  .footer-subscription-form__form {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .footer-subscription-form__wrapper div:nth-child(2) a {
    padding-left: 5px;
  }

  .footer-subscription-form__label-input-wrapper {
    position: relative;
    width: 100%;
  }
}

@media only screen and (max-width: 991px) {
  .footer-subscription-form__error-wrapper1.has-error, .footer-subscription-form__error-wrapper1.has-error {
    bottom: 12px;
  }
    .footer-subscription-form p {
      line-height: 42px;
    }  
}
@media only screen and (min-width: 992px) and (max-width: 1023px){
    .subfootersub {
        font-size:10px;
      font-family: var(--behr-body-and-label-font);
      font-weight: var(--behr-normal);
        line-height:11px;
    }
}   
@media only screen and (min-width: 992px) {
  .footer-subscription-form__body-wrapper {
    display: flex;
  }

  .footer-subscription-form__body-wrapper p {
    flex: 0 0 42%;
    padding-right: 15px;
    font-size: 1.125rem;
  }

  .footer-subscription-form__form {
    margin-bottom: -25px;
  }

  .footer-subscription-form__form input {
    background: #fff;
    width: 100%;
    margin-bottom: 24px;
  }
}
.footer-subscription-form .col-12.col-lg-2.my-3.pl-lg-4{
  display:flex;
  justify-content:center;
}

.global-footer {
    background-color: white;
    /* TODO: Add to vars */
    position: relative;
}

.global-footer__wrapper {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.global-footer .language-selector__wrapper.show {
    display: block;
    width: auto;
    font-family: var(--behr-body-and-label-font);
    font-weight: var(--behr-normal);
    font-size: 1rem;
    left: 0;
}

.global-footer .language-selector__wrapper.show a {
    word-break: break-all;
}

.global-footer .language-selector__wrapper.show span {
    word-break: keep-all;
}

.global-footer .language-selector__flag-country-wrapper {
    margin-right: 20px;
}

.global-footer__language-selector {
    align-self: center;
    display: flex;
    align-items: center;
}

.global-footer__language-selector {
    font-family: var(--behr-body-and-label-font);
    font-weight: var(--behr-normal);
}

.global-footer .language-selector__wrapper span {
    color: var(--behr-black) !important;
}

.global-footer .language-selector__wrapper {
    border: 1px solid var(--behr-grey-light);
    position: absolute;
    background-color: #FFF;
    width: 306px;
    font-size: 1rem;
    position: absolute;
    bottom: 29px;
}

.global-footer .language-selector__wrapper td a {
    font-family: var(--behr-body-and-label-font--bold);
    font-weight: var(--behr-bold);
}

.global-footer .language-selector__wrapper>span {
    padding: 12px;
}

.global-footer__language-options {
    position: relative;
    margin-top: 16px;
}

.global-footer__language-selector img {
    padding-left: 8px;
}

.global-footer ul li {
    list-style: none;
    font-size: .875rem;
}

.global-footer,
.global-footer li,
.global-footer a,
.global-footer p,
.global-footer small,
.global-footer h4,
.global-footer h3 {
    color: #212529;
    text-decoration: none;
}

.global-footer h3 {
    font-size: 1.875rem;
}

.global-footer h4 {
    font-size: 1.5rem;
}

.global-footer li a {
    font-size: .938rem;
}

.global-footer li a:hover {
    border-bottom: 1px solid #fff;
}

.footer-primary {
    font-family: var(--behr-body-and-label-font);
    font-weight: var(--behr-normal);
    margin-bottom: 40px;
}

.footer-nav__social {
    display: flex;
    width: 220px;
    flex-wrap: wrap;
}

.footer-link--social {
    height: 40px;
    width: 40px;
    display: block;
}

.footer-link--social:hover {
    border-bottom: none !important;
}

.footer-nav__social li {
    background-repeat: no-repeat;
    background-position: center;
    border: 0px solid #D8D8D8;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 13px;
    color: #C94F15;
}

.footer-nav__social li:hover {
    background-color: #fff;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    color: rgba(216, 216, 216, 0.3);
}

.footer-nav__social li i {}

.global-footer__social-list h3 {
    margin-bottom: 22px;
}

.footer-nav__social li {
    flex: 0 0 25%;
    max-width: 20px;
    width: 40px;
    height: 40px;
    margin-bottom: 25px;
    margin-right: 9px;
}

/*.footer-nav__social li:nth-child(4n) {
    margin-right: 0;
}*/

.footer-col-1-secondary {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.footer-col-1-secondary ul {
    flex: 0 0 50%;
    margin-bottom: 40px;
}

.footer-col-1-secondary__row {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px;
}

.footer-col-1-secondary__row ul:nth-child(2) {
    margin-bottom: 0;
}

.footer-col-1 div:last-child .footer-nav__social,
.footer-nav__color,
.footer-nav__products,
.footer-nav__resc,
.footer-nav__misc,
.footer-nav__tips-and-resources {
    font-family: var(--behr-body-and-label-font);
    font-weight: var(--behr-normal);
}

.global-footer__social-list {
    padding-bottom: 15px;
    border-bottom: 1px solid #fff;
    margin-bottom: 40px;
}

.global-footer__wrapper .footer-col-3 {
    line-height: 20px;
    background-color: rgba(216, 216, 216, 0.3);
    margin-top: 76px;
    border-bottom: none;
    padding: 10px;
    margin: 0 -15px 0;
}

.global-footer__wrapper .footer-col-2 {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.global-footer__copyright {
    line-height: 20px;
    background-color: rgba(216, 216, 216, 0.3);
    /* margin-top: 76px; */
    border-bottom: none;
    padding: 10px;
    /* margin: 0 -15px 0; */
}

.global-footer__logo {
    margin-bottom: 32px;
}

.global-footer__nav-col {
    padding-bottom: 24px;
    margin-bottom: 40px;
    border-bottom: 1px solid #fff;
}

.global-footer__nav-col small {
    font-family: var(--behr-body-and-label-font);
    font-weight: var(--behr-normal);
    font-size: .75rem;
}

.global-footer__nav-list li {
    margin-bottom: 17px;
}

.global-footer__social-list.mobile {
    display: none;
}

.footer-facebook {
    background-image: url("../images/facebook-icon-red-square.svg");
}

.footer-twitter {
    background-image: url("../images/twitter-icon-red-square.svg");
}

.footer-instagram {
    background-image: url("../images/instagram-icon-red-square.svg");
}

.footer-tiktok {
    background-image: url("../images/tiktok-icon-red-square.svg");
}

.footer-pinterest {
    background-image: url("../images/pinterest-icon-red-square.svg");
}

.footer-youtube {
    background-image: url("../images/youtube-icon-red-square.svg");
}

.footer-email {
    background-image: url("../images/envelope-icon-red-square.svg");
}

@media (hover: hover) and (pointer: fine) {

    .footer-nav__social .list-inline-item:hover {
        background-color: unset !important;
        background-repeat: no-repeat;
        background-position: center;
    }

    .footer-nav__social li:hover {
        background-color: #fff;
        background-repeat: no-repeat;
        background-position: center;
    }

    .footer-facebook:hover {
        background-image: url("../images/facebook-icon-red-circle.svg");
    }

    .footer-twitter:hover {
        background-image: url("../images/twitter-icon-red-circle.svg");
    }

    .footer-instagram:hover {
        background-image: url("../images/instagram-icon-red-circle.svg");
    }

    .footer-tiktok:hover {
        background-image: url("../images/tiktok-icon-red-circle.svg");
    }

    .footer-pinterest:hover {
        background-image: url("../images/pinterest-icon-red-circle.svg");
    }

    .footer-youtube:hover {
        background-image: url("../images/youtube-icon-red-circle.svg");
    }

    .footer-email:hover {
        background-image: url("../images/envelope-icon-red-circle.svg");
    }

}

@media only screen and (max-width: 330px) {
    .global-footer .language-selector__wrapper {
        right: -10px;
    }
}

@media only screen and (min-width: 768px) {
    .footer-col-1-secondary ul {
        margin-bottom: 65px;
    }
}

@media only screen and (min-width: 992px) {
    .language-selector__wrapper.show {
        border: 1px solid var(--behr-grey-light);
        position: absolute;
        background-color: #FFFFFF;
        right: 0;
    }

    .global-footer .language-selector__wrapper.show {
        display: block;
        font-family: var(--behr-body-and-label-font);
        font-weight: var(--behr-normal);
        font-size: 1rem;
        left: 0;
    }
}

@media only screen and (min-width: 1200px) {

    .global-footer__wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding-top: 80px !important;
        padding-bottom: 26px !important;
    }

    .global-footer__nav-col {
        padding-bottom: 0;
        margin-bottom: 0;
        border: none;
    }

    .footer-col-1 {
        display: flex;
        flex: 0 0 66.6%;
        border-right: 1px solid #fff;
        margin-left: -1rem;
    }

    .footer-col-1__main {
        flex: 0 0 33.3%;
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .footer-col-1-secondary {
        flex: 0 0 66.6%;
    }

    .footer-col-2 {
        flex: 0 0 33%;
        padding-left: 19px;
    }

    .global-footer .footer-col-3 {
        flex: 0 0 100%;
        margin-top: 122px;
    }

    .global-footer__social-list {
        padding-bottom: 0;
        border-bottom: none;
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 576px) {
    .global-footer__wrapper .footer-col-3 {
        display: flex;
        justify-content: space-between;
        align-items: baseline;
    }

    .global-footer .language-selector__wrapper {
        right: 0%;
    }

    .global-footer .language-selector__wrapper.show {
        left: unset;
        right: 0;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }

    .global-footer .language-selector__wrapper.show span,
    .global-footer .language-selector__wrapper.show a {
        word-break: keep-all;
    }

    .global-footer .language-selector__flag-country-wrapper {
        margin-right: 0;
    }
}

@media (max-width:375px) {
    .language-selector__wrapper table td a {
        font-size: 0.9rem;
    }

}

@media (max-width:991px) {
    .global-footer__social-list.desktop {
        display: none;
    }

    .global-footer__social-list.mobile {
        display: block;
        margin: 0;
    }

    .global-footer__nav-col {
        margin-bottom: 0;
    }

    .footer-col-1-secondary ul {
        margin-bottom: 0px;
    }

    .global-footer__nav-col {
        padding-bottom: 8px;
    }

    .footer-nav__social li {
        margin-bottom: 10px !important;
    }
}

#email-page h3 {
    font-family: var(--behr-heading-font) !important;
    font-weight: var(--behr-atf-500);
}
.footer-youtube {
    background-image: url("https://www.behr.com/webfiles/1698250971062/images/youtube-icon-red-square.svg");
}
.footer-youtube:hover {
    background-image: url("https://www.behr.com/webfiles/1698250971062/images/youtube-icon-red-circle.svg");
}
.footer-email {
    background-image: url("https://www.behr.com/webfiles/1698250971062/images/pinterest-icon-red-square.svg");
}
.footer-email:hover {
    background-image: url("https://www.behr.com/webfiles/1698250971062/images/pinterest-icon-red-circle.svg");
}
.hero-banner {
    position: relative;
    overflow-x: hidden;
    margin-bottom: 0px !important;
    display: flex;
    justify-content: center;
}
.hero-banner .hero-banner__desktop ,
.hero-banner .hero-banner__mobile {
    max-width: 100%;
}
.hero-banner__mobile {
    display: none;
}
.hero-banner h2 {
    color: #fff;
    font-size: 25px;
    font-family: var(--behr-heading-font);
    font-weight: var(--behr-atf-500);
    line-height: 1.2;
}
.hero_banner_text {
    color: #fff;
    font-size: 25px;
    font-family: var(--behr-heading-font);
    font-weight: var(--behr-atf-500);
    line-height: 1.2;
}
.hero-banner__right-content {
    text-align: right;
}
.hero-banner__behr-logo {
    display: initial;
    float: right;
    width: inherit;
}
.hero-banner__search-careers {
    padding-top: 6rem;
    margin-top: 1rem;
}
.hero-banner_carrer {
    position: absolute;
    font-size: 47px;
    letter-spacing: 10px;
    bottom: 0px;
}
@media (max-width:767px) {
    .hero-banner__desktop {
        display: none;
    }
    .hero-banner__mobile {
        display: block;
    }
    .hero-banner__item {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .hero-banner h2 {
        font-size: 18px;
    }
    .hero_banner_text {
        font-size: 18px;
    }
    .hero-banner_carrer {
        font-size: 42px;
    }
    .hero-banner__search-careers {
        padding-top: 4rem;
        margin-top: 1rem;
    }
    .hero-banner__search-careers a{
        padding: 5px 20px;
        font-size: 12px;
    }
    .hero-banner__behr-logo {
        width: auto;
    }
}
@media (max-width:349px) {
    .hero-banner h2 {
        font-size: 18px;
    }
    .hero_banner_text {
        font-size: 18px;
    }
    .hero-banner_carrer {
        font-size: 34px;
    }
}
.hero-banner__career-block {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 10px;
    background: rgb(88,179,205);
    background: linear-gradient(0deg, rgba(88,179,205,1) 0%, rgba(123,154,194,1) 50%, rgba(144,137,187,1) 100%);
    max-width: 450px;
    border: 3px solid #fff;
    border-bottom: none;
    border-radius: 10px 10px 0 0;
    display: flex;
    width: 100%;
}
.hero-banner__item {
    width: calc(100% /2) ;
}
.no_banner_text {
    display: none;
}
.hero-banner .hero-banner__wrapper,
.hero-banner .hero-banner__wrapper img {
    width: 100%;
}
.standsout-arrow {
    width: auto!important;
    height: auto!important; 
    padding-left: 8px;
    margin-top: -3px;    
}


.global-header {
  position: relative;
  z-index: 10;
  width: 100%;
}

.global-header__utility-bar--wrapper {
  background-color: #f3f3f3;
  position: relative;
  z-index: 10;
}

.global-header__utility-bar--wrapper a {
  color: #626262;
  font-size: 12px;
}

.global-header__utility-bar--nav {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.global-header__utility-bar--nav ul:not(.language-selector__selections) {
  margin-bottom: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.navigation__col-3--img-cover > div img{
  width: 100%;
}

.global-header__utility-bar--wrapper {
  padding-top: 8px;
  padding-bottom: 8px;
}

.global-header__mobile-nav,
.global-header__desktop-nav--wrapper {
  background: #FFFFFF;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
}

.global-header__mobile-nav {
  display: flex;
  flex-direction: column;
  padding-top: 18.5px;
  padding-bottom: 18.5px;
}

.global-header__mobile-nav--icon-wrapper {
  display: flex;
  justify-content: space-between;
}

.global-header a img {
  height: 56px;
  width: 140px;
}
@media (max-width:375px) {
  .global-header a img {
    height: 45px;
    width: 100px;
  }
}
.global-header__utility-bar--icon-nav,
.global-header__desktop-nav--wrapper {
  display: none;
}

.global-header__utility-bar--icon-nav a img {
  display: inline-block;
  fill: #FFFFFF;
  height: 14px;
  width: 14px;
  margin-right: 8px;
}

.global-header__language-selector {
  display: flex;
  align-items: center;
}

.global-header__language-img {
  height: 29px !important;
  width: 55px !important;
}

.global-header__language-selector--arrow {
  height: 5px;
  width: 10px;
  margin-left: 7px;
}

.global-header__utility-bar--nav ul:not(.language-selector__selections) li {
  align-self: center;
}

.global-header__utility-bar--nav ul:not(.language-selector__selections) li:not(:last-child) {
  margin-right: 24px;
}

.global-header__utility-bar--nav a {
  text-decoration: none;
}

.global-header__utility-bar--nav ul li a {
  color: #626262;
}

.active-site a {
  color: #C94F15 !important;
}

.global-header__utility-bar--icon-nav ul li a {
  align-self: center;
  display: flex;
  align-items: center;
}

.global-header ul:not(.language-selector__selections) {
  list-style: none;
  font-family: var(--behr-body-and-label-font);
  font-size: 0.938rem;
  color: #B5B5B5;
  font-weight: var(--behr-bold-600);
  margin-bottom: 0;
  vertical-align: middle;
  /* text-transform: capitalize; */
}

.global-header__subnav-item--accordion {
  margin: 0 25px;
}

.global-header__utility-bar--nav ul:not(.language-selector__selections) {
  list-style: none;
  font-family: var(--behr-body-and-label-font);
  font-size: 0.938rem;
  color: #B5B5B5;
  font-weight: var(--behr-bold-600);
  /* text-transform: capitalize; */
}

.global-header .language-selector__wrapper.show {
  display: block;
  width: 100%;
}

.language-selector__wrapper{
  z-index: 10;
}

.global-header .language-selector-open .material-icons-outlined {
  transform: rotate(180deg);
}

.global-header__desktop-nav--main ul {
  font-family: var(--behr-heading-font);
  font-weight: var(--behr-atf-500);
  text-transform: uppercase;
  display: flex;
  justify-content: center;
}

.global-header__hamburger {
  height: 12px;
  width: 16px;
  margin-right: 17px;
}

.global-header__hamburger .material-icons-outlined,
.global-header__close-mobile-menu  .material-icons-outlined{
  color: var(--behr-navy-primary);
  font-size: 1.5rem;
  margin-right: 18px;
}

.global-header__close-mobile-menu {
  height: 16px;
  width: 16px;
  margin-right: 17px;
}

.global-header__mobile-nav--icons-left,
.global-header__mobile-nav--icons-right {
  display: flex;
}

.global-header__mobile-nav--icons-left a {
  height: 32px;
}

.global-header__mobile-nav--icons-left a:not(.hide) {
  display: flex;
  align-items: center;
}

.global-header__mobile-nav--icons-right {
  width: max-content;
  justify-content: space-evenly;
}

.global-header__mobile-nav--icons-right a {
  display: flex;
  align-items: center;
}

.global-header__mobile-nav--icons-right .material-icons-outlined {
  color: var(--behr-navy-primary);
  font-size: 1.5rem;
}

.global-header__mobile-nav--main {
  display: none;
}

.global-header__subnav-section--mobile{
  background: #f7f7f7;
}

.global-header__subnav-section--mobile,
.global-header__subnav-section--mobile > li > ul {
  display: none;
}

.global-header__subnav-section--mobile > li {
  font-family: var(--behr-heading-font);
  font-weight: var(--behr-atf-500);
  font-size: 1.5rem;
  color: var(--behr-navy-primary);
  text-transform: uppercase;
  background-color: #F7F7F7;
  border-bottom: 1px solid #E9E9E9;
  padding: 15px;
}

.global-header__subnav-section--mobile > li > ul {
  margin-top: 16px;
  margin-left: 18px;
}

.global-header__subnav-section--mobile > li > ul > li {
  margin-bottom: 16px;
}

.global-header__subnav-section--mobile li a {
  text-decoration: none;
  font-size: 0.938rem;
  color: var(--behr-navy-primary);
}

.global-header__subnav-section--mobile li:last-child {
  border-bottom: none;
}

.global-header__color-smart--whites {
  background-color: #FFFFFF;
}

.global-header__color-smart--grays {
  background-color: #8A8A8A;
}

.global-header__color-smart--blacks {
  background-color: var(--behr-navy-dark);
}

.global-header__color-smart--reds {
  background-color: var(--behr-red-primary);
}

.global-header__color-smart--oranges {
  background-color: #FF7424;
}

.global-header__color-smart--yellows {
  background-color: #EAB854;
}

.global-header__color-smart--greens {
  background-color: #005A54;
}

.global-header__color-smart--blues {
  background-color: #0097DA;
}

.global-header__color-smart--purples {
  background-color: #91569B;
}

.global-header__color-smart {
  margin: 16px 0 24px 16px;
}

.global-header__color-smart li a {
  font-size: 0.938rem;
  /* text-transform: capitalize; */
}

.global-header__color-smart > li {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.global-header__color-smart li div {
  height: 16px;
  width: 16px;
  border: 1px solid #E9E9E9;
  border-radius: 50%;
  margin-right: 10px;
}

.global-header__color-smart--tool {
  margin-left: 26px;
}

.global-header__view-all a {
  color: var(--behr-red-medium) !important;
}

.global-header a {
  color: var(--behr-navy-primary);
  text-decoration: none;
}

.global-header__subnav {
  display: none;
}

.global-header__language-selector--wrapper-mobile {
  margin-top: 20px;
}

.global-header__icon--down-arrow.language-selector-open::after {
  transform: rotate(180deg);
}

.global-header__subnav .desktop .navigation__col-3--img-text.active-subnav-section{
  display: flex;
  flex-direction: column;
  /* height: 100%; */
  height: auto;
}

/********* global header search **********/
.gg-close {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs,1));
  width: 22px;
  height: 22px;
  border: 2px solid transparent;
  border-radius: 40px
}
.gg-close::after,
.gg-close::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 16px;
  height: 3.5px;
  background: var(--behr-navy-primary);
  transform: rotate(45deg);
  border-radius: 5px;
  top: 8px;
  left: 1px
}
.gg-close::after {
  transform: rotate(-45deg)
}

.global-header__search{
  position: absolute;
  width: 100%;
  z-index: 5;
  padding: 0px 30px;
  text-align: center;
}

.search-form__inputs{
  text-align: center;
  padding: 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.global-header__search-close{
  display: none;
  cursor: pointer;
}
.search-form {
    background-color: #f3f3f3;
    display: flex;
    align-items: center;
}
.search-form__inputs input{
  /*border-radius: 53px !important;*/
  height: 47px;
  /*border: 2px solid var(--behr-navy-primary) !important;*/
  margin-right: 8px;
  padding: 0.375rem 0.75rem;
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--behr-navy-primary);
  background-color: #fff;
  background-clip: padding-box;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  font-family: var(--behr-body-and-label-font);
  font-weight: var(--behr-normal);
  flex: 1 1 auto;
  width: 1% !important;
}

.search-form__inputs input:focus{
  outline: none;
  /*border: 2px solid var(--behr-navy-primary) !important;*/
}

.search-form__inputs button{
  flex: 0 0 auto;
}

@media (min-width: 992px){
  .search-form__inputs{
     /* max-width: 83.3%;*/
      padding: 16px 0 !important;
      /*margin: 16px auto;*/
  }

  .search-form__inputs input{
      margin-right: 14px;
  }

  .global-header__search-close{
      display: block;
      margin-left: 30px;
  }

  .search-form__inputs button{
    width: 10.5%;
  }
  
}
/********* global header search **********/

@media only screen and (max-width: 991px) {
    .global-header__search{
      padding: 0px 0px;
    }   
  .global-header__nav {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .global-header__mobile-nav {
    padding-top: 18.5px;
    padding-bottom: 18.5px;
  }

  .global-header__utility-bar--icon-nav {
    display: none;
  }

  .global-header__mobile-nav--main-wrapper.menu-open {
    height: 100%;
  }

  .global-header__mobile-nav--main-wrapper.menu-open .global-header__mobile-nav--main {
    display: block;
    border-top: 1px solid #E9E9E9;
    z-index: 950;
  }

  .global-header__mobile-nav {
    position: relative;
  }

  .global-header__nav-items--mobile {
    display: flex;
    flex-direction: column;
  }

  .global-header__nav-items--mobile > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    color: var(--behr-navy-primary);
    font-family: var(--behr-heading-font);
    font-weight: var(--behr-atf-500);
    text-transform: uppercase;
    border-bottom: 1px solid #E9E9E9;
    padding: 17px 29px;
    background-color: #FFFFFF;
    z-index: 950;
  }

  .global-header__subnav-section--mobile > li > a {
    display: flex;
    align-items: center;
    /*justify-content: space-between;*/
  }

  .global-header__nav-items--mobile > a .material-icons-outlined,
  .global-header__subnav-section--mobile > li > a .material-icons-outlined {
    display: inline-block;
    vertical-align: middle;
    color: var(--behr-primary-navy);
    float: right;
    font-size: 1.5rem;
  }

  .global-header__nav-items--mobile .active-nav-item .material-icons-outlined {
    transform: rotate(180deg);
  }

  .global-header__nav-items--mobile .active-subnav-item .material-icons-outlined{
    transform: rotate(180deg);
  }

  .global-header__utility-bar--icon-nav--mobile {
    font-size: 0.938rem;
    padding: 40px 29px 0 29px;
    background-color: white;
  }

  .global-header__utility-bar--icon-nav--mobile a {
    text-decoration: none;
    color: var(--behr-navy-primary);
  }

  .global-header__utility-bar--icon-nav--mobile .global-header__icon::before {
    display: inline-block;
    vertical-align: middle;
    height: 16px;
    width: 16px;
    margin-right: 12px;
  }

  .global-header__utility-bar--icon-nav--mobile .global-header__icon::after {
    display: inline-block;
    vertical-align: middle;
    height: 28px;
    width: 10px;
    margin-left: 8px;
  }

  .global-header__utility-bar--icon-nav--mobile .material-icons-outlined {
    display: inline-block;
    vertical-align: middle;
    color: var(--behr-navy-primary);
    margin-right: 8px;
  }

  .global-header__utility-bar--icon-nav--mobile li {
    margin-bottom: 24px;
  }

  .language-selector__selections li {
    margin-bottom: 0;
  }

  .global-header__utility-bar--icon-nav--mobile ul:not(.language-selector__selections) li:nth-last-child(2) {
    margin-bottom: 40px;
  }

  .global-header__utility-bar--icon-nav--mobile .global-header__language-img {
    margin-right: 7px;
  }

  .global-header .active-nav-item + ul {
    display: block;
  }

  .global-header .active-subnav-item + ul {
    display: block;
  }

  .global-header__language-selector--mobile,
  .global-header__language-selector--desktop {
    display: flex;
    align-items: center;
  }

  .global-header__language-selector--mobile img,
  .global-header__language-selector--desktop img {
    display: inline;
  }
}

@media only screen and (min-width: 992px) {
  .global-header__mobile-nav {
    display: none;
  }

  .global-header__language-selector__wrapper-mobile {
    display: none;
  }

  .global-header__language-selector__wrapper-desktop {
    display: block;
  }

  .global-header__nav-items {
    font-family: var(--behr-heading-font) !important;
    text-transform: uppercase !important;
    font-weight: var(--behr-atf-500);
  }

  .global-header__subnav.active-subnav {
    display: block;
    box-shadow: 0px 30px 42px -4px rgba(33, 37, 41, 0.75);
    height: fit-content;
    z-index: 950;
  }

  .global-header__subnav.active-subnav nav {
    min-height: 640px;
  }

  .global-header__utility-bar--wrapper {
    padding-top: 10.5px;
    padding-bottom: 10.5px;
  }

  .global-header__utility-bar--icon-nav,
  .global-header__desktop-nav--wrapper {
    display: block;
  }

  .global-header__utility-bar,
  .global-header__desktop-nav {
    max-width: 1190px;
    margin: 0 auto;
  }

  .global-header__subnav {
    width: 100%;
    /* padding-left: 56px;
    padding-right: 56px; */
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #FFFFFF;
  }

  .global-header__desktop-nav--wrapper {
    padding-top: 19.5px;
    padding-bottom: 19.5px;
  }

  .global-header__desktop-nav,
  .global-header__desktop-nav--main,
  .global-header__desktop-nav--main ul {
    display: flex;
    align-items: center;
  }

  .global-header__desktop-nav {
    justify-content: space-between;
  }


  .global-header__desktop-nav--main ul a {
    text-decoration: none;
    color: var(--behr-navy-primary);
    font-size: 14px;
  }

  .global-header__desktop-nav--main ul li.active-nav-item a{
    color: #C94F15;
  }

  .global-header__utility-bar--icon-nav .material-icons-outlined {
    color: #000;
    margin-right: 8px;
    vertical-align: middle;
  }

  .global-header__icon--down-arrow .material-icons-outlined {
    font-size: 24px;
    margin-right: 0 !important;
  }

  .global-header .language-selector__wrapper.show {
    display: block;
    width: max-content;
  }

  /* Flyout Styles */
  .global-header__subnav .desktop {
    position: relative;
    display: flex;
    justify-content: flex-end;
    /* max-width: 1190px; */
    margin: 0 auto;
  }

  .global-header__close-subnav {
    position: absolute;
    background: #FFFFFF;
    height: 64px;
    width: 64px;
    padding: 25px;
  }

  .global-header__close-subnav--icon img {
    height: 18px !important;
    width: 24px !important;
  }

  .navigation__col .navigation__col-3 .navigation__col-3--img-cover img {
    width: 100%;
  }
  
  .global-header__subnav .desktop a {
    text-decoration: none;
  }

  .global-header__subnav ul li{
    padding: 15px;
    font-family: var(--behr-heading-font);
    font-weight: var(--behr-atf-500);
    font-size: 30px;
    letter-spacing: 0px;
    text-align: left;    
  }
  ul.behr-trendsinspiration.active-subnav-section .global-header__behr-showcase:nth-last-child(2){
    padding:15px 0px 0px 15px;
  }
  ul.behr-trendsinspiration.active-subnav-section .global-header__behr-showcase:nth-last-child(1){
    padding: 0px 0px 15px 15px;
  }
  
  .global-header__subnav .navigation__col-2 ul li{
    line-height: 15px;
  }
  

  .global-header__subnav .navigation__col-1 {
    margin-left: -125px;    
  }

  .global-header__subnav .navigation__col-1 ul li{
    padding-left: 105px;    
  }

  .global-header__subnav li.active-subnav-item{
    background: rgba(216, 216, 216, 0.2);
  }
  .global-header__subnav li.active-subnav-item a:after{ 
    content: "\e5cc";
    font-family: "Material Icons";
    position: relative;
    float: right;
    top: 5px;
    color: #C94F15;
  }
  
  .global-header__subnav .navigation__col li.active-subnav-item a {
    color: #C94F15;
  }

  .global-header .navigation__col {
    flex: 30%
  }

  .global-header .navigation__col > ul > li {
    margin-bottom: 0;
  }

  .global-header .navigation__col-1 > ul > li[data-id] {
    font-size: 1.875rem;
  }

  .global-header .navigation__col-2 {
    border-left: 1px solid #D8D8D8;
    border-right: 1px solid #D8D8D8;
  }

  .global-header .navigation__col-2 a {
    font-weight: var(--behr-bold);
  }

  .global-header .navigation__col-1 {
    padding-top: 40px !important;
  }


  .global-header .navigation__col-3 .full-height-img {
    height: 100%;
  }

  .global-header .navigation__col-3 img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  .global-header .navigation__col-2 > ul,
  .global-header .navigation__col-3 > div {
    display: none;
  }

  .global-header__subnav .navigation__col-2 .active-subnav-section,
  .global-header__subnav .navigation__col-3 .active-subnav-section{
    padding: 35px 15px 15px;
    display: block;
  }

  .global-header__subnav .navigation__col-3 .active-subnav-section {
    /*padding: 35px;*/
    padding: 0;
  }

  .navigation__col-3 .find-a-color img {
    height: 403px;
  }

  /* .navigation__col-3 .navigation__col-3--img-text,
  .navigation__col-3 .navigation__col-3--img-text {
    padding: 80px 42px;
  } */

  .navigation__col-3 .navigation__col-3--img-text img,
  .navigation__col-3 .navigation__col-3--img-text img {
    /* min-height: 260px; */
    min-width: 180px;
  }

  .navigation__col-3 .navigation__col-3--img-text--small {
    padding: 108px 40px 30px 40px;
  }

  .global-header__col-3--text span,
  .navigation__col-3 .navigation__col-3--img-text--small span {
    font-family: var(--behr-heading-font);
    font-weight: var(--behr-atf-500);
    font-size: 1.125rem;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
  }

  .global-header__col-3--text p,
  .navigation__col-3 .navigation__col-3--img-text--small p {
    font-family: var(--behr-body-and-label-font);
    font-weight: var(--behr-normal);
    font-size: 0.938rem;
    margin-bottom: 16px;
  }

  .global-header__col-3--text button,
  .navigation__col-3 .navigation__col-3--img-text--small button {
    padding: 10px 20px !important;
    margin-right: 10px;
  }

  .global-header .global-header__col-3--text,
  .global-header .global-header__col-3--text,
  .global-header .global-header__col-3--text {
    /*padding-top: 17px;*/
    padding-bottom: 87px;
    padding-left: 25px;
  }

  .global-header .tips-resources-navigation .navigation__col-3 {
    background-color: #F6F5F0;
  }

  .global-header__button-wrapper {
    display: flex;
  }

  .global-header__button-wrapper .anchor-button,
  .global-header .navigation__col-3 .anchor-button {
    height: 35px;
    min-width: 123px;
    padding: 10px;
  }

  .global-header__button-wrapper .anchor-button:first-child {
    margin-right: 8px;
  }

  .global-header__button-wrapper a {
    color: #C94F15;
    font-size: 14px;
  }
  .global-header__button-wrapper a:after{ 
    content: "\e5cc";
    font-family: "Material Icons";
    position: relative;
    float: right;
    /*top: 5px;*/
    color: #C94F15;
  }
}
@media (min-width:1331px) {
  .global-header .navigation__col-1 a {
    font-size: 32px;
    font-family: var(--behr-heading-font);
    font-weight: var(--behr-atf-500);
    margin-bottom: 25px;
    
    text-transform: uppercase;
  }
}
@media (min-width:1111px) and (max-width:1330px) {
  .global-header .navigation__col-1 a {
    font-size: 24px;
    font-family: var(--behr-heading-font);
    font-weight: var(--behr-atf-500);
    margin-bottom: 25px;
    text-transform: uppercase;
  }
}
@media (min-width:1024px) and (max-width:1110px) {
  .global-header .navigation__col-1 a {
    font-size: 19px;
    font-family: var(--behr-heading-font);
    font-weight: var(--behr-atf-500);
    margin-bottom: 25px;
    
    text-transform: uppercase;
  }
}
@media (min-width:992px) and (max-width:1023px) {
  .global-header .navigation__col-1 a {
    font-size: 17px;
    font-family: var(--behr-heading-font);
    font-weight: var(--behr-atf-500);
    margin-bottom: 25px;
    text-transform: uppercase;
  }
}
@media (min-width:1100px) {
  .global-header__desktop-nav--main ul {
    width: 700px;
    justify-content: space-between;
    color: var(--behr-navy-primary);
    font-size: 1.25rem;
    font-weight: var(--behr-normal);
    margin-right: 30px;
    list-style: none;
  }
}
@media (min-width:992px) and (max-width:1099px) {
  .global-header__desktop-nav--main ul {
    width: 600px;
    justify-content: space-between;
    color: var(--behr-navy-primary);
    font-size: 1.25rem;
    font-weight: var(--behr-normal);
    margin-right: 10px;
    list-style: none;
  }
}
@media only screen and (min-width:1200px) {
  .global-header__utility-bar--wrapper {
    padding-top: 10.5px;
    padding-bottom: 10.5px;
  }

  .global-header__desktop-nav--wrapper {
    padding-top: 19.5px;
    padding-bottom: 19.5px;
  }

  .global-header__subnav {
    width: 100%;
    /* padding-left: 65px;
    padding-right: 65px; */
  }
}

@media only screen and (min-width:1920px) {
  .global-header__subnav {
    max-width: 1440px;
    margin: 0 auto;
  }

  .global-header__utility-bar--wrapper {
    padding: 10.5px 0;
  }

  .global-header__desktop-nav--wrapper {
    padding: 19.5px 0;
  }

  .global-header .navigation__col-1,
  .global-header .navigation__col-3 {
    flex: 36%;
  }

  .global-header .navigation__col-2 {
    flex: 28%;
  }

  .global-header .navigation__col-3 {
    margin-right: -124px;
  }

  .global-header__close-subnav {
    margin-right: -124px;
  }
}

/* right padding needs to be increased to match design, and give appearance of flyout being wider than header */
@media (min-width: 1331px) and (max-width: 1919px) {

  /* padding for third column text -- needs to line up with icons on right side of global header */
  .global-header .global-header__col-3--text,
  .global-header .global-header__col-3--text,
  .global-header .global-header__col-3--text {
    padding-right: 56px;
  }
}
@media (min-width: 1200px) and (max-width: 1330px) {
  .global-header .global-header__col-3--text,
  .global-header .global-header__col-3--text,
  .global-header .global-header__col-3--text {
    padding-right: 65px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .global-header .global-header__col-3--text,
  .global-header .global-header__col-3--text,
  .global-header .global-header__col-3--text {
    padding-right: 56px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .global-header .global-header__col-3--text,
  .global-header .global-header__col-3--text,
  .global-header .global-header__col-3--text {
    padding-right: 29px;
  }
}

@media (min-width: 1920px) {
  .global-header .global-header__col-3--text,
  .global-header .global-header__col-3--text,
  .global-header .global-header__col-3--text {
    padding-right: 115px;
  }
  .global-header__subnav .desktop{
    max-width: 1190px;
    margin: 0 auto !important;
  }
}
@media (min-width:1200px) {
  [data-col-three-id="behr-kitchen"]{
    height: 100% !important;
  }
}
.navigation__col-3 .navigation__col-3--img-text--small span {
    font-style: normal;
    font-weight: var(--behr-atf-500); 
    font-size: 24px;
    line-height: 32px;
    font-family: var(--behr-heading-font);
    text-transform: uppercase;
}

/* a.onthejob-pencil-icon {
    background-image: url("/binaries/content/gallery/behr-us-pro/navigation/pencil.svg");
    background-repeat: no-repeat;
    background-size: 20px;
    width: 20px;
    height: 20px;
    display: block;
    margin: 5px;
    margin-top: 2px;
} */
a.global-header__icon--pencil span.material-icons-outlined {
  background-image: url("/binaries/content/gallery/behr-us-pro/navigation/pencil.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  width: 20px;
  height: 20px;
}
.global-header__nav-items li a {
  font-size: 18px;
  line-height: 21px;
  font-weight: var(--behr-atf-500);
  font-family: var(--behr-heading-font);
  color: #4E4E4E;
}
.global-header__utility-bar--nav li a {
  font-size:12px;
  font-weight: var(--behr-bold);
  font-family: var(--behr-body-and-label-font--bold);
  color: #4E4E4E;
}
#proSdndModal #proSdndLabel {
  font-weight: var(--behr-normal) !important;
}
.horizontal-rule {
    position: relative;
}

.horizontal-rule hr {
    border: none;
    border-top: 1px solid var(--behr-grey-light);
    margin: 50px 0 20px;
}
/* HomePage Carousel CSS */
.homepage-carousel {
  position: relative;
}
.homepage-carousel .homepageCarousel__desktop_prev,
.homepage-carousel .homepageCarousel__desktop_next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 0px 8px;
    color: white;
    font-weight: var(--behr-bold);
    font-size: 18px;
    border: 1px solid white;
    border-radius: 100%;
    background-color: #ffffff24;
    box-shadow: 2px 2px 22px #00000047;
    text-shadow: 2px 2px 7px black;
    height: auto;
}
.homepage-carousel .homepageCarousel__desktop_prev:hover,
.homepage-carousel .homepageCarousel__desktop_next:hover {
  color: rgb(218, 216, 216);
}
.homepage-carousel .homepageCarousel__desktop_prev {
  left: 10%;
}
.homepage-carousel .homepageCarousel__desktop_next{
  right: 10%;
}
.homepage-carousel {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: auto;
  position: relative;
}
.homepage-carousel__mobile-image,
.homepage-carousel__slide-mobile,
.homepage-carousel__text-mobile {
  display: none !important;
}
.homepage-carousel__slide-desktop .homepage-carousel__legal {
  font-size: 10px;
}
.homepage-carousel__slide-desktop, .homepage-carousel__slide-mobile {
  position: absolute;
  top: 30%;
  left: 50%;
}
.homepage-carousel__text-desktop {
  font-size: 18px;
  font-family: var(--behr-body-and-label-font);
  font-weight: var(--behr-normal);
}
@media (min-width:2300px) {
  .homepage-carousel .homepageCarousel__desktop_prev {
    left: 15%;
  }
  .homepage-carousel .homepageCarousel__desktop_next{
    right: 15%;
  }
}
@media (min-width:2700px) {
  .homepage-carousel .homepageCarousel__desktop_prev {
    left: 25%;
  }
  .homepage-carousel .homepageCarousel__desktop_next{
    right: 25%;
  }
}
@media (min-width:992px) and (max-width:1439px) {
  .homepage-carousel__slide-desktop h2 {
    font-size: 30px;
    line-height: 1;
  }
  .homepage-carousel__slide-desktop p {
    font-size: 12px;
    line-height: 1.3;
    font-weight: var(--behr-bold);
  }
}  

@media (max-width:991px) {
  .homepage-carousel__slide-item, .homepage-carousel__slide-item img {
    justify-content: center;
    width: 100%;
  }
  .homepage-carousel__desktop-image,
  .homepage-carousel__slide-desktop,
  .homepage-carousel__text-desktop {
    display: none !important;
  } 
  .homepage-carousel__slide-mobile {
    display: block !important;
    top: 30%;
    left: 0%;
  }
  .homepage-carousel__slide-mobile {
    top: 15%;
    text-align: center;
  }
  .homepage-carousel__text-mobile {
    display: block;
  }
  .homepage-carousel .homepageCarousel__desktop_prev,
  .homepage-carousel .homepageCarousel__desktop_next {
  display: none;
  }
  .homepage-carousel__text-mobile {
    font-size: 18px;
    font-family: var(--behr-body-and-label-font);
    font-weight: var(--behr-normal);
  }
}

@media (max-width:767px) {
  .homepage-carousel__slide-mobile {
    top: 5%;
  }
  .homepage-carousel__slide-mobile h2 {
    font-size: 25px;
    line-height: 1;
  }
  .homepage-carousel__slide-mobile p {
    text-align: center;
  }
}
.no_banner_text {
  display: none;
}
.homepage_banner_text {
  font-size: 18px;
  font-family: var(--behr-body-and-label-font);
  font-weight: var(--behr-normal);
}
.homepage-carousel .owl-prev {
  margin-left: 0% !important;
  float: left;
}
.homepage-carousel .owl-next {
  margin-right: 0% !important;
  float: right;
}
.homepage-carousel .home-carousel-nav-btn {
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  outline: 0;
  width: 40px;
  height: 40px;
  color: #C94F15;
  font-size: 24px;
  font-weight: var(--behr-bold);
}
.homepage-carousel .owl-nav {
  margin-top: -20%;
}
.homepage-carousel .owl-prev:hover, .homepage-carousel .owl-next:hover {
  background-color: transparent !important;
  text-decoration: none;
}
.homepage-carousel .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span,
.homepage-carousel .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:active span {
  background:#C94F15;
  border: 1px solid #C94F15;
}
.homepage-carousel .owl-theme .owl-dots .owl-dot span {
  background-color: #D8D8D8;
  border: 1px solid #D8D8D8;
  width: 10px;
  height: 10px;
}
.homepage-carousel .owl-dots {
  margin-top: 1%;
 }
.homepage-carousel .homepage-carousel__image-slider .owl-nav {
  display: initial;
}
.homepage-carousel__slide-item, 
.homepage-carousel__slide-item img {
  position: relative;
}
.homepage-carousel__slide-desktop, .homepage-carousel__slide-mobile {
  right: 0;
  margin: 0 auto;
  text-align: center;
}
.homepage-carousel .owl-prev, .homepage-carousel .owl-next {
  margin-top: -8% !important;
}
@media (max-width:991px) {
  .homepage-carousel .owl-prev, .homepage-carousel .owl-next {
    margin-top: -10% !important;
  }
}
@media (min-width:1921px) {
  .homepage-carousel .homepage-carousel__slide-item {
    display: flex;
    justify-content: center;
  }
  .homepage-carousel .homepage-carousel__slide-item img {
    width: unset !important;
  }
}
@media (min-width:1921px) {
  .homepage-carousel .owl-prev, .homepage-carousel .owl-next {
    margin-top: -8% !important;
  }
  .homepage-carousel .owl-prev {
    margin-left: 17% !important;
  }
  .homepage-carousel .owl-next {
    margin-right: 17% !important;
  }
}
@media (min-width:2400px) {
  .homepage-carousel .owl-prev, .homepage-carousel .owl-next {
    margin-top: -8% !important;
  }
  .homepage-carousel .owl-prev {
    margin-left: 20% !important;
  }
  .homepage-carousel .owl-next {
    margin-right: 20% !important;
  }
}
.homepage-carousel__slide-desktop.center-slide-cta {
  width: 100%;
}
.homepage-carousel__slide-desktop {
  width: fit-content;
}
@media (max-width:991px) {
  .homepage-carousel__mobile-image {
    display: block !important;
  }
}

.homepage-carousel .homepage-carousel__slide-item h3 {
  border-bottom: 10px solid #c94f13;
}
@media (max-width:991px) {
  .homepage-carousel .home-carousel-nav-btn  {
    display: none;
  }
}
.homepage-carousel .owl-theme .owl-dots .owl-dot span {
  margin: 5px 3px;
}

.homepage-carousel .owl-dot:focus ,
.homepage-carousel .owl-dot:focus-visible,
.homepage-carousel .owl-prev,
.homepage-carousel .owl-next{
  outline: 0;
}
/* End HomePage Carousel CSS */
.how-to-detail {
    position: relative;
    padding-top: 20px;
    /*padding-bottom: 40px;*/
    max-width: 100%;
    overflow-x: hidden;
    overflow-y: visible;
}

.how-to-detail__mobile {
    display: block;
}

.how-to-detail__desktop {
    display: none;
}

.how-to-detail__supplies p, .how-to-detail__supplies ul li{
    margin-bottom: 10px;
}

.how-to-detail__breadcrumb {
    color: var(--behr-red-primary);
    font-family: var(--behr-body-and-label-font--bold);
    font-weight: var(--behr-bold);
}

.how-to-detail__breadcrumb img {
    margin-right: 5px;
}

.how-to-detail__breadcrumb a {
    display: flex;
    text-decoration: none;
    color: var(--behr-red-primary);
}

.how-to-detail__wrapper h1 {
    font-size: 45px;
    line-height: 40px;
    padding-top: 40px;
    padding-bottom: 24px;
}

.how-to-detail__video-container {
    width: calc(100vw);
    height: calc(100vw * 0.5625);
    margin-left: calc((-50vw + 50%));
}

.how-to-detail__hero-image {
    width: 100vw;
    margin-left: calc((-50vw + 50%));
}

.how-to-detail__description {
    padding-top: 24px;
    margin-bottom: 40px;
    font-size: 18px;
}

.how-to-detail__description p {
    margin-bottom: 16px;
    line-height: 24px;
}

.how-to-detail__supplies {
    padding-top: 40px;
    margin-bottom: 30px;
}

.how-to-detail__supplies span {
    font-family: var(--behr-heading-font);
    font-weight: var(--behr-atf-500);
    color: var(--behr-navy-primary);
    text-transform: uppercase;
    font-size: 1.5rem;
    line-height: 25px;
}

.how-to-detail__supplies ul {
    list-style: none;
    font-family: var(--behr-body-and-label-font);
    font-weight: var(--behr-normal);
    color: var(--behr-black);
    font-size: 18px;
    line-height: 20px;
}

@media only screen and (min-width: 768px) {
    .how-to-detail__supplies span {
        font-size: 1.875rem;
        line-height: 35px;
    }

    .how-to-detail{
        overflow-x: visible;
    }
    
    .how-to-detail__mobile {
        display: none;
    }

    .how-to-detail__desktop {
        display: block;
    }

    .how-to-detail__wrapper h1 {
        font-size: 78px;
        line-height: 75px;
    }

    .how-to-detail__video-container {
        margin-left: 0;
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 56.25%;
    }

    .how-to-detail__video-container .how-to-detail__video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .how-to-detail__hero-image {
        width: 100%;
        margin-left: 0;
    }

    .how-to-detail__details {
        display: flex;
        /* justify-content: space-between; */
        padding-top: 24px;
        margin-bottom: 40px;
        position: relative;
    }

    .how-to-detail__description {
        flex-basis: 66.67%;
        height: min-content;
        padding-top: 0;
        margin-bottom: 0;
        margin-right: 110px;
    }

    .how-to-detail__supplies {
        /* flex-basis: 22%; */
        padding-top: 0;
        margin-bottom: 0px;
        /* position: absolute;
        right: 0; */
    }
}
.how-to-detail__supplies li p span {
    font-size: 18px;
}
.how-to-steps-wrapper{
    position: relative;
    margin-top: 40px;
}

.how-to-steps-wrapper h2 {
    font-size: 1.875rem;
    line-height: 2.75rem;
    font-family: var(--behr-heading-font);
    font-weight: var(--behr-atf-500);
    width: 66.67%;
    border-bottom: 1px solid #DEDEDE;
    padding-bottom: 16px;
}

.how-to-steps__list{
    list-style: none;
    padding-top: 30px;
    margin-bottom: 16px;
}

.how-to-steps__list li{
    margin-bottom: 40px;
    display: grid;
    grid-template-columns: 160px auto;
    grid-column-gap: 20px;
}

.how-to-steps__list li figure{
    margin: 0;
    width: 160px;
    height: 160px;
    grid-row: 1/3;
}

.how-to-steps__list li figure img{
    width: 100%;
    max-width: 100%;
    max-height: 100%;
}

.how-to-steps__tip{
    grid-column: 1/3;
    margin-top: 24px;
}

.how-to-steps__description strong{
    font-family: var(--behr-heading-font);
    font-size: 1.875rem;
    font-weight: var(--behr-atf-500);
    color: var(--behr-navy-primary);
    line-height: 35px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.how-to-steps__description p{
    font-size: 1.125rem;
    color: var(--behr-black);
    line-height: 24px;
}

.how-to-steps__tip span{
    font-family: var(--behr-body-and-label-font--bold);
    color: var(--behr-black);
    font-size: 1rem;
    line-height: 24px;
    font-weight: var(--behr-bold);
    text-transform: uppercase;
}

.how-to-steps__tip p{
    padding: 10px 20px;
    background: #d8d8d880;
    border-radius: 4px;
}

@media only screen and (min-width: 768px){
    .how-to-steps__tip{
        grid-column: 2/3;
    }

    .how-to-steps-wrapper h2 {
        font-size: 2.813rem;
        line-height: 2.625rem;
        border-bottom: 1px solid #DEDEDE;
    }

    .how-to-steps__description{
        margin: 0 0 auto 0;
    }

    .how-to-steps__list{
        display: flex;
        flex-direction: column;
        width: 66.67%;
    }

    .how-to-steps__list li figure{
        width: 190px;
        height: 190px;
    }

    .how-to-steps__list li{
        flex-basis: 66.67%;
        grid-column-gap: 60px;
    }

}
.modal-open {
    overflow: initial!important;
}

#imageGalleryDetailsModal {
    z-index: 1041 !important;
}

#imageGalleryDetailsModal .close.image-gallery {
    position: absolute;
    z-index: 5;
    right: 25px;
    top: 25px;
    padding: 5px;
    width: 25px;
    height: 25px;
    opacity: 1;
    font-weight: var(--behr-bold);
    font-size:24px;
    text-align: center;
    line-height: 1;
    text-shadow: 0 0 BLACK;
    background: unset!important;
    color: #fff;
}

#imageGalleryDetailsModal .modal-header {
    position: relative;
    padding: 0;
    border: unset;
}

#imageGalleryDetailsModal .modal-body {
    padding:0px !important;
}

#imageGalleryDetailsModal .image-gallery .modal-body {
    background: #fff;
}

#imageGalleryDetailsModal .modal-dialog-centered {
    max-width:1070px;
    padding:0px 30px
}

#imageGalleryDetailsModal .displayed-color-chip:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.modal-fullscreen .modal-body {
    overflow-y: inherit;
}

.d-grid {
    display: grid !important;
}

#image-gallery img:hover,
#image-gallery .displayed-color-chip-container {
    cursor: pointer;
}

.buttons-container a {
    min-width: 255px !important;
}

p.displayed-color-chip-label {
    font-weight: var(--behr-bold);
}

@media (max-width: 991px) {
    .displayed-color-chip-desc,
    .buttons-container {
        text-align: center;
    }
    
    .button {
        height: 35px;
    }

    .displayed-color-chip-label {
        font-size: 17px!important;
    }
            
    .displayed-color-chip-code,
    #imageGalleryDetailsModal .button {
        font-size: 15px!important;
    }

    #imageGalleryDetailsModal .displayed-color-chip {
        height:202px;
    }
    
    #imageGalleryDetailsModal .modal-content {
        width: 700px;
    }
    
    #imageGalleryDetailsModal .modal-dialog {
        justify-content:center;
    }
}

@media (max-width:767px) {
    #imageGalleryDetailsModal .displayed-color-chip {
        height:151px;
    }
    #imageGalleryDetailsModal .modal-content {
        width: 375px;
    }
}

@media (min-width:768px) and (max-width: 991px) {
    .buttons-container {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .buttons-container a {
        margin: 0px 10px !important;
    }
}
.inspiration-listing {
  position: relative;
}

/* Inspiration Listing Component */
.inspiration-listing__wrapper {
  display: flex;
  flex-direction: column;
}

.inspiration-listing__wrapper button{
  justify-content: center;
}

.inspiration-listing__button {
  font-size: inherit;
  padding: 0;
  height: inherit;
  border: none;
  background-color: inherit;
}

.inspiration-listing__wrapper hr {
  border: none;
  border-top: 1px solid var(--behr-grey-light);
  width: 99%;
}

.inspiration-listing__wrapper hr:first-child {
  margin-top: 0px;
}

.inspiration-listing__wrapper li {
  list-style-type: none;
  white-space: nowrap;
}

.inspiration-listing__wrapper input[type='checkbox'], .inspiration-listing__wrapper input[type='radio'] {
  left: -50px;
}

.inspiration-listing__grid-listing-wrapper {
  display: flex;
  flex-direction: column;
  margin-top: 44px;
}

.inspiration-listing__no-scroll {
  overflow: hidden;
}

/* Filters */
.inspiration-listing__filters-wrapper {
  display: none;
}


.inspiration-listing__filters {
  width: 100%;
  /* display: none; */
}

.inspiration-listing__filters .inspiration-listing__show-results-wrapper {
  padding: 10px;
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px -4px 3px rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 0px -4px 3px rgba(50, 50, 50, 0.1);
  box-shadow: 0px -4px 3px rgba(50, 50, 50, 0.1);
}

.inspiration-listing__filters .inspiration-listing__show-results-wrapper button{
  width: 100%;
  height: 35px;
}

.inspiration-listing__close-filter-btn {
  cursor: pointer;
}

.inspiration-listing__mobile-header {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  font-family: var(--behr-body-and-label-font);
  border: none;
  border-bottom: 1px solid var(--behr-grey-light);
  padding: 12px 18px;
  font-weight: var(--behr-normal);
}

.inspiration-listing__mobile-header div {
  align-self: center;
}

.inspiration-listing__filters-wrapper.inspiration-listing__nav-active {
  background: #fff;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1050;
  min-height: 100vh;
  overflow-y: scroll;
  max-height: 100%;
  position: fixed;
  display: block;
  padding-bottom: 70px;
}

.inspiration-listing__active-filters-header, .inspiration-listing__filter-options-wrapper {
  padding: 10px;
}

/* remove once button css fixed */
.inspiration-listing__filter-option button {
  padding: 0;
  border: none;
  max-height: 32px;
  background-color: inherit;
  cursor: inherit;
}

.inspiration-listing__filters .inspiration-listing__active-filters-header {
  display: flex;
  justify-content: space-between;
}

.inspiration-listing__filters .inspiration-listing__active-filters-header > h5 {
  white-space: nowrap;
  color: var(--behr-navy-primary);
  text-transform: uppercase;
  align-self: center;
  font-size: 1.5rem;
  line-height: 1.563rem;
}

/* Clear all button */
button.inspiration-listing__clear-all-btn {
  color: var(--behr-grey-light);
  font-family: var(--behr-body-and-label-font--bold);
  align-self: center;
  cursor: pointer;
  font-weight: var(--behr-bold);
  border: none;
  background-color: inherit;
  align-self: center;
  white-space: nowrap;
  padding: 0px;
  padding-left: 10px;
  height: inherit;
  line-height: 1.125rem;
}

button.inspiration-listing__clear-all-mobile-btn {
  align-self: center;
}


button.inspiration-listing__clear-all-btn.filters-applied:hover {
  text-decoration: underline;
}

button.inspiration-listing__clear-all-btn.filters-applied {
  color: var(--behr-red-primary);
}

/* active filter pills */

.inspiration-listing__active-filters {
 display: none;
 flex-direction: row;
 flex-wrap: nowrap;
 margin: 10px 0px 66px 0px;
}

.inspiration-listing__active-filters > .inspiration-listing__pills-container{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  row-gap: 8px;
}

.inspiration-listing__nav-active .inspiration-listing__pills-container{
  padding: 0px 5px;
}

.active-filters-pill-close {
  background: none;
}

.inspiration-listing__pills-container > .active-filters-pill {
  font-size: 0.938rem;
  background-color: rgba(216, 216, 216, .50);
  color: var(--behr-navy-primary);
  padding: 5px 15px;
  border-radius: 15px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-self: center;
  margin-right: 8px;
}

.inspiration-listing__pills-container > .active-filters-pill:last-child {
  margin-right: 0px;
}

.inspiration-listing__pills-container > .active-filters-pill > p {
  margin-right: 10px;
}

.inspiration-listing__pills-container > .active-filters-pill > button {
  display: flex;
}

.inspiration-listing__pills-container > .active-filters-pill > button > img {
  width: 8px;
}

.inspiration-listing__filter-option {
  padding-top: 20px;
}

.inspiration-listing__filter-option > button > label {
  font-family: var(--behr-body-and-label-font--bold);
  font-weight: var(--behr-bold);
  color: var(--behr-navy-primary);
  cursor: pointer;
  font-size: 0.938rem;
  line-height: 1.25rem;
}

.inspiration-listing__filter-option > button {
  width: 100%;
  margin-bottom: 10px;
  text-transform: uppercase;
  cursor: pointer;
}

.inspiration-listing__filter-option > button > img:first-child {
  margin-right: 10px;
}

.inspiration-listing__filter-option > button > img:last-child {
  margin-left: auto;
}

.inspiration-listing__filter-option.active > button > img:last-child {
  transform: rotate(180deg);
}

.inspiration-listing__filter-option > div {
  margin: 10px 0px;
  display: none;
  flex-direction: column;
  max-width: 220px;
}

.inspiration-listing__filter-option.active > div {
  display: flex;
}

/* Color selections */
.inspiration-listing__filter-option > div.inspiration-listing__color-selection {
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  padding: 10px 0px;
}

.inspiration-listing__filter-option > div.inspiration-listing__color-selection {
  margin-right: 10px;
}

.inspiration-listing__filter-option > div.inspiration-listing__color-selection > button {
  width: 32px;
  height: 32px;
  display: flex;
}

.inspiration-listing__filter-option > div.inspiration-listing__color-selection > button > div {
  border: 1px solid var(--behr-grey-light);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  cursor: pointer;
}

.inspiration-listing__filter-option > div.inspiration-listing__color-selection > button > div.color-selected {
  outline: 1px solid var(--behr-navy-primary);
  outline-offset: 2px;
}

/* Radio Selections */
.inspiration-listing__filter-option > div.inspiration-listing__radio-selection {
  padding-bottom: 10px;
  justify-content: flex-start;
  flex-direction: column;
  gap: 5px;
}

.inspiration-listing__filter-option > div.inspiration-listing__radio-selection > button {
  justify-content: inherit;
}

.inspiration-listing__filter-option > div.inspiration-listing__radio-selection > input {
  margin: 10px 0px;
  height: 21px;
  width: 21px;
}

.inspiration-listing__filter-option > div.inspiration-listing__radio-selection > button > label {
  font-family: var(--behr-body-and-label-font);
  color: var(--behr-black);
  font-weight: var(--behr-normal);
  font-size: 1.1rem;
  cursor: pointer;
  text-transform: capitalize;
}

/* Grid */
.inspiration-listing__listing {
  position: relative;
  margin-bottom: 40px;
}

.inspiration-listing__listing h3{
  line-height: 2.188rem;
  font-size: 1.875rem;
  margin-bottom: 10px;
}

/* Featureed color boxes */
.inspiration-listing__listing-color-swatch-wrapper {
  display: flex;
  font-size: 0.9rem;
  margin: 10px 0px;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.inspiration-listing__listing-color {
  text-align: center;
  display: flex;
  flex-direction: column;
  width: calc((100% - 60px) / 6);
  min-width: 77px;
  font-size: 0.938em;
  text-decoration: none;
  /* overflow: hidden; */
  cursor: pointer;
}

.inspiration-listing__listing-color:hover{
  text-decoration: underline;
  text-decoration-color: var(--behr-navy-primary);
}

.inspiration-listing__listing-color:last-child {
  margin-right: 0px;
}

.inspiration-listing__listing-color-swatch {
  width: 100%;
  align-self: center;
}

.inspiration-listing__listing-color-swatch:after {
  content: "";
  display: block;
  padding-bottom: 100%;
} 

.inspiration-listing__listing-color-label {
  align-self:center;
  font-family: var(--behr-body-and-label-font--bold);
  font-weight: var(--behr-bold);
  color: var(--behr-navy-primary);
  font-size: 0.813rem;
  line-height: 1.125rem;
  margin-top: 8px;
  text-transform: uppercase;
}

.inspiration-listing__listing-color-code {
  align-self: center;
  color: var(--behr-black);
  font-size: 0.938rem;
  line-height: 1.5rem;
  font-family: var(--behr-body-and-label-font);
  font-weight: var(--behr-normal);
}

.inspiration-listing__listing-view-more {
  float: right;
  padding-top: 20px;
  display: none;
  position: relative;
  z-index: 1;
}

.inspiration-listing__listing-view-more:hover {
  border-bottom: 1px solid var(--behr-red-primary);
}

.inspiration-listing__listing-view-more a {
  color: var(--behr-red-primary);
  font-family: var(--behr-body-and-label-font--bold);
  font-weight: var(--behr-bold);
  text-decoration: none;
}

.inspiration-listing__mobile {
  display: block;
}

.inspiration-listing__mobile-flex {
  margin-top: 24px;
  margin-bottom: 0px;
}

.inspiration-listing__active-filters.inspiration-listing__mobile-flex {
  padding: 0px;
}

.inspiration-listing__desktop {
  display: none;
}

.inspiration-listing__mobile-active-filters-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.inspiration-listing__mobile-active-filters-wrapper:first-child {
  flex: 1 1 20%;
}

.inspiration-listing__mobile-active-filters-wrapper:last-child {
  flex: 1 1 20%;
}

.inspiration-listing__filter-by-btn {
  height: 35px;
}

.inspiration-listing__filter-by {
  color: var(--behr-navy-primary);
  font-family: var(--behr-body-and-label-font--bold);
  font-weight: var(--behr-bold);
}

.inspiration-listing__load-more-wrapper {
  align-self: center;
}

.inspiration-listing__load-more-btn {
  width: 172px;
  margin: 16px auto 40px auto;
}

@media only screen and (min-width: 992px) {
  .inspiration-listing__active-filters {
    margin: 10px 0px 22px 0px;
   }

  .inspiration-listing__wrapper {
    display: flex;
    flex-direction: row;
    gap: 2%;
    justify-content: center;
  }

  .inspiration-listing__filters-wrapper {
    display: block;
    flex: 1 1 30%;
  }

  .inspiration-listing__grid-listing-wrapper {
    flex: 1 1 75%;
    display: flex;
    flex-direction: column;
    margin-top: 0px;
  }

  .inspiration-listing__mobile-active-filters-wrapper {
    display: none;
  }
  
  .inspiration-listing__listing {
    margin-bottom: 10px;
  }

  .inspiration-listing__listing-color-wrapper {
    max-width: fit-content;
    transform: translate(0px, -60px);
    /* position: absolute;
    top: calc(100% - 5em); */
  }

  .inspiration-listing__listing-color {
    min-width: 132px;
    max-width: 132px;
    margin: 0px;
    background-color: #FFF;
    padding-top: 10px;
    padding-right: 10px;
  }

  .inspiration-listing__listing-color-swatch-wrapper {
    gap: 0px;
    margin: 0px;
  }

  .inspiration-listing__filters-wrapper.inspiration-listing__nav-active {
    padding: 10px 0px;
    position: relative;
    display: block;
  }

  .inspiration-listing__active-filters-header, .inspiration-listing__filter-options-wrapper {
    padding: 0px 10px 24px 0px;
  }

  .inspiration-listing__filters {
    display: block;
  }

  .inspiration-listing__active-filters > .inspiration-listing__pills-container{
    margin: 0px;
    padding: 0px;
  }

  .inspiration-listing__filter-by-btn {
    display: none;
  }

  .inspiration-listing__mobile-header {
    display: none;
  }

  .inspiration-listing__mobile {
    display: none;
  }

  .inspiration-listing__mobile-flex {
    display: none!important;
  }

  .inspiration-listing__desktop {
    display: block;
  }

  .inspiration-listing__listing-view-more { 
    display: block;
  }

  .inspiration-listing__listing-view-more-short {
    display: block;
  }

  .inspiration-listing__show-results-wrapper {
    display: none;
  }

  .inspiration-listing__listing-view-more-long {
    display: none;
  }

  .inspiration-listing__clear-all-mobile-btn {
    display: none;
  }

  .inspiration-listing__listing h3{
    line-height: 1.875rem;
    margin-bottom: 16px;
  }

  .inspiration-listing__listing-color-label {
    font-size: 0.938rem;
    line-height: 1.25rem;
    margin-top: 10px;
  }
}

@media only screen and (min-width: 1200px) {
  .inspiration-listing__listing-view-more-short {
    display: none;
  }

  .inspiration-listing__listing-view-more-long {
    display: block;
  }

}
.labs-answer {
    position: relative;
    padding: 20px 0px;
}
.labs-answer img:hover, .video-thumb:hover {
    cursor: pointer;
}
.lab-answer .container {
    padding-top: 70px;
    padding-bottom: 100px;  
}
.labAnswersMyModal {
    padding-top: 7%;
    background-color: rgba(0, 0, 0, 0.4);
    overflow: hidden!important;
}
.labAnswersMyModal .modal-content {
    border: 0;
    background: transparent;    
}
.labAnswersMyModal .video-content {
    padding: 10px 0px;
}

.language-selector {
  max-width: 1190px;
  margin: auto;
}

.language-selector__wrapper {
  display: none;
  color: var(--behr-black) !important;
}

.language-selector__wrapper.show {
  display: block;
  font-family: var(--behr-body-and-label-font);
  font-weight: var(--behr-normal);
  font-size: 1rem;
  background-color: #FFFFFF;
  width: max-content;
}

.language-selector__wrapper table {
  font-family: var(--behr-body-and-label-font);
  font-weight: var(--behr-normal);
  font-size: 1rem;
}

.language-selector__wrapper > span {
  display: inline-block;
  padding: 12px 12px 12px 0;
  color: var(--behr-black) !important;
  font-family: var(--behr-body-and-label-font);
  font-weight: var(--behr-normal);
  text-transform: none !important;
}

.language-selector__wrapper > table {
  border-collapse: collapse;
  width: 100%;
}

.language-selector__wrapper > table span {
  display: inline-block;
  padding: 12px 12px 12px 0;
  color: var(--behr-black) !important;
}

.language-selector__wrapper .language-selector__flag-country-wrapper {
  color: var(--behr-navy-primary) !important;
  display: flex;
  align-items: center;
}

.language-selector__wrapper td {
  padding: 0 0 0 12px;
}

.language-selector__wrapper tr {
  border-bottom: 1px solid var(--behr-grey-light);
}

.language-selector__wrapper tr img {
  margin-right: 8px;
}

/* .language-selector__wrapper td {
  min-width: 100px;
} */

.language-selector__wrapper td a {
  color: var(--behr-navy-primary) !important;
  font-weight: var(--behr-normal);
  margin-right: 20px;
}

.language-selector__wrapper tr:first-child {
  border-top: 1px solid var(--behr-grey-light);
}

.language-selector__wrapper a {
  flex: 0 0 28%;
  text-decoration: none;
}

.language-selector__wrapper .language-selector__flag-country-wrapper span {
  font-weight: var(--behr-normal) !important;
}

.language-selector__wrapper td:not(.language-selector__flag-country-wrapper) a {
  font-family: var(--behr-body-and-label-font--bold);
  font-weight: var(--behr-bold);
  color: var(--behr-black) !important;
}

@media only screen and (max-width: 991px) {
  .language-selector {
    position: absolute;
    bottom: 0;
    padding-left: 29px;
  }

  .language-selector__wrapper td:not(.language-selector__flag-country-wrapper) {
    word-break: break-all;
  }
}

@media only screen and (min-width: 992px) {
  .language-selector__wrapper.show {
    border: 1px solid var(--behr-grey-light);
    position: absolute;
    background-color: #FFFFFF;
    right: 0;
  }

  .language-selector__wrapper td a:hover {
    text-decoration: underline;
  }

  .language-selector__wrapper > span{
    padding: 12px 12px 12px 12px;
  }
}
/* STRY0251974 */
@media (max-width: 374px) {
    .language-selector__wrapper td a {
      margin-right: 0px;
    }
}
@media (max-width: 335px) {
    .language-selector__wrapper td {
        padding: 0 0 0 5px;
    }
}

.behr-legal div.container {
    padding-left: 0px!important;
    padding-right: 0px!important;
}

.behr-legal .two-col-with-sidebar{
    padding-top: 20px;
    margin-bottom: 40px;
}

.behr-legal.two-col-with-sidebar{
    padding-top: 10px;
}

.behr-legal .two-col-with-sidebar__header div.page-header {
    padding-top: 0;
    padding-bottom: 0;
}

.behr-legal .two-col-with-sidebar__header h1{
    font-size: 3.875rem;
    line-height: 4.65rem;
    margin-bottom: 16px;
}

.behr-legal .rte a{
    word-break: break-all;
}

.behr-legal .two-col-with-sidebar__header p {
    font-size: 1.125rem;
    color: var(--behr-black);
    line-height: 24px;
    margin-bottom: 8px;
}

.behr-legal .auto__height{
    height: auto !important;
}

.behr-legal.container .two-col-with-sidebar__header{
    margin-bottom: 22px !important;
}

.behr-legal__copy{
    margin-bottom: 24px;
}

.behr-legal div.container {
    padding-left: 0px!important;
    padding-right: 0px!important;
}

.behr-legal__copy div.container {
    margin-bottom: 3rem;
}

.behr-legal p{
    font-size: .938rem;
    line-height: 20px;
    margin-bottom: 16px;
}

.behr-legal h2{
    font-size: 2.813rem;
    line-height: 1.2;
    margin-bottom: 8px;
}

.pp-content{
    margin-bottom: 3rem;
}

.behr-legal a{
    text-decoration: none;
    color: var(--behr-red-primary);
    font-weight: var(--behr-bold);
}

.behr-legal ol{
    margin-bottom: 16px;
    padding-left: 40px;
}

.behr-legal ul{
    list-style: none;
    margin-bottom: 16px;
    padding-left: 40px;
}

.policy-links li a{
    color: var(--behr-red-primary);
    font-family: var(--behr-body-and-label-font);
    font-weight: var(--behr-normal);
    margin-bottom: 8px;
    display: block;
}

.behr-legal ol li{
    /* list-style: none; */
    font-family: var(--behr-body-and-label-font);
    font-weight: var(--behr-normal);
}

.behr-legal b{
    font-size: .938rem;
    line-height: 20px;
    letter-spacing: 0px;
    font-family: var(--behr-body-and-label-font--bold);
    font-weight: var(--behr-bold);
    margin-bottom: 16px;
    display: block;
}

.aside-panel__tel, .aside-panel__fax{
    font-family: var(--behr-body-and-label-font--bold);
    font-weight: var(--behr-bold);
}

.behr-legal .aside-panel{
    margin-bottom: 48px;
}

.behr-legal .list-unstyled p{
    margin-bottom: 0;
}

.behr-legal .two-col-with-sidebar__aside{
margin-bottom: 40px;
}

@media only screen and (min-width: 320px){
    .behr-legal b {
        font-size: 15px;
        line-height: 20px;
        letter-spacing: 0px;
    }
}

@media (max-width: 379px){
    .behr-legal b {
        font-size: 12px !important;
        line-height: 20px;
        letter-spacing: 0px;
    }
}

@media (max-width: 991px) {
    .behr-legal ol li {
        line-height: normal !important;
    }

    .behr-legal table td {
        font-size: 0.75rem !important;
        line-height: 1rem !important;
    }
}

@media (max-width: 992px){
    .behr-legal .two-col-with-sidebar__header.container, .behr-legal .two-col-with-sidebar__main.container{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media only screen and (min-width: 992px){
    .two-col-with-sidebar__header h1{
        font-size: 4.688rem;
    }

    .two-col-with-sidebar__aside h3{
        font-size: 1.875rem;
    }

    .two-col-with-sidebar__left h2{
        font-size: 2.813rem;
    }

    .behr-legal .two-col-with-sidebar__header.container, .behr-legal .two-col-with-sidebar__main.container{
        padding: 0 0 0 0 !important;
        margin: 0 0 0 0 !important;
        position: relative;
    }

    .two-col-with-sidebar__left, .two-col-with-sidebar__rte{
        width: 76%;
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content;
        padding-top: 0;
        margin-bottom: 0;
        padding-right: 110px;
    }

    .two-col-with-sidebar__aside {
        max-width: 25%;
        padding-top: 0;
        position: absolute;
        right: 0;
        top: 0;
        border-bottom: none;
    }
    
    .two-col-with-sidebar{
        padding-top: 40px;
    }

    .two-col-with-sidebar .two-col-with-sidebar-header{
        max-width: 790px !important;
    }

    .two-col-with-sidebar-header h1{
        font-size: 4.875rem;
        line-height: 75px;
    }

}


@media only screen and (min-width: 1200px){
    .behr-legal .two-col-with-sidebar__header h1{
        font-size: 4.875rem;
        line-height: 75px;
        margin-bottom: 16px;
    }
}
.legal-page .collect-info li {
    list-style: disc;
}
.oneColLayout {
    position: relative;
}

.oneColLayout .one-col-wrapper article .prod-card__cta .button {
    margin-top: 20px;
}

.oneColLayout .prod-card strong {
    display: block;
    line-height: 20px;
    margin-bottom: 5px;
    font-family: var(--behr-body-and-label-font--bold);
    font-weight: var(--behr-bold);
    color: var(--behr-black);
    text-transform: unset !important;
}

.oneColLayout .prod-card__cta {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 0px 20px;
}

.oneColLayout .flex-left {
    align-items: flex-start;
}

.oneColLayout .flex-center {
    align-items: center;
    text-align: center;
}
.oneColLayout .owl-dots .owl-dot span {
    border: 1px solid #000000;
    background-color: #fff;
}
.primary-owl-dots .owl-dots .owl-dot.active span, .primary-owl-dots .owl-dots .owl-dot:hover span {
    background: #C94F15;
    border: 1px solid #C94F15;
}
.secondary-owl-dots .owl-dots .owl-dot.active span, .secondary-owl-dots .owl-dots .owl-dot:hover span {
    background: #000000;
}
.one-col-content-description {
    font-size: 18px;
    line-height: 28px;
    font-weight: 250;
    font-style: italic;
}
.oneColLayout .primary-button-orange {
    color: #fff !important;
}
.page-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
    position: relative;
}
.behr-legal .two-col-with-sidebar__rte li.mb-3 {
    font-size: 16px!important;
}
@media (min-width: 768px) {
    .page-header .behr-pro-text.pt-4 {
        width: 90%;
    }
}
.page-header {
    padding-top: 60px;
}
.page-header-behr-background {
    background-color: var(--behr-beige);
}
.page-header.page-header-behr-background .behr-pro-text {
    padding-top: 0 !important;
    padding-bottom: 2.5rem;
}
.page-header.page-header-behr-background .behr-pro-text p{
    color: #212529;
}
@media (max-width:1199px) {
    .page-header.page-header-behr-background .behr-pro-text p{
        font-size: 15px;
    }
}
.page-header span {
    font-family: var(--behr-body-and-label-font);
    font-weight: var(--behr-normal);
    padding-top: 0.25rem;
    margin-bottom: 1rem !important;
    font-size: 15px;
}
.page-header__description {
    font-size: 15px;
    line-height: 20px;
    font-family: var(--behr-body-and-label-font);
    font-weight: var(--behr-normal);
}
.product-detail-header [data-bv-show="rating_summary"] .bv_main_container .bv_button_buttonMinimalist{
    height: 16px !important;
}
/* small desktop */
@media only screen and (min-width: 768px) {
    .page-header span {
        font-family: var(--behr-body-and-label-font);
        font-weight: var(--behr-normal);
        padding-top: 0.25rem;
        margin-bottom: 1rem !important;
        font-size: 15px;
    }
}
/* large desktop */
@media only screen and (min-width: 1200px) {
    .page-header h1 {
        font-size: 50px;
    }
    .page-header__description {
        font-size: 18px;
        line-height: 24px;
    }
}
@media (max-width:1199px) {
    .page-header h1 {
        font-size: 50px !important;
        line-height: 55px !important;
    }
}
.two-col-with-sidebar__rte p, .two-col-with-sidebar__rte li {
    font-size: 18px;
    line-height: 24px;
}
@media (max-width:768px) {
    .two-col-with-sidebar__rte p strong{
        font-size: 15px;
        line-height: 24px;
    }
    .page-header-behr-background p {
        margin-top: 10px;
    }
    .product-detail-header [data-bv-show="rating_summary"] .bv_main_container .bv_button_buttonMinimalist {
        font-size: 12.8px !important;
    }
    .page-header h1 {
        margin-bottom: 10px;
    }
}
.page-header.no-top-image {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px!important;
    position: relative; 
}

.paint-problem-solver a.behr-pro-big-text {
    padding-bottom: 5px;
}
.paint-problem-solver a {
    font-family: var(--behr-body-and-label-font--bold);
    font-weight: var(--behr-bold);
    font-size: 20px;
    line-height: 32px;
    color: #212529;
    font-weight: var(--behr-bold);
}


.crd-colors_palettes button span {
    position: relative;
    top: -3px;
    font-weight: var(--behr-bold);  
}
.save-palette-color-btn, .remove-palette-color-btn,
.palette-detail-header__visualizer-btn {
    background: white;
}
.save-palette-color-btn, .remove-palette-color-btn,
.palette-detail-header__visualizer-btn {
    text-transform: uppercase;
    font-family: var(--behr-body-and-label-font--bold);
    font-style: normal;
    font-weight: var(--behr-bold);
    font-size: 14px;
    line-height: 21px;
    color: var(--behr-navy-primary);    
}
.palette-detail-header__shop-btn {
    text-transform: uppercase;
    font-family: var(--behr-body-and-label-font--bold);
    font-style: normal;
    font-weight: var(--behr-bold);
    font-size: 14px;
    line-height: 21px;
    color: white!important;
}

.featured-button-icon {
  margin-right: 10px;
}

.palette-detail-header {
    background-color: var(--behr-beige);
    position: relative;
}

.palette-detail-header-wrapper {
    display: flex;
    flex-direction: column;
}

.palette-detail-header__color-wrapper {
    display: flex;
    flex-direction: column;
}

.palette-detail-header__actions-wrapper {
    display: flex;
    flex-direction: column;
}

.palette-detail-header__actions-wrapper .paletteDetail-legal {
    font-size: 12.8px;
    font-family: var(--behr-body-and-label-font);
    font-weight: var(--behr-normal);
    color: var(--behr-navy-primary);
    padding-top: 1.5rem;
}
.ten-years-disclaimer {
    padding-top: 16px;
}
.palette-detail-header__actions-btn {
    padding-top: 1.5rem;
}

.palette-detail-header__actions-btn a, .palette-detail-header__actions-btn button {
    width: 100%;
    font-size: 14px;
}

.palette-detail-header__four-square {
    width: 100%;
}

.palette-detail-header__four-square .outer {
    display: block;
    overflow: hidden;
    position: relative;
    line-height: 1.2;
    word-break: break-word;
    width: 100%;
    border-style: solid;
    border-color: #dee2e6!important;
    border-width: 2px;
}

.palette-detail-header__four-square .outer .inner {
    width: 100%!important;
    padding-bottom: 100%;
    position: relative;
    left: 0%!important;
    overflow: hidden;
    border-radius: 0!important;
}

.palette-detail-header__four-square .palette-color-1 {
    position: absolute;
    height: calc(66.66% - 1px);
    width: calc(66.66% - 1px);
}
.palette-detail-header__four-square .palette-color-2 {
    position: absolute;
    width: calc(33.33% - 1px);
    height: calc(33.33% - 2px);
    right: 0;
}

.palette-detail-header__four-square .palette-color-3 {
    position: absolute;
    width: calc(33.33% - 1px);
    height: calc(33.33% - 1px);
    right: 0;
    top: 33.33%;
}

.palette-detail-header__four-square .palette-color-4 {
    position: absolute;
    height: calc(33.33% - 1px);
    width: 100%;
    bottom: 0;
}

.palette-detail-header-wrapper .onecoat {
    display: flex;
    flex-wrap: wrap;
}

.palette-detail-header__four-square .circle-number {
    display: inline;
    bottom: 10px;
    left: calc(100% - 40px);
    width: 30px;
    height: 30px;
    padding: 7px 9px;
    font-size: 15px;
    position: absolute;
}


.palette-detail-header .mixedCoat{
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #000000 50%, #000000 100%)!important;
    display: block !important;
}

.palette-detail-header .intCoat{
    display: block !important;
}

.palette-detail-header .exteriorCoat{
    background-color: #000!important;
    color: #fff!important;
    display: block !important;
}

.palette-detail-header__coat-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0.5rem 0rem;
}

.palette-detail-header__coat {
    display: inline-flex;
    align-items: center;
    font-family: var(--behr-body-and-label-font);
    font-weight: var(--behr-normal);
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    width: auto
}

.palette-detail-header__coat .circle-number {
    margin-right: 5px;
}

.palette-detail-header__coat-1, .palette-detail-header__coat-2, .palette-detail-header__coat-3 {
    display: none;
}

.palette-detail-header__coat .circle-number {
    display: block!important
}

/* color chips */
.palette-detail-header__color-chip-wrapper {
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* color chips */
.palette-detail-header__color-chip-wrapper.four-color-chips-space {
    justify-content: flex-start;
}

.palette-detail-header__color-chip {
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin-bottom: 1.5rem;
    align-items: center;
}


.palette-detail-header__color-chip .outer{
    width: 20%;
    border-style: solid;
    border-color: #dee2e6!important;
    border-width: 2px;
}

.palette-detail-header__color-chip .outer .inner {
    border-radius: 0!important;
    padding-bottom: 100%;
    width: 100%!important;
    left: 0%!important;
}

.palette-detail-header__cp-title {
    font-size: 20px;
    line-height: 22px;
    font-family: var(--behr-heading-font);
    font-weight: var(--behr-atf-500);
    color: var(--behr-navy-primary);
}

.palette-detail-header__cp-code {
    font-family: var(--behr-body-and-label-font);
    font-weight: var(--behr-normal);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 18px;
}

.palette-detail-header__actions-label {
    font-family: var(--behr-body-and-label-font--bold);
    font-weight: var(--behr-bold);
    text-transform: uppercase;
    font-size: 15px;
    font-weight: var(--behr-bold);
}

.palette-detail-header__actions-title {
    font-family: var(--behr-heading-font);
    font-style: normal;
    font-weight: var(--behr-atf-500);
    font-size: 50px;
    line-height: 60px;
    text-transform: uppercase;
    color: #212529;
}

.palette-detail-header__actions-title-wrapper.palette-detail-header__mobile {
    margin-bottom: 10px!important;
    padding-top: 1.5rem!important;
}

.palette-detail-header__actions-title-wrapper.palette-detail-header__mobile .palette-detail-header__coat-wrapper {
    margin-bottom: 10px!important;
}

.palette-detail-header__mobile {
    display: block;
}

.palette-detail-header__desktop {
    display: none;
}

.palette-detail-header__in-store-btn {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.save-palette-color-btn img {
    margin-right: 8px;
}

.remove-palette-color-btn img {
    margin-right: 8px;  
}
.palette-detail-header-wrapper {
    padding-bottom: 2rem !important;
}

@media only screen and (max-width: 991px) {
    .palette-detail-header-wrapper.container {
        padding-left: 0px!important;
        padding-right: 0px!important;
    }

    .palette-detail-header__color-chip-wrapper.container {
        margin: 0 0 0 0!important;
    }
    .palette-detail-header__actions-title {
        text-transform: uppercase;
        color: var(--behr-navy-primary);
        line-height: normal;
        font-size: 2.125rem;
    }
    
}

@media only screen and (min-width: 992px) {
    .palette-detail-header {
        background-color: var(--behr-beige);
    }

    .palette-detail-header__four-square .outer {
        width: calc(100% - 20px);
    }

    .palette-detail-header-wrapper {
        flex-direction: row;
        padding-top: 1.5rem !important;
        padding-bottom: 2rem !important;
    }

    .palette-detail-header__four-square {
        width: 60%;
    }
    
    .palette-detail-header__color-wrapper {
        flex-direction: row;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
        padding: 0px 15px 0px 0px;
    }
    
    .palette-detail-header__actions-wrapper {
        display: flex;
        flex-direction: column;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .palette-detail-header__actions-wrapper.container {
        padding: 0 0 0 0!important;
    }

    .palette-detail-header__actions-label {
        font-family: var(--behr-body-and-label-font--bold);
        text-transform: uppercase;
        font-weight: var(--behr-bold);
    }

    .palette-detail-header__actions-btn a, .palette-detail-header__actions-btn button {
        width: 80%;
    }

    .palette-detail-header__in-store-btn {
        display: none;
    }

    /* color chips */
    .palette-detail-header__color-chip-wrapper {
        width: 40%;
    }

    .palette-detail-header__color-chip-wrapper.container {
        margin: 0 0 0 0!important;
        padding: 0 0 0 0!important;
    }
    
    .palette-detail-header__color-chip:last-child {
        margin-bottom: 0;
    }

    .palette-detail-header__mobile {
        display: none;
    }

    .palette-detail-header__desktop {
        display: block;
    }

    .palette-detail-header__coat {
        width: auto;
    }
}

/* @media all and (min-width: 768px) and (max-width: 991px) {  
    .palette-detail-header__color-chip-wrapper {
        width: 50%;
    }
}   */

@media all and (min-width: 992px) and (max-width: 1200px) {  
    .palette-detail-header__color-chip {
        margin-bottom: 0.5rem;
    }
}  

@media all and (min-width: 1200px) { 
    .palette-detail-header__color-chip-wrapper .palette-detail-header__color-chip .outer {
        width: 27.5%!important;
    }  

    .palette-detail-header__actions-title {
        font-size: 2.813rem;
        line-height: 40px;
    }

    .palette-detail-header__color-chip {
        margin-bottom: 1.8rem;
    }
}

@media all and (min-width: 992px) and (max-width: 1199px) { 
    .palette-detail-header__color-chip-wrapper .palette-detail-header__color-chip .outer {
        width: 32.5%!important;
    }
}

@media only screen and (min-width: 1330px) {
    .palette-detail-header {
        padding-top: 3rem!important;
    }
}
.paletteDetail-legal a {
    color: #C94F15;
    text-decoration: none;
    font-size: 12.8px;
}
@media (max-width:464px) {
    .palette-detail-header__coat {
        width: 45% !important;
    }
}
@media (min-width:1331px) {
    .palette-detail-header__actions-btn a, .palette-detail-header__actions-btn button {
        width: 75%;
    }
}
.paint-problem-solver-detail {
    padding: 20px 0px;
}
.paint-problem-legal {
    font-family: var(--behr-body-and-label-font);
    font-style: normal;
    font-weight: var(--behr-normal);
    font-size: 12.8px;
    line-height: 22px;
    color: #4E4E4E;
}
.paint-problem-solver-detail .free-form-wrapper .ml-5 {
    margin-left: 1.7rem!important;
}
.paint-problem-solver-detail a span {
    margin-right: 10px;
}
.paint-problem-solver-detail .back-link {
    display: flex;
    align-items: center;    
    width: 100px;    
}

.paint-problem-solver-detail .back-link img {
    display: flex;
    align-items: center;    
}
.recommended-products .behr-pro-dark-text {
    text-transform: uppercase;  
}
.paint-problem-solver-detail article a {
    color: #C94F15;   
}
section#available-sheens a {
  text-decoration: none;
}

.available-sheen-list .col-12 .col {
max-width: 20%;
min-width: 20%;
}

label {
font-family: var(--behr-body-and-label-font--bold);
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  color: #212529;
}
.owl-carousel .owl-dots .owl-dot span {
    background: #D8D8D8 !important;
    border: 1px solid #D8D8D8;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 5px 7px
  }
  
  .owl-carousel .owl-dots .owl-dot.active span {
    background: #C94F15 !important;
    border: 1px solid #C94F15;
  }
  
  .available-sheen-list .col-12 .col {
    max-width: 20%;
    min-width: 20%;
  }
  .available-sheens-list-desktop a:hover {
    text-decoration: none;
  }
  /* DFCT0027531 */
  #mycolorsmodalcontent .owl-carousel .owl-dots .owl-dot.active span,
  #mycolorsmodalcontent .owl-carousel .owl-dots .owl-dot span  {
    border: unset;
  }
.pro-product-line-header {
    position: relative; /* this is for edit content button for CMS */
  }
  
  .pro-product-line-header .pro-product-line-header__banner-image--desktop {
    display: none;
  }
  .pro-product-line-header img + div {
    background-color: #F6F5F0;
  }
  
  .pro-product-line-header__banner-image--mobile,
  .pro-product-line-header__banner-image--desktop {
    margin: auto;
  }
  
  .pro-product-line-hero-banner{
    overflow: hidden;
    display: flex;
    justify-content: center;
  }
  
  
  @media (min-width: 768px) and (max-width: 1199px){
    .pro-product-line-header .pro-product-line-header__banner-image--desktop {
        height: 418px;
        max-width: none;
    }
  }
  
  
  @media only screen and (min-width: 768px) {
    .pro-product-line-header .pro-product-line-header__banner-image--mobile {
      display: none;
    }
  
    .pro-product-line-header .pro-product-line-header__banner-image--desktop {
      display: block;
      max-width: none;
    }
  }



 .section-separator {
      margin-top: 1rem;
      margin-bottom: 1rem;
      border: 0;
      border-bottom: 1px solid rgba(0,0,0,.1);
  }
  
  ul.features-list li {
      padding-bottom: 20px !important;
  }
  
  ul.features-list {
      list-style: none;
  }
      
  @media (min-width: 992px) {
      ul.features-list {
          column-count: 2;
      }
  }    
  
  
  /* For Dynasty */
  
  img.paint-property-title-arrow {
      margin-bottom: 10px;
      margin-left: 10px;
  }
  
  .paint-property-title {
      padding-bottom: 10px;
  }
  
  .paint-property-title-content {
      padding: 15px 0;
  }
  
  .paint-property-section {
      padding: 0 10px;
  }
  
  @media (min-width: 992px) {
      .pro-fifty-fifty-image-text__left-content {
          padding-right: 0;
      }
  
      .pro-fifty-fifty-image-text__right-content {
          padding-left: 0;
      }
      
      .featured-content-banner__left-content {
          /*padding: unset !important;*/
          margin: auto 0;
      }
  }
  
  @media (max-width: 991px) {
      .pro-fifty-fifty-image-text__logo-text-content {
          padding: 25px 0;
      }
  }
  
  
  /* Sticky Nav  */
  nav.brand-detail-nav.navbar-fixed-top {
      background: #FFFFFF;
      box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
  }
  
  #buy {
      background: rgba(216, 216, 216, 0.2);
  }
.pro-product-listing__ratings {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    color: #4E4E4E;
}
.pro-product-listing__ratings:hover {
    color: #4E4E4E;
    text-decoration: none;
}
.pro-product-listing svg {
    width: 16px;
    height: 16px;
}
.pro-product-listing svg path {
    fill: gold;
}
/* Pro Product Line Listing */
#top-products, #additional-paints-and-coatings, #specialty-paints {
    padding-top: 20px;
}
.pro-product-line-listing h2 {
    margin-bottom: 20px;
}
.pro-product-line-listing a {
    color: #C94F15 ;
    text-decoration: none;
}
.pro-product-line-listing a:hover {
    color: #A13F11;
    text-decoration: none;
}
.pro-product-line-listing .item-description {
    font-family: var(--behr-body-and-label-font);
    color: #4E4E4E;
    font-style: normal;
    font-weight: var(--behr-normal);
    font-size: 18px;
    line-height: 27px;
}
.pro-product-line-listing .item-product-link a {
    text-transform: uppercase;
}
.pro-product-intro .section-separator h2.behr-pro-1 {
    padding-bottom: 1.5rem;
}
.pro-product-line-listing .col-12.col-lg-3.text-center.py-4 .bv_main_container.bv_hover {
    justify-content: center !important;
}
/* Start - STRY0304948 - Production Defect  - US Consumer - Average rating link is not working  */

section.pro-product-line-listing [data-bv-show="inline_rating"] div.bv_sub_container div.bv_numReviews_component_container {
    display: none !important;
}

section.pro-product-line-listing [data-bv-show="inline_rating"] div {
    cursor: context-menu !important;
}

/* End - STRY0304948 - Production Defect  - US Consumer - Average rating link is not working  */
.section-separator {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-bottom: 1px solid rgba(0,0,0,.1);
}

section.pro-product-line-listing h4.item-title {
    text-transform: unset;
}

.pro-product-line-listing .item-img-content img {
    max-width: 190px;
    max-height: 276px;
}

@media (max-width: 991px) {
    .pro-product-line-listing h2 {
        text-align: center;
    }
}

.pro-product-line-listing-mobile.owl-carousel .owl-dots {
    text-align: center;
}
.product-line-listing__wrapper h2 {
    font-size: 34px;
    line-height: normal;
    padding: 0.25rem 0;
}

.product-line-listing__wrapper p {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 1rem;
    color: var(--behr-black);
}
.threeColLayout .owl-carousel .owl-dots .owl-dot.active span {
    background: #000 !important;
}

.threeColLayout .owl-theme .owl-dots .owl-dot span{
    background: #fff !important;
    border: 1px solid #000;
    height: 11px;
    width: 11px;
}

@media only screen and (min-width: 1200px) {
    .product-line-listing__wrapper h2 {
        font-size: 44px;
    }

    .product-line-listing__wrapper p {
        font-size: 18px;
        line-height: 24px;
    }
}
.product-comparison-tool {
    padding-top: 50px;
}
.product-comparison-tool h3 {
    font-family: var(--behr-heading-font);
    font-weight: var(--behr-atf-500);
    font-size: 30px; 
}

.product-comparison-tool h2 {
    font-family: var(--behr-heading-font);
    font-style: normal;
    font-weight: var(--behr-atf-500);
    font-size: 50px;
    line-height: 60px;
    text-transform: uppercase;
    color: #212529;
    margin-bottom: 12px;
}

.product-comparison-tool .browse-by-brand .clear {
    font-size: initial;
    color: #D8D8D8;
    float: right;
    cursor: pointer;
    text-transform: none;    
    font-family: arial;
    font-weight: var(--behr-normal);
}

.product-comparison-tool .browse-by-brand .clear:hover {
    color:#C94F15;      
}

.product-comparison-tool .browse-by-brand,
.product-comparison-tool .search-by-product {
    padding: 40px;    
    background:  rgba(216, 216, 216, 0.2);
    display: flex;
    flex-direction: column;
}

.product-comparison-tool .search-by-product input,
.product-comparison-tool .search-by-product button {
    border: 1px solid #D8D8D8;
    padding: 10px;
}

.product-comparison-tool .search-by-product button {
    text-transform: uppercase;
    font-weight: var(--behr-bold);
}

.product-comparison-tool .search-by-product button:not([disabled]) {
    color: #fff;
    background: #C94F15;
}

.product-comparison-tool .browse-by-brand select {
    width: 100%;
    border: 1px solid #D8D8D8;
    padding: 11px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;       /* Remove default arrow */        
}


.product-comparison-tool .browse-by-brand div{
    position: relative;
}

.product-comparison-tool .browse-by-brand div.manufacturer:after,
.product-comparison-tool .browse-by-brand div.product:after,
.product-comparison-tool .browse-by-brand div.select-product:after{
    content: "\e5cc";
    font-family: "Material Icons";
    position: absolute;
    top: 3px;
    right: 5px;
    font-size: 30px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.product-comparison-tool .browse-by-brand select,
.product-comparison-tool .search-by-product input {
    margin-bottom: 25px;
}

.product-comparison-tool .browse-by-brand .product select {
    margin-bottom: 0;
}

.product-comparison-tool .callout {
    font-family: var(--behr-heading-font);
    font-weight: var(--behr-atf-500);
    padding: 20px;
    background: #4E4E4E;
    color: #fff;
    display: flex;
    flex-direction: row;
    margin: 100px 0;
}

.product-comparison-tool .callout p,
.product-comparison-tool .callout .primary-button-orange {
    font-family: var(--behr-heading-font);
    color: #fff;
    font-weight: var(--behr-atf-500);
    text-transform: uppercase;
}

.product-comparison-tool .callout p {
    text-align: right;
    font-size: 26px;
    margin: 10px 0;        
}

.product-comparison-tool .callout .primary-button-orange {
    font-family: var(--behr-body-and-label-font--bold);
    font-weight: var(--behr-bold);
    height: 50px;
    max-width: 172px;
    background: #C94F15;
    line-height: 21px;
    border: none;
}

.product-comparison-tool .select-product {    
    margin-top: 25px;
}

.product-comparison-tool .select-product.show {
    display: block;
}

.product-comparison-tool .select-product ul {
    list-style: none;
    height: 260px;
    max-height: 260px;
    overflow: hidden;
    overflow-y: scroll;
    background: #fff;
    border: 1px solid #D8D8D8;
    padding: 15px;
}

.product-comparison-tool .search-by-product div {
    position: relative;
}

.product-comparison-tool .search-by-product div input {
    display: block;
    width: 70%;
    padding: 10px 35px;
}

.product-comparison-tool .search-by-product div .clear {
    font-weight: var(--behr-bold);
    display: none;
    color: #000;
    position: absolute;
    top: 12px;
    right: 32%;
}

.product-comparison-tool .search-by-product div .material-icons-outlined {
    font-weight: var(--behr-bold);
    font-size: 20px;
    color: #000;
    position: absolute;
    top: 14px;
    left: 10px;
}


.product-comparison-tool .search-by-product div .clear.show {
    display: block;
}

.product-comparison-tool .select-product ul li input {
    float: right;
}

.product-comparison-tool .select-product ul li label {
    width: 100%;
}

.product-comparison-tool .select-product h6 {
    font-weight: var(--behr-bold);
    text-transform: uppercase;
}

.product-comparison-tool .products {
    opacity: 0;
}

.product-comparison-tool .products.show {
    opacity: 1;
}

.product-comparison-tool .products figure {
    padding: 20px;
    border: 1px solid #D8D8D8;
    display: flex;
}

.product-comparison-tool .products figure { 
    max-width: 75%;
}

.product-comparison-tool .products figcaption { 
    width: 100%;
}

.product-comparison-tool .products figcaption h6 { 
    margin-bottom: 20px;
    font-weight: var(--behr-bold);
}

.product-comparison-tool .products figcaption > div { 
    margin-bottom: 5px;
}

.product-comparison-tool .products figcaption > ul { 
    margin-top: 20px;
    padding: 0;
    color: #C94F15;
    background: #fff;
    border: 1px solid #D8D8D8;
    border-radius: 3px;
}

.product-comparison-tool .products figcaption > ul li{
    position: relative;
}

.product-comparison-tool .products figcaption > ul li:after{
    content: "\e5cc";
    color: #C94F15;
    font-family: "Material Icons";
    position: absolute;
    top: 5px;    
    right: 5px;
    font-size: 30px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.product-comparison-tool .products figcaption > ul li:nth-child(2):after {
    /* right: 35px; */
}

.product-comparison-tool .products figcaption > ul li button{ 
    padding: 0;
    height: auto;
    width: 100%;
    border: 0;
    margin: 0;
}

.product-comparison-tool .products figcaption > ul.nav-tabs {     
    display: flex;
    flex: 1 1 75%;
    margin-right: 200px;
}
 
.product-comparison-tool .products figcaption > ul.nav-tabs li.nav-item {     
    margin: 0;
    display: flex;
    flex: 1 1;
}

.product-comparison-tool .products figcaption > ul.nav-tabs li.nav-item button {     
    color: #C94F15;
    padding: 5px 20px 5px 5px;
    font-size: 16px;
    font-weight: var(--behr-bold);
    text-align: center;
    text-transform: uppercase;
    background: #fff;
    border-radius: 0;
}

.product-comparison-tool .products figcaption > ul.nav-tabs li.nav-item.active button {     
    background: #C94F15;
    color: #fff;    
}

.product-comparison-tool .products figcaption > ul.nav-tabs li.nav-item.active:after {
    color: #fff;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
 
.product-comparison-tool .products figcaption > .tab-content {         
    margin-top: 20px;
    color: #C94F15;
    background: #fff;
}
.product-comparison-tool .products figcaption .show {
    border: 1px solid #D8D8D8;
    padding: 15px 20px;
}
.product-comparison-tool .products figcaption > .tab-content .tab-pane a {             
    padding: 10px;
    color: #C94F15;
    display: block;
}

.product-comparison-tool .products figcaption > .tab-content .tab-pane a span {                 
    color: #4E4E4E;
    font-size: 10px;
    display: inline-block;
    padding: 5px 10px;
    text-transform: uppercase;
}

.product-comparison-tool .products figure img {
    height: 160px;
    width: 110px;
    margin-right: 20px;
}

.search-tabs-content>.tab-pane {
    display: block;
}

.search-tabs-content .fade:not(.show) {
    opacity: 1;
}

.search-tabs {
    display: none;    
    list-style: none;
    flex-direction: row;
    border-bottom: none;
}

.search-tabs li {
    flex: 1 1 0;
}

.search-tabs li.active a{
    border-bottom: 2px solid #4E4E4E;
}

.search-tabs li:nth-child(2){
    text-align: right;
}

.search-tabs li a {
    text-transform: uppercase;
    color: #4E4E4E;
}

.search-tabs li a:hover {
    text-decoration: none;    
}

@media (max-width: 991px) {
    .product-comparison-tool {
        padding-top: 30px;
    }
    .product-comparison-tool h2 {
        padding-right: 65px;
    }

    .product-comparison-tool .products figure { 
        max-width: 100%;
        flex-direction: column;
    }

    .product-comparison-tool .products figure img { 
        margin:0 0 30px;
    }

    .product-comparison-tool .products figcaption > ul.nav-tabs {     
        flex-basis: 0;
        flex-direction: column;
        margin-right: 0;
        border: none;
    }

    .product-comparison-tool .products figcaption > ul.nav-tabs li.nav-item button,
    .product-comparison-tool .products figcaption > ul.nav-tabs li.nav-item button.active {     
        border: none;
        /* background-color: #fff; */
        text-align: left;    
        /* color:  #C94F15; */
    }
    
    .product-comparison-tool .browse-by-brand, 
    .product-comparison-tool .search-by-product {
        padding: 30px 20px 20px;
        margin: 0 -18px;
        display: flex;
        flex-direction: column;
    }

    .search-tabs-content >.tab-pane.fade:not(.show) {
        display: none;
    }
    
    .search-tabs-content .fade:not(.show) {
        opacity: 0;
    }
    
    .search-tabs {
        display: flex;
    }

    .product-comparison-tool .callout,
    .product-comparison-tool .callout p {
        text-align: center;
        line-height: 35px;
    }
}
.search-product-wrapper {
    display: flex;
}
#competitive-products-result {
    display: none;
}

#competitive-products-result.active {
    display: block;
}

#competitive-products-result li {
    list-style: none;
    padding: 10px 30px;
}
#competitive-products-result li:hover {
    background: rgba(216, 216, 216, 0.3);
    cursor:pointer;
}
ul#competitive-products-result {
    z-index: 999999;
    border: 1px solid #212529;
    max-height: 150px;
    overflow-y: auto;
    background: white;
}
#productSearchBtn {
    margin: 0 2%;
    border-radius: 0;
    height: 45px;
}
#search-tabs li a.active {
    color: #A13F11;
    text-decoration: underline;
    text-underline-offset: 5px;
}
.browse-by-brand select {
    outline: #D8D8D8 solid 2px;
    color: #000000;
}
.browse-by-brand select:disabled {
    outline: #D8D8D8 solid 2px;
    color: #808080;
}
.product-comparison-tool .browse-by-brand select {
    cursor: pointer;
    white-space: break-spaces;
}
@media (min-width:992px) and (max-width:1330px) {
    .product-comparison-tool .products figcaption > ul.nav-tabs {
        width: 100%;
    }
}
/* CSS For Product Highlights Component */
.product-highlights{
    position: relative;
    padding: 24px 0px 32px 0px;
}
.product-highlights h2 {
    color: #465058;
    font-size: 1.875rem;
    line-height: 2.188rem;
    font-weight: var(--behr-atf-500);
    font-family: var(--behr-heading-font);
}
.product-highlights p{
    color: #212529;
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-weight: var(--behr-normal);
    font-family: var(--behr-body-and-label-font);
    margin-top: 8px;
}
.product-highlights .product-highlights__wrapper {
    display:flex;
    width: 100%;
}
.product-highlights .product-highlights__item {
    width: calc(100% /3);
    padding: 0px 20px 0px 0px;
}
@media (max-width:767px) {
    .product-highlights h2 {
        font-size: 24px;
        line-height: 25px;
    }
    .product-highlights .product-highlights__item:not(:first-child) {
        margin-top: 35px;
    }
    .product-highlights__item .banner-img {
        margin-bottom: 10px;
    }
    .product-highlights .product-highlights__item {
        width: 100%;
    }
    .product-highlights .product-highlights__wrapper {
        display:block;
    }
}
.product-highlights__item a {
    font-size: 15px !important;
    line-height: 24px !important;
}
/* End CSS For Product Highlights Component */
/* C045 - Product Detail Header Start */
.product-detail-header{
    padding: 80px 0px 0px 0px;
    position: relative;
}
.product-header-detail__legal {
    font-size: 10px !important;
    line-height: 12px !important;
    margin: 0.5rem 0px !important;
}

.product-header-detail__disclaimer p {
    font-size: 10px !important;
    line-height: 12px !important;
    margin: 0.5rem 0px !important;
}

.product-detail-header__star-icon {
    font-size: 24px !important;
    color: #ffc107 !important;
    margin: 0px 10px;
}
.product-detail-header__reviews {
    color: #BD483C;
    font-size: 15px ;
    text-decoration: none;
    font-weight: var(--behr-bold) !important;
    margin: 0px 5px;
}

a.product-detail-header__learn-more {
    color: #BD483C;
    font-weight: var(--behr-bold);
    text-decoration: none;
}

.product-detail-header button.red-primary{
    font-size: .938rem;
    border-radius: 25px;
    font-family: var(--behr-body-and-label-font--bold);
    font-weight: var(--behr-bold);
}

.product-detail-header__learn-more:hover,
.product-detail-header a:hover{
    color: #465058;
    text-decoration: underline;
}
.product-detail-header__reviews:hover {
    cursor: pointer;
    font-size: 16px;
}
.product-detail-header button {
    margin:20px 0px;
}
.product-detail-header img{
    margin: auto;
}
.product-detail-header .product-header-detail__disclaimer {
    font-size: 10px;
}
.product-detail-header .product-detail-header__item label {
    font-family: var(--behr-body-and-label-font--bold);
    font-weight: var(--behr-bold);
    padding-top: 4%;
}

.product-detail-header .product-detail-header__item p {
    padding-top: 3%;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0px;
    font-family: var(--behr-body-and-label-font);
    font-weight: var(--behr-normal);
}

.product-detail-header .product-detail-header__item .product-ratings p {
    padding-top: 0% !important;
}
@media (min-width:768px) {
    .product-detail-header__wrapper{
        display: flex;
        width: 100%;
    }
    .product-detail-header__item {
        width: calc(100% /2);
    }
    
    .product-detail-header .product-detail-header__order--0 {
        order: 1 !important;
    }
    .product-detail-header .product-detail-header__order--1 {
        order: 0 !important;
    }
    
    .product-detail-header .product-ratings {
        display: flex;
        padding: 10px 0;
    }
}
@media (max-width:767px) {
    .product-detail-header .product-detail-header__order--0 {
        order: 0 !important;
    }
    .product-detail-header .product-detail-header__order--1 {
        order: 1 !important;
        /* text-align: center; */
    }
    .product-detail-header p b{
        display: block;
    }
    .product-detail-header__wrapper{
        display: grid;
    }
    
    .product-detail-header .product-ratings {
        padding: 10px 0;
    }
    
    .product-detail-header__item .can-img {
        max-width: 100%;
    }
    .product-detail-header h1 {
        font-size: 45px;
        line-height: 55px;
    }
}

select.pdp-list {
    width: 100%;
}
.product-detail-header h1 {
    font-size: 42px;
}
.product-header-detail__disclaimer a {
    text-transform: capitalize;
}
.product-detail-header .dropdown button.dropdown-toggle.mb-2 {
    background-color: #c8c8c8;
}
.product-detail-header__item p b {
    font-family: var(--behr-heading-font);
    font-style: normal;
    font-weight: var(--behr-atf-500);
    font-size: 24px;
    line-height: 0px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #212529;
}
@media (max-width:400px) {
    .product-detail-header h1 {
        padding-right: 100px;
    }
}
span.no-caps {
    text-transform: none;
}
/* C045 - Product Detail Header Ends */
.buyNowCustomSpacing {
    margin-top: 4%;
    margin-bottom: 4.5%;
}

.product-line-compare {
    position: relative; /* this is for edit content button for CMS */
  }
  
  .product-line-compare__wrapper {
    padding-bottom: 88px !important;
  }
  
  .product-line-compare__wrapper .owl-theme .owl-dots .owl-dot span{
    display: none;
  }
  
  .product-line-compare__wrapper .owl-carousel .owl-dots .owl-dot.active{
    background: #000;
  }
  
  .product-line-compare__wrapper .owl-carousel .owl-dots .owl-dot {
    height: 11px;
    width: 11px;
    background: #ffffff;
    border: 1px solid #000000;
    border-radius: 50%;
    margin: 3px;
    display: inline-block;
  }
  
  .product-line-compare__wrapper .owl-theme .owl-dots{
    position: relative;
  }
  
  .product-line-compare h2 {
    padding: 24px 0;
  }
  
  .product-line-compare span,
  .product-line-compare div {
    font-family: var(--behr-heading-font);
    color: var(--behr-navy-primary);
    font-weight: var(--behr-atf-500);
    text-transform: uppercase;
  }
  
  .product-line-compare__table-wrapper {
    display: flex;
  }
  
  .product-line-compare__table-wrapper ul {
      color: var(--behr-navy-primary) !important;
  }
  
  .product-line-compare__rooms-column {
    flex: 0 0 33%;
    max-width: 33%;
    margin-right: 30px;
  }
  
  .product-line-compare__rooms-column span {
    font-size: 1.5rem;
  }
  
  .product-line-compare__rooms-column ul,
  .product-line-compare__image-title-wrapper > a {
    font-family: var(--behr-body-and-label-font--bold);
    font-weight: var(--behr-bold);
    font-size: 0.75rem;
  }
  
  .product-line-compare__rooms-column div:first-child,
  .product-line-compare__can-column > div:first-child {
    height: 310px;
  }
  
  .product-line-compare__rooms-column ul li,
  .product-line-compare__can-column div {
    display: flex;
    align-items: center;
    height: 50px;
    line-height: normal;
    padding: 10px 0;
  }
  
  .product-line-compare__can-column div:not(:first-child) {
    justify-content: center;
    }
  
    /* .product-line-compare__can-column div:first-child{
    justify-content: end;
    } */
  
  .product-line-compare__can-columns-wrapper {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    width: 100%;
    overflow: hidden;
  }
  
  .product-line-compare__can-columns-wrapper > div {
    width: 200px;
  }
  
  .product-line-compare__can-column {
    padding: 24px 15px 0 15px;
    border-left: 1px solid var(--behr-navy-primary);
  }
  
  .product-line-compare__image-title-wrapper {
    display: flex;
    flex-direction: column;
    margin-bottom: 34px;
    padding-top: 0 !important;
  }
  
  .product-line-compare__image-title-wrapper img{
    margin: 0 auto;
  }
  
  .product-line-compare__image-title-wrapper > span {
    height: auto;
    width: 100%;
    font-size: 1.25rem;
    line-height: 1.375rem;
    font-weight: var(--behr-atf-500); 
    font-family: var(--behr-heading-font)!important;
  }
  
  .product-line-compare__image-title-wrapper > a {
    display: block;
    color: var(--behr-red-primary);
    text-transform: capitalize;
    text-decoration: none !important;
    align-self: flex-start;
    line-height: 1.375rem;
  }
  
  .product-line-compare__image-title-wrapper > a:hover {
    text-decoration: none !important;
  }
  
  .product-line-compare .owl-carousel .owl-item img {
    max-width: 100%;
  }
  
  .product-line-compare .owl-carousel .owl-item .product-line-compare__star-wrapper img {
    height: 20px;
    width: 20px;
  }
  
  .product-line-compare__rooms-column > .product-line-compare__top-row {
    margin-top: 24px;
  }
  
  @media only screen and (min-width: 391px) and (max-width: 767px) {
    .product-line-compare__can-columns-wrapper > div {
      width: unset;
    }
  
    .product-line-compare__image-title-wrapper {
      display: flex;
      justify-content: flex-start;
      align-items: flex-start !important;
    }
  
    .product-line-compare .owl-carousel .owl-item img {
      /* max-height: 300px; */
      height: 92%;
      width: unset !important;
      object-fit: contain;
    }
  }
  
  @media only screen and (max-width: 400px) {
    .product-line-compare .owl-carousel .owl-item img{
      max-width: 80px;
      max-height: 118px;
    }
  }
  
  @media only screen and (min-width: 768px) {
    .product-line-compare__rooms-column {
      flex: 0 0 20%;
      max-width: 20%;
      padding-right: 15px;
    }
  
    .product-line-compare__rooms-column ul li,
    .product-line-compare__image-title-wrapper > a {
      font-size: 15px;
      line-height: 30px;
    }
  
    .product-line-compare__can-columns-wrapper > div {
      flex: 0 0 16%;
    }
  
    .product-line-compare__can-columns-wrapper {
      flex: 0 0 79%;
      max-width: 79%;
    }
  }
  @media (min-width:992px) {
    .product-line-compare .product-line-compare__table-wrapper .product-line-compare__rooms-column ul {
      margin-top: 15%;
    }
  }
  @media (min-width:800px) and (max-width:991px)  {
    .product-line-compare .product-line-compare__table-wrapper .product-line-compare__rooms-column ul {
      margin-top: 17%;
    }
  }
  @media (min-width:768px) and (max-width:799px) {
    .product-line-compare .product-line-compare__table-wrapper .product-line-compare__rooms-column ul {
      margin-top: 20%;
    }
  }
  @media (min-width:601px) and (max-width:767px) {
    .product-line-compare .product-line-compare__table-wrapper .product-line-compare__rooms-column ul {
      margin-top: 16%;
    }
  }
  @media (min-width:501px) and (max-width:600px) {
    .product-line-compare .product-line-compare__table-wrapper .product-line-compare__rooms-column ul {
      margin-top: 19%;
    }
  }
  @media (max-width:500px) {
    .product-line-compare .product-line-compare__table-wrapper .product-line-compare__rooms-column ul {
      margin-top: 25%;
    }
  }
.product-line-compare__learn-more {
  text-transform: uppercase !important;
}
li.product-line-compare__table-item {
  font-family: var(--behr-body-and-label-font) !important;
  font-weight: var(--behr-normal);
}
a.product-line-compare__learn-more {
  padding-top: 10px;
}
/* PYP Forms */
#sign-up-form-password,
#retype-password,
#location-select-country,
.register-login-modal #zip-code,
#login-form-email,
#login-form-password
 {
  padding: 7px 12px;
  font-size: 14px;
  line-height: 24px;
}
#register-login-modal .sign-up-description-wrapper {
  background-color: rgba(216, 216, 216, 0.2) !important;
}
#special-offers {
  background-color: rgba(216, 216, 216, 0.2) !important;
}
#register-login-modal #location-select-country {
  border-radius: 0% !important;
  color: #000;
}
#register-login-modal #location-select-country:visited,
#register-login-modal #location-select-country:focus,
#register-login-modal #location-select-country:focus-visible
 {
  color: #000;
  outline-color:#000;
  box-shadow: 0 0 0 0.2rem #000;
  border: 1px solid #000;
}
@media (max-width:767px) {
  .full-width-mobile, .long-button {
    width: 100%;
  }
}
/* DFCT0025435 */
@media (max-width:991px) {
  /* #row_id-title .image-text-left-title .mobile_image {
    width: 100%;
    height: 100%;
    object-fit: contain;
  } */
  #row_id-title .image-text-left-title {
    padding-right: 15px !important;
  }
}
.free-form-wrapper .row.text-center.my-5.email-preferences.custom-container {
  overflow-x: hidden;
  margin: 0;
}
.product-line-compare__title a {
  font-size: unset;
  font-family: unset;
  color: unset !important;
  font-weight: var(--behr-normal);
  text-decoration: none;
}
.product-line-compare__title a,
.product-line-compare__title a:hover {
  font-size: unset;
  font-family: unset;
  color: unset !important;
  font-weight: var(--behr-normal);
}
.pro-product-line-header {
    position: relative; /* this is for edit content button for CMS */
  }
  
  .pro-product-line-header .pro-product-line-header__banner-image--desktop {
    display: none;
  }
  .pro-product-line-header img + div {
    background-color: #F6F5F0;
  }
  
  .pro-product-line-header__banner-image--mobile,
  .pro-product-line-header__banner-image--desktop {
    margin: auto;
  }
  
  .pro-product-line-hero-banner{
    overflow: hidden;
    display: flex;
    justify-content: center;
  }
  
  
  @media (min-width: 768px) and (max-width: 1199px){
    .pro-product-line-header .pro-product-line-header__banner-image--desktop {
        height: 418px;
        max-width: none;
    }
  }
  
  
  @media only screen and (min-width: 768px) {
    .pro-product-line-header .pro-product-line-header__banner-image--mobile {
      display: none;
    }
  
    .pro-product-line-header .pro-product-line-header__banner-image--desktop {
      display: block;
      max-width: none;
    }
  }



 .section-separator {
      margin-top: 1rem;
      margin-bottom: 1rem;
      border: 0;
      border-bottom: 1px solid rgba(0,0,0,.1);
  }
  
  ul.features-list li {
      padding-bottom: 20px !important;
  }
  
  ul.features-list {
      list-style: none;
  }
      
  @media (min-width: 992px) {
      ul.features-list {
          column-count: 2;
      }
  }    
  
  
  /* For Dynasty */
  
  img.paint-property-title-arrow {
      margin-bottom: 10px;
      margin-left: 10px;
  }
  
  .paint-property-title {
      padding-bottom: 10px;
  }
  
  .paint-property-title-content {
      padding: 15px 0;
  }
  
  .paint-property-section {
      padding: 0 10px;
  }
  
  @media (min-width: 992px) {
      .pro-fifty-fifty-image-text__left-content {
          padding-right: 0;
      }
  
      .pro-fifty-fifty-image-text__right-content {
          padding-left: 0;
      }
      
      .featured-content-banner__left-content {
          /*padding: unset !important;*/
          margin: auto 0;
      }
  }
  
  @media (max-width: 991px) {
      .pro-fifty-fifty-image-text__logo-text-content {
          padding: 25px 0;
      }
  }
  
  #buy {
      background: rgba(216, 216, 216, 0.2);
  }
  .pro-product-line-header small a {
    font-size: 14px;
  }
.product-line-listing {
    padding: 1.5rem 0;
    position: relative;
}

.product-line-listing__wrapper h2 {
    font-size: 34px;
    line-height: normal;
    padding: 0.25rem 0;
}

.product-line-listing__wrapper p {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 1rem;
    color: var(--behr-black);
}

.product-line-listing__item-container {
    display: flex;
    flex-flow: row wrap;
}

.product-line-listing__item {
    padding: 0 15px;
}

.product-line-listing__item img {
    max-height: 300px;
    width: auto !important;
    padding-bottom: 1.5rem;
}

.product-line-listing__item-title {
    font-family: var(--behr-heading-font);
    font-weight: var(--behr-atf-500);
    color: var(--behr-navy-primary);
    font-size: 24px;
    line-height: 25px;
    text-transform: uppercase;
    white-space: unset;
}

.product-line-listing__item a {
    font-family: var(--behr-body-and-label-font--bold);
    font-weight: var(--behr-bold);
    font-size: 12px;
    line-height: 14px;
    color: var(--behr-red-primary);
    text-decoration: none;
}

.product-line-listing__item a:hover {
    color: var(--behr-navy-primary);
    text-decoration: underline;
}

.product-line-listing__item-details {
    padding: 1.5rem 0;
}


.product-line-listing__item-details p {
    font-family: var(--behr-body-and-label-font--bold);
    font-weight: var(--behr-bold);
}

.product-line-listing__item-details a:hover {
    text-decoration: none;
    color: var(--behr-black);
}

.product-line-listing__item-details a p {
    color: var(--behr-black);
    font-family: var(--behr-body-and-label-font);
    font-weight: var(--behr-normal);
    font-size: 15px;
    line-height: 22px;
    text-decoration: none;
}

.c-icon.active {
    fill: #fece3c;
}

/* owl carousel styles */
.product-line-listing .owl-dots button span {
    margin: 3px !important;
}

.product-line-listing .owl-stage-outer {
    margin-bottom: 1.5rem !important;
    margin-left: -15px !important;
    margin-right: -15px !important;
}

.product-line-listing .owl-carousel .owl-dots .owl-dot.active span,  .threeColLayout .owl-carousel .owl-dots .owl-dot.active span {
    background: #000 !important;
}

.product-line-listing .owl-theme .owl-dots .owl-dot span, .threeColLayout .owl-theme .owl-dots .owl-dot span{
    background: #fff !important;
    border: 1px solid #000;
    height: 11px;
    width: 11px;
}

/* star rating svg styles */
.product-line-listing__item-details a, .product-line-listing__item-details a p {
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.product-line-listing__item-details a svg {
    width: 16px;
    height: 16px;
}

.product-line-listing__item-details a svg path {
    fill: gold;
}

.product-line-listing [data-bv-show="rating_summary"] .bv_main_container {
    margin-left: 0 !important;
    padding-left: 0 !important;
}

@media only screen and (min-width: 768px) {
    .product-line-listing .owl-stage {
        padding-left: 30px !important;
    }

    .product-line-listing__item a {
        font-size: 15px;
        line-height: 18px;
    }
}

/* not carousel */
@media only screen and (min-width: 992px) {
    .product-line-listing__item {
        flex: 0 0 25%;
        max-width: 25%;
        padding-top: 24px;
    }

    .product-line-listing__item-container {
        margin-left: -15px;
        padding-left: 0;
        padding-bottom: 1.5rem;
    }

    .product-line-listing__item-container p {
        margin-bottom: 1rem;
    }

    .product-line-listing__item img {
        /* height: auto !important; */
        white-space: unset !important;
    }

    .product-line-listing__item-details p {
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 1200px) {
    .product-line-listing__wrapper h2 {
        font-size: 44px;
    }

    .product-line-listing__wrapper p {
        font-size: 18px;
        line-height: 24px;
    }
}
.product-line-listing__item-title a {
    font-size: unset;
    line-height: unset;
    color: unset;
    font-family: var(--behr-heading-font);
    font-weight: var(--behr-atf-500);
}

/* Start - STRY0304948 - Production Defect  - US Consumer - Average rating link is not working  */

section.pro-product-line-listing [data-bv-show="inline_rating"] div.bv_sub_container div.bv_numReviews_component_container {
    display: none !important;
}

section.pro-product-line-listing [data-bv-show="inline_rating"] div {
    cursor: context-menu !important;
}

/* End - STRY0304948 - Production Defect  - US Consumer - Average rating link is not working  */
.productline-specs-wrapper{
    position: relative;
}

/* mobile accordian css */
.mobile-panel-heading::after {
    content: "";
    box-sizing: border-box;
    position: relative;
    width: 10px;
    height: 10px;
    border-bottom: 3px solid;
    border-right: 3px solid;
    transform: rotate(45deg);
    float: right;
}

.mobile-panel-heading{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    font-size: 1.5rem;
    text-transform: uppercase;
    font-family: var(--behr-heading-font);
    color: var(--behr-navy-primary);
    font-weight: var(--behr-atf-500);
    word-spacing: 3px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mobile-panel-heading:focus{
    outline: none !important;
}

.rotate-caret-180::after{
    transform: rotate(225deg) !important;
}

.product-line-spec--mobile{
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
}

.product-line-spec--mobile__panel-group .grey-hr{
    display: none;
}

.product-line-spec--mobile__panel-group > li{
    padding: 15px 0px;
    list-style: none;
}

.product-line-spec--mobile__panel-group > li:not(:last-child) {
    border-bottom: 2px solid #dee2e6;
}

.product-line-spec--mobile .product-usage > .product-usage__block{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.product-usage__block-where-to-use p{
    margin-bottom: 16px;
}

.product-line-spec--mobile__panel-group .product-usage__block-where-to-use{
    padding-top: 24px;
    padding-bottom: 30px;
    border-bottom: 1px solid #0000001a;
    margin-bottom: 30px;
}

.mobile-panel .container{
    padding: 0 !important;
    margin: 0 !important;
}

.product-line-spec--dsktp .behr-product-warranty > .container{
    padding: 0 !important;
    max-width: none !important;
    width: 100% !important;
}

/******** product usage mobile *********/
.mobile-panel .product-usage__block h4, 
.productline-specs-wrapper .product-line-spec--dsktp .product-usage__block > h4,
.product-line-spec--dsktp .behr-product-datasheet-panel > h4,
.product-line-spec--dsktp .block-list-container > h4,
.product-line-spec--dsktp .warranty-copy > h5{
    display: none;
}

.productline-specs-wrapper .behr-product-datasheet-panel{
    padding-bottom: 0;
}

.mobile-panel .product-usage__block{
    padding-top: 0;
}

.mobile-panel .product-usage .product-usage__block:last-child{
    border-bottom: none;
    margin-bottom: 0;
}

.product-line-spec--mobile__panel-group .product-usage__read-more{
    display: none !important;
}

.product-line-spec--mobile__panel-group .block-list-container{
    max-height: none;
    overflow: auto;
}

.product-line-spec--mobile .product-usage__block:last-of-type{
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.max-height-400{
    max-height: 400px;
    overflow: hidden;
    /* overflow-x: visible; */
}
.product-line-spec--mobile .pls-product-usage__read-more{
    padding-left: 0;
}

.mobile-panel .product-usage__block{
    margin-bottom: 54px;
}

/* product datasheets mobile */
.mobile-panel .behr-product-datasheet-panel h4, 
.mobile-panel .behr-product-datasheet-panel hr, 
.mobile-panel .behr-product-datasheet-panel .data-sheet-btn--mobile, 
.mobile-panel .behr-product-datasheet-panel .data-sheet-btn--dsktp {
    display: none;
}

/******** product waranty mobile *********/
.product-line-spec--mobile .mobile-panel .warranty-copy{
    width: 100%;
    max-width: 100%;
    margin: 0;
}

.product-line-spec--mobile .mobile-panel .warranty-copy h5{
    display: none;
}


/************ product line specs desktop tabs **********/
.product-line-spec--dsktp{
    display: none;
    padding-top: 24px;
    padding-bottom: 24px;
}

.productline-specs-wrapper .tab-content{
    display: none;
}

.product-line-spec__tab{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding-bottom: 24px;
    border-bottom: 1px solid #dee2e6;
    max-width: 83.3%;
    justify-content: flex-start;
    margin-left: auto;
    margin-right: auto;
    /* padding: 0 34px; */
}

.product-line-spec--dsktp .product-usage .product-usage__block:first-child{
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.product-line-spec--dsktp .product-usage .product-usage__block{
    border-bottom: none;
}

.product-line-spec__tab li{
    flex: 0 0 auto;
    color: var(--behr-navy-primary);
    font-family: var(--behr-heading-font);
    font-weight: var(--behr-atf-500);
    font-size: 1.5rem;
    line-height: 25px;
    text-transform: uppercase;
    letter-spacing: 0px;
    cursor: pointer;
    padding: 10px;

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

.product-line-spec__tab li:focus {
    outline: none !important;
}

.product-line-spec__tab li:hover{
    text-decoration: underline;
}

.product-line-spec__tab li:not(:last-child) {
    margin-right: 45px;
}

.productline-specs-wrapper .tab-active{
    display: block !important;
}

.product-line-spec--dsktp .data-sheet-btn--dsktp.button, .product-line-spec--dsktp .grey-hr{
    display: none;
}

.product-line-spec--dsktp .pls-product-usage__read-more{
    display: block;
    padding-left: 0;
    padding-top: 10px;
}

.product-line-spec--dsktp .product-usage{
    max-height: 400px;
    overflow: hidden;
    /* overflow-x: visible; */
}

@media only screen and (min-width: 992px){
    .product-line-spec--mobile{
        display: none;
    }

    .product-line-spec--dsktp{
        display: block;
    }

    .product-line-spec--dsktp .product-usage{
        max-width: none !important;
        margin: 0 -48px;
    }

    .product-usage-wrapper{
        max-width: 83.3%;
        margin: 0 auto;
    }

    .product-line-spec--dsktp .product-usage-wrapper > .container{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media only screen and (min-width: 1200px){
    .product-line-spec__tab li{
        font-size: 1.875rem;
    }
}
.productline-specs-wrapper .product-line-spec__tab .pls-tab {
    width: 33.33%;
    margin-right: unset !important;
    line-height: 35px;
}
li.pls-tab.active {
    text-decoration: underline;
    text-underline-offset: 5px;
}
.product-usage-wrapper{
    position: relative;
}

.product-usage__block{
    padding-top: 48px;
    padding-bottom: 48px;
    border-bottom: 1px solid #0000001a;
}

div.product-usage__block p.empty-paragraph {
    display: none !important;
}

.product-usage h4{
    font-size: 1.5rem;
    line-height: 25px;
    letter-spacing: 0;
    font-weight: var(--behr-bold);
    padding-top: 5px;
}

.product-usage__icons{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.product-usage__icons li{
    padding: 24px 15px;
    display: flex;
    align-items: flex-start;
    flex:  0 0 50%;
    max-width: 50%;
}

.product-usage-wrapper .product-usage .product-usage__block:first-child:not(.productline-specs-wrapper .product-usage-wrapper .product-usage .product-usage__block:first-child) .block-list-container{
    max-height: none;
}

.product-usage p, .product-usage li, .product-usage label{
    color: var(--behr-black);
}

.product-usage_dry-time strong{
    margin-right: 4px;
}

.product-usage__icons li img{
    margin-right: 16px;
}

.product-usage__block-where-to-use{
    padding: 24px 15px 24px 0;
}

.bold-copy--black{
    font-size: 15px;
    line-height: 20px;
    font-family: var(--behr-body-and-label-font);
    font-weight: var(--behr-normal);
    text-transform: uppercase;
    margin-bottom: 8px;
    display: block;
    font-weight: var(--behr-bold);
}

.product-usage__block-list .bold-copy--black{
    margin-bottom: 16px;
}

.product-usage__block-list ul, 
.product-usage__block-where-to-use ul{
    padding-left: 40px;
    margin-bottom: 16px;
    list-style: disc;
}

.usage-subsection-heading{
    font-family: var(--behr-body-and-label-font--bold);
    font-weight: var(--behr-bold);
}

.product-usage__block-list ul li,
.product-usage__block-where-to-use ul li {
    padding: 10px;
    font-family: var(--behr-body-and-label-font);
    font-weight: var(--behr-normal);
    line-height: 20px;
}

.pls-product-usage__read-more:not(.product-line-spec--mobile__panel-group .pls-product-usage__read-more):not(.product-line-spec--dsktp .pls-product-usage__read-more){
    display: none;
}

.product-line-spec--dsktp .product-usage__block-list ul, 
.product-line-spec--dsktp .product-usage__block-where-to-use ul {
    list-style-type: disc;
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    list-style-position: inside;
    margin-left: 0px;
    padding-left: 0 !important;
}

.product-line-spec--dsktp .product-usage__block-list ul li,
.product-line-spec--dsktp .product-usage__block-where-to-use ul li {
    padding: 10px;
    list-style: disc;
}

.product-usage__block-list{
    padding-right: 15px;
}

.product-line-spec--dsktp .block-list-container, .product-line-spec--dsktp .product-usage__block{
    padding-left: 24px;
    padding-right: 24px;
}

.product-usage__read-more, .pls-product-usage__read-more{
    display: block;
    padding-left: 10px;
    padding-top: 24px;
    text-decoration: none;
    color: #C94F15 !important;
    font-family: var(--behr-body-and-label-font--bold);
    font-size: 1rem;
    font-weight: var(--behr-bold);
    cursor: pointer;
}

.product-usage__read-more:hover, .pls-product-usage__read-more:hover{
    color: var(--behr-navy-primary) !important;text-decoration: underline;
}

.product-usage__read-more:hover::after, .pls-product-usage__read-more:hover::after{
    color: var(--behr-navy-primary) !important;
}

.product-usage__read-more::after, .pls-product-usage__read-more::after {
    border-style: solid;
    border-width: 2.5px 2.5px 0 0;
    content: '';
    display: inline-block;
    height: 6px;
    transform: rotate(135deg);
    width: 6px;
    margin-left: 24px;
    color: #bd483c;
    position: relative;
    bottom: 2px;
}


.block-list-container{
    max-height: 250px;
    overflow: hidden;
    /* overflow-x: visible !important; */
}

.auto-height{
    max-height: none !important;
}


@media (min-width: 768px){
    .product-usage__read-more, .pls-product-usage__read-more{
        font-size: .938rem;
    }

    .product-usage h4{
        font-size: 1.875rem;
    }

    .product-usage__icons{
        padding-left: 16px;
    }

    .product-usage__icons li{
        flex: 0 0 25%;
        max-width: 25%;
        padding-left: 0;
    }

    .product-usage__read-more{
        display: none;
    }
    
    .product-usage__block-list ul, 
    .product-usage__block-where-to-use ul {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2;
    }

    .product-usage__block-list ul li, 
    .product-usage__block-where-to-use ul li {
        break-inside: avoid-column !important;
    }
}

@media (min-width: 992px) and (max-width:1100px) {
    .product-usage{
        max-width: 90.3% !important;
        margin: 0 auto;
    }
}
@media (min-width: 1101px) {
    .product-usage{
        max-width: 83.3% !important;
        margin: 0 auto;
    }
}
@media (min-width: 1200px){
    .product-usage__icons p, .product-usage__block-where-to-use p{
        font-size: 1.125rem;
    }
}
@media (max-width:375px) {
    .product-usage__mglft {
        margin-left: 40px;
    }
}

@media (max-width:430px) {
    ul.product-usage__icons li p {
        font-size: 14px; 
    }
}
@media (min-width:768px) and (max-width:991px) {
    .offset-4.col-12.offset-md-7.col-md-8.pl-2 .substrate-type:nth-child(3){
        margin: 0px 10px; 
    }
}
.product-usage-wrapper .behrfs-4.title {
    font-family: var(--behr-heading-font);
    font-weight: var(--behr-atf-500);
}
@media (min-width:992px) {
    .block-list-container{
        max-height: none;
    }
}
.behr-product-warranty{
    padding-top: 40px;
    padding-bottom: 24px;
    position: relative;
}

.behr-product-warranty h5{
    font-size: 1.5rem;
}

.behr-product-warranty p{
    font-size: 1rem;
}

@media only screen and (min-width: 768px){
    .warranty-copy{
        width: 83.3%;
        max-width: 83.3%;
        margin-left: 8.3%;
    }
}

@media only screen and (min-width: 1200px){
    .behr-product-warranty h5{
        font-size: 1.875rem;
    }

    .behr-product-warranty p{
        font-size: 1.125rem;
    }
}
@media (max-width:400px) {
    .warranty-copy {
        max-width: 100%;
    }
    .behr-product-warranty .warranty-copy,
    .behr-product-warranty p {
        margin: 0px;
    }
}
.ready-to-get-started-section .phone a[href]:after {
    content: unset;

}
.ready-to-get-started-section.hide-graylines .container {
    border-bottom-style: none;
    border-top-style: none;
    padding-top: 50px;;
}
.ready-to-get-started-section.hide-graylines {
    padding-bottom: 0px!important;
}
.ready-to-get-started-section .container .primary-orange-text img {
    vertical-align: baseline;
}

.ready-to-get-started-section .banner-img {
    max-height: 100px;
    margin: 10px auto;  
}
.ready-to-get-started-section .container {
    border-top-width: 1px;
    border-bottom-width: 1px;
}
.ready-to-get-started-section .three-col--heading h2 {
    padding-top: 30px;
}
.ready-to-get-started-section .phone a {
    color: #C94F15;
    font-size: 18px;
}
.ready-to-get-started-section .main-height-wrapper {
    padding-bottom: 70px;
}
.ready-to-get-started-section .dropdown .dropdown-toggle::after {
  position: absolute;
  right: 10px;
  top:23px;
}
.ready-to-get-started-section .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #D8D8D8;
}
.ready-to-get-started-section .btn-primary.dropdown-toggle {
    height: 55px;
}

#txt-sds:focus-visible {
  outline-color:#D8D8D8;
} 

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #e7e7e9;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
}

.ready-to-get-started-section {
    text-align: center;
    font-family: var(--behr-body-and-label-font);
    font-weight: var(--behr-normal);
    padding-bottom: 80px;
    padding-top: 20px;
}

.ready-to-get-started-section h2 {
    margin: 40px 0 5px;
    font-weight: var(--behr-atf-500);
    font-size: 44px;    
    font-family: var(--behr-heading-font);
}

.ready-to-get-started-section h3 {
    margin: 10px 0 5px;
    font-weight: var(--behr-atf-500);
    font-size: 30px;
    font-family: var(--behr-heading-font);
}

.ready-to-get-started-section .behr-pro-widget > img {
    height: 100px;
    max-width: 100%;
}

.ready-to-get-started-section h6 {
    max-width: 550px;
    margin: 0 auto 60px;
}

.ready-to-get-started-section .col-lg-4:nth-child(2),
.ready-to-get-started-section .col-lg-4:nth-child(3){
    border-left: 1px solid #D8D8D8;
}

.ready-to-get-started-section p {
    color: #4E4E4E;
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-weight: var(--behr-normal);
    font-family: var(--behr-body-and-label-font);
    margin: 10px auto 20px;
    max-width: 670px;
}

.ready-to-get-started-section a {
    color:#C94F15;
    font-weight: var(--behr-bold);
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px!important    
}
.ready-to-get-started-section a strong {
    font-size: 18px!important    
}

.ready-to-get-started-section a[href]:after{ 
    content: "\e5cc";
    font-family: "Material Icons";
    position: relative;    
    top: 5px;
    color: #C94F15;
    font-weight: var(--behr-bold);
    font-size: 1.5rem;
}

.ready-to-get-started-section img.behr-pro-widget--image--hd-pro-xtra {
    height: 50px;
    margin: 30px auto 20px;
}
.ready-to-get-started-section .col-lg-4:nth-child(2) {
    border-left: 1px solid #D8D8D8;
}
@media(min-width: 992px) {
    .ready-to-get-started-section .container {
        border-bottom-style: solid;
        border-bottom-color: #D8D8D8;
        border-top-style: solid;
        border-top-color: #D8D8D8;
    }
    .ready-to-get-started-section .container .row:nth-child(2) {
            margin-bottom: 60px;
    }
}
.ready-to-get-started-section .behr-pro-widget {
    padding: 0px 20px;
}
@media (max-width: 991px) {
    .ready-to-get-started-section.hide-graylines .col-lg-4:nth-child(3) {
        border-bottom: 0px solid #D8D8D8!important;
        margin: 0 15px 0;
        padding: 0px 0px 0px 0px!important;
    }
    .ready-to-get-started-section .container .row .col-lg-12 {
           border-top: 1px solid #D8D8D8;
           /* margin: 0 15px 0; */
    }
    .ready-to-get-started-section .main-height-wrapper {
        padding-bottom: 50px;
    }
    .ready-to-get-started-section .col-lg-4:nth-child(2),
    .ready-to-get-started-section .col-lg-4:nth-child(3){
        border-left: none;
    }
    .ready-to-get-started-section .behr-pro-widget {
        padding: 10px 0px 10px 0px;
    }
    .ready-to-get-started-section .col-lg-4:nth-child(3),
    .ready-to-get-started-section .col-lg-4:nth-child(1),
    .ready-to-get-started-section .col-lg-4:nth-child(2){
        border-bottom: 1px solid #D8D8D8;
        margin: 0 15px 0;
        padding: 20px 5px 40px 5px;
    }
    .ready-to-get-started-section .three-col--heading p {
        margin-bottom: 0;
    }   
}
.sms-section label {
    font-weight: var(--behr-bold);
}

.sms-section input {
    width: 100% !important;
    border-radius: 0px !important;
}

.sms-section .sms-header {
    font-size: xx-large;
}

.sms-section .sms-description {
    white-space: normal;
    font-size: 18px;
    font-family: var(--behr-body-and-label-font);
    font-weight: var(--behr-normal);
    text-transform: none;
}

.sms-section .sms-form fieldset legend, .sms-subscriber label {
    font-family: var(--behr-body-and-label-font);
    font-weight: var(--behr-normal);
    font-size: 15px;
    font-weight: var(--behr-normal);
    line-height: 20px;
}


.sms-section .sms-form .form-check {
    padding-left: 1.25rem;
}

.sms-section .sms-form label,
.sms-section .sms-form .form-check label {
    font-family: var(--behr-body-and-label-font);
    font-weight: var(--behr-normal);
    text-transform: none;
}

#sms_optional_message:checked + label:before {
    content: '\2713' !important;
    font-size: 16px;
    color: #212529;
    opacity: 1 !important;
    transform: rotate(0deg) !important;
}
#sms_optional_message + label {
    background-color: white;
    border: 1px solid #212529;
    padding: 0px 5px;
    display: block;
    position: relative;
    margin-right: 7px;
    min-width: 20px;
    min-height: 20px;
    max-width: 20px;
    max-height: 20px;
    margin-top: 3px;
}
#sms_optional_message {
    position: absolute;
    left: 37px;
    top: 6px;
    opacity: 0;
    height: 1px;
    width: 1px;
}

.sms-form .col-1 {
    flex: 0 0 3.3333333333%!important;
    max-width: 3.3333333333%!important;
}

.sms-form select {
    padding: 7px 12px;
    border: 1px solid var(--behr-input-default-border);
    border-radius: 0;
    width:100%!important;
}
.sms-form {
    padding-top:1rem;
}
.sms-section .black-primary {
    border-radius: 0px;
    background-color: #C94F15;
}
.search-results .mobile {
    display: none;
}

.search-results h3 {
    font-family: var(--behr-heading-font);
    font-weight: var(--behr-atf-500);
    font-size: 30px; 
}

.search-results h2 {
    font-family: var(--behr-heading-font);
    font-style: normal;
    font-weight: var(--behr-atf-500);
    font-size: 44px;
    line-height: 52px;
    text-transform: uppercase;
    color: #212529;
}

.search-results .clear {
    flex: 0 1 25%;
    font-size: initial;
    color: #D8D8D8;
    cursor: pointer;
    text-transform: none;    
    font-family: arial;
    font-weight: var(--behr-normal);   
}

.search-results .clear:hover {
    color:#C94F15;      
}

.search-results ul {
    list-style: none;
}

.search-results ul li input {
    margin-right: 5px;
}

.search-results .filter {
    display: flex;
}

.search-results .filter h4{
    flex: 1 1;
}

.search-results h5 {
    text-transform: uppercase;
    font-size: 19px;
    font-weight: var(--behr-bold);
    margin-bottom: 20px;
}

.search-results .products figure {
    padding: 20px;
    width: 100%;
    border: 1px solid #D8D8D8;
    display: flex;
}

.search-results .search {
    background: rgba(216, 216, 216, 0.2);
    border: 1px solid #D8D8D8;
    position: relative;
}

.search-results .search input {
    background: rgba(216, 216, 216, 0.2);
    border: none;
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: var(--behr-bold);
    padding: 12px 35px;
    text-transform: uppercase;
    outline: black solid 1px;
}

.search-results .product-category li{
    padding: 2px;
}

.search-results .expand-more:after {
    content: "\e5ce";
    color: #000;
    font-family: "Material Icons";
    float: right;
    font-size: 20px;
    margin-top: -2px;
}

.search-results .col-md-12.text-right {
    line-height: 45px;
    font-weight: var(--behr-bold);
}

.search-results .col-md-12.text-right select {
    padding: 0 10px;
    margin-left:15px;
    min-width: 160px;
    font-weight: var(--behr-bold);
    border: 1px solid #d8d8d8;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 1em;
}

.search-results .search .clear {
    font-weight: var(--behr-bold);
    display: none;
    color: #000;
    position: absolute;
    top: 12px;
    right: 10px;
}

.search-results .search .material-icons-outlined {
    font-weight: var(--behr-bold);
    font-size: 20px;
    color: #000;
    position: absolute;
    top: 14px;
    left: 10px;
}
@media (max-width:991px) {
    .search-results .search .material-icons-outlined {
        right: 10px;
        left: unset;
    }
}
.search-results .message {
    background-color: #4E4E4E;        
}

.search-results .message p{
    color: #fff;
    padding: 7px 20px;
    text-transform: uppercase;
    font-weight: var(--behr-bold);
    font-size: 16px;
    margin: 0;
}

.search-results .search .clear.show {
    display: block;
}

.search-results .products .products--colors {
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 24px;
    width: 100%;
}

.search-results .products .products--colors-inner {
    display: flex;
    margin-left: -12px;     
}

.search-results .products .products--colors-footer {
    text-align: center;
    padding: 40px 0;
}

.search-results .products .products--colors-footer span {
    display: inline-block;
    padding-right: 10px;
    border-right: 1px solid #d8d8d8;
    margin-right: 10px;
}

.search-results .products .products--color { 
    text-align: center;
    padding:2px;
    margin: 10px; 
    flex: 1 1;
}

.search-results .products .products--color > div { 
    
    height:196px;
}

.search-results .products .products--color > strong { 
    display: block;
    text-transform: uppercase;
    margin-top: 10px;
}

.search-results  .products figcaption {
    width: 100%;
}

.search-results  .products figcaption > ul { 
    margin-top: 20px;
    padding: 0;
    color: #C94F15;
    background: #fff;
}

.search-results  .products figcaption > ul li{
    position: relative;
}

.search-results  .products figcaption > ul li:after{
    content: "\e5cc";
    color: #C94F15;
    font-family: "Material Icons";
    position: absolute;
    top: 10px;    
    right: 5px;
    font-size: 30px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.search-results  .products figcaption > ul li:nth-child(2):after {
    right: 35px;
}

.search-results  .products figcaption > ul li button{ 
    padding: 0;
    height: auto;
    width: 100%;
    border: 0;
    margin: 0;
}

.search-results  .products figcaption > ul.nav-tabs {     
    display: flex;
    flex: 1 1 75%;
    margin-right: 200px;
}
 
.search-results  .products figcaption > ul.nav-tabs li.nav-item {     
    margin: 0;
    display: flex;
    flex: 1 1;
}

.search-results  .products figcaption > ul.nav-tabs li.nav-item button {     
    color: #C94F15;
    padding: 10px 20px 10px 5px;
    font-size: 15px;
    font-weight: var(--behr-bold);
    text-align: center;
    text-transform: uppercase;
    background: #fff;
    border-radius: 4px;
}

.search-results  .products figcaption > ul.nav-tabs li.nav-item.active button {     
    background: #C94F15;
    color: #fff;    
}

.search-results  .products figcaption > ul.nav-tabs li.nav-item.active:after {
    color: #fff;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
 
.search-results  .products figcaption > .tab-content {         
    margin-top: 20px;
    padding: 15px 20px;
    color: #C94F15;
    background: #fff;
    border: 1px solid #D8D8D8;
}

.search-results  .products figcaption > .tab-content .tab-pane a {             
    padding: 10px;
    color: #C94F15;
    display: block;
}

.search-results  .products figcaption > .tab-content .tab-pane a span {                 
    color: #4E4E4E;
    font-size: 10px;
    display: inline-block;
    padding: 5px 10px;
    text-transform: uppercase;
}
.wrap-search-image {
    padding: 0 20px 0px 0px;
    max-width: 120px;
    display: flex;
    align-items: start;
}
.search-results .products figure img {
    max-height: 160px;
    width: 100%;
    margin-right: 20px;
    height: auto;
}
.search-results .col-md.mobile {
    margin-top: -20px;
}

@media (max-width: 767px) {
    .search-results .mobile { display: block; }
    .search-results .desktop { display: none; }

    .search-results .mobile .search {
        margin-bottom: 20px;
    }
    .search-results .mobile .search input {
        background-color: #fff;
    }

    .search-results .mobile select{
        width: 100%;
        margin-right: 10px;
        padding: 12px;
        font-weight: var(--behr-bold);
        border: 1px solid #d8d8d8;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
        background-repeat: no-repeat;
        background-position: right 10px center;
        background-size: 1em;
        outline: black solid 1px;
    }
    
    .search-results .mobile button {
        background-color: #fff;
        width: 110px;
        border: 1px solid #d8d8d8;
    }

    .search-results .products .products--colors-inner {        
        margin-left: 0;     
    }
    .search-results  .products figcaption > ul.nav-tabs {             
        margin-right: 0px;
    }

    .search-results  .products figure { 
        max-width: 100%;
        flex-direction: column;
    }

    .search-results  .products figure img { 
        margin:0 0 30px;
    }
    .search-results  .products figcaption > ul.nav-tabs {     
        flex-basis: 0;
        flex-direction: column;
        margin-right: 0;
        border: none;
    }

    .search-results  .products figcaption > ul.nav-tabs li.nav-item button {     
        color: #C94F15;
        font-size: 16px;
        font-weight: var(--behr-bold);
        text-transform: uppercase;
        background: #fff;
        border-radius: 0;
    }
    
    .search-results  .products figcaption > ul.nav-tabs li.nav-item.active button {     
        background:#fff;
        color:#C94F15;    
    }
    .search-results  .products figcaption > ul li button{ 
        height: auto;
        width: auto;        
    }
    .search-results  .products figcaption > ul li:after{
        content: "\e5cc";
        color: #C94F15;
        font-family: "Material Icons";
        position: initial;
        font-size: 30px;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .search-results  .products figcaption > ul.nav-tabs li.nav-item.active:after {
        color: #C94F15;
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .search-results  .products figcaption > div.tab-content {
        border:none;
        margin-top:0;
    } 

    .search-results  .products figcaption > ul.nav-tabs li.nav-item button,
    .search-results  .products figcaption > ul.nav-tabs li.nav-item button.active {     
        border: none;
        background-color: #fff;
        text-align: left;    
        color:  #C94F15;
        padding: 5px;
    }
}
@media (min-width:992px) and (max-width:1150px) {
    .search-results .products .products--color > div {
        height: 140px;
    }
}
@media (min-width:576px) and (max-width:767px) {
    .search-results .products .products--color > div {
        height: 150px;
    }
}
@media (min-width:500px) and (max-width:575px) {
    .search-results .products .products--color > div {
        height: 245px;
    }
}
@media (min-width:380px) and (max-width:499px) {
    .search-results .products .products--color > div {
        height: 170px;
    }
}
@media (max-width:379px) {
    .search-results .products .products--color > div {
        height: 150px;
    }
}
.search-results .search-result-list .media .img-content-wrapper {
    width: 100px !important;
}
.search-results .search-result-list .media .img-content-wrapper > img {
    max-height: 150px !important;
}
@media (max-width:991px) {
    .search-results .products figure img {
        width: unset;
    }
}
@media (max-width:1330px) {
    .search-results  .products figcaption > ul.nav-tabs {     
        display: flex;
        flex: 1 1 75%;
        margin-right: 0px;
    }
}
@media (min-width:901px) and (max-width:991px) {
    .search-results .products .products--color > div {
        height: 150px;
    }
}
@media (min-width:768px) and (max-width:900px) {
    .search-results .products .products--color > div {
        height: 120px;
    }
}
@media (min-width:500px) and (max-width:575px) {
    .search-results .products .products--color {
        margin: 5px;
    }
}
@media (max-width:575px) {
    .search-results .products .products--colors-inner {
        display: flex;
        flex-wrap: wrap;
    }
    .search-results .products .products--color {
        margin: 0px;
        flex: 0 0 50%;
        padding: 10px;
    }
    .products--colors-inner .products--color a {
        font-size: 13px;
        word-break: break-all;
    }
}
.search-results .products--color a {
    color: #4E4E4E;
    font-weight: var(--behr-bold);
    font-family: var(--behr-body-and-label-font--bold);
    font-weight: var(--behr-bold);
}
.search-results .products--color a span {
    font-family: var(--behr-body-and-label-font);
    font-weight: var(--behr-normal);
}
.search-results .Product.searchresult h6 a,
.Miscellaneous.searchresult h6 a {
    font-family: var(--behr-body-and-label-font--bold);
    font-weight: var(--behr-bold);
    font-size: 18px;
    line-height: 27px;
    color: #212529;
}
.search-results #document-lists li:hover{
    cursor: pointer;
}
.search-results #mobileFacet {
    color: #000;
}
.search-results .page-link {
    color: #000;
}
@media (min-width:768px) {
    .search-results li.nav-item.nav-technical {
        border-right: 1px solid #D8D8D8;
    }
    .search-results .searchresult .nav-link {
        border:1px solid #D8D8D8 !important;
    }
    .search-results .searchresult .nav-technical {
        border-right:0 !important;
    }
    .search-results .searchresult .nav-tabs {
        border-bottom: 0px;
    }
}
.products--colors-footer2 {
    text-align: center;
    padding: 40px 0;
}
.search-results .products .products--colors-footer2 span {
    display: inline-block;
    padding-right: 10px;
    border-right: 1px solid #d8d8d8;
    margin-right: 10px;
}
.fulfillment-desc p span {
    color: #C94F15;
    font-weight: var(--behr-bold);
}
.service-phone-numbers {
    position: relative;
    padding: 3rem 0rem 3em 0rem;
}
.service-phone-numbers .container h2 {
    padding-bottom: 60px;
}
.service-phone-numbers h2 {
    font-size: 44px;
    line-height: 52px;
    text-transform: uppercase;
    font-family: var(--behr-heading-font);
    font-weight: var(--behr-atf-500);
    margin-bottom: 8px;
}
.service-phone-numbers p {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0px;
    font-family: var(--behr-body-and-label-font);
    font-weight: var(--behr-normal);
    margin-bottom: 16px;
}
.service-phone-numbers__wrapper .service-phone-numbers__item:nth-child(4n+5),
.service-phone-numbers__wrapper .service-phone-numbers__item:nth-child(4n+6),
.service-phone-numbers__wrapper .service-phone-numbers__item:nth-child(4n+7),
.service-phone-numbers__wrapper .service-phone-numbers__item:nth-child(4n+8) {
        padding-top: 20px;
}
.service-phone-numbers__wrapper {
    display: flex;
    flex-wrap: wrap;
}
.service-phone-numbers__item {
    width: 25%;
}
.service-phone-numbers__item h3 {
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase;
    font-family: var(--behr-heading-font);
    font-weight: var(--behr-atf-500);
    padding-bottom: 3px;
}
.service-phone-numbers__item h4 {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0px;
    font-family: var(--behr-heading-font);
    font-weight: var(--behr-atf-500);
    margin-bottom: 8px;
    color: #212529;
    text-transform: uppercase;
}

@media (min-width:1200px) {
    .service-phone-numbers h2 {
        font-size: 2.813rem;
        line-height: 40px;
        text-transform: uppercase;
        font-family: var(--behr-heading-font);
        font-weight: var(--behr-atf-500);
    }
    .service-phone-numbers__item h3 {
        font-size: 34px;
        line-height: 30px;
    }
}
@media (max-width:991px) {
    .service-phone-numbers {
        padding: 80px 0px 55px 0px;
    }
    .service-phone-numbers h3 {
        font-size: 24px;
        line-height: 32px;
    }
}
@media (max-width:991px) {
    .service-phone-numbers .container h2 {
        padding-bottom: 35px;
    }   
    .service-phone-numbers__wrapper {
        display: block;
    }
    .service-phone-numbers__item {
        width: 100%;
        padding-top: 24px;
    }
    .service-phone-numbers h2 {
        font-size: 44px;
        line-height: 52px;
    }
    .service-phone-numbers p {
        font-size: 18px;
        line-height: 27px;
    }

}
.sheen-guide {
    position: relative;
    padding-bottom: 100px;
    font-family: var(--behr-body-and-label-font);
    font-weight: var(--behr-normal);
    text-align: left;
}


/* Sheen Guide Hero Banner */
.sheen-guide__hero-section {
    max-width: 1920px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: center;
}

.sheen-guide__hero-section_image {
    width: auto;
    object-fit: cover;
    height: 480px;
    max-width: 100%;
}

.sheen-guide div.sheen_guide__content-body-p-1 {
    margin-top: 0;
    margin-bottom: 8px;
}

.sheen-guide__container {
    flex-direction: column;
}

.sheen-guide__container a.button.black-primary {
    text-decoration: none;
    min-width: 250px;
    width: auto;
    margin: 16px auto;
}

.sheen-guide__container h1, .sheen-guide__container h2, .sheen-guide__container h3 {
    margin-top: 0;
    margin-bottom: 16px;
}

.sheen-guide__container a:hover {
    text-decoration: underline;
}

.sheen-guide__content {
    flex-basis: 100%;
    width: 100%;
    padding-bottom: 48px;
}

.sheen-guide__content-header-1 {
    font-size: 45px;
    line-height: 40px;
    padding-top: 3rem!important;
}

.sheen-guide__content-header-2 {
    font-size: 24px;
    line-height: 25px;
}

.sheen-guide__content-header-3 {
    font-size: 24px;
    line-height: 25px;
}

.sheen_guide__content-body-p-1 {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0px;
    font-family: var(--behr-body-and-label-font);
    font-weight: var(--behr-normal);
    color: var(--behr-black);
}

.sheen-guide__block {
    /* display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox; */
    display: block;
    /* -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; */
    margin: 32px 0 0 0;
}

/*  Sheen Guide Side Bar */
.sheen-guide__side-bar {
    width: 100%;
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 32px;
    background: #f8f8f8;

    align-items: center;
    display: flex;
    flex-direction: column;
}

.sheen-guide__side-bar .sheen-guide__block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    margin: 0 0 48px;
    width: 100%;
    max-width: 400px;
}

.sheen-guide__side-bar .sheen-guide__custom-red {
    text-align: center;
}


.sheen-guide__block-media {
    width: 100%;
    margin: 0 auto 16px auto;
    max-width: 302px;
}

.sheen-guide__block-media img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    margin: auto;
}

.sheen-guide__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.sheen-guide__column-6 {
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    display: flex;
    align-items: start;
    justify-content: center;
}

.sheen-guide__column-6-content {
    margin-top: 1.5rem;
    flex: 0 0 100%;
    max-width: 100%;
}

.sheen-guide__block-list {
    margin: auto;
    margin-top: 16px;
    -webkit-flex-basis: -webkit-calc(100% - 200px - 16px);
    -ms-flex-preferred-size: calc(100% - 200px - 16px);
    flex-basis: calc(100% - 200px - 16px);
    padding-left: 16px;
}

.sheen-guide__block-list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    line-height: 1.6;
    margin-bottom: 8px;
}

.sheen-guide__block-list li span {
    text-align: left;
    display: block;
}

.sheen-guide__block-list li .sheen_guide__content-body-p-1 {
    display: block;
    padding-left: 0px
}

.sheen-guide__block-list li a {
    padding: 0.25rem 0px;
    display: block;
}

.sheen-guide__block-list .sheen-guide__list-label {
    padding-top: 0.25rem!important;
    color: var(--behr-navy-primary);
    text-transform: uppercase;
    letter-spacing: 0px;
    font-size: 20px;
    line-height: 22px;
    font-family: var(--behr-heading-font);
    font-weight: var(--behr-atf-500);
}

.sheen-guide__block-hr {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    border: 1px solid #e1e4e5;
    margin: 0 0 48px 0;
}

.sheen-guide__custom-red {
    text-decoration: none;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0px;
}

a.sheen-guide__custom-red {
    text-transform: capitalize;
    color: var(--behr-red-primary) !important;
    font-family: var(--behr-body-and-label-font);
    font-weight: var(--behr-normal);
    cursor: pointer;
}

.sheen-guide__image-content {
    position: relative;
}

.sheen-guide__image-fluid {
    max-width: 100%;
    height: auto;
}

.sheen-guide__image-content img.sheen-guide__d-none {
    display: none;
}


.sheen-guide__animate {
    display: block!important;
}

.sheen-guide__img-buttons-section {
    position: absolute;
    top: 0;
    bottom: 0;
    border-radius: 50%;
    right: 0;
    left: 0;
    margin: auto;
    width: 70px;
    height: 70px;
    -webkit-box-shadow: 0px 0px 29px 0px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 0px 29px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 29px 0px rgb(0 0 0 / 75%);
}

.sheen-guide__pause-video {
    display: none;
}

/* Sheen Guide Table */
.sheen-guide__table {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 0;
}

.sheen-guide__table table {
    width: 100%;
    border-spacing: 0;
}

.sheen-guide__table table {
    width: 100%;
    border-spacing: 0;
}

.sheen-guide__table td, .sheen-guide__table th {
    padding: 12px 16px;
}

.sheen-guide__table th {
    border-right: 1px solid #e1e4e5;

}

.sheen-guide__table td:last-child, .sheen-guide__table th:last-child {
    border-right: none;
}

.sheen-guide__table thead  th {
    width: 50%;
    font-weight: var(--behr-normal);
    font-family: var(--behr-body-and-label-font);
}

.sheen-guide__table thead th:not(:first-child) {
    text-align: center;
}

.sheen-guide__table thead th:not(.filter) {
    display: none;
}

.sheen-guide__table thead th.col {
    display: table-cell;
    width: 50%;
    max-width: 50%;
}

.sheen-guide__table thead  tr {
    background: #fff;
}

.sheen-guide__table thead th.filter {
    width: 50%;
    position: relative;
}

.sheen-guide__table .filter .filter__selected {
    position: relative;
    display: block;
    width: 80%;
    max-width: 200px;
    margin: 0 auto;
    border-radius: 20px;
    border: 1px solid #597E9B;
    text-align: center;
    text-transform: uppercase;
    padding: 6px 60px 6px 16px;
    white-space: normal;
    border-radius: 19px;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    cursor: pointer;
    z-index: 10;
}

.sheen-guide__table .filter .filter__selected:after {
    content: '';
    background: url('../images/select-arrows.png') no-repeat;
    width: 8px;
    height: 16px;
    position: absolute;
    right: 16px;
    top: calc(50% - 8px);
    color: #597E9B;
    font-size: 16px;
}

.sheen-guide__table .filter .filter__list {
    display: none;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 1px 0 0 0;
    background: white;
    width: 80%;
    max-width: 200px;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    list-style-type: none;
    padding: 16px 0;
    font-size: 14px;
    border: 1px solid #597E9B;
    margin: 0;
}

.sheen-guide__table .filter .filter__list li {
    text-transform: uppercase;
    text-align: left;
    line-height: 1.6;
    padding: 8px 16px;
    cursor: pointer;
    background: none;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.sheen-guide__table .filter  .filter__list li:hover {
    background: #597E9B;
    color: white; 
}

.sheen-guide__table tbody tr:nth-child(odd) {
    background: #efefef;
}

.sheen-guide__table tbody tr th {
    width: 50%;
    font-weight: var(--behr-normal);
    font-family: var(--behr-body-and-label-font);
}

.sheen-guide__table .is--visible {
    display: table-cell;
}

.sheen-guide__table .is--hidden {
    display: none;
}

.sheen-guide__table td {
    padding: 8px;
    vertical-align: top;
    min-height: 20px;
}

.sheen-guide__table .check {
    display: block;
    width: 20px;
    height: 16px;
    margin: auto;
    background: url('../images/check_mark.png') no-repeat;
    background-size: 100%;
    margin-top: 2px;
    fill: salmon;
}

.sheen-guide__table .sr-only {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.sheen-guide__table thead th:nth-last-of-type(2) {
    border: none;
}


@media all and (min-width: 650px) {

    .sheen-guide__table .filter .filter__list {
        border-top: 0;
    }


    .sheen-guide__block-list li {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-direction: row;
        line-height: 1.6;
        margin-bottom: 8px;
    }
    
    .sheen-guide__block-list li span {
        text-align: right;
        margin-right: 24px;
        display: block;
        width: -webkit-calc(30% - 24px);
        width: calc(30% - 24px);
        -webkit-flex-basis: -webkit-calc(30% - 24px);
        -ms-flex-preferred-size: calc(30% - 24px);
        flex-basis: calc(30% - 24px);
    }
    
    .sheen-guide__block-list li .sheen_guide__content-body-p-1 {
        display: block;
        width: 70%;
        -webkit-flex-basis: 70%;
        -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
        padding-left: 20px;
    }
}

@media all and (min-width: 800px) { 
    .sheen-guide__block-media {
        max-width: 100%;
    }
}

@media all and (min-width: 992px) {


    .sheen-guide__table thead  th {
        width: inherit;
    }

    .sheen-guide__table thead  th.col {
        width: auto;
        max-width: auto;
        display: table-cell;
    }

    .sheen-guide__table thead th:not(.filter) {
        display: table-cell;
    }

    .sheen-guide__table thead th.filter {
        border: none;
        width: auto;
    }
    
    .sheen-guide__table thead th.filter {
        display: none;
    }

    .sheen-guide__table td {
        border-right: 1px solid #e1e4e5;
    }

    .sheen-guide__table .is--hidden {
        display: table-cell;
    }

    .sheen-guide__container {
        display: flex;
        padding-left: 15px;
        padding-right: 15px;
    }

    .sheen-guide__content {
        flex-basis: 80%;
        padding-right: 24px;
    }
    
    .sheen-guide__side-bar {
        -webkit-flex-basis: 20%;
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
        max-height: 2000px;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(4%, #f8f8f8), color-stop(17%, #f8f8f8), to(rgba(248, 248, 248, 0)));
        background: -o-linear-gradient(top, #f8f8f8 4%, #f8f8f8 17%, rgba(248, 248, 248, 0) 100%);
        background: linear-gradient(to bottom, #f8f8f8 4%, #f8f8f8 17%, rgba(248, 248, 248, 0) 100%);
        padding-top: 24px;
        padding-left: 24px;
        padding-right: 24px;
        padding-bottom: 64px;
        margin: 0;
    }

    .sheen-guide__side-bar .sheen-guide__custom-red {
        text-align: left;
    }

    .sheen-guide__column-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .sheen-guide__column-6-content {
        margin-top: 0px;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .sheen-guide__block-list {
        -webkit-flex-basis: -webkit-calc(100% - 302px - 16px);
        -ms-flex-preferred-size: calc(100% - 302px - 16px);
        flex-basis: calc(100% - 302px - 16px);
        margin: 4px 0 0 0;
        padding-left: 16px;
    }

    .sheen-guide__block-list li a {
        padding: 0px 0px;
    }

    .sheen-guide__block-media {
        width: 100%;
        margin: 0 auto 16px auto;
        max-width: 100%;
    }
}

@media all and (min-width: 1000px) {
    .sheen-guide__container {
        flex-direction: row;
    }
}

@media all and (min-width: 1200px) {
    .sheen-guide__container {
        display: flex;
    }


    .sheen-guide__content-header-1 {
        font-size: 78px;
        line-height: 75px;
    }

    .sheen-guide__content-header-2 {
        font-size: 30px;
        line-height: 35px;
    }

    .sheen_guide__content-body-p-1 {
        font-size: 18px;
        line-height: 24px;
    }
}
.behrfs-5 {
    color: #465058;
    font-family: var(--behr-heading-font);
    font-weight: var(--behr-atf-500);
    font-size: 24px;
    line-height: 25px;
}
.behrfs-6 {
    color: #465058;
    font-family: var(--behr-heading-font);
    font-weight: var(--behr-atf-500);
    font-size: 20px;
    line-height: 22px;
    font-weight: var(--behr-bold);
}
.similar-colors {
    font-family: var(--behr-body-and-label-font);   
    font-weight: var(--behr-normal);
}
.similar-colors .colorname{
    font-size: 15px;
    font-weight: var(--behr-bold);
    line-height: 20px;
    font-family: var(--behr-body-and-label-font--bold);
    color: var(--behr-navy-primary);    
}
.similar-colors .colorcode{
    font-size: 15px;
    font-weight: var(--behr-normal);
    line-height: 24px;
    font-family: var(--behr-body-and-label-font);
    color: var(--behr-navy-primary);
}
.similar-colors .outer{
    text-align: center;
}   
.similar-colors .inner{
    display: block;
    overflow: hidden;
    position: relative;
    line-height: 1.2;
    width: 100%;
    position: relative;
    left: 0%;
    overflow: hidden;  
}

.similar-colors__light .inner,.similar-colors__dark .inner{
    padding-bottom: 100%;
}

.similar-colors{
    padding-top: 48px;
}

.similar-colors-wrapper{
    position: relative;
}

.similar-colors h2{
    font-size: 44px;
    line-height: 52px;  
    padding-bottom: 48px;
}

.similar-colors h5{
    font-size: 24px;
    line-height: 25px;
    padding-bottom: 24px;
}

.similar-colors__light{
    margin-bottom: 48px;
}
    
@media only screen and (min-width: 768px){
    .similar-colors .owl-stage {
     padding-left: 0 !important;
    }
}

@media only screen and (min-width: 992px){
    .similar-colors__light .owl-stage, .similar-colors__dark .owl-stage{
        margin-left: 0px;
    }
}

@media only screen and (min-width: 1200px){
    .similar-colors h2{
        font-size: 44px;
        line-height: 52px;   
        padding-bottom: 48px;
    }
}

@media only screen and (max-width: 767px){
    .similar-colors .colorname{
        font-size: 13px;
        font-weight: var(--behr-atf-500);
        line-height: 18px;
        font-family: var(--behr-heading-font);
        color: var(--behr-navy-primary);    
    }
    .similar-colors .colorcode{
        font-size: 13px;
        font-weight: var(--behr-atf-500);
        line-height: 24px;
        font-family: var(--behr-heading-font);
        color: var(--behr-navy-primary); 
    }    
}
.resource-certification p {
    font-size: 16px;
    margin: 1em 0;
}
.spec-grey-border {
    border: 1px solid #D8D8D8;
}
@media (min-width: 992px) {
    .behr-pro-text.pt-4 {
        width: 80%;
    }   
}
section.resource-certification .img-content img {
    max-width: 162px;
    min-width: 162px;
}
.resource-certification .spec-grey-border a {
    color: #C94F15 ;
}
.brand-detail-nav {
    display: none;
}

.brand-detail-nav .show {
    max-height: 1000px;
    overflow: auto;
    transition: max-height 0.3s ease-in;
    border-bottom: 1px solid #dee2e6!important;
}

.brand-list-collapse:not(.show) {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.brand-detail-nav {
    background: #f6f5f0;
    position: fixed !important;
    top:0;
    width: 100%;
    z-index: 2;
    max-width: 1600px;
}

.brand-detail-nav > div:not(.pdp-sticky-nav__list),
.brand-detail-nav > div:not(.plp-sticky-nav__list){
    padding-top: 8px;
}

.brand-detail-nav > div > .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.brand-detail-nav .anchor-button{
    text-decoration: none;
    font-family: var(--behr-body-and-label-font);
    font-weight: var(--behr-normal);
}

.sticky-dropdown-toggle {
    background: no-repeat;
    border: none;
}

.pdp-sticky-nav__list ul,
.plp-sticky-nav__list ul {
    padding-top: 24px;
    padding-bottom: 24px;
    width: 100%;
    border-top: 1px solid #dee2e6!important;
}

.buy-button {
    border:1px solid var(--behr-navy-primary);
    border-radius: 20px;
    color:var(--behr-navy-primary);
    padding: 5px 10px;
    font-size: 15px;
    font-family: var(--behr-body-and-label-font);
    font-weight: var(--behr-normal);
    height: 38px;
}

.sticky-dropdown-toggle:focus {
    outline: none;

}

.sticky-dropdown-toggle > div{
    display: flex;
    font-size: 1.5rem;
    line-height: 25px;
    font-family: var(--behr-heading-font);
    font-weight: var(--behr-atf-500);
    color: black;
    text-transform: uppercase;
}

.sticky-dropdown-toggle > div > span {
    text-align: left;
}

.sticky-dropdown-toggle > div > span > i {
    display: inline;
    top: 7px;
}

#navbar-sticky-brand a {
    font-family: var(--behr-body-and-label-font--bold);
    font-size: 15px;
    text-decoration: none;
    color: #4E4E4E;
    font-weight: var(--behr-bold);
}

#navbar-sticky-brand li {
    padding-bottom: 5px;
    list-style: none;
}

.selected-section {
    font-family: var(--behr-body-and-label-font--bold);
    font-size: 15px;
    line-height: 24px;
    text-transform: uppercase;
    color: #4E4E4E;
    font-weight: var(--behr-bold);
    padding: 10px 0px;
}

.sticky-dropdown-toggle {
    position: relative; 
}

.gg-chevron {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs,1));
    width: 22px;
    height: 22px;
    border: 2px solid transparent;
    border-radius: 100px;
    top: -3px;
}

.gg-chevron::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 10px;
    height: 10px;
    border-bottom: 3px solid;
    border-right: 3px solid;
    border-radius: 14%;
    transform: rotate(45deg);
    left: 4px;
    top: 2px
}

.gg-chevron-up{
    top: 1px;
}

.gg-chevron-up::after {
    transform: rotate(-135deg);
}

.selected-section{
    font-size: .938rem;
    text-transform: uppercase;
    color: var(--behr-navy-primary);
    font-family: var(--behr-heading-font);
    font-weight: var(--behr-atf-500);
    width: 100%;
    display: inline-block;
    text-align: left;
}

.brand-detail-nav button {
    border-radius: unset;
    padding: 0;
    height: auto;
    display: block;
}

@media (min-width: 992px) {
    .header .site-navigation > ul:last-child {
        width: 50% !important;
        padding-left: 15px;
        padding-right:  15px;
    }

    .pdp-sticky-nav__list ul,
    .plp-sticky-nav__list ul {
        display: flex;
        flex-wrap: wrap;
    }

    .pdp-sticky-nav__list ul li,
    .plp-sticky-nav__list ul li {
        max-width: 30%;
        flex: 0 0 30%;
    }
}

@media (min-width: 1200px) {
    .sticky-dropdown-toggle > div{
        font-size: 24px;
        line-height: 32px;
    }

    .gg-chevron{
        top: 0px;
    }

    .gg-chevron-up {
        top: 5px;
    }

    .gg-chevron::after{
        width: 14px;
        height: 14px;
        border-bottom: 5px solid;
        border-right: 5px solid;
    }
    .sticky-dropdown-toggle > div > span > i {
        top: 5px;
    }
}

@media (max-width: 330px){
    .sticky-dropdown-toggle > div{
        font-size: 1.3rem;
    }
}
@media (max-width:430px) {
    .pdp-sticky-nav-wrapper .sticky-dropdown-toggle > div{
        display: block;
        text-align: left;
    }
    .gg-chevron {
        display: inline;
        margin-right: 15px;
    }
}
nav.brand-detail-nav.navbar-fixed-top {
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
}
#navbar-sticky-brand button.sticky-dropdown-toggle.pr-4 {
    cursor: default;
}
.subscription-banner {
    position: relative; /* this is for CMS Edit Content button placement */
    text-align: center;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  
  .subscription-banner h2 {
    font-size: 2.125rem;
    line-height: 1.875rem;
    margin-bottom: 0;
  }
  
  .subscription-banner__form {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  .subscription-banner .subscription-banner .subscription-modal__content form {
    text-align: left;
  }
  
  .subscription-banner__form > p {
    font-size: 0.938rem;
    line-height: 1.25rem;
  }
  
  .subscription-banner__error-wrapper {
    display: none;
  }
  
  .subscription-email-valid {
    display: none;
  }
  
  .subscription-email-address {
    display: none;
  }
  
  .subscription-banner__error-wrapper.has-error {
    display: block;
  }
  
  .subscription-banner__error-wrapper.has-error strong {
    font-size: 1rem;
    font-family: var(--behr-body-and-label-font--bold);
    font-weight: var(--behr-bold);
    color: var(--behr-red-primary);
  }
  
  .subscription-banner__form label{
    margin-bottom: 0;
  }
  
  .subscription-banner__form input {
    height: 38px;
    margin-bottom: 16px;
    text-align: center;
    align-self: center;
    border: 1px solid var(--behr-input-default-border);
    font-family: var(--behr-body-and-label-font);
    font-weight: var(--behr-normal);
    border-radius: 0.25rem;
    color: #495057;
  }
  
  .subscription-banner__form input:focus {
    border: 1px solid var(--behr-navy-primary);
  }
  
  .subscription-banner__form input::placeholder {
    color: #6C757D;
  }
  
  .subscription-banner__form button {
    width: 60%;
    align-self: center;
  }
  
  .subscription-banner__form > p a {
    font-size: 0.75rem;
    font-family: var(--behr-body-and-label-font--bold);
    font-weight: var(--behr-bold);
    color: var(--behr-red-primary) !important;
    text-decoration: none !important;
  }
  
  /* subscription modal styles */
  .subscription-banner .subscription-modal {
    position: relative;
    position: fixed;
    z-index: 1100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.5);
  }
  
  @media only screen and (max-width: 575px) {
    .subscription-banner__form input {
      width: 100%;
    }
  }
  
  @media only screen and (min-width: 576px) {
    .subscription-banner__form input {
      width: 350px;
    }
  
    .subscription-banner__form button {
      width: 210px;
    }
  }
  
  @media only screen and (min-width: 992px) {
    .subscription-banner h2 {
      font-size: 2.813rem;
      line-height: 2.5rem;
    }
  
    .subscription-banner__form > p {
      font-size: 1.125rem;
      line-height: 1.5rem;
      margin-bottom: 16px;
    }
  
    .subscription-banner__form > p a {
      font-size: 0.938rem;
    }
  
    .subscription-banner__form > p a:hover {
      text-decoration: underline !important;
    }
  }
  
  @media only screen and (min-width: 1330px){
    .subscription-banner {
      padding-top: 3rem;
      padding-bottom: 3rem;
    }
    
  }
  .subscription-banner .subscription-banner__sign-up-btn {
    border-radius: 0px;
    background-color: #C94F15;
  }
.subscription-modal__close-btn {
    width: 100%;
}
.subThanks {
    font-weight: var(--behr-atf-500)!important;
    font-size: 30px!important;
    font-family: var(--behr-heading-font) !important;
}
.subscription-modal__result-popup--message div {
    font-size: 18px;
    font-weight: var(--behr-normal)!important;
}
.subscription-modal__close-btn {
    font-family: var(--behr-body-and-label-font);
  font-weight: var(--behr-normal);
}
.subscription-modal {
  position: relative; /* this is for the CMS Edit Content button */
  /* display: none; */
  position: fixed;
  z-index: 1100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.5); /* Black w/ opacity */
}

.subscription-modal__content--wrapper,
.subscription-banner .subscription-modal__content--wrapper,
.footer-subscription-form .subscription-modal__content--wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.subscription-modal__content,
.subscription-banner .subscription-modal__content,
.footer-subscription-form .subscription-modal__content {
  position: relative;
  text-align: left;
  padding: 40px;
  background-color: #FFFFFF;
  margin-top: 28px !important;
}

.subscription-modal a{
  font-size: inherit;
  color: var(--behr-red-primary);
}
.subscription-modal__content .subscription-modal__preferred-language,
.subscription-banner .subscription-modal__content .subscription-modal__preferred-language,
.footer-subscription-form .subscription-modal__content .subscription-modal__preferred-language{
  padding: 20px 0;
}

.subscription-modal__content h2,
.subscription-banner .subscription-modal__content h2,
.footer-subscription-form .subscription-modal__content h2 {
  font-size: 2.125rem;
  line-height: 1.875rem;
  margin-top: 34px;
}

.subscription-modal__form > p:first-of-type,
.subscription-banner .subscription-modal__form > p:first-of-type,
.footer-subscription-form .subscription-modal__form > p:first-of-type {
  font-weight: var(--behr-bold);
}

.subscription-modal__content p,
.subscription-banner .subscription-modal__content p,
.footer-subscription-form .subscription-modal__content p {
  color: #212529;
  font-size: 1.125rem;
  line-height: 1.688rem;
  margin-bottom: 0 !important;
  padding-bottom: 5px;
  
}

.subscription-modal__content p.subscription-modal__form-title.behr-pro-1 {
  font-size: 30px;
  font-weight: var(--behr-normal) !important;
  line-height: 42px;
}


.subscription-modal__content p.subscription-modal__form-secondary-title {
  font-size: 18px;
  font-weight: var(--behr-normal);
  line-height: 27px;
}

.subscription-modal__content p.info,
.subscription-banner .subscription-modal__content p.info,
.footer-subscription-form .subscription-modal__content p.info {
  font-size: 12.8px;
  line-height: 22px;
}

.subscription-modal__content p.legal,
.subscription-banner .subscription-modal__content p.legal,
.footer-subscription-form .subscription-modal__content p.legal {
  font-size: 10px;
  line-height: 14px;
  padding: 0 0 30px;
}

.subscription-modal__content p:nth-of-type(2),
.subscription-banner .subscription-modal__content p:nth-of-type(2),
.footer-subscription-form .subscription-modal__content p:nth-of-type(2) {
  margin-top: 4px;
  margin-bottom: 20px;
}

.subscription-modal__content form,
.subscription-banner .subscription-modal__content form,
.footer-subscription-form .subscription-modal__content form {
  display: flex;
  flex-direction: column;
  margin-top: 16px;
}

.subscription-modal__content form label,
.subscription-banner .subscription-modal__content form label,
.footer-subscription-form .subscription-modal__content form label {
  font-family: var(--behr-body-and-label-font--bold);
  font-weight: var(--behr-bold);
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.subscription-modal__content form input,
.subscription-banner .subscription-modal__content form input,
.footer-subscription-form .subscription-modal__content form input {
  font-family: var(--behr-body-and-label-font);
  font-weight: var(--behr-normal);
}

.subscription-modal__content form input:not([type="radio"]),
.subscription-banner .subscription-modal__content form input:not([type="radio"]),
.footer-subscription-form.subscription-modal__content form input:not([type="radio"]) {
  padding: 6px 12px;
  align-self: flex-start;
  width: 100%;
}

.subscription-modal__content form input[id="subscription-phone"],
.subscription-banner .subscription-modal__content form input[id="subscription-phone"],
.footer-subscription-form.subscription-modal__content form input[id="subscription-phone"] {
  margin-bottom: 0;
}

.subscription-modal__content form input,
.subscription-modal__content form select,
.subscription-banner .subscription-modal__content form input,
.footer-subscription-form .subscription-modal__content form select {
  border-radius: 0;
  margin-bottom: 16px;
  font-weight: var(--behr-bold);
}

.subscription-modal__content form button,
.subscription-banner .subscription-modal__content form button,
.footer-subscription-form .subscription-modal__content form button {
  width: 100%;
  height: 50px;
  padding: 5px 10px;
  align-self: center;
  background: #C94F15;
  color: #fff;
  font-size: 0.938rem;
  text-transform: uppercase;
}

.subscription-modal__form > p > a {
  color: var(--behr-red-primary);
}

.subscription-modal__form > p > a:hover {
  color: var(--behr-navy-primary);
  text-decoration: underline;
}

/* .subscription-modal__sign-up-btn.disabled,
.subscription-banner .subscription-modal__sign-up-btn.disabled,
.footer-subscription-form .subscription-modal__sign-up-btn.disabled {
  background: var(--behr-grey-light);
  border: 1px solid #FFFFFF;
} */

.subscription-modal__close-modal,
.subscription-banner .subscription-modal__close-modal,
.footer-subscription-form .subscription-modal__close-modal,
.subscription-modal__close-popup--icon,
.subscription-banner .subscription-modal__close-popup--icon,
.footer-subscription-form .subscription-modal__close-popup--icon {
  position: absolute;
  top: 16px;
  right: 24px;
  height: 10px;
  width: 10px;
}

.subscription-modal__error-wrapper p,
.subscription-banner .subscription-modal__error-wrapper p,
.footer-subscription-form .subscription-modal__error-wrapper p {
  font-size: 1rem;
  color: #FF0000;
  margin-bottom: 0 !important;
}

.subscription-modal__result-popup--message strong,
.subscription-banner .subscription-modal__result-popup--message strong,
.footer-subscription-form .subscription-modal__result-popup--message strong {
  display: inline-block;
  font-family: var(--behr-body-and-label-font--bold);
  font-weight: var(--behr-bold);
  margin-bottom: 30px;
}

@media only screen and (max-width: 991px) {
  .subscription-modal__content,
  .subscription-banner .subscription-modal__content,
  .footer-subscription-form .subscription-modal__content,
  .subscription-modal__content,
  .subscription-banner .subscription-modal__content,
  .footer-subscription-form .subscription-modal__content {
    max-width: 500px;
    min-height: calc(100% - 3.5rem);
    margin: auto;
  }

  .subscription-modal__content--wrapper,
  .subscription-banner .subscription-modal__content--wrapper,
  .footer-subscription-form .subscription-modal__content--wrapper {
    position: relative;
    transform: none;
    left: 0;
    top: 0;
  }

  .subscription-modal__content form .subscription-modal__state-zip-wrapper div label[for],
  .subscription-banner .subscription-modal__content form .subscription-modal__state-zip-wrapper div label[for],
  .footer-subscription-form .subscription-modal__content form .subscription-modal__state-zip-wrapper div label[for] {
    font-weight: var(--behr-normal);
    text-transform: initial;    
  }

}

@media only screen and (min-width: 992px) {
    #behrSubForm .subname {
        display:flex;
    }
    #behrSubForm .firstname, .behrSubForm .lastname {
        flex: 0 0 45%;
    }
    #behrSubForm .form-middlespace {
        flex: 0 0 10%;  
    }   
  .subscription-modal__content,
  .subscription-banner .subscription-modal__content,
  .footer-subscription-form .subscription-modal__content,
  .subscription-modal__content,
  .subscription-banner .subscription-modal__content,
  .footer-subscription-form .subscription-modal__content {
    width: 690px;
    margin: auto;
  }

  .subscription-modal__content h1,
  .subscription-banner .subscription-modal__content h1,
  .footer-subscription-form .subscription-modal__content h1 {
    font-size: 2.813rem;
    line-height: 2.5rem;
  }

  .subscription-modal__content form input,
  .subscription-modal__content form select,
  .subscription-banner .subscription-modal__content form input,
  .footer-subscription-form .subscription-modal__content form select {
    width: 100%;
    background:#fff;
    border:1px solid #D8D8D8;        
    padding: 10px;
    text-transform: uppercase;
  }

  .subscription-modal__state-zip-wrapper,
  .subscription-banner .subscription-modal__state-zip-wrapper,
  .footer-subscription-form .subscription-modal__state-zip-wrapper {
    display: flex;
  }

  .subscription-modal__state-zip-wrapper > div,
  .subscription-banner .subscription-modal__state-zip-wrapper > div,
  .footer-subscription-form .subscription-modal__state-zip-wrapper > div {
    flex: 0 0 50%;
  }

  .subscription-modal__state-zip-wrapper > div select,
  .subscription-banner .subscription-modal__state-zip-wrapper > div select,
  .footer-subscription-form .subscription-modal__state-zip-wrapper > div select {
    width: 100%;
  }

  .subscription-modal__state-zip-wrapper > div input,
  .subscription-banner .subscription-modal__state-zip-wrapper > div input
  .footer-subscription-form .subscription-modal__state-zip-wrapper > div input {
    width: 100%;
  }

  .subscription-modal__state-zip-wrapper > div input[type="radio"],
  .subscription-banner .subscription-modal__state-zip-wrapper > div input[type="radio"],
  .footer-subscription-form .subscription-modal__state-zip-wrapper > div input[type="radio"] {
    width: auto;
  }

  .subscription-modal__country-language-wrapper,
  .subscription-banner .subscription-modal__country-language-wrapper,
  .footer-subscription-form .subscription-modal__country-language-wrapper {
    display: flex;
    flex-direction: column;
  }

  .subscription-modal__country-language-wrapper h3,
  .subscription-banner .subscription-modal__country-language-wrapper h3,
  .footer-subscription-form .subscription-modal__country-language-wrapper h3{
    font-style: normal;
    font-family: var(--behr-body-and-label-font--bold);
    font-weight: var(--behr-bold);
    font-size: 1.125rem;
    line-height: 1.25rem;
    text-transform: uppercase;
    margin-bottom: 8px;
    color: #212529;    
  }

  .subscription-modal__country-language-wrapper div label[for],
  .subscription-banner .subscription-modal__country-language-wrapper div label[for],
  .footer-subscription-form .subscription-modal__country-language-wrapper div label[for] {
    font-weight: var(--behr-normal);
    text-transform: initial;
  }

  .subscription-modal__content form button,
  .subscription-banner .subscription-modal__content form button,
  .footer-subscription-form .subscription-modal__content form button {
    text-transform: uppercase;
    width: 100%;
  }

}

@media only screen and (max-width: 575px) {
  .subscription-modal__wrapper {
    margin: .5rem;
    width: auto;
    height: auto;
  }

  .subscription-modal__content,
  .subscription-banner .subscription-modal__content,
  .footer-subscription-form .subscription-modal__content {
    margin-top: 0px !important;
  }

  .subscription-modal__content form input,
  .subscription-modal__content form select,
  .subscription-banner .subscription-modal__content form input,
  .footer-subscription-form .subscription-modal__content form select {
    max-width: 100%;
  }

  .subscription-modal__content form button,
  .subscription-banner .subscription-modal__content form button,
  .footer-subscription-form .subscription-modal__content form button {
    width: auto;
  }
}
.footer-subscription-form .subscription-modal__content form select {
  border: 1px solid #D8D8D8;
  padding: 10px;
  outline: black solid 1px;
  color: black;
}

.sustainability-sticky-navbar {
    top: 0;
    width: 100%;
    position: fixed;
    background-color: #f3f3f3;
    z-index: 999;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.sticky-nav-title {
    font-family: var(--behr-heading-font);
    font-style: normal;
    font-weight: var(--behr-atf-500);
    font-size: 52px;
    line-height: 52px;
    text-transform: uppercase;
    color: #212529;
    margin-top: 10px;
}
.sustainability-arrow {
    display: flex;
    align-items: center;
}
.sustainability-arrow span {
    font-family: var(--behr-heading-font);
    font-style: normal;
    font-weight: var(--behr-atf-500);
    font-size: 30px;
    line-height: 24px;
    color: #465058;
}
.sustainability-arrow:hover {
    cursor: pointer;
}
.sustainability-more-options {
    top: 95px;
    width: 100%;
    position: fixed;
    background-color: #f3f3f3;
    z-index: 999;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    display: none;
    padding-top: 5px;
}
.sustainability-more-options ul {
    list-style: none;
    display: flex;
    float: right;
    margin-bottom: 0px;
}
#message, .sustainability-more-options li a {
    font-family: var(--behr-heading-font);
    font-style: normal;
    font-weight: var(--behr-atf-500);
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
    color: #212529;
    align-items: center;
    text-decoration: none;
}
.sustainability-sticky-navbar .gg-chevron {
    top: -3px;
}
#iconImg {
    width: 35px;
}
@media (max-width: 767px) {
    .sticky-nav-title {
        font-size: 40px;
        line-height: 40px;
    }
    .sustainability-arrow span {
        font-size: 24px;
        align-items: center;
    }
    .sustainability-more-options li a {
        font-size: 24px;
        line-height: 36px;
    }
    .sustainability-more-options {
        top: 118px;
    }
}
.sustainability-more-options ul img {
    display: block !important;
}
#message {
    margin-top: 5px;
}
.sustainability-more-options li a img {
    margin-top: -5px;
}
@media (max-width:991px) {
    #section-responsibility .image-text-right-responsibility {
      padding-left: 15px !important;
    }
}
.calculator-coverage {
    font-size: 16px;
}
/* .technical-library-section .btn-primary.focus, .btn-primary:focus, .btn-primary:hover {
    color: #fff;
    background-color: transparent!important;
    border-color: transparent!important;
    box-shadow: unset!important;
} */
@media only screen and (max-width: 767px) {
    .technical-library-section.professional-colortools {
        padding-bottom: 50px !important;
    } 
     
}
.technical-library-section .container .primary-orange-text img {
    vertical-align: baseline;
}
.technical-library-section .banner-img {
    max-height: 100px;
    margin: auto;   
}
.technical-library-section .dropdown .dropdown-toggle::after {
  position: absolute;
  right: 10px;
  top:23px;
}
.technical-library-section .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #D8D8D8;
}
.safety-data-sheets--input:focus-visible {
  outline-color:#D8D8D8;
}

.safety-data-sheets--input input:focus {
    outline-style: none;
}

#txt-sds:focus-visible {
  outline-color:#D8D8D8;
} 

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #e7e7e9;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
}

.technical-library-section {
    text-align: center;
    font-family: var(--behr-body-and-label-font);
    font-weight: var(--behr-normal);
}

.technical-library-section h2 {
    margin: 100px 0 5px;
    font-weight: var(--behr-normal);
    font-size: 44px;
    line-height: 52px
}

.technical-library-section h3 {
    margin: 40px 0 5px;
}

.technical-library-section .behr-pro-widget {
    padding: 30px 20px;
}

.technical-library-section .behr-pro-widget > img {
    height: 100px;
}

.technical-library-section h6 {
    max-width: 550px;
    margin: 0 auto 60px;
}

.technical-library-section .col-md-4:nth-child(2),
.technical-library-section .col-md-4:nth-child(3){
    border-left: 1px solid #D8D8D8;
}

.technical-library-section p {
    color: #4E4E4E;
    font-size: 18px;
    line-height: 27px;
    font-weight: var(--behr-normal);
    font-family: var(--behr-body-and-label-font);
    margin: 8px auto 10px;
    max-width: 670px;
}

.technical-library-section a[download]{
    color:#C94F15;
    font-weight: var(--behr-bold);
    text-decoration: none;
}

.technical-data-sheets--input {
    border-radius: 0;
    width: 100%;
    background:#fff;
    border:1px solid #D8D8D8;
    display: flex;
}

.technical-data-sheets--ddl select:focus {
    outline: none;
    color: #000;
}

.technical-data-sheets--ddl select {
    color: #000;
    font-family: var(--behr-body-and-label-font);   
    font-weight: var(--behr-normal);
    text-transform: uppercase;
    border-radius: 0;
    padding: 14px;
    width: 100%;
    background:#F7F7F7;
    border:1px solid #D8D8D8;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 1em;
}

.technical-data-sheets--ddl select:invalid {
    color: #000;
}

.safety-data-sheets--input {
    border-radius: 0;
    width: 100%;
    background:#fff;
    border:1px solid #D8D8D8;
    display: flex;
}

.safety-data-sheets--input input {
    border: none;
    background:#fff;
    flex: 1 0 0;
    padding: 10px;
    text-transform: uppercase;
}

.safety-data-sheets--input button {
    cursor: pointer;
    font-weight:var(--behr-bold);
    color: #C94F15;
    height: 45px;
    border: 0;
    background: none;
    flex: 0 0 40px;
    padding: 12px;
}

.safety-data-sheets--input button img {
    height: 88%;
}
@media (min-width:992px) {
    .technical-library-section .col-lg-4:nth-child(2), 
    .technical-library-section .col-lg-4:nth-child(3) {
        border-left: 1px solid #D8D8D8;
    }
}
@media (max-width: 767px) {

    .technical-library-section .col-md-4:nth-child(2),
    .technical-library-section .col-md-4:nth-child(3){
        border-left: none;
    }
    .technical-library-section .col-md-4:nth-child(1),
    .technical-library-section .col-md-4:nth-child(2),
    .technical-library-section .col-md-4:nth-child(3){
        border-bottom: 1px solid #D8D8D8;
        margin: 0 15px 0;
        padding: 40px 5px;
    }

    .technical-library-section .three-col--heading p {
        margin-bottom: 0;
    }
    .technical-library-section h2 {
        line-height: 55px !important;
    }
}
.safety-data-sheets--input button:hover, 
.safety-data-sheets--input button:active,
.safety-data-sheets--input button:focus {
    background-color: transparent!important;
    border: none !important;
}
.technical-library-section .three-col--heading {
    margin-bottom: 0 !important;
}

/* DFCT0024526 - STSK0018448 US PRO Property manager - TDS dropdown doesn't look as designed  */

#technical-data-sheets--select button.dropdown-toggle.mb-2 {
    background: #A1A1A1;
    border: 1px solid #D8D8D8;
    justify-content: center;
    font-style: normal;
    font-weight: var(--behr-bold);
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    color: #FFFFFF;
}

#technical-data-sheets--select .dropdown-menu a.dropdown-item:hover {
    color: white !important;
}
.main-height-wrapper {
    justify-content: center;
}
.technical-library-section .downloadLink {
    margin-top: 5%;
}

.fourColLayout .owl-carousel .owl-stage, .threeColLayout .owl-carousel .owl-stage{
  display: flex;
}

.fourColLayout .owl-item .prod-card, .threeColLayout .owl-item .prod-card {
  height: 100% !important;
}

.threeColLayout, .fourColLayout{
  position: relative;
}

.portrait-img--cropped .prod-card article .prod-card__cta > p{
  padding-bottom: 0;
  font-size: .938rem;
}
.portrait-img--cropped .prod-card article .prod-card__cta > p a {
  text-transform: uppercase;
}
.portrait-img--cropped .two-col--heading p, .portrait-img--cropped .three-col--heading p, .portrait-img--cropped .four-col--heading p{
  font-size: .938rem;
}

.three-col-wrapper{
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
  padding-left: 45px;
  padding-right: 45px;
}
.four-col-wrapper {
  padding-top: 6rem ;
  padding-bottom: 6rem ;
}
.three-col-wrapper .column-layout--flex .prod-card:nth-child(-n+2), .fourColLayout .column-layout--flex .prod-card:nth-child(-n+3){
  margin-bottom: 48px;
}

.threeColLayout .three-col-wrapper article .prod-card__cta .button{
  margin-top: 20px;
}

p.three-col__secondary-title, p.fourCol__secondary-title {
    color: var(--behr-black);
    text-transform: unset !important;
    margin-bottom: 16px;
    font-size: 0.938rem;
    line-height: 1.5rem;
}

.threeColLayout .prod-card strong, .fourColLayout .prod-card strong {
  display: block;
  line-height: 20px;
  margin-bottom: 20px;
  font-family: var(--behr-body-and-label-font);
  font-weight: var(--behr-normal);
  color: var(--behr-black);
  text-transform: unset !important;
}

.portrait-img--cropped .prod-card__img img{
  display: block;
  max-height: 230px;
  min-height: 230px;
  object-fit: cover;
  object-position: 0% 0%;
}

.four-col-wrapper .column-layout--flex__item{
    flex: 0 1 25%;
    height: auto;
    margin-bottom: 0;
}

.prod-card article {
  height: 100%;
  display: flex;
  flex-direction: column;
  flex: 1 1;
}

.four-col-wrapper .prod-card article{
  padding: 0 8px;
}

.four-col-wrapper .column-layout--flex, .four-col-wrapper .four-col-owl-carousel{
  margin-left: -8px;
  margin-right: -8px;
}

.three-col-wrapper .owl-item .prod-card .button, .four-col-wrapper .owl-item .prod-card .button{
  margin-top: auto;
}

.three-col-wrapper .owl-carousel .owl-item{
  padding-left: 3px;
}

.three-col--heading h2, .four-col--heading h2{
  line-height: 42px;
  padding-bottom: 10px;
}

.three-col--heading p, .four-col--heading p{
  line-height: 24px;
  padding-bottom: 40px;
}

.threeColLayout h3{
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 10px;
}

.prod-card{
  display: flex;
  flex-direction: column;
}

.prod-card__img{
  margin-bottom: 20px;
}
/* .prod-card__img img{
  width: 100%;
} */

.threeColLayout .prod-card__cta{
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0px 20px;
}

.fourColLayout .prod-card__cta {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0px 5px;
}
@media (max-width:768px) {
  .fourColLayout .prod-card__cta {
    padding: 0px;
  }
}

.prod-card article p{
  /*padding-bottom: 24px;*/
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0px;
}
.prod-card__cta .primary-anchor-text {
        padding-top: 24px;
}

.fourColLayout .flex-left, .threeColLayout .flex-left{
  align-items: flex-start;
}

.fourColLayout .flex-center, .threeColLayout .flex-center{
  align-items: center;
  text-align: center;
}
.heading--full-width{
  max-width: none !important;
}
.three-col--heading, .four-col--heading{
  margin-bottom: 20px;
  display: inline-block;
  max-width: 700px;
}  

.four-col-wrapper .owl-stage{
  padding-left: 0 !important;
}

.fourColLayout .owl-carousel .owl-dots .owl-dot.active span,  .threeColLayout .owl-carousel .owl-dots .owl-dot.active span {
  background: #C94F15 !important;
  border: 1px solid #C94F15;
}

.fourColLayout .owl-theme .owl-dots .owl-dot span, .threeColLayout .owl-theme .owl-dots .owl-dot span{
  background: #D8D8D8 !important;
  border: 1px solid #D8D8D8;
  height: 11px;
  width: 11px;
}

.fourColLayout .owl-theme .owl-dots button.owl-dot, .threeColLayout .owl-theme .owl-dots button.owl-dot{
  background: none;
  border: none;
}

.threeColLayout .owl-theme .owl-dots, .fourColLayout .owl-theme .owl-dots{
  position: relative;
}

.threeColLayout .ft-pages-addl-dscrp{
  margin-top: 70px;
}

@media only screen and (max-width: 991px) {
  .threeColLayout .column-layout--flex .pd-05 p {
    padding-bottom: 0;
  }
  .owl-theme .owl-nav {
    display:none
  }
}

@media only screen and (min-width: 992px){
  .three-col-wrapper .column-layout--flex .prod-card:nth-child(-n+2), .fourColLayout .column-layout--flex .prod-card:nth-child(-n+3){
    margin-bottom: 0;
  }
  
  .three-col-wrapper .column-layout--flex .prod-card:nth-child(-n+2){
    margin-bottom: 0px;
  }

  .threeColLayout .ft-pages-addl-dscrp{
    margin-top: 25px;
}

  .column-layout--flex{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
  }

  .fourColLayout .column-layout--flex > * + * {
    margin-left: 20px;
  }

  .threeColLayout .column-layout--flex > * + * {
    margin-left: 20px;
  }

   .three-col-wrapper, .four-col-wrapper{
    padding-top: 6rem;
    padding-bottom: 6rem;
  } 
  
  .three-col-wrapper .column-layout--flex__item{
    flex: 0 1 33%;
    height: auto;
  }

  .fourColLayout .owl-stage, .threeColLayout .owl-stage{
    padding-left: 0 !important;
  }

}

@media only screen and (min-width: 992px){
  .three-col-wrapper .owl-carousel .owl-item{
    padding-left: 0px;
  }

  .fourColLayout .column-layout--flex > * + * {
    margin-left: 10px;
  }

  /* .fourColLayout .owl-item {
    margin-left: 30px;
  } */
}

@media only screen and (min-width: 1200px){
  .portrait-img--cropped .two-col--heading p, .portrait-img--cropped .three-col--heading p, .portrait-img--cropped .four-col--heading p{
    font-size: 1.125rem;
  }
  .prod-card article p{
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0px;
  }
}
  .fourColLayout .four-col--heading h2{
    padding-bottom: 1rem;
}
.pd-s--mbl{
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}
.pd-m--mbl{
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.pd-l--mbl{
  padding-top:80px !important;
  padding-bottom:80px !important;
}
.pd-xl--mbl{
  padding-top:100px !important;
  padding-bottom:100px !important;
}
@media only screen and (min-width: 992px){
    .threeColLayout .three-col-wrapper .col-md-4 .prod-card__img img {
        width: unset!important;
        max-width: 100%;
    }   
  .pd-s--dsktp{
      padding-top: 24px !important;
      padding-bottom: 24px !important;
  }
  .pd-m--dsktp{
      padding-top: 40px !important;
      padding-bottom: 40px !important;
  }
  .pd-l--dsktp{
      padding-top:80px !important;
      padding-bottom:80px !important;
  }
  .pd-xl--dsktp{
      padding-top:100px !important;
      padding-bottom:100px !important;
  }
}
.three-col-layout__shadow {
  box-shadow: 0px 6px 8px rgb(0 0 0 / 10%);
  border: 1px solid rgb(0 0 0 / 10%);
  margin-bottom: 30px;
}
.three-col-layout__shadow a {
  padding-bottom: 20px;
}
.threeColLayout h3, .fourColLayout h3 {
  font-family: var(--behr-heading-font);
  font-weight: var(--behr-atf-500)!important;
}
.three-col-layout__shadow {
    background-color: white;    
}
@media (max-width: 991px){
   .threeColLayout.marketing-materials.color-services-banner .three-col-wrapper {
        padding-bottom: 0.5px!important;
        padding-top: 50px!important;
    }
   .threeColLayout.marketing-materials.color-services-banner .three-col-wrapper .three-col--heading.flex-center {
        padding-bottom: 20px!important;
    }
   .prod-card__cta .primary-anchor-text {
       padding-top: 15px;
   }
    .three-col--heading p, .four-col--heading p{
      padding-bottom: 0px;
    }
    .three-col-wrapper .column-layout--flex .prod-card, .fourColLayout .column-layout--flex .prod-card{
      margin-bottom: 68px;
    }
        
}
.fa.fa-chevron-right.button-color {
    padding-left: 10px
}
@media (min-width:992px) {
  .fourColLayout .owl-stage-outer {
    display: flex;
    justify-content: center;
  }
}
@media (max-width:414px) {
  .fourColLayout .owl-item {
    width: 100% !important;
  }
  .fourColLayout .prod-card__cta {
    padding: 0px 5px;
  }
}
@media (min-width:992px) {
  .threeColLayout .three-col-owl-carousel .owl-nav {
    padding-bottom: 30%;
    margin-top: -30%;
    width: 100%;
  }
  .threeColLayout .three-col-owl-carousel .owl-nav i {
    font-size: 30px;
  }
  .threeColLayout .three-col-owl-carousel .owl-nav .owl-prev {
    color: #C94F15;
    position: absolute;
    left: -4%;
  }
  .threeColLayout .three-col-owl-carousel .owl-nav .owl-next {
    color: #C94F15;
    position: absolute;
    right: -4%;
  }
  
  .threeColLayout .owl-theme .owl-nav [class*=owl-]:hover {
    background-color: transparent;
    color: inherit;
    cursor: pointer;
  }
  
  .threeColLayout .three-col-owl-carousel .owl-nav .owl-prev.disabled,
  .threeColLayout .three-col-owl-carousel .owl-nav .owl-next.disabled {
    color: #D8D8D8;
    cursor: default!important;    
  }
  .fourColLayout .owl-stage {
    margin-left: 10px;
  }
}
.threeColLayout img {
  max-width: 100%;
}
/* Making updates for marketing-material page */
@media (max-width:991px) {
  .threeColLayout.marketing-materials .d-block.d-lg-none .column-layout--flex {
    flex-wrap: wrap;
  }
  .threeColLayout.marketing-materials .d-block.d-lg-none .column-layout--flex .column-layout--flex__item.prod-card {
    max-width: 100%;
    flex: 0 0 100%;
    padding-bottom: 5%;
    /*text-align: center;*/
  }
  .threeColLayout.marketing-materials h3 {
    width: 100%;
  }
}
.fourColLayout .adjust-equal-height p {
  margin-top: 10px;
}
.fourColLayout .adjust-equal-height h3 {
  line-height: 35px !important;
  padding: 0px 10px;
}
@media (max-width:991px) {
  .prod-card__cta a.primary-button-orange {
    white-space: nowrap;
  }
}
#update-zip-code{
  padding-left: 10px;
}
/* .fourColLayout .prod-card__cta a {
  white-space: nowrap;
} */
@media (max-width:991px) {
  div#colortools-featured-banners .owl-dots {
    display: block !important;
  }
}
.color-tools-featured-banners .primary-button-orange.my-4 {
  display: inline-flex;
}
@media (min-width:992px) {
  /* .threeColLayout .owl-carousel .owl-stage {
    padding: 0px 40px !important;
  } */
  .threeColLayout .owl-stage-outer {
    margin-left: 0%;
  }
}
@media (min-width:992px) and (max-width:1200px) {
  .threeColLayout .primary-anchor-text.pb-5 span {
    font-size: 12px;
  }
}
@media (min-width:768px) and (max-width:800px) {
  #colortools-featured-banners .prod-card__cta a.primary-button-orange {
    min-width: 175px;
    max-width: 175px;
  }
}
@media (min-width:1200px) {
  .threeColLayout .owl-item {
    max-width:346px;
  }
  .threeColLayout .owl-item:nth-child(4),
  .threeColLayout .owl-item:nth-child(10),
  .threeColLayout .owl-item:nth-child(7),
  .threeColLayout .owl-item:nth-child(13) {
    margin-left: 0.4%;
  }
}
.three-col-arrows {
  font-family: var(--behr-heading-font);
  font-weight: var(--behr-bold);
  font-size: 30px;
}
.threeColLayout .custom-arrow-left,
.threeColLayout .custom-arrow-right {
  border-width: 0px 3px 3px 0px !important;
}
.primary-anchor-text:focus {
  outline: none;
}
.twoColLayout{
    position: relative;
}

.two-col-wrapper{
    padding-top: 80px;
    padding-bottom: 80px;
}

.two-col__block h3 {
    margin-bottom: 8px;
    line-height: 35px;
    font-size: 1.5rem;
}

.two-col__block p{
  font-size: .938rem;
  line-height: 24px;
}

.two-col p, 
.two-col strong{
    font-family: var(--behr-body-and-label-font);
}

.two-col--heading{
    margin-bottom: 24px;
    max-width: 700px;
}

.heading--full-width{
    max-width: none;
}

.portrait-img--cropped .two-col__img-container img{
    display: block;
    max-height: 230px;
    min-height: 230px;
    object-fit: cover;
    object-position: 0% 0%;
  }

p.two-col__secondary-title {
    font-family: var(--behr-body-and-label-font--bold);
    font-weight: var(--behr-bold);
    color: var(--behr-black);
    margin-bottom: 16px;
    text-transform: uppercase;
    font-size: 0.938rem;
    line-height: 1.5rem;
}

.two-col--heading h2{
    line-height: 42px;
}

.two-col__img-container{
    margin-bottom: 23px;
}

.two-col__img-container img{
    width: 100%;
}

.two-col__block .button{
    margin-top: 32px;
}

.two-col__block strong{
    display: block;
    text-transform: uppercase;
    line-height: 20px;
    color: var(--behr-black);
    margin-bottom: 20px;
}

.two-col .two-col__block:nth-child(2){
    margin-bottom: 48px;
}

.two-col .two-col__block--left{
    align-items: flex-start;
    text-align: left;
}

.two-col .two-col__block--center{
    align-items: center;
    text-align: center;
}
/*  */
.ft-pages-addl-dscrp{
    text-align: center;
}

.ft-pages-addl-dscrp__img{
    padding-bottom: 16px;
    max-width: 100%;
}

.ft-pages-addl-dscrp__img img{
    margin: 0 auto;
}

.ft-pages-addl-dscrp__text{
    font-size: .938rem;
    line-height: 20px;
}

.twoColLayout .ft-pages-addl-dscrp{
    margin-top: 90px;
    flex: 0 0 100%;
}

.fourColLayout .ft-pages-addl-dscrp{
    margin-top: 70px;
}

.pd-s--mbl{
    padding-top: 24px !important;
    padding-bottom: 24px !important;
}
.pd-m--mbl{
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}
.pd-l--mbl{
    padding-top:80px !important;
    padding-bottom:80px !important;
}
.pd-xl--mbl{
    padding-top:100px !important;
    padding-bottom:100px !important;
}

@media only screen and (min-width: 768px){
    .pd-0--dsktp{
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .pd-s--dsktp{
        padding-top: 24px !important;
        padding-bottom: 24px !important;
    }
    .pd-m--dsktp{
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
    .pd-l--dsktp{
        padding-top:80px !important;
        padding-bottom:80px !important;
    }
    .pd-xl--dsktp{
        padding-top:100px !important;
        padding-bottom:100px !important;
    }
    
    .fourColLayout .ft-pages-addl-dscrp{
        margin-top: 25px;
    }

    .ft-pages-addl-dscrp{
        display: flex;
        align-items: center;
    }

    .ft-pages-addl-dscrp__img{
        flex: 0 0 8.3%;
        max-width: 8.3%;
        padding-right: 15px;
    }

    .ft-pages-addl-dscrp__text{
        flex: 0 0 75%;
        max-width: 75%;
        text-align: left;
    }

    .two-col{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .two-col__block p{
      font-size: 1.125rem;
    }

    .two-col--heading{
        flex: 0 0 100%;
    }

    .two-col__block{
        flex: 0 1 calc(50% - 15px);
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .two-col__block p{
        margin-bottom: 32px;
        margin-top: auto;
    }

    .two-col .two-col__block:nth-child(2){
        margin-bottom: 0;
    }

    .two-col__block .button{
        margin-top: auto;
    }
    
}

@media (min-width: 1200px){
    .ft-pages-addl-dscrp__text{
        font-size: 1.125rem;
    }
    .two-col__block h3 {
        font-size: 1.875rem;
    }
}
@media (max-width:1199px) {
    .two-col-with-sidebar__header h1 {
        font-size: 45px !important;
        line-height: 40px !important;
    }
}
@media (max-width:767px) {
    .two-col .two-col__block--center {
        margin: 50px 0px;
    }
    .two-col .two-col__block--center .primary-button-orange {
        margin-top: 15px;
    }
}
/* DFCT0026799 */
.two-col-layout__shadow {
    box-shadow: 0px 6px 8px rgb(0 0 0 / 10%);
    border: 1px solid rgb(0 0 0 / 10%);
    margin-bottom: 30px;
}
.two-col-layout__shadow .two-col-text__layout {
    padding: 0px 20px 20px;
}
.twoColLayout .button.black-primary {
    border-radius: 0px;
    background-color: #C94F15;
}
/* CSS For Product Highlights Component */
/* @import '../../../external-links/bootstrap/bootstrap.min.css'; */
.video-thumb:before {
    display: block;
    content: "";
    position: absolute;
    background-image: url(/binaries/content/assets/behrdotcomrefresh/consumer/images/youtube-icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 60px;
    left: 31px;
    right: 0;
    bottom: 38px;
transition: width .3s, height .3s;
}
.video-thumb:hover:before {
  width: 67px;
  height: 67px;
}
.video-thumb-small:before {
  display: block;
    content: "";
    position: absolute;
    background-image: url(/binaries/content/assets/behrdotcomrefresh/consumer/images/youtube-icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 25%;
    height: 25%;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: width .3s, height .3s;
    z-index: 1;
    padding: 0 !important;
}
.video-thumb-small:hover:before {
  width: 30%;
  height: 30%;
}
@media all and (max-width: 767px) {
  .video-thumb:before {
   /* width: 30px; */
   /* height: 30px; */
  }
  .video-thumb:hover:before {
    width: 37px;
    height: 37px;
  }
}
/* End CSS For Product Highlights Component */
.video-modal-frame {
    position: relative;
    width: 100%;
    /* overflow: hidden; */
    padding-top: 56.25%;
}
.video-modal-frame p {
    right: 1%;
    top: 3%;
    position: absolute;
    z-index: 99999;
}
.video-modal-frame p a {
    color: black;
    font-size: 24px;
}
.video-modal-frame__video {
    position: absolute;
    top: 9%;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
}
.video-modal-frame {
    margin-bottom: 9%;
}
@media (min-width:992px) and (max-width:1330px) {
    .video-modal-frame p {
        top: 4%;
    }
    .video-modal-frame__video {
        top: 10%;
    }
    .video-modal-frame {
        margin-bottom: 10%;
    }
}
@media (max-width:991px) {
    .video-modal-frame p {
        top: 2%;
    }
    .video-modal-frame__video {
        top: 9%;
    }
    .video-modal-frame {
        margin-bottom: 9%;
    }
}
@media (max-width:575px) {
    .video-modal-frame p {
        top: 2%;
    }
    .video-modal-frame__video {
        top: 12%;
    }
    .video-modal-frame {
        margin-bottom: 12%;
    }
}
/* Video Modal Testimonial CSS */
.video-modal-testimonial {
  padding: 50px 0px;
}
.lab-answer .video-thumb:before, 
.video-modal-testimonial .video-thumb:before  {
    display: block;
    content: "";
    position: absolute;
    background-image: url("/binaries/content/gallery/behr-us-pro/services/customer-testimonial/play-button.png");
    background-repeat: no-repeat;
    background-size: contain;
    height: 60px;
    left: 42%;
    right: 0;
    bottom: 42%;
}
.lab-answer .video-thumb:hover:before, 
.video-modal-testimonial .video-thumb:hover:before {
  width: 67px;
  height: 67px;
}
.lab-answer .video-thumb-small:before {
  display: block;
    content: "";
    position: absolute;
    background-image: url("/binaries/content/gallery/behr-us-pro/services/customer-testimonial/video-iconorange.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 25%;
    height: 25%;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: width .3s, height .3s;
    z-index: 1;
    padding: 0 !important;
}
.lab-answer .video-thumb-small:hover:before {
  width: 30%;
  height: 30%;
}
@media all and (max-width: 767px) {
  .lab-answer .video-thumb:before, 
  .video-modal-testimonial .video-thumb:before  {
   /* width: 30px; */
   /* height: 30px; */
  }
  /* .lab-answer .video-thumb:hover:before, 
  .video-modal-testimonial .video-thumb:hover:before {
    width: 37px;
    height: 37px;
  } */
}
.loadMoreVideo .primary-button-orange {
  padding: 15px 40px;
}
.loadMoreVideo {
  display: none;
}
a#loadMoreVideo, a#collapseVideo {
  padding: 14px 40px;
}
/* DFCT0025553 */
@media (max-width:700px) {
  #proSdndModal .modal-dialog.modal-lg {
    margin: auto;
    overflow: hidden;
  }
}
/* End CSS For Product Highlights Component */
.rte__wrapper tr td, .rte__wrapper th{
    padding-left: 8px;
    padding-right: 8px;
  }
.pro-pop-up-title {
  font-family: var(--behr-heading-font);
  font-size: 56px;
  line-height: 60px;
  font-weight: var(--behr-atf-500);
  font-style: normal;
  text-transform: uppercase;
}

.pro-pop-up-title-2 {
  font-family: var(--behr-heading-font);
  font-size: 40px;
  line-height: 1.1;
  font-weight: var(--behr-atf-500);
  font-style: normal;
  text-transform: uppercase;
}

.pro-pop-up-small-text,
.pro-pop-up-small-text ul li {
  font-family: var(--behr-body-and-label-font);
  font-style: normal;
  font-size: 13px;
  line-height: 1.5;
  font-weight: var(--behr-normal);
}

@media screen and (min-width: 992px) {
  #proSdndModal {
    left: -19%;
    width: 120%;
  }
}
@media screen and (min-width: 1200px) {
  #proSdndModal {
    left: -9%;
    width: 113%;
  }
}
#proSdndModal .discount ul li {
  font-size: 16px;
}

#proSdndModal .proSdndModalForm-section .container {
  padding: 0% !important;
}

@media screen and (min-width: 1200px) {
  #proSdndModal .proSdndModalForm-section .container {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
#proSdndModal .proSdndModalForm-section label {
  font-family: var(--behr-body-and-label-font);
  font-weight: var(--behr-normal);
  font-size: 16px;
  line-height: 1px;
}

#proSdndModal .proSdndModalForm-section .proSdndModalForm-description {
  font-family: var(--behr-body-and-label-font);
  font-weight: 600 !important;
  font-size: 18px;
  line-height: 24px;
  text-transform: none;
}

#proSdndModal .proSdndModalForm-section .required_field_text_label {
  font-family: var(--behr-body-and-label-font);
  font-weight: var(--behr-normal);
  font-size: 13px;
  line-height: 24px;
}

@media screen and (max-width: 991px) {
  #proSdndModal .proSdndModalForm-section .proSdndModalForm-form {
    margin: 0% !important;
    padding: 0 2rem !important;
  }
}
#proSdndModal .proSdndModalForm-section .proSdndModalForm-form .paintRole_row .dropdown {
  display: inline;
}

#proSdndModal .proSdndModalForm-section .proSdndModalForm-form .paintRole_row button {
  max-width: none;
  margin-right: unset;
  font-family: var(--behr-body-and-label-font--bold);
  font-weight: var(--behr-bold);
  display: flex;
  justify-content: left;
  padding: 9px 10px;
  height: 36px;
  background: #EAEAEA;
  text-align: left;
  border: 1px solid #A3A3A3;
}

#proSdndModal .proSdndModalForm-section .proSdndModalForm-form .paintRole_row button::after {
  border: solid #474747;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  position: absolute;
  top: 10px;
  right: 15px;
}

#proSdndModal .proSdndModalForm-section .proSdndModalForm-form .paintRole_row button:hover, #proSdndModal .proSdndModalForm-section .proSdndModalForm-form .paintRole_row button:focus {
  color: black;
  box-shadow: none;
}

@media screen and (max-width: 400px) {
  #proSdndModal .proSdndModalForm-section .proSdndModalForm-form .paintRole_row button {
    width: 100%;
  }
}
#proSdndModal .proSdndModalForm-section .proSdndModalForm-form .paintRole_row .show button::after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
}

#proSdndModal .proSdndModalForm-section .proSdndModalForm-form .paintRole_row .show .dropdown-menu {
  background: #fff;
  margin: 0%;
  padding: 0%;
}

#proSdndModal .proSdndModalForm-section .proSdndModalForm-form .paintRole_row .show .dropdown-item {
  font-family: var(--behr-body-and-label-font--bold);
  font-weight: var(--behr-bold);
  font-size: 16px;
  padding: 0.25rem 10px;
}

#proSdndModal .proSdndModalForm-section .proSdndModalForm-form .paintRole_row .show .dropdown-item.active, #proSdndModal .proSdndModalForm-section .proSdndModalForm-form .paintRole_row .show .dropdown-item:hover {
  color: #ffffff !important;
  background: #4E4E4E;
  cursor: pointer;
}

#proSdndModal .proSdndModalForm-section .proSdndModalForm-form label[for=behrProWebsite] {
  line-height: 18px;
}

#proSdndModal .proSdndModalForm-section .proSdndModalForm-form input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 10px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px ridge #a3a3a3;
  box-sizing: content-box;
  margin: auto;
}

#proSdndModal .proSdndModalForm-section .proSdndModalForm-form input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  display: block;
  border: solid #37be25;
  border-width: 0 4px 4px 0;
  width: 9px;
  height: 16px;
  left: 6px;
  top: 2px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}

#proSdndModal .proSdndModalForm-section .proSdndModalForm-form input[name=error_message] {
  top: 0;
  z-index: -1;
}

#proSdndModal .proSdndModalForm-section .proSdndModalForm-form .hidden_recaptcha_row .hidden_recaptcha-form-group input[name=hidden_recaptcha] {
  position: absolute;
  top: 55%;
  left: 19%;
  width: 1%;
  z-index: -1;
}

#proSdndModal .proSdndModalForm-section .proSdndModalForm-form .behrProSusbcription_row .behrProWebsite_checkbox_label {
  margin: 0 4%;
}

@media screen and (max-width: 991px) {
  #proSdndModal .proSdndModalForm-section .proSdndModalForm-form .behrProSusbcription_row .behrProWebsite_checkbox_label {
    margin: 0 8%;
  }
}
#proSdndModal .proSdndModalForm-section .proSdndModalForm-form .behrProSusbcription_row .behrProWebsite_checkbox_label label {
  line-height: 16px;
}

@media screen and (max-width: 991px) {
  #proSdndModal .proSdndModalForm-section .proSdndModalForm-form .proSdndModalForm-row {
    margin-left: -15px !important;
  }
}
@media screen and (max-width: 991px) {
  #proSdndModal .proSdndModalForm-section .proSdndModalForm-header .proSdndModalForm-div-description {
    margin: 0% !important;
    padding: 0% !important;
  }
}
@media (min-width: 992px) {
  #proSdndModal .proSdndModalForm-section .proSdndModalForm-header .proSdndModalForm-div-description {
    margin: 1rem 1.9rem !important;
  }
}
@media screen and (max-width: 991px) {
  #proSdndModal .proSdndModalForm-section .proSdndModalForm-description {
    padding: 1rem 30px;
  }
}
#proSdndModal .not_your_store {
  font-family: var(--behr-atf-500);
  font-weight: var(--behr-bold);
  font-size: 16px;
  line-height: 27px;
}

@media screen and (min-width: 992px) {
  #proSdndModal .background-rep-info,
  #proSdndModal .background-specialist-info {
    background-color: rgba(216, 216, 216, 0.2) !important;
  }
}
#proSdndModal .background-rep-info .specialist_info .specialist_info_block_col .repCall,
#proSdndModal .background-rep-info .specialist_info .specialist_info_block_col .contactARep,
#proSdndModal .background-specialist-info .specialist_info .specialist_info_block_col .repCall,
#proSdndModal .background-specialist-info .specialist_info .specialist_info_block_col .contactARep {
  font-family: var(--behr-body-and-label-font);
  font-weight: var(--behr-normal);
  font-size: 15px;
}

#proSdndModal .background-rep-info .specialist_info .specialist_info_block_col .repCall .text-enabled,
#proSdndModal .background-specialist-info .specialist_info .specialist_info_block_col .repCall .text-enabled {
  font-size: 12px;
}

@media screen and (max-width: 991px) {
  #proSdndModal .background-rep-info .specialist_info .specialist_info_block_col .repCall .specialist-phone,
  #proSdndModal .background-specialist-info .specialist_info .specialist_info_block_col .repCall .specialist-phone {
    font-family: var(--behr-body-and-label-font--bold);
    font-weight: var(--behr-bold);
    color: #c94f15;
  }
}
#proSdndModal .background-rep-info .specialist_info .specialist_info_block_col .specialist-name,
#proSdndModal .background-specialist-info .specialist_info .specialist_info_block_col .specialist-name {
  font-family: var(--behr-body-and-label-font--bold);
  font-weight: var(--behr-bold);
  font-size: 28px;
}

@media screen and (max-width: 991px) {
  #proSdndModal .background-rep-info .specialist_info .specialist_info_block_col .specialist-name,
  #proSdndModal .background-specialist-info .specialist_info .specialist_info_block_col .specialist-name {
    font-size: 24px;
  }
}
@media screen and (max-width: 406px) {
  #proSdndModal .background-rep-info .specialist_info .specialist_info_block_col .specialist-name,
  #proSdndModal .background-specialist-info .specialist_info .specialist_info_block_col .specialist-name {
    font-size: 21px;
  }
}
#proSdndModal .background-rep-info .specialist_info .specialist_info_block_col .rep-specialist-email,
#proSdndModal .background-specialist-info .specialist_info .specialist_info_block_col .rep-specialist-email {
  font-size: 13px;
  font-family: var(--behr-body-and-label-font--bold);
  font-weight: var(--behr-bold);
}

@media screen and (max-width: 991px) {
  #proSdndModal .background-rep-info .specialist_info .specialist_info_block_col .rep-specialist-email,
  #proSdndModal .background-specialist-info .specialist_info .specialist_info_block_col .rep-specialist-email {
    font-size: 12px;
  }
}
#proSdndModal .background-rep-info .specialist_info .specialist_info_block_col .rep-street-address,
#proSdndModal .background-specialist-info .specialist_info .specialist_info_block_col .rep-street-address {
  font-family: var(--behr-body-and-label-font);
  font-weight: var(--behr-normal);
  font-size: 15px;
}

@media screen and (min-width: 992px) {
  #proSdndModal .background-rep-info .specialist_info_block .specialist_info_block_col,
  #proSdndModal .background-specialist-info .specialist_info_block .specialist_info_block_col {
    max-width: 85%;
  }
}
@media screen and (min-width: 1200px) {
  #proSdndModal .background-rep-info .specialist_info_block .specialist_info_block_col,
  #proSdndModal .background-specialist-info .specialist_info_block .specialist_info_block_col {
    max-width: 65%;
  }
}
@media screen and (min-width: 992px) {
  #proSdndModal .background-rep-info .specialist_info_block .specialist_info_block_col.specialist_info_block_col_two,
  #proSdndModal .background-specialist-info .specialist_info_block .specialist_info_block_col.specialist_info_block_col_two {
    max-width: 50%;
  }
}
#proSdndModal .background-rep-info .close-x,
#proSdndModal .background-specialist-info .close-x {
  height: 1%;
}

#proSdndModal .specialist-description {
  line-height: 25px;
}

#proSdndModal .repImage {
  border: 1px solid lightgray;
}

#proSdndModal .ph-static-map {
  height: 100%;
}

@media screen and (max-width: 991px) {
  #proSdndModal .ph-static-map {
    height: 410px;
  }
}
@media screen and (min-width: 992px) {
  #proSdndModal .modal-content {
    width: 125%;
  }
}
@media screen and (min-width: 1200px) {
  #proSdndModal .modal-content {
    width: 106%;
  }
}
@media screen and (max-width: 991px) {
  #proSdndModal .modal-title {
    font-size: 40px;
    line-height: 52px;
  }
}
@media screen and (max-width: 519px) {
  #proSdndModal .modal-title {
    font-size: 11vw;
    line-height: 12vw;
  }
}
@media screen and (max-width: 991px) {
  #proSdndModal .meet-specialist {
    font-size: 24px;
    font-weight: var(--behr-normal);
    line-height: 35px;
  }
}
@media screen and (max-width: 519px) {
  #proSdndModal .meet-specialist {
    font-size: 6vw;
    line-height: 6vw;
  }
}
#proSdndModal_sfAcknowledgeModal .sfAcknowledgeBody .thankyou {
  font-family: var(--behr-body-and-label-font);
  font-weight: var(--behr-normal);
  font-size: 42px;
  line-height: 42px;
}

#proSdndModal_sfAcknowledgeModal .modal-header button {
  font-family: var(--behr-body-and-label-font);
  font-weight: var(--behr-normal);
  font-size: 22px;
  line-height: 22px;
}

#proSdndModal_sfAcknowledgeModal .modal-body {
  margin-bottom: 5%;
}

#proSdndModal_sfAcknowledgeModal .sfAcknowledgeBody .message,
#proSdndModal_sfAcknowledgeModal .sfAcknowledgeBody .close-message {
  font-family: var(--behr-body-and-label-font);
  font-weight: var(--behr-normal);
  font-size: 22px;
  line-height: 22px;
}

@media screen and (max-width: 991px) {
  body[data-device=ipad] #proSdndModal .proSdndModalForm-section .proSdndModalForm-form .paintRole_row .show .dropdown-menu,
  body[data-device=iphone] #proSdndModal .proSdndModalForm-section .proSdndModalForm-form .paintRole_row .show .dropdown-menu {
    transform: translate3d(0px, 0px, 0px) !important;
  }
}
@media screen and (max-width: 991px) {
  body[data-device=ipad] #proSdndModal .proSdndModalForm-section .proSdndModalForm-form input[type=checkbox],
  body[data-device=iphone] #proSdndModal .proSdndModalForm-section .proSdndModalForm-form input[type=checkbox] {
    padding: 2px;
  }
}
@media screen and (min-width: 992px) {
  #proSpecialistModal {
    left: -19%;
    width: 120%;
  }
}
@media screen and (min-width: 1200px) {
  #proSpecialistModal {
    left: -9%;
    width: 113%;
  }
}
#proSpecialistModal .discount ul li {
  font-size: 16px;
}

#proSpecialistModal .proSpecialistModalForm-section .container {
  padding: 0% !important;
}

@media screen and (min-width: 1200px) {
  #proSpecialistModal .proSpecialistModalForm-section .container {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
#proSpecialistModal .proSpecialistModalForm-section label {
  font-family: var(--behr-body-and-label-font);
  font-weight: var(--behr-normal);
  font-size: 16px;
  line-height: 1px;
}

#proSpecialistModal .proSpecialistModalForm-section .proSpecialistModalForm-description {
  font-family: var(--behr-body-and-label-font);
  font-weight: 600 !important;
  font-size: 18px;
  line-height: 24px;
  text-transform: none;
}

#proSpecialistModal .proSpecialistModalForm-section .required_field_text_label {
  font-family: var(--behr-body-and-label-font);
  font-weight: var(--behr-normal);
  font-size: 13px;
  line-height: 24px;
}

@media screen and (max-width: 991px) {
  #proSpecialistModal .proSpecialistModalForm-section .proSpecialistModalForm-form {
    margin: 0% !important;
    padding: 0 2rem !important;
  }
}
#proSpecialistModal .proSpecialistModalForm-section .proSpecialistModalForm-form .paintRole_row .dropdown {
  display: inline;
}

#proSpecialistModal .proSpecialistModalForm-section .proSpecialistModalForm-form .paintRole_row button {
  max-width: none;
  margin-right: unset;
  font-family: var(--behr-body-and-label-font--bold);
  font-weight: var(--behr-bold);
  display: flex;
  justify-content: left;
  padding: 9px 10px;
  height: 36px;
  background: #EAEAEA;
  text-align: left;
  border: 1px solid #A3A3A3;
}

#proSpecialistModal .proSpecialistModalForm-section .proSpecialistModalForm-form .paintRole_row button::after {
  border: solid #474747;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  position: absolute;
  top: 10px;
  right: 15px;
}

#proSpecialistModal .proSpecialistModalForm-section .proSpecialistModalForm-form .paintRole_row button:hover, #proSpecialistModal .proSpecialistModalForm-section .proSpecialistModalForm-form .paintRole_row button:focus {
  color: black;
  box-shadow: none;
}

@media screen and (max-width: 400px) {
  #proSpecialistModal .proSpecialistModalForm-section .proSpecialistModalForm-form .paintRole_row button {
    width: 100%;
  }
}
#proSpecialistModal .proSpecialistModalForm-section .proSpecialistModalForm-form .paintRole_row .show button::after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
}

#proSpecialistModal .proSpecialistModalForm-section .proSpecialistModalForm-form .paintRole_row .show .dropdown-menu {
  background: #fff;
  margin: 0%;
  padding: 0%;
}

#proSpecialistModal .proSpecialistModalForm-section .proSpecialistModalForm-form .paintRole_row .show .dropdown-item {
  font-family: var(--behr-body-and-label-font--bold);
  font-weight: var(--behr-bold);
  font-size: 16px;
  padding: 0.25rem 10px;
}

#proSpecialistModal .proSpecialistModalForm-section .proSpecialistModalForm-form .paintRole_row .show .dropdown-item.active, #proSpecialistModal .proSpecialistModalForm-section .proSpecialistModalForm-form .paintRole_row .show .dropdown-item:hover {
  color: #ffffff !important;
  background: #4E4E4E;
  cursor: pointer;
}

#proSpecialistModal .proSpecialistModalForm-section .proSpecialistModalForm-form label[for=behrProWebsite] {
  line-height: 18px;
}

#proSpecialistModal .proSpecialistModalForm-section .proSpecialistModalForm-form input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 10px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px ridge #a3a3a3;
  box-sizing: content-box;
  margin: auto;
}

#proSpecialistModal .proSpecialistModalForm-section .proSpecialistModalForm-form input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  display: block;
  border: solid #37be25;
  border-width: 0 4px 4px 0;
  width: 9px;
  height: 16px;
  left: 6px;
  top: 2px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}

#proSpecialistModal .proSpecialistModalForm-section .proSpecialistModalForm-form input[name=error_message] {
  top: 0;
  z-index: -1;
}

#proSpecialistModal .proSpecialistModalForm-section .proSpecialistModalForm-form .hidden_recaptcha_row .hidden_recaptcha-form-group input[name=hidden_recaptcha] {
  position: absolute;
  top: 55%;
  left: 19%;
  width: 1%;
  z-index: -1;
}

#proSpecialistModal .proSpecialistModalForm-section .proSpecialistModalForm-form .behrProSusbcription_row .behrProWebsite_checkbox_label {
  margin: 0 4%;
}

@media screen and (max-width: 991px) {
  #proSpecialistModal .proSpecialistModalForm-section .proSpecialistModalForm-form .behrProSusbcription_row .behrProWebsite_checkbox_label {
    margin: 0 8%;
  }
}
#proSpecialistModal .proSpecialistModalForm-section .proSpecialistModalForm-form .behrProSusbcription_row .behrProWebsite_checkbox_label label {
  line-height: 16px;
}

@media screen and (max-width: 991px) {
  #proSpecialistModal .proSpecialistModalForm-section .proSpecialistModalForm-form .proSdndModalForm-row {
    margin-left: -15px !important;
  }
}
@media screen and (max-width: 991px) {
  #proSpecialistModal .proSpecialistModalForm-section .proSpecialistModalForm-header .proSpecialistModalForm-div-description {
    margin: 0% !important;
    padding: 0% !important;
  }
}
@media (min-width: 992px) {
  #proSpecialistModal .proSpecialistModalForm-section .proSpecialistModalForm-header .proSpecialistModalForm-div-description {
    margin: 1rem 1.9rem !important;
  }
}
@media screen and (max-width: 991px) {
  #proSpecialistModal .proSpecialistModalForm-section .proSpecialistModalForm-description {
    padding: 1rem 30px;
  }
}
#proSpecialistModal .not_your_store {
  font-family: var(--behr-atf-500);
  font-weight: var(--behr-bold);
  font-size: 16px;
  line-height: 27px;
}

@media screen and (min-width: 992px) {
  #proSpecialistModal .background-rep-info,
  #proSpecialistModal .background-specialist-info {
    background-color: rgba(216, 216, 216, 0.2) !important;
  }
}
#proSpecialistModal .background-rep-info .specialist_info .specialist_info_block_col .repCall,
#proSpecialistModal .background-rep-info .specialist_info .specialist_info_block_col .contactARep,
#proSpecialistModal .background-specialist-info .specialist_info .specialist_info_block_col .repCall,
#proSpecialistModal .background-specialist-info .specialist_info .specialist_info_block_col .contactARep {
  font-family: var(--behr-body-and-label-font);
  font-weight: var(--behr-normal);
  font-size: 15px;
}

#proSpecialistModal .background-rep-info .specialist_info .specialist_info_block_col .repCall .text-enabled,
#proSpecialistModal .background-specialist-info .specialist_info .specialist_info_block_col .repCall .text-enabled {
  font-size: 12px;
}

@media screen and (max-width: 991px) {
  #proSpecialistModal .background-rep-info .specialist_info .specialist_info_block_col .repCall .specialist-phone,
  #proSpecialistModal .background-specialist-info .specialist_info .specialist_info_block_col .repCall .specialist-phone {
    font-family: var(--behr-body-and-label-font--bold);
    font-weight: var(--behr-bold);
    color: #c94f15;
  }
}
#proSpecialistModal .background-rep-info .specialist_info .specialist_info_block_col .specialist-name,
#proSpecialistModal .background-specialist-info .specialist_info .specialist_info_block_col .specialist-name {
  font-family: var(--behr-body-and-label-font--bold);
  font-weight: var(--behr-bold);
  font-size: 28px;
}

@media screen and (max-width: 991px) {
  #proSpecialistModal .background-rep-info .specialist_info .specialist_info_block_col .specialist-name,
  #proSpecialistModal .background-specialist-info .specialist_info .specialist_info_block_col .specialist-name {
    font-size: 24px;
  }
}
@media screen and (max-width: 406px) {
  #proSpecialistModal .background-rep-info .specialist_info .specialist_info_block_col .specialist-name,
  #proSpecialistModal .background-specialist-info .specialist_info .specialist_info_block_col .specialist-name {
    font-size: 21px;
  }
}
#proSpecialistModal .background-rep-info .specialist_info .specialist_info_block_col .rep-specialist-email,
#proSpecialistModal .background-specialist-info .specialist_info .specialist_info_block_col .rep-specialist-email {
  font-size: 13px;
  font-family: var(--behr-body-and-label-font--bold);
  font-weight: var(--behr-bold);
}

@media screen and (max-width: 991px) {
  #proSpecialistModal .background-rep-info .specialist_info .specialist_info_block_col .rep-specialist-email,
  #proSpecialistModal .background-specialist-info .specialist_info .specialist_info_block_col .rep-specialist-email {
    font-size: 12px;
  }
}
#proSpecialistModal .background-rep-info .specialist_info .specialist_info_block_col .rep-street-address,
#proSpecialistModal .background-specialist-info .specialist_info .specialist_info_block_col .rep-street-address {
  font-family: var(--behr-body-and-label-font);
  font-weight: var(--behr-normal);
  font-size: 15px;
}

@media screen and (min-width: 992px) {
  #proSpecialistModal .background-rep-info .specialist_info_block .specialist_info_block_col,
  #proSpecialistModal .background-specialist-info .specialist_info_block .specialist_info_block_col {
    max-width: 85%;
  }
}
@media screen and (min-width: 1200px) {
  #proSpecialistModal .background-rep-info .specialist_info_block .specialist_info_block_col,
  #proSpecialistModal .background-specialist-info .specialist_info_block .specialist_info_block_col {
    max-width: 65%;
  }
}
@media screen and (min-width: 992px) {
  #proSpecialistModal .background-rep-info .specialist_info_block .specialist_info_block_col.specialist_info_block_col_two,
  #proSpecialistModal .background-specialist-info .specialist_info_block .specialist_info_block_col.specialist_info_block_col_two {
    max-width: 50%;
  }
}
#proSpecialistModal .background-rep-info .close-x,
#proSpecialistModal .background-specialist-info .close-x {
  height: 1%;
}

#proSpecialistModal .specialist-description {
  line-height: 25px;
}

#proSpecialistModal .repImage {
  border: 1px solid lightgray;
}

#proSpecialistModal .ph-static-map {
  height: 100%;
}

@media screen and (max-width: 991px) {
  #proSpecialistModal .ph-static-map {
    height: 410px;
  }
}
@media screen and (min-width: 992px) {
  #proSpecialistModal .modal-content {
    width: 125%;
  }
}
@media screen and (min-width: 1200px) {
  #proSpecialistModal .modal-content {
    width: 106%;
  }
}
@media screen and (max-width: 991px) {
  #proSpecialistModal .modal-title {
    font-size: 40px;
    line-height: 52px;
  }
}
@media screen and (max-width: 519px) {
  #proSpecialistModal .modal-title {
    font-size: 11vw;
    line-height: 12vw;
  }
}
@media screen and (max-width: 991px) {
  #proSpecialistModal .meet-specialist {
    font-size: 24px;
    font-weight: var(--behr-normal);
    line-height: 35px;
  }
}
@media screen and (max-width: 519px) {
  #proSpecialistModal .meet-specialist {
    font-size: 6vw;
    line-height: 6vw;
  }
}
#proSpecialistModal_sfAcknowledgeModal .sfAcknowledgeBody .thankyou {
  font-family: var(--behr-body-and-label-font);
  font-weight: var(--behr-normal);
  font-size: 42px;
  line-height: 42px;
}

#proSpecialistModal_sfAcknowledgeModal .modal-header button {
  font-family: var(--behr-body-and-label-font);
  font-weight: var(--behr-normal);
  font-size: 22px;
  line-height: 22px;
}

#proSpecialistModal_sfAcknowledgeModal .modal-body {
  margin-bottom: 5%;
}

#proSpecialistModal_sfAcknowledgeModal .sfAcknowledgeBody .message,
#proSpecialistModal_sfAcknowledgeModal .sfAcknowledgeBody .close-message {
  font-family: var(--behr-body-and-label-font);
  font-weight: var(--behr-normal);
  font-size: 22px;
  line-height: 22px;
}

@media screen and (max-width: 991px) {
  body[data-device=ipad] #proSpecialistModal .proSpecialistModalForm-section .proSpecialistModalForm-form .paintRole_row .show .dropdown-menu,
  body[data-device=iphone] #proSpecialistModal .proSpecialistModalForm-section .proSpecialistModalForm-form .paintRole_row .show .dropdown-menu {
    transform: translate3d(0px, 0px, 0px) !important;
  }
}
@media screen and (max-width: 991px) {
  body[data-device=ipad] #proSpecialistModal .proSpecialistModalForm-section .proSpecialistModalForm-form input[type=checkbox],
  body[data-device=iphone] #proSpecialistModal .proSpecialistModalForm-section .proSpecialistModalForm-form input[type=checkbox] {
    padding: 2px;
  }
}
@media screen and (min-width: 992px) {
  #proSalesRepModal {
    left: -19%;
    width: 120%;
  }
}
@media screen and (min-width: 1200px) {
  #proSalesRepModal {
    left: -9%;
    width: 113%;
  }
}
#proSalesRepModal .discount ul li {
  font-size: 16px;
}

#proSalesRepModal .proSalesRepModalForm-section .container {
  padding: 0% !important;
}

@media screen and (min-width: 1200px) {
  #proSalesRepModal .proSalesRepModalForm-section .container {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
#proSalesRepModal .proSalesRepModalForm-section label {
  font-family: var(--behr-body-and-label-font);
  font-weight: var(--behr-normal);
  font-size: 16px;
  line-height: 1px;
}

#proSalesRepModal .proSalesRepModalForm-section .proSalesRepModalForm-description {
  font-family: var(--behr-body-and-label-font);
  font-weight: 600 !important;
  font-size: 18px;
  line-height: 24px;
  text-transform: none;
}

#proSalesRepModal .proSalesRepModalForm-section .required_field_text_label {
  font-family: var(--behr-body-and-label-font);
  font-weight: var(--behr-normal);
  font-size: 13px;
  line-height: 24px;
}

@media screen and (max-width: 991px) {
  #proSalesRepModal .proSalesRepModalForm-section .proSalesRepModalForm-form {
    margin: 0% !important;
    padding: 0 2rem !important;
  }
}
#proSalesRepModal .proSalesRepModalForm-section .proSalesRepModalForm-form .paintRole_row .dropdown {
  display: inline;
}

#proSalesRepModal .proSalesRepModalForm-section .proSalesRepModalForm-form .paintRole_row button {
  max-width: none;
  margin-right: unset;
  font-family: var(--behr-body-and-label-font--bold);
  font-weight: var(--behr-bold);
  display: flex;
  justify-content: left;
  padding: 9px 10px;
  height: 36px;
  background: #EAEAEA;
  text-align: left;
  border: 1px solid #A3A3A3;
}

#proSalesRepModal .proSalesRepModalForm-section .proSalesRepModalForm-form .paintRole_row button::after {
  border: solid #474747;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  position: absolute;
  top: 10px;
  right: 15px;
}

#proSalesRepModal .proSalesRepModalForm-section .proSalesRepModalForm-form .paintRole_row button:hover, #proSalesRepModal .proSalesRepModalForm-section .proSalesRepModalForm-form .paintRole_row button:focus {
  color: black;
  box-shadow: none;
}

@media screen and (max-width: 400px) {
  #proSalesRepModal .proSalesRepModalForm-section .proSalesRepModalForm-form .paintRole_row button {
    width: 100%;
  }
}
#proSalesRepModal .proSalesRepModalForm-section .proSalesRepModalForm-form .paintRole_row .show button::after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
}

#proSalesRepModal .proSalesRepModalForm-section .proSalesRepModalForm-form .paintRole_row .show .dropdown-menu {
  background: #fff;
  margin: 0%;
  padding: 0%;
}

#proSalesRepModal .proSalesRepModalForm-section .proSalesRepModalForm-form .paintRole_row .show .dropdown-item {
  font-family: var(--behr-body-and-label-font--bold);
  font-weight: var(--behr-bold);
  font-size: 16px;
  padding: 0.25rem 10px;
}

#proSalesRepModal .proSalesRepModalForm-section .proSalesRepModalForm-form .paintRole_row .show .dropdown-item.active, #proSalesRepModal .proSalesRepModalForm-section .proSalesRepModalForm-form .paintRole_row .show .dropdown-item:hover {
  color: #ffffff !important;
  background: #4E4E4E;
  cursor: pointer;
}

#proSalesRepModal .proSalesRepModalForm-section .proSalesRepModalForm-form label[for=behrProWebsite] {
  line-height: 18px;
}

#proSalesRepModal .proSalesRepModalForm-section .proSalesRepModalForm-form input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 10px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px ridge #a3a3a3;
  box-sizing: content-box;
  margin: auto;
}

#proSalesRepModal .proSalesRepModalForm-section .proSalesRepModalForm-form input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  display: block;
  border: solid #37be25;
  border-width: 0 4px 4px 0;
  width: 9px;
  height: 16px;
  left: 6px;
  top: 2px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}

#proSalesRepModal .proSalesRepModalForm-section .proSalesRepModalForm-form input[name=error_message] {
  top: 0;
  z-index: -1;
}

#proSalesRepModal .proSalesRepModalForm-section .proSalesRepModalForm-form .hidden_recaptcha_row .hidden_recaptcha-form-group input[name=hidden_recaptcha] {
  position: absolute;
  top: 55%;
  left: 19%;
  width: 1%;
  z-index: -1;
}

#proSalesRepModal .proSalesRepModalForm-section .proSalesRepModalForm-form .behrProSusbcription_row .behrProWebsite_checkbox_label {
  margin: 0 4%;
}

@media screen and (max-width: 991px) {
  #proSalesRepModal .proSalesRepModalForm-section .proSalesRepModalForm-form .behrProSusbcription_row .behrProWebsite_checkbox_label {
    margin: 0 8%;
  }
}
#proSalesRepModal .proSalesRepModalForm-section .proSalesRepModalForm-form .behrProSusbcription_row .behrProWebsite_checkbox_label label {
  line-height: 16px;
}

@media screen and (max-width: 991px) {
  #proSalesRepModal .proSalesRepModalForm-section .proSalesRepModalForm-form .proSdndModalForm-row {
    margin-left: -15px !important;
  }
}
@media screen and (max-width: 991px) {
  #proSalesRepModal .proSalesRepModalForm-section .proSalesRepModalForm-header .proSalesRepModalForm-div-description {
    margin: 0% !important;
    padding: 0% !important;
  }
}
@media (min-width: 992px) {
  #proSalesRepModal .proSalesRepModalForm-section .proSalesRepModalForm-header .proSalesRepModalForm-div-description {
    margin: 1rem 1.9rem !important;
  }
}
@media screen and (max-width: 991px) {
  #proSalesRepModal .proSalesRepModalForm-section .proSalesRepModalForm-description {
    padding: 1rem 30px;
  }
}
#proSalesRepModal .not_your_store {
  font-family: var(--behr-atf-500);
  font-weight: var(--behr-bold);
  font-size: 16px;
  line-height: 27px;
}

@media screen and (min-width: 992px) {
  #proSalesRepModal .background-rep-info,
  #proSalesRepModal .background-specialist-info {
    background-color: rgba(216, 216, 216, 0.2) !important;
  }
}
#proSalesRepModal .background-rep-info .specialist_info .specialist_info_block_col .repCall,
#proSalesRepModal .background-rep-info .specialist_info .specialist_info_block_col .contactARep,
#proSalesRepModal .background-specialist-info .specialist_info .specialist_info_block_col .repCall,
#proSalesRepModal .background-specialist-info .specialist_info .specialist_info_block_col .contactARep {
  font-family: var(--behr-body-and-label-font);
  font-weight: var(--behr-normal);
  font-size: 15px;
}

#proSalesRepModal .background-rep-info .specialist_info .specialist_info_block_col .repCall .text-enabled,
#proSalesRepModal .background-specialist-info .specialist_info .specialist_info_block_col .repCall .text-enabled {
  font-size: 12px;
}

@media screen and (max-width: 991px) {
  #proSalesRepModal .background-rep-info .specialist_info .specialist_info_block_col .repCall .specialist-phone,
  #proSalesRepModal .background-specialist-info .specialist_info .specialist_info_block_col .repCall .specialist-phone {
    font-family: var(--behr-body-and-label-font--bold);
    font-weight: var(--behr-bold);
    color: #c94f15;
  }
}
#proSalesRepModal .background-rep-info .specialist_info .specialist_info_block_col .specialist-name,
#proSalesRepModal .background-specialist-info .specialist_info .specialist_info_block_col .specialist-name {
  font-family: var(--behr-body-and-label-font--bold);
  font-weight: var(--behr-bold);
  font-size: 28px;
}

@media screen and (max-width: 991px) {
  #proSalesRepModal .background-rep-info .specialist_info .specialist_info_block_col .specialist-name,
  #proSalesRepModal .background-specialist-info .specialist_info .specialist_info_block_col .specialist-name {
    font-size: 24px;
  }
}
@media screen and (max-width: 406px) {
  #proSalesRepModal .background-rep-info .specialist_info .specialist_info_block_col .specialist-name,
  #proSalesRepModal .background-specialist-info .specialist_info .specialist_info_block_col .specialist-name {
    font-size: 21px;
  }
}
#proSalesRepModal .background-rep-info .specialist_info .specialist_info_block_col .rep-specialist-email,
#proSalesRepModal .background-specialist-info .specialist_info .specialist_info_block_col .rep-specialist-email {
  font-size: 13px;
  font-family: var(--behr-body-and-label-font--bold);
  font-weight: var(--behr-bold);
}

@media screen and (max-width: 991px) {
  #proSalesRepModal .background-rep-info .specialist_info .specialist_info_block_col .rep-specialist-email,
  #proSalesRepModal .background-specialist-info .specialist_info .specialist_info_block_col .rep-specialist-email {
    font-size: 12px;
  }
}
#proSalesRepModal .background-rep-info .specialist_info .specialist_info_block_col .rep-street-address,
#proSalesRepModal .background-specialist-info .specialist_info .specialist_info_block_col .rep-street-address {
  font-family: var(--behr-body-and-label-font);
  font-weight: var(--behr-normal);
  font-size: 15px;
}

@media screen and (min-width: 992px) {
  #proSalesRepModal .background-rep-info .specialist_info_block .specialist_info_block_col,
  #proSalesRepModal .background-specialist-info .specialist_info_block .specialist_info_block_col {
    max-width: 85%;
  }
}
@media screen and (min-width: 1200px) {
  #proSalesRepModal .background-rep-info .specialist_info_block .specialist_info_block_col,
  #proSalesRepModal .background-specialist-info .specialist_info_block .specialist_info_block_col {
    max-width: 65%;
  }
}
@media screen and (min-width: 992px) {
  #proSalesRepModal .background-rep-info .specialist_info_block .specialist_info_block_col.specialist_info_block_col_two,
  #proSalesRepModal .background-specialist-info .specialist_info_block .specialist_info_block_col.specialist_info_block_col_two {
    max-width: 50%;
  }
}
#proSalesRepModal .background-rep-info .close-x,
#proSalesRepModal .background-specialist-info .close-x {
  height: 1%;
}

#proSalesRepModal .specialist-description {
  line-height: 25px;
}

#proSalesRepModal .repImage {
  border: 1px solid lightgray;
}

#proSalesRepModal .ph-static-map {
  height: 100%;
}

@media screen and (max-width: 991px) {
  #proSalesRepModal .ph-static-map {
    height: 410px;
  }
}
@media screen and (min-width: 992px) {
  #proSalesRepModal .modal-content {
    width: 125%;
  }
}
@media screen and (min-width: 1200px) {
  #proSalesRepModal .modal-content {
    width: 106%;
  }
}
@media screen and (max-width: 991px) {
  #proSalesRepModal .modal-title {
    font-size: 40px;
    line-height: 52px;
  }
}
@media screen and (max-width: 519px) {
  #proSalesRepModal .modal-title {
    font-size: 11vw;
    line-height: 12vw;
  }
}
@media screen and (max-width: 991px) {
  #proSalesRepModal .meet-specialist {
    font-size: 24px;
    font-weight: var(--behr-normal);
    line-height: 35px;
  }
}
@media screen and (max-width: 519px) {
  #proSalesRepModal .meet-specialist {
    font-size: 6vw;
    line-height: 6vw;
  }
}
#proSalesRepModal_sfAcknowledgeModal .sfAcknowledgeBody .thankyou {
  font-family: var(--behr-body-and-label-font);
  font-weight: var(--behr-normal);
  font-size: 42px;
  line-height: 42px;
}

#proSalesRepModal_sfAcknowledgeModal .modal-header button {
  font-family: var(--behr-body-and-label-font);
  font-weight: var(--behr-normal);
  font-size: 22px;
  line-height: 22px;
}

#proSalesRepModal_sfAcknowledgeModal .modal-body {
  margin-bottom: 5%;
}

#proSalesRepModal_sfAcknowledgeModal .sfAcknowledgeBody .message,
#proSalesRepModal_sfAcknowledgeModal .sfAcknowledgeBody .close-message {
  font-family: var(--behr-body-and-label-font);
  font-weight: var(--behr-normal);
  font-size: 22px;
  line-height: 22px;
}

@media screen and (max-width: 991px) {
  body[data-device=ipad] #proSalesRepModal .proSalesRepModalForm-section .proSalesRepModalForm-form .paintRole_row .show .dropdown-menu,
  body[data-device=iphone] #proSalesRepModal .proSalesRepModalForm-section .proSalesRepModalForm-form .paintRole_row .show .dropdown-menu {
    transform: translate3d(0px, 0px, 0px) !important;
  }
}
@media screen and (max-width: 991px) {
  body[data-device=ipad] #proSalesRepModal .proSalesRepModalForm-section .proSalesRepModalForm-form input[type=checkbox],
  body[data-device=iphone] #proSalesRepModal .proSalesRepModalForm-section .proSalesRepModalForm-form input[type=checkbox] {
    padding: 2px;
  }
}
@media screen and (min-width: 992px) {
  #proSdnd-esModal {
    left: -19%;
    width: 120%;
  }
}
@media screen and (min-width: 1200px) {
  #proSdnd-esModal {
    left: -9%;
    width: 113%;
  }
}
#proSdnd-esModal .discount ul li {
  font-size: 16px;
}

#proSdnd-esModal .proSdndModalForm-es-section .container {
  padding: 0% !important;
}

@media screen and (min-width: 1200px) {
  #proSdnd-esModal .proSdndModalForm-es-section .container {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
#proSdnd-esModal .proSdndModalForm-es-section label {
  font-family: var(--behr-body-and-label-font);
  font-weight: var(--behr-normal);
  font-size: 16px;
  line-height: 1px;
}

#proSdnd-esModal .proSdndModalForm-es-section .proSdndModalForm-es-description {
  font-family: var(--behr-body-and-label-font);
  font-weight: 600 !important;
  font-size: 18px;
  line-height: 24px;
  text-transform: none;
}

#proSdnd-esModal .proSdndModalForm-es-section .required_field_text_label {
  font-family: var(--behr-body-and-label-font);
  font-weight: var(--behr-normal);
  font-size: 13px;
  line-height: 24px;
}

@media screen and (max-width: 991px) {
  #proSdnd-esModal .proSdndModalForm-es-section .proSdndModalForm-es-form {
    margin: 0% !important;
    padding: 0 2rem !important;
  }
}
#proSdnd-esModal .proSdndModalForm-es-section .proSdndModalForm-es-form .paintRole_row .dropdown {
  display: inline;
}

#proSdnd-esModal .proSdndModalForm-es-section .proSdndModalForm-es-form .paintRole_row button {
  max-width: none;
  margin-right: unset;
  font-family: var(--behr-body-and-label-font--bold);
  font-weight: var(--behr-bold);
  display: flex;
  justify-content: left;
  padding: 9px 10px;
  height: 36px;
  background: #EAEAEA;
  text-align: left;
  border: 1px solid #A3A3A3;
}

#proSdnd-esModal .proSdndModalForm-es-section .proSdndModalForm-es-form .paintRole_row button::after {
  border: solid #474747;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  position: absolute;
  top: 10px;
  right: 15px;
}

#proSdnd-esModal .proSdndModalForm-es-section .proSdndModalForm-es-form .paintRole_row button:hover, #proSdnd-esModal .proSdndModalForm-es-section .proSdndModalForm-es-form .paintRole_row button:focus {
  color: black;
  box-shadow: none;
}

@media screen and (max-width: 400px) {
  #proSdnd-esModal .proSdndModalForm-es-section .proSdndModalForm-es-form .paintRole_row button {
    width: 100%;
  }
}
#proSdnd-esModal .proSdndModalForm-es-section .proSdndModalForm-es-form .paintRole_row .show button::after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
}

#proSdnd-esModal .proSdndModalForm-es-section .proSdndModalForm-es-form .paintRole_row .show .dropdown-menu {
  background: #fff;
  margin: 0%;
  padding: 0%;
}

#proSdnd-esModal .proSdndModalForm-es-section .proSdndModalForm-es-form .paintRole_row .show .dropdown-item {
  font-family: var(--behr-body-and-label-font--bold);
  font-weight: var(--behr-bold);
  font-size: 16px;
  padding: 0.25rem 10px;
}

#proSdnd-esModal .proSdndModalForm-es-section .proSdndModalForm-es-form .paintRole_row .show .dropdown-item.active, #proSdnd-esModal .proSdndModalForm-es-section .proSdndModalForm-es-form .paintRole_row .show .dropdown-item:hover {
  color: #ffffff !important;
  background: #4E4E4E;
  cursor: pointer;
}

#proSdnd-esModal .proSdndModalForm-es-section .proSdndModalForm-es-form label[for=behrProWebsite] {
  line-height: 18px;
}

#proSdnd-esModal .proSdndModalForm-es-section .proSdndModalForm-es-form input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 10px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px ridge #a3a3a3;
  box-sizing: content-box;
  margin: auto;
}

#proSdnd-esModal .proSdndModalForm-es-section .proSdndModalForm-es-form input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  display: block;
  border: solid #37be25;
  border-width: 0 4px 4px 0;
  width: 9px;
  height: 16px;
  left: 6px;
  top: 2px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}

#proSdnd-esModal .proSdndModalForm-es-section .proSdndModalForm-es-form input[name=error_message] {
  top: 0;
  z-index: -1;
}

#proSdnd-esModal .proSdndModalForm-es-section .proSdndModalForm-es-form .hidden_recaptcha_row .hidden_recaptcha-form-group input[name=hidden_recaptcha] {
  position: absolute;
  top: 55%;
  left: 19%;
  width: 1%;
  z-index: -1;
}

#proSdnd-esModal .proSdndModalForm-es-section .proSdndModalForm-es-form .behrProSusbcription_row .behrProWebsite_checkbox_label {
  margin: 0 4%;
}

@media screen and (max-width: 991px) {
  #proSdnd-esModal .proSdndModalForm-es-section .proSdndModalForm-es-form .behrProSusbcription_row .behrProWebsite_checkbox_label {
    margin: 0 8%;
  }
}
#proSdnd-esModal .proSdndModalForm-es-section .proSdndModalForm-es-form .behrProSusbcription_row .behrProWebsite_checkbox_label label {
  line-height: 16px;
}

@media screen and (max-width: 991px) {
  #proSdnd-esModal .proSdndModalForm-es-section .proSdndModalForm-es-form .proSdndModalForm-row {
    margin-left: -15px !important;
  }
}
@media screen and (max-width: 991px) {
  #proSdnd-esModal .proSdndModalForm-es-section .proSdndModalForm-es-header .proSdndModalForm-es-div-description {
    margin: 0% !important;
    padding: 0% !important;
  }
}
@media (min-width: 992px) {
  #proSdnd-esModal .proSdndModalForm-es-section .proSdndModalForm-es-header .proSdndModalForm-es-div-description {
    margin: 1rem 1.9rem !important;
  }
}
@media screen and (max-width: 991px) {
  #proSdnd-esModal .proSdndModalForm-es-section .proSdndModalForm-es-description {
    padding: 1rem 30px;
  }
}
#proSdnd-esModal .not_your_store {
  font-family: var(--behr-atf-500);
  font-weight: var(--behr-bold);
  font-size: 16px;
  line-height: 27px;
}

@media screen and (min-width: 992px) {
  #proSdnd-esModal .background-rep-info,
  #proSdnd-esModal .background-specialist-info {
    background-color: rgba(216, 216, 216, 0.2) !important;
  }
}
#proSdnd-esModal .background-rep-info .specialist_info,
#proSdnd-esModal .background-specialist-info .specialist_info {
  display: none !important;
}

#proSdnd-esModal .background-rep-info .specialist_info .specialist_info_block_col .repCall,
#proSdnd-esModal .background-rep-info .specialist_info .specialist_info_block_col .contactARep,
#proSdnd-esModal .background-specialist-info .specialist_info .specialist_info_block_col .repCall,
#proSdnd-esModal .background-specialist-info .specialist_info .specialist_info_block_col .contactARep {
  font-family: var(--behr-body-and-label-font);
  font-weight: var(--behr-normal);
  font-size: 15px;
}

#proSdnd-esModal .background-rep-info .specialist_info .specialist_info_block_col .repCall .text-enabled,
#proSdnd-esModal .background-specialist-info .specialist_info .specialist_info_block_col .repCall .text-enabled {
  font-size: 12px;
}

@media screen and (max-width: 991px) {
  #proSdnd-esModal .background-rep-info .specialist_info .specialist_info_block_col .repCall .specialist-phone,
  #proSdnd-esModal .background-specialist-info .specialist_info .specialist_info_block_col .repCall .specialist-phone {
    font-family: var(--behr-body-and-label-font--bold);
    font-weight: var(--behr-bold);
    color: #c94f15;
  }
}
#proSdnd-esModal .background-rep-info .specialist_info .specialist_info_block_col .specialist-name,
#proSdnd-esModal .background-specialist-info .specialist_info .specialist_info_block_col .specialist-name {
  font-family: var(--behr-body-and-label-font--bold);
  font-weight: var(--behr-bold);
  font-size: 28px;
}

@media screen and (max-width: 991px) {
  #proSdnd-esModal .background-rep-info .specialist_info .specialist_info_block_col .specialist-name,
  #proSdnd-esModal .background-specialist-info .specialist_info .specialist_info_block_col .specialist-name {
    font-size: 24px;
  }
}
@media screen and (max-width: 406px) {
  #proSdnd-esModal .background-rep-info .specialist_info .specialist_info_block_col .specialist-name,
  #proSdnd-esModal .background-specialist-info .specialist_info .specialist_info_block_col .specialist-name {
    font-size: 21px;
  }
}
#proSdnd-esModal .background-rep-info .specialist_info .specialist_info_block_col .rep-specialist-email,
#proSdnd-esModal .background-specialist-info .specialist_info .specialist_info_block_col .rep-specialist-email {
  font-size: 13px;
  font-family: var(--behr-body-and-label-font--bold);
  font-weight: var(--behr-bold);
}

@media screen and (max-width: 991px) {
  #proSdnd-esModal .background-rep-info .specialist_info .specialist_info_block_col .rep-specialist-email,
  #proSdnd-esModal .background-specialist-info .specialist_info .specialist_info_block_col .rep-specialist-email {
    font-size: 12px;
  }
}
#proSdnd-esModal .background-rep-info .specialist_info .specialist_info_block_col .rep-street-address,
#proSdnd-esModal .background-specialist-info .specialist_info .specialist_info_block_col .rep-street-address {
  font-family: var(--behr-body-and-label-font);
  font-weight: var(--behr-normal);
  font-size: 15px;
}

@media screen and (min-width: 992px) {
  #proSdnd-esModal .background-rep-info .specialist_info_block .specialist_info_block_col,
  #proSdnd-esModal .background-specialist-info .specialist_info_block .specialist_info_block_col {
    max-width: 85%;
  }
}
@media screen and (min-width: 1200px) {
  #proSdnd-esModal .background-rep-info .specialist_info_block .specialist_info_block_col,
  #proSdnd-esModal .background-specialist-info .specialist_info_block .specialist_info_block_col {
    max-width: 65%;
  }
}
@media screen and (min-width: 992px) {
  #proSdnd-esModal .background-rep-info .specialist_info_block .specialist_info_block_col.specialist_info_block_col_two,
  #proSdnd-esModal .background-specialist-info .specialist_info_block .specialist_info_block_col.specialist_info_block_col_two {
    max-width: 50%;
  }
}
#proSdnd-esModal .background-rep-info .close-x,
#proSdnd-esModal .background-specialist-info .close-x {
  height: 1%;
}

@media screen and (min-width: 992px) {
  #proSdnd-esModal .background-rep-info .rep_detail_map,
  #proSdnd-esModal .background-specialist-info .rep_detail_map {
    flex: 0 0 81%;
    max-width: 81%;
  }
}
#proSdnd-esModal .background-rep-info .rep_location_map,
#proSdnd-esModal .background-specialist-info .rep_location_map {
  display: none !important;
}

#proSdnd-esModal .specialist-description {
  line-height: 25px;
}

#proSdnd-esModal .repImage {
  border: 1px solid lightgray;
}

#proSdnd-esModal .ph-static-map {
  height: 100%;
}

@media screen and (max-width: 991px) {
  #proSdnd-esModal .ph-static-map {
    height: 410px;
  }
}
@media screen and (min-width: 992px) {
  #proSdnd-esModal .modal-content {
    width: 125%;
  }
}
@media screen and (min-width: 1200px) {
  #proSdnd-esModal .modal-content {
    width: 106%;
  }
}
@media screen and (max-width: 991px) {
  #proSdnd-esModal .modal-title {
    font-size: 40px;
    line-height: 52px;
  }
}
@media screen and (max-width: 519px) {
  #proSdnd-esModal .modal-title {
    font-size: 11vw;
    line-height: 12vw;
  }
}
@media screen and (max-width: 991px) {
  #proSdnd-esModal .meet-specialist {
    font-size: 24px;
    font-weight: var(--behr-normal);
    line-height: 35px;
  }
}
@media screen and (max-width: 519px) {
  #proSdnd-esModal .meet-specialist {
    font-size: 6vw;
    line-height: 6vw;
  }
}
#proSdnd-esModal_sfAcknowledgeModal .sfAcknowledgeBody .thankyou {
  font-family: var(--behr-body-and-label-font);
  font-weight: var(--behr-normal);
  font-size: 42px;
  line-height: 42px;
}

#proSdnd-esModal_sfAcknowledgeModal .modal-header button {
  font-family: var(--behr-body-and-label-font);
  font-weight: var(--behr-normal);
  font-size: 22px;
  line-height: 22px;
}

#proSdnd-esModal_sfAcknowledgeModal .modal-body {
  margin-bottom: 5%;
}

#proSdnd-esModal_sfAcknowledgeModal .sfAcknowledgeBody .message,
#proSdnd-esModal_sfAcknowledgeModal .sfAcknowledgeBody .close-message {
  font-family: var(--behr-body-and-label-font);
  font-weight: var(--behr-normal);
  font-size: 22px;
  line-height: 22px;
}

@media screen and (max-width: 991px) {
  body[data-device=ipad] #proSdnd-esModal .proSdndModalForm-es-section .proSdndModalForm-es-form .paintRole_row .show .dropdown-menu,
  body[data-device=iphone] #proSdnd-esModal .proSdndModalForm-es-section .proSdndModalForm-es-form .paintRole_row .show .dropdown-menu {
    transform: translate3d(0px, 0px, 0px) !important;
  }
}
@media screen and (max-width: 991px) {
  body[data-device=ipad] #proSdnd-esModal .proSdndModalForm-es-section .proSdndModalForm-es-form input[type=checkbox],
  body[data-device=iphone] #proSdnd-esModal .proSdndModalForm-es-section .proSdndModalForm-es-form input[type=checkbox] {
    padding: 2px;
  }
}
@media screen and (min-width: 992px) {
  #proSpecialist-esModal {
    left: -19%;
    width: 120%;
  }
}
@media screen and (min-width: 1200px) {
  #proSpecialist-esModal {
    left: -9%;
    width: 113%;
  }
}
#proSpecialist-esModal .discount ul li {
  font-size: 16px;
}

#proSpecialist-esModal .proSpecialistModalForm-es-section .container {
  padding: 0% !important;
}

@media screen and (min-width: 1200px) {
  #proSpecialist-esModal .proSpecialistModalForm-es-section .container {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
#proSpecialist-esModal .proSpecialistModalForm-es-section label {
  font-family: var(--behr-body-and-label-font);
  font-weight: var(--behr-normal);
  font-size: 16px;
  line-height: 1px;
}

#proSpecialist-esModal .proSpecialistModalForm-es-section .proSpecialistModalForm-es-description {
  font-family: var(--behr-body-and-label-font);
  font-weight: 600 !important;
  font-size: 18px;
  line-height: 24px;
  text-transform: none;
}

#proSpecialist-esModal .proSpecialistModalForm-es-section .required_field_text_label {
  font-family: var(--behr-body-and-label-font);
  font-weight: var(--behr-normal);
  font-size: 13px;
  line-height: 24px;
}

@media screen and (max-width: 991px) {
  #proSpecialist-esModal .proSpecialistModalForm-es-section .proSpecialistModalForm-es-form {
    margin: 0% !important;
    padding: 0 2rem !important;
  }
}
#proSpecialist-esModal .proSpecialistModalForm-es-section .proSpecialistModalForm-es-form .paintRole_row .dropdown {
  display: inline;
}

#proSpecialist-esModal .proSpecialistModalForm-es-section .proSpecialistModalForm-es-form .paintRole_row button {
  max-width: none;
  margin-right: unset;
  font-family: var(--behr-body-and-label-font--bold);
  font-weight: var(--behr-bold);
  display: flex;
  justify-content: left;
  padding: 9px 10px;
  height: 36px;
  background: #EAEAEA;
  text-align: left;
  border: 1px solid #A3A3A3;
}

#proSpecialist-esModal .proSpecialistModalForm-es-section .proSpecialistModalForm-es-form .paintRole_row button::after {
  border: solid #474747;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  position: absolute;
  top: 10px;
  right: 15px;
}

#proSpecialist-esModal .proSpecialistModalForm-es-section .proSpecialistModalForm-es-form .paintRole_row button:hover, #proSpecialist-esModal .proSpecialistModalForm-es-section .proSpecialistModalForm-es-form .paintRole_row button:focus {
  color: black;
  box-shadow: none;
}

@media screen and (max-width: 400px) {
  #proSpecialist-esModal .proSpecialistModalForm-es-section .proSpecialistModalForm-es-form .paintRole_row button {
    width: 100%;
  }
}
#proSpecialist-esModal .proSpecialistModalForm-es-section .proSpecialistModalForm-es-form .paintRole_row .show button::after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
}

#proSpecialist-esModal .proSpecialistModalForm-es-section .proSpecialistModalForm-es-form .paintRole_row .show .dropdown-menu {
  background: #fff;
  margin: 0%;
  padding: 0%;
}

#proSpecialist-esModal .proSpecialistModalForm-es-section .proSpecialistModalForm-es-form .paintRole_row .show .dropdown-item {
  font-family: var(--behr-body-and-label-font--bold);
  font-weight: var(--behr-bold);
  font-size: 16px;
  padding: 0.25rem 10px;
}

#proSpecialist-esModal .proSpecialistModalForm-es-section .proSpecialistModalForm-es-form .paintRole_row .show .dropdown-item.active, #proSpecialist-esModal .proSpecialistModalForm-es-section .proSpecialistModalForm-es-form .paintRole_row .show .dropdown-item:hover {
  color: #ffffff !important;
  background: #4E4E4E;
  cursor: pointer;
}

#proSpecialist-esModal .proSpecialistModalForm-es-section .proSpecialistModalForm-es-form label[for=behrProWebsite] {
  line-height: 18px;
}

#proSpecialist-esModal .proSpecialistModalForm-es-section .proSpecialistModalForm-es-form input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 10px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px ridge #a3a3a3;
  box-sizing: content-box;
  margin: auto;
}

#proSpecialist-esModal .proSpecialistModalForm-es-section .proSpecialistModalForm-es-form input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  display: block;
  border: solid #37be25;
  border-width: 0 4px 4px 0;
  width: 9px;
  height: 16px;
  left: 6px;
  top: 2px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}

#proSpecialist-esModal .proSpecialistModalForm-es-section .proSpecialistModalForm-es-form input[name=error_message] {
  top: 0;
  z-index: -1;
}

#proSpecialist-esModal .proSpecialistModalForm-es-section .proSpecialistModalForm-es-form .hidden_recaptcha_row .hidden_recaptcha-form-group input[name=hidden_recaptcha] {
  position: absolute;
  top: 55%;
  left: 19%;
  width: 1%;
  z-index: -1;
}

#proSpecialist-esModal .proSpecialistModalForm-es-section .proSpecialistModalForm-es-form .behrProSusbcription_row .behrProWebsite_checkbox_label {
  margin: 0 4%;
}

@media screen and (max-width: 991px) {
  #proSpecialist-esModal .proSpecialistModalForm-es-section .proSpecialistModalForm-es-form .behrProSusbcription_row .behrProWebsite_checkbox_label {
    margin: 0 8%;
  }
}
#proSpecialist-esModal .proSpecialistModalForm-es-section .proSpecialistModalForm-es-form .behrProSusbcription_row .behrProWebsite_checkbox_label label {
  line-height: 16px;
}

@media screen and (max-width: 991px) {
  #proSpecialist-esModal .proSpecialistModalForm-es-section .proSpecialistModalForm-es-form .proSdndModalForm-row {
    margin-left: -15px !important;
  }
}
@media screen and (max-width: 991px) {
  #proSpecialist-esModal .proSpecialistModalForm-es-section .proSpecialistModalForm-es-header .proSpecialistModalForm-es-div-description {
    margin: 0% !important;
    padding: 0% !important;
  }
}
@media (min-width: 992px) {
  #proSpecialist-esModal .proSpecialistModalForm-es-section .proSpecialistModalForm-es-header .proSpecialistModalForm-es-div-description {
    margin: 1rem 1.9rem !important;
  }
}
@media screen and (max-width: 991px) {
  #proSpecialist-esModal .proSpecialistModalForm-es-section .proSpecialistModalForm-es-description {
    padding: 1rem 30px;
  }
}
#proSpecialist-esModal .not_your_store {
  font-family: var(--behr-atf-500);
  font-weight: var(--behr-bold);
  font-size: 16px;
  line-height: 27px;
}

@media screen and (min-width: 992px) {
  #proSpecialist-esModal .background-rep-info,
  #proSpecialist-esModal .background-specialist-info {
    background-color: rgba(216, 216, 216, 0.2) !important;
  }
}
#proSpecialist-esModal .background-rep-info .specialist_info,
#proSpecialist-esModal .background-specialist-info .specialist_info {
  display: none !important;
}

#proSpecialist-esModal .background-rep-info .specialist_info .specialist_info_block_col .repCall,
#proSpecialist-esModal .background-rep-info .specialist_info .specialist_info_block_col .contactARep,
#proSpecialist-esModal .background-specialist-info .specialist_info .specialist_info_block_col .repCall,
#proSpecialist-esModal .background-specialist-info .specialist_info .specialist_info_block_col .contactARep {
  font-family: var(--behr-body-and-label-font);
  font-weight: var(--behr-normal);
  font-size: 15px;
}

#proSpecialist-esModal .background-rep-info .specialist_info .specialist_info_block_col .repCall .text-enabled,
#proSpecialist-esModal .background-specialist-info .specialist_info .specialist_info_block_col .repCall .text-enabled {
  font-size: 12px;
}

@media screen and (max-width: 991px) {
  #proSpecialist-esModal .background-rep-info .specialist_info .specialist_info_block_col .repCall .specialist-phone,
  #proSpecialist-esModal .background-specialist-info .specialist_info .specialist_info_block_col .repCall .specialist-phone {
    font-family: var(--behr-body-and-label-font--bold);
    font-weight: var(--behr-bold);
    color: #c94f15;
  }
}
#proSpecialist-esModal .background-rep-info .specialist_info .specialist_info_block_col .specialist-name,
#proSpecialist-esModal .background-specialist-info .specialist_info .specialist_info_block_col .specialist-name {
  font-family: var(--behr-body-and-label-font--bold);
  font-weight: var(--behr-bold);
  font-size: 28px;
}

@media screen and (max-width: 991px) {
  #proSpecialist-esModal .background-rep-info .specialist_info .specialist_info_block_col .specialist-name,
  #proSpecialist-esModal .background-specialist-info .specialist_info .specialist_info_block_col .specialist-name {
    font-size: 24px;
  }
}
@media screen and (max-width: 406px) {
  #proSpecialist-esModal .background-rep-info .specialist_info .specialist_info_block_col .specialist-name,
  #proSpecialist-esModal .background-specialist-info .specialist_info .specialist_info_block_col .specialist-name {
    font-size: 21px;
  }
}
#proSpecialist-esModal .background-rep-info .specialist_info .specialist_info_block_col .rep-specialist-email,
#proSpecialist-esModal .background-specialist-info .specialist_info .specialist_info_block_col .rep-specialist-email {
  font-size: 13px;
  font-family: var(--behr-body-and-label-font--bold);
  font-weight: var(--behr-bold);
}

@media screen and (max-width: 991px) {
  #proSpecialist-esModal .background-rep-info .specialist_info .specialist_info_block_col .rep-specialist-email,
  #proSpecialist-esModal .background-specialist-info .specialist_info .specialist_info_block_col .rep-specialist-email {
    font-size: 12px;
  }
}
#proSpecialist-esModal .background-rep-info .specialist_info .specialist_info_block_col .rep-street-address,
#proSpecialist-esModal .background-specialist-info .specialist_info .specialist_info_block_col .rep-street-address {
  font-family: var(--behr-body-and-label-font);
  font-weight: var(--behr-normal);
  font-size: 15px;
}

@media screen and (min-width: 992px) {
  #proSpecialist-esModal .background-rep-info .specialist_info_block .specialist_info_block_col,
  #proSpecialist-esModal .background-specialist-info .specialist_info_block .specialist_info_block_col {
    max-width: 85%;
  }
}
@media screen and (min-width: 1200px) {
  #proSpecialist-esModal .background-rep-info .specialist_info_block .specialist_info_block_col,
  #proSpecialist-esModal .background-specialist-info .specialist_info_block .specialist_info_block_col {
    max-width: 65%;
  }
}
@media screen and (min-width: 992px) {
  #proSpecialist-esModal .background-rep-info .specialist_info_block .specialist_info_block_col.specialist_info_block_col_two,
  #proSpecialist-esModal .background-specialist-info .specialist_info_block .specialist_info_block_col.specialist_info_block_col_two {
    max-width: 50%;
  }
}
#proSpecialist-esModal .background-rep-info .close-x,
#proSpecialist-esModal .background-specialist-info .close-x {
  height: 1%;
}

@media screen and (min-width: 992px) {
  #proSpecialist-esModal .background-rep-info .rep_detail_map,
  #proSpecialist-esModal .background-specialist-info .rep_detail_map {
    flex: 0 0 81%;
    max-width: 81%;
  }
}
#proSpecialist-esModal .background-rep-info .rep_location_map,
#proSpecialist-esModal .background-specialist-info .rep_location_map {
  display: none !important;
}

#proSpecialist-esModal .specialist-description {
  line-height: 25px;
}

#proSpecialist-esModal .repImage {
  border: 1px solid lightgray;
}

#proSpecialist-esModal .ph-static-map {
  height: 100%;
}

@media screen and (max-width: 991px) {
  #proSpecialist-esModal .ph-static-map {
    height: 410px;
  }
}
@media screen and (min-width: 992px) {
  #proSpecialist-esModal .modal-content {
    width: 125%;
  }
}
@media screen and (min-width: 1200px) {
  #proSpecialist-esModal .modal-content {
    width: 106%;
  }
}
@media screen and (max-width: 991px) {
  #proSpecialist-esModal .modal-title {
    font-size: 40px;
    line-height: 52px;
  }
}
@media screen and (max-width: 519px) {
  #proSpecialist-esModal .modal-title {
    font-size: 11vw;
    line-height: 12vw;
  }
}
@media screen and (max-width: 991px) {
  #proSpecialist-esModal .meet-specialist {
    font-size: 24px;
    font-weight: var(--behr-normal);
    line-height: 35px;
  }
}
@media screen and (max-width: 519px) {
  #proSpecialist-esModal .meet-specialist {
    font-size: 6vw;
    line-height: 6vw;
  }
}
#proSpecialist-esModal_sfAcknowledgeModal .sfAcknowledgeBody .thankyou {
  font-family: var(--behr-body-and-label-font);
  font-weight: var(--behr-normal);
  font-size: 42px;
  line-height: 42px;
}

#proSpecialist-esModal_sfAcknowledgeModal .modal-header button {
  font-family: var(--behr-body-and-label-font);
  font-weight: var(--behr-normal);
  font-size: 22px;
  line-height: 22px;
}

#proSpecialist-esModal_sfAcknowledgeModal .modal-body {
  margin-bottom: 5%;
}

#proSpecialist-esModal_sfAcknowledgeModal .sfAcknowledgeBody .message,
#proSpecialist-esModal_sfAcknowledgeModal .sfAcknowledgeBody .close-message {
  font-family: var(--behr-body-and-label-font);
  font-weight: var(--behr-normal);
  font-size: 22px;
  line-height: 22px;
}

@media screen and (max-width: 991px) {
  body[data-device=ipad] #proSpecialist-esModal .proSpecialistModalForm-es-section .proSpecialistModalForm-es-form .paintRole_row .show .dropdown-menu,
  body[data-device=iphone] #proSpecialist-esModal .proSpecialistModalForm-es-section .proSpecialistModalForm-es-form .paintRole_row .show .dropdown-menu {
    transform: translate3d(0px, 0px, 0px) !important;
  }
}
@media screen and (max-width: 991px) {
  body[data-device=ipad] #proSpecialist-esModal .proSpecialistModalForm-es-section .proSpecialistModalForm-es-form input[type=checkbox],
  body[data-device=iphone] #proSpecialist-esModal .proSpecialistModalForm-es-section .proSpecialistModalForm-es-form input[type=checkbox] {
    padding: 2px;
  }
}
@media screen and (min-width: 992px) {
  #proSalesRep-esModal {
    left: -19%;
    width: 120%;
  }
}
@media screen and (min-width: 1200px) {
  #proSalesRep-esModal {
    left: -9%;
    width: 113%;
  }
}
#proSalesRep-esModal .discount ul li {
  font-size: 16px;
}

#proSalesRep-esModal .proSalesRepModalForm-es-section .container {
  padding: 0% !important;
}

@media screen and (min-width: 1200px) {
  #proSalesRep-esModal .proSalesRepModalForm-es-section .container {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
#proSalesRep-esModal .proSalesRepModalForm-es-section label {
  font-family: var(--behr-body-and-label-font);
  font-weight: var(--behr-normal);
  font-size: 16px;
  line-height: 1px;
}

#proSalesRep-esModal .proSalesRepModalForm-es-section .proSalesRepModalForm-es-description {
  font-family: var(--behr-body-and-label-font);
  font-weight: 600 !important;
  font-size: 18px;
  line-height: 24px;
  text-transform: none;
}

#proSalesRep-esModal .proSalesRepModalForm-es-section .required_field_text_label {
  font-family: var(--behr-body-and-label-font);
  font-weight: var(--behr-normal);
  font-size: 13px;
  line-height: 24px;
}

@media screen and (max-width: 991px) {
  #proSalesRep-esModal .proSalesRepModalForm-es-section .proSalesRepModalForm-es-form {
    margin: 0% !important;
    padding: 0 2rem !important;
  }
}
#proSalesRep-esModal .proSalesRepModalForm-es-section .proSalesRepModalForm-es-form .paintRole_row .dropdown {
  display: inline;
}

#proSalesRep-esModal .proSalesRepModalForm-es-section .proSalesRepModalForm-es-form .paintRole_row button {
  max-width: none;
  margin-right: unset;
  font-family: var(--behr-body-and-label-font--bold);
  font-weight: var(--behr-bold);
  display: flex;
  justify-content: left;
  padding: 9px 10px;
  height: 36px;
  background: #EAEAEA;
  text-align: left;
  border: 1px solid #A3A3A3;
}

#proSalesRep-esModal .proSalesRepModalForm-es-section .proSalesRepModalForm-es-form .paintRole_row button::after {
  border: solid #474747;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  position: absolute;
  top: 10px;
  right: 15px;
}

#proSalesRep-esModal .proSalesRepModalForm-es-section .proSalesRepModalForm-es-form .paintRole_row button:hover, #proSalesRep-esModal .proSalesRepModalForm-es-section .proSalesRepModalForm-es-form .paintRole_row button:focus {
  color: black;
  box-shadow: none;
}

@media screen and (max-width: 400px) {
  #proSalesRep-esModal .proSalesRepModalForm-es-section .proSalesRepModalForm-es-form .paintRole_row button {
    width: 100%;
  }
}
#proSalesRep-esModal .proSalesRepModalForm-es-section .proSalesRepModalForm-es-form .paintRole_row .show button::after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
}

#proSalesRep-esModal .proSalesRepModalForm-es-section .proSalesRepModalForm-es-form .paintRole_row .show .dropdown-menu {
  background: #fff;
  margin: 0%;
  padding: 0%;
}

#proSalesRep-esModal .proSalesRepModalForm-es-section .proSalesRepModalForm-es-form .paintRole_row .show .dropdown-item {
  font-family: var(--behr-body-and-label-font--bold);
  font-weight: var(--behr-bold);
  font-size: 16px;
  padding: 0.25rem 10px;
}

#proSalesRep-esModal .proSalesRepModalForm-es-section .proSalesRepModalForm-es-form .paintRole_row .show .dropdown-item.active, #proSalesRep-esModal .proSalesRepModalForm-es-section .proSalesRepModalForm-es-form .paintRole_row .show .dropdown-item:hover {
  color: #ffffff !important;
  background: #4E4E4E;
  cursor: pointer;
}

#proSalesRep-esModal .proSalesRepModalForm-es-section .proSalesRepModalForm-es-form label[for=behrProWebsite] {
  line-height: 18px;
}

#proSalesRep-esModal .proSalesRepModalForm-es-section .proSalesRepModalForm-es-form input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 10px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px ridge #a3a3a3;
  box-sizing: content-box;
  margin: auto;
}

#proSalesRep-esModal .proSalesRepModalForm-es-section .proSalesRepModalForm-es-form input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  display: block;
  border: solid #37be25;
  border-width: 0 4px 4px 0;
  width: 9px;
  height: 16px;
  left: 6px;
  top: 2px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}

#proSalesRep-esModal .proSalesRepModalForm-es-section .proSalesRepModalForm-es-form input[name=error_message] {
  top: 0;
  z-index: -1;
}

#proSalesRep-esModal .proSalesRepModalForm-es-section .proSalesRepModalForm-es-form .hidden_recaptcha_row .hidden_recaptcha-form-group input[name=hidden_recaptcha] {
  position: absolute;
  top: 55%;
  left: 19%;
  width: 1%;
  z-index: -1;
}

#proSalesRep-esModal .proSalesRepModalForm-es-section .proSalesRepModalForm-es-form .behrProSusbcription_row .behrProWebsite_checkbox_label {
  margin: 0 4%;
}

@media screen and (max-width: 991px) {
  #proSalesRep-esModal .proSalesRepModalForm-es-section .proSalesRepModalForm-es-form .behrProSusbcription_row .behrProWebsite_checkbox_label {
    margin: 0 8%;
  }
}
#proSalesRep-esModal .proSalesRepModalForm-es-section .proSalesRepModalForm-es-form .behrProSusbcription_row .behrProWebsite_checkbox_label label {
  line-height: 16px;
}

@media screen and (max-width: 991px) {
  #proSalesRep-esModal .proSalesRepModalForm-es-section .proSalesRepModalForm-es-form .proSdndModalForm-row {
    margin-left: -15px !important;
  }
}
@media screen and (max-width: 991px) {
  #proSalesRep-esModal .proSalesRepModalForm-es-section .proSalesRepModalForm-es-header .proSalesRepModalForm-es-div-description {
    margin: 0% !important;
    padding: 0% !important;
  }
}
@media (min-width: 992px) {
  #proSalesRep-esModal .proSalesRepModalForm-es-section .proSalesRepModalForm-es-header .proSalesRepModalForm-es-div-description {
    margin: 1rem 1.9rem !important;
  }
}
@media screen and (max-width: 991px) {
  #proSalesRep-esModal .proSalesRepModalForm-es-section .proSalesRepModalForm-es-description {
    padding: 1rem 30px;
  }
}
#proSalesRep-esModal .not_your_store {
  font-family: var(--behr-atf-500);
  font-weight: var(--behr-bold);
  font-size: 16px;
  line-height: 27px;
}

@media screen and (min-width: 992px) {
  #proSalesRep-esModal .background-rep-info,
  #proSalesRep-esModal .background-specialist-info {
    background-color: rgba(216, 216, 216, 0.2) !important;
  }
}
#proSalesRep-esModal .background-rep-info .specialist_info,
#proSalesRep-esModal .background-specialist-info .specialist_info {
  display: none !important;
}

#proSalesRep-esModal .background-rep-info .specialist_info .specialist_info_block_col .repCall,
#proSalesRep-esModal .background-rep-info .specialist_info .specialist_info_block_col .contactARep,
#proSalesRep-esModal .background-specialist-info .specialist_info .specialist_info_block_col .repCall,
#proSalesRep-esModal .background-specialist-info .specialist_info .specialist_info_block_col .contactARep {
  font-family: var(--behr-body-and-label-font);
  font-weight: var(--behr-normal);
  font-size: 15px;
}

#proSalesRep-esModal .background-rep-info .specialist_info .specialist_info_block_col .repCall .text-enabled,
#proSalesRep-esModal .background-specialist-info .specialist_info .specialist_info_block_col .repCall .text-enabled {
  font-size: 12px;
}

@media screen and (max-width: 991px) {
  #proSalesRep-esModal .background-rep-info .specialist_info .specialist_info_block_col .repCall .specialist-phone,
  #proSalesRep-esModal .background-specialist-info .specialist_info .specialist_info_block_col .repCall .specialist-phone {
    font-family: var(--behr-body-and-label-font--bold);
    font-weight: var(--behr-bold);
    color: #c94f15;
  }
}
#proSalesRep-esModal .background-rep-info .specialist_info .specialist_info_block_col .specialist-name,
#proSalesRep-esModal .background-specialist-info .specialist_info .specialist_info_block_col .specialist-name {
  font-family: var(--behr-body-and-label-font--bold);
  font-weight: var(--behr-bold);
  font-size: 28px;
}

@media screen and (max-width: 991px) {
  #proSalesRep-esModal .background-rep-info .specialist_info .specialist_info_block_col .specialist-name,
  #proSalesRep-esModal .background-specialist-info .specialist_info .specialist_info_block_col .specialist-name {
    font-size: 24px;
  }
}
@media screen and (max-width: 406px) {
  #proSalesRep-esModal .background-rep-info .specialist_info .specialist_info_block_col .specialist-name,
  #proSalesRep-esModal .background-specialist-info .specialist_info .specialist_info_block_col .specialist-name {
    font-size: 21px;
  }
}
#proSalesRep-esModal .background-rep-info .specialist_info .specialist_info_block_col .rep-specialist-email,
#proSalesRep-esModal .background-specialist-info .specialist_info .specialist_info_block_col .rep-specialist-email {
  font-size: 13px;
  font-family: var(--behr-body-and-label-font--bold);
  font-weight: var(--behr-bold);
}

@media screen and (max-width: 991px) {
  #proSalesRep-esModal .background-rep-info .specialist_info .specialist_info_block_col .rep-specialist-email,
  #proSalesRep-esModal .background-specialist-info .specialist_info .specialist_info_block_col .rep-specialist-email {
    font-size: 12px;
  }
}
#proSalesRep-esModal .background-rep-info .specialist_info .specialist_info_block_col .rep-street-address,
#proSalesRep-esModal .background-specialist-info .specialist_info .specialist_info_block_col .rep-street-address {
  font-family: var(--behr-body-and-label-font);
  font-weight: var(--behr-normal);
  font-size: 15px;
}

@media screen and (min-width: 992px) {
  #proSalesRep-esModal .background-rep-info .specialist_info_block .specialist_info_block_col,
  #proSalesRep-esModal .background-specialist-info .specialist_info_block .specialist_info_block_col {
    max-width: 85%;
  }
}
@media screen and (min-width: 1200px) {
  #proSalesRep-esModal .background-rep-info .specialist_info_block .specialist_info_block_col,
  #proSalesRep-esModal .background-specialist-info .specialist_info_block .specialist_info_block_col {
    max-width: 65%;
  }
}
@media screen and (min-width: 992px) {
  #proSalesRep-esModal .background-rep-info .specialist_info_block .specialist_info_block_col.specialist_info_block_col_two,
  #proSalesRep-esModal .background-specialist-info .specialist_info_block .specialist_info_block_col.specialist_info_block_col_two {
    max-width: 50%;
  }
}
#proSalesRep-esModal .background-rep-info .close-x,
#proSalesRep-esModal .background-specialist-info .close-x {
  height: 1%;
}

@media screen and (min-width: 992px) {
  #proSalesRep-esModal .background-rep-info .rep_detail_map,
  #proSalesRep-esModal .background-specialist-info .rep_detail_map {
    flex: 0 0 81%;
    max-width: 81%;
  }
}
#proSalesRep-esModal .background-rep-info .rep_location_map,
#proSalesRep-esModal .background-specialist-info .rep_location_map {
  display: none !important;
}

#proSalesRep-esModal .specialist-description {
  line-height: 25px;
}

#proSalesRep-esModal .repImage {
  border: 1px solid lightgray;
}

#proSalesRep-esModal .ph-static-map {
  height: 100%;
}

@media screen and (max-width: 991px) {
  #proSalesRep-esModal .ph-static-map {
    height: 410px;
  }
}
@media screen and (min-width: 992px) {
  #proSalesRep-esModal .modal-content {
    width: 125%;
  }
}
@media screen and (min-width: 1200px) {
  #proSalesRep-esModal .modal-content {
    width: 106%;
  }
}
@media screen and (max-width: 991px) {
  #proSalesRep-esModal .modal-title {
    font-size: 40px;
    line-height: 52px;
  }
}
@media screen and (max-width: 519px) {
  #proSalesRep-esModal .modal-title {
    font-size: 11vw;
    line-height: 12vw;
  }
}
@media screen and (max-width: 991px) {
  #proSalesRep-esModal .meet-specialist {
    font-size: 24px;
    font-weight: var(--behr-normal);
    line-height: 35px;
  }
}
@media screen and (max-width: 519px) {
  #proSalesRep-esModal .meet-specialist {
    font-size: 6vw;
    line-height: 6vw;
  }
}
#proSalesRep-esModal_sfAcknowledgeModal .sfAcknowledgeBody .thankyou {
  font-family: var(--behr-body-and-label-font);
  font-weight: var(--behr-normal);
  font-size: 42px;
  line-height: 42px;
}

#proSalesRep-esModal_sfAcknowledgeModal .modal-header button {
  font-family: var(--behr-body-and-label-font);
  font-weight: var(--behr-normal);
  font-size: 22px;
  line-height: 22px;
}

#proSalesRep-esModal_sfAcknowledgeModal .modal-body {
  margin-bottom: 5%;
}

#proSalesRep-esModal_sfAcknowledgeModal .sfAcknowledgeBody .message,
#proSalesRep-esModal_sfAcknowledgeModal .sfAcknowledgeBody .close-message {
  font-family: var(--behr-body-and-label-font);
  font-weight: var(--behr-normal);
  font-size: 22px;
  line-height: 22px;
}

@media screen and (max-width: 991px) {
  body[data-device=ipad] #proSalesRep-esModal .proSalesRepModalForm-es-section .proSalesRepModalForm-es-form .paintRole_row .show .dropdown-menu,
  body[data-device=iphone] #proSalesRep-esModal .proSalesRepModalForm-es-section .proSalesRepModalForm-es-form .paintRole_row .show .dropdown-menu {
    transform: translate3d(0px, 0px, 0px) !important;
  }
}
@media screen and (max-width: 991px) {
  body[data-device=ipad] #proSalesRep-esModal .proSalesRepModalForm-es-section .proSalesRepModalForm-es-form input[type=checkbox],
  body[data-device=iphone] #proSalesRep-esModal .proSalesRepModalForm-es-section .proSalesRepModalForm-es-form input[type=checkbox] {
    padding: 2px;
  }
}
#proSalesRepModal .btn.secondary-anchor-text {
  text-align: left;
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  #proSalesRepModal .col-12.mb-3.text-nowrap.font-size-14px.d-flex.justify-content-center {
    max-width: 150px;
  }
}



