/* 
 Site Manager Version: 14.2.0
 Date Created: February 2025
 Account: southpointe-pedo
 Written by: Ricky Rivas
 Sesame Communications - All rights reserved. C2025
 Any reproduction or intentional misuse is strictly prohibited
*/
/* ===============================================
              options
 =============================================== */
/* ===============================================
                    colors
 =============================================== */
/* ===============================================
					fonts
=============================================== */
@font-face {
  font-family: 'CC Cheese And Crackers';
  src: url('../fonts/CCCheeseAndCrackersRegular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* montserrat-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/montserrat-v30-latin-regular.woff2') format('woff2');
}

/* montserrat-italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/montserrat-v30-latin-italic.woff2') format('woff2');
}

/* montserrat-500 - latin */
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/montserrat-v30-latin-500.woff2') format('woff2');
}

/* montserrat-500italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 500;
  src: url('../fonts/montserrat-v30-latin-500italic.woff2') format('woff2');
}

/* montserrat-600 - latin */
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/montserrat-v30-latin-600.woff2') format('woff2');
}

/* montserrat-600italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 600;
  src: url('../fonts/montserrat-v30-latin-600italic.woff2') format('woff2');
}

/* montserrat-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/montserrat-v30-latin-700.woff2') format('woff2');
}

/* montserrat-700italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/montserrat-v30-latin-700italic.woff2') format('woff2');
}


/* ===============================================
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", sans-serif;
}

form button,
button {
  font-family: "Montserrat", sans-serif;
}

svg {
  display: inline-block;
}

body {
  font-size: 15px;
  color: #000;
  background: #fff;
  overflow: hidden;
  position: relative;
}

@media only screen and (min-width: 1300px) {
  body {
    font-size: 20px;
  }
}

/* ===============================================
	links 
=============================================== */
a {
  text-decoration: none;
}

#content a {
  color: #64983b;
  text-decoration: underline;
  transition: color 0.33s ease-in-out;
}

#content a:hover {
  color: #0b9444;
}

/* ===============================================
	h family || hfam 
=============================================== */
h1,
h2:not(.topic),
h3:not(.topic),
h4,
h5,
h6 {
  line-height: 1;
  text-align: left;
  color: #000;
  text-rendering: auto;
  margin: 0 0 1.44em;
  font-family: 'CC Cheese And Crackers', sans-serif;
  font-weight: 400;
}

.sub h1 {
  font-size: 10vw;
  font-weight: 400;
  margin-bottom: 0.36764706em;
  color: #0b9444;
  text-shadow: 1px 1px 2px #d8effd;
  margin-left: -0.05em;
}

body.layout-full-width .sub h1 {
  text-align: center;
}

@media only screen and (min-width: 480px) {
  .sub h1 {
    font-size: 3.4em;
  }
}

.home h1 {
  font-size: 7.75vw;
  text-align: center;
  margin: 0 0 0.5em;
  color: #0b9444;
  line-height: 1.1;
}

@media only screen and (min-width: 540px) {
  .home h1 {
    font-size: 2.8em;
  }
}

.home h1 .trait {
  display: block;
}

.home h1 .trait.top {
  line-height: 1.73913043;
  font-size: clamp(12px, 0.41071429em, 23px);
  text-transform: none;
}

h2:not(.topic) {
  font-size: 1.31578947em;
  color: #64983b;
}

h3:not(.topic) {
  font-size: 1.26315789em;
  /*    font-family: "Montserrat", sans-serif;*/
  color: #64983b;
}

h4 {
  font-size: 1.21052632em;
  font-family: "Montserrat", sans-serif;
}

h5 {
  font-size: 1.15789474em;
  font-family: "Montserrat", sans-serif;
}

h6 {
  font-size: 1.10526316em;
  font-family: "Montserrat", sans-serif;
}

/* ===============================================
	containers
=============================================== */
.container {
  max-width: 64.5em;
}

@media only screen and (min-width: 1300px) {
  .container {
    width: 90%;
  }
}

/* ===============================================
	list styles - global overrides
=============================================== */
.what-sets-us-apart #content ol,
.meet-the-team #content ol,
.our-office #content ol,
.office-tour #content ol,
body[class*='-after'] #content ol {
  margin: 0;
}

#content ul li {
  list-style: disc outside;
}

/* ==================================================================
	masthead
=================================================================== */
#masthead {
  width: 100%;
  min-height: 44px;
  padding: 0;
  background: none;
  position: relative;
  z-index: 3000;
}

@media only screen and (min-width: 1024px) {
  #masthead {
    position: absolute;
    top: 0;
    left: 0;
  }

  #masthead.ready #logo {
    transform: translate3d(calc(50vw - 20.2em), 19em, 0);
  }

  #masthead.ready a[id] {
    color: #fff;
  }

  #masthead.ready a[id]::after {
    background-color: #fff;
  }

  #masthead.ready::before {
    transform: translate(0%, -100%);
  }
}

@media only screen and (min-width: 1300px) {
  #masthead {
    font-size: inherit;
    position: fixed;
  }

  #masthead.ready #logo {
    transform: translate3d(19.5vw, 15.35em, 0);
  }
}

@media only screen and (min-width: 1445px) {
  #masthead.ready #logo {
    transform: translate3d(calc(50vw - 100% - 9.7em), 15.35em, 0);
  }
}

#masthead::before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.33s ease;
  background-image: linear-gradient(0deg, #d9f0fd 0%, #24aae1 100%);
}

#masthead .container {
  max-width: 66.05em;
  width: 100%;
}

@media only screen and (min-width: 1024px) {
  #masthead .container {
    width: calc(100% - 3em);
    max-width: none;
  }
}

/* ==================================================================
	main-nav
=================================================================== */
#main-nav {
  font-size: 20px;
  text-align: right;
  height: 100%;
  width: 105px;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 600;
  clear: both;
}

#main-nav .container,
#main-nav .collapsible {
  height: 100%;
  width: 100%;
  padding: 0;
}

#main-nav .trigger {
  line-height: 44px;
  color: #fff;
  width: 60px;
  height: 60px;
  padding: 0;
  margin: 0 auto;
  background: none;
  box-shadow: none;
  border: none;
  -webkit-display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 600;
  transition: color 0.33s ease-in-out;
  cursor: pointer;
  border: 2px solid #fff;
  border-radius: 50%;
}

#main-nav .trigger .navicon {
  width: 32px;
  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;
  border-radius: 2px;
}

#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%, 1em) scale(1) rotate(0deg);
  opacity: 0;
  transition-delay: 0s;
}

#main-nav .open .trigger .navicon span:nth-child(4) {
  transform: translate(0%, -1em) 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: 0;
  padding: 6em 0 3em;
  background-color: #64983b;
  position: relative;
  float: right;
  z-index: 550;
}

@media only screen and (min-width: 666px) {
  #main-nav ul {
    width: 370px;
  }
}

#main-nav ul li {
  clear: both;
  padding: 0 35px 0 35px;
}

#main-nav ul li a[id] {
  line-height: 44px;
  font-size: clamp(12px, 0.75em, 15px);
  color: #000;
  font-weight: 400;
  font-family: 'CC Cheese And Crackers', sans-serif;
  width: auto;
  height: 44px;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: color 0.33s ease;
}

#main-nav ul li a[id]:after {
  content: '';
  width: 100%;
  height: 6px;
  display: block;
  position: absolute;
  left: 0;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out, background-color 0.33s ease-in-out;
  transform: translate(0, 0) scaleX(0);
  opacity: 0;
  border-radius: 3px;
}

@media only screen and (max-width: 1023px) {
  #main-nav ul li a[id]:after {
    bottom: 0px;
    background-color: #fff;
  }
}

@media only screen and (min-width: 1024px) {
  #main-nav ul li a[id]:after {
    background-color: #64983b;
    bottom: 1em;
    bottom: 0.61em;
  }
}

@media only screen and (min-width: 1300px) {
  #main-nav ul li a[id]:after {
    bottom: 1.55em;
    bottom: 0.55em;
  }
}



#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;
}

#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: none;
  display: inline;
  float: left;
}

#main-nav ul ul li {
  width: 100%;
  background: none;
  float: left;
  padding: 0 15px 0 0px;
}

#main-nav ul ul li a {
  line-height: 44px;
  font-size: clamp(12px, 0.75em, 15px);
  color: #fff;
  width: 100%;
  height: 44px;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-family: 'CC Cheese And Crackers', sans-serif;
  font-weight: 400;
  transition: color 0.33s ease;
}

@media only screen and (max-width: 1023px) {
  #main-nav ul ul li a {
    line-height: 1.2;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  #main-nav ul ul li a span {
    display: contents;
  }

  #main-nav ul li.about-us.open .meet-our-doctors {
    height: auto;
    min-height: 44px;
  }
}

#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: #000;
  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;
}

#main-nav .open ul {
  display: inline-block;
}

#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: 100%;
    height: 3.2em;
    margin-top: 1.5em;
    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;
  }

  #main-nav ul {
    height: 3.2em;
    width: auto;
    padding: 0;
    margin: 0;
    background: none;
    position: static;
    float: right;
  }

  #main-nav ul li {
    height: 100%;
    margin: 0 1.275em 0 0;
    background: none;
    vertical-align: top;
    position: relative;
    float: none;
    clear: none;
    padding: 0;
  }

  #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: 2.66666667;
    text-align: center;
    height: 100%;
    z-index: 3000;
    padding: 0;
    font-size: 1.1em;
  }

  #main-nav ul ul {
    width: auto;
    height: auto;
    padding: 1.3em 0 1.2em;
    position: absolute;
    display: none;
    z-index: 2800;
    background-color: #7cc246;
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
  }

  #main-nav ul ul li {
    height: 1.75em;
    margin: 0;
    padding: 0;
    float: left;
    opacity: 1;
  }

  #main-nav ul ul li a {
    line-height: 2.33333333;
    text-align: left;
    white-space: nowrap;
    height: 2.33333333em;
    padding: 0 1.8em 0 2em;
    float: left;
  }

  #main-nav ul li.contact-us ul li a,
  #main-nav ul li.contact ul li a,
  #main-nav ul li:nth-last-of-type(2) ul li a {
    text-align: right;
    float: right;
  }

  #main-nav ul li:hover ul {
    display: block;
    left: 0em;
  }

  #main-nav ul li.contact-us:hover ul,
  #main-nav ul li.contact:hover ul,
  #main-nav ul li:nth-last-of-type(2):hover ul {
    margin: 0;
    left: auto;
    right: 0em;
    padding: 1em 0;
  }

  /*END*/



  #main-nav ul ul {
    width: auto;
    height: auto;
    padding: 1.1em 0;
    z-index: 2800;
    position: absolute;
    display: none;
  }

  #main-nav ul ul li {
    width: 100%;
    /*    height: 1.25em;*/
    margin: 0;
    padding: 0;
    opacity: 1;
    float: left;
    transition: all 0.7s;
  }

  #main-nav ul ul li.meet-our-doctors {
    overflow: visible !important;
    height: auto;
  }

  #main-nav ul ul li.meet-our-doctors>a::before {
    font-family: 'font awesome 6 pro';
    content: '\f0da';
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 0.8em;
    transform: translate(0%, -50%);
    color: white;
    font-size: 1.36363636em;
    z-index: 2900;
    line-height: 1;
    transition: transform 0.3s;
  }

  #main-nav ul ul li:hover,
  #main-nav ul ul li.open {
    overflow: visible !important;
    /*    height: auto !important;*/
  }

  #main-nav ul ul li:hover ul,
  #main-nav ul ul li.open ul {
    padding: .5em 0;
  }

  #main-nav ul ul ul li:hover>a,
  #main-nav ul ul ul li.open>a {
    text-decoration: none;
    color: #fff;
    margin-bottom: 0;
    /*  background: #cc9900;*/
    border: none;
  }

  #main-nav ul ul li:hover.meet-our-doctors>a::before,
  #main-nav ul ul li.open.meet-our-doctors>a::before {
    transform: translate(0%, -50%) rotate(90deg);
  }

  #main-nav ul ul li:hover ul li,
  #main-nav ul ul li.open ul li {
    height: 1.78em;
  }

  #main-nav ul ul li a {
    line-height: 2.27272727;
    text-align: left;
    white-space: nowrap;
    height: 2.27272727em;
    width: 100%;
    padding: 0 4em 0 2.85em;
    float: left;
    transition-duration: 0s;
  }

  #main-nav ul ul ul {
    background-color: #262626;
    position: relative;
    padding: 0;
    height: auto;
    transition: all 0.5s;
  }

  #main-nav ul ul ul li a[class] {
    text-align: left;
  }

  #main-nav ul ul ul li {
    height: 0;
  }

  #main-nav ul ul ul li a:hover {
    background-color: transparent !important;
    color: #64983b !important;
  }
}

/* ===============================================
	FULLMOB RULES
=============================================== */
@media only screen and (min-width: 1024px) {
  /* main-nav */
}

/* ==================================================================
	header
=================================================================== */
#hd {
  text-align: center;
  color: #64983b;
  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;
  }
}

#hd .container {
  padding: 15px 0;
}

@media only screen and (min-width: 1024px) {
  #hd .container {
    padding: 0.75em 0 0;
  }
}

/* ===============================================
	logo
=============================================== */
#logo {
  line-height: 0;
  font-size: 0.7em;
  width: 12.25em;
  margin: 0 auto 0 2em;
  display: block;
  position: relative;
  z-index: 777;
  transition: transform 0.33s ease;
}

@media only screen and (min-width: 1024px) {
  #logo {
    position: absolute;
    left: 0;
    font-size: inherit;
    margin: 0;
    top: 0.6em;
  }
}

@media only screen and (min-width: 1300px) {
  #logo {
    top: 0.3em;
  }
}

#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: 12.25em;
  height: 6.9em;
}

@media only screen and (max-width: 1299px) {
  .home #logo .word {
    opacity: 1 !important;
    transform: none !important;
  }
}

@media only screen and (min-width: 1300px) {
  .home #logo .word {
    opacity: 0;
  }
}

.masthead-mod {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .masthead-mod {
    display: block;
  }
}

.masthead-mod .mod {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.mainnav-mod {
  display: none;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  float: right;
  background: linear-gradient(0deg, #d9f0fd 0%, #24aae1 100%);
  padding: 22px 0;
  gap: 25px;
}

@media only screen and (min-width: 666px) {
  .mainnav-mod {
    width: 370px;
  }
}

@media only screen and (min-width: 1024px) {
  .mainnav-mod {
    gap: 0;
  }
}

.mainnav-mod .mod {
  text-align: left;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

@media only screen and (max-width: 1023px) {
  #main-nav .collapsible.open .mainnav-mod {
    display: flex;
    animation: flyinmobilenav 0.4s 1;
  }
}

/* ===============================================
	contact info
=============================================== */
.contactinfo {
  text-align: center;
  margin: 0;
  display: inline-block;
  vertical-align: top;
}

.contactinfo .phone {
  color: #fff;
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0 0.83333333em;
  z-index: 1;
}

@media only screen and (max-width: 1023px) {
  .contactinfo .phone {
    font-size: 15px;
    line-height: 44px;
  }
}

@media only screen and (min-width: 1024px) {
  .contactinfo .phone {
    font-size: clamp(14px, 1em, 12px);
    line-height: 2.66666667;
  }
}

.contactinfo .phone::before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: transform 0.66s cubic-bezier(0.34, 1.56, 0.64, 1), background-color 0.33s ease-in-out, border-color 0.33s ease-in-out;
  border: 1px solid #fff;
}

@media only screen and (max-width: 1023px) {
  .contactinfo .phone::before {
    border-radius: 1.66666667em;
  }
}

@media only screen and (min-width: 1024px) {
  .contactinfo .phone::before {
    border-radius: 1.33333333em;
  }
}

.contactinfo a:hover::before,
.contactinfo a:focus::before {
  transform: translate3d(0, 0, -777px) rotateX(180deg);
  background-color: #64983b;
  border-color: #64983b;
}

.contactinfo a:hover .icon,
.contactinfo a:focus .icon {
  --fa-bounce-height: -0.2em;
  animation: fa-bounce 1s ease;
}

/* ===============================================
	utility-nav
=============================================== */
.utilitynav {
  line-height: 0;
  width: auto;
  margin: 0;
  padding: 0;
  display: contents;
  vertical-align: top;
  position: relative;
  z-index: 400;
}

.utilitynav ul {
  line-height: 0;
  width: auto;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.utilitynav ul li {
  line-height: 0;
  width: auto;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.utilitynav ul li:nth-child(n+2) {
  margin: 0 0 0 0.5em;
}

.utilitynav a {
  text-align: center;
  color: #fff;
  padding: 0 1.16666667em;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 1023px) {
  .utilitynav a {
    font-size: 15px;
    line-height: 44px;
  }
}

@media only screen and (min-width: 1024px) {
  .utilitynav a {
    font-size: clamp(14px, 1em, 12px);
    line-height: 2.66666667;
  }
}

.utilitynav a::before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: transform 0.66s cubic-bezier(0.34, 1.56, 0.64, 1), background-color 0.33s ease-in-out, border-color 0.33s ease-in-out;
  border: 1px solid #fff;
}

@media only screen and (max-width: 1023px) {
  .utilitynav a::before {
    border-radius: 1.66666667em;
  }
}

@media only screen and (min-width: 1024px) {
  .utilitynav a::before {
    border-radius: 1.33333333em;
  }
}

.utilitynav a:hover .icon,
.utilitynav a:focus .icon {
  --fa-bounce-height: -0.2em;
  animation: fa-bounce 1s ease;
}

.utilitynav a:hover::before,
.utilitynav a:focus::before {
  transform: translate3d(0, 0, -777px) rotateX(180deg);
  background-color: #64983b;
  border-color: #64983b;
}

/* ===============================================
	socialmedia
=============================================== */
.socialmedia {
  line-height: 0;
  text-align: center;
  height: auto;
  padding: 0;
  margin: 0;
  display: inline-flex;
  vertical-align: top;
  justify-content: center;
  position: relative;
  z-index: 300;
}

@media only screen and (max-width: 1023px) {
  .socialmedia {
    flex-direction: column;
  }
}

@media only screen and (min-width: 1024px) {
  .socialmedia {
    margin: 0 0.75em;
  }
}

.socialmedia a {
  font-size: clamp(12px, 0.6em, 12px);
  color: #fff;
  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) {
  .socialmedia a {
    line-height: 44px;
    width: 44px;
    height: 44px;
    font-size: 25px;
  }
}

@media only screen and (min-width: 1024px) {
  .socialmedia a {
    line-height: 2.66666667;
    height: 2.66666667em;
    width: 1.12em;
    font-size: clamp(14px, 1em, 12px);
  }
}

.socialmedia a:nth-last-of-type(1) {
  margin: 0;
}

.socialmedia a:hover .icon {
  --fa-bounce-height: -0.2em;
  animation: fa-bounce 1s ease;
}

.socialmedia a .icon {
  position: relative;
}

/* ==================================================================
	slideshow
=================================================================== */
#slideshow {
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 400;
  width: 100%;
  background-image: linear-gradient(0deg, #d9f0fd 0%, #24aae1 100%);
  /*  padding-bottom: 2.75em;*/
  min-height: 410px;
}

@media only screen and (min-width: 666px) {
  #slideshow {
    min-height: 620px;
  }
}

@media only screen and (min-width: 1024px) {
  #slideshow {
    min-height: 720px;
  }
}

#slideshow #home-slideshow {
  /*  width: 95%;*/
  width: 100%;
  /*  margin-left: 5%;*/
  position: relative;
  overflow: hidden;
  height: 25em;
  /*  border-bottom-left-radius: 250px;*/
}

@media only screen and (min-width: 666px) {
  #slideshow #home-slideshow {
    height: 620px;
    /*    border-bottom-left-radius: 330px;*/
  }
}

@media only screen and (min-width: 1024px) {
  #slideshow #home-slideshow {
    height: 720px;
    /*    width: calc(50% + 220px);*/
    /*    margin-left: calc(50% - 220px);*/
  }
}

@media only screen and (min-width: 1300px) {
  #slideshow #home-slideshow {
    /*    width: calc(50% + 86px);*/
    /*    margin-left: calc(50% - 86px);*/
  }
}

#slideshow #home-slideshow::before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 100%);
  z-index: 500;
}

#slideshow #home-slideshow .cycle-slideshow {
  height: 100%;
}

#slideshow #home-slideshow .cycle-slideshow .cycle-sentinel {
  display: none !important;
}

#slideshow #home-slideshow .hpslide {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: 40% 50%;
}

@media only screen and (min-width: 768px) {
  #slideshow #home-slideshow .hpslide {
    object-position: 20% 50%;
  }
}

@media only screen and (min-width: 1024px) {
  #slideshow #home-slideshow .hpslide {
    object-position: 50% 50%;
  }
}

@media only screen and (min-width: 1300px) {
  #slideshow #home-slideshow .hpslide {
    object-position: left;
  }
}

#slideshow .ssoverlay {
  width: 100%;
  display: block;
  position: absolute;
  right: 0;
  bottom: 3em;
  z-index: 500;
  text-align: center;
}

@media only screen and (min-width: 666px) {
  #slideshow .ssoverlay {
    bottom: 4.5em;
  }
}

@media only screen and (min-width: 1024px) {
  #slideshow .ssoverlay {
    max-width: 31.65em;
    top: 49%;
    transform: translateY(-50%);
    bottom: auto;
    right: calc(50% + 2em);
  }
}

@media only screen and (min-width: 1300px) {
  #slideshow .ssoverlay {
    width: calc(50% - 4.35em);
    right: calc(50% + 4.35em);
  }
}

#slideshow .decoration {
  display: none;
  width: 90%;
  max-width: 13.25em;
  margin-bottom: 0.2em;
}

@media only screen and (min-width: 1024px) {
  #slideshow .decoration {
    display: inline-block;
    vertical-align: bottom;
  }
}

@media only screen and (min-width: 1300px) {
  #slideshow .decoration {
    opacity: 0;
  }
}

#slideshow .spotbtn {
  font-size: 14px;
  color: #fff;
  display: inline-block;
  vertical-align: bottom;
  position: relative;
  padding: 0;
  width: 16.92857143em;
  z-index: 1;
  font-family: 'CC Cheese And Crackers', sans-serif;
  color: #000;
}

@media only screen and (max-width: 1023px) {
  #slideshow .spotbtn {
    line-height: 44px;
    height: 44px;
    min-width: 44px;
  }
}

@media only screen and (min-width: 1024px) {
  #slideshow .spotbtn {
    line-height: 3.07142857;
    margin: 0 1em 0 -2em;
  }
}

@media only screen and (min-width: 1300px) {
  #slideshow .spotbtn {
    opacity: 0;
  }
}

#slideshow .spotbtn::before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 1.53571429em;
  background-color: #ffe60d;
  transition: transform 0.66s cubic-bezier(0.34, 1.56, 0.64, 1), background-color 0.33s ease-in-out, border-color 0.33s ease-in-out;
  border: 1px solid #ffe60d;
}

#slideshow .spotbtn:hover::before,
#slideshow .spotbtn:focus::before {
  transform: translate3d(0, 0, -777px) rotateX(180deg);
  background-color: transparent;
  border-color: #000;
}

#slideshow #ssbg {
  display: none;
  position: absolute;
  top: 0;
  left: calc(50% - 50em);
  z-index: -1;
  opacity: 0.2;
  width: 100em;
  height: auto;
}

@media only screen and (min-width: 1024px) {
  #slideshow #ssbg {
    display: block;
  }
}

/* ==================================================================
	.spotlight
=================================================================== */
.spotlight {
  text-align: center;
  position: relative;
  z-index: 400;
}

.spotlight>div {
  position: relative;
}

.spotlight.z-501 {
  z-index: 501;
}

/* ===============================================
	spot00 || COMMON GENERAL INFORMATION SPOTLIGHT SECTION
=============================================== */
.spot02 {
  color: #fff;
  padding: 3em 0 0;
  /*border-top: 10px solid #fff;*/
  border-bottom: 10px solid #fff;
  background: #875d44 url(../images/spotlight/spot02.svg) center / cover no-repeat;
  font-size: min(20px, 5vw);
  overflow: hidden;
}

@media only screen and (min-width: 1024px) {
  .spot02 {
    /*border-top: 55px solid #fff;*/
    padding: 4em 0 15em;
  }
}

@media only screen and (min-width: 1300px) {
  .spot02 {
    font-size: min(1.2vw, 1em);
    padding-right: 6.5em;
    /*border-top: 10px solid #fff;*/
    padding-bottom: 4em;
  }
}

@media only screen and (min-width: 1300px) and (max-width: 1999px) {
  .spot02 {
    background-size: auto;
    will-change: background-position;
  }
}

.spot02 .decoration {
  width: 90%;
  max-width: 29.5em;
  display: inline-block;
  vertical-align: middle;
  border: 10px solid #fff;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 12.5px 21.651px 25px 0px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  position: relative;
  z-index: 1;
  margin: 0 auto;
}

@media only screen and (min-width: 1024px) {
  .spot02 .decoration {
    max-width: 400px;
    margin: 0 3em 0 0;
  }
}

@media only screen and (min-width: 1300px) {
  .spot02 .decoration {
    /*    max-width: 29.5em;*/
    margin-right: 6.25em;
  }
}

.spot02 .decoration img {
  width: 100%;
  border-radius: 50%;
}

.spot02 .mod {
  width: 90%;
  max-width: 27.5em;
  padding: 2em 0;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}

@media only screen and (min-width: 1024px) {
  .spot02 .mod {
    padding: 0.4em 0 0em;
    max-width: 500px;
  }
}

@media only screen and (min-width: 1300px) {
  .spot02 .mod {
    max-width: 27.5em;
  }
}

.spot02 h2.topic {
  line-height: 1.10169492;
  font-size: min(2.95em, 10vw);
  font-weight: 400;
  font-family: 'CC Cheese And Crackers', sans-serif;
  color: #fff;
  margin: 0 0 0.4em;
}

.spot02 .info {
  line-height: 1.2;
  margin: 0 0 1.76em;
}

@media only screen and (max-width: 1299px) {
  .spot02 .info {
    font-size: 25px;
  }
}

@media only screen and (min-width: 1300px) {
  .spot02 .info {
    font-size: clamp(12px, 1.25em, 25px);
  }
}

.spot02 .spotbtn {
  font-size: clamp(12px, 0.6em, 12px);
  color: #fff;
  display: inline-block;
  vertical-align: bottom;
  position: relative;
  padding: 0;
  width: 11.41666667em;
  z-index: 1;
  font-family: 'CC Cheese And Crackers', sans-serif;
  color: #000;
  text-align: center;
  transition: color 0.33s ease-in-out;
}

@media only screen and (max-width: 1023px) {
  .spot02 .spotbtn {
    line-height: 44px;
    height: 44px;
    min-width: 44px;
  }
}

@media only screen and (min-width: 1024px) {
  .spot02 .spotbtn {
    line-height: 3.83333333;
    height: 3.75em;
  }
}

.spot02 .spotbtn::before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 1.875em;
  background-color: #ffe60d;
  transition: transform 0.66s cubic-bezier(0.34, 1.56, 0.64, 1), background-color 0.33s ease-in-out, border-color 0.33s ease-in-out;
  border: 1px solid #ffe60d;
}

.spot02 .spotbtn:hover,
.spot02 .spotbtn:focus {
  color: #fff;
}

.spot02 .spotbtn:hover::before,
.spot02 .spotbtn:focus::before {
  transform: translate3d(0, 0, -777px) rotateX(180deg);
  background-color: transparent;
  border-color: #fff;
}

#spot02-toucan {
  max-width: 237px;
  width: 90%;
  height: auto;
  display: block;
  margin: 0 10% 1em auto;
}

@media only screen and (min-width:1024px) {
  #spot02-toucan {
    position: absolute;
    bottom: 0;
    left: calc(50% + 8em);
  }
}

@media only screen and (min-width:1300px) {
  #spot02-toucan {
    left: calc(50% + 22em);
  }
}

.spot02 .spot02-panda {
  width: 250px;
  height: auto;
  max-width: 18.5em;
  display: block;
  margin: 0 10% -7px auto;
  transition: transform 0.33s ease;
}

@media only screen and (min-width: 666px) {
  .spot02 .spot02-panda {
    margin-bottom: -10px;
    width: 100%;
  }
}

@media only screen and (min-width: 1024px) {
  .spot02 .spot02-panda {
    position: absolute;
    bottom: -10px;
    left: calc(50% + 8em);
    margin: 0;
    max-width: 370px;
  }
}

@media only screen and (min-width: 1300px) {
  .spot02 .spot02-panda {
    left: calc(50% + 22.4em);
  }
}

@media only screen and (max-width: 1299px) {
  .spot02 .spot02-panda .spot-02-panda__top {
    transform: translateY(-100%);
  }

  .spot02 .spot02-panda .spot-02-panda__btm {
    transform: translateY(100%);
  }
}

.spot02 .spot02-panda .spot-02-panda__top,
.spot02 .spot02-panda .spot-02-panda__btm,
.spot02 .spot02-panda .maskright,
.spot02 .spot02-panda .maskleft {
  transform-box: fill-box;
  transform-origin: 50% 50%;
}

.spot02 .spot02-panda.active .spot-02-panda__top {
  animation: blinkTop 1.33s infinite;
}

.spot02 .spot02-panda.active .spot-02-panda__btm {
  animation: blinkBtm 1.33s infinite;
}

.spot02 .bamboo-group {
  position: absolute;
  top: 0;
  right: calc(50% + 26em);
  width: 10.75em;
  height: auto;
  display: none;
}

@media only screen and (min-width: 1300px) {
  .spot02 .bamboo-group {
    display: block;
  }
}

.spot02 .hanging-plants {
  position: absolute;
  top: -2px;
  right: 50%;
  transform: translateX(50%);
  height: auto;
  z-index: 500;
  width: 95%;
  max-width: 31.55em;
  overflow: visible;
}

@media only screen and (min-width: 1024px) {
  .spot02 .hanging-plants {
    right: calc(50% + 3em);
    transform: none;
    max-width: 450px;
    top: -1px;
  }
}

@media only screen and (min-width: 1300px) {
  .spot02 .hanging-plants {
    top: -2px;
    font-size: inherit;
    right: calc(50% + 4em);
    max-width: 31.55em;
  }
}

/* ==================================================================
	content
=================================================================== */
#bd {
  padding: 3em 0;
  background: #d8effd;
  position: relative;
  z-index: 400;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  #bd {
    padding: 4.6em 0 2.5em;
  }
}

#bd.sub {
  border-top: 10px solid #fff;
  border-bottom: 10px solid #fff;
}

body.layout-section-pediatric-dentistry #bd.sub,
body.layout-section-treatments #bd.sub {
  border-top: none;
}

#bd.sub .sub-bd-decoration {
  width: 128em;
  height: auto;
  position: absolute;
  top: 0;
  left: calc(50% - 64em);
  z-index: -1;
}

@media only screen and (max-width: 1023px) {
  #bd.sub .sub-bd-decoration {
    top: -11em;
    width: 140%;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media only screen and (max-width: 900px) {
  #bd.sub .sub-bd-decoration {
    top: -9em;
  }
}

@media only screen and (max-width: 767px) {
  #bd.sub .sub-bd-decoration {
    display: none;
  }
}

#bd.sub .sub-bd-decoration .left-nature,
#bd.sub .sub-bd-decoration .right-nature {
  transition: transform 1s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 1s cubic-bezier(0.34, 1.56, 0.64, 1);
  transform-box: fill-box;
  transform-origin: 50% 100%;
}

#bd.sub.ready .sub-bd-decoration .right-nature {
  transform: rotate(45deg);
  opacity: 0;
}

#bd.sub.ready .sub-bd-decoration .left-nature {
  transform: rotate(-45deg);
  opacity: 0;
}

#bd .container {
  width: 90%;
  max-width: 65.8em;
}

@media only screen and (max-width: 767px) {
  #bd .container {
    max-width: 70ch;
  }
}

#content {
  max-width: 798.5px;
  display: block;
  position: relative;
  z-index: 2;
}

@media only screen and (min-width: 768px) {
  #content {
    width: 55%;
    float: left;
  }
}

@media only screen and (min-width: 1370px) {
  #content {
    width: 61.67629179%;
  }
}

#content .content-text {
  line-height: 1.68421053;
  font-size: 19px;
  font-size: 18px;
  text-align: justify;
}

@media only screen and (min-width: 768px) {}

/* ==================================================================
	.home content
=================================================================== */
.home #bd {
  padding: 3em 0;
  background-color: #fff;
  background-image: linear-gradient(0deg, rgba(217, 240, 253, 0.45) 0%, rgba(36, 170, 225, 0.45) 100%);
  border-bottom: 10px solid #fff;
}

@media only screen and (min-width: 768px) {
  .home #bd {
    padding: 8em 0;
  }
}

@media only screen and (min-width: 1300px) {
  .home #bd {}
}

.home #bd .container {
  width: 90%;
  max-width: 64.5em;
}

@media only screen and (min-width: 0px) and (max-width: 1299px) {
  .home #bd .container {
    max-width: 70ch;
  }
}

@media only screen and (min-width: 768px) {
  .home #bd #content {
    width: 100%;
    max-width: 681px;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
}

@media only screen and (min-width: 1300px) {
  .home #bd #content {
    max-width: 34.05em;
    max-width: none;
    width: 52.79069767%;
    width: auto;
  }
}

@media only screen and (min-width: 768px) {}

@media only screen and (min-width: 1300px) {}

.home #bd #content .content-text h2 {
  color: #64983b;
  font-size: 1.31578947em;
  line-height: 1.28;
  margin-bottom: 0.65em;
}

.home #bd #content .content-text ol,
.home #bd #content .content-text ul {
  margin: 0 0 1.4em 2.5em;
}

.home #bd #content .content-text ol li,
.home #bd #content .content-text ul li {
  margin: 0 0 1.3em 0;
}

.home #bd #content .content-text ol li:nth-last-of-type(1),
.home #bd #content .content-text ul li:nth-last-of-type(1) {
  margin: 0;
}

.home #bd #content p {
  text-align: justify;
  margin-bottom: 1.2em;
}

.home #bd .top-decoration {
  position: absolute;
  top: 0;
  width: 100em;
  height: auto;
  left: calc(50% - 50em);
  z-index: 1;
  pointer-events: none;
}

@media only screen and (max-width: 767px) {
  .home #bd .top-decoration {
    display: none;
  }
}

.home #bd .top-decoration g {
  clip-path: none;
}

.home #bd .homebd-rays {
  position: absolute;
  top: 0;
  width: auto;
  height: calc(100% + 5px);
  left: calc(50% - 50em);
  pointer-events: none;
}

.home #bd .bottom-back-decoration {
  position: absolute;
  bottom: 0;
  width: 100em;
  height: auto;
  left: calc(50% - 50em);
  z-index: -1;
  pointer-events: none;
}

@media only screen and (max-width: 767px) {
  .home #bd .bottom-back-decoration {
    display: none;
  }
}

.home #bd .bottom-back-decoration g {
  clip-path: none;
}

.home #bd .bottom-back-front-decoration {
  position: absolute;
  bottom: 0;
  width: 100em;
  height: auto;
  left: calc(50% - 50em);
  z-index: 1;
  pointer-events: none;
}

@media only screen and (max-width: 767px) {
  .home #bd .bottom-back-front-decoration {
    display: none;
  }
}

.home #bd .bottom-back-front-decoration g {
  clip-path: none;
}

/* ==================================================================
	custom content
=================================================================== */



.cstm-button {
  text-align: center;
}

.cstm-button a {
  /*    line-height: 3.14285714;*/
  /*    height: 3.07142857em;*/
  display: inline-block;
  /*    width: 21.928571em;*/
  padding: 10px 20px;
  font-family: 'CC Cheese And Crackers', sans-serif;
  color: #000 !important;
  text-align: center;
  transition: background 0.33s ease-in-out !important;
  border-radius: 1.53571429em;
  background-color: #ffe60d;
  /*transition: transform 0.66s cubic-bezier(0.34, 1.56, 0.64, 1), background-color 0.33s ease-in-out, border-color 0.33s ease-in-out;*/
  border: 1px solid #ffe60d;
  text-decoration: none !important;
}

.cstm-button a:hover {
  background: none !important;
  border: 1px solid black;
}

.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: #64983b;
  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: #64983b;
  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: #0b9444;
}

.mediaslider .cycle-caption.large,
.mediaslider .cycle-caption {
  font-size: min(1rem, 1em);
  white-space: normal;
  padding: 0.66em;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 420;
}

.mediaslider .cycle-caption.large:after,
.mediaslider .cycle-caption:after {
  content: '';
  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: #0b9444;
  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;
}


.accordion {
  /*  background-color: #eee;*/
  cursor: pointer;
  padding: .3em 1.22em .3em .3em;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  /*font-size: 15px;*/
  transition: 0.4s;
  position: relative;
  margin-bottom: 0.22em !important;
}

.accordion:before {
  content: '';
  width: 100%;
  height: 3px;
  display: block;
  position: absolute;
  left: 0;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out, background-color 0.33s ease-in-out;
  transform: translate(0, 0) scaleX(0);
  opacity: 0;
  border-radius: 3px;
  background-color: currentColor;
  bottom: 0;
}

.accordion.active1:before,
.accordion:hover:before {
  transition-duration: 0.15s;
  transform: translate(0, 0) scaleX(1);
  opacity: 1;
}

.panel {
  /*background-color: white;*/
  padding: 0 .44em;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.accordion:after {
  content: '\002B';
  /*color: #777;*/
  font-weight: bold;
  float: right;
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.accordion.active1:after {
  content: "\2212";
}

@media only screen and (min-width: 1024px) {
  #toggle-content {
    display: flex;
    gap: 1em;
  }

  #toggle-content dl {
    display: inline-block;
    width: 50%;
  }

  .preventive-care #content ul {
    margin: 0;
  }

  #toggle-content dl h3 {
    margin-bottom: .44em;
  }
}

.activities {
  display: flex;
  gap: 1em;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-bottom: 1.44em;
}

.activities div {
  display: flex;
  flex-direction: column;
  width: 40%;
}

.activities a,
.activities a img {
  cursor: pointer;
}

.activities a:hover img {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

/* ==================================================================
	sitemap
=================================================================== */
.sitemap #content .column>ul>li {
  margin-bottom: 1.45em;
}

.sitemap #content ul {
  margin-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.sitemap #content ul a {
  line-height: 1.4;
  font-size: clamp(12px, 1.25em, 25em);
  font-weight: 400;
  font-family: 'CC Cheese And Crackers', sans-serif;
  text-decoration: none;
  color: #64983b;
  transition-duration: 0s;
}

.sitemap #content ul ul li a {
  line-height: 1.68421053;
  font-size: clamp(12px, 0.95em, 19em);
  font-style: normal;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  text-transform: none;
  color: #000;
  margin-left: 0;
}

.sitemap #content a:hover {
  text-decoration: none;
  color: #0b9444;
}

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: 84%;
  margin: 0 auto 3em;
  padding: 0;
  display: none;
  position: relative;
  z-index: 420;
}

@media only screen and (min-width: 768px) {
  #sidebar {
    width: 42.24620061%;
    max-width: 477px;
    margin: 0.1em 0 1em;
    display: flex;
    flex-direction: column;
    float: right;
    clear: right;
  }
}

/* ===============================================
	sitepics
=============================================== */
#hide-stock {
  width: 100%;
  max-width: 23.85em;
  margin: 0 auto 6%;
  padding: 0;
  position: relative;
  display: none;
  background-color: #fff;
  border-radius: 50%;
  border: 10px solid #fff;
  box-shadow: 12.5px 21.651px 25px 0px rgba(0, 0, 0, 0.15);
  opacity: 0;
  animation: reset 1s ease 1s forwards;
}

@media only screen and (min-width: 768px) {
  #hide-stock {
    margin-bottom: 1.75em;
    display: block;
    order: 1;
  }
}

#hide-stock.no-stock {
  background: none;
  border: none;
  box-shadow: none;
  min-height: 20em;
}

.stock {
  width: 100%;
  position: relative;
  border-radius: 50%;
}

@keyframes reset {
  to {
    transform: none;
    opacity: 1;
  }
}

/* ===============================================
	show doctor image on all devices
=============================================== */
/*.home,*/
/*body[class^='meet-the-'],*/
/* body[class^='meet-our-'],*/
.meet-the-doctor #hide-stock,
body[class*='meet-dr-'] #hide-stock,
body[class*='meet-doctor-'] #hide-stock {
  display: block;
}

.meet-the-doctor #sidebar,
body[class*='meet-dr-'] #sidebar,
body[class*='meet-doctor-'] #sidebar {
  display: flex;
}

body[class~='blog'] #hide-stock {
  display: none;
}

/* ==================================================================
	SUBNAV || SIDE ORIENTED
=================================================================== */
#subnav {
  color: #fff;
  margin: 0 0 6%;
  position: relative;
  overflow: hidden;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  #subnav {
    padding: 3em 10%;
  }
}

@media only screen and (min-width: 768px) {
  #subnav {
    padding: 3em 1em 4em;
    order: 2;
  }
}

@media only screen and (max-width: 1299px) {
  #subnav {
    display: none;
  }
}

#subnav h2.topic {
  line-height: 1.51724138;
  font-size: 1.45em;
  text-align: inherit;
  font-weight: 400;
  color: #0b9444;
  height: 1.51724138em;
  width: 100%;
  margin: 0 auto 0.3em;
  font-family: 'CC Cheese And Crackers', sans-serif;
  display: block;
  position: relative;
  z-index: 400;
}

@media only screen and (max-width: 767px) {
  #subnav nav {
    width: 100vw;
  }
}

@media only screen and (min-width: 768px) {
  #subnav nav {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
}

#subnav p {
  font-size: clamp(12px, 0.75em, 15px);
  width: 100%;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
  font-family: 'CC Cheese And Crackers', sans-serif;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  #subnav p {
    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 (max-width: 1299px) {
  #subnav p {
    line-height: 44px;
  }
}

@media only screen and (min-width: 1300px) {
  #subnav p {
    line-height: 1.6;
  }
}

#subnav a {
  color: #000000;
  margin: 0 0.8em;
  white-space: nowrap;
  display: block;
  position: relative;
  transition: color 0.33s ease;
}

@media only screen and (min-width: 768px) {
  #subnav a {
    margin: 0;
  }
}

#subnav a:hover,
#subnav a.active {
  color: #64983b;
  text-decoration: none;
}

.subhero {
  border-top: 10px solid #fff;
  max-width: none;
  font-size: min(3vw, 1em);
}

@media only screen and (min-width: 1024px) {
  .subhero {
    margin-top: 7.65em;
    margin-top: 7.28em;
  }
}

@media only screen and (min-width: 1300px) {
  .subhero {
    border: none;
  }
}

@media only screen and (min-width: 2000px) {
  .subhero {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.subhero img {
  width: 100%;
}

body.office-tour .subhero img,
body.patient-forms .subhero img,
body.kids-zone .subhero img,
body.about-pediatric-dentistry .subhero img,
body.dental-care-for-your-baby .subhero img,
body.preventive-care .subhero img,
body.pediatric-dental-emergencies .subhero img,
body.nutrition-and-oral-health .subhero img,
body.thumb-sucking .subhero img,
body.in-office-general-anesthesia .subhero img,
body.nitrous-oxide .subhero img,
body.common-procedures .subhero img,
body.pediatric-dental-crowns .subhero img,
body.extractions .subhero img,
body.digital-x-rays .subhero img {
  display: none;
}


/* END SIDEBAR */
/* ===============================================
	spot00 || COMMON SERVICES/CALLOUT-LIKE SECTION EXAMPLE
=============================================== */
.spot03 {
  text-align: center;
  color: #0b9444;
  padding: 14em 5% 3em;
  margin: 0;
  position: relative;
  z-index: 410;
  background: #ffffff center / cover no-repeat;
  border-bottom: 10px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.3em;
  font-size: min(20px, 5vw);
}

@media only screen and (min-width: 1024px) {
  .spot03 {
    font-size: min(1.15vw, 1em);
    padding: 2.25em 0 2.7em;
    padding-right: 0.5em;
  }
}

@media only screen and (min-width: 1300px) and (max-width: 1999px) {
  .spot03 {
    background-position: 50% 100%;
    background-size: auto;
    will-change: background-position;
  }
}

.spot03 a {
  color: #fff;
  width: 15em;
  height: 15em;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: transform 0.33s ease-in-out;
}

.spot03 a .icon {
  width: 100%;
  height: auto;
}

.spot03 a .icon .rotate-left,
.spot03 a .icon .rotate-right {
  transition: transform 0.66s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.66s cubic-bezier(0.34, 1.56, 0.64, 1);
  transform-box: fill-box;
  transform-origin: 50% 50%;
}

.spot03 a h2.topic {
  line-height: 1.2;
  font-size: clamp(12px, 1.25em, 25px);
  color: currentcolor;
  width: 100%;
  display: block;
  position: absolute;
  font-family: 'CC Cheese And Crackers', sans-serif;
  font-weight: 400;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  transition: transform 0.66s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.66s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.spot03 a:nth-child(3) h2.topic {
  left: 47.5%;
}

.spot03 a.last h2.topic {
  left: 45%;
}

.spot03 a:hover .icon .rotate-right,
.spot03 a:focus .icon .rotate-right {
  transform: rotate(180deg);
}

.spot03 a:hover .icon .rotate-left,
.spot03 a:focus .icon .rotate-left {
  transform: rotate(-180deg);
}

.spot03 .spot03-monkey {
  position: absolute;
  top: -3px;
  left: calc(50% - 6em);
  width: 25em;
  height: auto;
  transition: transform 1s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@media only screen and (min-width: 1024px) {
  .spot03 .spot03-monkey {
    left: calc(50% + 30.1em);
  }
}

@media only screen and (max-width: 1299px) {
  .spot03 .spot03-monkey .spot-03-monkey__top {
    transform: translateY(-100%);
  }

  .spot03 .spot03-monkey .spot-03-monkey__btm {
    transform: translateY(100%);
  }
}

.spot03 .spot03-monkey .spot-03-monkey__top,
.spot03 .spot03-monkey .spot-03-monkey__btm,
.spot03 .spot03-monkey .spot-03-monkey__eye-mask {
  transform-box: fill-box;
  transform-origin: 50% 50%;
}

.spot03 .spot03-monkey .maskright {
  transform: rotate(5deg) scale(1);
}

.spot03 .spot03-monkey .maskleft {
  transform: rotate(-3deg) scale(1);
}

.spot03.active .spot03-monkey .spot-03-monkey__eye-mask .spot-03-monkey__top {
  animation: blinkTop 1.33s infinite;
}

.spot03.active .spot03-monkey .spot-03-monkey__eye-mask .spot-03-monkey__btm {
  animation: blinkBtm 1.33s infinite;
}

/* ===============================================
	spot00 || COMMON GENERAL INFORMATION SPOTLIGHT SECTION REVERSE
=============================================== */
.spot04 {
  color: #0b9444;
  padding: 5em 0 3em;
  background-image: linear-gradient(0deg, #64983b 0%, #0b9444 100%);
  border-bottom: 9px solid #fff;
  overflow: hidden;
  font-size: min(5vw, 20px);
}

@media only screen and (min-width: 1024px) {
  .spot04 {
    font-size: min(1.3vw, 1em);
    padding: 12.9em 0em 4em 3.6em;
    direction: rtl;
  }
}

.spot04 .decor {
  position: absolute;
  top: 0;
  width: 100em;
  max-width: none;
  height: auto;
  left: calc(50% - 50em);
  transition: transform 0.33s ease;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .spot04 .decor {
    left: 0;
    width: 200%;
  }
}

@media only screen and (min-width: 2000px) {
  .spot04 .decor {
    left: 0;
    width: 100%;
  }
}

.spot04 .decoration {
  width: 75%;
  max-width: 29.7em;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  margin: 0 auto 2em;
  left: 0.5em;
  aspect-ratio: 1 / 1;
}

@media only screen and (min-width: 1024px) {
  .spot04 .decoration {
    margin: 0 0 0 4.25em;
    left: auto;
  }
}

.spot04 .decoration .cycle-slideshow {
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 12.5px 21.651px 25px 0px rgba(0, 0, 0, 0.15);
  aspect-ratio: 1 / 1;
  border: 10px solid #fff;
  z-index: 100;
}

.spot04 .decoration .cycle-slideshow img {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 50%;
}

.spot04 .decoration .spot04-frog {
  position: absolute;
  top: 45.5%;
  left: -2.3em;
  width: 3.7em;
  height: auto;
  z-index: 500;
  transition: transform 0.33s ease, opacity 0.33s ease;
}

@media only screen and (min-width: 1300px) {
  .spot04 .decoration .spot04-frog {
    transform: translateX(5em);
    z-index: -1;
  }
}

.spot04 .decoration .spot04-frog.active {
  animation: slideLeftAndBack 1s ease-in-out forwards;
}

@keyframes slideLeftAndBack {
  0% {
    transform: translateX(5em);
    z-index: -1;
  }

  48% {
    transform: translateX(-2em);
    z-index: 10;
  }

  52% {
    transform: translateX(-2em);
    z-index: 777;
  }

  100% {
    transform: translateX(0);
    z-index: 777;
  }
}

.spot04 .spot04pager {
  display: inline-block;
  vertical-align: middle;
  width: 80%;
  max-width: 25em;
  position: relative;
  padding: 0.5em 0 0;
  z-index: 500;
  text-align: right;
  direction: ltr;
}

.spot04 a {
  color: #0b9444;
  width: 100%;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  transition-delay: calc(0.66s + var(--index)*0.11s);
  margin-bottom: 15px;
  gap: 0.95em;
}

.spot04 a:nth-last-of-type(1) {
  margin-bottom: 0;
}

.spot04 a:nth-child(1) {
  --index: 0;
}

.spot04 a:nth-child(2) {
  --index: 1;
}

.spot04 a:nth-child(3) {
  --index: 2;
}

.spot04 a:nth-child(4) {
  --index: 3;
}

.spot04 a .icon {
  width: 3.25em;
  height: 3.25em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: top;
  position: relative;
  z-index: 1;
}

.spot04 a .icon svg {
  width: 2.8em;
  height: auto;
  transform: translate3d(0, 0, 777px);
}

.spot04 a .icon::before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  border-radius: 50%;
  z-index: -2;
  transition: transform 0.66s cubic-bezier(0.34, 1.56, 0.64, 1), background-color 0.33s ease, box-shadow 0.33s ease;
}

.spot04 a .icon path {
  transition: color 0.33s ease;
}

.spot04 a h2.topic {
  line-height: 2.09677419;
  font-size: min(1.55em, 4.5vw);
  font-family: 'CC Cheese And Crackers', sans-serif;
  font-weight: 400;
  color: #fff;
  display: inline-block;
  vertical-align: top;
}

.spot04 a:hover,
.spot04 a.cycle-pager-active {
  color: #fff;
}

.spot04 a:hover .icon::before,
.spot04 a.cycle-pager-active .icon::before {
  background-color: #ffe60d;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.35);
  transform: rotateY(180deg);
}

.spot04 .spot04-plants {
  position: absolute;
  bottom: 0;
  left: calc(20%);
  width: 44.5em;
  height: auto;
  display: none;
}

@media only screen and (min-width: 1024px) {
  .spot04 .spot04-plants {
    left: calc(50% + 13em);
    display: block;
  }
}

.spot04 .torch {
  width: 21.4em;
  position: absolute;
  left: 50%;
  bottom: 0;
  display: none;
}

@media only screen and (min-width: 1024px) {
  .spot04 .torch {
    display: block;
    left: auto;
    bottom: -20.85em;
    right: calc(50% + 27em);
    transform: translate3d(0, 0, 0) rotate(18.32deg);
  }
}

.spot04 .torch .spot04-flame {
  position: absolute;
  top: 6em;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  transform-origin: 50% 100%;
  transform-box: fill-box;
  width: 8.25em;
  height: auto;
}

.spot04 .torch img {
  width: 100%;
}

/* ===============================================
	spot00 || COMMON TESTIMONIAL SLIDESHOW SECTION EXAMPLE
=============================================== */
.spot05 {
  font-size: min(4vw, 1em);
  padding: 3em 0 0;
  background: #ccc center / cover no-repeat;
}

@media only screen and (min-width: 768px) {
  .spot05 {
    padding: 7.2em 0 15em;
    min-height: 30em;
  }
}

@media only screen and (min-width: 1024px) {
  .spot05 {
    padding: 7.2em 0 3.95em;
  }
}

.spot05.active .spot05-panda .spot-05-panda__eye-mask .spot-05-panda__top {
  animation: blinkTop 1.33s infinite;
}

.spot05.active .spot05-panda .spot-05-panda__eye-mask .spot-05-panda__btm {
  animation: blinkBtm 1.33s infinite;
}

.spot05 .container {
  background-color: rgba(124, 194, 71, 0.8);
  max-width: 48.6em;
  border-radius: 9.45em;
  padding: 4.15em 0 3.5em;
}

@media only screen and (max-width: 767px) {
  .spot05 .container {
    border-radius: 8em;
  }
}

.spot05 .cycle-slideshow {
  color: #fff;
  width: 80%;
  max-width: 30em;
  margin: 0 auto;
  display: block;
}

.spot05 .cycle-slideshow:hover {
  color: #000;
  transform: translate(0, 0) scale(1);
}

.spot05 .cycle-slide {
  width: 100%;
  display: block;
  transition: color 0.33s ease-in-out;
}

.spot05 .testimony {
  line-height: 1.2;
  font-weight: 400;
  font-size: clamp(12px, 1.4em, 28px);
  margin: 0 auto 0.53571429em;
  display: block;
  font-family: 'CC Cheese And Crackers', sans-serif;
}

.spot05 .testifier {
  line-height: 2.38888889;
  font-size: clamp(12px, 0.9em, 18px);
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.23em;
  display: block;
}

.spot05 a.spot05-panda {
  display: block;
  position: relative;
  bottom: -11px;
  z-index: 777;
  line-height: 0;
  width: 18.15em;
  height: 18.8em;
  margin: 0 auto;
  transform: translate3d(0, 0, 777px);
}

@media only screen and (min-width: 768px) {
  .spot05 a.spot05-panda {
    margin: 0;
    right: calc(50% + 6em);
    position: absolute;
  }
}

@media only screen and (min-width: 1024px) {
  .spot05 a.spot05-panda {
    right: calc(50% + 15.5em);
  }
}

.spot05 a.spot05-panda svg {
  width: 100%;
  height: auto;
}

.spot05 a.spot05-panda svg g,
.spot05 a.spot05-panda svg path {
  transition: transform 0.33s ease, color 0.33s ease;
  transform-box: fill-box;
  transform-origin: 50% 50%;
}

@media only screen and (max-width: 1299px) {
  .spot05 a.spot05-panda svg .spot-05-panda__top {
    transform: translateY(-100%);
  }

  .spot05 a.spot05-panda svg .spot-05-panda__btm {
    transform: translateY(100%);
  }
}

.spot05 a.spot05-panda svg .text {
  color: #FFF45F;
}

.spot05 a.spot05-panda svg .sign {
  color: #1D4190;
}

.spot05 a.spot05-panda:hover svg .text,
.spot05 a.spot05-panda:focus svg .text {
  color: #1D4190;
}

.spot05 a.spot05-panda:hover svg .sign,
.spot05 a.spot05-panda:focus svg .sign {
  color: #FFF45F;
}

/* ==================================================================
	association logos 
=================================================================== */
.associationlogos {
  text-align: center;
  font-size: 3vw;
  padding: 3em 0;
  background: #fff;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .associationlogos {
    padding: 4.9em 0 5em;
    font-size: min(1.7vw, 1em);
  }
}

.associationlogos a {
  margin: 5%;
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (min-width: 768px) {
  .associationlogos a {
    margin: 0 2.925em;
  }
}

@media only screen and (max-width: 1023px) {
  .associationlogos a {
    min-height: 44px;
    min-width: 44px;
    display: inline-flex;
    align-items: center;
  }
}

.associationlogos a:hover img,
.associationlogos a:hover svg {
  transform: scale(0.87);
  opacity: 0.48;
}

.associationlogos a.ada {
  width: 11.15em;
  height: 3.95em;
}

.associationlogos a.aapd {
  width: 7.45em;
  height: 7.5em;
}

.associationlogos a.abpd {
  width: 6.9em;
  height: 6.55em;
}

.associationlogos a.durham {
  width: 7.35em;
  height: 7.35em;
}

.associationlogos a svg {
  width: 100%;
  height: 100%;
  display: block;
  transition: opacity 0.33s ease-in-out, transform 0.33s ease-in-out;
}

.associationlogos a img {
  transition: opacity 0.33s ease-in-out, transform 0.33s ease-in-out;
}

/* ==================================================================
	#ft
=================================================================== */
#ft {
  text-align: center;
  color: #fff;
  width: 100%;
  padding: 0;
  background: linear-gradient(0deg, #d9f0fd 0%, #24aae1 100%);
  background-size: cover;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
}

@media only screen and (min-width: 1300px) {
  #ft {
    background-size: auto 100%;
  }
}

#ft .ft-vines {
  width: 100em;
  height: auto;
  top: 0;
  position: absolute;
  left: calc(50% - 50em);
  z-index: -1;
}

#ft a {
  color: #fff;
  transition: color 0.33s ease-in-out;
}

#ft a:hover {
  color: #0b9444;
}

/* ===============================================
		locations
=============================================== */
#ft {
  text-align: center;
  color: #fff;
  width: 100%;
  padding: 0;
  background: linear-gradient(0deg, #d9f0fd 0%, #24aae1 100%);
  background-size: cover;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
}

@media only screen and (min-width: 1300px) {
  #ft {
    background-size: auto 100%;
  }
}

#ft .ft-vines {
  width: 100em;
  height: auto;
  top: 0;
  position: absolute;
  left: calc(50% - 50em);
  z-index: -1;
}

#ft a {
  color: #fff;
  transition: color 0.33s ease-in-out;
}

#ft a:hover {
  color: #0b9444;
}

/* ===============================================
		locations
=============================================== */
#location {
  width: 100%;
  padding: 3em 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5em;
  flex-direction: column;
}

@media only screen and (min-width: 1024px) {
  #location {
    flex-direction: row;
    padding: 5.75em 5.5em 9.5em 0;
    font-size: min(1.45vw, 1em);
  }
}

#location .map-container {
  font-size: min(1em, 3vw);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  width: 90%;
  max-width: calc(28.85em + 20px);
  padding: 10px;
  border-radius: 10px;
  background-color: #fff;
  position: relative;
  transition: background-color .33s ease-in-out,
    transform .33s ease-in-out;
}

#location .map-container:hover,
#location .map-container:focus {
  transform: scale(.95);
  background-color: #ffe60d;
}

@media only screen and (max-width: 1023px) {
  #location .map-container {
    order: 3;
    margin-top: 2em;
  }
}

#location .map-container .map {
  width: 100%;
  /* max-width: 23.6em; */
  /* box-shadow: 12.5px 21.651px 25px 0px rgba(0, 0, 0, 0.15); */
  /* border: 10px solid #fff; */
  /* border-radius: 50%; */
  background-color: #fff;
}

#location .map-container .map img {
  width: 100%;
  /* border-radius: 50%; */
}

#location .map-container .marker {
  font-size: 59px;
  line-height: 1;
  color: #ffe60d;
  position: absolute;
  z-index: 400;
  transition: transform 0.33s ease-in-out, color 0.33s ease-in-out;
  transform-origin: center bottom;
  top: calc(50% - 0.2em);
  left: 49%;
  transform: translate(-50%, -50%) scale(1);
}

@media only screen and (min-width: 1024px) {
  #location .map-container .marker {
    top: 47.75%;
    font-size: clamp(12px, 3.3em, 66px);
  }
}

#location .map-container .marker:before {
  color: currentcolor;
}

#location .map-container .marker:after {
  content: '';
  width: 1.10606061em;
  height: 1.01515152em;
  background: url(../images/footer/shadowalt.svg) no-repeat center center;
  left: 0.2em;
  bottom: -0.15em;
  z-index: -1;
  background-size: cover;
  position: absolute;
  pointer-events: none;
}

#location .map-container .marker:hover,
#location .map-container .marker.hover {
  color: #0b9444;
  transform: translate(-50%, -50%) scale(1.2);
}

#location .logo-illustration {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  width: 15em;
}

@media only screen and (max-width: 1023px) {
  #location .logo-illustration {
    height: 25em;
    font-size: min(3vw, 1em);
    position: absolute;
    top: 45px;
    right: calc(50% - 1em);
  }
}

#location .logo-illustration img {
  width: 100%;
}

#location .mod {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  max-width: 25em;
}

@media only screen and (max-width: 1023px) {
  #location .mod {
    order: 2;
    max-width: 32.5em;
  }
}

@media only screen and (min-width: 1024px) {
  #location .mod {
    text-align: left;
    padding: 0.4em 0 0 0.5em;
    max-width: 12.75em;
  }
}

#location .logo {
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  vertical-align: top;
  line-height: 0;
  text-align: center;
  margin: 0;
  height: 25em;
  width: 80%;
  font-size: min(3vw, 1em);
  padding-top: 5em;
}

@media only screen and (min-width: 1024px) {
  #location .logo {
    width: 12.25em;
    height: 6.9em;
    justify-content: center;
    font-size: inherit;
    margin: 0 0 0.8em -0.3em;
    padding: 0;
  }
}

#location .logo svg {
  width: 12.25em;
  height: 6.9em;
}

#location .phone {
  font-size: clamp(12px, 1em, 20px);
  display: block;
  margin-bottom: 1em;
}

@media only screen and (max-width: 1023px) {
  #location .phone {
    line-height: 44px;
  }
}

@media only screen and (min-width: 1024px) {
  #location .phone {
    line-height: 1.3;
  }
}

#location .address {
  font-size: clamp(12px, 1em, 20px);
  margin: 0 auto;
  display: block;
}

@media only screen and (max-width: 1023px) {
  #location .address {
    line-height: 22px;
  }
}

@media only screen and (min-width: 1024px) {
  #location .address {
    line-height: 1.3;
  }
}

#location .address:hover,
#location .address.hover {
  color: #0b9444;
}

#location .officehours {
  line-height: 0;
  display: block;
  margin-bottom: 1.2em;
}

#location .officehours .days,
#location .officehours .hours {
  line-height: 1.25;
  font-size: clamp(12px, 1em, 20px);
  display: block;
}

#location .spotbtn {
  font-size: clamp(12px, 0.7em, 14px);
  color: #fff;
  display: inline-block;
  vertical-align: bottom;
  position: relative;
  padding: 0;
  width: 16.92857143em;
  z-index: 1;
  font-family: 'CC Cheese And Crackers', sans-serif;
  color: #000;
  text-align: center;
  transition: color 0.33s ease-in-out;
}

@media only screen and (max-width: 1023px) {
  #location .spotbtn {
    font-size: 14px;
    line-height: 44px;
    height: 44px;
    min-width: 44px;
  }
}

@media only screen and (min-width: 1024px) {
  #location .spotbtn {
    line-height: 3.14285714;
    height: 3.07142857em;
  }
}

#location .spotbtn::before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 1.53571429em;
  background-color: #ffe60d;
  transition: transform 0.66s cubic-bezier(0.34, 1.56, 0.64, 1), background-color 0.33s ease-in-out, border-color 0.33s ease-in-out;
  border: 1px solid #ffe60d;
}

#location .spotbtn:hover,
#location .spotbtn:focus {
  color: #000;
}

#location .spotbtn:hover::before,
#location .spotbtn:focus::before {
  transform: translate3d(0, 0, -777px) rotateX(180deg);
  background-color: transparent;
  border-color: #000;
}

/* ==================================================================
		#links
=================================================================== */
#links {
  text-align: center;
  color: #000;
  margin: 0;
  background-color: #fff;
  position: relative;
  z-index: 420;
}

@media only screen and (max-width: 1023px) {
  #links {
    padding: 2em 0 0;
  }
}

@media only screen and (min-width: 1300px) {
  #links {
    height: 3.3em;
    padding: 0.55em 0 0;
  }
}

#links .util {
  font-size: clamp(12px, 0.6em, 12px);
}

@media only screen and (max-width: 1299px) {
  #links .util {
    line-height: 44px;
  }
}

@media only screen and (min-width: 1300px) {
  #links .util {
    line-height: 3.66666667;
  }
}

#links .util a {
  color: #000;
  transition: color 0.33s ease-in-out;
}

#links .util a:hover {
  color: #0b9444;
}

#links .util a,
#links .util .divider {
  display: inline-block;
}

@media only screen and (max-width: 400px) {

  #links .util a,
  #links .util .divider {
    display: block;
  }
}

#links .util .divider {
  margin: 0 0.1em;
}

@media only screen and (max-width: 400px) {
  #links .util .divider {
    display: none;
  }
}

/* ===============================================
		sesame link
=============================================== */
a#sesame-link .sesameicon {
  width: 1.33333333em;
  height: 1.16666667em;
  margin-right: 0.58333333em;
  display: inline-block;
  vertical-align: middle;
}

a#sesame-link .sesameicon path {
  transition: fill 0.33s ease-in-out;
}

a#sesame-link .sesameicon path.top {
  fill: #D6E03D;
}

a#sesame-link .sesameicon path.bottom {
  fill: #00a5e3;
}

a#sesame-link:hover .sesameicon path {
  fill: currentcolor;
}

/* ===============================================
	backToTop
=============================================== */
#btt {
  text-align: center;
  width: 100%;
  display: block;
  position: relative;
  margin: 2em 0 -0.35em;
}

@media only screen and (min-width: 1024px) {
  #btt {
    margin: 0;
    width: auto;
    position: absolute;
    bottom: calc(100% - 3.2em);
    left: calc(50% + 18.8em);
    z-index: 1;
  }
}

a#backtotop {
  display: inline-block;
  vertical-align: top;
  transition: color 0.33s ease-in-out;
  width: 14.55em;
  height: 11.75em;
  line-height: 0;
}

a#backtotop svg {
  width: 100%;
  height: auto;
}

a#backtotop svg text {
  font-family: 'CC Cheese And Crackers', sans-serif;
}

a#backtotop svg g,
a#backtotop svg path {
  transition: transform 0.33s ease, color 0.33s ease;
  transform-box: fill-box;
  transform-origin: 50% 50%;
}

a#backtotop svg .frame-19__eye-mask .frame-19__top {
  animation: blinkTop 1.33s infinite;
}

a#backtotop svg .frame-19__eye-mask .frame-19__btm {
  animation: blinkBtm 1.33s infinite;
}

a#backtotop svg .maskright {
  transform: rotate(-10deg);
}

a#backtotop svg .maskleft {
  transform: rotate(5deg);
}

a#backtotop svg .bubble {
  color: #64983b;
}

a#backtotop svg .text {
  color: #fff;
}

a#backtotop svg .shake {
  transform-origin: bottom center;
}

a#backtotop:hover .bubble {
  color: #fff;
}

a#backtotop:hover .text {
  color: #64983b;
}

a#backtotop:hover .shake {
  animation: frog-foot-shake 0.33s ease infinite;
}

@keyframes frog-foot-shake {

  0%,
  100% {
    transform: rotate(5deg);
  }

  50% {
    transform: rotate(-5deg);
  }
}

/*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;
}

/* ===============================================
	Form Buttons
=============================================== */
form button {
  letter-spacing: normal;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  font-family: 'CC Cheese And Crackers', sans-serif;
  height: 44px;
  padding: 0 1.5em;
  margin: 0;
  border: none;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out, border-color 0.33s ease-in-out;
  position: relative;
  background: none;
  z-index: 1;
}

form button::before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 21.5px;
  background-color: #ffe60d;
  transition: transform 0.66s cubic-bezier(0.34, 1.56, 0.64, 1), background-color 0.33s ease-in-out, border-color 0.33s ease-in-out;
  border: 1px solid #ffe60d;
}

form button:hover::before,
form button:focus::before {
  transform: translate3d(0, 0, -777px) rotateX(180deg);
  background-color: transparent;
  border-color: #000;
}

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: #64983b;
  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: #0b9444;
}

/* ===============================================
	.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 .sub-bd-decoration {
    display: none;
  }

  .layout-full-width #bd.sub .sub-bd-decoration {
    left: calc(50% - 58em);
  }

  .sitemap #bd.sub:after,
  .layout-full-width #bd.sub:after {
    content: none;
  }

  .sitemap #content,
  .layout-full-width #content {
    width: 70%;
    /* count out 90-100 characters per line to determine width */
    max-width: none;
    margin-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(42.02631579em, 90%);
    }
  }

  @media only screen and (min-width: 1300px) {

    .embed-container,
    .embed-container.ratio16x9 {
      max-width: min(42.02631579em, 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;
  }
}

@keyframes blinkTop {

  0%,
  24.75%,
  100% {
    transform: translateY(-100%);
  }

  12.375% {
    transform: translateY(0%);
  }
}

@keyframes blinkBtm {

  0%,
  24.75%,
  100% {
    transform: translateY(100%);
  }

  12.375% {
    transform: translateY(0%);
  }
}

.testimonials #content .testimonials-slideshow.mediaslider {
  text-align: left;
  max-width: none;
  width: 100%;
  padding: 0 10%;
}

.testimonials #content .testimonials-slideshow.mediaslider>.cycle-slideshow>button {
  /*  position: relative;*/
  /*  float: none;*/
  /*  left: auto;*/
  /*  right: auto;*/
  /*  top: auto;*/
  transform: none;
  /*  display: inline-block;*/
  /*  vertical-align: top;*/
  /*  transition: transform 0.33s ease;*/
}

.testimonials #content .testimonials-slideshow.mediaslider>.cycle-slideshow>button:hover {
  transform: scale(1.2);
}

.testimonials #content .testimonials-slideshow.mediaslider .testimony {
  line-height: 1.42857143;
  font-size: clamp(12px, 1.05em, 21px);
  margin: 0 auto 0.95238095em;
  color: darkgreen;
  display: block;
  font-style: italic;
}

.testimonials #content .testimonials-slideshow.mediaslider .testifier {
  line-height: 2;
  font-size: clamp(12px, 0.75em, 15px);
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  letter-spacing: 0.1em;
  color: #000;
  margin-bottom: 2em;
}

/* spot00 */
.spot00 {
  padding: 0;
  margin: 0;
  text-align: center;
  z-index: 410;
  position: relative;
}

.spot00 .spot00slideshow {
  width: 100%;
  margin: 0 0 1em;
  overflow: hidden;
}

.spot00 .spot00slideshow img {
  display: inline-block;
  vertical-align: top;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0 10px;
}

.spot00 .spot00controls {
  line-height: 0;
  display: block;
  pointer-events: none;
  width: 100%;
  text-align: center;
}

.spot00 .spot00controls>button {
  font-size: clamp(20px, 1em, 20px);
  text-align: center;
  color: #000;
  min-width: 24px;
  min-height: 24px;
  padding: 0;
  background: none;
  border: none;
  -webkit-appearance: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  pointer-events: auto;
  cursor: pointer;
  position: relative;
  z-index: 1;
  margin: 0 0.5em;
}

@media only screen and (max-width: 1023px) {
  .spot00 .spot00controls>button {
    line-height: 44px;
    width: 44px;
    height: 44px;
  }
}

@media only screen and (min-width: 1024px) {
  .spot00 .spot00controls>button {
    line-height: 2.2;
    width: 2.2em;
    height: 2.2em;
  }
}

.spot00 .spot00controls>button::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid #000;
  transition: border-color 0.33s ease-in-out, background-color 0.33s ease-in-out;
  z-index: -1;
}

.spot00 .spot00controls>button:hover,
.spot00 .spot00controls>button:focus {
  transform: translate(0, 0) scale(1.44);
}

.spot00 .spot00controls>button:hover::before,
.spot00 .spot00controls>button:focus::before {
  border-color: #7cc247;
  background-color: #7cc247;
}




.office-tour .mediaslider {
  display: block;
  margin: 0 auto;
  max-width: none;
  width: calc(100% - 88px);
}

@media only screen and (min-width:768px) {
  .office-tour #bd .container {
    max-width: 1000px;
    width: 86%;
  }

  .office-tour .sub-bd-decoration {
    display: none;
  }

  .office-tour .mediaslider {
    width: 100%;
  }

  .office-tour #content {
    width: 100%;
  }
}