/*  
blue: #76cad8
amazon blue: #232f3e
progressive blue: #38b5d5
*/
html{
	scroll-behavior: smooth !important;
}
*{
	margin:0;
	padding:0;
	border:0;
}
div{
	break-inside: avoid;
	page-break-inside: avoid;
	-webkit-column-break-inside: avoid;
}
hr{
	border-top: 1px solid #ccc;	
	height: 18px;
}
input, textarea{
	padding: 1px 4px;
	color: #333;
	border: 1px solid #a5a5a5;
	line-height:18px;
}
select{
	border: 1px solid #a5a5a5;
	padding: 2px 5px;
	color: #333;
}
ol{
	margin-left: 20px;
	margin-bottom: 12px;
}
ul{
	list-style-type:none;
}
video{
	margin-bottom: 18px;
	width: 460px;
}
video:last-of-type{
 	margin-left: 20px;
}
@media (max-width: 939px) {
video{
	width: 300px;
}
video:last-of-type{
 	margin-left: 0;
}
}
.right{
	float:right;
}
.left{
	float:left;
}
.clear{
	clear:both;
}
.center{
	margin-left: auto;
	margin-right: auto;
}
@font-face{
	font-family: Garamond Swash Italic;
	src: url(font/garamond-swash-italic.ttf);
}
@font-face{
	font-family: Lobster Regular;
	src: url(font/lobster-regular.ttf);
}
@font-face{
	font-family: MyriadSetPro-Bold;
	src: url(font/myriad-set-pro_bold.ttf);
}
@font-face{
	font-family: MyriadSetPro-Medium;
	src: url(font/myriad-set-pro_medium.ttf);
}
@font-face{
	font-family: MyriadSetPro-Text;
	src: url(font/myriad-set-pro_text.ttf);
}
@font-face{
	font-family: MyriadSetPro-Thin;
	src: url(font/myriad-set-pro_thin.ttf);
}


/* LAYOUT
-------------------------------------------------------------- */
.code{
	background-color:#eee;
	border-radius: 10px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.page{
	width: 940px;
}
@media (max-width: 939px) {
.page{
	width: 620px;
	padding-right: 30px;
	padding-left: 30px;
}
}
@media (max-width: 619px) {
.page{
	width: auto;
}
}
.primary-full{
	width: 100%;
	margin-bottom: 20px;
}
.primary{
	width: 620px;
	margin-bottom: 20px;
	background-color: #fff;
}
@media (max-width: 619px) {
.primary{
	width: 100%;
}
}
.content{
	padding-top: 72px;
	padding-bottom: 72px;
}
.columns{
	display: flex;
}
@media (max-width: 619px) {
.columns{
	display: block;
	width: auto;
}
}
.column{
	margin-bottom: 24px;
	margin-right: 20px;
	width: 300px;
}
@media (max-width: 619px) {
.column{
	margin-right: 0;
	width: 100%;
}
}
.grey{
	background-color: #eee;
}
.half{
	width: 460px;
}
.third{
	width: 300px;
}
.two-thirds{
	width: 620px;
}
@media (max-width: 939px) {
.half, .third, .two-thirds{
	width: 100%;
}
}
.gutter{
	margin-right:20px;
}
.right{
	float:right;
}
.left{
	float:left;
}
.clear{
	clear:both;
}
.hide {
	display: none;
}
.justify-space-between{
	display: flex;
	justify-content: space-between;
}
.tab{
	display: inline-block;
	width: 120px;
}
.text-center{
	text-align: center;
}
.two-column{
	column-count: 2;
	width: 100%;
}
.two-column p{
	break-inside: avoid;
	page-break-inside: avoid;
	-webkit-column-break-inside: avoid;
}
@media (max-width: 619px) {
.two-column{
	column-count: 1;
	width: auto;
}
}

/* CONTENT
-------------------------------------------------------------- */
.content img{
	max-width: 620px;
}
@media (max-width: 619px) {
.content img{
	width: 100%;
}
}
.content a{
	color: #38B5D5;
}
.content h1, .content h1 a{
	color: #333;
	font-size: 60px;
	font-family: MyriadSetPro-Medium;
	letter-spacing: 0;
	line-height: 58px;
	margin-bottom: 18px;
	text-decoration: none;
//	text-transform: uppercase;
}
@media (max-width: 619px) {
.content h1, .content h1 a{
	font-size: 36px;
	line-height: 36px;
	margin-bottom: 24px;
}
}
.content h2, .content h2 a{
	color: #333;
	font-size: 48px;
	font-family: MyriadSetPro-Bold;
	letter-spacing: -1px;
	line-height: 48px;
	margin-bottom: 36px;
	text-decoration: none;
}
@media (max-width: 619px) {
.content h2, .content h2 a{
	font-size: 36px;
	line-height: 36px;
	margin-bottom: 24px;
}
}
.content h3{
	font-family: MyriadSetPro-Bold;
	font-size: 24px;
	color: #333;
	line-height: 30px;
	margin-bottom: 18px;
}
.content li, .content-widget li{
	color: #333;
	font-family: MyriadSetPro-Thin;
	font-size: 18px;
	line-height: 26px;
	padding: 6px 0px 6px 0px;
}
.content li::before, .content-widget li::before{
	color: #38b5d5;
//	content: "\2714";
	content: "\f061";
	font-family: "Font Awesome 6 Free";
	padding-right: 6px;
}
.content p{
	color: #333;
	font-size: 18px;
	font-family: MyriadSetPro-Thin;
	line-height: 30px;
	margin-bottom: 24px;
}
.content p span{
	color: #333;
	font-size: 18px;
	line-height: 26px;
}
.content strong{
	font-family: MyriadSetPro-Medium;
}
.content ul, .content-widget ul{
	margin-bottom: 18px;
}
.service img{
	margin-left: 20px;
}
.stars{
	margin-top: 2px;
	margin-right: 5px;
}
.bio{
	padding-right: 20px;
}
.button a{
	background-color: #76cad8;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-family: MyriadSetPro-Bold;
	margin-bottom: 24px;
	padding: 10px 20px;
	text-decoration: none;
}
.contact{
	background-image: url(img/contact.jpg);
	background-position: right 0;
	background-repeat: no-repeat;
}
@media (max-width: 939px) {
.contact{
	background-image: url(img/contact-360.jpg);
	background-position: 0 0;
	padding-top: 0px;
}
}
.convenient{
	background-image: url(img/convenient.jpg);
	background-position: -240px -100px;
	background-repeat: no-repeat;
}
@media (max-width: 939px) {
.convenient{
	background-image: url(img/convenient-360.jpg);
	background-position: 0 0;
	padding-top: 320px;
}
}
.experience{
	background-image: url(img/experience.jpg);
	background-position: 400px -60px;
	background-repeat: no-repeat;
}
@media (max-width: 939px) {
.experience{
	background-image: url(img/experience-360.jpg);
	background-position: center -80px;
	padding-top: 240px;
}
}
.office{
	background-image: url(img/office.jpg);
	background-position: left 0;
	background-repeat: no-repeat;
	height: 691px;
}
@media (max-width: 939px) {
.office{
	background-image: url(img/office-180.jpg);
	height: 180px;
}
}
.restorative-dentistry{
	background-image: url(img/restorative.jpg);
	background-repeat: no-repeat;
	background-position: right 0;
	height: 720px;
}
@media (max-width: 939px) {
.restorative-dentistry{
	background-image: url(img/restorative-360.jpg);
	height: auto;
}
}
.services{
	background-image: url(img/services.jpg);
	background-repeat: no-repeat;
	background-position: right 0;
	height: 640px;
}
@media (max-width: 939px) {
.services{
	background-image: url(img/services-360.jpg);
	background-position: 0 bottom;
	height: auto;
	padding-bottom: 300px;
}
}


/* [  ] HEADER
-------------------------------------------------------------- */
.header{
	background-color: #232f3e;
	height: 90px;
	padding-bottom: 10px;
	padding-top: 20px;
}
@media(max-width: 619px){
.header{
	border-bottom: 10px solid #76cad8;
	height: 60px;
}
}
@media(max-width: 619px){
.logo{
	text-align: center;
}
}
.logo img{
	width: 180px;
}
@media(max-width: 619px){
.logo img{
	width: 120px;
}
}
.header-phone{
	right: 0;
	top: -67px;
	position: relative;
	z-index: 999998;
	color: #fff;
//	float: right;
	font-family: MyriadSetPro-Thin;
	font-size: 30px;
	line-height: 12px;
//	padding-top: 20px;
	text-align: right;
}
@media(max-width: 619px){
.header-phone{
	top: -53px;
}
}
@media(max-width: 619px){
.header-phone strong{
	display: none;
}
}
.header-phone a{
	color: #fff;
	text-decoration: none;	
}
.header-phone a i{
	color: #76cad8;
	text-decoration: none;	
}
.header-phone small{
	font-size: 12px;
}
.header em{
	background: none;
	font-style: normal;
	position: relative;
	top: -106px;
	z-index: 999999;
}
.mean-container .mean-bar{
/*	background-color: #76cad8;*/
	background: none;
}
.mean-container{
	font-family: MyriadSetPro-Text;
}
.mean-container .mean-nav {
/*	background: #76cad8;*/
}

/* [  ] FOOTER
-------------------------------------------------------------- */
.footer{
	background-color: #333;
/*	background-image: url(img/footer-logos.png);
	background-position: 570px 10px;
	background-repeat: no-repeat;*/
	padding-bottom: 44px;
	padding-top: 48px;
}
.footer a{
	color: #76cad8;
	text-decoration: underline;
}
.footer i{
	font-size: 18px;
	margin-right: 6px;
}
.footer p{
	color:#fff;
	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 18px;
}
.footer-section{
	background-color: #555;
	padding-bottom: 48px;
	padding-top: 72px;
}
.footer-section .widget li a, .footer-section .widget h3, .footer-section .widget li, .footer-section .widget p{
	color: #fff;
}
.footer-section .widget li a:hover{
	color: #ccc;
}
@media(max-width: 619px){
.footer-section img{
	width: 100%;
}
}
.map{
	height: 360px;
}
.map iframe{
	height: 360px;
	width: 100%;
}

/* [  ] MENU
-------------------------------------------------------------- */
.menu{
	background-color: #76cad8;
	height: 50px;
}
/*
@media(max-width: 619px){
.menu{
	background-color: #fff;
	height: 60px;
}
}
*/
.menu ul li:hover > ul{
	display: block;
}
.menu ul ul {
	display: none;
	float: left;
	left: 0;
	position: absolute;
	top: 50px;
//	width: 300px;
	z-index: 99999;
}
.menu ul ul a{
	border-top: 1px solid #777;
	background-color: #232f3e;
	color: #ccc;
	display: block;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0;
	line-height:14px;
	padding: 15px 15px;
	text-align:left;
	text-transform:none;
	width: 100px;
}
.menu ul ul li{
	margin-left:0;
}
.primary-navigation{
}
@media(max-width: 619px){
.primary-navigation{
	width: 100%;
}
}
.primary-navigation a{
	display: inline-block;
	font-family: MyriadSetPro-Text;
	line-height: 50px;
	color: #232f3e;
	font-size: 18px;
	text-decoration: none;
	width: 187px;
}
.primary-navigation a:hover{
	color: #fff;
}
@media (max-width: 939px) {
.primary-navigation a{
	width: 123px;
}
}
.primary-navigation li{
	border-left: 1px solid #ccc;
	display: inline-block;
	text-align: center;
	margin: 0;
	padding: 0;
	position: relative;
}
.primary-navigation ul{
	font-size: 0;
}
.primary-navigation .menu-item-home a{
	color: #333;
}
.primary-navigation .menu-item-home{
	border: 0;
}


/* [  ] SQUEEZE
-------------------------------------------------------------- */
.squeeze{
	background-color: #c6d5d8;
	background-image: url(img/squeeze.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 720px;
}
@media (max-width: 939px) {
.squeeze{
	background-image: url(img/squeeze-360.jpg);
	height: 360px;
}
}
.squeeze-content{
	padding-top: 270px;
	padding-bottom: 30px;
}
@media (max-width: 939px) {
.squeeze-content{
	padding-top: 148px;
}
}
.squeeze h1{
	color: #fff;
	font-family: MyriadSetPro-Thin;
	font-size: 96px;
	line-height: 96px;
	margin-bottom: 96px;
	text-decoration: none;
	text-align: center;
}
@media(max-width: 939px){
.squeeze h1{
	font-family: MyriadSetPro-Medium;
	font-size: 36px;
	letetr-spacing: -1px;
	line-height: 33px;
	margin-bottom: 58px;
}
}
.squeeze{
	text-align: center;
}
.squeeze-submit a{
/*
	background-color: none;
	border: 2px solid #fff;
*/
	background-color: #76cad8;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: MyriadSetPro-Bold;
	font-size: 24px;
	margin-bottom: 24px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	text-decoration: none;
	width: 300px;
}
.squeeze-phone a{
	color: #fff;
	font-family: MyriadSetPro-Medium;
	font-size: 18px;
	margin-bottom: 10px;
	text-align: center;
	text-decoration: none;
}


/* PARTNERS
-------------------------------------------------------------- */
.dark{
	background-color: #333;
}
.partners{
	padding-bottom: 24px;
	padding-top: 24px;
}
@media (max-width: 619px) {
.partners img{
	width: 100%;
}
}


/* [  ] FIGURES
-------------------------------------------------------------- */
.figures{
	padding-bottom: 72px;
	padding-top: 72px;
}
@media (max-width: 939px) {
.figures{
	width: 100%;
}
}
.figures h2{
	color: #76cad8;
	font-family: MyriadSetPro-Medium;
	font-size: 48px;
	letter-spacing: -1px;
	line-height: 36px;
	margin-bottom: 9px;
}
.figures h2 small{
	font-size: 24px;
	line-height: 0px;
}
.figures h2 span{
	color: #76cad8;
}
.figures h2 sup{
	font-size: 24px;
}
.figures p{
	color: #333;
	font-family: arial;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 18px;
}
.figures a{
	color: #76cad8;
}
.dollar::before{
	content: '$';
	font-size: 24px;	
	margin-left: -12px;
	vertical-align: super;
}
.percent small{
	margin-right: -12px;
	vertical-align: super;
}
.years::after{
	content: 'Years';
	font-size: 24px;	
}


/* SERVICES
-------------------------------------------------------------- */
.icon{
	background-color: #fff;
	border-radius: 100%;
	box-shadow: 1px 1px 30px #ddd;
	height: 180px;
	width: 180px;
	margin-right: auto;
	margin-bottom: 24px;
	margin-left: auto;
}
.preventative{
	background-image: url(img/preventative-care.svg);
	background-repeat: no-repeat;
	background-position: center center;
}
.restorative{
	background-image: url(img/restorative-dentistry.svg);
	background-repeat: no-repeat;
	background-position: center center;
}
.cosmetic{
	background-image: url(img/cosmetic-dentistry.svg);
	background-repeat: no-repeat;
	background-position: center center;
}


/* TEAM
-------------------------------------------------------------- */
.dr-kiernan{
	background-image: url(img/dr-kiernan.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}
@media (max-width: 939px) {
.dr-kiernan{
	padding-top: 600px;
}
}
.samantha-meyer{
	background-image: url(img/samantha-meyer.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.kate-ilvins{
	background-image: url(img/kate-ilvins.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.clarice-lyons{
	background-image: url(img/clarice-lyons.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.stephanie-herrera{
	background-image: url(img/stephanie-herrera.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.holly-faschan{
	background-image: url(img/holly-faschan.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}


/* FORMS
-------------------------------------------------------------- */
.form p{
	margin-bottom: 9px;
}
.content input[type='text'],
.content input[type='email'],
.content input[type='tel'],
.content textarea{
	border: 1px solid #ccc;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #666;
	font-size: 18px;
	font-family: MyriadSetPro-Medium;
	line-height: 26px;
	padding: 10px 10px;
	width: 100%;
}
.content textarea{
	height: 93px;
}
.content select{
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background-image: url(svg-min/expand.svg);
	background-repeat: no-repeat;
	background-position: right 15px top 50%;
	background-size: 18px;
	color: #666;	
	font-size: 18px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-top: 10px;
	width: 100%;
}
.captcha input{
	width:160px;
}
.submit input,
.submit a{
	-webkit-appearance: none;
	background-color: #76cad8;
	border: 0;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: MyriadSetPro-Medium;
	font-size: 24px;
	margin-bottom: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	text-decoration: none;
	width: 300px;
}
.wpcf7-not-valid-tip{
	background-color: #ff3535;
	color: #fff !important;
	display: block;
	font-family: arial;
	font-size: 12px;
	margin-top: 10px;
	line-height: 18px;
	padding: 10px;
	position: relative;
}
.wpcf7-not-valid-tip::before{
	bottom: 105%;
	color: #ff3535;
	content: '\f500';
	font-family: Genericons;
	font-size: 36px;
	left: 15px;
	position: absolute;
}
.wpcf7-validation-errors{
	background-color: #ffff00;
	border: 0;
	color: #000;
	font-family: arial;
	font-size: 12px;
	padding: 10px;
}


/* WIDGET
-------------------------------------------------------------- */
.secondary{
	width: 300px;
	float: right;
	padding-top: 18px;
}
@media (max-width: 939px) {
.secondary{
	width: auto;
	float: none;
}
}
.supplementary{
}
.supplementary aside{
	float: left;
}
.widget{
	width: 300px;
	margin-bottom: 18px;
}
[class*='widget'] {
	margin-right: 20px;
}
[class*='widget']:last-of-type {
	margin-right: 0;
}
@media (max-width: 939px) {
.widget{
	width: 100%;
}
}
.widget a{
	color: #38B5D5;
}
.widget h3{
	color: #333;
	font-size: 18px;
	font-family: MyriadSetPro-Medium;
	line-height: 18px;
	margin-bottom: 18px;
}
.widget h1 span{
	font-size: 48px;
}
.widget h1 sup{
	font-size: 28px;
}
.widget h2{
	color: #38B5D5;
	font-size: 24px;
	font-family: MyriadSetPro-Thin;
	line-height: 36px;
	margin-bottom: 18px;
}
.widget h2 a{
	text-decoration: none;
}
.widget h2 span{
	font-size: 24px;
	line-height: 36px;
}
.widget h2 span a{
	text-decoration: none;
}
.widget input{
	width: 160px;
}
.widget img{
	max-width: 300px;
}
.widget p{
	font-size: 18px;
	font-family: MyriadSetPro-Thin;
	line-height: 26px;
	margin-bottom: 18px;
}
.widget ul{
	padding-bottom: 18px;
}
.widget li{
	font-size: 18px;
	font-family: MyriadSetPro-Thin;
	line-height: 26px;
}
.widget li a{
	color:#666;
	text-decoration: none;
}
.widget li a:hover{
	color:#666;
}
.post-date{
	font-weight:bold;
}
.textwidget{
	margin-bottom: 18px;
/*	border-bottom: 1px dotted #999;*/
}
.sidebar{
	margin-top: 18px;
}
.footer-widget-area .textwidget{
	margin-bottom: 18px;
	border: 0;
}

/* [  ] TOP
-------------------------------------------------------------- */
.top{
	bottom: 20px;
	color: #76cad8;
	display: none;
	font-size: 48px;
	height: 48px;
	padding: 5px 5px;
	position: fixed;
	right: 20px;
	text-decoration: none;
	width: 48px;
}