/* ===============================================
	.less VERSION 2.0
	
	client_name
	
	Sesame Communications - (c) 2021
	Written by: Builder_Name
	All rights reserved.
	Any reproduction or intentional misuse is strictly prohibited
	
=============================================== */
/* ===============================================
					colors
=============================================== */
/* color */
/* color || hyperlinks */
/* ===============================================
					fonts
=============================================== */
/* carattere-regular - latin */
@font-face {
  font-family: 'Carattere';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(''), url('../fonts/carattere-v1-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/carattere-v1-latin-regular.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* pt-sans-regular - latin */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/pt-sans-v12-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local(''), url('../fonts/pt-sans-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/pt-sans-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/pt-sans-v12-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/pt-sans-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/pt-sans-v12-latin-regular.svg#PTSans') format('svg');
  /* Legacy iOS */
}
/* pt-sans-italic - latin */
@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/pt-sans-v12-latin-italic.eot');
  /* IE9 Compat Modes */
  src: local(''), url('../fonts/pt-sans-v12-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/pt-sans-v12-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/pt-sans-v12-latin-italic.woff') format('woff'), /* Modern Browsers */ url('../fonts/pt-sans-v12-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/pt-sans-v12-latin-italic.svg#PTSans') format('svg');
  /* Legacy iOS */
}
/* pt-sans-caption-regular - latin */
@font-face {
  font-family: 'PT Sans Caption';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(''), url('../fonts/pt-sans-caption-v13-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/pt-sans-caption-v13-latin-regular.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
.fontC {
  font-family: 'Carattere', Helvetica, Arial, sans-serif;
}
.fontPT {
  font-family: 'PT Sans', Helvetica, Arial, sans-serif;
}
.fontCap {
  font-family: 'PT Sans Caption', 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;
}
.ob {
  font-style: oblique;
}
.italic {
  font-style: italic;
}
.upp {
  text-transform: uppercase;
}
.loww {
  text-transform: lowercase;
}
.noo {
  text-transform: none;
}
.supp {
  font-variant: small-caps;
}
.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;
}
.near {
  clear: none;
}
.wimp {
  width: 100%!important;
}
.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;
}
.inline {
  display: inline;
}
.inline-block,
.ib {
  display: inline-block;
}
.hide {
  display: none;
}
.obliterate {
  line-height: 0;
  font-size: 0;
  text-indent: -999em;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  display: none;
  visibility: hidden;
}
.left {
  float: left;
}
.right {
  float: right;
}
.nofloat {
  float: none;
}
.behave {
  display: block;
  float: left;
}
.rehave {
  display: block;
  float: right;
}
.restrain {
  width: auto;
  display: inline-block;
  float: none;
}
.center {
  margin-left: auto;
  margin-right: auto;
}
.trans {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.fade {
  opacity: 0.5;
}
.round {
  border-radius: 50%;
}
/*functional mixins*/
.vertical-align {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.vertical-align-nul {
  position: relative;
  top: auto;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 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);
  -webkit-filter: grayscale(100%);
  filter: gray;
  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: 'PT Sans', Helvetica, Arial, sans-serif;
}
form button {
  font-family: 'PT Sans', Helvetica, Arial, sans-serif;
}
body {
  font-size: 15px;
  color: #333;
  overflow: hidden;
  /* body content font-size declared below */
}
@media only screen and (min-width: 81.25em) {
  body {
    font-size: 20px;
    /* desk 1300w */
  }
}
@media only screen and (min-width: 2000px) {
  body {
    font-size: 1vw;
  }
}
/* ===============================================
	links 
=============================================== */
a {
  text-decoration: none;
}
#content a {
  color: #23a9e1;
  text-decoration: underline;
  -webkit-transition: color 0.33s ease-in-out;
  transition: color 0.33s ease-in-out;
}
#content a:hover {
  text-decoration: underline;
  color: #23a9e1;
}
/* ===============================================
	h family || hfam 
=============================================== */
h1,
h2:not(.topic),
h3:not(.topic),
h4,
h5,
h6 {
  line-height: 1;
  text-align: left;
  color: #23a9e1;
  margin: 0 0 0.8em;
  text-rendering: auto;
}
h1 {
  font-size: 10vw;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0.75em;
  color: #fff;
  text-align: center;
  font-family: 'PT Sans Caption', Helvetica, Arial, sans-serif;
  line-height: 1em;
  margin-bottom: 0.32653061em;
}
@media only screen and (min-width: 30em) {
  h1 {
    font-size: 2.45em;
    /* mintab 480w */
  }
}
@media only screen and (min-width: 48em) {
  h1 {
    text-align: left;
    margin-left: 0;
    max-width: 15.51020408em;
  }
}
.home h1 {
  text-align: left;
  margin: 0;
  line-height: 0.9047619em;
  margin-bottom: 0.33333333em;
  font-family: 'PT Sans Caption', Helvetica, Arial, sans-serif;
}
@media only screen and (min-width: 30em) {
  .home h1 {
    font-size: 42px;
    /* mintab 480w */
  }
}
@media only screen and (max-width: 63.9375em) {
  .home h1 {
    /* midTab 1024oo */
  }
}
@media only screen and (min-width: 64em) {
  .home h1 {
    font-size: 2.1em;
  }
}
.home h1 .trait {
  display: block;
}
.home h1 .trait.top {
  text-transform: none;
  font-family: 'Carattere', Helvetica, Arial, sans-serif;
  font-size: 1.04761905em;
  line-height: 0.75em;
  padding-top: 0.11363636em;
}
.home h1 .trait.bottom {
  display: block;
}
h2:not(.topic) {
  font-size: 1.25em;
}
h3:not(.topic) {
  font-size: 1.2em;
}
h4 {
  font-size: 1.15em;
}
h5 {
  font-size: 1.1em;
}
h6 {
  font-size: 1.05em;
}
/* ===============================================
	containers
=============================================== */
.container {
  max-width: 50em;
}
/* ===============================================
	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%;
  background: url("../images/nav-bg-mobile.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 3000;
  box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.22);
}
@media only screen and (min-width: 41.625em) {
  #masthead {
    padding: 0;
    background: url("../images/nav-bg.png");
    /* custom 666w */
  }
}
@media only screen and (min-width: 64em) {
  #masthead {
    font-size: 1.1em;
    width: 100%;
    background: transparent;
    /* maxTab 1024w */
  }
  #masthead:before {
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    background: url("../images/nav-bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.8;
    top: 0;
    left: 0;
  }
  #masthead.ready #logo {
    width: 24.2em;
    left: 50%;
    transform: translateX(-50%);
    top: 11.5em;
  }
  #masthead.ready #logo .small {
    display: none;
  }
  #masthead.ready #logo .large {
    display: block;
  }
}
@media only screen and (min-width: 1300px) {
  #masthead.ready #logo {
    top: 17.5em;
  }
}
@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: 60em;
    /* 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(35, 169, 225, 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: #23a9e1;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  position: relative;
  z-index: 600;
  -webkit-transition: color 0.33s ease-in-out;
  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;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: width 0.3s ease, top 0.3s ease, left 0.3s ease, transform 0.3s ease;
  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: #23a9e1;
}
#main-nav .trigger:hover .navicon span {
  /* background:@color1; */
}
#main-nav .open .trigger {
  color: #23a9e1;
}
#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) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#main-nav .open .trigger .navicon span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#main-nav ul {
  width: 100vw;
  margin: -43px 0 0;
  padding: 1em 0;
  background-color: #ffffff;
  box-shadow: 3px 4px 25px 0px rgba(0, 0, 0, 0.22);
  /*
		background-image: -moz-linear-gradient(top,  fade(#fff, 0) 0%, fade(#fff, 99%) 100%);
		background-image: -webkit-linear-gradient(top,  fade(#fff, 0) 0%,fade(#fff, 99%) 100%);
		background-image: linear-gradient(to bottom,  fade(#fff, 0) 0%,fade(#fff, 99%) 100%);
		*/
  position: relative;
  float: right;
  z-index: 550;
}
#main-nav ul li {
  clear: both;
}
#main-nav ul li a[id] {
  line-height: 2.5;
  font-size: 0.8em;
  text-transform: uppercase;
  color: #000;
  width: auto;
  height: 2.5em;
  margin: 0;
  padding: 0;
  font-family: 'PT Sans Caption', Helvetica, Arial, sans-serif;
  display: inline-block;
  vertical-align: top;
  position: relative;
  -webkit-transition: color 0.33s ease;
  transition: color 0.33s ease;
}
#main-nav ul li a[id]:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: currentcolor;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0.6em;
  -webkit-transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  opacity: 0;
}
#main-nav ul li.open > a[id],
#main-nav ul li.active > a[id],
#main-nav ul li:hover > a[id] {
  color: #23a9e1;
  text-decoration: none;
  -webkit-transition-duration: 0.15s;
  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 {
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1;
}
#main-nav ul ul {
  width: 100%;
  margin: 0;
  padding: 0;
  float: left;
  background: rgba(62, 173, 202, 0.89);
  display: inline;
}
#main-nav ul ul li {
  width: 100%;
  float: left;
  background: none;
}
#main-nav ul ul li a {
  line-height: 3.07692308;
  font-size: 0.65em;
  color: #fff;
  width: 100%;
  height: 3.07692308em;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  text-transform: uppercase;
}
#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;
  background: #21409a;
  border: none;
}
/* main-nav make li fly in all cool */
#main-nav .collapsible.open > ul {
  -webkit-animation: flyinmobilenav 0.4s 1;
  animation: flyinmobilenav 0.4s 1;
}
#main-nav .collapsible.open ul ul {
  -webkit-animation: none;
  animation: none;
}
/* make flyouts expand on mobile */
#main-nav ul ul li {
  height: 0;
  overflow: hidden;
  -webkit-transition-duration: 0.33s;
  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;
}
/* ==================================================================
	header
=================================================================== */
#hd {
  text-align: center;
  color: #23a9e1;
  padding: 0;
  position: relative;
}
@media only screen and (min-width: 41.625em) {
  #hd {
    text-align: right;
    /* custom 666w */
  }
}
@media only screen and (min-width: 64em) {
  #hd {
    z-index: 3000;
    /* maxTab 1024w */
  }
}
@media only screen and (min-width: 41.625em) and (max-width: 63.9375em) {
  #hd .container {
    padding: 0.66em 55px 0.66em 0;
    /* range 666w - 1023oo */
  }
}
@media only screen and (min-width: 64em) {
  #hd .container {
    padding: 0.55em 0 0;
    /* midTab 1024w */
  }
}
/* ===============================================
	logo
=============================================== */
#logo {
  line-height: 0;
  font-size: 0.7em;
  width: 6.75em;
  margin: 0.5em auto 1em 2%;
  display: block;
  position: relative;
}
@media only screen and (min-width: 41.625em) {
  #logo {
    position: absolute;
    top: 0;
    left: 2%;
    /* custom 666w */
  }
}
@media only screen and (min-width: 64em) {
  #logo {
    font-size: inherit;
    margin: 0;
    top: 0.25em;
    left: 0;
    transition: left 0.3s, top 0.3s, transform 0.3s;
    /* maxTab 1024w */
  }
}
#logo a {
  display: inline-block;
  vertical-align: top;
}
#logo img {
  width: 100%;
}
#logo .large {
  display: none;
}
/* ===============================================
	contact info
=============================================== */
#contactinfo {
  text-align: center;
  width: 100%;
  margin: 0 0 0.5em;
  display: inline-block;
  vertical-align: top;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  position: absolute;
  top: 0;
   /*right: 7.2em;*/
}
@media only screen and (min-width: 30em) {
  #contactinfo {
    /*width: auto;*/
    /*margin: 0 0.5em 0 0;*/
    /* mintab 480w */
  }
}
@media only screen and (min-width: 568px) and (max-width: 1023px) {
  #contactinfo {
    position: absolute;
    top: 1.25em;
    right: 3.5em;
  }
}
@media only screen and (min-width: 666px) {
  #contactinfo {
    position: relative;
    top: auto;
    right: auto;
    width: auto;
    justify-content: flex-end;
    padding: 0.55em 0;
  }
}
@media only screen and (min-width: 1024px) {
  #contactinfo {
    padding: 0;
    margin: 0;
  }
}
#contactinfo .address:hover {
  text-decoration: underline;
  color: #4dcbff;
}
#contactinfo .address,
#contactinfo .phone {
  line-height: 1.83333333;
  font-size: 0.9em;
  color: #23a9e1;
  width: auto;
  display: inline-block;
  vertical-align: top;
  font-family: 'PT Sans', Helvetica, Arial, sans-serif;
}
#contactinfo .dot {
  display: inline-block;
  height: 0.25em;
  width: 0.25em;
  background: #fff;
  margin: 0 0.55em;
  margin-top: 0.1em;
  vertical-align: middle;
  border-radius: 50%;
  color: #fff;
}
#contactinfo a {
  -webkit-transition: color 0.33s ease-in-out;
  transition: color 0.33s ease-in-out;
}
#contactinfo a:hover {
  color: #23a9e1;
}
#contactinfo .consult {
  font-size: 0.75em;
  width: 12.66666667em;
  line-height: 2.2em;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  background-color: #4dcbff;
  margin-top: 1.66666667em;
  position: absolute;
  top: 0.33333333em;
  /*right: 3.1em;*/
  z-index: 1;
}
#contactinfo .consult:before {
  content: '';
  position: absolute;
  display: block;
  height: 100%;
  width: 0%;
  background: #21419a;
  opacity: 1;
  top: 0;
  left: 0;
  transition: width 0.3s;
  z-index: -1;
}
#contactinfo .consult:hover {
  color: #fff;
}
#contactinfo .consult:hover:before {
  width: 100%;
}
@media only screen and (min-width: 568px) {
  #contactinfo .consult {
    position: relative;
    top: auto;
    right: auto;
    margin: 0;
    margin-left: 1.4em;
  }
}
/* ===============================================
	utility-nav
=============================================== */
#utilitynav {
  line-height: 0;
  width: auto;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 400;
}
#utilitynav ul {
  line-height: 0;
  width: auto;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
#utilitynav ul li {
  line-height: 0;
  width: auto;
  margin: 0 0 0 0.5em;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
#utilitynav a {
  line-height: 2.5;
  font-size: 0.65em;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  padding: 0;
  background: #23a9e1;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out;
}
#utilitynav a:hover {
  color: #fff;
  background-color: #23a9e1;
}
#utilitynav a.appointmentrequest {
  width: 13em;
}
#utilitynav a.patient-login {
  width: 9em;
}
/* ===============================================
	socialmedia || aka social-icons
=============================================== */
.socialmedia {
  line-height: 0;
  text-align: center;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0.5em 0 0;
  position: relative;
  z-index: 300;
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 48em) {
  .socialmedia {
    margin-left: 0;
    justify-content: flex-start;
  }
}
.socialmedia a {
  line-height: 1.09090909;
  font-size: 0.55em;
  color: #fff;
  height: 1.09090909em;
  width: 1.09090909em;
  border-radius: 50%;
  margin: 0 0.54545455em 0 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: transform 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.socialmedia a:nth-last-of-type(1) {
  margin: 0;
}
.socialmedia a:hover {
  z-index: 400;
  color: #fff;
  -webkit-transform: scale(1.44);
  transform: scale(1.44);
}
.socialmedia a:hover span {
  color: #fff;
}
.socialmedia a .icon {
  position: relative;
}
/*
.vMaster {
  display: none;
}
*/
/* ==================================================================
	slideshow
=================================================================== */
#slideshow {
  font-size: 2vw;
  text-align: center;
  color: #fff;
  background: #000;
  min-height: 55vw;
  position: relative;
  z-index: 400;
}
#slideshow:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 400;
    background: #000;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% 50%;
    opacity: 0.3;
    }
@media only screen and (min-width: 64em) {
  #slideshow {
    font-size: inherit;
    width: 100%;
    margin-top: 0;
    top: 0;
    max-height: 34.85em;
    /* maxTab 1024w */
  }
}
#slideshow .welcomevid {
  width: 100%;
  vertical-align: top;
}
#slideshow .ssoverlay {
  line-height: 0.875;
  font-size: 2em;
  color: currentcolor;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  z-index: 420;
}
#slideshow .ssoverlay .trait {
  line-height: 1;
  font-size: 2em;
  text-transform: uppercase;
  display: block;
}

@media only screen and (min-width: 64em) {
#slideshow .ssoverlay {display: none;}
}
@media only screen and (min-width: 48em) {
#slideshow .ssoverlay {display: none}
}
/* ==================================================================
	.spotlight
=================================================================== */
.spotlight {
  text-align: center;
  position: relative;
}
.spotlight > div {
  position: relative;
}
/* ==================================================================
	spot01 || COMMON SERVICES/CALLOUT-LIKE SECTION EXAMPLE
=================================================================== */
.spot01 {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#21409a+0,44a9d1+100 */
  background: #21409a;
  /* Old browsers */
  background: -moz-linear-gradient(top, #21409a 0%, #44a9d1 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #21409a 0%, #44a9d1 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #21409a 0%, #44a9d1 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border-top: 0.35em solid #fff;
  padding-top: 4em;
  padding-bottom: 4.25em;
  display: flex;
  flex-wrap: wrap;
  font-size: min(3.8vw, 2em);
  margin-bottom: 0.5em;
}
@media only screen and (min-width: 666px) {
  .spot01 {
    font-size: min(1.4vw, 1em);
    justify-content: center;
    padding-bottom: 7.3em;
  }
}
.spot01 a {
  display: block;
  margin: auto;
  margin-bottom: 4em;
  position: relative;
  font-size: 1em;
  width: 11.05em;
  /*height: 11.05em;*/
}


@media only screen and (min-width: 666px) {
  .spot01 a {
    margin: 0;
    margin-right: 5em;
    font-size: 1em;
    width: 11.05em;
    /*height: 11.05em;*/
  }
  .spot01 a:last-of-type {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .spot01 a:hover:before {
    opacity: 0.8;
  }
  .spot01 a:hover h2 {
    bottom: 50%;
    transform: translateY(50%);
  }
}
.spot01 a:before {
  content: '';
  position: absolute;
  display: block;
  height: 100%;
  height: 11.05em;
  width: 100%;
  background: #24a9e0;
  opacity: 0;
  pointer-events: none;
  border-radius: 50%;
  top: 0;
  left: 0;
  transition: opacity 0.3s;
}

.spot01 a {
  padding-bottom: 2em;
}
.spot01 a img {
  border-radius: 50%;
  width: 11.05em;
  height: 11.05em;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.25);
  margin-bottom: 0.95em;
}
.spot01 a h2 {
  font-family: 'PT Sans Caption', Helvetica, Arial, sans-serif;
  color: #fff;
  font-size: 1.1em;
  line-height: 0.95454545;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
  transition: transform 0.3s, bottom 0.3s;
}
.spot01 a:hover:before {
    opacity: 0.8;
}
.spot01 a:hover h2 {
    bottom: 50%;
    transform: translateY(50%);
}
  .spot01 a h2 {
    position: absolute;
    bottom: 0;
    width: 100%;
    /*bottom: -2.77272727em;*/
  }
@media only screen and (min-width: 666px) {
  .spot01 a h2 {
    position: absolute;
    bottom: 0;
    width: 100%;
    /*bottom: -2.77272727em;*/
  }
}
.spot01 a h2 .trait {
  display: block;
}
/* ===============================================
	spot02 || COMMON GENERAL INFORMATION SPOTLIGHT SECTION
=============================================== */
.spot02 {
  padding: 2.65em 0;
  background-color: #d4d9df;
}
@media only screen and (min-width: 666px) {
  .spot02 {
    padding: 7.15em 0 6.8em;
  }
}
@media only screen and (min-width: 48em) {
  .spot02 {
    background: url("../images/spotlight/spot02.jpg");
    background-size: cover;
    background-position: 35% center;
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 1300px) {
  .spot02 {
    background-position: center;
  }
}
.spot02 .content {
  width: 96%;
  margin: auto;
  max-width: 30em;
  text-align: center;
}
@media only screen and (min-width: 48em) {
  .spot02 .content {
    text-align: right;
    max-width: 60em;
  }
}
.spot02 .inv {
  display: block;
  width: 10.6em;
  height: 2.55em;
  margin: auto;
  margin-bottom: 1em;
}
@media only screen and (min-width: 48em) {
  .spot02 .inv {
    margin-right: 0;
  }
}
.spot02 h2 {
  color: #21409a;
  font-size: 2.55em;
  line-height: 1em;
  font-family: 'PT Sans Caption', Helvetica, Arial, sans-serif;
  text-align: inherit;
  margin-bottom: 0.31372549em;
}
.spot02 p {
  color: #231f20;
  font-size: 0.9em;
  line-height: 1.22222222;
  margin-bottom: 1.94444444em;
}
@media only screen and (min-width: 48em) {
  .spot02 p {
    max-width: 27.5em;
    margin-right: 0;
    margin-left: auto;
    display: block;
  }
}
.spot02 .button {
  font-size: 0.75em;
  line-height: 4em;
  width: 9.86666667em;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  background-color: #4dcbff;
  display: block;
  margin: auto;
  transition: background-color 0.3s;
}
@media only screen and (min-width: 48em) {
  .spot02 .button {
    margin-right: 0;
  }
}
@media only screen and (min-width: 64em) {
  .spot02 .button:hover {
    background-color: #21409a;
  }
}
/* ===============================================
	spot03 || COMMON GENERAL INFORMATION SPOTLIGHT SECTION REVERSE
=============================================== */
.spot03 {
  padding: 4.8em 0 4.95em;
  background-color: #ccc;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.spot03 h2 {
  color: #fff;
  font-size: 2.9em;
  line-height: 1em;
  font-family: 'PT Sans Caption', Helvetica, Arial, sans-serif;
  text-align: center;
  margin-bottom: 1.31034483em;
  font-weight: normal;
}
.spot03 .cycle-slideshow {
  color: #23a9e1;
  width: 96%;
  max-width: 30em;
  margin: 0 auto;
  display: block;
}
@media only screen and (min-width: 1000px) {
  .spot03 .cycle-slideshow {
    max-width: 55.5em;
    font-size: min(1.4vw, 1.5em);
  }
}
@media only screen and (min-width: 1300px) {
  .spot03 .cycle-slideshow {
    font-size: inherit;
  }
}
.spot03 .cycle-slideshow:hover {
  color: #1989b8;
}
.spot03 .cycle-slide {
  width: 100%;
  display: block;
  -webkit-transition: color 0.33s ease-in-out;
  transition: color 0.33s ease-in-out;
}
@media only screen and (min-width: 1000px) {
  .spot03 .cycle-slide {
    width: 100%;
    max-width: 100%;
    display: flex !important;
    flex-direction: row;
    justify-content: space-between;
  }
}
.spot03 .review {
  margin-bottom: 1.7em;
}
@media only screen and (min-width: 1000px) {
  .spot03 .review {
    margin: 0;
    width: 17.35em;
  }
}
.spot03 .review:last-of-type {
  margin: 0;
}
.spot03 .stars {
  width: 100%;
  max-width: 347px;
  display: flex;
  justify-content: flex-start;
  margin: auto;
  margin-bottom: 1.25em;
  color: #4dcbff;
  font-size: 0.65em;
}
@media only screen and (min-width: 1000px) {
  .spot03 .stars {
    width: 28.91666667em;
  }
}
.spot03 .testimony {
  line-height: 1.2;
  font-size: 0.75em;
  display: block;
  color: #fff;
  text-align: justify;
  width: 100%;
  max-width: 347px;
  margin: auto;
}
@media only screen and (min-width: 1000px) {
  .spot03 .testimony {
    width: 100%;
    margin: 0;
  }
}
.spot03 .testifier {
  display: inline-block;
}
.spot03 .gradient {
  font-size: 0.65em;
  color: #fff;
  font-family: 'PT Sans Caption', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin-top: 5.38461538em;
  margin-right: 0.64285714em;
  display: inline-block;
  text-align: center;
  width: 7.30769231em;
  position: relative;
  line-height: 3.46153846em;
  background: #23a9e1;
  /* Old browsers */
  background: -moz-linear-gradient(35deg, #23a9e1 0%, #21409a 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(35deg, #23a9e1 0%, #21409a 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(35deg, #23a9e1 0%, #21409a 100%);
  z-index: 1;
}
.spot03 .gradient:before {
  content: '';
  position: absolute;
  display: block;
  height: 100%;
  width: 0%;
  background: #21409a;
  opacity: 1;
  top: 0;
  left: 0;
  z-index: -1;
  transition: width 0.3s;
}
@media only screen and (min-width: 1024px) {
  .spot03 .gradient:hover:before {
    width: 100%;
  }
}
.spot03 .second-gradient {
  width: 12.35714286em;
  margin: 0;
  margin-top: 5.38461538em;
}
.spot03 .second-gradient:before {
  display: none;
}
.spot03 .second-gradient a {
  color: #fff;
  transition: transform 0.3s;
  display: inline-block;
}
@media only screen and (min-width: 1024px) {
  .spot03 .second-gradient a:hover {
    transform: translateY(-0.35714286em);
  }
}
.spot03 .second-gradient a:first-of-type {
  margin-right: 0.76923077em;
  margin-left: 0.38461538em;
}
/* ==================================================================
	
	subnav || aka subnav-outer || aka ipSub
	TOP OF PAGE orientation - for sidebar orientation scroll or search down to 'side oriented' [=
	
=================================================================== */
/* TOP ORIENTED */
#subnav {
  text-align: center;
  color: #000;
  padding: 2.2em 0;
  position: relative;
  overflow: hidden;
  background: url("../images/int.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#subnav:before {
  content: '';
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.3;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 64em) {
  #subnav:before {
    display: none;
  }
}
#subnav .container {
  max-width: 58em;
}
@media only screen and (min-width: 48em) {
  #subnav {
    padding-top: 12.5em;
  }
}
@media only screen and (min-width: 64em) {
  #subnav {
    margin-top: 5.1em;
  }
}
@media only screen and (min-width: 81.25em) {
  #subnav {
    padding-top: 12.8em;
    /* desk 1300w */
  }
}
#subnav p {
  line-height: 1.38461538;
  font-size: 0.65em;
  margin: 0;
  padding: 0;
  color: #fff;
  max-width: 53.84615385em;
}
@media only screen and (min-width: 48em) {
  #subnav p {
    text-align: left;
    margin-left: 0;
  }
}
#subnav a {
  color: #fff;
  margin: 0.2em 0.4em;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media only screen and (min-width: 64em) {
  #subnav a {
    margin: 0;
    /* maxTab 1024w */
  }
}
#subnav a:after {
  content: '';
  width: 100%;
  height: 1px;
  background: currentcolor;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  opacity: 0;
  -webkit-transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
#subnav a:hover,
#subnav a.active {
  text-decoration: none;
}
#subnav a:hover:after,
#subnav a.active:after {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
#subnav .divider {
  display: none;
}
@media only screen and (min-width: 64em) {
  #subnav .divider {
    margin: 0 0.2em;
    display: inline-block;
    vertical-align: top;
    /* maxTab 1024w */
  }
}
/* ==================================================================
	content || aka .interior-content
=================================================================== */
body.layout-full-width #bd:before {
  display: none !important;
}
body.sitemap #bd:before {
  display: none !important;
}
#bd {
  padding: 4.15em 0;
  background: #fff;
  position: relative;
  z-index: 400;
}
@media only screen and (min-width: 64em) {
  #bd:before {
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    width: 30.5em;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#21409a+0,0e76bc+100 */
    background: #21409a;
    /* Old browsers */
    background: -moz-linear-gradient(top, #21409a 0%, #0e76bc 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #21409a 0%, #0e76bc 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #21409a 0%, #0e76bc 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    opacity: 1;
    top: 0;
    left: 50%;
    margin-left: 20.45em;
  }
}
#bd .container {
  max-width: 58em;
}
#content .image-box {
  display: none;
}
@media only screen and (min-width: 48em) {
  #content {
    max-width: 37.85em;
    width: 65.25862069%;
    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 */
  }
}
#content a {
  color: #4dcbff;
  text-decoration: underline;
}
#content a:hover {
  color: #0e76bc;
}
/* Office Hours Table */
table.office-hours {
  background: rgba(0, 0, 0, 0.008);
  padding: 17px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-collapse: collapse;
  font-size: 0.95em;
  line-height: 1.45em;
}
table.office-hours td {
  padding: 10px 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding-right: 12px;
  font-size: 0.96em;
}
table.office-hours td.time {
  opacity: 0.8;
}
table.office-hours td.title {
  font-size: 1.07em;
}
@media only screen and (min-width: 48em) {
  table.office-hours {
    font-size: 1em;
  }
  table.office-hours td {
    padding: 9px 15px;
    padding-right: 30px;
  }
  table.office-hours td.title {
    padding: 11px 15px;
  }
}
/* ==================================================================
	.home content || aka #home-content
=================================================================== */
main {
  display: block;
}
.home #bd {
  padding: 3em 0;
  color: #fff;
}
@media only screen and (min-width: 666px) {
  .home #bd {
    padding-top: 6.8em;
    padding-bottom: 7.3em;
  }
}
@media only screen and (min-width: 1024px) {
  .home #bd {
    font-size: min(1.4vw, 1em);
  }
  .home #bd:before {
    display: none;
  }
}
.home #bd h1,
.home #bd h2,
.home #bd h3,
.home #bd h4,
.home #bd h5,
.home #bd h6 {
  color: #fff;
  text-align: left;
}
.home #bd .container {
  max-width: 60em;
}
.home #bd #content {
  background: rgba(33, 64, 154, 0.9);
  padding: 2.55em 2em;
  box-shadow: 0px 25px 25px 0px rgba(0, 0, 0, 0.25);
}
@media only screen and (min-width: 666px) {
  .home #bd #content {
    padding: 51px 40px;
  }
}
@media only screen and (min-width: 48em) {
  .home #bd #content {
    width: 100%;
    max-width: 40em;
    float: none;
    margin-left: auto;
    margin-right: auto;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 1024px) {
  .home #bd #content {
    padding: 2.85em 2em;
    padding-right: 1.85em;
    max-width: 31.5em;
    margin-left: 0;
  }
}
@media only screen and (min-width: 81.25em) {
  .home #bd #content {
    margin-left: 0;
    margin-left: 2.4em;
    max-width: 28.15em;
    /* desk 1300w */
  }
}
@media only screen and (min-width: 81.25em) {
  .home #bd #content .content-text {
    font-size: 1em;
    /* desk 1300w */
  }
}
@media only screen and (min-width: 48em) {
  .home #bd #content p {
    text-align: justify;
    /* midTab 768w */
  }
}
.home #bd #content a {
  color: #fff;
}
.home #bd .image-box {
  display: none;
}
@media only screen and (min-width: 48em) {
  .home #bd .image-box {
    display: none;
    position: absolute;
    top: -1.75em;
    left: 45em;
    width: 52.4em;
    height: 48.4em;
    z-index: -1;
    font-size: min(1.4vw, .6em);
  }
  .home #bd .image-box img {
    width: 100%;
  }
  .home #bd .image-box .image-small {
    position: absolute;
    bottom: -2.35em;
    left: 14.5em;
    box-shadow: 0px 25px 25px 0px rgba(0, 0, 0, 0.25);
    width: 20.75em;
    height: 23.25em;
  }
  .home #bd .image-box .image-small:before {
    content: '';
    position: absolute;
    display: block;
    top: 0.55em;
    bottom: 0.55em;
    left: 0.55em;
    right: 0.55em;
    border: 1px solid #fff;
  }
}
@media only screen and (min-width: 892px) {
  .home #bd .image-box {
    font-size: min(1.4vw, .8em);
    left: 32em;
  }
}
@media only screen and (min-width: 1024px) {
  .home #bd .image-box {
    font-size: inherit;
    left: 27.6em;
    display: block;
  }
}
/* ==================================================================
	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: #23a9e1;
  position: absolute;
  top: 50%;
  z-index: 900;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.mediaslider .cycle-slideshow > div span {
  -webkit-transition: transform 0.35s ease, opacity 0.35s ease;
  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 {
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
.mediaslider .cycle-slideshow > div.cycle-next {
  text-align: right;
  direction: rtl;
  right: 0;
}
.mediaslider .cycle-slideshow > div.cycle-next span {
  -webkit-transform-origin: right center;
  transform-origin: right center;
}
.mediaslider .cycle-slideshow > div:hover {
  cursor: pointer;
}
.mediaslider .cycle-slideshow > div:hover span {
  -webkit-transform: scale(1.44);
  transform: scale(1.44);
  opacity: 0.68;
}
/* ===============================================
 		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;
  }
}
/* comment line below if patient login is live and legit */
.financial-information #financial-online-services {
  display: none;
}
/* 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.125;
  font-size: 1.2em;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  color: #0e76bc;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
  font-family: 'PT Sans Caption', Helvetica, Arial, sans-serif;
}
.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;
  text-decoration: none;
  font-family: 'PT Sans', Helvetica, Arial, sans-serif;
  /*to increase space adjust [body.sitemap #bd ul ul li] below*/
}
.sitemap #content a:hover {
  text-decoration: underline;
  color: #23a9e1;
}
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: 100%;
  max-width: 16.2em;
  margin: 0 auto 6%;
  display: block;
  padding: 0;
  position: relative;
  z-index: 420;
}
@media only screen and (min-width: 48em) {
  #sidebar {
    width: 27.93103448%;
    margin: 0 0 1em;
    float: right;
    clear: right;
    display: block;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 48em) {
  #sidebar {
    transform: translateY(-11.05em);
    box-shadow: 13px 22px 25px 0px rgba(0, 0, 0, 0.25);
  }
  #sidebar:before {
    content: '';
    position: absolute;
    display: block;
    top: 0.55em;
    bottom: 0.55em;
    left: 0.55em;
    right: 0.55em;
    border: 0.05em solid #fff;
    z-index: 100;
  }
}
/* ===============================================
	sitepics
=============================================== */
#hide-stock {
  position: relative;
}
.stock {
  width: 100%;
  position: relative;
}
/* ===============================================
	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;
}
/* ==================================================================
	SUBNAV || aka subnav-outer || aka ipSub || SIDE ORIENTED
=================================================================== */
/* END SIDEBAR - */
/* ==================================================================
	.spotlight
=================================================================== */
/* ===============================================
	spot04 || COMMON SERVICES/CALLOUT-LIKE SECTION EXAMPLE
=============================================== */
.spot04 {
  font-size: 3vw;
  padding: 3em 0;
  background-color: #23a9e1;
}
@media only screen and (min-width: 30em) {
  .spot04 {
    font-size: 2.3vw;
    /* mintab 480w */
  }
}
@media only screen and (min-width: 41.625em) {
  .spot04 {
    font-size: inherit;
    /* custom 666w */
  }
}
@media only screen and (min-width: 48em) {
  .spot04 {
    padding: 5em 0;
    /* midTab 768w */
  }
}
.spot04 a {
  color: #23a9e1;
  width: 11.8em;
  height: 11.8em;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  margin: 2%;
  padding: 4em 0 0;
  background-color: #fff;
  position: relative;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: transform 0.33s ease-in-out, background-color 0.33s ease-in-out, color 0.33s ease-in-out;
  transition: transform 0.33s ease-in-out, background-color 0.33s ease-in-out, color 0.33s ease-in-out;
}
.spot04 a:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transform: scale(1.23);
  transform: scale(1.23);
  z-index: 400;
}
.spot04 a .decoration {
  width: 2em;
  margin: 0 auto 1em;
  -webkit-transition: transform 0.33s ease-in-out;
  transition: transform 0.33s ease-in-out;
}
.spot04 a h3.topic {
  line-height: 1.11111111;
  font-size: 0.9em;
  text-align: center;
  color: currentcolor;
  width: 100%;
  display: block;
}
.spot04 a h3.topic .trait {
  font-weight: 700;
  text-transform: uppercase;
}
/* ==================================================================
	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;
  -webkit-transition: opacity 0.33s ease-in-out, transform 0.33s ease-in-out;
  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 {
  -webkit-transform: scale(0.88);
  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%;
  padding: 0;
  background: #ccc no-repeat center center;
  background-size: cover;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media only screen and (min-width: 48em) {
  #ft {
    height: 28.5em;
    padding-top: 11.45em;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.13);
    z-index: 10;
  }
}
#ft a {
  color: #fff;
  -webkit-transition: color 0.33s ease-in-out;
  transition: color 0.33s ease-in-out;
}
#ft a:hover {
  color: #23a9e1;
}
/* ===============================================
		locations || aka ft-location
=============================================== */
#location {
  width: 100%;
  padding: 3em 0;
  background-color: rgba(35, 169, 225, 0.9);
  display: block;
  font-size: 20px;
}
@media only screen and (min-width: 48em) {
  #location {
    text-align: right;
    height: 7.3em;
    width: 12.7em;
    margin-right: 50%;
    background-color: transparent;
    padding: 0;
    padding-top: 2.05em;
    padding-left: 2.8em;
    position: absolute;
    left: 50%;
    top: 7.15em;
    margin-left: -15.75em;
    z-index: 1;
    /* midTab 768w */
  }
  #location:before {
    content: '';
    position: absolute;
    display: block;
    height: 8.7em;
    width: 18.55em;
    background: url("../images/spotlight/address-box.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
    top: -0.1em;
    left: -0.35em;
    z-index: -1;
  }
}
@media only screen and (min-width: 81.25em) {
  #location {
    font-size: inherit;
    top: 11.5em;
    margin-left: -15.25em;
    /* desk 1300w */
  }
}
#location .mod {
  text-align: center;
  width: 100%;
  max-width: 20em;
  display: block;
}
@media only screen and (max-width: 47.9375em) {
  #location .mod {
    margin: 0 auto;
    /* midTab opt-out 768oo */
  }
}
@media only screen and (min-width: 48em) {
  #location .mod {
    margin: 0 0 0 auto;
    text-align: left;
    /* midTab 768w */
  }
}
#location .address {
  line-height: 1.15384615;
  font-size: 0.65em;
  margin: 0 auto;
  display: block;
  text-transform: uppercase;
}
#location .address .marker {
  line-height: 1;
  width: 7.23076923em;
  height: 6.07692308em;
  margin-left: 15.3em;
  position: absolute;
  left: 50%;
  top: 3.1em;
  z-index: 400;
  -webkit-transition: transform 0.33s ease-in-out;
  transition: transform 0.33s ease-in-out;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  display: none;
}
@media only screen and (min-width: 48em) {
  #location .address .marker {
    display: block;
    margin-left: 14.61538462em;
    top: 2.5em;
    /* midTab 768w */
  }
}
#location .address:hover {
  color: #fff;
  text-decoration: underline;
}
#location .address:hover .marker {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
#location .phone {
  line-height: 1.38461538;
  font-size: 0.65em;
  display: block;
}
#location .phone:hover {
  color: #fff;
}
/* ==================================================================
		#links || aka ft-design-credit
=================================================================== */
#links {
  text-align: center;
  color: #231f20;
  padding: 2em 0;
  margin: 0;
  background-color: #fff;
}
#links .container {
  max-width: 60em;
}
@media only screen and (min-width: 48em) {
  #links {
    height: 5.05em;
    padding: 1.5em 0 0;
    /* midTab 768w  */
  }
}
#links .util {
  line-height: 2.72727273;
  font-size: 0.55em;
  margin-bottom: 2em;
}
@media only screen and (min-width: 30em) {
  #links .util {
    line-height: 3.72727273;
    width: auto;
    margin: 0;
    float: left;
    /* mintab 480w */
  }
}
#links .util a {
  font-family: 'PT Sans Caption', Helvetica, Arial, sans-serif;
  color: #231f20;
  text-transform: uppercase;
  -webkit-transition: color 0.33s ease-in-out;
  transition: color 0.33s ease-in-out;
}
#links .util a:hover {
  color: #23a9e1;
  text-decoration: underline;
}
#links .util a,
#links .util .divider {
  display: inline-block;
}
#links .util .divider {
  margin: 0 0.1em;
}
/* ===============================================
		sesame link
=============================================== */
a#sesame-link .sesameicon {
  width: 1.45454545em;
  height: 1.27272727em;
  margin-right: 0.36363636em;
  display: inline-block;
  vertical-align: middle;
}
a#sesame-link .sesameicon path {
  -webkit-transition: fill 0.33s ease-in-out;
  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;
  display: block;
  width: 100%;
  margin: 0;
  position: relative;
}
@media only screen and (min-width: 30em) {
  #btt {
    width: auto;
    float: right;
    /* mintab 480w */
  }
}
a#backtotop {
  line-height: 2.73333333;
  font-size: 0.75em;
  color: #fff;
  font-family: 'PT Sans Caption', Helvetica, Arial, sans-serif;
  width: 7.66666667em;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#23a9e1+0,21409a+100 */
  background: #23a9e1;
  /* Old browsers */
  background: -moz-linear-gradient(35deg, #23a9e1 0%, #21409a 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(35deg, #23a9e1 0%, #21409a 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(35deg, #23a9e1 0%, #21409a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#23a9e1', endColorstr='#21409a', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  text-align: center;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: color 0.33s ease-in-out;
  transition: color 0.33s ease-in-out;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}
a#backtotop:before {
  content: '';
  position: absolute;
  display: block;
  height: 100%;
  width: 0%;
  background: #21409a;
  opacity: 1;
  top: 0;
  left: 0;
  transition: width 0.3s;
  z-index: -1;
}
a#backtotop:hover:before {
  width: 100%;
}
/*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;
}
/* ===============================================
	success message
=============================================== */
.success {
  text-transform: none;
  font-weight: 400;
  color: #fff;
  width: 100%;
  padding: 1rem;
  float: left;
  background: #23a9e1;
}
/* ===============================================
	Form Buttons
=============================================== */
form button {
  letter-spacing: normal;
  font-weight: 400;
  text-transform: uppercase;
  font-size: smaller;
  color: #000;
  height: 38px;
  padding: 0 1.5em;
  background-color: #23a9e1;
  border: 1px solid #23a9e1;
  -webkit-transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out, border-color 0.33s ease-in-out;
  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: #23a9e1;
  background-color: #23a9e1;
}
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 #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;
    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
=================================================================== */
  #main-nav {
    font-size: inherit;
    width: 100%;
    height: 2.5em;
    margin-top: 0.4em;
    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.5em;
    width: auto;
    padding: 0;
    margin: 0;
    border: none;
    background: none;
    position: static;
    float: right;
    box-shadow: none;
    transform: translateX(0.4em);
  }
  #main-nav ul li {
    height: 100%;
    margin: 0 0.2em 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.5;
    text-align: center;
    text-decoration: none;
    height: 2.375em;
    z-index: 3000;
    color: #fff;
    position: relative;
    padding: 0 0.61538462em;
  }
  #main-nav ul li a[id]:after {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #23a9e1;
    /* Old browsers */
    background: -moz-linear-gradient(35deg, #23a9e1 0%, #21409a 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(35deg, #23a9e1 0%, #21409a 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(35deg, #23a9e1 0%, #21409a 100%);
    z-index: -1;
  }
  #main-nav ul ul {
    width: auto;
    height: auto;
    padding: 1em 0;
    z-index: 2800;
    position: absolute;
    display: none;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#23a9e1+0,21409a+100 */
    background: #23a9e1;
    /* Old browsers */
    background: -moz-linear-gradient(35deg, #23a9e1 0%, #21409a 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(35deg, #23a9e1 0%, #21409a 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(35deg, #23a9e1 0%, #21409a 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
  #main-nav ul ul:before {
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    pointer-events: none;
    width: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0+3 */
    background: -moz-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 3%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 3%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, 0) 3%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    opacity: 0.25;
    top: 0;
    left: 0;
    z-index: 10;
  }
  #main-nav ul ul li {
    width: 100%;
    height: 1.4em;
    margin: 0;
    padding: 0;
    opacity: 1;
    float: left;
  }
  #main-nav ul ul li a {
    line-height: 2.15384615;
    text-align: left;
    white-space: nowrap;
    height: 2.15384615em;
    width: 100%;
    padding: 0 2.15384615em;
    float: left;
    -webkit-transition-duration: 0s;
    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 */
@media only screen and (min-width: 64em) {
.hide-desk {display: none;}
}
@media only screen and (min-width: 48em) {
.hide-tab {display: none}
}
/***********************************************
target ie11: html[data-useragent*='Trident/7.0']
***********************************************/
html[data-useragent*='Trident/7.0'] {
  /* END */
}
/* custom animations */
@-webkit-keyframes flyinmobilenav {
  from {
    left: 300px;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}
@keyframes flyinmobilenav {
  from {
    left: 300px;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}
