body {
	padding: 150px 0;
}
h1 {
	font-size: 50px;
}
body {
	/* font: 20px Helvetica, sans-serif; */
	color: #333;
}

::selection {
	background: #8000ff; /* Safari */
	color: #fff;
}
::-moz-selection {
	background: #8000ff; /* Firefox */
	color: #fff;
}

::-webkit-input-placeholder {
	color: #555;
	opacity: 1;
}
:-moz-placeholder {
	/* Firefox 18- */
	color: #555;
	opacity: 1;
}
::-moz-placeholder {
	/* Firefox 19+ */
	color: #555;
	opacity: 1;
}
:-ms-input-placeholder {
	color: #555;
	opacity: 1;
}

a,
a:hover,
a:focus,
img:focus {
	outline: none !important;
}
select,
select:hover,
select:focus {
	outline: none;
}

p,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
span,
div,
label,
a {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
img {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}
a,
input,
button {
	text-decoration: none;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	text-align: center;
}

.lines-button {
	padding: 0px;
	transition: 0.3s;
	cursor: pointer;
	user-select: none;
	float: right;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	position: absolute;
	top: 0px;
	right: 15px;
	display: none;
}
.lines-button:hover,
.lines-button:focus {
	opacity: 1;
	text-decoration: none;
	color: #fff;
}
.lines-button:hover span {
}

.lines-button:active {
	transition: 0.1s;
}

.lines {
	display: inline-block;
	width: 3rem;
	height: 0.57143rem;
	background: #fff;
	transition: 0.3s;
	position: relative;
	top: -3px;
	margin-left: 5px;
}

.lines:before,
.lines:after {
	display: inline-block;
	width: 3rem;
	height: 0.57143rem;
	background: #fff;
	transition: 0.3s;
	position: absolute;
	left: 0;
	content: "";
	-webkit-transform-origin: 0.28571rem center;
	transform-origin: 0.28571rem center;
}

.lines:before {
	top: 1rem;
}
.lines:after {
	top: -1rem;
}
.lines-button.closed {
}
.active .lines-button.x .lines {
	background: transparent;
}
.active .lines-button.x .lines:before,
.active .lines-button.x .lines:after {
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	top: 0;
	width: 3rem;
	background: #fff;
}
.active .lines-button.x .lines:before {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
}
.active .lines-button.x .lines:after {
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
}

.static {
	position: static;
}
.relative {
	position: relative;
}

article {
	display: block;
	text-align: left;
	width: 650px;
	margin: 0 auto;
}
a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: none;
}
a:focus {
	color: inherit;
	text-decoration: none;
}
.btn {
	white-space: inherit;
	padding: 9px 40px;
	line-height: 20px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
}
.btn-ig {
	background-image: linear-gradient(to bottom, #ec572a 0px, #c64924 100%);
	background-repeat: repeat-x;
	border-color: #c64924;
}
.btn-ig:hover,
.btn-ig:focus {
	background-color: #c64924;
	background-position: 0 -15px;
}

body #NewsletterEmail {
	height: 46px;
}

body fieldset {
	padding: 0 0 15px 0;
}

.more-details-links .clearMe {
	display: none;
}

@media (max-width: 700px) {
	body {
		text-align: center;
		padding: 15px;
		font-size: large;
	}
	article {
		width: auto;
	}
	h1 {
		font-size: xx-large;
	}
}
ul {
	padding: 0;
	margin: 0;
}

.sticky-wrapper,
header {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 100;
}

.modal-open .sticky-wrapper {
	position: fixed;
}
header {
	padding: 20px 0;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.is-sticky header {
	padding: 10px 0;
	background: #19212f;
	box-shadow: 0 0 1px #fff;
}
header .logo {
	width: 140px;
}
.is-sticky header .logo {
	width: 100px;
}
header .logo a,
header .logo a img {
	display: block;
	width: 100%;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
header ul {
	list-style: none;
	float: right;
}
header ul li {
	float: left;
	margin-left: 20px;
}
header ul li a {
	display: block;
	padding: 30px 0 10px 0;
	color: #fff;
	font-weight: 600;
	font-size: 18px;
	text-transform: uppercase;
}
.is-sticky header ul li a {
	padding-top: 17px;
}
header ul li a:hover,
header ul li a:focus {
	color: #ec572a;
	text-decoration: none;
}

footer {
	padding: 35px 0;
}

footer ul {
	list-style: none;
	float: right;
}
footer ul li {
	float: left;
	margin-left: 10px;
}

ul.social {
	text-align: center;
}
ul.social li {
	display: inline-block;
}
ul.social li a {
	display: block;
	padding: 10px 0;
	color: #fff;
	font-weight: 600;
	width: 40px;
	height: 40px;
	line-height: 20px;
	font-size: 20px;
	border: 1px solid #fff;
	border-radius: 60px;
	background: rgba(255, 255, 255, 0.1);
}

ul.social li a:hover {
	color: #ffc027;
	border: 1px solid #ffc027;
	text-decoration: none;
}

footer .logo {
	width: 140px;
	color: #fff;
	font-size: 14px;
}
footer .logo a,
footer .logo a img {
	display: block;
	width: 100%;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.section.intro {
	padding: 12% 0;
	position: relative;
	background: #1d2c3f;
	overflow: hidden;
}
.section.intro .bg {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: url("../../img/prelaunch/bg-intro.jpg") no-repeat fixed center
		center / cover;
	opacity: 0.3;
	z-index: 1;
}
.section.intro:after {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 30%;
	content: "";
	background: url("../../img/prelaunch/bg-intro-shadow.png") repeat-x center
		bottom / contain;
	z-index: 2;
}
.section.intro .cta {
	max-width: 600px;
	margin: 0 auto;
	position: relative;
	z-index: 3;
}
.section.intro h1 {
	display: inline-block;
	padding: 0 20px 30px;
	margin-bottom: 20px;
	background: url("../../img/prelaunch/separator-yellow-leafs.png") no-repeat
		center bottom / contain;
	color: #fff;
	font-size: 24px;
}
.section.intro p {
	color: #fff;
	font-size: 18px;
	margin-bottom: 20px;
}

.section.recommend {
	background: #fff;
	padding: 60px 0 40px 0;
}
.section.recommend .container {
	background: url("../../img/prelaunch/bg-recommend.jpg") fixed no-repeat center
		top / cover;
	box-shadow: 0 0 1px #000;
	border-radius: 7px;
	padding-top: 30px;
}
.section.recommend .container .image {
	position: absolute;
	left: 0;
	width: 40%;
	bottom: -40px;
	padding: 30px 50px 0;
}

.section.recommend h2 {
	display: inline-block;
	padding: 0px 30px 30px 15px;
	background: url("../../img/prelaunch/separator-orange-leaf-right.png")
		no-repeat left bottom / contain;
	margin-left: -15px;
	color: #050608;
	font-weight: 300;
}
.section.recommend p {
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 60px;
	text-align: left;
}
.section.recommend .submit {
	padding: 15px 0 30px 15px;
}

.section.recommend .form {
	padding-top: 30px;
}
.form input,
.form textarea {
	text-align: left;
	padding: 10px 20px;
	border: 1px solid #777;
	display: block;
	height: auto;
	font-size: 18px;
	line-height: 20px;
}
.form input:hover,
.form input:focus,
.form textarea:hover,
.form textarea:focus {
	border: 1px solid #3a8b2c;
}
.mission .section {
	position: relative;
	padding: 50px 0;
}
.mission .section .bg {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 50%;
}
.mission .section.left .bg {
	right: 50%;
	left: 0%;
}

.mission .mission1 .bg {
	background: url("../../img/prelaunch/bg-mission.jpg") no-repeat center center /
		cover;
}
.mission .mission2 .bg {
	background: url("../../img/prelaunch/bg-farm.jpg") no-repeat center center /
		cover;
}
.mission .mission3 .bg {
	background: url("../../img/prelaunch/bg-produce.jpg") no-repeat center center /
		cover;
}

.mission .text {
	color: #fff;
	font-size: 18px;
	line-height: 26px;
}

.mission h4 {
	color: #fff;
	font-size: 26px;
	line-height: 28px;
}

.mission h3 {
	background: rgba(0, 0, 0, 0)
		url("../../img/prelaunch/separator-orange-leaf-right.png") no-repeat right
		bottom / contain;
	color: #fff;
	font-size: 32px;
	line-height: 34px;
	margin-bottom: 20px;
	padding: 0 20px 30px 0px;
}

.mission .titleContainer {
	position: relative;
}
.mission .titleContainer .title {
	position: absolute;
	top: 50%;
	width: 100%;
	left: 0;
	padding: 0 15px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	font-weight: 300;
}
.mission .content.onRight {
	padding-right: 50px;
}
.mission .content.onLeft {
	padding-left: 50px;
}

.more-details-links i {
	font-size: 24px;
	cursor: pointer;
}
.more-details-links i.active {
	color: #398b2c;
}
.help-block {
	color: #aab2bd;
	margin-bottom: 0px;
	font-size: 12px;
	text-align: left;
}
#mapCanvas {
	height: 300px;
}
.pac-container {
	z-index: 1051 !important;
}

#flashRow {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 1000;
}
.error-message {
	color: #f0582a;
}
.modal-backdrop {
	background: #0c182d;
}
.modal-open .wrapper {
	filter: blur(3px);
	position: fixed;
	width: 100%;
	height: 100%;
}
.modal-header {
	border: none;
	background: #19212f;
	height: 60px;
	padding: 15px 30px;
}
.modal-header .modal-title {
	line-height: 30px;
}
.modal-body p {
	font-size: 16px;
	margin: 30px 0;
}

.modalWhite .modal-body {
	background: #fff;
}
.modalBlue .modal-body {
	background: #1d2c3f;
}

.modalBlue .modal-body p {
	color: #fff;
}

.modal-header h4 {
	color: #fff;
}
.modal-header .close {
	background: #d65131;
	color: #fff;
	opacity: 1;
	width: 24px;
	height: 24px;
	line-height: 12px;
	border-radius: 3px;
	margin-top: 3px;
}
.modal-header .close:hover {
	background: #fff;
	color: #d65131;
}
.modal-body .logo {
	margin: 30px 0;
}
.modal-body .logo img {
	width: 160px;
}
.modal-body .social {
	margin: 30px 0;
}

@media (max-width: 992px) {
	.container {
		width: 100%;
	}
	.lines-button {
		display: block;
	}
	.section.intro {
		padding-top: 120px;
	}
	header {
		height: 60px;
		padding: 10px 0;
	}
	.is-sticky header .logo,
	header .logo {
		width: 80px;
	}
	header.active {
		background: #19212f;
		box-shadow: 0 0 1px #fff;
	}
	header ul.menu {
		height: 0;
		width: 100%;
		overflow: hidden;
		position: absolute;
		right: 0;
		top: 50px;
		padding: 0 15px;
		-webkit-transition: all 300ms ease;
		-moz-transition: all 300ms ease;
		-ms-transition: all 300ms ease;
		-o-transition: all 300ms ease;
		transition: all 300ms ease;
		background: #1d2c3f;
	}
	header.active ul.menu {
		height: auto;
		overflow: visible;
		padding: 15px;
		box-shadow: -1px 1px 1px #fff;
	}
	header ul.menu li {
		float: none;
		margin: 0;
	}
	header ul.menu li a {
		text-align: left;
		padding: 0;
	}
	header.active ul.menu li a {
		padding: 10px 0;
		line-height: 22px;
	}

	.footer .row > div {
		width: 100%;
	}
	footer ul {
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
	footer ul li {
		display: inline-block;
		float: none;
	}
	footer .logo {
		margin: 0 auto;
		float: none !important;
	}

	.section.recommend {
		padding: 30px 15px;
	}

	.modal-open,
	.modal-open .modal {
		padding: 0 !important;
	}
	.section.recommend .container .image {
		width: 60%;
	}
}

@media (max-width: 767px) {
	.mission .content.onLeft,
	.mission .content.onRight {
		padding: 0;
	}
	.mission .section .bg {
		display: none;
	}

	.mission .mission1 .titleContainer {
		background: url("../../img/prelaunch/bg-mission.jpg") no-repeat center
			center / cover;
	}
	.mission .mission2 .titleContainer {
		background: url("../../img/prelaunch/bg-farm.jpg") no-repeat center 30% /
			cover;
	}
	.mission .mission3 .titleContainer {
		background: url("../../img/prelaunch/bg-produce.jpg") no-repeat center
			center / cover;
	}

	.mission .titleContainer {
		margin: 0 -15px 15px;
		padding: 15px;
	}
	.mission .titleContainer .title {
		position: static;
		-webkit-transform: translateY(0%);
		-moz-transform: translateY(0%);
		-ms-transform: translateY(0%);
		-o-transform: translateY(0%);
		transform: translateY(0%);
		padding: 20% 0;
		text-align: center;
	}
	.mission .text {
		padding: 15px 0 30px;
	}
	.section.recommend .container .image {
		bottom: 0px;
		padding: 30px 20px 0;
		position: static;
		border-bottom: 1px solid #777;
		margin: 0 -15px;
		width: auto;
	}
	.section.recommend .container .image img {
		width: 60%;
	}
	.section.recommend p {
		margin-bottom: 20px;
	}
	.section.recommend .submit {
		padding-bottom: 30px;
		padding-top: 10px;
	}
	.mission .section {
		padding: 0;
	}
	.mission .section.mission1 {
		padding-top: 30px;
	}

	.form input,
	.form textarea {
		padding: 6px 12px;
		font-size: 18px;
		line-height: 1;
	}

	.more-details-links i {
		font-size: 44px;
	}

	.more-details-links i:first-child {
		clear: both;
	}

	.more-details-links .clearMe {
		display: block;
	}
}

.has-error.error .help-block {
	color: #ec572a;
}
.has-error .form-control {
	border-color: #ec572a;
}
