body {
	margin: 0;
	padding: 0;
	font-family: "Open Sans", Verdana, Geneva, Tahoma, sans-serif;
	background-color:#000;
}
img {
	max-width: 100%;
}
i {
	margin: 0 4px;
}
.noMobile {
	display: block;
}
.mobileOnly {
	display: none;
}
.notificationDiv, .errorDiv  {
	position: fixed;
	top: 50px;
	transition: max-height 200ms linear;
	-webkit-transition: max-height 200ms linear;
    background: #eeff84;
	padding: 2px 2% 1px 2%;
	max-height: 30px;
	height: auto;
	overflow: hidden;
    color: #6c5812;
	width: 100%;
}
.notificationDiv {
    background: #eeff84;
	color: #6c5812;
}
.errorDiv {
	background: #ff0000;
	color:#fff;
}
.notificationDiv.error {
	background: #ff0000;
	color:#fff;
}
.notificationDiv.hide, .errorDiv.hide {
	transition: max-height 200ms linear;
	-webkit-transition: max-height 200ms linear;
	max-height: 0px;
	border: 0 none;
	padding: 0 2%;
}
div#notification, div#error {
    font-weight: bold;
    text-align: center;
    font-size: .9em;
}
div#closeNote, div#closeError {
    float: right;
	cursor: pointer;
}
div#closeError {
   	color:#fff;
}
div#closeNote {
	color: #6c5812;
}
.notificationDiv.error div#closeNote {
	color:#fff;
}
#preloadSpinner {
	background: url('/images/ajax-spinner.svg') no-repeat -9999px -9999px;
}
.lightOverlay {
	transition:opacity 200ms linear;
	-webkit-transition:opacity 200ms linear;
	z-index:-1;
	opacity:0;
	position:fixed;
	left:0;
	right:0;
	top:0;
	bottom:-10px;
	background:rgba(255,255,255,.8);
}
.lightOverlay.show {
	z-index:1159;
	opacity:1;
}
.spinner {
    position: fixed;
    top: 30%;
    text-align: center;
    width: 100%;
    z-index: 1210;
	left: 0;
}
.spinnerSmall {
	position:absolute;
	margin-top: -30px;
	text-align:center;
	width:100%;
	z-index:99999;
	left: 0;
}
.spinner img {
    height: 180px;
    padding: 0 0 20px;
}
.spinnerSmall img {
	height: 80px;
	padding: 0 0 20px;
}
.spinner .spinnerText {
    margin: -67px auto 0;
    color: #0000ff;
    display: block;
    font-weight: bold;
    font-size: 1.2em;
}
.spinnerSmall .spinnerText {
    margin: -42px auto 0;
    color: #0000ff;
    display: block;
    font-weight: bold;
    font-size: .8em;
}
.spinBG {
    display: inline-block;
    background: #0b005d;
    padding: 0 10px 10px;
    border-radius: 20px;
    box-shadow: 0 0 2px #000003;
    margin-top: 5px;
}


#section1 {
	background-image: url('/images/ams-blue-bg.jpg');
	height: 100%;
	width: 100%;
	background-size: 120% auto;
    background-position: 0 -50px;
}
#section2 {
	background-color: #40e4c6;
}
#section3 {
	background-color: #40d5e4;
}
#section4 {
	background-color: #40a0e4;
}
#section5 {
	background-color: #fff;
}
#logo {
    width: 100%;
    text-align: center;
}
div#logo>img {
    max-height: 90px;
}
h1#subLogo {
    margin: 0;
    color: #fff;
    font-size: 2em;
    text-align: center;
}
div#menu {
	transition: background-color 300ms linear;
	-webkit-transition: background-color 300ms linear;
    display: flex;
    position: absolute;
	top: auto;
    bottom: 0;
    width: 100%;
    background-color: rgba(0,0,0,.5);
    color: #fff;
    font-size: 1.7em;
	padding: 5px 0;
	height: 40px;
}
div#menu.affix {
	transition: background-color 300ms linear;
	-webkit-transition: background-color 300ms linear;
    position: fixed;
    top: 0;
	bottom: auto;
    background-color: rgba(0,0,0,1);
}
.menuItem>a {
	color: #fff;
	text-decoration: none;
}
div#menu.affix>.menuItem>a {
	color: #1ad5ff;
}
div#menu>div {
	width: 100%;
	text-align:center;
}
.section>h2 {
    margin: 0;
    padding: 5px 0;
    text-align: center;
    font-size: 2em;
    background: rgba(255,255,255,.7);
    color: #555;
	height: 45px;
}
.menuItem>a {
	cursor: pointer;
}
.menuItem>a:hover {
	color:#eee;
}
div#loginContainer, div#registerContainer, div#registerAccountContainer {
    border: 4px solid #00b0e9;
    display: inline-block;
    padding: 20px 80px;
	border-radius: 10px;
	margin-top: 30px;
	margin-bottom: 30px;
	background: #fff;
	max-width: 450px;
}
h1.loginTitle {
    font-size: 1.7em;
    color: #00b0e9;
	margin: 0;
}
div#loginContainer>.formField, div#registerContainer>.formField, div#registerAccountContainer>.formField {
    margin: 30px 0;
}
.loginRegister {
    display: flex;
    width: 100%;
	text-align: center;
}
.loginRegister>div {
	width: 100%;
}
.modernInput {
	border-top:0 none;
	border-left: 0 none;
	border-right: 0 none;
	border-bottom: 1px solid #0000ff;
	background: transparent;
}
.modernSelect {
	padding: 2px;
    border: 1px solid #0000ff;
    font-size: 1em;
    border-radius: 10px;
	color: #0000ff;
}
.greyButton {
    background: #999;
    padding: 3px 6px;
    font-size: .9em;
    color: #eee;
	cursor:pointer;
	font-weight: bold;
}
.greyButton>i {
    font-size: .8em;
    vertical-align: middle;
    padding-right: 4px;
}
.clearButton {
	background: transparent;
    padding: 3px 6px;
    font-size: .9em;
    color: #aaa;
    cursor: pointer;
    font-weight: bold;
    border: 3px solid #aaa;
}
.clearButton>i {
    font-size: 1em;
    margin: 0 4px 0 0;
}
.clearButton:hover {
	color: #888;
	border:3px solid #888;
}
.clearBlueButton {
	background: transparent;
    padding: 3px 6px;
    font-size: .9em;
    color: #0000ff;
    cursor: pointer;
    font-weight: bold;
    border: 3px solid #0000ff !important;
}
.clearBlueButton:hover {
	color: #000;
	border:3px solid #000;
}
.clearBlackButton {
	background: transparent;
    padding: 3px 6px;
    font-size: .9em;
    color: #000;
    cursor: pointer;
    font-weight: bold;
    border: 3px solid #000 !important;
}
.clearBlackButton:hover {
	color: #000;
	border:3px solid darkblue;
}
.clearWhiteButton {
	background: transparent;
    padding: 3px 6px;
    font-size: .9em;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    border: 3px solid #fff !important;
}
.clearWhiteButton:hover {
	color: #000;
	border:3px solid lightblue;
}
.clearRedButton {
	background: transparent;
    padding: 3px 6px;
    color: #ff0000;
    cursor: pointer;
    font-weight: bold;
    border: 3px solid #ff0000 !important;
}
.clearRedButton:hover {
	color: #000;
	border:3px solid #000;
}
.section p {
	margin: 5px 2% 10px 2%;
}
.centered {
	text-align: center;
}
.section p.sectionDesc {
	font-weight: bold;
	color: #333;
	margin: 30px 2%;
	text-align: center;
}
div#registerAccountContainer {
    text-align: center;
}
div.section {
    text-align: center;
}