/************************UNIVERSAL************************/

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}


body {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	background: #2c3240;
	color: #a7b9cc;
	text-align: center;
	
}

li {
	list-style-type: none;
}

a, a img {
	border: none;
	text-decoration: none;
	color: #bbbbbb;
}

p {
	font-size: 1em;
	
}

input, textarea, select {
	width: 217px;
	height: 27px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #fff;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.45), inset 0 1px #fff;
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,.45), inset 0 1px #fff;
	box-shadow: 0 1px 1px rgba(0,0,0,.45), inset 0 1px #fff;
	border: solid 1px #cdcdcd;
	background-image: -webkit-linear-gradient(top, rgba(244,244,244,.64), rgba(255,255,255,.64));
	background-image: -moz-linear-gradient(top, rgba(244,244,244,.64), rgba(255,255,255,.64));
	background-image: -o-linear-gradient(top, rgba(244,244,244,.64), rgba(255,255,255,.64));
	background-image: -ms-linear-gradient(top, rgba(244,244,244,.64), rgba(255,255,255,.64));
	background-image: linear-gradient(to bottom, rgba(244,244,244,.64), rgba(255,255,255,.64));
	margin-bottom: 20px;
	padding-left: 4px;
	font-family: 'Source Sans Pro', sans-serif;
	
}

label {
	color: #41444c;
}

textarea {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: .9em;
}

#page_wrap {
	min-width: 100%;
	position: absolute;
}

/************************CLASSES************************/

.wrap {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

.content_img {
	background-color: #2c3240;
	-webkit-box-shadow: -2px -4px 5px rgba(0,0,0,.36), inset 0 0 2px #2c3240;
	-moz-box-shadow: -2px -4px 5px rgba(0,0,0,.36), inset 0 0 2px #2c3240;
	box-shadow: -2px -4px 5px rgba(0,0,0,.36), inset 0 0 2px #2c3240;
	border: solid 3px #fff;
	position: absolute;
	z-index: 10;
	left: 50%;
}
.clear {
	clear: both;
}

/************************TOP BAR************************/

#account {
	padding: 5px 0;
	position: relative;
	width: 100%;
	z-index: 30;
	background: #2c3240;
	height: 30px; 
	
}

#account li {
	 display: inline;
}

#login {
	text-transform: uppercase;
	font-weight: 600;
	color: #a7b9cc;
	border-right: 1px solid #a7b9cc;
	padding-right: 7px;
}

#create_account {
	margin-left: 7px;
	text-decoration: underline;
	display: inline-block;
}

/************************NAVIGATION************************/

#main_nav {
	clear: both;
	text-transform: uppercase;
	font-size: .8em;
	letter-spacing: -0.1em;
	font-weight: bold;
	height: 46px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #2c3240;
	border: 1px solid #464d5c;
	position: relative;
	z-index: 5;
	margin: 50px auto;
	display: inline-block;
	padding: 0 50px;
	min-width: 600px;
}

#main_nav a {
	margin-right: 74px;
	display: inline-block;
	padding-top: 23px;
}

#main_nav a:hover {
	color: #a0b1c4;
}

#main_nav a#contact {
	margin-right: 0;
}

#home {
	background: url(../images/home_icon.png) center 5px no-repeat;	
}

#home:hover {
	background: url(../images/home_icon_hover.png) center 5px no-repeat;	
}

#about {
	background: url(../images/about_icon.png) center 5px no-repeat;
}

#about:hover {
	background: url(../images/about_icon_hover.png) center 5px no-repeat;
}

#signing {
	background: url(../images/signing_icon.png) center 5px no-repeat;
}

#signing:hover {
	background: url(../images/signing_icon_hover.png) center 5px no-repeat;
}

#contact {
	background: url(../images/contact_icon.png) center 5px no-repeat;
}

#contact:hover {
	background: url(../images/contact_icon_hover.png) center 5px no-repeat;
}

/************************HEADER************************/

h1 a {
	background: url(../images/logo.png) no-repeat;
	display: block;
	width: 207px;
	height: 49px;
	position: relative;
	z-index: 5;
	text-indent: -999em;
	margin: 0 auto;
	
}

#tagline {
	font-weight: 600;
	text-transform: uppercase;
	position: relative;
	z-index: 5;
	color: #bbb;
	letter-spacing: .3em;
	margin-top: 18px;
	display: block;
}

#slides, #slides img, #banner_about, #banner_signing, #banner_contact {
	min-height: 423px;
	min-width: 100%;
	position: absolute;
	top: 30px;
	right: 0;
	background: #4a5564;
	z-index: 0;
}

.slidesjs-container {
	height: auto !important;
}

#banner_about {
	background: #4a5564 url(../images/banner_about.jpg) no-repeat;
	background-size: cover;
}

/************************CONTENT************************/

#content_top {
	background: url(../images/beehive_texture.jpg);
	margin: 180px 0 0 0;
	position: relative;
	z-index: 1;
	color: #2c3240;
	padding:  0 0 112px 0;
}

#content_top h2 {
	position: absolute;
	top: -43px;
	left: 50%;
	margin-left: -166px;
}

.signing_needs {
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 30px;
	letter-spacing: .3em;
	font-size: .8em;
}

#content_top h3 {
	font-size: 2.4em;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	text-align: center;
	margin: 30px auto;
	padding: 60px 50px;
}

#home_img {
	top: -63px;
	margin-left: -463px;
}

#highlights {
	margin: 0 auto;
	line-height: 1.6em;
	padding: 0 40px;
}

#highlights span {
	font-weight: bold;
	
}

#content_bottom {
	background: #fff;
	position: relative;
}

.customers, .about_text {
	padding: 240px 40px 48px 40px;
	color: #40495d;
	font-size: 1.4em;
	font-weight: normal;
	margin: 0 auto;
	display: block;
}

/************************ABOUT************************/


.about_content #first_p {
	padding-bottom: 227px;
}
.about_content img {
	top: 300px;
}

#content_top.about_content h3 {
	border-top: none;
}

#about_img {
	margin-left: -415px;
	
}

.about_text {
	font-size: 1em;
	line-height: 1.6em;
	padding-top: 100px;
}

#about_img_wrap {
	position: relative;
	width: 829px;
	margin: 0 auto;
	top: -275px;
}

#about_img_wrap p{
	position: absolute;
	background-color: rgba(55,67,87, .9);
	background-image: url(../images/speak_icon.png);
	background-repeat: no-repeat;
	background-position: center 20px;
	color: #dcf3ff;
	z-index: 20;
	width: 282px;
	padding: 60px 30px 0 30px;
	right: 4px;
	font-style: italic;
	font-size: 1.3em;
	line-height: 2em;
	height: 355px;
	top: 3px;
}


/************************CONTACT FORM************************/

.contact_content input, .contact_content select {
	width: 392px;
	height: 37px;
	
}

.contact_content label {
	display: block;
	text-align: left;
	height: auto;
	margin-bottom: 0;
	padding-bottom: 5px;
	
}

#contact_form {
	padding-top: 40px;
	text-align: left;
}


#banner_contact {
	background-image: none;
	position: absolute;
	top: 0;
	z-index: 4;
	background-color: #2c3240;
	opacity: .9;
	height: 443px;
}

#map {
	width: 100%;
	height: 420px;
	background: black;
	clear: both;
	-webkit-box-shadow: 3px 4px 5px rgba(0,0,0,.25);
	-moz-box-shadow: 3px 4px 5px rgba(0,0,0,.25);
	box-shadow: 3px 4px 5px rgba(0,0,0,.25);
	border: solid 4px rgba(255,255,255,.5);
	margin: 25px 0;
	position: absolute;
	top: 0;
	z-index: 2;
}

#map_btn {
	background: url(../images/map_btn.png) no-repeat;
	width: 70px;
	height: 34px;
	display: block;
	text-indent: -999em;
	margin: 0 auto;
	position: relative;
	top:0;
	z-index: 10;
}

#contact_left {
	width: 400px;
	float: left;
}

#contact_right {
	width: 465px;
	float: right;
}

#contact_right textarea {
	float: left;
	width: 464px;
	height: 284px;
	resize: none;
	margin-bottom: 30px;
}

#send_instruct {
	float: left;
	width: 305px;
}

#submit {
	float: right;
	width: 101px;
	height: 32px;
	text-indent: -999em;
	border: none;
	cursor: pointer;
	background: url(../images/submit_btn.png) no-repeat;
	box-shadow: none;
}


/************************FOOTER************************/

footer {
	padding: 15px 0 15px 0;
	clear: both;
}

#footer_left {
	width: 550px;
	float: left;
	text-align: left;
	border-right: 1px solid #4b505c;
	box-shadow: 1px 0 0 #1d2332;
	padding-right: 35px;
	margin-bottom: 15px;
}

#footer_right {
	width: 350px;
	float: left;
	text-align: left;
	margin-left: 35px;
	line-height: 1.6em;
}

#footer_right span {
	color: #fff;
}

#footer_right a {
	color: #a4b6c8;
}

footer h4 {
	color: #fff;
	text-transform: uppercase;
}

blockquote {
	font: italic .9em 'Source Sans Pro', sans-serif; 
}

blockquote span {
	color: #fff;
	font-style: normal;
	float: right;
	font-size: .8em;
}

a#nna {
	background: url(../images/nna_logo.jpg) no-repeat;
	width: 156px;
	height: 46px;
	text-indent: -999em;
	display: inline-block;
	float: left;
	margin: 55px 0 0px 0;
}

#footer_nav {
	margin: 55px 0 0 0;
	float: right;
}

#footer_nav a {
	color: #a0b1c4;
	border-right: 1px solid #a0b1c4;
	padding-right: 5px;
	display: inline-block;
	margin-left: 3px;
}

#footer_nav a:hover {
color: #fff;	
}

a#last_a {
	border-right: none;
	
}

#linkedin {
	background: url(../images/linkedin.png) no-repeat;
	width: 104px;
	height: 30px;
	text-indent: -999em;
	display: block;
	margin-top: 20px;
}

small {
	color: #fff;
	padding: 10px 0;
	display: block;
}

#cintacs {
	float: right;
	font-size: .8em;
	margin-top: -20px;
}

#cintacs a:hover {
	color: #fff;
}
