body {
	overflow-x: hidden;
}

#header_graybar,
#header_signup,
#header_redline,
#header_landscape,
#header_grayline {
	display: none;
}

#header_logo img {
	width: 100%;
	max-width: 330px;
	margin-top: 30px;
	margin-left: 40px;
	z-index: 200;
}

#home_grayline {
	height: 27px;
	background-color: #777;
	background: linear-gradient(rgba(0,0,0,.15), rgba(0,0,0,.15)), url(images/brushed_steel.jpg);
	background-repeat: repeat-y;
	background-position: center center;
	background-size: 100%;
}

#home_carousel_outer {
	background-color: #777;
	overflow: hidden;
}

#home_carousel {
	margin: 0 auto;
	/* width: 2000px; */
}

.home_carousel_slide {
	width: 100%;
}

#home_carousel img {
	display: block;
	width: 100%;
}

.home_carousel_fade {
	position: absolute;
	content: '';
	width: 100%;
	/* height: 950px; */
	display: block;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 40%);
	z-index: 150;
}

.home_carousel_card {
	position: absolute;
	bottom: 10%;
	width: 25%;
	left: 10%;
	z-index: 175;
	color: #fff;
	text-shadow: 2px 2px 2px rgba(51, 51, 51, 0.1);
}

.home_carousel_title {
	margin-bottom: 10px;
	font-family: Century, Garamond, serif;
	font-size: 2.5em;
	line-height: 1.2em;
	text-transform: uppercase;
}

.home_carousel_description {
	margin-bottom: 15px;
	line-height: 1.2em;
	font-size: 1.2em;
	font-weight: 400;
}

.home_carousel_button a {
	padding: 5px;
	border: 2px solid #fff;
	color: #fff !important;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 15px;
	font-weight: 500;
	white-space: nowrap;
}

#nav {
	position: absolute;
	right: 50px;
	margin-top: 60px;
	z-index: 200;
}

#nav ul {
	font-size: 18px;
	color: #fff;
}

#nav ul a {
	color: #fff;
}

#main {
	background-image: none;
}

#header_logo img {
	position: absolute;
}

#main {
	background-position: bottom 590px center;
}

#home_molecules_outer {
	background-color: #fff;
	background-repeat: no-repeat;
	background-image: url(images/home_molecules_bg23.jpg);
	background-position: center top;
}

#home_molecules {
	height: 508px;
}

#home_molecules img {
	position: absolute;
	left: 50%;
	transform: translate(-50%, -0%);
}

#home_whoweare {
	padding-top: 50px;
	padding-bottom: 20px;
}

#home_whoweare .content,
#home_ourpurpose .content,
#home_featured .content {
	margin: 0 auto;
	max-width: 1230px;
	font-size: 18px;
}

#home_whoweare .content h1,
#home_ourpurpose .content h1 {
	font-size: 38px;
	font-weight: 500;
	padding-top: 20px;
}

#home_whoweare .content h1:first-child,
#home_ourpurpose .content h1:first-child {
	padding-top: 0;
}

#home_whoweare .content h1 {
	margin-top: 40px;
	margin-bottom: 40px;
}

#home_whoweare_left,
#home_whoweare_right {
	float: left;
}

#home_whoweare_left {
	width: 40%;
	max-width: 480px;
	margin-right: 4%;
}

#home_whoweare_left img {
	display: block;
	width: 100%;
}

#home_whoweare_right {
	width: 50%;
}

#home_whoweare_right p:first-child {
	margin-top: 0;
}

#home_ourpurpose {
	/*
	background: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,.5)), url(images/brushed_steel.jpg);
	background-repeat: repeat-y;
	background-position: center center;
	background-size: 100%;
	*/
	background: #E5E4E2;
}

#home_ourpurpose_left,
#home_ourpurpose_right {
	float: left;
}

#home_ourpurpose_left {
	width: 50%;
	margin-right: 4%;
	padding-top: 55px;
	padding-bottom: 65px;
}

#home_ourpurpose_right {
	width: 40%;
	margin-top: 12%;
}

#home_ourpurpose_right img {
	display: block;
}

#home_featured {
	padding-top: 10px;
	padding-bottom: 65px;
}

#home_featured_left,
#home_featured_right {
	float: left;
	width: 45%;
	padding-top: 55px;
}

#home_featured_left {
	margin-right: 4%;
}

#home_featured h2 {
	color: #000;
	font-weight: bold;
}

#home_featured img,
#home_featured iframe {
	min-height: 277px;
	width: 100%;
}

.home_featured_category {
	background: #000;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	display: inline-block;
	padding: 4px;
	line-height: 14px;
}

.home_featured_body {
	padding-top: 10px;
}

.home_featured_readmore {
	margin-top: 15px;
}

.home_featured_readmore a {
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
}

/* mobile */

@media screen and (max-width: 1900px) {
	#home_carousel_outer {
		height: auto;
	}

	#home_carousel,
	#home_carousel img {
		width: 100%;
	}
}

@media screen and (max-width: 1279px) {
	.home_carousel_card {
		bottom: 15%;
		width: 40%;
		left: 10%;
	}

	#home_molecules {
		display: none;
	}

	#home_whoweare .content,
	#home_ourpurpose .content,
	#home_featured .content {
		width: 90%;
	}
}

@media screen and (max-width: 990px) {
	#header_logo img {
		width: 40%;
	}

	.home_carousel_card {
		bottom: auto;
		top: 15%;
		width: 35%;
		left: auto;
		right: 5%;
	}

	.home_carousel_title {
		margin-bottom: 10px;
		font-size: 1.8em;
		line-height: 1.1em;
		text-align: right;
	}

	.home_carousel_description {
		margin-bottom: 15px;
		line-height: 1.1em;
		font-size: 1.1em;
		text-align: right;
	}

	.home_carousel_button {
		float: right;
	}

	.home_carousel_button a {
		padding: 5px;
		font-size: 13px;
	}

	#home_whoweare {
		padding-top: 15px;
	}

	#home_whoweare_left {
		float: right;
		width: 45%;
		padding-left: 10px;
	}

	#home_whoweare_left img {
		padding-bottom: 10px;
	}

	#home_whoweare_right {
		float: none;
		width: 100%;
	}

	#home_ourpurpose {
		height: auto;
		overflow-x: hidden;
	}

	#home_ourpurpose_left {
		float: none;
		width: 100%;
	}

	#home_ourpurpose_right {
		float: none;
		width: 80%;
		margin-top: 0;
		padding-bottom: 30px;
	}

	#home_ourpurpose img {
		width: 100%;
	}

	#home_featured_left,
	#home_featured_right {
		float: none;
		width: 100%;
	}

	#home_featured_right {
		padding-top: 0;
	}

	#home_featured_body {
		padding-top: 20px;
	}
}

@media screen and (max-width: 650px) {
	#header_logo img {
		max-width: 50%;
		margin-top: 10px;
		margin-left: 10px;
	}

	.home_carousel_card {
		top: 10%;
		width: 50%;
		text-shadow: 3px 3px 3px rgba(51, 51, 51);
	}

	.home_carousel_title {
		margin-bottom: 8px;
		font-size: 1.6em;
		line-height: 1.1em;
	}

	.home_carousel_description {
		margin-bottom: 13px;
		line-height: 1em;
		font-size: 0.9em;
	}

	#home_whoweare {
		padding-top: 0px;
	}

	#home_ourpurpose_left {
		padding-top: 0px;
	}

	.content h1 {
		line-height: 1.2em;
		margin-top: 20px !important;
		margin-bottom: 20px !important;
	}
}

@media screen and (max-width:600px) {

	.home_carousel_card {
		left: auto;
		right: auto;
		position: relative;

		margin: 20px auto;
		min-height: 200px;
		width: 90%;
	}

	.home_carousel_title {
		margin-bottom: 8px;
		font-size: 1.8em;
		line-height: 1.2em;
		text-align: left;
	}

	.home_carousel_description {
		margin-bottom: 13px;
		line-height: 1.4em;
		font-size: 1.2em;
		text-align: left;
	}

	.home_carousel_button {
		float: none;
	}
}