/* 
 Site Manager Version: 14.2.0
 Date Created: August 2024
 
 Account: young-dallin3
 Written by: vita stillion
 
 Sesame Communications - All rights reserved. C2024
 Any reproduction or intentional misuse is strictly prohibited
*/
/* ===============================================
					fonts
=============================================== */
/* poppins-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/poppins-400.woff2') format('woff2');
}
/* poppins-italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/poppins-400i.woff2') format('woff2');
}
/* poppins-600 - latin */
@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/poppins-600.woff2') format('woff2');
}
/* poppins-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/poppins-700.woff2') format('woff2');
}
/* poppins-700italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/poppins-700i.woff2') format('woff2');
}
/* mountains-of-christmas-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Mountains of Christmas';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/mountains-of-christmas-400.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,
form button,
button {
  font-family: "Poppins", sans-serif;
}
svg {
  display: inline-block;
}
body {
  font-size: 15px;
  color: #272828;
  background: #fff;
  overflow: hidden;
}
@media only screen and (min-width: 1300px) {
  body {
    font-size: 20px;
  }
}
/* ===============================================
	links 
=============================================== */
a {
  text-decoration: none;
}
#content a {
  font-weight: 700;
  color: #f56d2a;
  text-decoration: none;
  transition: color 0.33s ease-in-out;
}
#content a:hover {
  color: #269b4d;
  text-decoration: underline;
}
/* ===============================================
	h family || hfam 
=============================================== */
h1,
h2:not(.topic),
h3:not(.topic),
h4,
h5,
h6 {
  line-height: 1;
  text-align: left;
  color: #89b70f;
  font-weight: 600;
  text-rendering: auto;
  margin: 0 0 1.44em;
}
header.sub {
  background: #2a6acc;
}
@media only screen and (max-width: 1299px) {
  header.sub {
    padding: 3em 0;
  }
}
@media only screen and (min-width: 1300px) {
  header.sub {
    height: 22.15em;
  }
}
@media only screen and (min-width: 1300px) {
  header.sub .container {
    /* margin-top:126/20em; */
    position: absolute;
    right: 0;
    bottom: calc(50% -  4.66666667em );
    left: 0;
  }
}
.sub h1 {
  font-size: 10vw;
  font-weight: 400;
  font-family: "Mountains of Christmas", serif;
  color: white;
  margin-bottom: 0;
}
@media only screen and (min-width: 480px) {
  .sub h1 {
    font-size: 3.75em;
  }
}
@media only screen and (max-width: 1299px) {
  .sub h1 {
    text-align: center;
  }
}
.home h1 {
  font-size: 10vw;
  font-family: "Mountains of Christmas", serif;
  font-weight: 400;
  color: #272828;
  margin-bottom: 0.55882353em;
}
@media only screen and (min-width: 480px) {
  .home h1 {
    font-size: 3.4em;
  }
}
.home h1 .trait {
  display: block;
}
.home h1 .trait.top {
  line-height: 1.14285714;
  font-size: 0.51470588em;
  text-transform: none;
  color: #89b70f;
  font-family: "Poppins", sans-serif;
}
h2:not(.topic) {
  font-size: 1.31578947em;
  color: #2a6acc;
}
h3:not(.topic) {
  font-size: 1.21052632em;
  color: #269b4d;
}
h4 {
  font-size: 1.10526316em;
}
h5 {
  font-size: 1.05263158em;
}
h6 {
  font-size: 1em;
}
/* ===============================================
	containers
=============================================== */
.container {
  max-width: 66em;
}
/* ===============================================
	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-color: #fff;
  position: relative;
  z-index: 3000;
}
@media only screen and (min-width: 1300px) {
  #masthead {
    font-size: inherit;
    position: fixed;
    top: 0;
    left: 0;
    transition: background-color 0.66s ease-in-out;
  }
  #masthead.ready {
    background-color: rgba(255, 255, 255, 0);
  }
}
#masthead .container {
  max-width: none;
  width: calc(100% - 4.2em);
}
@media only screen and (max-width: 1023px) {
  #masthead .container {
    width: 100%;
  }
}
/* ==================================================================
	main-nav
=================================================================== */
#main-nav {
  font-size: 20px;
  text-align: center;
  height: 100%;
  width: 78px;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 600;
  clear: both;
}
#main-nav .container {
  padding: 0;
}
@media only screen and (max-width: 1299px) {
  #main-nav .container {
    width: 100%;
    height: 100%;
  }
}
#main-nav .collapsible {
  width: 100%;
  height: 100%;
}
#main-nav .trigger {
  line-height: 44px;
  color: #fff;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0 auto;
  background: #2a6acc;
  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: 38px;
  height: 29px;
  display: inline-block;
  vertical-align: -3px;
  position: relative;
}
#main-nav .trigger .navicon span {
  width: 100%;
  height: 9px;
  background: currentcolor;
  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 .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: 0;
  padding: 1em 0;
  background: #89b70f;
  position: relative;
  float: right;
  z-index: 550;
}
@media only screen and (max-width: 1299px) {
  #main-nav ul {
    text-align: right;
    padding: 49px 99px 39px 0;
  }
  #main-nav ul:before {
    content: '';
    width: 5px;
    height: auto;
    background-color: #ffffff;
    display: block;
    position: absolute;
    top: 49px;
    right: 94px;
    bottom: 39px;
  }
}
#main-nav ul li {
  clear: both;
}
#main-nav ul li a[id] {
  line-height: 44px;
  font-size: clamp( 12px, 0.8em , 16px );
  width: auto;
  height: 44px;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: color 0.33s ease;
}
@media only screen and (max-width: 1299px) {
  #main-nav ul li a[id] {
    color: #fff;
    margin: 0 2.5em;
  }
}
@media only screen and (min-width: 1300px) {
  #main-nav ul li a[id] {
    color: #363535;
  }
}
#main-nav ul li a[id]:after {
  content: '';
  width: 100%;
  height: 5px;
  background-color: currentcolor;
  display: block;
  position: absolute;
  left: 0;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  transform: translate(0, 0) scaleX(0);
  opacity: 0;
}
@media only screen and (max-width: 1299px) {
  #main-nav ul li a[id]:after {
    bottom: 3px;
  }
}
@media only screen and (min-width: 1300px) {
  #main-nav ul li a[id]:after {
    bottom: 1.125em;
  }
}
#main-nav ul li.open > a[id],
#main-nav ul li.active > a[id],
#main-nav ul li:hover > a[id] {
  text-decoration: none;
  transition-duration: 0.15s;
}
@media only screen and (max-width: 1299px) {
  #main-nav ul li.open > a[id],
  #main-nav ul li.active > a[id],
  #main-nav ul li:hover > a[id] {
    color: #fff;
  }
}
@media only screen and (min-width: 1300px) {
  #main-nav ul li.open > a[id],
  #main-nav ul li.active > a[id],
  #main-nav ul li:hover > a[id] {
    color: #89b70f;
  }
}
#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;
  display: inline;
  float: left;
}
@media only screen and (min-width: 1300px) {
  #main-nav ul ul {
    background: #89b70f;
  }
}
#main-nav ul ul:before {
  content: none;
}
#main-nav ul ul li {
  width: 100%;
  padding: 0;
  background: none;
  float: left;
}
#main-nav ul ul li a {
  line-height: 44px;
  font-size: clamp( 12px, 0.65em , 13px );
  color: #fff;
  width: 100%;
  height: 44px;
  margin: 0;
  padding: 0 3.07692308em;
  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: #fff;
  background-color: #269b4d;
  margin-bottom: 0;
}
#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 - Stay mobile until desktop
=============================================== */
@media only screen and (min-width: 1024px) and (max-width: 1299px) {
  nav {
    overflow: visible;
  }
  nav.horizontal ul {
    height: auto;
  }
  nav.horizontal ul li {
    width: 100%;
    height: auto;
    min-height: 0;
    float: none;
    display: block;
  }
  nav .collapsible > ul {
    display: none;
  }
  nav .collapsible .trigger {
    display: block;
  }
}
@media only screen and (min-width: 1300px) {
  /* main-nav */
  #main-nav {
    font-size: inherit;
    width: 100%;
    height: 2.9em;
    margin-top: 0.8em;
    background: none;
    box-shadow: none;
    position: relative;
    top: auto;
    z-index: 2900;
  }
  #main-nav div.collapsible {
    margin: 0 auto;
  }
  #main-nav ul {
    height: 2.9em;
    width: auto;
    padding: 0;
    margin: 0;
    background: none;
    position: static;
    float: right;
  }
  #main-nav ul li {
    height: 100%;
    margin: 0 1em 0 0;
    background: none;
    vertical-align: top;
    position: relative;
    float: none;
    clear: none;
  }
  #main-nav ul li.contact,
  #main-nav ul li.contact-us {
    margin-right: 0;
    padding-right: 0;
  }
  #main-nav ul li a[id] {
    line-height: 2.5;
    text-align: center;
    height: 100%;
    z-index: 3000;
  }
  #main-nav ul ul {
    width: auto;
    height: auto;
    padding: 1.125em 0;
    position: absolute;
    display: none;
    z-index: 2800;
  }
  #main-nav ul ul li {
    height: 1.25em;
    margin: 0;
    padding: 0;
    float: left;
    opacity: 1;
  }
  #main-nav ul ul li a {
    line-height: 1.92307692;
    text-align: left;
    white-space: nowrap;
    height: 1.92307692em;
    padding: 0 1.92307692em;
    float: left;
  }
  #main-nav ul li.contact-us ul li a,
  #main-nav ul li.contact 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 {
    margin: 0;
    left: auto;
    right: 0em;
  }
  /*END*/
}
/* ==================================================================
	header
=================================================================== */
#hd {
  text-align: center;
  color: #000;
  padding: 0;
  position: relative;
}
@media only screen and (min-width: 1300px) {
  #hd {
    text-align: right;
    z-index: 3000;
  }
}
@media only screen and (max-width: 1299px) {
  #hd .container {
    height: 91px;
  }
}
@media only screen and (min-width: 1300px) {
  #hd .container {
    padding: 0.4em 0 0;
  }
}
/* ===============================================
	logo
=============================================== */
#logo {
  line-height: 0;
  font-size: 1.12em;
  width: 8.5em;
  margin: 0;
  display: block;
  position: absolute;
}
@media only screen and (max-width: 1299px) {
  #logo {
    top: -0.9em;
    left: -0.915em;
    z-index: 3000;
  }
}
@media only screen and (min-width: 1300px) {
  #logo {
    font-size: inherit;
    top: -1em;
    left: -1.83em;
    transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  }
  .ready #logo {
    transform: translate(0, -100%);
    opacity: 0;
  }
}
#logo a {
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 1299px) {
  #logo a {
    min-height: 44px;
    display: flex;
    align-items: center;
  }
}
#logo img {
  width: 8.5em;
  border-radius: 50%;
  background-color: #ffffff;
}
/* ===============================================
	duplicate contact info
=============================================== */
#duplicatecontactinfo {
  width: auto;
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  right: 93px;
  z-index: 3000;
}
@media only screen and (max-width: 1299px) {
  #duplicatecontactinfo {
    display: block;
  }
}
@media only screen and (min-width: 1300px) {
  #duplicatecontactinfo {
    display: none;
  }
}
#duplicatecontactinfo .minimenu {
  width: 44px;
  height: 44px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
#duplicatecontactinfo .minimenu[aria-expanded="true"] .trigger:before {
  transform: scaleY(1);
  opacity: 1;
}
#duplicatecontactinfo .minimenu .trigger {
  color: #89b70f;
  width: 44px;
  height: 44px;
  padding: 0;
  background: none;
  border: none;
  -webkit-appearance: none;
  cursor: pointer;
}
#duplicatecontactinfo .minimenu .trigger:before {
  content: '';
  width: 27px;
  margin-left: auto;
  margin-right: auto;
  border-left: 13.5px solid transparent;
  border-right: 13.5px solid transparent;
  border-bottom: 6px solid #89b70f;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  transition-delay: 0.3s;
  transform-origin: 50% 100%;
  transform: scaleY(0);
  opacity: 0;
}
#duplicatecontactinfo .drawer {
  text-align: right;
  min-width: 140px;
  padding: 3px 20px;
  background-color: #89b70f;
  display: block;
  position: absolute;
  top: 44px;
  right: -15px;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  transition-delay: 0.3s;
  transform-origin: 50% 0;
  transform: scaleY(1);
  opacity: 1;
}
#duplicatecontactinfo .drawer[hidden] {
  transform: scaleY(0);
  opacity: 0;
}
#duplicatecontactinfo .drawer .menuitem {
  line-height: 44px;
  font-size: 14px;
  color: #fff;
  display: block;
}
/* ===============================================
	contact info
=============================================== */
#contactinfo {
  text-align: center;
  width: auto;
  margin: 0;
  display: inline-flex;
  vertical-align: top;
  gap: 1.4em;
}
@media only screen and (max-width: 1299px) {
  #contactinfo {
    display: none;
  }
}
#contactinfo .office {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
#contactinfo .address {
  font-size: clamp( 12px, 0.7em , 14px );
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 1023px) {
  #contactinfo .address {
    line-height: 44px;
  }
}
@media only screen and (min-width: 1024px) {
  #contactinfo .address {
    line-height: 3.14285714;
  }
}
#contactinfo .address .cta {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
#contactinfo .address .icon {
  margin-right: 3px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
#contactinfo .address.faba:hover {
  color: #89b70f;
}
#contactinfo .address.faba .icon {
  color: #89b70f;
}
#contactinfo .address.nopo:hover {
  color: #2a6acc;
}
#contactinfo .address.nopo .icon {
  color: #2a6acc;
}
#contactinfo .divider {
  font-size: clamp( 12px, 0.7em , 14px );
  margin: 0 4px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  #contactinfo .divider {
    line-height: 44px;
  }
}
@media only screen and (min-width: 1024px) {
  #contactinfo .divider {
    line-height: 3.14285714;
  }
}
#contactinfo .phone {
  font-size: clamp( 12px, 0.7em , 14px );
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 1023px) {
  #contactinfo .phone {
    line-height: 44px;
  }
}
@media only screen and (min-width: 1024px) {
  #contactinfo .phone {
    line-height: 3.14285714;
  }
}
#contactinfo a {
  color: #000;
  transition: color 0.33s ease-in-out;
}
/* ===============================================
	utility-nav
=============================================== */
#utilitynav {
  line-height: 0;
  width: auto;
  margin: 0;
  padding: 0;
  display: inline-block;
  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 {
  font-size: clamp( 12px, 0.65em , 13px );
  text-align: center;
  text-transform: uppercase;
  color: #000;
  padding: 0;
  background: #f56d2a;
  display: inline-block;
  vertical-align: top;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out;
}
@media only screen and (max-width: 1023px) {
  #utilitynav a {
    line-height: 44px;
  }
}
@media only screen and (min-width: 1024px) {
  #utilitynav a {
    line-height: 2.30769231;
  }
}
#utilitynav a:hover {
  color: #fff;
  background-color: #272828;
}
#utilitynav a.appointmentrequest {
  width: 13em;
}
#utilitynav a.patient-login {
  width: 9em;
}
/* ===============================================
	socialmedia
=============================================== */
.socialmedia {
  line-height: 0;
  text-align: center;
  width: 44px;
  height: auto;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  z-index: 3000;
}
@media only screen and (max-width: 1299px) {
  .socialmedia {
    position: absolute;
    top: 135px;
    right: 17px;
    transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
    transition-delay: 0.125s;
  }
  .socialmedia[data-hidden] {
    transform: translate(3.9em, 0);
    transition-duration: 0s;
    transition-timing-function: linear;
    transition-delay: 0s;
  }
}
@media only screen and (min-width: 1300px) {
  .socialmedia {
    width: 2.45em;
    padding: 0.8em 0;
    background-color: #88b710;
    position: fixed;
    top: 50vh;
    right: 0;
    transform: translate(0, -50%);
  }
}
.socialmedia a {
  font-size: clamp( 12px, 0.8em , 16px );
  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: 1299px) {
  .socialmedia a {
    line-height: 44px;
    font-size: 25px;
    width: 44px;
    margin: 0 0 13px 0;
  }
}
@media only screen and (min-width: 1300px) {
  .socialmedia a {
    line-height: 1.88839286;
    height: 1.88839286em;
    width: 100%;
    margin: 0;
  }
}
.socialmedia a:nth-last-of-type(1) {
  margin: 0;
}
.socialmedia a:hover {
  color: #fff;
  z-index: 400;
  transform: translate(0, 0) scale(1.44);
}
.socialmedia a .icon {
  position: relative;
}
/* ==================================================================
	slideshow
=================================================================== */
#slideshow {
  font-size: 2vw;
  text-align: center;
  color: #fff;
  min-height: 535px;
  background: #f0f1f6;
  position: relative;
  z-index: 400;
}
@media only screen and (min-width: 1300px) {
  #slideshow {
    font-size: inherit;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1999px) {
  #slideshow {
    min-height: 800px;
  }
}
@media only screen and (min-width: 2000px) {
  #slideshow {
    font-size: 1vw;
  }
}
#slideshow #home-slideshow {
  width: 100%;
  margin: 0;
  aspect-ratio: 1000 / 800;
}
@media only screen and (max-width: 665px) {
  #slideshow #home-slideshow {
    width: 669px;
    margin-left: 50%;
    transform: translate(-50%, 0);
  }
}
@media only screen and (min-width: 1300px) {
  #slideshow #home-slideshow {
    margin-left: 50%;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1999px) {
  #slideshow #home-slideshow {
    width: 1000px;
    transform: translate(calc(-500px + 25vw), 0);
  }
}
@media only screen and (min-width: 2000px) {
  #slideshow #home-slideshow {
    width: 50%;
  }
}
#slideshow #home-slideshow .hpslide {
  width: 100%;
  max-width: none;
}
#slideshow #home-slideshow .hpoverlay {
  text-align: center;
  width: 100%;
  padding-right: 1%;
  display: block;
  position: absolute;
  left: 0;
  z-index: 420;
/*  opacity: 0;*/
}
@media only screen and (max-width: 1299px) {
  #slideshow #home-slideshow .hpoverlay {
    top: 10.8125%;
  }
}
@media only screen and (min-width: 1300px) {
  #slideshow #home-slideshow .hpoverlay {
    top: 21.625%;
  }
}
#slideshow #home-slideshow .hpoverlay[data-animating] {
/*  backface-visibility: visible!important;*/
/*  animation-name: flipInX;*/
/*  animation-duration: 7500ms;*/
/*  animation-delay: 0.15s;*/
}

#slideshow #home-slideshow .hpoverlay .verb.green {
  color: #269b4d;
}
#slideshow #home-slideshow .hpoverlay .verb.blue {
  color: #3052b3;
}
#slideshow #home-slideshow .hpoverlay .verb.orange {
  color: #f56d2a;
}


#slideshow #home-slideshow .hpoverlay .verb {
  line-height: 1;
  font-size: 4.05em;
  font-family: "Mountains of Christmas", serif;
  font-family: "Playpen Sans", cursive;
  color: #000;
}
@media only screen and (max-width: 1299px) {
  #slideshow #home-slideshow .hpoverlay .verb {
    font-size: 81px;
    font-size: min(900%, 150px);
  }
}
@media only screen and (min-width: 1300px) {
  #slideshow #home-slideshow .hpoverlay .verb {
    font-size: 4.05em;
  }
}
#slideshow .ssoverlay {
  height: auto;
  width: calc(50% + 10px);
  background-color: #3052b3;
  border-right: 10px solid #fff;
  position: absolute;
  top: 0;
  right: calc(50% - 5px);
  bottom: 0;
  z-index: 420;
}
@media only screen and (max-width: 1299px) {
  #slideshow .ssoverlay {
    display: none;
  }
}
@media only screen and (min-width: 1300px) {
  #slideshow .ssoverlay {
    display: block;
  }
}
#slideshow .ssoverlay .decoration {
  width: 20.85em;
  height: 22.05em;
  margin: auto;
  display: block;
  position: absolute;
  top: 0;
  right: 1.8%;
  bottom: 15.8%;
  left: 0;
}
@media only screen and (min-width: 1300px) {
  #slideshow .ssoverlay .decoration {
    transition: transform 0.99s ease-in-out, opacity 1.23s ease-in;
  }
  #slideshow .ssoverlay .decoration[data-ready] {
    transform: rotateY(80deg);
    opacity: 0;
  }
}
/* ==================================================================
	.spotlight
=================================================================== */
.spotlight {
  text-align: center;
  position: relative;
  z-index: 400;
}
.spotlight > div {
  position: relative;
}
/* ===============================================
	spot01 || COMMON SERVICES/CALLOUT-LIKE SECTION EXAMPLE
=============================================== */
.spot01 {
  font-size: 3.2vw;
  text-align: center;
  color: #f56d2a;
  border-top: solid 0.5em white;
  border-bottom: solid 0.5em white;
  background: #269b4d;
  padding: 2em 0;
  margin: 0;
  position: relative;
  z-index: 410;
  overflow: hidden;
}
@media only screen and (min-width: 666px) {
  .spot01 {
    font-size: min(1.7vw, 1em);
    padding: 5em 0;
  }
}
@media only screen and (min-width: 1300px) {
  .spot01 {
    padding-left: 2.4em;
  }
  .spot01[data-ready] a {
    opacity: 0;
  }
  .spot01[data-ready] a.first {
    transform: translate(-100%, 0);
  }
  .spot01[data-ready] a.mid {
    transform: translate(0, 100%);
  }
  .spot01[data-ready] a.last {
    transform: translate(100%, 0);
  }
}
.spot01 a {
  color: #269b4d;
  max-width: 20em;
  padding: 0;
  background: white;
  border: solid 0.75em #ffffff;
  border-bottom: solid 1.1em #ffffff;
  box-shadow: 0 25px 25px rgba(0, 0, 0, 0.35);
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media only screen and (max-width: 665px) {
  .spot01 a {
    width: 66%;
    max-width: 240px;
    margin: 6% auto;
    display: block;
  }
}
@media only screen and (min-width: 666px) {
  .spot01 a {
    width: calc(33% - 2em);
    margin: 0 1em;
  }
}
@media only screen and (min-width: 1300px) {
  .spot01 a {
    transition: transform 0.99s ease, opacity 1.23s ease;
    transition-delay: 0.33s;
  }
}
.spot01 a:hover .decoration:after {
  opacity: 0.5;
}
.spot01 a:hover .decoration img {
  -webkit-filter: grayscale(1);
  filter: grayscale(100%);
}
.spot01 a .decoration {
  width: 100%;
  transition: transform 0.33s ease-in-out;
  margin-bottom: 1.1em;
  position: relative;
  z-index: 2;
}
.spot01 a .decoration:after {
  content: '';
  background: #f56d2a;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  z-index: 3;
  opacity: 0;
}
.spot01 a .decoration img {
  transition: transform 0.33s ease-in-out, -webkit-filter 0.33s ease-in-out, filter 0.33s ease-in-out;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  z-index: 1;
}
.spot01 a h2.topic {
  font-weight: 400;
  line-height: 1.12903226;
  font-size: clamp( 12px, 1.55em , 31px );
  text-transform: none;
  color: currentcolor;
  width: 100%;
  display: block;
}
.spot01 a h2.topic .trait {
  font-family: "Mountains of Christmas", serif;
  line-height: 1.11111111;
  font-size: clamp( 12px, 1.16129032em , 36px );
  color: #89b70f;
  display: block;
}
/* ===============================================
	spot02 || COMMON GENERAL INFORMATION SPOTLIGHT SECTION
=============================================== */
.spot02 {
  color: #000;
  background: #f56d2a;
  padding: 3em 0;
}
@media only screen and (max-width: 479px) {
  .spot02 {
    font-size: 4vw;
  }
}
@media only screen and (min-width: 666px) {
  .spot02 {
    font-size: inherit;
    font-size: min(1.5vw, 1em);
    padding: 0;
  }
}
@media only screen and (min-width: 1300px) {
  .spot02[data-ready] .spotlink {
    transform: perspective(400px) rotate3d(1, 0, 0, -90deg);
    opacity: 0;
  }
}
.spot02 .mod {
  text-align: left;
  width: 90%;
  max-width: 27.5em;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  z-index: 1000;
}
@media only screen and (min-width: 666px) {
  .spot02 .mod {
    margin-left: calc( -2.26666667em  - 10px);
    display: inline-block;
    vertical-align: middle;
  }
}
@media only screen and (min-width: 1300px) {
  .spot02 .mod {
    margin-left: calc( -2.55em  - 10px);
  }
}
.spot02 .mod .spotlink {
  color: #000;
  width: 100%;
  margin-bottom: 1.95em;
  padding: 0;
  display: block;
  position: relative;
  transition: color 0.33s ease-in-out;
  opacity: 1;
}
@media only screen and (min-width: 666px) {
  .spot02 .mod .spotlink {
    margin-bottom: 1.7em;
  }
}
@media only screen and (min-width: 1300px) {
  .spot02 .mod .spotlink {
    transition-property: transform, opacity, color;
    transition-duration: 0.99s, 0.99s, 0.33s;
    transition-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1), cubic-bezier(0.34, 1.56, 0.64, 1), ease-in-out;
    transition-delay: calc(0.18s * var(--index) ), calc(0.18s * var(--index) ), 0s;
    /* desk 1300w */
  }
}
.spot02 .mod .spotlink:hover {
  color: white;
}
.spot02 .mod .spotlink:hover .icon {
  background-color: #a5bf16;
  outline-color: #fff;
}
@media only screen and (min-width: 480px) {
  .spot02 .mod .spotlink.cycle-pager-active {
    color: white;
  }
  .spot02 .mod .spotlink.cycle-pager-active .icon {
    background-color: #a5bf16;
    outline-color: #fff;
  }
}
.spot02 .mod .spotlink.last {
  margin: 0;
}
.spot02 .mod .spotlink .icon {
  width: 5.1em;
  height: 5.1em;
  border-radius: 50%;
  background-color: white;
  outline: 2px solid #f0b548;
  outline-offset: -0.4em;
  box-shadow: 0 0.5em 0.5em rgba(0, 0, 0, 0.15);
  display: inline-block;
  vertical-align: middle;
  position: relative;
  transition: opacity 0.33s ease-in-out, background-color 0.33s ease-in-out, outline-color 0.5s ease;
}
@media only screen and (max-width: 479px) {
  .spot02 .mod .spotlink .icon {
    margin: 0 auto 0.125em;
    display: block;
  }
}
@media only screen and (min-width: 480px) {
  .spot02 .mod .spotlink .icon {
    margin-right: 0.5em;
  }
}
.spot02 .mod .spotlink h3.topic {
  font-weight: 400;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  color: white;
}
@media only screen and (max-width: 479px) {
  .spot02 .mod .spotlink h3.topic {
    text-align: center;
    width: 100%;
  }
}
@media only screen and (max-width: 1299px) {
  .spot02 .mod .spotlink h3.topic {
    line-height: 44px;
    font-size: clamp(12px, 1.25em , 25px );
    /* desk 1300oo */
  }
}
@media only screen and (min-width: 1300px) {
  .spot02 .mod .spotlink h3.topic {
    line-height: 3em;
    font-size: 1.25em;
    /* desk 1300w */
  }
}
.spot02 .toy {
  margin: 0 4.7em 0 0;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 665px) {
  .spot02 .toy {
    display: none;
  }
}
@media only screen and (min-width: 666px) and (max-width: 1833px) {
  .spot02 .toy {
    max-width: calc( 50em  + 10px);
    margin: 0 0 0 -18vw;
    border-right: 10px solid #fff;
  }
}
@media only screen and (min-width: 1834px) {
  .spot02 .toy {
    max-width: calc( 50em  + 10px);
    margin: 0 0 0 -25.5em;
    border-right: 10px solid #fff;
  }
}
/* ==================================================================
	subnav
=================================================================== */
#subnav {
  text-align: left;
  color: #fff;
  padding: 1.875em 0;
  background: #89b70f;
  border-top: 9px solid #fff;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1299px) {
  #subnav {
    display: none;
  }
}
@media only screen and (min-width: 1300px) {
  #subnav {
    min-height: 7.95em;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
#subnav p {
  font-size: clamp( 12px, 0.75em , 15px );
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  #subnav p {
    width: 60.60606061%;
  }
}
@media only screen and (max-width: 1299px) {
  #subnav p {
    line-height: 44px;
  }
}
@media only screen and (min-width: 1300px) {
  #subnav p {
    line-height: 1.66666667;
  }
}
#subnav a {
  color: #fff;
  margin: 0 0.8em;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  #subnav a {
    margin: 0;
  }
}
#subnav a:hover,
#subnav a.active {
  color: #272828;
  text-decoration: none;
}
#subnav .divider {
  display: none;
}
@media only screen and (min-width: 1024px) {
  #subnav .divider {
    margin: 0 0.69em;
    display: inline-block;
    vertical-align: top;
  }
}
/* ==================================================================
	content
=================================================================== */
#bd {
  padding: 3em 0;
  background: #fff;
  position: relative;
  z-index: 400;
}
@media only screen and (min-width: 768px) {
  #bd {
    padding: 5em 0 6em;
  }
}
#bd.sub #content p {
  text-align: justify;
}
#bd .container {
  width: 84%;
  max-width: 66em;
}
@media only screen and (min-width: 1300px) {
  #bd .container {
    width: 96%;
  }
}
#content {
  display: block;
}
@media only screen and (min-width: 768px) {
  #content {
    width: 60.60606061%;
    max-width: 40em;
    float: left;
  }
}
#content .content-text {
  line-height: 1.68421053;
}
@media only screen and (min-width: 1300px) {
  #content .content-text {
    font-size: 0.95em;
  }
}
/* ==================================================================
	.home content
=================================================================== */
.home #bd {
  padding: 3em 0;
}
@media only screen and (min-width: 768px) {
  .home #bd {
    font-size: 20px;
    padding: 4em 0 5em;
  }
}
.home #bd .container {
  width: 84%;
  max-width: 66em;
}
.home #bd #content {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  float: none;
}
@media only screen and (max-width: 1299px) {
  .home #bd #content {
    max-width: 600px;
  }
}
.home #bd #content .content-text {
  position: relative;
}
@media only screen and (min-width: 1300px) {
  .home #bd #content .content-text {
    max-width: 30em;
    width: 45.45454545%;
  }
}
@media only screen and (min-width: 1300px) {
  .home #bd #content .content-text.top {
    min-height: 25.75em;
    margin: 0 auto 4.7em 0;
  }
  .home #bd #content .content-text.top[data-ready] .ornament:after,
  .home #bd #content .content-text.top[data-ready] .decoration {
    transform: translate(100%, 0);
    opacity: 0;
  }
}
.home #bd #content .content-text.top .ornament {
  top: -9.9em;
  left: calc( 100% + 4em );
}
.home #bd #content .content-text.top .ornament:after {
  background-color: #2a6acc;
  transform: translate(6.6em, 4em);
}
@media only screen and (min-width: 1300px) {
  .home #bd #content .content-text.bottom {
    min-height: 37.7em;
    max-width: 32em;
    margin: 0 0 4.7em auto;
    padding-top: 3.6em;
  }
  .home #bd #content .content-text.bottom[data-ready] .ornament:after,
  .home #bd #content .content-text.bottom[data-ready] .decoration {
    transform: translate(-100%, 0);
    opacity: 0;
  }
  .home #bd #content .content-text.bottom[data-ready] .associationlogos a {
    transform: translate(0, 100%) rotateX(60deg);
    opacity: 0;
  }
}
.home #bd #content .content-text.bottom .ornament {
  top: 0;
  right: calc( 100% + 4em );
}
.home #bd #content .content-text.bottom .ornament:after {
  background-color: #89b70f;
  transform: translate(-6.9em, 4.2em);
}
.home #bd #content .ornament {
  width: 31.52631579em;
  position: absolute;
}
@media only screen and (max-width: 1299px) {
  .home #bd #content .ornament {
    display: none;
  }
}
@media only screen and (min-width: 1300px) {
  .home #bd #content .ornament {
    display: block;
  }
}
.home #bd #content .ornament:after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media only screen and (min-width: 1300px) {
  .home #bd #content .ornament:after {
    transition: transform 0.99s ease-in-out, opacity 0.99s ease-in-out;
  }
}
.home #bd #content .ornament .decoration {
  width: 100%;
  box-shadow: 0.66em 1.25em 1.25em rgba(0, 0, 0, 0.15);
  display: block;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 1300px) {
  .home #bd #content .ornament .decoration {
    transition: transform 0.99s ease-in-out 0.33s, opacity 1.23s ease-in 0.45s;
  }
}
/* association logos */
#content .associationlogos {
  font-size: min(3.9vw, 19px );
  text-align: center;
  padding: 2.65em 0 0;
  position: relative;
}
@media only screen and (min-width: 768px) {
  #content .associationlogos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4.63157895em;
    padding: 2.65em 0;
  }
}
@media only screen and (min-width: 1300px) {
  #content .associationlogos {
    margin-top: 2.4em;
  }
}
#content .associationlogos:before {
  content: '';
  width: 200px;
  height: 3px;
  border-radius: 50%;
  background-color: #4e4e4e;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 1299px) {
  #content .associationlogos:before {
    left: 0;
  }
}
@media only screen and (min-width: 1300px) {
  #content .associationlogos:before {
    left: 2.7em;
  }
}
#content .associationlogos a {
  margin: 2.7%;
  display: inline-block;
  vertical-align: middle;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: -webkit-filter 0.99s ease, filter 0.99s ease;
}
@media only screen and (min-width: 768px) {
  #content .associationlogos a {
    margin: 0;
  }
}
@media only screen and (max-width: 1023px) {
  #content .associationlogos a {
    min-height: 44px;
    min-width: 44px;
    display: inline-flex;
    align-items: center;
  }
}
@media only screen and (min-width: 1300px) {
  #content .associationlogos a {
    transition-property: -webkit-filter, filter, transform, opacity;
    transition-duration: 0.99s;
    transition-timing-function: ease;
    transition-delay: 0s, 0s, calc(0.33s * var(--index) ), calc(0.33s * var(--index) );
  }
}
#content .associationlogos a:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
#content .associationlogos a:hover img,
#content .associationlogos a:hover svg {
  transform: scale(0.87);
}
#content .associationlogos a.ada {
  width: 8.31578947em;
  height: 2.94736842em;
}
#content .associationlogos a.aapd {
  width: 5.42105263em;
  height: 5.42105263em;
}
#content .associationlogos a.abpd {
  width: 5.36842105em;
  height: 5.05263158em;
}
#content .associationlogos a svg {
  width: 100%;
  height: 100%;
  display: block;
  transition: opacity 0.33s ease-in-out, transform 0.33s ease-in-out;
}
#content .associationlogos a img {
  transition: opacity 0.33s ease-in-out, transform 0.33s ease-in-out;
}
/* ==================================================================
	custom content
=================================================================== */
.mediaslider {
  text-align: center;
  max-width: 84%;
  max-width: calc( 100% - 88px );
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.mediaslider button {
  background: none;
  border: none;
  -webkit-appearance: none;
  cursor: pointer;
  pointer-events: auto;
}
.mediaslider .cycle-slideshow {
  width: 100%;
  margin: 0.5em 0 1.5em;
  position: relative;
  pointer-events: none;
  z-index: 400;
}
.mediaslider .cycle-slideshow .cycle-slide {
  margin-top: 0!important;
}
.mediaslider .cycle-slideshow > button {
  font-size: 2.8em;
  color: #f56d2a;
  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: #f56d2a;
  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: #272828;
}
.mediaslider .cycle-caption.large,
.mediaslider .cycle-caption {
  font-size: min(1rem, 1em);
  padding: 0.66em;
  z-index: 420;
  white-space: normal;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
.mediaslider .cycle-caption.large:after,
.mediaslider .cycle-caption:after {
  content: '';
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.54) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.54) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.54) 100%);
  width: auto;
  height: auto;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  top: -1.68em;
  z-index: -1;
}
.mediaslider .cycle-caption.large {
  position: relative;
}
.mediaslider .cycle-caption.large:after {
  background: #272828;
  top: 0;
}
/* content centered for slideshow, video-centric, and/or full width content */
.before-and-after #content,
.office-tour #content,
.smile-gallery #content,
.invisalign-videos #content {
  text-align: center;
}
.before-and-after #content h1,
.office-tour #content h1,
.smile-gallery #content h1,
.invisalign-videos #content h1,
.before-and-after #content h2,
.office-tour #content h2,
.smile-gallery #content h2,
.invisalign-videos #content h2,
.before-and-after #content h3,
.office-tour #content h3,
.smile-gallery #content h3,
.invisalign-videos #content h3,
.before-and-after #content p,
.office-tour #content p,
.smile-gallery #content p,
.invisalign-videos #content p {
  text-align: center;
}
.before-and-after .img-left,
.office-tour .img-left,
.smile-gallery .img-left,
.invisalign-videos .img-left,
.before-and-after .img-right,
.office-tour .img-right,
.smile-gallery .img-right,
.invisalign-videos .img-right {
  margin: 0 auto;
  float: none;
}
/* blockquote styling */
#content blockquote {
  margin: 0 0 1.58em;
  padding: 0 0 0 1em;
  border-left: 0.33em solid #f0f0f0;
}
/* comment line below if patient-login is live and legit */
.financial-information #financial-online-services {
  display: none;
}
/* common treatments */
.before-after-image {
  width: 44%;
  display: inline-block;
  vertical-align: top;
}
.before-after-image img,
.before-after-image span {
  display: block;
}
@media only screen and (min-width: 768px) {
  .before-after-image img,
  .before-after-image span {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .before-after-box,
  p.before-after-text {
    width: 49%;
    display: inline-block;
    vertical-align: top;
  }
}
/* common procedures */
@media only screen and (min-width: 1300px) {
  #content h2[id],
  .common-procedures #content h2[id] {
    scroll-margin-top: 8em;
  }
}
/* preventive-care */
.preventive-care #content ul {
  display: inline-block;
}
/* reduces dimensions of coronavirus tab */
#coronavirus-update {
  font-size: 0.84em;
  padding: 0.5em 1.25em !important;
  left: 0.5em!important;
}
@media only screen and (min-width: 1300px) {
  #coronavirus-update {
    font-size: 1em;
  }
}
/* ==================================================================
	meet the team page classes for individual and full team images 
=================================================================== */
.staff {
  width: 45%;
  max-width: 10em;
  margin: 0 0 1em 1em;
  display: block;
  float: right;
}
.team {
  width: 100%;
  max-width: 1000px;
  margin: 2% auto;
  display: block;
}
/* ==================================================================
	sitemap
=================================================================== */
.sitemap #content .column > ul > li {
  margin-bottom: 1.45em;
}
.sitemap #content ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
}
.sitemap #content ul a {
  line-height: 1.52173913;
  font-size: clamp( 12px, 1.15em , 23em );
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  color: #f56d2a;
  transition-duration: 0s;
}
.sitemap #content ul ul li a {
  line-height: 1.68421053;
  font-size: clamp( 12px, 0.95em , 19em );
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  color: #f56d2a;
  margin-left: 0;
}
.sitemap #content a:hover {
  color: #272828;
  text-decoration: none;
}
body.sitemap #bd ul li {
  list-style: none;
}
body.sitemap #bd ul ul li {
  list-style: none;
  margin-left: 0;
}
body.sitemap #content .width1 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  body.sitemap #content .width1 {
    width: 50%;
  }
  body.sitemap #content .width1:not(.first) {
    width: auto;
    float: right;
  }
}
/* global override */
/* ==================================================================
	sidebar
=================================================================== */
#sidebar {
  width: 84%;
  max-width: 20em;
  margin: 0 auto 21%;
  padding: 0;
  display: none;
  position: relative;
  z-index: 420;
}
@media only screen and (min-width: 768px) {
  #sidebar {
    width: 100%;
    width: 30.3030303%;
    margin: 0 0 1em;
    display: block;
    float: right;
    clear: right;
  }
}
/* ===============================================
	sitepics
=============================================== */
#hide-stock {
  position: relative;
  z-index: 400;
}
@media only screen and (min-width: 1300px) {
  #hide-stock[data-wait]:after {
    transform: scaleX(0);
    opacity: 0;
  }
}
#hide-stock:after {
  content: '';
  background-color: #f56d2a;
  width: auto;
  height: auto;
  display: block;
  position: absolute;
  z-index: 1;
}
@media only screen and (max-width: 1299px) {
  #hide-stock:after {
    top: 1.125em;
    right: -2.0375em;
    bottom: -2.3em;
    left: -0.9em;
  }
}
@media only screen and (min-width: 1300px) {
  #hide-stock:after {
    top: 2.25em;
    right: -8.15em;
    bottom: -9.2em;
    left: -1.8em;
    transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
    transition-delay: 0.27s;
    transform-origin: 20% 50%;
  }
}
.stock {
  width: 100%;
  box-shadow: 0.625em 0.625em 0.625em rgba(0, 0, 0, 0.35);
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 1300px) {
  .stock {
    box-shadow: 25px 25px 25px rgba(0, 0, 0, 0.35);
    transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  }
  [data-wait] .stock {
    opacity: 0;
  }
}
/* ===============================================
	show doctor image on all devices
=============================================== */
/*.home,*/
/*body[class^='meet-the-'],*/
/*body[class^='meet-our-'],*/
.meet-the-doctor #sidebar,
body[class*='meet-dr-'] #sidebar,
body[class*='meet-doctor-'] #sidebar {
  display: block;
}
body[class~='blog'] #sidebar {
  display: block;
}
body[class~='blog'] #hide-stock {
  display: none;
}
/* END SIDEBAR */
/* ==================================================================
	#ft
=================================================================== */
#ft {
  text-align: center;
  color: #fff;
  width: 100%;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
  overflow: hidden;
}
#ft a {
  color: #fff;
  transition: color 0.33s ease-in-out;
}
#ft a:hover {
  color: #89b70f;
}
/* ===============================================
		locations
=============================================== */
#location {
  width: 100%;
  padding: 3em 0;
  background-color: #2a6acc;
  display: block;
}
@media only screen and (min-width: 1000px) {
  #location {
    font-size: 20px;
    height: 723px;
    padding: 5.1em 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
#location .mod {
  text-align: center;
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
#location .logo {
  line-height: 0;
  text-align: center;
  margin: 0 auto 1.65em;
  display: block;
}
@media only screen and (min-width: 1300px) {
  #location .logo {
    transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  }
  [data-ready] #location .logo {
    transform: translate(0, 0);
  }
}
#location .logo img {
  width: 12.85em;
}
#location .office {
  text-align: center;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 459px) {
  #location .office {
    width: 100%;
    padding: 3% 0;
  }
}
@media only screen and (min-width: 440px) {
  #location .office {
    width: 50%;
  }
  #location .office.faba {
    text-align: right;
    padding-right: 1em;
  }
  #location .office.nopo {
    text-align: left;
    padding-left: 1em;
  }
}
#location .office h2.topic {
  line-height: 1.65384615;
  font-size: 1.3em;
  font-family: "Mountains of Christmas", serif;
  font-weight: 400;
  margin-bottom: 0.38461538em;
}
#location .phone {
  font-size: clamp( 12px, 0.65em , 13px );
  display: block;
}
@media only screen and (max-width: 767px) {
  #location .phone {
    line-height: 44px;
  }
}
@media only screen and (min-width: 768px) {
  #location .phone {
    line-height: 1.38461538;
  }
}
#location .address {
  font-size: clamp( 12px, 0.65em , 13px );
  margin: 0 auto;
  display: block;
}
@media only screen and (max-width: 1299px) {
  #location .address {
    line-height: 22px;
  }
}
@media only screen and (min-width: 1300px) {
  #location .address {
    line-height: 1.38461538;
  }
}
#location .address .marker {
  line-height: 1;
  font-size: 5.07692308em;
  color: #f56d2a;
  position: absolute;
  z-index: 400;
  transition: transform 0.33s ease-out, opacity 0.66s ease-in-out;
  transition-delay: calc(0.15s * var(--index) );
  transform-origin: center bottom;
}
@media only screen and (max-width: 999px) {
  #location .address .marker {
    display: none;
  }
}
@media only screen and (min-width: 1000px) {
  #location .address .marker {
    display: block;
  }
}
@media only screen and (min-width: 1300px) {
  [data-ready] #location .address .marker {
    transform: translate(0, -10em);
    opacity: 0;
  }
}
#location .address .marker.faba {
  color: #89b70f;
  margin-right: min( 5.09090909em , calc(25vw - 2.42424242em ));
  top: 5.09090909em;
  right: calc(50% + 260px);
}
#location .address .marker.faba:before {
  color: currentcolor;
}
#location .address .marker.nopo {
  color: #2a6acc;
  margin-left: min( 5.09090909em , calc(25vw - 2.42424242em ));
  top: 5.09090909em;
  left: calc(50% + 260px);
}
#location .address .marker.nopo:before {
  color: currentcolor;
}
#location .address .marker:after {
  content: '';
  width: 1.10606061em;
  height: 1.01515152em;
  background: url(../images/footer/shadowalt.svg) no-repeat center center;
  background-size: cover;
  position: absolute;
  left: 0.2em;
  bottom: -0.15em;
  z-index: -1;
  pointer-events: none;
}
#location .address:hover .marker {
  transform: translate(0, 0) scale(2);
}
#location .icon {
  line-height: 44px;
  width: 44px;
}
#location .map {
  height: 518px;
  max-width: 743px;
  width: calc( 50vw -  13em );
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  box-shadow: 0.75em 1.25em 1.25em rgba(0, 0, 0, 0.35);
  overflow: hidden;
}
@media only screen and (max-width: 999px) {
  #location .map {
    display: none;
  }
}
@media only screen and (min-width: 1000px) {
  #location .map {
    display: block;
  }
}
#location .map.faba {
  right: 50%;
  margin-right: 13em;
}
#location .map.nopo {
  left: 50%;
  margin-left: 13em;
}
#location .map .plot {
  width: 743px;
  height: 518px;
  object-fit: cover;
}
/* ==================================================================
		#links
=================================================================== */
#links {
  text-align: center;
  color: #fff;
  margin: 0;
  background-color: #89b70f;
  box-shadow: inset 0 0.75em 0.75em rgba(0, 0, 0, 0.15);
  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: 5em;
    padding: 1.3em 0 0;
  }
}
#links .util {
  font-size: clamp( 12px, 0.6em , 12px );
}
@media only screen and (min-width: 480px) {
  #links .util {
    width: auto;
    border-right: 1px solid #fff;
    margin: 0 0.75em 0 0;
    padding-right: 1.66666667em;
    display: inline-block;
    vertical-align: top;
    position: relative;
  }
}
@media only screen and (max-width: 1299px) {
  #links .util {
    line-height: 44px;
  }
}
@media only screen and (min-width: 1300px) {
  #links .util {
    line-height: 4.66666667;
  }
}
#links .util a {
  color: #fff;
  transition: color 0.33s ease-in-out;
}
#links .util a:hover {
  color: #2a6acc;
}
#links .util a,
#links .util .divider {
  display: inline-block;
}
#links .util .divider {
  margin: 0 0.3em;
}
/* ===============================================
		sesame link
=============================================== */
a#sesame-link .sesameicon {
  width: 1.33333333em;
  height: 1.16666667em;
  margin-right: 0.58333333em;
  display: inline-block;
  vertical-align: middle;
}
a#sesame-link .sesameicon path {
  fill: currentcolor;
  transition: fill 0.33s ease-in-out;
}
/* ===============================================
	backToTop
=============================================== */
#btt {
  text-align: center;
  width: 100%;
  margin: 0;
  display: block;
  position: relative;
}
@media only screen and (min-width: 480px) {
  #btt {
    width: auto;
    display: inline-block;
    vertical-align: top;
    position: relative;
  }
}
a#backtotop {
  font-size: clamp( 12px, 1.45em , 29px );
  font-family: "Mountains of Christmas", serif;
  color: #fff;
  min-width: 44px;
  display: inline-block;
  vertical-align: top;
  transition: color 0.33s ease-in-out;
}
@media only screen and (max-width: 1299px) {
  a#backtotop {
    line-height: 44px;
  }
}
@media only screen and (min-width: 1300px) {
  a#backtotop {
    line-height: 1.93103448;
  }
}
a#backtotop:hover {
  color: #2a6acc;
}
/*superlative*/
/************************************************************************************************************************************************/
/* hr element - div.hr */
hr,
.types-of-braces #content div.clear {
  font-size: inherit;
  height: 1px;
  width: 100%;
  margin: 1.58em 0;
  background: #666666;
  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: #f56d2a;
  float: left;
}
/* ===============================================
	Form Buttons
=============================================== */
form button {
  letter-spacing: normal;
  font-size: clamp( 12px, 0.95em , 19px );
  font-weight: 400;
  color: #fff;
  height: 44px;
  padding: 0 1.5em;
  background-color: #f56d2a;
  border: 1px solid #f56d2a;
  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: #272828;
  background-color: #272828;
}
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: #f56d2a;
  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: #272828;
}
/* ===============================================
	.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: 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;
  }
}
.flipInX {
  backface-visibility: visible!important;
  animation-name: flipInX;
}
@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  9% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  12% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  15% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  18% {
    transform: perspective(400px);
  }
  95% {
    transform: perspective(400px);
    opacity: 1;
  }
  to {
    transform: perspective(400px);
    opacity: 0;
  }
}
/* ===============================================
	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.10526316em , 90% );
    }
  }
  @media only screen and (min-width: 1300px) {
    .embed-container,
    .embed-container.ratio16x9 {
      max-width: min( 42.10526316em , 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;
  }
}
