/* 
 Site Manager Version: 14.2.0
 Date Created: February 2024
 
 Account: milios-steve
 Written by: vita stillion
 
 Sesame Communications - All rights reserved. C2024
 Any reproduction or intentional misuse is strictly prohibited
*/
/* ===============================================
					fonts
=============================================== */
.fontA {
  font-family: "Allura", cursive;
}
.fontP {
  font-family: "Poiret One", sans-serif;
}
.fontJ {
  font-family: "Plus Jakarta Sans", sans-serif;
}
/* ===============================================
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;
}
/* ===============================================
	body 
=============================================== */
body,
input,
select,
textarea,
form button,
button {
  font-family: "Plus Jakarta Sans", sans-serif;
}
svg {
  display: inline-block;
}
body {
  font-size: 15px;
  color: #48484b;
  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: #7d419a;
  text-decoration: underline;
  transition: color 0.33s ease-in-out;
}
#content a:hover {
  color: #408e6e;
  text-decoration: underline;
}
/* ===============================================
	h family || hfam 
=============================================== */
h1,
h2:not(.topic),
h3:not(.topic),
h4,
h5,
h6 {
  font-family: "Poiret One", sans-serif;
  font-weight: 400;
  text-transform: none;
  line-height: 1;
  text-align: left;
  color: #7d419a;
  margin: 0 0 1.28571429em;
  text-rendering: auto;
}
.sub h1 {
  font-size: 10vw;
  font-weight: 400;
  color: #343434;
  text-transform: none;
  margin-bottom: 0;
}
@media only screen and (min-width: 480px) {
  .sub h1 {
    font-size: 2.5em;
    /* mintab 480w */
  }
}
.sub h1:after {
  content: '';
  height: 1px;
  width: 100%;
  background-color: currentcolor;
  margin: 0.32em 0 0.6em;
  display: block;
}
.home h1 {
  font-size: inherit;
}
.home h1 .bdlogo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 16.25em;
  height: 6.75em;
  margin-bottom: 2.4em;
}
h2:not(.topic) {
  font-size: 2.44705882em;
  font-weight: 700;
  color: #800080;
  margin: 0 0 0.385714em;
}
h3:not(.topic) {
  font-size: 1.47058824em;
  font-style: italic;
  font-weight: 700;
  color: #800080;
}
h4 {
  font-size: 1.35294118em;
}
h5 {
  font-size: 1.29411765em;
}
h6 {
  font-size: 1.23529412em;
}
/* ===============================================
	containers
=============================================== */
.container {
  max-width: 51em;
}
/* ===============================================
	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%;
  background-color: #000;
  position: relative;
  z-index: 3000;
}
@media only screen and (max-width: 665px) {
  #masthead {
    padding: 0 0 0.6em;
    /* custom 666oo */
  }
}
@media only screen and (min-width: 1300px) {
  #masthead {
    font-size: inherit;
    width: 16.3em;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3000;
    /* desk 1300w */
  }
  #masthead:before {
    content: '';
    background: url(../images/nav/ornament.jpg) no-repeat 0 0;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.39;
  }
}
@media only screen and (min-width: 1300px) and only screen and (max-width: 1023px) {
  #masthead {
    /* midTab 1024oo */
  }
}
@media only screen and (min-width: 1300px) and only screen and (min-width: 1024px) {
  #masthead {
    /* midTab 1024w */
  }
  #masthead:after {
    content: '';
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    height: 40vh;
    width: 100%;
    opacity: 1;
    z-index: -1;
  }
}
#masthead .container {
  width: 100%;
}
@media only screen and (max-width: 1299px) {
  #masthead .container {
    max-width: none;
    /* desk 1300oo */
  }
}
/* ==================================================================
	main-nav
=================================================================== */
#main-nav {
  font-size: 1.2em;
  font-family: "Poiret One", sans-serif;
  text-align: center;
  height: 44px;
  width: 44px;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  z-index: 600;
  clear: both;
}
@media only screen and (max-width: 1299px) {
  #main-nav {
    right: 0;
    /* desk 1300oo */
  }
}
@media only screen and (min-width: 1300px) {
  #main-nav {
    width: 100vw;
    left: 0;
    /* desk 1300w */
  }
}
#main-nav .trigger {
  line-height: 44px;
  color: #fff;
  width: 44px;
  height: 44px;
  padding: 0 0 3px;
  margin: 0 auto;
  background: none;
  box-shadow: none;
  border: none;
  -webkit-display: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 600;
  transition: color 0.33s ease-in-out;
  cursor: pointer;
}
@media only screen and (min-width: 666px) and (max-width: 1299px) {
  #main-nav .trigger {
    transform: translate(0, 0.4em);
    /* range*/
  }
}
@media only screen and (min-width: 1300px) {
  #main-nav .trigger {
    width: 6.8em;
    height: 2.7em;
    padding: 0 0 0 1.15em;
    align-items: flex-start;
    position: absolute;
    top: 3.65em;
    left: 34.85em;
    /* desk 1300w */
  }
  #main-nav .trigger:after {
    content: '';
    background-color: rgba(0, 0, 0, 0.8);
    border: 1px solid #fff;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: transform 0.33s ease-in-out, background-color 0.33s ease-in-out;
  }
}
#main-nav .trigger .navicon {
  width: 20px;
  height: 12px;
  display: inline-block;
  position: relative;
}
@media only screen and (min-width: 1300px) {
  #main-nav .trigger .navicon {
    /* desk 1300w */
  }
  #main-nav .trigger .navicon:after {
    content: 'menu';
    letter-spacing: 0.08em;
    line-height: 44px;
    font-size: 1.05em;
    font-family: "Poiret One", sans-serif;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    left: calc(100% + 8px);
  }
}
#main-nav .trigger .navicon span {
  width: 100%;
  height: 1px;
  background: currentcolor;
  display: block;
  position: absolute;
  left: 0;
  opacity: 1;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform-origin: 100% 50%;
}
#main-nav .trigger .navicon span:nth-child(1) {
  top: 0px;
  transition-duration: 0.42s;
  transform: translate(0, 0) rotate(0deg) scaleX(0.7);
}
#main-nav .trigger .navicon span:nth-child(2) {
  top: 33.33333333%;
  transition-delay: 0.09s;
  transform: translate(0, 0) rotate(0deg) scaleX(1);
}
#main-nav .trigger .navicon span:nth-child(3) {
  top: 66.66666667%;
  transition-delay: 0.09s;
  transform: translate(0, 0) rotate(0deg) scaleX(0.8);
}
#main-nav .trigger .navicon span:nth-child(4) {
  top: 100%;
  transition-duration: 0.42s;
  transform: translate(0, 0) rotate(0deg) scaleX(0.9);
}
#main-nav .trigger:hover {
  color: #fff;
}
#main-nav .trigger:hover:after {
  background-color: rgba(64, 142, 110, 0.6);
}
#main-nav .open .trigger {
  color: #fff;
}
@media only screen and (min-width: 1300px) {
  #main-nav .open .trigger .navicon {
    /* desk 1300w */
  }
  #main-nav .open .trigger .navicon:after {
    content: 'close';
  }
}
#main-nav .open .trigger .navicon span {
  transform-origin: 50% 50%;
}
#main-nav .open .trigger .navicon span:nth-child(1) {
  transform: translate(0, 600%) rotate(-45deg) scaleX(1);
}
#main-nav .open .trigger .navicon span:nth-child(4) {
  transform: translate(0, -600%) rotate(45deg) scaleX(1);
}
#main-nav .open .trigger .navicon span:nth-child(2) {
  transform: translate(0, 300%) rotate(0deg) scaleX(1);
  transition-delay: 0s;
  opacity: 0;
}
#main-nav .open .trigger .navicon span:nth-child(3) {
  transform: translate(0, -300%) rotate(0deg) scaleX(1);
  transition-delay: 0s;
  opacity: 0;
}
#main-nav ul {
  width: 100vw;
  height: auto;
  margin: -44px 0 0;
  padding: 1em 0;
  background-color: rgba(0, 0, 0, 0.87);
  position: relative;
  float: right;
  z-index: 550;
}
@media only screen and (min-width: 1024px) {
  #main-nav ul {
    background-color: rgba(0, 0, 0, 0.8);
    /* midTab 1024w */
  }
}
@media only screen and (min-width: 1300px) {
  #main-nav ul {
    min-height: 764px;
    margin: 0;
    padding: 0 0 0 calc(50vw - 431px);
    /* desk 1300w */
  }
}
#main-nav ul li {
  clear: both;
  cursor: pointer;
}
@media only screen and (min-width: 1300px) {
  #main-nav ul li {
    text-align: left;
    width: 260px;
    position: static;
    /* desk 1300w */
  }
}
#main-nav ul li a[id] {
  line-height: 2.05;
  font-size: 1em;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  white-space: nowrap;
  width: auto;
  height: 2.05em;
  margin: 0;
  padding: 0 15px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: -1;
  transition: color 0.33s ease;
}
#main-nav ul li a[id]:after {
  content: '';
  border: 1px solid #fff;
  z-index: -1;
  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: 1299px) {
  #main-nav ul li a[id]:after {
    width: auto;
    height: auto;
    display: block;
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    /* desk 1300oo */
  }
}
@media only screen and (min-width: 1300px) {
  #main-nav ul li a[id]:after {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    /* desk 1300w */
  }
}
#main-nav ul li a[id].home {
  z-index: 1;
}
#main-nav ul li.open > a[id],
#main-nav ul li.active > a[id],
#main-nav ul li.clicked > a[id],
#main-nav ul li:hover > a[id] {
  color: #fff;
  text-decoration: none;
  transition-duration: 0.15s;
}
#main-nav ul li.open > a[id]:after,
#main-nav ul li.active > a[id]:after,
#main-nav ul li.clicked > a[id]:after,
#main-nav ul li:hover > a[id]:after {
  transition-duration: 0.15s;
  transform: translate3d(0, 0, 0) scaleX(1);
  opacity: 1;
}
#main-nav ul li.clicked ul {
  pointer-events: auto;
}
#main-nav ul ul {
  width: 100%;
  min-height: 0;
  margin: 0;
  padding: 0;
  background: none;
  display: inline;
  float: left;
  pointer-events: none;
}
@media only screen and (max-width: 1299px) {
  #main-nav ul ul {
    background-color: rgba(26, 26, 26, 0.9);
    /* desk 1300oo */
  }
}
@media only screen and (min-width: 1300px) {
  #main-nav ul ul {
    display: block;
    width: 362px;
    padding: 0 0 0 46px;
    position: absolute;
    top: 11.925em;
    left: calc(50vw - 170px);
    z-index: 420;
    /* desk 1300w */
  }
  #main-nav ul ul:before {
    content: '';
    width: 1px;
    height: 330px;
    background-color: #ffffff;
    display: block;
    position: absolute;
    top: -11px;
    left: 0;
  }
}
@media only screen and (max-width: 1299px) {
  #main-nav ul ul ul {
    padding-top: 0;
    /* desk 1300oo */
  }
}
@media only screen and (min-width: 1300px) {
  #main-nav ul ul ul {
    padding: 0 0 0 51px;
    min-height: 0;
    top: 0;
    left: 100%;
    /* desk 1300w */
  }
}
#main-nav ul ul ul li a {
  letter-spacing: 0.02em;
  font-size: 0.75em;
  text-transform: none;
  padding: 0 0.86666667em;
}
@media only screen and (max-width: 1299px) {
  #main-nav ul ul ul li a {
    line-height: 2.66666667;
    height: 2.66666667em;
    /* desk 1300oo */
  }
}
@media only screen and (min-width: 1300px) {
  #main-nav ul ul ul li a {
    line-height: 2.2;
    height: 2.2em;
    /* desk 1300w */
  }
}
#main-nav ul ul li {
  width: 100%;
  background: none;
  float: left;
}
#main-nav ul ul li a {
  letter-spacing: 0.02em;
  font-size: 0.85em;
  text-transform: uppercase;
  color: #fff;
  width: auto;
  margin: 0;
  padding: 0 15px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media only screen and (max-width: 1299px) {
  #main-nav ul ul li a {
    line-height: 2.35294118;
    height: 2.35294118em;
    /* desk 1300oo */
  }
}
@media only screen and (min-width: 1300px) {
  #main-nav ul ul li a {
    line-height: 2.11764706;
    height: 2.11764706em;
    /* desk 1300w */
  }
}
#main-nav ul ul li a:after {
  content: '';
  border: 1px solid #fff;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  transform: translate3d(0, 0, 0) scaleX(0);
  opacity: 0;
}
#main-nav ul ul li a:hover,
#main-nav ul ul li a.active {
  text-decoration: none;
  color: #fff;
  margin-bottom: 0;
  border: none;
  pointer-events: auto;
}
#main-nav ul ul li a:hover:after,
#main-nav ul ul li a.active:after {
  transition-duration: 0.15s;
  transform: translate3d(0, 0, 0) scaleX(1);
  opacity: 1;
}
/* main-nav make li fly in all cool */
@media only screen and (max-width: 1299px) {
  #main-nav .collapsible.open > ul {
    animation: flyinmobilenav 0.4s 1;
    /* desk 1300oo */
  }
}
@media only screen and (min-width: 1300px) {
  #main-nav .collapsible.open > ul {
    animation: flyindesknav 0.4s 1;
    /* desk 1300w */
  }
}
#main-nav .collapsible.open ul ul {
  animation: none;
}
/* make flyouts expand on mobile */
#main-nav ul ul li {
  height: 0;
  opacity: 0;
}
@media only screen and (max-width: 1023px) {
  #main-nav ul ul li {
    overflow: hidden;
    /* midTab 1024oo */
  }
}
/* all about that open class */
@media only screen and (max-width: 1299px) {
  #main-nav .open ul {
    display: inline-block;
    /* desk 1300oo */
  }
}
@media only screen and (min-width: 1300px) {
  #main-nav .open ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    /* desk 1300w */
  }
}
@media only screen and (max-width: 1299px) {
  #main-nav .open ul .clicked ul {
    padding: 1em 0;
    /* desk 1300oo */
  }
}
#main-nav .open ul .clicked ul li {
  height: auto;
  overflow: visible;
  opacity: 1;
}
/* ===============================================
	FULLMOB RULES
=============================================== */
@media only screen and (min-width: 1024px) {
  /* main-nav */
  #main-nav {
    font-size: 1em;
    height: auto;
    display: block;
  }
  #main-nav .collapsible {
    display: inline;
    position: static;
  }
  #main-nav .collapsible .trigger {
    box-shadow: none;
  }
  nav.horizontal ul li {
    width: 100%;
    float: none;
  }
  nav .collapsible ul {
    display: none;
  }
  nav .open > ul {
    display: block;
  }
  /* midTab 1024w */
}
/* ==================================================================
	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: 1300px) {
  #hd {
    height: 100vh;
    /* desk 1300w */
  }
}
@media only screen and (min-width: 666px) and (max-width: 1299px) {
  #hd .container {
    padding: 0.5em 44px 0.5em 0;
    /* range */
  }
}
/* ===============================================
	logo
=============================================== */
#logo {
  line-height: 0;
  font-size: 0.7em;
  width: 12.3em;
  margin: 0.2em auto 0.2em 2%;
  display: block;
  position: relative;
}
@media only screen and (min-width: 666px) {
  #logo {
    margin: 0 0 0 2%;
    position: absolute;
    left: 0;
    /* custom 666w */
  }
}
@media only screen and (min-width: 666px) and (max-width: 1299px) {
  #logo {
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    /* range */
  }
}
@media only screen and (min-width: 1300px) {
  #logo {
    font-size: inherit;
    margin: 0;
    top: 0.6em;
    margin-left: auto;
    margin-right: auto;
    top: 3.15em;
    right: 0;
    left: 0;
    /* desk 1300w */
  }
}
#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 img {
  width: 12.3em;
}
/* ===============================================
	contact info
=============================================== */
#contactinfo {
  line-height: 0;
  font-family: "Poiret One", sans-serif;
  text-align: center;
  width: auto;
  margin: 0;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 665px) {
  #contactinfo {
    display: block;
    position: absolute;
    top: 0;
    right: 44px;
    /* custom 666oo */
  }
}
@media only screen and (min-width: 1300px) {
  #contactinfo {
    width: 100%;
    position: static;
    display: inline;
    /* desk 1300w */
  }
}
#contactinfo .address {
  font-size: 1.5875em;
  width: auto;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: color 0.33s ease-in-out;
}
@media only screen and (max-width: 1299px) {
  #contactinfo .address {
    line-height: 44px;
    color: #fff;
    height: 44px;
    /* desk 1300oo */
  }
}
@media only screen and (min-width: 1300px) {
  #contactinfo .address {
    line-height: 1.38582677;
    color: #7d419a;
    width: 7.08661417em;
    height: 5.1023622em;
    margin-left: auto;
    margin-right: auto;
    background: #f3f3f3 url(../images/nav/apopka-cosmetic-dental-office.png) no-repeat center center;
    display: block;
    position: absolute;
    top: 19.149606em;
    top: min(77vh, 27.02362205em );
    /* bottom:2em; */
    right: 0;
    left: 0;
    /* desk 1300w */
  }
}
#contactinfo .address:hover {
  color: #408e6e;
}
@media only screen and (min-width: 1300px) {
  #contactinfo .address:hover {
    /* desk 1300w */
  }
  #contactinfo .address:hover .marker {
    transform: scale(2);
  }
}
@media only screen and (min-width: 1300px) {
  #contactinfo .address .icon {
    width: 114px;
    height: 114px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* desk 1300w */
  }
}
@media only screen and (max-width: 1299px) {
  #contactinfo .address .icon .shadow {
    display: none;
    /* desk 1300oo */
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1299px) {
  #contactinfo .address .icon .marker {
    transform-origin: 50% 50%;
    transform: scale(1.5);
    /* range */
  }
}
@media only screen and (min-width: 1300px) {
  #contactinfo .address .icon .marker {
    display: block;
    position: relative;
    transition: transform 0.33s ease-in-out;
    transform-origin: 50% 63.4%;
    /* desk 1300w */
  }
}
#contactinfo .phone {
  letter-spacing: 0.05em;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (min-width: 1024px) and (max-width: 1299px) {
  #contactinfo .phone {
    margin-right: 1em;
    /* range */
  }
}
@media only screen and (max-width: 1299px) {
  #contactinfo .phone {
    line-height: 44px;
    font-size: clamp( 12px, 1.05em , 21px );
    /* desk 1300oo */
  }
}
@media only screen and (min-width: 1300px) {
  #contactinfo .phone {
    line-height: 2.0952381;
    font-size: 1.05em;
    width: 100%;
    display: block;
    position: absolute;
    top: 9.04761905em;
    left: 0;
    /* desk 1300w */
  }
}
@media only screen and (max-width: 767px) {
  #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);
    /* midTab 768oo */
  }
}
@media only screen and (max-width: 767px) {
  #contactinfo .phone .icon {
    display: block;
    /* midTab 768oo */
  }
}
@media only screen and (min-width: 768px) {
  #contactinfo .phone .icon {
    display: none;
    /* midTab 768w */
  }
}
#contactinfo a.phone {
  color: #fff;
  transition: color 0.33s ease-in-out;
}
#contactinfo a.phone:hover {
  color: #408e6e;
}
/* ===============================================
	utility-nav
=============================================== */
#utilitynav {
  line-height: 0;
  width: auto;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media only screen and (min-width: 1300px) {
  #utilitynav {
    position: absolute;
    top: 3.65em;
    left: 34.9em;
    transform: translate(-100%, 0);
    z-index: 3000;
    /* desk 1300w */
  }
}
#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 {
  letter-spacing: 0.05em;
  font-family: "Poiret One", sans-serif;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  white-space: nowrap;
  padding: 0;
  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: 1023px) {
  #utilitynav a {
    line-height: 44px;
    font-size: 12px;
    /* midTab 1024oo */
  }
}
@media only screen and (min-width: 1024px) {
  #utilitynav a {
    line-height: 2.57142857;
    font-size: 1.05em;
    /* midTab 1024w */
  }
}
#utilitynav a:hover {
  color: #fff;
}
#utilitynav a:hover:after {
  background-color: rgba(64, 142, 110, 0.6);
}
#utilitynav a.appointmentrequest {
  width: 15.76190476em;
}
#utilitynav a.patient-login {
  width: 5.57142857em;
}
#utilitynav a:after {
  content: '';
  background-color: rgba(0, 0, 0, 0.8);
  border: 1px solid #fff;
  z-index: -1;
  transition: transform 0.33s ease-in-out, background-color 0.33s ease-in-out;
}
@media only screen and (max-width: 1299px) {
  #utilitynav a:after {
    width: auto;
    height: auto;
    display: block;
    position: absolute;
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;
    /* desk 1300oo */
  }
}
@media only screen and (min-width: 1300px) {
  #utilitynav a:after {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    /* desk 1300w */
  }
}
/* ===============================================
		tnav
=============================================== */
#textnav {
  text-align: center;
  color: #fff;
  width: 100%;
  position: absolute;
  top: 260px;
  left: 0;
}
@media only screen and (max-width: 1299px) {
  #textnav {
    display: none;
    /* desk 1300oo */
  }
}
@media only screen and (min-width: 1300px) {
  #textnav {
    display: block;
    /* desk 1300w */
  }
}
#textnav p.text-nav {
  letter-spacing: 0.07em;
  line-height: 2.38095238;
  font-size: 1.05em;
  font-family: "Poiret One", sans-serif;
  text-transform: uppercase;
  width: 100%;
  margin: 0;
  padding: 0;
}
#textnav a {
  color: #fff;
  white-space: nowrap;
  margin-left: 50%;
  padding: 0 0.95238095em;
  float: left;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
  transform: translate(-50%, 0);
}
#textnav a:nth-child(n+6) {
  display: none;
}
#textnav a:after {
  content: '';
  border: 1px solid #fff;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  transform: scaleX(0);
  opacity: 0;
}
#textnav a:hover:after {
  transition-duration: 0.15s;
  transform: scaleX(1);
  opacity: 1;
}
#textnav span {
/*  display: none;*/
}
/* ==================================================================
	slideshow
=================================================================== */
#slideshow {
  font-size: 2vw;
  text-align: center;
  color: #fff;
  min-height: 51.33333333vw;
  background: #bcbaba;
  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: 1078px;
    /* range 1300w - 1999oo */
  }
}
#slideshow #home-slideshow {
  width: 100%;
  margin: 0;
  aspect-ratio: 2000 / 1078;
  opacity: 0.5;
}
@media only screen and (min-width: 1024px) {
  #slideshow #home-slideshow {
    position: relative;
    /* maxTab 1024w */
  }
  #slideshow #home-slideshow .hpslide {
    max-width: none;
    width: 100%;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1999px) {
  #slideshow #home-slideshow {
    width: 2000px;
    margin: 0 calc(-1000px + 50vw);
    /* range 1300w - 1999oo */
  }
}
#slideshow .ssoverlay {
  letter-spacing: 0.07em;
  line-height: 0.875;
  font-size: 1.4475em;
  font-weight: 500;
  text-transform: uppercase;
  color: currentcolor;
  text-shadow: 0.25em 0.25em 0.75em rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  z-index: 420;
}
@media only screen and (max-width: 1299px) {
  #slideshow .ssoverlay {
    width: 100%;
    left: 0;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    /* desk 1300oo */
  }
}
@media only screen and (min-width: 1300px) {
  #slideshow .ssoverlay {
    width: auto;
    top: 5.94127807em;
    left: 12.71157168em;
    /* desk 1300w */
  }
}
#slideshow .ssoverlay .trait {
  letter-spacing: 0;
  line-height: 1;
  font-size: 5.89222798em;
  font-family: "Allura", cursive;
  font-weight: 400;
  text-transform: none;
  display: block;
  margin-bottom: -0.2em;
}
@media only screen and (min-width: 1300px) {
  #slideshow .ssoverlay .dtrait {
    display: block;
    transform: translate(3em, 0);
    /* desk 1300w */
  }
}
/* ==================================================================
	.spotlight
=================================================================== */
.spotlight {
  text-align: center;
  position: relative;
  z-index: 400;
}
.spotlight > div {
  position: relative;
}
/* ==================================================================
	subnav
=================================================================== */
/* TOP ORIENTED */
#subnav {
  text-align: center;
  color: #489164;
  background-color: #000000;
  padding: 2.1em 0;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 480px) {
  #subnav {
    padding: 4.2em 0;
    /* mintab 480w */
  }
}
@media only screen and (min-width: 768px) {
  #subnav {
    text-align: left;
    padding-top: 13.2em;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 1300px) {
  #subnav {
    padding: 26.4em 0 2.1em;
    padding-left: min(30vw, 350px);
    /* desk 1300w */
  }
}
#subnav:after {
  content: '';
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
#subnav .welcomevid {
  width: 100%;
  vertical-align: top;
  aspect-ratio: 16 / 9;
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  left: 0;
}
@media only screen and (min-width: 1300px) and (max-width: 1999px) {
  #subnav .welcomevid {
    width: 2000px;
    margin: 0 calc(-1000px + 50vw);
    /* range 1300w - 1999oo */
  }
}
#subnav .container {
  max-width: 66em;
}
#subnav p {
  line-height: 1.26666667;
  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: #48484b;
  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:after {
  content: '';
  width: 100%;
  height: 1px;
  background: currentcolor;
  display: block;
  position: absolute;
  bottom: 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;
}
#subnav a:hover,
#subnav a.active {
  color: #7d419a;
  text-decoration: none;
}
#subnav a:hover:after,
#subnav a.active:after {
  transform: translate3d(0, 0, 0) scaleX(1);
  opacity: 1;
}
#subnav .divider {
  display: none;
}
@media only screen and (min-width: 1024px) {
  #subnav .divider {
    margin: 0 0.5em;
    display: inline-block;
    vertical-align: top;
    /* maxTab 1024w */
  }
}
/* ==================================================================
	content
=================================================================== */
#bd {
  padding: 3em 0;
  background: #fff;
  position: relative;
  z-index: 400;
  /* fractional bg image on subpages */
}
@media only screen and (min-width: 768px) {
  #bd {
    padding: 3.5em 0 6em;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 1300px) {
  #bd {
    padding-left: min(30vw, 350px);
    /* desk 1300w */
  }
}
#bd.sub:after {
  content: none;
  height: 100%;
  background: #000000 url(../images/subdecor.jpg) no-repeat 10% top;
  background-size: auto;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  #bd.sub:after {
    content: '';
    width: 33%;
    /* adjust to maintain aesthetic spacing between sidebar and content area  */
    /* midTab 768w */
  }
}
@media only screen and (min-width: 1300px) {
  #bd.sub:after {
    width: auto;
    left: calc(50% + 29.1em);
    /* desk 1300w */
  }
}
#bd .container {
  max-width: 66em;
}
#content {
  display: block;
}
@media only screen and (min-width: 768px) {
  #content {
    width: 54.16666667%;
    max-width: 35.75em;
    float: left;
    /* midTab 768w */
  }
  #content p {
    text-align: justify;
  }
}
@media only screen and (min-width: 1024px) {
  #content {
    min-height: 500px;
    /* midTab 1024w */
  }
}
#content .content-text {
  line-height: 1.76470588;
}
@media only screen and (min-width: 1300px) {
  #content .content-text {
    font-size: 0.85em;
    /* desk 1300w */
  }
}
/* ==================================================================
	.home content
=================================================================== */
.home #bd {
  padding: 0;
  background: #f3eae3 url(../images/bd.jpg) no-repeat center center;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .home #bd {
    padding: 5.15em 0 6.75em;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 1300px) {
  .home #bd {
    padding-left: min(30vw, 300px);
    /* desk 1300w */
  }
}
.home #bd .container {
  width: 100%;
  max-width: 63.6em;
  padding: 5.1em 1em 3em;
}
@media only screen and (max-width: 767px) {
  .home #bd .container {
    background: rgba(255, 255, 255, 0.95);
    /* midTab 768oo */
  }
}
@media only screen and (min-width: 768px) {
  .home #bd .container {
    background: rgba(255, 255, 255, 0.8);
    /* midTab 768w */
  }
}
@media only screen and (min-width: 1024px) {
  .home #bd .container {
    padding: 5.1em 0 5em;
    /* midTab 1024w */
  }
}
@media only screen and (min-width: 666px) {
  .home #bd #content {
    width: 80%;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
}
@media only screen and (min-width: 1300px) {
  .home #bd #content {
    max-width: 48em;
    /* desk 1300w */
  }
}
@media only screen and (min-width: 768px) {
  .home #bd #content .content-text {
    column-count: 2;
    column-gap: 1.76470588em;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 1300px) {
  .home #bd #content .content-text {
    /* desk 1300w */
  }
}
@media only screen and (min-width: 768px) {
  .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;
}
@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: #7d419a;
  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 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,
.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 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;
}
/* ==================================================================
	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 {
  font-family: "Poiret One", sans-serif;
  line-height: 1.60714286;
  font-size: 1.64705882em;
  font-weight: 400;
  text-transform: none;
  text-decoration: none;
  color: #7d419a;
  transition-duration: 0s;
}
.sitemap #content ul ul li a {
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 1.76470588;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  color: #48484b;
  margin-left: 0;
  /*to increase space adjust [body.sitemap #bd ul ul li] below*/
}
.sitemap #content a:hover {
  color: #7d419a;
  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: 16.5em;
  margin: 0 auto 6%;
  padding: 0;
  display: none;
  position: relative;
  z-index: 420;
}
@media only screen and (min-width: 768px) {
  #sidebar {
    width: 25%;
    margin: 0 0 1em;
    display: block;
    float: right;
    clear: right;
    /* midTab 768w */
  }
}
/* ===============================================
	sitepics
=============================================== */
#hide-stock {
  position: relative;
}
#hide-stock:before {
  content: '';
  width: auto;
  height: auto;
  display: block;
  position: absolute;
  top: 0.65em;
  right: 0.65em;
  bottom: 0.65em;
  left: 0.65em;
  border: solid 1px white;
  z-index: 1;
}
.stock {
  width: 100%;
  position: relative;
  box-shadow: 3em 3em 0 rgba(64, 142, 110, 0.6);
}
/* ===============================================
	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 - */
/* ===============================================
	spot01 || COMMON SERVICES/CALLOUT-LIKE SECTION EXAMPLE
=============================================== */
.spot01 {
  text-align: center;
  margin: 0;
  background: #ffffff url(../images/bgspot01.jpg) no-repeat left -9em top 0;
  background-size: 79.2em auto;
  position: relative;
  z-index: 410;
}
@media only screen and (max-width: 479px) {
  .spot01 {
    font-size: 3.2vw;
    /* mintab 480oo */
  }
  .spot01 .mod {
    width: 100%;
    display: inline-block;
  }
}
@media only screen and (min-width: 480px) {
  .spot01 {
    font-size: inherit;
    font-size: min(1.5vw, 1em);
    padding: 7.75em 0 6em;
    /* mintab 480w */
  }
  .spot01 .mod01,
  .spot01 .mod02 {
    display: inline-block;
    vertical-align: top;
  }
  .spot01 .mod01 {
    margin-top: 6.15em;
  }
  .spot01 .mod03 {
    display: block;
  }
  .spot01 .mod01 {
    width: auto;
    text-align: right;
  }
  .spot01 .mod01 a {
    display: block;
    margin: 0 0 0 auto;
  }
  .spot01 .mod02 {
    text-align: left;
    width: 40em;
    border-left: 1em solid rgba(205, 203, 202, 0.5);
  }
  .spot01 .mod02 a {
    display: inline-block;
    vertical-align: top;
    border: 1em solid rgba(205, 203, 202, 0.5);
    border-left: none;
  }
  .spot01 .mod02 a.spot01box04 {
    vertical-align: bottom;
  }
}
@media only screen and (min-width: 1300px) {
  .spot01 {
    font-size: min(1.12vw, 1em);
    padding-left: min(30vw, 300px);
    /* desk 1300w */
  }
}
.spot01 a {
  color: white;
  width: 50%;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: transform 0.33s ease-in-out;
}
@media only screen and (max-width: 479px) {
  .spot01 a {
    min-height: 8.65em;
    padding: 1em 0;
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
    background-color: rgba(0, 0, 0, 0.5);
    /* mintab 480oo */
  }
}
@media only screen and (min-width: 480px) {
  .spot01 a {
    /* mintab 480w */
  }
  .spot01 a.spot01box01 {
    width: 21.4em;
    border: 1em solid rgba(205, 203, 202, 0.5);
    border-right: none;
    border-bottom-width: 0.95em;
  }
  .spot01 a.spot01box02 {
    width: 10.95em;
    border-left: 1em solid rgba(205, 203, 202, 0.5);
    border-bottom: 1em solid rgba(205, 203, 202, 0.5);
  }
  .spot01 a.spot01box03 {
    width: 12.4em;
    border-bottom: none;
  }
  .spot01 a.spot01box04 {
    width: 18.15em;
    border-bottom: none;
  }
  .spot01 a.spot01box05 {
    width: 25.5em;
  }
  .spot01 a.spot01box06 {
    width: 13.4em;
  }
  .spot01 a.spot01box07 {
    width: 17.2em;
    border: 1em solid rgba(205, 203, 202, 0.5);
    border-top: none;
  }
  .spot01 a.spot01box08 {
    width: 10.95em;
    border: 1em solid rgba(205, 203, 202, 0.5);
    border-top: none;
    border-left: none;
  }
}
.spot01 a:hover {
  z-index: 400;
}
@media only screen and (min-width: 1300px) {
  .spot01 a:hover {
    /* desk 1300w */
  }
  .spot01 a:hover h2.topic .cta:after {
    transform: scaleX(2.1) scaleY(3.6);
    opacity: 0.8;
  }
}
.spot01 a > div {
  background: #48484b;
}
.spot01 a .decoration {
  width: 100%;
  opacity: 0.4;
  transition: transform 0.33s ease-in-out;
}
@media only screen and (max-width: 479px) {
  .spot01 a .decoration {
    display: none;
    /* mintab 480oo */
  }
}
@media only screen and (min-width: 480px) {
  .spot01 a .decoration {
    display: block;
    /* mintab 480w */
  }
}
.spot01 a h2.topic {
  line-height: 1.11111111;
  font-size: clamp( 12px, 1.1em , 22px );
  font-family: "Poiret One", sans-serif;
  text-align: center;
  text-transform: uppercase;
  color: currentcolor;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 420;
  transform: translate3d(0, -50%, 0);
}
.spot01 a h2.topic .cta {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.spot01 a h2.topic .cta:after {
  content: '';
  background-color: #7d419a;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleX(0) scaleY(0);
  z-index: -1;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  opacity: 0;
}
.spot01 a h2.topic .cta.min:after {
  width: auto;
  height: auto;
  display: block;
  position: absolute;
  top: 0.33em;
  right: 1.2em;
  bottom: 0.33em;
  left: 1.2em;
}
/* ==================================================================
		#links
=================================================================== */
#links {
  font-family: "Poiret One", sans-serif;
  text-align: center;
  color: #48484b;
  margin: 0;
  border-top: solid #cdcbca 1px;
  background-color: #fff;
}
@media only screen and (max-width: 1299px) {
  #links {
    padding: 1.5em 0;
    /* desk 1300oo */
  }
}
@media only screen and (min-width: 1300px) {
  #links {
    height: 6em;
    padding: 1.9em 0 0 min( 15vw , 15em );
    padding-left: min(30vw, 350px);
    /* desk 1300w */
  }
}
#links .container {
  max-width: 64.3em;
}
#links .util {
  text-transform: uppercase;
}
@media only screen and (min-width: 480px) {
  #links .util {
    width: auto;
    margin: 0;
    float: right;
    /* mintab 480w */
  }
}
@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 {
  color: #48484b;
  transition: color 0.33s ease-in-out;
}
#links .util a:hover {
  color: #408e6e;
}
#links .util a,
#links .util .divider {
  display: inline-block;
}
#links .util .divider {
  margin: 0 0.6em;
}
/* ===============================================
		sesame link
=============================================== */
a#sesame-link {
  text-transform: uppercase;
  color: #000;
}
@media only screen and (min-width: 480px) {
  a#sesame-link {
    float: left;
    /* mintab 480w */
  }
}
@media only screen and (max-width: 1299px) {
  a#sesame-link {
    line-height: 44px;
    font-size: clamp( 12px, 0.6em , 12px );
    /* desk 1300oo */
  }
}
@media only screen and (min-width: 1300px) {
  a#sesame-link {
    line-height: 3.66666667;
    font-size: 0.6em;
    /* desk 1300w */
  }
}
a#sesame-link:hover {
  color: #408e6e;
}
a#sesame-link .sesameicon {
  width: 2em;
  height: 1.66666667em;
  margin-right: 0.66666667em;
  display: inline-block;
  vertical-align: middle;
}
a#sesame-link .sesameicon path {
  fill: currentcolor;
  transition: fill 0.33s ease-in-out;
}
/* ===============================================
	socialmedia
=============================================== */
.socialmedia {
  line-height: 0;
  text-align: center;
  height: auto;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 300;
  pointer-events: none;
}
@media only screen and (min-width: 666px) {
  .socialmedia {
/*    position: absolute;*/
/*    top: 50%;*/
/*    transform: translate3d(0, -50%, 0);*/
/*    left: 0;*/
/*    right: 0;*/
    /* custom 666w */
  }
}
.socialmedia a {
  color: #446b5b;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: transform 0.33s ease-in-out, color 0.33s ease-in-out;
  pointer-events: auto;
    float: none !important;
    margin: 0 !important;
    transform: none !important;
}
@media only screen and (max-width: 1023px) {
  .socialmedia a {
    line-height: 44px;
    font-size: clamp( 12px, 0.8em , 16px );
    width: 44px;
    height: 44px;
    /* midTab 1024oo */
  }
}
@media only screen and (min-width: 1024px) {
  .socialmedia a {
    line-height: 3;
    font-size: 0.8em;
    height: 3em;
    width: 2.92em;
    /* margin:0 0 3px 0; */
    /* maxTab 1024w */
  }
}
.socialmedia a:nth-last-of-type(1) {
  margin: 0;
}
.socialmedia a:hover {
  z-index: 400;
  transform: translate3d(0, 0, 0) scale(1.44);
}
.socialmedia a .icon {
  position: relative;
}
/*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: #48484b;
  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: #7d419a;
  float: left;
}
/* ===============================================
	Form Buttons
=============================================== */
form button {
  letter-spacing: normal;
  font-size: small;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  height: 38px;
  padding: 0 1.5em;
  background-color: #7d419a;
  border: 1px solid #7d419a;
  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: #48484b;
  background-color: #48484b;
}
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: #7d419a;
  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: #48484b;
}
/* ===============================================
	.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*/
}
/* 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;
  }
}
@keyframes flyindesknav {
  from {
    transform: translate(0, -100%);
    opacity: 0;
    pointer-events: none;
  }
  to {
    transform: translate(0, 0);
    opacity: 1;
    pointer-events: auto;
  }
}
/* ===============================================
	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;
  }
  @media only screen and (max-width: 1299px) {
    .embed-container,
    .embed-container.ratio16x9 {
      max-width: min( 42.05882353em , 90% );
      /* desk 1300oo */
    }
  }
  @media only screen and (min-width: 1300px) {
    .embed-container,
    .embed-container.ratio16x9 {
      max-width: min( 42.05882353em , 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;
  }
}
