/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }

/* #Basic Styles
================================================== */
	body {
		font: 14px/21px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		margin-bottom: 30px;
		background-image: url('/images/bg2.jpg');
        background-attachment: fixed;
	}

/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {
		color: #181818;
		font-family: inherit;
		font-weight: normal;
		text-align: center; }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 32px; line-height: 50px; margin-bottom: 10px;}
	h2 { font-size: 35px; line-height: 40px; margin-bottom: 10px; }
	h3 { font-size: 28px; line-height: 34px; margin-bottom: 8px; }
	h4 { font-size: 21px; line-height: 30px; margin-bottom: 4px; font-weight: bold; }
	h5 { font-size: 17px; line-height: 24px; }
	h6 { font-size: 14px; line-height: 21px; }
	.subheader { color: #777; }

	p { text-align: center; }
	.sixteen p { display: inline-block; width: 100%; text-align: center; margin-bottom: 20px; }

	em { font-style:italic; }
	strong { font-weight: bold; }

/* #Colors
================================================== */
	.eight.columns.red		{ background-color: #da2c2c; }
	.eight.columns.blue		{ background-color: #2c51da; }
	.eight.columns.green	{ background-color: #12d557; }
	.eight.columns.orange	{ background-color: #ffb400; }
	.eight.columns.purple	{ background-color: #9913df; }
	.eight.columns.yellow	{ background-color: #ffde00; }
	.eight.columns.pink		{ background-color: #f9bbf8; }
	.eight.columns.teal		{ background-color: #00afff; }

/* #Links
================================================== */
	.eight.columns {
		display: block;
		border-radius: 15px;
		outline: 0;
		margin: 5px 0 5px 0;
		color: #000;
		text-decoration: none;
	}
	.eight.columns { color: #000; }
	p a, p a:visited { line-height: inherit; padding: 0; text-decoration: underline; display: inline; }

	.cursive { font-family: 'Lucida Handwriting', cursive; font-size: 160%; }
	.sixteen h5 {
		width: 80%;
		max-width: 300px;
		margin: 0 auto;
		color: white;
		background: #da2c2c;
		border-radius: 7px;
		padding: 7px;
	}
	.eight > .toggle.single > h4 {
		padding: 11px inherit;
	}
a.tel {
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	color: black;
}
.toggle {
	cursor: pointer;
	position: relative;
	padding: 10px 40px 6px;
}
.not-expandable {
	padding: 10px inherit;
}
.toggle:before {
	content: "+";
	position: absolute;
	top: 50%;
	right: 13px;
	margin-top: -9px;
	font-size: 2em;
	font-weight: bold;
}
.toggle.change:before {
	content: "-";
	font-size: 41px;
}
.content {
	display: none;
	padding: 10px 30px;
	text-align: center;
}
form {
	width: 95%;
	margin: 15px auto 0;
}
form p {
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
}
form .description, form .required {
	font-size: 70%;
}
input, select {
	width: 100%;
	height: 30px;
	line-height: 30px;
}
textarea {
	height: 80px;
	width: 98%;
}
@media (max-width: 767px) {
	.eight.columns {
		margin-bottom: 15px !important;
	}
}