/* 
 Site Manager Version: 14.2.0
 Date Created: March 2026
 Account: silversmiles-dental
 Written by: Ricky Rivas
 Sesame Communications - All rights reserved. C2026
 Any reproduction or intentional misuse is strictly prohibited
*/
/* ===============================================
              options
 =============================================== */
/* ===============================================
                    colors
 =============================================== */
/* ===============================================
					fonts
=============================================== */
/* ==================================================================
Basic Stylings
These will affect every size of the site.
================================================================== */
html {
  scroll-behavior: smooth;
}
/* ===============================================
	body 
=============================================== */
body,
input,
select,
textarea {
  font-family: "Red Hat Display", Helvetica, Arial, sans-serif;
}
form button,
button {
  font-family: "Red Hat Display", Helvetica, Arial, sans-serif;
}
svg {
  display: inline-block;
}
body {
  color: #000;
  background: #fff;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 1300px) {
  body {
    font-size: 20px;
  }
}
/* ===============================================
	links 
=============================================== */
a {
  text-decoration: none;
}
#content a {
  color: #c96345;
  transition: color 0.33s ease-in-out;
  text-decoration: underline;
}
#content a:focus,
#content a:hover {
  color: #7c2667;
  text-decoration: none;
}
/* ===============================================
	h family || hfam 
=============================================== */
h1,
h2:not(.topic),
h3:not(.topic),
h4,
h5,
h6 {
  line-height: 1;
  text-align: left;
  color: #7c787c;
  text-rendering: auto;
  margin: 0 0 1.44em;
  font-weight: 600;
}
.sub h1 {
  font-size: 10vw;
  font-weight: 400;
  margin-bottom: 0;
  text-align: center;
  color: #fff;
  line-height: 1.2;
}
@media only screen and (min-width: 480px) {
  .sub h1 {
    font-size: 3.4em;
  }
}
.home h1 {
  font-size: min(3.4em, 14vw);
  margin: 0 0 min(2.5em, 20vw);
  color: #562e6e;
  font-weight: 800;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .home h1 {
    text-align: left;
    margin-bottom: 0.4em;
  }
}
.home h1 .trait {
  display: block;
}
.home h1 .trait.top {
  line-height: 1;
  font-size: 0.51470588em;
  color: #a14254;
  text-transform: none;
  font-weight: 400;
}
h2:not(.topic) {
  font-size: 1.31578947em;
  color: #a14254;
}
h3:not(.topic) {
  font-size: 1.21052632em;
}
h4 {
  font-size: 1.10526316em;
}
h5 {
  font-size: 1.05263158em;
}
h6 {
  font-size: 1em;
}
/* ===============================================
	containers
=============================================== */
.container {
  max-width: 64.5em;
}
@media only screen and (min-width: 1300px) {
  .container {
    width: 90%;
  }
}
/* ===============================================
	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;
}
/* ==================================================================
	masthead
=================================================================== */
#masthead {
  width: 100%;
  min-height: 44px;
  padding: 0;
  background-color: #fff;
  position: relative;
  z-index: 3000;
}
#masthead.mobtron #logo {
  opacity: 0;
}
#masthead.mobtron #main-nav #trigger {
  transform: translate(calc(-50vw + 57px));
}
@media only screen and (min-width: 666px) {
  #masthead.mobtron #hd .mod {
    transition-duration: 0.16s;
    transform: translate(calc(-100vw + 92px + 375px), 0);
  }
  #masthead.mobtron #main-nav #trigger {
    transform: none;
  }
}
@media only screen and (min-width: 1300px) {
  #masthead.mobtron #hd .mod {
    transform: translate(0, 0);
  }
  #masthead.mobtron #logo {
    opacity: 1;
  }
  #masthead.ready #logo {
    transform: translate(calc(-1.4em + 50vw - 50% - 19.5em), 10em) scale(1);
  }
  #masthead.ready #logo svg .mark {
    transform: translate(5.8em, -3.8em) scale(1.75);
  }
  #masthead.ready #logo svg .silver-smiles {
    transform: translate(-9.9em, 1.6em) scale(1.76);
  }
  #masthead.ready #logo svg .name {
    transform: translate(-13.7em, 1.55em) scale(1.77);
  }
}
@media only screen and (max-width: 1299px) {
  #masthead {
    height: 110px;
  }
}
@media only screen and (min-width: 1024px) {
  #masthead {
    font-size: inherit;
    position: fixed;
    top: 0;
    left: 0;
  }
}
@media only screen and (min-width: 1300px) {
  #masthead {
    height: 7.2em;
  }
}
#masthead .container {
  max-width: none;
  width: calc(100% - 3em);
}
@media only screen and (max-width: 1299px) {
  #masthead .container {
    width: 100%;
  }
}
/* ===============================================
TRIGGER/NAVICON
=============================================== */
#trigger {
  line-height: 44px;
  color: #7c2667;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 40px 0 0;
  background: none;
  box-shadow: none;
  border: none;
  -webkit-display: none;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 600;
  transition: transform 0.33s ease-in-out;
  cursor: pointer;
}
#trigger:focus-visible {
  color: #7c2667;
}
@media only screen and (min-width: 666px) {
  #trigger {
    padding: 0;
  }
}
@media only screen and (min-width: 1300px) {
  #trigger {
    display: none;
  }
}
.open #trigger .navicon span:nth-child(1) {
  transform: translate(0, 18px) scaleX(0) rotate(0deg);
}
.open #trigger .navicon span:nth-child(4) {
  transform: translate(0, -18px) scaleX(0) rotate(0deg);
}
.open #trigger .navicon span:nth-child(2) {
  transform: translate(0, 0) scaleX(1) rotate(45deg);
}
.open #trigger .navicon span:nth-child(3) {
  transform: translate(0, 0) scaleX(1) rotate(-45deg);
}
#trigger .navicon {
  width: 71px;
  height: 36px;
  display: inline-block;
  position: relative;
  transition: transform 0.33s ease-in-out;
}
#trigger .navicon span {
  width: 100%;
  height: 6px;
  margin: auto;
  background: currentcolor;
  display: block;
  position: absolute;
  left: 0;
  opacity: 1;
  transform: translate(0, 0) scaleX(1) rotate(0deg);
  transition: transform 0.3s ease;
  border-radius: 3px;
}
#trigger .navicon span:nth-child(1) {
  top: 0;
}
#trigger .navicon span:nth-child(2),
#trigger .navicon span:nth-child(3) {
  top: 0;
  bottom: 0;
}
#trigger .navicon span:nth-child(4) {
  bottom: 0;
}
/* ==================================================================
	main-nav
=================================================================== */
#main-nav {
  font-size: 20px;
  text-align: center;
  width: 117px;
  height: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  clear: both;
}
@media only screen and (min-width: 1300px) {
  #main-nav {
    font-size: inherit;
    width: 100%;
    height: 3.2em;
    margin-top: 2em;
    background: none;
    box-shadow: none;
    top: auto;
    bottom: 0;
    z-index: 2900;
  }
}
@media only screen and (max-width: 1299px) {
  #main-nav.open .collapsible {
    transition-duration: 0.33s;
    transition-timing-function: ease;
    transform: translate(0, 0);
    visibility: visible;
    pointer-events: auto;
    opacity: 1;
  }
}
@media only screen and (max-width: 1299px) {
  #main-nav .collapsible {
    width: 100vw;
    max-width: 320px;
    position: absolute;
    top: 100%;
    right: 0;
    transition-property: transform, opacity, visibility;
    transition-duration: 0.09s;
    transition-timing-function: linear;
    transform: translate(100%, 0);
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1299px) {
  #main-nav .collapsible[class] {
    max-height: calc(100vh - 110px);
    overflow: auto;
    height: auto;
  }
}
@media only screen and (min-width: 1300px) {
  #main-nav .collapsible {
    margin: 0 auto;
    position: relative;
  }
}
#main-nav .container {
  height: 100%;
  padding: 0;
}
@media only screen and (min-width: 1300px) {
  #main-nav .container {
    max-width: right;
  }
}
/* ===============================================
TOP LEVEL ITEMS || top ul
=============================================== */
#main-nav ul {
  margin: 0;
  padding: 40px 0 40px;
  background-color: #7c2667;
  position: relative;
  z-index: 550;
  height: auto;
}
@media only screen and (max-width: 1299px) {
  #main-nav ul {
    display: flex;
    flex-direction: column;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
  }
}
@media only screen and (min-width: 1300px) {
  #main-nav ul {
    height: 3.2em;
    width: auto;
    margin: 0;
    padding: 0;
    background: none;
    position: static;
    float: right;
  }
}
#main-nav ul li {
  clear: both;
  cursor: pointer;
}
@media only screen and (min-width: 1300px) {
  #main-nav ul li {
    margin: 0 0.925em 0 0;
    background: none;
    vertical-align: top;
    clear: none;
  }
  #main-nav ul li a:focus-visible + ul,
  #main-nav ul li ul:focus-within,
  #main-nav ul li:hover > ul {
    width: auto;
    height: auto;
    margin: 0;
    clip: auto;
    pointer-events: auto;
  }
  #main-nav ul li.contact,
  #main-nav ul li.contact-us {
    margin-right: 0;
    padding-right: 0;
  }
  #main-nav ul li.contact:focus-visible > ul,
  #main-nav ul li.contact-us:focus-visible > ul,
  #main-nav ul li.contact:focus-within > ul,
  #main-nav ul li.contact-us:focus-within > ul,
  #main-nav ul li.contact.clicked > ul,
  #main-nav ul li.contact-us.clicked > ul,
  #main-nav ul li.contact.active > ul,
  #main-nav ul li.contact-us.active > ul,
  #main-nav ul li.contact:hover ul,
  #main-nav ul li.contact-us:hover ul {
    margin: 0;
    left: auto;
    right: 0em;
    transform: translate(0, 0);
  }
  #main-nav ul li.contact ul li a,
  #main-nav ul li.contact-us ul li a {
    text-align: right;
    float: right;
  }
  #main-nav ul li:nth-last-of-type(2):focus-visible > ul,
  #main-nav ul li:nth-last-of-type(2):focus-within > ul,
  #main-nav ul li:nth-last-of-type(2).clicked > ul,
  #main-nav ul li:nth-last-of-type(2).active > ul,
  #main-nav ul li:nth-last-of-type(2):hover ul {
    margin: 0;
    left: auto;
    right: 0em;
    transform: translate(0, 0);
  }
  #main-nav ul li:nth-last-of-type(2) ul li a {
    text-align: right;
    float: right;
  }
}
#main-nav ul li a[id] {
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  height: 50px;
  margin: 0;
  transition: color 0.33s ease;
  pointer-events: none;
  font-weight: 700;
}
@media only screen and (min-width: 1300px) {
  #main-nav ul li a[id] {
    line-height: 2.22222222;
    font-size: clamp(12px, 0.9em, 18px);
    text-align: center;
    height: 100%;
    z-index: 3000;
    pointer-events: auto;
    color: #363535;
  }
}
#main-nav ul li a[id]:after {
  content: "";
  width: 100%;
  height: 6px;
  background-color: #fff;
  display: block;
  border-radius: 3px;
  position: absolute;
  left: 0;
  transition:
    transform 0.33s ease-in-out,
    opacity 0.33s ease-in-out;
  transform: translate(0, 0) scaleX(0);
  opacity: 0;
}
@media only screen and (max-width: 1299px) {
  #main-nav ul li a[id]:after {
    bottom: 3px;
  }
}
@media only screen and (min-width: 1300px) {
  #main-nav ul li a[id]:after {
    bottom: 1.3em;
    background-color: #c96345;
  }
}
#main-nav ul li a[id].home {
  pointer-events: auto;
}
#main-nav ul li:focus-within > a[id],
#main-nav ul li.clicked > a[id],
#main-nav ul li.active > a[id],
#main-nav ul li:hover > a[id] {
  text-decoration: none;
  transition-duration: 0.15s;
}
#main-nav ul li:focus-within > a[id]:after,
#main-nav ul li.clicked > a[id]:after,
#main-nav ul li.active > a[id]:after,
#main-nav ul li:hover > a[id]:after {
  transition-duration: 0.15s;
  transform: translate(0, 0) scaleX(1);
  opacity: 1;
}
/* ===============================================
Flyout || ul ul
=============================================== */
#main-nav ul ul {
  width: 100%;
  padding: 0;
  background: none;
  border: none;
  float: left;
  transition: visibility 0.33s ease-in-out;
  border-radius: 0px;
}
@media only screen and (min-width: 1300px) {
  #main-nav ul ul {
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 1em 2.35em 1.4em;
    position: absolute;
    background-color: #7d2667;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    left: 0em;
    clip: rect(0 0 0 0);
    pointer-events: none;
    z-index: 2800;
  }
  #main-nav ul ul.double-columns {
    columns: 2;
    column-gap: 1.85em;
  }
  #main-nav ul ul.double-columns li {
    text-align: left;
    float: none;
  }
  #main-nav ul ul.double-columns li a {
    float: none;
  }
}
#main-nav ul ul li {
  height: 0;
  background: none;
  opacity: 0;
  overflow: hidden;
  transition-duration: 0.33s;
}
#main-nav ul ul li:focus-within {
  overflow: visible;
}
@media only screen and (min-width: 1300px) {
  #main-nav ul ul li {
    height: 1.75em;
    margin: 0;
    padding: 0;
    opacity: 1;
  }
}
#main-nav ul ul li a {
  line-height: 44px;
  font-size: clamp(12px, 0.75em, 15px);
  color: #fff;
  height: 44px;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media only screen and (min-width: 1300px) {
  #main-nav ul ul li a {
    line-height: 2.33333333;
    text-align: left;
    white-space: nowrap;
    height: 2.33333333em;
    float: left;
  }
}
#main-nav ul ul li a:after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: currentColor;
  display: block;
  border-radius: 3px;
  position: absolute;
  left: 0;
  bottom: 0px;
  transition:
    transform 0.33s ease-in-out,
    opacity 0.33s ease-in-out;
  transform: translate(0, 0) scaleX(0);
  opacity: 0;
}
#main-nav ul ul li a:focus-visible,
#main-nav ul ul li a:hover,
#main-nav ul ul li a.active {
  text-decoration: none;
  margin-bottom: 0;
  border: none;
}
#main-nav ul ul li a:focus-visible:after,
#main-nav ul ul li a:hover:after,
#main-nav ul ul li a.active:after {
  transition-duration: 0.15s;
  transform: translate(0, 0) scaleX(1);
  opacity: 1;
}
/* ===============================================
TERTIARY || if ul ul ul exists
=============================================== */
/* ===============================================
Flyout animation
=============================================== */
@media only screen and (max-width: 1299px) {
  #main-nav.open ul ul {
    visibility: hidden;
  }
  #main-nav.open ul .clicked ul {
    padding: 0 0 1em;
    visibility: visible;
  }
  #main-nav.open ul .clicked ul li {
    height: 44px;
    opacity: 1;
  }
}
/* ==================================================================
	header
=================================================================== */
#hd {
  text-align: center;
  color: #c96345;
  height: 100%;
  padding: 0;
  position: relative;
  pointer-events: none;
}
@media only screen and (min-width: 666px) {
  #hd {
    text-align: right;
  }
}
@media only screen and (min-width: 1024px) {
  #hd {
    z-index: 3000;
  }
}
#hd .container {
  height: 100%;
  pointer-events: none;
}
#hd .mod {
  justify-content: center;
  z-index: 420;
}
@media only screen and (max-width: 1299px) {
  #hd .mod {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    position: absolute;
    top: 0;
    right: 115px;
    height: 100%;
    transition: transform 0.33s ease-in-out;
  }
}
@media only screen and (max-width: 665px) {
  #hd .mod {
    height: auto;
    width: 100%;
    gap: 2px;
    right: 0;
  }
  #hd .mod div {
    display: contents;
  }
}
@media only screen and (min-width: 1300px) {
  #hd .mod {
    display: inline-flex;
    gap: 11px;
    vertical-align: top;
    margin-top: 1.1em;
  }
}
/* ===============================================
	logo
=============================================== */
#logo {
  line-height: 0;
  width: 17.1em;
  margin: 0 auto 0 15px;
  display: block;
  position: absolute;
  top: calc(50% + 20px);
  left: 0;
  transform: translate(0, -50%);
  pointer-events: auto;
  font-size: 0.65em;
  transition: opacity 0.33s ease-in-out;
}
@media only screen and (min-width: 666px) {
  #logo {
    font-size: 20px;
    top: 50%;
    max-width: 17.1em;
    width: calc(100% - 24.5em);
  }
}

@media only screen and (min-width: 1300px) {
  #logo {
    margin: 0;
    transition: transform 0.33s ease-in-out;
  }
}
#logo a {
  display: inline-block;
  vertical-align: top;
  transition: opacity 0.33s ease-in-out;
}
@media only screen and (max-width: 1023px) {
  #logo a {
    min-height: 44px;
    display: flex;
    align-items: center;
  }
}
#logo a:focus-visible {
  opacity: 0.51;
}
#logo svg {
  width: 17.1em;
  height: 3.4em;
}

@media only screen and (min-width: 666px) {
  #logo svg {
    width: 100%;
    height: auto;
  }
}

#logo svg .text,
#logo svg .mark {
  transition: transform 0.33s ease-in-out;
}
/* ===============================================
	utility-nav
=============================================== */
#utilitynav {
  line-height: 0;
  width: auto;
  margin: 0;
  padding: 0;
  display: inline-flex;
  vertical-align: top;
  position: relative;
  z-index: 400;
  pointer-events: auto;
  gap: 2px;
}
@media only screen and (min-width: 666px) {
  #utilitynav {
    gap: 11px;
  }
}
#utilitynav ul {
  display: contents;
}
#utilitynav ul li {
  display: contents;
}
#utilitynav ul li:nth-child(n + 2) {
  margin: 0 0 0 0.5em;
}
#utilitynav a {
  font-size: 15px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  width: 100%;
  background-color: #562e6e;
  padding: 0 0em;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  display: inline-block;
  vertical-align: top;
  transition:
    color 0.33s ease-in-out,
    background-color 0.33s ease-in-out,
    transform 0.33s ease-in-out;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}
@media only screen and (min-width: 666px) {
  #utilitynav a {
    padding: 0 1.66666667em;
    line-height: 48px;
    border-radius: 25px;
    width: auto;
  }
}
@media only screen and (min-width: 1300px) {
  #utilitynav a {
    line-height: 2.66666667;
    padding: 0 1.53333333em;
    border-radius: 1.33333333em;
  }
}
#utilitynav a .icon {
  width: auto;
}
#utilitynav a:focus,
#utilitynav a:hover {
  background-color: #7c2667;
  transform: scale(1.1);
}
#utilitynav a:focus .icon,
#utilitynav a:hover .icon {
  animation: fa-bounce 1s ease-in-out;
}
/* ===============================================
	socialmedia
=============================================== */
#hd .socialmedia,
#masthead > .socialmedia {
  line-height: 0;
  text-align: center;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 2px;
  position: absolute;
  top: 100%;
  right: 0;
  pointer-events: auto;
}
@media only screen and (min-width: 1024px) {
  #hd .socialmedia,
  #masthead > .socialmedia {
    width: 2.2em;
    margin: 0;
    flex-direction: column;
    top: 12.5em;
    right: 1em;
  }
}
@media only screen and (min-width: 1300px) {
  #hd .socialmedia,
  #masthead > .socialmedia {
    position: fixed;
  }
}
#hd .socialmedia a,
#masthead > .socialmedia a {
  font-size: clamp(12px, 0.55em, 11px);
  color: #fff;
  min-width: 24px;
  min-height: 24px;
  border-radius: 50%;
  background: rgba(201, 99, 69, 0.7);
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition:
    transform 0.33s ease-in-out,
    color 0.33s ease-in-out;
}
@media only screen and (max-width: 1023px) {
  #hd .socialmedia a,
  #masthead > .socialmedia a {
    line-height: 44px;
    width: 44px;
    height: 44px;
  }
}
@media only screen and (min-width: 1024px) {
  #hd .socialmedia a,
  #masthead > .socialmedia a {
    line-height: 4;
    width: auto;
    height: 4em;
  }
}
#hd .socialmedia a:focus,
#masthead > .socialmedia a:focus,
#hd .socialmedia a:hover,
#masthead > .socialmedia a:hover {
  color: #fff;
  background: #7c2667;
  z-index: 400;
  transform: translate(0, 0) scale(1.44);
}
#hd .socialmedia a .icon,
#masthead > .socialmedia a .icon {
  position: relative;
}
/* ==================================================================
	slideshow
=================================================================== */
#slideshow {
  text-align: center;
  position: relative;
  z-index: 402;
  overflow: hidden;
}
@media only screen and (min-width: 1300px) {
  #slideshow {
    overflow: visible;
  }
}
#slideshow #home-slideshow {
  width: 100%;
  margin: 0;
  overflow: hidden;
  height: 450px;
  border-bottom-left-radius: 200px;
}
#slideshow #home-slideshow::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.2;
  border-radius: inherit;
  pointer-events: none;
  z-index: 400;
}
@media only screen and (min-width: 666px) {
  #slideshow #home-slideshow {
    height: 700px;
    width: calc(50% + 220px);
    margin-left: auto;
  }
  #slideshow #home-slideshow::before {
    content: none;
  }
}
#slideshow #home-slideshow .cycle-slideshow {
  height: 100%;
  position: relative;
  background-color: #000;
}
#slideshow #home-slideshow .hpslide {
  max-width: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: left;
}
#slideshow .ssoverlay {
  width: 100%;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 420;
  padding: 0em 0 7em;
}
@media only screen and (min-width: 666px) {
  #slideshow .ssoverlay {
    padding: 2.55em 0 3em;
    font-size: min(20px, 2.25vw);
    max-width: 26em;
    background-color: #fff;
    border-radius: 110px;
    height: auto;
    top: 75px;
  }
}
@media only screen and (min-width: 1024px) {
  #slideshow .ssoverlay {
    font-size: 20px;
    top: 130px;
  }
}
@media only screen and (min-width: 1300px) {
  #slideshow .ssoverlay {
    top: 145px;
    right: calc(50% + 6.5em);
    left: auto;
  }
}
#slideshow .ssoverlay .logo {
  line-height: 0;
  text-align: center;
  margin: 0 auto 2em;
  display: block;
  width: 90%;
  max-width: 23.75em;
}
@media only screen and (min-width: 1300px) {
  #slideshow .ssoverlay .logo {
    opacity: 0;
  }
}
#slideshow .ssoverlay .logo:focus {
  opacity: 0.51;
}
#slideshow .ssoverlay .logo svg {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 665px) {
  #slideshow .ssoverlay .logo svg path {
    fill: #fff;
  }
  #slideshow .ssoverlay .logo svg path[stroke] {
    stroke: #fff;
  }
}
#slideshow .ssoverlay .spotbtn {
  font-size: clamp(12px, 1.25em, 25px);
  line-height: 0.92;
  text-align: center;
  color: #fff;
  font-weight: 900;
  width: 12.36em;
  height: 3.16em;
  background-color: #7c2667;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 1.58em;
  vertical-align: top;
  position: relative;
  z-index: 420;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
  transition:
    color 0.33s ease-in-out,
    background-color 0.33s ease-in-out,
    transform 0.33s ease-in-out;
}
#slideshow .ssoverlay .spotbtn:hover,
#slideshow .ssoverlay .spotbtn:focus {
  background-color: #562e6e;
  transform: scale(1.1);
}
/* ==================================================================
	.spotlight
=================================================================== */
.spotlight {
  text-align: center;
  position: relative;
  z-index: 400;
}
.spotlight > div {
  position: relative;
}
/* ===============================================
	spot00 || COMMON SERVICES/CALLOUT-LIKE SECTION EXAMPLE
=============================================== */
.spot01 {
  text-align: center;
  color: #7c2667;
  margin: 0;
  padding: 65px 0 53px;
  position: relative;
  z-index: 410;
  margin-top: -24px;
  display: grid;
  place-content: center;
  grid-template-columns: repeat(1, 220px);
  gap: 1.1em;
  background-color: #c96345;
  background-repeat: no-repeat;
  background-image: linear-gradient(
    0deg,
    #562e6e 0%,
    #7c2667 25%,
    #a14254 50%,
    #ba574c 75%,
    #c96345 100%
  );
}
@media only screen and (min-width: 666px) {
  .spot01 {
    grid-template-columns: repeat(2, 220px);
  }
}
@media only screen and (min-width: 1024px) {
  .spot01 {
    grid-template-columns: repeat(4, 220px);
  }
}
@media only screen and (min-width: 1300px) {
  .spot01 {
    background-size: 100% 200%;
    background-position: 0% 100%;
    background-image: linear-gradient(
      0deg,
      #562e6e 0%,
      #7c2667 12.5%,
      #a14254 25%,
      #ba574c 32.5%,
      #c96345 50%,
      #ba574c 61.5%,
      #a14254 75%,
      #7c2667 86.5%,
      #562e6e 100%
    );
  }
}
.spot01 a {
  color: #fff;
  width: 220px;
  height: 220px;
  padding: 0 0 0.6em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  vertical-align: top;
  position: relative;
}
.spot01 a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.1);
  z-index: -1;
  border-radius: 40px;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.25);
  opacity: 0;
  pointer-events: none;
  transform-origin: center;
  transform: scale(0.5, 1) rotate(0deg) translate(0%, 100%);
  transition:
    opacity 0.33s ease-in-out,
    transform 0.33s ease-in-out;
}
.spot01 a:nth-child(even)::before {
  transform: scale(0.5, 1) rotate(0deg) translate(0%, -100%);
}
.spot01 a .icon {
  width: 120px;
  line-height: 0;
  margin: 0 auto 0.25em;
}
.spot01 a .icon svg {
  width: 100%;
  height: auto;
}
.spot01 a h2.topic {
  line-height: 1;
  font-size: 28px;
  color: currentcolor;
  width: 100%;
  display: block;
  font-weight: 400;
}
.spot01 a h2.topic .trait {
  display: block;
  font-weight: 900;
}
.spot01 a:focus .sun,
.spot01 a:hover .sun {
  animation: sun-spin 2s ease-in-out infinite;
  transform-origin: center;
}
.spot01 a:focus .mtns,
.spot01 a:hover .mtns {
  animation: mtn-shake 0.6s ease-in-out infinite;
  transform-origin: bottom center;
}
.spot01 a:focus .air-balloon,
.spot01 a:hover .air-balloon {
  animation: balloon-float 2s ease-in-out infinite;
  transform-origin: center bottom;
}
.spot01 a:focus .nm-symbol,
.spot01 a:hover .nm-symbol {
  animation: zia-pulse 2s linear infinite;
  transform-origin: center;
}
.spot01 a:focus::before,
.spot01 a:hover::before {
  opacity: 1;
  transform: scale(1) rotate(0deg) translate(0%, 0%);
}
/* ===============================================
	spot00 || COMMON GENERAL INFORMATION SPOTLIGHT SECTION
=============================================== */
.spot02 {
  color: #373637;
  padding: 3em 0;
  position: relative;
  z-index: 410;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 2em;
}
@media only screen and (min-width: 1024px) {
  .spot02 {
    gap: 0;
    flex-direction: row;
    padding: 4.5em 0 6.35em 0.5em;
  }
}
.spot02 .decoration {
  width: 80%;
  max-width: 21.4em;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin: 0 0 2em 1em;
}
@media only screen and (min-width: 1024px) {
  .spot02 .decoration {
    margin: 0 4em 0 0;
  }
}
.spot02 .decoration .backdrop {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 1.4em;
  right: 1em;
  background-color: #c86446;
  border-bottom-left-radius: 5em;
  border-top-right-radius: 5em;
}
.spot02 .decoration img {
  width: 100%;
  border-top-left-radius: 5em;
  border-bottom-right-radius: 5em;
  box-shadow: 12.5px 21.651px 25px 0px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 1;
}
.spot02 .mod {
  width: 90%;
  max-width: 28.75em;
  display: contents;
}
@media only screen and (min-width: 1024px) {
  .spot02 .mod {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
  }
}
.spot02 h2.topic {
  line-height: 0.98;
  font-size: clamp(12px, 2.5em, 50px);
  font-weight: 400;
  color: #562e6e;
  margin: 0;
  order: -1;
}
@media only screen and (min-width: 1024px) {
  .spot02 h2.topic {
    margin-bottom: 0.3em;
  }
}
.spot02 h2.topic .trait {
  font-weight: 900;
  font-weight: 700;
  display: block;
}
.spot02 .info {
  line-height: 1.45454545;
  font-size: clamp(12px, 1.1em, 22px);
  margin: 0 0 1em;
  width: 90%;
  max-width: 500px;
}
@media only screen and (min-width: 1024px) {
  .spot02 .info {
    width: 100%;
    max-width: none;
  }
}
.spot02 .spotbtn {
  font-size: clamp(12px, 0.9em, 18px);
  line-height: 2.66666667;
  text-align: center;
  color: #fff;
  font-weight: 900;
  width: 10.44444444em;
  height: 2.66666667em;
  background-color: #7c2667;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 2.19444444em;
  vertical-align: top;
  position: relative;
  z-index: 420;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
  transition:
    transform 0.33s ease-in-out,
    background-color 0.33s ease-in-out;
}
@media only screen and (max-width: 1023px) {
  .spot02 .spotbtn {
    height: 44px;
  }
}
.spot02 .spotbtn:hover,
.spot02 .spotbtn:focus {
  background-color: #562e6e;
  transform: scale(1.1);
}
/* ==================================================================
	content
=================================================================== */
#bd {
  padding: 3em 0;
  background: #fff;
  position: relative;
  z-index: 400;
}
@media only screen and (min-width: 768px) {
  #bd {
    padding: 4.75em 0 3em;
  }
}
#bd.sub .decoration {
  width: 100%;
  display: block;
  min-width: 31.9em;
  position: absolute;
  top: -10px;
  left: calc(50% + 18.1em);
  width: calc(50% - 18.1em);
  height: 44.35em;
}
@media only screen and (max-width: 767px) {
  #bd.sub .decoration {
    display: none;
  }
}
#bd.sub .decoration::before {
  content: "";
  display: block;
  width: 95%;
  height: 100%;
  position: absolute;
  top: 2.5em;
  left: -2em;
  z-index: -1;
  border-bottom-right-radius: 10em;
  background-color: #7d2667;
}
#bd.sub .decoration img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  border-bottom-left-radius: 10em;
  box-shadow: 12.5px 21.651px 25px 0px rgba(0, 0, 0, 0.15);
}
#bd .container {
  width: 90%;
  max-width: 65.9em;
}
#content {
  max-width: 840px;
  display: block;
}
@media only screen and (min-width: 768px) {
  #content {
    width: 63.73292868%;
    max-width: 42em;
    float: left;
  }
}
@media only screen and (min-width: 1300px) {
  #content {
    width: 63.73292868%;
  }
}
#content .content-text {
  line-height: 1.68421053;
}
@media only screen and (min-width: 666px) {
  #content .content-text {
    font-size: min(2.3vw, 19px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1299px) {
  #content .content-text {
    max-width: 70ch;
  }
}
@media only screen and (min-width: 1300px) {
  #content .content-text {
    font-size: 19px;
  }
}
/* ==================================================================
	.home content
=================================================================== */
.home #bd {
  padding: 3em 0;
  background-color: #f5f0f0;
}
@media only screen and (min-width: 768px) {
  .home #bd {
    padding: 4.65em 0 2.75em;
  }
}
@media only screen and (min-width: 1024px) {
  .home #bd {
    min-height: 50em;
  }
}
.home #bd .container {
  width: 90%;
  max-width: 66em;
  /* @media only screen and (min-width: 768px) and (max-width: 1299px) { 
			max-width:70ch; 
		} */
}
.home #bd .decoration {
  width: 70%;
  max-width: 32em;
  position: relative;
  margin: 3em auto 3em;
  right: 6%;
}
@media only screen and (min-width: 1024px) {
  .home #bd .decoration {
    width: 100%;
    margin: 0;
    position: absolute;
    left: calc(50% + 24px);
    top: 100px;
    max-width: 32em;
    font-size: min(1.25vw, 1em);
  }
}
@media only screen and (min-width: 1300px) {
  .home #bd .decoration {
    top: 140px;
  }
}
.home #bd .decoration img {
  width: 100%;
}
.home #bd .decoration .bd01 {
  position: relative;
  z-index: 1;
  border-top-right-radius: 5em;
  border-bottom-left-radius: 5em;
  box-shadow: 12.5px 21.651px 25px 0px rgba(0, 0, 0, 0.15);
}
.home #bd .decoration .backdrop {
  position: absolute;
  bottom: 13.5%;
  left: 15.5%;
  border-top-left-radius: 5em;
  border-bottom-right-radius: 5em;
}
@media only screen and (min-width: 768px) {
  .home #bd #content {
    width: 100%;
    max-width: 70ch;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1299px) {
  .home #bd #content {
    max-width: 70ch;
  }
}
@media only screen and (min-width: 1024px) {
  .home #bd #content {
    max-width: 32.05em;
    width: 48.56060606%;
    margin-left: 0;
  }
}
@media only screen and (min-width: 666px) {
}
@media only screen and (min-width: 1300px) {
}
.home #bd #content .content-text h2 {
  font-size: 1.31578947em;
  line-height: 1.28;
  margin-bottom: 0.6em;
}
.home #bd #content .content-text ol,
.home #bd #content .content-text ul {
  margin: 0 0 1.3em 2.5em;
}
.home #bd #content .content-text ol li,
.home #bd #content .content-text ul li {
  margin: 0 0 1.3em 0;
}
.home #bd #content .content-text ol li:nth-last-of-type(1),
.home #bd #content .content-text ul li:nth-last-of-type(1) {
  margin: 0;
}
/* ==================================================================
	custom content
=================================================================== */
.mediaslider {
  text-align: center;
  max-width: calc(100% - 88px);
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.mediaslider button {
  background: none;
  border: none;
  -webkit-appearance: none;
  cursor: pointer;
  pointer-events: auto;
}
.mediaslider .cycle-slideshow {
  width: 100%;
  margin: 0.5em 0 1.5em;
  position: relative;
  pointer-events: none;
  z-index: 400;
}
.mediaslider .cycle-slideshow > button {
  font-size: 2.8em;
  color: #c96345;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  transition: opacity 0.35s ease;
  pointer-events: auto;
}
.mediaslider .cycle-slideshow > button.cycle-prev {
  text-align: left;
  right: 100%;
  left: auto;
}
.mediaslider .cycle-slideshow > button.cycle-next {
  text-align: right;
  direction: rtl;
  right: auto;
  left: 100%;
}
.mediaslider .cycle-slideshow > button:focus,
.mediaslider .cycle-slideshow > button:hover {
  opacity: 0.69;
}
.mediaslider .cycle-slideshow > button .icon {
  transform-origin: 50% 50%;
}
.mediaslider.ba .cycle-slideshow:before,
.mediaslider.ba.top .cycle-slideshow:before,
.mediaslider.ba .cycle-slideshow:after,
.mediaslider.ba.top .cycle-slideshow:after {
  width: 50%;
  padding: 0.66em 0;
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0.54) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.54) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.54) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  display: block;
  position: absolute;
  top: 0;
  z-index: 420;
}
.mediaslider.ba .cycle-slideshow:before,
.mediaslider.ba.top .cycle-slideshow:before {
  content: "Before";
  left: 0;
}
.mediaslider.ba .cycle-slideshow:after,
.mediaslider.ba.top .cycle-slideshow:after {
  content: "After";
  right: 0;
}
.mediaslider.ba.bottom .cycle-slideshow:before,
.mediaslider.ba.bottom .cycle-slideshow:after {
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.54) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.54) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.54) 100%
  );
  top: auto;
  bottom: 0;
}
.mediaslider.multi .cycle-slide {
  display: flex !important;
}
.mediaslider.multi .cycle-slide img {
  width: 50%;
}
.mediaslider .custompager {
  margin-bottom: 1.58em;
  display: block;
  position: relative;
}
.mediaslider .custompager > button {
  height: 44px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media only screen and (max-width: 1299px) {
  .mediaslider .custompager > button {
    width: 44px;
  }
}
@media only screen and (min-width: 1300px) {
  .mediaslider .custompager > button {
    width: 1rem;
    margin: 0 6px;
    cursor: pointer;
  }
}
.mediaslider .custompager > button:before {
  content: "";
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  margin: auto;
  background-color: #c96345;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: background-color 0.33s ease-in-out;
}
.mediaslider .custompager > button:focus:before,
.mediaslider .custompager > button:hover:before,
.mediaslider .custompager > button.cycle-pager-active:before {
  background-color: #7c2667;
}
.mediaslider .cycle-caption.large,
.mediaslider .cycle-caption {
  font-size: min(1rem, 1em);
  white-space: normal;
  padding: 0.66em;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 420;
}
.mediaslider .cycle-caption.large:after,
.mediaslider .cycle-caption:after {
  content: "";
  width: auto;
  height: auto;
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.54) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.54) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.54) 100%
  );
  display: block;
  position: absolute;
  top: -1.68em;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.mediaslider .cycle-caption.large {
  position: relative;
}
.mediaslider .cycle-caption.large:after {
  background: #7c2667;
  top: 0;
}
/* content centered for slideshow, video-centric, and/or full width 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,
.before-and-after .img-right,
.office-tour .img-right,
.smile-gallery .img-right,
.invisalign-videos .img-right {
  margin: 0 auto;
  float: none;
}
/* 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;
}
/* 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%;
  }
}
@media only screen and (min-width: 768px) {
  .before-after-box,
  p.before-after-text {
    width: 49%;
    display: inline-block;
    vertical-align: top;
  }
}
/* common procedures */
@media only screen and (min-width: 1300px) {
  #content,
  #content h2[id],
  .common-procedures #content h2[id] {
    scroll-margin-top: 200px;
  }
}
/* preventive-care */
.preventive-care #content ul {
  display: inline-block;
}
/* reduces dimensions of coronavirus tab */
#coronavirus-update {
  font-size: 0.84em;
  padding: 0.5em 1.25em !important;
  left: 0.5em !important;
}
@media only screen and (min-width: 1300px) {
  #coronavirus-update {
    font-size: 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;
}
/* ==================================================================
	sitemap
=================================================================== */
.sitemap #content .column > ul > li {
  margin-bottom: 1.45em;
}
.sitemap #content ul {
  margin-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.sitemap #content ul a {
  line-height: 1.4;
  font-size: clamp(12px, 1.25em, 25px);
  font-weight: 600;
  text-decoration: none;
  color: #a14254;
  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: #000;
  margin-left: 0;
}
.sitemap #content a:focus,
.sitemap #content a:hover {
  text-decoration: none;
  color: #7c2667;
}
body.sitemap #bd ul li {
  list-style: none;
}
body.sitemap #bd ul ul li {
  list-style: none;
  margin-left: 0;
}
body.sitemap #content .width1 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  body.sitemap #content .width1 {
    width: 50%;
  }
  body.sitemap #content .width1:not(.first) {
    width: auto;
    max-width: 49%;
    float: right;
  }
}
/* global override */
/* ==================================================================
	sidebar
=================================================================== */
#sidebar {
  width: 84%;
  max-width: 400px;
  margin: 0 auto 3em;
  padding: 0;
  display: none;
  position: relative;
  z-index: 420;
  background-color: #562e6d;
  border-top-left-radius: 5em;
  border-bottom-right-radius: 5em;
  box-shadow: 12.5px 21.651px 25px 0px rgba(0, 0, 0, 0.15);
}
@media only screen and (min-width: 768px) {
  #sidebar {
    width: 33%;
    margin: 0.2em -0.1em 1em 0;
    display: flex;
    flex-direction: column;
    float: right;
    clear: right;
  }
}
@media only screen and (min-width: 1300px) {
  #sidebar {
    width: 36.34901366%;
  }
}
/* ===============================================
	sitepics
=============================================== */
#hide-stock {
  width: 100%;
  max-width: 20em;
  margin: 0 auto 6%;
  padding: 0;
  position: relative;
  display: none;
}
.stock {
  width: 100%;
  position: relative;
}
/* ===============================================
	show doctor image on all devices
=============================================== */
/*.home,*/
/*body[class^='meet-the-'],*/
/* body[class^='meet-our-'],*/
.meet-the-doctor img.img-right,
body[class*="meet-dr-"] img.img-right,
body[class*="meet-doctor-"] img.img-right {
  margin-bottom: 2em;
  border-top-right-radius: 5em;
  border-bottom-left-radius: 5em;
}
@media only screen and (max-width: 767px) {
  .meet-the-doctor img.img-right,
  body[class*="meet-dr-"] img.img-right,
  body[class*="meet-doctor-"] img.img-right {
    max-width: 100%;
  }
}
body[class~="blog"] #sidebar {
  display: block;
}
/* ==================================================================
	SUBNAV || SIDE ORIENTED
=================================================================== */
#subnav {
  color: #fff;
  margin: 0;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  #subnav {
    text-align: center;
    padding: 3em 10%;
  }
}
@media only screen and (min-width: 768px) {
  #subnav {
    text-align: left;
    padding: 2.75em 1em 3em 2em;
    order: 2;
  }
}
@media only screen and (min-width: 1300px) {
  #subnav {
    padding: 2.75em 1em 3em 4.85em;
  }
}
@media only screen and (max-width: 767px) {
  #subnav {
    display: none;
  }
}
#subnav h2.topic {
  line-height: 1.34615385;
  font-size: 1.3em;
  text-align: inherit;
  font-weight: 900;
  color: #fff;
  width: 100%;
  height: 1.34615385em;
  margin: 0 auto 0.3em;
  display: block;
  position: relative;
  z-index: 400;
}
@media only screen and (max-width: 767px) {
  #subnav nav {
    width: 100vw;
  }
}
@media only screen and (min-width: 768px) {
  #subnav nav {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
}
#subnav p {
  font-size: clamp(12px, 0.75em, 15px);
  width: 100%;
  margin: 0 0 0 0.9em;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
}
@media only screen and (max-width: 767px) {
  #subnav p {
    white-space: nowrap;
    padding-right: 9%;
    scroll-snap-type: x;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  #subnav p::-webkit-scrollbar {
    display: none;
  }
}
@media only screen and (max-width: 1299px) {
  #subnav p {
    line-height: 44px;
  }
}
@media only screen and (min-width: 1300px) {
  #subnav p {
    line-height: 1.33333333;
  }
}
#subnav a {
  color: #fff;
  margin: 0 0.8em;
  white-space: nowrap;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media only screen and (min-width: 768px) {
  #subnav a {
    margin: 0;
    float: left;
    clear: left;
  }
}
#subnav a:after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentcolor;
  display: block;
  position: absolute;
  top: 50%;
  left: -14px;
  transition:
    transform 0.33s ease-in-out,
    opacity 0.33s ease-in-out;
  opacity: 0;
  transform: translate(-25px, -50%);
}
#subnav a:focus,
#subnav a:hover,
#subnav a.active {
  color: #fff;
  text-decoration: none;
}
#subnav a:focus:after,
#subnav a:hover:after,
#subnav a.active:after {
  transform: translate(0, -50%);
  opacity: 1;
}
#subheader {
  background-color: #000;
  padding: 3em 0;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 500;
  background-image: linear-gradient(
    0deg,
    #562e6e 0%,
    #7c2667 25%,
    #a14254 50%,
    #ba574c 75%,
    #c96345 100%
  );
}
@media only screen and (min-width: 1024px) {
  #subheader {
    margin-top: 110px;
  }
}
@media only screen and (min-width: 1300px) {
  #subheader {
    padding: 3.2em 0 4.225em;
    margin-top: 144px;
  }
}
#subheader h1 {
  width: 90%;
  margin: 0 auto;
}
/* END SIDEBAR */
/* ===============================================
	spot00 || COMMON GENERAL INFORMATION SPOTLIGHT SECTION
=============================================== */
.spot03 {
  color: #fff;
  padding: 3em 0;
  position: relative;
  z-index: 410;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: min(4vw, 1em);
}
@media only screen and (min-width: 768px) {
  .spot03 {
    padding: 5em 0;
  }
}
@media only screen and (min-width: 1024px) {
  .spot03 {
    font-size: inherit;
    flex-direction: row;
  }
}
@media only screen and (min-width: 2000px) {
  .spot03 {
    font-size: 1.01vw;
  }
}
.spot03 .decoration {
  width: 80%;
  max-width: 45em;
  display: inline-block;
  vertical-align: top;
  box-shadow: 12.5px 21.651px 25px 0px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: -1;
  overflow: hidden;
  background-color: #fff;
  border-radius: 2.5em;
}
@media only screen and (min-width: 768px) {
  .spot03 .decoration {
    border-radius: 5em;
  }
}
@media only screen and (min-width: 1024px) {
  .spot03 .decoration {
    max-width: 49.1em;
    width: calc(50% - 0.875em);
    margin: 0;
    height: 34.6em;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .spot03 .decoration img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
  }
}
.spot03 .decoration img {
  position: absolute;
  top: 0;
  opacity: 0;
}
.spot03 .mod {
  width: 90%;
  max-width: 50.6em;
  display: inline-flex;
  justify-content: center;
  flex-direction: column;
  vertical-align: middle;
  gap: 20px;
  text-align: left;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  position: relative;
  padding: 0 0 5em;
}
@media only screen and (max-width: 1023px) {
  .spot03 .mod {
    margin-top: -1.5em;
  }
  .spot03 .mod::before {
    content: "";
    width: calc(100% + 0em);
    height: calc(100% + 10em);
    position: absolute;
    top: -10em;
    left: 50%;
    transform: translate(-50%, 0);
    background-image: linear-gradient(
      0deg,
      #562e6e 0%,
      #7c2667 25%,
      #a14254 50%,
      #ba574c 75%,
      #c96345 100%
    );
    border-radius: 10em;
    z-index: -2;
  }
}
@media only screen and (max-width: 479px) {
  .spot03 .mod::before {
    border-radius: 7.5em;
  }
}
@media only screen and (min-width: 1024px) {
  .spot03 .mod {
    margin: 0;
    padding: 0;
    width: calc(50% + 0.875em);
    max-width: 50.5em;
    height: 45.1em;
    align-items: flex-start;
  }
  .spot03 .mod .gradient-backdrop {
    display: block;
    width: calc(100% + 12em);
    height: 100%;
    position: absolute;
    top: 0;
    left: -12em;
    background-image: linear-gradient(
      0deg,
      #562e6e 0%,
      #7c2667 25%,
      #a14254 50%,
      #ba574c 75%,
      #c96345 100%
    );
    border-top-left-radius: 10em;
    border-bottom-left-radius: 10em;
    z-index: -2;
  }
}
.spot03 a {
  display: flex;
  align-items: center;
  width: 100%;
  color: #fff;
  gap: 15px;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .spot03 a {
    flex-direction: row;
    margin-left: -1.5em;
    width: auto;
    gap: 25px;
  }
}
.spot03 a .icon {
  width: 3em;
  height: 3em;
  display: inline-block;
  vertical-align: top;
  margin-right: 0em;
  position: relative;
  z-index: 1;
  color: #562e6e;
  transition: color 0.33s ease-in-out;
}
.spot03 a .icon::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  box-shadow: 5px 8.66px 10px 0px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  z-index: -1;
  transition:
    background-color 0.33s ease-in-out,
    transform 0.33s ease-in-out;
}
.spot03 a .icon svg {
  width: 100%;
  height: auto;
}
.spot03 a h2.topic {
  line-height: 2.14285714;
  font-size: clamp(12px, 1.4em, 28px);
  font-weight: 400;
  color: currentColor;
  margin: 0;
}
.spot03 a:hover .icon,
.spot03 a:focus .icon,
.spot03 a.cycle-pager-active .icon {
  color: #fff;
  animation: scale-pop 0.5s ease-out forwards;
}
.spot03 a:hover .icon::before,
.spot03 a:focus .icon::before,
.spot03 a.cycle-pager-active .icon::before {
  background-color: #c96345;
}
@keyframes scale-pop {
  0% {
    transform: scale(1);
  }
  70% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
/* ==================================================================
	#ft
=================================================================== */
#ft {
  text-align: center;
  color: #fff;
  width: 100%;
  padding: 0;
  background: #000 center / cover no-repeat;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
}
@media only screen and (min-width: 1300px) and (max-width: 1999px) {
  #ft {
    background-size: auto;
    background-position: 50% 100%;
  }
}
#ft::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
  z-index: -1;
}
#ft a {
  color: #fff;
  transition: color 0.33s ease-in-out;
}
#ft a:focus,
#ft a:hover {
  color: #ffaaea;
}
/* ===============================================
		locations
=============================================== */
#location {
  width: 100%;
  padding: 3em 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}
@media only screen and (min-width: 768px) {
  #location {
    padding: 5em 0 0em;
  }
}
@media only screen and (min-width: 1024px) {
  #location {
    flex-direction: row;
    font-size: min(1.45vw, 1em);
    padding-bottom: 1.8em;
  }
}
#location .map {
  width: 90%;
  max-width: 41.5em;
  display: none;
  border-top-left-radius: 5em;
  border-bottom-right-radius: 5em;
  box-shadow: 12.5px 21.651px 25px 0px rgba(0, 0, 0, 0.35);
}
@media only screen and (min-width: 768px) {
  #location .map {
    display: inline-block;
    vertical-align: top;
  }
}
#location .mod {
  text-align: center;
  width: 90%;
  background-color: #562e6d;
  max-width: 24em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  vertical-align: top;
  padding: 3em 0;
  border-top-left-radius: 5em;
  border-bottom-right-radius: 5em;
  box-shadow: 12.5px 21.651px 25px 0px rgba(0, 0, 0, 0.35);
}
@media only screen and (min-width: 1024px) {
  #location .mod {
    align-self: stretch;
  }
}
#location .logo {
  line-height: 0;
  text-align: center;
  margin: 0 auto 2.35em;
  display: block;
  transition: opacity 0.33s ease-in-out;
}
#location .logo:focus {
  opacity: 0.51;
}
#location .logo svg {
  width: 14.55em;
  height: 6.85em;
}
#location .logo svg path {
  fill: #fff;
}
#location .phone {
  font-size: clamp(12px, 1.15em, 23px);
  display: block;
  font-weight: 900;
  margin-bottom: 1.2em;
}
@media only screen and (max-width: 1023px) {
  #location .phone {
    line-height: 44px;
  }
}
@media only screen and (min-width: 1024px) {
  #location .phone {
    line-height: 1;
  }
}
#location .address {
  font-size: clamp(12px, 1.05em, 21px);
  margin: 0 auto 0.5em;
  display: block;
}
@media only screen and (max-width: 1023px) {
  #location .address {
    line-height: 22px;
    margin-bottom: 1.4em;
  }
}
@media only screen and (min-width: 1024px) {
  #location .address {
    line-height: 1.52380952;
  }
}
#location .address .marker {
  line-height: 1;
  font-size: 3.14285714em;
  color: #562e6d;
  width: 0.75em;
  position: absolute;
  left: 50%;
  margin-left: -0.3em;
  bottom: 6.05em;
  z-index: 400;
  transition: transform 0.33s ease-in-out;
  transform-origin: center bottom;
}
@media only screen and (max-width: 767px) {
  #location .address .marker {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  #location .address .marker {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  #location .address .marker {
    bottom: auto;
    margin-left: 3.42424242em;
    top: 5.27272727em;
  }
}
#location .address .marker:before {
  color: currentcolor;
}
#location .address .marker:after {
  content: "";
  width: 1.10606061em;
  height: 1.01515152em;
  background: url(../images/footer/shadowalt.svg) no-repeat center center;
  bottom: -0.15em;
  left: 0.2em;
  z-index: -1;
  background-size: cover;
  position: absolute;
  pointer-events: none;
}
#location .address:focus .marker,
#location .address:hover .marker {
  transform: translate(0, 0) scale(2);
}
#location .socialmedia {
  line-height: 0;
  text-align: center;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
#location .socialmedia a {
  font-size: clamp(12px, 0.55em, 11px);
  min-width: 24px;
  min-height: 24px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition:
    transform 0.33s ease-in-out,
    color 0.33s ease-in-out;
}
@media only screen and (max-width: 1023px) {
  #location .socialmedia a {
    font-size: 20px;
    line-height: 44px;
    width: 44px;
    height: 44px;
  }
}
@media only screen and (min-width: 1024px) {
  #location .socialmedia a {
    line-height: 4;
    width: auto;
    height: 4em;
  }
}
#location .socialmedia a .icon {
  position: relative;
}
#location .socialmedia a:hover,
#location .socialmedia a:focus {
  transform: scale(1.2);
}
#location .socialmedia a:hover .icon,
#location .socialmedia a:focus .icon {
  animation: fa-bounce 1s ease-in-out;
}
/* ==================================================================
		#links
=================================================================== */
#links {
  text-align: center;
  color: #fff;
  margin: 0;
  position: relative;
  z-index: 420;
}
@media only screen and (max-width: 1299px) {
  #links {
    padding: 2em 0;
  }
}
@media only screen and (min-width: 1300px) {
  #links {
    height: 8.25em;
    padding: 3.025em 0 0;
  }
}
#links .util {
  font-size: clamp(12px, 0.6em, 12px);
}
@media only screen and (min-width: 480px) {
  #links .util {
    width: auto;
    margin: 0;
    display: inline-block;
    vertical-align: top;
  }
}
@media only screen and (max-width: 1299px) {
  #links .util {
    line-height: 44px;
  }
}
@media only screen and (min-width: 1300px) {
  #links .util {
    line-height: 3.66666667;
  }
}
#links .util a {
  color: #fff;
  transition: color 0.33s ease-in-out;
  position: relative;
}
#links .util a::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  position: absolute;
  bottom: 0.75em;
  left: 0;
  transition: transform 0.33s ease-in-out;
  transform: scaleX(0);
}
#links .util a:focus::after,
#links .util a:hover::after {
  transform: scaleX(1);
}
#links .util a,
#links .util .divider {
  display: inline-block;
}
#links .util .divider {
  margin: 0 0.3em;
}
@media only screen and (min-width: 1300px) {
  #links .util .divider:nth-last-of-type(1) {
    display: none;
  }
}
/* ===============================================
		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%;
  margin: 0;
  display: block;
  position: relative;
}
@media only screen and (min-width: 480px) {
  #btt {
    width: auto;
    display: inline-block;
    vertical-align: top;
  }
}
@media only screen and (min-width: 1300px) {
  #btt {
    margin-left: -0.2em;
  }
}
a#backtotop {
  font-size: clamp(12px, 1.1em, 22px);
  color: #fff;
  display: inline-block;
  vertical-align: top;
  transition:
    color 0.33s ease-in-out,
    transform 0.33s ease-in-out;
  position: relative;
}
@media only screen and (max-width: 1299px) {
  a#backtotop {
    line-height: 44px;
  }
}
@media only screen and (min-width: 1300px) {
  a#backtotop {
    line-height: 2;
    bottom: 0.2em;
    margin-left: 0.2em;
  }
}
a#backtotop .icon {
  width: auto;
  border-radius: 50%;
  position: relative;
  transition:
    background-color 0.33s ease-in-out,
    border-color 0.33s ease-in-out;
}
a#backtotop .icon::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #c96345;
  border-radius: 50%;
  transform: scale(0.95);
  border: 1px solid #fff;
  z-index: -1;
  transition:
    background-color 0.33s ease-in-out,
    border-color 0.33s ease-in-out;
}
a#backtotop:focus,
a#backtotop:hover {
  color: #c96345;
  transform: scale(1.1);
}
a#backtotop:focus .icon,
a#backtotop:hover .icon {
  animation: fa-bounce 1s ease-in-out;
}
a#backtotop:focus .icon::after,
a#backtotop:hover .icon::after {
  background-color: #fff;
}
/*superlative*/
/************************************************************************************************************************************************/
/* hr element - div.hr */
hr,
.types-of-braces #content div.clear {
  font-size: inherit;
  width: 100%;
  margin: 1.58em 0;
  height: 1px;
  background: #666;
  border: none;
  display: block;
}
.brushing-and-flossing .content-text hr {
  float: left;
}
/* ===============================================
	Form Buttons
=============================================== */
form button {
  letter-spacing: normal;
  font-size: clamp(12px, 0.95em, 19px);
  font-weight: 400;
  color: #fff;
  height: 44px;
  padding: 0 1em;
  background-color: #7c2667;
  border-radius: 2em;
  border: none;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
  transition:
    transform 0.33s ease-in-out,
    background-color 0.33s ease-in-out;
}
form button:focus,
form button:hover {
  transform: scale(1.1);
  background-color: #562e6e;
}
form p {
  height: auto;
}
/* ===============================================
	skip link styles
=============================================== */
.skiplink {
  line-height: 2;
  font-size: 12px;
  color: #fff;
  padding: 0.5em 1em;
  background-color: #7c2667;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 6px;
  z-index: 3333;
  transition: transform 0.33s ease-in-out;
  transform: translate(0, -100%);
}
.skiplink:focus {
  transform: translate(0, 0);
}
.skiplink:focus .cta {
  transform: translate(0, 0);
}
.skiplink:focus .icon {
  transform: translate(0, 0);
}
.skiplink.alt .icon .trait {
  display: none;
}
.skiplink .cta {
  display: block;
  transition: transform 0.33s ease-in-out 0.33s;
  transform: translate(0, -44px);
}
.skiplink .icon {
  width: 1.1em;
  height: 1.1em;
  margin: 0 auto;
  display: block;
  transition: transform 0.33s ease-in-out 0.165s;
  transform: translate(0, -44px);
}
/* ===============================================
	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;
}
/* ===============================================
	recaptcha
=============================================== */
.grecaptcha-badge {
  visibility: hidden;
  z-index: -1;
}
.grecaptcha-alt {
  line-height: 1.3;
  font-size: 12px;
  font-style: italic;
  text-align: inherit;
  text-wrap: balance;
  color: #ccc;
}
/* ===============================================
	generic button for quick use by PM/PAs
=============================================== */
a.intbtn,
#content a.intbtn {
  line-height: 44px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  width: auto;
  text-decoration: none;
  padding: 0 1.5em;
  background-color: #c96345;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: background-color 0.33s ease-in-out;
}
a.intbtn:focus,
#content a.intbtn:focus,
a.intbtn:hover,
#content a.intbtn:hover {
  background-color: #7c2667;
}
/* ===============================================
	.screenreader 
	a11y support for descriptive text on vaguely worded buttons
	https://gomakethings.com/hidden-content-for-better-a11y/#hidden-labels
=============================================== */
.screenreader {
  white-space: nowrap;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
/************************************************************************************************************************************************/
/* end superlatives */
/* ===============================================
Tablet || Supports 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 #bd.sub .decoration,
  .layout-full-width #bd.sub .decoration {
    display: none;
  }
  .sitemap #content,
  .layout-full-width #content {
    width: 70%;
    /* count out 90-100 characters per line to determine width */
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .sitemap #sidebar,
  .layout-full-width #sidebar {
    display: none;
  }
  /* ===============================================
	custom content
=============================================== */
  .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-right: auto;
    margin-left: 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-right: auto;
    margin-left: auto;
    display: block;
  }
  body[class*="in-ovation"] .img-right {
    max-width: 40%;
  }
  /*END*/
}
/* ===============================================
	embed-container enhanced support
=============================================== */
@supports (aspect-ratio: 16 / 9) and (object-fit: cover) {
  @media only screen and (max-width: 1299px) {
    .embed-container,
    .embed-container.ratio16x9 {
      max-width: min(44.21052632em, 90%);
    }
  }
  @media only screen and (min-width: 1300px) {
    .embed-container,
    .embed-container.ratio16x9 {
      max-width: min(44.21052632em, 1200px);
    }
  }
}
@keyframes zia-pulse {
  0% {
    transform: rotate(0deg) scale(1);
    opacity: 1;
  }
  25% {
    transform: rotate(90deg) scale(1.08);
    opacity: 0.85;
  }
  50% {
    transform: rotate(180deg) scale(1);
    opacity: 1;
  }
  75% {
    transform: rotate(270deg) scale(1.08);
    opacity: 0.85;
  }
  100% {
    transform: rotate(360deg) scale(1);
    opacity: 1;
  }
}
@keyframes balloon-float {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  20% {
    transform: translateY(-8px) rotate(-2deg);
  }
  40% {
    transform: translateY(-5px) rotate(1.5deg);
  }
  60% {
    transform: translateY(-10px) rotate(-1deg);
  }
  80% {
    transform: translateY(-4px) rotate(2deg);
  }
  100% {
    transform: translateY(0px) rotate(0deg);
  }
}
@keyframes sun-spin {
  0% {
    transform: rotate(0deg) scale(1);
  }
  25% {
    transform: rotate(90deg) scale(1.15);
  }
  50% {
    transform: rotate(180deg) scale(1);
  }
  75% {
    transform: rotate(270deg) scale(1.1);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
}
@keyframes mtn-shake {
  0% {
    transform: rotate(0deg);
  }
  15% {
    transform: rotate(-2deg);
  }
  30% {
    transform: rotate(2deg);
  }
  45% {
    transform: rotate(-1.5deg);
  }
  60% {
    transform: rotate(1.5deg);
  }
  75% {
    transform: rotate(-1deg);
  }
  90% {
    transform: rotate(1deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
