@charset "utf-8";
/* CSS Document */

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/*Body*/

body {
	font-family: "utopia-std",Georgia,"Times New Roman",Times,serif;
	font-size: 20px;
}

div.container {
	background-color: #FFFFFF;
	padding-top: 15px;
	max-width: 960px;
}

header {
	border-bottom: 1px solid #949494;
	font-family: "museo-sans-rounded","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	margin-bottom:10px;
}

header #logo {
	margin:0 auto;
	padding: 15px;
}

header address {
	color: #999;
	margin-top:10px;
	margin-bottom:0px;
	padding: 7.5px 15px;
}

div.content {
	padding-bottom:20px;
}

div.content {
		padding-top:10px;
		overflow:auto;
}

.copy .col-md-12 {
	float: none;
	margin: 0 auto;
	max-width: 800px;
}

h1 {
	color: #000;
	font-family: "museo-sans-rounded","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 10px;
}

h2 {
	color: #000;
	font-family: "museo-sans-rounded","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 24px;
	font-weight: bold;
	margin-top: 5px;
}

div.content form {
	padding:10px;
	margin-bottom:10px;
	background-color:#a7a8a9;
}

div.lead {
	font-weight:normal;
}

input[type=text] {
	width:100%;
	border:1px solid #333333;
	color:#F7971C;
	font-size:18px;
	font-weight:bold;
	height:40px;
	padding-left:10px;
}

input[type=submit] {
	width:100%;
	height:40px;
	background-color:#F7971C;
	color:#FFFFFF;
	border:none;
	text-transform:uppercase;
}

div.content p {
	color:#333333;
}

div.information h4.about {
	background-color:#a7a8a9;
	color:#333333;
	padding:5px;
	margin-top:0px;
	font-weight:lighter;
}

footer a {
	color: #F7971C;
}

footer div.row {
	background-color:#EFEFEF;
	color:#999;
	font-size:12px;
	margin-top: 50px;
	padding: 30px 15px;
}

footer .col-md-8 {
	float: none;
	margin: 0 auto;
	max-width: 800px;
}

footer div.col-md-4 {
	border-bottom:1px solid gray;
}

footer #logo {
	margin-bottom:10px;
	width:150px;
	height:auto;
}

.upsell {
	background-color: #e6f3f9;
	padding: 15px;
}

.upsell a {
	color: #0083c0;
}

#modal_window .modal-content {
  font-size: 17px;
  margin-top:30%;
  padding: 15px;
}
#modal_window .error {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
#modal_window .success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
  a {
    color: #367ee0;
    text-decoration: underline;
  }
}


/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {

	div.container {
		margin-top:20px;
	}

	input[type=text] {
		width:68%;
	border:1px solid #333333;
		color:#F7971C;
		font-size:18px;
		height:40px;
	}

	input[type=submit] {
		width:31%;
		height:40px;
		background-color:#F7971C;
		color:#FFFFFF;
	}

	footer div.col-md-4 {
		border-bottom:none;
	}

	footer div.row {
		padding: 30px 0;
	}

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {

	header #logo {
		margin:0px;
	}

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { ... }
