
img.bg {
	/* Set rules to fill background */
	min-height: 100%;

	/* Set up proportionate scaling */
	width: 100%;
	height: auto;

	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
	z-index: 0;
}

@media screen and (max-width: 1280px) { /* Specific to this particular image */
  img.bg {
    width: 1280px;
  }
}


body {
	font-family: 'Roboto', sans-serif; font-weight: 300; padding: 0; margin: 0; height: 100%;
}

	#page-container { 
		position: fixed;
		background-color: transparent;
		z-index: 1;
		width: 100%;
		height: 100%;
		margin: 0 auto;
		overflow-y: hidden;
		overflow-x: hidden;
	}

	#page { 
		background-color: transparent;
		z-index: 1;
		width: 100%;
		height: 100%;
		margin: 0 auto;
		overflow-y: hidden;
		overflow-x: hidden;
	}

	#content {
		overflow-y: auto;
		overflow-x: hidden;
	}

	#logo-top {
		background-color: rgba(255, 255, 255, .7);
		height: 100px;
		margin-top: 20px;
		z-index: 1;
	}


	#logo {
		float: left;
		width: 17%;
		margin-left: 3%;
		z-index: 10;
		margin-top: 10px;
	}

	#logo a {
		z-index: 3;
		height: 80px;
	}

	h1 { z-index: 9; float: left; width: 60%; font-size: 40pt; font-weight: 700; letter-spacing: 5px; color: #F7941D; text-align: center; margin: 0px 0 30px 0; padding: 22px 0 0 0; }

	#top-menu { float: right; width: 20%; text-align: right; z-index: 10; }
	#top-menu a { float: right; margin-top: 33px; padding: 8px 16px; border-left: solid 1px #ddd; background-color: #F7941D; font-size: 11pt; font-weight: 400; color: #fff; text-decoration: none; }
	#top-menu a:hover { text-decoration: none; opacity: 0.8; }

	#form-container {
		position: relative;
		background-color: rgba(255, 255, 255, .3);
		z-index: 2;
		width: 500px;
		margin: 2% auto;
		border-radius: 4px;
		padding: 14px;
	}

	form {
		position: relative;
		background-color: #fff;
		z-index: 3;
		width: 460px;
		margin: 0 auto;
		opacity: 1;
		box-shadow: 0 0 30px #aaa;
		padding: 20px 20px 20px;
	}

	h2 { font-size: 18pt; font-weight: 400; color: #333; text-align: center; margin: 0; }

	#form-inside {
		position: relative;
		margin: 20px 30px 0;
		padding: 0;
	}

	#form-left {
		float: left; width: 49%;
	}

	#form-right {
		float: left; width: 49%; margin-left: 2%;
	}

	input[type=text], input[type=password], select {
		width: 100%;
		padding: 12px 14px;
		margin: 0 0 10px;
		display: inline-block;
		border: 1px solid #e0e0e0;
		box-sizing: border-box;
		font-size: 13pt;
		color: #333;
	}

	select {
		padding: 11px 16px; color: #999; font-weight: 300;
	}

	.help-links { width: 100%; text-align: center; font-size: 13pt; line-height: 24px; color: #939393; }
	.help-links a { color: #F15A29; text-decoration: underline; }
	.help-links a:hover { text-decoration: none; }

	button {
		position: relative;
		display: block;
		background-color: #F7941D;
		margin: 10px auto 20px;
		border: none;
		cursor: pointer;
		width: 240px;
		font-size: 14pt;
		color: #fff;
		padding: 14px 0 14px;
	}

	button:hover {
		opacity: 0.8;
	}

	#footer-container {
		position: fixed;
		bottom: 0;
		width: 100%;
		height: 140px;
		background-color: rgba(255, 255, 255, .7);
	}

	#footer {
		z-index: 2;
		width: 94%;
		font-size: 12pt;
		font-weight: 300;
		color: #333;
		padding: 18px 0 0 3%;
	}

	#footer a { color: #333; }
	#footer a:hover { text-decoration: none; }

	#footer-copy {
		float: left; width: 80%; line-height: 24px;
	}

	#footer-logo {
		float: left; width: 20%; height: 70px;
	}

	#footer img {
		padding-right: 0;
		margin-top: -6px;
	}

	.left { text-align: left; }
	.center { text-align: center; }


@media (max-width: 992px) {



}

@media (max-width: 1028px) {

	#page-container { 
		position: fixed;
		background-color: transparent;
		z-index: 1;
		width: 100%;
		height: 100%;
		margin: 0 auto;
		overflow-y: auto;
	}

	#page { 
		background-color: transparent;
		z-index: 1;
		width: 100%;
		height: 100%;
		margin: 0 auto;
		display: table;
		overflow-y: hidden;
		overflow-x: hidden;
	}

	#logo-top {
		height: 140px;
		margin-top: 20px;
	}

	#logo-top img {
	}

	#logo {
		float: left;
		width: 47%;
		margin-left: 3%;
		padding-top: 10px;
		z-index: 10;
	}

	h1 { width: 100%; font-size: 30pt; font-weight: 700; letter-spacing: 3px; text-align: center; margin: -10px 0 30px 0; padding: 2px 0 0; }

	#top-menu { width: 50%; }
	#top-menu a { float: right; margin-top: 16px; padding: 6px 12px; border-left: solid 1px #ddd; background-color: #F7941D; font-size: 10pt; font-weight: 400; color: #fff; text-decoration: none; }

	#form-container {
		position: relative;
		background-color: rgba(255, 255, 255, .5);
		z-index: 2;
		width: 300px;
		margin: 20px auto;
		border-radius: 4px;
		padding: 10px;
	}

	form {
		position: relative;
		z-index: 3;
		width: 260px;
		margin: 0 auto;
		opacity: 1;
		box-shadow: 0 0 20px #aaa;
		padding: 20px 20px 20px;
	}

	h2 { font-size: 14pt; font-weight: 400; text-align: center; margin: 0; }

	#form-inside {
		position: relative;
		margin: 10px 30px 0;
		padding: 0;
	}

	input[type=text], input[type=password] {
		width: 100%;
		padding: 12px 8px;
		margin: 0 0 10px;
		display: inline-block;
		border: 1px solid #e0e0e0;
		box-sizing: border-box;
		font-size: 11pt;
	}

	select {
		padding: 10px 4px 9px 4px;
	}

	.help-links { width: 100%; text-align: center; font-size: 11pt; }
	.help-links a { text-decoration: none; }
	.help-links a:hover { text-decoration: underline; }

	button {
		position: relative;
		display: block;
		margin: 15px auto 20px;
		border: none;
		cursor: pointer;
		width: 160px;
		font-size: 12pt;
		padding: 14px 0 14px;
	}

	button:hover {
		opacity: 0.8;
	}

	#footer-container {
		display: table-row;
		height: 1px;
		background-color: rgba(255, 255, 255, .7);
	}

	#footer {
		z-index: 2;
		width: 92%;
		font-size: 11pt;
		padding: 14px 30px 30px 3%;
	}

	#footer a:hover { text-decoration: none; }

	#footer-copy {
		float: left; width: 80%; line-height: 22px;
	}

	#footer-logo {
		height: 80px;
	}

	#footer img {
		padding-right: 0;
		margin-top: -2px;
	}

	.left { text-align: left; }
	.center { text-align: center; }

}

@media (max-width: 400px) {

	h1 { width: 100%; font-size: 30pt; font-weight: 700; letter-spacing: 3px; text-align: center; margin: 6px 0 30px 0; padding: 2px 0 0; }

	#top-menu { width: 50%; }
	#top-menu a { float: right; margin-top: 12px; padding: 5px 10px; border-left: solid 1px #ddd; background-color: #F7941D; font-size: 9pt; font-weight: 400; color: #fff; text-decoration: none; }

	#logo {
		float: left;
		width: 47%;
		margin-left: 3%;
		padding-top: 10px;
		z-index: 10;
	}

	#logo-top img {
		width: 100%;
	}

	#footer {
		width: 95%;
		font-size: 10pt;
		padding-top: 14px;
	}

	#footer-copy {
		line-height: 20px;
	}

	#footer-logo {
		margin-right: -10px;
	}

	#footer img {
		margin-top: 2px;
	}
}

/*
@media (max-width: 1024px) {

	#page-container { 
		overflow-y: auto;
	}

	h1 { font-size: 38pt; letter-spacing: 2px; color: #F7941D; text-align: center; margin: 30px 5% 30px 0; padding: 22px 0 0 30px; }

}
*/


/*
@media (max-width: 600px) {

	#logo-top img {
		width: 169px;
		height: 60px;
		margin: 0 auto;
	}

	h1 { font-size: 24pt; letter-spacing: 2px; color: #F7941D; text-align: center; margin: 20px 10% 30px 0; padding: 80px 0 0 30px; }

	#footer {
		position: relative;
		margin-top: 40px;
	}

}
*/