/* template.css overrides -- use only when absolutely necessary
================================*/
.banner {padding-top:41.667%;}
.banner-img {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
max-height: 300px;
background: url(../imgs/hero.jpg) no-repeat 0 0;
background-size:289.722222%;
}
.price{margin:0 0 0.825em 0;}
.price-save-dollar,.price-save-label,.price-save-percent{position:relative;background:#cc4e00;color:#fff;font-weight:700;font-size:13px;}
.price-save-percent:after{left: 100%;border-bottom:19px solid #cc4e00;border-right: 10px solid transparent;margin-bottom:0;}
.price-save-label{padding:0 0 1px 6px}
.price-save-dollar{padding:0 0 1px 2px}
.price-save-percent{padding:0 6px 1px 2px}
.price-save-label:before,.price-save-percent:after{content:'';position:absolute;bottom:0;width:0;height:0;}
.item-cell{border-bottom:none;}
.item-promo{margin-top:1em;}
.item-promo-code{border-color:#888;}
.item-promo-title span{color:#333;}
.item-promo-info{color:#cc4e00;}
.item-promo-code{padding:1.5em 5px 1em 5px;height:auto;color:#cc4e00;}
.item-promo-code-save{display:inline;}
li.mir{display:none;}
.instantSavings, .mir{display:block;}
.finalPrice{font-size:1.6em;}
.instantSavings{font-size:0.925em}
.shipping{visibility:hidden;}
.mir{font-size:1em;margin:0;color:#016B04}

/* No Orange Bar for Custom LPs with Black Background
.price-save-dollar,.price-save-label,.price-save-percent{position:relative;background:none;color:#fff;font-weight:700;font-size:13px;}
.price-save-percent:after{left: 100%;border-bottom:none;border-right: 10px solid transparent;margin-bottom:0;}
================================*/

/* custom CSS on a per project basis
================================*/
.sectionhdr {
	font-size: 3.35em;
	color: #5091CD;
	text-align: center;
	font-weight: 700;
	line-height: 1.5em;
	padding-top: 3%;
}

.wklytagline {
	font-size: 1.35em;
	font-weight: 700;
	color: #2d2d2d;
	text-align: center;
	line-height: 1.25em;
	text-transform: uppercase;
}

.categoryhdr {
	font-size: 1.875em;
	text-align: center;
	text-transform: uppercase;
	color: #FFF;
	font-weight: 700;
	line-height: 1.5em;
	padding: 1% 2%;
	display: block;
	background-color: #021d32;
	margin: 4% auto;
	box-sizing: border-box;
}

.section-inner {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	background-color: #fff;
}

.after {
	display: block;
	margin: 10px auto;
	height: 4px;
	background-color: #2d2d2d;
	width: 8%;
}

.highlight {
	padding: 0;
	background-color: #fff;
	margin: 0 auto 2% auto;
}

/*
.highlight .items-grid:after {
	background-color: #f2f2f2!important;
}
*/

.item-img > img {
	mix-blend-mode: multiply;
}

.blank50 {
	display: block;
	margin: 0 auto;
	height: 50px;
}

.sweepsbnr img {
	width: 100%;
	margin: 0 auto;
}

.articles {
	display: flex;
	justify-content: space-between;
	align-content: center;
}

.article-one, .article-two {
	padding: 3% 2%;
	box-sizing: border-box;
	margin-top: 15px;
}

.article-one {
	background: linear-gradient(
                     rgba(195,107,18, 0.9), 
                     rgba(195,107,18, 0.9)),
                     url('') center no-repeat;
	margin-right: 10px;
	background-size: cover;
}
	
.article-two {
	background: linear-gradient(
                     rgba(35,102,147, 0.9), 
                     rgba(35,102,147, 0.9)),
                     url('') center no-repeat;
	margin-left: 10px;
	background-size: cover;
}

.article-title {
	text-align: center;
	font-size: 1.9em;
	font-weight: 500;
	line-height: 1.2em;
	color: #FFF;
}

.article-link {
	color: #FFF;
	text-decoration: underline;
	font-size: .9em;
	text-align: center;
	margin-top: 15px;
	display: block;
	margin-right: 15px;
}

.introbnrs {
	display: flex;
	justify-content: center;
	align-content: space-around;
	flex-wrap: wrap;
}

.introbnrs img {
	width: 100%;
}

.bannerLeft, .bannerRight {
	margin: 4% 2% 0 2%;
	border: 1px solid #DADADA;
}

nav {
	display: flex;
	justify-content: space-around;
	align-content: center;
	background-color: #021d32;
	flex-wrap: wrap;
	align-items: center;
	padding-top: 20px;
}

.icon {
	display: block;
	margin: 0 auto;
	max-height: 35px;
}

.links > a > p {
	color: #FFF;
	text-align: center;
	margin: 15px;
	font-size: .85em;
	font-weight: 500;
	display: block;
}

nav p:hover {
	color: #F8971D;
}

/*
a.storelink:hover {
	color: #f89715
}
*/

body {
	background-color: #f8f8f8;
}

.item-cell {
	padding: 0!important;
}


.items-grid:after{
	content: '';
	width: 100%;
	height: 0!important;
	position: absolute;
	bottom: 1.5em;
	left: 0;
	/* background: #fff; */
}

/* responsive CSS on a per project basis
================================*/

@media only screen and (max-width: 1024px) {
	/* insert responsive CSS for screens below 1024px */
	img.largescreen {
		display: none;
	}
	.articles {
		flex-direction: column;
	}
	.article-one {
		margin-right: 0!important;
	}
	.article-two {
		margin-left: 0!important;
	}
}

@media only screen and (min-width: 375px) {
	/* insert responsive CSS for screens above 375px */
	.links {
	padding: 0;
    margin: 0;
    flex-basis: calc(100% / 6);
}
}
@media only screen and (min-width: 481px) {
	/* insert responsive CSS for screens above 481px */
}
@media only screen and (min-width: 641px) {
	/* insert responsive CSS for screens above 641px */
	.banner { padding-top: 21.96%; }
	.banner-img {
		background-position:100% 0;
		background-size: 152.7086383601757%;
	}	
}
@media only screen and (min-width: 769px) {
	/* insert responsive CSS for screens above 769px */
	
	.items-grid .item-cell { width: 22%; }
	
	.links {
	padding: 0;
    margin: 0;
    flex-basis: calc(100% / 5);
	}

}
@media only screen and (min-width: 1025px) {
	/* insert responsive CSS for screens above 1025px */
	img.smallscreen {
		display: none;
	}
	.articles {
		flex-directin: row;
	}
	.article-one, .article-two {
		width: 100%;
		max-width: 50%;
	}
	.links {
	padding: 0;
    margin: 0;
    flex-basis: calc(100% / 11);
	}
	
}

.fa.fa-caret-right.caret {
	vertical-align: text-bottom;
	margin-left: 7px;
}
