html {
	height: 100%;
	
}

/*basic reset*/
* {margin: 0; padding: 0;}


body {
	font-family: montserrat, arial, verdana;
}

.bodybg {
	background-color: #FFF;
	background-image: url(/images/landing_quote3a.png);
	background-repeat: no-repeat;
	background-position: center 95px;
}

#appcontainer {
	margin: 0px auto;
    text-align: center;
	padding: 0px;
	width: 1280px;
}

#appheader {
	margin: 0px auto;
	padding: 0px;
	width: 100%;
    height: 95px;
    background-color: #fff;
}

#appheadlogo {
	display: block;
	margin: 0px;	
	padding: 0px;
	float: left;
    padding: 20px;
}

#appheadmobile {
	display: none;
	margin: 0px;
	float: left;
	padding: 10px 10px 0px;
}

#appheadssl {
	margin: 0px;	
	padding: 20px 0px;
	float:right;
}

#appmain {
	clear:both;
	margin: 0px auto;
	padding: 0px;
	width: 780px;
}


#apptop {
	margin: 0px;
	padding: 0px;
	width: 780px;
	height: 24px;
	background-image:url(images/landing-bg_03.png);
}

#appbanner {
	margin: 0px;
	padding: 0px;
	width: 780px;
	height: 71px;
}

#appq1banner {
	margin: 0px;
	padding: 0px;
	width: 780px;
	height: 71px;
	background-image: url(images/thankyou_nextstep_03_white.png);
}

#appq2banner {
	margin: 0px;
	padding: 0px;
	width: 780px;
	height: 71px;
	background-image: url(images/thankyou_lex_03_white.png);
}



#appcenter {
	margin: 0px auto;
	padding: 0px;
	width: 780px;
	height: 540px;
	background-repeat: repeat-y;
}

#appcentercont {
	margin: 0px auto;
	padding: 10px 0px;
	width: 600px;
}

#appcentercont p {
    margin: 10px;
}

#appcentercont #container {
    width: 570px;
}

#appbottom {
	margin: 0px;
	padding: 0px;
	width: 780px;
	height: 45px;
}

#appundertxt {
	margin: 0px auto;
	padding: 20px;
    max-width: 1240px;
    background: #fefef6;
}

#appundertxt div {
	padding: inherit;
    margin-top:10px;
}

#announce {
	margin: 0px auto;
}

#announce .column-left{ float: left; width: 33%; }
#announce .column-right{ float: right; width: 33%; }
#announce .column-center{ display: inline-block; width: 33%; }

#announce h3 {
    color: #009fdb;
	font-size: 17pt;
    font-weight: bold;
}

#announce ul {
	margin: 8px;
}

#announce li {
	font-size: 11pt;
    font-weight: normal;
    font-weight: bold;
    color: 999999;
}
    
#annlist li
{
	display: inline;
	list-style-type: none;
	color: #009fdb;
	font-size: 16pt;
}

.appfoottxt {
	font-size: 8pt;
	color: #333;	
	font-family: montserrat, arial, verdana;
}

#apptrufoot {
	margin: 0px auto;
	padding: 18px 0px;
	width: 1280px;
	background-color: #e6e6e6;
	background-image: url(images/foot_13.png);
	background-repeat: repeat-x;
	background-position:top;
}

/* -------------------------------- */
/* Test form CSS  */
/* -------------------------------- */


/*custom font*/
@import url(http://fonts.googleapis.com/css?family=Montserrat);

/*form styles*/
#msform {
	width: 600px;
	text-align: left;
	position: relative;
	margin:0px;
	padding: 0px;
}
#msform fieldset {
	background: white;
	border: 0 none;
	border-radius: 3px;
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
	padding: 20px 30px;
	box-sizing: border-box;
	width: 80%;
	margin: 0 10%;

	top: -10px;
	
	/*stacking fieldsets above each other*/
	position: absolute;
}

#msform fieldset4 {
	background: white;
	border: 0 none;
	border-radius: 3px;
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
	padding: 0px;
	box-sizing: border-box;
	width: 80%;
	margin: 0 10%;

	top: -10px;
	
	/*stacking fieldsets above each other*/
	position: absolute;
}

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
	display: none;
}
/*inputs*/
#msform input, #msform textarea {
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-bottom: 10px;
	width: 100%;
	box-sizing: border-box;
	font-family: Arial, Helvetica, sans-serif;
	color: #2C3E50;
	font-size: auto;
}

#msform select {
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-bottom: 10px;
	width: 100%;
	box-sizing: border-box;
	font-family: Arial, Helvetica, sans-serif;
	color: #2C3E50;
	font-size: 12pt;
}
/*buttons*/
#msform .action-button {
    width: 200px;
    background: #27AE60;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 1px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14pt;
    text-align: center;
}
#msform .action-button:hover, #msform .action-button:focus {
	box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60;
}
/*headings*/
.fs-title {
	font-size: 21px;
	color: #009fdb;
	margin-bottom: 10px;
	font-weight: bold;
}
.fs-subtitle {
    font-weight: bold;
    font-size: 16px;
    color: #666;
    margin: 0px 0px 0px -15px;
    text-align: center;
}
/*progressbar*/
#progressbar {
	margin-bottom: 30px;
	overflow: hidden;
	/*CSS counters to number the steps*/
	counter-reset: step;
	/*new positioning ZG*/
	position: relative;
	top: 310px;
	width: 100px;
	margin: 0px auto;
}
#progressbar li {
	list-style-type: none;
	color: white;
	text-transform: uppercase;
	font-size: 9px;
	/*width: 25%;*/
	width: 25px;
	float: left;
	position: relative;
}
#progressbar li:before {
	content: counter(step);
	counter-increment: step;
	width: 20px;
	line-height: 20px;
	display: block;
	font-size: 13px;
	color: #333;
	background: white;
	border-radius: 3px;
	margin: 0 auto 5px auto;
	text-align:center;
}
/*progressbar connectors*/
#progressbar li:after {
	content: '';
	width: 100%;
	height: 2px;
	background: white;
	position: absolute;
	left: -50%;
	top: 9px;
	z-index: -1; /*put it behind the numbers*/
}
#progressbar li:first-child:after {
	/*connector not needed before the first step*/
	content: none; 
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,  #progressbar li.active:after{
	background: #27AE60;
	color: white;
}




.progtest {

}

/*more markup */

.boldgray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333;	
}


#Step1 select, 
#Step2Inner select,
#Step3Inner select {
	width : 400px;
	margin: 5px 0px 10px 0px;
	padding: 10px;
	background: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#dcdcdc)); 
	background: -moz-linear-gradient(top, #ebebeb, #dcdcdc);
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px; 
  -webkit-box-sizing: border-box; /* For legacy WebKit based browsers */
     -moz-box-sizing: border-box; /* For legacy (Firefox <29) Gecko based browsers */
          box-sizing: border-box;
}

label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333;	
}

div.Step4Inner
{
    width: 100%;
}

div.Step4Inner>div:nth-child(2n-1)
{
    width: 48%;
    float: left;
}

div.Step4Inner>div:nth-child(2n)
{
    width: 48%;
    float: left;
	margin-left:5px;
}

.Step4Inner input {
	height: auto;
	margin: 5px 0px 10px 0px;
	padding: 5px;
	background: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#dcdcdc)); 
	background: -moz-linear-gradient(top, #ebebeb, #dcdcdc);
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px; 
  -webkit-box-sizing: border-box; /* For legacy WebKit based browsers */
     -moz-box-sizing: border-box; /* For legacy (Firefox <29) Gecko based browsers */
          box-sizing: border-box;
}

.Step4Inner select {
	height: auto;
	margin: 5px 0px 10px 0px;
	padding: 5px;
	background: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#dcdcdc)); 
	background: -moz-linear-gradient(top, #ebebeb, #dcdcdc);
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px; 
  -webkit-box-sizing: border-box; /* For legacy WebKit based browsers */
     -moz-box-sizing: border-box; /* For legacy (Firefox <29) Gecko based browsers */
          box-sizing: border-box;
}

.Step4Field {

}
.Step4Phone {

}



@media screen and (max-width:1280px){
#appcontainer {
	margin: 0px auto;
    text-align: center;
	padding: 0px;
	width: inherit;
	max-width: 100%;
}

#appheader {
	margin: 0px auto;
	padding: 0px;
	width: 100%;
    height: 95px;
    background-color: #FFF;
}

#appheadlogo {
	margin: 0px;	
	padding: 0px;
	float: left;
    padding: 20px;
}

#appheadssl {
	margin: 0px;	
	padding: 20px 0px;
	float:right;
}

#appmain {
	clear:both;
	margin: 0px auto;
	padding: 0px;
	width: inherit;
	max-width: 100%;
}


#apptop {
	margin: 0px;
	padding: 0px;
	width: inherit;
	max-width: 100%;
	height: 24px;
	background-image:url(images/landing-bg_03.png);
}

#appbanner {
	margin: 0px;
	padding: 0px;
	width: inherit;
	max-width: 100%;
	height: 71px;
}

#appq1banner {
	margin: 0px;
	padding: 0px;
	width: inherit;
	max-width: 100%;
	height: 71px;
	background-image: url(images/thankyou_nextstep_03_white.png);
}

#appq2banner {
	margin: 0px;
	padding: 0px;
	width: inherit;
	max-width: 100%;
	height: 71px;
	background-image: url(images/thankyou_lex_03_white.png);
}



#appcenter {
	margin: 0px auto;
	padding: 0px;
	width: inherit;
	max-width: 100%;
	height: 540px;
	background-repeat: repeat-y;
}

#appcentercont {
	margin: 0px auto;
	padding: 10px 0px;
	width: inherit;
	max-width: 100%;
}

#appcentercont p {
    margin: 10px;
}

#appcentercont #container {
	width: inherit;
	max-width: 100%;
}

#appbottom {
	margin: 0px;
	padding: 0px;
	width: inherit;
	max-width: 100%;
	height: 45px;
}

#appundertxt {
    margin: 20px auto;
    padding: 200px 0px 0px;
    width: inherit;
    max-width: 100%;
	}

#appundertxt div {
	padding: inherit;
    margin-top:10px;
}
	
#msform {
	width: inherit;
	text-align: left;
	position: relative;
	margin:0px;
	padding: 0px;
}
	
#Step1 select, 
#Step2Inner select,
#Step3Inner select {
	width : inherit;
	margin: 5px 0px 10px 0px;
	padding: 10px;
	background: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#dcdcdc)); 
	background: -moz-linear-gradient(top, #ebebeb, #dcdcdc);
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px; 
  -webkit-box-sizing: border-box; /* For legacy WebKit based browsers */
     -moz-box-sizing: border-box; /* For legacy (Firefox <29) Gecko based browsers */
          box-sizing: border-box;
}
	
	#appundertxt img {max-width: 100%;}
	.appfoottxt {margin:15px;}	

	#apptrufoot {
    margin: 0px auto;
    padding: 18px 0px;
    width: inherit;
    background-color: #e6e6e6;
    background-image: url(images/foot_13.png);
    background-repeat: repeat-x;
    background-position: top;
}
}
