@charset "UTF-8";

/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*   END CSS RESET     */


html, body, #wrapper {
   height:100%;
   width: 100%;
}
#wrapper td {
   vertical-align: middle;
   text-align: center;
}



body {
	font-family: "proxima-nova-alt", Arial, Helvetica, sans-serif;
	font-weight: 400;
	color: #555555;
	height: 100%;
	background: url(images/backgrounds/onboard_wallpaper_01.png) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	
}

.contentBox{
	background-color:#FFF;
	margin:auto;
	padding: 0;
	border-radius: 5px;
	width: 500px;
	position: relative;
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.3); 
}

h2.orange {
  font-size:  30px;
  font-weight: bold;
  color: #fdb713;
  text-decoration: none;
  margin: auto;
  text-align:center;
  padding-top: 40px;
  padding-bottom: 10px;
}

h2.tagline{
	padding-top: 20px;
	display: block;
	margin: auto;
	width: 400px;
	font-size: 24px;
    font-weight: bold;
	color: #fff;
	line-height: 120%;
	padding-bottom: 20px;
}

.navlogo {
	margin: auto;
	padding-top: 40px;
	display: inline-block;
}


p {
	color: #757575;	
	line-height: 120%;
	font-size: 16px;
}

p a {
	color: #37b9ac;
	text-decoration: none;
}



label {
    display:block;
    width:auto;
    margin-top:15px;
    font-weight:bold;
	line-height:150%;
	font-size:12px;
	text-align:left;
	
}

input, textarea, select {
    display:block;
    margin:0;
    padding:10px;
    background:#fff;
    width:100%;
    border:2px solid #d0d0d0 !important;
    border-radius:5px;
    -webkit-appearance: none;
}

.asterisk{
	margin-top: 10px;
	font-size: 12px;
	color: #47d6c8;
	font-weight: normal;
}

form {
	margin: 0 !important;
	padding: 0 !important;
}

input[type=text], input[type=email] {
	
	-webkit-appearance: none;	
	display: block;
  	margin: 0 !important;
	padding: 0 0 0 10px !important;
  	font-size: 16px;
  	appearance: none;
  	box-shadow: none;
	border: solid 1px #d2d2d2 !important; 
	border-width:0px;
	border-radius: 5px;
	outline: none;
	height: 35px;
	color: #555555;

}

.mc-field-group {
	width: 75%;
    margin: 0 auto !important;
	display: block;
	position: relative;
}

.mc_embed_signup_scroll{
	width: 100%;
    margin: 0 auto;
}

/**  BUTTON **/

.btn {
    padding: 10px 20px;
    border: 0 none !important;
	border-radius: 5px;
	box-shadow: none;
	color: #FFF;
	font-size: 13px;
	font-weight: normal;
	line-height: 100%;
	height: 38px;
	display: inline-block;
	width: 200px;
	margin-bottom: 40px;
	
	
	/* TRANSITIONS */
	-webkit-transition: background .1s ease;
	-moz-transition: background .1s ease;
	-ms-transition: background .1s ease;
	-o-transition: background .1s ease;
	transition: background .1s ease;
}

.btn-warning, .btn-warning:focus {
	background: #fdb713;	
	text-shadow: none;
	color: #FFF;
	border-style: outset;
	border-color: rgba(224,162,17,0.2) !important;
	border-width: 1px !important;
	box-shadow: none;
	font-size: 14px;
	font-weight: bold;
	
	-webkit-transition: background .1s ease;
	-moz-transition: background .1s ease;
	-ms-transition: background .1s ease;
	-o-transition: background .1s ease;
	transition: background .1s ease;
}

.btn-warning:hover{
	background: #fd9d13;
	border-style: outset;
	border-color: rgba(224,162,17,0.1) !important;
	border-width: 1px !important;
	box-shadow: none;
}


.btn-warning:active:focus, .btn-warning.active:focus {
	background: #de830d;	
	color: #FFF;
	border-style: outset;
	border-color: rgba(224,162,17,0.2) !important;
	border-width: 1px !important;
	box-shadow: none;
}

.clear {
	margin-top: 20px;	
}