/* 
 Site Manager Version: 14.2.0
 Date Created: July 2023
 Account: bonebreak-david4
 Written by: vita stillion
 Sesame Communications - All rights reserved. C2023
 Any reproduction or intentional misuse is strictly prohibited
*/
/* ===============================================
              options
 =============================================== */
/* ===============================================
                    colors
 =============================================== */
/* ===============================================
					fonts
=============================================== */
.fontE {
  font-family: 'Encode Sans Condensed', sans-serif;
}
.fontK {
  font-family: 'Kanit', sans-serif;
}
.fontL {
  font-family: 'Lato', sans-serif;
}
/* ===============================================
					Mixins 
=============================================== */
/*font-mixins*/
.th {
  font-weight: 100;
}
.xlt {
  font-weight: 200;
}
.lt {
  font-weight: 300;
}
.roman {
  font-weight: 400;
}
.mbold {
  font-weight: 500;
}
.sbold {
  font-weight: 600;
}
.bold {
  font-weight: 700;
}
.xbold {
  font-weight: 800;
}
.ubold,
.black {
  font-weight: 900;
}
.italic {
  font-style: italic;
}
.upp {
  text-transform: uppercase;
}
.loww {
  text-transform: lowercase;
}
.noo {
  text-transform: none;
}
.normal {
  font-style: normal;
}
/*LETTER SPACING, LINE HEIGHT AND FONT SIZE */
.aligncenter {
  text-align: center;
}
.alignright {
  text-align: right;
}
.alignleft {
  text-align: left;
}
.justify {
  text-align: justify;
}
/*helper mixins*/
.clear {
  clear: both;
}
.clearright {
  clear: right;
}
.clearleft {
  clear: left;
}
.wall {
  width: 100%;
}
.hall {
  height: 100%;
}
.auto {
  width: auto;
}
.autoy {
  height: auto;
}
.autox {
  width: auto;
  height: auto;
}
.zerox {
  width: 0;
  height: 0;
}
.line {
  width: 100%;
  height: 1px;
}
.show {
  display: block;
}
.hide {
  display: none;
}
.inline {
  display: inline;
}
.inline-block,
.ib {
  display: inline-block;
}
.left {
  float: left;
}
.right {
  float: right;
}
.nofloat {
  float: none;
}
.behave {
  display: block;
  float: left;
}
.center {
  margin-left: auto;
  margin-right: auto;
}
.round {
  border-radius: 50%;
}
/*functional mixins*/
.vertical-align {
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.overlay {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.inlay {
  width: auto;
  height: auto;
  display: block;
  position: absolute;
}
/* use with .trbl */
.grey,
.gray {
  -webkit-filter: grayscale(1);
  filter: grayscale(100%);
}
/* ===============================================
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;
}
/* ==================================================================
	main content-text font sizes
=================================================================== */
/* ===============================================
	body 
=============================================== */
body,
input,
select,
textarea {
  font-family: 'Lato', sans-serif;
}
form button,
button {
  font-family: 'Lato', sans-serif;
}
svg {
  display: inline-block;
}
body {
  font-size: 15px;
  color: #323439;
  background: #fff;
  overflow: hidden;
}
@media only screen and (min-width: 1300px) {
  body {
    font-size: 20px;
    /* desk 1300w */
  }
}
/* ===============================================
	links 
=============================================== */
a {
  text-decoration: none;
}
#content a {
  color: #4dc8e9;
  text-decoration: underline;
  transition: color 0.33s ease-in-out;
}
#content a:hover {
  text-decoration: underline;
  color: #0090b5;
}
/* ===============================================
	h family || hfam 
=============================================== */
h1,
h2:not(.topic),
h3:not(.topic),
h4,
h5,
h6 {
  line-height: 1;
  text-align: left;
  color: #9da1aa;
  margin: 0 0 1.44em;
  text-rendering: auto;
  font-family: 'Kanit', sans-serif;
  font-weight: 400;
}
.sub h1 {
  font-size: 10vw;
  text-transform: uppercase;
  margin-bottom: 0.55882353em;
  font-family: 'Encode Sans Condensed', sans-serif;
  font-weight: 600;
  letter-spacing: 0.24em;
  color: #0090b5;
}
@media only screen and (min-width: 480px) {
  .sub h1 {
    font-size: 3.4em;
    /* mintab 480w */
  }
}
.home h1 {
  letter-spacing: 0.24em;
  font-size: 10vw;
  font-family: 'Encode Sans Condensed', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #0090b5;
  line-height: 0.9;
}
@media only screen and (min-width: 480px) {
  .home h1 {
    font-size: 3.4em;
    /* mintab 480w */
  }
}
@media only screen and (min-width: 1024px) {
  .home h1 {
    white-space: nowrap;
    /* midTab 1024w */
  }
}
.home h1 .trait.top {
  letter-spacing: normal;
  line-height: 0.85714286;
  font-size: 0.51470588em;
  font-family: 'Kanit', sans-serif;
  text-transform: none;
  color: #4dc8e9;
  display: block;
}
.home h1 .trait.bottom {
  letter-spacing: normal;
  font-family: 'Kanit', sans-serif;
  text-transform: none;
  color: #4dc8e9;
  display: inline-block;
}
h2:not(.topic) {
  font-size: 1.31578947em;
  color: #4dc8e9;
}
h3:not(.topic) {
  font-size: 1.21052632em;
  color: #323439;
}
h4 {
  font-size: 1.10526316em;
}
h5 {
  font-size: 1.05263158em;
}
h6 {
  font-size: 1em;
}
/* ===============================================
	containers
=============================================== */
.container {
  max-width: 64.5em;
}
/* ===============================================
	list styles - global overrides
=============================================== */
.what-sets-us-apart #content ol,
.meet-the-team #content ol,
.our-office #content ol,
.office-tour #content ol,
body[class*='-after'] #content ol {
  margin: 0;
}
#content ul li {
  list-style: disc outside;
  /* list-style-image:none; */
}
/* ==================================================================
	masthead
=================================================================== */
#masthead {
  width: 100%;
  padding: 0;
  background-color: #fff;
  position: relative;
  z-index: 3000;
}
@media only screen and (min-width: 1024px) {
  #masthead {
    font-size: 1em;
    /* maxTab 1024w */
  }
  #masthead:after {
    content: '';
    width: 1px;
    height: auto;
    margin: 0;
    background-color: #0090b5;
    display: block;
    position: absolute;
    top: 1.45em;
    right: 13.4em;
    bottom: 1.2em;
  }
}
@media only screen and (min-width: 1300px) {
  #masthead {
    font-size: inherit;
    position: fixed;
    top: 0;
    z-index: 3000;
    /* desk 1300w */
  }
}
#masthead .container {
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  #masthead .container {
    max-width: none;
    /* midTab 1024oo */
  }
}
@media only screen and (min-width: 1024px) {
  #masthead .container {
    max-width: calc(100% - 3em);
    /* midTab 1024w */
  }
}
/* ==================================================================
	main-nav
=================================================================== */
#main-nav {
  font-size: 1.2em;
  text-align: center;
  font-weight: 600;
  font-family: 'Encode Sans Condensed', sans-serif;
  text-transform: uppercase;
  height: 44px;
  width: 44px;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 600;
  clear: both;
}
#main-nav .container {
  height: 100%;
  padding: 0;
}
#main-nav .trigger {
  line-height: 44px;
  color: #4dc8e9;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0 auto;
  background: none;
  box-shadow: none;
  border: none;
  -webkit-display: none;
  position: relative;
  z-index: 600;
  transition: color 0.33s ease-in-out;
  cursor: pointer;
}
#main-nav .trigger .navicon {
  width: 12px;
  height: 8px;
  display: inline-block;
  position: relative;
  top: -0.3em;
}
#main-nav .trigger .navicon span {
  width: 100%;
  height: 2px;
  background: currentcolor;
  display: block;
  position: absolute;
  left: 0;
  opacity: 1;
  transform: translate3d(0, 0, 0) rotate(0deg);
  transition: width 0.3s ease, top 0.3s ease, left 0.3s ease, 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 .trigger:hover {
  color: #4dc8e9;
}
#main-nav .trigger:hover .navicon span {
  /* background:@color1; */
}
#main-nav .open .trigger {
  color: #323439;
}
#main-nav .open .trigger .navicon span:nth-child(1),
#main-nav .open .trigger .navicon span:nth-child(4) {
  width: 0;
  top: 50%;
  left: 50%;
}
#main-nav .open .trigger .navicon span:nth-child(2) {
  transform: translate3d(0, 0, 0) rotate(45deg);
}
#main-nav .open .trigger .navicon span:nth-child(3) {
  transform: translate3d(0, 0, 0) rotate(-45deg);
}
#main-nav ul {
  width: 100vw;
  margin: -44px 0 0;
  padding: 1em 0;
  background-color: rgba(255, 255, 255, 0.9);
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.99) 100%);
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.99) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.99) 100%);
  position: relative;
  float: right;
  z-index: 550;
}
#main-nav ul li {
  clear: both;
}
#main-nav ul li a[id] {
  letter-spacing: 0.12em;
  line-height: 2.66666667;
  font-size: 0.75em;
  text-transform: uppercase;
  color: #0090b5;
  width: auto;
  height: 2.66666667em;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: color 0.33s ease;
}
#main-nav ul li a[id]:before {
  content: '';
  width: 0.86666667em;
  height: 1.2em;
  margin-left: auto;
  margin-right: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8, <svg xmlns='http://www.w3.org/2000/svg' width='13' height='18' viewBox='0 0 13 18'><path fill='rgb(77,200,233)' d='M1.36 10.69c-.31 3.84 1.04 6.98 1.81 7.01.79.02 1.08-3.01 1.44-4.71.1-.51.41-1.16.64-1.63.73-1.12 1.81-.89 2.07-.65.43.41.82 1.16 1.08 2.27.25 1.09.45 2.73.76 3.76l.47-.02.23-.06c.52-.12 1.04-.23 1.56-.34.39-.81.64-2.04.45-3.86-.17-1.7.17-4.37.41-5.4.67-2.02 1.63-6.04-1.11-6.63-3.12-.66-4.66 1.43-4.68 1.43 0 0-1.54-2.09-4.65-1.42-3.69.79-.68 7.79-.68 7.79s.25.17.2 2.46'/></svg>");
  background-size: cover;
  display: block;
  position: absolute;
  top: -0.6em;
  right: 0;
  left: 0;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  transform: translate3d(0, 0, 0) scaleX(0);
  opacity: 0;
}
#main-nav ul li.open > a[id],
#main-nav ul li.active > a[id],
#main-nav ul li:hover > a[id] {
  color: #4dc8e9;
  text-decoration: none;
  transition-duration: 0.15s;
}
#main-nav ul li.open > a[id]:before,
#main-nav ul li.active > a[id]:before,
#main-nav ul li:hover > a[id]:before {
  transition-duration: 0.15s;
  transform: translate3d(0, 0, 0) scaleX(1);
  opacity: 1;
}
#main-nav ul ul {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #0090b5;
  display: inline;
  float: left;
}
#main-nav ul ul li {
  width: 100%;
  background: none;
  float: left;
}
#main-nav ul ul li a {
  letter-spacing: 0.12em;
  line-height: 2.66666667;
  font-size: 0.75em;
  color: #fff;
  width: 100%;
  height: 2.66666667em;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: transform 0.33s ease-in-out, color 0.33s ease-in-out;
}
#main-nav ul ul li a:before {
  content: '';
  width: 0.66666667em;
  height: 0.86666667em;
  margin: auto auto auto 0.73333333em;
  background-image: url("data:image/svg+xml;charset=UTF-8, <svg xmlns='http://www.w3.org/2000/svg' width='13' height='18' viewBox='0 0 13 18'><path fill='rgb(77,200,233)' d='M1.36 10.69c-.31 3.84 1.04 6.98 1.81 7.01.79.02 1.08-3.01 1.44-4.71.1-.51.41-1.16.64-1.63.73-1.12 1.81-.89 2.07-.65.43.41.82 1.16 1.08 2.27.25 1.09.45 2.73.76 3.76l.47-.02.23-.06c.52-.12 1.04-.23 1.56-.34.39-.81.64-2.04.45-3.86-.17-1.7.17-4.37.41-5.4.67-2.02 1.63-6.04-1.11-6.63-3.12-.66-4.66 1.43-4.68 1.43 0 0-1.54-2.09-4.65-1.42-3.69.79-.68 7.79-.68 7.79s.25.17.2 2.46'/></svg>");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  transform: translate(-100%, 0);
  opacity: 0;
}
#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: #4dc8e9;
  margin-bottom: 0;
  border: none;
  transform: translate(1.33333333em, 0);
}
#main-nav ul li.active ul li a:hover:before,
#main-nav ul ul li a:hover:before,
#main-nav ul ul li a.active:before {
  transform: translate(0, 0);
  opacity: 1;
  transition-duration: 0.45s;
  transition-delay: 0.15s;
}
/* main-nav make li fly in all cool */
#main-nav .collapsible.open > ul {
  animation: flyinmobilenav 0.4s 1;
}
#main-nav .collapsible.open ul ul {
  animation: none;
}
/* make flyouts expand on mobile */
#main-nav ul ul li {
  height: 0;
  overflow: hidden;
  transition-duration: 0.33s;
  opacity: 0;
}
/* all about that open class */
#main-nav .open ul {
  display: inline-block;
}
#main-nav .open ul .open ul {
  padding: 1em 0;
}
#main-nav .open ul .open ul li {
  height: 2em;
  opacity: 1;
}
/* ===============================================
	FULLMOB RULES
=============================================== */
@media only screen and (min-width: 1024px) {
  /* main-nav */
  /* midTab 1024w */
}
/* ==================================================================
	header
=================================================================== */
#hd {
  text-align: center;
  color: #0090b5;
  padding: 0;
  position: relative;
}
@media only screen and (min-width: 666px) {
  #hd {
    text-align: right;
    /* custom 666w */
  }
}
@media only screen and (min-width: 1024px) {
  #hd {
    z-index: 3000;
    /* maxTab 1024w */
  }
}
#hd .mod {
  display: block;
  position: absolute;
}
@media only screen and (max-width: 1023px) {
  #hd .mod {
    top: 0;
    right: 44px;
    /* midTab 1024oo */
  }
}
@media only screen and (min-width: 1024px) {
  #hd .mod {
    top: 2.7em;
    right: 0;
    /* midTab 1024w */
  }
}
/* ===============================================
	logo
=============================================== */
#logo {
  line-height: 0;
  font-size: 0.4em;
  width: 17.7em;
  margin: 0.75em auto 0.75em 2%;
  display: block;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  #logo {
    font-size: inherit;
    margin: 0;
    position: absolute;
    top: 0.6em;
    left: 0;
    /* maxTab 1024w */
  }
}
#logo a {
  display: inline-block;
  vertical-align: top;
}
#logo svg {
  width: 17.7em;
  height: 5.65em;
}
/* ===============================================
	contact info
=============================================== */
#contactinfo {
  text-align: center;
  width: auto;
  margin: 0;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (min-width: 480px) {
  #contactinfo {
    width: auto;
    margin: 0 0.7em 0 0;
    /* mintab 480w */
  }
}
#contactinfo .phone {
  font-weight: 700;
  line-height: 2.71428571;
  font-size: 0.7em;
  text-align: center;
  color: #0090b5;
  min-width: 44px;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  #contactinfo .phone {
    line-height: 44px;
    font-size: 12px;
    /* midTab 768oo */
  }
  #contactinfo .phone .cta {
    white-space: nowrap;
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }
}
@media only screen and (min-width: 768px) {
  #contactinfo .phone {
    /* midTab 768w */
  }
  #contactinfo .phone .icon {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  #contactinfo .phone {
    line-height: 44px;
    /* midTab 1024oo */
  }
}
@media only screen and (min-width: 1024px) {
  #contactinfo .phone {
    line-height: 2.85714286;
    height: 2.71428571em;
    /* midTab 1024w */
  }
}
#contactinfo a {
  transition: color 0.33s ease-in-out;
}
#contactinfo a:hover {
  color: #323439;
}
/* ===============================================
	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 {
  line-height: 3.16666667;
  font-size: 0.6em;
  text-align: center;
  text-transform: none;
  color: #fff;
  padding: 0;
  background: #0090b5;
  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;
    /* midTab 1024oo */
  }
}
@media only screen and (min-width: 1024px) {
  #utilitynav a {
    /* midTab 1024w */
  }
}
#utilitynav a:hover {
  color: #fff;
  background-color: #4dc8e9;
}
#utilitynav a.appointmentrequest {
  width: 8.08333333em;
}
#utilitynav a.patient-login {
  width: 9.75em;
}
/* ==================================================================
	slideshow
=================================================================== */
#slideshow {
  font-size: 2vw;
  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;
    /* maxTab 1024w */
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1999px) {
  #slideshow {
    min-height: 800px;
    /* range 1300w - 1999oo */
  }
}
#slideshow #home-slideshow {
  width: 100%;
  margin: 0;
  aspect-ratio: 2000 / 800;
}
@media only screen and (min-width: 1024px) {
  #slideshow #home-slideshow {
    position: relative;
    /* maxTab 1024w */
  }
  #slideshow #home-slideshow .hpslide {
    max-width: none;
    width: 100%;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1999px) {
  #slideshow #home-slideshow {
    width: 2000px;
    margin: 0 calc(-1000px + 50vw);
    /* range 1300w - 1999oo */
  }
}
#slideshow .ssoverlay {
  line-height: 0.875;
  font-size: 2em;
  color: currentcolor;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  z-index: 420;
}
#slideshow .ssoverlay .trait {
  line-height: 1;
  font-size: 2em;
  text-transform: uppercase;
  display: block;
}
/* ==================================================================
	.spotlight
=================================================================== */
.spotlight {
  text-align: center;
  position: relative;
  z-index: 400;
}
.spotlight > div {
  position: relative;
}
/* ===============================================
	spot01 || COMMON GENERAL INFORMATION SPOTLIGHT SECTION REVERSE
=============================================== */
.spot01 {
  color: #fff;
  padding: 3em 0;
  background: #cccccc url(../images/bgspot01.jpg) no-repeat center top;
  background-size: cover;
  border-top: solid 0.5em white;
}
@media only screen and (max-width: 665px) {
  .spot01 {
    background-position: 80% 50%;
    /* custom 666oo */
  }
}
@media only screen and (min-width: 666px) {
  .spot01 {
    /* custom 666w */
  }
}
@media only screen and (min-width: 666px) {
  .spot01 {
    font-size: min(1.4vw, 1em);
    /* custom 666w */
  }
}
@media only screen and (min-width: 768px) {
  .spot01 {
    direction: rtl;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 1300px) {
  .spot01 {
    font-size: inherit;
    padding: 7.7em 0 7.2em;
    /* desk 1300w */
  }
}
@media only screen and (min-width: 2000px) {
  .spot01 {
    background-size: 100% auto;
    /* custom 2000w */
  }
}
.spot01:before {
  content: '';
  background-image: -moz-linear-gradient(-45deg, #0090b5 0%, rgba(0, 144, 181, 0) 50%, rgba(0, 144, 181, 0) 100%);
  background-image: -webkit-linear-gradient(-45deg, #0090b5 0%, rgba(0, 144, 181, 0) 50%, rgba(0, 144, 181, 0) 100%);
  background-image: linear-gradient(135deg, #0090b5 0%, rgba(0, 144, 181, 0) 50%, rgba(0, 144, 181, 0) 100%);
  background-repeat: no-repeat;
  background-size: 200% 100%;
  background-position: 0 0;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 666px) {
  .spot01:before {
    background-size: 100% 100%;
    /* custom 666w */
  }
}
@media only screen and (min-width: 1300px) {
  .spot01:before {
    background-image: -moz-linear-gradient(-50deg, #0090b5 0%, #0090b5 25%, rgba(0, 144, 181, 0) 50%, rgba(0, 144, 181, 0) 100%);
    background-image: -webkit-linear-gradient(-50deg, #0090b5 0%, #0090b5 25%, rgba(0, 144, 181, 0) 50%, rgba(0, 144, 181, 0) 100%);
    background-image: linear-gradient(130deg, #0090b5 0%, #0090b5 25%, rgba(0, 144, 181, 0) 50%, rgba(0, 144, 181, 0) 100%);
    /* desk 1300w */
  }
}
.spot01 .mod {
  width: 90%;
  max-width: 30.75em;
  padding: 2em 0;
  display: inline-block;
  vertical-align: middle;
  direction: ltr;
  position: relative;
  z-index: 400;
}
@media only screen and (min-width: 666px) {
  .spot01 .mod {
    margin-left: -32em;
    /* custom 666w */
  }
}
@media only screen and (min-width: 768px) {
  .spot01 .mod {
    text-align: right;
    padding: 0;
    /* midTab 768w */
  }
}
.spot01 h2.topic {
  letter-spacing: 0.12em;
  font-family: 'Encode Sans Condensed', sans-serif;
  font-weight: 600;
  line-height: 1;
  font-size: 2.8em;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 0.4em;
}
@media only screen and (max-width: 665px) {
  .spot01 h2.topic {
    font-size: min(10vw, 2.8em );
    /* custom 666oo */
  }
}
.spot01 h2.topic .trait {
  letter-spacing: 0;
  line-height: 0.8;
  font-family: 'Kanit', sans-serif;
  display: block;
  text-transform: none;
}
.spot01 .info {
  line-height: 1.2;
  font-size: 1em;
  margin: 0 0 1.3em;
  display: none;
}
@media only screen and (min-width: 768px) {
  .spot01 .info {
    display: block;
    /* desk 768w */
  }
}
.spot01 .spotbtn {
  line-height: 3.73333333;
  font-size: 0.75em;
  text-align: center;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
  background: #4dc8e9;
  width: 8.86666667em;
  height: 3.73333333em;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
}
.spot01 .spotbtn:after {
  content: '';
  background: #4dc8e9;
  background: -moz-linear-gradient(left, #4dc8e9 0%, #0190b5 100%);
  background: -webkit-linear-gradient(left, #4dc8e9 0%, #0190b5 100%);
  background: linear-gradient(to right, #4dc8e9 0%, #0190b5 100%);
  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;
  opacity: 0;
  z-index: -1;
}
.spot01 .spotbtn:hover {
  color: white;
  transform: translate3d(0, 0, 0) scale(1.1);
}
.spot01 .spotbtn:hover:after {
  opacity: 1;
}
/* ===============================================
	spot02 || COMMON SERVICES/CALLOUT-LIKE SECTION EXAMPLE
=============================================== */
.spot02 {
  font-size: 1.95vw;
  text-align: center;
  padding: 1.45em 0;
  margin: 0;
  background: white;
  position: relative;
  z-index: 410;
}
@media only screen and (min-width: 666px) {
  .spot02 {
    font-size: 1vw;
    /* custom 666w */
  }
}
@media only screen and (min-width: 2000px) {
  .spot02 {
    font-size: inherit;
    /* custom 2000w */
  }
}
.spot02 a {
  color: white;
  width: 22.9em;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: transform 0.33s ease-in-out;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .spot02 a {
    margin: 0.75em;
    /* midTab opt-out 768oo */
  }
}
@media only screen and (min-width: 768px) {
  .spot02 a {
    margin: 0 0.75em;
    /* midTab 768w */
  }
}
.spot02 a:before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 144, 181, 0.5);
  z-index: 2;
  opacity: 0;
  transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
}
.spot02 a:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 50%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#4d000000', GradientType=0);
  z-index: 3;
  opacity: 0;
  transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
}
.spot02 a:hover {
  z-index: 400;
}
.spot02 a:hover:before {
  opacity: 1;
}
.spot02 a:hover .decoration {
  -webkit-filter: grayscale(1);
  filter: grayscale(100%);
  transform: translate3d(0, 0, 0) scale(1.02);
}
.spot02 a .decoration {
  width: 100%;
  transition: transform 0.4s ease-in-out, -webkit-filter 0.6s ease-in-out, filter 0.6s ease-in-out;
  z-index: 1;
}
.spot02 a h2.topic {
  font-family: 'Encode Sans Condensed', sans-serif;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1;
  font-size: 1.9em;
  text-transform: uppercase;
  color: currentcolor;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0.7em;
  left: 0;
  z-index: 10;
}
/* ==================================================================
	subnav
=================================================================== */
/* TOP ORIENTED */
#subnav {
  text-align: center;
  color: #fff;
  padding: 3.05em 0;
  position: relative;
  z-index: 420;
  overflow: hidden;
  background: #0090b5;
  background: -moz-linear-gradient(left, #0090b5 0%, #4dc8e9 100%);
  background: -webkit-linear-gradient(left, #0090b5 0%, #4dc8e9 100%);
  background: linear-gradient(to right, #0090b5 0%, #4dc8e9 100%);
}
@media only screen and (min-width: 1024px) {
  #subnav {
    text-align: left;
    /* midTab 1024w */
  }
}
@media only screen and (min-width: 1300px) {
  #subnav {
    padding-top: 9.95em;
    /* desk 1300w */
  }
}
#subnav p {
  line-height: 2;
  font-size: 0.75em;
  margin: 0;
  padding: 0;
}
#subnav a {
  text-transform: uppercase;
  font-family: 'Encode Sans Condensed', sans-serif;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: #fff;
  margin: 0 0.8em;
  padding: 0.6em 0.4em;
  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 (min-width: 1024px) {
  #subnav a {
    margin: 0;
    padding: 0 0.4em;
    /* maxTab 1024w */
  }
}
#subnav a:after {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  transform: translate3d(0, 0, 0) scaleX(0);
  opacity: 0;
  z-index: -1;
}
#subnav a:hover,
#subnav a.active {
  color: white;
  text-decoration: none;
}
#subnav a:hover:after,
#subnav a.active:after {
  transform: translate3d(0, 0, 0) scaleX(1);
  opacity: 1;
}
#subnav .divider {
  display: none;
}
@media only screen and (min-width: 1024px) {
  #subnav .divider {
    margin: 0 0.3em;
    display: inline-block;
    vertical-align: top;
    /* maxTab 1024w */
  }
}
/* ==================================================================
	content
=================================================================== */
#bd {
  padding: 3em 0;
  background: #fff;
  position: relative;
  z-index: 400;
}
@media only screen and (min-width: 768px) {
  #bd {
    padding: 3.5em 0 5em;
    /* midTab 768w */
  }
}
#bd .container {
  max-width: 64.5em;
}
#content {
  display: block;
}
@media only screen and (min-width: 768px) {
  #content {
    width: 61.62790698%;
    max-width: 39.75em;
    float: left;
    /* midTab 768w */
  }
  #content p {
    text-align: justify;
  }
}
#content .content-text {
  line-height: 1.68421053;
}
@media only screen and (min-width: 1300px) {
  #content .content-text {
    font-size: 0.95em;
    /* desk 1300w */
  }
}
/* ==================================================================
	.home content
=================================================================== */
.home #bd {
  padding: 3em 0;
}
@media only screen and (min-width: 768px) {
  .home #bd {
    padding: 2.7em 0;
    /* midTab 768w */
  }
}
.home #bd .container {
  max-width: 48em;
}
@media only screen and (min-width: 768px) {
  .home #bd #content {
    width: 100%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    float: none;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 1300px) {
  .home #bd #content {
    max-width: 39.75em;
    margin-left: 0;
    /* desk 1300w */
  }
}
@media only screen and (min-width: 1300px) {
  .home #bd #content .content-text {
    /* desk 1300w */
  }
}
@media only screen and (min-width: 768px) {
  .home #bd #content p {
    text-align: justify;
    /* midTab 768w */
  }
}
#bdvid {
  width: 100%;
  max-width: 35em;
  background-color: #333333;
  max-height: 19.7em;
  aspect-ratio: 350 / 197;
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1300px) {
  #bdvid {
    margin: 0 -20em 1.5em 2.1em;
    display: inline-block;
    vertical-align: top;
    float: right;
    /* desk 1300w */
  }
}
/* ==================================================================
	custom content
=================================================================== */
.mediaslider {
  text-align: center;
}
.mediaslider .cycle-slideshow {
  width: 100%;
  margin: 0.5em 0 1.5em;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .mediaslider .cycle-slideshow .cycle-slide {
    padding: 0 5%;
    /* midTab opt-out 768oo */
  }
}
.mediaslider .cycle-slideshow > button {
  font-size: 2.8em;
  color: #4dc8e9;
  background: none;
  border: none;
  -webkit-appearance: none;
  position: absolute;
  top: 50%;
  z-index: 900;
  transform: translate3d(0, -50%, 0);
}
.mediaslider .cycle-slideshow > button .icon {
  transition: transform 0.35s ease, opacity 0.35s ease;
}
.mediaslider .cycle-slideshow > button.cycle-prev {
  text-align: left;
  left: 0;
}
.mediaslider .cycle-slideshow > button.cycle-prev .icon {
  transform-origin: left center;
}
.mediaslider .cycle-slideshow > button.cycle-next {
  text-align: right;
  direction: rtl;
  right: 0;
}
.mediaslider .cycle-slideshow > button.cycle-next .icon {
  transform-origin: right center;
}
.mediaslider .cycle-slideshow > button:hover {
  cursor: pointer;
}
.mediaslider .cycle-slideshow > button:hover .icon {
  transform: translate3d(0, 0, 0) scale(1.44);
  opacity: 0.68;
}
/* content centered for slideshow and video-centric 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 {
  float: none;
  margin: 0 auto;
}
/* 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;
}
/* office location ancillary image style */
@media only screen and (max-width: 767px) {
  .locationimg {
    margin: 0 auto 1em;
    /* midTab 768oo */
  }
}
@media only screen and (min-width: 768px) {
  .locationimg {
    margin: 0 0 1em 1em;
    float: right;
    /* midTab 768w */
  }
}
/* 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%;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 768px) {
  .before-after-box,
  p.before-after-text {
    width: 49%;
    display: inline-block;
    vertical-align: top;
  }
  /* midTab 768w */
}
/* common procedures */
@media only screen and (min-width: 1300px) {
  .common-procedures #content h2[id] {
    scroll-margin-top: 10em;
  }
  /* desk 1300w */
}
/* preventive-care */
.preventive-care #content ul {
  display: inline-block;
}
/* reduces dimensions of coronavirus tab */
#coronavirus-update {
  font-size: 0.85em;
  padding: 0.5em 1.25em !important;
  left: 0.5em!important;
}
@media only screen and (min-width: 1300px) {
  #coronavirus-update {
    font-size: 1em;
    /* desk 1300w */
  }
}
/* ==================================================================
	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;
}

body.meet-the-team h2:not(.topic){
    margin: 0 0 .44em;
}
/* ==================================================================
	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 {
  font-family: 'Kanit', sans-serif;
  line-height: 1.28;
  font-size: 1.31578947em;
  font-weight: 400;
  text-transform: none;
  text-decoration: none;
  color: #4dc8e9;
  transition-duration: 0s;
}
.sitemap #content ul ul li a {
  font-family: 'Lato', sans-serif;
  line-height: 1.68421053;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  color: #323439;
  margin-left: 0;
  /*to increase space adjust [body.sitemap #bd ul ul li] below*/
}
.sitemap #content a:hover {
  color: #4dc8e9;
  text-decoration: none;
}
body.sitemap #bd ul li {
  list-style: none;
}
body.sitemap #bd ul ul li {
  list-style: none;
  /*list-style-image:none;*/
  margin-left: 0;
  /*default=15px*/
}
body.sitemap #content .width1 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  body.sitemap #content .width1 {
    width: 50%;
    /*default 50%*/
    /* midTab 768w */
  }
  body.sitemap #content .width1:not(.first) {
    width: auto;
    float: right;
  }
}
/* global override */
/* ==================================================================
	sidebar
=================================================================== */
#sidebar {
  width: 100%;
  max-width: 19.7em;
  margin: 0 auto 6%;
  padding: 0;
  display: none;
  position: relative;
  z-index: 420;
}
@media only screen and (min-width: 768px) {
  #sidebar {
    width: 30.54263566%;
    margin: 0 0 1em;
    display: block;
    float: right;
    clear: right;
    /* midTab 768w */
  }
}
#sidebar .decoration {
  margin-left: 9.85em;
  display: block;
  position: fixed;
  top: 7em;
  left: 50%;
  z-index: -1;
  pointer-events: none;
}
#sidebar .decoration .mark {
  width: 40.25em;
  height: 37.1em;
}
/* ===============================================
	sitepics
=============================================== */
#hide-stock {
  position: relative;
}
.stock {
  width: 100%;
  position: relative;
    box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.15);
    border: 0.5em solid rgba(255, 255, 255, 0.5);
}
/* ===============================================
	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 - */
/* ===============================================
	spot03 || COMMON TESTIMONIAL SLIDESHOW SECTION EXAMPLE 
=============================================== */
.spot03 {
  padding: 3em 0;
  background: #0090b5;
  background: -moz-linear-gradient(left, #0090b5 0%, #4dc8e9 100%);
  background: -webkit-linear-gradient(left, #0090b5 0%, #4dc8e9 100%);
  background: linear-gradient(to right, #0090b5 0%, #4dc8e9 100%);
}
@media only screen and (min-width: 768px) {
  .spot03 {
    padding: 4em 0;
    /* midTab 768w */
  }
}
.spot03 .mod {
  width: 100%;
  /* max-width:1080/20em; */
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}
@media only screen and (max-width: 1299px) {
  .spot03 .mod {
    padding: calc(6em - 6vw) 0;
    /* desk 1300oo */
  }
}
@media only screen and (min-width: 1300px) {
  .spot03 .mod {
    /* desk 1300w */
  }
}
.spot03 .toy {
  margin: 0 auto 30px;
  display: block;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .spot03 .toy {
    perspective: 100em;
    /* midTab 768oo */
  }
}
@media only screen and (min-width: 768px) {
  .spot03 .toy {
    perspective: 100vw;
    /* midTab 768w */
  }
}
@media only screen and (max-width: 1299px) {
  .spot03 .toy {
    width: 96%;
    max-width: 51.2em;
    height: min(55vw, 15.75em);
    margin-left: 50%;
    transform: translate3d(-50%, 0, 0);
    /* desk 1300oo */
  }
}
@media only screen and (min-width: 1300px) {
  .spot03 .toy {
    width: 60em;
    height: 320px;
    perspective: 900px;
    /* desk 1300w */
  }
}
.spot03 .toy .carousel-item {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.9!important;
}
@media only screen and (max-width: 1299px) {
  .spot03 .toy .carousel-item {
    width: 93.75%;
    max-width: 30em;
    /* desk 1300oo */
  }
}
@media only screen and (min-width: 1300px) {
  .spot03 .toy .carousel-item {
    width: 600px;
    height: 320px;
    /* desk 1300w */
  }
}
.spot03 .toy .carousel-item.active {
  opacity: 1!important;
}
.spot03 .toy .carousel-item .dim {
  max-width: 100%;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.35);
}
.spot03 .toy .carousel-item .level {
  width: 78.83333333%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  right: 0;
  left: 0;
}
.spot03 .toy .carousel-item .testimony {
  line-height: 1.66666667;
  font-size: clamp( 12px, 0.75em , 15px );
  margin-bottom: 1.73333333em;
  display: block;
  position: relative;
}
.spot03 .toy .carousel-item .testimony:before {
  content: '';
  width: 2.2em;
  height: 2.93333333em;
  margin-left: auto;
  margin-right: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8, <svg xmlns='http://www.w3.org/2000/svg' width='32.26' height='28.44' viewBox='0 0 32.26 28.44'><path fill='rgb(77,200,233)' d='M12.73 16.38c1.16 1.28 1.74 2.92 1.74 4.94 0 2.2-.62 3.93-1.85 5.21-1.23 1.28-2.81 1.91-4.74 1.91-5.25 0-7.88-3.12-7.88-9.35 0-3.26.52-6.57 1.56-9.92C2.6 5.81 3.99 2.76 5.74 0h6.27c-1.16 2.85-2.05 5.38-2.67 7.61-.62 2.23-1.01 4.41-1.16 6.54 1.88.21 3.39.95 4.55 2.23zm17.8 0c-1.16-1.27-2.67-2.02-4.54-2.23.15-2.14.53-4.32 1.16-6.54.62-2.22 1.51-4.76 2.67-7.61h-6.27c-1.75 2.76-3.14 5.81-4.18 9.17-1.04 3.35-1.56 6.66-1.56 9.92 0 6.23 2.62 9.34 7.88 9.34 1.93 0 3.51-.64 4.74-1.91 1.23-1.27 1.85-3.01 1.85-5.21-.02-2.01-.6-3.66-1.75-4.93z'/></svg>");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 50% 0;
  display: block;
}
.spot03 .toy .carousel-item .testifier {
  line-height: 1.78571429;
  font-size: 0.7em;
  font-family: 'Kanit', sans-serif;
  color: #4dc8e9;
  display: block;
  position: relative;
}
.spot03 .toy .carousel-item .testifier:after {
  content: '\f005\f005\f005\f005\f005';
  line-height: 1;
  font-size: 1.07142857em;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 900;
  color: #f5cd2b;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
}
.spot03 .spotbtn {
  font-family: 'Encode Sans Condensed', sans-serif;
  font-weight: 600;
  letter-spacing: 0.22em;
  line-height: 3.75;
  font-size: 0.6em;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background: #4dc8e9;
  width: 10.33333333em;
  height: 3.75em;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
  transition: transform 0.33s ease-in-out;
}
.spot03 .spotbtn:after {
  content: '';
  background: #4dc8e9;
  background: -moz-linear-gradient(left, #4dc8e9 0%, #0190b5 100%);
  background: -webkit-linear-gradient(left, #4dc8e9 0%, #0190b5 100%);
  background: linear-gradient(to right, #4dc8e9 0%, #0190b5 100%);
  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;
  opacity: 0;
  z-index: -1;
}
.spot03 .spotbtn:hover {
  color: white;
  transform: translate3d(0, 0, 0) scale(1.05);
}
.spot03 .spotbtn:hover:after {
  opacity: 1;
}
/* ==================================================================
	association logos 
=================================================================== */
.associationlogos {
  text-align: center;
  padding: 3em 0;
  background: #fff;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .associationlogos {
    font-size: 2vw;
    /* midTab opt-out 767oo */
  }
}
@media only screen and (min-width: 768px) {
  .associationlogos {
    font-size: 1.25vw;
    padding: 3.55em 0 5.5em;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 1024px) {
  .associationlogos {
    font-size: inherit;
    /* maxTab 1024w */
  }
}
.associationlogos h2.topic {
  font-family: 'Kanit', sans-serif;
  line-height: 1;
  font-size: 2.25em;
  font-weight: 400;
  text-transform: none;
  color: #4dc8e9;
  margin: 0 0 0.75em;
}
.associationlogos img {
  margin: 2%;
  display: inline-block;
  vertical-align: middle;
  transition: opacity 0.33s ease-in-out, transform 0.33s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .associationlogos img {
    margin: 0 0.95em 0 0;
    /* midTab 768w */
  }
}
.associationlogos img:hover {
  transform: scale(0.88);
  opacity: 0.5;
}
.associationlogos img.co01 {
  width: 8.15em;
  height: 4.4em;
}
.associationlogos img.co02 {
  width: 4.55em;
  height: 4.4em;
}
.associationlogos img.co03 {
  width: 4.4em;
  height: 4.4em;
}
.associationlogos img.co04 {
  width: 2.7em;
  height: 4.4em;
}
.associationlogos img.co05 {
  width: 3.75em;
  height: 4.4em;
}
.associationlogos img.co06 {
  width: 5.6em;
  height: 4.4em;
}
.associationlogos img.co07 {
  width: 6.2em;
  height: 4.4em;
}
.associationlogos img.co08 {
  width: 3.15em;
  height: 4.4em;
}
.associationlogos img.co09 {
  width: 5.2em;
  height: 4.4em;
}
.associationlogos img.co10 {
  width: 4.8em;
  height: 4.4em;
}
.associationlogos img.co11 {
  width: 4.45em;
  height: 4.4em;
}
.associationlogos img.last {
  margin: 0;
}
.associationlogos img img {
  width: 100%;
  height: 100%;
  display: block;
}
/* ==================================================================
	#ft
=================================================================== */
#ft {
  text-align: center;
  color: #323439;
  width: 100%;
  padding: 0;
  background: #a1deef no-repeat center center;
  background-size: cover;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
}
@media only screen and (min-width: 768px) {
  #ft {
    background-size: auto 100%;
    /* desk 768w */
  }
}
#ft:before {
  content: '';
  background: rgba(77, 200, 233, 0.5);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
#ft a {
  color: #323439;
  transition: color 0.33s ease-in-out, transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
}
#ft a:hover {
  color: #4dc8e9;
}
/* ===============================================
		locations
=============================================== */
#location {
  width: 100%;
  max-width: 64.5em;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  z-index: 400;
}
@media only screen and (min-width: 768px) {
  #location {
    padding: 6em 0 0;
    height: 28em;
    /* midTab 768w */
  }
}
#location .mod {
  text-align: center;
  width: 100%;
  display: block;
  padding: 2em 0 1.4em;
}
@media only screen and (max-width: 767px) {
  #location .mod {
    background-color: rgba(255, 255, 255, 0.9);
    margin: 0 auto;
    /* midTab opt-out 768oo */
  }
}
@media only screen and (min-width: 768px) {
  #location .mod {
    max-width: 15em;
    margin: 0 0 0 auto;
    padding-right: 1.2em;
    /* midTab 768w */
  }
}
#location .logo {
  line-height: 0;
  text-align: center;
  margin: 0 auto 0.75em;
  display: block;
  position: relative;
}
#location .logo .mark {
  width: 4.9em;
  height: 4.35em;
}
@media only screen and (min-width: 768px) {
  #location .logo .mark {
    margin-right: 0.66em;
    /* midTab 768w */
  }
}
#location .logo .bg {
  width: 1em;
  height: 1em;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
}
#location .doctor {
  letter-spacing: 0.14em;
  font-weight: 600;
  font-family: 'Encode Sans Condensed', sans-serif;
  text-transform: uppercase;
  color: #0090b5;
  line-height: 1.75;
  font-size: 1em;
  margin: 0 auto;
  display: block;
}
#location .phone {
  line-height: 1.65;
  font-size: 1em;
  font-family: 'Kanit', sans-serif;
  color: #4dc8e9;
  margin: 0 auto 0.425em;
  display: block;
}
#location .address {
  line-height: 1.125;
  font-size: 0.8em;
  margin: 0 auto 1em;
  display: block;
}
#location .address .marker {
  line-height: 1;
  font-size: 4.125em;
  color: white;
  margin-right: 5.71212121em;
  position: absolute;
  right: 50%;
  top: 3.66666667em;
  z-index: 400;
  transition: transform 0.33s ease-in-out;
  transform-origin: center bottom;
}
@media only screen and (max-width: 767px) {
  #location .address .marker {
    display: none;
    /* midTab 768oo */
  }
}
@media only screen and (min-width: 768px) {
  #location .address .marker {
    display: block;
    /* midTab 768w */
  }
}
#location .address .marker:before {
  color: currentcolor;
}
#location .address .marker:after {
  content: '';
  width: 1.10606061em;
  height: 1.01515152em;
  background: url(../images/footer/shadowalt.png) no-repeat center center;
  background-size: cover;
  position: absolute;
  left: 0.2em;
  bottom: -0.15em;
  z-index: -1;
  -webkit-filter: blur(0.04125em);
  filter: blur(0.04125em);
  pointer-events: none;
}
#location .address:hover .marker {
  transform: translate3d(0, 0, 0) scale(2);
}
/* ===============================================
	socialmedia
=============================================== */
.socialmedia {
  line-height: 0;
  text-align: center;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  position: relative;
  display: flex;
  justify-content: center;
}
.socialmedia a {
  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: 11px;
    width: 44px;
    height: 44px;
    /* desk 1300oo */
  }
}
@media only screen and (min-width: 1300px) {
  .socialmedia a {
    line-height: 4;
    font-size: 0.55em;
    height: 4em;
    width: 1.63636364em;
    /* desk 1300w */
  }
}
.socialmedia a:hover {
  color: #fff;
  z-index: 400;
  transform: translate3d(0, 0, 0) scale(1.44);
}
.socialmedia a .icon {
  position: relative;
}
/* ==================================================================
		#links
=================================================================== */
#links {
  text-align: center;
  color: #fff;
  padding: 2em 0;
  margin: 0;
  background-color: #323439;
  position: relative;
  z-index: 420;
}
@media only screen and (min-width: 768px) {
  #links {
    height: 3.8em;
    padding: 0.85em 0 0;
    /* midTab 768w  */
  }
}
#links .util {
  line-height: 3.5;
  font-size: 0.6em;
  margin-bottom: 2em;
}
@media only screen and (min-width: 480px) {
  #links .util {
    width: auto;
    margin: 0;
    float: left;
    /* mintab 480w */
  }
}
#links .util a {
  color: #fff;
  transition: color 0.33s ease-in-out;
}
#links .util a:hover {
  color: #4dc8e9;
}
#links .util a,
#links .util .divider {
  display: inline-block;
}
#links .util .divider {
  margin: 0 0.6em;
}
/* ===============================================
		sesame link
=============================================== */
a#sesame-link .sesameicon {
  width: 1.33333333em;
  height: 1.16666667em;
  margin-right: 0.66666667em;
  display: inline-block;
  vertical-align: middle;
}
a#sesame-link .sesameicon path {
  fill: currentcolor;
  transition: fill 0.33s ease-in-out;
}
/* ===============================================
	backToTop
=============================================== */
#btt {
  text-align: center;
  width: 100%;
  margin: 0;
  display: block;
  position: relative;
}
@media only screen and (min-width: 480px) {
  #btt {
    width: auto;
    float: right;
    /* mintab 480w */
  }
}
a#backtotop {
  text-transform: uppercase;
  font-family: 'Encode Sans Condensed', sans-serif;
  font-weight: 600;
  letter-spacing: 0.22em;
  width: 11.25em;
  line-height: 3.5;
  font-size: 0.6em;
  color: white;
  display: inline-block;
  vertical-align: top;
  transition: color 0.33s ease-in-out;
  background: #0090b5;
  background: -moz-linear-gradient(left, #0090b5 0%, #4dc8e9 100%);
  background: -webkit-linear-gradient(left, #0090b5 0%, #4dc8e9 100%);
  background: linear-gradient(to right, #0090b5 0%, #4dc8e9 100%);
  position: relative;
  z-index: 1;
}
a#backtotop:after {
  content: '';
  background: #4dc8e9;
  background: -moz-linear-gradient(left, #4dc8e9 0%, #0190b5 100%);
  background: -webkit-linear-gradient(left, #4dc8e9 0%, #0190b5 100%);
  background: linear-gradient(to right, #4dc8e9 0%, #0190b5 100%);
  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;
  opacity: 0;
  z-index: -1;
}
a#backtotop:hover {
  color: white;
}
a#backtotop:hover:after {
  opacity: 1;
}
/*superlative*/
/************************************************************************************************************************************************/
/* hide double hr aka 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: #4dc8e9;
  float: left;
}
/* ===============================================
	Form Buttons
=============================================== */
form button {
  letter-spacing: normal;
  font-size: small;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  height: 38px;
  padding: 0 1.5em;
  background-color: #4dc8e9;
  border: 1px solid #4dc8e9;
  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: #0090b5;
  background-color: #0090b5;
}
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;
  height: 44px;
  width: auto;
  text-decoration: none;
  padding: 0 1.5em;
  background-color: #4dc8e9;
  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: #323439;
}
/* ===============================================
	.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 (768px) and up
=============================================== */
@media only screen and (min-width: 768px) {
  /* ===============================================
	blanket content sidebar hide
=============================================== */
  .sitemap #bd.sub:after,
  .layout-full-width #bd.sub:after {
    content: none;
  }
  .sitemap #content,
  .layout-full-width #content {
    width: 100%;
    max-width: none;
  }
  .sitemap #sidebar,
  .layout-full-width #sidebar {
    display: none;
  }
  /* ===============================================
	custom content
=============================================== */
  /*.success{ width:66%; }*/
  /*table.office-hours{ max-width:50%; }*/
  .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*/
}
/* ===============================================
Large Tablet Stylings
Supports 1024px (1024px) and up
=============================================== */
@media only screen and (min-width: 1024px) {
  /* ==================================================================
	main-nav
=================================================================== */
  #main-nav {
    font-size: inherit;
    width: 100%;
    height: 4.15em;
    margin-top: 2.85em;
    box-shadow: none;
    position: relative;
    top: auto;
    z-index: 2900;
  }
  #main-nav .container {
    max-width: right;
  }
  #main-nav div.collapsible {
    margin: 0 auto;
  }
  #main-nav ul {
    height: 4.15em;
    width: auto;
    padding: 0;
    margin: 0 13.45em 0 0;
    background: none;
    position: static;
    float: right;
  }
  #main-nav ul li {
    height: 100%;
    margin: 0 1.3em 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.66666667;
    text-align: center;
    height: 100%;
    z-index: 3000;
  }
  #main-nav ul li a[id]:after {
    bottom: 1.06666667em;
  }
  #main-nav ul ul {
    width: auto;
    height: auto;
    padding: 1em 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.66666667;
    text-align: left;
    white-space: nowrap;
    height: 1.66666667em;
    padding: 0 2em;
    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: -1.5em;
    /*top:37px;*/
  }
  #main-nav ul li.contact-us:hover ul,
  #main-nav ul li.contact:hover ul {
    margin: 0;
    left: auto;
    right: -1.5em;
  }
  /*END*/
}
/* ie nonsense */
/***********************************************
target ie11: html[data-useragent*='Trident/7.0']
***********************************************/
html[data-useragent*='Trident/7.0'] {
  /* END */
}
/* custom animations */
@keyframes flyinmobilenav {
  from {
    transform: translate(100%, 0);
    opacity: 0;
    pointer-events: none;
  }
  to {
    transform: translate(0, 0);
    opacity: 1;
    pointer-events: auto;
  }
}
/* ===============================================
	embed-container enhanced support
=============================================== */
@supports (aspect-ratio: 16 / 9) and (object-fit: cover) {
  .embed-container,
  .embed-container.ratio16x9 {
    height: auto;
    aspect-ratio: 16 / 9;
    max-width: min( 41.84210526em , 1200px );
    padding: 0;
    display: block;
  }
  .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;
  }
}
