/* Space out content a bit */
body {
  padding-top: 20px;
  padding-bottom: 20px;
}

h1, h2, h3 {
	color: #3AB17B;
}

h1 {
	margin: 0 0 30px;
	font-size: 28px;
}

h3 {
	font-size: 22px;
	line-height: 28px;
	margin: 0 0 15px;
}

hr {
	border-width: 2px 0 0;
	border-color: #48015F;
	margin: 35px 0 30px;
}

img {
	max-width: 100%;
	height: auto;
}

a.btn.btn-primary {
	background-color: #3AB17B;
	border-color: #3AB17B;
}

.btn.btn-primary:hover {
	background-color: #3AB17B;
	border-color: #3AB17B;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover, .btn-primary {
	background-color: #3AB17B;
	border-color: #3AB17B;
}

/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
  padding-right: 15px;
  padding-left: 15px;
}

/* Custom page header */
.header {
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
}
/* Make the masthead heading the same height as the navigation */
.header h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 40px;
}
.header .logo {
	background: url('../images/logo.png') no-repeat;
	background-size: 315px auto;
	width: 315px;
	height: 70px;
}
.header .logo a {
	display: block;
	width: 315px;
	height: 65px;
}
.header nav ul {
	margin: 13px 0 0;
}

/* Custom page footer */
.footer {
  padding-top: 19px;
  color: #777;
  border-top: 1px solid #e5e5e5;
  margin: 25px 0 0;
}

.footer img {
	display: block;
	margin: 20px auto;
}

/* Customize container */
@media (min-width: 768px) {
  .container {
    max-width: 730px;
  }
}
.container-narrow > hr {
  margin: 30px 0;
}

/* Main marketing message and sign up button */
.search_holder {
	background-color: #EEEEEE;
	border-radius: 6px;
	padding: 20px;
	margin: 0 0 30px;
}

.search_holder.search_holder_widget {
	width: 270px;
	margin: 0;
}

.search_holder.search_holder_widget .lead {
	text-align: center;
	font-size: 17px;
}

.search_holder.reset_password {
	width: 300px;
	margin: 0 auto 30px;
}

.search_holder hr {
	border-color: #FFFFFF;
	border-width: 2px 0 0;
	margin: 20px 0;
}

.search_holder label span {
	color: #990000;
}

p.about {
	margin: 0 0 20px;
}

.list-group .list-group-item span {
	margin: 0 10px 0 0;
}

table tbody tr.warning td {
	text-align: center;
	padding: 10px 0;
	color: #8A6D3B;
}

/* Add Form */

form.service_form {
	margin: 25px 0 0;
}

form.service_form h3 {
	line-height: 25px;
	clear: both;
}

form.service_form h3 span {
	background-color: #3AB17B;
	border-radius: 50%;
	color: #FFFFFF;
	display: block;
	float: left;
	font-size: 14px;
	height: 25px;
	line-height: 25px;
	margin: 0 10px 0 0;
	text-align: center;
	width: 25px;
}

form.service_form label span {
	color: #990000;
}

form.service_form .holder {
	padding: 0 0 20px 35px;
}

/*#accordion h3 {
	border-bottom: 2px solid #DDDDDD;
	padding-bottom: 10px;
	cursor: pointer;
	position: relative;
}

#accordion h3:focus {
	outline: none;
}

#accordion h3 span {
	font-size: 14px;
	color: #454545;
	font-weight: normal;
}

#accordion div {
	border-bottom: 2px solid #DDDDDD;
	margin-bottom: 20px;
}*/

#results .result {
	border-bottom: 2px solid #DDDDDD;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

#results .result h2 {
	font-size: 24px;
	line-height: 28px;
	margin: 0 0 10px;
}

#results .result h2 a {
	color: #3AB17B;
}

#results .result p.location {
	color: #777777;
	font-style: italic;
}

h1.service_title {
	margin-bottom: 10px;
}

p.delivered_by {
	margin-bottom: 20px;
}

a.btn-back {
	margin-bottom: 15px;
}

#map {
	height: 200px;
	width: 100%;
	margin: 30px 0;
}

/* 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;
  }
}