@charset "utf-8";
/* CSS Document */

.landing-page-banner {
	background:#f0efef;
	padding:30px 0;
}
.header-block-left {
	width:40%;
	display:inline-block;
	vertical-align:middle;
}
.header-block-left h2 {
	
	color:#454d59;
	letter-spacing:-2px;
	font-size:68px;
	line-height:67px;
	font-weight:100;
	margin:0 0 18px 0;
}
.header-block-left h6 {
	
	color:#3b4244;
	font-size:28px;
	line-height:35px;
}
.header-block-right {
	width:58%;
	display:inline-block;
	vertical-align:middle;
}
.header-block-right img {
	max-width:100%;
}
.page-block {
	display:block;
	padding:60px 0 60px 0;
}
.page-block h1 {
	
	font-size:36px;
	color:#454545;
	background:url(../../img2/under-heading.jpg) no-repeat bottom center;
	text-align:center;
	font-weight:100;
	padding:0 0 17px 0;
	margin:0 0 40px 0;
}
.page-block h2 {
	
	font-size:36px;
	color:#454545;
	background:url(../../img2/under-heading.jpg) no-repeat bottom center;
	text-align:center;
	font-weight:100;
	padding:0 0 17px 0;
	margin:0 0 40px 0;
}
.page-block h2 span {
	color:#565656;
	font-size:24px;
	display:block;
}
.page-block p {
	font-size:16px;
	font-weight:400;
	line-height:26px;
	color:#3b4244;
}
ul.add-words {
	display:table;
	border-collapse:collapse;
	border:1px solid #dddddd;
	margin:41px 0 0 0;
}
ul.add-words li {
	display:table-cell;
	border-left:1px solid #dddddd;
	text-align:center;
	padding:2% 4%;
	width:33.33%;
}
.page-cta {
	background:#eeeeee;
	padding:0 0;
	display:block;
	clear:both;
}
.page-cta.bdr {
	border:1px solid #dddddd;
	border-top:none;
}
.page-cta.space {
	margin:0 0 60px 0;
}
.cta-container {
	display:table;
	padding:30px 0;
}
.cta-container.padd-cta {
	padding:30px;
}
.cta-container .cta-cell {
	display:table-cell;
	vertical-align:middle;
}
.cta-container .cta-cell.first-child{
	padding:0 20px 0 0;
}
.cta-container h3 {
	
	font-size:30px;
	color:#171717;
}
.cta-container h3 strong {
	
}
.cta-container a.more {
	background: none repeat scroll 0 0 #f24332;
	border: medium none;
	color: #fff;
	display:inline-block;
	font-family: 'helveticaneuecyrmedium';
	font-size: 28px;
	font-style: normal;
	font-weight: 100;
	padding: 25px 30px;
	white-space: nowrap;
	border-radius:5px;
	transition:all 0.3s;
}
.cta-container a.more.green {
	background:#7fc241;
}
.cta-container a.more.small {
	font-size:23px;
	padding:30px;
}
.cta-container a.more:hover {
	background: none repeat scroll 0 0 #1a2325;
	color: #fff;
}
.lp-issues {
	display:block;
}
.lp-issues:after {
	display:table;
	clear:both;
	content:"";
}
.grey-bullet {
}
.grey-bullet li {
	font-size:16px;
	line-height:20px;
	font-weight:400;
	color:#3b4244;
	background:url(../../img2/grey.png) no-repeat 0 21px;
	padding:20px 10px 0px 28px;
}
.graphic-1 {
	width:45%;
	float:right;
}
.graphic-1 img {
	max-width:100%;
}
.blue-wrap {
	background:#1a2325;
	position:relative;
	overflow:hidden;
}
.blue-wrap h4 {
	color:#fff;
	
	font-size:36px;
	padding-bottom:25px;
}
.blue-wrap p {
	color:#fff;
}
.blue-wrap .grey-bullet li {
	color:#fff;
}
.half-col {
	width:50%;
	float:left;
}
.half-col.spacer {
	margin:80px 0;
}
.lp-sample {
	margin-bottom:40px;
}
.lp-sample img {
	max-width:100%;
}
.image-large {
	display:block;
	position:relative;
	width:100%;
	height:100%;
}
.image-large img {
	position:absolute;
	height:100%;
	left:0;
	top:0;
}
.col-half {
	width:50%;
	float:left;
}
.col-half.right-col {
	float:right;
}
.col-half.spacer {
	padding:80px 0;
}
.img-rt {
	position:absolute;
	top:0;
	left:50%;
	height:100%;
}
.org-txt{
	color:#f24332;
}





 @media screen and (max-width: 800px) {
.header-block-left, .header-block-right, .col-half.spacer {
	display:block;
	width:100%;
	text-align:center;
}
.header-block-left h1 {
	font-size:52px;
	line-height:55px;
}
ul.add-words {
	display:block;
	text-align:center;
}
ul.add-words li {
	display:block;
	width:inherit;
	border-left:none;
	border-top:1px solid #dddddd;
	padding:20px;
}
ul.add-words li:first-child {
	border-top:none;
}
.cta-container {
	text-align:center;
}
.cta-container .cta-cell {
	display:block;
}
.cta-container .cta-cell.first-child{
	padding:0;
}
.cta-container h3 {
	font-size:25px;
}
.cta-container a.more {
	font-size:18px;
	padding:20px 15px;
	margin:20px 0 0 0;
}
.half-col, .graphic-1 {
	width:100%;
}
.img-rt {
	position:static;
	display:block;
	clear:both;
	width:100%;
	margin:0 0 0 0;
}
.img-rt img {
	max-width:100%;
}
.grey-bullet li{
	text-align:left;
}
}
