body {
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #212529;
	margin: 0px;
	padding: 0px;
	background-color:#ededed;
}

.wpthemeBanner .wpthemeBannerInner {
	border:none;
	background: #cc0000;
}
.wpthemeBanner .wpthemeBannerInner .wpthemeCommonActions {
/* 	margin:10px 0; */
}
.wpthemeBannerPrimaryNavigation .wpthemeBannerInner{
	border:none;
}

/*
.wpthemeBanner .wpthemePrimaryNav li a:focus, 
.wpthemeBanner .wpthemePrimaryNav li a:hover, 
.wpthemeBanner .wpthemePrimaryNav li a:active {
	background: rgba(76, 141, 191, 0.1);
	border-left-color: rgba(255, 255, 255, 0.2);
    border-right-color: rgba(255, 255, 255, 0.2);
}

.wpthemeBanner .wpthemePrimaryNav li.wpthemeSelected a, 
.wpthemeBanner .wpthemePrimaryNav li.wpthemeSelected a:focus, 
.wpthemeBanner .wpthemePrimaryNav li.wpthemeSelected a:hover,
.wpthemeBanner .wpthemePrimaryNav li.wpthemeSelected a:active {
	background: rgba(107, 190, 255, 0.1);
	border-left-color: rgba(255, 255, 255, 0.2);
    border-right-color: rgba(255, 255, 255, 0.2);
}
*/
.wpthemeBanner .wpthemeBranding img {
	background-position:0 -448px;
}

.wpthemeControlHeader{
	border-top: 3px solid #003366;
}

.wpthemeLogo {
	display:block;
	height:auto;
	width:auto;
	background-image:none;
	margin-top:0px; 
}
.wpthemeLogo .wpthemeInner {
	overflow: hidden;
}

.outerContainer {
	height:100%;
	overflow:hidden;
}
.outerContainer::-webkit-scrollbar {
	height: 10px;
	width: 10px;
	background: #fff;
	border-left:1px solid #999;
}
.outerContainer::-webkit-scrollbar-thumb {
	background: #ccc;
	border-left:1px solid #999;
}
.outerContainer::-webkit-scrollbar-corner {
	background: #ccc;
}

.outerContainer::-webkit-scrollbar              { /* 1 */ }
.outerContainer::-webkit-scrollbar-button       { /* 2 */ }
.outerContainer::-webkit-scrollbar-track        { /* 3 */ }
.outerContainer::-webkit-scrollbar-track-piece  { /* 4 */ }
.outerContainer::-webkit-scrollbar-thumb        { /* 5 */ }
.outerContainer::-webkit-scrollbar-corner       { /* 6 */ }
.outerContainer::-webkit-resizer                { /* 7 */ }

p::selection {
	background-color:#676767;
	color:#fff;
}
.dj_ie .outerContainer {
	height:auto;
	overflow:hidden;
}
header.headerClass {
/*	position: relative !important; */
}
.headerBanner {
	position:relative;
	background-color:#fff;
/*	overflow:hidden; */
}
.headerBanner .wpthemeInner {
	width:1080px;
	position:relative;
}
.topBorder {
	border-top: 1px solid #999;
}
.overlayContainer {
	position:relative;
}
.mobileNavButton {
	display:none;
}


.shoppingCartBar {

}

#topLevelLinksButton {
	text-align: center;
	background: rgb(0,138,191);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOGFiZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDc1YTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(0,138,191,1) 0%, rgba(0,117,163,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,138,191,1)), color-stop(100%,rgba(0,117,163,1)));
	background: -webkit-linear-gradient(top,  rgba(0,138,191,1) 0%,rgba(0,117,163,1) 100%);
	background: -o-linear-gradient(top,  rgba(0,138,191,1) 0%,rgba(0,117,163,1) 100%);
	background: -ms-linear-gradient(top,  rgba(0,138,191,1) 0%,rgba(0,117,163,1) 100%);
	background: linear-gradient(to bottom,  rgba(0,138,191,1) 0%,rgba(0,117,163,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008abf', endColorstr='#0075a3',GradientType=0 );
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
#topLevelLinksButton button {
	background:none;
	background-color: rgba(255,255,255,.4);
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: center 0px;
	width: 100px;
	height: 5px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #333;
	border-bottom-color: #FFF;
	border-left-color: #333;
	cursor: pointer;
}
#topLevelLinksButton.open button .arrow {
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #fff;
	display: block;
	margin: auto;
}
#topLevelLinksButton.closed button .arrow {
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #fff;
	display: block;
	margin: auto;
}
.wpthemeCommonActions .wpthemeBranding {
	display:none;
}
.portletHeading {
	display:none;
}
.outerContainer .innerContainer {
}
/*
.outerContainer .innerContainer .wpthemeInner .leftCol {
	float: left;
	overflow: hidden;
	margin-right: 5px;
	width:208px;
}
.outerContainer .innerContainer .wpthemeInner .rightCol {
	float: right;
	overflow: hidden;
	margin-left: 5px;
}
.outerContainer .innerContainer .wpthemeInner .mainCol {
	clear:right;
	overflow:hidden;
}
.outerContainer .innerContainer .wpthemeInner .wptheme2Col .wpthemeCol .mainCol {
	clear:none;	
}

.outerContainer .innerContainer .wpthemeInner .equal .topSection {
	overflow:hidden;
}
.outerContainer .innerContainer .wpthemeInner .equal .middleSection {
	overflow:hidden;
}
.outerContainer .innerContainer .wpthemeInner .equal .bottomSection {
	overflow:hidden;
}
.outerContainer .innerContainer .wpthemeInner .wptheme2Col .equal .layoutTemplateLeftCol {
	width:50%;
	margin:0px;
	float:left;
}
.outerContainer .innerContainer .wpthemeInner .wptheme2Col .equal .layoutTemplateRightCol {
	width:50%;
	margin:0px;
	float:left;
}
.outerContainer .innerContainer .wpthemeInner .wptheme3Col .equal .layoutTemplateLeftCol {
	width:33.33333%;
	margin:0px;
	float:left;
}
.outerContainer .innerContainer .wpthemeInner .wptheme3Col .equal .layoutTemplateMiddleCol {
	width:33.33333%;
	margin:0px;
	float:left;
}
.outerContainer .innerContainer .wpthemeInner .wptheme3Col .equal .layoutTemplateRightCol {
	width:33.33333%;
	margin:0px;
	float:left;
}
.outerContainer .innerContainer .wpthemeInner .wptheme3Col .equal .topSection .layoutTemplateLeftCol .component-container {
}
.outerContainer .innerContainer .wpthemeInner .wptheme3Col .equal .topSection .layoutTemplateMiddleCol .component-container {
	margin-left:5px;
}
.outerContainer .innerContainer .wpthemeInner .wptheme3Col .equal .topSection .layoutTemplateRightCol .component-container {
	margin-left:5px;
}
*/
.appContainer .innerAppContainer {
	width:1080px;
	margin:auto;
}
.topContent {
	position: relative;
}
.right {
	text-align:right;
}
.center {
	text-align:center;
}
.justify {
	text-align:justify;
}
.wpthemeCol-1 {
	width: 100%;
	margin: 0px;
}
button {
	color: inherit;
	border: 1px solid #999;
	padding: 2px 4px 4px 4px;
	background: rgb(255,255,255);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjclIiBzdG9wLWNvbG9yPSIjZTVlNWU1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 7%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(7%,rgba(229,229,229,1)), color-stop(100%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 7%,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 7%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 7%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 7%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	cursor:pointer;
}
button:hover {
	color: #000;
}
footer {
	clear:both;
	overflow:hidden;
}
.shadow {
}
.insetShadow {
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.5);
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.5);
}

.dijitTitlePaneTitle h2 {
	font-size:inherit;
	margin:0px;
	padding:0px;
}
.wpthemeMainContent {
/*	position:relative;
	padding-top:30px; */
}
.appContainer {
	padding-top:10px;
}
.appContainer.orderingPortletView,
.appContainer.categoryListing,
.appContainer.productItemListing,
.appContainer.itemDetail,
.appContainer.manufacturerItems,
.appContainer.searchResults,
.appContainer.orderFromHistory {
	padding-top:0;
}
.appContainer .portletHeading {
	display:none;
}
.wpthemeControl {
	margin:0px;
}

.wpthemeLogo .logo {
	margin: 5px 0;
	display:inline-block;
	vertical-align:middle;
}
header .logo img {
	max-height: 60px;
}
.wpthemeHeader .wpthemeInner {
	width: auto;
}
.ibmPortalCustomizeShelf .wpthemeInner {
	width: auto;
}
.ibmPortalCustomizeShelf .utb-btn-container {
	margin-right:10px;
}
.ibmPortalCustomizeShelf .utb-palette .lotusTabs {
	margin-left:10px;
}
.utb-container .lotusPaletteNav {
	margin-left:5px;
}
.utb-overview {
	padding-left: 5px;
}
.utb.wpthemeOpen {
	height:20em !important;
}
.wpthemeThin {
	margin-top:5px;
}
.wpthemeThin header {
	border:none;
	height:20px;
}
.wpthemeThin header .wpthemeInner {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JjY2VlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiY2NlZWYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(188,206,239,1) 0%, rgba(188,206,239,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(188,206,239,1)), color-stop(100%,rgba(188,206,239,0)));
	background: -webkit-linear-gradient(top,  rgba(188,206,239,1) 0%,rgba(188,206,239,0) 100%);
	background: -o-linear-gradient(top,  rgba(188,206,239,1) 0%,rgba(188,206,239,0) 100%);
	background: -ms-linear-gradient(top,  rgba(188,206,239,1) 0%,rgba(188,206,239,0) 100%);
	background: linear-gradient(to bottom,  rgba(188,206,239,1) 0%,rgba(188,206,239,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bcceef', endColorstr='#00bcceef',GradientType=0 );
	height:20px;
	display:none;
	margin:0px;
	width:auto;
}
.wpthemeThin:hover header .wpthemeInner {
	display:block;
}
.wpthemeThin header h2 {
	display: none !important;
}
.wpthemeThin .wpthemeIcon {
	float: right;
	padding:4px !important;
}
.wpthemeThin .appContainer {
	margin-top:0px;
}
.wpthemeThin .wpthemeControlBody {
	margin: 0px 5px;
}

.menuContentContainer {
	float:left;
}
.menuContentContainer .menuContent {
	width:175px;
}
.menuContentContainer .menuContent .menuImage {
	text-align:center;
	margin:5px;
}
.menuContentContainer .menuContent .menuCopy {
	margin:5px;
}
.modelHasChildrenIcon {
	display:none;
}
.loadingOverlay {
    background:  #fff url('../images/ajax-loader.gif') no-repeat 10px 14px;
    position: absolute;
    z-index: 1001;
    display: none;
}
.pageOverlay {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.loadingMessage {
    padding: 22px 50px;
    color: #999;
}

.topNavBar {
	background: none;
	border: none;
}
.topNavBar:after {
	content: "";
	display: block;
	clear: both;
}
.wpthemeBanner.wpthemeBannerPrimaryNavigation {
	-ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background: transparent;
    position: absolute;
    bottom: 0px;
    right: 155px;
}
.topNavBar .modelHasChildren .modelHasChildrenIcon,
.topNavBar .modelHasChildrenIcon {
    display: none;
}

.wpthemeHeaderNav ul li a,
.wpthemeHeaderNav ul li a:active {
	font-size: 8pt;
}

.topNavBar ul {
	font-weight: bold;
	color: #FFF;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.topNavBar ul>li {
    float: left;
    position:relative;
}

.topNavBar ul>li:first-child {
    background-image: none;
    padding-left: 0;
}

.topNavBar ul>li li {
    float: none;
}

.topNavBar ul>li a,
.topNavBar ul>li a:hover {
	font-weight: 500;
    text-decoration: none;
    line-height: 60px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    display: block;
    color: #555;
}

.topNavBar ul>li:hover > a,
.topNavBar ul>li.openMenu > a,
.topNavBar ul>li.lotusSelected > a,
.topNavBar ul>li.topNavHover > a,
.wpthemeBanner .wpthemePrimaryNav li.wpthemeSelected > a, 
.wpthemeBanner .wpthemePrimaryNav li.wpthemeSelected > a:focus, 
.wpthemeBanner .wpthemePrimaryNav li.wpthemeSelected > a:hover,
.wpthemeBanner .wpthemePrimaryNav li.wpthemeSelected > a:active {
	color: #cc0000;
}

.topNavBar [class^="subMenu"] {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 0;
    background: #fff;
	-ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
	border: 1px solid #ededed;
    border-top: none;
}

.topNavBar .alignMenu_right > [class^="subMenu"] {
	left:auto;
	right:0;
}

.topNavBar .alignMenu_full {
	position:static;
}
.topNavBar .alignMenu_full > [class^="subMenu"] {
	left:0;
	right:0;
}
.topNavBar .alignMenu_full > [class^="subMenu"] li {
	display:inline-block;
}

.topNavBar [class^="subMenu"] a,
.topNavBar [class^="subMenu"] a:hover {
    background-color: #0000;
    line-height: 16px;
    white-space: nowrap;
    padding: 13px 15px;
    display: block;
    border-top: 1px solid #f3f3f3;
    font-weight: normal;
    float: none;
    color: #555;
}
.topNavBar [class^="subMenu"] a:hover{
	padding-left: 20px;
	padding-right:10px;
	color:#cc0000;
}
.topNavBar > ul:first-child > .toplevel > a {
	border-top:none;
}
.topNavBar [class^="subMenu"] li:hover > a {
	background:rgba(255,255,255,.2);
}

.topNavBar [class^="subMenu"] ul ul {
	position: absolute;
	top: 0px;
	left: 100%;
	background: #fff;
	white-space: nowrap;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}

.smartphone .buttonBar .dijitButton,
.tablet .buttonBar .dijitButton {
    /* display: block;
    margin-bottom: 10px; */
}
/* Standard Display - Start */
.defaultNav .topNavBar [class^="subMenu"] {
	display:none;
}
.defaultNav .topNavBar li:hover > span[class^="subMenu"],
.defaultNav .topNavBar li.openMenu > span[class^="subMenu"] {
	display:block;
	z-index:11;
}
.defaultNav .topNavBar [class^="subMenu"] ul ul {
	display:none;
}
.defaultNav .topNavBar [class^="subMenu"] ul li:hover > ul {
    display: block;
}
/* Standard Display - End */

/* Fade In - Start (fadeIn) */
.fadeInNav .topNavBar [class^="subMenu"] {
	visibility:hidden;
	opacity:0;
	filter:alpha(opacity=0);
}
.fadeInNav .topNavBar li:hover > span[class^="subMenu"] {
	visibility:visible;
	opacity:1;
	filter:alpha(opacity=100);
	z-index:10;
}
.fadeInNav .topNavBar [class^="subMenu"] ul ul {
	visibility:hidden;
	opacity:0;
	filter:alpha(opacity=0);
}
.fadeInNav .topNavBar [class^="subMenu"] ul li:hover ul {
	visibility:visible;
	opacity:1;
	filter:alpha(opacity=100);
	z-index:10;
}
/* Fade In - End */

/* Wipe In - Start (wipeIn) */
.wipeInNav .topNavBar [class^="subMenu"] {
	overflow:hidden;
	max-height:0;
}

.wipeInNav .topNavBar li:hover > span[class^="subMenu"] {
	max-height:1080px;
	z-index:10;
}
.wipeInNav .topNavBar [class^="subMenu"]:hover {
	overflow:visible;
}
.wipeInNav .topNavBar [class^="subMenu"] ul ul {
	overflow:hidden;
	max-height:0;
}
.wipeInNav .topNavBar [class^="subMenu"] ul li:hover ul {
	max-height:1080px;
}
.wipeInNav .topNavBar [class^="subMenu"] ul li:hover ul:hover {
	overflow:visible;
}
/* Wipe In - End */

/* Fold Out - Start (foldOut) */
.foldOutNav .topNavBar [class^="subMenu"] {
    max-height:0;
    overflow:hidden;
    -webkit-transform:perspective(400) rotate3d(1,0,0,-90deg);
    -webkit-transform-origin:50% 0;
}
.foldOutNav .topNavBar li:hover > span[class^="subMenu"] {
    max-height:1080px;
    -webkit-transform:perspective(400) rotate3d(0,0,0,0);
    z-index:10;
}
.foldOutNav .topNavBar [class^="subMenu"]:hover {
	overflow:visible;
}
.foldOutNav .topNavBar [class^="subMenu"] ul ul {
	max-height:0;
    overflow:hidden;
    -webkit-transform:perspective(400) rotate3d(1,0,0,-90deg);
    -webkit-transform-origin:50% 0;
}
.foldOutNav .topNavBar [class^="subMenu"] ul li:hover ul {
	 max-height:1080px;
    -webkit-transform:perspective(400) rotate3d(0,0,0,0);
}
.foldOutNav .topNavBar [class^="subMenu"] ul li:hover ul:hover {
	overflow:visible;
}
/* Fold Out - End */

/* Wipe In Over - Start (wipeIn2) */
.wipeInOverNav .topNavBar [class^="subMenu"] {
	overflow:hidden;
	max-height:0;
	max-width:0;
}
.wipeInOverNav .topNavBar li:hover > span[class^="subMenu"] {
	max-height:1080px;
	max-width:1080px;
	z-index:10;
}
.wipeInOverNav .topNavBar [class^="subMenu"]:hover {
	overflow:visible;
}
.wipeInOverNav .topNavBar [class^="subMenu"] ul ul {
	overflow:hidden;
	max-height:0;
	max-width:0;
}
.wipeInOverNav .topNavBar [class^="subMenu"] ul li:hover ul {
	max-height:1080px;
	max-width:1080px;
}
.wipeInOverNav .topNavBar [class^="subMenu"] ul li:hover ul:hover {
	overflow:visible;
}
/* Wipe In Over - End */

/* Fade Fly In - Start (fadeFlyIn) */
.fadeFlyInNav .topNavBar [class^="subMenu"] {
	border: 1px solid #999;
	border-top:none;
	visibility:hidden;
	opacity:0;
	filter:alpha(opacity=0);
	left:-10px;
}
.fadeFlyInNav .topNavBar li:hover > span[class^="subMenu"] {
	visibility:visible;
	opacity:1;
	filter:alpha(opacity=100);
	z-index:11;
	left:0
}
.fadeFlyInNav .topNavBar .alignMenu_right [class^="subMenu"] {
	left:auto;
	right:-10px;
}
.fadeFlyInNav .topNavBar li.alignMenu_right:hover > span[class^="subMenu"] {
	left:auto;
	right:0;
}
.fadeFlyInNav .topNavBar .alignMenu_full [class^="subMenu"] {
	left:-10px;
	right:-10px;
}
.fadeFlyInNav .topNavBar li.alignMenu_full:hover > span[class^="subMenu"] {
	left:0;
	right:0;
}
.fadeFlyInNav .topNavBar [class^="subMenu"] ul ul {
	visibility:hidden;
	opacity:0;
	filter:alpha(opacity=0);
	left:90%;
}
.fadeFlyInNav .topNavBar [class^="subMenu"] ul li:hover ul {
	visibility:visible;
	opacity:1;
	filter:alpha(opacity=100);
	z-index:11;
	left:100%;
}
/* Fade Fly In - End */

.headerBanner .wpthemeActions {
	border-bottom:1px solid #333;
}
.headerBanner .wpthemeActions .wpthemeCommonActions {
	margin:5px 0;
}

.wpthemeBanner ul.wpthemeCommonActions>li>span,
.wpthemeBanner ul.wpthemeCommonActions li a:link,
.wpthemeBanner ul.wpthemeCommonActions li a:visited,
.wpthemeBanner ul.wpthemeCommonActions li a:active {
    border-right: 1px solid #888;
    color:#fff;
    margin: 0;
}
.wpthemeBanner ul.wpthemeCommonActions>li:last-child>span,
.wpthemeBanner ul.wpthemeCommonActions li:last-child a:link,
.wpthemeBanner ul.wpthemeCommonActions li:last-child a:visited,
.wpthemeBanner ul.wpthemeCommonActions li:last-child a:active,
.smartphone .wpthemeBanner ul.wpthemeCommonActions>li>span,
.smartphone  .wpthemeBanner ul.wpthemeCommonActions li a:link,
.smartphone .wpthemeBanner ul.wpthemeCommonActions li a:visited,
.smartphone .wpthemeBanner ul.wpthemeCommonActions li a:active,
.tablet .wpthemeBanner ul.wpthemeCommonActions>li>span,
.tablet  .wpthemeBanner ul.wpthemeCommonActions li a:link,
.tablet .wpthemeBanner ul.wpthemeCommonActions li a:visited,
.tablet .wpthemeBanner ul.wpthemeCommonActions li a:active {
    border-right: none;
}
.wpthemeBanner ul.wpthemeCommonActions #wpthemeSignUp {
	display:none;
}


#subMenuContainer .subMenu-1.menuAlignFull {
	border-top:1px solid #999;
}
#subMenuContainer .subMenu-1.menuAlignFull > ul > .wpthemeLeft {
    float: left;
}
#subMenuContainer .subMenu-1.menuAlignFull > ul > .wpthemeLeft > a {
	border-top:none;
}


.s2k-dojo .dijitTitlePane .dijitTitlePane {
    clear: both;
}
.s2k-dojo .dijitTitlePaneTitle {
	font-size: 1.5em;
	color: #000;
	background: transparent; 
	border: none;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	padding: 5px 10px 5px 0px;
	margin: 0px 0px 6px 0px;
	overflow:hidden;
	border-bottom: 1px solid #cc0000;
}
.s2k-dojo .s2kAdminFormTemplateDisplay .dijitTitlePaneTitle {
	display: none;
}

h1 {
	margin-top:5px;
	font-weight:400;
	padding:6px 0px;
}
.s2k-dojo .featuredItemsComponent .dijitTitlePaneTitle,
.s2k-dojo .newItemsComponent .dijitTitlePaneTitle {
	margin:0;
}

.s2k-dojo .dijitTitlePane .dijitTitlePane .dijitTitlePaneTitle {
    border-right-style: none;
    border-left-style: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.s2k-dojo .dijitTabPane .dijitTitlePane .dijitTitlePaneTitle,
.s2k-dojo .itemFooter .dijitTitlePane .dijitTitlePaneTitle,
.s2k-dojo .socialBox .dijitTitlePane .dijitTitlePaneTitle,
.s2k-dojo .floatBoxColumn .dijitTitlePane .dijitTitlePaneTitle {
    border-right-style: solid;
    border-left-style: solid;
}
/*
.s2k-dojo .dijitTitlePaneTitleFocus {
    margin-top: 0;
    padding-bottom: 0;
}
*/
.s2k-dojo .dijitTitlePane .dijitArrowNode {
    display: none;
}

.s2k-dojo .dijitTitlePaneTextNode {
    margin-left: 0;
    margin-right: 4px;
    vertical-align: text-top;
}
/*
.s2k-dojo .dijitTitlePane .dijitTitlePaneTextNode {
    color: #fff;
}

.s2k-dojo .dijitTitlePaneFocused .dijitTitlePaneTextNode {
    color: #fff;
}
*/
.s2k-dojo .dijitTitlePaneContentOuter {
	background:#fff;
	border:none;
}

.s2k-dojo .dijitTitlePane .dijitTitlePane .dijitTitlePaneContentOuter {
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}

.s2k-dojo .dijitTabPane .dijitTitlePane .dijitTitlePaneContentOuter,
.s2k-dojo .itemFooter .dijitTitlePane .dijitTitlePaneContentOuter,
.s2k-dojo .socialBox .dijitTitlePane .dijitTitlePaneContentOuter,
.s2k-dojo .floatBoxColumn .dijitTitlePane .dijitTitlePaneContentOuter {
    border-right-style: solid;
    border-left-style: solid;
}

.s2k-dojo .dijitTitlePaneContentInner {
    padding: 0;
}

.s2k-dojo .dijitButton .dijitButtonNode,
.s2k-dojo .dijitDropDownButton .dijitButtonNode,
.s2k-dojo .dijitComboButton .dijitButtonNode,
.s2k-dojo .dijitToggleButton .dijitButtonNode {
	color:#fff;
	border: 1px solid #cc0000;
	padding: 4px 6px 4px 6px;
	background: #cc0000;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}
.s2k-dojo .dijitButton .dijitButtonNode:hover,
.s2k-dojo .dijitButtonHover .dijitButtonNode,
.s2k-dojo .dijitDropDownButtonHover .dijitButtonNode,
.s2k-dojo .dijitComboButtonHover .dijitButtonNode,
.s2k-dojo .dijitToggleButtonHover .dijitButtonNode {
	background:#000080;
	border: 1px solid #000080;
}


.s2k-dojo .expand .dijitButton .dijitButtonNode,
.s2k-dojo .expand .dijitDropDownButton .dijitButtonNode,
.s2k-dojo .expand .dijitComboButton .dijitButtonNode,
.s2k-dojo .expand .dijitToggleButton .dijitButtonNode {
	color:#676767;
}

.s2k-dojo .cellData .rightButton .dijitButton .dijitButtonNode,
.s2k-dojo .cellData .rightButton .dijitDropDownButton .dijitButtonNode,
.s2k-dojo .cellData .rightButton .dijitComboButton .dijitButtonNode,
.s2k-dojo .cellData .rightButton .dijitToggleButton .dijitButtonNode {
    padding: 1px 4px 1px 4px;
}

.s2k-dojo .action .dijitButtonText {
    padding: 0;
}

.s2k-dojo .action .dijitToggleButton,
.s2k-dojo .action .dijitButton,
.s2k-dojo .action .dijitDropDownButton,
.s2k-dojo .action .dijitComboButton {
    margin: 0;
}

.s2k-dojo .action .dijitButton .dijitButtonNode,
.s2k-dojo .action .dijitDropDownButton .dijitButtonNode,
.s2k-dojo .action .dijitComboButton .dijitButtonNode,
.s2k-dojo .action .dijitToggleButton .dijitButtonNode,
.s2k-dojo .moreLess .dijitButton .dijitButtonNode,
.s2k-dojo .moreLess .dijitDropDownButton .dijitButtonNode,
.s2k-dojo .moreLess .dijitComboButton .dijitButtonNode,
.s2k-dojo .moreLess .dijitToggleButton .dijitButtonNode {
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
}

.s2k-dojo .lists .dijitTabPane {
    padding: 0;
}

.s2k-dojo .gridContainer .qty .dijitTextBox,
.s2k-dojo .cartBox .addToCart .dijitTextBox,
.s2k-dojo .gridContainer .itemQuantity .dijitTextBox {
    width: 50px;
}

.s2k-dojo .expand .dijitButtonText {
    padding: 0;
    padding-left: 5px;
    padding-right: 5px;
}

.s2k-dojo .expand .dijitToggleButton,
.s2k-dojo .expand .dijitButton,
.s2k-dojo .expand .dijitDropDownButton,
.s2k-dojo .expand .dijitComboButton {
    margin: 0;
}

.s2k-dojo .expand .dijitButton .dijitButtonNode,
.s2k-dojo .expand .dijitDropDownButton .dijitButtonNode,
.s2k-dojo .expand .dijitComboButton .dijitButtonNode,
.s2k-dojo .expand .dijitToggleButton .dijitButtonNode {
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 2px;
    margin: 0;
}

.s2k-dojo .field.multi .dijitTextBox {
    width: 7em;
}

.s2k-dojo .itemQuantity .dijitTextBox,
.s2k-dojo .cartBox .itemQuantity .dijitTextBox {
    width: 5em;
}

.s2k-dojo .quickOrderPortlet .quickOrderInput .itemNum .dijitTextBox {
    width: 8em;
}

.s2k-dojo .layoutButtons .dijitButton .dijitButtonNode,
.s2k-dojo .layoutButtons .dijitDropDownButton .dijitButtonNode,
.s2k-dojo .layoutButtons .dijitComboButton .dijitButtonNode,
.s2k-dojo .layoutButtons .dijitToggleButton .dijitButtonNode {
    background: none;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 0;
    padding-top: 0;
}

.s2k-dojo .layoutButtons .dijitToggleButton,
.s2k-dojo .layoutButtons .dijitButton,
.s2k-dojo .layoutButtons .dijitDropDownButton,
.dijitComboButton {
    margin: 0;
}

.s2k-dojo .layoutButtons .dijitButtonText {
    padding: 0;
}

.s2k-dojo .listSize .dijitComboBox {
    width: 50px;
}

.s2k-dojo .split2 .dijitComboBox {
    width: 7em;
}

.s2k-dojo .genList .competitorCol .dijitTextBox {
    width: 140px;
}

.s2k-dojo .genList .rankCol .dijitTextBox {
    width: 45px;
}

.s2k-dojo .genList .removeLink button {
    background: transparent;
    border: none;
    color: #c00;
    font-size: 13pt;
    font-weight: bold;
    padding: 3px;
    margin: 0;
}

.s2k-dojo .removeLink .dijitToggleButton,
.s2k-dojo .removeLink .dijitButton,
.s2k-dojo .removeLink .dijitDropDownButton,
.s2k-dojo .removeLink .dijitComboButton {
    margin: 0;
}

.s2k-dojo .removeLink .dijitButton .dijitButtonNode,
.s2k-dojo .removeLink .dijitDropDownButton .dijitButtonNode,
.s2k-dojo .removeLink .dijitComboButton .dijitButtonNode,
.s2k-dojo .removeLink .dijitToggleButton .dijitButtonNode {
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 2px;
    margin: 0;
}

.s2k-dojo .gridContainer .dijitComboBox {
    width: 90%;
    max-width: 15em;
}

.s2k-dojo .dijitTextBoxDisabled input {
    color: #bbb;
}

.s2k-dojo .dijitTabContainerLeft-tabs {
    width: 150px;
    border: none;
}

.s2k-dojo .dijitTabContainerLeft-dijitContentPane {
    padding: 16px;
}

.s2k-dojo .dijitTab .tabLabel {
    min-height: 16px;
}

.updated>.tabLabel {
    color: #F00;
    width: 140px;
}

.updated>.tabLabel:before {
    content: ' ';
    background-image: url(../images/disk_icon.gif);
    background-repeat: no-repeat;
    background-position: 0 0;
    height: 16px;
    width: 16px;
    overflow: hidden;
    position: relative;
    display: block;
    float: right;
}

.s2k-dojo .dijitTabPane .emptyList .dijitTitlePane .dijitTitlePaneContentOuter {
    border-bottom-style: solid!important;
}

.s2k-dojo .itemMaintenance .delete .dijitTextBox,
.s2k-dojo .itemMaintenance .delete .dijitTextBox .dijitButtonNode {
    border-color: #f00;
    background-color: #fee!important;
}

.s2k-dojo .itemMaintenance .delete .dijitTextBox .dijitInputInner {
    background-color: transparent!important;
}

.s2k-dojo .dijitDialogTitleBar {
    background-color: rgba(171, 199, 237, 1);
}

.s2k-dojo .leftCol .dijitTextBox {
    width: 180px;
}
.orderingPortletView .leftCol {
	display: none;
}
/*
.s2k-dojo .orderGuide .dijitDropDownButton .dijitButtonNode {
	background: none;
	border: none;
	box-shadow: none;
	border-radius: 0;
	color: #676767;
	padding: 0;
}
*/



.boxes .itemResults .detailRow,
.headerBanner .wpthemeInner,
.wpthemeFooter .wpthemeInner,
.appContainer .innerAppContainer,
.wpthemeCrumbTrailContainer .wpthemeCrumbTrail,
.wptheme1Col .wpthemeCol,
.wptheme2Col .wpthemeCol,
.itemDetailLayout4 .itemDetailLeft,
.itemDetailLayout4 .itemDetailRight,
.itemDetailLayout4 .itemDetailFull,
.itemDetailLayout4 .rightColumn,
.loginPortlet .floatBoxColumn,
.appContainer .mainCol {
    -webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out; /* IE10 is actually unprefixed */
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.appContainer .leftCol {
	width:200px;
	float:left;
	margin-right:6px;
}
.appContainer.categoryListing .mainCol,
.appContainer.productItemListing .mainCol,
.appContainer.searchResults .mainCol,
.appContainer.manufacturerItems .mainCol,
.appContainer.orderFromHistory .mainCol {
	width:874px;
	float:left;
}
.smartphone .appContainer.categoryListing .mainCol,
.smartphone .appContainer.productItemListing .mainCol,
.smartphone .appContainer.searchResults .mainCol,
.smartphone .appContainer.manufacturerItems .mainCol,
.smartphone .appContainer.orderFromHistory .mainCol,
.tablet .appContainer.categoryListing .mainCol,
.tablet .appContainer.productItemListing .mainCol,
.tablet .appContainer.searchResults .mainCol,
.tablet .appContainer.manufacturerItems .mainCol,
.tablet .appContainer.orderFromHistory .mainCol {
	width:100%;
}
.appContainer.categoryListing .innerAppContainer.noLeftContent .mainCol,
.appContainer.productItemListing .innerAppContainer.noLeftContent .mainCol,
.appContainer.searchResults .innerAppContainer.noLeftContent .mainCol,
.appContainer.manufacturerItems .innerAppContainer.noLeftContent .mainCol {
	width:100%;
}

/* Custom Banner */
#bannerCart, 
#searchToggle {
	margin-top: 5px;
}
.shoppingCartInfo .shoppingCart,
.searchToggle i {
	line-height: 60px;
}
#phoneNumber a:before {
	font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
  	content: "\f095";
  	margin-right: 3px;
}




/* Custom Home Page */
.homeBanner {
	background-color: #7F7F7F;
	color: #fff;
	font-size: 22px;
	text-align: center;
	background-size: cover;
}
.homeBanner .innerAppContainer,
.homeLogo .innerAppContainer,
.homeAbout .innerAppContainer,
.homeWhy .innerAppContainer,
.homeWho .innerAppContainer,
.homeSubscribe .innerAppContainer {
	padding: 50px 0;
}
.homeLogo {
	text-align: center;
}
.homeBanner h3 {
	font-size: 80px;
    line-height: 96px;
    margin: 0 0 20px 0;
}
.homeBanner .innerAppContainer a {
	color: #fff;
	background: #cc0000;
	padding: 8px 16px;
    font-size: 20px;
    line-height: 1.5;
    border-radius: 5px;
	display: inline-block;
	margin: auto;
    text-align: center;
	transition: all .15s ease-in-out;
}
.homeBanner a:hover {
	background: #000080;
}
.homeApps {
	background: #c00;
    color: #fff;
    padding: 20px 0;
}
.homeApps .innerAppContainer {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.homeApps h3 {
	flex: 1;
	margin: 0;
	font-size: 2em;
	line-height: 1em;
}
.homeApps h3 span {
	font-size: 2em;
    line-height: 1em;
}
.homeApps a:last-child {
	margin-left: 10px;
}
.homeAbout,
.homeWhy,
.homeWho {
	font-size: 16px;
}
.homeAbout h3 {
	font-size: 16px;
}
.homeWhy h3,
.homeWho h3,
.homeSubscribe h3 {
	font-size: 24px;
    font-weight: 700;
}
.homeAbout {
	text-align:center;
	background: #F9F9F9;
}
.homeAbout img {
	max-width:100%;
	height:auto;
}
.homeAbout h3,
.homeAbout i,
.homeAbout .row a {
	color: #cc0000;
}
.homeAbout a h3:hover,
.homeAbout a i:hover {
	color: #000080;
}
.homeAbout i {
	font-size: 36px;
}
.homeAbout .grid,
.homeSubscribe .grid {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	text-align:left;
}
.homeAbout .row {
	width: 30%;
	margin-top: 20px;
}
.homeWhy {
	background: #cc0000;
	color: #fff;
}
.homeWhy .innerAppContainer,
.homeWho .innerAppContainer,
.homeSubscribe .innerAppContainer {
	display: flex;
	justify-content: space-between;
    align-items: center;
}
.homeWhy .innerAppContainer div,
.homeWho .innerAppContainer div,
.homeSubscribe .grid {
	width: 50%;
}
.homeWhy a {
	color: #010101;
	background: #eff1f4;
	padding: 8px 16px;
    line-height: 1.5;
    border-radius: 5px;
	display: inline-block;
    text-align: center;
	transition: all .15s ease-in-out;
}
.homeWhy a:hover {
	background: #d7dadd;
}
.homeWho img {
	border-radius: 9px;
	width: 48%;
	height: auto;
	margin-right: 2%;
}
.homeWho h3 {
	font-size: 24px;
    font-weight: 700;
}
.homeSubscribe {
	background:#efefef;
}
.homeSubscribe .innerAppContainer {
	align-items:flex-start;
}
.homeSubscribe .form {
	width: 28%;
	margin-right: 2%;
}
.homeSubscribe .form h3 {
	margin-top:0;
}
.homeSubscribe .grid {
	width: 70%;
}
.homeSubscribe .row {
	width: 30%;
	margin-top: 0;
	margin-bottom: 5px;
}
.homeSubscribe .row > a {
	position: relative;
	display: block;
	background: #000;
}
.homeSubscribe .row img {
	width: 100%;
	height:auto;
	max-height:200px;
	object-fit:cover;
	transition: all .15s ease-in-out;
	margin-bottom: -4px;
}
.homeSubscribe .row a .title {
	position: absolute;
	bottom: 7px;
	left: 7px;
	color: #fff;
	font-weight: 600;
	opacity: 0;
	transition: all .15s ease-in-out;
}
.homeSubscribe .row a:hover img {
	opacity: 0.8;
}
.homeSubscribe .row a:hover .title {
	opacity: 1;
}


/* Custom About Us Page */
.aboutUs {
	font-size: 1.1em;
}
.aboutUs h1 {
    text-align: center;
    font-weight: 700;
}
.aboutUs .text {
  	text-align: center;
  	margin-bottom:75px;
}
.pageCol {
	display:flex;
	flex-wrap:wrap;
	margin-bottom:75px;
}
.pageCol .col {
	width:49%;
}
.pageCol .col:nth-child(2) {
	margin-left:2%;
}
.aboutUs .tab {
  	overflow: hidden;
  	color: #cc0000;
}
.aboutUs .tab button {
  	background: #fff;
  	border: 1px solid #e5e5e5;
  	border-radius: 1px;
  	float: left;
  	outline: none;
  	cursor: pointer;
  	padding: 14px 16px;
	transition: background,color 0.3s;
  	font-weight: 600;
}
.aboutUs .tab button:hover {
  	background: #eee;
  	color: #000080;
}
.aboutUs .tab button.active {
   	background: #fff;
  	color: #000080;
  	border-bottom: 0;
}
.aboutUs .tabcontent {
  	display: none;
  	padding-left: 6px;
}
.aboutUs .collapsible {
  	background: #f9f9f9;
  	padding: 10px 30px 10px 15px;
  	width: 100%;
  	border: none;
  	text-align: left;
  	outline: none;
  	font-weight: 600;
  	margin-bottom: 5px;
    box-shadow: none;
    border: 1px solid #e5e5e5;
}
.aboutUs .collapsible.active, 
.aboutUs .collapsible:hover {
 	 background: #f9f9f9;
}
.aboutUs .collapsible:after {
    float: right;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 700;
  	content: "\f054";
  	transition: all .15s ease-in-out;
}
.aboutUs .collapsible.active:after {
	content: "\f078";
}
.aboutUs .collapsibleContent {
	display: none;
	margin: 0 0 10px 10px;
}
.aboutUs .content {
  	padding: 0 18px;
  	display: none;
  	overflow: hidden;
  	background-color: #f1f1f1;
}
.team {
	background: #e0e0e0;
	text-align: center;
	font-size: 1.1em;
	padding-top:50px;
	padding-bottom:100px;
}
.team .scrollerTimer {
	display:none;
}
.team .member {
	background: #fff;
	border:0;
}
.team .member img {
	width: 100%;
	height:auto;
	max-height:410px;
	object-fit:cover;
}
.team .member .name,
.team .member .title {
	padding: 0 10px;
}
.team .member .name {
	color: #000;
	font-weight: 700;
	font-size:18px;
}
.team .member .title {
	font-size: 12px;
	margin-bottom:9px;
}
.aboutUs.parallax {
	font-weight: 500;
	color: #fff;
	font-size:20px;
	padding: 75px 0;
}
.aboutUs.parallax h2 {
	font-weight: 700;
	font-size:30px;
	text-transform:none;
}
.wpthemeMainContent {
	padding-bottom:0;
}
#tabContainer {
	padding-bottom:20px;
}

.userPreferences .mainCol .detailField .label {
	width: 40%;
}
.userPreferences .dijitTitlePane:nth-child(1) .detailRow:nth-child(3),
.userPreferences .dijitTitlePane:nth-child(1) .detailRow:nth-child(5) {
	padding-left: 0;
}
.userPreferences .dijitTitlePane:nth-child(1) .detailRow:nth-child(3) .detailField,
.userPreferences .dijitTitlePane:nth-child(1) .detailRow:nth-child(5) .detailField {
	margin-left: 10px;
}
.s2k-dojo .userPreferences .dijitTitlePaneTitle,
.userPreferences .dijitTitlePane:nth-child(1) .detailRow:nth-child(3):before,
.userPreferences .dijitTitlePane:nth-child(1) .detailRow:nth-child(5):before {
	margin: 10px 0;
}
.userPreferences .dijitTitlePane:nth-child(1) .detailRow:nth-child(3):before,
.userPreferences .dijitTitlePane:nth-child(1) .detailRow:nth-child(5):before {
	display: block;
    content: 'Update Password:';
    font-size: 1.5em;
    color: #000;
    padding: 5px 10px 5px 0px;
    overflow: hidden;
    border-bottom: 1px solid #cc0000;
}
.userPreferences .dijitTitlePane:nth-child(1) .detailRow:nth-child(5):before {
    content: 'Update Email:';
}
.userPreferences .dijitTitlePane:nth-child(2) .dijitTitlePaneTitle {
	max-width: 48%;	
}

/* Temporarily hiding payment options until credit cards are ready */
.paymentOptions .vaiComponent .dijitTitlePane:nth-child(3) {
	display: none;
}



@media screen and (max-width: 1100px) {
	.headerBanner .wpthemeInner,
	.wpthemeFooter .wpthemeInner,
	.appContainer .innerAppContainer,
	.wpthemeCrumbTrailContainer .wpthemeCrumbTrail{
		width:960px;
	}
	.appContainer.categoryListing .mainCol,
	.appContainer.productItemListing .mainCol,
	.appContainer.searchResults .mainCol,
	.appContainer.manufacturerItems .mainCol,
	.appContainer.orderFromHistory .mainCol {
		width:754px;
	}
}

@media screen and (max-width: 980px) {
	.headerBanner .wpthemeInner,
	.wpthemeFooter .wpthemeInner,
	.appContainer .innerAppContainer,
	.wpthemeCrumbTrailContainer .wpthemeCrumbTrail {
		width:748px;
	}
	.appContainer.categoryListing .mainCol,
	.appContainer.productItemListing .mainCol,
	.appContainer.searchResults .mainCol,
	.appContainer.manufacturerItems .mainCol,
	.appContainer.orderFromHistory .mainCol {
		width:542px;
	}
	.homeAbout .grid, 
	.homeWhy .innerAppContainer, 
	.homeWho .innerAppContainer, 
	.homeSubscribe .innerAppContainer {
		display: block;
	}
	.homeAbout .row,
	.homeWhy .innerAppContainer div, 
	.homeWho .innerAppContainer div, 
	.homeWho img,
	.homeSubscribe .grid {
		width: 100%;
		margin: 0;	
	}
	.homeApps .innerAppContainer {
		justify-content: center;
	}
	.homeApps h3 {
		width: 100%;
    	flex: auto;
    	text-align: center;
    	margin-bottom: 10px;
	}
	.homeAbout .row {
		margin: 20px 0 0 0;
	}
	.homeAbout .row:first-child {
		margin:0;
	}
}
@media screen and (max-width: 768px) {
	.wpthemeFooter .wpthemeInner,
	.appContainer .innerAppContainer,
	.wpthemeCrumbTrailContainer .wpthemeCrumbTrail {
		width:583px;
	}
	.headerBanner .wpthemeInner {
		width: 100%;
	    padding: 0 10px;
	    box-sizing: border-box;
	}
	.appContainer.categoryListing .mainCol,
	.appContainer.productItemListing .mainCol,
	.appContainer.searchResults .mainCol,
	.appContainer.manufacturerItems .mainCol,
	.appContainer.orderFromHistory .mainCol {
		width:377px;
	}
	.homeSubscribe .row {
		width: 49%;
	}
	.pageCol .col, 
	.pageCol .col:nth-child(2) {
   	 	width: 100%;
    	margin-left: 0;
	}
	.pageCol .col:nth-child(2) {
		margin-top: 30px;
	}
}
@media screen and (max-width: 603px) {
	.headerBanner .wpthemeInner,
	.wpthemeFooter .wpthemeInner,
	.appContainer .innerAppContainer,
	.wpthemeCrumbTrailContainer .wpthemeCrumbTrail {
		width:460px;
	}
	.appContainer .leftCol {
		width:100%;
		margin-right:0;
	}
	.appContainer.categoryListing .mainCol,
	.appContainer.productItemListing .mainCol,
	.appContainer.searchResults .mainCol,
	.appContainer.manufacturerItems .mainCol,
	.appContainer.orderFromHistory .mainCol {
		width:100%;
	}
	.homeApps .innerAppContainer {
		flex-direction: column;
	}
	.homeApps a:last-child {
		margin-left: 0;
		margin-top: 6px;
	}
}
@media screen and (max-width: 480px) {
	.headerBanner .wpthemeInner,
	.wpthemeFooter .wpthemeInner,
	.appContainer .innerAppContainer,
	.wpthemeCrumbTrailContainer .wpthemeCrumbTrail {
		width:100%;
		padding: 0 8px;
		box-sizing: border-box;
	}
	.outerContainer .innerContainer .wpthemeInner .leftCol,
	.appContainer .mainCol,
	.outerContainer .innerContainer .wpthemeInner .rightCol,
	.appContainer .rightCol {
		width:100%;
		float:none;
	}
		/* commonActions Styles */
	.headerBanner .userAccountName .accountName {
	    float: none; 
	    margin-left: 0px; 
	    display: inline-block;
	}
	.wpthemeBanner ul.wpthemeCommonActions>li>span,
	.wpthemeBanner ul.wpthemeCommonActions li a:link,
	.wpthemeBanner ul.wpthemeCommonActions li a:visited,
	.wpthemeBanner ul.wpthemeCommonActions li a:active {
	    border-right: none;
	    margin: 0;
	    float: none;
	}
	ul.wpthemeCommonActions > li {
	    display: inline-block;
	    float: none; 
	    margin: 0;
	    color: #fff;
	    padding: 0px; 
	    display: block;
	    float: none;
	}
	.wpthemeBanner .wpthemeBannerInner .wpthemeCommonActions {
	    display: block;
	    width: 100%;
	    text-align: left;
	    padding-bottom: 5px;
	    padding-left: 5px;
	    float: left;
	}
	.headerBanner .userAccountName .accountIcon {
	    display: inline-block;
	    float: none;
	}
	#headerSocial {
	    width: auto;
	}
	#phoneNumber {
	    position: absolute;
	    top: 7px;
	    right: 100px;
	}
	header .logo img {
	    max-height: 40px;
	}
	.shoppingCartInfo .shoppingCart, .searchToggle i {
	    line-height: 40px;
	}
	.homeBanner h3 {
	    font-size: 70px;
	    line-height: 70px;
	    max-width: 200px;
	    margin: 30px auto 0 auto;
	}
	.homeAbout,
	.homeWhy,
	.homeWho {
		padding: 40px 0;
	}
	.homeAbout .grid,
	.homeWhy {
		text-align: center;
	}
	.homeSubscribe .row a .title {
		opacity: .7;
	}
	.existingCustomers .container {
		min-height: auto!important;
	}
	.wpthemeFooter .footerBox ul {
		padding: 0;
	}

}
@media screen and (max-width: 320px) {
	.headerBanner .wpthemeInner,
	.wpthemeFooter .wpthemeInner,
	.appContainer .innerAppContainer,
	.wpthemeCrumbTrailContainer .wpthemeCrumbTrail {
		width:280px;
	}
} 

.commerceCart .shoppingCartBar {
	display:none;
}