/* 
 Site Manager Version: 14.2.0
 Date Created: April 2025
 Account: shuster-isaac
 Written by: Ricky Rivas
 Sesame Communications - All rights reserved. C2025
 Any reproduction or intentional misuse is strictly prohibited
*/
/* ===============================================
              options
 =============================================== */
/* ===============================================
                    colors
 =============================================== */
/* ===============================================
					fonts
=============================================== */
/* jost-300 - latin */
@font-face {
  font-display: swap;
  font-family: 'Jost';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/jost-v18-latin-300.woff2') format('woff2');
}
/* jost-300italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Jost';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/jost-v18-latin-300italic.woff2') format('woff2');
}
/* jost-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Jost';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/jost-v18-latin-regular.woff2') format('woff2');
}
/* jost-italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Jost';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/jost-v18-latin-italic.woff2') format('woff2');
}
/* jost-500 - latin */
@font-face {
  font-display: swap;
  font-family: 'Jost';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/jost-v18-latin-500.woff2') format('woff2');
}
/* jost-500italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Jost';
  font-style: italic;
  font-weight: 500;
  src: url('../fonts/jost-v18-latin-500italic.woff2') format('woff2');
}
/* jost-600 - latin */
@font-face {
  font-display: swap;
  font-family: 'Jost';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/jost-v18-latin-600.woff2') format('woff2');
}
/* jost-600italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Jost';
  font-style: italic;
  font-weight: 600;
  src: url('../fonts/jost-v18-latin-600italic.woff2') format('woff2');
}
/* jost-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'Jost';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/jost-v18-latin-700.woff2') format('woff2');
}
/* jost-700italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Jost';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/jost-v18-latin-700italic.woff2') format('woff2');
}
/* ==================================================================
Basic Stylings
These will affect every size of the site.
================================================================== */
html {
  scroll-behavior: smooth;
}
/* ===============================================
	body 
=============================================== */
body,
input,
select,
textarea {
  font-family: 'Jost', Helvetica, Arial, sans-serif;
}
form button,
button {
  font-family: 'Jost', Helvetica, Arial, sans-serif;
}
svg {
  display: inline-block;
}
body {
  color: #1a1a1a;
  background: #eae1d8;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 1300px) {
  body {
    font-size: 20px;
  }
}
/* ===============================================
	links 
=============================================== */
a {
  text-decoration: none;
}
#content a {
  color: #af8546;
  text-decoration: none;
  transition: color 0.33s ease-in-out;
}
#content a:focus,
#content a:hover {
  color: #9b8977;
  text-decoration: underline;
}
/* ===============================================
	h family || hfam 
=============================================== */
h1,
h2:not(.topic),
h3:not(.topic),
h4,
h5,
h6 {
  line-height: 1;
  text-align: left;
  color: #9b8977;
  text-rendering: auto;
  margin: 0 0 1.44em;
  font-weight: 300;
  text-transform: uppercase;
}
.sub h1 {
  font-size: 10vw;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #fff;
  text-align: center;
}
@media only screen and (min-width: 666px) {
  .sub h1 {
    font-size: 4.55em;
  }
}
.home h1 {
  font-size: min(2.65em, 9vw);
  text-align: center;
  margin: 0 0 0.35em;
  color: #af8546;
}
@media only screen and (min-width: 1024px) {
}
.home h1 .trait {
  display: block;
}
.home h1 .trait.top {
  line-height: 1.10526316;
  font-size: clamp( 12px, 0.35849057em , 19px );
  font-weight: 500;
  letter-spacing: 0.22em;
  color: #1a1a1a;
}
h2:not(.topic) {
  font-size: 1.13636364em;
  color: #af8546;
}
h3:not(.topic) {
  font-size: 1.04545455em;
}
h4 {
  font-size: 0.95454545em;
}
h5 {
  font-size: 0.90909091em;
}
h6 {
  font-size: 0.86363636em;
}
.layout-section-aesthetic-services h2:not(.topic) {
  color: #666666;
}
.layout-section-aesthetic-services h3:not(.topic) {
  color: #9b8977;
}
.layout-section-aesthetic-services h4 {
  color: #9b8977;
}
/* ===============================================
	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: #eae1d8;
  position: relative;
  z-index: 3000;
}
@media only screen and (max-width: 1023px) {
  #masthead {
    height: 110px;
  }
}
@media only screen and (min-width: 1024px) {
  #masthead {
    font-size: inherit;
    height: 110px;
    position: fixed;
    top: 0;
    left: 0;
  }
}
#masthead .container {
  width: calc(100% - 3em);
  max-width: none;
}
@media only screen and (max-width: 1299px) {
  #masthead .container {
    width: calc(100% - 2.25em);
  }
}
@media only screen and (max-width: 1023px) {
  #masthead .container {
    width: 100%;
  }
}
.layout-section-aesthetic-services #masthead {
  background-color: #1a1a1a;
}
.layout-section-aesthetic-services #masthead .contactinfo .phone {
  border-color: #fff;
}
.layout-section-aesthetic-services #masthead #logo a {
  color: #fff;
}
.layout-section-aesthetic-services #masthead #main-nav ul li a[id] {
  color: #fff;
}
/* ===============================================
TRIGGER/NAVICON
=============================================== */
#trigger,
#desktop-trigger {
  line-height: 44px;
  color: #af8546;
  width: 69px;
  height: 69px;
  margin: 0 auto;
  padding: 0;
  background: none;
  box-shadow: none;
  border: 1px solid #1a1a1a;
  -webkit-display: none;
  position: relative;
  display: block;
  z-index: 600;
  transition: color 0.33s ease-in-out, transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  cursor: pointer;
  pointer-events: all;
  font-size: 20px;
}
#trigger:focus-visible,
#desktop-trigger:focus-visible {
  color: #9b8977;
}
.open #trigger .navicon span:nth-child(1),
.open #desktop-trigger .navicon span:nth-child(1) {
  transform: translate(0, 11px) scaleX(0) rotate(0deg);
}
.open #trigger .navicon span:nth-child(4),
.open #desktop-trigger .navicon span:nth-child(4) {
  transform: translate(0, -11px) scaleX(0) rotate(0deg);
}
.open #trigger .navicon span:nth-child(2),
.open #desktop-trigger .navicon span:nth-child(2) {
  transform: translate(0, 0) scaleX(1) rotate(45deg);
}
.open #trigger .navicon span:nth-child(3),
.open #desktop-trigger .navicon span:nth-child(3) {
  transform: translate(0, 0) scaleX(1) rotate(-45deg);
}
#trigger[aria-expanded='true'] .navicon span:nth-child(1),
#desktop-trigger[aria-expanded='true'] .navicon span:nth-child(1) {
  transform: translate(0, 11px) scaleX(0) rotate(0deg);
}
#trigger[aria-expanded='true'] .navicon span:nth-child(4),
#desktop-trigger[aria-expanded='true'] .navicon span:nth-child(4) {
  transform: translate(0, -11px) scaleX(0) rotate(0deg);
}
#trigger[aria-expanded='true'] .navicon span:nth-child(2),
#desktop-trigger[aria-expanded='true'] .navicon span:nth-child(2) {
  transform: translate(0, 0) scaleX(1) rotate(45deg);
}
#trigger[aria-expanded='true'] .navicon span:nth-child(3),
#desktop-trigger[aria-expanded='true'] .navicon span:nth-child(3) {
  transform: translate(0, 0) scaleX(1) rotate(-45deg);
}
#trigger .navicon,
#desktop-trigger .navicon {
  width: 35px;
  height: 22px;
  display: inline-block;
  vertical-align: -4px;
  position: relative;
}
#trigger .navicon span,
#desktop-trigger .navicon span {
  width: 100%;
  height: 2px;
  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;
}
#trigger .navicon span:nth-child(1),
#desktop-trigger .navicon span:nth-child(1) {
  top: 0;
}
#trigger .navicon span:nth-child(2),
#desktop-trigger .navicon span:nth-child(2),
#trigger .navicon span:nth-child(3),
#desktop-trigger .navicon span:nth-child(3) {
  top: 0;
  bottom: 0;
}
#trigger .navicon span:nth-child(4),
#desktop-trigger .navicon span:nth-child(4) {
  bottom: 0;
}
@media only screen and (min-width: 1024px) {
  #trigger {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  .home #desktop-trigger {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .home #desktop-trigger[aria-expanded='true'] {
    opacity: 0;
    pointer-events: none;
  }
}
body:not(.home) #desktop-trigger {
  display: none;
}
/* ==================================================================
	main-nav
=================================================================== */
#main-nav {
  font-size: 20px;
  text-align: center;
  width: 95px;
  height: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  clear: both;
  transition: opacity 0.33s ease;
  /* a{ 
		@media only screen and (max-width: 1023px) { visibility:hidden; } 
	} */
}
@media only screen and (max-width: 1023px) {
  #main-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 8px;
  }
}
@media only screen and (min-width: 1024px) {
  #main-nav {
    font-size: inherit;
    width: 100%;
    height: 75px;
    margin-top: 0em;
    background: none;
    box-shadow: none;
    top: auto;
    bottom: 0;
    z-index: 2900;
    padding-left: 4.5em;
  }
  .home #main-nav {
    opacity: 0;
    pointer-events: none;
  }
  #main-nav.open {
    opacity: 1;
    pointer-events: all;
  }
}
@media only screen and (min-width: 1300px) {
  #main-nav {
    padding-left: 0.2em;
  }
}
#main-nav .contactinfo {
  background-color: #eae1d8;
  width: 100%;
  padding: 30px 0;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 666px) {
  #main-nav .contactinfo {
    display: none;
  }
}
#main-nav.open {
  /* a{  
			@media only screen and (max-width: 1023px) { visibility:visible; } 
		} */
}
@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: 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 (max-width: 665px) {
  #main-nav .collapsible {
    width: 100vw;
  }
}
@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) {
  #main-nav .container {
    width: 96%;
    max-width: none;
  }
}
/* ===============================================
TOP LEVEL ITEMS || top ul
=============================================== */
#main-nav ul {
  margin: 0;
  padding: 40px 0 40px;
  background-color: #af8546;
  position: relative;
  z-index: 550;
}
@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: 75px;
    width: 100%;
    margin: 0;
    padding: 0;
    background: none;
    position: static;
    float: none;
  }
}
#main-nav ul li {
  clear: both;
  cursor: pointer;
}
@media only screen and (min-width: 1024px) {
  #main-nav ul li {
    margin: 0 1.2em 0 0;
    background: none;
    vertical-align: top;
    clear: none;
  }
  #main-nav ul li.home {
    display: 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;
  }
  #main-nav ul li.contact ul li a,
  #main-nav ul li.contact-us ul li a {
    text-align: center;
    float: right;
  }
}
#main-nav ul li a[id] {
  line-height: 50px;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  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] {
    color: #1a1a1a;
    line-height: 40px;
    font-size: clamp( 12px, 0.8em , 16px );
    text-align: center;
    height: auto;
    z-index: 3000;
    pointer-events: auto;
  }
}
#main-nav ul li a[id]:after {
  content: '';
  width: 26px;
  height: 1px;
  display: block;
  position: absolute;
  left: 50%;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  transform: translate(-50%, 0) scaleX(0);
  opacity: 0;
}
@media only screen and (max-width: 1023px) {
  #main-nav ul li a[id]:after {
    bottom: 10px;
    background-color: #fff;
  }
}
@media only screen and (min-width: 1024px) {
  #main-nav ul li a[id]:after {
    background-color: #af8546;
    bottom: 0em;
  }
}
#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(-50%, 0) scaleX(1);
  opacity: 1;
}
/* ===============================================
Flyout || ul ul
=============================================== */
#main-nav ul ul {
  width: 100%;
  padding: 0;
  background: #af8546;
  border: none;
  transition: visibility 0.33s ease-in-out, padding 0.33s ease-in-out;
}
@media only screen and (min-width: 1024px) {
  #main-nav ul ul {
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 1.25em 0 2em;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    clip: rect(0 0 0 0);
    pointer-events: none;
    z-index: 2800;
  }
}
#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: 1024px) {
  #main-nav ul ul li {
    height: 2.15em;
    margin: 0;
    padding: 0;
    opacity: 1;
  }
}
#main-nav ul ul li a {
  line-height: 44px;
  font-size: clamp( 12px, 0.85em , 17px );
  color: #fbf8f2;
  width: 100%;
  height: 44px;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-weight: 300;
  text-transform: uppercase;
}
@media only screen and (min-width: 1024px) {
  #main-nav ul ul li a {
    line-height: 2.52941176;
    text-align: center;
    white-space: nowrap;
    height: 2.52941176em;
    padding: 0 3.3em;
    float: left;
  }
}
#main-nav ul ul li a::after {
  content: '';
  width: 26px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  background-color: currentColor;
  transform: translate(-50%, 0) scale(0);
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
}
@media only screen and (max-width: 1023px) {
  #main-nav ul ul li a::after {
    bottom: 0.35em;
  }
}
@media only screen and (min-width: 1024px) {
  #main-nav ul ul li a::after {
    bottom: 0.35em;
  }
}
#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 {
  transform: translate(-50%, 0) scale(1);
}
#main-nav ul ul li a:focus {
  outline: 1px solid white;
  outline-offset: 0;
}
@media only screen and (min-width: 1024px) {
  .layout-section-aesthetic-services #main-nav ul ul {
    background-color: #afaeac;
  }
}
/* ===============================================
TERTIARY || if ul ul ul exists
=============================================== */
/* ===============================================
Flyout animation
=============================================== */
@media only screen and (max-width: 1023px) {
  #main-nav.open ul ul {
    visibility: hidden;
  }
  #main-nav.open ul .clicked ul {
    padding: 1.2em 0 1em;
    visibility: visible;
  }
  #main-nav.open ul .clicked ul li {
    height: 44px;
    opacity: 1;
  }
}
/* socialmedia */
.collapsible .socialmedia {
  line-height: 0;
  text-align: center;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  background: #f00;
  justify-content: center;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .collapsible .socialmedia {
    display: flex;
  }
}
@media only screen and (min-width: 1024px) {
  .collapsible .socialmedia {
    display: none;
  }
}
.collapsible .socialmedia a {
  line-height: 48px;
  font-size: 25px;
  color: #fff;
  width: 48px;
  height: 48px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: opacity 0.33s ease-in-out, color 0.33s ease-in-out;
}
.collapsible .socialmedia a:focus-visible {
  opacity: 0.5;
  outline: auto;
}
.collapsible .socialmedia a:focus:active {
  outline: transparent;
}
.collapsible .socialmedia a:hover {
  z-index: 400;
}
.collapsible .socialmedia a .icon {
  position: relative;
}
/* ===============================================
	FULLMOB RULES
=============================================== */
@media only screen and (min-width: 1024px) {
  .home #main-nav.open .collapsible {
    transition-duration: 0.33s;
    transition-timing-function: ease;
    transform: translate(0, 0);
    visibility: visible;
    pointer-events: auto;
    opacity: 1;
  }
  .home #main-nav .collapsible {
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
  }
  .home #main-nav ul li a[id] {
    pointer-events: none;
  }
  .home #main-nav ul li a[id].home {
    pointer-events: auto;
  }
}
/* ==================================================================
	header
=================================================================== */
#hd {
  text-align: center;
  color: #af8546;
  height: 100%;
  padding: 0;
  position: relative;
  pointer-events: none;
}
@media only screen and (max-width: 665px) {
  #hd .contactinfo {
    display: 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%;
    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: inline-flex;
    gap: 10px;
    align-items: center;
    vertical-align: top;
    height: 100%;
    margin-right: 95px;
  }
}
@media only screen and (min-width: 1024px) {
  #hd .mod {
    margin: 0;
  }
}
/* ===============================================
	logo
=============================================== */
#logo {
  line-height: 0;
  width: 13.5em;
  font-size: min(20px,4.5vw);
  margin: 0 auto 0 18px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  pointer-events: auto;
}
@media only screen and (min-width: 666px) {
  #logo {
    margin-left: 25px;
  }
}
@media only screen and (min-width: 1024px) {
  #logo {
    font-size: 20px;
    margin: 0;
  }
}
@media only screen and (min-width: 1300px) {
  #logo {
    top: 47%;
  }
}
#logo a {
  display: inline-block;
  vertical-align: top;
  transition: opacity 0.33s ease-in-out;
  color: #1a1a1a;
}
@media only screen and (max-width: 1023px) {
  #logo a {
    min-height: 44px;
    display: flex;
    align-items: center;
  }
}
#logo a:focus {
  opacity: 0.51;
}
#logo svg {
  width: 13.5em;
  height: 1em;
}
/* ===============================================
	contact info
=============================================== */
.contactinfo {
  text-align: center;
  width: auto;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  pointer-events: auto;
}
.contactinfo .phone {
  font-size: clamp( 17px, 0.85em , 17px );
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0.16em;
  border: 1px solid #1a1a1a;
  padding: 0 1em;
  position: relative;
  overflow: hidden;
  font-weight: 500;
}
@media only screen and (max-width: 1023px) {
  .contactinfo .phone {
    line-height: 67px;
  }
}
@media only screen and (min-width: 1024px) {
  .contactinfo .phone {
    line-height: 3.94117647;
  }
}
.contactinfo .phone::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #af8546;
  z-index: -1;
  transform: skew(45deg) translate(-150%, 0) scaleX(1.5);
  transition: transform 0.66s ease;
}
.contactinfo a {
  color: #af8546;
  transition: color 0.33s ease-in-out;
}
.contactinfo a:focus,
.contactinfo a:hover {
  color: #fff;
}
.contactinfo a:focus::before,
.contactinfo a:hover::before {
  transform: skew(45deg) translate(0%, 0) scaleX(1.5);
}
.layout-section-aesthetic-services #main-nav .contactinfo {
  background-color: #1a1a1a;
}
/* ===============================================
	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(175, 133, 70, 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: #9b8977;
  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: 500;
  padding: 0 0 3em;
  min-height: 35em;
}
@media only screen and (min-width: 768px) {
  #slideshow {
    font-size: min(1em, 1vw);
    min-height: 92.85em;
    padding: 0;
  }
}
@media only screen and (min-width: 1024px) {
  #slideshow {
    height: 92.85em;
    min-height: 100vh;
    margin-top: 110px;
  }
}
#slideshow h2.topic {
  line-height: 1.2;
  /*text-transform: uppercase;*/
  color: #af8546;
  width: 90%;
  max-width: 17em;
  margin: 1em auto;
  display: block;
  font-weight: 500;
  z-index: 1;
  
  font-family: "Forum", serif;
  font-weight: 400;
  font-style: normal;



}
@media only screen and (min-width: 768px) {
  #slideshow h2.topic {
    margin: 0 auto;
    font-size: 2.75em;
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media only screen and (min-width: 1024px) {
  #slideshow h2.topic {
    position: relative;
    opacity: 0;
    max-width: 17.41935484em;
    top: auto;
    left: auto;
    font-size: clamp( 15px, 1.55em , 31px );
    transform: translate(0%, -50%);
  }
}
#slideshow .ssimg.ssimg01 {
  width: 17.1em;
}
#slideshow .ssimg.ssimg02 {
  width: 17.15em;
}
#slideshow .ssimg.ssimg03 {
  width: 26.1em;
}
#slideshow .ssimg.ssimg04 {
  width: 24.95em;
}
#slideshow .ssimg.ssimg05 {
  width: 13.25em;
}
#slideshow .ssimg.ssimg06 {
  width: 22.35em;
}
#slideshow .ssimg.ssimg07 {
  width: 13.6em;
}
#slideshow .ssimg.ssimg08 {
  width: 22.35em;
}
@media only screen and (max-width: 767px) {
  #slideshow .ssimg {
    font-size: min(1em, 2vw);
    display: inline-block;
    vertical-align: middle;
    margin: 0 1em;
  }
  #slideshow .ssimg.ssimg02,
  #slideshow .ssimg.ssimg06,
  #slideshow .ssimg.ssimg05,
  #slideshow .ssimg.ssimg08 {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  #slideshow .ssimg {
    position: absolute;
  }
  #slideshow .ssimg.ssimg01 {
    top: 0em;
    right: calc(50% + 18.2em);
  }
  #slideshow .ssimg.ssimg02 {
    top: 6.3em;
    left: calc(50% + 18.5em);
  }
  #slideshow .ssimg.ssimg03 {
    top: 27.8em;
    right: calc(50% + 27em);
  }
  #slideshow .ssimg.ssimg04 {
    top: 33.55em;
    left: calc(50% + 27em);
  }
  #slideshow .ssimg.ssimg05 {
    top: 48.75em;
    left: calc(50% + 30em);
    z-index: 1;
  }
  #slideshow .ssimg.ssimg06 {
    bottom: 17.75%;
    right: calc(50% + 14.6em);
  }
  #slideshow .ssimg.ssimg07 {
    bottom: 12%;
    right: calc(50% + 30.45em);
  }
  #slideshow .ssimg.ssimg08 {
    bottom: 5.35%;
    left: calc(50% + 15.1em);
  }
}
@media only screen and (min-width: 1024px) {
  #slideshow .ssimg {
    opacity: 0;
  }
  #slideshow .ssimg.ssimg03 {
    top: 30%;
    right: calc(50% + 23.9em);
  }
  #slideshow .ssimg.ssimg04 {
    top: 36.1%;
    left: calc(50% + 25.05em);
  }
  #slideshow .ssimg.ssimg05 {
    top: 55%;
    left: calc(50% + 18.95em);
  }
}
@media only screen and (min-width: 1300px) {
  #slideshow .ssimg.ssimg05 {
    top: 41%;
    left: calc(50% + 13.95em);
  }
}
/* ==================================================================
	.spotlight
=================================================================== */
.spotlight {
  text-align: center;
  position: relative;
  z-index: 400;
}
.spotlight > div {
  position: relative;
}
/* ===============================================
	spot00 || COMMON GENERAL INFORMATION SPOTLIGHT SECTION REVERSE
=============================================== */
/* ===============================================
spot00 || COMMON GENERAL INFORMATION SPOTLIGHT SECTION REVERSE
=============================================== */
.spot01 {
  color: #1a1a1a;
  padding: 3em 0 0;
  background-color: #fbf8f2;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: min(20px,10vw);
  flex-direction: column;
  gap: 2.5em;
  overflow: hidden;
  border-top: 50px solid #fff;
}
@media only screen and (min-width: 666px) {
  .spot01 {
    border-top-width: 75px;
    align-items: flex-end;
    padding-left: 70px;
    padding-right: 70px;
    padding-bottom: 3em;
    gap: 3.5em;
  }
}
@media only screen and (min-width: 768px) {
  .spot01 {
    border: none;
    background: #fff;
    padding: 5em 0 0;
    flex-direction: row;
    align-items: stretch;
    gap: 0;
  }
}
@media only screen and (min-width: 1300px) {
  .spot01 {
    padding: 5em 0 5em 2.1em;
    font-size: min(1.8vw,1em);
  }
  .spot01.ready .mod h2.topic,
  .spot01.ready .mod p,
  .spot01.ready .mod .sig {
    transform: translate(0%, 100%);
    opacity: 0;
    transition-delay: 0s;
  }
  .spot01.ready .decoration::before {
    transform: scaleX(1);
  }
}
.spot01 .decoration {
  display: block;
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 666px) {
  .spot01 .decoration {
    max-width: 416px;
  }
}
@media only screen and (min-width: 768px) {
  .spot01 .decoration {
    width: 50%;
    max-width: none;
  }
}
@media only screen and (min-width: 1024px) {
  .spot01 .decoration {
    width: calc(50% - 5em);
  }
}
@media only screen and (min-width: 1300px) {
  .spot01 .decoration {
    width: 90%;
    max-width: 20.8em;
  }
}
.spot01 .decoration::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  background-color: #faf8f2;
  transition: transform 1s ease;
  transform-origin: left;
  transform: scaleX(0);
}
.spot01 .decoration img {
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .spot01 .decoration img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: top left;
  }
}
.spot01 .decoration .spotbtn {
  font-size: clamp( 12px, 0.75em , 15px );
  text-align: center;
  text-transform: uppercase;
  color: #000;
  width: 13.73333333em;
  border: 2px solid rgba(251, 248, 242, 0);
  line-height: 3.93333333;
  display: inline-block;
  vertical-align: top;
  z-index: 1;
  transition: color 0.33s ease-in-out;
  min-width: 44px;
  overflow: hidden;
  position: absolute;
  bottom: 2.66666667em;
  left: 50%;
  transform: translate(-50%, 0);
  font-weight: 500;
  letter-spacing: 0.16em;
  background-color: rgba(251, 248, 242, 0.8);
}
.spot01 .decoration .spotbtn::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  z-index: -1;
  transform: skew(45deg) translate(-150%, 0) scaleX(1.5);
  transition: transform 0.66s ease;
}
.spot01 .decoration:hover .spotbtn,
.spot01 .decoration:focus .spotbtn {
  color: #fff;
}
.spot01 .decoration:hover .spotbtn::before,
.spot01 .decoration:focus .spotbtn::before {
  transform: skew(45deg) translate(0%, 0) scaleX(1.5);
}
.spot01 .mod {
  width: 90%;
  max-width: 549px;
  padding: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
  gap: 1.75em;
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .spot01 .mod {
    max-width: 39.15em;
    padding: 2.5em;
    width: 50%;
    background-color: rgba(251, 248, 242, 0.95);
  }
}
@media only screen and (min-width: 1024px) {
  .spot01 .mod {
    width: calc(50% + 5em);
  }
}
@media only screen and (min-width: 1300px) {
  .spot01 .mod {
    padding: 2em 5.2em 2em 6.2em;
    width: 96%;
  }
}
.spot01 h2.topic {
  line-height: 1;
  font-size: clamp( 12px, 3.5em , 70px );
  text-transform: uppercase;
  font-weight: 300;
  color: #af8546;
  margin: 0;
  transition: transform 1s ease,
            opacity 1s ease;
  transition-delay: calc(var(--index)*0.33s);
}
@media only screen and (min-width: 0px) and (max-width: 665px) {
  .spot01 h2.topic .trait {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .spot01 h2.topic .trait {
    display: block;
  }
}
.spot01 .info {
  line-height: 1.44444444;
  font-size: clamp( 12px, 0.9em , 18px );
  margin: 0;
  transition: transform 1s ease,
            opacity 1s ease;
  transition-delay: calc(var(--index)*0.33s);
}
.spot01 .sig {
  width: 7.9em;
  height: auto;
  margin-top: 0.25em;
  transition: transform 1s ease,
            opacity 1s ease;
  transition-delay: calc(var(--index)*0.33s);
}
/* ===============================================
	spot00 || COMMON GENERAL INFORMATION SPOTLIGHT SECTION
=============================================== */
.spot02 {
  color: #1a1a1a;
  padding: 3em 0;
  background: linear-gradient(120deg, #FBF8F2 20%, #CBAF87 85%) center / cover no-repeat;
  font-size: min(20px,4vw);
}
@media only screen and (min-width: 1024px) {
  .spot02 {
    font-size: min(1.7vw, 1em);
    padding: 5em 0;
    padding-right: 2.7em;
  }
}
@media only screen and (min-width: 1300px) {
  .spot02.ready .mod {
    transform: translate(100%, 0);
    opacity: 0;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1999px) {
  .spot02 {
    background-size: 2000px 100%;
  }
}
.spot02 .decoration {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  vertical-align: middle;
  gap: 6px;
  margin: 0 0 2em;
}
@media only screen and (min-width: 1024px) {
  .spot02 .decoration {
    display: inline-flex;
    margin: 0 4.8em 0 0;
  }
}
.spot02 .decoration .col {
  display: inline-flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
  gap: 6px;
}
.spot02 .decoration .col:nth-child(1) .first {
  width: 11.35em;
}
.spot02 .decoration .col:nth-child(1) .last {
  width: 9.9em;
}
.spot02 .decoration .col:nth-child(2) {
  margin-top: 1.85em;
}
.spot02 .decoration .col:nth-child(2) .first {
  width: 9.2em;
}
.spot02 .decoration .col:nth-child(2) .last {
  width: 9.2em;
}
.spot02 .mod {
  width: 90%;
  max-width: 29em;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  transition: transform 1s ease,
            opacity 1s ease;
}
.spot02 h2.topic {
  line-height: 1;
  font-size: min(2.9em,9vw);
  font-weight: 300;
  text-transform: uppercase;
  color: #1a1a1a;
  margin: 0 0 0.15em -0.05em;
}
.spot02 h2.topic .trait {
  line-height: 0.92307692;
  font-size: clamp( 12px, 1.56896552em , 91px );
  font-style: italic;
}
.spot02 .info {
  line-height: 1.44444444;
  font-size: clamp( 18px, 0.9em , 18px );
  margin: 0;
}
.spot02 .spotbtn {
  letter-spacing: 0.14em;
  font-size: clamp( 12px, 0.65em , 13px );
  text-align: center;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
  width: 9.46153846em;
  background-color: #af8546;
  border: 2px solid #af8546;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out;
}
@media only screen and (max-width: 1299px) {
  .spot02 .spotbtn {
    line-height: 44px;
    min-width: 44px;
  }
}
@media only screen and (min-width: 1300px) {
  .spot02 .spotbtn {
    line-height: 3.30769231;
  }
}
.spot02 .spotbtn:focus,
.spot02 .spotbtn:hover {
  color: #9b8977;
  background-color: #fff;
}
/* ==================================================================
	subnav
=================================================================== */
#subnav {
  text-align: center;
  color: #1a1a1a;
  padding: 3.65em 0;
  position: relative;
  overflow: hidden;
  background: linear-gradient(120deg, #FBF8F2 5%, #CBAF87 90%) center / cover no-repeat;
}
@media only screen and (max-width: 1299px) {
  #subnav {
    display: none;
  }
}
@media only screen and (min-width: 1300px) {
  #subnav {
    padding-top: 3.45em;
    min-height: 10em;
  }
}
@media only screen and (max-width: 1299px) {
  #subnav nav {
    width: 100vw;
    display: none;
  }
}
#subnav p {
  font-size: clamp( 12px, 0.75em , 15px );
  margin: 0 auto;
  padding: 0;
  text-transform: uppercase;
}
@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.93333333;
    width: 71.31782946%;
  }
}
#subnav a {
  color: #1a1a1a;
  margin: 0 0.8em;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: color 0.33s ease;
}
@media only screen and (min-width: 1024px) {
  #subnav a {
    margin: 0;
  }
}
#subnav a:after {
  content: '';
  width: 32px;
  height: 1px;
  background: #000000;
  display: block;
  position: absolute;
  bottom: 0.35em;
  left: 50%;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  transform: translate(-50%, 0) scaleX(0);
  opacity: 0;
}
#subnav a:focus,
#subnav a:hover,
#subnav a.active {
  text-decoration: none;
}
#subnav a:focus:after,
#subnav a:hover:after,
#subnav a.active:after {
  transform: translate(-50%, 0) scaleX(1);
  opacity: 1;
}
#subnav .divider {
  margin: 0 1.5em;
  display: inline-block;
  vertical-align: top;
}
.layout-section-aesthetic-services #subnav {
  background-image: linear-gradient(145deg, #1a1a1a 0%, #000000 100%);
  color: #fff;
}
.layout-section-aesthetic-services #subnav a {
  color: #fff;
}
.layout-section-aesthetic-services #subnav a::after {
  background-color: #af8546;
}
.subhero {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  background: #000 center / cover no-repeat;
  padding: 15em 0 3em;
  z-index: 500;
}
@media only screen and (min-width: 1024px) {
  .subhero {
    padding-top: 25em;
  }
}
@media only screen and (min-width: 1300px) {
  .subhero {
    padding: 0 0 6.65em;
    max-height: 40.5em;
    min-height: 500px;
    height: calc(100vh - 2em);
  }
}
.subhero::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.subhero header {
  width: 90%;
  margin: 0 auto;
  z-index: 2;
  max-width: 46em;
}
/* ==================================================================
	content
=================================================================== */
#bd {
  padding: 3em 0;
  background: linear-gradient(145deg, #FBF8F2 0%, #C9C8C7 100%);
  position: relative;
  z-index: 400;
}
@media only screen and (min-width: 768px) {
  #bd {
    padding: 3.75em 0 3em;
  }
}
#bd .container {
  width: 90%;
  max-width: 64.5em;
}
#content {
  max-width: 650px;
  display: block;
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  #content {
    width: 71.31782946%;
    max-width: 46em;
  }
}
@media only screen and (min-width: 1300px) {
  #content {
    width: 71.31782946%;
  }
}
#content .content-text {
  line-height: 1.45454545;
}
@media only screen and (min-width: 666px) {
  #content .content-text {
    font-size: min(2.5vw, 22px );
  }
}
@media only screen and (max-width: 1299px) {
  #content .content-text {
    max-width: 70ch;
  }
}
@media only screen and (min-width: 1300px) {
  #content .content-text {
    font-size: 22px;
  }
}
#content p {
  text-align: justify;
}
/* ==================================================================
	.home content
=================================================================== */
.home #bd {
  padding: 3em 0;
  border-top: 5em solid #fff;
  border-bottom: 5em solid #fff;
  overflow: hidden;
  background: #ccc center / cover no-repeat;
}
.home #bd::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(251, 248, 242, 0.9);
}
@media only screen and (min-width: 768px) {
  .home #bd {
    padding: 5.1em 0 0em;
  }
  .home #bd::before {
    background-color: #fff;
    width: 5em;
    top: -1px;
    height: calc(100% + 2px);
    transform: translate3d(0, 0, 0);
  }
  .home #bd::after {
    content: '';
    position: absolute;
    width: 4.9em;
    height: calc(100% + 2px);
    background-color: #fff;
    top: -1px;
    right: 0;
    transform: translate3d(0, 0, 0);
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1999px) {
  .home #bd {
    background-size: auto;
  }
}
.home #bd .container {
  width: 90%;
  max-width: 65.5em;
}
@media only screen and (max-width: 1023px) {
  .home #bd .container {
    max-width: 70ch;
  }
}
@media only screen and (min-width: 1024px) {
  .home #bd .container {
    width: calc(100% - 12em);
  }
}
@media only screen and (min-width: 768px) {
  .home #bd #content {
    width: 100%;
    max-width: 70ch;
    margin-left: auto;
    margin-right: auto;
    float: none;
    padding: 6.15em 3em 2.6em;
  }
  .home #bd #content::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: calc(50%);
    height: 100%;
    width: auto;
    transform-origin: top;
    transform: translate(-50%, 0) scale(1.105);
    background-color: rgba(251, 248, 242, 0.95);
    z-index: -1;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
  }
}
@media only screen and (min-width: 1024px) {
  .home #bd #content {
    max-width: 25.8em;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
  }
}
@media only screen and (min-width: 1300px) {
}
.home #bd #content .content-text {
  line-height: 1.35294118;
}
@media only screen and (min-width: 666px) {
  .home #bd #content .content-text {
    font-size: min(2.3vw, 17px );
  }
}
.home #bd #content .content-text h2 {
  font-size: 1.35294118em;
  line-height: 1;
  margin-bottom: 0.8em;
}
.home #bd #content .content-text a {
  font-weight: 500;
}
.home #bd #content .content-text ol,
.home #bd #content .content-text ul {
  margin: 0 0 1.4em 2.5em;
}
.home #bd #content .content-text ol li,
.home #bd #content .content-text ul li {
  margin: 0 0 1.45em 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;
}
.home #bd #content p {
  margin-bottom: 1.3em;
  text-align: left;
}
/* ==================================================================
	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: #af8546;
  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: #af8546;
  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: #9b8977;
}
.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: #9b8977;
  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.4;
  font-size: clamp( 12px, 1.25em , 25px );
  font-weight: 300;
  text-transform: uppercase;
  text-decoration: none;
  color: #af8546;
  transition-duration: 0s;
}
.sitemap #content ul ul li a {
  line-height: 1.45454545;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  color: #1a1a1a;
  margin-left: 0;
}
.sitemap #content a:focus,
.sitemap #content a:hover {
  color: #9b8977;
  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;
    float: right;
  }
}
/* global override */
/* ==================================================================
	sidebar
=================================================================== */
#sidebar {
  width: 100%;
  max-width: 15em;
  margin: 0 auto 6%;
  padding: 0;
  display: none;
  position: relative;
  z-index: 420;
}
@media only screen and (min-width: 768px) {
  #sidebar {
    width: 23.25581395%;
    margin: 0 0 1em;
    float: right;
    clear: right;
  }
}
/* ===============================================
	sitepics
=============================================== */
#hide-stock {
  position: relative;
}
.stock {
  width: 100%;
  position: relative;
}
/* ===============================================
	show doctor image on all devices
=============================================== */
/*.home,*/
/*body[class^='meet-the-'],*/
/*body[class^='meet-our-'],*/
body[class~='blog'] #hide-stock {
  display: none;
}
/* END SIDEBAR */
.spotlight-03-04 {
  background-color: #eae1d8;
  background-size: auto;
  background-position: 50% 0%;
  overflow: hidden;
}
/* ===============================================
	spot00 || COMMON SERVICES/CALLOUT-LIKE SECTION EXAMPLE
=============================================== */
.spot03 {
  text-align: center;
  color: #9b8977;
  margin: 0;
  padding: 60px 0 40px;
  position: relative;
  z-index: 410;
}
@media only screen and (min-width: 666px) {
  .spot03 {
    padding: 4.25em 0;
  }
}
@media only screen and (min-width: 1300px) {
  .spot03.ready a {
    opacity: 0;
  }
  .spot03.ready a.first {
    transform: translateX(-100%);
  }
  .spot03.ready a:nth-child(2) {
    transform: translateX(100%);
  }
  .spot03.ready a:nth-child(3) {
    transform: translateX(-100%);
  }
  .spot03.ready a.last {
    transform: translateX(100%);
  }
}
.spot03 .container {
  display: grid;
  justify-content: center;
  gap: 5px;
  grid-template-columns: repeat(2, 32.7em );
  font-size: min(1.45vw, 1em);
  perspective: 2000px;
  -webkit-perspective: 2000px;
  width: 100%;
  max-width: none;
}
@media only screen and (min-width: 666px) {
  .spot03 .container {
    gap: 10px 11px;
  }
}
.spot03 h2.topic {
  line-height: 1;
  font-size: clamp( 12px, 4.55em , 91px );
  text-transform: uppercase;
  color: #1a1a1a;
  width: 96%;
  display: block;
  font-style: italic;
  font-weight: 300;
  position: relative;
  max-width: 21.97802198em;
  margin: 0 auto 0.54945055em;
  text-align: left;
  overflow: hidden;
  mask: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
  -webkit-mask: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
}
@media only screen and (min-width: 768px) {
  .spot03 h2.topic {
    mask: none;
    -webkit-mask: none;
  }
}
@media only screen and (min-width: 1024px) {
  .spot03 h2.topic {
    width: 100%;
  }
}
.spot03 h2.topic .topic__marquee {
  display: flex;
  overflow: hidden;
  white-space: nowrap;
  width: 10.98901099em;
}
@media only screen and (min-width: 768px) {
  .spot03 h2.topic .topic__marquee {
    mask: linear-gradient(to right, transparent 0%, black 10%, black 50%, transparent 100%);
    -webkit-mask: linear-gradient(to right, transparent 0%, black 10%, black 50%, transparent 100%);
  }
}
.spot03 h2.topic .topic__marquee .topic__marquee-slide {
  display: inline-block;
  vertical-align: top;
  padding-right: 0.54945055em;
  width: 5.69230769em;
  animation: marquee 20s linear infinite;
}
.spot03 a {
  color: #fbf8f2;
  max-width: 32.7em;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: opacity 1s ease-in-out, background-color 0.33s ease-in-out;
  background-color: #1a1a1a;
  overflow: hidden;
}
.spot03 a .decoration {
  width: 100%;
  transition: filter 0.33s ease-in-out, opacity 0.33s ease-in-out;
  filter: grayscale(1) blur(0px);
  -webkit-filter: grayscale(1) blur(0px);
  opacity: 0.8;
}
.spot03 a::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(255, 255, 255, 0.7);
  transition: opacity 0.33s ease-in-out;
  opacity: 0;
}
.spot03 a h3.topic {
  line-height: 1;
  font-size: clamp( 12px, 2.2em , 44px );
  text-transform: uppercase;
  color: currentcolor;
  font-weight: 300;
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, 410%);
  z-index: 2;
  transition: color 0.33s ease-in-out, transform 0.33s ease-in-out;
}
.spot03 a:focus,
.spot03 a:hover {
  background-color: #fff;
  color: #af8546;
}
.spot03 a:focus .decoration,
.spot03 a:hover .decoration {
  opacity: 1;
  filter: grayscale(0) blur(6px);
  -webkit-filter: grayscale(0) blur(6px);
}
.spot03 a:focus::before,
.spot03 a:hover::before {
  opacity: 1;
}
.spot03 a:focus h2.topic,
.spot03 a:hover h2.topic {
  transform: translate(0, -50%);
}
.spot03 .spot03-top-line {
  position: absolute;
  top: -1em;
  right: calc(50% + 0em);
  width: 55.6em;
  height: auto;
  pointer-events: none;
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  .spot03 .spot03-top-line {
    right: calc(50% - 4em);
  }
}
@media only screen and (min-width: 2000px) {
  .spot03 .spot03-top-line {
    width: 55%;
  }
}
.spot03 .spot03-btm-line {
  position: absolute;
  bottom: 6em;
  left: calc(50% + 15em);
  width: 27.65em;
  height: auto;
  pointer-events: none;
  z-index: -1;
  display: none;
}
@media only screen and (min-width: 666px) {
  .spot03 .spot03-btm-line {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  .spot03 .spot03-btm-line {
    left: calc(50% + 25em);
  }
}
@media only screen and (min-width: 2000px) {
  .spot03 .spot03-btm-line {
    width: 35%;
  }
}
/* ===============================================
	spot00 || COMMON TESTIMONIAL SLIDESHOW SECTION EXAMPLE
=============================================== */
.spot04 {
  font-size: min(4vw, 1em);
  padding: 3em 0;
  background: #FFF;
}
@media only screen and (min-width: 666px) {
  .spot04 {
    padding: 4.25em 0 5em;
  }
}
.spot04 h2.topic {
  line-height: 1;
  font-size: clamp( 12px, 4.55em , 91px );
  text-transform: uppercase;
  color: #1a1a1a;
  width: 96%;
  display: block;
  font-style: italic;
  font-weight: 300;
  position: relative;
  max-width: 21.97802198em;
  margin: 0 auto 0.32967033em;
  text-align: left;
  overflow: hidden;
  mask: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
  -webkit-mask: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
}
@media only screen and (min-width: 768px) {
  .spot04 h2.topic {
    mask: none;
    -webkit-mask: none;
  }
}
@media only screen and (min-width: 1024px) {
  .spot04 h2.topic {
    width: 100%;
  }
}
.spot04 h2.topic .topic__marquee {
  display: flex;
  overflow: hidden;
  white-space: nowrap;
  width: 10.98901099em;
}
@media only screen and (min-width: 768px) {
  .spot04 h2.topic .topic__marquee {
    mask: linear-gradient(to right, transparent 0%, black 10%, black 50%, transparent 100%);
    -webkit-mask: linear-gradient(to right, transparent 0%, black 10%, black 50%, transparent 100%);
  }
}
.spot04 h2.topic .topic__marquee .topic__marquee-slide {
  display: inline-block;
  vertical-align: top;
  padding-right: 0.54945055em;
  width: 5.46153846em;
  animation: marquee 20s linear infinite;
}
.spot04 h3.topic {
  line-height: 1.19354839;
  font-size: clamp( 12px, 1.55em , 31px );
  text-transform: uppercase;
  color: #af8546;
  width: 90%;
  display: block;
  font-weight: 400;
  max-width: 64.51612903em;
  margin: 0 auto 1.93548387em;
}
@media only screen and (min-width: 768px) {
  .spot04 h3.topic {
    margin-bottom: 4.25806452em;
  }
}
@media only screen and (min-width: 1024px) {
  .spot04 h3.topic {
    text-align: left;
    width: 96%;
  }
}
.spot04 .cycle-slideshow,
.spot04 .spot04-slick {
  color: #1a1a1a;
  width: 96%;
  max-width: 68em;
  margin: 0 auto 1.7em;
  display: block;
  min-height: 12em;
  transition: color 0.33s ease-in-out;
  text-align: left;
  /*minimize layout shift */
}
@media only screen and (max-width: 1023px) {
  .spot04 .cycle-slideshow,
  .spot04 .spot04-slick {
    max-width: 500px;
    width: 90%;
  }
}
.spot04 .cycle-slideshow > div:not(.slick-list),
.spot04 .spot04-slick > div:not(.slick-list) {
  position: absolute;
  opacity: 0;
  transition: opacity 0.33s ease;
}
.spot04 .cycle-slideshow .cycle-slide,
.spot04 .spot04-slick .cycle-slide,
.spot04 .cycle-slideshow .slick-slide,
.spot04 .spot04-slick .slick-slide {
  width: 100%;
  display: block;
  transition: color 0.33s ease-in-out, opacity 0.33s ease-in-out;
}
.spot04 .cycle-slideshow .cycle-slide .slide,
.spot04 .spot04-slick .cycle-slide .slide,
.spot04 .cycle-slideshow .slick-slide .slide,
.spot04 .spot04-slick .slick-slide .slide {
  display: inline-flex !important;
  justify-content: center;
  align-items: flex-start;
  vertical-align: top;
  gap: 1em;
  padding: 0 0 3em;
  transform: translate3d(0, 0, 0);
}
@media only screen and (min-width: 1024px) {
  .spot04 .cycle-slideshow .cycle-slide .slide,
  .spot04 .spot04-slick .cycle-slide .slide,
  .spot04 .cycle-slideshow .slick-slide .slide,
  .spot04 .spot04-slick .slick-slide .slide {
    padding: 0 3.5em 2em;
  }
}
.spot04 .cycle-slideshow .cycle-slide .slide-decor,
.spot04 .spot04-slick .cycle-slide .slide-decor,
.spot04 .cycle-slideshow .slick-slide .slide-decor,
.spot04 .spot04-slick .slick-slide .slide-decor {
  width: 5.6em;
  border-radius: 50%;
}
.spot04 .testimony {
  line-height: 1.2;
  font-size: clamp( 12px, 1.05em , 21px );
  margin: 0 auto 0.47619048em;
  display: block;
}
.spot04 .testifier {
  line-height: 2.86666667;
  font-size: clamp( 12px, 0.75em , 15px );
  text-transform: uppercase;
  font-weight: 500;
  display: block;
  color: #af8546;
  letter-spacing: 0.2em;
}
.spot04 .spotbtn {
  font-size: clamp( 12px, 0.6em , 12px );
  text-align: center;
  text-transform: uppercase;
  color: #1a1a1a;
  width: 12.58333333em;
  border: 1px solid #af8546;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
  transition: color 0.33s ease-in-out;
  overflow: hidden;
  font-weight: 500;
  letter-spacing: 0.16em;
}
@media only screen and (max-width: 1299px) {
  .spot04 .spotbtn {
    line-height: 44px;
    min-width: 44px;
  }
}
@media only screen and (min-width: 1300px) {
  .spot04 .spotbtn {
    line-height: 3.5;
  }
}
.spot04 .spotbtn::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  z-index: -1;
  transform: skew(45deg) translate(-150%, 0) scaleX(1.5);
  transition: transform 0.66s ease;
  will-change: transform;
}
.spot04 .spotbtn:hover,
.spot04 .spotbtn:focus {
  color: #fff;
}
.spot04 .spotbtn:hover::before,
.spot04 .spotbtn:focus::before {
  transform: skew(45deg) translate(0%, 0) scaleX(1.5);
}
/* ===============================================
	spot00 || COMMON SERVICES/CALLOUT-LIKE SECTION EXAMPLE
=============================================== */
.spot05 {
  text-align: center;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 410;
  font-size: min(1em,2vw);
  background: #ccc center / cover no-repeat;
  height: 30em;
}
@media only screen and (min-width: 1300px) and (max-width: 1999px) {
  .spot05 {
    background-size: auto;
  }
}

.spot07 {
  text-align: center;
  color: #af8546;
  margin: 0;
  padding: 3em 0;
  position: relative;
  z-index: 410;
  perspective: 2000px;
  -webkit-perspective: 2000px;
  background: #ccc url(../images/spotlight/spot03-pattern.png) center repeat;
}
@media only screen and (min-width: 666px) {
  .spot07 {
    padding: 4.5em 0 5em;
  }
}

  
.spot07 h2.topic {
  line-height: 1;
  font-size: clamp( 12px, 4.55em , 91px );
  text-transform: uppercase;
  color: #1a1a1a;
  width: 96%;
  display: block;
  font-style: italic;
  font-weight: 300;
  position: relative;
  max-width: 21.97802198em;
  margin: 0 auto 0.32967033em;
  text-align: left;
  overflow: hidden;
  mask: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
  -webkit-mask: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
}
@media only screen and (min-width: 768px) {
  .spot07 h2.topic {
    mask: none;
    -webkit-mask: none;
  }
}
@media only screen and (min-width: 1024px) {
  .spot07 h2.topic {
    width: 100%;
  }
}
.spot07 h2.topic .topic__marquee {
  display: flex;
  overflow: hidden;
  white-space: nowrap;
  width: 10.98901099em;
}
@media only screen and (min-width: 768px) {
  .spot07 h2.topic .topic__marquee {
    mask: linear-gradient(to right, transparent 0%, black 10%, black 50%, transparent 100%);
    -webkit-mask: linear-gradient(to right, transparent 0%, black 10%, black 50%, transparent 100%);
  }
}
.spot07 h2.topic .topic__marquee .topic__marquee-slide {
  display: inline-block;
  vertical-align: top;
  padding-right: 0.54945055em;
  width: 5.46153846em;
  animation: marquee 20s linear infinite;
}
.spot07 h3.topic {
  line-height: 1.19354839;
  font-size: clamp( 12px, 1.55em , 31px );
  text-transform: uppercase;
  color: #af8546;
  width: 90%;
  display: block;
  font-weight: 400;
  max-width: 64.51612903em;
  margin: 0 auto 1.93548387em;
}
@media only screen and (min-width: 768px) {
  .spot07 h3.topic {
    margin-bottom: 4.25806452em;
  }
}
@media only screen and (min-width: 1024px) {
  .spot07 h3.topic {
    text-align: left;
    width: 96%;
  }
}
.spot07 .decoration {
  width: 90%;
  display: block;
  position: relative;
  max-width: 21.85em;
  /*overflow: hidden;*/
  margin: 5px auto;
}
.spot07 .decoration img {
  width: 100%;
}
.spot07 .decoration.deco1,
.spot07 .decoration.deco3 {
  display: none;
}

@media only screen and (min-width: 768px) {
  .spot07 .decoration {
    display: inline-block;
    vertical-align: top;
    margin: 0 -0.5px;
    /*margin-left: 10em;*/
    /*margin-right: 15em;*/
    margin-bottom: 10em;
    font-size: min(1.45vw, 1em);
  }
  .spot07 .decoration.deco1,
  .spot07 .decoration.deco3 {
      display: inline-block;
  }


  .spot07 .decoration.deco1 .one{
    width: 13em;
  }
  .spot07 .decoration.deco1 .two{
    position: absolute;
    left: 6em;
    top: 20em;
    width: 13em;
    z-index: -1;
  }
  .spot07 .decoration.deco1 .thr{
    position: absolute;
    right: 16em;
    top: 3em;
    width: 9em;
    z-index: -1;
  }


  .spot07 .decoration.deco2 .one{
    margin-left: 0em;
    margin-top: 5em;
  }
  .spot07 .decoration.deco2 .two{
    position: absolute;
    left: 15em;
    top: 14em;
  }
  .spot07 .decoration.deco3 .one{
    width: 11em;
	position: absolute;
	top: -1em;
	right: 1em;
  }
  .spot07 .decoration.deco3 .two{
    position: absolute;
    right: 11em;
    top: 1em;
    width: 9em;
  }
}






.spot07 .spotbtn {
  font-size: clamp( 12px, 0.6em , 12px );
  text-align: center;
  text-transform: uppercase;
  color: #1a1a1a;
  width: 12.58333333em;
  border: 1px solid #af8546;
  display: block;
  margin: 4.16666667em auto 0;
  position: relative;
  z-index: 420;
  transition: color 0.33s ease-in-out;
  overflow: hidden;
  font-weight: 500;
  letter-spacing: 0.16em;
}
@media only screen and (max-width: 1299px) {
  .spot07 .spotbtn {
    line-height: 44px;
    min-width: 44px;
  }
}
@media only screen and (min-width: 1300px) {
  .spot07 .spotbtn {
    line-height: 3.5;
  }
}
.spot07 .spotbtn::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  z-index: -1;
  transform: skew(45deg) translate(-150%, 0) scaleX(1.5);
  transition: transform 0.66s ease;
}
.spot07 .spotbtn:hover,
.spot07 .spotbtn:focus {
  color: #fff;
}
.spot07 .spotbtn:hover::before,
.spot07 .spotbtn:focus::before {
  transform: skew(45deg) translate(0%, 0) scaleX(1.5);
}


/* ===============================================
	spot00 || COMMON SERVICES/CALLOUT-LIKE SECTION EXAMPLE
=============================================== */
.spot06 {
  text-align: center;
  color: #af8546;
  margin: 0;
  padding: 3em 0;
  position: relative;
  z-index: 410;
  perspective: 2000px;
  -webkit-perspective: 2000px;
  background-color: #fff;
}
@media only screen and (min-width: 666px) {
  .spot06 {
    padding: 4.5em 0 5em;
  }
}
/*.spot06 h2.topic {
  line-height: 1;
  font-size: min(3.9em,11.5vw);
  text-transform: uppercase;
  color: #af8546;
  width: 90%;
  margin: 0 auto 1.15384615em;
  display: block;
  font-weight: 300;
}*/


.spot06 h2.topic {
  line-height: 1;
  font-size: clamp( 12px, 4.55em , 91px );
  text-transform: uppercase;
  color: #1a1a1a;
  width: 96%;
  display: block;
  font-style: italic;
  font-weight: 300;
  position: relative;
  max-width: 21.97802198em;
  margin: 0 auto 0.32967033em;
  text-align: left;
  overflow: hidden;
  mask: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
  -webkit-mask: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
}
@media only screen and (min-width: 768px) {
  .spot06 h2.topic {
    mask: none;
    -webkit-mask: none;
  }
}
@media only screen and (min-width: 1024px) {
  .spot06 h2.topic {
    width: 100%;
  }
}
.spot06 h2.topic .topic__marquee {
  display: flex;
  overflow: hidden;
  white-space: nowrap;
  width: 10.98901099em;
}
@media only screen and (min-width: 768px) {
  .spot06 h2.topic .topic__marquee {
    mask: linear-gradient(to right, transparent 0%, black 10%, black 50%, transparent 100%);
    -webkit-mask: linear-gradient(to right, transparent 0%, black 10%, black 50%, transparent 100%);
  }
}
.spot06 h2.topic .topic__marquee .topic__marquee-slide {
  display: inline-block;
  vertical-align: top;
  padding-right: 0.54945055em;
  width: 6.46153846em;
  animation: marquee 20s linear infinite;
}
.spot06 h3.topic {
  line-height: 1.19354839;
  font-size: clamp( 12px, 1.55em , 31px );
  text-transform: uppercase;
  color: #af8546;
  width: 90%;
  display: block;
  font-weight: 400;
  max-width: 64.51612903em;
  margin: 0 auto 1.93548387em;
}
@media only screen and (min-width: 768px) {
  .spot06 h3.topic {
    margin-bottom: 4.25806452em;
  }
}
@media only screen and (min-width: 1024px) {
  .spot06 h3.topic {
    text-align: left;
    width: 96%;
  }
}


.spot06 .decoration {
  width: 90%;
  display: block;
  position: relative;
  max-width: 21.85em;
  overflow: hidden;
  margin: 5px auto;
}
@media only screen and (min-width: 768px) {
  .spot06 .decoration {
    display: inline-block;
    vertical-align: top;
    margin: 0 -0.5px;
    font-size: min(1.45vw, 1em);
  }
}
.spot06 .decoration img {
  width: 100%;
}
.spot06 .decoration::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  backdrop-filter: grayscale(1);
  -webkit-backdrop-filter: grayscale(1);
  transition: transform 0.66s ease-in-out;
}
.spot06 .decoration:hover::after,
.spot06 .decoration:focus::after {
  transform: translate(0%, -100%);
}
.spot06 .spotbtn {
  font-size: clamp( 12px, 0.6em , 12px );
  text-align: center;
  text-transform: uppercase;
  color: #1a1a1a;
  width: 12.58333333em;
  border: 1px solid #af8546;
  display: block;
  margin: 4.16666667em auto 0;
  position: relative;
  z-index: 420;
  transition: color 0.33s ease-in-out;
  overflow: hidden;
  font-weight: 500;
  letter-spacing: 0.16em;
}
@media only screen and (max-width: 1299px) {
  .spot06 .spotbtn {
    line-height: 44px;
    min-width: 44px;
  }
}
@media only screen and (min-width: 1300px) {
  .spot06 .spotbtn {
    line-height: 3.5;
  }
}
.spot06 .spotbtn::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  z-index: -1;
  transform: skew(45deg) translate(-150%, 0) scaleX(1.5);
  transition: transform 0.66s ease;
}
.spot06 .spotbtn:hover,
.spot06 .spotbtn:focus {
  color: #fff;
}
.spot06 .spotbtn:hover::before,
.spot06 .spotbtn:focus::before {
  transform: skew(45deg) translate(0%, 0) scaleX(1.5);
}
/* ==================================================================
	#ft
=================================================================== */
#ft {
  text-align: center;
  color: #fff;
  width: 100%;
  padding: 0;
  background: #1a1a1a;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
}
@media only screen and (min-width: 1300px) {
  #ft.ready #location .mod {
    transform: translate(100%, 0);
    opacity: 0;
  }
  #ft.ready #location .mod .address .marker {
    opacity: 0;
    transition-delay: 0s;
    transition-duration: 0s;
  }
  #ft.ready #location .map {
    transform: translate(-100%, 0);
    opacity: 0;
  }
}
#ft a {
  color: #fff;
  transition: color 0.33s ease-in-out;
}
#ft a:focus,
#ft a:hover {
  color: #9b8977;
}
/* ===============================================
		locations
=============================================== */
#location {
  width: 100%;
  padding: 3em 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 3em;
}
@media only screen and (min-width: 1024px) {
  #location {
    padding: 4.9em 0em 4.3em 0em;
    font-size: min(20px, 5vw);
    flex-direction: row-reverse;
    gap: 6em;
  }
}
@media only screen and (min-width: 1300px) {
  #location {
    padding-right: 4.9em;
  }
}
#location .map {
  display: block;
  width: 90%;
  max-width: 20em;
  transition: transform 1s ease-in-out, opacity 1s ease-in-out;
}
#location .mod {
  display: block;
  text-align: center;
  width: 100%;
  max-width: 15em;
  transition: transform 1s ease-in-out, opacity 1s ease-in-out;
}
@media only screen and (min-width: 1024px) {
  #location .mod {
    text-align: left;
  }
}
#location .logo {
  line-height: 0;
  text-align: center;
  margin: 0 0 1.3em;
  display: inline-block;
  transition: opacity 0.33s ease-in-out;
  margin-left: 0.2em;
}
#location .logo:focus {
  opacity: 0.51;
}
#location .logo svg {
  width: 13.5em;
  height: 1em;
}
#location .logo svg path {
  fill: #af8546;
}
#location .phone {
  font-size: clamp( 12px, 0.95em , 19px );
  display: block;
  margin-bottom: 0.8em;
}
@media only screen and (max-width: 1023px) {
  #location .phone {
    line-height: 44px;
  }
}
@media only screen and (min-width: 1024px) {
  #location .phone {
    line-height: 1.21052632;
  }
}
#location .address {
  font-size: clamp( 12px, 0.8em , 16px );
  margin: 0 auto 1.4em;
  display: block;
}
@media only screen and (max-width: 1023px) {
  #location .address {
    line-height: 22px;
  }
}
@media only screen and (min-width: 1024px) {
  #location .address {
    line-height: 1.25;
  }
}
#location .address .marker {
  line-height: 1;
  font-size: 4.125em;
  color: #af8546;
  margin-right: 3.54545455em;
  position: absolute;
  right: 50%;
  z-index: 400;
  transition: transform 0.33s ease-in-out, opacity 1s ease-in-out 1s;
  transform-origin: center bottom;
  top: calc(5.5em + min(55vw, 3.6em));
  margin-right: -0.375em;
}
@media only screen and (min-width: 1024px) {
  #location .address .marker {
    margin-right: 2.8em;
    top: 3.10606061em;
  }
}
@media only screen and (min-width: 1300px) {
  #location .address .marker {
    margin-right: 3.54545455em;
  }
}
#location .address .marker:before {
  color: currentcolor;
  content: '\f041';
}
#location .address .marker:after {
  content: '';
  width: 0.96969697em;
  height: 0.87878788em;
  background: url(../images/footer/shadowalt.svg) no-repeat center center;
  bottom: -0.1em;
  left: 0.2em;
  -webkit-filter: blur(0.04125em);
  filter: blur(0.04125em);
  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 .officehours {
  line-height: 0;
  display: block;
  margin-bottom: 0.5em;
}
#location .officehours .days,
#location .officehours .hours {
  line-height: 1.38461538;
  font-size: clamp( 12px, 0.65em , 13px );
}
#location .socialmedia {
  line-height: 0;
  text-align: center;
  width: 100%;
  height: auto;
  margin: 0 0 0.5em;
  padding: 0;
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 1024px) {
  #location .socialmedia {
    justify-content: flex-start;
    margin-left: -0.4em;
  }
}
#location .socialmedia a {
  font-size: clamp( 12px, 0.55em , 11px );
  color: #e2d6ca;
  min-width: 24px;
  min-height: 24px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: transform 0.66s ease-in-out, color 0.66s ease-in-out;
}
@media only screen and (max-width: 1023px) {
  #location .socialmedia a {
    line-height: 44px;
    font-size: 20px;
    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;
  transition: transform 0.66s ease-in-out;
}
#location .socialmedia a:hover,
#location .socialmedia a:focus {
  color: #af8546;
}
#location .socialmedia a:hover .icon,
#location .socialmedia a:focus .icon {
  transform: scale(1.4) rotateY(360deg);
}
#location .spotbtn {
  font-size: clamp( 12px, 0.6em , 12px );
  text-align: center;
  text-transform: uppercase;
  color: #fbf8f2;
  width: 20.08333333em;
  border: 1px solid currentColor;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
  transition: color 0.33s ease-in-out;
  overflow: hidden;
  font-weight: 500;
  letter-spacing: 0.16em;
}
@media only screen and (max-width: 1299px) {
  #location .spotbtn {
    line-height: 44px;
    min-width: 44px;
  }
}
@media only screen and (min-width: 1300px) {
  #location .spotbtn {
    line-height: 3.5;
  }
}
#location .spotbtn::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #af8546;
  z-index: -1;
  transform: skew(45deg) translate(-150%, 0) scaleX(1.5);
  transition: transform 0.66s ease;
}
#location .spotbtn:hover,
#location .spotbtn:focus {
  color: #fff;
}
#location .spotbtn:hover::before,
#location .spotbtn:focus::before {
  transform: skew(45deg) translate(0%, 0) scaleX(1.5);
}
/* ==================================================================
		#links
=================================================================== */
#links {
  text-align: center;
  color: #fbf8f2;
  margin: 0;
  background: #1a1a1a;
  position: relative;
  z-index: 420;
}
@media only screen and (max-width: 1023px) {
  #links {
    padding: 2em 0;
    margin-top: -1px;
  }
}
@media only screen and (min-width: 1024px) {
  #links {
    height: 5.8em;
    padding: 0 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: #fbf8f2;
  transition: color 0.33s ease-in-out;
}
#links .util a:focus,
#links .util a:hover {
  color: #af8546;
}
#links .util a,
#links .util .divider {
  display: inline-block;
}
@media only screen and (max-width: 330px) {
  #links .util a,
  #links .util .divider {
    display: block;
  }
}
#links .util .divider {
  margin: 0 0.65em;
}
@media only screen and (max-width: 330px) {
  #links .util .divider {
    display: none;
  }
}
/* ===============================================
		sesame link
=============================================== */
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 {
  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;
  }
}
a#backtotop {
  font-size: clamp( 12px, 0.65em , 13px );
  color: #af8546;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: top;
  transition: color 0.33s ease-in-out;
}
@media only screen and (max-width: 1299px) {
  a#backtotop {
    height: 44px;
    width: 22px;
  }
}
@media only screen and (min-width: 1300px) {
  a#backtotop {
    height: 3.38461538em;
    width: 0.92307692em;
  }
}
a#backtotop .icon {
  width: 100%;
  height: auto;
  transition: transform 0.66s ease-in-out, opacity 0.66s ease-in-out;
}
a#backtotop:focus,
a#backtotop:hover {
  color: #fff;
}
a#backtotop:focus .icon,
a#backtotop:hover .icon {
  transform: scale(1.4) rotateY(360deg);
}
/*superlative*/
/************************************************************************************************************************************************/
/* hr element - div.hr */
hr,
.types-of-braces #content div.clear {
  font-size: inherit;
  width: 100%;
  margin: 1.58em 0;
  height: 1px;
  background: #757474;
  border: none;
  display: block;
}
.brushing-and-flossing .content-text hr {
  float: left;
}
/* ===============================================
	Form Buttons
=============================================== */
form button {
  letter-spacing: normal;
  font-size: 12px;
  text-transform: uppercase;
  color: #1a1a1a;
  height: 44px;
  padding: 0 1.5em;
  background: none;
  border: 1px solid #af8546;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out, border-color 0.33s ease-in-out;
  overflow: hidden;
  font-weight: 500;
  letter-spacing: 0.16em;
  position: relative;
  z-index: 1;
}
form button::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #1a1a1a;
  z-index: -1;
  transform: skew(45deg) translate(-150%, 0) scaleX(1.5);
  transition: transform 0.66s ease;
}
form button:hover,
form button:focus {
  color: #fff;
}
form button:hover::before,
form button:focus::before {
  transform: skew(45deg) translate(0%, 0) scaleX(1.5);
}
form p {
  height: auto;
}
form.full label select {
  padding-top: 0.15em;
  height: 40px;
}
/* ===============================================
	skip link styles
=============================================== */
.skiplink {
  line-height: 2;
  font-size: 12px;
  color: #fff;
  padding: 0.5em 1em;
  background-color: #9b8977;
  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;
}
/* ===============================================
	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: #af8546;
  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: #9b8977;
}
/* ===============================================
	.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 #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( 41.81818182em , 90% );
    }
  }
  @media only screen and (min-width: 1300px) {
    .embed-container,
    .embed-container.ratio16x9 {
      max-width: min( 41.81818182em , 1200px );
    }
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
form input:focus,
form select:focus {
  outline: 2px solid #9b8977;
  outline-offset: 2px;
}
form input[type='checkbox'] {
  display: inline-block;
  vertical-align: top;
  width: auto !important;
}
a:focus,
button:focus {
  outline: 2px solid #9b8977;
  outline-offset: 2px;
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
