/*styling open close button*/
.navbutton {
	display:inline;
	position:relative;
}
.navbutton a {
	text-decoration:none;
	font-size: 20px;
	margin: 0 15px 0 0;
	z-index: 999;
}
.navoverlaybutton {
	display:inline;
	position:absolute;
	right: 10px;
	top: 10px;
	z-index: 999;
	font-size: 30px;
}
.navoverlaybutton a {
	text-decoration:none;
	font-size: 25px;
	margin: 0 10px 0 0;
	z-index: 999;
}
.regoverlaybutton {
	display:inline;
	position:relative;
	float: right;
	z-index: 999;
	font-size: 15px;
}
.regoverlaybutton a {
	text-decoration:none;
	font-size: 30px;
	margin: 0;
	z-index: 999;
}
.btn-open:after {
	color:#333333;
	content:"\f0c9";
	font-family: "FontAwesome";
	transition: all .2s linear 0s;
	transition-property:all .2s linear 0s;
	-moz-transition:all .2s linear 0s;
	-webkit-transition:all .2s linear 0s;
	-o-transition:all .2s linear 0s;
}
.btn-open:hover:after {
	color: #009F93;
}
.btn-close:after {
	color: #FFFFFF;
	content:"\f00d";
	font-family: "FontAwesome";
	transition: all .2s linear 0s;
	transition-property: all .2s linear 0s;
	-moz-transition: all .2s linear 0s;
	-webkit-transition: all .2s linear 0s;
	-o-transition: all .2s linear 0s;
}
.regoverlaybutton .btn-close:after {
	color: #999999;
}
.btn-close:hover:after {
	color: #009F93;
}
/*overlay*/
.navoverlay,
.regoverlay {
	display:none;
	position:fixed;
	top:0;
	height:100%;
	width:100%;
	background: rgb(0,0,0);
	background: rgba(0,0,0,.7);
	overflow:auto;
	z-index: 99;
}
.navwrap {
	color:#e9e9e9;
	text-align:center;
	max-width:90%;
	margin:0 auto;
	padding: 80px 0 0 0;
}
.navwrap ul.nav-ul {
	border-bottom: #666666 solid 1px;
	margin: 10px 0;
}
.navwrap ul.nav-ul li {
	font-size: 25px;
	vertical-align:top;
	text-align: center;
	position:relative;
	margin: 10px 0;
	list-style-type: none;
}
.navwrap ul.nav-ul .title {
	font-size: 35px;
}
.navwrap ul.nav-ul li a {
	color: #34B484;
	display: block;
	padding: 8px 0;
	text-decoration: none;
	transition: all .2s linear 0s;
	transition-property: all .2s linear 0s;
	-moz-transition: all .2s linear 0s;
	-webkit-transition: all .2s linear 0s;
	-o-transition: all .2s linear 0s;
}
.navwrap ul.nav-ul li a:hover {
	color:#f0f0f0;
}
.navwrap ul.nav-ul ul {
	padding:20px 0;
}
.navwrap ul.nav-ul ul li {
	display:block;
	font-size:13px;
	width:100%;
	color:#e9e9e9;
}
.navwrap ul.nav-ul ul li a {
	color:#f0f0f0;
}
.navwrap ul.nav-ul ul li a:hover {
	color:#34B484;
}
/*********************************************************************************/
/* Overlay Registration 							                             */
/*********************************************************************************/
.regoverlay h1 {
	color:#e9e9e9;
	font-size: 35px;
	font-weight: 300;
	margin-bottom: .5em;
}
.regoverlay h2 {
	color:#e9e9e9;
	font-size: 20px;
	font-weight: 300;
	margin-bottom: 2em;
}
#regform {
	background: rgba(255,255,255,1);
	padding: .5em 1%;
	width: 98%;
	max-width: 700px;
	margin: 2em auto 2em auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

}
#ajaxform {
	padding: 1em 10%;
	width: 80%;
	margin: 2em auto;
}
#ajaxform h2 {
	color: #009F93;
	font-size: 130%;
	margin: 1em 0;
	line-height: 130%;
}
.formlayout li {
	float: left;
	list-style-type: none;
	margin: 0 5% 1rem 5%;
	font-size: 120%;
	width: 90%;
}
.formlayout .formobject,
.formlayout textarea {
	font-family: 'Open Sans', sans-serif;
	padding: .5em 1%;
	margin: 0;
	border: solid 1px #CCCCCC;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font-size: .875rem;
	color: #666666;
	width: 99%;
}
input[type=text], textarea {
	transition: all .2s linear 0s;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	outline: none;
	resize: none;
}

input[type=text]:focus, textarea:focus {
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  border: 1px solid rgba(81, 203, 238, 1);
}
.formlayout .formradio {
	width: auto;
	margin: 0 1rem 0 0;
	float: left;
}
.formlayout .formtext {
	color: #666666;
	font-size: .875rem;
	float: left;
	width: 90%;
	text-align: left;
	font-weight: 400;
}
.formlayout .button {
	border: 0;
	margin: 1rem 0;
	font-size: 100%;
	cursor: pointer;
	-webkit-appearance: none;
	padding: 5px 30px;
}
.formlayout .textwrap {
	float: left;
	width: 100%;
	margin: 0 0 1em 0;
}
#ajaxform p.footnote {
	font-size: 80%;
	line-height: 150%;
	color: #666666;
	font-weight: 400;
}
#ajaxform p.confirm {
	font-size: 1.125rem;
	line-height: 150%;
	color: #666666;
	font-weight: 400;
}
#ajaxform .errormsg,
#registersuccess {
	margin-bottom: 2em;
}
#registersuccess p {
	color: #009F93;
	font-size: 1.5rem;
	font-weight: 300;
}
#ajaxform .errormsg p {
	color: #CC0000;
	font-size: 110%;
	line-height: 140%;
}
.navwrap {
	color:#e9e9e9;
	text-align:center;
	max-width:90%;
	margin:0 auto;
	padding: 80px 0 0 0;
}
.navwrap ul.nav-ul {
	border-bottom: #666666 solid 1px;
	margin: 10px 0;
}
.navwrap ul.nav-ul li {
	font-size: 25px;
	vertical-align:top;
	text-align: center;
	position:relative;
	margin: 10px 0;
	list-style-type: none;
}
.navwrap ul.nav-ul .title {
	font-size: 35px;
}
.navwrap ul.nav-ul li a {
	color: #34B484;
	display: block;
	padding: 8px 0;
	text-decoration: none;
	transition: all .2s linear 0s;
	transition-property: all .2s linear 0s;
	-moz-transition: all .2s linear 0s;
	-webkit-transition: all .2s linear 0s;
	-o-transition: all .2s linear 0s;
}
.navwrap ul.nav-ul li a:hover {
	color:#f0f0f0;
}
.navwrap ul.nav-ul ul {
	padding:20px 0;
}
.navwrap ul.nav-ul ul li {
	display:block;
	font-size:13px;
	width:100%;
	color:#e9e9e9;
}
.navwrap ul.nav-ul ul li a {
	color:#f0f0f0;
}
.navwrap ul.nav-ul ul li a:hover {
	color:#34B484;
}
/*********************************************************************************/
/* Below 960px                                                                   */
/*********************************************************************************/
@media (max-width:960px) {
	#regform {
		max-width: 900px;
	}
	#ajaxform {
		padding: 1em 5%;
		width: 90%;
	}
	.formlayout .formobject {
		font-size: 100%;
		width: 97%;
	}
}
/*********************************************************************************/
/* Below 667px                                                                   */
/*********************************************************************************/
@media (max-width:667px) {
	.navoverlay h1 {
		font-size: 140%;
	}
	.navoverlay h2 {
		font-size: 130%;
	}
	#ajaxform {
		padding: 1em 2%;
		width: 98%;
	}
	#ajaxform h2 {
		font-size: 130%;
	}
	.formlayout .formobject {
		padding: .5em 1%;
		width: 96%;
	}
	.formlayout .button {
		font-size: 115%;
		padding: 5px 20px;
	}
	.navoverlaybutton a {
		font-size: 25px;
	}
}