/* 
 Site Manager Version: 11.2.0
 Buildkit Version: 11.2.0

 Account: murray-lisa4
 Written by: james stillion
 
 Date Created: October 2022
 Sesame Communications - All rights reserved. (c)2022
 Any reproduction or intentional misuse is strictly prohibited
*/
/* ===============================================
              options
 =============================================== */
/* ===============================================
                    colors
 =============================================== */
/* purp drank */
/* grimace */
/* plainsong */
/* sap || hyperlinks */
/* moss */
/* tealeaves */
/* ===============================================
					fonts
=============================================== */
/* euphoria-script-400 */
@font-face {
  font-family: 'Euphoria Script';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(''), url('../fonts/euphoria-script-400.woff2') format('woff2'), url('../fonts/euphoria-script-400.woff') format('woff');
}
/* prompt-300 */
@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local(''), url('../fonts/prompt-300.woff2') format('woff2'), url('../fonts/prompt-300.woff') format('woff');
}
/* prompt-400 */
@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(''), url('../fonts/prompt-400.woff2') format('woff2'), url('../fonts/prompt-400.woff') format('woff');
}
/* prompt-400i */
@font-face {
  font-family: 'Prompt';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local(''), url('../fonts/prompt-400i.woff2') format('woff2'), url('../fonts/prompt-400i.woff') format('woff');
}
/* prompt-700 */
@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local(''), url('../fonts/prompt-700.woff2') format('woff2'), url('../fonts/prompt-700.woff') format('woff');
}
/* prompt-700i*/
@font-face {
  font-family: 'Prompt';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local(''), url('../fonts/prompt-700i.woff2') format('woff2'), url('../fonts/prompt-700i.woff') format('woff');
}
.fontE {
  font-family: 'Euphoria Script', cursive;
}
.fontP {
  font-family: 'Prompt', sans-serif;
}
/* ===============================================
					Mixins 
=============================================== */
/*font-mixins*/
.th {
  font-weight: 100;
}
.xlt {
  font-weight: 200;
}
.lt {
  font-weight: 300;
}
.roman {
  font-weight: 400;
}
.mbold {
  font-weight: 500;
}
.sbold {
  font-weight: 600;
}
.bold {
  font-weight: 700;
}
.xbold {
  font-weight: 800;
}
.ubold,
.black {
  font-weight: 900;
}
.italic {
  font-style: italic;
}
.upp {
  text-transform: uppercase;
}
.loww {
  text-transform: lowercase;
}
.noo {
  text-transform: none;
}
.normal {
  font-style: normal;
}
/*LETTER SPACING, LINE HEIGHT AND FONT SIZE */
.aligncenter {
  text-align: center;
}
.alignright {
  text-align: right;
}
.alignleft {
  text-align: left;
}
.justify {
  text-align: justify;
}
/*helper mixins*/
.clear {
  clear: both;
}
.clearright {
  clear: right;
}
.clearleft {
  clear: left;
}
.wall {
  width: 100%;
}
.hall {
  height: 100%;
}
.auto {
  width: auto;
}
.autoy {
  height: auto;
}
.autox {
  width: auto;
  height: auto;
}
.zerox {
  width: 0;
  height: 0;
}
.line {
  width: 100%;
  height: 1px;
}
.show {
  display: block;
}
.hide {
  display: none;
}
.inline {
  display: inline;
}
.inline-block,
.ib {
  display: inline-block;
}
.left {
  float: left;
}
.right {
  float: right;
}
.nofloat {
  float: none;
}
.behave {
  display: block;
  float: left;
}
.center {
  margin-left: auto;
  margin-right: auto;
}
.round {
  border-radius: 50%;
}
/*functional mixins*/
.vertical-align {
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 1em);
}
.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,
form button {
  font-family: 'Prompt', sans-serif;
}
body {
  font-size: 15px;
  color: #333;
  background: #fff;
  overflow: hidden;
}
@media only screen and (min-width: 1300px) {
  body {
    font-size: 20px;
    /* desk 1300w */
  }
}
/* ===============================================
	links 
=============================================== */
a {
  text-decoration: none;
}
#content a {
  color: #6c7e34;
  text-decoration: underline;
  transition: color 0.33s ease-in-out;
}
#content a:hover {
  text-decoration: underline;
  color: #562875;
}
/* ===============================================
	h family || hfam 
=============================================== */
h1,
h2:not(.topic),
h3:not(.topic),
h4,
h5,
h6 {
  line-height: 1;
  text-align: left;
  font-weight: 400;
  color: #6c7e34;
  margin: 0 0 1.5em;
  text-rendering: auto;
}
h2:not(.topic),
h3:not(.topic),
h4,
h5,
h6 {
  text-transform: uppercase;
}
header.sub {
  width: 100%;
  padding: 2.5em 0;
  background-color: #f2f3f2;
  display: block;
}
@media only screen and (min-width: 1300px) {
  header.sub {
    padding: 8.35em 0 4.4em;
    /* desk 1300w */
  }
}
h1 {
  font-size: 10vw;
  font-family: 'Alegreya', serif;
  text-align: center;
  color: #97a55d;
  margin-bottom: 0;
  padding: 0 5%;
}
@media only screen and (min-width: 480px) {
  h1 {
    font-size: 4.1em;
    /* mintab 480w */
  }
}
.home h1 {
  line-height: 0.80952381;
  font-size: 10vw;
  text-align: left;
  margin: 0 0 0.3968254em;
  padding: 0;
}
@media only screen and (min-width: 480px) {
  .home h1 {
    font-size: 3.15em;
    /* mintab 480w */
  }
}
.home h1 .trait {
  font-family: 'Prompt', sans-serif;
  text-transform: uppercase;
}
.home h1 .trait.top {
  letter-spacing: 0.3em;
  line-height: 1.44;
  font-size: 0.3968254em;
  color: #562875;
  display: block;
}
.home h1 .trait.bottom {
  letter-spacing: 0.12em;
  line-height: 1.15909091;
  font-size: 0.6984127em;
}
h2:not(.topic) {
  letter-spacing: 0.14em;
  font-size: 1.2em;
  font-weight: 300;
  color: #562875;
  font-family: 'Alegreya', serif;
}
h3:not(.topic) {
  letter-spacing: 0.14em;
  font-size: 1.1em;
}
h4 {
  letter-spacing: 0.14em;
  font-size: 1em;
  color: #acb1bb;
}
h5 {
  letter-spacing: 0.14em;
  font-size: 0.95em;
}
h6 {
  letter-spacing: 0.14em;
  font-size: 0.9em;
}
/* ===============================================
	containers
=============================================== */
.container {
  max-width: 60em;
}
/* ===============================================
	list styles - global overrides
=============================================== */
.what-sets-us-apart #content ol,
.meet-the-team #content ol,
.our-office #content ol,
.office-tour #content ol,
body[class*='-after'] #content ol {
  margin: 0;
}
#content ul li {
  list-style: disc outside;
  /* list-style-image:none; */
}
/* ==================================================================
	masthead
=================================================================== */
#masthead {
  width: 100%;
  padding: 0;
  position: relative;
  z-index: 3000;
}
@media only screen and (min-width: 1024px) {
  #masthead {
    font-size: 1.1em;
    width: 100%;
    /* maxTab 1024w */
  }
}
@media only screen and (min-width: 1300px) {
  #masthead {
    font-size: inherit;
    position: fixed;
    top: 0;
    z-index: 3000;
    /* desk 1300w */
  }
}
#masthead .container {
  width: 100%;
  max-width: none;
}
@media only screen and (min-width: 1024px) {
  #masthead .container {
    max-width: 60em;
    /* maxTab 1024w */
  }
}
/* ==================================================================
	main-nav
=================================================================== */
#main-nav {
  font-size: 1.2em;
  text-align: center;
  text-transform: uppercase;
  height: 43px;
  width: 43px;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 600;
  clear: both;
}
@media only screen and (min-width: 1024px) {
  #main-nav {
    background-color: #562875;
    /* midTab 1024w */
  }
}
@media only screen and (min-width: 1300px) {
  #main-nav {
    transition: transform 0.33s ease-in-out, background-color 0.33s ease-in-out;
    /* desk 1300w */
  }
  .ready #main-nav {
    background-color: rgba(86, 40, 117, 0);
  }
}
#main-nav .container {
  height: 100%;
  padding: 0;
}
#main-nav .trigger {
  line-height: 43px;
  color: #fff;
  width: 100%;
  height: 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: translate3d(0, 0, 0) rotate(0deg);
  transition: width 0.3s ease, top 0.3s ease, left 0.3s ease, transform 0.3s ease;
}
#main-nav .trigger .navicon span:nth-child(1) {
  top: 0px;
}
#main-nav .trigger .navicon span:nth-child(2),
#main-nav .trigger .navicon span:nth-child(3) {
  top: 50%;
}
#main-nav .trigger .navicon span:nth-child(4) {
  top: 100%;
}
#main-nav .trigger:hover {
  color: #a8bf9a;
}
#main-nav .trigger:hover .navicon span {
  /* background:@color1; */
}
#main-nav .open .trigger {
  color: #d4dfcc;
}
#main-nav .open .trigger .navicon span:nth-child(1),
#main-nav .open .trigger .navicon span:nth-child(4) {
  width: 0;
  top: 50%;
  left: 50%;
}
#main-nav .open .trigger .navicon span:nth-child(2) {
  transform: translate3d(0, 0, 0) rotate(45deg);
}
#main-nav .open .trigger .navicon span:nth-child(3) {
  transform: translate3d(0, 0, 0) rotate(-45deg);
}
#main-nav ul {
  width: 100vw;
  margin: -43px 0 0;
  padding: 1em 0;
  background-color: rgba(120, 83, 145, 0.9);
  background-image: -moz-linear-gradient(top, rgba(86, 40, 117, 0) 0%, rgba(86, 40, 117, 0.99) 100%);
  background-image: -webkit-linear-gradient(top, rgba(86, 40, 117, 0) 0%, rgba(86, 40, 117, 0.99) 100%);
  background-image: linear-gradient(to bottom, rgba(86, 40, 117, 0) 0%, rgba(86, 40, 117, 0.99) 100%);
  position: relative;
  float: right;
  z-index: 550;
}
#main-nav ul li {
  clear: both;
}
#main-nav ul li a[id] {
  letter-spacing: 0.12em;
  line-height: 2.5;
  font-size: 0.8em;
  color: #fff;
  width: auto;
  height: 2.5em;
  margin: 0;
  padding: 0 1.5em;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: color 0.33s ease;
}
#main-nav ul li a[id]:after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.2);
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  transform: translate3d(0, 0, 0) scaleX(0);
  opacity: 0;
}
@media only screen and (max-width: 1023px) {
  #main-nav ul li a[id]:after {
    height: 97%;
    top: 1%;
    /* midTab 1024oo */
  }
}
@media only screen and (min-width: 1024px) {
  #main-nav ul li a[id]:after {
    height: 2.5625em;
    top: 0.625em;
    /* midTab 1024w */
  }
}
#main-nav ul li.open > a[id],
#main-nav ul li.active > a[id],
#main-nav ul li:hover > a[id] {
  color: #fff;
  text-decoration: none;
  transition-duration: 0.15s;
}
#main-nav ul li.open > a[id]:after,
#main-nav ul li.active > a[id]:after,
#main-nav ul li:hover > a[id]:after {
  transition-duration: 0.15s;
  transform: translate3d(0, 0, 0) scaleX(1);
  opacity: 1;
}
#main-nav ul ul {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #97a55d;
  display: inline;
  float: left;
}
#main-nav ul ul li {
  width: 100%;
  background: none;
  float: left;
}
#main-nav ul ul li a {
  letter-spacing: 0.15em;
  line-height: 3.33333333;
  font-size: 0.6em;
  color: #fff;
  width: 100%;
  height: 3.33333333em;
  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: #fff;
  margin-bottom: 0;
  background: #785391;
  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;
  background-color: #6c7e34;
  position: relative;
}
@media only screen and (min-width: 666px) {
  #hd {
    text-align: right;
    /* custom 666w */
  }
}
@media only screen and (min-width: 1024px) {
  #hd {
    z-index: 3000;
    /* maxTab 1024w */
  }
}
@media only screen and (max-width: 665px) {
  #hd .container {
    padding: 0.66em 25px 0.66em 0;
    /* custom 666oo */
  }
}
@media only screen and (min-width: 666px) and (max-width: 1023px) {
  #hd .container {
    padding: 0.66em 45px 0.66em 2%;
    /* range 666w - 1024oo */
  }
}
/* ===============================================
	contact info
=============================================== */
#contactinfo {
  text-align: center;
  width: auto;
  height: auto;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #contactinfo {
    margin: 0 0.5em 0 0;
    /* midTab 768oo */
  }
}
@media only screen and (min-width: 768px) {
  #contactinfo {
    margin-right: 1.55em;
    /* midTab 768w */
  }
}
#contactinfo .phone {
  letter-spacing: 0.18em;
  line-height: 2.75;
  font-size: 0.6em;
  min-width: 2.75em;
  display: inline-block;
  vertical-align: top;
}
#contactinfo .phone .icon {
  width: 1.16666667em;
  height: 2.75em;
  margin: 0 2px 0 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #contactinfo .phone .cta {
    display: none;
    /* midTab 768oo */
  }
}
#contactinfo .address {
  letter-spacing: 0.18em;
  line-height: 2.75;
  font-size: 0.6em;
  text-transform: uppercase;
  min-width: 2.75em;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  #contactinfo .address {
    margin: 0 0 0 1px;
    /* midTab 768oo */
  }
}
@media only screen and (min-width: 768px) {
  #contactinfo .address {
    margin-left: 2.58333333em;
    /* midTab 768w */
  }
}
#contactinfo .address .icon {
  width: 0.83333333em;
  height: 2.75em;
  margin: 0 2px 0 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #contactinfo .address .cta {
    display: none;
    /* midTab 768oo */
  }
}
#contactinfo a {
  color: #fff;
  transition: color 0.33s ease-in-out;
}
#contactinfo a:hover {
  color: #d4dfcc;
}
/* ===============================================
	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 {
  letter-spacing: 0.18em;
  line-height: 3;
  font-size: 0.55em;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  padding: 0;
  background: #97a55d;
  display: inline-block;
  vertical-align: top;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out;
}
#utilitynav a:hover {
  color: #fff;
  background-color: #a8bf9a;
}
@media only screen and (max-width: 767px) {
  #utilitynav a.patient-login {
    min-width: 12em;
    /* midTab 768oo */
  }
}
@media only screen and (min-width: 768px) {
  #utilitynav a.patient-login {
    width: 12em;
    /* midTab 768w */
  }
}
#utilitynav a.patient-login:before {
  content: '';
  width: 1.09090909em;
  height: 3em;
  margin-right: 2px;
  background-image: url("data:image/svg+xml;charset=UTF-8, <svg xmlns='http://www.w3.org/2000/svg' width='12' height='33' viewBox='0 0 12 33'><path d='M6 10.75a5.75 5.75 0 1 0 0 11.5 5.748 5.748 0 0 0 5.75-5.75A5.749 5.749 0 0 0 6 10.75zm0 2.875a1.617 1.617 0 1 1 0 3.234 1.617 1.617 0 0 1 0-3.234zm0 7.187a4.3 4.3 0 0 1-3.048-1.264 2.501 2.501 0 0 1 2.33-1.611H6.72c1.067 0 1.966.671 2.329 1.611A4.3 4.3 0 0 1 6 20.812z' fill='white'/></svg>");
  background-size: cover;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
/* ===============================================
	socialmedia
=============================================== */
.socialmedia {
  line-height: 0;
  text-align: center;
  width: auto;
  padding: 0;
  margin: 0 1em 0 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media only screen and (min-width: 666px) {
  .socialmedia {
    float: left;
    /* custom 666w */
  }
}
@media only screen and (min-width: 1024px) {
  .socialmedia {
    /* midTab 1024w */
  }
}
.socialmedia a {
  line-height: 2.55615802;
  font-size: 0.6455em;
  color: #fff;
  height: 2.55615802em;
  width: auto;
  margin: 0 4px 0 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: transform 0.33s ease-in-out, color 0.33s ease-in-out;
}
.socialmedia a:nth-last-of-type(1) {
  margin: 0;
}
.socialmedia a:hover {
  color: #d4dfcc;
  z-index: 400;
  transform: translate3d(0, 0, 0) scale(1.44);
}
.socialmedia a .icon {
  position: relative;
}
/* ==================================================================
	slideshow
=================================================================== */
#slideshow {
  font-size: min(3vw, 1em);
  text-align: center;
  color: #fff;
  min-height: 50.28571429vw;
  background: #000;
  position: relative;
  z-index: 400;
}
@media only screen and (min-width: 1024px) {
  #slideshow {
    font-size: inherit;
    width: 100%;
    margin-top: 0;
    top: 0;
    /* maxTab 1024w */
  }
}
#slideshow:before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 400;
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.99) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.99) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.99) 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.3;
}
#slideshow .welcomevid {
  width: 100%;
  vertical-align: top;
  opacity: 0.85;
}
#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;
}
/* ===============================================
	logo
=============================================== */
#logo {
  line-height: 0;
  width: 16.3em;
  display: block;
  position: absolute;
  z-index: 420;
}
@media only screen and (max-width: 1299px) {
  #logo {
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 1em);
    right: 0;
    left: 0;
    /* desk 1300oo */
  }
}
@media only screen and (min-width: 1300px) {
  #logo {
    margin: 0 0 0 -29.7em;
    top: 142px;
    left: 50%;
    /* desk 1300w */
  }
}
#logo a {
  display: inline-block;
  vertical-align: top;
}
#logo svg {
  width: 16.3em;
  height: 13.05em;
}
#logo svg .mono {
  fill: rgba(255, 255, 255, 0.3);
  -webkit-filter: drop-shadow(0 0 1.28571429em #000000);
  filter: drop-shadow(0 0 1.28571429em #000000);
}
#logo svg .name,
#logo svg .vocation {
  fill: #fff;
}
/* ==================================================================
	.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: #f2f3f2;
  position: relative;
  z-index: 410;
}
@media only screen and (max-width: 479px) {
  .spot01 {
    font-size: 3.2vw;
    /* mintab opt-out 480oo */
  }
}
@media only screen and (min-width: 480px) {
  .spot01 {
    font-size: 1.7vw;
    /* mintab 480w */
  }
}
@media only screen and (min-width: 979px) {
  .spot01 {
    font-size: inherit;
    padding: 5em 0;
    /* custom 979w */
  }
}
@media only screen and (min-width: 1300px) {
  .spot01 {
    /* desk 1300w */
  }
  .spot01.ready a {
    transform: translate3d(0, 100%, 0);
    opacity: 0;
  }
}
.spot01 a {
  color: #562875;
  width: 44%;
  max-width: 11.25em;
  height: 44vw;
  max-height: 11.25em;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: transform 0.66s ease-out, opacity 0.66s ease-in;
  perspective: 1000px;
}
@media only screen and (max-width: 767px) {
  .spot01 a {
    margin: 2%;
    /* midTab opt-out 768oo */
  }
}
@media only screen and (min-width: 768px) {
  .spot01 a {
    margin: 0 0.725em;
    /* midTab 768w */
  }
}
.spot01 a:before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #fff;
  pointer-events: none;
  transform-style: preserve-3d;
  transition: all 0.6s ease-in-out, background-color 0.33s ease-in-out, border-width 0.33s ease-in-out;
  z-index: -1;
}
.spot01 a:hover {
  transform: translate3d(0, 0, 0) scale(1.33);
  z-index: 400;
}
.spot01 a:hover:before {
  content: '';
  background-color: rgba(86, 40, 117, 0.25);
  border-width: 0;
  transform: translateX(0) rotateY(-180deg);
}
.spot01 a:hover .icon,
.spot01 a:hover h2.topic,
.spot01 a:hover h2.topic .trait {
  color: #f2f3f2;
}
.spot01 a .level {
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 1em);
  left: 0;
  z-index: 410;
  -webkit-backface-visibility: hidden;
}
.spot01 a .icon {
  line-height: 0;
  color: #000;
  width: 2.05em;
  height: 1.95em;
  margin: 0 auto 1.25em;
  transition: color 0.33s ease-in-out;
}
.spot01 a .icon path {
  stroke: currentcolor;
  stroke-width: 0.5;
}
.spot01 a h2.topic {
  letter-spacing: 0.22em;
  line-height: 1.14285714;
  font-size: 0.7em;
  font-weight: 400;
  text-transform: uppercase;
  color: #562875;
  display: block;
  transition: color 0.33s ease-in-out;
}
.spot01 a h2.topic .trait {
  letter-spacing: normal;
  line-height: 0.86666667;
  font-size: 2.14285714em;
  font-family: 'Euphoria Script', cursive;
  text-transform: none;
  color: #97a55d;
  transition: color 0.33s ease-in-out;
}
/* ===============================================
	spot02
=============================================== */
.spot02 {
  color: #000;
  background-color: #fff;
}
@media only screen and (max-width: 665px) {
  .spot02 {
    padding: 3em 0;
    /* custom opt-out 665oo */
  }
}
@media only screen and (min-width: 666px) {
  .spot02 {
    font-size: min(1.4vw, 1em);
    padding: 5em 0;
    /* custom 666w */
  }
}
@media only screen and (min-width: 1300px) {
  .spot02 {
    font-size: inherit;
    /* desk 1300w */
  }
  .spot02.ready .decoration {
    transform: translate3d(-75%, 0, 0);
    transition-duration: 0.33s;
    transition-delay: 0s;
    opacity: 0;
  }
  .spot02.ready .mod {
    transform: translate3d(-100%, 0, 0);
    transition-duration: 0.33s;
    transition-delay: 0s;
    opacity: 0;
  }
  .spot02.ready .mark {
    transform: translate3d(100vw, 0, 0);
    transition-timing-function: ease;
  }
  .spot02.ready .mark g {
    transition-timing-function: ease;
    transition-duration: 0.33s;
    transition-delay: 0s;
  }
  .spot02.ready .mark g.nether {
    transform: translate3d(0, 0, 0) rotate(-300deg);
  }
  .spot02.ready .mark g.mid {
    transform: translate3d(0, 0, 0) rotate(-120deg);
  }
  .spot02.ready .mark g.centro.one {
    transform: translate3d(0, 0, 0) rotate(60.3deg);
  }
  .spot02.ready .mark g.centro.nil {
    transform: translate3d(0, 0, 0) rotate(75.15deg);
  }
  .spot02.ready .mark path {
    transform: translate3d(0, 0, 0) scale(0);
  }
}
.spot02 .embed-container {
  height: auto;
  padding: 0;
  background-color: #6e6960;
  background-image: url(../images/spotlight/spot02ecbg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.spot02 .decoration {
  max-width: 40.5em;
  max-height: 29.7em;
  aspect-ratio: 15 / 11;
  display: inline-block;
  position: relative;
  z-index: 420;
}
@media only screen and (max-width: 665px) {
  .spot02 .decoration {
    margin: 0;
    /* custom opt-out 666oo */
  }
}
@media only screen and (min-width: 666px) {
  .spot02 .decoration {
    margin: 0 2.15em 0 0;
    /* custom 666w */
  }
}
@media only screen and (max-width: 1299px) {
  .spot02 .decoration {
    width: 80vw;
    height: 59vw;
    vertical-align: middle;
    /* desk 1300oo */
  }
}
@media only screen and (min-width: 1300px) {
  .spot02 .decoration {
    width: 40.5em;
    height: 29.7em;
    margin-left: -4em;
    vertical-align: top;
    transform: translate3d(0, 0, 0);
    transition: transform 0.99s ease-in-out 1.08s, opacity 1.08s ease-in 1.08s;
    opacity: 1;
    /* desk 1300w */
  }
}
.spot02 .decoration:before {
  content: '';
  width: auto;
  height: auto;
  display: block;
  position: absolute;
  top: 1em;
  right: 1em;
  bottom: 1em;
  left: 1em;
  border: 1px solid #fff;
  pointer-events: none;
}
.spot02 .spotcontrol {
  line-height: 1;
  font-size: 3.8em;
  color: #fff;
  width: 1em;
  height: 1em;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  border: none;
  background: none;
  display: block;
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 1em);
  right: 0;
  left: 0;
  z-index: 420;
  cursor: pointer;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
}
.spot02 .spotcontrol:hover {
  transform: translate3d(0, -50%, 0) scale(1.23);
  opacity: 0.6;
}
.spot02 .mod {
  width: 96%;
  padding: 2em 0;
  display: inline-block;
  position: relative;
  z-index: 420;
}
@media only screen and (min-width: 768px) {
  .spot02 .mod {
    text-align: left;
    max-width: 12.9em;
    padding: 0;
    /* midTab 768w */
  }
}
@media only screen and (max-width: 1299px) {
  .spot02 .mod {
    vertical-align: middle;
    /* desk 1300oo */
  }
}
@media only screen and (min-width: 1300px) {
  .spot02 .mod {
    vertical-align: top;
    transform: translate3d(0, 0, 0);
    transition: transform 0.99s ease-in-out 0.78s, opacity 1.08s ease-in 0.78s;
    /* desk 1300w */
  }
}
.spot02 .info {
  line-height: 1.73333333;
  font-size: 0.75em;
  display: inline-block;
  position: relative;
  z-index: 420;
}
@media only screen and (min-width: 768px) {
  .spot02 .info {
    text-align: justify;
    /* midTab 768w */
  }
}
@media only screen and (max-width: 1299px) {
  .spot02 .info {
    vertical-align: middle;
    /* desk 1300oo */
  }
}
@media only screen and (min-width: 1300px) {
  .spot02 .info {
    vertical-align: top;
    /* desk 1300w */
  }
}
.spot02 .mark {
  color: #f3f1f1;
  color: #d7bde9;
  width: 28.05em;
  height: 28.05em;
  display: block;
  position: absolute;
  top: calc( 50% - 14.025em );
  left: calc( 50% - 4.35em );
  z-index: 1;
  pointer-events: none;
}
@media only screen and (min-width: 1300px) {
  .spot02 .mark {
    transform: translate3d(0, 0, 0);
    transition: transform 0.99s cubic-bezier(0, 0.55, 0.45, 1), opacity 0.33s ease-in-out;
    /* desk 1300w */
  }
  .spot02 .mark g {
    transition: transform 1.08s cubic-bezier(0.34, 1.56, 0.64, 1) 0.33s, opacity 0.33s ease-in-out 0s;
    transform-origin: 50% 50%;
  }
  .spot02 .mark g[class] {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  .spot02 .mark path {
    transform: translate3d(0, 0, 0) scale(1);
    transition: transform 0.66s ease-in-out, opacity 0.66s ease-in-out;
    transform-origin: 50% 50%;
  }
}
/* ==================================================================
	content
=================================================================== */
#bd {
  padding: 0 0 3em;
  background: #fff;
  position: relative;
  z-index: 400;
}
@media only screen and (min-width: 768px) {
  #bd {
    padding: 5em 0 6em;
    /* midTab 768w */
  }
}
#bd.sub {
  overflow: hidden;
}
#bd.sub:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #f2f3f2;

  display: block;
  position: absolute;
  top: 0.6em;
  left: 0;
  pointer-events: none;
}
#bd .mark {
  color: #f2f3f2;
  color: #d7bde9;
  width: 50.45em;
  height: 50.45em;
  margin-left: 13.85em;
  display: block;
  position: absolute;
  top: -11em;
  left: 50%;
}
@media only screen and (min-width: 1300px) {
  #bd .mark {
    transform: translate3d(0, 0, 0);
    transition: transform 0.75s cubic-bezier(0, 0.55, 0.45, 1), opacity 0.15s ease-in-out;
    /* desk 1300w */
  }
  #bd .mark g {
    transition: transform 1.08s cubic-bezier(0.34, 1.56, 0.64, 1) 0.33s, opacity 0.33s ease-in-out 0s;
    transform-origin: 50% 50%;
  }
  #bd .mark g[class] {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  #bd .mark path {
    transform: translate3d(0, 0, 0) scale(1);
    transition: transform 0.54s ease-in-out, opacity 0.24s ease-in-out;
    transform-origin: 50% 50%;
    opacity: 1;
  }
  #bd .mark.wait {
    transform: translate3d(-100%, 0, 0);
    transition-timing-function: ease;
  }
  #bd .mark.wait g {
    transition-timing-function: ease;
    transition-duration: 0.33s;
    transition-delay: 0s;
  }
  #bd .mark.wait g.nether {
    transform: translate3d(0, 0, 0) rotate(420deg);
  }
  #bd .mark.wait g.mid {
    transform: translate3d(0, 0, 0) rotate(240deg);
  }
  #bd .mark.wait g.centro.one {
    transform: translate3d(0, 0, 0) rotate(119.7deg);
  }
  #bd .mark.wait g.centro.nil {
    transform: translate3d(0, 0, 0) rotate(104.85deg);
  }
  #bd .mark.wait path {
    transform: translate3d(0, 0, 0) scale(0.5);
    opacity: 0;
  }
}
#bd .container {
  max-width: 59.7em;
}
#content {
  display: block;
  position: relative;
  z-index: 420;
}
@media only screen and (min-width: 768px) {
  #content {
    max-width: 37.9em;
    width: 63.4840871%;
    float: left;
    /* midTab 768w */
  }
  #content p {
    text-align: justify;
  }
}
#content .content-text {
  line-height: 1.8;
}
@media only screen and (min-width: 1300px) {
  #content .content-text {
    font-size: 1em;
    /* desk 1300w */
  }
}
/* ==================================================================
	.home content
=================================================================== */
.home #bd {
  padding: 0;
  background: no-repeat 0 center;
  background-size: cover;
}
@media only screen and (min-width: 1300px) {
  .home #bd {
    background-position: 50% 0;
    background-attachment: fixed;
    /* desk 1300w */
  }
}
@media only screen and (min-width: 2000px) {
  .home #bd {
    background-size: auto auto;
    /* custom 2000w */
  }
}
.home #bd .container {
  width: 100%;
  max-width: 53.9em;
}
@media only screen and (max-width: 767px) {
  .home #bd .container {
    padding: 0 2%;
    /* midTab 768oo */
  }
}
@media only screen and (min-width: 768px) {
  .home #bd .container {
    /* midTab 768w */
  }
}
.home #bd #content {
  padding: 4.5em 0 5em;
  position: relative;
  z-index: 420;
}
@media only screen and (min-width: 768px) {
  .home #bd #content {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    float: none;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 1300px) {
  .home #bd #content {
    max-width: 24.35em;
    margin-right: 0;
    /* desk 1300w */
  }
}
.home #bd #content:after {
  content: '';
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  right: -2.825em;
  bottom: 0;
  left: -2.825em;
  background-color: rgba(255, 255, 255, 0.9);
  display: block;
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  .home #bd #content p {
    text-align: justify;
    /* midTab 768w */
  }
}
/* ==================================================================
	custom content
=================================================================== */
.mediaslider {
  text-align: center;
}
.mediaslider .cycle-slideshow {
  width: 100%;
  margin: 0.5em 0 1.5em;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .mediaslider .cycle-slideshow .cycle-slide {
    padding: 0 5%;
    /* midTab opt-out 768oo */
  }
}
.mediaslider .cycle-slideshow > div {
  font-size: 2.8em;
  color: #6c7e34;
  position: absolute;
  top: 50%;
  z-index: 900;
  transform: translate3d(0, -50%, 0);
}
.mediaslider .cycle-slideshow > div span {
  transition: transform 0.35s ease, opacity 0.35s ease;
}
.mediaslider .cycle-slideshow > div.cycle-prev {
  text-align: left;
  left: 0;
}
.mediaslider .cycle-slideshow > div.cycle-prev span {
  transform-origin: left center;
}
.mediaslider .cycle-slideshow > div.cycle-next {
  text-align: right;
  direction: rtl;
  right: 0;
}
.mediaslider .cycle-slideshow > div.cycle-next span {
  transform-origin: right center;
}
.mediaslider .cycle-slideshow > div:hover {
  cursor: pointer;
}
.mediaslider .cycle-slideshow > div:hover span {
  transform: scale(1.44);
  opacity: 0.68;
}
/* comment line below if patient-login is live and legit */
/* common treatments */
.before-after-image {
  width: 44%;
  display: inline-block;
  vertical-align: top;
}
.before-after-image img,
.before-after-image span {
  display: block;
}
@media only screen and (min-width: 768px) {
  .before-after-image img,
  .before-after-image span {
    width: 100%;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 768px) {
  .before-after-box,
  p.before-after-text {
    width: 49%;
    display: inline-block;
    vertical-align: top;
  }
  /* midTab 768w */
}
/* common procedures */
@media only screen and (min-width: 1300px) {
  .common-procedures #content h2[id] {
    scroll-margin-top: 10em;
  }
  /* desk 1300w */
}
/* preventive-care */
.preventive-care #content ul {
  display: inline-block;
}
/* reduces dimensions of coronavirus tab */
#coronavirus-update {
  font-size: 0.85em;
  padding: 0.5em 1.25em !important;
  left: 0.5em!important;
}
@media only screen and (min-width: 1300px) {
  #coronavirus-update {
    font-size: 1em;
    /* desk 1300w */
  }
}
/* ==================================================================
	meet the team page classes for individual and full team images 
=================================================================== */
.staff {
  width: 45%;
  max-width: 10em;
  margin: 0 0 1em 1em;
  display: block;
  float: right;
}
.team {
  width: 100%;
  max-width: 1000px;
  margin: 2% auto;
  display: block;
}

.twentytwenty-wrapper{
  max-width: 250px;
  margin: 0 auto 1.2em;
}
/* ==================================================================
	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 {
  letter-spacing: 0.14em;
  line-height: 1.125;
  font-size: 1.2em;
  font-weight: 300;
  text-transform: uppercase;
  text-decoration: none;
  color: #562875;
  transition-duration: 0s;
}
.sitemap #content ul ul li a {
  letter-spacing: normal;
  line-height: 1.8;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  color: #000;
  margin-left: 0;
  /*to increase space adjust [body.sitemap #bd ul ul li] below*/
}
.sitemap #content a:hover {
  text-decoration: none;
  color: #97a55d;
}
body.sitemap #bd ul li {
  list-style: none;
}
body.sitemap #bd ul ul li {
  list-style: none;
  /*list-style-image:none;*/
  margin-left: 0;
  /*default=15px*/
}
body.sitemap #content .width1 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  body.sitemap #content .width1 {
    width: 50%;
    /*default 50%*/
    /* midTab 768w */
  }
  body.sitemap #content .width1:not(.first) {
    width: auto;
    float: right;
  }
}
/* global override */
/* ==================================================================
	sidebar
=================================================================== */
#sidebar {
  width: 110%;
  margin: 0 -5% 3em;
  display: block;
  padding: 0;
  position: relative;
  z-index: 420;
}
@media only screen and (min-width: 768px) {
  #sidebar {
    width: 29.64824121%;
    margin: 0 0 1em;
    float: right;
    clear: right;
    display: flex;
    flex-direction: column;
    /* midTab 768w */
  }
}
/* ===============================================
	sitepics
=============================================== */
#hide-stock {
  position: relative;
  width: 100%;
  max-width: 17.7em;
  margin: 0 auto 6%;
  padding: 0;
  display: none;
}
@media only screen and (min-width: 768px) {
  #hide-stock {
    margin-bottom: 1em;
    display: block;
    order: 1;
    /* midTab 768w */
  }
}
#hide-stock:after {
  content: '';
  width: auto;
  height: auto;
  display: block;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  bottom: 0.5em;
  left: 0.5em;
  border: 1px solid #fff;
  z-index: 420;
  opacity: 0.9;
}
.stock {
  width: 100%;
  position: relative;
  z-index: 1;
}
/* ===============================================
	show doctor image on all devices
=============================================== */
/*.home,*/
/*body[class^='meet-the-'], body[class^='meet-our-'],*/
.meet-the-doctor #hide-stock,
body[class^='meet-dr-'] #hide-stock,
body[class^='meet-doctor-'] #hide-stock {
  display: block;
}
body[class~='blog'] #hide-stock {
  display: none;
}
/* ==================================================================
	SUBNAV || SIDE ORIENTED
=================================================================== */
#subnav {
  text-align: center;
  color: #fff;
  margin: 0 0 6%;
  background: #a8bf9a;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #subnav {
    padding: 2.5em 10%;
    /* midTab opt-out 767oo */
  }
}
@media only screen and (min-width: 768px) {
  #subnav {
    padding: 1.95em 1em 2.35em;
    order: 2;
    /* midTab 768w */
  }
}
#subnav h2.topic {
  line-height: 1;
  font-size: 2.3em;
  font-family: 'Euphoria Script', cursive;
  text-align: inherit;
  font-weight: 400;
  color: #fff;
  width: 100%;
  margin: 0 auto;
  display: block;
}
#subnav h2.topic:after {
  content: '';
  width: 3.04347826em;
  height: 1px;
  margin: 0.45652174em auto 0.52173913em;
  background-color: #ffffff;
  display: block;
}
#subnav p {
  line-height: 1.5;
  font-size: 0.6em;
  text-transform: uppercase;
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  z-index: 420;
}
#subnav a {
  letter-spacing: 0.1em;
  color: #fff;
  white-space: nowrap;
  margin: 0.2em 0.8em;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media only screen and (min-width: 768px) {
  #subnav a {
    margin: 0.2em 0;
    display: block;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 1300px) {
  #subnav a {
    margin: 0;
    /* desk 1300w */
  }
}
#subnav a:hover,
#subnav a.active {
  color: #fff;
  text-decoration: underline;
}
/* END SIDEBAR - */
/* ===============================================
	spot03
=============================================== */
.spot03 {
  color: #000;
  background-color: #f3f3f3;
}
@media only screen and (max-width: 665px) {
  .spot03 {
    padding: 3em 0;
    /* custom opt-out 666oo */
  }
}
@media only screen and (min-width: 666px) {
  .spot03 {
    font-size: min(1.4vw, 1em);
    padding: 5em 0;
    /* custom 666w */
  }
}
@media only screen and (min-width: 768px) {
  .spot03 {
    direction: rtl;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 1300px) {
  .spot03 {
    font-size: inherit;
    /* desk 1300w */
  }
  .spot03.ready .decoration {
    transform: translate3d(75%, 0, 0);
    transition-duration: 0.33s;
    transition-delay: 0s;
    opacity: 0;
  }
  .spot03.ready .mod {
    transform: translate3d(100%, 0, 0);
    transition-duration: 0.33s;
    transition-delay: 0s;
    opacity: 0;
  }
  .spot03.ready .mark {
    transform: translate3d(-100vw, 0, 0);
    transition-timing-function: ease;
  }
  .spot03.ready .mark g {
    transition-timing-function: ease;
    transition-duration: 0.33s;
    transition-delay: 0s;
  }
  .spot03.ready .mark g.nether {
    transform: translate3d(0, 0, 0) rotate(420deg);
  }
  .spot03.ready .mark g.mid {
    transform: translate3d(0, 0, 0) rotate(240deg);
  }
  .spot03.ready .mark g.centro.one {
    transform: translate3d(0, 0, 0) rotate(119.7deg);
  }
  .spot03.ready .mark g.centro.nil {
    transform: translate3d(0, 0, 0) rotate(104.85deg);
  }
  .spot03.ready .mark path {
    transform: translate3d(0, 0, 0) scale(0);
  }
}
.spot03 .decoration {
  max-width: 40.5em;
  background-color: #000000;
  display: inline-block;
  position: relative;
  z-index: 420;
}
@media only screen and (max-width: 665px) {
  .spot03 .decoration {
    margin: 0;
    /* custom opt-out 666oo */
  }
}
@media only screen and (min-width: 666px) {
  .spot03 .decoration {
    margin: 0 0 0 2.15em;
    /* custom 666w */
  }
}
@media only screen and (max-width: 1299px) {
  .spot03 .decoration {
    width: 80vw;
    vertical-align: middle;
    /* desk 1300oo */
  }
}
@media only screen and (min-width: 1300px) {
  .spot03 .decoration {
    width: 40.5em;
    margin-right: -4em;
    vertical-align: top;
    transform: translate3d(0, 0, 0);
    transition: transform 0.99s ease-in-out 1.08s, opacity 1.08s ease-in 1.08s;
    opacity: 1;
    /* desk 1300w */
  }
}
.spot03 .decoration:before {
  content: '';
  width: auto;
  height: auto;
  display: block;
  position: absolute;
  top: 1em;
  right: 1em;
  bottom: 1em;
  left: 1em;
  border: 1px solid #fff;
  pointer-events: none;
}
.spot03 .decoration img {
  width: 100%;
  display: block;
}
.spot03 .mod {
  width: 96%;
  padding: 2em 0;
  display: inline-block;
  position: relative;
  z-index: 420;
  direction: ltr;
}
@media only screen and (min-width: 768px) {
  .spot03 .mod {
    text-align: right;
    max-width: 12.9em;
    padding: 0;
    /* midTab 768w */
  }
}
@media only screen and (max-width: 1299px) {
  .spot03 .mod {
    vertical-align: middle;
    /* desk 1300oo */
  }
}
@media only screen and (min-width: 1300px) {
  .spot03 .mod {
    vertical-align: top;
    transform: translate3d(0, 0, 0);
    transition: transform 0.99s ease-in-out 0.78s, opacity 1.08s ease-in 0.78s;
    /* desk 1300w */
  }
}
.spot03 .info {
  line-height: 1.73333333;
  font-size: 0.75em;
  margin-bottom: 3.13333333em;
  display: inline-block;
  position: relative;
  z-index: 420;
}
@media only screen and (min-width: 768px) {
  .spot03 .info {
    text-align: justify;
    text-align-last: right;
    /* midTab 768w */
  }
}
@media only screen and (max-width: 1299px) {
  .spot03 .info {
    vertical-align: middle;
    /* desk 1300oo */
  }
}
@media only screen and (min-width: 1300px) {
  .spot03 .info {
    vertical-align: top;
    /* desk 1300w */
  }
}
.spot03 .spotbtn {
  letter-spacing: 0.1em;
  line-height: 1.07692308;
  font-size: 0.65em;
  text-align: center;
  text-transform: uppercase;
  color: #562875;
  width: 14.69230769em;
  height: 4.23076923em;
  padding: 0.80769231em 0;
  margin: 0 0 9em;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out, color 0.33s ease-in-out;
}
.spot03 .spotbtn:hover {
  color: #ccc;
  transform: translate3d(0, 0, 0) scale(1.23);
  opacity: 0.33;
}
.spot03 .spotbtn:hover:after {
  background-color: #562875;
}
.spot03 .spotbtn .trait {
  letter-spacing: normal;
  line-height: 0.95238095;
  font-size: 1.61538462em;
  font-family: 'Euphoria Script', cursive;
  text-transform: none;
}
.spot03 .spotbtn:after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #562875;
  z-index: -1;
  transition: transform 0.33s ease-in-out, background-color 0.33s ease-in-out;
}
.spot03 .mark {
  color: #fff;
  width: 28.05em;
  height: 28.05em;
  display: block;
  position: absolute;
  top: calc( 50% - 14.025em );
  right: calc( 50% - 4.4em );
  z-index: 1;
  pointer-events: none;
}
@media only screen and (min-width: 1300px) {
  .spot03 .mark {
    transform: translate3d(0, 0, 0);
    transition: transform 0.99s cubic-bezier(0, 0.55, 0.45, 1), opacity 0.33s ease-in-out;
    /* desk 1300w */
  }
  .spot03 .mark g {
    transition: transform 1.08s cubic-bezier(0.34, 1.56, 0.64, 1) 0.33s, opacity 0.33s ease-in-out 0s;
    transform-origin: 50% 50%;
  }
  .spot03 .mark g[class] {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  .spot03 .mark path {
    transform: translate3d(0, 0, 0) scale(1);
    transition: transform 0.66s ease-in-out, opacity 0.66s ease-in-out;
    transform-origin: 50% 50%;
  }
}
/* association logos */
.associationlogos {
  text-align: center;
  padding: 0;
  position: relative;
}
.associationlogos a {
  position: relative;
  transition: opacity 0.33s ease-in-out, transform 0.33s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .associationlogos a {
    margin: 2%;
    display: inline-block;
    vertical-align: middle;
    /* midTab 768oo */
  }
}
@media only screen and (min-width: 768px) {
  .associationlogos a {
    margin: 0 0 0 auto;
    display: block;
    /* midTab 768w */
  }
  .associationlogos a:nth-child(2) {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
  }
}
.associationlogos a:hover {
  transform: scale(0.88);
  opacity: 0.5;
}
.associationlogos a.ada {
  width: 5.4em;
  height: 1.95em;
}
.associationlogos a.invisalign {
  width: 6.35em;
  height: 1.75em;
}
.associationlogos a.spear {
  width: 4.3em;
  height: 1.05em;
}
.associationlogos a img,
.associationlogos a svg {
  width: 100%;
  height: 100%;
  display: block;
}
/* ===============================================
	spot04
=============================================== */
.spot04 {
  color: #fff;
  padding: 3em 0;
  background-color: #97a55d;
}
@media only screen and (max-width: 767px) {
  .spot04 {
    font-size: min(3.25vw, 1em);
    /* midTab 768oo */
  }
}
@media only screen and (min-width: 768px) {
  .spot04 {
    padding: 5.9em 0;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 1300px) {
  .spot04 {
    /* desk 1300w */
  }
  .spot04.ready h2.topic {
    transform: translate3d(0, 100px, 0);
    opacity: 0;
    transition-delay: 0s;
  }
  .spot04.ready .cycle-slideshow {
    transform: translate3d(0, 100px, 0);
    opacity: 0;
    transition-delay: 0s;
  }
}
.spot04 h2.topic {
  line-height: 1;
  font-size: 3.65em;
  font-family: 'Euphoria Script', cursive;
  font-weight: 400;
}
@media only screen and (min-width: 1300px) {
  .spot04 h2.topic {
    transition: transform 0.66s ease-in-out 0s, opacity 0.66s ease-in-out 0s;
    /* desk 1300w */
  }
}
.spot04 h2.topic:after {
  content: '';
  width: 81.8011257%;
  max-width: 5.97260274em;
  height: 1px;
  margin: 0.36986301em auto 0.46575342em;
  background-color: #ffffff;
  display: block;
}
.spot04 .cycle-slideshow {
  color: #fff;
  width: 96%;
  max-width: 37.85em;
  margin: 0 auto;
  display: block;
}
@media only screen and (min-width: 1300px) {
  .spot04 .cycle-slideshow {
    transition: transform 0.66s ease-in-out 0.33s, opacity 0.66s ease-in-out 0.33s;
    /* desk 1300w */
  }
}
.spot04 .cycle-slideshow:hover {
  color: #d6d8dd;
}
.spot04 .cycle-slide {
  width: 100%;
  display: block;
  transition: color 0.33s ease-in-out;
}
.spot04 .testimony {
  line-height: 1.875;
  font-size: 1.2em;
  margin-bottom: 0.83333333em;
  display: block;
}
.spot04 .testifier {
  letter-spacing: 0.22em;
  line-height: 1.76470588;
  font-size: 0.85em;
  text-transform: uppercase;
  display: block;
}
/* ==================================================================
	#ft
=================================================================== */
#ft {
  text-align: center;
  color: #fff;
  width: 100%;
  padding: 5em 0 0;
  background: #4d555f no-repeat center center;
  background-size: cover;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media only screen and (min-width: 1300px) {
  #ft {
    /* desk 1300w */
  }
  .home #ft {
    background-attachment: fixed;
  }
}
@media only screen and (min-width: 2000px) {
  #ft {
    /* custom 2000w */
  }
  .home #ft {
    background-size: 120% auto;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1999px) {
  #ft {
    background-size: auto auto;
    /* range 1300w - 1999oo */
  }
}
#ft a[class] {
  transition: color 0.33s ease-in-out;
}
#ft a[class]:hover {
  color: #785391;
}
/* ===============================================
		locations
=============================================== */
#location {
  max-width: 55.65em;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  background: #f1f3f4 no-repeat center center;
  background-size: auto 100%;
  display: block;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #location {
    width: 100%;
    /* midTab 768oo */
  }
}
@media only screen and (min-width: 768px) {
  #location {
    width: 96%;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 1300px) {
  #location {
    transform: translate3d(-2.225em, 0, 0);
    /* desk 1300w */
  }
}
#location .mod {
  text-align: center;
  height: 25.6em;
  padding: 3.75em 0 0;
  display: block;
}
@media only screen and (max-width: 767px) {
  #location .mod {
    width: 100%;
    margin: 0;
    background-color: rgba(255, 255, 255, 0.9);
    /* midTab opt-out 768oo */
  }
}
@media only screen and (min-width: 768px) {
  #location .mod {
    width: 50%;
    max-width: 17.5em;
    margin: 0 auto 0 0;
    background-color: #ffffff;
    /* midTab 768w */
  }
}
#location .mod:before {
  content: '';
  width: auto;
  height: auto;
  display: block;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  bottom: 0.5em;
  left: 0.5em;
  border: 1px solid #acb1bb;
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  #location .mod:before {
    width: 94.28571429%;
    max-width: 16.5em;
    right: auto;
    /* midTab 768w */
  }
}
#location .logo {
  line-height: 0;
  text-align: center;
  margin: 0 auto 3.25em;
  display: block;
}
#location .logo svg {
  width: 13.85em;
  height: 11.15em;
}
#location .phone {
  line-height: 1.2;
  font-size: 1em;
  color: #562875;
  margin-bottom: 0.75em;
  display: block;
}
#location .address {
  line-height: 1.3125;
  font-size: 0.8em;
  color: #000;
  margin: 0 auto;
  display: block;
}
#location .address .marker {
  line-height: 1;
  font-size: 4.125em;
  color: #97a55d;
  margin-left: 2.03787879em;
  position: absolute;
  left: 50%;
  top: 3.40909091em;
  z-index: 400;
  transition: transform 0.33s ease-in-out;
  transform-origin: center bottom;
}
@media only screen and (max-width: 767px) {
  #location .address .marker {
    display: none;
    /* midTab 768oo */
  }
}
@media only screen and (min-width: 768px) {
  #location .address .marker {
    display: block;
    /* midTab 768w */
  }
}
#location .address .marker:before {
  color: currentcolor;
}
#location .address .marker:after {
  content: '';
  width: 1.10606061em;
  height: 1.01515152em;
  background: url(../images/footer/shadowalt.png) no-repeat center center;
  left: 0.2em;
  bottom: -0.15em;
  z-index: -1;
  -webkit-filter: blur(0.0825em);
  filter: blur(0.0825em);
  background-size: cover;
  position: absolute;
  pointer-events: none;
}
#location .address:hover .marker {
  transform: translate3d(0, 0, 0) scale(2);
}
/* ==================================================================
		#links
=================================================================== */
#links {
  text-align: center;
  color: #fff;
  padding: 2em 0;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  #links {
    height: 5em;
    padding: 1.75em 0 0;
    /* midTab 768w  */
  }
}
#links .util {
  line-height: 2.5;
  font-size: 0.6em;
}
#links .util a {
  color: #fff;
  transition: color 0.33s ease-in-out;
}
#links .util a:hover {
  color: #562875;
}
#links .util a,
#links .util .divider {
  display: inline-block;
}
@media only screen and (max-width: 665px) {
  #links .util .divider {
    /* custom 666oo */
  }
  #links .util .divider.opp {
    display: none;
  }
}
/* ===============================================
		sesame link
=============================================== */
@media only screen and (max-width: 665px) {
  a#sesame-link {
    width: 100%;
    /* custom 666oo */
  }
}
a#sesame-link .sesameicon {
  width: 1.33333333em;
  height: 1.16666667em;
  margin-right: 0.33333333em;
  display: inline-block;
  vertical-align: middle;
}
a#sesame-link .sesameicon path {
  fill: currentcolor;
  transition: fill 0.33s ease-in-out;
}
/*superlative*/
/************************************************************************************************************************************************/
/* hide double hr aka div.hr */
hr,
.types-of-braces #content div.clear {
  font-size: inherit;
  height: 1px;
  width: 100%;
  margin: 1.58em 0;
  background: #666666;
  border: none;
  display: block;
}
.brushing-and-flossing .content-text hr {
  float: left;
}
/* ===============================================
	success message
=============================================== */
.success {
  text-transform: none;
  font-weight: 400;
  color: #fff;
  width: 100%;
  padding: 1rem;
  float: left;
  background: #6c7e34;
}
/* ===============================================
	Form Buttons
=============================================== */
form button {
  letter-spacing: 0.2em;
  font-weight: 400;
  text-transform: uppercase;
  font-size: small;
  color: #fff;
  height: 38px;
  padding: 0 1.5em;
  background-color: #97a55d;
  border: 1px solid #97a55d;
  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: #562875;
  background-color: #562875;
}
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 768px (768px) and up
=============================================== */
@media only screen and (min-width: 768px) {
  /* ===============================================
	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 1024px (1024px) and up
=============================================== */
@media only screen and (min-width: 1024px) {
  /* ==================================================================
	main-nav
=================================================================== */
  #main-nav {
    font-size: inherit;
    width: 100%;
    height: 3em;
    margin-top: 0.4em;
    position: relative;
    top: auto;
    z-index: 2900;
    box-shadow: none;
    /*background:none;*/
  }
  #main-nav .container {
    background: none;
    max-width: none;
  }
  #main-nav div.collapsible {
    margin: 0 auto;
  }
  #main-nav ul {
    height: 3em;
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    background: none;
    position: static;
    float: none;
  }
  #main-nav ul li {
    height: 100%;
    margin: 0 0.05em 0 0;
    background: none;
    vertical-align: top;
    position: relative;
    float: none;
    clear: none;
  }
  #main-nav ul li.contact,
  #main-nav ul li.contact-us {
    margin-right: 0;
    padding-right: 0;
  }
  #main-nav ul li a[id] {
    line-height: 3.75;
    text-align: center;
    text-decoration: none;
    height: 100%;
    z-index: 3000;
  }
  #main-nav ul ul {
    width: auto;
    height: auto;
    padding: 1em 0;
    z-index: 2800;
    display: none;
    position: absolute;
  }
  #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: 2.08333333;
    text-align: left;
    white-space: nowrap;
    height: 2.08333333em;
    width: 100%;
    padding: 0 2.08333333em;
    float: left;
    transition-duration: 0s;
  }
  #main-nav ul li.contact-us ul li a,
  #main-nav ul li.contact ul li a {
    text-align: right;
    float: right;
  }
  #main-nav ul li:hover ul {
    left: 0em;
    /*top:37px;*/
    display: block;
  }
  #main-nav ul li.contact-us:hover ul,
  #main-nav ul li.contact:hover ul {
    left: auto;
    right: 0em;
    margin: 0;
  }
  /*END*/
}
/* ie nonsense */
/***********************************************
target ie11: html[data-useragent*='Trident/7.0']
***********************************************/
html[data-useragent*='Trident/7.0'] {
  /* END */
}
/* custom animations */
@keyframes flyinmobilenav {
  from {
    left: 300px;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}
