/*dkYel #e6a423, medYel #ffcc00, ltYel #ffe645*/

body {
	margin: 0px;
	font-family: 'PT Sans', sans-serif;
	background-color: #264177;
}
.contain {
	max-width: 1030px;
	margin: 0px auto 0px auto;
	position: relative;
	padding: 0px;
}
header {
	background-color: #264177;
	padding: 20px 15px 12px 15px;
}
/* shows IE8 how to handle semantic elements */
header, section, footer, nav, main {display: block;}

.logo {
	font-weight: 700;
	font-size: 1.8rem;
	position: relative;
	top: 0px;
}
.glowarea {
	color: #ffe645;
}
img {border: none;}
#tagline {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 1.2rem;
	padding-left: 30px;
	position: relative;
	top: 18px;
	color: #000;
	position: relative;
	top: 0;
}
#phone {
	font: 700 1.2rem/normal 'PT Sans', sans-serif;
	color: #FFF;
}
#loginBtn {
	display: inline-block;
	font: 400 .8rem/normal 'PT Sans', sans-serif;
	line-height: .8rem;
	text-align: center;
	position: relative;
	top: 0px;
	cursor: pointer;
	border: 1px solid #FFF;
	border-radius: 6px;
	padding: 6px;
	vertical-align: text-bottom;
	margin-left: 8px;
	color: #FFF;
}
header a {text-decoration: none; color: #FFF;}
header a:hover {text-decoration: none; color: #264177;}

/**************** end of header **********************/

#topNav {
	height: 2px;
	padding: 3px 20px 0px 20px;
	background-color: #FFF;
	/*overflow: hidden;
	text-align: right;
	-webkit-transition:all .5s ease-in-out;
	-moz-transition:all .5s ease-in-out;
	-o-transition:all .5s ease-in-out;
	-ms-transition:all .5s ease-in-out;
	transition:all .5s ease-in-out;*/
}
/*#topNav a {
	text-decoration: none;
	color: #000;
}
#topNav a:hover {
	text-decoration: none;
	color: #FFF;
}
All content is on home page, so no need for top nav */
main {
	color: #000;
	padding: 20px;
	position: relative;
	overflow: hidden;
}
section {padding: 20px 20px 40px 20px;}
.light {background-color: #ffffff; color: #000;}
.med {background-color: #80A1A5; color: #FFF;}
.dark {background-color: #264177; color: #FFF;}

#bigPic {width: 100%;}
/*#mainText {
	position: absolute;
	top: 50%;
	left: 10%;
	margin-top: -160px;
}*/
#mainText {
	position: absolute;
	top: 20%;
	left: 50%;
	/*margin-top: -160px;*/
	margin-left: -400px;
}
#mainText h2 {
	font-size: 2.0rem;
	line-height: 2.0rem;
}
#mainText h3 {
	font-size: 1.3rem;
	white-space: nowrap;
}
.displayTable {
	display: table;
	border-spacing: 20px;
	max-width: 1030px;
	margin: 0px auto 0px auto;
	position: relative;
}
.featureBox {
	width: 33%;
	margin: 0px 10px 0px 10px;
	padding: 15px;
	display: table-cell;
	color: #000;
	text-align: left;
}
.featureBox h2 {padding-top: 0px; text-align: center;}

.leftSide {
	display: table-cell;
	vertical-align: middle;
	padding-right: 15px;
}
.rightSide {
	display: table-cell;
	vertical-align: middle;
	padding-left: 30px;
}

/**************** form stuff ***************/
.textArea { /* used in policy page contact forms */
	width: 100%;
	font-size: 1.1rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 4px auto 4px auto;
	padding: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: thin solid #999;
}
.textField {
	width: 100%;
	height: 60px;
	font-size: 1.1rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 4px auto 4px auto;
	padding: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: thin solid #999;
}
.selectBox {
	width: 100%;
	height: 60px;
	font-size: 1.1rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 4px auto 4px auto;
	padding: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: thin solid #999;
}
select:focus, input:focus {border: 2px solid #06F;}

.fieldLabel {font-size: 12px; line-height: 100%; color: #666; margin: 10px 0px 0px 8px;}

.formButton {
	min-width: 40%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0px auto 0px auto;
	padding: 10px 20px 14px 20px;
	background-color: #cccc99;
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
	color: #000;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 3px solid #ffe645;
	cursor: pointer;
	background: -webkit-linear-gradient(#e6a423, #ffe645); /*Safari 5.1 to 6.0*/
  background: -o-linear-gradient(#e6a423, #ffe645); /*Opera 11.1 to 12.0*/
  background: -moz-linear-gradient(#e6a423, #ffe645); /*Firefox 3.6 to 15*/
  background: linear-gradient(#e6a423, #ffe645);
}

.formButton:hover {background: #ffe645;}
.triangleArrow {position: relative; top: 8px; padding-left: 12px;}

/**************** end of form stuff ***************/

.blackNormal {
	font-weight: 400;
	color: #000;
}
.dontBreak {white-space: nowrap;}

.chooseOne {
	font-style: italic;
	font-weight: 400;
	white-space: nowrap;
	color: #000;
}
.leftCol {} /*used in successStories.html*/
.rightCol { /*used in successStories.html*/
	max-width: 280px;
	display: inline-block;
	float: right;
	padding-left: 20px;
	padding-top: 5px;
	margin-left: 20px;
	margin-bottom: 12px;
	border-left: 1px solid  #000;
	border-bottom: 4px solid  #000;
	background-color: #000;
}
#testimonialPic {height: initial; overflow: hidden;}

.floatLeft {float: left; padding: 6px 12px 8px 0px;}
.floatRight {float: right; padding: 0px 0px 8px 12px;}

a {text-decoration: none; color: #000;}
a:hover {text-decoration: underline; color: #000;}

.smallPrint {
	width: 70%;
	margin: 10px auto 0px auto;
	font-size: .7rem;
	color: #666;
	text-align: center;
	font-weight: normal;
}
.smallPrint a {
	font-size: .7rem;
	text-decoration: none;
	color: #666;
	display: inline;
	border: none;
	padding: 0px;
}
.smallPrint a:hover {
	font-size: .7rem;
	text-decoration: underline;
	color: #666;
	display: inline;
	border: none;
	background: none;
	padding: 0px;
}
#bigBox {
	max-width: 800px;
	margin: 15px auto 0px auto;
	padding: 20px;
	background: #ffffff;
	font-size: 1rem;
	color: #333;
	padding-top: 15px;
	-moz-border-radius: 0px 0px 6px 6px;
	-webkit-border-radius: 0px 0px 6px 6px;
	border-radius: 0px 0px 6px 6px;
	border: 3px solid #b6e9e6;
}
.attribution {
	display: block;
}
.testimonial {
	margin-bottom: 25px;
	padding: 15px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
	background-color: #fff;
	color: #000;
}
/* if getStarted links are text links */
.light .getStartedLink a {text-decoration: none; font-size: 24px; font-weight: 700; color: #e6a423}
.light .getStartedLink a:hover {text-decoration: underline;}
.dark .getStartedLink a {text-decoration: none; font-size: 24px; font-weight: 700; color: #ffcc00;}
.dark .getStartedLink a:hover {text-decoration: underline;}

/* if getStarted links are buttons */
/*.getStartedLink {font-size: 24px; font-weight: 700; color: #000;}
.getStartedLink a {
	position: relative;
	top: 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0px auto 0px auto;
	padding: 2px 8px 0px 8px;
	background-color: #cccc99;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 700;
	color: #FFF;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 3px solid #cda4da;
	cursor: pointer;
	background: -webkit-linear-gradient(#9c49b6, #cda4da);
  background: -o-linear-gradient(#9c49b6, #cda4da);
  background: -moz-linear-gradient(#9c49b6, #cda4da);
  background: linear-gradient(#9c49b6, #cda4da);
}
.getStartedLink a:hover {background: #ffff99; text-decoration: none;}*/

#thankyou {
	font-size: 4rem;
	font-style: italic;
	color: #FFF;
	line-height: 100px;
}
h1 {color: #264177}
.light h2 {color: #000;}
.dontBreak{white-space: nowrap;}
.clearing {clear: both; height: 0px; margin: 0px; padding: 0px;}

footer {
	text-align: center;
	font-size: .7rem;
	color: #9daed4;
	padding: 10px;
	line-height: 120%;
	-webkit-text-size-adjust: none;
	background-color: #264177;
}
footer a {
	text-decoration: none;
	color: #9daed4;
	padding: 0 10px 0 7px;
	border-right: 1px solid #9daed4;
}
footer a:hover {text-decoration: none; color: #fff;}
footer a:last-child {border: none;}
footer p::before {content: " "; font-color: #3c5daa; font-size: 2rem;}

.fixedFooter {position: fixed; right: 0; bottom: 0; left: 0;}

#trust {padding: 15px 0 0 0;}
#secureIcon {position: relative; padding: 8px; display: inline-block;}
#secureIcon img {width: 100px; cursor: pointer; vertical-align: middle;}

/*********************** romance2 stuff ************************/
#romance2 .selectBox {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #999;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1rem;
	height: 36px;
	margin: 4px auto 4px auto;
	width: 100%;
	max-width: 560px;
}

.checkChoice {margin-right: 20px; white-space: nowrap;}
.radioChoice {margin-right: 20px; white-space: nowrap;}
#romance2 input[type="checkbox"] {position: relative; top: -2px; left: -2px;}
.boldType {font-weight: 700;}

#romance2 .textField {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #999;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1rem;
	height: 36px;
	margin: 4px auto 4px auto;
	width: 100%;
	max-width: 560px;
}
#romance2 .textArea {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #999;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1rem;
	margin: 4px auto 4px auto;
	width: 100%;
	max-width: 560px;
}
/********************** end of romance2 ************************/

/***************** beginning of policy pages *******************/
#contactBox {
	max-width: 300px;
	margin: 15px 0px 8px 0px;
	padding: 4px 10px 10px 10px;
	background: #F5F5F5;
	border: 1px solid #999;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
#captcha {border:1px solid #000; float:left; margin:10px 10px 10px 0px;}
#captchaRefresh {width:30px; float:left; padding: 5px 5px 5px 0px; }
#captcha_code {width:70px; border:1px solid #000; margin:10px 10px 10px 5px;}
/******************** end of policy pages **********************/

/******************** common media queries **********************/
@media screen and (max-width: 820px) {
	#tagline {display: inline; padding-left: 10px;}
}
@media screen and (max-width: 740px) {

}
@media screen and (max-width: 660px) {
	header {padding: 6px 15px 10px 15px;}
}
@media screen and (max-width: 580px) {
	.logo {font-size: 1.4rem; padding-top: 10px;}
	#phone {font-size: .9rem; top: 28px;}
	#loginBtn {padding: 3px; vertical-align: middle; top: -2px;}
	#extra {display: none;} /* extra word in nav link */
	footer p {margin-top: 0;}
}
@media screen and (max-width: 535px) {
	header {text-align: center;}
	#tagline {display: none;}
	#about, #process, #difference, #aboutLink, #processLink, #differenceLink {display: none;}
}
@media screen and (max-width: 400px) {
	header {padding-left: 10px;}
	#phone {font-size: .8rem;}
}
.errorfields {
	text-align: center;
	font-size: 13px;
	line-height: 13px;
	width: 250px;
	color: #F00;
	font-weight: bold;
	padding: 3px 0px 0px 0px;
	margin-top: -8px;
	margin-left:25px;
}
#label_agree {
	font-size: 11px;
	padding: 0;
	margin: 0;
	border: 0;
}
#agree {
	width: 10px;
	height: 10px;
	padding: 0;
	margin: 0;
	border: 0;
}
