/* 
 Site Manager Version: 14.2.0
 Date Created: July 2025
 Account: dental-pointe
 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: "Poppins", sans-serif;
}
form button,
button {
  font-family: "Poppins", sans-serif;
}
svg {
  display: inline-block;
}
body {
  color: #4c4d4f;
  background: #ccc;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 1300px) {
  body {
    font-size: 20px;
  }
}
jarvis-scheduler-v2{
    z-index: 8000;
    position: absolute;
  }
/* ===============================================
	links 
=============================================== */
a {
  text-decoration: none;
}
#content a {
  color: #71a132;
  text-decoration: underline;
  transition: color 0.33s ease-in-out;
}
#content a:focus,
#content a:hover {
  color: #fcb616;
}
/* ===============================================
	h family || hfam 
=============================================== */
h1,
h2:not(.topic),
h3:not(.topic),
h4,
h5,
h6 {
  line-height: 1;
  text-align: left;
  color: #000;
  text-rendering: auto;
  margin: 0 0 1.09090909em;
  font-weight: 400;
  font-family: "Afacad Flux", sans-serif;
}
.sub h1 {
  margin-bottom: 0.55882353em;
  color: #8cc63e;
}
@media only screen and (min-width: 480px) {
  .sub h1 {
    font-size: 3.4em;
  }
}
.home h1 {
  font-size: min(4.05em, 15vw);
  margin: 0;
  color: #71a132;
}
.home h1 .trait {
  display: block;
}
.home h1 .trait.top {
  line-height: 1.2;
  font-size: 0.30864198em;
  text-transform: none;
}
.home h1 .trait.bottom {
  line-height: 1;
  font-size: 0.41975309em;
  text-transform: none;
  color: #4c4d4f;
  margin-left: 0.1em;
}
h2:not(.topic) {
  font-size: 1.73684211em;
}
h3:not(.topic) {
  font-size: 1.57894737em;
}
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;
}
@media only screen and (max-width: 1299px) {
  #masthead {
    height: 63px;
  }
  #masthead.ready:not(.open) #logo svg .layer-1__text {
    color: #fff;
  }
  #masthead.ready:not(.open) #contactinfo .phone {
    color: #fff;
  }
  #masthead.ready:not(.open) #contactinfo .phone .icon {
    color: #fff;
  }
  #masthead.ready:not(.open)::before {
    transform: translate(0%, -100%);
  }
  #masthead.ready:not(.open) a[id] {
    color: #fff;
  }
}
@media only screen and (min-width: 1300px) {
  #masthead {
    font-size: inherit;
    height: 6em;
    position: fixed;
    /* flash of unanimated content */
  }
  #masthead #main-nav,
  #masthead #logo {
    opacity: 0;
  }
  #masthead.ready #logo svg .layer-1__text {
    color: #fff;
  }
  #masthead.ready #contactinfo .phone {
    color: #fff;
  }
  #masthead.ready #contactinfo .phone .icon {
    color: #fff;
  }
  #masthead.ready::before {
    transform: translate(0%, -100%);
  }
  #masthead.ready a[id] {
    color: #fff;
  }
  #masthead.ready #main-nav .mod {
    border-color: #fff;
  }
}
#masthead::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.33s ease;
  background-color: white;
}
#masthead .container {
  width: 100%;
  max-width: none;
}
@media only screen and (min-width: 1300px) {
  #masthead .container {
    width: calc(100% - 4em);
  }
}
/* ===============================================
TRIGGER/NAVICON
=============================================== */
#trigger {
  line-height: 44px;
  color: #71a132;
  width: 70px;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  background: none;
  box-shadow: none;
  border: none;
  -webkit-display: none;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 600;
  transition: color 0.33s ease-in-out;
  cursor: pointer;
}
@media only screen and (max-width: 575px) {
  #trigger {
    margin-right: 0;
  }
}
#trigger:focus-visible {
  color: #fcb616;
}
@media only screen and (min-width: 1300px) {
  #trigger {
    display: none;
  }
}
#trigger .toggle-vector__states--idle,
#trigger .toggle-vector__states--active {
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  transform-origin: 50% 50%;
  transform-box: fill-box;
}
#trigger .toggle-vector__states--idle {
  opacity: 0;
}
.open #trigger .toggle-vector__states--idle {
  opacity: 1;
  transform: rotate(180deg);
}
.open #trigger .toggle-vector__states--active {
  opacity: 0;
  transform: rotate(180deg);
}
#trigger .navicon {
  width: 24px;
  height: 18px;
  display: inline-block;
  vertical-align: -3px;
  position: relative;
}
#trigger .navicon span {
  width: 100%;
  height: 3px;
  margin: auto;
  background: currentcolor;
  display: block;
  position: absolute;
  left: 0;
  opacity: 1;
  transform: translate(0, 0) scaleX(1) rotate(0deg);
  transition: transform 0.3s ease;
}
#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: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  clear: both;
}
@media only screen and (max-width: 575px) {
  #main-nav {
    /* scrollbar bug fix */
    pointer-events: none;
  }
  #main-nav > * {
    pointer-events: all;
  }
}
@media only screen and (min-width: 576px) {
  #main-nav {
    width: 70px;
  }
}
@media only screen and (min-width: 1300px) {
  #main-nav {
    font-size: inherit;
    width: 100%;
    height: 100%;
    margin-top: 0em;
    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: 575px) {
  #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 (min-width: 576px) and (max-width: 1299px) {
  #main-nav.open .collapsible > ul {
    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: 575px) {
  #main-nav .collapsible {
    width: 100%;
    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;
  }
  #main-nav .collapsible .mod {
    background-color: #fff;
    width: 100%;
    padding: 30px 15px;
    gap: 20px;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 576px) and (max-width: 1299px) {
  #main-nav .collapsible {
    display: contents;
  }
  #main-nav .collapsible .mod {
    position: absolute;
    top: 0;
    right: calc(100% + 0px);
    height: 100%;
    width: max-content;
    gap: 15px;
  }
  #main-nav .collapsible > ul {
    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;
    text-align: right;
  }
}
#main-nav .mod {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  z-index: 420;
  transition: border-color 0.33s ease-in-out;
}
@media only screen and (min-width: 1300px) {
  #main-nav .mod {
    vertical-align: top;
    gap: 20px;
    border-left: 1px solid #969799;
    height: 100%;
    padding-left: 1.45em;
    margin-left: 0.7em;
    margin-right: 0.5em;
  }
}
#main-nav .container {
  height: 100%;
  padding: 0;
}
@media only screen and (min-width: 1300px) {
  #main-nav .container {
    width: 96%;
    max-width: right;
  }
}
/* ===============================================
TOP LEVEL ITEMS || top ul
=============================================== */
#main-nav ul {
  margin: 0;
  padding: 20px 0 30px;
  background-color: #4c4d4f;
  position: relative;
  z-index: 550;
}
@media only screen and (min-width: 1024px) {
  #main-nav ul {
    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: 6em;
    width: auto;
    margin: 0;
    padding: 0;
    background: none;
    position: static;
    float: none;
    display: inline-block;
    vertical-align: top;
  }
}
#main-nav ul li {
  clear: both;
  cursor: pointer;
}
@media (min-width: 1024px) and (max-width: 1299px) and (pointer: coarse) {
  #main-nav ul li {
    /* flyout appear on tablet click event */
  }
  #main-nav ul li.open > ul {
    width: auto;
    height: auto;
    margin: 0;
    clip: auto;
    pointer-events: auto;
  }
}
@media only screen and (min-width: 1300px) {
  #main-nav ul li {
    margin: 0 1.075em 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.home {
    display: none;
  }
  #main-nav ul li.contact,
  #main-nav ul li.contact-us {
    margin-right: 0;
    padding-right: 0;
  }
}
#main-nav ul li a[id] {
  line-height: 50px;
  font-size: 21px;
  color: #fff;
  height: 50px;
  margin: 0;
  transition: color 0.33s ease;
  pointer-events: none;
  font-family: "Afacad Flux", sans-serif;
}
@media only screen and (min-width: 1300px) {
  #main-nav ul li a[id] {
    line-height: 5.71428571;
    font-size: clamp( 12px, 1.05em , 21px );
    text-align: center;
    height: 100%;
    z-index: 3000;
    pointer-events: auto;
    color: #4c4d4f;
  }
}
@media (min-width: 1024px) and (max-width: 1299px) and (pointer: coarse) {
  #main-nav ul li a[id] {
    /* allows tablet users to access flyouts on desktop style nav */
    z-index: -1;
  }
  #main-nav ul li a[id].home {
    z-index: 1;
  }
}
#main-nav ul li a[id].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] {
  color: #93cf44;
  text-decoration: none;
  transition-duration: 0.15s;
}
@media only screen and (min-width: 1300px) {
  #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] {
    color: #71a132;
  }
}
#main-nav ul li:focus-within > a[id]:after,
#main-nav ul li.clicked > a[id]:after,
#main-nav ul li.active > a[id]:after,
#main-nav ul li:hover > a[id]:after {
  transition-duration: 0.15s;
  transform: translate(0, 0) scaleX(1);
  opacity: 1;
}
/* ===============================================
Flyout || ul ul
=============================================== */
#main-nav ul ul {
  width: 100%;
  padding: 0;
  background: #4c4d4f;
  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.75em 0;
    position: absolute;
    left: -2.25em;
    clip: rect(0 0 0 0);
    pointer-events: none;
    z-index: 2800;
  }
}
#main-nav ul ul li {
  height: 0;
  background: none;
  opacity: 0;
  overflow: hidden;
  transition-duration: 0.33s;
}
#main-nav ul ul li:focus-within {
  overflow: visible;
}
@media only screen and (min-width: 1300px) {
  #main-nav ul ul li {
    height: 1.1em;
    margin: 0 0 0.15em;
    padding: 0;
    opacity: 1;
  }
}
#main-nav ul ul li a {
  line-height: 44px;
  font-size: clamp( 12px, 0.9em , 18px );
  color: #fff;
  width: 100%;
  height: 44px;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-family: "Afacad Flux", sans-serif;
  font-weight: 500;
  transition: background-color 0.33s ease-in-out, color 0.33s ease-in-out;
}
@media only screen and (min-width: 1300px) {
  #main-nav ul ul li a {
    line-height: 1.22222222;
    text-align: left;
    white-space: nowrap;
    height: 1.22222222em;
    padding: 0 2.35em 0 2.25em;
    float: left;
  }
}
#main-nav ul ul li a:focus-visible,
#main-nav ul ul li a:hover,
#main-nav ul ul li a.active {
  text-decoration: none;
  margin-bottom: 0;
  background: #93cf44;
  border: none;
  color: #323232;
}
@media only screen and (min-width: 1300px) {
  #main-nav ul ul li a:focus-visible,
  #main-nav ul ul li a:hover,
  #main-nav ul ul li a.active {
    background: #70a132;
    color: #fff;
  }
}
/* ===============================================
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 0.75em;
    visibility: visible;
  }
  #main-nav.open ul .clicked ul li {
    height: 44px;
    opacity: 1;
  }
}
/* socialmedia */
.collapsible .socialmedia {
  line-height: 0;
  text-align: center;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  background: #f00;
  justify-content: center;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .collapsible .socialmedia {
    display: flex;
  }
}
@media only screen and (min-width: 1024px) {
  .collapsible .socialmedia {
    display: none;
  }
}
.collapsible .socialmedia a {
  line-height: 48px;
  font-size: 25px;
  color: #fff;
  width: 48px;
  height: 48px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: opacity 0.33s ease-in-out, color 0.33s ease-in-out;
}
.collapsible .socialmedia a:focus-visible {
  opacity: 0.5;
  outline: auto;
}
.collapsible .socialmedia a:focus:active {
  outline: transparent;
}
.collapsible .socialmedia a:hover {
  z-index: 400;
}
.collapsible .socialmedia a .icon {
  position: relative;
}
/* ===============================================
	FULLMOB RULES
=============================================== */
/* ==================================================================
	header
=================================================================== */
#hd {
  text-align: center;
  color: #71a132;
  height: 100%;
  padding: 0;
  position: relative;
  pointer-events: none;
}
@media only screen and (min-width: 666px) {
  #hd {
    text-align: right;
  }
}
@media only screen and (min-width: 1024px) {
  #hd {
    z-index: 3000;
  }
}
#hd .container {
  height: 100%;
  pointer-events: none;
}
/* ===============================================
	logo
=============================================== */
#logo {
  line-height: 0;
  width: 18em;
  margin: 0 auto 0 0.85em;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  pointer-events: auto;
  font-size: 0.675em;
}
@media only screen and (min-width: 1300px) {
  #logo {
    margin: 0;
    font-size: inherit;
  }
}
#logo a {
  display: inline-block;
  vertical-align: top;
  transition: opacity 0.33s ease-in-out;
}
@media only screen and (max-width: 1023px) {
  #logo a {
    min-height: 44px;
    display: flex;
    align-items: center;
  }
}
#logo a:focus {
  opacity: 0.51;
}
#logo svg {
  width: 18em;
  height: 4em;
}
#logo svg .layer-1__text {
  transition: color 0.33s ease-in-out;
}
#logo svg .layer-1__text-dp {
  color: #8CC63E;
}
#logo svg .layer-1__text-fdo {
  color: #4C4D4F;
}
/* ===============================================
	contact info
=============================================== */
#contactinfo {
  text-align: center;
  width: auto;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  pointer-events: auto;
}
#contactinfo .phone {
  font-size: clamp( 12px, 0.75em , 15px );
  display: inline-block;
  vertical-align: top;
  font-weight: 500;
  font-family: "Afacad Flux", sans-serif;
}
@media only screen and (max-width: 1299px) {
  #contactinfo .phone {
    line-height: 49px;
  }
}
@media only screen and (min-width: 1300px) {
  #contactinfo .phone {
    line-height: 2.6;
  }
}
#contactinfo .phone .icon {
  color: #71a132;
  font-size: 0.8em;
  transition: inherit;
}
#contactinfo a {
  color: #4c4d4f;
  transition: color 0.33s ease-in-out;
}
#contactinfo a:focus,
#contactinfo a:hover {
  color: #fcb616;
}
#contactinfo a:focus .icon,
#contactinfo a:hover .icon {
  animation: fa-bounce 1s ease;
}
/* ===============================================
	utility-nav
=============================================== */
#utilitynav {
  line-height: 0;
  width: auto;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 400;
  pointer-events: auto;
}
#utilitynav ul {
  display: contents;
}
#utilitynav ul li {
  display: contents;
}
#utilitynav ul li:nth-child(n+2) {
  margin: 0 0 0 0.5em;
}
#utilitynav a {
  font-size: clamp( 12px, 0.75em , 15px );
  text-align: center;
  color: #4c4d4f;
  padding: 0;
  background-color: #eeeff1;
  display: inline-block;
  vertical-align: top;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out;
  font-weight: 500;
  font-family: "Afacad Flux", sans-serif;
  border: 2px solid #eeeff1;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1299px) {
  #utilitynav a {
    line-height: 45px;
  }
}
@media only screen and (min-width: 1300px) {
  #utilitynav a {
    line-height: 2.33333333;
  }
}
#utilitynav a .icon {
  color: #71a132;
  font-size: 0.8em;
}
#utilitynav a::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fcb616;
  z-index: -1;
  transform: skew(45deg) translate(-150%, 0) scaleX(1.5);
  transition: transform 0.66s ease;
}
#utilitynav a:hover,
#utilitynav a:focus {
  color: #000;
}
#utilitynav a:hover .icon,
#utilitynav a:focus .icon {
  animation: fa-bounce 1s ease;
}
#utilitynav a:hover::before,
#utilitynav a:focus::before {
  transform: skew(45deg) translate(0%, 0) scaleX(1.5);
}
#utilitynav a.appointmentrequest {
  width: 9.33333333em;
}
/* ===============================================
	socialmedia
=============================================== */
#hd .socialmedia,
#masthead > .socialmedia {
  line-height: 0;
  text-align: center;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 2px;
  position: absolute;
  top: 100%;
  right: 0;
  pointer-events: auto;
}
@media only screen and (min-width: 1024px) {
  #hd .socialmedia,
  #masthead > .socialmedia {
    width: 2.2em;
    margin: 0;
    flex-direction: column;
    top: 12.5em;
    right: 1em;
  }
}
@media only screen and (min-width: 1300px) {
  #hd .socialmedia,
  #masthead > .socialmedia {
    position: fixed;
  }
}
#hd .socialmedia a,
#masthead > .socialmedia a {
  font-size: clamp( 12px, 0.55em , 11px );
  color: #fff;
  min-width: 24px;
  min-height: 24px;
  border-radius: 50%;
  background: rgba(113, 161, 50, 0.7);
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: transform 0.33s ease-in-out, color 0.33s ease-in-out;
}
@media only screen and (max-width: 1023px) {
  #hd .socialmedia a,
  #masthead > .socialmedia a {
    line-height: 44px;
    width: 44px;
    height: 44px;
  }
}
@media only screen and (min-width: 1024px) {
  #hd .socialmedia a,
  #masthead > .socialmedia a {
    line-height: 4;
    width: auto;
    height: 4em;
  }
}
#hd .socialmedia a:focus,
#masthead > .socialmedia a:focus,
#hd .socialmedia a:hover,
#masthead > .socialmedia a:hover {
  color: #fff;
  background: #fcb616;
  z-index: 400;
  transform: translate(0, 0) scale(1.44);
}
#hd .socialmedia a .icon,
#masthead > .socialmedia a .icon {
  position: relative;
}
/* ==================================================================
	slideshow
=================================================================== */
#slideshow {
  text-align: center;
  min-height: 53.57142857vw;
  background: #000;
  position: relative;
  z-index: 400;
}
@media only screen and (max-width: 675px) {
  #slideshow {
    min-height: 380px;
  }
}
@media only screen and (min-width: 676px) and (max-width: 1245px) {
  #slideshow {
    width: 100%;
  }
}
@media only screen and (min-width: 1246px) {
  #slideshow {
    height: calc(100vh - 80px);
    max-height: 700px;
    min-height: 500px;
  }
}
#slideshow::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 400;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 50%);
}
#slideshow .welcomevid {
  width: 100%;
  margin: 0;
  aspect-ratio: 2000 / 1125;
  vertical-align: top;
}
@media only screen and (max-width: 675px) {
  #slideshow .welcomevid {
    width: 676px;
    margin: 0 calc( -338px  + 50vw );
  }
}
@media only screen and (min-width: 1246px) {
  #slideshow .welcomevid {
    margin-top: calc( -28.125vw + 350px );
  }
}
/* ==================================================================
	.spotlight
=================================================================== */
.spotlight {
  text-align: center;
  background: #fff;
  position: relative;
  z-index: 400;
}
.spotlight > div {
  position: relative;
}
/* ===============================================
	spot00 || COMMON SERVICES/CALLOUT-LIKE SECTION EXAMPLE
=============================================== */
.spot01 {
  text-align: center;
  padding: 3em 0;
  margin: 0;
  background-color: #fff;
  position: relative;
  z-index: 410;
  display: grid;
  justify-content: center;
  align-items: center;
  place-content: center;
  flex-wrap: wrap;
  gap: 2em;
  grid-template-columns: repeat(1, 16em);
  font-size: min(4.75vw, 20px);
}
@media only screen and (min-width: 666px) {
  .spot01 {
    padding: 3em 0;
    font-size: min(2.7vw, 20px);
    grid-template-columns: repeat(2, 16em);
  }
}
@media only screen and (min-width: 768px) {
  .spot01 {
    padding: 5em 0;
  }
}
@media only screen and (min-width: 1300px) {
  .spot01 {
    grid-template-columns: repeat(4, 16em);
    font-size: min(1.35vw, 1em);
    padding: 4.95em 0 5.1em;
  }
}
.spot01 a {
  color: #000000;
  width: 16em;
  padding: 0;
  display: block;
  position: relative;
}
.spot01 a:nth-child(1) {
  --accent: #f9c5c7;
}
.spot01 a:nth-child(2) {
  --accent: #fac1a1;
}
.spot01 a:nth-child(3) {
  --accent: #fbbb65;
}
.spot01 a:nth-child(4) {
  --accent: #fcb616;
}
.spot01 a .decoration {
  overflow: hidden;
  position: relative;
}
.spot01 a .decoration img {
  width: 100%;
  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;
  z-index: 1;
  transition: clip-path 0.33s ease-in-out;
  background-color: var(--accent);
  opacity: 0.9;
  clip-path: polygon(0% 0%, 0% 100%, 0 100%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%, 100% 100%, 100% 0%);
}
.spot01 a h2.topic {
  line-height: 3.1;
  height: 3.23333333em;
  font-size: clamp( 12px, 1.5em , 30px );
  color: currentcolor;
  width: 100%;
  display: block;
  transition: transform 0.33s ease-in-out, background-color 0.33s ease-in-out;
  background-color: var(--accent);
  font-weight: 500;
  font-family: "Afacad Flux", sans-serif;
  z-index: 1;
  position: relative;
}
.spot01 a:hover .decoration img,
.spot01 a:focus .decoration img {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
}
.spot01 a:hover .decoration::before,
.spot01 a:focus .decoration::before {
  clip-path: polygon(0% 0%, 0% 100%, 50% 100%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 100%, 100% 100%, 100% 0%);
}
.spot01 a:hover h2.topic,
.spot01 a:focus h2.topic {
  transform: translateY(-7.65em);
  background-color: transparent;
}
/* ===============================================
	spot00 || COMMON GENERAL INFORMATION SPOTLIGHT SECTION
=============================================== */
.spot02 {
  color: #4c4d4f;
  padding: 3em 0;
  background: url(../images/spotlight/spot02.jpg) center / cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4em;
}
@media only screen and (min-width: 666px) {
  .spot02 {
    padding: 5.05em 0;
    font-size: min(1.9vw, 1em);
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1999px) {
  .spot02 {
    background-size: auto;
  }
}
@media only screen and (min-width: 1024px) {
  .spot02 {
    font-size: min(1.4vw, 1em);
    flex-direction: row;
    align-items: flex-start;
  }
}
.spot02::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
  pointer-events: none;
}
.spot02 .mod {
  width: 86%;
  max-width: 735px;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1024px) {
  .spot02 .mod {
    text-align: left;
    margin-top: 0.5em;
    max-width: 16.15em;
  }
}
.spot02 .decoration {
  display: flex;
  align-items: center;
  gap: 4em;
  width: 90%;
}
@media only screen and (max-width: 665px) {
  .spot02 .decoration {
    flex-direction: column;
    gap: 2em;
  }
}
@media only screen and (min-width: 666px) {
  .spot02 .decoration {
    align-items: flex-end;
    width: auto;
  }
}
.spot02 .decoration-img {
  width: 100%;
  max-width: 26em;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  aspect-ratio: 520 / 637;
}
.spot02 .decoration-img img {
  width: 100%;
  position: absolute;
  top: 0;
  opacity: 0;
}
.spot02 .decoration-bio {
  width: 100%;
  max-width: 16em;
  display: inline-block;
  vertical-align: bottom;
  position: relative;
  z-index: 1;
  text-align: left;
  font-family: "Afacad Flux", sans-serif;
}
.spot02 .decoration-bio .slide {
  flex-grow: 1;
  display: flex !important;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 23.75em;
}
@media only screen and (min-width: 666px) {
  .spot02 .decoration-bio .slide {
    justify-content: flex-end;
    min-height: 27.5em;
  }
}
.spot02 .decoration-bio .slide {
  position: absolute;
  top: 0;
  transform: translate(0, 10%);
  opacity: 0 !important;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
}
.spot02 .decoration-bio .slide.cycle-slide-active {
  transform: translate(0, 0%);
  opacity: 1 !important;
  transition-delay: 0.66s;
}
.spot02 h2.topic {
  line-height: 1;
  font-size: clamp( 12px, 4.85em , 97px );
  font-weight: 400;
  color: #71a132;
  margin: 0 0 0.35em;
  font-family: "Afacad Flux", sans-serif;
}
@media only screen and (min-width: 768px) {
  .spot02 h2.topic {
    margin-left: -0.05em;
  }
}
.spot02 h2.topic .trait {
  line-height: 0.36363636;
  font-size: clamp( 12px, 0.68041237em , 66px );
  display: block;
  color: #4c4d4f;
  margin-left: 0.05em;
}
.spot02 h3.topic {
  line-height: 0.79591837;
  font-size: clamp( 12px, 2.45em , 49px );
  font-weight: 400;
  margin: 0 0 0.2em;
  color: #4c4d4f;
  font-family: "Afacad Flux", sans-serif;
}
.spot02 h3.topic .trait {
  line-height: 2.2;
  font-size: clamp( 12px, 0.51020408em , 25px );
  font-weight: 500;
  text-transform: uppercase;
  display: block;
}
.spot02 .info {
  line-height: 1.9;
  font-size: clamp( 12px, 1em , 20px );
  margin: 0 0 1.9em;
}
.spot02 .spotbtn {
  font-size: clamp( 12px, 0.75em , 15px );
  text-align: center;
  color: #000;
  width: 7.26666667em;
  border: 2px solid #fcb616;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
  overflow: hidden;
  font-weight: 500;
}
@media only screen and (max-width: 1299px) {
  .spot02 .spotbtn {
    line-height: 39px;
    height: 44px;
    min-width: 44px;
  }
}
@media only screen and (min-width: 1300px) {
  .spot02 .spotbtn {
    line-height: 2.33333333;
    height: 2.73333333em;
  }
}
.spot02 .spotbtn::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fcb616;
  z-index: -1;
  transform: skew(45deg) translate(0%, 0) scaleX(1.5);
  transition: transform 0.66s ease;
}
.spot02 .spotbtn:hover::before,
.spot02 .spotbtn:focus::before {
  transform: skew(45deg) translate(-150%, 0) scaleX(1.5);
}
.spot02 .spot02pager {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2em;
  flex-direction: column;
}
@media only screen and (min-width: 666px) and (max-width: 1023px) {
  .spot02 .spot02pager {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1024px) {
  .spot02 .spot02pager {
    align-items: flex-start;
    padding-left: 0.2em;
  }
}
.spot02 .spot02pager__spotbtn {
  font: inherit;
  font-size: clamp( 12px, 1.25em , 25px );
  color: #4c4d4f;
  display: block;
  position: relative;
  z-index: 420;
  font-family: "Afacad Flux", sans-serif;
  text-align: left;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 1299px) {
  .spot02 .spot02pager__spotbtn {
    line-height: 29.33333333px;
    min-width: 44px;
  }
}
@media only screen and (max-width: 665px) {
  .spot02 .spot02pager__spotbtn {
    min-width: 200px;
  }
}
@media only screen and (min-width: 1300px) {
  .spot02 .spot02pager__spotbtn {
    line-height: 1.2;
  }
}
.spot02 .spot02pager__spotbtn::before {
  content: "";
  position: absolute;
  bottom: 0.05em;
  left: 0;
  width: 0.54em;
  height: 85%;
  background-color: #fcb616;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  opacity: 0;
  transform: translate(-500%, 0) rotate(-180deg);
  pointer-events: none;
}
.spot02 .spot02pager__spotbtn .cta {
  display: block;
  transition: transform 0.33s ease-in-out;
}
.spot02 .spot02pager__spotbtn .trait {
  line-height: 1;
  font-size: clamp( 12px, 0.8em , 20px );
  display: block;
  text-transform: uppercase;
  font-weight: 500;
}
.spot02 .spot02pager__spotbtn:hover .cta,
.spot02 .spot02pager__spotbtn.cycle-pager-active .cta {
  transform: translate(1em, 0);
}
.spot02 .spot02pager__spotbtn:hover::before,
.spot02 .spot02pager__spotbtn.cycle-pager-active::before {
  transform: translate(0, 0) rotate(0deg);
  opacity: 1;
}
/* ==================================================================
	subnav
=================================================================== */
#subnav {
  text-align: center;
  color: #000;
  padding: 1.1em 0;
  position: relative;
  overflow: hidden;
  background-color: #f5f5f5;
}
@media only screen and (max-width: 1299px) {
  #subnav {
    display: none;
  }
}
@media only screen and (min-width: 1300px) {
  #subnav {
    text-align: left;
    padding-top: 8.4em;
  }
}
#subnav .container {
  max-width: 65.8em;
}
@media only screen and (max-width: 1299px) {
  #subnav nav {
    width: 100vw;
    display: none;
  }
}
#subnav p {
  font-size: clamp( 12px, 0.9em , 18px );
  margin: 0;
  padding: 0;
  font-family: "Afacad Flux", sans-serif;
  font-weight: 500;
}
@media only screen and (max-width: 1299px) {
  #subnav p {
    line-height: 44px;
    white-space: nowrap;
    padding-right: 9%;
    scroll-snap-type: x;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  #subnav p::-webkit-scrollbar {
    display: none;
  }
}
@media only screen and (min-width: 1300px) {
  #subnav p {
    line-height: 1.2;
    width: 60.67629179%;
  }
}
#subnav a {
  color: #333;
  margin: 0 0.8em;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: color 0.33s ease-in-out;
}
@media only screen and (min-width: 1024px) {
  #subnav a {
    margin: 0;
  }
}
#subnav a:focus,
#subnav a:hover,
#subnav a.active {
  color: #71a132;
  text-decoration: none;
}
#subnav .divider {
  margin: 0 0.6em;
  display: inline-block;
  vertical-align: 0.15em;
  width: 6px;
  height: 6px;
  background-color: #fcb616;
}
.sidebar {
  position: fixed;
  top: 0;
  left: calc(75% + 0em);
  display: none;
  width: 32.9em;
}
@media only screen and (min-width: 768px) {
  .sidebar {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  .sidebar {
    left: calc(50% + 17.1em);
  }
}
@media only screen and (min-width: 2000px) {
  .sidebar {
    width: 47em;
  }
}
/* ==================================================================
	content
=================================================================== */
#bd {
  padding: 6em 0 3em;
  background: #fff;
  position: relative;
  z-index: 400;
}
@media only screen and (min-width: 768px) {
  #bd {
    padding: 7.5em 0 3em;
  }
}
@media only screen and (min-width: 1300px) {
  #bd {
    padding-top: 4.25em;
  }
}
#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.68421053;
}
@media only screen and (min-width: 666px) {
  #content .content-text {
    font-size: min(2.3vw, 19px );
  }
}
@media only screen and (min-width: 768px) and (max-width: 1299px) {
  #content .content-text {
    max-width: 70ch;
  }
}
@media only screen and (min-width: 1300px) {
  #content .content-text {
    font-size: 19px;
  }
}
/* ==================================================================
	.home content
=================================================================== */
.home #bd {
  padding: 3em 0;
}
@media only screen and (min-width: 1024px) {
  .home #bd {
    padding: 4.2em 0 5.55em;
    border-top: 5em solid #fff;
    border-bottom: 5em solid #fff;
    min-height: 60em;
  }
}
.home #bd .bd-overlay {
  display: none;
  position: absolute;
  background-color: #f5f5f5;
  height: 100%;
  left: calc(50% + 9.1em);
  top: 0;
  width: 50%;
  z-index: -1;
}
@media only screen and (min-width: 1024px) {
  .home #bd .bd-overlay {
    display: block;
  }
}
.home #bd header {
  margin-left: -8px;
}
@media only screen and (max-width: 1299px) {
  .home #bd header {
    margin-left: -5px;
  }
}
.home #bd .container {
  width: 90%;
  max-width: 65.6em;
}
@media only screen and (min-width: 1300px) {
}
.home #bd .decoration {
  position: relative;
  width: calc(100% - 10px);
  z-index: 1;
  margin: 0 0 2em;
}
@media only screen and (min-width: 1024px) {
  .home #bd .decoration {
    width: 50%;
    max-width: 32.05em;
    position: absolute;
    right: -0.25em;
    top: 0.9em;
    margin: 0;
  }
}
.home #bd .decoration::before {
  content: '';
  width: calc(100% + 10px);
  height: 100%;
  position: absolute;
  left: 0px;
  top: 10px;
  z-index: -1;
  background: linear-gradient(90deg, #feb715 calc(100% - 2.5em), transparent calc(100% - 2.5em), transparent calc(100% - 2.1em), #8cc63e calc(100% - 2.1em));
}
.home #bd .decoration img {
  width: 100%;
}
.home #bd h2.sub-heading {
  line-height: 1;
  font-size: clamp( 12px, 1.7em , 34px );
  color: currentcolor;
  width: 100%;
  display: block;
  color: #4c4d4f;
  font-family: "Afacad Flux", sans-serif;
  font-weight: 400;
  margin: 0 0 1em 0.13em;
}
@media only screen and (max-width: 1299px) {
  .home #bd h2.sub-heading {
    font-size: min(27px, 6.25vw);
  }
}
.home #bd #content {
  max-width: 55ch;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  float: none;
}
@media only screen and (min-width: 768px) {
}
@media only screen and (min-width: 1024px) {
  .home #bd #content {
    max-width: 28.25em;
    width: 43.06402439%;
    margin-left: 0;
  }
}
.home #bd #content .content-text {
  line-height: 1.6875;
}
@media only screen and (min-width: 666px) {
  .home #bd #content .content-text {
    font-size: min(2.3vw, 16px );
  }
}
@media only screen and (min-width: 1300px) {
}
.home #bd #content .content-text h2 {
  font-size: 1.625em;
  line-height: 1;
  margin-bottom: 0.55em;
  font-weight: 400;
}
.home #bd #content .content-text ol,
.home #bd #content .content-text ul {
  margin: 0 0 1.3em 3em;
}
.home #bd #content .content-text ol li,
.home #bd #content .content-text ul li {
  margin: 0 0 1.5em 0;
}
.home #bd #content .content-text ol li:nth-last-of-type(1),
.home #bd #content .content-text ul li:nth-last-of-type(1) {
  margin: 0;
}
/* ==================================================================
	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: #71a132;
  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: #71a132;
  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: #fcb616;
}
.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: #fcb616;
  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.36363636;
  font-size: clamp( 12px, 1.65em , 33px );
  font-weight: 500;
  text-decoration: none;
  color: #1d1d1e;
  transition-duration: 0s;
  font-family: "Afacad Flux", sans-serif;
}
.sitemap #content ul ul li a {
  line-height: 1.68421053;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  color: #4c4d4f;
  margin-left: 0;
  font-family: "Poppins", sans-serif;
}
.sitemap #content a:focus,
.sitemap #content a:hover {
  color: #fcb616;
  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: calc(100% - 10px);
  max-width: 20em;
  margin: 0 auto 3em;
  padding: 0;
  display: none;
  position: relative;
  z-index: 420;
  right: 5px;
}
@media only screen and (min-width: 768px) {
  #sidebar {
    width: 30.39513678%;
    margin: 0.65em -0.1em 1em 0;
    display: block;
    float: right;
    clear: right;
    right: auto;
  }
}
/* ===============================================
	sitepics
=============================================== */
#hide-stock {
  position: relative;
}
@media only screen and (min-width: 1300px) {
  #hide-stock {
    opacity: 0;
  }
}
#hide-stock::before {
  content: '';
  width: calc(100% - 0px);
  height: calc(100% + 0px);
  position: absolute;
  left: 12px;
  top: 10px;
  z-index: -1;
  background: linear-gradient(90deg, #feb715 calc(100% - 2.6em), transparent calc(100% - 2.6em), transparent calc(100% - 2.1em), #8cc63e calc(100% - 2.1em));
}
.stock {
  width: 100%;
  position: relative;
}
/* ===============================================
	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 SERVICES/CALLOUT-LIKE SECTION EXAMPLE
=============================================== */
.spot03 {
  text-align: center;
  color: #fff;
  margin: 0;
  padding: 3em 0;
  position: relative;
  z-index: 410;
  background-color: #ccc;
}
@media only screen and (min-width: 666px) {
  .spot03 {
    padding: 5em 0;
  }
}
.spot03 .blur-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 1;
}
.spot03 #spot03-cycle-slideshow {
  width: 100%;
  height: 100%;
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 0;
}
.spot03 #spot03-cycle-slideshow img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.spot03 .container {
  font-family: "Afacad Flux", sans-serif;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 39.4em;
  z-index: 1;
  overflow: hidden;
  max-width: 66em;
  width: 90%;
}
@media only screen and (max-width: 665px) {
  .spot03 .container {
    flex-direction: column;
    padding: 4em 0 0 0em;
    min-height: auto;
    gap: 2em;
  }
}
@media only screen and (min-width: 666px) {
  .spot03 .container {
    padding-left: 4em;
  }
}
.spot03 .container__overlay {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.spot03 .container__overlay--blur {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  display: none;
}
@media only screen and (min-width: 1300px) {
  .spot03 .container__overlay--blur {
    display: block;
  }
}
.spot03 .container__overlay--black {
  background-color: rgba(0, 0, 0, 0.6);
}
@media only screen and (min-width: 666px) {
  .spot03 .container__overlay--black {
    background-color: rgba(0, 0, 0, 0.3);
  }
}
.spot03 .decoration {
  width: 80%;
  max-width: 18.2em;
  text-align: left;
}
@media only screen and (max-width: 665px) {
  .spot03 .decoration {
    margin-right: 1em;
  }
}
@media only screen and (min-width: 666px) {
  .spot03 .decoration {
    margin-bottom: 1em;
  }
}
.spot03 .decoration div[role="tabpanel"] {
  transform: translate(0, 25%);
  opacity: 0 !important;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
}
.spot03 .decoration div[role="tabpanel"].cycle-slide-active {
  transform: translate(0, 0%);
  opacity: 1 !important;
  transition-delay: 0.66s;
}
.spot03 h2.topic {
  line-height: 1.12;
  font-size: clamp( 12px, 2.5em , 50px );
  color: currentcolor;
  width: 100%;
  display: block;
  font-weight: 400;
  margin: 0 0 0.7em -0.05em;
}
.spot03 h2.topic .trait {
  letter-spacing: 0.12em;
  line-height: 1.2;
  font-size: clamp( 12px, 0.3em , 15px );
  font-weight: 700;
  font-style: italic;
  display: block;
}
.spot03 .info {
  line-height: 1.2;
  font-size: clamp( 12px, 1em , 20px );
  margin-bottom: 2.25em;
}
.spot03 .spotbtn {
  font-size: clamp( 12px, 0.75em , 15px );
  text-align: center;
  color: #000;
  width: 7.26666667em;
  border: 2px solid #fcb616;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
  overflow: hidden;
  font-weight: 500;
  transition: color 0.33s ease-in-out;
}
@media only screen and (max-width: 1299px) {
  .spot03 .spotbtn {
    line-height: 39px;
    height: 44px;
    min-width: 44px;
  }
}
@media only screen and (min-width: 1300px) {
  .spot03 .spotbtn {
    line-height: 2.33333333;
    height: 2.73333333em;
  }
}
.spot03 .spotbtn::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fcb616;
  z-index: -1;
  transform: skew(45deg) translate(0%, 0) scaleX(1.5);
  transition: transform 0.66s ease;
}
.spot03 .spotbtn:hover,
.spot03 .spotbtn:focus {
  color: #fff;
}
.spot03 .spotbtn:hover::before,
.spot03 .spotbtn:focus::before {
  transform: skew(45deg) translate(-150%, 0) scaleX(1.5);
}
.spot03 .mod {
  display: inline-flex;
  flex-direction: column;
  gap: 3px;
  position: relative;
  align-self: flex-end;
  align-items: flex-end;
}
.spot03 .mod::after {
  content: "";
  width: 1.25em;
  height: 300%;
  background-color: rgba(255, 255, 255, 0.3);
  display: block;
  position: absolute;
  bottom: calc(100% + 3px);
  right: 0;
}
.spot03 .spot03pager__spotbtn {
  font: inherit;
  font-size: clamp( 12px, 1em , 20px );
  text-align: center;
  color: #fff;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  display: flex;
  vertical-align: top;
  position: relative;
  z-index: 420;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out;
  font-weight: 500;
  gap: 1.25em;
  line-height: 3.6;
}
@media only screen and (max-width: 1299px) {
  .spot03 .spot03pager__spotbtn {
    min-width: 44px;
  }
}
@media only screen and (min-width: 768px) {
  .spot03 .spot03pager__spotbtn {
    text-align: right;
  }
}
.spot03 .spot03pager__spotbtn sup {
  font-size: 1em;
  top: 0;
}
.spot03 .spot03pager__spotbtn::after {
  content: "";
  width: 1.25em;
  height: 3.6em;
  background-color: #fff;
  display: inline-block;
  vertical-align: top;
  opacity: 0.3;
  transition: opacity 0.33s ease-in-out, transform 0s ease-in-out;
}
.spot03 .spot03pager__spotbtn:hover::after,
.spot03 .spot03pager__spotbtn:focus::after {
  opacity: 0.7;
  transition: 0.33s, 0.33s;
}
.spot03 .spot03pager__spotbtn.cycle-pager-active::after {
  transform: rotate(-180deg);
  opacity: 0.7;
  transition: 0.33s, 0.33s;
}
/* ==================================================================
	#ft
=================================================================== */
#ft {
  text-align: center;
  color: #fff;
  width: 100%;
  padding: 0;
  background: #ccc no-repeat center center;
  background-size: cover;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
}
@media only screen and (max-width: 1023px) {
  #ft {
    background-size: auto 180%;
  }
}
@media only screen and (min-width: 1024px) {
  #ft {
    background-size: auto 100%;
    background-position: calc(25% + 2.2em) 50%;
  }
}
@media only screen and (min-width: 1820px) {
  #ft {
    background-position: center center;
  }
}
#ft .map {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: slateblue;
}
@media only screen and (min-width: 1024px) {
  #ft .map {
    width: 50%;
  }
}
#ft a {
  color: #fff;
  transition: color 0.33s ease-in-out;
}
#ft a:focus,
#ft a:hover {
  color: #fcb616;
}
.home #ft {
  border-top: 10px solid #fff;
}
/* ===============================================
		locations
=============================================== */
#location {
  width: 100%;
  padding: 3em 0;
  background-color: rgba(61, 62, 64, 0.95);
  display: block;
}
@media only screen and (min-width: 1024px) {
  #location {
    text-align: right;
    padding: 6.35em 0 5.5em;
    width: calc(50% - 2px);
    margin-left: calc(50% + 2px);
    background-color: #3d3e40;
  }
}
#location .mod {
  text-align: center;
  width: 100%;
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  #location .mod {
    max-width: 26.15em;
  }
}
#location .logo {
  line-height: 0;
  text-align: center;
  margin: 0 auto 2.25em;
  display: block;
  width: 90%;
  max-width: 27em;
}
#location .logo:focus {
  opacity: 0.51;
}
#location .logo svg {
  width: 100%;
  height: auto;
}
#location .phone {
  font-size: clamp( 12px, 1.6em , 32px );
  display: block;
  margin: 0 0 0.8em;
}
@media only screen and (max-width: 767px) {
  #location .phone {
    line-height: 44px;
  }
}
@media only screen and (min-width: 768px) {
  #location .phone {
    line-height: 1.1875;
  }
}
#location .address {
  font-size: clamp( 12px, 1.1em , 22px );
  margin: 0 auto 1.4em;
  display: block;
}
@media only screen and (max-width: 1023px) {
  #location .address {
    line-height: 22px;
  }
}
@media only screen and (min-width: 1024px) {
  #location .address {
    line-height: 1.22727273;
  }
}
#location .address .marker {
  line-height: 1;
  font-size: 3em;
  color: #8cc83d;
  position: absolute;
  top: 5.4em;
  margin-right: 7.85em;
  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;
    margin: 0;
    top: 5.35em;
    right: calc(75% - 0.5em);
    left: auto;
  }
}
@media only screen and (min-width: 1300px) {
  #location .address .marker {
    top: 5.22727273em;
  }
}
@media only screen and (min-width: 1820px) {
  #location .address .marker {
    left: auto;
    margin-right: 7.72727273em;
    right: 50%;
  }
}
#location .address .marker:before {
  color: currentcolor;
}
#location .address .marker:after {
  content: '';
  width: 1.10606061em;
  height: 1.01515152em;
  background: url(../images/footer/shadowalt.svg) no-repeat center center;
  bottom: -0.15em;
  left: 0.2em;
  z-index: -1;
  background-size: cover;
  position: absolute;
  pointer-events: none;
}
#location .address:focus .marker,
#location .address:hover .marker {
  transform: translate(0, 0) scale(2);
}
#location .officehours {
  line-height: 0;
  text-align: center;
  width: 12em;
  margin: 3.5em auto 0;
  display: block;
}
#location .officehours .days,
#location .officehours .hours {
  line-height: 1.33333333;
  font-size: clamp( 12px, 0.9em , 18px );
  display: inline-block;
  vertical-align: top;
}
#location .officehours .days {
  text-align: right;
  width: 33%;
  padding-right: 0.72222222em;
}
#location .officehours .hours {
  text-align: left;
  width: 66%;
}
#location .socialmedia {
  line-height: 0;
  text-align: center;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
#location .socialmedia a {
  font-size: clamp( 12px, 0.55em , 11px );
  min-width: 24px;
  min-height: 24px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: transform 0.33s ease-in-out, color 0.33s ease-in-out;
}
@media only screen and (max-width: 1023px) {
  #location .socialmedia a {
    line-height: 44px;
    width: 44px;
    height: 44px;
    font-size: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  #location .socialmedia a {
    line-height: 4;
    width: auto;
    height: 4em;
  }
}
#location .socialmedia a .icon {
  position: relative;
}
/* ==================================================================
		#links
=================================================================== */
#links {
  text-align: center;
  color: #000;
  margin: 0;
  background-color: #fff;
  position: relative;
  z-index: 420;
}
@media only screen and (max-width: 479px) {
  #links {
    padding: 2em 0;
  }
}
@media only screen and (min-width: 1300px) {
  #links {
    height: 2.85em;
    padding: 0.325em 0 0;
  }
}
#links .util {
  font-size: clamp( 12px, 0.75em , 15px );
  font-family: "Afacad Flux", sans-serif;
}
@media only screen and (min-width: 480px) {
  #links .util {
    width: auto;
    margin: 0;
    display: inline-block;
    vertical-align: top;
  }
}
@media only screen and (max-width: 1299px) {
  #links .util {
    line-height: 44px;
  }
}
@media only screen and (min-width: 1300px) {
  #links .util {
    line-height: 2.93333333;
  }
}
#links .util a {
  color: #000;
  transition: color 0.33s ease-in-out;
}
#links .util a:focus,
#links .util a:hover {
  color: #fcb616;
}
#links .util a,
#links .util .divider {
  display: inline-block;
  font-weight: 500;
}
#links .util .divider {
  margin: 0 0.4em;
}
/* ===============================================
		sesame link
=============================================== */
a#sesame-link .sesameicon {
  width: 1.06666667em;
  height: 0.93333333em;
  margin-right: 0.46666667em;
  display: inline-block;
  vertical-align: middle;
}
a#sesame-link .sesameicon path {
  transition: fill 0.33s ease-in-out;
}
a#sesame-link .sesameicon path.top {
  fill: #D6E03D;
}
a#sesame-link .sesameicon path.bottom {
  fill: #00a5e3;
}
a#sesame-link:focus .sesameicon path,
a#sesame-link:hover .sesameicon path {
  fill: currentcolor;
}
/* ===============================================
	backToTop
=============================================== */
#btt {
  text-align: center;
  width: 100%;
  margin: 0;
  display: block;
  position: relative;
}
@media only screen and (min-width: 480px) {
  #btt {
    width: auto;
    display: inline-block;
    vertical-align: top;
    margin-left: 1.2em;
  }
}
a#backtotop {
  font-size: clamp( 12px, 0.75em , 15px );
  color: #71a132;
  display: inline-block;
  vertical-align: top;
  transition: color 0.33s ease-in-out;
}
@media only screen and (max-width: 1299px) {
  a#backtotop {
    line-height: 44px;
  }
}
@media only screen and (min-width: 1300px) {
  a#backtotop {
    line-height: 2.93333333;
  }
}
a#backtotop .icon {
  transition: transform 0.33s ease-in-out;
}
a#backtotop:focus,
a#backtotop:hover {
  color: #fcb616;
}
a#backtotop:focus .icon,
a#backtotop:hover .icon {
  transform: rotate(360deg);
}
/*superlative*/
/************************************************************************************************************************************************/
/* hr element - div.hr */
hr,
.types-of-braces #content div.clear {
  font-size: inherit;
  width: 100%;
  margin: 1.58em 0;
  height: 1px;
  background: #666;
  border: none;
  display: block;
}
.brushing-and-flossing .content-text hr {
  float: left;
}
/* ===============================================
	Form Buttons
=============================================== */
form button {
  letter-spacing: normal;
  font-size: clamp( 12px, 0.95em , 19px );
  color: #000;
  height: 44px;
  padding: 0 1em 0.1em;
  background: none;
  border: 2px solid #fcb616;
  font-family: "Afacad Flux", sans-serif;
  font-weight: 500;
  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;
  overflow: hidden;
}
form button::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fcb616;
  z-index: -1;
  transform: skew(45deg) translate(0%, 0) scaleX(1.5);
  transition: transform 0.66s ease;
}
form button:hover::before,
form button:focus::before {
  transform: skew(45deg) translate(-150%, 0) scaleX(1.5);
}
form p {
  height: auto;
}
/* ===============================================
	skip link styles
=============================================== */
.skiplink {
  line-height: 2;
  font-size: 12px;
  color: #fff;
  padding: 0.5em 1em;
  background-color: #fcb616;
  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: #71a132;
  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: #fcb616;
}
/* ===============================================
	.screenreader 
	a11y support for descriptive text on vaguely worded buttons
	https://gomakethings.com/hidden-content-for-better-a11y/#hidden-labels
=============================================== */
.screenreader {
  white-space: nowrap;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
/************************************************************************************************************************************************/
/* end superlatives */
/* ===============================================
Tablet || Supports 768px and up
=============================================== */
@media only screen and (min-width: 768px) {
  /* ===============================================
	blanket content sidebar hide
=============================================== */
  .sitemap .sidebar,
  .layout-full-width .sidebar {
    display: none;
  }
  .sitemap #subnav,
  .layout-full-width #subnav {
    text-align: center;
  }
  .sitemap #subnav p,
  .layout-full-width #subnav p {
    margin: 0 auto;
  }
  .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-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( 42.02631579em , 90% );
    }
  }
  @media only screen and (min-width: 1300px) {
    .embed-container,
    .embed-container.ratio16x9 {
      max-width: min( 42.02631579em , 1200px );
    }
  }
}
@media only screen and (min-width: 768px) and (max-width: 1299px) {
  .sitemap #content .content-text {
    font-size: min(2vw, 19px);
  }
}
