/*.......... Conditional content ...............*/

.reveal-if-active {
	padding-left: 2em;
	opacity: 0;
	max-height: 0;
	overflow: hidden;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	}
	
input[type="radio"]:checked ~ .reveal-if-active,
input[type="checkbox"]:checked ~ .reveal-if-active {
	opacity: 1;
	max-height: 1500px;
	padding-top: 1.25em;
	padding-bottom: 1.25em;
	overflow: visible;
	}


	

	
/* ........... Overall Styling .................. */ 


form {
	margin-top: 3em;
	}

input,
textarea {
	padding: .35em;
	border: #ccc 1px solid;
	border-radius: 4px;
	background-color: #FFF;
	}
	

input[type="submit"] {
	margin-top: 3em;
	}



div.Section {
	position: relative;
	margin-top: .5em;
	padding-top: 1em;
	padding-bottom: .5em;
	border-top: 3px solid #ECECEC;
	width: 95%;
	clear: left
	}	


.Section div {
	clear:left;
	}
.Section Label,
.Section input[type="checkbox"] {
	font-size: 1.5em;
	color: #000;

	}
	
.Sub label {
	font-size: 1.25em;
	margin-bottom: 2em;
	line-height: 2em;
	}
	

.Note {
	padding-left: 1em;
	font-size: 0.7em;
	color: #767676;
	}


.Feild input[type="file"] {
	padding: .75em 0 1.5em 0;
	padding-bottom: 1.5em;
	background-color: white;
	border: none;
	}

.Feild label,
.Feild input,
.Feild textarea {
	float: left;
	width: 90%;
	clear: both;
	font-size: 1em;
	line-height: 1em;
	color: #666;
	}

.Feild label {
	margin-bottom: .25em;
	}

.Feild input,
.Feild textarea {
	margin-bottom: 2em;
	}


form p.Intro {
	font-size: 1.3em;
	margin-bottom: 2em;
	}
	
form .Cal {
	clear: none;
	height: 10em;
	text-align: center;
	margin-bottom: 2em;
	}

form .Cal h3{
	margin-bottom: 1em;
	font-family: Book;
	}

form .Cal p{
	font-size: 1.5em;	
	font-family: light;
	}
	
	

/* ........... Validation ........... */

.error {
	font-size: 0.75em;
	color: #F00;
	}

span.error {
	float: left;
	clear: left;
	margin-top: -2.25em;
	}
	
		
.ErrorGroup {
	margin-top: 4em;
	width: 100%;
	text-align:center;	
	color: red;
	font-size: .8em;
	clear: left;
	}
	
.ErrorGroup	h3 {
	font-size: 2em;
	font-family: Book;
	color: #A62470;
	letter-spacing: 0.005em;
	text-align: center;
	}


	