/* 
 Site Manager Version: 14.2.0
 Date Created: November 2024
 Account: gruchalla-stephanie4
 Written by: Ricky Rivas
 Sesame Communications - All rights reserved. C2024
 Any reproduction or intentional misuse is strictly prohibited
*/
/* ===============================================
              options
 =============================================== */
/* ===============================================
                    colors
 =============================================== */
/* ===============================================
					fonts
=============================================== */
/* ===============================================
Basic Stylings
These will affect every size of the site.
=============================================== */
/* resets */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* GLOBAL OVERRIDES */
.fab,
.fas,
.fal,
.far,
.fad {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: 0;
}
/* ===============================================
	body 
=============================================== */
body,
input,
select,
textarea {
  font-family: 'Mulish', Helvetica, Arial, sans-serif;
}
form button,
button {
  font-family: 'Mulish', Helvetica, Arial, sans-serif;
}
svg {
  display: inline-block;
}
body {
  font-size: 15px;
  color: #181819;
  background: #ccc;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 1300px) {
  body {
    font-size: 20px;
  }
}
/* ===============================================
	links 
=============================================== */
a {
  text-decoration: none;
}
#content a {
  color: #372B53;
  text-decoration: none;
  transition: color 0.33s ease-in-out;
  font-style: italic;
  font-family: "Playfair Display", serif;
  font-size: 0.94736842em;
}
#content a:hover {
  color: #7763a2;
  text-decoration: underline;
}
/* ===============================================
	h family || hfam 
=============================================== */
h1,
h2:not(.topic),
h3:not(.topic),
h4,
h5,
h6 {
  line-height: 1;
  text-align: left;
  color: #998BB9;
  text-rendering: auto;
  margin: 0 0 1.44em;
  text-transform: uppercase;
  font-family: "Playfair Display", serif;
  font-weight: 400;
}
.sub h1 {
  font-size: 10vw;
  font-weight: 800;
  margin-bottom: 0.55882353em;
  color: #1f1f1f;
}
@media only screen and (min-width: 480px) {
  .sub h1 {
    font-size: 3.4em;
  }
}
.home h1 {
  font-size: min(2.85em, 7vw);
  margin: 0 0 0.32em;
  color: #1f1f1f;
  font-weight: 800;
  letter-spacing: 0.02em;
}
@media only screen and (min-width: 1024px) {
  .home h1 {
    font-size: 3.4em;
    white-space: nowrap;
  }
}
.home h1 .trait {
  display: block;
}
.home h1 .trait.top {
  line-height: 1.14285714;
  font-size: clamp( 15px, 0.51470588em , 35px );
  letter-spacing: 0.68em;
  font-weight: 400;
}
h2:not(.topic) {
  font-size: 1.31578947em;
  color: #4b3a6f;
}
h3:not(.topic) {
  font-size: 1.21052632em;
}
h4 {
  font-size: 1.10526316em;
}
h5 {
  font-size: 1.05263158em;
}
h6 {
  font-size: 1em;
}
/* ===============================================
	containers
=============================================== */
.container {
  max-width: 64.5em;
}
@media only screen and (min-width: 1300px) {
  .container {
    width: 90%;
  }
}
/* ===============================================
	list styles - global overrides
=============================================== */
.what-sets-us-apart #content ol,
.meet-the-team #content ol,
.our-office #content ol,
.office-tour #content ol,
body[class*='-after'] #content ol {
  margin: 0;
}
#content ul li {
  list-style: disc outside;
}
/* ==================================================================
	masthead
=================================================================== */
#masthead {
  width: 100%;
  min-height: 44px;
  padding: 13px 0;
  background-color: #fff;
  position: relative;
  z-index: 3000;
}
@media only screen and (min-width: 666px) {
  #masthead {
    text-align: right;
  }
}
@media only screen and (min-width: 666px) {
  #masthead {
    padding: 27px 105px 27px 0;
  }
}
@media only screen and (min-width: 1024px) {
  #masthead {
    padding: 0;
    font-size: min(1.1em, 1.4vw);
  }
}
@media only screen and (min-width: 1300px) {
  #masthead {
    font-size: inherit;
    position: fixed;
    top: 0;
    left: 0;
  }
}
#masthead .container {
  width: 100%;
  max-width: none;
}
@media only screen and (min-width: 1024px) {
  #masthead .container {
    width: calc(100% - 2.5em);
  }
}
/* ==================================================================
	main-nav
=================================================================== */
#main-nav {
  font-size: 1.2em;
  text-align: right;
  height: 60px;
  width: 60px;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 600;
  clear: both;
}
#main-nav .container,
#main-nav .collapsible {
  height: 100%;
  padding: 0;
}
#main-nav .trigger {
  color: #000;
  line-height: 56px;
  height: 60px;
  width: 60px;
  padding: 0;
  margin: 19px 0 19px -15px;
  background: none;
  box-shadow: none;
  border: none;
  -webkit-display: none;
  border: 3px solid #000;
  position: relative;
  z-index: 600;
  transition: color 0.33s ease-in-out;
  cursor: pointer;
}
#main-nav .trigger .navicon {
  width: 31px;
  height: 20px;
  display: inline-block;
  vertical-align: -1px;
  position: relative;
}
#main-nav .trigger .navicon span {
  width: 100%;
  height: 4px;
  background: currentcolor;
  display: block;
  position: absolute;
  left: 0;
  opacity: 1;
  transform: translate(0, 0) scale(1) rotate(0deg);
  transition: transform 0.2s ease, opacity 0.2s ease;
  transform-origin: center;
}
#main-nav .trigger .navicon span:nth-child(1) {
  top: 0px;
  transition-delay: 0.2s;
}
#main-nav .trigger .navicon span:nth-child(2),
#main-nav .trigger .navicon span:nth-child(3) {
  transition-delay: 0s;
  top: 50%;
}
#main-nav .trigger .navicon span:nth-child(4) {
  transition-delay: 0.2s;
  top: 100%;
}
#main-nav .open .trigger .navicon span:nth-child(1) {
  transform: translate(0%, 160%) scale(1) rotate(0deg);
  opacity: 0;
  transition-delay: 0s;
}
#main-nav .open .trigger .navicon span:nth-child(4) {
  transform: translate(0%, -160%) scale(1) rotate(0deg);
  opacity: 0;
  transition-delay: 0s;
}
#main-nav .open .trigger .navicon span:nth-child(2) {
  transform: translate(0, 0) scale(1) rotate(45deg);
  transition-delay: 0.2s;
}
#main-nav .open .trigger .navicon span:nth-child(3) {
  transform: translate(0, 0) scale(1) rotate(-45deg);
  transition-delay: 0.2s;
}
#main-nav ul {
  width: 100vw;
  margin:2.5em 0 0 0;
  padding: 0;
  background-color: #7763a2;
  position: relative;
  float: right;
  z-index: 550;
}
@media only screen and (min-width: 666px) {
  #main-nav ul {
    margin: 0;
  }
}
#main-nav ul li {
  clear: both;
  padding: 0;
}
#main-nav ul li a[id] {
  line-height: 57px;
  text-transform: uppercase;
  font-family: "Playfair Display", serif;
  width: auto;
  height: 57px;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: color 0.33s ease;
  font-weight: 500;
}
@media only screen and (max-width: 1023px) {
  #main-nav ul li a[id] {
    font-size: 19px;
    color: #fff;
    margin-right: 28px;
  }
}
@media only screen and (min-width: 1024px) {
  #main-nav ul li a[id] {
    font-size: clamp( 12px, 0.85em , 17px );
    color: #000;
  }
}
#main-nav ul li a[id]:after {
  content: '';
  width: 100%;
  height: 3px;
  background-color: currentcolor;
  display: block;
  position: absolute;
  left: 0;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  transform: translate(0, 0) scaleX(0);
  opacity: 0;
}
@media only screen and (max-width: 1023px) {
  #main-nav ul li a[id]:after {
    bottom: 8px;
  }
}
@media only screen and (min-width: 1024px) {
  #main-nav ul li a[id]:after {
    bottom: 2em;
  }
}
@media only screen and (min-width: 1300px) {
  #main-nav ul li a[id]:after {
    bottom: 2.5em;
  }
}
#main-nav ul li.open > a[id],
#main-nav ul li.active > a[id],
#main-nav ul li:hover > a[id] {
  text-decoration: none;
  transition-duration: 0.15s;
}
@media only screen and (min-width: 1024px) {
  #main-nav ul li.open > a[id],
  #main-nav ul li.active > a[id],
  #main-nav ul li:hover > a[id] {
    color: #7763a2;
  }
}
#main-nav ul li.open > 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;
}
#main-nav ul ul {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #7763a2;
  display: inline;
  float: left;
  transition: padding 0.33s ease;
}
#main-nav ul ul li {
  width: 100%;
  background: none;
  float: left;
  padding: 0;
}
#main-nav ul ul li a {
  line-height: 44px;
  font-size: clamp( 13px, 0.65em , 13px );
  color: #fff;
  width: 100%;
  height: 44px;
  letter-spacing: 0.1em;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  text-transform: uppercase;
  font-weight: 500;
  transition: background-color 0.33s ease;
}
@media only screen and (max-width: 1023px) {
  #main-nav ul ul li a {
    padding: 0 42px 0 20px;
    line-height: 1.5;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  #main-nav ul ul li a span {
    display: contents;
  }
}
#main-nav ul li.active ul li a:hover,
#main-nav ul ul li a:hover,
#main-nav ul ul li a.active {
  text-decoration: none;
  margin-bottom: 0;
  background: #4b3a70;
  border: none;
}
#main-nav .collapsible.open > ul {
  animation: flyinmobilenav 0.4s 1;
}
#main-nav .collapsible.open ul ul {
  animation: none;
}
#main-nav ul ul li {
  height: 0;
  overflow: hidden;
  transition-duration: 0.33s;
  opacity: 0;
}
#main-nav .open ul {
  display: inline-block;
}
#main-nav .open ul .open ul {
  padding: 1em 0;
}
#main-nav .open ul .open ul li {
  height: 44px;
  opacity: 1;
}
/* ===============================================
main-nav - Desktop Stylings
=============================================== */
@media only screen and (min-width: 1024px) {
  /* main-nav */
  #main-nav {
    font-size: inherit;
    width: auto;
    display: inline-block;
    vertical-align: top;
    height: 4.5em;
    margin-top: 0.05em;
    background: none;
    box-shadow: none;
    position: relative;
    top: auto;
    z-index: 2900;
    margin-right: 1.25em;
  }
  #main-nav .container {
    width: 100%;
    max-width: right;
  }
  #main-nav div.collapsible {
    margin: 0 auto;
  }
  #main-nav ul {
    height: 4.5em;
    font-size:1em;
    width: auto;
    padding: 0;
    margin: 0;
    padding-top: .5em;
    background: none;
    position: static;
    float: right;
  }
  #main-nav ul li {
    height: 100%;
    margin: 0 1.125em 0 0;
    background: none;
    vertical-align: top;
    position: relative;
    float: none;
    clear: 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: 3.11764706;
    text-align: center;
    height: 100%;
    z-index: 3000;
  }
  #main-nav ul ul {
    width: auto;
    height: auto;
    padding: 1em 0;
    position: absolute;
    display: none;
    z-index: 2800;
  }
  #main-nav ul ul li {
    height: 35px;
    margin: 0;
    padding: 0;
    float: left;
    opacity: 1;
  }
  #main-nav ul ul li a {
    line-height: 35px;
    text-align: left;
    white-space: nowrap;
    height: 35px;
    padding: 0 3em 0 2.5em;
    float: left;
  }
  #main-nav ul li:hover ul {
    display: block;
    right: 0em;
    text-align: left;
  }

  #main-nav ul li:hover ul :last-child {
    text-align-last: right;
    right:0em;
  }
  /*END*/
}
/* ===============================================
	FULLMOB RULES
=============================================== */
@media only screen and (min-width: 1024px) {
  /* main-nav */
}
@media only screen and (min-width: 1300px) {
  #main-nav ul li a[id] {
    line-height: 2.35294118;
  }

  #main-nav ul li:hover ul {
    display: block;
    right: 0em;
    max-height: 400px; /* Set the maximum height */
    overflow-y: auto;
  }
}
/* ==================================================================
	header
=================================================================== */
#hd {
  text-align: center;
  color: #bababa;
  padding: 0;
  position: relative;
}
@media only screen and (min-width: 666px) {
  #hd {
    text-align: right;
  }
}
@media only screen and (min-width: 1024px) {
  #hd {
    z-index: 3000;
  }
}
@media only screen and (min-width: 1024px) {
  #hd .container {
    padding: 0.3em 0 0;
  }
}
/* ===============================================
	logo
=============================================== */
#logo {
  line-height: 0;
  font-size: 0.8em;
  width: 16.1em;
  height: 6em;
  margin: 0 auto 0 1em;
  display: block;
  position: relative;
}
@media only screen and (min-width: 320px) {
  #logo {
    margin-left: 2em;
  }
}
@media only screen and (min-width: 666px) {
  #logo {
    position: absolute;
    top: -1.2em;
  }
}
@media only screen and (min-width: 1024px) {
  #logo {
    font-size: inherit;
    margin: 0;
    left: 0.2em;
    top: 27%;
  }
}
@media only screen and (min-width: 1300px) {
  #logo {
    top: 0.5em;
  }
}
#logo a {
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 1023px) {
  #logo a {
    min-height: 44px;
    display: flex;
    align-items: center;
  }
}
#logo svg {
  width: 16.1em;
  height: 6em;
}
/* ===============================================
	contact info
=============================================== */
#contactinfo {
  text-align: center;
  margin: 0;
  display: inline-flex;
  vertical-align: top;
  gap: 0.15em;
  transition: opacity 0.33s ease;
}
@media only screen and (max-width: 665px) {
  #contactinfo {
    background-color: #fff;
    padding: 7px 0 20px;
    justify-content: center;
    top: 100%;
    width: 100%;
    opacity: 0;
    pointer-events: none;
  }
}
@media only screen and (min-width: 1024px) {
  #contactinfo {
    margin-right: 1.5em;
    margin-top: 0.5em;
  }
}
#contactinfo .appointmentrequest {
  font-size: clamp( 12px, 0.6em , 12px );
  text-align: center;
  text-transform: uppercase;
  color: #1f1f1f;
  padding: 0;
  background-color: #f1f1f1;
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0.08em;
  padding: 0 0.83333333em;
  font-weight: 500;
}
@media only screen and (max-width: 320px) {
  #contactinfo .appointmentrequest {
    padding: 0 6px;
  }
}
@media only screen and (max-width: 1023px) {
  #contactinfo .appointmentrequest {
    line-height: 44px;
  }
}
@media only screen and (min-width: 1024px) {
  #contactinfo .appointmentrequest {
    line-height: 2.91666667;
  }
}
#contactinfo .phone {
  font-size: clamp( 12px, 0.6em , 12px );
  color: #1f1f1f;
  display: inline-block;
  vertical-align: top;
  background-color: #f1f1f1;
  letter-spacing: 0.08em;
  padding: 0 0.91666667em;
  font-weight: 500;
}
@media only screen and (max-width: 320px) {
  #contactinfo .phone {
    padding: 0 6px;
  }
}
@media only screen and (max-width: 1023px) {
  #contactinfo .phone {
    line-height: 44px;
  }
}
@media only screen and (min-width: 1024px) {
  #contactinfo .phone {
    line-height: 2.91666667;
  }
}
#contactinfo a {
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out;
}
#contactinfo a:hover {
  color: #fff;
  background-color: #7763a2;
}
#masthead.open #contactinfo {
  opacity: 1;
  pointer-events: all;
}
/* ===============================================
	socialmedia
=============================================== */
#hd .socialmedia {
  line-height: 0;
  text-align: center;
  height: auto;
  padding: 0;
  margin: 0;
  display: none;
  justify-content: center;
  position: relative;
  z-index: 300;
}
@media only screen and (min-width: 1024px) {
  #hd .socialmedia {
    display: inline-flex;
  }
}
#hd .socialmedia a {
  font-size: clamp( 12px, 0.55em , 11px );
  color: #4b3a6f;
  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 {
    line-height: 44px;
    width: 44px;
    height: 44px;
  }
}
@media only screen and (min-width: 1024px) {
  #hd .socialmedia a {
    line-height: 4;
    height: 4em;
    width: 1.68em;
    margin: 0;
  }
}
#hd .socialmedia a:nth-last-of-type(1) {
  margin: 0;
}
#hd .socialmedia a:hover {
  color: #231f20;
  z-index: 400;
  transform: translate(0, 0) scale(1.44);
}
#hd .socialmedia a .icon {
  position: relative;
}
#main-nav .socialmedia {
  line-height: 0;
  text-align: center;
  width: 100vw;
  height: auto;
  padding: 0;
  margin: 0;
  justify-content: center;
  position: relative;
  z-index: 1000;
  background-color: #f2f1f1;
  float: right;
  display: none;
  transform: translate3d(0, 0, 0);
}
#main-nav .socialmedia a {
  font-size: 20px;
  line-height: 44px;
  width: 44px;
  height: 44px;
  color: #231f20;
  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;
}
#main-nav .socialmedia a:hover {
  z-index: 400;
  transform: translate(0, 0) scale(1.44);
}
#main-nav .socialmedia a .icon {
  position: relative;
}
@media only screen and (max-width: 1023px) {
  #main-nav .collapsible.open .socialmedia {
    display: block;
    animation: flyinmobilenav 0.4s 1;
  }
}
/* ==================================================================
	slideshow
=================================================================== */
#slideshow {
  font-size: 2vw;
  text-align: center;
  color: #fff;
  min-height: 58vw;
  background: #000;
  position: relative;
  z-index: 400;
}
#slideshow .overlay {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #7763a2;
  z-index: 1000;
  opacity: 0;
}
@media only screen and (min-width: 768px) {
  #slideshow {
    min-height: auto;
  }
}
@media only screen and (min-width: 1024px) {
  #slideshow {
    font-size: inherit;
    width: 100%;
    margin-top: 0;
    top: 0;
  }
}
@media only screen and (min-width: 1300px) {
  #slideshow {
    min-height: 35em;
  }
}
@media only screen and (min-width: 2000px) {
  #slideshow {
    font-size: 1vw;
    min-height: 34em;
  }
}
#slideshow picture {
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #slideshow picture {
    height: 23.5em;
  }
}
#slideshow picture img {
  width: 100%;
}
#slideshow #home-slideshow {
  width: 100%;
  margin: 0;
  aspect-ratio: 2000 / 700;
}
@media only screen and (min-width: 1024px) {
  #slideshow #home-slideshow {
    position: relative;
  }
  #slideshow #home-slideshow .hpslide {
    width: 100%;
    max-width: none;
  }
}
@media only screen and (min-width: 1300px) {
  #slideshow #home-slideshow {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1999px) {
  #slideshow #home-slideshow {
    width: 2000px;
    margin: 0 calc(-1000px + 50vw);
  }
}
/* ==================================================================
	.spotlight
=================================================================== */
.spotlight {
  text-align: center;
  position: relative;
  z-index: 400;
}
.spotlight > div {
  position: relative;
}
/* ===============================================
	spot00 || COMMON SERVICES/CALLOUT-LIKE SECTION EXAMPLE
=============================================== */
.spot01 {
  font-size: min(10vw, 20px);
  text-align: center;
  color: #1f1f1f;
  padding: 3em 0;
  margin: 0;
  position: relative;
  z-index: 410;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 3em 5em;
  background: url(../images/spotlight/spot01-mobile.jpg) center / cover no-repeat;
}
@media only screen and (min-width: 666px) {
  .spot01 {
    background: url(../images/spotlight/spot01.jpg) center top / auto 100% no-repeat;
    padding: 3em 1em;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1024px) {
  .spot01 {
    background-size: auto;
    padding: 5em 0em;
    font-size: min(1.7vw, 1em);
    gap: 5.8em;
  }
}
@media only screen and (min-width: 1300px) {
  .spot01.ready a .decoration img {
    filter: blur(2px) brightness(80%);
    -webkit-filter: blur(2px) brightness(80%);
  }
}
@media only screen and (min-width: 2000px) {
  .spot01 {
    background-size: cover;
  }
}
.spot01 .mod {
  display: block;
  width: 92%;
  max-width: 18.5em;
}
@media only screen and (min-width: 666px) and (max-width: 1023px) {
  .spot01 .mod {
    margin: 0 14vw;
    max-width: 27.5em;
  }
}
.spot01 h2.topic {
  line-height: 0.83333333;
  font-size: min(16vw, 3.6em);
  text-transform: uppercase;
  color: currentcolor;
  width: 100%;
  display: block;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  margin-bottom: 0.55em;
  letter-spacing: 0.015em;
}
.spot01 h2.topic .trait {
  line-height: 1;
  font-size: clamp( 12px, 0.70833333em , 51px );
  display: block;
  letter-spacing: 0.56em;
  margin-left: 0.7em;
}
.spot01 .info {
  line-height: 1.61111111;
  font-size: clamp( 12px, 0.9em , 18px );
  margin: 0 auto;
  text-align: justify;
  text-align-last: center;
  width: 97%;
}
.spot01 a {
  color: #fff;
  width: 14em;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .spot01 a.first {
    order: -1;
  }
}
.spot01 a .decoration {
  overflow: hidden;
  position: relative;
  border-radius: 50%;
  max-width: 13.8em;
  margin: 0 auto 1.5em;
}
.spot01 a .decoration img {
  width: 100%;
  border-radius: 50%;
  transition: filter 1s ease-in-out;
}
.spot01 a .decoration::before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: clip-path 0.6s cubic-bezier(0.76, 0, 0.24, 1);
  background-color: rgba(119, 99, 162, 0.7);
  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 h3.topic {
  line-height: 3.58823529;
  font-size: clamp( 12px, 0.85em , 17px );
  text-transform: uppercase;
  color: currentcolor;
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  background-color: #7763a1;
  letter-spacing: 0.12em;
  transition: transform 0.33s ease-in-out, background-color 0.33s ease-in-out;
}
.spot01 a h3.topic .trait {
  letter-spacing: 0.12em;
  line-height: 1.2;
  font-size: clamp( 12px, 0.88235294em , 15px );
  font-weight: 700;
  font-style: italic;
  display: block;
}
.spot01 a:hover .decoration img {
  filter: blur(2px);
  -webkit-filter: blur(2px);
}
.spot01 a:hover .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 h3.topic {
  transform: translateY(-11.7em);
  background-color: transparent;
}
/* ===============================================
	spot00 || COMMON GENERAL INFORMATION SPOTLIGHT SECTION
=============================================== */
.spot02 {
  padding: 3em 0;
  background-color: #fff;
}
@media only screen and (min-width: 1024px) {
  .spot02 {
    font-size: min(1.45vw, 1em);
    padding: 5em 0 4em;
    padding-left: 0.2em;
  }
}
@media only screen and (min-width: 1300px) {
  .spot02.ready .decoration::before {
    opacity: 1;
  }
  .spot02.ready .cycle-pager-option {
    transform: translateY(100%);
    opacity: 0;
  }
}
.spot02 .decoration {
  width: 90%;
  max-width: 32em;
  margin: 0 auto 2.5em auto;
  display: block;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .spot02 .decoration {
    display: inline-block;
    vertical-align: top;
    margin: 0 7.75em 0 0;
  }
}
.spot02 .decoration img {
  position: absolute;
  opacity: 0;
}
.spot02 .decoration::before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #7763a2;
  z-index: 777;
  opacity: 0;
  transition: tramsform 1s ease, opacity 1s ease;
}
.spot02 .mod {
  display: inline-block;
  vertical-align: top;
  width: 90%;
  max-width: 26em;
  text-align: left;
  font-size: min(3.5vw, 1em);
}
@media only screen and (min-width: 1024px) {
  .spot02 .mod {
    padding-top: 1.3em;
  }
}
.spot02 h2.topic {
  line-height: 1.09090909;
  font-size: clamp( 15px, 2.75em , 55px );
  text-transform: uppercase;
  color: #1f1f1f;
  width: 100%;
  display: block;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  letter-spacing: 0.015em;
  margin-bottom: 0.10909091em;
}
.spot02 .cycle-pager-option {
  display: block;
  text-align: left;
  color: #7763a2;
  border-bottom: 1px solid #7763a2;
  position: relative;
  transition: transform 0.66s ease, opacity 0.66s ease;
  transition-delay: calc(var(--index)*0.33s);
}
.spot02 .cycle-pager-option .hidden {
  overflow: hidden;
  transition: max-height 0.6s ease, padding 0.6s ease;
  max-height: 0px;
  padding-left: 6em;
}
.spot02 .cycle-pager-option:nth-child(1) {
  --index: 0;
}
.spot02 .cycle-pager-option:nth-child(2) {
  --index: 1;
}
.spot02 .cycle-pager-option:nth-child(3) {
  --index: 2;
  border-bottom: 0;
}
.spot02 .cycle-pager-option.cycle-pager-active .hidden {
  max-height: 600px;
  padding-bottom: 1.5em;
}
.spot02 .cycle-pager-option.cycle-pager-active h3.topic {
  padding-bottom: 0;
}
.spot02 .cycle-pager-option.cycle-pager-active .icon {
  transform: translate3d(0, 0, 0) rotateY(360deg);
}
.spot02 h3.topic {
  line-height: 2.88;
  font-size: clamp( 15px, 1.25em , 25px );
  font-weight: 400;
  color: currentColor;
  margin: 0;
  text-transform: uppercase;
  padding: 0.875em 0;
  transition: padding 0.6s ease;
}
.spot02 h3.topic .icon {
  width: 4.4em;
  height: 2.88em;
  display: inline-block;
  vertical-align: top;
  transition: transform 0.6s ease;
}
@media only screen and (max-width: 375px) {
  .spot02 h3.topic .icon {
    width: 4em;
  }
}
.spot02 .info,
.spot02 p {
  line-height: 1.2;
  font-size: clamp( 15px, 0.85em , 17px );
  margin: 0 0 0.82352941em;
  color: #1f1f1f;
}
.spot02 .spotbtn {
  font-size: clamp( 12px, 0.75em , 15px );
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background-color: #7763a2;
  letter-spacing: 0.2em;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out;
}
@media only screen and (max-width: 1299px) {
  .spot02 .spotbtn {
    line-height: 44px;
    min-width: 44px;
    padding: 0 1em;
  }
}
@media only screen and (min-width: 1300px) {
  .spot02 .spotbtn {
    padding: 0 0.73333333em;
    line-height: 3;
  }
}
.spot02 .spotbtn::before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #444644;
  z-index: -1;
  transition: transform 0.33s ease;
  transform-origin: center;
  transform: scaleX(0);
}
.spot02 .spotbtn:hover {
  color: #fff;
}
.spot02 .spotbtn:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
/* ==================================================================
	subnav
=================================================================== */
#subnav {
  text-align: center;
  color: #fff;
  padding: 2.1em 0;
  position: relative;
  overflow: hidden;
  background-color: #372b53;
  z-index: 444;
}
@media only screen and (max-width: 1299px) {
  #subnav {
    display: none;
  }
}
@media only screen and (min-width: 1300px) {
  #subnav {
    text-align: left;
    padding-top: 9.4em;
  }
}
@media only screen and (max-width: 1299px) {
  #subnav nav {
    width: 100vw;
    display: none;
  }
}
#subnav p {
  font-size: clamp( 12px, 0.65em , 13px );
  margin: 0 auto;
  padding: 0;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
}
@media only screen and (max-width: 1299px) {
  #subnav p {
    line-height: 44px;
    white-space: nowrap;
    padding-right: 9%;
    scroll-snap-type: x;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  #subnav p::-webkit-scrollbar {
    display: none;
  }
}
@media only screen and (min-width: 1300px) {
  #subnav p {
    line-height: 1.61538462;
    width: 65%;
  }
}
#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:hover,
#subnav a.active {
  color: #9f8fc2;
  text-decoration: none;
}
#subnav .divider {
  margin: 0 1em;
  width: 0.38461538em;
  height: 0.38461538em;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  vertical-align: 2.5px;
}
.sidebar {
  position: fixed;
  top: 0;
  left: calc(50% + 12em);
  display: none;
  width: 35.65em;
}
@media only screen and (min-width: 768px) {
  .sidebar {
    display: block;
  }
}
@media only screen and (min-width: 1350px) {
  .sidebar {
    left: calc(50% + 14.3em);
  }
}
@media only screen and (min-width: 2000px) {
  .sidebar {
    width: 50em;
  }
}
/* ==================================================================
	content
=================================================================== */
#bd {
  padding: 3em 0;
  background: #fff;
  position: relative;
  z-index: 400;
}
@media only screen and (min-width: 768px) {
  #bd {
    padding: 4.2em 0 3em;
  }
}
#bd .container {
  width: 90%;
  max-width: 65.8em;
}
#content {
  display: block;
  max-width: 550px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  #content {
    width: 57.75075988%;
    max-width: 38em;
    float: left;
    margin: 0;
  }
}
#content .content-text {
  line-height: 1.68421053;
}
@media only screen and (min-width: 768px) {
  #content .content-text {
    font-size: 19px;
  }
}
#content p {
  text-align: justify;
}
/* ==================================================================
	.home content
=================================================================== */
.home #bd {
  padding: 0 0 3.3em;
  border-bottom: 2px solid #fff;
}
@media only screen and (min-width: 1024px) {
  .home #bd {
    overflow: hidden;
    padding-top: 4.75em;
    min-height: 50em;
  }
}
@media only screen and (min-width: 1300px) {
  .home #bd.ready .spot00 .decoration::before {
    opacity: 1;
  }
  .home #bd.ready .spot00 a {
    opacity: 0;
  }
  .home #bd.ready .spot00 a.first {
    transform: translate3d(200%, 100%, 0) rotateY(360deg);
  }
  .home #bd.ready .spot00 a:nth-child(2) {
    transform: translate3d(200%, 0%, 0) rotateY(360deg);
  }
  .home #bd.ready .spot00 a.last {
    transform: translate3d(200%, -100%, 0) rotateY(360deg);
  }
}
.home #bd .container {
  width: 90%;
  max-width: 65.5em;
}
@media only screen and (min-width: 1024px) {
  .home #bd .container {
    width: 96%;
  }
}
.home #bd #content {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  .home #bd #content {
    width: 100%;
    max-width: 560px;
    float: none;
  }
}
@media only screen and (min-width: 1024px) {
  .home #bd #content {
    max-width: 28em;
    width: 42.7480916%;
    margin-left: 0;
  }
}
.home #bd #content .content-text {
  line-height: 1.75;
}
@media only screen and (min-width: 768px) {
  .home #bd #content .content-text {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1300px) {
}
.home #bd #content .content-text ul li {
  margin: 0 0 1.em 0;
}
.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.27272727em;
  margin-bottom: 0.8em;
}
.home #bd #content .content-text a {
  font-size: 1.125em;
}
.spot00 {
  text-align: center;
  position: relative;
  z-index: 777;
  transition: transform 1.5s ease, opacity 1.5s ease;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .spot00 {
    font-size: 17px;
  }
}
@media only screen and (min-width: 666px) {
  .spot00 {
    font-size: 2.2vw;
  }
}
@media only screen and (min-width: 1024px) {
  .spot00 {
    font-size: inherit;
    padding: 0;
    position: absolute;
    top: -5em;
    margin: 0;
    left: calc(50% + 7.1em);
  }
}
.spot00 .decoration {
  display: block;
  width: 40em;
  margin-right: -5em;
  margin-left: auto;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}
@media only screen and (max-width: 665px) {
  .spot00 .decoration {
    width: 500px;
    margin-right: 0;
    margin-left: calc(50% - 100px);
  }
}
@media only screen and (min-width: 1024px) {
  .spot00 .decoration {
    width: 61.55em;
    min-width: 61.55em;
    margin: 0;
  }
}
.spot00 .decoration img {
  display: block;
  border-radius: 50%;
  transition: transform 0.33s ease, opacity 0.33s ease;
}
.spot00 .decoration::before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #7763a2;
  z-index: 1;
  opacity: 0;
  border-radius: 50%;
  transition: tramsform 1s ease, opacity 1s ease;
}
.spot00 .mod {
  position: absolute;
  gap: 1.5em;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  width: 10.4em;
  top: 50%;
  right: 28.75em;
  transform: translateY(-50%);
  z-index: 777;
}
@media only screen and (max-width: 665px) {
  .spot00 .mod {
    right: calc(50% - 0.5em);
  }
}
@media only screen and (max-width: 360px) {
  .spot00 .mod {
    right: calc(50% - 2em);
  }
}
@media only screen and (min-width: 1024px) {
  .spot00 .mod {
    width: 10.4em;
    transform: none;
    right: auto;
    left: -3.9em;
    top: 17.5em;
  }
}
.spot00 a {
  color: #fff;
  width: 7.85em;
  height: 7.85em;
  padding: 0 0 0.3em;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.4em;
  vertical-align: top;
  overflow: hidden;
  border-radius: 50%;
  border: 5px solid;
  transition: color 0.33s ease, background-color 0.33s ease, transform 0.66s ease calc(var(--delay)*0.33s), opacity 0.66s ease calc(var(--delay)*0.33s);
}
.spot00 a.first {
  background-color: #372b53;
  border-color: #372b53;
  --delay: 0;
}
.spot00 a.first:hover {
  color: #372b53;
}
.spot00 a:nth-child(2) {
  background-color: #4b3a70;
  align-self: flex-start;
  border-color: #4b3a70;
  --delay: 1;
}
.spot00 a:nth-child(2):hover {
  color: #4b3a70;
}
.spot00 a.last {
  background-color: #7763a2;
  border-color: #7763a2;
  --delay: 2;
}
.spot00 a.last:hover {
  color: #7763a2;
}
.spot00 a .icon {
  width: 2.3em;
  height: 2.25em;
}
.spot00 a h2.topic {
  line-height: 1.2;
  font-size: clamp( 12px, 0.75em , 15px );
  color: currentcolor;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.spot00 a:hover {
  background-color: #fff;
}
/* ==================================================================
	custom content
=================================================================== */
.mediaslider {
  text-align: center;
  max-width: 84%;
  max-width: calc( 100% - 88px );
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.mediaslider button {
  background: none;
  border: none;
  -webkit-appearance: none;
  cursor: pointer;
  pointer-events: auto;
}
.mediaslider .cycle-slideshow {
  width: 100%;
  margin: 0.5em 0 1.5em;
  position: relative;
  pointer-events: none;
  z-index: 400;
}
.mediaslider .cycle-slideshow .cycle-slide {
  margin-top: 0 !important;
}
.mediaslider .cycle-slideshow > button {
  font-size: 2.8em;
  color: #bababa;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  transition: opacity 0.35s ease;
  pointer-events: auto;
}
.mediaslider .cycle-slideshow > button.cycle-prev {
  text-align: left;
  left: auto;
  right: 100%;
}
.mediaslider .cycle-slideshow > button.cycle-next {
  text-align: right;
  direction: rtl;
  right: auto;
  left: 100%;
}
.mediaslider .cycle-slideshow > button:hover {
  opacity: 0.68;
}
.mediaslider .cycle-slideshow > button .icon {
  transform-origin: 50% 50%;
}
.mediaslider.ba .cycle-slideshow:before,
.mediaslider.ba.top .cycle-slideshow:before,
.mediaslider.ba .cycle-slideshow:after,
.mediaslider.ba.top .cycle-slideshow:after {
  width: 50%;
  padding: 0.66em 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.54) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.54) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.54) 0%, rgba(0, 0, 0, 0) 100%);
  display: block;
  position: absolute;
  top: 0;
  z-index: 420;
}
.mediaslider.ba .cycle-slideshow:before,
.mediaslider.ba.top .cycle-slideshow:before {
  content: 'Before';
  left: 0;
}
.mediaslider.ba .cycle-slideshow:after,
.mediaslider.ba.top .cycle-slideshow:after {
  content: 'After';
  right: 0;
}
.mediaslider.ba.bottom .cycle-slideshow:before,
.mediaslider.ba.bottom .cycle-slideshow:after {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.54) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.54) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.54) 100%);
  top: auto;
  bottom: 0;
}
.mediaslider.multi .cycle-slide {
  display: flex !important;
}
.mediaslider.multi .cycle-slide img {
  width: 50%;
}
.mediaslider .custompager {
  display: block;
  position: relative;
}
.mediaslider .custompager > button {
  height: 44px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media only screen and (max-width: 1299px) {
  .mediaslider .custompager > button {
    width: 44px;
  }
}
@media only screen and (min-width: 1300px) {
  .mediaslider .custompager > button {
    width: 1rem;
    margin: 0 6px;
    cursor: pointer;
  }
}
.mediaslider .custompager > button:before {
  content: '';
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #bababa;
  margin: auto;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: background-color 0.33s ease-in-out;
}
.mediaslider .custompager > button:hover:before,
.mediaslider .custompager > button.cycle-pager-active:before {
  background-color: #7763a2;
}
.mediaslider .cycle-caption.large,
.mediaslider .cycle-caption {
  font-size: min(1rem, 1em);
  padding: 0.66em;
  z-index: 420;
  white-space: normal;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
.mediaslider .cycle-caption.large:after,
.mediaslider .cycle-caption:after {
  content: '';
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.54) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.54) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.54) 100%);
  width: auto;
  height: auto;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  top: -1.68em;
  z-index: -1;
}
.mediaslider .cycle-caption.large {
  position: relative;
}
.mediaslider .cycle-caption.large:after {
  background: #7763a2;
  top: 0;
}
/* content centered for slideshow, video-centric, and/or full width content */
.before-and-after #content,
.office-tour #content,
.smile-gallery #content,
.invisalign-videos #content {
  text-align: center;
}
.before-and-after #content h1,
.office-tour #content h1,
.smile-gallery #content h1,
.invisalign-videos #content h1,
.before-and-after #content h2,
.office-tour #content h2,
.smile-gallery #content h2,
.invisalign-videos #content h2,
.before-and-after #content h3,
.office-tour #content h3,
.smile-gallery #content h3,
.invisalign-videos #content h3,
.before-and-after #content p,
.office-tour #content p,
.smile-gallery #content p,
.invisalign-videos #content p {
  text-align: center;
}
.before-and-after .img-left,
.office-tour .img-left,
.smile-gallery .img-left,
.invisalign-videos .img-left,
.before-and-after .img-right,
.office-tour .img-right,
.smile-gallery .img-right,
.invisalign-videos .img-right {
  margin: 0 auto;
  float: none;
}
/* blockquote styling */
#content blockquote {
  margin: 0 0 1.58em;
  padding: 0 0 0 1em;
  border-left: 0.33em solid #f0f0f0;
}
/* comment line below if patient-login is live and legit */
.financial-information #financial-online-services {
  display: none;
}
/* common treatments */
.before-after-image {
  width: 44%;
  display: inline-block;
  vertical-align: top;
}
.before-after-image img,
.before-after-image span {
  display: block;
}
@media only screen and (min-width: 768px) {
  .before-after-image img,
  .before-after-image span {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .before-after-box,
  p.before-after-text {
    width: 49%;
    display: inline-block;
    vertical-align: top;
  }
}
/* common procedures */
@media only screen and (min-width: 1300px) {
  #content h2[id],
  .common-procedures #content h2[id] {
    scroll-margin-top: 8em;
  }
}
/* preventive-care */
.preventive-care #content ul {
  display: inline-block;
}
/* reduces dimensions of coronavirus tab */
#coronavirus-update {
  font-size: 0.84em;
  padding: 0.5em 1.25em !important;
  left: 0.5em !important;
}
@media only screen and (min-width: 1300px) {
  #coronavirus-update {
    font-size: 1em;
  }
}
/* ==================================================================
	meet the team page classes for individual and full team images 
=================================================================== */
.staff {
  width: 45%;
  max-width: 10em;
  margin: 0 0 1em 1em;
  display: block;
  float: right;
}
.team {
  width: 100%;
  max-width: 1000px;
  margin: 2% auto;
  display: block;
}
/* ==================================================================
	sitemap
=================================================================== */
.sitemap #content .column > ul > li {
  margin-bottom: 1.45em;
}
.sitemap #content ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
}
.sitemap #content ul a {
  line-height: 1.4;
  font-size: clamp( 12px, 1.25em , 25em );
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  color: #5e4d81;
  font-family: "Playfair Display", serif;
  transition-duration: 0s;
  font-style: normal;
}
.sitemap #content ul ul li a {
  line-height: 1.68421053;
  font-size: clamp( 12px, 0.95em , 19em );
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  color: #231f20;
  margin-left: 0;
  font-family: 'Mulish', Helvetica, Arial, sans-serif;
}
.sitemap #content a:hover {
  color: #bababa;
  text-decoration: none;
}
body.sitemap #bd ul li {
  list-style: none;
}
body.sitemap #bd ul ul li {
  list-style: none;
  margin-left: 0;
}
body.sitemap #content .width1 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  body.sitemap #content .width1 {
    width: 50%;
  }
  body.sitemap #content .width1:not(.first) {
    width: auto;
    float: right;
  }
}
/* global override */
/* ==================================================================
	sidebar
=================================================================== */
#sidebar {
  width: 100%;
  max-width: 23.45em;
  margin: 0 auto 6%;
  padding: 0;
  display: none;
  position: relative;
  z-index: 420;
}
@media only screen and (min-width: 768px) {
  #sidebar {
    width: 35.63829787%;
    margin: 0.65em 0.15em 1em 0;
    display: block;
    float: right;
    clear: right;
  }
}
/* ===============================================
	sitepics
=============================================== */
#hide-stock {
  position: relative;
}
.stock {
  width: 100%;
  position: relative;
  border-radius: 50%;
}
/* ===============================================
	show doctor image on all devices
=============================================== */
/*.home,*/
/*body[class^='meet-the-'],*/
/*body[class^='meet-our-'],*/
.meet-the-doctor #sidebar,
body[class*='meet-dr-'] #sidebar,
body[class*='meet-doctor-'] #sidebar {
  display: block;
}
body[class~='blog'] #sidebar {
  display: block;
}
body[class~='blog'] #hide-stock {
  display: none;
}
/* END SIDEBAR */
/* ==================================================================
	#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;
  font-size: min(4.75vw, 1em);
}
@media only screen and (min-width: 1300px) {
  #ft {
    background-size: auto 100%;
  }
}
#ft a {
  color: #231f20;
  transition: color 0.33s ease-in-out;
}
#ft a:hover {
  color: #7763a2;
}
/* ===============================================
		locations
=============================================== */
#location {
  width: 100%;
  padding: 3.5em 0;
  background-color: rgba(119, 99, 162, 0.7);
  display: block;
}
@media only screen and (min-width: 768px) {
  #location {
    text-align: right;
    width: 50%;
    margin-left: 50%;
    background-color: transparent;
  }
}
@media only screen and (min-width: 1300px) {
  #location {
    margin-left: calc(50%);
    padding-left: 5.2em;
  }
}
#location .mod {
  text-align: center;
  width: 19.9em;
  height: 19.9em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.45);
  gap: 0.8em;
  padding-top: 0.6em;
}
@media only screen and (max-width: 767px) {
  #location .mod {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  #location .mod {
    margin: 0;
  }
}
#location .logo {
  line-height: 0;
  text-align: center;
  margin: 0 auto;
  display: block;
}
#location .logo svg {
  width: 10.25em;
  height: 3.8em;
}
#location .phone {
  font-size: clamp( 12px, 1.25em , 25px );
  display: block;
  font-family: "Playfair Display", serif;
  color: #7763a2;
}
@media only screen and (max-width: 767px) {
  #location .phone {
    line-height: 44px;
  }
}
@media only screen and (min-width: 768px) {
  #location .phone {
    line-height: 1.04;
  }
}
#location .phone::after {
  content: '';
  display: block;
  width: 3.6em;
  height: 1px;
  background-color: #894c78;
  margin: 0.6em auto 0;
}
#location a.phone:hover {
  color: #231f20;
}
#location .address {
  font-size: clamp( 12px, 0.8em , 16px );
  margin: 0 auto;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}
@media only screen and (max-width: 1023px) {
  #location .address {
    line-height: 22px;
  }
}
@media only screen and (min-width: 1024px) {
  #location .address {
    line-height: 1.25;
  }
}
#location .address .marker {
  line-height: 1;
  color: #bababa;
  margin-right: 14.4em;
  position: absolute;
  top: 13.9em;
  width: 4.1875em;
  height: 4.8125em;
  right: 50%;
  z-index: 400;
  transition: transform 0.33s ease-in-out;
  transform-origin: center bottom;
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.35));
}
@media only screen and (max-width: 767px) {
  #location .address .marker {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  #location .address .marker {
    display: block;
  }
}
#location .address .marker path {
  transition: fill 0.33s ease;
}
#location .address:hover .marker {
  transform: translate3d(0, 0, 0) scale(1.1);
}
#location .address:hover .marker path:nth-child(1) {
  fill: #231f20;
}
#location .address:hover .marker path:nth-child(2) {
  fill: #fff;
}
/* ==================================================================
		#links
=================================================================== */
#links {
  text-align: center;
  color: #fff;
  margin: 0;
  background-color: #372b53;
  position: relative;
  z-index: 420;
}
@media only screen and (max-width: 1299px) {
  #links {
    padding: 2em 0;
  }
}
@media only screen and (min-width: 1300px) {
  #links {
    padding: 1.4em 0 0;
  }
}
#links .util {
  font-size: clamp( 12px, 0.6em , 12px );
  display: block;
}
@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,
#links .util .divider {
  display: inline-block;
}
#links .util a {
  color: #fff;
  transition: color 0.33s ease-in-out;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media only screen and (max-width: 420px) {
  #links .util a {
    display: block;
  }
}
@media only screen and (max-width: 320px) {
  #links .util a#sesame-link {
    letter-spacing: normal;
  }
}
#links .util a:hover {
  color: plum;
}
#links .util .divider {
  margin: 0 1em;
}
@media only screen and (max-width: 420px) {
  #links .util .divider {
    display: none;
  }
}
/* ===============================================
		sesame link
=============================================== */
a#sesame-link .sesameicon {
  width: 2em;
  height: 1.66666667em;
  margin-right: 0.66666667em;
  display: inline-block;
  vertical-align: middle;
}
a#sesame-link .sesameicon path {
  fill: currentcolor;
  transition: fill 0.33s ease-in-out;
}
/* ===============================================
	backToTop
=============================================== */
#btt {
  text-align: center;
  width: 100%;
  margin: 0;
  display: block;
  position: relative;
}
a#backtotop {
  color: #fff;
  display: inline-block;
  vertical-align: top;
  transition: color 0.33s ease-in-out;
}
@media only screen and (max-width: 1299px) {
  a#backtotop {
    line-height: 0;
    width: 44px;
    margin-top: 1em;
  }
}
@media only screen and (min-width: 1300px) {
  a#backtotop {
    line-height: 4.15;
  }
}
a#backtotop .icon {
  width: 100%;
  height: auto;
}
a#backtotop .icon path {
  stroke-width: 2px;
}
a#backtotop:hover {
  color: plum;
}
/*superlative*/
/************************************************************************************************************************************************/
/* hr element - div.hr */
hr,
.types-of-braces #content div.clear {
  font-size: inherit;
  height: 1px;
  width: 100%;
  margin: 1.58em 0;
  background: #666;
  border: none;
  display: block;
}
.brushing-and-flossing .content-text hr {
  float: left;
}
/* ===============================================
	success message
=============================================== */
.success {
  font-weight: 400;
  text-transform: none;
  color: #fff;
  width: 100%;
  padding: 1rem;
  background: #bababa;
  float: left;
}
/* ===============================================
	Form Buttons
=============================================== */
form button {
  letter-spacing: normal;
  font-size: clamp( 12px, 0.95em , 19px );
  font-weight: 400;
  text-transform: uppercase;
  color: #231f20;
  height: 44px;
  padding: 0 1.5em;
  background-color: #f1f1f1;
  border: 1px solid #f1f1f1;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out, border-color 0.33s ease-in-out;
}
form button:hover {
  color: #fff;
  border-color: #7763a2;
  background-color: #7763a2;
}
form p {
  height: auto;
}
/* ===============================================
	chat widget resize for mobile use comfort
=============================================== */
#bc-chat-container {
  font-size: 0.8em !important;
}
.bc-minimize-state {
  width: 11.8em !important;
  height: 7.7em !important;
}
/* ===============================================
	blog sidebar sharethiswidget styles
=============================================== */
#blog_search label,
p.share-text {
  margin-bottom: 10px;
}
/* ===============================================
	generic button for quick use by PM/PAs
=============================================== */
a.intbtn,
#content a.intbtn {
  line-height: 44px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  width: auto;
  text-decoration: none;
  padding: 0 1.5em;
  background-color: #bababa;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: background-color 0.33s ease-in-out;
}
a.intbtn:hover,
#content a.intbtn:hover {
  background-color: #7763a2;
}
/* ===============================================
	.screenreader 
	a11y support for descriptive text on vaguely worded buttons
	https://gomakethings.com/hidden-content-for-better-a11y/#hidden-labels
=============================================== */
.screenreader {
  white-space: nowrap;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
/************************************************************************************************************************************************/
/* end superlatives */
/* ===============================================
Tablet || Supports 768px and up
=============================================== */
@media only screen and (min-width: 768px) {
  /* ===============================================
	blanket content sidebar hide
=============================================== */
  .sitemap #bd.sub:after,
  .layout-full-width #bd.sub:after {
    content: none;
  }
  .sitemap #bd .sidebar,
  .layout-full-width #bd .sidebar {
    display: none;
  }
  .sitemap #content,
  .layout-full-width #content {
    width: 70%;
    /* count out 90-100 characters per line to determine width */
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .sitemap #sidebar,
  .layout-full-width #sidebar {
    display: none;
  }
  /* ===============================================
	custom content
=============================================== */
  .speed-system img[alt='Speed Braces'] {
    display: block;
  }
  /* ===============================================
	PAGE SPECIFIC
=============================================== */
  .which-is-right-for-me #content p {
    display: inline-block;
    float: left;
  }
  .which-is-right-for-me #content a[href^='/sesame_media/docs/'] {
    text-align: center;
    width: 100%;
    display: block;
    clear: both;
  }
  .which-is-right-for-me #content a[href^='/sesame_media/docs/'] img {
    display: inline-block;
  }
  .in-ovation-testimonials .embed-container {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  [class^='inovation-chart-'] {
    max-width: 50%;
    display: inline-block;
  }
  .in-ovation-before-after #content p {
    text-align: center;
    margin-bottom: 0;
  }
  .in-ovation-before-after .content-text h3 {
    text-align: center;
  }
  .in-ovation-before-after .content-text .img-left,
  .in-ovation-before-after .content-text .border {
    max-width: 44%;
    margin: 2%;
    display: inline-block;
    float: none;
  }
  .in-ovation-videos .content-text h2 {
    text-align: center;
  }
  .in-ovation-videos .content-text .embed-container {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  body[class*='in-ovation'] .img-right {
    max-width: 40%;
  }
  /*END*/
}
/* custom animations */
@keyframes flyinmobilenav {
  from {
    transform: translate(100%, 0);
    opacity: 0;
    pointer-events: none;
  }
  to {
    transform: translate(0, 0);
    opacity: 1;
    pointer-events: auto;
  }
}
/* ===============================================
	embed-container enhanced support
=============================================== */
@supports (aspect-ratio: 16 / 9) and (object-fit: cover) {
  .embed-container,
  .embed-container.ratio16x9 {
    height: auto;
    aspect-ratio: 16 / 9;
    padding: 0;
    display: block;
  }
  @media only screen and (max-width: 1299px) {
    .embed-container,
    .embed-container.ratio16x9 {
      max-width: min( 40em , 90% );
    }
  }
  @media only screen and (min-width: 1300px) {
    .embed-container,
    .embed-container.ratio16x9 {
      max-width: min( 40em , 1200px );
    }
  }
  .embed-container embed,
  .embed-container.ratio16x9 embed,
  .embed-container object,
  .embed-container.ratio16x9 object,
  .embed-container iframe,
  .embed-container.ratio16x9 iframe {
    object-fit: cover;
    position: relative;
    top: auto;
    left: auto;
  }
}
