/* 
 Site Manager Version: 14.2.0
 Date Created: March 2026
 
 Account: tucker-lloyd
 Written by: james stillion
 
 Sesame Communications - All rights reserved. C2026
 Any reproduction or intentional misuse is strictly prohibited
*/
/* ===============================================
					fonts
=============================================== */
/* montserrat-300 */
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/montserrat-300.woff2') format('woff2');
}
/* montserrat-400 */
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/montserrat-400.woff2') format('woff2');
}
/* montserrat-400i */
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/montserrat-400i.woff2') format('woff2');
}
/* montserrat-500 */
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/montserrat-500.woff2') format('woff2');
}
/* montserrat-600 */
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/montserrat-600.woff2') format('woff2');
}
/* montserrat-700 */
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/montserrat-700.woff2') format('woff2');
}
/* montserrat-700i */
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/montserrat-700i.woff2') format('woff2');
}
/* ==================================================================
Basic Stylings
These will affect every size of the site.
================================================================== */
html {
  scroll-behavior: smooth;
}
/* ===============================================
	body 
=============================================== */
body,
input,
select,
textarea,
form button,
button {
  font-family: 'Montserrat', Avenir, Corbel, 'URW Gothic', source-sans-pro, sans-serif;
}
svg {
  display: inline-block;
}
body {
  color: #353535;
  background: #212121;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 1300px) {
  body {
    font-size: 20px;
  }
}
body > .bg {
  width: 79.15em;
  height: auto;
  margin-right: -583px;
  position: absolute;
  top: 0;
  right: 50%;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (min-width: 2000px) {
  body > .bg {
    font-size: 1vw;
  }
}
body > .bg .top {
  opacity: 0.75;
}
body > .bg .bot {
  transform: matrix(1, 0.24, 0, 1, 0, -127);
  transform-origin: 50% 50%;
}
@media only screen and (min-width: 1300px) and (prefers-reduced-motion: no-preference) {
  body.home > .bg .top,
  body.home > .bg .bot {
    transition: transform 0.9s ease, opacity 1.98s ease;
  }
  body.home > .bg.wait .top,
  body.home > .bg.wait .bot {
    transform: translate(0, -50%) rotate(15deg);
    opacity: 0;
  }
}
/* ===============================================
	links 
=============================================== */
a {
  text-decoration: none;
}
#content a {
  color: #212121;
  text-decoration: underline;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-decoration-skip-ink: auto;
  text-underline-offset: 3px;
  text-decoration-inset: 0px;
  transition: color, text-decoration-thickness, text-underline-offset, text-decoration-inset;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
.home #content a {
  color: #fff;
}
#content a:focus,
#content a:hover {
  color: #dab453;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
  text-decoration-inset: 3px;
}
/* ===============================================
	h family || hfam 
=============================================== */
h1,
h2:not(.topic),
h3:not(.topic),
h4,
h5,
h6 {
  line-height: 1;
  text-align: left;
  text-transform: uppercase;
  color: #2a2a2a;
  text-rendering: auto;
  margin: 0 0 1.44em;
}
h1 {
  color: #f7f6ec;
}
h2:not(.topic),
h3:not(.topic),
h4,
h5,
h6 {
  font-weight: 600;
}
.home h2:not(.topic),
.home h3:not(.topic),
.home h4,
.home h5,
.home h6 {
  color: #f7f6ec;
}
.sub h1 {
  font-size: 10vw;
  text-align: inherit;
  margin: 0;
}
@media only screen and (min-width: 480px) {
  .sub h1 {
    font-size: 3.4em;
  }
}
.home h1 {
  font-size: 19px;
  text-align: inherit;
  margin-bottom: 26px;
}
.home h1 .trait {
  display: inline-block;
}
h2:not(.topic) {
  font-size: 1.31578947em;
}
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: 66em;
}
@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 {
  color: #fff;
  width: 100%;
  min-height: 44px;
  padding: 0;
  background-color: #2a2a2a;
  position: relative;
  z-index: 3000;
}
@media only screen and (max-width: 1023px) {
  #masthead {
    height: 85px;
  }
}
@media only screen and (min-width: 1024px) {
  #masthead {
    font-size: inherit;
    height: 7.2em;
    position: fixed;
    top: 0;
    left: 0;
    transition: background-color 0.33s ease-in-out;
  }
}
@media only screen and (min-width: 1024px) and (prefers-reduced-motion: no-preference) {
  #masthead.ready {
    background-color: rgba(42, 42, 42, 0);
  }
}
#masthead:focus {
  outline: none;
}
#masthead:focus-visible {
  outline: 2px solid currentColor;
}
#masthead .container {
  width: 96%;
}
@media only screen and (max-width: 1023px) {
  #masthead .container {
    width: 100%;
    max-width: none;
  }
}
/* ===============================================
TRIGGER/NAVICON
=============================================== */
#trigger {
  line-height: 44px;
  color: #fff;
  width: 100%;
  height: 65px;
  margin: 0 auto;
  padding: 0;
  background: none;
  box-shadow: none;
  border: 1px solid #fff;
  -webkit-display: none;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 600;
  transition: color 0.33s ease-in-out;
  transform: translate(-10px, 0);
  cursor: pointer;
}
#trigger:focus-visible {
  color: #212121;
}
@media only screen and (min-width: 1024px) {
  #trigger {
    display: none;
  }
}
.open #trigger .navicon span:nth-child(1) {
  transform: translate(0, 8px) scaleX(0) rotate(0deg);
}
.open #trigger .navicon span:nth-child(4) {
  transform: translate(0, -8px) scaleX(0) rotate(0deg);
}
.open #trigger .navicon span:nth-child(2) {
  transform: translate(0, 0) scaleX(1) rotate(45deg);
  opacity: 1;
}
.open #trigger .navicon span:nth-child(3) {
  transform: translate(0, 0) scaleX(1) rotate(-45deg);
  opacity: 1;
}
#trigger .navicon {
  width: 36px;
  height: 16px;
  display: inline-block;
  position: relative;
}
#trigger .navicon span {
  width: 100%;
  height: 3px;
  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, opacity 0.3s ease;
}
#trigger .navicon span:nth-child(1) {
  top: 0;
}
#trigger .navicon span:nth-child(2),
#trigger .navicon span:nth-child(3) {
  top: 0;
  bottom: 0;
  opacity: 0;
}
#trigger .navicon span:nth-child(4) {
  bottom: 0;
}
/* ==================================================================
	main-nav
=================================================================== */
#main-nav {
  font-size: 20px;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  width: 68px;
  height: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  clear: both;
}
@media only screen and (max-width: 1023px) {
  #main-nav {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media only screen and (min-width: 1024px) {
  #main-nav {
    font-size: inherit;
    width: 100%;
    height: 100%;
    margin-top: 2.8em;
    background: none;
    box-shadow: none;
    top: auto;
    bottom: 0;
    z-index: 2900;
  }
}
@media only screen and (max-width: 1023px) {
  #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: 1023px) {
  #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) {
  #main-nav .collapsible {
    margin: 0 auto;
    position: relative;
  }
}
#main-nav .container {
  height: 100%;
  padding: 0;
}
@media only screen and (min-width: 1024px) {
}
/* ===============================================
TOP LEVEL ITEMS || top ul
=============================================== */
#main-nav ul {
  margin: 0;
  padding: 1rem 0;
  background-color: #2a2a2a;
  position: relative;
  z-index: 550;
}
@media only screen and (max-width: 665px) {
  #main-nav ul {
    padding-top: 76px;
  }
}
@media only screen and (max-width: 1023px) {
  #main-nav ul {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (min-width: 1024px) {
  #main-nav ul {
    height: 100%;
    width: auto;
    margin: 0 163px 0 0;
    padding: 0;
    background: none;
    position: static;
    float: right;
    transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  }
}
@media only screen and (min-width: 1024px) and (prefers-reduced-motion: no-preference) {
  .ready #main-nav ul {
    transform: translate(max( -20vw , -20em ), 0);
  }
}
@media only screen and (min-width: 1300px) and (prefers-reduced-motion: no-preference) {
  .ready #main-nav ul {
    transform: translate(-20em, 0);
  }
}
#main-nav ul li {
  clear: both;
  cursor: pointer;
}
@media (min-width: 1024px) and (max-width: 1299px) and (pointer: coarse) {
  #main-nav ul li {
    /* flyout appear on tablet click event */
  }
  #main-nav ul li.open > ul {
    width: auto;
    height: auto;
    margin: 0;
    clip: auto;
    pointer-events: auto;
  }
}
@media only screen and (min-width: 1024px) {
  #main-nav ul li {
    margin: 0 0.9em 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:focus-visible > ul,
  #main-nav ul li:focus-within > ul,
  #main-nav ul li.clicked > ul,
  #main-nav ul li.active > ul,
  #main-nav ul li:hover ul {
    margin: 0;
    left: auto;
    right: -1.4em;
    transform: translate(0, 0);
  }
  #main-nav ul li ul li a {
    text-align: right;
    float: right;
  }
  #main-nav ul li.contact,
  #main-nav ul li.contact-us {
    margin-right: 0;
    padding-right: 0;
  }
}
#main-nav ul li a[id] {
  line-height: 50px;
  font-size: 20px;
  text-transform: uppercase;
  color: #f7f6ec;
  height: 50px;
  margin: 0;
  transition: color 0.33s ease;
  pointer-events: none;
}
@media only screen and (min-width: 1024px) {
  #main-nav ul li a[id] {
    line-height: 2.66666667;
    font-size: clamp( 13px, 0.75em , 15px );
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3000;
    pointer-events: auto;
  }
}
@media (min-width: 1024px) and (max-width: 1299px) and (pointer: coarse) {
  #main-nav ul li a[id] {
    /* allows tablet users to access flyouts on desktop style nav */
    z-index: -1;
  }
  #main-nav ul li a[id].home {
    z-index: 1;
  }
}
#main-nav ul li a[id]:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #dab453;
  display: block;
  position: absolute;
  left: 0;
  transition: transform 0.15s ease, opacity 0.15s ease;
  transform: translate(0, 0) scaleX(0);
  opacity: 0;
}
@media only screen and (max-width: 1023px) {
  #main-nav ul li a[id]:after {
    bottom: 3px;
  }
}
@media only screen and (min-width: 1024px) {
  #main-nav ul li a[id]:after {
    bottom: 3.46666667em;
  }
}
#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: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:hover > a[id]:after {
  transition-duration: 0.15s;
  transform: translate(0, 0) scaleX(1);
  opacity: 1;
}
@media only screen and (min-width: 1024px) {
  #main-nav ul li.active > a[id] {
    text-decoration: none;
    transition-duration: 0.15s;
  }
  #main-nav ul li.active > 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: #2a2a2a;
  border: none;
  float: left;
  transition: visibility 0.33s ease-in-out;
}
@media only screen and (min-width: 1024px) {
  #main-nav ul ul {
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 1em 0;
    position: absolute;
    left: -1.4em;
    clip: rect(0 0 0 0);
    pointer-events: none;
    z-index: 2800;
  }
}
#main-nav ul ul li {
  height: 0;
  padding: 0 1.4em;
  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: 1024px) {
  #main-nav ul ul li {
    height: 1.75em;
    margin: 0;
    opacity: 1;
  }
}
#main-nav ul ul li a {
  line-height: 44px;
  font-size: clamp( 13px, 0.75em , 15px );
  color: #f7f6ec;
  width: auto;
  height: 44px;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  #main-nav ul ul li a {
    line-height: 2.33333333;
    font-size: 15px;
    text-align: left;
    white-space: nowrap;
    height: 2.33333333em;
    float: left;
  }
}
#main-nav ul ul li a:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #dab453;
  display: block;
  position: absolute;
  bottom: 3px;
  left: 0;
  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;
}
/* ===============================================
Flyout animation
=============================================== */
@media only screen and (max-width: 1023px) {
  #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;
  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: 665px) {
  #hd .mod {
    width: 100%;
    max-width: 320px;
    display: flex;
    gap: 24px;
    position: absolute;
    top: calc(100% + 20px);
    right: 0;
    transition-property: transform, opacity;
    transition-duration: 0.6s, 0.9s;
    transition-timing-function: ease-in-out;
    transition-delay: 0.24s;
  }
  #hd .mod.mobtron {
    transform: translate(0, -33px);
    transition-duration: 0s;
    transition-delay: 0s;
    pointer-events: none;
    opacity: 0;
  }
  #hd .mod.mobtron * {
    pointer-events: none;
  }
  #hd .mod.mobtron:focus-within {
    transform: translate(0, 0);
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s;
    pointer-events: auto;
    opacity: 1;
  }
  #hd .mod.mobtron:focus-within * {
    pointer-events: auto;
  }
}
@media only screen and (min-width: 666px) {
  #hd .mod {
    display: contents;
  }
}
/* ===============================================
	logo
=============================================== */
#logo {
  line-height: 0;
  font-size: clamp(10px, 1.8vw, 13px);
  width: 13.65em;
  margin: 0 auto 0 2%;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  pointer-events: auto;
}
@media only screen and (min-width: 1024px) {
  #logo {
    font-size: inherit;
    margin: 0;
  }
}
#logo a {
  color: #fff;
  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: 100%;
  height: auto;
}
#logo .name {
  stroke-width: 0.6;
}
/* ===============================================
	contact info
=============================================== */
#contactinfo {
  font-size: 20px;
  text-align: center;
  width: auto;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  pointer-events: auto;
}
@media only screen and (min-width: 666px) {
  #contactinfo {
    position: absolute;
    top: 50%;
    right: 100px;
    transform: translate(0, -50%);
  }
}
@media only screen and (min-width: 1024px) {
  #contactinfo {
    right: 0;
  }
}
#contactinfo .phone {
  line-height: 44px;
  font-size: clamp( 13px, 0.9em , 18px );
  display: inline-block;
  vertical-align: top;
}
#contactinfo a {
  color: #f7f6ec;
  transition: color 0.33s ease-in-out, opacity 1.62s ease 0.33s;
}
#contactinfo a:focus,
#contactinfo a:hover {
  color: #dab453;
}
@media only screen and (min-width: 1024px) and (prefers-reduced-motion: no-preference) {
  .ready #contactinfo a {
    transition-duration: 0.33s;
    transition-delay: 0s;
    pointer-events: none;
    opacity: 0;
  }
  .ready #contactinfo a:focus-visible {
    color: #212121;
    pointer-events: auto;
    opacity: 1;
  }
}
/* ===============================================
	utility-nav
=============================================== */
#utilitynav {
  line-height: 0;
  width: auto;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 400;
  pointer-events: auto;
}
#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: clamp( 13px, 0.65em , 13px );
  text-align: center;
  text-transform: uppercase;
  color: #000;
  padding: 0;
  background: #dab453;
  display: inline-block;
  vertical-align: top;
  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;
  }
}
@media only screen and (min-width: 1024px) {
  #utilitynav a {
    line-height: 2.30769231;
  }
}
#utilitynav a:focus,
#utilitynav a:hover {
  color: #fff;
  background-color: #212121;
}
#utilitynav a.appointmentrequest {
  width: 13em;
}
#utilitynav a.patient-login {
  width: 9em;
}
/* ==================================================================
	subnav
=================================================================== */
#subnav {
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  color: #f7f6ec;
  padding: 5.675em 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 414;
  /* sitepics */
}
@media only screen and (min-width: 1024px) {
  #subnav {
    text-align: left;
    height: 31.65em;
    padding: 0;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1479px) {
  #subnav {
    justify-content: space-between;
    padding-left: clamp(2%, 3vw, calc(50vw - 33em));
  }
}
@media only screen and (min-width: 1480px) {
  #subnav {
    padding-left: 80px;
    gap: 3.1em;
  }
}
#subnav .mod {
  max-width: 774px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 1.8em;
}
@media only screen and (min-width: 1300px) {
  #subnav .mod {
    flex: 0.96;
  }
}
@media only screen and (max-width: 1299px) {
  #subnav nav {
    width: 100vw;
    display: none;
  }
}
#subnav p {
  font-size: clamp( 13px, 0.75em , 15px );
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 1299px) {
  #subnav p {
    line-height: 44px;
    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 (min-width: 1300px) {
  #subnav p {
    line-height: 1.66666667;
    width: 100%;
  }
}
#subnav a {
  color: #f7f6ec;
  margin: 0 0.8em;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  #subnav a {
    margin: 0;
  }
}
#subnav a:after {
  content: '';
  width: 100%;
  height: 1px;
  background: #dab453;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  transform: translate(0, 0) scaleX(0);
  opacity: 0;
}
#subnav a:focus,
#subnav a:hover,
#subnav a.active {
  color: #f7f6ec;
  text-decoration: none;
}
#subnav a:focus:after,
#subnav a:hover:after,
#subnav a.active:after {
  transform: translate(0, 0) scaleX(1);
  opacity: 1;
}
#subnav .divider {
  margin: 0 0.6em;
  display: inline-block;
  vertical-align: top;
}
#subnav .ornament {
  position: relative;
  align-self: flex-start;
}
@media only screen and (max-width: 1023px) {
  #subnav .ornament {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  #subnav .ornament {
    width: clamp( 320px, 33vw, 560px);
  }
}
#subnav .ornament:before {
  content: '';
  outline: 1px solid #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  box-shadow: inset 0 0 87px rgba(0, 0, 0, 0.9);
}
@media only screen and (max-width: 1299px) {
  #subnav .ornament:before {
    outline-offset: calc( var(--deskoff) / 2 );
  }
}
@media only screen and (min-width: 1300px) {
  #subnav .ornament:before {
    outline-offset: -2.7vw;
  }
}
#subnav .stock {
  width: 100%;
  position: relative;
  z-index: 1;
}
/* ==================================================================
	content
=================================================================== */
#bd {
  padding: 3em 0;
  position: relative;
  z-index: 400;
}
@media only screen and (min-width: 768px) {
  #bd {
    padding: 5em 0;
  }
}
#bd.sub {
  background: #f7f6ec;
}
#bd .container {
  width: 90%;
  max-width: 45.95em;
}
#content {
  max-width: 919px;
  display: block;
}
@media only screen and (min-width: 768px) {
  #content {
    width: 100%;
    max-width: 45.95em;
    float: left;
  }
}
@media only screen and (min-width: 1300px) {
  #content {
    width: 100%;
  }
}
#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;
  }
}
#content .stock {
  outline: 1px solid #fff;
  outline-offset: -1rem;
}
/* ==================================================================
	.home content
=================================================================== */
:root {
  --deskoff: -40px;
}
.home #bd {
  color: #f7f6ec;
  padding: 3em 0;
}
@media only screen and (max-width: 665px) {
  .home #bd {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  .home #bd {
    padding: 4em 0 5em;
  }
}
@media only screen and (min-width: 1024px) {
  .home #bd {
    padding-top: 10.3em;
  }
}
@media only screen and (min-width: 1300px) and (prefers-reduced-motion: no-preference) {
  .home #bd.wait .ornament,
  .home #bd.wait #content {
    transform: translate(0, 100px);
    opacity: 0;
  }
}
.home #bd .ornament {
  width: 320px;
  z-index: 420;
}
@media only screen and (max-width: 665px) {
  .home #bd .ornament {
    margin-inline: auto;
    position: relative;
  }
}
@media only screen and (min-width: 666px) {
  .home #bd .ornament {
    position: absolute;
  }
}
@media only screen and (min-width: 666px) and (max-width: 1023px) {
  .home #bd .ornament {
    top: 3em;
    left: 75vw;
    transform: translate(-50%, 0);
  }
}
@media only screen and (min-width: 1024px) {
  .home #bd .ornament {
    max-width: 560px;
    top: 0;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1479px) {
  .home #bd .ornament {
    width: 36vw;
    left: auto;
    right: 0;
  }
}
@media only screen and (min-width: 1300px) and (prefers-reduced-motion: no-preference) {
  .home #bd .ornament {
    transition: transform 0.9s ease, opacity 1.98s ease;
  }
}
@media only screen and (min-width: 1480px) {
  .home #bd .ornament {
    width: 100%;
    left: 50%;
    margin-left: 180px;
  }
}
.home #bd .ornament:before {
  content: '';
  outline: 1px solid #fff;
  outline-offset: -6vw;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  box-shadow: inset 0 0 87px rgba(0, 0, 0, 0.9);
}
@media only screen and (max-width: 1299px) {
  .home #bd .ornament:before {
    outline-offset: calc( var(--deskoff) / 2 );
  }
}
@media only screen and (min-width: 1300px) {
  .home #bd .ornament:before {
    outline-offset: -2.7vw;
  }
}
.home #bd .ornament img {
  width: 100%;
  position: relative;
  z-index: -1;
}
.home #bd .container {
  width: 90%;
  max-width: 66em;
  z-index: 420;
}
@media only screen and (max-width: 665px) {
  .home #bd .container {
    padding: 3em 0;
  }
}
@media only screen and (min-width: 1024px) {
  .home #bd .container {
    width: 96%;
  }
}
@media only screen and (max-width: 665px) {
  .home #bd #content {
    width: 100%;
  }
}
@media only screen and (min-width: 666px) and (max-width: 1023px) {
  .home #bd #content {
    width: 50%;
    float: left;
  }
}
@media only screen and (min-width: 1024px) {
  .home #bd #content {
    width: 63%;
    max-width: 648px;
    margin-left: 0;
  }
}
@media only screen and (min-width: 1300px) and (prefers-reduced-motion: no-preference) {
  .home #bd #content {
    transition: transform 0.9s ease, opacity 1.98s ease;
    transition-delay: 0.3s;
  }
}
.home #bd #content .content-text {
  line-height: 1.70588235;
}
@media only screen and (min-width: 666px) {
  .home #bd #content .content-text {
    font-size: min(2.3vw, 17px );
  }
}
.home #bd .links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media only screen and (min-width: 666px) and (max-width: 1023px) {
  .home #bd .links {
    flex-direction: column-reverse;
    align-items: flex-start;
    width: 320px;
    position: absolute;
    top: 470px;
    left: 71vw;
    transform: translate(-50%, 0);
  }
}
@media only screen and (max-width: 1023px) {
  .home #bd .links {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1024px) {
  .home #bd .links {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1300px) and (prefers-reduced-motion: no-preference) {
  .home #bd .links {
    transition: transform 0.9s ease, opacity 0.9s ease;
  }
  .home #bd .links[data-ready] {
    transform: translate(0, 100px);
    opacity: 0;
  }
}
.home #bd .links .spotbtn {
  letter-spacing: 0.18em;
  line-height: 1;
  font-size: clamp( 13px, 0.75em , 15px );
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  width: auto;
  height: 3.33333333em;
  padding-inline: 1.46666667em;
  outline: 1px solid #dab453;
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  justify-content: center;
  position: relative;
  transition-property: color, background-color, outline-color, outline-offset;
  transition-timing-function: ease;
  transition-duration: 0.6s;
}
.home #bd .links .spotbtn:before,
.home #bd .links .spotbtn:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(218, 180, 83, 0.54);
  transition: transform 0.36s ease, opacity 0.36s ease;
  transform-origin: 50% 100%;
  transform: scaleY(0);
  opacity: 0;
  z-index: -1;
}
.home #bd .links .spotbtn:after {
  clip-path: polygon(100% 100%, 0 0, 0 100%);
}
.home #bd .links .spotbtn:before {
  clip-path: polygon(100% 100%, 100% 0, 0 100%);
}
.home #bd .links .spotbtn:focus,
.home #bd .links .spotbtn:hover {
  color: #2a2a2a;
  background-color: #dab453;
  outline-color: #2a2a2a;
  outline-offset: -0.3em;
  transition-duration: 0.6s, 0.99s, 0.33s, 0.33s;
  transition-delay: 0.3s, 0s, 0.39s, 0.39s;
}
.home #bd .links .spotbtn:focus:before,
.home #bd .links .spotbtn:hover:before,
.home #bd .links .spotbtn:focus:after,
.home #bd .links .spotbtn:hover:after {
  transform: scaleY(1);
  transition-duration: 0.45s;
  opacity: 1;
}
.home #bd .links .spotbtn .cta {
  position: relative;
  z-index: 420;
}
/* ==================================================================
	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: #dab453;
  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;
  left: auto;
  right: 100%;
}
.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%;
  background-color: #dab453;
  margin: auto;
  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: #212121;
}
.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: #212121;
  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 {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
}
.sitemap #content ul a {
  line-height: 1.52173913;
  font-size: clamp( 13px, 1.15em , 23px );
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  color: #dab453;
  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: #dab453;
  margin-left: 0;
}
.sitemap #content a:focus,
.sitemap #content a:hover {
  color: #212121;
  text-decoration: none;
}
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 */
/* ==================================================================
	.spotlight
=================================================================== */
.spotlight {
  text-align: center;
  position: relative;
  z-index: 400;
}
.spotlight > div {
  position: relative;
}
/* ===============================================
	spot01
=============================================== */
.spot01 {
  color: #dab453;
  padding: 3em 0;
  background: #f7f6ec;
  position: relative;
  z-index: 410;
}
@media only screen and (min-width: 666px) {
  .spot01 {
    font-size: min(1.4vw, 1em);
    padding: 5em 0;
  }
}
@media only screen and (min-width: 1300px) and (prefers-reduced-motion: no-preference) {
  .spot01[data-ready] .decoration,
  .spot01[data-ready] .mod {
    transform: translate(0, 100px);
    opacity: 0;
  }
}
.spot01 .mark {
  width: auto;
  height: 100%;
  margin-left: -10.7em;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
}
.spot01 .mark .trait {
  fill: #f2f1e3;
}
.spot01 .decoration {
  width: 90%;
  max-width: 25.8em;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  -webkit-filter: drop-shadow(1.25em 1.25em 1.25em rgba(0, 0, 0, 0.25));
  filter: drop-shadow(1.25em 1.25em 1.25em rgba(0, 0, 0, 0.25));
  z-index: 2;
}
@media only screen and (min-width: 666px) {
  .spot01 .decoration {
    margin: 0 6em 0 0;
  }
}
@media only screen and (min-width: 1300px) and (prefers-reduced-motion: no-preference) {
  .spot01 .decoration {
    transition: transform 0.9s ease, opacity 0.9s ease;
    transition-delay: calc(0.09s * var(--index) );
  }
}
.spot01 .decoration .portrait {
  width: 99%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.spot01 .decoration .frame {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
}
.spot01 .mod {
  color: #2a2a2a;
  width: 90%;
  max-width: 24em;
  padding: 2em 0;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 420;
}
@media only screen and (min-width: 666px) {
  .spot01 .mod {
    text-align: left;
    max-width: 28em;
    padding: 0;
  }
}
@media only screen and (min-width: 1300px) and (prefers-reduced-motion: no-preference) {
  .spot01 .mod {
    transition: transform 0.9s ease, opacity 0.9s ease;
    transition-delay: calc(0.09s * var(--index) );
  }
}
.spot01 h2.topic {
  line-height: 1;
  font-size: clamp( 13px, 2.4em , 48px );
  font-weight: 300;
  text-transform: uppercase;
  margin: 0 0 0.79166667em;
}
.spot01 h2.topic .trait {
  font-weight: 700;
  display: block;
}
.spot01 .info {
  line-height: 1.5;
  font-size: clamp( 13px, 1.1em , 22px );
  margin: 0 0 1.95454545em;
}
.spot01 .spotbtn {
  letter-spacing: 0.18em;
  line-height: 1;
  font-size: clamp( 13px, 0.75em , 15px );
  font-weight: 600;
  text-transform: uppercase;
  color: #2a2a2a;
  text-decoration: none;
  width: auto;
  height: 4.46666667em;
  padding-inline: 1.46666667em;
  outline: 1px solid #dab453;
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  justify-content: center;
  position: relative;
  transition-property: color, background-color, outline-color, outline-offset;
  transition-timing-function: ease;
  transition-duration: 0.6s;
}
.spot01 .spotbtn:before,
.spot01 .spotbtn:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(218, 180, 83, 0.54);
  transition: transform 0.36s ease, opacity 0.36s ease;
  transform-origin: 50% 100%;
  transform: scaleY(0);
  opacity: 0;
  z-index: -1;
}
.spot01 .spotbtn:after {
  clip-path: polygon(100% 100%, 0 0, 0 100%);
}
.spot01 .spotbtn:before {
  clip-path: polygon(100% 100%, 100% 0, 0 100%);
}
.spot01 .spotbtn:focus,
.spot01 .spotbtn:hover {
  color: #f7f6ec;
  background-color: #dab453;
  outline-color: #2a2a2a;
  outline-offset: -0.3em;
  transition-duration: 0.6s, 0.99s, 0.33s, 0.33s;
  transition-delay: 0.3s, 0s, 0.39s, 0.39s;
}
.spot01 .spotbtn:focus:before,
.spot01 .spotbtn:hover:before,
.spot01 .spotbtn:focus:after,
.spot01 .spotbtn:hover:after {
  transform: scaleY(1);
  transition-duration: 0.45s;
  opacity: 1;
}
/* ===============================================
	spotlight mid |includes| spot02 • spot03 • spot04
=============================================== */
.spotlight.mid {
  --spot-gap: 2.5em;
  --desk-offset: -350px;
  color: #f7f6ec;
  overflow: hidden;
  border-bottom: 18px solid #f7f6ec;
}
@media only screen and (min-width: 1300px) and (prefers-reduced-motion: no-preference) {
  .spotlight.mid[data-ready] .bg .scalene {
    transform: scale(0.5);
  }
}
.spotlight.mid > div {
  padding: 3em 0;
  position: relative;
  z-index: 410;
}
@media only screen and (min-width: 666px) {
  .spotlight.mid > div {
    font-size: min(1.4vw, 1em);
    padding: 0;
    display: flex;
    gap: var(--spot-gap, 1em);
    justify-content: center;
    align-items: center;
  }
  .spotlight.mid > div .mod {
    text-align: left;
  }
}
@media only screen and (min-width: 1300px) {
  .spotlight.mid > div {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1300px) and (prefers-reduced-motion: no-preference) {
  .spotlight.mid > div[data-ready] .decoration {
    opacity: 0;
  }
  .spotlight.mid > div[data-ready] .mod {
    transform: translate(-100px, 0);
    opacity: 0;
  }
  .spotlight.mid > div[data-ready]:nth-of-type(odd) .mod {
    transform: translate(100%, 0);
    opacity: 0;
  }
}
@media only screen and (max-width: 1999px) {
  .spotlight.mid > div {
    justify-content: flex-start;
  }
}
.spotlight.mid > div .decoration {
  overflow: hidden;
}
@media only screen and (min-width: 666px) {
  .spotlight.mid > div .decoration {
    max-width: 1000px;
    width: 50vw;
    min-height: 27.3em;
    height: min(50vw, 546px);
  }
}
@media only screen and (min-width: 2000px) {
  .spotlight.mid > div .decoration {
    margin: 0 0 0 var(--desk-offset);
  }
}
@media only screen and (min-width: 666px) and (max-width: 1999px) {
  .spotlight.mid > div:nth-of-type(odd) {
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 666px) {
  .spotlight.mid > div:nth-of-type(odd) {
    flex-direction: row-reverse;
  }
  .spotlight.mid > div:nth-of-type(odd) .mod {
    text-align: right;
  }
}
@media only screen and (min-width: 2000px) {
  .spotlight.mid > div:nth-of-type(odd) .decoration {
    margin: 0 var(--desk-offset) 0 0;
  }
}
.spotlight.mid .decoration {
  width: 90%;
  max-width: 1000px;
  aspect-ratio: 500 / 273;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 450;
}
@media only screen and (min-width: 666px) and (max-width: 1999px) {
  .spotlight.mid .decoration {
    width: 100%;
    aspect-ratio: unset;
  }
}
@media only screen and (min-width: 1300px) and (prefers-reduced-motion: no-preference) {
  .spotlight.mid .decoration {
    transition: opacity 1.98s ease;
    transition-delay: calc(0.03s * var(--index) );
  }
}
.spotlight.mid .decoration.twentytwenty-container {
  font-size: min(3.3vw, 1em);
}
.spotlight.mid .decoration--standard img {
  outline: 1px solid #fff;
  outline-offset: clamp( -1rem, -6vw,  -40px );
}
@media only screen and (min-width: 666px) and (max-width: 1999px) {
  .spotlight.mid .decoration img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.spotlight.mid .mod {
  width: 90%;
  max-width: 27.5em;
  padding: 2em 0;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 432;
}
@media only screen and (min-width: 666px) {
  .spotlight.mid .mod {
    max-width: 30em;
    padding: 0;
  }
}
@media only screen and (min-width: 1300px) {
  .spotlight.mid .mod {
    width: 600px;
  }
}
@media only screen and (min-width: 1300px) and (prefers-reduced-motion: no-preference) {
  .spotlight.mid .mod {
    transition: transform 0.66s ease, opacity 1.98s ease;
    transition-delay: calc(0.09s * var(--index) );
  }
}
.spotlight.mid h2.topic {
  line-height: 1;
  font-size: 27px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 1.77777778em;
  display: block;
}
.spotlight.mid .info {
  line-height: 1.5;
  font-size: clamp( 13px, 1.1em , 22px );
  margin-bottom: 1.86363636em;
  display: block;
}
.spotlight.mid .spotbtn {
  letter-spacing: 0.18em;
  line-height: 1;
  font-size: clamp( 13px, 0.75em , 15px );
  font-weight: 600;
  text-transform: uppercase;
  color: #f7f6ec;
  text-decoration: none;
  width: auto;
  height: 4.46666667em;
  padding-inline: 1.46666667em;
  outline: 1px solid #dab453;
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  justify-content: center;
  position: relative;
  transition-property: color, background-color, outline-color, outline-offset;
  transition-timing-function: ease;
  transition-duration: 0.6s;
}
.spotlight.mid .spotbtn:before,
.spotlight.mid .spotbtn:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(218, 180, 83, 0.54);
  transition: transform 0.36s ease, opacity 0.36s ease;
  transform-origin: 50% 100%;
  transform: scaleY(0);
  opacity: 0;
  z-index: -1;
}
.spotlight.mid .spotbtn:after {
  clip-path: polygon(100% 100%, 0 0, 0 100%);
}
.spotlight.mid .spotbtn:before {
  clip-path: polygon(100% 100%, 100% 0, 0 100%);
}
.spotlight.mid .spotbtn:focus,
.spotlight.mid .spotbtn:hover {
  color: #f7f6ec;
  background-color: #dab453;
  outline-color: #2a2a2a;
  outline-offset: -0.3em;
  transition-duration: 0.6s, 0.99s, 0.33s, 0.33s;
  transition-delay: 0.3s, 0s, 0.39s, 0.39s;
}
.spotlight.mid .spotbtn:focus:before,
.spotlight.mid .spotbtn:hover:before,
.spotlight.mid .spotbtn:focus:after,
.spotlight.mid .spotbtn:hover:after {
  transform: scaleY(1);
  transition-duration: 0.45s;
  opacity: 1;
}
.spotlight.mid .bg {
  width: 100em;
  height: auto;
  margin: auto calc( -50em + 50vw);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media only screen and (min-width: 2000px) {
  .spotlight.mid .bg {
    width: 100vw;
    margin-inline: 0;
  }
}
.spotlight.mid .bg .scalene {
  transition: transform 0.66s ease;
  opacity: 0.75;
}
/* ===============================================
	spot05
=============================================== */
.spot05 {
  font-size: min(3.9vw, 1em);
  color: #f7f6ec;
  padding: 3em 0;
  background: #212121 repeat 50% 0;
}
@media only screen and (min-width: 666px) {
  .spot05 {
    font-size: min(1.8vw, 1em);
    padding: 5.2em 0;
  }
}
@media only screen and (min-width: 1300px) and (prefers-reduced-motion: no-preference) {
  .spot05[data-ready] .links,
  .spot05[data-ready] .tshow {
    transform: translate(0, 100px);
    opacity: 0;
  }
  .spot05[data-ready] .controls {
    transform: translate(0, 100px) scaleX(0.9);
    opacity: 0;
  }
  .spot05[data-ready] .ornament {
    transform: translate(0, 100px) rotate(180deg);
    opacity: 0;
  }
}
.spot05:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: auto;
  background: #212121;
  opacity: 0.96;
}
.spot05 .ornament {
  color: #dab453;
  display: block;
  margin: 0 auto 2.1em;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 1300px) and (prefers-reduced-motion: no-preference) {
  .spot05 .ornament {
    transition: transform 0.9s ease, opacity 0.9s ease;
    transition-delay: calc(0.06s * var(--index) );
  }
}
.spot05 .tshow {
  width: 90%;
  max-width: 49.5em;
  margin: 0 auto 1.85em;
  display: block;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .spot05 .tshow {
    width: 66%;
  }
}
@media only screen and (min-width: 1300px) and (prefers-reduced-motion: no-preference) {
  .spot05 .tshow {
    transition: transform 0.9s ease, opacity 0.9s ease;
    transition-delay: calc(0.06s * var(--index) );
  }
}
.spot05 .cycle-slide {
  width: 100%;
  margin: 0;
  display: block;
  transition: color 0.33s ease-in-out;
}
.spot05 .cycle-slide figure {
  margin: 0;
}
.spot05 .testimony {
  line-height: 1.25;
  font-size: clamp( 13px, 1.6em , 32px );
  margin: 0 auto 0.84375em;
  display: block;
}
.spot05 .testifier {
  line-height: 2.10526316;
  font-size: clamp( 13px, 0.95em , 19px );
  text-transform: uppercase;
  font-weight: 700;
  display: block;
}
.spot05 .controls {
  line-height: 0;
  width: 90%;
  max-width: 63.2em;
  margin: 1em auto 2em;
  display: block;
  pointer-events: none;
  position: relative;
  z-index: 420;
}
@media only screen and (min-width: 768px) {
  .spot05 .controls {
    text-align: right;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    transform: translate(0, -50%);
  }
}
@media only screen and (min-width: 1300px) and (prefers-reduced-motion: no-preference) {
  .spot05 .controls {
    transition: transform 0.9s ease, opacity 0.9s ease;
    transition-delay: calc(0.06s * var(--index) );
  }
}
.spot05 .controls > button {
  width: 44px;
  height: 44px;
  padding: 0;
  border: none;
  background: #dab453;
  outline: 1px solid #dab453;
  -webkit-appearance: none;
  display: inline-block;
  vertical-align: top;
  transition-property: transform, background-color, outline-color, outline-offset;
  transition-timing-function: ease;
  transition-duration: 0.6s;
  pointer-events: auto;
  cursor: pointer;
}
@media only screen and (max-width: 1299px) {
  .spot05 .controls > button {
    line-height: 44px;
    width: 44px;
    height: 44px;
  }
}
.spot05 .controls > button:before,
.spot05 .controls > button:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(218, 180, 83, 0.54);
  transition: transform 0.36s ease, opacity 0.36s ease;
  transform: scaleX(0);
  opacity: 0;
  z-index: -1;
}
.spot05 .controls > button:after {
  clip-path: polygon(0 100%, 0 0, 18% 0, 66% 50%, 18% 100%);
  transform-origin: 0 50%;
}
.spot05 .controls > button:before {
  clip-path: polygon(30% 50%, 81% 0, 100% 0, 100% 100%, 81% 100%);
  transform-origin: 100% 50%;
}
.spot05 .controls > button:focus,
.spot05 .controls > button:hover {
  outline-color: #2a2a2a;
  outline-offset: -0.18em;
  transform: scale(1.23);
  transition-duration: 0.3s;
  background-color: rgba(218, 180, 83, 0.69);
}
.spot05 .controls > button:focus:before,
.spot05 .controls > button:hover:before,
.spot05 .controls > button:focus:after,
.spot05 .controls > button:hover:after {
  transform: scaleX(1);
  transition-duration: 0.45s;
  opacity: 1;
}
.spot05 .controls > button.prev {
  margin-right: 1em;
}
@media only screen and (min-width: 768px) {
  .spot05 .controls > button.prev {
    float: left;
  }
}
.spot05 .controls > button .icon {
  color: #212121;
  width: 100%;
  height: auto;
  fill: currentcolor;
}
.spot05 .links {
  max-width: 90%;
  margin-inline: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  position: relative;
  z-index: 420;
}
@media only screen and (min-width: 1300px) and (prefers-reduced-motion: no-preference) {
  .spot05 .links {
    transition: transform 0.9s ease, opacity 0.9s ease;
    transition-delay: calc(0.06s * var(--index) );
  }
}
.spot05 .spotbtn {
  letter-spacing: 0.18em;
  line-height: 1;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #f7f6ec;
  text-decoration: none;
  width: auto;
  height: 44px;
  padding-inline: 1.46666667em;
  outline: 1px solid #dab453;
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  justify-content: center;
  position: relative;
  transition-property: color, background-color, outline-color, outline-offset;
  transition-timing-function: ease;
  transition-duration: 0.6s;
}
.spot05 .spotbtn:before,
.spot05 .spotbtn:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(218, 180, 83, 0.54);
  transition: transform 0.36s ease, opacity 0.36s ease;
  transform-origin: 50% 100%;
  transform: scaleY(0);
  opacity: 0;
  z-index: -1;
}
.spot05 .spotbtn:after {
  clip-path: polygon(100% 100%, 0 0, 0 100%);
}
.spot05 .spotbtn:before {
  clip-path: polygon(100% 100%, 100% 0, 0 100%);
}
.spot05 .spotbtn:focus,
.spot05 .spotbtn:hover {
  color: #212121;
  background-color: #dab453;
  outline-color: #2a2a2a;
  outline-offset: -0.3em;
  transition-duration: 0.6s, 0.99s, 0.33s, 0.33s;
  transition-delay: 0.3s, 0s, 0.39s, 0.39s;
}
.spot05 .spotbtn:focus:before,
.spot05 .spotbtn:hover:before,
.spot05 .spotbtn:focus:after,
.spot05 .spotbtn:hover:after {
  transform: scaleY(1);
  transition-duration: 0.45s;
  opacity: 1;
}
.spot05 .socialmedia {
  line-height: 0;
  text-align: center;
  width: auto;
  height: 44px;
  margin: 0;
  padding-inline: 1.1em;
  outline: 1px solid #dab453;
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  justify-content: center;
  gap: 2px;
  position: relative;
  transition-property: color, background-color, outline-color, outline-offset;
  transition-timing-function: ease;
  transition-duration: 0.6s;
}
@media only screen and (min-width: 490px) {
  .spot05 .socialmedia {
    padding-inline: 1.1em 0;
  }
}
@media only screen and (min-width: 1300px) {
  .spot05 .socialmedia {
    padding-right: 0.75em;
  }
}
.spot05 .socialmedia:before {
  content: 'Leave a Review';
  letter-spacing: 0.18em;
  line-height: 1;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.spot05 .socialmedia:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(218, 180, 83, 0.54);
  clip-path: polygon(50% 50%, 100% 0, 100% 100%, 50% 50%, 0 100%, 0 0);
  transition: transform 0.36s ease, opacity 0.36s ease;
  transform-origin: 50% 100%;
  transform: scaleY(0);
  opacity: 0;
  z-index: -1;
}
.spot05 .socialmedia:focus,
.spot05 .socialmedia:hover {
  color: #f7f6ec;
  background-color: #dab453;
  outline-color: #2a2a2a;
  outline-offset: -0.18em;
  transition-duration: 0.6s, 0.99s, 0.33s, 0.33s;
  transition-delay: 0.3s, 0s, 0.39s, 0.39s;
}
.spot05 .socialmedia:focus:after,
.spot05 .socialmedia:hover:after {
  transform: scaleY(1);
  transition-duration: 0.45s;
  opacity: 1;
}
.spot05 .socialmedia a {
  line-height: 44px;
  font-size: clamp( 13px, 0.55em , 11px );
  color: #fff;
  min-width: 24px;
  min-height: 24px;
  height: 44px;
  position: relative;
  transition: transform 0.33s ease-in-out, color 0.33s ease-in-out;
}
@media only screen and (max-width: 1023px) {
  .spot05 .socialmedia a {
    width: 44px;
  }
}
@media only screen and (min-width: 1024px) {
  .spot05 .socialmedia a {
    width: auto;
  }
}
.spot05 .socialmedia a:focus {
  color: #dab453;
}
.spot05 .socialmedia a:hover {
  color: #212121;
  z-index: 400;
  transform: translate(0, 0) scale(1.44);
}
.spot05 .socialmedia a:not(.spot) {
  display: none;
}
.spot05 .socialmedia a.facebook .icon:before {
  content: '\f09a';
}
.spot05 .socialmedia a .icon {
  position: relative;
}
/* ==================================================================
	association logos 
=================================================================== */
.associationlogos {
  text-align: center;
  font-size: min(3.9vw, 20px);
  padding: 5em 0;
  background: #f7f6ec;
  position: relative;
  z-index: 410;
}
@media only screen and (min-width: 560px) and (max-width: 767px) {
  .associationlogos {
    padding-inline: calc(50vw - 252px);
  }
}
@media only screen and (min-width: 768px) {
  .associationlogos {
    font-size: min(1.5vw, 1em);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.8em;
  }
}
@media only screen and (min-width: 1300px) {
  .associationlogos {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1300px) and (prefers-reduced-motion: no-preference) {
  .associationlogos[data-ready] a {
    transform: translate(0, 90px);
    opacity: 0;
  }
}
.associationlogos a {
  margin: 2%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) {
  .associationlogos a {
    margin: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .associationlogos a {
    min-width: 44px;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
  }
}
@media only screen and (min-width: 1300px) and (prefers-reduced-motion: no-preference) {
  .associationlogos a {
    transition: transform 0.9s ease, opacity 0.9s ease;
    transition-delay: calc(0.06s * var(--index) );
  }
}
.associationlogos a:focus img,
.associationlogos a:hover img,
.associationlogos a:focus svg,
.associationlogos a:hover svg {
  transform: scale(0.87);
  opacity: 0.48;
}
.associationlogos a.ada {
  width: 6.5em;
  height: 2.3em;
}
.associationlogos a.wsda {
  width: 6.4em;
  height: 2.05em;
}
.associationlogos a.opds {
  width: 7.1em;
  height: 1.65em;
}
.associationlogos a.aap {
  width: 8.5em;
  height: 3.25em;
}
.associationlogos a.wsperio {
  width: 4.15em;
  height: 4.25em;
}
.associationlogos a.aosseo {
  width: 5.1em;
  height: 3.2em;
}
.associationlogos a.icoi {
  width: 5.1em;
  height: 1.5em;
}
.associationlogos a.iads {
  width: 9.45em;
  height: 1.95em;
}
.associationlogos a svg {
  width: 100%;
  height: auto;
  display: block;
  transition: opacity 0.33s ease-in-out, transform 0.33s ease-in-out;
}
.associationlogos a img {
  transition: opacity 0.33s ease-in-out, transform 0.33s ease-in-out;
}
/* ==================================================================
	#ft
=================================================================== */
#ft {
  text-align: center;
  color: #fff;
  width: 100%;
  padding: 0;
  background-color: #212121;
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  z-index: 420;
}
@media only screen and (min-width: 1300px) {
  #ft {
    margin-bottom: 74px;
    box-shadow: 0 1em 1em rgba(0, 0, 0, 0.06);
  }
}
@media only screen and (min-width: 1300px) and (prefers-reduced-motion: no-preference) {
  #ft[data-ready] .bg .scalene {
    transform: translate(0, -100px);
  }
  #ft[data-ready] .mod {
    transform: translate(0, 72px);
    opacity: 0;
  }
}
#ft a {
  color: #fff;
  transition: color 0.33s ease-in-out;
}
#ft a:focus,
#ft a:hover {
  color: #dab453;
}
#ft .bg {
  width: 90em;
  height: auto;
  margin: auto calc( -50em + 50vw);
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  transform: rotateY(180deg);
  z-index: 1;
}
@media only screen and (min-width: 2000px) {
  #ft .bg {
    width: 100vw;
    margin-inline: 0;
  }
}
#ft .bg .scalene {
  transition: transform 0.9s ease 0.66s;
  opacity: 0.6;
}
/* ===============================================
		locations
=============================================== */
#location {
  width: 100%;
  padding: 3em 0;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  #location {
    flex-direction: column;
    gap: 1em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1124px) {
  #location {
    padding-inline: 2%;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1024px) {
  #location {
    padding-block: 5em;
  }
}
@media only screen and (min-width: 1125px) {
  #location {
    justify-content: center;
    gap: 152px;
  }
}
#location .mod {
  text-align: center;
  width: 100%;
  display: block;
  position: relative;
  z-index: 420;
}
@media only screen and (min-width: 768px) {
  #location .mod {
    max-width: 12.95em;
  }
  #location .mod.logo {
    margin: 0;
    order: 2;
  }
  #location .mod.contact {
    order: 1;
    text-align: left;
  }
  #location .mod.availability {
    order: 3;
  }
}
@media only screen and (min-width: 1300px) and (prefers-reduced-motion: no-preference) {
  #location .mod {
    transition: transform 0.66s ease, opacity 1.98s ease;
    transition-delay: calc(0.06s * var(--index) );
  }
}
#location .mod .icon.trait {
  text-align: inherit;
  color: #dab453;
  display: block;
}
@media only screen and (max-width: 767px) {
  #location .mod .icon.trait {
    width: 100%;
  }
}
#location .logo {
  font-size: 1rem;
  line-height: 0;
  text-align: center;
  width: 12.95em;
  margin: 0 auto 1em;
  display: block;
}
@media only screen and (min-width: 1300px) {
  #location .logo {
    font-size: inherit;
  }
}
#location .logo:focus svg {
  opacity: 0.51;
}
#location .logo svg {
  color: #fff;
  width: 100%;
  height: auto;
  transition: opacity 0.33s ease-in-out;
}
#location .logo .name {
  stroke-width: 0.6;
}
#location .phone {
  line-height: 44px;
  font-size: clamp( 13px, 0.9em , 18px );
  display: block;
  margin-bottom: 14px;
}
@media only screen and (min-width: 768px) {
  #location .phone {
    display: flex;
    align-items: flex-start;
  }
}
#location .phone .icon {
  line-height: inherit;
  min-width: 31px;
  display: block;
}
#location .address {
  line-height: 1.33333333;
  font-size: clamp( 13px, 0.9em , 18px );
  margin: 0 auto 26px;
  display: block;
}
@media only screen and (min-width: 768px) {
  #location .address {
    display: flex;
    align-items: flex-start;
  }
}
#location .address .icon {
  line-height: inherit;
  min-width: 31px;
  display: block;
}
@media only screen and (max-width: 767px) {
  #location .address .icon {
    line-height: 44px;
  }
}
#location .socialmedia {
  line-height: 0;
  text-align: inherit;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  #location .socialmedia {
    padding-left: 1em;
  }
}
#location .socialmedia a {
  text-align: center;
  font-size: clamp( 13px, 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 {
    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 .officehours {
  line-height: 0;
  text-align: center;
  width: 252px;
  margin: 0 auto 46px;
  display: block;
}
@media only screen and (min-width: 768px) {
  #location .officehours {
    margin-right: 0;
  }
}
#location .officehours .icon {
  text-align: center;
  width: 100%;
  margin-bottom: 14px;
}
#location .officehours .days,
#location .officehours .hours {
  line-height: 1.33333333;
  font-size: clamp( 13px, 0.9em , 18px );
  white-space: nowrap;
  display: inline-block;
  vertical-align: top;
}
#location .officehours .days {
  text-align: right;
  width: 27.38095238%;
  padding-right: 1.55555556em;
}
#location .officehours .hours {
  text-align: left;
  width: 66%;
}
#location .spotbtn {
  letter-spacing: 0.18em;
  line-height: 1;
  font-size: clamp( 13px, 0.65em , 13px );
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  width: auto;
  height: 3.84615385em;
  padding-inline: 1.69230769em;
  outline: 1px solid #dab453;
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  justify-content: center;
  position: relative;
  transition-property: color, background-color, outline-color, outline-offset;
  transition-timing-function: ease;
  transition-duration: 0.6s;
}
#location .spotbtn:before,
#location .spotbtn:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(218, 180, 83, 0.54);
  transition: transform 0.36s ease, opacity 0.36s ease;
  transform-origin: 50% 100%;
  transform: scaleY(0);
  opacity: 0;
  z-index: -1;
}
#location .spotbtn:after {
  clip-path: polygon(100% 100%, 0 0, 0 100%);
}
#location .spotbtn:before {
  clip-path: polygon(100% 100%, 100% 0, 0 100%);
}
#location .spotbtn:focus,
#location .spotbtn:hover {
  color: #2a2a2a;
  background-color: #dab453;
  outline-color: #2a2a2a;
  outline-offset: -0.3em;
  transition-duration: 0.6s, 0.99s, 0.33s, 0.33s;
  transition-delay: 0.3s, 0s, 0.39s, 0.39s;
}
#location .spotbtn:focus:before,
#location .spotbtn:hover:before,
#location .spotbtn:focus:after,
#location .spotbtn:hover:after {
  transform: scaleY(1);
  transition-duration: 0.45s;
  opacity: 1;
}
/* ==================================================================
		#links
=================================================================== */
#links {
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  color: #000;
  margin: 0;
  background-color: #f7f6ec;
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 14px;
  z-index: 1;
}
@media only screen and (max-width: 665px) {
  #links {
    padding: 2em 0;
  }
}
@media only screen and (min-width: 666px) {
  #links {
    height: 3.7em;
    padding: 0;
  }
}
@media only screen and (min-width: 1300px) {
  #links {
    position: fixed;
    left: 0;
    bottom: 0;
  }
  #links.peek {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
  }
}
#links .util {
  line-height: 44px;
  font-size: 12px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 480px) {
  #links .util {
    letter-spacing: 0.18em;
    width: auto;
    margin: 0;
    gap: 28px;
  }
}
#links .util a {
  color: #000;
  transition: color 0.33s ease-in-out;
}
#links .util a:focus,
#links .util a:hover {
  color: #dab453;
}
#links .util a,
#links .util .divider {
  display: inline-block;
}
#links .util .divider {
  margin: 0 0.1em;
}
/* ===============================================
		sesame link
=============================================== */
@media only screen and (max-width: 479px) {
  a#sesame-link {
    width: 100%;
  }
}
a#sesame-link .sesameicon {
  width: 1.33333333em;
  height: 1.16666667em;
  margin-right: 0.5em;
  display: inline-block;
  vertical-align: middle;
}
a#sesame-link .sesameicon path {
  transition: fill 0.33s ease-in-out;
}
a#sesame-link .sesameicon path.top {
  fill: #D6E03D;
}
a#sesame-link .sesameicon path.bottom {
  fill: #00a5e3;
}
a#sesame-link:focus .sesameicon path,
a#sesame-link:hover .sesameicon path {
  fill: currentcolor;
}
/* ===============================================
	backToTop
=============================================== */
#btt {
  text-align: center;
  width: 100%;
  margin: 0;
  display: block;
  position: relative;
}
@media only screen and (min-width: 480px) {
  #btt {
    width: auto;
  }
}
a#backtotop {
  font-size: clamp( 13px, 1.2em , 24px );
  color: #dab453;
  width: 44px;
  display: inline-block;
  vertical-align: top;
  transition: color 0.33s ease-in-out;
}
@media only screen and (max-width: 1299px) {
  a#backtotop {
    line-height: 44px;
  }
}
@media only screen and (min-width: 1300px) {
  a#backtotop {
    line-height: 1.83333333;
  }
}
a#backtotop:before,
a#backtotop:after {
  content: '\f0d8';
  font-family: 'Font Awesome 7 Pro';
  line-height: 1;
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  transform-origin: 50% 50%;
  opacity: 0;
}
a#backtotop:before {
  top: 0;
  transform: translate(0, 50%);
}
a#backtotop:after {
  bottom: 0;
  transform: translate(0, -50%);
}
a#backtotop:focus,
a#backtotop:hover {
  color: #dab453;
}
a#backtotop:focus:before,
a#backtotop:hover:before,
a#backtotop:focus:after,
a#backtotop:hover:after {
  transform: translate(0, 0);
  opacity: 1;
}
/*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;
}
/* ===============================================
	success message
=============================================== */
.success {
  font-weight: 400;
  text-transform: none;
  font-weight: 600;
  color: #2a2a2a;
  width: 100%;
  padding: 2rem;
  background: rgba(218, 180, 83, 0.54);
  outline: 1px solid #2a2a2a;
  outline-offset: -1rem;
  float: left;
  position: relative;
}
.success:before,
.success:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(218, 180, 83, 0.54);
  z-index: -1;
}
.success:after {
  clip-path: polygon(100% 100%, 0 0, 0 100%);
}
.success:before {
  clip-path: polygon(100% 100%, 100% 0, 0 100%);
}
/* ===============================================
	Form Buttons
=============================================== */
form button {
  letter-spacing: 0.18em;
  font-size: clamp( 13px, 0.65em , 13px );
  font-weight: 600;
  text-transform: uppercase;
  color: #212121;
  text-decoration: none;
  width: auto;
  height: 3.84615385em;
  padding-inline: 1.69230769em;
  background: rgba(218, 180, 83, 0);
  outline: 1px solid #dab453;
  border: none;
  position: relative;
  transition-property: color, background-color, outline-color, outline-offset;
  transition-timing-function: ease;
  transition-duration: 0.6s;
}
form button:before,
form button:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(218, 180, 83, 0.54);
  transition: transform 0.36s ease, opacity 0.36s ease;
  transform-origin: 50% 100%;
  transform: scaleY(0);
  opacity: 0;
  z-index: -1;
}
form button:after {
  clip-path: polygon(100% 100%, 0 0, 0 100%);
}
form button:before {
  clip-path: polygon(100% 100%, 100% 0, 0 100%);
}
form button:focus,
form button:hover {
  color: #f7f6ec;
  background-color: #dab453;
  outline-color: #2a2a2a;
  outline-offset: -0.3em;
  transition-duration: 0.6s, 0.99s, 0.33s, 0.33s;
  transition-delay: 0.3s, 0s, 0.39s, 0.39s;
}
form button:focus:before,
form button:hover:before,
form button:focus:after,
form button:hover:after {
  transform: scaleY(1);
  transition-duration: 0.45s;
  opacity: 1;
}
form p {
  height: auto;
}
/* ===============================================
	skip link styles
=============================================== */
.skiplink {
  line-height: 2;
  font-size: 12px;
  color: #fff;
  padding: 0.5em 1em;
  background-color: #212121;
  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;
}
/* ===============================================
	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: #dab453;
  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: #212121;
}
/* ===============================================
	.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);
  /* legacy */
  clip-path: inset(50%);
  /* modern */
}
/************************************************************************************************************************************************/
/* end superlatives */
/* ===============================================
Tablet || Supports 768px and up
=============================================== */
@media only screen and (min-width: 768px) {
  /* ===============================================
	blanket content sidebar hide
=============================================== */
  /* .sitemap,
.layout-full-width{
	#bd.sub:after{ content:none; }
	#content{ 
		width:70%;
		max-width:none;
		margin-right:auto;
		margin-left:auto;
		float:none;
	}
	#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) {
  .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( 48.36842105em , 90% );
    }
  }
  @media only screen and (min-width: 1300px) {
    .embed-container,
    .embed-container.ratio16x9 {
      max-width: min( 48.36842105em , 1200px );
    }
  }
  .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;
  }
}
