@charset "utf-8";
/* CSS Document */

/* Typography */
h1 {
	-webkit-font-smoothing: antialiased;
	font-family: 'Bree Serif', serif;
	font-weight: normal;
	font-size: 37px;
	line-height: 37px;
	margin: 0 0 10px 0;
	color: #333;
	margin: 20px 0;
}
h2 {
	-webkit-font-smoothing: antialiased;
	font-family: 'Bree Serif', serif;
	font-weight: normal;
	font-size: 37px;
	line-height: 38px;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	color: #fff;
	margin: 0;
	text-shadow: 0 -1px #000;
}
h3 {
	-webkit-font-smoothing: antialiased;
	font-family: 'Bree Serif', serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 18px;
	margin: 10px 0;
	padding: 0 0 10px 0;
	color: #fff;
	margin: 0;
	text-shadow: 0 -1px #000;
}

/* Body + Containers */
html {
    height: 100%;
}
body {
  height: 100%;
  margin: 0;
	background-color: #8ab1f7;
  background-repeat: no-repeat;
  background-attachment: fixed;
	background: -webkit-linear-gradient(#2555a1, #8ab1f7); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#2555a1, #8ab1f7); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#2555a1, #8ab1f7); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#2555a1, #8ab1f7); /* Standard syntax */
	font-family: 'Lato', sans-serif;
	font-size: 19px;
	line-height: 21px;
	margin: 0 0 10px 0;
	color: #333;
}
#container-outer {
	margin: 0 auto;
	max-width: 960px;
}
#container-inner {
	margin: 30px;
	padding: 30px;
	background: #f6f6f6;
	background-image: url('/public/uploads/sky-bg.jpg');
	background-repeat: no-repeat;
	background-position: right bottom;
	display: inline-block;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px; /* future proofing */
	-khtml-border-radius: 8px; /* for old Konqueror browsers */
	border: 1px solid #fff;
	-moz-box-shadow: 0px 8px 8px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 8px 8px rgba(0,0,0,0.2);
	box-shadow: 0px 8px 8px rgba(0,0,0,0.2);
}
#column-left {
	width: 48%;
	float: left;
	padding: 0 0 30px 0;
}
#column-right {
	width: 48%;
	float: right;
	padding: 22px 0 0 0;
	background: #f6f6f6;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px; /* future proofing */
	-khtml-border-radius: 8px; /* for old Konqueror browsers */
	border: 1px solid #fff;
	-moz-box-shadow: 0px 3px 10px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 3px 10px rgba(0,0,0,0.4);
	box-shadow: 0px 3px 10px rgba(0,0,0,0.4);
}
span.clear {
	clear: left;
	display: block;
}
#content {
	text-align: center;
}
.formiframe {
	width: 100%; 
	height: 590px;
}



/* Special */
.logo {
	padding: 0 0 20px 0;
}
.divider {
	width: 100%;
	border-top: 1px solid #c9deed;
	border-bottom: 1px solid #fff;
}
.list {
	font-weight: bold;
	text-align: left;
	max-width: 320px;
	display: inline-block;
}
.list td {
	padding-bottom: 10px;
}
.check {
	padding: 0 12px 0 0;
}
#form-banner {
	text-align: center;
	background: #111173; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzExMTE3MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzRjNGNiMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMTExNzMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  #111173 0%, #4c4cb2 50%, #111173 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#111173), color-stop(50%,#4c4cb2), color-stop(100%,#111173)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #111173 0%,#4c4cb2 50%,#111173 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #111173 0%,#4c4cb2 50%,#111173 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #111173 0%,#4c4cb2 50%,#111173 100%); /* IE10+ */
	background: linear-gradient(to right,  #111173 0%,#4c4cb2 50%,#111173 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#111173', endColorstr='#111173',GradientType=1 ); /* IE6-8 */
	padding: 10px;
	border: 1px solid #202073;
}
#form {
	-webkit-font-smoothing: antialiased;
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 16px;
	color: #333;
	margin: 0;
	text-align: center;
}
#form #table {
	text-align: left;
	padding: 25px 25px 0;
}
.row {
	padding-bottom: 15px;
}
#tcpa {
	text-align:left;
	font-size: 10px;
	line-height: 10px;
	margin: 5px 0 0 0;
	width: 100%;
	visibility:visible !important;
}
.label {
	width: 40%;
	font-weight: bold;
	float:left;
	padding-bottom: 5px;
}
.input {
	width: 60%;
	float: right;
}
.input input {
	/*width: 100%;*/
}
#submit-area {
	padding: 25px;
	border-top: 1px solid #fff;
	-moz-box-shadow: 0px -5px 20px rgba(200,200,200,0.1);
	-webkit-box-shadow: 0px -5px 10px rgba(200,200,200,0.1);
	box-shadow: 0px -5px 10px rgba(200,200,200,0.1);
}
#submit {
	-webkit-font-smoothing: antialiased;
	font-family: 'Bree Serif', serif;
	background-color: #ff0000;
	margin: 0 auto;
	border: none;
	border-bottom: 1px solid #9B0000;
	border-left: 1px solid #9B0000;
	border-right: 1px solid #9B0000;
	color: #fff;
	font-size: 30px;
	display: inline-block;
	cursor: pointer;
	white-space: normal;
	width: 85%;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px; /* future proofing */
	-khtml-border-radius: 8px; /* for old Konqueror browsers */
	background: #ff0000; /* Old browsers */
	background: -moz-linear-gradient(top,  #ff0000 0%, #FF6464 52%, #9B0000 52%, #ff0000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff0000), color-stop(52%,#FF6464), color-stop(52%,#ff0000), color-stop(100%,#9B0000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ff0000 0%,#FF6464 52%,#ff0000 52%,#9B0000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ff0000 0%,#FF6464 52%,#ff0000 52%,#9B0000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ff0000 0%,#FF6464 52%,#ff0000 52%,#9B0000 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ff0000 0%, #FF6464 52%, #ff0000 52%, #9B0000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF6464', endColorstr='#9B0000',GradientType=0 ); /* IE6-8 */
        text-align: center;
        height: 30px;
        padding: 20px 20px 5px;
}
#trust-icons {
	padding: 20px 20px 0 20px;
}
.error {
	border: 2px red solid;
}
#footer {
	max-width: 960px;
	text-align: center;
	margin: 0 auto;
	-webkit-font-smoothing: antialiased;
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 14px;
	color: #121273;
	padding: 0 0 25px 0;
}
#footer a {
	text-decoration: none;
	color: #121273;
}

@media screen and (max-width: 660px ) {
	#leftheadertext{
		display: none;
	}
	#imggraph{
		display: none !important;
	}
	#tablebullets{
		display: none;
	}
	#column-left {
		width: 100%;
	}
	#column-right {
		width: 100%;
	}
	#container-inner {
		margin: 20px;
		padding: 20px;
	}
	.label {
		width: 100%;
		float:left;
	}
	.input {
		width: 100%;
		float: left;
	}
	#submit {
		font-size: 22px;
	}
	.formiframe {
		width: 401px;
		height: 720px;
	}
}

@media only screen and (device-width: 768px) {
	.formiframe {
		width: 95%;
		height: 800px;
	}
	.row {
		padding-bottom: 5px;
	}
}

@media screen and (max-width: 960px ) {
	.formiframe {
		width: 100%;
		height: 800px;
	}	
}



@media screen and (max-width: 480px ) {
	#column-left {
		width: 100%;
	}
	#column-right {
		width: 100%;
	}
	#container-inner {
		margin: 20px;
		padding: 20px;
		width: 75%
	}
	.label {
		width: 100%;
		float:left;
	}
	.input {
		width: 100%;
		float: left;
	}
	#submit {
		font-size: 22px;
	}
	.formiframe {
		width: 87.5%;
		height: 900px;
	}
}