:root {
  /*
   https://www.figma.com/file/NqIozriKniGkfenVLGm8qI/Library?type=design&node-id=142-149&mode=design&t=8BINMcmolfnd1dTu-4
   */
  --kele-blue: #007AB8;
  --kele-blue-hilight: #03569E;
  --kele-green: #007A33;
  --kele-darkblue: #000033;
  --kele-orange: #EF8803;
  --kele-yellow: #FBD821;
  --kele-red: #BB0404;
  --kele-green-hilight: #015B27;
  --digital-white: #FFFFFF;
  --digital-lightgrey: #EEEEEE;
  --digital-mediumgrey: #757575;
  --digital-darkgrey: #3F3F3F;
  --digital-black: #000000;
}

/* Base styles and resets */
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  font-size: 14px; /* Designer OK June 2025*/
}

body {
  background: #FFF;
  color: #000;
  margin: 0;
  padding: 0;
  font-family: Helvetica, Verdana, sans-serif;
  line-height: 1.2;
}

iframe, h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
a, address, cite, code, img, s, small, sub, sup, b, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
canvas, details, embed, figure, figcaption, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
}

p, pre {
  margin: 1em 0;
}

details, summary, menu {
  display: block;
}

input, select, textarea {
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  line-height: normal;
  margin: 0;
}

button {
  font: inherit;
  border: 0;
  margin: 0;
}

.strong, b, strong, dt, legend {
  font-weight: bold;
}

.italic, dfn, blockquote {
  font-style: italic;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* Links */
a {
  color: var(--kele-green);
  text-decoration: underline;
}

a:hover {
  color: var(--kele-blue);
  text-decoration: underline;
}

a:focus {
  outline: 0;
}

a:active, a:hover {
  outline: 0;
}

/* Block Quotes and Quotes */
blockquote {
  color: #000;
  margin: 1em 0;
  quotes: none;
  line-height: 1.2em;
  font-size: 18px;
  text-align: justify;
  font-style: normal;
  font-family: "proxima-nova-condensed", "Proxima Nova Condensed", verdana, sans-serif;
}

cite {
  color: #222;
  font-style: normal;
}

q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

/* Code */
code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}

code {
  color: #111;
  padding: 2px 5px;
  background-color: #f1f1f1;
  border-radius: 3px;
}

/* 1.1 Headings - h1, h2, h3, h4, h5, h6 */
/* size and line height matched to https://www.figma.com/design/NqIozriKniGkfenVLGm8qI/Library?node-id=5-2&m=dev in June 2025 */
h1, .h1 {
  font-size: 36px;
  line-height: normal;
  margin-bottom: 0.2em;
  color: #00824a;
  font-weight: bold;
}

h2, .h2 {
  font-size: 32px;
  line-height: normal;
  margin-bottom: 0.1em;
  color: #093d67;
  font-weight: bold;
}

h3, .h3 {
  font-size: 24px;
  line-height: normal;
  margin-bottom: 0.5em;
  color: black;
}

h3 img, .h3 img {
  vertical-align: middle;
  margin-right: 10px;
}

h4, .h4 {
  font-size: 22px;
  margin-bottom: 0.5em;
  color: black;
}

h5, .h5 {
  font-size: 20px;
  margin-bottom: 0.5em;
}

.h6 {
  font-size: 18px;
  margin-bottom: 0.5em;
}

h6 {
  font-size: 16px;
  font-weight: bold;
  background: #093d67;
  color: #fff;
  padding: 6px 20px;
  margin-bottom: 0;
}

/* Tables */
table {
  width: auto;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  word-wrap: break-word;
}

body#oneCol .search-page table {
  width: 100% !important;
}

table th, table td {
  padding: 8px;
  vertical-align: top;
}

table thead th {
  vertical-align: bottom;
  font-weight: bold;
  background-color: #e1e1e1;
  color: #333;
}

table tfoot td {
  font-weight: bold;
}

table caption {
  padding: 0.5em;
  font-style: italic;
  background-color: #eee;
  border-bottom: 0;
  font-weight: bold;
}

table#pTab {
  border: 2px solid #D0D1D0 !important;
}

/* Page-wide styles */
#pageOuterContainer .mainContent {
  margin: 10px;
  padding: 0;
}

/*SITE CONTAINER*/
body .site-container {
  width: 100%;
  max-width: 100%;
  background: none;
  margin: 0 auto;
}

.site-container .main-header {
  background: #000033;
  z-index: 9999;
}

.site-container .main-header .logo a {
  display: block;
  background: url(//assets.kele.com/responsive-patch-delivery/images/kele-logo-white.png) no-repeat 0 0;
  background-size: 100%;
}

.site-container .main-header .logo a img {
  opacity: 0;
  visibility: hidden;
}

.main-header .header-links .phone {
  color: #FFF !important;
}

.main-header .header-links {
  margin-right: 35px;
  margin-top: 5px;
}

.main-header .header-links,
.main-header .header-links a {
  color: #FFF;
  text-decoration: none;
}

.main-header .header-links .logged-in-header-mobile {
  display: none;
}

.main-header .header-links #not-logged-in-header-mobile-divider {
  display: none;
}

.main-header .order-nav ul li:first-child {
  display: none;
}

.main-header .order-nav ul li:last-child {
  position: absolute;
  top: 10px;
  right: 30px;
  margin: 0;
  padding: 0;
  background: none;
}

.main-header .order-nav ul li:last-child img {
  display: none;
}

.main-header .order-nav ul li:last-child a {
  color: transparent;
  display: block;
  width: 25px;
  height: 25px;
  margin: 0;
  background: url(//assets.kele.com/responsive-patch-delivery/images/cart-desktop.png) no-repeat 0 0;
  background-size: 25px;
}

.main-header .order-nav ul li:last-child #cartCount {
  display: block;
  color: #FFF;
  position: absolute;
  top: -6px;
  right: 1px;
}

.main-content .left-nav .product-category {
  background: #FFF;
}

body.page-url-w_uxhome .main-content .left-nav .product-category {
  background: #666;
}

body.page-url-w_uxhome .main-content .left-nav .product-category > h6 {
  display: none;
}

body.page-url-w_uxhome .main-content .left-nav .product-category .category-li > .category-li-a {
  color: #FFF;
}

#divTypeItInContainer .searchBar {
  background: #FFF;
}

.site-container .quick-links ul li {
  width: 33%;
}

.site-container .billboard-container {
  background: none;
  border: none;
}

.site-container #sliderWrapper {
  background: #FFF;
}

.site-container .featured-products {
  background: #EEE;
}

.site-container .main-nav {
  margin: 100px auto 0;
  max-width: 1254px;
  background: #000033;
  transition: background 1s ease;
}
.site-container .main-nav > ul {
  /* CENTERS BUT CAUSING HOVER ISSUE */
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.site-container .main-nav li {
  border-color: transparent !important;
  background: transparent !important;
  flex: 0 0 auto;
}
.site-container .main-nav li.top-menu-item {
  padding: 16px 0;
  font-size: 18px;
  line-height: 16px;
}
.site-container .main-nav li.top-menu-item > a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
}
.site-container .main-nav li.top-menu-item .sub-nav-1-container {
  width: 292px;
  color: #666666;
}
.site-container .main-nav li.top-menu-item .sub-nav-1-container .sub-nav-1-top {
  background: #F5F5F5;
  border: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.site-container .main-nav li.top-menu-item .sub-nav-1-container .sub-nav-1-top.products-nav-container {
  width: 960px;
}
.site-container .main-nav li.top-menu-item .sub-nav-1-container .sub-nav-1-top ul li {
  font-family: Arial, Helvetica, sans-serif;
  width: 290px;
}
.site-container .main-nav li.top-menu-item .sub-nav-1-container .sub-nav-1-top ul li a {
  color: #666666;
}
.site-container .main-nav li.top-menu-item .sub-nav-1-container .sub-nav-1-top ul li a:hover {
  color: #FFF;
  background: var(--kele-blue);
}
.site-container .main-nav li.top-menu-item .sub-nav-1-container .sub-nav-1-top ul li .sub-sub-nav {
  background: #F5F5F5;
  border: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.site-container .main-nav li.top-menu-item .sub-nav-1-container .sub-nav-1-top ul li .sub-sub-nav li {
  width: 170px;
}
@media only screen and (min-width: 1200px) {
  .site-container .main-nav li.top-menu-item {
    padding: 16px 0;
    font-size: 24px;
  }
}
@media only screen and (max-width: 1024px) {
  .site-container .main-nav li.top-menu-item {
    padding: 14px 0;
  }
  .site-container .main-nav li.top-menu-item > a {
    font-size: 16px;
  }
  .site-container .main-nav li.top-menu-item .sub-nav-1-container {
    width: 250px;
  }
  .site-container .main-nav li.top-menu-item .sub-nav-1-container .sub-nav-1-top.products-nav-container {
    width: 715px;
  }
  .site-container .main-nav li.top-menu-item .sub-nav-1-container .sub-nav-1-top ul li {
    width: 215px;
  }
}
@media only screen and (max-width: 768px) {
  .site-container .main-nav {
    position: fixed;
    top: 121px;
    left: -101%;
    bottom: 0;
    height: auto;
    z-index: 99999;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    margin: 0;
    transition: left 0.3s ease-in-out;
  }
  .site-container .main-nav.open {
    left: 0;
  }
  .site-container .main-nav > ul {
    display: block;
    margin: 0;
  }
  .site-container .main-nav li {
    display: block;
    float: none;
    border: none;
    padding: 0;
  }
  .site-container .main-nav li a {
    display: block;
    padding: 10px;
    font-weight: bold;
    font-size: 14px;
  }
  .site-container .main-nav li.top-menu-item {
    background: none !important;
    padding: 0 !important;
    border-left: none !important;
  }
  .site-container .main-nav li.top-menu-item > a {
    border-top: 2px solid #777;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: normal;
    font-size: 22px;
  }
  .site-container .main-nav li.top-menu-item:first-child > a {
    border-top: none;
  }
  .site-container .main-nav li.top-menu-item .sub-nav-1-container {
    display: none;
    position: static;
    left: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-top: 0;
  }
  .site-container .main-nav li.top-menu-item .sub-nav-1-container .sub-nav-1-top {
    width: 768px;
  }
  .site-container .main-nav li.top-menu-item .sub-nav-1-container .sub-nav-1-top ul {
    display: block;
    padding: 0 !important;
    margin: 0;
    float: none;
  }
  .site-container .main-nav li.top-menu-item .sub-nav-1-container .sub-nav-1-top ul li {
    display: block;
    width: auto;
  }
  .site-container .main-nav li.top-menu-item .sub-nav-1-container .sub-nav-1-top ul li a {
    font-family: Helvetica, sans-serif;
  }
  .site-container .main-nav li.top-menu-item.open .sub-nav-1-container {
    display: block;
  }
  .site-container .main-nav li.top-menu-item.open .sub-nav-1-container li.menu-item.open .sub-menu {
    position: static !important;
    border: 0;
    box-shadow: none;
    background-color: #FFF !important;
    margin-top: 0 !important;
    margin-left: 24px;
  }
}

.site-container .left-nav,
.site-container .right-nav {
  width: 21%;
  max-width: 190px;
}

.site-container .main-container {
  width: 78%;
  margin-left: 1%;
}

body.page-url-w_uxhome .site-container .main-container {
  max-width: 740px;
  overflow: hidden;
}

.site-container .logged-in-header-links {
  color: #FFF !important;
}

/*mobile banner*/
.mobile-banner {
  display: none;
  background-size: 100%;
  height: auto;
  margin: 0;
  width: 100%;
}

.desktop-banner {
  display: block;
  background-size: 100%;
  height: auto;
  margin: 20px 0;
  width: 100%;
}

.desktop-banner img {
  width: 100%;
  height: auto;
}

.mobile-categories {
  display: none;
}

.site-container table.cart {
  background: #FFF;
}

/*SITE FOOTER*/
/*who/what/how section*/
body .footer {
  padding-right: 40px;
  background: #333;
}

.site-container .footer ul li ul .heading,
.site-container .footer ul li ul li a,
.site-container .footer .action-links li,
.site-container .footer .action-links .gray-text12 {
  color: #FFF;
}

.site-container .footer .action-links li {
  border-right: none;
}

.site-container .footer .action-links {
  border-top: 1px solid #777;
}

body > div.site-container .footer > ul:nth-child(1) > li {
  display: inline-block;
  width: 25%;
  text-align: left;
  padding: 0 10px;
}

/*action links*/
body > div.site-container .footer > .action-links li {
  display: inline-block;
  width: 25%;
  text-align: left;
}

body > div.site-container .footer > .action-links .last p a {
  display: inline-block;
  width: 25%;
}

body > div.site-container .footer > .action-links .last p a img {
  width: 100%;
  height: auto;
}

/*quick links*/
body > div.site-container .content {
  width: 100%;
}

body > div.site-container .quick-links {
  width: 100% !important;
}

.onecol .main-content .main-container #dropcontainer .product-categories .categories-list .categories-list-row .categories-category {
  background-color: #fff;
}

body#oneCol .main-content .main-container {
  padding-left: 0;
  padding-right: 0;
}

body#oneCol .mainContent.product-family-content {
  margin-left: 0 !important;
  width: 100% !important;
  float: none !important;
  padding: 0 30px;
}

body#oneCol.page-url-product .mainContent.product-family-content table#pTab {
  width: 100% !important;
  font-size: 12px;
}

body#oneCol.page-url-product .mainContent.product-family-content table#pTab td {
  border: 1px solid #FFF !important;
}

body#oneCol .mainContent.product-family-content .AddToCartCol .btn-green-small {
  font-size: 11px;
}

body#oneCol.page-url-product .mainContent.product-family-content .productSKUheaders {
  font-size: 12px;
}

body#oneCol.page-url-product .mainContent.product-family-content .prod_top .leftcol,
body#oneCol.page-url-product .mainContent.product-family-content .prod_top .rightcol {
  float: none;
  margin: 0;
}

body.page-url-viewcart .site-container .main-container {
  width: 100%;
  margin-left: 0;
  padding-bottom: 40px;
}

body.page-url-viewcart #ctl00_ctl00_cphM1_cphMM1_CartItemsContainer {
  width: auto;
}

body.page-url-viewcart .site-container .main-container table.cart {
  font-size: 12px;
}

body.page-url-checkout .site-container .main-content .left-nav {
  display: none;
}

body.page-url-checkout .site-container .main-content .main-container {
  width: 100%;
  margin-left: 0;
}

body.page-url-w_uxhome .main-container .billboard .billboard-container #nav {
  display: none;
}

body.page-url-w_uxhome .main-container .billboard .billboard-container #slideshow > div a {
  display: block;
}

body.page-url-w_uxhome .main-container .billboard .billboard-container #slideshow > div a img {
  display: block;
  width: 100% !important;
  height: auto !important;
  padding-right: 0 !important;
}

.home-tile-blocks:before, .home-tile-blocks:after {
  content: "";
  display: table;
}

.home-tile-blocks:after {
  clear: both;
}

.main-content:before, .main-content:after {
  content: "";
  display: table;
}

.main-content:after {
  clear: both;
}

.home-tile-blocks a {
  float: left;
  width: 33.33%;
  max-height: 191px;
  overflow: hidden;
  padding: 0 10px 0 0;
  margin-bottom: 10px;
}

.home-tile-blocks a img {
  display: block;
  width: 80%;
  margin: auto;
}

/*kele returns page*/
body.page-nav-kele-returns-policy .main-container .mainContent {
  width: 100%;
}

/*kele resources main page*/
body.page-nav-resources-main .main-content .community-welcome {
  width: 100%;
}

@media only screen and (max-width: 1000px) {
  body#oneCol.page-url-product .mainContent.product-family-content #pTab .DescrCol,
  body#oneCol.page-url-product .mainContent.product-family-content #aTab .DescrCol {
    width: auto !important;
  }
  body#oneCol.page-url-product .mainContent.product-family-content #pTab .ModelCol,
  body#oneCol.page-url-product .mainContent.product-family-content #aTab .ModelCol {
    width: 70px !important;
  }
  body#oneCol.page-url-product .mainContent.product-family-content #pTab .QtyCol input,
  body#oneCol.page-url-product .mainContent.product-family-content #aTab .QtyCol input {
    width: 30px !important;
  }
  body#oneCol.page-url-product .mainContent.product-family-content #pTab .QtyCol,
  body#oneCol.page-url-product .mainContent.product-family-content #aTab .QtyCol {
    width: 50px !important;
  }
  body#oneCol.page-url-product .mainContent.product-family-content .productSKUheaders {
    font-size: 11px;
  }
  body#oneCol.page-url-product .mainContent.product-family-content #pTab .ShipCol,
  body#oneCol.page-url-product .mainContent.product-family-content #aTab .ShipCol {
    width: 70px !important;
  }
  body#oneCol.page-url-product .mainContent.product-family-content .product-family-tabs div.dataTables_filter {
    margin-top: 0;
    float: none;
    margin-left: 5px;
    width: auto;
    text-align: left;
  }
}
/*custom css for Kele.com*/
@media only screen and (max-width: 768px) {
  body .site-container .default-breadcrumbs {
    margin-bottom: 15px;
    margin-top: 0;
    padding-top: 15px;
    margin-left: 10px;
  }
  body.page-url-w_uxhome .site-container .main-content {
    padding-top: 0;
  }
  /*who/what/how section*/
  body > div.site-container .footer > ul:nth-child(1) > li {
    width: 50%;
    height: 190px;
  }
  body > div.site-container .footer > ul:nth-child(1) > li > ul {
    width: 70%;
    margin: 0 auto;
  }
  /*action links*/
  body > div.site-container .footer > .action-links li {
    width: 50%;
    height: 190px;
    border-right: none;
    padding: 30px 50px;
  }
  body > div.site-container .footer > .action-links li p .btn-green {
    display: block;
    width: 80%;
  }
  body > div.site-container .footer > .action-links .last {
    height: 222px;
  }
  /*hamburger menu*/
  .mobile-menu {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 12px;
    left: 10px;
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
  }
  .mobile-menu span {
    display: block;
    position: absolute;
    height: 5px;
    width: 30px;
    background: #fff;
    opacity: 1;
    left: 7px;
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  .mobile-menu span:nth-child(1) {
    top: 9px;
  }
  .mobile-menu span:nth-child(2), .mobile-menu span:nth-child(3) {
    top: 19px;
  }
  .mobile-menu span:nth-child(4) {
    top: 29px;
  }
  .mobile-menu.open span:nth-child(1) {
    top: 18px;
    width: 0;
    left: 50%;
  }
  .mobile-menu.open span:nth-child(2) {
    transform: rotate(45deg);
  }
  .mobile-menu.open span:nth-child(3) {
    transform: rotate(-45deg);
  }
  .mobile-menu.open span:nth-child(4) {
    top: 18px;
    width: 0;
    left: 50%;
  }
  /*product detail page*/
  #pageOuterContainer .mainContent.product-family-content {
    width: 100%;
    margin: 0 !important;
    padding: 0 10px;
  }
  #pageOuterContainer .product-family-content .breadcrumbs {
    width: 100%;
    overflow-y: inherit;
    margin: 0 0 24px 0;
  }
  #pageOuterContainer .product-family-content .breadcrumbs ul li {
    padding: 6px 0;
  }
  #pageOuterContainer > div.mainContent.product-family-content > div:nth-child(2) {
    text-align: center;
  }
  #pageOuterContainer > div.mainContent.product-family-content > div:nth-child(2) .categoryImage {
    float: none;
    display: inline-block;
  }
  #pageOuterContainer > div.mainContent.product-family-content > div:nth-child(2) .product-category-title {
    float: none;
    display: inline-block;
    vertical-align: top;
    padding-top: 6px;
  }
  #pageOuterContainer .mainContent.product-family-content .prod_main .prod_top .productlogo {
    width: 250px;
    text-align: center;
    margin: 0 auto;
    height: auto !important;
    float: none;
  }
  #pageOuterContainer .mainContent.product-family-content .prod_main .prod_top .productlogo {
    width: 100%;
    height: auto;
  }
  #pageOuterContainer .mainContent.product-family-content .prod_main .prod_top .leftcol {
    width: 100%;
    height: auto;
    margin: 26px auto 0 auto;
    float: none;
  }
  #pageOuterContainer .mainContent.product-family-content .prod_main .prod_top .leftcol .productimage {
    width: 300px;
    height: auto;
    margin: 0 auto;
  }
  #pageOuterContainer .mainContent.product-family-content .prod_main .prod_top .leftcol .productimage img {
    width: 100%;
    height: auto;
  }
  #pageOuterContainer .mainContent.product-family-content .prod_main .prod_top .rightcol {
    float: none;
    margin-top: 0 !important;
    width: 100%;
  }
  #pageOuterContainer .mainContent.product-family-content .prod_main .prod_top .rightcol .desc {
    margin-top: 0;
  }
  #pTab tbody td {
    width: auto;
  }
  /*product categories page*/
  body#oneCol .onecol .main-content .main-container {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .onecol .main-content .main-container #dropcontainer .product-categories {
    margin: 0;
    width: 100%;
  }
  .onecol .main-content .main-container #dropcontainer .product-categories .categories-list .categories-list-row {
    margin: 0 auto;
    text-align: center;
    max-width: 650px;
    width: 100%;
  }
  .onecol .main-content .main-container #dropcontainer .product-categories .categories-list .categories-list-row .categories-category {
    margin: 10px 1%;
    width: 31%;
    display: inline-block;
    vertical-align: top;
    background-color: #fff;
  }
  /*product category page*/
  #pageOuterContainer .main-content.delineated-nav-container .main-container {
    margin: 0;
    width: 100%;
  }
  #pageOuterContainer .main-content.delineated-nav-container .main-container .main-PB {
    margin-top: 30px;
  }
  #pageOuterContainer .main-content.delineated-nav-container .main-container .content #ctl00_ctl00_cphM1_cphMM1_dzMain_columnDisplay_ctl00_controlcolumn_ctl00_WidgetHost_WidgetHost_widget_CB {
    margin-left: 0 !important;
  }
  #pageOuterContainer .main-content.delineated-nav-container .main-container .content .product-sub-categories ul li {
    width: 31%;
    margin: 10px 1%;
    height: auto !important;
    padding: 20px 5px;
  }
  #pageOuterContainer .main-content.delineated-nav-container .main-container .content .product-sub-categories ul li .morelink-container {
    margin-top: 10px;
  }
  #pageOuterContainer .main-content.delineated-nav-container .main-container .content .product-sub-categories ul li img {
    width: 90%;
    max-width: 165px;
    height: auto;
    margin: 0 auto;
  }
  #pageOuterContainer .main-content.delineated-nav-container .main-container .content .product-sub-categories ul li a p {
    margin: 20px 0;
    width: 100%;
    display: block;
    padding-right: 0;
  }
  /*accessory page*/
  #pageOuterContainer > div.main-content.delineated-nav-container > div.main-container > div:nth-child(2) > div:nth-child(1) {
    margin-top: 20px;
  }
  #pageOuterContainer .main-content.delineated-nav-container .main-container .infoBar {
    width: 100%;
  }
  #pageOuterContainer .main-content.delineated-nav-container .main-container .infoBar #ctl00_ctl00_cphM1_cphMM1_tblList tbody tr td {
    width: 33% !important;
    margin: 10px 1%;
  }
  #pageOuterContainer .main-content.delineated-nav-container .main-container .infoBar #ctl00_ctl00_cphM1_cphMM1_tblList tbody tr td .prodlistContainer {
    height: 320px;
  }
  #pageOuterContainer .main-content.delineated-nav-container .main-container .infoBar #ctl00_ctl00_cphM1_cphMM1_tblList tbody tr td .prodlistImgContainer {
    width: 90%;
    max-width: 165px;
    height: auto;
    margin: 10px auto 30px auto;
  }
  #pageOuterContainer .main-content.delineated-nav-container .main-container .infoBar #ctl00_ctl00_cphM1_cphMM1_tblList tbody tr td .prodlistImgContainer img {
    width: 100%;
    height: auto;
  }
  #pageOuterContainer .main-content.delineated-nav-container .main-container .infoBar #ctl00_ctl00_cphM1_cphMM1_tblList tbody tr td .prodlistTitleContainer {
    width: 100%;
    word-break: break-word;
  }
  #pageOuterContainer .main-content.delineated-nav-container .main-container .infoBar #ctl00_ctl00_cphM1_cphMM1_tblList tbody tr td .prodlistSummary {
    width: 100% !important;
  }
  #pageOuterContainer .main-content.delineated-nav-container .main-container .infoBar #ctl00_ctl00_cphM1_cphMM1_tblList {
    width: 100%;
    margin: 0;
  }
  /*special offers*/
  body.page-url-specialoffers .main-container {
    width: 100%;
    margin: 30px 0;
  }
  body.page-url-specialoffers .main-container form #formElement0 input {
    width: 60%;
  }
  .quick-order #orderSearchWrapper {
    width: 100% !important;
  }
  .quick-order #orderSearchWrapper .hdrBlack {
    width: 100%;
  }
  .quick-order #orderSearchWrapper #QuickOrderSelector {
    width: 100% !important;
  }
  .quick-order #orderSearchWrapper #QuickOrderSelector .QuickOrderRadioActive, .quick-order #orderSearchWrapper #QuickOrderSelector .QuickOrderRadio {
    width: 50%;
  }
  .quick-order #orderSearchWrapper #divTypeItInContainer .searchBar {
    float: none;
    text-align: center;
  }
  .quick-order #orderSearchWrapper #divTypeItInContainer .searchBar #ctl00_ctl00_cphM1_QuickOrder_btnOrderPad {
    display: block;
    margin: 10px auto !important;
  }
  .quick-order #orderSearchWrapper #divTypeItInContainer .searchBar a {
    display: block;
    margin: 10px auto !important;
    padding: 5px 10px !important;
  }
  #divTypeItInContainer > div.searchBar > ul {
    display: inline-block;
    float: none;
  }
  .quick-order #orderSearchWrapper #divCopyPasteContainer {
    width: 100% !important;
  }
  .quick-order #orderSearchWrapper #divCopyPasteContainer .searchBar {
    text-align: center;
  }
  .quick-order #orderSearchWrapper #divCopyPasteContainer .orderSearchBtn {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  .quick-order #orderSearchWrapper #divCopyPasteContainer .orderSearchBtn #ctl00_ctl00_cphM1_QuickOrder_btnQuickOrder {
    display: block;
    margin: 10px auto !important;
    padding: 5px 10px !important;
  }
  .quick-order #orderSearchWrapper #divCopyPasteContainer .orderSearchBtn a {
    display: block;
    margin: 10px auto !important;
    padding: 5px 10px !important;
  }
  .quick-order #orderSearchWrapper #divCopyPasteContainer #ctl00_ctl00_cphM1_QuickOrder_txtQuickOrder {
    width: 80% !important;
  }
  /*hide sections*/
  .billboard, #ctl00_ctl00_cphM1_cphMM1_DropZone1_columnDisplay_ctl00_controlcolumn_ctl01_WidgetHost_WidgetHost_widget_CB {
    display: none;
  }
  /*homepage river*/
  body.page-url-w_uxhome .site-container .main-content .main-container {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  body.page-url-w_uxhome .site-container .main-content .main-container #ctl00_ctl00_cphM1_cphMM1_DropZone1_columnDisplay_ctl00_controlcolumn_ctl03_WidgetHost_WidgetHost_widget_CB > img {
    width: 100%;
    min-height: 25px;
  }
  body.page-url-w_uxhome .site-container .main-content .main-container #ctl00_ctl00_cphM1_cphMM1_DropZone1_columnDisplay_ctl00_controlcolumn_ctl05_WidgetHost_WidgetHost_widget_CB > div > img {
    width: 100% !important;
  }
  #dropcontainer .content #exclusiveProducts {
    width: 100% !important;
  }
  #dropcontainer .content #exclusiveProducts #sliderWrapper {
    width: 100% !important;
  }
  #dropcontainer .content #exclusiveProducts #sliderWrapper .bx-wrapper {
    width: 100% !important;
  }
  #dropcontainer .content #exclusiveProducts #sliderWrapper .bx-wrapper .bx-window {
    width: 100% !important;
  }
  #dropcontainer .content #exclusiveProducts #sliderWrapper .bx-wrapper a.bx-next {
    position: absolute;
    bottom: -44px;
    right: 30px;
    margin-right: 16px !important;
    color: #323232 !important;
  }
  #dropcontainer .content #exclusiveProducts #sliderWrapper .bx-wrapper a.bx-prev {
    position: absolute;
    bottom: -44px;
    left: 30px;
    color: #323232 !important;
  }
  .main-content .main-container .columnwidgetlist {
    padding-left: 0 !important;
  }
  .site-container .quick-links ul li {
    width: 100%;
    height: auto;
    min-height: initial;
    margin-bottom: 30px;
  }
  /*homepage categories section*/
  #ctl00_ctl00_cphM1_cphMM1_DropZone1_columnDisplay_ctl00_controlcolumn_ctl03_WidgetHost_WidgetHost_widget_CB > h1 {
    padding: 0 15px;
  }
  .site-container .main-content {
    margin-top: 0;
  }
  .main-content .left-nav .product-category {
    background: #FFF;
    position: relative;
    min-height: 26px;
    padding-top: 26px;
  }
  .main-content .left-nav .product-category > h6 {
    display: block !important;
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 26px;
    top: 0;
    left: 0;
    right: 0;
  }
  .left-nav .product-category > h6::after {
    content: " +";
  }
  .left-nav .product-category > ul {
    display: none;
  }
  /*welcome page*/
  body.page-nav-kele-welcome .welcome {
    margin: 0;
    width: 100%;
    text-align: center;
  }
  body.page-nav-kele-welcome .welcome iframe {
    margin: 0 auto;
  }
  body.page-nav-kele-welcome .welcome .welcome-text {
    margin: 35px auto !important;
    float: none;
    width: 100%;
    text-align: center;
    padding: 0 20px;
  }
  body.page-nav-kele-welcome .welcome .welcome-text p {
    padding-right: 0;
  }
  body.page-nav-kele-welcome .welcome ul li {
    float: none;
    width: 47%;
    margin: 10px 1% !important;
    display: inline-block;
  }
  body.page-nav-kele-welcome .welcome .custom-button {
    width: 100%;
  }
  body.page-nav-kele-welcome .linecard {
    margin: 0;
    width: 100%;
    padding: 0 20px;
  }
  body.page-nav-kele-welcome .linecard .linecard-copy {
    width: 100%;
    float: none;
    margin: 0 auto;
  }
  body.page-nav-kele-welcome .linecard .linecard-copy h2 {
    text-align: center;
  }
  body.page-nav-kele-welcome .linecard .manufacturer-images {
    margin: 30px auto 0 auto;
    width: 100%;
    text-align: center;
  }
  body.page-nav-kele-welcome .linecard .manufacturer-images ul {
    width: 80%;
    text-align: center;
    margin: 0 auto;
    padding: 0;
  }
  body.page-nav-kele-welcome .linecard .manufacturer-images ul li {
    float: none;
    display: inline-block;
  }
  body.page-nav-kele-welcome .content .quote {
    margin: 0;
    width: 100%;
  }
  body.page-nav-kele-welcome .content .quote h2 {
    width: 100%;
    background-image: none;
    margin: 0 auto;
    text-align: center;
    padding: 20px 0;
  }
  body.page-nav-kele-welcome .content .quote p {
    width: 100%;
    padding: 0;
  }
  body.page-nav-kele-welcome .content .quote span {
    display: none;
  }
  body.page-nav-kele-welcome .content .solutions {
    width: 100%;
    margin: 0;
  }
  body.page-nav-kele-welcome .content .solutions .solutions-copy {
    width: 100%;
    margin: 0;
    padding: 20px;
  }
  body.page-nav-kele-welcome .content .solutions .solutions-copy ul li {
    width: 100%;
  }
  body.page-nav-kele-welcome .content .solutions .solutions-copy h2 {
    padding: 20px 0;
    text-align: center;
  }
  body.page-nav-kele-welcome .content .solutions img {
    display: none;
  }
  /*line card page*/
  body.page-nav-line-card .main-container .line-card-logos .line-card-logos__row .line-card-logo {
    background-color: #fff;
    display: inline-block;
    float: none;
    margin: 0;
    vertical-align: top;
  }
  body.page-nav-line-card .main-container .line-card-logos .line-card-logos__row {
    display: table;
    margin: 0 auto 20px auto;
  }
  body.page-nav-line-card .main-container .manufacturer-list--category {
    width: 100%;
    padding: 20px;
  }
  body.page-nav-line-card .main-container .manufacturer-list--category .manufacturer-list__col {
    display: inline-block;
  }
  /*free freight page*/
  body.page-nav-kelesaver_free_freight_details .main-container {
    width: 100%;
    margin: 0;
  }
  body.page-nav-kelesaver_free_freight_details .main-container .mainContent {
    width: 100%;
    padding: 20px;
  }
  body.page-nav-kelesaver_free_freight_details .main-container .mainContent #ctl00_ctl00_cphM1_cphMM1_ContentBlock1 h1 img {
    width: 100%;
  }
  /*kele international page*/
  body.page-nav-kele-international .main-content .main-container {
    width: 100%;
    margin: 0;
  }
  body.page-nav-kele-international .main-content .main-container #ctl00_ctl00_cphM1_cphMM1_dzMain_columnDisplay_ctl00_controlcolumn_ctl01_WidgetHost_updatepanel p img {
    width: 100%;
  }
  body.page-nav-kele-international .main-content .main-container #ctl00_ctl00_cphM1_cphMM1_dzMain_columnDisplay_ctl00_controlcolumn_ctl00_WidgetHost_WidgetHost_widget_CB h1 {
    margin-top: 30px;
    margin-bottom: 0;
  }
  /*customer testimonials*/
  body.page-nav-customer-testimonials .customer-testimonials {
    margin-left: 10px !important;
  }
  body.page-nav-customer-testimonials .customer-testimonials .quote {
    width: 100%;
  }
  body.page-nav-customer-testimonials .customer-testimonials .quote .quote__group {
    margin: 0 0 20px 0;
  }
  body.page-nav-customer-testimonials .customer-testimonials .quote .quote__group span.blueTxt {
    position: initial;
    background-image: none;
    width: 100%;
  }
  body.page-nav-customer-testimonials .customer-testimonials .quote .quote__group p {
    margin-bottom: 40px !important;
  }
  body.page-nav-customer-testimonials .main-content .main-container p iframe {
    width: 100% !important;
  }
  body.page-nav-customer-testimonials .main-content .main-container #ctl00_ctl00_cphM1_cphOneColPageHost_dz_columnDisplay_ctl00_controlcolumn_ctl00_WidgetHost_WidgetHost_widget_CB h2 {
    padding: 0 20px 15px 20px;
  }
  /*careers page*/
  body.page-nav-kele-employment .main-content .main-container {
    width: 100%;
    margin: 0;
  }
  body.page-nav-kele-employment .main-content .main-container .mainContent {
    width: 100%;
  }
  body.page-nav-kele-employment .main-content .main-container .mainContent img {
    width: 100%;
  }
  /*panel shop page*/
  body.page-nav-panel-shop .main-container {
    width: 100%;
    margin: 0;
    padding: 0 20px;
  }
  body.page-nav-panel-shop .main-container #ctl00_ctl00_cphM1_cphMM1_dzMain_columnDisplay_ctl00_controlcolumn_ctl00_WidgetHost_WidgetHost_widget_CB {
    margin: 0 !important;
  }
  body.page-nav-panel-shop .main-container #ctl00_ctl00_cphM1_cphMM1_dzMain_columnDisplay_ctl00_controlcolumn_ctl00_WidgetHost_WidgetHost_widget_CB img {
    width: 100%;
  }
  body.page-nav-panel-shop .main-container #ctl00_ctl00_cphM1_cphMM1_dzMain_columnDisplay_ctl00_controlcolumn_ctl01_WidgetHost_WidgetHost_widget_CB table {
    width: 100%;
  }
  body.page-nav-panel-shop .main-container #ctl00_ctl00_cphM1_cphMM1_dzMain_columnDisplay_ctl00_controlcolumn_ctl01_WidgetHost_WidgetHost_widget_CB table tbody tr h3 {
    text-align: center;
  }
  body.page-nav-panel-shop .main-container #ctl00_ctl00_cphM1_cphMM1_dzMain_columnDisplay_ctl00_controlcolumn_ctl01_WidgetHost_WidgetHost_widget_CB table tbody td a img {
    display: inline-block;
    height: 150px !important;
    overflow: hidden;
    vertical-align: top;
    width: 100% !important;
  }
  /*production shop page*/
  body.page-nav-production-shop .main-content .main-container {
    width: 100%;
    margin: 0;
  }
  body.page-nav-production-shop .main-content .main-container .content p img {
    width: 100% !important;
  }
  body.page-nav-production-shop .main-content .main-container .content #ctl00_ctl00_cphM1_cphMM1_dzMain_columnDisplay_ctl00_controlcolumn_ctl00_WidgetHost_WidgetHost_widget_CB {
    margin: 0 !important;
  }
  /*bas project lifecycle*/
  body.page-nav-project-lifecycle #ctl00_ctl00_cphM1_cphOneColPageHost_dz_columnDisplay_ctl00_controlcolumn_ctl00_WidgetHost_WidgetHost_widget_CB > p:nth-child(2) > a:nth-child(1) > img {
    width: 100%;
  }
  .content .community-welcome {
    width: 100% !important;
  }
  .content .community-welcome ul li {
    margin: 0 1%;
    display: inline-block;
    width: 31%;
  }
  .content .community-welcome ul li p {
    margin-bottom: 40px;
  }
  /*resources main page*/
  body.page-nav-resources-main .main-content .main-container {
    width: 100%;
    margin: 0;
  }
  body.page-nav-resources-main .main-content .main-container .content #ctl00_ctl00_cphM1_cphMM1_dzMain_columnDisplay_ctl00_controlcolumn_ctl00_WidgetHost_WidgetHost_widget_CB {
    margin: 0 !important;
  }
  .resources-container .community-welcome {
    width: 100%;
    padding: 0;
  }
  .resources-container .community-welcome ul {
    margin: 0;
  }
  /*video gallery*/
  body.page-nav-video-gallery .video-gallery iframe {
    width: 100% !important;
  }
  body.page-nav-video-gallery .video-gallery .videos-category {
    width: 100%;
    margin: 0;
  }
  body.page-nav-video-gallery #pageOuterContainer > div.onecol > div > div.right-nav > div.need-help > p:nth-child(5) {
    display: none;
  }
  body.page-nav-video-gallery #pageOuterContainer > div.onecol > div > div.right-nav > div.need-help > p:nth-child(6) {
    display: none;
  }
  /*full site override*/
  .site-container .main-container {
    width: 100%;
    margin: 0;
  }
  /*kele calculator*/
  body.page-nav-kele-calculator .main-container iframe {
    width: 100% !important;
  }
  /*newsletter archive*/
  body.page-nav-kele-newsletter-archive .mainContent {
    width: 100%;
  }
  /*kele catalog request*/
  body.page-nav-kele-literature-request form .form-input-wrapper input {
    width: 100% !important;
  }
  body.page-nav-kele-literature-request form .form-input-wrapper #field15 {
    width: 100px !important;
  }
  body.page-url-forgotlogin .forgot-login {
    margin: 30px 0;
  }
  body.page-nav-myaccount #ctl00_ctl00_cphM1_cphMM1_GPaddress {
    width: 100% !important;
  }
  /*bulk order page*/
  body.page-nav-bulkorder .bulk-order-container {
    margin-top: 30px;
  }
  body.page-nav-bulkorder .bulk-order-container .bulk-form-container {
    width: 100%;
  }
  body.page-nav-bulkorder .bulk-order-container .bulk-form-container .searchBar {
    width: 100% !important;
    margin: 0;
  }
  body.page-nav-bulkorder .bulk-order-container #divTypeItInContainer {
    width: 100%;
  }
  body.page-nav-bulkorder .bulk-order-container #divTypeItInContainer h6 {
    width: 100% !important;
  }
  body.page-nav-bulkorder .bulk-order-container #divTypeItInContainer .searchBar ul {
    width: 24%;
  }
  body.page-nav-bulkorder .bulk-order-container #divCopyPasteContainer {
    width: 100% !important;
    margin: 0;
    padding: 0;
  }
  body.page-nav-bulkorder .bulk-order-container #divCopyPasteContainer h6 {
    width: 100% !important;
  }
  body.page-nav-bulkorder .bulk-order-container #divCopyPasteContainer .searchBar {
    margin: 0 !important;
  }
  body.page-nav-bulkorder .bulk-order-container #divCopyPasteContainer .bulk-copypaste-text {
    width: 100%;
    margin: 0;
    padding: 0 20px;
  }
  body.page-nav-bulkorder .bulk-order-container .bulk-footer {
    width: 100%;
  }
  body.page-nav-bulkorder .bulk-order-container .bulk-footer .save-draft-button {
    padding: 0;
  }
  /*login page*/
  body.page-nav-newregistration .register .existing-user {
    width: 100%;
    padding: 20px;
  }
  body.page-nav-newregistration .register .existing-user .existing-user-login .username-input {
    width: 100%;
  }
  body.page-nav-newregistration .register .new-user {
    width: 100%;
    padding: 20px;
  }
  /*calibrations page*/
  body.page-nav-calibrations .content #ctl00_ctl00_cphM1_cphMM1_dzMain_columnDisplay_ctl00_controlcolumn_ctl00_WidgetHost_WidgetHost_widget_CB {
    margin: 0 !important;
  }
  body.page-nav-calibrations .content #ctl00_ctl00_cphM1_cphMM1_dzMain_columnDisplay_ctl00_controlcolumn_ctl00_WidgetHost_WidgetHost_widget_CB p img {
    width: 100%;
  }
  /*kitting and tagging page*/
  body.page-nav-kitting-and-tagging .content #ctl00_ctl00_cphM1_cphMM1_dzMain_columnDisplay_ctl00_controlcolumn_ctl00_WidgetHost_WidgetHost_widget_CB img {
    width: 100%;
  }
  /*order history page*/
  body.page-nav-orderhistory #ctl00_ctl00_cphM1_cphMM1_Table1 {
    width: 100% !important;
    margin-bottom: 30px;
  }
  /*shipping address page*/
  body.page-nav-shipaddr .left-nav {
    display: none;
  }
  body.page-nav-shipaddr #HR2 {
    display: none;
  }
  body.page-nav-shipaddr #ctl00_ctl00_cphM1_cphMM1_ShipTable {
    width: 100% !important;
  }
  body.page-nav-shipaddr #ctl00_ctl00_cphM1_cphMM1_ShipTable tbody tr td a img {
    width: 80%;
  }
  /*item updated text*/
  .error-notification {
    width: 100% !important;
  }
  /*seba page*/
  body.page-nav-seba .quick-order {
    display: none;
  }
  body.page-nav-seba #sidebarContainer {
    width: 100%;
  }
  body.page-nav-seba .national-page-spacing {
    width: 100%;
    margin: 0;
  }
  body.page-nav-seba .national-page-spacing .mainContent {
    width: 100%;
    padding: 0 20px;
  }
  body.page-nav-seba div.dropzone div.PBViewing ul.columnwidgetlist {
    padding: 0 !important;
  }
  body.page-nav-seba #ctl00_ctl00_cphM1_cphMain_dzMain_columnDisplay_ctl00_column > li:nth-child(1) {
    margin: 0 !important;
  }
  body.page-nav-seba.national-page div.breadcrumbs.default-breadcrumbs {
    margin: 0;
  }
  body.page-nav-seba .mainContent #ctl00_ctl00_cphM1_cphMain_dzMain_columnDisplay_ctl00_controlcolumn_ctl00_WidgetHost_WidgetHost_widget_CB > a > img {
    width: 100%;
  }
  body.page-nav-seba #ctl00_ctl00_cphM1_cphMain_dzMain_columnDisplay_ctl00_column > li:nth-child(2) {
    margin: 0 !important;
  }
  body.page-nav-seba #quicklinkwrapper {
    width: 100%;
    height: auto;
    margin: 20px 0 40px 0;
  }
  body.page-nav-seba #quicklinkwrapper .quicklink.first {
    margin-top: 20px;
  }
  body.page-nav-seba #quicklinkwrapper .quicklink {
    width: 100%;
    margin: 0;
  }
  body.page-nav-seba #team {
    width: 100%;
    height: auto;
  }
  body.page-nav-seba #team .heading {
    width: 100%;
  }
  body.page-nav-seba #team .teamwrapper {
    width: 100%;
    margin: 0;
    height: auto;
  }
  body.page-nav-seba #team .teamwrapper .row1, body.page-nav-seba #team .teamwrapper .row2 {
    width: 100%;
    height: auto;
  }
  body.page-nav-seba #team .teamwrapper .row1 #ctl00_ctl00_cphM1_cphMain_dzMain_columnDisplay_ctl00_controlcolumn_ctl03_WidgetHost_WidgetHost_widget_CB_cb6442451351_0, body.page-nav-seba #team .teamwrapper .row1 #ctl00_ctl00_cphM1_cphMain_dzMain_columnDisplay_ctl00_controlcolumn_ctl03_WidgetHost_WidgetHost_widget_CB_cb6442450965_1 {
    width: 50%;
    display: inline-block;
  }
  body.page-nav-seba #team .teamwrapper .row2 #ctl00_ctl00_cphM1_cphMain_dzMain_columnDisplay_ctl00_controlcolumn_ctl03_WidgetHost_WidgetHost_widget_CB_cb6442451357_3, body.page-nav-seba #team .teamwrapper .row1 #ctl00_ctl00_cphM1_cphMain_dzMain_columnDisplay_ctl00_controlcolumn_ctl03_WidgetHost_WidgetHost_widget_CB_cb6442450965_4 {
    width: 50%;
    display: inline-block;
  }
  body.page-nav-seba #team .teamwrapper .row2 #ctl00_ctl00_cphM1_cphMain_dzMain_columnDisplay_ctl00_controlcolumn_ctl03_WidgetHost_WidgetHost_widget_CB_cb6442451357_2 {
    display: none;
  }
  body.page-nav-seba #team .teamwrapper > div .teammember:nth-child(1) {
    width: 35%;
  }
  body.page-nav-seba #team .teamwrapper > div .teammember:nth-child(2) {
    width: 65%;
  }
  body.page-nav-seba #team .teamwrapper .teammember .text {
    width: 100%;
    text-align: center;
  }
  .main-content .breadcrumbs {
    height: auto;
  }
  .main-content .breadcrumbs ul li {
    display: inline-block;
    float: none;
  }
  /*quick order*/
  .site-container .main-content .left-nav .quick-order .hdrBlack {
    width: 100%;
    cursor: pointer;
  }
  .site-container .main-content .left-nav .quick-order .hdrBlack::after {
    content: " +";
  }
  .site-container .main-content .left-nav .quick-order #orderSearchWrapper {
    display: none;
  }
  /*save cart page*/
  .main-content .shopping {
    width: 100% !important;
  }
  #pageOuterContainer > div.main-content > div.main-container > div:nth-child(2) > table > tbody > tr > td > div > table > tbody > tr {
    margin: 6px 0;
    display: inline-block;
    font-size: 12px;
  }
  #pageOuterContainer > div.main-content > div.main-container > div:nth-child(2) > table > tbody > tr > td > div > table > tbody > tr td {
    display: inline-block;
  }
  #pageOuterContainer > div.main-content > div.main-container > div:nth-child(2) > table > tbody > tr > td > div > table > tbody > tr > td:first-child {
    margin-right: 4px;
  }
}
@media only screen and (max-width: 580px) {
  #pageOuterContainer .mainContent .product-family-tabs .prod_bottom #MP1 .ui-tabs-nav li {
    font-size: 10px;
  }
}
@media only screen and (max-width: 480px) {
  /*who/what/how section*/
  body > div.site-container .footer > ul:nth-child(1) > li {
    width: 100%;
    height: auto;
    margin-top: 10px;
    padding: 0;
  }
  body > div.site-container .footer > ul:nth-child(1) > li:last-child {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  body > div.site-container .footer > ul:nth-child(1) > li > ul {
    width: 100%;
    margin: 0 auto;
  }
  body > div.site-container .footer > ul:nth-child(1) > li > ul > li {
    display: none;
  }
  body > div.site-container .footer > ul:nth-child(1) > li > ul > li.heading {
    display: block;
    cursor: pointer;
  }
  body > div.site-container .footer > ul:nth-child(1) > li > ul > li.heading:hover {
    text-decoration: underline;
  }
  body > div.site-container .footer > ul:nth-child(1) > li > ul > li.heading::after {
    content: " +";
  }
  body > div.site-container .footer > ul:nth-child(1) > li > ul > li.heading.open::after {
    content: " -";
  }
  /*action links*/
  body > div.site-container .footer > .action-links {
    padding-top: 40px;
  }
  body > div.site-container .footer > .action-links li {
    width: 100%;
    padding: 0;
    text-align: left;
    height: auto;
    margin: 20px 0;
  }
  body > div.site-container .footer > .action-links .first p {
    text-align: left;
    margin: 15px 0;
    padding-left: 5px;
  }
  body > div.site-container .footer > .action-links li p .btn-green {
    width: 100%;
    margin: 0 auto;
  }
  body > div.site-container .footer > .action-links .last p a {
    width: 12%;
  }
  body > div.site-container .footer > .action-links .last table {
    margin: 0 auto;
  }
  /*product categories page*/
  .onecol .main-content .main-container #dropcontainer .product-categories .categories-list .categories-list-row .categories-category {
    width: 48%;
  }
  /*product category page*/
  #pageOuterContainer .main-content.delineated-nav-container .main-container .content .product-sub-categories ul li {
    width: 80%;
    margin: 20px auto;
    float: none;
    height: 270px !important;
    padding: 30px;
  }
  #pageOuterContainer .main-content.delineated-nav-container .main-container .content .product-sub-categories ul li a p {
    width: 100%;
    text-align: center !important;
  }
  /*welcome page*/
  body.page-nav-kele-welcome .welcome ul li {
    width: 60%;
  }
  body.page-nav-kele-welcome .linecard {
    margin: 0;
    width: 100%;
  }
  body.page-nav-kele-welcome .linecard .linecard-copy {
    float: none;
  }
  body.page-nav-kele-welcome .welcome iframe {
    width: 100% !important;
  }
  body.page-nav-kele-welcome .linecard .manufacturer-images ul {
    width: 100%;
  }
  /*line card page*/
  body.page-nav-line-card .main-container .line-card-logos .line-card-logos__row .line-card-logo {
    display: block;
    margin-bottom: 10px;
  }
  body.page-nav-line-card .main-container .line-card-logos .line-card-logos__row {
    margin-bottom: 0;
  }
  /*what we do bottom section*/
  .content .community-welcome ul li {
    width: 98%;
    text-align: center;
  }
  .content .community-welcome ul li:last-child a {
    margin: 0 auto;
    width: 130px;
    position: initial;
  }
  #ctl00_ctl00_cphM1_cphMM1_dzMain_columnDisplay_ctl00_controlcolumn_ctl03_WidgetHost_WidgetHost_widget_CB > div > ul > li:nth-child(2) > a {
    position: initial;
  }
  .content .community-welcome ul li h3 {
    margin-bottom: 10px;
    text-align: center;
  }
  .content .community-welcome ul .first ol li {
    width: 100%;
  }
  /*video gallery*/
  body.page-nav-video-gallery .video-gallery .videos-category .videos__video {
    margin: 0;
    width: 100%;
    text-align: center;
  }
  body.page-nav-video-gallery .video-gallery .videos-category .videos-category__heading {
    text-align: center;
    font-size: 28px !important;
    text-decoration: underline;
  }
  body.page-nav-video-gallery .video-gallery .videos-category .videos .videos__video .video__preview {
    display: block;
    margin: 20px auto;
  }
  #ctl00_ctl00_cphM1_cphOneColPageHost_dz_columnDisplay_ctl00_controlcolumn_ctl02_WidgetHost_WidgetHost_widget_CB > div > div:nth-child(2) > div.videos__video > a > img {
    margin: 0 auto;
    display: block;
  }
  /*shipping address page*/
  body.page-nav-shipaddr #ctl00_ctl00_cphM1_cphMM1_ShipTable tr td .darkGray, body.page-nav-shipaddr #ctl00_ctl00_cphM1_cphMM1_ShipTable tr td b, body.page-nav-shipaddr #ctl00_ctl00_cphM1_cphMM1_ShipTable tr td .body_tx_larger {
    font-size: 12px;
  }
  body.page-nav-shipaddr #ctl00_ctl00_cphM1_cphMM1_ShipTable tbody tr td a img {
    width: 80%;
  }
  /*access control home page*/
  body.page-nav-access-control-home .community-welcome li a {
    position: initial;
  }
  .prod-category-landing .community-welcome li a {
    position: initial;
  }
  body.prod-category-landing .product-category-title {
    font-size: 36px !important;
  }
  /*excess search*/
  .site-container > div.main-container > div > div:nth-child(3) > span.darkBlue.bold.size16pt {
    display: none;
  }
  /*hide right nav on mobile*/
  #oneCol .site-container .right-nav {
    display: none;
  }
  /*fix nav menu spacing on mobile*/
  .header-submenu-1-item-arrow {
    display: none;
  }
}
/*custom css for Kele.com*/
/*Header*/
/* Personalization banner above the header */
#kele-is-placement7 {
  position: fixed;
  float: left;
  margin: 0;
  top: 0;
  width: 100%;
  height: 60px;
  color: #FFFFFF;
  z-index: 9999;
  background-color: var(--kele-green);
}

#kele-is-placement7 .ribbon-placeholder {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: Helvetica, sans-serif;
  font-weight: 700;
  font-size: 22px;
}

#kele-is-placement7 .ribbon-placeholder a {
  color: inherit;
  font: inherit;
}

.main-header .mobile-menu {
  display: none;
}

.page-url-w_uxhome .main-container .billboard {
  margin-top: 0;
}

.site-container .hdrBlack,
.site-container .quick-order .hdrBlack,
.site-container h6,
.site-container .featured-products h6 {
  background-color: #008049;
}

#oneCol .need-help > p:nth-child(5), #oneCol .need-help > p:nth-child(6) {
  display: none;
}

@media only screen and (max-width: 768px) {
  .main-header .mobile-menu {
    display: block;
  }
  .main-header .header-links {
    color: transparent;
    margin-right: 0;
    margin-top: 0;
    padding-right: 0;
    border-right: none;
  }
  .main-header .header-links .logged-in-header-links-plus,
  .main-header .header-links .phone,
  .main-header .header-links #ctl00_ctl00_SignOutLink {
    display: none;
  }
  .main-header .header-links .logged-in-header-welcome {
    display: none;
  }
  .main-header .header-links .logged-in-header-mobile {
    display: block;
    position: absolute;
    top: 5px;
    right: 40px;
    width: 80px;
    height: 35px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    text-align: center;
  }
  .main-header .header-links #logged-in-header-mobile-divider,
  .main-header .header-links #not-logged-in-header-mobile-divider {
    position: absolute;
    right: 0;
    top: 25%;
    color: #ffffff;
    display: block;
  }
  .main-header .header-links .logged-in-header-mobile > img {
    height: 20px;
  }
  .main-header .header-links .logged-in-header-mobile .header-mobile-label {
    clear: both;
    font-size: 12px;
    line-height: 1em;
  }
  .main-header .header-links .logged-in-header-mobile .logged-in-header-mobile-menu {
    position: absolute;
    z-index: 5;
    top: calc(100% - 12px);
    right: 0;
    padding: 0 16px;
    white-space: nowrap;
    background-color: white;
    border-radius: 8px;
    text-align: left;
  }
  .main-header .header-links .logged-in-header-mobile .logged-in-header-mobile-menu > div {
    padding: 16px 0;
    border-top: 1px solid #3F3F3F;
  }
  .main-header .header-links .logged-in-header-mobile .logged-in-header-mobile-menu > div:first-child {
    border: none;
  }
  .main-header .header-links .logged-in-header-mobile .logged-in-header-mobile-menu > div a {
    font-size: 14px;
    font-weight: bold;
    color: black;
  }
  .main-header .header-links #ctl00_ctl00_LoggedInHeaderLinks,
  .main-header .header-links #ctl00_ctl00_NotLoggedInHeaderLinks {
    display: block;
    position: absolute;
    top: 9px;
    right: 45px;
    color: transparent;
  }
  .main-header .header-links #ctl00_ctl00_LoggedInHeaderLinks {
    color: transparent !important;
    top: -5px;
  }
  .main-header .header-links #ctl00_ctl00_LoggedInHeaderLinks a:last-child,
  .main-header .header-links #ctl00_ctl00_NotLoggedInHeaderLinks #ctl00_ctl00_registerLink {
    display: none;
  }
  .main-header .header-links #ctl00_ctl00_LoggedInHeaderLinks .user-display-name {
    color: #FFF;
    position: absolute;
    bottom: 15px;
    right: 38px;
    font-weight: normal;
    pointer-events: none;
  }
  .main-header .header-links > #ctl00_ctl00_LoggedInHeaderLinks a,
  .main-header .header-links > #ctl00_ctl00_NotLoggedInHeaderLinks #ctl00_ctl00_loginLink {
    display: block;
    text-decoration: none;
    padding-right: 36px;
    background: url(//assets.kele.com/responsive-patch-delivery/images/user-white.png) no-repeat 80% 1px;
    background-size: 22px;
    padding-top: 10px;
    font-size: 10px;
  }
  .main-header .header-links > #ctl00_ctl00_LoggedInHeaderLinks a {
    background: url(//assets.kele.com/responsive-patch-delivery/images/user-white.png) no-repeat 88% 1px;
    background-size: 22px;
    color: transparent !important;
    width: 100px;
    overflow: hidden;
  }
  .main-header .order-nav ul li:first-child {
    display: none;
  }
  .main-header .order-nav ul li:last-child {
    position: absolute;
    top: 10px;
    right: 9px;
    margin: 0;
    padding: 0;
    background: none;
  }
  .main-header .order-nav ul li:last-child img {
    display: none;
  }
  .main-header .order-nav ul li:last-child a {
    color: transparent;
    display: block;
    width: 25px;
    height: 25px;
    margin: 0;
    background: url(//assets.kele.com/responsive-patch-delivery/images/cart-desktop.png) no-repeat 0 0;
    background-size: 25px;
  }
  .main-header .order-nav ul li:last-child #cartCount {
    display: block;
    color: #FFF;
    position: absolute;
    top: -6px;
    right: 2px;
  }
  .sub-nav-2-container {
    display: none !important;
  }
  #kele-is-placement7 {
    height: 60px;
  }
  #kele-is-placement7 .ribbon-placeholder {
    font-size: 10px;
  }
  .site-container .main-header {
    padding: 0;
    position: sticky;
    top: 60px;
    left: 0;
    right: 0;
    z-index: 9999;
    height: 152px;
    margin-bottom: 60px;
  }
  .site-container .main-header .logo {
    margin: 0;
    position: absolute;
    left: 64px;
    top: 21px;
    width: 90px;
  }
  .site-container .main-header .logo a {
    display: block;
  }
  .site-container .main-header .logo img {
    display: block;
    width: 100%;
    height: auto;
  }
  .main-content .left-nav, .main-content .right-nav {
    width: 100%;
    float: none;
    max-width: none;
  }
  .main-content .left-nav li a, .main-content .right-nav li a {
    width: auto;
  }
  body#oneCol .mainContent.product-family-content {
    padding: 0 10px;
  }
  body#oneCol .mainContent.product-family-content .prod_bottom {
    padding-left: 0;
    padding-right: 0;
  }
  body#oneCol .mainContent.product-family-content p.log-in-green {
    text-align: center;
    font-size: 18px;
  }
  body#oneCol .mainContent.product-family-content .AddToCartCol .btn-green-small {
    font-size: 10px;
    text-align: center;
    display: block;
    margin: 0 !important;
    width: auto !important;
  }
  body.page-url-viewcart .site-container .main-container table.cart th {
    display: none;
  }
  body.page-url-viewcart .site-container .main-container table.cart tr {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #CCC !important;
  }
  body.page-url-viewcart .site-container .main-container table.cart tr:nth-child(odd) {
    background: #efefef;
  }
  body.page-url-viewcart .site-container .main-container table.cart td {
    display: block;
    width: 100%;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }
  body.page-url-checkout .site-container .main-content .main-container #checkoutmain {
    margin-left: 0 !important;
  }
  body.page-url-checkout .site-container .main-content .main-container table#ctl00_ctl00_cphM1_cphMM1_Table1 {
    width: 100% !important;
    font-size: 11px;
  }
  body.page-url-checkout .site-container .main-content .main-container {
    overflow: hidden;
  }
  body.page-url-w_uxhome .site-container .main-content .left-nav,
  body.page-url-myaccount .site-container .main-content .left-nav {
    display: none;
  }
  body.page-url-search .site-container table#skuListTable th {
    display: none;
  }
  body.page-url-search .site-container table#skuListTable td {
    display: block;
    width: 100%;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }
  body.page-url-search .site-container table#skuListTable td.QtyCol {
    width: 100% !important;
  }
  body.page-url-search .site-container table#skuListTable td.QtyCol:before {
    content: "QTY";
    color: #999;
    margin-left: -37px;
    padding-right: 5px;
    font-size: 10px;
    font-weight: bold;
  }
  body.page-url-search .site-container table#skuListTable td.ModelCol:before {
    content: "MODEL";
    color: #999;
    margin-left: -37px;
    padding-right: 5px;
    font-size: 10px;
    font-weight: bold;
  }
  body.page-url-search .site-container table#skuListTable td.ModelCol span {
    width: 100% !important;
  }
  body.page-url-search .site-container table#skuListTable td.ShipCol:before {
    content: "IN STOCK";
    color: #999;
    margin-left: -37px;
    padding-right: 5px;
    font-size: 10px;
    font-weight: bold;
  }
  body.page-url-search .site-container table#skuListTable td.ListCol:before {
    content: "LIST PRICE";
    color: #999;
    margin-left: -37px;
    padding-right: 5px;
    font-size: 10px;
    font-weight: bold;
  }
  body.page-url-search .site-container table#skuListTable td.OnlineCol:before {
    content: "INTERNET PRICE";
    color: #999;
    margin-left: -55px;
    padding-right: 5px;
    font-size: 10px;
    font-weight: bold;
  }
  body.page-url-search.logged-in .site-container table#skuListTable td.OnlineCol:before {
    content: "YOUR PRICE";
  }
  body.page-url-search .site-container table#skuListTable td.DescrCol {
    font-size: 12px;
    width: 100% !important;
  }
  body.page-url-search .site-container table#skuListTable td.AddOtCartCol {
    background: #008348 !important;
  }
  body.page-url-search .site-container table#skuListTable td.AddOtCartCol .btn-green-small {
    font-size: 12px;
    padding: 10px !important;
    background: none;
  }
  body.page-url-search .site-container table#skuListTable tr {
    margin-bottom: 20px;
  }
  body.page-url-search .site-container table#skuListTable .AltRow {
    background: #FFF !important;
  }
  body.page-url-search .site-container .darkBlue.bold.size16pt {
    font-size: 11px;
  }
  /*search sku page*/
  body.page-url-searchsku .site-container table#skuListTable th {
    display: none;
  }
  body.page-url-searchsku .site-container table#skuListTable td {
    display: block;
    width: 100%;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }
  body.page-url-searchsku .site-container table#skuListTable td.QtyCol {
    width: 100% !important;
  }
  body.page-url-searchsku .site-container table#skuListTable td.QtyCol:before {
    content: "QTY";
    color: #999;
    margin-left: -37px;
    padding-right: 5px;
    font-size: 10px;
    font-weight: bold;
  }
  body.page-url-searchsku .site-container table#skuListTable td.ModelCol:before {
    content: "MODEL";
    color: #999;
    margin-left: -37px;
    padding-right: 5px;
    font-size: 10px;
    font-weight: bold;
  }
  body.page-url-searchsku .site-container table#skuListTable td.ModelCol span {
    width: 100% !important;
  }
  body.page-url-searchsku .site-container table#skuListTable td.ShipCol:before {
    content: "IN STOCK";
    color: #999;
    margin-left: -37px;
    padding-right: 5px;
    font-size: 10px;
    font-weight: bold;
  }
  body.page-url-searchsku .site-container table#skuListTable td.ListCol:before {
    content: "LIST PRICE";
    color: #999;
    margin-left: -37px;
    padding-right: 5px;
    font-size: 10px;
    font-weight: bold;
  }
  body.page-url-searchsku .site-container table#skuListTable td.OnlineCol:before {
    content: "INTERNET PRICE";
    color: #999;
    margin-left: -55px;
    padding-right: 5px;
    font-size: 10px;
    font-weight: bold;
  }
  body.page-url-searchsku.logged-in .site-container table#skuListTable td.OnlineCol:before {
    content: "YOUR PRICE";
  }
  body.page-url-searchsku .site-container table#skuListTable td.DescrCol {
    font-size: 12px;
    width: 100% !important;
  }
  body.page-url-searchsku .site-container table#skuListTable td.AddOtCartCol {
    background: #008348 !important;
  }
  body.page-url-searchsku .site-container table#skuListTable td.AddOtCartCol .btn-green-small {
    font-size: 12px;
    padding: 10px !important;
    background: none;
  }
  body.page-url-searchsku .site-container table#skuListTable tr {
    margin-bottom: 20px;
  }
  body.page-url-searchsku .site-container table#skuListTable .AltRow {
    background: #FFF !important;
  }
  body.page-url-searchsku .site-container .darkBlue.bold.size16pt {
    font-size: 11px;
  }
}
@media only screen and (max-width: 620px) {
  body#oneCol.page-url-product .mainContent.product-family-content .productSKUheaders {
    font-size: 10px;
  }
  body#oneCol.page-url-product .mainContent.product-family-content #pTab .DescrCol,
  body#oneCol.page-url-product .mainContent.product-family-content #aTab .DescrCol {
    font-size: 10px;
  }
}
@media only screen and (max-width: 580px) {
  body#oneCol.page-url-product #ctl00_ctl00_cphM1_cphOneColPageHost_MP1_ctl02_ctl00_specialPricingLogin {
    visibility: hidden;
  }
  body#oneCol.page-url-product .mainContent.product-family-content table#pTab thead {
    display: none;
  }
  body#oneCol.page-url-product .mainContent.product-family-content table#pTab tr {
    background: transparent;
    display: block;
  }
  body#oneCol.page-url-product .mainContent.product-family-content table#pTab tr.odd td {
    background: #FFF !important;
  }
  body#oneCol.page-url-product .mainContent.product-family-content table#pTab td {
    display: block;
    width: 100% !important;
    border: none !important;
    text-align: center;
    padding: 5px;
  }
  body#oneCol.page-url-product .mainContent.product-family-content #pTab .ShipCol,
  body#oneCol.page-url-product .mainContent.product-family-content #pTab .ModelCol {
    width: 100% !important;
  }
  body#oneCol.page-url-product .mainContent.product-family-content #pTab .QtyCol {
    width: 100% !important;
    background: #efefef !important;
    border-top: 1px solid #EEE !important;
    margin-top: 20px;
  }
  body#oneCol.page-url-product .mainContent.product-family-content #pTab .QtyCol:before {
    content: "QTY";
    color: #999;
    margin-left: -37px;
    padding-right: 5px;
    font-size: 10px;
    font-weight: bold;
  }
  body#oneCol.page-url-product .mainContent.product-family-content #pTab .ModelCol:before {
    content: "MODEL";
    color: #999;
    margin-left: -37px;
    padding-right: 5px;
    font-size: 10px;
    font-weight: bold;
  }
  body#oneCol.page-url-product .mainContent.product-family-content #pTab .ShipCol:before {
    content: "IN STOCK";
    color: #999;
    margin-left: -37px;
    padding-right: 5px;
    font-size: 10px;
    font-weight: bold;
  }
  body#oneCol.page-url-product .mainContent.product-family-content #pTab .ListCol:before {
    content: "LIST PRICE";
    color: #999;
    margin-left: -37px;
    padding-right: 5px;
    font-size: 10px;
    font-weight: bold;
  }
  body#oneCol.page-url-product .mainContent.product-family-content #pTab .OnlineCol:before {
    content: "INTERNET PRICE";
    color: #999;
    margin-left: -55px;
    padding-right: 5px;
    font-size: 10px;
    font-weight: bold;
  }
  body#oneCol.page-url-product.logged-in .mainContent.product-family-content #pTab .OnlineCol:before {
    content: "YOUR PRICE";
  }
  body#oneCol.page-url-product .mainContent.product-family-content #pTab .DescrCol {
    font-size: 12px;
  }
  body#oneCol.page-url-product .mainContent.product-family-content table#pTab tr.odd td.AddToCartCol {
    background: #008348 !important;
  }
  body#oneCol .mainContent.product-family-content .AddToCartCol .btn-green-small {
    font-size: 12px;
    padding: 10px !important;
  }
  body#oneCol .mainContent.product-family-content .paging_sriPagination {
    width: auto;
  }
  body#oneCol .mainContent.product-family-content .product-category-title {
    font-size: 24px !important;
  }
  body.page-url-checkout .site-container .main-content .main-container #checkoutmain select {
    width: 100% !important;
    margin-bottom: 10px;
  }
  body.page-url-checkout .site-container .main-content .main-container #promocode {
    width: auto !important;
  }
  .home-tile-blocks a {
    width: 48%;
    padding: 0;
    margin-left: 1%;
    margin-right: 1%;
  }
}
@media only screen and (max-width: 480px) {
  #pageOuterContainer .mainContent .product-family-tabs .prod_bottom #MP1 .ui-tabs-nav li {
    display: block;
    width: 100%;
    margin-bottom: 1px;
  }
  #pageOuterContainer .mainContent .product-family-tabs .prod_bottom #MP1 .ui-tabs-nav li a {
    width: 100%;
  }
  .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable.ui-resizable {
    width: 100% !important;
    left: 0 !important;
  }
  .site-container .mobile-banner {
    display: block;
    margin: 20px 0;
  }
  .site-container .mobile-banner img {
    width: 100%;
    height: auto;
  }
  #pageOuterContainer .desktop-banner {
    display: none;
  }
  .main-container .mobile-categories {
    display: block;
  }
  .main-container .mobile-categories > h6 {
    margin-bottom: 10px;
  }
  #ctl00_ctl00_cphM1_cphMM1_DropZone1_columnDisplay_ctl00_controlcolumn_ctl03_WidgetHost_WidgetHost_widget_CB > h6 {
    display: none;
  }
  #ctl00_ctl00_cphM1_cphMM1_DropZone1_columnDisplay_ctl00_column > li:nth-child(5) {
    display: none;
  }
}
/* CC global patch*/
body.page-url-ccpayment .site-container .main-content .left-nav {
  display: none;
}

body.page-url-ccpayment .main-container {
  margin-left: 0;
  width: 100%;
}

body.page-url-ccpayment .main-container iframe {
  width: 100% !important;
  height: auto !important;
  min-height: 900px;
}

body.page-url-ccpayment .breadcrumbs {
  display: none;
}

/* KELE MASTER CSS ----------------------------------------------------------

Table of contents:

DONE -a
1. Global Alert - New styles
2. New header styles with Blue bg and large search input

TODO - Combine all these files into this master file in this order
1. Base stylesheet: http://www.kele.com/styles/style.css
2. Global Alert - New styles
3. Responsive patch: http://www.kele.com/responsive-patch-delivery/patch.css
4. Smartbuy: http://www.kele.com/smartbuy/smartbuy-assets/smartbuy.css
5. SlickSlider: http://cdn.jsdelivr.net/jquery.slick/1.5.9/slick.css
6. jQuery UI/MegaMenu/Mashup of random styles: http://www.kele.com/MinifiedCss.ashx?cssList=/styles/globalUX.css,/styles/KelePB.css,/styles/UXstyles.css,/styles/jquery.ui.all.css,/styles/kele.jquery.ui.all.css,/styles/megaMenu/dcverticalmegamenu.css,/styles/cycle.css
7. Print - http://www.kele.com/styles/print.css

*/
/* ==========================================================================
    START - GLOBAL ALERT
========================================================================== */
#ez-global-alert {
  font-family: Arial Narrow, Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 22px;
  background: #3C9BCA;
  color: #FFF;
  padding: 5px;
  text-align: center;
  text-transform: uppercase;
}

#ez-global-alert small {
  font-size: 10px;
  display: block;
  line-height: 12px;
  margin-top: 2px;
}

@media only screen and (max-width: 600px) {
  #ez-global-alert {
    margin-bottom: 10px;
  }
}
/* ==========================================================================
    END - GLOBAL ALERT
========================================================================== */
/* ==========================================================================
    START - NEW HEADER STYLES
========================================================================== */
.smartbuy-buttons .shop-kele {
  border-color: transparent !important;
}

body.page-url-viewcart .site-container .main-container table.cart td {
  text-transform: uppercase;
}

#ctl00_ctl00_cphM1_cphMM1_DropZone1_columnDisplay_ctl00_column {
  margin-top: 0;
}

#sliderWrapper .FPproductbox,
#sliderWrapper .FPdescriptionbox {
  border: none;
  text-align: center;
}

.site-container .main-header,
body .footer {
  background: #000033;
}

.main-header .logo {
  margin-bottom: 45px;
}

@media only screen and (max-width: 768px) {
  .site-container .mobile-banner {
    margin: 0;
  }
}
@media (max-width: 479px) {
  .mobile-promo-insert {
    display: block;
  }
  .desktop-promo-insert {
    display: none;
  }
}
@media (min-width: 480px) {
  .mobile-promo-insert {
    display: none;
  }
  .desktop-promo-insert {
    display: block;
  }
}
body.page-url-ccpayment .site-container .main-content .left-nav,
body.page-nav-checkoutreceipt .site-container .main-content .left-nav,
body.page-nav-sebareceipt .site-container .main-content .left-nav {
  display: none;
}

body.page-nav-sebareceipt .breadcrumbs,
body.page-nav-checkoutreceipt .breadcrumbs,
body.page-url-ccpayment .breadcrumbs {
  display: none;
}

/* ==========================================================================
    END - NEW HEADER STYLES
========================================================================== */
/* BEGIN FULL WIDTH CSS */
body.page-url-w_uxhome .site-container .main-header {
  transition: background 1s ease;
}

/* Fix the header at the top on scroll */
.main-header {
  position: sticky;
  top: 60px;
  left: 0;
  opacity: 1;
  margin-bottom: 60px;
}

body.page-url-w_uxhome .site-container .main-container .billboard {
  display: none;
}

body > div.site-container .footer > .action-links .last p a {
  width: 60px;
}

body > div.site-container .footer > .action-links .last p a img {
  width: 50px;
}

body .main-content .left-nav .product-category, .main-PB {
  background: #F8F8F8 !important;
}

body .main-content .left-nav .product-category .category-li {
  border-color: #F8F8F8 !important;
}

body .main-content .left-nav .product-category .category-li a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
}

body.page-url-w_uxhome .main-content .left-nav .product-category .category-li > .category-li-a {
  color: #666666;
}

body.page-url-w_uxhome .main-content .left-nav .product-category .category-li > .category-li-a:hover {
  color: #FFF;
}

body .site-container h6, body .site-container .featured-products h6 {
  background: #999 !important;
  color: #FFF !important;
}

body.kele-web-ng .site-container #pageOuterContainer,
body.page-template-full-width .site-container #pageOuterContainer,
body.tenant-theme-kele .site-container #pageOuterContainer {
  margin: 60px auto 0 auto;
}

body.kele-home .site-container #pageOuterContainer {
  margin: 0 auto 0 auto;
}

video {
  top: 60%;
  left: 50%;
  min-width: 100%;
  width: 100%;
  max-height: 400px;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
  transition: 1s opacity;
}

.video-container {
  height: 500px;
}

.video-parallax {
  position: fixed;
  background: #000;
}

body div.site-container .btn-green, body div.site-container .btn-green-small {
  background: var(--kele-blue);
}

#promo-container {
  float: left;
  width: 100%;
  color: #F5F5F5;
  text-align: center;
  margin: 0;
  background: rgba(78, 173, 222, 0.9);
}

body.page-url-w_uxhome #promo-container {
  position: absolute;
  bottom: 0;
  background: rgba(0, 128, 73, 0.7);
  margin: 0;
  z-index: 999;
}

.mobile-promo-insert {
  font-size: 20px;
  line-height: 35px;
}

.desktop-promo-insert {
  font-size: 20px;
  line-height: 35px;
}

.product-sub-categories ul li, .FPproductbox {
  border: none !important;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.site-container .footer .action-links .gray-text12 a {
  color: #FFF;
}

body.national-page .jciSearchContentBlock,
body.national-page .SEBASearchContentBlock,
body.national-page .TraneSearchContentBlock,
body.national-page .jciSearch,
body.national-page .SEBASearch,
body.national-page .TraneSearch,
body.national-page #ctl00_ctl00_cphM1_cphM1_JCISearch1_pnlGrid,
body.national-page #ctl00_ctl00_cphM1_cphM1_SEBASearch1_pnlGrid,
body.national-page #ctl00_ctl00_cphM1_cphM1_TraneSearch1_pnlGrid {
  margin: 10px auto !important;
  width: 990px;
}

body.national-page .default-breadcrumbs {
  width: 990px !important;
}

body.national-page h1.client {
  height: 35px !important;
}

@media screen and (min-width: 1200px) {
  #pageOuterContainer .main-content, body#oneCol #pageOuterContainer .mainContent.product-family-content {
    margin: 0 auto 15px auto !important;
    width: 1200px !important;
  }
  body.page-url-w_uxhome .site-container .main-container {
    max-width: none;
  }
  body.page-url-w_uxhome .site-container #pageOuterContainer .main-content {
    width: 1252px !important;
  }
  #dropcontainer.widget {
    background-color: #F8F8F8;
  }
  /* FEATURED PRODUCTS */
  body.page-url-w_uxhome #exclusiveProducts, body.page-url-w_uxhome #exclusiveProducts #sliderWrapper {
    width: 974px !important;
  }
  body.page-url-w_uxhome #exclusiveProducts #sliderWrapper .bx-wrapper, body.page-url-w_uxhome #exclusiveProducts #sliderWrapper .bx-window {
    width: 974px !important;
  }
  body.page-url-w_uxhome #exclusiveProducts #sliderWrapper .bx-window #slider1 {
    margin-left: -8px !important;
  }
  body.page-url-w_uxhome #exclusiveProducts #sliderWrapper .bx-wrapper a.bx-next {
    margin-right: 15px;
  }
  body.page-nav-label-wizard #labelwizard {
    margin: 35px auto !important;
    width: 735px !important;
    float: none;
  }
  body.page-nav-archived-product-literature .main-container, body.page-nav-archived-product-literature .main-container .mainContent {
    width: 974px !important;
    margin-left: 15px !important;
    padding-left: 15px;
  }
  body.page-nav-archived-product-literature .main-container .litpagination {
    height: 35px;
    margin: 10px 0;
  }
  body#oneCol.page-nav-line-card .main-container .mainContent {
    background: #F8F8F8 !important;
    padding: 10px !important;
  }
  body.page-nav-rma-request .jotform-form, body.page-nav-rma-request .main-container h2 {
    padding: 0 !important;
  }
  body.page-nav-rma-request .main-container {
    width: 974px !important;
  }
  body.page-nav-rma-request .main-container .main-PB {
    margin: 0 !important;
    padding: 0 !important;
  }
  body.page-nav-rma-request .main-container iframe {
    width: 964px !important;
  }
  body .main-content .main-container {
    background: #F8F8F8 !important;
  }
  body#oneCol .main-content .main-container {
    width: 100% !important;
    background: #F8F8F8 !important;
  }
  .site-container .right-nav {
    display: none;
    width: 0;
  }
  .main-PB {
    margin-top: 0 !important;
    padding-top: 10px;
    background: #F8F8F8;
  }
  #exclusiveProducts {
    background: #F8F8F8 !important;
    margin: 0 0 0 -3px;
  }
  #sliderWrapper {
    border: none;
    background: #F8F8F8 !important;
  }
  .FPproductbox {
    width: 232px !important;
  }
  .product-sub-categories ul li:hover, .FPproductbox:hover {
    border: none !important;
    border-radius: 2px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  }
  .mobile-promo-insert {
    font-size: 20px;
    line-height: 35px;
  }
  .desktop-promo-insert {
    font-size: 20px;
    line-height: 35px;
  }
}
@media only screen and (max-width: 1199px) {
  .mobile-promo-insert {
    font-size: 18px;
    line-height: 28px;
  }
  .desktop-promo-insert {
    font-size: 18px;
    line-height: 28px;
  }
  body.national-page #ctl00_ctl00_cphM1_cphM1_ContentBlock1, body.national-page #ctl00_ctl00_cphM1_cphM1_ContentBlock2 {
    width: 768px !important;
  }
  body.national-page .default-breadcrumbs {
    width: 768px !important;
  }
}
@media only screen and (max-width: 1024px) {
  body.national-page .jciSearchContentBlock,
  body.national-page .SEBASearchContentBlock,
  body.national-page .TraneSearchContentBlock,
  body.national-page .jciSearch,
  body.national-page .SEBASearch,
  body.national-page .TraneSearch,
  body.national-page #ctl00_ctl00_cphM1_cphM1_JCISearch1_pnlGrid,
  body.national-page #ctl00_ctl00_cphM1_cphM1_SEBASearch1_pnlGrid,
  body.national-page #ctl00_ctl00_cphM1_cphM1_TraneSearch1_pnlGrid {
    width: 768px;
    margin: 10px !important;
  }
}
@media only screen and (min-width: 769px) {
  #voiceEnable {
    top: 5px;
  }
  .default-breadcrumbs {
    margin: 15px auto 15px auto !important;
    width: 1200px !important;
  }
  /* Enlarge search */
  body .site-container .main-header .logo {
    margin-bottom: 0 !important;
  }
  body > div.site-container > div.main-header > div.order-nav > div.search-placeholder {
    top: 70px;
  }
  body .site-container .main-header input.input-search {
    height: 45px;
    background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, 0.7);
    border-radius: 3px;
  }
  .PBItem .content {
    padding-bottom: 0 !important;
  }
  /* END enlarge search */
}
@media only screen and (max-width: 768px) {
  body.page-url-w_uxhome .site-container .main-header {
    background: #000033 !important;
  }
  .mobile-promo-insert {
    font-size: 12px;
    line-height: 22px;
  }
  .desktop-promo-insert {
    font-size: 12px;
    line-height: 22px;
  }
  body div.main-content h6, body div.main-content .featured-products h6 {
    background: #999;
  }
  body.page-url-w_uxhome .site-container .main-content {
    margin-top: 0 !important;
  }
  body.page-url-w_uxhome .site-container .featured-products {
    background: none;
  }
  body.page-url-w_uxhome .site-container .featured-products #sliderWrapper {
    background: #F8F8F8;
  }
  .home-tile-blocks a img {
    width: 99%;
    margin: 1px;
    border-radius: 2px;
    box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.16), 1px 3px 6px rgba(0, 0, 0, 0.23);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  }
  body > div.site-container .footer > .action-links .last p a img {
    width: 40px !important;
    height: 36px !important;
  }
  body > div.site-container .footer > .action-links .last p a {
    width: 45px !important;
  }
  body.national-page .jciSearchContentBlock,
  body.national-page .SEBASearchContentBlock,
  body.national-page .TraneSearchContentBlock,
  body.national-page .jciSearch,
  body.national-page .SEBASearch,
  body.national-page .TraneSearch,
  body.national-page #ctl00_ctl00_cphM1_cphM1_JCISearch1_pnlGrid,
  body.national-page #ctl00_ctl00_cphM1_cphM1_SEBASearch1_pnlGrid,
  body.national-page #ctl00_ctl00_cphM1_cphM1_TraneSearch1_pnlGrid {
    width: 479px;
    margin: 5px !important;
  }
  body.national-page #ctl00_ctl00_cphM1_cphM1_ContentBlock1, body.national-page #ctl00_ctl00_cphM1_cphM1_ContentBlock2 {
    width: 479px !important;
  }
  body.national-page .default-breadcrumbs {
    width: 479px !important;
  }
}
@media (max-width: 479px) {
  body .site-container .main-header {
    height: 152px !important;
    min-height: 152px !important;
  }
  body .site-container .main-header .search {
    inset: 62px 0 auto 10px;
  }
  body > div.site-container > div.main-header > div.order-nav > div.search-placeholder {
    top: 43px;
    bottom: auto;
  }
  body.page-url-w_uxhome .site-container .main-header {
    background: #000033 !important;
  }
  div#kele-is-bag {
    text-align: center !important;
  }
  .mobile-promo-insert {
    font-size: 10px;
    line-height: 20px;
  }
  .desktop-promo-insert {
    font-size: 10px;
    line-height: 20px;
  }
  body div.main-content h6, body div.main-content .featured-products h6 {
    background: #999;
  }
  body.page-url-w_uxhome .site-container .featured-products {
    background: none;
  }
  body.page-url-w_uxhome .site-container .featured-products #sliderWrapper {
    background: #F8F8F8;
  }
  body.page-url-w_uxhome #ctl00_ctl00_cphM1_cphMM1_DropZone1_columnDisplay_ctl00_controlcolumn_ctl05_WidgetHost_updatepanel h1 span {
    font-size: 10pt !important;
  }
  body.page-url-w_uxhome #ctl00_ctl00_cphM1_cphMM1_DropZone1_columnDisplay_ctl00_controlcolumn_ctl05_WidgetHost_updatepanel div img {
    height: 20px !important;
  }
  .home-tile-blocks a img {
    width: 99%;
    margin: 1px;
    border-radius: 2px;
    box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.16), 1px 3px 6px rgba(0, 0, 0, 0.23);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  }
  #dropcontainer .content .home-tile-blocks, #ctl00_ctl00_cphM1_cphMM1_DropZone1_columnDisplay_ctl00_controlcolumn_ctl03_WidgetHost_WidgetHost_widget_CB {
    display: none !important;
  }
  .mobile-billboard {
    display: block !important;
    clear: both;
    margin-bottom: 5px;
    margin-top: 50px;
    max-height: 137px;
    overflow: hidden;
  }
}
@media (min-width: 480px) {
  #ctl00_ctl00_cphM1_cphMM1_DropZone1_columnDisplay_ctl00_controlcolumn_ctl01_WidgetHost_WidgetHost_widget_CB {
    display: block !important;
  }
  .mobile-billboard {
    display: none !important;
  }
}
@media print {
  body.page-nav-projects .main-header {
    height: 75px;
    background: none;
  }
  body.page-nav-projects div.logo, body.page-nav-projects .site-container .main-header .logo a img {
    display: block !important;
    visibility: visible;
    opacity: 1;
  }
  body.page-nav-projects table.shopping form[name=scart] > span.size14pt.darkGray:first-of-type {
    font-weight: bold;
    font-size: 28px;
  }
  body.page-nav-projects table.shopping td[bgcolor=whitesmoke] > span.size09pt.darkGray:first-of-type,
  body.page-nav-projects .main-header .header-links,
  body.page-nav-projects .main-header .order-nav,
  body.page-nav-projects .main-header .main-nav,
  body.page-nav-projects .breadcrumbs,
  body.page-nav-projects .main-content .left-nav *,
  body.page-nav-projects #promo-container,
  body.page-nav-projects .footer,
  body.page-nav-projects .end-links,
  body.page-nav-projects #projectPrint,
  body.page-nav-projects #submittals,
  body.page-nav-projects input[src="../images/cart_update.jpg"],
  body.page-nav-projects img[src="../images/cart_delete.gif"],
  body.page-nav-projects img[src="../images/cart_Addtocart.jpg"],
  body.page-nav-projects #cart-toggle,
  body.page-nav-projects #livechat-compact-container {
    display: none;
  }
}

/*# sourceMappingURL=full-width.css.map */
