/* template.css overrides -- use only when absolutely necessary
================================*/
.banner {padding-top:71.667%;}
.banner-img {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
max-height: 700px;
background: url(../imgs/hero.jpg) no-repeat 0 0;
background-size:289.722222%;
}
.header2021-logo-img > img{
  width:102px !important;
  height:auto;
}

.price{margin:0 0 0.825em 11%;}
.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; }
.originalPrice { text-decoration:none; }
/* 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
================================*/
.section-inner { background:#fff; font-family:'Montserrat',sans-serif; }
.ngg-body { background:#080024; padding:0; }
.ngg-section { display:flex; justify-content:space-between; margin:4%; gap:20px; }
.ngg-section h1, .ngg-section h2 { text-align:center; padding:1% 0; }
.ngg-section h3 { text-align:center; padding:0 1%; }
.ngg-section p { padding:10px 0; }
.ngg-section div { flex:1; }


.ngg-section2 { display:flex; justify-content:space-between; margin:0 auto; width:90%;  }
.ngg-section2 div { width:28%; }
.ngg-section2 img { max-width:100px; width:100%; }
.ngg-section2 strong { font-size:1.5em; }

.ngg-video iframe { position:absolute; top:0; left:0; width:100%; height:100%; }
.ngg-video { position:relative; padding-bottom:56.25%; height:0; }

ul.item-features { list-style:disc; margin:0 0 5%; min-height:100px; }
.item-features li { text-align:left; margin-left:5%; }
.items-grid .item-cell { width:unset; padding:0; }
.item-details { background:lightblue; padding:15px 30px; margin:0 0 2%; border-radius:6px; max-width:300px; text-align:left; font-weight:600; min-height:60px; }
.feature-text { padding:3% 5%; }

.ngg-software { width:100%; text-align:center; padding:0 0 1%; }
/* responsive CSS on a per project basis
================================*/
@media only screen and (max-width: 1000px) {
    .ngg-section2 { width:100%; }
}

@media only screen and (max-width: 768px) {
  /* insert responsive CSS for tablet screens below 768px */
}

@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-section, .ngg-section2 { flex-direction: column; }
    .ngg-section div > iframe { height:400px; }
    .ngg-section2 { gap:30px; }
    .ngg-section2 div { width:100%; text-align:center; }
    .ngg-software { width:90%; padding:0 5% 1%; }
    .feature-text { text-align:center; }
}

@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: 32.96%; }
	.banner-img {
		background-position:100% 0;
		background-size: 152.7086383601757%;
	}	
    .items-grid { display:flex; justify-content:space-between; gap:20px; }
    .item-cell { flex:1; }
    .items-grid .item-title { height:auto; text-align:center; }
}
@media only screen and (min-width: 769px) {
	/* insert responsive CSS for screens above 769px 
		.items-grid .item-cell { width: 19%; }*/
    

}
@media only screen and (min-width: 1025px) {
	/* insert responsive CSS for screens above 1025px */
}