
.layout--generic-block {
	background-color: rgba(0, 0, 0, 1);
}

/*================ Video Background ================*/

.layout--generic-block .grad {
	position: fixed;
	background: rgb(0,0,0);
	background: linear-gradient(90deg, rgba(0,0,0,0) -20%, rgba(0,0,0,0) 100%);
	min-width: 100%; 
	min-height: 100%;
	z-index: -1;
}

/*===================================================================================*/

.layout--generic-block .steps-content {
	/* background-color: rgba(33, 39, 53, .8); */
}

.offers {
	width: 100%;
    /*border: 1px solid black;*/
    overflow: hidden;
	text-align: center;
	margin-left: 0px;
} 


.offer {
	font-size: 12px;
	line-height: 1em;
	margin: 0px 10px 0px 10px;
	text-align: center;
	font-weight: 800;
	display: inline-block;
    /*border: 1px solid red;*/
	text-transform: uppercase;
} 

.offernum {
	font-size: 40px;
	line-height: 18px;
	margin-bottom: 5px;
	text-align: center;
	font-weight: 800;
	background-color:#6DF6FF;
	padding: 15px 10px 15px 10px;
	border-radius: 10px;
	color:#202735;
} 

.steps-wrapper ul {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-flow: column;
	list-style: none;
	padding: 0;
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
	border-collapse: collapse;
}

.step {
	list-style-type: none;
	text-align: left;
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
	padding-bottom: 5px;
}

.step:first-child, .step:last-child, .step:nth-child(2) {
	margin-left: 5px
}

.vertline {
	position: absolute;
	left:-5px;
	width: 5px;
	height: 55px;
	background-color: #29A8AC;
}

.stepicon {
	position: absolute;
	margin: auto 10px;
	width: 30px;
    top: 0;
    bottom: 0;
	float: left;
	border-radius: 50%;
	-webkit-transition: -webkit-transform .4s ease-in-out;
	transition: transform .8s ease-in-out;
}

.steptext {
	margin-left: 50px;
	display: table;
	height: 55px;
}

.steplink {
	text-decoration: none;
}

.steplink:hover .stepicon {
	-webkit-transform: rotate(360deg) scale(1.2);
	transform: rotate(360deg) scale(1.2);
}

.steplink:hover .steps-content {
	/* background-color: rgba(13, 19, 33, .8); */
}

.layout--generic-block .steps-wrapper {
	margin: 0 auto;
	max-width: 1170px;
	margin-top: -550px;
	margin-bottom: 50px;
	
}

.layout--generic-block .content-wrap {
	padding-top: 85px;
	background: linear-gradient(0deg, rgba(0,0,0,0) 10%, rgba(0,0,0,0) 60%), url(../assets/bg_m.jpg) no-repeat;
	background-size: 100%;
	background-position: 50% calc(50% + -280px);
}
.content {
	max-width: 1170px;
	margin: 0 auto;
	padding: 0
}

.layout--generic-block .headline {
	width: 100%;
	text-align:left;
	padding: 0px 15px 5px 15px;
	/* margin-bottom:20px; */
	/* background-color: rgba(33, 39, 53, .8); */
	
}

.miniterms {
	font-size: 11px;
	padding: 10px 20px 10px 15px;
	vertical-align: middle;
	font-weight: 600;
	max-width:100%;
	background-color: rgba(33, 39, 53, .8);
	line-height: 1.3em;
	margin:0px 0 5px 0;
}

.layout--generic-block .cta-wrapper {
	/* padding-left: 30px; */
	/* text-align:left; */
	text-align:center;
}

.layout--generic-block .cta-wrapperM {
	padding-left: 0px;
	text-align:center;
	margin: 10px 0 240px 0;
}

.layout--generic-block .kv-mask {
	height: 68vh;
	min-height:560px;
}
.desktopdisplaynone {
		display: block;
	}
.mobiledisplaynone {
		display: none;
	}
/*================================*/
@media only screen and (min-width: 1985px) {
	.top-main-text {
		min-height:630px !important;
	}
	
}
@media only screen and (min-width: 2272px) {
	.top-main-text {
		min-height:730px !important;
	}
	
}
@media only screen and (min-width: 2554px) {
	.top-main-text {
		min-height:930px !important;
	}
	
}
@media only screen and (min-width: 3165px) {
	.top-main-text {
		min-height:1180px !important;
	}
	
}
/*=Tablet=*/
@media only screen and (min-width: 768px) {
	.layout--generic-block .content-wrap {
		background-position: 50% calc(50% + -290px);
	}
	
}

@media only screen and (min-width:991px) {
	.layout--generic-block {
		/* background-color: rgba(33, 39, 53, 1); */
		background-color: #000;
	}
	.desktopdisplaynone {
		display: none;
	}
	.mobiledisplaynone {
		display: block;
	}
	.layout--generic-block .content-wrap {
		background: /* linear-gradient(90deg, rgba(0,0,0,1) -20%, rgba(0,0,0,0) 70%), */ url(../assets/bg.jpg) no-repeat;
		background-position: center top;
		background-size: cover;
		background-position-y: 0;
		height:100%;
	}
	.layout--generic-block .banner {
		/* width: 70%; */
		/* float: left; */
		top: 50px;
		position:relative;
		
		
	}
	.layout--generic-block .headline {
		/* text-align:left; */
		/* left: 25%; */
		position: relative;
		margin-bottom:5px;
		background-color: rgba(33, 39, 53, 0);
		/* padding: 30px; */
	}

	.miniterms {
		font-size: 11px;
		padding: 10px 20px 10px 30px;
		vertical-align: middle;
		font-weight: 600;
		max-width:500px;
		line-height: 1.3em;
		background-color: rgba(33, 39, 53, 0);
	}

	.layout--generic-block .kv-mask {
		height: 68vh;
		min-height:620px;
	}
	.steps-wrapper ul {
		flex-flow: row
	}
	.step {
		padding-bottom: 10px;
	}
	.step:last-child, .step:nth-child(2) {
		margin-left: 35px
	}
	.step:last-child {
		margin-right: 35px;
	}
	.step:first-child {
		margin-left: 35px;
	}

	.vertline {
		height: 70px;
	}
	
	.layout--generic-block .steps-content {
		/* background-color: rgba(33, 39, 53, .8); */
	}
	
	.stepicon {
		width: 50px;
		height: 50px;
		bottom: 10px;
	}
	.steptext {
		height: 150px;
		margin-left: 65px;
	}
		.offers {
		
	} 
}


/*================/

Main Title > H1
SUB Title > H2
STEPS Title > H3
STEPS Text > P

/================*/

h1, h2, h3 {
	line-height: 1em;
	font-family: Open Sans, sans-serif;
	color: #fff;
	text-transform: uppercase;
	margin: 0px;
}

h1 a, h2 a, h3 a {
	color: inherit;
	text-decoration: none
}

/*=Mobile=*/
.layout--generic-block h1 {
	font-size: 26px;
	line-height: 1em;
	font-weight: 800;
	text-align: center;
	/* margin-bottom: 10px; */
}
	
.layout--generic-block h1 br{
	display: block;
}

/*.layout--generic-block h3 br{
	display: none;
}*/
	
.layout--generic-block h2 {
	margin: 0px;
	color: hsla(0, 0%, 100%, .8);
	font-size: 15px;
	line-height: 1em;
	font-weight: 400;
	margin-bottom:5px;
	text-align: center;
}  

.layout--generic-block h3 {
	font-size: 18px;
	padding: 10px 20px 10px 5px;
	display: table-cell;
	vertical-align: middle;
	font-weight: 700;
	line-height: 1.2em;
}
.top-main-text-spacer {
	margin-bottom:150px;	
}
.eeep-logo {
	float:none;
}
.steptext h3 {
	color: #FFF;
}
.steps-wrapper ul {
	width: 300px;
}
.mobile {
    display: block;
}
/*=Tablet=*/
@media only screen and (min-width: 768px) {
	
	.layout--generic-block h1 br{
		display: block;
	}
	
	.layout--generic-block h1 {
		font-size: 40px;
	}
	.top-main-text-spacer {
	margin-bottom:200px;	
}
.eeep-logo {
	float:none;
}
.steps-wrapper ul {
	width: 210px;
}
}

/*=Desktop=*/
@media only screen and (min-width: 991px) {
	.mobile {
    display: none;
}
	.top-main-text-spacer {
	margin-bottom:0px;	
}
.eeep-logo {
	float:left;
}
.steps-wrapper ul {
	width: 100%;
}

	.layout--generic-block h1 {
		font-size: 40px;
		line-height: 1em;
		/* margin-bottom: 10px; */
		/* text-align: left; */
	} 
	
	.layout--generic-block h1 br{
		display: block;
	}  
	
	/*.layout--generic-block h3 br{
		display: block;
	}*/
	
	.layout--generic-block h2 {
		font-size: 20px;
		line-height: 1;
		/* text-align: left; */
		margin-bottom:5px;
	}   

	.layout--generic-block h3 {
		padding: 15px 20px 15px 5px;
		font-size: 19px;
		line-height: 1em;
	}

}






