@CHARSET "ISO-8859-1";
/* Reset styles */

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;
}

/* Custom CSS
 * --------------------------------------- */
body{
	font-family: Arial, Helvetica, sans-serif;
}
.wrap{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
}

.container {
	margin: 0 auto;
	width: 960px;
	height: auto;
	padding-top: 150px;
	color: white;
}

.ceo-content {
	margin: 0 auto;
	height: 625px !important;
	width: 450px;
	float:right;
	height: auto;
	margin-top: 60px;
	padding-bottom: 400px;
	font-size: 18px;
	line-height: 160%;
}

.ceo-content p {
	font-size: 18px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
}

.content {
	margin: 0 auto;
	width: 960px;
	height: auto;
	margin-top: 60px;
	padding-bottom: 400px;
	font-size: 18px;
	line-height: 160%;
}

.content li {
	margin: 20px 0 0 30px;
	line-height: 160%;
	border-left: 2px solid #92C1DF;
	padding-left: 20px;
}

b {
	font-weight: bold;
}

i {
	font-style: italic;
}

h1 {
	font-size: 40px;
	font-weight: bold;
	margin-top: 30px;
	text-shadow: 1px 1px 5px #000000;
}

h2 {
	font-size: 26px;
	margin-top: 30px;
	margin-bottom: 20px;
	text-shadow: 1px 1px 5px #000000;
	line-height: 160%;
}

p {
	margin-top: 30px;
}

#menu {
	z-index: 1000;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 30px;
	padding: 17px 40px 0px 40px;
	background: #fdfdfd;
	border-bottom: 1px solid #e8e8e8;
	margin: 0px;
}

#menu a {
	color: #338dc8;
	margin-right: 20px;
	font-size: 14px;
	text-decoration: none;
}

#menu a:hover {
	color: #49A7E4;
}

#menu .active {
	color: #242424;
	padding-bottom: 13px;
	border-bottom: 2px solid #242424;
}

.next-btn {
	width: 50px;
	height: 50px;
	margin: 100px auto 100px auto;
	display: block;
}

#header {
	height:150px;
	line-height:150px;
}

#header h1 {
	font-size: 150px;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
}

#sub-header h2 {
	font-size: 50px;
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
}

.home-img {
  background: url(imgs/sciex-white-background.png) no-repeat center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
  max-height: 1100px;
}

.EI-img {
  background: url(imgs/EI.jpg) no-repeat center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
  max-height: 1200px;
}

.about-img {
  background: url(imgs/geology.jpg) no-repeat center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
  max-height: 400px;
  padding-bottom: 60px;
}

.purpose-img {
	background: url(imgs/purpose.jpg) no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
	max-height: 400px;
	padding-bottom: 60px;
}

.values-img {
  background: url(imgs/composite.jpg) no-repeat center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
  max-height: 400px;
  padding-bottom: 60px;
}

.communicate-img {
  background: url(imgs/western.jpg) no-repeat center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
  max-height: 400px;
  padding-bottom: 60px;
 }

.policy-img {
  background: url(imgs/microarray.jpg) no-repeat center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
  max-height: 400px;
  padding-bottom: 60px;
 }

.tldr-img {
  background: url(imgs/tldr.jpg) no-repeat center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
  max-height: 400px;
  padding-bottom: 60px;
 }

 .closing-img {
  background: url(imgs/grass.jpg) no-repeat center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
  max-height: 1000px;
}
