/*
 *-----------------------------------------------------------------
 * Licensed Materials - Property of IBM
 *
 * WebSphere Commerce
 *
 * (C) Copyright IBM Corp. 2013, 2016 All Rights Reserved.
 *
 * US Government Users Restricted Rights - Use, duplication or
 * disclosure restricted by GSA ADP Schedule Contract with
 * IBM Corp.
 *-----------------------------------------------------------------
 */

/*** Reset + basic styles ***/

body {
	margin: 0;
	padding: 0;
	color: #4d4d4d;
	font-family: sans-serif;
	line-height: 1.4;
}
a {
	color: inherit;
	cursor: pointer;
	text-decoration: none;
}
blockquote, h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
	font-size: inherit;
}

#contactUsText{
	color:  #00324e;
	font-size:  2.5em;
	padding:  10px;
	font-family:  "Open Sans Condensed", Helvetica;
	font-style:  normal;
	font-weight:  400;
	border-bottom:  2px solid #00324e;
	
}

button, input, textarea, select {
	margin: 0;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
fieldset, iframe, img {
	margin: 0;
	padding: 0;
	border: 0;
}
dl, ol, ul {
	margin: 0;
}
#content {
	overflow: hidden;
}
.default_cursor {
	cursor:default;
}

/* Button */

.basicButton {
	display: inline-block;
	position: relative;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fbbb0b), to(#ffb123));
	background-image: linear-gradient(#fbbb0b, #ffb123);
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#fbbb0b', endColorStr='#ffb123')";
	border: 1px solid #bfbfbf;
	border-radius: 4px;
	border-spacing: 0;
	vertical-align: middle;
}
.basicButton:hover {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fed60c), to(#f8af06));
	background-image: linear-gradient(#fed60c, #f8af06);
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#fed60c', endColorStr='#f8af06')";
}
.basicButton > span {
	display: table-cell;
	height: 30px;
	padding: 0 15px;
	border: 1px solid #fdd466;
	border-radius: 3px;
	line-height: normal;
	text-align: center;
	vertical-align: middle;
}

/* Department button */

.departmentButton {
	display: inline-block;
	position: relative;
	margin: 2px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f9f9), to(#e5e8e9));
	background-image: linear-gradient(#f7f9f9, #e5e8e9);
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#f7f9f9', endColorStr='#e5e8e9')";
	border: 1px solid #bfbfbf;
	border-radius: 4px;
	border-spacing: 0;
	vertical-align: middle;
}
.departmentButton:hover {
	background-image: linear-gradient(#f7f9f9, #ced2d3);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f9f9), to(#ced2d3));
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#f7f9f9', endColorStr='#ced2d3')";
}
.departmentButton.selected {
	color: #454545;
	background-image: linear-gradient(#fbbb0b, #ee9505);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fbbb0b), to(#ee9505));
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#fbbb0b', endColorStr='#ee9505')";
}
.departmentButton > span {
	display: table-cell;
	max-width: 196px;
	height: 36px;
	padding: 0 15px;
	border: 1px solid #f1f3f3;
	border-radius: 3px;
	line-height: normal;
	text-align: center;
	vertical-align: middle;
}
.departmentButton.selected > span {
	border-color: #fdd466;
}

/* Menu */

.basicMenu {
	display: none;
}
.basicMenu.active {
	display: block;
	position: absolute;
	top: 100%;
	z-index: 20;
	background-color: #ffffff;
	border: 1px solid #c9cece;
	/*not being shown in quick links but messed up about us menu*/
	/*border-radius: 0 0 4px 4px;*/
}
.basicMenu > h3, .basicMenu > .closeButton {
	display: none;
}
.basicMenu > ul {
	margin: 0;
	padding: 0 16px 16px 16px;
	list-style: none;
}
.basicMenu > ul > li {
	padding: 8px 0;
	border-bottom: 1px solid #c9cece;
}
.basicMenu > ul > li > a {
	display: block;
	margin: 0 -8px;
	padding: 8px;
}
.basicMenu > ul > li > span {
	display: block;
	padding: 8px 0;
}

/* Underline decoration */

.basicMenu a, .departmentMenu a, #quickLinksBar > li > a, #searchFilterButton {
	text-decoration: none;
}
.basicMenu a:hover, .departmentMenu a:hover, #quickLinksBar > li > a:not(.nohover):hover, #searchFilterButton:hover, .product_info > .product_name > a:hover {
	text-decoration: underline;
}

/* Text color decoration */
#quickLinksBar > li > a.disabled {
 color:#909090;
}

/* Arrow decoration */

.arrow_button_icon{	
	float: right;
	position: absolute;
	width: 7px;
	height: 7px;	
	overflow:hidden;
	right: 3px;
	bottom: 3px;
}
#quickLinksButton .arrow_button_icon {
	bottom: 10px;
}
.arrow_button_icon:before{	
	content: url("../images/responsive/rwdUI.png");	
	position: absolute;
	top: -1px; 
	left: -101px;	
}
#quickLinksButton .arrow_button_icon:before, #widget_minishopcart .arrow_button_icon:before, #departmentsButton .arrow_button_icon:before, #allDepartmentsButton .arrow_button_icon:before{
	content: url("../images/responsive/rwdUI.png");	
	position: absolute;
	top: -1px; 
	left: -121px;		
}
.departmentButton.selected .arrow_button_icon:before {
	content: url("../images/responsive/rwdUI.png");	
	position: absolute;
	top: -21px; 
	left: -21px;	
}
#quickLinksButton.selected .arrow_button_icon:before, #widget_minishopcart.selected .arrow_button_icon:before , #departmentsButton.selected .arrow_button_icon:before, #allDepartmentsButton.selected .arrow_button_icon:before {
	content: url("../images/responsive/rwdUI.png");	
	position: absolute;
	top: -21px; 
	left: -241px;	
}
.pageControlButton:after {
	background-position: -141px -1px;
}


/* Marketing content */

.left_espot {
	position: relative;
	z-index: 0;
}
.left_espot.centered {
	text-align: center;
}
.left_espot.centered > a,
.left_espot.centered > img {
	display: inline-block;
	max-width: 100%;
	vertical-align: top;
}
.left_espot.centered > a > img {
	display: block;
	max-width: 100%;
}

/* Subscribe button */

.subscribeButton {
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 1;
	background-color: rgba(0,0,0,0);
	line-height: 0;
}
.subscribeButton:before {
	content: url("../images/responsive/rss_feed.png");
}



/*** Grid system ***/

/* Row container */
.rowContainer{max-width:1400px; margin:0 auto; position: relative;}
.rowContainer,
.rowContainer > .row { padding: 5px 0; }
.rowContainer > .row.margin-true { padding: 0 5px; }
.row.margin-true > div > div { margin: 10px 5px; }
.row.margin-true > div > div:first-of-type { margin-top: 5px; }
.row.margin-true > div > div:last-of-type { margin-bottom: 5px; }
.row.margin-true > div > .row { margin: 0 !important; }

/* Row */

.row:after {
	content: "";
	display: block;
	clear: both;
}
.row > div { float: left; }
.row > .right { float: right; }

/* Columns */

.col1 { width: 8.333333%; }
.col2 { width: 16.666666%; }
.col3 { width: 25%; }
.col4 { width: 33.333333%; }
.col5 { width: 41.666666%; }
.col6 { width: 50%; }
.col7 { width: 58.333333%; }
.col8 { width: 66.666666%; }
.col9 { width: 75%; }
.col10 { width: 83.333333%; }
.col11 { width: 91.666666%; }
.col12 { width: 100%; }
.col13 { width: 12.5%; }
.col14 { width: 11%; }
.col15 { width: 89%; }
.col16 { width: 78%; }
/*
 * RWD-A - 0-600px
 * RWD-B - 601-1280px
 * RWD-C - 1281px+
 */

/* Grid system - RWD-A */

@media (max-width: 760px) {
	.acol1 { width: 8.333333%; }
	.acol2 { width: 16.666666%; }
	.acol3 { width: 25%; }
	.acol4 { width: 33.333333%; }
	.acol5 { width: 41.666666%; }
	.acol6 { width: 50%; }
	.acol7 { width: 58.333333%; }
	.acol8 { width: 66.666666%; }
	.acol9 { width: 75%; }
	.acol10 { width: 83.333333%; }
	.acol11 { width: 91.666666%; }
	.acol12 { width: 100%; }
	.acol13 { width: 12.5%; }
	.acol14 { width: 11%; }
	.acol15 { width: 89%; }
	.acol16 { width: 78%; }
	.rowContainer > .row.margin-true {
		padding-left: 0;
		padding-right: 0;
	}
	.row.margin-true > div > div {
		margin-left: 0;
		margin-right: 0;
	}
}

@media (min-width: 761px) and (max-width: 1024px){
	.bcol1 { width: 8.333333%; }
	.bcol2 { width: 16.666666%; }
	.bcol3 { width: 25%; }
	.bcol4 { width: 33.333333%; }
	.bcol5 { width: 41.666666%; }
	.bcol6 { width: 50%; }
	.bcol7 { width: 58.333333%; }
	.bcol8 { width: 66.666666%; }
	.bcol9 { width: 75%; }
	.bcol10 { width: 83.333333%; }
	.bcol11 { width: 91.666666%; }
	.bcol12 { width: 100%; }
	.bcol13 { width: 12.5%; }
	.bcol14 { width: 11%; }
	.bcol15 { width: 89%; }
	.bcol16 { width: 78%; }
	.rowContainer > .row.margin-true {
		padding-left: 0;
		padding-right: 0;
	}
	.row.margin-true > div > div {
		margin-left: 0;
		margin-right: 0;
	}
}

/* Grid system - RWD-C */

@media (min-width: 1281px) {
	.ccol1 { width: 8.333333%; }
	.ccol2 { width: 16.666666%; }
	.ccol3 { width: 25%; }
	.ccol4 { width: 33.333333%; }
	.ccol5 { width: 41.666666%; }
	.ccol6 { width: 50%; }
	.ccol7 { width: 58.333333%; }
	.ccol8 { width: 66.666666%; }
	.ccol9 { width: 75%; }
	.ccol10 { width: 83.333333%; }
	.ccol11 { width: 91.666666%; }
	.ccol12 { width: 100%; }
	.ccol13 { width: 12.5%; }
	.ccol14 { width: 11%; }
	.ccol15 { width: 89%; }
	.ccol16 { width: 78%; }
	.rowContainer,
	.rowContainer > .row { padding: 10px 0; }
	.rowContainer > .row.margin-true { padding: 0 10px; }
	.row.margin-true > div > div { margin: 20px 10px; }
	.row.margin-true > div > div:first-of-type { margin-top: 10px; }
	.row.margin-true > div > div:last-of-type { margin-bottom: 10px; }
}

/* wc/widget/Grid - fluid grid responsive to container width */

.grid {
	margin: 0;
	padding: 0;
	list-style: none;
}
.grid > li {
	display: inline-block;
	vertical-align: top;
}



/*** Header ***/

#header {
	position: relative;
	background-color: #ffffff;
	font-size: 14px;
	line-height: normal; /* Needed because of bad CSS reset */
	z-index: 10;
}
#header:before {
	content: "";
	display: block;
	height: 10px;
	background-image: url("../images/responsive/masthead_top_bg.png");
}
#headerRow1 {
	position: relative;
	height: 78px;
}
#headerRow2 {
	position: relative;
	min-height: 44px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e5e8e9), to(#dce2e1));
	background-image: linear-gradient(#e5e8e9, #dce2e1);
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#e5e8e9', endColorStr='#dce2e1')";
	border-top: 1px solid #c9cece;
	border-bottom: 1px solid #c9cece;
}
#headerRow1:after, #headerRow2:after {
	content: "";
	display: block;
	clear: both;
}

/* Logo */

#logo {
	position: absolute;
	z-index: 1;
	height: 100%;
}
#logo .contentRecommendationWidget,
#logo .contentRecommendationWidget > #ci_espot__HeaderStoreLogo_Content,
#logo .contentRecommendationWidget > #ci_espot__HeaderStoreLogo_Content > .left_espot,
#logo .contentRecommendationWidget > #ci_espot__HeaderStoreLogo_Content > .left_espot > a,
#logo .contentRecommendationWidget > #ci_espot__HeaderStoreLogo_Content > .left_espot > a > img,
#logo .genericESpot {
	height: 100%;
	max-width: none;
}

/*** Quick links bar ***/

#quickLinksBar {
	margin: 0;
	padding: 0;
	color: #767676;
	list-style: none;
	text-align: right;
}
#quickLinksBar > li {
	display: inline-block;
	border-right: 1px solid #c9cece;
	text-align: left;
	vertical-align: middle;
}
#quickLinksBar > li.hidden {
	position: absolute;
	visibility: hidden;
	right: 0;
}
#quickLinksBar > li.separator-false {
	border-right: 0 none;
}
#quickLinksBar > li > a {
	display: block;
	position: relative;
	max-width: 200px;
	margin: -10px 0;
	padding: 10px 15px;
} 
#quickLinksBar > li > span {
	display: block;
	padding: 0 15px;
}

#quickLinksBar > li > a > br {
	display: none;
}

#quickLinksBar .spanacce {
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
}
#quickLinksMenu.active {
	top: 56px;
	right: 95px;
	width: 172px;
	/*below radiuses are not being applied, overriden by public css*/
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-top-left-radius: 10px;
}

/* Mini cart button */

#widget_minishopcart {
	display: block;
	position: relative;
	width: 58px;
	height: 43px;
	margin: 16px 20px 16px 16px;
	padding: 0 !important;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f9f9), to(#e5e8e9));
	background-image: linear-gradient(#f7f9f9, #e5e8e9);
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#f7f9f9', endColorStr='#e5e8e9')";
	border: 1px solid #e1e1e1 !important;
	border-radius: 4px;
	overflow: hidden;
}
#widget_minishopcart:before {
	content: url("../images/responsive/rwdUI.png");
	position: absolute;
	left: 7px;
	top: -27px;
	clip: rect(41px, 27px, 60px, 1px);
}
#widget_minishopcart:not(.nohover):hover {
	/*background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f9f9), to(#ced2d3));
	background-image: linear-gradient(#f7f9f9, #ced2d3);
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#f7f9f9', endColorStr='#ced2d3')";
	*/
	text-decoration: none !important;
}

/* Mini cart */

#minishopcart_total{
	background-color: #ca4200;
}

#minishopcart_total,
#minishopcart_lock {
	display: block;
	position: absolute;
	right: 10px;
	top: 5px;
	padding: 0 5px;
	border-radius: 4px;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}

#minishopcart_total.nodisplay,
#minishopcart_lock.nodisplay {
	display: none;
}

#cartDropdown {
	position: relative;
	width: 360px;
	background-color: #ffffff;
	border: 1px solid #c9cece;
	border-top: 3px solid #ffa200;
	border-radius: 0 0 4px 4px;
	font-size: 12px;
}

#widget_minishopcart_popup > .cartDropDown_CSR {
   width:415px;
}

#cartDropdown > h3 {
	margin: 0;
	padding: 15px;
	background-color: #f5f6f7;
	border-bottom: 1px solid #edeff0;
	font-size: inherit;
	font-weight: inherit;
}
#cartDropdown > .closeButton {
	display: block;
	position: absolute;
	top: 15px;
	right: 15px;
}
#cartDropdown > .closeButton:after {
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-left: 5px;
	background-image: url("../images/responsive/rwdUI.png");
	background-position: -61px -1px;
	vertical-align: middle;
}
#cartDropdown > .closeButton:hover:after {
	background-position: -241px -1px;
}
#cartDropdown > .content {
	padding: 15px;
}
#cartDropdown > .footer {
	padding: 10px 15px;
	border-top: 1px solid #edeff0;
	text-align: right;
}

/*prop 65 modal*/
#prop_65_modal {
	position: relative;
	background-color: #ffffff;
	border: 1px solid #c9cece;
	border-radius: 0 0 4px 4px;
	font-size: 12px;
}

.checkoutProcess #prop_65_modal #order_details{
	overflow-y: scroll; 
	max-height:300px; 
	display:block
}

.checkoutProcess #prop_65_flex_container{
	position:fixed;
	z-index:210;
	top:10%;
	width: -webkit-fill-available;
}

.checkoutProcess #grayOut{
	z-index:205;
}

#widget_minishopcart_popup > .cartDropDown_CSR {
   width:415px;
}

#prop_65_modal > h3 {
	margin: 0;
	padding: 15px;
	background-color: #f5f6f7;
	border-bottom: 1px solid #edeff0;
	font-size: inherit;
	font-weight: inherit;
}
#prop_65_modal > .closeButton {
	
	position: absolute;
	top: 15px;
	right: 15px;
}
#prop_65_modal > .closeButton:after {
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-left: 5px;
	background-image: url("../images/responsive/rwdUI.png");
	background-position: -61px -1px;
	vertical-align: middle;
}
#prop_65_modal > .closeButton:hover:after {
	background-position: -241px -1px;
}
#prop_65_modal > .content {
	padding: 15px;
}
#prop_65_modal > .footer {
	padding: 10px 15px;
	border-top: 1px solid #edeff0;
	text-align: right;
}
.checkoutProcess #Prop_65_CloseButton_2{
	background-color: #00324e;
}

/*** Departments bar ***/

#departmentsButton {
	display: none;
}
#departmentsMenu {
	margin: 0;
	padding: 0;
	list-style: none;
}
#departmentsMenu > li {
	display: inline-block;
	position: relative;
}
#departmentsMenu > li.hidden {
	position: absolute;
	visibility: hidden;
}
#departmentsMenu > li > .link,
#departmentsMenu > li > .toggle {
	display: none;
}

/* Department menu */

.departmentMenu {
	display: none;
	position: absolute;
	left: 2px;
	top: 100%;
	width: 360px;
	margin: 0;
	padding: 0 16px;
	background-color: #ffffff;
	border: 1px solid #c9cece;
	border-top: 3px solid #ffa200;
	border-radius: 0 0 4px 4px;
	font-size: 12px;
	list-style: none;
}
.departmentMenu.active {
	display: block;
}
.departmentMenu > .header {
	margin: 0;
	padding: 8px 0;
	border-bottom: 1px solid #ffa200;
	font-size: inherit;
}
.departmentMenu > .header > .link {
	display: block;
	margin: 0 -8px;
	padding: 8px;
	font-weight: bold;
}
.departmentMenu > .header > .toggle {
	display: none;
}
.departmentMenu > li {
	padding: 8px 0;
	border-bottom: 1px solid #ffa200;
}
.departmentMenu > li > a {
	display: block;
	margin: 0 -8px;
	padding: 8px;
	font-weight: bold;
}
#allDepartmentsMenu {
	width: 240px;
	padding-bottom: 16px;
}

/* Category list */

.categoryList {
	margin: 0;
	padding: 8px 0;
	list-style: none;
}
.departmentMenu.active > .categoryList {
	display: block;
}
.categoryList > li {
	display: inline-block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 50%;
	padding-right: 16px;
	vertical-align: top;
}
.categoryList > li.more {
	display: block;
}
.categoryList > li > a {
	display: block;
	margin: 0 -8px;
	padding: 8px;
	font-weight: bold;
	text-transform: uppercase;
}
.categoryList > li > a:last-child {
	font-weight: normal;
	text-transform: none;
}
.categoryList > li.more > a {
	font-weight: bold;
	text-transform: uppercase;
}

/* Subcategory list */

.subcategoryList {
	margin: 0 0 8px 0;
	padding: 0 0 8px 0;
	list-style: none;
}
.subcategoryList > li > a {
	display: block;
	margin: 0 -8px;
	padding: 8px;
}

/* Department menu (1025px+) */

@media (min-width: 1025px) {
	.departmentMenu {
		width: 540px;
	}
	.categoryList > li {
		width: 33.333333%;
	}
}



/*** Search bar ***/

#searchButton {
	display: none;
}
#searchBar {
	position: absolute;
	right: 18px;
	top: 0;
	width: 33%;
	padding: 2px;
}
#searchBox {
	position: relative;
	height: 38px;
	background-color: #ffffff;
	border: 1px solid #bfbfbf;
	border-radius: 4px;
	text-align: right;
	vertical-align: middle;
}
#searchBox > * {
	text-align: left;
}
#searchTermWrapper {
	position: absolute;
	left: 0;
	right: 170px;
	height: 18px;
	padding: 6px 10px;
	margin: 4px 0;
	max-width: 83%;
    width: 100%;
}
#searchTermWrapper > .placeholder {
	position: absolute;
	color: #bfbfbf;
	cursor: text;
}
#searchTermWrapper > input {
	position: relative;
	width: 100%;
	height: 18px;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	border: 0 none;
	font-size: inherit;
}
#searchFormLabel {
	display: none;
}
#searchFilterButton {
	display: inline-block;
	position: relative;
	width: 110px;
	padding: 5px 10px;
	border-left: 1px solid #bfbfbf;
	vertical-align: middle;
}
#searchFilterButton:after {
	content: "";
	display: block;
	position: absolute;
	right: 5px;
	bottom: 5px;
	width: 4px;
	height: 4px;
	background-image: url("../images/responsive/rwdUI.png");
	background-position: -201px -1px;
}
#searchFilterButton.selected:after {
	content: " ";
	background-position: -221px -1px;
}
#searchFilterMenu.active {
	right: -1px;
	width: 170px;
}
@media (min-width: 601px) and (max-width: 900px) {
	#searchTermWrapper {
		right: 35px;
	}
	#searchFilterButton {
		display: none;
	}
	#searchFilterMenu.active {
		display: none;
	}
}
#searchBox > .submitButton {
	display: inline-block;
	position: relative;
	width: 14px;
	height: 14px;
	margin: 4px 4px 4px 0;
	border: 8px solid #ffffff;
	vertical-align: middle;
	overflow: hidden;
}
#searchBox > .submitButton:before {
	content: url("../images/responsive/rwdUI.png");
	display: block;
	position: absolute;
	left: -121px;
	top: -21px;
}
#searchBox > .submitButton:hover:before {
	left: -141px;
}

/* Autocomplete menu */

#searchDropdown {
	position: absolute;
	left: -1px;
	right: -1px;
	top: 38px;
}
#AutoSuggestDiv {
	background-color: #ffffff;
	border: 1px solid #c9cece;
}
#AutoSuggestDiv > ul,
.autoSuggestDivNestedList {
	padding: 0;
}
#AutoSuggestDiv > ul > li {
	padding: 0;
	margin: 0;
	list-style: none;
}
#AutoSuggestDiv .list_section li {
	border-bottom: 1px solid #c9cece;
	list-style: none;
}
#AutoSuggestDiv .list_section li > a,
#AutoSuggestDiv #autoSuggestAdvancedSearch > a {
	padding: 15px;
	display: block;
	height: 100%;
}
#AutoSuggestDiv .heading {
	background-color: #f5f6f7;
	text-transform: uppercase;
	padding: 15px;
	border-bottom: 1px solid #c9cece;
	list-style: none;
}
#AutoSuggestDiv #autoSuggestAdvancedSearch {
	border-bottom: 0 none;
	background-color: #fff;
	color: #b54200;
	padding: 0;
}
#AutoSuggestDiv #autoSuggestAdvancedSearch:hover {
	background-color: #d9e9f7;
}
#AutoSuggestDiv #autoSuggestAdvancedSearch > a:hover {
	text-decoration: underline;
}
#autoSuggest_Result_div,
#autoSuggestCachedSuggestions_div {
	display: none;
}

/*** Footer ***/

#footer {
	padding: 10px;
	background-image: url("../images/responsive/footerBG.png");
	text-align: center;
}
#footerRow1 {
	display: inline-block;
	width: 100%;
	text-align: left;
}
/* 
@media (max-width: 480px) {
	#footerRow1 {
		width: 220px;
		text-align: center;
	}
}
@media (min-width: 961px) {
	#footerRow1 {
		width: 880px;
		text-align: center;
	}
} */
#footerRow1 > .section {
	display: inline-block;
	padding: 10px;
	text-align: left;
	vertical-align: top;
}
#footerRow1 > .section > .header {
	position: relative;
	margin-left: 30px;
	padding: 5px 10px;
	border-bottom: 1px solid #bfbfbf;
	border-bottom: 1px solid rgba(185,185,185,0.45);
	color: #e9e9e9;
	font-size: 14px;
	font-weight: bold;
}
#footerRow1 > .section > .header:before {
	content: "";
	display: block;
	position: absolute;
	left: -30px;
	bottom: -1px;
	width: 30px;
	height: 3px;
	background-color: #bfbfbf;
	background-color: rgba(185,185,185,0.45);
	border-radius: 0 0 0 3px;
	
}
#footerRow1 > .section > .header > .toggle {
	display: none;
}

/*** wc/widget/Carousel - fluid, touch-enabled carousel responsive to container width ***/

.carousel {
	position: relative;
}
.carousel > h2 {
	position: relative;
	z-index: 1;
	margin: 0;
	padding: 0 50px 10px 10px;
	color: #010f1c;
	font-weight: inherit;
}
.carousel > .content {
	position: relative;
	z-index: 0;
}
.carousel > .content > ul {
	display: block;
	position: relative;
	left: 0%;
	margin: 0;
	padding: 0;
	list-style: none;
	white-space: nowrap;
}
.carousel > .content > ul > li {
	display: inline-block;
	vertical-align: top;
	white-space: normal;
}
.carousel > .content > ul > li.hidden {
	visibility: hidden;
}
.carousel .left_espot.centered {
	margin: 0 5px;
}

/* Prev/next page buttons */

.carousel > .prevPageButton,
.carousel > .nextPageButton {
	display: block;
	position: absolute;
	top: 50%;
	z-index: 1;
	width: 21px;
	height: 42px;
	margin-top: -21px;
	overflow: hidden;
}
.carousel > .prevPageButton {
	left: 10px;
}
.carousel > .nextPageButton {
	right: 10px;
}
.carousel > .prevPageButton.hidden,
.carousel > .nextPageButton.hidden {
	display: none;
}
.carousel > .prevPageButton:before,
.carousel > .nextPageButton:before {
	content: url("../images/responsive/rwdUI.png");
	display: block;
	position: absolute;
	top: -60px;
}
.carousel > .prevPageButton:before {
	left: -1px;
}
.carousel > .nextPageButton:before {
	left: -81px;
}
.carousel > .prevPageButton:hover:before,
.carousel > .prevPageButton:active:before {
	left: -41px;
}
.carousel > .nextPageButton:hover:before,
.carousel > .nextPageButton:active:before {
	left: -121px;
}

/* Page control */

.pageControl {
	position: absolute;
	z-index: 1;
	left: 10px;
	right: 10px;
	bottom: 10px;
}
.pageControl.hidden {
	display: none;
}
.pageControl > a {
	display: inline-block;
	vertical-align: top;
}
.pageControl > .hidden {
	display: none !important;
}

/* Page control - dot */

.pageControl.dot {
	text-align: center;
}
.pageControl.dot > a {
	width: 20px;
	height: 20px;
	margin: 0 10px;
	background-color: #22a3e7;
	border-radius: 10px;
	opacity: 0.4;
	border: 1px solid transparent;
}
.pageControl.dot > a:hover {
	opacity: 0.6;
}
.pageControl.dot > a.selected {
	opacity: 0.8;
}

/* Page control - number */

.pageControl.number {
	text-align: center;
}
.pageControl.number > a {
	width: 25px;
	margin: 0 10px;
	background-color: #22a3e7;
	border-radius: 2px;
	color: #ffffff;
	font-size: 14px;
	opacity: 0.4;
}
.pageControl.number > a:hover {
	opacity: 0.6;
}
.pageControl.number > a.selected {
	opacity: 0.8;
}
.pageControl.number > .ellipsis:after {
	content: "\2026";
	color: #4d4d4d;
}

/* Page control - thumbnail */

.pageControl.thumbnail {
	text-align: center;
}
.pageControl.thumbnail > a {
	display: inline-block !important;
	height: 30px;
	margin: 0 10px;
	background-color: #ffffff;
	border: 1px solid #a7daf5;
	border-radius: 2px;
}
.pageControl.thumbnail > a:hover {
	border: 1px solid #79c7f0;
}
.pageControl.thumbnail > a.selected {
	border: 1px solid #22a3e7;
}
.pageControl.thumbnail > a > img {
	height: 100%;
}

/* Options */

.carousel.clip-true > .content {
	overflow: hidden;
}

.carousel.padding-true {
	padding: 10px;
}
.carousel.padding-true > .content {
	margin: 0 30px;
}
.carousel.padding-true .pageControl {
	position: relative;
	left: auto;
	right: auto;
	bottom: auto;
	padding-top: 10px;
}
.carousel.padding-true .pageControl.hidden {
	display: block;
	visibility: hidden;
}

.carousel.background-true {
	background-image: url("../images/colors/color1/widget_carousel/widget_bg.png");
}
.carousel.border-true {
	border: 1px solid #e9e9e9;
	border-radius: 10px;
}



/*** wc/widget/Carousel - vertical orientation ***/

.carousel > .header {
	position: relative;
	padding: 10px;
	line-height: 40px;
}
.carousel > .header:after {
	content: "";
	display: block;
	clear: both;
}
.carousel > .header > h2 {
	display: inline-block;
	margin: 0;
	font-weight: inherit;
	line-height: normal;
	vertical-align: middle;
}
.carousel > .header > .controlBar {
	float: right;
}

/* Prev/next page buttons */

.controlBar > .prevPageButton,
.controlBar > .nextPageButton {
	display: inline-block;
	position: relative;
	width: 6px;
	height: 12px;
	border: 14px solid transparent;
	overflow: hidden;
	vertical-align: middle;
}
.controlBar > .prevPageButton.hidden,
.controlBar > .nextPageButton.hidden {
	display: none;
}
.controlBar > .prevPageButton:before,
.controlBar > .nextPageButton:before {
	content: url("../images/responsive/rwdUI.png");
	display: block;
	position: absolute;
	top: -1px;
}
.controlBar > .prevPageButton:before,
.controlBar > .prevPageButton:hover:before,
.controlBar > .prevPageButton:active:before {
	left: -21px;
}
.controlBar > .nextPageButton:before,
.controlBar > .nextPageButton:hover:before,
.controlBar > .nextPageButton:active:before {
	left: -41px;
}

/* Page control */

.controlBar .pageControl {
	display: inline-block;
	position: static;
	left: auto;
	right: auto;
	bottom: auto;
	line-height: 38px;
	vertical-align: middle;
}
.controlBar .pageControl.hidden {
	display: none;
}

/* Page control - number */

.controlBar > .pageControlWrapper {
	display: inline-block;
	vertical-align: middle;
}
.pageControlButton,
.pageControlMenu > .closeButton {
	display: none;
}
.controlBar .pageControl.number > a {
	width: 38px;
	margin: 0 2px;
	background-color: #ffffff;
	border: 1px solid #a0a0a0;
	border-radius: 5px;
	color: #4d4d4d;
	font-size: 16px;
	text-align: center;
	opacity: 1;
}
.controlBar .pageControl.number > a:hover,
.controlBar .pageControl.number > a.selected {
	background-color: #767676;
	border-color: #767676;
	color: #ffffff;
	opacity: 1;
}

/* Control bar - subscribe button */

.controlBar > .subscribeButton {
	display: inline-block;
	position: static;
	right: auto;
	top: auto;
	margin: 0 2px;
	vertical-align: middle;
}



/*** Widgets ***/

.catalogEntryRecommendationWidget > .header,
.categoryRecommendationWidget > .header {
	border-bottom: 1px solid #e9e9e9;
}

.contentRecommendationWidget {
	position: relative;
}

.contentCarouselWidget > .content {
	width: 125%;
	margin: 0 -12.5%;
}
.contentCarouselWidget .left_espot,
.contentCarouselWidget .left_espot.centered {
	width: 80%;
	margin: 0 auto;
}
.contentCarouselWidget.clip-true > .content {
	width: auto;
	margin: 0;
}
.contentCarouselWidget.clip-true .left_espot,
.contentCarouselWidget.clip-true .left_espot.centered {
	width: auto;
	margin: 0;
}

.contentCarouselWidget > .prevPageButton,
.contentCarouselWidget > .nextPageButton {
	width: 40px;
	height: 72px;
	margin-top: -36px;
}
.contentCarouselWidget > .prevPageButton {
	left: 0;
}
.contentCarouselWidget > .nextPageButton {
	right: 0;
}
.contentCarouselWidget > .prevPageButton:before,
.contentCarouselWidget > .nextPageButton:before {
	content: url("../images/responsive/DirectionalControls_MasterSprite.png");
}
.contentCarouselWidget > .prevPageButton:before {
	left: 0;
	top: 0;
}
.contentCarouselWidget > .prevPageButton:focus:before,
.contentCarouselWidget > .prevPageButton:hover:before {
	left: 0;
	top: -72px;
}
.contentCarouselWidget > .prevPageButton:active:before {
	left: 0;
	top: -144px;
}
.contentCarouselWidget > .nextPageButton:before {
	left: -40px;
	top: 0;
}
.contentCarouselWidget > .nextPageButton:focus:before,
.contentCarouselWidget > .nextPageButton:hover:before {
	left: -40px;
	top: -72px;
}
.contentCarouselWidget > .nextPageButton:active:before {
	left: -40px;
	top: -144px;
}



/*** 0 - 1133px ***/

@media (max-width: 1133px) {

	/* Page control - number */

	.pageControlButton {
		display: inline-block;
		position: relative;
		width: 38px;
		margin: 0 5px;
		background-color: #767676;
		border: 1px solid #767676;
		border-radius: 5px;
		color: #ffffff;
		font-size: 16px;
		line-height: 38px;
		text-align: center;
	}
	.pageControlButton.hidden {
		display: none;
	}
	.pageControlMenu {
		display: none;
	}
	.pageControlMenu.active {
		display: block;
		position: absolute;
		z-index: 20;
		background-color: #ffffff;
		border: 1px solid #a0a0a0;
	}
	.pageControlMenu > .pageControl.number > a {
		display: block;
		margin: 4px;
	}
	.pageControlMenu > .pageControl.number > .ellipsis {
		display: block;
		line-height: normal;
		text-align: center;
	}
	.pageControlMenu > .pageControl.number > .ellipsis:after {
		content: "\22ee";
	}
	.pageControlMenu > .closeButton {
		display: block;
		position: relative;
		width: 14px;
		height: 14px;
		margin: 0 4px 4px 4px;
		border: 13px solid #ffffff;
		overflow: hidden;
	}
	.pageControlMenu > .closeButton:before {
		content: url("../images/responsive/rwdUI.png");
		display: block;
		position: absolute;
		left: -61px;
		top: -1px;
	}
	.pageControlMenu > .closeButton:hover:before {
		left: -241px;
	}

}



/*** RWD-A ***/

@media (max-width: 760px) {

	/* Menu */

	.basicMenu > h3 {
		display: block;
		margin: 0;
		padding: 15px;
		background-color: #687979;
		color: #ffffff;
		font-size: inherit;
	}
	.basicMenu > .closeButton {
		display: block;
		position: absolute;
		top: 5px;
		right: 5px;
		padding: 10px;
		color: #ffffff;
		font-family: monospace;
	}
	.basicMenu > .closeButton > span:before {
		content: "[x]";
	}

	/* Header */

	#header:before {
		height: 5px;
	}
	#headerRow1 {
		height: 53px;
	}

	/* Quick links bar */

	#quickLinksBar > li > a {
		font-size: 12px;
	}
	#quickLinksBar > li > a > br {
		display: inline;
	}
	#quickLinksMenu.active {
		left: 0;
		right: 0;
		top:53px;
		width: auto;
	}

	/* Mini cart button */

	#widget_minishopcart {
		margin: 3px 15px;
	}

	/* Mini cart */

	#cartDropdown {
		width: auto;
	}
	
	.nonRWDPage #cartDropdown,
	.nonRWDPageB #cartDropdown{
		width: 360px;
	}
	/* Departments menu */

	#departmentsButton {
		display: block;
		max-width: 300px;
		margin: 2px 90px 2px 15px;
	}
	#departmentsButton > span {
		display: block;
		height: 36px;
		line-height: 36px;
		padding: 0 10px;
		text-align: left;
	}
	#departmentsMenu {
		display: none;
	}
	#departmentsMenu.active {
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		top: 100%;
		margin: 0;
		padding: 0 15px 15px 15px;
		background-color: #ffffff;
		border: 1px solid #c9cece;
		border-top: 3px solid #ffa200;
		border-radius: 0 0 4px 4px;
		color: #404040;
		font-size: 12px;
		list-style: none;
	}
	#departmentsMenu > li {
		display: block;
	}
	#departmentsMenu > li.hidden {
		position: static;
		visibility: visible;
	}
	.departmentButton {
		display: none;
	}

	/* Department menu */

	.departmentMenu {
		display: block;
		position: relative;
		top: auto;
		width: auto;
		margin: 0;
		padding: 0;
		border: 0 none;
	}
	.departmentMenu > .header > .toggle {
		display: block;
		position: absolute;
		right: -8px;
		top: 0;
		margin: 8px 0;
		padding: 8px;
		font-family: monospace;
	}
	.departmentMenu > .header > .toggle > span:before {
		content: "[+]";
	}
	.departmentMenu > .header > .toggle.selected > span:before {
		content: "[-]";
	}

	/* Category list */

	.categoryList {
		display: none;
		border-bottom: 1px solid #ffa200;
	}
	.departmentMenu.active .categoryList {
		display: block;
	}

	/* Subcategory list */

	.subcategoryList {
		border-bottom: 1px solid #e0dee5;
	}
	.subcategoryList > li {
		display: inline-block;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		width: 50%;
		padding-right: 16px;
		vertical-align: top;
	}

	/* "All departments" menu */

	#allDepartmentsButton {
		display: none;
	}
	#allDepartmentsMenu {
		display: none !important;
	}

	/* Search bar */

	#searchButton {
		display:block;
		position: absolute;
		right: 0;
		top: 0;
		width: 58px;
		height: 38px;
		margin: 2px 15px;
		background-color: #ffffff;
		border: 1px solid #BFBFBF;
		border-radius: 4px;
		vertical-align: middle;
		overflow: hidden;
	}
	#searchButton:before {
		content: url("../images/responsive/rwdUI.png");
		position: absolute;
		left: -99px;
		top: -9px;
		clip: rect(21px, 135px, 35px, 121px);
	}
	#searchButton:hover:before {
		left: -119px;
		clip: rect(21px, 155px, 35px, 141px);
	}
	#searchBar {
		display: none;
	}
	#searchBar.active {
		display: block;
		position: static;
		right: auto;
		width: auto;
		padding: 2px 15px;
		border-top: 1px solid #c9cece;
	}
	#searchBox > .submitButton {
		width: 10px;
		height: 18px;
		border-width: 6px 10px;
	}
	#searchBox > .submitButton:before {
		left: -181px;
	}
	#searchBox > .submitButton:hover:before {
		left: -201px;
	}

	/* Autocomplete menu */

	#searchDropdown {
		left: -16px;
		right: -16px;
		top: 41px;
	}

	/* Footer */

	#footerRow1 > .section > .header:before {
		height: 30px;
		border-radius: 3px 3px 0 3px;
	}
	#footerRow1 > .section > .header > .toggle {
		display: block;
		position: absolute;
		left: -30px;
		bottom: -1px;
		width: 6px;
		height: 12px;
		border-width: 9px 12px;
		border-style: solid;
		border-color: transparent;
		overflow: hidden;
	}
	#footerRow1 > .section > .header > .toggle:before {
		content: url("../images/responsive/rwdUI.png");
		display: block;
		position: absolute;
		left: -161px;
		top: -1px;
	}
	#footerRow1 > .section.active > .header > .toggle {
		width: 12px;
		height: 6px;
		border-width: 12px 9px;
	}
	#footerRow1 > .section.active > .header > .toggle:before {
		left: -181px;
		top: -1px;
	}
	#footerRow1 > .section > ul {
		display: none;
	}
	#footerRow1 > .section.active > ul {
		display: block;
	}

	/* Carousel */

	.contentCarouselWidget {
		overflow: hidden;
	}

}



/*** Mobile (portrait) - 0-400px ***/

@media (max-width: 400px) {

	/* Category list */

	.categoryList > li {
		width: 100%;
		padding-right: 0;
	}

	/* Search bar */

	#searchTermWrapper {
		right: 58px;
		border-right: 1px solid #bfbfbf;
	}
	#searchFilterButton {
		display: none;
	}
	#searchFilterMenu.active {
		display: none;
	}
	#searchBox > .submitButton {
		border-width: 6px 20px;
	}

}



/*** High-resolution displays ***/

@media (-webkit-device-pixel-ratio: 2) {
/*	.departmentButton:after, #quickLinksButton:after, #widget_minishopcart:after, #departmentsButton:after, #searchButton:after, .pageControlButton:after,
	#cartDropdown > .closeButton:after,
	#searchFilterButton:after {
		background-image: url("../images/responsive/rwdUI@2x.png");
		background-size: 300px 400px;
	}*/
	#widget_minishopcart:before,
	#searchBox > .submitButton:before,
	.carousel > .prevPageButton:before,
	.carousel > .nextPageButton:before,
	.controlBar > .prevPageButton:before,
	.controlBar > .nextPageButton:before {
		content: url("../images/responsive/rwdUI@2x.png");
		-webkit-transform: scale(0.5);
		-webkit-transform-origin: 0 0 0;
	}
	.contentCarouselWidget > .prevPageButton:before,
	.contentCarouselWidget > .nextPageButton:before {
		content: url("../images/responsive/DirectionalControls_MasterSprite.png");
		-webkit-transform: scale(1);
	}
	#widget_minishopcart:before {
		clip: rect(82px, 54px, 120px, 2px);
	}
}

@media (-webkit-device-pixel-ratio: 2) and (max-width: 1133px) {
	.pageControlMenu > .closeButton:before {
		content: url("../images/responsive/rwdUI@2x.png");
		-webkit-transform: scale(0.5);
		-webkit-transform-origin: 0 0 0;
	}
}

@media (-webkit-device-pixel-ratio: 2) and (max-width: 600px) {
	#searchButton:before,
	#footerRow1 > .section > .header > .toggle:before {
		content: url("../images/responsive/rwdUI@2x.png");
		-webkit-transform: scale(0.5);
		-webkit-transform-origin: 0 0 0;
	}
	#searchButton:before {
		clip: rect(42px, 270px, 70px, 242px);
	}
	#searchButton:hover:before {
		clip: rect(42px, 310px, 70px, 282px);
	}
}

.form-row .column_label{
	padding-right:10px; 
	text-align: right;
	margin-top:5px;
}

#WC_InvoicesDetailTable_div_1 .button-row{
	text-align:center;
	margin:10px;
}
#WC_InvoicesDetailTable_div_1 .form-row select{
	height:30px;
}


@media (max-width: 760px) {
	.form-row .column_label{
		padding-right:10px; 
		text-align: left;
		margin-bottom:10px;
	}
	#WC_InvoicesDetailTable_div_1 .form-row select{
	padding:0;
}

}
/*PLP list view*/
#addToRequisitionList.primary.button{
	width:100%;
}

.shopperActions .checkoutListSave.button{
	width: 93%; 
}

/* used for invintory data on checkout
.hiddenData{
	display:none;
}*/

/*Order history deatails page*/
.buttonFloatRight{
	float:right;
}

.order_details_status{
	float:right;
	display:block;
}

@media (max-width: 760px) {
	.my-account .myaccount_header .buttonFloatRight{
		float:none;
		display:block;
		width:100%;
	}
	
	.order_details_header{
		min-height: 100px;
	}
	.order_details_status{
		float:none;
		display:block;
		width:100%;
	}
}
/*Contact us page*/
.longInputField{
	width:310px;
	}
.phonenum{
	width:34px;
}


.ab_hold_approval{
	width:100%;
} 

.button.primary.greenApprovalButton{
	background-color: green;
}
 
#ab_hold_reject_Button{
	background-color: red;
}

.abHold_Container #return_to_order_hist, .abHold_Container #printButton,.abHold_Container #WC_Shipping_Summary, .abHold_Container #WC_Invoices, .abHold_Container #reorder_all, .abHold_Container .payment_details, .abHold_Container .reorder_qty, .abHold_Container .order_total{
	display:none;
}

.abHold_Container .subtotal{
	display:block;
}

.abHold_Container .servicesWarning{
	display:table-cell;
}

.abHold_Container .order_details_status{
	display:none;
}

.abHold_page #quickLinksBar, #quoteApprovalPage #quickLinksBar{
	display:none;
}

.abHold_page .itemNoLink{
	display:block;
}

.subtotal, .servicesWarning {
	display:none;
}

.abHold_Container .subTotalsLabel{
	visibility:hidden;
}

.verification_modal_container .button.primary, .verification_modal_container .button.secondary{
	min-width:auto;
}

.verification_modal_container .primary{
	float:right;
}

.verification_modal_container .secondary{
	float:left;
}
.flex_footer{
	display:flex;
}

.flex_footer .flex_yes, .flex_footer .flex_no{
	flex: 1;
}

.flex_footer .flex_space{
	flex: 2;
}

.verificationModalMessage{
	padding: 20px;
	font-size: larger;
}

.verificationModalMessage.header-text {
	padding: 20px;
	font-size: x-large;
	font-weight: bold;
	background: lightgray;
}

.margin-10px {
	margin: 10px;
}

#noButton.grayButton.button.primary,#noButton2.grayButton.button.primary{
	background-color:gray;
}

#noButton.grayButton.button.primary:hover,#noButton2.grayButton.button.primary:hover{
	background-color:dimgray;
}

#closeButton.closeButtonABHold{
	margin:10px 0px;
}

#ab_hold_accept_Button,#ab_hold_reject_Button{
	margin-bottom:10px;
}

.inventoryWarning{
	display:none;
}

.abHold_page #headerRow2 .rowContainer, #quoteApprovalPage #headerRow2 .rowContainer{
	display:none;
}

/*consolidated checkout collapsible css*/
/* Style the button that is used to open and close the collapsible content */
.checkoutProcess .myaccount_header {
	color: #444;
	cursor: pointer;
	padding-top: 18px;
	padding-bottom: 18px;
	padding-left: 0px;
	padding-right:0px;
	text-align: left;
	outline: none;
	font-size: 30px;
	font-weight:bold;
	text-transform:none;
}

.checkoutProcess .panelHeader{
	position:relative;
	left:30px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.checkoutProcess button.collapsible:hover {
	background-color: #eee;
}

.checkoutProcess button.saveContinueButton.primary:hover {
	background-color: #20728e;
}

.checkoutProcess button.saveContinueButton.primary.submitOrder:hover{
	background-color: #be2424;
}

/* Style the collapsible content. Note: hidden by default */
.checkoutProcess .sectionText {
	padding: 0 18px;
	overflow: hidden;
	max-height : 0;
	transition: max-height 0.2s ease-out;
}

.checkoutProcess .sectionText #ShippingAddressSectionText button {
	float:left;
}

.checkoutProcess #columnContainer, .checkoutProcess .rightColumn{
	display: flex;
}

.checkoutProcess .leftColumn{
	flex: 6;
	padding-bottom: 10px;
}

.checkoutProcess .rightColumn{
	flex: 4;
}

.checkoutProcess #headerRow2 .rowContainer{
	display:none;
}

.checkoutProcess .collapsible, .checkoutProcess .yourCartSummary{
	width: 100%;
	background-color:white;
}

.checkoutProcess .checkoutPanel{
	border: 1px solid #cccbcb;
	border-radius: 0;
	box-shadow: 2px 2px 10px #cccbcb;
}
@media (min-width: 761px){
	.checkoutProcess .leftColumn .leftMargin, .checkoutProcess .rightColumn .rightMargin{
		flex : 5;
	}
}

@media (max-width: 760px){
	.checkoutProcess .leftColumn .leftMargin{
		flex : 2;
	}
}

.checkoutProcess #editAddressButton, .checkoutProcess #createNewAddr{
	font-weight:bold;
}
.checkoutProcess .leftColumn .middleMargin, .checkoutProcess .rightColumn .middleMargin{
	flex : 1;
}


.checkoutProcess .leftColumn .panels, .checkoutProcess .rightColumn .panels{
	flex : 25;
}

.checkoutProcess .leftColumn{
	display: flex;
}

.checkoutProcess .myaccount_header{
	border-width:0px;
	border-bottom-width: 1px;
}

.checkoutProcess .myaccount_header:after{
	content:none;
}

.checkoutProcess #rightPanelsParent .myaccount_header{
	height: 40.8px;
}

.checkoutProcess .saveContinueButton.primary{
	background-color:#307991;
	margin:10px;
}

.checkoutProcess .collapsible.myaccount_header{
	display:flex;
    justify-content: space-between;
	align-items:center;
}

.checkoutProcess .collapsible.visited .editButton{
	display:block;
	text-transform:uppercase;
	font-size:medium;
	color:#307991;
	padding:10px;
}

.checkoutProcess .collapsible.visited.active .editButton{
	display:none;
}

.checkoutProcess .collapsible .editButton{
	display:none;
}

.checkoutProcess #yourCartHeaderDiv{
	display: flex;
    align-items: center;
}

.checkoutProcess .cartContent{
	padding: 18px;
}

.checkoutProcess .saveContinueButton.button.submitOrder{
	background-color:#E31C3D;
}

.checkoutProcess .checkoutSubheader{
	text-transform:uppercase;
	font-size:medium;
	font-weight:bold;
}

.checkoutProcess .inner-section.border{
	background-color:#eeeeeE;
}


.checkoutProcess .drop_down_checkout{
	height:auto;
}

/*Start Shipping section text flex rules*/
.checkoutProcess .sectionText .shippingAddressRightColumn{
	flex:5;
}

.checkoutProcess .sectionText .flexContainer{
	display:flex;
}

/*.checkoutProcess .sectionText .shippingAddrSelect{
	flex:5;
}*/
/*end shipping section text flex*/

.checkoutProcess .addressEntryWrapper{
	padding:18px;
}

.checkoutProcess .emptyCartWarning{
	max-width: 100%;
	margin: 20px 0;
	padding: 20px 10px;
	background: #fff;
	border: 1px solid #dedede;
	box-sizing: border-box; 
}
.checkoutProcess .shippingMethodTitle, .checkoutProcess #shipCompleteTopText{
	font-weight: bold;
}

.checkoutProcess #shipCompleteTopText{
	padding-bottom : 1em;
}

.checkoutProcess #estimateDateMessage{
	color: #E31C3D;
}

.checkoutProcess #newLineConsolidatedCheckoutOnly{
	display:block;
}

.checkoutProcess #dropdownLabel{
	font-size: smaller;
    font-weight: bold;
}

#newLineConsolidatedCheckoutOnly, .hideTitle{
	display:none;
}
@media (max-width: 760px){
	.checkoutProcess #columnContainer{
    	flex-direction: column-reverse;
	}
	
	.checkoutProcess .mobileOnly #yourCartHeaderDiv{
		height: 40.8px
	}
}

@media (min-width: 761px){
	.checkoutProcess #leftPanelsParent .mobileOnly{
		display:none;
	}
}

.checkoutProcess #billing_method,.checkoutProcess #WC_SingleShipmentDisplay_div_29c{
	display:none;
}

.checkoutProcess .myaccount_subheader, .checkoutProcess .checkout_subheader{
	padding: 0px;
}

.checkoutProcess .payDesc, .checkoutProcess #billingAddrColon,.checkoutProcess #createAddrLink, #addAddrLink{
	display:none;
}

.checkoutProcess #addAddrLink{
	display:block;
}

.checkoutProcess .sectionTextContainer{
	padding: 20px 40px;
}

/*AB Hold order shipment details table in mobile view*/
#WC_UserRegistrationUpdateForm_div_10.listTable{
	overflow-x:auto;
} 

#modalWrapper{
	display:flex;
	justify-content:center;
}

#RejectedVerificationModal, #AcceptedVerificationModal, #SurchargeDisplayModal {
	display: none; 
	position:fixed;
	top:30%; 
	align-self:center; 
	z-index:210;
}

.verificationModal{
	display: none; 
	position:fixed;
	top:30%; 
	align-self:center; 
	z-index:210;
	left: 40%;
}


.checkoutProcess{
	background: #eeeeee
}

#invoicePayments #APAging_table .tableHeader,
#invoicePayments #APSummary_table .tableHeader,
#invoicePayments #InvoicesDetail_table_content .tableHeader {
  background: none repeat scroll 0 0 #00324e;
  padding: 0 10px;
}

#invoicePayments .listTable .tableHeader .cell {
  color: #fff;
  padding: 10px 5px;
  text-transform: uppercase;
}

#invoicePayments .paymentTerms,
#invoicePayments .lastPaymentDate,
#invoicePayments .lastCheck,
#invoicePayments .lastPayAmt {
  font-weight: 700;
}

#invoicePayments .sortOptionsRow .button {
  background-color: #307991;
}

#invoicePayments .sortOptionsRow .col8 {
  padding-left: 0 !important;
}

#invoicePayments #InvoicesDetailTable_Widget .listTable .tableHeader .cell a,
#invoicePayments #InvoicesDetailTable_Widget .listTable .tableHeader div[role^="columnheader"].cell {
  color: #fff;
}

#invoicePayments  .listTable {
  border: 0;
}

#invoicePayments  .listTable .entry {
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #cccc;
  border-right: 1px solid #ccc;
}

#invoicePayments #InvoicesDetail_table_content .invoiceStatus {
  font-weight: 700;
}

#invoicePayments #InvoicesDetail_table .checkedCheckBox {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  margin-right: 20px;
  padding: 5px 0 10px 0;
}

#invoicePayments #InvoicesDetail_table .col8 {
  padding-left: 0;
}

#invoicePayments #InvoicesDetail_Widget_SortBy_INVOICENUMBER_Link img {
  display: none;
}

#invoicePayments h3.section-head {
  color: #333;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  padding-left: 9px;
  text-transform: uppercase;
}

#invoicePayments .section-wrap {
  border: 0;
}

#invoicePayments .myaccount_header {
  border: 0;
  color: #333;
  font-size: 3em;
  font-weight: 700;
  letter-spacing: 0;
  padding: 30px 0 5px 8px;
  text-transform: none;
}

#invoicePayments .apAgingHeader2 .cell {
  font-size: 11px !important;
  text-transform: capitalize;  
}

#invoicePayments #APSummary_Widget {
  margin-right: 10px;
}

#invoicePayments #APSummary_Widget .cell,
#invoicePayments #APAging_Widget .cell {
  font-size: 14px;
  letter-spacing: 0;
}

#invoicePayments #positive_payment_amount_div2 {
  background-color: #f1f5f6;
  border: 1px solid #d5d5d5;
  box-sizing: border-box;
  padding: 20px;
}

#invoicePayments #credit-info .column_label {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 5px 0;
}

#invoicePayments #credit-info .column {
  padding-bottom: 15px;
}

#invoicePayments #credit-info .button {
	background-color: #E31C3D;
	border-radius: 2px;
	box-shadow: 1px 1px 2px #999;
	display: block;
	font-size: 20px;
	margin: 10px auto 0 auto;
	padding: 10px 20px;
	text-transform: uppercase;
	width: 300px;
}

#invoicePayments #invHistory{
	padding: 30px 0 5px 0px;
}

#invoicePayments #controlsRow{
	display:flex;
	justify-content: space-between;
	align-items: center;
}


/* #invoicePayments #credit-info{
	display: flex;
	justify-content:center;
} */

@media all and (max-width: 768px) {
	
	/* Makes the invoices table scroll horizontally in mobile. */
	#invoicePayments #InvoicesDetail_table {
	    overflow: auto;
	}
	
	#invoicePayments #InvoicesDetail_table_content {
	  width: 900px;
	}
	
	#invoicePayments #InvoicesDetail_table .col1 {
	  width: 8.333333% !important;
	}
	
	#invoicePayments #InvoicesDetail_table .col2 {
	  width: 16.666666% !important;
	}
	
	#invoicePayments #InvoicesDetail_table .col13 {
	  width: 12.5% !important;
	}
	
	/* Fixes the Phone # inputs from dropping to extra lines */
	#invoicePayments .payerPhoneWrapper input {
	  display: inline-block;
	}
	
	#invoicePayments #APSummary_Widget {
	  margin-right: 0;
	}
	
	/* Makes the AP Summary & AP Aging tables full width in mobile */
	#invoicePayments .ccol6 {
	  width: 100%;
	}
	
	/* Adds a small gutter to the content */
	#invoicePayments  #WC_MyAccountDisplay_div_13 {
	  padding: 0 10px;
	}
	
	/* Removes extraneous border on mobile */
	#invoicePayments .inner-section.border {
	  border: 0 !important;
	}
	
	/* Removes extraneous margins on mobile */
	#invoicePayments .inner-section {
	    margin: 0 !important;
	}
	
	/* Adds extra margin on the bottom */
	#invoicePayments  #positive_payment_amount_div1 {
	    margin-bottom: 20px;
	}
}

#quoteApprovalPage .inputFieldWrapper{
	padding: 10px;
}

#quoteApprovalPage .column_label{
	padding: 2px;
}

#quote_approve_Button.button.primary.greenApprovalButton:hover, #quote_update_Button.button.primary.greenApprovalButton:hover{
	background-color: darkgreen;
}

.approvalValidityMessage{
	color:red;
}

table.totals{
	display : flex;
	justify-content : flex-end;
}

/*return Request*/
.returnRequest .subheader{
	border-top: 1px solid #d5d5d5;
	border-left: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
    margin-top: 20px;
    background: #fff;
}

/*importing Noah's css for checkout*/
/* max width 1200 */
	
.checkoutProcess #checkout_crumb {
	max-width: 1200px;
	margin: 0 auto;  
}

.checkoutProcess #columnContainer {
	margin: 0 auto;
	max-width: 1400px;
	padding: 0 0 100px;
}

.checkoutProcess .myaccount_header {
	color: #222;
	font-size: 40px;
	letter-spacing: 0;
}

.checkoutProcess .checkoutSubheader {
	color: #222;
	font-size: 25px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1;
	text-transform: uppercase;
}

.checkoutProcess #selectFirstHeader {
	font-size: 14px;
	letter-spacing: 0;
	line-height: 1;
}


/* let's see if the new padding trick works
.checkoutProcess #ShippingAddressSectionText {
	padding: 20px 40px;
}

.checkoutProcess .sectionText {
	padding: 0;
}
 
.checkoutProcess .active + .sectionText {
	padding: 20px 40px;
}

*/

.checkoutProcess #editAddressButton,
.checkoutProcess #createNewAddr {
	color: #307991;
}

.checkoutProcess .shippingInstructionsCheckbox {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
}

.checkoutProcess #columnContainer h3 {
	color: #222;
	font-size: 25px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1;
	text-transform: uppercase;
}

.checkoutProcess #columnContainer button {
	cursor: pointer;
}

.checkoutProcess .saveContinueButton.primary {
	background-color: #307991;
	border-radius: 25px;
	letter-spacing: 1px;
	margin: 30px 10px 10px 0;
	padding: 15px 20px;
	text-transform: uppercase;
}

.checkoutProcess #shippingAddressDisplayArea span {
	font-size: 15px;
	letter-spacing: 0;
	line-height: 1.5;
}

.checkoutProcess #billingAddressDisplayArea_1 span {
	font-size: 15px;
	letter-spacing: 0;
	line-height: 1.5;
	color: #666666;
}

.checkoutProcess .billing_address label {
	color: #222;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0;
}

.checkoutProcess select.drop_down_billing,
.checkoutProcess select.drop_down_shipping {
	border-radius: 2px;
	font-size: 14px;
	height: 40px;
	padding-left: 7px;
	width: 100%;
}

.checkoutProcess .editButton {
	color: #307991;
	display: block;
	font-size: medium;
	padding: 10px;
	text-transform: uppercase;
}

.checkoutProcess #yourCartHeaderDiv {
	justify-content: space-between;
}

.checkoutProcess .cartContent img {
	max-width: 115px;
	height: auto;
}

.checkoutProcess #yourCartItems_viewAll {
	border-bottom: 1px solid #d5d5d5;
	border-top: 1px solid #d5d5d5;
	color: #222;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0;
	padding: 14px 0;
	text-align: center;
}

.checkoutProcess a#yourItemsViewAll {
	color: #307991;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
}

.checkoutProcess #yourCartItems span {
	font-size: 15px;
	letter-spacing: 0;
	color: #222;
	line-height: 1.5;
}

.checkoutProcess #yourItemsCollapse {
	text-align: center;
	background-color: #f7f7f7;
	color: #307991;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0;
	line-height: 1;
	padding: 20px;
	margin: 15px auto;
}

.checkoutProcess #yourCartItems_collapse {
	border-bottom: 1px solid #d5d5d5;
	border-top: 1px solid #d5d5d5;
	color: #222;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0;
	padding: 14px 0;
	text-align: center;
}

.checkoutProcess #yourCartItems_collapse > #yourItemsCollapse {
	background-color: transparent !important;
	color: #307991 !important;
	font-size: 15px !important;
	font-weight: 400 !important;
	letter-spacing: 0 !important;
	padding: 14px 0 !important;
	text-align: center !important;
	text-transform: none !important;
}

/* Need to remove those row classes from the markup in Your Cart. */

.checkoutProcess .total_figures {
	text-align: right;
}

.order-hold-container .subtotal {
	margin-bottom: 10px;
}

.order-hold-container #return_to_order_hist, 
.order-hold-container #printButton, 
.order-hold-container #WC_Shipping_Summary, 
.order-hold-container #WC_Invoices, 
.order-hold-container #reorder_all, 
.order-hold-container .payment_details, 
.order-hold-container .reorder_qty, 
.order-hold-container .order_total {
	display:none;
}

.order-hold-container .subtotal {
	display:block;
}

.order-hold-container .servicesWarning {
	display:table-cell;
}

.order-hold-container .order_details_status {
	display:none;
}

.order-hold-container .subTotalsLabel {
	visibility:hidden;
}

.orderHold_page #quickLinksBar {
	display:none;
}

.orderHold_page .itemNoLink {
	display:block;
}

.orderHold_page #headerRow2 .rowContainer {
	display:none;
}

.order_hold_approval {
	width:100%;
}

#order_hold_reject_Button {
	background-color: red;
}

#order_hold_accept_Button,
#order_hold_reject_Button {
	margin-bottom:10px;
}

.align-text-right {
	text-align: right;
}

.label-header{
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	padding-right: 20px;
}

.label-text{
	font-size: 14px;
	color: #666666;
}

#return_to_order_hist_srch {
	text-decoration: underline;
}

#compareProducts .compareProducts{
	margin: 10px 0px;
    border: 2px solid #307991;
    background-color: #FFF;
    color: #307991;
}
.xrefAlternateAvailable{
	color: red;
	font-weight: bold;
	margin-bottom: 2px;
}
.xrefAlternateAvailableDiv{
	padding-bottom: 2px;
}
@media (min-width: 768px) and (max-width: 1024px){ 
    .topRighttTriangle{
		width: 40%;
	} 
}
@media (min-width: 1025px) and (max-width: 1280px){
	.topRighttTriangle{
		width: 31%;
	}
}
.larger-font {
	font-size: larger;
}