.TemplateController .left p,
.TemplateController .left li{
	font-size:18px;
	line-height:24px;
}

.TemplateController .left li{
	margin-top:16px;
    margin-top: 16px;
    display: inherit;
    width: 97%;
    margin-left: 3%;
    float: left;
    text-align: left;
    color: #5a5a5a;	
}

.TemplateController .left {
	float: left;
	width: 83.2%;
	text-align: center;
	display: inline-block;
	padding-bottom: 50px;
}

.TemplateController .right{
	float:right;
	width:16.8%;	
}

.TemplateController .right img{
	width:100%;
	height:auto;	
}	
.TemplateController .lastCTA{
	text-align:right;
	width:65px;
	display:inline-block;
	float:right;
	clear:both;
}

.TemplateController .lastCTA .upIcon{
	background-repeat: no-repeat;
	background-image: url('/Images/Upload/icon-cta-sprite.png');
	background-size: 60px auto;
	background-position:center -250px;
	height:60px;
	width:60px;
	border-radius:50px;
	background-color:rgba(0,0,0,.1);
	cursor:pointer;	
	display:inline-block;
}
.TemplateController .lastCTA .upIcon:hover{
	background-color:rgba(0,0,0,.25);
	box-shadow: 0 0 5px #000;
}

.TemplateController .lastCTA .upIcon:active{
	background-color:rgba(255,0,0,.5);
	box-shadow: 0 0 5px #000 inset;
}

.TemplateController .left a.email {
	font-size: 18px;
	cursor: pointer;
	margin:0 0;
	background-repeat: no-repeat;
	background-image: url('/Images/Upload/icon-cta-sprite.png');
	background-size: 60px auto;
	color: #fff;
	text-align: center;
	height: 60px;
	line-height: 60px;
	width: 350px;
	max-width: 90%;
	padding: 0;
}

.TemplateController .left a.email, 
.TemplateController .left a.email:hover {
	background-position: 10px -490px;
}

.TemplateController .left .contentWrap {
	width: 90%;
	max-width: 900px;
	display: inline-block;
}
.TemplateController .left .contentWrap h1{
	font-size:65px;
	line-height:inherit;
	height:100px;
	line-height:100px;	
}
.TemplateController .left .contentWrap p,
.TemplateController .left .contentWrap div,
.TemplateController .left .contentWrap h3{
	text-align:left;
	
}
.TemplateController .left .contentWrap p{
	margin-top:0;	
	float:left;
}
.TemplateController .left .contentWrap div{
	padding:130px 0 5px;
	font-size:20px;
	line-height:24px;
    margin-top: -100px;
    -webkit-background-clip: content-box;
    background-clip: content-box;
	display:inline-block;
	text-align:left;
	width:100%;
	position:relative;
	z-index:-1;
}
.TemplateController .left .contentWrap h2{
	font-size:36px;
	line-height:36px;
	margin-bottom:24px;
}
.TemplateController .left .contentWrap h3{
	font-size:30px;
	line-height:30px;	
	padding:20px 0 5px;
}
.TemplateController .left .contentWrap h3 a{
	font-size:inherit;
	line-height:inherit;
	width:100%;
	height:100%;	
}
.TemplateController a.contents{
	font-size:20px;	
	line-height:36px;
	text-align:left;
	width:100%;
	clear:both;
	padding:5px 0 5px 2.5%;
}

.TemplateController .contentWrap h4 {
	text-align: left;
	font-size:30px;
	font-size: 2rem;
	padding: 130px 0 0;
    margin-top: -100px;
    -webkit-background-clip: content-box;
    background-clip: content-box;
	width:100%;
	text-align:left;
	display:inline-block;
}

.TemplateController ol {
	text-align: left;
	margin-left: 3%;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	color: #5a5a5a;
	font-weight: 300;
	width: 97%;
	display:inherit;
}

@media screen and (max-width:1024px){

}

@media screen and (max-width:480px){
	.TemplateController .right{
		display:none;	
	}
	.TemplateController .left{
		width:100%;	
	}
	
}
