@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600,700|Muli:400,600,700');

@import url("https://use.typekit.net/zkx1fla.css");

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../../fonts/glyphicons-halflings-regular.eot');
    src: url('../../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

html {
  overflow-x: hidden;
}
body {
  overflow-x: hidden;
  font-family: 'Muli', sans-serif;
  font-weight: var(--behr-normal);
}
.component-header h1 {
  font-size: 42px;
  font-weight: var(--behr-bold);
}


.component-header h2 {
  font-size: 42px;
  font-weight: var(--behr-bold);
}
.component-header h3 {
  font-size: 30px;
  font-weight: var(--behr-bold-600);
  margin: 0;
}
.component-header p {
  font-size: 18px;
}

.header-h1 {
	font-family: muli, sans-serif;
    font-weight: var(--behr-normal);
    letter-spacing: 0;
    line-height: 1.4;
    margin: 0;
}

@media only screen and (max-width: 991px) {
  .component-header h2 {
    font-size: 30px;
  }
  .component-header h1 {
    font-size: 40px;
  }  
  .component-header p {
    font-size: 16px;
  }
}

.banner-tile h4 {
  font-size: 18px;
  font-weight: var(--behr-bold);
}
.banner-tile p {
  font-size: 14px;
}
.banner-tile .btn {
  margin-top: -40px;
}
@media all and (max-width: 575px) {
  .banner-tile .btn {
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
  }  
  .social-icon-wrapper {
    margin-right:2% !important;
  }
}

.wide-bg-gray {
  background-color: #F1F1F1;
}
.wide-bg-dark-gray {
  background-color: #4A4A4A;
}
.wide-bg-shuttle-gray {
  background-color: #474747;
}
@media all and (max-width: 991px) {
  .wide-bg-gray-sm {
    background-color: #F1F1F1;
  }
  .social-icon-wrapper{
    margin-right:4%;
  }
}

.font-xs {
  font-size: 12px;
}

/*.shadow-top::before,
.shadow-bottom::after {
    background: url(/binaries/content/gallery/behrrefresh/shadow-inner.png);
    background-repeat: no-repeat;
    display: block;
    content: "";
    background-position: bottom;
    background-size: contain;
    margin: 0 -100px;
    height: 25px;
    transform: rotate(180deg);
}*/

.shadow-bottom {
    box-shadow: 0px 17px 27px -13px rgba(128,128,128, 0.8);
    -moz-box-shadow: 0px 17px 27px -13px rgba(128,128,128, 0.8);
    -webkit-box-shadow: 0px 17px 27px -13px rgba(128,128,128, 0.8);
    -o-box-shadow: 0px 17px 27px -13px rgba(128,128,128, 0.8);
}

@media all and (min-width: 768px) {
	.w-md-25 {
		width: 25%!important
	}

	.w-md-50 {
		width: 50%!important
	}

	.w-md-75 {
		width: 75%!important
	}

	.w-md-100 {
		width: 100%!important
	}

	.h-md-25 {
		height: 25%!important
	}

	.h-md-50 {
		height: 50%!important
	}

	.h-md-75 {
		height: 75%!important
	}

	.h-md-100 {
		height: 100%!important
	}
}

.container {
  -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 all and (min-width: 992px) {
  .fixed-nav-bar{
    position: fixed;
    width:100%;
    background: #fff;
    z-index: 10;
  }
  span.desktop-desc{
    width:100%;
    display: block;
  }
  .wide-bg-shuttle-gray.is--sticky {
    position: absolute;
    left: 0;
    top: -50px;
}
.wide-bg-shuttle-gray.is--open-sticky {
  position: fixed;
  z-index: 20;
  width: 100%;
  top: 0;
}
.main-nav-bar.is--open-sticky {
  top: 38px;
  position: fixed;
  z-index: 20;
}
.main-nav-bar{
  width: 100%;
    background: #fff;
    transition: all .1s;
}
.wide-bg-shuttle-gray {
  width:100%;
  transition: all .1s;
}
.header .sign-in{
  display: none !important;
}
/* .header .logo {
  padding-top:10px !important;
  padding-bottom:10px !important;
} */
.main-nav-bar.is--sticky {
    position: fixed;
    z-index: 20;
    top: 0;
}
  header{
    min-height: 115px;
  }
  .shrink {
    padding:15px !important;
    
  }
  .Transform-this{
    -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;
  
  }
  .logo img {
    
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
  }
  .Transform-img{
    width: 124px !important;
    transition-property: width;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
  }
  .zero-width-transition {
    width: 0px;
    transition-property: width;
  }
  .container.shadow-t-outer:before {
    background: url(/binaries/content/gallery/behrrefresh/shadow-inner.png);
    background-repeat: no-repeat;
    display: block;
    content: "";
    height: 120px;
    background-position: center;
    background-size: contain;
    margin: 0 -100px 40px;
  }
  .container.shadow-b-inner:after {
    background: url(/binaries/content/gallery/behrrefresh/shadow-inner.png);
    background-repeat: no-repeat;
    display: block;
    content: "";
    height: 120px;
    background-position: center;
    background-size: contain;
    margin: 0 -100px;
  }
  .container.shadow-b-outer:after {
    background: url(/binaries/content/gallery/behrrefresh/shadow-inner.png);
    background-repeat: no-repeat;
    display: block;
    content: "";
    height: 120px;
    background-position: center;
    background-size: contain;
    transform: rotate(180deg);
  }
  
  .w-lg-25 {
		width: 25%!important
  }
  
  .w-lg-50 {
		width: 50%!important
  }
  
  .w-lg-75 {
		width: 75%!important
  }
  
  .w-lg-100 {
		width: 100%!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
  }
    
   /* .shadow-lg-top::before,
    .shadow-lg-bottom::after {
        background: url(/binaries/content/gallery/behrrefresh/shadow-inner.png);
        background-repeat: no-repeat;
        display: block;
        content: "";
        background-position: bottom;
        background-size: contain;
        margin: 0 -100px;
        height: 25px;
        transform: rotate(180deg);
    }*/
    
    .shadow-lg-bottom {
        box-shadow: 0px 17px 27px -13px rgba(128,128,128, 0.8);
        -moz-box-shadow: 0px 17px 27px -13px rgba(128,128,128, 0.8);
        -webkit-box-shadow: 0px 17px 27px -13px rgba(128,128,128, 0.8);
        -o-box-shadow: 0px 17px 27px -13px rgba(128,128,128, 0.8);
    }
}


@media all and (min-width: 1367px) {
  .container.shadow-b-inner:after,
  .container.shadow-b-outer:after {
    margin: 0 -100px;
  }
  span.desktop-desc{
    width:100%;
    display: block;
  }
}
@media only screen and (min-width : 1000px) {

    .container { max-width: 1000px !important; } 

}
@media only screen and (min-width : 1100px) {

    .container { max-width: 1100px !important; } 

}
@media only screen and (min-width : 1200px) {

    .container { max-width: 1200px !important; } 

}
@media only screen and (min-width : 1300px) {

    .container { max-width: 1300px !important; } 

}
@media only screen and (min-width : 1400px) {

    .container { max-width: 1400px !important; } 

}
@media only screen and (min-width : 1500px) {

    .container { max-width: 1500px !important; } 

}
@media only screen and (min-width : 1600px) {

    .container { max-width: 1600px !important; } 

}
/* open iconic */
.oi {
  top: 2px;
}

/* bootstrap */
.container { 
  width: 95%;
  max-width: 1300px;
margin: 0 auto;  
} 




a,
a:hover,
a:active,
a:focus {
  color: #c25247;
}

.text-wrap {
	white-space: normal !important;
}

.text-primary {
	color: #c25247 !important;
}

.text-outline-primary {
	color: #ffffff;
}

.text-secondary {
	color: #c8c8c8;
}

.radio-button-style {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    width: 25px;
    height: 25px;
    padding: 6px !important;
    background-clip: content-box;
    border: 2px solid #c25247;
    border-radius: 50%;
}

.radio-button-style:checked {
    background-color: #c25247;
    outline: none;
}


svg.icon {
	fill: #c25247;
}

.btn {
  border-radius: 19px;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: var(--behr-bold);
  white-space: normal;
  
  -webkit-box-shadow: 7px 12px 65px 0px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 7px 12px 65px 0px rgba(0, 0, 0, 0.27);
  box-shadow: 7px 12px 65px 0px rgba(0, 0, 0, 0.27);
}

.overflow-auto {
	overflow: auto;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #c25247;
    position: relative;
    top: 26%;
    margin: 1%
}

.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:not([disabled]):not(.disabled).active, 
.btn-primary:not([disabled]):not(.disabled):active,
.btn-primary:not([disabled]):not(.disabled).active:focus, 
.btn-primary:not([disabled]):not(.disabled):active:focus {
  background-color: #c25247;
  border-color: #c25247;
  color: #ffffff;
  transition: 0.3s ease;

  -webkit-box-shadow: 0px 7px 34px 0px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 0px 7px 34px 0px rgba(0, 0, 0, 0.27);
  box-shadow: 0px 7px 34px 0px rgba(0, 0, 0, 0.27);
}
.btn-outline-primary,
.btn-outline-primary:hover,
.btn-outline-primary:active,
.btn-outline-primary:focus,
.btn-outline-primary:not([disabled]):not(.disabled).active, 
.btn-outline-primary:not([disabled]):not(.disabled):active,
.btn-outline-primary:not([disabled]):not(.disabled).active:focus, 
.btn-outline-primary:not([disabled]):not(.disabled):active:focus {
  background: #ffffff;
	border-color: #c25247;
	color: #c25247;
  transition: 0.3s ease;

  -webkit-box-shadow: 7px 12px 65px 0px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 7px 12px 65px 0px rgba(0, 0, 0, 0.27);
  box-shadow: 7px 12px 65px 0px rgba(0, 0, 0, 0.27);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    background: #ffffff;
	border-color: #c25247;
	color: #c25247;
    opacity: 0.5;
}
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:not([disabled]):not(.disabled).active, 
.btn-secondary:not([disabled]):not(.disabled):active,
.btn-secondary:not([disabled]):not(.disabled).active:focus, 
.btn-secondary:not([disabled]):not(.disabled):active:focus {
  background-color: #c8c8c8;
  border-color: #c8c8c8;
  color: #333333;
  transition: 0.3s ease;

  -webkit-box-shadow: 7px 12px 65px 0px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 7px 12px 65px 0px rgba(0, 0, 0, 0.27);
  box-shadow: 7px 12px 65px 0px rgba(0, 0, 0, 0.27);
}
.btn-primary:hover,
.btn-outline-primary:hover,
.btn-secondary:hover {
  transform: scale(1.1);
  transition: 0.3s ease;
}

.btn-primary.disabled, 
.btn-primary:disabled {
	background: #ffffff;
	border-color: #c25247;
	color: #c25247;
}

.btn-link,
.btn-link:hover {
	color: #c25247;
}

.btn-rt-arrow {
  padding-right: 40px;
  position: relative;
}
.btn-rt-arrow::after {
  content: "\25B8";
  display: block;
  font-size: 33px;
  position: absolute;
  line-height: 32px;
  top: -1px;
  right: -12px;
  height: 40px;
  width: 40px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  background-color: #c25247;
}


.btn-download {
  position: relative;  
  padding-left: 50px;
}
.btn-download::before {
  content: "";
  display: block;
  font-size: 33px;
  position: absolute;
  line-height: 32px;
  top: 22%;
  left: 25px;
  height: 18px;
  width: 15px;
  background-image: url(/binaries/content/assets/behrdotcomrefresh/consumer/images/icons/download.png);
  background-repeat: no-repeat;
  background-position: center;
}

.bg-primary {
	background-color: #c25247!important;
}

.btn-badge icon {
	border-radius: 100%;
    border: 2px solid #fff;
}

circle[class*="bg-fill-primary"] {
	fill: #c25247;
}

.border-primary {
	border-color: #c25247!important;
}


.link-rt-arrow::after {
  content: ">";
  color: #ffffff;
  background: #c25247;
  height: 25px;
  width: 25px;
  display: inline-block;
  border-radius: 50%;
  margin-left: 10px;
  padding: 0px 8px;
  line-height: 1.4;
  font-weight: var(--behr-bold);
}

.shadow {
    -webkit-box-shadow: 0 12px 35px -23px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0 12px 35px -23px rgba(0, 0, 0, 1);
    box-shadow: 0 12px 35px -23px rgba(0, 0, 0, 1);
}

.shadow-none {
	box-shadow: none;
}


@media only screen and (max-width: 991px) {
  .btn {
    font-size: 11px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .link-rt-arrow {
    font-size: 12px;
    line-height: 30px;
  }
  .link-rt-arrow::after {
    height: 20px;
    width: 20px;
    margin-left: 5px;
    padding: 2px 7px;
    line-height: 15.3px;
  }

  .btn-download {
    padding-left: 45px;
  }
  .btn-download::before {
    background-color: #c25247;
    left: -8px;
    top: -2px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 2px solid #fff;
  }
}


a[href^=tel] {
  text-decoration:inherit;
  color: inherit;
}


/* to be changed */
input[type="text"],
select {
  border-radius: 19px !important;
}


.custom-select:focus,
.form-control:focus {
  border-color: #ced4da;
  box-shadow: none;
}

.custom-select {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23343a40'><polygon points='0,0 100,0 50,50'/></svg>");
  background-size: 10px;
  background-position: calc(100% - 15px) 56%;
}


/* start : custom checkbox */
.form-check-label {
  display: block;
  position: relative;
  left: 0;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.form-check-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark,
.radiodot {
  position: absolute;
  top: 0;
  left: 0;
  height: 27px;
  width: 27px;
  
  border: 1px solid #cccccc;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.form-check-label:hover input ~ .checkmark {
  /* background-color: #ccc; */
}

/* When the checkbox is checked, add a blue background */
.form-check-label input:checked ~ .checkmark {
  /* background-color: #2196F3; */
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after,
.radiodot:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.form-check-label input:checked ~ .checkmark:after,
.form-check-label input:checked ~ .radiodot:after {
  display: block;
}

/* Style the checkmark/indicator */
.form-check-label .checkmark:after {
  left: 8px;
  top: 3px;
  width: 9px;
  height: 16px;
  border: solid #37be25;
  border-width: 0 4px 4px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.form-check-label .radiodot:after {
  left: 6px;
  top: 6px;
  width: 13px;
  height: 13px;
  background: #7d7d7d;
  border-radius: 50%;
}

.form-check {
  padding-left: 0;
}

/* end : custom checkbox */


.modal-content {
  border-radius: 0;
}


.nav-tabs {
  border: 0;
  background: rgb(255,255,255);
  background: -moz-linear-gradient(180deg, rgba(238,238,238,1) 75%, rgba(200,200,200,1) 135%);
  background: -webkit-linear-gradient(180deg, rgba(238,238,238,1) 75%, rgba(200,200,200,1) 135%);
  background: linear-gradient(180deg, rgba(238,238,238,1) 75%, rgba(200,200,200,1) 135%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#cccccc",GradientType=1);
}
.nav-tabs .nav-link {
  color: #495057;
}
.nav-tabs .nav-item {
  margin-bottom: 0;
  color: #495057;
  border: 0;
  background: -moz-linear-gradient(180deg, rgba(250,250,250,1) 75%, rgba(200,200,200,1) 135%);
  background: -webkit-linear-gradient(180deg, rgba(250,250,250,1) 75%, rgba(200,200,200,1) 135%);
  background: linear-gradient(180deg, rgba(250,250,250,1) 75%, rgba(200,200,200,1) 135%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#cccccc",GradientType=1);
}
.nav-tabs .nav-item.show .nav-link, 
.nav-tabs .nav-link.active {
  border: 0;  
  background: #fff;
  font-weight: var(--behr-bold);
  position: relative;
}
.nav-tabs .nav-link.active:before {
  display: block;
  content: "";
  width: 20px;
  height: 100%;
  position: absolute;
  left: -20px;
  top: 0;
  background: rgb(255,255,255);
  background: -moz-linear-gradient(90deg, rgba(255,255,255,0) 75%, rgba(204,204,204,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(255,255,255,0) 75%, rgba(204,204,204,1) 100%);
  background: linear-gradient(90deg, rgba(255,255,255,0) 75%, rgba(204,204,204,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#cccccc",GradientType=1);
}
.nav-tabs .nav-link.active:after {
  display: block;
  content: "";
  width: 20px;
  height: 100%;
  position: absolute;
  right: -20px;
  top: 0;
  background: rgb(255,255,255);
  background: -moz-linear-gradient(270deg, rgba(255,255,255,0) 75%, rgba(204,204,204,1) 100%);
  background: -webkit-linear-gradient(270deg, rgba(255,255,255,0) 75%, rgba(204,204,204,1) 100%);
  background: linear-gradient(270deg, rgba(255,255,255,0) 75%, rgba(204,204,204,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#cccccc",GradientType=1);
}

.nav-tabs .nav-link:focus, 
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link {
  border: 0;
}



.breadcrumb {
  background-color: transparent;
}
.breadcrumb a {
  color: #c25247;
  font-size: 14px;
}
.breadcrumb-item+.breadcrumb-item::before {
  color: #c25247;
}
@media screen and (max-width: 991px) {
  .breadcrumb-item+.breadcrumb-item::before {
    content: "<";
    padding-left: 0;
  }
  .breadcrumb a {
	font-size: 12px;
  }
  
  .social-icon-wrapper .list-inline-item:not(:last-child) .footer-social-icon {
    margin-right: -6px;    
  }
  .social-icon-wrapper .footer-social-icon {
	height: 25px;
    width: 25px;
  }
}



.ion-md-star,
.ion-md-star-half {
  font-size: 1.25rem;
  color: #ffc55b;
  margin-right: 5px;
}


.dot-full {
  border: 1px solid #000000;
  border-radius: 50%;
  background: #000000;
  height: 10px;
  width: 10px;
  display: inline-block;
}
.dot-empty {
  border: 1px solid #000000;
  border-radius: 50%;
  background: #ffffff;
  height: 10px;
  width: 10px;
  display: inline-block;
}
/* registration form */
.overlay_background {
    position:absolute;
    top:0;left:0;
    width:100%;
    height:100%;
    background-color:#000000;
    opacity:0.7;
    -moz-opacity:0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    z-index:9999;
}

.overlay_background_grey {
    background-color:#eeeeee;
    opacity:0.2;
    -moz-opacity:0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
}

.overlay {
    display:none;
    position:absolute;
    top:0;left:0;
    color:#4B4B4B;
    background-color:#FFFFFF;
    -moz-box-shadow:0 0 12px 1px #888;
    -webkit-box-shadow:0 0 12px 1px #888;
    box-shadow:0 0 12px 1px #888;
    z-index:10000;
}
.overlay-error_message {
    color: red;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}
.overlay-emailerror_message{
    color: red;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}
div.overlay.overlay-general{width:450px;}
.overlay h3 body.overlay#overlay-email_page h3, .overlay h4, body .overlay#overlay-email_page h4, body .overlay#overlay-general h4 {padding:0; font-family:'Open Sans','Helvetica Neue',Arial,sans-serif; font-weight:var(--behr-normal); letter-spacing:-1px;}
    div.overlay-h3 {padding:0; font-family:'Open Sans','Helvetica Neue',Arial,sans-serif; font-weight:var(--behr-normal); letter-spacing:-1px;}
.overlay h3, body .overlay#overlay-email_page h3 , body .overlay#overlay-general h3{margin:10px 0 5px 0; color:#4b4b4d; font-size:20px;}
    div.overlay-h3 {margin:10px 0 5px 0; color:#4b4b4d; font-size:20px;}
.overlay h4, body .overlay#overlay-email_page h4, body .overlay#overlay-general h4 {margin:10px 0 15px; color:#999999; font-size:16px;}
    div.overlay-h4 {margin:10px 0 15px; color:#999999; font-size:16px;}
.overlay.my_behr_dashboard-overlay h4 {margin-left:15px;}
.overlay p  {margin:10px 0 0 15px;}
    .overlay .overlay-top {width:100%;height:28px;border-bottom:1px solid #CDCCCC;background-color:#C8C8C8;}
        .overlay .overlay-top .overlay-close {position:relative;float:right;margin-top:6px;margin-right:10px;width:13px;height:13px;background-image:url('../images/deletecolorred.jpg');}
    .overlay .overlay-bottom {float:left;clear:left;position:relative;margin-top:15px;width:100%;padding:6px 0 7px;border-top:1px solid #CDCCCC;background-color:#C8C8C8;}
        .overlay .overlay-bottom .orange_button {float:right;margin-right:33px;padding:6px 14px;}
    .overlay .overlay-content {padding:14px 33px 20px;width:659px;background-color:#FFFFFF;}
    .overlay .overlay_content_row-static{background:none; width:100%}
    .overlay .overlay_content_row{background:url("/cma/vz/vis/loader.gif") transparent no-repeat fixed center;}
.overlay#overlay-general .overlay-content {padding:14px 33px 20px;width:380px;background-color:#FFFFFF;}

.button {
    cursor: pointer;
}
/*.newsletter_subscribe,
.newsletter_unsubscribe
.owl-carousel {
  touch-action: none;
}*/
    
