body {
	background-position: center center;
	-webkit-background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-color: #353f47;
	padding: 0;
	margin: 0;
	width: 100%;
	overflow-x: hidden;
}
body.splash1 {
	background-image: url('/img/splashes/splash1.jpg');
}
body.splash2 {
	background-image: url('/img/splashes/splash2.jpg');
}
body.splash3 {
	background-image: url('/img/splashes/splash3.jpg');
}
body.ajax {
	background: none;
	background-color: #FFF;
	padding: 20px;
	width: auto;
}
body, h1, h2, h3, form, p, table, th, td, input, textarea, select {
	font-family: 'Montserrat', sans-serif;
	-webkit-font-smoothing: subpixel-antialiased;
}
body, p, th, td {
	font-weight: 300;
	font-size: 17px;
}
img {
	border: none;
}
table {
	margin: 0;
	padding: 0;
	border: none;
	border-collapse: collapse;
}

::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
	color: #999;
}
input[type="submit"],
input[type="button"],
input[type="text"],
input[type="search"],
input[type="file"],
input[type="email"],
input[type="phone"],
input[type="password"],
input[type="image"],
input[type="email"],
input[type="search"],
input[type="number"],
select,
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border-radius: 0;
}
#qqz {
	box-sizing: content-box;
}
input[type="text"],
input[type="search"],
input[type="file"],
input[type="email"],
input[type="phone"],
input[type="password"],
input[type="number"],
select,
textarea {
	display: block;
	border: none;
	padding: 10px 20px;
	color: #222;
	margin: 0;
	box-sizing: border-box;
	font-size: 16px;
}
select {
	-webkit-appearance: auto;
}
body.ajax input[type="text"],
body.ajax input[type="file"],
body.ajax input[type="email"],
body.ajax input[type="phone"],
body.ajax input[type="password"],
body.ajax input[type="number"],
body.ajax select,
body.ajax textarea {
	border: 1px solid #CCC;
}
input[type="text"].inline,
input[type="search"].inline,
input[type="file"].inline,
input[type="email"].inline,
input[type="phone"].inline,
input[type="password"].inline,
input[type="number"].inline,
select.inline,
textarea.inline {
	display: inline-block;
}
textarea {
	width: 100%;
}
textarea.m {
	height: 180px;
}
select.l {
	width: 200px;
}

h1, h2, h3, h4 {
	padding: 0;
	margin: 0;
	line-height: normal;
}
h1 {
	font-size: 42px;
	font-weight: 500;
}
h2 {
	font-size: 22px;
	font-weight: 500;
}
h3 {
	font-size: 25px;
	font-weight: 100;
	color: #515f67;
}
h3 div {
	padding: 0 0 5px 0;
	margin: 0 0 20px 0;
	border-bottom: 2px solid #515f67;
	display: inline-block;
}
h3.blueText div {
	border-bottom: 2px solid #879ccf;
}
h4 {
	font-size: 19px;
	font-weight: 500;
	color: #283035;
}
strong {
	font-weight: 700;
}
a {
	text-decoration: none;
	color: #879ccf;
}
input.btn,
input.btnSmall,
input[type="submit"].dark,
input[type="button"].dark {
	background-color: rgba(53,63,70,0.85);
	color: #FFF;
	padding: 10px 20px;
	border: none;
	margin: 0;
	cursor: pointer;
	font-size: 13px;
}
input.btn:hover,
input.btnSmall:hover,
input[type="submit"].dark:hover,
input[type="button"].dark:hover {
	background-color: #3e8af6;
}
input.btn.removeAll:hover {
	background-color: #D35049;
}
input[type="submit"].light,
input[type="button"].light {
	border: 2px solid #223462;
	background-color: #FFF;
	color: #223462;
	padding: 6px 7px;
	text-align: center;
	margin: 0;
	font-size: 13px;
	cursor: pointer;
}
input[type="submit"].light:hover,
input[type="button"].light:hover {
	background-color: #223462;
	color: #FFF;
}
input[type="submit"].blue,
input[type="button"].blue {
	border: 2px solid #879ccf;
	background: none;
	color: #879ccf;
	text-align: center;
	margin: 0;
	font-size: 13px;
	cursor: pointer;
	text-transform: uppercase;
}
input[type=submit].blue:not(.btnS),
input[type=button].blue:not(.btnS) {
	padding: 6px 7px;
}
input[type="submit"].blue:hover,
input[type="button"].blue:hover {
	background-color: #223462;
	color: #FFF;
}
input[type=submit].white,
input[type=button].white {
	border: 2px solid #FFF;
	background: none;
	color: #FFF;
	padding: 6px 7px;
	text-align: center;
	margin: 0;
	font-size: 13px;
	cursor: pointer;
	text-transform: uppercase;
}
input[type="submit"].white:hover,
input[type="button"].white:hover {
	background-color: #FFF;
	color: #000;
}
input.btnS {
	background-color: #223462;
	color: #FFF;
	padding: 7px 14px;
	border: none;
	margin: 0;
	cursor: pointer;
	font-size: 13px;
	text-transform: uppercase;
}
/* 7/29/19: This style is used by the Favorite buttons on the Single Product L2 page. These buttons toggle
	 their `.blue` class when they are clicked, changing them between a blue button and a blue outline button. In order to
	 to prevent resizing, we set a transparent border on the buttons to match the 2px blue border added by the `.blue`
	 class. */
input.btnS.btnS-transparent-border { border: 2px solid #223462; }
input.btnS:hover {
	background-color: #3e8af6;
}
.profile-select-option.disabled {
	cursor: default;
	pointer-events: none;
}
input.btnS[disabled], input.btnSmall[disabled] {
	opacity: .5;
	cursor: not-allowed;
	pointer-events: none;
}
:focus, .focus {
	outline: 1px auto #223462;
}
::selection {
	background-color: rgba(34, 52, 98, 1);
	color: white;
}
.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}
div.p {
	padding: 0 0 10px 0;
}
.error,
.message {
	position: fixed;
	top: 0;
	left: 5%;
	right: 5%;
	padding: 20px 20px 13px 20px;
	font-size: 14px;
	z-index: 999;
	-webkit-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0 3px 5px 0 rgba(50, 50, 50, 0.5);
	box-shadow:         0 3px 5px 0 rgba(50, 50, 50, 0.5);
}
.error.closed,
.message.closed {
	top: -100%;
}
.error.stick,
.message.stick {
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	margin: 0 auto;
	width: 80%;
}
.error img,
.message img {
	float: right;
	height: 32px;
	width: 32px;
	cursor: pointer;
}
.error.stick img,
.message.stick img {
	display: none;
}
.error {
	background-color: rgba(250,227,228,0.95);
	color: #000;
	border: 1px solid #D44A4D;
}
.message {
	background-color: rgba(230,241,196,0.95);
	color: #000;
	border: 1px solid #62BA5D;
}
.blueText,
.blueText a {
	color: #879ccf;
}
.blueBg {
	background-color: #223462;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.alignRight {
	text-align: right;
}
.blur {
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);
}
#bodyCont {
	padding-top: 90px;
}
.modal #bodyCont {
	padding-top: 0;
}
.vpCont {
	max-width: 1280px;
	margin: 0 auto;
}
#headWrap {
	background-color: #223462;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	height: 135px;
}
#headWrap .vpCont {
	margin: 0;
	display: flex;
	max-width: unset;
	justify-content: space-between;
	align-items: center;
	height: 100%;
	padding: 0;
}
p {
	padding: 0 5px 7px 0;
}
#splashWrap {
	position: relative;
	text-align: center;
	height: 250px;
	padding-top: 8px;
	padding-bottom: 0;
}
#splashWrap .vpCont {
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
}
.searchForm {
	background-color: #3dc0cc;
	display: inline-block;
	color: #FFF;
	padding: 10px;
	border-radius: 10px;
	width: 100%;
}
#homeSearchWrap, #topSearchWrap {
	width: 60%;
}
#footerSearchForm {
	background: none;
	color: #FFF;
	display: inline-block;
	width: 373px;
	height: 73px;
}
.relPos {
	position: relative;
}
#szFormInputWrapper {
	display: flex;
}
input#qqz {
	background-color: #FFF;
	border: none;
	padding: 16px 16px 14px 16px;
	font-weight: 800;
	color: #555;
	height: 16px;
	overflow: hidden;
	flex-grow: 1;
	margin-right: 10px;
	border-radius: 5px;
}
#searchBtn {
	background: #223462;
	padding: 0 10px;
	height: 100%;
	cursor: pointer;
	overflow: hidden;
	font-size: 12px;
	width: 100px;
	border-radius: 5px;
}
#searchBtn, #searchBtn * { transition: .3s; }
#szForm.has-value #searchBtn { width: 30px; }
#footWrap #szForm.has-value #searchBtn { width: 60px; }
#searchBtn * {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	white-space: nowrap;
	transition-property: opacity;
}
#szForm.has-value #searchBtn span, #szForm:not(.has-value) #searchBtn img {
	opacity: 0;
}
#szForm.has-value #searchBtn span { overflow: hidden; }
#lifeTerms {
	font-weight: 800;
	margin-top: 8px;
	display: inline-flex;
	width: 100%;
	justify-content: center;
}
#footerSearchForm #lifeTerms {
	font-size: 10px;
	display: block;
}
#ltLabel {
	margin-right: 21px;
}
#lifeTerms label {
	margin-right: 21px;
	cursor: pointer;
}
#lifeTerms .lt {
	cursor: pointer; !important;
}
#lifeTerms > label:last-child {
	margin: 0;
}
#callOutWrap {
	background-color: #223462F2;
	padding: 67px 0;
}
ul#callOuts {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul#callOuts li {
	float: left;
	width: 33.333%;
	text-align: center;
	color: #FFF;
}
img.callOutImg {
	width: 128px;
	height: 128px;
	margin-bottom: 25px;
}
ul#callOuts li h2 {

}
ul#callOuts li h2 a {

}
ul#callOuts li img {

}
ul#callOuts li p {
	font-size: 13px;
	font-weight: 100;
}
ul#callOuts li input[type="button"] {
	margin-top: 20px;
}
.whiteWrap {
	background-color: #FFF;
	padding: 50px 30px;
}
#splitWrap {

}
.blueWrap {
	background-color: #223462;
}
img#esLogo {
	float: left;
	margin-left: 15px;
	height: 100%;
	transition: .5s ease;
}
#esLogoWrap {
	display: flex;
	align-items: center;
	height: 100%;
}
#esLogoWrap > a {
	height: 60%;
}
#navLinksWrap {
	height: 100%;
}
ul#topNav {
	list-style: none;
	padding: 0;
	margin: 0 15px 0 0;
	float: right;
}
ul#topNav li {
	float: left;
	background-color: #3dc0cc;
	color: #FFF;
	padding: 5px 11px;
	margin: 0 0 0 3px;
	font-size: 18px;
	border-radius: 0 0 7px 7px;
}
ul#topNav li a {
	color: #FFF;
	transition: ease-in-out .1s;
}
ul#topNav li a:hover {
	color: #f7cc59;
}
ul#topNav .gpo-pricing {
	background-color: #f7cc59;
}
ul#topNav .gpo-pricing a {
	color: #223462;
	text-transform: uppercase;
}
#gpo_logo {
	width: 20px;
	padding-right: 5px;
}
ul#topNav .gpo-pricing a:hover {
	color: #FFF;
	transition: ease-in-out .1s;
}
ul#primNav {
	float: right;
	list-style: none;
	padding: 0;
	margin: 20px 15px 30px 0;
}
ul.mainnav {
	display: flex;
}
ul.mainnav > li:hover ul.navdropdown {
	visibility: visible;
	transform: translate(0, 0);
	opacity: 1;
	z-index: 0;
}
ul.mainnav > li:hover ul.navdropdown > li {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-fill-mode: backwards;
	animation-fill-mode: backwards;
}
ul.navdropdown {
	visibility: hidden;
	margin: 0;
	margin-top: 2px;
	margin-left: -2px;
	padding: 5px 0 0px;
	list-style: none;
	color: #333;
	background: rgba(53,63,70,0.85);
	box-shadow: 1px 2px 5px -1px rgba(0, 0, 0, 0.15), 0px 4px 14px -1px rgba(0, 0, 0, 0.1);
	transform: translate(0, -60px);
	transition: transform 0.2s ease-out, opacity 0.2s, z-index 0s 0.2s;
	opacity: 0;
	z-index: -1;
}
ul.navdropdown > li {
	font-size: 14px;
	cursor: pointer;
}
ul.navdropdown > li:hover {
	background: rgba(0, 0, 0, 0.06);
}

@-webkit-keyframes slideInLeft {
	from {
		transform: translate(0, 0);
		opacity: 0;
	}
	to {
		transform: translate(0, 0);
		opacity: 1;
	}
}

@keyframes slideInLeft {
	from {
		transform: translate(0, 0);
		opacity: 0;
	}
	to {
		transform: translate(0, 0);
		opacity: 1;
	}
}
ul.navdropdown {
	display: flex;
	position: absolute;
	flex-direction: column;
}
ul#primNav li {
	float: left;
	padding: 0;
	z-index: 100;
	border: 2px solid #00000000; /* invisible border */
}
ul#primNav > li:hover {
	border: 2px solid #3dc0cc; /* turn border blue on hover */
}
ul#primNav li a {
	display: block;
	padding: 8px 13px 7px;
	color: #FFF;
	font-weight: 800;
	font-size: 0.85vw;
}
ul#primNav > li:hover a {
	color: #FFF;
}
ul#primNav > li.on {
	border: 2px solid #3dc0cc;
}
ul#primNav > li.on > a {
	color: #f7cc59;
}
ul#deals {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul#deals li {
	float: left;
	width: 25%;
	height: 460px;
	position: relative;
}
ul#deals li input.dark {
	position: absolute;
	bottom: 0;
}
.deal-img {
	width: 240px;
	height: 240px;
	overflow: hidden;
}
.deal-img img.V {
	margin-top: -25%;
	width: 100%;
	height: auto;
}
.deal-img img.L {
	margin-left: -25%;
	width: auto;
	height: 100%;
}
.product-image-hover-overlay { position: relative; }
.product-image-hover-overlay > :not(img) {
	position: absolute;
	top: 0;
	left: 0;
	color: #FFF;
	text-align: center;
	background: rgba(0, 0, 0, 0.5) url('/img/deal-plus.png') no-repeat center 50%;
	height: 100%;
	width: 100%;
	font-size: 24px;
	padding-top: 22%;
	cursor: pointer;
	box-sizing: border-box;
}
.product-image-hover-overlay:not(:hover) > :not(img) {
	display: none;
}
@media (max-width: 499px) {
	.product-image-hover-overlay > :not(img) {
		display: none;
	}
}
.deal-price {
	width: 80%;
	font-size: 32px;
	color: #4e4944;
	border-bottom: 2px solid #c0c0c0;
	margin-bottom: 5px;
}
.deal-price small {
	font-size: 12px;
	color: #b2b0af;
	display: block;
}
.deal-itemnum {
	width: 80%;
	font-size: 18px;
	font-weight: bold;
	color: #223462;
}
.deal-itemnum span {
	color: #b2b0af;
	font-size: 12px;
}
.deal-title {
	width: 80%;
	color: #6d6863;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 3px;
}
.deal-sub {
	width: 80%;
	color: #6d6863;
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.deal-stock {
	width: 80%;
	color: #dc2932;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
}
ul.splitCols {
	list-style: none;
	padding: 0;
	margin: 0;
	height: 460px;
}
ul.splitCols small {
	font-size: 13px;
	font-weight: bold;
}
.splitCols input.blue[type="submit"]:hover,
.splitCols input.blue[type="button"]:hover {
	background-color: #FFF;
	color: #223462;
}
.splitPad {
	padding: 0 30px;
}
.splitPad p {
	padding: 1px 0;
	margin: 0;
}
.splitA {
	background-color: rgba(53,63,70,0.85);
	float: left;
	padding: 30px 0;
	width: 50%;
	height: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	color: #FFF;
}
.splitA p {
	font-family: "Montserrat", sans-serif !important;
	font-style: normal;
	font-weight: 100;
	font-size: 18px;
	font-weight: 100;
	line-height: 40px;
}
.splitB {
	background-color: rgba(239,243,246,0.85);
	float: right;
	padding: 30px 0;
	width: 50%;
	height: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
ul#news {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul#news li {
	margin: 0 0 15px 0;
	padding: 0;
}
ul#news li h4 {

}
ul#news li p {
	font-size: 13px;
	color: #283035;
	line-height: 18px;
	margin: 5px 0;
}
ul#news li a {
	font-size: 13px;
	font-weight: bold;
	color: #223462;
}
ul#news li a:hover {
	color: #3e8af6;
}
#surplus {
	text-align: center;
}
#surplus p {
	font-size: 17px;
	display: block;
	margin: 0 auto;
	width: 550px;
	padding: 20px 0;
}
img.surplus {
	width: 129px;
	height: 129px;
	margin-bottom: 20px;
}
#mailingList {
	text-align: center;
	padding: 50px 0;
	color: #FFF;
}
#mailingList h3 {
	color: #FFF;
}
#mailingList #mailing-list-form {
	display: flex;
	width: 100%;
	height: 50px;
	justify-content: center;
	flex-wrap: wrap;
}
#mailing-list-input {
	width: 40%;
	min-width: 200px;
	height: 100%;
	background-color: #ebebeb;
	color: #283037;
	border: none;
	font-size: medium;
}
#mailing-list-button {
	background-color: #283037;
	color: #FFF;
	font-size: medium;
	border: none;
	width: 10%;
	min-width: 80px;
	text-align: center;
	height: 100%;
	overflow: hidden;
	cursor: pointer;
}
#mailing-list-button:hover {
	background-color: #353f47;
}
#footWrap {
	background-color: #353f47;
	padding: 25px 0 20px 0;
}
#footWrap .vpCont {
	position: relative;
}
#footTable {
	margin-left: auto;
	margin-right: auto;
}
#footWrap th,td {
	text-align: left;
	vertical-align: top;
}
#footWrap td {
	font-size: 16px;
}
#phoneNum {
	font-size: 17px;
	color: white;
	padding-top: 5px;
}
#footWrap ul {
	list-style-type: none;
	text-align: left;
	padding-left: 0;
	padding-right: 15px;
	padding-bottom: 5px;
}
#footWrap li {
	padding-bottom: 5px;
}
#footTable li {
	list-style-type: none;
	text-align: left;
	padding-left: 0;
	padding-right: 15px;
	padding-bottom: 5px;
}
#footWrap input[type="email"] {
	padding: 6px 20px;
	font-size: 14px;
	display: inline;
	width: 70%;
	border-radius: 5px;
	max-width: fit-content;
}
#footWrap input[type="submit"] {
	background: #223462;
	padding: 6px 3px;
	cursor: pointer;
	overflow: hidden;
	font-size: 12px;
	width: auto;
	color: white;
	border-radius: 5px;
}
#sealWrap {
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}
.footSmall {
	color: black;
	font-size: 8px;
	margin-top: 15px;
	text-align: right;
}
#footWrap .searchForm {
	width: 90%;
	padding: 30px 25px 0 0;
}
.suture-selector-banner {
	width: 100%;
	height: auto;
	margin: 15px 0px;
}

.suture-selector-header {
	font-weight: bold;
	text-align: center;
	font-size: 36px;
	padding-bottom: 30px;
	padding-top: 45px;
}

.suture-selector-list-link {
	font-size: 32px;
	font-weight: bold;
	padding: 5px 10px;
	display: inline-block;
	text-decoration: none;
	color: #fff;
	border-radius: 5px;
	overflow: hidden;
}

.suture-selector-list-link small {
	font-size: 22px;
	font-weight: normal;
}

.suture-selector-list-link:hover {
	background-color: #3e8af6;
}

.suture-selector-list li {
	margin-bottom: 35px;
	list-style: none;
	text-align: center;
	padding: 10px 15px;
}
.suture-selector-list {
	display: flex;
}
@media (max-width:1280px) {
	.suture-selector-list {
		display: block;
	}
}
.suture-selector-list .btn {
	display: inline-block;
	background-color: rgb(34, 52, 98);
	padding: 15px 20px;
	border: none;
	width: 330px;
	transition: background-color 0.3s ease;
}

.btn:hover {
	background-color: #3e8af6;
}

#footWrap input#qqz {
	height: 6px;
	font-size: 14px;
}
#footWrap #searchBtn {
	width: 60px;
	padding: 0 4px;
	background-color: #3dc0cc;
}
#footWrap #searchBtn img {
	height: 25px;
	width: 25px;
}
#searchBtn:hover {
	background-color: #3e8af6 !important;
}
img#foot-logo {
	width: 211px;
	height: 44px;
	float: right;
}
ul#social li {
	float: left;
	margin-right: 20px;
}
ul#social li img {
	height: 48px;
	width: auto;
}
#siteseal img {
	height: 40px;
	width: auto;
}
/* Begin fixed header */
#headWrap.fix {
	position: fixed;
	top: 0;
	z-index: 999;
	height: 80px;
}
#footTable th {
	color: white;
}
#headWrap.fix ul#primNav {
	margin: 1px 15px 5px 0;
}
#headWrap.fix #esLogoWrap > a {
	height: 90%;
}
/* End fixed header */

#hamburger {
	position: absolute;
	right: 20px;
	top: 28px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	height: 44px;
	width: 50px;
	overflow: hidden;
	background-color: #00000055;
	text-align: center;
	cursor: pointer;
	display: none;
}
#hamburger div {
	height: 5px;
	width: 73%;
	margin: 7px auto 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #879ccf;
}
#hamburger:hover div {
	background-color: #FFF;
}
#headWrap.fix #hamburger {
	top: 18px;
}
#bodyWrap {
	position: relative;
	left: 0;
	margin-top: 45px;
}
body.nav #bodyWrap {
	/*left: -200px;*/
}
body.nav #sideNav {
	right: 0;
	-webkit-box-shadow: -3px 0 8px 0 rgba(50, 50, 50, 0.4);
	-moz-box-shadow:    -3px 0 8px 0 rgba(50, 50, 50, 0.4);
	box-shadow:         -3px 0 8px 0 rgba(50, 50, 50, 0.4);
}
#sideNav {
	visibility: hidden;
	position: fixed;
	width: 200px;
	top: 100px;
	right: -200px;
	bottom: 0;
	background-color: #223462cc;
	color: #FFF;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	z-index: 1000;
}
#sideNav.fix {
	top: 60px;
}
#sideNav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	border-top: 1px solid #4B5159;
}
#sideNav li {
	list-style: none;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #4B5159;
}
#sideNav li:hover {
	background-color: #222;
}
#sideNav li a {
	display: block;
	padding: 10px;
	color: #FFF;
	text-transform: uppercase;
	font-size: 13px;
}
#sideNav li a img {
	border: none;
}
#AuthorizeNetText {
	color: #FFF;
}
#siteSeals {

}
#siteSeals div.AuthorizeNetSeal {
	position: absolute;
	left: 184px;
	top: -98px;
}
.compliAssureSeal {
	position: absolute;
	top: -88px;
	left: 0;
}
#bbbCont {
	position: absolute;
	top: -88px;
	left: 297px;
}
#GTS_CONTAINER {
	position: absolute;
	top: -103px;
	right: 0;
}
#habla_beta_container_do_not_rely_on_div_classes_or_names #habla_window_div #habla_topbar_div {
	background-color: #223462;
}

#splashWrap.searchShow {
	padding-top: 10px;
	padding-bottom: 205px;
}
.ac_cont.rspAC {
	position: absolute;
	left: 0;
	right: 0;
	margin-top: 83px;
	z-index: 98;
}
.homeSearch .ac_cont.rspAC {
	margin-top: 92px;
}
.ac_cont.rspAC ul.ac_results {
	width: 100%;
	position: relative;
	padding: 0;
	height: 405px;
	max-height: 405px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	/*background:rgba(53, 63, 70, 0.85);*/
	background-color: #EFEFEF;
	-webkit-box-shadow: none;
	-moz-box-shadow:    none;
	box-shadow:         none;
	-webkit-overflow-scrolling: touch;
}
.ac_cont.rspAC ul.ac_results li {
	background: none;
	/*color: #FFF;*/
	background-color: #EFEFEF;
	color: #000;
}
.ac_cont.rspAC ul.ac_results li.alt {
	/*background:rgba(53, 63, 70, 0.5);*/
	background-color: #E0E0E0;
}
.ac_cont.rspAC ul.ac_results li:hover,
.ac_cont.rspAC ul.ac_results li.alt:hover,
.ac_cont.rspAC ul.ac_results li.on {
	cursor: pointer;
	/*background-color: #000;*/
	background:rgba(34, 52, 98, 0.95);
	color: #FFF;
}
.ac_cont.rspAC ul.ac_results li.close {
	background:rgba(34, 52, 98, 0.95);
	color: #FFF;
	font-size: 14px;
	padding: 5px 28px;
}
div.psrEquiv {
	/*
	background:rgba(46, 178, 189, 0.95);
	color: #FFF;
	*/
	font-size: 17px;
	font-weight: bold;
	padding: 5px;
	text-align: left;
}
.searchForm .ac_spinner {
	background: url('/img/blue-spinner.gif') top left no-repeat;
	height: 50px;
	width: 50px;
	top: -2px;
	right: -2px;
}
table.psr {
	width: 100%;
}
table.psr td {
	font-size: 14px;
	text-align: left;
	padding: 5px;
}
td.psrA {
	width: 10%;
}
td.psrB {
	width: 35%;
}
td.psrC {
	width: 10%;
}
td.psrD {
	width: 10%;
}
td.psrE {
	width: 10%;
}
td.psrF {
	width: 15%;
}

#mainWrap {
	background-color: #FFF;
	min-height: 600px;
	overflow: visible;
	padding-bottom: 50px;
}
#mainWrap.navBump {
	padding-left: 75px;
}
#intSplash {
	height: 200px;
}
#intSplash .vpCont {
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
}
#mainWrap h1 {
	text-transform: uppercase;
	font-size: 29px;
	padding: 50px 0 10px 0;
	border-bottom: 2px solid #000;
	margin-bottom: 30px;
}
#mainWrap h1 input[type="button"] {

}
.breadcrumb {
	font-size: 14px;
	text-decoration: none;
	margin-top: 5px;
}
.breadcrumb a {
	display: inline-block;
	padding: 0 5px;
}
.breadcrumb a:hover {
	color: #3e8af6;
	text-decoration: underline;
}
#mainWrap h3 {
	margin: 20px 0;
	font-size: 29px;
}
#mainWrap input[type="text"],
#mainWrap input[type="search"],
#mainWrap input[type="file"],
#mainWrap input[type="email"],
#mainWrap input[type="phone"],
#mainWrap input[type="password"],
#mainWrap input[type="number"],
#mainWrap select,
#mainWrap textarea {
	border: 1px solid #CCC;
	font-size: 16px;

}
fieldset {
	padding: 0;
	border: none;
}
legend {
	font-size: 18px;
	padding-bottom: 20px;
}
.req {
	color: #FF0000;
	font-size: 12px;
}
table.form {
	width: 100%;
}
table.form th,
table.form td {
	text-align: left;
}
table.form th {
	padding: 10px 5px 10px 0;
	width: 200px;
}
table.form td {
	padding: 10px 5px;
}

table.simple {
	width: 100%;
}
table.simple th,
table.simple td {
	text-align: left;
	padding: 5px 10px;
}
table.simple tr.alt td {
	background-color: #EEE;
}
table.simple th {
	font-weight: bold;
	background-color:rgba(53, 63, 70, 0.85);
	color: #FFF;
}
/* 7/30/19: Exclude `<tr>`s in a `<tfoot>`, such as that on the customer-facing Order History L2 (single order)
	 page. */
table.clickable > tr:hover td,
table.clickable tbody tr:hover td {
	cursor: pointer;
	background-color: #223462;
	color: #FFF;
}

ul.icons {
	display: inline-block;
	list-style: none;
	padding: 0;
	margin: 0 auto;
}
ul.icons li {
	width: 115px;
	height: 130px;
	float: left;
	list-style: none;
	padding: 5px;
	margin: 0 5px 5px 0;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
ul.icons li a {
	text-decoration: none;
}
ul.icons li a:hover {
	text-decoration: none;
	color: #223462;
}
/* This block of styles applies to both the old-style image icons, as well as the new-style FontAwesome 5 icons. Some
	 properties might only be relevant for images, and some might only be relevant for FontAwesome icons. */
ul.icons li a > :first-child {
	margin: 0 auto;
	margin-bottom: 5px;
	height: 90px;
	width: 90px;
	opacity: 0.6;
	color: black;
	font-size: 5rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
ul.icons li a:hover * {
	opacity: 1;
}

.productListing {

}
.productListing h4 {
	/*cursor: pointer;*/
	background-color: #223462;
	color: #FFF;
	padding: 5px 10px;
	font-size: 17px;
	margin-bottom: 2px;
}
/*.productListing h4:hover {
	background-color: #3e8af6;
}*/
.productListing h4.noClick {
	cursor: default;
}

.prod_top {
	display: flex;
	flex-flow: row nowrap;
	background-color: #EFEFEF;
	padding: 10px;
	width: auto;
	margin-bottom: 20px;
}
.prod_top.no-needle { max-width: 800px !important; }
.prod_box {
	float: left;
	width: 50%;
	padding: 0px 10px;
}
.prod_box.no-needle {
	width: 75% !important;
}
.prod_thumb {
	width: 160px;
	height: 160px;
	overflow: hidden;
	float: left;
	margin-right: 15px;
}
.prod_thumb.primary {
	width: 270px;
	height: 270px;
}
.prod_thumb img {
	height: 160px;
	width: auto;
}
.prod_thumb img.portrait {
	height: auto;
	width: 160px;
}
.prod_thumb.primary img {
	height: 270px;
}
.prod_thumb.primary img.portrait {
	width: 270px;
}
.prod_box th,
.prod_box td {
	text-align: left;
	vertical-align: middle;
	color: #555;
	text-transform: uppercase;
	padding: 10px 0;
	margin: 0;
	border-bottom: 1px solid #555;
}
.prod_box th {
	font-size: 15px;
	padding-right: 15px;
}
.prod_box td {
	font-size: 14px;
}
.prod_box tr:last-child th,
.prod_box tr:last-child td {
	border-bottom: none;
}
.prod_box .price {
	font-size: 24px;
}
#mainWrap .prod_box input[type="number"].qty {
	display: inline-block;
	border: none;
	height: 40px;
}
.prod_box input.btnS {
	display: inline-block;
	padding: 12px 14px 10px 14px;
}
.prod_box input.qty {
	width: 120px !important;
}

/* overrides */
ul.tabber {
	top: 0;
	margin: 0;
}
ul.tabber li {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: 2px solid #223462;
	background-color: #FFF;
	padding: 6px 11px;
	text-transform: uppercase;
	color: #223462;
	margin: 0;
	border-right: none;
}
ul.tabber li div {
	display: none;
}
ul.tabber li:last-child {
	border-right: 2px solid #223462;
}
ul.tabber li.on, ul.tabber li:hover {
	background: none;
	background-color: #223462;
	border-bottom: 2px solid #223462;
}
ul.tabber li.on {
	position: relative;
}
ul.tabber li.on div {
	display: block;
	background: url('/images/tab-arrow.png') top center no-repeat;
	background-size: 31px 12px;
	height: 12px;
	width: 100%;
	position: absolute;
	bottom: -12px;
	margin-left: -10px;
}
.sect {
	background-color: #efefef;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 20px 10px;
}
.xd {
	display: inline-block;
	width: 92px;
	font-size: 13px !important;
}
#inventory label {
	white-space: nowrap;
}
#mainWrap #inventory select {
	padding: 3px 10px;
}
ul.brands {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.brands li {
	display: list-item;
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
	width: 25%;
}
div.uiType {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 15px;
	width: auto;
}
div.uiType a {
	color: #FFF;
}
li.manufacturer-li div.uiType {
	color: #FFF;
}
#mainWrap .order h1 {
	padding: 10px 0 10px;
}
#mainWrap .order h3 {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-size: 19px;
}
.order #logo img {
	width: 273px;
}
#cartBadge2 {
	position: absolute;
	right: 5px;
	cursor: pointer;
}
.badge div.badgeSpinner,
.badgeSpinner {
	position: absolute;
	top: 0;
	left: 0;
	background: url('/img/blue-spinner.gif') top left no-repeat;
	background-size: 32px 32px;
	height: 32px;
	width: 32px;
	z-index: 90;
	display: none;
}
.badge div.badgeSpinner._show,
.badgeSpinner._show {
	display: block;
}
#mainWrap input.cartPrice {
	display: inline-block;
}
#mainWrap input#promo_code {
	display: inline-block;
	width: auto;
}
input#applyPromoBtn {
	display: inline-block;
	width: auto;
}
.custProfileSelect {
	margin-bottom: 15px;
}
#mainWrap .custProfileSelect select {
	display: inline-block;
	width: 280px;
}
#orderSections .addressCard,
#orderSections .addressCard.autoHeight {
	height: auto;
	min-height: 216px;
}
#osBilling,
#osShipping {
	width: 45%;
}
.optionSection .floatLeft,
.optionSection .floatRight {
	width: 45%;
}
select#exm,
select#exy {
	display: inline-block;
}
select#exm {
	width: 137px;
}
select#exy {
	width: 128px;
}
#cvv {
	width: 75px;
}
#mainWrap select#express_option_id {
	width: 240px;
	padding: 10px 5px;
	text-align: right;
	margin-left: 15px;
}
#mainWrap select#express_option_id option {
	text-align: right;
}
#mainWrap #searchPageForm input[type="submit"] {
	height: 42px;
	padding: 13px 20px;
}
#searchLT label {
	white-space: nowrap;
	display: inline-block;
	margin: 0 10px 10px 0;
	font-size: 15px;
	cursor: pointer;
}
#searchLT label:hover {
	color: #223462;
}
#mainWrap input[type="text"]#shareLink {
	width: 360px;
}
#productNav {
	position: fixed;
	top: 135px;
	left: -172px;
	background-color: #223462;
	color: #FFF;
	width: 245px;
	z-index: 97;
	opacity: 0.75;
}
#productNav .toggler {
	height: 47px;
	padding: 26px 10px 0 10px;
	position: relative;
	border-bottom: 2px solid #FFF;
	font-size: 16px;
	cursor: pointer;
}
#productNav .toggler.on {
	background-color: #879ccf;
}
#productNav .toggler img {
	display: none;
}
#productNav ul {
	list-style: none;
	padding: 0;
	margin: 15px 0 15px 85px;
	height: 300px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
.pNavContent {
	display: none;
}
#productNav ul.on {

}
#productNav .pnPad {
	margin: 15px 0;
}
#productNav li {
	list-style: none;
	padding: 0;
	margin: 0 0 1px 0;
	font-size: 12px;
}
#productNav li a {
	display: block;
	padding: 1px 0;
	color: #FFF;
}
#productNav li a:hover {
	text-decoration: underline;
}
.lt0, .lt1, .lt2, .lt3 {
	background-size: 54px 54px;
	height: 54px;
	width: 54px;
	position: absolute;
	top: 10px;
	right: 10px;
	left: auto;
}
#prodNav.fix #productNav {
	top: 80px;
}
#prodNav.open #productNav {
	left: 0;
	opacity: 1;
}
#prodNav.open .lt0,
#prodNav.open .lt1,
#prodNav.open .lt2,
#prodNav.open .lt3 {
	right: auto;
	left: 20px;
}
#prodNav.open #productNav .toggler {
	padding: 26px 10px 0 85px;
}
#prodNav.open .pNavContent {
	display: block;
}
.lt0 { /* IN-DATE */
	background: url('/img/lt0.png') top left no-repeat;
}
.lt1 { /* EXPIRED */
	background: url('/img/lt1.png') top left no-repeat;
}
.lt3 { /* SHORT-DATED */
	background: url('/img/lt3.png') top left no-repeat;
}
.lt2 { /* IN-DATE and EXPIRED */
	background: url('/img/lt2.png') top left no-repeat;
}
#siteSeals #gts-c {
	z-index: 99;
}
._c8 {
	white-space: nowrap;
}
#mainWrap input[type="number"].cartPrice {
	display: inline-block;
}
.tblFixCell {
	display: inline-block;
	width: 100px;
	text-align: right;
}
#searchLeft {
	float: left;
	width: 67%;
}
#adv {
	float: right;
	width: 30%;
}
#clear-all-filters {
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 14px;
	display: block;
}
#clear-all-filters:hover, #adv li.selection-item a:hover {
	text-decoration: underline;
}
#adv h4 {
	background-color: #223462;
	font-weight: bold;
	font-size: 14px;
	color: #FFF;
	margin: 0 0 15px 0;
	padding: 10px 0 10px 40px;
}
#adv h4.adv_t {
	font-weight: bold;
	font-size: 14px;
	color: #FFF;
	margin: 0 0 15px 0;
	padding: 10px 0 10px 40px;
	height: 16px;
	background: #6e6f73 11px 8px no-repeat;
}
#adv h4.adv_t:not(.no-collapse) {
	background-image: url('/img/minus.png');
	cursor: pointer;
}
#adv h4.adv_t .filter-badge {
	float: right;
	margin: -7px 10px 0 0;
	border-radius: 24px;
	height: 24px;
	width: 24px;
	text-align: center;
	line-height: 24px;
	border: 3px solid #FFF;
	font-size: 18px;
	display: none;
	background: #223462;
}
#adv h4.adv_t.collapse {
	background-image: url('/img/plus.png');
}
#adv h4.adv_t.collapse + div {
	display: none;
}
#adv h4.adv_t:not(.no-collapse):hover {
	background-color: #223462;
}
.adv_c {
	margin: 0;
	padding: 0;
}
#adv { font-size: 13px; }
#adv ul {
	list-style: none;
	padding: 0;
	margin: 0 15px 15px 15px;
}
#adv li {
	list-style: none;
	padding: 10px 20px;
	margin: 0 0 15px 0;
	text-transform: uppercase;
	border: 1px solid #9c9c9c;
	background-color: #d9d9d9;
	color: #303336;
	cursor: pointer;
}
#adv li.clearfix {
	border: 0;
	clear: both;
	margin: 0 !important;
	padding: 0 !important;
}
#adv ul li:last-child {
	margin-bottom: 0;
}
#adv .adv_float ul li {
	float: left;
	text-align: center;
	padding: 10px;
	margin: 0 10px 10px 0;
	overflow: hidden;
}
#adv li.selection-item {
	background: none !important;
	border: 0 !important;
	width: 50% !important;
	margin-right: 0 !important;
	cursor: default;
	padding: 0 !important;
	float: left;
	text-align: center;
}
#adv li.on,
#adv li:hover {

	border: 1px solid #223462;
}
#adv li.on, #adv li:hover, #adv .selected-hints span {
	background-color: #223462;
	color: #FFF;
}
.plc .prc {
	min-width: 0;
}
#advBtn {
	float: right;
}
#advBtn.out {
	display: none;
}
#advHide {
	margin-bottom: 15px;
	font-size: 14px;
	color: #223462;
	text-align: right;
	cursor: pointer;
	display: none;
}
#advHide:hover {
	color: #6e6f73;
}
td.rc input.btnS {
	width: 100%;
}
.adv_result {
	padding: 0;
	margin: 0;
}
.hide {
	display: none !important;
}
.cdoff {
	color: #FF0000;
	font-style: italic;
}
.blue-tweet {
	float: right;
	height: auto;
	width: 32px;
}
.wysiwyg p {
	font-size: 15px;
}
.productPrimaryThumbWrap img.landscape {
	margin-left: 0;
}
.productPrimaryThumbWrapX {
	width: 127px;
	overflow: hidden;
	font-size: 0;
}
.productPrimaryThumbWrapX > * { width: 128px !important; }
.productPrimaryThumbWrapX div {
	font-size: 17px;
	padding-top: 10px;
	background-position-y: 70%;
}
ul.morePhotos {
	margin-top: 0;
}
.prod_thumbx {
	float: left;
	height: auto;
	width: 25%;
}
.prod_thumbx img {
	width: 100%;
	height: auto;
}

.selectExpressShipping p {
	font-size: 12px;
	padding-right: 15px;
}
.profileStack .vCardFixHeight {
	height: 180px;
	overflow: hidden;
}

div.quickView {
	text-align: center;
}
div.quickView a {
	font-size: 16px;
	color: #223462;
	padding: 3px 0 3px 0;
	text-align: center;
}
div.quickViewContent {
	background-color: #fff;
}
div.quickView a:hover {
	color: #D35049;
	text-decoration: none;
}

* {
	-webkit-transition:width 0.5s, height 0.5s, font-size 0.5s, top 0.5s, left 0.5s, right 0.5s, margin 0.5s;
	transition:width 0.5s, height 0.5s, font-size 0.5s, top 0.5s, left 0.5s, right 0.5s, margin 0.5s;
}
#sideNav,
#splashWrap {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
ul#topNav {
	-webkit-transition: margin 0.5s;
	transition: margin 0.5s;
}
.optionSection,
.product_section,
.pNavContent {
	-webkit-transition: all 0s;
	transition: all 0s;
}
ul#callOuts li {
	-webkit-transition: width 0s;
	transition: width 0s;
}
.plc td {
	-webkit-transition: all 0s;
	transition: all 0s;
}

iframe[name=google_conversion_frame] {
	display: none;
}

#pciBlurb {
	margin-top: 15px;
}

/*** STAFF PAGE ***/
.staff h1 {
	clear: both;
}
.header-button-group {
	float: right;
}
.header-button {
	display: inline-block;
	height: 30px;
	background: #223462;
	color: #dfe8e6;
	font-size: large;
}

.staff #footWrap {
	position: relative;
}
.background-video {
	min-width: 100%;
	min-height: 100%;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	-webkit-filter: blur(2px);
	-moz-filter: blur(2px);
	filter: blur(2px);
}
.photo-bg #bodyWrap {
	background: rgba(0, 0, 0, .5);
	color: #FFF;
}
.photo-bg #mainWrap {
	background: none;
}
.photo-bg h1 {
	border-color: #FFF !important;
}
.staff-person {
	float: left;
	padding: 20px;
	box-sizing: border-box;
	position: relative;
	z-index: 0;
	width: 100%;
	text-align: center;
	height: 380px;
}
.staff-person h2 {
	font-size: 18px;
	margin: 10px;
	height: 45px;
}
.staff-person p {
	font-size: 14px;
	margin: 0;
}
.clearfix {
	clear: both;
}

table.memo_table td {
	font-size: 13px;
}


/*
.bb table {
	width: 100%;
}
.bb table th {
	width: 80px;
	text-align: left;
}
.buyBoxB {
	width: 580px;
}
.buyBoxB input[type="text"] {
	display: inline-block;
}
.buyBoxB input.qty {
	width: 120px;
}
@media (max-width:1150px) {
	.buyBoxB {
		width: 44%;
	}
}
@media (max-width:980px) {
	.buyBoxB {
		width: 40%;
	}
	.buyBoxB input.btnS {
		margin-left: 0;
	}
	.pnui {
		float: none;
		margin-bottom: 15px;
	}
}
*/




@media (max-width:600px) {
	.staff-person {
		height: auto;
	}
}
@media (min-width: 600px) {
	.staff-person {
		width: 33.33333333%;
	}
}
@media (min-width: 900px) {
	.staff-person {
		width: 25%;
	}
}
.headshot {
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	box-shadow: inset 0 0 0 16px rgba(255,255,255,0.6), 0 1px 2px rgba(0,0,0,0.1);
	transition: all .4s ease-in-out;
}
.headshot img {
	max-width: 100%;
	position: relative;
	z-index: -1;
}
.headshot-overlay {
	position: absolute;
	background: rgba(34, 52, 98, 0.8);
	border-radius: 50%;
	overflow: hidden;
	opacity: 0;
	transition: all 0.4s ease-in-out;
	transform: scale(0);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
}
.headshot-overlay-inner {
	display: table;
	height: 100%;
	width: 100%;
	text-align: center;
}
.headshot-overlay-text {
	display: table-cell;
	vertical-align: middle;
	padding: 10px;
}
.headshot:hover {
	box-shadow:
			inset 0 0 0 1px rgba(255,255,255,0.1),
			0 1px 2px rgba(0,0,0,0.1);
}
.headshot:hover .headshot-overlay {
	transform: scale(1);
	opacity: 1;
}
#video-modal-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, .5);
	z-index: 2000;
}
#video-modal {
	position: fixed;
	top: 10%;
	left: 10%;
	right: 10%;
	bottom: 10%;
	text-align: center;
}
#video-modal-video {
	max-width: 100%;
	max-height: 100%;
}


/*** BEGIN GRID VIEW ***/
@media (min-width: 631px) {
	.grid .adv_result {
		width: 33%;
		display: inline-block;
		border: 3px solid #FFF;
		box-sizing: border-box;
		height: 300px;
	}
	/*.grid .itn {
		height: 48px;
	}*/
	.grid .itn, .grid .itn a {
		font-size: 13px;
	}
	.grid .plc {
		height: 275px;
	}
	.grid .plc td {
		display: block;
		padding: 0;
	}
	.grid img.nullImage {
		margin: 0 !important;
	}
	.grid .plc .pt.description {
		height: 75px;
	}
	.grid .plc .pt.stock form,
	.grid .hideOnGridView,
	.grid .qrqty {
		display: none;
	}
	.grid .plc .prc {
		font-size: 0;
		border: 0;
		margin: 0;
		padding: 0 0 3px;
	}
	.grid .cart-form { font-size: 0; }
	.grid .cart-form > input {
		display: inline-block;
		width: 50%;
	}
	.grid .cart-form > div {
		display: inline-block;
		width: 25%;
	}
	.grid .qty {
		padding: 0;
	}
	.grid .cart-form input {
		height: 30px;
		vertical-align: top;
		padding: 0;
	}
	.grid .cart-form input.favorite.blue {
		padding: 0 7px;
	}
	.grid .plc .cic {
		position: static;
	}
}
@media (min-width: 800px) {
	.grid .adv_result {
		width: 25%;
	}
}
/*** END GRID VIEW ***/


@media (max-height:700px) {
	#mainWrap h3 {
		margin: 15px 0;
		font-size: 22px;
	}
	#productNav {
		left: -194px;
	}
	#productNav .toggler {
		padding: 16px 10px 0 10px;
		height: 35px;
	}
	.lt0, .lt1, .lt2, .lt3 {
		background-size: 32px 32px;
		height: 32px;
		width: 32px;
	}
	#mainWrap.navBump {
		padding-left: 50px;
	}
}
@media (max-width:1150px) {
	/*.prod_top {*/
	/*	width: 650px;*/
	/*}*/
	.prod_box {
		width: 50%;
	}
	.vpCont {
		width: auto;
	}
	ul#primNav li a {
		padding: 10px 8px 9px;
	}
	ul#primNav li.on a,
	ul#primNav li:hover a {
		padding: 8px 6px 7px;
	}
	#headWrap.fix ul#primNav li a {
		padding: 7px 8px;
	}
	#headWrap.fix ul#primNav li.on a,
	#headWrap.fix ul#primNav li:hover a {
		padding: 5px 6px;
	}
}
@media (max-width:1080px) {
	#mainWrap {
		min-height: 0;
	}
	#GTS_CONTAINER {
		right: 20px;
	}
	.compliAssureSeal {
		left: 20px;
	}
	#bbbCont {
		left: 318px;
	}
	#siteSeals div.AuthorizeNetSeal {
		left: 204px;
	}
	ul#topNav {
		margin-right: 0;
	}
	#splitWrap .vpCont {
		padding-left: 0;
		padding-right: 0;
	}
}
@media (max-width:1040px) {
	.deal-img img {
		width: 220px;
		height: 220px;
	}
	/*.prod_top {*/
	/*	width: 532px;*/
	/*}*/
	.prod_box {
		width: 100%;
	}
	.prod_thumb.primary {
		width: 170px;
		height: 170px;
	}
	input.qty {
		width: 100%;
	}
}
@media (max-width:1020px) {
	#searchLeft {
		width: 79%;
	}
	#adv {
		width: 20%;
	}
	#adv li {
		font-size: 11px;
		margin: 0 0 6px;
		padding: 7px 9px;
	}
	#adv .adv_float ul li {
		margin: 0 6px 6px 0;
		width: 35px;
	}
	#adv ul {
		margin: 0 10px 10px;
	}
	#adv h4.adv_t {
		margin: 0 0 6px;
	}
	#adv h4 {
		margin: 0 0 9px;
		font-size: 13px;
		padding: 10px 0 10px 20px;
	}
}
@media (max-width:1010px) {
	ul#deals li {
		width: 33%;
		margin-bottom: 20px;
	}
	ul#deals li:nth-child(4) {
		display: none;
	}
}
@media (max-width:1360px) {
	ul#primNav,
	#headWrap.fix ul#primNav {
		display: none;
	}
	ul#topNav {
		margin-right: 80px !important;
	}
	ul#topNav .gpo-pricing {
		display: none;
	}
	#navLinksWrap {
		display: flex;
		width: max-content;
		align-items: center;
	}
	#headWrap {
		height: 100px;
	}
	#headWrap.fix ul#topNav {
		margin-right: 80px !important;
		float: right;
		left: auto;
		position: relative;
	}
	ul#topNav li {
		border-radius: 7px;
	}
	#hamburger {
		display: block;
	}
	#sideNav {
		visibility: visible;
	}
	#splashWrap {
		height: auto;
		padding-top: 25px;
		padding-bottom: 25px;
	}
	#splashWrap.searchShow {
		padding-top: 0;
	}
	.ac_cont.rspAC ul.ac_results {
		height: 80%;
	}
	h1 {
		font-size: 30px;
	}
	ul.splitCols {
		height: auto;
	}
	.splitA,
	.splitB {
		float: none;
		height: auto;
		width: auto;
		overflow: visible;
	}
	#mainWrap h1 {
		padding: 15px 0;
		margin-bottom: 15px;
	}
	/*.prod_top {*/
	/*	width: 444px;*/
	/*}*/
	.prod_box {
		width: 100%;
	}
	#adv {
		position: absolute;
		top: 200px;
		right: -220px;
		width: 100%;
		z-index: 96;
		background-color: #FFF;
		padding: 10px;
	}
	#adv.out {
		right: 0;
	}
	#adv.out #advHide {
		display: block;
	}
	#advBtn {
		display: block;
	}
	#searchLeft {
		float: none;
		width: auto;
	}
	#bodyCont {
		overflow-x: hidden;
	}
	ul#social li img {
		height: 30px;
	}
	.deal-price {
		font-size: 24px;
	}
}
@media (max-width:900px) {
	#osBilling,
	#osShipping {
		float: none;
		width: auto;
	}
	.optionSection h3 {
		background-color: #EEE;
		padding: 5px 20px;
	}
	#orderSections .addressCard {
		min-height: 0;
		min-width: 0;
		width: auto;
		display: block;
		float: none;
	}
	.optionSection .floatLeft,
	.optionSection .floatRight {
		float: none;
		width: auto;
	}
	#coSections input.btn, input.btnSmall,
	#coSections input.dark[type="submit"],
	#coSections input.dark[type="button"] {

	}
	ul.brands li {
		width: 33%;
	}
}
@media (max-width:820px) {
	/*
	.pnui {
		float: none;
		margin-bottom: 15px;
	}
	*/
	.selectExpressShipping {
		float: left;
		width: 60%;
	}
}
@media (max-width:775px) {
	.rightBlock, .leftBlock {
		float: none;
		width: auto;
	}
	ul#deals li {
		width: auto;
		float: none;
		height: auto;
	}
	ul#deals li:nth-child(4) {
		display: block;
	}
	ul#deals li input.dark {
		position: relative;
	}
	#callOutWrap {
		padding: 25px 0;
	}
	ul#callOuts li {
		float: none;
		width: auto;
		padding-bottom: 25px;
	}
	.deal-img {
		float: left;
		width: auto;
		margin-right: 15px;
	}
	.deal-txt {
		vertical-align: top;
		padding-left: 15px;
	}
	.deal-price {
		margin-top: 0;
	}
	.deal-price,
	.deal-title,
	.deal-sub,
	.deal-stock {
		width: auto;
	}
	#mailingListForm {
		width: auto;
	}
	#mailingListForm input[type="email"] {
		width: 50%;
		float: none;
		display: inline-block;
		margin: 0;
	}
	#mailingListForm input[type="submit"] {
		float: none;
		display: inline-block;
		width: 20%;
		margin: 0;
		padding-left: 0;
		padding-right: 0;
	}
	#surplus p {
		width: auto;
	}
	table.psr td {
		font-size: 12px;
	}
	div.psrEquiv {
		font-size: 12px;
	}
}

@media (max-width:767px) {
	/*body { background-image: url('/img/splashes/splash1-lower.jpg'); } */
	body.splash1 { background-image: url('/img/splashes/splash1-lower.jpg'); }
	body.splash2 { background-image: url('/img/splashes/splash2-lower.jpg'); }
	body.splash3 { background-image: url('/img/splashes/splash3-lower.jpg'); }
	#mainWrap input[type="text"],
	#mainWrap input[type="file"],
	#mainWrap input[type="email"],
	#mainWrap input[type="phone"],
	#mainWrap input[type="password"],
	#mainWrap input[type="number"],
	#mainWrap select,
	#mainWrap textarea {
		font-size: 14px;
	}
	#mainWrap #searchPageForm input[type="submit"] {
		height: 39px;
	}
	div.uiType {
		width: auto;
	}
	.surveySplash div {
		background-size: 150px 160px;
		top: 50px;
		width: 150px;
		height: 160px;
	}
	input.btn,
	input.btnSmall,
	input.dark[type="submit"],
	input.dark[type="button"] {
		font-size: 11px;
		padding: 10px 15px;
		margin: 0 5px 5px 0;
	}
}
@media (max-width:750px) {
	table.shipbill td {
		display: block;
	}
	.order td div.item_description {
		width: auto;
	}
	#mainWrap select#express_option_id {
		padding: 10px 5px;
	}
	h1 {
		font-size: 22px;
	}
}
@media (max-width:700px) {
	#pciBlurb {
		text-align: center;
	}
	#myCart {
		visibility: hidden;
	}
	#cartBadge {
		right: -30px;
	}
	table.simple th,
	table.simple td {
		font-size: 14px;
	}
	ul.tabber li {
		padding: 6px;
		font-size: 10px;
	}
	.niceNote {
		font-size: 13px;
	}
	table.form th,
	table.form td {
		display: block;
	}
	table.form th {
		padding: 10px 0 3px 0;
	}
	table.form td {
		padding: 3px 0 5px 0;
	}
	#mainWrap input[type="text"],
	#mainWrap input[type="file"],
	#mainWrap input[type="email"],
	#mainWrap input[type="phone"],
	#mainWrap input[type="password"],
	#mainWrap input[type="number"],
	#mainWrap select,
	#mainWrap textarea {
		font-size: 14px;
		display: block;
		width: 90%;
		box-sizing: border-box;
	}
	#mainWrap input[type="text"]#qq {
		display: inline-block;
		width: 80%;
	}
	#mainWrap #searchPageForm input[type="submit"] {
		display: inline-block;
		width: 15%;
	}
	#headWrap.fix .vpCont {
		padding-left: 4px;
	}
	#headWrap.fix #hamburger {
		top: 8px;
		right: 4px;
	}
	.deal-img,
	.deal-img img {
		height: 200px;
		width: 200px;
	}
	#social li img {
		height: 22px;
		width: auto;
	}
	ul#footNav li {
		float: none;
		padding: 5px 0;
		border: none;
	}
	ul#footNav li a {
		text-align: center;
	}
	.fBlock {
		display: block;
		text-align: center;
		margin: 5px 0;
	}
	.fGone {
		display: none;
	}
	ul#social {
		display: block;
	}
	ul#social li {
		padding-right: 0;
	}
	#foot-logo {
		display: none;
	}
	#headWrap.fix {
		height: 60px;
	}
	#bbbCont,
	#GTS_CONTAINER,
	.compliAssureSeal,
	#siteSeals div.AuthorizeNetSeal {
		position: relative;
		right: auto;
		left: auto;
		top: auto;
		margin: 0 auto;
		text-align: center;
	}
	#bbbCont {
		width: 150px;
	}
	.footSmall {
		text-align: center;
	}
	#mainWrap h1 {
		clear: both;
		font-size: 22px;
	}
	.order #logo {
		text-align: left;
	}
	.order h1 {
		text-align: left;
	}
	ul.brands li {
		width: 50%;
	}
	#mainWrap .prod_box input.qty[type="number"] {
		width: 118px;
	}
	td.rc input.btnS {
		width: 89%;
		padding: 10px 5px;
		display: block;
		box-sizing: border-box;
	}
}
@media (max-width:640px) {
	ul#topNav li {
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		width: fit-content;
		height: 44px;
		font-size: 13px;
		padding: 0 3px;
		margin-left: 10px;
	}
}
@media (max-width:350px) {
	ul#topNav {
		display: none;
	}
}
@media (max-width:630px) {
	.nui {
		margin: 0 auto;
	}
	.prod_thumb {
		float: none;
	}
	.prod_thumb.primary {
		height: auto;
		width: 100%;
		overflow: visible;
		text-align: center;
	}
	.prod_thumb.primary img {
		width: 100%;
		height: auto;
	}
	.prod_top {
		flex-flow: column nowrap;
	}
	.prod_box {
		width: auto;
	}
	.plc {
		padding: 5px;
	}
	.productPrimaryThumbWrap {
		margin-left: 0;
	}
	.plc .prc {
		width: 90%;
		min-width: 0;
		border-bottom: 1px solid #b6b6b6;
	}
	.plc table th, .plc table td {
		padding: 0;
	}
	.plc table table td {
		display: block;
	}
	.plc td.im {
		width: 110px;
	}
	.productPrimaryThumbWrap {
		width: 80px;
		height: 80px;
		float: none;
	}
	input.btn, input.btnSmall, input.dark[type="submit"], input.dark[type="button"] {
		text-transform: uppercase;
	}
	.productPrimaryThumbWrapX {
		overflow: hidden;
	}
	.productPrimaryThumbWrapX img {
		width: 110px;
	}
	.prod_thumbx {
		float: none;
		height: auto;
		margin-right: 0;
		width: 100%;
	}
	#toggle-view {
		display: none;
	}
	.pnui {
		float: none;
		width: 100%;
		margin-bottom: 15px;
	}
}
@media (max-width:550px) {
	.plc tr {
		display: flex;
		flex-wrap: wrap;
	}
	.error,
	.message {
		left: 0;
		right: 0;
		font-size: 13px;
	}
	.error img,
	.message img {
		width: 22px;
		height: 22px;
	}
	.plc .itn, .plc .itn a, .plc .prc {
		font-size: 12px;
	}
	.plc .prc span {
		font-size: 12px;
	}
	.productPrimaryThumbWrap {
		width: 60px;
		height: 60px;
		float: none;
	}
	.plc td.im {
		width: auto;
		display: block;
		white-space: nowrap;
	}
	.productPrimaryThumbWrapX {
		width: 90%;
		overflow: hidden;
	}
	.productPrimaryThumbWrapX img {
		width: 100%;
		margin-left: 1px;
	}
	.plc td.plMid {
		width: 100%;
		order: 2;
		display: inline-block;
	}
	.plc td.rc {
		order: 1;
		margin-left: auto;
		width: 25%;
		white-space: nowrap;
		display: inline-block;
	}
	.qrqty {
		font-size: 10px;
	}
	#mainWrap input[type="number"].qty {
		padding: 10px 5px;
	}
	/*input.btnS,
	7/26: I replaced the selector above with the two selectors below in order to ensure that, for a `.blue.btnS`
	element, such as the Favorite button on the Search Results page, these responsive styles override any styles set by
	`.blue`. */
	input[type=submit].btnS,
	input[type=button].btnS {
		font-size: 11px;
		padding: 7px;
		width: 100%;
	}
	.prod_box input.btnS {
		width: 118px;
	}
	.floatRight {
		float: none;
	}
	.floatLeft {
		float: none;
	}
	#mainWrap h1 input[type="button"].floatRight {
		float: right;
	}
	table.simple th,
	table.simple td {
		font-size: 12px;
	}
	#intSplash {
		position: static;
	}
	#intSplash .vpCont {
		padding: 0;
	}
	#intSplash .searchForm {
		float: none;
		margin: 0 auto;
		width: auto;
		margin-left: 73px;
		display: block;
		height: 73px;
	}
	ul#deals li {
		float: none;
		width: auto;
		height: auto;
		clear: both;
		padding: 0 0 10px 0;
	}
	#splashWrap h1 {
		display: none;
	}
	.vpCont {
		padding-left: 10px;
		padding-right: 10px;
	}
	.deal-img,
	.deal-img img {
		height: 150px;
		width: 150px;
	}
	.deal-price {
		font-size: 23px;
		padding-bottom: 6px;
		margin-bottom: 6px;
	}
	.deal-title {
		font-size: 13px;
	}
	.splitA p {
		font-size: 17px;
		line-height: 30px;
	}
	.splitCols input.blue[type="submit"],
	.splitCols input.blue[type="button"] {
		float: none;
		margin-bottom: 15px;
	}
	#habla_beta_container_do_not_rely_on_div_classes_or_names {
		display: none;
	}
	.order #logo img {
		width: 200px;
	}
	#mainWrap input[type="text"]#shareLink {
		width: 300px;
	}
	input#qqz {
		width: 65%;
	}
	._c1,
	._c6 {
		display: none;
	}
	.selectExpressShipping {
		float: none;
		width: auto;
	}
	#mainWrap select#express_option_id {
		width: 130px;
		margin-left: 10px;
	}
	ul.brands li {
		float: none;
		width: auto;
	}
}
@media (max-width:450px) {
	#mainWrap h3 {
		margin: 10px 0;
		font-size: 19px;
	}
	._c3,
	._c4, /* per Phil, 5/3/20 */
	._c5 {
		display: none;
	}
}
@media (max-width:420px) {
	body.nav #bodyWrap {
		left: -200px;
	}
	#mainWrap input[type="text"]#shareLink {
		width: 250px;
	}
	table.tbli thead {
		display: none;
	}
	table.tbli td {
		display: block;
	}
	table.tbli tr {
		display: block;
		border: 1px solid #CCC;
		padding: 15px;
	}
	#needleChart .optionSection {

	}
	h3 {
		font-size: 18px;
	}
	body, p, th, td {
		font-size: 15px;
	}
	ul.tabber li {
		font-size: 8px;
	}
	ul#deals li input.dark {
		bottom: 0;
		float: right;
	}
	#callOutWrap {
		padding: 25px 0 10px 0;
	}
	.whiteWrap {
		padding: 25px 0;
	}
	table.psr td {
		font-size: 11px;
		vertical-align: top;
	}
	.order #logo img {
		width: 150px;
	}
	select#exm {
		margin-bottom: 10px;
	}
	ul.icons li {
		width: 45%;
		margin-right: 0;
	}
	.tip-wrap {
		display: none !important;
	}
}
@media (max-width:375px) {
	#mainWrap input[type="text"]#shareLink {
		width: 200px;
	}
	#mainWrap input#promo_code {

	}
	div.uiType {
		padding: 8px 0 10px;
	}
	#lifeTerms label {
		margin-right: 6px;
	}
	.plc .cic {
		display: none;
	}
	#mailingListForm input[type="email"] {

	}
}

.img-responsive {
	max-width: 100%;
	min-width: 100%;
	height: auto;
	display: block;
}
.white-border {
	border: 3px solid #EEE;
}

table.table-4col {
	border-collapse: collapse;
	border: 0;
	margin: 0;
	padding: 0;
}
table.table-4col th,
table.table-4col td {
	font-size: 14px;
	padding: 2px 5px;
	border-bottom: 1px solid #CCC;
	text-align: left;
	vertical-align: middle;
}
table.table-4col th {
	font-weight: bold;
	font-size: 15px;
}
table.table-4col tr td:nth-child(odd) {
	font-weight: bold;
}

@media (max-width:800px) {
	table.table-4col th,
	table.table-4col td {
		display: block;
		float: left;
		width: 50%;
		box-sizing: border-box;
	}
	table.table-4col th:nth-child(3),
	table.table-4col th:nth-child(4) {
		display: none;
	}
}
input[type=button].karaBtn {
	background-color: #3e8af6;
}
input[type=button].karaBtn:hover {
	background-color:rgba(53, 63, 70, 0.85);
}

.prod_thumbx {
	text-align: center;
}
.prod_thumb.null-product {
	width: auto !important;
	height: auto !important;
}

.bubble-pop {
	position: absolute;
}

#paySubtn {
	font-size: 21px;
	background-color: #3875D7;
	margin-bottom: 10px;
}
#paySubtn:disabled {
	opacity: 50%;
	pointer-events: none;
	cursor: default;
}

.bard-mesh-btn {
	float: right;
	margin-top: -80px !important;
}
@media (max-width:600px) {
	.bard-mesh-btn {
		float: none;
		margin-top: 0 !important;
	}
}
table.cart th.shipping-msg {
	background-color: #FFF;
}
.shipping-msg p {
	text-align: left;
	font-size: 12px;
}
th.vat {
	vertical-align: top !important;
}
.vat-pad {
	padding-top: 14px;
}

table.cart th.promo-msg {
	background-color: #FFF;
}
.promo-msg p {
	text-align: right;
	font-size: 12px;
}

table.cart th.tax-msg {
	background-color: #FFF;
}
.tax-msg p {
	text-align: right;
	font-size: 12px;
}

#livechat-eye-catcher {
	display: none;
}

.photo-subtext {
	font-size: 9px;
	color: #AAA;
}

.upload-file-req {
	position: relative;
	top: -5px;
	right: 4px;
}

.SEARCH_CHECKMARK {
	height: 30px;
	margin-bottom: -9px;
}

.material-chart-td-th {
	height: 30px;
	border: 1px solid black;
	margin-bottom: -9px;
	padding: 10px;
}

.material-chart-td {
	text-align: center;
	vertical-align: middle;
}

.material-chart-td-head a {
	color: white;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
}

.material-chart a:link, a:visited, a:hover, a:active {
	cursor: pointer;
}

.BOLD {
	font-weight: bold;
}

.priceContainer {
	font-size: 13px;
	font-weight: bold;
	color: #999;
	padding-bottom: 10px;
}

.priceContainer .priceMoney span {
	color: #223462;
	font-size: 16px;
}

.form-control {
	display: block;
	width: 100%;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #FFFFFF;
	border: 1px solid #ced4da;
	padding: 10px 20px;
	margin: 0;
	box-sizing: border-box;
}

.free-kit-form-row {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 1rem !important;
}

.free-kit-form-text-box {
	width: 45%;
	margin-right: 1.5rem;
	margin-left: 1.5rem;
}

.free-kit-form-text-box select {
	width: 100%;
	background-color: white;
}

.free-kit-captcha {
	text-align: center;
}

.free-kit-form-send-button {
	border-radius: 7px;
	font-size: x-large;
	border: 0;
	transition: ease-in-out 200ms;
	font-weight: 700;
	height: 2em;
	display: flex;
	align-items: center;
	padding: 0 10px;
}

.free-kit-form-send-button-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 10px;
}

.free-kit-banner {
	background: #f7cc59;
	height: 55px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.free-kit-banner a {
	outline: none;
}

.free-kit-banner-text {
	text-align: center;
	color: #223462;
	font-size: clamp(12px, 2.5vw, 24px);
	font-weight: 700;
	transition: ease 0.15s;
	margin: 0 50px;
}

.free-kit-banner-text:hover {
	color: #6d7caa;
	scale: 1.1;
}

.free-kit-banner-x-button {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	right: 10px;
	height: 100%;
}

.free-kit-banner-x-button img {
	height: clamp(30px, 3vw, 44px);
	width: clamp(30px, 3vw, 44px);
}

.free-kit-banner-content {
	height: inherit;
}

.freeKitOffer {
	padding-top: 20px;
}

.freeKitOffer.manufacturerPage .prod_top.no-needle {
	max-width: none;
}

.synergy-checkout-logo {
	width: 500px;
	display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-top: -135px;
    margin-bottom: -150px;
    padding-top: 75px;
}

@media (max-width: 1275px) {
	.synergy-checkout-logo {
		visibility: hidden;
	}
}

.synergy-material-search-info {
	width: 100%;
	padding-top: 35px;
}

.synergy-material-search-link {
	outline: none;
}

.slick-slide::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #6d7caa;
}

.video-wrap {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}

.video-embed {
	max-width: 100%;
}

#sell-your-product-video, #resale-promo-video, #hcp-conference-video {
	width: 75%;
}

#hcp-promo-video {
	width: 70%;
}

#hcp-conference-video, #hcp-promo-video {
	margin-top: 15px;
}

#footWrap h3 {
	color: white;
	font-size: 17px;
	margin-bottom: 20px;
	font-family: inherit;
}

#footWrap .footer-section {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#footWrap .footer-column {
	flex: 1;
	margin: 10px;
}

#footWrap .footer-section {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#footWrap .footer-column {
	flex: 1;
	margin: 10px;
}

#footWrap #social {
	display: flex;
	flex-wrap: nowrap;
	padding: 0;
	margin: 0;
}

#footWrap #social li {
	list-style: none;
}

#footWrap .follow-us-column {
	flex: 1.5; /* Makes the "Follow Us" column twice as wide */
}

#footWrap .footer-subscribe {
	flex: 1.5;
}

/*
#topNav - light blue tabs at top right of header
should disappear when they start to hit the logo
*/

@media (max-width: 950px) {
	ul#topNav .contact,
	#headWrap.fix ul#topNav .contact {
		display: none;
	}
}

@media (max-width: 800px) {
	ul#topNav .news,
	#headWrap.fix ul#topNav .news {
		display: none;
	}
}

@media (max-width: 725px) {
	ul#topNav .blog,
	#headWrap.fix ul#topNav .blog {
		display: none;
	}
}

@media (max-width: 650px) {
	ul#topNav .meLinks,
	#headWrap.fix ul#topNav .meLinks {
		display: none;
	}
}

@media (max-width: 450px) {
	ul#topNav .viewCart,
	#headWrap.fix ul#topNav .viewCart {
		display: none;
	}
}

/* ES-1623 */

@media (max-width: 950px) {
	.video-embed {
		width: 100%;
		height: auto;
	}
}

@media (max-width: 1360px) {
	#intSplash {
		display: none;
	}
	.vpCont {
		padding: 0 25px;
	}
	#prodNav {
		display: none;
	}
	#mainWrap.navBump {
		padding: 20px 20px 0;
	}
	table.tbli thead {
		display: none;
	}
	table.tbli td {
		display: block;
	}
	table.tbli tr {
		display: block;
		border: 1px solid #CCC;
		padding: 15px;
	}
	#bodyCont {
		padding-top: 35px;
	}
}

.subfooter-row {
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	padding-top: 10px;
	flex-wrap: wrap;
}

#BT-badge {
	height: 44px;
}

.payment-card {
	padding-inline: 5px;
	height: 28px;
	width: auto;
}

#mc_embed_signup {
	background: #fff;
	clear: left;
	width: 100%;
	max-width: 500px;
}

#mc-subscribe-form {
	padding: 0 !important;
}

#mc_embed_signup .button {
	clear: both;
	background-color: #aaa;
	border: 0 none;
	border-radius: 4px;
	color: #FFFFFF;
	font: inherit;
	font-size: 15px;
	font-weight: normal;
	height: 32px;
	text-align: center;
	text-decoration: none;
	vertical-align: top;
	white-space: nowrap;
	width: fit-content;
	width: -moz-fit-content;
	padding-inline: 10px;
}

.mobile-search {
	display: none;
}

@media (max-width: 625px) {
	.searchForm:not(#footerSearchForm) {
		display: none;
	}
	.mobile-search {
		display: flex;
		justify-content: center;
		align-items: center;
		background: #f7cc59;
		color: #223462;
		font-weight: bold;
		font-size: medium;
		border-radius: 5px;
		height: 40px;
		outline: solid #00000030 5px;
	}
}

/* ES-1680 */
#manufacturer-lifeterm-options-title {
	display: flex;
	justify-content: center;
	width: 100%;
	font-weight: bold;
	font-size: x-large;
}
#manufacturer-lifeterm-options {
	display: flex;
	justify-content: space-evenly;
	align-items: flex-start;
	margin: 3% 0 0;
}

#manufacturer-lifeterm-options .option-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 30%;
}

#manufacturer-lifeterm-options input {
	display: none !important;
	visibility: hidden !important;
}

#manufacturer-lifeterm-options label {
	border: 10px solid #223462;
	border-radius: 50%;
	background: #223462;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	aspect-ratio: 1/1;
}

#manufacturer-lifeterm-options label img {
	width: 100%;
	height: auto;
}

#manufacturer-lifeterm-options input[type="radio"]:checked + label {
	border: 10px solid #f7cc59;
}

#manufacturer-lifeterm-options strong {
	padding: 3px;
	text-align: center;
}

.manufacturer-li.hidden {
	display: none;
}

#manufacturer-search-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 10px;
}

#manufacturer-search-wrapper label {
	font-size: x-large;
	font-weight: bold;
}

#manufacturer-search-input {
	border-radius: 5px;
	width: 25%;
}

#manufacturers-no-results {
	display: none;
	width: 100%;
	text-align: center;
	color: dimgrey;
}

.halfWidth {
	width: 50%;
}

.flexbox {
	display: flex;
}

.featured-item-container {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	gap: 1rem;
}

.featured-item {
	flex: 1 1 calc(33.333% - 1rem);
	box-sizing: border-box;
	padding: 1rem;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

.featured-item > .product-image-hover-overlay > img {
	width: 100%;
	height: auto;
}