/* ===============================================
	.less VERSION 2.1
	
	sverdlova-yana
	Written by: Vita Stillion
		
	Sesame Communications - (c) 2022
	All rights reserved.
	Any reproduction or intentional misuse is strictly prohibited
	
=============================================== */
/* ===============================================
					colors
=============================================== */
/* body */
/* red || hyperlinks */
/* purple */
/* orange */
/* green */
/* dark blue */
/* ===============================================
					fonts
=============================================== */
/* jost-400 */
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(''), url('../fonts/jost-400.woff2') format('woff2'), url('../fonts/jost-400.woff') format('woff');
}
/* jost-500 */
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local(''), url('../fonts/jost-500.woff2') format('woff2'), url('../fonts/jost-500.woff') format('woff');
}
/* jost-700 */
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local(''), url('../fonts/jost-700.woff2') format('woff2'), url('../fonts/jost-700.woff') format('woff');
}
/* jost-400i */
@font-face {
  font-family: 'Jost';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local(''), url('../fonts/jost-400i.woff2') format('woff2'), url('../fonts/jost-400i.woff') format('woff');
}
/* jost-700i */
@font-face {
  font-family: 'Jost';
  font-style: italic;
  font-weight: 700;
  src: local(''), url('../fonts/jost-700i.woff2') format('woff2'), url('../fonts/jost-700i.woff') format('woff');
}
/* rochester-400 */
@font-face {
  font-family: 'Rochester';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(''), url('../fonts/rochester-400.woff2') format('woff2'), url('../fonts/rochester-400.woff') format('woff');
}
.fontJ {
  font-family: 'Jost', sans-serif;
}
.fontR {
  font-family: 'Rochester', cursive;
}
/* ===============================================
					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: 'Jost', sans-serif;
}
form button {
  font-family: 'Jost', sans-serif;
}
body {
  font-size: 15px;
  color: #333;
  background: #659982 url(../images/bd.png) no-repeat center top;
  overflow: hidden;
}
@media only screen and (min-width: 81.25em) {
  body {
    font-size: 20px;
    /* desk 1300w */
  }
}
@media only screen and (min-width: 125em) {
  body {
    background-size: 100% auto;
    /* custom 2000w */
  }
}
/* ===============================================
	links 
=============================================== */
a {
  text-decoration: none;
}
#content a {
  color: #ee4266;
  text-decoration: underline;
  transition: color 0.33s ease-in-out;
}
#content a:hover {
  text-decoration: underline;
  color: #7823d1;
}
/* ===============================================
	h family || hfam 
=============================================== */
h1,
h2:not(.topic),
h3:not(.topic),
h4,
h5,
h6 {
  text-transform: none;
  font-weight: 400;
  line-height: 1;
  text-align: left;
  color: #ee4266;
  margin: 0 0 0.8em;
  text-rendering: auto;
}
h1 {
  font-size: 10vw;
  font-family: 'Rochester', cursive;
  color: #223d56;
  margin-bottom: 0.75em;
}
@media only screen and (min-width: 30em) {
  h1 {
    font-size: 3.9em;
    /* mintab 480w */
  }
}
@media only screen and (min-width: 30em) {
  .home h1 {
    font-size: 3em;
    /* mintab 480w */
  }
}
.home h1 .trait.top {
  line-height: 1.11111111;
  font-size: 0.6em;
  font-family: 'Jost', sans-serif;
  color: #fa9500;
  display: block;
}
.home h1 .trait.bottom {
  display: inline-block;
}
h2:not(.topic) {
  font-size: 1.2em;
  color: #7823d1;
}
h3:not(.topic) {
  font-size: 1.1em;
  color: #fa9500;
}
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;
  /* socialmedia || aka social-icons */
}
@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 */
  }
}
#masthead .socialmedia {
  line-height: 0;
  text-align: center;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0.5em 0 0;
  position: absolute;
  z-index: 300;
}
@media only screen and (max-width: 63.9375em) {
  #masthead .socialmedia {
    font-size: 20px;
    display: flex;
    justify-content: center;
    top: 100%;
    right: 0;
    /* midTab 1024oo */
  }
}
@media only screen and (min-width: 64em) {
  #masthead .socialmedia {
    width: 2em;
    margin: 0;
    display: block;
    position: absolute;
    right: 0.5em;
    top: 12.5em;
    /* maxTab 1024w */
  }
}
@media only screen and (min-width: 81.25em) {
  #masthead .socialmedia {
    position: fixed;
    /* desk 1300w */
  }
}
#masthead .socialmedia a {
  line-height: 2.22222222;
  font-size: 0.9em;
  color: #fff;
  height: 2.22222222em;
  width: 2.22222222em;
  border-radius: 50%;
  margin: 0 3px 0 0;
  background: rgba(238, 66, 102, 0.7);
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: transform 0.33s ease-in-out, color 0.33s ease-in-out;
}
@media only screen and (min-width: 64em) {
  #masthead .socialmedia a {
    margin: 0 0 2px 0;
    /* maxTab 1024w */
  }
}
#masthead .socialmedia a:nth-of-type(6n+1) {
  background-color: #7823d1;
}
#masthead .socialmedia a:nth-of-type(6n+2) {
  background-color: #223d56;
}
#masthead .socialmedia a:nth-of-type(6n+3) {
  background-color: #ee4266;
}
#masthead .socialmedia a:nth-of-type(6n+4) {
  background-color: #ade576;
}
#masthead .socialmedia a:nth-of-type(6n+5) {
  background-color: #fff44f;
}
#masthead .socialmedia a:nth-of-type(6n+6) {
  background-color: #fa9500;
}
#masthead .socialmedia a:nth-last-of-type(1) {
  margin: 0;
}
#masthead .socialmedia a:hover {
  color: #fff;
  background: #333333;
  z-index: 400;
  transform: scale(1.44);
}
#masthead .socialmedia a .icon {
  position: relative;
}
/* ==================================================================
	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(238, 66, 102, 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: #ee4266;
  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;
  display: inline-block;
  position: relative;
  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: #ee4266;
}
#main-nav .trigger:hover .navicon span {
  /* background:@color1; */
}
#main-nav .open .trigger {
  color: #333333;
}
#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);
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.99) 100%);
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.99) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.99) 100%);
  position: relative;
  float: right;
  z-index: 550;
}
#main-nav ul li {
  clear: both;
}
#main-nav ul li a[id] {
  letter-spacing: -0.05em;
  line-height: 1.9047619;
  font-size: 1.05em;
  font-weight: 700;
  text-transform: uppercase;
  color: #223d56;
  width: auto;
  height: 1.9047619em;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: color 0.33s ease;
}
#main-nav ul li a[id]:before {
  content: '';
  width: 1.38095238em;
  height: 1.47619048em;
  background: url(../images/nav/hov.svg) no-repeat center center;
  background-size: cover;
  display: block;
  position: absolute;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  pointer-events: none;
  opacity: 0;
}
@media only screen and (max-width: 63.9375em) {
  #main-nav ul li a[id]:before {
    top: 50%;
    left: -1.57142857em;
    transform: translate3d(0, -50%, 0) scaleY(0);
    /* midTab 1024oo */
  }
}
@media only screen and (min-width: 64em) {
  #main-nav ul li a[id]:before {
    margin-left: auto;
    margin-right: auto;
    right: 0;
    bottom: 1.61904762em;
    left: 0;
    transform: translate3d(0, 100%, 0);
    /* midTab 1024w */
  }
}
#main-nav ul li.open > a[id],
#main-nav ul li.active > a[id],
#main-nav ul li:hover > a[id] {
  color: #ade576;
  text-decoration: none;
  transition-duration: 0.15s;
}
#main-nav ul li.open > a[id]:before,
#main-nav ul li.active > a[id]:before,
#main-nav ul li:hover > a[id]:before {
  opacity: 1;
}
@media only screen and (max-width: 63.9375em) {
  #main-nav ul li.open > a[id]:before,
  #main-nav ul li.active > a[id]:before,
  #main-nav ul li:hover > a[id]:before {
    transform: translate3d(0, -50%, 0) scaleY(1);
    /* midTab 1024oo */
  }
}
@media only screen and (min-width: 64em) {
  #main-nav ul li.open > a[id]:before,
  #main-nav ul li.active > a[id]:before,
  #main-nav ul li:hover > a[id]:before {
    transform: translate3d(0, 0, 0);
    /* midTab 1024w */
  }
}
#main-nav ul ul {
  width: 100%;
  margin: 0;
  padding: 0;
  float: left;
  background: #223d56;
  display: inline;
}
#main-nav ul ul li {
  width: 100%;
  float: left;
  background: none;
}
#main-nav ul ul li a {
  line-height: 2.66666667;
  font-size: 0.75em;
  color: #fff;
  width: 100%;
  height: 2.66666667em;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
#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: #ade576;
  margin-bottom: 0;
  border: none;
}
/* 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;
}
/* ==================================================================
	header
=================================================================== */
#hd {
  text-align: center;
  color: #fff;
  padding: 0;
  position: relative;
}
@media only screen and (min-width: 64em) {
  #hd {
    text-align: right;
    background-color: #ee4266;
    height: 1.25em;
    z-index: 3000;
    /* maxTab 1024w */
  }
}
@media only screen and (max-width: 63.9375em) {
  #hd .mod {
    padding: 1em 0;
    background-color: #ee4266;
    /* midTab 1024oo */
  }
}
@media only screen and (min-width: 64em) {
  #hd .mod {
    position: absolute;
    top: 0;
    right: 0;
    /* midTab 1024w */
  }
}
/* ===============================================
	logo
=============================================== */
#logo {
  line-height: 0;
  font-size: 0.7em;
  width: 20.45em;
  margin: 1.25em auto 1.25em 2%;
  display: block;
  position: relative;
}
@media only screen and (min-width: 22.5em) {
  #logo {
    margin-left: auto;
    /* custom 360w */
  }
}
@media only screen and (min-width: 64em) {
  #logo {
    font-size: inherit;
    margin: 0;
    position: absolute;
    top: 2.3em;
    left: 0;
    /* maxTab 1024w */
  }
}
@media only screen and (min-width: 81.25em) {
  #logo {
    transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
    /* desk 1300w */
  }
  .ready #logo {
    transform: translate3d(calc( 642px - 10.225em ), 17.05vw, 0);
  }
}
#logo a {
  display: inline-block;
  vertical-align: top;
}
#logo svg {
  width: 20.45em;
  height: 2.15em;
}
#logo svg .main {
  stroke: #223d56;
}
#logo svg .special {
  opacity: 0;
  display: none;
}
#logo svg .special .top {
  -webkit-filter: drop-shadow(0 0 1em rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0 0 1em rgba(0, 0, 0, 0.3));
}
@media only screen and (min-width: 81.25em) {
  #logo svg {
    transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
    transform-origin: 50% 0;
    /* desk 1300w */
  }
  #logo svg .main,
  #logo svg .special {
    transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  }
  .ready #logo svg {
    transform: translate3d(0, 0, 0) scale(1.97799511);
  }
  .ready #logo svg .main {
    /*opacity: 0;*/
    fill: #fff;
    stroke: #fff;
  }
  .ready #logo svg .special {
    /*opacity: 1;*/
  }
}
/* ===============================================
	contact info
=============================================== */
#contactinfo {
  text-align: center;
  width: 100%;
  margin: 0 0 0.5em;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (min-width: 30em) {
  #contactinfo {
    width: auto;
    margin: 0 1em 0 0;
    /* mintab 480w */
  }
}
#contactinfo .phone {
  line-height: 1.38888889;
  font-size: 0.9em;
  display: inline-block;
  vertical-align: top;
}
#contactinfo .phone .icon {
  width: 1em;
  height: 1.38888889em;
  margin-right: 0.27777778em;
  display: inline-block;
  vertical-align: top;
}
#contactinfo a {
  color: #fff;
  transition: color 0.33s ease-in-out;
}
#contactinfo a:hover {
  color: #333333;
}
/* ===============================================
	utility-nav
=============================================== */
#utilitynav {
  line-height: 0;
  width: auto;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 400;
}
#utilitynav ul {
  line-height: 0;
  width: auto;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
#utilitynav ul li {
  line-height: 0;
  width: auto;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
#utilitynav ul li:nth-child(n+2) {
  margin: 0 0 0 0.5em;
}
#utilitynav a {
  line-height: 1.66666667;
  font-size: 0.9em;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out;
}
#utilitynav a[class]:hover {
  color: #fff;
  background-color: #ade576;
}
#utilitynav a.reviewus {
  width: 10.16666667em;
  margin-right: 3px;
  background-color: #7823d1;
}
#utilitynav a.reviewus .icon {
  width: 1.05555556em;
  height: 1.66666667em;
  display: inline-block;
  vertical-align: top;
  margin-right: 0.22222222em;
}
#utilitynav a.forms {
  width: 9.16666667em;
  background-color: #fa9500;
}
#utilitynav a.forms .icon {
  width: 0.83333333em;
  height: 1.66666667em;
  display: inline-block;
  vertical-align: top;
  margin-right: 0.22222222em;
}
#utilitynav a.patient-login {
  width: 6.5em;
}
/* ==================================================================
	slideshow
=================================================================== */
#slideshow {
  font-size: 2vw;
  text-align: center;
  color: #fff;
  background: #fff;
  min-height: 38.0952381vw;
  /* 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 */
  }
}

@media only screen and (min-width: 81.25em) {
  #slideshow {
    margin-top: 105px;
  }
}
#slideshow #home-slideshow {
  width: 100%;
  margin: 0;
  aspect-ratio: 5 / 2;
}
@media only screen and (min-width: 64em) {
  #slideshow #home-slideshow {
    position: relative;
    /* maxTab 1024w */
  }
  #slideshow #home-slideshow .hpslide {
    max-width: none;
    width: 100%;
  }
}
#slideshow .ssoverlay {
  line-height: 0.875;
  font-size: 2em;
  color: currentcolor;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  z-index: 420;
}
#slideshow .ssoverlay .trait {
  line-height: 1;
  font-size: 2em;
  text-transform: uppercase;
  display: block;
}
/* ==================================================================
	.spotlight
=================================================================== */
.spotlight {
  text-align: center;
  position: relative;
  z-index: 400;
}
.spotlight > div {
  position: relative;
}
/* ===============================================
	spot01
=============================================== */
.spot01 {
  text-align: center;
  padding: 2em 0;
  margin: 0;
  background: #fff;
  position: relative;
  z-index: 410;
}
@media only screen and (max-width: 29.9375em) {
  .spot01 {
    font-size: 3.2vw;
    /* mintab opt-out 480oo */
  }
}
@media only screen and (min-width: 30em) {
  .spot01 {
    font-size: min(1.4vw, 1em);
    /* mintab 480w */
  }
}
@media only screen and (min-width: 61.25em) {
  .spot01 {
    padding: 4em 0 0.8em;
    /* custom 979w */
  }
}
@media only screen and (min-width: 81.25em) {
  .spot01 {
    font-size: inherit;
    /* desk 1300w */
  }
}
.spot01 a {
  width: 11.8em;
  border-radius: 50%;
  padding: 0;
  position: relative;
  display: inline-block;
  vertical-align: top;
  transition: transform 0.33s ease-in-out;
}
@media only screen and (max-width: 29.9375em) {
  .spot01 a {
    margin: 2%;
    /* mintab 480oo */
  }
}
@media only screen and (min-width: 30em) {
  .spot01 a {
    margin: 0 1em;
    /* mintab 480w */
  }
}
.spot01 a:nth-of-type(1) .decoration .wingl {
  transform-origin: 14.67391304% 40.88050314%;
}
.spot01 a:nth-of-type(1) .decoration .wingr {
  transform-origin: 49.45652174% 42.13836478%;
}
.spot01 a:nth-of-type(1) .decoration .tail {
  transform-origin: 68.47826087% 66.03773585%;
}
.spot01 a:nth-of-type(1) h2.topic {
  color: #fa9500;
}
.spot01 a:nth-of-type(2) .decoration .wingl {
  transform-origin: 22.82608696% 41.50943396%;
}
.spot01 a:nth-of-type(2) .decoration .wingr {
  transform-origin: 77.17391304% 41.50943396%;
}
.spot01 a:nth-of-type(2) h2.topic {
  color: #ade576;
}
@media only screen and (max-width: 29.9375em) {
  .spot01 a:nth-of-type(3) {
    margin-left: auto;
    margin-right: auto;
    display: block;
    /* mintab 480oo */
  }
}
.spot01 a:nth-of-type(3) .decoration .wingl {
  transform-origin: 36.41304348% 45.91194969%;
}
.spot01 a:nth-of-type(3) .decoration .wingr {
  transform-origin: 78.80434783% 59.11949686%;
}
.spot01 a:nth-of-type(3) h2.topic {
  color: #7823d1;
}
.spot01 a:nth-of-type(4) .decoration .wingl {
  transform-origin: 27.17391304% 31.44654088%;
}
.spot01 a:nth-of-type(4) .decoration .wingr {
  transform-origin: 72.2826087% 31.44654088%;
}
.spot01 a:nth-of-type(4) .decoration .lids {
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  transform-origin: 50% 23.89937107%;
}
.spot01 a:nth-of-type(4) .decoration .eyes {
  transition: opacity 0.33s ease-in-out;
}
.spot01 a:nth-of-type(4) h2.topic {
  color: #223d56;
}
.spot01 a:nth-of-type(5) .decoration .wingl {
  transform-origin: 29.34782609% 36.47798742%;
}
.spot01 a:nth-of-type(5) .decoration .wingr {
  transform-origin: 71.19565217% 36.47798742%;
}
.spot01 a:nth-of-type(5) h2.topic {
  color: #ade576;
}
.spot01 a:hover {
  z-index: 400;
}
.spot01 a:hover:nth-of-type(1) .wingl {
  animation: wigglel 0.8s both;
}
.spot01 a:hover:nth-of-type(1) .wingr {
  animation: wiggler 0.8s both;
}
.spot01 a:hover:nth-of-type(1) .tail {
  animation: wigglel 0.8s both;
}
.spot01 a:hover:nth-of-type(2) .wingl {
  animation: wigglel 0.8s both;
}
.spot01 a:hover:nth-of-type(2) .wingr {
  animation: wiggler 0.8s both;
}
.spot01 a:hover:nth-of-type(3) .wingl {
  animation: wigglel 0.8s both;
}
.spot01 a:hover:nth-of-type(3) .wingr {
  animation: wiggler 0.8s both;
}
.spot01 a:hover:nth-of-type(4) .wingl {
  animation: wigglel 0.8s both;
}
.spot01 a:hover:nth-of-type(4) .wingr {
  animation: wiggler 0.8s both;
}
.spot01 a:hover:nth-of-type(4) .lids {
  transform: translate3d(0, 0, 0) rotateX(-180deg);
}
.spot01 a:hover:nth-of-type(4) .eyes {
  opacity: 1;
}
.spot01 a:hover:nth-of-type(5) .wingl {
  animation: wigglel 0.8s both;
}
.spot01 a:hover:nth-of-type(5) .wingr {
  animation: wiggler 0.8s both;
}
.spot01 a:hover .decoration .owl {
  animation-name: bounce;
  transform-origin: center bottom;
}
.spot01 a:hover .decoration .hov image {
  opacity: 1;
  transition-delay: 0.8s;
}
.spot01 a:hover h2.topic {
  color: #ee4266;
  transition-delay: 0.8s;
}
.spot01 a .decoration {
  width: 9.2em;
  height: 7.95em;
  margin: 0 auto 0.425em;
  transition: transform 0.33s ease-in-out;
}
.spot01 a .decoration .owl {
  transform-origin: 50% 100%;
  animation-fill-mode: both;
  animation-duration: 0.8s;
}
.spot01 a .decoration .hov image {
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  transform-origin: 50% 50%;
  transform: translate3d(0, 0, 0);
  opacity: 0;
}
.spot01 a h2.topic {
  line-height: 0.96875;
  font-size: 1.6em;
  font-weight: 400;
  text-transform: uppercase;
  color: #7823d1;
  width: 100%;
  display: block;
  transition: color 0.33s ease-in-out;
}
.spot01 a h2.topic .trait {
  line-height: 1.09375;
  font-family: 'Rochester', cursive;
  text-transform: none;
}
/* ===============================================
	spot02
=============================================== */
.spot02 {
  color: #223d56;
  background: #fff;
  /* association logos */
}
@media only screen and (max-width: 41.5625em) {
  .spot02 {
    padding: 3em 0;
    /* custom opt-out 665oo */
  }
}
@media only screen and (min-width: 41.625em) {
  .spot02 {
    font-size: min(1.4vw, 1em);
    padding: 3em 0;
    /* custom 666w */
  }
}
@media only screen and (min-width: 81.25em) {
  .spot02 {
    font-size: inherit;
    /* desk 1300w */
  }
}
.spot02 .decoration {
  width: 56%;
  max-width: 26.95em;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (min-width: 41.625em) {
  .spot02 .decoration {
    margin: 0 1.5em 0 0;
    /* custom 666w */
  }
}
.spot02 .mod {
  width: 96%;
  max-width: 31.15em;
  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 h2.topic {
  line-height: 0.77941176;
  font-size: 3.4em;
  text-transform: uppercase;
  font-weight: 400;
  color: #7823d1;
  width: 100%;
  margin-bottom: 0.38970588em;
  display: block;
}
.spot02 h2.topic .trait {
  line-height: 0.89705882;
  font-family: 'Rochester', cursive;
  text-transform: lowercase;
  color: #ee4266;
}
.spot02 .info {
  line-height: 1.2;
  font-size: 1em;
  margin-bottom: 1.9em;
}
@media only screen and (max-width: 81.1875em) {
  .spot02 .info {
    display: none;
    /* desk 1300oo */
  }
}
@media only screen and (min-width: 81.25em) {
  .spot02 .info {
    display: block;
    /* desk 1300w */
  }
}
.spot02 .spotbtn {
  line-height: 3.07692308;
  font-size: 0.65em;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  width: 8.76923077em;
  height: 3.07692308em;
  background-color: #ade576;
  display: inline-block;
  vertical-align: top;
  transition: color 0.33s ease-in-out, filter 0.33s ease-in-out, -webkit-filter 0.33s ease-in-out, background-color 0.33s ease-in-out, transform 0.33s ease-in-out;
}
.spot02 .spotbtn:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
  -webkit-filter: drop-shadow(0.125em 0.125em 0 #ee4266) drop-shadow(-0.125em -0.125em 0 #7823d1) drop-shadow(-0.125em 0.125em 0 #ade576) drop-shadow(0.125em -0.125em 0 #fa9500);
  filter: drop-shadow(0.125em 0.125em 0 #ee4266) drop-shadow(-0.125em -0.125em 0 #7823d1) drop-shadow(-0.125em 0.125em 0 #ade576) drop-shadow(0.125em -0.125em 0 #fa9500);
  transform: translate3d(0, 0, 0) scale(1.23);
  transition-duration: 0.33s, 0.33s, 0.33s, 0.99s, 0.66s;
}
.spot02 .associationlogos {
  text-align: center;
  padding: 43px 0 0;
  position: relative;
}
@media only screen and (max-width: 47.94em) {
  .spot02 .associationlogos {
    font-size: min(6vw, 1em);
    /* midTab opt-out 767oo */
  }
}
@media only screen and (min-width: 48em) {
  .spot02 .associationlogos {
    font-size: 1.25vw;
    white-space: nowrap;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 64em) {
  .spot02 .associationlogos {
    font-size: inherit;
    padding: 4.3em 0 0;
    /* maxTab 1024w */
  }
}
.spot02 .associationlogos a {
  margin: 4% 3.4%;
  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) {
  .spot02 .associationlogos a {
    margin: 0 3em 0 0;
    /* midTab 768w */
  }
}
.spot02 .associationlogos a:hover {
  transform: scale(0.88);
  opacity: 0.5;
}
.spot02 .associationlogos a.aapd {
  width: 3em;
  height: 3em;
}
.spot02 .associationlogos a.abpd {
  width: 3.15em;
  height: 2.95em;
}
.spot02 .associationlogos a.ada {
  width: 5.3em;
  height: 1.9em;
}
.spot02 .associationlogos a.nyapd {
  width: 3.2em;
  height: 3.75em;
}
.spot02 .associationlogos a.njapd {
  width: 5.5em;
  height: 2.3em;
}
.spot02 .associationlogos a img,
.spot02 .associationlogos a svg {
  width: 100%;
  height: 100%;
  display: block;
}
/* ==================================================================
	subnav || aka subnav-outer || aka ipSub
=================================================================== */
/* TOP ORIENTED */
#subnav {
  text-align: center;
  color: #fff;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 48em) {
  #subnav {
    text-align: left;
    /* midTab 768w */
  }
}
@media only screen and (max-width: 81.1875em) {
  #subnav {
    padding: 4.9em 0 2.94em;
    /* desk 1300oo */
  }
}
@media only screen and (min-width: 81.25em) {
  #subnav {
    padding: 9.5em 0 3.675em;
    /* desk 1300w */
  }
}
#subnav p {
  line-height: 1.38461538;
  font-size: 0.65em;
  margin: 0;
  padding: 0;
}
#subnav a {
  color: #fff;
  margin: 0.2em 0.8em;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media only screen and (min-width: 64em) {
  #subnav a {
    margin: 0;
    /* maxTab 1024w */
  }
}
#subnav a:hover,
#subnav a.active {
  color: #ade576;
  text-decoration: none;
}
#subnav .divider {
  display: none;
}
@media only screen and (min-width: 64em) {
  #subnav .divider {
    margin: 0 0.3em;
    display: inline-block;
    vertical-align: top;
    /* maxTab 1024w */
  }
}
/* ==================================================================
	content || aka .interior-content
=================================================================== */
#bd {
  padding: 3em 0;
  position: relative;
  z-index: 400;
}
@media only screen and (max-width: 47.9375em) {
  #bd {
    background: rgba(255, 255, 255, 0.9);
    /* midTab 768oo */
  }
}
@media only screen and (min-width: 48em) {
  #bd {
    padding: 5em 0 6em;
    /* midTab 780w */
  }
}
@media only screen and (max-width: 47.9375em) {
  #bd.sub:after {
    content: none;
    /* midTab 768oo */
  }
}
@media only screen and (min-width: 48em) {
  #bd.sub:after {
    content: '';
    width: 86%;
    height: 100%;
    background-color: #ffffff;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    opacity: 0.9;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 81.25em) {
  #bd.sub:after {
    width: auto;
    margin-right: -25.55em;
    right: 50%;
    /* desk 1300w */
  }
}
#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: 2em 0;
  background: #5d6b5b no-repeat 50% top;
  background-size: cover;
}
@media only screen and (min-width: 48em) {
  .home #bd {
    padding: 7.7em 0;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 81.25em) {
  .home #bd {
    background-size: auto auto;
    /* desk 1300w */
  }
}
.home #bd .container {
  max-width: 31.4em;
}
.home #bd #content {
  position: relative;
  z-index: 420;
}
.home #bd #content:before {
  content: '';
  width: auto;
  height: auto;
  display: block;
  position: absolute;
  top: -3.75em;
  right: -5em;
  bottom: -3.75em;
  left: -5em;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.9);
}
@media only screen and (min-width: 48em) {
  .home #bd #content {
    width: 100%;
    max-width: 31.4em;
    float: none;
    margin-left: auto;
    margin-right: auto;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 81.25em) {
  .home #bd #content {
    /* 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 */
  }
}
/* ==================================================================
	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: #ee4266;
  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 */
.financial-information #financial-online-services {
  display: none;
}
/* ===============================================
 		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.52173913;
  font-size: 1.15em;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  color: #ee4266;
  transition-duration: 0s;
}
.sitemap #content ul ul li a {
  line-height: 1.95;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  color: #ee4266;
  margin-left: 0;
  /*to increase space adjust [body.sitemap #bd ul ul li] below*/
}
.sitemap #content a:hover {
  text-decoration: none;
  color: #333333;
}
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: 22.05em;
  margin: 0 auto 6%;
  display: none;
  padding: 0;
  position: relative;
  z-index: 420;
}
@media only screen and (min-width: 48em) {
  #sidebar {
    width: 34.18604651%;
    margin: 0 0 1em;
    float: right;
    clear: right;
    display: block;
    /* midTab 768w */
  }
}
/* ===============================================
	sitepics
=============================================== */
#hide-stock {
  position: relative;
}
.stock {
  border-radius: 50%;
  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;
}
/* END SIDEBAR - */
/* ==================================================================
	.spotlight
=================================================================== */
/* ===============================================
	spot03
=============================================== */
.spot03 {
  font-size: 3vw;
  color: #fff;
  padding: 3em 0;
  background: #7823d1 no-repeat 50% 50%;
  background-size: cover;
}
@media only screen and (max-width: 29.9375em) {
  .spot03 {
    /* mintab 480oo */
  }
}
@media only screen and (min-width: 30em) {
  .spot03 {
    font-size: min(1.4vw, 20px);
    /* mintab 480w */
  }
}
@media only screen and (min-width: 41.625em) {
  .spot03 {
    font-size: inherit;
    /* custom 666w */
  }
}
@media only screen and (min-width: 48em) {
  .spot03 {
    padding: 5.75em 0 4em;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 81.25em) {
  .spot03 {
    background-position: 50% 0;
    background-attachment: fixed;
    /* desk 1300w */
  }
}
@media only screen and (min-width: 81.25em) and (max-width: 124.9375em) {
  .spot03 {
    background-size: auto auto;
    /* range 1300w - 1999oo */
  }
}
.spot03 h2.topic {
  line-height: 1;
  font-size: 4.4em;
  font-weight: 400;
  margin-bottom: 0.42045455em;
}
.spot03 h2.topic .trait {
  font-family: 'Rochester', cursive;
}
.spot03 a {
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: transform 0.33s ease-in-out, background-color 0.33s ease-in-out, color 0.33s ease-in-out;
}
@media only screen and (max-width: 29.9375em) {
  .spot03 a {
    width: 44%;
    margin: 2%;
    /* mintab 480oo */
  }
  .spot03 a:nth-of-type(3) {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
@media only screen and (min-width: 30em) {
  .spot03 a {
    width: 20%;
    max-width: 12.4em;
    /* mintab 480w */
  }
  .spot03 a:nth-of-type(1),
  .spot03 a:nth-of-type(5) {
    /*margin-top: 4.25em;*/
  }
  .spot03 a:nth-of-type(2),
  .spot03 a:nth-of-type(4) {
    /*margin-top: 2.15em;*/
  }
}
.spot03 a:nth-of-type(1) {
  color: #7823d1;
}
.spot03 a:nth-of-type(2) {
  color: #fa9500;
}
.spot03 a:nth-of-type(3) {
  color: #ee4266;
}
.spot03 a:nth-of-type(4) {
  color: #fff450;
}
.spot03 a:nth-of-type(5) {
  color: #ade576;
}
.spot03 a:hover {
  z-index: 400;
}
.spot03 a:hover .decoration .mono {
  -webkit-filter: drop-shadow(0 0.7em 1.4em rgba(0, 0, 0, 0.25)), drop-shadow(0 0.5em 0.5em rgba(0, 0, 0, 0.22));
  filter: drop-shadow(0 0.7em 1.4em rgba(0, 0, 0, 0.25)), drop-shadow(0 0.5em 0.5em rgba(0, 0, 0, 0.22));
  transform: translate3d(0, 0, 0) scale(0.96);
  transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: 0.33s;
}
.spot03 a:hover h3.topic {
  color: inherit;
  transform: translate3d(0, -50%, 0) scaleX(0.96) scaleY(1.025);
}
.spot03 a .decoration {
  width: 9.15em;
  height: 8.55em;
  margin: 0 auto 1.65em;
}
.spot03 a .decoration .mono {
  transition: transform 0.33s ease-in-out, -webkit-filter 0.99s ease-in-out, filter 0.99s ease-in-out;
  transform-origin: 50% 50%;
}
.spot03 a h3.topic {
  line-height: 0.89285714;
  font-size: 1.4em;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  transition: transform 0.33s ease-in-out, color 0.33s ease-in-out;
}
/* ===============================================
	spot04 || COMMON TESTIMONIAL SLIDESHOW SECTION EXAMPLE
=============================================== */
.spot04 {
  padding: 3em 0;
  background: #e6e6e6 no-repeat 50% 100%;
  background-size: cover;
}
@media only screen and (max-width: 41.5625em) {
  .spot04 {
    font-size: min(3.5vw, 1em);
    /* custom 666oo */
  }
}
@media only screen and (min-width: 41.625em) {
  .spot04 {
    /* custom 666w */
  }
}
@media only screen and (min-width: 48em) {
  .spot04 {
    padding: 4.4em 0 5.1em;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 81.25em) {
  .spot04 {
    background-position: 50% 0;
    background-attachment: fixed;
    /* desk 1300w */
  }
}
@media only screen and (min-width: 81.25em) and (max-width: 124.9375em) {
  .spot04 {
    background-size: auto auto;
    /* range 1300w - 1999oo */
  }
}
.spot04 h2.topic {
  font-size: 2.3em;
  font-family: 'Rochester', cursive;
  font-weight: 400;
  color: #ee4266;
  margin-bottom: 0.91304348em;
  display: block;
}
.spot04 .cycle-slideshow {
  color: #223d56;
  width: 96%;
  max-width: 45.65em;
  margin: 0 auto 3.4em;
  display: block;
}
.spot04 .cycle-slide {
  width: 100%;
  display: block;
  transition: color 0.33s ease-in-out;
}
.spot04 .testimony {
  line-height: 1.19354839;
  font-size: 1.55em;
  margin-bottom: 1.12903226em;
  display: block;
}
.spot04 .testifier {
  line-height: 1.19354839;
  font-size: 1.55em;
  font-family: 'Rochester', cursive;
  color: #7823d1;
  display: block;
}
@media only screen and (max-width: 61.1875em) {
  .spot04 .spotpager {
    width: 100%;
    padding: 1.5em 0;
    display: block;
    position: relative;
    /* custom 979oo */
  }
}
@media only screen and (min-width: 61.25em) {
  .spot04 .spotpager {
    width: 18px;
    margin-left: -26.5em;
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    left: 50%;
    /* custom 980w */
  }
}
.spot04 .spotpager > a {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #fa9500;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out, background-color 0.33s ease-in-out;
}
@media only screen and (max-width: 61.1875em) {
  .spot04 .spotpager > a {
    margin: 0 3px;
    display: inline-block;
    vertical-align: top;
    /* custom 979oo */
  }
}
@media only screen and (min-width: 61.25em) {
  .spot04 .spotpager > a {
    margin: 0 0 6px;
    display: block;
    /* custom 980w */
  }
}
.spot04 .spotpager > a:hover {
  transform: translate3d(0, 0, 0) scale(1.23);
  opacity: 0.5;
}
.spot04 .spotpager > a.cycle-pager-active {
  background-color: #fef351;
}
.spot04 .spotbtn {
  line-height: 2.13333333;
  font-size: 15px;
  color: #fff;
  width: 6.86666667em;
  height: 2.13333333em;
  border-radius: 1.06666667em;
  background-color: #ee4266;
  display: inline-block;
  vertical-align: top;
  transition: color 0.33s ease-in-out, filter 0.33s ease-in-out, -webkit-filter 0.33s ease-in-out, background-color 0.33s ease-in-out, transform 0.33s ease-in-out;
}
.spot04 .spotbtn:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
  -webkit-filter: drop-shadow(0.125em 0.125em 0 #ee4266) drop-shadow(-0.125em -0.125em 0 #7823d1) drop-shadow(-0.125em 0.125em 0 #ade576) drop-shadow(0.125em -0.125em 0 #fa9500);
  filter: drop-shadow(0.125em 0.125em 0 #ee4266) drop-shadow(-0.125em -0.125em 0 #7823d1) drop-shadow(-0.125em 0.125em 0 #ade576) drop-shadow(0.125em -0.125em 0 #fa9500);
  transform: translate3d(0, 0, 0) scale(1.23);
  transition-duration: 0.33s, 0.33s, 0.33s, 0.99s, 0.66s;
}
.spot04 .spotlinks {
  line-height: 2.13333333;
  font-size: 15px;
  color: #fff;
  width: 11.53333333em;
  height: 2.13333333em;
  border-radius: 1.06666667em;
  margin-left: 0.2em;
  background-color: #ade576;
  display: inline-block;
  vertical-align: top;
}
.spot04 .spotlinks:before {
  content: 'Leave a Review';
  margin-right: 0.4em;
}
.spot04 .spotlinks .socialmedia {
  text-align: center;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.spot04 .spotlinks .socialmedia a {
  color: #fff;
  height: 2.13333333em;
  width: auto;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  text-shadow: -0.5em -0.1155em 0 rgba(238, 66, 102, 0), -0.1155em 0.5em 0 rgba(250, 149, 0, 0), 0.1155em -0.5em 0 rgba(34, 61, 86, 0), 0.5em 0.1155em 0 rgba(120, 35, 209, 0);
  transition: transform 0.33s linear, opacity 0.33s linear, text-shadow 0.33s linear;
}
.spot04 .spotlinks .socialmedia a:not(.spot) {
  display: none;
}
.spot04 .spotlinks .socialmedia a.facebook .icon:before {
  content: '\f09a';
}
.spot04 .spotlinks .socialmedia a:hover {
  color: #fff;
  text-shadow: -0.165em -0.1155em 0 rgba(238, 66, 102, 0.5), -0.1155em 0.165em 0 rgba(250, 149, 0, 0.5), 0.1155em -0.165em 0 rgba(34, 61, 86, 0.5), 0.165em 0.1155em 0 rgba(120, 35, 209, 0.5);
  transform: translate3d(0, 0, 0) scale(1.44);
  transition-timing-function: ease-in;
  z-index: 400;
}
.spot04 .spotlinks .socialmedia a .icon {
  position: relative;
}
/* ==================================================================
	#ft
=================================================================== */
#ft {
  text-align: center;
  color: #fff;
  width: 100%;
  padding: 4em 0;
  background: #9cc0f9 no-repeat center center;
  background-size: cover;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media only screen and (min-width: 48em) {
  #ft {
    padding: 7.8em 0 6.45em;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 81.25em) {
  #ft {
    background-size: auto 100%;
    /* desk 1300w */
  }
}
#ft a {
  color: #fff;
  transition: color 0.33s ease-in-out;
}
#ft a:hover {
  color: #ee4266;
}
/* ===============================================
		locations || aka ft-location
=============================================== */
#location {
  text-align: left;
  width: 100%;
  max-width: 18.65em;
  padding: 3em 0 3em 3em;
  background-color: rgba(34, 61, 86, 0.9);
  display: block;
}
@media only screen and (max-width: 47.9375em) {
  #location {
    margin-left: auto;
    margin-right: auto;
    /* midTab 768oo */
  }
}
@media only screen and (min-width: 48em) {
  #location {
    width: 100%;
    padding: 4.4em 0 3.75em 3.5em;
    margin-left: 50%;
    display: block;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 81.25em) {
  #location {
    margin-left: calc( 50% + 13.5em );
    /* desk 1300w */
  }
}
#location .mod {
  display: block;
}
#location .address {
  line-height: 1.21052632;
  font-size: 0.95em;
  margin: 0 auto;
  padding-left: 1.47368421em;
  display: block;
  position: relative;
}
#location .address:before {
  content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 18px; /* adjust as needed */
    height: 32px; /* adjust as needed */
    background-image: url('../images/icons/location-icon.png'); /* or .png */
    background-size: contain;
    background-repeat: no-repeat;
}
#location .address .marker {
  line-height: 1;
  font-size: 3.47368421em;
  position: absolute;
  top: 0;
  z-index: 400;
  transition: transform 0.33s ease-in-out;
  transform-origin: center bottom;
}
@media only screen and (max-width: 47.9375em) {
  #location .address .marker {
    display: none;
    /* midTab 768oo */
  }
}
@media only screen and (min-width: 48em) {
  #location .address .marker {
    display: block;
    left: -5.1em;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 81.25em) {
  #location .address .marker {
    left: -9.15em;
    /* desk 1300w */
  }
}
#location .address .marker:before {
  color: #fa9500;
}
#location .address .marker:after {
  content: '';
  width: 1.10606061em;
  height: 1.01515152em;
  background: url(../images/footer/shadowalt.png) no-repeat center center;
  left: 0.2em;
  bottom: -0.15em;
  background-size: cover;
  position: absolute;
  z-index: -1;
  transition: transform 0.33s ease-in-out;
}
#location .address:hover .marker {
  transform: scale(2);
}
#location .phone {
  line-height: 1.21052632;
  font-size: 0.95em;
  padding-left: 1.47368421em;
  margin-top: 0.78947368em;
  display: block;
  position: relative;
}
#location .phone:before {
  content: '';
    display: block;
    position: absolute;
    top: -2px;
    left: 0;
    width: 16px; /* adjust as needed */
    height: 32px; /* adjust as needed */
    background-image: url('../images/icons/mobile-icon.png'); /* or .png */
    background-size: contain;
    background-repeat: no-repeat;
}
#location .email {
  line-height: 1.21052632;
  font-size: 0.95em;
  margin-top: 0.78947368em;
  padding-left: 1.47368421em;
  display: block;
  position: relative;
}
#location .email:before {
  content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
    width: 23px; /* adjust as needed */
    height: 17px; /* adjust as needed */
    background-image: url('../images/icons/email-icon.png'); /* or .png */
    background-size: contain;
    background-repeat: no-repeat;
}
/* ==================================================================
		#links || aka ft-design-credit
=================================================================== */
#links {
  font-size: 20px;
  text-align: center;
  color: #b0afaf;
  padding: 2em 0;
  margin: 0;
  background-color: #fff;
}
@media only screen and (min-width: 48em) {
  #links {
    height: 3.55em;
    padding: 1.025em 0 0;
    /* midTab 768w  */
  }
}
#links .util {
  line-height: 2.5;
  font-size: 0.6em;
}
@media only screen and (min-width: 81.25em) {
  #links .util {
    padding-right: 6em;
    /* desk 1300w */
  }
}
#links .util a {
  color: #b0afaf;
  transition: color 0.33s ease-in-out;
  position: relative;
}
#links .util a:hover {
  color: #ee4266;
}
#links .util a#backtotop {
  position: relative;
}
#links .util a#backtotop:hover .cta {
  color: #ee4266;
}
#links .util a#backtotop:hover .btt .active {
  transform: translate3d(0, 0, 0) scale(1);
  opacity: 1;
}
#links .util a#backtotop .cta {
  color: #9554c9;
}
#links .util a#backtotop .btt {
  width: 4.41666667em;
  height: 4.75em;
  display: block;
  position: absolute;
  top: -0.58333333em;
  right: -5.75em;
}
#links .util a#backtotop .btt .active {
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  transform-origin: 9.43396226% 24.56140351%;
  transform: translate3d(0, 0, 0) scale(0);
  opacity: 0;
}
#links .util a,
#links .util .divider {
  display: inline-block;
}
@media only screen and (max-width: 29.9375em) {
  #links .util .divider.opp {
    display: none;
    /* mintab 480oo */
  }
}
/* ===============================================
		sesame link
=============================================== */
@media only screen and (max-width: 29.9375em) {
  a#sesame-link {
    width: 100%;
    /* mintab 480oo */
  }
}
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 {
  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;
}
/*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: #d4d4d4;
  border: none;
  display: block;
}
/* ===============================================
	success message
=============================================== */
.success {
  text-transform: none;
  font-weight: 400;
  color: #fff;
  width: 100%;
  padding: 1rem;
  float: left;
  background: #ee4266;
}
/* ===============================================
	Form Buttons
=============================================== */
form button {
  letter-spacing: normal;
  font-weight: 400;
  text-transform: uppercase;
  font-size: smaller;
  color: #fff;
  height: 38px;
  padding: 0 1.5em;
  background-color: #ee4266;
  border: 1px solid #ee4266;
  transition: color 0.33s ease-in-out, filter 0.33s ease-in-out, -webkit-filter 0.33s ease-in-out, background-color 0.33s ease-in-out, transform 0.33s ease-in-out;
}
form button:hover {
  color: #fff;
  border-color: #7823d1;
  background-color: #7823d1;
}
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 {
    width: 100%;
  }
  .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: 2em;
    margin-top: 2em;
    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: 2em;
    width: auto;
    padding: 0;
    margin: 0;
    border: none;
    background: none;
    position: static;
    float: right;
  }
  #main-nav ul li {
    height: 100%;
    margin: 0 1.4em 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: 1.9047619;
    text-align: center;
    text-decoration: none;
    height: 100%;
    z-index: 3000;
  }
  #main-nav ul li a[id]:after {
    bottom: 0.76190476em;
  }
  #main-nav ul ul {
    width: auto;
    height: auto;
    padding: 1.35em 0;
    z-index: 2800;
    position: absolute;
    display: none;
  }
  #main-nav ul ul li {
    width: 100%;
    height: 1.25em;
    margin: 0;
    padding: 0;
    opacity: 1;
    float: left;
  }
  #main-nav ul ul li a {
    line-height: 1.66666667;
    text-align: left;
    white-space: nowrap;
    height: 1.66666667em;
    width: 100%;
    padding: 0 1.46666667em;
    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: -1.1em;
    /*top:37px;*/
    display: block;
  }
  #main-nav ul li.contact-us:hover ul,
  #main-nav ul li.contact:hover ul {
    left: auto;
    right: -1.1em;
    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;
  }
}
/* bounce */
@keyframes bounce {
  0%,
  20%,
  53% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -1.5em, 0) scaleY(1.1);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -0.75em, 0) scaleY(1.05);
  }
  80% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }
  90% {
    transform: translate3d(0, -0.2em, 0) scaleY(1.02);
  }
  95% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  100% {
    animation-timing-function: ease-in;
    transform: translate3d(0, 0, 0) scale(0);
  }
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}
/* wiggler */
@keyframes wiggler {
  0%,
  100% {
    transform: rotate(0);
  }
  15% {
    transform: rotate(-24deg);
  }
  30% {
    transform: rotate(6deg);
  }
  45% {
    transform: rotate(-14.4deg);
  }
  60% {
    transform: rotate(4.8deg);
  }
  75% {
    transform: rotate(-4.8deg);
  }
}
.wiggler {
  animation: wiggler 0.8s both;
}
/* wigglel */
@keyframes wigglel {
  0%,
  100% {
    transform: rotate(0);
  }
  15% {
    transform: rotate(24deg);
  }
  30% {
    transform: rotate(-6deg);
  }
  45% {
    transform: rotate(14.4deg);
  }
  60% {
    transform: rotate(-4.8deg);
  }
  75% {
    transform: rotate(4.8deg);
  }
}
.wigglel {
  animation: wigglel 0.8s both;
}

@media (max-width: 768px) {
#location .email:before {top: 4px; width: 16px; height: 17px;}
#location .phone::before {width: 13px;}

#location .address::before {width: 14px;}
}