/*
Theme Name: Classy - Child
Version: 587
Description: A child theme of DMM by Almina
Template: mts_schema
Text Domain: schema
*/

/* Carousel */
@import url("../mts_schema/style.css");

/* general */
*,
*: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,
form button,
button {
  font-family: 'Nunito Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
header#masthead.ready:not(.readya) nav ul#menu-main-menu > li > a {
    color: #fff;
}
svg {
  display: inline-block;
}
body {
  font-size: 15px;
  color: #000;
  background: #fff;
  overflow: hidden;
}
@media only screen and (min-width: 1300px) {
  body {
    font-size: 20px;
    /* desk 1300w */
  }
}
/* ===============================================
	links 
=============================================== */
a {
  text-decoration: none;
}
#content a {
  color: #eccc93;
  text-decoration: underline;
  transition: color 0.33s ease-in-out;
}
#content a:hover {
  color: #558e9e;
  text-decoration: none;
}
/* ===============================================
	h family || hfam 
=============================================== */
h1,
h2:not(.topic),
h3:not(.topic),
h4,
h5,
h6 {
  line-height: 1;
  text-align: left;
  color: #3a465c;
  margin: 0 0 1.44em;
  text-rendering: auto;
}
h2:not(.topic),
h3:not(.topic),
h4,
h5,
h6 {
  text-transform: uppercase;
}
.sub h1 {
  font-size: 10vw;
  color: #3a465c;
  margin-bottom: 0.53676471em;
}
@media only screen and (min-width: 480px) {
  .sub h1 {
    font-size: 3.4em;
    /* mintab 480w */
  }
}
.home h1 {
  font-size: 10vw;
  text-align: center;
  color: #3a465c;
  margin: 0 0 0.47619048em;
}
@media only screen and (min-width: 480px) {
  .home h1 {
    font-size: 3.15em;
    /* mintab 480w */
  }
}
.home h1 .trait {
  display: block;
}
.home h1 .trait.top {
  line-height: 1;
  font-size: 0.55555556em;
  font-weight: 600;
  text-transform: uppercase;
  color: #87b2be;
}
h2:not(.topic) {
  font-size: 1.31578947em;
  font-weight: 600;
  color: #87b2be;
}
h3:not(.topic) {
  font-size: 1.21052632em;
  color: #eccc93;
}
h4 {
  font-size: 1.10526316em;
}
h5 {
  font-size: 1.05263158em;
}
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;
  background-color: #fff;
  position: relative;
  z-index: 3000;
  /* socialmedia */
}
@media only screen and (max-width: 1023px) {
  #masthead {
    min-height: 46px;
    /* midTab 1024oo */
  }
}
@media only screen and (min-width: 1300px) {
  #masthead {
    font-size: inherit;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3000;
    transition: background-color 0.99s ease-in-out;
    /* desk 1300w */
  }
  #masthead.ready {
    background-color: rgba(255, 255, 255, 0);
  }
  .no-appearance #masthead.ready {
    background-color: #ffffff;
  }
  #masthead[data-ea2] .mod {
    transform: translate3d(0, -10em, 0);
    opacity: 0;
  }
  .no-appearance #masthead[data-ea2] .mod {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  #masthead[data-ea3] .socialmedia a {
    transform: translate3d(10em, 0, 0);
    opacity: 0;
  }
  .no-appearance #masthead[data-ea3] .socialmedia a {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
#masthead .container {
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  #masthead .container {
    max-width: none;
    /* midTab 1024oo */
  }
}
@media only screen and (min-width: 1024px) {
  #masthead .container {
    max-width: calc(100% - 3em );
    /* midTab 1024w */
  }
}
#masthead .mod {
  display: block;
  position: absolute;
}
@media only screen and (max-width: 1023px) {
  #masthead .mod {
    top: 1px;
    right: 51px;
    /* midTab 1024oo */
  }
}
@media only screen and (min-width: 1024px) {
  #masthead .mod {
    top: 1.85em;
    right: 0;
    /* midTab 1024w */
  }
}
@media only screen and (min-width: 1300px) {
  #masthead .mod {
    transition-property: transform, opacity;
    transition-duration: 0.66s;
    transition-timing-function: ease-out;
    transition-delay: 0s;
    /* desk 1300w */
  }
}
#masthead .socialmedia {
  line-height: 0;
  text-align: center;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 300;
}
@media only screen and (max-width: 767px) {
  #masthead .socialmedia {
    transform: translate3d(0, 33%, 0);
    /* midTab 768oo */
  }
}
@media only screen and (min-width: 768px) {
  #masthead .socialmedia {
    width: 44px;
    margin: 0;
    flex-direction: column;
    position: absolute;
    top: 46px;
    right: 2px;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 1024px) {
  #masthead .socialmedia {
    top: 12.5em;
    /* midTab 1024w */
  }
}
@media only screen and (min-width: 1300px) {
  #masthead .socialmedia {
    width: 2.3em;
    position: fixed;
    top: 50vh;
    right: 1.5em;
    transform: translate3d(0, -50%, 0);
    /* desk 1300w */
  }
}
#masthead .socialmedia a {
  color: #fff;
  border-radius: 50%;
  background: #87b2be;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: transform 0.33s ease-in-out, background-color 0.33s ease-in-out;
}
@media only screen and (max-width: 767px) {
  #masthead .socialmedia a {
    margin: 0 2px 0 0;
    /* midTab 768oo */
  }
}
@media only screen and (min-width: 768px) {
  #masthead .socialmedia a {
    margin: 0 0 2px 0;
    /* midTab 768w */
  }
}
@media only screen and (max-width: 1023px) {
  #masthead .socialmedia a {
    line-height: 44px;
    font-size: clamp( 12px, 0.9em , 18px );
    width: 44px;
    height: 44px;
    /* midTab 1024oo */
  }
}
@media only screen and (min-width: 1024px) {
  #masthead .socialmedia a {
    line-height: 2.55555556;
    font-size: 0.9em;
    height: 2.55555556em;
    width: 2.55555556em;
    /* maxTab 1024w */
  }
}
@media only screen and (min-width: 1300px) {
  #masthead .socialmedia a {
    transition-property: transform, opacity, background-color;
    transition-duration: 0.75s, 0.75s, 0.33s;
    transition-timing-function: ease-out, ease-out, ease-in-out;
    transition-delay: calc(0.3s * var(--index) ), calc(0.3s * var(--index) ), 0s;
    /* desk 1300w */
  }
}
#masthead .socialmedia a:nth-last-of-type(1) {
  margin: 0;
}
#masthead .socialmedia a:hover {
  color: #fff;
  background: #3a465c;
  z-index: 400;
}
#masthead .socialmedia a .icon {
  position: relative;
}
/* ==================================================================
	main-nav
=================================================================== */
#main-nav {
  font-size: 1.2em;
  text-align: center;
  height: 44px;
  width: 44px;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 600;
  clear: both;
}
@media only screen and (min-width: 1300px) {
  #main-nav {
    transition-property: transform, opacity;
    transition-duration: 0.66s;
    transition-timing-function: ease-out;
    transition-delay: 0s;
    /* desk 1300w */
  }
  [data-ea1] #main-nav {
    transform: translate3d(0, -10em, 0);
    opacity: 0;
  }
  .no-appearance [data-ea1] #main-nav {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
#main-nav .container {
  height: 100%;
  padding: 0;
}
#main-nav .trigger {
  line-height: 44px;
  color: #fff;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0 auto;
  background: none;
  box-shadow: none;
  border: none;
  -webkit-display: none;
  position: relative;
  z-index: 600;
  transition: color 0.33s ease-in-out;
  cursor: pointer;
  display: none;
}
#main-nav .trigger:after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  background-color: #3a465c;
  z-index: -1;
  transform: translate3d(-1px, 1px, 0);
}
#main-nav .trigger .navicon {
  width: 12px;
  height: 8px;
  display: inline-block;
  position: relative;
  top: -0.15em;
}
#main-nav .trigger .navicon span {
  width: 100%;
  height: 2px;
  background: currentcolor;
  display: block;
  position: absolute;
  left: 0;
  opacity: 1;
  transform: translate(0, 0) rotate(0deg);
  transition: 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: #eccc93;
}
#main-nav .open .trigger {
  color: #eccc93;
}
#main-nav .open .trigger .navicon span:nth-child(1) {
  transform: translate(50%, 150%) scaleX(0);
}
#main-nav .open .trigger .navicon span:nth-child(4) {
  transform: translate(50%, -150%) scaleX(0);
}
#main-nav .open .trigger .navicon span:nth-child(2) {
  transform: translate(0, 0) rotate(45deg);
}
#main-nav .open .trigger .navicon span:nth-child(3) {
  transform: translate(0, 0) rotate(-45deg);
}
#main-nav ul {
  width: 100vw;
  margin: -44px 0 0;
  padding: 1em 0;
  background-color: rgba(255, 255, 255, 0.9);
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.99) 100%);
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.99) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.99) 100%);
  position: relative;
  float: right;
  z-index: 550;
}
#main-nav ul li {
  clear: both;
}
#main-nav ul li a[id] {
  line-height: 2.22222222;
  font-size: 0.9em;
  font-weight: 700;
  color: #3a465c;
  width: auto;
  height: 2.22222222em;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: color 0.33s ease;
}
@media only screen and (min-width: 1300px) {
  #main-nav ul li a[id] {
    /* desk 1300w */
  }
  .ready #main-nav ul li a[id] {
    color: #fff;
  }
  .no-appearance .ready #main-nav ul li a[id] {
    color: #3a465c;
  }
}
#main-nav ul li a[id]:after {
  content: '';
  width: 26px;
  height: 3px;
  border-radius: 2px;
  margin-left: auto;
  margin-right: auto;
  background-color: #eccc93;
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  transform: translate3d(0, 0, 0) scaleX(0);
  opacity: 0;
}
@media only screen and (max-width: 1023px) {
  #main-nav ul li a[id]:after {
    bottom: 3px;
    /* midTab 1024oo */
  }
}
@media only screen and (min-width: 1024px) {
  #main-nav ul li a[id]:after {
    bottom: 1.88888889em;
    /* midTab 1024w */
  }
}
@media only screen and (min-width: 1300px) {
  #main-nav ul li a[id]:after {
    /* desk 1300w */
  }
  .ready #main-nav ul li a[id]:after {
    background-color: #fff;
  }
  .no-appearance .ready #main-nav ul li a[id]:after {
    background-color: #eccc93;
  }
}
#main-nav ul li.open > a[id],
#main-nav ul li.active > a[id],
#main-nav ul li:hover > a[id] {
  color: #3a465c;
  text-decoration: none;
  transition-duration: 0.15s;
}
@media only screen and (min-width: 1300px) {
  #main-nav ul li.open > a[id],
  #main-nav ul li.active > a[id],
  #main-nav ul li:hover > a[id] {
    /* desk 1300w */
  }
  .ready #main-nav ul li.open > a[id],
  .ready #main-nav ul li.active > a[id],
  .ready #main-nav ul li:hover > a[id] {
    color: #fff;
  }
  .no-appearance .ready #main-nav ul li.open > a[id],
  .no-appearance .ready #main-nav ul li.active > a[id],
  .no-appearance .ready #main-nav ul li:hover > a[id] {
    color: #3a465c;
  }
}
#main-nav ul li.open > a[id]:after,
#main-nav ul li.active > a[id]:after,
#main-nav ul li:hover > a[id]:after {
  transform: translate3d(0, 0, 0) scaleX(1);
  opacity: 1;
}
#main-nav ul ul {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #87b2be;
  display: inline;
  float: left;
}
@media only screen and (min-width: 1024px) {
  #main-nav ul ul {
    border-radius: 0 0 1em 1em;
    padding: 1.25em 0 1.5em;
    /* midTab 1024w */
  }
}
#main-nav ul ul li {
  width: 100%;
  background: none;
  float: left;
}
#main-nav ul ul li a {
  line-height: 2.66666667;
  font-size: 0.75em;
  color: #fff;
  width: 100%;
  height: 2.66666667em;
  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;
  color: #3a465c;
  margin-bottom: 0;
  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;
}
@media only screen and (max-width: 1023px) {
  #main-nav ul ul li {
    /* midTab 1024oo */
  }
}
/* 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: #fff;
  padding: 0;
  position: relative;
}
@media only screen and (min-width: 666px) {
  #hd {
    text-align: right;
    /* custom 666w */
  }
}
@media only screen and (min-width: 1024px) {
  #hd {
    z-index: 3000;
    /* maxTab 1024w */
  }
}
@media only screen and (min-width: 666px) and (max-width: 1023px) {
  #hd .container {
    padding: 1px 0;
    /* range 666w - 1024oo */
  }
}
/* ===============================================
	logo
=============================================== */
#logo {
  line-height: 0;
  font-size: 0.7em;
  width: 14.65em;
  margin: 0 auto 0 2%;
  display: block;
  position: relative;
}
@media only screen and (min-width: 666px) {
  #logo {
    position: absolute;
    top: 0;
    left: 0;
    /* custom 666w */
  }
}
@media only screen and (min-width: 1024px) {
  #logo {
    font-size: inherit;
    margin: 0;
    top: 0.5em;
    left: 0.5em;
    /* maxTab 1024w */
  }
}
@media only screen and (min-width: 1300px) {
  #logo {
    /* desk 1300w */
  }
  .ready:not(.readya) #logo svg .trait {
    fill: #fff;
  }
  .no-appearance .ready #logo svg .trait {
    fill: #558e9e;
  }
}
#logo a {
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 1023px) {
  #logo a {
    min-height: 44px;
    display: flex;
    align-items: center;
    /* midTab 1024oo */
  }
}
#logo svg {
  width: 14.65em;
  height: 3em;
  max-width: 300px;
}
@media only screen and (min-width: 1300px) {
  #logo svg {
    /* desk 1300w */
  }
  #logo svg .trait {
    transition: fill 0.33s ease-in-out;
  }
}
#logo svg .mono {
  stroke-width: 10px;
}
#logo svg #locale{
  display: none;
}

/* ===============================================
	contact info
=============================================== */
#contactinfo {
  text-align: center;
  width: auto;
  margin: 0 2px 0 0;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (min-width: 480px) {
  #contactinfo {
    margin: 0 0.2em 0 0;
    /* mintab 480w */
  }
}
#contactinfo .phone {
  font-weight: 700;
  border-radius: 44px;
  background-color: #eccc93;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #contactinfo .phone {
    width: 44px;
    /* midTab 768oo */
  }
  #contactinfo .phone .icon {
    display: block;
  }
  #contactinfo .phone .cta {
    white-space: nowrap;
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }
}
@media only screen and (min-width: 768px) {
  #contactinfo .phone {
    width: 10.25em;
    /* midTab 768w */
  }
  #contactinfo .phone .icon {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  #contactinfo .phone {
    line-height: 44px;
    font-size: clamp( 12px, 0.6em , 12px );
    /* midTab 1024oo */
  }
}
@media only screen and (min-width: 1024px) {
  #contactinfo .phone {
    line-height: 3.33333333;
    font-size: 0.6em;
    /* midTab 1024w */
  }
}
#contactinfo a {
  color: #fff;
  transition: background-color 0.33s ease-in-out;
}
#contactinfo a:hover {
  color: #fff;
  background-color: #3a465c;
}
/* ===============================================
	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 a {
  text-align: center;
  font-weight: 700;
  color: #fff;
  padding: 0;
  border-radius: 44px;
  background: #87b2be;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out;
}
@media only screen and (max-width: 767px) {
  #utilitynav a {
    width: 44px;
    /* midTab 768oo */
  }
  #utilitynav a .icon {
    display: block;
  }
  #utilitynav a .cta {
    white-space: nowrap;
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }
}
@media only screen and (min-width: 768px) {
  #utilitynav a {
    /* midTab 768w */
  }
  #utilitynav a .icon {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  #utilitynav a {
    line-height: 44px;
    font-size: clamp( 12px, 0.6em , 12px );
    /* midTab 1024oo */
  }
}
@media only screen and (min-width: 1024px) {
  #utilitynav a {
    line-height: 3.33333333;
    font-size: 0.6em;
    /* midTab 1024w */
  }
}
#utilitynav a:hover {
  color: #fff;
  background-color: #3a465c;
}
@media only screen and (min-width: 768px) {
  #utilitynav a.appointmentrequest {
    width: 10.25em;
    /* midTab 768w */
  }
}
/* ==================================================================
	slideshow
=================================================================== */
#slideshow {
  font-size: 2vw;
  text-align: center;
  color: #fff;
  min-height: 55vw;
  background: #444;
  position: relative;
  z-index: 400;
}
@media only screen and (min-width: 1024px) {
  #slideshow {
    font-size: inherit;
    width: 100%;
    margin-top: 0;
    top: 0;
    /* maxTab 1024w */
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1999px) {
  #slideshow {
    min-height: 1125px;
    /* range 1300w - 1999oo */
  }
}
#slideshow:before {
  content: '';
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.99) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.99) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.99) 0%, rgba(0, 0, 0, 0) 100%);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 50%;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.3;
  z-index: 1;
}
#slideshow .welcomevid {
  width: 100%;
  vertical-align: top;
  aspect-ratio: 16 / 9;
}
@media only screen and (min-width: 1300px) {
  #slideshow .welcomevid {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1999px) {
  #slideshow .welcomevid {
    width: 2000px;
    /* margin: 0 calc(-1000px + 50vw); */
    /* range 1300w - 1999oo */
    height: 100vh !important;
    object-fit: cover;
  }
}
/* ==================================================================
	.spotlight
=================================================================== */
.spotlight {
  text-align: center;
  position: relative;
  z-index: 400;
}
.spotlight.top {
  background-color: #ffffff;
  border-top: 2.05em solid #ffffff;
  border-bottom: 2.05em solid #ffffff;
}
.spotlight.bottom {
  border-top: 2em solid #ffffff;
}
.spotlight > div {
  position: relative;
}
/* ===============================================
	spot01
=============================================== */
.spot01 {
  color: #3a465c;
}
@media only screen and (max-width: 665px) {
  .spot01 {
    padding: 3em 0;
    /* custom opt-out 666oo */
  }
}
@media only screen and (min-width: 666px) {
  .spot01 {
    font-size: 1.4vw;
    font-size: min(1.4vw, 1em);
    padding: 4.15em 0;
    direction: rtl;
    /* custom 666w */
  }
}
@media only screen and (min-width: 1300px) {

  .spot01[data-ready] .decoration {
    transform: translate3d(75vw, 0, 0);
    opacity: 0;
  }
  .no-appearance .spot01[data-ready] .decoration {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.spot01 .decoration {
  width: 80%;
  max-width: 31.35em;
  max-width: 25.35em;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
@media only screen and (min-width: 666px) {
  .spot01 .decoration {
    margin: 0 0 0 9.15em;
    /* custom 666w */
  }
}
@media only screen and (min-width: 1300px) {
  .spot01 .decoration {
    transition-property: transform, opacity;
    transition-duration: 0.99s;
    transition-timing-function: ease-out;
    transition-delay: 0s;
    /* desk 1300w */
  }
}
.spot01 .decoration:before,
.spot01 .decoration:after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  background-color: #eccc93;
  opacity: 0.5;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  transform: translate3d(0, 0, 0) scale(0);
  z-index: 1;
}
.spot01 .decoration[data-active]:before,
.spot01 .decoration[data-active]:after {
  transition-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
  transition-duration: 1.32s;
}
.spot01 .decoration[data-active]:before {
  transform: translate3d(0, 0, 0) scale(0.66826156);
  transform: translate3d(0, 0, 0) scale(1);
  transition-delay: 0.99s;
}
.no-appearance .spot01 .decoration[data-active]:before {
  transform: translate3d(0, 0, 0) scale(1);
}
.spot01 .decoration[data-active]:after {
  transform: translate3d(0, 0, 0) scale(0.55661882);
    transform: translate3d(0, 0, 0) scale(0.875);
  transition-delay: 0.66s;
}
.no-appearance .spot01 .decoration[data-active]:after {
  transform: translate3d(0, 0, 0) scale(1);
}
.spot01 .decoration[data-active] img {
  transform: translate3d(0, 0, 0) scale(0.45773525);
  transform: translate3d(0, 0, 0) scale(0.75);
  transition-timing-function: cubic-bezier(0.68, -0.6, 0.32, 1.6);
  transition-duration: 0.99s;
}
.no-appearance .spot01 .decoration[data-active] img {
  transform: translate3d(0, 0, 0) scale(1);
  opacity: 1;
}
.spot01 .decoration img {
  width: 100%;
  border-radius: 50%;
  display: block;
  position: relative;
  z-index: 420;
  transition: transform 0.66s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.spot01 .mod {
  color: #3a465c;
  width: 96%;
  max-width: 27.6em;
  padding: 2em 0 0;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  direction: ltr;
  transition: color 0.33s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .spot01 .mod {
    padding: 0;
    /* midTab 768w */
  }
}
.spot01 .mod:hover {
  color: #6c9fad;
}
.spot01 .mod .mark {
  width: 96.19565217%;
  max-width: 26.55em;
  height: auto;
  max-height: 33.4em;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  right: 0;
  left: 0;
  z-index: 1;
  opacity: 0.1;
}
.spot01 h2.topic {
  line-height: 1;
  font-size: 2.6em;
  display: block;
  position: relative;
  z-index: 420;
}
@media only screen and (min-width: 1300px) {
  .spot01 h2.topic {
    margin-bottom: 0.92307692em;
    /* desk 1300w */
  }
}
.spot01 .info {
  line-height: 1.2;
  font-size: 1em;
  font-weight: 900;
}

@media only screen and (max-width: 1299px) {
  .spot01 .info {
    font-size: clamp( 12px, 1em, 20px);
  }
}

@media only screen and (min-width: 0px) {
  .spot01 .info {
    display: block;
    /* desk 1300w */
  }
}
/* ===============================================
	spot02
=============================================== */
.spot02 {
  text-align: center;
  padding: 2em 0;
  margin: 0;
  position: relative;
  z-index: 410;
}
@media only screen and (max-width: 479px) {
  .spot02 {
    font-size: 3.2vw;
    /* mintab opt-out 480oo */
  }
}
@media only screen and (min-width: 480px) {
  .spot02 {
    font-size: 1.7vw;
    font-size: min(1.7vw, 1em);
    /* mintab 480w */
  }
}
@media only screen and (min-width: 979px) {
  .spot02 {
    padding: 2.15em 0;
    /* custom 979w */
  }
}
@media only screen and (min-width: 1300px) {
  .spot02 {
    /* desk 1300w */
  }
  .spot02[data-ready] a {
    transform: translate3d(-100vw, 0, 0);
    opacity: 0;
  }
  .no-appearance .spot02[data-ready] a {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.spot02 a {
  color: #fff;
  width: 28.25em;
  border-radius: 1rem;
  padding: 2.8em 0;
  background-color: #3a465c;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .spot02 a {
    width: 44%;
    margin: 2%;
    /* midTab opt-out 768oo */
  }
}
@media only screen and (min-width: 768px) {
  .spot02 a {
    width: calc(33.33% - 1.4em );
    margin: 0 0.7em;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 1300px) {
  .spot02 a {
    transition-property: transform, opacity;
    transition-duration: 0.99s;
    transition-timing-function: ease-out;
    transition-delay: calc(0.09s * var(--index) );
    /* desk 1300w */
  }
}
.spot02 a:hover {
  z-index: 400;
}
.spot02 a:hover .icon .rangs {
  animation: tone 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
}
.spot02 a:hover .icon .handset {
  animation: tone 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
  animation-direction: reverse;
}
.spot02 a:hover .icon .toofL {
  transform: translate3d(48%, 9%, 0) rotate(-6deg) rotateY(180deg);
}
.spot02 a:hover .icon .toofR {
  transform: translate3d(-32%, -24%, 0) rotate(-12deg) rotateY(-180deg);
}
.spot02 a:hover .icon .animatron {
  animation-name: pulse_custom;
  animation-fill-mode: both;
  animation-duration: 0.8s;
}
.spot02 a:hover .icon .marker {
  transform: translateX(0) rotateY(-180deg);
}
.spot02 a:hover .fauxbtn {
  background-color: #eccc93;
  border-color: #eccc93;
}
.spot02 a .icon {
  width: 4.05em;
  height: 3.6em;
  margin: 0 auto 0.75em;
  display: block;
}
@media only screen and (max-width: 1299px) {
  .spot02 a .icon {
    font-size: clamp( 1rem, 1em, 20px);
    /* desk 1300oo */
  }
}
.spot02 a .icon .rangs {
  transform-origin: 55.55555556% 38.88888889%;
}
.spot02 a .icon .handset {
  transform-origin: 11.11111111% 90.27777778%;
}
.spot02 a .icon .toofL,
.spot02 a .icon .toofR {
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
}
.spot02 a .icon .toofL {
  transform-origin: 26.54320988% 36.11111111%;
}
.spot02 a .icon .toofR {
  transform-origin: 71.60493827% 54.16666667%;
}
.spot02 a .icon .animatron {
  transform-origin: 27.16049383% 65.27777778%;
}
.spot02 a .icon .marker {
  transform-origin: 27.16049383% 65.27777778%;
  transition: transform 0.66s ease-in-out;
}
.spot02 a h2.topic {
  line-height: 1;
  margin-bottom: 0.6969697em;
  display: block;
  color: #fff;
}
@media only screen and (max-width: 479px) {
  .spot02 a h2.topic {
    font-size: 12px;
    /* mintab 480oo */
  }
}
@media only screen and (min-width: 480px) and (max-width: 1299px) {
  .spot02 a h2.topic {
    font-size: clamp( 12px, 1.65em , 33px );
    /* range 480w - 1300oo */
  }
}
@media only screen and (min-width: 1300px) {
  .spot02 a h2.topic {
    font-size: 1.65em;
    /* desk 1300w */
  }
}
.spot02 a .fauxbtn {
  font-size: 20px;
  width: 2.1em;
  height: 2.1em;
  border-radius: 50%;
  border: 2px solid currentcolor;
  margin-left: auto;
  margin-right: auto;
  display: block;
  transition: background-color 0.33s ease-in-out, border-color 0.33s ease-in-out;
}
@media only screen and (max-width: 1299px) {
  .spot02 a .fauxbtn {
    font-size: clamp( 1rem, 1em, 20px);
    /* desk 1300oo */
  }
}
/* ==================================================================
	subnav
=================================================================== */
/* TOP ORIENTED */
#subnav {
  text-align: center;
  color: #fff;
  padding: 3.725em 0;
  background-color: #3a465c;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 1300px) {
  #subnav {
    padding: 0;
    height: 15.45em;
    /* desk 1300w */
  }
}
#subnav .container {
  max-width: 34.5em;
}
@media only screen and (min-width: 1300px) {
  #subnav .container {
    position: absolute;
    right: 0;
    bottom: 3.725em;
    left: 0;
    /* desk 1300w */
  }
}
#subnav p {
  line-height: 1.2;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 1299px) {
  #subnav p {
    font-size: clamp( 12px, 0.75em , 15px );
    /* desk 1300oo */
  }
}
@media only screen and (min-width: 1300px) {
  #subnav p {
    font-size: 0.75em;
    /* desk 1300w */
  }
}
#subnav a {
  color: #fff;
  margin: 0 0.8em;
  padding: 0.6em 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  #subnav a {
    margin: 0;
    padding: 0;
    /* maxTab 1024w */
  }
}
#subnav a:hover,
#subnav a.active {
  color: #eccc93;
  text-decoration: none;
}
#subnav .divider {
  display: none;
}
@media only screen and (min-width: 1024px) {
  #subnav .divider {
    margin: 0 0.6em;
    display: inline-block;
    vertical-align: top;
    /* maxTab 1024w */
  }
}
/* ==================================================================
	content
=================================================================== */
#bd {
  padding: 3em 0;
  background: #fff;
  position: relative;
  z-index: 400;
}
@media only screen and (min-width: 768px) {
  #bd {
    padding: 3em 0 3.5em;
    /* midTab 768w */
  }
}
#bd.sub {
  border-top: 0.45em solid #ffffff;
  border-bottom: 0.45em solid #ffffff;
  /* fractional bg image on subpages */
}
#bd.sub:after {
  content: none;
  height: 100%;
  display: block;
  position: absolute;
  top: 2em;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
body.testimonials #bd.sub:after {
  background: url(../images/nav/bdsub01.jpg) no-repeat 100% 0;
}
body.office-visits #bd.sub:after {
  background: url(../images/nav/bdsub02.jpg) no-repeat 100% 0;
}
body.financial-information #bd.sub:after {
  background: url(../images/nav/bdsub03.jpg) no-repeat 100% 0;
}
body.pediatric-dental-faqs #bd.sub:after {
  background: url(../images/nav/bdsub04.jpg) no-repeat 100% 0;
}
body.why-choose-a-pediatric-dentist #bd.sub:after {
  background: url(../images/nav/bdsub05.jpg) no-repeat 100% 0;
}
body.dental-care-for-your-baby #bd.sub:after {
  background: url(../images/nav/bdsub06.jpg) no-repeat 100% 0;
}
body.the-importance-of-baby-teeth #bd.sub:after {
  background: url(../images/nav/bdsub07.jpg) no-repeat 100% 0;
}
body.pediatric-dental-emergencies #bd.sub:after {
  background: url(../images/nav/bdsub08.jpg) no-repeat 100% 0;
}
body.preventive-care #bd.sub:after {
  background: url(../images/nav/bdsub09.jpg) no-repeat 100% 0;
}
body.pediatric-dental-crowns #bd.sub:after {
  background: url(../images/nav/bdsub10.jpg) no-repeat 100% 0;
}
body.tongue-tie #bd.sub:after {
  background: url(../images/nav/bdsub11.jpg) no-repeat 100% 0;
}
body.pulpotomy-pulpectomy #bd.sub:after {
  background: url(../images/nav/bdsub12.jpg) no-repeat 100% 0;
}
body.sedation-dentistry #bd.sub:after, body.what-sets-us-apart #bd.sub:after {
  background: url(../images/nav/bdsub13.jpg) no-repeat 100% 0;
}
body.waterlase-md #bd.sub:after {
  background: url(../images/nav/bdsub14.jpg) no-repeat 100% 0;
}
body.zirconia-crowns #bd.sub:after {
  background: url(../images/nav/bdsub15.jpg) no-repeat 100% 0;
}
body.office-location #bd.sub:after {
  background: url(../images/nav/bdsub16.jpg) no-repeat 100% 0;
}
body.appointment #bd.sub:after {
  background: url(../images/nav/bdsub17.jpg) no-repeat 100% 0;
}
@media only screen and (min-width: 768px) {
  #bd.sub:after {
    content: '';
    width: 37.5%;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 1300px) {
  #bd.sub:after {
    right: 50%;
    /* background-attachment: fixed;
    background-position: right calc(43.5vw + 13.05em ) top 0 */
    /* desk 1300w */
  }
}
#bd .container {
  max-width: 64.5em;
}
#content {
  display: block;
}
@media only screen and (min-width: 768px) {
  #content {
    width: 61.62790698%;
    max-width: 39.75em;
    float: right;
    /* midTab 768w */
  }
  #content p {
    text-align: justify;
  }
}
#content .content-text {
  line-height: 1.68421053;
}
@media only screen and (min-width: 1300px) {
  #content .content-text {
    font-size: 0.95em;
    /* desk 1300w */
  }
}
/* ==================================================================
	.home content
=================================================================== */
.home #bd {
  padding: 0;
  border-top: 1.95em solid #ffffff;
  border-bottom: 1.95em solid #ffffff;
}
.home #bd .container {
  max-width: 76.3em;
}
.home #bd #content {
  padding: 5.125em 2.5%;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .home #bd #content {
    width: 69%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    float: none;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 1300px) {
  .home #bd #content {
    max-width: 29.5em;
    padding: 5.125em 0;
    margin-right: 0;
    /* desk 1300w */
  }
}
.home #bd #content:after {
  content: '';
  height: 100%;
  width: auto;
  border-radius: 5em;
  background-color: #fbf5e9;
  display: block;
  position: absolute;
  top: 0;
}
@media only screen and (max-width: 1299px) {
  .home #bd #content:after {
    left: -1em;
    right: -1em;
    /* desk 1300oo */
  }
}
@media only screen and (min-width: 1300px) {
  .home #bd #content:after {
    width: 100vw;
    left: -34.2em;
    /* desk 1300w */
  }
}
.home #bd #content .content-text {
  line-height: 1.57894737;
  position: relative;
  z-index: 420;
}
@media only screen and (min-width: 768px) {
  .home #bd #content p {
    text-align: justify;
    /* midTab 768w */
  }
}
.home #bd .ornament {
  width: 45.3em;
  border-radius: 2.5em;
  margin-right: 0.75em;
  background-color: #cccccc;
  position: absolute;
  top: 3.9em;
  right: 50%;
}
@media only screen and (max-width: 1299px) {
  .home #bd .ornament {
    /* display: none; */
    /* desk 1300oo */
  }
}
@media only screen and (min-width: 1300px) {
  .home #bd .ornament {
    display: block;
    /* desk 1300w */
  }
}
/* ==================================================================
	custom content
=================================================================== */
.home #content a {
    color: #87B2BE !important;
}
.home #content a:hover {
    color: #558e9e !important;
    text-decoration: none;
}
.testimonials #content .mediaslider .tslide p {
    margin-top: 2em;
}

.mediaslider {
  text-align: center;
}
.mediaslider .cycle-slideshow {
  width: 100%;
  margin: 0.5em 0 1.5em;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .mediaslider .cycle-slideshow .cycle-slide {
    padding: 0 5%;
    /* midTab opt-out 768oo */
  }
}
.mediaslider .cycle-slideshow > button {
  font-size: 2.8em;
  color: #eccc93;
  background: none;
  border: none;
  -webkit-appearance: none;
  position: absolute;
  top: 50%;
  z-index: 900;
  transform: translate3d(0, -50%, 0);
}
.mediaslider .cycle-slideshow > button .icon {
  transition: transform 0.35s ease, opacity 0.35s ease;
}
.mediaslider .cycle-slideshow > button.cycle-prev {
  text-align: left;
  left: 0;
}
.mediaslider .cycle-slideshow > button.cycle-prev .icon {
  transform-origin: left center;
}
.mediaslider .cycle-slideshow > button.cycle-next {
  text-align: right;
  direction: rtl;
  right: 0;
}
.mediaslider .cycle-slideshow > button.cycle-next .icon {
  transform-origin: right center;
}
.mediaslider .cycle-slideshow > button:hover {
  cursor: pointer;
}
.mediaslider .cycle-slideshow > button:hover .icon {
  transform: translate3d(0, 0, 0) scale(1.44);
  opacity: 0.68;
}
#content .mediaslider .tslide p {
  width: 80%;
  margin: auto;
  text-align: center;
  color: #87b2be;
}
#content .mediaslider .tslide p.testifier {
  font-weight: 600;
  font-size: 1.2;
}
/* content centered for slideshow and video-centric content */
.before-and-after #content,
.office-tour #content,
.smile-gallery #content,
.invisalign-videos #content {
  text-align: center;
}
.before-and-after #content h1,
.testimonials #content h1,
.office-tour #content h1,
.smile-gallery #content h1,
.invisalign-videos #content h1,
.before-and-after #content h2,
.office-tour #content h2,
.smile-gallery #content h2,
.invisalign-videos #content h2,
.before-and-after #content h3,
.office-tour #content h3,
.smile-gallery #content h3,
.invisalign-videos #content h3,
.before-and-after #content p,
.office-tour #content p,
.smile-gallery #content p,
.invisalign-videos #content p {
  text-align: center;
}
.before-and-after .img-left,
.office-tour .img-left,
.smile-gallery .img-left,
.invisalign-videos .img-left {
  float: none;
  margin: 0 auto;
}
/* blockquote styling */
#content blockquote {
  margin: 0 0 1.58em;
  padding: 0 0 0 1em;
  border-left: 0.33em solid #f0f0f0;
}
/* comment line below if patient-login is live and legit */
.financial-information #financial-online-services {
  display: none;
}
/* office location ancillary image style */
@media only screen and (max-width: 767px) {
  .locationimg {
    margin: 0 auto 1em;
    /* midTab 768oo */
  }
}
@media only screen and (min-width: 768px) {
  .locationimg {
    margin: 0 0 1em 1em;
    float: right;
    /* midTab 768w */
  }
}
/* 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: 768px) {
  .before-after-image img,
  .before-after-image span {
    width: 100%;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 768px) {
  .before-after-box,
  p.before-after-text {
    width: 49%;
    display: inline-block;
    vertical-align: top;
  }
  /* midTab 768w */
}
/* common procedures */
@media only screen and (min-width: 1300px) {
  .common-procedures #content h2[id] {
    scroll-margin-top: 10em;
  }
  /* desk 1300w */
}
/* 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: 1300px) {
  #coronavirus-update {
    font-size: 1em;
    /* desk 1300w */
  }
}
/* meet-dr-josh-morales || meet the doctor */
.meet-dr-josh-morales #content header.sub h1,
.meet-dr-josh-morales #content header.sub h2 {
  text-align: center;
}
.meet-dr-josh-morales #content ul li {
  list-style: disc outside url('../images/icons/bullet.svg');
}
.meet-dr-josh-morales #content [data-top] {
  padding: 2.5em 0;
  display: block;
  position: relative;
  z-index: 420;
}
@media only screen and (min-width: 666px) {
  .meet-dr-josh-morales #content [data-top] {
    display: flex;
    align-items: center;
    justify-content: center;
    /* custom 666w */
  }
}
.meet-dr-josh-morales #content [data-top]:after {
  content: '';
  width: 100vw;
  height: 100%;
  background-color: #f0f6f7;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  transform: translate3d(-50%, 0, 0);
}
.meet-dr-josh-morales #content [data-top] .decoration {
  max-width: 27.5em;
}
@media only screen and (max-width: 665px) {
  .meet-dr-josh-morales #content [data-top] .decoration {
    width: 80%;
    margin: 0 auto 2em;
    display: block;
    /* custom 666oo */
  }
}
@media only screen and (min-width: 666px) {
  .meet-dr-josh-morales #content [data-top] .decoration {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    /* custom 666w */
  }
}
.meet-dr-josh-morales #content [data-top] h3 {
  color: #6c9fad;
}
.meet-dr-josh-morales #content [data-top] .info {
  width: 96%;
}
@media only screen and (min-width: 666px) {
  .meet-dr-josh-morales #content [data-top] .info {
    width: 44%;
    max-width: 27.5em;
    margin: 0 0 0 4%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    /* custom 666w */
  }
}
.meet-dr-josh-morales #content [data-dark] {
  padding: 2.5em 0;
  display: block;
  position: relative;
  z-index: 420;
}
.meet-dr-josh-morales #content [data-dark]:after {
  content: '';
  width: 100vw;
  height: 100%;
  background-color: #87b2be;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  transform: translate3d(-50%, 0, 0);
}
.meet-dr-josh-morales #content [data-bott] {
  padding: 3.2em 0;
  display: block;
  position: relative;
  z-index: 420;
}
@media only screen and (min-width: 666px) {
  .meet-dr-josh-morales #content [data-bott] {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    /* custom 666w */
  }
}
.meet-dr-josh-morales #content [data-bott]:after {
  content: '';
  width: 100vw;
  height: 100%;
  background-color: #deeaed;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  transform: translate3d(-50%, 0, 0);
}
.meet-dr-josh-morales #content [data-bott] h3 {
  font-size: 2em;
  color: #3a465c;
}
@media only screen and (min-width: 666px) {
  .meet-dr-josh-morales #content [data-bott] h3 {
    width: 27%;
    /* custom 666w */
  }
}
@media only screen and (min-width: 666px) {
  .meet-dr-josh-morales #content [data-bott] ul {
    width: 66%;
    margin-left: 6%;
    /* custom 666w */
  }
}
.meet-dr-josh-morales #content [data-bott] ul li {
  margin-bottom: 1em;
}
/* ==================================================================
	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;
}
.team {
  width: 100%;
  max-width: 1000px;
  margin: 2% auto;
  display: block;
}

  .int-vids {
    width: 100%;
  }
/* ==================================================================
	sitemap
=================================================================== */
.sitemap #content .column > ul > li {
  margin-bottom: 1.45em;
}
.sitemap #content ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
}
.sitemap #content ul a {
  line-height: 1.52173913;
  font-size: 1.21052632em;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  color: #eccc93;
  transition-duration: 0s;
}
.sitemap #content ul ul li a {
  line-height: 1.68421053;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  color: #eccc93;
  margin-left: 0;
  /*to increase space adjust [body.sitemap #bd ul ul li] below*/
}
.sitemap #content a:hover {
  color: #3a465c;
  text-decoration: none;
}
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: 768px) {
  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: 15em;
  margin: 0 auto 6%;
  padding: 0;
  display: none;
  position: relative;
  z-index: 420;
}
@media only screen and (min-width: 768px) {
  #sidebar {
    width: 23.25581395%;
    margin: 0 0 1em;
    display: block;
    float: left;
    clear: left;
    /* midTab 768w */
  }
}
/* ===============================================
	sitepics
=============================================== */
#hide-stock {
  position: relative;
}
.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 - */
/* ===============================================
	spot03
=============================================== */
.spot03 {
  text-align: center;
  color: #fff;
  padding: 2em 0;
  margin: 0;
  background: #000000 no-repeat center center;
  background-size: cover;
  position: relative;
  z-index: 410;
}
@media only screen and (max-width: 479px) {
  .spot03 {
    font-size: 3.2vw;
    /* mintab opt-out 480oo */
  }
}
@media only screen and (min-width: 480px) {
  .spot03 {
    font-size: 1.4vw;
    font-size: min(1.4vw, 1em);
    padding: 11.85em 0 14.05em;
    /* mintab 480w */
  }
}
@media only screen and (min-width: 1300px) {
  .spot03 {
    /* desk 1300w */
  }
  .spot03[data-ready] a {
    transform: translate3d(0, 0, 0) scale(0.66);
    opacity: 0;
  }
  .no-appearance .spot03[data-ready] a {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 1;
  }
}
.spot03:before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000000;
  opacity: 0.2;
  z-index: 1;
}
.spot03 h2.topic {
  line-height: 1;
  font-size: 3.25em;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
  position: relative;
  z-index: 420;
  color: #fff;
}
@media only screen and (max-width: 665px) {
  .spot03 h2.topic {
    margin-bottom: 1.07692308em;
    /* custom 666oo */
  }
}
@media only screen and (min-width: 666px) {
  .spot03 h2.topic {
    margin-bottom: 2.15384615em;
    /* custom 666w */
  }
}
.spot03 a {
  color: #fff;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
  transition: transform 0.33s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .spot03 a {
    width: 44%;
    margin: 2%;
    /* midTab opt-out 768oo */
  }
}
@media only screen and (min-width: 768px) {
  .spot03 a {
    width: 25%;
    max-width: 16.65em;
    margin: 0;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 1300px) {
  .spot03 a {
    transition-property: transform, opacity;
    transition-duration: 1.32s;
    transition-timing-function: ease-out;
    transition-delay: calc(0.33s * var(--index) );
    /* desk 1300w */
  }
}
.spot03 a:before,
.spot03 a:after {
  font-family: 'Font Awesome 5';
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  font-size: 5em;
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.spot03 a:before {
  transform-origin: right;
}
.spot03 a:after {
  transform-origin: left;
}
.spot03 a:hover:before {
  animation: omni-1 1.32s cubic-bezier(0, 0.55, 0.45, 1) forwards;
}
.spot03 a:hover:after {
  animation: omni-2 1.32s cubic-bezier(0, 0.55, 0.45, 1) forwards;
}
.spot03 a:hover.crowns:before {
  animation-delay: 0.36s;
}
.spot03 a:hover.crowns:after {
  animation-delay: 0.39s;
}
.spot03 a:hover.lazer:before {
  animation-delay: 0.45s;
}
.spot03 a:hover.lazer:after {
  animation-delay: 0.24s;
}
.spot03 a:hover.lips:before {
  animation-delay: 0.69s;
}
.spot03 a:hover.trauma:before {
  animation-delay: 0.69s;
}
.spot03 a:hover.trauma:after {
  animation-delay: 0.24s;
}
.spot03 a:hover .icon .motionpath {
  transform: translate(0, 16%);
}
.spot03 a:hover .icon .cap {
  transform: translate(0, 17%) rotateY(-180deg);
}
.spot03 a:hover .icon .aquapik {
  transform: translate3d(0, 0, 0) rotate(33deg);
}
.spot03 a:hover .icon .aqua {
  transform: translate3d(0, 0, 0) scale(0);
  transform-origin: 62.55506608% 45.35714286%;
  transition-timing-function: linear;
  transition-duration: 0.15s;
  transition-delay: 0s;
}
.spot03 a:hover .icon .tongue {
  transform: translate3d(0, 0, 0) scaleY(0);
}
.spot03 a:hover .icon .lipBott {
  transform-origin: 0% 0%;
  opacity: 1;
}
.spot03 a:hover .icon .lipTop {
  transform-origin: 49.77973568% 30%;
}
.spot03 a:hover .icon g.ready {
  transform: translate3d(0, 0, 0) scaleX(1.2) scaleY(1.1);
  opacity: 0;
  transform-origin: 50.22026432% 68.57142857%;
  transition-timing-function: cubic-bezier(0, 0.55, 0.45, 1);
  transition-duration: 0.24s;
  transition-delay: 0.33s;
}
.spot03 a:hover .icon .hov {
  transform: translate3d(0, 0, 0) scale(1);
  opacity: 1;
  transition-timing-function: cubic-bezier(0, 0.55, 0.45, 1);
  transition-duration: 0.24s;
  transition-delay: 0.33s;
}
.spot03 a:hover .icon .mute {
  transform: translate3d(0, 0, 0) rotateX(180deg);
  transition-delay: 0.33s;
}
.spot03 a:hover .icon .pain {
  transform: translate3d(0, 0, 0) scale(2);
  opacity: 0;
  transition-timing-function: cubic-bezier(0.36, 0, 0.66, -0.56);
  transition-duration: 0.45s;
}
.spot03 a.crowns:before {
  content: '\f890';
  top: 21%;
  left: 30%;
}
.spot03 a.crowns:after {
  content: '\e5d6';
  top: 12%;
  left: 60%;
}
.spot03 a.lazer:before {
  content: '\f7d4';
  top: 12%;
  left: 21%;
}
.spot03 a.lazer:after {
  content: '\f621';
  top: 18%;
  left: 44%;
  transform-origin: bottom;
}
.spot03 a.lips:before {
  content: '\f7d4';
  top: 21%;
  left: 21%;
  transform-origin: right;
}
.spot03 a.trauma:before {
  content: '\e390';
  top: 27%;
  left: 38%;
  transform-origin: bottom;
}
.spot03 a.trauma:after {
  content: '\f004';
  top: 33%;
  left: 24%;
  transform-origin: right;
}
.spot03 a .icon {
  width: 14.35em;
  height: 14em;
  margin: 0 auto 2.85em;
  perspective: 1000px;
  display: block;
}
.spot03 a .icon g,
.spot03 a .icon path {
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
}
.spot03 a .icon .cap {
  transform-origin: 49.77973568% 28.21428571%;
}
.spot03 a .icon .aquapik {
  transform-origin: 74.88986784% 7.85714286%;
}
.spot03 a .icon .aqua {
  transform-origin: 62.11453744% 16.42857143%;
  transition-timing-function: cubic-bezier(0, 0.55, 0.45, 1);
  transition-duration: 0.66s;
  transition-delay: 0.33s;
}
.spot03 a .icon .ready {
  transform-origin: 49.77973568% 47.85714286%;
}
.spot03 a .icon .lipTop {
  transform-origin: 49.77973568% 47.85714286%;
}
.spot03 a .icon .lipBott {
  transform-origin: 49.77973568% 43.92857143%;
}
.spot03 a .icon .tongue {
  transform-origin: 49.77973568% 48.92857143%;
}
.spot03 a .icon .hov {
  transform: translate3d(0, 7%, 0) scale(0.8);
  transform-origin: 49.77973568% 51.07142857%;
}
.spot03 a .icon .mute {
  transform-origin: 60.35242291% 69.28571429%;
}
.spot03 a .icon .pain {
  transform-origin: 51.98237885% 60%;
}
.spot03 a h3.topic {
  line-height: 1.22222222;
  text-transform: uppercase;
  display: block;
  color: #fff;
}
@media only screen and (max-width: 1299px) {
  .spot03 a h3.topic {
    font-size: clamp( 12px, 1.35em , 27px );
    /* desk 1300oo */
  }
}
@media only screen and (min-width: 1300px) {
  .spot03 a h3.topic {
    font-size: 1.35em;
    /* desk 1300w */
  }
}
/* ===============================================
	spot04
=============================================== */
.spot04 {
  padding: 3em 0;
  background-color: #558e9e;
  border-top: 0.55em solid #ffffff;
  border-bottom: 0.55em solid #ffffff;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .spot04 {
    padding: 5.8em 0 2.2em;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 1300px) {
  .spot04 {
    /* desk 1300w */
  }
  .spot04[data-ready]:before,
  .spot04[data-ready]:after {
    transform: translate3d(-50%, -50%, 0) scale(0);
    opacity: 0;
  }
  .no-appearance .spot04[data-ready]:before,
  .no-appearance .spot04[data-ready]:after {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  .spot04[data-ready] .child00 {
    transform: translate3d(-75vw, 0, 0);
  }
  .no-appearance .spot04[data-ready] .child00 {
    transform: translate3d(0, 0, 0);
  }
  .spot04[data-ready] .child01 {
    transform: translate3d(75vw, 0, 0);
  }
  .no-appearance .spot04[data-ready] .child01 {
    transform: translate3d(0, 0, 0);
  }
}
.spot04:before,
.spot04:after {
  content: '';
  border-radius: 50%;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  z-index: 1;
}
@media only screen and (max-width: 1299px) {
  .spot04:before,
  .spot04:after {
    font-size: 1vw;
    /* desk 1300oo */
  }
}
@media only screen and (min-width: 1300px) {
  .spot04:before,
  .spot04:after {
    font-size: 1.32vw;
    font-size: min(1.32vw, 1em);
    transition-property: transform, opacity;
    transition-duration: 0.99s, 1.65s;
    transition-timing-function: cubic-bezier(0.33, 1.95, 0.66, 1), ease-out;
    /* desk 1300w */
  }
}
.spot04:after {
  width: 66.85em;
  height: 66.85em;
  background-color: #87b2be;
  transition-delay: 0.66s;
}
.spot04:before {
  width: 80.85em;
  height: 80.85em;
  background-color: #6c9fad;
}
.spot04 .tshow {
  color: #3a465c;
  width: 96%;
  max-width: 49.5em;
  margin: 0 auto 1.25em;
  display: block;
  position: relative;
  z-index: 420;
  -webkit-filter: drop-shadow(0 0 0.5em rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0 0 0.5em rgba(0, 0, 0, 0.1));
}
.spot04 .tshow .cycle-carousel-wrap {
  display: flex!important;
  justify-content: space-around;
}
.spot04 .tshow .cycle-carousel-wrap .tslide {
  display: inline-flex !important;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}
.spot04 .tshow .tslide {
  white-space: normal;
  width: 100%;
  padding: 2.35em 0 3.35em;
  display: block;
  position: relative;
}
@media only screen and (min-width: 666px) {
  .spot04 .tshow .tslide {
    position: relative!important;
    /* custom 666w */
  }
}
.spot04 .tshow .tslide:after {
  content: '';
  height: 100%;
  width: 93.93939394%;
  border-radius: 1em;
  margin: auto;
  background-color: #fbf5e9;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.spot04 .quote {
  width: 2.75em;
  height: 2.25em;
  margin: 0 auto 0.9em;
  display: block;
  position: relative;
  z-index: 420;
}
.spot04 .testimony {
  line-height: 1.20833333;
  font-size: 1.2em;
  width: 82.58064516%;
  margin: 0 auto 1.25em;
  display: block;
  position: relative;
  z-index: 420;
}
.spot04 .testifier {
  line-height: 1;
  font-size: 1.05em;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  position: relative;
  z-index: 420;
}
.spot04 .links {
  width: 100%;
  display: block;
  position: relative;
  z-index: 420;
  white-space: nowrap;
}
.spot04 .spotbtn {
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  width: 8.66666667em;
  border-radius: 2em;
  background-color: #eccc93;
  display: inline-block;
  vertical-align: top;
  transition: background-color 0.33s ease-in-out;
}
@media only screen and (max-width: 1299px) {
  .spot04 .spotbtn {
    line-height: 44px;
    font-size: clamp( 12px, 0.6em , 12px );
    /* desk 1300oo */
  }
}
@media only screen and (min-width: 1300px) {
  .spot04 .spotbtn {
    line-height: 3.25;
    font-size: 0.6em;
    /* desk 1300w */
  }
}
.spot04 .spotbtn:hover {
  background-color: #3a465c;
}
.spot04 .socialmedia {
  line-height: 0;
  color: #fff;
  width: auto;
  height: auto;
  border-radius: 2em;
  margin: 0;
  background-color: #eccc93;
  display: inline-block;
  vertical-align: top;
  position: relative;
  white-space: nowrap;
  transition: background-color 0.33s ease-in-out;
}
@media only screen and (max-width: 1299px) {
  .spot04 .socialmedia {
    text-align: right;
    padding-left: 1.5em;
    /* desk 1300oo */
  }
}
@media only screen and (min-width: 1300px) {
  .spot04 .socialmedia {
    text-align: center;
    min-width: 8.45em;
    /* desk 1300w */
  }
}
.spot04 .socialmedia[data-active] {
  background-color: #3a465c;
}
@media only screen and (min-width: 1300px) {
  .spot04 .socialmedia[data-active] {
    /* desk 1300w */
  }
  .spot04 .socialmedia[data-active]:before {
    font-size: 0;
    transform: translate3d(0, 0, 0) scaleY(0);
    opacity: 0;
    transition-delay: 0s, 0s, 0.24s;
  }
  .no-appearance .spot04 .socialmedia[data-active]:before {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 1;
  }
}
.spot04 .socialmedia:before {
  content: 'Leave a Review ';
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media only screen and (max-width: 1299px) {
  .spot04 .socialmedia:before {
    line-height: 44px;
    font-size: 12px;
    /* desk 1300oo */
  }
}
@media only screen and (min-width: 1300px) {
  .spot04 .socialmedia:before {
    line-height: 3.25;
    font-size: 0.6em;
    transition: transform 0.33s ease-in-out 0.24s, opacity 0.33s ease-in-out 0.24s, font-size 0.33s ease-in-out 0s;
    /* desk 1300w */
  }
}
.spot04 .socialmedia a {
  text-align: center;
  color: #fff;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
  transition: transform 0.33s ease-in-out, color 0.33s ease-in-out;
}
@media only screen and (max-width: 1299px) {
  .spot04 .socialmedia a {
    line-height: 44px;
    font-size: 12px;
    width: 44px;
    /* desk 1300oo */
  }
}
@media only screen and (min-width: 1300px) {
  .spot04 .socialmedia a {
    line-height: 3.25;
    font-size: 0.6em;
    width: 1.66666667em;
    /* desk 1300w */
  }
}
.spot04 .socialmedia a:not(.spot) {
  display: none;
}
.spot04 .socialmedia a:hover {
  color: #fff;
  z-index: 400;
  transform: translate3d(0, 0, 0) scale(1.44);
}
.spot04 .socialmedia a.facebook .icon:before {
  content: '\f09a';
}
.spot04 .socialmedia a .icon {
  line-height: inherit;
  text-align: center;
  position: relative;
}
.spot04 .child00,
.spot04 .child01 {
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  z-index: 430;
  pointer-events: none;
}
@media only screen and (max-width: 1023px) {
  .spot04 .child00,
  .spot04 .child01 {
    display: none;
    /* desk 1300oo */
  }
}
@media only screen and (min-width: 1300px) {
  .spot04 .child00,
  .spot04 .child01 {
    display: block;
    transition-property: transform, opacity;
    transition-duration: 0.99s;
    transition-timing-function: ease;
    /* desk 1300w */
  }
}
.spot04 .child00 {
  width: 5.8em;
  height: 12.9em;
  margin-right: 24.55em;
  right: 50%;
  transition-delay: 0.99s;
}
.spot04 .child01 {
  width: 7.55em;
  height: 9.1em;
  margin-left: 24.55em;
  left: 50%;
  transition-delay: 1.32s;
}
/* ==================================================================
	#ft
=================================================================== */
#ft {
  text-align: center;
  color: #fff;
  width: 100%;
  padding: 0;
  background: #cccccc no-repeat 100% 50%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
}
@media only screen and (min-width: 1300px) {
  #ft {
    background-size: auto 100%;
    background-position: 50% 50%;
    white-space: nowrap;
    /* desk 1300w */
  }
}
#ft:after {
  width: auto;
  height: 100%;
  border-radius: 0 10em 10em 0;
  margin-right: -12em;
  background-color: #3a465c;
  display: block;
  position: absolute;
  top: 0;
  right: 50%;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 1023px) {
  #ft:after {
    content: none;
    /* midTab 1024oo */
  }
}
@media only screen and (min-width: 1024px) {
  #ft:after {
    content: '';
    /* midTab 1024w */
  }
}
#ft a {
  color: #fff;
  transition: color 0.33s ease-in-out;
}
#ft a:hover {
  color: #eccc93;
}
#ft .map {
  width: 39.75em;
  border-radius: 2.5em;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1em solid rgba(255, 255, 255, 0);
  vertical-align: middle;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  #ft .map {
    display: none;
    /* midTab 1024oo */
  }
}
@media only screen and (min-width: 1024px) {
  #ft .map {
    display: inline-block;
    /* midTab 1024w */
  }
}
@media only screen and (min-width: 1408px) {
  #ft .map {
    margin-right: 2.75em;
    /* desk 1408w */
  }
}
#ft .map img {
  width: 100%;
  border-radius: 1.4em;
}
/* ===============================================
		locations
=============================================== */
#location {
  width: 100%;
  padding: 3em 0 0;
  display: block;
}
@media only screen and (max-width: 1023px) {
  #location {
    background-color: rgba(58, 70, 92, 0.9);
    /* midTab 1024oo */
  }
}
@media only screen and (min-width: 1024px) {
  #location {
    width: 39.34659091%;
    max-width: 27.65em;
    height: 40em;
    padding: 4.55em 0 0;
    display: inline-block;
    vertical-align: middle;
    /* midTab 1024w */
  }
}
#location .mod {
  text-align: center;
  width: 100%;
  max-width: 14.8em;
  display: block;
}
@media only screen and (max-width: 1299px) {
  #location .mod {
    margin: 0 auto;
    /* desk 1300oo */
  }
}
@media only screen and (min-width: 1300px) {
  #location .mod {
    margin: 0 auto 0 0;
    /* desk 1300w */
  }
}
#location .logo {
  line-height: 0;
  text-align: center;
  margin: 0 auto 2.05em;
  display: block;
}
#location .logo svg {
  width: 14.8em;
  height: 17.95em;
}
#location .logo svg .mark,
#location .logo svg .mono {
  transform: translate3d(0, 0, 0) scale(1.76862182);
}
#location .address {
  margin: 0 auto;
  display: block;
}
@media only screen and (max-width: 1023px) {
  #location .address {
    line-height: 22px;
    font-size: clamp( 12px, 0.7em , 14px );
    /* midTab 1024oo */
  }
}
@media only screen and (min-width: 1024px) {
  #location .address {
    line-height: 1.5;
    font-size: 0.7em;
    /* midTab 1024w */
  }
}
#location .address .marker {
  line-height: 1;
  font-size: 4.71428571em;
  color: #87b2be;
  margin-left: 3.24242424em;
  position: absolute;
  left: 50%;
  top: 5.37878788em;
  z-index: 400;
  transition: transform 0.33s ease-in-out;
  transform-origin: center bottom;
}
@media only screen and (max-width: 1023px) {
  #location .address .marker {
    display: none;
    /* midTab 1024oo */
  }
}
@media only screen and (min-width: 1024px) {
  #location .address .marker {
    display: block;
    /* midTab 1024w */
  }
}
#location .address .marker:before {
  color: currentcolor;
}
#location .address .marker:after {
  content: '';
  width: 1.10606061em;
  height: 1.01515152em;
  background: url(/wp-content/uploads/2026/05/shadowalt.png) no-repeat center center;
  background-size: cover;
  position: absolute;
  left: 0.2em;
  bottom: -0.15em;
  z-index: -1;
  -webkit-filter: blur(0.04125em);
  filter: blur(0.04125em);
  pointer-events: none;
}
#location .address:hover .marker {
  transform: translate3d(0, 0, 0) scale(2);
}
#location .phone {
  display: block;
  margin: 0 auto 1.96428571em;
}
@media only screen and (max-width: 767px) {
  #location .phone {
    line-height: 44px;
    font-size: clamp( 12px, 0.7em , 14px );
    /* midTab 768oo */
  }
}
@media only screen and (min-width: 768px) {
  #location .phone {
    line-height: 1.5;
    font-size: 0.7em;
    /* midTab 768w */
  }
}
#location .officehours {
  line-height: 0;
  display: block;
}
#location .officehours > div {
  line-height: 1.33333333;
  display: block;
}
@media only screen and (max-width: 1299px) {
  #location .officehours > div {
    font-size: clamp( 12px, 0.6em , 12px );
    /* desk 1300oo */
  }
}
@media only screen and (min-width: 1300px) {
  #location .officehours > div {
    font-size: 0.6em;
    /* desk 1300w */
  }
}
#location .officehours > div.top {
  margin-bottom: 1.33333333em;
}
/* ==================================================================
		#links
=================================================================== */
#links {
  text-align: center;
  margin: 0;
  background: transparent;
}
@media only screen and (max-width: 1023px) {
  #links {
    padding: 2em 0;
    /* midTab 1024oo */
  }
}
@media only screen and (min-width: 1024px) {
  #links {
    width: 98.5%;
    max-width: 69.2em;
    height: 3.3em;
    padding: 0 58% 0 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    /* midTab 1024w */
    background: transparent;
  }
}
@media only screen and (min-width: 1300px) {
  #links {
    text-align: left;
    /* desk 1300w */
  }
}
@media only screen and (max-width: 1299px) {
  #links .util {
    line-height: 44px;
    font-size: clamp( 12px, 0.6em , 12px );
    /* desk 1300oo */
  }
}
@media only screen and (min-width: 1300px) {
  #links .util {
    line-height: 3.66666667;
    font-size: 0.6em;
    /* desk 1300w */
  }
}
#links .util a,
#links .util .divider {
  display: inline-block;
}
/* ===============================================
		sesame link
=============================================== */
a#sesame-link .sesameicon {
  width: 1.33333333em;
  height: 1.16666667em;
  margin-right: 0.58333333em;
  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;
  width: 100%;
  height: 94px;
  margin: 0;
  padding: 25px 0 0;
  background-color: #ffffff;
  display: block;
  position: relative;
  z-index: 420;
}
a#backtotop {
  line-height: 44px;
  font-size: 1.8em;
  color: #eccc93;
  width: 44px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  transition: color 0.33s ease-in-out;
}
a#backtotop:hover {
  color: #3a465c;
}
/*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: #666666;
  border: none;
  display: block;
}
.brushing-and-flossing .content-text hr {
  float: left;
}
/* ===============================================
	success message
=============================================== */
.success {
  font-weight: 400;
  text-transform: none;
  color: #fff;
  width: 100%;
  padding: 1rem;
  background: #eccc93;
  float: left;
}
/* ===============================================
	Form Buttons
=============================================== */
form button {
  letter-spacing: normal;
  font-size: small;
  font-weight: 700;
  color: #fff;
  height: 38px;
  border-radius: 19px;
  padding: 0 1.5em;
  background-color: #eccc93;
  border: 1px solid #eccc93;
  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: #6c9fad;
  background-color: #6c9fad;
}
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;
}
/* ===============================================
	blog sidebar sharethiswidget styles
=============================================== */
#blog_search label,
p.share-text {
  margin-bottom: 10px;
}
/* ===============================================
	generic button for quick use by PM/PAs
=============================================== */
a.intbtn,
#content a.intbtn {
  line-height: 44px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  height: 44px;
  width: auto;
  text-decoration: none;
  padding: 0 1.5em;
  background-color: #eccc93;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: background-color 0.33s ease-in-out;
}
a.intbtn:hover,
#content a.intbtn:hover {
  background-color: #3a465c;
}
/* ===============================================
	.screenreader 
	a11y support for descriptive text on vaguely worded buttons
	https://gomakethings.com/hidden-content-for-better-a11y/#hidden-labels
=============================================== */
.screenreader {
  white-space: nowrap;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
/************************************************************************************************************************************************/
/* end superlatives */
/* ===============================================
Tablet
Supports 768px (768px) and up
=============================================== */
@media only screen and (min-width: 768px) {
  /* ===============================================
	blanket content sidebar hide
=============================================== */
  .sitemap #bd.sub:after,
  .layout-full-width #bd.sub:after {
    content: none;
  }
  .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%; }*/
  .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;
    width: 100%;
    display: block;
    clear: both;
  }
  .which-is-right-for-me #content a[href^='/sesame_media/docs/'] img {
    display: inline-block;
  }
  .in-ovation-testimonials .embed-container {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  [class^='inovation-chart-'] {
    max-width: 50%;
    display: inline-block;
  }
  .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%;
    margin: 2%;
    display: inline-block;
    float: none;
  }
  .in-ovation-videos .content-text h2 {
    text-align: center;
  }
  .in-ovation-videos .content-text .embed-container {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  body[class*='in-ovation'] .img-right {
    max-width: 40%;
  }
  /*END*/
}
/* ===============================================
Large Tablet Stylings
Supports 1024px (1024px) and up
=============================================== */
@media only screen and (min-width: 1024px) {
  /* ==================================================================
	main-nav
=================================================================== */
  #main-nav {
    font-size: inherit;
    width: 100%;
    height: 3.6em;
    margin-top: 1.85em;
    box-shadow: none;
    position: relative;
    top: auto;
    z-index: 2900;
    /* ul li.contact-us ul li a,
	ul li.contact ul li a{
			text-align:right;
			float:right;
	} */
    /* ul li.contact-us:hover ul,
	ul li.contact:hover ul{ 
		margin:0;
		left:auto;
		right:@dropdownoffset / -20em;
	} */
  }
  #main-nav .container {
    max-width: right;
  }
  #main-nav div.collapsible {
    margin: 0 auto;
  }
  #main-nav ul {
    height: 3.6em;
    width: auto;
    padding: 0;
    margin: 0 13.45em 0 0;
    background: none;
    position: static;
    float: right;
    display: flex;
    color: #fff;
    list-style: none;
  }
  #main-nav ul li {
    height: 100%;
    margin: 0 1.25em 0 0;
    background: none;
    vertical-align: top;
    position: relative;
    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: 2.22222222;
    text-align: center;
    height: 100%;
    z-index: 3000;
  }
  #main-nav ul ul {
    width: auto;
    height: auto;
    position: absolute;
    display: none;
    z-index: 2800;
  }
  #main-nav ul ul li {
    height: 1.55em;
    margin: 0;
    padding: 0;
    float: left;
    opacity: 1;
  }
  #main-nav ul ul li a {
    line-height: 2.06666667;
    white-space: nowrap;
    height: 2.06666667em;
    padding: 0 2.06666667em;
    float: left;
  }
  #main-nav ul li:hover ul {
    display: block;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    /*top:37px;*/
  }
  /*END*/
}
/* ie nonsense */
/***********************************************
target ie11: html[data-useragent*='Trident/7.0']
***********************************************/
html[data-useragent*='Trident/7.0'] {
  /* END */
}
/* custom animations */
@keyframes flyinmobilenav {
  from {
    transform: translate(100%, 0);
    opacity: 0;
    pointer-events: none;
  }
  to {
    transform: translate(0, 0);
    opacity: 1;
    pointer-events: auto;
  }
}
/* tone */
@keyframes tone {
  0%,
  100% {
    transform: rotate(0deg);
    transform-origin: 0 100%;
  }
  10% {
    transform: rotate(2deg);
  }
  20%,
  40%,
  60% {
    transform: rotate(-4deg);
  }
  30%,
  50%,
  70% {
    transform: rotate(4deg);
  }
  80% {
    transform: rotate(-2deg);
  }
  90% {
    transform: rotate(2deg);
  }
}
.tone {
  animation: tone 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
}
/* PULSE STUFF */
/* pulse_custom */
@keyframes pulse_custom {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.44, 1.44, 1.44);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.pulse_custom {
  animation-name: pulse_custom;
}
/* pulse_rev */
@keyframes pulse_rev {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(0.88, 0.88, 0.88);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.pulse_rev {
  animation-name: pulse_rev;
}
/* omni */
@keyframes omni-1 {
  0% {
    opacity: 1;
    transform: scale3d(0, 0, 1);
  }
  100% {
    opacity: 0;
    transform: scale3d(1.8, 1.8, 1);
  }
}
@keyframes omni-2 {
  0% {
    opacity: 1;
    transform: scale3d(0, 0, 1);
  }
  50%,
  100% {
    opacity: 0;
    transform: scale3d(1.2, 1.2, 1);
  }
}
.omni-1 {
  animation: omni-1 1.32s cubic-bezier(0, 0.55, 0.45, 1) forwards;
}
.omni-2 {
  animation: omni-2 1.32s cubic-bezier(0, 0.55, 0.45, 1) forwards;
}
/* ===============================================
	embed-container enhanced support
=============================================== */
@supports (aspect-ratio: 16 / 9) and (object-fit: cover) {
  .embed-container,
  .embed-container.ratio16x9 {
    height: auto;
    aspect-ratio: 16 / 9;
    padding: 0;
    display: block;
  }
  .embed-container.square{
    aspect-ratio: 1 / 1;
  }

  @media only screen and (max-width: 1299px) {
    .embed-container,
    .embed-container.ratio16x9 {
      max-width: min( 41.84210526em , 90% );
      /* desk 1300oo */
    }
  }
  @media only screen and (min-width: 1300px) {
    .embed-container,
    .embed-container.ratio16x9 {
      max-width: min( 41.84210526em , 1200px );
      /* desk 1300w */
    }
  }
  .embed-container embed,
  .embed-container.ratio16x9 embed,
  .embed-container object,
  .embed-container.ratio16x9 object,
  .embed-container iframe,
  .embed-container.ratio16x9 iframe {
    object-fit: cover;
    position: relative;
    top: auto;
    left: auto;
  }
}

body.appointment-request form .radio-group label {width: 75%;}
body.appointment-request input[type=checkbox]{float:left; width:25px !important}

header {
    position: relative;
    z-index: 1;
}

header#site-header {
    z-index: 999;
}

div#page {
    padding: 0px;
}

.socialmedia {
    display: none !important;
}

div#spot03 a:hover svg {
    fill: #fff;
}

.bottom-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    left: -20px;
}

.bottom-footer p {
    margin: 0px;
}

.officehours p {
    font-size: 0.7em;
}

header#masthead.readya {
    background: #fff;
}

header#masthead.readya #main-nav a {
    color: #000;
}

@media (max-width: 880px) {
	#menu-main-menu a:after {
		content: '';
		width: 26px;
		height: 3px;
		border-radius: 2px;
		margin-left: auto;
		margin-right: auto;
		background-color: #eccc93;
		display: block;
		position: absolute;
		right: 0;
		left: 0;
		transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
		transform: translate3d(0, 0, 0) scaleX(0);
		opacity: 0;
	}

	#menu-main-menu .current-menu-item a:after,#menu-main-menu li:hover a:after {
		transform: translate3d(0, 0, 0) scaleX(1);
		opacity: 1;
		bottom: 1.88888889em;
	}
	#main-nav .trigger {
		display: block;
	}
	ul#menu-main-menu {
		display: none;
	}

	div#logo a:nth-child(1) {
		display: none;
	}

	.bottom-footer {
		left: 0px;
	}
	
	#logo svg {
		height: 60px;
	}

	#page.homepage {padding: 0px !important;}

	.socialmedia {
		display: block !important;
	}
}

/* =====================================================================
   Mor Smiles â€” Video Testimonials (self-contained, drop-in)
   Pairs with: page-home.php (#spot05 markup) + video-testimonials.js
   All selectors scoped under body.morsmiles; local vars prefixed --vt-.
   ===================================================================== */
body.morsmiles .videotestimonials {
	--vt-navy: #3a465c;
	--vt-teal: #87b2be;
	--vt-gold: #eccc93;
	--vt-paper: #fff;
	--vt-ease: cubic-bezier(0.22, 0.61, 0.36, 1);
	text-align: center;
	padding: 3.5em 0;
	position: relative;
	z-index: 400;
	background: #fff;
}

body.morsmiles .videotestimonials .topic {
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: var(--vt-navy);
	margin: 0 0 0.5em;
	font-size: 3.25em;
}

/* ---- grid ---- */
body.morsmiles .vidgrid {
	display: grid;
	gap: 1.5em;
	max-width: 60em;
	margin: 0 auto;
	padding: 0 1.25em;
}
@media (min-width: 600px)  { body.morsmiles .vidgrid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { body.morsmiles .vidgrid {grid-template-columns: repeat(2, 1fr);} }

/* ---- card (it's a <button>) ---- */
body.morsmiles .vidcard {
	display: flex;
	flex-direction: column;
	gap: 0.75em;
	padding: 0;
	border: 0;
	background: none;
	font: inherit;
	color: var(--vt-navy);
	text-align: center;
	cursor: pointer;
	transition: transform 0.33s var(--vt-ease);
}
body.morsmiles .vidcard:hover,
body.morsmiles .vidcard:focus-visible { transform: translateY(-6px); outline: none; }

/* ---- poster + play ---- */
body.morsmiles .vidcard .thumb {
	position: relative;
	display: block;
	aspect-ratio: 16 / 12;
	border-radius: 1rem;
	overflow: hidden;
	background: var(--vt-navy) center / cover no-repeat;
	box-shadow: 0 10px 30px rgba(58, 70, 92, 0.18);
}
body.morsmiles .vidcard .thumb::after {        /* darken on hover for contrast */
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(58, 70, 92, 0.25);
	opacity: 0;
	transition: opacity 0.33s var(--vt-ease);
}
body.morsmiles .vidcard:hover .thumb::after,
body.morsmiles .vidcard:focus-visible .thumb::after { opacity: 1; }

body.morsmiles .vidcard .playbtn {
	position: absolute;
	top: 50%;
	left: 50%;
	width: clamp(3.2rem, 7vw, 4.5rem);
	height: clamp(3.2rem, 7vw, 4.5rem);
	transform: translate(-50%, -50%) scale(1);
	color: var(--vt-teal);
	z-index: 1;
	transition: transform 0.33s var(--vt-ease), color 0.33s var(--vt-ease);
	filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.3));
}
body.morsmiles .vidcard .playbtn svg { width: 100%; height: 100%; display: block; }
body.morsmiles .vidcard:hover .playbtn,
body.morsmiles .vidcard:focus-visible .playbtn {
	color: var(--vt-gold);
	transform: translate(-50%, -50%) scale(1.12);
}

/* ---- caption ---- */
body.morsmiles .vidcard-meta { display: block; }
body.morsmiles .vidcard .quote {
	display: block;
	font-weight: 700;
	line-height: 1.3;
	color: var(--vt-navy);
}
body.morsmiles .vidcard .name {
	display: block;
	margin-top: 0.25em;
	font-weight: 700;
	color: var(--vt-teal);
	font-size: 23px;
}

/* ---- entrance (anim.js strips [data-ready]) ---- */
body.morsmiles .spot05[data-ready] .vidcard {
	opacity: 0;
	transform: translateY(2.5em);
}
body.morsmiles .spot05 .vidcard {
	opacity: 1;
	transform: translateY(0);
	transition: opacity 0.8s var(--vt-ease), transform 0.8s var(--vt-ease);
	transition-delay: calc(0.1s * var(--index, 0));
}
body.morsmiles.no-appearance .spot05 .vidcard { opacity: 1; transform: none; }

/* ---- lightbox ---- */
body.morsmiles .vidmodal {
	position: fixed;
	inset: 0;
	z-index: 5000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1.25rem;
}
body.morsmiles .vidmodal[hidden] { display: none; }
body.morsmiles .vidmodal .vidmodal-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(58, 70, 92, 0.85);
	backdrop-filter: blur(3px);
}
body.morsmiles .vidmodal .vidmodal-inner {
	position: relative;
	width: 100%;
	max-width: 960px;
	z-index: 1;
}
body.morsmiles .vidmodal .vidmodal-frame {
	position: relative;
	background: #000;
	border-radius: 0.75rem;
	overflow: hidden;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
	padding-bottom: 56.7%;
	height: 0px;
}
body.morsmiles .vidmodal .vidmodal-frame iframe,
body.morsmiles .vidmodal .vidmodal-frame video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100% !important;
	border: 0;
}
body.morsmiles .vidmodal .vidmodal-close {
	position: absolute;
	top: -3rem;
	right: 0;
	width: 2.5rem;
	height: 2.5rem;
	display: grid;
	place-items: center;
	font-size: 1.4rem;
	color: var(--vt-navy);
	background: var(--vt-paper);
	border: 0;
	border-radius: 50%;
	cursor: pointer;
	transition: background-color 0.33s var(--vt-ease), color 0.33s var(--vt-ease);
}
body.morsmiles .vidmodal .vidmodal-close:hover { background: var(--vt-gold); color: var(--vt-navy); }

@media (prefers-reduced-motion: reduce) {
	body.morsmiles .videotestimonials *,
	body.morsmiles .vidmodal * { transition-duration: 0.01ms !important; }
}

@media (max-width: 768px) {
	ul#menu-main-menu {
		width: 100vw;
	}

	ul#menu-main-menu * {
		color: #000 !important;
	}

	ul#menu-main-menu {
		list-style: none;
		padding: 40px 0px 20px;
	}
}

div#spot03 a > span {
    background: var(--aColor);
    display: inline-block;
    border-radius: 50%;
    width: 250px;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-bottom: 20px;
}

div#spot03 a > span svg {
    width: 180px;
    height: 180px;
    margin: 0px;
}

div#spot03 a:nth-child(odd) > span {
    background: var(--pColor);
}

.dm-service-section:nth-child(even) {
    background: #ddeaed !important;
}

.dm-service-section:nth-child(odd) {
    background: #eece9773 !important;
}

 .testimonial-box-dm blockquote {
    font-size: 18px;
    line-height: 1.6;
    color: #666;
 border: 1px solid #ccc;
    background-color: #f9f9f9;
    padding: 20px;
    margin: 20px !important;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
 border-radius: 8px;}

.testimonial-box-dm blockquote:after {
font-size: 40px;
color: #0e070714;
}

.dm-service-section  h3 {color: #000; text-transform: capitalize;}
.dm-service-section  h2 {color: #000; text-transform: capitalize;}
.dm-service-section a.btn {color: #000;}

.menu-item-has-children > a:after {
    left: 100%;
	margin-left: 5px;
}

.header-spacer {height: 100px;}

section.page-header h1 {
	font-size: 50px !important;
}

#logo svg {padding-bottom: 10px;}

.contentfaqs h4 {margin-bottom: 5px;}

a.btn {color: white !important;}

@media (max-width: 991px) {
	div#spot03 a > span {
		width: 150px;
		height: 150px;
	}

	div#spot03 a > span svg {
		height: 100px;
		width: 100px;
	}

	.spotlight > div {
		padding: 10vh 0px;
	}

	.home div#bd {
		width: 96%;
		margin: 0px auto;
		border: 0px;
	}

	.home #bd .ornament {
		position: relative;
		top: 0px;
		left: 0px;
		right: 0px;
		border-radius: 0px;
	}

	.home #bd #content:after {
		border-radius: 0px;
	}

	div#bd >div {
		order: 2;
	}

	div#bd {
		display: flex;
		flex-grow: w;
		flex-wrap: wrap;
	}

	.home #bd #content {
		padding: 5vh 15px;
	}

	.header-spacer {
		display: none;
	}

	#logo svg {
		padding: 0px;
	}

	div#hd {
		padding: 10px 0px;
	}

	nav#main-nav {top: 10px;}

	div#contactinfo {
		margin: 0px;
	}
	.sub-menu {
    padding: 0px 15px !important;
    text-align: center;
}

ul.sub-menu.wda-long-menu * {
    text-align: center;
}
	.spot04 .tshow .tslide:after {}

	.socialmedia {
		display: none !important;
	}

	body.morsmiles .videotestimonials .topic {
		font-size: 40px;
		line-height: 1.2;
		padding: 0px 15px;
	}
	header#masthead .socialmedia {
		display: block !important;
	}
	
	section.page-header h1 {
		margin: 0px;
	}

	html section.page-header {background: #86b0bc91 !important;}

	div#spot05 {
		padding: 0px;
	}
}
