/* Subscribe prompt */
.subscribe-prompt {	
	float: left;
	width: 94%;
	margin: 0 auto;
	padding: 3%;
	background: #ededed;
}
	
.subscribe-prompt h2 {
	margin: 0 0 0.500em 0;
	padding: 0;
	font-size: 1.125em;
	color: #297d3e;
}
	
.subscribe-prompt-heading {
	float: left;
	width: 100%;
	margin: 0 0 0.300em 0;
	padding: 0;
	font-size: 1em;
	font-weight: bold;
	color: #303030;
}
	
.subscribe-options {
	float: left;
	width: 100%;
	margin: 1% 0 0 0;
	padding: 0;
}

.subscribe-prompt p a, .subscribe-prompt p a:visited {
	text-decoration: none;
	border-bottom: dotted 1px;
}


/* Form section properties */
.form-section {
	display: inline-block;
	width: 100%;
	margin: 0 0 2em 0;
	padding: 0;
}
	
.form-section:last-child {
	margin: 0 auto;
	padding: 0;
	border: 0;
}
	
.form-section h2 {
	margin: 0 0 1em 0;
	padding: 0;
	font-size: 1em;
	font-weight: bold;
	color: #297d3e;
}
	
.form-section-row, .form-section-hide {
	float: left;
	width: 100%;
	margin: 0 0 1.200em 0;
	padding: 0;
	font-size: 1em;
	color: #4c4c4c;
}
	
.form-section-row:last-child {
	margin: 0 auto;
}

.form-section-hide {
	display: none;
}

.form-section-half {
	float: left;
	width: 48%;
	margin: 0 auto;
	padding: 0;
}

.form-section-half:first-child {
	margin: 0 4% 0 0;
}

.introduction a, .introduction a:visited, .form-section a, .form-section a:visited {
	color: #0298C6;
	text-decoration: none;
	border-bottom: dotted 1px #7edefc;
}

.introduction a:hover, .introduction a:visited:hover, .form-section a:hover, .form-section a:visited:hover {
	color: #bfa700;
	border-bottom: dotted 1px #bfa700;
}

.warning {
	margin: 0 0 1em 0;
	padding: 0;
	font-size: 1.063em;
	color: #ff0000;
}

.explanation {
	margin: 0 auto;
	padding: 0;
	font-size: 0.813em;
	color: #7f7f7f;
}


/* Form elements */
label {
	display: block;
	margin: 0 auto;
	padding: 0;
}
	
.textbox, .dropdown, .textbox-shaded, .dropdown-shaded, .textbox-warning, .dropdown-warning {
	display: inline-block;
	width: 97%;
	margin: 0.200em 0 0 0;
	padding: 1.5%;
	font-size: 0.938em;
	font-family: 'Source Sans Pro';
	color: #666666;
	background: #ffffff;
	border: solid 1px #dbdbdb;
}

.textbox-shaded, .dropdown-shaded {
	background: #f4f4f4;
}
	
.textbox-warning, .dropdown-warning {
	background: #fff4ee;
	border: solid 1px #f9aa8f;
}
	
.width-fix {
	padding: 0 1.126em 0 0;
}
	
input[type="checkbox"], input[type="radio"] {
	display: none;
}

input[type="checkbox"] + label, input[type="radio"] + label {
	display: inline-block;
	width: 1em;
	height: 1em;
	margin: -0.200em 0.300em 0 0;
	padding: 0;
	border: solid 1px #dbdbdb;
	cursor: pointer;
	vertical-align: middle;
	background: #f4f4f4;
}

input[type="radio"] + label {
	border-radius: 1.500em;
}

input[type="checkbox"]:checked + label:before {
	display: inline-block;
	content: '';
	position: relative;
	width: 0.438em;
	height: 0.188em;
	background: transparent;
	top: -0.250em;
	left: 0.250em;
	border: solid 3px #303030;
	border-top: none;
	border-right: none;
	vertical-align: middle;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

input[type="radio"]:checked + label:before {
	display: inline-block;
	content: '';
	position: relative;
	width: 0.438em;
	height: 0.438em;
	top: -0.125em;
	left: 0.250em;
	border: solid 1px #303030;
	border-radius: 50%;
	background: #303030;
}
	
.omnibutton {
	background: #160773;
	border: 0;
	font-size: 0.875em;
	font-family: 'Source Sans Pro';
	color: #ffffff;
	margin: 0 auto;
	padding: 0.400em 0.700em 0.500em 0.700em;
}

.omnibutton:hover {
	background: #939598;
	cursor: pointer;
}

.form-section a.omnibutton {
	color: #ffffff;
	text-decoration: none;
	border-bottom: 0;
}

.form-section a.omnibutton:hover {
	color: #ffffff;
}