/*----------------------------------- RESET -------------------------------------*/
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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, address {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*----------------------------------- GENERAL -------------------------------------*/
body {
	font-family:'Open sans', 'Helvetica', 'Arial', sans-serif;
	font-size: 100%;
	color: #2e2e2e;
}
a {
    color: #2e2e2e;
}
b {
	font-weight: bold;
}
/*----------------------------------- HEADER -------------------------------------*/

.mainnav {
	background: #00c2ae;
	border-bottom: 3px solid #038476;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-family: 'Montserrat', serif;
	position: fixed;
	width: 100%;
	z-index: 2;
}
.mainnav li {
	display: inline-block;
}
.mainnav li a {
	color: #0b3e38;
	display: block;
	padding: 15px 20px;
	text-decoration: none;
}
.toplogo {
	display: none;
	float: left;
	margin: 7px 0 0;
	width: 45px;
}
.toplogo img {
	max-width: 100%;
}
.no-touch .mainnav li a:hover, .mainnav li a.active {
	background: #038476;
	color: #fff;
}
header {
	background: #fff;
	padding: 120px 0 20px;
}
.header-content, .content-inner, .footer-content, .nav-inner {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;	
	margin: 0 auto;
	overflow: auto;
	width: 95%;
	max-width: 1200px;
	position: relative;
}
.nav-inner {
	overflow: visible;
}
.logo {
	display: block;
	text-align: center;
}
.logo img {
	width: 50%;
	max-width: 314px;
}
.title {
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
	font-family: 'Montserrat', serif;
}
.title h1 {
	font-size: 1.375em;
	font-weight: bold;
}
.schedule {
	position: relative;
	margin: 0 auto 9px;
	max-width: 320px;
}
.schedule-btn {
	background: #C4631A;
	border-bottom: 3px solid #333;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 5px;
	color: #fff;
	display: block;
	padding: 10px 30px;
	text-align: center;
	text-decoration: none;
}
.schedule-btn:hover, .schedule-btn.on {
	background: #C4511A;
	text-shadow: -1px -1px 0 #666;
}
.schedule .schedule-loc {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: #C4511A;
	border-radius: 0 0 5px 5px;
	border-bottom: 3px solid #333;
	display: none;
	padding: 0 10px 10px;
	position: absolute;
	top: 38px;
	width: 100%;
	text-align: left;
}
.schedule .schedule-loc a {
	background: #C4631A;
	border: 2px solid #C4511A;
	border-radius: 5px;
	color: #F2EFEC;
	display: block;
	margin: 10px 0 0;
	padding: 10px;
	text-align: center;
	text-decoration: none;
}
.schedule .schedule-loc a:hover {
	border: 2px solid #fff;
}
.schedule .schedule-loc span {
	display: block;
	font-size: .75em;
	text-align: left;
	text-transform: none;
}
/*----------------------------------- CONTENT -------------------------------------*/
.content {
	padding: 10px 0 20px;
}
.content h2, .content h3 {
	font-family: 'Montserrat', serif;
	padding: 5px 0 10px	;
}
.content h2 {
	font-size: 1.25em;
	text-align: center;
}
.content-inner p, .content-inner li {
	font-size: .875em;
	line-height: 1.625em;
}
.content img {
	display: block;
	margin: 5px auto;
	width: 100%;
	max-width: 1024px;
}
.deeplink {
	top: -70px;
	position: relative;
}
.about, .locations {
	background: #f2efec;
	border-top: 3px solid #ede5df;
}
.about p {
	padding-bottom: 15px;
}
.reviews {
	display: inline-block;
	font-size: .875em;
	font-weight: bold;
	padding-top: 10px;
	text-decoration: none;
}
.reviews span {
	display: inline-block;
	background: transparent url("../images/yelp.png") no-repeat 0 0;
	height: 40px;
	width: 77px;
	position: relative;
	top: -14px;
	left: 2px;
	text-indent: -9999px;
}
.rates {
	background: #373737;
	border-top: 3px solid #00c2ae;
	color: #f2efec;
	padding: 10px 0;
	-webkit-font-smoothing: antialiased;
}
.rates-main div {
	border-bottom: 1px solid #f2efec;
	margin: 0 0 5px;
	padding: 0 0 15px;
}
.rates-main div:last-child {
	border: none;
}
.rates-info div {
	padding: 0 0 30px;
}
.rates h3 {
	text-align: center;
}
.rates a {
	color: #f2efec;
}
.locations {
	border-color: #00c2ae;
}
.plan li {
	list-style: disc inside none;
}
.address {
	display: block;
	padding: 5px 0;
}
.map {
	margin: 10px auto 15px;
	height: 300px;
}
footer {
	background: #C4631A;
	border-top: 3px solid #c4511a;
	color: #fff;
	padding: 15px 0;
	-webkit-font-smoothing: antialiased;
}
footer a {
	color: #fff;
	display: block;
	padding: 2px 0;
}
footer .contact {
	padding-bottom: 20px;
}
/*--------------------------------------- RESPONSIVE STYLES --------------------------------*/
/* MOBILE ONLY MAX 759px */
@media screen and (max-width: 47.49em) {
.mainnav ul {
	text-align: center;
	margin: 5px auto;
}
.mainnav li a {
	border-radius: 5px;
}
.toplogo {
	display: none!important;
}
}
/* 760px and up */
@media screen and (min-width: 47.5em) {
.mainnav {
	font-size: 1em;
	text-align: right;
	text-transform: uppercase;
}
.mainnav ul {
	display: inline-block;
	margin-right: 10px;
}
.mainnav li a {
	font-size: 1.125em;
	padding: 18px 20px;
}
.schedule {
	display: inline-block;
	margin-bottom: 0;
	top: -1px;
}
header {
	padding: 80px 0 25px;
}
.logo, .title {
	float: left;
}
.logo img {
	width: 200px;
}
.title {
	padding: 10px;
	text-align: left;
}
.title h1 {
	font-size: 2.375em;
}
.title h2 {
	font-size: 1.375em;
}
.content h2 {
	font-size: 1.5em;
}
.content-inner > section {
	float: left;
	margin: 0 1%;
	width: 48%;
}
.content-inner > section:first-of-type {
	margin: 0 2% 0 0;
}
.content-inner > section:nth-of-type(2) {
	margin: 0 0 0 2%;
}
.footer-content {
	overflow: auto;
}
footer .copyright {
	float: left;
}
.contact {
	float: right;
	text-align: right;
}
}
