/* MAIN.CSS */
/* compiled version of site.css and style.css for custom builds */

/* INIT GLOBALS */

body, html, h1, h2, h3, h4, h5, h6, p, ul, li, a, span, div, img, input {
    outline: none;
    margin: 0;
    padding: 0;
}
body {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    color: #343434;
    background: #fff;
    min-width: 320px;
}
body.cms_class {  /* for tinymce */
    text-align: left;
    background: #fff;
    background-image: none;
}
* img, body.cms_class img, img.img-fluid {
    max-width: 100%;
}
html {
    -webkit-text-size-adjust: 100%; 
}
*, ::before, ::after {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
input, textarea { font-family: "Open Sans", Helvetica, Arial, sans-serif; }
input[type="button"], input[type="submit"], input[type="reset"] {
    cursor: pointer;
    -webkit-appearance: none;
}
input:not([type='image']):not(.mce-textbox), select, textarea { max-width: 100% }
::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}
::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}
.wrap {
    display: block;
    margin: 0 auto;
    padding: 0 2.5%;
    min-width: 288px;
    max-width: 1580px;
}
.wrap.maxWidth {
    max-width: 1000px !important;
    margin: auto;
}
.text-uppercase {
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
#page {
    margin: 0;
    padding: 0;
}
#page.extraSpace {
    padding-top: 90px;
}
#content #breadcrumb {
    background-color: #e9ecef;
    font-size: 12px;
}
#content #breadcrumb .wrap {
    padding: 10px 2.5%;
}
a.breadcrumblink, #breadcrumb span {
    display: inline-block;
}
#content #breadcrumb img {
    display: inline-block;
    vertical-align: -2px;
    margin: 0 0.25rem;
}
b, strong {font-weight: 700;}
.categorySpacer { background-color: #999999; height: 1px; }
a.reverseText:link, a.reverseText:visited, a.reverseText:active, .reverseText { color: #FFFFFF; text-decoration: none; font-weight: inherit; }
a.reverseText:hover { color: #FFFFFF; text-decoration: underline; font-weight: inherit; }
li { list-style-position: inside; list-style: none; }
.bar { background-color: #999999; height: 5px; }
.bodySpacer { background-color: #dcdddd; height: 1px; }
.button:hover, .button_sm:hover { opacity: 0.8; filter: Alpha(opacity=80);}
/* .button_bar { background-color:#EFEFEF} */

dt { font-weight: 700; }
.error { font-size: 14px; font-weight: normal; color: red; }
.inputFieldBody, .inputField { border: 1px #999 solid; font-size: 14px; margin: 2px; height: 26px; padding-left: 2px; color: #343434; max-width: 100%; }
textarea.inputField { width: 80% !important; height: 6em; }
.inputFieldBodyHighlight { border: 1px #999 solid; font-size: 14px; margin-top: auto; margin-right: auto; margin-bottom: auto; margin-left: auto; padding-left: 2px; color: #343434; background-color: #f6f0dc; }

a.category { font-size: 14px; font-weight: bold; color: #343434; background-color: rgb(123, 123, 123); text-decoration: none; }
a.category:link, a.category:visited, a.category:active { font-size: 14px; font-weight: bold; color: #343434; background-color: rgb(123, 123, 123); text-decoration: none; }
a.category:hover, .categoryActive, a.categoryActive:link, a.categoryActive:visited, a.categoryActive:active, a.categoryActive:hover { font-size: 14px; font-weight: bold; background-color: #ffffff; color: #343434; text-decoration: underline; }
.category { font-size: 14px; font-weight: bold; color: #343434; background-color: rgb(123, 123, 123); }
.categoryHead { font-size: 14px; font-weight: bold; color: #343434; }
.inputQtyBody { border: 1px #cccccc solid; font-size: 14px; margin-top: auto; margin-right: auto; margin-bottom: auto; margin-left: auto; padding: 4px; width: 4em; color: #343434; text-align: center; }
select, .selectBody { color: #343434; font-size: 14px; }
.items { font-size:  14px; }
#content ul > li { list-style: none;  margin-bottom: 0.25em;}
#content ol > li { list-style: decimal inside; }
.line { background-color:  #999999; }
.loading, #loadingpage { position: fixed; width: 40%; height: 40%; z-index: 500; left: 40%; top: 50%; border: 0; text-indent: -999999px; background: transparent url('../../../images/loading.gif') no-repeat left top;}
.pageContents { font-size:  14px; font-weight: normal; color: #343434; }
.pageContentsBold { font-size:  14px; font-weight: bold; color: #343434; }
.pageContentsLabel { font-weight: bold; }
.pageDescription { font-size: 18px; font-weight: normal; color: #343434; vertical-align: top; margin: 15px 0 10px; text-transform: none !important; }
.pageDescription h3 { 
    text-transform: none !important; 
    font-size: 1.2rem;
    line-height: 1.2;
    font-weight: normal;
}
.note, .pageMsg { font-size:  14px; font-weight: normal; display: block; }
.pageSmall { font-size: 10px; }
.pageSmallBold { font-size: 10px; font-weight: bold; }
.pageTitle { font-size: 26px; font-weight: normal; color: #343434; background-color: #FFFFFF; line-height: 110%; }
.pageNav { }
td, label { font-size:  14px; font-weight: normal; color: #343434; }
table.border_dark, tr.border_dark, td.border_dark { border-width: 1px; border-style: solid; border-color: #999999; }
td.contents { font-size:  14px; font-weight: normal; color: #343434; padding-right: 20px; }
td.contentsBold_sm { font-size: 10px; font-weight: bold; }
td.contents_sm { font-size: 10px; font-weight: normal; }
td.formLabel { font-size:  14px; font-weight: normal; color: #343434; line-height: 1.3; }
td.formLabelBold { font-size:  14px; font-weight: bold; color: #343434;  line-height: 1.3; }
td.grayborder { border-width: 1px; border-style: solid; border-color: #343434; }
td.menuList { font-size:  14px; font-weight: bold; }
td.tableHeader { color: #ffffff; font-size:  14px; font-weight: bold; }
td.tablebg { background-color: #ebeef4}
th { font-size: 14px; font-weight: bold; color: #343434; background-color: #bfbdbd; }
.tspace { height: 5px; }
.pspace { height: 10px; }
.tzone { display: none; }
/* end silver.css import */
.mobile-content { display: none; }
.desktop-content { display: block; }

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: solid rgba(0, 0, 0, 0.1);
    border-width: 1px 0 0 0;
}

.clear, .relax {
    clear: both;
    font-size: 0px;
    height: 0px;
    line-height: 0;
}
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfix {display: inline-block;}
* html .clearfix {height:1%;}
.clearfix {display:block;}

A:focus, BUTTON:focus { outline: none; }
A::-moz-focus-inner, BUTTON::-moz-focus-inner { border: 0; }
fieldset {
    border: none;
}
input[type="radio"] {
    margin-right: 0.5em;
}
input[type="search"] {
    -webkit-appearance: none;
    min-height: 2em;
}
.text-right {
    text-align: right;
    align-items: flex-end;
    justify-content: flex-end;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.color-white {
    color: #fff !important;
}
/* HEADLINE TEXT */
h1, .header1,
h2, .header2, 
h3, .header3, 
h4, .header4,
h5, .header5,
h6, .header6 {
    font-family: "Poppins", Helvetica, Arial, sans-serif;
    line-height: 1.2;
    font-weight: 700;  
    color: #343434;
    margin: 0.5em 0;
}
h1, .header1 {
    font-size: 26.2px;
}
h2, .header2 {
    font-size: 22.5px;
}
h3, .header3,
h4, .header4,
h5, .header5,
h6, .header6 {
    font-size: 14px;
}
h1.pageName, .header1.pageName {
    text-align: center;
}
#login-page h1.pageName, #login-page .header1.pageName {
    text-align: left;
}
.heading {
    margin-bottom: 1rem;
}
.heading h1, .heading h2, .heading h3, .heading h4, .heading h5, .heading h6 {
    line-height: 1.1;
    display: inline-block;
    margin-bottom: 0;
    padding-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.heading h1::after, .heading h2::after, .heading h3::after, .heading h4::after, .heading h5::after, .heading h6::after, .panel-heading h6::after {
    content: " ";
    display: block;
    width: 100px;
    height: 2px;
    margin-top: .6rem;
    background: #005596;
}
.heading.text-center h1::after, .heading.text-center h2::after, .heading.text-center h3::after, .heading.text-center h4::after, .heading.text-center h5::after, .heading.text-center h6::after {
    margin-left: auto;
    margin-right: auto;
}

/*  LINKS  */
A, A:visited {
    color: #005596;  /* link color */
    text-decoration: none;
}
A:hover, A:active {
    color: #005596;  /* link hover color */
    text-decoration: underline;
}

/* BACKGROUND COLORS */
.box:nth-of-type(odd) {  /* alternate background bands of color */
    background: #ffffff;
}
.box:nth-of-type(even) {
    background: #f2f2f2;
}

/* LIGHT, OR DARK TEXT */
.light {
    color: #fff;
}
.dark {
    color: #343434;
}

/*** BANNERS ***/
.banner-include img {
    width: 100%;
    height: auto;
}

.jr-banner img {
	width: 20%;
	height: auto;
}

/*** TEXT SECTIONS, COLUMNS (CONTENT PAGES) ***/
#content {
    max-width: 100%;
    padding-bottom: 1rem;
}

#home-page #content > .wrap + hr, #login-page #content > .wrap + hr {
    display: none;
}

#content p {
    padding: 0 0 0.75em 0;
}
#content .pageDescription p {
    padding-bottom: 0;
}

.textsection, .box {
    padding: 1em 0 2em;
}
.textsection.box {
    padding: .5em 0;
}
.textsection h1, .box h1 {
    text-align: center;
}
.icon-outlined {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    display: inline-block;
    font-size: 1.4rem;
    border-radius: 50%;
    border: 2px solid #fff;
    margin-bottom: 20px;
}
.icon-outlined.icon-sm {
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-size: 1.15rem;
}
.icon-outlined.icon-thin {
    border-width: 1px;
}
.box-simple {
    margin-bottom: 40px;
    text-align: center;
}
.box-simple .icon-outlined {
    color: #005596;
    border: 1px solid #005596;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.box-simple:hover .icon-outlined {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.background-section {
    color: #555;
    padding: 60px 0;
    background: url("../../../images/style/texture-gray-tom.png") center center repeat;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    margin-bottom: 2rem;
}
.background-section .counter {
    margin-bottom: 20px;
    display: inline-block;
    margin-top: 0;
}
.background-section .icon-outlined {
    border-color: #555;
}
.background-section h4, .background-section p {
    color: inherit;
}
.four-col .col {
    display: inline-block;
    vertical-align: top;
    width: 21.5%;
    margin: 0 2%;
}
.four-col .col:first-child, .four-col .col:nth-child(4n+1) {
    margin-left: 0;
}
.four-col .col:nth-child(4n+0) {
    margin-right: 0;
}

.three-col .col {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    margin: 0 2%;
}
.three-col .col:first-child, .three-col .col:nth-child(3n+1) {
    margin-left: 0;
}
.three-col .col:nth-child(3n+0) {
    margin-right: 0;
}

.two-col .col {
    display: inline-block;
    vertical-align: top;
    width: 47.5%;
    margin: 0 2%;
}
.two-col .col:first-child, .two-col .col:nth-child(2n+1) {
    margin-left: 0;
}
.two-col .col:nth-child(2n+0) {
    margin-right: 0;
}

.one-fourth, .one-half, .three-fourths, .one-third, .one-fifth, .two-fifths, .one-sixth {
    position: relative;
    display: inline-block;
    vertical-align: top;
    float: left;
}

.one-fourth, .three-fourths, .one-sixth {
    margin-right: 2%;
}

.one-fourth {
    width: 23.5%;
}

.one-half {
    width: 47%;
    margin-right: 6%;
}

.three-fourths {
    width: 74.5%;
}

.one-third {
    width: 32%;
    margin-right: 2%;
}

.one-fifth {
    width: 19%;
    margin-right: 0 1.25%;
}
.two-fifths {
    width: 39.25%;
    margin-right: 1.25%;
}

.one-sixth {
    width: 15%;
}

.last, .one-fourth:nth-of-type(4n), 
.one-half:nth-of-type(2n), 
.one-third:nth-of-type(3n), 
.one-fifth:nth-of-type(5n),
.one-sixth:nth-of-type(6n),
.two-fifths:last-child {
    margin-right: 0;
}
.one-fourth:nth-of-type(4n+1), 
.one-half:nth-of-type(2n+1), 
.one-third:nth-of-type(3n+1),
.one-fifth:nth-of-type(5n+1),
.one-sixth:nth-of-type(6n+1) {
    clear: left;
}

/* HIGHLIGHTED NOTES */
.note, .pageMsg {color: #254287;}  /* text highlight color */

.note A, .note A:visited, 
.pageMsg A, .pageMsg A:visited {
    text-decoration: underline;
}
.note A:hover, .note A:active, .note A.active, 
.pageMsg A:hover, .pageMsg A:active, .pageMsg A.active {
    text-decoration: none;
}

/*** ADMIN AND MYACCOUNT LISTS ***/
.listnav {
    width: 100%;
    max-width: 30%;
    display: inline-block;
    vertical-align: top;
    margin: 10px 2% 10px 0;
}
.listnav h2 {
    font-weight: normal;
}

/*  BUTTONS  */
/* admin and standard buttons */
.button, .button_sm { 
   display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #FFFFFF !important;
    text-transform: uppercase;
    background-color: #343434; 
    padding: 0.5rem 0.75rem;
    border: none;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    white-space: nowrap;
    text-decoration: none !important;
    cursor: pointer;
    -moz-transition: opacity 0.15s ease-in-out;
    -webkit-transition: opacity 0.15s ease-in-out;
    -o-transition: opacity 0.15s ease-in-out;
    -ms-transition: opacity 0.15s ease-in-out;
    transition: opacity 0.15s ease-in-out;
    -webkit-appearance: none; /* overrides mobile */
}
.button_sm { font-size: 10px; }

.button_sm.specsheet_btn {
    display: inline-block;
    color: #FFFFFF !important;
    text-decoration: none;
    margin-left: 1em;
    white-space: nowrap;
}
.button_sm.specsheet_btn:before {
    content: "\f016";
    font-family: "FontAwesome";
    display: inline-block;
    text-align: left;
    padding-right: 1em;
}

/* CMS BUTTONS */
.cms-edit .button.edit {
    padding: 8px;
    color: #fff!important;
    background: #343434!important;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    border-radius: 30px;
    cursor: pointer;
    letter-spacing: 1px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.cms-edit .button.edit:hover {
    color: #fff !important;
    text-decoration: none !important;
    opacity: 0.8;
    filter: Alpha(opacity=75);
}

/* cart and order buttons */
.button-bar { /* find-page buttons' bar */
    padding: 10px;
}
.btn, .btn:visited {  /* buttons */
    display: inline-block;
    vertical-align: top;
    font-size: 0.8rem;
    color: #fff !important;
    text-align: center;
    letter-spacing: 0.1em;
    font-weight: 700;
    background-color: #005696;
    padding: 0.5rem 0.75rem;
    border: none;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    white-space: nowrap;
    text-transform: uppercase;
    text-decoration: none !important;
    cursor: pointer;
    -moz-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.btn:hover, .btn:focus {
    background-color: #005596;
    color: #fff !important;
    opacity: 0.8;

}
a.btn.add-to-cart, a.btn.checkout, a.btn.update-cart {
    color: #fff; background: #13a2a9; text-align: center;
}

.btn-template-outlined {
    background: none;
    border: 1px solid #005596 !important;
    color: #005596 !important;
    border-radius: 0 !important;
    text-decoration: none;
}
.btn-template-outlined:hover, .btn-template-outlined:focus {
    background: #3d72af !important;
    color: #fff !important;
}
.btn-template-outlined-white {
    background: none;
    border: 1px solid #fff !important;
    color: #fff;
    border-radius: 0 !important;
    text-decoration: none;
}
.btn-template-outlined-white:hover, .btn-template-outlined-white:focus {
    background: #fff;
    color: #3d72af;
}

.button-bar { /* find page buttons in a bar */
    clear: left;
    position: relative;
}
.button-bar .btn {
    margin: 2px 10px;
}
#shopcart-page .button-bar .btn {
    margin: 10px;
}
#shopcart-page #cartcheckoutform .btn.place-order-btn {
    background-color: #13a2a9!important;
}

/* scanSearch button */
a.scanSearch {
    position: absolute;
    display: inline-block;
    vertical-align: top;
    top: 5px;
    right: 21px;
    height: 20px;
    width: 36px;
    font-weight: 300;
    line-height: 1.0;
    background: transparent;
    font-size: 1px;
    color: #fff;
    text-align: center;
    padding: 0;
    border: none;
    cursor: pointer;
    z-index: 2000;
}
a.scanSearch:before {
    font-family: "FontAwesome";
    content: "\f02a";
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 22px;
    font-weight: normal;
    color: #000;
    line-height: 1.0;
    height: 20px;
    width: 36px;
    transform: scale(1.2, 1.0);
}
a.scanSearch:after {
    content: " ";
    display: inline-block;
    position: absolute;
    top: 8px;
    left: 2px;
    width: 32px;
    height: 12px;
    text-align: center;
    border: 0;
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
    -moz-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
    -ms-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
    -o-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
    border-top: 1px solid #92e842;
    background: rgba(146,232,66,0.75);
    background: -moz-linear-gradient(top, rgba(146,232,66,0.75) 0%, rgba(146,232,66,0.3) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(146,232,66,0.75)), color-stop(100%, rgba(146,232,66,0.3)));
    background: -webkit-linear-gradient(top, rgba(146,232,66,0.75) 0%, rgba(146,232,66,0.3) 100%);
    background: -o-linear-gradient(top, rgba(146,232,66,0.75) 0%, rgba(146,232,66,0.3) 100%);
    background: -ms-linear-gradient(top, rgba(146,232,66,0.75) 0%, rgba(146,232,66,0.3) 100%);
    background: linear-gradient(to bottom, rgba(146,232,66,0.75) 0%, rgba(146,232,66,0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#92e842', endColorstr='#92e842', GradientType=0 );
}
/* end scanSearch button */

a.breadcrumblink {
    display: inline-block;
    vertical-align: baseline;
    font-weight: normal;
    color: #005596;  
    text-decoration: none;
}
a.breadcrumblink:hover, a.breadcrumblink:active {
    color: #2f5a89; 
    text-decoration: underline;
}

/* HEADER */
header,
.header {
    position: sticky;
    top: 0;
    width: 100%;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 10%) 0px 1px 5px 0px;
    z-index: 5000;
}
#dynamicHeader {
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
#dynamicHeader.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 5000;
}
#dynamicHeader.sticky #notification-bar {
    display: none;
}
#dynamicHeader.sticky #middle-header {
    align-items: center;
}
#dynamicHeader.sticky #middle-header .middle-header-left-content,
#dynamicHeader.sticky #middle-header .branch-selector-section,
#dynamicHeader.sticky #middle-header .shop-section {
    display: none;
}
#dynamicHeader.sticky #middle-header .middle-header-right-content {
    justify-content: center;
}
#dynamicHeader.sticky .search  {
    width: 70%;
}
#dynamicHeader.sticky .hamburger {
    top: auto;
}
#dynamicHeader.sticky .shop-icon {
    top: auto;
}
.hamburger,
.shop-icon {
    display: none;
    font-size: 28px;
}
.hamburger {
    position: fixed;
    top: 2.5%;
    left: 2.5%;
    margin: 0;
    padding: 0;
    z-index: 16000;
}
.shop-icon {
    position: fixed;
    top: 2.5%;
    right: 2.5%;
    margin: 0;
    padding: 0;
    z-index: 16000;
}
.shop-icon a {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: -3px;
    color: #005596!important;
}
#dynamicHeader.sticky .shop-icon a {
    color: #fff!important;
}
.shop-icon i.fa {
    display: inline-flex;
    align-items: center;
    height: 30px;
    width: 30px;
}
.shop-icon a span {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -5px;
    right: -5px;
    min-width: 19px;
    min-height: 19px;
    margin: 0;
    padding: 2px;
    color: #fff;
    background: #13a2a9;
    border-radius: 10px;
    font-size: 11px;
    font-weight: 700;
    line-height: normal;
    text-align: center;
}

/* NOTIFICATION BAR */
#notification-bar {
    position: relative;
    display: block;
    margin: 0;
    padding: 5px 0;
    height: auto;
    width: 100%;
    text-align: center;
    color: #343434;
    background: #e9ecef;
    cursor: default;
    transition: height 0.5s, padding 0.5s;
    z-index: 9000;
}
#notification-bar.noShow {
    height: 0;
    padding: 0;
}
#notification-bar.noShow * {
    display: none;
}
#notification-bar .cms-edit button {
    top: -22px;
    right: -75px;
}
#notification-bar .notification-bar-content {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0 5%;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#notification-bar .notification-bar-content .close-box-section {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #343434;
    border-radius: 30px;
    width: 1.5em;
}
#notification-bar .notification-bar-content .close-box-section i {
    font-size: 13px;
    padding: 2px;
    color: #fff;
    border: 1px solid #343434;
    border-radius: 30px;
    cursor: pointer;
    letter-spacing: normal;
    line-height: normal;
    width: 100%;
    vertical-align: inherit;
}
#notification-bar .notification-bar-content .close-box-section:hover {
    opacity: 0.8;
}
#notification-bar .notification-bar-content .close-box-section i:before {
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
#notification-bar .notification-bar-content .include-section {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#notification-bar .notification-bar-content .include-section a {
    color: #005596;
}
#notification-bar .notification-bar-content .include-section a:hover {
    color: #005596;
    text-decoration: underline;
}

/* MIDDLE HEADER */
#middle-header {
    display: block;
    height: 115px;
    padding: 10px 0;
    color: #343434;
    background: #fff;
    font-size: 14px;
    font-weight: 500;
}
#middle-header a, 
#middle-header a:visited {
    color: #343434;
}
#middle-header a:active, 
#middle-header a:hover {
    color: #343434;
    text-decoration: underline;
}
#middle-header .wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}
#middle-header ul,
#middle-header ul li {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
}

/* MIDDLE HEADER: LEFT CONTENT - LOGO SECTION */
#middle-header .middle-header-left-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 50%;
}
#middle-header .middle-header-left-content .logo-section {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
#middle-header .middle-header-left-content .logo-section img {
    max-width: 350px;
    max-height: 73px;
	margin-left: 38px;
	margin-top: 20px;
}

/* MIDDLE HEADER: RIGHT CONTENT - DROP DOWN AREA */
#middle-header .middle-header-right-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 50%;
}
#middle-header .middle-header-right-content .cms-edit button {
    top: -18px;
    left: -80px;
    right: auto;
}
#middle-header .drop-down-area {
    position: relative;
    display: inline-flex;
    align-items: center;
    margin: 0;
    padding: 0;
}
#middle-header .drop-down-area li {
    list-style: none;
    list-style-position: outside;
}
#middle-header .drop-down-area > li {
    margin: 8px 0 0 0;
}
#middle-header .drop-down-area li a {
    position: relative;
    display: inline-flex;
    align-items: center;
    height: 100%;
    width: auto;
    padding: 0 15px 8px;
    color: #343434;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
#middle-header .wrap > .drop-down-area > li:hover > a {
    color: #343434;
    background: transparent;
    text-decoration: none;
    opacity: .7;
}
#middle-header .drop-down-area > li:hover > a {
    color: #343434;
    background: transparent;
    text-decoration: none;
    opacity: .7;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
#middle-header .drop-down-area li a:hover {
    color: #005596;
    text-decoration: none;
}
#middle-header .drop-down-area li a.drop-down-btn {
    position: relative;
    padding-right: 30px;
    color: #343434;
    letter-spacing: 1px;
    cursor: pointer;
}
#middle-header .drop-down-area li a.drop-down-btn:hover {
    color: #343434;
}
#middle-header .drop-down-area a.drop-down-btn:after {
    font-family: "FontAwesome";
    content: "\f078";
    position: absolute;
    top: auto;
    right: 15px;
    font-size: 10px;
    font-weight: 400;
    color: #343434;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    z-index: 100;
}
#middle-header .drop-down-area li:hover a.drop-down-btn:after {
    font-family: "FontAwesome";
    content: "\f078";
    color: #343434;
    opacity: .7;
}
#middle-header .drop-down-area .drop-down-box {
    display: none;
    position: absolute;
    margin: 0;
    padding: 10px 0;
    max-width: 250px;
    min-width: 125px;
    overflow-x: hidden;
    overflow-y: hidden;
    text-align: left;
    font-size: 14px;
    line-height: normal;
    background: #fff;
    border-top: 3px solid #005596;
    box-sizing: border-box;
    box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    z-index: 11000;
}
#middle-header .drop-down-area li.open .drop-down-box {
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    max-height: 360px;
    overflow-y: auto !important;
}
#middle-header .drop-down-area .drop-down-box li {
    padding: 0 5px;
    width: 100%;
}
#middle-header .drop-down-area .drop-down-box li a:not(.btn) {
    display: block;
    padding: 5px 20px 5px 10px;
    height: auto;
    width: 100%;
    color: #343434;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
#middle-header .drop-down-area .drop-down-box li a:not(.btn):hover {
    color: #343434;
    background-color: rgba(0,0,0,.03);
    opacity: .7;
}

/* MIDDLE HEADER: RIGHT CONTENT - MY ACCOUNT SECTION */
#middle-header .middle-header-right-content .myaccount-section,
#middle-header .middle-header-right-content .myaccount-section a {
    display: inline-flex;
    align-items: center;
    margin-left: 1em;
}
#middle-header .middle-header-right-content .myaccount-section a.btn {
    margin: 0;
    padding: 0.35rem 0.75rem;;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background: #13a2a9;
    text-transform: uppercase;
    border-radius: 30px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
#middle-header .middle-header-right-content .myaccount-section a.btn:hover {
    opacity: .7;
}

/* NAV */
#nav {
    display: block;
    height: 50px;
    width: 100%;
    margin: 0;
    padding: 0;
    color: #343434;
    background-image: linear-gradient(90deg,#001a45 0%,#005596 100%)!important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
#nav .wrap {
    position: relative;
    display: flex;
    height: 100%;
}

/* NAV: LEFT CONTENT - BRANCH SELECTOR */
#nav .nav-left-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
#nav .branch-selector-section {
    position: relative;
    display: inline-flex;
    align-items: center;
    margin: 0;
    padding: 0;
    height: 100%;
}
#nav .branch-selector-section {
    display: inline-flex;
    align-items: center; 
}
#nav .branch-selector-section a:hover {
    text-decoration: none;
}
#nav .branch-selector-section a i {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 23px;
    height: 23px;
    color: #fff;
    font-size: 1.1em;
    border-radius: 100px;
    transition: all .25s;
}
#nav .branch-selector-section a:hover i {
    background: rgba(255,255,255,.3);
}
#nav .branch-selector-section .branchtext {
    margin-left: 0.5rem;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

/* NAV: LEFT CONTENT - LOGIN SECTION */
#nav .login-section {    
    position: relative;
    display: inline-flex;
    align-items: center;
    margin: 0;
    padding: 0;
    height: 100%;
}
#nav .login-section .welcome-message {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: default;
}
#nav .login-section .logoutLink {
    margin-left: 2em;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
#nav .login-section .logoutLink:hover {
    text-decoration: none;
    opacity: .7;
}

/* NAV: RIGHT CONTENT - DROP DOWN AREA */
#nav .nav-right-content {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: flex-end;
}
#nav ul.appended {
    display: none;
}
#nav .drop-down-area {
    display: inline-flex;
    align-items: center;
    margin: 0;
    padding: 0;
    height: 100%;
}
#nav .drop-down-area li {
    list-style: none;
    list-style-position: outside;
    height: 100%;
}
#nav .drop-down-area li a {
    position: relative;
    display: inline-flex;
    align-items: center;
    height: 100%;
    width: auto;
    padding: 0 15px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
#nav .drop-down-area > li {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
#nav .drop-down-area > li:hover > a {
    color: #fff;
    background: transparent;
    text-decoration: none;
    opacity: .7;
}
#nav .drop-down-area li a:hover {
    color: #fff;
    text-decoration: none;
}
#nav .drop-down-area li a.drop-down-btn {
    padding-right: 30px;
    color: #fff;
    letter-spacing: 1px;
    cursor: pointer;
    white-space: nowrap;
}
#nav .drop-down-area li a.drop-down-btn:hover {
    color: #fff;
}
#nav .drop-down-area a.drop-down-btn:after {
    font-family: "FontAwesome";
    content: "\f078";
    position: absolute;
    top: auto;
    right: 15px;
    font-size: 10px;
    font-weight: 400;
    color: #fff;
    z-index: 100;
}
#nav .drop-down-area li:hover a.drop-down-btn:after {
    font-family: "FontAwesome";
    content: "\f078";
    color: #fff;
    opacity: .7;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
#nav .drop-down-area .drop-down-box {
    display: none;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-columns: 4 150px;
    -moz-columns: 4 150px;
    columns: 4 150px;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    margin: 0;
    padding: 20px;
    width: 100%;
    max-width: 60%;
    min-width: 125px;
    overflow-x: hidden;
    overflow-y: hidden;
    text-align: left;
    font-size: 14px;
    line-height: normal;
    background: #fff;
    border-top: 3px solid #13a2a9;
    border-radius: 0px;
    box-sizing: border-box;
    box-shadow: 0 0 21px rgb(0 0 0 / 20%);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    z-index: 11000;
}
#nav .drop-down-area li.open .drop-down-box {
    position: absolute;
    top: 46px;
    left: 50%;
    display: block;
    height: auto;
}
#nav .drop-down-area .drop-down-box > li,
#nav .drop-down-area .drop-down-box > ul li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    display: flex;
    padding-bottom: 10px;
	position: relative;
	flex-direction: column;
}
#nav .drop-down-area .drop-down-box > li > ul {
    -webkit-columns: auto auto;
    -moz-columns: auto auto;
    columns: auto auto;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
}
#nav .drop-down-area .drop-down-box li {
    width: 100%;
}
#nav .drop-down-area .drop-down-box li h5 a:not(.btn) {
    display: block;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    padding: 0 0 4px;
    height: auto;
    width: 100%;
    color: #343434;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid #13a2a9;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
#nav .drop-down-area .drop-down-box li a:not(.btn) {
    display: block;
    padding: 0 0 8px;
    height: auto;
    width: 100%;
    color: #343434;
    font-size: 13px;
    font-weight: 400;
    text-transform: none;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
#nav .drop-down-area .drop-down-box li a:not(.btn):hover {
    color: gray;
    opacity: 1;
}

/* NAV: RIGHT CONTENT - SEARCH */
.search-section {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 2em;
    height: 100%;
}
.search {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    z-index: 10000;
}
.search form {
    position: relative;
    width: 100%;
}
.search input[type="text"] {
    position: relative;
    display: inline-block;
    padding: 0 10px;
    width: 300px;
    height: 40px;
    color: #343434;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
    border: 1px solid #fff;
    border-radius: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    vertical-align: top;
}
.search input[type="text"]::placeholder {
    color: #005596;
    font-weight: 700;
}
/* remove IE's annoying "X" */
.search input[type="text"]::-ms-clear {
    display: none;
}
.search button[type="submit"] {
    position: absolute;
    color: #005596;
    background: transparent;
    padding: 0;
    width: 40px;
    height: 40px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.0;
    right: 0;
    top: 0;
    border: none;
    border-radius: 0;
    cursor: pointer;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.search button[type="submit"]:hover,
.search input[type="button"]:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

/* JQUERY AUTOCOMPLETE */
.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.ui-autocomplete.ui-widget {
    font-size: 100%;
}
.ui-autocomplete.ui-front {
    z-index: 200;
}
.ui-helper-hidden-accessible {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
#acloading {
    width: 24px;
    height: 24px;
    top: 8px;
    right: 10px;
    position: absolute;
    display: none;
    border-radius: 50%;
    border: 4px dotted #d2d6d8;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
    z-index: 99999;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/* ***************************************
** edit these items to match site's theme
**************************************** */
.ui-autocomplete.ui-widget-content {
    /* dropdown menu */
    background: #fff;
    border: 1px solid #fff;
    border-radius: 0;
    color: #343434;
    width: inherit;
    line-height: 1.2;
    box-shadow: rgb(0 0 0 / 20%) 0px 1px 5px 0px;
}
.ui-autocomplete.ui-menu .ui-autocomplete-category {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    background: #005596;
    padding: 0.25rem 1em;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 0;
    list-style: none;
}
.ui-autocomplete.ui-menu .ui-menu-item {
    /* individual dropdown menu items */
    cursor: pointer;
    list-style: none;
    margin: 0;
    padding: 0;
    min-height: 0;
    border-bottom: 1px solid #f2f2f2;
}
.ui-autocomplete.ui-menu .ui-menu-item:last-child {
    border-bottom: none;
}
.ui-autocomplete.ui-menu .ui-menu-item span {
    font-weight: 700;
}
.ui-autocomplete.ui-menu .ui-menu-item a {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0;
    padding: 0.2em 1em;
    font-size: 13px;
    font-weight: 400;
    color: #343434 !important;
    text-decoration: none !important;
    word-wrap: break-word;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.ui-autocomplete.ui-menu .ui-menu-item.active a,
.ui-autocomplete.ui-menu .ui-menu-item a.ui-state-focus {
    /* hover style of menu items */
    color: #343434 !important;
    text-decoration: none !important;
    background-color: rgba(0,0,0,.03);
    opacity: .7;
}

/* AUTOCOMPLETE V2 */
#ac-flyout {
    position: absolute;
    top: 0;
    left: -401px;
    width: 400px;
    min-height: 100%;
    color: #343434;
    background: transparent;
    z-index: 17000;
}
#ac-flyout #flyoutLoader {
    padding: 4rem 0;
    text-align: center;
}
#ac-flyout > div {
    background-color: #fff;
    border-radius: 0;
    border: 1px solid #fff;
    box-shadow: rgb(0 0 0 / 20%) 0px 1px 5px 0px;
}
#ac-flyout > div + div {
    border-top-width: 0;
}
#ac-flyout h4 {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0 0 0.15rem;
    padding: 0.25rem 1em 0.15rem;
    color: #fff;
    background: #005596;
    border-radius: 0;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
}
#ac-flyout ul {
    font-size: 14px;
    width: 100%;
    margin: 0;
    padding: 0;
}
#ac-flyout ul,
#ac-flyout ul * {
    display: block;
}
#ac-flyout ul,
#ac-flyout ul li {
    background-color: #fff;
    list-style: none;
}
#ac-flyout ul li {
    padding: 5px 1rem 10px;
}
#ac-flyout ul.category li div {
    display: inline-block;
    min-height: 1em;
}
#ac-flyout ul.category li .image {
    margin-right: 1em;
}
#ac-flyout ul.products li {
    margin: 5px 0 0 0;
}
#ac-flyout ul li span {
    max-width: 300px;
}
#ac-flyout ul li div {
    display: inline-block;
    vertical-align: middle;
}
#ac-flyout ul.subcategories {
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 0.5em;
}
#ac-flyout ul.subcategories li {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px 1%;
    padding: 5px;
    width: 28%;
    border: 1px solid #fff;
    text-align: center;
    vertical-align: top;
}
#ac-flyout ul:after,
#ac-flyout ul:not(.subcategories) li:after {
    /* clearfix hack */
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
#ac-flyout ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #343434 !important;
    font-weight: 600;
    background: #fff;
    text-decoration: none;
}
#ac-flyout ul li a:hover {
    text-decoration: none;
}
#ac-flyout ul li .image {
    width: 35px;
    height: 35px;
    display: flex;
    text-align: center;
    justify-content: center; /* align horizontal */
    align-items: center; /* align vertical */
    border: none;
}
#ac-flyout ul.products li .image {
    float: left;
    margin-right: 1em;
}
#ac-flyout ul.subcategories li .image {
    display: inline-block;
    margin-bottom: 0.25em;
}
#ac-flyout ul li .image img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
#ac-flyout ul li .image:empty {
    display: none;
}
#ac-flyout ul li .itemTitle {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 13px;
    font-weight: 600;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
#ac-flyout ul li .itemDesc {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-top: 0.5em;
    font-size: 12px;
    font-weight: 500;
}
#ac-flyout ul li .button_sm {
    margin-left: 1em;
    font-size: 11px;
    background: #13a2a9;
    border-radius: 30px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
#ac-flyout ul li .button_sm:hover {
    background-color: #13a2a9;
    cursor: pointer;
    opacity: .7;
}
#ac-flyout ul li .image:hover img {
    opacity: 0.8;
}
#ac-flyout ul li:hover .itemTitle {
    /* edit colors to match your theme */
    color: gray;
}

/* NAV: RIGHT CONTENT - QUICKPAD SECTION */
#nav .quickpad-section {
    position: relative;
    display: inline-flex;
    align-items: center;
    margin-left: 2em;
    height: 100%;
    width: auto;
}
#nav .quickpad-section a {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
#nav .quickpad-section a:hover {
    opacity: .7;
    text-decoration: none;
}

/* NAV: RIGHT CONTENT - SHOPCART SECTION */
#nav .shopcart-section {
    position: relative;
    display: inline-flex;
    align-items: center;
    margin-left: 1em;
    height: 100%;
    width: auto;
}
#nav .shopcart-section a {
    position: relative;
    display: inline-flex;
    align-items: center;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
#nav .shopcart-section a:hover {
    opacity: .7;
    text-decoration: none;
}
#nav .shopcart-section a i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
    padding: 0;
    font-size: 24px;
    color: #fff;
    line-height: normal;
    vertical-align: inherit;
}
#nav .shopcart-section .orderCount {
    position: absolute;
    top: -8px;
    right: -8px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 19px;
    min-height: 19px;
    margin: 0;
    padding: 2px;
    color: #fff;
    background: #13a2a9;
    border-radius: 10px;
    font-size: 11px;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    z-index: 10000;
}

/* MOBILE NAV */
#nav.mobile {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    height: auto;
    width: 100%;
    text-align: left;
    background: #fff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    z-index: 15000;
}
#nav.mobile a:not(.edit),
#nav.mobile a:visited:not(.edit) {
    display: block;
    padding: 6px 25px;
    color: #343434;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
#nav.mobile .wrap > .drop-down-area:first-child > li:first-child > a {
    padding-left: 25px;
}
#nav.mobile a:hover,
#nav.mobile a:active,
#nav.mobile a.drop-down-btn:hover,
#nav.mobile a.drop-down-btn:active,
#nav.mobile .wrap > .drop-down-area > li:hover > a{
    color: #fff !important;
    background: #005596; /* change to match your layout */
    text-decoration: none;
}
#nav.mobile ul,
#nav.mobile ul.drop-down-area {
    display: block;
    height: auto;
    width: 100%;
    padding: 0;
    background: #fff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
#nav.mobile ul li,
#nav.mobile ul li a {
    display: block;
    margin: 0;
}
#nav.mobile ul li a {
    padding: 0.5em 0 0.25em 0.5em;
    border-bottom: 1px solid #343434;
}
#nav.mobile ul li:last-child a {
    color: #fff!important;
    background: #13a2a9;
}
#nav.mobile .drop-down-area li a.drop-down-btn {
    margin-right: 0;
}
#nav.mobile .drop-down-area li a.drop-down-btn:after,
#nav.mobile .drop-down-area li.open a.drop-down-btn:after {
    content: "";
    margin: 0;
    border: none;
}
#nav.mobile .drop-down-area li.open .drop-down-box {
    display: none;
    overflow-y: hidden !important;
    border: none;
    padding: 0;
    max-height: 0;
}

/*** HOME PAGE ***/
/* see homepage, login page updates at bottom of this file */

.lead {
    font-size: 1.25rem;
    font-weight: 300;
    margin-bottom: 40px;
}
.box-image {
    position: relative;
    margin: 20px 0;
}
.box-image .image {
    height: 100%;
    width: 100%;
}
.box-image .image img {
    display: inherit;
}
.box-image .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(70, 127, 191, 0.6);
    padding: 20px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
}
.box-image:hover .overlay {
    opacity: 1;
}
.box-image .content {
    width: 100%;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.box-image h3 {
    font-size: 1.125rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
}
.box-image h3 a:hover {
    text-decoration: none;
}
.box-image .buttons {
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.box-image .buttons .btn {
    margin: 0 3px;
}
.box-image:hover h3 {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.box-image:hover .buttons {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.box-image:hover h3, .box-image:hover .buttons {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
.see-more {
    margin-top: 40px;
}

/*** PUNCHOUT HOME PAGE ***/
input.button[name='search_go'] {
    width: auto !important;
}

/*** PRODUCT SPECIALS - HOME PAGE ***/
.prodspecials li {
    list-style: none;
}
.prodspecials li .image {
    display: inline-block;
    width: 160px;
    height: 160px;
    background: #fff;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
}
.prodspecials li .image .c {
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
}
.prodspecials li .image img {
    display: inline-block;
    vertical-align: middle;
    max-width: 98%;
    height: auto;
}
.prodspecials li h4 {
    margin-bottom: 0 !important;
}
.prodspecials li p {
    font-size: 12px;
    line-height: 16px;
    color: #343434;
    padding-bottom: 0 !important;
}
.prodspecials li p span.price {
    display: block;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 700;
    margin: 0.25em 0;
    color: #343434;
}
.prodspecials li a.morelink {
    font-style: italic;
    font-weight: bold;
}
.prodspecials li a.morelink:after {
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    margin: .6em 0 0 .4em;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid;
    z-index: 100;
}

.prodspecials .home-button-bar input.inputQtyBody {
    display: inline-block;
    vertical-align: top;
    height: 24px;
}

.prodspecials .home-button-bar .btn.add-to-cart {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    padding: 2px 6px;
    height: 24px;
}

.viewall-specials-div {
    margin-top: 2em;
    text-align: center;
}

/*** Slideshow ***/
#slideshow {
    position: relative;
    width: 100%;
    height: auto;
    max-height: 620px;
    color: #fff;
    display: block;
    visibility: hidden;
}
#slideshow.slick-initialized {
    visibility: visible;
}
#slideshow .wide {
    display: inline-block;
    vertical-align: top;
    width: 55%;
}
#slideshow .narrow {
    display: inline-block;
    vertical-align: top;
    width: 42%;
}
#slideshow .slick-slide { 
    height: 100%; 
}
#slideshow .slick-slide img {
    display: inline-block;
    width: 100%;
    height: auto;
    max-height: 100%;
}
#slideshow li, #slideshow p, #slideshow h1, #slideshow h2, #slideshow h3, #slideshow h4 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 700;
    margin-bottom: 10px;
}
#slideshow li, #slideshow p {
    font-size: 18px;
    padding-top: 20px;
}
.slick-dots {
    position: absolute;
    bottom: -0.5rem;
    transform: translateX(-50%);
    margin-left: 50%;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 12px;
    height: 12px;
    padding: 0;
    border-radius: 50%;
    cursor: pointer;
    border: 1px solid #aaaaaa;
    background: #aaaaaa;
}
.slick-dots li.slick-active button {
    border: 1px solid #cccccc;
    background: #cccccc;
}

/*** TOPSECTION (for sterling sites without a slideshow) ***/

#topsection {
    padding: 2em 0;
    text-align: center;
}
#topsection a.btn, a.btn visited {
    font-weight: bold;
    background-color: transparent;
    padding: 12px 14px 14px 14px;
    border: 1px solid #fff;
    -webkit-border-radius: 0;
    border-radius: 0;
    white-space: nowrap;
    text-transform: capitalize;
    margin: 2em 0 1.5em 0;
}
#topsection h1, #topsection h2, #topsection h3 {
    color: #fff;
}
#topsection h1 {
    font-size: 60px;
    font-weight: 400;
    line-height: 1.0;
}
#topsection h2 {
    font-size: 36px;
    font-weight: 400;
}
#topsection h3 {
    margin: 0.5em 0;
}

.main-content {
    position: relative;
    padding-top: 2rem;
}
.main-content > img {
    max-width: 100%;
}

/*** MAIN CONTENT WITH SIDEBAR ***/
.main-content.has-sidebar {
    display: inline-block;
    width: 74.5%;
    margin-left: 5%;
}

/***SIDEBAR***/

#content .sidebar.left {
    text-align: left;
    display: inline-block;
    vertical-align: top;
    width: 20%;
    padding: 5px 0 0;
    margin: 20px 0 0 0;
}
#content .categories-area {
    background: #fff;
    padding: 5px 0 15px;
    margin: 0 0 47px;
}
#content .categories-area h3 {
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    padding: 2px 10px 5px 20px;
}
#content .accordion-menu ul ul {
    display: none;
}
#content .accordion-menu ul li.active ul {
    display: block;
}
#content .categories-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
#content .categories-list li {
    list-style: none;
    margin: 0;
    padding: 0;
}
#content .categories-list A,
#content .categories-list A:link,
#content .categories-list A:visited {
    display: block;
    font-size: 14px;
    line-height: 1.5;
    color: #343434;
    padding: 4px 15px 6px 15px;
    word-wrap: break-word;
}
#content .categories-list li > A img {
    vertical-align: -3px;
}
#content .categories-list > li.noSubs > A:before,
#content .categories-list > li.noSubs > A:after {
    display: none;
}

#content .categories-list > li > A:hover,
#content .categories-list > li.active > A,
#content .categories-list > li.active > A:link,
#content .categories-list > li.active > A:visited,
#content .categories-list > li.active > A:hover,
#content .categories-list > li.active > A:active,
#content .categories-area h3.accordion-toggle.active
{
    text-decoration: none;
    /*
    color: #ffffff;
    background: #254287;
    */
}

#content .categories-list > li > ul > li > A,
#content .categories-list > li > ul > li > A:link,
#content .categories-list > li > ul > li > A:visited {
    background: #cccccc;
}
#content .categories-list > li > ul > li.active-category > A,
#content .categories-list > li > ul > li.active-category > A:link,
#content .categories-list > li > ul > li.active-category > A:visited,
#content .categories-list > li > ul > li > A:hover,
#content .categories-list > li > ul > li > A:active
{
    text-decoration: none;
    color: #ffffff;
    background: #cccccc;
}

/* leftMargin-scrollable */
#content .accordion-menu ul.categories-list.scrollable ul {
    display: block;
    padding: 10px 0;
}
#content .accordion-menu ul li.active div.refinements {
    display: block;
    border-color: rgba(0, 0, 0, 0.125);
    border-style: solid;
    border-width: 0 1px 1px 1px;
}
#content .categories-list.scrollable {
    list-style: none;
    margin: 0;
    padding: 0;
    border-color: rgba(0, 0, 0, 0.125);
    border-style: solid;
    border-width: 1px 0 0 0;
}
#content .categories-list.scrollable li {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
#content .categories-list.scrollable div.refinements {
    display: none;
    background: #fff;
}
#content .categories-list.facets div.refinements {
    padding-bottom: 4em;
}
#content .categories-list.scrollable div.refinements ul {
    max-height: 18em;
    overflow-y: auto;
}
#content .categories-list.scrollable > li > A, 
#content .categories-list.scrollable > li > A:link,
#content .categories-list.scrollable > li > A:visited {
    display: block;
    position: relative;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #343434;
    background-color: rgba(0, 0, 0, 0.03);
    border-color: rgba(0, 0, 0, 0.125);
    border-style: solid;
    border-width: 0 1px 1px 1px;
    padding: 12px 30px 12px 20px;
    word-wrap: break-word;
}
#content .categories-list.scrollable > li > A:after {
    content: "\f067";
    font-family: "FontAwesome";
    display: inline-block;
    position: absolute;
    top: 12px;
    right: 12px;
    font-weight: 400;
}
#content .categories-list.scrollable > li.active > A:after {
    content: "\f068";
}
#content .categories-list.scrollable > li.noSubs > A:before,
#content .categories-list.scrollable > li.noSubs > A:after {
    display: none;
}

#content .categories-list.scrollable > li > A:hover,
#content .categories-list.scrollable > li.active > A, 
#content .categories-list.scrollable > li.active > A:link, 
#content .categories-list.scrollable > li.active > A:visited, 
#content .categories-list.scrollable > li.active > A:hover,
#content .categories-list.scrollable > li.active > A:active {
    text-decoration: none;
    /*
    color: #fff;
    background: #254287;
    */
}

#content .categories-list.scrollable div.refinements ul > li {
    padding-bottom: 0.2em;
}
#content .categories-list.scrollable div.refinements ul > li > A,
#content .categories-list.scrollable div.refinements ul > li > A:link, 
#content .categories-list.scrollable div.refinements ul > li > A:visited {
    display: inline-block;
    font-size: 14px;
    color: #343434;
    padding: 5px 5px 0 25px;
}
#content .categories-list.facets div.refinements ul > li > A,
#content .categories-list.facets div.refinements ul > li > A:link, 
#content .categories-list.facets div.refinements ul > li > A:visited {
    text-indent: -10px;
    padding-left: 45px;
}
#content .categories-list.scrollable div.refinements ul > li > A > i {
    display: inline-block;
    vertical-align: -2px;
    font-size: 16px;
    width: 9px;
    margin-right: 2px;
}
#content .categories-list.scrollable div.refinements ul > li.active-category > A, 
#content .categories-list.scrollable div.refinements ul > li.active-category > A:link,
#content .categories-list.scrollable div.refinements ul > li.active-category > A:visited,
#content .categories-list.scrollable div.refinements ul > li > A:hover,
#content .categories-list.scrollable div.refinements ul > li > A:active {
    text-decoration: none;
    color: #343434;
    /*
    background: #f3f4f7;
    */
}

#content .categories-list.scrollable div.refinements .refinement-btn-div {
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 3.25em;
    background: transparent;
    text-align: center;
    padding-top: 0.25em;
}
#content .categories-list.scrollable div.refinements .refinement-btn-div .btn {
    display: none;
    font-size: 12px;
    color: red;
    letter-spacing: 0.1em;
    padding: 4px 12px;
    text-indent: 0;
    border: 1px solid #005596;
}
#content .categories-list.scrollable div.refinements .refinement-btn-div .btn:before {
    content: "\f040";
    font-family: "FontAwesome";
    font-weight: 400;
    display: inline-block;
    margin-right: 0.25em;
}

#content .categories-list.scrollable div.refinements .refinement-btn-div .btn:hover, 
#content .categories-list.scrollable div.refinements .refinement-btn-div .btn:active {
    color: #fff;
    text-decoration: none;
    background: #005596;
}
#content .categories-list.scrollable div.refinements.open .refinement-btn-div .btn {
    display: inline-block;
}

/* removable filters */
#content #category-filters {
    background: #f3f4f7;
    padding: 0.5em 0.75em;
}
#content #category-filters:empty {
    display: none;
}
#content #category-filters h4 {
    color: #343434;
    width: auto;
    margin-top: 0;
    text-transform: uppercase;
}
#content #category-filters a {
    display: block;
    font-size: 12px;
    color: red;
    padding: 3px 0 3px 1.25em;
    text-indent: -0.6em;
    line-height: 1.4;
}
#content #category-filters a .field-name,
#content #category-filters a.clearall {
    font-weight: bold;
}
#content #category-filters a.clearall {
    float: right;
    padding: 0;
}

/* Other Accordions */
#content .accordion-toggle {
    display: block;
    padding: 6px;
    width: 100%;
    border: 1px solid #ddd;
}
#content .accordion-content {
    position: relative;
    display: none;
}

/*** MYACCOUNT PAGE ***/
#myaccount-page .banner-include {
    width: 75%;
    float: left
}
#myaccount-page .account-info.login-form {
    width: 20%;
    padding: 15px;
    margin: 0;
    right: 0;
    top: 0;
    background: #fff;
    border: 1px solid #b7b7b7;
    float: right;
}
#myaccount-page .myaccount, #myaccount-page h4 {
    clear: both;
}

#myaccount-page .account-info br {
    display: block;
    margin-bottom: 0.25em;
}

/*** PRODUCT CATEGORIES PAGE ***/

/* toX.jsp */
#to-page #content table table table tr td {
    min-width: 40%;
}
#to-page #content table a img {
    width: auto;
    height: auto;
    max-width: 240px;
    max-height: 200px;
}

#quickbuygroups-page #content ul, #to-page #content ul, #topcategories ul {
    padding: 0;
}
#topcategories ul {
    text-align: center;
}
#content .catDDList {
    padding-top: 1em;
}
#content .catDDList ul li {
    display: block;
    width: 100%;
    line-height: 1.4;
}

#content ul.catDDThumbs li,
#topcategories ul li {
    display: inline-block;
    vertical-align: top;
    width: 14.5%;
    margin: 15px 1%;
    line-height: 1.4;
}

#content ul.catDDThumbs li, #topcategories ul li {
    list-style: none;
    display: inline-block;
    vertical-align: top;
    line-height: 1.4;
}
#content ul.catDDThumbs li {
    width: 22.5%;
    margin: 15px 1%;
}
#topcategories ul li {
    width: 14.5%;
    margin: 15px 1%;
}

#content ul.catDDThumbs li ul li {
    border: none;
}
ul.catDDThumbs li .image,
#topcategories ul li .image {
    text-align: center;
    vertical-align: middle;
    height: 120px;
    width: 100%;
    padding: 2px 0;
    background: #fff;
    overflow: hidden;
    border-bottom: 1px solid #d3d3d3;
}
ul.catDDThumbs li .image .c,
#topcategories ul li .image .c {
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
}
ul.catDDThumbs li .image IMG,
#topcategories ul li .image IMG {
    width: auto;
    height: auto;
    max-width: 95%;
    max-height: 95%;
    vertical-align: middle;
}
ul.catDDThumbs li .catDDHead,
ul.catDDThumbs li .catDDList,
#topcategories ul li .catDDHead {
    vertical-align: middle;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    color: #343434;
    padding: 5px;
    background: #fff;
    max-width: 100%;
}
ul.catDDThumbs > li > a {
    display: block;
}

#content ul li .catDDList ul {
    width: 100%;
}
#content ul li .catDDList ul li {
    display: inline-block;
    margin: 0;
    padding: 0 0 0.25em 0;
    width: 100%;
}
#content ul.catDDThumbs .catDDHead a,
#content ul.catDDThumbs .catDDHead a:visited {
    text-align: center;
    text-decoration: none;
}
#content ul.catDDThumbs .catDDHead a:not(.accordion-toggle):hover {
    text-decoration: underline !important;
}
#content ul.catDDThumbs > li > a,
#content ul.catDDThumbs > li > a:visited,
#content ul.catDDThumbs .catDDHead > a,
#content ul.catDDThumbs .catDDHead > a:visited {
    color: #343434;
}
#content ul.catDDThumbs > li > a:hover,
#content ul.catDDThumbs .catDDHead > a:hover {
    color: #343434;
}
.catDDExtra {
    margin-top: 3em;
    line-height: 1.4;
}
.catDDExtra span {
    font-weight: bold;
}
#topcategories ul li .catDDHead span {
    display: inline-block;
    height: auto;
    margin: auto;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}
#topcategories ul li a:hover .catDDHead span {
    text-decoration: underline;
}

/* Product Configurator */
/*
#prodconfig-page #content ul.catDDThumbs li {
    width: 45%;
    text-align: left;
    margin-left: 0;
    margin-right: 4%;
    border-style: none;
}

#prodconfig-page #content ul.catDDThumbs li .catDDHead,
#prodconfig-page #content ul.catDDThumbs li .catDDList {
    text-align: left;
}

#prodconfig-page #content ul.catDDThumbs li .catDDList {
    border-style: none;
}

#prodconfig-page #content ul.catDDThumbs li .catDDList ul li {
    display: block;
    width: auto;
    margin: 0;;
}

#prodconfig-page #content ul.catDDThumbs li .image {
    text-align: left;
    vertical-align: middle;
    height: 100px;
    padding: 2px 0;
    background: #fff;
    overflow: hidden;
}

#prodconfig-page #content ul.catDDThumbs li .image img {
    max-width: 100%;
    max-height: 100%;
}
*/

/* remsales */
.rs-status-bar { /* status bar displayed site-wide when remsales.isLoggedIn() */
  padding: 10px 5px 0;
  color: #fff;
  background: #005696;
}
.rs-status-bar p {
  letter-spacing: 0.7px;
}
.rs-status-bar a,
.rs-status-bar a:visited {
  color: #9efa39;
}

/*** PRODUCT LIST PAGE ***/
span.categoryMatch {
    color: green;
}
.refinements-box {
    position: relative;
    padding: 10px;
}
.narrowby-div {
    margin-bottom: 5px;
}
#narrowByStr, #narrowByPrice, #narrowByAvail {
    position: absolute;
    top: 10px;
    left: 325px;
}
.items {
    float: left;
    display: inline-block;
    padding: 5px 10px;
}
#find-page .items .pageContents,
#find-page .items .itemsperpage {
    display: inline-block;
    margin-left: 10px;
}
#find-page .items .itemsperpage {
    margin-top: -2px;
    padding: 2px;
}
#find-page .button-bar {
    /* show or hide here */
}
#find-page .prodbutton {
    display: block;
    margin-top: 0.5em;
}
.pagination-box {
    float: right;
    display: inline-block;
    padding: 5px 10px;
}
.pagination-box span {
    font-weight: bold;
}
.pagination-box a:hover img {
    opacity: 0.6;
}
#find-page .items.viewby {
    margin: 0 0 0 50px;
}
#find-page .items.viewby a.list, #find-page .items.viewby a.grid {
    display: inline-block;
    vertical-align: bottom;
    height: 20px;
    width: 20px;
    text-indent: -9999px;
    overflow: hidden;
    border: 1px solid #ddd;
    margin: 0;
    padding: 0;
}
#find-page .items.viewby a.list {
    background: #efefef url("../../../images/site/list.png") no-repeat center center;
}
#find-page .items.viewby a.grid {
    background: #efefef url("../../../images/site/grid.png") no-repeat center center;
}
#find-page .items.viewby a.list:hover, #find-page .items.viewby a.list.active,
#find-page .items.viewby a.grid:hover, #find-page .items.viewby a.grid.active {
    background-color: #fff;
}
#find-page .items.viewby .pipe {
    display: none;
}
#find-page #catmatch {
    margin-bottom: 1em;
    max-width: 100%;
}
#find-page #prodgroups {
    clear: both;
}
#find-page #prodgroups table th:last-child {
    text-align: center !important;
}
#find-page #prodgroups table th img {
    position: absolute;
    right: 5px;
}

/***product grid display***/
#find-page .thumb ul {
    list-style: none;
    width: inherit;
    margin: 0;
    padding: 0;
}
#find-page .thumb ul li {
    list-style: none;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    color: #343434;
    width: 30%;
    margin: 2em 1.75%;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}
#find-page .thumb ul li:nth-child(3n+1) {
    margin-left: 0;
}
#find-page .thumb ul li:nth-child(3n){
    margin-right: 0;
}
#find-page .thumb ul li .image {
    display: block;
    text-align: center;
    height: 200px;
    margin: 0;
    padding: 0;
}
#find-page .thumb ul li .image:before {
    width: 0;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}
#find-page .thumb ul li .image a {
    font-size: 1px;
    line-height: 0;
}
#find-page .thumb ul li .image img {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    max-width: 90%;
    max-height: 100%;
}
#find-page .thumb ul li .prodDesc {
    padding: 10px 0;
    height: 3.9em;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.1;
    text-transform: uppercase;
    text-align: center;
    color: #333;
}
#find-page .thumb ul li .prodTitle {
    display: block;
}
#find-page .thumb ul li .prodQty {
    float: left;
    font-weight: bold;
    font-size: 11px;
    padding-top: 1em;
}
#find-page .thumb ul li .prodQty .inputQtyBody {
    font-size: 12px;
    text-align: center;
}
#find-page .thumb ul li .prodPrice {
    float: right;
    font-size: 11px;
    padding-top: 0.5em;
}
#find-page .thumb ul li .prodPrice span {
    font-weight: bold;
}
#find-page .thumb ul li .prodPrice span.yourprice {
    color: #343434;
    font-size: 12px;
}
#find-page .thumb .compareBox {
    clear: both;
    padding-top: 4px;
}

#find-page .thumb .more-link { 
    padding: 1em 0;
    text-align: center;
}

#find-page .thumb .more-link .btn { 
    width: 94%;
    padding: 1em 12px;
}

/***product list display***/
#find-page .product-table-header ul {
    list-style: none;
    padding: 10px;
    border-bottom: 1px solid #ddd;
}
#find-page .product-table-header ul li {
    list-style: none;
    display: table-cell;
    font-weight: bold;
    min-width: 38%;
    text-align: left;
    white-space: nowrap;
}
#find-page .product-table-header ul li:first-child {
    width: 12.25%;
    min-width: 95px;
}
#find-page .product-table-header ul li:last-child {
    text-align: right;
}

#find-page .text ul {
    list-style: none;
    width: inherit;
    margin: 0;
    padding: 0;
}
#find-page .text ul li {
    list-style: none;
    vertical-align: top;
    color: #343434;
    width: 100%;
    margin: 5px 0;
    border-bottom: 1px solid #ddd;
    padding: 10px 0 25px 0;
}
#find-page .text ul li div {
    display: table-cell;
    vertical-align: middle;
    height: 60px;
}
#find-page .text ul li .image {
    width: 100px;
    height: 100px;
    text-align: center;
    vertical-align: middle;
    border: none;
    padding: 0 30px 0 80px;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
#find-page .text ul li .image a {
    display: block;
}
#find-page .text ul li .image img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}
#find-page .text ul li .prodDesc {
    padding-top: 5px;
    max-width: 475px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.1;
    text-transform: uppercase;
    color: #333;
}
#find-page .text ul li .prodTitle {
    display: block;
}
#find-page .text ul li .prodQty {
    margin-top: -60px;
    float: left;
}
#find-page .text ul li .prodQty .inputQtyBody {
    text-align: center;
    width: 2em;
}
#find-page .text ul li .prodPrice {
    margin-top: -98px;
    float: right;
    text-align: right;
}
#find-page .text ul li span.rdtxt {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    margin-top: -4.5em;
    float: right;
}
#find-page .text ul li .prodPrice span {
    font-weight: bold;
}
#find-page .text ul li .prodPrice span.yourprice {
    color: #343434;
    font-size: 16px;
}
#find-page .text div.compareBox {
    display: inline-block;
    height: 20px;
    vertical-align: top;
    margin-top: -12px;
}

#find-page p.pageContentsLabel {
    font-weight: normal;
    clear: both;
    padding-top: 25px;
    line-height: 139%;
}
#find-page p.pageContentsLabel span {
    font-weight: bold;
}

.price_not_maintained {
    display: inline-block;
    position: relative;
    font-size: 20px;
}
#shopcart-page .price_not_maintained,
.pdp_prods_list .price_not_maintained,
#ordersummary-page .price_not_maintained,
#orderconfirm-page .price_not_maintained {
    -moz-transform: translate(0px, -2px);
    -webkit-transform: translate(0px, -2px);
    -o-transform: translate(0px, -2px);
    -ms-transform: translate(0px, -2px);
    transform: translate(0px, -2px);
}
.price_not_maintained i.fa {
    display: inline-block;
    position: relative;
    width: 1em;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    margin-left: 0.25em;
    color: #333;
}
.price_not_maintained i.fa:after {
    content: "\f05e";
    font-family: "FontAwesome";
    font-size: 20px;
    font-weight: 400;
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -10px;
    color: red;
}
.price_not_maintained:after {
  content:"Price is not maintained.";
  visibility: hidden;
  width: auto;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  background-color: #fcfcfc;
  border: 1px solid #ddd;
  color: #333;
  text-align: center;
  white-space: nowrap;
  padding: 2px 6px;
  position: absolute;
  z-index: 1;
  top: 20%;
  right: 110%;
}
.price_not_maintained:hover:after {
  visibility: visible;
}

/*** Featured Find, Featured To ***/

#featuredFind > TABLE,
#featuredTo > TABLE {
    width: 100%;
}

#featuredFind a,
#featuredTo a {
    font-size: 18px;
}

/*** COMPARE PRODUCTS PAGE ***/

#compare-page TABLE.comparespecsborder, #compare-page TABLE.comparespecsborder TD {
    border: 1px solid #ddd;
}
#compare-page TABLE.comparespecsborder TABLE, #compare-page TABLE.comparespecsborder TABLE TD {
    border-style: none;
}
#compare-page TABLE.comparespecsborder TD {
    vertical-align: top;
    padding: 4px;
}
#compare-page TABLE.comparespecsborder TD:first-child, #compare-page TABLE.comparespecsborder TR:first-child TD {
    vertical-align: middle;
}
#compare-page TABLE.comparespecsborder TD A {
    display: inline-block;
    width: 100%;
}
#compare-page TABLE.comparespecsborder TR:first-child TD A {
    text-align: center;
}
#compare-page TABLE.comparespecsborder TD.comparespecs IMG {
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

/* product info page */
#productinfo-page #heading-breadcrumbs {
    display: none;
}
#productinfo-page .container,
#productinfo-page .full-col {
    width: auto;
}
#productinfo-page #content .viewlarger {
    margin: 2em 4em;
}
#productinfo-page .tab-area {
    border: none;
}
#productinfo-page .detailOn {
    padding: 10px 0;
}
#productinfo-page #content .tab-area TABLE {
    width: auto !important;
}
#productinfo-page #content .tab-area TABLE tr td a {
    text-decoration: none;
}
#productinfo-page #content .description-box h2 {
  color: #000;
}

/*** PRODUCT DETAIL PAGE ***/
#product-page .pageName {
    display: none !important;
}

#product-page .addThisButtons i.fa-2x {
    font-size: 1.5em;
    margin-right: 2px;
}

#product-page span.list-price {font-size: 12px; text-decoration: line-through;}

#product-page #content .close-box {
    display: inline-block;
    float: right;
    font-weight: bold;
    color: #fff;
    font-size: 12px;
    line-height: normal;
    padding: 1px 2px 2px 2px;
    width: 16px;
    height: 16px;
    background: #999999;
    text-align: center;
    text-transform: uppercase;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}
#product-page #content .close-box:hover {
    opacity: 0.8;
    text-decoration: none;
}
#product-page #manufactureravail,
#product-page #branchavail,
#product-page #cpnmanage {
    padding: 10px;
    background: #ebeef4;
    margin-bottom: 1em;
}
#product-page #manufactureravail h2,
#product-page #branchavail h2 {
    font-size: 14px;
}
#product-page #manufactureravail ul,
#product-page #branchavail ul {
    width: 100%;
}
#product-page #manufactureravail ul li,
#product-page #branchavail ul li {
    padding-bottom: 3px;
    list-style: none;
}
#product-page .branchInfo iframe {
    max-width: 100%;
}
#product-page span.left,
#product-page span.right {
    display: table-cell;
    width: 50%;
}
#product-page .info-icon {
    display: inline-block;
    font-weight: bold;
    color: #fff !important;
    font-size: 13px;
    text-decoration: none !important;
    line-height: 1.0;
    padding: 1.5px 2px 3px 2px;
    margin: 0 .5em;
    width: 16px;
    height: 16px;
    background-color: #005596;
    text-align: center;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
}
#product-page .info-icon:hover {
    opacity: 0.8;
    color: #fff !important;
    text-decoration: none !important;
}
#product-page .info-icon-man {
    display: inline-block;
    font-weight: bold;
    color: #fff !important;
    font-size: 12px;
    text-decoration: none !important;
    line-height: 1.0;
    background-color: #005696;
    text-align: center;
    padding: 0.75rem 0.75rem !important;
}
#product-page .info-icon-man:hover {
    opacity: 0.8;
    color: #fff !important;
    text-decoration: none !important;
}

#product-page .button_sm.specsheet_btn {
    margin-left: 0;
}

/*** SUGGESTION FORM ***/
#suggestion-form-div {
    background: #f2f2f2;
    padding: 10px;
    height: 100%;
}
#suggestion-form-div h2 {
    text-align: center;
}
#suggestion-form-div input, 
#suggestion-form-div textarea {
    border: 1px solid #041025;
    color: #000000;
    background: #fff;
    font-family: Helvetica,sans-serif,Verdana;
    font-size: 13px;
    margin-bottom: 5px;
    padding: 1px;
}
#suggestion-form-div table td {
    padding-bottom: 5px;
}
#suggestion-form-div h2 {
    color: #333;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 5px;
}
#suggestion-form-div p,
#suggestion-form-div label {
    padding-bottom: 8px;
}
#suggestion-form-div .red {
    color: red;
}
#suggestion-form-div .formfld {
    width: 275px;
}
#suggestion-form-div input.off {
    color: #666;
    background: #f2f2f2;
}
#suggestion-form-div .formfld-wide {
    width: 370px;
}
#suggestion-form-div .formfld-select {
    width: 100%;
}
#suggestion-form-div input.button,
#suggestion-form-div a.button {
    margin: 0;
    width: 108px;
    border-radius: 3px;
    background: #0061aa;
    border: none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    height: 30px;
    margin: 10px 0;
    text-align: center;
    vertical-align: middle;
    width: 100px;
    font-weight: bold;
}
#suggestion-form-div input.button {
    line-height: 1.8;
}
#suggestion-form-div a.button {
    line-height: 2.0;
}
#suggestion-form-div input.button:hover,
#suggestion-form-div a.button:hover {
   opacity: 0.8; 
   text-decoration: none;
}

/* product page, find page suggestion links */
A.suggestion {
    color: #666;
    font-size: 12px;
    padding-bottom: 2px;
}
A.suggestion:before {
    content: "\f29c";
    font-family: "FontAwesome";
    display: inline-block;
    text-align: left;
    padding-right: 0.25em;
}
#find-page .suggestion-div {
    position: absolute;
    right: 0;
    top: 3.15rem;
}

#product-page .image-box {
    text-align: center;
    padding: 20px 0;
    margin-right: 2em;
}
#product-page .image-box img {
    margin: 0 5px 0 0;
    padding:0;
}
#product-page .description-box p span,
#product-page .button-box .product-qty span,
#product-page .price-box span.availability {
    font-weight: bold;
}
#product-page .your-price {
    display: inline-block;
    font-size: 26px;
    line-height: 35px;
    margin: 0;
    padding: 15px 0;
}
#product-page span.uom { 
    font-size: 16px; 
}

.button-box { /* product and reorder pad buttons */
    clear: left;
    position: relative;
    background: transparent;
    padding-bottom: 10px;
}
#product-page .button-box .product-qty {
    display: inline-block;
    margin-right: 10px;
}
#product-page .button-box .btn {
    margin: 0 20px 10px 0;
}
#product-page .prodgroup-box {
    padding: 10px;
    background: #ebeef4;
}
#product-page .prodgroup-box ul {
    list-style: none;
}
#product-page .prodgroup-box ul li {
    list-style: none;
    display: inline-block;
    vertical-align: top;
    padding: 2px 0;
    border-bottom: 1px solid #ddd;
}
#product-page .prodgroup-box ul:last-of-type li {
    border-bottom: none;
}
#product-page #cpnmanage ul li {
    list-style: none;
    display: inline-block;
    vertical-align: top;
    width: 45%;
}
#product-page .prodgroup-box ul.list-header li,
#product-page #cpnmanage ul.list-header li {
    font-weight: bold;
}
#product-page .prodgroup-box ul li .inputFieldBody,
#product-page #cpnmanage ul li .inputFieldBody {
    width: 120px;
    display: block;
}
#product-page .prodgroup-box a.manage-group,
#product-page #cpnmanage a.manage-cpn {
    display: block;
    margin-top: 1em;
}
#product-page .product-tabs {
    width:50%;
    float:right;
    font-size:12px;
    line-height:16px;
}
#product-page .product-tabs h2 {
    font-size: 14px;
}
#product-page .product-tabs td {
    line-height:22px;
    font-size: 12px;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    padding:0;
    margin:0;
}
#product-page .product-tabs tr {
    display: table-row;
    vertical-align: middle;
    padding:0;
    margin:0;
}
#product-page .product-tabs tbody {
    display: table-row-group;
    vertical-align: middle;
    padding:0;
    margin:0;
}
#product-page .product-tabs table {
    display: table;
    border-collapse: separate;
    padding:0;
    margin:0;
    text-indent: 0px;
}

#product-page .resources-box ul li a {
    font-weight: bold;
}

/* multiple images */
#product-page .image-box, 
#productinfo-page .image-box {
    width: 100%;
    text-align: center;
}
#product-page #big-image,
#productinfo-page #big-image {
    width: 100%;
    height: auto;
    min-height: 200px;
    position: relative;
    text-align: center;
    overflow: hidden;
    background: #fff;
    border: 1px solid transparent;
    display: inline-block;
    margin-right: 15px;
}
#product-page #big-image:not(.nozoom):not(.has3d),
#productinfo-page #big-image:not(.nozoom):not(.has3d) {
    cursor: zoom-in;
}
#product-page #big-image.nozoom,
#productinfo-page #big-image.nozoom {
    cursor: default;
}
#product-page #big-image:not(.nozoom):not(.has3d):hover,
#productinfo-page #big-image:not(.nozoom):not(.has3d):hover {
    border: 1px solid #999;
}
#product-page #big-image:not(.nozoom):not(.has3d):hover:before,
#productinfo-page #big-image:not(.nozoom):not(.has3d):hover:before{
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
}
#product-page #big-image img,
#productinfo-page #big-image img {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    max-width: 100%;
    max-height: 400px;
}
#product-page .zoom-note,
#productinfo-page .zoom-note {
    font-size: 12px;
    font-style: italic;
    text-align: center;
    padding-top: 0.25em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#product-page #small-images,
#productinfo-page #small-images {
    padding: 5px 0;
}
#product-page #small-images ul,
#productinfo-page #small-images ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#product-page #small-images ul li,
#productinfo-page #small-images ul li {
    display: inline-block;
    margin: 3px;
    width: 50px;
    height: 50px;
    border: 1px solid #d4d4d4;
    background: #fff;
    overflow: hidden;
}
#product-page #small-images ul li.active,
#product-page #small-images ul li:hover,
#productinfo-page #small-images ul li.active,
#productinfo-page #small-images ul li:hover  {
    /* change to match your theme's link colors, also see cssmatic.com for box-shadow generator */
    border-color: #005696;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(70,127,191,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(70,127,191,1);
    -ms-box-shadow: 0px 0px 5px 0px rgba(70,127,191,1);
    -o-box-shadow: 0px 0px 5px 0px rgba(70,127,191,1);
    box-shadow: 0px 0px 5px 0px rgba(70,127,191,1);
}

#product-page #small-images ul li a,
#productinfo-page #small-images ul li a {
   text-align: center;
    display: inline-block;
    line-height: normal;
    vertical-align: middle;
   height: 100%;
   width: 100%;
}
#product-page #small-images ul li a:before,
#productinfo-page #small-images ul li a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
}
#product-page #small-images ul li img,
#productinfo-page #small-images ul li img {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    max-width: 95%;
    max-height: 95%;
}

/* end multiple images */

#product-page #content img.mfr-logo {
    display: inline-block;
    vertical-align: middle;
    max-height: 100px;
    max-width: 200px;
    margin-right: 1em;
}

#product-page #content .left-section {
    width: 40%;
    float: left;
    margin: 0 15px 20px 0;
}

#product-page #content .product-description {
    margin-bottom: 20px;
}

#product-page #content .price-box,
#product-page #content .button-box,
#product-page #content .product-tabs {
    float: right;
    clear: right;
    width: 55%;
    margin-bottom: 20px;
}
#product-page #content .button-box a.btn {
    margin: 0 0 0 5px;
    vertical-align: baseline;
}

#product-page #content .cart-buttons {
    display: block;
    margin-top: 5px;
    padding: 10px 0;
}

#product-page #content .cart-buttons a.btn {
    vertical-align: top;
    margin: 5px 15px 10px 0;
}

#product-page #content .product-qty {
    display: inline-block;
}

#product-page #content .your-price span,
#product-page #content span.availability {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
}

#product-page #content .description-box {
    margin: 0 0 20px;
}

#product-page #content .description-box span {
    font-weight: bold;
}

#product-page #content FORM INPUT.inputQtyBody {
    width: 38px;
    height: 20px;
    border: 1px solid #999;
    padding: 0px 3px;
    background: #fff;
    font: 12px/20px Arial, Helvetica, san-serif;
    color: #222;
    margin: 0 0 0 5px;
    cursor: text;
    display: inline-block;
    vertical-align: baseline;
}
#product-page #content FORM INPUT::-moz-placeholder,
#product-page #content FORM INPUT:-ms-input-placeholder,
#product-page #content FORM INPUT::-webkit-input-placeholder {
    font: 12px/190% Arial, Helvetica, san-serif;
    color: #222;
    opacity: 1;
}

#product-page #content #features {
    margin-bottom: 1.5em;
}
#product-page #content #features h2 {

}
#product-page #content #features LI {
    display: list-item;
    line-height: 1.5;
    list-style-position: outside;
    margin-left: 1.2em;
    margin-bottom: 0.25em;
}

#product-page #content #tabs {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-top: 5px;
    border-right: 1px solid #999;
}
#product-page #content #tabs A {
    display: inline-block;
    vertical-align: top;
    float: left;
    font-size: 13px;
    font-weight: normal;
    color: #747474;
    text-decoration: none;
    outline: none;
    cursor: pointer;
    text-align: center;
    padding: 9px 22px 12px;
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    background: #ededed;
}
#product-page #content #tabs A:hover {
    color: #005696;
}
#product-page #content #tabs A.active {
    background: #fff;
    color: #005696;
    position: relative;
    z-index: 1000;
    font-weight: normal;
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    border-bottom: 1px solid #fff;
}
#product-page #content #tabs A strong {
    height: 5px;
    width: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
}
#product-page #content #tabs A.active strong {
    background: #fff;
    z-index: 1001;
    bottom: -5px;
    left: 0;
}
#product-page #content #tabs A.active strong.top-bg {
    width: 101%;
    bottom: 30px;
    border-top: 2px solid #db2e2d;
}
#product-page #content .tab-area {
    position: relative;
    z-index: 50;
    margin: -1px 0 25px;
    border-left: 1px solid #999;
    border-top: 1px solid #999;
    background: #fff;
}
#product-page #content .tab-area .area-bottom {
    padding: 20px 10px;
    position: relative;
}
#product-page #content .detail {
    position: relative;
    left: 14px;
    top: 0;
    float: left;
    width: 100%;
    display: none;
}
#product-page #content .tab-area .area-top UL LI {
    width: 100%;
    display: inline-block;
}
#product-page #content .tab-area .area-top UL LI P {
    margin: 0;
    line-height: 120%;
}
#product-page #content .tab-area .area-top UL LI A {
    color: #873000;
}
#product-page #content .tab-area TABLE {
    width: 99% !important;
}
#product-page #content .tab-area TABLE TD {
    font-size: 13px !important;
    width: 50%;
    -ms-word-break: break-all;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    text-indent: 0 !important;
    white-space: normal;
    border-bottom: 1px solid #dedede;
}
#product-page #content .tab-area TABLE TD:first-child {
    padding-right: 24px;
}
#product-page #content .tab-area TABLE TD UL {
    padding: 0 0 20px 1em;
}
#product-page #content .tab-area TABLE TD UL LI {
    padding: 0 0 0px 1em;
}
#product-page #content .tab-area TABLE TD UL LI:before {
    background: #343434;
    position: absolute;
    margin: 7px 0 0 -12px;
    content: '';
    height: 5px;
    width: 5px;
}

#product-page #content .dds-content a[href^="http"] {
    display: block;
}

#product-page #content .dds-content a[href^="http"]:before {
    content: "\f0f6";
    font-family: "FontAwesome";
    display: inline-block;
    margin-right: 0.25em;
}

#product-page #content .dds-content iframe[src*="youtube"] {
    width: 560px;
    height: 315px;
}

/* carousel for additional products */

#product-page #content .pdp_prods_list {
    position: relative;
}

#product-page #content .pdp_prods_list UL {
    visibility: hidden;
}

#product-page #content .pdp_prods_list UL.slick-initialized {
    visibility: visible;
}

#product-page #content .pdp_prods_list UL LI {
    list-style: none;
    margin: 10px;
}

#product-page #content .pdp_prods_list .prev,
#product-page #content .pdp_prods_list .next {
    cursor: pointer;
    height: 100%;
    position: absolute;
    top: 0;
    width: 5%;
    z-index: 800;
}
#product-page #content .pdp_prods_list .prev {
    background: transparent url("images/arrow-left.png") no-repeat center center;
    left: -4%;
}
#product-page #content .pdp_prods_list .next {
    background: rgba(0, 0, 0, 0) url("images/arrow-right.png") no-repeat center center;
    right: -1%;
}
#product-page #content .pdp_prods_list  .slick-slide { 
    height: auto;
    min-width: 250px;
}

#product-page #content .pdp_prods_list a {
    display: block;
}

#product-page #content .pdp_prods_list a.btn {
    display: block;
    min-width: 4rem;
    max-width: 10rem;
}

#product-page #content .pdp_prods_list a.image {
    position: relative;
    display: block;
    height: 100px;
}

#product-page #content .pdp_prods_list a.image:after {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
}

#product-page #content .pdp_prods_list a.image IMG {
    max-height: 100%;
    width: auto;
    display: inline-block;
    vertical-align: middle;
}

#product-page #content .pdp_prods_list a.title {
    display: block;
    margin-top: 0.25em;
}

#product-page #content .pdp_prods_list UL LI P {
    padding-bottom: 1.25em;
}

#product-page #content .pdp_prods_list span.your-price {
    display: block;
    font-size: 18px;
    padding: 0;
    margin-top: 21px;
}

#product-page #content .pdp_prods_list input.inputQtyBody {
    display: inline-block;
    margin: 10px 2px 10px;
}

#product-page #content .pdp_prods_list .compareBox {
    margin-top: 0.25em;
}

#product-page #content .pdp_prods_list .btn.compare {
    margin-top: 5px;
}

/* product page horizontal layout (horizontal=true page param) */
#product-page #content #product_content.horizontal .marketing-text {
    clear: both;
    width: 100%;
    margin-top: 2em;
}
#product-page #content #product_content.horizontal #features li {
    font-size: 13px;
}
#product-page #content #product_content.horizontal .left-section,
#product-page #content #product_content.horizontal .description-box,
#product-page #content #product_content.horizontal .product-description {
    margin-bottom: 0;
}
#product-page #content #product_content.horizontal .left-section {
    float: none;
    width: auto;
}
#product-page #content #product_content.horizontal .image-box {
    width: 50%;
    float: left;
}
#product-page #content #product_content.horizontal .description {
    float: left;
    clear: left;
    width: 50%;
    margin-right: 2em;
}
#product-page #content #product_content.horizontal .price-box,
#product-page #content #product_content.horizontal .button-box, 
#product-page #content #product_content.horizontal .price-box .relax.clear {
    float: none;
    clear: none;
    display: inline-block;
    width: 45%;
}
#product-page #content #product_content.horizontal .product-tabs {
    width: 100%;
    float: none;
    clear: both;
}
#product-page #content #product_content.horizontal #features {
    float: none;
    margin-bottom: 0;
}
#product-page #content #product_content.horizontal .tab-area {
    border-top: 1px solid #ddd;
    border-left: none;
    border-right: none;
    border-bottom: none;
}
#product-page #content #product_content.horizontal .tab-area a, 
#product-page #content #product_content.horizontal .tab-area a:visited {
    color: #343434;
    text-decoration: underline;
}
#product-page #content #product_content.horizontal .tab-area a:hover, 
#product-page #content #product_content.horizontal .tab-area a:active {
    color: #343434;
    text-decoration: none;
}
#product-page #content #product_content.horizontal #tabs {
    display: none;
}
#product-page #content #product_content.horizontal .tab-area .area-bottom {
    padding: 0;
}
#product-page #content #product_content.horizontal .detail {
    display: block; 
    left: 0;
}
#product-page #content #product_content.horizontal .product-tabs h2,
#product-page #content #product_content.horizontal #features h2 {
    font-size: 16px;
    margin: 2em 0 0.5em;
    text-transform: uppercase;
}                       
#product-page #content #product_content.horizontal .product-tabs .box h2 {
    margin-top: 0;
    font-size: 14px;
    color: #343434;
    border: none;
}
#product-page #content #product_content.horizontal .tab-area TABLE {
    min-width: 50%;
    max-width: 65%;
}
#product-page #content #product_content.horizontal .tab-area TABLE TD {
    border-bottom: none;
}
#product-page #content #product_content.horizontal .tab-area TABLE TD:first-child {
    padding: 0;
}


/*** PRODUCT GROUPS - suppress sub-group creation/editing  ***/
#editgroup-page .subGroups {
    display: none;
}

/*** SHOPCART PAGE ***/
#shopcart-page #content table.pageContents th {
    text-align: center !important;
    vertical-align: middle !important;
}
#shopcart-page #content table.pageContents td {
    vertical-align: middle !important;
}
#shopcart-page #content table.pageContents td a {
    display: inline-block;
    max-height: 10.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*** CHECKOUT (SHIPINFO) PAGE ***/
#shipmethods label {
    width: 90%;
    vertical-align: middle;
}

/***TOP-OF-PAGE-LINK***/
#visibleonscroll {
    display: none;
}
div.top-page {
    position: fixed;
    bottom: 235px;
    right: 20px;
    width: 35px;
    height: 35px;
    background: transparent;
    opacity: 0.5;
    filter: alpha(opacity=50);
    z-index: 300;
}
div.top-page a {
    color: #13a2a9;
}
div.top-page a i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 2.5rem;
    background: transparent;
    /* transition */
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}
div.top-page a:hover {
    text-decoration: none;
}
div.top-page a:hover i {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

/*** TAGLINE ***/

#tagline, .tagline {
    color: #fff; 
    background: #cccccc; 
}

#tagline h1, #tagline h2, #tagline h3, #tagline h4, 
.tagline h1, .tagline h2, .tagline h3, .tagline h4,
#tagline p, .tagline p {
    color: #fff;;
}

/***  FOOTER  ***/
footer {
    position: relative;
    background: #343434;
    color: #fff;
}
footer .cms-edit {
    width: 100%;
}
footer .wrap {
    margin: 0 auto;
    padding: 0 2.5%;
    min-width: 288px;
    max-width: 1580px;
}
footer a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}
footer a:active,
footer a:hover,
footer a:visited {
    color: #fff;
    text-decoration: none; 
}
footer .footer-content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 4.5em 0 4em;
}
footer .footer-content .footer-info-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
footer .footer-content .footer-info-section .footer-logo,
footer .footer-content .footer-info-section .footer-details {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding-bottom: 1em;
}
footer .footer-content .footer-info-section .footer-logo img {
    max-width: 225px;
    max-height: 55px;
}
footer .footer-content .footer-info-section .footer-details p {
    padding-bottom: 2px;
    font-size: 16px;
    font-weight: 500;
}
footer .footer-content .footer-info-section .footer-details p:last-child {
    padding-bottom: 0;
}
footer .footer-content .footer-info-section .footer-details a.phone {
    color: #13a2a9;
    font-weight: 700;
}
footer .footer-content .footer-info-section .footer-socials {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
footer .footer-content .footer-info-section .footer-socials a {
    display: inline-flex;
    margin-right: 1em;
}
footer .footer-content .footer-info-section .footer-socials a i {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2px;
    min-width: 32px;
    min-height: 32px;
    color: #fff;
    background: #13a2a9;
    font-size: 16px;
    line-height: normal;
    border-radius: 50%;
    vertical-align: inherit;
}
footer .footer-content .footer-info-section .footer-socials a:last-child {
    margin-right: 0;
}
footer .footer-content .footer-info-section .footer-socials a:hover i {
    color: #343434;
    transition: color 300ms ease 0ms;
}
footer .footer-content .footer-links-section {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    padding-top: 73px;
}
footer .footer-content .footer-links-section ul {
    text-align: center;
}
footer .footer-content .footer-links-section ul li {
    padding-bottom: 5px;
}
footer .footer-content .footer-links-section ul li:last-child {
    padding-bottom: 0;
}
footer .footer-content .footer-links-section ul li a:hover {
    opacity: 0.7;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
footer .copyright {
    padding: 1em 0;
    background: #262626;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
}
footer .copyright .copyright-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
footer .copyright .copyright-content div,
footer .copyright .copyright-content div a {
    position: relative;
    display: inline-flex;
    align-items: center;
}
footer .copyright .copyright-content a:before {
    content: "";
    color: #fff;
    border-left: 1px solid #fff;
    height: 13px;
    padding-left: 10px;
    margin-left: 10px;
}
footer .copyright .copyright-content .right-section a:before {
    height: 14px;
}
footer .copyright .copyright-content a:first-child:before {
    content: none;
}
footer .copyright .copyright-content a:hover {
    text-decoration: none;
}
footer .copyright .copyright-content .left-section,
footer .copyright .copyright-content .left-section a {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1.1px;
}
footer .copyright .copyright-content .right-section,
footer .copyright .copyright-content .right-section a,
footer .copyright .copyright-content .right-section span {
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
}

.contact-block p {
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.credit {
    margin: 9px 0 24px 0;
}

.indent {
    margin-left:28px;
}
.sep {
    color:#999999;
    margin:0 2px;
}
.item {
    width: 100%;
    height:auto;
}

/*** OPTION - ACTION BAR ELEMENT ***/
#showchat_container {
    position: fixed;
    width: 20px;
    height: 5rem;
    text-align: left;
    z-index: 900;
    right: 0px;
    top: 50%;
    margin-top: -2.5rem;
    background: #254287;
    padding: 0;
    color: #fff;
}
#showchat_container a {
    font-size: 12px;
    display: inline-block;
    position: relative;
    top: 4rem;
    white-space: nowrap;
    color: #fff;
    text-decoration: none;
    transform: rotate(-90deg);
    transform-origin: 0 0;
}
#action-bar {
    font-size: 12px;
    background: #254287;
    padding: 10px 10px 2px;
    position: fixed;
    top: 50%;
    right: 0;
    height: 5rem;
    margin-top: -2.5rem;
    z-index: 5000;
}
#action-bar a {
    color: #fff;
    display: block;
    font: 400 12px/1.9 Arial, Helvetica, sans-serif;
    text-align: center;
}
#action-bar a:first-child {
    margin-top: 0;
}
#action-bar a:hover {
    color: #71d7ff;
    text-decoration: none;
}
#action-bar a i.fa {
    font-size: 22px;
    display: block;
}

/*** SPECIFIC CONTENT PAGES ***/

/*** CONTACT US PAGE ***/
#contactus-page #pageDescription {
    display: none;
}
#contactus-page h3 {
    margin: 0 0 10px 25px;
    font-weight: normal;
}

/***ABOUT US PAGE***/
.banner img {
    width: 100%;
    height: auto;
    padding:0;
    margin:0;
}
.about{
    background:#fff;
    padding:75px 0 25px 0;
}
.about-container{
    width:642px;
    float:left;
    font-size:18px;
    color:#010101;
}
.about-container h2{
    font-size:26px;
    color:#010101;
    padding:0;
    margin:0;
}
.about-container p{
    margin: 19px 0 45px 0;
    line-height:25px;
    padding:0;
}

/* product groups */

.border_dark .button {
    margin: 0.25em 0;
} 

/*** DYNAMIC DATA TABLES ***/
.dataTables_wrapper .dataTables_filter {
    margin-bottom: 15px;
}

TABLE#formtable {
    width: 95% !important;
}
TABLE#maincontent TD:first-child {
    padding-right: 3em;
}

/* account inquiry */
.accountHeader {
    width: 49%;
    display: inline-block;
    position: relative;
    text-align: center;
    font-weight: bold;
    margin-top: 15px;
    border-bottom: 1px solid #000;
    background: #fff;
    z-index: 4;
}
.statementSummary {
    width: 100%;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    margin-top: 15px;
    border-bottom: 1px solid #000;
}
.acctCol1, .acctCol2 {
    width: 47%;
    display: inline-block;
    margin: 5px 5px 0px 5px;
}
.acctCol2 {
    float: right;
    margin-right: 10px;
}
.acctCol1 .right, .acctCol2 .right {
    text-align: right;

}
.left { float: left; }
.right { float: right; }
.r {float:right;}
.l {float: left;}
.c {clear: both;}

/* product reviews */
.prodreviews {
    margin-top: 1em;
}
.jquery-ratings-star {
    width: 30px;
    height: 25px;
    background-image: url('../../images/site/star.png');
    background-repeat: no-repeat;
    position: relative;
    float: left;
    margin-right: 2px;
}
.jquery-ratings-full {
    background-image: url('../../images/site/star-active.png');
}
.stardiv {
    width: 100px;
    float: left;
    margin-right: 30px;
    font-size: 12px;
    line-height: 19px;
}
.starrating {
    vertical-align: middle;
}

/* "zebra" tables */
.zebra-table tr td {
    background-color: #fff;
    border-bottom: 1px dotted #343434;
}
.zebra-table tr:nth-of-type(odd) td {
    background-color: #eee;
}
.zebra-table tr:nth-last-of-type(1) td {
    background-color: #fff;
    border-bottom: none;
}

/* QuickBuy styles */

#quickbuy-container {
    position: relative;
    padding: 1.5em 0 0;
	display: flow;
}
#quickbuy-container .qbLevel {
    position: relative;
    padding-bottom: 1em;
}
#quickbuy-container #selected_title_1 {
    position: relative;
    padding-bottom: 1em;
    height: 32px;
}
#quickbuy-container #selected_title_1 span {
    display: inline-block;
    vertical-align: baseline;
}
#quickbuy-container #selected_title_1 .seltext {
    font-size: 18px;
    color: #343434;
    text-transform: uppercase;
    margin-left: 1em;
}
#quickbuy-container .goback {
    margin: 0 1em;
    display: inline-block;
}
#quickbuy-container .goback a {
    font-weight: bold;
    color: #343434 !important;
    line-height: normal;
}
#quickbuy-container .goback a i.fa {
    display: inline-block;
    vertical-align: baseline;
    font-size: 18px;
    line-height: normal;
    margin-right: 0.25em;
}
#quickbuy-container .rule-below {
    border-bottom: 1px solid #e8e8e8;
}
#quickbuy-container .cbox {
    display: inline-block;
    position: relative;
    font-size: 18px;
    line-height: 1.0;
    padding: 4px 12px 4px 7px;
    margin: 5px 1.5em 5px 0;
    color: #888;
    text-transform: uppercase;
    border: 1px solid #bbb;
    cursor: pointer;
}
#quickbuy-container .cbox i.fa {
    font-size: 20px;
    text-align: left;
    line-height: 12px;
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: top;
    margin: 1px 0.5em 0 0;
    color: #343434 !important;
    border: 1px solid #bbb;
    overflow: visible;
}
#quickbuy-container .cbox i.fa:before {
    opacity: 0;
}
#quickbuy-container .cbox:hover, #quickbuy-container .cbox.active {
    color: #343434;
}
#quickbuy-container .cbox:hover i.fa:before, #quickbuy-container .cbox.active i.fa:before {
    opacity: 1.0;
}
#quickbuy-container .cbox.smaller {
    font-size: 12px;
    padding: 3px 10px 3px 6px;
    margin-right: 1em;
	width: 45%;
}
#quickbuy-container .cbox.smaller i.fa {
    font-size: 15px;
    line-height: 8px;
    width: 8px;
    height: 8px;
    text-indent: -1px;
}
#quickbuy-container .seltitle {
    padding: 0.25em 0;
    margin-right: 1em;
}
#quickbuy-container .seltype {
    margin-left: 1em;
}
#quickbuy-container .button-bar {
    background: transparent;
    padding: 10px 0;
    border-bottom: 1px solid #e8e8e8;
}
#quickbuy-container .lastLevel {
    display: none;
}
#quickbuy-container .lastLevel #prodDataTable {
    border-top: 1px solid #e8e8e8;
    border-collapse: collapse;
}
#quickbuy-container .lastLevel #prodDataTable td {
    border-bottom: 1px solid #e8e8e8;
}
#quickbuy-container .lastLevel #prodDataTable thead {
    display: none;
}
#quickbuy-container .lastLevel #prodDataTable img {
    display: inline-block;
    max-width: 50px;
    max-height: 50px;
}
#quickbuy-container .lastLevel #prodDataTable td.image_cell {
    text-align: center;
}
#quickbuy-container .lastLevel #prodDataTable tr.group td {
    padding-top: 4px;
    padding-bottom: 5px;
    color: #343434;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    background: #f5f5f5;
}
#quickbuy-container .dataTables_wrapper {
    clear: none;
}
#quickbuy-container #loading-image {
    display: none;
    text-align: center;
    padding: 3em 0;
}
#quickbuy-container #loading-image img {
    display: inline-block;
    vertical-align: middle;
}
#quickbuy-container .inputQtyBody {
    width: 3.25em;
    margin-right: 0.25em;
}
#quickbuy-container strong {
    color: #343434;
    font-weight: bold;
}
#quickbuy-container #totItems {
    float: left;
    font-size: 14px;
    font-weight: normal;
    color: #343434;
    display: inline-block;
    vertical-align: top;
    margin-top: 15px;
}
#quickbuy-container .dataTables_filter {
    display: inline-block;
    float: right;
    line-height: 1.0;
    margin-top: 15px;
}
#quickbuy-container .dataTables_filter input {
    display: inline-block;
    -webkit-appearance: textfield;
    height: 24px;
    margin-left: 0.5em;
    padding: 4px;
    background: #fff;
    border: 1px solid #ccc;
}
#quickbuy-container .btn.clear-search {
    display: inline-block;
    line-height: 1.0;
    position: relative;
    float: right;
    margin-top: 15px;
    height: 24px;
    padding: 5px 12px;
    z-index: 20;
}
#quickbuy-container #prodgroups input[type="radio"] {
    display: inline-block;
    margin: 0 0.5em 0 33%;
}
#quickbuy-container #prodgroups table tr th:last-child {
    text-align: center !important;
}
#quickbuy-container #prodgroups table tr th:last-child img {
    position: absolute;
    right: 1em;
    top: 0.75em;
}

/* QuickBuy Promo Link */

.quickbuy-promo-link,
.prodconfig-promo-link {
    position: relative;
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
    line-height: 1.2;
    text-align: center;
    display: inline-block;
    width: 120px;
    height: 120px;
    padding: 10px;
    border: 1px solid #999;
}
.quickbuy-promo-link {
    background: #cccccc url('../../../images/style/quickbuy-promo.png') no-repeat center center;
}
.prodconfig-promo-link {
    background: #cccccc url('../../../images/style/prodconfig-promo.png') no-repeat center center;
}
.quickbuy-promo-link:before,
.prodconfig-promo-link:before {
    content: "";
    display: inline-block;
    vertical-align: bottom;
    position: relative;
    height: 100%;
    width: 0;
}
.quickbuy-promo-link span,
.prodconfig-promo-link span {
    display: inline-block;
    vertical-align: bottom;
    width: 100%;
    height: auto;
}

/* KENDALL CUSTOM */

#cpn-page .inputQtyBody, #prodgroup-page .inputQtyBody {
    width: 4em;
}

#cpn-page .button-box { 
    padding-top: 10px;    
}

#prodgroup-page table.border_dark {
    margin-top: 10px;
}
#prodgroup-page #groupname {
    max-width: 60%;
}

#content TABLE.nonstock-table,
#content TABLE.contact-info {
    width: 100%;
}
#non-stock-page #content label {
    white-space: nowrap;
}
#non-stock-page #content TABLE .normField,
#non-stock-page #content TABLE .largeField {
    min-width: 5em;
    width: 98%;
}
#non-stock-page #content TABLE .hugeField, 
#non-stock-page #content TABLE .fullField, 
#non-stock-page #content TABLE .medField,
#non-stock-page #content TABLE select {
    min-width: 5em;
    width: 100%;
}
#non-stock-page .btn.right {
    margin-top: 0.5em;
}
#non-stock-page #comments {
    width: 100%;
}

#orderhistory-page .shipToInfo,
#orderhistory-page form[name="dateRange"] {
    margin-top: 1rem;
}

#orderhistory-page .orderdetailssearch {
    margin: 1rem 0;
}
#acctinquiry-page form[name="stateDate"] {
    display: block !important;
}
#acctinquiry-page .showOrderDetails {
    display: none;
}

.acctCol1,
.acctCol2,
.acctCol3 {
    position: relative;
    z-index: 2;
}

.acctCol3:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.acctCol1 .left,
.acctCol2 .left,
.acctCol3 .left,
.acctCol1 .right,
.acctCol2 .right,
.acctCol3 .right {
    position: relative;
    background-color: #fff;
}
.acctCol1 .left,
.acctCol2 .left,
.acctCol3 .left {
    padding-right: 0.25em;
}
.acctCol1 .right,
.acctCol2 .right,
.acctCol3 .right {
    padding-left: 0.25em;
}

.acctCol1:before,
.acctCol2:before,
.acctCol3:before{
    position: absolute;
    display: inline-block;
    color: #ddd;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ";
    overflow: hidden;
    z-index: 0;
}
.acctCol3:before{
    padding-top: 1.4em;
    height: 90%;
}
.spacer3px {
    height: 3px;
}


/* Storefront Elements */

#home-page.GalloupResponsive #content a.view {
    display: inline-block;
    margin-bottom: 1em;
}

/* Home Page / Login Page spceial conditions  */

#login-page #content {
    background: transparent url('../../../images/content/BackgroundGraphic.png') no-repeat right bottom;
    background-size: contain;
}
#home-page #content #breadcrumb,
#home-page #content h1.pageName, 
#home-page #content #pageDescription {
    display: none;
}

#login-page #content td,
#login-page #content h2 {
    text-align: left;
}
/* special login-page colors - removed */
/*
#home-page footer,
#home-page .footer,
#login-page footer,
#login-page .footer {
    color: #fff;
    background-color: #343434;
}
*/
/* teal bar - removed */
/*
#home-page footer:before,
#home-page .footer:before,
#login-page footer:before,
#login-page .footer:before {
    content: " ";
    position: relative;
    display: block;
    width: 100%;
    height: 48px;
    background: #093944 url('../../../images/content/TealBar.png') no-repeat right bottom;
    background-size: contain;
}
/* homepage footer, login page footer - styles removed */
/*
#home-page footer p, 
#home-page .footer p, 
#login-page footer p,
#login-page .footer p {
    color: #fff;
}
#home-page footer .contact-block p, 
#home-page footer p.text-uppercase, 
#home-page .footer .contact-block p, 
#home-page .footer p.text-uppercase, 
#login-page footer .contact-block p, 
#login-page footer p.text-uppercase,
#login-page .footer .contact-block p, 
#login-page .footer p.text-uppercase {
    letter-spacing: 0;
    text-transform: none;
}

#home-page footer a.sp_link, #home-page footer a.sp_link:visited,
#home-page .footer a.sp_link, #home-page .footer a.sp_link:visited,
#login-page footer a.sp_link, #login-page footer a.sp_link:visited,
#login-page .footer a.sp_link, #login-page .footer a.sp_link:visited {
    color: #aaa;
    text-decoration: none;
}
#home-page footer a.sp_link:hover, #home-page footer a.sp_link:active,
#home-page .footer a.sp_link:hover, #home-page .footer a.sp_link:active,
#login-page footer a.sp_link:hover, #login-page footer a.sp_link:active,
#login-page .footer a.sp_link:hover, #login-page .footer a.sp_link:active {
    color: #aaa;
    text-decoration: underline;
}

#home-page footer h4,
#home-page .footer h4,
#login-page footer h4,
#login-page .footer h4 {
   text-transform: lowercase;
}
*/
/* KKJ-637-36541 custom printable page css*/ 
#printable-page{
    line-height: 1;
}
#printable-page img{
    max-width: 80%;
}
#printable-page td{
    font-size: 12px;
}
#printable-page .specsheet_btn{
    display: none;
}
/*AST-1788 custom printable page css*/
#printable-page .v2-shopcart-div div#savecarts,
#printable-page .v2-shopcart-div div#prodgroups {
    display: none;
}
/*AST-984*/
#sendproduct-page .sendPageForm{
    margin-bottom: 10px
}
#sendproduct-page .emailProd{
    background-color: #343434;
    cursor: pointer;
}
#sendproduct-page .sendPageForm #email{
    height: 35px;
    width: 300px;
    padding-left: 15px;
}
#sendproduct-page h2{
    font-size: 19px;
}
#sendproduct-page .img{
    max-height: 300px;
    max-width: 300px;
}

#product-page a.info-icon-man.btn {
    display: none !important;
}

@media (max-width:650px){
	.desktop-include {
		display:none;
	}
	.mobile-include {
		display:block;
	}
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; 
    z-index: 1; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.9); 
}

.modal-content {
    background-color: #13a2a9;
    margin: 15% auto; 
    padding: 5px 5px 0px 5px;
    width: 580px; 
}

.close {
    color: #fff;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.video-container {
    display: flex;           /* Use flexbox */
    flex-direction: column;  /* Stack items vertically */
    align-items: center;    /* Center items horizontally */
    width: 150px;           /* Fixed width */
    margin: 10px;
    overflow: hidden;       /* Hide overflow text */
    text-overflow: ellipsis; /* Show ellipsis if text is too long */
    white-space: nowrap;    /* Prevent text wrapping */
}

.video-row {
    display: flex;          /* Align containers in a row */
    justify-content: center; /* Center the video containers */
    flex-wrap: wrap;       /* Allow wrapping if needed */
}