/* 
 Site Manager Version: 14.2.0
 Date Created: November 2024
 
 Account: victoria-braces
 Written by: vita stillion
 
 Sesame Communications - All rights reserved. C2024
 Any reproduction or intentional misuse is strictly prohibited
*/
/* ===============================================
					fonts
=============================================== */
/* reddit-sans-300 - latin */
@font-face {
  font-display: swap;
  font-family: 'Reddit Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/reddit-sans-300.woff2') format('woff2');
}
/* reddit-sans-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Reddit Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/reddit-sans-400.woff2') format('woff2');
}
/* reddit-sans-italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Reddit Sans';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/reddit-sans-400i.woff2') format('woff2');
}
/* reddit-sans-600 - latin */
@font-face {
  font-display: swap;
  font-family: 'Reddit Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/reddit-sans-600.woff2') format('woff2');
}
/* reddit-sans-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'Reddit Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/reddit-sans-700.woff2') format('woff2');
}
/* reddit-sans-700italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Reddit Sans';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/reddit-sans-700i.woff2') format('woff2');
}
/* gwendolyn-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Gwendolyn';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/gwendolyn-400.woff2') format('woff2');
}
/* gwendolyn-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'Gwendolyn';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/gwendolyn-700.woff2') format('woff2');
}
/* eb-garamond-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/eb-garamond-400.woff2') format('woff2');
}
/* eb-garamond-italic - latin */
@font-face {
  font-display: swap;
  font-family: 'EB Garamond';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/eb-garamond-400i.woff2') format('woff2');
}
/* eb-garamond-600 - latin */
@font-face {
  font-display: swap;
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/eb-garamond-600.woff2') format('woff2');
}
/* eb-garamond-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/eb-garamond-700.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: "Reddit Sans", sans-serif;
}
svg {
  display: inline-block;
}
body {
  font-size: 15px;
  color: #000;
  background: #fff;
  overflow: hidden;
}
@media only screen and (min-width: 1300px) {
  body {
    font-size: 20px;
  }
}
/* ===============================================
	links 
=============================================== */
a {
  text-decoration: none;
}
#content a {
  color: #6abe6c;
  text-decoration: underline;
  transition: color 0.33s ease-in-out;
}
#content a:hover {
  color: #3397c1;
  text-decoration: underline;
}
/* ===============================================
	h family || hfam 
=============================================== */
h1,
h2:not(.topic),
h3:not(.topic),
h4,
h5,
h6 {
  line-height: 1;
  text-align: left;
  color: #153f51;
  text-rendering: auto;
  margin: 0 0 1.44em;
  font-weight: 300;
  text-transform: uppercase;
}
.sub h1 {
  font-size: 10vw;
  font-weight: 400;
  text-transform: none;
  margin-bottom: 0.50666667em;
  font-family: "EB Garamond", serif;
  color: white;
}
@media only screen and (min-width: 480px) {
  .sub h1 {
    font-size: 3.75em;
  }
}
@media only screen and (min-width: 1300px) {
  .sub h1 {
    max-width: 800px;
  }
}
.home h1 {
  font-size: 10vw;
  font-family: "EB Garamond", serif;
  text-transform: none;
  color: #0d103c;
  margin-bottom: 0.59375em;
}
@media only screen and (min-width: 480px) {
  .home h1 {
    font-size: 3.2em;
    font-size: 2.82em;
  }
}
@media only screen and (min-width: 1024px) {
  .home h1 {
    white-space: nowrap;
  }
}
.home h1 .trait {
  display: block;
}
.home h1 .trait.top {
  line-height: 1;
  font-size: 0.78125em;
  text-transform: none;
  font-family: "Gwendolyn", cursive;
  color: #3397c1;
  font-weight:600
}
h2:not(.topic) {
  font-size: 1.31578947em;
  color: #3397c1;
}
h3:not(.topic) {
  font-size: 1.21052632em;
}
h4 {
  font-size: 1.10526316em;
}
h5 {
  font-size: 1.05263158em;
}
h6 {
  font-size: 1em;
}
/* ===============================================
	containers
=============================================== */
.container {
  max-width: 66em;
}
@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-color: #fff;
  position: relative;
  z-index: 3000;
  box-shadow: 0 0.75em 1.25em rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 1300px) {
  #masthead {
    font-size: inherit;
    position: fixed;
    top: 0;
    left: 0;
  }
}
#masthead .container {
  width: 100%;
  max-width: none;
}
@media only screen and (min-width: 1024px) {
  #masthead .container {
    width: calc(100% - 3em);
  }
}
/* ==================================================================
	main-nav
=================================================================== */
#main-nav {
  text-align: center;
  height: 135px;
  width: 85px;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 600;
  clear: both;
}
#main-nav .container,
#main-nav .collapsible {
  height: 100%;
  padding: 0;
}
#main-nav .trigger {
  line-height: 44px;
  color: white;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0 auto;
  background: #3397c1;
  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: 43px;
  height: 26px;
  display: inline-block;
  vertical-align: -3.5px;
  position: relative;
}
#main-nav .trigger .navicon span {
  width: 100%;
  height: 5px;
  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;
  background: #153f51;
  position: relative;
  float: right;
  z-index: 550;
  text-align: right;
}
@media only screen and (max-width: 1023px) {
  #main-nav ul {
    max-width: 400px;
    padding: 1.55em 1em 1.55em 0;
    border-top: 100px solid #e8ecee;
  }
}
#main-nav ul li {
  clear: both;
  cursor: pointer;
}
#main-nav ul li a[id] {
  font-family: "EB Garamond", serif;
  line-height: 51px;
  font-size: clamp( 12px, 1.15em , 23px );
  text-transform: none;
  color: white;
  width: auto;
  height: 51px;
  margin: 0;
  padding: 0 0.5em;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: -1;
  transition: color 0.33s ease;
}
#main-nav ul li a[id]:after {
  content: '';
  width: 100%;
  margin: auto;
  background-color: #6abe6c;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  transform: translate(0, 0) scaleX(0);
  opacity: 0;
  z-index: -1;
}
@media only screen and (max-width: 1023px) {
  #main-nav ul li a[id]:after {
    height: 34px;
    bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  #main-nav ul li a[id]:after {
    height: 1.73913043em;
  }
}
#main-nav ul li a[id].home {
  z-index: 1;
}
#main-nav ul li.open > a[id],
#main-nav ul li.active > a[id],
#main-nav ul li:hover > a[id] {
  color: white;
  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 25px 0 0;
  background: #153f51;
  display: inline;
  float: left;
  border: none;
}
#main-nav ul ul li {
  width: 100%;
  background: none;
  float: left;
}
#main-nav ul ul li a {
  font-family: "EB Garamond", serif;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.1em;
  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;
}
#main-nav ul li.active ul li a:hover,
#main-nav ul ul li a:hover,
#main-nav ul ul li a.active {
  text-decoration: none;
  margin-bottom: 0;
  border: none;
}
@media only screen and (max-width: 1023px) {
  #main-nav ul li.active ul li a:hover,
  #main-nav ul ul li a:hover,
  #main-nav ul ul li a.active {
    color: #6abe6c;
  }
}
@media only screen and (min-width: 1024px) {
  #main-nav ul li.active ul li a:hover,
  #main-nav ul ul li a:hover,
  #main-nav ul ul li a.active {
    background: #6abe6c;
    color: white;
  }
}
nav .collapsible ul {
  display: block;
}
@media only screen and (max-width: 1023px) {
  #main-nav .collapsible > ul {
    transform: translate(0, -150%);
    transition: transform 0.33s ease-in-out;
  }
  #main-nav .collapsible.open > ul {
    transform: translate(0, 0);
  }
  #main-nav .collapsible.open ul ul {
    transform: translate(0, 0);
  }
}
#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 .clicked 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.1em;
    margin-top: 1.6em;
    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.1em;
    width: auto;
    padding: 0;
    margin: 0 -12px 0 0;
    background: none;
    position: static;
    float: right;
  }
  #main-nav ul li {
    height: 100%;
    margin: 0 0em 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] {
    color: #153f51;
    line-height: 1.73913043;
    text-align: center;
    height: 100%;
    z-index: 3000;
  }
  #main-nav ul ul {
    width: auto;
    height: auto;
    padding: 1.17em 0;
    position: absolute;
    display: none;
    z-index: 2800;
  }
  #main-nav ul ul li {
    height: 1.15em;
    margin: 0;
    padding: 0;
    float: left;
    opacity: 1;
  }
  #main-nav ul ul li a {
    line-height: 1.53333333;
    text-align: left;
    white-space: nowrap;
    height: 1.53333333em;
    padding: 0 1.53333333em;
    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: #153f51;
  padding: 0;
  position: relative;
  /* socialmedia */
}
@media only screen and (min-width: 1024px) {
  #hd {
    z-index: 3000;
  }
}
@media only screen and (max-width: 479px) {
  #hd .container {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 480px) {
  #hd .container {
    align-items: center;
  }
}
@media only screen and (max-width: 1023px) {
  #hd .container {
    height: 135px;
    display: flex;
    justify-content: center;
  }
}
@media only screen and (min-width: 1024px) {
  #hd .container {
    text-align: right;
    padding-top: 0.5em;
  }
}
#hd .socialmedia {
  line-height: 0;
  text-align: center;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  display: inline-flex;
  vertical-align: top;
  justify-content: center;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  #hd .socialmedia {
    display: none;
  }
}
#hd .socialmedia a {
  font-size: clamp( 12px, 0.55em , 11px );
  color: #153f51;
  min-width: 24px;
  min-height: 24px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: transform 0.33s ease-in-out, color 0.33s ease-in-out;
}
@media only screen and (max-width: 1023px) {
  #hd .socialmedia a {
    line-height: 44px;
    width: 44px;
    height: 44px;
  }
}
@media only screen and (min-width: 1024px) {
  #hd .socialmedia a {
    line-height: 40px;
    height: 40px;
    width: 1.52727273em;
  }
}
#hd .socialmedia a:hover {
  color: #6abe6c;
  z-index: 400;
  transform: translate(0, 0) scale(1.44);
}
#hd .socialmedia a .icon {
  line-height: inherit;
  position: relative;
}
/* ==================================================================
	header SUB
=================================================================== */
header.sub {
  background-color: #e5e5e5;
  background-size: cover;
}
header.sub:before {
    background-color: rgba(0, 0, 0, 0.3);
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
@media only screen and (max-width: 1023px) {
  header.sub {
    padding: 5em 0 1em;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1299px) {
  header.sub {
    padding: 10em 0 1em;
  }
}
@media only screen and (min-width: 1300px) {
  header.sub {
    padding: 27.5em 0 3.7em;
  }
}
@media only screen and (max-width: 1299px) {
  header.sub .container {
    width: 90%;
  }
}
body.meet-the-team header.sub{
  background-image: url(../images/slideshow/meet-the-team.jpg) !important; 
    background-position: center center;
}
@media only screen and (min-width: 1300px) {
  body.meet-the-team header.sub{
    padding: 18.5em 0 3.7em;
  }
}



/* ===============================================
	logo
=============================================== */
#logo {
  line-height: 0;
  font-size: 20px;
  width: 10.45em;
  margin: 0 auto 0 2%;
  display: block;
  position: relative;
}
@media only screen and (max-width: 479px) {
  #logo {
    margin-top: 0.6em;
  }
}
@media only screen and (min-width: 1024px) {
  #logo {
    font-size: inherit;
    width: 14.4em;
    margin: 0;
    position: absolute;
    top: 0.9em;
    left: 0;
  }
}
@media only screen and (min-width: 1300px) {
  #logo {
    left: -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;
  }
}
@media only screen and (max-width: 1023px) {
  #logo svg {
    width: 10.45em;
    height: auto;
  }
}
@media only screen and (min-width: 1024px) {
  #logo svg {
    width: 14.4em;
    height: 5.35em;
  }
}
/* ===============================================
	contact info
=============================================== */
#contactinfo {
  text-align: center;
  width: 100%;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media only screen and (max-width: 479px) {
  #contactinfo {
    float: left;
    width: 209px;
  }
}
@media only screen and (min-width: 480px) {
  #contactinfo {
    width: auto;
  }
}
@media only screen and (min-width: 480px) and (max-width: 1023px) {
  #contactinfo {
    margin: 0 105px 0 0;
  }
}
@media only screen and (min-width: 1024px) {
  #contactinfo {
    margin: 0 0.7em 0 0.4em;
  }
}
#contactinfo .phone {
  font-family: "EB Garamond", serif;
  font-weight: 600;
  font-size: 21px;
  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: 40px;
  }
}
#contactinfo a {
  color: #153f51;
}
/* ===============================================
	utility-nav
=============================================== */
#utilitynav {
  line-height: 0;
  width: auto;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 400;
}
@media only screen and (max-width: 1023px) {
  #utilitynav {
    font-size: 20px;
    width: 100%;
    max-width: 400px;
    display: block;
    position: absolute;
    top: calc(100% + 27px);
    right: 0;
    z-index: 2800;
    transition: transform 0.33s ease-in-out;
    transform-origin: 50% 0;
  }
  #utilitynav[data-hidden] {
    transform: translate(0, -44px) scaleY(0);
    transition-delay: 0.12s;
    visibility: hidden;
  }
}
#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-family: "EB Garamond", serif;
  font-weight: 600;
  letter-spacing: 0.16em;
  font-size: clamp( 12px, 0.6em , 12px );
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  padding: 0;
  background: #3397c1;
  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: 3.33333333;
  }
}
#utilitynav a:hover {
  color: #fff;
  background-color: #153f51;
}
#utilitynav a.appointmentrequest {
  width: 11.58333333em;
  margin-right: 3px;
}
#utilitynav a.patient-login {
  width: 11.58333333em;
}
/* ==================================================================
	slideshow
=================================================================== */
#slideshow {
  font-size: 3.5vw;
  text-align: center;
  color: #fff;
  min-height: 38.0952381vw;
  background: #000;
  position: relative;
  z-index: 400;
}
@media only screen and (min-width: 1024px) {
  #slideshow {
    font-size: inherit;
    width: 100%;
    margin-top: 0;
    top: 0;
  }
}
@media only screen and (min-width: 1300px){

  #slideshow {
/*    min-height: 800px;*/
    margin-top: 144px;
  }
}
#slideshow:after {
  content: '';
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 1;
  height: 70%;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 400;
}
#slideshow #home-slideshow {
  width: 100%;
  margin: 0;
  aspect-ratio: 2000 / 800;
}
@media only screen and (min-width: 1024px) {
  #slideshow #home-slideshow {
    position: relative;
  }
  #slideshow #home-slideshow .hpslide {
    width: 100%;
    max-width: none;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1999px) {
  #slideshow #home-slideshow {
/*    width: 2000px;*/
/*    margin: 0 calc(-1000px + 50vw);*/
  }
}
@media only screen and (max-width: 1023px) {
  #slideshow img {
    display: inline-block;
    height: auto;
    max-width: 140%;
    vertical-align: middle;
    margin-left: -18%;
  }
}
#slideshow .ssoverlay {
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 420;
}
@media only screen and (max-width: 1023px) {
  #slideshow .ssoverlay {
    transform: translate(0, -1em);
  }
}
@media only screen and (min-width: 1024px) {
  #slideshow .ssoverlay {
    transform: translate(0, -4.9em);
  }
}
@media only screen and (min-width: 1300px) {
  #slideshow .ssoverlay[data-wait] .slogan {
    transform: skewY(18deg) skewX(78deg);
    opacity: 0;
  }
  #slideshow .ssoverlay[data-wait] .spotbtn {
    transform: translate(0, -150%);
    opacity: 0;
  }
}
#slideshow .ssoverlay .slogan {
  font-family: "Gwendolyn", cursive;
  line-height: 1.2;
  font-size: clamp( 12px, 2.5em , 50px );
  color: currentcolor;
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  #slideshow .ssoverlay .slogan {
    margin: 0 auto 0.2em;
  }
}
@media only screen and (min-width: 768px) {
  #slideshow .ssoverlay .slogan {
    margin: 0 auto 0.6em;
  }
}
@media only screen and (min-width: 1300px) {
  #slideshow .ssoverlay .slogan {
    transition: transform 0.3s ease-in, opacity 0.39s ease-in;
    transform-origin: 0% 50%;
  }
}
#slideshow .ssoverlay .spotbtn {
  font-family: "EB Garamond", serif;
  letter-spacing: 0.26em;
  font-size: clamp( 12px, 0.95em , 19px );
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  width: 12.63157895em;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid white;
  display: block;
  position: relative;
  z-index: 420;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out;
}
@media only screen and (max-width: 1299px) {
  #slideshow .ssoverlay .spotbtn {
    line-height: 44px;
    min-width: 44px;
  }
}
@media only screen and (min-width: 1300px) {
  #slideshow .ssoverlay .spotbtn {
    line-height: 3.47368421;
    transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out, transform 0.36s ease-out, opacity 0.36s ease-out;
    transition-delay: 0s, 0s, 0.27s, 0.27s;
  }
}
#slideshow .ssoverlay .spotbtn:hover {
  color: #000000;
  background-color: rgba(255, 255, 255, 0.7);
  border-color: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 1.25em rgba(0, 0, 0, 0.1);
}
/* ==================================================================
	.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: #6abe6c;
  padding: 2em 0;
  margin: 0;
  position: relative;
  z-index: 410;
  display: flex;
  flex-direction: column;
  /* doctors */
}
@media only screen and (min-width: 768px) {
  .spot01 {
    font-size: min(1.4vw, 1em);
    flex-direction: row;
    /* Change to row layout on desktop */
    align-items: center;
    justify-content: center;
    padding: 4.4em 0 5em;
  }
}
@media only screen and (min-width: 1300px) {
  .spot01[data-ready] .mod h2.topic {
    transform: translate(0, 120%);
  }
  .spot01[data-ready] .mod .info {
    transform: scaleY(0);
  }
  .spot01[data-ready] .mod .spotbtn {
    transform: translate(0, -150%);
  }
  .spot01[data-ready] a.mod .decoration {
    -webkit-filter: grayscale(100%) brightness(75%) contrast(222%);
    filter: grayscale(100%) brightness(75%) contrast(222%);
    opacity: 0.3;
  }
  .spot01[data-ready] a.mod h3.topic {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    transition-duration: 0.33s;
  }
  .spot01[data-ready] a.mod h3.topic.mod02 {
    transform: translate(calc(-50% + 12.625em ), -340.38461538%);
  }
  .spot01[data-ready] a.mod h3.topic.mod03 {
    transform: translate(calc(50% - 12.625em ), -340.38461538%);
  }
  .spot01[data-ready] a.mod h3.topic:after {
    transform: scaleX(1.45) scaleY(7.9);
    opacity: 0;
  }
}
.spot01 .mod {
  color: #153f51;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: transform 0.33s ease-in-out;
  width: 80%;
}
@media only screen and (min-width: 360px) {
  .spot01 .mod {
    width: auto;
    max-width: 20.1em;
  }
}
@media only screen and (max-width: 767px) {
  .spot01 .mod {
    margin: 6% auto;
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .spot01 .mod {
    margin: 0 0.6em;
  }
  .spot01 .mod.mod01 {
    order: 2;
    width: 25.7em;
    max-width: none;
  }
  .spot01 .mod.mod02 {
    order: 1;
  }
  .spot01 .mod.mod03 {
    order: 3;
  }
}
@media only screen and (min-width: 1024px) {
  .spot01 .mod {
    margin: 0;
  }
}
.spot01 .mod h2.topic {
  font-family: "EB Garamond", serif;
  letter-spacing: 0.26em;
  font-weight: 400;
  line-height: 1.05263158;
  font-size: clamp( 12px, 0.95em , 19px );
  text-transform: uppercase;
  color: currentcolor;
  width: 100%;
  display: block;
  margin-bottom: 1.5em;
}
@media only screen and (min-width: 1300px) {
  .spot01 .mod h2.topic {
    transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  }
}
.spot01 .mod h2.topic .trait {
  font-family: "Gwendolyn", cursive;
  text-transform: none;
  font-weight: 400;
  line-height: 0.68965517;
  font-size: clamp( 12px, 4.57894737em , 87px );
  display: block;
  font-weight: 600;
  margin-bottom: .1em;
}
.spot01 .mod .info {
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.75;
  font-size: clamp( 12px, 0.8em , 16px );
  color: #153f51;
}
@media only screen and (min-width: 1024px) {
  .spot01 .mod .info {
    max-width: 360px;
  }
}
@media only screen and (min-width: 1300px) {
  .spot01 .mod .info {
    transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
    transition-delay: 0.24s;
  }
}
.spot01 .mod .spotbtn {
  font-family: "EB Garamond", serif;
  letter-spacing: 0.14em;
  font-size: clamp( 12px, 0.7em , 14px );
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  color: #153f51;
  width: 21.71428571em;
  border: 1px solid #153f51;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out;
  margin-top: 3em;
  font-weight: 800;
}
@media only screen and (max-width: 1299px) {
  .spot01 .mod .spotbtn {
    line-height: 44px;
    min-width: 44px;
  }
}
@media only screen and (min-width: 1300px) {
  .spot01 .mod .spotbtn {
    line-height: 3.85714286;
    transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out, transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  }
}
.spot01 .mod .spotbtn:hover {
  color: white;
  background-color: #153f51;
  border: 1px solid #153f51;
}
@media only screen and (min-width: 1300px) {
  .spot01 a.mod:hover .decoration {
    -webkit-filter: grayscale(100%) brightness(75%) contrast(222%);
    filter: grayscale(100%) brightness(75%) contrast(222%);
    opacity: 0.3;
  }
  .spot01 a.mod:hover h3.topic {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    transition-duration: 0.33s;
  }
  .spot01 a.mod:hover h3.topic.mod02 {
    transform: translate(calc(-50% + 12.625em ), -340.38461538%);
  }
  .spot01 a.mod:hover h3.topic.mod03 {
    transform: translate(calc(50% - 12.625em ), -340.38461538%);
  }
  .spot01 a.mod:hover h3.topic:after {
    transform: scaleX(1.45) scaleY(7.9);
    opacity: 0;
  }
}
.spot01 a.mod:after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.spot01 a.mod.mod02:after {
  background-color: #6abe6c;
}
.spot01 a.mod.mod03:after {
  background-color: #3397c1;
}
.spot01 a.mod .abo {
  width: 56.96517413%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: rotate(-18deg) translate(-101%, 7.8%);
  transform-origin: 0 0;
}
@media only screen and (max-width: 999px) {
  .spot01 a.mod .abo {
    display: none;
  }
}
@media only screen and (min-width: 1000px) {
  .spot01 a.mod .abo {
    display: block;
  }
}
.spot01 a.mod .decoration {
  width: 100%;
  position: relative;
  z-index: 3;
  transition: opacity 0.33s ease-in-out, -webkit-filter 0.33s ease-in-out, filter 0.33s ease-in-out;
}
.spot01 a.mod h3.topic {
  font-family: "EB Garamond", serif;
  font-weight: 400;
  line-height: 3.25;
  letter-spacing: 0.18em;
  font-size: clamp( 12px, 0.8em , 16px );
  text-transform: uppercase;
  color: white;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
  display: block;
  position: absolute;
  bottom: 0;
  z-index: 420;
  pointer-events: none;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out, box-shadow 0.99s ease-in-out;
}
@media only screen and (max-width: 1023px) {
  .spot01 a.mod h3.topic {
    width: 90%;
    left: 0;
    right: 0;
    transform: translate(0, 1.5em);
  }
}
@media only screen and (min-width: 1024px) {
  .spot01 a.mod h3.topic {
    width: 69.66%;
    transform: translate(0.5em, 1.5em);
  }
}
.spot01 a.mod h3.topic:after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #6abe6c;
  z-index: -1;
  transform-origin: 50% 50%;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
}
@media only screen and (min-width: 1024px) {
  .spot01 a.mod h3.topic.mod03 {
    right: 0;
    left: auto;
    transform: translate3d(-0.5em, 1.5em, 0);
  }
}
.spot01 a.mod h3.topic.mod03:after {
  background-color: #3397c1;
}
/* ==================================================================
	content
=================================================================== */
#bd {
  padding: 3em 0;
  background: #fff;
  position: relative;
  z-index: 400;
}
@media only screen and (min-width: 768px) {
  #bd {
    padding: 3.8em 0 3em;
  }
}
#bd.sub:after {
  content: none;
  height: 100%;
  background: #4187a4 url(../images/bdsub.jpg) no-repeat left top;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  #bd.sub:after {
    content: '';
    width: 33%;
    max-width: 424px;
  }
}
@media only screen and (min-width: 1467px) {
  #bd.sub:after {
    width: auto;
    max-width: 698px;
    left: calc(50% + 15em );
  }
}
@media only screen and (min-width: 768px) and (max-width: 1299px) {
  #bd.sub:after .content-text {
    max-width: 70ch;
  }
}
#bd .container {
  width: 90%;
  max-width: 66em;
}
#content {
  max-width: 800px;
  display: block;
}
@media only screen and (min-width: 768px) {
  #content {
    width: 60.60606061%;
    float: left;
  }
}
@media only screen and (min-width: 1300px) {
  #content {
    width: 60.60606061%;
  }
}
#content .content-text {
  line-height: 1.68421053;
}
@media only screen and (min-width: 666px) {
  #content .content-text {
    font-size: 19px;
  }
}
/* ==================================================================
	.home content
=================================================================== */
.home #bd {
  padding: 3em 0;
  background: #f7f7f7;
}
@media only screen and (min-width: 768px) {
  .home #bd {
    padding: 3.9em 0 3em;
  }
}
@media only screen and (min-width: 1300px) {
  .home #bd[data-ready]:after {
    transform: scaleX(0);
    opacity: 0;
  }
}
.home #bd:after {
  content: '';
  background: white;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  left: calc(50% + 16em );
  transition: transform 1.23s ease-in-out, opacity 1.23s ease-in-out;
  transform-origin: 50% 0;
  z-index: -1;
}
@media only screen and (max-width: 1299px) {
  .home #bd:after {
    display: none;
  }
}
@media only screen and (min-width: 1300px) {
  .home #bd:after {
    display: block;
  }
}

.home #bd .watermark{
    opacity: .2;
    position: absolute;
    top: -7em;
    right: calc(50% - 18em);
}


@media only screen and (min-width: 1024px) {
  .home #bd .watermark{
      right: calc(50% - 12em);
  }
}
@media only screen and (min-width: 1300px) {
  .home #bd .watermark{
      right: calc(50% - 10.5em);
  }
}
.home #bd .watermark svg {
    width: 46.2em;
    height: 17.45em;
}
.home #bd .watermark svg #name, 
.home #bd .watermark svg #vocation {
  display: none;  
}

.home #bd .container {
  width: 90%;
  max-width: 46em;
}
@media only screen and (min-width: 768px) and (max-width: 1299px) {
  .home #bd .container {
    max-width: 70ch;
  }
}
@media only screen and (min-width: 768px) {
  .home #bd #content {
    width: 100%;
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
}
@media only screen and (min-width: 1024px) {
  .home #bd #content {
    float: left;
    max-width: 31em;
    width: 67.39130435%;
    margin-left: 0;
  }
}
@media only screen and (min-width: 1300px) {
  .home #bd #content {
    margin-left: -2em;
  }
}
/* ===============================================
	spot00 || COMMON SERVICES/CALLOUT-LIKE SECTION EXAMPLE
=============================================== */
.spot00 {
  font-size: 3.2vw;
  text-align: center;
  color: #000000;
  padding: 2em 0 0;
  margin: 0;
  position: relative;
  z-index: 410;
}
@media only screen and (min-width: 666px) {
  .spot00 {
    font-size: min(1.7vw, 1em);
  }
}
@media only screen and (min-width: 1024px) {
  .spot00 {
    display: inline-block;
    float: right;
    max-width: 10.1em;
  }
}
@media only screen and (min-width: 1300px) {
  .spot00 {
    padding: 0;
    transform: translate3d(-2em, 0.5em, 0);
  }
  [data-ready] .spot00 a {
    transform: translate(150%, 0);
    opacity: 0;
  }
}
.spot00 a {
  width: 100%;
  color: white;
  background: #3397c1;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  vertical-align: top;
  position: relative;
  aspect-ratio: 1 / 1;
  transition: transform 0.66s ease-in-out, opacity 0.66s ease-in-out, background 0.33s ease-in-out, box-shadow 0.33s ease-in-out;
  transition-delay: calc(0.27s * var(--index) ), calc(0.27s * var(--index) ), 0s, 0s;
  min-height: 10.1em;
}
@media only screen and (max-width: 665px) {
  .spot00 a {
    width: 44%;
    margin: 2%;
  }
}
@media only screen and (min-width: 666px) {
  .spot00 a {
    width: calc(25% - 2em);
    margin: 0 1em;
  }
}
@media only screen and (min-width: 1024px) {
  .spot00 a {
    display: flex;
    width: 100%;
    width: 202px;
    margin: 0 0 1em;
  }
}
.spot00 a:hover {
  z-index: 400;
  background: #6abe6c;
  box-shadow: 0 0 1.25em rgba(0, 0, 0, 0.1);
}
.spot00 a .icon {
  line-height: 1.06382979;
  font-size: clamp( 12px, 2.35em , 47px );
  margin: 0 auto 0.3em;
  transition: transform 0.33s ease-in-out;
}
.spot00 a h2.topic {
  font-family: "EB Garamond", serif;
  font-weight: 400;
  letter-spacing: 0.26em;
  line-height: 1.26315789;
  font-size: clamp( 12px, 0.95em , 19px );
  text-transform: uppercase;
  color: currentcolor;
  width: 100%;
  display: block;
}
.spot00 a h2.topic .trait {
  font-family: "Gwendolyn", cursive;
  text-transform: none;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 0.92307692;
  font-size: clamp( 12px, 2.05263158em , 39px );
  display: block;
}
/* ==================================================================
	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: #6abe6c;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  transition: opacity 0.35s ease;
  pointer-events: auto;
}
.testimonials .mediaslider .cycle-slideshow > button {
  top: 36%;
}
.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: #6abe6c;
  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: #000000;
}
.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: #000000;
  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 */
/* 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;
}

.mediaslider.testi .cycle-slideshow .cycle-slide {
    padding: 0 10%;
    /* midTab opt-out 768oo */
    text-align: center;
}
.mediaslider.testi .cycle-slideshow span.name {
    margin-top: 1.8em;
    display: block;
    font-size: 1.1em;
    text-align: center;
}



/* ==================================================================
	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.52173913;
  font-size: clamp( 12px, 1.15em , 23em );
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  color: #6abe6c;
  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: #6abe6c;
  margin-left: 0;
}
.sitemap #content a:hover {
  text-decoration: none;
  color: #000000;
}
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: 36.3030303%;
    max-width: 400px;
    margin: 0 0 1em;
    display: flex;
    flex-direction: column;
    float: right;
    clear: right;
  }
}
@media only screen and (min-width: 1024px) {
  #sidebar {
    margin-top: -12.5em;
    transition: opacity 1.23s ease-in-out 0.33s;
  }
  #sidebar[data-wait] {
    opacity: 0;
  }
  #sidebar[data-low] {
    margin-top: 0;
  }
}
/* ===============================================
	sitepics
=============================================== */
#hide-stock {
  width: 100%;
  max-width: 20em;
  margin: 0 auto 6%;
  padding: 0;
  position: relative;
}
@media only screen and (min-width: 768px) {
  #hide-stock {
    margin-bottom: 1em;
    order: 1;
  }
}
.stock {
  width: 100%;
  position: relative;
  box-shadow: 0.75em 1.25em 1.25em rgba(0, 0, 0, 0.15);
}
/* ===============================================
	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: flex;
}
body[class~='blog'] #hide-stock {
  display: none;
}
/* ==================================================================
	SUBNAV || SIDE ORIENTED
=================================================================== */
#subnav {
  color: #fff;
  margin: 0 0 6%;
  position: relative;
  overflow: hidden;
  text-align: left;
  padding: 2.4em 0 0 4em;
  order: 2;
}
@media only screen and (max-width: 1299px) {
  #subnav {
    display: none;
  }
}
#subnav h2.topic {
  font-family: "Gwendolyn", cursive;
  line-height: 1.15384615;
  font-size: 2.6em;
  text-align: inherit;
  font-weight: 700;
  text-transform: none;
  color: #153f51;
  height: 1.15384615em;
  width: 100%;
  margin: 0 auto 0.2em;
  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 );
  text-transform: uppercase;
  width: 100%;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
}
@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 {
  font-family: "EB Garamond", serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #fff;
  margin: 0 0.8em;
  white-space: nowrap;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: color 0.33s ease-in-out;
}
@media only screen and (min-width: 768px) {
  #subnav a {
    margin: 0;
    float: left;
    clear: left;
  }
}
#subnav a:hover,
#subnav a.active {
  color: #153f51;
  text-decoration: none;
}
/* END SIDEBAR */
/* ===============================================
	spot02 || COMMON SERVICES/CALLOUT-LIKE SECTION EXAMPLE
=============================================== */
.spot02 {
  font-size: 3.2vw;
  text-align: center;
  color: #3397c1;
  padding: 3.1em 0 2.15em;
  margin: 0;
  position: relative;
  z-index: 410;
}
@media only screen and (min-width: 666px) {
  .spot02 {
    padding: 3.1em 0 3.8em;
    font-size: min(1.7vw, 1em);
  }
}
@media only screen and (min-width: 1300px) {
  .spot02[data-ready] a .decoration {
    box-shadow: 0 0 1.25em rgba(0, 0, 0, 0.18);
  }
  .spot02[data-ready] a .decoration:after {
    opacity: 0.9;
  }
  .spot02[data-ready] a .decoration img {
    -webkit-filter: grayscale(1);
    filter: grayscale(100%);
  }
  .spot02[data-ready] a h3.topic {
    transform: translate(0, -50%);
  }
  .spot02[data-ready] a h3.topic .emblem {
    opacity: 1;
  }
  .spot02[data-ready] a h3.topic .emblem .brackets {
    transform: scaleY(1);
    transition-duration: 0.39s;
    transition-delay: 0.33s;
  }
  .spot02[data-ready] a h3.topic .emblem .swoosh {
    transform: scaleX(1);
    transition-duration: 0.66s;
  }
}
.spot02 h2.topic {
  font-family: "Gwendolyn", cursive;
  font-weight: 600;
  line-height: 1.11111111;
  font-size: clamp( 12px, 4.5em , 90px );
  text-transform: none;
  color: currentcolor;
  width: 100%;
  display: block;
}
@media only screen and (max-width: 1023px) {
  .spot02 h2.topic {
    margin-bottom: 0.2em;
  }
}
.spot02 a {
  border-radius: 50%;
  color: #3397c1;
  max-width: 13.95em;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: transform 0.33s ease-in-out;
}
@media only screen and (max-width: 665px) {
  .spot02 a {
    width: 44%;
    margin: 7% auto;
    display: block;
  }
}
@media only screen and (min-width: 666px) {
  .spot02 a {
    width: calc(33% - 2em);
    margin: 0 2.15em;
  }
}
@media only screen and (max-width: 1299px) {
  .spot02 a {
    box-shadow: 0 0 1.25em rgba(0, 0, 0, 0.18);
  }
}
@media only screen and (min-width: 1300px) {
  .spot02 a {
    margin-bottom: 2.95em;
  }
}
.spot02 a:hover .decoration {
  box-shadow: 0 0 1.25em rgba(0, 0, 0, 0.18);
}
.spot02 a:hover .decoration:after {
  opacity: 0.9;
}
.spot02 a:hover .decoration img {
  -webkit-filter: grayscale(1);
  filter: grayscale(100%);
}
.spot02 a:hover h3.topic {
  transform: translate(0, -50%);
}
.spot02 a:hover h3.topic .emblem {
  opacity: 1;
}
.spot02 a:hover h3.topic .emblem .brackets {
  transform: scaleY(1);
  transition-duration: 0.39s;
  transition-delay: 0.33s;
}
.spot02 a:hover h3.topic .emblem .swoosh {
  transform: scaleX(1);
  transition-duration: 0.66s;
}
.spot02 a .decoration {
  border-radius: 50%;
  overflow: hidden;
  width: 100%;
  position: relative;
  z-index: 400;
  transition: transform 0.33s ease-in-out, box-shadow 0.33s ease-in-out;
}
.spot02 a .decoration:after {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background-color: #ffffff;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  opacity: 0;
  z-index: 400;
}
@media only screen and (max-width: 1299px) {
  .spot02 a .decoration:after {
    opacity: 0.75;
  }
}
@media only screen and (max-width: 1299px) {
  .spot02 a .decoration img {
    -webkit-filter: grayscale(1);
    filter: grayscale(100%);
  }
}
@media only screen and (min-width: 1300px) {
  .spot02 a .decoration img {
    transition: transform 0.33s ease-in-out, -webkit-filter 0.33s ease-in-out, filter 0.33s ease-in-out;
  }
}
.spot02 a h3.topic {
  font-family: "EB Garamond", serif;
  font-weight: 600;
  letter-spacing: 0.26em;
  line-height: 1.25;
  font-size: clamp( 12px, 1.2em , 24px );
  text-transform: uppercase;
  color: currentcolor;
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  left: 0;
  pointer-events: none;
  z-index: 400;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
}
@media only screen and (min-width: 1300px) {
  .spot02 a h3.topic {
    transform: translate(0, 7.04166667em);
  }
}
.spot02 a h3.topic .emblem {
  width: 8.5em;
  height: 1.25em;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 90%;
  right: 0;
  left: 0;
}
@media only screen and (min-width: 1300px) {
  .spot02 a h3.topic .emblem {
    opacity: 0;
    transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  }
}
.spot02 a h3.topic .emblem .swoosh {
  stroke: #bbb;
  stroke-width: 1px;
}
@media only screen and (min-width: 1300px) {
  .spot02 a h3.topic .emblem .swoosh {
    transform: scaleX(0);
    transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
    transform-origin: 50% 50%;
  }
}
@media only screen and (min-width: 1300px) {
  .spot02 a h3.topic .emblem .brackets {
    transform: scaleY(0);
    transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
    transform-origin: 50% 0%;
  }
}
/* ===============================================
	spot03 || COMMON GENERAL INFORMATION SPOTLIGHT SECTION REVERSE
=============================================== */
.spot03 {
  color: white;
}
@media only screen and (min-width: 666px) {
  .spot03 {
    font-size: min(1.4vw, 1em);
    direction: rtl;
  }
}
@media only screen and (max-width: 767px) {
  .spot03 {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  .spot03 {
    padding: 0 0 8em;
  }
}
@media only screen and (min-width: 1300px) {
  .spot03[data-ready]:after {
    transform: scaleY(1.275);
    opacity: 0;
  }
  .spot03[data-ready] .decoration img {
    -webkit-filter: grayscale(0%) brightness(100%) contrast(100%);
    filter: grayscale(0%) brightness(100%) contrast(100%);
    opacity: 1;
  }
}
.spot03:after {
  content: '';
  background: #f7f7f7;
  position: absolute;
  bottom: 0;
  height: 78.5%;
  left: 0;
  width: 100%;
  z-index: -1;
}
@media only screen and (min-width: 1300px) {
  .spot03:after {
    transition: transform 1.23s ease, opacity 1.23s ease;
    transform-origin: 0 100%;
  }
}
.spot03 .links {
  display: block;
  width: 100%;
  max-width: 130px;
  padding: 3em 0;
  z-index: 400;
  padding: 0;
  position: absolute;
  bottom: calc(110%);
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
@media only screen and (min-width: 768px) {
  .spot03 .links {
    bottom: 0;
    left: 100%;
    margin-left: 2em;
  }
}
.spot03 .links .txt {
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  font-size: clamp( 12px, 0.6em , 12px );
  line-height: 1.75em;
  display: block;
}
.spot03 .links .btn {
  font-size: clamp( 12px, 0.6em , 12px );
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  width: 10.83333333em;
  height: 3.66666667em;
  line-height: 3.66666667em;
  border: 1px solid white;
  background: transparent;
  display: block;
  color: white;
  transition: transform 0.33s ease-in-out, background 0.33s ease-in-out, border-color 0.33s ease-in-out, color 0.33s ease-in-out;
}
.spot03 .links .btn:hover {
  color: #000000;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.7);
}
.spot03 .links .btn.btn01 {
  margin-bottom: 2.91666667em;
}
.spot03 .links .btn.btn02 {
  margin-bottom: 0.5em;
}
.spot03 .decoration {
  width: 100%;
  background-color: #153f51;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .spot03 .decoration {
    height: 266px;
  }
}
@media only screen and (min-width: 666px) {
  .spot03 .decoration {
    margin: 0 0 0 1em;
  }
}
@media only screen and (min-width: 768px) {
  .spot03 .decoration {
    max-width: 54.05em;
    position: absolute;
    top: 4em;
    left: 50%;
    margin-left: -21em;
  }
}
.spot03 .decoration img {
  -webkit-filter: grayscale(100%) brightness(160%) contrast(130%);
  filter: grayscale(100%) brightness(160%) contrast(130%);
  opacity: 0.5;
}
@media only screen and (max-width: 767px) {
  .spot03 .decoration img {
    object-fit: cover;
    max-width: none;
    width: 100%;
    height: 100%;
  }
}
@media only screen and (min-width: 1300px) {
  .spot03 .decoration img {
    transition: -webkit-filter 1.23s ease, filter 1.23s ease, opacity 1.23s ease;
  }
}
.spot03 .mod {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  direction: ltr;
  background: #6abe6c;
  position: relative;
  padding: 2em 0 0;
}
@media only screen and (min-width: 768px) {
  .spot03 .mod {
    max-width: 38.05em;
    padding: 6em 0 3em;
    margin: 0px 0 0 -28em;
  }
}
@media only screen and (min-width: 1024px) {
  .spot03 .mod {
    min-height: 30em;
  }
}
@media only screen and (min-width: 1024px) {
  .spot03 .mod {
    box-shadow: 0.75em 1.25em 1.25em rgba(0, 0, 0, 0.15);
  }
}
.spot03 .quotes {
  color: white;
  font-size: 5em;
  line-height: 1;
  font-family: "EB Garamond", serif;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -0.2em;
}
.spot03 .cycle-slideshow {
  color: white;
  width: 90%;
  max-width: 30em;
  margin: 0 auto;
  display: block;
}
.spot03 .cycle-slide {
  width: 100%;
  display: block;
}
.spot03 .testimony {
  font-family: "EB Garamond", serif;
  font-style: italic;
  line-height: 1.18181818;
  font-size: clamp( 12px, 1.65em , 33px );
  margin: 0 auto 0.90909091em;
  display: block;
}
.spot03 .testifier {
  letter-spacing: 0.34em;
  line-height: 2.15;
  font-size: clamp( 12px, 1em , 20px );
  text-transform: uppercase;
  font-weight: 400;
  display: block;
}
.spot03 .spot03pager {
  margin: 1em auto;
}
@media only screen and (min-width: 1024px) {
  .spot03 .spot03pager {
    margin: 0 auto;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    transform: translate3d(0, -3.75em, 0);
  }
}
.spot03 .spot03pager button {
  height: 44px;
  padding: 0;
  background: none;
  border: none;
  -webkit-appearance: none;
  display: inline-block;
  vertical-align: top;
  position: relative;
  cursor: pointer;
}
@media only screen and (max-width: 1299px) {
  .spot03 .spot03pager button {
    width: 44px;
    /* desk 1300oo */
  }
}
@media only screen and (min-width: 1300px) {
  .spot03 .spot03pager button {
    width: 1.2em;
    /* desk 1300w */
  }
}
.spot03 .spot03pager button.cycle-pager-active:after,
.spot03 .spot03pager button:hover:after {
  background-color: #ffffff;
}
.spot03 .spot03pager button:hover:after {
  transform: scale(1.25);
}
.spot03 .spot03pager button:after {
  content: '';
  width: 18px;
  height: 18px;
  border-radius: 50%;
  margin: auto;
  border: solid 2px white;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: background-color 0.33s ease-in-out, transform 0.33s ease-in-out;
}
/* ==================================================================
	#ft
=================================================================== */
#ft {
  text-align: center;
  color: #153f51;
  width: 100%;
  padding: 0;
  background: #e5e5e5 no-repeat center center;
  background-size: cover;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
}
@media only screen and (min-width: 1024px) {
  #ft {
    height: 40em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (min-width: 1300px) {
  #ft {
    background-size: auto 100%;
  }
}
#ft:after {
  content: '';
  width: auto;
  height: 100%;
  background-color: rgba(21, 63, 81, 0.8);
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
}
@media only screen and (min-width: 1024px) {
  #ft:after {
    background-color: #153f51;
    left: calc(50% + 3.9vw);
  }
}
@media only screen and (min-width: 1400px) {
  #ft:after {
    left: calc(50% + 15em );
  }
}
#ft a {
  color: #153f51;
  transition: color 0.33s ease-in-out;
}
#ft a:hover {
  color: #3397c1;
}
/* ===============================================
		locations
=============================================== */
#location {
  width: 100%;
  max-width: 25.35em;
  margin-left: auto;
  margin-right: auto;
  padding: 3em 0 0;
  display: block;
  /* ===============================================
		socialmedia
	=============================================== */
}
@media only screen and (min-width: 480px) {
  #location {
    padding: 3em 0;
  }
}
@media only screen and (min-width: 1024px) {
  #location {
    padding: 8.15em 0 0;
    margin: 0 auto 0 50%;
  }
}
@media only screen and (min-width: 1400px) {
  #location {
    margin-left: calc(50% + 9.6em );
  }
}
#location .mod {
  background-color: rgba(247, 247, 247, 0.9);
  text-align: center;
  width: 100%;
  display: block;
  padding: 2.9em 0 3.55em;
  box-shadow: 1.25em 1.25em 1.25em rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 767px) {
  #location .mod {
    margin: 0 auto;
  }
}
#location .logo {
  line-height: 0;
  text-align: center;
  margin: 0 auto 2.8em;
  display: block;
}
#location .logo svg {
  width: 17.2em;
  height: 6.45em;
}
#location .phone {
  font-family: "EB Garamond", serif;
  font-size: clamp( 12px, 1.3em , 26px );
  display: block;
  color: #3397c1;
}
@media only screen and (max-width: 767px) {
  #location .phone {
    line-height: 44px;
  }
}
@media only screen and (min-width: 768px) {
  #location .phone {
    line-height: 1.15384615;
  }
}
#location .address {
  font-size: clamp( 12px, 0.8em , 16px );
  margin: 0.65em auto 0.95em;
  display: block;
  font-weight: 600
}
@media only screen and (max-width: 1023px) {
  #location .address {
    line-height: 22px;
  }
}
@media only screen and (min-width: 1024px) {
  #location .address {
    line-height: 1.125;
  }
}
#location .address .marker {
  line-height: 1;
  font-size: 4.125em;
  color: #3397c1;
  margin-right: 5.54545455em;
  position: absolute;
  top: 5.66666667em;
  right: 50%;
  z-index: 400;
  transition: transform 0.33s ease-in-out;
  transform-origin: center bottom;
}
@media only screen and (max-width: 1023px) {
  #location .address .marker {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  #location .address .marker {
    display: block;
  }
}
@media only screen and (min-width: 1300px) {
  .home #location .address .marker {
    animation: bouncein 0.84s both;
  }
  .home #location .address .marker[data-stopped] {
    animation: none;
  }
  .home [data-ready] #location .address .marker {
    animation: none;
  }
}
#location .address .marker:before {
  color: currentcolor;
}
#location .address .marker:after {
  content: '';
  width: 1.10606061em;
  height: 1.01515152em;
  background: url(../images/footer/shadowalt.svg) no-repeat center center;
  left: 0.2em;
  bottom: -0.15em;
  z-index: -1;
  background-size: cover;
  position: absolute;
  pointer-events: none;
}
#location .address:hover .marker {
  transform: translate(0, 0) scale(2);
}
#location .officehours {
  line-height: 0;
  text-align: center;
  margin: 0.9em auto 0;
  display: block;
  font-weight: 600;
}
#location .officehours .days,
#location .officehours .hours {
  line-height: 1.38461538;
  font-size: clamp( 12px, 0.65em , 13px );
  display: inline-block;
  vertical-align: top;
}
#location .officehours .days {
  text-align: right;
  padding-right: 0.38461538em;
}
#location .officehours .hours {
  text-align: left;
}
#location .spotbtn {
  font-family: "EB Garamond", serif;
  letter-spacing: 0.26em;
  font-size: clamp( 12px, 0.8em , 16px );
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  color: #153f51;
  width: 11.875em;
  border: 1px solid #153f51;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out;
  margin-top: 1.9em;
}
@media only screen and (max-width: 1299px) {
  #location .spotbtn {
    line-height: 44px;
    min-width: 44px;
  }
}
@media only screen and (min-width: 1300px) {
  #location .spotbtn {
    line-height: 3.625;
  }
}
#location .spotbtn:hover {
  color: white;
  background-color: #153f51;
  border: 1px solid #153f51;
  box-shadow: 0 0 1.25em rgba(0, 0, 0, 0.1);
}
#location .socialmedia {
  line-height: 0;
  text-align: center;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 1em 0 0;
  display: inline-flex;
  justify-content: center;
  position: relative;
  z-index: 300;
}
@media only screen and (max-width: 1023px) {
  #location .socialmedia {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  #location .socialmedia {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  #location .socialmedia {
    width: auto;
    margin: 0;
  }
}
#location .socialmedia a {
  font-size: clamp( 12px, 1em , 20px );
  color: #3397c1;
  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, text-shadow 0.33s ease-in-out;
}
@media only screen and (max-width: 1023px) {
  #location .socialmedia a {
    line-height: 44px;
    width: 44px;
    height: 44px;
  }
}
@media only screen and (min-width: 1024px) {
  #location .socialmedia a {
    line-height: 2;
    height: 2em;
    width: 0.84em;
    margin: 0 0 3px 0;
  }
}
#location .socialmedia a:nth-last-of-type(1) {
  margin: 0;
}
#location .socialmedia a:hover {
  color: #153f51;
  z-index: 400;
  transform: translate(0, 0) scale(1.44);
  text-shadow: 1px 1px 1px #6abe6c;
}
#location .socialmedia a .icon {
  position: relative;
}
/* ==================================================================
		#links
=================================================================== */
#links {
  text-align: center;
  color: #fff;
  margin: 0;
  position: relative;
  z-index: 420;
}
@media only screen and (min-width: 1024px) {
  #links {
    text-align: right;
  }
}
@media only screen and (max-width: 1299px) {
  #links {
    padding: 2em 0;
  }
}
@media only screen and (min-width: 1300px) {
  #links {
    height: 6.5em;
    padding: 2.15em 0 0;
  }
}
#links .util {
  font-size: clamp( 12px, 0.6em , 12px );
}
@media only screen and (min-width: 480px) {
  #links .util {
    width: auto;
    margin: 0;
    float: left;
  }
}
@media only screen and (min-width: 1024px) {
  #links .util {
    float: none;
    display: inline-block;
    vertical-align: middle;
  }
}
@media only screen and (max-width: 1299px) {
  #links .util {
    line-height: 44px;
  }
}
@media only screen and (min-width: 1300px) {
  #links .util {
    line-height: 3.66666667;
  }
}
#links .util a {
  color: #fff;
  transition: color 0.33s ease-in-out;
}
#links .util a:hover {
  color: #6abe6c;
}
#links .util a,
#links .util .divider {
  display: inline-block;
}
#links .util .divider {
  margin: 0 0.1em;
}
/* ===============================================
		sesame link
=============================================== */
a#sesame-link .sesameicon {
  width: 1.33333333em;
  height: 1.16666667em;
  margin-right: 0.66666667em;
  display: inline-block;
  vertical-align: middle;
}
a#sesame-link .sesameicon path {
  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%;
  margin: 0;
  display: block;
  position: relative;
}
@media only screen and (min-width: 480px) {
  #btt {
    width: 44px;
    float: right;
  }
}
@media only screen and (min-width: 1024px) {
  #btt {
    float: none;
    display: inline-block;
    vertical-align: middle;
    width: 30.8px;
  }
}
a#backtotop {
  font-size: clamp( 12px, 0.65em , 13px );
  color: #000000;
  display: inline-block;
  vertical-align: top;
  transition: transform 0.33s ease-in-out, color 0.33s ease-in-out;
  color: white;
}
@media only screen and (max-width: 1299px) {
  a#backtotop {
    line-height: 44px;
  }
}
@media only screen and (min-width: 1300px) {
  a#backtotop {
    line-height: 3.38461538;
  }
}
a#backtotop:hover {
  color: #6abe6c;
  transform: translate3d(0, 0, 0) scale(1.5);
}
/*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: #6abe6c;
  float: left;
}
/* ===============================================
	Form Buttons
=============================================== */
form button {
  letter-spacing: normal;
  font-size: clamp( 12px, 0.95em , 19px );
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  height: 44px;
  padding: 0 1.5em;
  background-color: #3397c1;
  border: 1px solid #3397c1;
  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: #6abe6c;
  background-color: #6abe6c;
}
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: #6abe6c;
  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: #000000;
}
/* ===============================================
	.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 header.sub h1,
  .layout-full-width header.sub h1,
  .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 bouncein {
  0% {
    transform: translateY(-666px) scaleY(1) scaleX(1);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  39% {
    transform: translateY(0) scaleY(0.9) scaleX(1.5);
    animation-timing-function: ease-out;
    opacity: 1;
  }
  54% {
    transform: translateY(-66px) scaleY(1) scaleX(1);
    animation-timing-function: ease-in;
  }
  72% {
    transform: translateY(0) scaleY(0.96) scaleX(1.2);
    animation-timing-function: ease-out;
  }
  81% {
    transform: translateY(-33px) scaleY(1) scaleX(1);
    animation-timing-function: ease-in;
  }
  90% {
    transform: translateY(0) scaleY(0.99) scaleX(1.1);
    animation-timing-function: ease-out;
  }
  96% {
    transform: translateY(-6px) scaleY(1) scaleX(1);
    animation-timing-function: ease-in;
  }
  100% {
    transform: translateY(0) scaleY(1) scaleX(1);
    animation-timing-function: ease-out;
  }
}
.bouncein {
  animation: bouncein 0.84s both;
}
/* ===============================================
	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;
  }
}
