/* Main Styles */
body {
	background-color:#fff;
	font-size:16px;
	line-height:20px;
	font-family:'Open Sans',Arial,sans-serif;
}


#main {
	width:100%;
	border-top: 3px solid #77ff5c;
	border-bottom: 3px solid #77ff5c;
	min-height: 200px;
}

h1,h2 {
	margin:0;
	font-weight:400;
}

/* Header */
#header {
	width:100%;
	height:140px;
	z-index:200;
}

#header #logo {
	position:relative;
	top:21px;
}

#header #logo a {
	display:block;
	float:left;
	background:url(../img/logo.png) no-repeat;
	text-indent:-9999px;
	width:240px;
	height:123px;
	background-size: cover;
	margin-top: -18px;
}

#header .accountlogin {
    text-align: right;
    margin-top: 96px;
}

#header .accountlogin img {
    margin-left: 20px;
    margin-top: -30px;   
}

#main #content {
    background: url('../img/bg-clouds.jpg');
    background-size: cover;
    min-height: 533px;
}

.introbox {
    color: #fff;
    margin-top: 60px;
    padding: 30px 30px;
    background: #093160;
    border: 2px solid #77ff5c;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 4px 4px 17px 0px rgba(50, 50, 50, 0.81);
    -moz-box-shadow:    4px 4px 17px 0px rgba(50, 50, 50, 0.81);
    box-shadow:         4px 4px 17px 0px rgba(50, 50, 50, 0.81);
}

.introbox h2 {
    font-size: 43px;
    font-weight: 600;
    text-align: center;
}

.introbox h3 {
    font-size: 23px;
    color: #87b7fc;
    font-weight: 600;
    text-align: center;
}

.introbox h4 {
    font-size: 20px;
    color: #77ff5c;
    font-weight: 600;
    margin: 0 0 10px;
}

.introbox .checklist {
    margin-top: 10px;
    line-height: 30px;
    font-size: 15px;
    font-weight: 600;
}

.introbox .checklist i {
    color: #77ff5c;
    margin-right: 5px;
}

.introbox .checklistbutton {
    float: right;
    margin-top: -26px;
}

.introtext {
    margin: 60px 0 0 40px;
    color: #fff;
    font-size: 19px;
    line-height: 33px;
}

.introtext h2 {
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 15px;
}

/* Footer Styles */
#footer {
	width:100%;
	height:231px;
	padding-top: 60px;
	background:#fff url(../img/bg-footer.png) no-repeat top center;
	color: #fff;
	font-size: 15px;
	font-weight: 300;
}

#footer h2 a {
    color: #77ff5c;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 5px;
    text-decoration: none;
}


#footer .copyright {
    text-align: center;
    font-size: 11px;
    position: relative;
    top: 40px;
}
