body {
	background: #EEE;
   font-family: 'Roboto Condensed', sans-serif;
	font-weight: lighter;
	font-size: 18px;
	color: #555555;
	position: relative;
	-webkit-font-smoothing: antialiased;
	padding-top: 50px;
}
/*===================================================== Main Typography =====================================================*/
p {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 500;
	padding: 10px;
	margin-bottom: 0px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
	padding-top: 0.273em;
	line-height: 1.15538em;
	padding-bottom: 0.273em;
	padding-left: 10px;
	text-rendering: optimizeLegibility;
}
h1, h2, h3 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
}
h1 {
	color: #FFF;
	font-size: 4.5rem;
	font-weight: 300
}
h2, h3 {
	color: #EC4C43;
	font-size: 2.5rem;
}
.row2 h2, .row2 h3 {
	color: #15559E;
	font-size: 2.5rem;
}
div.text-center:nth-child(1) > h2:nth-child(1) {
	color: #FFF!important;
	font-size: 3.5rem;
}
/*=====================================================  	Navbar	 	======================================================*/
.navbar

{
background: #FFF;
border-bottom: none;
-webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}

/*=====================================================  	Masthead	 	======================================================*/
.ss-header {
	background: #00AEE6;
}
.float-left {
	text-align: left;
}
.float-right {
	text-align: right;
}
.float-center {
	text-align: center;
}
.form-header-group {
	background: #FFF;
	border-bottom: none
}
.row {
	margin-right: 0;
	margin-left: 0;
}
footer
{
background: #666;
margin-top: 0px; 
min-height: 100px;
color: #FFF;	
}

.jotform-form

{
	border: 1px solid #CCC;
}

.form-header
{
	font-weight: 400;
	color: #36D900
}

.form-header-group {
    background: none repeat scroll 0% 0% #FFF;
    border-bottom: 3px solid #00AEE6;
	}
	
.info
{
	background: #DDD;
	margin: 20px 0px 0px 0px;
	
}