/*! Avantech Cashback */

html,
body {
	margin: 0;
	padding: 0;
	min-width: 360px;
	font-size: 100%;
	line-height: 1.5;
}

body {
	font-family: 'Open Sans', sans-serif;
	padding-bottom: 120px;
}

main {}

.header {
	max-width: 100%;
	height: auto;
	min-height: 480px;
	position: relative;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	padding: 20px 20px 150px 20px;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	align-items: center;
}

.header:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background-color: #000000;
	opacity: 0.4;
}


.header .header-wrapper {
	max-width: 1200px;
	padding: 60px 0;
	margin: auto;
	-ms-grid-column: 1;
	grid-column: 1/2;
	text-align: center;
	position: relative;
	z-index: 2;
	color: #ffffff;
	text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.75);
}



.header .header-wrapper h1 {
	text-transform: uppercase;
	font-weight: 800;
	font-size: 2.5rem;
	margin-top: 0;
	padding-top: 0;
	text-align: center;
	color: inherit;
	z-index: 2;
}

.header .header-wrapper h2 {
	text-transform: uppercase;
	font-weight: 800;
	font-size: 1.75rem;
	color: inherit;
}

.header .header-wrapper p {
	max-width: 60em;
	margin: auto;
	font-weight: 400;
	font-size: 1.4rem;
	text-align: center;
	color: inherit;
}

.header span {
	font-weight: 600;
}

.header a {
	color: white;
}

.contentWrapper {
	width: 100%;
	max-width: 1200px;
	height: auto;
	overflow: auto;
	margin: auto;
	margin-top: -120px;
	position: relative;
	z-index: 3;
	padding-bottom: 20px;
}

.contentWrapper .threeItems {
	width: 100%;
	height: auto;
	overflow: auto;
	margin: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.contentWrapper .threeItems .item {
	width: calc(33.333% - 22px);
	flex-basis: 30%;
	margin: 0 10px;
	text-align: center;
	border: 1px #e0e0e0 solid;
	border-radius: 5px;
	background-repeat: no-repeat;
	background-color: white;
	flex-grow: 1;
}

.contentWrapper .threeItems .item .item-wrap {
	width: 100%;
	height: 0;
	padding: 0 20px 66% 20px;
	overflow: hidden;
	box-sizing: border-box;
}

.contentWrapper .threeItems .item.one {
	background-image: url('../images/1.png');
}

.contentWrapper .threeItems .item.two {
	background-image: url('../images/2.png');
}

.contentWrapper .threeItems .item.three {
	background-image: url('../images/3.png');
}

.contentWrapper .threeItems .item strong {
	margin-top: 20%;
	color: #393737;
	font-size: 2rem;
	display: block;
}

.contentWrapper .threeItems .item a {
	text-decoration: underline;
	font-size: 0.95rem;
	color: #111;
}

.contentWrapper .threeItems .item a:hover {
	color: red;
}

.contentWrapper .content {
	width: 100%;
	height: auto;
	overflow: auto;
	margin-top: 40px;
}

.contentWrapper .content nav {
	width: calc(100% - 20px);
	margin: auto;
}

.contentWrapper .content nav ul,
.content nav ul li {
	list-style-type: none;
	text-decoration: none;
}

#tabs nav>ul {
	margin:0;
	padding:0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#tabs nav>ul>li {
	margin:0;
	padding:0;
	flex-basis: 24%;
	text-align: center;
}

#tabs nav>ul>li>a {
	width: auto;
	border-radius: 4px 4px 0 0;
	background: none #E01B22;
	display: block;
	padding: 10px 20px;
	color: white;
	text-decoration: none;
	text-align: center;
	-webkit-transition: ease all 500ms;
	-moz-transition: ease all 500ms;
	-ms-transition: ease all 500ms;
	-o-transition: ease all 500ms;
	transition: ease all 500ms;
}

#tabs nav>ul>li.ui-state-active a {
	background: none #980005;
}

.contentWrapper .content nav a:hover {
	background: #D9D9D9;
}

.contentWrapper .content .tabsWrapper {
	width: 100%;
	min-height: 600px;
	height: auto;
	overflow: auto;
	margin: auto;
	position: relative;
}

.contentWrapper .content .tabsWrapper .product-section {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.contentWrapper .content .tabsWrapper .product-section .section-title {
	font-size: 1.5rem;
	margin: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px #dedede solid;
	flex-basis: 100%;
}

.contentWrapper .content .tabsWrapper .product-section .productItem {
	width: calc(25% - 20px);
	flex-basis: calc(25% - 20px);
	margin: 10px;
	position: relative;
	text-decoration: none;
	box-shadow: 0px 0px 4px #D9D9D9;
	background: white;
	box-sizing: border-box;
	transition: all ease 500ms;
}

.contentWrapper .content .tabsWrapper .product-section .productItem:hover {
	box-shadow: 0px 0px 4px #b9b9b9;
}

.contentWrapper .content .tabsWrapper .product-section .productItem a {
	text-decoration: none;
}

.contentWrapper .content .tabsWrapper .product-section .productItem .img-wrap {
	width: 100%;
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
}

.contentWrapper .content .tabsWrapper .product-section .productItem img {
	max-width: 80%;
	max-height: 80%;
	width: auto;
	height: auto;
	margin: auto;
	position: absolute;
	top: -100%;
	left: -100%;
	right: -100%;
	bottom: -100%;
}

.contentWrapper .content .tabsWrapper .product-section .productItem .details-wrap {
	padding-bottom: 1.5em;
}

.contentWrapper .content .tabsWrapper .product-section .productItem h3 {
	margin: 1em 0 0 0;
	text-align: center;
	font-size: 0.9rem;
	color: #393737;
}

.contentWrapper .content .tabsWrapper .product-section .productItem .cashback,
.contentWrapper .content .tabsWrapper .product-section .productItem .note {
	text-align: center;
	font-size: 0.9rem;
	font-weight: 300;
	color: #444;
	display: block;
}

.contentWrapper .content .tabsWrapper .product-section .productItem .cashback {
	font-weight: 400;
	font-size: 1.1rem;
	margin: 0 0 1em 0;
}

.contentWrapper .content .page {
	width: auto;
	height: auto;
	overflow: auto;
	margin: 0 10px;
	padding: 40px;
}

.contentWrapper .content .page * {
	position: relative;
	z-index: 3;
}

.contentWrapper .content .page:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	display: block;
	background: linear-gradient(to right, rgb(255, 255, 255), rgba(255, 255, 255, 0));
	z-index: 1;
}

.contentWrapper .content .submitPage.page,
.contentWrapper .content .termsPage.page {
	height: 600px;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url('../images/bg2.png');
}

.contentWrapper .content .tabsWrapper #accordion h3 {
	width: 100%;
	cursor: pointer;
	font-size: 1rem;
	font-weight: 400;
	line-height: 28px;
	color: #E01B22;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px #eee solid;
}

.contentWrapper .content .tabsWrapper #accordion .faqFooterText {
	font-size: 0.85rem;
	color: gray;
}

.contentWrapper .content .tabsWrapper #accordion .answer {
	width: 100%;
	height: auto;
	overflow: auto;
	padding: 20px 0px 20px 0px;
}

.contentWrapper .content .tabsWrapper #accordion .answer p {
	line-height: 28px;
	color: #393737;
}

.contentWrapper .content #submitPage h1 {
	margin-top: 100px;
	margin-bottom: 40px;
}

.contentWrapper .content #submitPage p {
	max-width: 540px;
	color: gray;
	line-height: 28px;
}

.contentWrapper .content #submitPage a {
	display: block;
	max-width: 300px;
	height: 60px;
	margin-top: 40px;
	color: white;
	text-align: center;
	text-decoration: none;
	line-height: 60px;
	background: #E01B22;
}

@media screen and (max-width:1199px) {
	.contentWrapper .content .tabsWrapper a.productItem {
		width: calc(25% - 20px);
	}
}

@media screen and (max-width:960px) {
	.contentWrapper .threeItems .item {
		background-size: 75% auto;
	}
}

@media screen and (max-width:768px) {
	.header h1 {
		padding-top: 40px;
	}

	.contentWrapper .threeItems .item {
		width: auto;
		flex-basis: 100%;
		margin: 10px;
		background-size: 50% auto;
	}

	.contentWrapper .threeItems .item .item-wrap {
		padding: 30px;
		height: auto;
	}

	.contentWrapper .threeItems .item strong {
		margin-top: 0;
	}

	.contentWrapper .content .tabsWrapper .product-section .section-title {
		text-align: center;
	}

	.contentWrapper .content .tabsWrapper .product-section .productItem {
		width: calc(33.33% - 20px);
		flex-basis: calc(33.33% - 20px);
	}


}

@media screen and (max-width:640px) {
	.contentWrapper .content .tabsWrapper .product-section .productItem {
		width: calc(50% - 20px);
		flex-basis: calc(50% - 20px);
	}
}

@media screen and (max-width:480px) {
	#tabs nav>ul>li {
		flex-basis: 100%;
		margin-bottom: 1px;
	}

	#tabs nav>ul>li>a {
		border-radius: 0;
	}

	.contentWrapper .content .tabsWrapper .product-section .productItem {
		width: 100%;
		flex-basis: 100%;
	}
}