/* 
 Site Manager Version: 14.2.0
 Date Created: August 2025
 Account: wieland-abigail
 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: "Source Sans 3", sans-serif;
}
form button,
button {
  font-family: "Source Sans 3", sans-serif;
}
svg {
  display: inline-block;
}
body {
  color: #000;
  background: #f5f1e8;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 1300px) {
  body {
    font-size: 20px;
  }
}
/* ===============================================
	links 
=============================================== */
a {
  text-decoration: none;
}
#content a {
  color: #c66218;
  text-decoration: underline;
  transition: color 0.33s ease-in-out;
  font-weight: 700;
}
#content a:focus,
#content a:hover {
  color: #96413f;
}
/* ===============================================
	h family || hfam 
=============================================== */
h1,
h2:not(.topic),
h3:not(.topic),
h4,
h5,
h6 {
  line-height: 1;
  text-align: left;
  color: #626260;
  text-rendering: auto;
  margin: 0 0 1.24137931em;
  font-weight: 400;
  text-transform: uppercase;
}
.sub h1 {
  font-size: 10vw;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0em;
  font-family: "Alatsi", sans-serif;
  color: #fff;
  text-align: center;
}
@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.47058824em;
  }
}
.home h1 {
  font-size: min(2.45em, 7vw);
  text-align: center;
  margin: 0 0 0.5em;
  font-family: "Alatsi", sans-serif;
  color: #f5f1e8;
}
@media only screen and (min-width: 480px) {
}
.home h1 .trait.top {
  line-height: 1.62962963;
  font-size: clamp( 12px, 0.55102041em , 27px );
  display: block;
  font-family: "Source Sans 3", sans-serif;
}
h2:not(.topic) {
  font-size: 1.52631579em;
  color: #96413f;
  font-family: "Alatsi", sans-serif;
}
h3:not(.topic) {
  font-size: 1.42105263em;
}
h4 {
  font-size: 1.31578947em;
}
h5 {
  font-size: 1.15789474em;
}
h6 {
  font-size: 1.10526316em;
}
/* ===============================================
	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;
  z-index: 3000;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 1023px) {
  #masthead {
    height: 100px;
  }
}
@media only screen and (min-width: 1024px) {
  #masthead {
    font-size: 20px;
    height: 5.25em;
    position: fixed;
  }
}
#masthead.ready:not(.open) #logo {
  opacity: 0;
}
#masthead.ready:not(.open) #trigger {
  color: #fff;
}
#masthead.ready:not(.open)::before {
  transform: translate(0%, -100%);
}
#masthead.ready:not(.open) .utilitynav a:not(:hover) {
  background: #fff;
  color: #96413f;
}
#masthead.ready:not(.open) .contactinfo a:not(:hover) {
  color: #fff;
}
#masthead::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.33s ease;
  background-color: #f5f1e8;
}
#masthead .container {
  width: calc(100% - 100px);
  padding-left: 1.9em;
  margin-left: 0;
  max-width: none;
}
@media only screen and (min-width: 1024px) {
  #masthead .container {
    width: calc(100% - 8.15em);
  }
}
/* ===============================================
TRIGGER/NAVICON
=============================================== */
#trigger {
  line-height: 44px;
  color: #004b42;
  width: 100px;
  height: 100%;
  margin: 0 0 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: #96413f;
}
@media only screen and (min-width: 1024px) {
  #trigger {
    width: 8.15em;
  }
}
.open #trigger .navicon {
  transform: rotate(136deg) scale(0.85);
}
@media only screen and (min-width: 1024px) {
  .open #trigger .navicon {
    transform: rotate(136deg) scale(1);
  }
}
.open #trigger .navicon span:nth-child(1),
.open #trigger .navicon span:nth-child(2) {
  opacity: 1;
}
.open #trigger .navicon span:nth-child(1) {
  transform: translate(calc(-50% - 0px), calc(-50% + 2px));
}
.open #trigger .navicon span:nth-child(2) {
  transform: translate(calc(-50% + 0px), calc(-50% - 2px));
}
.open #trigger .navicon span:nth-child(3) {
  transform: translate(1px, -5px);
}
.open #trigger .navicon span:nth-child(5) {
  transform: translate(-1px, 5px);
}
#trigger .navicon {
  width: 85px;
  height: 85px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  vertical-align: 0;
  position: relative;
  transition: transform 0.33s ease-in-out;
  border: 2px solid currentColor;
  border-radius: 50%;
  transform: scale(0.85);
}
@media only screen and (min-width: 1024px) {
  #trigger .navicon {
    transform: scale(1);
    vertical-align: -3px;
  }
}
#trigger .navicon::before {
  width: 50px;
  height: 50px;
  opacity: 0.5;
  pointer-events: none;
  z-index: 1;
  background-color: red;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#trigger .navicon span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentcolor;
  display: block;
  opacity: 1;
  transition: opacity 0.33s ease-in-out, transform 0.33s ease-in-out;
}
#trigger .navicon span:nth-child(1),
#trigger .navicon span:nth-child(2) {
  position: absolute;
  top: 50%;
  opacity: 0;
}
#trigger .navicon span:nth-child(1) {
  transform: translate(calc(-50% + 0px), calc(-50% + 0px));
  left: calc(50% - 21px);
}
#trigger .navicon span:nth-child(2) {
  transform: translate(calc(-50% + 0px), calc(-50% + 0px));
  left: calc(50% + 21px);
}
/* ==================================================================
	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;
  pointer-events: none;
  /* a{ 
		@media only screen and (max-width: 1023px) { visibility:hidden; } 
	} */
}
#main-nav > * {
  pointer-events: all;
}
#main-nav.open {
  /* a{  
			@media only screen and (max-width: 1023px) { visibility:visible; } 
		} */
}
@media only screen and (max-width: 1023px) {
  #main-nav.open .collapsible {
    transition-duration: 0.33s;
    transition-timing-function: ease;
    transform: translate(0, 0);
    visibility: visible;
    pointer-events: auto;
    opacity: 1;
  }
}
#main-nav.open .collapsible a[id] {
  opacity: 1;
  transform: translate(0, 0);
  transition-delay: 0s, calc(0.25s + var(--index)*0.03s), calc(0.25s + var(--index)*0.03s);
}
#main-nav .collapsible {
  background: #000 url(../images/main-nav-bg-mobile.jpg) 50% 0% / auto no-repeat;
}
@media only screen and (max-width: 1023px) {
  #main-nav .collapsible {
    width: 100%;
    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;
    box-shadow: 0px 25px 25px 0px rgba(0, 0, 0, 0.25);
  }
}
@media only screen and (max-width: 665px) {
  #main-nav .collapsible {
    max-width: none;
    box-shadow: none;
  }
}
@media only screen and (min-width: 1024px) {
  #main-nav .collapsible {
    background-size: cover;
    background-image: url(../images/main-nav-bg.jpg);
    background-position: center top;
    margin: 0 auto;
    position: relative;
    padding: 68px 0;
  }
}
#main-nav .container {
  height: 100%;
  padding: 0;
}
/* ===============================================
TOP LEVEL ITEMS || top ul
=============================================== */
#main-nav ul {
  margin: 0;
  padding: 50px 0;
  position: relative;
  z-index: 550;
}
@media only screen and (max-width: 1023px) {
  #main-nav ul {
    display: flex;
    flex-direction: column;
    text-align: right;
    padding-right: 46px;
    padding-left: 46px;
  }
}
@media only screen and (min-width: 1024px) {
  #main-nav ul {
    padding: 0;
  }
}
#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;
  }
}
#main-nav ul li a[id] {
  line-height: 74px;
  font-size: 34px;
  text-transform: uppercase;
  color: #fff;
  font-family: "Alatsi", sans-serif;
  font-weight: 400;
  height: 74px;
  margin: 0;
  transition: color 0.33s ease, opacity 0.33s ease-in-out, transform 0.33s ease-in-out;
  pointer-events: none;
  opacity: 0;
  transform: translate(0, 100%);
}
@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]:after {
  content: '';
  width: 100%;
  height: 6px;
  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;
  bottom: 0;
}
@media only screen and (min-width: 1024px) {
  #main-nav ul li a[id]:after {
    bottom: 0.1em;
  }
}
#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 {
  transition-duration: 0.15s;
  transform: translate(0, 0) scaleX(1);
  opacity: 1;
}
/* ===============================================
Flyout || ul ul
=============================================== */
#main-nav ul ul {
  width: 100%;
  padding: 0;
  border: none;
  float: left;
  transition: visibility 0.33s ease-in-out;
}
#main-nav ul ul li {
  height: 0;
  background: none;
  opacity: 0;
  overflow: hidden;
  transition-duration: 0.33s;
}
#main-nav ul ul li:focus-within {
  overflow: visible;
}
#main-nav ul ul li a {
  line-height: 44px;
  font-size: clamp( 12px, 1.25em , 25px );
  color: #fff;
  width: auto;
  height: 44px;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
#main-nav ul ul li a:after {
  content: '';
  width: 100%;
  height: 6px;
  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;
  bottom: 0;
}
#main-nav ul ul li a:focus-visible,
#main-nav ul ul li a:hover,
#main-nav ul ul li a.active {
  text-decoration: none;
  margin-bottom: 0;
  border: none;
}
#main-nav ul ul li a:focus-visible::after,
#main-nav ul ul li a:hover::after,
#main-nav ul ul li a.active::after {
  transform: translate(0, 0) scaleX(1);
  opacity: 1;
}
/* ===============================================
TERTIARY || if ul ul ul exists
=============================================== */
/* ===============================================
Flyout animation
=============================================== */
@media only screen and (max-width: 1023px) {
  #main-nav.open ul ul {
    visibility: hidden;
  }
  #main-nav.open ul .clicked ul {
    padding: 0 0 1em;
    visibility: visible;
  }
  #main-nav.open ul .clicked ul li {
    height: 44px;
    opacity: 1;
  }
}
/* socialmedia */
.collapsible .socialmedia {
  line-height: 0;
  text-align: center;
  height: auto;
  margin: 0;
  padding: 0;
  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: #004b42;
  width: 48px;
  height: 48px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: opacity 0.33s ease-in-out, color 0.33s ease-in-out;
}
.collapsible .socialmedia a:focus-visible {
  opacity: 0.5;
  outline: auto;
}
.collapsible .socialmedia a:focus:active {
  outline: transparent;
}
.collapsible .socialmedia a:hover {
  z-index: 400;
}
.collapsible .socialmedia a .icon {
  position: relative;
}
/* ===============================================
	FULLMOB RULES
=============================================== */
@media only screen and (min-width: 1024px) {
  #main-nav .collapsible > ul > li {
    position: static;
  }
  #main-nav .collapsible {
    height: calc(100vh - 105px);
    display: flex;
    overflow: hidden auto;
  }
  #main-nav ul {
    display: block;
    width: calc(50% + var(--offset));
    text-align: right;
    margin-right: auto;
    height: auto;
    --offset: 5.8em;
    margin: auto 0;
  }
  #main-nav ul li {
    height: auto;
    min-height: auto;
  }
  #main-nav ul li a[class] {
    width: auto;
  }
  #main-nav ul ul {
    position: absolute;
    top: 1em;
    left: calc(100% + 3.35em);
    width: calc(100% - 15em);
    float: none;
    height: auto;
    text-align: left;
  }
  #main-nav.open .collapsible {
    transition-duration: 0.33s;
    transition-timing-function: ease;
    transform: translate(0, 0);
    visibility: visible;
    pointer-events: auto;
    opacity: 1;
  }
  #main-nav.open ul li {
    display: block;
  }
  #main-nav.open ul ul {
    visibility: hidden;
  }
  #main-nav.open ul .clicked ul {
    padding: 0;
    visibility: visible;
  }
  #main-nav.open ul .clicked ul li {
    height: 45px;
    opacity: 1;
  }
  #main-nav .collapsible {
    width: 100vw;
    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 ul li {
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
    float: none;
  }
  #main-nav ul li a[id] {
    pointer-events: none;
  }
  #main-nav ul li a[id].home {
    pointer-events: auto;
  }
}
/* ==================================================================
	header
=================================================================== */
#hd {
  text-align: center;
  color: #c66218;
  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;
}
.masthead-mod {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  z-index: 420;
  gap: 1em;
  width: 100%;
  padding: 30px 0;
  flex-wrap: wrap;
}
.masthead-mod--hd {
  display: none;
}
.masthead-mod--main-nav {
  background-color: #f5f1e8;
}
.masthead-mod--main-nav .contactinfo {
  width: 100%;
}
.masthead-mod--main-nav .utilitynav {
  order: -1;
  width: 100%;
}
@media only screen and (min-width: 666px) {
  .masthead-mod--hd {
    display: inline-flex;
    justify-content: flex-end;
    padding: 0;
    width: auto;
    height: 100%;
  }
  .masthead-mod--hd .contactinfo {
    display: none;
  }
  .masthead-mod--main-nav .utilitynav {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .masthead-mod {
    gap: 36px;
    width: 100%;
    height: 100%;
    vertical-align: top;
  }
}
@media only screen and (min-width: 1024px) {
  .masthead-mod {
    justify-content: space-between;
  }
  .masthead-mod--main-nav {
    display: none;
  }
  .masthead-mod--hd .contactinfo {
    display: flex;
  }
}
/* ===============================================
	logo
=============================================== */
#logo {
  line-height: 0;
  width: 16.1em;
  margin: 0 0 0 10px;
  font-size: 0.65em;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate3d(0, -50%, 0);
  pointer-events: auto;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
}
@media only screen and (min-width: 1024px) {
  #logo {
    font-size: inherit;
    margin: 0;
    left: calc(50% + 4.1em);
    transform: translate3d(-50%, -50%, 0);
  }
}
#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: 16.1em;
  height: 4.1em;
}
#logo svg .sslogo__rotate {
  transform-origin: 50% 50%;
  transform-box: fill-box;
}
/* ===============================================
	contact info
=============================================== */
.contactinfo {
  text-align: center;
  width: auto;
  margin: 0;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  vertical-align: top;
  pointer-events: auto;
  gap: 0.25em;
}
@media only screen and (min-width: 1024px) {
  .contactinfo {
    gap: 1.65em;
  }
}
.contactinfo .phone {
  font-size: clamp( 12px, 1.1em , 22px );
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 1023px) {
  .contactinfo .phone {
    line-height: 44px;
  }
}
@media only screen and (min-width: 1024px) {
  .contactinfo .phone {
    line-height: 2;
  }
}
.contactinfo a {
  color: #000;
  transition: color 0.33s ease-in-out;
}
.contactinfo a:focus,
.contactinfo a:hover {
  color: #96413f;
}
/* ===============================================
	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: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  padding: 0;
  background: #96413f;
  display: inline-block;
  vertical-align: top;
  transition: transform 0.33s ease-in-out, box-shadow 0.33s ease-in-out, background-color 0.33s ease-in-out, color 0.33s ease-in-out;
  line-height: 2.9;
}
.utilitynav a.appointmentrequest {
  width: 6.7em;
}
.utilitynav a::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #c66218;
  transition: transform 0.33s ease-in-out;
  z-index: -1;
  transform: scaleY(0);
  transform-origin: bottom;
}
.utilitynav a:hover,
.utilitynav a:focus {
  transform: translateY(-2px);
  box-shadow: 0 12.25px 12.25px rgba(0, 0, 0, 0.25);
}
.utilitynav a:hover::before,
.utilitynav a:focus::before {
  transform: scaleY(1);
}
/* ===============================================
	socialmedia
=============================================== */
#hd .socialmedia,
#masthead > .socialmedia {
  line-height: 0;
  text-align: center;
  height: auto;
  margin: 0;
  padding: 0;
  display: inline-flex;
  vertical-align: top;
  justify-content: center;
  gap: 10px;
  pointer-events: auto;
}
#hd .socialmedia a,
#masthead > .socialmedia a {
  font-size: clamp( 12px, 0.9em , 18px );
  color: #004b42;
  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) {
  #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: 2.44444444;
    width: auto;
    height: 2.44444444em;
  }
}
#hd .socialmedia a:focus,
#masthead > .socialmedia a:focus,
#hd .socialmedia a:hover,
#masthead > .socialmedia a:hover {
  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: 746px) {
  #slideshow {
    min-height: 420px;
  }
}
@media only screen and (min-width: 747px) and (max-width: 1245px) {
  #slideshow {
    width: 100%;
  }
}
@media only screen and (min-width: 666px) {
  #slideshow {
    height: calc(100vh - 80px);
    max-height: 700px;
    min-height: 500px;
  }
}
@media only screen and (min-width: 2000px) {
  #slideshow {
    height: 35em;
    font-size: 1vw;
  }
}
#slideshow::before {
  content: "";
  z-index: 400;
  background-color: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.2;
}
#slideshow .welcomevid {
  width: 100%;
  margin: 0;
  aspect-ratio: 2000 / 1125;
  vertical-align: top;
}
@media only screen and (max-width: 665px) {
  #slideshow .welcomevid {
    width: 747px;
    margin: 0 calc( -373.5px  + 50vw );
  }
}
@media only screen and (min-width: 666px) {
  #slideshow .welcomevid {
    width: 100em;
    margin: 0 calc( -1000px  + 50vw );
  }
}
@media only screen and (max-width: 1299px) {
  #slideshow .welcomevid {
    transform: none !important;
  }
}
@media only screen and (min-width: 1300px) {
  #slideshow .welcomevid {
    margin-top: calc( -28.125vw + 350px );
    display: block;
    position: fixed;
    top: 0;
    left: 0;
  }
}
@media only screen and (min-width: 2000px) {
  #slideshow .welcomevid {
    width: 100%;
    margin: 0;
  }
}
#slideshow #sslogo {
  width: 100%;
  max-width: 210px;
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 420;
  top: 55%;
}
@media only screen and (min-width: 666px) {
  #slideshow #sslogo {
    max-width: 332px;
    top: 50%;
  }
}
@media only screen and (min-width: 1024px) {
}
#slideshow #sslogo svg {
  display: inline-block;
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 1300px) {
  #slideshow #sslogo svg path {
    opacity: 0;
  }
}
#slideshow #sslogo svg path,
#slideshow #sslogo svg g {
  transform-origin: 50% 50%;
  transform-box: fill-box;
}
/* ==================================================================
	.spotlight
=================================================================== */
.spotlight {
  text-align: center;
  position: relative;
  z-index: 400;
  background-color: #f5f1e8;
}
@media only screen and (min-width: 768px) {
  .spotlight-bd-03 {
    background-image: url(../images/spotlight/bddec02.png);
    background-size: 44.7em;
    background-position: 0% -14.3em;
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 1024px) {
  .spotlight-bd-03 {
    background-position: calc(50% - 26.85em) -14.3em;
  }
}
.spotlight > div {
  position: relative;
}
/* ===============================================
	spot00 || COMMON SERVICES/CALLOUT-LIKE SECTION EXAMPLE
=============================================== */
.spot01 {
  text-align: center;
  color: #96413f;
  margin: 0;
  padding: 3em 0;
  position: relative;
  z-index: 410;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  font-size: min(20px, 4.25vw);
}
@media only screen and (min-width: 768px) {
  .spot01 {
    font-size: min(20px, 2.25vw);
    gap: 0.52em;
    padding: 2.5em 0;
  }
}
@media only screen and (min-width: 1024px) {
  .spot01 {
    padding: 5em 5vw;
  }
}
@media only screen and (min-width: 1300px) {
  .spot01 {
    padding: 5em 0 4.9em;
    font-size: min(1vw, 1em);
    flex-wrap: nowrap;
    background-image: url(../images/spotlight/spot01-leaf.png);
    background-size: 49.75em auto;
    background-repeat: no-repeat;
    background-position: calc(50% + 29.5em) 0%;
  }
}
.spot01 a {
  color: #fff;
  width: 100%;
  max-width: 20.4em;
  padding: 0;
  display: block;
  position: relative;
  transition: box-shadow 0.33s ease-in-out;
  aspect-ratio: 1 / 1;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
}
.spot01 a .decoration {
  width: 100%;
  transition: filter 0.33s ease-in-out;
}
.spot01 a::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 50%);
  z-index: 1;
  transition: background-color 0.33s ease, opacity 0.33s ease;
}
.spot01 a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: #004b42;
  opacity: 0;
  transform: scale(0.5);
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
}
.spot01 a h2.topic {
  line-height: 0.93939394;
  font-size: clamp( 12px, 1.65em , 33px );
  text-transform: uppercase;
  color: currentcolor;
  width: 100%;
  display: flex;
  position: absolute;
  bottom: 9%;
  left: 0;
  z-index: 3;
  font-family: "Alatsi", sans-serif;
  text-align: left;
  padding: 0 0.9em;
  gap: 0.6em;
  --icon-width-em: calc(var(--icon-width) / 33 * 1em);
}
.spot01 a h2.topic .icon {
  display: inline-block;
  vertical-align: top;
  width: auto;
  height: 1.87878788em;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
}
.spot01 a h2.topic .cta {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  vertical-align: top;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
}
.spot01 a h2.topic .cta span {
  transition: transform 0.33s ease-in-out, left 0.33s ease-in-out, opacity 0.33s ease-in-out;
  position: relative;
  left: 0;
}
.spot01 a:focus,
.spot01 a:hover {
  box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.25);
}
.spot01 a:focus .decoration,
.spot01 a:hover .decoration {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
}
.spot01 a:focus::after,
.spot01 a:hover::after {
  opacity: 0.8;
  transform: scale(1);
}
.spot01 a:focus h2.topic .icon,
.spot01 a:hover h2.topic .icon {
  transform: translate(calc(5.3em - 50%), -285%);
}
.spot01 a:focus h2.topic .cta,
.spot01 a:hover h2.topic .cta {
  transform: translate(calc(4.7em - var(--icon-width-em) - 50%), -145%);
}
.spot01 a:focus h2.topic .cta span,
.spot01 a:hover h2.topic .cta span {
  left: 50%;
  transform: translate(-50%, 0);
}
/* ===============================================
	spot00 || COMMON GENERAL INFORMATION SPOTLIGHT SECTION REVERSE
=============================================== */
.spot02 {
  color: #fff;
  padding: 3em 0;
  background: #000 center / cover no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 2em;
}
@media only screen and (min-width: 1024px) {
  .spot02 {
    flex-direction: row-reverse;
    gap: 4.4em;
    font-size: min(1vw, 1em);
    padding: 5em 0 5.05em;
  }
}
@media only screen and (min-width: 1300px) {
  .spot02 {
    padding-left: 0.9em;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1999px) {
  .spot02 {
    background-size: auto;
  }
}
.spot02 .decoration {
  width: 42em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1em;
  font-size: min(1em, 2.15vw);
}
.spot02 .decoration__img1 {
  width: 11.9em;
}
.spot02 .decoration__img2 {
  width: 28.85em;
}
.spot02 .decoration__img3 {
  width: 22.2em;
}
.spot02 .decoration__img4 {
  width: 18.65em;
}
.spot02 .mod {
  width: 90%;
  max-width: 540px;
  padding: 2em 0;
  display: contents;
  text-align: right;
}
@media only screen and (min-width: 1024px) {
  .spot02 .mod {
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    max-width: 27em;
  }
}
@media only screen and (min-width: 1300px) {
  .spot02 .mod {
    margin-bottom: 1.4em;
  }
}
.spot02 .mod__inner {
  width: 90%;
  max-width: 672px;
}
@media only screen and (min-width: 666px) and (max-width: 1023px) {
  .spot02 .mod__inner {
    padding-left: 20%;
  }
}
@media only screen and (min-width: 1024px) {
  .spot02 .mod__inner {
    max-width: none;
    width: 100%;
  }
  .spot02 .mod__inner .info {
    max-width: none;
  }
}
.spot02 h2.topic {
  line-height: 0.89;
  font-size: min(89px, 17.5vw);
  text-transform: uppercase;
  color: #fcfcfc;
  margin: 0;
  font-family: "Alatsi", sans-serif;
  font-weight: 400;
  max-width: 672px;
  order: -1;
  width: 90%;
}
@media only screen and (min-width: 1024px) {
  .spot02 h2.topic {
    width: auto;
    max-width: none;
    margin-bottom: 0.375em;
    font-size: clamp( 12px, 5em , 100px );
  }
}
.spot02 .info {
  line-height: 1.2;
  font-size: clamp( 12px, 1.25em , 25px );
  margin: 0 0 1.68em;
}
.spot02 .spotbtn {
  font-size: clamp( 12px, 1em , 20px );
  text-align: center;
  text-transform: uppercase;
  color: #1b1b18;
  background-color: #d98978;
  width: 9.9em;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
  transition: color 0.33s ease-in-out, box-shadow 0.33s ease-in-out, transform 0.33s ease-in-out;
  font-family: "Alatsi", sans-serif;
  font-weight: 400;
}
@media only screen and (max-width: 1299px) {
  .spot02 .spotbtn {
    line-height: 44px;
    min-width: 44px;
  }
}
@media only screen and (min-width: 1300px) {
  .spot02 .spotbtn {
    line-height: 2.65;
  }
}
.spot02 .spotbtn::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #c66218;
  transition: transform 0.33s ease-in-out;
  z-index: -1;
  transform: scaleY(0);
  transform-origin: bottom;
}
.spot02 .spotbtn:hover,
.spot02 .spotbtn:focus {
  transform: translateY(-2px);
  box-shadow: 0 12.25px 25px rgba(0, 0, 0, 0.5);
}
.spot02 .spotbtn:hover::before,
.spot02 .spotbtn:focus::before {
  transform: scaleY(1);
}
/* ==================================================================
	subnav
=================================================================== */
#subnav {
  text-align: center;
  color: #fff;
  padding: 4.6em 0;
  position: relative;
  overflow: hidden;
  background: #000 url(../images/subnav-mobile.jpg) 50% 0% / cover no-repeat;
}
@media only screen and (max-width: 1299px) {
  #subnav {
    padding-top: 10.5em;
  }
}
@media only screen and (min-width: 768px) {
  #subnav {
    background-image: url(../images/subnav.jpg);
  }
}
@media only screen and (min-width: 1300px) {
  #subnav {
    padding-top: 14.8em;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1999px) {
  #subnav {
    background-size: auto;
  }
}
@media only screen and (max-width: 1299px) {
  #subnav nav {
    width: 100vw;
    display: none;
  }
}
#subnav p {
  font-size: clamp( 12px, 1.25em , 25px );
  margin: 0 auto;
  padding: 0;
}
@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.8;
  }
}
#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: 6px;
  background: currentcolor;
  display: block;
  position: absolute;
  bottom: 0;
  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 0.6em;
  display: inline-block;
  vertical-align: top;
}
/* ==================================================================
	content
=================================================================== */
#bd {
  padding: 3em 0 3em;
  position: relative;
  z-index: 400;
}
@media only screen and (min-width: 768px) {
  #bd {
    padding: 4.6em 0 3em;
  }
  #bd.sub {
    min-height: 45em;
  }
}
#bd .sub-leaf {
  display: none;
  width: 100%;
  height: auto;
  position: absolute;
  top: 3.6em;
  left: -31.6%;
  max-width: 38.8em;
  z-index: 2;
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  #bd .sub-leaf {
    display: block;
    width: 59%;
  }
}
#bd.sub:after {
  content: none;
  height: 100%;
  background: #024b42;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  #bd.sub:after {
    content: '';
    width: 24%;
  }
}
@media only screen and (min-width: 1300px) {
  #bd.sub:after {
    width: calc(50% - 19.65em );
    left: auto;
    right: calc(50% + 19.65em );
  }
}
#bd .container {
  width: 89%;
  max-width: 66.5em;
}
#content {
  max-width: 800px;
  display: block;
}
@media only screen and (min-width: 768px) {
  #content {
    width: 60.15037594%;
    max-width: 40em;
    float: right;
  }
}
@media only screen and (min-width: 1300px) {
  #content {
    width: 60.15037594%;
  }
}
#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;
  background-color: #004b42;
}
@media only screen and (max-width: 767px) {
  .home #bd {
    outline: 1px solid #fff;
    outline-offset: -20px;
  }
}
@media only screen and (min-width: 768px) {
  .home #bd {
    background: none;
    padding: 5em 0 7.85em;
  }
}
@media only screen and (min-width: 1024px) {
  .home #bd {
    padding-top: 9em;
    min-height: 62.1em;
  }
}
@media only screen and (min-width: 1300px) {
  .home #bd header {
    padding-right: 1em;
  }
}
.home #bd .container {
  width: 90%;
  max-width: 61.9em;
  /* @media only screen and (min-width: 768px) and (max-width: 1299px) { 
			max-width:70ch; 
		} */
}
@media only screen and (max-width: 767px) {
  .home #bd .container {
    width: 80%;
  }
}
.home #bd .decoration {
  position: absolute;
  width: 90%;
  max-width: 48em;
  top: 6.45em;
  left: calc(50% - 6.9em);
  display: none;
  overflow: hidden;
}
@media only screen and (min-width: 1024px) {
  .home #bd .decoration {
    display: block;
  }
}
.home #bd .decoration img {
  width: 100%;
}
.home #bd #content {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .home #bd #content {
    width: 100%;
    max-width: 90ch;
    margin-left: auto;
    margin-right: auto;
    float: none;
    background-color: #004b42;
    padding: 3.4em 4em;
    box-shadow: 12.5px 21.651px 25px 0px rgba(0, 0, 0, 0.15);
  }
  .home #bd #content .borders {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 1em;
    left: 1em;
    pointer-events: none;
  }
  .home #bd #content .borders span {
    background-color: #fff;
    position: absolute;
  }
  .home #bd #content .borders span:nth-child(1) {
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
  }
  .home #bd #content .borders span:nth-child(2) {
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
  }
  .home #bd #content .borders span:nth-child(3) {
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
  }
  .home #bd #content .borders span:nth-child(4) {
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
  }
}
@media only screen and (min-width: 1024px) {
  .home #bd #content {
    max-width: 36.1em;
    width: 58.31987076%;
    margin-left: 0;
  }
}
.home #bd #content .content-text {
  line-height: 1.6875;
  color: #f5f1e8;
  text-align: left;
}
@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,
.home #bd #content .content-text h3,
.home #bd #content .content-text h4,
.home #bd #content .content-text h5,
.home #bd #content .content-text h6 {
  color: #f5f1e8;
}
.home #bd #content .content-text ol,
.home #bd #content .content-text ul {
  margin: 0 0 1.58em 2.2em;
}
.home #bd #content .content-text ol li,
.home #bd #content .content-text ul li {
  margin: 0 0 1.55em 0;
}
.home #bd #content .content-text ol li:nth-last-of-type(1),
.home #bd #content .content-text ul li:nth-last-of-type(1) {
  margin: 0;
}
.home #bd #content .content-text h2 {
  font-size: 1.375em;
  line-height: 1.22727273;
  margin-bottom: 0.7em;
}
.home #bd #content .content-text a {
  color: #f5f1e8;
}
.home #bd #content .content-text a:hover,
.home #bd #content .content-text a:focus {
  color: #96413f;
}
/* ==================================================================
	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: #c66218;
  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: #c66218;
  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: #96413f;
}
.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: #96413f;
  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.34482759;
  font-size: clamp( 12px, 1.45em , 29px );
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  color: #96413f;
  font-family: "Alatsi", sans-serif;
  transition-duration: 0s;
}
.sitemap #content ul ul li a {
  line-height: 1.68421053;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  color: #000;
  font-family: "Source Sans 3", sans-serif;
  margin-left: 0;
}
.sitemap #content a:focus,
.sitemap #content a:hover {
  color: #c66218;
  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: 70%;
  max-width: 20em;
  margin: 0 auto 30%;
  padding: 0;
  display: none;
  position: relative;
  z-index: 420;
  left: 1em;
}
@media only screen and (min-width: 768px) {
  #sidebar {
    width: 30.07518797%;
    margin: -1.45em 0 0 0.5em;
    display: block;
    float: left;
    clear: left;
    left: auto;
  }
}
/* ===============================================
	sitepics
=============================================== */
#hide-stock {
  position: relative;
}
@media only screen and (min-width: 1300px) {
  #hide-stock {
    opacity: 0;
  }
}
#hide-stock .stock-background {
  position: absolute;
  width: 100%;
  top: 15%;
  left: -20%;
  z-index: -1;
  box-shadow: 12.5px 21.651px 25px 0px rgba(0, 0, 0, 0.25);
}
#hide-stock .borders {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 3.75%;
  left: 5%;
  pointer-events: none;
  z-index: 1;
}
#hide-stock .borders span {
  transition: transform 0.33s ease-in-out;
  background-color: #fff;
  position: absolute;
}
#hide-stock .borders span:nth-child(1) {
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
}
#hide-stock .borders span:nth-child(2) {
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
#hide-stock .borders span:nth-child(3) {
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
}
#hide-stock .borders span:nth-child(4) {
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
}
.stock {
  width: 100%;
  position: relative;
  box-shadow: 12.5px 21.651px 25px 0px rgba(0, 0, 0, 0.25);
}
/* ===============================================
	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 GENERAL INFORMATION SPOTLIGHT SECTION
=============================================== */
.spot03 {
  color: #f5f1e8;
  padding: 3em 0;
}
@media only screen and (min-width: 768px) {
  .spot03 {
    font-size: min(1.4vw, 1em);
    padding: 10em 0 7.15em;
    min-height: 52em;
  }
}
@media only screen and (min-width: 1024px) {
  .spot03 {
    padding-top: 7.15em;
  }
}
.spot03 .decoration {
  display: block;
  position: relative;
  overflow: hidden;
}
.spot03 .decoration--first {
  width: calc(75% - 2em);
  margin: 0 auto -20% 5%;
  max-width: 25em;
}
.spot03 .decoration--last {
  width: calc(50% - 2em);
  margin: -15% 5% 0 auto;
  max-width: 22.5em;
}
@media only screen and (min-width: 768px) {
  .spot03 .decoration {
    position: absolute !important;
    width: 90%;
    margin: 0;
  }
  .spot03 .decoration--first {
    right: calc(50% - 3.1em);
    top: 0;
    max-width: 36em;
  }
  .spot03 .decoration--last {
    left: calc(50% + 9.1em);
    bottom: 4.95em;
    max-width: 24em;
  }
}
.spot03 .mod {
  width: 85%;
  max-width: 22em;
  padding: 2.2em 0 2.8em;
  display: inline-block;
  vertical-align: middle;
  background-color: #96403f;
  position: relative;
  z-index: 777;
  box-shadow: 7.5px 12.99px 15px 0px rgba(0, 0, 0, 0.15);
}
@media only screen and (min-width: 1024px) {
  .spot03 .mod {
    margin-left: 8.2em;
  }
}
.spot03 h2.topic {
  line-height: 2.44444444;
  font-size: clamp( 12px, 0.9em , 18px );
  font-weight: 700;
  text-transform: uppercase;
  color: #f5f1e8;
  margin: 0 0 1.4em;
  font-family: "Source Sans 3", sans-serif;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.spot03 h2.topic::before,
.spot03 h2.topic::after {
  content: '';
  width: 4.38888889em;
  height: 1px;
  background-color: currentColor;
  position: absolute;
  top: calc(50% - 0.5px);
}
.spot03 h2.topic::before {
  right: calc(100% + 12px);
}
.spot03 h2.topic::after {
  left: calc(100% + 12px);
}
.spot03 .spotbtn {
  font-size: clamp( 12px, 1.2em , 24px );
  text-align: center;
  text-transform: uppercase;
  color: #f5f1e8;
  display: block;
  position: relative;
  z-index: 420;
  font-family: "Alatsi", sans-serif;
  font-weight: 400;
  transition: color 0.33s ease-in-out, transform 0.33s ease-in-out;
  margin: 0 auto;
  width: max-content;
  padding: 0 1.16666667em;
}
@media only screen and (max-width: 1299px) {
  .spot03 .spotbtn {
    line-height: 44px;
    min-width: 44px;
  }
}
@media only screen and (min-width: 1300px) {
  .spot03 .spotbtn {
    line-height: 2.125;
  }
}
.spot03 .spotbtn:not(:nth-last-of-type(1)) {
  margin-bottom: 0.20833333em;
}
.spot03 .spotbtn sup {
  font-size: 0.6em;
  top: -0.5em;
}
.spot03 .spotbtn::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #d98978;
  transition: transform 0.33s ease-in-out;
  z-index: -1;
  transform: scaleY(0);
  transform-origin: bottom;
}
.spot03 .spotbtn:hover::before,
.spot03 .spotbtn:focus::before,
.spot03 .spotbtn.cycle-pager-active::before {
  transform: scaleY(1);
}
/* ==================================================================
	#ft
=================================================================== */
#ft {
  text-align: center;
  color: #fff;
  width: 100%;
  padding: 0;
  background: #ccc center / cover no-repeat;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
}
@media only screen and (min-width: 1024px) and (max-width: 1299px) {
  #ft {
    background-position-x: calc(50% - 2.5em);
  }
}
#ft::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 50%);
  z-index: -2;
  display: block;
}
@media only screen and (min-width: 768px) {
  #ft::before {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 45%);
  }
}
#ft a {
  color: #fff;
  transition: color 0.33s ease-in-out;
}
#ft a:focus,
#ft a:hover {
  color: lightpink;
}
/* ===============================================
		locations
=============================================== */
#location {
  width: 100%;
  padding: 3em 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  flex-direction: column;
  gap: 3em;
}
@media only screen and (min-width: 1024px) {
  #location {
    padding: 5.1em 0 0;
    align-items: flex-start;
    flex-direction: row;
    font-size: min(1em, 1.45vw);
    gap: 0;
  }
}
#location .map {
  width: 90%;
  max-width: 42em;
  display: none;
  z-index: -1;
  position: relative;
}
@media only screen and (min-width: 768px) {
  #location .map {
    display: inline-block;
    vertical-align: top;
  }
}
#location .mod {
  text-align: center;
  width: 90%;
  max-width: 22em;
  display: inline-block;
  vertical-align: top;
  background-color: rgba(0, 75, 66, 0.9);
  padding: 3em 0 3.9em;
  box-shadow: 12.5px 21.651px 25px 0px rgba(0, 0, 0, 0.35);
}
@media only screen and (min-width: 1024px) {
  #location .mod {
    margin-left: -6em;
    margin-top: 6.05em;
    order: 1;
  }
}
@media only screen and (min-width: 1300px) {
  #location .mod {
    margin-right: 7.75em;
  }
}
#location .logo {
  line-height: 0;
  text-align: center;
  margin: 0 auto 1.5em;
  display: block;
  transition: opacity 0.33s ease-in-out;
}
#location .logo:focus {
  opacity: 0.51;
}
#location .logo svg {
  width: 8.5em;
  height: 8.8em;
}
#location .logo svg path {
  fill: #f5f1e8;
}
#location .phone {
  font-size: clamp( 12px, 1.35em , 27px );
  display: block;
  font-family: "Alatsi", sans-serif;
  font-weight: 400;
  margin-bottom: 0.9em;
}
@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 .address {
  font-size: clamp( 12px, 1em , 20px );
  margin: 0 auto;
  display: block;
}
@media only screen and (max-width: 1023px) {
  #location .address {
    line-height: 22px;
  }
}
@media only screen and (min-width: 1024px) {
  #location .address {
    line-height: 1.15;
  }
}
#location .address .marker {
  line-height: 1;
  font-size: 3.3em;
  color: #d88978;
  position: absolute;
  right: 50%;
  bottom: 3.6em;
  z-index: 400;
  transition: transform 0.33s ease-in-out;
  transform-origin: center bottom;
  width: auto;
}
@media only screen and (max-width: 767px) {
  #location .address .marker {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  #location .address .marker {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  #location .address .marker {
    margin-right: 2.4em;
    top: 4.39393939em;
    bottom: auto;
  }
}
@media only screen and (min-width: 1300px) {
  #location .address .marker {
    margin-right: 3.59090909em;
  }
}
#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);
}
/* ==================================================================
		#links
=================================================================== */
#links {
  text-align: center;
  color: #fff;
  margin: 0;
  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: 4.9em;
    padding: 1.35em 0 0;
  }
}
#links .util {
  font-size: clamp( 12px, 0.6em , 12px );
}
@media only screen and (min-width: 480px) {
  #links .util {
    width: auto;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
  }
}
@media only screen and (max-width: 1299px) {
  #links .util {
    line-height: 44px;
  }
}
@media only screen and (min-width: 1300px) {
  #links .util {
    line-height: 3.66666667;
  }
}
#links .util a {
  color: #fff;
  transition: color 0.33s ease-in-out;
  position: relative;
}
#links .util a::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0.75em;
  left: 0;
  background-color: currentColor;
  transition: transform 0.33s ease-in-out;
  transform: scaleX(0);
}
#links .util a:focus::after,
#links .util a:hover::after {
  transform: scaleX(1);
}
#links .util a,
#links .util .divider {
  display: inline-block;
}
#links .util .divider {
  margin: 0 0.5em;
}
/* ===============================================
		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;
    display: inline-block;
    vertical-align: middle;
    margin-left: 1em;
  }
}
a#backtotop {
  font-size: clamp( 12px, 1em , 20px );
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  transition: color 0.33s ease-in-out, transform 0.33s ease-in-out;
  width: 2em;
  height: 2em;
}
@media only screen and (max-width: 1299px) {
  a#backtotop {
    line-height: 44px;
    width: 44px;
    height: 44px;
  }
}
@media only screen and (min-width: 1300px) {
  a#backtotop {
    line-height: 2.2;
  }
}
a#backtotop svg {
  width: 100%;
  height: auto;
}
a#backtotop svg circle {
  color: transparent;
  fill: currentColor;
  stroke: #fff;
  transition: color 0.33s ease;
}
a#backtotop:focus,
a#backtotop:hover {
  transform: scale(1.3);
  color: #fff;
}
a#backtotop:focus circle,
a#backtotop:hover circle {
  color: #96413f;
}
/*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 );
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  height: 54px;
  padding: 0 1em;
  background-color: #96413f;
  border: 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: transform 0.33s ease-in-out, box-shadow 0.33s ease-in-out;
}
form button::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #c66218;
  transition: transform 0.33s ease-in-out;
  z-index: -1;
  transform: scaleY(0);
  transform-origin: bottom;
}
form button:hover,
form button:focus {
  transform: translateY(-2px);
  box-shadow: 0 12.25px 12.25px rgba(0, 0, 0, 0.25);
}
form button:hover::before,
form button:focus::before {
  transform: scaleY(1);
}
form p {
  height: auto;
}
/* ===============================================
	skip link styles
=============================================== */
.skiplink {
  line-height: 2;
  font-size: 12px;
  color: #fff;
  padding: 0.5em 1em;
  background-color: #96413f;
  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: #c66218;
  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: #96413f;
}
/* ===============================================
	.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,
  .layout-full-width #bd.sub:after {
    content: none;
  }
  .sitemap #bd,
  .layout-full-width #bd {
    min-height: auto;
  }
  .sitemap #bd .sub-leaf,
  .layout-full-width #bd .sub-leaf {
    display: 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.10526316em , 90% );
    }
  }
  @media only screen and (min-width: 1300px) {
    .embed-container,
    .embed-container.ratio16x9 {
      max-width: min( 42.10526316em , 1200px );
    }
  }
}
.office-tour .cycle-overlay {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  min-width: 200px;
  padding: 1.5em;
  transform: translate(-50%, 50%);
  background-color: #96413f;
  z-index: 777;
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.3);
}

  @media only screen and (min-width: 1300px) {
    .office-tour .cycle-overlay {
      transform: translate(-50%, 0%);
      padding: 2em 3em;
    }
  }


.office-tour .cycle-overlay div:nth-child(2) {
  display: none;
}
