@charset "utf-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*End of Myers Reset*/
strong {
	font-family: futura-pt-bold, sans-serif; 
	font-weight:700;
}
p {
	margin:1em 0;
	text-align:center;
	line-height:125%;
}
a {
	color:#ffdd4a;
}
a.blue {
	color:#3a4077;
}
body {
	font-family: futura-pt, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: calc(12px + .5vw);
}
#container {
	width:60%;
	min-width:1000px;
	box-sizing:border-box;
	padding:2em 2% 1em 2%;
	margin:1.5em auto;
	background-color:#3a4077;
	color:#fff;
}
h1 {
	color:#ffdd4a;
	font-size:2em;
	text-align:center;
	text-transform:uppercase;
	font-family: adobe-garamond-pro, serif;
	font-weight:700;
	letter-spacing:2px;
}
h2 {
	font-size:2.5em;
	margin-top:1em;
	text-align:center;
	text-transform:uppercase;
	font-family: adobe-garamond-pro, serif;
	font-weight:700;
	letter-spacing:2px;
	color:#37BD08;
}
fieldset {
	border:1px solid #585e9b;
	margin-bottom:2em;
	padding:1em 2%;
}
fieldset:after {
	content: "";
  	display: table;
  	clear: both;
}
legend {
	color:#585e9b;
	font-family: futura-pt-bold, sans-serif; 
	font-weight:700;
	padding:0 5px;
}
select, input[type=text], input[type=number], input[type=tel], input[type=email] {
	box-sizing:border-box;
	padding:10px;
	font-family: futura-pt, sans-serif;
	background-color:#585e9b;
	border:none;
	border:2px solid #585e9b;
	font-size:1em;
	color:#fff;
	margin-bottom:1em;
	-webkit-appearance: none;
		border-radius: 0;
}
select:focus, input[type=text]:focus, input[type=number]:focus, input[type=tel]:focus, input[type=email]:focus {
	border:2px inset #2f3460;
}
label, input[type=text], input[type=number], input[type=tel], input[type=email] {
	display:block;
	float:left;
	width:50%;
}
select:hover {
	cursor:pointer;
}
option {
	color:#fff;
}
label {
	margin-bottom:.25em;
	padding-left:10px;
	box-sizing:border-box;
}
input[type=submit] {		
	display:block;
	border:none;
	width:100%;
	padding:1em;
	font-size:1em;
	font-family: futura-pt-bold, sans-serif; 
	font-weight:700;
	color:#3a4077;
	background-color:#ffdd4a;
	transition:.5s;
	-webkit-appearance: none;
	border-radius: 0;
}
input[type=submit]:hover {
	cursor:pointer;
	background-color:white;
	transition:.5s;
}
.full {
	width:100% !important;
}
.quarter {
	width:25% !important;
}
.half {
	width:50%;
}
.three-quarter {
	width:75%;
}
.border {
	border-right:2px solid #3a4077 !important;
}
.border:focus {
	border-right:2px solid #2f3460 !important;
}
.separate {
	clear:both;
	border-top:5px solid #fff;
	padding-top:1em;
}
.remove_field {
	display:block;
	margin-bottom:1em;
	color:#ffdd4a;
}
.member {
	text-align:left;
	color:#ffdd4a;
	font-size:1.5em;
}
.add_indiv {
	display:block;
	padding:1em;
	font-family: futura-pt-bold, sans-serif; 
	font-weight:700;
	font-size:.85em;
	background-color:#2f3460;
	border:none;
	color:#585e9b;
	transition:.5s;
}
.add_indiv:hover {
	cursor:pointer;
	background-color:white;
	transition:.5s;
}
.smallersub {
	padding:.5em !important;
}
.success {
	font-size:1.25em;
}
/*Placeholder Stuff*/
::-webkit-input-placeholder { /* Chrome */
  	color: rgba(255, 255, 255, .25);
}
:-ms-input-placeholder { /* IE 10+ */
  	color: rgba(255, 255, 255, .25);
}
::-moz-placeholder { /* Firefox 19+ */
  	color: rgba(255, 255, 255, .25);
}
:-moz-placeholder { /* Firefox 4 - 18 */
  	color: rgba(255, 255, 255, .25);
	opacity:1;
}
/*End*/
.appear {
	display:none;
}


/* The container */
.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: white;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #3a4077;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media only screen and (max-device-width: 1024px)  {
	body {
		font-size:16px;
		background-color:#3a4077;
	}
	#container {
		width:100%;
		min-width:0px;
		margin:0;
		padding:2em 2% .5em 2%;
	}
	input[type=submit] {
		padding:2em;
	}
	a.blue {
		color:#fff;
	}
	.three-quarter, .quarter {
		width:100%;
	}
}
@media only screen and (orientation: portrait) and (max-device-width: 736px) {
	.appear {
		display:inline-block;
	}
	.poof {
		display:none;
	}
	.smallersub, select.half {
		width:80% !important;
		padding:1.5em !important;
	}
}








