/* ===============================================
	less VERSION 2.1
	
	bruno-robert3
	Written by: Vita Stillion
	
	Sesame Communications - (c) 2022
	All rights reserved.
	Any reproduction or intentional misuse is strictly prohibited
	
=============================================== */
/* ===============================================
					colors
=============================================== */
/* body */
/* green || hyperlinks */
/* purple */
/* gray */
/* color */
/* ===============================================
					fonts
=============================================== */
.fontM {
  font-family: 'Montserrat', 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: 'Montserrat', sans-serif;
}
form button {
  font-family: 'Montserrat', sans-serif;
}
body {
  font-size: 15px;
  color: #333;
  background: #ccc;
  overflow: hidden;
}
@media only screen and (min-width: 81.25em) {
  body {
    font-size: 20px;
    /* desk 1300w */
  }
}
/* ===============================================
	links 
=============================================== */
a {
  text-decoration: none;
}
#content a {
  color: #2c8b8c;
  text-decoration: underline;
  transition: color 0.33s ease-in-out;
}
#content a:hover {
  text-decoration: underline;
  color: #8d55a3;
}
/* ===============================================
	h family || hfam 
=============================================== */
h1,
h2:not(.topic),
h3:not(.topic),
h4,
h5,
h6 {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  text-align: left;
  color: #7e7e80;
  margin: 0 0 0.8em;
  text-rendering: auto;
}
header.sub {
  background-size: cover;
  position: relative;
}
body.layout-section-about header.sub {
  background: url(../images/bg-h1.jpg) no-repeat center center;
}
body.blog header.sub {
  background: url(../images/bg-h1.jpg) no-repeat center center;
}
body.layout-section-new-patients header.sub {
  background: url(../images/bg-h2.jpg) no-repeat center center;
}
body.layout-section-braces-101 header.sub {
  background: url(../images/bg-h3.jpg) no-repeat center center;
}
body.layout-section-treatments header.sub {
  background: url(../images/bg-h4.jpg) no-repeat center center;
}
body.layout-section-invisalign header.sub {
  background: url(../images/bg-h5.jpg) no-repeat center center;
}
body.layout-section-contact header.sub {
  background: url(../images/bg-h6.jpg) no-repeat center center;
}
@media only screen and (min-width: 768px) {
  header.sub {
    margin-bottom: 4em;
    /* midTab 768w */
  }
}
header.sub:after {
  content: '';
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  height: 100%;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  header.sub:after {
    height: 40%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /* midTab 1024w */
  }
}
.sub h1 {
  font-size: 10vw;
  font-weight: 700;
  margin-bottom: 0;
  color: #ffffff;
  padding: 1.5em 0;
  position: relative;
  z-index: 400;
}
@media only screen and (min-width: 30em) {
  .sub h1 {
    font-size: 2.45em;
    /* mintab 480w */
  }
}
@media only screen and (min-width: 1024px) {
  .sub h1 {
    padding: 8.35em 0 1.1em;
    /* midTab 1024w */
  }
}
@media only screen and (min-width: 125em) {
  .sub h1 {
    background-size: 100% auto;
    /* custom 2000w */
  }
}
.home h1 {
  font-weight: 700;
  font-size: 10vw;
  color: #7e7e80;
  margin-bottom: 1.2em;
}
@media only screen and (min-width: 30em) {
  .home h1 {
    font-size: 2em;
    /* mintab 480w */
  }
}
.home h1 .trait {
  display: block;
}
.home h1 .trait.top {
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.4;
  font-size: 0.6em;
  color: #8d55a3;
}
h2:not(.topic) {
  font-size: 1.2em;
  color: #2c8b8c;
}
h3:not(.topic) {
  font-size: 1.1em;
  color: #8d55a3;
}
h4 {
  font-size: 1em;
}
h5 {
  font-size: 0.95em;
}
h6 {
  font-size: 0.9em;
}
/* ===============================================
	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: 41.625em) {
  #masthead {
    padding: 0;
    /* custom 666w */
  }
}
@media only screen and (min-width: 64em) {
  #masthead {
    width: 100%;
    /* maxTab 1024w */
  }
}
@media only screen and (min-width: 81.25em) {
  #masthead {
    font-size: inherit;
    position: fixed;
    top: 0;
    z-index: 3000;
    /* desk 1300w */
  }
}
#masthead .container {
  width: 100%;
  max-width: none;
}
@media only screen and (min-width: 64em) {
  #masthead .container {
    max-width: 64.5em;
    /* maxTab 1024w */
  }
}
/* ==================================================================
	main-nav
=================================================================== */
#main-nav {
  font-size: 1.2em;
  text-align: center;
  height: 43px;
  width: 43px;
  padding: 0;
  margin: 0;
  box-shadow: -1px 1px 0 rgba(126, 126, 128, 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: 43px;
  color: #7e7e80;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  position: relative;
  z-index: 600;
  transition: color 0.33s ease-in-out;
}
#main-nav .trigger .navicon {
  width: 12px;
  height: 8px;
  position: relative;
  display: inline-block;
  top: -0.2em;
}
#main-nav .trigger .navicon span {
  height: 2px;
  width: 100%;
  background: currentcolor;
  display: block;
  position: absolute;
  left: 0;
  opacity: 1;
  transform: 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: #2c8b8c;
  box-shadow: -1px 1px 0 rgba(44, 139, 140, 0.4);
}
#main-nav .trigger:hover .navicon span {
  /* background:@color1; */
}
#main-nav .open .trigger {
  color: #2c8b8c;
  box-shadow: -1px 1px 0 rgba(44, 139, 140, 0.4);
}
#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: rotate(45deg);
}
#main-nav .open .trigger .navicon span:nth-child(3) {
  transform: rotate(-45deg);
}
#main-nav ul {
  width: 100vw;
  margin: -43px 0 0;
  padding: 1em 0;
  background-color: rgba(255, 255, 255, 0.9);
  position: relative;
  float: right;
  z-index: 550;
}
#main-nav ul li {
  clear: both;
}
#main-nav ul li a[id] {
  font-weight: 500;
  line-height: 2.66666667;
  font-size: 0.75em;
  text-transform: uppercase;
  color: #7e7e80;
  width: auto;
  height: 2.66666667em;
  margin: 0;
  padding: 0 0.53333333em;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: color 0.33s ease;
}
#main-nav ul li a[id]:after {
  content: '';
  border-radius: 0.5em;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  border: solid 1px #7e7e80;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  transform: scaleX(0);
  opacity: 0;
}
@media only screen and (max-width: 1023px) {
  #main-nav ul li a[id]:after {
    /* midTab 1024oo */
  }
}
@media only screen and (min-width: 1024px) {
  #main-nav ul li a[id]:after {
    height: 2.46666667em;
    /* midTab 1024w */
  }
}
#main-nav ul li.open > a[id],
#main-nav ul li.active > a[id],
#main-nav ul li:hover > a[id] {
  color: #7e7e80;
  text-decoration: none;
  transition-duration: 0.15s;
}
#main-nav ul li.open > a[id]:after,
#main-nav ul li.active > a[id]:after,
#main-nav ul li:hover > a[id]:after {
  transition-duration: 0.15s;
  transform: scaleX(1);
  opacity: 1;
}
#main-nav ul ul {
  width: 100%;
  margin: 0;
  padding: 0;
  float: left;
  background: #2c8b8c;
  display: inline;
}
#main-nav ul ul li {
  width: 100%;
  float: left;
  background: none;
}
#main-nav ul ul li a {
  font-weight: 400;
  text-transform: uppercase;
  line-height: 3.07692308;
  font-size: 0.65em;
  color: #fff;
  width: auto;
  height: 3.07692308em;
  margin: 0 auto;
  padding: 0 1.76923077em;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
#main-nav ul ul li a:after {
  content: '';
  width: 99%;
  height: 100%;
  border: solid 1px #ffffff;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  transform: scaleX(0);
  opacity: 0;
}
@media only screen and (max-width: 1023px) {
  #main-nav ul ul li a:after {
    border-radius: 1.53846154em;
    /* midTab 1024oo */
  }
}
@media only screen and (min-width: 1024px) {
  #main-nav ul ul li a:after {
    border-radius: 0.88461538em;
    /* midTab 1024w */
  }
}
#main-nav ul li.active ul li a:hover,
#main-nav ul ul li a:hover,
#main-nav ul ul li a.active {
  text-decoration: none;
  color: #fff;
  margin-bottom: 0;
  border: none;
}
#main-nav ul li.active ul li a:hover:after,
#main-nav ul ul li a:hover:after,
#main-nav ul ul li a.active:after {
  transition-duration: 0.15s;
  transform: scaleX(1);
  opacity: 1;
}
/* 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;
}
@media only screen and (max-width: 63.9375em) {
  /* main-nav */
}
/* ==================================================================
	header
=================================================================== */
#hd {
  text-align: center;
  color: #ffffff;
  padding: 0;
  position: relative;
}
@media only screen and (min-width: 64em) {
  #hd {
    text-align: left;
    background-color: #2c8b8c;
    z-index: 3000;
    /* maxTab 1024w */
  }
}
@media only screen and (max-width: 63.9375em) {
  #hd .mod {
    padding: 1em 0;
    background-color: #2c8b8c;
    /* midTab 1024oo */
  }
}
/* ===============================================
	logo
=============================================== */
#logo {
  line-height: 0;
  font-size: 0.7em;
  width: 12.8em;
  margin: 0.75em auto;
  display: block;
  position: relative;
  
  width: 22.8em;
  margin: 0.75em auto 0.75em 2%;


}
@media only screen and (min-width: 64em) {
  #logo {
    font-size: inherit;
    margin: 0;
    position: absolute;
    top: 2.05em;
    left: 0;
    /* maxTab 1024w */
  }
}
#logo a {
  display: inline-block;
  vertical-align: top;
}
#logo svg {
  width: 22.8em;
  height: 3.1em;
}
/* ===============================================
	contact info
=============================================== */
#contactinfo, #contactinfo-address {
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  width: 100%;
  margin: 0;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (min-width: 30em) {
  #contactinfo, #contactinfo-address {
    width: auto;
    margin: 0 0.6em 0 0;
    /* mintab 480w */
  }
}
#contactinfo-address {
  line-height: 2.75;
  font-size: 0.6em;
  width: auto;
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  margin-left: 5px;
}
#contactinfo .phone {
  font-weight: 500;
  line-height: 2.75;
  font-size: 0.6em;
  margin-right: 0.91666667em;
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
}
#contactinfo a, #contactinfo-address {
  color: #fff;
  transition: color 0.33s ease-in-out;
}
#contactinfo a:hover, #contactinfo-address:hover {
  color: #b1b1b3;
}
/* ===============================================
	utility-nav
=============================================== */
#utilitynav {
  line-height: 0;
  width: auto;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 400;
}
@media only screen and (min-width: 64em) {
  #utilitynav {
    float: right;
    /* midTab 1024w */
  }
}
#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: 2.75;
  font-size: 0.6em;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out;
}
#utilitynav a:hover {
  color: #fff;
  background-color: #b1b1b3;
}
#utilitynav a .icon {
  margin-right: 0.2em;
}
#utilitynav a.appointmentrequest {
  width: 16em;
}
#utilitynav a.patient-login {
  width: 10.16666667em;
}
#utilitynav a.patient-login:before {
  content: '\f2bd';
  font-family: 'Font Awesome 6 Pro';
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 2px;
  display: inline-block;
  vertical-align: top;
}
/* ===============================================
	socialmedia || aka social-icons
=============================================== */
.socialmedia {
  line-height: 0;
  text-align: center;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 1023px) {
  .socialmedia {
    font-size: 20px;
    width: 100%;
    margin: 0.25em 0 0;
    display: block;
    position: absolute;
    top: 100%;
    right: 0;
    /* midTab 1024oo */
  }
}
@media only screen and (min-width: 1024px) {
  .socialmedia {
    /* midTab 1024w */
  }
}
.socialmedia a {
  line-height: 3;
  font-size: 0.55em;
  color: #fff;
  height: 3em;
  width: 1.63636364em;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: transform 0.33s ease-in-out, color 0.33s ease-in-out;
}
.socialmedia a:nth-last-of-type(1) {
  margin: 0;
}
.socialmedia a:hover {
  color: #fff;
  z-index: 400;
  transform: scale(1.44);
}
.socialmedia a .icon {
  position: relative;
}
.socialmedia a svg.icon {
  width: 1.27272727em;
  height: 1.27272727em;
}
/* ==================================================================
	slideshow
=================================================================== */
#slideshow {
  font-size: 2vw;
  text-align: center;
  color: #fff;
  background: #000;
  min-height: 38.04761905vw;
  /* adjust to match slideshow height from proof */
  position: relative;
  z-index: 400;
}
@media only screen and (min-width: 64em) {
  #slideshow {
    font-size: inherit;
    width: 100%;
    margin-top: 0;
    top: 0;
    /* maxTab 1024w */
  }
}
#slideshow:before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 400;
  pointer-events: none;
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.99) 0%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.99) 0%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.99) 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  opacity: 0.5;
}
@media only screen and (max-width: 767px) {
  #slideshow:before {
    background-color: rgba(0, 0, 0, 0.75);
    /* midTab 768oo */
  }
}
@media only screen and (min-width: 768px) {
  #slideshow:before {
    /* midTab 768w */
  }
}
#slideshow #home-slideshow {
  width: 100%;
  margin: 0;
}
@media only screen and (min-width: 64em) {
  #slideshow #home-slideshow {
    position: relative;
    /* maxTab 1024w */
  }
  #slideshow #home-slideshow .hpslide {
    max-width: none;
    width: 100%;
  }
}
@media only screen and (min-width: 81.25em) {
  #slideshow #home-slideshow {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
  }
}
#slideshow .ssoverlay {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 420;
}
@media only screen and (max-width: 767px) {
  #slideshow .ssoverlay {
    bottom: 0.25em;
    /* midTab 768oo */
  }
}
@media only screen and (min-width: 768px) {
  #slideshow .ssoverlay {
    text-align: left;
    width: 96%;
    max-width: 64.5em;
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    top: 55%;
    /* midTab 768w */
  }
}
#slideshow .ssoverlay .slogan {
  line-height: 0.9;
  font-size: 5em;
  font-weight: 700;
  text-transform: uppercase;
  color: currentcolor;
}
#slideshow .ssoverlay .slogan .trait {
  letter-spacing: 0.14em;
  line-height: 1.01851852;
  font-size: 0.54em;
  font-weight: 400;
  display: block;
}
@media only screen and (min-width: 768px) {
  #slideshow .ssoverlay .slogan .trait {
    text-indent: 0.25em;
    /* midTab 768w */
  }
}
/* ==================================================================
	.spotlight
=================================================================== */
.spotlight {
  text-align: center;
  position: relative;
  z-index: 400;
}
.spotlight > div {
  position: relative;
}
/* ==================================================================
	spot01 || COMMON SERVICES/CALLOUT-LIKE SECTION EXAMPLE
=================================================================== */
.spot01 {
  text-align: center;
  padding: 2em 0;
  margin: 0;
  background: #2c8b8c url(../images/tile020.svg) repeat 50% 50%;
  position: relative;
  z-index: 410;
}
@media only screen and (max-width: 29.9375em) {
  .spot01 {
    font-size: 2.5vw;
    /* mintab opt-out 480oo */
  }
}
@media only screen and (min-width: 30em) {
  .spot01 {
    font-size: 1.7vw;
    /* mintab 480w */
  }
}
@media only screen and (min-width: 48em) {
  .spot01 {
    font-size: 1.2vw;
    padding: 4.1em 0 3.95em;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 100em) {
  .spot01 {
    font-size: inherit;
    /* desk 1600w */
  }
}
.spot01 a {
  border-radius: 0.5em;
  color: #ffffff;
  width: 14.95em;
  padding: 0;
  position: relative;
  display: inline-block;
  vertical-align: top;
  transition: transform 0.33s ease-in-out;
  background: #000000;
}
@media only screen and (max-width: 47.9375em) {
  .spot01 a {
    margin: 4%;
    /* midTab opt-out 768oo */
  }
}
@media only screen and (min-width: 48em) {
  .spot01 a {
    margin: 0 2em;
    /* midTab 768w */
  }
}
.spot01 a:hover {
  color: #fff;
  z-index: 400;
}
.spot01 a:hover .decoration {
  -webkit-filter: grayscale(1);
  filter: grayscale(100%);
}
.spot01 a:hover .info {
  bottom: 5em;
  left: 2.5em;
}
.spot01 a .decoration {
  opacity: 0.8;
  border-radius: 0.5em;
  width: 100%;
  transition: transform 0.6s ease-in-out, grayscale 0.6s ease-in-out, opacity 0.6s ease-in-out;
}
.spot01 a .info {
  width: 100%;
  display: block;
  position: absolute;
  bottom: 2em;
  left: -2em;
  transition: transform 0.4s ease-in-out, bottom 0.4s ease-in-out, left 0.4s ease-in-out;
}
.spot01 a h2.topic {
  text-align: left;
  letter-spacing: 0.44em;
  font-weight: 400;
  line-height: 1;
  font-size: 1.1em;
  text-transform: uppercase;
  color: currentcolor;
  width: 100%;
  display: block;
}
.spot01 a h2.topic .trait {
  display: block;
  letter-spacing: 0;
  font-size: 1.81818182em;
  font-weight: 700;
}
/* ===============================================
	spot02 || COMMON GENERAL INFORMATION SPOTLIGHT SECTION
=============================================== */
.spot02 {
  font-size: 3.5vw;
  color: #7e7e80;
  background-color: #fff;
}
@media only screen and (max-width: 41.5625em) {
  .spot02 {
    padding: 2em 0 0;
    /* custom opt-out 665oo */
  }
}
@media only screen and (min-width: 41.625em) {
  .spot02 {
    padding: 2.9em 0 4.3em;
    font-size: min(1.4vw, 1em);
    /* custom 666w */
  }
}
@media only screen and (min-width: 81.25em) {
  .spot02 {
    font-size: inherit;
    /* desk 1300w */
  }
}
.spot02 h2.topic {
  line-height: 0.95;
  font-size: min(12vw, 9.45em);
  font-weight: 700;
  text-transform: uppercase;
  color: #2c8b8c;
  margin: 0 auto 0.23em;
}
@media only screen and (min-width: 1024px) {
  .spot02 h2.topic {
    font-size: 2.5em;
    display: block;
    /* width: 10em; */
    text-align: left;
    /* midTab 1024w */
  }
}
.spot02 h2 .meet-the-doc {
  /* display: block;
  font-size: 0.8042328em; */
  color: #8d55a3;
}
/* @media only screen and (min-width: 1024px) {
  .spot02 h2.topic .trait {
    transform: translate3d(-0.08em, 0, 0);
    text-align: left;
  }
} */
@media only screen and (min-width: 666px) {
  .spot02 .box {
    display: inline-block;
    width: 100%;
    text-align: left;
    border-radius: 2.5em;
    background: #ffffff;
    box-shadow: 0 0 2.25em rgba(0, 0, 0, 0.1);
    max-width: 60em;
    padding: 2.6em 0 2.35em 2.7em;
    background: url("../images/spotlight/spot02bg.png") center bottom #fff repeat-x;
    /* midTab 666w */
  }
}
.spot02 .decoration {
  border-radius: 2.5em;
  width: 80%;
  max-width: 20.65em;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 41.5625em) {
  .spot02 .decoration {
    /* custom opt-out 666oo */
  }
}
@media only screen and (min-width: 41.625em) {
  .spot02 .decoration {
    margin: 0 2.7em 0 0;
    /* custom 666w */
  }
}
.spot02 .mod {
  width: 90%;
  max-width: 29.1em;
  padding: 2em 0;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (min-width: 48em) {
  .spot02 .mod {
    text-align: left;
    padding: 0;
    /* midTab 768w */
  }
}
.spot02 .info {
  line-height: 1.51851852;
  font-size: 1.35em;
  margin: 0 0 2.1em;
  display: none;
}
@media only screen and (min-width: 665px) {
  .spot02 .info {
    display: block;
    /* midTab 665w */
  }
}
.spot02 .spotbtn {
  line-height: 3.8;
  font-size: 0.75em;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  color: #8d55a3;
  width: 9.6em;
  height: 3.8em;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
  transition: transform 0.6s ease-in-out, color 0.6s ease-in-out, background 0.6s ease-in-out;
}
.spot02 .spotbtn:hover {
  color: #fff;
  transition-duration: 0.33s;
  transform: translate3d(0, 0, 0) scale(1.2);
}
.spot02 .spotbtn:hover:after {
  background-color: #2c8b8c;
}
.spot02 .spotbtn:after {
  content: '';
  border-radius: 2.25em;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border: 1px solid #7e7e80;
  transition: background-color 0.33s ease-in-out;
}
/* ==================================================================
	
	subnav || aka subnav-outer || aka ipSub
	TOP OF PAGE orientation - for sidebar orientation scroll or search down to 'side oriented' [=
	
=================================================================== */
/* ==================================================================
	content || aka .interior-content
=================================================================== */
#bd {
  padding: 3em 0;
  padding: 0 0 3em;
  background: #fff;
  position: relative;
  z-index: 400;
}
@media only screen and (min-width: 48em) {
  #bd {
    padding: 0 0 6em;
    /* midTab 780w */
  }
}
#bd.sub:after {
  height: 100%;
  background: #7e7e80 url(../images/tile020.svg) repeat 50% 50%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 767px) {
  #bd.sub:after {
    content: none;
    /* midTab 768oo */
  }
}
@media only screen and (min-width: 768px) {
  #bd.sub:after {
    content: '';
    width: 25%;
    height: 100%;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 1030px) {
  #bd.sub:after {
    width: auto;
    margin-left: 17.15em;
    left: 50%;
    /* desk 1030w */
  }
}
#bd .container {
  max-width: 64.5em;
}
#content {
  display: block;
}
@media only screen and (min-width: 48em) {
  #content {
    max-width: 39.75em;
    width: 61.62790698%;
    float: left;
    /* midTab 780w */
  }
  #content p {
    text-align: justify;
  }
}
#content .content-text {
  line-height: 1.8;
}
@media only screen and (min-width: 81.25em) {
  #content .content-text {
    font-size: 1em;
    /* desk 1300w */
  }
}
/* ==================================================================
	.home content || aka #home-content
=================================================================== */
.home #bd {
  padding: 3em 0;
  background: #ffffff url(../images/tile100.svg) repeat 50% 50%;
}
@media only screen and (min-width: 48em) {
  .home #bd {
    padding: 4em 0 2.6em;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 1600px) {
  .home #bd {
    min-height: min( 43.25vw , 43.25em );
    /* desk 1600w */
  }
}
.home #bd .container {
  max-width: 64.4em;
}
@media only screen and (min-width: 48em) {
  .home #bd #content {
    width: 0.35869565;
    float: none;
    margin-left: auto;
    margin-right: auto;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 81.25em) {
  .home #bd #content {
    width: 35.86956522%;
    max-width: 23.1em;
    margin-left: 0;
    /* desk 1300w */
  }
}
.home #bd #content .content-text {
  line-height: 1.8;
}
@media only screen and (min-width: 81.25em) {
  .home #bd #content .content-text {
    font-size: 0.8em;
    /* desk 1300w */
  }
}
@media only screen and (min-width: 48em) {
  .home #bd #content p {
    text-align: justify;
    /* midTab 768w */
  }
}
.home #bd .ornament {
  width: 96%;
  background-color: #cccccc;
  display: block;
  position: relative;
}
@media only screen and (max-width: 81.1875em) {
  .home #bd .ornament {
    margin: 2%;
    display: inline-block;
    vertical-align: top;
    /* desk 1300oo */
  }
}
@media only screen and (min-width: 81.25em) {
  .home #bd .ornament {
    width: min( 62.3em , 62.3vw );
    max-width: 62.3em;
    margin: 0 0 0 -7.5em;
    display: block;
    position: absolute;
    top: 3.8em;
    left: 50%;
    /* desk 1300w */
  }
}
.home #bd .ornament img[width="356"] {
  width: 28.57142857%;
}
.home #bd .ornament img[width="178"] {
  width: 14.28571429%;
}
.home #bd .ornament img[width="534"] {
  width: 42.85714286%;
}
.home #bd .ornament img[src$="01.jpg"],
.home #bd .ornament img[src$="02.jpg"] {
  float: left;
  clear: left;
}
.home #bd .ornament img[src$="06.jpg"],
.home #bd .ornament img[src$="07.jpg"] {
  float: right;
  clear: right;
}
.home #bd .ornament img[src$="08.jpg"] {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
/* ==================================================================
	custom content
=================================================================== */
.mediaslider {
  text-align: center;
}
.mediaslider .cycle-slideshow {
  width: 100%;
  margin: 0.5em 0 1.5em;
  position: relative;
}
.mediaslider .cycle-slideshow .cycle-slide {
  padding: 0 5%;
}
.mediaslider .cycle-slideshow > div {
  font-size: 2.8em;
  color: #2c8b8c;
  position: absolute;
  top: 50%;
  z-index: 900;
  transform: translate3d(0, -50%, 0);
}
.mediaslider .cycle-slideshow > div span {
  transition: transform 0.35s ease, opacity 0.35s ease;
}
.mediaslider .cycle-slideshow > div.cycle-prev {
  text-align: left;
  left: 0;
}
.mediaslider .cycle-slideshow > div.cycle-prev span {
  transform-origin: left center;
}
.mediaslider .cycle-slideshow > div.cycle-next {
  text-align: right;
  direction: rtl;
  right: 0;
}
.mediaslider .cycle-slideshow > div.cycle-next span {
  transform-origin: right center;
}
.mediaslider .cycle-slideshow > div:hover {
  cursor: pointer;
}
.mediaslider .cycle-slideshow > div:hover span {
  transform: scale(1.44);
  opacity: 0.68;
}
/* comment line below if patient-login is live and legit */
/* ===============================================
 		common treatments
=============================================== */
.before-after-image {
  width: 44%;
  display: inline-block;
  vertical-align: top;
}
.before-after-image img,
.before-after-image span {
  display: block;
}
@media only screen and (min-width: 48em) {
  .before-after-image img,
  .before-after-image span {
    width: 100%;
  }
}
@media only screen and (min-width: 48em) {
  .before-after-box,
  p.before-after-text {
    width: 49%;
    display: inline-block;
    vertical-align: top;
  }
}
/* 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: 81.25em) {
  #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;
}
/* ==================================================================
	sitemap
=================================================================== */
.sitemap #content .column > ul > li {
  margin-bottom: 1.45em;
}
.sitemap #content ul {
  margin-left: 0px;
  list-style: none;
  margin-bottom: 0;
}
.sitemap #content ul a {
  line-height: 1.16666667;
  font-size: 1.2em;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  color: #2c8b8c;
  transition-duration: 0s;
}
.sitemap #content ul ul li a {
  line-height: 1.8;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  color: #333333;
  margin-left: 0;
  /*to increase space adjust [body.sitemap #bd ul ul li] below*/
}
.sitemap #content a:hover {
  text-decoration: none;
  color: #2c8b8c;
}
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: 48em) {
  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: 110%;
  margin: 0 -5% 3em;
  display: block;
  padding: 0;
  position: relative;
  z-index: 420;
}
@media only screen and (min-width: 48em) {
  #sidebar {
    width: 29.92248062%;
    margin: 0 0 1em;
    float: right;
    clear: right;
    display: flex;
    flex-direction: column;
    /* midTab 768w */
  }
}
/* ===============================================
	sitepics
=============================================== */
#hide-stock {
  position: relative;
  width: 100%;
  max-width: 19.3em;
  margin: 0 auto 6%;
  padding: 0;
  display: none;
}
@media only screen and (min-width: 48em) {
  #hide-stock {
    margin-bottom: 2.1em;
    display: block;
    order: 1;
    /* midTab 768w */
  }
}
.stock {
  border-radius: 3em;
  width: 100%;
  position: relative;
}
/* ===============================================
	show doctor image on all devices
=============================================== */
/*.home,*/
/*body[class^='meet-the-'], body[class^='meet-our-'],*/
.meet-the-doctor #hide-stock,
body[class^='meet-dr-'] #hide-stock,
body[class^='meet-doctor-'] #hide-stock {
  display: block;
}
body[class~='blog'] #hide-stock {
  display: none;
}
/* ==================================================================
	SUBNAV || aka subnav-outer || aka ipSub || SIDE ORIENTED
=================================================================== */
#subnav {
  text-align: left;
  color: #fff;
  margin: 0 0 6%;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 47.94em) {
  #subnav {
    padding: 3em 10% 4em;
    background: #7e7e80 url(../images/tile020.svg) repeat 50% 50%;
    /* midTab opt-out 767oo */
  }
}
@media only screen and (min-width: 48em) {
  #subnav {
    width: 68.39378238%;
    padding: 0;
    margin: 0 0 0 auto;
    order: 2;
    /* midTab 768w */
  }
}
#subnav h2.topic {
  line-height: 1;
  font-size: 1.15em;
  text-align: inherit;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  height: 1em;
  width: 100%;
  margin: 0 auto 1.55em;
  display: block;
  position: relative;
  z-index: 400;
}
#subnav p {
  line-height: 1.38461538;
  font-size: 0.65em;
  text-transform: uppercase;
  width: 100%;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
}
#subnav a {
  color: #fff;
  white-space: nowrap;
  display: inline-block;
  vertical-align: top;
  margin: 0.2em 0.8em;
  position: relative;
}
@media only screen and (min-width: 48em) {
  #subnav a {
    float: left;
    clear: left;
    margin: 0.2em 0;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 81.25em) {
  #subnav a {
    margin: 0;
    /* desk 1300w */
  }
}
#subnav a:after {
  content: '';
  width: 100%;
  height: 1px;
  background: currentcolor;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: transform 0.33s ease-in-out;
  transform: scaleX(0);
}
#subnav a:hover,
#subnav a.active {
  color: #fff;
  text-decoration: none;
}
#subnav a:hover:after,
#subnav a.active:after {
  transform: scaleX(1);
}
/* END SIDEBAR - */
/* ==================================================================
	.spotlight
=================================================================== */
/* ===============================================
	spot03 || COMMON SERVICES/CALLOUT-LIKE SECTION EXAMPLE
=============================================== */
.spot03 {
  font-size: 2.7vw;
  padding: 3em 0;
  background-color: #fff;
}
@media only screen and (min-width: 30em) {
  .spot03 {
    font-size: 2.3vw;
    /* mintab 480w */
  }
}
@media only screen and (min-width: 48em) {
  .spot03 {
    font-size: min(1.2vw, 1em);
    padding: 3.25em 0 4em;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 1300px) {
  .spot03 {
    font-size: 1.3vw;
    font-size: min(1.3vw, 1em);
    /* desk 1300w */
  }
}
.spot03 h2.topic {
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  font-size: 3.7em;
  text-align: center;
  color: #2c8b8c;
  width: 100%;
  display: block;
  margin-bottom: 0.58em;
}
.spot03 a {
  text-align: left;
  color: #2c8b8c;
  width: 16em;
  border-radius: 2.5em;
  margin: 2%;
  padding: 2.45em 0 1.7em;
  background-color: #fff;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  position: relative;
  display: inline-block;
  vertical-align: top;
  transition: transform 0.33s ease-in-out, background-color 0.33s ease-in-out, color 0.33s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .spot03 a {
    margin: 0 1.725em;
    /* midTab 768w */
  }
  .spot03 a.first {
    margin-left: 0;
  }
  .spot03 a.last {
    margin-right: 0;
  }
}
.spot03 a:hover {
  z-index: 400;
}
.spot03 a:hover .decoration {
  border-radius: 1.3em;
}
.spot03 a:hover .decoration svg {
  opacity: 0;
  transform: translate3d(0, 0, 0) scale(15);
}
.spot03 a:hover .fauxbtn {
  color: #fff;
  transition-duration: 0.33s;
  transform: translate3d(0, 0, 0) scale(1.2);
}
.spot03 a:hover .fauxbtn:after {
  background-color: #2c8b8c;
  border-color: #2c8b8c;
}
.spot03 a h3.topic {
  text-transform: uppercase;
  line-height: 1.11111111;
  font-size: 0.8em;
  text-align: left;
  color: #8d55a3;
  width: 100%;
  display: block;
  padding-left: 2.125em;
}
.spot03 a .detail {
  line-height: 1.66666667;
  font-size: 0.6em;
  margin: 0 0 2.2em;
  padding-left: 2.83333333em;
  color: #7e7e80;
}
.spot03 a .decoration {
  border-radius: 2em;
  width: 12.6em;
  margin: 0 auto 1em;
  transition: transform 0.33s ease-in-out, border-radius 0.33s ease-in-out;
  position: relative;
  overflow: hidden;
}
.spot03 a .decoration svg {
  width: 12.6em;
  height: 8.6em;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.3s ease-in-out, opacity 0.4s ease-in-out;
}
.spot03 a .fauxbtn {
  line-height: 3.8;
  font-size: 0.5em;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  color: #7e7e80;
  width: 9.6em;
  height: 3.8em;
  display: block;
  margin-left: auto;
  margin-right: auto;
  vertical-align: top;
  position: relative;
  z-index: 420;
  transition: transform 0.6s ease-in-out, color 0.6s ease-in-out, background 0.6s ease-in-out;
}
.spot03 a .fauxbtn:after {
  content: '';
  border-radius: 2.25em;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border: 1px solid #7e7e80;
  transition: background-color 0.33s ease-in-out, border 0.33s ease-in-out;
}
/* ===============================================
	spot05 || COMMON TESTIMONIAL SLIDESHOW SECTION EXAMPLE
=============================================== */
.spot05 {
  padding: 3em 0;
  background-color: #ccc;
}
@media only screen and (min-width: 48em) {
  .spot05 {
    padding: 5em 0;
    /* midTab 768w */
  }
}
.spot05 .cycle-slideshow {
  color: #333333;
  width: 96%;
  max-width: 30em;
  margin: 0 auto;
  display: block;
}
.spot05 .cycle-slideshow:hover {
  color: #1a1a1a;
}
.spot05 .cycle-slide {
  width: 100%;
  display: block;
  transition: color 0.33s ease-in-out;
}
.spot05 .testimony {
  line-height: 2.30769231;
  font-size: 0.75em;
  display: block;
}
.spot05 .testifier {
  line-height: 3.30769231;
  font-size: 0.65em;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
}
.spot05 .controls {
  line-height: 0;
  width: 96%;
  max-width: 40em;
  margin: 1em auto;
  display: block;
}
@media only screen and (min-width: 48em) {
  .spot05 .controls {
    text-align: right;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    transform: translate3d(0, -50%, 0);
    /* midTab 768w */
  }
}
.spot05 .controls > a {
  line-height: 2.5;
  font-size: 1em;
  text-align: center;
  color: #fff;
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%;
  background-color: #2c8b8c;
  display: inline-block;
  vertical-align: top;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
}
.spot05 .controls > a:hover {
  transform: scale(1.44);
  opacity: 0.5;
}
.spot05 .controls > a.prev {
  margin-right: 1em;
}
@media only screen and (min-width: 48em) {
  .spot05 .controls > a.prev {
    float: left;
    /* midTab 768w */
  }
}
/* ==================================================================
	association logos 
=================================================================== */
.associationlogos {
  text-align: center;
  padding: 2em 0;
  background: #fff;
  position: relative;
}
@media only screen and (max-width: 47.94em) {
  .associationlogos {
    font-size: 2vw;
    /* midTab opt-out 767oo */
  }
}
@media only screen and (min-width: 48em) {
  .associationlogos {
    font-size: 1.25vw;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 64em) {
  .associationlogos {
    font-size: inherit;
    /* maxTab 1024w */
  }
}
.associationlogos a {
  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: 48em) {
  .associationlogos a {
    margin: 0 1em;
    /* midTab 768w */
  }
}
.associationlogos a:hover {
  transform: scale(0.88);
  opacity: 0.5;
}
.associationlogos a.invisalign {
  width: 9.5em;
  height: 2.55em;
}
.associationlogos a img,
.associationlogos a svg {
  width: 100%;
  height: 100%;
  display: block;
}
/* ==================================================================
	#ft
=================================================================== */
#ft {
  text-align: center;
  color: #fff;
  width: 100%;
  background: #2c8b8c url(../images/footer/tile100.svg) repeat 50% 50%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 420;
}
@media only screen and (max-width: 665px) {
  #ft {
    padding: 2.5em 0 0;
    /* custom 666oo */
  }
}
@media only screen and (min-width: 666px) {
  #ft {
    padding: 2em 0 0;
    /* custom 666w */
  }
}
#ft a {
  color: #fff;
  transition: color 0.33s ease-in-out;
}
#ft a:hover {
  color: #333333;
}
/* ===============================================
		locations || aka ft-location
=============================================== */
#location {
  width: 100%;
  display: block;
}
@media only screen and (min-width: 666px) {
  #location {
    padding: 2em 0;
    /* custom 666w */
  }
}
@media only screen and (min-width: 980px) {
  #location {
    display: flex;
    justify-content: center;
    align-items: top;
    /* custom 980w */
  }
}
#location .mod {
  text-align: center;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
#location .mod.contact {
  width: 96%;
  max-width: 31.45em;
  order: 2;
}
@media only screen and (max-width: 979px) {
  #location .mod.contact {
    margin: 0 auto 1em;
    display: block;
    /* custom 979oo */
  }
}
#location .mod.meet,
#location .mod.util {
  max-width: 15em;
}
@media only screen and (min-width: 450px) {
  #location .mod.meet,
  #location .mod.util {
    margin: 0 1.65em;
    /* custom 450w */
  }
}
@media only screen and (max-width: 979px) {
  #location .mod.meet,
  #location .mod.util {
    padding: 1em 0;
    /* custom 979oo */
  }
}
@media only screen and (min-width: 980px) {
  #location .mod.meet,
  #location .mod.util {
    margin-top: 7em;
    /* custom 980w */
  }
}
#location .mod.meet {
  text-align: right;
  order: 1;
}
#location .mod.util {
  text-align: left;
  order: 3;
}
#location .mod.util a {
  line-height: 1.38461538;
  font-size: 0.65em;
  display: block;
}
#location .map {
  border-radius: 5em;
  margin-bottom: 1.65em;
  background-color: #f1f3f4;
  display: block;
}
#location .phone {
  line-height: 1;
  font-size: 0.8em;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 479px) {
  #location .phone {
    width: 100%;
    /* mintab 480oo */
  }
}
#location .divider {
  line-height: 1;
  font-size: 0.8em;
  margin: 0 0.33em;
}
@media only screen and (max-width: 479px) {
  #location .divider {
    display: none;
    /* mintab 480oo */
  }
}
@media only screen and (min-width: 480px) {
  #location .divider {
    display: inline-block;
    vertical-align: top;
    /* mintab 480w */
  }
}
#location .address {
  line-height: 1;
  font-size: 0.8em;
  text-transform: uppercase;
  margin: 0 auto;
  display: inline-block;
  vertical-align: top;
}
#location .address .marker {
  line-height: 0;
  width: 5.6875em;
  height: 5.0625em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 400;
  transition: transform 0.33s ease-in-out;
  transform-origin: center bottom;
  display: block;
}
@media only screen and (max-width: 665px) {
  #location .address .marker {
    top: 26.66vw;
    /* custom 666oo */
  }
}
@media only screen and (min-width: 666px) {
  #location .address .marker {
    top: 13.75em;
    /* custom 666w */
  }
}
#location .address:hover .marker {
  transform: scale(2);
}
#location .doctor {
  line-height: 0.96551724;
  font-size: 1.45em;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1.22413793em;
  display: block;
}
#location .spotbtn {
  line-height: 3.16666667;
  font-size: 0.6em;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  width: 18.5em;
  height: 3.16666667em;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
  transition: color 0.33s ease-in-out, transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
}
#location .spotbtn:hover {
  color: #2c8b8c;
  transform: translate3d(0, 0, 0) scale(1.23);
  opacity: 0.66;
}
#location .spotbtn:hover:after {
  background-color: #ffffff;
  border-color: #fff;
}
#location .spotbtn:after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 1.58333333em;
  z-index: -1;
  border: 1px solid #fff;
  transition: background-color 0.33s ease-in-out, border-color 0.33s ease-in-out;
}
#location h2.topic {
  line-height: 1.25;
  font-size: 0.8em;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1.25em;
}
/* ==================================================================
		#links || aka ft-design-credit
=================================================================== */
#links {
  text-align: center;
  color: #fff;
  padding: 2em 0;
  margin: 0;
}
@media only screen and (min-width: 48em) {
  #links {
    height: 2.65em;
    padding: 0;
    /* midTab 768w  */
  }
}
#links .util {
  line-height: 2.5;
  font-size: 0.6em;
}
#links .util a {
  color: #fff;
  transition: color 0.33s ease-in-out;
}
#links .util a:hover {
  color: #333333;
}
#links .util a,
#links .util .divider {
  display: inline-block;
}
/* ===============================================
		sesame link
=============================================== */
a#sesame-link .sesameicon {
  width: 1.33333333em;
  height: 1.16666667em;
  margin-right: 0.33333333em;
  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;
  background-color: #ffffff;
  display: block;
  width: 100%;
  height: 4.85em;
  margin: 0;
  padding: 1.475em 0 0;
  position: relative;
}
a#backtotop {
  line-height: 2.92307692;
  font-size: 0.65em;
  font-weight: 500;
  text-transform: uppercase;
  color: #7e7e80;
  width: 8.76923077em;
  height: 2.92307692em;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
  transition: color 0.33s ease-in-out, transform 0.33s ease-in-out;
}
a#backtotop:hover {
  color: #fff;
  transform: translate3d(0, 0, 0) scale(1.23);
}
a#backtotop:hover:after {
  background-color: #2c8b8c;
  border-color: #2c8b8c;
}
a#backtotop:after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 1.46153846em;
  z-index: -1;
  border: 1px solid #7e7e80;
  transition: background-color 0.33s ease-in-out, border-color 0.33s ease-in-out;
}
/*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;
}
/* ===============================================
	success message
=============================================== */
.success {
  text-transform: none;
  font-weight: 400;
  color: #fff;
  width: 100%;
  padding: 1rem;
  float: left;
  background: #2c8b8c;
}
/* ===============================================
	Form Buttons
=============================================== */
form button {
  letter-spacing: normal;
  font-weight: 400;
  text-transform: uppercase;
  font-size: small;
  color: #fff;
  height: 38px;
  padding: 0 1.5em;
  background-color: #2c8b8c;
  border: 1px solid #2c8b8c;
  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: #8d55a3;
  background-color: #8d55a3;
}
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;
}
/************************************************************************************************************************************************/
/* end superlatives */
/* ===============================================
Tablet
Supports 48em (768px) and up
=============================================== */
@media only screen and (min-width: 48em) {
  /* ===============================================
	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
=============================================== */
  .before-after-box,
  p.before-after-text {
    width: 100%;
  }
  .before-after-image img {
    width: auto;
  }
  .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;
    display: block;
    width: 100%;
    clear: both;
  }
  .which-is-right-for-me #content a[href^='/sesame_media/docs/'] img {
    display: inline-block;
  }
  .in-ovation-testimonials .embed-container {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  [class^='inovation-chart-'] {
    display: inline-block;
    max-width: 50%;
  }
  .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%;
    float: none;
    display: inline-block;
    margin: 2%;
  }
  .in-ovation-videos .content-text h2 {
    text-align: center;
  }
  .in-ovation-videos .content-text .embed-container {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  body[class*='in-ovation'] .img-right {
    max-width: 40%;
  }
  /*END*/
}
/* ===============================================
Large Tablet Stylings
Supports 64em (1024px) and up
=============================================== */
@media only screen and (min-width: 64em) {
  /* ==================================================================
	main-nav
=================================================================== */
  #main-nav {
    font-size: inherit;
    width: 100%;
    height: 2.8em;
    margin-top: 1.15em;
    position: relative;
    top: auto;
    z-index: 2900;
    box-shadow: none;
    /*background:none;*/
  }
  #main-nav .container {
    background: none;
    max-width: right;
  }
  #main-nav div.collapsible {
    margin: 0 auto;
  }
  #main-nav ul {
    height: 2.8em;
    width: auto;
    padding: 0;
    margin: 0;
    border: none;
    background: none;
    position: static;
    float: right;
  }
  #main-nav ul li {
    height: 100%;
    margin: 0 0.05em 0 0;
    background: none;
    position: relative;
    vertical-align: top;
    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.46666667;
    text-align: center;
    text-decoration: none;
    height: 100%;
    z-index: 3000;
  }
  #main-nav ul li a[id]:after {
    bottom: 1.06666667em;
  }
  #main-nav ul ul {
    width: auto;
    height: auto;
    border-radius: 0 0 0.5em 0.5em;
    padding: 1.1em 0.3em;
    z-index: 2800;
    position: absolute;
    display: none;
  }
  #main-nav ul ul li {
    width: 100%;
    height: 1.2em;
    margin: 0;
    padding: 0;
    opacity: 1;
    float: left;
  }
  #main-nav ul ul li a {
    line-height: 1.84615385;
    text-align: left;
    white-space: nowrap;
    height: 1.84615385em;
    width: auto;
    padding: 0 1.84615385em;
    float: left;
    transition-duration: 0s;
  }
  #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 {
    left: 0em;
    /*top:37px;*/
    display: block;
  }
  #main-nav ul li.contact-us:hover ul,
  #main-nav ul li.contact:hover ul {
    left: auto;
    right: 0em;
    margin: 0;
  }
  /*END*/
}
/* ie nonsense */
/***********************************************
target ie11: html[data-useragent*='Trident/7.0']
***********************************************/
html[data-useragent*='Trident/7.0'] {
  /* END */
}
/* custom animations */
@keyframes flyinmobilenav {
  from {
    left: 300px;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}
