.max-width {
	margin: 0 auto;
	max-width: 1160px;
}
#quote-form .row {
	margin-left: auto;
	margin-right: auto;
}
body {
	font-size: 14px !important;
}
.sidebar-pic {
	width: 100%;
}
.navbar {
	height: 75px;
}
.navbar-brand {
	height: 65px;
	margin-top: 3px;
}
.navbar-brand img {
	height:100%;
}
.navbar-nav.navbar-right:last-child {
	margin-right: 0;
}
#call-to-action {
	height: 520px;
	width:100%;
	background: url(/img/family-frontpage.jpg) no-repeat;
	background-size: cover;
}
.navbar-static-top {
	z-index: auto;
}
.nav li {
}
a.dropdown-toggle {
	color: #777 !important;
	background-color: #fff !important;
}
.flex-video img {
	width: 100%;
	height: initial;
}
#menu-main-menu {
	display: none;
}
#click-menu.admin-bar-showing {
	margin-top: 0 !important;
}
#responsive-menu.admin-bar-showing {
	padding-top: 0 !important;
}
img.quoter-image {
	position: absolute;
	margin-left: -102px;
	margin-top: 84px;
}
/* Home Page Quoter */
/* Globals */
body {
	background-color: #fff;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
   	font-weight: 300;
}
.clear {
	clear: both;
}
::-webkit-input-placeholder {
   color: #777;
}

:-moz-placeholder { /* Firefox 18- */
   color: #777;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #777;  
}

:-ms-input-placeholder {  
   color: #777;  
}

/* Main Styling */
#main-wrapper {
	max-width: 1024px;
	margin: 0 auto;
}
#content-box {
	background: url('../img/family.jpg') -2px 133px no-repeat;
	background-color: #ffffff;
	border-radius: 3px;
}
.drQuoter {
	float: none;
	margin: 0 auto;
	max-width: 425px;
	margin-left: 25px;
}
/* Left Column */
#column1 {
	float: left;
	width: 46%;
	padding: 2%;
}
#content {
	margin:32px 32px 0 16px;
}
#stage2 {
	background-color: #fff;
	border-radius: 8px;
}
#stage3 {
	background-color: #fff;
	border-radius: 8px;
	padding: 32px;
}
#stage3 #phone {
	margin: 0;
}
#save-73 {
	width: 100%;
	max-width: 400px;
}
#phone {
	margin: 0 0 0 16px;
}
#phone p:first-child {
	font-size: 16px;
	font-weight: bold;
	line-height: 23px;
	color: #15355c;
	margin: 0;
}
#phone p:nth-child(2) {
	line-height: 23px;
	color: #15355c;
	font-size: 27px;
	font-weight: 400;
	letter-spacing: -1px;
	padding: 0;
	margin: 0;
}
/* Right Column */
#column2 {
	float: left;
	width: 50%;
}
#quote-wrapper {
	background-color: #ffffff;
	margin: 32px 48px 8px 16px;
	border: 1px solid #333;
	border-radius: 3px;
}
#quote-wrapper header h1 {
	color: #fff;
	font-size: 27px;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
	background-color: #166eab;
	display: block;
	margin: 0;
	text-align: center;
}
.quoter-inner-container .wrapper {
	width: 46% !important;
	padding: 2% !important;
}
.quoter-inner-container h1 {
	display: none;
}
.quoter-inner-container input[type="text"], .quoter-inner-container input[type="tel"], .quoter-inner-container select {
	max-width: none !important;
	font-weight: bold;
	margin-bottom: 8px;
	color: #333;
	cursor: pointer;
	outline: 0;
	border: 1px solid #888;
}
.quoter-inner-container input[type="text"]:focus, .quoter-inner-container input[type="tel"]:focus, .quoter-inner-container select:focus {
	border: 1px solid #333;
}
#quote-wrapper ul {
	list-style: none;
	font-size: 11px;
	font-weight: normal;
	margin: 10px 13px 0 13px;
	padding: 10px 0 18px 32px;
	border-top: 1px solid #ddd;
}
#quote-wrapper ul li {
	margin-top: 12px;
	position: relative;
	font-size: 14px;
}
#quote-wrapper ul li:before {
	content: url('/img/checkmark.png') no-repeat;
	position: absolute;
	top: 0;
	left: -20px;
}
.site-seals {
	padding: 0 0 16px 32px;
}
.site-seals img, .site-seals .bbb-reviews {
	float: left;
	display: block;
	width: 28%;
}
.bbb {
	padding-top: 16px;
}
.bbb-reviews {
	text-align: right;
	padding-top: 32px;
	padding-right: 4%;
}
.bbb-reviews span {
	font-size: 10px;
	display: block;
}
.bbb-reviews a {
	font-size: 12px;
	color: #333;
	display: block;
}
.instant-tagline {
	color: #222;
	text-align: right;
	padding-right: 48px;
	font-size: 12px;
	font-weight: bold;
}
.instant-tagline strong{
	font-size: 14px;
}
#colophon {
	text-align: center;
	color: #333;
	font-size: 12px;
}
#colophon a {
	color: #333;
}
#copyright {
	margin: 32px auto 16px auto;
}
#disclaimer {
	font-size: 10px;
}

@media all and (max-width: 1024px) and (min-width: 875px) {
	#content-box {
		background-size: contain;
	}
	#stage2 {
		margin: 0 32px;
	}
	#stage3 {
		margin: 0 32px;
	}
}

@media all and (max-width: 875px) {
	#content-box {
		background: #fff;
	}
	.drQuoter {
		max-width: 100%;
	}
	#stage2 {
		margin: 0 16px;
		padding: 32px;
	}
	#stage3 {
		margin: 0 16px;
		padding: 32px;
	}
	#column1 {
		float: none;
		width: auto;
		margin: 0 auto;
	}
	#column2 {
		float: none;
		width: auto;
		margin: 0 auto;
	}
	.site-seals img, .site-seals .bbb-reviews {
		max-width: 110px;
	}
	#quote-wrapper {
		margin: 0 32px;
	}
	.instant-tagline {
		padding-right: 32px;
		padding-bottom: 16px;
	}
}
@media all and (max-width: 800px) {
	#menu-main-menu {
		display: none !important;
	}
}
@media all and (max-width: 500px) {
	#quote-wrapper {
		margin: 16px 16px 0 16px;
	}
	#stage2 {
		padding: 16px;
	}
	.instant-tagline {
		text-align: left;
		padding-left: 16px;
	}
	.quoter-inner-container .wrapper {
		width: auto !important;
	}
	#colophon {
		padding: 0 32px 32px 32px;
	}
}