@charset "UTF-8";

img, object, embed, video {
	max-width: none;
}
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-margin-before: 0;
	-moz-margin-before: 0;
	-o-margin-before: 0;
	-webkit-font-smoothing: antialiased;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width: 100%;
}

body {
	/* background:url(images/subtle_freckles.png) repeat left top; */
    /*background: url(images/black_paper.png) repeat left top;*/
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 100%;
	background: #000 url(images/gold_skyline.jpg) no-repeat center top;
	background-size: 100%;
}
.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}
.fluidList {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 3.75em;
	text-align: left;
    font-family: Helvetica, Arial, sans-serif;
    font-style: normal;
    color: #fff;
    line-height: 1;
    
}

h2 {
    font-family: Helvetica, Arial, sans-serif;
	text-align: left;
    font-size: 1.875em;
    line-height: 1;
    color:#3B424D;
	border-top: 5px;
}
h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-weight: 900;
	line-height: 1;
	color:#306E73;
	padding: 0;
	margin: 5px 0;
}

.gridContainer {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	 background: #3B424D;
}
header {
	float: right;
	width: 75%;
    padding: 30px;
	margin-bottom: 5px;
    background: #3B424D;
    overflow: auto;
	font-family: Arial, sans-serif;
}
@media screen and (max-width: 980px) {
	header {
		float: none;
		width: 100%;
	}
}

header h1 {
	font-size: 2.5em;
	color: #efefef;
	margin-bottom: 30px;
}
header img {
	float: left;
	margin-top: 0;
	width: auto;
	height: auto;
}

.header-ul {

}
	.header-li {
		float: left;
		background-image: url('images/bullet-check.png');
		background-position: left center;
		background-repeat: no-repeat;
		padding-left: 35px;
		color: #FFF;
		font-size: 1em;
		line-height: 1;
		font-weight: bold;
		width: 210px;
		margin-right: 10px;
		text-align: left;
	}

#main_content {
	width: 75%;
	float: left;
}
.banner {
	height: auto;
	width: auto;
	max-width: 100%;
	background-color: #fff;
	position: relative;
	padding: 30px;
	border-bottom: 1px solid #ddd;
}
.banner h1 {
	font-size: 2.8125em;
	color: #333;
	line-height: .9em;
}
.banner .subheading {
	font-size: 80%;
	font-weight: normal;
}

.banner img {
	position: absolute;
	top: -30px;
	left: -30px;
	width: 120px;
	height: auto;
}
#text-area {
	height: auto;
	width: auto;
	padding: 20px 30px 30px 30px;
	background: url(images/arrow_icon_overlay.png) no-repeat 590px center, #efefef;
	background-size: 100%;
}
p {
	color:#3B424D;
	font-size: 1.125em;
	line-height: auto;
	width: 100%;
	margin-bottom: 5px;

}
.p_accent {
	font-weight: 200;
	font-size: 1.125em;
}
.secondary_text {
	font-weight: normal;
	font-size: 1em;
    color: #343434;
    margin-bottom: 15px;
}
#link-content {
	height: auto;
	padding: 15px 30px;
	border: 1px solid #ddd;
	background: #fff;
	overflow: auto;
}

#link-content section {
	width: 33%;
	float: left;
    padding: 2%
}

#link-content section img {
	width: 67px;
	margin: 0 auto 10px auto;	
}
#link-content section h2 {
	width: auto;
	margin-left: 0;
	font-size: 24px;
}

#link-content section p {
	font-size: 1em;
	line-height: 20px;
	color: #333;
	padding: 0px 0 15px 0;
	width: auto;
	margin-left: 0;
	margin-top: 5px;
}
#link-content aside {
	width: auto;
	clear: both;
	padding: 0px 0 15px 15px;
	display: block;
	height: 45px;
	text-align: left;
	font-size: 15px;
	line-height: 60px;
	margin-top: 0;
}
#link-content aside img {
	margin-top: 5px;
}
em {
	color: #8CC63F;
	font-style: normal;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
}
footer {
	height: auto;
	width: 100%;
	clear: both;
font-family: Helvetica, Arial, sans-serif;
padding: 15px 0 30px 0;

}
footer img {
	float: left;
	margin-top: 12px;
	margin-left: 15px;
	width: 50%;
	height: auto;

}
footer .links {
  color: #efefef;
  font-size: 14px;
  padding-right: 12px;
  text-align: right;
}
footer .links a {
	padding-right: 7px;
/*	color: #29ABE2;
*/	font-weight: bold;
color: #efefef;
}
footer .links a:hover {
	color: #333;
}

footer .links a:visited {
	color: #FF5335;
}

#Tabs1 ul {
	overflow: auto;
	background: #efefef;
}
#Tabs1 ul li {
	float: left;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	color: #212121;
	background-color: #e7e7e7;
	margin-left: .2em;
	margin-right: .2em;
	margin-top: .4em;
}
#Tabs1 ul li.active {
	background: #fff;
}
#Tabs1 ul li a {
	display: block;
	color: #212121;
	padding: .5em;
}

#sidebar {
	width: 25%;
	height: auto;
	float: left;
    position: relative;
    padding-bottom: 15px;
    overflow: visible;
	/*border-radius: 10px;*/
	background: #306E73;
}

#sidebar h3 {
	display: none;	
}
#media {
	height: 90px;
	float: right;
	width: 240px;
    padding: 5px;
    background: url(images/media.html) no-repeat center top;
    clear: both;
    overflow: auto;
}

#media img {
    margin: 0 auto;   
}
#sidebar_heading {	
	font-family: Helvetica, Arial, sans-serif;
	background: url(images/badge_new.png) no-repeat top left;
	text-align: center;
	color: #fff;
	font-weight: 400;
	font-size: 1.875em;
	line-height: 1.1em;
	position: relative;
	margin-top: 5px;
	left: -5px;
	width: 240px;
	height: 94px;
	overflow: visible;
	padding-top: 9px;
}

#sidebar_footer {
	background: none;
	text-align: left;
	color: #fff;
    width: 100%;
    padding: 5px 0;
    overflow: auto;
}
#sidebar_footer p {
	color: #FFF;
}

#sidebar_footer a {
	float: left;
	color: #fff;
	margin-top: 8px;	
}
#sidebar_footer iframe {
	float: right;
}

form {
	height: auto;
	background: none;
	padding: 15px;
}
.sidebar-form-double {
	overflow: auto;
}
.sidebar-form-double p {
	float: left;
	width: 50%;
}
form p {
	width: auto;
	color: #efefef;
	font-weight: bold;
}
form input[type=text] {
	width: 98%;
	height: auto;
	padding: 1% 2%;
	margin-bottom: 5px;
	color: #333;
}
form input[type=submit] {
	width: 100%;
	height: auto;
	min-height: 45px;
	overflow: visible;
	margin: 5px 0;
	color: #fff;
	border-radius: 5px;
	background: url(images/arrow_icon_overlay.png) no-repeat 3% center, rgb(255, 83, 53);
	background-size: 5px auto;
	border: 1px solid rgb(255, 83, 53);
	font-weight: bold;
	font-size: 1em;
	text-align: center;
	padding-left: 15px;
}

form input[type=submit]:hover {
	background: url(images/arrow_icon_overlay.png) no-repeat 3% center, #FF3C1A;
	background-size: 5px auto;
	border: 1px solid #FF3C1A;
}

select {
	margin: 10px 5px;
	width: auto;
}

label {
	color: #fff;
	font-weight: bold;
}
#sidebar_footer {
	padding: 5px 15px;
	font-size: 0.75em;
}
.zeroMargin_mobile {
	margin-left: 0;
}
#security {
	text-align: center;
}
.hide_mobile {
	display: none;
}
.right_dir {
	display: none;
}

ul {
	list-style: none;	
}

#get-started-now {
	padding-left: 350px;
	background-image: url(images/couple.png);
	background-repeat: no-repeat;
	background-position: left top;	
}


@media (max-width: 980px) {
	
	.gridContainer {
	width: 100%;
	max-width: 720px;
	margin: 0 auto;
}
	
	#sidebar {
		width: 35%;	
		padding-top: 0;
		background: #306E73;
	}

	
	#main_content {
		width: 65%;
		margin-left: 0;
	}
	
	#link-content section {
		width: 100%;	
	}


header img {
    margin: 0 10%;   
}

#sidebar_heading { 
	font-size: 1.2em;
	position: relative;
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
	background: #FF5335;
	border-width: 1px;
	border-style: solid;
	border-color: #C1272D;	
	padding-bottom: 9px;
}

#get-started-now {
	padding: 15px;
	background-image: none;	
}

}


@media (max-width: 767px) {

	header h1 {
		margin-bottom: 0;
	}
	.header-ul {
		display: none;
	}

	.gridContainer {
		width: 100%;
	max-width: 640px;
	margin: 0 auto;
}

#sidebar {
		width: 100%;
	}
	
	
	#main_content {
		width: 100%;	
	}

header img {
    margin: 0 5%;   
}


form input[type=submit] {
	font-size: 1em;
}

form input[type=submit]:hover {
	background: url(images/arrow_icon_overlay.png) no-repeat 3% center, #7eb339;
	background-size: 5px auto;
	
	#get-started-now {
	padding-left: 15px;
	padding-top: 300px;
	background: url;	
	background-size: 100% auto;
}
}

@media (max-width: 640px) {

	.gridContainer {
		width: 100%;
	max-width: 480px;
	margin: 0 auto;
}

}

@media (max-width: 480px) {

	header h1 {
		font-size: 1.5em;
	}

	.gridContainer {
		width: 100%;
	max-width: 320px;
	margin: 0 auto;
}

h1 {
	font-size: 1.875em;	
}

}

