@charset "utf-8";
/* CUSTOM CSS BY DAS */


/* FONT FACE */
@font-face {
	font-family: 'montserratlight';
	src: url('/media/das/fonts/montserrat-light-webfont.eot');
	src: url('/media/das/fonts/montserrat-light-webfont.eot?#iefix') format('embedded-opentype'),
		 url('/media/das/fonts/montserrat-light-webfont.woff2') format('woff2'),
		 url('/media/das/fonts/montserrat-light-webfont.woff') format('woff'),
		 url('/media/das/fonts/montserrat-light-webfont.ttf') format('truetype'),
		 url('/media/das/fonts/montserrat-light-webfont.svg#montserratlight') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'montserratregular';
	src: url('/media/das/fonts/montserrat-regular-webfont.eot');
	src: url('/media/das/fonts/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
		 url('/media/das/fonts/montserrat-regular-webfont.woff2') format('woff2'),
		 url('/media/das/fonts/montserrat-regular-webfont.woff') format('woff'),
		 url('/media/das/fonts/montserrat-regular-webfont.ttf') format('truetype'),
		 url('/media/das/fonts/montserrat-regular-webfont.svg#montserratregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'montserratbold';
	src: url('/media/das/fonts/montserrat-bold-webfont.eot');
	src: url('/media/das/fonts/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'),
		 url('/media/das/fonts/montserrat-bold-webfont.woff2') format('woff2'),
		 url('/media/das/fonts/montserrat-bold-webfont.woff') format('woff'),
		 url('/media/das/fonts/montserrat-bold-webfont.ttf') format('truetype'),
		 url('/media/das/fonts/montserrat-bold-webfont.svg#montserratbold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'montserratblack';
	src: url('/media/das/fonts/montserrat-black-webfont.eot');
	src: url('/media/das/fonts/montserrat-black-webfont.eot?#iefix') format('embedded-opentype'),
		 url('/media/das/fonts/montserrat-black-webfont.woff2') format('woff2'),
		 url('/media/das/fonts/montserrat-black-webfont.woff') format('woff'),
		 url('/media/das/fonts/montserrat-black-webfont.ttf') format('truetype'),
		 url('/media/das/fonts/montserrat-black-webfont.svg#montserratblack') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'Oswald';
    src: url('/media/das/fonts/oswald-regular-webfont.eot');
    src: url('/media/das/fonts/oswald-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/media/das/fonts/oswald-regular-webfont.woff2') format('woff2'),
         url('/media/das/fonts/oswald-regular-webfont.woff') format('woff'),
         url('/media/das/fonts/oswald-regular-webfont.ttf') format('truetype'),
         url('/media/das/fonts/oswald-regular-webfont.svg#oswaldbook') format('svg');
    font-weight: normal;
    font-style: normal;

}

a{
	text-decoration:none;
}
.block .block-title strong,
.block .block-title span,
.block-title.eme-brand-title {
	display:block;
	font-family:"montserratregular";
	color:#00205b;
	
}
.block-title.eme-brand-title {
	font-size:28px;
}
.subtitle {
	font-size:14px;
	color:#262626;
}

/* ICONS */
.fa-circle {
	color:#00205b;
	font-size:1.2em;
}

/* >>> ADDITIONAL COLUMN SETUP */


.col5-set::after, 
.col6-set::after {
	clear: both;
	content: ".";
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	overflow: hidden;
}

/*COL5*/
.col5-set .col-1, .col5-set .col-2, .col5-set .col-3, .col5-set .col-4, .col5-set .col-5 { float: left; width: 19.0%; }
.col5-set .col-2, .col5-set .col-3, .col5-set .col-4 { margin-left:1.4%; }
.col5-set .col-5 { float: right; }

/*COL6*/
.col6-set .col-1, .col6-set .col-2, .col6-set .col-3, .col6-set .col-4, .col6-set .col-5, .col6-set .col-6 { float: left; width: 15.5%; }
.col6-set .col-2, .col6-set .col-3, .col6-set .col-4, .col6-set .col-5 { margin-left:1.4%; }
.col6-set .col-6 { float: right; }


/*>>> PAGE - AFFILIATE LOGOS*/
.std ul.emeAssocLogos {
  list-style:none !important;
  padding-left:0;
}
.std ul.emeAssocLogos li{
	display:inline-block;
	width:32%;
}
.std ul.emeAssocLogos a {
	display:block;
	height:auto;
	padding:40px 10px;
	background-color:#fff;
	-webkit-transition: background-color 0.3s; /* Safari */
	transition: background-color 0.3s;
	text-align:center;
	margin-bottom:5px;
	border:solid 1px #dedede;
}
.std ul.emeAssocLogos a:hover {
  background-color:#f7f7f7;
}

/*<<< PAGE - AFFILIATE LOGOS*/

@media only screen 
	and (min-width : 640px) 
	and (max-width : 1024px) { 

	.col6-set .col-1 { float: left; width: 31.5%; }
	.col6-set .col-2 { float: left; width: 31.5%; }
	.col6-set .col-3 { float: left; width: 31.5%; }
	.col6-set .col-4 { float: left; width: 31.5%; margin-left:0; clear:both; }
	.col6-set .col-5 { float: left; width: 31.5%; }
	.col6-set .col-6 { float: left; width: 31.5%; margin-left:1.4%; }

}

@media only screen 
	and (max-width : 639px) { 

	/*4 COLUMN SETUP*/
	.col4-set .col-1, 
	.col4-set .col-2, 
	.col4-set .col-3, 
	.col4-set .col-4 { width: 100%;	}

	/*5 COLUMN SETUP*/
	.col5-set .col-1, 
	.col5-set .col-2, 
	.col5-set .col-3, 
	.col5-set .col-4, 
	.col5-set .col-5 { float: left; width: 100%; }

	/*6 COLUMN SETUP*/
	.col6-set .col-1, 
	.col6-set .col-2, 
	.col6-set .col-3, 
	.col6-set .col-4, 
	.col6-set .col-5, 
	.col6-set .col-6 { float: left; width: 100%; }

}

/* <<< ADDITIONAL COLUMN SETUP */

/* >>> HEADER MASTER */
.top-toolbar-container {
	background-color: #00205b;
}

.header-container {
/*	height: 400px;*/
	background: #00205b;
	position: relative;
}
.header-container {
/*	border-top:solid 3px #CCC;*/
	padding: 0;
    width: 100%;
    float: left;

/*	height: 400px;*/
}

.easyslideslider-id {
	float: none !important;
}

.header-content {
    max-width: 1280px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    float: none;
}

.header-cart.dropdown {
	display: none;
}

.nav-container {
	width: 100%;
	margin: 0;
}

@media screen and (min-width: 768px) {
	.nav-container .navpro {
		display: flex;
	    flex-direction: row;
	    flex-wrap: nowrap;
	    justify-content: space-between;
	    width: 100%;
		background: transparent;
	}
	.navpro:after, .nav-li:after, .nav-ul:after, .nav-dropdown:after, .nav-column-wrapper:after, .nav-column:after {
		content: initial;
	}
	
	
}



#top-social, .emeStorePhone, 
.emeStoreName, .quick-links .emeStorePhone {
	display:inline-block;
}
span.emeStoreName,
.emeStorePhone a.emeTel,
.quick-links a.emeTel {
	font-family: 'montserratlight';
	font-size:18px;
	font-weight:800;
	letter-spacing:0.05em;
	line-height:28px;
	color:#FFF;
	text-decoration:none;
}
.emeStorePhone a.emeTel,
.quick-links a.emeTel {
	margin-left:40px;
}
.emeStorePhone {
	float:right;
}
/* HEADER - TOP */
.top-toolbar .links a {
/*	font-family:"montserratregular";
	color:#FFF;
	font-size:10px;
	letter-spacing:0.05em;
*/}
.header-callout {
	display:none;
}
/* /HEADER - TOP */

/* >>> NAV */
.nav-container .navpro .nav-a.over {
	background-color: #CCC;
}

.nav-container .navpro {
	font-family:"montserratbold";
	text-transform:uppercase;
	float:right;
	font-size:11px;
	letter-spacing:0.05em;
	color: #faf100;
/*	background: #00205b;*/
}
.nav-container .navpro > .nav-li {
	margin:10px 2px;
}
.nav-container .navpro li.level-top {
/*	background: #00205b;*/
}
.nav-container .navpro .nav-dropdown,
.nav-container .navpro .nav-dropdown .nav-column {
	width:260px !important;
}
.nav-container .navpro a.level-top,
.nav-container .navpro div.level-top a {
	font-family:"montserratbold","Roboto",sans-serif;
	font-size:16px;
	color: #00205b;
	padding: 10px 4px;
	text-transform: initial;
}
.nav-container .navpro .nav-ul .active > .nav-a, 
.nav-container .navpro .active a.level-top, 
.nav-container .navpro .active div.level-top a {
	color:#00205b;
}

.nav-container .navpro .nav-ul .active > .nav-a.nav-a-level1 {
	color:#00205b;
}

.nav-container .navpro li.active a.level-top span, 
.nav-container .navpro li.active div.level-top a span {
	border-color:#00205b;
}
.nav-container .navpro .nav-a,
.nav-container .navpro .nav-sibling-title a {
	font-size:11px;
	font-family:"montserratregular";
	color:#00205b;
}
/* <<< NAV */

.logo img {
	height:auto;
	max-width:100%;
	width:auto; }
.logo img.nz-logo {
    box-sizing: border-box;
    max-width: 250px;
	max-width: 100%;
    padding: 0 40px;
	padding: 0;
}
/* <<< HEADER MASTER*/

/* >>> MAIN CONTENT ROW */
.main {
	padding:20px 5px;
}
.jumbotron.eme-main-content {
	padding-bottom:0;
}
.eme-main-content .block-content {
	padding-bottom:0;
}
.eme-main-content h1 {
	font-family:"montserratregular";
	font-size:3.3em;
	margin-bottom:0.5em;
	letter-spacing:-0.03em;
	color:#00205b;
}
.eme-main-content p {
	font-family:"montserratlight";
	font-size:1.5em;
}
.eme-main-content .hero img {
	max-width:300px;
}
.eme-main-content .emeContentHero {
	text-align:center;
}
/* <<< MAIN CONTENT */

/* >>> CATEGORY LARGE BUTTONS ROW */
.eme-cat-row .eme-cat-row-box {
	border:solid 1px #e6e6e6;
}
.block-benefits .imgHolder {
    height: 230px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.block-benefits .imgHolder img {
    left: 50%;
    max-width: none;
    position: absolute;
    top: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
/*.eme-cat-row .eme-cat-row-box img {
	width:100%;
}

.eme-cat-row .cat-button-lg-bot {
	padding:7px;
	text-align:left;
	background-color:#00205b;
	border-top:solid 1px #e6e6e6;
	min-height:35px;
}
.eme-cat-row .cat-button-lg-bot span.title {
	color:#FFF;
	font-family:"montserratbold";
	font-size:12px;
	font-weight:normal;
	display:inline-block;
	padding:11px 0 0 11px;
	text-transform:uppercase;
}*/
.eme-cat-row .cat-button-lg-bot span.title {
    color: #fff;
    display: inline-block;
    font-family: "montserratbold";
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
	padding-left:7px;
}

.cat-button-lg-bot {
    position: relative;
}
.cat-button-lg-bot > a {
    background-color: #00205b;
    border-top: 1px solid #e6e6e6;
    display: block;
    min-height: 35px;
    padding: 7px;
    text-align: left;
}

.eme-cat-row-box .cat-button-lg-bot a span.title {
	color: #ffffff;	
	display: inline-block;
    font-family: "montserratbold";
    font-size: 13px;
    font-weight: normal;
    padding: 8px;
    text-transform: uppercase;
}

.eme-cat-row-box:hover .cat-button-lg-bot > a{
	background-color:#1D2F51;
}
.eme-cat-row .cat-button-lg-bot .fa-plus-square {
	float:right;
	font-size:2.5em;
}
.eme-cat-row .cat-button-lg-bot span.eme-icon-plus-thin {
	display:inline-block;
	width:33px;
	height:33px;
	float:right;
}
.eme-cat-row .eme-cat-second-tier {
	margin-top:20px;
}
/* <<< CATEGORY LARGE BUTTONS ROW */
.category-description {
    font-size: 14px;
	line-height:1.4em;
}
/* >>> CALLOUT ROW */
.eme-callout-row {
	background-color:#f6f3d3;
}
.jumbotron.eme-callout-row {
	padding:50px 0 40px;
}
.eme-callout-row .callout-row-box {
	background-color:#fff;
	border:solid 1px #ededed;
	padding:0 15px;
}
.eme-callout-row .callout-row-box p {
	font-size:11px;
	margin-bottom:20px;
}
.eme-callout-row .section-circle img {
	width:58px;
	height:58px;
	margin-top:-28px;
}
.eme-callout-row .section-circle span{
	margin-top:-28px;
}
.eme-callout-row .section-circle .fa-circle{
	color:#1D2F51;
}
.eme-callout-row .section-circle .fa-stack.fa-3x{
	font-size:2.7em;
}
.eme-callout-row .section-circle .fa-stack-1x{
	font-size:.9em;
}
.eme-callout-row .block-benefits h3 {
	font-family:"montserratregular";
	font-weight:normal;
	font-size:22px;
	color:#00205b;
	margin-bottom:0;
}
.eme-callout-row .fa-circle {
	color:#00205b;
	font-size:1.2em;
}
.eme-callout-row .eme-button {
	display:block;
	width:90px;
	font-family:"montserratregular";
	font-size:12px;
	text-decoration:none;
	color:#FFF;
	background-color:#00205b;
	border:solid 1px #00205b;
	padding:10px 22px;
	margin:0 auto -15px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}
.eme-callout-row .eme-button:hover {
	background-color:#CCC;
	border:solid 1px #f6ee99;
}
/* <<< CALLOUT ROW */

/* >>> BRAND ROW */
.eme-brand-row {
	background-color:#f6f6f6;
	border-top:solid 1px #ededed;
	border-bottom:solid 1px #ededed;
}
.eme-brand-row .argento-slider .block-content {
	background-color:transparent;
}
.block-brands .slider-wrapper::before { background:rgba(0, 0, 0, 0) linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0; }
.block-brands .slider-wrapper::after { background:rgba(0, 0, 0, 0) linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0; }
/* <<< BRAND ROW */

/* >>> FOOTER */
.footer,
.footer a,
.footer-cms-container span,
.footer-cms-container a:not(.corp-foot) {
	font-size:11px;
	font-family:"montserratregular";
	color:#a1b8e1;
	text-decoration:none;
}
.footer-cms {
    text-align: left;
}
.footer-cms .block-title {
	border-bottom:solid 1px #a1b8e1;
}
.footer-cms .block .block-title strong,
.footer-cms .block .block-title span {
	font-family:"montserratbold";
	color: #faf100;
}
.footer-cms .block-title span {
	font-weight:normal;
	text-transform:inherit;
}
.footer-cms .block-information li {
	margin:1.5px 0;
	width:100%;
}
.storeInfoFrame .social{
	list-style:none;
	padding:0;
}

.social li{
	display:inline-block;
}
.footer-cms .block-information .social li {
	width:25px;
	margin-right:4px;
	clear:none;
}
.footer-cms .block-information .social span {
	font-size:15px;
}
.footer-cms .block-information li a,
.footer-cms .block-information address {
	font-family:"montserratregular";
	color:#a1b8e1;
	font-size:11px;
}

/* FOOTER COPYRIGHT ROW */
.footer address {
	font-family:"montserratregular";
	font-size:8px;
	font-weight:normal;
	color:#a1b8e1;
	float:left;
}
address {
	line-height:19px;
}
address strong {
	color:#fff;
	letter-spacing:0.05em;
}
.footer img.payments {
	max-width:35px;
}
.payment-img > li:not(:last-child) > img {
    margin-left: 7px;
}
.emePageDisclaimer {
	border-bottom: 1px solid #dedede;
	border-top: 1px solid #dedede;
	font-size: 0.65em;
	margin-top: 4em;
	padding: 10px 0;
}
/* <<< FOOTER */

/* >>> MAIN CATEGORY PRODUCTS */
/*HEADER IMAGE*/
.category-image img {
	border-radius:4px;
}
/*SIDEBAR*/
.sidebar .left_menu a { 
	font-family:"montserratbold";
	text-decoration:none;
	text-transform:uppercase;
}
.sidebar .left_menu li.sub-cat a {
	font-family:"montserratregular";
	color:#00205b;
}
.sidebar .left_menu li.sub-cat-level-2 a {
	font-family:"montserratregular";
	padding-left:30px;
	font-weight: normal !important;
	font-size: 0.8em;
	color:#05C;
	
}

/*LARGE BUTTONS*/
.subcategories a:hover > .subcategories .cat-button-lg-bot {
	background-color:#CCC;
}
/* <<< MAIN CATEGORY PRODUCTS */

@media only screen 
and (min-width : 768px) 
and (max-width : 1024px)  { 
	/* CATEGORIES */
	.eme-cat-row .cat-button-lg-bot {
		min-height:23px;
	}
	.eme-cat-row .cat-button-lg-bot span.title {
		font-size:10px;
		padding:0;
	}
	.eme-cat-row .cat-button-lg-bot span.eme-icon-plus-thin {
		width:22px;
		height:22px;
	}
	/* CALLOUT*/

	/* CONTENT */
	.eme-main-content .col3-set .col-2 h1 {
		font-size:3em;
	}
	.eme-main-content .col3-set .col-2 p {
		font-size:1.2em;
	}
}
@media only screen 
and (min-width : 768px) 
and (max-width : 1024px)
and (orientation: portrait)  { 
	.eme-main-content .col3-set .col-2 h1 {
		font-size:2.5em;
	}
	.eme-main-content .col3-set .col-2 p {
		font-size:1.0em;
	}
}

/*JESSI ========================================================================== */
.price {
    white-space: initial !important;
}
.corp, .store-template{
	overflow:hidden;
	clear: both;
}
.easyslideslider-id{
	float: left;
	width: 75% !important;
	height:auto;
}
.easyslideslider-id .scroller{
	width:100%;
	max-width:100%;
}

.corp .easyslide-controls a.easyslideprev, .store-template .easyslide-controls a.easyslideprev{
	left: 0;
	z-index: 9999;
}
.corp .easyslide-controls a.easyslidenext, .store-template .easyslide-controls a.easyslidenext {
	right: 0;
	z-index: 9999;
}
.corp .jumbotron-slider .container, .store-template .jumbotron-slider .container{
overflow: hidden;
}
.easyslideslider-id img{
	max-width:100% !important;
	width:auto !important;
	height:auto !important;
}
.easyslideslider-id .section {
    max-width: 100%;
}
.eme-main-content .block-benefits .col-narrow{
	text-align:center;
}
.form-group select {
	width: 100%;
	padding: 12px 10px;
	font-size: 14px;
	color: #777;
}
.form-group {
	padding-bottom: 15px;
}
.main-container{
		margin-top:-12px;
	}
/* >>> LOCATOR */
/* LOCATOR - VERTICAL HOMEPAGE VERSION */
.cms-home .locator {
	box-sizing: border-box;
	float: left;
	margin-top: 0;
	padding: 40px 40px 0;
	width: 25%;
}
.cms-home .locator .emeLocCol {
	display: block;
	width: 100%;
	padding: 10px 0;
	margin-bottom:0 !important;
}
.cms-home .locator .storeLocator {
	position:relative;
	padding:12px 10px;
}
.cms-home .locator .storeSearch {
/*	width: 198px; */
}
.locator h2 {
	color: #00205b;
	font-size: 24px;
	letter-spacing: -0.01em;
}
.cms-home .locator strong {
	color: #777;
}
.cms-home .locator > p {
	color: #666666;
	font-size: 11px;
	line-height: 18px;
	margin-bottom: 20px;
}
.cms-home .locator > #choice {
	color: #1d2f51;
}
.cms-home .locator .form-group {
	margin-top: 5px;
}
/* NON-VERSION DEPENDENT */
.locator .storeSearch {
	font-size: 20px;
	/*margin: 10px 0 50px;*/
	padding: 15px;
	text-align: center;
	text-transform: uppercase;
}
.locator .emeLocCol:not(:last-child) {
	margin-bottom:10px;	
}
.locator {
	width: 100%;
	background-color: #f6f6f6;
	padding: 2em;
	box-sizing:border-box;
}
.locator h2 {
	margin-bottom: 0;
}
.locator .storeSearch {
    box-sizing: border-box;
    margin: 0;
    width: 100%;
}
.locator input[type="text"] {
    box-sizing: border-box;
    padding: 12px 10px;
    width: 100%;
}
.locator .form-group {
	padding-bottom: 0;
}
.locator .emeLocCol {
	box-sizing:border-box;
	position:relative;
}
/* LOCATOR - INTERIOR HORIZONTAL VERSION */
.pp-locator .locator .emeLocCol:nth-child(-n+3):not(:first-child) {
	margin-top:10px;
}
.pp-locator .locator .emeLocCol {
	display: inline-block;
	padding: 10px;
	vertical-align: bottom;
	width: 24%;
	margin-bottom:0;
}
/* <<< LOCATOR */

#choice > p {
	color: #00205b;
	font-size: 15px;
	margin-bottom: 0;
}
.half-page{
	width:50%;
	float:left;
}
.clear{
	clear:both;
}
.videoHolder{
	padding:10%;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.text-left{
	text-align:left;
}
.text-right{
	text-align:right;
}
.text-center{
	text-align:center;
}
.block-testimonials .block-content .content .rating-title{
	display:none;
}
.jumbotron .testimonial-container {
	color: #666;
	font-size: 14px;
	line-height: 22px;
}
.block-testimonials .block-content .read-more, .block-testimonials .block-content .read-less {
	color: #00205b;
	display: inline-block;
	font-size: 12px;
	font-style: italic;
	padding-top: 10px;
}
/* >>> TELEPHONE */
#tll{
	float:left;
}
#tll li{
	display:inline;
}
#tll li:not(:last-child){
	margin-right:16px;
}
#tll a {
	color:#e8d500;
	text-decoration:none;
	text-transform:uppercase;
}
#tll li:last-child a{
	font-family: montserratlight;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0.05em;
	line-height: 28px;
}
/* <<< TELEPHONE */

/* >>> TEAM */
.team{
	text-align:center;
	margin-bottom:20px;
}
.team img {
	border:solid 1px #DEDEDE;
}
.team h3 {
	font-family: 'montserratregular';
	text-transform: uppercase;
	padding-bottom: 5px;
	margin-top: 5px;
}
.team h4 {
	font-family: 'montserratlight';
	font-size: 12px;
	font-weight: 100;
}
.team a {
	background-color: #fff;
	border: 1px solid #00205b;
	color: #00205b;
	display: inline-block;
	font: 10px/10px 'montserratlight';
	margin-top: 10px;
	padding: 6px 10px;
	text-decoration: none !important;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.team a:hover {
	background-color: #00205b;
	color: #fff !important;
}
/* <<< TEAM */
hr{
	color:#EEE;
	margin:20px 0;
	clear: both;
}
.page-title h1 {
	font-size: 3.8em;
	line-height: 1.0em;
	color: #00205b;
}
h2, h3, h4, h5, h6 {
	font-family: 'montserratregular';
	color:#00205b;
}
h2 {
	font-size: 2.2em;
	letter-spacing: -0.03em;
	margin-bottom: 0.8em;
}
.career-box{
	border:1px solid #ccc;
	padding:6px;
}
.career-box img{
	margin-bottom:10px;
}
.btn{
	display:inline-block;
	font-size: 18px !important;
	padding: 10px 24px;
	background-color:#00205b;
	color:#FFF;
	text-decoration:none !important;
	text-transform:uppercase;
	font-family: 'montserratregular';
	letter-spacing:.5px;
	border:none;
	cursor:pointer;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
button.button span{
	border: 1px solid #00205b;
	color: #00205b;
}
button.button:hover span{
	background-color: #00205b;
}
.btn:hover{
	background-color:#2761CE;
}
.products-grid .add-to-links a:hover, .products-list .add-to-links a:hover {
	color: #2761CE;
}
.product-view .product-shop .btn-cart span, .amazonstyle-checkboxes .btn-cart span, button.btn-checkout span{
	background-color:#2761CE;
}
.fa-stack .fa-circle{
	color:#2761CE;
}
.sorter .view-mode .active {
	color: #00205b;
}
/*CONTACT*/
.col2-set .col-1, .col2-set .col-2, .col3-set .col-1, .col3-set .col-2, .col3-set .col-3 {
	max-width:100%;
}
#contactForm ul{
	padding:0;
	list-style:none;
}
/*#contactForm ul li{
	display:inline-block;
	width:32.9%;
	vertical-align:top;
}*/
#contactForm input, #contactForm textarea{
	width:100%;
	max-width:100%;
	bordeR:1px solid #aaa;
}
#contactForm ul li.wide{
	display:block;
	width:100%;
}
#contactForm .btn{
	margin:auto;
}
#contactForm p.required{
	text-align:left;
}
.buttons-set{
	text-align:left;
}
#contactForm label{
	font-family: 'montserratlight';
}
/*FORM - BECOME A VENDOR*/
.form-list input.input-text, .form-list li.wide textarea {
	width: 100%;
	max-width: 100%;
	border: 1px solid #aaaaaa;
	padding: 8px;
}
#support_feedback_form .form-list.formfields > li, #contactForm li, #become_vendor_form li{
	width:49%;
	display:inline-block;
}
#report_feedback li{
	width:32.9%;
	display:inline-block;
}
#become_vendor_form .form-list li.wide, 
#support_feedback_form .form-list li.wide, #report_feedback .form-list li.wide{
	clear:both;
	width:100%;
	padding:0;
	box-sizing:border-box;
}
.emeDisclaimer {
	color:#888;
	font-size:0.9em;
	padding:20px;
}

.form-list li {
	margin: 0 0 12px;
}
.form-list label {
	margin: 0 0 10px;
	font-family: 'montserratlight';
}
input[type="radio"] {
	margin: 10px;
}
.input-box{
	font-family: 'montserratlight';
}
#form-holder{
	background-color: #efefef;
	border: 1px solid #bebebe;
	border-radius: 6px;
	margin: 20px 0;
	padding: 20px 10px;
}
.see-more {
	float: right;
	font-size: 16px;
	padding: 6px 20px;
	margin-top: 10px;
}
.secFeat .date {
	background-color: #00205b;
	color: #fff;
	float: left;
	font-family: "montserratbold";
	font-size: 24px;
	line-height: normal;
	text-align: center;
	width: 6%;
	padding: 5px 0;
}
.secFeat .mainsec {
	box-sizing: border-box;
	float: left;
	padding: 0 20px;
	width: 60%;
}
.secFeat .col2-set {
	float: left;
	width: 34%;
}
.lastFeat .date {
	float: left;
	font-family: "montserratbold";
	font-size: 21px;
	margin-top: 40px;
	width: 10%;
}
.lastFeat .mainsec {
	float: left;
	width: 75%;
}
.lastFeat div.see {
	float: left;
	margin-top: 40px;
	width: 15%;
	text-align:right
}
.see .btn {
	font-size: 16px;
	padding: 8px 22px;
}
.calFeatMain h1{
	clear:both;
	color: #00205b;
    font-family: "montserratregular";
	font-size:2.2em;
	margin-bottom:15px;
}
.calFeatMain .date {
	background-color: #00205b;
	color: #fff;
	font-family: "montserratbold";
	font-size: 30px;
	left: 30px;
	line-height: 30px;
	padding: 10px;
	position: absolute;
	text-align: center;
	top: 30px;
}
.calFeatMain > div:first-child {
    box-sizing: border-box;
    padding-right: 10px;
}
.calFeatMain > div {
    float: left;
    position: relative;
    width: 50%;
}
.calFeatMain .products {
    margin: 20px 0;
}
.calFeatMain .products > div {
    border: 1px solid #00205b;
    box-sizing: border-box;
    float: left;
    margin: 10px 0 10px 1%;
    padding: 10px;
    width: 24%;
}
.calFeatMain .products a {
    color: #00205b;
    display: block;
    font-size: 1.3em;
    text-align: center;
    text-decoration: none;
}
.calFeatMain .products > div:nth-child(4n+1) {
    clear: both;
    margin-left: 0;
}
/* >>> STORE HOME PAGE */
/* FEATURED CATEGORIES AND SERVICES */
.eme-cat-browse{
	font-family:'montserratbold';
	text-transform:uppercase;
	color:#00205b;
	font-size:40px;
	text-align:center;
	line-height: 26px;
	margin-top:50px;
}
.eme-cat-browse span{
	display:block;
	font-size:18px;
	color:#00205b;
}

.eme-cat-browse span.eme-icon-plus-thin {
	background-color: #fff;
	display: block;
	height: 33px;
	width: 33px;
	margin: 10px auto auto;
}
.category-img {
	margin-bottom: 20px;
}
.sub-cat {
	padding-left: 15px !important;
}
.subcategories .cat-button-lg-bot {
	background-color:#00205b;
	border-top:1px solid #e6e6e6;
	padding:7px;
	text-align:left;
}
.subcategories a:hover>.cat-button-lg-bot {
	background-color:#CCC;
	color:#333;
}
.subcategories .cat-button-lg-bot span.title {
	color: #fff;
	display: inline-block;
	font-family: "montserratbold";
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	text-transform: uppercase;
}
.subcategories .cat-button-lg-bot span.eme-icon-plus-thin {
	display: inline-block;
	float: right;
	height: 33px;
	width: 33px;
}
.subcategories img{
	margin:auto;
	display:block;
}
.subcategories a:hover>img{
	opacity:0.75;
}

.subcategories li{
	border: 1px solid #e6e6e6;
	width:33%;
	box-sizing:border-box;
	display:inline-block;
	margin: 10px 0 10px .5%;
}
.subcategories li:nth-child(3n+1), .subcategories li:first-child{
	margin-left:0;
	clear:both;
}
.quick-links p{
	font-size:10px;
	color:#e8eef8;
	text-transform:uppercase;
	font-family: 'montserratregular';
	display:inline-block;
}
.quick-links #top-social{
	display:inline-block;	
}
.quick-links #top-social .fa-circle{
	color:#376ab0;
}
/*>>>P-SERVICES*/
a.eme-cat-button-lg:hover>img {
	opacity:0.75;
	}
	a.eme-cat-button-lg:hover>.eme-cat-row .cat-button-lg-bot {
		background-color:#ccc;
	}
/*<<<P-SERVICES*/
/*SIDEBAR LOCATOR*/
.col-right.sidebar .locator, .news.sidebar .locator{
	float: none;
	padding: 20px;
	width: auto;
	background-color:#f1f2f3;
	margin-top:0;
}
.col-right.sidebar .locator > div {
	position: static !important;
}
.col-right.sidebar .locator > input{
	box-sizing: border-box;
	width:100% !important;
}
.col-right.sidebar .locator .btn {
/*	border-radius: 0;
	box-sizing: border-box;
	font-family: "montserratbold";
	font-size: 13px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;*/
	
    font-size: 20px;
    padding: 15px;
    text-align: center;
    text-transform: uppercase;
	
	
}
/*.col-right.sidebar .locator h2{
	color:#00205b;
	text-transform:capitalize;
}*/
/* >>> BREADCRUMBS */
.bread-wrapper{
	background-color:#00205b;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1a4289+0,2152ab+60,2152ab+100 */
	background: #1a4289; /* Old browsers */
	background: -moz-linear-gradient(top,  #1a4289 0%, #00205b 60%, #00205b 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #1a4289 0%,#00205b 60%,#00205b 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #1a4289 0%,#00205b 60%,#00205b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a4289', endColorstr='#00205b',GradientType=0 ); *//* IE6-9 */
	color:#fff;
	padding:20px 0;
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.bread-wrapper h1{
	text-transform:uppercase;
	color:#FFF;
	font-size:30px;
	font-family:"montserratregular";
}
.bread-wrapper .breadcrumbs{
	margin:0;
	padding:0;
	font-size:10px;
}
.bread-wrapper .breadcrumbs a, .bread-wrapper .breadcrumbs li span {
	color: #fff;
}
.bread-wrapper .main{
	min-height:0 !important;
	padding:0;
}
.breadcrumbs a, .breadcrumbs li span,
.breadcrumbs a, .breadcrumbs li strong{
	font-family: 'montserratlight';
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing:0.1em;
}
/* <<< BREADCRUMBS */
/* >>> MORE VIEWS */
.more-views h2{
	font-size:1.5em;
}

.col2-set.ml2017 {
	clear: both;
}
/* <<< MORE VIEWS */
/* >>> INTERIOR PAGE LAYOUT */
.interior-layout .page-title{
	display:none;
}
.interior-layout h2, .cms-marketing-event-calendar h2, .post-entry h2{
	color:#1d2f51;
	color:#00205b;
	font-family: 'montserratbold';
	font-size:21px;
	text-transform:none;
}
.interior-layout h3, .cms-marketing-event-calendar h3{
	font-family: 'montserratregular';
	font-weight:100;
	color:#00205b;
	font-size:18px;
}
.interior-layout div.emeInd{
	position:relative;
}
.interior-layout .emeInd img {
	border:solid 1px #00205b;
	margin-bottom:15px;
}
.interior-layout .emeInd h3{
	position:absolute; 
	top:170px;
	left:15px;
	color:#fff;
	font-size:35px;
	letter-spacing:-0.03em;
	text-shadow: 1px 1px 2px rgba(15, 15, 15, 0.9);
	z-index:1;
}
.interior-layout .sidebar h2, .event-cal .col-left.sidebar h2, .catalog-category-view .sidebar .block-title span{
	font-family: 'montserratregular';
	color:#00205b;
	font-size:20px;
	text-transform:capitalize;
}
.interior-layout .col-left.sidebar h2, .event-cal .col-left.sidebar h2{
	padding-bottom:10px;
	border-bottom:2px solid #00205b;
}
.catalog-category-view .sidebar .block-title span span{
	margin-bottom:0;
	display:block;
	padding-bottom:10px;
	border-bottom:2px solid #e8d500;
}
.catalog-category-view .sidebar .block-title{
	border-bottom:none;
	padding-bottom:0;
}
.catalog-category-view  .sidebar .floatbar-popup.shown .block-title span span {
    border-bottom: none;
}
.interior-layout .col-left.sidebar li, .event-cal .col-left.sidebar li{
	color:#1d2f51;
	padding:5px 0;
	margin-top: 4px;
	font-family: 'montserratregular';
	text-transform:uppercase;
}
.interior-layout .col-left.sidebar, .event-cal .col-left.sidebar{
	padding-top:0;
}
.interior-layout .col-main{
	padding:0;
/*	color:#666; */
	font-size:15px;
/*	width:62%; */
}
.interior-layout .col-main li, .interior-layout .col-main h2, .interior-layout .col-main h3, .interior-layout .col-main h4, .interior-layout .col-main p {
	line-height: 1.3em;
}
.interior-layout .sidebar .storeInfoFrame, .event-cal .sidebar .storeInfoFrame, .news-side .storeInfoFrame, .report_side .storeInfoFrame{
	width:100%;
	background-color:#f1f2f3;
	padding:20px;
}
.interior-layout .sidebar .storeInfoFrame .emeLocAddress, 
.interior-layout .sidebar .storeInfoFrame .emeLocContact {
    font-size: 14px;
}
.interior-layout .col-left.sidebar a{
	text-decoration:none;
	/*font-family:"montserratregular";*/
}

.interior-layout .col-main.no-left-side {
    width: 100%;
}
/* <<< INTERIOR PAGE LAYOUT */
.event-cal .std{
	font-size:15px;
	line-height:1.4em;
}
.fa-ul {
	list-style-type: none !important;
	margin-left: 2.14286em !important;
	padding-left: 0 !important;
} 
.learn-more li {
	font-size: 14px;
	margin: 4px 0;
}
.supported-charity {
	clear:both;
	overflow: hidden;
}
.supported-charity img{
	float:left;
	max-width:150px;
	padding:10px;
}
.center-block{
	margin:auto;
	display:block;
}
/*CATEGORY TITLES*/
.page-title.category-title.hasImage {
	position: relative;
}
.page-title.category-title.hasImage h1 {
	color: #ffffff;
	display: inline-block;
	font-size: 70px;
	font-weight: 100;
	line-height: 70px;
	margin-top: -5px;
	max-width: 65%;
	position: absolute;
	left: 33%;
	text-shadow: 2px 2px #6d84a3;
	top: 50%;
	-ms-transform: translateY(-50%); /* IE 9 */
    -webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	vertical-align: middle;
	font-family: "Oswald",sans-serif; 
}
.page-title.category-title.hasImage.small h1 {
	font-size: 100px;
}
.category-description h2{
	color:#000;
	text-transform:none;
	font-size:2.2em;
}
/*NEWSLETTER SUBSCRIBE*/
.block-subscribe {
    background: #f3f3f3 url("/media/das/int/newsletter.png") no-repeat scroll right center / contain ;
    border: 1px solid #d6d2d3;
    padding: 70px;
}
.block-subscribe input{
	box-sizing: border-box;
    margin: 0;
    padding: 10px;
    width: 70%;
}
.block-subscribe .actions{
	text-align:center;
}
.block-subscribe button.button {
	margin:0 auto;
}
.block-subscribe button span {
    background-color: #e8d500;
    border: medium none;
    color: #00205b;
    font-family: "montserratlight";
    font-size: 13px;
    padding: 5px;
}
.block-subscribe .actions {
	margin: 0;
}
/*MARKETING EVENT CALENDAR*/
.calendar-sb a {
    background-color: #eee;
    border-bottom: 1px solid #fff;
    font-family: "montserratlight","Roboto",sans-serif;
    padding: 10px;
	color: #00205b;
    font-size: 16px;
    text-decoration: none;
	display:block;
}
.calendar-sb a:hover{
	background-color: #00205b;
	color:#FFF;
}
.month-banner{
	position:relative;
}
.month-banner h2{
	position:absolute;
	bottom:10px;
	left:10px;
}
ul.calendar-month {
    list-style: outside none none;
}
.calendar-month div {
	display:block;
	width:60px;
	height:60px;
	margin:0 auto;
	position:relative;
	vertical-align:middle;
	background-color:#00205b;
	text-align:center;
	border-radius:2px;
}
.calendar-month div:hover {
	background-color:#2761ce;
}
.fa-calendar-o::before {
	content:inherit;
}
.calendar-month > li {
	display:inline-table;
	padding:10px 0;
	width:24%;
}
.calendar-month div > span {
	color:#fff;
	font-family: "montserratlight","Roboto",sans-serif;
	font-size:12px;
	line-height:23px;
	text-align:center;
	padding-top:6px;
}
.calendar-month .fa-4x {
	line-height:15px;
}
.calendar-month li > span:nth-child(2) {
	padding-right:20px;
}
.calendar-month a:nth-child(1), 
.calendar-month span:nth-child(1) {
	width:60px;
	height:60px;
	text-decoration:none;
	float:left;
	margin-right:7px;
}
.calendar-month a:nth-child(2), 
.calendar-month div > span:nth-child(2) {
	display:block;
	font-size:14px;
	line-height:20px;
	/*padding:0 20px 0 90px;*/
	text-align:left;
	text-decoration:none;
}
.calendar-month div > span > span:nth-child(2) {
	font-size:2.3em;
	line-height:14px;
	padding:0 10px;
	text-align:center;
}
.calendar-month div > span > span {
}
.cal li{
	line-height:20px;
}
.view-calendar { /*VIEW CALENDAR BUTTON*/
	margin-bottom:15px;
	text-align:center;
	border-radius:2px;
	line-height:20px;
}

/*STORE INFO*/
.storeInfoFrame {
	padding: 5px 15px 0 15px;
    width: 25%;
	color:#00205b;
	font-family:"montserratlight";
	float:left;
	box-sizing:border-box;
}
.storeInfoFrame .emeLocName { 
	display:block;
	font-size:20px;
	line-height:22px;
	font-family:"montserratbold";
	margin-bottom:15px;
}
.storeInfoFrame .emeLocAddress,
.storeInfoFrame .emeLocContact {
	font-size:15px;
}
.storeInfoFrame .emeLocContact{
	margin-bottom:10px;
}
.storeInfoFrame .emeLocContact a {
	text-decoration:none;
	color:#00205b;
}
.storeInfoFrame .emeLocHours {
	width:100%;
	font-size:11px;
}
.storeInfoFrame .emeLocHours strong {
	text-transform:uppercase;
}
.storeInfoFrame .emeLocHours .title {
	padding-bottom:5px;
}
.storeInfoFrame .emeLocHours .day {
	text-transform:uppercase;
}
.storeInfoFrame .emeLocHours .hours {
	text-align:right;
}
.storeInfoFrame .emeLocBtn {
	text-align:center;
	font-size:12px;
	margin:10px auto 0;
	line-height:20px;
	padding:10px;
	display:inline-block;
	max-width:100px;
}
.eme-cat-browse a{
	text-decoration:none;
}
.eme-cat-browse em{
	color:#E8D500;
}
.header-container .form-search button {
    position: relative;
    z-index: 999;
}
.header-container .form-search button, 
.header-container .form-search input {
	color: #00205b;
}
.searchautocomplete .searchautocomplete-placeholder{
	box-sizing: border-box;
    top: 40px !important;
    width: 100%;
	border: medium none;
	border-top:1px solid #00205b;
}
.searchautocomplete .searchautocomplete-placeholder ul{
	padding:0;
}
.searchautocomplete .searchautocomplete-placeholder ul li.active {
    background: #eee none repeat scroll 0 0;
    border: medium none !important;
}
.searchautocomplete.active .input-text{
	border:none;
}
.one-step-checkout #one-step-checkout-form h3 {
    background-color: #00205b !important;
}
button.btn-checkout span {
    border: medium none;
    color: #fff;
}
.button-set button.onestepcheckout-btn-checkout {
    background: #00205b none repeat scroll 0 0 !important;
}
.one-step-checkout .onestepcheckout-login-link a, p.forgot-link a, p.register-link a, #onestepcheckout-forgot-table li.last p a, #onestepcheckout-register-table li.last p a {
    color: #00205b !important;
}
.one-step-checkout button#remove_coupon_code_button, .one-step-checkout button#add_coupon_code_button, .one-step-checkout .onestepcheckout-popup-wrapper h1, .one-step-checkout #onestepcheckout-login-popup button.button, .one-step-checkout #onestepcheckout-forgot-button, .one-step-checkout #onestepcheckout-toc-popup h1, .one-step-checkout .onestepcheckout-login-link a span, .one-step-checkout #onestepcheckout-forgot-table li.last p a span, .one-step-checkout #onestepcheckout-register-table li.last p a span, .one-step-checkout p.forgot-link a span, p.register-link a span {
    background-color: #00205b !important;
}
.header-cart .summary .amount {
    color: #7a7a7a;
    font-family: "montserratregular";
    font-size: 12px;
    font-weight: normal;
}
.calendar-sb{
	position:initial !important;
	width:auto !important;
}
.events-container {
    float: left;
    width: 75% !important;
}
#onestepcheckout-login-table #onestepcheckout-login-button, #onestepcheckout-login-popup-contents-login h1, #onestepcheckout-forgot-password-link span, #onestepcheckout-register-link span, #onestepcheckout-login-popup-contents-forgot h1, #onestepcheckout-forgot-table #onestepcheckout-forgot-button.button, #onestepcheckout-return-login-link span, #onestepcheckout-forgot-table #onestepcheckout-return-login-link span, #onestepcheckout-login-popup-contents-register h1, #onestepcheckout-register-table #onestepcheckout-register-button, #onestepcheckout-register-table #onestepcheckout-return-login-link-2 span{
	background-color:#00205b !important;
}
#onestepcheckout-forgot-password-link, #onestepcheckout-register-link, #onestepcheckout-forgot-table a#onestepcheckout-return-login-link, #onestepcheckout-register-table #onestepcheckout-return-login-link-2 {
	color:#00205b !important;
}
.events-container .page-title, .event-cal .page-title{
	background-image:url('/media/das/int/calendar.png');
	background-size:cover;
	border-bottom:none;
}
.events-container .page-title h1, .event-cal .page-title h1{
	text-align:center;
	font-family: "Oswald",sans-serif;
	color: #ffffff;
	text-shadow: 2px 2px #6d84a3;
	font-size: 80px;
	padding: 20px 0;
}
.event-side {
    width: 20%;
}

.category-description {
    margin-bottom: 30px;
}

/*MESSAGES*/
.error-msg, .success-msg, .note-msg, .notice-msg {
	font-family: montserratlight;
	font-size: 1.5em !important;
	font-weight: 100 !important;
	padding: 20px 20px 20px 35px !important;
	border-radius: 5px;
}
.note-msg, .notice-msg {
    background-color: #EFF5FF;
    border-color: #C9DDFF;
    color: #00205b;
}

/*PRODUCT LIST - GRID */
.products-grid .main-info {
	border: solid 1px #00205b;
	padding: 10px;
}
.products-grid .product-name {
	font-size: 1.1em;
	line-height: 1.1em;
	margin: 0;
}
.products-grid .product-name a {
	font-size: 1.3em;
	text-transform: none;
	font-weight: 100;
	color: #00205b;
	line-height:1.1em;
}
.products-grid .product-name:hover {
	text-decoration:none;
}
.products-grid .price-box {
	color: #00205b;
	font-size: 1.0em;
	margin: 0 0 15px;
}
.products-grid .price-box .price-label {
	font-size: 9px;
	text-transform: uppercase;
}
.products-grid .price-box .price {
    font-family: montserratregular;
    font-size: 15px;
}
.sub-cat-list {
    margin-left: 10px;
	margin-top: 5px;
}
.sub-cat-list > li:last-child {
    padding-bottom: 0 !important;
}

#testimonialForm .form-list{
	padding:0;	
}
#testimonialForm .form-list .field{
	width:49%;
	margin:.5%;
}
#testimonialForm .form-list li{
	margin:0;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.box.simple_contact, .cms-contact-us p{
	font-size: 15px;
	line-height:1.5em;
}
.testimonials-list .more-button{
	float:none;
}
.account-create .field:nth-child(odd), .my-account .field:nth-child(odd) {
    margin-right: 1%;
}
.account-create .field:nth-child(even), .my-account .field:nth-child(even) {
    margin-left: 1%;
}
.account-create .field, .my-account .field {
    width: 49%;
}
.box-account .box-head h2 {
    color: #00205b;
    font-family: "montserratbold";
    font-size: 18px;
}

.dashboard .box .box-title h3, .dashboard .box .box-title h4 {
    font-family: "montserratbold";
    font-size: 16px;
    font-weight: normal;
}
.box-account h4{
	font-weight:normal;
}
.dashboard p, .my-account p {
    font-size: 15px;
}
.sidebar .block-content li.current {
    font-family: "montserratregular";
    text-transform: uppercase;
	color:#023761;
}
.form-list li.wide textarea, .form-list li.wide select, .form-list li.wide input.input-text, .form-list select{
	max-width:100%;
	width:100%;
}
.top-toolbar .quick-links .links, .top-toolbar .quick-links .welcome-msg{
	margin-top:6px;
}

.testimonial > div {
    margin-left: 0 !important;
}
.testimonials-list .testimonial-image, .testimonials-list .testimonial .rating-wrapper, #testimonialForm .field:nth-child(n+3):nth-child(-n+4), .testimonials-list .testimonial .message::before, .testimonials-list .testimonial .message::after {
    display: none;
}
.testimonials-list .testimonial .message{
	margin:0;
	border-radius: 10px;
}
.wp-sidebar .block-content a {
    text-transform: capitalize;
}

/*==== PAGE | CHARITIES ====*/
.col3-set.emeCharities.emeCharitiesSquare img {
	max-width: 50%;
}
.col2-set.emeCharities img {
	max-width: 50%;
}
.col3-set.emeCharities img {
	max-width: 75%;
}
.emeCharities .col-1, 
.emeCharities .col-2, 
.emeCharities .col-3 {
	text-align: center;
	margin: 25px 0;
}
/*==== PAGE | TESTIMONIALS ====*/
.testimonials-list .testimonial .message {
	background-color: #EEF3FC;
	padding: 25px;
	border: none;
	color: #00205b;
	font-family: 'montserratlight';
	line-height: 22px;
}
.testimonials-list .testimonial .author-info {
	font-family: 'montserratbold';
	font-weight: 100;
	clear: both;
	float: right;
}
.testimonials-list .testimonial .testimonial-date {
	font-family: 'montserrat';
}
.testimonials-list .more-button a { /*SHOW MORE TESTIMONIALS BUTTON*/
	background-color: #00205b;
}
#advanced-search-list{
	list-style:none;
}
.advanced-search .form-list .input-box, .advanced-search .form-list .input-range{
	width:100%;
}
.cms-contact-us .locator, .emeForm .pp-locator .locator{
	background-color: #fff;
	border-top:1px solid #ccc;
}
.group-select.highlight{
	background:none;
}
.block-brands .trigger{
	background:none;
}
.trigger img {
    margin-top: 30px;
}
.post-title h1 {
    font-size: 2.8em;
    line-height: 1.8em;
    text-transform: capitalize;
}
.footer-cms .block-title{
	padding:4px 0;
}

#carousel #buttons {
    display: none;
}
.interior-layout .std a {
    text-decoration: underline;
}
.interior-layout .std a:hover {
    color:#00205b;
}
.calcont > p {
    font-size: 15px;
}
.aff-logo{
    display: block;
    margin: auto;
    text-align: center;
}
.aff-logo > img {
    border: 1px solid #ddd;
    margin-bottom: 20px;
    padding: 5px;
}

.category-event-marketing .interior-layout a.emelearnmore {
	background-color:#4777d1;
	min-height:35px;
	padding:7px 14px;
	text-align:center;
	color:#FFFFFF;
	text-decoration:none;
	margin-bottom:20px;
}
.category-event-marketing .interior-layout a.emelearnmore:hover {
 background-color:#00205b;
}
.title-icon{
	float:right;
}
.interior-layout .col-main.std li{
	margin-bottom:15px;
}

.std ul.charities {
    list-style: outside none none;
    padding: 0;
	text-align:center;
}
.charities > li {
    box-sizing: border-box;
    display: inline-block;
    padding: 10px;
    width: 24%;
}
.charities > li.emeCharityLogoSquare {
    width: 15%;
}
.main-char{
	max-width: 30%; 
	margin: 10px; 
	float: left;
}

.cms-marketing-event-calendar p {
    font-size: 15px;
}
.category-description h3 {
    margin-bottom: 10px;
}
.interior-layout .col-left.sidebar .left_menu li{
	padding:0;
}
.page-img{
	max-width: 40%;
	float: left;
	padding:0 10px 10px 0;
}

.cms-page-view .sidebar .block-title {
    display: none;
}
.footer-cms .block-content {
    padding: 4px 0;
}

.divide::before {
    border-top: 1px solid #ccc;
    bottom: 0;
    content: "";
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 50%;
    width: 100px;
    z-index: -1;
}
.divide {
    font-size: 1em !important;
    position: relative;
    z-index: 1;
	margin: 10px 0 !important;
}

.blog-search .input-text {
    height: 23px;
    margin-bottom: 0 !important;
}
.leave-feedback a{
	background-color: #00205b;
    border-radius: 5px 5px 0 0;
    bottom: 0;
    color: #fff;
    padding: 5px 15px;
    position: fixed;
    right: 10px;
    z-index: 9999;
}

.report_bugs {
    float: left;
    width: 75%;
}
.report_side{
    float: right;
    width: 24%;	
}
.products-grid .product-name a{
	overflow:initial;
}
.products-grid .product-name a{
	white-space:initial;
}
.product-image img{
	max-width:100% !important;
	margin:auto;
	display:block;
}
#request_quote li {
    float: left;
    margin: 0 0.5% 10px;
}
li.half{
	width:49%;
}
li.third{
	width:32%;
}
li.fourth{
	width:24%;
}
#request_quote li.wide{
	width:100%;
}
.storeInfoFrame .notes{
	font-size:11px;
	margin-top:5px;	
}

.minimums {
    border: 1px dotted #ddd;
    clear: both;
    font-size: 0.9em;
    margin: 5px 0;
    padding: 7px 12px;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 50%; /* Could be more or less, depending on screen size */
	box-sizing:border-box;
}

/* The Close Button */
.close {
    color: #aaa;
    text-align: right;
    font-size: 28px;
    font-weight: bold;
	display:block;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
#product_request > div{
	width:50%;
	float:left;
	padding:10px;
	box-sizing: border-box;
}
#product_request > div input{
	box-sizing: border-box;
    padding: 10px;
    width: 100%;
}
.modal-content{
	overflow:hidden;
}
#product_request label{
	font-size:1.2em;
	line-height:1.5em;
}
#product_request h2{
	padding-left:10px;
	border-bottom:1px solid #eee;
}
#product_request  textarea{
	width:100%;
}
#myBtn {
    margin-top: 10px;
}
.multifees-cart-fee .head-multifees{
	background-image:none !important;
}
.cols-3.products-grid li.item:nth-child(3n+1),.pagination {
    clear: both;
}
.search-grid li.item:nth-child(3n+1){
	clear:none;
}
.search-grid li.item:nth-child(4n+1){
	clear:both;
}
.search-grid.products-grid li.item{
	max-width: 100% !important;
}
.catalogsearch-result-index .col2-left-layout .col-main {
    width: 100%;
}

.products-grid li.item:hover .collateral-info,.products-grid li.item .collateral-info{
	display:none;
}
#billing-new-address-form .fields .field, #opc-shipping .fields .field {
    box-sizing: border-box;
    padding: 0 2px;
    width: 50%;
}
.soldtogether-block .main-info {
    min-height: 335px;
}
.products-grid.cols-5 .product-name a {
    overflow: initial;
}
#flickr_container {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    padding: 10px;
    width: auto;
}
#flickr_container .fl-wrap .flickr-title span,#flickr_container .fl-wrap .flickr-title,#flickr_container_list .flickr-title span{
	font-family:"montserratregular";
}
#flickr_container .fl-wrap{
	cursor:pointer;
}
#flickr_container .fl-wrap a.more-details {
    background: #1d2f51 none repeat scroll 0 0;
}

#flickr_container .flickr_thumbs li img {
    height: auto;
}
#cboxClose{
	background-size:contain;
	right: 5px;
}
#flickrbox{
	padding:0;
}
#flickr_container .flickr_thumbs li{
	width:33%;
	margin:0;
	padding:10px;
	box-sizing: border-box;
	height:150px;
	margin-top:10px;
}
#flickr_container .fl-wrap{
	padding:10px;
	box-sizing:border-box;
}
#flickr_container .fl-wrap a.more-details{
	margin: 20% auto 0;
}
#flickr_container #flickrbox > li:hover .fl-wrap{
	margin-left:10px;
}
.mini-search .fa-search {
    color: #00205b;
    cursor: pointer;
    margin-top: 10px;
}
.product-view .product-img-box .product-image-zoom{
	max-width:100%;
}
#product_tabs_description_tabbed_contents img{
	max-width:100%;
}
.top-toolbar .quick-links {
	clear:both;
}
.visible-xs{
	display:none;
}
.au-questions{
	background-color:#00205b;
	padding:20px;
}
.au-questions h2 {
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    text-align: left;
    text-transform: none;
	margin-bottom:10px;
}
.au-questions p {
    color: #fff;
    font-size: 21px;
    text-align: left;
}
.au-questions input {
    box-sizing: border-box;
    float: left;
    font-family: "montserratlight";
    font-size: 16px;
    padding: 10px;
    width: 70%;
}
.au-questions a.btn {
    background-color: #e9d502;
    border-radius: 0;
    box-sizing: border-box;
    color: #00205b;
    float: left;
    font-family: "montserratregular";
    font-size: 16px;
    margin-left: 10px;
    padding: 13px 0;
    text-transform: uppercase;
    width: 20%;
}
.au-questions .col-2{
	position:relative;
	margin-top: 30px;
}
.au-questions .suggestionsBox{
	left:0;
	top:40px;
}
.au-questions .container {
    box-sizing: border-box;
    padding: 10px 5%;
}
.test-vid{
	overflow:hidden;
	border-top: 2px solid #0570c0;
}
.test-vid .quote-phrase {
    color: #084d98 !important;
}
.test-vid .quote-author{
	font-style:italic;
}
.sub-brands{
	padding:0 !important;
}
.sub-brands li {
    border: medium none;
    float: left;
    margin: 0;
    padding: 5px;
    width: 25%;
}
.sub-brands li img {
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
}
.sub-brands li:nth-child(3n+1), .sub-brands li:first-child {
    clear: none;
}
.sub-brands .cat-button-lg-bot {
    display: none;
}
.sub-brands::before, .sub-brands::after {
    content: "";
    display: table;
    line-height: 0;
}
.sub-brands::after {
    clear: both;
}
.sub-brands::before, .sub-brands::after {
    content: "";
    display: table;
    line-height: 0;
}


/* ========================================================================================== MEDIA QUERIES */


@media only screen 
	and (max-width: 1390px) {
	/* >> LOCATOR */
	.cms-home .locator {
		width: 25%;
	}
	.locator h2 {
		font-size: 22px;
	}
	/* << */
	.page-title.category-title.hasImage h1 {
		font-size:65px;
		line-height:75px;
	}
	/*PRODUCTS*/
	.subcategories .cat-button-lg-bot span.title {
		font-size:12px;
	}
}

@media only screen 
	and (max-width: 1320px) {

	.interior-layout .emeInd h3 {
		top: 160px;
	}

}
@media only screen and (max-width: 1280px) {
	.storeInfoFrame {
		padding: 10px 10px 0 10px;
	}
	/*SLIDER*/

	/*.easyslideslider-id {
		max-height: 450px;
	}*/
	.storeInfoFrame .emeLocBtn {
		margin: 10px auto 0;
		padding: 10px;
	}
	/*LOCATOR*/
	.cms-home .locator{
		padding: 20px 20px 0;
	}
	.cms-home .locator .emeLocCol {
		width: 100%;
	}
	/*HEADER*/
	.header .logo{
		max-width:274px;
	}
	.page-title.category-title.hasImage h1 {
		font-size: 60px;
		line-height: 70px;
	}
	.page-title.category-title.hasImage.small h1 {
		font-size: 90px;
	}
	.interior-layout .emeInd h3{
		font-size: 30px;
		top: 160px;
	}
	/*SERVICES*/
	.eme-cat-row .cat-button-lg-bot span.eme-icon-plus-thin {
		display: none;
	}
	.interior-layout .sidebar .storeInfoFrame .emeLocAddress, .interior-layout .sidebar .storeInfoFrame .emeLocContact {
		font-size: 12px;
	}
	.calendar-month > li{
		width:33%;
	}
	.easyslideslider-id{
		max-height: 400px;
	}
}

@media only screen and (max-width: 1200px) {
	.subcategories .cat-button-lg-bot span.eme-icon-plus-thin {
		display:none;
	}
	.callout-row-box h3 span {
		display: block;
	}
	.eme-callout-row .block-benefits h3 {
		font-size:20px;
	}
	.block-benefits .imgHolder {
    	height: 170px;
	}
	.block-benefits .imgHolder img {
    	max-width: 270px;
	}
	
}


@media only screen and (max-width: 1190px) {

	.interior-layout .emeInd h3 {
		top: 130px;
	}
	.nav-container .navpro a.level-top, .nav-container .navpro div.level-top a {
		font-size: 11px;
	}
	.nav-container .navpro > .nav-li {
		margin: 5px 2px;
	}
	.header .logo {
		max-width: 210px;
	}

	.interior-layout .emeInd h3 {
		top: 140px;
	}
}


@media only screen and (max-width: 1024px){
	.container {
		width: 100%;
	}
	.nav-container .navpro .nav-li{
		margin: 0;
	}
	.see .btn {
		font-size: 14px;
		padding: 6px 16px;
	}
	.page-title.category-title.hasImage h1 {
		font-size: 50px;
		line-height: 60px;
	}
	.page-title.category-title.hasImage.small h1 {
		font-size: 70px;
	}
	/*SLIDER*/
	.easyslideslider-id {
		max-height: 380px;
	}

	/*LOCATOR*/
	.cms-home .locator {
		width: 25%;
		padding:20px;
	}
	.cms-home .locator h2 {
		font-size: 16px;
	}
	/*PRODUCTS*/
	.subcategories .cat-button-lg-bot span.title {
		font-size:11px;
		padding:5px;
	}

	/*PRODUCTS SIDEBAR*/
	.sidebar .block-content li.sub-cat {
		padding-left:10px !important;
	}
	.sidebar .block-content li.sub-cat a {
		font-size:0.9em;
	}

	.interior-layout .emeInd h3 {
		font-size: 25px;
		top: 120px;
	}
	.col3-layout .col-main{
		box-sizing: border-box;
	}

	.bread-wrapper {
		padding: 20px 5px;
	}
	.storeInfoFrame{
		box-sizing:border-box;
		padding: 12px;
	}
	.storeInfoFrame .emeLocBtn{
		padding:10px;
	}
	/*NEWSLETTER SUBSCRIPTION*/
	.block-subscribe {
		padding: 40px;
	}
	.storeInfoFrame .emeLocContact, .storeInfoFrame .emeLocName {
		margin-bottom: 8px;
	}
	/*.store-template .easyslideslider-id{
		max-height:330px;
	}*/
	.storeInfoFrame .emeLocBtn{
		margin:10px auto;
	}
	/*.corp .easyslideslider-id {
		max-height: 350px;
	}*/

	.emeStorePhone a, .quick-links a.emeTel {
		margin-left: 0px;
	}
	.emeStorePhone a.emeTel, .quick-links a.emeTel {
		margin-left: 10px;
	}
	.top-toolbar .welcome-msg{
		clear:both;
	}
	.page-title.category-title.hasImage h1 {
		font-size: 50px;
		line-height: 60px;
	}
	.col3-layout .col-wrapper {
		width:100%;
	}
	.interior-layout .col-right, .event-cal .col-right, .news.sidebar{
		display:block;
		width:100%;
	}
	.interior-layout .locator > div, .event-cal .locator > div, .news.sidebar .emeLocCol {
		display: inline-block;
		width: 49%;
		vertical-align: top;
	}
	.sidebar .storeInfoFrame .emeLocHours {
		display: table;
	}
	.sidebar .store_info > div{
		width:50%;
		float:left;
	}
	.event-cal .sidebar .storeInfoFrame .store_info > div:not(:last-child){
		width:50%;
		float:left;
	}
	.event-cal .sidebar .storeInfoFrame .store_info > div:last-child{
		clear:both;
		padding-top:10px;
	}
	.wp-sidebar .locator {
		width: 100%;
	}
	/*LOCATOR*/
	.cms-home .locator {
		padding: 0 20px 0;
	}
	.cms-home .locator h2 {
		margin-bottom: 0.4em;
	}
	.cms-home .locator .emeLocCol {
		padding: 5px 0;
	}
	/*LOCATOR*/
	.cms-home .locator {
		padding: 0 10px 10px 10px;
	}
	.cms-home .locator h2 {
		margin-bottom: 0.4em;
	}
	.cms-home .locator .emeLocCol {
		padding: 5px 0;
	}
	.locator .storeSearch {
		font-size: 14px;
		padding: 11px;
	}
	#report_feedback li {
		width: 32.8%;
	}
	.storeInfoFrame .emeLocHours, .storeInfoFrame .notes {
		display:none;
	}
	.soldtogether-block .main-info {
		min-height: 265px;
	}
}
@media only screen and (max-width: 991px) {
	/*.store-template .easyslideslider-id{
		max-height:315px;
	}
	.corp .easyslideslider-id {
		max-height: 350px;
	}*/
	.au-questions .col-1, .au-questions .col-2 {
		text-align: center;
		width: 100%;
	}
	.au-questions h2,.au-questions p{
		text-align:center;
	}
	.au-questions a.btn{
		margin-left:0;
		width:20%;
	}
	.au-questions input{
		width:80%;
	}
	.au-questions .col-2 {
		margin-top: 10px;
	}
	.eme-cat-browse{
		font-size:20px;
	}
	
}
@media only screen and (max-width: 860px) {

	.nav-container .navpro a.level-top, .nav-container .navpro div.level-top a {
		font-size: 9px;
	}
	/*.corp .easyslideslider-id {
		max-height: 300px;
	}*/
}


@media only screen 
	and (min-device-width : 768px) 
	and (max-device-width : 1024px) { 

	/*LOCATOR*/

	.pp-locator .locator {
		width:100%;
		padding:1em;
	}
	.form-group select {
		padding: 8px 4px;
	}
	.videoHolder {
		padding: 20% 5% 5%;
	}
	#contactForm ul li, 
	#become_vendor_form .form-list li, 
	#support_feedback_form .form-list li {
		width:100%;
	}
	.secFeat .date {
		width:10%;
	}
	.secFeat .mainsec {
		width: 55%;
	}
	.secFeat .col2-set {
		width: 35%;
	}
	.lastFeat .date{
		width:13%;
	}
	.lastFeat .mainsec {
		width: 67%;
	}
	.lastFeat div.see {
		width: 20%;
	}
	.eme-cat-browse{
		margin-top:30px;
	}
	.subcategories li:nth-child(3n+1){
		margin-left:.5%;
		clear:none;
	}
	.subcategories li:nth-child(2n+1){
		margin-left:0;
		clear:both;
	}
	.subcategories li{
		border: 1px solid #e6e6e6;
		width:49%;
	}
	.block .block-title strong span, .block .block-title span span {
		font-size: 0.7em;
	}
	.nav-container .navpro{
		float:none;
	}


}



@media only screen and (max-width: 768px){
	.store-template .easyslideslider-id {
		max-height: 250px;
	}
	.corp .easyslideslider-id {
		max-height: 285px;
	}
	.page-title.category-title.hasImage.small h1 {
		font-size: 60px;
	}
	.pp-locator .locator .emeLocCol {
		display: block;
		margin: 0 !important;
		width: 100%;
	}
	.interior-layout .emeInd img {
		width: 100%;
	}
	.interior-layout .emeInd h3 {
		top: 120px;
	}
	.storeInfoFrame{
		width:35%;
		padding: 10px;
	}
	.store-template .easyslideslider-id{
		width:65% !important;
	}
	.eme-cat-browse{
		font-size:30px;
	}
	.eme-cat-browse span {
		font-size: 16px;
	}
	.storeInfoFrame .emeLocAddress, .storeInfoFrame .emeLocContact {
		font-size: 13px;
	}
	.storeInfoFrame .emeLocName{
		font-size: 16px;
	}
	.storeInfoFrame .emeLocBtn {
		margin: 4px auto;
		padding: 5px;
	}
	.page-title.category-title.hasImage h1 {
		font-size: 40px;
    	line-height: 50px;
	}
	.block-subscribe .col-1.col-wide.input-box {
		width: 60%;
	}

	.events-month .page-title h1{
		font-size:60px;
		padding:10px 0;
	}
	.calFeatMain .products > div:nth-child(4n+1) {
		clear: none;
		margin-left: 10px;
	}
	.calFeatMain .products > div:nth-child(3n+1) {
		clear: both;
		margin-left: 0;
	}
	.calFeatMain .products > div {
		width: 24%;
	}
	
	.events-container .page-title h1{
		font-size:70px;
	}
	.emeForm div[class*="col-"] {
		width: 100%;
	}

	.emeForm img {
		display: block;
		margin: auto;
	}
	.calendar-month > li{
		width:33%;
	}
	.calFeatMain > div {
		float: none;
		padding: 0 !important;
		width: 100%;
		overflow: hidden;
	}
	.calFeatMain h2{
		margin-top:10px;
	}
	.interior-layout h2{
		clear:both;
	}
	.events-container .page-title h1, .event-cal .page-title h1{
		font-size: 60px;
    	padding: 15px 0;
	}
	.eme-callout-row .block-benefits h3 {
		font-size: 18px;
	}
	/*.store-template .easyslideslider-id {
		max-height: 210px;
	}
	.corp .easyslideslider-id {
		max-height: 280px;
	}*/
	.locator .storeSearch {
		font-size: 14px;
		padding: 6px;
	}
	.report_bugs, .report_side{
		width:100%;
	}
	.modal-content{
		width:90%;
	}
	.block-benefits .imgHolder {
    	height: 120px;
	}
	.search-grid li.item:nth-child(3n+1){
		clear:both;
	}
	.search-grid li.item:nth-child(4n+1){
		clear:none;
	}
	.search-grid.cols-4 li.item {
		width: 31%;
	}
	.soldtogether-block .products-grid.cols-4 li.item {
		width: 48%;
	}
	.soldtogether-block .products-grid.cols-4 li.item:nth-child(2n+1){
		clear:both;
	}
	#flickr_container .flickr_thumbs li{
		width:50%;
	}
}


@media only screen and (max-width : 768px) { 
	
	.header-container .mobile-togglers a {
		color: #fff;
	}

	.cms-home .easyslideslider-id .scroller, 
	.cms-home .easyslideslider-id .scroller .section, 
	.cms-home .easyslideslider-id .scroller .section img {
		height: auto;
	}
	/*LOCATOR*/
	.cms-home .locator {
		padding: 0 20px 20px !important;
		width: 100%;
	}
	.cms-home .locator h2 {
		font-size: 22px;
		margin-bottom: 0.4em;
	}
	.cms-home .locator .form-group {
		margin-top: 0;
	}
	.cms-home .locator .emeLocCol {
/*		width: 49% !important;*/
		width: 49%;
		display: inline-block;
		vertical-align: top;
	}

	.cms-home .locator .emeLocCol .storeSearch {
		font-size: 16px;
		padding: 11px;
	}

	/*HOME SECTION CONTENT*/

	.eme-main-content h1 {
		font-size: 1.6em;
	}
	.eme-main-content p {
		font-size: 1.0em;
	}
	/*NEWSLETTER SUBSCRIPTION*/
	.block-subscribe {
		padding: 10px;
		background:#f3f3f3;
	}
	.block-subscribe .input-text {
		width:100%;
	}
	.block-subscribe .col-1.col-wide.input-box {
		width: 100%;
	}
	.block-subscribe button.button {
		display: block;
		margin: 0 auto;
	}
	.events-container {
		float: none;
		width: 100% !important;
	}
	.cms-marketing-event-calendar .main-container .sidebar {
		float: none;
		width: 100%;
	}
	.sidebar .store_info > div {
		float: none;
		width: 100%;
	}
}


@media only screen and (max-width: 640px) {
	.eme-main-content .emeContentHero {
		display: none !important;
	}
	.storeInfoFrame .emeLocHours, .storeInfoFrame .notes {
		display:block;
	}
	.store-template .easyslideslider-id {
		width: 100% !important;
	}
	.col2-set .col-1, .col2-set .col-2, .col3-set .col-1, .col3-set .col-2, .col3-set .col-3 {
		width:100%;
	}
	.corp .easyslideslider-id, .store-template .easyslideslider-id {
		width: 100% !important;
		max-height: 381px;
	}

	.half-page{
		width:100%;
		float:none;
	}
	.videoHolder {
		padding: 0;
	}
	#tll{
		display:none;
	}
	.eme-main-content h1{
		font-size:1.8em;
	}
	.eme-main-content p{
		font-size:1.1em;
	}
	.block .block-title strong, .block .block-title span {
		font-size:1.4em;
	}
	.footer-cms .block .block-title span {
		font-size:1.2em;
	}
	.eme-callout-row .col3-set > div:not(:first-child) {
		margin-top: 60px;
	}
	#contactForm ul li{
		width:100%;
	}
	#become_vendor_form .form-list li, #support_feedback_form .form-list li, #report_feedback .form-list li{
		width:100%;
	}
	.secFeat .date {
		width:20%;
	}
	.secFeat .mainsec {
		width: 80%;
	}
	.secFeat .col2-set {
		width: 100%;
	}
	.secFeat .col2-set > div {
		clear: none;
		width: 49%;
	}
	.secFeat .col2-set > div:first-child {
		float:left;
	}
	.secFeat .col2-set > div:last-child {
		float:right;
	}
	.lastFeat > div > div{
		width:100% !important;
		float:none;
	}
	.lastFeat .date, .lastFeat div.see{
		margin-top:0;
		text-align:left;
	}
	.lastFeat .date{
		margin-bottom:10px;
	}
	.calFeatMain .date {
		font-size: 20px;
		line-height: 20px;
		padding: 5px;
		top:10px;
		left:10px;
	}
	.subcategories li{
		margin-left:0;
		clear:both;
		width:100%;
	}
	.bread-wrapper {
		padding: 15px 10px;
		text-align:center;
	}
	.bread-wrapper h1, .bread-wrapper .breadcrumbs{
		float:none;
	}
	
	.continueField input#zip {
		padding: 7px 4px 8px;
	}	
	
	.bread-wrapper h1{
		font-size: 20px;
	}
	.interior-layout .col-main {
		padding: 0;
	}
	.interior-layout .col-left.sidebar {
		margin-bottom: 10px;
		padding-top: 10px;
	}
	.interior-layout .col-right.sidebar .locator, .news.sidebar .locator{
		padding:10px;
	}
	.interior-layout .main{
		padding:5px;
	}
	.page-title.category-title.hasImage h1 {
		font-size: 26px;
		line-height: 32px;
	}
	.page-title.category-title.hasImage.small h1 {
		font-size: 40px;
	}
	.interior-layout .emeInd img {
		max-width: 100%;
	}
	.interior-layout .emeInd h3 {
		font-size: 20px;
		top: 110px;
	}
	.storeInfoFrame {
		width: 100%;
	}
	.storeInfoFrame .emeLocName {
		font-size: 18px;
	}
	.storeInfoFrame .emeLocAddress, .storeInfoFrame .emeLocContact {
		font-size: 15px;
	}
	.storeInfoFrame .emeLocHours {
		display: table;
	}
	.storeInfoFrame .notes {
		display: block;
	}
	.block-benefits .col3-set > div {
		margin-bottom: 50px;
	}
	.category-description h2 {
		font-size: 1.8em;
	}
	.product-view .product-img-box .product-image-zoom {
		height: 300px;
		width: 300px;
		margin: auto;
	}
	.soldtogether-block .products-grid {
		margin-top: 20px;
	}
	.products-grid li.item, .block-highlight .products-grid li.item {
		box-shadow: none;
		padding:0;
	}
	.nav-container .navpro-responsive ul .nav-a, .nav-container .navpro-responsive ul .nav-sibling-title a {
		font-size: 14px;
	}
	button.btn-checkout span, button.btn-suggest-cart span {
		font: bold 12px/28px Arial,Helvetica,sans-serif !important;
		height: auto !important;
		margin-top: 5px;
	}
	.one-step-checkout input.input-text {
		height: auto !important;
	}
	.address-info-3-columns .group-select ul li .two-fields select{
		height: auto !important;
	}
	.subcategories li{
		box-sizing:border-box;
		width:49%;
		clear:both;
	}
	.subcategories li:nth-child(odd){
		float:left;
		clear:left;
	}
	.subcategories li:nth-child(even) {
		float:right;
		clear:right;
	}
	.page-title.category-title.hasImage.small h1 {
		font-size: 48px;
	}
	.header-container #search_mini_form{
		min-width:0;
	}
	.header-container .form-search input{
		max-width:100%;
		box-sizing:border-box;
	}
	button.button span span {
		padding: 0 5px;
		font-size:12px;
	}
	.products-grid .price-box {
		line-height: 20px;
	}
	.header-content .quick-links li a{
		color: #00205b;
		font-family: "montserratbold","Roboto",sans-serif;
		font-size: 13px;
	}
	.event-side{
		margin-top:20px !important;
	}
	.events-month .page-title h1 {
		font-size: 50px;
	}
	#testimonialForm .form-list .field, .account-create .field{
		width:100%;
		margin:0;
	}
	.account-create .field:nth-child(odd) {
   		margin-right: 0;
	}
	.account-create .field:nth-child(even) {
		margin-left: 0;
	}
	.calFeatMain .products > div:nth-child(4n+1) {
		clear: none;
		margin-left: 10px;
	}
	.calFeatMain .products > div:nth-child(2n+1) {
		clear: both;
		margin-left: 0;
	}
	.calFeatMain .products > div {
		width: 49%;
	}
	.events-container .page-title h1 {
		font-size: 50px;
	}
	.std ul.emeAssocLogos li{
		width:49%;
	}
	.calendar-month > li {
		text-align: center;
	}
	.calendar-month a:nth-child(1), .calendar-month span:nth-child(1) {
		float: none;
		height: auto;
		margin-right: 0;
		text-decoration: none;
		width: auto;
	}
	.calendar-month div > span {
		left: 6px;
		padding-top: 0;
		position: absolute;
		text-align: center;
		top: 6px;
	}
	.calendar-month li > span:nth-child(2) {
		padding-right: 0;
	}
	.title-icon{
		float:none;
		text-align:right;
		display:block;
	}
	.footer-cms .block-information li{
		margin:0;
	}
	.footer-cms .block-information li a {
		display: block;
		padding: 5px 0;
	}
	.charities > li {
		box-sizing: border-box;
		display: inline-block;
		padding: 10px;
		width: 32%;
	}
	.charities > li.emeCharityLogoSquare {
		width: 18%;
	}
	.main-char{
		max-width: 50%; 
	}
	#support_feedback_form .form-list.formfields > li, #contactForm li, #become_vendor_form li, #report_feedback li{
		width:100% !important;
	}
	.interior-layout .locator > div, .news.sidebar .emeLocCol {
		display: block;
		vertical-align: top;
		width: 100%;
	}
	.event-cal .locator > div {
		display: block;
		vertical-align: top;
		width: 100%;
	}
	.events-container .page-title h1, .event-cal .page-title h1{
		font-size: 40px;
    	padding: 10px 0;
	}
	.subcategories .cat-button-lg-bot{
		position:relative;
		min-height:35px;
	}
	.subcategories .cat-button-lg-bot span.title {
		position: absolute;
		top: 50%;
		-ms-transform: translateY(-50%); /* IE 9 */
    	-webkit-transform: translateY(-50%); /* Chrome, Safari, Opera */
		transform: translateY(-50%);
		padding:0;
	}	
	.pp-locator .locator .emeLocCol{
		padding:10px 0;
	}
	.pp-locator .locator{
		padding:10px;
	}
	.callout-row-box h3 span {
		display: inline-block;
	}
	.event-cal .sidebar .storeInfoFrame .store_info > div:not(:last-child) {
		float: none;
		width: 100%;
	}
	.argento-slider .list-slider li.item {
		max-width: 75px;
		padding: 0;
	}
	.argento-slider .trigger img {
		margin-top: 5px;
	}
	.footer-cms .col5-set > div {
		margin-left: 0;
	}
	.footer-cms .block-information .block-content {
		display: none;
	}
	.footer-cms .block-title {
		cursor: pointer;
		padding: 4px;
		background-image:url('/media/das/int/footer-plus.png');
		background-position:center right;
		background-repeat:no-repeat;
	}
	.closeminus{
		background-image:url('/media/das/int/footer-minus.png') !important;
	}
	.footer .links{
		float:left; 
	}
	.eme-cat-row .eme-cat-second-tier {
		margin-top: 0;
	}
	.sp .col3-set > div {
		margin-bottom: 10px;
	}
	.top-toolbar .emeStorePhone a, .quick-links a.emeTel {
		margin-left: 0;
	}
	.top-toolbar .emeStorePhone {
		display: block;
		float: none;
	}
	.category-products .pp-locator{
		display: table-header-group;
	}
	.category-products .subcategories {
		display: table-footer-group;
	}
	li.half, li.third, li.fourth{
		width:100%;
	}
	#product_request > div{
		width:100%;
	}
	#product_request > div input{
		padding:5px;
	}
	.modal-content{
		padding:5px;
	}
	.footer-cms  .col6-set .col-2, .footer-cms  .col6-set .col-3, .footer-cms  .col6-set .col-4, .footer-cms  .col6-set .col-5 { margin-left:0; }
	.product-view .product-shop .product-name{
		display:block;
	}
	.product-view .product-shop .product-name h1 {
		font-size: 18px;
		margin-bottom: 0;
	}
	.block-benefits .imgHolder {
    	height: 230px;
	}
	.block-benefits .imgHolder img {
    	max-width: 100%;
	}
	.main-container {
		margin-top: 0;
	}
	#flickr_container .flickr_thumbs li {
		height: 130px;
		width: 50%;
	}
	.hidden-xs{
		display:none !important;
	}
	.emeTel {
		display: block;
	}
	.nav-container .navpro-responsive .nav-toggler-level0, .nav-container .navpro-responsive ul .nav-toggler {
		top: 0;
	}
	.visible-xs{
		display:block;
	}
	span.emeStoreName, .emeStorePhone a.emeTel, .quick-links a.emeTel {
		font-size:15px;
	}
	.header .logo {
		width: 95%;
	}
	.au-questions a.btn{
		width:30%;
	}
	.au-questions input{
		width:70%;
	}
	.logo img.nz-logo {
		max-width: 300px;
		max-width: 100%;
		padding: 20px;
	}
}


@media only screen and (max-width: 575px){ /*IP6*/
	.interior-layout .emeInd h3 {
		top: 100px;
	}
}


@media only screen and (max-width: 480px) {
	.page-title h1 {
		font-size:3.0em;
	}
	.nav-container .navpro{
		float:none;
	}
	.quick-links {
		padding: 10px;
		padding: 4px 2px;
		text-align: center;
	}
	.quick-links p{
		color: #376ab0;
	}
	/*LOCATOR*/
	.cms-home .locator .storeLocator {
		padding: 8px;
	}
	
	.cms-home .locator .emeLocCol {
		width: 100%;
		display: inline-block;
		vertical-align: top;
	}
	/*FORM-BECOME VENDOR*/
	.emeForm img {
		width: 100%;
	}
	.emeForm .emeDisclaimer {
		font-size: 0.75em;
		padding: 10px;
	}
	.emeForm .simple_contact {
		padding: 10px;
	}
	.cols-3.products-grid li.item:nth-child(3n+1) {
		clear: none;
	}
	.products-grid li.item:nth-child(2n+1) {
		clear: both;
	}
}


@media only screen and (max-width: 320px) {
	/*NEWSLETTER SUBSCRIPTION*/
	.block-subscribe {
		height:380px;
	}
	.interior-layout .emeInd h3 {
		top: 80px;
	}
}

/* marketing event calendar */


.event_product_banner {
    float: left;
    height: auto;
    margin-right: 10px;
    max-width: 100%;
}

.event_product_img {
	width:200px;
	height:200px;
	margin-right:15px;
}
.event_product_img_small {
	width:100px;
	height:100px;
	margin-right:10px;
}

.event_product_img_med {
	width:250px;
	height:250px;
	margin-right:20px;
	
}
.bold {
	font-weight:bold;
}

.col-1 {
	float:left !important;
	display:inline-block;
/*	margin-bottom:20px;*/
}

/* marketing event calendar end */

/* >>> PRODUCT DETAIL VIEW */
.product-name h1 {
	font:28px/28px 'montserratregular';
	color:#00205b;
	text-transform:none;
	margin-bottom:50px;
}
/* <<< PRODUCT DETAIL VIEW */





/* ====================================================== timeline css =================================================================== */

.timeline {
    list-style-type: none !important;
    margin: 20px auto 0 !important;
    padding: 30px 0 !important;
    position: relative;
    width: 100%;
}

.timeline:before {
  position: absolute;
  left: 50%;
  top: 0;
  content: ' ';
  display: block;
  width: 6px;
  height: 100%;
  margin-left: -3px;
  background: rgb(80,80,80);
  background: -moz-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(100%,rgba(125,185,232,1)));
  background: -webkit-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
  background: -o-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
  background: -ms-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
  background: linear-gradient(to bottom, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
  
  z-index: 5;
}

.timeline li {
  padding: 1em 0;
  margin: 0 !important;
}

.timeline li:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.direction-l {
  position: relative;
  width: 50%;
  float: left;
  text-align: right;
  padding-right: 30px;
  box-sizing: border-box;
}

.direction-r {
  position: relative;
  width: 50%;
  float: right;
  box-sizing: border-box;
  padding-left: 30px;
}

.flag-wrapper {
  position: relative;
  display: inline-block;
  
  text-align: center;
}

.flag {
  position: relative;
  display: inline;
  background: #e8d500;
  padding: 6px 10px;
  border-radius: 5px;
  color: #00205b;
  font-weight: 600;
  text-align: left;
}

.direction-l .flag {
  -webkit-box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  -moz-box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
}

.direction-r .flag {
  -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
}

.direction-l .flag:before,
.direction-r .flag:before {
  position: absolute;
  top: 50%;
  right: -40px;
  content: ' ';
  display: block;
  width: 12px;
  height: 12px;
  margin-top: -10px;
  background: #fff;
  border-radius: 10px;
  border: 4px solid #00205b;
  z-index: 10;
}

.direction-r .flag:before {
  left: -40px;
}

.direction-l .flag:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  height: 0;
  width: 0;
  margin-top: -8px;
  border: solid transparent;
  border-left-color: #e8d500;
  border-width: 8px;
}

.direction-r .flag:after {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  height: 0;
  width: 0;
  margin-top: -8px;
  border: solid transparent;
  border-right-color: #e8d500;
  border-width: 8px;
}

.time-wrapper {
  display: inline;
  
  line-height: 1em;
  font-size: 0.7em;
  color: #00205b;
  vertical-align: middle;
}

.direction-l .time-wrapper {
  float: left;
}

.direction-r .time-wrapper {
  float: right;
}

.time {
  display: inline-block;
  padding: 4px 6px;
  background: rgb(248,248,248);
}

.desc {
  margin: 1em 0 0 0;
  font-size: 12px;
  line-height: 1.5px;
  padding: 10px 15px;
  background: #f6f6f6;
  color: #00205b;
}

.direction-r .desc {
  margin: 1em 0 0 0;
}

.desc p {
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 1px dotted #00205b;
	text-align: left;
	font-size: 11px;
}	

.desc p:last-child {
	margin: 0;
	padding: 0;
	border: none;
}

/* ================ Timeline Media Queries ================ */

@media screen and (max-width: 660px) {

	.timeline {
		width: 100%;
		padding: 4em 0 1em 0 !important;
	}
	
	.timeline li {
		padding: 2em 0;
	}
	
	.direction-l,
	.direction-r {
		float: none;
		width: 100%;
	
		text-align: center;
	}
	
	.flag-wrapper {
		text-align: center;
	}
	
	.flag {
		background: rgb(255,255,255);
		z-index: 15;
	}
	
	.direction-l .flag:before,
	.direction-r .flag:before {
	  position: absolute;
	  top: -30px;
		left: 50%;
		content: ' ';
		display: block;
		width: 12px;
		height: 12px;
		margin-left: -9px;
		background: #fff;
		border-radius: 10px;
		border: 4px solid #00205b;
		z-index: 10;
	}
	
	.direction-l .flag:after,
	.direction-r .flag:after {
		content: "";
		position: absolute;
		left: 50%;
		top: -8px;
		height: 0;
		width: 0;
		margin-left: -8px;
		border: solid transparent;
		border-bottom-color: rgb(255,255,255);
		border-width: 8px;
	}
	
	.time-wrapper {
		display: block;
		position: relative;
		margin: 4px 0 0 0;
		z-index: 14;
	}
	
	.direction-l .time-wrapper {
		float: none;
	}
	
	.direction-r .time-wrapper {
		float: none;
	}
	
	.desc {
		position: relative;
		margin: 1em 0 0 0;
		padding: 1em;
		background: rgb(245,245,245);
		-webkit-box-shadow: 0 0 1px rgba(0,0,0,0.20);
		-moz-box-shadow: 0 0 1px rgba(0,0,0,0.20);
		box-shadow: 0 0 1px rgba(0,0,0,0.20);
		z-index: 15;
	}
	
	.direction-l .desc,
	.direction-r .desc {
		position: relative;
		margin: 0 1em 0 1em;
		padding: 1em;
		
	  z-index: 10;
	}
	.direction-r{
		padding-left:0;
	}
	.direction-l{
		padding-right:0;
	}
}

@media screen and (min-width:640px) {
	.corp.jumbotron {
		margin-top: 10px;
	}
	.cms-home .locator {
		padding: 20px 10px 10px;
	}
	
}

.overlay {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,0.8);	
	z-index: 999;
}

.popbody {
	margin: 0 auto;
	padding: 30px;
	position: absolute;
	top: 100px;
	width: 544px;
	left: 0;
	right: 0;
	max-width: 100%;
	box-sizing: border-box;
	z-index: 9999;
}

.popbody .popcontent {
	background: #ffffff;
	padding: 30px;
	text-align: center;
	border: 4px solid #cccccc;
	border-radius: 20px;
	position: relative;
}

.popbody .popcontent .close {
	position: absolute;
	height: 28px;
	width: 28px;
	background: #1d2f51;
	top: -10px;
	right: -10px;
	color: #ffffff;
	text-decoration: none;
	border: 3px solid #ffffff;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: -1px 1px 10px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: -1px 1px 10px 0px rgba(0,0,0,0.35);
	box-shadow: -1px 1px 10px 0px rgba(0,0,0,0.35);
	font-size: 18px;
	text-align: center;
}

.popbody .popcontent .close .fa {
	line-height: 26px;
	display: block;
}

.popbody .popcontent p {
	margin: 0 0 30px;
	font-size: 24px;
	font-family: 'Montserrat', sans-serif;
}

.popbody .popcontent img {
	max-width: 100%;
}

.popbody .popcontent p.buttonwrap {
	margin: 0;
}

.popbody .popcontent .button {
	color: #ffffff;
	text-decoration: none;	
	font-size: 18px;
	text-transform: uppercase;
	padding: 12px 25px;
	background: #4777d1;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	line-height: 18px;
	margin: 0 10px;
	display: inline-block;
}

.popbody .popcontent .button:hover {
	background: #1d2f51;
}

@media screen and (max-width: 480px) {
.popbody .popcontent .button {
	margin: 0 auto 10px;
}	
}

.jumbotron.jumbotron-dark,
.footer-container {
	background: #00205b;
}

.locListData .info a {
    color: #00205b;
}

body {
	text-align: left;
}

.quick-links {
/*	display: none;*/
}



@media screen and (max-width: 480px) {
	.header {
		padding: 0;
	}	
}

.locator.header-region {
	width: 100%;
	background-color: transparent;
	float: right;
	padding: 0;
/*	padding: 0 20px 20px;*/
}

.locator.header-region:after {
	content: none;
}

.locator.header-region .column-left h2 {
    color: #fff !important;
    text-transform: capitalize;
    text-align: left;
    float: right;
    width: 200px;
	font-size: 20px !important;
}



.locator.header-region .emeLocCol {
	padding: 0;
}

.locator.header-region .search-button a {
    text-transform: capitalize;
    text-align: center;
    padding: 10px 0;
    font-size: 14px !important;
    font-weight: bold;
}

.locator.header-region .search-button a.btn:hover {
	background: transparent;
	color: #faf100;
}

.locator-phone {
	color: #fff;
	font-size: 20px;
	text-align: center;
	padding: 5px;
	font-weight: 600;
/*	font-family: ff-tisa-sans-web-pro, sans-serif;*/
}

.locator.header-region .suggestionsBox .suggestionList {
	text-align: left;
}

.locator.header-region .emeLocCol:not(:last-child) {
	margin-bottom: 0;
}

.locator.header-region .column-left,
.locator.header-region .column-left h2,
.locator.header-region .column-right {
	width: 100%;
}

.header-slogan {
	font-family: ff-tisa-sans-web-pro, sans-serif;
	font-weight: 800;
	font-style: normal;
	font-size: 20px;
	color: #fff;
	float: left;
	text-align: center;
	line-height: 1.2;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
	width: 100%;
}

.locator-phone {
	font-size: 20px;
	padding: 10px;
}

.locator #zip {
	text-align: center;
}

@media screen and (min-width: 867px) {
	.menu-container {
	    background: #fff;
	    width: 100%;
	    float: left;
	}
	.logo {
		max-width: 100%;
	}
	
	.logo-wrapper {
	    position: relative;
	    top: 50%;
		transform: translateY(-50%);
		margin: 0 0 0 10px;
		max-width: 300px;
	}
	.logo img.nz-logo {
		max-width: 350px;
		max-width: 100%;
	}
	.header-container {
		height: 150px;
	}
	.store-search {
		width: 330px;
		float: right;
/*		margin-top: 45px;*/
	    position: relative;
	    top: 50%;
	    transform: translateY(-50%);
	}
	.header {
		height: 150px;
		padding: 0;
	}	
	.locator.header-region {
		float: right;
/*		padding: 0 10px 0 0;*/
	}
	.locator.header-region .column-left {
	    float: left;
	    width: 48%;
	    margin-right: 0;
	}
	.locator.header-region .column-left  h2{
	    width: 200px;
	}
	.locator.header-region .column-right {
		float: right;
		width: 52%;
	}

	/* This font is from Typekit. See the head.phtml file for this theme for the import link */
	.header-slogan {
		font-family: ff-tisa-sans-web-pro, sans-serif;
		font-weight: 800;
		font-style: normal;
		font-size: 30px;
		color: #fff;
		float: left;
		text-align: left;
		line-height: 1.2;
	    position: relative;
	    top: 50%;
	    transform: translateY(-50%);
	    margin: 0 0 0 58px;
		width: 44%;
	}
	
	.store-search {
		width: 19.5%;
	}
}

@media screen and (min-width: 480px) and (max-width: 866px) {
	.logo-wrapper {
		width: 30%;
	    position: relative;
	    top: 50%;
	    transform: translateY(-50%);
	}
	.header {
		padding: 5px 0 0 0;
	}
	.header .logo {
		max-width: 200px;
	}	
	.logo img.nz-logo {
		padding: 30px 0 30px 10px;
	}
	
	
	.header-slogan {
		font-family: ff-tisa-sans-web-pro, sans-serif;
		font-weight: 800;
		font-style: normal;
		font-size: 20px;
		color: #fff;
		width: 25%;
		text-align: left;
		margin: 0 0 0 10px;
/*		float: left;
		line-height: 1.2;
	    position: relative;
	    top: 50%;
	    transform: translateY(-50%);
	    margin: 0 0 0 10px;*/
	}
	
	.store-search {
		width: 37%;
		float: right;
		padding-right: 5px;
/*	    position: relative;
	    top: 50%;
		transform: translateY(-50%);*/
	}
	
	.locator-phone {
		font-size: 18px;
	}
	.cms-home .locator,
	.locator {
		padding: 0 !important;
	}
	
	.cms-home .locator .emeLocCol,
	.locator .emeLocCol {
		width: 100%;
	}
	.header-container {
		height: 159px;
	}
	.header {
		height: 107px;
/*		height: 159px;*/
	}
	
	.toggle-menu {
		border: 1px solid #eee;
	}
	
	.header-container input#zip {
	    padding: 12px 0px 12px 3px;
	    font-size: .79166em;
	}
	.cms-home .locator .emeLocCol .storeSearch,
	.locator .emeLocCol .storeSearch {
		font-size: 10px !important;
		padding: 5px;
	}
	.locator.header-region .column-left h2 {
		width: 100%;
		font-size: 18px !important;
		text-align: right;
		margin-right: 15px;
	}
	
	.nav-container .navpro-responsive .nav-toggler-level0,
	.nav-container .navpro-responsive ul .nav-toggler {
		top: 0;
		height: 32px;
	}
	
	.header-container .mobile-togglers {
	    float: none;
	    width: 100%;
	}
	
	.nav-container {
		position: relative;
	}
	
	#navigationpro-top {
		width: 100%;
		text-align: center;
	}
}

@media screen and (min-width: 480px) and (max-width: 548px) {
	.cms-home .locator .emeLocCol .storeSearch, .locator .emeLocCol .storeSearch {
		font-size: 9px;
	}
}


@media screen and (min-width: 768px) and (max-width: 1240px) {
	.store-search {
		width: 30%;
	    position: relative;
	    top: 50%;
		transform: translateY(-50%);
	}
	
	.header-slogan {
		width: 38%;
	}
	
	.locator-phone {
		font-size: 18px;
	}
}

@media screen and (min-width: 846px) and (max-width: 1196px) {
	.store-search {
		width: 24%;
		margin-right: 10px;
	    position: relative;
	    top: 50%;
		transform: translateY(-50%);
	}
	.header-slogan {
		width: 36%;
/*		font-size: 28px;*/
	}
}


img {
       -ms-interpolation-mode: bicubic;
}

@media screen and (width: 768px) {
	.store-template {
		padding-top: 32px;
	}
	.mobile-togglers {
		display: none !important;
	}
}

@media screen and (width: 480px) {
	.logo img.nz-logo {
		padding: 5px 0;
	}
	
	.header-container,
	.header {
		height: initial;
		margin-bottom: 0;
	}
	
	.header .logo {
		padding: 0;
		margin: 0;
		width: 80%;
	}
	
	.header-slogan {
		width: 100%;
		float: left;
		top: initial;
		transform: initial;
	}
	
	.header .store-search {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
		float: none;
	}
}

#zip {
	text-transform: sentence;
}
