body,html{
padding:0px;
margin:0px;	
font-family:"PT Sans";
font-weight:400;
}
td{
padding:0px;	
padding-left:20px;
padding-right:20px;
box-sizing:border-box;
}
h1, h2,h3,h4,h5,h6,p{
margin:0px;
padding:0px;	
}
h4{
font-style:italic;
font-size:20px;	
}
h1{
font-size:40px;
line-height:42px;	
}
p{
font-size:18px;
line-height:27px;	
margin-bottom:20px;
}
table{
width:100%;	
}
.header{

background: rgba(150,50,109,0.85);
background: -moz-linear-gradient(top, rgba(150,50,109,0.85) 0%, rgba(150,50,108,0.93) 50%, rgba(150,50,109,0.93) 51%, rgba(150,50,109,0.96) 71%, rgba(150,50,109,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(150,50,109,0.85)), color-stop(50%, rgba(150,50,108,0.93)), color-stop(51%, rgba(150,50,109,0.93)), color-stop(71%, rgba(150,50,109,0.96)), color-stop(100%, rgba(150,50,109,1)));
background: -webkit-linear-gradient(top, rgba(150,50,109,0.85) 0%, rgba(150,50,108,0.93) 50%, rgba(150,50,109,0.93) 51%, rgba(150,50,109,0.96) 71%, rgba(150,50,109,1) 100%);
background: -o-linear-gradient(top, rgba(150,50,109,0.85) 0%, rgba(150,50,108,0.93) 50%, rgba(150,50,109,0.93) 51%, rgba(150,50,109,0.96) 71%, rgba(150,50,109,1) 100%);
background: -ms-linear-gradient(top, rgba(150,50,109,0.85) 0%, rgba(150,50,108,0.93) 50%, rgba(150,50,109,0.93) 51%, rgba(150,50,109,0.96) 71%, rgba(150,50,109,1) 100%);
background: linear-gradient(to bottom, rgba(150,50,109,0.85) 0%, rgba(150,50,108,0.93) 50%, rgba(150,50,109,0.93) 51%, rgba(150,50,109,0.96) 71%, rgba(150,50,109,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#96326d', endColorstr='#96326d', GradientType=0 );

}
.header .td1,.aBody .td1{
	width:50%;
}
.header .td2,.aBody .td2{
	width:50%;
}
.innerHeader img{
max-width:100%;
height:auto;	
}
p{
color:rgba(0,0,0,0.65);	
}
.header h1,.header h4, .header p{
color:#fff;	
}
.header h4{
margin-top:5px;
margin-bottom:10px;	
}
.header p{
	margin-bottom:0px;
	}
.button a{
background:#e4991c;	
padding:10px;
padding-left:25px;
padding-right:25px;
box-sizing:border-box;
font-size:18px;
line-height:18px;
cursor:pointer;
text-decoration:none;
color:#fff;
border-radius:5px;
font-weight:900;
text-transform:uppercase;
-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.32);
-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.32);
box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.32);
display:inline-block;
vertical-align:middle;
padding-top:10px;

}
.button{
margin-top:25px;	
display:inline-block;
}
.button a:hover{
background:#fff;
color:	#e4991c;	
}
.social i{
font-size:32px;	
padding-right:15px;
color:#fff;

padding-bottom:20px;
}
.social i:hover{
	color:#e4991c;
}

.button.secondary a{
	border:1px solid #e4991c;
	-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow:none;
background:#fff;
color:#e4991c;
}
.button.secondary a:hover{
	color:rgba(150,50,109,1);
	border-color:rgba(150,50,109,1);
}
.button.secondary{
margin-top:15px;	
padding:0px;
}

.header{
	padding-top:40px;
	padding-bottom:40px;
}
.innerHeader{
	max-width:1000px;
	padding-left:20px;
	padding-right:20px;
	margin-left:auto;
	margin-right:auto;
}
.aBody .td1, .aBody .td2{
vertical-align:top;	
}
.aBody{
padding-top:40px;
padding-bottom:15px;	
}

.lastCall{
	padding-top:40px;
	padding-bottom:40px;
	background:#f2f2f2;
}
.lastCall .button a{
	-webkit-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.22);
-moz-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.22);
box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.22);
}
.innerBottom{
padding-left:20px;
padding-right:20px;	
width:85%;
text-align:center;
margin-left:auto;
margin-right:auto;
}
.innerBottom p{
margin-bottom:0px;	
}
.innerBottom .button{
	
	margin-top:20px;
}

.aBody .td2{
text-align:center;	
}
.ftd2{
text-align:right;	
}
.footer{
background:#fff;
padding-top:20px;
padding-bottom:20px;

}
.footer p{
	
margin-bottom:0px;
}
.footer td{
padding-top:0px;	
padding-bottom:0px;
text-align:left;
}
.footer td.ftd2{
	text-align:right;
}
td.ftd2 img{
margin-bottom:-5px;	
}
.buttons .button a{
	margin-left:10px;
	margin-right:10px;
}
.justMobile{
display:none;	
}
 @media (max-width: 810px) {
	table td{
	display:block;
	width:100%;	
	}
	.header .td1, .header .td2, .aBody .td2, .aBody .td1, .aBody .td2{
	width:100%;	
	padding:0px;
	}
	.header .td2 img{
	max-width:240px;
	padding-left:40px;	
	box-sizing:border-box;
	box-sizing:border-box;
	}
	.header .td2{
	text-align:center;	
	}
	.header{
	padding-top:20px;
	padding-bottom:30px;	
	}
	.aBody{
	padding-top:30px;
	padding-bottom:30px;	
	}
	.lastCall{
	padding-top:30px;
	padding-bottom:30px;	
	}
	.footer{
	padding-top:20px;
	padding-bottom:20px;	
	}
	.footer td, .ftd2{
	text-align:center;	
	padding-bottom:10px;
	}
	h1{
	font-size:32px;
	line-height:34px;	
	}
	h1,h4{
	text-align:center;
	}
	.button{
	text-align:center;	
	display:block;
	}
	.innerBottom{
	width:100%;
	box-sizing:border-box;	
	padding-left:0px;
	padding-right:0px;
	}
	.footer td.ftd2{
	text-align:center;	
	}
	.innerBottom{
	text-align:left;	
	}
	.innerBottom .buttons{
	text-align:center;	
	}
	.button.secondary a{
		padding-left:20px;
		padding-right:20px;
	}
	.social{
	text-align:center;	
	}
	.justMobile{
	display:block;	
	}
	.justMobile img{
		max-width:240px;
	}
	.hideMobile{
	display:none;	
	}
	.header .td2 .justMobile  img{
		padding-left:0px;
	}
	.innerBottom .button a{
		margin-bottom:15px;	
	}
 }
