/*
  $Id$

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2010 osCommerce

  Released under the GNU General Public License
*/

@font-face {
	font-family: 'Proxima Nova';
	src: url(../../fonts/ProximaNova-Regular.otf);
	font-display: swap;
}
@font-face {
	font-family: 'Proxima Nova Extrabold';
	src: url(../../fonts/ProximaNova-Extrabold.otf);
	font-display: swap;
}

body {
	background: #FFF;
	color: #000;
	margin: 0;
	font-size: 16px;
	font-family: Proxima Nova, sans-serif;
}
#bodyWrapper {
	padding-top: 0 !important;
}
a {
	color: #005A9E;
	text-decoration: none;
}
a:hover {
	color: #004172;
	text-decoration: none;
}
a:active {
	color: #CCCCCC;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Proxima Nova Extrabold, sans-serif;
	margin: 5px 0;
	color: #005A9E;
}
h1 {
	font-size: 32px;
}
#page_category h1 {
	text-transform: uppercase;
	width: 80%;
}
h2 {
	font-size: 25px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
img {
	border: 0;
}
#storeLogo {
	float: left;
}
label {
	font-weight: 400;
}
hr {
	border-top: 1px solid #CCCCCC;
}
.smallText {
	font-size: 10px;
}
.clear,
.clearFloats {
	clear: both;
}
.listing-ul,
.listing-ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
a.btn {
	text-decoration: none;
}
.viewDetailsButton {
	background: #005A9E;
	color: #ffffff;
	border: 2px solid #005A9E;
}
.viewDetailsButton:hover, .viewDetailsButton:active {
	background: #ffffff;
	color: #005A9E;
	border: 2px solid #005A9E;
}
/* Autocomplete Styles */
.autocomplete-label {
	padding-top: 5px;
	font-size: 14px;
}
.autocomplete-view-link {
	display: block;
	float: right;
	clear: right;
	margin-left: 10px;
	color: #FFF;
}
.btn.autocomplete-view-link {
	padding: 3px 9px;
	font-weight: 500;
	font-size: 13px;
}
.ui-widget-content a.autocomplete-view-link {
	color: #FFF;
}
.ui-widget-content a.autocomplete-view-link:hover {
	color: #005A9E;
}
.autocomplete-view-button {
	border-radius: 6px;
}
.ui-autocomplete .ui-state-active {
	background-color: white;
	color: black;
}
/* End Autocomplete Styles */

.menuContainerJSListBox {
	overflow: auto;
}
.required-indicator {
	color: #F00;
	font-size: 12px;
}

/* Buttons */
.buttonSet {
	margin: 10px 0;
	vertical-align: top;
}
#producttable .buttonSet {
	text-align: right;
}
.buttonBack {
	vertical-align: top;
}
.buttonAction {
	vertical-align: top;
}
.buttonAction-center {
	display: inline-block;
	margin: 0 auto 0 60px;
	text-align: center;
	vertical-align: top;
}
.buttonAction-left {
	float: left;
	vertical-align: top;
}
.cartButtonSet {
	width: 100%;
}
.cartButtonSet .cartButtonCell.left {
	width: 146px;
}
.cartButtonSet .cartButtonCell.center {
	width: auto;
	text-align: center;
}
.cartButtonSet .cartButtonCell.right {
	width: 112px;
	text-align: right;
}
.cartButtonSet.rfq .cartButtonCell.right {
	width: 208px;
}
/* End Buttons */

/* infobox styles */
.infoBoxContainer {
	margin-bottom: 5px;
}
.infoBox {
	background: #EFEFEF;
	font-size: 11px;
}
.infoBoxHeading {
	padding: 2px;
	font-size: 13px;
	font-weight: 700;
	background: #B6B6B6;
	color: #ffffff;
}
.infoBoxContents {
	padding: 5px;
	line-height: 1.5;
}
.infoBoxNotice {
	background: #FF8E90;
}
.infoBoxNoticeContents {
	background: #FFE6E6;
	font-size: 10px;
}
.extraBox-heading {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}
/* End infobox styles */

/* Filters */
.filters-lbl {
	padding-right: 4px;
}
/* End Filters */

/* Listing Rows */
.listing-row.odd, .productListing tr.odd,
TR.accountHistory-odd, TR.addressBook-odd,
TR.alsoPurchased-odd, TR.payment-odd,
TR.productListing-odd, TR.productReviews-odd,
TR.upcomingProducts-odd, TR.shippingOptions-odd,
.productListTable.odd {
	background-color: #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
.listing-row.even, .productListing tr.even,
TR.accountHistory-even, TR.addressBook-even,
TR.alsoPurchased-even, TR.payment-even,
TR.productListing-even, TR.productReviews-even,
TR.upcomingProducts-even, TR.shippingOptions-even,
.productListTable.even {
	background: #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
/* End Listing Rows */


/* Pricebreaks */
.pricebreaksBoxHeading {
	padding: 2px;
	font-size: 11px;
}
.pricebreaksBoxContents {
	padding: 5px;
	font-size: 11px;
	line-height: 1.5;
}
.pricebreaksBox tbody {
	background-color: #F1F1F1;
}
.pricebreaksBox .savings-row {
	background-color: #A9A9A9;
}
.pricebreaksListingBox {
	position: relative;
}
.pricebreaksListingSet,
.pricebreaksListingSet li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.pricebreaksListingSet {
	position: absolute;
	left: -118px;
	bottom: -10px;
	z-index: 1600;
	border: 1px solid #3667A1;
	border-radius: 5px;
	background-color: #FFF;
	padding-bottom: 2px;
	text-align: left;
}
.pricebreaksListingSet .pricebreaksListingHeading {
	padding: 2px 8px;
	text-align: center;
}
.pricebreaksListingHeading {
	font-weight: bold;
}
.pricebreaksListingEntry .pbListing {
	display: inline-block;
}
.pricebreaksListingEntry .pbListing.pb-qty {
	width: 36px;
	margin-right: 7px;
	text-align: right;
}
.pb-trigger {
	color: #3465A8;
	text-decoration: underline;
	cursor: pointer;
}
.hide-pb {
	display: none;
}
/* End Pricebreaks */

/* Product Info */
.product-info-block.right {
	float: right;
}
ul.product_info_filters, ul.extra-files-box {
	list-style-type: disc;
	padding-inline-start: 20px;
}
#product_info_price_block {
	font-weight: bold;
	visibility: visible;
}
/* BOM Parent Products */
.products-InfoBox,
.products-InfoBox li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.products-InfoBox li.products-InfoBox-item {
	display: inline-block;
	margin: 5px 0;
	padding: 3px 12px;
	text-align: center;
}
.products-InfoBox li.products-InfoBox-item.first {
	padding-left: 3px;
}
.products-InfoBox li.products-InfoBox-item.last {
	padding-right: 3px;
}
.productListTable tr td.child,
.products-InfoBox .ref-item {
	background-color: #F8F8AF;
}
/* EOM Parent Products */
/*BOM Also Purchased*/
.alsoPurchasedContainer {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-end;
}
.alsoPurchasedBox {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 10px;
}
/*EOM Also Purchased*/
div.producttable {
	min-height: 100%;
}
.productSpecialPrice {
	color: #FF0000;
}
/* End Product Info */

/* Forms */
form {
	display: inline;
}
.formArea {
	background: #F1F1F1;
	border: 1px solid #B6B6B6;
}
.formAreaTitle {
	font-size: 12px;
	font-weight: bold;
}
.inputRequirement {
	font-size: 12px;
	color: #ff0000;
}
.fieldKey {
	font-size: 11px;
	font-weight: bold;
	line-height: 1.5;
	width: 150px;
}
.fieldValue {
	font-size: 11px;
	line-height: 1.5;
}
textarea {
	width: 100%;
}
textarea.rfq-comments {
	width: 98%;
	height: 120px;
}
#filter_orders_type {
	float: right;
}
.form-control.date-fld {
	display: inline-block;
}
select.form-control.date-fld.month {
	width: 120px;
	padding-right: initial;
}
select.form-control.date-fld.year {
	width: 80px;
	padding-right: initial;
}
/* End Forms */

/* Message box */
.messageBox {
	font-size: 11px;
}
.messageStackError,
.messageStackWarning {
	font-size: 11px;
	background-color: #ffb3b5;
}
.messageStackWarning {
	background-color: #fbf7a2;
}
.messageStackSuccess {
	font-size: 16px;
	background-color: #99ff00;
}
/* End message box */
/* Sitemap layout */
div.sitemap ul {
	list-style-type: circle;
}
div.sitemap ul a {
	text-decoration: none;
}
div.sitemap ul a:hover {
	color: blue;
}
/* End sitemap layout */

/* Account link list */
.accountLinkList {
	list-style-type: none;
	margin: 2px 2px 2px 10px;
	padding: 5px;
}
.accountLinkListEntry {
	float: left;
	margin-right: 5px;
}
/* End Account link list */

.boxText {
	font-size: 11px;
}
.errorBox {
	background-color: #ffb3b5;
	font-size: 11px;
	font-weight: bold;
}
.section-heading {
	margin: 0;
	padding: 0;
	color: #740000;
	font-size: 12px;
	font-weight: bold;
}
tr.header {
	background: #FFFFFF;
}
.headerError {
	font-size: 12px;
	background-color: #FF0000;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.headerInfo {
	font-size: 12px;
	background-color: #00FF00;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.pageHeading {
	font-size: 20px;
	font-weight: bold;
	color: #9a9a9a;
}
.tableHeading {
	font-size: 12px;
	font-weight: bold;
}
TD.subBar {
	background: #f4f7fd;
	font-size: 11px;
	color: #000000;
}
.accountCategory {
	font-size: 13px;
	color: #aabbdd;
}
.newItemInCart {
	font-size: 11px;
	color: #ff0000;
}
.stockWarning {
	font-size: 11px;
	color: #cc0033;
}
.productsNotifications {
	background: #f2fff7;
}
.orderEdit {
	font-size: 11px;
	color: #777777;
	text-decoration: underline;
}
SPAN.greetUser {
	font-size: 12px;
	color: #f0a480;
	font-weight: bold;
}
SPAN.markProductOutOfStock {
	font-size: 12px;
	color: #c76170;
	font-weight: bold;
}
SPAN.errorText {
	color: #ff0000;
}
.error-msg {
	color: #F00;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
}
.moduleRow {
}
.moduleRowOver {
	background-color: #D7D7D7;
	cursor: hand;
}
.moduleRowSelected {
	background-color: #E9E9E9;
}
/* Products Attributes */
ul.pa-options-listing {
	width: 320px;
}
ul.pa-options-listing li {
	padding-bottom: 4px;
}
.pa-label, .pa-listing {
	display: table-cell;
	vertical-align: top;
}
.pa-label {
	width: 84px;
	padding-top: 2px;
}
.attribs-fld.pa-dims, .attribs-fld.pa-qty {
	width: 48px;
}
/* BOF - Zappo - Option Types v2 - Progress Bar */
.counter-bar {
	margin: 2px 3px;
	border: 1px solid #bbc3d3;
}
.counter-progress {
	width: 1px;
	color: #4f4f4f;
	font-size: 11px;
	font-weight: bold;
	background-color: #bbc3d3;
	padding: 0 0 0 5px;
}
/* EOF - Zappo - Option Types v2 - Progress Bar */

/* BOF - Zappo - Option Types v2 - ONE LINE - Preload Option Type Images */
div#ImagePreload {
	display: none;
}
/* EOF - Zappo - Option Types v2 - ONE LINE - Preload Option Type Images */
/* End Products Attributes */

/* Footer */
footer.footerWrapper {
	clear: both;
	background-color: #DDDDDD;
	padding-top: 20px;
	text-align: center;
}
#siteCredits {
	text-align: center;
	margin: 0 auto;
}
#siteCredits a {
	color: #FFFFFF;
}
/* End Footer */

div.customTabs {
	clear: both;
}

#admin_editbar {
	background: url(../../images/site/heading_gradient_med.jpg) #444 repeat-x;
	width: 100%;
	left: 0;
	position: fixed;
	bottom: 0;
	z-index: 1002;
	padding: 6px;
	font: 12px/1em Verdana, Arial;
	color: white;
	opacity: .9;
	border-top: 1px solid white;
}
#admin_editbar a {
	color: white;
}
.dimmed-block {
	opacity: 0.4;
}
#receipt_products_listing .shipping-vendor {
	margin-bottom: 7px;
	border: 1px solid #CCC;
	border-radius: 6px;
	padding: 5px;
}
#receipt_products_listing .listing-ul.receipt-product-row {
	display: table-row;
}
#receipt_products_listing .listing-ul.listing-cols li {
	display: table-cell;
	padding-right: 8px;
}
#receipt_products_listing li.name-col {
	width: 350px;
}
#receipt_products_listing li.model-col {
	width: 200px;
}
#receipt_products_listing li.product-price-col,
#receipt_products_listing li.product-total-col {
	width: 100px;
}
.account.fa {
	color: green;
	font-size: 12px;
	padding: 0 5px;
}
#cart_buttonSet .col-sm-4 {
	padding-left: 0;
	padding-right: 0;
}
.buttons-row {
	padding: 4px 0;
}
.buttons-row-item {
	display: inline-block;
	margin-bottom: 5px;
}
.buttons-right {
	float: right;
}
.ui-dialog {
	z-index: 11000 !important;
}
.textAlignCenter {
	text-align: center;
}
i.help {
	font-size: 10px;
}
i.help:hover {
	cursor: pointer;
}
div.site-credits > a {
	display: inline-block !important;
	vertical-align: initial !important;
}
.imgright {
	float: right;
	clear: right;
}
.imgleft {
	float: left;
	clear: left;
}
#product_table_moved {
	display: none;
	margin-bottom: 40px;
}
span.button_box {
	margin-top: 10px;
	display: inline-block;
}
#xsell_products {
	margin: 16px auto;
	text-align: left;
}
.cross-sell-set li {
	display: inline-block;
	margin: 10px 30px;
	text-align: center;
}
#rightImages {
	max-width: 100%;
	text-align: center;
}
#rightImages img {
	max-width: 100% !important;
	height: auto !important;
	display: block;
	margin: 0 auto;
}
.text-right {
	text-align: right;
}
/* Express Shopping Cart */
#esc_dialog {
	display: none;
	font-size: 16px;
}
#express_shopping_cart {
	margin: 0 auto;
}
#express_shopping_cart .inner {
	display: table;
	margin: 0 15px;
}
#express_shopping_cart .form-item-headings {
	font-size: 14px;
	font-weight: 600;
}
#express_shopping_cart .form-item-set {
	margin: 12px 0;
}
#page_express_shopping_cart .buttons-row {
	max-width: 850px;
	padding-top: 20px;
}



.form-item-headings li,
.form-item-set li {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
#express_shopping_cart .col-center {
	width: 48px;
}
.form-item-headings .item-cell,
.form-item-set .item-cell {
	width: 65%;
}
.form-item-headings .field-sep-cell,
.form-item-set .field-sep-cell {
	width: 10%;
}
.form-item-set .field-sep-cell {
	font-size: 18px;
}
.form-item-headings .qty-cell,
.form-item-set .qty-cell {
	width: 22%;
}
.accessoryHeading span {
	font-weight: 700;
	font-size: 16px;
}
.accessoryProdBox {
	text-align: center;
}
.accessoryDescription {
	display: none;
}
.accessoryProdBox:hover .accessoryDescription {
	display: block;
}
#lightbox {
	top: 50px !important;
}
.lb-nav {
	padding: 0 20px;
}
/* Custom jQuery UI */
.ui-helper-clearfix {
	display: block;
	min-height: 0; /* support: IE7 */
	overflow: hidden;
	zoom: 1;
}
.ui-datepicker select.ui-datepicker-month-year {
	width: 100%;
}
.ui-datepicker {
	display: none;
}
.datepicker {
	max-width: 125px !important;
}
.ui-widget {
	font-family: 'Proxima Nova';
	font-size: 18px;
}
/* End Custom jQuery UI */
.search_filters {
	float: left;
}
.search_features {
	float: left;
}
#responsive_faceted_search {
	visibility: hidden;
}
#responsive_faceted_search.mm-menu {
	visibility: visible;
}
span.red-error {
	color: #ff0000;
	font-weight: bold;
}
.bold {
	font-weight: bold;
	font-size: 13px;
}
#fldSet_cc_js_row {
	display: none !important;
}
/*Homepage Featured Products*/
#featuredHomepage {
	display: flex;
	flex-direction: column;
}
#featuredHomepageTitle {
	text-align: center;
}
#featuredHomepageBoxes {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#featuredHomepageBox {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	margin: 5px 10px;
}
.featuredImageContainer {
	display: flex;
	align-items: center;
	flex-grow: 1;
}
#fldSet_ {
	display: none !important;
}
#headerShortcutsNonDropdown div {
	display: inline-block;
	padding: 0 15px;
}
#box_cta {
	margin: 20px auto;
	text-align: center;
}
#box_cta a {
	display: inline-block;
}
#checked-out-branch {
	background-color: #7e981f;
	color: #ffffff;
	text-align: center;
	/*position: fixed;*/
	width: 100%;
	z-index: 5000;
}
#checked-out-branch-output {
	font-weight: bold;
}
#news-types-container {
	background: #DDDDDD;
	margin-top: 15px;
}
#news-types-container > div {
	display: inline-block;
	padding: 10px;
}
.news-image {
	display: inline-block;
	width: 50px;
	height: 50px;
	position: relative;
	margin-right: 15px;
}
.news-image img {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	max-height: 50px; /* Whatever your containing div's height is set to */
	margin: 0 auto;
	left: 0;
	right: 0;
}
.news-info {
	display: inline-block;
	width: calc(100% - 70px);
}
.rep_photo {
	float: right;
}
div.representative .sep {
	clear: both;
}
@media print {
	body {
		background: #FFF;
		background-image: none;
	}

	#header,
	.headerNavigation,
	#columnLeft,
	#columnRight,
	.footer,
	#footer2,
	#printNav,
	.noprint,
	#admin_editbar,
	#pagelinks,
	.call_to_action,
	.nicescroll-rails,
	.top_nav_container,
	.bottom_nav_container,
	#bottom_social_bookmarks {
		display: none;
	}

	#bodyContent, #printlogo {
		display: block;
	}

	form {
		margin: 0px;
	}
}
span.checkout-summary-each {
	color: #ff0000;
	font-style: italic;
}
#productsPrice_each {
	display: none;
}
.site-btn {
	font-weight: 700;
	transition: all 0.4s;
}
.red-btn {
	background: red;
	color: #ffffff;
}
.red-btn:hover {
	background: #689902;
	color: #ffffff;
}
#faceted-search-down-icon {
	padding-left: 15px;
}
#headerWrapper {
	background-image: url("../../images/site/header-background.png");
}

#headerLeft div a picture {
	width: 80%;
}

#headerLeft div a img {
}

#header_search {
	width: 100% ;
}

.flex-category{
	position: relative;
}

.flex-item {
	position: relative;
	background: #004172;
	color: #ffffff;
	z-index: 1;
	cursor: pointer;
}

.flex-item:hover{
	background: #eee;
	color: #004172;
	transition-duration: 0.3s;
	cursor: pointer;
}


.category-home-image {
	position: absolute;
	top: -20%;
	right: 0;
	opacity: 0.6;
	z-index: -1;
}

.category-name {
	height: 10rem;
	margin-top: 3rem;
	font-size: 2rem;
	z-index: 1;
	text-transform: uppercase;
	text-decoration-style: solid;
	padding: 2rem 0 0 1rem;
	z-index: 100;
}

.category-name span {
	display: block;
}

#homepage-info .title {
	margin-top: 3rem;
	color: #005A9E;
	font-family: 'Proxima Nova Extrabold';
}

#homepage-info .information {
	margin-top: 1.5rem;
	font-family: 'Proxima Nova';
}

#homepage-info button, .feature-button button {
	text-transform: uppercase;
	background: #00B201;
	color: #ffffff;
	text-decoration-style: solid;
	border: 0;
	padding-left: 3rem;
	padding-right: 3rem;
	border: #ffffff solid 0.1rem;

}

#homepage-info button:hover, .feature-button button:hover {
	color: #00B201;
	background: #ffffff;
	transition-duration: 0.3s;
	border: #00B201 solid 0.1rem;

}

.why-image-homepage {
	position: relative;
	height: 495px;
}

.why-homepage .title {
	color: #005A9E;
	margin-top: 3rem;
	font-family: 'Proxima Nova Extrabold';
	font-size: 2rem;
	text-align: center;
}

.why-image {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	display: flex;
	flex-wrap: wrap;
}

.why-image-homepage .title {
	color: white;
	font-size: 2.5rem;
	font-weight: bold;
	transition: 0.3s;
	z-index: 111;
}

.why-image-homepage .description {
    color: black;
    font-size: 1.7rem;
	color: #ffffff;
	z-index: -111;
	opacity: 0;
	margin-left: 5%;
}

div.why-image > img {
max-width: 100%;
height: 100%;
}

.why-image-homepage:hover {
	cursor: pointer;
}

.why-image-homepage:hover .why-inner-container {
	position: absolute;
	bottom: 4%;
	transition: 0.3s;
	z-index: 111;
}

.why-image-homepage:hover .why-image {
	z-index: -9999;
	/*animation: move-up 0.3s linear forwards;*/
}

.why-image-homepage:hover .description {
	z-index: 1;
	opacity: 1;
}

.why-container {
	max-width: 387px;
	margin: 0 auto;
	margin-top: 2rem;
}

.why-inner-container {
	position: absolute;
	bottom: -10%;
	z-index: -111;
}

.feature-item {
	margin-top: 5rem;
	text-align: center;
}

.feature-button button {
	margin-top: 1rem;
}

.feature-title, .logo-container > div.title {
	color: #005A9E;
	margin-top: 1rem;
	font-weight: bold;
	text-transform: uppercase;
}

.logo-inner-container{
	border: 1px solid rgba(0,0,0,0.3);
	margin: 2px;
	width: 45%;
}
.logo-row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}
.logo {
	cursor: pointer;
	display: flex;
	justify-content: center;
}
.logo picture:last-child, .logo > img:last-child {
	display: none;
}
.logo:hover picture:last-child, .logo:hover > img:last-child {
	display: block;
}
.logo:hover picture:first-child, .logo:hover > img:first-child {
	display: none;
}
.logo-container > h2 {
	margin-top: 4rem;
	margin-bottom: 2rem;
	text-align: center;
}
.logo-container {
	margin-bottom: 40px;
}

.footer-container {
	background: url("../../images/uploads/footer-background.png");
	font-family: Proxima Nova Extrabold, sans-serif;
	color: #ffffff;
}

#columnLeft {
	padding: 0;
	margin: 30px 0;
	border-right: 1px solid #cccccc;
}

.footer-logo {
	padding-top: 2rem;
	display: flex;
	justify-content: center;
}

.footer-address {
	 padding: 2rem;
}
.footer-address > div {
	display: flex;
	justify-content: center;
	align-items: center;
}
.address1, .address2, .number1, .footer-email > div > div:nth-child(2){
	margin-left: 1rem;
}

.footer-call > div, .footer-email > div {
	display: flex;
	justify-content: center;
	align-items: center;
}

.footer-call {
	padding: 2rem;
	text-align: center;
}

.footer-social {
	margin-top: 1.2rem;
	margin-bottom: 1.2rem;
	display: inline-flex;
}

.footer-social .network {
	margin-right: 2rem;
}
.contentContainer {
	padding: 0;
	padding-top: 16px;
}
#page_homepage .contentContainer {
	padding-top: 0;
}
footer.footerWrapper {
	/*background-image: url("../../images/site/footer-background.png");*/
	color: #FFFFFF;
}
footer.footerWrapper a {
	color: #fff;
	text-decoration: none;
}
footer.footerWrapper a:hover {
	text-decoration: underline;
}
.btn {
	font-family: 'Proxima Nova Extrabold';
	font-size: 18px;
	border-radius: 1px;
	padding: 2px 10px;
}
.btn-success {
	background-color: #00B201;
	border: 2px solid #00B201;
}
.btn-success:hover, .btn-success:active {
	background-color: white;
	color: #00B201;
	border-color: #00B201;
}
.rf_fbu input[type="submit"]{
	font-family: 'Proxima Nova Extrabold';
	font-size: 18px;
	border-radius: 1px;
	padding: 2px 10px;
	background-color: #00B201;
	border: 2px solid #00B201;
	color: white;
}
.rf_fbu input[type="submit"]:hover, .rf_fbu input[type="submit"]:active {
	background-color: white;
	color: #00B201;
	border-color: #00B201;
}
.btn-primary {
	background-color: #005A9E;
	border: 2px solid #005A9E;
}
.btn-primary:hover, .btn-primary:active {
	background-color: white;
	color: #005A9E;
	border-color: #005A9E;
}
#page_homepage .breadcrumbsWrapper {
	display: none;
}
.breadcrumbsWrapper {
	text-transform: uppercase;
	background-color: #DDE9F2;
}

.breadcrumbs a {
	color: #000000;
}
.breadcrumbs a:hover {
	color: #005A9E;
}
.breadcrumbs {
	padding: 10px 8px;
	color: #000000;
}
#home-category-links {
	display: block;
	width: 100%;
	text-align: center;
	min-height: 1900px;
}
.home-category {
	display: inline-block;
	width: 275px;
	height: 161px;
	vertical-align: bottom;
}
#home-category-anchors {
	background-image: url("../../images/site/Blue/anchors-blue.webp");
}
#home-category-anchors:hover {
	background-image: url("../../images/site/Grey/anchors-grey.webp");
}
#home-category-bolts {
	background-image: url("../../images/site/Blue/bolts-blue.webp");
}
#home-category-bolts:hover {
	background-image: url("../../images/site/Grey/bolts-grey.webp");
}
#home-category-nuts {
	background-image: url("../../images/site/Blue/nuts-blue.webp");
}
#home-category-nuts:hover {
	background-image: url("../../images/site/Grey/nuts-grey.webp");
}
#home-category-rivets {
	background-image: url("../../images/site/Blue/rivets-blue.png");
}
#home-category-rivets:hover {
	background-image: url("../../images/site/Grey/rivets-grey.png");
}
#home-category-screws {
	background-image: url("../../images/site/Blue/screws-blue.png");
}
#home-category-screws:hover {
	background-image: url("../../images/site/Grey/screws-grey.png");
}
#home-category-washers {
	background-image: url("../../images/site/Blue/washers-blue.png");
}
#home-category-washers:hover {
	background-image: url("../../images/site/Grey/washers-grey.png");
}
#home-category-military {
	background-image: url("../../images/site/Blue/military-blue.webp");
}
#home-category-military:hover {
	background-image: url("../../images/site/Grey/military-grey.webp");
}
#home-category-metric {
	background-image: url("../../images/site/Blue/metric-blue.webp");
}
#home-category-metric:hover {
	background-image: url("../../images/site/Grey/metric-grey.webp");
}
#home-category-stainless {
	background-image: url("../../images/site/Blue/stainless-blue.png");
}
#home-category-stainless:hover {
	background-image: url("../../images/site/Grey/stainless-grey.png");
}
#home-category-nylon {
	background-image: url("../../images/site/Blue/nylon-blue.png");
}
#home-category-nylon:hover {
	background-image: url("../../images/site/Grey/nylon-grey.png");
}
#home-category-hardware {
	background-image: url("../../images/site/Blue/hardware-blue.webp");
}
#home-category-hardware:hover {
	background-image: url("../../images/site/Grey/hardware-grey.webp");
}
#home-category-sealants {
	background-image: url("../../images/site/Blue/sealants-blue.png");
}
#home-category-sealants:hover {
	background-image: url("../../images/site/Grey/sealants-grey.png");
}
/*.slideshow-cycle, .slideshows-slide {*/
/*	height: 63vw!important;*/
/*	width: 100% !important;*/
/*}*/
/*.slideshows-slide {*/
/*	background-position: center left;*/
/*}*/
#why-choose-wrapper{
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	margin-bottom: 80px;
	align-items: center;
	justify-content: center;
}
.why-choose {
	max-width:380px;
	width: 100%;
	height: 489px;
	display: flex;
	color: white;
	font-family: "Proxima Nova Extrabold";
	align-items: flex-end;
}
.why-choose .wc-slideup {
	font-family: "Proxima Nova";
	display: block;
}
.wc-text {
	vertical-align: bottom;
	padding-left: 10px;
	padding-bottom: 10px;
}
#wc-custom-made{
	/*background-image: url("../../images/site/custom-parts.png");*/
	background-repeat: no-repeat;
}
#wc-global {
	/*background-image: url("../../images/site/global-sourcing-specialists.png");*/
	background-repeat: no-repeat;
}
#wc-hybrid-vmi {
	/*background-image: url("../../images/site/hybrid-vmi.png");*/
	background-repeat: no-repeat;
}
#wc-vmi-vending {
	/*background-image: url("../../images/site/vmi-vending.png");*/
	background-repeat: no-repeat;
}
#wc-years {
	/*background-image: url("../../images/site/30-years-experience.png");*/
	background-repeat: no-repeat;
}
#wc-custom-made,
#wc-global,
#wc-hybrid-vmi,
#wc-vmi-vending,
#wc-years {
	background-repeat: no-repeat;
	background-size: cover;
}


#home-learn-more-block {
	text-align: center;
}
.home-learn-more {
	padding-top: 40px;
	padding-bottom: 40px;
}
.footer-icon-div {
	padding: 10px;
	text-align: center;
	display: block;
	clear: both;
}
.footer-icon-div div {
	float: left;
}
#footer-social img {
	margin: 10px;
}
#footer {
}
#subfooter {
	background-color: #004172;
}
#subfooter div:first-child {
	padding-top: 10px;
}
#subfooter div:last-child {
	padding-bottom: 10px;
}
.footer-phone, .footer-email, #authnet-container {
	margin: 0 auto;
}
.footer-phone {
	width: 235px;
}
.footer-email {
	width: 250px;
}
.footer-phone img {
	margin-top: 8px;
}
.footer-email img {
	margin-top: 3px;
}
.prod-info-column-heading {
	color: #005A9E;
	text-transform: uppercase;
	font-family: "Proxima Nova Extrabold";
}
.blue-font {
	color: #005A9E;
}
.green-font {
	color: #00B201;
}
.pricebreakTable td {
	padding: 0 5px;
}
/*Sticky header*/
#headerWrapper, #HomeheaderWrapper {
    width: 100%;
}
#page_homepage #bodyWrapper {
	padding-top: 0;
}
#home-changing h2 {
	margin-top: 0;
}
.heading-cta {
	margin: 15px auto 0;
	display: block;
	width: 200px;
	padding: 7px 15px;
}
.facetedfilterlist .clearfix {
	padding-bottom: 5px;
}
#page_product .buttonSet .btn {
	padding: 10px 20px;
}
#PIModel {
	padding: 4px
}
#otherServicesButtons {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
#otherServicesButtons a {
	position: relative;
}
#PIOtherServices {
	padding-bottom: 20px;
}
#PIOtherServices a:hover img {
	box-shadow: #005A9E 0 0 15px;

}
.otherServicesCaption {
	color: white;
	font-family: "Proxima Nova Extrabold";
	text-align: center;
	position: absolute;
	width: 260px;
	bottom: 0px;
}
.subpage_mainContent_wrapper .contentContainer {
	padding-left: 80px;
}
#topcats a img {
	margin-right: 6px;
	margin-top: -4px;
}
.special-pricing {
	color: #005A9E;
	font-size: 14px;
	padding: 8px 4px;
}
#columnRight {
	margin-bottom: 15px;
}
.scroll-rfq {
	float: left;
}
.usa, .canada {
	width: 70px;
	text-align: center;
	margin-right: 15px;
	color: black !important;
	height: 43px;
	background-position-y: 2px;
}
.usa span, .canada span {
	opacity: 0;
	color: white;
	font-family: Proxima Nova Extrabold, sans-serif;
	font-size: 14px;
}
.canada:hover span {
	opacity: 1;
}
.canada:hover {
	background-image: url("../../images/site/canada-hover.png");
}
.usa {
	background-image: url("../../images/site/usa.png");
	background-repeat: no-repeat;
	background-size: cover;
}
.canada {
	background-image: url("../../images/site/canada.png");
	background-repeat: no-repeat;
	background-size: cover;
}
#header-responsive-links {
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: space-between;
	margin-top: 10px;
}
#header-responsive-links .canada, #header-responsive-links .usa {
	width: 40px;
	height: 24px;
	margin-right: 10px;
}
#header-responsive-links .usa {
	margin-left: 10px;
}
.rfq-sidebar p {
	margin: 0 0 10px 0;
}
.rfq-sidebar {
	margin-top: 50px;
}