/* 
 Site Manager Version: 14.2.0
 Date Created: November 2025
 Account: walker-gary2
 Written by: Ricky Rivas
 Sesame Communications - All rights reserved. C2025
 Any reproduction or intentional misuse is strictly prohibited
*/
/* ===============================================
              options
 =============================================== */
/* ===============================================
                    colors
 =============================================== */
/* ===============================================
					fonts
=============================================== */
/* ==================================================================
Basic Stylings
These will affect every size of the site.
================================================================== */
html {
  scroll-behavior: smooth;
}
/* ===============================================
	body 
=============================================== */
body,
input,
select,
textarea {
  font-family: "DM Sans", sans-serif;
}
form button,
button {
  font-family: "DM Sans", sans-serif;
}
svg {
  display: inline-block;
}
body {
  color: #1e201d;
  background: #dad1c6;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 1300px) {
  body {
    font-size: 20px;
  }
}
/* ===============================================
	links 
=============================================== */
a {
  text-decoration: none;
}
#content a {
  color: #656460;
  text-decoration: none;
  transition: color 0.33s ease-in-out, opacity 0.33s ease-in-out;
  font-family: "DM Serif Text", serif;
  font-style: italic;
  font-weight: 400;
}
#content a:focus,
#content a:hover {
  color: #383736;
  text-decoration: underline;
  opacity: 0.5;
}
/* ===============================================
	h family || hfam 
=============================================== */
h1,
h2:not(.topic),
h3:not(.topic),
h4,
h5,
h6 {
  line-height: 1;
  text-align: left;
  color: #333631;
  text-rendering: auto;
  margin: 0 0 1.2em;
  font-family: "DM Serif Text", serif;
  font-weight: 400;
}
.sub h1 {
  font-size: 10vw;
  font-weight: 400;
  text-transform: none;
  margin-bottom: 0em;
  text-align: center;
  color: #fff;
}
@media only screen and (min-width: 480px) {
  .sub h1 {
    font-size: 3.4em;
  }
}
@media only screen and (min-width: 1300px) {
  .sub h1 {
    margin-bottom: 0.23529412em;
  }
}
.home h1 {
  font-size: min(3.4em, 11vw);
  text-align: center;
  margin: 0 0 0.5em;
  color: #383736;
}
@media only screen and (min-width: 1024px) {
  .home h1 {
    text-align: right;
  }
}
.home h1 .trait {
  display: block;
}
.home h1 .trait.top {
  line-height: 0.57142857;
  font-size: 0.51470588em;
  text-transform: none;
  color: #656460;
  font-style: italic;
}
h2:not(.topic) {
  font-size: 1.5em;
  color: #383736;
}
h3:not(.topic) {
  font-size: 1.3em;
}
h4 {
  font-size: 1.15em;
}
h5 {
  font-size: 1.1em;
}
h6 {
  font-size: 1.05em;
}
/* ===============================================
	containers
=============================================== */
.container {
  max-width: 64.5em;
}
@media only screen and (min-width: 1300px) {
  .container {
    width: 90%;
  }
}
/* ===============================================
	list styles - global overrides
=============================================== */
.what-sets-us-apart #content ol,
.meet-the-team #content ol,
.our-office #content ol,
.office-tour #content ol,
body[class*='-after'] #content ol {
  margin: 0;
}
#content ul li {
  list-style: disc outside;
}
/* ==================================================================
	masthead
=================================================================== */
#masthead {
  width: 100%;
  min-height: 44px;
  padding: 0;
  background-color: #d9d1c6;
  position: relative;
  z-index: 3000;
}
@media only screen and (max-width: 1299px) {
  #masthead {
    height: 88px;
  }
}
@media only screen and (min-width: 1300px) {
  #masthead {
    font-size: inherit;
    height: 5.25em;
    position: fixed;
    top: 0;
    left: 0;
  }
}
#masthead .container {
  max-width: none;
  width: calc(100% - 4em);
}
@media only screen and (max-width: 1299px) {
  #masthead .container {
    width: 100%;
  }
}
/* ===============================================
TRIGGER/NAVICON
=============================================== */
#trigger {
  line-height: 44px;
  color: #d9d1c6;
  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: #383736;
}
@media only screen and (min-width: 1300px) {
  #trigger {
    display: none;
  }
}
#trigger::before {
  content: "";
  width: 70px;
  height: 70px;
  background-color: #383736;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0) rotate(0deg);
  transition: transform 0.33s ease-in-out;
  border-radius: 7px;
}
#trigger::after {
  content: "";
  width: 62px;
  height: 62px;
  border: 1px solid #d9d1c6;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0) rotate(0deg);
  transition: transform 0.33s ease-in-out;
  border-radius: 5px;
}
.open #trigger::before {
  transform: translate3d(-50%, -50%, 0) rotate(180deg);
}
.open #trigger::after {
  transform: translate3d(-50%, -50%, 0) rotate(-180deg);
}
.open #trigger .navicon span:nth-child(1) {
  transform: translate(0, 12px) scaleX(0) rotate(0deg);
}
.open #trigger .navicon span:nth-child(4) {
  transform: translate(0, -12px) 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: 28px;
  height: 24px;
  display: inline-block;
  vertical-align: -5.5px;
  position: relative;
}
#trigger .navicon span {
  width: 100%;
  height: 4px;
  margin: auto;
  background: currentcolor;
  display: block;
  position: absolute;
  left: 0;
  opacity: 1;
  transform: translate(0, 0) scaleX(1) rotate(0deg);
  transition: transform 0.3s ease;
}
#trigger .navicon span:nth-child(1) {
  top: 0;
}
#trigger .navicon span:nth-child(2),
#trigger .navicon span:nth-child(3) {
  top: 0;
  bottom: 0;
}
#trigger .navicon span:nth-child(4) {
  bottom: 0;
}
/* ==================================================================
	main-nav
=================================================================== */
#main-nav {
  font-size: 20px;
  text-align: center;
  width: 86px;
  height: 100%;
  margin: 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: 1300px) {
  #main-nav {
    font-size: inherit;
    width: 100%;
    height: 3.75em;
    margin-top: 2em;
    background: none;
    box-shadow: none;
    top: auto;
    bottom: 0;
    z-index: 2900;
  }
}
#main-nav.open {
  /* a{  
			@media only screen and (max-width: 1023px) { visibility:visible; } 
		} */
}
@media only screen and (max-width: 1299px) {
  #main-nav.open .collapsible {
    transition-duration: 0.33s;
    transition-timing-function: ease;
    transform: translate(0, 0);
    visibility: visible;
    pointer-events: auto;
    opacity: 1;
  }
}
@media only screen and (max-width: 1299px) {
  #main-nav .collapsible {
    width: 100vw;
    max-width: 320px;
    position: absolute;
    top: 100%;
    right: 0;
    transition-property: transform, opacity, visibility;
    transition-duration: 0.09s;
    transition-timing-function: linear;
    transform: translate(100%, 0);
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
  }
}
@media only screen and (min-width: 1300px) {
  #main-nav .collapsible {
    margin: 0 auto;
    position: relative;
  }
}
#main-nav .mod {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #d9d1c6;
  margin-top: -10px;
  padding: 30px 0 34px;
  box-shadow: 0px 25px 25px 0px rgba(0, 0, 0, 0.25);
  transition-property: transform,
            opacity;
  transition-duration: 0.6s, 0.9s;
  transition-timing-function: ease-in-out;
  transition-delay: 0.24s;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
#main-nav .mod.mobtron {
  transform: translate(0, -33px);
  transition-duration: 0s;
  transition-delay: 0s;
  pointer-events: none;
  opacity: 0;
}
#main-nav .mod.mobtron * {
  pointer-events: none;
}
#main-nav .mod.mobtron:focus-within {
  transform: translate(0, 0);
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  pointer-events: auto;
  opacity: 1;
}
#main-nav .mod.mobtron:focus-within * {
  pointer-events: auto;
}
@media only screen and (min-width: 666px) and (max-width: 767px) {
  #main-nav .mod .contactinfo {
    display: none;
  }
}
@media only screen and (min-width: 666px) {
  #main-nav .mod {
    padding-top: 44px;
  }
}
@media only screen and (min-width: 768px) {
  #main-nav .mod {
    display: none;
  }
}
#main-nav .container {
  height: 100%;
  padding: 0;
}
@media only screen and (min-width: 1300px) {
  #main-nav .container {
    width: 96%;
    max-width: none;
  }
}
/* ===============================================
TOP LEVEL ITEMS || top ul
=============================================== */
@media only screen and (max-width: 1299px) {
  #main-nav .collapsible > ul {
    box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.25);
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
}
#main-nav ul {
  margin: 0;
  padding: 40px 0 40px;
  background-color: #bbb4ab;
  position: relative;
  z-index: 550;
  height: auto;
}
@media only screen and (max-width: 1299px) {
  #main-nav ul {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (min-width: 1300px) {
  #main-nav ul {
    height: 3.75em;
    width: 100%;
    margin: 0;
    padding: 0;
    background: none;
    position: static;
    float: none;
  }
}
#main-nav ul li {
  clear: both;
  cursor: pointer;
}
@media only screen and (min-width: 1300px) {
  #main-nav ul li {
    margin: 0 1.25em 0 0;
    background: none;
    vertical-align: top;
    clear: none;
  }
  #main-nav ul li a:focus-visible + ul,
  #main-nav ul li ul:focus-within,
  #main-nav ul li:hover > ul {
    width: auto;
    height: auto;
    margin: 0;
    clip: auto;
    pointer-events: auto;
  }
  #main-nav ul li.contact,
  #main-nav ul li.contact-us {
    margin-right: 0;
    padding-right: 0;
  }
  #main-nav ul li.contact:focus-visible > ul,
  #main-nav ul li.contact-us:focus-visible > ul,
  #main-nav ul li.contact:focus-within > ul,
  #main-nav ul li.contact-us:focus-within > ul,
  #main-nav ul li.contact.clicked > ul,
  #main-nav ul li.contact-us.clicked > ul,
  #main-nav ul li.contact.active > ul,
  #main-nav ul li.contact-us.active > ul,
  #main-nav ul li.contact:hover ul,
  #main-nav ul li.contact-us:hover ul {
    margin: 0;
  }
  #main-nav ul li.contact ul li a,
  #main-nav ul li.contact-us ul li a {
    text-align: center;
    float: right;
  }
}
#main-nav ul li a[id] {
  line-height: 50px;
  font-size: 23px;
  color: #383736;
  font-weight: 400;
  font-family: "DM Serif Text", serif;
  height: 50px;
  margin: 0;
  transition: color 0.33s ease;
  pointer-events: none;
}
@media only screen and (min-width: 1300px) {
  #main-nav ul li a[id] {
    line-height: 1.73913043;
    font-size: clamp( 12px, 1.15em , 23px );
    text-align: center;
    height: 100%;
    z-index: 3000;
    pointer-events: auto;
  }
}
#main-nav ul li a[id]:after {
  content: '';
  width: 100%;
  height: 8px;
  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);
  opacity: 0;
}
@media only screen and (max-width: 1299px) {
  #main-nav ul li a[id]:after {
    bottom: 3px;
  }
}
@media only screen and (min-width: 1300px) {
  #main-nav ul li a[id]:after {
    bottom: 1.25em;
  }
}
#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;
}
#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 {
  transform: translate(0, 0) scaleX(1);
  opacity: 1;
}
/* ===============================================
Flyout || ul ul
=============================================== */
#main-nav ul ul {
  width: 100%;
  padding: 0;
  background: none;
  border: none;
  float: left;
  transition: visibility 0.33s ease-in-out;
}
@media only screen and (min-width: 1300px) {
  #main-nav ul ul {
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 1.3em 0 1.5em;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    clip: rect(0 0 0 0);
    pointer-events: none;
    z-index: 2800;
    background: #bbb4aa;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
}
#main-nav ul ul li {
  height: 0;
  background: none;
  opacity: 0;
  overflow: hidden;
  transition-duration: 0.33s;
}
#main-nav ul ul li:focus-within {
  overflow: visible;
}
@media only screen and (min-width: 1300px) {
  #main-nav ul ul li {
    height: 1.75em;
    margin: 0;
    padding: 0;
    opacity: 1;
    overflow: visible;
  }
}
#main-nav ul ul li a {
  line-height: 44px;
  font-size: clamp( 12px, 0.75em , 15px );
  color: #1e201d;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  width: 100%;
  height: 44px;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 1;
  transition: background-color 0.33s ease-in-out, color 0.33s ease-in-out;
  perspective: 1000px;
  -webkit-perspective: 1000px;
}
@media only screen and (min-width: 1300px) {
  #main-nav ul ul li a {
    line-height: 2.33333333;
    text-align: center;
    white-space: nowrap;
    height: 2.33333333em;
    padding: 0 3.45em;
    float: left;
  }
}
#main-nav ul ul li a::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #76746f 0%, #bbb4ab 50%, #76746f 100%);
  z-index: -1;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  pointer-events: none;
  opacity: 0;
  transform: scale(0.9) rotateX(45deg);
}
#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;
  color: #fff;
  margin-bottom: 0;
  border: none;
}
#main-nav ul ul li a:focus-visible::before,
#main-nav ul ul li a:hover::before,
#main-nav ul ul li a.active::before {
  transform: scale(1, 1.09) rotateX(0deg);
  opacity: 1;
}
/* ===============================================
TERTIARY || if ul ul ul exists
=============================================== */
/* ===============================================
Flyout animation
=============================================== */
@media only screen and (max-width: 1299px) {
  #main-nav.open ul ul {
    visibility: hidden;
  }
  #main-nav.open ul .clicked ul {
    padding: 0 0 1em;
    visibility: visible;
  }
  #main-nav.open ul .clicked ul li {
    height: 44px;
    opacity: 1;
  }
}
/* ===============================================
	FULLMOB RULES
=============================================== */
/* ==================================================================
	header
=================================================================== */
#hd {
  text-align: center;
  color: #656460;
  height: 100%;
  padding: 0;
  position: relative;
  pointer-events: none;
}
@media only screen and (min-width: 666px) {
  #hd {
    text-align: right;
  }
}
@media only screen and (min-width: 1300px) {
  #hd {
    z-index: 3000;
  }
}
#hd .container {
  height: 100%;
  pointer-events: none;
}
#hd .mod {
  justify-content: center;
  z-index: 420;
}
@media only screen and (max-width: 665px) {
  #hd .mod {
    display: none;
    gap: 24px;
    width: 100%;
    position: absolute;
    top: calc(100% + 20px);
    right: 0;
  }
}
@media only screen and (min-width: 666px) {
  #hd .mod {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 13px;
    vertical-align: top;
    height: 100%;
    margin-right: 100px;
  }
}
@media only screen and (min-width: 666px) and (max-width: 767px) {
  #hd .mod .utilitynav {
    display: none;
  }
}
@media only screen and (min-width: 1300px) {
  #hd .mod {
    margin-right: 0px;
  }
}
/* ===============================================
	logo
=============================================== */
#logo {
  line-height: 0;
  width: 15.8em;
  margin: 0 auto 0 12px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  pointer-events: auto;
  font-size: 0.75em;
}
@media only screen and (min-width: 666px) {
  #logo {
    margin-left: 23px;
  }
}
@media only screen and (min-width: 1300px) {
  #logo {
    font-size: inherit;
    margin: 0;
  }
}
#logo a {
  display: inline-block;
  vertical-align: top;
  transition: opacity 0.33s ease-in-out;
}
@media only screen and (max-width: 1299px) {
  #logo a {
    min-height: 44px;
    display: flex;
    align-items: center;
  }
}
#logo a:focus {
  opacity: 0.51;
}
#logo svg {
  width: 15.8em;
  height: 3.3em;
}
#logo svg .letter {
  stroke: #1e201d;
  stroke-width: 1px;
}
/* ===============================================
	contact info
=============================================== */
.contactinfo {
  text-align: center;
  width: auto;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  pointer-events: auto;
}
.contactinfo .phone {
  font-size: 19px;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 1299px) {
  .contactinfo .phone {
    line-height: 44px;
  }
}
@media only screen and (min-width: 1300px) {
  .contactinfo .phone {
    line-height: 2.31578947;
  }
}
.contactinfo a {
  color: #383736;
  transition: color 0.33s ease-in-out;
  font-weight: 900;
  position: relative;
}
.contactinfo a::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0.25em;
  left: 0;
  transform: scaleX(0);
  opacity: 0;
  background-color: currentColor;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
}
@media only screen and (max-width: 665px) {
  .contactinfo a::after {
    bottom: 0.5em;
  }
}
.contactinfo a:focus,
.contactinfo a:hover {
  color: #000;
}
.contactinfo a:focus::after,
.contactinfo a:hover::after {
  transform: scaleX(1);
  opacity: 1;
}
/* ===============================================
	utility-nav
=============================================== */
.utilitynav {
  line-height: 0;
  width: auto;
  margin: 0;
  padding: 0;
  display: inline-flex;
  vertical-align: top;
  position: relative;
  z-index: 400;
  pointer-events: auto;
  gap: 3px;
}
.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;
  padding: 0.66666667em 0.79166667em;
  background: #656460;
  display: inline-block;
  vertical-align: top;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out;
  font-weight: 600;
  letter-spacing: 0.1em;
  border-radius: 5px;
  line-height: 1.16666667;
  position: relative;
  z-index: 1;
  perspective: 1000px;
  -webkit-perspective: 1000px;
}
.utilitynav a::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0;
  transform: scale(0.8) rotateX(45deg);
  transition: opacity 0.33s ease-in-out, transform 0.33s ease-in-out;
  z-index: -1;
  border-radius: inherit;
}
.utilitynav a:focus::before,
.utilitynav a:hover::before {
  transform: scale(1) rotateX(0deg);
  opacity: 1;
}
/* ==================================================================
	slideshow
=================================================================== */
#slideshow {
  text-align: center;
  min-height: 53.57142857vw;
  background: #000;
  position: relative;
  z-index: 400;
  color: #ffffff;
  overflow: hidden;
}
@media only screen and (max-width: 666px) {
  #slideshow {
    min-height: 375px;
  }
}
@media only screen and (min-width: 667px) and (max-width: 1299px) {
  #slideshow {
    width: 100%;
  }
}
@media only screen and (min-width: 1300px) {
  #slideshow {
    height: 805px;
    min-height: 805px;
  }
}
#slideshow::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f5f4ee;
  z-index: 400;
  opacity: 0.2;
}
#slideshow .welcomevid {
  width: 100%;
  margin: 0;
  aspect-ratio: 2000 / 1125;
  vertical-align: top;
}
@media only screen and (max-width: 666px) {
  #slideshow .welcomevid {
    width: 667px;
    margin: 0 calc( -333.5px  + 50vw );
  }
}
@media only screen and (min-width: 1300px) {
  #slideshow .welcomevid {
    margin-top: calc( -25vw + 402.5px );
  }
}
@media only screen and (max-width: 1299px) {
  #slideshow .welcomevid {
    transform: none !important;
  }
}
@media only screen and (min-width: 1300px) {
  #slideshow .welcomevid {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
  }
}
#slideshow .ssoverlay {
  width: 100%;
  padding: 0 3%;
  display: block;
  position: absolute;
  left: 0;
  transform: translate(0, 0%);
  z-index: 420;
  bottom: 3em;
}
#slideshow .ssoverlay .slogan {
  line-height: 1.09090909;
  font-size: min(44px, 6vw);
  color: currentcolor;
  margin: 0 auto 0em;
  display: block;
  font-family: "DM Serif Text", serif;
}
@media only screen and (min-width: 666px) {
  #slideshow .ssoverlay .slogan {
    font-size: min(44px, 5.25vw);
    max-width: 800px;
  }
}
@media only screen and (min-width: 1024px) {
  #slideshow .ssoverlay .slogan {
    width: 90%;
    max-width: none;
  }
}
@media only screen and (min-width: 1300px) {
  #slideshow .ssoverlay .slogan {
    width: 96%;
    font-size: min(44px, 3vw);
  }
}
/* ==================================================================
	.spotlight
=================================================================== */
.spotlight {
  text-align: center;
  background: #dad1c6;
  position: relative;
  z-index: 400;
}
.spotlight > div {
  position: relative;
}
/* ===============================================
	spot00 || COMMON SERVICES/CALLOUT-LIKE SECTION EXAMPLE
=============================================== */
.spot01 {
  text-align: center;
  color: #383736;
  margin: 0;
  padding: 3em 0 4em;
  position: relative;
  z-index: 410;
  background: #d9d1c6 url(../images/spotlight/spot01-mobile.jpg) center / cover no-repeat;
}
@media only screen and (min-width: 666px) {
  .spot01 {
    padding: 5em 0 125px;
  }
}
@media only screen and (min-width: 1024px) {
  .spot01 {
    padding: 4.6em 0 5.25em;
    background-image: url(../images/spotlight/spot01.jpg);
  }
}
@media only screen and (min-width: 1300px) {
  .spot01 {
    font-size: min(1.35vw, 1em);
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1999px) {
  .spot01 {
    background-size: 100em auto;
  }
}
.spot01 h2.topic {
  line-height: 1;
  font-size: min(55px, 11vw);
  color: #383736;
  width: 90%;
  display: block;
  font-family: "DM Serif Text", serif;
  font-weight: 400;
  margin: 0 auto 0.58181818em;
}
.spot01 .mod {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 47px;
  width: 90%;
}
@media only screen and (min-width: 768px) {
  .spot01 .mod {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 47px 30px;
    max-width: 800px;
  }
}
@media only screen and (min-width: 1300px) {
  .spot01 .mod {
    width: 100%;
    max-width: none;
    flex-wrap: nowrap;
    gap: 1.65em;
  }
}
.spot01 a {
  color: #fff;
  width: 100%;
  max-width: 330px;
  padding: 0;
  display: block;
  position: relative;
}
@media only screen and (min-width: 1300px) {
  .spot01 a {
    max-width: 16.5em;
  }
}
.spot01 a .decoration {
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  display: block;
}
.spot01 a .decoration img {
  width: 100%;
  border-radius: 30px;
  transition: filter 0.33s ease-in-out, -webkit-filter 0.33s ease-in-out;
}
.spot01 a .decoration::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #656460;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  opacity: 0;
  z-index: 1;
}
.spot01 a .decoration .innermod {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  opacity: 0;
}
.spot01 a .decoration .innermod .cta {
  line-height: 1.375;
  font-size: clamp( 12px, 0.8em , 16px );
  display: block;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0.625em;
}
.spot01 a .decoration .innermod .icon {
  display: inline-block;
  vertical-align: top;
  width: 1.25em;
  height: auto;
}
.spot01 a h3.topic {
  font-size: clamp( 12px, 1.05em , 21px );
  text-transform: uppercase;
  color: currentcolor;
  width: 82.5%;
  display: block;
  font-weight: 700;
  position: absolute;
  bottom: 0;
  left: 8.75%;
  z-index: 1;
  transition: transform 0.33s ease-in-out;
  transform: translate(0, 50%);
  pointer-events: none;
}
.spot01 a h3.topic .cta {
  display: block;
  background-color: #656460;
  line-height: 53.5px;
  border-radius: 10px;
  transition: background-color 0.33s ease-in-out;
}
.spot01 a:focus h3.topic,
.spot01 a:hover h3.topic {
  transform: translate(0, calc(-50% - 6.7em));
}
.spot01 a:focus h3.topic .cta,
.spot01 a:hover h3.topic .cta {
  background-color: transparent;
}
.spot01 a:focus .decoration img,
.spot01 a:hover .decoration img {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
}
.spot01 a:focus .decoration .innermod,
.spot01 a:hover .decoration .innermod {
  transform: translate(0, calc(-50% - 2.3em));
  opacity: 1;
}
.spot01 a:focus .decoration .innermod .icon path,
.spot01 a:hover .decoration .innermod .icon path {
  animation: point-gesture 0.66s ease-in-out infinite;
}
.spot01 a:focus .decoration::before,
.spot01 a:hover .decoration::before {
  opacity: 0.9;
}
/* ===============================================
	spot00 || COMMON GENERAL INFORMATION SPOTLIGHT SECTION
=============================================== */
.spot02 {
  color: #656460;
  padding: 3em 0;
}
@media only screen and (min-width: 666px) {
  .spot02 {
    padding: 5em 0;
  }
}
@media only screen and (min-width: 1024px) {
  .spot02 {
    padding: 6.65em 0 2.5em;
  }
}
@media only screen and (min-width: 1300px) {
  .spot02 {
    padding-right: 0.2em;
  }
}
.spot02 .decoration {
  width: 90%;
  max-width: 25.95em;
  overflow: hidden;
  border-radius: 5em;
  display: block;
  margin: 0 auto 3em;
}
@media only screen and (min-width: 1024px) {
  .spot02 .decoration {
    display: inline-block;
    vertical-align: middle;
    margin: 0 3.8em 0 0;
  }
}
.spot02 .decoration img {
  width: 100%;
  border-radius: 5em;
}
.spot02 .spot02pager {
  width: 90%;
  max-width: 27.55em;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) {
  .spot02 .spot02pager {
    text-align: left;
  }
}
.spot02 .spotbtn {
  font-size: min(2em, 7vw);
  text-align: center;
  color: #383736;
  display: block;
  position: relative;
  z-index: 420;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out;
  min-width: 44px;
  line-height: 3.2;
  font-family: "DM Serif Text", serif;
  font-weight: 400;
  perspective: 1000px;
  -webkit-perspective: 1000px;
}
.spot02 .spotbtn:nth-child(1) .gsap-border {
  border-top: 1px solid #000;
}
.spot02 .spotbtn .gsap-border {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-bottom: 1px solid #000;
}
.spot02 .spotbtn::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #e1dad0;
  opacity: 0;
  transform: scale(0.8) rotateX(45deg);
  transition: opacity 0.33s ease-in-out, transform 0.33s ease-in-out;
  z-index: -1;
}
.spot02 .spotbtn:focus,
.spot02 .spotbtn:hover,
.spot02 .spotbtn.cycle-pager-active {
  color: #5f5f5e;
}
.spot02 .spotbtn:focus::before,
.spot02 .spotbtn:hover::before,
.spot02 .spotbtn.cycle-pager-active::before {
  transform: scale(1) rotateX(0deg);
  opacity: 1;
}
/* ==================================================================
	subnav
=================================================================== */
#subnav {
  text-align: center;
  color: #fff;
  padding: 2.95em 0;
  position: relative;
  overflow: hidden;
  background-color: #656460;
}
@media only screen and (min-width: 1300px) {
  #subnav {
    padding-top: 7.75em;
  }
}
@media only screen and (max-width: 1299px) {
  #subnav nav {
    width: 100vw;
    display: none;
  }
}
#subnav p {
  font-size: clamp( 12px, 0.75em , 15px );
  margin: 0 auto;
  padding: 0;
  font-weight: 500;
  letter-spacing: 0.2em;
  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: 2.33333333;
    width: 100%;
  }
}
#subnav a {
  color: #fff;
  margin: 0 0.8em;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  #subnav a {
    margin: 0;
  }
}
#subnav a:after {
  content: '';
  width: 100%;
  height: 3px;
  background: #fff;
  display: block;
  position: absolute;
  bottom: 0.15em;
  left: 0;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  transform: translate(0, 0) scaleX(0);
  opacity: 0;
}
#subnav a:focus,
#subnav a:hover,
#subnav a.active {
  text-decoration: none;
}
#subnav a:focus:after,
#subnav a:hover:after,
#subnav a.active:after {
  transform: translate(0, 0) scaleX(1);
  opacity: 1;
}
#subnav .divider {
  margin: 0 1.4em;
  display: inline-block;
  vertical-align: 1.5px;
  width: 8px;
  height: 8px;
  background-color: currentColor;
}
/* ==================================================================
	content
=================================================================== */
#bd {
  padding: 3em 0;
  background: #dad1c6;
  position: relative;
  z-index: 400;
}
@media only screen and (min-width: 768px) {
  #bd {
    padding: 6em 0 3em;
  }
}
#bd.sub:after {
  content: none;
  height: 100%;
  width: 30em;
  height: 21.8em;
  background: url(../images/bd-letters.svg) center / cover no-repeat;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  #bd.sub:after {
    content: '';
    top: -3em;
    right: 1%;
    font-size: 0.9vw;
  }
}
@media only screen and (min-width: 1300px) {
  #bd.sub:after {
    top: -3em;
    font-size: 1em;
    right: auto;
    left: calc(50% + 20.5em );
  }
}
#bd .container {
  width: 90%;
  max-width: 65.8em;
}
#content {
  max-width: 798.5px;
  display: block;
}
@media only screen and (min-width: 768px) {
  #content {
    width: 60.67629179%;
    max-width: 39.925em;
    float: left;
  }
}
@media only screen and (min-width: 1300px) {
  #content {
    width: 60.67629179%;
  }
}
#content .content-text {
  line-height: 1.8;
}
@media only screen and (min-width: 666px) {
  #content .content-text {
    font-size: min(2.3vw, 20px );
  }
}
@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: 20px;
  }
}
/* ==================================================================
	.home content
=================================================================== */
.home #bd {
  padding: 3em 0;
}
@media only screen and (min-width: 768px) {
  .home #bd {
    padding: 4em 0 3em;
  }
}
@media only screen and (min-width: 1024px) {
  .home #bd {
    text-align: center;
    padding-top: 2.4em;
    padding-right: 0.3em;
  }
  .home #bd header {
    display: inline-block;
    vertical-align: top;
    margin-top: 0.4em;
    margin-right: 4em;
  }
}
.home #bd .container {
  width: 90%;
  max-width: 64.5em;
  /* @media only screen and (min-width: 768px) and (max-width: 1299px) { 
			max-width:70ch; 
		} */
}
@media only screen and (min-width: 1300px) {
  .home #bd .container {
    width: 96%;
  }
}
@media only screen and (min-width: 768px) {
  .home #bd #content {
    width: 100%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
}
.home #bd #content .content-text {
  line-height: 1.88235294;
  text-align: left;
  margin: 0 auto;
}
@media only screen and (min-width: 666px) {
  .home #bd #content .content-text {
    font-size: min(2.3vw, 17px );
    max-width: 50ch;
  }
}
@media only screen and (min-width: 1024px) {
  .home #bd #content .content-text {
    display: inline-block;
    vertical-align: top;
    max-width: 32.17647059em;
    width: 42.40310078%;
    margin: 0;
  }
}
/* ==================================================================
	custom content
=================================================================== */
.mediaslider {
  text-align: center;
  max-width: calc( 100% - 88px );
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.mediaslider button {
  background: none;
  border: none;
  -webkit-appearance: none;
  cursor: pointer;
  pointer-events: auto;
}
.mediaslider .cycle-slideshow {
  width: 100%;
  margin: 0.5em 0 1.5em;
  position: relative;
  pointer-events: none;
  z-index: 400;
}
.mediaslider .cycle-slideshow > button {
  font-size: 2.8em;
  color: #656460;
  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: #656460;
  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: #383736;
}
.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: #383736;
  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.16666667;
  font-size: clamp( 12px, 1.5em , 30px );
  font-weight: 400;
  text-decoration: none;
  color: #383736;
  transition-duration: 0s;
  font-family: "DM Serif Text", serif;
  font-style: normal;
}
.sitemap #content ul ul li a {
  line-height: 1.8;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  color: #1e201d;
  margin-left: 0;
  font-family: "DM Sans", sans-serif;
}
.sitemap #content a:focus,
.sitemap #content a:hover {
  color: #656460;
  opacity: 0.5;
  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: 90%;
  max-width: 22em;
  margin: 0 auto 2em;
  padding: 0;
  display: none;
  position: relative;
  z-index: 420;
}
@media only screen and (min-width: 768px) {
  #sidebar {
    width: 33.43465046%;
    margin: 0.95em 0.9em 1em 0;
    display: block;
    float: right;
    clear: right;
  }
}
/* ===============================================
	sitepics
=============================================== */
#hide-stock {
  position: relative;
}
#hide-stock::before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
  width: 110%;
  height: 110%;
  left: -5%;
  top: -5%;
  border: 2px solid #3c3837;
  pointer-events: none;
}
.stock {
  width: 100%;
  position: relative;
  border-radius: 50%;
}
/* ===============================================
	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: block;
}
body[class~='blog'] #sidebar {
  display: block;
}
body[class~='blog'] #hide-stock {
  display: none;
}
/* END SIDEBAR */
/* ===============================================
	spot00 || COMMON TESTIMONIAL SLIDESHOW SECTION EXAMPLE
=============================================== */
.spot03 {
  font-size: min(4vw, 1em);
  padding: 3em 0;
  background: #bbb5ab url(../images/spotlight/spot03.jpg) center / cover no-repeat;
}
@media only screen and (min-width: 666px) {
  .spot03 {
    padding: 5em 0;
  }
}
@media only screen and (min-width: 1024px) {
  .spot03 {
    padding-bottom: 5.15em;
    font-size: min(1.4vw, 1em);
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1999px) {
  .spot03 {
    background-size: 100em auto;
  }
}
.spot03 .decoration {
  width: 90%;
  max-width: 24.15em;
  display: block;
  margin: 0 auto 3em;
  position: relative;
  line-height: 0;
}
@media only screen and (min-width: 1024px) {
  .spot03 .decoration {
    display: inline-block;
    vertical-align: middle;
    margin: 0 3.75em 0 0;
  }
}
.spot03 .decoration svg {
  width: 100%;
  height: auto;
  -webkit-animation: 120s linear infinite both spin;
  animation: 120s linear infinite both spin;
}
.spot03 .decoration #spot03show {
  display: block;
  width: 100%;
  max-width: min(72%, 16.9em );
  min-height: min(72%, 16.9em );
  position: absolute !important;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  border-radius: 50%;
  z-index: 100;
  background-color: #fff;
  border: 0.2em solid #fff;
}
.spot03 .decoration #spot03show img {
  width: 100%;
  border-radius: 50%;
  position: absolute;
  opacity: 0;
}
.spot03 .mod {
  display: inline-block;
  vertical-align: middle;
  width: 90%;
  max-width: 37.75em;
  text-align: left;
}
@media only screen and (min-width: 1024px) {
  .spot03 .mod {
    margin-top: 1.7em;
  }
}
.spot03 .mod .cycle-slideshow {
  margin-bottom: 1.85em;
  min-height: 12.5em;
}
.spot03 .mod .cycle-slideshow > div {
  position: absolute;
  opacity: 0;
}
.spot03 .cycle-slideshow {
  color: #fff;
  width: 100%;
  display: block;
}
.spot03 .cycle-slide {
  width: 100%;
  margin: 0;
  display: block;
  transition: color 0.33s ease-in-out;
}
.spot03 .cycle-slide figure {
  margin: 0;
}
.spot03 .testimony {
  line-height: 1.2;
  font-size: clamp( 12px, 1.6em , 32px );
  margin: 0 auto 0.75em;
  display: block;
  font-weight: 400;
  font-family: "DM Serif Text", serif;
}
.spot03 .testifier {
  line-height: 2.26315789;
  font-size: clamp( 12px, 0.95em , 19px );
  text-transform: uppercase;
  font-weight: 500;
  display: block;
  letter-spacing: 0.22em;
}
.spot03 .spotbtn {
  font-size: clamp( 12px, 0.6em , 12px );
  text-align: center;
  text-transform: uppercase;
  color: #1e201d;
  background-color: #fff;
  width: 15.58333333em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  position: relative;
  z-index: 420;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out;
  gap: 6px;
  border-radius: 10px;
  letter-spacing: 0.28em;
  font-weight: 600;
  margin-right: 0.75em;
  line-height: 5;
  min-width: 44px;
  margin-bottom: 10px;
  perspective: 1000px;
  -webkit-perspective: 1000px;
}
.spot03 .spotbtn .icon {
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: auto;
}
.spot03 .spotbtn .icon path {
  stroke: currentColor;
  stroke-width: 1px;
}
.spot03 .spotbtn::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0;
  transform: scale(0.8) rotateX(45deg);
  transition: opacity 0.33s ease-in-out, transform 0.33s ease-in-out;
  z-index: -1;
  border-radius: inherit;
}
.spot03 .spotbtn:hover,
.spot03 .spotbtn:focus {
  color: #fff;
}
.spot03 .spotbtn:hover .icon path,
.spot03 .spotbtn:focus .icon path {
  animation: point-gesture 0.66s ease-in-out infinite;
}
.spot03 .spotbtn:hover::before,
.spot03 .spotbtn:focus::before {
  transform: scale(1) rotateX(0deg);
  opacity: 1;
}
.spot03 .socialmedia {
  line-height: 0;
  text-align: center;
  margin-bottom: 10px;
  padding: 0;
  display: inline-flex;
  vertical-align: middle;
  justify-content: center;
  gap: 8px;
}
.spot03 .socialmedia a {
  font-size: 25px;
  color: #000;
  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;
  width: 58px;
  height: 58px;
  line-height: 58px;
  background-color: #fff;
  border-radius: 50%;
  z-index: 1;
  perspective: 1000px;
  -webkit-perspective: 1000px;
}
@media only screen and (min-width: 1300px) {
  .spot03 .socialmedia a {
    width: 2.32em;
    height: 2.32em;
    line-height: 2.32;
  }
}
.spot03 .socialmedia a:not(.spot) {
  display: none;
}
.spot03 .socialmedia a .icon {
  position: relative;
}
.spot03 .socialmedia a.facebook .icon::before {
  content: '\f09a';
}
.spot03 .socialmedia a::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0;
  transform: scale(0.8) rotateX(45deg);
  transition: opacity 0.33s ease-in-out, transform 0.33s ease-in-out;
  z-index: -1;
  border-radius: inherit;
}
.spot03 .socialmedia a:hover,
.spot03 .socialmedia a:focus {
  color: #fff;
}
.spot03 .socialmedia a:hover::before,
.spot03 .socialmedia a:focus::before {
  transform: scale(1) rotateX(0deg);
  opacity: 1;
}
/* ==================================================================
	#ft
=================================================================== */
#ft {
  text-align: center;
  color: #fff;
  width: 100%;
  padding: 0;
  background-color: #ccc;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
  overflow: hidden;
}
#ft .map-container {
  display: block;
  height: auto;
  overflow: hidden;
  z-index: -1;
  width: 100%;
  position: relative;
  line-height: 0;
}
@media only screen and (max-width: 1023px) {
  #ft .map-container {
    width: 114%;
    margin-left: -14%;
  }
}
@media only screen and (min-width: 1024px) {
  #ft .map-container {
    width: 69em;
    position: absolute;
    top: 0;
    left: calc(50% - 13.55em);
  }
}
@media only screen and (min-width: 1300px) {
  #ft .map-container {
    width: 1271px;
  }
}
#ft .map-container svg {
  width: 100%;
  height: auto;
}
#ft .map-container path {
  transition: fill-opacity 0.33s ease-in-out;
}
#ft .map-container .segments__1 {
  color: #a0987e73;
  fill-opacity: 0.7;
}
#ft .map-container .segments__2 {
  color: #c2ae9780;
  fill-opacity: 0.7;
}
#ft .map-container .segments__3 {
  color: transparent;
}
#ft .map-container .segments__4 {
  color: #78716078;
  fill-opacity: 0.7;
}
#ft .map-container .locations {
  display: block;
}
#ft .map-container .locations .location {
  line-height: 1.2;
  font-size: clamp( 12px, 0.7em , 14px );
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #383736;
  width: 8.42857143em;
  height: 2.78571429em;
  position: absolute;
  font-weight: 800;
}
#ft .map-container .locations .location:nth-child(1) {
  top: 5%;
  left: 15%;
}
@media only screen and (min-width: 666px) {
  #ft .map-container .locations .location:nth-child(1) {
    top: 25%;
    left: 20%;
  }
}
@media only screen and (min-width: 1024px) {
  #ft .map-container .locations .location:nth-child(1) {
    top: 15.85em;
    left: 18.45em;
  }
}
#ft .map-container .locations .location:nth-child(2) {
  top: 5%;
  right: 2.5%;
}
@media only screen and (min-width: 666px) {
  #ft .map-container .locations .location:nth-child(2) {
    top: 10%;
    right: 20%;
  }
}
@media only screen and (min-width: 1024px) {
  #ft .map-container .locations .location:nth-child(2) {
    top: 5em;
    left: 50em;
    right: auto;
  }
}
@media only screen and (min-width: 1300px) {
  #ft .map-container .locations .location:nth-child(2) {
    left: min(59vw, 67.75em);
  }
}
#ft .map-container .locations .location:nth-child(3) {
  bottom: 5%;
  left: 15%;
}
@media only screen and (min-width: 666px) {
  #ft .map-container .locations .location:nth-child(3) {
    bottom: 8%;
    left: 17%;
  }
}
@media only screen and (min-width: 1024px) {
  #ft .map-container .locations .location:nth-child(3) {
    bottom: 2.9em;
    left: 8.2em;
  }
}
@media only screen and (min-width: 1300px) {
  #ft .map-container .locations .location:nth-child(3) {
    left: 8.25em;
  }
}
#ft .map-container .locations .location:nth-child(4) {
  bottom: 5%;
  right: 2.5%;
}
@media only screen and (min-width: 666px) {
  #ft .map-container .locations .location:nth-child(4) {
    bottom: 5%;
    left: 55%;
    right: auto;
  }
}
@media only screen and (min-width: 1024px) {
  #ft .map-container .locations .location:nth-child(4) {
    bottom: 3.5em;
    left: 42.3em;
  }
}
#ft a {
  color: #383736;
  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(204, 198, 190, 0.9);
  display: block;
}
@media only screen and (min-width: 768px) {
  #location {
    background-color: #ffffff;
    padding: 5em 0 4em;
  }
}
@media only screen and (min-width: 1024px) {
  #location {
    padding: 7.55em 0 0.8em;
    margin-right: calc(50% + 10.8em);
    width: calc(50% - 10.8em);
    float: right;
  }
}
#location .mod {
  text-align: center;
  width: 100%;
  max-width: 20em;
  display: block;
  margin: 0 auto;
}
#location .logo {
  line-height: 0;
  text-align: center;
  margin: 0 auto 2.45em;
  display: block;
}
#location .logo:focus {
  opacity: 0.51;
}
#location .logo svg {
  width: 15.8em;
  height: 3.3em;
}
#location .logo svg .letter {
  stroke: #1e201d;
  stroke-width: 0.5px;
}
#location .phone {
  font-size: clamp( 12px, 1.55em , 31px );
  display: block;
  font-family: "DM Serif Text", serif;
  font-weight: 400;
  margin-bottom: 0.5em;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  #location .phone {
    line-height: 44px;
  }
}
@media only screen and (min-width: 768px) {
  #location .phone {
    line-height: 1;
  }
}
#location .phone [itemprop="telephone"] {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
#location .phone [itemprop="telephone"]::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -0.25em;
  left: 0;
  transform: scaleX(0);
  opacity: 0;
  background-color: currentColor;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
}
#location .phone:hover [itemprop="telephone"]::after,
#location .phone:focus [itemprop="telephone"]::after {
  transform: scaleX(1);
  opacity: 1;
}
#location .address {
  font-size: clamp( 12px, 1.25em , 25px );
  margin: 0 auto 1.325em;
  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.12;
  }
}
#location .address .street {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
#location .address .street::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -0.25em;
  left: 0;
  transform: scaleX(0);
  opacity: 0;
  background-color: currentColor;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
}
#location .address .marker {
  line-height: 1;
  font-size: 10vw;
  color: #656460;
  position: absolute;
  top: 22.5vw;
  margin-left: -3vw;
  left: 50%;
  z-index: 400;
  transition: transform 0.33s ease-in-out;
  transform-origin: center bottom;
  width: auto;
}
@media only screen and (min-width: 666px) {
  #location .address .marker {
    display: block;
    top: 25.75vw;
    margin-left: -1.75vw;
    font-size: 6.55vw;
  }
}
@media only screen and (min-width: 1024px) {
  #location .address .marker {
    font-size: 2.64em;
    top: 4.95em;
    margin-left: 7.4em;
    bottom: auto;
  }
}
@media only screen and (min-width: 1300px) {
  #location .address .marker {
    display: block;
    margin-left: 6.43939394em;
    top: 4.42424242em;
  }
}
#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 .street::after,
#location .address:hover .street::after {
  transform: scaleX(1);
  opacity: 1;
}
#location .address:focus .marker,
#location .address:hover .marker {
  transform: translate(0, 0) scale(2);
}
#location .spotbtn {
  font-size: clamp( 12px, 0.75em , 15px );
  text-align: center;
  text-transform: uppercase;
  color: #383736;
  width: 100%;
  background: none;
  border: none;
  border-radius: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.3em;
  position: relative;
  z-index: 420;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out;
  letter-spacing: 0.2em;
  margin: 0 0 0.25em;
  padding: 0;
  cursor: pointer;
  font-weight: 500;
}
@media only screen and (max-width: 1299px) {
  #location .spotbtn {
    line-height: 44px;
    min-width: 44px;
  }
}
@media only screen and (min-width: 1300px) {
  #location .spotbtn {
    line-height: 2.46666667;
  }
  #location .spotbtn.first {
    right: 0.25em;
  }
}
#location .spotbtn .cta {
  display: inline-block;
  position: relative;
}
#location .spotbtn .cta::after {
  content: "";
  width: calc(100% - 0.25em);
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: currentColor;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
}
@media only screen and (min-width: 1300px) {
  #location .spotbtn .cta::after {
    bottom: 0.35em;
  }
}
#location .spotbtn .icon {
  width: 1em;
  height: auto;
  stroke: currentColor;
}
#location .spotbtn:hover,
#location .spotbtn:focus {
  color: #000;
}
#location .spotbtn:hover .icon path,
#location .spotbtn:focus .icon path {
  animation: point-gesture 0.66s ease-in-out infinite;
}
#location .spotbtn:hover .cta::after,
#location .spotbtn:focus .cta::after {
  transform: scaleX(0);
  opacity: 0;
}
#location .socialmedia {
  line-height: 0;
  text-align: center;
  width: 100%;
  height: auto;
  margin: 1.5em 0 3.65em;
  padding: 0;
  display: flex;
  justify-content: center;
}
#location .socialmedia a {
  font-size: clamp( 12px, 0.55em , 11px );
  color: #636363;
  min-width: 24px;
  min-height: 24px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: transform 0.33s ease-in-out, color 0.33s ease-in-out;
}
@media only screen and (max-width: 1023px) {
  #location .socialmedia a {
    font-size: 20px;
    line-height: 44px;
    width: 44px;
    height: 44px;
  }
}
@media only screen and (min-width: 1024px) {
  #location .socialmedia a {
    line-height: 4;
    width: auto;
    height: 4em;
  }
}
#location .socialmedia a .icon {
  position: relative;
}
#location .socialmedia a:hover,
#location .socialmedia a:focus {
  color: #000;
  transform: scale(1.1);
}
#location .socialmedia a:hover .icon,
#location .socialmedia a:focus .icon {
  animation: finger-tap 1s ease-in-out infinite;
}
/* ==================================================================
		#links
=================================================================== */
#links {
  text-align: center;
  color: #000;
  margin: 0;
  background-color: #d9d1c6;
  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: 3.85em;
    padding: 0.825em 0 0;
  }
}
#location .util {
  font-size: clamp( 12px, 0.6em , 12px );
}
@media only screen and (min-width: 480px) {
  #location .util {
    width: auto;
    margin: 0;
  }
}
@media only screen and (max-width: 1299px) {
  #location .util {
    line-height: 44px;
  }
}
@media only screen and (min-width: 1300px) {
  #location .util {
    line-height: 3.66666667;
  }
}
#location .util a {
  color: #383736;
  transition: color 0.33s ease-in-out;
  position: relative;
  z-index: 1;
}
#location .util a::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0.5em;
  left: 0;
  transform: scaleX(0);
  opacity: 0;
  background-color: currentColor;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
}
#location .util a:focus,
#location .util a:hover {
  color: #000;
}
#location .util a:focus::after,
#location .util a:hover::after {
  transform: scaleX(1);
  opacity: 1;
}
#location .util a,
#location .util .divider {
  display: inline-block;
  color: #383736;
}
#location .util .divider {
  margin: 0 0.4em;
}
/* ===============================================
		sesame link
=============================================== */
a#sesame-link .sesameicon {
  width: 1.33333333em;
  height: 1.16666667em;
  margin-right: 0.58333333em;
  display: inline-block;
  vertical-align: middle;
}
a#sesame-link .sesameicon path {
  fill: currentcolor;
  transition: fill 0.33s ease-in-out;
}
/* ===============================================
	backToTop
=============================================== */
#btt {
  text-align: center;
  width: 100%;
  margin: 0;
  display: block;
  position: relative;
}
@media only screen and (min-width: 480px) {
  #btt {
    width: auto;
  }
}
a#backtotop {
  color: #383736;
  display: inline-flex;
  vertical-align: top;
  transition: color 0.33s ease-in-out;
  height: 44px;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1299px) {
  a#backtotop {
    width: 44px;
  }
}
@media only screen and (min-width: 1300px) {
  a#backtotop {
    width: 36px;
  }
}
a#backtotop svg {
  width: 100%;
  height: auto;
}
a#backtotop svg path {
  transform-box: fill-box;
  transform-origin: 50% 50%;
  transition: transform 0.33s ease-in-out;
}
a#backtotop:focus,
a#backtotop:hover {
  color: #656460;
}
a#backtotop:focus svg path:nth-child(1),
a#backtotop:hover svg path:nth-child(1) {
  transform: scale(1.1);
}
a#backtotop:focus svg path:nth-child(2),
a#backtotop:hover svg path:nth-child(2) {
  animation: finger-tap 1s ease-in-out infinite;
}
/*superlative*/
/************************************************************************************************************************************************/
/* hr element - div.hr */
hr,
.types-of-braces #content div.clear {
  font-size: inherit;
  width: 100%;
  margin: 1.58em 0;
  height: 1px;
  background: #666;
  border: none;
  display: block;
}
.brushing-and-flossing .content-text hr {
  float: left;
}
/* ===============================================
	Form Buttons
=============================================== */
form button {
  letter-spacing: normal;
  font-size: clamp( 12px, 1em , 20px );
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  height: 44px;
  padding: 0 1em;
  background-color: #656460;
  border: 1px solid #656460;
  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;
  perspective: 1000px;
  -webkit-perspective: 1000px;
  overflow: hidden;
  letter-spacing: 0.1em;
  border-radius: 5px;
}
form button::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0;
  transform: scale(0.8) rotateX(45deg);
  transition: opacity 0.33s ease-in-out, transform 0.33s ease-in-out;
  z-index: -1;
  border-radius: inherit;
}
form button:focus::before,
form button:hover::before {
  transform: scale(1) rotateX(0deg);
  opacity: 1;
}
form p {
  height: auto;
}
/* ===============================================
	skip link styles
=============================================== */
.skiplink {
  line-height: 2;
  font-size: 12px;
  color: #fff;
  padding: 0.5em 1em;
  background-color: #383736;
  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: #656460;
  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: #383736;
}
/* ===============================================
	.screenreader 
	a11y support for descriptive text on vaguely worded buttons
	https://gomakethings.com/hidden-content-for-better-a11y/#hidden-labels
=============================================== */
.screenreader {
  white-space: nowrap;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
/************************************************************************************************************************************************/
/* end superlatives */
/* ===============================================
Tablet || Supports 768px and up
=============================================== */
@media only screen and (min-width: 768px) {
  /* ===============================================
	blanket content sidebar hide
=============================================== */
  .sitemap #bd.sub:after {
    content: none;
  }
  .sitemap #content,
  .layout-full-width #content {
    width: 70%;
    /* count out 90-100 characters per line to determine width */
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .sitemap #sidebar,
  .layout-full-width #sidebar {
    display: none;
  }
  /* ===============================================
	custom content
=============================================== */
  .speed-system img[alt='Speed Braces'] {
    display: block;
  }
  /* ===============================================
	PAGE SPECIFIC
=============================================== */
  .which-is-right-for-me #content p {
    display: inline-block;
    float: left;
  }
  .which-is-right-for-me #content a[href^='/sesame_media/docs/'] {
    text-align: center;
    width: 100%;
    display: block;
    clear: both;
  }
  .which-is-right-for-me #content a[href^='/sesame_media/docs/'] img {
    display: inline-block;
  }
  .in-ovation-testimonials .embed-container {
    margin-right: auto;
    margin-left: auto;
    display: block;
  }
  [class^='inovation-chart-'] {
    max-width: 50%;
    display: inline-block;
  }
  .in-ovation-before-after #content p {
    text-align: center;
    margin-bottom: 0;
  }
  .in-ovation-before-after .content-text h3 {
    text-align: center;
  }
  .in-ovation-before-after .content-text .img-left,
  .in-ovation-before-after .content-text .border {
    max-width: 44%;
    margin: 2%;
    display: inline-block;
    float: none;
  }
  .in-ovation-videos .content-text h2 {
    text-align: center;
  }
  .in-ovation-videos .content-text .embed-container {
    margin-right: auto;
    margin-left: auto;
    display: block;
  }
  body[class*='in-ovation'] .img-right {
    max-width: 40%;
  }
  /*END*/
}
/* ===============================================
	embed-container enhanced support
=============================================== */
@supports (aspect-ratio: 16 / 9) and (object-fit: cover) {
  @media only screen and (max-width: 1299px) {
    .embed-container,
    .embed-container.ratio16x9 {
      max-width: min( 39.925em , 90% );
    }
  }
  @media only screen and (min-width: 1300px) {
    .embed-container,
    .embed-container.ratio16x9 {
      max-width: min( 39.925em , 1200px );
    }
  }
}
@keyframes point-gesture {
  0%,
  100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
}
@keyframes finger-tap {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* Recommended styles for Splitting */
.splitting .word,
.splitting .char {
  display: inline-block;
}
/* Psuedo-element chars */
.splitting .char {
  position: relative;
}
/**
 * Populate the psuedo elements with the character to allow for expanded effects
 * Set to `display: none` by default; just add `display: block` when you want
 * to use the psuedo elements
 */
.splitting .char::before,
.splitting .char::after {
  content: attr(data-char);
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  transition: inherit;
  user-select: none;
}
/* Expanded CSS Variables */
.splitting {
  /* The center word index */
  --word-center: calc((var(--word-total) - 1) / 2);
  /* The center character index */
  --char-center: calc((var(--char-total) - 1) / 2);
  /* The center character index */
  --line-center: calc((var(--line-total) - 1) / 2);
}
.splitting .word {
  /* Pecent (0-1) of the word's position */
  --word-percent: calc(var(--word-index) / var(--word-total));
  /* Pecent (0-1) of the line's position */
  --line-percent: calc(var(--line-index) / var(--line-total));
}
.splitting .char {
  /* Percent (0-1) of the char's position */
  --char-percent: calc(var(--char-index) / var(--char-total));
  /* Offset from center, positive & negative */
  --char-offset: calc(var(--char-index) - var(--char-center));
  /* Absolute distance from center, only positive */
  --distance: calc((var(--char-offset) * var(--char-offset)) / var(--char-center));
  /* Distance from center where -1 is the far left, 0 is center, 1 is far right */
  --distance-sine: calc(var(--char-offset) / var(--char-center));
  /* Distance from center where 1 is far left/far right, 0 is center */
  --distance-percent: calc(var(--distance) / var(--char-center));
}
