body,input,button,select,textarea{
	margin:0;
	font-family:Poppins;
}

.width{
	width:1120px;
	display:inline-block;
	text-align:left;
	position:relative;
}

.menu{
	background-color:#2d2d2d;
	padding:18px 0;
}

.menu>nav{
	text-align:center;
}

.menu>nav>img{
	position:absolute;
	left:0;
	top:5px;
	height:30px;
}

.menu span a{
	text-decoration:none;
	font-size:14px;
	color:#fff;
	font-weight:500;
	margin:0 20px;
	display:inline-block;
	padding:10px 0;
	transition:color 0.2s ease;
}

.menu span a:hover{
	color:#e9ab46;
}

.menu>nav>button{
	display:none;
	position:absolute;
	right:0;
	top:11px;
	border:none;
	background:transparent url(/img/menu.png) no-repeat;
	width:30px;
	height:18px;
	background-size:100% 100%;
	cursor:pointer;
}

#home,#services{
	background-color:#f0f0f0;
}

#home{
	padding:50px 0;
}

#home div{
	float:left;
	width:50%;
}

#home div p{
	color:#685b65;
	font-size:16px;
	margin-bottom:30px;
}

#home>nav>img{
	width:50%;
	position:absolute;
	bottom:-56px;
	right:0;
}

#home h1{
	font-family:Cormorant Garamond;
	font-size:63px;
	color:#ae8137;
	line-height:65px;
}

#home h1 i{
	color:#e9ab46;
	font-style:normal;
}

#about{
	padding:70px 0;
}

#about div{
	float:left;
	width:50%;
}

#about div p{
	color:#685b65;
	font-size:14px;
	margin-bottom:50px;
}

#about h1{
	font-family:Cormorant Garamond;
	font-size:48px;
	color:#ae8137;
	margin:0;
}

#about h1 i{
	color:#e9ab46;
	font-style:normal;
}

#about h4{
	margin:0;
	font-size:25px;
	font-family:Cormorant Garamond;
	color:#ae8137;
}

#about>nav>img{
	float:left;
	width:46%;
	margin-right:4%;
}

#approach>nav,
#services>nav,
#plans>nav{
	text-align:center;
}

#approach>nav>h1,
#services>nav>h1,
#plans>nav>h1{
	font-family:Cormorant Garamond;
	font-size:48px;
	color:#ae8137;
	margin:0;
}

#approach>nav>h1 i,
#services>nav>h1 i,
#plans>nav>h1 i{
	color:#e9ab46;
	font-style:normal;
}

#approach div{
	display:inline-block;
	width:100%;
	padding:40px 0 60px;
}

#approach div span{
	float:left;
	background-color:#fff;
	box-shadow:0px 0px 100px 0px rgba(0, 0, 0, 0.1);
	border-radius:10px;
	margin:15px 1.66%;
	width:30%;
	padding:25px 0;
	height:150px;
}

#approach div span img{
	width:40px;
	height:40px;
}

#approach div span h1{
	font-family:Cormorant Garamond;
	font-size:25px;
	color:#ae8137;
	margin:0;
}

#approach div span p{
	color:#7a7a7a;
	font-size:13px;
	padding:0 20px;
}

#services{
	padding:50px 0;
}

#services div{
	display:inline-block;
	width:800px;
}

#services>nav>h1{
	color:#4a4a4a;
	margin:0 0 40px;
}

#plans>nav>h1{
	color:#4a4a4a;
	margin:0 0 70px;
}

#services span{
	float:left;
	background-color:#fff;
	box-shadow:0px 0px 100px 0px rgba(0, 0, 0, 0.1);
	border-radius:5px;
	width:46%;
	margin:0 2%;
	padding:25px 0;
	height:150px;
}

#services span h1{
	font-family:Cormorant Garamond;
	font-size:25px;
	color:#ae8137;
	margin:0 0 20px;
}

#services span p{
	color:#7a7a7a;
	font-size:13px;
	padding:0 20px;
}

#contact{
	padding:40px 0;
}

#contact>nav{
	text-align:center;
}

#contact h1{
	font-family:Cormorant Garamond;
	font-size:48px;
	color:#ae8137;
	margin:0 0 40px;
}

#contact h1 i{
	color:#e9ab46;
	font-style:normal;
}

#contact h3{
	float:left;
	color:#5abc0b;
	font-size:16px;
	margin:21px 0 0 15px;
}

#contact h3.error{
	color:#bc2222;
}

#contact>nav>div{
	display:inline-block;
	width:100%;
	background-color:#f0f0f0;
	border-bottom:1px solid #f0f0f0;
}

#contact div nav:first-child{
	width:66%;
	padding-right:4%;
	float:left;
	background-color:#fff;
}

#contact div nav:first-child h1{
	color:#4a4a4a;
	display:block;
	text-align:left;
	border-left:3px solid #e9ab46;
	font-size:50px;
	padding-left:15px;
	margin-bottom:20px;
}

#contact div nav:first-child div{
	display:inline-block;
	width:100%;
}

#contact div nav:first-child input{
	font-size:15px;
	float:left;
	width:45%;
	margin:0 1.6% 1.6% 0;
	padding:1.5%;
	border:1px solid #e4e1e3;
	outline:none;
	color:#ae8137;
}

#contact div nav:first-child textarea{
	font-size:15px;
	float:left;
	width:94.9%;
	margin-right:3.2%;
	padding:1.5%;
	border:1px solid #e4e1e3;
	outline:none;
	resize:none;
	color:#ae8137;
	height:80px;
}

#contact div nav:first-child a{
	float:left;
	margin:12px 0 20px;
	padding:10px 30px;
}

#contact div nav:last-child{
	background-color:#f0f0f0;
	display:inline-block;
	height:200px;
	width:30%;
	float:left;
	padding-top:55px;
}

#contact div nav:last-child span{
	display:inline-block;
	width:80%;
	margin:15px 0;
}

#contact div nav:last-child img{
	float:left;
	width:54px;
	height:54px;
	margin-right:10px;
}

#contact div nav:last-child div{
	float:left;
}

#contact div nav:last-child label{
	color:#e9ab46;
	display:block;
	font-weight:bold;
	text-align:left;
	font-size:13px;
	margin:4px 0;
}

#contact div nav:last-child a{
	text-decoration:none;
	color:#7a7a7a;
	font-size:15px;
	transition:color 0.2s ease;
}

#contact div nav:last-child a:hover{
	color:#ae8137;
}

#plans{
	background-color:#f0f0f0;
	padding:50px 0 110px;
}

.pricing-block{
	background-color:#fff;
	width:300px;
	padding:40px;
	text-align:center;
	border-radius:8px;
}

.pricing-block:nth-child(2){
	position:absolute;
	left:50%;
	margin-left:-190px;
	margin-top:-30px;
	box-shadow:rgba(0, 0, 0, 0.1) 0px 0px 10px 0px;
}

.pricing-block:nth-child(3){
	float:left;
}

.pricing-block:nth-child(4){
	float:right;
}

.pricing-block>h1{
	margin:0;
	font-size:22px;
	color:#ad8037;
}

.pricing-block>h2{
	margin:8px 0 25px;
	font-size:15px;
	font-weight:normal;
	color:#737373;
}

.pricing-block>span{
	display:block;
	text-align:left;
	font-size:15px;
	padding-left:23px;
	color:#525252;
	position:relative;
	margin-bottom:10px;
}

.pricing-block>span:before{
	content:"";
	display:inline-block;
	background:url(/img/bullet.png) no-repeat;
	background-size:cover;
	width:16px;
	height:16px;
	position:absolute;
	margin-top:3px;
	left:0;
}

.pricing-block hr{
	border:none;
	height:1px;
	background-color:#e2dcd1;
	margin:20px 0;
}

.pricing-block>a{
	display:block;
	padding:10px;
	margin-top:20px;
}

.pricing-block>label{
	font-size:28px;
	font-weight:900;
	color:#e54a4a;
	display:inline-block;
	width:100%;
}

.pricing-block>p{
	color:#e54a4a;
	font-weight:bold;
	font-size:20px;
	margin:-8px 0 7px;
}

.pricing-block>label b{
	color:#ad8037;
	font-weight:normal;
	font-size:15px;
	margin-top:10px;
	float:left;
}

.pricing-block>label span{
	float:right;
	text-align:left;
	width:145px;
}

.pricing-block>label i{
	color:#939393;
	text-decoration:line-through;
	font-style:normal;
	font-weight:normal;
	font-size:16px;
	float:right;
	margin-top:11px;
}

.pricing-block>label u{
	color:#ad8037;
	font-weight:normal;
	text-decoration:none;
	font-size:15px;
}

.pricing-block>img{
	width:65px;
}

#privacy{
	padding:40px 0;
}

#privacy h1{
	font-family:Cormorant Garamond;
	font-size:50px;
	margin-top:0;
	color:#ae8137;
}

#privacy h1 b{
	color:#e9ab46;
	font-weight:normal;
}

#privacy h2{
	color:#ae8137;
	font-size:22px;
	margin:0;
}

#privacy h3{
	color:#e9ab46;
	font-size:17px;
	margin:0;
}

#privacy p{
	color:#685b65;
	font-size:15px;
	margin-bottom:15pt;
}

#privacy a{
	text-decoration:none;
	color:#eb5353;
}

#privacy a:hover{
	text-decoration:underline;
}

.footer{
	background-color:#2d2d2d;
	padding:45px 0;
}

.footer img{
	height:60px;
	margin-bottom:20px;
}

.footer span{
	color:#fff;
	display:table;
	font-size:13px;
}

.button{
	cursor:pointer;
	color:#fff;
	text-decoration:none;
	display:inline-block;
	padding:13px 30px;
	font-weight:500;
	background-color:#e9ab46;
	transition:background-color 0.2s ease;
}

.button:hover{
	background-color:#ae8137;
}

#intake{
	width:800px;
	text-align:left;
	padding-bottom:100px;
}

#intake>h1{
	font-family:Cormorant Garamond;
	font-size:40px;
	color:#e9ab46;
}

#intake>h2{
	font-family:Cormorant Garamond;
	font-size:35px;
	color:#ae8137;
}

#intake>h3{
	color:#ae8137;
}

#intake>nav{
	display:inline-block;
	width:100%;
	border-right:1px solid #b6b6b6;
	border-bottom:1px solid #b6b6b6;
}

#intake>nav.full{
	border-left:1px solid #b6b6b6;
}

#intake>nav span{
	float:left;
	width:50%;
	border-top:1px solid #b6b6b6;
}

#intake>nav span.full,
#intake>nav.full span{
	width:100%;
	border-left:1px solid #b6b6b6;
}

#intake>nav span label{
	float:left;
	padding:10px;
	font-size:15px;
	color:#bd9149;
	border-left:1px solid #b6b6b6;
}

#intake>nav span.full label{
	border-left:none;
}

#intake>nav span input{
	float:left;
	width:200px;
	outline:none;
	border:none;
	padding:10px 0 0 10px;
	font-size:15px;
	background-color:#fff;
	border-bottom:1px solid #ae8137;
}

#intake>nav span input[type="checkbox"]{
	margin:14px 10px 0;
	width:15px;
	height:15px;
	cursor:pointer;
}

#intake>nav span b{
	float:left;
	font-weight:normal;
	font-size:14px;
	margin:11px 15px 9px 0;
	max-width:740px;
}

#intake>center>.button{
	border:none;
	margin-top:20px;
	font-size:16px;
}

#intake .required{
	background-image:url(/img/required-arrow.png);
	background-repeat:no-repeat;
	background-position:top right;
	background-size:8px;
}

#intake .required.error{
    background-color:#ffd5d5;
}

#errors{
	margin:20px 0 0;
	color:#f00;
	font-size:15px;
}

.sign{
	border:1px solid #b6b6b6;
	width:200px;
	height:100px;
	cursor:pointer;
	margin-top:5px;
	background-color:#fff;
}

.signature{
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:9999;
}

.signature nav{
	background-color: #dfdfdf;
	width:500px;
	border:1px solid #2d2d2d;
	box-shadow:0 2px 10px rgba(0, 0, 0, 0.6);
	margin-top:8%;
	border-radius:10px;
}

.signature span{
	padding-bottom:7px;
	display:inline-block;
}

.signature span button{
	padding:10px;
	margin:5px;
	border:none;
}

.signature canvas{
	background-color: #fff;
	width:450px;
	height:250px;
	margin-top:23px;
	border:1px solid #959595;
}

@media only screen and (max-width:800px){
	body{
		margin-top:30pt;
	}

	.width{
		width:100%;
		text-align:center;
	}

	.menu{
		padding:0;
		position:fixed;
		top:0;
		left:0;
		width:100%;
		z-index:999;
	}

	.menu>nav>img{
		position:relative;
		float:left;
		height:20pt;
		padding:10pt;
	}

	.menu>nav>button{
		display:inline-block;
		position:relative;
		float:right;
		width:20pt;
		height:15pt;
		margin:6pt 12pt;
		transition-duration:0.5s;
		transition-property:transform;
	}

	#home,#about,#approach,#services,#contact,#plans{
		padding:30pt 0;
	}

	#home>nav>img,
	#about>nav>img{
		position:relative;
		width:90%;
		margin:0 5%;
		bottom:0;
		float:none;
	}

	#home div,
	#about div{
		float:none;
		width:90%;
		padding:0 5%;
	}

	#home h1,#about h1,
	#approach h1,#services h1,#contact h1,#privacy h1,#intake h1,#plans>nav>h1{
		font-size:24pt!important;
		line-height:27pt;
		margin:0 10% 15pt!important;
	}

	#home div p,
	#about div p{
		font-size:11pt;
	}

	#about h4{
		margin-top:10pt;
	}

	.button{
		font-size:11pt;
		padding:8pt 23pt!important;
	}

	#approach div{
		padding:0;
	}

	#approach div span,
	#services span{
		display:inline-block;
		float:none;
		width:80%;
		margin:10% 0 0;
		height:auto;
	}

	#approach div span h1,
	#services span h1{
		font-size:19pt!important;
	}

	#approach div span p,
	#services span p,
	#privacy p,
	#intake p{
		font-size:10pt;
		padding:0 5%;
	}

	#intake ul{
		font-size:10pt;
		padding:0 10%;
	}

	#services div{
		width:100%;
	}

	#contact div nav:first-child{
		float:none;
		width:80%;
		padding:0 10%;
	}

	#contact div nav:first-child h1{
		margin:0 0 10pt!important;
		font-size:22pt!important;
	}

	#contact div nav:first-child input,
	#contact div nav:first-child textarea{
		width:94%;
		padding:3%;
		margin:4pt 0;
	}

	#contact div nav:last-child{
		float:none;
		width:100%;
		height:auto;
		padding:20pt 0;
	}

	#contact div nav:last-child img{
		width:35pt;
		height:35pt;
	}

	#contact div nav:last-child label,
	#contact div nav:last-child a{
		font-size:10pt;
		margin:0;
	}

	#contact{
		padding-bottom:0;
	}

	.footer{
		padding:20pt 0 40pt;
	}

	.footer img{
		height:20pt;
		margin:0 0 10pt;
	}

	.footer span{
		font-size:8pt;
	}

	.menu span{
		width:50%;
		position:fixed;
		background-color:#2d2d2d;
		right:-50%;
		z-index:999;
		top:40pt;
		height:100%;
		transition:right 0.5s ease;
	}

	.menu span a{
		display:block;
		font-size:12pt;
		text-align:right;
		margin:0 12pt;
		padding:15pt 0;
	}

	.menu.active span{
		right:0;
	}

	.menu.active>nav button{
		transform:rotate(90deg);
		-webkit-transform:rotate(90deg);
	}

	#intake{
		width:100%;
		padding:40px 0 200px;
	}

	#intake>nav{
		border:none;
		border-bottom:1px solid #b6b6b6;
		width:90%;
		margin:0 5%;
		border-left:1px solid #b6b6b6;
	}

	#intake>nav span{
		width:100%;
		border-right:1px solid #b6b6b6;
		border-left:none!important;
	}

	#intake>nav span label{
		font-size:10pt;
		float:none;
		display:block;
		padding:5pt;
		border:none;
		height:auto!important;
	}

	#intake>nav span input:not([type="checkbox"]){
		width:98% !important;
		padding:1%;
		float:none;
		background-color:#f0f0f0;
		border-bottom:none;
	}

	#intake>nav span b{
		max-width:84%;
		margin:9pt 5pt 8pt 0;
		font-size:10pt;
	}

	#privacy>nav,
	#intake>nav{
		text-align:left;
	}

	#privacy h1,
	#intake h1{
		text-align:left;
		margin:0 0 25pt 5%!important;
	}

	#privacy h2{
		font-size:13pt;
		margin-left:5%;
	}

	#intake h2{
		font-size:18pt;
		margin-left:5%;
	}

	#intake h3{
		font-soze:14pt;
		margin-left:5%;
	}

	#privacy h3{
		font-size:8pt;
		margin-left:5%;
	}

	#contact h3{
		font-size:12pt;
		margin:0 10pt 20pt 0;
		width:100%;
		text-align:left;
	}

	.pricing-block:nth-child(2){
		position:relative;
		left:0;
	}

	.pricing-block{
		width:80%;
		margin:5%!important;
		padding:5%;
	}

	.sign{
		width:80%;
		height:auto;
		margin:3% 10%;
	}

	.signature{
		background-color:rgba(0, 0, 0, 0.4);
	}

	.signature nav{
		width:90%;
		margin-top:20%;
	}

	.signature canvas{
		width:88%;
	}

	.signature span button{
		font-size:10pt;
		padding:8pt 12pt!important;
	}

	#errors{
		width:90%;
		margin:8pt 5% 0;
	}
}