#index_content {
	padding: 0 20px 20px 20px;
}

#hero {
	padding: 0 20px;
	padding-top: 60px;
	text-align: center;

	background: url("../../images/business/background.jpg") no-repeat bottom left scroll; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

	color: #fff;
}

#hero h1.hero-title {
	margin: 0;
	font-weight: 400;
	margin-top: 5vh;
	margin-bottom: 20px;
	font-size: 40px;
}

#hero p.below-hero-title {
	margin: 0;
	font-weight: 300;
	font-size: 18px;
	margin-bottom: 40px;
}

#hero p.above-hero-input {
	margin: 0;
	font-size: 14px;
	font-style: italic;
	font-weight: 300;
}

#hero .hero-input {
	max-width: 400px;
	margin: 0 auto;
}

#hero p.hero-learn-more {
	margin: 0;
	font-style: italic;
	margin-top: 10vh;
	font-weight: 300;
	font-size: 14px;
}

#hero p.hero-learn-more-chevron {
	margin: 0;
}

#press {
	padding: 15px 30px;
	background: #f8f8f8;
	border-bottom: 1px solid #e7e7e7;
}

#press p {
	margin: 0;
	text-transform: uppercase;
	font-style: italic;
	font-size: 0.8em;
	color: #777;
	text-align: center;
	display: block;
    margin: 0 auto;
    line-height: 50px;
}

#press img {
	opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
    max-width: 125px;
    display: block;
    margin: 0 auto;
}

#business-content {
	font-size: 18px;
	font-weight: 300;
	padding: 0 40px;
}

#business-content .row {
	padding: 40px 0;
}

#business-content .bottom-border {
	border-bottom: 1px solid #e7e7e7;
}

#business-content h2 {
	font-size: 30px;
	font-weight: 400;
	margin-top: 0;
}

#business-content p.demo {
	margin-top: 0;
	text-align: right;
}

#business-content p.demo a {
	font-size: 0.7em;
	text-transform: uppercase;
	font-style: italic;
}

#business-content .margin-right {
	padding-right: 40px;
}

#business-content .panel {
	font-size: 14px;
	color: #000;
	text-align: left;
	width: 300px;
	display: block;
	margin: 0 auto;
}

#business-content .panel-heading {
	text-align: center;
	font-weight: bold;
}

#business-content .panel .list-group-item {
	padding: 5px 10px;
}

#business-content .panel .indented {
	padding-left: 35px;
}

.glyphicon {
	padding-right: 5px;
}

.glyphicon-ok {
	color: #7a8c77;
}

.glyphicon-flag {
	color: #686a97;
}

.disabled .glyphicon {
	color: inherit !important;
}

#contact {
	text-align: center;
	padding: 20px;
	background-color: #e7e7e7;
}

#contact input, #contact textarea {
	display: block;
	width: 100%;
	max-width: 500px;
	margin: 0 auto 15px auto;
	padding: 5px;
}

#contact textarea {
	height: 250px;
}

#contact button {
	text-align: center;
}

#contact ul.errorlist {
	list-style: none;
	margin: 0;
	padding: 0;
}

#contact ul.errorlist li {
	margin: 0;
	padding: 0;
	color: #b24f4f;
	font-style: italic;
}

.movetop {
	position: relative;
	top: -35px;
}

@media screen and (min-width: 768px) {
	#hero {
		background: url("../../images/business/background.jpg") no-repeat bottom center fixed; 
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
	#hero h1.hero-title {
		margin-top: 8vh;
	}
}