/*
To get started customizing with CSS, we recommend you 
go to http://headwaythemes.com/documentation/developer-resources/css-map/
to get started.

When writing the selectors for the elements, put body.custom at the
beginning.

For an example on how to change the background with custom CSS
we can use the following code.

body.custom {
	background: red;
}
*/

/* initial state for the question boxes, i.e. don't show the answers */
p.answers { display: none;}

div.questions {
	float:left; 
	display: block; 
	height: 250px; width: 250px;
	margin-right: 20px;
	margin-left: 10px;
	margin-bottom: 20px;	
}

p.questions {
	height: 200px;
	width: 200px;
	background-color: #F5C09A;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
}

#homefoot { clear: both;}

body #gform_wrapper_1 .gform_body .gform_fields .gfield .gfield_label { font-family: cambria, georgia, serif; }

body #gform_wrapper_1 .gform_body .gform_fields .gfield .ginput_complex label {font-size: 15px;}

body #gform_wrapper_1 {width: 100%;}

/*.quote {
    font-size: 2em;
    font-family: Times New Roman, times, serif;
    position: relative;
}
.quote p {
    margin: auto;
    text-align: justify;
}
.quote span {
    font-size: 4em;
}
.quote span.open {
    position:absolute;
    top:-0.35em;
    left:0;
}
.quote span.close {
    position:absolute;
    bottom: -0.8em;
    right: 0;
}*/

.wf-loading { visibility: hidden; }
.wf-active, .wf-inactive { visibility: visible; }

sup { line-height: 0; }
