/* Just some base styles not needed for example to function */
*, html { font-family: Arial, Helvetica, sans-serif; }

body, form, ul, li, p, h1, h2, h3, h4, h5
{
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: #743a14;
}

label
{
margin: 0;
vertical-align: inherit;
}

input
{
display:initial;
}

input#submit
{
display:block;
}

p
{
}

/* Custom checkbox and radio styles */

fieldset
{
	margin: 1em;
	padding: 20px;
}	
fieldset p
{
	display: block;
	position: relative;
	overflow: hidden;
}
fieldset input[type=text],
fieldset input[type=email]
{
}

label + p,
input + p
{
}

label
{
float: left;
}

p > input
{
	padding: 0;
	margin: 0;
	height: 16px;
	width: 16px;
	float: left;
	
	left: 0;
	opacity: 0;
}
p > label 
{ 
	float: left;
	padding: 0 0 0 15px;
}
p:not(#foo) > input:hover + label, p:not(#foo) > input:focus + label,
p:not(#foo) > input + label:hover, p:not(#foo) > input:focus + label			{}

p:not(#foo) > input + label
{
	background: url(gr_custom-inputs.png) -16px -1px no-repeat;
	height: 16px;
}
p:not(#foo) > input[type=radio] + label										{ background-position: -16px -161px; }

/* Checked styles */
p:not(#foo) > input[type=radio]:checked + label 							{ background-position: -16px -241px; }
p:not(#foo) > input[type=checkbox]:checked + label 							{ background-position: -16px -81px; }
p:not(#foo) > input[type=checkbox]:hover:checked + label,
p:not(#foo) > input[type=checkbox]:focus:checked + label,
p:not(#foo) > input[type=checkbox]:checked + label:hover,
p:not(#foo) > input[type=checkbox]:focus:checked + label 					{ background-position: -16px -101px; }
p:not(#foo) > input[type=radio]:hover:checked + label,
p:not(#foo) > input[type=radio]:focus:checked + label,
p:not(#foo) > input[type=radio]:checked + label:hover,
p:not(#foo) > input[type=radio]:focus:checked + label 						{ background-position: -16px -261px; }

/* Hover & Focus styles */
p:not(#foo) > input[type=checkbox]:hover + label,
p:not(#foo) > input[type=checkbox]:focus + label,
p:not(#foo) > input[type=checkbox] + label:hover 							{ background-position: -16px -21px; }
p:not(#foo) > input[type=radio]:hover + label,
p:not(#foo) > input[type=radio]:focus + label,
p:not(#foo) > input[type=radio] + label:hover								{ background-position: -16px -181px; }

/* Active styles */
p:not(#foo) > input[type=checkbox]:active + label,
p:not(#foo) > input[type=checkbox] + label:hover:active						{ background-position: -16px -41px; }
p:not(#foo) > input[type=radio]:active + label,
p:not(#foo) > input[type=radio] + label:hover:active						{ background-position: -16px -201px; }
p:not(#foo) > input[type=checkbox]:active:checked + label,
p:not(#foo) > input[type=checkbox]:checked + label:hover:active				{ background-position: -16px -121px; }
p:not(#foo) > input[type=radio]:active:checked + label,
p:not(#foo) > input[type=radio]:checked + label:hover:active				{ background-position: -16px -281px; }

/* Disabled styles */
p:not(#foo) > input[type=checkbox]:disabled + label,
p:not(#foo) > input[type=checkbox]:hover:disabled + label,
p:not(#foo) > input[type=checkbox]:focus:disabled + label,
p:not(#foo) > input[type=checkbox]:disabled + label:hover,
p:not(#foo) > input[type=checkbox]:disabled + label:hover:active			{ background-position: -16px -61px; }
p:not(#foo) > input[type=radio]:disabled + label,
p:not(#foo) > input[type=radio]:hover:disabled + label,
p:not(#foo) > input[type=radio]:focus:disabled + label,
p:not(#foo) > input[type=radio]:disabled + label:hover,
p:not(#foo) > input[type=radio]:disabled + label:hover:active				{ background-position: -16px -221px; }
p:not(#foo) > input[type=checkbox]:disabled:checked + label,
p:not(#foo) > input[type=checkbox]:hover:disabled:checked + label,
p:not(#foo) > input[type=checkbox]:focus:disabled:checked + label,
p:not(#foo) > input[type=checkbox]:disabled:checked + label:hover,
p:not(#foo) > input[type=checkbox]:disabled:checked + label:hover:active	{ background-position: -16px -141px; }
p:not(#foo) > input[type=radio]:disabled:checked + label,
p:not(#foo) > input[type=radio]:hover:disabled:checked + label,
p:not(#foo) > input[type=radio]:focus:disabled:checked + label,
p:not(#foo) > input[type=radio]:disabled:checked + label:hover,
p:not(#foo) > input[type=radio]:disabled:checked + label:hover:active		{ background-position: -16px -301px; }

/*begin styling the actual form*/
.content-center {
	width: 100% !important;
	max-width: 684px;
}
.container-center {
	margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.as-widget
{
    border: 1px solid #dbdbd9;
    border-top: 5px solid #bfd35a;
    border-bottom: 5px solid #bfd35a;
    border-radius: 5px;
    background: #fdfaf1 url('/_layouts/15/HealthyChildrenHALF/images/girl-silhouette-form.jpg') no-repeat bottom right;
	background-position-y: 75%;
}
.as-widget,
.as-widget * {
	box-sizing: border-box !important;
}
.as-widget {

}
.as-widget form > div,
.as-widget > div {
	padding-bottom: 10px;
	padding-top: 10px;
	border-top: 1px solid #dad9d5;
}
.as-widget .header h3,
.as-widget .header h5 {
	font-family: 'Museo-300',Arial, Helvetica, sans-serif;
	text-align: center;
	color: #fb6f4e;
}
.as-widget .header h3 {
	font-size: 18px;
}
.as-widget .header h5 {
	font-weight: normal;
	font-size: 15px;
}
.as-widget .logo {
	background-color: white;
	text-align: center;
}
.as-widget .logo img {
	max-width: 80%;
}
.as-widget .col-xs-12,
.as-widget .col-xs-4 {
	padding-left: 15px !important;
	padding-right: 15px !important;
}

label.topLabel
{
/*width: 45px;*/
margin: 0 5px;
}

label.GenderSpace
{
margin-right: 30px;
}

.breaker0
{
height: 62px;
width: 100%;
}

.breaker1
{
height: 49px;
width: 100%;
}

.breaker2
{
height: 33px;
width: 100%;
}

.topQs label {
	float: none !important;
}
.midQs p {
	padding: 0 0 0 15px
}
.midQs p label {
	margin: 0 5px;
}
#bottom > p {
	padding: 5px 0;
}

input#submit
{
/*position: absolute;
bottom: 69px;
left: 42px;*/
margin: 0 auto;
}

#yearBreak
{
height: 7px;
width: 100%;
}

#tipsBreak
{
height: 10px;
width: 100%;
}
span.smallItalic
{
font-size: 10px;
font-style:italic;
}

#bottom label
{
width: 200px;
}