
		body {
			background-color: #ccc;
			text-align: center;
			margin: 0 0 0 0;
			padding: 0 0 0 0;
			font-size: 100%;
			font-family: sans-serif;
		}
		h1 {
			display: none;
		}
		.holder {
			background-color: #fff;
			text-align: left;
			margin: 0 auto;
			padding: 0 0 2rem;
			width: auto;
		}
		.holder.outer {
			min-height: 100vh;
		}
		.holder.outer,
		.holder.image {
			padding: 0;
			width: 100%;
			max-width: 800px;
		}
		fieldset {
			border: 0 none;
			/*border-bottom: 1px solid #ccc;*/
			padding: 0 0 0.6rem 0;
			margin-bottom: 0.6rem;
		}
		.pair {
			margin-bottom: 0.25rem;
		}
		img {
			width: 100%;
			height: auto;
		}
		form p {
			margin-top: 0;
			font-size: 0.9rem;
			line-height: 1.1rem;
		}
		
		/*-- Form Elements --*/
		label {
			cursor: pointer;
		}
		#mc-embedded-subscribe {
			margin-left: 0;
			color: #fff;
			background-color: #124;
			border: 1px solid transparent;
			overflow: hidden;
			border-radius: 0.25rem;
			font-size: 1.625rem;
			padding: 0.25rem 1rem;
			cursor: pointer;
		}
		#mc-embedded-subscribe:hover {
			color: #004;
			background-color: #fff;
			border-color: #004;
		}
		#mc-embedded-subscribe:active {
			color: #666;
			background-color: #bbb;
			border-color: #666;
		}
		.mc-field-group input {
			border: 1px solid #000;
			overflow: hidden;
			border-radius: 0.25rem;
			font-size: 1rem;
			padding: 0.2rem;
			width: 100%;
			max-width: 200px;
			-webkit-transition: background-color 0.5s ease,
				border-color 0.5s ease,
				max-width 0.5s ease,
				width 0.5s ease;
			-moz-transition: background-color 0.5s ease,
				border-color 0.5s ease,
				max-width 0.5s ease,
				width 0.5s ease;
			-ms-transition: background-color 0.5s ease,
				border-color 0.5s ease,
				max-width 0.5s ease,
				width 0.5s ease;
			-moz-transition: background-color 0.5s ease,
				border-color 0.5s ease,
				max-width 0.5s ease,
				width 0.5s ease;
			transition: background-color 0.5s ease,
				border-color 0.5s ease,
				max-width 0.5s ease,
				width 0.5s ease;
		}
		.mc-field-group input.mce_inline_error {
			border-color: #900;
			background-color: #fcc;
			max-width: 350px;
		}
		.mc-field-group input.valid {
			border-color: #090;
			background-color: #cfc;
			max-width: 200px;
		}
		div.mce_inline_error {
			font-size: 0.85rem;
			color: #900;
			font-weight: 600;
			margin: 0.25rem 0 0.3rem 10.5rem;
		}
		input[type="radio"] {
			display: none !important;
		}
		input[type="radio"] ~ label::before {
			font: normal normal normal 14px/1 FontAwesome;
			width: 1.5rem;
			height: 1.15rem;
			content: "\f1db";
			cursor: pointer;
			display: inline-block;
			font-size: 1.15rem;
			text-rendering: auto;
			vertical-align: baseline;
		}
		input[type="radio"]:checked ~ label::before {
			content: "\f058";
		}

.hideUnless {display: none;}
#mc_embed_signup .mc-field-group input {
	display: inline-block;
}
#mc_embed_signup .mc-field-group label,
.pair label {
	display: inline-block;
	width: 100%;
	max-width: 10rem;
}
.pair.wide label {
	max-width: none;
}
#mc_embed_signup .mc-field-group {
	min-height: 0 !important;
	padding-bottom: 0;
}