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

.wpthemeBanner .wpthemeBannerInner {
	border:none;
 	background: #00447c;
}

.wpthemeBannerPrimaryNavigation .wpthemeBannerInner {
	border:none;
}

*/
.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; */
	z-index: 1;
}
.headerBanner .wpthemeInner {
	width:1080px;
	position:relative;
}
.topBorder {
	border-top: 1px solid #999;
}
.overlayContainer {
	position:relative;
}
.mobileNavButton {
	display:none;
}

#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;
}
.appContainer .innerAppContainer {
	width:1080px;
	margin:auto;
}
.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: 0;
	display:inline-block;
	vertical-align:middle;
}
.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;
    padding-bottom: 20px;
}
.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: 600;
    text-decoration: none;
    line-height: 25px;
    padding-right: 10px;
    padding-left: 10px;
    display: block;
}

.topNavBar ul>li:hover > 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: #00447c;
}

.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: 5px 15px;
    display: block;
    border-top: 1px solid #f3f3f3;
    font-weight: normal;
    float: none;
}
.topNavBar [class^="subMenu"] a:hover{
	padding-left: 20px;
	padding-right:10px;
	color:#00447c;
}
.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"] {
	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 #fff;
    color:#fff;
    margin: 0;
    font-weight: 700;
}
.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 #00447c;
}
.s2k-dojo .s2kAdminFormTemplateDisplay .dijitTitlePaneTitle {
	display: none;
}

h1 {
	margin-top:5px;
	font-weight:400;
	padding:6px 10px;
}
.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 #00447c;
	padding: 4px 6px 4px 6px;
	background: #00447c;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-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 .dijitButtonHover .dijitButtonNode,
.s2k-dojo .dijitDropDownButtonHover .dijitButtonNode,
.s2k-dojo .dijitComboButtonHover .dijitButtonNode,
.s2k-dojo .dijitToggleButtonHover .dijitButtonNode {
	background:#00447c;
	border: 1px solid #00447c;
}


.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;
}


.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 */
.wpthemeBanner .wpthemeCommonActions {
	text-align: right;
    width: 100%;
    font-weight: 700;
    margin-top: 10px;
}
.wpthemeBanner .wpthemeCommonActions .superMenuWrapper {
	text-align: left;
}
.wpthemeMobile #wpthemeLogout a {
	padding: 0;
}
.wpthemeLogo .logo a {
    margin-bottom:5px;
}
.wpthemeLogo .logo a:after {
	content:'Heating, Ventilation, Air Conditioning, and Refrigeration Wholesaler';
	color:#fff;
	font-weight: 700;
	display: block;
	margin-bottom: 5px; 
}
header .logo img {
    max-height: none;
    max-width: 575px;
}
.bannerContainers {
	position:relative;
	z-index:1;
}
#bannerCart {
	margin: 0;
	bottom: 5px;
}
#bannerCart .shoppingCartInfo .shoppingCart {
	line-height: unset;
    font-size: 10pt;
    font-weight: 700;
}
#bannerCart .welcomeUser {
	display: inline-block;
	padding: 0;
	margin: 0;
}
#bannerCart .welcomeUser li#wpthemeUserName {
	display: block;
}
#bannerCart .welcomeUser li#wpthemeUserName a:before {
    content: 'Welcome';
}
.logoNavContainer {
	background: #00447c;
}
.themeSearchContainer {
	position: relative;
	width: 100%;
	right: auto;
}
#themeSearchBar {
    position: relative;
    height: 100%;
    width: 100%;
    line-height: 25px;
    right: auto;
}
#themeSearchBar > form {
	display: flex;
}
#themeSearchBar > form .field {
	flex: 1;
}
#themeSearchBar .button {
	display: block;
}
#themeSearchBar i {
	color: #666666;
	left: unset;
	right: 5px;
	top: 5px;
	-moz-transform: scale(-1, 1);
	-webkit-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}
#themeSearchBar .field .dijitTextBox .dijitInputField {
	font-style: normal;
	color: #666666;
	font-weight: 600;
}
#themeSearchBar .button .dijitButton {
	margin: 0;
}
.wpthemeBanner.wpthemeBannerPrimaryNavigation .topNavBar #navTabs,
.wpthemeBanner.wpthemeBannerPrimaryNavigation .topNavBar #navTabs .wpthemePrimaryNav {
	width: 100%;
}
.wpthemeBanner.wpthemeBannerPrimaryNavigation .topNavBar .wpthemeNavListItem,
.adminUser .wpthemeBanner.wpthemeBannerPrimaryNavigation .topNavBar .wpthemeNavListItem:nth-child(even) {
	width: 50%;
	background: #666666;
}
.wpthemeBanner.wpthemeBannerPrimaryNavigation .topNavBar .wpthemeNavListItem > a,
.adminUser .wpthemeBanner.wpthemeBannerPrimaryNavigation .topNavBar .wpthemeNavListItem:nth-child(even) a {
	color: #fff;
	width: 100%;
    text-align: center;
    padding: 0;
}
.wpthemeBanner.wpthemeBannerPrimaryNavigation .topNavBar .wpthemeNavListItem:nth-child(even),
.adminUser .wpthemeBanner.wpthemeBannerPrimaryNavigation .topNavBar .wpthemeNavListItem:nth-child(odd) {
	background: #fff;
}
.wpthemeBanner.wpthemeBannerPrimaryNavigation .topNavBar .wpthemeNavListItem:nth-child(even) > a,
.adminUser .wpthemeBanner.wpthemeBannerPrimaryNavigation .topNavBar .wpthemeNavListItem:nth-child(odd) > a {
	color: #666666;
}
.adminUser .wpthemeBanner.wpthemeBannerPrimaryNavigation .topNavBar .wpthemeNavListItem:nth-child(1),
.wpthemeBanner.wpthemeBannerPrimaryNavigation .topNavBar .customLink {
	display: none;
}
.menu-open .navBarMenuButton .close, 
.navBarMenuButton .open {
	margin: 0;
	margin-bottom:3px;
	color: #fff;
}
.wpthemeBanner.wpthemeBannerPrimaryNavigation > .wpthemeInner,
.wpthemeBanner.wpthemeBannerPrimaryNavigation .topNavBar #navTabs .wpthemePrimaryNav > ul {
    display: flex;
}
.themeSearchContainer {
	flex:1;
}
.wpthemeBanner.wpthemeBannerPrimaryNavigation .topNavBar {
	flex: 2;
}
.whyGWBBanner img{
	width:100%;
	height:auto;
}
.whyGWBTitle, .historyTitle, .employmentTitle, .creditApplicationTitle, .afterHoursTitle, .resourcesTitle, .locationsTitle, .submitFeedbackHeading{
	text-align: center;
    font-size: 1.5rem;
    padding: 10px;
    font-weight: 550;
    color:#00447c;
}
.whyGWBText, .historyText, .employmentText, .afterHoursText, .resourcesText{
	line-height: 1.5;
}
.employmentApplication, .creditApplication {
	text-decoration: underline;
    color: blue;
    text-align: center;
    font-size:1rem;
}
.innerStaticContent h1{
	color:#00447c;
	font-size: 1.5rem;
    padding: 10px;
    font-weight: 550;
}
.timelineMenu{
	padding-top:2rem;
}
.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  background-color: #00447c;
}
.timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: white;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}
.timelineContainer {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 40%;
}
.timelineContainer::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -17px;
  background-color: white;
  border: 4px solid #FF9F55;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}
.timelineLeft {
  left: 0;
}
.timelineMenuInner:nth-child(odd)  .timelineLeft {
  left: 50%;
}
.timelineLeft::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent white;
}
.timelineMenuInner:nth-child(odd)  .timelineLeft::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
}
.timelineMenuInner:nth-child(odd)  .timelineLeft::after {
  left: -16px;
}
.timelineLeft::after{
	left:102.3%;
}
.timelineContent {
  padding: 20px 30px;
  background-color: white;
  position: relative;
  border-radius: 6px;
  line-height: 1.5;
}
.timelineContent p {
	font-size:1rem;
	margin-top:0;
}
.branchHoursHeading{
	text-align:center;
}
.branchHoursHeading h2{
	margin-bottom: 0;
    margin-top: 0;
}
.branchHoursTitle{
	font-size: 0.9rem;
    font-weight: 600;
}
.branchFlex{
	display:flex;
	text-align:center;
}
.branchHoursMenuInner{
	padding-left: 20px;
    padding-right: 20px;
}
.branchLinks{
	padding-top:0.5rem;
	padding-bottom:0.5rem;
	font-size:0.9rem;
}
.branchLinks a{
	text-decoration:none;
}
.contactHoursTitle{
	text-align: center;
    font-size: 2rem;
    padding: 10px;
    font-weight: 550;
}
.subscriptionTitle, .contactUsTitle{
	font-size: 1.5rem;
    padding: 10px;
    font-weight: 550;
    padding-left:0px;
    color:#00447c;
}
.contactUsTitle{
	padding-bottom:0;
}
.classSignUp{
	font-size: 1.5rem;
    font-weight: 550;
    padding-left:0px;
    padding-bottom: 35px;
}
.accordion {
  background-color: #00447c;
  color: #fff;
  cursor: pointer;
  padding: 10px;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  font-size:1rem;
}
.accordion .fas{
	color:#fff;
}
.active, .accordion:hover {
  background-color: #00447c;
}
.panel {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  border: 1px solid #ddd;
  background: #eee;
  color: #444;
}
.accordion:after {
    font-family: "FontAwesome";
    font-weight: 900;
    content: '\f055';
    float: right;
    margin-left: 5px;
    border-radius: 50px;
    color: #fff;
    font-size: 1rem;
}
.active:after {
  content: "\f056"; 
}
.locationBox{
	display: flex;
/*     width: 70%; */
    margin: auto;
    padding-top: 2rem;
}
.locationsSubTitle{
	text-align: left;
    font-size: 1.3rem;
    padding: 10px;
    font-weight: 550;
    padding-left:0;
    color:#00447c;
}
.mapLeft,
.mapRight,
.paymentOptions .dijitTitlePane:nth-last-child(2) .detailField .label{
	width:50%;
}
.locationMapImage{
	color: #fff;
    background-color: #00447c;
    border-color: #357ebd;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.locationMapImage a{
	color:#fff;
	text-decoration:none;
}
.paymentOptions .timeOfPickUp .field {
	display: flex;
}
.paymentOptions .timeOfPickUp .field .dijitInline:first-child {
	margin-right: 5px;
}
.pagingContainer {
	overflow: hidden;
	clear: both;
	text-align:center;
}
.pagingContainer .pagination {
	display:inline-block;
}
.pagingContainer .pagingList {
	list-style:none;
}
.pagingContainer .pagingList li {
	float:left;
	margin:5px;
	border:1px solid #00447c;
}
.pagingContainer .pagingList li:hover {
	background-color:#f7f7f7;
}
.pagingContainer .pagingList li.disabled {
	padding:5px 7px;
	color:#ccc;
	border:1px solid #ccc;
}
.pagingContainer .pagingList li.disabled:hover {
	background-color:transparent;
}
.pagingContainer .pagingList li.currentPage {
	padding:5px 7px;
	background-color:#00447c;
	color:#fff;
}
.pagingContainer .pagingList li a {
	display:block;
	padding:5px 7px;
	color:#00447c;
}
.vaiComponent .menu ul li.moreLess a,
.selectedAttributes .menu ul a,
.gridContainer .cellData a {
	font-weight: 700;
	color: #00447c;
}
.detailRow .linkGroup {
	display:none;
}
.orderInquiry .mainCol .dijitTitlePaneContentInner {
	position: relative;
}
.orderInquiry .mainCol .dijitTitlePaneContentInner .gridPaging {
    padding-bottom: 40px;
}
.orderInquiry .mainCol .dijitTitlePaneContentInner .buttonBar {
	position: absolute;
	bottom: 0;
	padding: 0;
}
#userAccountBranch {
    border-right: 1px solid #fff;
    color: #fff;
    padding: 0 8px;
    font-weight: 700;
    display: inline-block;
}
#userAccountBranch:before {
    content: "\f041";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 1.1em;
    vertical-align: middle;
    margin-right: 3px;
}

.customLink:hover .subMenu-1 {
    position: relative;
    z-index: 1000;
    top: 20px;
}
.rotatorContainer .authorTools {
	display: none;
}
.rotatorContainer:hover .authorTools {
	display: block;
}
.bannerBadge a {
    color: #fff;
    padding-bottom: 3px;
    display: block;
}
.shippingOptions .vaiComponent, 
.shippingOptions .rightCol, 
.paymentOptions .vaiComponent,
.paymentOptions .rightCol {
    float: left;
    padding: 0;
    width: calc(65% - 20px);
    margin: 0 20px 20px 0;
}
.shippingOptions .rightCol, 
.paymentOptions .rightCol {
    width: calc(35% - 102px);
    margin: 0 0 0 20px;
    padding: 20px 40px;
    border: 1px solid #A3A8A7;
}
.shippingOptions .buttonBar .left, 
.shippingOptions .buttonBar .right, 
.paymentOptions .buttonBar .left, 
.paymentOptions .buttonBar .right, 
.completeOrder .buttonBar .left, 
.completeOrder .buttonBar .right {
    float: none;
    display: block;
    text-align: center;
}
.shippingOptions .rightCol .buttonBar .dijitButtonNode, 
.paymentOptions .rightCol .buttonBar .dijitButtonNode {
    min-width: 175px;
}
.shippingOptions .buttonBar .dijitButtonNode, 
.paymentOptions .buttonBar .dijitButtonNode, 
.completeOrder .buttonBar .dijitButtonNode {
    border-radius: 20px;
    display: inline-block;
    padding: 2px 10px;
}
.shippingOptions .dijitTitlePane, 
.paymentOptions .dijitTitlePane, 
.completeOrder .dijitTitlePane {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #A3A8A7;
}
.shippingOptions .dijitTitlePane:last-child,
.paymentOptions .dijitTitlePane:last-child,
.completeOrder .dijitTitlePane:nth-last-child(2) {
	padding-bottom: 0;
	border-bottom: 0;
}
.shippingOptions .dijitTitlePane .dijitTitlePaneTitle, 
.paymentOptions .dijitTitlePane .dijitTitlePaneTitle,
 .completeOrder .dijitTitlePane .dijitTitlePaneTitle {
    border-bottom: 0;
}
.shippingOptions .displayOutput.shippingAddress, 
.shippingOptions .shippingMethod, 
.paymentOptions .fieldColumn, 
.completeOrder .fieldColumn {
    width: 65%;
    float: right;
    margin-top: -25px;
}
.shippingOptions .mainCol .detailField .label, 
.paymentOptions .mainCol .detailField .label, 
.completeOrder .mainCol .detailField .label {
    width: 175px;
   	white-space: normal;
}
.paymentOptions .dijitTitlePane:nth-last-child(2) .detailField .label {
	width: 75%;
}
.cartListItems .heading,
.userDftLoc {
    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;
	}
	.bannerContainers .description {
		display: block;
	}
	
	.timelineLeft::after{
	  left:100%;
    }
}

@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;
	}
	header .logo img {
		max-width: 50%;
	}
	.wpthemeLogo .logo a:after {
		margin-bottom:30px;
	}
	#bannerCart {
		left:0;
		right:0;
	}
	#bannerCart .shoppingCartInfo .shoppingCart {
		float:none;
	}
	#bannerCart a {
		float:right;
	}
	.wpthemeBanner.wpthemeBannerPrimaryNavigation > .wpthemeInner {
		flex-wrap:wrap;
	}
	.themeSearchContainer,
	.wpthemeBanner.wpthemeBannerPrimaryNavigation .topNavBar {
		width: 100%;
		border: 0; 
		margin: 0;
		padding-bottom:10px;
		flex: 1 0 auto;
	}
	#themeSearchBar .field .dijitTextBox .dijitInputField .dijitPlaceHolder {
  		text-align: center;
   		width: 100%;
	}
	.locationBox{
/* 	    width:90%; */
	}
	
	.mapRight{
	    width:70%;
	}
	
	.timelineLeft::after{
	  left:94%;
    }
    .shippingOptions .vaiComponent, 
	.paymentOptions .vaiComponent,
	.completeOrder .vaiComponent {
		margin: 0 0 40px 0;
		width: 100%;
	}
	.shippingOptions .rightCol,
	.paymentOptions .rightCol,
	.outerContainer .innerContainer .wpthemeInner .shippingOptions .rightCol, 
	.outerContainer .innerContainer .wpthemeInner .paymentOptions .rightCol {
		margin: 0  0 40px 0;
		width: calc(100% - 82px);
		border: 0;
	}
	.shippingOptions .displayOutput.shippingAddress, 
	.shippingOptions .shippingMethod, 
	.paymentOptions .fieldColumn,
	.completeOrder .fieldColumn {
		width: 100%;
		margin-top: 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;
	}
	.bannerContainers .bannerLinks > a {
		width: 33.3%;
	}
	.branchFlex{
	    display:block;
	    text-align:center;
   }
   .locationBox{
       display:block;
   }
   
   .mapLeft{
       width:100%;
       text-align:center;
   }
   .mapRight{
       width:100%;
       padding-top:3rem;
       text-align:center;
   }
    .timeline::after {
      left: 31px;
    }
   .timelineContainer {
      width: 80%;
      padding-left: 70px;
      padding-right: 25px;
   }
  .timelineContainer::before {
      left: 60px;
      border: medium solid white;
      border-width: 10px 10px 10px 0;
      border-color: transparent white transparent transparent;
    }
  .timelineLeft::after {
     left: 15px;
    }
    .timelineMenuInner:nth-child(odd)  .timelineLeft  {
      left: 0;
    } 
    .timelineMenuInner:nth-child(odd)  .timelineLeft::before{
      left:60px;
      border: medium solid white;
      border-width: 10px 10px 10px 0;
      border-color: transparent white transparent transparent;
   }
	.timelineMenuInner:nth-child(odd)  .timelineLeft::after {
      left: 15px;
   }
}
@media screen and (max-width: 603px) {
	.headerBanner .wpthemeInner,
	.wpthemeFooter .wpthemeInner,
	.appContainer .innerAppContainer,
	.wpthemeCrumbTrailContainer .wpthemeCrumbTrail {
		width:460px;
		padding: 0;
	}
	.appContainer .leftCol {
		width:100%;
		margin-right:0;
		float: none;
	}
	.appContainer.categoryListing .mainCol,
	.appContainer.productItemListing .mainCol,
	.appContainer.searchResults .mainCol,
	.appContainer.manufacturerItems .mainCol,
	.appContainer.orderFromHistory .mainCol {
		width:100%;
	}
	.bannerContainers .bannerLinks {
		display: none;
	}
}
@media screen and (max-width: 480px) {
	.headerBanner .wpthemeInner,
	.wpthemeFooter .wpthemeInner,
	.appContainer .innerAppContainer,
	.wpthemeCrumbTrailContainer .wpthemeCrumbTrail {
		width:100%;
		padding: 0 5px;
		box-sizing: border-box;
	}
	.outerContainer .innerContainer .wpthemeInner .leftCol,
	.appContainer .mainCol,
	.outerContainer .innerContainer .wpthemeInner .rightCol,
	.appContainer .rightCol {
		width:100%;
		float:none;
	}
	.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;
	}
	
	.timelineContainer {
      width: 70%;
      padding-left: 70px;
      padding-right: 25px;
    }
}
@media screen and (max-width: 320px) {
	.headerBanner .wpthemeInner,
	.wpthemeFooter .wpthemeInner,
	.appContainer .innerAppContainer,
	.wpthemeCrumbTrailContainer .wpthemeCrumbTrail {
		width:280px;
	}
} 
.commerceCart .shoppingCartBar {
	display:none;
}