@charset "UTF-8";
/* CSS Document */

html, body {
	height: 100%;
}

a {
	text-decoration: none;
	color: #7dc5db;
}

a:hover {
	text-decoration: underline;
}

img {
	max-width: 100%;
	border: none;
}

body {
	background-color: #f4f5f7;
	background-image: url(../img/bg-nw.png), url(../img/bg-ne.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: left top, right top;
	padding: 0px 20px;
	font-family: 'Roboto', sans-serif;
}

.wrapper {
	max-width: 1200px;
	margin: 0px auto;
	box-shadow: 0px 0px 12px rgba(0,0,0,0.33);
	min-height: 100%;
	background-color: #333;
}

#mobiletoggle {
	display: none;
	background-color: #333;
	color: white;
	font-size: 22px;
	font-weight: 600;
	padding: 10px;
	height: 54px;
}

.mobiletoggleswitch {
	float: left; 
}

.mobilesocial {
	float: right;
}

.mobilesocial img {
	max-width: 32px;
}

.mobilemenu {
	list-style-type: none;
}

.mobilemenu li {
	border-bottom: 1px rgba(255,255,255,0.2) solid;
}
.mobilemenu li a {
	display: block;
	padding: 12px 0px 12px 8px;
	color: white;
	text-decoration: none;
	font-size: 16px;
	font-weight: 400;
	border-left: 4px rgba(0,0,0,0) solid;
}

.mobilemenu li a:active {
	background-color: rgba(255,255,255,0.05);
	border-left-color: #37a3d7;
}

.mobilemenu li ul li {
	border-top: 1px rgba(255,255,255,0.2) solid;
	border-bottom: none;
}

.mobilemenu li ul li a {
	font-size: 12px;
	padding-left: 28px;
}

#header {
	height: 200px;
	overflow: hidden;
	position: relative;
	background-color: white;
}

#header video {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}

#header #logo {
	position: absolute;
	left: 40px;
	top: 0px;
	max-width: 350px;
}

#header-address {
	position: absolute;
	text-align: right;
	right: 40px;
	top: 40px;	
	font-size: 20px;
	font-weight: 100;
}

#header-phone {
	color: #7dc5db;
	font-size: 32px;
}

#header-phone a {
	color: #7dc5db;
}

.homebanner {
	overflow: auto;
}

.homebanner-text {
	box-sizing: border-box;
	width: 50%;
	float: right;
	padding: 60px;
	text-align: center;
}

#homebanner-welcome {
	background-color: #7dc5db;
	
	
	padding: 80px;
	text-align: center;
	color: white;
}

#homebanner-welcome h1 {
	font-size: 46px;
	font-weight: 100;
	color: #ffffff;
}

#homebanner-welcome h2 {
	font-size: 26px;
	font-weight: 300;
	color: #ffffff;
	margin-top: 20px;
}

#homebanner-welcome p {
	font-size: 20px;
	font-weight: 300;
	margin-top: 40px;
}





#announcement-banner {
	background-color: #7dc5db;

	
	padding: 80px;
	text-align: left;
	color: white;
}

#announcement-banner h1 {
	font-size: 46px;
	font-weight: 100;
	color: #e3ffbb;
	text-align: center;
}

#announcement-banner h2 {
	font-size: 26px;
	font-weight: 300;
	color: #e3ffbb;
	margin-top: 20px;
}

#announcement-banner p {
	font-size: 20px;
	font-weight: 300;
	margin-top: 40px;
}






#homebanner-savingsplan {
	background-image: url(../img/homebanner-savingsplan.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 120px 0px;
}

#homebanner-savingsplan h2 {
	font-size: 64px;
	font-weight: 200;
}

#homebanner-savingsplan p {
	font-size: 18px;
	font-weight: 300;
	margin-top: 20px;
}

#homebanner-maps {
	height: 500px;
}

#homebanner-maps iframe {
	width: 100%;
	height: 500px;
	border: 0;
}

#content {
	background-color: #f9faf8;
	padding: 60px;
	border-top: 8px #7dc5db solid;
	overflow: auto;
	clear: both;
}

#content h1 {
	color: #7dc5db;
	font-size: 42px;
	font-weight: 200;
}

#content h2 {
	color: #7dc5db;
	font-size: 20px;
	font-weight: 500;
	margin-top: 40px;
}

#content p {
	color: #666;
	font-size: 16px;
	font-weight: 300;
	margin-top: 20px;
}

#content ul, #content ol {
	padding-left: 60px;
}

#content ul {
	list-style-type: initial;
}

#content li {
	color: #666;
	font-size: 16px;
	font-weight: 300 !important;
	margin-top: 20px;
}

#content ul li:not(:first-child), #content ol li:not(:first-child) {
	margin-top: 10px;
}

#footer {
	padding: 40px;
	color: white;
	color: rgba(255,255,255,0.8);
	
}

#sitemap {
	float: left;
}

#sitemap ul {
	list-style-type: none;
}

#sitemap ul li:not(:first-child) {
	margin-top: 6px;
}

#sitemap ul a {
	font-size: 14px;
	color: rgba(255,255,255,0.8);
}

#footercontact {
	float: right;
	text-align: right;
}

#copyright {
	font-size: 10px;
	clear: both;
	padding-top: 40px;
}

#copyright a {
	color: white;
}

.picture-right {
	float: right;
	/* border: 1px #ccc dotted; */
	background-color: #fff;
	border-radius: 0px;
	padding: 16px;
	margin: 20px 0px 20px 20px;
	text-align: center;
	max-width: 35%;
	overflow: auto;
}
.picture-right img {
	float: left;
}

.mapframe {
	float: right;
	/* border: 1px #ccc dotted; */
	background-color: #fff;
	border-radius: 0px;
	padding: 16px;
	margin: 20px 0px 20px 20px;
	text-align: center;
	width: 50%;
	overflow: auto;
}

.mapframe iframe {
	width: 100%;
}

.headerbutton {
	display: inline-block;
	
    background: rgb(186,213,219);
    background: -moz-linear-gradient(top, rgba(186,213,219,1) 0%, rgba(125,197,219,1) 100%);
    background: -webkit-linear-gradient(top, rgba(186,213,219,1) 0%, rgba(125,197,219,1) 100%);
    background: linear-gradient(to bottom, rgba(186,213,219,1) 0%, rgba(125,197,219,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bad5db', endColorstr='#7dc5db',GradientType=0 );
    
    
	color: white !important;
	text-decoration: none !important;
	border-radius: 4px;
	padding: 4px 10px;
	margin-top: 6px;
}

.staff {
	background-color: #fbfbfb;
	border-radius: 6px;
	margin-top: 20px;
	padding: 20px;
	overflow: auto;
	border: 1px #eeeeee solid;
}

.staff h2 {
	margin-top: 0px !important;
}



.staff .picture-right img {
	float: left;
}

.hours {
	font-size: 12px;
	border-spacing: 0px;
	margin-top: 20px;
	color: #666;
}

.hours td {
	padding: 8px 12px;
}

.hours tr:not(:last-child) td {
	border-bottom: 1px rgba(255,255,255,0.5) solid;
}

.hours td:first-child {
	background-color: #7dc5db;
	color: white;
	text-align: right;
	font-weight: bold;
	text-transform: uppercase;
}

.hours td:last-child {
	background-color: rgba(0,0,0,0.05);
}

.hours .officeclosed {
	color: red;
}


/** review banner **/
#reviewsbanner {
	background: white;
	overflow: auto;
	padding: 40px 0px;
	position: relative;
	z-index: 500;
	box-shadow: 0px 2px 6px rgba(0,0,0,0.2);
}

#reviewsbanner h2 {
	clear: both;
	font-weight: 100;
	font-size: 42px;
	text-align: center;
	padding-bottom: 40px;
}

#reviewsbanner .tout4pic img {
	max-height: 80px;
	max-width: 200px;
}

#reviewtout {
	width:90%;
	margin:0 auto;
}

.tout4 {
	box-sizing: border-box;
	width: 25%;
	float: left;
	padding: 20px;
}

.tout4 h1 {
	font-size: 20px;
	font-weight: 500;
	margin-top: 20px;
}

.tout4 p {
	font-size: 16px;
	font-weight: 300;
	margin-top: 10px;
}

.tout4pic {
	text-align: center;
}

.tout4pic:not(:first-child) {
	margin-top: 10px;
}

#banner {
	margin-bottom:-5px;
}

.testimonial {
	border-top: 1px rgba(0,0,0,0.33) dotted;
	margin-top: 20px;
}

.testimonial p:last-child {
	font-style: oblique;
}


@media only screen 
and (min-device-width : 1024px) 
and (max-device-width : 1366px) { 
	#homebanner-savingsplan {
		background-attachment: local;
	}
}


@media (max-width: 1034px) {
	#homebanner-savingsplan {
		background-attachment: local;
		background-position: top right;
	}
}

@media (max-width: 1280px) {
	body {
		padding: 0px;
	}
}



@media (max-width: 959px) {
	
	


	
	#header video {
		display: none;
	}

	#mobiletoggle {
		display: block !important;
	}
	#desktopmenu {
		display: none;
	}
	
	.cluedesktopappointment {
		display: none !important;
	}
	
	.fancybox-skin {
		border-radius: 0px !important;
	}
	
	#sitemap {
		float: none;
		
		text-align: center;
	}
	
	#footer a {
		color: white;
	}
	
	#footercontact {
		float: none;
		text-align: center;
		margin-top: 20px;
	}
	
	#footer {
		text-align: center;
	}
	
	#copyright {
		text-align: center;
	}
	
	#footer .social {
		text-align: center;
		float: none;
	}
	
	.headerbutton {
		padding: 6px 12px;
		margin-top: 8px;
	}
	
	.homebanner-text {
		width: 100%;
		padding: 80px;
	}
	.homebanner-text br {
		display:none;
	}
	#homebanner-savingsplan {
		background-position: top right;
	}
	
	#homebanner-botoxparty div{
		padding: 80px;
	}
	#homebanner-botoxparty h1 {
		font-size: 40px;
	}
	
	#homebanner-botoxparty h2 {
		font-size: 34px;
	}
	
	#homebanner-botoxparty p {
		font-size: 26px;
	}
	
	.tout4 {
	box-sizing: border-box;
	width: 50%;
	float: left;
	padding: 20px;
}
	
	
}






@media (min-width: 960px) {
	
	.cluemobileappointment {
		display: none !important;
	}
	
}

@media (max-width: 800px) {
	
	#header {
		text-align:center;
        overflow: auto;
        height: auto;
        padding-bottom: 40px;
        box-sizing: border-box;
	}
	#header #logo {
		position: static;
		padding-top: 20px;
	}

	#header-address {
		position: static;
		right: 0;
		margin-top: -20px;
		text-align: center;
	}
		
	#reviewsbanner h2 {
		padding: 0px 20px;
	}
	
}

@media (max-width: 600px) {
	
	#header #logo {
		margin-top: -30px;
		padding-top: 0;
		max-width: 80%;
	}
	.picture-right, .mapframe {
		float: none;
		margin: 20px 0px;
		max-width: none;
		width: auto;
	}
	
	.picture-right img {
		float: none;
	}
	
	.homebanner-text {
		padding: 80px 50px;
	}
	
	#homebanner-welcome {
		padding:80px 50px;
	}
	
	#homebanner-botoxparty div{
		padding: 100px 30px;
	}
	
	.tout4 {
	box-sizing: border-box;
	width: 90%;
	float: none;
	padding: 20px;
	margin: 0px auto;
}
	

}