/* 
 Site Manager Version: 14.2.0
 Date Created: April 2024
 Account: varble-ortho
 Written by: Ryan Postell
 Sesame Communications - All rights reserved. C2024
 Any reproduction or intentional misuse is strictly prohibited
*/
/* ===============================================
              options
 =============================================== */
/* ===============================================
                    colors
 =============================================== */
/* ===============================================
					fonts
=============================================== */
.fontH {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
}
/* montserrat-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('/assets/fonts/montserrat-v26-latin-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  src: url('/assets/fonts/montserrat-v26-latin-italic.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url('/assets/fonts/montserrat-v26-latin-500.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('/assets/fonts/montserrat-v26-latin-700.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* ===============================================
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: 'Montserrat', Helvetica, Arial, sans-serif;
}
form button,
button {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
}
svg {
  display: inline-block;
}
body {
  font-size: 15px;
  color: #000000;
  background: #fff;
  overflow: hidden;
}
@media only screen and (min-width: 1300px) {
  body {
    font-size: 20px;
  }
}
/* ===============================================
	links 
=============================================== */
a {
  text-decoration: none;
}
#content a {
  color: #44d62c;
  text-decoration: none;
  transition: color 0.33s ease-in-out;
}
#content a:hover {
  color: #0099CC;
  text-decoration: underline;
}
/* ===============================================
	h family || hfam 
=============================================== */
h1,
h2:not(.topic),
h3:not(.topic),
h4,
h5,
h6 {
  line-height: 1;
  text-align: left;
  color: #44d62c;
  font-weight: 500;
  margin: 0 0 1.44em;
  text-rendering: auto;
  text-transform: uppercase;
}
.sub h1 {
  font-size: 10vw;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0.76em;
}
@media only screen and (min-width: 480px) {
  .sub h1 {
    font-size: 2.5em;
  }
}
.home h1 {
  font-size: 10vw;
  text-align: center;
  margin: 0;
}
@media only screen and (min-width: 480px) {
  .home h1 {
    font-size: 3em;
  }
}
.home h1:after {
  content: '';
  width: 2.5em;
  height: 2px;
  margin: 0.33333333em auto 0.7em;
  background: #0099CC;
  display: block;
}
.home h1 .trait {
  display: block;
}
.home h1 .trait.top {
  line-height: 1.2;
  font-size: 0.41666667em;
  text-transform: none;
}
.home h1 .trait.bottom {
  font-weight: 700;
}
h2:not(.topic) {
  font-size: 1.47058824em;
  color: #11928d;
}
h3:not(.topic) {
  font-size: 1.35294118em;
  color: #44d62c;
}
h4 {
  font-size: 1.23529412em;
  color: #75787b;
}
h5 {
  font-size: 1.23529412em;
  color: #75787b;
}
h6 {
  font-size: 1.23529412em;
  color: #75787b;
}
/* ===============================================
	containers
=============================================== */
.container {
  max-width: 64.5em;
}
/* ===============================================
	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;
  background-color: #000000;
  position: relative;
  z-index: 3000;
}
@media only screen and (min-width: 1300px) {
  #masthead {
    font-size: inherit;
    position: fixed;
    top: 0;
    left: 0;
  }
}
#masthead .container {
  /* Small Desktop - 1024px */
}
@media only screen and (max-width: 1023px) {
  #masthead .container {
    width: 100%;
    max-width: none;
  }
}
@media only screen and (min-width: 64rem) {
  #masthead .container {
    display: flex;
    justify-content: space-between;
  }
}
/* ==================================================================
	main-nav
=================================================================== */
#main-nav {
  font-size: 1.2em;
  text-align: center;
  height: 44px;
  width: 44px;
  padding: 0;
  margin: 0;
  background-color: #44d62c;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 600;
  clear: both;
}
#main-nav .container {
  height: 100%;
  padding: 0;
}
#main-nav .trigger {
  line-height: 44px;
  color: #44d62c;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0 auto;
  background: none;
  box-shadow: none;
  border: none;
  -webkit-display: none;
  position: relative;
  z-index: 600;
  transition: color 0.33s ease-in-out;
  cursor: pointer;
}
#main-nav .trigger .navicon {
  width: 12px;
  height: 8px;
  display: inline-block;
  vertical-align: 4px;
  position: relative;
}
#main-nav .trigger .navicon span {
  width: 100%;
  height: 2px;
  background: #fff;
  display: block;
  position: absolute;
  left: 0;
  opacity: 1;
  transform: translate(0, 0) rotate(0deg);
  transition: transform 0.3s ease;
}
#main-nav .trigger .navicon span:nth-child(1) {
  top: 0px;
}
#main-nav .trigger .navicon span:nth-child(2),
#main-nav .trigger .navicon span:nth-child(3) {
  top: 50%;
}
#main-nav .trigger .navicon span:nth-child(4) {
  top: 100%;
}
#main-nav .open .trigger {
  color: #0099CC;
}
#main-nav .open .trigger .navicon span:nth-child(1) {
  transform: translate(50%, 150%) scaleX(0);
}
#main-nav .open .trigger .navicon span:nth-child(4) {
  transform: translate(50%, -150%) scaleX(0);
}
#main-nav .open .trigger .navicon span:nth-child(2) {
  transform: translate(0, 0) rotate(45deg);
}
#main-nav .open .trigger .navicon span:nth-child(3) {
  transform: translate(0, 0) rotate(-45deg);
}
#main-nav ul {
  width: 100vw;
  margin: -44px 0 0;
  padding: 1em 0;
  background-color: rgba(0, 0, 0, 0.96);
  position: relative;
  float: right;
  z-index: 550;
}
#main-nav ul li {
  clear: both;
}
#main-nav ul li a[id] {
  line-height: 44px;
  font-size: clamp( 12px, 0.75em , 15px );
  text-transform: uppercase;
  color: #fff;
  width: auto;
  font-weight: 500;
  height: 44px;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: color 0.33s ease;
}
#main-nav ul li.open > a[id],
#main-nav ul li.active > a[id],
#main-nav ul li:hover > a[id] {
  color: #44d62c;
  text-decoration: none;
  transition-duration: 0.15s;
}
#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: translate3d(0, 0, 0) scaleX(1);
  opacity: 1;
}
#main-nav ul ul {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #313131;
  display: inline;
  float: left;
}
#main-nav ul ul li {
  width: 100%;
  background: none;
  float: left;
}
#main-nav ul ul li a {
  line-height: 44px;
  font-size: clamp( 12px, 0.65em , 13px );
  color: #fff;
  width: 100%;
  text-transform: uppercase;
  font-weight: 500;
  height: 44px;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
#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;
  color: #44d62c;
  margin-bottom: 0;
  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;
}
@media only screen and (max-width: 1023px) {
}
#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;
}
/* ===============================================
	FULLMOB RULES
=============================================== */
@media only screen and (min-width: 1024px) {
  /* main-nav */
}
/* ===============================================
MAIN NAV - Large Tablet/Desktop Stylings
=============================================== */
@media only screen and (min-width: 1024px) {
  /* main-nav */
  #main-nav {
    font-size: inherit;
    width: 100%;
    max-width: 100%;
    height: 2.15em;
    margin-top: 1.8em;
    background: none;
    box-shadow: none;
    position: relative;
    top: auto;
    z-index: 2900;
  }
  #main-nav .container {
    width: 96%;
    max-width: right;
  }
  #main-nav div.collapsible {
    margin: 0 auto;
    width: 100%;
  }
  #main-nav ul {
    height: 2.15em;
    width: auto;
    padding: 0;
    margin: 0;
    display: flex;
    width: 100%;
    position: static;
  }
  #main-nav ul li {
    height: 100%;
    margin: 0 1.05em 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:nth-of-type(3) {
    margin-right: auto;
  }
  #main-nav ul li a[id] {
    line-height: 2.86666667;
    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;
    background: #000;
    border-radius: 0 0 10px 10px;
  }
  #main-nav ul ul li {
    height: 1.35em;
    margin: 0;
    padding: 0;
    float: left;
    opacity: 1;
  }
  #main-nav ul ul li a {
    line-height: 2.07692308;
    text-align: left;
    white-space: nowrap;
    height: 2.07692308em;
    padding: 0 2.46153846em;
    float: left;
  }
  #main-nav ul li.contact-us ul li a,
  #main-nav ul li.contact ul li a,
  #main-nav ul li.treatments ul li a {
    text-align: right;
    float: right;
  }
  #main-nav ul li:hover ul {
    display: block;
    left: -1.6em;
  }
  #main-nav ul li.contact-us:hover ul,
  #main-nav ul li.contact:hover ul,
    #main-nav ul li.treatments:hover ul {
    margin: 0;
    left: auto;
    right: -1.6em;
  }
  /*END*/
}
/* ==================================================================
	header
=================================================================== */
#hd {
  text-align: center;
  color: #44d62c;
  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: 666px) and (max-width: 1023px) {
  #hd .container {
    padding: 0.66em 44px 0.66em 0;
  }
}
@media only screen and (min-width: 1024px) {
  #hd .container {
    padding: 1.7em 0 0;
  }
}
/* ===============================================
	logo
=============================================== */
#logo {
  line-height: 0;
  font-size: 0.7em;
  width: 12em;
  margin: 0em auto 0 2%;
  display: block;
  position: relative;
}
#logo .cs-mobile {
  width: 3em;
  height: auto;
  /* Small Desktop - 1024px */
}
@media only screen and (min-width: 64rem) {
  #logo .cs-mobile {
    display: none;
  }
}
#logo .cs-desktop {
  display: none;
  /* Small Desktop - 1024px */
}
@media only screen and (min-width: 64rem) {
  #logo .cs-desktop {
    display: block;
  }
}
@media only screen and (min-width: 666px) {
  #logo {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media only screen and (min-width: 1024px) {
  #logo {
    top: 0.35em;
    width: 17.55em;
    height: auto;
    font-size: inherit;
    margin: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
#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 img {
  width: 100%;
  height: auto;
}
/* ===============================================
	contact info
=============================================== */
#contactinfo {
  text-align: center;
  display: contents;
  justify-content: center;
  align-items: center;
  vertical-align: top;
  position: relative;
  z-index: 1;
  /* Small Desktop - 1024px */
}
@media only screen and (min-width: 480px) {
  #contactinfo {
    width: auto;
    margin: 0 0.5em 0 0;
  }
}
@media only screen and (min-width: 64rem) {
  #contactinfo {
    display: flex;
    gap: 0.35em;
  }
}
#contactinfo #dropdown {
  position: relative;
  z-index: 1;
  /* Small Desktop - 1024px */
}
@media only screen and (min-width: 64rem) {
  #contactinfo #dropdown:hover {
    cursor: pointer;
  }
  #contactinfo #dropdown:hover .cs-drop {
    opacity: 1;
    transform: translateX(-50%) scaleY(1);
  }
}
#contactinfo .cs-drop {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  position: absolute;
  opacity: 0;
  z-index: 1;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) scaleY(0);
  transform-origin: top;
  background-color: #3b3b3b;
  border-radius: 0 0 0.625rem 0.625rem;
  transition: opacity 0.3s, transform 0.5s;
}
#contactinfo .cs-drop.cs-open {
  transform: translateX(-50%) scaleY(1);
  opacity: 1;
}
#contactinfo .cs-li {
  list-style: none;
  font-size: 1rem;
  line-height: 1.5em;
  text-transform: initial;
  color: #fff;
  text-align: center;
}
#contactinfo .cs-li-link {
  display: block;
  color: #fff;
  padding: 0.625rem 3rem;
  position: relative;
  z-index: 1;
}
#contactinfo .cs-li-link:hover {
  color: #44d62c;
}
#contactinfo a {
  color: #44d62c;
  transition: color 0.33s ease-in-out;
}
#contactinfo a:hover {
  color: #0099CC;
}
#masthead .cs-wrapper {
  display: flex;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 2.95em;
  z-index: 10;
  /* Small Desktop - 1024px */
}
#masthead .cs-wrapper:before {
  content: '';
  width: 100%;
  height: 100%;
  background: #44d62c;
  opacity: 1;
  position: absolute;
  display: block;
  top: 0;
  right: -2px;
  z-index: -1;
  /* Small Desktop - 1024px */
}
@media only screen and (min-width: 64rem) {
  #masthead .cs-wrapper:before {
    display: none;
  }
}
@media only screen and (min-width: 64rem) {
  #masthead .cs-wrapper {
    display: contents;
  }
}
#masthead .cs-link,
#masthead .phone {
  font-size: 0.75rem;
  width: 2.75rem;
  height: 2.75rem;
  color: #fff;
  text-transform: uppercase;
  background-color: #44d62c;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.1875rem;
  transition: background-color 0.3s, color 0.3s;
  /* Small Desktop - 1024px */
}
#masthead .cs-link:hover,
#masthead .phone:hover {
  color: #fff;
  background-color: #767676;
}
@media only screen and (min-width: 64rem) {
  #masthead .cs-link,
  #masthead .phone {
    width: auto;
    height: 2rem;
    padding: 0 0.9375rem;
  }
}
#masthead .cs-link .cs-remove,
#masthead .phone .cs-remove {
  display: none;
  /* Small Desktop - 1024px */
}
@media only screen and (min-width: 64rem) {
  #masthead .cs-link .cs-remove,
  #masthead .phone .cs-remove {
    display: block;
  }
}
#masthead .phone {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
@media only screen and (min-width: 64rem) {
  #masthead .phone {
    width: 7.6875rem;
    flex: none;
  }
}
@media only screen and (min-width: 64rem) {
  #masthead .cs-link {
    width: 7.6875rem;
  }
}
#masthead .cs-appointent {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
@media only screen and (min-width: 64rem) {
  #masthead .cs-appointent {
    border: none;
    width: 12.6875rem;
  }
}
/* ===============================================
	utility-nav
=============================================== */
#utilitynav {
  line-height: 0;
  width: auto;
  margin: 0;
  padding: 0;
  display: contents;
  justify-content: center;
  align-items: center;
  gap: 0.35em;
  vertical-align: top;
  position: relative;
  z-index: 400;
  /* Small Desktop - 1024px */
}
@media only screen and (min-width: 64rem) {
  #utilitynav {
    display: flex;
    gap: 1em;
  }
}
#utilitynav .socialmedia {
  line-height: 0;
  text-align: center;
  width: 100%;
  height: auto;
  padding: 0;
  display: none;
  justify-content: center;
  position: relative;
  z-index: 300;
}
@media only screen and (min-width: 1024px) {
  #utilitynav .socialmedia {
    display: block;
  }
}
#utilitynav .socialmedia a {
  color: #fff;
  border-radius: 50%;
  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) {
  #utilitynav .socialmedia a {
    line-height: 44px;
    font-size: clamp( 12px, 1.05em , 21px );
    width: 44px;
    height: 44px;
  }
}
@media only screen and (min-width: 1024px) {
  #utilitynav .socialmedia a {
    line-height: 1.52380952;
    font-size: 1.05em;
    height: 1.52380952em;
    width: 100%;
    margin: 0 0 3px 0;
  }
}
#utilitynav .socialmedia a:nth-last-of-type(1) {
  margin: 0;
}
#utilitynav .socialmedia a:hover {
  color: #fff;
  z-index: 400;
  transform: translate3d(0, 0, 0) scale(1.44);
}
#utilitynav .socialmedia a .icon {
  position: relative;
}
/* ==================================================================
	slideshow
=================================================================== */
#slideshow {
  font-size: 2vw;
  text-align: center;
  color: #fff;
  min-height: 40.47619048vw;
  background: #fff;
  position: relative;
  z-index: 400;
}
@media only screen and (min-width: 1024px) {
  #slideshow {
    font-size: inherit;
    width: 100%;
    margin-top: 0;
    top: 0;
    display: flex;
    gap: 0.9375rem;
    align-items: center;
    justify-content: flex-end;
  }
}
@media only screen and (min-width: 1300px) {
  #slideshow {
    max-width: 80.625rem;
    padding-left: 4.5rem;
    padding-top: 23.1875rem;
    margin-top: 9.0625rem;
    justify-content: flex-start;
    padding-bottom: 14.125rem;
    margin: auto;
  }
}
#slideshow #home-slideshow {
  position: relative;
  width: 100%;
  margin: 0;
  aspect-ratio: 2000 / 850;
}
@media only screen and (min-width: 1024px) {
  #slideshow #home-slideshow {
    order: 2;
    width: 63%;
  }
  #slideshow #home-slideshow .hpslide {
    max-width: none;
    width: 100%;
  }
}
@media only screen and (min-width: 1300px) {
  #slideshow #home-slideshow {
    order: 2;
    width: 70vw;
    height: 53.125rem;
    position: absolute;
    left: 50%;
    margin-left: calc(clamp(192px, 10vw, 235px)*-1);
  }
  #slideshow #home-slideshow .hpslide {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
  }
  #slideshow #home-slideshow .cycle-slideshow {
    height: 100%;
  }
}
#slideshow #home-slideshow .cs-mask {
  width: 102%;
  height: 102%;
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 401;
}
@media only screen and (min-width: 1024px) {
  #slideshow #home-slideshow .cs-mask {
    width: 100%;
    height: auto;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
  }
}
@media only screen and (min-width: 1300px) {
  #slideshow #home-slideshow .cs-mask {
    width: auto;
    height: 100%;
    top: 0;
    left: -10px;
    right: 0;
    bottom: -2px;
    transform: none;
  }
}
@media only screen and (min-width: 1900px) {
  #slideshow #home-slideshow .cs-mask {
    width: 100%;
    height: auto;
    top: auto;
    left: -10px;
    right: 0;
    bottom: -2px;
    transform: none;
  }
}
#slideshow .ssoverlay {
  text-align: center;
  display: flex;
  padding: 3.125rem 0;
  flex-direction: column;
  background-color: #fff;
  row-gap: 2.875rem;
  position: relative;
  z-index: 1000;
}
@media only screen and (min-width: 1024px) {
  #slideshow .ssoverlay {
    padding: 0;
  }
}
#slideshow .ssoverlay .cs-topper {
  text-align: center;
  color: #44d62c;
  font-size: clamp(1rem, 2vw, 1.4375rem);
  line-height: 1.5rem;
}
#slideshow .ssoverlay .cs-h2 {
  color: #75787b;
  /* 32px - 48px */
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 2.6875rem;
  margin: 0;
  text-transform: uppercase;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#slideshow .ssoverlay .cs-button-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
}
#slideshow .ssoverlay .cs-button {
  font-size: 0.9375rem;
  display: flex;
  text-transform: uppercase;
  color: #75787b;
  gap: 0.5rem;
  justify-content: center;
  align-items: center;
  border: 1px solid #75787b;
  border-radius: 0.3125rem;
  height: 3.75rem;
  width: 7.9375rem;
  transition: background-color 0.3s, color 0.3s;
}
#slideshow .ssoverlay .cs-button:hover {
  background-color: #75787b;
  color: #fff;
}
#slideshow .ssoverlay .cs-button:hover .fa-thin {
  color: #44d62c;
}
#slideshow .ssoverlay .fa-thin {
  font-size: 1.4375rem;
  color: #75787b;
  font-weight: 300;
}
#slideshow .ssoverlay .cs-flex {
  text-align: left;
  display: flex;
  flex-direction: column;
}
#slideshow .ssoverlay .cs-text {
  line-height: 0.9375rem;
  font-weight: 500;
}
#slideshow .ssoverlay .cs-green {
  color: #44d62c;
  line-height: 0.9375rem;
  font-weight: 500;
}
#meet-team {
  position: relative;
  z-index: 402;
 
}
@media (max-width: 1024px) {
	#meet-team {
		background: #000;
		 padding-top: 50px;
	}
}
#meet-team .container {
  display: flex;
  /* flex-direction: column; */
  align-items: center;
  gap: clamp(4rem, 11vw, 1rem);
  /* Small Desktop - 1024px */
  flex-wrap: wrap;
}
@media only screen and (min-width:1300px) {
  #meet-team .container {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
#meet-team .cs-image-group {
  font-size: min(2.8vw, 1rem);
  width: 20.5em;
  height: 20.5em;
  position: relative;
  /* flex: none; */
  z-index: 1;
  margin: 0 auto;
}
@media only screen and (min-width: 64rem) {
  #meet-team .cs-image-group {
    font-size: min(1.3vw, 1rem);

  }
}
@media only screen and (min-width: 1300px) {
  #meet-team .cs-image-group {
   
	margin-top: 140px;
  }
}
#meet-team .cs-picture {
  width: 20.5em;
  height: 20.5em;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
#meet-team .cs-picture img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
#meet-team .cs-graphic {
  width: 32.5625em;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
#meet-team .cs-content {
  width: 100%;
  max-width: 30.9375rem;
  text-align: center;
  /* display: flex; */
  flex-direction: column;
  align-items: center;
  margin: 0 auto 3em;
}
@media only screen and (min-width: 1345px) {
  #meet-team .cs-content {

align-items: flex-start;

text-align: left;

margin-bottom: 0;

}
}

@media only screen and (min-width: 1348px) {
  #meet-team .cs-content {
    padding-top: 7.7rem;
  }
}

#meet-team .cs-h2 {
  font-size: inherit;
  margin-bottom: 1.125rem;
  text-align: inherit;
}
#meet-team .cs-main {
  font-size: clamp(1.5rem, 5vw, 2.375rem);
  line-height: 1.18421053em;
  color: #75787b;
  font-weight: 500;
  text-transform: uppercase;
}
#meet-team .cs-topper {
  font-size: clamp(3rem, 7.5vw, 4.6875rem);
  line-height: 0.94em;
  color: #44d62c;
  text-transform: uppercase;
  display: block;
}
#meet-team .cs-text {
  width: 96%;
  max-width: 29.0625rem;
  text-align: justify;
  font-size: 0.9375rem;
  color: #75787b;
  line-height: 1.125rem;
  text-align-last: center;
}
@media only screen and (min-width: 64rem) {
  #meet-team .cs-text {
    text-align-last: left;
  }
}
#meet-team .cs-button {
  font-size: 0.75rem;
  color: #75787b;
  border: 1px solid #75787b;
  border-radius: 0.3125rem;
  box-sizing: border-box;
  line-height: 2.375rem;
  text-transform: uppercase;
  padding: 0 0.625rem;
  transition: background-color 0.3s, color 0.3s;
  margin: 0 10px 10px;
  /* padding: 10px; */
  display: inline-block;
}
#meet-team .cs-button:hover {
  background-color: #75787b;
  color: #fff;
}
#meet-team .cs-green {
  color: #44d62c;
}
/* ==================================================================
	.spotlight
=================================================================== */
.spotlight {
  text-align: center;
  position: relative;
  z-index: 400;
}
.spotlight > div {
  position: relative;
}
/* ==================================================================
	subnav
=================================================================== */
#subnav {
  background-color: #f7f7f7;
  text-align: center;
  color: #75787b;
  padding: 2.5em 0;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  #subnav {
    background-color: transparent;
  }
}
@media only screen and (min-width: 1300px) {
  #subnav {
    padding: 4.1em 0;
    padding-top: 11.75em;
  }
}
#subnav p {
  margin: auto;
  padding: 0;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  #subnav p {
    width: 61.62790698%;
  }
}
@media only screen and (max-width: 1299px) {
  #subnav p {
    line-height: 44px;
    font-size: clamp( 12px, 0.75em , 15px );
  }
}
@media only screen and (min-width: 1300px) {
  #subnav p {
    line-height: 1.8;
    font-size: 0.75em;
  }
}
#subnav a {
  color: #333;
  margin: 0 0.8em;
  font-weight: 500;
  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: #44d62c;
  text-decoration: none;
}
#subnav a:hover:after,
#subnav a.active:after {
  transform: translate3d(0, 0, 0) scaleX(1);
  opacity: 1;
}
#subnav .divider {
  display: none;
}
@media only screen and (min-width: 1024px) {
  #subnav .divider {
    margin: 0 0.3em;
    display: inline-block;
    vertical-align: top;
  }
}
/* ==================================================================
	content
=================================================================== */
.watermark {
  display: none;
}
@media only screen and (min-width: 1300px) {
  .watermark {
    display: block;
    position: fixed;
    top: 6.25rem;
    width: 61.5625rem;
    height: auto;
    left: 50%;
    margin-left: 0.9375rem;
  }
}
#bd {
  padding: 3em 0;
  position: relative;
  z-index: 400;
}
@media only screen and (min-width: 768px) {
  #bd {
    padding: 0em 0 6em;
  }
}
#bd.sub h1 {
  font-weight: 500;
  font-size: clamp(3rem, 5vw, 4.25rem);
  margin-bottom: 2.375rem;
}
#bd .container {
  width: 90%;
  max-width: 64.5em;
}
#content {
  display: block;
  position: relative;
  z-index: 10;
}
@media only screen and (min-width: 768px) {
  #content {
    width: 61.62790698%;
    max-width: 39.75em;
    float: left;
  }
  #content p {
    text-align: justify;
  }
}
#content .content-text {
  line-height: 1.76470588;
}
#content .content-text a {
  text-decoration: underline;
  color: #44d62c;
}
@media only screen and (min-width: 1300px) {
  #content .content-text {
    font-size: 0.85em;
  }
}
.spot0 {
  color: #fff;
  padding: 3em 0 0;
}
@media only screen and (min-width: 666px) {
  .spot0 {
    font-size: inherit;
    font-size: min(1.4vw, 1em);
    padding: 4.95em 0 3.95em;
    direction: rtl;
  }
}
.spot0 .container {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 666px) {
  .spot0 .container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
}
.spot0 .decoration {
  width: 96%;
  max-width: 57.45em;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (min-width: 666px) {
  .spot0 .decoration {
    height: 100%;
    position: absolute !important;
    width: 80vw;
    max-width: 100%;
    left: 50%;
    margin-left: -9.375rem;
    z-index: 1;
    display: block;
  }
  .spot0 .decoration img {
    object-fit: cover;
    width: 100% !important;
    height: 100% !important;
  }
}
.spot0 .mod {
  width: 96%;
  max-width: 31.5em;
  padding: 2em 0;
  direction: ltr;
  display: inline-flex;
  gap: 0.6875rem;
  flex-direction: column;
  position: relative;
  z-index: 100;
}
@media only screen and (min-width: 666px) {
  .spot0 .mod {
    display: flex;
    margin-right: auto;
    padding-top: 4.25rem;
    padding-bottom: 4.25rem;
  }
}
@media only screen and (min-width: 1024px) {
  .spot0 .mod {
    padding-top: 12rem;
    padding-bottom: 11.4375rem;
  }
}
.spot0 a {
  color: #fff;
  background-color: #75787b;
  width: 100%;
  height: 5.95em;
  padding: 0;
  display: flex;
  align-items: center;
  position: relative;
  transition: background-color 0.33s ease-in-out;
}
@media only screen and (min-width: 666px) {
  .spot0 a {
    padding-right: 3.4375rem;
    text-align: right;
  }
}
.spot0 a:hover,
.spot0 a.cycle-pager-active {
  color: #fff;
  background-color: #44d62c;
  z-index: 400;
}
.spot0 a h2.topic {
  line-height: 1.11111111;
  text-transform: uppercase;
  color: currentcolor;
  font-weight: 500;
  width: 100%;
  display: block;
}
@media only screen and (max-width: 1299px) {
  .spot0 a h2.topic {
    font-size: clamp(1rem, 2vw, 2.4375rem);
  }
}
@media only screen and (min-width: 1300px) {
  .spot0 a h2.topic {
    font-size: 2.4375rem;
  }
}
/* ==================================================================
	.home content
=================================================================== */
.home #bd {
  margin-top: 3rem;
  background-color: #ececee;
  padding: 3em 0;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .home #bd {
    padding: 4em 0 0em;
  }
}
@media only screen and (min-width: 1024px) {
  .home #bd {
    background-color: transparent;
    margin-top: 4.25rem;
    padding-top: 0;
  }
}
.home #bd .cs-side {
  max-width: 22.8125rem;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  padding-bottom: 3.125rem;
  margin-bottom: 3.125rem;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1024px) {
  .home #bd .cs-side {
    background-color: transparent;
    order: 2;
    margin-top: 5rem;
  }
}
@media only screen and (min-width: 1300px) {
  .home #bd .cs-side {
    align-items: flex-start;
  }
}
.home #bd .cs-side:before {
  content: '';
  width: 300vw;
  height: 200%;
  background: #fff;
  opacity: 1;
  position: absolute;
  display: block;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media only screen and (min-width: 1024px) {
  .home #bd .cs-side:before {
    display: none;
  }
}

.home #bd .wel-text,
.home #bd .svg-text {
  width: 100%;
  max-width: 22.8125rem;
  margin-bottom: 3.875rem;
}

.home #bd .svg-text {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .home #bd .svg-text {
    display: block;
  }
  .home #bd .wel-text {
    display: none;
  }
}




.home #bd .cs-button-box {
  display: flex;
  justify-content: center;
  gap: 1.1875rem;
}
@media only screen and (min-width: 1024px) {
  .home #bd .cs-button-box {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 1300px) {
  .home #bd .cs-button-box {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 6.25rem;
  }
}
.home #bd .cs-home-link {
  width: 10.3125rem;
  height: 10.3125rem;
  font-size: 1.4375rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  text-align: center;
  background-color: #44d62c;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
}
.home #bd .container {
  width: 90%;
  max-width: 64.5em;
}
@media only screen and (min-width: 768px) {
  .home #bd .container {
    width: 98%;
  }
}
@media only screen and (min-width: 768px) {
  .home #bd #content {
    width: 100%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
}
@media only screen and (min-width: 1024px) {
  .home #bd #content {
    display: flex;
    justify-content: flex-start;
    gap: 7.6875rem;
  }
}
@media only screen and (min-width: 1300px) {
  .home #bd #content {
    max-width: 64.5em;
  }
}
@media only screen and (min-width: 1024px) {
  .home #bd #content .content-text {
    width: 50%;
    position: relative;
    z-index: 1;
    padding-top: 4.4375rem;
    padding-bottom: 1.875rem;
  }
  .home #bd #content .content-text:before {
    content: '';
    width: 100vw;
    height: 100%;
    background: #ececee;
    opacity: 1;
    position: absolute;
    display: block;
    top: 0rem;
    right: -5.875rem;
    bottom: -4.4375rem;
    z-index: -1;
  }
}
@media only screen and (min-width: 1300px) {
  .home #bd #content .content-text {
    columns: 2;
    column-gap: 2.2em;
    width: 100%;
    max-width: 50rem;
    flex: none;
  }
}
@media only screen and (min-width: 768px) {
  .home #bd #content p {
    text-align: justify;
  }
}
.home #bd #content p a {
  color: #44d62c;
}
/* ==================================================================
	custom content
=================================================================== */
.staff-member {
    padding: 1em 2em;
    box-shadow: -3px 5px 5px 0px rgba(0, 0, 0, 0.25);
	margin-bottom: 3em;
}
.staff-member:after {
	clear: both;
	display: table;
	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: #44d62c;
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  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-slideshow {
  display: flex!important;
}
.mediaslider.multi .cycle-slideshow 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: #44d62c;
  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: #0099CC;
}
.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: '';
  width: auto;
  height: auto;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  top: -1.68em;
  z-index: -1;
  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%);
}
.mediaslider .cycle-caption.large {
  position: relative;
}
.mediaslider .cycle-caption.large:after {
  background: #0099CC;
  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: 10em;
  }
}
/* 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.28;
  font-size: 1.47058824em;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  color: #11928d;
  transition-duration: 0s;
}
.sitemap #content ul ul li a {
  line-height: 1.76470588;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  color: #000000;
  margin-left: 0;
}
.sitemap #content a:hover {
  text-decoration: underline;
}
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.25em;
  margin: 0 auto 6%;
  padding: 0;
  display: none;
  position: relative;
  z-index: 420;
}
@media only screen and (min-width: 768px) {
  #sidebar {
    width: 36.04651163%;
    margin: 0 0 1em;
    display: block;
    float: right;
    clear: right;
  }
}
/* ===============================================
	sitepics
=============================================== */
#hide-stock {
  position: relative;
}
.stock {
  width: 100%;
  position: relative;
  border-radius: 50%;
  border: 20px solid #fff;
}
/* ===============================================
	show doctor image on all devices
=============================================== */
/*.home,*/
/*body[class^='meet-the-'],*/
/*body[class^='meet-our-'],*/
.meet-the-doctor #sidebar,
body[class*='meet-dr-'] #sidebar,
body[class*='meet-doctor-'] #sidebar {
  display: block;
}
body[class~='blog'] #sidebar {
  display: block;
}
body[class~='blog'] #hide-stock {
  display: none;
}
/* END SIDEBAR */
/* ===============================================
	spot00 || COMMON TESTIMONIAL SLIDESHOW SECTION EXAMPLE
=============================================== */
.spot00 {
  padding: 3em 0 5rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 665px) {
  .spot00 {
    font-size: min(2.9vw, 1em);
  }
}
@media only screen and (min-width: 666px) {
  .spot00 {
    padding: 5em 0;
  }
}
@media only screen and (min-width: 1024px) {
  .spot00 {
    padding-top: 0;
    padding-bottom: 1em;
  }
}
@media only screen and (min-width: 1024px) {
  .spot00 .container {
    max-width: 64.5em;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
}
.spot00 .cs-image-group {
  font-size: min(3vw, 1em);
  width: 24.8em;
  height: 25.05em;
  display: block;
  position: relative;
  z-index: 1;
  order: -1;
}
@media only screen and (min-width: 1024px) {
  .spot00 .cs-image-group {
    order: 1;
    flex: none;
  }
}
.spot00 .cs-picture {
  width: 16.3em;
  height: 16.3em;
  position: absolute;
  top: 3.85em;
  left: 4.3em;
  z-index: 1;
  display: block;
}
.spot00 .cs-picture img {
  width: 100%;
  border-radius: 50%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.spot00 .graphic1 {
  width: 19.85em;
  height: auto;
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.spot00 .graphic2 {
  width: 24.9em;
  height: auto;
  position: absolute;
  display: block;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.spot00 .cycle-slideshow {
  color: #0099CC;
  width: 96%;
  max-width: 64.5em;
  margin: 0 auto;
  display: block;
}
.spot00 .cycle-slideshow:hover {
  color: #007399;
}
@media only screen and (min-width: 1300px) {
  .spot00 .cycle-slideshow {
    width: 100%;
    min-height: 42.6875rem;
  }
}
.spot00 .cycle-slide {
  text-align: center;
  width: 100%;
  padding: 0em 0 2.4em;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  gap: 4.05em;
  transition: color 0.33s ease-in-out;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1024px) {
  .spot00 .cycle-slide {
    padding-top: 2.55em;
  }
}
.spot00 .cycle-slide:before {
  content: '';
  width: 100vw;
  height: 100%;
  background: #ececee;
  opacity: 1;
  position: absolute;
  display: block;
  top: 17em;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media only screen and (min-width: 1024px) {
  .spot00 .cycle-slide:before {
    text-align: right;
    height: 100%;
    margin-right: -13em;
    padding-bottom: 4.7em;
    flex-direction: row;
    left: auto;
    right: 50%;
    top: 0;
    transform: none;
  }
}
@media only screen and (min-width: 1024px) {
  .spot00 .cycle-slide {
    text-align: right;
    padding-bottom: 1.7em;
    flex-direction: row;
  }
}
.spot00 .testimony {
  text-align: inherit;
  line-height: 1.23333333;
  margin: 0 auto 1.03333333em;

  padding: 0;
  display: block;
  color: #000000;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1299px) {
  .spot00 .testimony {
    font-size: clamp( 12px, 1.5em , 30px );
  }
}
@media only screen and (min-width: 1300px) {
  .spot00 .testimony {
    font-size: 1.5em;
  }
}
.spot00 .testifier {
  text-align: inherit;
  line-height: 1.05263158;
  color: #44d62c;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
}
@media only screen and (max-width: 1299px) {
  .spot00 .testifier {
    font-size: clamp( 12px, 1.9em , 38px );
  }
}
@media only screen and (min-width: 1300px) {
  .spot00 .testifier {
    font-size: 1.9em;
  }
}
.spot00 .cs-button {
  display: inline-block;
  font-size: 0.75rem;
  color: #75787b;
  border: 1px solid #75787b;
  border-radius: 0.3125rem;
  box-sizing: border-box;
  line-height: 2.375rem;
  text-transform: uppercase;
  padding: 0 0.625rem;
  position: relative;
  z-index: 100;
  transition: background-color 0.3s, color 0.3s;
}
.spot00 .cs-button:hover {
  background-color: #75787b;
  color: #fff;
}
@media only screen and (min-width: 1024px) {
  .spot00 .cs-button {
    margin-right: 9.0625rem;
  }
}
@media only screen and (min-width: 1300px) {
  .spot00 .cs-button {
    margin: 0;
    margin-top: 19.8125rem;
    position: absolute;
    top: 50%;
    right: 11.9375rem;
  }
}
.spot00 .cs-green {
  color: #44d62c;
}
/* ==================================================================
	#ft
=================================================================== */
#ft {
  background-color: #000000;
  padding-top: 5rem;
  position: relative;
  overflow: hidden;
  z-index: 100;
}
#ft .container {
  max-width: 101.25rem;
}
#ft .cs-card-group {
  font-size: min(3.9vw, 1em);
  padding: 0;
  margin: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.6em;
  align-items: center;
  /* Tablet - 768px */
  /* Tablet - 1300px */
}
@media only screen and (min-width: 64rem) {
  #ft .cs-card-group {
    flex-direction: row;
    font-size: min(1.3vw, 1em);
    justify-content: space-around;
  }
}
@media only screen and (min-width: 81.25rem) {
  #ft .cs-card-group {
    justify-content: space-between;
    flex-wrap: nowrap;
  }
}
#ft .cs-item {
  width: 100%;
  max-width: 23.3em;
  display: flex;
  flex-direction: column;
}
#ft .cs-item:nth-of-type(2) .cs-pin {
  left: 10.5em;
}
#ft .cs-item:nth-of-type(2) h2 a {
  color: #11928d;
}
#ft .cs-item:nth-of-type(3) .cs-pin {
  left: 10.5em;
}
#ft .cs-item:nth-of-type(3) h2 a {
  color: #75787b;
}
@media only screen and (min-width: 81.25rem) {
  #ft .cs-item {
    justify-content: space-between;
    flex-wrap: nowrap;
  }
}
#ft .cs-map-group {
  width: 100%;
  height: 23.25em;
  position: relative;
  z-index: 1;
}
#ft .cs-map {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
#ft .cs-pin {
  width: 4.5em;
  height: auto;
  position: absolute;
  top: 9.55em;
  left: 10.05em;
  transition: transform 0.3s;
}
#ft .cs-pin:hover {
  transform: scale(1.1);
}
#ft .cs-content {
  text-align: center;
  background-color: #e6e6e6;
  padding: 1em 0.8em 1.35em;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#ft h2 {
  font-size: 1.5em;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.33333333em;
  margin-bottom: 0.23333333em;
  color: #44d62c;
}
#ft h2 a {
  color: #44d62c;
  text-decoration: none;
}
#ft .phone {
  font-size: 0.9375rem;
  color: #000000;
  font-weight: 500;
  line-height: 1.5rem;
}
#ft .cs-location {
  font-size: 0.8125rem;
  color: #000000;
  font-weight: 500;
  line-height: 1.4375rem;
}
#ft .cs-location:hover {
  text-decoration: underline;
}
/* ==================================================================
		#links
=================================================================== */
#links {
  text-align: center;
  color: #fff;
  margin: 0;
  background-color: #000;
  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: 5.75em;
    padding: 1.775em 0 0;
  }
}
#links .container {
  display: flex;
  justify-content: center;
}
#links .socialmedia {
  width: auto;
  display: inline-flex;
  height: auto;
  line-height: auto;
}
@media only screen and (min-width: 1024px) {
  #links .socialmedia {
    display: none;
  }
}
@media only screen and (min-width: 480px) {
  #links .util {
    width: auto;
    margin: 0;
  }
}
@media only screen and (max-width: 1299px) {
  #links .util {
    line-height: 44px;
    font-size: clamp( 12px, 0.6em , 12px );
  }
}
@media only screen and (min-width: 1300px) {
  #links .util {
    line-height: 3.66666667;
    font-size: 0.6em;
  }
}
#links .util a {
  color: #fff;
  transition: color 0.33s ease-in-out;
}
#links .util a:hover {
  color: #44d62c;
}
#links .util a,
#links .util .divider {
  display: inline-block;
}
#links .util .divider {
  margin: 0 0.0625em;
}
@media only screen and (min-width: 1024px) {
  #links .util .divider2 {
    display: none;
  }
}
/* ===============================================
		sesame link
=============================================== */
a#sesame-link .sesameicon {
  width: 1.33333333em;
  height: 1.16666667em;
  margin-right: 0.66666667em;
  display: inline-block;
  vertical-align: middle;
}
a#sesame-link .sesameicon path {
  fill: currentcolor;
  transition: fill 0.33s ease-in-out;
}
/* ===============================================
	backToTop
=============================================== */
#btt {
  background-color: #222121;
  text-align: center;
  width: 100%;
  margin: 0;
  display: block;
  position: relative;
  padding-top: 1.75rem;
  padding-bottom: 1.25rem;
}
a#backtotop {
  color: #0099CC;
  display: inline-block;
  vertical-align: top;
  transition: transform 0.33s ease-in-out;
}
@media only screen and (max-width: 1299px) {
  a#backtotop {
    line-height: 44px;
    font-size: clamp( 12px, 0.65em , 13px );
  }
}
@media only screen and (min-width: 1300px) {
  a#backtotop {
    line-height: 3.38461538;
    font-size: 0.65em;
  }
}
a#backtotop:hover {
  transform: scale(1.1);
}
/*superlative*/
/************************************************************************************************************************************************/
/* hr element - div.hr */
hr,
.types-of-braces #content div.clear {
  font-size: inherit;
  height: 1px;
  width: 100%;
  margin: 1.58em 0;
  background: #666;
  border: none;
  display: block;
}
.brushing-and-flossing .content-text hr {
  float: left;
}
/* ===============================================
	success message
=============================================== */
.success {
  font-weight: 400;
  text-transform: none;
  color: #fff;
  width: 100%;
  padding: 1rem;
  background: #44d62c;
  float: left;
}
/* ===============================================
	Form Buttons
=============================================== */
form button {
  letter-spacing: normal;
  font-size: clamp( 12px, 0.85em , 17px );
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  height: 44px;
  padding: 0 1.5em;
  background-color: #44d62c;
  border: 1px solid #44d62c;
  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: #767676;
  background-color: #767676;
}
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: #44d62c;
  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: #0099CC;
}
/* ===============================================
	.screenreader 
	a11y support for descriptive text on vaguely worded buttons
	https://gomakethings.com/hidden-content-for-better-a11y/#hidden-labels
=============================================== */
.screenreader {
  white-space: nowrap;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
/************************************************************************************************************************************************/
/* end superlatives */
/* ===============================================
Tablet || Supports 768px and up
=============================================== */
@media only screen and (min-width: 768px) {
  /* ===============================================
	blanket content sidebar hide
=============================================== */
  .sitemap #bd.sub:after,
  .layout-full-width #bd.sub:after {
    content: none;
  }
  .sitemap #content,
  .layout-full-width #content {
    width: 100%;
    max-width: 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( 46.76470588em , 90% );
    }
  }
  @media only screen and (min-width: 1300px) {
    .embed-container,
    .embed-container.ratio16x9 {
      max-width: min( 46.76470588em , 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;
  }
}
