/*
 Theme Name:   Ace Tool Co
 Description:  A child theme of Metrolo for acetoolco.com
 Author:       Bil Weis
 Template:     metrolo
 Version:      1.0.1
*/

/* @import url('../metrolo/style.css'); */
@import url('//fonts.googleapis.com/css?family=Oswald');

table {
	margin: 0;
}

.grid {
    max-width: 1260px;
    margin: 0 auto;
}
.grid-span-3 {
    width: 25%;
    padding: 0 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    position: relative;
}
input[type="submit"]:hover, #submit:hover, .button:hover {
	background: rgba(255, 255, 255, .9) !important;
	color: #d02121 !important;
	text-decoration: none !important;
}

input[type="submit"], #submit, .button {
    background: #2F3590 !important;
    color: #ffffff;
    display: inline-block;
    cursor: pointer;
    border: solid 1px #2F3590 !important;
    text-transform: uppercase;
    font-weight: normal;
    -webkit-transition: color 0.2s ease-in, background-color 0.2s linear, box-shadow linear 0.2s;
    -moz-transition: color 0.2s ease-in, background-color 0.2s linear, box-shadow linear 0.2s;
    -o-transition: color 0.2s ease-in, background-color 0.2s linear, box-shadow linear 0.2s;
    transition: color 0.2s ease-in, background-color 0.2s linear, box-shadow linear 0.2s;
}

#itemDetailTab li {
	margin: 0;
	padding: 0;
	margin-right: 25px;
	text-indent: -20px;
	margin-left: 25px;
}
#itemDetailTab ul li {
	text-indent: 0;
	margin-left: 0;
}

/* Header Styles */
#header-primary {
	height: 120px;
	background: #ffffff !important; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%) !important; /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%) !important; /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ) !important; /* IE6-9 */
}
.header-primary-menu #branding, .header-primary-custom #branding {
    width: 19%;
}
.site-logo-image #site-description {
	display: none;
}
#site-logo.with-background {
	background-color: transparent;
	border: 0;
	padding: 5px 0 0;
}
#site-logo-image img {
	max-width: 210px;
}
a.custom-logo-link:hover {
	background: transparent;
}
.header-supplementary-bottom {
	border: 0;
}
.signin_wrap {
	float: right;
	width: auto;
/* 	height: 26px; */
	color: #fff;
	font: 14px/33px 'Lato',sans-serif;
}
.signin_wrap .social-icons a {
	border-right: 1px solid #e8e8e8;
	margin-right: 0;
}
.signin_wrap .fa {
	margin: 0 5px 0 15px;
}
.signin_wrap .right {
	text-align: right;
	display: none;
}
.signin_wrap a {
	color: #fff;
	margin-left: 10px;
}
.signin_wrap a:hover {
	color: #edecec !important;
}
.signin_wrap #userSessionContainer {
	position: relative;
	top: 0px;
	background-image: url(images/user-links-lcorner.png),url(images/user-links-rcorner.png);
	background-repeat: no-repeat,no-repeat;
	background-position-x: 0,100%;
	background-size: contain;
	padding: 0 39px;
	min-width: 330px;
    height: 27px;
}
#innerUserSessionContainer {
	width: 100%;
	height: 27px;
	background-color: #c7001d;
}
.signin_wrap #userSessionContainer #localeContainer, .signin_wrap #userSessionContainer #userAccountInfoOuter {
	float: left;
	position: relative;
	top: -4px;
/* 	margin-left: 24px; */
}
.signin_wrap #userSessionContainer #localeContainer, .signin_wrap #userSessionContainer #userAccountInfo {
	float: left;
	position: relative;
	top: -4px;
}
.signin_wrap #userSessionContainer #commerceHelpContainer {
	float: right;
	position: relative;
	top: -4px;
}
.signin_wrap #userSessionContainer #userAccountInfo span,
.signin_wrap #userSessionContainer #userAccountInfoOuter span {
	padding: 0 6px;
	color: rgba(255,255,255,0.3);
}
.signin_wrap #userSessionContainer #userAccountInfo a,
.signin_wrap #userSessionContainer #userAccountInfoOuter a {
	border-bottom: 1px dotted;
	color: #fff;
	font-weight: 400;
	text-decoration: none;
}
.signin_wrap #userSessionContainer #userAccountInfo a:hover,
.signin_wrap #userSessionContainer #userAccountInfoOuter a:hover {
	color: rgba(255,255,255,0.8);
}
.signin_wrap #userSessionContainer #localeContainer select {
	display: none;
}
.signin_wrap #userSessionContainer #localeContainer {
	display: none;
}
.signin_wrap #userSessionContainer .fa { 
	margin: 0 -10px 0 0;
}
.signin_wrap #userSessionContainer #commerceHelpContainer {
	margin: -1px 10px 0 0;
}
#navigationSearchForm {
	float: left;
	margin: 15px 0 0;
}
#signinNote {
	float: left;
    font-size: 12px;
    color: #111;
    padding: 0px 10px;
    margin: 0px 0 0 166px;
}
#searchInput {
	width: 575px;
	height: 45px;
	padding: 10px 12px 8px;
	font-size: 18px;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.39), 0 0 1px #FFF, 0 0px 0 #FFF;
	border: 1px solid #eca5a5;
}
#navigationSearchForm button {
	position: relative;
	background: url(images/magnifying-glass.png) no-repeat;/* #fff */
    background-size: contain;
    background-position: 6px 7px;
    background-size: 32px;
    color: transparent;
    width: 45px;
    height: 45px;
    float: left;
    left: 575px;
    border: 0;
}
#headerPhone {
	color: #333;
	float: right;
	clear: right;
	font-size: 40px;
	margin: 10px 20px 20px 0;
	letter-spacing: -.5px;
}
#headerPhone span {
	font-size: 16px;
    display: block;
    text-align: right;
    margin-bottom: 6px;
}
#headerPhone a {
	text-decoration: none;
}
#headerPhone a:hover {
	background: transparent !important;
}

/* Main Nav Styles */
.menuTab {
    display: block;
    background: url(images/menu-tab.png);
    background-size: 32px;
    width: 32px;
    height: 16px;
    position: absolute;
    top: -16px;
    left: 131px;
}
.menu-items {
	font-family: 'Oswald', sans-serif;
    font-size: 16px;
    font-weight: 900;
    color: rgba(255,255,255,.95);
}
.menu-items > li:first-of-type {
	border-left: 1px solid rgba(255,255,255,.175);
}
.menu-items > li {
	border-right: 1px solid rgba(255,255,255,.125);
}
.menu-items > li > a {
	padding: 26px 18px;
}
.menu-items li.current-menu-ancestor > a, .menu-items > li.current-menu-item > a, .menu-items > li:hover > a {
/* 	background: #d02121; */
	background: none;
}
#menu-secondary-items {
	vertical-align: middle;
}
#menu-secondary-items > li > a {
	display: inline-block; /* FIXES Dowm Arrow in IE */
	padding-top: 10px;
	padding-bottom: 10px;
	text-shadow: 0px 1px 3px rgba(5, 20, 35, .7);
	text-decoration: none;
}
.sf-with-ul {
	pointer-events: none;
	cursor: default;
}
.sf-menu.sf-arrows .sf-with-ul:after {
	display: inline-block; /* FIXES Dowm Arrow in IE */
	color: rgba(255,255,255,.7);
	font-family: 'FontAwesome';
}
.sf-menu ul {
    background: #fff;
    font-size: 14px;
    color: #222 !important;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(51,51,51,0.2);
	-moz-box-shadow: 0px 3px 6px 0px rgba(51,51,51,0.2);
	box-shadow: 0px 3px 6px 0px rgba(51,51,51,0.2);
	border-top: 4px solid red;
	z-index: 100;
}
.sf-menu ul:before {
	display: block;
	content: '';
    background: url(images/menu-tab.png);
    background-size: 26px;
    width: 26px;
    height: 12px;
    position: absolute;
    top: -12px;
    left: 82px;
}
.sf-menu ul li:hover > a {
	color: #000 !important;
    background: #dbdbdb;
}
.sf-menu ul li a {
	text-decoration: none;
}
.sf-menu > li:last-child > ul {
	left: 0 !important;
}
.sub-menu li.current-menu-item > a {
	background: transparent;
	color: #000;
}
.menu-items > li.menu-item:hover > a {
	background: #d02121;
}
#menu-top-nav .sub-menu li.current-menu-item > a {
	color: #0D2B88;
}
.manual-menu-hack {
	margin-right: -5px !important;
}
#menu-item-115 {
	display: none;
}
#menu-item-204, #menu-item-205, #menu-item-206 {
	display: none;
}
/* End Main Nav Styles */

/* Secondary Nav Styles */
#menu-secondary {
	display: inline-block;
	float: left;
}
#rightNavColumn {
    float: right;
    width: 410px;
    background: #103A65;
    box-sizing: border-box;
    padding: 5px 15px;
    border-left: 1px solid #0a2542;
    border-right: 1px solid #0a2542;
}
#cartInfo {
    float: left;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    color: #fff;
}
#cartInfo p {
    margin: 0;
}
#miniCartTitle {
    float: left;
    font-size: 10px;
    display: inline-block;
    text-align: left;
    margin: 0;
    padding: 0;
    height: 10px;
    line-height: 13px;
    color: rgba(255,255,255,.8);
}
#numberOfCartItems {
    float: left;
    clear: left;
    margin-right: 5px;
}
#numberOfCartItemsDisplayText {
    float: left;
    margin-right: 6px;
}
p#cartMoneyTotal {
    float: left;
    color: #a3ff00;
    font-size: 18px;
}
/*
#displayCheckout {
    font-weight: 500;
    color: #111;
    box-shadow: 0 1px 0 rgba(255,255,255,.6) inset;
    float: right;
    background: #e7e9ec;
    border-radius: 3px;
    cursor: pointer;
    padding: 5px 12px;
    margin: 0;
    background: #f3d078;
    background: -webkit-linear-gradient(top,#f7dfa5,#f0c14b);
    background: linear-gradient(to bottom,#f7dfa5,#f0c14b);
    -webkit-transition: color 0.2s ease-in, background-color 0.2s linear, box-shadow linear 0.2s;
    -moz-transition: color 0.2s ease-in, background-color 0.2s linear, box-shadow linear 0.2s;
    -o-transition: color 0.2s ease-in, background-color 0.2s linear, box-shadow linear 0.2s;
    transition: color 0.2s ease-in, background-color 0.2s linear, box-shadow linear 0.2s;
}
#displayCheckout:hover {
    background: rgba(245,213,137,1);
    background: -moz-linear-gradient(top, rgba(245,213,137,1) 0%, rgba(241,200,96,1) 47%, rgba(238,186,55,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(245,213,137,1)), color-stop(47%, rgba(241,200,96,1)), color-stop(100%, rgba(238,186,55,1)));
    background: -webkit-linear-gradient(top, rgba(245,213,137,1) 0%, rgba(241,200,96,1) 47%, rgba(238,186,55,1) 100%);
    background: -o-linear-gradient(top, rgba(245,213,137,1) 0%, rgba(241,200,96,1) 47%, rgba(238,186,55,1) 100%);
    background: -ms-linear-gradient(top, rgba(245,213,137,1) 0%, rgba(241,200,96,1) 47%, rgba(238,186,55,1) 100%);
    background: linear-gradient(to bottom, rgba(245,213,137,1) 0%, rgba(241,200,96,1) 47%, rgba(238,186,55,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5d589', endColorstr='#eeba37', GradientType=0 );
}
*/
#displayCheckout {
	background: rgba(209,255,82,1);
	background: -moz-linear-gradient(top, rgba(209,255,82,1) 0%, rgba(145,231,64,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(209,255,82,1)), color-stop(100%, rgba(145,231,64,1)));
	background: -webkit-linear-gradient(top, rgba(209,255,82,1) 0%, rgba(145,231,64,1) 100%);
	background: -o-linear-gradient(top, rgba(209,255,82,1) 0%, rgba(145,231,64,1) 100%);
	background: -ms-linear-gradient(top, rgba(209,255,82,1) 0%, rgba(145,231,64,1) 100%);
	background: linear-gradient(to bottom, rgba(209,255,82,1) 0%, rgba(145,231,64,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1ff52', endColorstr='#91e740', GradientType=0 );
	-webkit-transition: color 0.2s ease-in, background-color 0.2s linear, box-shadow linear 0.2s;
    -moz-transition: color 0.2s ease-in, background-color 0.2s linear, box-shadow linear 0.2s;
    -o-transition: color 0.2s ease-in, background-color 0.2s linear, box-shadow linear 0.2s;
    transition: color 0.2s ease-in, background-color 0.2s linear, box-shadow linear 0.2s;
}
#displayCheckout:hover {
	background: rgba(194,245,56,1);
	background: -moz-linear-gradient(top, rgba(194,245,56,1) 0%, rgba(130,218,47,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(194,245,56,1)), color-stop(100%, rgba(130,218,47,1)));
	background: -webkit-linear-gradient(top, rgba(194,245,56,1) 0%, rgba(130,218,47,1) 100%);
	background: -o-linear-gradient(top, rgba(194,245,56,1) 0%, rgba(130,218,47,1) 100%);
	background: -ms-linear-gradient(top, rgba(194,245,56,1) 0%, rgba(130,218,47,1) 100%);
	background: linear-gradient(to bottom, rgba(194,245,56,1) 0%, rgba(130,218,47,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2f538', endColorstr='#82da2f', GradientType=0 );
}
#cartLink {
    color: #111;
    float: right;
    font-weight: normal;
    margin-right: 12px;
    text-decoration: none;
}
#cart {
    text-align: center;
    background: #eff0f3;
    background: -webkit-linear-gradient(top,#f7f8fa,#e7e9ec);
    background: linear-gradient(to bottom,#f7f8fa,#e7e9ec);
    border-radius: 3px;
    width: auto;
    height: 35px;
    margin: 0;
    padding: 5px 16px;
    box-sizing: border-box;
}
#cart:hover {
    text-decoration: none;
    background: rgba(247,248,250,1);
    background: -moz-linear-gradient(top, rgba(247,248,250,1) 0%, rgba(224,227,232,1) 47%, rgba(218,221,226,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(247,248,250,1)), color-stop(47%, rgba(224,227,232,1)), color-stop(100%, rgba(218,221,226,1)));
    background: -webkit-linear-gradient(top, rgba(247,248,250,1) 0%, rgba(224,227,232,1) 47%, rgba(218,221,226,1) 100%);
    background: -o-linear-gradient(top, rgba(247,248,250,1) 0%, rgba(224,227,232,1) 47%, rgba(218,221,226,1) 100%);
    background: -ms-linear-gradient(top, rgba(247,248,250,1) 0%, rgba(224,227,232,1) 47%, rgba(218,221,226,1) 100%);
    background: linear-gradient(to bottom, rgba(247,248,250,1) 0%, rgba(224,227,232,1) 47%, rgba(218,221,226,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f8fa', endColorstr='#dadde2', GradientType=0 );
}
#cart img {
    border: none;
    margin: 0 5px 0 0;
    text-decoration: none !important;
    vertical-align: text-top;
}
/* End Secondary Nav Styles */

#page-wrapper .lSSlideOuter .lSPager.lSpg > li a {
	width: 27px;
}
.lSSlideOuter .lSPager.lSpg > li a {
	background-color: #2F3590;
}

/* End Header Styles */

/* Home Page Styles */
.lSAction > a::after {
  font-family: 'FontAwesome';
}
.frontpage-area .widget {
    margin: 35px 0 10px;
}
/*#text-5, #text-6, #text-7 {
	border: 1px solid #ddd;
	border-bottom: 90px solid #2F3590;
	padding: 15px;
    min-height: 120px;
}
#text-5 {
	background: url(images/afa-welcome.jpg) no-repeat;
    background-size: 362px;
    background-position: 0 -44px;
}
#text-6 {
	background: url(images/afa-repair-shop.jpg) no-repeat;
    background-size: 360px;
    background-position: 0 -70px;
}
#text-7 {
	background: url(images/afa-jansan.jpg) no-repeat;
    background-size: 360px;
    background-position: 0 -35px;
}*/
#frontpage-area_b {display: none;}
#frontpage-area_b_1 .widget-title, #frontpage-area_b_2 .widget-title, #frontpage-area_b_3 .widget-title {
	position: relative;
    top: 147px;
    color: #fff;
    line-height: 20px;
}
#frontpage-area_b_1 .textwidget, #frontpage-area_b_2 .textwidget, #frontpage-area_b_3 .textwidget {
	position: absolute;
    bottom: 20px;
    color: rgba(255,255,255,.9);
    line-height: 20px;
}
#frontpage-area_c_1 .widget-title, #frontpage-area_d_1 .widget-title {
	background: #2F3590;
    padding: 5px 10px;
    color: #fff;
}

#hoot-cta-widget-3 {
	background: url(images/afa-welcome.jpg) no-repeat;
    background-size: 362px !important;
    background-position: 0 -44px;
}
#hoot-cta-widget-4 {
	background: url(images/afa-repair-shop.jpg) no-repeat;
    background-size: 360px !important;
    background-position: 0 -67px;
}
#hoot-cta-widget-5 {
	background: url(images/afa-jansan.jpg) no-repeat;
    background-size: 360px !important;
    background-position: 0 -35px;
}
.cta-widget {
	margin: 0;
	text-align: center;
	height: 0;
}
.cta-widget-box {
	border: 1px solid #ddd;
    border-bottom: 90px solid #2F3590;
/*     padding: 15px 0 0; */
    height: 150px;
}
.cta-headline {
    position: relative;
    top: 137px !important;
    padding: 0 15px;
    text-align: left;
	text-transform: uppercase;
    color: #fff;
    line-height: 20px;
}
.cta-description {
	position: absolute;
    bottom: 20px;
    color: rgba(255,255,255,.9);
    line-height: 20px;
    text-align: left;
}
.cta-description p {
	margin: 0 15px;
	text-transform: none;
}
.cta-widget-button {
	width: 100%;
	background: transparent !important;
	color: transparent !important;
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
}
.cta-widget-button-text {
	text-align: center;
    font-size: 1.5em;
    line-height: 108px;
}

.featProdContainer .featProdBlock:nth-child(4n+4) {
	margin-right: 0 !important;
}
.featProdBlock, .featProdBlockLanding {
	float: left;
	width: 24%;
	text-align: center;
	min-height: 260px;
	margin-right: 1.3%;
	margin-bottom: 12px;
	padding: 10px;
	display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    border: 1px solid #eee;
    box-sizing: border-box;
}
.featProdBlockLanding {
	width: 32%;
}
.featProdBlock:hover, .featProdBlockLanding:hover {
	background: #fff;
    box-shadow: 0 0 6px #ddd;
}
.featProdBlock a, .featProdBlockLanding a {
	width: 100%;
	min-height: 300px;
	text-decoration: none;
/* 	padding: 10px; */
}
.featProdBlock .prodImg, .featProdBlockLanding .prodImg {
	display: flex;
	min-height: 160px;
}
.featProdBlock .prodImg img, .featProdBlockLanding .prodImg img {
	max-width: 160px;
    max-height: 160px;
    margin: auto;
}
.featProdBlock .mfgName, .featProdBlockLanding .mfgName {
	font-size: 1.2em;
    font-weight: 600;
    color: #111;
    margin: 5px 0 0 0;
}
.featProdBlock p.prodName, .featProdBlockLanding p.prodName {
	color: #111;
	margin: 5px 0 5px;
    padding: 0 20px;
    line-height: 18px;
}
.featProdBlock p.partNum, .featProdBlockLanding p.partNum {
	font-weight: 600;
	color: #111;
	margin: 0;
}
.featProdBlock p.salePrice, .featProdBlockLanding p.salePrice {
	font-size: 16px;
	font-weight: 600;
	margin: 0;
	visibility: hidden;
}
.featProdBlock p.salePriceShow, .featProdBlockLanding p.salePriceShow {
	font-size: 16px;
	font-weight: 600;
	margin: 0;
	visibility: visible !important;
}
.featProdBlock p.salePrice span, .featProdBlockLanding p.salePrice span {
	display: block;
    background: #2F3590;
    color: #fff;
    width: 80%;
    margin: 3px auto;
}
.featProdBlock .triangle, .featProdBlockLanding .triangle {
	position: absolute;
    margin: -11px;
    border-style: solid;
    border-width: 90px 90px 0 0;
    border-color: #d02121 transparent transparent transparent;
}
.featProdBlockLanding .triangle {
	margin: -25px -11px;
}
.featProdBlock .triangleCallOut, .featProdBlockLanding .triangleCallOut {
	position: absolute;
    margin: -3px -5px;
    color: #fff;
    width: 50px;
    text-align: left;
    line-height: 13px;
    font-size: 12px;
    font-style: italic;
    font-weight: 600;
}
.featProdBlockLanding .triangleCallOut {
	margin: -18px -5px;
}
.topBrandsContainer .topBrandsBox:nth-child(5n+5) {
	margin-right: 0 !important;
}
.topBrandsBox {
	float: left; 
	width: 19%; 
	height: 120px; 
/* 	background: #eee; */
	margin: 0 1.25% 15px 0;
	text-align: center;
}
.topBrandsBox a {
	width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    color: #111 !important;
    font-weight: 600;
    text-decoration: none;
}
.topBrandsContainer .topBrandsBox img {
	max-width: 130px;
	max-height: 55px;
}
.logo-box {
	height: 80px;
    display: flex;
    align-items: center;
}
.topBrandsContainer .topBrandsBox p {
	margin-top: 0em;
	line-height: 15px;
}
/* End Home Page Styles */

/* Aside Styles */
#menu-top-nav > li:nth-of-type(4) > a,
#menu-top-nav > li:nth-of-type(6) > a,
#menu-top-nav > li:nth-of-type(7) > a,
#menu-top-nav > li:nth-of-type(8) > a {
	pointer-events: none;
    cursor: default;
}
.main ul {
	margin-top: 0;
}
.main ul li a {
	color: #2F3590;
    display: inline-block;
    font-size: 1em;
    font-weight: bold;
    margin: 0;
    text-decoration: none;
}
.main ul li a:hover {
	text-decoration: underline;
}
.main ul.sub-menu li a:before {
	font-family: FontAwesome;
	content: "\f105";
	display: inline-block;
	margin-right: 5px;
	margin-left: -10px;
}
/*
.main ul, .main ul.disc {
    list-style: none;
}
*/
#sidebar-primary > #nav_menu-2 > .menu-top-nav-container > #menu-top-nav {
	list-style: none !important;
}
.main ul ul, .main ol ul {
    list-style-type: none;
    margin-left: 15px;
}
/* End Aside Styles */


.section-divider {
    margin: 20px 0 10px;
    background: #fff url(images/divider-stripe.gif) top left repeat-x;
    padding-top: 24px;
    display: block;
}


/* Complimentary Styles */
.contrast-typo {
	background: #2f3590 !important; /* Old browsers */
	background: -moz-linear-gradient(top, #2f3590 0%, #1e2258 100%) !important; /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #2f3590 0%,#1e2258 100%) !important; /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #2f3590 0%,#1e2258 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f3590', endColorstr='#1e2258',GradientType=0 ) !important; /* IE6-9 */
}
.contrast-typo h3 {
	color: #fff !important;
	text-transform: uppercase;
}
/* End Complimentary Styles */

/* Content Styles */

#main #loop-meta {
	display: none;
}
.entry-the-content ul.disc {
	margin-left: 40px;
  padding-right: 60px;
}

/* End Content Styles */

/* Manufacturers Page Styles */
div.letter_bar {
	float: left;
	width: 100%;
	font-size: 20px;
	font-weight: 600;
}
.letter_bar a {
	float: left;
	width: 25px;
	text-align: center;
	margin-right: .875%;
	margin-bottom: 5px;
	padding: 6px 0;
	border: 1px solid #eee;
}
ul.manufacturer_list {
	list-style-type: none;
	margin: 0;
}
ul.manufacturer_list ul {
	float: left;
	width: 100%;
	list-style-type: none;
	margin: 0;
}
ul.manufacturer_list li ul li {
	float: left;
	width: 25%;
	text-align: center;
	height: 140px;
	display: flex;
	align-items: center;
	justify-content: center;
}
ul.manufacturer_list li ul li a span {
	font-weight: 500;
	color: #111;
}
ul.manufacturer_list img {
	max-width: 125px;
    max-height: 80px;
}
.ref_bar {
	float: left;
	width: 100%;
	padding: 5px 10px;
	background: #eee;
}
.fltlft {
	float: left;
	font-size: 20px;
	font-weight: 600;
	margin: 0;
}
.back_to_top {
	display: inline-block;
	float: right;
	margin-top: 2px;
	margin-bottom: 0;
}
/* End Manufacturers Page Styles */

/* Contact Us Page Styles */
.locBox {
	float: left;
    width: 32%;
    min-height: 345px;
    margin: 0 2% 15px 0;
    border: 1px solid #ddd;
    padding: 15px;
    box-sizing: border-box;
}
.locBoxContainer .locBox:nth-child(3n+3) {
	margin-right: 0;
}
.locBox a span {
	letter-spacing: -.8px;
}
.locBox p {
	font-size: 1.2em;
}
.locBox p.hours {
	margin-bottom: 5px;
}
.contact_box {
	float: left;
  margin-bottom: 10px;
  width: 100%;
}
.contact_mode {
	float: left;
	width: 40%;
	margin: 0;
}
.contact_info {
	float: left;
	width: 60%;
	margin: 0;
}
.days {
    display: inline-block;
    float: left;
    width: 40%;
    font-size: 13px;
}
.times {
    display: inline-block;
    float: left;
    width: 60%;
    font-size: 13px;
}
#form_area {
	float: left;
	width: 100%;
}
div.wpcf7 {
	float: left;
	width: 100%;
}
/* wpcf7-f3001-p35-o1 */
#wpcf7-f3000-p6155-o1 > form p, #wpcf7-f3001-p35-o1 > form p, #wpcf7-f97-p47-o1 > form p {
	width: 40%;
}
#wpcf7-f3000-p6155-o1 > form p {
	width: 100%;
	clear: both;
}
.hoot-cf7-style .wpcf7-form p:nth-of-type(3n+1) {
	clear: none;
}
.hoot-cf7-style .wpcf7-form p:nth-of-type(5) {
	width: 100% !important;
	margin-right: 0;
}
.hoot-cf7-style .wpcf7-form p:nth-of-type(5) > label {
	width: 80.5% !important;
}
/*
.hoot-cf7-style .wpcf7-form p:nth-of-type(6) {
	width: 30% !important;
	clear: left;
  margin-top: 40px;
}
*/
.hoot-cf7-style .wpcf7-form > .wpcf7-form-control-wrap {
	/* 	reCAPTCHA */
	float: left;
}
span.wpcf7-not-valid-tip {
	margin-top: 15px;
}
.hoot-cf7-style div.wpcf7-mail-sent-ok {
	float: left;
	width: 80%;
}
div.wpcf7-spam-blocked {
	float: left !important;
  clear: left !important;
}
div.wpcf7-response-output {
	margin: 0 !important;
}
/* End Contact Us Page Styles */

/* Register Page Styles */
#wpcf7-f92-p37-o1 > form p {
	width: 100%;
}
#wpcf7-f92-p37-o1 > form select {
	width: 320px;
}
#reg-user-name, #reg-password-1 {
	width: auto !important;
}
#reg-comments {
	width: 600px;
}
#wpcf7-f92-p37-o1 span.terms {
	display: inline-block;
}
#terms-note {
	font-weight: normal;
	font-size: 12px;
}
#wpcf7-f92-p37-o1 .wpcf7-form p:nth-of-type(24) {
  width: 30% !important;
  clear: left;
  margin-top: 40px;
}
.hoot-cf7-style div.wpcf7-validation-errors {
	float: left;
	clear: left;
	padding: 20px;
}
.text-muted {
	display: inline-block;
  color: #777;
  text-transform: none;
}
#wpcf7-f3000-p37-o1 > form p {
	width: 100% !important;
}
#wpcf7-f3000-p37-o1 > form p:nth-of-type(12) label,
#wpcf7-f3000-p37-o1 > form p:nth-of-type(18) label,
#wpcf7-f3000-p37-o1 > form p:nth-of-type(19) label,
#wpcf7-f3000-p37-o1 > form p:nth-of-type(20) label {
	width: 100% !important;
  max-width: 304px;
}
.wpcf7-list-item {
	margin: 0;
}
#wpcf7-f3000-p37-o1 > form p:nth-of-type(8) .wpcf7-list-item.last {
	margin-left: 10px;
}
#wpcf7-f3000-p37-o1 > form p:nth-of-type(23) .wpcf7-list-item {
	margin: 0 3px 0 0;
}
.hoot-cf7-style .wpcf7-form .wpcf7-form-control-wrap:after {
	display: none !important;
}
.wpcf7-form-control.wpcf7-submit {
	max-width: 300px;
}
/* End Register Page Styles */

/* Search Help Styles */
#wpcf7-f366-p364-o1 p {
	width: 100%;
}
#wpcf7-f366-p364-o1 .your-subject input[type="text"].wpcf7-text {
	width: 550px !important;
}
#wpcf7-f366-p364-o1 .your-message textarea.wpcf7-textarea {
	width: 880px !important;
}
#wpcf7-f366-p364-o1 input[type="submit"].wpcf7-submit {
	width: 230px !important;
}
/* End Search Help Styles */

/* Careers Page Styles */
#career-listing-table {
	float: left;
	width: 80%;
	margin: 25px 0 !important;
}
#career-listing-header, .career-listing-row {
	float: left;
	width: 100%;
	clear: left;
}
#career-listing-header {
	background: #ccc;
	padding: 3px 8px;
  font-weight: bold;
}
.career-listing-row {
	padding: 3px 8px;
  border-bottom: 1px solid #ddd;
}
.career-listing-title {
	float: left;
	width: 45%;
}
.career-listing-type {
	float: left;
	width: 20%;
}
.career-listing-location {
	float: left;
	width: 35%;
}
/* End Careers Page Styles */

/* Publication Styles */
.pubBox {
	float: left;
	width: 32%;
	text-align: center;
	padding: 10px 0 20px;
}
.pubBox > img, .pubBox > a > img {
	border: 1px solid #ddd;
	max-height: 260px;
}
.pubLink {
	float: left;
	width: 50%;
}
.pubLink a {
	line-height: 18px;
	display: inline-block;
}
/* End Publication Styles */

/* Footer Styles */
#footer {
	background: #2f3590 !important; /* Old browsers */
	background: -moz-linear-gradient(top, #2f3590 0%, #1e2258 100%) !important; /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #2f3590 0%,#1e2258 100%) !important; /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #2f3590 0%,#1e2258 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f3590', endColorstr='#1e2258',GradientType=0 ) !important; /* IE6-9 */
}
.footer {
	padding: 15px 0 35px;
}
.footer a {
	-webkit-transition: color 0.2s ease-in, background-color 0.2s linear, border-color 0.2s linear;
    -moz-transition: color 0.2s ease-in, background-color 0.2s linear, border-color 0.2s linear;
    -o-transition: color 0.2s ease-in, background-color 0.2s linear, border-color 0.2s linear;
    transition: color 0.2s ease-in, background-color 0.2s linear, border-color 0.2s linear;
    border-bottom: none;
    color: rgba(255,255,255,.8) !important;
    text-decoration: none;
}
.footer a:hover {
    border-bottom: none;
    color: rgba(255,255,255,1) !important;
}
.footer-logo-wrap {
	width: 100%;
	text-align: center;
}
img.footer-logo {
	max-width: 75%;
	margin-top: -10px;
}
.footer p {
	opacity: .9 !important;
	padding: 0 10px;
	margin-bottom: 8px;
	font-size: .9em;
	line-height: 18px;
}
.footer p.footerPhone {
	padding: 0;
	margin: 0;
	font-size: 1.3em;
}
#payment-title {
	display: block;
	margin-top: 15px;
	font-size: 10px;
	color: rgba(255,255,255,.9);
}
.post-footer {
	float: left;
	font-family: "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: rgba(255,255,255,.6) !important;
    background: rgba(47, 53, 144, .9) !important;
    width: 100%;
}
#scrollup {
	background: url(images/scroll-white.png) #2F3590 no-repeat;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 0;
    color: #fff;
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 21px;
    right: 15px;
    display: none;
    text-indent: -9999px;
    transition: background 0.2s ease-in 0s;
}
#scrollup:hover {
    background: url(images/scroll-white.png) #D02121 no-repeat;
    border: 1px solid rgba(255, 255, 255, 0.5);
}
/* End Footer Styles */

/* MEDIA QUERIES */

@media only screen and (max-width: 1280px) {
	#site-logo-image img {
    margin-left: 15px;
	}
}
@media only screen and (max-width: 1199px) {
	#searchInput {
		width: 525px;
	}
	#navigationSearchForm button {
		left: 525px;
	}
	#signinNote {
	    margin: 0px 0 0 144px;
	}
}
@media only screen and (max-width: 1140px) {
	#searchInput {
		width: 475px;
	}
	#navigationSearchForm button {
		left: 475px;
	}
	#signinNote {
	    margin: 0px 0 0 122px;
	}
}
@media only screen and (max-width: 1065px) {
	#site-logo-image img {
		max-width: 210px;
	}
	#searchInput {
		width: 455px;
	}
	#navigationSearchForm button {
		left: 455px;
	}
	#headerPhone {
		font-size: 36px;
	}
	#signinNote {
	    margin: 0px 0 0 112px;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 976px) {
	#site-logo-image img {
    max-width: 210px;
	}
	#navigationSearchForm {
    margin: 15px 0 0 20px;
	}
	#signinNote {
    margin: 0px 0 0 132px;
	}
	.cta-widget-box {
		border-bottom: 110px solid #2F3590;
	}
	#hoot-cta-widget-5 {
		background-size: 282px;
		background-position: 0 -60px;
	}
	.featProdBlock, .featProdBlockLanding {
		min-height: 360px;
	}
	.featProdBlock .triangle, .featProdBlockLanding .triangle {
		margin: -30px -11px;
	}
	.featProdBlock .triangleCallOut, .featProdBlockLanding .triangleCallOut {
		margin: -23px -5px;
	}
}
@media only screen and (max-width: 975px) {
	#site-logo-image img {
		max-width: 190px;
	}
	#searchInput {
	    width: 415px;
	}
	#navigationSearchForm button {
		left: 415px;
	}
	#signinNote {
	    margin: 0px 0 0 92px;
	}
	.featProdBlock, .featProdBlockLanding {
		min-height: 330px;
	}
	.featProdBlock .triangle, .featProdBlockLanding .triangle {
		margin: -14px -11px;
	}
	.featProdBlock .triangleCallOut, .featProdBlockLanding .triangleCallOut {
		
	}
}
@media only screen and (max-width: 925px) {
	#site-logo-image img {
		max-width: 190px;
	}
	#searchInput {
	    width: 385px;
	}
	#navigationSearchForm button {
		left: 385px;
	}
	#headerPhone {
		font-size: 34px;
	}
	#signinNote {
	    margin: 0px 0 0 74px;
	}
}
@media only screen and (max-width: 875px) {
	#header-primary {
		height: 143px;
	}
	#header-primary #site-logo.site-logo-image {
		padding: 0 15px;
	}
	#site-logo-image img {
		float: left;
		max-width: 190px;
		margin: 26px 0 5px;
	}
	#navigationSearchForm {
		clear: left;
		margin: 8px 0 0;
		width: 100%;
	}
	#searchInput {
		width: 94.25% !important;
		margin-left: 45px;
		border-radius: 0;
	}
	#navigationSearchForm button {
		position: absolute;
		top: 110px;
		right: 5px;
		left: inherit;
	}
	#headerPhone {
		font-size: 32px;
		margin: 8px 20px 8px 0;
	}
	#headerPhone span {
		margin-bottom: 3px;
	}
	#signinNote {
	    display: none;
	}
	.header-supplementary-bottom .mobilemenu-fixed .menu-toggle {
		position: absolute;
		top: -45px;
		background: #2F3590;
		margin-top: 0;
		font-size: 20px;
		padding: 9px 2px;
	}
	.mobilemenu-fixed .menu-toggle-text {
		display: none;
	}
	.mobilemenu-fixed.mobilemenu-open #menu-primary-items, 
	.mobilemenu-fixed.mobilemenu-open #menu-secondary-items {
		background: #2F3590;
	}
	.menu-items > li.menu-item:hover > a {
		width: 100%;
	}
	.sf-menu ul li a {
		padding-left: 20px;
	}
	#menu-item-115 {
		display: block;
	}
	input[type="submit"]:hover, #submit:hover, .button:hover {
		background: rgba(255, 255, 255, 0);
		color: transparent;
	}
	.featProdBlock, .featProdBlockLanding {
		min-height: 350px;
	}
	.featProdBlock .triangle, .featProdBlockLanding .triangle {
		margin: -25px -11px;
	}
	.featProdBlock .triangleCallOut, .featProdBlockLanding .triangleCallOut {
		margin: -18px -5px;
	}
	.featProdBlock .prodImg img, .featProdBlockLanding .prodImg img {
		max-width: 130px;
		max-height: 130px;
    }
    .featProdBlock p.prodName, .featProdBlockLanding p.prodName {
	    padding: 0 0;
    }
    .topBrandsContainer .topBrandsBox img {
		max-width: 110px;
		max-height: 40px;
	}
	.ref_bar {
		width: 97%;
	}
	.locBox p {
		font-size: 1em;
	}
	.locBox a {
		font-size: 14px;
	}
	.days, .times {
		font-size: 12px;
		letter-spacing: -.4px;
	}
    #sidebar-primary {
	    display: none;
    }
    .footer .footer-column {
	    width: 25%;
    }
    img.footer-logo {
		max-width: 100%;
    }
	
}
@media only screen and (max-width: 875px) and (min-width: 421px) {
	#frontpage-area_b_1, #frontpage-area_b_2, #frontpage-area_b_3 {
		width: 33.33333333%;
	}
	.cta-widget-box {
		border-bottom: 130px solid #2F3590;
	}
	.cta-description p {
		font-size: 13px;
	}
	.grid-span-3 {
		padding: 0 20px;
	}
	.footer p {
		font-size: .8em;
	}
}
@media only screen and (max-width: 875px) and (min-width: 801px) {
	#header-primary {
    height: 113px;
	}
	#navigationSearchForm {
		width: auto;
	}
	#searchInput {
		width: 360px !important;
    margin: 0 0 0 70px;
	}
	#navigationSearchForm button {
    top: 41px;
    right: 264px;
	}
	#signinNote {
    display: block;
    margin: 0 0 0 94px;
	}
}
@media only screen and (max-width: 875px) and (min-width: 769px) {
	#sidebar-primary {
    display: block;
	}
	#menu-item-115 {
		display: none;
	}
}
@media only screen and (min-width: 800px) {
	.flexmenu .sf-menu.sf-arrows > li > .sf-with-ul::after {
		float: right;
		position: relative;
		top: 0;
		margin-top: .3em;
		margin-left: 5px;
		right: 0;
		line-height: 1em;
	}
}
@media only screen and (max-width: 812px) and (min-width: 800px) {
	.header-primary-menu #branding, .header-primary-custom #branding {
    float: left;
	}
	#site-logo-image img {
    margin: 21px 0 5px;
	}
	#navigationSearchForm {
    position: absolute;
    top: 35px;
	}
	#searchInput {
    width: 330px !important;
    margin: 0 0 0 225px;
	}
	#navigationSearchForm button {
    top: 0px;
    right: 2px;
	}
	#signinNote {
    margin: 54px 0 0 100px;
    font-size: 10px;
	}
}
@media only screen and (max-width: 800px) and (min-width: 769px) {
	#header-primary {
    height: 108px;
	}
	#site-logo-image img {
		margin: 23px 0 5px;
	}
	#navigationSearchForm {
		width: 310px;
		margin: 4px 0 0 35px;
	}
	#searchInput {
		width: 310px !important;
	}
	#navigationSearchForm button {
    top: 37px;
    right: 260px;
  }
  #signinNote {
    display: block;
    margin: 0 0 0 76px;
	}
}
@media only screen and (max-width: 799px) {
	#page-wrapper #site-description {
		display: none;
	}
}
@media only screen and (max-width: 768px) {
	#signinNote {
    display: block;
    position: absolute;
    top: 77px;
    left: 65px;
	}
	.hoot-cf7-style .wpcf7-form > .wpcf7-form-control-wrap {
    float: none;
	}
}
@media only screen and (max-width: 736px) {
	#searchInput {
    width: 94% !important;
    margin-left: 44px;
	}
  #signinNote {
    display: block;
    position: absolute;
    top: 78px;
    left: 50px;
    font-size: 11px;
	}
}
@media only screen and (max-width: 667px) {
	#signinNote {
    left: 40px;
    font-size: 10px;
	}
	#searchInput {
    width: 93.25% !important;
	}
}
@media only screen and (max-width: 667) and (min-width: 616) {
/* 	FOR GALAXY S5 */
}
@media only screen and (max-width: 640px) {
	#searchInput {
    width: 93% !important;
	}
}
@media only screen and (max-width: 615px) {
	#site-logo-image img {
		max-width: 160px;
	}
	.signin_wrap #userSessionContainer {
		min-width: 290px;
	}
	.signin_wrap #userSessionContainer #localeContainer, 
	.signin_wrap #userSessionContainer #userAccountInfoOuter {
		font-size: 12px;
	}
	#headerPhone {
		font-size: 32px;
		margin: 2px 20px 0 0;
	}
	#headerPhone span {
		margin-bottom: 3px;
	}
	#navigationSearchForm button {
		top: 99px;
	}
	.featProdBlock, .featProdBlockLanding {
		min-height: 390px;
	}
}
@media only screen and (max-width: 600px) {
	#searchInput {
    width: 92.5% !important;
	}
	#signinNote {
    top: 70px;
    left: 10px;
	}
}
@media screen and (max-height: 575px) {
	#rc-imageselect, .g-recaptcha {
    transform: scale(0.96);
    -webkit-transform: scale(0.96);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
	}
}
@media only screen and (max-width: 575px) and (min-width: 481px) {
	#searchInput {
		width: 92% !important;
  }
	#frontpage-area_b_1 {
		padding-right: 0;
	}	
	#frontpage-area_b_2 {
		padding-left: 7px;
		padding-right: 7px;
	}
	#frontpage-area_b_3 {
		padding-left: 0;
	}
	#hoot-cta-widget-3 {
		background-size: 313px;
		background-position: 0 -34px;
	}
	#hoot-cta-widget-4 {
		background-size: 320px;
		background-position: -20px -57px;
	}
	#hoot-cta-widget-5 {
		background-size: 180px;
  }
	.cta-headline {
		font-size: 1.2em !important;
	}
	.cta-description p {
		font-size: 11px !important;
	}
	.featProdBlock .prodImg img, .featProdBlockLanding .prodImg img {
		max-width: 100px;
		max-height: 100px;
	}
	.featProdBlock a, .featProdBlockLanding a {
		min-height: 340px;
  }
  .topBrandsContainer .topBrandsBox img {
		max-width: 95px;
		max-height: 35px;
	}
	.locBox a {
		font-size: 13px;
		letter-spacing: -.4px;
	}
	.locBox a span {
		letter-spacing: -1px;
	}
	.days, .times {
		font-size: 11px;
		letter-spacing: -.8px;
	}
	.hoot-cf7-style .wpcf7-form p:nth-of-type(6) {
		width: 50% !important;
	}
	.footer p {
		font-size: .6em;
	}
	#footer > .grid > .footer-column > .widget_text > .widget-title {
		font-size: 14px;
	}
	#footer > .grid > .footer-column > .widget_text > .textwidget ul {
		font-size: 12px;
		letter-spacing: -.2px;
	}
}
@media only screen and (max-width: 568px) {
	#signinNote {
    top: 70px;
    left: 10px;
    font-size: 9px;
	}
	.footer .footer-column {
    width: 50%;
	}
	.footer .widget {
    margin: 30px 0;
	}
	#footer > .grid > .footer-column > .widget_text > .widget-title {
		font-size: 17px;
	}
	#footer > .grid > .footer-column > .widget_text > .textwidget ul {
		font-size: 14px;
		letter-spacing: -.2px;
	}
	img.footer-logo {
    max-width: 80%;
	}
	.footer p {
    font-size: .8em;
	}
	.footer p.footerPhone {
    font-size: 1.5em;
	}
}
@media only screen and (max-width: 545px) {
	.signin_wrap {
		display: none;
	}
	#headerPhone {
		margin: 18px 20px 0 0;
	}
	#menu-item-204, #menu-item-205, #menu-item-206 {
		display: block;
	}
}
@media only screen and (max-width: 574px) and (orientation: landscape) {
	#frontpage-area_b_1, #frontpage-area_b_2, #frontpage-area_b_3 {
		width: 33.33333333%;
	}
	.cta-widget-box {
		height: 130px;
		border-bottom: 120px solid #2F3590;
	}
	.cta-headline {
		top: 117px;
		font-size: 1.3em;
	}
	.cta-description p {
		font-size: 13px;
	}
}
@media only screen and (max-width: 533px) {
	#searchInput {
    width: 91.5% !important;
	}
}
@media only screen and (max-width: 480px) {
	#header-primary {
		height: 133px;
	}
	#navigationSearchForm button {
    top: 99px;
	}
}
@media only screen and (max-width: 480px) and (min-width: 421px) {
	.header-supplementary-bottom .mobilemenu-fixed .menu-toggle {
		top: -45px;
	}
	#searchInput {
		width: 91% !important;
		margin-left: 43px;
    }
    #frontpage-area_b_1 {
		padding-right: 0;
	}	
	#frontpage-area_b_2 {
		padding-left: 7px;
		padding-right: 7px;
	}
	#frontpage-area_b_3 {
		padding-left: 0;
	}
	#hoot-cta-widget-3 {
		background-size: 263px;
		background-position: 0 -18px;
	}
	#hoot-cta-widget-4 {
		background-size: 280px;
		background-position: -20px -36px;
	}
	#hoot-cta-widget-5 {
		background-size: 167px;
    }
	.cta-headline {
		font-size: .975em !important;
	}
	.cta-description p {
		font-size: 9px !important;
	}
	.featProdBlock, .featProdBlockLanding {
		min-height: 350px;
		width: 49.3%;
	}
	.featProdContainer .featProdBlock:nth-child(2n+2),
	.featProdContainer .featProdBlockLanding:nth-child(2n+2) {
		margin-right: 0 !important;
	}
	.topBrandsContainer .topBrandsBox img {
		max-width: 85px;
		max-height: 35px;
	}
	.locBox {
		padding: 5px;
	}
	.locBox a {
		font-size: 11px;
		letter-spacing: -.6px;
	}
	.locBox a span {
		letter-spacing: -.6px;
		font-size: 10px;
	}
	.locBox p.hours {
		font-size: .875em;
    }
	.days, .times {
		font-size: 11px;
		letter-spacing: -1.1px;
	}
	.hoot-cf7-style .wpcf7-form p:nth-of-type(6) {
		width: 50% !important;
	}
}
@media only screen and (max-width: 420px) {
	#header-primary {
		height: 82px;
	}
	#header #branding {
		float: left;
		width: 43%;
	}
	#header-primary #site-logo.site-logo-image {
		padding: 10px;
	}
	#site-logo-image img {
		float: left;
		max-width: 140px;
		margin: 5px 0 0 -3px;
	}
	#headerPhone {
		font-size: 28px;
		margin: 10px 12px 0 0;
	}
	#headerPhone span {
		font-size: 14px;
		margin-bottom: 0;
	}
	#signinNote {
    top: 58px;
	}
	.header-supplementary-bottom .mobilemenu-fixed .menu-toggle {
		position: absolute;
		top: -45px;
		background: #2F3590;
		margin-top: 0;
	}
	#navigationSearchForm {
		width: 100%;
		height: 45px;
		margin-top: 15px;
	}
	#searchInput {
		width: 87% !important;
		margin-left: 13% !important;
		border-radius: 0;
	}
	#navigationSearchForm button {
		position: absolute;
		top: 81px;
    left: 365px;
	}
	.manual-menu-hack {
		display: none;
	}
	.menu-items > li.menu-item:hover > a {
		width: 100%;
	}
	.sf-menu ul li a {
	    padding-left: 20px;
	}
	.mobilemenu-fixed .menu-toggle {
		width: 2.4em;
		padding: 9px 5px 5px;
		top: 103px;
	}
	.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
		content: "\f0c9";
		color: #fff;
		font-size: 24px;
	}
	.mobilemenu-fixed.mobilemenu-open #menu-primary-items, .mobilemenu-fixed.mobilemenu-open #menu-secondary-items {
		background: #2F3590;
	}
	.featProdContainer .featProdBlock,
	.featProdContainer .featProdBlockLanding,
	.topBrandsContainer .topBrandsBox,
	#pubBoxContainer .pubBox,
	ul.manufacturer_list li ul li {
		width: 48.4%;
		margin-right: 3%;
	}
	.featProdContainer .featProdBlock:nth-child(2n+2),
	.featProdContainer .featProdBlockLanding:nth-child(2n+2),
	.topBrandsContainer .topBrandsBox:nth-child(2n+2),
	#pubBoxContainer .pubBox:nth-child(2n+2),
	ul.manufacturer_list li ul li:nth-child(2n+2) {
		margin-right: 0 !important;
	}
	.featProdBlock a, .featProdBlockLanding a {
		min-height: 320px;
	}
	.featProdBlock .triangle, .featProdBlockLanding .triangle {
		margin: -15px -11px;
	}
	.featProdBlock .triangleCallOut, .featProdBlockLanding .triangleCallOut {
		margin: -8px -5px;
	}
	.featProdBlock .prodImg, .featProdBlockLanding .prodImg {
		min-height: 150px;
	}
	.featProdBlock .prodImg img, .featProdBlockLanding .prodImg img {
		max-width: 140px;
		max-height: 140px;
	}
	.letter_bar a {
		width: 35px;
	}
	.ref_bar {
		width: 94%;
	}
	#career-listing-table {
		width: 95%;
	}
	.locBoxContainer .locBox {
		width: 100%;
		margin-right: 0 !important;
	}
	/* wpcf7-f3001-p35-o1 */
	#wpcf7-f3000-p6155-o1 > form p, #wpcf7-f97-p47-o1 > form p {
		width: 100%;
	}
	.hoot-cf7-style .wpcf7-form p:nth-of-type(5) > label,
	.hoot-cf7-style .wpcf7-form p:nth-of-type(6) {
		width: 100% !important;
	}
	div.wpcf7, #reg-comments, #wpcf7-f92-p37-o1 .wpcf7-form p:nth-of-type(24) {
		width: 100% !important;
	}
	#sidebar-primary {
		display: none;
	}
	.footer .footer-column {
		width: 100%;
	}
	.footer .widget {
    margin: 20px 0;
	}
/*
	#footer > .grid > .footer-column > .widget_text > .widget-title {
		font-size: 17px;
	}
	#footer > .grid > .footer-column > .widget_text > .textwidget ul {
		font-size: 14px;
		letter-spacing: -.2px;
	}
*/
	img.footer-logo {
	  max-width: 60%;
	}
	.footer-logo-wrap p {
		font-size: 1em;
	}
	.footer p {
		font-size: 1em;
	}
	.footer p.footerPhone {
    font-size: 1.5em;
	}
}
@media only screen and (max-width: 384px) {
	#site-logo-image img {
    margin: 5px 0 0 -3px;
	}
	#signinNote {
    top: 57px;
	}
	#navigationSearchForm {
    margin-top: 15px;
	}
	#navigationSearchForm button {
    top: 82px;
    left: 335px;
  }
}
@media only screen and (max-width: 375px) {
	#navigationSearchForm button {
    left: 328px;
	}
}
@media only screen and (max-width: 360px) {
	#site-logo-image img {
    margin: 6px 0 0 -3px;
	}
	#navigationSearchForm {
		margin-top: 14px;
	}
	#navigationSearchForm button {
		top: 82px;
		left: 312px;
	}
	#signinNote {
    top: 58px;
    left: 15px;
    font-size: 8px;
	}
}
@media only screen and (max-width: 320px) {
	#site-logo-image img {
		max-width: 120px;
	}
	#headerPhone {
		font-size: 24px;
  }
  #headerPhone span {
		font-size: 12px;
		margin-bottom: -3px;
	}
	#signinNote {
    top: 52px;
    left: 5px;
	}
	.mobilemenu-fixed #menu-primary-items, .mobilemenu-fixed #menu-secondary-items {
		width: 265px;
  }
  .mobilemenu-fixed.mobilemenu-open .menu-toggle {
		left: 265px;
  }
	#searchInput {
		width: 84% !important;
		margin-left: 16% !important;
  }
  #navigationSearchForm button {
		top: 75px;
		left: 274px;
  }
  .cta-widget-box {
		border-bottom: 110px solid #2F3590;
  }
  .featProdBlock, .featProdBlockLanding {
	    min-height: 350px;
  }
  .featProdBlock a, .featProdBlockLanding a {
		min-height: 340px;
	}
	.featProdBlock .triangle {
		margin: -11px;
	}
	.featProdBlockLanding .triangle {
		margin: -25px -11px;
	}
	.featProdBlock .triangleCallOut {
		margin: -5px;
	}
	.featProdBlockLanding .triangleCallOut {
		margin: -18px -5px;
	}
  .featProdBlock .prodImg img, .featProdBlockLanding .prodImg img {
		max-width: 110px;
		max-height: 110px;
	}
}
.grecaptcha-badge {display: none !important;}
.wpcf7 form.sent .wpcf7-response-output, .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.spam .wpcf7-response-output {
	float: left;
	clear: both;
	width: 100%;
	line-height: 18px;
	padding: 15px;
	box-sizing: border-box;
}
