/* 
 Site Manager Version: 14.2.0
 Date Created: September 2024
 Account: gregg-joseph
 Written by: Ricky Rivas
 Sesame Communications - All rights reserved. C2024
 Any reproduction or intentional misuse is strictly prohibited
*/
/* ===============================================
              options
 =============================================== */
/* ===============================================
                    colors
 =============================================== */
/* ===============================================
					fonts
=============================================== */
/* Rage - logo font */
@font-face {
  font-display: swap;
  font-family: 'Rage Italic';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/RAGE_1.TTF') format('truetype');
}
/* ===============================================
Basic Stylings
These will affect every size of the site.
=============================================== */
/* resets */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* GLOBAL OVERRIDES */
.fab,
.fas,
.fal,
.far,
.fad {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: 0;
}
/* ===============================================
	body 
=============================================== */
body,
input,
select,
textarea {
  font-family: 'Mulish', Helvetica, Arial, sans-serif;
}
form button,
button {
  font-family: 'Mulish', Helvetica, Arial, sans-serif;
}
svg {
  display: inline-block;
}
body {
  font-size: 15px;
  color: #252f39;
  background: #ccc;
  background: #f3f0e9;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 1300px) {
  body {
    font-size: 20px;
  }
}
/* ===============================================
	links 
=============================================== */
a {
  text-decoration: none;
}
#content a {
  color: #9a8964;
  text-decoration: none;
  transition: color 0.33s ease-in-out;
}
#content a:hover {
  color: grey;
  text-decoration: underline;
}
/* ===============================================
	h family || hfam 
=============================================== */
h1,
h2:not(.topic),
h3:not(.topic),
h4,
h5,
h6 {
  line-height: 1;
  text-align: left;
  color: #252f39;
  text-rendering: auto;
  margin: 0 0 1.44em;
  text-transform: uppercase;
  font-weight: 400;
}
.sub h1 {
  font-size: 10vw;
  font-weight: 200;
  margin-bottom: 0.5em;
  color: #252f39;
}
@media only screen and (min-width: 480px) {
  .sub h1 {
    font-size: 3.4em;
  }
}
.home h1 {
  font-size: 12vw;
  margin: 0 0 0.15em;
  font-weight: 200;
}
@media only screen and (min-width: 540px) {
  .home h1 {
    font-size: 4.5em;
  }
}
@media only screen and (min-width: 1300px) {
  .home h1 {
    white-space: nowrap;
  }
}
.home h1 .trait {
  display: block;
}
.home h1 .trait.top {
  line-height: 1;
  font-size: 0.38888889em;
  font-weight: 400;
  color: #9a8964;
  letter-spacing: 0.16em;
}
.home h1 .trait.bottom {
  font-weight: 700;
}
h2:not(.topic) {
  font-size: 1.31578947em;
  color: #9a8964;
}
h3:not(.topic) {
  font-size: 1.21052632em;
}
h4 {
  font-size: 1.10526316em;
}
h5 {
  font-size: 1.05263158em;
}
h6 {
  font-size: 1em;
}
/* ===============================================
	containers
=============================================== */
.container {
  max-width: 64.5em;
}
@media only screen and (min-width: 1300px) {
  .container {
    width: 90%;
  }
}
/* ===============================================
	list styles - global overrides
=============================================== */
.what-sets-us-apart #content ol,
.meet-the-team #content ol,
.our-office #content ol,
.office-tour #content ol,
body[class*='-after'] #content ol {
  margin: 0;
}
#content ul li {
  list-style: disc outside;
}
/* ==================================================================
	masthead
=================================================================== */
#masthead {
  width: 100%;
  min-height: 44px;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3000;
  background-color: #f3f0e9;
}
#masthead.ready {
/*  background: none;*/
}
#masthead.ready .trigger .navicon,
#masthead.ready .trigger::after {
/*  color: #fff;*/
}
#masthead.ready #contactinfo .phone,
#masthead.ready #contactinfo .appointmentrequest {
/*  color: #fff;*/
}
#masthead.ready #contactinfo .phone .icon,
#masthead.ready #contactinfo .appointmentrequest .icon {
/*  color: #fff;*/
}
@media only screen and (min-width: 1300px) {
  #masthead {
    font-size: inherit;
    position: fixed;
    top: 0;
    left: 0;
    background: none;
  }
  #masthead::before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 0.33s ease;
    background-color: #f3f0e9;
  }
  #masthead.ready #logo {
/*    transform: translate(0, 18.4em) scale(2.45);*/
/*    transform: translate(22.4em, 26.4em) scale(2.45);*/
/*    filter: drop-shadow(0px 0px 2px black);*/
  }
  #masthead.ready #logo .word {
/*    color: #fff;*/
  }
  #masthead.ready #logo .g {
/*    color: rgba(255, 255, 255, 0.5);*/
/*    color: rgba(154, 137, 100, 0.8);*/
  }
  #masthead.ready::before {
/*    transform: translateY(-100%);*/
  }
}
@media only screen and (min-width: 2000px) {
  #masthead.ready #logo {
/*    transform: translate(0, 18vw) scale(2.45);*/
  }
}
#masthead .container {
  width: calc(100% - 4em);
  max-width: none;
}
@media only screen and (max-width: 1023px) {
  #masthead .container {
    width: 98%;
  }
}
/* ==================================================================
	main-nav
=================================================================== */
#main-nav {
  font-size: 1.2em;
  text-align: left;
  height: 75px;
  width: 65px;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 600;
  clear: both;
}
#main-nav .container,
#main-nav .collapsible {
  height: 100%;
  padding: 0;
}
#main-nav .collapsible {
  margin: 0.4em 0 0 -1.5em;
}
@media only screen and (min-width: 1024px) {
  #main-nav .collapsible {
    margin: 1.1em 0 0 -3.25em;
  }
}
@media only screen and (min-width: 1300px) {
  #main-nav .collapsible {
    margin-top: 1.65em;
  }
}
#main-nav .trigger {
  line-height: 0;
  color: #9a8964;
  width: 65px;
  height: 75px;
  padding: 0;
  margin: 0 auto;
  background: none;
  box-shadow: none;
  border: none;
  -webkit-display: none;
  position: relative;
  z-index: 600;
  cursor: pointer;
}
#main-nav .trigger::after {
  content: 'MENU';
  display: block;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.32em;
  font-weight: 700;
  transition: color 0.66s ease;
  color: #9a8964;
}
#main-nav .trigger .navicon {
  width: 41px;
  height: 41px;
  margin-bottom: 14px;
  margin-right: 5px;
  color: #252f39;
  --stroke-width: 40;
  transition: color 0.66s ease;
}
#main-nav .trigger .navicon path {
  transition: stroke-dashoffset 0.33s ease;
  stroke-dasharray: var(--stroke-width);
}
#main-nav .trigger .navicon .active-mask path {
  stroke-dashoffset: var(--stroke-width);
  transition-delay: calc(var(--index)*0.1s);
}
#main-nav .trigger .navicon .idle-mask path {
  transition-delay: calc(0.33s + var(--index)*0.1s);
}
#main-nav .open .trigger .navicon,
#main-nav .open .trigger::after {
  color: #fff;
}
#main-nav .open .trigger .navicon .active-mask path {
  stroke-dashoffset: 0;
  transition-delay: calc(0.33s + var(--index)*0.1s);
}
#main-nav .open .trigger .navicon .idle-mask path {
  stroke-dashoffset: var(--stroke-width);
  transition-delay: calc(var(--index)*0.1s);
}
#main-nav ul {
  width: 100%;
  position: relative;
  display: inline-block;
  z-index: 550;
  padding: 6em 0 1.5em;
  background-color: rgba(154, 137, 100, 0.9);
}
@media only screen and (min-width: 666px) {
  #main-nav ul {
    padding: 4em 0 2em;
  }
}
@media only screen and (min-width: 1300px) {
  #main-nav ul {
    padding: 2.25em 0 1.5em;
  }
}
#main-nav ul li {
  display: block;
  clear: both;
}
#main-nav ul li a[id] {
  line-height: 2.30769231;
  font-size: clamp( 12px, 1.3em , 26px );
  text-transform: uppercase;
  color: #f3f0e9;
  width: 100%;
  height: 2.30769231em;
  margin: 0 0 0 1.7em;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: color 0.33s ease;
  font-weight: 300;
}
#main-nav ul li a[id]:not(.home) {
  pointer-events: none;
}
@media only screen and (min-width: 666px) {
  #main-nav ul li a[id] {
    margin-left: 1.7em;
  }
}
@media only screen and (min-width: 1024px) {
  #main-nav ul li a[id] {
    margin-left: 3.03846154em;
  }
}
#main-nav ul li a[id]:after {
  content: '';
  width: 0.46153846em;
  height: 0.46153846em;
  background-color: currentcolor;
  display: block;
  position: absolute;
  top: 50%;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  transform: translate(-300%, -50%) scale(1) rotate(180deg);
  opacity: 0;
  left: -0.9em;
}
@media only screen and (max-width: 1023px) {
  #main-nav ul li a[id]:after {
    left: -1em;
  }
}
#main-nav ul li.open > a[id],
#main-nav ul li.active > a[id],
#main-nav ul li:hover > a[id] {
  text-decoration: none;
}
#main-nav ul li.open > a[id]:after,
#main-nav ul li.active > a[id]:after,
#main-nav ul li:hover > a[id]:after {
  transform: translate(0, -50%) scale(1) rotate(0deg);
  opacity: 1;
}
#main-nav ul ul {
  width: 100%;
  margin: 0;
  padding: 0 0 0 2em;
  display: block;
  float: none;
  transition: padding 0.33s ease;
  background: none;
}
#main-nav ul ul li {
  width: 100%;
  background: none;
  float: none;
  margin: 0;
}
#main-nav ul ul li a {
  font-size: clamp( 12px, 0.9em , 18px );
  color: #f3f0e9;
  width: 100%;
  height: 44px;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  #main-nav ul ul li a {
    margin-left: 1.27777778em;
    line-height: 44px;
  }
}
@media only screen and (min-width: 1024px) {
  #main-nav ul ul li a {
    margin-left: 3.5em;
    height: 1.38888889em;
    line-height: 1.38888889;
  }
}
#main-nav ul ul li a:after {
  content: '';
  width: 0.44444444em;
  height: 0.44444444em;
  background-color: currentcolor;
  display: block;
  position: absolute;
  top: 50%;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  transform: translate(-200%, -50%) rotate(180deg);
  opacity: 0;
  left: -0.9em;
}
#main-nav ul li.active ul li a:hover,
#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 li.active ul li a:hover::after,
#main-nav ul ul li a:hover::after,
#main-nav ul ul li a.active::after {
  transform: translate(0, -50%) rotate(0deg);
  opacity: 1;
}
.drawer {
  display: inline-block;
  margin: -110px 0 0;
  float: right;
  padding: 0;
  transition-property: opacity, transform;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
  transform: translate(100%, 0);
  opacity: 0;
  pointer-events: none;
  will-change: transform, opacity;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 665px) {
  .drawer {
    width: 100vw;
  }
}
@media only screen and (min-width: 666px) {
  .drawer {
    width: 360px;
  }
}
@media only screen and (min-width: 1024px) {
  .drawer {
    width: 28.75em;
  }
}
@media only screen and (min-width: 1300px) {
  .drawer::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100%;
    opacity: 0;
    transform: translate(100%, 0);
    background: #252f39 url(../images/spotlight/drawerbg.jpg) center 40% / auto no-repeat;
    transition: transform 0.66s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.66s cubic-bezier(0.25, 1, 0.5, 1);
    pointer-events: none;
    will-change: transform, opacity;
    z-index: -1;
  }
}
@media only screen and (min-width: 2000px) {
  .drawer::after {
    background-size: 100% auto;
  }
}
.drawer .mod {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2.5em 2.2em;
  position: relative;
  background-color: rgba(154, 137, 100, 0.9);
}
@media only screen and (min-width: 666px) {
  .drawer .mod {
    padding: 2.5em 14%;
  }
}
@media only screen and (max-width: 1023px) {
  .drawer .mod {
    flex-direction: column;
    gap: 1em;
  }
}
.drawer .drawer-contactinfo .phone,
.drawer .drawer-contactinfo .address {
  color: #f3f0e9;
  display: block;
  font-size: clamp( 12px, 0.9em , 18px );
}
.drawer .drawer-contactinfo .phone {
  margin-bottom: 1em;
}
.drawer .drawer-contactinfo a {
  transition: color 0.33s ease;
}
.drawer .drawer-contactinfo a:hover {
  color: #000;
}
.drawer .drawer-oh div {
  color: #f3f0e9;
  display: block;
  font-size: clamp( 12px, 0.7em , 14px );
}
.drawer .drawer-oh div:nth-child(1) {
  margin-bottom: 1em;
}
.drawer .socialmedia {
  line-height: 0;
  text-align: center;
  height: auto;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 300;
  margin-bottom: 2.1em;
  position: absolute;
  top: 2.2em;
  right: 1em;
}
@media only screen and (min-width: 1024px) {
  .drawer .socialmedia {
    display: none;
  }
}
.drawer .socialmedia a {
  font-size: clamp( 12px, 1.2em , 24px );
  color: #fff;
  min-width: 24px;
  min-height: 24px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: transform 0.33s ease, text-shadow 0.33s ease;
  line-height: 44px;
  width: 44px;
  height: 44px;
}
.drawer .socialmedia a:hover {
  transform: scale(1.5);
  text-shadow: 2px 2px 0px grey, -2px -2px 0px #ccc;
}
.drawer .socialmedia a .icon {
  position: relative;
}
#main-nav .collapsible.open .drawer::after {
  transform: translate(0%, 0%);
  pointer-events: all;
  transition-duration: 1s, 1s;
  opacity: 1;
}
#main-nav .collapsible.open .drawer {
  transform: translate(0, 0);
  opacity: 1;
  pointer-events: auto;
}
#main-nav ul ul li {
  height: 0;
  overflow: hidden;
  transition-duration: 0.33s;
  opacity: 0;
}
#main-nav .open ul .open ul {
  padding-bottom: 0.75em;
}
#main-nav .open ul .open ul li {
  opacity: 1;
}
@media only screen and (max-width: 1023px) {
  #main-nav .open ul .open ul li {
    height: 44px;
  }
}
@media only screen and (min-width: 1024px) {
  #main-nav .open ul .open ul li {
    height: 1.25em;
  }
}
/* ===============================================
main-nav - Desktop Stylings
=============================================== */
@media only screen and (min-width: 1024px) {
  /* main-nav */
  /*END*/
}
/* ===============================================
	FULLMOB RULES
=============================================== */
@media only screen and (min-width: 1024px) {
  /* main-nav */
  #main-nav {
    font-size: 1em;
    right: 0;
    z-index: 3000;
  }
  #main-nav .collapsible .trigger {
    box-shadow: none;
    display: block;
  }
}
nav.horizontal ul li {
  width: 100%;
  float: none;
}
/* ==================================================================
	header
=================================================================== */
#hd {
  text-align: center;
  color: #9a8964;
  padding: 0;
  position: relative;
  text-align: left;
}
@media only screen and (min-width: 1024px) {
  #hd {
    z-index: 3000;
  }
}
#hd .container {
  padding: 1.5em 0;
}
@media only screen and (min-width: 1024px) {
  #hd .container {
    padding: 2.7em 0 3em;
  }
}
/* ===============================================
	logo
=============================================== */
@media only screen and (max-width: 1299px) {
  .home #logo {
/*    display: none;*/
  }
}
#logo {
  line-height: 0;
  font-size: 0.7em;
  width: 9.6em;
  margin: 0 auto 0 2%;
  position: absolute;
  top: 1em;
  left: calc(50% - 4.7em);
  transition: transform 0.33s ease;
}
@media only screen and (min-width: 1024px) {
  #logo {
    top: 0.5em;
    font-size: inherit;
    margin: 0;
    left: calc(50% - 4.7em);
  }
}
@media only screen and (min-width: 1300px) {
  #logo {
    display: block;
  }
}
#logo a {
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 1023px) {
  #logo a {
    min-height: 44px;
    display: flex;
    align-items: center;
  }
}
#logo svg {
  width: 9.6em;
  height: 6.5em;
}
#logo svg g {
  transform-box: fill-box;
  transform-origin: 50% 50%;
  transition: color 0.33s ease, transform 0.66s ease, opacity 0.66s ease, font-size 0.66s ease;
  transition-delay: 0s, calc(var(--step)*0.33s), calc(var(--step)*0.33s);
  will-change: transform, opacity;
}
#logo svg .word {
  color: #252f39;
  --step: 1;
}
#logo svg .g {
  color: #d9d2bf;
  color: #9a8964;
  color: #5c5c5c;
  --step: 0;
}
#logo.ready .gregg {
/*  transform: translate(-50%, 0);*/
/*  opacity: 0;*/
}
#logo.ready .ortho {
/*  transform: translate(50%, 0);*/
/*  opacity: 0;*/
}
#logo.ready .g {
/*  transform: scale(0.5);*/
/*  opacity: 0;*/
}
/* ===============================================
	contact info
=============================================== */
#contactinfo {
  text-align: center;
  margin: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  position: relative;
  z-index: 777;
}
@media only screen and (min-width: 1024px) {
  #contactinfo {
    gap: 1.25em;
  }
}
#contactinfo .phone {
  font-size: clamp( 12px, 0.9em , 18px );
  display: inline-block;
  vertical-align: top;
  color: #252f39;
  transition: color 0.33s ease-in-out;
}
@media only screen and (min-width: 769px) and (max-width: 1023px) {
  #contactinfo .phone {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  #contactinfo .phone {
    line-height: 44px;
    width: 44px;
    height: 44px;
    font-size: 25px;
  }
  #contactinfo .phone .cta {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  #contactinfo .phone {
    line-height: 1.66666667;
  }
}
#contactinfo .phone.in-between {
  display: none;
}
@media only screen and (min-width: 769px) and (max-width: 1023px) {
  #contactinfo .phone.in-between {
    display: block;
  }
}
#contactinfo .icon {
  transition: color 0.33s ease-in-out;
  color: #9a8964;
}
#contactinfo .appointmentrequest {
  font-size: clamp( 12px, 0.9em , 18px );
  text-align: center;
  text-transform: uppercase;
  color: #252f39;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out;
}
@media only screen and (max-width: 1023px) {
  #contactinfo .appointmentrequest {
    line-height: 44px;
    width: 44px;
    height: 44px;
    font-size: 25px;
  }
  #contactinfo .appointmentrequest .cta {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  #contactinfo .appointmentrequest {
    line-height: 1.66666667;
  }
}
#contactinfo a[class] {
  transition: color 0.33s ease-in-out;
}
#contactinfo a[class]:hover {
  color: #9a8964;
}
#contactinfo a[class]:hover .icon {
  --fa-bounce-height: -0.3em;
  animation: fa-bounce 1s ease;
}
@media only screen and (max-width: 665px) {
  #masthead.drawer-open #contactinfo .icon {
    color: #fff;
  }
}
/* ===============================================
	utility-nav
=============================================== */
/* ==================================================================
	slideshow
=================================================================== */
#slideshow {
  text-align: center;
  color: #fff;
  background: #000;
  position: relative;
  z-index: 400;
  width: calc(100% - 2em);
        margin: auto;
    margin-top: 89px;
}
@media only screen and (max-width: 1023px) {
  #slideshow {
/*    height: 400px;*/
  }
}
@media only screen and (min-width: 1024px) {
  #slideshow {
        font-size: inherit;
        width: calc(100% - 4em);
        margin: auto;
        margin-top: 108px;
        top: 0;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1999px) {
  #slideshow {
/*    min-height: 800px;*/
        margin-top: 144px;
  }
}
#slideshow::before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.375) 0%, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.1) 100%);
  z-index: 420;
}
#slideshow #home-slideshow {
  width: 100%;
  margin: 0;
  aspect-ratio: 2000 / 800;
}
@media only screen and (max-width: 1023px) {
  #slideshow #home-slideshow {
    height: 100%;
  }
  #slideshow #home-slideshow .cycle-slideshow {
    height: 100%;
  }
  #slideshow #home-slideshow .hpslide {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
  }
}
@media only screen and (min-width: 1024px) {
  #slideshow #home-slideshow {
    position: relative;
  }
  #slideshow #home-slideshow .hpslide {
    width: 100%;
    max-width: none;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1999px) {
  #slideshow #home-slideshow {
/*    width: 2000px;*/
/*    margin: 0 calc(-1000px + 50vw);*/
  }
}
#slideshow .sslogo {
  width: 90%;
  max-width: 23.6em;
  position: absolute;
  top: 55%;
  left: 50%;
  top: 70%;
  left: 75%;
  transform: translate(-50%, -50%);
  z-index: 777;
  filter: drop-shadow(0px 0px 2px black);
  display: none;
}


@media only screen and (min-width: 1300px) {
  #slideshow .sslogo {
    display: none;
  }
}
/* ==================================================================
	.spotlight
=================================================================== */
.spotlight {
  text-align: center;
  position: relative;
  z-index: 400;
}
.spotlight > div {
  position: relative;
}
/* ===============================================
	spot00 || COMMON GENERAL INFORMATION SPOTLIGHT SECTION
=============================================== */
.spot01 {
  color: #d9d2bd;
  padding: 60px 0;
  background-color: #252f39;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: min(2.65vw, 1em);
  gap: 2em;
}
@media only screen and (min-width: 768px) {
  .spot01 {
    gap: 4em;
    font-size: min(1.45vw, 1em);
    padding: 4em 0 4.15em;
    flex-direction: row;
  }
}
@media only screen and (min-width: 1300px) {
  .spot01 {
    padding-right: 0.25em;
  }
}
.spot01 .decoration {
  width: 34em;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.spot01 .decoration .decor01 {
  width: 23.7em;
}
.spot01 .decoration .decor02 {
  display: block;
  border-top: 1.9em solid #252f39;
  border-left: 1.9em solid #252f39;
  width: 20.05em;
  margin: -14.5em 0 0 auto;
  position: relative;
  z-index: 1;
}
.spot01 .mod {
  width: 96%;
  max-width: 27.4em;
  padding: 2em 0;
  display: contents;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .spot01 .mod .innermod {
    width: 92%;
    max-width: 34em;
  }
}
@media only screen and (min-width: 768px) {
  .spot01 .mod {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    margin-top: 3.3em;
  }
}
.spot01 h2.topic {
  line-height: 0.95876289;
  font-size: clamp( 12px, 4.85em , 97px );
  font-weight: 200;
  text-transform: uppercase;
  color: #d9d2bd;
  order: -1;
  width: 92%;
  max-width: 7.2em;
}
@media only screen and (min-width: 768px) {
  .spot01 h2.topic {
    margin: 0 0 1em -2.15em;
    width: auto;
  }
}
@media only screen and (min-width: 1024px) {
  .spot01 h2.topic {
    margin-bottom: 1.21em;
  }
}
.spot01 h2.topic .trait {
  display: block;
  line-height: 1;
  font-size: clamp( 12px, 0.51546392em , 50px );
  font-weight: 400;
  letter-spacing: 0.46em;
  margin-left: 0.1em;
}
.spot01 .innermod {
  --index: 2;
}
.spot01 .info {
  line-height: 2.38888889;
  font-size: clamp( 12px, 0.9em , 18px );
  margin: 0 0 1.94444444em;
}
@media only screen and (max-width: 767px) {
  .spot01 .info {
    font-size: 15px;
  }
}
.spot01 .spotbtn {
  letter-spacing: 0.24em;
  font-size: clamp( 12px, 0.6em , 12px );
  text-align: center;
  text-transform: uppercase;
  color: #d9d2bd;
  width: 16.33333333em;
  border: 1px solid #928361;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
  transition: color 0.33s ease-in-out;
  z-index: 1;
  font-weight: 600;
}
@media only screen and (max-width: 1299px) {
  .spot01 .spotbtn {
    line-height: 44px;
    min-width: 44px;
  }
}
@media only screen and (min-width: 1300px) {
  .spot01 .spotbtn {
    line-height: 4.5;
  }
}
.spot01 .spotbtn::before,
.spot01 .spotbtn::after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #9a8964;
  z-index: -1;
  transition: transform 0.33s ease;
  opacity: 0.5;
  transform: scale(0);
}
.spot01 .spotbtn::before {
  transform-origin: top left;
}
.spot01 .spotbtn::after {
  transform-origin: bottom right;
}
.spot01 .spotbtn:hover {
  border-color: #9a8964;
  color: #fff;
}
.spot01 .spotbtn:hover::before,
.spot01 .spotbtn:hover::after {
  transform: scaleX(1);
}
/* ==================================================================
	content
=================================================================== */
#bd {
  padding: 3em 0 3em;
  background: #f2f0e9;
  position: relative;
  z-index: 400;
}
@media only screen and (min-width: 768px) {
  #bd {
    padding: 5em 0 2.5em;
  }
}
@media only screen and (min-width: 1300px) {
  #bd {
    padding-top: 3.5em;
  }
}
#bd.sub:after {
  content: none;
  height: calc(100% - 8em);
/*   #252f39 */
  background:url(../images/spotlight/sidebar.png) top left / 32.9em auto no-repeat;
  display: block;
  position: absolute;
  top: 4em;
  right: 0;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  #bd.sub:after {
    content: '';
    width: 24%;
  }
}
@media only screen and (min-width: 1024px) {
  #bd.sub:after {
    width: auto;
    left: calc(50% + 15em );
  }
}
@media only screen and (min-width: 1300px) {
  #bd.sub:after {
    height: calc(100% - 8.1em);
    top: 4.1em;
  }
}
@media only screen and (min-width: 1350px) {
  #bd.sub:after {
    left: calc(50% + 17.1em );
  }
}
@media only screen and (min-width: 2000px) {
  #bd.sub:after {
    background-size: 100% auto;
  }
}
#bd .container {
  width: 90%;
  max-width: 66em;
}
@media only screen and (min-width: 1300px) {
  #bd .container {
    width: 94%;
  }
}
#content {
  display: block;
  max-width: 550px;
}
@media only screen and (min-width: 768px) {
  #content {
    max-width: 760px;
    width: 57.57575758%;
    float: left;
  }
}
@media only screen and (min-width: 1300px) {
  #content {
    width: 57.57575758%;
  }
}
#content .content-text {
  line-height: 1.68421053;
}
@media only screen and (min-width: 768px) {
  #content .content-text {
    font-size: 19px;
  }
}
#content p {
  text-align: justify;
}
.blog #bd.sub::after {
  content: none;
}
/* ==================================================================
	.home content
=================================================================== */
.home #bd {
  padding: 3em 0;
}
@media only screen and (min-width: 768px) {
  .home #bd {
    padding: 5em 0;
  }
}
@media only screen and (min-width: 1300px) {
  .home #bd {
    padding: 7.7em 0 7.25em;
    min-height: 64.5em;
    font-size: min(1.45vw, 1em);
  }
}
.home #bd .decoration {
  position: absolute;
  width: 40.1em;
  top: 4em;
  left: calc(50% + 1.6em);
  display: none;
}
@media only screen and (min-width: 1300px) {
  .home #bd .decoration {
    display: block;
  }
}
.home #bd .decoration img {
  width: 100%;
}
.home #bd .decoration .decor02 {
  width: 31.15em;
  position: absolute;
  bottom: -11.3em;
  left: -8.55em;
  border-top: 1.9em solid #f2f0e9;
  border-right: 1.75em solid #f2f0e9;
}
.home #bd .container {
  width: 90%;
  max-width: 65.75em;
}
@media only screen and (min-width: 1300px) {
  .home #bd .container {
    width: 94%;
  }
}
.home #bd #content {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  .home #bd #content {
    max-width: 630px;
    width: 100%;
    float: none;
  }
}
@media only screen and (min-width: 1300px) {
  .home #bd #content {
    max-width: 24.1em;
    width: 36.6539924%;
    margin-left: 0;
  }
}
.home #bd #content .content-text ol li,
.home #bd #content .content-text ul li {
  margin-bottom: 1.25em;
}
@media only screen and (min-width: 768px) {
}
@media only screen and (min-width: 1300px) {
}
.home #bd #content p {
  letter-spacing: -0.01em;
}
/* ==================================================================
	custom content
=================================================================== */
.mediaslider {
  text-align: center;
  max-width: 84%;
  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 .cycle-slide {
  margin-top: 0 !important;
}
.mediaslider .cycle-slideshow > button {
  font-size: 2.8em;
  color: #9a8964;
  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:hover {
  opacity: 0.68;
}
.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 {
  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: #9a8964;
  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:hover:before,
.mediaslider .custompager > button.cycle-pager-active:before {
  background-color: grey;
}
.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: '';
  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%);
  width: auto;
  height: auto;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  top: -1.68em;
  z-index: -1;
}
.mediaslider .cycle-caption.large {
  position: relative;
}
.mediaslider .cycle-caption.large:after {
  background: grey;
  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 h2[id],
  .common-procedures #content h2[id] {
    scroll-margin-top: 8em;
  }
}
/* preventive-care */
.preventive-care #content ul {
  display: inline-block;
}
/* reduces dimensions of coronavirus tab */
#coronavirus-update {
  font-size: 0.84em;
  padding: 0.5em 1.25em !important;
  left: 0.5em !important;
}
@media only screen and (min-width: 1300px) {
  #coronavirus-update {
    font-size: 1em;
  }
}
/* ==================================================================
	meet the team page classes for individual and full team images 
=================================================================== */
.staff {
  width: 45%;
  max-width: 10em;
  margin: 0 0 1em 1em;
  display: block;
  float: right;
}
.team {
  width: 100%;
  max-width: 1000px;
  margin: 2% auto;
  display: block;
}
/* ==================================================================
	sitemap
=================================================================== */
.sitemap #content .column > ul > li {
  margin-bottom: 1.45em;
}
.sitemap #content ul {
  margin-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.sitemap #content ul a {
  line-height: 1.4;
  font-size: clamp( 12px, 1.25em , 25em );
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  color: #9a8964;
  transition-duration: 0s;
}
.sitemap #content ul ul li a {
  line-height: 1.68421053;
  font-size: clamp( 12px, 0.95em , 19em );
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  color: #252f39;
  margin-left: 0;
}
.sitemap #content a:hover {
  text-decoration: none;
  color: grey;
}
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: 84%;
  margin: 0 auto 3em;
  padding: 0;
  display: none;
  position: relative;
  z-index: 420;
}
@media only screen and (min-width: 768px) {
  #sidebar {
    width: 41.15151515%;
    max-width: 464px;
    margin: 0 0 1em;
    display: flex;
    flex-direction: column;
    float: right;
    clear: right;
  }
}

@media only screen and (min-width: 1024px) {
  #sidebar {
    margin-top: -7.35em;
  }
  body.spark-clear-aligners #sidebar {
    margin-top: -7.35em !important;
  }

}
@media only screen and (min-width: 1300px) {
  #sidebar {
    margin-right: -1.6em;
  }
}
#sidebar.no-margin {
  margin-top: 0;
}


/* ===============================================
	sitepics
=============================================== */
#hide-stock {
  width: 100%;
  max-width: 23.2em;
  margin: 0 auto 6%;
  padding: 0;
  position: relative;
  display: none;
}
@media only screen and (min-width: 768px) {
  #hide-stock {
    margin-bottom: 1em;
    display: block;
    order: 1;
  }
}

#hide-stock2 {
  width: 100%;
  max-width: 23.2em;
  margin: 0 auto 6%;
  padding: 0;
  position: relative;
  display: none;
  border: 1.6em solid #f3f0e9;
}
@media only screen and (min-width: 768px) {
  #hide-stock2 {
    margin-bottom: 1em;
    display: block;
    order: 1;
  }
}


.stock {
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .stock {
    border: 1.6em solid #f3f0e9;
  }
}
/* ===============================================
	show doctor image on all devices
=============================================== */
/*.home,*/
/*body[class^='meet-the-'],*/
/* body[class^='meet-our-'],*/
.meet-the-doctor #sidebar,
body[class*='meet-dr-'] #sidebar,
body[class*='meet-doctor-'] #sidebar {
  display: flex;
}
.meet-the-doctor #hide-stock,
body[class*='meet-dr-'] #hide-stock,
body[class*='meet-doctor-'] #hide-stock {
  display: block;
}
body[class~='blog'] #hide-stock {
  display: none;
}
/* ==================================================================
	SUBNAV || SIDE ORIENTED
=================================================================== */
#subnav {
  color: #fff;
  margin: 0 0 6%;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  #subnav {
    text-align: center;
    padding: 3em 10%;
  }
}
@media only screen and (min-width: 768px) {
  #subnav {
    text-align: left;
    padding: 0.9em 1em 4em;
    order: 2;
    width: 100%;
    max-width: 16.5em;
    margin-left: auto;
  }
}
@media only screen and (max-width: 1299px) {
  #subnav {
    display: none;
  }
}
#subnav h2.topic {
  line-height: 1.20689655;
  font-size: 1.45em;
  text-align: inherit;
  font-weight: 200;
  text-transform: uppercase;
  color: #fff;
  height: 1.20689655em;
  width: 100%;
  margin: 0 auto 0.8em;
  display: block;
  position: relative;
  z-index: 400;
}
@media only screen and (max-width: 767px) {
  #subnav nav {
    width: 100vw;
  }
}
@media only screen and (min-width: 768px) {
  #subnav nav {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
}
#subnav p {
  font-size: clamp( 12px, 0.75em , 15px );
  text-transform: uppercase;
  width: 100%;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
}
@media only screen and (max-width: 767px) {
  #subnav p {
    white-space: nowrap;
    padding-right: 9%;
    scroll-snap-type: x;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  #subnav p::-webkit-scrollbar {
    display: none;
  }
}
@media only screen and (max-width: 1299px) {
  #subnav p {
    line-height: 44px;
  }
}
@media only screen and (min-width: 1300px) {
  #subnav p {
    line-height: 1.2;
  }
}
#subnav a {
  color: #fff;
  margin: 0 0.8em;
  white-space: nowrap;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media only screen and (min-width: 768px) {
  #subnav a {
    margin: 0;
    float: left;
    clear: left;
    margin-left: 2.1em;
  }
}
#subnav a:after {
  content: '';
  width: 0.53333333em;
  height: 0.53333333em;
  background: currentcolor;
  display: block;
  position: absolute;
  top: 0.3em;
  left: -0.9em;
  transition: transform 0.33s ease-in-out;
  transform: translate(0, 0) scaleX(0);
}
#subnav a:hover,
#subnav a.active {
  color: #fff;
  text-decoration: none;
}
#subnav a:hover:after,
#subnav a.active:after {
  transform: translate(0, 0) scaleX(1);
}
.subhero {
  max-width: none;
  position: relative;
  width: 100%;
  margin-top: 85px;
}
@media only screen and (min-width: 1300px) {
  .subhero {
    margin: 0;
    display: block;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1999px) {
  .subhero {
    width: 2000px;
    margin-inline: calc(-1000px + 50vw);
  }
}
/* END SIDEBAR */
/* ===============================================
	spot00 || COMMON SERVICES/CALLOUT-LIKE SECTION EXAMPLE
=============================================== */
.spot02 {
  text-align: center;
  color: grey;
  padding: 60px 0;
  margin: 0;
  position: relative;
  z-index: 410;
  background-color: #252f39;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.65em;
  font-size: min(2.5vw, 1.2em);
}
@media only screen and (min-width: 768px) {
  .spot02 {
    font-size: min(2vw, 1.5em);
  }
}
@media only screen and (min-width: 1024px) {
  .spot02 {
    font-size: min(1.3vw, 1em);
    padding: 4.25em 0 4.25em;
  }
}
.spot02 a {
  color: #fff;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: transform 0.33s ease-in-out;
  width: 100%;
  overflow: hidden;
  max-width: 18.25em;
}
.spot02 a .decoration {
  width: 100%;
  transition: transform 0.33s ease-in-out;
}
.spot02 a::before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.2);
}
.spot02 a .mod {
  display: block;
  position: absolute;
  top: 55%;
  left: 0;
  width: 100%;
  z-index: 2;
  padding: 0 1em;
  transform: translateY(0%);
  transition: opacity 0.33s ease, transform 0.33s ease;
  opacity: 0;
}
.spot02 a .topic {
  line-height: 1.05263158;
  font-size: clamp( 12px, 0.95em , 19px );
  text-transform: uppercase;
  color: currentcolor;
  width: 100%;
  font-weight: 700;
  letter-spacing: 0.22em;
  display: block;
  margin-bottom: 1.4em;
}
.spot02 a span.topic {
  position: absolute;
  top: 52%;
  transform: translateY(-50%);
  z-index: 3;
  transition: opacity 0.33s ease, transform 0.33s ease;
  padding: 0 1em;
}
.spot02 a .info {
  font-size: clamp( 12px, 0.75em , 15px );
  line-height: 1.2;
  margin-bottom: 0.2em;
}
@media only screen and (max-width: 767px) {
  .spot02 a .info {
    display: none;
  }
}
.spot02 a .spotbtn {
  font-size: clamp( 12px, 0.6em , 12px );
  display: block;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  transition: opacity 0.33s ease, padding 0.33s ease;
  line-height: 3.66666667;
}
.spot02 a .spotbtn .icon {
  transition: opacity 0.33s ease, transform 0.33s ease;
}
.spot02 a .spotbtn .icon:nth-child(1) {
  opacity: 0;
  transform: translateX(-50%);
}
.spot02 a .spotbtn:hover {
  padding-left: 2em;
}
.spot02 a .spotbtn:hover .icon:nth-child(1) {
  opacity: 1;
  transform: translateX(0);
}
.spot02 a .spotbtn:hover .icon:nth-child(2) {
  opacity: 0;
  transform: translateX(50%);
}
.spot02 a:hover span.topic {
  transform: translateY(-100%);
  opacity: 0;
}
.spot02 a:hover .mod {
  transform: translateY(-50%);
  opacity: 1;
}
/* ===============================================
	spot00 || COMMON SERVICES/CALLOUT-LIKE SECTION EXAMPLE
=============================================== */
.spot03 {
  font-size: 3.2vw;
  text-align: center;
  color: #9a8964;
  padding: 2em 0;
  margin: 0;
  position: relative;
  z-index: 410;
  background-color: #f2f0e9;
}
@media only screen and (min-width: 666px) {
  .spot03 {
    font-size: min(1.7vw, 1em);
    padding: 3.25em 0;
  }
}
.spot03 h2.topic {
  line-height: 1.04;
  font-size: clamp( 12px, 3.75em , 75px );
  text-transform: uppercase;
  color: #9a8964;
  width: 90%;
  display: block;
  font-weight: 200;
  letter-spacing: -0.01em;
  margin: 0 auto 0.45em;
}
.spot03 .embed-container {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  aspect-ratio: 1;
  max-width: min(25em, 1200px);
  margin: 0 0.75em;
}
@media only screen and (max-width: 767px) {
  .spot03 .embed-container {
    margin-bottom: 2em;
  }
}
.spot03 .decoration {
  display: inline-block;
  vertical-align: top;
  width: 25.5em;
  margin: 0 0.75em;
}
.spot03 .decoration .slide {
  perspective: 1500px;
  -webkit-perspective: 1500px;
}
.spot03 .decoration .slide img {
  margin: 0em 0.15em 0.6em;
  opacity: 0;
  transform-style: preserve-3d;
  transition: opacity 0.33s ease;
  width: 7.95em;
}
.spot03 .decoration .slide img:nth-child(2) {
  animation-delay: 0.2s;
}
.spot03 .decoration .slide img:nth-child(3) {
  animation-delay: 0.4s;
}
.spot03 .decoration .slide img:nth-child(4) {
  animation-delay: 0.6s;
}
.spot03 .decoration .slide img:nth-child(5) {
  animation-delay: 0.8s;
}
.spot03 .decoration .slide img:nth-child(6) {
  animation-delay: 1s;
}
.spot03 .decoration .slide img:nth-child(7) {
  animation-delay: 1.2s;
}
.spot03 .decoration .slide img:nth-child(8) {
  animation-delay: 1.4s;
}
.spot03 .decoration .slide img:nth-child(9) {
  animation-delay: 1.6s;
}
.spot03 .decoration .slide.cycle-slide-active img {
  animation-name: flipIn;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}
/* ===============================================
	socialmedia
=============================================== */
.spot03 .socialmedia {
  line-height: 0;
  text-align: center;
  width: 100%;
  height: auto;
  padding: 0;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 300;
  margin-bottom: 2.1em;
}
.spot03 .socialmedia a {
  color: #a79f8f;
  min-width: 24px;
  min-height: 24px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: transform 0.33s ease, text-shadow 0.33s ease;
  line-height: 44px;
  width: 44px;
  height: 44px;
  margin: 0 0.2em;
}
@media only screen and (max-width: 1299px) {
  .spot03 .socialmedia a {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1300px) {
  .spot03 .socialmedia a {
    font-size: clamp( 12px, 1.2em , 24px );
  }
}
.spot03 .socialmedia a:nth-last-of-type(1) {
  margin: 0;
}
.spot03 .socialmedia a:hover {
  transform: scale(1.5);
  text-shadow: 2px 2px 0px grey, -2px -2px 0px #ccc;
}
.spot03 .socialmedia a .icon {
  position: relative;
}
/* ==================================================================
	#ft
=================================================================== */
#ft {
  text-align: center;
  color: #fff;
  width: 100%;
  padding: 0;
  background-color: #252f39;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
}
@media only screen and (min-width: 1024px) {
  #ft {
    font-size: min(1vw, 1em);
  }
}
@media only screen and (min-width: 1300px) {
  #ft {
    font-size: min(1vw, 1em);
  }
}
#ft a {
  color: #f3f0e9;
  transition: color 0.33s ease-in-out;
}
#ft a:hover {
  color: #9a8964;
}
/* ===============================================
		locations
=============================================== */
#location {
  width: 100%;
  padding: 3em 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 auto;
}
@media only screen and (min-width: 1024px) {
  #location {
    justify-content: space-between;
    padding: 4.05em 0 0em;
    max-width: 100em;
    text-align: right;
  }
}
#location .decoration {
  display: inline-block;
  vertical-align: middle;
  max-width: 50.1em;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  #location .decoration {
    display: none;
  }
}
#location .decoration img {
  width: 100%;
}
#location .decoration .map {
  max-width: 41.9em;
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
@media only screen and (min-width: 1024px) {
  #location .decoration .map {
    right: -15em;
  }
}
#location .mod {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 90%;
  max-width: 35em;
}
@media only screen and (min-width: 1024px) {
  #location .mod {
    margin-top: -0.25em;
  }
}
#location .logo {
  line-height: 0;
  text-align: center;
  margin: 0 auto 2.1em;
  display: block;
}
#location .logo img {
  width: 23.6em;
}
#location .phone {
  font-size: clamp( 12px, 1.55em , 31px );
  display: block;
  color: #f3f0e9;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  #location .phone {
    line-height: 44px;
  }
}
@media only screen and (min-width: 768px) {
  #location .phone {
    line-height: 1.06451613;
  }
}
#location .address {
  font-size: clamp(12px,  0.95em ,  19px );
  margin: 0 auto;
  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.31578947;
  }
}
#location .address .marker {
  line-height: 1;
  font-size: 3.3vw;
  color: #9a8964;
  position: absolute;
  margin-right: 1.37878788em;
  top: 6.66666667em;
  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 {
    font-size: 3.47368421em;
    margin-right: 1.37878788em;
    top: 6.66666667em;
  }
}
#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;
  left: 0.2em;
  bottom: -0.15em;
  z-index: -1;
  background-size: cover;
  position: absolute;
  pointer-events: none;
}
#location .address:hover .marker {
  transform: translate(0, 0) scale(2);
}

#location .logo-wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-wrap: wrap;
}

/* ==================================================================
		#links
=================================================================== */
#links {
  text-align: center;
  color: #f3f0e9;
  margin: 0;
  background-color: #252f39;
  position: relative;
  z-index: 420;
  padding: 0.7em 0 1.4em;
}
#links .util {
  font-size: clamp( 12px, 0.6em , 12px );
  margin-bottom: 0.55em;
}
@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: #f3f0e9;
  transition: color 0.33s ease-in-out;
}
#links .util a:hover {
  color: #9a8964;
}
#links .util a,
#links .util .divider {
  display: inline-block;
}
#links .util .divider {
  margin: 0 0em;
}
/* ===============================================
		sesame link
=============================================== */
a#sesame-link .sesameicon {
  width: 1.33333333em;
  height: 1.16666667em;
  margin-right: 0.66666667em;
  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;
}
a#backtotop {
  font-size: clamp( 12px, 0.6em , 12px );
  color: #9a8964;
  display: inline-block;
  vertical-align: top;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out, transform 0.33s ease-in-out;
  border: 1px solid currentColor;
  width: 3.33333333em;
  height: 3.33333333em;
}
@media only screen and (max-width: 1299px) {
  a#backtotop {
    line-height: 38px;
  }
}
@media only screen and (min-width: 1300px) {
  a#backtotop {
    line-height: 3.16666667;
  }
}
a#backtotop:hover {
  color: #fff;
  background-color: #9a8964;
  transform: scale(1.1);
}
/*superlative*/
/************************************************************************************************************************************************/
/* hr element - div.hr */
hr,
.types-of-braces #content div.clear {
  font-size: inherit;
  height: 1px;
  width: 100%;
  margin: 1.58em 0;
  background: #666;
  border: none;
  display: block;
}
.brushing-and-flossing .content-text hr {
  float: left;
}
/* ===============================================
	success message
=============================================== */
.success {
  font-weight: 400;
  text-transform: none;
  color: #fff;
  width: 100%;
  padding: 1rem;
  background: #9a8964;
  float: left;
}
/* ===============================================
	Form Buttons
=============================================== */
form button {
  letter-spacing: normal;
  font-size: clamp( 12px, 0.95em , 19px );
  font-weight: 400;
  text-transform: uppercase;
  background: none;
  color: #252f39;
  height: 44px;
  padding: 0 1.5em;
  border: 1px solid #252f39;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out, border-color 0.33s ease-in-out;
  position: relative;
  z-index: 1;
}
form button::before,
form button::after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #9a8964;
  z-index: -1;
  transition: transform 0.33s ease;
  opacity: 0.5;
  transform: scale(0);
}
form button::before {
  transform-origin: top left;
}
form button::after {
  transform-origin: bottom right;
}
form button:hover {
  border-color: #9a8964;
  color: #fff;
}
form button:hover::before,
form button:hover::after {
  transform: scaleX(1);
}
form p {
  height: auto;
}
/* ===============================================
	chat widget resize for mobile use comfort
=============================================== */
#bc-chat-container {
  font-size: 0.8em !important;
}
.bc-minimize-state {
  width: 11.8em !important;
  height: 7.7em !important;
}
/* ===============================================
	blog sidebar sharethiswidget styles
=============================================== */
#blog_search label,
p.share-text {
  margin-bottom: 10px;
}
/* ===============================================
	generic button for quick use by PM/PAs
=============================================== */
a.intbtn,
#content a.intbtn {
  line-height: 44px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  width: auto;
  text-decoration: none;
  padding: 0 1.5em;
  background-color: #9a8964;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: background-color 0.33s ease-in-out;
}
a.intbtn:hover,
#content a.intbtn:hover {
  background-color: grey;
}
/* ===============================================
	.screenreader 
	a11y support for descriptive text on vaguely worded buttons
	https://gomakethings.com/hidden-content-for-better-a11y/#hidden-labels
=============================================== */
.screenreader {
  white-space: nowrap;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
/************************************************************************************************************************************************/
/* end superlatives */
/* ===============================================
Tablet || Supports 768px and up
=============================================== */
@media only screen and (min-width: 768px) {
  /* ===============================================
	blanket content sidebar hide
=============================================== */
  .sitemap #bd.sub:after,
  .layout-full-width #bd.sub:after {
    content: none;
  }
  .sitemap #content,
  .layout-full-width #content {
    width: 70%;
    /* count out 90-100 characters per line to determine width */
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .sitemap #sidebar,
  .layout-full-width #sidebar {
    display: none;
  }
  /* ===============================================
	custom content
=============================================== */
  .speed-system img[alt='Speed Braces'] {
    display: block;
  }
  /* ===============================================
	PAGE SPECIFIC
=============================================== */
  .which-is-right-for-me #content p {
    display: inline-block;
    float: left;
  }
  .which-is-right-for-me #content a[href^='/sesame_media/docs/'] {
    text-align: center;
    width: 100%;
    display: block;
    clear: both;
  }
  .which-is-right-for-me #content a[href^='/sesame_media/docs/'] img {
    display: inline-block;
  }
  .in-ovation-testimonials .embed-container {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  [class^='inovation-chart-'] {
    max-width: 50%;
    display: inline-block;
  }
  .in-ovation-before-after #content p {
    text-align: center;
    margin-bottom: 0;
  }
  .in-ovation-before-after .content-text h3 {
    text-align: center;
  }
  .in-ovation-before-after .content-text .img-left,
  .in-ovation-before-after .content-text .border {
    max-width: 44%;
    margin: 2%;
    display: inline-block;
    float: none;
  }
  .in-ovation-videos .content-text h2 {
    text-align: center;
  }
  .in-ovation-videos .content-text .embed-container {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  body[class*='in-ovation'] .img-right {
    max-width: 40%;
  }
  /*END*/
}
/* custom animations */
@keyframes flyinmobilenav {
  from {
    transform: translate(100%, 0);
    opacity: 0;
    pointer-events: none;
  }
  to {
    transform: translate(0, 0);
    opacity: 1;
    pointer-events: auto;
  }
}

  .int-vids {
    width: 100%;
  }
/* ===============================================
	embed-container enhanced support
=============================================== */
@supports (aspect-ratio: 16 / 9) and (object-fit: cover) {
  .embed-container,
  .embed-container.ratio16x9 {
    height: auto;
    aspect-ratio: 16 / 9;
    padding: 0;
    display: block;
  }
  .embed-container.ratio9x16 {
    height: auto;
    aspect-ratio: 9 / 16;
    padding: 0;
    display: block;
  }

  @media only screen and (max-width: 1299px) {
    .embed-container,
    .embed-container.ratio16x9 {
      max-width: min( 40em , 90% );
    }
    .embed-container.ratio9x16 {
      max-width: min( 20em , 450% );
    }
  }
  @media only screen and (min-width: 1300px) {
    .embed-container,
    .embed-container.ratio16x9 {
      max-width: min( 40em , 1200px );
    }
        .embed-container.ratio9x16 {
      max-width: min( 20em , 600px );
    }
  }
  .embed-container embed,
  .embed-container.ratio16x9 embed,
  .embed-container.ratio9x16 embed,
  .embed-container object,
  .embed-container.ratio16x9 object,
  .embed-container.ratio9x16 object,
  .embed-container iframe,
  .embed-container.ratio16x9 iframe,
    .embed-container.ratio9x16 iframe {
    object-fit: cover;
    position: relative;
    top: auto;
    left: auto;
  }
}
/* flipIn */
@keyframes flipIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) translateY(100%) translateZ(-160px) rotateY(180deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0) translateY(0) translateZ(0) rotateY(0);
  }
}

.grecaptcha-badge { 
  z-index: 9999; }
