/* Import animate.css */
@import "animate.css";

/* Space out content a bit */

html, body {
	height: 100%;
	margin: 0;
}
body {
	color: #000000;
}

.page-wrap {
	background: #e8e8e8 url("../img/bg.jpg") no-repeat fixed;
	background-size: cover;
	background-position: bottom;
	min-height: 100%;
}

.page-wrap > .wrapper > .content {
	animation: br_bounceIn .6s;
}

.page-wrap .wrapper .content .inquiry--questions {
	animation: zoomIn .8s;
}

/* Sticky Footer */
.wrapper {
	min-height: 100vh;
	margin-bottom: -30px;
}
.push,
.footer {
	/*height: 50px;*/
}

/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
	padding-right: 15px;
	padding-left: 15px;
}

/* Custom page header */
.header {
	background: rgba(255,255,255,0.8);
	padding: 30px 15px;
}

.header .container {
	padding: 0;
	background: transparent !important;
}

/* Make the masthead heading the same height as the navigation */
.header h3 {
	padding-top: 20px;
	margin-left: 15px;
	margin-bottom: 50px;
	line-height: 40px;
}

.header .main-navigation {
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
}

/* Custom page footer */
.footer {
	/*padding-top: 19px;*/
	padding: 3px 0;
	color: #777;
	/*border-top: 1px solid #e5e5e5;*/
	/*background: url("../img/footer.jpg") no-repeat;*/
	/*height: 121px;*/
	width: 100%;
	background-size: cover;
	background-color: rgba(255, 255, 255, 0.6);;
}

.page-wrap > .footer > .container {
	background: none;
	text-align: center;
}

/* Customize container */
@media (min-width: 768px) {
	.container {
		max-width: 1000px;
	}
}
.container-narrow > hr {
	margin: 30px 0;
}

/* Main marketing message and sign up button */
.jumbotron {
	text-align: center;
	border-bottom: 1px solid #e5e5e5;
}
.jumbotron .btn {
	padding: 14px 24px;
	font-size: 21px;
}

/* Supporting marketing content */
.marketing {
	margin: 40px 0;
}
.marketing p + h4 {
	margin-top: 28px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
	/* Remove the padding we set earlier */
	.header,
	.marketing,
	.footer {
		padding-right: 0;
		padding-left: 0;
	}
	/* Space out the masthead */
	.header {
		margin-bottom: 30px;
	}
	/* Remove the bottom border on the jumbotron for visual effect */
	.jumbotron {
		border-bottom: 0;
	}
}

.inquiry--questions {
	margin-bottom: 20px;
	background: #eaeaea;
	padding: 10px;
	/*border: 1px solid #dedede;*/
	display: none;
}

.inquiry--question {
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
}

.inquiry--question:last-child {
	padding-bottom: 0;
	border: none;
}

.question--question {
	float: left;
	width: 30%;
	font-weight: bold;
}

.question--answers {
	float: left;
	width: 65%;
	margin-left: 5%;
}

.page-wrap .container {
	background: #fff;
}

.backend {
	background: #ddd;
}

.backend .container {
	background: #fff;
}

.breadcrumb {
	font-size: 14px;
	line-height: 0.5;
}

.headline h1 {
	padding-top: 15px;
	font-size: 23px;
}
.headline form input.form-control {
	margin: 5px 0px;
	font-size: 1.5rem;
}

.headline form button {
	margin-bottom: 10px;
	padding: 4px 8px;
}