/* ===============================================
	.less VERSION 10
	
	member_name
	Written by: Builder_Name
		
	Sesame Communications - (c) 2022
	All rights reserved.
	Any reproduction or intentional misuse is strictly prohibited
	
=============================================== */
/* ===============================================
					colors
=============================================== */
/* color */
/* color || hyperlinks */
/* ===============================================
					fonts
=============================================== */
.fontH {
  font-family: 'Lato', sans-serif;
}
/* ===============================================
					Mixins 
=============================================== */
/*font-mixins*/
.th {
  font-weight: 100;
}
.xlt {
  font-weight: 200;
}
.lt {
  font-weight: 300;
}
.roman {
  font-weight: 400;
}
.mbold {
  font-weight: 500;
}
.sbold {
  font-weight: 600;
}
.bold {
  font-weight: 700;
}
.xbold {
  font-weight: 800;
}
.ubold,
.black {
  font-weight: 900;
}
.italic {
  font-style: italic;
}
.upp {
  text-transform: uppercase;
}
.loww {
  text-transform: lowercase;
}
.noo {
  text-transform: none;
}
.normal {
  font-style: normal;
}
/*LETTER SPACING, LINE HEIGHT AND FONT SIZE */
.aligncenter {
  text-align: center;
}
.alignright {
  text-align: right;
}
.alignleft {
  text-align: left;
}
.justify {
  text-align: justify;
}
/*helper mixins*/
.clear {
  clear: both;
}
.clearright {
  clear: right;
}
.clearleft {
  clear: left;
}
.wall {
  width: 100%;
}
.hall {
  height: 100%;
}
.auto {
  width: auto;
}
.autoy {
  height: auto;
}
.autox {
  width: auto;
  height: auto;
}
.zerox {
  width: 0;
  height: 0;
}
.line {
  width: 100%;
  height: 1px;
}
.show {
  display: block;
}
.hide {
  display: none;
}
.inline {
  display: inline;
}
.inline-block,
.ib {
  display: inline-block;
}
.left {
  float: left;
}
.right {
  float: right;
}
.nofloat {
  float: none;
}
.behave {
  display: block;
  float: left;
}
.center {
  margin-left: auto;
  margin-right: auto;
}
.round {
  border-radius: 50%;
}
/*functional mixins*/
.vertical-align {
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.overlay {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.inlay {
  width: auto;
  height: auto;
  display: block;
  position: absolute;
}
/* use with .trbl */
.grey,
.gray {
  -webkit-filter: grayscale(1);
  filter: grayscale(100%);
}
/* ===============================================
Basic Stylings
These will affect every size of the site.
=============================================== */
/*resets*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/*GLOBAL OVERRIDES*/
.fab,
.fas,
.fal,
.far,
.fad {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: 0;
}
/* ==================================================================
	main content-text font sizes
=================================================================== */
/* ===============================================
	body 
=============================================== */
body,
input,
select,
textarea {
  font-family: 'Lato', sans-serif;
}
form button {
  font-family: 'Lato', sans-serif;
}
body {
  font-size: 15px;
  color: #000;
  background: #fff url('../images/bg.png') center no-repeat;
  background-size: cover;
  overflow: hidden;
}
@media only screen and (min-width: 81.25em) {
  body {
    font-size: 20px;
    /* desk 1300w */
  }
}
/* ===============================================
	links 
=============================================== */
a {
  text-decoration: none;
}
#content a {
  color: #127ACE;
  transition: color 0.33s ease-in-out;
}
#content a:hover {
  color: #353330;
}
/* ===============================================
	h family || hfam 
=============================================== */
h1,
h2,
h2:not(.topic),
h3:not(.topic),
h3,
h4,
h5,
h6 {
  line-height: 1;
  text-align: left;
  color: #a29e96;
  margin: 0 0 0.8em;
  text-rendering: auto;
  font-weight: 300;
  text-transform: uppercase;
}
h1 {
  font-size: 10vw;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #fff;
  font-family: 'Playfair Display', serif;
  text-align: center;
}
@media only screen and (min-width: 30em) {
  h1 {
    font-size: 3.35em;
    /* mintab 480w */
  }
}
#int-hd {
  background-color: #a29e96;
  padding-top: 1em;
}
@media only screen and (min-width: 64em) {
  #int-hd {
    margin-top: 3.9em;
    background: url(../images/nav/subnav.jpg) center no-repeat;
    background-size: cover;
    padding: 8.33em 0;
  }
}
.home h1 {
  text-align: left;
  margin: 0;
  color: #000000;
  font-family: 'Playfair Display', serif;
  text-transform: uppercase;
  margin-bottom: 0.65em;
  font-weight: 400;
  line-height: 1.03;
}
@media only screen and (min-width: 30em) {
  .home h1 {
    font-size: 2.45em;
    /* mintab 480w */
  }
}
h2:not(.topic) {
  font-size: 1.6em;
}
h3:not(.topic) {
  font-size: 1.3em;
}
h4 {
  font-size: 1.1em;
}
h5 {
  font-size: 1em;
}
h6 {
  font-size: 1em;
}
/* ===============================================
	containers
=============================================== */
.container {
  max-width: 60em;
}
/* ===============================================
	list styles - global overrides
=============================================== */
.what-sets-us-apart #content ol,
.meet-the-team #content ol,
.our-office #content ol,
.office-tour #content ol,
body[class*='-after'] #content ol {
  margin: 0;
}
#content ul li {
  list-style: disc outside;
  /* list-style-image:none; */
}
/* ==================================================================
	masthead
=================================================================== */
#masthead {
  width: 100%;
  padding: 0 0 1em;
  background-color: #fff;
  position: relative;
  z-index: 3000;
}
@media only screen and (min-width: 41.625em) {
  #masthead {
    padding: 0;
    /* custom 666w */
  }
}
@media only screen and (min-width: 64em) {
  #masthead {
    font-size: 1.1em;
    width: 100%;
    /* maxTab 1024w */
  }
}
@media only screen and (min-width: 64em) {
  #masthead {
    font-size: inherit;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 0 1.5em;
    z-index: 3000;
    /* desk 1300w */
  }
}
#masthead .container {
  width: 100%;
  max-width: none;
}
@media only screen and (min-width: 64em) {
  #masthead .container {
    max-width: none;
    /* maxTab 1024w */
  }
}
/* ==================================================================
	main-nav
=================================================================== */
#main-nav {
  font-size: 1.2em;
  text-align: center;
  height: 43px;
  width: 43px;
  padding: 0;
  margin: 0;
  box-shadow: -1px 1px 0 rgba(162, 158, 150, 0.4);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 600;
  clear: both;
}
#main-nav .container {
  height: 100%;
  padding: 0;
}
#main-nav .trigger {
  line-height: 43px;
  color: #a29e96;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  position: relative;
  z-index: 600;
  transition: color 0.33s ease-in-out;
}
#main-nav .trigger .navicon {
  width: 12px;
  height: 8px;
  position: relative;
  display: inline-block;
  top: -0.2em;
}
#main-nav .trigger .navicon span {
  height: 2px;
  width: 100%;
  background: currentcolor;
  display: block;
  position: absolute;
  left: 0;
  opacity: 1;
  transform: rotate(0deg);
  transition: width 0.3s ease, top 0.3s ease, left 0.3s ease, transform 0.3s ease;
}
#main-nav .trigger .navicon span:nth-child(1) {
  top: 0px;
}
#main-nav .trigger .navicon span:nth-child(2),
#main-nav .trigger .navicon span:nth-child(3) {
  top: 50%;
}
#main-nav .trigger .navicon span:nth-child(4) {
  top: 100%;
}
#main-nav .trigger:hover {
  color: #a29e96;
}
#main-nav .trigger:hover .navicon span {
  /* background:@color1; */
}
#main-nav .open .trigger {
  color: #353330;
}
#main-nav .open .trigger .navicon span:nth-child(1),
#main-nav .open .trigger .navicon span:nth-child(4) {
  width: 0;
  top: 50%;
  left: 50%;
}
#main-nav .open .trigger .navicon span:nth-child(2) {
  transform: rotate(45deg);
}
#main-nav .open .trigger .navicon span:nth-child(3) {
  transform: rotate(-45deg);
}
#main-nav ul {
  width: 100vw;
  margin: -43px 0 0;
  padding: 1em 0;
  background-color: rgba(255, 255, 255, 0.9);
  /*
		background-image: -moz-linear-gradient(top,  fade(#fff, 0) 0%, fade(#fff, 99%) 100%);
		background-image: -webkit-linear-gradient(top,  fade(#fff, 0) 0%,fade(#fff, 99%) 100%);
		background-image: linear-gradient(to bottom,  fade(#fff, 0) 0%,fade(#fff, 99%) 100%);
		*/
  position: relative;
  float: right;
  z-index: 550;
}
#main-nav ul li {
  clear: both;
}
#main-nav ul li a[id] {
  line-height: 3.07692308;
  font-size: 0.65em;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 0.08em;
  width: auto;
  height: 3.07692308em;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: color 0.33s ease;
}
#main-nav ul li.open > a[id],
#main-nav ul li.active > a[id],
#main-nav ul li:hover > a[id] {
  color: #898888;
  text-decoration: none;
  transition-duration: 0.15s;
}
#main-nav ul ul {
  width: 100%;
  margin: 0;
  padding: 0;
  float: left;
  background: #353330;
  display: inline;
}
#main-nav ul ul li {
  width: 100%;
  float: left;
  background: none;
}
#main-nav ul ul li a {
  line-height: 3.33333333;
  font-size: 0.6em;
  color: #fff;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  width: 100%;
  height: 3.33333333em;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
#main-nav ul li.active ul li a:hover,
#main-nav ul ul li a:hover,
#main-nav ul ul li a.active {
  text-decoration: none;
  margin-bottom: 0;
  background: #898888;
  border: none;
}
/* main-nav make li fly in all cool */
#main-nav .collapsible.open > ul {
  animation: flyinmobilenav 0.4s 1;
}
#main-nav .collapsible.open ul ul {
  animation: none;
}
/* make flyouts expand on mobile */
#main-nav ul ul li {
  height: 0;
  overflow: hidden;
  transition-duration: 0.33s;
  opacity: 0;
}
/* all about that open class */
#main-nav .open ul {
  display: inline-block;
}
#main-nav .open ul .open ul {
  padding: 1em 0;
}
#main-nav .open ul .open ul li {
  height: 2em;
  opacity: 1;
}
/* ==================================================================
	header
=================================================================== */
#hd {
  text-align: center;
  color: #a29e96;
  padding: 0;
  position: relative;
}
@media only screen and (min-width: 41.625em) {
  #hd {
    text-align: right;
    /* custom 666w */
  }
}
@media only screen and (min-width: 64em) {
  #hd {
    z-index: 3000;
    /* maxTab 1024w */
  }
}
@media only screen and (min-width: 41.625em) and (max-width: 63.9375em) {
  #hd .container {
    padding: 0.66em 55px 0.78em 0;
    /* range 666w - 1023oo */
  }
}
@media only screen and (min-width: 64em) {
  #hd .container {
    padding: 0.28em 0 0.2em;
    /* midTab 1024w */
  }
}
/* ===============================================
	logo
=============================================== */
#logo {
  line-height: 1;
  font-size: 1.2em;
  margin: 0.5em auto 1em 2%;
  display: block;
  position: relative;
}
@media only screen and (min-width: 41.625em) {
  #logo {
    position: absolute;
    top: 0;
    left: 2%;
    /* custom 666w */
  }
}
@media only screen and (min-width: 64em) {
  #logo {
    font-size: inherit;
    margin: 0;
    top: 0.6em;
    left: 0;
    /* maxTab 1024w */
  }
}
#logo a {
  display: inline-block;
  vertical-align: top;
  font-size: 1.1em;
  color: #2e2e2e;
  font-family: 'Playfair Display', serif;
  text-transform: uppercase;
}
/* ===============================================
	utility-nav
=============================================== */
#utilitynav {
  line-height: 0;
  width: auto;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 400;
}
#utilitynav ul {
  line-height: 0;
  width: auto;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
#utilitynav ul li {
  line-height: 0;
  width: auto;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
#utilitynav ul li:nth-child(n+2) {
  margin: 0 0 0 0.5em;
}
#utilitynav .phone,
#utilitynav a {
  line-height: 2.14285714;
  font-size: 0.75em;
  font-family: 'Playfair Display', serif;
  text-align: center;
  text-transform: uppercase;
  color: #a29e96;
    padding: 0 0.5em;
  height: 2.14285714em;
  border: 1px solid #a29e96;
  display: inline-block;
  vertical-align: top;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out;
}
#utilitynav a:hover {
  color: #fff;
  background-color: #353330;
}
#utilitynav a.make-a-payment {
  width: 9.92857143em;
}

#utilitynav .phone {
  line-height: 1.542857;
  font-size: 0.95em;
  font-family: 'Playfair Display', serif;
  text-align: center;
  text-transform: uppercase;
  color: #127ACE;
  padding: 0 0.5em;
  height: 1.692857em;
  border: 1px solid #127ACE;
  display: inline-block;
  vertical-align: top;
  font-weight: 600;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out;
}
#utilitynav .phone:hover {
  color: #fff;
  background-color: #127ACE;
}

/* ==================================================================
	slideshow
=================================================================== */
#slideshow {
  font-size: 2vw;
  text-align: center;
  color: #fff;
  background: #353330;
  position: relative;
  z-index: 400;
}
@media only screen and (min-width: 64em) {
  #slideshow {
    font-size: inherit;
    width: 100%;
    margin-top: 0;
    top: 0;
    height: 39.95em;
    /* maxTab 1024w */
  }
}
#slideshow #home-slideshow {
  width: 100%;
  margin: 0;
  display: none;
}
@media only screen and (min-width: 64em) {
  #slideshow #home-slideshow {
    max-width: 37.45%;
    display: inline-block;
    height: 100%;
    vertical-align: top;
    float: right;
  }
}
@media only screen and (min-width: 64em) {
  #slideshow #home-slideshow {
    position: relative;
    /* maxTab 1024w */
  }
  #slideshow #home-slideshow .cycle-slideshow {
    height: 100%;
  }
  #slideshow #home-slideshow .hpslide {
    max-width: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
#slideshow #home-intro {
  position: relative;
}
#slideshow #home-intro .mod {
  padding: 2em 0;
}
@media only screen and (min-width: 64em) {
  #slideshow #home-intro .mod {
    position: absolute;
    bottom: 6.45em;
    right: 10.2em;
    padding: 0;
  }
}
#slideshow #home-intro img {
  width: 22.75em;
  height: 14.2em;
}
#slideshow #home-intro p {
  color: #fff;
  font-size: 1.6em;
  line-height: 1.5625;
  font-style: italic;
  font-family: 'Playfair Display', serif;
  margin: 1.3em 0 0.95em;
}
#slideshow #home-intro a {
  color: #fff;
  font-size: 0.75em;
  line-height: 3.93333333;
  letter-spacing: 0.38em;
  width: 16.93333333em;
  height: 3.93333333em;
  border: 1px solid #fff;
  display: block;
  margin: 1.3em auto 0.95em;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}
#slideshow #home-intro a span {
  position: relative;
  z-index: 10;
}
#slideshow #home-intro a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
  transform: translateX(-16.93333333em);
  transition: 0.3s ease-in-out;
  z-index: 0;
}
#slideshow #home-intro a:hover {
  color: #353330;
}
#slideshow #home-intro a:hover:before {
  transform: translateX(0);
}
@media only screen and (min-width: 48em) {
  #slideshow #home-intro {
    height: 100%;
    width: 60.4%;
    display: inline-block;
    vertical-align: top;
  }
}
/* ==================================================================
	.spotlight
=================================================================== */
.spotlight {
  text-align: center;
  position: relative;
  z-index: 400;
}
.spotlight > div {
  position: relative;
}
/* ==================================================================
	spot01 || COMMON SERVICES/CALLOUT-LIKE SECTION EXAMPLE
=================================================================== */
.spotlight .spot01 {
  text-align: center;
  margin: 0;
  background: #000 url('../images/spotlight/spot01dec01.jpg') center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 410;
  width: 48em;
  height: 40.75em;
  margin: 0 auto 5em;
  padding-top: 35.3em;
}
@media only screen and (max-width: 29.9375em) {
  .spotlight .spot01 {
    font-size: 2vw;
    /* mintab opt-out 480oo */
  }
}
@media only screen and (min-width: 30em) {
  .spotlight .spot01 {
    font-size: 1.7vw;
    /* mintab 480w */
  }
}
@media only screen and (min-width: 61.25em) {
  .spotlight .spot01 {
    font-size: inherit;
    /* custom opt-out 979oo */
  }
}
@media only screen and (min-width: 64em) {
  .spotlight .spot01 {
    position: absolute;
    top: 0.6em;
    left: -33em;
    right: 0;
    margin: 0 auto;
  }
}
.spotlight .spot01 a {
  color: #fff;
  font-size: 1.1em;
  font-family: 'Playfair Display', serif;
  text-transform: capitalize;
  padding: 0;
  height: 3.22727273em;
  line-height: 3.22727273;
  padding: 0 0.90909091em;
  border: 1px solid #fff;
  position: relative;
  display: inline-block;
  vertical-align: top;
  transition: 0.3s ease-in-out;
  margin: 0 2.72727273em;
}
.spotlight .spot01 a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 100%;
  width: 0;
  background-color: #a29e96;
  transition: 0.3s ease-in-out;
  z-index: 0;
}
.spotlight .spot01 a span {
  position: relative;
  z-index: 10;
}
.spotlight .spot01 a:hover {
  border-color: #a29e96;
}
.spotlight .spot01 a:hover:before {
  width: 100%;
}
@media only screen and (max-width: 47.9375em) {
  .spotlight .spot01 a {
    margin: 2%;
    /* midTab opt-out 768oo */
  }
}
@media only screen and (min-width: 48em) {
  .spotlight .spot01 a {
    margin: 0 2.55em;
    /* midTab 768w */
  }
}
/* ==================================================================
	
	subnav || aka subnav-outer || aka ipSub
	TOP OF PAGE orientation - for sidebar orientation scroll or search down to 'side oriented' [=
	
=================================================================== */
/* TOP ORIENTED */
#subnav {
  text-align: center;
  color: #ffffff;
  padding: 2.6em 0 2.2em;
  position: relative;
  overflow: hidden;
  background-color: #a29e96;
}
#subnav p {
  line-height: 1.38461538;
  font-size: 0.65em;
  text-transform: uppercase;
  margin: 0 auto;
  padding: 0;
  max-width: 75em;
  letter-spacing: 0.12em;
}
#subnav a {
  color: #ffffff;
  margin: 0.2em 0.8em;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media only screen and (min-width: 64em) {
  #subnav a {
    margin: 0;
    /* maxTab 1024w */
  }
}
#subnav a:hover,
#subnav a.active {
  color: #000000;
  text-decoration: none;
}
#subnav .divider {
  display: none;
}
@media only screen and (min-width: 64em) {
  #subnav .divider {
    margin: 0 0.8em;
    display: inline-block;
    vertical-align: top;
    /* maxTab 1024w */
  }
}
/* ==================================================================
	content || aka .interior-content
=================================================================== */
#bd {
  padding: 3em 0;
  position: relative;
  z-index: 400;
}
@media only screen and (min-width: 48em) {
  #bd {
    padding: 5em 0 6em;
    /* midTab 780w */
  }
}
#bd .container {
  max-width: 64.5em;
}
#content {
  display: block;
}
@media only screen and (min-width: 48em) {
  #content {
    max-width: 39.65em;
    width: 61.47286822%;
    float: left;
    /* midTab 780w */
  }
  #content p {
    text-align: justify;
  }
}
#content .content-text {
  line-height: 1.8;
}
@media only screen and (min-width: 81.25em) {
  #content .content-text {
    font-size: 1em;
    /* desk 1300w */
  }
}
/* ==================================================================
	.home content || aka #home-content
=================================================================== */
.home #bd {
  padding: 3em 0;
  background-color: #fff;
}
@media only screen and (min-width: 48em) {
  .home #bd {
    padding: 2.65em 0 2.1em;
    /* midTab 768w */
  }
}
.home #bd .container {
  max-width: 64.5em;
}
@media only screen and (min-width: 48em) {
  .home #bd #content {
    width: 100%;
    max-width: 23.2em;
    float: none;
    margin-left: auto;
    margin-right: auto;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 64em) {
  .home #bd #content {
    margin-right: 0;
    /* desk 1300w */
  }
}
@media only screen and (min-width: 81.25em) {
  .home #bd #content .content-text {
    font-size: 1em;
    /* desk 1300w */
  }
}
@media only screen and (min-width: 64em) {
  .home #bd #content p,
  .home #bd #content li {
    font-size: 0.9em;
    line-height: 1.83333333;
  }
}
@media only screen and (min-width: 48em) {
  .home #bd #content p {
    text-align: justify;
    /* midTab 768w */
  }
}
/* ==================================================================
	custom content
=================================================================== */
.mediaslider {
  text-align: center;
}
.mediaslider .cycle-slideshow {
  width: 100%;
  margin: 0.5em 0 1.5em;
  position: relative;
}
.mediaslider .cycle-slideshow .cycle-slide {
  padding: 0 5%;
}
.mediaslider .cycle-slideshow > div {
  font-size: 2.8em;
  color: #a29e96;
  position: absolute;
  top: 50%;
  z-index: 900;
  transform: translate3d(0, -50%, 0);
}
.mediaslider .cycle-slideshow > div span {
  transition: transform 0.35s ease, opacity 0.35s ease;
}
.mediaslider .cycle-slideshow > div.cycle-prev {
  text-align: left;
  left: 0;
}
.mediaslider .cycle-slideshow > div.cycle-prev span {
  transform-origin: left center;
}
.mediaslider .cycle-slideshow > div.cycle-next {
  text-align: right;
  direction: rtl;
  right: 0;
}
.mediaslider .cycle-slideshow > div.cycle-next span {
  transform-origin: right center;
}
.mediaslider .cycle-slideshow > div:hover {
  cursor: pointer;
}
.mediaslider .cycle-slideshow > div:hover span {
  transform: scale(1.44);
  opacity: 0.68;
}
/* comment line below if patient-login is live and legit */
.financial-information #financial-online-services {
  display: none;
}
/* ===============================================
 		common treatments
=============================================== */
.before-after-image {
  width: 44%;
  display: inline-block;
  vertical-align: top;
}
.before-after-image img,
.before-after-image span {
  display: block;
}
@media only screen and (min-width: 48em) {
  .before-after-image img,
  .before-after-image span {
    width: 100%;
  }
}
@media only screen and (min-width: 48em) {
  .before-after-box,
  p.before-after-text {
    width: 49%;
    display: inline-block;
    vertical-align: top;
  }
}
/* preventive-care */
.preventive-care #content ul {
  display: inline-block;
}
/* reduces dimensions of coronavirus tab */
#coronavirus-update {
  font-size: 0.85em;
  padding: 0.5em 1.25em !important;
  left: 0.5em !important;
}
@media only screen and (min-width: 81.25em) {
  #coronavirus-update {
    font-size: 1em;
    /* desk 1300w */
  }
}
/* ==================================================================
	meet the team page classes for individual and full team images 
=================================================================== */
.staff {
  width: 45%;
  max-width: 10em;
  margin: 0 0 1em 1em;
  display: block;
  float: right;
}
body.meet-the-team .span4 h2,
body.meet-the-team .span4 img{
  margin-bottom: .5em;
}

.team {
  width: 100%;
  max-width: 1000px;
  margin: 2% auto;
  display: block;
}

@media only screen and (min-width: 48em) {
  .dr-mob{
    display: none
  }

}
.overlay-wrap .promo {
  position: relative;
    margin: 0 0 .67em;
  /*width: 50%;*/
}

.overlay-wrap .promo img {
  display: block;
  width: 100%;
  height: auto;
}


.overlay-wrap .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  transition: .5s ease;
  background-color: rgba(0, 0, 0, .5) ;
}

.overlay-wrap .overlay:hover {
  background-color: rgba(0, 0, 0, .75) ;

}
.overlay-wrap .text {
  color: #ffffff;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
    width: 95%;
    font-size: .85em;
    line-height: 1.1em;
}

.overlay-wrap .promo .overlay .content{
  display: none;
  transition: .5s ease;
}


.overlay-wrap .promo:hover .overlay .content{
  display: block;
}
.overlay-wrap .text p:nth-last-of-type(1) {
    margin-bottom: 0;
}

.overlay-wrap h2 {
  margin: 0 0 .67em;
  color: #fff;
  text-align: center;
}


/* ==================================================================
	sitemap
=================================================================== */
.sitemap #content .column > ul > li {
  margin-bottom: 1.45em;
}
.sitemap #content ul {
  margin-left: 0px;
  list-style: none;
  margin-bottom: 0;
}
.sitemap #content ul a {
  line-height: 1.52173913;
  font-size: 1.15em;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  color: #a29e96;
  transition-duration: 0s;
}
.sitemap #content ul ul li a {
  line-height: 1.95;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  color: #a29e96;
  margin-left: 0;
  /*to increase space adjust [body.sitemap #bd ul ul li] below*/
}
.sitemap #content a:hover {
  text-decoration: none;
  color: #353330;
}
body.sitemap #bd ul li {
  list-style: none;
}
body.sitemap #bd ul ul li {
  list-style: none;
  /*list-style-image:none;*/
  margin-left: 0;
  /*default=15px*/
}
body.sitemap #content .width1 {
  width: 100%;
}
@media only screen and (min-width: 48em) {
  body.sitemap #content .width1 {
    width: 50%;
    /*default 50%*/
    /* midTab 768w */
  }
  body.sitemap #content .width1:not(.first) {
    width: auto;
    float: right;
  }
}
/* global override */
/* ==================================================================
	sidebar
=================================================================== */
#sidebar {
  width: 100%;
  max-width: 23.2em;
  margin: 0 auto 6%;
  display: none;
  padding: 0;
  position: relative;
  z-index: 420;
}
@media only screen and (min-width: 48em) {
  #sidebar {
    width: 35.96899225%;
    margin: 0 0 1em;
    float: right;
    clear: right;
    display: block;
    /* midTab 768w */
  }
}
/* ===============================================
	sitepics
=============================================== */
#hide-stock {
  position: relative;
}
@media only screen and (min-width: 48em) {
  #hide-stock:before {
    content: '';
    position: absolute;
    height: 100%;
    background-color: #696660;
    width: 1000%;
    top: 0;
    left: 0;
    z-index: -1;
  }
}
.stock {
  width: 100%;
  position: relative;
}
/* ===============================================
	show doctor image on all devices
=============================================== */
/*.home,*/
/*body[class^='meet-the-'], body[class^='meet-our-'],*/
.meet-the-doctor #sidebar,
body[class^='meet-dr-'] #sidebar,
body[class^='meet-doctor-'] #sidebar {
  /*display: block;*/
}
body[class~='blog'] #sidebar {
  display: block;
}
body[class~='blog'] #hide-stock {
  display: none;
}
/* END SIDEBAR - */
/* ==================================================================
	spot02 || COMMON SERVICES/CALLOUT-LIKE SECTION EXAMPLE
=================================================================== */
.spot02 {
  text-align: center;
  padding: 2em 0;
  margin: 0;
  position: relative;
  z-index: 410;
}
@media only screen and (max-width: 29.9375em) {
  .spot02 {
    font-size: 3.2vw;
    /* mintab opt-out 480oo */
  }
}
@media only screen and (min-width: 30em) {
  .spot02 {
    font-size: 1.28vw;
    /* mintab 480w */
  }
}
@media only screen and (min-width: 61.25em) {
  .spot02 {
    padding: 3.75em 0 3.2em;
    /* custom opt-out 979oo */
  }
}
@media only screen and (min-width: 100em) {
  .spot02 {
    font-size: inherit;
    /* custom opt-out 979oo */
  }
}
.spot02 a {
  color: #fff;
  width: 31.45em;
  padding: 0;
  position: relative;
  display: inline-block;
  vertical-align: top;
  transition: transform 0.33s ease-in-out;
  margin: 0.75em 0.75em;
}
.spot02 a:before {
  content: '';
  position: absolute;
  background-color: rgba(44, 42, 39, 0.9);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 29.45em;
  height: 16.45em;
  z-index: 5;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.spot02 a .decoration {
  width: 100%;
  transition: transform 0.33s ease-in-out;
}
.spot02 a h2.topic {
  line-height: 1.5625;
  font-size: 1.6em;
  font-weight: 300;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: currentcolor;
  text-align: center;
  width: 100%;
  display: block;
  position: absolute;
  top: 88.6%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  transition: 0.3s ease-in-out;
}
.spot02 a:hover:before {
  opacity: 1;
}
.spot02 a:hover h2.topic {
  top: 49.8%;
}
/* ==================================================================
	spot03 || COMMON SERVICES/CALLOUT-LIKE SECTION EDITED
=================================================================== */
.spot03 {
  text-align: center;
  padding: 2em 0;
  margin: 0;
  background: #fff;
  position: relative;
  z-index: 410;
}
@media only screen and (max-width: 29.9375em) {
  .spot03 {
    font-size: 3.2vw;
    /* mintab opt-out 480oo */
  }
}
@media only screen and (min-width: 30em) {
  .spot03 {
    font-size: 1.4vw;
    /* mintab 480w */
  }
}
@media only screen and (min-width: 61.25em) {
  .spot03 {
    font-size: inherit;
    padding: 3.7em 0 3.9em;
    /* custom opt-out 979oo */
  }
}
.spot03 h2 {
  color: #000000;
  font-size: 1.8em;
  line-height: 1;
  font-weight: 400;
  text-transform: capitalize;
  font-family: 'Playfair Display', serif;
  text-align: center;
  margin: 0 0 0.75em;
}
.spot03 .twentytwenty-wrapper {
  display: inline-block;
  width: 20.65em;
  height: 14em;
  margin: 0 0.5em;
}
.spot03 a {
  display: block;
  color: #898888;
  font-size: 0.75em;
  letter-spacing: 0.38em;
  text-transform: uppercase;
  border: 1px solid #898888;
  width: 16.93333333em;
  height: 3.93333333em;
  line-height: 3.8;
  margin: 2.2em auto 0;
  transition: 0.3s ease-in-out;
  overflow: hidden;
  position: relative;
}
.spot03 a span {
  position: relative;
  z-index: 10;
}
.spot03 a:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  transform: translateX(16.93333333em);
  height: 100%;
  background-color: #898888;
  transition: 0.3s ease-in-out;
  z-index: 0;
}
.spot03 a:hover {
  color: #fff;
}
.spot03 a:hover:before {
  transform: translateX(0em);
}
.spot03 .twentytwenty-horizontal .twentytwenty-handle:before,
.spot03 .twentytwenty-horizontal .twentytwenty-handle:after {
  width: 1px;
  margin-left: 1.5px;
}
.spot03 .twentytwenty-handle {
  box-shadow: none;
  border: none;
}
.spot03 .twentytwenty-horizontal .twentytwenty-handle:after {
  top: 0;
}
.spot03 .twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 0;
}
.spot03 .twentytwenty-overlay:hover {
  background: none;
}
.spot03 .twentytwenty-horizontal .twentytwenty-after-label:before {
  right: 0;
}
.spot03 .twentytwenty-horizontal .twentytwenty-before-label:before {
  left: 0;
}
.spot03 .twentytwenty-before-label:before,
.spot03 .twentytwenty-after-label:before {
  text-transform: uppercase;
  color: #a29e96;
  font-size: 0.7em !important;
  background: #fff;
  line-height: 1.92857143 !important;
  height: 1.92857143em !important;
  width: 4.14285714em !important;
  border-radius: 0;
  letter-spacing: normal;
  padding: 0;
}
.spot03 .twentytwenty-right-arrow {
  border: none;
}
.spot03 .twentytwenty-right-arrow:before {
  content: '\f054';
  position: absolute;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 300;
  color: #fff;
  right: -0.15em;
}
.spot03 .twentytwenty-left-arrow {
  border: none;
}
.spot03 .twentytwenty-left-arrow:before {
  content: '\f053';
  position: absolute;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 300;
  color: #fff;
}
/* ==================================================================
	association logos 
=================================================================== */
.associationlogos {
  text-align: center;
  padding: 2.43em 0;
  position: relative;
}
@media only screen and (max-width: 47.94em) {
  .associationlogos {
    font-size: 2.5vw;
    /* midTab opt-out 767oo */
  }
}
@media only screen and (min-width: 48em) {
  .associationlogos {
    font-size: 1.5vw;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 64em) {
  .associationlogos {
    font-size: inherit;
    /* maxTab 1024w */
  }
}
.associationlogos a {
  margin: 2%;
  display: inline-block;
  vertical-align: middle;
  transition: opacity 0.33s ease-in-out, transform 0.33s ease-in-out;
}
@media only screen and (min-width: 48em) {
  .associationlogos a {
    margin: 0 1.1em;
    /* midTab 768w */
  }
}
.associationlogos a:hover {
  transform: scale(0.88);
}
.associationlogos a.invisalign {
  width: 4.35em;
  height: 5.9em;
}
.associationlogos a.ada {
  width: 7.25em;
  height: 2.55em;
}
.associationlogos a.wsda {
  width: 6.15em;
  height: 1.95em;
}
.associationlogos a img,
.associationlogos a svg {
  width: 100%;
  height: 100%;
  display: block;
}
/* ==================================================================
	#ft
=================================================================== */
#ft {
  text-align: center;
  color: #fff;
  width: 100%;
  padding: 0;
  background: #27282a url(../images/footer/back.jpg) no-repeat center center;
  background-size: cover;
  display: block;
  vertical-align: top;
  position: relative;
}
#ft a {
  color: #fff;
  transition: 0.33s ease-in-out;
}
#ft a:hover {
  color: #a29e96;
}
/* ===============================================
	socialmedia || aka social-icons
=============================================== */
.socialmedia {
  line-height: 0;
  text-align: center;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 1em 0 0;
  position: relative;
  z-index: 300;
}
.socialmedia a {
  line-height: 1;
  font-size: 0.85em;
  color: #fff;
  margin: 0 1.9px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: transform 0.33s ease-in-out, color 0.33s ease-in-out;
}
.socialmedia a:hover {
  color: #a29e96;
  z-index: 400;
  transform: scale(1.44);
}
.socialmedia a .icon {
  position: relative;
}
/* ===============================================
		locations || aka ft-location
=============================================== */
#location {
  width: 100%;
  padding: 0;
  display: block;
}
@media only screen and (min-width: 48em) {
  #location {
    padding: 6.1em 0 3.85em;
    max-width: 48em;
    margin: 0 auto;
    text-align: left;
  }
}
#location .mod {
  text-align: center;
  display: block;
  vertical-align: top;
  margin: 3em;
}
@media only screen and (min-width: 48em) {
  #location .mod {
    display: inline-block;
    margin: 0;
  }
  #location .mod:nth-of-type(1) {
    text-align: left;
    margin-top: 1.3em;
    margin-right: 7.85em;
  }
  #location .mod:nth-of-type(3) {
    margin-top: 1.6em;
    margin-left: 7.9em;
  }
}
#location .logo {
  line-height: 0;
  text-align: center;
  margin: 0 auto 1em;
  display: block;
}
#location .logo img {
  width: 9.7em;
}
#location .address {
  line-height: 1.69230769;
  font-size: 0.85em;
  letter-spacing: 0.04em;
  margin: 0 auto;
  display: block;
  color: #fff;
  text-transform: uppercase;
}
#location .phone {
  line-height: 1.69230769;
  font-size: 0.85em;
  letter-spacing: 0.04em;
  display: block;
  color: #fff;
  text-transform: uppercase;
}
/* ==================================================================
		#links || aka ft-design-credit
=================================================================== */
#links {
  text-align: center;
  color: #a29e96;
  margin: 0;
}
@media only screen and (min-width: 48em) {
  #links {
    height: 2.4em;
    /* midTab 768w  */
  }
}
#links .util {
  line-height: 2.5;
  font-size: 0.6em;
  margin-bottom: 0;
}
#links .util a {
  color: #a29e96;
  transition: color 0.33s ease-in-out;
}
#links .util a:hover {
  color: #fff;
}
#links .util a,
#links .util .divider {
  display: inline-block;
}
#links .util .divider {
  margin: 0 0em;
}
/* ===============================================
		sesame link
=============================================== */
a#sesame-link .sesameicon {
  width: 1.33333333em;
  height: 1.16666667em;
  margin-right: 0.25em;
  display: inline-block;
  vertical-align: middle;
}
a#sesame-link .sesameicon path {
  fill: currentcolor;
  transition: fill 0.33s ease-in-out;
}
/* ===============================================
	backToTop
=============================================== */
#btt {
  text-align: center;
  display: block;
  width: 100%;
  margin: 0;
  padding: 1.43em 0;
  position: relative;
}
a#backtotop {
  line-height: 3.84615385;
  font-size: 0.65em;
  color: #898888;
  border: 1px solid #898888;
  width: 13.30769231em;
  height: 4.53846154em;
  line-height: 4.53846154;
  letter-spacing: 0.38em;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: 0.3s ease-in-out;
  margin: 0 2.72727273em;
}
a#backtotop:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 100%;
  width: 0;
  background-color: #898888;
  transition: 0.3s ease-in-out;
}
a#backtotop span {
  position: relative;
  z-index: 10;
}
a#backtotop:hover {
  color: #fff;
}
a#backtotop:hover:before {
  width: 100%;
}
/*superlative*/
/************************************************************************************************************************************************/
/* hide double hr aka div.hr */
hr,
.types-of-braces #content div.clear {
  font-size: inherit;
  height: 1px;
  width: 100%;
  margin: 1.58em 0;
  background: #d4d4d4;
  border: none;
  display: block;
}
/* ===============================================
	success message
=============================================== */
.success {
  text-transform: none;
  font-weight: 400;
  color: #fff;
  width: 100%;
  padding: 1rem;
  float: left;
  background: #a29e96;
}
/* ===============================================
	Form Buttons
=============================================== */
form button {
  letter-spacing: normal;
  font-weight: 400;
  text-transform: uppercase;
  font-size: smaller;
  color: #fff;
  height: 38px;
  padding: 0 1.5em;
  background-color: #a29e96;
  border: 1px solid #a29e96;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out, border-color 0.33s ease-in-out;
}
form button:hover {
  color: #fff;
  border-color: #353330;
  background-color: #353330;
}
form p {
  height: auto;
}
/* ===============================================
	chat widget resize for mobile use comfort
=============================================== */
#bc-chat-container {
  font-size: 0.8em !important;
}
.bc-minimize-state {
  width: 11.8em !important;
  height: 7.7em !important;
}
/************************************************************************************************************************************************/
/* end superlatives */
/* ===============================================
Tablet
Supports 48em (768px) and up
=============================================== */
@media only screen and (min-width: 48em) {
  /* ===============================================
	blanket content sidebar hide
=============================================== */
  .sitemap #content,
  .layout-full-width #content {
    width: 100%;
    max-width: none;
  }
  .sitemap #sidebar,
  .layout-full-width #sidebar {
    display: none;
  }
  /* ===============================================
	custom content
=============================================== */
  /*.success{ width:66%; }*/
  /*table.office-hours{ max-width:50%; }*/
  .before-after-image img {
    width: auto;
  }
  .speed-system img[alt='Speed Braces'] {
    display: block;
  }
  /* ===============================================
	PAGE SPECIFIC
=============================================== */
  .which-is-right-for-me #content p {
    display: inline-block;
    float: left;
  }
  .which-is-right-for-me #content a[href^='/sesame_media/docs/'] {
    text-align: center;
    display: block;
    width: 100%;
    clear: both;
  }
  .which-is-right-for-me #content a[href^='/sesame_media/docs/'] img {
    display: inline-block;
  }
  .in-ovation-testimonials .embed-container {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  [class^='inovation-chart-'] {
    display: inline-block;
    max-width: 50%;
  }
  .in-ovation-before-after #content p {
    text-align: center;
    margin-bottom: 0;
  }
  .in-ovation-before-after .content-text h3 {
    text-align: center;
  }
  .in-ovation-before-after .content-text .img-left,
  .in-ovation-before-after .content-text .border {
    max-width: 44%;
    float: none;
    display: inline-block;
    margin: 2%;
  }
  .in-ovation-videos .content-text h2 {
    text-align: center;
  }
  .in-ovation-videos .content-text .embed-container {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  body[class*='in-ovation'] .img-right {
    max-width: 40%;
  }
  /*END*/
}
/* ===============================================
Large Tablet Stylings
Supports 64em (1024px) and up
=============================================== */
@media only screen and (min-width: 64em) {
  /* ==================================================================
	main-nav
=================================================================== */
  /* ==================================================================
	main-nav
=================================================================== */
  #main-nav {
    font-size: inherit;
    width: 100%;
    height: 1.9em;
    margin-top: 0em;
    position: relative;
    top: auto;
    z-index: 2900;
    box-shadow: none;
    /*background:none;*/
  }
  #main-nav .container {
    background: none;
    max-width: none;
  }
  #main-nav div.collapsible {
    margin: 0 auto;
  }
  #main-nav ul {
    height: 1.9em;
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    background: none;
    position: static;
    float: none;
  }
  #main-nav ul li {
    height: 100%;
    margin: 0 1.05em 0 0;
    background: none;
    position: relative;
    vertical-align: top;
    float: none;
    clear: none;
  }
  #main-nav ul li.contact,
  #main-nav ul li.contact-us {
    margin-right: 0;
    padding-right: 0;
  }
  #main-nav ul li a[id] {
    line-height: 3.07692308;
    text-align: center;
    text-decoration: none;
    height: 100%;
    z-index: 3000;
  }
  #main-nav ul li a[id]:after {
    bottom: 1.23076923em;
  }
  #main-nav ul ul {
    width: auto;
    height: auto;
    padding: 1em 0;
    z-index: 2800;
    position: absolute;
    display: none;
  }
  #main-nav ul ul li {
    width: 100%;
    height: 0.85em;
    margin: 0.11em 0;
    padding: 0;
    opacity: 1;
    float: left;
  }
  #main-nav ul ul li a {
    line-height: 1.41666667;
    text-align: center;
    white-space: nowrap;
    height: 1.41666667em;
    width: 100%;
    padding: 0 1.41666667em;
    float: left;
    transition-duration: 0s;
  }
  #main-nav ul li.contact-us ul li a,
  #main-nav ul li.contact ul li a {
    text-align: right;
    float: right;
  }
  #main-nav ul li:hover ul {
    left: 50%;
    transform: translatex(-50%);
    /*top:37px;*/
    display: block;
  }
  #main-nav ul li.contact-us:hover ul,
  #main-nav ul li.contact:hover ul {
    margin: 0;
  }
  /*END*/
}
/* ie nonsense */
/***********************************************
target ie11: html[data-useragent*='Trident/7.0']
***********************************************/
html[data-useragent*='Trident/7.0'] {
  /* END */
}
/* custom animations */
@keyframes flyinmobilenav {
  from {
    left: 300px;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}
.expanded-widget-lower-right-1657799019641 {
  right: auto !important;
  left: 37px !important;
}