/* //////////////////// */
/* WINDOW WIDTH CHECKER */
/* //////////////////// */
body:after {
    content: 'desktop';
    display: none;
}
@media (max-width: 767px){
    body:after {
        content: 'mobile';
        display: none;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    body:after {
        content: 'tablet';
        display: none;
    }
}
/* ////// */
/* GLOBAL */
/* ////// */
@font-face {
	font-family: 'Chevin';
	src: url('https://www.eproms.com/css/fonts/ChevinLight.eot');
	src: url('https://www.eproms.com/css/fonts/ChevinLight.eot?#iefix') format('embedded-opentype'),
		url('https://www.eproms.com/css/fonts/ChevinLight.woff') format('woff'),
		url('https://www.eproms.com/css/fonts/ChevinLight.ttf')  format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Chevin';
	src: url('https://www.eproms.com/css/fonts/ChevinDemiBold.eot');
	src: url('https://www.eproms.com/css/fonts/ChevinDemiBold.eot?#iefix') format('embedded-opentype'),
		url('https://www.eproms.com/css/fonts/ChevinDemiBold.woff') format('woff'),
		url('https://www.eproms.com/css/fonts/ChevinDemiBold.ttf')  format('truetype');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Chevin';
	src: url('https://www.eproms.com/css/fonts/ChevinExtraBold.eot');
	src: url('https://www.eproms.com/css/fonts/ChevinExtraBold.eot?#iefix') format('embedded-opentype'),
		url('https://www.eproms.com/css/fonts/ChevinExtraBold.woff') format('woff'),
		url('https://www.eproms.com/css/fonts/ChevinExtraBold.ttf')  format('truetype');
	font-weight: 900;
	font-style: normal;
}			
body {
	background: url(../images/ep-bg-ptn.png) repeat;
	font-family: "HelveticaNeue", "Helvetica Neue", "HelveticaNeueRoman", "HelveticaNeue-Roman", "Helvetica Neue Roman", "Helvetica", "Arial", sans-serif;
	font-weight: 400;
	color: #333;
	font-size:13px;
	line-height: 1.4em;
}
.lt-ie9 .vbottom,
.lt-ie9 .vmiddle,
.lt-ie9 .vtop {
    float: left;
}
p {
	margin: .2em 0 .8em
}
a {
	color: #3677bc;
}
p a {
	font-weight: bold;
	color: #3677bc;
}
h1 {
	/*font-family: 'Chevin', sans-serif;*/
	font-weight: 900;
	/*font-size: 36px;*/
	font-size: 35px;
	line-height: 1.3em;
	color: #003373;
	margin: 0 0 .5em 0;
}
h2 {
	/*font-family: 'Chevin', sans-serif;*/
	font-weight: bold;
	/*font-size: 30px;*/
	font-size: 28px;
	line-height: 1.3em;
	color: #003373;
	margin: 0;
}
h3 {
	/*font-family: 'Chevin', sans-serif;*/
	font-weight: 900;
	/*font-size: 20px;*/
	font-size: 19px;
	line-height: 1.3em;
	color: #003373;
	margin: 0;
}
h4 {
	/*font-family: 'Chevin', sans-serif;*/
	font-weight: normal;
	font-size: 18px;
	line-height: 1.3em;
	color: #003373;
	margin: 0;
}
h5 {
	font-family: "HelveticaNeue", "Helvetica Neue", "HelveticaNeueRoman", "HelveticaNeue-Roman", "Helvetica Neue Roman", "Helvetica", "Arial", sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.3em;
	color: #003373;
	margin: 0;
}
h6 {
    /*font-family: 'Chevin', sans-serif;*/
    font-size: 14px;
    line-height: 1.3em;
	color: #003373;
	margin: 0;
}
@media print {
	h1, h2, h3, h4, h5, h6 {
		font-family: "HelveticaNeue", "Helvetica Neue", "HelveticaNeueRoman", "HelveticaNeue-Roman", "Helvetica Neue Roman", "Helvetica", "Arial", sans-serif;
	}
}
#emailFixedWrapper {
    position: fixed;
    left: -495px;
    -webkit-transition: left 500ms;
    -moz-transition: left 500ms;
    -o-transition: left 500ms;
    transition: left 500ms;
    margin: auto;
    top: 40%;
    width: 495px;
    background: white;
    text-align: center;
    z-index: 5;
}
#emailFixedWrapper.open {
    left: 0;
    -webkit-transition: left 500ms;
    -moz-transition: left 500ms;
    -o-transition: left 500ms;
    transition: left 500ms;
}
#emailFixed {
    padding: 20px 20px 0 120px;
    background: url(../images/EP-CustomerRep.png) no-repeat left bottom;
    border: 1px solid #ccc;
    min-height: 210px;
}
#fixedModalHeaders {
    background: url(../images/EP-email-headers.png) no-repeat;
    width: 279px;
    height: 85px;
    margin-bottom: 10px;
}
#tiFixedError{
    color: #f7041a;
    display: none;
}
#fixedEmailValue {
    width: 100%;
}
#fixedError {
    display: none;
}
#incenve {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
#emailFixedCTA {
    margin: 10px 0 20px 0;
    -webkit-appearance: none;
}
#incenve img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
}
#emailFixedClose {
    position: absolute;
    top: 0;
    right: 0;
    background: #ccc;
    color: white;
    padding: 2px 10px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 11px;
}
#openMe {
    background: url(../images/EP-email-tab.png) no-repeat;
    width: 48px;
    height: 183px;
    position: absolute;
    right: -48px;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
}
/* icons */
@font-face {
	font-family: 'epromos-icons';
	src:url('https://www.eproms.com/css/fonts/epromos-icons.eot?-6e3b44');
	src:url('https://www.eproms.com/css/fonts/epromos-icons.eot?#iefix-6e3b44') format('embedded-opentype'),
		url('https://www.eproms.com/css/fonts/epromos-icons.ttf?-6e3b44') format('truetype'),
		url('https://www.eproms.com/css/fonts/epromos-icons.woff?-6e3b44') format('woff'),
		url('https://www.eproms.com/css/fonts/epromos-icons.svg?-6e3b44#epromos-icons') format('svg');
	font-weight: normal;
	font-style: normal;
}
[class^="icon-"]:before,
[class*="icon-"]:before {
	font-family: 'epromos-icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-Menu:before {
	content: "\e600";
}
.icon-Menu-Search:before {
	content: "\e601";
}
.icon-Account:before {
	content: "\e602";
}
.icon-favorite:before {
	content: "\e603";
}
.icon-phone:before {
	content: "\e604";
}
.icon-chat:before {
	content: "\e605";
}
.icon-left-caret:before {
	content: "\e606";
}
.icon-right-caret:before {
	content: "\e607";
}
.icon-down-caret:before {
	content: "\e608";
}
.icon-up-caret:before {
	content: "\e609";
}
.icon-export:before {
	content: "\e60a";
}
.icon-calendar:before {
	content: "\e60b";
}
.icon-save-close:before {
	content: "\e60c";
}
.icon-save:before {
	content: "\e60d";
}
.icon-gear:before {
	content: "\e60e";
}
.icon-lock:before {
	content: "\e60f";
}
.icon-sort:before {
	content: "\e610";
}
.icon-sale:before {
	content: "\e611";
}
.icon-cart:before {
	content: "\e612";
}
.icon-filter:before {
	content: "\e613";
}
.icon-star:before {
	content: "\e614";
}
.icon-close:before {
	content: "\e615";
}
.icon-email:before {
	content: "\e616";
}
.icon-print:before {
	content: "\e617";
}
.icon-grid:before {
	content: "\e618";
}
.icon-list:before {
	content: "\e619";
}
.icon-save2:before {
	content: "\e61a";
}
.icon-checkmark:before {
	content: "\e61b";
}
.icon-truck:before {
	content: "\e61c";
}
.icon-rush:before {
	content: "\e61d";
}
.icon-hot:before {
	content: "\e61e";
}
.icon-search:before {
	content: "\e61f";
}
.icon-industry:before {
	content: "\e620";
}
.icon-type:before {
	content: "\e621";
}
.icon-image:before {
	content: "\e622";
}
.icon-question:before {
	content: "\e623";
}
/* sprite */
.sprite-icon {
	background: url(../images/ep-sprite-2x.png) no-repeat 0 0;
	background-size: 183px 249px;
	display: inline-block;
    vertical-align: middle;
}
.lt-ie9 .sprite-icon {
	background: url(../images/ep-sprite-1x.png) no-repeat 0 0;
}
.sprite-white-heart,
.lt-ie9 .sprite-white-heart {
	background-position: -1px 0;
	width: 37px;
	height: 30px;
}
.sprite-red-heart,
.lt-ie9 .sprite-red-heart {
	background-position: -46px 0;
	width: 37px;
	height: 30px;
}
.sprite-heart-plus,
.lt-ie9 .sprite-heart-plus {
	background-position: -90px 0;
	width: 25px;
	height: 22px;
}
.sprite-heart-minus,
.lt-ie9 .sprite-heart-minus {
	background-position: -122px -1px;
	width: 25px;
	height: 22px;
}
.sprite-heart-minus,
.lt-ie9 .sprite-heart-minus {
	background-position: -122px -1px;
	width: 25px;
	height: 20px;
}
.sprite-red-e,
.lt-ie9 .sprite-red-e {
	background-position: 0 -37px;
	width: 40px;
	height: 40px;
}
.sprite-red-drop,
.lt-ie9 .sprite-red-drop {
	background-position: -45px -37px;
	width: 40px;
	height: 40px;
}
.sprite-red-tag,
.lt-ie9 .sprite-red-tag {
	background-position: -90px -37px;
	width: 40px;
	height: 40px;
}
.sprite-red-dollar,
.lt-ie9 .sprite-red-dollar {
	background-position: -135px -37px;
	width: 40px;
	height: 40px;
}
.sprite-blue-check,
.lt-ie9 .sprite-blue-check {
	background-position: 0 -82px;
	width: 40px;
	height: 40px;
}
.sprite-blue-dollar,
.lt-ie9 .sprite-blue-dollar {
	background-position: -45px -82px;
	width: 40px;
	height: 40px;
}
.sprite-person,
.lt-ie9 .sprite-person {
	background-position: -90px -82px;
	width: 40px;
	height: 40px;
}
.sprite-skype,
.lt-ie9 .sprite-skype {
	background-position: -137px -103px;
	width: 46px;
	height: 20px;
}
.sprite-blue-check-small,
.lt-ie9 .sprite-blue-check-small {
	background-position: 0 -127px;
	width: 33px;
	height: 34px;
}
.sprite-blue-dollar-small,
.lt-ie9 .sprite-blue-dollar-small {
	background-position: -37px -127px;
	width: 33px;
	height: 34px;
}
.sprite-person-small,
.lt-ie9 .sprite-person-small {
	background-position: -75px -127px;
	width: 33px;
	height: 34px;
}
.sprite-blog,
.lt-ie9 .sprite-blog {
	background-position: -116px -138px;
	width: 62px;
	height: 20px;
}
.sprite-fb,
.lt-ie9 .sprite-fb {
	background-position: -3px -166px;
	width: 25px;
	height: 25px;
}
.sprite-tw,
.lt-ie9 .sprite-tw {
	background-position: -33px -166px;
	width: 25px;
	height: 25px;
}
.sprite-g,
.lt-ie9 .sprite-g {
	background-position: -63px -166px;
	width: 25px;
	height: 25px;
}
.sprite-in,
.lt-ie9 .sprite-in {
	background-position: -93px -166px;
	width: 25px;
	height: 25px;
}
.sprite-yt,
.lt-ie9 .sprite-yt {
	background-position: -123px -166px;
	width: 25px;
	height: 25px;
}
.sprite-pin,
.lt-ie9 .sprite-pin {
	background-position: -153px -166px;
	width: 25px;
	height: 25px;
}
.sprite-paypal, 
.lt-ie9 .sprite-paypal {
	background-position: 0 -197px;
	width: 42px;
	height: 26px;
}
.visa, 
.lt-ie9 .visa {
	background-position: -47px -197px;
	width: 42px;
	height: 26px;
}
.mastercard, 
.lt-ie9 .mastercard {
	background-position: -94px -197px;
	width: 42px;
	height: 26px;
}
.sprite-fb-icon,
.lt-ie9 .sprite-fb-icon {
	background-position: 0 -227px;
	width: 11px;
	height: 21px;
}
.active .sprite-fb-icon,
.lt-ie9 .active .sprite-fb-icon {
	background-position: -16px -227px;
}
.sprite-twitter-icon,
.lt-ie9 .sprite-twitter-icon {
	background-position: -32px -229px;
	width: 23px;
	height: 19px;
}
.active .sprite-twitter-icon,
.lt-ie9 .active .sprite-twitter-icon {
	background-position: -60px -229px;
	width: 23px;
	height: 19px;
}
.sprite-google-icon,
.lt-ie9 .sprite-google-icon {
	background-position: -88px -229px;
	width: 13px;
	height: 20px;
}
.active .sprite-google-icon,
.lt-ie9 .active .sprite-google-icon {
	background-position: -113px -229px;
}
.amex, 
.lt-ie9 .amex {
	background-position: -141px -197px;
	width: 42px;
	height: 26px;
}
.button-link {
	border-radius: 4px;
	border: 0;
	display:inline-block;
	/*font-family: 'Chevin', sans-serif;*/
	/*font-size: 18px;*/
	font-size: 15px;
	line-height: 24px;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	padding:10px;
	height: 45px;
}
.green-grad {
	background: #54bc00;
	background: -moz-linear-gradient(top,  #54bc00 0%, #429201 90%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#54bc00), color-stop(90%,#429201)); 
	background: -webkit-linear-gradient(top,  #54bc00 0%,#429201 90%); 
	background: -o-linear-gradient(top,  #54bc00 0%,#429201 90%); 
	background: -ms-linear-gradient(top,  #54bc00 0%,#429201 90%); 
	background: linear-gradient(to bottom,  #54bc00 0%,#429201 90%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54bc00', endColorstr='#429201',GradientType=0 );
	color: white;
}
.green-grad:hover {
	background: #5FD300;
	background: -moz-linear-gradient(top,  #59C600 0%, #489E01 90%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#59C600), color-stop(90%,#489E01)); 
	background: -webkit-linear-gradient(top,  #59C600 0%,#489E01 90%); 
	background: -o-linear-gradient(top,  #59C600 0%,#489E01 90%); 
	background: -ms-linear-gradient(top,  #59C600 0%,#489E01 90%); 
	background: linear-gradient(to bottom,  #59C600 0%,#489E01 90%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59C600', endColorstr='#489E01',GradientType=0 );
	color: white;
}
.gray-grad {
    background: #f0efef;
	background: -moz-linear-gradient(top,  #f0efef 0%, #c5c5c5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0efef), color-stop(100%,#c5c5c5));
	background: -webkit-linear-gradient(top,  #f0efef 0%,#c5c5c5 100%);
	background: -o-linear-gradient(top,  #f0efef 0%,#c5c5c5 100%);
	background: -ms-linear-gradient(top,  #f0efef 0%,#c5c5c5 100%);
	background: linear-gradient(to bottom,  #f0efef 0%,#c5c5c5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0efef', endColorstr='#c5c5c5',GradientType=0 );
	color: #333333;
	border: 1px solid #ccc;
    font-size: 13px;
    height: 35px;
    line-height: 15px;
}
.gray-grad:hover {
    background: #c5c5c5;
	background: -moz-linear-gradient(top,  #c5c5c5 1%, #f0efef 99%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#c5c5c5), color-stop(99%,#f0efef));
	background: -webkit-linear-gradient(top,  #c5c5c5 1%,#f0efef 99%);
	background: -o-linear-gradient(top,  #c5c5c5 1%,#f0efef 99%);
	background: -ms-linear-gradient(top,  #c5c5c5 1%,#f0efef 99%);
	background: linear-gradient(to bottom,  #c5c5c5 1%,#f0efef 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5c5c5', endColorstr='#f0efef',GradientType=0 );
}
.blue-grad {
	background: #2aa4e5;
	background: -moz-linear-gradient(top,  #2aa4e5 10%, #197abf 90%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,#2aa4e5), color-stop(90%,#197abf));
	background: -webkit-linear-gradient(top,  #2aa4e5 10%,#197abf 90%);
	background: -o-linear-gradient(top,  #2aa4e5 10%,#197abf 90%);
	background: -ms-linear-gradient(top,  #2aa4e5 10%,#197abf 90%);
	background: linear-gradient(to bottom,  #2aa4e5 10%,#197abf 90%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2aa4e5', endColorstr='#197abf',GradientType=0 );
	color: white;
}
.blue-grad:hover {
	background: #2DAEEF;
	background: -moz-linear-gradient(top,  #2DAEEF 10%, #1C84C9 90%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,#2DAEEF), color-stop(90%,#1C84C9));
	background: -webkit-linear-gradient(top,  #2DAEEF 10%,#1C84C9 90%);
	background: -o-linear-gradient(top,  #2DAEEF 10%,#1C84C9 90%);
	background: -ms-linear-gradient(top,  #2DAEEF 10%,#1C84C9 90%);
	background: linear-gradient(to bottom,  #2DAEEF 10%,#1C84C9 90%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2DAEEF', endColorstr='#1C84C9',GradientType=0 );
	color: white;
}
.ghost-button {
	border-radius: 4px;
	background: white;
	display:inline-block;
	font-size: 14px;
	font-weight: 600;
	line-height: 24px;
	text-decoration: none;
	text-align: center;
	padding:10px;
	height: 45px;
}
.blue-button {
    border: 1px solid #3677bc;
}
.caret-down:after {
    content: '';
    vertical-align: bottom;
    margin-left: 3px;
    display: inline-block;
    border-top: 5px solid #3677bc;
    border-left: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid transparent;
}
[class^="button"]:hover {
	text-decoration: none;
}
/* modals */
#overlay {
    display: none;
    position: fixed;
    top: 0%;  left: 0%;
    height: 100%;
    width: 100%;
    z-index: 11;
    background: black;
    -moz-opacity: .7;  
    opacity: 0.7;  
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";  
    filter: alpha (opacity=70);
}
.modal-wrap {
	display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 10%;
    width: 695px;
    max-width: 95%;
    margin: auto;
    z-index: 12;
    border-radius: 4px;
    -moz-box-shadow: 0 0 20px rgba(0,0,0,.8);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,.8);
	box-shadow: 0 0 20px rgba(0,0,0,.8);
}
.modal { 
	position: relative;
}
.modal-close {
    position: absolute;
    cursor: pointer;
    right: 5px;
    top: 4px;
    z-index: 2;
    font-size: 18px;
    color: white;
}
.modal-header {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.modal-header h5 {
    padding: 10px 20px;
}
.modal-mobile-toggle {
	display: none;
}
.modal-login-inner {
    padding: 10px 20px;
}
#modalReturnCustLogin .modal-login-inner,
#modalSocialLogin .modal-login-inner {
    padding-right: 0;
}
#modalSocialLogin .text-small {
	font-size: 9px;
}
.modal-login-inner h4,
.modal-login-inner h5 {
    margin-bottom: 10px;
}
#modalReturnCustLogin a {
    display: inline-block;
    max-width: 45%;
    vertical-align: middle;
}
#modalReturnCustLogin #password {
    margin-bottom: 10px;
}
#modalBadges li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}
#modalNewCustLogin .button-link {
    margin-bottom: 10px;
}
#modalNewCustLogin .modal-login-inner,
#modalReturnCustLogin .modal-login-inner {
    padding-top: 30px;
}
#modalNewCustLogin {
    border-top-right-radius: 4px;
}
#modalBadges .modal-login-inner {
    border-bottom-right-radius: 4px;
}
.modal-sample-inner {
    padding: 30px 25px 0 25px;
}
#modalProduct .modal-sample-inner {
    margin-right: -15px;
    padding-right: 10px;
}
#modalProduct img {
    border: 1px solid #ccc;
    margin-bottom: 10px;
}
#modalProduct .input-row {
    margin-bottom: 10px;
}
#modalContact p a {
    color: inherit;
    font-weight: normal;
    text-decoration: underline;
}
#modalSampleBlurb {
    width: 45%;
    margin-top: 20px;
}
#modalSampleBlurb a {
    color: inherit;
    text-decoration: underline;
}
#modalContact .button-row {
    margin-bottom: 10px;
}
#modalContact .credit-code-wrap .tooltip-content {
    right: 0;
}
.modal-sample-badge {
    margin-bottom: 20px;
}
#modalContact h4 {
    margin-bottom: 10px;
}
#modalContact .credit-code-wrap.input-row.two-up .input-cell {
    width: 65%;
}
#modalContact .credit-code-wrap.input-row.two-up .input-cell.small {
    width: 25%;
}
#modalContact .credit-code-wrap.input-row.two-up .input-cell.small.tooltip-wrap {
    width: 10%;
}
/* form fields */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="search"],
input[type="number"] {
	color: #333;
    height: 40px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
	-webkit-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.1);
    box-shadow: inset 1px 1px 5px rgba(0,0,0,0.1);
}
select {
	max-width: 100%;
	cursor: pointer;
	height: 40px;
	color: #013373;
    font-weight: bold;
	border: 1px solid #b1ab9f;
	border-radius: 0;
	-webkit-appearance: menulist;
	background: #f4f4f4;
	background: -moz-linear-gradient(top,  #f1f1f1 0%, #ffffff 38%, #ffffff 63%, #f1f1f1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(38%,#ffffff), color-stop(63%,#ffffff), color-stop(100%,#f1f1f1));
	background: -webkit-linear-gradient(top,  #f1f1f1 0%,#ffffff 38%,#ffffff 63%,#f1f1f1 100%);
	background: -o-linear-gradient(top,  #f1f1f1 0%,#ffffff 38%,#ffffff 63%,#f1f1f1 100%);
	background: -ms-linear-gradient(top,  #f1f1f1 0%,#ffffff 38%,#ffffff 63%,#f1f1f1 100%);
	background: linear-gradient(to bottom,  #f1f1f1 0%,#ffffff 38%,#ffffff 63%,#f1f1f1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#f1f1f1',GradientType=0 );
}
.select-options {
    display: none;
    padding: 0 10px 10px 10px;
}
.select {
    color: #013373;
    border: 1px solid #b1ab9f;
    background: #f4f4f4;
	background: -moz-linear-gradient(top,  #f1f1f1 0%, #ffffff 38%, #ffffff 63%, #f1f1f1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(38%,#ffffff), color-stop(63%,#ffffff), color-stop(100%,#f1f1f1));
	background: -webkit-linear-gradient(top,  #f1f1f1 0%,#ffffff 38%,#ffffff 63%,#f1f1f1 100%);
	background: -o-linear-gradient(top,  #f1f1f1 0%,#ffffff 38%,#ffffff 63%,#f1f1f1 100%);
	background: -ms-linear-gradient(top,  #f1f1f1 0%,#ffffff 38%,#ffffff 63%,#f1f1f1 100%);
	background: linear-gradient(to bottom,  #f1f1f1 0%,#ffffff 38%,#ffffff 63%,#f1f1f1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#f1f1f1',GradientType=0 );
}
.text-bg .select {
    color: #013373;
    border: 1px solid #b1ab9f;
    background: #f4f4f4;
	background: -moz-linear-gradient(top,  rgba(241,241,241,.9) 0%, rgba(255,255,255,.1) 38%, rgba(255,255,255,.1) 63%, rgba(241,241,241,.9) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(241,241,241,.9)), color-stop(38%,#ffffff), color-stop(63%,#ffffff), color-stop(100%,rgba(241,241,241,.9)));
	background: -webkit-linear-gradient(top,  rgba(241,241,241,.9) 0%,rgba(255,255,255,.1) 38%,rgba(255,255,255,.1) 63%,rgba(241,241,241,.9) 100%);
	background: -o-linear-gradient(top,  rgba(241,241,241,.9) 0%,rgba(255,255,255,.1) 38%,rgba(255,255,255,.1) 63%,rgba(241,241,241,.9) 100%);
	background: -ms-linear-gradient(top,  rgba(241,241,241,.9) 0%,rgba(255,255,255,.1) 38%,rgba(255,255,255,.1) 63%,rgba(241,241,241,.9) 100%);
	background: linear-gradient(to bottom,  rgba(241,241,241,.9) 0%,rgba(255,255,255,.1) 38%,rgba(255,255,255,.1) 63%,rgba(241,241,241,.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#f1f1f1',GradientType=0 );
}
.select-value * {
    vertical-align: top;
}
.select-value:before {
    float: right;
    margin-top: 3px;
}
.select-value {
	font-weight: bold;
    margin: 10px 5px 10px 10px;
    cursor: pointer;
    height: 20px;
}
.select-options li {
    cursor: pointer;
    margin-bottom: 5px;
}
.qty-input {
    text-align: center;
    font-weight: bold;
	color: #013373;
}
.item-product-qty .qty-input {
    width: 45px;
}
img {
    max-width: 100%;
    height: auto;
}
.inline-block {
	display: inline-block;
}
.uppercase {
	text-transform: uppercase;
}
.text-bold {
	font-weight: 900;
}
.text-med {
	font-weight: 600;
}
.text-light {
	font-weight: 100;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.underline {
	text-decoration: underline;
}
.text-strike {
    text-decoration: line-through;
}
.text-italic {
	font-style: italic;
}
.text-white {
    color: white;
}
.text-red {
	color: #e31937;
}
.text-blue {
	color: #013373;
}
.text-ltblue {
	color: #2aa4e5;
}
.text-gray {
	color: #939598;
}
.text-green {
	color: #54bc00;
}
.text-black {
	color: #333;
}
.text-small {
    font-size: 10px;
}
.text-gold {
	color: #FFE203;
}
.blue-bg {
    background-color: #013373;
    color: white;
}
.ltblue-bg {
    background-color: #2aa4e5;
    color: white;
}
.wt-bg {
	background-color: #ffffff;
}
.yellow-bg {
	background: #ffe100;
}
.green-bg {
	background: #54bc00;
}
.text-bg {
	background-image: url(../images/ep-bg-ptn.png);
}
.cust-bg {
	background-image: url(../images/EP-CustomerRep.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.gray-bg {
	background: #e6e7e8;
}
.right {
	float: right;
}
.left {
	float: left;
}
.ul-no-style {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
*[class^=col-md].alpha {
    padding-left: 0;
}
*[class^=col-md].omega {
    padding-right: 0;
}
.row.alpha {
    margin-left: 0;
}
.row.omega {
    margin-right: 0;
}
*.last,
.row.last,
*[class^=col-md].last {
    border-right: 0;
    border-bottom: 0;
}
.row.first,
*[class^=col-md].first {
    border-left: 0;
}
.last-item {
    border-right: 0 !important;
    border-bottom: 0 !important;
}
.first-item {
    border-left: 0 !important;
    border-top: 0 !important;
}
.tooltip {
	position: relative;
}
.tooltip p {
    margin: 0;
    line-height: 14px;
}
.tooltip-content {
	display: none;
	position: absolute;
	padding: 10px;
    border: 1px solid #ccc;
    font-size: 11px;
    border-radius: 3px;
    z-index: 2;
}
/* review stars */
.review-stars .icon-star {
    color: #cccccc;
    font-size: 16px;
}
.review-stars.five-stars .icon-star,
.review-stars.four-stars .icon-star.star-one,
.review-stars.four-stars .icon-star.star-two,
.review-stars.four-stars .icon-star.star-three,
.review-stars.four-stars .icon-star.star-four,
.review-stars.three-stars .icon-star.star-one,
.review-stars.three-stars .icon-star.star-two,
.review-stars.three-stars .icon-star.star-three,
.review-stars.two-stars .icon-star.star-one,
.review-stars.two-stars .icon-star.star-two,
.review-stars.one-stars .icon-star.star-one {
	color: #ffe203
}
/* breadcrumbs */
#breadcrumb {
    float: left;
    /*width: 100%;*/
    margin: 10px 0 20px 0;
}
#breadcrumb li {
    display: inline-block;
    float: left;
}
#breadcrumb li.crumb:after {
    content: '/';
    display: inline-block;
    margin: 0 3px;
    float: left;
}
#breadcrumb a {
    color: inherit;
    float: left;
}
/* ////// */
/* HEADER */
/* ////// */
#headerSpacer {
	display: none;
	height: 175px;
}
#headerSpacer.fixed {
	display: block;
}
#headerMain {
    margin-bottom: 10px;
    min-height: 60px;
}
#headerFav,
#headerCart {
    margin-left: 20px;
}
/* top bar */
#headerTopBar {
    padding: 10px 15px 20px 15px;
    line-height: 25px;
}
#headerHelpLinks li {
	line-height: 15px;
    display: inline-block;
    border-right: 1px solid #ccc;
    margin-right: 5px;
    padding-right: 10px;
}
#headerHelpLinks .icon-chat:before {
    vertical-align: middle;
    margin-right: 3px;
}
#headerHelpLinks li.last-item {
    margin-right: 0;
    padding-right: 0;
}
a:hover span[class*="icon"]:before {
	text-decoration: none !important;
}
#headerHelpLinks .circle {
    overflow: hidden;
    border: 1px solid #ccc;
}
#headerHelpLinks ul {
    display: block;
    clear: both;
}
/* account */
.header-account-link {
	float: right;
}
#headerAccountIcon {
	display: none;
}
#headerAccountLinks a {
    display: block;
}
#headerFav {
    text-align: center;
}
#favsNav {
    position: relative;
    margin-top: 8px;
}
#favsNumber {
    position: absolute;
    z-index: 1;
    margin: auto;
    line-height: 30px;
    text-align: center;
    top: 0;
    left: 0;
    width: 100%;
}
/* cart */
#headerCartTotal {
    border: 1px solid #197abf;
    background: white;
    color: #333;
    margin-top: -10px;
    margin-right: -10px;
    height: 45px;
    line-height: 45px;
    padding: 0 15px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
#headerCartIcon {
    padding-right: 10px;
    font-size: 13px;
}
#headerCartIcon .icon-cart {
    font-size: 20px;
    vertical-align: middle;
}
/* search */
#headerSearchForm {
    position: relative;
}
#headerSearch {
    width: 100%;
    padding: 0 45px 0 55px;
    -webkit-appearance: none;
}
#headerSearchSubmit {
    position: absolute;
    right: 3px;
    top: 3px;
    height: 34px;
    padding: 0 10px 0 11px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
#searchFilter {
    position: absolute;
    height: 38px;
    top: 1px;
    left: 1px;    
}
#searchFilter .select {
    background: transparent;
    filter: none;
    border: 0;
    float: left;
}
#searchFilter .select-value {
    border-right: 1px solid #ccc;
    padding-right: 5px;
    display: inline-block;
}
#searchFilter .select-options {
    background: white;
    margin-top: -2px;
    padding-top: 10px;
    z-index: 1;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    width: 200px;
    position: absolute;
}
#searchFilter.filled #searchPlaceholder {
    display: none;
}
#searchPlaceholder {
    float: left;
    line-height: 38px;
    color: #ccc;
    margin-left: 5px;
    cursor: text;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* navigaiton */
.nav-drop {
	display: none;
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    padding: 20px 20px 10px 20px;
    margin: 0;
    z-index: 3;
    border: 4px solid #197abf;
    -moz-box-shadow: 2px 2px 10px 0 rgba(0,0,0,.3);
    -webkit-box-shadow: 2px 2px 10px 0 rgba(0,0,0,.3);
    box-shadow: 2px 2px 10px 0 rgba(0,0,0,.3);
}
.nav-drop-hero {
    float: left;
    width: 20%;
}
.nav-drop-hero-name {
    display: block;
    margin: 0 5px;
}
.nav-drop-hero-img {
    min-height: 125px;
    display: block;
}
.nav-drop-title h3 a {
    color: inherit;
    display: inline-block;
}
.nav-drop-title h3 a:before {
    float: right;
    margin: 8px 0 0 5px;
    font-size: 14px;
}
.nav-hero-product .product-cell-price {
    text-align: left;
}
.nav-hero-product .product-cell-title {
    display: block;
    text-align: left;
}
.nav-drop-lists .product-cell-img {
    border: 1px solid #ccc;
}
.nav-drop-lists .product-cell-img .nav-hero-product {
    margin: 15px;
    position: relative;
}
.nav-hero-product img {
    max-height: 100px;
}
.nav-drop-viewall a {
    display: inline-block;
    color: inherit;
}
.nav-drop-viewall a:before {
    float: right;
    margin: 3px 0 0 5px;
}
.nav-drop-viewall h5 {
    margin-bottom: 10px;
}
.nav-drop-lists li {
    margin-bottom: 5px;
}
.nav-drop-lists li:before {
    color: #3677bc;
}
.hot-links a:before {
    color: #e31937;
    vertical-align: top;
    font-size: 18px;
    margin-right: 3px;
}
.hot-links {
    font-size: 15px;
}
.hot-links li {
    margin-right: 30px;
    display: inline-block;
}
.nav-drop-inner:after {
    content: '';
    display: block;
    clear: both;
}
.nav-drop-title .nav-drop-inner {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.nav-drop-heros .nav-drop-inner {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.nav-drop-heros {
    background: url(../images/EP-gradient-background.png) center -40px no-repeat;
}
.nav-drop-hero img {
    margin-bottom: 20px;
}
#navBlueBar {
    height: 50px;
    margin-top: -50px;
}
#navToggleWrap,
#navDesk,
#navDesk ul,
#navDesk .nav-top {
    display: inline-block;
}
#navToggleWrap > a:hover,
#navToggleWrap > a:focus {
    text-decoration: none;
}
.lt-ie9 #navToggleWrap,
.lt-ie9 #navDesk,
.lt-ie9 #navDesk ul,
.lt-ie9 #navDesk .nav-top {
	float: left;
}
#headerNavWrap {
    color: white;
    position: relative;
    top: 0;
    /*overflow: hidden;*/
}
#headerNav {
	position: relative;
}
#navDesk {
	position: relative;
}
.nav-top > a {
	display: block;
    color: inherit;
    line-height: 50px;
    /*font-size: 16px;*/
    /*font-family: 'Chevin', sans-serif;*/
    font-size: 14px;
    font-weight: 600;
    padding: 0 25px;
}
.nav-top > a:hover {
	text-decoration: none;
	    background: #2aa4e5;
    background: -moz-linear-gradient(top, #2aa4e5 10%, #197abf 90%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,#2aa4e5), color-stop(90%,#197abf));
    background: -webkit-linear-gradient(top, #2aa4e5 10%,#197abf 90%);
    background: -o-linear-gradient(top, #2aa4e5 10%,#197abf 90%);
    background: -ms-linear-gradient(top, #2aa4e5 10%,#197abf 90%);
    background: linear-gradient(to bottom, #2aa4e5 10%,#197abf 90%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2aa4e5', endColorstr='#197abf',GradientType=0 );
}
.nav-top > a:hover span[class*="icon"] {
	color: #fff;
}
.nav-top > a span[class*="icon"] {
    color: #24a5ed;
    font-size: 22px;
    margin-right: 3px;
    vertical-align: middle;
    line-height: normal;
}
#navToggleWrap.nav-top > a {
    padding: 0 30px;
}
#navToggleWrap.nav-top > a span[class*="icon"] {
    color: white;
}
.all-prod-flyout {
	display: none;
    position: absolute;
    z-index: 3;
    background: #f7f9fa;
    width: 230px;
    border-left: 4px solid #197abf;
    padding-top: 30px;
}
#navToggleWrap {
    width: 230px;
}
#saleNav .nav-drop {
    width: 960px;
    left: -234px;
}
.nav-deal-badge {
    text-align: left;
    margin-right: 25px;
}
.nav-deal-badge a {
    color: #003373;
    font-size: 16px;
}
#saleNav .nav-drop .icon-sale:before {
    vertical-align: middle;
    margin-right: 5px;
    color: #24a5ed;
}
.nav-deal-badge.save-message {
    max-width: 25%;
}
.nav-deal-badge.save-message .text-red {
    /*font-family: 'Chevin', sans-serif;*/
}
.apl-flyout {
    display: none;
    position: absolute;
    left: 225px;
    background: white;
    top: 0;
    width: 730px;
    height: 100%;
    padding: 20px 20px 10px 20px;
    border-right: 4px solid #197abf;
    border-bottom: 4px solid #197abf;
    -moz-box-shadow: inset 7px 0 9px -7px rgba(0,0,0,0.4);
    -webkit-box-shadow: inset 7px 0 9px -7px rgba(0,0,0,0.4);
    box-shadow: inset 7px 0 9px -7px rgba(0,0,0,0.4);
}
.all-products-list {
    padding: 0 0 20px 0;
    margin: 0;
    border-bottom: 4px solid #197abf;
}
.all-products-list > li > a {
    padding: 5px 0 5px 25px;
    line-height: 15px;
    display: block;
}
.all-products-list > li:hover {
    background: #197abf;
}
.all-products-list > li:hover > a {
    color: white;
    text-decoration: none;
}
.all-products-list > li {
    display: block;
}
.all-products-list > li >  a:before {
    float: right;
    margin: 2px 10px 0 0;
    display: none;
}
.all-products-list > li:hover > a:before {
    display: block;
}
.lt-ie9 #navToggleWrap,
.lt-ie9  #navDesk {
    float: left;
}
.mobile-nav-section, .mobile-all-products{
	display:none;
	width: 100%;
}
.mobile-all-products {
	background-color: #3776BC;
    width: 100%;
    height: 35px;
    box-shadow: inset 0px -5px 10px #2E64A0;
    font-size: 14px;
    text-align: left;
    padding: 8px 25px;
}
.mobile-search {
    background-color: #3776BC;
    width: 100%;
    height: 60px;
    box-shadow: inset 0px -5px 10px #2E64A0;
}
#headerMobileSearchForm {
    width: 85%;
    margin: 10px 8%;
    float: left;
    position: relative;
}
#headerMobileSearch {
    width: 100%;
    font-size: 16px;
    font-style: italic;
    color: #333;
    -webkit-appearance: none;
}
#headerMobileSearchSubmit {
    position: absolute;
    right: 3px;
    top: 3px;
    height: 34px;
    padding: 0 10px 0 11px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.mobile-top-categories {
    float: left;
    width: 100%;
    background-color: #fff;
}
.mobile-top-category {
    width: 50%;
    float: left;
    height: 110px;
    border-bottom: 1px solid #D6D7D8;
}
.mobile-top-category.top {
	border-bottom: 1px solid #E6E7E8;
}
.mobile-top-category.left {
	border-right: 1px solid #E6E7E8;
}
.mobile-top-category img {
    width: 40%;
    height: 45%;
    display: block;
    margin: 15px auto 10px;
}
.mobile-top-category span {
    font-size: 16px;
    color: #013373;
}
.all-products-list > li.blue-all-products > a:before {
	float: left;
}
.all-products-list > li.blue-all-products.icon-right > a:before {
	float: right;
}
li.blue-all-products {
	background-color: #3776BC;
	display: none;
}
li.blue-all-products.last-blue {
	border-bottom-color: #0B3458;
}
li.blue-all-products > a {
	color: #fff;
}
li.blue-all-products a.icon-sale, li.blue-all-products a.icon-star{
	margin-left: -7px;
}
li.dark-blue-all-products {
	background-color: #0B3458; 
	border-bottom-color: #144F8E;
	display: none;
}
li.dark-blue-all-products a {
	color: #fff;
}
li.dark-blue-all-products a.icon-phone, li.dark-blue-all-products a.icon-chat{
	margin-left: -7px;
}
li.dark-blue-all-products > a > span.sprite-skype{
	margin-left: -15px;
}
.all-products-list > li.dark-blue-all-products > a:before {
	float: left;
}
/* favorites */
#headerFavs {
    display: none;
    border-bottom: 5px solid #e31937;
    border-top: 5px solid #e31937;
}
#navBlueBar.favs-open {
    border-top: 5px solid #e31937;
    height: 55px;
    margin-top: -55px;
}
#favsRedBar {
    display: none;
    border-top: 5px solid #e31937;
}
.favs-open #favsRedBar {
    display: block;
    height: 230px;
    margin-top: -230px;
}
.fav-slider .slide-inner {
    min-height: 170px;
    border: 0;
}
.fav-slider .product-cell-img {
    min-height: 110px;
}
.favs-open #headerFav {
    position: relative;
}
.favs-open #headerFav:before {
    content: '';
    display: block;
    background: white;
    width: 55px;
    height: 90px;
    position: absolute;
    top: -5px;
    left: -10px;
    border: 5px solid #e31937;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.favs-open #headerFav:after {
    content: '';
    display: block;
    height: 40px;
    width: 45px;
    position: absolute;
    left: -5px;
    bottom: -50px;
    z-index: 7;
    background: white;
}
/* fixed */
#header.fixed {
    background: url(../images/ep-bg-ptn.png) repeat;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    -moz-box-shadow: 0 8px 6px -6px rgba(0,0,0,.5);
    -webkit-box-shadow: 0 8px 6px -6px rgba(0,0,0,.5);
    box-shadow: 0 8px 6px -6px rgba(0,0,0,.5);
    border-bottom: 1px solid #ebebeb;
}
#header.fixed #headerTopBar{
    display: none;
}
#header.fixed #headerMain {
    width: 990px;
    margin: auto;
    float: none;
    height: 50px;
    min-height: 0;
    /*overflow: hidden;*/
}
#header.fixed #faveSlider {
	width: 990px;
	margin: 0 auto;
	position: relative;
}
#header.fixed #headerNav {
	width: 990px;
	margin: auto;
	float: none;
	text-align: left;
}
#navFixedToggle {
    width: 0;
    cursor: pointer;
    line-height: 50px;
    height: 50px;
    float: left;
    text-align: center;
    overflow: hidden;
    -webkit-transition: width 200ms;
    -moz-transition: width 200ms;
    -o-transition: width 200ms;
    transition: width 200ms;
}
#navFixedToggle.fixed-nav-open {
    background: #2aa4e5;
	background: -moz-linear-gradient(top,  #197abf 10%, #2aa4e5 90%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,#197abf), color-stop(90%,#2aa4e5));
	background: -webkit-linear-gradient(top,  #197abf 10%,#2aa4e5 90%);
	background: -o-linear-gradient(top,  #197abf 10%,#2aa4e5 90%);
	background: -ms-linear-gradient(top,  #197abf 10%,#2aa4e5 90%);
	background: linear-gradient(to bottom,  #197abf 10%,#2aa4e5 90%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#197abf', endColorstr='##197abf',GradientType=0 );
}
#header.fixed #navFixedToggle {
    width: 5%;
    -webkit-transition: width 200ms;
    -moz-transition: width 200ms;
    -o-transition: width 200ms;
    transition: width 200ms;
}
#header.fixed #navBlueBar {
    height: 0;
    /*-webkit-transition: height 200ms;
    -moz-transition: height 200ms;
    -o-transition: height 200ms;
    transition: height 200ms;*/
}
#headerNavWrap,
#navBlueBar {
    height: 50px;
    /*-webkit-transition: height 200ms;
    -moz-transition: height 200ms;
    -o-transition: height 200ms;
    transition: height 200ms;*/
}
#headerLogoWrap,
#headerSearchWrap,
#headerAccountNavWrap {
    -webkit-transition: width 200ms;
    -moz-transition: width 200ms;
    -o-transition: width 200ms;
    transition: width 200ms;
}
#header.fixed #headerLogoWrap,
#header.fixed #headerSearchWrap,
#header.fixed #headerAccountNavWrap {
    -webkit-transition: width 200ms;
    -moz-transition: width 200ms;
    -o-transition: width 200ms;
    transition: width 200ms;
}
#header.fixed #headerLogoWrap {
    width: 20%;
}
#header.fixed #headerSearchWrap {
    width: 35%;
}
#header.fixed #headerAccountNavWrap {
    width: 40%;
}
#header.fixed #headerNavWrap {
    text-align: center;
    position: absolute;
    top: -100%;
    /*-webkit-transition: top 200ms;
    -moz-transition: top 200ms;
    -o-transition: top 200ms;
    transition: top 200ms;*/
}
#header.fixed #headerNavWrap.fixed-nav-open {
    top: 50px;
    /*-webkit-transition: top 200ms;
    -moz-transition: width 200ms;
    -o-transition: top 200ms;
    transition: top 200ms;*/
}
#header.fixed #headerSearchWrap {
    margin-top: 5px;
}
#header.fixed #headerCartTotal {
    height: 40px;
    line-height: 40px;
}
#header.fixed #headerCart {
    line-height: 20px;
    height: 40px;
    margin-top: 5px;
}
#header.fixed #headerLogoWrap img {
    height: 30px;
    margin-top: 10px;
}
#header.fixed #headerAccountLinks {
    margin-top: 5px;
}
/* ////// */
/* FOOTER */
/* ////// */
#footerEmailForm {
    margin-top: 7px;
}
#footerEmail {
    vertical-align: middle;
    width: 260px;
}
#footerEmailSubmit {
    height: 40px;
    vertical-align: middle;
    font-size: 15px;
    line-height: 20px;
}
#footerEmailWrap h4 {
    font-weight: normal;
}
#footerEmailFormWrap {
    padding: 25px 15px 20px 15px;
}
#footerCatalogWrap {
    padding: 35px 15px 25px 15px;
}
.footerCatalog {
    width: 60%;
    position: relative;
    min-height: 55px;
}
#footerCatalogWrap:after {
    content: '';
    position: absolute;
    background: url(../images/EP-Brochurepromo.png) no-repeat;
    width: 157px;
    height: 125px;
    display: block;
    bottom: 0;
    right: -20px;
}
#footer {
    padding-top: 65px;
    margin-bottom: 20px;
}
#footerBadgeWrap {
    border-left: 1px solid #ccc;
    padding: 0 40px;
}
#footerCustSer {
    margin-bottom: 30px;
}
#footerCustSer h4 {
    font-size: 17px;
}
#footerGuars .inline-block {
    vertical-align: middle;
}
.footer-guar {
    margin-bottom: 25px;
}
.footer-badge {
    margin-bottom: 15px;
}
#footerBadges {
    border-left: 1px solid #ccc;
}
#footerSocial {
    margin-top: 25px;
}
#footerEmailWrap h3,
#footerEmailWrap h4,
#footerEmailWrap h6 {
    color: inherit;
}
#footerSocial li {
    display: inline-block;
    margin-right: 10px;
}
#footerCopyright {
    margin-top: 20px;
}
#footerSocial h6 {
    margin-bottom: 10px;
}
#footerCustSer .icon-chat {
    color: #2aa4e5;
    vertical-align: middle;
}
.footer-nav-cell h3 {
    margin-bottom: 10px;
}
.footer-nav-cell li {
    margin-bottom: 5px;
}
.footer-guar-header h6 {
    font-size: 14px;
}
.footer-guar-icon {
    margin-right: 3px;
}
.footer-guar-header span {
    color: #001F46;
}
/* //// */
/* HOME */
/* //// */
.shadow-bottom {
	-moz-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.4);
    box-shadow: 0 8px 6px -6px rgba(0,0,0,0.4);
}
.shadow-top {
	moz-box-shadow: inset 0 -6px 9px -6px rgba(0,0,0,0.4);
    -webkit-box-shadow: inset 0 -6px 9px -6px rgba(0,0,0,0.4);
    box-shadow: inset 0 -6px 9px -6px rgba(0,0,0,0.4);
}
/* hero slider */
#sliderHeroWrapper {
    position: relative;
    margin: 0 -15px;
}
#sliderHeroWrapper > .bx-wrapper > .bx-viewport {
	overflow: visible !important;
}
.slider-hero-nav-block img {
    max-width: 45px;
}
#sliderHero .slide {
    background: url(../images/ep-homeslider-feathered.png) center no-repeat #D8DDE2;
    height: 245px;
}
.slide-blurb .button-link {
    display: block;
    padding: 10px 60px;
    margin-top: 20px;
    clear: both;
}
.slide-blurb .two-lines {
    line-height: 14px;
    font-size: 16px;
}
.slide-blurb h1 {
    line-height: 36px;
    margin: 0 0 5px 0;
}
.slide-blurb {
    margin-top: 45px;
}
.slide-center {
    position: relative;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 990px;
}
#sliderHeroWrapper .bx-pager {
    position: absolute;
    z-index: 1;
    bottom: 5px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    font-size: 0;
    color: transparent;
}
#sliderHeroWrapper .bx-pager .bx-pager-item {
    display: inline-block;
    margin: 0 3px;
}
#sliderHeroWrapper .bx-pager .bx-pager-item a {
    background: #cccccc;
    background: rgba(255,255,255,.5);
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
}
#sliderHeroWrapper .bx-pager .bx-pager-item a.active {
    background: #2aa4e5;
}
#sliderHeroWrapper .bx-next {
    right: 10px;
    font-size: 60px;
    margin-top: -30px;
}
#sliderHeroWrapper .bx-prev {
    left: 10px;
    font-size: 60px;
    margin-top: -30px;
}
.slider-hero-nav {
    padding: 0 0 5px 0;
}
.slider-hero-nav-block:first-child {
	border-left: 1px solid #ccc;
}
.slider-hero-nav-block {
    border-right: 1px solid #ccc;
    text-align: center;
    padding-top: 5px;
    border-top: 5px solid transparent;
}
.slider-hero-nav-block h5 {
    font-size: 15px;
}
.slider-hero-nav-block a {
    display: inline-block;
    margin: 0 auto;
}
.slider-hero-nav-block .inline-block {
    vertical-align: middle;
    text-align: left;
    margin-right: 5px;
}
.slider-hero-nav-block.current-slide {
    border-top: 5px solid #2aa4e5;
}
.slider-hero-nav-block.current-slide:before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    top: -25px;
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #2aa4e5;
    border-right: 10px solid transparent;
    width: 20px;
    margin: auto;
}
/* sub hero */
#homeSubhero {
    padding: 25px 0;
}
.home-sub-hero .inline-block {
    text-align: left;
}
#homePopCatHeader {
    margin: 30px 0 20px 0;
}
.home-cat-list li:before {
    color: #3677bc;
    margin: 5px 5px 0 0;
    vertical-align: middle;
}
.home-cat-list li {
    margin-bottom: 5px;
}
#homePopCat h3 {
    margin-top: 20px;
}
#homePopCat {
    padding-bottom: 20px;
    background: url(../images/EP-gradient-background.png) center 30px no-repeat;
}
/* popular categories */
/* ePromos difference*/
#homeDifference h2 {
    margin-bottom: 20px;
}
.inline-block.guar-icon,
.inline-block.guar-header {
    vertical-align: middle;
}
.inline-block.guar-icon {
    margin-right: 5px;
}
.home-difference {
	border-right: 1px solid #cccccc;
}
.home-difference-badge {
    margin-bottom: 25px;
}
/* product sliders */
#eDeals .product-slider-header {
    margin-bottom: 20px;
}
#hotSavings .product-slider-header {
    margin-bottom: 10px;
}
.slide-inner {
    border: 1px solid #ccc;
    margin: 0 10px;
    padding: 15px 20px;
    position: relative;
    min-height: 340px;
    background: white;
}
.slide-inner .prod-banners {
    left: -20px;
}
.slide .banner-top {
    margin: 0 10px;
    padding: 10px;
}
#prodRecommended {
    margin: 30px 0;
}
.bx-prev,
.bx-next {
    font-family: 'epromos-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #719fd0;
    font-size: 40px;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    outline: 0;
}
.bx-prev:before {
    content: "\e606";
}
.bx-next:before {
    content: "\e607";
}
.disabled {
    color: #e7e7e7;
}
.bx-next {
    right: -10px;
}
.bx-prev {
    left: -10px;
}
.bx-prev:hover,
.bx-next:hover {
    text-decoration: none;
}
#eDeals,
#homeDifference,
#homeTestimonials {
    padding: 30px 0 50px 0;
}
#hotSavings,
#prodRecommendedWrap #prodRecommended {
    padding: 50px 0;
    border: 0;
}
#eDealsBadge {
    width: 180px;
    margin-right: 10px;
}
.slide .tooltip.swatch-tooltip {
    display: inline-block;
}
/* //////// */
/* CATEGORY */
/* //////// */
#leftFeatured li {
    margin-bottom: 5px;
}
#leftFeatured a:before {
    vertical-align: middle;
    margin-right: 5px;
    font-size: 16px;
    display: inline-block;
    min-width: 18px;
}
.left-column-cell {
    margin-bottom: 30px;
}
.left-column-cell h4 {
    margin-bottom: 5px
}
.circle {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
}
#leftEasyBadge .inline-block.guar-header {
    max-width: 80%;
}
.left-badge-row {
    margin-bottom: 15px;
}
#leftCategoryList a,
#leftBrandList a {
    color: inherit;
}
#leftCategoryList li,
#leftBrandList li {
    margin-bottom: 5px;
}
.left-column-cell.text-bg {
    border: 1px solid #ccc;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    margin-right: -16px;
}
#leftColumn {
    border-right: 1px solid #ccc;
    margin-top: 20px;
    -moz-box-shadow: 10px 0 10px -10px rgba(0,0,0,0.4);
    -webkit-box-shadow: 10px 0 10px -10px rgba(0,0,0,0.4);
    box-shadow: 10px 0 10px -10px rgba(0,0,0,0.4);
    z-index: 2;
}
#leftColumnHeader {
    margin: 0 -15px 15px -15px;
    padding: 10px;
}
.left-nav-toggle {
	cursor: pointer;
}
#leftEasyBadge {
    padding: 20px 15px;
}
.cust-ser .cust-bg {
    padding: 20px;
}
.cust-ser-links {
    width: 50%;
    margin: 40px 0 40px 50%;
    font-size: 12px;
}
.cust-ser-links li {
    margin-bottom: 10px;
}
#leftColumn .view-all {
    color: #3677bc;
}
.view-all:before {
    margin-right: 5px;
}
#heroBanner {
    margin-bottom: 10px;
}
#bottomSEOLinks li,
#bottomSEOLinks h5 {
    margin-bottom: 5px;
}
#rightColumn,
#rightColumnHero {
    padding: 0 15px 0 30px;
}
.category .product-grid:after {
    content: '';
    display: block;
    width: 100%;
    z-index: -1;
    margin: 0 -30px;
    top: 0;
    height: 110px;
    position: absolute;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #e4f3ff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e4f3ff));
    background: -webkit-linear-gradient(top, #ffffff 0%,#e4f3ff 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#e4f3ff 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#e4f3ff 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#e4f3ff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e4f3ff',GradientType=0 );
    border-bottom: 1px solid #ebebebe
}
.product-grid {
	min-height: 380px;
    display: block;
    margin: 0 auto;
    text-align: center;
    z-index: 1;
}
.product-grid-list li {    
    margin-bottom: 6px;
}
.product-grid-img {
    min-height: 170px;
}
.product-grid h4,
.product-grid h3,
.product-grid ul {
    text-align: left;
}
.product-grid ul {
    color: #3677bc;
}
.product-grid li:before {
    margin-right: 5px;
}
.product-grid h4 a,
.product-grid h3 a {
    color: inherit;
}
.product-grid h4,
.product-grid h3 {
    margin-bottom: 10px;
}
#productListing {
    margin-top: 30px;
}
.toggle-header:before {
    font-family: 'epromos-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.mobile-toggle-nav .toggle-header:before {
    content: "\e609";
    font-size: 14px;
	margin: 7px 0 0 0;
}
.mobile-toggle-nav.toggle-nav-closed .toggle-header:before {
    content: "\e608";
}
#bottomSEOLinks {
    margin-top: 30px;
}
#bottomSEOLinks .col-md-6:first-child {
    border-right: 1px solid #ccc;
}
/* /////////// */
/* SUBCATEGORY */
/* /////////// */
#heroBadges {
    min-height: 237px;
    margin: 0 -15px;
    padding: 0 15px;
}
#heroBadges h3 {
    font-size: 17px;
}
#heroBadges .home-sub-hero {
    margin: 15px 0;
}
.subcategory #pageTitle h1 {
    float: left;
}
.mobile-collapsed-nav .left-column-cell {
    margin: 0 -15px;
    padding: 15px;
    border-bottom: 1px solid #ccc;
}
.mobile-collapsed-nav #leftCustSer {
    padding: 0;
}
#leftCustSer .icon-chat:before,
#leftCustSer .icon-right-caret:before {
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
}
.left-column-cell .clear-all {
    font-size: 16px;
    font-weight: normal;
    text-decoration: underline;
    font-family: "HelveticaNeue", "Helvetica Neue", "HelveticaNeueRoman", "HelveticaNeue-Roman", "Helvetica Neue Roman", "Helvetica", "Arial", sans-serif;
}
#leftRating .review-stars,#leftRating input {
    float: left;
}
#leftRating li:after {
    content: '';
    display: block;
    clear: both;
}
#productListingInner {
	padding: 15px;
}
.product-cell:after,
.product-cell-inner:after {
    content: '';
    display: block;
    clear: both;
}
.product-cell {
    border: 1px solid #ccc;
    margin-bottom: 20px;
    padding: 15px;
}
.product-cell-inner {
    border: 1px solid #ccc;
    padding: 15px;
}
.grid .product-cell-inner {
	margin: 0 10px;
    min-height: 375px;
}
.grid .product-cell-inner .ship-message,
.grid .product-cell-inner .rush-message,
.grid .product-cell-inner .product-cell-blurb {
    display: none;
}
.grid .product-cell-img {
    min-height: 120px;
}
.grid .product-cell-desc {
    min-height: 145px;
}
.product-cell-blurb {
    clear: both;
}
.subcategory .product-cell {
	border: 0;
    padding: 0;
}
.product-cell-title,
.product-cell-price,
.review-stars,
.product-cell-colors {
    margin-bottom: 10px;
}
.swatch-tooltip .tooltip-content {
    width: 180px;
    right: 0;
    border: 3px solid #ccc;
}
.product-cell .product-cell-colors li {
    display: inline-block;
    vertical-align: middle;
}
.swatch-tooltip .tooltip-content:before {
    content: '';
    border-bottom: 10px solid #ccc;
    border-left: 10px solid transparent;
    border-top: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    top: -20px;
    right: 15px;
    z-index: 1;
}
.swatch-tooltip .tooltip-content:after {
    content: '';
    border-bottom: 10px solid white;
    border-left: 10px solid transparent;
    border-top: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    top: -17px;
    right: 15px;
    z-index: 2;
}
.favorite-icon {
    position: absolute;
    right: 0;
    top: 0;
}
.favorite-icon:hover {
    cursor: pointer;
}
.prod-banners {
    position: absolute;
    top: 0;
    left: -15px;
    z-index: 1;
}
.prod-banners li {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-bottom: 5px;
    padding: 0 10px;
    font-size: 11px;
    font-weight: 600;
}
.prod-banners li:before {
    margin-right: 5px;
}
.sale-banner {
    color: white;
    background: #e31937;
}
.hot-banner {
    background: #FFE203;
}
.ship-banner {
    background: #54bc00;
    color: white;
}
.best-banner {
    background: #013373;
    color: white;
}
.sample-link:before {
    float: right;
    margin: 3px 0 0 5px;
}
.ship-message {
    margin-bottom: 10px;
}
.ship-message:before,
.rush-message:before {
    margin-right: 5px;
}
.product-cell-actions .button-link {
    width: 100%;
}
.swatch-wrap {
    display: inline-block;
    border: 1px solid #ccc;
    margin: 0 3px 0 0;
    padding: 1px;
    vertical-align: middle;
}
.swatch {
    height: 15px;
    width: 15px;
    display: block;
}
.green {
    background: #a3c56a;
}
.black {
    background: #000000;
}
.blue {
    background: #537cbf;
}
.pink {
    background: #fad6ec;
}
.navy {
    background: #0335ad;
}
.red {
    background: #e13a44;
}
.gray {
    background: #b6b19f;
}
.beige {
    background: #eee1a4;
}
.brown {
    background: #764213;
}
.orange {
	background: #d9764b;
}
.white {
	background: white;
}
.list .product-cell-title {
    font-weight: bold;
}
/* pagination */
#paginationTop .pagination-toggle,
.list-view-button a,
.grid-view-button a,
#mobileFilterToggle {
	cursor: pointer;
    font-size: 16px;
    line-height: 20px;
    color: #003373;
    padding: 10px 5px;
    display: block;
}
.list-view-button a,
.grid-view-button a {
	text-align: center;
	font-size: 14px;
}
.layout-nav.active a {
    background: #e6e7e8;
}
.toggle-header:before {
    float: right;
}
.toggle-nav-closed ul {
    display: none;
}
#paginationWrap > .text-bg,
#leftColumn > .text-bg.visible-xs {
    margin: 0 15px;
}
#paginationTop,
#mobileFilterToggle {
	background: #f4f4f4;
	background: -moz-linear-gradient(top,  rgba(241,241,241,.9) 0%, rgba(255,255,255,.1) 38%, rgba(255,255,255,.1) 63%, rgba(241,241,241,.9) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(241,241,241,.9)), color-stop(38%,#ffffff), color-stop(63%,#ffffff), color-stop(100%,rgba(241,241,241,.9)));
	background: -webkit-linear-gradient(top,  rgba(241,241,241,.9) 0%,rgba(255,255,255,.1) 38%,rgba(255,255,255,.1) 63%,rgba(241,241,241,.9) 100%);
	background: -o-linear-gradient(top,  rgba(241,241,241,.9) 0%,rgba(255,255,255,.1) 38%,rgba(255,255,255,.1) 63%,rgba(241,241,241,.9) 100%);
	background: -ms-linear-gradient(top,  rgba(241,241,241,.9) 0%,rgba(255,255,255,.1) 38%,rgba(255,255,255,.1) 63%,rgba(241,241,241,.9) 100%);
	background: linear-gradient(to bottom,  rgba(241,241,241,.9) 0%,rgba(255,255,255,.1) 38%,rgba(255,255,255,.1) 63%,rgba(241,241,241,.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#f1f1f1',GradientType=0 );
}
.list-view-button a:before,
.grid-view-button a:before,
.pagination-toggle .icon-sort:before {
    margin-right: 5px;
}
.pagination-toggle:before,
#mobileFilterToggle:before {
    float: right;
}
.pagination-drop {
    position: absolute;
    display: none;
    z-index: 2;
    top: 100%;
    left: 0;
    left: 15px;
    right: 15px;
    border-right: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
    -moz-box-shadow: 0 8px 6px -6px rgba(0,0,0,.5);
    -webkit-box-shadow: 0 8px 6px -6px rgba(0,0,0,.5);
    box-shadow: 6px 6px 6px -6px rgba(0,0,0,.5);
}
.pagination-drop li {
    padding: 10px 15px;
    border-bottom: 1px solid #ccc;
}
.page-drop .pagination-toggle {
    display: inline-block;
    min-width: 80%;
}
.next-page {
	display: inline-block;
    float: right;
    padding: 10px 15px;
    line-height: 20px;
    margin-right: -2px;
}
.prev-page {
	display: inline-block;
	float: left;
	padding: 10px 15px;
    line-height: 20px;
    margin-left: -2px;
}
.page-drop .pagination-toggle {
    float: left;
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
    line-height: 20px;
    color: #003373;
    padding: 10px 5px;
    min-width: 70%;
}
#paginationBottom .page-drop .text-bg:after,
#paginationBottom .page-drop .pagination-bottom:after {
    content: '';
    display: block;
    clear: both;
}
#paginationBottom {
    position: relative;
}
#paginationBottom .pagination-drop {
    top: 100%;
}
.pagination-bottom {
    background: -moz-linear-gradient(top,  rgba(241,241,241,.9) 0%, rgba(255,255,255,.1) 38%, rgba(255,255,255,.1) 63%, rgba(241,241,241,.9) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(241,241,241,.9)), color-stop(38%,#ffffff), color-stop(63%,#ffffff), color-stop(100%,rgba(241,241,241,.9)));
	background: -webkit-linear-gradient(top,  rgba(241,241,241,.9) 0%,rgba(255,255,255,.1) 38%,rgba(255,255,255,.1) 63%,rgba(241,241,241,.9) 100%);
	background: -o-linear-gradient(top,  rgba(241,241,241,.9) 0%,rgba(255,255,255,.1) 38%,rgba(255,255,255,.1) 63%,rgba(241,241,241,.9) 100%);
	background: -ms-linear-gradient(top,  rgba(241,241,241,.9) 0%,rgba(255,255,255,.1) 38%,rgba(255,255,255,.1) 63%,rgba(241,241,241,.9) 100%);
	background: linear-gradient(to bottom,  rgba(241,241,241,.9) 0%,rgba(255,255,255,.1) 38%,rgba(255,255,255,.1) 63%,rgba(241,241,241,.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#f1f1f1',GradientType=0 );
}
/* list view */
.list .product-cell-img,
.list .product-cell-actions {
    width: 25%;
    float: left;
}
.product-cell-img {
    position: relative;
    text-align: center;
}
.list .product-cell-desc {
    width: 50%;
    padding: 0 2%;
    float: left;
}
.product-cell-actions a {
    display: inline-block;
    margin-bottom: 10px;
    clear: both;
}
/* /////// */
/* ACCOUNT */
/* /////// */
#accountQuickLinks a {
    color: inherit;
}
#accountOverview {
    border: 1px solid #ccc;
    padding: 5px 15px 15px 15px;
    margin: 25px 0;
}
#accountOverview ul {
    margin-bottom: 20px;
}
#accountOverview li {
    margin-bottom: 5px;
}
#accountOverviewActions a {
    font-weight: 900;
    padding-right: 7px;
    margin-right: 7px;
    border-right: 1px solid black;
}
.account-button a:before {
    float: right;
    margin: 5px 0 0 5px;
    font-size: 16px;
}
.account-button a {
    display: inline-block;
}
.account-button {
    border: 1px solid #ccc;
    background: #e6e7e8;
    padding: 20px 20px;
    margin-bottom: 5px;
    border-radius: 2px;
}
.account-button h4 {
    display: inline-block;
    float: left;
}
.account-button:after {
    content: '';
    display: block;
    clear: both;
}
.account-action {
    margin: 5px 0 0 0;
}
#accountOverview h2 {
    margin-bottom: 20px;
}
#myOrders {
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 2px;
}
#myOrders a {
	color: #24a5ed;
}
#myOrders .order-header {
    border-bottom: 1px solid #ffffff;
    font-size: 15px;
    margin: 15px 0 5px 0;
}
#myOrders h2 .icon-right-caret {
    font-size: 16px;
}
#myOrders h2:before {
    margin: 0 5px 0 0;
}
#myOrders .view-all {
    margin-left: 45px;
}
#myOrders .order {
    margin-bottom: 5px;
}
#prodRecommended {
	border-top: 1px solid #ccc;
	padding-top: 30px;
}
.reco-slide-wrap {
	position: relative;
}
.reco-slide-wrap .bx-prev {
    left: -20px;
}
.reco-slide-wrap .bx-next {
    right: -25px;
}
/* /////// */
/* PRODUCT */
/* /////// */
.page-nav li {
    display: inline-block;
    border-right: 1px solid #666666;
    float: left;
}
.page-nav li.hidden-md {
    display: none;
}
.page-nav li.right {
    float: right;
}
.page-nav a {
    padding-right: 5px;
    margin: 0 0 0 10px;
    line-height: 20px;
    float: left;
}
.page-nav li:first-child a {
    margin: 0;
}
.page-nav a:before {
    float: right;
    margin: 5px 0 0 3px;
}
.page-nav .review-stars {
    float: left;
    margin-bottom: 0;
}
.review {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    padding: 20px 0;
}
.review-header .review-stars {
    margin: 0 5px 0 0;
    border-right: 1px solid #333;
}
.review-header .star-summary {
    padding-right: 5px;
}
.page-nav-wrap.bottom .page-nav {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}
.page-nav {
    float: left;
    width: 100%;
    padding: 10px 0;
}
.page-nav.top-page-nav {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}
.product #pageTitle h1 {
    margin-bottom: 0;
    font-size: 24px;
}
#productMain {
    margin-bottom: 30px;
}
#productImgWrap {
    position: relative;
    border: 1px solid #ccc;
}
#productImg {
	position: relative;
	text-align: center;
}
#productImg .favorite-icon {
    right: 5px;
    top: 5px;
}
#productImg .prod-banners {
    left: 0;
    top: 5px;
}
.bxslider img {
	display: block;
	margin: 0 auto;
}
.product-img-inner {
	padding: 15px;
}
#productImgWrap {
    margin-bottom: 15px;
}
#productAltImg li {
	margin: 0 10px 10px 0;
}
#productAltImg li img {
    border: 1px solid #ccc;
}
#productImgWrap .bx-controls {
    display: none;
}
.product-step,
.product-step-title {
    display: inline-block;
}
.product-step-title .text-light {
    font-size: 12px;
}
.product-option-header {
    position: relative;
}
.product-option-header .tooltip-content {
    width: 200px;
    left: -95px;
}
.product-option-header .product-step {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 30px;
}
.product-step.blank-number,
.blank .product-step.cust-number {
	display: none;
}
.blank .product-step.blank-number {
	display: block;
}
.product-option-header .product-step-title {
	padding: 0 10px 0 40px;
    width: 100%;
}
.product-step {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 0 10px;
}
.product-option-header {
    line-height: 30px;
    border-radius: 4px;
    font-size: 16px;
}
.product-step-title {
    padding-left: 10px;
}
#productAltImg li {
    display: inline-block;
    height: 56px;
    width: 56px;
    margin-right: 10px;
    float: left;
}
#productSocial li {
    display: inline-block;
    margin-right: 5px;
    float: left;
}
.pricing-headers,
.pricing-section {
    width: 14.2857142%;
    float: left;
}
.pricing-table:after {
    content: '';
    clear: both;
    display: block;
}
.lt-ie9 .pricing-table,
.lt-ie9 .pp-custom-pricing,
.lt-ie9 .pp-blank-pricing,
.lt-ie9 .prodct-pricing {
	float: left;
	width: 100%;
}
.product-option {
    clear: both;
}
.pp-tabs li {
    display: inline-block;
    margin: 0 10px 0 0;
}
.pp-custom-pricing,
.pp-blank-pricing {
    display: none;
    border-top: 1px solid #ccc;
    margin-top: 10px;
}
.last-section .pp-quantity {
    border-right: 1px solid #ccc;
}
.pricing-headers .pp-quantity {
    border-left: 1px solid #ccc;
}
.pricing-active {
    display: block;
}
.pp-custom-pricing:after,
.pp-blank-pricing:after {
    content: '';
    display: block;
    clear: both;
}
.pp-quantity,
.pp-savings-per,
.pp-sale-price-per,
.pp-price-per {
    line-height: 30px;
    border-bottom: 1px solid #ccc;
}
.product-option-content {
    padding: 10px 0;
}
.pp-quantity {
    background-image: url(../images/ep-bg-ptn.png);
}
.pricing-section.pricing-active .pp-quantity {
    position: relative;
    background: #2aa4e5;
    color: white;
    border-bottom: 1px solid #2aa4e5;
    margin-top: -1px;
}
.pricing-section.pricing-active .pp-savings-per {
    border-left: 2px solid #2aa4e5;
    border-right: 2px solid #2aa4e5;
}
.pricing-section.pricing-active .pp-current-price {
    border-left: 2px solid #2aa4e5;
    border-right: 2px solid #2aa4e5;
    border-bottom: 2px solid #2aa4e5;
}
.pricing-section.pricing-active .pp-quantity:after {
    content: '';
    position: absolute;
    bottom: -14px;
    left: 0;
    right: 0;
    margin: auto;
    width: 14px;
    border-top: 7px solid #2aa4e5;
    border-left: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 7px solid transparent;
}
.topLeft {
    border-top-width: 35px;
    border-right: 35px solid transparent;
    width: 0;
    height: 0;
    position: absolute;
    border-top-style: solid;
    top: 2px;
    left: 2px;
}
.bottomRight {
    border-bottom-width: 35px;
    border-left: 35px solid transparent;
    width: 0;
    height: 0;
    position: absolute;
    bottom: 2px;
    right: 2px;
    border-bottom-style: solid;
}
#optionNumberFront {
    width: 33%;
    margin: 0 10px;
}
.color-select {
    float: left;
    width: 61px;
    min-height: 80px;
	border: 2px solid transparent;
    text-align: center;
    font-size: 10px;
    cursor: pointer;
    position: relative;
}
.color-swatch {
    width: 43px;
    height: 43px;
    border: 1px solid #ccc;
    padding: 2px;
    margin: 10px auto 0 auto;
    position: relative;
    overflow: hidden;
}
.color-name {
    line-height: 12px;
    margin: 5px 0;
    word-wrap: break-word;
}
.product-option-content:after {
    content: '';
    display: block;
    clear: both;
}
.colors-container {
    width: 488px;
    float: left;
    position: relative;
    overflow: hidden;
}
.colors-shift {
    float: left;
    position: relative;
    left: 0;
    height: 95px;
}
.color-selector .left,
.color-selector .right {
    cursor: pointer;
    color: #3677bc;    
    font-size: 30px;
    width: 20px;
    margin-top: 20px;
}
.color-selector .arrow-inactive {
    color: #ccc;
}
#productCust .product-option-select {
    width: 33%;
    float: left;
    padding: 0 10px;
}
#productCust .product-option-select.last {
    padding-right: 0;
}
.color-selector:after {
    content: '';
    display: block;
    clear: both;
}
.color-selector {
    margin-bottom: 20px;
}
#productSocial {
    margin-top: 10px;
}
.color-selected {
    border: 2px solid #2aa4e5;
}
.color-selected:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 14px;
    border-top: 7px solid #2aa4e5;
    border-left: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 7px solid transparent;
}
.product-option-select-wrap {
    display: none;
}
.product-option-select-wrap.active {
    display: block;
}
.product-option-select-wrap .product-option-select {
    width: 33%;
    float: left;
    padding: 0 10px;
}
.design-option:after,
.product-option-select-wrap:after {
    content: '';
    display: block;
    clear: both;
}
.product-option-number {
    margin: 10px;
}
#productCust .product-option-content {
    padding: 0 0 10px;
}
#productDesign .design-option {
    border-bottom: 1px solid #ccc;
    padding: 5px 0;
    margin: 0 0 0 20px;
}
#productTime #zipCode {
    display: inline-block;
    vertical-align: bottom;
}
#zipDisclaimer {
    display: inline-block;
    width: 50%;
    vertical-align: bottom;
}
#productTime #zip {
    width: 80px;
}
#productTime #zipCode label {
    display: block;
    color: #003373;
}
#productTime .product-option-content {
    padding: 10px 10px 20px 10px;
}
#zipDisclaimer {
    padding-left: 10px;
}
#productSummary li:after {
    content: '';
    clear: both;
    display: block;
}
#productSummaryTotal {
    margin-top: 10px;
    border-top: 2px solid #ccc;
    padding-top: 10px;
}
#productSummaryTotal .summary-value {
    font-size: 20px;
}
#productSummaryTotal .price-savings {
    display: block;
    clear: both;
}
#enterQty,
#productSummary {
    float: left;
    padding: 0 15px;
}
#enterQty {
	width: 55%;
}
#productSummary {
	width: 45%;
}
#productQty .product-option-content {
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
#productQty .option-qty .qty-input {
    width: 35px;
    height: 35px;
}
#qtyRow .option-qty {
    width: 40px;
}
#qtyRow .option-qty-wrap {
    max-width: none;
}
#qtyRow .option-qty span {
    font-size: 10px;
}
.product-actions {
    clear: both;
    padding: 20px 15px 0 15px;
}
#doButton a,
#custButton a{
    width: 100%;
}
#productQty .or-divide {
    margin-top: 10px;
}
#productQty .qty-input {
    width: 45px;
}
.product-column-wrap {
    margin-bottom: 30px;
}
.product-column-header {
    padding: 10px;
}
.product-column .product-cell {
    margin-bottom: 0;
    border-left: 0;
    border-right: 0;
    border-top: 0;
}
.product-column-wrap .product-cell-inner {
    border: 0;
    padding: 0;
}
.product-column {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.button-prompt {
    font-size: 12px;
}
#saveBanner {
    padding: 10px 15px;
    border-radius: 3px;
    position: relative;
    -moz-box-shadow: 0 8px 6px -6px rgba(0,0,0,.5);
    -webkit-box-shadow: 0 8px 6px -6px rgba(0,0,0,.5);
    box-shadow: 0 8px 6px -6px rgba(0,0,0,.5);
    margin: 0 10px
}
#saveBanner a {
    text-decoration: underline;
}
#saveBanner h6 {
    font-size: 17px;
}
#qtyRow {
    padding-bottom: 10px;
}
.blue-pointer {
    position: relative;
	display: inline-block;
}
.blue-pointer:before,
#saveBanner.top-arrow:before {
    content: '';
	display: inline-block;
	border-bottom: 5px solid #013373;
	border-left: 10px solid transparent;
	border-top: 10px solid transparent;
	border-right: 10px solid transparent;
	width: 10px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}
.blue-pointer:before {
	bottom: -10px;
}
#saveBanner.top-arrow:before {
	top: -15px;
}
.product #custCustomerSerInner {
    margin: 50px 0 30px 0;
}
#custCustomerSerInner ul {
    margin-top: 10px;
    color: #308ad8;
    font-size: 15px;
}
#custCustomerSerInner .icon-chat:before {
    vertical-align: middle;
    margin-right: 5px;
}
#custCustomerSerInner ul a {
    color: inherit;
}
.product-guar-badge {
    margin: 0 10px 0 0;
}
.product-tab-wrap {
    border-bottom: 2px solid #ccc;
    padding: 20px 0;
}
#prodReviews .right {
    margin-top: 10px;
}
#prodRelated {
    margin-bottom: 30px;
}
/* /////////////// */
/* PRODUCT IMRPINT */
/* /////////////// */
#custLocLabel,
#custLocSelect {
    float: left;
}
#custLoc:after {
    content: '';
    display: block;
    clear: both;
}
#custLocLabel {
    height: 42px;
    padding: 10px 30px 10px 10px;
    width: 30%;
}
#custLocSelect {
    width: 70%;
    position: absolute;
    right: 0;
}
#custLoc {
    margin-bottom: 30px;
    position: relative;
}
#customizeTabs li.tab-nav {
    width: 33.33333333%;
    padding: 10px 7px;
    font-size: 16px;
}
#customizeTabs li.tab-nav.active {
    color: #24a4ed;
    background: #f2f3f3;
    border-bottom: 1px solid #f2f3f3;
}
#customizeTabs .tab-content.active {
    background: #f2f3f3;
}
#customizeTabs li.tab-nav span[class*="icon-"] {
    font-size: 26px;
    vertical-align: middle;
}
#savedLogos {
    height: 345px;
    overflow-y: scroll;
    border: 1px solid #ccc;
}
#savedLogos li {
    border-bottom: 1px solid #ccc;
    margin: 0 10px 0 20px;
    padding: 10px 0;
    cursor: pointer;
    display: block;
}
#savedLogos li img {
    width: 20%;
}
#savedLogos li span {
    width: 75%;
    margin-right: 2%;
}
.lt-ie9 #savedLogos,
.lt-ie9 #savedLogos ul,
.lt-ie9 #savedLogos li,
.lt-ie9 #savedLogos li img,
.lt-ie9 #savedLogos li span {
	float:  left;
}
.lt-ie9 #savedLogos li {
	width: 90%;
	margin: 0 5%;
}
#selectedLogo {
    border: 2px solid #24a4ed;
    margin-top: 10px;
    padding: 20px 0;
}
.imprint-divide {
    border-right: 1px solid #ccc;
    min-height: 170px;
}
#customizeTabs .ghost-button {
    padding: 5px 30px;
    line-height: 30px;
    height: 40px;
    margin-top: 5px;
}
#customizeTabs .tab-content {
    padding: 15px 30px 30px 30px;
}
#customizeTabs h5 {
    margin-bottom: 5px;
}
#custColorSelect {
    margin-top: 10px;
}
#customizeTabs {
    margin-bottom: 20px;
}
#custCustomerSer {
    border-left: 1px solid #ccc;
}
#custCustomerSerInner li {
    display: inline-block;
    margin-right: 20px;
}
#custCustomerSer ul {
    margin-top: 10px;
}
#custCustomerSerInner {
    padding: 15px 10px 15px 70px;
    position: relative;
    border: 1px solid #ccc;
}
#imprintGuy {
    width: 70px;
    height: 87px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.circled-check {
    border: 2px solid #54bc00;
    border-radius: 50%;
    height: 24px;
    width: 24px;
    display: inline-block;
    margin-right: 5px;
}
.circled-check:before {
    margin: 2px 0 0 1px;
    display: block;
}
#custLocations h5 {
    margin-bottom: 10px;
}
.product-summary {
    padding: 15px;
}
.product-summary-totals li:after {
    content: '';
    display: block;
    clear: both;
}
.product-summary-totals .summary-label {
    text-align: right;
    width: 65%;
    display: inline-block;
}
.product-summary-totals .summary-value {
    text-align: right;
    width: 35%;
    display: inline-block;
}
#productSummaryTotal .summary-savings {
    clear: both;
}
#productSummaryTotal {
    text-align: right;
}
.product-summary-totals #productSummaryTotal .summary-label,
.product-summary-totals #productSummaryTotal .summary-value {
    width: auto;
    float: none;
}
.product-summary-totals {
    margin-bottom: 20px;
    font-size: 12px;
}
.product-summary .button-link,
.product-summary .ghost-button {
    width: 100%;
}
.product-summary .button-link:before,
.product-summary .ghost-button:before {
    margin-right: 5px;
    font-size: 20px;
}
.save-quote .circle {
    margin-right: 5px;
}
.save-quote {
    font-size: 14px;
}
.save-quote .icon-right-caret {
    vertical-align: middle;
}
.product-summary-wrap {
    border: 1px solid #ebebeb;
    border-radius: 4px;
    -moz-box-shadow: 2px 2px 10px 0 rgba(0,0,0,.3);
    -webkit-box-shadow: 2px 2px 10px 0 rgba(0,0,0,.3);
    box-shadow: 2px 2px 10px 0 rgba(0,0,0,.3);
    margin-bottom: 20px;
}
#imprintGuar .imprint-guar-badge {
    margin: 20px 0;
}
.product-summary-header {
    padding: 5px 15px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.product-summary-product a {
    margin-bottom: 10px;
    display: block;
}	
/* //// */
/* CART */
/* //// */
#pageTitle h1 {
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 20px 0;
}
.cart #pageTitle h1 {
    margin-top: 20px;
}
.cart #pageTitle {
    margin: 20px -15px 10px -15px;
}
.cart #pageTitle a {
    margin-top: 10px;
}
.cart #pageTitle .or-divide {
    margin: 15px 15px 0 15px;
}
.item {
    background: #e6e7e8;
	border-top: 4px solid #e6e7e8;
    margin-bottom: 10px;
}
.item.first {
    border: 0;
}
.item-product-image img {
    border: 1px solid #ccc;
}
.item .item-product {
    background: white;
}
#lineItemHeader {
    background: #939598;
    color: white;
    font-size: 14px;
    border-radius: 4px;
}
#lineItemHeader .item-product,
#lineItemHeader .item-delivery {
    padding: 5px 10px;
}
#lineItemHeader .item-delivery {
    border-top-right-radius: 4px;
}
.item-product-options {
    margin-top: 15px;
}
.item-product-title {
    font-size: 15px;
    margin-bottom: 10px;
}
.item-product-edit {
    margin: 20px 0 10px 0;
}
.item-product-links li {
    display: inline-block;
    border-right: 1px solid #666;
    line-height: 10px;
    padding-right: 5px;
    font-size: 11px;
}
.item-product-links li.last-item {
    padding: 0;
}
.item-product-total {
    color: #3777bc;
    font-size: 18px;
    float: none;
    display: inline-block;
}
.price-current {
    color: #3777bc;
    font-size: 18px;
}
.price-savings {
    display: block;
    font-size: 13px;
    margin-top: 5px;
}
.item .item-product {
    padding-top: 20px;
}
.item-product-edit a:before {
    margin-right: 3px;
}
.product-options {
    border: 1px solid #ccc;
    padding: 10px;
}
.product-options-content {
    display: none;
}
.product-options-toggle a:before {
    float: right;
}
.option-row {
    border-top: 1px solid #ccc;
    padding: 7px 0;
}
.option-row:after,
.option-update-row:after {
    content: '';
    clear: both;
    display: block;
}
.option-value li {
    margin-bottom: 5px;
}
.option-label {
    float: left;
}
.option-qty-wrap {
    display: inline-block;
    max-width: 70%;
}
.option-qty {
    width: 45px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
}
.option-qty input {
    width: 100%;
    margin-bottom: 5px;
}
.option-qty span {
    font-size: 11px;
    display: block;
    line-height: 10px;
}
.item-delivery .item-shipping {
    margin-top: 20px;
}
.option-edit-row .option-label {
    width: 25%;
}
.option-edit-row .option-value {
    width: 75%;
}
#cartTableRow #cartSummary {
	padding: 20px;
}
#cartLockIn {
    padding: 20px 0 20px 30px;
    position: relative;
}
#cartLockIn:before {
    position: absolute;
    color: #003373;
    font-size: 30px;
    left: 0;
}
#cartLockIn p {
    margin: 0;
}
#cartTableRow #cartSummaryWrap {
    border-top: 10px solid #939598;
}
#cartSummaryTotal .price-savings {
    clear: both;
    font-size: 15px;
}
#cartNorton img {
    width: 90px;
}
#cartNorton {
    padding: 0 20px;
}
#cartService li {
    display: inline-block;
    margin-right: 10px;
}
#cartService {
	margin: 0 20px 20px 0;
}
#cartService .icon-chat:before {
    margin: 3px 5px 0 0;
    display: inline-block;
}
#cartBadges {
    padding-top: 20px;
}
#cartCtaWrap .button-link {
    margin-top: 20px;
}
#cartCtaWrap .or-divide {
    margin: 20px 40px;
}
#continueShopWrap {
    margin-bottom: 20px;
}
#continueShop {
    margin-bottom: 10px;
}
.shipping-date .tooltip-content {
    width: 200px;
}
.shipping-method-select {
	display: none;
}
/* //////// */
/* CHECKOUT */
/* //////// */
.checkout #headerMain {
	margin-top:10px;
}
.input-row {
    margin-bottom: 20px;
}
.input-row:after {
    content: '';
    display: block;
    clear: both;
}
.input-row label {
    display: block;
    color: #013373;
    font-weight: bold;
}
.input-row input[type="text"],
.input-row input[type="email"],
.input-row input[type="password"],
.input-row input[type="tel"],
.input-row input[type="search"] {
    width: 100%;
}
.input-cell {
	position: relative;
}
.error-message {
	display: none;
	color: #e31937;
	position: absolute;
    bottom: -15px;
    font-size: 10px;
}
.missed-field .error-message {
	display: block;
}
.missed-field input {
    border: 1px solid #e31937;
    background: #fbcdcd;
}
.button-row .button-link {
    display: block;
}
.checkout-title h2 {
    margin-bottom: 10px;
}
/* checkout progress */
#checkoutMainWrap {
    padding: 50px 0 20px 0;
}
.checkout-step-wrap {
    display: inline-block;
    float: left;
    line-height: 50px;
    height: 50px;
    position: relative;
}
#checkoutProgressHeader {
    float: left;
}
.checkout-step {
    background: #e6e7e8;
    color: #959598;
    position: relative;
    padding: 0 60px 0 10px;
    float: left;
    height: 100%;
    line-height: inherit;
}
.checkout-step:after {
    content: '';
    border-top: 25px solid #939598;
    border-left: 15px solid #e6e7e8;
    border-right: 15px solid #939598;
    border-bottom: 25px solid #939598;
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    z-index: 2;
}
.checkout-step:before {
    content: '';
    border-top: 25px solid #e6e7e8;
    border-left: 15px solid transparent;
    border-right: 15px solid #e6e7e8;
    border-bottom: 25px solid #e6e7e8;
    position: absolute;
    left: -27px;
    top: 0px;
    display: inline-block;
    z-index: 2;
}
.checkout-step h6 {
    color: #959598;
    line-height: inherit;
}
.checkout-step-wrap.future {
    background: #939598;
}
#checkoutProgressHeader h1 {
    font-size: 24px;
    font-weight: 600;
    line-height: 50px;
    margin: 0;
}
#checkoutProgressHeader h1:before {
    color: #2aa4e5;
    margin-right: 10px;
}
.last .checkout-step:after {
    display: none;
}
.checkout-step-wrap.last .checkout-step {
    padding: 0 30px 0 10px;
    border-right: 3px solid #959598;
}
.checkout-step-wrap.last.current .checkout-step {
    border-right: 3px solid #2aa4e5;
}
.checkout-step-number {
    background: #959598;
    color: #e6e7e8;
    border-radius: 50%;
    line-height: 20px;
    height: 20px;
    width: 20px;
    text-align: center;
}
.lt-ie9 .checkout-step-number {
	margin-top: 15px;
}
.current .checkout-step {
    background: white;
}
.current .checkout-step-number {
    background: #013373;
}
.current .checkout-step-label {
    color: #013373;
}
.current .checkout-step:before {
    border-top: 25px solid white;
    border-right: 15px solid white;
    border-bottom: 25px solid white;
    border-left: 15px solid transparent;
}
.current .checkout-step:after {
    border-left: 15px solid white;
    border-top: 25px solid #2aa4e5;
    border-bottom: 25px solid #2aa4e5;
    border-right: 15px solid #2aa4e5;
    z-index: 3;
}
#checkoutProgressWrap {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    -moz-box-shadow: 0 8px 6px -6px rgba(0,0,0,.5);
    -webkit-box-shadow: 0 8px 6px -6px rgba(0,0,0,.5);
    box-shadow: 0 8px 6px -6px rgba(0,0,0,.5);
    position: relative;
}
.checkout-step-wrap.current {
    margin-right: 13px;
}
.checkout-step-wrap.current:before {
    content: '';
    border-top: 25px solid white;
    border-right: 15px solid white;
    border-bottom: 25px solid white;
    border-left: 15px solid transparent;
    position: absolute;
    z-index: 3;
    left: -30px;
    top: 0;
}
.checkout-step-wrap.current:after {
    content: '';
    border-left: 15px solid #013373;
    border-top: 25px solid #2aa4e5;
    border-bottom: 25px solid #2aa4e5;
    border-right: 15px solid #2aa4e5;
    position: absolute;
    z-index: 2;
    left: -33px;
    top: 0;
}
.checkout-step-wrap.next:before {
    content: '';
    border-left: 15px solid transparent;
    border-top: 25px solid #013373;
    border-bottom: 25px solid #013373;
    border-right: 15px solid #013373;
    position: absolute;
    z-index: 3;
    left: -40px;
    top: 0;
}
.checkout-step-wrap.next:after {
    content: '';
    border-top: 25px solid #939598;
    border-left: 15px solid transparent;
    border-right: 15px solid #939598;
    border-bottom: 25px solid #939598;
    position: absolute;
    z-index: 4;
    left: -30px;
    top: 0;
}
.next .checkout-step:before {
    z-index: 5;
}
.checkout-step-wrap.past .checkout-step {
    background: transparent;
}
.checkout-step-wrap.past .checkout-step:before {
    display: none;
}
.checkout-step-wrap.past .checkout-step h6 {
    color: white;
}
.past .checkout-step-number {
    background: white;
    color: #013373;
}
.past .checkout-step:after {
    display: none;
}
/* header */
.checkout #headerHelpLinks ul {
    margin-top: 20px;
    display: block;
    clear: both;
}
/* footer */
.checkout .footer-guar {
	display: inline-block;
	margin: 0 10px;
	vertical-align: middle;
	text-align: left;
}
#footerGuars #footerNorton {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}
.checkout #footer {
    padding-top: 20px;
}
#footerQuestionsWrap {
    padding: 15px;
}
#footerQuestions .icon-chat {
    vertical-align: middle;
}
/* login */
#returnCustWrap,
#newCustWrap {
    padding: 30px 40px 85px 40px;
    border-radius: 5px;
    min-height: 330px;
    position: relative;
}
#returnCustWrap .button-row,
#newCustWrap .button-row {
    position: absolute;
    top: 100%;
    left: 40px;
    right: 40px;
    margin-top: -75px;
    text-align: center;
}
#returnCustWrap h4,
#newCustWrap h4 {
    font-size:24px;
}
#returnCustWrap h4 {
    margin-bottom:10px;
}
.or-divide {
    position: relative;
}
.line-bg:after {
    content: '';
    border-top: 1px solid #ccc;
    width: 100%;
    height: 0;
    display: block;
    z-index: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.ver-line-bg:after {
    content: '';
    border-left: 1px solid #ccc;
    width: 0;
    height: 180%;
    display: block;
    z-index: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: -40%;
    margin: auto;
}
.or-divide span {
    display: inline-block;
    padding: 5px;
    position: relative;
    z-index: 1;
}
.or-divide span:after {
    content: '';
    display: block;
    position: absolute;
    height: 120%;
    width: 120%;
    top: -10%;
    left: -10%;
    background: white;
    z-index: -1;
    border-radius: 50%;
    border: 1px solid #ccc;
    box-shadow: 0 0 8px rgba(0,0,0,.3);
}
.or-divide span:before {
    content: '';
    display: block;
    position: absolute;
    border: 1px solid #939598;
    border-radius: 50%;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.or-divide-row {
    margin-top: 20px;
    margin-bottom: 20px;
}
#loginSocial {
	margin-bottom: 20px;
}
.social-login {
    margin: 0 10px;
}
#loginSocial h5 {
    margin-bottom: 10px;
}
/* shipping */
#shippingForm h4,
#shippingForm h3 {
    margin-bottom: 20px;
}
.checkout-block {
    background: white;
    border: 1px solid #ccc;
    padding: 20px 30px;
    border-radius: 3px;
    margin-bottom: 20px;
}
.input-row.two-up .input-cell,
.input-row.three-up .input-cell {
    display: inline-block;
    float: left;
    padding-right: 10px;
}
.input-row.two-up .input-cell {
	width: 50%;
}
.input-row.three-up .input-cell {
    width: 33%;
}
.input-row.two-up .input-cell.last,
.input-row.three-up .input-cell.last {
    padding: 0;
}
.input-row.two-up .input-cell.small {
    width: 25%;
}
.input-row select {
	width: 100%;
}
.checkout #cartSummaryWrap {
    float: none;
    display: inline-block;
}
.checkout #cartSummary {
    padding: 0 20px 20px 20px;
    margin-bottom: 20px;
}
.checkout #cartSummary {
	border: 1px solid #ccc;
    border-radius: 3px;
}
#cartSummaryHeader {
    margin: 0 -20px;
    padding: 5px 20px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    margin-bottom: 20px;
}
#cartSummary li:after {
    content: '';
    clear: both;
    display: block;
}
.summary-label {
    float: left;
}
.summary-value {
    float: right;
}
.summary-savings {
    float: right;
    margin-top: 5px;
}
#cartSummaryTotal {
    margin-top: 10px;
    border-top: 2px solid #ccc;
    padding-top: 10px;
}
#cartSummaryTotal .summary-value {
    font-size: 20px;
}
#cartPromise {
    margin: 20px 0;
}
.button-link.icon-right-caret:before {
    float: right;
    margin: 3px 0 0 5px;
}
#emailOptWrap label {
    display: inline-block;
}
.checkout-next-step {
    text-align: right;
    margin-bottom: 30px;
}
.checkout-next-step span {
    margin-right: 5px;
}
.line-item-img {
    width: 15%;
}
#shippingMethod {
    padding: 20px 10px 30px 20px;
}
#upsAccountNumberWrap {
	display: none;
}
.line-item-desc,
.line-item-shipping {
    width: 85%;
    padding-left: 2%;
}
.line-item:after {
    content: '';
    display: block;
    clear: both;
}
.shipping-rush label {
    display: block;
    color: #013373;
    font-weight: bold;
}
.line-item {
    padding: 20px 0;
    border-top: 3px solid #ccc;
    margin-top: 10px;
    font-size: 12px;
}
.line-item-title {
    font-size: 15px;
    margin-bottom: 10px;
}
.line-item-desc {
    margin-bottom: 15px;
}
.shipping-date {
    font-size: 17px;
}
.shipping-rush select {
    margin-bottom: 20px;
}
.icon-question.tooltip {
    color: #939598;
}
.shipping-date .tooltip {
    margin-left: 5px;
    vertical-align: middle;
}
.shipping-method a {
    margin-left: 3px;
}
.shipping-method {
    margin-bottom: 15px;
    font-size: 12px;
}
.shipping-rush {
    margin-top: 15px;
}
.ship-pick-cal .icon-calendar {
    font-size: 18px;
}
.ship-pick-cal {
    padding-top: 10px;
    display: none;
}
.shipping-title,
.shipping-rush label {
    font-size: 14px;
}
#shippingMethod .tooltip-content {
    width: 240px;
    bottom: 20px;
    z-index: 2;
    left: -110px;
}
#shippingMethodBottom {
    border-top: 3px solid #ccc;
    padding-top: 10px;
    font-size: 11px;
}
/* billing */
#sameAsShipWrap label,
#shipAddress {
    display: inline-block;
    width: 50%;
    float: left;
}
#sameAsShipWrap {
    margin: 10px 0;
}
#sameAsShipWrap:after {
    content: '';
    display: block;
    clear: both;
}
#billingAddress {
    display: none;
}
#billingAddressWrap h3 {
    margin-bottom: 20px;
}
#sameAsShipWrap label {
    color: #013373;
    font-weight: bold;
}
.option {
    margin: 0 -30px;
    padding: 20px;
    border-bottom: 1px solid #ccc;
}
#paymentMethodWrap {
    padding: 0 30px;
}
.payment-method-select label {
    color: #013373;
    /*font-family: 'Chevin', sans-serif;*/
    font-weight: bold;
    font-size: 20px;
    vertical-align: middle;
}
.option-disc {
    display: inline-block;
    background: #ccc;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    position: relative;
    vertical-align: middle;
}
.option-disc:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: #e6e7e8;
    border-radius: 50%;
    top: 3px;
    left: 3px;
    position: absolute;
    border: 3px solid white;
}
.option-disc input {
    display: none;
}
.option-content {
    margin-top: 20px;
    display: none;
}
.option-content.selected {
    display: block;
}
.option-disc.selected {
    background: #24a5ed;
}
.option-disc.selected:before {
    content: "\e61b";
    color: #24a5ed;
    font-family: 'epromos-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 14px;
    font-size: 14px;
}
.sub-option-content {
    display: none;
}
.sub-option-content.selected {
    display: block;
}
.sub-option-disc input {
    display: none;
}
.sub-option-disc {
    display: inline-block;
    background: #ccc;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    position: relative;
    vertical-align: middle;
}
.sub-option-disc:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: #e6e7e8;
    border-radius: 50%;
    top: 3px;
    left: 3px;
    position: absolute;
    border: 3px solid white;
}
.sub-option-disc.selected,
.sub-option-disc.selected:before {
    background: #24a5ed;
}
.purchaseOrderOptions li {
    display: block;
    margin-bottom: 10px;
}
.purchaseOrderOptions li > label {
    display: inline-block;
}
.credit-number-wrap .tooltip-content {
    width: 200px;
}
.credit-code-wrap .tooltip-content {
    width: 240px;
    height: 377px;
    bottom: 20px;
}
.input-cell.tooltip-wrap {
    padding: 30px 0 0 10px;
}
.po-option-content {
    margin: 0 0 0 20px;
}
#poNumber {
    width: 40%;
    float: left;
}
.po-note {
    display: inline-block;
    width: 60%;
    float: left;
    padding-left: 10px;
}
.option-content {
    margin-left: 30px;
}
#month {
    width: 65%;
    margin-right: 5%;
    float: left;
}
#year {
    width: 30%;
    float: left;
}
#cartCouponWrap .button-link {
    line-height: 20px;
    height: 40px;
    float: left;
    width: 35%;
}
#cartCoupon {
    display: none;
    margin-bottom: 20px;
    float: left;
    width: 100%;
}
#cartCoupon #coupon {
    width: 62%;
    margin-right: 3%;
    float: left;
}
#cartCouponWrap {
    margin-bottom: 20px;
}
#ccOptions {
    display: inline-block;
}
.credit-number-wrap .input-cell {
    position: relative;
}
#creditCardNum {
    padding-right: 50px;
}
#cardType {
    position: absolute;
    right: 5px;
    bottom: 5px;
}
/* review */
#summaryGuar #cartPromise {
    margin: 0;
    clear: both;
}
#summaryGuar #cartPromise p {
    margin: 0;
}
.order-summary-cell {
    border-right: 1px solid #ccc;
    min-height: 100px;
}
#cartTableColumn #lineItemTable {
    padding: 0 15px;
    border: 1px solid #ccc;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}
#cartTableColumn .item {
    background: white;
    margin-bottom: 0;
}
#cartTableColumn #lineItemHeader {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
#cartTableColumn {
    margin-bottom: 20px;
}
.proof-message .sprite-icon {
    position: absolute;
    left: 0;
}
.proof-message p {
    position: relative;
    padding-left: 40px;
    margin-bottom: 30px;
}
#summaryGuar .checkout-guar {
    margin: 30px 0;
}
#reviewForm {
    min-height: 380px;
}
.review-step #cartBadges {
    padding-top: 0;
    text-align: center;
}
.review-step #cartSummary {
    margin-bottom: 0;
}
.checkout-complete .button-link {
    width: 100%;
    margin-bottom: 10px;
}
#cartTableColumn .shipping-date {
    font-size: 13px;
}
#cartTableColumn .shipping-method {
    font-size: 11px;
}
.checkout-edit {
    font-size: 13px;
}
#lineItemHeader .checkout-edit {
    color: inherit;
    text-decoration: underline;
}
/* confirmation */
#cartSummaryWrap.confirmation li {
    margin-bottom: 5px;
}
.confirmation .summary-savings {
    float: none;
    display: block;
    margin-bottom: 10px;
}
.confirmation .summary-value {
    float: none;
    margin-left: 3px;
}
.confirmation #pageTitle {
    margin: 30px -15px;
}
.confirmation .product-column-wrap {
    margin-top: 30px;
}
.confirmation #cartSummary {
    padding: 0 20px 20px 20px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-bottom: 20px;
}
#orderNextSteps a {
    vertical-align: top;
    margin-right: 15px;
}
#orderNextSteps .ghost-button:before {
    margin-right: 5px;
}
.input-row.three-up .input-cell {
    display: inline-block;
    width: 33%;
    float: left;
    padding-right: 10px;
}
.input-row.four-up .input-cell {
    display: inline-block;
    width: 25%;
    float: left;
    padding-right: 10px;
}
#createAccount .button-link {
    margin-top: 18px;
    height: 40px;
    line-height: 20px;
}
#createAccount {
    padding: 20px;
}
#createAccount h4 {
    margin-bottom: 20px;
}
#createAccountWrap #emailOptWrap {
    margin: 0;
}
#socialShare {
    border-top: 1px solid #ccc;
    margin: 50px 0 30px 0;
    padding-top: 30px;
}
#socialShare .tab-nav .hidden-xs {
    margin-left: 5px;
}
#socialShare h2 {
    margin-bottom: 10px;
}
#cartTableColumn h2 {
    margin-bottom: 10px;
}
#alsoBoughtSlider h2 {
    margin-bottom: 15px;
}
.confirmation #cartTableColumn #lineItemTable {
    margin-bottom: 70px;
}
#alsoBoughtSlider {
    margin-bottom: 30px;
}
/* share tabs */
.tab-content {
    display: none;
    border: 1px solid #ccc;
    padding: 15px;
    margin-top: -1px;
}
.tab-content.active {
    display: block;
}
.share-tab-product {
    display: none;
}
.share-tab-product.active {
    display: block;
}
.share-tab-img {
    float: left;
    display: inline-block;
    width: 20%;
}
.share-tab-desc {
    float: left;
    width: 80%;
    padding-left: 20px;
}
.tab-content:after {
    content: '';
    display: block;
    clear: both;
}
.share-tab-img img {
    border: 1px solid #ccc;
}
.tab-nav {
	cursor: pointer;
    display: inline-block;
    line-height: 30px;
    padding: 0 7px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    float: left;
    color: #ccc;
}
.tab-nav.first {
    border-left: 1px solid #ccc;
}
.tab-nav-wrap:after {
    content: '';
    display: block;
    clear: both;
}
.tab-nav.active {
    color: #333;
    border-bottom: 1px solid white;
}
.tab-nav-wrap {
    z-index: 1;
}
.share-product-list {
    display: none;
    margin-top: 10px;
}
/* /////// */
/* CONTENT */
/* /////// */
#contentNav a {
    color: inherit;
}
#contentNav li {
    margin-bottom: 5px;
}
#contentNav li ul {
    margin-left: 10px;
    border-left: 1px solid #24a5ed;
    padding-left: 5px;
}
#contentNav {
    margin-bottom: 30px;
}
/* /////////// */
/* ADMIN ORDER */
/* /////////// */
#adminOrderModal {
    width: 990px;
}
#adminOrderModal #taxId {
    width: 85%;
}
.admin-actions .gray-grad:before {
    vertical-align: top;
    margin: 0 3px 0 0;
}
.admin-actions .gray-grad {
    margin-right: 5px;
}
.red-well {
    background: #e71c3f;
    color: white;
    padding: 15px 10px;
    font-size: 15px;
    margin-bottom: 20px;
}
#dateWrap {
    position: relative;
}
#dateIcon {
    position: absolute;
    color: #333;
    top: 3px;
    right: 10px;
    font-size: 20px;
    line-height: 34px;
    height: 34px;
    padding-left: 10px;
    border-left: 1px solid #ccc;
}
#dateWrap #date {
    padding-right: 35px;
}
#adminPaymentDetails .input-row {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}
.admin-modal-inner {
    padding: 15px;
}
.red-well p {
    margin: 0;
}
.admin-actions img {
    width: 140px;
}
.product-qty,
.product-item,
.product-desc,
.product-per,
.product-unit,
.product-price,
.product-ext {
    float: left;
}
.product-qty,
.product-per,
.product-unit,
.product-price,
.product-ext {
    width: 10%;
}
.product-desc {
    width: 35%;
}
.product-item {
    width: 15%;
}
.product-price,
.product-ext {
    text-align: right;
}
.product-qty,
.product-item,
.product-desc,
.product-per,
.product-unit,
.product-price {
    padding-right: 10px;
}
.product-table-row:after {
    content: '';
    display: block;
    clear: both;
}
.product-table input {
    width: 100%;
}
.product-table-row {
    margin-bottom: 10px;
}
.product-header-row {
    padding: 10px 10px;
}
.product-header-row .product-desc,.product-header-row .product-per {
    text-align: center;
}
.admin-actions {
    margin-bottom: 20px;
}
#adminOrderModal #cartSummaryHeader {
    margin: 0 -15px 20px -15px;
}
#adminOrderModal #cartSummary {
    border: 1px solid #ccc;
    padding: 0 15px;
}
#adminOrderModal #cartSummary li {
    margin-bottom: 10px;
}
.product-info-cell {
    display: inline-block;
    margin: 0 10px;
}
.admin-save-product,
.admin-order-total {
    padding: 15px 0;
}
.admin-product-header {
    position: relative;
}
.admin-product-title {
    padding: 10px;
}
.admin-product-header .blue-grad {
    position: absolute;
    cursor: pointer;
    right: 0;
    top: 0;
    height: 100%;
    font-size: 20px;
    line-height: 40px;
    padding: 0 10px;
}
.imprint-update {
    display: none;
    text-align: left;
    margin: 10px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
}
.admin-product-specs input {
    margin: 0 5px;
}
.imprint-options-actions .button-link {
    min-width: 190px;
    margin-bottom: 10px;
}
.hide-imprint {
    display: none;
}
.input-cell textarea {
    width: 100%;
    min-height: 120px;
}
#adminProductList h5 {
    margin-bottom: 10px;
}
.admin-product-content {
    display: none;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px 15px 0 15px;
}
.admin-product {
    margin-bottom: 15px;
}
.admin-product-summary {
    margin-top: 20px;
}
.admin-product-specs li {
    margin-bottom: 5px;
}
.admin-product-specs .color-swatch {
    height: 25px;
    width: 25px;
    margin: 0;
    border-radius: 3px;
    border-color: #333;
}
.admin-product-specs {
    margin-bottom: 20px;
}
.admin-product .product-table-row h5 {
    margin-top: 20px;
}
.admin-product .product-table {
    margin-bottom: 40px;
}
.admin-other-charges select {
    width: 230px;
    height: 35px;
    vertical-align: top;
    margin-left: 20px;
}
.admin-other-charges {
    margin-bottom: 40px;
}
.admin-shipping-address .button-link,
.admin-billing-address .button-link {
    margin-top: 20px;
}
.admin-billing-address {
    margin-top: 10px;
}
/* ////////////// */
/* ORDER APPROVAL */
/* ////////////// */
.e-proof-status,
.e-proof-item,
.e-proof-toggle {
    display: inline-block;
}
.e-proof-status,
.e-proof-item {
    float: left;
}
.e-proof:after {
    content: '';
    display: block;
    clear: both;
}
.e-proof .e-proof-status:before {
    margin-right: 5px;
}
.e-proof-status.yellow-bg {
    color: #333;
}
.e-proof-status {
    padding: 10px 40px 10px 20px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    min-width: 175px;
}
.e-proof-wrap {
    margin-bottom: 20px;
}
.e-proof-viewer {
    display: none;
}
.e-proof {
    border-radius: 4px;
}
.e-proof-toggle {
    padding: 25px 15px 0 0;
}
.e-proof-toggle .blue-grad {
    padding: 10px 15px;
    border-radius: 3px
}
.e-proof-toggle .blue-grad:hover {
    text-decoration: none;
}
.e-proof-item {
    padding: 17px 0 0 10px;
}
.e-proof-label {
    display: block;
    font-size: 15px;
    line-height: 20px;
}
.e-proof-wrap {
    margin-bottom: 20px;
}
.e-proof-viewer {
    display: none;
}
.e-proof-wrap.proof-open .e-proof-toggle a {
    color: #6483aa;
}
.e-proof-wrap.proof-open .e-proof-toggle a.blue-grad {
    color: white;
}
.e-proof-status {
    -webkit-transition: background 500ms;
    -moz-transition: background 500ms;
    -o-transition: background 500ms;
    transition: background 500ms;
}
.e-proof-wrap.proof-open .e-proof-status {
    background: #21a5ed;
    -webkit-transition: background 500ms;
    -moz-transition: background 500ms;
    -o-transition: background 500ms;
    transition: background 500ms;
    padding: 15px 40px 10px 20px;
}
.e-proof-wrap.proof-open .e-proof-status .e-proof-value {
    display: none;
}
.e-proof-wrap.proof-open .e-proof-status:before {
    visibility: hidden;
}
.e-proof-wrap.proof-open .e-proof-label {
    margin-bottom: 10px;
}
.e-proof-value {
    line-height: 15px;
    display: block;
}
#artworkMessage .icon-checkmark {
    margin-right: 5px;
}
.checkout.order-approval #headerHelpLinks ul {
    margin-top: 10px;
}
#headerHelpLinks .icon-email:before {
    display: inline-block;
    margin-right: 3px;
}
.checkout-step-wrap .two-lines,
.checkout-step-wrap.last .two-lines {
    line-height: 15px;
    padding-top: 10px;
}
#artworkMessage {
    margin: 15px 0 25px 0;
}
.order-approval .checkout-title.clear-summary,
#approvalReview {
    min-height: 230px;
}
.order-approval #cartSummary li {
    margin-bottom: 10px;
}
.order-approval #cartSummaryTotal {
    border: 0;
    padding-top: 0;
}
.order-approval #cartSummaryTotal .value {
    font-size: 20px;
}
#approvTermsWrap {
    float: left;
    width: 50%;
    text-align: left;
    margin-left: 20px;
}
#approvTermsWrap label {
    display: inline-block;
    width: 80%;
    vertical-align: top;
}
.artwork-product-lable {
    float: left;
}
.artwork-product-value {
    float: right;
}
.artwork-product-table li {
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}
.artwork-product-table li:after {
    content: '';
    display: block;
    clear: both;
}
.artwork-product-table li:first-child {
    border-top: 1px solid #ccc;
}
.artwork-product-title h5 {
    margin: 20px 0 15px 0;
}
.artwork-product-table {
    margin-bottom: 20px;
}
.order-approval #cartTableColumn #lineItemTable {
    border-bottom: 10px solid #939598;
}
#artworkBadges p {
    margin: 0;
}
#artworkSummary li:after {
    content: '';
    clear: both;
    display: block;
}
#artworkSummaryTotal {
    margin-top: 10px;
    border-top: 1px solid #ccc;
    padding-top: 10px;
    font-size: 15px;
}
#artworkSummaryTotal .summary-value {
    font-size: 20px;
}
#artworkSummaryTotal .price-savings {
    font-size: 15px;
}
.artwork-actions {
    margin-top: 10px;
}
.artwork-actions a {
    vertical-align: middle;
}
.artwork-actions.confirm-artwork .green-grad {
    width: 100%;
}
.artwork-actions .ghost-button {
    /*font-family: 'Chevin', sans-serif;*/
    font-size: 18px;
    padding: 10px 30px;
}
.artwork-change-wrap {
    display: none;
}
.artwork-change {
    border-top: 2px solid #cccccc;
    margin: 20px 0 30px 0;
    padding: 20px 0 20px 15px;
}
.artwork-change h6 {
    margin-bottom: 10px;
}
.artwork-change textarea {
    width: 100%;
    min-height: 140px;
}
.artwork-change .button-link {
    width: 100%;
    margin-top: 10px;
}
/* ////// */
/* MOBILE */
/* ////// */
@media only screen and (max-width: 767px){
	input[type="text"],
	input[type="search"],
	input[type="password"],
	input[type="tel"],
	input[type="number"],
	input[type="email"],
	textarea,
	select {
		font-size: 16px;
    	max-width: 100%;
	}
	.mobile-last-item {
	    border: 0 !important;
	}
	/* ////// */
	/* HEADER */
	/* ////// */
	#headerSpacer {
		height: 85px;
	}
	#headerTopBar {
	    padding: 8px 15px 5px 15px;
	    height: 45px;
	}
	#headerTopBar .omega {
	    padding: 0 10px;
	}
	#headerBlurb {
	    float: right;
	}
	#headerBlurb h6 {
	    font-size: 13px;
	    line-height: 27px;
	}
	#mobileLogoWrap {
		float: left;
	    max-width: 35%;
	}
	#headerMain,
	#header.fixed #headerMain {
	    float: right;
	    width: 80%;
	    margin-bottom: 0;
	    min-height: 0;
	}
	#navToggleWrap {
	    height: 100%;
	    float: left;
	    width: 100%;
	    text-align: center;
	}
	#headerNavWrap {
	    float: left;
	    height: 40px;
	}
	#header [class*="icon-"]:before {
	    display: block;
	    line-height: 35px;
	    margin-top: 7px;
	}
	#header #headerAccountNavWrap .mobile-nav-button [class*="icon-"]:before {
	    line-height: 25px;
	    margin-top: 10px;
	}
	#mobileHeaderCall,
	#headerAccount,
	#headerFav {
	    border-right: 1px solid #E4FEFF;
	}
	#headerNav {
	    height: 100%;
	}
	#header.fixed #headerNavWrap {
		top: 0;
	}
	#navBlueBar,
	#favsRedBar {
	    display: none;
	}
	.nav-top > a {
	    line-height: 40px;
	}
	.mobile-nav-button {
	    display: inline-block;
	    width: 20%;
	    padding: 0;
	    text-align: center;
	    font-size: 18px;
		height: 40px;
	}
	.mobile-nav-wrap .mobile-nav-button {
	    width: 25%;
	    position: relative;
	}
	#mobileLogo img {
	    max-height: 27px;
	}
	#headerFav,
	#headerCart,
	#header.fixed #headerCart {
		margin: 0;
	}
	.mobile-nav-wrap {
	    background: #013373;
	    color: white;
	}
	.mobile-nav-wrap a {
	    color: inherit;
	}
	#headerCart {
	    background: transparent;
	    padding: 0;
	    height: auto;
	}
	#headerCartTotal,
	#header.fixed #headerCartTotal {
		color: inherit;
		border: 0;
		margin: 0;
		padding: 0;
		background: transparent;
		font-size: 12px;
		line-height: 12px;
		height: auto;
		float: none;
		position: absolute;
		top: 2px;
		right: 0;
		left: 0;
	}
	#headerAccountIcon {
    	display: block;
    }
	#favsNav {
	    position: static;
	    margin-top: 0;	
	}
	#favsNumber {
	    font-size: 12px;
	    line-height: 12px;
	    display: block;
	    top: 2px;
	}
	#headerCartIcon {
	    padding: 0;
	    float: none;
	}
	#navToggleWrap.nav-top > a {
	    padding: 0;
	}
	#headerFavs {
	    position: absolute;
	    top: 85px;
	    z-index: 3;
	}
	#header.fixed #headerFavs {
	    top: 40px;
	}
	#header.fixed #faveSlider {
		width: auto;
	}
	.favs-open #headerFav {
	    background: #e31937;
	}
	/* fixed */
	#header.fixed #headerAccountNavWrap,
	#header.fixed #headerNav {
	    width: 100%;
	}
	#navFixedToggle {
	    display: none;
	}
	#header.fixed #headerMain {
	    height: 40px;
	}
	.favs-open #headerFav:before,
	.favs-open #headerFav:after {
	    display: none;
	}
	/* navigation */
	.mobile-nav-section{
		display: inline-block;
	}
	.touch-open > .mobile-nav-section{
		display: none;
	}
	.touch-open > .mobile-all-products{
		display: inline-block;
	}
	li.dark-blue-all-products, li.blue-all-products {
	  display: block;
	}
	.apl-flyout {
	    width: 100%;
	    position: static;
	    border: 0;
	    padding: 0;
	    -moz-box-shadow: none;
	    -webkit-box-shadow: none;
	    box-shadow: none;
	}
	.all-products-list.mobile-sub-nav > li {
	    display: none;
	}
	#headerNav {
	    text-align: left;
	}
	.all-products-list > li,
	.hot-links li {
	    text-align: left;
	    border-bottom: 1px solid #ccc;
	    display: block;
	}
	.all-prod-flyout {
	    padding: 0;
	    border: 0;
	    width: 270px;
	    top: 100%;
	    overflow-y: scroll;
	    overflow-x: hidden;
	}
	.all-products-list > li > a,
	.hot-links li a {
	    font-size: 16px;
	    line-height: 25px;
	}
	#header .all-prod-flyout [class*="icon-"]:before {
	    line-height: inherit;
	    margin: 0 5px 0 0 ;
	}
	.nav-open #overlay {
	    display: block;
	}
	.nav-open #header {
	    z-index: 13;
	    position: relative;
	}
	.nav-open #header.fixed {
		position: fixed;
	}
	#headerTopBar {
	    background-image: url(../images/ep-bg-ptn.png);
	}
	.all-products-list.mobile-sub-nav > li.touch-open {
	    display: block;
	    border: 0;
	}
	.touch-open .apl-flyout {
	    display: block;
	}
	.nav-drop-title h3, .nav-drop-heros, .nav-drop-viewall {
	    display: none;
	}
	.nav-drop-lists .product-cell-img {
	    border: 0;
	}
	.nav-fly ul li a {
	    font-size: 14px;
	    line-height: 25px;
	    padding: 5px 0 5px 25px;
	    display: block;
	}
	#header .nav-fly ul li:before {
	    display: none;
	}
	.nav-fly ul li {
	    margin: 0;
	    border-bottom: 1px solid #ccc;
	}
	.nav-hero-product .product-cell-title {
	    font-size: 14px;
	    font-weight: normal;
	}
	.nav-hero-product .product-cell-price {
	    font-size: 13px;
	}
	.nav-drop-title .nav-drop-inner {
	    margin: 0;
	    padding: 0;
	    border: 0;
	}
	.hot-links li {
	    width: 100%;
	}
	.hot-links {
	    float: none;
	    width: 100%;
	}
	/* ////// */
	/* FOOTER */
	/* ////// */
	#footer {
	    padding-top: 20px;
	}
	#footerBadgeWrap {
	    padding: 20px 15px 5px 15px;
	    border-top: 1px solid #ccc;
	    border-left: 0;
	}
	#footerBadges {
	    text-align: center;
	}
	.footer-badge {
	    display: inline-block;
	    vertical-align: middle;
	    margin: 0 5px 20px;
	}
	#footerSocial li {
	    margin-bottom: 20px;
	}
	#footerNavWrap .footer-nav-cell {
	    margin-bottom: 30px;
	    padding: 0 5px 0 10px;
	}
	#footerGuars {
	    display: inline-block;
	    margin: 0 auto 20px auto;
	    text-align: left;
	}
	#footerGuarWrap {
	    text-align: center;
	}
	#footerEmail {
	    width: 170px;
	}
	#footerCatalogWrap:after {
	    right: 0;
	}
	/* ////// */
	/* MODALS */
	/* ////// */
	.modal-login-inner {
	    padding: 0;
	}
	.modal {
	    padding: 0 15px 10px 15px;
	}
	.modal-header {
	    margin: 0 -15px;
	}
	.modal-mobile-content {
	    display: none;
	}
	.modal-mobile-toggle {
	    display: block;
	}
	.modal-mobile-toggle :before {
	    float: right;
	    margin-top: 5px;
	    font-size: 13px;
	}
	.modal-login-inner .modal-mobile-toggle h4 {
	    margin: 0;
	}
	#modalReturnCustLogin .modal-login-inner,
	#modalNewCustLogin .modal-login-inner {
	    border: 1px solid #ccc;
	    padding: 10px;
	    margin-top: 10px;
	}
	#registerModal {
	    background: white;
	}
	#modalReturnCustLogin a.button-link {
	    width: 68%;
	    max-width: none;
	    margin-right: 2%;
	}
	#modalReturnCustLogin a {
	    width: 30%;
	    float: left;
	}
	#modalSocialLogin li {
	    text-align: center;
	}
	#registerModal .or-divide {
	    clear: both;
	    margin: 20px 0;
	}
	#modalNewCustLogin {
	    float: none;
	}
	#modalProduct .modal-sample-inner {
	    margin-right: 0;
	}
	.modal-sample-inner {
	    padding: 10px 0;
	}
	#modalContact {
	    background: #e6e7e8;
	}
	#modalContact .credit-code-wrap.input-row.two-up .input-cell {
	    width: 100%;
	}
	#modalContact .credit-code-wrap.input-row.two-up .input-cell.small {
	    width: 40%;
	}
	#modalContact .credit-code-wrap.input-row.two-up .input-cell.small.tooltip-wrap {
	    width: 30%;
	    margin: 30px 0 0 20px;
	}
	#sampleModal .modal {
	    padding: 0 15px;
	}
	#modalSampleBlurb {
	    width: 100%;
	}
	#modalNorton {
	    text-align: center;
	    float: none;
	}
	#modalProductTitle {
	    float: right;
	    width: 60%;
	}
	#modalProductImg {
	    float: left;
	    width: 38%;
	    margin-right: 2%;
	}
	/* //// */
	/* HOME */
	/* //// */
	.home-cat-block {
	    min-height: 160px;
	    text-align: center;
	}
	.home-cat-block img, .home-cat-block a {
	    display: block;
	    margin: 0 auto;
	}
	.home-cat-block img {
	    max-width: 95px;
	}
	#homePopCat h3 {
	    margin-bottom: 10px;
	}
	.home-cat-list li {
	    margin-bottom: 10px;
	}
	#homeDifference h2,
	#homeTestimonials h2,
	#hotSavings h2,
	#eDeals h2,
	#homePopCatHeader h2 {
	    font-size: 26px;
	}
	#homeDifference {
	    padding: 30px 10px;
	}
	.product-slider-header .right {
	    margin-top: 7px;
	}
	.slider-hero-nav-block {
	    border-right: 0;
	    border-top: 1px solid #ccc;
	    padding: 10px 15px;
	    text-align: left;
	}
	.slider-hero-nav-block:first-child {
	    border-left: 0;
	    border-top: 0;
	}
	.slider-hero-nav-block a {
	    margin: 0;
	    padding: 0 20px;
	    display: block;
	}
	.slider-hero-nav-block.current-slide:before {
	    display: none;
	}
	#homeSubhero {
	    text-align: left;
	}
	.home-sub-hero {
	    margin: 0 15px 10px 15px;
	}
	/* //////// */
	/* CATEGORY */
	/* //////// */
	#rightColumn,
	#rightColumnHero {
		padding: 0 15px;
	}
	#pageTitle h1 {
	    font-size: 26px;
	}
	.mobile-toggle-nav ul {
	    display: none;
	    padding: 0 10px;
	}
	.product-grid-img {
	    width: 40%;
	    float: left;
	}
	.product-grid-list {
	    width: 60%;
	    float: left;
	    padding-left: 10px;
	}
	.product-grid {
	    min-height: 0;
	    margin-bottom: 20px;
	}
	.product-grid:after {
	    content: '';
	    display: block;
	    clear: both;
	}
	#prodRecommended {
	    border: 0;
	    padding: 0;
	}
	.mobile-text-bg {
		background-image: url(../images/ep-bg-ptn.png);
	}
	.category .left-nav-toggle,
	.account .left-nav-toggle{
		/*background-image: url(../images/ep-bg-ptn.png);*/
	    border: 1px solid #b1ab9f;
	    background: #ffffff;
		border: 1px solid #b1ab9f;
	    background: #f4f4f4;
		background: -moz-linear-gradient(top,  rgba(241,241,241,.9) 0%, rgba(255,255,255,.1) 38%, rgba(255,255,255,.1) 63%, rgba(241,241,241,.9) 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(241,241,241,.9)), color-stop(38%,#ffffff), color-stop(63%,#ffffff), color-stop(100%,rgba(241,241,241,.9)));
		background: -webkit-linear-gradient(top,  rgba(241,241,241,.9) 0%,rgba(255,255,255,.1) 38%,rgba(255,255,255,.1) 63%,rgba(241,241,241,.9) 100%);
		background: -o-linear-gradient(top,  rgba(241,241,241,.9) 0%,rgba(255,255,255,.1) 38%,rgba(255,255,255,.1) 63%,rgba(241,241,241,.9) 100%);
		background: -ms-linear-gradient(top,  rgba(241,241,241,.9) 0%,rgba(255,255,255,.1) 38%,rgba(255,255,255,.1) 63%,rgba(241,241,241,.9) 100%);
		background: linear-gradient(to bottom,  rgba(241,241,241,.9) 0%,rgba(255,255,255,.1) 38%,rgba(255,255,255,.1) 63%,rgba(241,241,241,.9) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#f1f1f1',GradientType=0 );
	    padding: 10px 0;
	}
	.category .left-nav-toggle h5,
	.account .left-nav-toggle h5 {
		padding: 5px 10px;
	}
	.category .left-nav-toggle h5:before {
	    float: right;   
	}
	/* /////////// */
	/* SUBCATEGORY */
	/* /////////// */
	#paginationWrap > .text-bg,
	#leftColumn > .text-bg,
	#leftColumn > .text-bg.visible-xs {
	    margin: 0;
	}
	.mobile-toggle-nav .toggle-header:before {
	    content: "\e608";
	}
	.mobile-toggle-nav.mobile-nav-open .toggle-header:before {
	    content: "\e609";
	}
	/*.mobile-collapsed-nav .left-column-cell {
		display: none;
	}*/
	#productListing .product-cell-img {
	    width: 30%;
	}
	#productListing .product-cell-desc {
	    width: 70%;
	    padding: 0 0 0 4%;
	}
	.subcategory #productListing .product-cell {
	    margin: 0;
	    border-top: 0;
	    border-right: 0;
	    border-left: 0;
	}
	.subcategory #productListingInner {
	    padding: 0 15px;
	    margin: 0 -15px 20px -15px;
	    border-top: 1px solid #ccc;
	}
	#paginationWrap {
	    float: none;
	    margin: 20px 0;
	}
	.pagination-drop {
	    width: 95%;
	}
	.subcategory .favorite-icon {
	    bottom: 0;
	    top: auto;
	}
	#paginationBottom {
	    margin: 20px 0;
	}
	#paginationBottom .page-results {
	    text-align: center;
	    margin-bottom: 20px;
	}
	/* /////////////// */
	/* PRODUCT IMPRINT */
	/* /////////////// */
	#custLocLabel {
	    width: 100%;
	    height: auto;
	}
	#custLocSelect {
	    width: 100%;
	    position: static;
	}
	#custLocSelect .select-value {
	    height: auto;
	}
	#imprintTitle h1 {
	    font-size: 26px;
	}
	.mobile-imprint-product img {
	    border: 1px solid #ccc;
	}
	#custLoc {
	    margin: 20px 0;
	}
	#customizeTabs li.tab-nav span {
	    display: block;
	    font-size: 13px;
	}
	#customizeTabs li.tab-nav {
	    padding: 10px 3px;
	}
	#customizeTabs li.tab-nav span[class*="icon-"] {
	    font-size: 20px;
	}
	#customizeTabs li.tab-nav {
	    width: 30%;
	}
	#customizeTabs li.tab-nav[data-tab="colorTab"] {
	    width: 40%;
	}
	#customizeTabs .tab-content {
	    padding: 10px;
	}
	.imprint-divide {
	    border-right: 0;
	    min-height: 0;
	}
	#custCustomerSer {
	    margin: 30px 0;
	}
	.save-quote {
	    text-align: center;
	    display: block;
	}
	#uploadLogo {
	    float: left;
	    width: 75%;
	}
	#selectedLogo {
	    float: left;
	    width: 25%;
	    padding: 0;
	}
	#selectLogoWrap:after {
	    content: '';
	    display: block;
	    clear: both;
	}
	#selectLogoWrap {
	    margin-bottom: 10px;
	    padding-bottom: 10px;
	}
	#selectLogo {
	    float: left;
	    border-bottom: 1px solid #ccc;
	    padding-bottom: 20px;
	}
	/* /////// */
	/* PRODUCT */
	/* /////// */
	.colors-container {
	    width: 244px;
	}
	#productSocial {
	    text-align: center;
	    float: none;
	    display: block;
	    margin: 0 auto 20px auto;
	    clear: both;
	}
	#productSocial li {
	    float: none;
	}
	.page-nav.top-page-nav {
	    display: inline;
	    width: auto;
	    margin: 0;
	    padding: 0;
	    float: none;
	    border: 0;
	}
	.product-sku {
	    display: inline;
	    line-height: 20px;
	    vertical-align: top;
	    float: none;
	}
	.page-nav.top-page-nav li {
	    border: 0;
	    float: none;
	    display: inline;
	}
	.page-nav.top-page-nav li.last-item {
	    display: block;
	}
	.page-nav.top-page-nav ul {
	    display: inline;
	}
	.page-nav .review-stars {
	    float: none;
	    display: inline;
	}
	.page-nav.top-page-nav a {
	    float: none;
	    display: inline;
	    margin: 0;
	    position: relative;
	    padding: 0;
	}
	.page-nav a:before {
	    display: inline;
	}
	.page-nav-anchor {
	    position: relative;
	}
	.page-nav.top-page-nav a:before {
	    position: absolute;
	    right: -20px;
	}
	#productImgWrap {
	    margin-top: 10px;
	}
	#productOptionsWrap {
	    float: none;
	    clear: both;
	}
	#productCust .product-option-select {
	    width: 100%;
	    float: none;
	}
	#productAltImg {
	    text-align: center;
	}
	#productAltImg li {
	    float: none;
	    height: auto;
	    width: auto;
	    border-radius: 50%;
	    margin: 0 5px 5px 0;
	}
	#productAltImg li a {
	    background: #ccc;
	    height: 10px;
	    width: 10px;
	    border-radius: 50%;
	    display:block;
	}
	#productAltImg li a.active {
	    background: #2AA4E5;   
	}
	#productAltImg li img {
	    display: none;
	}
	.pricing-headers, .pricing-section {
	    width: 100%;
	    float: none;
	}
	.product-option-select-wrap .product-option-select,
	#optionNumberFront {
	    width: 100%;
	    float: none;
	    margin: 10px 0;
	}
	.pp-quantity,
	.pp-savings-per,
	.pp-sale-price-per,
	.pp-price-per {
	    display: inline-block;
	    float: left;
	    border-left: 0;
	    border-bottom: 0;
	    border-bottom: 1px solid #ccc;
	}
	.four-up .pp-quantity,
	.four-up .pp-savings-per,
	.four-up .pp-sale-price-per,
	.four-up .pp-price-per {
	    width: 25%;
	}
	.three-up .pp-quantity,
	.three-up .pp-savings-per,
	.three-up .pp-sale-price-per,
	.three-up .pp-price-per {
	    width: 33.33333333%;
	}
	.two-up .pp-quantity,
	.two-up .pp-savings-per,
	.two-up .pp-sale-price-per,
	.two-up .pp-price-per {
	    width: 50%;
	}
	.pp-custom-pricing,
	.pp-blank-pricing {
	    border: 0;
	}
	.pricing-section.pricing-active .pp-sale-price-per,
	.pricing-section.pricing-active .pp-savings-per,
	.pricing-section.pricing-active  .pp-price-per {
	    border-left: 0;
	    border-right: 0;
	    border-bottom: 2px solid #2aa4e5;
	    border-top: 2px solid #2aa4e5;
	}
	.pricing-section.pricing-active  .pp-price-per {
	    border-right: 2px solid #2aa4e5;
	}
	.pricing-headers .pp-quantity {
	    border-left: 0;
	}
	.pricing-section.pricing-active .pp-quantity {
	    margin: 0;
	    border-top: 2px solid #2aa4e5;
	    border-bottom: 2px solid #2aa4e5;
	}
	.pricing-section.pricing-active .pp-quantity:after {
	    border-left: 7px solid #2aa4e5;
	    border-top: 7px solid transparent;
	    bottom: 0;
	    right: -14px;
	    left: auto;
	    top: 0;
	    height: 14px;
	}
	.last-section .pp-quantity {
	    border-right: 0;
	}
	.pp-quantity {
		background: transparent;
	    text-align: left;
	    padding-left: 5px;
	}
	#productDesign .design-option {
	    margin: 0;
	}
	#productTime #zipCode {
	    display: block;
	    margin-bottom: 10px;
	}
	#productTime #zipCode label {
	    display: inline-block;
	    margin-right: 5px;
	}
	#zipDisclaimer {
	    display: block;
	    width: 100%;
	    padding: 0;
	}
	#enterQty,
	#productSummary {
	    float: none;
	    width: 100%;
	    padding: 0;
	}
	#productQty .product-option-content {
	    border: 0;
	    background-image: transparent;
	}
	#saveBanner {
	    margin-bottom: 10px;
	}
	#custButton {
	    margin-top: 10px;
	}
	#custButton .button-link {
	    display: block;
	    margin-bottom: 10px;
	}
	#productQty .product-actions {
	    padding: 0 0 0 15px;
	}
	.bx-next {
	    right: 0;
	}
	.bx-prev {
	    left: 0;
	}
	.bx-prev,
	.bx-next {
	    font-size: 30px;
	}
	.mobile-prod-tab-header.icon-up-caret {
	    border: 0;
	}
	.prod-tab-content {
	    display: none;
	    padding: 15px;
    	border-bottom: 1px solid #ccc;
	}
	.product-tab-wrap {
	    padding: 0;
	    border: 0;
	}
	.mobile-prod-tab-header {
	    /*font-family: 'Chevin', sans-serif;*/
	    font-weight: 900;
	    font-size: 20px;
	    color: #003373;
	    line-height: 30px;
	    padding: 20px 10px;
	    border-bottom: 1px solid #ccc;
	}
	#productTabs {
	    border: 1px solid #ccc;
	    border-radius: 6px;
	    margin-bottom: 30px;
	}
	.mobile-prod-tab-header:before {
	    float: right;
	    margin: 3px 0 0 0;
	}
	#prodDesc .prod-tab-content,
	#prodImprint .prod-tab-content {
	    padding: 15px;
	}
	.mobile-prod-tab-header.icon-up-caret {
	    border: 0;
	}
	.mobile-prod-tab-header .review-stars {
	    font-size: 13px;
	    font-weight: normal;
	    margin: 0 0 0 5px;
	    font-family: "HelveticaNeue", "Helvetica Neue", "HelveticaNeueRoman", "HelveticaNeue-Roman", "Helvetica Neue Roman", "Helvetica", "Arial", sans-serif;
	}
	.mobile-prod-tab-header .review-stars .star-summary {
	    color: #333;
	}
	.product-step-title .text-light.right {
		float: left;
	}
	/* //// */
	/* CART */
	/* //// */
	#lineItemTable {
	    margin: 0 15px;
	}
	.item-delivery,
	.item-product-options,
	.item-product-edit {
	    padding-left: 0;
	}
	.item-product-options {
	    clear: both;
	    padding-top: 20px;
	}
	.item-product-title,
	.item-product-qty,
	.item-product-total {
	    float: right;
	}
	.item-product-edit {
	    margin-top: 10px;
	    float: left;
	}
	.item-product-total {
	    text-align: left;
	    margin-top: 20px;
	}
	.item {
	    background: white;
	}
	.item-delivery .item-shipping {
	    margin-bottom: 20px;
	}
	.cart #pageTitle a {
	    display: block;
	    float: none;
	    text-align: center;
	    margin-bottom: 20px;
	}
	.cart #pageTitle .or-divide {
	    display: block;
	    margin: 0 auto 20px auto;
	    float: none;
	}
	#cartCtaWrap .right {
	    float: none;
	}
	#cartCtaWrap .button-link {
	    width: 100%;
	}
	#cartCtaWrap .alpha,
	#continueShopWrap .alpha {
	    padding-left: 15px;
	}
	#cartSummaryWrap {
	    margin: 0 -30px;
	    padding: 0 15px 15px 15px;
	}
	#continueShopWrap {
	    margin-bottom: 20px;
	}
	#prodRecommended h2,
	#prodRelated h2 {
	    font-size: 24px;
	}
	/* //////// */
	/* CHECKOUT */
	/* //////// */
	#checkoutMainWrap {
	    padding: 20px 0;
	}
	.checkout-title h2 {
	    font-size: 22px;
	}
	/* header */
	.checkout #headerMain {
	    width: 100%;
	    float: none;
	}
	#header [class*="icon-"]:before {
	    display: inline-block;
	    vertical-align: middle;
	    margin: 0 3px 0 0;
	}
	.checkout #headerHelpLinks li {
	    margin: 0 0 0 5px;
	    padding: 0 5px 0 0;
	}
	.checkout #headerHelpLinks li.mobile-last-item {
	    padding: 0;
	}
	.checkout #headerLogoWrap {
	    margin: 5px 0 0 0;
	}
	.checkout #headerHelpLinks ul {
	    margin-top: 5px;
	}
	/* footer */
	.checkout .footer-guar {
	    display: block;
	    margin-bottom: 20px;
	}
	#footerQuestions h4 {
		font-size: 16px;
	}
	#checkoutProgressHeader h1 {
	    font-size: 18px;
	    line-height: 40px;
	}
	/* login */
	#returnCustWrap,
	#newCustWrap {
	    min-height: 0;
	    padding: 30px 40px;
	}
	#returnCustWrap .button-row,
	#newCustWrap .button-row {
	    position: static;
	    margin: 0;
	}
	.social-login {
	    margin: 10px 0;
	    display: block;
	}
	/* shipping */
	#shippingMethod .tooltip-content {
	    right: -40px;
	    left: auto;
	}
	.line-item-shipping {
	    width: 100%;
	    float: none;
	    padding: 0;
	    clear: both;
	}
	.input-row.two-up .input-cell.mobile-three-quarter {
	    width: 70%;
	    padding-right: 15px;
	}
	.input-row.two-up .input-cell.mobile-one-quarter {
	    width: 30%;
	}
	.input-row.two-up .input-cell {
	    width: 100%;
	    padding: 0;
	    margin-bottom: 20px;
	}
	.input-row.two-up .input-cell.last {
	    margin-bottom: 0;
	}
	/* billing */
	#creditCardNum {
	    margin-bottom: 10px;
	}
	#creditCardMethod .input-row.two-up .input-cell.small {
    	width: 50%;
	}
	#creditCardMethod .input-cell.small.tooltip-wrap {
	    margin: 25px 0 0 0;
	    padding-left: 10px;
	}
	#poNumber,
	.po-note {
		float: none;
		width: 100%;
	}
	.option-content {
	    margin-left: 0;
	}
	.po-option-content {
	    margin: 0;
	}
	.purchaseOrderOptions li > label {
	    max-width: 90%;
	    vertical-align: middle;
	}
	.checkout-next-step {
	    text-align: center;
	}
	.checkout-next-step .button-link {
	    width: 100%;
	    margin-top: 10px;
	}
	.payment-method-select label {
	    display: inline-block;
	    max-width: 85%;
	    vertical-align: middle;
	}
	/* review */
	.order-summary-cell {
	    min-height: 0;
	    border-top: 1px solid #ccc;
	    border-right: 0;
	    padding: 15px 0 15px 30px;
	}
	#summaryGuar .guar-header {
	    max-width: 80%;
	    vertical-align: top;
	}
	#cartTableColumn #lineItemTable {
	    margin: 0;
	}
	#cartTableColumn .item-delivery {
	    float: right;
	}
	#cartTableColumn .item-product-image {
	    padding-right: 0;
	}
	#cartTableColumn .shipping-date:before {
	    content: 'Estimated Delivery:';
	    font-size: 12px;
	    font-weight: bold;
	    display: block;
	}
	.checkout #cartSummaryWrap {
	    margin: 0;
	    width: 100%;
	}
	.checkout-complete.right {
	    float: none;
	}
	.summary-savings {
	    clear: both;
	}
	/* confirmation */
	#orderNextSteps .ghost-button:before {
	    margin-right: 5px;
	}
	#cartSummaryWrap.confirmation {
	    margin: 0;
	}
	#orderNextSteps a {
	    width: 100%;
	    margin: 0 0 10px 0;
	}
	#orderNextSteps {
	    margin-bottom: 25px;
	}
	.input-row.three-up .input-cell {
	    width: 100%;
	    margin-bottom: 10px;
	}
	#createAccount .button-link {
	    margin: 0;
	    width: 100%;
	}
	#emailOptWrap label {
	    max-width: 90%;
	    vertical-align: top;
	}
	#socialShare {
	    border: 0;
	    margin: 30px 0;
	    padding: 0;
	}
	#socialShareNav .tab-nav {
	    width: 25%;
	    text-align: center;
	}
	/* /////// */
	/* CONTENT */
	/* /////// */
	#contentNav > ul {
		display: none;
	    border: 1px solid #ebebeb;
	    position: absolute;
	    -moz-box-shadow: 0 0 10px rgba(0,0,0,.5);
	    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.5);
	    box-shadow: 0 0 10px rgba(0,0,0,.5);
	    z-index: 1;
	    width: 100%;
	    background: white;
	    top: 100%;
	}
	#contentNav > ul > li {
	    padding: 10px 20px;
	    margin: 0;
	    border-bottom: 1px solid #ebebeb;
	}
	#contentNav li ul {
	    margin-top: 10px;
	}
	#contentNav > ul:before {
	    content: '';
	    border-bottom: 10px solid white;
	    border-right: 20px solid transparent;
	    border-top: 10px solid transparent;
	    border-left: 20px solid transparent;
	    position: absolute;
	    top: -20px;
	    left: 20px;
	}
	#contentNav {
	    position: relative;
	}
	#mobileContentNavWrap {
	    line-height: 40px;
	    padding: 0 10px;
	}
	#mobileContentNav:before {
	    float: right;
	    line-height: 40px;
	}
	/* ////////////// */
	/* ORDER APPROVAL */
	/* ////////////// */
	/* artwork */
	.order-approval #checkoutProgressHeader h1 {
	    font-size: 15px;
	}
	#eProofWrap {
	    margin-top: 20px;
	}
	.e-proof-status,
	.e-proof-item,
	.e-proof-toggle {
	    float: none;
	    width: 100%;
	    display: block;
	    padding: 10px;
	}
	.e-proof-wrap.proof-open .e-proof-status {
	    padding: 15px 0 10px 10px;
	}
	.artwork-actions a {
	    display: block;
	    margin-bottom: 10px;
		clear: both;
	}
	.artwork-actions > div:after {
	    clear: both;
	    content: '';
	    display: block;
	}
	#artworkSummaryTotal .price-savings {
	    clear: both;
	}
	.artwork-product-table {
	    display: block;
	    clear: both;
	    padding-top: 10px;
	}
	.artwork-change .right {
	    float: none;
	}
	.artwork-change {
	    padding: 20px 0 0 0;
	}
	/* payment */
	#approvTermsWrap {
	    width: auto;
	}
	/* /////////// */
	/* ADMIN ORDER */
	/* /////////// */
	.admin-actions .gray-grad {
	    display: block;
	    margin-bottom: 5px;
	}
	.admin-actions .right {
	    float: none;
	    text-align: center;
	    display: block;
	}
	#adminSummary #cartSummaryWrap {
	    margin: 0;
	}
	.input-row.four-up .input-cell {
	    width: 100%;
	}
	.admin-product-header .blue-grad {
	    position: static;
	    text-align: center;
	}
	.admin-product-summary .alpha {
	    padding-left: 15px;
	}
	.product-qty,
	.product-item, 
	.product-desc,
	.product-per,
	.product-unit,
	.product-price,
	.product-ext {
	    float: none;
	    width: 100%;
	    margin-bottom: 10px;
	    text-align: left;
	}

	.product-header-row {
	    display: none;
	}
	.product-qty:before,
	.product-item:before,
	.product-desc:before,
	.product-per:before,
	.product-unit:before,
	.product-price:before,
	.product-ext:before {
	    display: block;
	    font-size: 15px;
	    margin-bottom: 5px;
	}
	.product-qty:before {
	    content: 'Qty';
	}
	.product-item:before {
	    content: 'Item #';
	}
	.product-desc:before {
	    content: 'Description';
	}
	.product-per:before {
	    content: 'Per';
	}
	.product-unit:before {
	    content: 'Unit cost';
	}
	.product-price:before {
	    content: 'Ext price';
	}
	.product-ext:before {
	    content: 'Ext';
	}
	.imprint-locations label {
	    display: block;
	    clear: both;
	    margin-bottom: 10px;
	}
	.show-imprint,.hide-imprint {
	    float: none;
	    margin-bottom: 10px;
	}
	.admin-other-charges select {
	    width: 100%;
	    margin: 10px 0;
	}
	.product-info-cell {
	    display: block;
	    margin-bottom: 10px;
	}
}
/* ////////////// */
/* TABLET STYLING */
/* ////////////// */
@media only screen and (min-width: 768px) and (max-width: 991px){
	.last-item.tablet-middle-item {
	    border-right: 1px solid #666666 !important;
	}
	/* ////// */
	/* HEADER */
	/* ////// */
	#headerLogo {
	    width: 205px;
	    display: block;
	}
	#navToggleWrap {
	    float: left;
	    width: auto;
	}
	#headerSearchWrap {
		margin-top: 15px;
		position: absolute;
		top: 100%;
		z-index: 1;
		left: 95px;
	}
	.favs-open #headerSearchWrap {
	    margin-top: 195px;
	}
	#navDesk {
        float: right;
    }
    #navToggleWrap.nav-top > a {
        padding: 0;
        width: 75px;
        text-align: center;
    }
    #navToggleWrap.nav-top > a span[class*="icon"] {
        margin: 0;
    }
    #saleNav .nav-drop {
	    right: 0;
	    width: 730px;
	    left: auto;
	}
	.nav-deal-badge a {
	    font-size: 13px;
	}
	.nav-deal-badge {
	    margin-right: 10px;
	}
	.apl-flyout {
		width: 500px;
		padding: 10px 20px;
	}
	.nav-drop-lists {
	    font-size: 11px;
	}
	.nav-drop-title .hot-links {
	    font-size: 13px;
	    margin-top: 5px;
	}
	.apl-flyout .nav-drop-title h3 {
	    font-size: 15px;
	}
	.nav-drop-title h3 a:before {
	    margin: 4px 0 0 5px;
	}
    /* fixed */
    #header.fixed #searchFilter {
	    display: none;
	}
	#header.fixed #headerSearch {
	    padding-left: 0 !important;
	}
    #header.fixed #headerMain,
    #header.fixed #headerNav,
    #header.fixed #faveSlider {
	    width: 760px;
	}
	#header.fixed #headerSearchWrap {
		top: 0;
		left: 25%;
	}
	#header.fixed #headerLogo {
	    width: 100%;
	}
	#header.fixed #headerAccountLinks {
	    display: none;
	}
	#header.fixed #headerAccountIcon {
	    display: block;
	    line-height: 50px;
	    font-size: 20px;
	}
	#header.fixed #headerAccountNavWrap {
	    float: right;
	}
    /* ////// */
    /* FOOTER */
    /* ////// */
    #footerCatalogWrap:after {
	    right: 0;
	}
    #footer {
	    padding-top: 30px;
	}
	#footerBadgeWrap {
	    padding: 0 10px 0 15px;
	}
	#footerSocial {
	    margin-top: 10px;
	}
	/* /////////// */
	/* SUBCATEGORY */
	/* /////////// */
	#heroBadges {
	    min-height: 0;
	    margin: 0 0 15px 0;
	}
	#paginationWrap > .text-bg {
	    margin-right: 0;
	}
	#pageTitle .page-results {
	    float: left;
	    margin: 0 0 10px 0;
	}
	/* /////// */
	/* PRODUCT */
	/* /////// */
	.colors-container {
	    width: 427px;
	}
	#productDesign .tooltip-content {
	    width: 200px;
	    left: -110px;
	}
	#enterQty, #productSummary {
	    width: 50%;
	}
	#qtyRow .option-qty-wrap {
	    text-align: left;
	}
	.product-actions {
	    padding: 20px 15px 0 15px;
	    display: inline-block;
	    float: right;
	    width: 50%;
	    clear: none;
	}
	/* /////////////// */
	/* PRODUCT IMPRINT */
	/* /////////////// */
	#custLocLabel {
	    height: 62px;
	}
	#custLocSelect .select-value {
	    height: 40px;
	}
	#custCustomerSer {
	    border: 0;
		margin: 20px 0;
	}
	/* //////// */
	/* CHECKOUT */
	/* //////// */
	.checkout-step {
	    padding: 0 35px 0 5px;
	}
	.checkout-step-wrap.last .checkout-step {
	    padding: 0 20px 0 5px;
	}
	#lineItemTable .price-savings {
	    font-size: 12px;
	}
	/* ////////////// */
	/* ORDER APPROVAL */
	/* ////////////// */
	.checkout-step-wrap.last .two-lines {
		padding: 10px 20px 0 5px;
	}
	.order-approval #checkoutProgressHeader h1 {
	    font-size: 16px;
	}
}
/* /////////////// */
/* TABLET & MOBILE */
/* /////////////// */
@media only screen and (max-width: 991px){
	/* ////// */
	/* GLOBAL */
	/* ////// */
	.visible-small {
		display: block;
	}
	/* ////// */
	/* FOOTER */
	/* ////// */
	#footerEmailFormWrap h4 {
	    font-size: 16px;
	}
	/* //// */
	/* HOME */
	/* //// */
	.home-difference {
	    border-right: 0;
	    border-bottom: 1px solid #cccccc;
	    margin-bottom: 20px;
	    padding-bottom: 10px;
	}
	.slide-center {
		width: 100%;
	}
	/* /////////////// */
	/* PRODUCT LISTING */
	/* /////////////// */
	.prod-banners li {
		font-size: 10px;
	}
	.subcategory .mobile-collapsed-nav .left-column-cell {
	    padding: 5px;
	    margin: 0;
	}
	.subcategory .mobile-toggle-nav ul {
	    display: none;
	}
	.subcategory .mobile-toggle-nav.mobile-nav-open ul {
	    display: block;
	}
	.subcategory .mobile-toggle-nav .toggle-header:before {
	    content: "\e608";
	}
	.subcategory .mobile-toggle-nav.mobile-nav-open .toggle-header:before {
	    content: "\e609";
	}
	.category .product-grid:after {
		position: static;
	    height: auto;
	    width: auto;
	    margin: 0;
	    background: transparent;
	}
	.subcategory #pageTitle h1,
	.subcategory #pageTitle .page-results {
	    float: none;
	}
	.alpha.omega.list-view-button.layout-nav {
	    padding: 0 15px 0 0;
	}
	#leftColumn {
		border: 0;
		margin: 0;
		-moz-box-shadow: none;
	    -webkit-box-shadow: none;
	    box-shadow: none;
	}
	.mobile-collapsed-nav #leftColumnNav {
	    display: none;
		position: absolute;
		background: white;
		z-index: 2;
		border: 1px solid #ebebeb;
		-moz-box-shadow: 0 8px 6px -6px rgba(0,0,0,.5);
		-webkit-box-shadow: 0 8px 6px -6px rgba(0,0,0,.5);
		box-shadow: 6px 6px 6px -6px rgba(0,0,0,.5);
		width: 95%;
	}
	/* /////// */
	/* PRODUCT */
	/* /////// */
	.product-guar-badge {
	    margin: 0 0 20px 0;
	}
	#custCustomerSerInner li {
	    margin: 0 0 5px 0;
	    display: block;
	}
	#saveBanner {
		margin: 0 auto;
	}
}
@media print {
	#headerNavWrap,
	#headerSearchWrap, 
	#headerAccountNavWrap {
		display: none;
	}
}