/* 
 Site Manager Version: 11.0.0
 Buildkit Version: 11.0.0

 Account: yaley-napaf
 Written by: james stillion

 Date Created: August 2022
 Sesame Communications - All rights reserved. (c)2022
 Any reproduction or intentional misuse is strictly prohibited
*/
/* ===============================================
              options
 =============================================== */
/* ===============================================
                    colors
 =============================================== */
/* lavender */
/* magenta */
/* purp drank || hyperlinks */
/* goldenrod */
/* bad piggy */
/* ===============================================
					fonts
=============================================== */
/* montserrat-100 */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: local(''), url('../fonts/montserrat-100.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/montserrat-100.woff') format('woff');
  
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* montserrat-300 */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local(''), url('../fonts/montserrat-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/montserrat-300.woff') format('woff');
  
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* montserrat-400 */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(''), url('../fonts/montserrat-400.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/montserrat-400.woff') format('woff');
  
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* montserrat-600 */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local(''), url('../fonts/montserrat-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/montserrat-600.woff') format('woff');
  
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* montserrat-700 */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local(''), url('../fonts/montserrat-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/montserrat-700.woff') format('woff');
  
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* montserrat-400i */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local(''), url('../fonts/montserrat-400i.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/montserrat-400i.woff') format('woff');
  
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* montserrat-700i */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local(''), url('../fonts/montserrat-700i.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/montserrat-700i.woff') format('woff');
  
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
.fontM {
  font-family: 'Montserrat', 'Trebuchet MS', Helvetica, sans-serif;
}
/* ===============================================
					Mixins 
=============================================== */
/*font-mixins*/
.th {
  font-weight: 100;
}
.xlt {
  font-weight: 200;
}
.lt {
  font-weight: 300;
}
.roman {
  font-weight: 400;
}
.mbold {
  font-weight: 500;
}
.sbold {
  font-weight: 600;
}
.bold {
  font-weight: 700;
}
.xbold {
  font-weight: 800;
}
.ubold,
.black {
  font-weight: 900;
}
.italic {
  font-style: italic;
}
.upp {
  text-transform: uppercase;
}
.loww {
  text-transform: lowercase;
}
.noo {
  text-transform: none;
}
.normal {
  font-style: normal;
}
/*LETTER SPACING, LINE HEIGHT AND FONT SIZE */
.aligncenter {
  text-align: center;
}
.alignright {
  text-align: right;
}
.alignleft {
  text-align: left;
}
.justify {
  text-align: justify;
}
/*helper mixins*/
.clear {
  clear: both;
}
.clearright {
  clear: right;
}
.clearleft {
  clear: left;
}
.wall {
  width: 100%;
}
.hall {
  height: 100%;
}
.auto {
  width: auto;
}
.autoy {
  height: auto;
}
.autox {
  width: auto;
  height: auto;
}
.zerox {
  width: 0;
  height: 0;
}
.line {
  width: 100%;
  height: 1px;
}
.show {
  display: block;
}
.hide {
  display: none;
}
.inline {
  display: inline;
}
.inline-block,
.ib {
  display: inline-block;
}
.left {
  float: left;
}
.right {
  float: right;
}
.nofloat {
  float: none;
}
.behave {
  display: block;
  float: left;
}
.center {
  margin-left: auto;
  margin-right: auto;
}
.round {
  border-radius: 50%;
}
/*functional mixins*/
.vertical-align {
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.overlay {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.inlay {
  width: auto;
  height: auto;
  display: block;
  position: absolute;
}
/* use with .trbl */
.grey,
.gray {
  -webkit-filter: grayscale(1);
  filter: grayscale(100%);
}
/* ===============================================
Basic Stylings
These will affect every size of the site.
=============================================== */
/*resets*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/*GLOBAL OVERRIDES*/
.fab,
.fas,
.fal,
.far,
.fad {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: 0;
}
/* ==================================================================
	main content-text font sizes
=================================================================== */
/* ===============================================
	body 
=============================================== */
body,
input,
select,
textarea,
form button {
  font-family: 'Montserrat', 'Trebuchet MS', Helvetica, sans-serif;
}
body {
  font-size: 15px;
  color: #333;
  background: #ccc;
  overflow: hidden;
}
@media only screen and (min-width: 1300px) {
  body {
    font-size: 20px;
    /* desk 1300w */
  }
}
/* ===============================================
	links 
=============================================== */
a {
  text-decoration: none;
}
#content a {
  color: #662d91;
  text-decoration: underline;
  transition: color 0.33s ease-in-out;
}
#content a:hover {
  text-decoration: underline;
  color: #80749e;
}
/* ===============================================
	h family || hfam 
=============================================== */
h1,
h2:not(.topic),
h3:not(.topic),
h4,
h5,
h6 {
  line-height: 1;
  text-align: left;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 1.28571429em;
  text-rendering: auto;
}
@media only screen and (max-width: 767px) {
  header.sub {
    padding: 1em 0;
    /* midTab 768oo */
  }
}
h1 {
  font-size: 10vw;
  font-weight: 300;
  margin-bottom: 0;
}
@media only screen and (min-width: 480px) {
  h1 {
    font-size: 3em;
    /* mintab 480w */
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    text-align: center;
    /* midTab 768oo */
  }
}
h1:after {
  width: 2.66666667em;
  height: 1px;
  margin: 0.91666667em auto 0.91666667em 0;
  background-color: #bfbfbf;
  display: block;
}
@media only screen and (max-width: 767px) {
  h1:after {
    content: none;
    /* midTab 768oo */
  }
}
@media only screen and (min-width: 768px) {
  h1:after {
    content: '';
    /* midTab 768w */
  }
}
.home h1 {
  font-size: 10vw;
  margin: 0;
}
@media only screen and (min-width: 480px) {
  .home h1 {
    font-size: 4em;
    /* mintab 480w */
  }
}
.home h1:after {
  content: '';
  width: 1.875em;
  height: 2px;
  margin: 0.35em auto 0.6em 0;
  background: #c8942a;
  display: block;
}
.home h1 .trait {
  display: block;
}
.home h1 .trait.top {
  letter-spacing: 0.1em;
  line-height: 1;
  font-size: 0.25em;
  margin: 0 0 1.5em;
  display: block;
}
h2:not(.topic) {
  font-size: 1.55555556em;
}
h3:not(.topic) {
  font-size: 1.33333333em;
}
h4 {
  font-size: 1.11111111em;
}
h5 {
  font-size: 1.05555556em;
}
h6 {
  font-size: 1em;
}
/* ===============================================
	containers
=============================================== */
.container {
  max-width: 60em;
}
/* ===============================================
	list styles - global overrides
=============================================== */
.what-sets-us-apart #content ol,
.meet-the-team #content ol,
.our-office #content ol,
.office-tour #content ol,
body[class*='-after'] #content ol {
  margin: 0;
}
#content ul li {
  list-style: disc outside;
  /* list-style-image:none; */
}
/* ==================================================================
	masthead
=================================================================== */
#masthead {
  width: 100%;
  padding: 0;
  background-color: #fff;
  -webkit-filter: drop-shadow(0 0.5em 2em rgba(0, 0, 0, 0.15));
  filter: drop-shadow(0 0.5em 2em rgba(0, 0, 0, 0.15));
  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;
  height: 43px;
  width: 43px;
  padding: 0;
  margin: 0;
  box-shadow: -1px 1px 0 rgba(102, 45, 145, 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: #662d91;
  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: #662d91;
}
#main-nav .trigger:hover .navicon span {
  /* background:@color1; */
}
#main-nav .open .trigger {
  color: #80749e;
}
#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(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: 2.85714286;
  font-size: 0.7em;
  font-weight: 600;
  text-transform: uppercase;
  color: #333;
  width: auto;
  height: 2.85714286em;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: color 0.33s ease;
}
#main-nav ul li a[id]:after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #80749e;
  display: block;
  position: absolute;
  left: 0;
  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 {
    bottom: 0.6em;
    /* midTab 1024oo */
  }
}
@media only screen and (min-width: 1024px) {
  #main-nav ul li a[id]:after {
    bottom: 1.42857143em;
    /* midTab 1024w */
  }
}
#main-nav ul li.open > a[id],
#main-nav ul li.active > a[id],
#main-nav ul li:hover > a[id] {
  color: #662d91;
  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: #662d91;
  display: inline;
  float: left;
}
#main-nav ul ul li {
  width: 100%;
  background: none;
  float: left;
}
#main-nav ul ul li a {
  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: #80749e;
  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: #662d91;
  padding: 0;
  position: relative;
}
@media only screen and (min-width: 666px) {
  #hd {
    text-align: left;
    /* custom 666w */
  }
}
@media only screen and (min-width: 1024px) {
  #hd {
    z-index: 3000;
    /* maxTab 1024w */
  }
}
@media only screen and (min-width: 666px) and (max-width: 1023px) {
  #hd .container {
    padding: 0.66em 55px 0.66em 2%;
    /* range 666w - 1023oo */
  }
}
@media only screen and (min-width: 1024px) {
  #hd .container {
    padding: 0.5em 0 0;
    /* midTab 1024w */
  }
}
#hd .util {
  text-align: center;
}
@media only screen and (max-width: 665px) {
  #hd .util {
    width: 100%;
    margin: 0;
    display: block;
    position: absolute;
    bottom: calc(50% + 0.33em);
    right: 0;
    /* custom 666oo */
  }
}
@media only screen and (min-width: 666px) {
  #hd .util {
    width: auto;
    margin: 0 0.5em 0 0;
    display: inline-block;
    vertical-align: top;
    position: relative;
    /* custom 666w */
  }
}
#hd .util .home {
  width: 2em;
  height: 2em;
  border-radius: 50%;
  margin: 0 0.5em 0 0;
  background-color: #662d91;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
#hd .util .home svg {
  width: 100%;
  height: 100%;
  display: block;
}
#hd .util .phone {
  letter-spacing: 0.025em;
  line-height: 2.85714286;
  font-size: 0.7em;
  font-weight: 700;
  color: #fff;
  width: 11em;
  height: 2.85714286em;
  border-radius: 1.42857143em;
  background-color: #92278f;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
#hd .util a {
  transition: background-color 0.33s ease-in-out;
}
#hd .util a:hover {
  background-color: #c8942a;
}
/* ===============================================
	logo
=============================================== */
#logo {
  line-height: 0;
  font-size: 0.6em;
  width: 6.45em;
  display: block;
}
@media only screen and (max-width: 665px) {
  #logo {
    margin: 1em auto 1em 2%;
    position: relative;
    /* custom 666oo */
  }
}
@media only screen and (min-width: 666px) {
  #logo {
    margin: 0 auto;
    position: absolute;
    top: 1em;
    right: 0;
    left: 0;
    /* custom 666w */
  }
}
@media only screen and (min-width: 1024px) {
  #logo {
    font-size: inherit;
    /* maxTab 1024w */
  }
}
#logo:after {
  width: 11.5em;
  height: 11.5em;
  border-radius: 50%;
  background-color: #ffffff;
  display: block;
  position: absolute;
  top: -2.75em;
  left: 50%;
  z-index: 1;
  transform: translate3d(-50%, 0, 0);
}
@media only screen and (max-width: 665px) {
  #logo:after {
    content: none;
    /* custom 666oo */
  }
}
@media only screen and (min-width: 666px) {
  #logo:after {
    content: '';
    /* custom 666w */
  }
}
#logo a {
  display: inline-block;
  vertical-align: top;
}
#logo svg {
  width: 6.45em;
  height: 7.05em;
  position: relative;
  z-index: 420;
}
#logo svg .divider {
  stroke: #8a80a6;
  stroke-width: 0.5;
}
#logo svg .location {
  stroke: #9b2f92;
  stroke-width: 0.5;
}
/* ===============================================
	socialmedia || aka social-icons
=============================================== */
.socialmedia {
  line-height: 0;
  text-align: center;
  height: auto;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 665px) {
  .socialmedia {
    width: 100%;
    display: block;
    position: absolute;
    top: calc(50% + 0.33em);
    right: 0;
    /* custom 666oo */
  }
}
@media only screen and (min-width: 666px) {
  .socialmedia {
    width: auto;
    display: inline-block;
    vertical-align: top;
    position: relative;
    float: right;
    clear: right;
    /* custom 666w */
  }
}
.socialmedia a {
  line-height: 2.58064516;
  font-size: 0.775em;
  color: #fff;
  height: 2.58064516em;
  width: 2.58064516em;
  border-radius: 50%;
  margin: 0 0.25806452em 0 0;
  background: #92278f;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: transform 0.33s ease-in-out, background-color 0.33s ease-in-out;
}
.socialmedia a:nth-last-of-type(1) {
  margin: 0;
}
.socialmedia a.facebook {
  background-color: #789d4a;
}
.socialmedia a.yelp {
  background-color: #c8942a;
}
.socialmedia a.google {
  background-color: #80749e;
}
.socialmedia a:hover {
  color: #fff;
  background: #662d91;
  z-index: 400;
  transform: translate3d(0, 0, 0) scale(1.44);
}
.socialmedia a .icon {
  position: relative;
}
/* ==================================================================
	slideshow
=================================================================== */
#slideshow {
  font-size: 2vw;
  text-align: center;
  color: #fff;
  min-height: 53.33333333vw;
  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 #home-slideshow {
  width: 100%;
  margin: 0;
  aspect-ratio: 2000 / 1120;
}
@media only screen and (max-width: 1023px) {
  #slideshow #home-slideshow {
    opacity: 0.8;
    /* midTab 1024oo */
  }
}
@media only screen and (min-width: 1024px) {
  #slideshow #home-slideshow {
    position: relative;
    /* maxTab 1024w */
  }
  #slideshow #home-slideshow .hpslide {
    max-width: none;
    width: 100%;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1999px) {
  #slideshow #home-slideshow {
    width: 2000px;
    margin: 0 calc(-1000px + 50vw);
    /* range 1300w - 1999oo */
  }
}
#slideshow .ssoverlay {
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  left: 0;
  z-index: 420;
}
#slideshow .ssoverlay .logo {
  width: 15.55em;
  height: 17.05em;
  margin: 0 auto 3.6em;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1299px) {
  #slideshow .ssoverlay .logo {
    display: none;
    /* desk 1300oo */
  }
}
@media only screen and (min-width: 1300px) {
  #slideshow .ssoverlay .logo {
    display: block;
    /* desk 1300w */
  }
}
#slideshow .ssoverlay .logo svg {
  width: 100%;
  height: 100%;
}
#slideshow .ssoverlay .logo svg path {
  fill: #fff;
}
#slideshow .ssoverlay .slogan {
  letter-spacing: 0.1em;
  line-height: 1.42857143;
  font-size: 1.4em;
  text-transform: uppercase;
  font-weight: 300;
}
#slideshow .ssoverlay .slogan .trait {
  font-weight: 600;
}
/* ==================================================================
	.spotlight
=================================================================== */
.spotlight {
  text-align: center;
  position: relative;
  z-index: 410;
}
.spotlight > div {
  position: relative;
}
/* ===============================================
	spot01
=============================================== */
.spot01 {
  padding: 3em 0;
  background: #ffffff no-repeat 50% 0;
  background-size: cover;
  border-top: 5em solid #fff;
  border-bottom: 2.5em solid #fff;
}
@media only screen and (min-width: 768px) {
  .spot01 {
    padding: 3em 0 4em;
    /* midTab 768w */
  }
}
@media only screen and (max-width: 1299px) {
  .spot01 {
    font-size: min(4vw, 1em);
    /* desk 1300oo */
  }
}
@media only screen and (min-width: 1300px) {
  .spot01 {
    background-attachment: fixed;
    /* desk 1300w */
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1999px) {
  .spot01 {
    background-size: auto auto;
    /* range 1300w - 1999oo */
  }
}
.spot01 .tshow {
  color: #fff;
  width: 96%;
  margin: 0 auto 1em;
}
@media only screen and (max-width: 767px) {
  .spot01 .tshow {
    max-width: 23em;
    display: block;
    /* midTab 768oo */
  }
}
@media only screen and (min-width: 768px) {
  .spot01 .tshow {
    max-width: 56em;
    display: flex;
    justify-content: space-between;
    /* midTab 768w */
  }
}
.spot01 .tshow > div {
  width: 23em;
  height: 23em;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.spot01 .tshow > div.slide1 {
  background-color: rgba(120, 157, 74, 0.9);
  border-radius: 11.5em 11.5em 11.5em 0;
}
@media only screen and (min-width: 768px) {
  .spot01 .tshow > div.slide1 {
    margin-top: 5em;
    /* midTab 768w */
  }
}
.spot01 .tshow > div.slide2 {
  background-color: rgba(200, 148, 42, 0.9);
  border-radius: 11.5em 11.5em 0 11.5em;
}
.spot01 .tshow > div .info {
  width: 71.30434783%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  left: 0;
  right: 0;
}
.spot01 .testimony {
  line-height: 1.38888889;
  font-size: 0.9em;
  font-style: italic;
  margin-bottom: 1.44444444em;
  display: block;
}
.spot01 .testifier {
  line-height: 1.5625;
  font-size: 0.8em;
  font-weight: 600;
  display: block;
}
.spot01 .links {
  width: 100%;
  display: block;
}
.spot01 .spotbtn {
  letter-spacing: 0.025em;
  line-height: 4.28571429;
  font-size: 0.7em;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  width: 16.21428571em;
  height: 4.28571429em;
  border-radius: 2.14285714em;
  display: inline-block;
  vertical-align: top;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out, background-color 0.33s ease-in-out;
}
.spot01 .spotbtn[class]:hover {
  background-color: rgba(128, 116, 158, 0.9);
  opacity: 0.8;
  transform: translate3d(0, 0, 0) scale(1.23);
}
.spot01 .spotbtn.read {
  background-color: #662d91;
  margin-right: 0.71428571em;
}
.spot01 .spotbtn.leave {
  background-color: #92278f;
}
/* ===============================================
	spot02
=============================================== */
.spot02 {
  color: #fff;
  background-color: #80749e;
}
@media only screen and (max-width: 665px) {
  .spot02 {
    font-size: min(4vw, 1em);
    padding: 0 0 3em;
    /* custom opt-out 665oo */
  }
}
@media only screen and (min-width: 666px) {
  .spot02 {
    font-size: min(1.6vw, 1em);
    /* custom 666w */
  }
}
@media only screen and (min-width: 1300px) {
  .spot02 {
    font-size: inherit;
    /* desk 1300w */
  }
}
.spot02.ready .signature path {
  stroke-dashoffset: 2133;
  transition-duration: 0s;
  transition-timing-function: linear;
}
.spot02:before {
  content: '';
  width: 100%;
  height: auto;
  border-top: 2.5em solid #fff;
  border-bottom: 2.5em solid #fff;
  display: block;
  position: absolute;
  top: -1px;
  bottom: -1em;
  left: 0;
  z-index: 2;
}
.spot02 .decoration {
  width: 50%;
  max-width: 21em;
  border-radius: 5em 0 5em 0;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  z-index: 410;
  box-shadow: 0 0.5em 2em rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 665px) {
  .spot02 .decoration {
    font-size: min(2vw, 1em);
    margin: 0 0 1em;
    /* custom opt-out 666oo */
  }
}
@media only screen and (min-width: 666px) {
  .spot02 .decoration {
    margin: 0 4.1em 0 0;
    /* custom 666w */
  }
}
.spot02 .decoration img {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
}
.spot02 .decoration div {
  letter-spacing: 0.025em;
  line-height: 4;
  font-size: 1em;
  text-transform: uppercase;
  color: #fff;
  background-color: rgba(102, 45, 145, 0.9);
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.spot02 .mod {
  width: 96%;
  max-width: 35em;
  padding: 2em 0;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 400;
}
@media only screen and (min-width: 666px) {
  .spot02 .mod {
    text-align: left;
    padding: 0;
    /* custom 666w */
  }
}
.spot02 h2.topic {
  letter-spacing: 0.05em;
  line-height: 1;
  font-size: 2em;
  text-transform: uppercase;
  margin-bottom: 0.925em;
  display: block;
}
.spot02 .info {
  line-height: 1.5625;
  font-size: 0.8em;
  margin-bottom: 1.5em;
  display: block;
}
.spot02 .signature {
  width: 15.55em;
  height: 3.2em;
  display: block;
}
@media only screen and (max-width: 665px) {
  .spot02 .signature {
    margin: 0 auto 1.7em;
    /* custom 666oo */
  }
}
@media only screen and (min-width: 666px) {
  .spot02 .signature {
    margin: 0 0 1.7em auto;
    /* custom 666w */
  }
}
.spot02 .signature path {
  transition: all 2.33s ease-in;
}
.spot02 .spotlink {
  letter-spacing: 0.1em;
  line-height: 2.5;
  font-size: 0.6em;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: transform 0.33s ease-in-out, color 0.33s ease-in-out;
}
.spot02 .spotlink:hover {
  color: #80749e;
}
.spot02 .spotlink:hover:after {
  height: 100%;
  transform: translate3d(0, 0, 0) scaleX(1.1);
}
.spot02 .spotlink:after {
  content: '';
  height: 1px;
  background-color: #ffffff;
  opacity: 0.3;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  transform: translate3d(0, 0, 0) scaleX(1);
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out, height 0.33s ease-in-out;
}
@media only screen and (max-width: 665px) {
  .spot02 .spotlink:after {
    width: 100%;
    /* custom 666oo */
  }
}
@media only screen and (min-width: 666px) {
  .spot02 .spotlink:after {
    width: 40em;
    /* custom 666w */
  }
}
/* ==================================================================
	hero
=================================================================== */
.hero {
  width: 100%;
  max-width: none;
  display: block;
}
@media only screen and (min-width: 1300px) and (max-width: 1999px) {
  .hero {
    width: 2000px;
    margin: 0 calc(-1000px + 50vw);
    /* range 1300w - 1999oo */
  }
}
/* ==================================================================
	content || aka .interior-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 {
  border-top: 0.75em solid #80749e;
}
@media only screen and (min-width: 768px) {
  #bd.sub {
    background: #ffffff url(../images/bd.jpg) no-repeat 50% 0;
    background-size: 128em auto;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 2000px) {
  #bd.sub {
    background-size: 130% auto;
    /* custom 2000w */
  }
}
#bd .container {
  max-width: 60em;
}
#content {
  display: block;
}
@media only screen and (min-width: 768px) {
  #content {
    max-width: 42em;
    width: 70%;
    float: left;
    /* midTab 768w */
  }
}
#content .content-text {
  line-height: 1.66666667;
}
@media only screen and (min-width: 1300px) {
  #content .content-text {
    font-size: 0.9em;
    /* desk 1300w */
  }
}
/* ==================================================================
	.home content || aka #home-content
=================================================================== */
.home #bd {
  padding: 3em 0;
  /* spot00 | special spotlight */
}
@media only screen and (min-width: 768px) {
  .home #bd {
    padding: 4.65em 0 6em;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 1300px) {
  .home #bd {
    min-height: 60em;
    /* desk 1300w */
  }
}
.home #bd .container {
  max-width: 60em;
}
@media only screen and (min-width: 768px) {
  .home #bd #content {
    width: 100%;
    float: none;
    margin-left: auto;
    margin-right: auto;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 1300px) {
  .home #bd #content {
    max-width: 40.9em;
    margin-left: 0;
    /* desk 1300w */
  }
}
.home #bd .spot00 {
  text-align: center;
  margin: 0;
  z-index: 410;
}
@media only screen and (max-width: 479px) {
  .home #bd .spot00 {
    font-size: 3vw;
    /* mintab opt-out 480oo */
  }
}
@media only screen and (min-width: 480px) {
  .home #bd .spot00 {
    font-size: 1.9vw;
    /* mintab 480w */
  }
}
@media only screen and (max-width: 1299px) {
  .home #bd .spot00 {
    width: 100%;
    padding: 2em 0;
    position: relative;
    /* desk 1300oo */
  }
}
@media only screen and (min-width: 1300px) {
  .home #bd .spot00 {
    font-size: inherit;
    width: 15em;
    margin-left: 15em;
    position: absolute;
    top: 4.5em;
    left: 50%;
    /* desk 1300w */
  }
}
.home #bd .spot00 a {
  width: 15em;
  padding: 0;
  background-color: currentcolor;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: transform 0.33s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .home #bd .spot00 a {
    margin: 2%;
    /* midTab opt-out 768oo */
  }
}
@media only screen and (min-width: 768px) {
  .home #bd .spot00 a {
    margin: 0 1em;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 1300px) {
  .home #bd .spot00 a {
    margin: 0;
    display: block;
    /* desk 1300w */
  }
  .home #bd .spot00 a:nth-child(2) {
    margin: 1em 0;
  }
}
.home #bd .spot00 a:nth-child(1) {
  color: #80749e;
}
.home #bd .spot00 a:nth-child(2) {
  color: #92278f;
}
.home #bd .spot00 a:nth-child(3) {
  color: #662d91;
}
.home #bd .spot00 a:hover {
  z-index: 400;
}
.home #bd .spot00 a:hover .decoration {
  -webkit-filter: grayscale(1);
  filter: grayscale(100%);
  opacity: 0.4;
}
.home #bd .spot00 a .decoration {
  width: 100%;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out, -webkit-filter 0.33s ease-in-out, filter 0.33s ease-in-out;
}
.home #bd .spot00 a h2.topic {
  letter-spacing: 0.025em;
  line-height: 3.75;
  font-size: 0.8em;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  width: 100%;
  display: block;
}
/* ==================================================================
	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: #662d91;
  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: 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 */
}
/* 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;
}
  .int-vids {
    width: 100%;
  }
/* ==================================================================
	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.27777778em;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  color: #662d91;
  transition-duration: 0s;
}
.sitemap #content ul ul li a {
  line-height: 1.95;
  font-size: 1.11111111em;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  color: #662d91;
  margin-left: 0;
  /*to increase space adjust [body.sitemap #bd ul ul li] below*/
}
.sitemap #content a:hover {
  text-decoration: none;
  color: #80749e;
}
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: 25%;
    margin: 0 0 1em;
    float: right;
    clear: right;
    display: flex;
    flex-direction: column;
    /* midTab 768w */
  }
}
/* ===============================================
	sitepics
=============================================== */
#hide-stock {
  position: relative;
  width: 100%;
  max-width: 15em;
  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 */
  }
}
.stock {
  width: 100%;
  position: relative;
}
/* ===============================================
	show doctor image on all devices
=============================================== */
/*.home,*/
/*body[class^='meet-the-'], body[class^='meet-our-'],*/
.meet-the-doctor #hide-stock,
body[class^='meet-dr-'] #hide-stock,
body[class^='meet-doctor-'] #hide-stock {
  display: block;
}
body[class~='blog'] #hide-stock {
  display: none;
}
/* ==================================================================
	SUBNAV || aka subnav-outer || aka ipSub || SIDE ORIENTED
=================================================================== */
#subnav {
  color: #fff;
  margin: 0 0 6%;
  background: #662d91;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  #subnav {
    text-align: center;
    padding: 0 0 1em;
    /* midTab opt-out 767oo */
  }
}
@media only screen and (min-width: 768px) {
  #subnav {
    text-align: left;
    padding: 0 0 1em;
    order: 2;
    /* midTab 768w */
  }
}
#subnav h2.topic {
  line-height: 3.5;
  font-size: 1em;
  text-align: inherit;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  height: 3.5em;
  width: 100%;
  margin: 0 auto 1em;
  padding: 0 1.5em;
  background-color: #92278f;
  display: block;
  position: relative;
  z-index: 400;
}
#subnav p {
  line-height: 1.33333333;
  font-size: 0.6em;
  text-transform: uppercase;
  width: 100%;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
}
@media only screen and (max-width: 767px) {
  #subnav p {
    padding: 0 10%;
    /* midTab 768oo */
  }
}
@media only screen and (min-width: 768px) {
  #subnav p {
    /* midTab 768w */
  }
}
#subnav a {
  color: #fff;
  margin: 0.2em;
  padding: 0.58333333em 0.8em;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media only screen and (min-width: 768px) {
  #subnav a {
    width: 100%;
    float: left;
    clear: left;
    margin: 0.2em 0;
    padding: 0.58333333em 2.5em;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 1300px) {
  #subnav a {
    margin: 0;
    /* desk 1300w */
  }
}
#subnav a:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #80749e;
  display: block;
  z-index: -1;
  transition: transform 0.33s ease-in-out;
  transform: translate3d(0, 0, 0) scaleY(0);
}
#subnav a:hover,
#subnav a.active {
  color: #fff;
  text-decoration: none;
}
#subnav a:hover:after,
#subnav a.active:after {
  transform: translate3d(0, 0, 0) scaleY(1);
}
/* END SIDEBAR - */
/* ==================================================================
	.spotlight
=================================================================== */
.spotlight.bottom {
  border-bottom: 5em solid #fff;
}
/* ===============================================
	spot03
=============================================== */
.spot03 {
  text-align: center;
  padding: 2em 0;
  margin: 0;
  background: #e6e6e6;
  border-bottom: 5em solid #fff;
  position: relative;
  z-index: 410;
}
@media only screen and (max-width: 479px) {
  .spot03 {
    font-size: 2.4vw;
    /* mintab opt-out 480oo */
  }
}
@media only screen and (min-width: 480px) {
  .spot03 {
    font-size: 1.5vw;
    /* mintab 480w */
  }
}
@media only screen and (min-width: 979px) {
  .spot03 {
    font-size: inherit;
    padding: 5em 0 4.5em;
    /* custom 979w */
  }
}
.spot03 a {
  width: 18.5em;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: color 0.33s ease-in-out, transform 0.33s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .spot03 a {
    margin: 2%;
    /* midTab opt-out 768oo */
  }
}
@media only screen and (min-width: 768px) {
  .spot03 a {
    margin: 0 1.125em;
    /* midTab 768w */
  }
}
.spot03 a:nth-child(1) {
  color: #789d4a;
}
.spot03 a:nth-child(2) {
  color: #80749e;
}
.spot03 a:nth-child(3) {
  color: #c8942a;
}
.spot03 a:hover {
  color: #92278f;
  z-index: 400;
}
.spot03 a:hover h2.topic {
  transform: translate3d(0, 0, 0) rotate3d(-1, 1, 0, 180deg);
  opacity: 0;
  transition-duration: 0.33s, 0.42s;
  transition-delay: 0s, 0.15s;
}
.spot03 a:hover h2.topic:before,
.spot03 a:hover h2.topic .cta {
  opacity: 0;
  transition-duration: 0.15s;
}
.spot03 a:hover h3.topic {
  color: #fff;
  transform: translate3d(-50%, 50%, 0);
  transition-timing-function: cubic-bezier(0.36, 0, 0.66, -2);
  transition-duration: 0.42s;
}
.spot03 a:hover .mark {
  transform: translate3d(100%, -100%, 0);
  opacity: 0;
  transition-timing-function: cubic-bezier(0.36, 0, 0.66, -2);
  transition-duration: 0.42s;
}
.spot03 a:hover .decoration {
  transform: translate3d(-50%, -50%, 0) rotateY(180deg);
}
.spot03 a:hover .decoration img {
  -webkit-filter: grayscale(1);
  filter: grayscale(100%);
  opacity: 0.25;
}
.spot03 a h2.topic {
  line-height: 1.6;
  font-size: 5em;
  font-weight: 100;
  width: 1.6em;
  height: 1.6em;
  border-radius: 0.8em 0.8em 0 0.8em;
  background-color: currentcolor;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  transform: translate3d(0, 0, 0) rotate3d(1, 1, 0, 0deg);
  transform-style: preserve-3d;
  transform-origin: 75% 75%;
}
.spot03 a h2.topic:before {
  content: 'step';
  letter-spacing: 0.05em;
  line-height: 8;
  font-size: 0.2em;
  color: #fff;
  margin-right: 0.65em;
  display: inline-block;
  vertical-align: middle;
  transition: opacity 0.33s ease-in-out;
}
.spot03 a h2.topic .cta {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  transition: opacity 0.33s ease-in-out;
}
.spot03 a h3.topic {
  line-height: 1.25;
  font-size: 1.2em;
  text-align: center;
  font-weight: 400;
  color: #333;
  width: 8.75em;
  height: 6.66666667em;
  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 a h3.topic .cta {
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  left: 0;
}
.spot03 a .mark {
  width: 3.35em;
  height: 3em;
  display: block;
  position: absolute;
  bottom: 4em;
  left: 2.35em;
  z-index: 1;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
}
.spot03 a .decoration {
  width: 10.5em;
  border-radius: 0 0 3em 0;
  margin: 0 0 0 auto;
  background-color: currentcolor;
  display: block;
  position: relative;
  z-index: 400;
  transform: translate3d(0, 0, 0) rotateY(0deg);
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
}
.spot03 a .decoration img {
  width: 100%;
  display: block;
  border-radius: 0 0 3em 0;
  border-right: 0.5em solid currentcolor;
  border-bottom: 0.5em solid currentcolor;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out, -webkit-filter 0.33s ease-in-out, filter 0.33s ease-in-out;
}
/* ===============================================
	spot04
=============================================== */
.spot04 {
  text-align: center;
  margin: 0;
  background: #848146 no-repeat center center;
  background-size: cover;
  position: relative;
  z-index: 410;
}
@media only screen and (max-width: 479px) {
  .spot04 {
    font-size: 3.2vw;
    padding: 2em 0;
    /* mintab opt-out 480oo */
  }
}
@media only screen and (min-width: 480px) {
  .spot04 {
    font-size: 1.7vw;
    padding: 8.575em 0;
    /* mintab 480w */
  }
}
@media only screen and (min-width: 979px) {
  .spot04 {
    font-size: inherit;
    /* custom 979w */
  }
}
@media only screen and (min-width: 1300px) {
  .spot04 {
    background-position: 50% 0;
    background-attachment: fixed;
    /* desk 1300w */
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1999px) {
  .spot04 {
    background-size: auto auto;
    /* range 1300w - 1999oo */
  }
}
@media only screen and (min-width: 2000px) {
  .spot04 {
    background-size: 130% auto;
    /* custom 2000w */
  }
}
.spot04 a {
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: transform 0.33s ease-in-out;
}
@media only screen and (max-width: 479px) {
  .spot04 a {
    width: 44%;
    margin: 2%;
    /* mintab 480oo */
  }
}
@media only screen and (min-width: 480px) {
  .spot04 a {
    width: 24%;
    max-width: 15em;
    margin: 0;
    /* mintab 480w */
  }
}
.spot04 a:nth-child(1) {
  color: #662d91;
}
.spot04 a:nth-child(2) {
  color: #c8942a;
}
.spot04 a:nth-child(3) {
  color: #92278f;
}
.spot04 a:nth-child(4) {
  color: #789d4a;
}
.spot04 a:hover {
  z-index: 400;
}
.spot04 a:hover .icon {
  transform: translate3d(0, 50%, 0) scale(1.23);
  background-color: rgba(128, 116, 158, 0.66);
  box-shadow: 0 0.7em 1.4em rgba(0, 0, 0, 0.25), 0 0.5em 0.5em rgba(0, 0, 0, 0.22);
  transition-timing-function: ease, ease, ease, cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: 0.33s;
}
.spot04 a:hover .icon path {
  transform: translate3d(0, 0, 0) rotateY(180deg) scale(0.5);
  opacity: 0;
}
.spot04 a:hover h2.topic {
  transform: translate3d(0, -106%, 0);
}
.spot04 a .icon {
  width: 8em;
  height: 8em;
  border-radius: 50%;
  margin: 0 auto 1.9em;
  background-color: currentcolor;
  box-shadow: 0 0.5em 1.5em rgba(0, 0, 0, 0.4);
  display: block;
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 1px) scale(1);
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out, background-color 0.33s ease-in-out, box-shadow 0.99s ease-in-out;
}
.spot04 a .icon svg {
  width: 100%;
  height: 100%;
}
.spot04 a .icon path {
  fill: #fff;
  transform: translate3d(0, 0, 0) rotateY(0deg) scale(1);
  transform-origin: 50% 50%;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
}
.spot04 a h2.topic {
  letter-spacing: 0.05em;
  line-height: 1.36363636;
  font-size: 1.1em;
  text-transform: uppercase;
  color: #fff;
  display: block;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
}
.spot04 a h2.topic.special {
  line-height: 2.72727273;
}
.spot04 a h2.topic .trait {
  text-transform: lowercase;
}
/* ==================================================================
	#ft
=================================================================== */
#ft {
  text-align: center;
  color: #662d91;
  width: 100%;
  padding: 0;
  background: #cccccc no-repeat center center;
  background-size: cover;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media only screen and (min-width: 768px) {
  #ft {
    font-size: min(1.7vw, 1em);
    /* midTab 768w */
  }
}
@media only screen and (min-width: 1300px) {
  #ft {
    font-size: inherit;
    background-size: auto 100%;
    /* desk 1300w */
  }
}
#ft a {
  color: #662d91;
  transition: color 0.33s ease-in-out;
}
#ft a:hover {
  color: #c8942a;
}
/* ===============================================
		locations || aka ft-location
=============================================== */
#location {
  width: 100%;
  padding: 3em 0;
  background-color: rgba(230, 230, 230, 0.9);
  display: block;
}
@media only screen and (min-width: 768px) {
  #location {
    text-align: right;
    width: 50%;
    height: 32em;
    margin-left: 50%;
    padding: 4.5em 0 0;
    background-color: #e6e6e6;
    /* midTab 768w */
  }
}
#location .mod {
  text-align: center;
  width: 100%;
  max-width: 50em;
  display: block;
}
@media only screen and (max-width: 767px) {
  #location .mod {
    margin: 0 auto;
    /* midTab opt-out 768oo */
  }
}
@media only screen and (min-width: 768px) {
  #location .mod {
    margin: 0 auto 0 0;
    /* midTab 768w */
  }
}
#location .logo {
  line-height: 0;
  text-align: center;
  margin: 0 auto 1.5em;
  display: block;
}
#location .logo svg {
  width: 9.2em;
  height: 10em;
}
#location .address {
  line-height: 1.25;
  font-size: 0.8em;
  margin: 0 auto;
  display: block;
}
@media only screen and (max-width: 479px) {
  #location .address {
    /* mintab 480oo */
  }
  #location .address .opp {
    display: block;
    margin-bottom: 1em;
  }
}
@media only screen and (min-width: 480px) {
  #location .address {
    /* mintab 480w */
  }
}
#location .address .marker {
  line-height: 1;
  font-size: 4.125em;
  color: #92278f;
  margin-right: 7.2em;
  position: absolute;
  right: 50%;
  top: 4.3em;
  z-index: 400;
  transition: transform 0.33s ease-in-out;
  transform-origin: 50% 110%;
}
@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;
  content: '\f041';
}
#location .address .marker:after {
  content: '';
  width: 0.21212121em;
  height: 0.60606061em;
  margin: 0 auto;
  background: url(../images/footer/plus.svg) no-repeat center center;
  right: 0;
  bottom: -0.08em;
  left: 0;
  z-index: -1;
  background-size: cover;
  position: absolute;
  pointer-events: none;
}
#location .address:hover .marker {
  transform: translate3d(0, 0, 0) scale(2);
}
#location .phone {
  line-height: 1.13636364;
  font-size: 1.1em;
  font-weight: 600;
  display: block;
}
#location .officehours {
  display: block;
}
#location .officehours:before {
  content: '';
  width: 3em;
  height: 1px;
  margin: 1.5em auto;
  background-color: #80749e;
  display: block;
}
#location .officehours h2.topic {
  line-height: 1;
  font-size: 0.8em;
  text-transform: uppercase;
  margin-bottom: 0.78125em;
  display: block;
}
#location .officehours .days,
#location .officehours .hours {
  line-height: 1.42857143;
  font-size: 0.7em;
  display: block;
}
#location .officehours .days {
  font-weight: 600;
}
#location .officehours .hours.bott {
  margin-bottom: 0.71428571em;
}
/* ==================================================================
	association logos 
=================================================================== */
.associationlogos {
  text-align: center;
  padding: 3em 0 5em;
  background: #fff;
  position: relative;
}
@media only screen and (max-width: 665px) {
  .associationlogos {
    font-size: 3.5vw;
    /* custom 666oo */
  }
}
@media only screen and (min-width: 666px) {
  .associationlogos {
    font-size: min(2vw, 1em);
    /* custom 666w */
  }
}
@media only screen and (min-width: 1024px) {
  .associationlogos {
    font-size: inherit;
    /* maxTab 1024w */
  }
}
.associationlogos a {
  margin: 2%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  transition: opacity 0.33s ease-in-out, transform 0.33s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .associationlogos a {
    margin: 0 1em;
    /* midTab 768w */
  }
}
.associationlogos a:hover {
  transform: scale(0.88);
  opacity: 0.5;
}
.associationlogos a.ada {
  width: 4.25em;
  height: 3.85em;
}
.associationlogos a.cda {
  width: 4em;
  height: 4em;
}
.associationlogos a.invisalign {
  width: 11.15em;
  height: 2.7em;
}
.associationlogos a.mpds {
  width: 14.4em;
  height: 2.15em;
}
.associationlogos a img,
.associationlogos a svg {
  width: 100%;
  height: 100%;
  display: block;
}
/* ==================================================================
		#links || aka ft-design-credit
=================================================================== */
#links {
  text-align: center;
  color: #fff;
  padding: 2em 0;
  margin: 0;
  background-color: #fff;
  position: relative;
}
@media only screen and (min-width: 768px) {
  #links {
    height: 8em;
    padding: 3em 0 0;
    /* midTab 768w  */
  }
}
#links .bg {
  width: 100em;
  height: 8em;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  transform: translate3d(-50%, 0, 0);
  pointer-events: none;
}
#links .container {
  max-width: 60em;
  z-index: 420;
}
#links .util {
  letter-spacing: 0.05em;
  line-height: 3.07692308;
  font-size: 0.65em;
  margin-bottom: 2em;
}
@media only screen and (min-width: 480px) {
  #links .util {
    width: auto;
    margin: 0;
    float: left;
    /* mintab 480w */
  }
}
#links .util a {
  color: #fff;
  transition: color 0.33s ease-in-out;
}
#links .util a:hover {
  color: #303f1e;
}
#links .util a,
#links .util .divider {
  display: inline-block;
}
#links .util .divider {
  margin: 0 0.6em;
}
/* ===============================================
		sesame link
=============================================== */
a#sesame-link .sesameicon {
  width: 1.46153846em;
  height: 1.23076923em;
  margin-right: 0.69230769em;
  display: inline-block;
  vertical-align: middle;
}
a#sesame-link .sesameicon path {
  transition: fill 0.33s ease-in-out;
}
a#sesame-link .sesameicon path.top {
  fill: #D6E03D;
}
a#sesame-link .sesameicon path.bottom {
  fill: #00a5e3;
}
a#sesame-link:hover .sesameicon path {
  fill: currentcolor;
}
/* ===============================================
	backToTop
=============================================== */
#btt {
  text-align: center;
  width: 100%;
  margin: 0;
  display: block;
  position: relative;
}
@media only screen and (min-width: 480px) {
  #btt {
    width: auto;
    float: right;
    /* mintab 480w */
  }
}
a#backtotop {
  line-height: 2.5;
  font-size: 0.8em;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  transition: color 0.33s ease-in-out;
}
a#backtotop:hover {
  color: #303f1e;
}
a#backtotop:hover .icon {
  color: #789d4a;
  background-color: #303f1e;
  transform: translate3d(0, 0, 0) scale(1.23);
}
a#backtotop .icon {
  line-height: 2.5;
  font-size: 1em;
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%;
  margin-left: 0.5625em;
  background-color: #662d91;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out, color 0.33s ease-in-out, background-color 0.33s ease-in-out;
}
a#backtotop .cta {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
/*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: #662d91;
}
/* ===============================================
	Form Buttons
=============================================== */
form button {
  letter-spacing: normal;
  font-weight: 400;
  text-transform: uppercase;
  font-size: small;
  color: #fff;
  height: 38px;
  padding: 0 1.5em;
  background-color: #662d91;
  border: 1px solid #662d91;
  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: #80749e;
  background-color: #80749e;
}
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: 3.25em;
    margin-top: 1.25em;
    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: 3.25em;
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    background: none;
    position: static;
    float: none;
  }
  #main-nav ul li {
    height: 100%;
    margin: 0 1.175em 0 0;
    background: none;
    position: relative;
    vertical-align: top;
    float: none;
    clear: none;
  }
  #main-nav ul li.procedures {
    margin-right: 27em;
  }
  #main-nav ul li.contact,
  #main-nav ul li.contact-us {
    margin-right: 0;
    padding-right: 0;
  }
  #main-nav ul li a[id] {
    line-height: 2.85714286;
    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;
    position: absolute;
    display: none;
  }
  #main-nav ul ul li {
    width: 100%;
    height: 1.4em;
    margin: 0;
    padding: 0;
    opacity: 1;
    float: left;
  }
  #main-nav ul ul li a {
    line-height: 2.33333333;
    text-align: left;
    white-space: nowrap;
    height: 2.33333333em;
    width: 100%;
    padding: 0 2.33333333em;
    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;
  }
}
