/* 
 Site Manager Version: 14.2.0
 Date Created: April 2025
 Account: polan-marya
 Written by: Ricky Rivas
 Sesame Communications - All rights reserved. C2025
 Any reproduction or intentional misuse is strictly prohibited
*/
/* ===============================================
              options
 =============================================== */
/* ===============================================
                    colors
 =============================================== */
/* ===============================================
					fonts
=============================================== */
/* roboto-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v47-latin-regular.woff2') format('woff2');
}
/* roboto-italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/roboto-v47-latin-italic.woff2') format('woff2');
}
/* roboto-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-v47-latin-700.woff2') format('woff2');
}
/* roboto-700italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/roboto-v47-latin-700italic.woff2') format('woff2');
}
/* nunito-sans-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/nunito-sans-v15-latin-regular.woff2') format('woff2');
}
/* nunito-sans-italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Nunito Sans';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/nunito-sans-v15-latin-italic.woff2') format('woff2');
}
/* nunito-sans-600 - latin */
@font-face {
  font-display: swap;
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/nunito-sans-v15-latin-600.woff2') format('woff2');
}
/* nunito-sans-600italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Nunito Sans';
  font-style: italic;
  font-weight: 600;
  src: url('../fonts/nunito-sans-v15-latin-600italic.woff2') format('woff2');
}
/* nunito-sans-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/nunito-sans-v15-latin-700.woff2') format('woff2');
}
/* nunito-sans-700italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Nunito Sans';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/nunito-sans-v15-latin-700italic.woff2') format('woff2');
}
/* nunito-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/nunito-v26-latin-regular.woff2') format('woff2');
}
/* nunito-italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/nunito-v26-latin-italic.woff2') format('woff2');
}
/* nunito-500 - latin */
@font-face {
  font-display: swap;
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/nunito-v26-latin-500.woff2') format('woff2');
}
/* nunito-500italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 500;
  src: url('../fonts/nunito-v26-latin-500italic.woff2') format('woff2');
}
/* nunito-600 - latin */
@font-face {
  font-display: swap;
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/nunito-v26-latin-600.woff2') format('woff2');
}
/* nunito-600italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 600;
  src: url('../fonts/nunito-v26-latin-600italic.woff2') format('woff2');
}
/* nunito-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/nunito-v26-latin-700.woff2') format('woff2');
}
/* nunito-700italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/nunito-v26-latin-700italic.woff2') format('woff2');
}
/* birthstone-bounce-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Birthstone Bounce';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/birthstone-bounce-v11-latin-regular.woff2') format('woff2');
}
/* parisienne-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Parisienne';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/parisienne-v13-latin-regular.woff2') format('woff2');
}
/* ==================================================================
Basic Stylings
These will affect every size of the site.
================================================================== */
html {
  scroll-behavior: smooth;
}
/* ===============================================
	body 
=============================================== */
body,
input,
select,
textarea {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
}
form button,
button {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
}
svg {
  display: inline-block;
}
body {
  color: #000;
  background: #f4efe8;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 1300px) {
  body {
    font-size: 20px;
  }
}
/* ===============================================
	links 
=============================================== */
a {
  text-decoration: none;
}
#content a {
  color: #34312f;
  text-decoration: underline;
  transition: color 0.33s ease-in-out;
  font-weight: 700;
  font-size: 0.84210526em;
  font-family: 'Nunito', Helvetica, Arial, sans-serif;
}
#content a:focus,
#content a:hover {
  color: #807164;
  text-decoration: underline;
}
/* ===============================================
	h family || hfam 
=============================================== */
h1,
h2:not(.topic),
h3:not(.topic),
h4,
h5,
h6 {
  line-height: 1;
  text-align: left;
  color: #807164;
  text-rendering: auto;
  margin: 0 0 1.44em;
  text-transform: uppercase;
  font-weight: 400;
  font-family: 'Nunito Sans', Helvetica, Arial, sans-serif;
}
.sub h1 {
  font-size: 10vw;
  text-transform: uppercase;
  margin-bottom: 0.55882353em;
  color: #34312f;
  font-family: 'Nunito', Helvetica, Arial, sans-serif;
  font-weight: 500;
  letter-spacing: 0.16em;
}
@media only screen and (min-width: 480px) {
  .sub h1 {
    font-size: 3.4em;
  }
}
.home h1 {
  font-size: min(68px, 18vw);
  text-align: center;
  margin: 0 0 0.325em 0.1em;
  color: #34312f;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-family: 'Nunito', Helvetica, Arial, sans-serif;
}
@media only screen and (min-width: 1024px) {
  .home h1 {
    font-size: 3.4em;
  }
}
.home h1 .trait {
  display: block;
}
.home h1 .trait.top {
  line-height: 1.60714286;
  font-size: 0.41176471em;
  text-transform: none;
  font-family: "Birthstone Bounce", cursive;
  letter-spacing: normal;
  margin-left: -0.4em;
}
.home h1 .trait.bottom {
  line-height: 0.78571429;
  font-size: 0.41176471em;
  letter-spacing: 0.16em;
  margin-left: -0.2em;
}
h2:not(.topic) {
  font-size: 1.31578947em;
  font-weight: 500;
  font-family: 'Nunito', Helvetica, Arial, sans-serif;
}
h3:not(.topic) {
  font-size: 1.21052632em;
}
h4 {
  font-size: 1.10526316em;
}
h5 {
  font-size: 1.05263158em;
}
h6 {
  font-size: 1em;
}
/* ===============================================
	containers
=============================================== */
.container {
  max-width: 64.5em;
}
@media only screen and (min-width: 1300px) {
  .container {
    width: 90%;
  }
}
/* ===============================================
	list styles - global overrides
=============================================== */
.what-sets-us-apart #content ol,
.meet-the-team #content ol,
.our-office #content ol,
.office-tour #content ol,
body[class*='-after'] #content ol {
  margin: 0;
}
#content ul li {
  list-style: disc outside;
}
/* ==================================================================
	masthead
=================================================================== */
.masthead-banner {
  background-color: #fff;
  color: #807164;
  text-align: center;
  z-index: 3001;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  /* went this route bc safari renders the lh differently :( */
  height: 31px;
  padding-top: 1px;
}
.masthead-banner p {
  line-height: 1;
  font-size: clamp( 12px, 0.6em , 12px );
  font-weight: 600;
  letter-spacing: 0.2em;
  font-family: 'Nunito', Helvetica, Arial, sans-serif;
  margin: 0;
  text-transform: uppercase;
}
#masthead {
  width: 100%;
  min-height: 44px;
  padding: 0;
  background-color: #aca193;
  position: relative;
  z-index: 3000;
  transform: translate3d(0, 0, 0);
}
@media only screen and (max-width: 1023px) {
  #masthead {
    height: 145px;
  }
}
@media only screen and (min-width: 1024px) {
  #masthead {
    font-size: 20px;
    height: 7.25em;
    position: fixed;
    top: 0;
    left: 0;
  }
}
#masthead .container {
  width: calc(100% - 2em);
  max-width: none;
}
/* ===============================================
TRIGGER/NAVICON
=============================================== */
#trigger {
  line-height: 44px;
  color: #fff;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  background: none;
  box-shadow: none;
  border: none;
  -webkit-display: none;
  position: relative;
  display: block;
  z-index: 600;
  transition: color 0.33s ease-in-out;
  cursor: pointer;
}
#trigger:focus-visible {
  color: #807164;
}
.open #trigger .navicon span:nth-child(1) {
  transform: translate(0, 16px) scaleX(0) rotate(0deg);
}
.open #trigger .navicon span:nth-child(4) {
  transform: translate(0, -16px) scaleX(0) rotate(0deg);
}
.open #trigger .navicon span:nth-child(2) {
  transform: translate(0, 0) scaleX(1) rotate(45deg);
}
.open #trigger .navicon span:nth-child(3) {
  transform: translate(0, 0) scaleX(1) rotate(-45deg);
}
#trigger .navicon {
  width: 42px;
  height: 32px;
  display: inline-block;
  vertical-align: -8px;
  position: relative;
}
#trigger .navicon span {
  width: 100%;
  height: 7px;
  margin: auto;
  background: currentcolor;
  display: block;
  position: absolute;
  left: 0;
  opacity: 1;
  transform: translate(0, 0) scaleX(1) rotate(0deg);
  transition: transform 0.3s ease;
  border-radius: 3.5px;
}
#trigger .navicon span:nth-child(1) {
  top: 0;
}
#trigger .navicon span:nth-child(2),
#trigger .navicon span:nth-child(3) {
  top: 0;
  bottom: 0;
}
#trigger .navicon span:nth-child(4) {
  bottom: 0;
}
/* ==================================================================
	main-nav
=================================================================== */
#main-nav {
  font-size: 20px;
  text-align: right;
  width: 72px;
  height: calc(100% - 31px);
  margin: 31px 0 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  clear: both;
  /* a{ 
		@media only screen and (max-width: 1023px) { visibility:hidden; } 
	} */
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #main-nav {
    z-index: 777;
  }
}
#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: 0%;
    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;
}
/* ===============================================
TOP LEVEL ITEMS || top ul
=============================================== */
@media only screen and (min-width: 1024px) {
  #main-nav .collapsible > ul > li {
    transition: transform 0.66s ease-in-out, opacity 0.66s ease-in-out;
    transition-delay: 0s;
    transform: translate(0, 100%);
    opacity: 0;
  }
}
#main-nav ul {
  margin: 0;
  padding: 38px 73px 50px 45px;
  background-color: #807164;
  position: relative;
  float: right;
  z-index: 550;
}
@media only screen and (min-width: 769px) {
  #main-nav ul {
    border-bottom-left-radius: 150px;
    border-bottom-right-radius: 150px;
  }
}
#main-nav ul::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 3.6em;
  height: 100%;
  width: 1px;
  background-color: #fff;
  transition: transform 0.33s ease;
  border-bottom-right-radius: 1em;
}
@media only screen and (min-width: 769px) {
  #main-nav ul::after {
    height: calc(100% - 21.5px);
  }
}
#main-nav ul li {
  clear: both;
  cursor: pointer;
}
#main-nav ul li a[id] {
  line-height: 44px;
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
  height: 44px;
  margin: 0;
  transition: color 0.33s ease;
  pointer-events: none;
  font-weight: 500;
  font-family: 'Nunito', Helvetica, Arial, sans-serif;
  width: 100%;
  padding: 0 1.15em;
}
@media only screen and (min-width: 1024px) {
  #main-nav ul li a[id] {
    line-height: 38.5px;
    height: 38.5px;
  }
}
#main-nav ul li a[id]:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: currentcolor;
  display: block;
  position: absolute;
  left: 0;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  transform: translate(0, 0) scaleX(0);
  transform-origin: right;
}
@media only screen and (max-width: 1023px) {
  #main-nav ul li a[id]:after {
    bottom: 0px;
  }
}
@media only screen and (min-width: 1024px) {
  #main-nav ul li a[id]:after {
    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(0, 0) scaleX(1);
}
/* ===============================================
Flyout || ul ul
=============================================== */
#main-nav ul ul {
  width: 100%;
  padding: 0;
  background: none;
  border: none;
  float: left;
  transition: visibility 0.33s ease-in-out, padding 0.33s ease-in-out;
}
#main-nav ul ul::after {
  content: none;
}
#main-nav ul ul li {
  height: 0;
  background: none;
  opacity: 0;
  overflow: hidden;
  transition-duration: 0.33s;
}
#main-nav ul ul li:focus-within {
  overflow: visible;
}
#main-nav ul ul li a {
  line-height: 44px;
  font-size: clamp( 12px, 0.75em , 15px );
  color: #fff;
  width: 100%;
  height: 44px;
  margin: 0;
  padding: 0 32px 0 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-weight: 500;
  font-family: 'Nunito', Helvetica, Arial, sans-serif;
}
@media only screen and (min-width: 1024px) {
  #main-nav ul ul li a {
    line-height: 2.33333333em;
    height: 2.33333333em;
  }
}
#main-nav ul ul li a::after {
  content: '';
  display: block;
  width: 1.53333333em;
  height: 1px;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%) scaleX(0);
  transform-origin: right;
  transition: transform 0.33s ease;
}
#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(0, -50%) scaleX(1);
}
/* ===============================================
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: 0 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) {
  #main-nav.open .collapsible {
    transition-duration: 0.33s;
    transition-timing-function: ease;
    transform: translate(0, 0);
    visibility: visible;
    pointer-events: auto;
    opacity: 1;
  }
  #main-nav.open ul {
    display: inline-block;
  }
  #main-nav.open ul li {
    display: block;
    opacity: 1;
    transform: translate(0, 0);
    transition-delay: calc(var(--index)*0.1s);
  }
  #main-nav.open ul ul {
    visibility: hidden;
  }
  #main-nav.open ul .clicked ul {
    padding: 0 0 0.55em;
    visibility: visible;
  }
  #main-nav.open ul .clicked ul li {
    transition-delay: 0s;
    height: 44px;
    height: 1.75em;
    opacity: 1;
  }
  #main-nav .collapsible {
    width: 315px;
    position: absolute;
    top: 0%;
    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;
  }
  #main-nav ul li a[id] {
    pointer-events: none;
  }
  #main-nav ul li a[id].home {
    pointer-events: auto;
  }
}
/* ==================================================================
	header
=================================================================== */
#hd {
  text-align: center;
  color: #34312f;
  height: calc(100% - 31px);
  padding: 0;
  position: relative;
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  #hd {
    text-align: right;
    padding-right: 92px;
  }
}
@media only screen and (min-width: 1024px) {
  #hd {
    z-index: 3000;
    padding-right: 3.25em;
  }
}
#hd .container {
  height: 100%;
  pointer-events: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  #hd .container {
    width: 100%;
  }
}
#hd .container::before,
#hd .container::after {
  content: none;
}
#hd .mod {
  justify-content: center;
  z-index: 420;
  transform: translate3d(0, 0, 0);
}
@media only screen and (max-width: 767px) {
  #hd .mod {
    transition-property: transform, opacity;
    transition-duration: 0.6s, 0.9s;
    transition-timing-function: ease-in-out;
    display: flex;
    flex-direction: column;
    width: 73px;
    gap: 0px;
    position: absolute;
    top: calc(100% + 0px);
    right: 0;
    transition-delay: 0.24s;
  }
  #hd .mod.mobtron {
    transform: translate3d(0, 0, 777px);
    transition-duration: 0s;
    transition-delay: 0s;
    pointer-events: none;
    opacity: 0;
  }
  #hd .mod.mobtron * {
    pointer-events: none;
  }
  #hd .mod.mobtron:focus-within {
    transform: translate3d(0, 0, 777px);
    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: 768px) {
  #hd .mod {
    gap: 10px;
    display: inline-flex;
    vertical-align: top;
    transition: transform 0.33s ease;
  }
}
@media only screen and (min-width: 1024px) {
  #hd .mod:not(.mobtron) {
    transform: translate(-62%, 0);
  }
}
@media only screen and (min-width: 1300px) {
  #hd .mod:not(.mobtron) {
    transform: translate(-67%, 0);
  }
}
/* ===============================================
	logo
=============================================== */
#logo {
  line-height: 0;
  width: 12.85em;
  margin: 0 0 0 4%;
  display: block;
  font-size: 0.85em;
  pointer-events: auto;
}
@media only screen and (min-width: 666px) and (max-width: 767px) {
  #logo {
    margin-left: 32px;
  }
}
@media only screen and (min-width: 768px) {
  #logo {
    margin-left: 2%;
  }
}
@media only screen and (min-width: 1024px) {
  #logo {
    font-size: inherit;
    margin: 0;
  }
}
@media only screen and (min-width: 1300px) {
  #logo {
    margin-top: 0.4em;
  }
}
#logo a {
  display: inline-block;
  vertical-align: top;
  transition: opacity 0.33s ease-in-out;
}
@media only screen and (max-width: 1023px) {
  #logo a {
    min-height: 44px;
    display: flex;
    align-items: center;
  }
}
#logo a:focus {
  opacity: 0.51;
}
#logo svg {
  width: 12.85em;
  height: 3.65em;
  color: #fff;
}
/* ===============================================
	contact info
=============================================== */
#contactinfo {
  text-align: center;
  width: auto;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  pointer-events: auto;
}
@media only screen and (max-width: 767px) {
  #contactinfo {
    width: 100%;
  }
}
#contactinfo .phone {
  font-size: clamp( 12px, 0.6em , 12px );
  display: inline-block;
  vertical-align: top;
  font-weight: 500;
  text-transform: uppercase;
  border: 1px solid #fff;
  padding: 0 1.33333333em;
  font-family: 'Nunito', Helvetica, Arial, sans-serif;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  #contactinfo .phone {
    line-height: 42px;
    border-radius: 25px;
  }
}
@media only screen and (max-width: 767px) {
  #contactinfo .phone {
    border: none;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    font-size: 25px;
    border-radius: 0px;
    padding: 0;
    width: 100%;
    height: 72px;
    line-height: 74px;
  }
  #contactinfo .phone .cta {
    white-space: nowrap;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }
}
@media only screen and (min-width: 768px) {
  #contactinfo .phone .icon {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  #contactinfo .phone {
    line-height: 2.83333333;
    border-radius: 1.5em;
  }
}
#contactinfo .phone::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #807164;
  z-index: -1;
  transform: translate(-150%, 0) scale(1);
  border-radius: 1.5em;
  transition: transform 0.66s ease-in-out;
}
#contactinfo a {
  color: #fff;
  transition: background-color 0.66s ease-in-out, border-color 0.66s ease-in-out, color 0.66s ease-in-out;
}
@media only screen and (max-width: 1023px) {
  #contactinfo a:focus,
  #contactinfo a:hover {
    color: #807164;
    background-color: #fff;
  }
}
@media only screen and (min-width: 1024px) {
  #contactinfo a:focus,
  #contactinfo a:hover {
    color: #fff;
    border-color: #807164;
    background-color: #807164;
    transition-delay: 0.33s, 0, 0;
  }
  #contactinfo a:focus::before,
  #contactinfo a:hover::before {
    transform: translate(0%, 0) scale(1.01);
    transition-delay: 0, 0.33s;
  }
}
/* ===============================================
	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( 12px, 0.6em , 12px );
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  padding: 0 1.33333333em;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: background-color 0.66s ease-in-out, border-color 0.66s ease-in-out, color 0.66s ease-in-out;
  border: 1px solid #fff;
  font-family: 'Nunito', Helvetica, Arial, sans-serif;
}
@media only screen and (max-width: 1023px) {
  #utilitynav a {
    line-height: 42px;
    border-radius: 25px;
  }
}
@media only screen and (max-width: 767px) {
  #utilitynav a {
    border: 0;
    border-bottom: 1px solid #fff;
    font-size: 25px;
    border-radius: 0px;
    padding: 0;
    width: 100%;
    height: 72px;
    line-height: 72px;
  }
  #utilitynav a .cta {
    white-space: nowrap;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }
}
@media only screen and (min-width: 768px) {
  #utilitynav a .icon {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  #utilitynav a {
    line-height: 2.83333333;
    border-radius: 1.5em;
  }
}
#utilitynav a::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #807164;
  z-index: -1;
  transform: translate(-150%, 0) scale(1);
  border-radius: 1.5em;
  transition: transform 0.66s ease-in-out;
}
@media only screen and (max-width: 1023px) {
  #utilitynav a:focus,
  #utilitynav a:hover {
    background-color: #fff;
    color: #807164;
  }
}
@media only screen and (min-width: 1024px) {
  #utilitynav a:focus,
  #utilitynav a:hover {
    color: #fff;
    border-color: #807164;
    background-color: #807164;
    transition-delay: 0.33s, 0, 0;
  }
  #utilitynav a:focus::before,
  #utilitynav a:hover::before {
    transform: translate(0%, 0) scale(1.01);
    transition-delay: 0, 0.33s;
  }
}
/* ===============================================
	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(52, 49, 47, 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: #807164;
  z-index: 400;
  transform: translate(0, 0) scale(1.44);
}
#hd .socialmedia a .icon,
#masthead > .socialmedia a .icon {
  position: relative;
}
/* ==================================================================
	subnav
=================================================================== */
#subnav {
  text-align: center;
  color: #aea18f;
  padding: 1.9em 0;
  position: relative;
  overflow: hidden;
  z-index: 500;
  background: #353130 linear-gradient(to bottom, #f4efe8 1px, #353130 1px);
}
@media only screen and (max-width: 1299px) {
  #subnav {
    display: none;
  }
}
@media only screen and (min-width: 1300px) {
  #subnav {
    padding-top: 1.85em;
    margin-top: 145px;
  }
}
@media only screen and (max-width: 1299px) {
  #subnav nav {
    width: 100vw;
    display: none;
  }
}
#subnav p {
  font-size: clamp( 12px, 0.65em , 13px );
  margin: 0 auto;
  padding: 0;
  font-family: 'Nunito', Helvetica, Arial, sans-serif;
  font-weight: 500;
  letter-spacing: 0.06em;
  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.61538462;
    width: 71.31782946%;
  }
}
#subnav a {
  color: #aea18f;
  margin: 0 0.8em;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: color 0.33s ease-in-out;
}
@media only screen and (min-width: 1024px) {
  #subnav a {
    margin: 0;
  }
}
#subnav a:focus,
#subnav a:hover,
#subnav a.active {
  color: #f3eadc;
  text-decoration: none;
}
#subnav .divider {
  margin: 0 1em;
  display: inline-block;
  vertical-align: top;
}
/* ==================================================================
	content
=================================================================== */
#bd {
  padding: 3em 0;
  background: #f4efe9;
  position: relative;
  z-index: 400;
}
@media only screen and (min-width: 1024px) {
  #bd {
    padding: 11.5em 0 3em;
  }
}
@media only screen and (min-width: 1300px) {
  #bd {
    padding-top: 4.55em;
  }
}
#bd.sub #content h1 {
  text-align: center;
}
#bd .container {
  width: 90%;
  max-width: 64.5em;
}
#content {
  max-width: 920px;
  display: block;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #content {
    max-width: 70ch;
  }
}
@media only screen and (min-width: 1300px) {
  #content {
    width: 100%;
    max-width: 46em;
  }
}
#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 p {
  text-align: justify;
}
.sidebar-img {
  display: none;
  position: fixed;
  top: 0;
  left: calc(50% + 5em);
  width: 768px;
  z-index: -1;
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  .sidebar-img {
    display: block;
  }
}
@media only screen and (min-width: 1300px) {
  .sidebar-img {
    left: calc(50% + 11.4em);
    min-width: 38.55em;
    width: 38.55em;
  }
}
@media only screen and (min-width: 2000px) {
  .sidebar-img {
    width: 52.75em;
  }
}
/* ==================================================================
	.home content
=================================================================== */
.home #bd {
  padding: 3em 0 0;
  border-bottom: 1px solid #f4efe8;
  background: #f4efe8 url(../images/spotlight/bd-bg-mobile.jpg) center / cover no-repeat;
}
@media only screen and (min-width: 768px) {
  .home #bd {
    padding: 3.05em 0 0;
    background-image: url(../images/spotlight/home-bd-background.jpg);
  }
}
@media only screen and (min-width: 1024px) {
  .home #bd {
    padding-top: 12.5em;
  }
}
@media only screen and (min-width: 1300px) {
  .home #bd {
    padding-top: 10.25em;
  }
  .home #bd.ready .slogan .word {
    opacity: 0;
    transform: translate(0, 10%);
  }
  .home #bd.ready #content {
    opacity: 0;
    transform: translate(0, 10%);
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1999px) {
  .home #bd {
    background-size: auto;
  }
}
@media only screen and (min-width: 2000px) {
  .home #bd {
    background-size: cover !important;
  }
}
.home #bd .container {
  width: calc(100% - 1.5em);
  max-width: 65.75em;
  /* @media only screen and (min-width: 768px) and (max-width: 1299px) { 
			max-width:70ch; 
		} */
}
@media only screen and (min-width: 768px) {
  .home #bd .container {
    width: 96%;
  }
}
.home #bd .slogan {
  line-height: 1.07692308;
  font-size: min(104px, 16vw);
  color: #fff;
  font-family: "Parisienne", cursive;
  white-space: nowrap;
  text-align: center;
  margin: 0 0 0.3em;
  font-weight: 400;
}
@media only screen and (min-width: 1024px) {
  .home #bd .slogan {
    text-align: right;
    position: absolute;
    font-size: min(5.2em, 7vw);
    top: 340px;
    left: calc(50% + 80px );
    margin: 0;
  }
}
@media only screen and (min-width: 1300px) {
  .home #bd .slogan {
    left: calc(50% + 98px );
  }
}
.home #bd .slogan span {
  display: inline-block;
  vertical-align: top;
  transition: transform 0.66s ease-in-out, opacity 0.66s ease-in-out;
  transition-delay: calc(var(--word-index)*0.2s);
}
.home #bd #content {
  transition: transform 1s ease-in-out, opacity 1s ease-in-out;
  transition-delay: 1s;
}
@media only screen and (min-width: 0px) {
  .home #bd #content {
    width: 100%;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    float: none;
    background-color: rgba(243, 234, 220, 0.9);
    padding: 4.1em 10% 2.25em;
    border-top-left-radius: 360px;
    border-top-right-radius: 360px;
  }
  .home #bd #content::after {
    content: '';
    position: absolute;
    top: 1.2em;
    left: 0.9em;
    border: 1px solid #fff;
    height: calc(100% - 1.2em );
    width: calc(100% - 1.8em );
    border-bottom: none;
    border-top-left-radius: 342px;
    border-top-right-radius: 342px;
    z-index: -1;
    pointer-events: none;
    animation: radar-sweep 5s linear forwards;
  }
}
@media only screen and (min-width: 768px) {
  .home #bd #content {
    padding: 4.1em 6em 2.25em;
  }
}
@media only screen and (min-width: 1024px) {
  .home #bd #content {
    max-width: 36em;
    width: 54.75285171%;
    padding: 4.1em 4em 2.25em;
    margin-left: 0;
  }
}
.home #bd #content .content-text {
  line-height: 1.6875;
  perspective: 500px;
}
@media only screen and (min-width: 666px) {
  .home #bd #content .content-text {
    font-size: min(2.3vw, 16px );
  }
}
.home #bd #content .content-text h2 {
  font-size: 1.375em;
  line-height: 1.22727273;
  margin-bottom: 0.6em;
}
.home #bd #content .content-text ol li,
.home #bd #content .content-text ul li {
  margin: 0 0 1.55em 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 a {
  font-size: 1em;
}
.home #bd #content a:hover,
.home #bd #content a:focus {
  text-decoration: none;
}
.home #bd #content p {
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .home #bd #content p {
    text-align: justify;
  }
}
/* ==================================================================
	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: #34312f;
  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: #34312f;
  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: #807164;
}
.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: #807164;
  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: 500;
  font-family: 'Nunito', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #807164;
  transition-duration: 0s;
}
.sitemap #content ul ul li a {
  line-height: 1.68421053;
  font-size: 1em;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  color: #000000;
  margin-left: 0;
}
.sitemap #content a:focus,
.sitemap #content a:hover {
  color: #e3a066;
  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-'],*/
@media only screen and (max-width: 767px) {
  .meet-the-doctor .img-right,
  body[class*='meet-dr-'] .img-right,
  body[class*='meet-doctor-'] .img-right {
    margin-bottom: 3em;
  }
}
body[class~='blog'] #sidebar {
  display: block;
}
body[class~='blog'] #hide-stock {
  display: none;
}
/* END SIDEBAR */
/* ===============================================
	spot00 || COMMON GENERAL INFORMATION SPOTLIGHT SECTION
=============================================== */
.spot01 {
  color: #807164;
  padding: 3em 0;
  background: #ccc center / cover no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: min(20px,6.25vw);
}
@media only screen and (max-width: 1023px) {
  .spot01 {
    flex-direction: column;
    gap: 2em;
  }
}
@media only screen and (min-width: 570px) and (max-width: 1023px) {
  .spot01 {
    background-position: 70% 50%;
  }
}
@media only screen and (min-width: 1024px) {
  .spot01 {
    font-size: min(1.7vw, 1em);
    padding: 4em 0;
    gap: 4.2em;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1299px) {
  .spot01 {
    background-size: 1500px auto;
  }
}
@media only screen and (min-width: 1300px) {
  .spot01 {
    padding-right: 6.5em;
  }
  .spot01.ready .decoration img {
    filter: blur(3px) brightness(80%);
    -webkit-filter: blur(3px) brightness(80%);
  }
  .spot01.ready .decoration .borders span:nth-child(1) {
    transform: scaleX(0);
  }
  .spot01.ready .decoration .borders span:nth-child(2) {
    transform: scaleY(0);
  }
  .spot01.ready h2.topic,
  .spot01.ready p,
  .spot01.ready .spotbtn {
    transform: translate(50%, 0);
    opacity: 0;
    transition-delay: 0s;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1999px) {
  .spot01 {
    background-size: auto;
  }
}
.spot01 .decoration {
  display: block;
  width: 90%;
  max-width: 26em;
  position: relative;
  overflow: hidden;
  box-shadow: 12.5px 21.651px 25px 0px rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 665px) {
  .spot01 .decoration {
    margin-bottom: 1em;
  }
}
.spot01 .decoration img {
  transition: filter 1s ease-in-out;
  width: 100%;
}
.spot01 .decoration .borders span {
  display: block;
  position: absolute;
  width: calc(100% - 2em);
  height: calc(100% - 2em);
  top: 1em;
  left: 1em;
  z-index: 1;
  transition: transform 1s ease-in-out, opacity 1s ease-in-out;
}
.spot01 .decoration .borders span:nth-child(1) {
  --index: 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.spot01 .decoration .borders span:nth-child(2) {
  --index: 1;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}
.spot01 .mod {
  width: 90%;
  max-width: 21em;
  padding: 0;
  display: contents;
  text-align: left;
}
@media only screen and (max-width: 1023px) {
  .spot01 .mod .inner-mod {
    width: 90%;
    max-width: 26em;
  }
}
@media only screen and (min-width: 1024px) {
  .spot01 .mod {
    display: block;
    padding: 2.8em 0 0;
  }
}
.spot01 h2.topic {
  line-height: 1;
  font-size: clamp( 12px, 1.95em , 39px );
  text-transform: uppercase;
  color: #34312f;
  font-weight: 500;
  font-family: 'Nunito', Helvetica, Arial, sans-serif;
  letter-spacing: 0.19em;
  margin: 0 0 0.45em -0.1em;
  order: -1;
  transition: transform 1s ease-in-out, opacity 1s ease-in-out;
  transition-delay: calc(0.66s + var(--index)*0.33s);
}
@media only screen and (max-width: 1023px) {
  .spot01 h2.topic {
    width: 90%;
    max-width: 13.33333333em;
    margin: 0;
  }
}
.spot01 .info {
  line-height: 1.52941176;
  font-size: clamp( 12px, 0.85em , 17px );
  margin: 0 0 2.35294118em;
  font-family: 'Nunito', Helvetica, Arial, sans-serif;
  transition: transform 1s ease-in-out, opacity 1s ease-in-out;
  transition-delay: calc(0.66s + var(--index)*0.33s);
}
.spot01 .spotbtn {
  font-size: clamp( 12px, 0.7em , 14px );
  text-align: center;
  text-transform: uppercase;
  color: #807164;
  border: 1px solid #807164;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: top;
  position: relative;
  z-index: 420;
  transition: color 0.66s ease-in-out 0s, background-color 0.33s ease-in-out 0s, transform 1s ease-in-out calc(0.66s + var(--index)*0.33s), opacity 1s ease-in-out calc(0.66s + var(--index)*0.33s);
  overflow: hidden;
  padding: 0 1.53571429em;
  font-weight: 500;
  font-family: 'Nunito', Helvetica, Arial, sans-serif;
  letter-spacing: 0.2em;
  border-radius: 22px;
}
@media only screen and (max-width: 1299px) {
  .spot01 .spotbtn {
    line-height: 42px;
    min-width: 44px;
  }
}
@media only screen and (min-width: 1300px) {
  .spot01 .spotbtn {
    height: 3em;
    margin-left: -0.2em;
  }
}
.spot01 .spotbtn::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #807164;
  z-index: -1;
  transform: translate(-150%, 0) scale(1);
  border-radius: 1.57142857em;
  transition: transform 0.66s ease-in-out;
}
.spot01 .spotbtn:hover,
.spot01 .spotbtn:focus {
  color: #fff;
  background-color: #807164;
  transition-delay: 0.33s;
}
.spot01 .spotbtn:hover::before,
.spot01 .spotbtn:focus::before {
  transform: translate(0%, 0) scale(1.01);
  transition-delay: 0, 0.33s;
}
/* ===============================================
	spot00 || COMMON SERVICES/CALLOUT-LIKE SECTION EXAMPLE
=============================================== */
.spot02 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #807164;
  padding: 2em 0;
  margin: 0;
  position: relative;
  z-index: 410;
  background-color: #f4efe8;
}
@media only screen and (max-width: 665px) {
  .spot02 {
    font-size: min(1em, 4vw);
    flex-direction: column;
    gap: 1em;
  }
}
@media only screen and (min-width: 666px) {
  .spot02 {
    padding: 3.75em 6vw;
    flex-wrap: wrap;
    gap: 2.85em;
    font-size: min(1em, 1.8vw);
  }
}
@media only screen and (min-width: 1024px) {
  .spot02 {
    padding: 5em 0 5.15em;
    font-size: min(1em, 1.1vw);
  }
}
@media only screen and (min-width: 1300px) {
  .spot02.ready a .icon {
    transform: translate(0, -100%);
    opacity: 0;
    transition-delay: 0s;
  }
  .spot02.ready a h2.topic {
    transform: translate(0, 100%);
    opacity: 0;
    transition-delay: 0s;
  }
}
.spot02 a {
  color: #34312f;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 2em;
  position: relative;
  transition: background-color 0.33s ease-in-out;
  transform: translate3d(0, 0, 0);
}
@media only screen and (max-width: 1023px) {
  .spot02 a {
    width: 21em;
    height: 21em;
  }
}
@media only screen and (min-width: 1024px) {
  .spot02 a {
    width: 17.5em;
    height: 18.5em;
  }
  .spot02 a:nth-child(2) {
    width: 21em;
  }
}
.spot02 a::after,
.spot02 a::before {
  content: '';
  display: block;
  position: absolute;
  width: calc(100% - 2em);
  height: calc(100% - 2em);
  transition: transform 0.66s ease-in-out;
  top: 1em;
  left: 1em;
  z-index: 1;
  pointer-events: none;
}
.spot02 a::before {
  border-left: 1px solid #807164;
  border-right: 1px solid #807164;
  transform: scaleY(0);
}
.spot02 a::after {
  border-top: 1px solid #807164;
  border-bottom: 1px solid #807164;
  transform: scaleX(0);
}
.spot02 a .icon {
  width: 6.25em;
  color: #807164;
  transition: transform 1s ease-in-out, opacity 1s ease-in-out;
  transition-delay: calc(var(--index)*0.33s);
}
.spot02 a .icon svg {
  width: 100%;
  height: auto;
  transition: transform 0.66s ease-in-out;
}
.spot02 a h2.topic {
  line-height: 1.21428571;
  font-size: clamp( 12px, 1.4em , 28px );
  color: currentcolor;
  width: 100%;
  display: block;
  text-transform: uppercase;
  font-weight: 500;
  font-family: 'Nunito', Helvetica, Arial, sans-serif;
  letter-spacing: 0.2em;
  white-space: nowrap;
  padding-left: 0.2em;
  transition: transform 1s ease-in-out, opacity 1s ease-in-out;
  transition-delay: calc(var(--index)*0.33s);
}
.spot02 a:hover,
.spot02 a:focus {
  background-color: rgba(255, 255, 255, 0.8);
}
.spot02 a:hover .icon svg,
.spot02 a:focus .icon svg {
  animation: fa-flip 0.66s ease-in-out both;
}
.spot02 a:hover::before,
.spot02 a:focus::before {
  transform: scaleY(1);
}
.spot02 a:hover::after,
.spot02 a:focus::after {
  transform: scaleX(1);
}
/* ==================================================================
	#ft
=================================================================== */
#ft {
  text-align: center;
  color: #fff;
  width: 100%;
  padding: 0;
  background: #ccc no-repeat center center;
  background-size: cover;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
}
@media only screen and (min-width: 1300px) {
  #ft {
    background-size: auto 100%;
  }
  #ft.ready #location {
    opacity: 0;
  }
}
#ft a {
  color: #fff;
  transition: color 0.33s ease-in-out;
}
#ft a:focus,
#ft a:hover {
  color: #000;
}
/* ===============================================
		locations
=============================================== */
#location {
  width: 100%;
  padding: 3em 0;
  background-color: rgba(172, 161, 147, 0.9);
  display: block;
  transition: opacity 1s ease-in-out;
}
@media only screen and (min-width: 1024px) {
  #location {
    padding: 0;
    background: none;
    width: calc(50% - 2px);
    margin-left: calc(50% + 2px);
  }
}
#location .mod {
  text-align: center;
  width: 100%;
  max-width: 33em;
  display: block;
  margin: 0 auto;
}
@media only screen and (min-width: 1024px) {
  #location .mod {
    background-color: #aca193;
    margin: 0;
    padding: 7.55em 0 5.65em;
  }
}
#location .logo {
  line-height: 0;
  text-align: center;
  margin: 0 auto 2.2em;
  display: block;
  transition: opacity 0.33s ease-in-out;
  max-width: 22.1em;
  width: 90%;
}
#location .logo:focus {
  opacity: 0.51;
}
#location .logo svg {
  width: 100%;
  height: auto;
}
#location .logo svg path {
  fill: #fff;
}
#location .logo svg path[stroke] {
  stroke: #fff;
}
#location .phone {
  font-size: clamp( 12px, 0.95em , 19px );
  display: block;
  font-family: 'Nunito', Helvetica, Arial, sans-serif;
  font-weight: 500;
  margin-bottom: 0.75em;
}
@media only screen and (max-width: 767px) {
  #location .phone {
    line-height: 44px;
  }
}
@media only screen and (min-width: 768px) {
  #location .phone {
    line-height: 1.36842105;
  }
}
#location .address {
  font-size: clamp( 12px, 0.75em , 15px );
  margin: 0 auto 1.8em;
  display: block;
  font-family: 'Nunito Sans', Helvetica, Arial, sans-serif;
  font-weight: 400;
}
@media only screen and (max-width: 1023px) {
  #location .address {
    line-height: 22px;
  }
}
@media only screen and (min-width: 1024px) {
  #location .address {
    line-height: 1.33333333;
  }
}
#location .address .marker {
  line-height: 1;
  font-size: 4.4em;
  color: #817065;
  position: absolute;
  margin-right: 7.825em;
  top: 3.9em;
  right: 50%;
  z-index: 400;
  transition: transform 0.33s ease-in-out;
  transform-origin: center bottom;
}
@media only screen and (max-width: 1023px) {
  #location .address .marker {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  #location .address .marker {
    display: block;
  }
}
@media only screen and (min-width: 1300px) {
  #location .address .marker {
    margin-right: 7.66666667em;
    top: 3.8030303em;
  }
}
#location .address .marker:before {
  color: currentcolor;
}
#location .address .marker:after {
  content: '';
  width: 1.10606061em;
  height: 1.01515152em;
  background: url(../images/footer/shadowalt.svg) no-repeat center center;
  bottom: -0.15em;
  left: 0.2em;
  z-index: -1;
  background-size: cover;
  position: absolute;
  pointer-events: none;
}
#location .address:focus .marker,
#location .address:hover .marker {
  transform: translate(0, 0) scale(2);
}
#location .socialmedia {
  line-height: 0;
  text-align: center;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
#location .socialmedia a {
  font-size: clamp( 12px, 0.55em , 11px );
  min-width: 24px;
  min-height: 24px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: transform 0.33s ease-in-out, color 0.33s ease-in-out;
}
@media only screen and (max-width: 1023px) {
  #location .socialmedia a {
    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;
}
/* ==================================================================
		#links
=================================================================== */
#links {
  text-align: center;
  color: #000;
  margin: 0;
  background-color: #f4efe9;
  position: relative;
  z-index: 420;
}
@media only screen and (max-width: 1299px) {
  #links {
    padding: 2em 0;
  }
}
@media only screen and (min-width: 1300px) {
  #links {
    height: 5.1em;
    padding: 1.45em 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: #807164;
  transition: color 0.33s ease-in-out;
  font-family: 'Nunito Sans', Helvetica, Arial, sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  padding: 0 0.8em;
}
@media only screen and (max-width: 340px) {
  #links .util a {
    letter-spacing: 0.01em;
  }
}
@media only screen and (min-width: 480px) {
  #links .util a {
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0.1em;
  }
}
#links .util a:focus,
#links .util a:hover {
  color: #000;
}
/* ===============================================
		sesame link
=============================================== */
a#sesame-link .sesameicon {
  width: 1.33333333em;
  height: 1.16666667em;
  margin-right: 0.83333333em;
  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;
    display: inline-block;
    vertical-align: top;
    padding: 0 0.55em;
  }
}
@media only screen and (min-width: 1024px) {
  #btt {
    margin-right: -0.4em;
  }
}
a#backtotop {
  font-size: clamp( 12px, 0.6em , 12px );
  color: #34312f;
  display: inline-block;
  vertical-align: top;
  transition: color 0.33s ease-in-out, text-shadow 0.33s ease-in-out;
  text-shadow: 0 0.7px 0 currentColor;
}
@media only screen and (max-width: 1299px) {
  a#backtotop {
    line-height: 44px;
  }
}
@media only screen and (min-width: 1300px) {
  a#backtotop {
    line-height: 3.66666667;
  }
}
a#backtotop .icon {
  transition: transform 0.33s ease-in-out;
}
a#backtotop:focus,
a#backtotop:hover {
  color: #807164;
  text-shadow: 0 5px 0 currentColor;
}
a#backtotop:focus .icon,
a#backtotop:hover .icon {
  transform: translate(0, -50%) rotateY(180deg) scale(1.2);
}
/*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 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #807164;
  height: 44px;
  padding: 0 1.5em;
  background-color: transparent;
  border: 1px solid #807164;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: color 0.33s ease-in-out, border-color 0.33s ease-in-out, background-color 0.33s ease-in-out;
  font-family: 'Nunito', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  border-radius: 22px;
}
form button::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #807164;
  z-index: -1;
  border-radius: 22px;
  transform: translate(-150%, 0) scale(1);
  transition: transform 0.66s ease-in-out;
}
form button:hover,
form button:focus {
  color: #fff;
  background-color: #807164;
  transition-delay: 0.33s;
}
form button:hover::before,
form button:focus::before {
  transform: translate(0%, 0) scale(1.01);
}
form p {
  height: auto;
}
/* ===============================================
	skip link styles
=============================================== */
.skiplink {
  line-height: 2;
  font-size: 12px;
  color: #fff;
  padding: 0.5em 1em;
  background-color: #807164;
  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: #34312f;
  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: #807164;
}
/* ===============================================
	.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( 48.42105263em , 90% );
    }
  }
  @media only screen and (min-width: 1300px) {
    .embed-container,
    .embed-container.ratio16x9 {
      max-width: min( 48.42105263em , 1200px );
    }
  }
}
