<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">  /* 
 Site Manager Version: 14.2.0
 Date Created: August 2023
 Account: pitts-ortho
 Written by: Ricky Rivas
 Sesame Communications - All rights reserved. C2023
 Any reproduction or intentional misuse is strictly prohibited
*/
/* ===============================================
              options
 =============================================== */
/* ===============================================
                    colors
 =============================================== */
/* ===============================================
					fonts
=============================================== */
.fontH {
  font-family: 'Nunito Sans', Helvetica, Arial, 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: 'Nunito Sans', Helvetica, Arial, sans-serif;
}
form button,
button {
  font-family: 'Nunito Sans', Helvetica, Arial, sans-serif;
}
svg {
  display: inline-block;
}
body {
  font-size: 15px;
  color: #1d2739;
  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: #6dbbad;
  text-decoration: underline;
  transition: color 0.33s ease-in-out;
}
#content a:hover {
  color: #a992e0;
}
/* ===============================================
	h family || hfam 
=============================================== */
h1,
h2:not(.topic),
h3:not(.topic),
h4,
h5,
h6 {
  line-height: 1;
  text-align: left;
  color: #6dbbad;
  margin: 0 0 1.44em;
  text-rendering: auto;
  font-weight: 400;
  text-transform: lowercase;
}
.sub h1 {
  font-size: 10vw;
  font-weight: 400;
  margin-bottom: 0em;
  text-align: center;
  color: #fff;
}
@media only screen and (min-width: 480px) {
  .sub h1 {
    font-size: 3.4em;
    /* mintab 480w */
  }
}
.home h1 {
  font-size: 10vw;
  text-align: left;
  margin: 0 0 0.2em;
  color: #223d71;
  font-weight: 400;
}
@media only screen and (min-width: 480px) {
  .home h1 {
    font-size: 4.25em;
    /* mintab 480w */
  }
}
@media only screen and (min-width: 1024px) {
  .home h1 {
    white-space: nowrap;
  }
}
.home h1 .trait.top {
  display: block;
  color: #ecbe19;
  font-weight: 300;
  line-height: 0.57142857;
  font-size: 0.41176471em;
}
h2:not(.topic) {
  font-size: 1.31578947em;
  color: #a992e0;
}
h3:not(.topic) {
  font-size: 1.21052632em;
  color: #6dbbad;
}
h4 {
  font-size: 1.10526316em;
  color: #ecbe19;
}
h5 {
  font-size: 1.05263158em;
}
h6 {
  font-size: 1em;
}
/* ===============================================
	containers
=============================================== */
.container {
  max-width: 60em;
}
/* ===============================================
	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: 1.1em;
    /* maxTab 1024w */
  }
}
@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 */
  }
}
/* ==================================================================
	main-nav
=================================================================== */
#main-nav {
  font-size: 1.2em;
  text-align: center;
  height: 44px;
  width: 44px;
  padding: 0;
  margin: 0;
  box-shadow: -1px 1px 0 rgba(109, 187, 173, 0.4);
  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: #6dbbad;
  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: #6dbbad;
}
#main-nav .trigger:hover .navicon span {
  /* background:@color1; */
}
#main-nav .open .trigger {
  color: #a992e0;
}
#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] {
  line-height: 2.66666667;
  font-size: 0.75em;
  text-transform: lowercase;
  font-weight: 700;
  color: #223d71;
  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.open &gt; a[id],
#main-nav ul li.active &gt; a[id],
#main-nav ul li:hover &gt; a[id] {
  color: #6dbbad;
  text-decoration: none;
  transition-duration: 0.15s;
}
#main-nav ul li.open &gt; a[id]:after,
#main-nav ul li.active &gt; a[id]:after,
#main-nav ul li:hover &gt; a[id]:after {
  transition-duration: 0.15s;
  transform: translate3d(0, 0, 0) scaleX(1);
  opacity: 1;
}
#main-nav ul ul {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #223d71;
  display: inline;
  float: left;
}
#main-nav ul ul li {
  width: 100%;
  background: none;
  float: left;
}
#main-nav ul ul li a {
  line-height: 2.66666667;
  font-size: 0.75em;
  color: #fff;
  width: 100%;
  height: 2.66666667em;
  margin: 0;
  font-weight: 400;
  padding: 0;
  text-transform: lowercase;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
#main-nav ul li.active ul li a:hover,
#main-nav ul ul li a:hover,
#main-nav ul ul li a.active {
  text-decoration: none;
  color: #6dbbad;
  margin-bottom: 0;
  background: transparent;
  border: none;
}
/* main-nav make li fly in all cool */
#main-nav .collapsible.open &gt; 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: #6dbbad;
  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 */
  }
}
@media only screen and (min-width: 666px) and (max-width: 1023px) {
  #hd .container {
    padding: 1em 50px 1em 0;
    /* range 666w - 1023oo */
  }
}
@media only screen and (min-width: 1024px) {
  #hd .container {
    padding: 0 0;
    max-width: 100%;
    /* midTab 1024w */
  }
}
/* ===============================================
	logo
=============================================== */
#logo {
  line-height: 0;
  font-size: 0.7em;
  width: 14.75em;
  margin: 0.75em auto 0.75em 2%;
  display: block;
  position: relative;
}
@media only screen and (min-width: 666px) {
  #logo {
    position: absolute;
    top: 0;
    left: 2%;
    /* custom 666w */
  }
}
@media only screen and (min-width: 1024px) {
  #logo {
    font-size: inherit;
    margin: 0;
    top: 0.2em;
    left: 1.5em;
    /* maxTab 1024w */
  }
}
#logo a {
  display: inline-block;
  vertical-align: top;
}
#logo img {
  width: 14.75em;
}
/* ===============================================
	contact info
=============================================== */
#contactinfo {
  text-align: center;
  width: 100%;
  margin: 0 0 0.5em;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (min-width: 666px) {
  #contactinfo {
    width: auto;
    margin: 0;
    /* mintab 480w */
  }
}
@media only screen and (min-width: 1024px) {
  #contactinfo {
    position: absolute;
    top: 1.65em;
    right: 1.55em;
  }
}
#contactinfo .appointmentrequest {
  line-height: 3.33333333;
  font-size: 0.6em;
  color: #fff;
  width: auto;
  display: inline-block;
  vertical-align: top;
  text-transform: lowercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  position: relative;
  width: 7em;
  height: 3.33333333em;
  background-image: -moz-linear-gradient(0deg, #223d71 0%, #6dbbad 100%);
  background-image: -webkit-linear-gradient(0deg, #223d71 0%, #6dbbad 100%);
  background-image: -ms-linear-gradient(0deg, #223d71 0%, #6dbbad 100%);
  isolation: isolate;
  margin: 0 -0.1em;
}
#contactinfo .appointmentrequest::before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: -moz-linear-gradient(180deg, #223d71 0%, #6dbbad 100%);
  background-image: -webkit-linear-gradient(180deg, #223d71 0%, #6dbbad 100%);
  background-image: -ms-linear-gradient(180deg, #223d71 0%, #6dbbad 100%);
  z-index: -1;
  opacity: 0;
  transition: opacity 0.33s ease;
}
#contactinfo .phone {
  line-height: 3.33333333;
  font-size: 0.6em;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0.1em;
  font-weight: 700;
  position: relative;
  width: 10.5em;
  height: 3.33333333em;
  background-image: -moz-linear-gradient(0deg, #223d71 0%, #6dbbad 100%);
  background-image: -webkit-linear-gradient(0deg, #223d71 0%, #6dbbad 100%);
  background-image: -ms-linear-gradient(0deg, #223d71 0%, #6dbbad 100%);
  isolation: isolate;
  margin: 0 -0.1em;
}
#contactinfo .phone::before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: -moz-linear-gradient(180deg, #223d71 0%, #6dbbad 100%);
  background-image: -webkit-linear-gradient(180deg, #223d71 0%, #6dbbad 100%);
  background-image: -ms-linear-gradient(180deg, #223d71 0%, #6dbbad 100%);
  z-index: -1;
  opacity: 0;
  transition: opacity 0.33s ease;
}
#contactinfo a {
  transition: color 0.33s ease-in-out;
}
#contactinfo a:hover::before {
  opacity: 1;
}
/* ===============================================
	socialmedia
=============================================== */
.socialmedia {
  line-height: 0;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 1.3em 0 0;
  position: relative;
  z-index: 300;
}
.socialmedia a {
  line-height: 1;
  font-size: 1em;
  color: #fff;
  margin: 0 0.8em 0 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: transform 0.33s ease-in-out, color 0.33s ease-in-out !important;
}
.socialmedia a span {
  width: auto;
}
.socialmedia a:hover {
  z-index: 400;
  transform: translate3d(0, 0, 0) scale(1.44);
}
.socialmedia a .icon {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .socialmedia a {
    font-size: 0.45em;
  }
}
/* ==================================================================
	slideshow
=================================================================== */
#slideshow {
  font-size: 2vw;
  text-align: center;
  color: #fff;
  min-height: 55vw;
  background: #000;
  position: relative;
  z-index: 400;
}
#slideshow::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/spotlight/pattern.png), linear-gradient(70deg, #223d71 0%, #6dbbad 100%);
  background-size: auto;
  background-repeat: repeat;
  z-index: 10;
  opacity: 85%;
}
@media only screen and (min-width: 1024px) {
  #slideshow {
    font-size: inherit;
    width: 100%;
    margin-top: 0;
    top: 0;
    /* maxTab 1024w */
  }
  #slideshow::before {
    right: calc(50% + 0.5em);
    height: calc(100% + 2em);
    background-position: 100% 0;
    width: 50%;
  }
  #slideshow::after {
    content: '';
    width: 100%;
    height: 2.5em;
    position: absolute;
    background-color: white;
    bottom: 0;
    left: 0;
    pointer-events: none;
  }
}
@media only screen and (min-width: 1300px) {
  #slideshow::before {
    background-position: 100% 7px;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1999px) {
  #slideshow {
    min-height: 950px;
    /* range 1300w - 1999oo */
  }
}
#slideshow .welcomevid {
  width: 100%;
  vertical-align: top;
  aspect-ratio: 16 / 9;
}
@media only screen and (min-width: 1300px) {
  #slideshow .welcomevid {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1999px) {
  #slideshow .welcomevid {
    width: 2000px;
    margin: 0 calc(-1000px + 50vw);
    /* range 1300w - 1999oo */
  }
}
#slideshow .ssoverlay {
  line-height: 0.95619048;
  font-size: 5.25em;
  color: currentcolor;
  display: block;
  position: absolute;
  text-transform: lowercase;
  font-weight: 300;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  z-index: 420;
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  #slideshow .ssoverlay {
    width: auto;
    text-align: right;
    left: auto;
    top: 52.5%;
    transform: translate3d(0, -50%, 0);
    right: calc(50% + 1.38em);
    font-size: 6.08vw;
  }
}
@media only screen and (min-width: 1710px) {
  #slideshow .ssoverlay {
    font-size: 5.25em;
  }
}
/* ==================================================================
	.spotlight
=================================================================== */
.spotlight {
  text-align: center;
  position: relative;
  z-index: 400;
}
.spotlight &gt; div {
  position: relative;
}
/* ===============================================
	spot00 || COMMON SERVICES/CALLOUT-LIKE SECTION EXAMPLE
=============================================== */
.spot01 {
  padding: 2em 0;
  margin: 0;
  background: #fff;
  position: relative;
  z-index: 410;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.spot01 .bg {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  object-position: 56% 50%;
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  .spot01 {
    font-size: 1.5vw;
  }
}
@media only screen and (min-width: 1024px) {
  .spot01 {
    font-size: inherit;
    background-size: auto;
    padding: 6.4em 0;
    flex-wrap: nowrap;
  }
  .spot01 .bg {
    width: 74.4em;
    min-width: 74.4em;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.spot01 a {
  color: #fff;
  width: 11.5em;
  padding: 1em;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  position: relative;
  transition: transform 0.33s ease-in-out;
  perspective: 1000px;
  margin: 2%;
}
.spot01 a::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #a992e0;
  transition: opacity 0.33s ease, transform 0.33s ease;
  transform: scale(0.8) rotateY(60deg);
  opacity: 0;
  z-index: -1;
  box-shadow: 0px 25px 25px 0px rgba(0, 0, 0, 0.15);
}
@media only screen and (min-width: 768px) {
  .spot01 a {
    margin: 0 0.13em;
    padding: 1em 1em 8.1em 1em;
    height: 27.8em;
    width: 16.25em;
    /* midTab 768w */
  }
  .spot01 a:nth-child(1) {
    margin-left: 0;
  }
  .spot01 a:nth-child(4) {
    margin-right: 0;
  }
}
.spot01 a h2.topic {
  line-height: 1.1;
  font-size: 1.8em;
  text-transform: lowercase;
  color: currentcolor;
  width: 100%;
  display: block;
  font-weight: 300;
}
.spot01 a h2.topic .trait {
  display: block;
  font-weight: 700;
  font-size: 0.91666667em;
  letter-spacing: 0.12em;
  line-height: 1;
}
.spot01 a .decoration {
  display: block;
  margin: 0 auto 1.5em;
  height: auto;
}
.spot01 a:nth-child(1) .decoration {
  width: 5.6em;
}
.spot01 a:nth-child(2) .decoration {
  width: 5.6em;
}
.spot01 a:nth-child(3) .decoration {
  width: 6.55em;
}
.spot01 a:nth-child(4) .decoration {
  width: 6.8em;
  margin: 0 auto 1em;
}
.spot01 a:hover::before {
  opacity: 80%;
  transform: scale(1.03, 1) rotateY(0deg);
}
/* ===============================================
	spot00 || COMMON GENERAL INFORMATION SPOTLIGHT SECTION
=============================================== */
.spot02 {
  color: #fff;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 3em 0;
}
@media only screen and (min-width: 768px) {
  .spot02 {
    font-size: 1.4vw;
    padding: 2.55em 0 4em;
  }
}
@media only screen and (min-width: 1024px) {
  .spot02 {
    font-size: inherit;
    padding: 2.55em 0 2em;
  }
}
.spot02 .decoration {
  width: 96%;
  margin: 0 auto 1em;
  max-width: 27.5em;
  display: block;
}
.spot02 .decoration img{
  width: 100%;
  margin: 0 !important;
}
@media only screen and (min-width: 768px) {
  .spot02 .decoration {
    display: inline-block;
    vertical-align: middle;
    max-width: 50em;
    margin: 0;
    position: absolute;
    top: 0;
    right: calc(50% - 3em);
    overflow: hidden;
  }
}
@media only screen and (min-width: 1400px) {
  .spot02 .decoration {
    right: calc(50% - .05em);
  }
}
.spot02 .mod {
  width: 96%;
  max-width: 25.2em;
  padding: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 2;
  position: relative;
  overflow: hidden;
}
.spot02 .mod::before {
  content: '';
  background: url(../images/spotlight/pattern.png), linear-gradient(45deg, #223d71 0%, #6dbbad 100%);
  background-size: auto;
  background-position: 0 0;
  position: absolute;
  top: 0;
  left: -0.2em;
  width: 101%;
  height: 100%;
  z-index: -1;
  opacity: 92%;
}
@media only screen and (min-width: 768px) {
  .spot02 .mod {
    text-align: left;
    padding: 0;
    max-width: 40.45em;
    height: 35em;
    padding: 0 0 1.8em 0.65em;
    transform: translateX(17.8em);
  }
}
.spot02 h2.topic {
  line-height: 0.68333333;
  font-size: 3.05em;
  font-weight: 300;
  text-transform: lowercase;
  color: #fff;
  margin: 0 0 0.6em;
}
.spot02 h2.topic .trait {
  display: block;
  font-weight: 700;
  font-size: 0.57377049em;
  letter-spacing: 0.12em;
}
.spot02 .info {
  line-height: 1.2;
  font-size: 0.75em;
  margin: 0 0 3.2em;
  display: block;
  max-width: 31.13333333em;
  text-align: justify;
}
.spot02 .spotbtn {
  letter-spacing: 0.1em;
  line-height: 1.2;
  font-size: 0.8em;
  text-align: center;
  font-weight: 700;
  text-transform: capitalize;
  color: #fff;
  width: 11.625em;
  height: 3.3125em;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
  transition: background-color 0.33s ease-in-out;
  background-color: #a992e0;
  padding-top: 0.45em;
  margin: 0 -0.05em;
}
.spot02 .spotbtn.first {
  background-color: #ecbe19;
  margin-left: 0.05em;
}
.spot02 .spotbtn:hover {
  background-color: #223d71;
}
/* ==================================================================
	subnav
=================================================================== */
/* TOP ORIENTED */
#subnav {
  text-align: center;
  color: #000;
  padding: 4.35em 0;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background-image: linear-gradient(0deg, #6dbbad 0%, #ecbe19 100%);
}
#subnav::before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/spotlight/ftpattern.png);
  background-size: auto;
  background-position: calc(50% - 25.3em) calc(17%);
  z-index: -1;
}
@media only screen and (min-width: 1300px) {
  #subnav {
    margin-top: 5.25em;
    padding-top: 4.6em;
    /* desk 1300w */
  }
}
#subnav .wave {
  width: 14.45em;
  height: auto;
  display: block;
  margin: 1.1em auto 2.5em;
  filter: brightness(0) invert(1);
}
#subnav p {
  line-height: 1.2;
  font-size: 0.75em;
  margin: 0 auto;
  padding: 0;
  max-width: 64em;
}
#subnav a {
  color: #fff;
  margin: 0;
  padding: 0;
  position: relative;
  text-transform: lowercase;
}
@media only screen and (max-width: 1023px) {
  #subnav a {
    display: inline-block;
  }
}
#subnav a:after {
  content: '';
  width: 100%;
  height: 1px;
  background: currentcolor;
  display: block;
  position: absolute;
  bottom: 0.15em;
  left: 0;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  transform: translate3d(0, 0, 0) scaleX(0);
  opacity: 0;
}
#subnav a:hover,
#subnav a.active {
  color: #fff;
  text-decoration: none;
}
#subnav a:hover:after,
#subnav a.active:after {
  transform: translate3d(0, 0, 0) scaleX(1);
  opacity: 1;
}
#subnav .divider {
  display: inline-block;
  width: 0.4em;
  height: 0.4em;
  margin: 0.1em 0.58em;
  background-color: #fff;
  border-radius: 50%;
}
/* ==================================================================
	content
=================================================================== */
#bd {
  padding: 3em 0;
  background: #fff;
  position: relative;
  z-index: 400;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  #bd {
    padding: 3.95em 0 6em;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 1024px) {
  #bd {
    min-height: 51em;
  }
  #bd::before {
    content: '';
    position: absolute;
    bottom: -2.8em;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100em;
    height: 49.05em;
    background: url(../images/spotlight/intscene.png) center / cover no-repeat;
    z-index: -1;
    display: block;
  }
}
@media only screen and (min-width: 2000px) {
  #bd::before {
    font-size: 1vw;
  }
}
#bd .container {
  max-width: 64.6em;
}
#content {
  display: block;
}
@media only screen and (min-width: 768px) {
  #content {
    width: 61.45510836%;
    max-width: 39.7em;
    float: left;
    /* midTab 768w */
  }
  #content p {
    text-align: justify;
  }
}
#content .content-text {
  line-height: 1.68421053;
  text-align: left;
}
@media only screen and (min-width: 1300px) {
  #content .content-text {
    font-size: 0.95em;
    /* desk 1300w */
  }
}
/* ==================================================================
	.home content
=================================================================== */
.home #bd {
  padding: 3em 0;
  background-color: transparent;
  z-index: 500;
  min-height: auto;
}
.home #bd::before {
  content: none;
}
.home #bd .imgs {
  display: none;
  position: absolute;
  left: calc(50% + .9em);
  top: 2em;
  width: 100%;
  height: 100%;
}
.home #bd .imgs .img3 {
  display: block;
  height: auto;
  position: absolute;
  top: 0;
  left: 9.45em;
  min-width: 39.65em;
  width: 39.65em;
  top: 4em;
  z-index: 1;
}
.home #bd .imgs .img2 {
  display: block;
  height: auto;
  position: absolute;
  top: 0;
  left: 5.45em;
  min-width: 31.65em;
  width: 31.65em;
  z-index: 2;
  box-shadow: 12.5px 21.651px 25px 0px rgba(0, 0, 0, 0.15);
}
.home #bd .imgs .img1 {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
  background-color: white;
  position: absolute;
  top: 26.35em;
  left: 0;
  width: 23.25em;
  height: 20.3em;
}
.home #bd .imgs .img1 img {
  width: 21.25em;
  height: auto;
  box-shadow: 12.5px 21.651px 25px 0px rgba(0, 0, 0, 0.15);
}
@media only screen and (min-width: 768px) {
  .home #bd {
    padding: 4em 0 4em;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 1300px) {
  .home #bd {
    padding: 1.9em 0 7.8em;
  }
  .home #bd .imgs {
    display: block;
  }
}
.home #bd .container {
  max-width: 64.5em;
}
@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: 31.5em;
    margin-left: 0;
    /* desk 1300w */
  }
}
.home #bd #content .content-text h3 {
  text-transform: none;
  font-size: 1.31578947em;
  font-weight: 400;
  margin-bottom: 0.84em;
  color: #a992e0;
}
.home #bd #content .content-text ul,
.home #bd #content .content-text ol {
  margin: 0 0 1.35em 2em;
}
.home #bd #content .content-text ul li,
.home #bd #content .content-text ol li {
  margin-bottom: 1.3em;
}
.home #bd #content p {
  margin-bottom: 1.4em;
}
@media only screen and (min-width: 768px) {
  .home #bd #content p {
    text-align: justify;
    /* midTab 768w */
  }
}
/* ==================================================================
	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 &gt; button {
  font-size: 2.8em;
  color: #6dbbad;
  background: none;
  border: none;
  -webkit-appearance: none;
  position: absolute;
  top: 50%;
  z-index: 900;
  transform: translate3d(0, -50%, 0);
}
.mediaslider .cycle-slideshow &gt; button .icon {
  transition: transform 0.35s ease, opacity 0.35s ease;
}
.mediaslider .cycle-slideshow &gt; button.cycle-prev {
  text-align: left;
  left: 0;
}
.mediaslider .cycle-slideshow &gt; button.cycle-prev .icon {
  transform-origin: left center;
}
.mediaslider .cycle-slideshow &gt; button.cycle-next {
  text-align: right;
  direction: rtl;
  right: 0;
}
.mediaslider .cycle-slideshow &gt; button.cycle-next .icon {
  transform-origin: right center;
}
.mediaslider .cycle-slideshow &gt; button:hover {
  cursor: pointer;
}
.mediaslider .cycle-slideshow &gt; 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-top: .44em;
  margin-bottom: .22em;

}
/* ==================================================================
	sitemap
=================================================================== */
.sitemap #content .column &gt; ul &gt; li {
  margin-bottom: 1.45em;
}
.sitemap #content ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
}
.sitemap #content ul a {
  line-height: 1.4;
  font-size: 1.31578947em;
  font-weight: 400;
  text-transform: capitalize;
  text-decoration: none;
  color: #a992e0;
  transition-duration: 0s;
}
.sitemap #content ul ul li a {
  line-height: 1.68421053;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  color: #1d2739;
  margin-left: 0;
  /*to increase space adjust [body.sitemap #bd ul ul li] below*/
}
.sitemap #content a:hover {
  color: #6dbbad;
  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.49535604%;
    margin: 0 0.05em 1em 0;
    display: block;
    float: right;
    clear: right;
    /* midTab 768w */
  }
}
/* ===============================================
	sitepics
=============================================== */
#hide-stock {
  position: relative;
}
.stock {
  width: 100%;
  position: relative;
  box-shadow: 0px 25px 25px 0px 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: block;
}
body[class~='blog'] #sidebar {
  display: block;
}
body[class~='blog'] #hide-stock {
  display: none;
}
/* END SIDEBAR - */
/* ===============================================
	spot00 || COMMON SERVICES/CALLOUT-LIKE SECTION EXAMPLE
=============================================== */
.spot03 {
  text-align: center;
  padding: 2em 0;
  margin: 0;
  background: #fff;
  position: relative;
  z-index: 410;
}
@media only screen and (max-width: 767px) {
  .spot03 {
    font-size: 1em;
    /* mintab opt-out 480oo */
  }
}
@media only screen and (min-width: 768px) {
  .spot03 {
    font-size: 1.22vw;
    /* mintab 480w */
    padding: 2em 0 5em;
    padding: 2.3em 0 6.5em;
  }
}
@media only screen and (min-width: 1300px) {
  .spot03 {
    padding: 2.3em 0 6.5em 3.35em;
  }
  .spot03::before {
    font-size: 20px;
    content: '';
    position: absolute;
    bottom: -2.4em;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100em;
    height: 69.65em;
    background: url(../images/spotlight/homescene.png) center / cover no-repeat;
    z-index: -1;
    display: block;
  }
}
@media only screen and (min-width: 1625px) {
  .spot03 {
    font-size: inherit;
  }
  .spot03::before {
    font-size: inherit;
  }
}
@media only screen and (min-width: 2000px) {
  .spot03::before {
    font-size: 1vw;
  }
}
.spot03 .mod {
  display: block;
  color: #fff;
  position: relative;
  isolation: isolate;
  padding: 2em;
  width: 90%;
  margin: 0 auto 2em;
  z-index: 100;
}
.spot03 .mod::before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: -moz-linear-gradient(90deg, #6dbbad 0%, #ecbe19 100%);
  background-image: -webkit-linear-gradient(90deg, #6dbbad 0%, #ecbe19 100%);
  background-image: -ms-linear-gradient(90deg, #6dbbad 0%, #ecbe19 100%);
  z-index: -1;
  opacity: 90%;
}
.spot03 .mod h2.topic {
  line-height: 0.91758242;
  font-size: 4.55em;
  text-transform: lowercase;
  color: currentcolor;
  width: 100%;
  font-weight: 300;
  display: block;
}
@media only screen and (min-width: 768px) {
  .spot03 .mod {
    width: 16.65em;
    height: 28.8em;
    position: absolute;
    top: 0;
    right: 50%;
    margin: 0 18.5em 0 0;
    text-align: right;
    padding: 7.35em 3.5em 0 2em;
  }
}
.spot03 img.lg {
  display: inline-block;
  vertical-align: top;
  width: 36.35em;
}
.spot03 .sleeve {
  display: inline-block;
  vertical-align: top;
  margin: 0 2em;
}
.spot03 .sleeve .top {
  margin-bottom: 1.45em;
}
.spot03 .sleeve img.top {
  width: 15em;
}
.spot03 .sleeve img.left {
  width: 7.15em;
  display: inline-block;
}
.spot03 .sleeve img.right {
  width: 6.85em;
  display: inline-block;
}
.spot03 .sleeve .inner-sleeve {
  display: inline-block;
  vertical-align: top;
}
.spot03 .sleeve .inner-sleeve img {
  width: 6.75em;
}
.spot03 .sleeve .inner-sleeve img:nth-child(1) {
  margin-bottom: 1.15em;
}
.spot03 .sleeve.sleeve3 .left {
  width: 15em;
  margin-right: 1.5em;
}
@media only screen and (max-width: 420px) {
  .spot03 .sleeve.sleeve3,
  .spot03 .sleeve.sleeve2 {
    font-size: 3.62vw;
  }
}
@media only screen and (max-width: 767px) {
  .spot03 .sleeve.sleeve2 {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
  }
  .spot03 .sleeve.sleeve2 &gt; img.top {
    display: inline-block;
    vertical-align: middle;
    margin-right: 1.1em;
    margin-bottom: 0;
  }
  .spot03 .sleeve.sleeve2 .block {
    display: inline-block;
    vertical-align: top;
  }
  .spot03 .sleeve.sleeve2 .block &gt; img {
    display: block;
    float: none;
  }
  .spot03 .sleeve.sleeve2 .block &gt; img:nth-child(1) {
    margin-bottom: 0.8em;
  }
}
@media only screen and (min-width: 768px) {
  .spot03 .sleeve {
    display: inline-block;
    vertical-align: top;
    margin: 0;
  }
  .spot03 .sleeve.sleeve2 {
    margin: 0 1.25em;
  }
}
/* ==================================================================
	#ft
=================================================================== */
#ft {
  text-align: center;
  color: #fff;
  width: 100%;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 500;
  background-color: #223d71;
  background-image: url(../images/spotlight/ftpattern.png);
  background-position: calc(50% - 24.95em) calc(50% + 0.5em);
  background-size: auto;
  padding: 3em 0;
}
@media only screen and (min-width: 768px) {
  #ft {
    font-size: 1.7vw;
  }
}
@media only screen and (min-width: 1024px) {
  #ft {
    font-size: inherit;
    padding: 3.8em 0em 3.8em 3.4em;
  }
}
#ft h2.topic {
  color: #fff;
  font-size: 2.4em;
  font-weight: 300;
  text-transform: lowercase;
  margin: 0 auto;
  position: relative;
  width: 96%;
}
#ft h2.topic::after {
  content: '';
  width: 6.02083333em;
  height: 0.41666667em;
  background: url(../images/spotlight/wave.png) center / cover no-repeat;
  position: relative;
  display: block;
  margin: 0.3125em auto 1.58333333em;
}
@media only screen and (min-width: 1024px) {
  #ft h2.topic {
    transform: translateX(2.92em);
  }
  #ft h2.topic::after {
    transform: translateX(-6.8em);
  }
}
#ft .item {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 10em;
  margin: 1em;
}
@media only screen and (min-width: 768px) {
  #ft .item {
    text-align: left;
    margin: 0 3.08em;
  }
}
#ft .item h3.topic {
  color: #fff;
  text-transform: lowercase;
  font-size: 1.25em;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-bottom: 0.8em;
}
#ft .item .icon {
  display: inline-block;
  vertical-align: top;
  font-size: 1.16666667em;
  margin-right: 0.15em;
  margin-top: 0.1em;
  position: relative;
}
#ft .phone {
  line-height: 1.38461538;
  font-size: 0.65em;
  display: block;
}
#ft .phone .icon {
  margin-right: 0.25em;
  margin-left: 0.03em;
}
#ft .mail {
  line-height: 1.38461538;
  font-size: 0.65em;
  display: block;
}
#ft .mail .icon {
  right: 0.1em;
}
#ft .address {
  line-height: 1.38461538;
  font-size: 0.65em;
  margin: 0 auto;
  display: block;
  white-space: nowrap;
}
#ft .address .street {
  display: inline-block;
  vertical-align: top;
}
#ft a {
  color: #fff;
  transition: color 0.33s ease-in-out;
}
#ft a:hover {
  color: #a992e0;
}
/* ===============================================
		locations
=============================================== */
/* ==================================================================
		#links
=================================================================== */
#links {
  text-align: center;
  color: #1e2739;
  padding: 2em 0;
  margin: 0;
  background-color: #fff;
  z-index: 500;
}
@media only screen and (min-width: 768px) {
  #links {
    height: 3.7em;
    padding: 1.1em 0.2em 0 0;
    /* midTab 768w  */
  }
}
#links .util {
  line-height: 2.5;
  font-size: 0.6em;
}
#links .util a {
  color: #1e2739;
  transition: color 0.33s ease-in-out;
}
#links .util a.sitemap {
  padding-right: 0.2em;
}
#links .util a:hover {
  color: #a992e0;
}
#links .util a,
#links .util .divider {
  display: inline-block;
}
#links .util .divider {
  margin: 0 0em;
}
/* ===============================================
		sesame link
=============================================== */
a#sesame-link .sesameicon {
  width: 1.33333333em;
  height: 1.16666667em;
  margin-right: 0.58333333em;
  display: inline-block;
  vertical-align: middle;
}
a#sesame-link .sesameicon path {
  transition: fill 0.33s ease-in-out;
}
a#sesame-link .sesameicon path.top {
  fill: #D6E03D;
}
a#sesame-link .sesameicon path.bottom {
  fill: #00a5e3;
}
a#sesame-link:hover .sesameicon path {
  fill: currentcolor;
}
/* ===============================================
	backToTop
=============================================== */
#btt {
  text-align: center;
  width: auto;
  margin: 0;
  display: inline-block;
  position: relative;
  padding-left: 0.2em;
}
a#backtotop {
  color: #a992e0 !important;
  display: inline-block;
  vertical-align: top;
  transition: color 0.33s ease-in-out;
}
a#backtotop:hover {
  color: #6dbbad !important;
}
/*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: #666;
  border: none;
  display: block;
}
.brushing-and-flossing .content-text hr {
  float: left;
}
/* ===============================================
	success message
=============================================== */
.success {
  font-weight: 400;
  text-transform: none;
  color: #fff;
  width: 100%;
  padding: 1rem;
  background: #6dbbad;
  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: #6dbbad;
  border: 1px solid #6dbbad;
  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: #a992e0;
  background-color: #a992e0;
}
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: #6dbbad;
  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: #a992e0;
}
/* ===============================================
	.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: 3.55em;
    margin-top: 1.7em;
    box-shadow: none;
    position: relative;
    top: auto;
    z-index: 2900;
  }
  #main-nav .container {
    max-width: 100%;
  }
  #main-nav div.collapsible {
    margin: 0 auto;
  }
  #main-nav ul {
    height: 3.55em;
    width: auto;
    padding: 0;
    margin: 0 13.15em 0 0;
    background: none;
    position: static;
    float: right;
  }
  #main-nav ul li {
    height: 100%;
    margin: 0 1.025em 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 {
    content: '';
    width: 0.66666667em;
    height: 0.66666667em;
    background-color: currentcolor;
    display: block;
    position: absolute;
    left: 50%;
    transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
    transform: translate3d(-50%, 0, 0) scaleX(0);
    opacity: 1;
    top: -0.2em;
  }
  #main-nav ul li a[id].treatments::after {
    left: 47%;
  }
  #main-nav ul ul {
    width: auto;
    height: auto;
    padding: 1.15em 0 1.5em;
    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 2.26666667em;
    padding: 0 3.9em 0 2.26em;
    float: left;
  }
  #main-nav ul li.open &gt; a[id]:after,
  #main-nav ul li.active &gt; a[id]:after,
  #main-nav ul li:hover &gt; a[id]:after {
    transition-duration: 0.15s;
    transform: translate3d(-50%, 0, 0) scaleX(1);
    opacity: 1;
  }
  #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.7em;
    /*top:37px;*/
  }
  #main-nav ul li.contact-us:hover ul,
  #main-nav ul li.contact:hover ul {
    margin: 0;
    left: auto;
    right: -1.7em;
  }
  /*END*/
}
/* ie nonsense */
/***********************************************
target ie11: html[data-useragent*='Trident/7.0']
***********************************************/
html[data-useragent*='Trident/7.0'] {
  /* END */
}
html[data-useragent*='Trident/7.0'] .spot03 {
  font-size: 1vw;
}
/* 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.78947368em , 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;
  }
}
</pre></body></html>