/* template.css overrides -- use only when absolutely necessary
================================*/
.banner {padding-top:53.667%;}
.banner-img {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
max-height: 360px;
background: url("../imgs/hero.jpg") no-repeat 0 0;
background-size:289.722222%;
}

.banner-img2 {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
max-height: 360px;
background: url("../imgs/hero2.jpg") no-repeat 0 0;
background-size:289.722222%;
}

.header2021-logo-img > img{
  width:102px !important;
  height:auto;
}

.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}
.finalPrice, .instantSavings{color:#000;}
.shipping{visibility:hidden;}
.mir{font-size:1em;margin:0;color:#016B04}
.header .logo { width:125px; }
.items-grid:after { background:none; }
.item-title a { font-size:14px; overflow:hidden; display:-webkit-box; -webkit-line-clamp:2; line-clamp:2; -webkit-box-orient:vertical; }
/* 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
================================*/
body { background:#0a0650; }
.feature { padding:3% 0 0 0; text-align:center; }
.feature h3 { font-size: 1.5em; font-weight: 400;line-height: 1.8;padding: 1px 5% 5% 3%;text-align: left; color:#fff; font-family: 'Open Sans', 'Helvetica Narrow', arial, helvetica, sans-serif; }

.main-title {
    position: relative;
    margin: 1.5em 5%;
    color: #fff;
    font-size: 1.2em;
    text-transform:inherit;
    text-align: center;
    font-family: 'Open Sans', 'Helvetica Narrow', arial, helvetica, sans-serif;
}
.main-title-text {
    position: relative;
    z-index: 2;
    display: inline-block;
    padding: 0 5%;
    background: #0a0650;
    font-size: 1.4em;
    font-weight: 600;
    letter-spacing: 1px;
}
.main-title:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    border-top: 1px solid #fff;
}

.ngg-step {
    width: 80%;
    margin: auto;
	display: flex;
    justify-content: space-around;
	padding-top:5%;

}

.ngg-step-details {
    display: flex;
    flex-direction: column;
    text-align: left;
}
.ngg-step h1 {
    font-size: 2.5rem;
    line-height: 1.5;
    padding: 6% 5% 6% 0%;
    text-align: left;
	color:#fff;
}

.ngg-step-img {
    max-width: 80%
    
	
}

.ngg-step h2 {font-size:14px; color:#fff; line-height: 2.5;}

.ngg-step2 {
    width: 80%;
    margin: auto;
    justify-content: space-around;
	padding-top:5%;

}

.ngg-step2-details {
    display: flex;
    flex-direction: column;
    text-align: left;
}
.ngg-step2 h1 {
    font-size: 2.5rem;
    line-height: 1.5;
    padding: 6% 5% 4% 0%;
    text-align: left;
	color:#fff;
}

.ngg-step2 h2 {    font-size: 14px; color: #fff;line-height: 1.5;padding: 0% 5% 2% 0%;
}

	.ngg-sect1 {
        width:100%;
		max-width: 620px;
		padding-top: 40px;
      
    }
	
		.ngg-sect2 {
        width:100%;
		max-width: 620px;
		padding-top: 40px;
      
    }
		.ngg-sect3 {
        width:100%;
		max-width: 421px;
		padding-top: 40px;
      
    }
/* responsive CSS on a per project basis
================================*/
@media only screen and (max-width: 768px) {
  /* insert responsive CSS for tablet screens below 768px */
  
      .ngg-step {
        flex-direction: column;
        width: 80%;
        text-align: center;
		
	}
		
	    .ngg-step-details {
        margin: 5% 5%;
    }
	
	   .ngg-step2 {
        flex-direction: column;
        width: 100%;
        text-align: center;
    }
	    .ngg-step2-details {
        margin: 5% 0 0 10%;
    }

.ngg-sect1 {
        width:100%;
		max-width: 620px;
		padding-top: 40px;
      
    }

	

}

@media only screen and (max-width: 550px) {
	/* insert responsive CSS for mobile screens below 550px */
  .items-grid .item-cell { width:90%; text-align:center; border-bottom:1px solid #333; padding-bottom:8%; }
  .item-img > img { max-width:300px; }
	.items-grid .item-title { height:auto; }
	
.ngg-sect1 {
        width:113%;
		max-width: 620px;
		padding-top: 12px;
      
    }
}

@media only screen and (min-width: 375px) {
	/* insert responsive CSS for screens above 375px */
}
@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: 26.96%; }
	.banner-img {
		background-position:100% 0;
		background-size: 152.7086383601757%;
	}	
	
		.banner2 { padding-top: 26.96%; }
	.banner-img2 {
		background-position:100% 0;
		background-size: 152.7086383601757%;
	}	
	
@media only screen and (max-width: 820px) {
	/* insert responsive CSS for mobile screens below 550px */
  

	
}
@media only screen and (min-width: 769px) {
	/* insert responsive CSS for screens above 769px */
		.items-grid .item-cell { width: 22%; }
		
		

}
@media only screen and (min-width: 1025px) {
	/* insert responsive CSS for screens above 1025px */
	

}