/*
UTILITY CLASSES
*/

#form_div h1, #form_div h2, #form_div label, #thank_you h3, #thank_you label, .white {
	color: RGBA(225,225,225,1.0);
}

.alphablack {
	background-color: rgba(25, 25, 25, 0.76);
	border: 1px solid rgba(0,0,0,0.05);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}

.subheader {
	font-weight: lighter;
}

/*
GENERIC CSS
*/

body
{
	background: url('../images/background.jpg') no-repeat center center fixed;
	background-size: cover;
}

/*
SPECIFIC DIV
*/
#tbog label
{
	padding: 3px;
	width: 400px;
	margin-right: 10px;
	display: inline-block;
}


.tbog_item
{	
	height: 68px;
	width: 400px;
	display: inline-block;
	border: 1px solid #DCDCDC;
}

.tbog_picture
{
	height: 100%;
	width: 60px;
	display: inline-block;
}

.tbog_check_row
{
	height: 100%;
	display: inline-block;
	width: 325px;
}

.tbog_check
{
	width: 20px;
	float: left;
}

.tbog_text
{
	margin-left: 6px;
	font-size: 20px;
	line-height: 30px;
	float: left;

}

#tbgs
{
	width:100%;
}

#tbog_controls
{
	margin-top:20px;
	width:100%;
}

#form_div a, #get_quotes_submit{
	width: 100%;
}

input[type="radio"]:checked+label {
	font-weight: bold;
	font-size: 125%;
}


/**
DESKTOP CSS
**/

@media only screen and (min-width: 40.063em) and (max-width: 64em) { 
	#zipcode, #submit {
		font-size: 2em;
		height: 2em;
	}

	#submit {
		padding-top: 0.5em;
	}

	#getquotes label {
		font-size: 150%;
	}

	#welcome {
		margin-top: 6em;
	}
}

@media only screen and (min-width: 90.063em) { 
	#zipcode, #submit {
		font-size: 2em;
		height: 2em;
	}

	#submit {
		padding-top: 0.5em;
	}

	#getquotes label {
		font-size: 150%;
	}

	#welcome {
		margin-top: 6em;
	}

	#page_2 input, #form_div #next { 
		height: 64px;
		font-size: 36px;
		line-height: 1em;
	}
}

/**
MOBILE CSS
**/

@media only screen and (max-width: 40em) { 
	#welcome ul {
		margin: 0 0 0 6px;
	}

	#benefits {
		margin: 0;
	}

	#form_div h2 {
		font-size: 100%;
	}

	#form_div label {
		font-size: 140%;
	}

}



