/* Forms */

.webform-client-form{
  margin-bottom: 50px;
  margin: 0 auto;
}

.bpl-form label{
	font-weight: 400;
}

span.form-required{
	color: #333;
}

.webform-client-form input.form-text{
	width: 100%;
}

.webform-client-form select.form-select{
	width: 100%;
	height: 45px;
}

input.webform-submit.button-primary.form-submit{
	background-color: #fed224; 
	width: 100%;
	text-transform: uppercase;
	font-weight: 900;
	border: 0px;
	margin-top: 100px;
}

.webform-client-form select.month.form-select,
.webform-client-form select.day.form-select,
.webform-client-form select.year.form-select{
	width: 33%;
}

.views-exposed-widget{
  width: 100%;
}

select#edit-field-etype-value.form-select{
  width: 100%;
  height: 3em;
}

div.fieldset-wrapper img{
 	width: 80%;
 	border: 1px solid #C0C0C0;
 	margin-top: 30px;
}

.form-item-captcha-response.label{
	display: none;
}

.webform-component-select-image{
 width: 100%;
 margin: 0 auto;
}

#edit-submitted-bookmark-submission-upload{
	margin-bottom: 10px;
}

#edit-submitted-bookmark-submission-ajax-wrapper > div > div.description{
	border: 1px solid #c0c0c0;
	margin-top: 10px;
	padding: 5px;
}

.fieldset-legend{
 position: relative;
 top: 35px;
font-weight: 900;
}

#webform-client-form-27027 > div > fieldset.webform-component-fieldset.webform-component--ages-5-and-under.form-wrapper > legend,
#webform-client-form-27027 > div > fieldset.webform-component-fieldset.webform-component--ages-6-12.form-wrapper > legend,
#webform-client-form-27027 > div > fieldset.webform-component-fieldset.webform-component--ages-13-17.form-wrapper > legend,
#webform-client-form-27027 > div > fieldset.webform-component-fieldset.webform-component--ages-18.form-wrapper > legend{
	border-bottom: 0px;
}

#edit-submitted-name{
	display: none;
}




@media (min-width: 992px) {

div.fieldset-wrapper img{
 	width: 300px;
 	height: auto;
}

.webform-client-form-27027{
 margin: none;
}

div.form-item-submitted-5-and-under-selection,
div.form-item-submitted-6-12-selection,
div.form-item-submitted-13-17-selection,
div.form-item-submitted-18-selection{
	width: 12%;
	float: left;
	margin-right: 3%;
}


.form-item-submitted-5-and-under-selection img,
.form-item-submitted-6-12-selection img,
.form-item-submitted-13-17-selection img,
.form-item-submitted-18-selection img{
  border: 1px solid #c0c0c0;
  height: 500px;
}

.form-wrapper{
	width: 100%;
}


}