@charset "utf-8";
/* Browser Styles Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* CSS */

.toplogo {
	padding:20px 0 20px 0;
	background:#f7f7f7;
}
.maincontainer {
	margin:15px auto 0 auto;
	max-width:960px;
	padding:1em;
}
.maincontainer:after {
    content: "";
    display: table;
    clear: both;
}
.leftcolumn {
	margin-bottom:30px;
}
.rightcolumn {
	text-align:center;
	margin: 0 auto;
}
@media screen and (min-width : 850px) {
.leftcolumn {
        float: left;
        width: 55%;
    }
.rightcolumn {
        float: right;
        width: 43%;
		padding-left:2%;
    }
.headline {text-align:left !important;}
.subheadline {text-align:left !important;}
}
.headline {
	text-transform:uppercase;
	color:#fd100a;
	font-size:42px;
	line-height:1.1em;
	font-weight:bold;
	font-family:"Oswald", Arial, sans-serif;
	margin-bottom:20px;
	text-align:center;
}
.subheadline {
	text-transform:uppercase;
	font-size:22px;
	line-height:26px;
	font-family:"PT Sans Narrow", Arial, sans-serif;
	font-weight:normal;
	font-style:normal;
	margin-bottom:20px;
	text-align:center;
}
.benefitslist ul {
	margin:0;
	padding:0;
}
.benefitslist ul li {
	list-style:none;
	padding-left: 44px;
	font-size:14px;
	background:url(../images/checkbullet.png) no-repeat;
	line-height:1.5em;
	min-height:32px;
	font-family:"Open Sans", Arial, sans-serif;
	font-style:normal;
	font-weight:normal;
	color:#444;
	margin-bottom:10px;
	text-transform:uppercase;
}
.bottomsection:before {
	clear:both;
	margin-top: -35px;
	left: 48%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136,183,213,0);
	border-bottom-color: #fbfbfb;
	border-width: 30px;
	margin-left: -30px;
	border-width: 18px 70px;
}
.bottomsection {
	text-align:center;
	clear:both;
	font-family:"Open Sans", Arial, sans-serif;
	background:#fbfbfb;
	width:100%;
}
.bottomsection2 {
	font-family:"Open Sans", Arial, sans-serif;
	background:#fbfbfb;
	padding-bottom:30px;
	padding-top:20px;
	margin:0px auto;
	width:100%;
}
.bottomsection h3 {
	padding-top:30px;
	font-size:22px;
	line-height:1.4em;
	color:#202020;
	font-style:italic;
	font-weight:lighter;
}
.bottomphoto {
	width:110px;
	height:110px;
	float:left;
	margin-right:20px;
}
.bottombio {
	float:right;
	padding-top:25px;
	padding-bottom:30px;
	text-align:left;
	color:#666;
}
.footer {
	clear:both;
	text-align:center;
	font-family:"Open Sans", Arial, sans-serif;
	color:#666;
	font-size:14px;
	background:#f4f4f4;
	width:100%;
	padding:25px 0 20px 0;
}
.footer p {
	margin-bottom:20px;
}
.footer ul li {
	display: inline;
	list-style:none;
	padding-right:20px;
	line-height:20px;
}
.footer a {
	text-decoration:none;
	color:#666;
	min-height:60px;
}
.white-popup-block {
    position: relative;
    background: #FFF;
    padding: 20px;
    width:auto;
    max-width: 600px;
    margin: 20px auto;
}
.white-popup-block p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:20px;
}
.white-popup-block h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:32px;
	line-height:36px;
	color:#c00;
	font-weight:bold;
	text-align:center;
	margin:20px 0;
}
#email {
	width:80%;
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	line-height:26px;
	margin:0px auto;
}
.submit {
	margin:20px auto 0 auto;
    width: 80%;
	max-width: 345px;
}