body{
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 300;
}
.menu{
	margin-top: 15px;
	font-size: 14px;
	margin-left:-10px;
}
.phone{
	margin-top: 27px;
}
.menu .nav li a{
	color: #252525;
}
.menu-bkg{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+50,ffffff+100&0+0,0.5+50,0+100 */
background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,0.5)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 50%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 50%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 50%,rgba(255,255,255,0) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 50%,rgba(255,255,255,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}
.phone-number{
	font-size: 20px;
	font-weight: 300;
	color: #252525;
}
.phone-number a, .phone a:hover {
	color:#252525;
	text-decoration:none;
}
.tagline{
	font-size: 32px;
	font-weight: 300;
	margin-top: 250px;
}
.menu .nav{
	display: inline-flex !important;
}




.block-text-on-image{
	color: white;
	font-size: 32px;
	padding-top: 250px;
	font-weight: 300;
	text-shadow: 0px 0px 5px rgba(10, 10, 10, 0.7);
}
.three-columns{
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
    -webkit-column-span: all; 
    column-span: all; 
    height: inherit !important;
    min-height: inherit !important;
}
.col-sm-12{
	min-height: 
}

.footer{
	color: white;
}
.footer a{
	color: white !important;
	font-size: 16px;
	padding-left:0px !important;
}
.footer a:hover{
	background-color: transparent !important;
	text-decoration: underline;
}

h1{
	font-size: 18px;
	font-weight: 600;
}
u {
	text-decoration: none;
	padding-bottom: 5px;
	border-bottom: 2px solid gray;
}
.two-column-text{
	color: black;
	font-size: 28px;
	padding-top: 60px;
	font-weight: 300;
}

.purple-btn{
	background-color: #964796;
	color:white;
	padding-left:25px;
	padding-right:25px;
	padding-top:10px;
	padding-bottom: 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border-bottom:2px solid #864088;
}
.purple-btn:hover,.purple-btn:active,.purple-btn:focus{
	background-color: #864088 !important;
	color:white !important;
	text-decoration: none !important;
}
.home-header{
	min-height:800px;
	background-size: cover;
	background-position:top center;
	background-repeat: no-repeat;
	padding-top:40px;
}
@media (max-width:767px){
	.home-header .phone-number{
		text-align:right;
		display:block;
	}
	.phone-number{
		text-shadow:0 0 5px #ffffff;
	}
	.tagline{
		margin-top:282px;
		text-shadow:0 0 5px #ffffff;
	}
	.home-content .col-sm-6.text-right{
		text-align:left;
	}
	.home-content .block-text-on-image{
		min-height: 300px !important;
		padding-top: 50px;
		background-size: cover;
		background-position: center center;
	}

}

.footer {
	background-size: cover;
	background-position: center center;
}
.formBlockSurveyTable textarea{
	width:100%;
}