﻿@font-face {
    font-family: 'RalewayRegular';
    src: url('Raleway-Regular-webfont.eot');
    src: url('Raleway-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('Raleway-Regular-webfont.woff') format('woff'),
         url('Raleway-Regular-webfont.ttf') format('truetype'),
         url('Raleway-Regular-webfont.svg#RalewayRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
	margin: 0;
	padding: 0;
}

body {
	color: #465260;
	font-size: 1.1em;
	line-height: 1.5em;
	font-family: 'Raleway', sans-serif;
	background-color:#1A1B1D;
}

a {
	color: #599EEC;
	text-decoration: none;
	font-weight: bold;
}

	a:hover {
		color: #1F2429;
		text-decoration: underline;
	}

h1 {
	font-size: 40px;
	line-height:50px;
	font-family: 'Michroma', sans-serif;
	margin:25px 0 25px;
}
.news h1 {
	font-size: 30px;
	line-height: 40px;
	font-family: 'Michroma', sans-serif;
	margin: 20px 0;
}

h2 {
	font-size: 24px;
	line-height:32px;
	font-family: 'Michroma', sans-serif;
	color: #599EEC;
	margin-bottom: 10px;
	padding: 10px 0px 12px 0px;
	text-decoration: none;
}

h3 {
	font-size: 18px;
	line-height:28px;
	font-family: 'Michroma', sans-serif;
	color: #1F2429;
	margin-bottom: 10px;
	padding: 0px 0px 8px 0px;
	text-decoration: none;
}

h4 {
	font-size: 18px;
	color: #465260;
	margin-bottom: 10px;
	padding: 10px 0px 5px 0px;
	text-decoration: none;
}

h5 {
	font-size: 16px;
	color: #465260;
	margin: 5px 0px;
	padding: 0px 0px 3px 0px;
	text-decoration: none;
}

p {
	padding-bottom: 20px;
}

ul {
	list-style-type: none;
}

img.border {
	border: solid 3px #1f2429;
	margin: 0px 0px 6px 10px;
	float: right;
}

h1.full-title {
	margin-top:0px;
	padding-top:25px;
}
.clear {
	clear: both;
}

.clearLeft {
	clear: left;
}

.clearRight {
	clear: right;
}

.rel {
	position: relative;
}

.fullBanner {
	margin:0px auto;
}
.banner {
	margin:0px auto;
	width:960px;
}

.mobileNav {
	background-color:#5A9FF4;
}
.mobileNav, .mobileNavLink {
	display:none;	
}
.nav-container {
	background-color:#5A9FF4;
}
.nav {
	width: 920px;
	margin: 0px auto;
	line-height: 50px;
	height: 50px;
}
	.nav ul {
		list-style: none;
	}
	.nav li {
		float:left;
		position:relative;
		border-right:solid 1px #D8DFE6;
	}
	.nav>ul>li:first-child {
		border-left:solid 1px #fff;
	}
	.nav a {
		display:block;
		padding: 0px 20px;
		color: #fff;
		font-size: 16px;
		text-decoration: none;
		font-weight:normal;
	}
		.nav a:hover {
			background-color:#fff;
			color:#5A9FF4;
		}
	.nav ul li:hover ul {
		display:block;	
	}
	.nav ul li ul {
		display:none;
		position:absolute;
		background-color:#5A9FF4;
		z-index:100;
	}
	.nav ul li ul li:first-child {
		border-top:solid 1px #fff;
	}
	.nav ul li ul li {
		width:250px;
		line-height: 40px;
		height: 40px;
		border-bottom:solid 2px #ccc;
		border-left:solid 2px #ccc;
		border-right:solid 2px #ccc;
	}
	.nav ul li ul li ul {
		display:block;
		
		background-color:#5A9FF4;
		z-index:100;
	}
	.nav ul li ul li ul li {
		display:block;
		width:228px;
		line-height: 40px;
		height: 40px;
		border-bottom:solid 2px #ccc;
		border-left:solid 2px #ccc;
		border-right:solid 2px #ccc;
		margin-left:20px;
	}

.header {
	background: #1a1b1d;
}
.header-container {
	margin: 0 auto;
	width:960px;
}

.news {
	color: #000;
	font-size: 16px;
	line-height: 24px;
	font-family: 'Raleway', sans-serif;
}

.storeItem {
	float:left;
	width:370px;
	border:solid 4px #599EEC;
	border-radius:15px;
	padding:20px 20px;
	margin:0 30px 30px 0;
}
.right { 
	float: right;
	margin-right:0px;
}

.cart {
	float:right;
	color:#fff;
	background-image:url(../images/cart.png);
	background-size:40px;
	background-repeat:no-repeat;
	margin-top:25px;
	width:85px;
	height:50px;
	padding-left:50px;
	padding-top:5px;
	box-sizing:border-box;
	cursor:pointer;
	display:block;
}
.cart a {
	color:#fff;
}

.storeItem img {
	width:100%;
}
.storeItemName {
	font-weight:bold;
	display:block;
	margin-bottom:15px;
	float:left;
	width:270px;
	margin-right:20px;
}
.storeItemPrice {
	float:right;
	width:80px;
	text-align:right;
}
.storeItemDesc {
	margin-top:10px;
	font-size:14px;
	line-height:22px;
	color:#000;
}
.productImg {
	float:left;
	margin-right:20px;
	width:300px;
}
.productImg img {
	width:300px;
}
.productDetails {
	color:#777;
	font-size:16px;
}

input, select {
	display: block;
	padding: 10px;
	font-size:1em;
	box-sizing:border-box;
	margin-bottom:10px;
}
#addHistoryDialog input {
	padding:5px 10px;
	margin-bottom:0px;
}
#addHistoryDialog .label {
	line-height:1em;
}
.footer {
	background: #599EEC;
	border-top: solid 8px #fff;
	padding: 30px 0;
	text-align: center;
	font-size: 13px;
	color:#fff;
	line-height:22px;
}
.footer-container {
	margin: 0 auto;
	width:960px;
	text-align:left;
}
.footer-address {
	float:left;
	width:200px;
	margin:0px 20px;	
}
.footer-mission {
	float:left;
	width:500px;
	margin:20px 20px 0;
	text-align:center;
}
.footer-social {
	width:60px;
	float:right;
	margin:20px 20px 0 0;
}
.footer-copy {
	color: #ffd950;
}

	.footer a {
		color: #1F2429;
	}

.admin-content-wrap {
	background-color: #d8dfe6;
	font-size:14px;
	line-height:22px;
}
.admin-content-wrap h1 {
	font-size:20px;
	line-height:30px;
	margin:10px 0;
}
.admin-content-wrap h2 {
	font-size:18px;
	line-height:24px;
}
.admin-content-wrap h3 {
	font-size:16px;
	line-height:20px;
}

.logo {
	width: 400px;
	float:left;
}

.content {
	width: 960px;
	margin: 0px auto;
	background-color: #d8dfe6;
	padding: 0px 20px;
	box-sizing:border-box;
}
.contentWide {
	width: 1500px;
	margin: 0px auto;
	background-color: #d8dfe6;
	padding: 0px 20px;
}
.contentFull {
	width: 100%;
	margin: 0px auto;
	background-color: #d8dfe6;
	padding: 0px 20px;
}


.full {
	width: 100%;
	float: left;
}

.main-column {
	width: 670px;
	float: left;
	margin-right: 20px;
}

.sidebar {
	width: 230px;
	float: left;
	font-size:0.7em;
}

.section {
	width: 100%;
	background: #fff;
	padding: 10px 25px 25px 25px;
	margin-bottom: 20px;
	overflow: hidden;
	box-sizing: border-box;
}

.sidebar .section {
	padding: 15px;
	
	line-height: 1.4em;
}
.sidebar input {
	width:100%;
	box-sizing:border-box;
	display:block;
}

.callout {
	font-size: 1.0em;
	font-weight: bold;
	color: #599EEC;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

.star {
	background-image: url('../images/star_full.png');
	background-position-y:10px;
	background-repeat: no-repeat;
	padding: 0px 0 2px 22px;
}
.sidebar .star {
	background-position-y:0.5em;
	line-height:1.4em;
	font-size:1.2em;
	padding: 2px 0 2px 22px;
}

.description {
	font-size: 14px;
	color: #333;
}

.fade {
	color: #aaa;
}

.mt { margin-top: 0.4em; }
.mt2 { margin-top: 0.7em; }
.mt4 { margin-top: 1.4em; }
.mb { margin-bottom: 0.4em; }
.mb2 { margin-bottom: 0.7em; }
.mb4 { margin-bottom: 1.4em; }

.emailLabel {
	float:left;
	width:200px;
	font-weight:bold;
	padding:10px 0;
}
.emailField {
	float:left;
	width:400px;
	padding:10px 0;
}
.paymentMethod {
	float:left;
	width:250px;
	border:solid 4px #599EEC;
	border-radius:15px;
	padding:20px 30px;
	margin-right:30px;
	height:115px;
}

.paymentMethod label {
	font-weight:bold;
	display:block;
	margin-bottom:20px;
}

.col-left {
	width: 40%;
	padding: 0 20px 0 0;
	box-sizing: border-box;
	float: left;
}

.col-right {
	width: 60%;
	padding: 0 0 0 20px;
	box-sizing: border-box;
	float: left;
	border-left: solid 2px #599EEC;
}

.rentalDate {
	width: 130px;
	float: left;
}

.rentalAvail {
	width: 200px;
	float: left;
}

.rentalReserved {
	width: 200px;
	float: left;
	font-weight: bold;
}

.inlineButton {
	background: #599EEC;
	width: 180px;
	float: left;
	text-align: center;
	margin: 20px 20px 30px 0;
	cursor:pointer;
	color: #FFF;
	border:none;
}
	.inlineButton a {
		color: #FFF;
		text-transform: uppercase;
		font-size: 12px;
		line-height: 20px;
		text-decoration: none;
		display: block;
		border:none;
	}

.altBtn {
	background: #999999;
}
.btnRight {
	float:right;
	margin:0 0px 20px 20px;
}

.row {
	border-bottom: 1px solid #CCC;
	margin: 0;
	padding: 15px 0 10px 0;
	clear: both;
}
.userRow {
	border-bottom: 1px solid #CCC;
	margin: 0;
	padding: 15px 0 10px 0;
	clear: both;
}
.userColumn {
	font-size:14px;
	float:left;
	width:260px;
}

.button, .buttonLarge {
	display:block;
	background-color:#599EEC;
	border:none;
	border-radius:0px;
	color:#fff;
	text-align:center;
	-webkit-appearance: none;
	font-weight:normal;
}
.button {
	padding:10px 20px;
}
.buttonLarge {
	padding:15px 30px;
}
.button:hover, .buttonLarge:hover, a.button:hover {
	background-color:#465260;
	text-decoration:none;
	cursor:pointer;
	color:#fff;
}
.buttonSecondary {
	background-color:#777;
}
.buttonCallout {
	background-color:#62a70f;
}
.buttons {
	margin: 20px 0 0 0;
}

.sidebar .button {
	width:100%;
	padding:0px;
	text-align:center;
	background-color:#599EEC;
	border:none;
	border-radius:0px;
	color:#fff;
	padding:20px 30px;
	font-size:1.3em;
}

.quote {
	font-family: 'Michroma', sans-serif;
	font-weight:bold;
}

ul.slides img {
	width:100%;
}

.label {
	font-weight: bold;
	color: #1F2429;
	margin: 15px 0 0 0;
}
.optional {
	font-weight:normal;
	font-size:12px;
	color:#62a70f;
}
.col {
	float: left;
	width: 290px;
}
.col-wide {
	float: left;
	width: 580px;
}

.duplicates {
	float: left;
	width: 290px;
	border: solid 1px #599EEC;
	border-radius: 4px;
	padding: 0px 15px 10px;
	box-sizing: border-box;
}

.searchBox, .campList, .yearList {
	float: left;
	padding: 20px 0 0 0;
	width: 180px;
}

#addCamper, #addFriend {
	float: right;
	padding: 32px 20px 0 0;
}

#camperCount, #friendCount {
	font-weight: bold;
	padding: 10px 0;
}

.firstName, .middleName, .lastName, .state, .zip, .birthdate, .gender, .friend, .spouse, .church {
	float: left;
	padding-right: 20px;
}

.historyItem a {
	color: #599EEC !important;
}

#groupsList thead td {
	height: 40px;
	font-weight: bold;
	font-size: 14px;
}

thead {
	font-weight: bold;
}

td.group, td.fullname, td.gendercode, td.birth, td.homechurch {
	float: left;
	padding-right: 20px;
}

td.group {
	width: 60px;
}

td.fullname {
	width: 190px;
}

td.gendercode {
	width: 60px;
}

td.birth {
	width: 110px;
}

td.homechurch {
	width: 200px;
}

#campersList thead, #friendsList thead, #money thead {
	font-weight: bold;
	font-size: 14px;
}

	#campersList thead td, #friendsList thead td {
		padding-bottom: 5px;
	}
	#campersList tbody tr:nth-child(odd) {
		background-color: #f2f2f2;
	}

td.camper {
	width: 200px;
}

td.gender {
	width: 60px;
}

td.church {
	width: 250px;
}

td.deposit {
	width: 100px;
}

td.store {
	width: 100px;
}

td.friend {
	width: 200px;
}

td.spouse {
	width: 150px;
}

td.church {
	width: 250px;
}

td.birthdate {
	width: 120px;
}

#camperPhoto {
	background: #ccc;
	border: solid 2px #aaa;
	width: 300px;
	height: 200px;
	padding-bottom: 20px;
}

#addHistoryDialog, #addDecisionDialog, #addDonationDialog {
	text-align: left;
}

.paddedBtn {
	margin: 10px 0 20px 0;
}

#history {
}

.submitPending {
	background: url('../images/loading_small.gif') no-repeat 0px 1px; 
	background-size:10%;
	width:300px;
	height:40px;
	font-weight:bold;
	color:darkgreen;
	padding:0px 45px;
}
#loading, #saving {
	position: absolute;
	top: 30px;
	left: 250px;
	background: #9dccfa url(../images/loading.gif) no-repeat -50px -140px;
	width: 112px;
	height: 10px;
	font-weight: bold;
	color: #fff;
	padding: 35px 60px;
	border: 2px solid #77aadd;
	-webkit-border-radius: 5px;
	-webkit-border-radius-left: 5px;
	-webkit-border-radius-right: 5px;
	-webkit-border-radius-bottom: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-box-shadow: 0 0 3px rgba(0,0,0,1.0000);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,1.0000);
	z-index: 5;
}

#modal {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #666 url(../images/modal.png) 50% 50% repeat;
	opacity: .30;
	filter: Alpha(Opacity=30);
	z-index: 4;
}

#camperHistoryGroup, #camperDecisionGroup, #friendDonationGroup {
	margin: 20px 0 0 0;
}

.campyear {
	float: left;
	width: 55px;
	padding: 0 10px 0 0;
}

.campname {
	float: left;
	width: 155px;
	padding: 0 10px 0 0;
}

.churchname {
	float: left;
	width: 200px;
	padding: 0 10px 0 0;
}

.preregistered {
	float: left;
	width: 40px;
	padding: 0 10px 0 0;
}

.money {
	float: left;
	width: 70px;
	padding: 0 10px 0 0;
}

.unspent {
	float: left;
	width: 70px;
	padding: 0px;
}

.decisionname {
	float: left;
	width: 220px;
	padding: 0 10px 0 0;
}

.donationdate {
	float: left;
	width: 155px;
	padding: 0 10px 0 0;
}

.cashvalue {
	float: left;
	width: 120px;
	padding: 0 10px 0 0;
}

.chargeid {
	float: left;
	width: 125px;
	padding: 0 10px 0 0;
}

.notes {
	float: left;
	width: 195px;
	padding: 0 10px 0 0;
}

#campattendance {
	padding: 0px;
}

	#campattendance thead {
		font-weight: bold;
	}

#groupSettings {
	margin-bottom: 20px;
}

.half {
	width: 50%;
	box-sizing: border-box;
	padding: 10px;
	float: left;
}
.data-value {
	float:left;
}

.merge input[type=checkbox], .merge input[type=radio] {
	width: 30px;
	float: left;
	margin-top: 5px;
}

.no-check {
	width: 30px;
	float: left;
}

.merge label {
	width: 135px;
	float: left;
	color: #888;
	font-size: 12px;
}

.merge-item {
	float: left;
	width: 195px;
	margin-right: 10px;
	overflow: hidden;
	font-size: 12px;
}

.merge-link {
	float: left;
	width: 50px;
	font-size: 12px;
}

.twoCol {
	float: left;
	margin: 0px 20px 20px 0;
	width: 300px;
}

	.twoCol label {
		width: 100%;
		display: block;
		font-weight: bold;
		margin: 5px 0 0 0;
	}

.oneCol {
	float: left;
	width: 150px;
}
.oneCol input {
	width:100%;
}
.col-1-3 {
	width:33%;
	box-sizing:border-box;
	padding-right:20px;
	float:left;
}
.col-2-3 {
	width: 66%;
	box-sizing: border-box;
	padding-right: 20px;
	float: left;
}
.col-3-3 {
	width: 100%;
	box-sizing: border-box;
	padding-right: 0px;
}
.col-1-2 {
	width:50%;
	box-sizing:border-box;
	padding-right:20px;
	float:left;
}
.col-2-2 {
	width:100%;
	box-sizing:border-box;
	padding-right:0px;
}
.col-1-2 input, .col-2-2 input {
	width:90%;
}
input[type="checkbox"] {
	width:30px;
	height:30px;
	padding:10px 10px 0 0;
	margin-bottom:20px;
}
.col-1-3 label, .col-2-3 label, .col-3-3 label, .col-1-2 label, .col-2-2 label {
	display:block;
	width:100%;
	font-weight:bold;
}

.keyField {
	margin: 0 0 20px 0;
}

.loginlbl {
	font-weight: bold;
	padding: 0 10px 10px 0;
}

.loginboxes {
	margin: 0 10px 10px 0;
}

.loginbtn {
	text-align: left;
	float: left;
	margin: 10px 0 0 0;
}

.rentalTable td {
	padding: 5px;
	border-bottom: solid 1px #aaa;
}

.rentalTable td a {
	color:#fff;
	display:block;
	width:40px;
	text-align:center;
	border-radius:4px;
	background-color:#3589ed;
	font-weight:normal;
}

.rentalEdit {
	width: 50px;
}

	.rentalEdit a {
		display: block;
		padding-left: 5px;
	}

.rentalDate {
	width: 100px;
}

.rentalName {
	width: 230px;
}

.rentalCheck {
	width: 100px;
}

.Canceled, .Declined {
	background-color: #eee;
	color: #aaa;
}

.Paid {
	background-color: #b3d4fb;
	color: #000;
}

.Unpaid {
	background-color: #ff7528;
	color: #000;
}
.Unpaid a {
	color:#000;
}

.Partial {
	background-color: #ffe27a;
	color: #000;
}

.error {
	color: #c00;
	background-color: #FBE3E4;
	padding:5px 10px;
	display:block;
	margin:15px 0px;
}

.online-reg {
	text-align: left;
	font-size: 14px;
}

	.online-reg label {
		display: block;
		float: left;
		width: 100%;
		margin-top: 10px;
		font-weight: bold;
	}

	.online-reg input {
		display: block;
		padding: 10px;
	}

	.online-reg select {
		display: block;
		padding: 10px;
		height:40px;
		font-size:14px;
	}

	.online-reg textarea {
		display: block;
		box-sizing:border-box;
		width:100%;
		padding: 10px;
	}

	.online-reg input[type=radio] {
		display: inline;
		margin-bottom:24px;
	}

	.online-reg input[type=submit] {
		padding: 15px 30px;
		font-size: 18px;
	}

	.online-reg input[type=checkbox] {
		
	}

	.online-reg .radioList label {
		display: inline;
		float: none;
		padding: 10px 20px 0 5px;
	}

	.online-reg .checkItem {
		width: 124px;
		float: left;
		margin-bottom: 10px;
	}

	.online-reg .checkItemWide {
		width: 175px;
		float: left;
		margin-bottom: 10px;
	}

	.online-reg .pricing {
		border: solid 2px #599EEC;
		border-radius: 5px;
		padding: 10px 20px;
	}

	.online-reg .parent-attending {
		margin-bottom: 10px;
	}

		.online-reg .parent-attending label {
			margin-top: 0px;
		}

	.online-reg .amount-due {
		font-family: Arial, sans-serif;
		font-weight: normal;
		color: #000;
	}

.adminSection {
	padding:0 0 20px 0;
	border-bottom:solid 2px #ccc;
}
.adminSubSection {
	padding:0 0 20px 42px;
	border-bottom:solid 2px #ccc;
}

.medical-release {
	text-align: left;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}

	.medical-release h2 {
		padding-top: 15px;
	}

	.medical-release label {
		display: block;
		width: 100%;
		margin-top: 10px;
		font-weight: bold;
	}

	.medical-release input[type=radio] {
		display: inline;
	}

	.medical-release input[type=submit] {
		padding: 10px 30px;
		font-size: 14px;
	}

	.medical-release .radioList label {
		display: inline;
		float: none;
		padding: 10px 20px 0 5px;
	}

	.medical-release .checkItem {
		width: 124px;
		float: left;
		margin-bottom: 10px;
	}

	.medical-release .col {
		width: 290px;
	}

	.medical-release .payment-info {
		width: 290px;
		float: right;
	}

	.medical-release .small-col {
		float: left;
		width: 135px;
		margin-right: 10px;
	}

.signature {
	font-size: 18px;
	font-family: 'Noto Sans', cursive, Arial;
	color: #599EEC;
	margin: 0px;
	padding: 10px 0px 12px 0px;
	text-decoration: none;
}

.sectionDescription {
	font-size:14px;
	line-height:24px;
}
.sectionDescription ul {
	list-style:square;
	margin-left:30px;
	margin-bottom:20px;
}

.rightSide {
	margin-right:0px !important;
}
.personalityType {
	float:left;
	width:375px;
	margin-right:20px;
	margin-bottom:20px;
	border:solid 2px #599EEC;
	border-radius:10px;
	padding:0px 20px 15px;
}
.personalityType table {
	padding-left:5px;
}
.personalityType td {
	width:75px;
	text-align:center;
}
.personalityLabel {
	border-bottom:solid 1px #ccc;
}
label.rangeLeft {
	float:left;
	width:145px;
}
label.rangeMid {
	float:left;
	width:85px;
	text-align:center;
}
label.rangeRight {
	float:left;
	text-align:right;
	width:145px;
}

.applicationMethod {
	float:left;
	width:350px;
	border:solid 4px #599EEC;
	border-radius:15px;
	padding:20px 30px;
	margin-right:30px;
}
.applicationMethod p {
	height:150px;
}
.applicationMethod label {
	font-weight:bold;
	display:block;
	margin-bottom:20px;
}
.rentalTime {
	float:left;
	width:300px;
	background-color:#d8dfe6;
	padding:5px 20px 0;
	border-bottom:solid 1px #fff;
	border-right:solid 1px #fff;
}
.rentalRate {
	float:left;
	width:200px;
	background-color:#d8dfe6;
	padding:5px 20px 0;
	border-bottom:solid 1px #fff;
}

#rentalRateContainer {
	float:left;
	width:375px;
	margin:25px;
	border:solid 2px #599EEC;
	border-radius:10px;
	padding:0px 20px 15px;
}
#rentalRateContainer h2 {
	line-height:40px;
}
#rentalRateContainer label {
	float:none;
	display:inline;
}

.admin-content-wrap input[type=text], .admin-content-wrap input[type=password], .admin-content-wrap textarea {
	padding:10px;
}
.admin-content-wrap select {
	height:40px;
	display:block;
	padding:0px 10px;
}
.admin-content-wrap .button, .admin-content-wrap .buttonLarge {
	font-size:14px;
}

.donorTitle {
	float:left;
	width:500px;
}
.giveAnonCheck {
	float:right;
	width:250px;
	margin-top:20px;
}
.giveAnonCheck input {
	width:20px;
	float:left;
	margin-top:12px;
}
.giveAnonCheck label {
	width:200px;
}

.loginBg {
    height: 100%; 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	background-image:url('../images/login_bg.jpg');
}
.loginOuter {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}

.loginMiddle {
    display: table-cell;
    vertical-align: middle;
}

.loginInner {
    margin-left: auto;
    margin-right: auto; 
    width: 300px;
}

.loginLogo {
	margin-bottom:30px;
	margin-left:-80px;
}
.loginError {
	color: #fff;
	text-align: left;
	font-size: 14px;
	float: left;
	padding: 10px 0 0 0;
}
.login .form {
	margin:10px 0;
}
input.loginInput {
	width:300px;
	padding:15px;
	margin-bottom:10px;
	color:#555;
	box-sizing:border-box;
	font-size:16px;
}
input.loginButton {
	width:300px;
	margin:0px;
	padding: 20px 30px;
    font-size: 18px;
}
.paymentsTable td {
	padding: 5px;
	border-bottom: solid 1px #aaa;
}

.paymentsTable td a {
	color:#fff;
	display:block;
	text-align:center;
	border-radius:4px;
	background-color:#3589ed;
	font-weight:normal;
	font-size:14px;
}

.checkLine {
	clear:both;
	display:block;
}
.checkLine input {
	float:left;
	margin-right:10px;
}
.checkLine label {
	margin-top: 2px;
	width:80%;
	font-weight: normal;
}

@media (max-width: 1024px) {
	body {
		font-size:1.3em;
		line-height:1.5em;
	}
	h1 {
		font-size:50px;
		line-height:60px;
	}
	.content, .banner, .header-container, .nav, .main-column, .footer, .sidebar {
		width:100%;
		box-sizing:border-box;
	}
	iframe{
		width:100%;
	}
	.nav>ul>li:first-child {
		border-left:none;
	}
	.button, .buttonLarge {
		margin-bottom:20px;	
	}
	.mobileNavLink {
		float: right;
		width: 40px;
		padding:20px 30px;
		display: block;
		cursor: pointer;
	}
	.mobileNav {
		padding: 20px 0;
	}
	.mobileNav a {
		color: #1a1b1d;
		font-weight:normal;
	}
	.mobileNav li {
		padding:10px 30px;
	}
	img {
		max-width: 100%;
	}
	.header {
		width:100%;
	}
	.container {
		width: 100%;
		margin: 0 auto;
		box-sizing:border-box;
		padding:0px 20px;
	}
	.content {
		padding:10px;
		box-sizing:border-box;
	}
	.footer {	
		width:100%;
	}
	.loginBanner img {
		height:auto;
	}
	.loginLogo {
		margin-left:0px;
	}
	.login input[type=text], .login input[type=password] {
		width:300px;
	}
	input.submit {
		margin-left:160px;
	}
	.nav {
		display:none;
	}
	.subNav {
		display:none;
	}
	.sidebar .section {
		font-size:1em;
	}
	.footer-container {
		width:100%;
	}
	.footer-address {
		width:100%;
		text-align:center;
		box-sizing:border-box;
		padding:20px;
		margin:0px;
	}
	.footer-mission {
		width:100%;
		box-sizing:border-box;
		padding:20px;
		margin:0px;
	}
	.facebook {
		margin-right: 80px;
	}
	.paymentMethod {
		margin-bottom:20px;
	}

}

@media (max-width: 768px) {
	h1 {
		font-size:36px;
		line-height:42px;
	}
	.sidebar .section {
		padding: 20px;
	}
}

@media only screen and (max-width: 480px) {
	h1 {
		margin:5px 0 15px;
	}
	.facebook {
		display:none;
	}
}

@media print {
	body {  text-align:left;  }
	.header {
		display:none;
	}
	.registration-lists h1 {
		display: none;
	}
	.section {
		padding: 0px;
	}

	#reportsGroup ul { display:none; }
	.footer { display:none; }
	.nav { display:none; }
	.securitynav { display:none; }
	.pagetitle { display:none; }
	.banner { display:none; }

	input { display:none; }
	.medical-release input { display:inline !important; }

	#groupSettings { display:none; }
	#medicalReleaseSettings { display: none; }

	a:link, a:visited {background: transparent; color:#333; text-decoration:none;}
	a:link[href^="http://"]:after, a[href^="http://"]:visited:after {content: " (" attr(href) ") "; font-size: 11px;}
	a[href^="http://"] {color:#000;}

	.ui-button { display:none !important; }
}