﻿header,
.mainContainer{
	width:100%;
	left:0;	
}
.filterWrap{
	left:-50%;
}
article{
	text-align:center;
	width:100%;
	display:inline-block;
	float:left;	
}
article p{
	float:none;
	display:inline-block;	
}

article #one{
	width:100%;	
	background-size: cover;
	background-position:center;
	position:relative;
}
article #one:before{
	position:absolute;
	top:0;left:0;right:0;bottom:0;
	margin:auto;
	background-color:rgba(0,0,0,.65);
	content:'';
	z-index:0;
	height:100%;width:100%;
}
.headlineTxt{
	padding:9.5% 0 0;
	width:90%;	
	display:inline-block;
	font-size:48px;
	font-size:3rem;
	position:relative;
	z-index:1;
}
div#signupForm .close {
  display: none;
}
h2 a{
	font:inherit;
	color:inherit;
	line-height: inherit !important;
}
.secondaryTxt{
	padding:0 0 9.5%;
	width:90%;	
	display:inline-block;
	font-size:36px;
	font-size:2.25rem;
	position:relative;
	z-index:1;	
	margin-top:32px;
}
ol{
	width:100%;
	display:inline-block;
}
ol li{
	display:inline-block;
	width:100%;	
}
.centerAlgn{
	text-align:center;
	width:100%;
	display:inline-block;	
}
.centerAlgn img.bnnr {
  width: 100%;
  height: auto;
}
img.space{
	width:100%;
	height:auto;
	max-width:90%;	
	/*margin:6%;*/
}
article h2{
	font-size:36px;
	font-size:2.25rem;	
	line-height:48px;
	line-height:3rem;
	margin:40px auto 16px;
}

.topSpace{
	margin:0 0 0;	
}

article p {
	font-size:24px;
	font-size:1.5rem;	
	line-height:36px;
	line-height:2.25rem;
	margin:8px auto 22px;    
    max-width: 90%;
}	

.centerAlgn h2,
.centerAlgn p {
	max-width:700px;
	display:block;
	width:100%;
	text-align:center;
}

.centerAlgn img{
	width:100%;
	height:auto;	
}
.leftAlgn{
	text-align:left;
	float:left;
	width:100%;
}

.leftAlgn h2, 
.leftAlgn p{
	margin-left:5%;
	/*max-width:45%;*/
	float:left;	
	clear:left;
	padding-right:5%;
}

.leftTxt{
	width:100%;
	display:inline-block;	
}
.leftTxt h2,
.leftTxt p{
	text-align:left;
}

article p:last-child{
	margin-bottom:5%;
}

figure img{
	width:auto;
	height:100%;
	float:left;
	display:inline-block;
}
figcaption{
	position:absolute;
	bottom:0px;
	left:0px;
	right:0;
	color:white;
	z-index:1;
	width:100%;
	display:inline-block;
	background-color:rgba(0,0,0,.5);
	padding:5px;
}
.blue,
.burgandy,
.brown,
.blue p,
.burgandy p,
.brown p,
.red,
.red p{
	color:#fff;	
}
.tope{
	background-color:#fbeec6;
}

.red{
	background-color:#bb493f;
}
.brown{
	background-color:#3d2f26;
}

.lastCallTA{
	padding:40px 0 100px;	
}

.lastCallTA h2 span{
	font-size:24px;
	font-size:1.5rem;
	display:block;
}

.lastCallTA .button{
	width:90%;
	max-width:480px;	
	font-size:24px;
	font-size:1.5rem;
	padding:16px 0 10px;
	height:auto;
	margin:16px 0 45px;
}
@media screen and (max-width:600px) {
	.leftAlgn,
	.rightAlgn{
		text-align:center;
		float:none;	
		display:inline-block;
		padding-bottom:7%;
	}
	.centerAlgn h2,
	.centerAlgn p{
		max-width:90%;	
	}
	.rightAlgn h2, 
	.rightAlgn p,
	.leftAlgn h2, 
	.leftAlgn p{
		margin-left:auto;
		max-width:90%;
		float:none;	
		clear:none;
		padding-right:0;
	}

	figure.rightAlgn{
		float:none;
		width:100%;
	}
	article h2{
		margin:20px auto;	
	}
	figure img{
		width:100%;
		height:auto;	
	}
}
@media screen and (min-width:768px) {
	.filterWrap{
		left:-25%;
	}
	figure.leftAlgn,
	figure.rightAlgn{
		width:47%;
		display:inline-block;
		height:auto;
		position:relative;
		overflow:hidden;
		text-align:left;
		float:left;	
		clear:left;    
	}
    figure.leftAlgn {
        margin-right:29px;
    }
	figure.rightAlgn{
		float:right;
		clear:right;
	}
	img.floatRight{
		float:right;	
	}

	.rightAlgn h2, 
	.rightAlgn p{
		display:block;
		text-align:left;
	}
    .rightAlgn h2 {
		text-align:center;
    }
    .rightAlgn p{
        padding-left:5px;
	}
	.leftAlgn h2, 
	.leftAlgn p{
		    display: block;
		text-align:left;
        float: none;
	}
	
	#saveTons img.space{
			width:auto;
			max-width:none;
	}
}


@media screen and (min-width:1025px){
	.filterWrap{
		left:-15%;
	}	
	.centerAlgn img.bnnr {
		margin-top:-150px;
	}
	
	.rightAlgn h2{
		max-width:480px;
	}
    
}

#signupForm .modal > div:first-child{
	overflow:visible;	
}





