/* Main Styles */
article .lp-wrapper h2,
article .lp-wrapper h3 {
	font-family: 'ProximaNova-Bold';
    letter-spacing: 1px;
    color: #002b58;
}
.lp-wrapper .promo-item {
	margin-bottom: 30px;
}

.lp-wrapper .row:before,
.lp-wrapper .row:after {
	display: table;
    content: " ";
    clear: both;
}
.lp-wrapper .col-1-3 {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	float: left;
}
.lp-wrapper .col-1-2 {
	position: relative;
	box-sizing: border-box;
	width: 50%;
	float: left;
}
.lp-wrapper .col-2-3 {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	float: left;
}
.lp-wrapper .col-1-1 {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	float: left;
}
.lp-wrapper img {
	max-width: 100%;
}
.lp-wrapper .text-center {
	text-align: center;
}
.lp-wrapper .text-right {
	text-align: right;
}
.lp-wrapper .text-left {
	text-align: left;
}
.lp-wrapper a.green-btn {
	color: #002451;
    background-color: #c2eb6b;
    display: inline-block;
    padding: 8px 30px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 6px;
}
.lp-wrapper a.blue-btn {
	color: #002451;
    background-color: #03b4f3;
    display: block;
    padding: 8px 16px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 6px 0 0 6px;
    text-decoration: underline;
    -webkit-box-shadow: 0px 6px 6px -2px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 6px 6px -2px rgba(0,0,0,0.5);
	box-shadow: 0px 6px 6px -2px rgba(0,0,0,0.5);
}
.lp-wrapper a.blue-btn:before {
	content: "";
	background: url(../img/arrow-button.png);
	display: inline-block;
	width: 30px;
	height: 30px;
	vertical-align: middle;
	text-align: left;
	margin-right: 10px;
}
.lp-wrapper a.plain-btn {
	color: #002451;
	padding: 6px 12px;
	margin-right: 10px;
	display: inline-block;
	font-size: 16px;
    font-weight: 400;
    line-height: 1.42857143;
    white-space: nowrap;
    vertical-align: middle;
    text-decoration: underline;
}
/* Hero Section */

#rotatingHero {
	width: 100%;
	height: 495px;
	position: relative;
	margin-bottom: 37px;
}

.contentLeft {
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	z-index: 500;
}

.contentLeft .innerContent {
	width: 50%;
	height: 100%;
	float: left;
	background-color: #fff;
	box-sizing: border-box !important;
}

.contentLeft .innerContent .contentContainer {
	padding-left: 52px;
	padding-top: 81px;
	position: relative;
	height: 100%;
	width: 100%;
	box-sizing: border-box !important;
}

.contentLeft .innerContent .contentContainer .newBug {
	margin-bottom: 28px;
}

.contentLeft .innerContent .contentContainer h3 {
	margin:0px;
	padding: 0px;
	font-weight: bold;
	font-size: 43px;
	color: #58585a;
	line-height: 45px;
}

.contentLeft .innerContent .contentContainer p {
	display: inline-block;
	width: 80%;
}

a.learnMore {
	display: inline-block;
	width: 155px;
	height: 43px;
	line-height: 43px;
	background-color: #74bc2c;
	color: #fff;
	margin-top: 24px;
	text-align: center;
	font-size: 18px;
	transition: all 0.5s;
}

a.learnMore:hover {
	background-color: #5c9622;
	text-decoration: none !important;
}
.contentLeft .innerContent .contentContainer .inspiredLogo {
	display: block;
	position:absolute;
	right: 0px;
	bottom: 0px; 
	width: 186px;
	height: 83px;
}

.contentLeft .wave {
	height: calc(100% - 1px);
	width: 68px;
	float: left;
	background-image:url('../img/wavemask.png');
	background-repeat: no-repeat;
	background-position:right top;
	background-size: cover;
}

.contentRight {
	left: 0px;
	top: 0px;
	z-index: 300;
	height: 100%;
	width: 100%;
	overflow: hidden;
	position: absolute;
}

.contentRight .heroImg {
	display: inline-block;
	height: 100%;
	width: auto;
	float:right;
	position: absolute;
	right: 0px;
	top:-1px;
	z-index: 200;
	opacity:0;
	transition: all 0.5s;
}

.contentRight .heroImg.showMe {
	opacity: 1;
	z-index: 300;
}

/*
.contentRight .heroImg.img01 {
	right: -130px;
}
.contentRight .heroImg.img02 {
	right: -20px;
}
.contentRight .heroImg.img03 {
	right: -130px;
}
*/

#callouts {
	width: 100%;
	
}

#callouts h2 {
	color: #74bc2c;
	font-size: 20px;
	font-weight: normal;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom:30px;
	text-align: center;
}


article .lp-wrapper .hero-container .flexslider {
	border: none;
}
article .lp-wrapper .hero-container .flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 10px;
    left: 20px;
    text-align: left;
}
article .lp-wrapper .hero-container .flex-viewport {
	padding: 0;
}
.lp-wrapper .hero-widget {
    position: relative;
    width: 100%;
    height: auto;
}
#ar-hero .hero-widget {
	top: 0px;
}
#hv-hero .hero-widget {
	top: 0px;
}
.lp-wrapper .hero-widget .red-cta p.today-only {
	color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
.lp-wrapper .hero-widget .red-cta p.save-40-wh {
	color: #fff;
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
}
.lp-wrapper .hero-widget .red-cta p.promo-code {
	color: #000;
	font-size: 12px;
    font-weight: bold;
	text-transform: uppercase;
}
.lp-wrapper .hero-widget .red-cta p.save-40-bl {
	color: #000;
	font-size: 16px;
    font-weight: bold;
	text-transform: uppercase;
}
.lp-wrapper .hero-widget .red-cta p.promo-legal {
	font-size: 10px;
}
.lp-wrapper .hero-widget .blue-cta p.new-bissell {
	color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 0 16px;
}
.lp-wrapper .hero-widget .blue-cta p.price-red {
	color: #ee272c;
    font-size: 22px;
    font-weight: bold;
}
.lp-wrapper .hero-widget .blue-cta p.price-bl {
	color: #000;
	font-size: 22px;
    font-weight: bold;
}
article .hero-widget p {
	line-height: 1;
	margin: 0 0 2px 0;
	padding: 0;
}
.lp-wrapper .hero-widget .red-cta {
	position:relative;
	display: block;
	padding: 10px;
	background: #ee272c;
	text-align: center;
}
.lp-wrapper .hero-widget .blue-cta {
	position:relative;
	display: block;
	padding: 10px 20px;
	background: #03b4f3;
}
.lp-wrapper .hero-widget a.green-btn {
	padding: 8px 16px;
	margin: 6px 0;
}
/* Promo Section */
article .section-title {
	padding: 0 20px;
}
article .section-title h2 {
	font-size: 22px;
	line-height: 1;
	font-weight: bold;
	margin-top: 16px;
	margin-bottom: 16px;
	padding: 0;
	text-align: center;
	display: inline-block;
	width: 100%;
}
article .promo-item h3 {
	font-size: 15px;
	line-height: 1;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 5px;
	padding: 0;
}
article .promo-item p {
	padding: 0 15px;
	margin: 0;	
}
.lp-wrapper .promo-item img {
/* 	min-width: 100% !important; */
}

a.imgWrap {
	display: block;
	text-decoration: none;
}
a.imgWrap img{
	max-width: 100% !important;
	width:100%;
}

a.imgWrap:hover {
	text-decoration: none !important;
}

.lp-wrapper .promo-item .imgWrap {
	position: relative;
	margin-bottom: 20px;
}

a.imgWrap:hover .textOverlay {
	background-color: #00abf1 !important;
	text-decoration: none !important;
}

.lp-wrapper .promo-item .imgWrap img{
	position: relative;
	display: block;
	z-index: 300;	
}
.lp-wrapper .promo-item .imgWrap  .textOverlay {
	display: block;
	padding: 0px;
	font-size: 14px;
	line-height: 34px;
	width: 100%;
	height:34px;
	background-color: #016fbc;
	transition: all 0.5s;
	color: #fff;
	text-align: center;
	font-weight: normal;
}

/* Video Modal */
.modalOverlay {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 4000;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.8);
	position: fixed;
	display:none;
}

.modalOverlay.showMe {
	display: block;
}

.modalOverlay .modalInner {
	width: 90%;
	height: 80%;
	background-color: #fff;
	border-radius: 5px;
	margin: 0px auto;
	margin-top:4%;
	padding: 20px;
	box-sizing: border-box;
	position: relative;
}

.modalOverlay .modalInner iframe {
	width: 100%;
	height: 100%;
}

.modalOverlay .modalInner .closeModal {
	position: absolute;
	right: -10px;
	top: -10px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #fff;
	border: 1px solid #c9c9c9;
	display: block;
}

.modalOverlay .modalInner .closeModal:after {
	content: '';
	display: block;
	width: 50%;
	height:50%;
	margin: 0px auto;
	margin-top: 7px;
	background-size: cover;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADYAAAA2CAYAAACMRWrdAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAActJREFUeNrc2gtqwzAMANBU2Wm2naftuqt0rGW7Sjq622y0u03LHHCGUePEH8mWJhAFh9A87CiJ8GK93jT/MWBk7F6h42EOtjP5bXKpCLUy+WXy1R28Q6jh4MH+fipAdSZbe/197N0ZezS5dU5oLW6pBDXEi7X8wU4mn01elODGUBdrOOF77KgEN4U6+oqHdFwQylfupeKCUT6YRFwUagomCReNmoNJwCWhQmA1ccmoUFgNXBYqBlYSl42KhZXAkaBSYJw4MlQqjANHisqBUeLIUbkwChwLigKWg2NDUcFScKwoSlgMjh2Fex5UuAZdeOv0UBYlUBywKdzHyCrpURuOphEHzIfDy54NxQlzcYcR1JUTRV08RAUnbKh+4Plf1u85YEa1aPldS32sQiFUXyie7H019pxbSS8ePhQuFPhR0KGCI2rGQlG+N5SOcuagMKoYDiqgiuCgEoodBxVRrDiojGLDgQAUCw6EoMhxIAhFigNhKDIcCESR4EAoKhsHglFZOBCOSsaBAlQSDpSgonGgCBWFczeJaUCF4G42ib0rQU3h3qzlZr9iH1sFqAb1SDqL2vuaOTsL+mn0xNHO0nmu3GtCDXHGA78CDABfzRS78g7TIgAAAABJRU5ErkJggg==')
}
/* Media Queries */
@media all and (min-width: 768px) {
	.lp-wrapper .col-1-3 {
		position: relative;
		box-sizing: border-box;
		width: 30.3%;
		float: left;
		margin-left: 2.26%;
		margin-right: 2.26%;
	}
	
	.mobProduct {
		display:none;
	}
	
	.lp-wrapper .row .promo-item:first-of-type {
		margin-left: 0px;
	}
	
	.lp-wrapper .row .promo-item:last-of-type {
		margin-right: 0px;
	}

	.lp-wrapper .cta-section .col-1-3 {
		position: relative;
		box-sizing: border-box;
		width: 33%;
		float: left;
	}
	.lp-wrapper .col-2-3 {
		position: relative;
		box-sizing: border-box;
		width: 66%;
		float: left;
	}
	.lp-wrapper .col-1-1 {
		position: relative;
		box-sizing: border-box;
		width: 100%;
		float: left;
	}
	article .lp-wrapper .hero-container {
		height: 100%;
	}
	.lp-wrapper .cta-video {
		height: 315px;
	}
	.lp-wrapper .video-section .cta-block {
		text-align: right;
	}
	.lp-wrapper .cta-offer {
		height: 315px;
	}
	.lp-wrapper .plus-divider {
		font-size: 130px;	
	}
	article .section-title {
		padding: 0;
	}
	article .cta-offer h3 {
		padding: 0;	
	}
	#ar-hero .hero-widget {
		top: 10px;
	}
	#hv-hero .hero-widget {
    	top: 60px;
	}
	.lp-wrapper .hero-widget {
	    position: absolute;
	    right: 0;
	    width: 180px;
	    height: auto;
	    z-index: 1000;
	}
	.lp-wrapper .hero-widget .red-cta {
	    padding: 10px 20px 2px 20px;
	    border-radius: 6px 0 0 6px;
	    margin-bottom: 8px;
	    -webkit-box-shadow: 0px 6px 6px -2px rgba(0,0,0,0.5);
	    -moz-box-shadow: 0px 6px 6px -2px rgba(0,0,0,0.5);
	    box-shadow: 0px 6px 6px -2px rgba(0,0,0,0.5);
	}
	.lp-wrapper .hero-widget .blue-cta {
		padding: 6px 20px;
		border-radius: 6px 0 0 6px;	
		margin-bottom: 8px;
		-webkit-box-shadow: 0px 6px 6px -2px rgba(0,0,0,0.5);
		-moz-box-shadow: 0px 6px 6px -2px rgba(0,0,0,0.5);
		box-shadow: 0px 6px 6px -2px rgba(0,0,0,0.5);
	}
}
@media all and (max-width: 768px) {

	#rotatingHero {
		width: 100%;

	}
	#rotatingHero {
		height: 425px;
	}
	
	.mobProduct {
		display: block;
		width: calc(100% + 16px);
		max-width:768px !important;
		height: auto;
		max-height: 60%;
		margin-left: -16px;
		margin-bottom: 30px;
	}
	.contentLeft .wave {
		display: none;	
	}
	
	.contentLeft{
		position: relative;
		height: auto;
	}
	
	.modalOverlay .modalInner {
		width: 90%;
		height: 40%;
		border-radius: 5px;
		margin-top:6%;
		padding: 10px;
	}
	
	.contentLeft .innerContent {
		width: 100%;
		height: auto;
		padding-bottom: 15px;
	}
	
	.contentLeft .innerContent .contentContainer {
		padding-left: 16px;
		padding-top: 12px;
	}
	
	.contentLeft .innerContent .contentContainer .inspiredLogo {
		width: 95px;
		height: 42px;
		right: 45px;
		bottom:10px;
	}
	
	.contentRight {
		position: relative;
		float:left;
		clear:both;
		max-height: 360px;
		overflow: hidden;
		padding-bottom: 30px;
		margin-bottom: 30px;
		display:none;
	}
	
	.contentRight .heroImg {
		width: 100%;
		max-width: 100%;
		
		height: auto;
	}
	
	.contentRight .heroImg.img01, .contentRight .heroImg.img02, .contentRight .heroImg.img03 {
		right: 0px;
	}

	article .lp-wrapper .hero-container .flex-control-nav {
		display: none;
	}
	.offer-images .m-offer-img img{
		margin-top: 6px;
	}
	.lp-wrapper a.blue-btn {
		display: none;
	}
}