body {
	background: #fff !important;
	padding: 0;
	margin: 0;
	font-family: "myriad-pro", "Myriad Pro", Arial, sans-serif !important;
	font-weight: normal;
	font-style: normal;
	line-height: 1.5;
	position: relative;
	cursor: auto;
}

/* Header */
.header {
	padding: 0.5rem 1rem;
	margin-top: 5rem;
	text-align:center;
}

.header h1 {
	font-size: 1.25rem;
}

/* Accept Terms */
#terms {
	border: thin solid #ddd;
	padding: 1.5rem;
	margin-top: 1rem;
}
#login label {
	color: #424242 !important;
	width:85%;
}
#login input {
	margin:0 !important;
	display:inline-block;
	float:left;
}
button {
	padding-left: 4rem !important;
	padding-right: 4rem !important;
	margin-bottom: 0;
}
/* Disclaimer */
small {
	font-size: 14px;
	color: #999;
}

/* Sign In */
div#sign-in p {
	text-align:center;
}

a#login-button.disabled {
	background-color:#ddd;
	color: #424242;
}

ul {
	margin: 0 0 1.5rem 3rem;
}
p, li {
	color: #424242 !important;
	font-size: 1rem !important;
}

h2 {
	color: #00a499;
	background: transparent !important;
	font-weight: 300;
	font-size: 1.5rem;
	line-height: 1.25;
}

p.countdown {
	font-weight: 300 !important;
	text-transform: uppercase;
	letter-spacing:1px;
	font-size:0.75rem !important;
}
span#time {
	font-size: 3.5rem;
}


table tr th {
	background-color: transparent !important;
	color: #424242 !important;
	padding: 0 !important;
}
table input {
	margin-bottom: 0 !important;
}

table tr th .label, table tr th label {
	color: #424242 !important;
}

/* log in */
.nwaForm {
	margin-top: 2rem;
}
thead,
table tr:nth-child(2n+1) {
	background-color: transparent !important;
}

th.nwaBottom {
	padding: 1rem !important;
	text-align: center !important;
}
th.nwaBottom input {
	padding: 1rem 3rem !important;
}

th.nwaBottom input:disabled {
	background: #dddddd;
	color: #424242 !important;
}
th.nwaBottom input {
	background: #00a499;
	border: 0;
	font-size: 1rem;
	color: #fff !important;
}

/* Small Only */
@media only screen and (max-width:40em) {
	.header {
		margin-top: 2rem;
	}
	h1 {
		font-size: 1rem !important;
	}
}



/* FOUNDATION */
html, body {
	height: 100%;
	font-size: 100%;
}

*, *:before, *:after {
	box-sizing: border-box; }

img {
	max-width: 100%;
	height: auto;
	display: inline-block;
	vertical-align: middle; }

textarea {
	height: auto;
	min-height: 50px; }

select {
	width: 100%; }

.row {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	max-width: 62.5rem; }


.column, .columns {
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
	width: 100%;
	float: left; }


@media only screen {
.small-1 {
	width: 8.33333%; }
.small-2 {
	width: 16.66667%; }
.small-3 {
	width: 25%; }
.small-4 {
	width: 33.33333%; }
.small-5 {
	width: 41.66667%; }
.small-6 {
	width: 50%; }
.small-7 {
	width: 58.33333%; }
.small-8 {
	width: 66.66667%; }
.small-9 {
	width: 75%; }
.small-10 {
	width: 83.33333%; }
.small-11 {
	width: 91.66667%; }
.small-12 {
	width: 100%; }
}
@media only screen and (min-width:40.063em) {
	.medium-1 {
		width: 8.33333%; }
	.medium-2 {
		width: 16.66667%; }
	.medium-3 {
		width: 25%; }
	.medium-4 {
		width: 33.33333%; }
	.medium-5 {
		width: 41.66667%; }
	.medium-6 {
		width: 50%; }
	.medium-7 {
		width: 58.33333%; }
	.medium-8 {
		width: 66.66667%; }
	.medium-9 {
		width: 75%; }
	.medium-10 {
		width: 83.33333%; }
	.medium-11 {
		width: 91.66667%; }

}

@media only screen and (min-width:64.063em) {
	.large-1 {
		width: 8.33333%; }
	.large-2 {
		width: 16.66667%; }
	.large-3 {
		width: 25%; }
	.large-4 {
		width: 33.33333%; }
	.large-5 {
		width: 41.66667%; }
	.large-6 {
		width: 50%; }
	.large-7 {
		width: 58.33333%; }
	.large-8 {
		width: 66.66667%; }
	.large-9 {
		width: 75%; }
	.large-10 {
		width: 83.33333%; }
	.large-11 {
		width: 91.66667%; }
	.large-12 {
		width: 100%; }
	.column.large-centered, .columns.large-centered {
		margin-left: auto;
		margin-right: auto;
		float: none; }
	.column.large-uncentered, .columns.large-uncentered {
		margin-left: 0;
		margin-right: 0;
		float: left; }
	.column.large-centered:last-child, .columns.large-centered:last-child {
		float: none; }
 }




