@charset "utf-8";
@-webkit-keyframes bounce2 {
  0%,
  20%,
  53%,
  80%,
  100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }
  70% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
            transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce2 {
  0%,
  20%,
  53%,
  80%,
  100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }
  70% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
            transform: translate3d(0, -4px, 0);
  }
}
.bounce2 {
  -webkit-animation-name: bounce2;
          animation-name: bounce2;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}
/*
 * Sample HTML structure
 * <div class="select-option">
 * 	<div class="option-item">
 * 		<input class="option-input" type="radio" name="optname" /><span class="option-item-name">Option 1</span>
 * 	</div>
 * 	<div class="option-item">
 * 		<input class="option-input" type="radio" name="optname" /><span class="option-item-name">Option 2</span>
 * 	</div>
 * 	<i class="arrow glyphicon glyphicon-chevron"></i>
 * </div>
 */
.select-option {
  border: 1px solid #333333;
  color: #333333;
  display: block;
  font-size: 10px;
  line-height: 1.2;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.select-option .option-item {
  position: relative;
}
.select-option .option-item .option-input {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.select-option .option-item .option-name {
  position: relative;
  width: 100%;
}
.select-option .arrow {
  position: absolute;
  right: 10%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
select.form-control {
  padding: 8px 14px;
}
select.form-control + .fa-angle-right {
  display: block;
  color: #666666;
  font-size: 25px;
  position: absolute;
  top: 6px;
  right: 13px;
  pointer-events: none;
  z-index: 2;
  transition: -webkit-transform 400ms linear;
  transition: transform 400ms linear;
  transition: transform 400ms linear, -webkit-transform 400ms linear;
}
select.form-control:focus + .fa-angle-right {
  -webkit-transform: rotateZ(90deg);
          transform: rotateZ(90deg);
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.wcrumb:before,
.wcrumb:after {
  content: " ";
  display: table;
}
.wcrumb:after {
  clear: both;
}
.error-text {
  color: #a94442;
}
textarea::-webkit-input-placeholder {
  color: #333333;
  transition: color 200ms linear;
}
textarea::-moz-placeholder {
  color: #333333;
  transition: color 200ms linear;
}
textarea::-ms-input-placeholder {
  color: #333333;
  transition: color 200ms linear;
}
textarea::placeholder {
  color: #333333;
  transition: color 200ms linear;
}
textarea:focus {
  box-shadow: none;
}
.btn-white {
  background: #ffffff;
  border: 1px solid #999999;
  border-radius: 0;
  color: #333333;
  font-weight: 300;
}
.btn-white:focus,
.btn-white:hover {
  color: #333333;
}
.btn-black {
  background: #333333;
  border: 1px solid #333333;
  border-radius: 0;
  color: #ffffff;
  font-weight: 300;
}
.btn-black:focus,
.btn-black:hover {
  color: #ffffff;
}
.page-main .action.primary {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #444444;
  color: #ffffff;
  border: none;
  border-radius: 0;
  cursor: pointer;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 400;
  font-size: 12px;
  padding: 8px 14px;
  margin: 0 auto;
  text-transform: uppercase;
  vertical-align: baseline;
}
.page-main .action.primary:hover,
.page-main .action.primary:focus,
.page-main .action.primary:active {
  border: none;
  background: #333333;
  text-decoration: none;
}
@media only screen and (min-width: 992px) {
  .actions-toolbar .secondary .page-main .action.primary {
    margin-top: 0;
  }
}
.font-weight-300 {
  font-weight: 300 !important;
}
.font-weight-400 {
  font-weight: 400 !important;
}
.ves-widget,
.vesbuilder-block,
.block-product-link.widget,
.block-category-link.widget {
  margin-top: 60px;
}
.block-category-link.widget {
  margin-bottom: 0;
}
.block-category-link.widget .category-name {
  font-size: 14px;
  margin: 0;
  text-transform: uppercase;
}
.block-category-link.widget a {
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .block-category-link.widget {
    text-align: center;
  }
}
.ves-widget.widget-slider .block-title {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  text-transform: uppercase;
}
.ves-widget.widget-slider .slick-dots li {
  margin: 0;
}
.ves-widget.widget-slider .slick-dots li button:before {
  font-size: 24px;
}
.widget-images {
  margin-bottom: 0;
}
.widget-images .block-title {
  display: none;
}
.widget-images .image-description {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 35px;
}
.widget-images .image-description h2,
.widget-images .image-description h3 {
  margin: 0;
}
.widget-images .image-description hr {
  margin: 25px 0;
  max-width: 100px;
  border-top-color: #999999;
}
.waterworks-newsletter-block > .block-title {
  display: none;
}
.scrollup {
  background-color: #333333 !important;
  border-radius: 0;
}
.scrollup .fa.fa-angle-up {
  color: #ffffff !important;
  font-size: 18px;
  line-height: 33px;
}
.scrollup .fa.fa-angle-up:before {
  content: "\e621";
  font-family: 'luma-icons';
  font-size: 18px !important;
  color: #ffffff !important;
}
.modal-popup .modal-inner-wrap {
  max-width: 320px;
}
.modal-popup .modal-inner-wrap .modal-content,
.modal-popup .modal-inner-wrap .modal-footer {
  padding: 15px;
}
.modal-popup .modal-inner-wrap .modal-content > button,
.modal-popup .modal-inner-wrap .modal-footer > button {
  width: 50%;
  float: left;
  text-transform: uppercase;
  font-size: 12px;
}
.modal-popup .modal-inner-wrap .modal-content > button:after,
.modal-popup .modal-inner-wrap .modal-footer > button:after {
  display: none !important;
}
.modal-popup .modal-inner-wrap .modal-content > button.action-dismiss,
.modal-popup .modal-inner-wrap .modal-footer > button.action-dismiss {
  background-color: transparent;
}
.modal-popup .modal-inner-wrap .modal-content > button.action-dismiss > span,
.modal-popup .modal-inner-wrap .modal-footer > button.action-dismiss > span {
  color: #333333;
}
.modal-popup .modal-inner-wrap .modal-content > button.action-accept > span,
.modal-popup .modal-inner-wrap .modal-footer > button.action-accept > span {
  color: #ffffff;
}
.modal-popup .modal-inner-wrap .modal-content > button:only-child,
.modal-popup .modal-inner-wrap .modal-footer > button:only-child {
  width: 100%;
}
.mt-150 {
  margin-top: 150px;
}
.mt-145 {
  margin-top: 145px;
}
.mt-140 {
  margin-top: 140px;
}
.mt-135 {
  margin-top: 135px;
}
.mt-130 {
  margin-top: 130px;
}
.mt-125 {
  margin-top: 125px;
}
.mt-120 {
  margin-top: 120px;
}
.mt-115 {
  margin-top: 115px;
}
.mt-110 {
  margin-top: 110px;
}
.mt-105 {
  margin-top: 105px;
}
.mt-100 {
  margin-top: 100px;
}
.mt-95 {
  margin-top: 95px;
}
.mt-90 {
  margin-top: 90px;
}
.mt-85 {
  margin-top: 85px;
}
.mt-80 {
  margin-top: 80px;
}
.mt-75 {
  margin-top: 75px;
}
.mt-70 {
  margin-top: 70px;
}
.mt-65 {
  margin-top: 65px;
}
.mt-60 {
  margin-top: 60px;
}
.mt-55 {
  margin-top: 55px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-45 {
  margin-top: 45px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-35 {
  margin-top: 35px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-25 {
  margin-top: 25px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-5 {
  margin-top: 5px;
}
.mt-0 {
  margin-top: 0px;
}
.mb-150 {
  margin-bottom: 150px;
}
.mb-145 {
  margin-bottom: 145px;
}
.mb-140 {
  margin-bottom: 140px;
}
.mb-135 {
  margin-bottom: 135px;
}
.mb-130 {
  margin-bottom: 130px;
}
.mb-125 {
  margin-bottom: 125px;
}
.mb-120 {
  margin-bottom: 120px;
}
.mb-115 {
  margin-bottom: 115px;
}
.mb-110 {
  margin-bottom: 110px;
}
.mb-105 {
  margin-bottom: 105px;
}
.mb-100 {
  margin-bottom: 100px;
}
.mb-95 {
  margin-bottom: 95px;
}
.mb-90 {
  margin-bottom: 90px;
}
.mb-85 {
  margin-bottom: 85px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-75 {
  margin-bottom: 75px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mb-65 {
  margin-bottom: 65px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-55 {
  margin-bottom: 55px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-45 {
  margin-bottom: 45px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-35 {
  margin-bottom: 35px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-5 {
  margin-bottom: 5px;
}
.mb-0 {
  margin-bottom: 0px;
}
.ml-150 {
  margin-left: 150px;
}
.ml-145 {
  margin-left: 145px;
}
.ml-140 {
  margin-left: 140px;
}
.ml-135 {
  margin-left: 135px;
}
.ml-130 {
  margin-left: 130px;
}
.ml-125 {
  margin-left: 125px;
}
.ml-120 {
  margin-left: 120px;
}
.ml-115 {
  margin-left: 115px;
}
.ml-110 {
  margin-left: 110px;
}
.ml-105 {
  margin-left: 105px;
}
.ml-100 {
  margin-left: 100px;
}
.ml-95 {
  margin-left: 95px;
}
.ml-90 {
  margin-left: 90px;
}
.ml-85 {
  margin-left: 85px;
}
.ml-80 {
  margin-left: 80px;
}
.ml-75 {
  margin-left: 75px;
}
.ml-70 {
  margin-left: 70px;
}
.ml-65 {
  margin-left: 65px;
}
.ml-60 {
  margin-left: 60px;
}
.ml-55 {
  margin-left: 55px;
}
.ml-50 {
  margin-left: 50px;
}
.ml-45 {
  margin-left: 45px;
}
.ml-40 {
  margin-left: 40px;
}
.ml-35 {
  margin-left: 35px;
}
.ml-30 {
  margin-left: 30px;
}
.ml-25 {
  margin-left: 25px;
}
.ml-20 {
  margin-left: 20px;
}
.ml-15 {
  margin-left: 15px;
}
.ml-10 {
  margin-left: 10px;
}
.ml-5 {
  margin-left: 5px;
}
.ml-0 {
  margin-left: 0px;
}
.mr-150 {
  margin-right: 150px;
}
.mr-145 {
  margin-right: 145px;
}
.mr-140 {
  margin-right: 140px;
}
.mr-135 {
  margin-right: 135px;
}
.mr-130 {
  margin-right: 130px;
}
.mr-125 {
  margin-right: 125px;
}
.mr-120 {
  margin-right: 120px;
}
.mr-115 {
  margin-right: 115px;
}
.mr-110 {
  margin-right: 110px;
}
.mr-105 {
  margin-right: 105px;
}
.mr-100 {
  margin-right: 100px;
}
.mr-95 {
  margin-right: 95px;
}
.mr-90 {
  margin-right: 90px;
}
.mr-85 {
  margin-right: 85px;
}
.mr-80 {
  margin-right: 80px;
}
.mr-75 {
  margin-right: 75px;
}
.mr-70 {
  margin-right: 70px;
}
.mr-65 {
  margin-right: 65px;
}
.mr-60 {
  margin-right: 60px;
}
.mr-55 {
  margin-right: 55px;
}
.mr-50 {
  margin-right: 50px;
}
.mr-45 {
  margin-right: 45px;
}
.mr-40 {
  margin-right: 40px;
}
.mr-35 {
  margin-right: 35px;
}
.mr-30 {
  margin-right: 30px;
}
.mr-25 {
  margin-right: 25px;
}
.mr-20 {
  margin-right: 20px;
}
.mr-15 {
  margin-right: 15px;
}
.mr-10 {
  margin-right: 10px;
}
.mr-5 {
  margin-right: 5px;
}
.mr-0 {
  margin-right: 0px;
}
/* ---------------------------------- Mixin --------------------------------------- */
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.underline {
  text-decoration: underline;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-top {
  vertical-align: text-top;
}
.text-middle,
.v-middle {
  vertical-align: middle;
}
.v-bottom,
.text-bottom {
  vertical-align: bottom;
}
.v-top {
  vertical-align: top;
}
.v-super {
  vertical-align: super;
}
.f-left {
  float: left;
}
.f-right {
  float: right;
}
.f-none {
  float: none;
}
.hidden {
  display: none !important;
}
.full-width {
  width: 100%;
}
.no-margin-top {
  margin-top: 0 !important;
}
.no-margin-bottom {
  margin-bottom: 0 !important;
}
.no-margin-left {
  margin-left: 0 !important;
}
.no-margin-right {
  margin-right: 0 !important;
}
.font-alt1 {
  font-family: "Mercury Display A", "Mercury Display B", Georgia, serif !important;
}
.vat-label {
  font-size: 12px;
  line-height: 1.2;
}
/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.cf:after {
  clear: both;
}
/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
  *zoom: 1;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  text-indent: -999em;
  z-index: -20;
}
.breadcrumbs {
  display: none !important;
}
#maincontent {
  width: 100%;
  max-width: none;
  padding: 0;
}
#comm-body h1,
#comm-body h2,
#comm-body h3,
#comm-body h4,
#comm-body h5,
#comm-body h6,
#comm-body ul,
#comm-body li,
#comm-body a,
#comm-body p {
  padding: 0;
  margin: 0;
  color: #333;
}
#comm-body span.no-wrap,
#comm-body p.no-wrap {
  white-space: nowrap;
}
#comm-body input::-webkit-input-placeholder {
  color: #333333;
}
#comm-body input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #333333;
}
#comm-body input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #333333;
}
#comm-body input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #333333;
}
#comm-body textarea::-webkit-input-placeholder {
  color: #333333;
}
#comm-body textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #333333;
}
#comm-body textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #333333;
}
#comm-body textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #333333;
}
/************ common content part --Start-- ***************/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
span.clear {
  display: block;
  clear: both;
}
span.line-bar {
  width: 20%;
  border-bottom: 1px solid;
  display: block;
  height: 1px;
  margin-bottom: 40px;
}
.image-banner {
  margin: 150px 0;
}
.image-banner img {
  width: 100%;
}
#page_intro img {
  width: 100%;
}
.slide-container {
  margin: 0 auto;
  /*	display:flex;
		display: -webkit-box;
			display: -moz-box;
			display: -ms-flexbox;
			display: -webkit-flex;*/
  display: block;
}
/* menu part */
ul#commercial-menu {
  width: 85%;
  margin: 0 auto;
  display: table;
}
@media (max-width: 1200px) {
  ul#commercial-menu {
    width: 98%;
  }
}
#commercial-menu .current {
  background-color: #333333;
}
#commercial-menu .current a {
  color: #ffffff;
}
ul#commercial-menu li {
  width: 20%;
  display: inline-block;
  text-align: center;
  margin: 0px;
  padding: 0px;
  transition: all .5s ease 0s;
}
ul#commercial-menu li a {
  line-height: 46px;
  text-decoration: none;
  font-size: 12px;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #333333;
  display: block;
  width: 100%;
}
@media (max-width: 992px) and (min-width: 360px) {
  ul#commercial-menu li a {
    font-size: 10px;
  }
}
@media (min-width: 768px) {
  ul#commercial-menu:hover li {
    background-color: #ffffff;
  }
  ul#commercial-menu:hover li a {
    color: #333333;
  }
  ul#commercial-menu li:hover {
    background-color: #333333;
  }
  ul#commercial-menu li:hover a {
    color: #ffffff;
  }
}
.comm-subsection {
  margin-top: 100px;
}
.align-block,
.align-expand-block,
.desc-2column,
.pop-align-block {
  width: 54%;
  margin: 0 auto;
}
/* align intro part */
.align-block {
  margin-bottom: 80px;
}
#comm-body .align-block h1 {
  font-size: 100px;
  line-height: 85px;
  font-family: "Mercury Display A", "Mercury Display B" !important;
  font-style: normal !important;
  font-weight: 700 !important;
  margin-bottom: 38px;
}
#comm-body .align-block.top h1 {
  width: 80%;
}
#comm-body .align-block h2 {
  font-size: 77px;
  line-height: 74px;
  font-family: "Mercury Display A", "Mercury Display B" !important;
  font-style: normal !important;
  font-weight: 700 !important;
  margin-bottom: 38px;
}
#comm-body .align-block h3 {
  font-size: 15px;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif !important;
  font-style: normal !important;
  font-weight: 300 !important;
  margin-bottom: 40px;
}
#comm-body .align-block p {
  font-size: 18px;
  font-family: "Mercury Display A", "Mercury Display B";
  font-style: normal;
  font-weight: 400;
}
#comm-body .align-block.top p {
  width: 80%;
}
#comm-body .align-block a {
  font-size: 12px;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #333333 !important;
  text-decoration: underline;
}
/* block with expand button*/
.align-expand-block {
  border-top: 1px solid;
}
.align-expand-block span {
  display: block;
  font-size: 10px;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}
#comm-body .align-expand-block ul {
  padding-top: 30px;
}
#comm-body .align-expand-block.collapse ul {
  display: none;
}
#comm-body .align-expand-block ul li {
  display: inline-block;
  margin-bottom: 30px;
  width: 100%;
}
.align-expand-block ul li h2 {
  font-size: 16px;
  line-height: 24px;
  font-family: "Mercury Display A", "Mercury Display B" !important;
  font-style: normal !important;
  font-weight: 700 !important;
}
.align-expand-block ul li p {
  font-size: 16px;
  line-height: 24px;
  font-family: "Mercury Display A", "Mercury Display B";
  font-style: normal;
  font-weight: 400;
}
.align-expand-block ul li a {
  color: #333333;
}
.align-expand-block span i {
  font-style: normal;
  float: right;
  font-weight: lighter;
  display: inline-block;
  font-size: 10px;
  min-width: 20px;
  text-align: center;
  cursor: pointer;
}
/* 3 columns content*/
ul.ul-3column {
  display: block;
}
#comm-body ul.ul-3column li {
  width: 29%;
  display: inline-block;
  vertical-align: top;
  margin: 0 4% 40px 0;
}
#comm-body ul.ul-3column li:nth-child(3n) {
  margin-right: 0;
}
#comm-body ul.ul-3column li h5 {
  font-size: 18px;
  font-family: "Mercury Display A", "Mercury Display B" !important;
  font-style: normal !important;
  font-weight: 700 !important;
  margin-bottom: 30px;
}
#comm-body ul.ul-3column li p {
  font-size: 18px;
  font-family: "Mercury Display A", "Mercury Display B";
  font-style: normal;
  font-weight: 400;
  margin-bottom: 15px;
}
ul.ul-3column li a {
  font-size: 18px;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-style: normal;
  font-weight: 700;
  display: block;
  color: #333333;
}
ul.ul-3column li img {
  margin-bottom: 20px;
  width: 100%;
}
#comm-body .desc-2column p {
  display: inline-block;
  width: 45%;
  font-family: "Mercury Display A", "Mercury Display B";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  margin: 0;
}
/*2 columns content*/
#comm-body .desc-2column p:last-child {
  margin-left: 5%;
}
/************ common content part --End-- ***************/
/************ Support ***************/
/* special override common css --start-- */
.comm-support .desc-2column {
  margin-bottom: 80px;
}
#comm-body .sales-directory ul.ul-3column li a {
  font-size: 14px;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-style: normal;
  font-weight: 700;
  display: block;
  color: #333333;
  text-decoration: none;
}
#comm-body .sales-directory ul.ul-3column li a:hover {
  text-decoration: underline;
}
/* special override common css --end-- */
.comm-signature {
  width: 54%;
  margin: 0 auto;
  margin-bottom: 80px;
}
.comm-signature img {
  width: 18%;
}
.comm-signature span {
  display: block;
  font-size: 9px;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-style: normal;
  font-weight: 500;
}
.comm-slide,
.hospitality-detail,
.featured-project-list {
  width: 80%;
  margin: 0 auto;
}
.pro-slide {
  width: 100%;
  margin: 0 auto;
  cursor: default;
  position: relative;
}
.pro-slide .slide-box {
  width: 54%;
  overflow: hidden;
  margin: 0 auto;
  max-width: 1800px;
}
.pro-slide .slide-container .slide-child {
  margin: 0;
  display: block;
  width: 100%;
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0;
  float: left;
}
.pro-slide .slide-left {
  position: absolute;
  left: 50px;
  top: 100px;
  width: 38px;
  cursor: pointer;
  z-index: 2;
  display: inline-block;
}
.pro-slide .slide-right {
  position: absolute;
  right: 50px;
  top: 100px;
  width: 38px;
  cursor: pointer;
  z-index: 2;
  display: inline-block;
}
.comm-slide .slide-description {
  width: 44%;
  vertical-align: top;
  margin-right: 5%;
  float: right;
}
.comm-slide .slide-image {
  width: 47%;
  margin-right: 4%;
  float: right;
  position: relative;
}
.comm-slide .slide-image > div {
  max-width: 500px;
}
.comm-slide .slide-image > div .swiper-slide > img {
  width: 100%;
}
#comm-body .slide-description h3 {
  font-size: 15px;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif !important;
  font-style: normal !important;
  font-weight: 300 !important;
  margin-bottom: 30px;
}
#comm-body .slide-description h1 {
  font-size: 36px;
  font-family: "Mercury Display A", "Mercury Display B" !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 36px;
  min-height: 100px;
}
.slide-description p {
  font-size: 18px;
  font-family: "Mercury Display A", "Mercury Display B";
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.hospitality-detail {
  margin-top: 30px;
}
.hospitality-detail ul {
  display: none;
}
.hospitality-detail ul.open {
  display: block;
}
#comm-body .hospitality-detail ul li {
  width: auto;
  margin-right: 7%;
}
.hospitality-detail ul li:nth-child(4n) {
  margin-right: 0;
}
.hospitality-detail ul li label {
  display: block;
  font-size: 16px;
  font-family: "Mercury Display A", "Mercury Display B";
  font-style: normal;
  font-weight: 700;
}
.hospitality-detail ul li span {
  display: block;
  font-size: 16px;
  font-family: "Mercury Display A", "Mercury Display B";
  font-style: normal;
  font-weight: 400;
}
.hospitality-detail ul li span a {
  display: block;
  font-size: 16px;
  font-family: "Mercury Display A", "Mercury Display B";
  font-style: normal;
  font-weight: 400;
  color: #333333;
}
.featured-project-list {
  border-top: 1px solid;
}
.featured-project-list ul {
  display: none;
}
.featured-project-list ul.open {
  display: block;
}
#comm-body .featured-project-list ul li {
  width: 28%;
  display: inline-block;
  margin: 0 7% 35px 0;
}
#comm-body .featured-project-list ul li h2 {
  font-size: 10px;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 24px;
}
#comm-body .featured-project-list ul li p {
  font-size: 10px;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 13px;
}
/************ Capabilities ***************/
.special-finishes {
  padding-top: 60px;
}
/************ hospitality ***************/
#comm-body.comm-hospitality .align-block h2 {
  font-size: 36px;
  line-height: 36px;
}
/************ residential ***************/
#comm-body.comm-residential .align-block h2 {
  font-size: 36px;
  line-height: 36px;
}
/************ overview ***************/
#comm-body.top {
  magin-bottom: 100px;
}
.left-align,
.right-align {
  width: 51%;
  margin: 0 auto;
  text-align: center;
}
.right-align {
  padding-top: 150px;
}
#comm-body .left-align p,
#comm-body .right-align p {
  margin-bottom: 50px;
}
.left-align span.line-bar,
.right-align span.line-bar {
  width: 38%;
  margin: 0 auto 40px auto;
}
.comm-request-info {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  margin: 50px auto 50px auto;
}
.request-form-block {
  width: 100%;
}
.comm-request-content {
  width: 65%;
  margin: 0 auto;
  padding: 70px 0 60px 0;
}
.request-form-block {
  display: table;
}
#comm-body .comm-request-content ul {
  width: 47%;
  display: inline-block;
  vertical-align: top;
}
#comm-body .comm-request-content ul:last-child {
  margin-left: 5%;
}
#comm-body .comm-request-content ul li {
  display: block;
  margin-bottom: 20px;
}
#comm-body .comm-request-content ul li input,
#comm-body .comm-request-content ul li select,
#comm-body .comm-request-content ul li textarea,
#comm-body .comm-request-content ul li button,
#comm-body .comm-request-content ul li p,
#comm-body .comm-request-content ul li a {
  width: 100%;
  line-height: 24px;
  font-size: 12px;
  color: #333333;
  padding: 3px 9px;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-style: normal;
  font-weight: 300;
  background: white;
  border: 1px solid #666;
  text-transform: uppercase;
}
#comm-body .comm-request-content ul li select,
#comm-body .comm-request-content ul li option {
  height: 34px;
}
#comm-body .comm-request-content ul li textarea {
  line-height: 16px;
  height: 93px;
}
#comm-body .comm-request-content ul li button {
  background-color: #333333;
  color: #ffffff;
  border: 0;
  height: 37px;
  border-radius: 0;
}
#comm-body .comm-request-content ul li p,
#comm-body .comm-request-content ul li a {
  font-size: 10px;
  line-height: 15px;
  border: none;
  padding-left: 0px;
}
.request-title,
.request-form-block {
  width: 70%;
  margin: 0 auto;
}
#comm-body .request-title h2 {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif !important;
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  margin-bottom: 35px;
}
#comm-body .request-title h3 {
  font-family: "Mercury Display A", "Mercury Display B" !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 24px;
  line-height: 18px;
  margin-bottom: 20px;
}
#comm-body .request-title p {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 100px;
  color: red;
}
#comm-body .fancy-form-select-comm {
  height: 36px;
  border: 1px solid #666;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-style: normal;
  font-weight: 300;
  position: relative;
}
#comm-body .fancy-form-select-comm span.current-opt {
  cursor: pointer;
  padding: 9px 10px 9px;
  display: block;
  line-height: initial;
  font-size: 12px;
  text-transform: uppercase;
}
#comm-body .fancy-form-select-comm ul {
  border: 1px solid #666;
  width: calc(102%);
  margin: 0 0 0 -1px !important;
  z-index: 999;
  position: relative;
  background-color: #fff;
}
#comm-body .fancy-form-select-comm ul li {
  border-bottom: 1px solid #666;
  padding: 8px 10px;
  margin: 0;
  cursor: pointer;
  font-size: 12px;
  text-transform: uppercase;
}
#comm-body .fancy-form-select-comm ul li:hover {
  background-color: #333;
  color: #fff;
}
#comm-body .fancy-form-select-comm ul li:last-child {
  border-bottom: none;
}
#comm-body .fancy-form-select-comm .fa-angle-down {
  position: absolute;
  top: 9px;
  right: 15px;
  font-size: 18px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: all 0.25s ease-in-out;
}
#comm-body .fancy-form-select-comm .fa-angle-down:before {
  content: '\f107';
  font-family: FontAwesome;
}
#comm-body .fancy-form-select-comm i {
  position: absolute;
  top: 9px;
  right: 15px;
  font-size: 18px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
#comm-body .fancy-form-select-comm.open i {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: all 0.25s ease-in-out;
}
/**swiper*/
.swiper-slide {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: auto;
  position: relative;
}
.swiper-slide img {
  max-width: 100%;
  height: auto;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #000;
}
.swiper-container1 {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container1 .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-horizontal > .swiper-pagination {
  bottom: 0px;
}
.swiper-slide img {
  margin-bottom: 30px;
}
/**swiper*/
@media (max-width: 1200px) {
  #comm-body .slide-description h1 {
    margin-bottom: 20px;
    min-height: auto;
  }
  .left-align,
  .right-align {
    width: 100%;
  }
  .left-align span.line-bar,
  .right-align span.line-bar {
    width: 22%;
  }
}
@media (max-width: 768px) {
  span.clear {
    display: block;
    clear: both;
  }
  span.line-bar {
    width: 20%;
    border-bottom: 1px solid;
    display: block;
    height: 1px;
    margin-bottom: 23px;
  }
  .image-banner {
    margin: 100px 0;
  }
  .image-banner img {
    width: 100%;
  }
  #page_intro img {
    display: none;
  }
  ul#commercial-menu {
    width: calc(70%);
    margin: 0 auto;
  }
  #commercial-menu .current {
    background-color: #333333;
  }
  #commercial-menu .current a {
    color: #ffffff;
  }
  ul#commercial-menu li {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 0px;
    padding: 0px;
  }
  ul#commercial-menu li a {
    line-height: 32px;
    text-decoration: none;
    font-size: 10px;
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-style: normal;
    font-weight: 500;
    color: #333333;
    display: block;
    width: 100%;
  }
  .comm-subsection {
    margin-top: 80px;
  }
  .align-block,
  .align-expand-block,
  .desc-2column,
  .pop-align-block {
    width: calc(70%);
    margin: 0 auto;
  }
  /* align intro part */
  .align-block {
    margin-bottom: 15px;
  }
  #comm-body .align-block h1 {
    font-size: 64px;
    line-height: 64px;
    font-family: "Mercury Display A", "Mercury Display B" !important;
    font-style: normal !important;
    font-weight: 700 !important;
    margin-bottom: 34px;
  }
  #comm-body .align-block.top h1 {
    width: 100%;
  }
  #comm-body .align-block h2 {
    font-size: 60px;
    line-height: 60px;
    font-family: "Mercury Display A", "Mercury Display B" !important;
    font-style: normal !important;
    font-weight: 700 !important;
    margin-bottom: 15px;
  }
  #comm-body .align-block h3 {
    font-size: 10px;
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif !important;
    font-style: normal !important;
    font-weight: 300 !important;
    margin-bottom: 20px;
  }
  #comm-body .align-block p {
    font-size: 18px;
    font-family: "Mercury Display A", "Mercury Display B";
    font-style: normal;
    font-weight: 400;
  }
  #comm-body .align-block.top p {
    width: 100%;
  }
  #comm-body .align-block a {
    font-size: 12px;
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-style: normal;
    font-weight: 500;
    color: #333333 !important;
    text-decoration: underline;
  }
  /* block with expand button*/
  .align-expand-block {
    border-top: 1px solid;
  }
  .align-expand-block span {
    display: block;
    font-size: 7px;
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
  }
  #comm-body .align-expand-block ul {
    padding-top: 22px;
  }
  #comm-body .align-expand-block.collapse ul {
    display: none;
  }
  #comm-body .align-expand-block ul li {
    display: inline-block;
    margin-bottom: 22px;
    width: 100%;
  }
  .align-expand-block ul li h2 {
    font-size: 11px;
    line-height: 16px;
    font-family: "Mercury Display A", "Mercury Display B" !important;
    font-style: normal !important;
    font-weight: 700 !important;
  }
  .align-expand-block ul li p {
    font-size: 11px;
    line-height: 16px;
    font-family: "Mercury Display A", "Mercury Display B";
    font-style: normal;
    font-weight: 400;
  }
  .align-expand-block ul li a {
    color: #333333;
  }
  .align-expand-block span i {
    font-style: normal;
    float: right;
    font-weight: lighter;
    display: inline-block;
    font-size: 10px;
    min-width: 20px;
    text-align: center;
  }
  /* 3 columns content*/
  ul.ul-3column {
    display: block;
  }
  #comm-body ul.ul-3column li {
    width: 29%;
    display: inline-block;
    vertical-align: top;
    margin: 0 4% 30px 0;
  }
  #comm-body ul.ul-3column li:nth-child(3n) {
    margin-right: 0;
  }
  #comm-body ul.ul-3column li h5 {
    font-size: 12px;
    font-family: "Mercury Display A", "Mercury Display B" !important;
    font-style: normal !important;
    font-weight: 700 !important;
    margin-bottom: 22px;
  }
  #comm-body ul.ul-3column li p {
    font-size: 12px;
    font-family: "Mercury Display A", "Mercury Display B";
    font-style: normal;
    font-weight: 400;
    margin-bottom: 15px;
  }
  ul.ul-3column li a {
    font-size: 12px;
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-style: normal;
    font-weight: 700;
    display: block;
    color: #333333;
  }
  ul.ul-3column li img {
    margin-bottom: 20px;
    width: 100%;
  }
  #comm-body .desc-2column p {
    display: inline-block;
    width: 100%;
    font-family: "Mercury Display A", "Mercury Display B";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    margin: 25px 0 0 0;
  }
  /*2 columns content*/
  #comm-body .desc-2column p:last-child {
    margin-left: 0;
  }
  /************ common content part --End-- ***************/
  /************ Support ***************/
  /* special override common css --start-- */
  .comm-support .desc-2column {
    margin-bottom: 70px;
  }
  #comm-body .sales-directory ul.ul-3column li {
    width: 33%;
    margin: 0 14% 30px 0;
  }
  #comm-body .sales-directory ul.ul-3column li a {
    font-size: 12px;
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-style: normal;
    font-weight: 700;
    display: block;
    color: #333333;
  }
  /* special override common css --end-- */
  .comm-signature {
    width: calc(70%);
    margin: 0 auto;
    margin-bottom: 80px;
  }
  .comm-signature img {
    width: 25%;
  }
  .comm-signature span {
    display: block;
    font-size: 6px;
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-style: normal;
    font-weight: 500;
  }
  .comm-slide,
  .hospitality-detail,
  .featured-project-list {
    width: 100%;
    margin: 0 auto;
  }
  .pro-slide {
    margin: 80px auto 0 auto;
    cursor: default;
  }
  html.ipad.portrait .pro-slide {
    width: calc(70%);
  }
  html.legacy-ipad .pro-slide {
    width: calc(70%);
  }
  .pro-slide .slide-box {
    width: 100%;
  }
  .pro-slide .slide-container .slide-child {
    float: left;
    padding: 0px;
  }
  .pro-slide .slide-left {
    position: absolute;
    left: -15px;
    top: 40%;
    width: 25px;
    cursor: pointer;
    z-index: 2;
    display: inline-block;
  }
  .pro-slide .slide-right {
    position: absolute;
    right: -15px;
    top: 40%;
    width: 25px;
    cursor: pointer;
    z-index: 2;
    display: inline-block;
  }
  .comm-slide .slide-description {
    width: 100%;
    vertical-align: top;
    margin-right: 0;
    float: none;
    margin-bottom: 50px;
  }
  .comm-slide .slide-image {
    width: calc(70%);
    margin: 0 auto;
    overflow: hidden;
    float: none;
  }
  #comm-body .slide-description h3 {
    font-size: 10px;
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif !important;
    font-style: normal !important;
    font-weight: 300 !important;
    margin-bottom: 22px;
  }
  #comm-body .slide-description h1 {
    font-size: 25px;
    font-family: "Mercury Display A", "Mercury Display B" !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 25px;
    min-height: 0;
    margin-bottom: 50px;
  }
  .slide-description p {
    font-size: 12px;
    font-family: "Mercury Display A", "Mercury Display B";
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
  }
  .hospitality-detail {
    margin-top: 30px;
  }
  .hospitality-detail ul {
    display: none;
  }
  .hospitality-detail ul.open {
    display: block;
  }
  #comm-body .hospitality-detail ul li {
    width: 49%;
    margin-right: 0;
  }
  .hospitality-detail ul li:nth-child(4n) {
    margin-right: 0;
  }
  .hospitality-detail ul li label {
    display: block;
    font-size: 11px;
    font-family: "Mercury Display A", "Mercury Display B";
    font-style: normal;
    font-weight: 700;
  }
  .hospitality-detail ul li span {
    display: block;
    font-size: 11px;
    font-family: "Mercury Display A", "Mercury Display B";
    font-style: normal;
    font-weight: 400;
  }
  .hospitality-detail ul li span a {
    display: block;
    font-size: 11px;
    font-family: "Mercury Display A", "Mercury Display B";
    font-style: normal;
    font-weight: 400;
    color: #333333;
  }
  .featured-project-list {
    border-top: 1px solid;
  }
  .featured-project-list ul {
    display: none;
  }
  .featured-project-list ul.open {
    display: block;
  }
  #comm-body .featured-project-list ul li {
    width: 37%;
    display: inline-block;
    margin: 0 12% 30px 0;
  }
  #comm-body .featured-project-list ul.ul-3column li {
    margin-right: 12%;
  }
  #comm-body .featured-project-list ul li h2 {
    font-size: 10px;
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 24px;
  }
  #comm-body .featured-project-list ul li p {
    font-size: 10px;
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: 13px;
  }
  /************ Capabilities ***************/
  .special-finishes {
    padding-top: 34px;
  }
  #comm-body .special-finishes ul.ul-3column li {
    width: 39%;
    margin: 0 0 30px 5%;
  }
  /************ hospitality ***************/
  #comm-body.comm-hospitality .align-block h2 {
    font-size: 25px;
    line-height: 25px;
  }
  #comm-body .project-list ul.ul-3column li {
    width: 37%;
    display: inline-block;
    margin: 0 12% 30px 0;
  }
  /************ residential ***************/
  #comm-body.comm-residential .align-block h2 {
    font-size: 25px;
    line-height: 25px;
  }
  /************ overview ***************/
  #comm-body.top {
    magin-bottom: 100px;
  }
  .left-align,
  .right-align {
    width: 100%;
    margin: 0;
    display: inline-block;
  }
  .left-align {
    vertical-align: top;
  }
  .right-align {
    padding-top: 165px;
    margin-left: 0;
  }
  #comm-body .left-align p,
  #comm-body .right-align p {
    margin-bottom: 50px;
  }
  .left-align span.line-bar,
  .right-align span.line-bar {
    width: 38%;
  }
  .comm-request-info {
    width: calc(70%);
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    margin: 50px auto 50px auto;
  }
  .request-form-block {
    width: 100%;
  }
  .comm-request-content {
    width: 100%;
    margin: 0 auto;
    padding: 42px 0 42px 0;
  }
  .request-form-block {
    display: table;
  }
  #comm-body .comm-request-content ul {
    width: 100%;
    display: inline-block;
    vertical-align: top;
  }
  #comm-body .comm-request-content ul:last-child {
    margin-left: 0;
  }
  #comm-body .comm-request-content ul li {
    display: block;
    margin-bottom: 15px;
  }
  #comm-body .comm-request-content ul li select,
  #comm-body .comm-request-content ul li option {
    height: 34px;
  }
  #comm-body .comm-request-content ul li textarea {
    line-height: 16px;
    height: 80px;
  }
  #comm-body .comm-request-content ul li button {
    background-color: #333333;
    color: #ffffff;
    border: 0;
    height: 34px;
    border-radius: 0;
  }
  #comm-body .comm-request-content ul li p,
  #comm-body .comm-request-content ul li a {
    font-size: 10px;
    line-height: 15px;
    border: none;
  }
  .request-title,
  .request-form-block {
    width: 100%;
    margin: 0 auto;
  }
  #comm-body .request-title h2 {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 9px;
    line-height: 12px;
    text-align: center;
    margin-bottom: 28px;
  }
  #comm-body .request-title h3 {
    font-family: "Mercury Display A", "Mercury Display B" !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 20px;
  }
  #comm-body .request-title p {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 50px;
    color: red;
  }
  #comm-body .fancy-form-select-comm ul li {
    margin-bottom: 0px;
  }
  .swiper-slide img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .pro-slide {
    width: calc(70%);
  }
}
body.cms-commercial-overview #comm-body .text-centered-only .cta a.button.contact-expert-wrapper,
body.cms-commercial-capabilities #comm-body .text-centered-only .cta a.button.contact-expert-wrapper,
body.cms-commercial-hospitality #comm-body .text-centered-only .cta a.button.contact-expert-wrapper,
body.cms-commercial-residential #comm-body .text-centered-only .cta a.button.contact-expert-wrapper,
body.cms-commercial-support #comm-body .text-centered-only .cta a.button.contact-expert-wrapper {
  color: #ffffff !important;
  margin: 0 auto;
}
body.cms-commercial-overview #comm-body .text-centered-only .cta a.button.contact-expert-wrapper:hover,
body.cms-commercial-capabilities #comm-body .text-centered-only .cta a.button.contact-expert-wrapper:hover,
body.cms-commercial-hospitality #comm-body .text-centered-only .cta a.button.contact-expert-wrapper:hover,
body.cms-commercial-residential #comm-body .text-centered-only .cta a.button.contact-expert-wrapper:hover,
body.cms-commercial-support #comm-body .text-centered-only .cta a.button.contact-expert-wrapper:hover {
  color: #000000 !important;
}

/*# sourceMappingURL=commercial.css.map */
