.interH1 {
		margin:20px 0 0 0;
		width:100%;
		font: 600 2em 'Lora', Arial, Helvetica, sans-serif;
		color: #000000;
		/*text-shadow:1px 1px 1px #999999;*/
	}

#subhead {
		font-size: 1.25em;
		font-weight: 600;
		margin: 30px;
		color: #808088;
	}

.interImg {
	margin: 0;
	height: auto;
	width: 80%;
	/* max-width: 300px; */
}

/*Form Fields*/

input,
textarea,
select {
	font-size: 1em;
	line-height: 1.25em;
	font-family: 'Lora', Arial, Helvetica, sans-serif;
	color:#757575;
	padding: 10px 0 10px 0;
	}

	input[type="radio"] {
		opacity: 0;
		width: 0;
		margin: 0;
	}

	input[type="text"] {
		width: 100%;
		padding: 5px;
	}

	input[type="submit"] {
		display: inline-block;
		background: #2a71b8 no-repeat 300px 0px;
		color:#ffffff;
		border: none;
		width: 70%;
		margin: auto;
		cursor:pointer;
		text-align:center;
		text-transform: uppercase;
		font-size: 1.5em;
		font-weight: 600;
		-webkit-appearance:none;
		padding: .5em 0 .5em 0;
	}

	input[type="submit"]:hover {
		opacity: 80%;
	}

.emagColumn {
	float: left;
	width: 50%;
}

.emagRow {
		padding: 0px 100px;
		margin-bottom: 20px;
}

/* Clear floats after the columns */
.emagRow:after {
	content: "";
	display: table;
	clear: both;
}

.outer {
	background: #ffffff;
	width: 100%;
	max-width: 900px;
	height: auto;
	top:0;
	margin: 0 auto;
	text-align: center;
	border: 1px solid black;
	}

	.subscriberInfo {
		width: 50%;
		height: auto;
		max-width: 900px;
	}

	.nonSubscriberInfo {
		width: 50%;
		height: auto;
		max-width: 900px;
	}

	.formelementlabel {
		font-weight: 600;
		margin-top: 10px;
		text-align: left;
		padding: 0 10px;
	}

	.tooltip {
		position: relative;
	}

	.tooltipicon {
		content: '?';
		display: inline-block;
		font-family: sans-serif;
		font-weight: bold;
		text-align: center;
		cursor: pointer;
		width: 2ex;
		height: 2ex;
		font-size: .75em;
		line-height: .75em;
		border-radius: 2ex;
		margin-right: 4px;
		/* padding: 1px; */
		color: #ffffff;
		background: #000000;
		border: 1px solid #000000;
		text-decoration: none;
}

.tooltipwindow {
	visibility: hidden;
	width: 350px;
	background-color: #ffffff;
	border: 1px solid #333333;
	color: #333333;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;
	position: absolute;
	z-index: 1;
	top: -5px;
	left: 110%;

	/* Fade in tooltip - takes 1 second to go from 0% to 100% opac: */
	opacity: 0;
	transition: opacity 1s;
}

.tooltip .tooltiptext::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 100%;
	margin-top: -5px;
	border-width: 5px;
	border-style: 1px solid #333333;
}

.tooltip:hover .tooltipwindow {
	visibility: visible;
	opacity: 1;
}

.formelementfield {
	background: transparent;
	padding: 0 10px;
}

#menuoptions {
	padding-top: 100px;
}

.radiooption {
	margin-top: 1em;
	width: 100%;
	font-weight: 600;
	text-align: center;
}

.radiooption label {
	display: inline-block;
	background: #2a71b8 no-repeat 300px 0px;
	color:#ffffff;
	border: none;
	width: 80%;
	/* max-width: 300px; */
	cursor:pointer;
	text-align:center;
	text-transform: uppercase;
	font-size: 1em;
	/* margin-left: 15%; */
	/* margin-right: 15%; */
	-webkit-appearance:none;
	padding: 1em 0 1em 0;
}

.radiooption.back label {
	display: inline-block;
	background: #ffffff no-repeat 200px 0px;
	color:#2a71b8;
	border: 1px solid #2a71b8;
	width: 50%;
	margin: auto;
	max-width: 300px;
	cursor:pointer;
	text-align:center;
	text-transform: uppercase;
	-webkit-appearance:none;
	padding: .5em 0 .5em 0;
}

.radiooption label:hover {
	opacity: 80%;
}

.radiooption.back label:hover {
	background: #2a71b8 no-repeat 200px 0px;
	color:#ffffff;
	opacity: 100%;
}

.emailtext {
	font-size:.9em;
	text-align:left;
	margin-top:10px;
	display:inline-block;
	width:90%;
	vertical-align:bottom;
}

.exitbutton {
	display: inline-block;
	background: #2a71b8 no-repeat 300px 0px;
	color:#ffffff;
	border: none;
	width: 50%;
	margin: 50px;
	cursor:pointer;
	text-align:center;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1.5em;
	font-weight: 600;
	-webkit-appearance:none;
	padding: .5em 0 .5em 0;
}

.exitbuttoncontainer a:active {
	color:#ffffff;
}

.exitbuttoncontainer a:focus {
	color:#ffffff;
}

.exitbuttoncontainer a:hover {
	color:#ffffff;
	opacity: 80%;
}

@media screen and (max-width: 600px) {

	.interH1 {
		margin: auto;
	}

	.InterImg {
		width: 50%;
	}

	#subhead {
		font-size: 1em;
		margin: 15px;
	}

	.emagColumn {
		width: 100%;
	}

	.emagRow {
		padding: 0px !important;
	}

	#menuoptions {
		padding-top: 0px;
	}

	.radiooption label {
		font-size: 1em;
		width: 80%;
	}

	.tooltip {
		display: none !important;
	}
}


@media screen and (max-width: 375px) {
	.emailtext {
		font-size: .75em;
		width:90%;
		vertical-align:bottom;
	}
}
