@import "./pro-font.css";
html {
    /*overflow-x: hidden;*/
    max-width: 1600px;
    margin:0 auto;
	/*background: radial-gradient(circle, rgba(226, 226, 228, 0.875) 18%, rgba(136, 136, 136, 0.565) 83%);*/
	background: #ccc;
}
/*img {
  width:100%
}*/
.owl-dots .owl-dot {
  padding: 0 !important;
}
,pro-covid a{
  font-family: trade-gothic-next, sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size:16px;
  color: #c94f13;
}

a{
  font-family: trade-gothic-next, sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size:18px;
  color: #c94f13;
}
a, a:hover, a:active, a:focus {
    color: #c94f13;
}

p {
  font-family: trade-gothic-next, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size:16px;
}
.underline-heading+p {
	padding-top:20px;
}
.modal-backdrop.show {
  display: block;
}
.modal-backdrop.hide {
  display: none;
}
.fixed-body {
  position: fixed;
}
/** Back arrow for breadcrumb **/
.back-arrow {
	color: #fff;
	background: #c94f13;
	padding: 5px;
}

.underline-heading {
  border-bottom: 10px solid #c94f13;
  display: inline !important;
  padding-bottom:0 !important;
  font-size: 50px;
}

.btn {
  border: 0;
  font-family: trade-gothic-next, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 15px;
  padding: 15px 10px;
  text-transform: uppercase;
  -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);
}

button:focus {
  outline: none;
}

.overflow-auto {
  overflow: auto;
}
.custom-container {
  max-width:1600px;
}
.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: #c94f13;
  border-color: #c94f13;
  color: #ffffff;
  transition: 0.3s ease;
  border-radius: 0;
  -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);
}

button.bg-primary:hover, button.bg-primary:active, button.bg-primary:visited, button.bg-primary:focus{
	background-color: #c94f13 !important;
}

.dropdown .btn-primary,
.dropdown .btn-primary:hover,
.dropdown .btn-primary:active,
.dropdown .btn-primary:focus,
.dropdown .btn-primary:not([disabled]):not(.disabled).active,
.dropdown .btn-primary:not([disabled]):not(.disabled):active,
.dropdown .btn-primary:not([disabled]):not(.disabled).active:focus,
.dropdown .btn-primary:not([disabled]):not(.disabled):active:focus {
  background-color: #606060;
  border-color: #606060;
  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);
  width:100%;
}
.dropdown .dropdown-toggle::after {
  position: absolute;
  right: 10px;
  top:25px;
}
.btn-primary.disabled,
.btn-primary:disabled {
	background: #ffffff;
	border-color: #c94f13;
	color: #c94f13;
}
.df {
  display: flex;
}
.dropdown-toggle {
  border-radius: 5px !important;
}
.dropdown.show {
  display: inline-block;
  z-index: 1;
}
.dropdown {
  min-width: 300px;
  max-width: 300px;
  width: auto;
  display: inline-block;
  margin-right: 10px !important;
}
.dropdown button {
  white-space: normal;
  max-width: 300px;
}

.text-normal {
    white-space: normal!important;
}

.text-wrap {
    white-space: normal !important;
}

.btn-link,
.btn-link:hover {
	color: #c94f13;
}

.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: #c94f13;
  color: #c94f13;
  transition: 0.3s ease;
  border-radius: 0;
  -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: #c94f13;
	color: #c94f13;
    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;
  border-radius: 0;
  -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-small {
	border-radius: 0;
}

.form-control:focus {
  border-color: #ccc !important;
  outline: 0;
  box-shadow: none;
}

.btn-primary:not([disabled]):not(.disabled).active:focus,
.btn-primary:not([disabled]):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}

.bg-primary {
	background-color: #c94f13!important;
}

.rounded-0 {
	border-radius: 0px !important;
}

circle[class*="bg-fill-primary"] {
  fill: #c94f13;
}

svg.icon {
	fill: #c94f13;
}

.border-secondary-top {
  border-top: 1px solid #dadada !important;
}

.border-secondary-bottom {
  border-bottom: 1px solid #dadada !important;
}

.border-secondary-left {
  border-left: 1px solid #dadada !important;
}

.border-secondary-right {
  border-right: 1px solid #dadada !important;
}

.border-primary {
  border-color: #c94f13 !important;
}

.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 #c94f13;
    border-radius: 50%;
}

.radio-button-style:checked {
    background-color: #c94f13;
    outline: none;
}

.radio-button-style:disabled {
    border-color: lightgray;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #c94f13;
    position: relative;
    top: 26%;
    margin: 1%
}

h1, h2, h3, h4, h5, h6 {
  font-family: trade-gothic-next-compressed, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1.4;
}
h2 {
  padding-bottom: 15px;
  font-family: trade-gothic-next-compressed, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  text-transform: uppercase;
}
h3 {
  padding-bottom: 15px;
  font-family: trade-gothic-next-compressed, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  text-transform: uppercase;
}

h4 {
  font-family: trade-gothic-next-compressed, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 50px;
  display: inline-block;
  text-transform: uppercase;
}

h5 {
  font-family: trade-gothic-next-compressed, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  text-transform: uppercase;
}

h6 {
  font-family: trade-gothic-next-compressed, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  width: 65%;
  text-align: right;
}

.underline-bottom {
  border-bottom: 10px solid #c94f13;
}

.header-h1 {
  font-family: trade-gothic-next-compressed, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
}

.header-h3 {
  padding-bottom: 15px;
  font-family: trade-gothic-next-compressed, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  text-transform: uppercase;
}

nav:after,
.custom-container:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html .custom-container, nav            { zoom: 1; } /* IE6 */
*:first-child+html .custom-container { zoom: 1; } /* IE7 */

.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: #c94f13;
  border-radius: 50%;
}

.form-check {
  padding-left: 0;
}










.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: rgba(0, 0, 0, 0.38823529411764707);
    opacity: 1;
}

.overlay {
  display: none;
  position: absolute;
  top: 20px;
  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;
}

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: 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;
}

.overlay h4,
body .overlay#overlay-email_page h4,
body .overlay#overlay-general 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 #c94f13;
  background-color: #c94f13;
}

.overlay .overlay-top .overlay-close {
  position: relative;
  float: right;
  margin-top: 6px;
  margin-right: 10px;
  width: 13px;
  height: 13px;
  background-image: url('../images/myBehr/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;
  text-align: center;
}
.btn-cancel {
  background: #9f9f9f;
  color: #fff;
}
#email-page .form-meta_info h6, #email-page1 .form-meta_info h6, #proShare-email-page .form-meta_info h6, #proShareIcon-email-page .form-meta_info h6 {
  color: #000;
  width: 100%;
  padding: 0;
  text-align: left;
}
.owl-carousel .owl-dots .owl-dot {
  padding:0;
}
#email-page .modal-footer, #email-page1 .modal-footer, #proShare-email-page .modal-footer, #proShareIcon-email-page .modal-footer {
  justify-content: center;
}
.orange_button {
  margin-right: 33px;
  padding: 6px 14px;
  background: #c94f13;
  color:#fff !important;
  border: none;
}
.btn-primary:not([disabled]):not(.disabled).active, .btn-primary:not([disabled]):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: rgb(255, 255, 255);
  background-color: #c94f13;
  border-color: #c94f13;
}
.dropdown-item.active, .dropdown-item:active {
  background: #c94f13;
}
.dropdown-menu.show{
  width: 80%;
  z-index: 1;
}
.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;
}

.overlay .overlay-content .info_hours {
  font-size: 11px;
  padding: 10px 0 0 0;
}

/* end : custom checkbox */

@media (max-width: 767px) {
  html {
    overflow-x: hidden;
  }
  h6 {
    width: 100%;
    text-align: center;
    font-size: 24px;
  }
    .cs-custom-container {
  	background-image: url(/binaries/content/gallery/behrrefresh/pro/colors/toolscolorsmart.jpg);
    height: 300px;
    background-position: -400px,0px;
  }
  .custom-container {
    width: 95%;
    margin: 0 auto;
  }
  .df {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
  .dropdown {
    margin-right: 10px;
  }

}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) and (max-width: 991px) {

  .custom-container {
    width: 95%;
    margin: 0 auto;
  }
  .cs-custom-container {
  	background-image: url(/binaries/content/gallery/behrrefresh/pro/colors/toolscolorsmartmobile.jpg);
    height: 320px;
    width:85%
  }
  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 50px;
  }

  h5 {
    font-size: 30px;
  }

  h6 {
    font-size: 20px;
    width: auto;
    padding: 18px 10px;
    float: left;
    text-align: center;
  }

  .df {
    display: block;
    width: 90%;
    margin: 0 auto;
  }

}
@media (min-width: 768px) {
  .header-h1 {
	  font-size: 2.5rem;
	}
    
    .w-md-25 {
        width: 25%!important;
    }
    
    .w-md-50 {
        width: 50%!important;
    }
    
    .w-md-75 {
        width: 75%!important;
    }
    
    .w-md-100 {
        width: 100%!important;
    }
    
    .text-md-nowrap {
        white-space: nowrap!important;
    }
}
@media (max-width: 850px) {
	.sds-select-wrap .dropdown-menu.show {
	transform: translate3d(-177px, 51px, 0px) !important;
}
}

@media (max-width: 750px) {
	.sds-select-wrap .dropdown-menu.show {
	transform: translate3d(-160px, 51px, 0px) !important;
}
}

@media (max-width: 500px) {
	.sds-select-wrap .dropdown-menu.show {
	transform: translate3d(-111px, 51px, 0px)!important;
	min-width: 274px !important;
}

.sds-type .dropdown-menu.show{
	transform: translateY(65px) !important;
}
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .custom-container {
    width: 95%;
    margin:0 auto;
  }
  .cs-custom-container {
  	background-image: url(/binaries/content/gallery/behrrefresh/pro/colors/toolscolorsmart.jpg);
    height: 180px;
    background-position: -300px, 0px;
  }
  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 50px;
  }

  h5 {
    font-size: 30px;
  }

  h6 {
    font-size: 27px;
    width: auto;
    padding: 10px 20px;
    float: left;
    text-align: center;
  }
	.border-secondary-lg-top {
		border-top: 1px solid #c8c8c8;
	}
	.border-secondary-lg-bottom {
		border-bottom: 1px solid #c8c8c8;
	}

	.border-secondary-lg-right {
		border-right: 1px solid #c8c8c8;
	}

  .border-lg-bottom {
	  border-bottom: 1px solid #c8c8c8;
  }
    
    .w-lg-25 {
        width: 25%!important;
    }
    
    .w-lg-50 {
        width: 50%!important;
    }
    
    .w-lg-75 {
        width: 75%!important;
    }
    
    .w-lg-100 {
        width: 100%!important;
    }
    
    .text-lg-nowrap {
        white-space: nowrap!important;
    }

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width: 1599px) {
  .custom-container {
    width: 90%;
    margin: 0 auto;
  }
  .cs-custom-container {
  	background-image: url(/binaries/content/gallery/behrrefresh/pro/colors/toolscolorsmart.jpg);
    height: 210px;
    background-position: -150px, 0px;
  }
}
.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;

}

.auto_close_message, .form-success_message {
    padding: 1.5rem!important;
}
.dropdown .btn-primary:not([disabled]):not(.disabled).active,.dropdown  .btn-primary:not([disabled]):not(.disabled):active, .dropdown.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #a1a1a1;
  border-color: #a1a1a1;
  width:100%;
}
.dropdown-menu.show {
  background: #e7e7e9;
  left: 0;
    right: 0;
    min-width: 300px;
    width: 100%;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #fff;
  text-decoration: none;
  background-color: #626262;
}
select:focus > option:checked {
  color: #fff;
  background: #626262 !important;
}

.auto_close_message,
.form-success_message {
  padding: 1.5rem !important;
}

.facebook_share_popup,
.twitter_share_popup,
.email_share_popup {
	cursor: pointer
}

sup {
    font-family: sans-serif;
}

/* to wrap text of dropdown options */
.dropdown-item {
	white-space: normal;
}

h3#exampleModalLongTitle {
    padding-bottom: 0px;
}

.form-success_message-send_page_by_email {
    padding: 0px !important;
}
@media (min-width: 1600px) {
  .custom-container {
    width: 90%;
    margin: 0 auto;
  }
  .cs-custom-container {
  	background-image: url(/binaries/content/gallery/behrrefresh/pro/colors/toolscolorsmart.jpg);
    height: 210px;
    background-position: 0px,0px;
  }
}

@media (min-width: 768px) {
	.tradeshow-content .img-content img {
		height: fit-content;
	}
}

.font-14 {
  font-size: 14px!important;
}

.font-18 {
  font-size: 18px!important;
}

.font-45 {
  font-size: 45px!important;
}

.font-60 {
  font-size: 60px!important;
}

.fa-bars,
input:focus {
    color: black;
}