/**** RESETS & DEFINITIONS ***/

/*html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}
body {
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.364;
	color: #444;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a {
	color: #fc531d;
	text-decoration: none
}*/


body {
	border-top: 15px solid #fc531d;
}

/*** BOOTSTRAP OVER-WRITE  ***/

@media (min-width:1200px) {
.container {
	width: 991px;
}
}

/****/


a:link, a:visited {
	color: #fff;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


h1 {
	font-size: 75px;
	color: #000;
	text-align: center;
	letter-spacing: -2px;
	font-family: GibsonRegular, 'Helvetica Neue', Arial, Helvetica, sans-serif;
	padding-bottom: 20px;
}

h2
{
	font-size: 28px;
	color: #535353;
	text-align: center;
	font-family: GibsonLightRegular, 'Helvetica Neue', Arial, Helvetica, sans-serif;
	margin: auto;
	line-height: 40px;
}

.black
{
	color: #000;
	font-weight:bold;
}


.header
{
	background-color: #fff;
	margin-top: 40px;
}

.apply
{
	margin-top: 20px;
}

.form
{
	margin: auto;
	padding-top: 0px;
	margin-top: -10px;
}



#builder_preview
{
	border-color: #cccccc !important;
	border-width: 0px !important;
}


@media only screen and (max-width:991px) {


h1
{
	font-size: 60px;
}

h2
{
	font-size: 26px;
	line-height: 35px;
}


}



@media only screen and (max-width:767px) {


h1
{
	font-size: 50px;
}



iframe 
{
    width: 90% !important;
}
	
.form
{
	padding-top: 5px;
	margin-top: 0px;
	margin: auto !important;
}	
	
}


 @media only screen and (max-width:640px) 
 {


h1
{
	font-size: 40px;
}

h2
{
	font-size: 24px;
	line-height: 35px;
}

.logo
{
	width: 270px;
}

}





 @media only screen and (max-width:480px) {

h1
{
	font-size: 26px;
	margin-bottom: 0px;
}


h2
{
	font-size: 20px;
	line-height: 28px;
}

.logo
{
	width: 200px;
	margin-bottom: -5px;
}

.header
{
	margin-top: 20px;
}

iframe 
{
    width: 100% !important;
}


}
