body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size:18px;
	line-height:1.7;
	color:#363636;
	font-weight: 400;
	background-color: white;
	font-family: 'Roboto', sans-serif;
	padding:0 !important; 
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'SF Pro Display', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: var(--bg);
    color: var(--ink);
    font-feature-settings: 'ss01', 'cv11';
    margin: 0;
}
h2, h3, h4, h6 {
	margin-top : 1em;
	font-weight: 700;
}
h1 {
	font-size:60px;
	line-height:1;
	text-align: center;
}
#page h1 + p, h1#interior + h2 + p {
	text-align:center;
	padding-top:65px;
	background: url(assets/images/divider.png) center top no-repeat;
}
h2, .h2-like {
	font-size:40px;
	line-height:1;
}
body.page_index h2, .h2-like {
	font-size: 58px;
	line-height: 1;
	font-weight: 700;
}
.h2-like-small {
	font-size: 16px;
	text-transform: uppercase;
	display: block;
}
h3, .h3-like, .page-faq h2 {
	font-size:25px;
	line-height:1.4;
	font-weight: 300;
}
h4, h1#interior {
	font-size:24px;
	line-height:1;
	font-weight: 700;
	margin:0px;
}
h6 {
	font-size:43px;
	line-height:1;
	margin:0;
	text-transform: uppercase;
}
a {
	text-decoration: none;
transition:.3s ease;
	color: rgb(216, 185, 76);
}
a:hover {
	 
}
a[name]:before {
	height: 80px;
	margin-top: -80px;
	display: block;
	content: "";
	visibility: hidden;
}
@media (min-width:1020px) {
.divider-title:before, a[name]:before {
height: 130px;
margin-top: -130px;
}
}
hr {
	position: relative;
	height: 1px;
	width: 100%;
	display: table;
	clear: both;
	margin: 60px auto;
	border:none;
	background-color: #ccc;
}
/*.btn, .btn-alt, .btn-blue {
	min-width: 200px;
	display:inline-block;
	padding:16px 10px;
	margin:0 5px 5px 0;
	box-sizing:border-box;
	text-align:center;
	color:white;
	font-size:15px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
	text-shadow: 0 3px 7px rgba(24, 23, 24, 0.35);
	background-color: rgb(109, 190, 149);
	border-radius: 5px;
	overflow: hidden;
	z-index: 1;
	position: relative;
}
.btn-alt {
	background-color: rgb(210, 82, 96);
}
.btn-blue {
	background-color: rgb(112, 188, 222);
}
.btn:hover, .btn-alt:hover, .btn-blue:hover {
	text-decoration:none;
}
.btn:after, .btn-alt:after, .btn-blue:after {
	left:92%;
	top:0;
	bottom:0;
	width: 100%;
	z-index: -1;
	content: "";
	position: absolute;
	background-repeat:repeat;
	background-position: left center;
transition:.2s;
}*/
/*.btn:after {
	background-image: url(assets/images/pattern-green.png);
}
.btn-alt:after {
	background-image: url(assets/images/pattern-red.png);
}
.btn-blue:after {
	background-image: url(assets/images/pattern-blue-dark.jpg);
}*/
.btn:hover:after, .btn-alt:hover:after, .btn-blue:hover:after {
	left:0;
	-webkit-animation: slide 8s linear infinite;
}
@-webkit-keyframes slide {
from {
background-position: 0 0;
}
to {
	background-position: -150px 0;
}
}
.more-to-explore {
	clear: both;
	text-align:center;
	margin:60px 0 0;
	padding:0px;
	position: relative;
	z-index: 10;
}
.more-to-explore span {
	margin-bottom:20px;
}
.more-to-explore span:before, .more-to-explore span:after {
	width: 12px;
	height: 5px;
	background: black;
	display: inline-block;
	content: "";
	vertical-align: middle;
	margin:0 10px;
}
.more-to-explore .btn, .more-to-explore .btn-alt {
	min-width: 30%;
}
#page ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
#page ul li {
	position:relative;
	padding-left:40px;
	overflow:hidden;
}
#page ul li:before {
	content:"\e832";
	color: rgb(109, 190, 149);
	font-size:17px;
	position:absolute;
	left:15px;
	top:0;
	font-family:"fontello";
}
img.elem-left, img.elem-right, img.elem-border {
	box-shadow: 10px 10px 0 0 rgb(109, 190, 149);
}
.container {
/*	max-width:978px;*/
	margin:0 auto;
}
header {
	position: absolute;
	z-index: 1010;
	line-height: 1;
	width: 100%;
	left:0;
	top:0;
	background: #673e9a;
}
header a:hover {
	text-decoration: none;
}
header #pay a, header #pay a:after {
	background-color:#e9c751;
}
header #pay a:after {
	background-image:none;
}
@media (max-width:1023px) {
header #pay {
display:none;
}
}
header .logo {
	display:flex;
	align-items: center;
}
.logo span {
	text-align: center;
}
.logo .name {
	margin-top:10px;
}
#bar {
	position: relative;
	text-align: center;
	background-color: rgba(255, 255, 255, 1);
	text-transform: uppercase;
	color: rgb(210, 82, 96);
	font-weight: 500;
}
#bar a {
	font-size:15px;
	color: rgb(0, 11, 22);
	margin:0 5px;
	line-height: 22px;
}
#bar a:hover {
	color: rgb(210, 82, 96);
}
#bar .translate-btn {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 auto;
	line-height: 1.2;
	padding: 4px;
}
#bar .translate-btn span {
	display: block;
}
#header-contents {
	max-width: 1300px;
	margin:0 auto;
	padding:10px 0;
	box-sizing:border-box;
	align-items: center;
	justify-content: space-between;
	flex-flow:row nowrap;
}
#header-info a:hover {
	color:rgb(109, 190, 149)
}
#header-contents > * {
	max-width: 370px;
}
#header-info {
	font-weight: 500;
	text-align: center;
}
header .phone {
	font-size:36px;
	line-height: 1.2;
	display: block;
	color: rgb(26, 147, 180);
}
header address a {
	font-size:16px;
	color: rgb(0, 11, 22);
}
#header-btns a {
	display:block;
	max-width: 240px;
	margin:0 auto;
}
#header-btns a:first-of-type {
	margin-bottom:5px;
}
.mean-nav .btn-alt {
	margin: 5px auto;
	display: block;
	max-width: 300px;
}
nav#main-nav {
	background-color: rgb(235, 235, 235);
}
nav#main-nav ul {
	margin:0px;
	padding:0px;
	text-align:center;
	flex:100%;
	list-style: none;
}
nav#main-nav > ul {
	max-width: 1100px;
	margin:0 auto;
	display: flex;
	justify-content: space-around;
}
nav#main-nav > ul > li {
}
nav#main-nav ul li {
	display:inline-block;
	position:relative;
}
nav#main-nav > ul > li:last-of-type > ul {
	left: auto;
	right: 0;
}
nav#main-nav ul li a {
	color: rgb(0, 11, 22);
	padding:0 10px;
	font-size:15px;
	text-transform: uppercase;
	line-height:32px;
	display:block;
	font-weight: bold;
}
nav#main-nav ul li a:hover {
	text-decoration:none;
}
nav#main-nav > ul > li > a:after {
	width: 0;
	right:50%;
	position: absolute;
	bottom:0;
	content: "";
	transform:translateX(50%);
transition:.3s;
	width: 31px;
	height: 3px;
	background-color: rgb(109, 190, 149);
	opacity: 0;
}
nav#main-nav > ul > li > a:hover:after {
	opacity: 1;
}
nav#main-nav ul ul {
	display:none;
	width:220px;
	text-align:left;
	position:absolute;
	left:0;
	top:32px;
	list-style: none;
	background-color: rgb(112, 188, 222);
	z-index:1020;
}
nav#main-nav ul ul li {
	width:100%;
}
nav#main-nav ul li:hover > ul {
	display:block;
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
-webkit-animation-duration: .25s;
animation-duration: .25s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
nav#main-nav ul ul li a {
	line-height:1.6;
	padding:5px 10px;
	font-weight: normal;
	text-transform: none;
	color:white;
}
nav#main-nav ul ul li a:hover {
	background-color: rgb(109, 190, 149);
	color:white;
}
nav#main-nav ul ul ul {
	left:220px;
	top:0;
}
section#page {
	padding:70px 0 50px;
	overflow: hidden;
}
footer {
	line-height: 1;
	position: relative;
	background: url(assets/images/footer-bg.jpg) -50% center no-repeat
}
footer strong {
	text-transform: uppercase;
	font-size:22px;
	color: rgb(109, 190, 149);
	display: block;
	font-weight: 500;
	margin-bottom:15px;
}
#footer-contents {
	max-width: 1200px;
	margin:0 auto;
	justify-content: space-around;
	padding:50px 10px;
}
#footer-contents a:hover {
	text-decoration: none;
}
#footer-info {
	font-weight: 500;
}
#footer-info .phone {
	display: block;
	font-size:36px;
	color: rgb(26, 147, 180);
	margin-bottom: 10px;
}
#footer-info address {
	display: block;
	line-height: 1.2;
	margin-bottom: 40px;
}
#footer-info address span {
	display: block;
}
#footer-info address a {
	color: rgb(0, 11, 22);
	font-size:18px;
}
#footer-info a:hover {
	color: rgb(109, 190, 149);
}
.social {
	margin:40px 0 0;
	display: block;
	text-align: center;
}
.social a {
	display: inline-block;
	vertical-align: top;
	margin:0 5px;
}
.social a i:before {
	font-size:20px;
	line-height: 1;
	display: block;
transition:.2s;
	padding:10px;
	width:2em;
	height:2em;
	border-radius: 50%;
	box-sizing:border-box;
}
.social a:hover {
	text-decoration: none;
	color:white;
}
.social a i.icon-facebook:before {
	background-color: rgb(77, 112, 168);
}
.social a i.icon-gplus:before {
	background-color: rgb(220, 78, 65);
}
.social a i.icon-yelp:before {
	background-color: rgb(182, 39, 23);
}
.social a i.icon-twitter:before {
	background-color: rgb(0, 187, 242);
}
footer .social a:hover i:before {
	background-color: rgb(109, 190, 149);
}
footer nav {
	max-width: 400px;
	margin:0;
	padding:0;
	text-align: left;
}
footer nav ul {
	margin:0px;
	padding:0px;
	list-style: none;
	line-height: 1.8;
	column-count: 2;
}
footer nav ul li a {
	color: rgb(0, 11, 22);
	font-size:16px;
}
footer nav ul li a:hover {
	text-decoration: none;
	color: rgb(109, 190, 149);
}
.hours {
	display: block;
	text-align: left;
	max-width: 275px;
	line-height: 1.5;
	font-weight: 400;
	font-size:16px;
}
.hours b {
	display: inline-block;
	min-width: 100px;
}
#request {
	background: rgb(112, 188, 222) url(assets/images/pattern-blue.png) center center repeat fixed;
	text-align: center;
	padding:30px 10px;
}
#request a {
	font-size:34px;
	line-height: 1;
	padding:10px 20px;
	color: rgb(54, 54, 54);
	display: inline-block;
	max-width: 820px;
	border: 2px solid white;
	border-radius: 5px;
}
#request i {
	color: rgb(210, 82, 96);
}
#request a:hover {
	background-color: white;
	text-decoration: none;
}
@media (max-width: 800px) {
#request a {
font-size:18px;
}
}
#copy {
	padding:10px 0;
	text-align:center;
	color:#fff;
	background-color: rgb(26, 147, 180);
	font-size:16px;
}
#copy a {
	color: rgb(233, 199, 81);
}
#copy a:hover {
	text-decoration: none;
	color: rgb(109, 190, 149);
}
@keyframes slideIn {
from {
opacity: 0;
transform: translate3d(0, -100%, 0);
}
to {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}
}
.fix-nav.index header, .fix-nav header {
	position:fixed;
	width:100%;
	left:0;
	top:0;
	z-index:1010;
animation-duration: .5s;
	animation-fill-mode: both;
	animation-name: slideIn;
	box-shadow:0 2px 2px rgba(0, 0, 0, .2);
}
.fix-nav header .logo > img {
	height: 60px;
}
.fix-nav header .logo .name {
	display: none;
}
.fix-nav #header-contents {
	padding:10px 0;
}
.fix-nav #header-info {
	display: flex;
	white-space: nowrap;
	max-width: 100%;
}
.fix-nav #header-info span {
	display: block;
}
.fix-nav #header-info span span {
	display: none;
}
.fix-nav #header-info address {
	padding-left:20px;
	margin-left:20px;
	border-left:1px solid rgba(0, 0, 0, .2);
	text-align: left;
}
.fix-nav #header-btns {
	display: flex;
	align-items: center;
}
.fix-nav #header-btns a {
	margin:0px;
	min-width:45%;
	margin:0 5px;
}
.fix-nav #header-btns span {
	display: none;
}
.fix-nav #bar {
	display: none;
}
iframe.google-map, .google-map iframe {
	display:block;
}
#controls {
	align-items: center;
	justify-content: center;
}
#pager {
	text-align: center;
}
#pager span {
	width:1em;
	height:1em;
	line-height:1;
	cursor:pointer;
}
#page #pager {
	margin:20px 0;
}
#page #pager span {
	background:none;
	display:inline-block;
	margin:0 5px;
	font-size:11px;
	border: 2px solid rgb(109, 190, 149);
	border-radius: 50%;
}
#page #pager span.cycle-pager-active {
	background-color: rgb(109, 190, 149);
}
#page #prev i:before, #page #next i:before {
	margin:0px;
	width: 1em;
	font-size:46px;
	color: rgb(210, 82, 96);
}
body.page_index section#page {
	display:none;
}
body.page_index h1, body.page_index h2, body.page_index h3 {
	margin:0px;
	line-height:1;
}
body.page_index h2 {
	font-size:58px;
}
body.page_index h2 small, .h2-like small {
	font-size:32px;
	display: block;
}
body.page_index h3, .h3-like {
	/*font-size:28px;
	text-transform: uppercase;
	margin-bottom: 20px;*/
}
#tour, #banner, .callouts, .section {
	max-width: 1400px;
	margin:0 auto;
}
.section {
	display: flex;
	justify-content: center;
	align-items: center;
}
.section > * {
	flex:100%;
	max-width: 700px;
}
.section figure {
	margin:0px;
	position: relative;
}
.section figure img {
	display: block;
}
.section article {
	padding:30px;
	box-sizing: border-box;
	text-align: center;
}
#banner {
	max-width: 1400px;
	margin:0 auto;
	position: relative;
}
#banner figure {
	margin:0px;
}
#banner img {
	display: block;
	max-width:100%;
}
#banner article {
	position: absolute;
	left:0;
	top:0;
	bottom:0;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
#banner .text {
	max-width: 700px;
	flex:100%;
	height: 451px;
	font-size:63px;
	box-sizing: border-box;
	padding-top:50px;
	color: rgb(109, 190, 149);
	text-transform: uppercase;
	line-height: 1;
	margin:20px 0;
	background: url(assets/images/caption-bg.png) center top no-repeat;
}
#banner h1 > * {
	display: block;
	margin: 10px 0;
}
#banner h2, #banner h1 {
	margin: 0;
}
#banner .big > *, #banner .big {
	display: block
}
#banner h1 strong span, #banner .big strong span {
	display: block;
	font-size:46px;
}
#banner .big strong {
	font-size: 44px;
}
#banner h1 em, #banner .big em {
	font-weight: 300;
	font-size:25px;
	color: rgb(0, 11, 22);
}
#banner h1 b, #banner .big b {
	color: rgb(112, 188, 222);
	font-size:50px;
}
#banner h1 small, #banner .big small {
	font-weight: 400;
	font-size:15px;
	color: rgb(0, 11, 22);
}
#banner h1 i, #banner .big i {
	color: rgb(109, 190, 149);
}
#banner h2 {
	display: block;
	color: #000b16;
	font-family: Roboto;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.1;
	text-transform: uppercase;
}
#meet .name {
	width:100%;
	position: absolute;
	bottom:20px;
	text-align: center;
	background-color: rgba(255, 255, 255, .8);
	border-radius: 5px;
	max-width:640px;
	right:50%;
	transform:translateX(50%);
	display:block;
}
#meet .name a {
	min-width: 190px;
	display: inline-block;
	color: rgb(54, 54, 54);
	font-weight: 700;
	font-size:17px;
	padding:6px 4px;
}
#meet .name a:hover {
	text-decoration: none;
	background: rgb(112, 188, 222);
	color:white;
}
#callouts-1 {
	padding:4px 0 70px;
	background-color: rgb(240, 242, 243);
	background-image: linear-gradient(to top, rgb(236, 236, 236) 0%, white 100%);
}
.callouts {
	text-align: center;
	justify-content: space-between;
	flex-flow: row;
}
.callouts a {
	line-height: 1.2;
	color: rgb(54, 54, 54);
}
.callouts a h3 {
	font-weight: 700;
	font-style: normal;
	text-transform: none;
	font-size: 20px;
}
.callouts a b {
	display: block;
	font-size: 18px;
}
.callouts span {
	display: block;
	margin-bottom: 10px;
}
.callouts a:nth-child(1) span {
background-color: rgb(210, 82, 96);
}
.callouts a:nth-child(2) span {
background-color: rgb(233, 199, 81);
}
.callouts a:nth-child(3) span {
background-color: rgb(109, 190, 149);
}
.callouts a:nth-child(4) span {
background-color: rgb(112, 188, 222);
}
.callouts img {
	display: block;
	opacity: .3;
transition:.3s;
	max-width:100%;
}
.callouts em {
	display: block;
	font-style: normal;
	font-size:17px;
}
.callouts a:hover img {
	opacity: 1;
}
.callouts a:hover {
	text-decoration: none;
}
#split {
	background: url(assets/images/pattern-blue.png) center center repeat fixed;
	justify-content: center;
	flex-flow:row;
	text-align: center;
	padding:80px 0;
}

#split1 {
	justify-content: center;
	flex-flow:row;
	text-align: center;
	padding:80px 0;
}
#split h2 {
	margin-bottom: 25px;
}
#reviews {
	margin:0 auto;
	max-width:830px;
}
.reviews {
	flex-flow:row nowrap;
	justify-content: space-between;
}
.reviews > div {
	box-sizing: border-box;
	padding:50px 20px 60px;
	background: white;
	max-width: 33%;
	display: flex;
	flex-flow:column;
	align-items: center;
	justify-content: center;
	font-size:17px;
	line-height: 1.4;
	overflow:hidden;
	position: relative;
	box-shadow: inset 0 -5px 0 rgb(214, 99, 112);
	flex: 0 1 240px;
	max-width: 240px;
}
.reviews > div p {
	width:100%;
	margin: 0 auto;
}
.reviews > div:before {
	width: 100px;
	height: 100px;
	box-sizing: border-box;
	padding:60px 0 0 40px;
	color:white;
	border-radius: 50%;
	content: "\E950";
	font-family: "fontello";
	position: absolute;
	left:-50px;
	top:-50px;
	background-color: rgb(220, 78, 65);
	z-index: 10;
}
.reviews .author {
	display: block;
}
.reviews .author:before {
	display: block;
	color: rgb(233, 199, 81);
	content: "\e80f \e80f \e80f \e80f \e80f";
	font-family: "fontello";
	letter-spacing: 2px;
}


#reviews1 {
	margin:0 auto;
	max-width:830px;
}
.reviews1 {
	flex-flow:row nowrap;
	justify-content: space-between;
}
.reviews1 > div {
	box-sizing: border-box;
	padding:50px 20px 60px;
	background: white;
	max-width: 33%;
	display: flex;
	flex-flow:column;
	align-items: center;
	justify-content: center;
	font-size:17px;
	line-height: 1.4;
	overflow:hidden;
	position: relative;
	box-shadow: inset 0 -5px 0 rgb(214, 99, 112);
	flex: 0 1 240px;
	max-width: 240px;
}
.reviews1 > div p {
	width:100%;
	margin: 0 auto;
}
.reviews1 > div:before {
	width: 100px;
	height: 100px;
	box-sizing: border-box;
	padding:60px 0 0 40px;
	color:white;
	border-radius: 50%;
	font-family: "fontello";
	position: absolute;
	left:-50px;
	top:-50px;
	z-index: 10;
}
.reviews1 .author {
	display: block;
}
.reviews1 .author:before {
	display: block;
	color: rgb(233, 199, 81);
	content: "\e80f \e80f \e80f \e80f \e80f";
	font-family: "fontello";
	letter-spacing: 2px;
}

#specials {
	margin:0 50px;
	max-width: 370px;
}
.specials a {
	position: relative;
	z-index: 1;
	display: block;
}
.specials a:after {
	position: absolute;
	height: 5px;
	background:rgb(109, 190, 149);
	content: "";
transition:.6s;
	left:0;
	bottom:0;
	width: 0px;
	z-index: 10;
}
.specials a:hover:after {
	right:0;
	width: 100%;
}
.specials img {
	display: block;
	margin-bottom: 5px;
}
#coupons {
	display: flex;
	;
	justify-content: center;
	max-width: 1400px;
	margin: 0 auto;
}
#coupons article {
	text-align: center;
	background-color: #e9c751;
	flex: 0 1 555px;
	border: 5px solid #fff;
	border-left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background-image: url(assets/images/coupons-shape.png);
	background-position: center center;
	-webkit-background-size: 105% 105%;
	background-size: 105% auto;
	background-repeat: no-repeat;
	;
}
#coupons article div {
	max-width: 355px;
	margin: 0 auto;
}
#coupons article p {
	color: #363636;
	font-size: 24px;
	font-weight: 300;
	margin: 30px auto;
}
#coupons article a {
	color: #1A93B4;
}
#coupons figure {
	margin: 0;
	flex: 0 0 842px;
	border-top: 5px solid #fff;
	border-bottom: 5px solid #fff;
}
.cpn-grid .cpn {
	display: flex;
	;
	padding: 10px;
	color: #fff;
/*	height: 140px;
*/	line-height: 1;
	flex: 0 1 280px;
	max-width: 280px;
	align-items: stretch;
	justify-content: center;
	border: 3px solid #fff;
}
.bg-restorative {  background:url(assets/images/bg-mount-vernon-restorative-dentistry.jpg) no-repeat left top fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;}
  
  .bg-restorative1 {  background:url(assets/images/bg.png) no-repeat fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;}
  
  .bg-dentistry {
  background-color: rgba(255,255,255,0.7);
  padding: 40px;
  border-radius: 30px;
  width:100%;
}
#callouts1 > a, #callouts1 div {
    background-color: #fff;
    color: #222;
    padding: 0px;
    width: calc(100% / 4 - 7px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#callouts1 {
    margin: 40px auto;
    text-align: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#callouts > a, #callouts div {background-color: #fff; color: #222; padding: 12px; max-width: 370px; width: calc(100% / 3 - 7px); display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-flow: column; -ms-flex-flow: column; flex-flow: column; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center}#callouts div a p {color:#222;}#callouts a h3, #callouts div a h3 {padding: 24px 0 12px}#callouts a p, #callouts div a p {max-width: 258px; margin: auto}#callouts a:hover h3, #callouts div a:hover h3 {color: #6892ba}#callouts:hover a:not(:hover), #callouts:hover div:not(:hover) {opacity: 0.5; -webkit-transform: scale(0.9); transform: scale(0.9)}
.cpn-grid .cpn:hover {
	text-decoration: none;
	background-color: #e9c751 !important;
}
.cpn-grid .cpn div {
	max-width: 254px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
}
.cpn-grid .cpn.blue {
	background-color: #70bcde
}
.cpn-grid .cpn.green {
	background-color: #6dbe95
}
.cpn-grid .cpn.red {
	background-color: #d25260
}
.cpn-grid .cpn .starting {
	font-size: 14px;
	font-weight: 400;
}
.cpn-grid .big {
	display: flex;
	line-height: .9;
	align-items: center;
	justify-content: space-around;
	text-transform: uppercase;
}
.cpn-grid .big strong {
	font-weight: 700;
	font-size: 55px;
}
.cpn-grid .big span {
	font-size: 23px;
	font-weight: 700;
}
.cpn-grid .cpn p {
	margin: 0;
	margin-top: auto;
	font-size: 14px;
	font-weight: 400;
	display: block;
	;
}
.cpn.extraction .big span {
	font-size: 20px;
}
.cpn.braces .big span {
	font-size: 14px;
}
.cpn.fillings .big span small {
	display: block;
	font-size: 15px;
}
.cpn.whitening .big span {
	font-size: 30px;
}
.cpn.whitening .big span small {
	display: block;
	font-size: 17px;
}
.cpn.whitening .whiten {
	display: block;
	font-size: 27px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 9px;
	text-align: center;
}
.cpn.whitening .after {
	text-transform: uppercase;
	text-transform: uppercase;
	text-align: center;
	display: block;
	;
}
.cpn.emergency .includes {
	font-weight: 700;
	font-size: 15px;
	text-transform: uppercase;
}
#index-coupons {
	background-color: #fff;
	display:none;
}
.actions {
	display: flex;
	flex-flow:row wrap;
	text-align: left;
}
.actions:before {
	height: 1px;
	width: 80%;
	display: block;
	margin:30px auto 50px;
	content: "";
	background-color: rgb(149, 149, 149);
}
.actions a {
	max-width: 33%;
	display: flex;
	flex:100%;
	line-height: 1;
	align-items: center;
	color: rgb(54, 54, 54);
	font-size:20px;
	margin-bottom: 20px;
	font-weight: 700;
}
.actions a h3 {
	font-size:20px;
	font-weight: 700;
	margin:0;
	text-transform:none;
}
.actions img {
	display: block;
	margin-right:5px;
}
.actions small {
	display: block;
	font-size:18px;
	font-weight: 400;
}
.actions a:hover {
	text-decoration: none;
	color: rgb(109, 190, 149);
}
#tour {
	margin-top:4px;
	flex-flow: row nowrap;
	justify-content: space-between;
}
#tour article {
	max-width: 465px;
	flex: 0 1 465px;
	background: url(assets/images/pattern-lightgreen.jpg) center center repeat;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: column;
	text-align: center;
}
#tour .flex-ed {
	flex-flow:row;
}
#tour img {
	display: block;
	margin:0 0 0 1px;
}
#tour .btn-alt {
	margin-top:20px;
}
#options {
	text-align: center;
	padding:80px 0;
	background-color: rgb(235, 235, 235);
	background-image: linear-gradient(to top, rgb(236, 236, 236) 0%, white 100%);
}
#options article {
	max-width: 978px;
	margin:0 auto;
}
#options a h3 {
	margin: 0;
	font-size: 18px;
	font-style: none;
	font-weight: 700;
	text-transform: none;
}
#contact {
	text-align: center;
	max-width: 979px;
	margin:0 auto;
	padding: 70px 0;
}
#contact h2 {
	margin-bottom: 25px;
}
#contact input, #contact textarea {
	color: rgb(54, 54, 54);
	font-style: italic;
	font-size:18px;
	background-color: rgba(235, 235, 235, 0.46);
	border: 1px solid rgba(0, 0, 0, 0.14);
}
#contact textarea {
	height: 120px;
}
#map {
}
.why {
	text-align: center;
	padding: 20px 0;
	;
}
.why h2 {
	text-align: center;
	font-size: 18px;
}
.why h2:before {
	content: none;
}
#page .why ul {
	margin: 40px auto 0;
	padding: 0;
	max-width: 1200px;
	line-height: 1.5;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	font-size: 20px;
	font-weight: 400;
}
#page .why ul li {
	background-color: #f8fbff;
	text-align: center;
	margin: 0;
	flex: 0 1 300px;
	max-width: 300px;
	padding: 20px 10px;
	margin: 5px 0;
}
#page .why ul li:before {
	content: none;
}
.why span {
	width: 100%;
}
.page-services {
	display: flex;
	justify-content:space-around;
	flex-wrap:wrap;
	background-color: white;
	position: relative;
	margin: 10px auto;
}
.page-services > div {
	max-width: 318px;
	flex:100%;
	background: url(assets/images/pattern-blue.png) center center repeat;
	display: flex;
	flex-flow:column;
	margin-bottom: 15px;
}
.page-services p {
	margin:0px;
}
.page-services img {
	display: block;
	margin: 0 auto;
}
#page .page-services ul {
	background: white;
	margin: 10px;
	height: 100%;
	box-sizing: border-box;
	padding:20px 10px;
}
#page .page-services ul li:first-child {
	padding:0px;
	text-align: center;
	margin-bottom: 15px;
}
#page .page-services ul li:first-child:before {
	display: none;
}
.page-services ul li:first-child a {
	font-size:31px;
	font-weight: bold;
	line-height: 1;
}
.page-services ul li:first-child a small {
	display: block;
	font-size:28px;
	font-weight: 300;
}
.page-services ul li a {
	color: rgb(54, 54, 54);
}
.page-services ul li a:hover {
	text-decoration: none;
	color: rgb(109, 190, 149);
}
.interior, #append {
	text-align: center;
	margin-top: 0;
	line-height: 1;
	color: #363636;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
}
#page h1.interior {
	background: none !important;
	font-size:20px;
}
#page .accordion-btn {
	text-align: left;
	cursor: pointer;
	padding-left:70px;
	position: relative;
	border-bottom:1px solid rgb(231, 231, 231);
	padding-bottom:10px;
}
#page .accordion-btn:before {
	content: "\e81a";
	font-family: "fontello";
	font-size:24px;
	font-style: normal;
	position: absolute;
	left:0;
	top:-10px;
	display: block;
	text-align: center;
	line-height: 2;
transition:.3s;
	width: 2em;
	height: 2em;
}
#page .accordion-btn.active {
	border:none;
}
#page .accordion-btn.active:before {
	transform:rotate(90deg);
}
#page .accordion-content {
	display: none;
	padding-left:70px;
	border-bottom:1px solid rgb(231, 231, 231);
}
.gallery-rotation {
	max-width: 800px;
	margin:0 auto;
}
.gallery-rotation .cycle-slide {
	width: 100%;
	display: flex!important;
	justify-content: center;
	text-align: center;
}
.gallery-rotation figure {
	margin:0px;
}
.gallery-rotation .cycle-slide b {
	display: block;
	line-height: 40px;
}
.gallery-rotation .cycle-slide img {
	display: block;
	margin:0 5px;
}
.tour-rotation {
	max-width: 720px;
	margin:0 auto;
	position: relative;
}
.tour-rotation img {
	display: block;
}
.tour-rotation .cycle-slide {
	width: 100%;
}
.divider-title {
	margin:0px;
}
.divider-body {
	width: 100%;
	padding:60px 0 30px;
}
.divider-body p.has-img, .divider-body p:first-of-type {
	margin:0px;
}
.divider-body:nth-child(odd) {
background-color: rgb(240, 242, 243);
box-shadow:-500px 0 0 0 rgb(240, 242, 243), 500px 0 0 0 rgb(240, 242, 243);
}
.divider-body:nth-child(odd) img.elem-left {
box-shadow:10px 10px 0 0 rgb(112, 188, 222);
}
.page-split {
	display:flex;
}
.page-split > div {
	width:100%;
}
.page-split h3, .page-split h2 {
	text-align: left;
}
article .hours b, article .hours label {
	display:inline-block;
	min-width:120px;
	font-weight:inherit;
}
.about-video {
	position: relative;
}
.about-video .elem-left {
	margin:0px;
	float:none;
}
.about-video > a {
	color: rgb(60, 25, 0);
	position: absolute;
	left:15px;
	bottom:10px;
	font-size: 18px;
	max-width: 120px;
	text-align: center;
	z-index: 10;
}
.about-video > a:hover {
	text-decoration: none;
}
.about-video i {
	color: rgb(221, 0, 0);
	display: block;
	font-size: 48px;
transition:.3s ease;
}
.about-video > a:hover i {
	color:rgb(57, 28, 11);
}
#about {
	justify-content: center;
	flex-flow:row wrap;
	margin:20px 0;
	text-align: center;
}
#about > * {
	margin:0 10px 10px;
}
#about img {
	display: block;
transition:.3s ease;
	margin-bottom: 10px;
}
#about a:hover img {
	box-shadow: 0 0 0 4px rgb(109, 190, 149)
}
.page-specials {
	text-align: center;
}
.page-specials img {
	display: inline-block;
transition:.3s;
}
.page-specials a:hover img {
	box-shadow:0 0 0 4px rgb(109, 190, 149);
}
#special-form {
	max-width: 671px;
	margin:0 auto;
	padding:30px 50px;
	background-color: rgb(235, 235, 235);
}
#special-form .forms {
	background-color: rgb(112, 188, 222);
	padding-bottom:20px;
	text-align: center;
	margin-bottom: 20px;
}
#special-form .forms strong {
	display: block;
	color: rgb(42, 61, 74);
	background-color: white;
	text-transform: uppercase;
	background-image: linear-gradient(to top, white 0%, rgb(215, 215, 215) 47%, white 100%);
	padding:10px 0 20px;
	font-size:39px;
	font-weight: 500;
	line-height: 1;
}
#special-form .forms strong em {
	line-height:1;
	font-weight: 300;
	color: rgb(42, 61, 74);
	font-size:31px;
	font-style: normal;
	display: block;
	text-transform: none;
	letter-spacing: 2px;
}
#special-form input {
	margin:0 auto 18px;
	border: 1px solid rgba(126, 126, 126, 0.42);
	border-radius: 10px;
	padding:25px 10px;
	max-width: 80%;
}
#special-form .btn {
	line-height: 1.2em;
	padding:20px 10px;
}
#special-form .btn:after {
	display: none;
}
#special-form span {
	line-height: 1;
	margin-bottom:20px;
	font-size:19px;
	padding:10px 0;
	display: block;
	background-color: rgb(109, 190, 149);
	color:white;
}
#special-form span a {
	text-transform: uppercase;
	display: block;
	color:black;
	font-size: 37px;
	font-weight: 700;
}
#special-form span a:hover {
	text-decoration: none;
	color:white;
}
#special-form img {
	vertical-align: bottom;
}
.page-specials a:hover img {
	box-shadow: 0 0 0 4px rgb(109, 190, 149)
}
#responsive-nav {
	display:none;
}
@media screen and (max-width: 1400px) {
img {
max-width: 100%;
}
#tour img {
margin:0px;
}
.section > * {
max-width: 50%;
}
#specials, #reviews {
}
}
@media screen and (max-width: 1250px) {
#bar {
text-align: right;
}
#page article {
max-width:90%;
margin:0 5%;
}
.actions small {
font-size:14px;
}
.callouts em {
font-size:14px;
}
body.page_index h2 {
font-size:40px;
}
body.page_index h2 small {
font-size:50%;
}
header .phone {
font-size:24px;
margin-left:20px;
}
.actions a {
font-size:14px;
}
.actions:before {
margin:10px auto 20px;
}
}
@media screen and (max-width: 1150px) {
#coupons {
display: block;
}
#coupons article {
padding: 60px 10px;
border: 5px solid #fff;
}
#coupons figure {
max-width: 842px;
margin: 0 auto;
}
}
@media screen and (min-width: 1024px) {
.mean-show {
display: none;
}
}
@media screen and (max-width: 1023px) {
body.scrolled #header-bar {
max-height: 0;
opacity: 0;
}
.container {
max-width: 96%;
margin:0 2%;
}
section#page {
padding:30px 0;
}
#page article {
max-width: 90%;
margin:0 auto;
}
#header-btns {
display: none;
}
header .logo img {
height: 60px;
}
header .logo {
flex:0 1 auto!important;
}
header .logo span {
display: none;
}
.attach #bar {
display: none;
}
#banner .text {
height: auto;
padding: 10px;
}
#zd-widget {
display:none;
}

#copy {
padding-bottom:50px;
}
header {
width:100%;
position: fixed;
left:0;
top:0;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
body, header, .mean-container .mean-nav {
-webkit-transition:all .3s;
transition: all .3s;
}
body {
right: 0;
position: relative;
}
body.mean-active header {
left: -80%
}
body.mean-active {
overflow:hidden;
right: 80%
}
body.mean-active:before {
z-index: 98;
content: '';
opacity: 0.7;
background-color: #000;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0
}
body.mean-active .mean-container .mean-nav {
right: 0;
padding-bottom:40px;
}
.mean-container .mean-bar, .mean-container .mean-nav {
background-color: rgb(109, 190, 149);
}
a.meanmenu-reveal {
display: none;
}
.mean-container {
display: -webkit-box!important;
display: -webkit-flex!important;
display: -ms-flexbox!important;
display: flex!important;
-webkit-flex-flow: row nowrap!important;
-ms-flex-flow: row nowrap!important;
flex-flow: row nowrap!important;
-webkit-box-align: center!important;
-webkit-align-items: center!important;
-ms-flex-align: center!important;
align-items: center!important;
-webkit-box-pack: justify!important;
-webkit-justify-content: space-between!important;
-ms-flex-pack: justify!important;
justify-content: space-between!important;
}
.mean-container .mean-bar {
flex:0!important;
margin:8px;
-webkit-box-ordinal-group:2;
-webkit-order:1;
-ms-flex-order:1;
order:1
}
.mean-container a.meanmenu-reveal {
width:22px;
height:22px;
padding:10px 9px 8px 9px;
cursor:pointer;
color:#fff!important;
text-decoration:none;
font-size:16px;
text-indent:-9999em;
line-height:22px;
font-size:1px;
display:block;
font-family:Arial, Helvetica, sans-serif;
font-weight:700
}
.mean-container a.meanmenu-reveal span {
display:block;
background:#fff;
height:3px;
margin-top:3px
}
.mean-container .mean-nav {
font-size:16px;
position:fixed;
right:-80%;
margin:0;
top:0;
bottom:0;
width:80%;
overflow:auto
}
.mean-container .mean-nav ul {
padding:0;
margin:0;
width:100%;
list-style-type:none
}
.mean-container .mean-nav ul li {
position:relative;
float:left;
width:100%
}
.mean-container .mean-nav ul li a {
display:block;
float:left;
width:90%;
padding:1em 5%;
margin:0;
text-align:left;
color:#fff;
border-top:1px solid #383838;
border-top:1px solid rgba(255, 255, 255, .5);
text-decoration:none;
}
.mean-container .mean-nav ul li li a {
width:80%;
padding:1em 10%;
border-top:1px solid #f1f1f1;
border-top:1px solid rgba(255, 255, 255, .25);
opacity:.75;
filter:alpha(opacity=75);
text-shadow:none!important;
visibility:visible
}
.mean-container .mean-nav ul li.mean-first a {
border-top:none;
margin-top:0
}
.mean-container .mean-nav ul li.mean-last a {
border-bottom:none;
margin-bottom:0
}
.mean-container .mean-nav ul li li li a {
width:70%;
padding:1em 15%
}
.mean-container .mean-nav ul li li li li a {
width:60%;
padding:1em 20%
}
.mean-container .mean-nav ul li li li li li a {
width:50%;
padding:1em 25%
}
.mean-container .mean-nav ul li a:hover {
background:#252525;
background:rgba(255, 255, 255, .1)
}
.mean-container .mean-nav ul li a.mean-expand {
margin-top:1px;
width:24px;
height:24px;
padding:12px!important;
text-align:center;
position:absolute;
right:0;
top:0;
z-index:2;
font-weight:700;
background:rgba(255, 255, 255, .1);
border:none!important;
border-left:1px solid rgba(255, 255, 255, .4)!important;
border-bottom:1px solid rgba(255, 255, 255, .2)!important
}
.mean-container .mean-nav ul li a.mean-expand:hover {
background:rgba(0, 0, 0, .9)
}
.mean-container .mean-push {
float:left;
width:100%;
padding:0;
margin:0;
clear:both;
width:0
}
.mean-nav .wrapper {
width:100%;
padding:0;
margin:0
}
.mean-container .mean-bar, .mean-container .mean-bar * {
box-sizing:content-box
}
.mean-remove {
display:none!important
}
#mobile-header .social {
margin: 0 auto;
}
#mobile-header {
background-color:#fff;
text-align: center;
padding: 10px;
min-height: 41px;
overflow:hidden;
}
#mobile-header img {
max-height:50px;
max-width:none
}
#mobile-footer {
color:#fff;
padding:20px 5px 60px;
margin-top: auto;
line-height:1.76
}
#mobile-footer strong {
color:#fff;
display: block;
text-align: center;
}
#mobile-footer .hours {
margin:0 auto;
max-width: 260px;
text-align: left;
}
#mobile-footer .hours label {
width: 100px
}
#header-info {
flex:100%;
}
#banner article {
position: static;
}
#banner h1, h2 {
height: auto;
background: none;
padding:10px;
}
#callouts-1 {
padding:10px;
}
.callouts em {
display: none;
}
.callouts {
justify-content: space-around;
}
.section {
flex-flow:wrap;
justify-content: space-around;
}
.section > * {
max-width: 700px;
}
#tour article {
max-width: 100%;
padding:20px 10px;
}
#tour, #split {
flex-flow: row wrap;
justify-content: space-around;
}
#options, #split, #contact {
padding: 30px 10px;
}
#footer-contents {
justify-content: space-around;
}
footer nav {
display: none;
}
#page {
padding:30px 0;
}
}
@media screen and (max-width: 840px) {
.cpn-grid .cpn {
flex: 0 1 50%;
max-width: 50%;
}
}
@media screen and (max-width: 759px) {
.fix-nav header {
position:relative;
animation:none;
}
.interior {
font-size:16px;
}
.page-split {
display:block;
}
.page-split > div {
width:100%;
}
article .forms .input {
display:block;
width:100%;
}
article .forms .inline {
border:none;
min-height:0px;
}
.forms .inline > * {
width: 100%;
}
.google-map, .google-map iframe {
height: 200px;
}
footer nav {
display: none;
}
.reviews, .callouts {
flex-flow:row wrap;
}
.callouts a {
max-width: 49%;
margin-bottom: 10px;
}
.reviews > div {
max-width: 100%;
padding: 50px 20px 20px;
flex: 0 1 auto;
}

.reviews1 > div {
max-width: 100%;
padding: 50px 20px 20px;
flex: 0 1 auto;
}
#page #pager {
display: none;
}
}
@media screen and (max-width: 600px) {
#bar {
display: none;
}
.elem-right, .elem-left {
float:none!important;
margin:0 auto 15px!important;
}
.more-to-explore h6:before, .more-to-explore h6:after {
content: none;
}
#fixed-tabs a {
flex:1;
}
#fixed-tabs a i {
margin:0px;
}
#fixed-tabs a.ra {
flex:2;
}
#fixed-tabs a.ra b {
display: inline-block;
}
#fixed-tabs a.pf, #fixed-tabs a.gp, #fixed-tabs a.fb {
display: none;
}
#fixed-tabs a.call, #fixed-tabs a.map {
display: block;
}
#copy > span {
display: block;
}
#copy span span {
display:none;
}
#banner h1 strong span, #banner .big strong span {
font-size: 40px;
}
#page .accordion-btn {
line-height: 1.2;
}
#page .accordion-btn, .faq-content {
padding-left:50px;
}
#page .accordion-btn:before, #page .accordion-content:before {
left:0;
transform:scale(.8);
}
#page .accordion-content {
padding-left:0px;
}
#footer-info {
margin-top:20px;
}
.section article {
padding: 20px;
}
.callouts a {
max-width: 100%;
}
.actions a {
flex-flow:column;
text-align: center;
justify-content: center;
max-width: 50%;
}
.divider-body:nth-child(odd) {
box-shadow:-50px 0 0 0 rgb(240, 242, 243), 50px 0 0 0 rgb(240, 242, 243);
}
#footer-info {
text-align: center;
}
#special-form span a {
font-size:30px;
}
#special-form {
padding:20px;
}
#map {
display:none;
}
#coupons figure {
display: block;
}
.cpn-grid .cpn {
max-width: 100%;
}
}
@media screen and (max-width: 480px) {
h1 {
font-size:40px;
}
header .phone {
font-size:18px;
margin:0px;
}
#header-info {
flex:auto;
}
header address {
display: none;
}
#copy {
font-size:12px;
}
#special-form {
padding:10px;
}
#special-form input {
max-width: 90%;
}
#special-form span a {
font-size:20px;
}
#special-form .forms strong {
font-size:30px;
}
#meet .name a {
line-height: 1;
}
.more-to-explore .btn, .more-to-explore .btn-alt {
min-width: 100%;
margin:0 0 5px;
}
}
.h3-wrapper {
	display:none;
}
.has-h3 {
	clear: both;
	display: table;
	width: 100%;
	margin: 20px auto;
	text-align: left;
}
.has-h3 h3 {
	margin: 0 auto 10px;
	text-align: left;
}
.section-toggle {
	display: none;
	margin-top: 20px;
}
@media (max-width: 750px) {
.has-h3, .has-h3 h3 {
text-align: center;
}
}
.disabled {
	pointer-events: none;
	cursor: default;
}

#fixed-tabs {
    position: fixed;
    right: 0;
    text-align: center;
    line-height: 1;
    font-size: 0;
    z-index: 100
}

#fixed-tabs a {
    font-size: 16px;
    color: #fff;
    position: relative;
    overflow: hidden;
}

#fixed-tabs i {
    font-size: 16px
}

#fixed-tabs i,
#fixed-tabs i:before {
    display: block;
    margin: 0 auto!important
}

#fixed-tabs em {
    font-size: 10px;
    letter-spacing: 0.04em;
    margin-top: 10px;
    font-style: normal;
    text-transform: uppercase
}

#fixed-tabs .ra {
    background-color: #f3dbff;
    color: #222;
    display:none!important;
}

#fixed-tabs .fm {
    background-color: #783d98;
}

#fixed-tabs .fb {
    background-color: #3b5998;
}

#fixed-tabs .gp {
    background-color: #dd4b39;
}

#fixed-tabs .call {
    background-color: #343434;
}

#fixed-tabs .map {
    background-color: #828282;
}

@media (min-width: 731px) {
    #fixed-tabs a.call,
    #fixed-tabs a.map {
        display: none
    }
}

@media (min-width:1001px) {
    #page,
    #title .container {
        padding: 0 60px;
        max-width: 1320px;
    }
    #fixed-tabs a.gp,
    #fixed-tabs a.fb {
        display: none
    }
    #fixed-tabs {
        position: fixed;
        top: 215px
    }
    #fixed-tabs a + a {
        margin-top: 10px
    }
    #fixed-tabs a {
        display: block;
        text-align: left;
        margin-left: auto;
    }
    #fixed-tabs a,
    #fixed-tabs a span:first-child,
    .fix-nav #fixed-tabs a,
    .fix-nav #fixed-tabs a span:first-child {
        width: 55px
    }
    #fixed-tabs a span {
        display: block;
    }
    #fixed-tabs a span:first-child {
        text-align: center;
        padding: 10px 0
    }
    .fix-nav #fixed-tabs a span:last-child,
    #fixed-tabs a span:last-child {
        position: absolute;
        left: 65px;
        top: 50%;
        width: 240px;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        -webkit-transition: width .3s;
        transition: width .3s;
    }
    .fix-nav #fixed-tabs a:hover,
    #fixed-tabs a:hover {
        width: 320px;
    }
}

@media (min-width:1200px) {
    #fixed-tabs a,
    #fixed-tabs a span:first-child {
        width: 70px
    }
    #fixed-tabs a span:last-child {
        left: 75px
    }
    #fixed-tabs a:hover {
        width: 300px;
    }
    #fixed-tabs i {
        font-size: 20px
    }
    #fixed-tabs em {
        display: block;
    }
    .fix-nav #fixed-tabs a,
    .fix-nav #fixed-tabs a span:first-child {
        width: 55px
    }
    .fix-nav #fixed-tabs i {
        font-size: 16px
    }
}

@media (max-width: 1000px) {
    #fixed-tabs {
        display: block;
        bottom: 0;
        width: 100%;
        box-shadow: 0 3px 7px rgba(24, 23, 24, 0.35);
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
    #fixed-tabs a {
        padding: 11px 0;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    #fixed-tabs a span {
        display: inline-block;
        vertical-align: middle;
    }
    #fixed-tabs a span:last-child {
        margin-left: 5px;
    }
    #fixed-tabs a strong {
        display: none
    }
    #fixed-tabs em {
        display: none
    }
    footer {
        padding-bottom: 39px!important
    }
    .mean-container .mean-nav {
        bottom: 39px
    }
}

@media (max-width: 730px) {
    #fixed-tabs a.fm {
        display: none
    }
    #fixed-tabs a.gp,
    #fixed-tabs a.fb {
        display: none
    }
}

@media (max-width: 590px) {
    #fixed-tabs a.ra {
        -webkit-box-flex: 2;
        -webkit-flex: 2;
        -ms-flex: 2;
        flex: 2
    }
}

#home1

{
	margin-top:0;
}


  .signup-form {
background-color: transparent;
    background-image: linear-gradient(217deg, #3d1e6e 8%, #6a2dcf 100%);  background-size: cover;
  padding: 40px 0;
    padding: 15px;
	color:#FFF;
    border-radius: 15px; }
     .signup-form input {
      border: 1px solid #eee;
      height: 38px;
      box-shadow: none !important; }
     .signup-form input:focus {
      border-color: #44c5ee; }
     .signup-form .form-control {
      font-size: 16px;
      padding: 10px 10px;
      color: #555;
      background-color: #fff;
      border-radius: 3px; }
	  
	  
@media (max-width:590px) {
#callouts {
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center
}
#callouts a {
width: 100%;
max-width: 358px
}
#callouts a + a {
margin-top: 10px
}
#callouts a p {
display: block
}
#assoc {
display: none
}
footer .container {
padding: 10px 0
}
}
 
:root {
  color-scheme: light;
  --ink: #1A0F2E;            /* deep purple-black — premium, warmer than pure black */
  --ink-soft: #3A2358;
  --sub: #5B4D7A;            /* muted purple-gray for secondary text */
  --bg: #F3EEFB;             /* soft lavender page background */
  --bg-2: #E4D5F5;           /* deeper lavender for section variety */
  --panel: #FFFFFFCC;        /* translucent white panel */
  --panel-solid: #FAF6FE;    /* near-white panel (cards) */
  --blue: #7C3AED;           /* violet-600 — primary accent (variable kept as --blue for churn) */
  --blue-deep: #5B21B6;      /* violet-800 */
  --mint: #10B981;           /* emerald — success / calm accent */
  --cream: #FFF4E6;          /* warm pop */
  --coral: #F43F5E;          /* rose — warmth / urgency */
  --radius-card: 28px;
  --radius-cardLg: 32px;
}

html { scroll-behavior: smooth; }
 

/* ===== Reveal on scroll ===== */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .9s cubic-bezier(.2,.7,.2,1), transform .9s cubic-bezier(.2,.7,.2,1);
}
.reveal.in { opacity: 1; transform: none; }
.reveal-delay-1 { transition-delay: .08s; }
.reveal-delay-2 { transition-delay: .16s; }
.reveal-delay-3 { transition-delay: .24s; }
.reveal-delay-4 { transition-delay: .32s; }

/* ===== Utility top bar ===== */
.utility-bar { background: #0A0A0A; color: rgba(255,255,255,.85); font-size: 11px; letter-spacing: .18em; text-transform: uppercase; }
.utility-bar .wrap { max-width: 80rem; margin: 0 auto; padding: 10px 1.5rem; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: .75rem 1.25rem; }
@media (min-width: 1024px) { .utility-bar .wrap { justify-content: center; padding: 10px 2.5rem; } }
.utility-bar .util-item { display: inline-flex; align-items: center; gap: .5rem; color: inherit; text-decoration: none; font-weight: 500; }
.utility-bar .util-item:hover { color: #fff; }
.utility-bar .util-sep { width: 4px; height: 4px; border-radius: 50%; background: #D74C4C; }
.utility-bar .dot { width: 8px; height: 8px; border-radius: 50%; background: #ff5252; box-shadow: 0 0 0 0 rgba(255,82,82,.6); animation: pulse 1.8s infinite; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(255,82,82,.6); } 70% { box-shadow: 0 0 0 10px rgba(255,82,82,0); } 100% { box-shadow: 0 0 0 0 rgba(255,82,82,0); } }

/* ===== Right rail (floating actions) ===== */
.right-rail { position: fixed; right: 0; top: 40%; transform: translateY(-50%); display: flex; flex-direction: column; gap: 6px; z-index: 40; }
.right-rail .rail-item { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; width: 90px; padding: 12px 6px; background: var(--ink); color: #fff; text-decoration: none; font-size: 9px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; line-height: 1.3; text-align: center; border-radius: 10px 0 0 10px; transition: background .2s, transform .2s; }
.right-rail .rail-item:hover { background: var(--blue); transform: translateX(-3px); }
@media (max-width: 768px) { .right-rail { display: none; } }

/* ===== Glass nav ===== */
.glass {
  background: rgba(243,238,251,.78);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  border-bottom: 1px solid rgba(26,15,46,.08);
}
.site-header { position: sticky; top: 0; left: 0; right: 0; z-index: 50; transition: box-shadow .3s; }
.site-header.scrolled { box-shadow: 0 1px 2px rgba(0,0,0,.04), 0 8px 24px rgba(0,0,0,.04); }
.site-header .wrap {margin: 0 auto; padding: 0 1.5rem; height: 56px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
@media (min-width: 1024px) { .site-header .wrap { padding: 0 1.5rem; } }
.logo { display: flex; align-items: center; gap: .5rem; font-weight: 600; letter-spacing: -0.02em; font-size: 15px; text-decoration: none; color: var(--ink); }
.site-header .btn,.site-header .btn-alt,.site-header .btn-blue {
    min-width: auto;}
/* ===== Brand wordmark ===== */
.brand { display: inline-flex; align-items: center; gap: .75rem; text-decoration: none; color: var(--ink); transition: opacity .2s; }
.brand:hover { opacity: .85; }
.brand .brand-mark { flex-shrink: 0; filter: drop-shadow(0 4px 10px rgba(124,58,237,.25)); transition: transform .4s cubic-bezier(.2,.7,.2,1); }
.brand:hover .brand-mark { transform: rotate(-6deg) scale(1.04); }
.brand-text { display: flex; flex-direction: column; line-height: 1; gap: 2px; }
.brand-laurel {
  font-family: 'Fraunces', 'Instrument Serif', Georgia, serif;
  font-style: italic;
  font-weight: 700;
  font-size: 34px;
  letter-spacing: -0.025em;
  color: var(--ink);
  background: linear-gradient(110deg, var(--ink) 0%, #3A2358 40%, var(--blue) 95%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "ss01" 1, "dlig" 1;
  line-height: 1;
}
.brand-dentist {
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: .38em;
  text-transform: uppercase;
  color: var(--ink-soft);
  padding-left: 2px;
  margin-top: 1px;
}
.brand-footer { color: #fff; }
.brand-footer .brand-laurel { color: #fff; background: none; -webkit-text-fill-color: #fff; }
.brand-footer .brand-dentist { color: rgba(255,255,255,.55); }
.brand-footer .brand-mark { filter: drop-shadow(0 4px 10px rgba(124,58,237,.4)); }
@media (max-width: 640px) {
  .brand-laurel { font-size: 24px; }
  .brand-dentist { font-size: 10px; letter-spacing: .3em; }
  .brand .brand-mark { width: 32px; height: 32px; }
}

/* Increase header height to accommodate larger wordmark */
.site-header .wrap { height: 72px; }
@media (max-width: 640px) { .site-header .wrap { height: 64px; } }

/* Hide the header phone button on tablet + mobile — prevents nav-actions overflow */
@media (max-width: 1023px) {
  .site-header [data-show-sm] { display: none !important; }
}

/* Sticky jump-nav / anchor-nav on services + implants should sit below the 72px header */
.jump-nav, .anchor-nav { top: 72px !important; }
@media (max-width: 640px) {
  .jump-nav, .anchor-nav { top: 64px !important; }
}

/* Utility bar: hide the long "WE ACCEPT MOST INSURANCES" on narrow screens.
   HTML order: 1=Emergency(a) 2=sep 3=SeHabla(span) 4=sep 5=WeAccept(a) 6=sep 7=GetDirections(a).
   Use nth-child (position-based) — nth-of-type was wrongly hiding GET DIRECTIONS. */
@media (max-width: 640px) {
  .utility-bar .wrap > :nth-child(5),    /* "WE ACCEPT MOST INSURANCES" link */
  .utility-bar .wrap > :nth-child(6) {    /* the separator after it */
    display: none;
  }
  .utility-bar { font-size: 10px; letter-spacing: .12em; }
  .utility-bar .wrap { padding: 8px 1rem; gap: .5rem .75rem; }
}

/* Reduce dark hero padding on mobile across pages */
@media (max-width: 767px) {
  .hero-dark { padding-top: 4.5rem !important; padding-bottom: 3rem !important; }
  .coral-hero { padding-top: 4.5rem !important; padding-bottom: 3rem !important; }
  .doc-section, .section-anchor { padding: 3.5rem 0 !important; }
}

/* Responsive price scale (prevent overflow on narrow cards) */
.price { font-size: clamp(40px, 9vw, 60px) !important; }

/* Responsive hero image height on homepage */
@media (max-width: 767px) {
  .home-hero-art img { height: clamp(240px, 60vw, 360px) !important; }
  .home-hero-art { padding: 10px; }
}
.nav { display: none; align-items: center; gap: 2rem; font-size: 13px; color: rgba(10,10,10,.8); }
@media (min-width: 1024px) { .nav { display: flex; } }
.nav a { text-decoration: none; color: inherit; position: relative; }
.nav a:hover, .nav a.active { color: var(--ink); }
.nav a.active::after { content: ''; position: absolute; left: 0; right: 0; bottom: -18px; height: 2px; background: var(--blue); border-radius: 2px; }

/* Dropdown */
.menu-item { position: relative; }
.menu-item > a { display: inline-flex; align-items: center; gap: 4px; }
/* Invisible bridge: extends the hover hit-area into the 18px visual gap so the
   dropdown stays open as the mouse moves from the trigger to the menu items. */
.menu-item::after {
  content: '';
  position: absolute;
  top: 100%;
  left: -16px;
  right: -16px;
  height: 28px;
  pointer-events: none;
}
.menu-item:hover::after { pointer-events: auto; }
.menu-item > a::after { content: ''; width: 8px; height: 8px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: rotate(45deg) translateY(-2px); opacity: .55; transition: transform .2s; }
.menu-item:hover > a::after { transform: rotate(225deg) translateY(0); }
.dropdown {
  position: absolute; top: 100%; left: 50%; transform: translateX(-50%) translateY(6px);
  margin-top: 18px; background: rgba(255,255,255,.95); -webkit-backdrop-filter: blur(20px); backdrop-filter: blur(20px);
  border: 1px solid rgba(0,0,0,.06); border-radius: 20px; box-shadow: 0 12px 40px rgba(0,0,0,.08);
  min-width: 260px; padding: 8px; opacity: 0; pointer-events: none; transition: opacity .22s, transform .22s;
}
.menu-item:hover .dropdown, .menu-item:focus-within .dropdown { opacity: 1; pointer-events: auto; transform: translateX(-50%) translateY(0); }
.dropdown a { display: block; padding: 10px 14px; border-radius: 12px; color: var(--ink); font-size: 13px; }
.dropdown a:hover { background: var(--panel); }
.dropdown .dd-section { font-size: 10px; text-transform: uppercase; letter-spacing: .16em; color: var(--sub); padding: 8px 14px 4px; }

/* Nav actions */
.nav-actions { display: flex; align-items: center; gap: .5rem; }
.mobile-toggle { display: inline-flex; background: transparent; border: 0; padding: .5rem; cursor: pointer; color: var(--ink); }
@media (min-width: 1024px) { .mobile-toggle,.mobile-menu.open { display: none !important; } }

/* Mobile menu panel */
.mobile-menu { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(234,243,251,.98); -webkit-backdrop-filter: blur(20px); backdrop-filter: blur(20px); padding: 90px 20px 20px; display: none; flex-direction: column; gap: 4px; z-index: 49; overflow-y: auto; }
.mobile-menu.open { display: flex; }
.mobile-menu a, .mobile-menu details > summary { display: block; padding: 14px 16px; border-radius: 14px; color: var(--ink); text-decoration: none; font-size: 16px; font-weight: 500; cursor: pointer; list-style: none; }
.mobile-menu a:hover, .mobile-menu details > summary:hover { background: var(--panel); }
.mobile-menu details { border-radius: 14px; }
.mobile-menu details[open] > summary { background: var(--panel); }
.mobile-menu details .sub { padding: 4px 8px 10px 16px; display: flex; flex-direction: column; }
.mobile-menu details .sub a { padding: 10px 12px; font-size: 14px; color: var(--sub); }

/* ===== Buttons ===== */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; padding: .85rem 1.5rem; border-radius: 999px; font-weight: 500; font-size: 15px; letter-spacing: -0.01em; transition: transform .25s, box-shadow .25s, background .25s; text-decoration: none; border: 0; cursor: pointer; font-family: inherit; }
.btn-primary { background: var(--ink); color: #fff; }
.btn-primary:hover { background: #1d1d1f; transform: translateY(-1px); box-shadow: 0 10px 28px rgba(0,0,0,.18); }
.btn-ghost { background: rgba(0,0,0,.04); color: var(--ink); }
.btn-ghost:hover { background: rgba(0,0,0,.08); }
.btn-accent { background: var(--blue); color: #fff; }
.btn-accent:hover { background: var(--blue-deep); transform: translateY(-1px); box-shadow: 0 12px 32px rgba(124,58,237,.35); }
.btn-sm { padding: .5rem .9rem; font-size: 13px; }

/* ===== Layout ===== */
.wrap-xl { max-width: 100%; margin: 0 auto; padding: 0 1.5rem; }
@media (min-width: 1024px) { .wrap-xl { padding: 0 2.5rem; } }
.section { padding: 4.5rem 0; }
@media (min-width: 768px) { .section { padding: 6rem 0; } }
.section-sm { padding: 2.5rem 0; }

/* ===== Cards ===== */
.card {
  border-radius: var(--radius-card);
  padding: 2rem;
  background: var(--panel-solid);
  border: 1px solid rgba(26,15,46,.06);
  box-shadow: 0 1px 2px rgba(26,15,46,.04), 0 12px 32px rgba(26,15,46,.06);
  transition: transform .5s cubic-bezier(.2,.7,.2,1), box-shadow .5s, border-color .3s;
}
.card:hover { transform: translateY(-4px); box-shadow: 0 20px 50px rgba(26,15,46,.14); border-color: rgba(124,58,237,.22); }
.card-lg { border-radius: var(--radius-cardLg); padding: 2.5rem; }

/* ===== Aurora hero bg ===== */
.aurora { position: absolute; inset: 0; overflow: hidden; z-index: 0; pointer-events: none; }
.aurora::before, .aurora::after { content: ''; position: absolute; border-radius: 999px; filter: blur(80px); opacity: .55; }
.aurora::before { width: 680px; height: 680px; left: -140px; top: -180px; background: radial-gradient(circle at 30% 30%, #C9B4F5, #E0D2F5 45%, transparent 70%); opacity: .7; animation: drift1 18s ease-in-out infinite alternate; }
.aurora::after { width: 780px; height: 780px; right: -200px; bottom: -240px; background: radial-gradient(circle at 60% 40%, #FFD9E4, #D4B9F7 55%, transparent 75%); opacity: .6; animation: drift2 22s ease-in-out infinite alternate; }
@keyframes drift1 { to { transform: translate(60px, 40px) scale(1.05); } }
@keyframes drift2 { to { transform: translate(-50px, -30px) scale(1.08); } }

/* ===== Marquee ===== */
.marquee { display: flex; overflow: hidden; mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent); }
.marquee-track { display: flex; gap: 3rem; animation: scroll 40s linear infinite; flex-shrink: 0; padding-right: 3rem; }
.marquee:hover .marquee-track { animation-play-state: paused; }
@keyframes scroll { from { transform: translateX(0); } to { transform: translateX(-100%); } }

/* ===== Hero ===== */
.hero { position: relative; padding-top: 3.5rem; padding-bottom: 4.5rem; overflow: hidden; }
.hero-page { padding-top: 3.5rem; padding-bottom: 2.5rem; position: relative; overflow: hidden; }
.eyebrow { font-size: 12px; text-transform: uppercase; letter-spacing: .2em; color: var(--blue); font-weight: 600; }
.hero h1, .hero-page h1 { font-weight: 700; letter-spacing: -0.04em; line-height: 0.98; margin: 0; }
.hero h1 { font-size: clamp(44px, 8vw, 112px); max-width: 72rem; }
.hero-page h1 { font-size: clamp(36px, 5.5vw, 72px); max-width: 60rem; }
.lead { color: var(--sub); font-size: 18px; line-height: 1.6; max-width: 38rem; }
@media (min-width: 768px) { .lead { font-size: 20px; } }
.gradient-text { background: linear-gradient(180deg, var(--ink) 0%, var(--ink) 50%, var(--blue) 100%); -webkit-background-clip: text; background-clip: text; color: transparent; }

/* ===== Typography helpers ===== */
h1, h2, h3, .lead { text-wrap: balance; }   /* kills widow words on multi-line headings */
h2 { font-weight: 700; letter-spacing: -0.03em; line-height: 1.02; margin: 0; font-size: clamp(32px, 5vw, 64px); }
h3 { font-weight: 600; letter-spacing: -0.02em; line-height: 1.2; margin: 0; font-size: 24px; }
p { line-height: 1.65; }
.serif { font-family: 'Instrument Serif', Georgia, serif; }
.muted { color: var(--sub); }
.num { font-variant-numeric: tabular-nums; }
.pill { display: inline-flex; align-items: center; gap: .5rem; padding: .35rem .75rem; border-radius: 999px; background: rgba(255,255,255,.7); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); border: 1px solid rgba(0,0,0,.06); font-size: 12px; font-weight: 500; color: var(--sub); }
.tag { display: inline-flex; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; padding: 6px 12px; border-radius: 999px; background: var(--panel); color: var(--sub); }

/* ===== Grids ===== */
.grid-2 { display: grid; grid-template-columns: 1fr; gap: 1.5rem; }
.grid-3 { display: grid; grid-template-columns: 1fr; gap: 1.25rem; }
.grid-4 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
@media (min-width: 768px) { .grid-2 { grid-template-columns: 1fr 1fr; } .grid-3 { grid-template-columns: repeat(2, 1fr); } .grid-4 { grid-template-columns: repeat(4, 1fr); } }
@media (min-width: 1024px) { .grid-3 { grid-template-columns: repeat(3, 1fr); } }

/* ===== Footer ===== */
.site-footer { background: var(--ink); color: rgba(255,255,255,.7); padding: 5rem 0 2.5rem; }
.site-footer a { color: inherit; text-decoration: none; }
.site-footer a:hover { color: #fff; }
.site-footer h4 { color: #fff; font-size: 13px; font-weight: 600; margin: 0 0 1rem; letter-spacing: -0.01em; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; margin-bottom: 4rem; }
@media (min-width: 768px) { .footer-grid { grid-template-columns: 2fr repeat(3, 1fr); } }
.social-row { display: flex; gap: .75rem; margin-top: 1.5rem; }
.social-icon { width: 40px; height: 40px; border-radius: 999px; background: rgba(255,255,255,.1); display: inline-flex; align-items: center; justify-content: center; transition: background .2s; }
.social-icon:hover { background: rgba(255,255,255,.2); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding-top: 2rem; display: flex; flex-direction: column; gap: 1rem; justify-content: space-between; font-size: 12px; }
@media (min-width: 768px) { .footer-bottom { flex-direction: row; align-items: center; } }

/* ===== Offer cards ===== */
.offer { position: relative; overflow: hidden; border-radius: var(--radius-cardLg); padding: 2.5rem; box-shadow: 0 1px 2px rgba(0,0,0,.04), 0 8px 24px rgba(0,0,0,.04); transition: transform .5s, box-shadow .5s; }
.offer:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(0,0,0,.08); }
.offer::before { content: ''; position: absolute; inset: -40% -20%; background: conic-gradient(from 0deg, transparent 0 30%, rgba(255,255,255,.25) 40%, transparent 60% 100%); animation: spin 14s linear infinite; opacity: .5; }
@keyframes spin { to { transform: rotate(360deg); } }
.offer > * { position: relative; z-index: 1; }
.price { font-size: 60px; font-weight: 700; letter-spacing: -0.04em; line-height: 1; }
.offer-dark { background: var(--ink); color: #fff; }
.offer-dark .muted { color: rgba(255,255,255,.7); }
.bg-blue { background: linear-gradient(135deg, #D4C2F5, #EEE4F9); }
.bg-pink { background: linear-gradient(135deg, #FFD9E8, #EEDFF9); }
.bg-mint { background: linear-gradient(135deg, #C7EEDF, #EEDFF9); }
.bg-purple { background: linear-gradient(135deg, #D8C4F5, #EEDFF9); }
.bg-cream { background: linear-gradient(135deg, #FFE4C2, #F0DCF5); }
.bg-sky { background: linear-gradient(180deg, var(--bg) 0%, var(--bg-2) 100%); }

/* ===== Form ===== */
.form-field { display: block; }
.form-field > span { font-size: 11px; text-transform: uppercase; letter-spacing: .15em; color: var(--sub); }
.form-field > input, .form-field > select, .form-field > textarea {
  display: block; width: 100%; margin-top: 6px; padding: 12px 16px; border-radius: 12px;
  background: #fff; border: 1px solid #bfbfbf; outline: none; font-size: 14px; font-family: inherit; color: var(--ink); box-sizing: border-box;
}
.form-field > input:focus, .form-field > select:focus, .form-field > textarea:focus { border-color: var(--blue); }

/* ===== Utilities ===== */
.hidden { display: none !important; }
.text-center { text-align: center; }
.mt-0 { margin-top: 0; } .mt-1 { margin-top: .5rem; } .mt-2 { margin-top: 1rem; } .mt-3 { margin-top: 1.5rem; } .mt-4 { margin-top: 2rem; } .mt-6 { margin-top: 3rem; } .mt-8 { margin-top: 4rem; } .mt-10 { margin-top: 5rem; } .mt-12 { margin-top: 6rem; }
.mb-2 { margin-bottom: 1rem; } .mb-3 { margin-bottom: 1.5rem; } .mb-4 { margin-bottom: 2rem; } .mb-6 { margin-bottom: 3rem; } .mb-8 { margin-bottom: 4rem; } .mb-10 { margin-bottom: 5rem; } .mb-12 { margin-bottom: 6rem; }
.flex { display: flex; }
.items-center { align-items: center; }
.justify-between { justify-content: space-between; }
.gap-2 { gap: .5rem; } .gap-3 { gap: 1rem; } .gap-4 { gap: 1.5rem; } .gap-6 { gap: 2rem; }
.wrap-flex { display: flex; flex-wrap: wrap; gap: .75rem; align-items: center; }
.white { background: #fff; }
.panel { background: var(--panel); }
.ink { background: var(--ink); color: #fff; }

/* Count-up numbers style */
.stat-num { font-size: clamp(28px, 4vw, 40px); font-weight: 600; letter-spacing: -0.02em; }
.stat-label { font-size: 11px; text-transform: uppercase; letter-spacing: .15em; color: var(--sub); margin-top: 4px; }

/* Scrollbar */
::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-thumb { background: rgba(0,0,0,.15); border-radius: 999px; }
::-webkit-scrollbar-thumb:hover { background: rgba(0,0,0,.3); }

/* Tooth float */
.float-slow { animation: float 7s ease-in-out infinite; }
@keyframes float { 0%,100% { transform: translateY(0) rotate(-2deg); } 50% { transform: translateY(-14px) rotate(2deg); } }

/* ============================================
   A11y + UX hardening (from QA audit batch)
   ============================================ */

/* Visible focus ring on every interactive element — WCAG 2.4.7 */
:where(a, button, [role="button"], input, select, textarea, summary, details, [tabindex]):focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 3px;
  border-radius: inherit;
}

/* Placeholder contrast — WCAG 1.4.3 */
input::placeholder, textarea::placeholder, select::placeholder {
  color: var(--sub);
  opacity: 1;
}

/* Skip-to-content link (invisible until focused) */
.skip-link {
  position: absolute;
  top: -100px;
  left: 8px;
  padding: 10px 16px;
  background: var(--ink);
  color: #fff;
  border-radius: 8px;
  z-index: 100;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: top .2s;
}
.skip-link:focus { top: 8px; }

/* Respect prefers-reduced-motion — WCAG 2.3.3 + 2.2.2 */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
    scroll-behavior: auto !important;
  }
  .reveal { opacity: 1 !important; transform: none !important; }
  .marquee-track, .aurora::before, .aurora::after, .offer::before,
  .offer-callout::before, .float-slow, .utility-bar .dot,
  .urgent-pill .dot, .hero-badge-dot { animation: none !important; }
}

/* backdrop-filter fallback for older Safari/Firefox — WCAG readability */
@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .glass { background: rgba(243,238,251,.96); }
  .pill, .pill-light { background: rgba(255,255,255,.9); color: var(--ink); }
  .pill-light { background: rgba(255,255,255,.85); }
  .dropdown { background: #fff; }
  .mobile-menu { background: rgba(243,238,251,.99); }
  .hero-badge { background: #fff; }
  .hero-badge-dark { background: var(--ink); }
  .btn-glass { background: rgba(0,0,0,.4); }
}

/* Touch target sizes — Apple HIG 44x44 minimum on mobile */
@media (max-width: 1023px) {
  /* Mobile menu safe-area for notched iPhones */
  .mobile-menu { padding-bottom: calc(100px + env(safe-area-inset-bottom, 0px)); }
}
@media (max-width: 767px) {
  /* Form inputs: 16px prevents iOS Safari auto-zoom on focus */
  .form-field input, .form-field select, .form-field textarea {
    font-size: 16px !important;
    min-height: 44px;
  }
  /* Header CTA needs full tap height but compact horizontal padding */
  .site-header .btn-sm, .btn-sm { min-height: 44px; padding: .55rem .9rem; }
  /* Mobile hamburger */
  .mobile-toggle { padding: .75rem; min-width: 44px; min-height: 44px; }
  /* Utility bar items tap-friendly */
  .utility-bar .util-item { padding: 4px 2px; min-height: 32px; }
 
}

/* Small phones: shorten header CTA label from "Request Appointment" to "Book"
   to fit logo + CTA + hamburger inside 375px viewport.
   Placed AFTER the 767px block so specificity resolves correctly. */
@media (max-width: 480px) {
  .site-header .btn-primary.btn-sm {
    padding: .5rem .75rem !important;
    min-width: 64px;
    letter-spacing: -0.01em;
    font-size: 0;     /* hide original label text */
  }
  .site-header .btn-primary.btn-sm::before {
    content: "Book";
    font-size: 13px;
    font-weight: 600;
    letter-spacing: -0.01em;
  }
}
@media (max-width: 360px) {
  /* Tiny phones: shrink the logo another notch */
  .brand-laurel { font-size: 22px; }
  .brand-dentist { font-size: 9px; letter-spacing: .26em; }
  .brand .brand-mark { width: 30px; height: 30px; }
}

/* Horizontal-scroll table swipe hint (all-on-x comparison) */
.compare-wrap { position: relative; }
.compare-wrap::after {
  content: "";
  position: absolute; top: 0; right: 0; bottom: 0;
  width: 40px;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.92));
  opacity: 0;
  transition: opacity .2s;
}
@media (max-width: 767px) { .compare-wrap::after { opacity: 1; } }

/* Anchor scroll offset accounts for sticky header + possible jump-nav */
section[id], article[id] { scroll-margin-top: 96px; }
@media (max-width: 640px) { section[id], article[id] { scroll-margin-top: 80px; } }

/* Map iframe sensible responsive height */
.map-wrap iframe { height: clamp(320px, 55vw, 450px); display: block; }

/* Prevent font-synth fake italics if Fraunces italic fails to load */
.brand-laurel, .serif { font-synthesis: none; }

/* ===== Google Map widget ===== */
.map-grid { display: grid; grid-template-columns: 1fr; gap: 2.5rem; align-items: stretch; }
@media (min-width: 1024px) { .map-grid { grid-template-columns: 0.9fr 1.1fr; gap: 3rem; } }
.map-info { display: flex; flex-direction: column; justify-content: center; }
.map-meta { display: flex; flex-direction: column; gap: 0; border-top: 1px solid rgba(26,15,46,.08); margin-top: 2rem; }
.map-row { display: flex; align-items: center; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid rgba(26,15,46,.08); text-decoration: none; color: var(--ink); transition: padding-left .25s, color .25s; }
a.map-row:hover { padding-left: .5rem; color: var(--blue); }
.map-icon { width: 44px; height: 44px; border-radius: 14px; background: var(--panel-solid); border: 1px solid rgba(26,15,46,.06); display: inline-flex; align-items: center; justify-content: center; color: var(--blue); flex-shrink: 0; }
.map-label { font-size: 11px; text-transform: uppercase; letter-spacing: .15em; color: var(--sub); margin-bottom: 2px; }
.map-value { font-size: 15px; font-weight: 500; color: var(--ink); line-height: 1.4; }

.map-frame {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(26,15,46,.15), 0 0 0 1px rgba(26,15,46,.06);
  background: #DCEBF7;
  min-height: 440px;
  display: flex;
  flex-direction: column;
  align-self: stretch;
}
.map-frame iframe { border-radius: 28px; filter: saturate(1.05) contrast(1.02); flex: 1 1 auto; height: 100% !important; min-height: 440px; display: block; width: 100%; }
.map-grid { align-items: stretch; }
.map-pin-chip {
  position: absolute; top: 18px; left: 18px; z-index: 2;
  background: #fff; color: var(--ink);
  padding: 10px 14px; border-radius: 999px;
  box-shadow: 0 8px 24px rgba(26,15,46,.18);
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13px; font-weight: 500; letter-spacing: -0.01em;
  max-width: calc(100% - 36px);
}
.map-pin-chip svg { color: var(--coral); flex-shrink: 0; }
.map-pin-chip strong { color: var(--ink); font-weight: 600; }

@media (max-width: 640px) {
  .map-frame iframe { height: 380px; }
  .map-pin-chip { font-size: 12px; padding: 8px 12px; }
}

/* ===== Full-bleed family hero ===== */
    .hero-bleed {
      position: relative;
      min-height: 88vh;
      overflow: hidden;
      display: flex;
      align-items: flex-start;          /* text anchored to the top of the image */
      padding: 0;
      margin: 0;
    }
    .hero-bg-img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: 75% 55%;        /* family shifted right — left side is clean bokeh for text at eye-level */
      z-index: 0;
      display: block;
    }
    .hero-bg-overlay {
      position: absolute;
      inset: 0;
      z-index: 1;
      pointer-events: none;
      /* Darker on the left where the text column sits — fades to clear
         on the right so the family's faces pop undimmed. */
      background:
        linear-gradient(95deg,
          rgba(30, 18, 40, .68) 0%,
          rgba(40, 22, 50, .38) 28%,
          rgba(55, 32, 55, .12) 48%,
          transparent 65%),
        linear-gradient(180deg,
          rgba(30, 18, 40, .25) 0%,
          transparent 30%,
          transparent 75%,
          rgba(30, 18, 40, .3) 100%);
    }
    /* Override .wrap-xl centering for this hero so text sits flush-left on the image */
    .hero-bleed-inner.wrap-xl {
      max-width: none;                 /* was 80rem — don't center the column */
      position: relative;
      z-index: 2;
      width: 100%;
      padding: 1.5rem 1.5rem 1.25rem 2rem;  /* smaller bottom padding pushes bottom group lower */
      margin: 0;
    }
    @media (min-width: 1440px) { .hero-bleed-inner.wrap-xl { padding-left: 3rem; } }
    @media (max-width: 767px)  { .hero-bleed-inner.wrap-xl { padding: 1rem 1.25rem 1rem 1.25rem; } }
    .hero-bleed-copy {
      max-width: 560px;
      color: #fff;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      min-height: calc(88vh - 2.75rem);
      gap: 3rem;
    }
    .hero-top { display: flex; flex-direction: column; align-items: flex-start; }
    .hero-top .hero-headline { margin-bottom: .5rem; }
    .hero-bottom { display: flex; flex-direction: column; gap: 1.25rem; align-items: flex-start; }
    .hero-bottom .home-hero-cta,
    .hero-bottom .hero-trust { align-self: flex-start; }
    @media (max-width: 767px) {
      /* Copy container must match the mobile hero min-height (72vh), not 88vh.
         Otherwise the bottom group gets pushed below the visible viewport. */
      .hero-bleed-copy { min-height: calc(72vh - 2rem); gap: 1.25rem; }
      /* Headline single-column, tighter */
      .hero-headline { font-size: clamp(24px, 8vw, 34px); max-width: 100%; }
      .hero-sub { font-size: 14px; line-height: 1.55; }
    }
    .hero-headline {
      font-size: clamp(22px, 2.4vw, 34px);
      letter-spacing: -0.015em;
      line-height: 1.1;
      font-weight: 700;
      color: #fff;
      margin: 0;
      max-width: 26ch;
      text-shadow: 0 2px 18px rgba(0,0,0,.55), 0 1px 4px rgba(0,0,0,.4);
    }
    .hero-headline .serif {
      font-family: 'Fraunces', 'Instrument Serif', Georgia, serif;
      font-weight: 400;
      font-style: italic;
      color: #FFD9B0;  /* warm cream, blends with golden-hour backlight */
    }
    .hero-sub {
      color: rgba(255,255,255,.96);
      font-size: clamp(15px, 1.2vw, 18px);
      line-height: 1.6;
      max-width: 32rem;
      text-shadow: 0 1px 10px rgba(0,0,0,.6), 0 1px 3px rgba(0,0,0,.5);
    }
    .home-hero-cta {
      display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 2rem;
    }
    .pill-light {
      background: rgba(255,255,255,.18);
      -webkit-backdrop-filter: blur(14px);
      backdrop-filter: blur(14px);
      border: 1px solid rgba(255,255,255,.22);
      color: #fff;
    }
    .btn-glass {
      background: rgba(255,255,255,.12);
      -webkit-backdrop-filter: blur(14px);
      backdrop-filter: blur(14px);
      color: #fff;
      border: 1px solid rgba(255,255,255,.25);
    }
    .btn-glass:hover {
      background: rgba(255,255,255,.22);
      transform: translateY(-1px);
      box-shadow: 0 10px 30px rgba(0,0,0,.25);
    }
    .hero-trust {
      display: flex;
      flex-wrap: wrap;
      gap: .6rem;
    }
    .home-hero-cta { margin-top: 0; }
    .hero-badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 8px 14px;
      border-radius: 999px;
      font-size: 12.5px;
      background: rgba(255,255,255,.96);
      -webkit-backdrop-filter: blur(12px);
      backdrop-filter: blur(12px);
      color: var(--ink);
      box-shadow: 0 6px 20px rgba(0,0,0,.2);
    }
    .hero-badge strong { font-weight: 700; }
    .hero-badge-stars { color: #FFB800; font-size: 11px; letter-spacing: 1px; }
    .hero-badge-dark { background: rgba(26,15,46,.88); color: #fff; border: 1px solid rgba(255,255,255,.12); }
    .hero-badge-dot { width: 8px; height: 8px; border-radius: 50%; background: #4ade80; box-shadow: 0 0 0 3px rgba(74,222,128,.28); }

    /* Mobile: darken overlay more since image stretches full */
    @media (max-width: 767px) {
      /* Use svh (small viewport) so iOS address-bar collapse doesn't overflow */
      .hero-bleed { min-height: 72svh; }
      .hero-bg-overlay {
        background:
          linear-gradient(180deg, rgba(40,22,50,.55) 0%, rgba(40,22,50,.3) 40%, rgba(30,18,40,.78) 100%);
      }
      .hero-bg-img { object-position: center center; }
      .hero-bleed-inner { padding-top: 3rem; padding-bottom: 3rem; }
    }
    .stat-strip {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 1.5rem;
      padding: 2rem;
      border-radius: var(--radius-cardLg);
      background: var(--panel-solid);
      border: 1px solid rgba(26,15,46,.06);
      box-shadow: 0 1px 2px rgba(26,15,46,.04), 0 12px 32px rgba(26,15,46,.06);
    }
    @media (min-width: 768px) { .stat-strip { grid-template-columns: repeat(4, 1fr); } }
    .stat-item { text-align: center; }
    .service-card {
      display: flex; flex-direction: column; gap: .75rem;
      text-decoration: none; color: inherit;
    }
    .service-card .tag { align-self: flex-start; }
    .service-card h3 { color: var(--ink); }
    .service-card .arrow {
      margin-top: 1.25rem; font-size: 14px; font-weight: 600; color: var(--blue);
      display: inline-flex; align-items: center; gap: .35rem;
    }
    .quote-card p { font-size: 17px; line-height: 1.6; color: var(--ink); }
    .quote-card .stars { color: #F5B700; letter-spacing: 2px; font-size: 14px; }
    .doctor-teaser {
      display: flex; gap: 1.25rem; align-items: center;
      text-decoration: none; color: inherit;
    }
    .doctor-avatar {
      width: 88px; height: 88px; flex: 0 0 88px;
      border-radius: 999px;
      background: linear-gradient(135deg, #D4C2F5, #FFE0B3);
      display: inline-flex; align-items: center; justify-content: center;
      font-family: 'Instrument Serif', Georgia, serif;
      font-size: 34px; color: var(--ink);
      font-style: italic;
    }
    /* Trusted practice / MSDA gallery */
    .trusted-grid {
      display: grid; grid-template-columns: 1fr; gap: 2.5rem;
      align-items: center;
    }
    @media (min-width: 900px) {
      .trusted-grid { grid-template-columns: 1fr 1.1fr; gap: 3.5rem; }
    }
    .trusted-copy p { color: var(--ink); font-size: 17px; line-height: 1.75; }
    .trusted-copy p strong { color: var(--ink); font-weight: 700; }
    .trusted-gallery {
      display: grid;
      grid-template-columns: 1.15fr 1fr;
      grid-template-rows: auto auto;
      gap: .75rem;
    }
    .trusted-thumb {
      position: relative;
      display: block;
      border-radius: 18px;
      overflow: hidden;
      background: var(--panel-solid);
      border: 1px solid rgba(26,15,46,.06);
      box-shadow: 0 12px 32px rgba(26,15,46,.08);
      transition: transform .4s cubic-bezier(.2,.7,.2,1), box-shadow .4s;
      text-decoration: none;
      aspect-ratio: 1/1;
    }
    .trusted-thumb-tall { grid-row: span 2; aspect-ratio: 3/5; }
    .trusted-thumb:hover { transform: translateY(-3px); box-shadow: 0 20px 48px rgba(26,15,46,.14); }
    .trusted-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
    .thumb-overlay {
      position: absolute; left: 12px; bottom: 12px;
      background: rgba(26,15,46,.85);
      -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
      color: #fff;
      font-size: 10.5px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase;
      padding: 6px 10px;
      border-radius: 999px;
    }
    /* Mission */
    .mission-card {
      background: var(--panel-solid);
      border: 1px solid rgba(26,15,46,.06);
      border-radius: var(--radius-cardLg);
      padding: 3.5rem 2rem;
      box-shadow: 0 1px 2px rgba(26,15,46,.04), 0 16px 40px rgba(26,15,46,.06);
    }
    @media (min-width: 768px) { .mission-card { padding: 4rem 3rem; } }

    .contact-band {
      display: grid; grid-template-columns: 1fr; gap: 2rem;
      padding: 3rem; border-radius: var(--radius-cardLg);
      background: var(--ink); color: #fff;
      position: relative; overflow: hidden;
    }
    @media (min-width: 1024px) { .contact-band { grid-template-columns: 1.2fr 1fr 1fr auto; align-items: center; padding: 3.5rem; } }
    .contact-band h3 { color: #fff; }
    .contact-band .label { font-size: 11px; text-transform: uppercase; letter-spacing: .18em; color: rgba(255,255,255,.6); margin-bottom: .35rem; }
    .contact-band a { color: #fff; text-decoration: none; }
.menu-item_submenu .dropdown {
left: 80%;
top: 0;
opacity: 0 !important;
margin-top: 0;
transform: none;
}

.menu-item_submenu:hover .dropdown {opacity:1 !important;transform: translateX(0%) translateY(0);}

.menu-item_submenu {
position: relative;
}

.mobile-menu details summary:after {
content: "+";
float: right;
}
.mobile-menu details[open] > summary:after {
content: "-";
float: right;
}
#map {
    margin-top: 50px;
}