
/* ==============================
Resets
================================ */
* {
	box-sizing:border-box;
}

html,body{
	height:100%;
}

body {
	background:#fff;
	-webkit-font-smoothing:antialiased;
	margin: 0;
}

header,nav,section,footer{
	display:block;
}

img {
	-webkit-user-select:none;
	-moz-user-select:none;
	border:none;
}

a {
	text-decoration:none;
}

/* ==============================
Global
================================ */
.clear,.clr{
	clear:both;
}

.wrap {
	position:relative;
	height:100%;
	width:97%;
	padding:0;
	max-width:960px;
	margin:0 auto;
}

.help-block {
	font-size: 11px;
}

.required_label {
	color: #F00;
	font-weight: bold;
}

.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 10px;
  margin-top: 10px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.alert,
.alert h4 {
  color: #c09853;
}

.alert h4 {
  margin: 0;
}

.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}

.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success h4 {
  color: #468847;
}

.alert-danger,
.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info h4 {
  color: #3a87ad;
}

.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}

.alert-block p + p {
  margin-top: 5px;
}

.error, 
.form-control.error, 
.text_input.error,
.datepicker.error,
.hasDatePicker.error {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(255,0,0,1) !important;
	-moz-box-shadow: 0px 0px 5px 0px rgba(255,0,0,1) !important;
	box-shadow: 0px 0px 5px 0px rgba(255,0,0,1) !important;
	border: 1px solid #900 !important;
}


.italics{ 
	font-style:italic;
}

li.bold {
	list-style:none;
	margin-left:0;
	line-height:1.6em;
	margin-top:5px;
}

h1 {
	line-height: 1em;
	margin: 0;
}

h2 {
	line-height: 1em;
	margin: 0;
}

h3 {
	line-height: 1em;
	margin: 0;
}

h4 {
	line-height: 1em;
	margin: 0;
}

.column01{
	position:relative;
	width:47%;
	float:left;
}

	.column01 h2 { 
		margin-bottom: 20px; 
	}
		
		.column01 h2 br { 
			display: block; 
			margin-top: 20px; 
		}
		
	.column01 h3 {
		margin-bottom: 9px;
		margin-top: 25px;
		font-style:normal;	
	}
	
	.column01 p {
		margin-bottom: 25px;
	}
	
	.column01 ul {
		list-style: none;
		margin: 15px 0 0 0;
		padding: 0;
	}
	
	.column01 ul li {
		padding-left: 30px;
	}
		
.column02{
	position:relative;
	width:50%;
	float:right;
}

/* ==============================
Desktop
================================ */
header {
	position:fixed;
	width:100%;
	height:137px;
	z-index:9999;
}

h1#logo { 
	margin: 0;
}

#logo {
	display:block;
	position:absolute;
	top:5px;
	width:227px;
	height:125px;
	text-indent:-9999px;
}

.header-phone{
	position:relative;
	float:right;
	top:15px;
	font-style:italic; 
	font-size: 38px;
	font-weight:bold;
}

.header-phone span, .header-phone span a {
	display:inline-block;
	text-align:right;
	font-size: 38px; 
	line-height:1.0em;
}

.header-phone .tagline{
	font-size: 24px; 
}

#content{
	width:100%;
	padding:138px 0 30px 0;
	overflow-x:hidden;
}

#banner{
	position:relative;
	width:100%;
	height: 345px;
	margin-bottom:40px;
	-webkit-box-shadow: 0px 10px 20px -6px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 10px 20px -6px rgba(0,0,0,0.75);
	box-shadow: 0px 10px 20px -6px rgba(0,0,0,0.75);
}

#banner img{
	display:block;
	position:absolute;
	width:2500px;
	left:50%;
	margin:0 0 0 -1250px;
	max-height: 345px;
}

.content-phone span {
	display:inline-block;
	font-size:24px;
	line-height:24px;
}

.content-phone span b{
}

.header-phone a, .content-phone a {
}

.footer-phone a{
}

/* ==============================
Contact form
================================ */
form {
	margin:0;
	padding:30px 30px;
	font-size: 16px;
}

form .label{
    font-size: 16px;
    font-weight: normal;
    margin-right: 10px;
}

form input, form select {
	width:95%;
	padding:5px 2.5%;
	font-size:14px;
	border:none;
	background:#ccc;
}

form div{
	margin-bottom:10px;
}

#title {
	font-size: 32px;
	font-style: italic;
}

.city{
	
}

.state{
	margin: 0 5%;
	display: inline-block;
}

.zip{
	width:20%;
	display: inline-block;
}

input[type="checkbox"]{
	width:24px;
	height:24px;
	vertical-align:bottom;
}

label.checkbox{
	vertical-align:top;
	line-height:24px;
	margin:2px 20px 0 0;
	display:block;
	height:24px;
	float:left;
}

#quick_appSubmit, #submit{
	display:block;
	width:100%;
	border:none;
	font-size:22px;
	font-style:italic;
	font-weight:bold;
	padding:6px 0;
	cursor:pointer;
	margin-top:20px;
}

#submit a { 
	
}

form a{
	font-size:12px;
}

#privacy_policy_link {
	float: right;
	margin: 10px 0 10px 0;
}

#mobile-banner{	
	display:none;	
}

/* ==============================
Footer
================================ */
footer{
	width:100%;
	min-height:260px;
}

.footer-phone { 
	padding-top: 40px; 
	float: left; 
}

	.footer-phone span {
		display:block;
		text-transform:uppercase;
		font-size:20px;
	}
	
	.footer-phone span b { 
		
	}

	#footer-logos{
		float:right;
		margin-top:50px;
	}
	
	.flogos { 
		float: left; 
		margin-top: 62px;
		margin-right: 10px;
		display: none;
	}
	
	body.thank-you .flogos { display: block; }

.logo {
	display:inline-block;
	width: 26px;
	margin-right:5px;
}

#footer-logos img{ display:block; }


/* CHECKBOXES */
.checkbox label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 35px;
	margin-right: 15px;
	margin-top: 10px;
	line-height: 1.2em;
}

.checkbox input[type=radio],
.checkbox input[type=checkbox] {
	display: none;
}

.checkbox label:before {
	content: "";
	display: inline-block;
	width: 22px;
	height: 22px;
	margin-right: 10px;
	position: absolute;
	left: 0;
	top: 1px;
	background: #e9e9e9; /* Old browsers */
	background: -moz-linear-gradient(top,  #e9e9e9 0%, #d3d4d3 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9e9e9), color-stop(99%,#d3d4d3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e9e9e9 0%,#d3d4d3 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e9e9e9 0%,#d3d4d3 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e9e9e9 0%,#d3d4d3 99%); /* IE10+ */
	background: linear-gradient(to bottom,  #e9e9e9 0%,#d3d4d3 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#d3d4d3',GradientType=0 ); /* IE6-9 */
}

.radio label:before {
	border-radius: 8px;
}
.checkbox label {
	margin-bottom: 10px;
}

.checkbox label:before {
	border-radius: 2px;
}

input[type=radio]:checked + label:before {
	content: "\2713";
	color: #e71d30;
	font-size: 30px;
	text-align: center;
	line-height: 18px;
}

input[type=checkbox]:checked + label:before {
	content: "\2713";
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
	font-size: 21px;
	color: #e71d30;
	text-align: center;
	line-height: 21px;
}

.one-quarter {
	width: 24%;
	margin-right: 1%;
}

.one-third {
	width: 33%;
	margin-right: 1%;
}

.half-width {
    width: 46%;
	margin-right: 2%;
    display: inline-block;
}

.no-margin {
	margin: 0 !important;
}

no-right-margin: {
	margin-right: 0 !important;
}

/* ==============================
Responsive
================================ */
@media all and (max-width:900px){
	header{
		position:absolute;
		width:100%;
		height:200px;
		z-index:9999;
	}
	
	#logo{
		display:block;
		position:relative;
		top:10px;
		width:100%;
		text-indent:-9999px;
	}
	
	.header-phone{
		position:relative;
		width:100%;
		text-align:center;
		float:none;
		top:20px;
		font-style:italic;
	}
	
	.header-phone span{
		font-size:14px;
		text-align:center;
	}
	
	.header-phone span b{
		font-size:22px;
	}
	
	#content{
		width:100%;
		padding:200px 0 0 0;
		overflow-x:hidden;
	}
	
	.column01{
		width:100%;
		float:none;
	}
		
	.column02{
		width:100%;
		margin-top:50px;
		float:none;
	}
	
	#banner{
		position:relative;
		width:100%;
		height:auto;
	}
	
	#banner img{
		display:block;
		position:relative;
		width:200%;
		height:auto;
		left:50%;
		margin:0 0 0 -100%;
	}
	
	footer {
		text-align: center;
	}
	
	.footer-phone {
		position:relative;
		float:none;
		top:0px;
		font-style:italic;
		width:100%;
	}
	
	.footer-phone span {
		font-size:14px;
	}
	
	.footer-phone span b {
		font-size:20px;
	}
	
	#footer-logos{
		float:none;
		margin-top:20px;
	}
	
	#footer-logos img{
		display:block;
		float:left;
		width:15%;
		height:auto;
	}
	
	#footer-logos #anniversary{
		margin-top:0px;
		width:25%;
	}

}

@media all and (max-width:500px){
	.half-width {
		width: 100%;
		margin-right: 0;
	}
	
	img {
		max-width: 100%;
		height: auto;
	}
	
	.header-phone .tagline {
		font-size: 16px;
		line-height: 30px;
	}
	
	#content {
		overflow: hidden;
		padding: 200px 20px 20px 20px;
	}
	
	#banner {
		display: none;
	}
	
	#mobile-banner{	
		display:block !important;	
		float:none;	
		margin:auto;	
		width:100%;	
		height:auto;	
	}

	.column01 {
    	padding-top: 20px;
	}
	
	.city {
		width: 45% !important;
		margin-right: 2% !important;
	}
	
	.state {
    	margin: 0px 5px 0 0;
	}
	
	form {
    	padding: 20px;
	}
	
	form .label {
		font-size: 14px;
		margin-bottom: 5px;
	}
	
	#quick_appSubmit, #submit {
    	font-size: 18px;
	}
	
	#title {
		font-size: 22px;
		text-align: center;
	}
}

