/* ===============================================
	.less VERSION 2.1
	
	lepley-casey2
	Written by: Vita Stillion
		
	Sesame Communications - (c) 2022
	All rights reserved.
	Any reproduction or intentional misuse is strictly prohibited
	
=============================================== */

/* ===============================================
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;
}

/* ===============================================
	body 
=============================================== */
body,
input,
select,
textarea,
form button {
  font-family: 'Jost', sans-serif;
}
body {
  font-size: 15px;
  color: #2e2c2d;
  background: #fbf9f7;
  overflow: hidden;
}
@media only screen and (min-width: 81.25em) {
  body {
    font-size: 20px;
    /* desk 1300w */
  }
}
/* ===============================================
	links 
=============================================== */
a {
  text-decoration: none;
}
#content a {
  color: #339283;
  text-decoration: underline;
  transition: color 0.33s ease-in-out;
}
#content a:hover {
  text-decoration: underline;
  color: #2e2c2d;
}
.home #content a {
  text-decoration: none;
}
.home #content a:hover {
  text-decoration: none;
}
/* ===============================================
	h family || hfam 
=============================================== */
h1,
h2:not(.topic),
h3:not(.topic),
h4,
h5,
h6 {
  font-family: 'DM Serif Display', serif;
  line-height: 1;
  text-align: left;
  color: #2e2c2d;
  margin: 0 0 0.8em;
  text-rendering: auto;
}
h1 {
  font-size: 10vw;
  font-weight: 400;
  margin-bottom: 0.6em;
}
@media only screen and (min-width: 30em) {
  h1 {
    font-size: 3em;
    /* mintab 480w */
  }
}
h1:after {
  content: '';
  width: 1.21666667em;
  height: 0.06666667em;
  margin: 0.4em 0 0;
  background: #71c4b7;
  display: block;
}
.home h1 {
  color: #ffffff;
  margin-bottom: 0.4em;
}
@media only screen and (min-width: 30em) {
  .home h1 {
    font-size: 2.25em;
    /* mintab 480w */
  }
}
.home h1:after {
  width: 1.33333333em;
  height: 0.08888889em;
  margin: 0.65em 0 0;
  background: #cec9c3;
}
.home h1 .trait {
  display: block;
}
.home h1 .trait.top {
  display: block;
}
h2:not(.topic) {
  font-size: 1.57894737em;
}
h3:not(.topic) {
  font-size: 1.31578947em;
}
h4 {
  font-style: italic;
  font-size: 1.26315789em;
}
h5 {
  font-size: 1.15789474em;
}
h6 {
  font-size: 1.05263158em;
}
/* ===============================================
	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 0 1em;
  background-color: #fff;
  position: relative;
  z-index: 3000;
}
@media only screen and (min-width: 41.625em) {
  #masthead {
    padding: 0;
    /* custom 666w */
  }
}
@media only screen and (min-width: 64em) {
  #masthead {
    font-size: 1.1em;
    width: 100%;
    /* maxTab 1024w */
  }
}
@media only screen and (min-width: 81.25em) {
  #masthead {
    font-size: inherit;
    position: fixed;
    top: 0;
    z-index: 3000;
    /* desk 1300w */
  }
  #masthead.ready .mod {
    transform: translate3d(13em, 0, 0);
  }
}
#masthead .container {
  width: 100%;
  max-width: none;
}
@media only screen and (min-width: 64em) {
  #masthead .container {
    max-width: 60em;
    /* maxTab 1024w */
  }
}
#masthead .mod {
  line-height: 0;
}
@media only screen and (min-width: 48em) and (max-width: 63.9375em) {
  #masthead .mod {
    font-size: min(1.8vw, 1em);
    /* range 768w - 1024oo */
  }
}
@media only screen and (min-width: 768px) {
  #masthead .mod {
    width: auto;
    padding: 0 0 0 1.1em;
    display: inline-block;
    vertical-align: top;
    position: relative;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 64em) {
  #masthead .mod {
    padding: 0 0 0 1.7em;
    /* midTab 1024w */
  }
}
@media only screen and (min-width: 81.25em) {
  #masthead .mod {
    transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
    /* desk 1300w */
  }
}
/* ==================================================================
	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(51, 146, 131, 0.4);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 600;
  clear: both;
  background: #bcb9b5;
}
#main-nav .container {
  height: 100%;
  padding: 0;
}
#main-nav .trigger {
  line-height: 43px;
  color: #339283;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  position: relative;
  z-index: 600;
  transition: color 0.33s ease-in-out;
}
#main-nav .trigger .navicon {
  width: 12px;
  height: 8px;
  position: relative;
  display: inline-block;
  top: -0.2em;
}
#main-nav .trigger .navicon span {
  height: 2px;
  width: 100%;
  background: currentcolor;
  display: block;
  position: absolute;
  left: 0;
  opacity: 1;
  transform: rotate(0deg);
  transition: width 0.3s ease, top 0.3s ease, left 0.3s ease, transform 0.3s ease;
}
#main-nav .trigger .navicon span:nth-child(1) {
  top: 0px;
}
#main-nav .trigger .navicon span:nth-child(2),
#main-nav .trigger .navicon span:nth-child(3) {
  top: 50%;
}
#main-nav .trigger .navicon span:nth-child(4) {
  top: 100%;
}
#main-nav .trigger:hover {
  color: #339283;
}
#main-nav .trigger:hover .navicon span {
  /* background:@color1; */
}
#main-nav .open .trigger {
  color: #2e2c2d;
}
#main-nav .open .trigger .navicon span:nth-child(1),
#main-nav .open .trigger .navicon span:nth-child(4) {
  width: 0;
  top: 50%;
  left: 50%;
}
#main-nav .open .trigger .navicon span:nth-child(2) {
  transform: rotate(45deg);
}
#main-nav .open .trigger .navicon span:nth-child(3) {
  transform: rotate(-45deg);
}
#main-nav ul {
  width: 100vw;
  margin: -43px 0 0;
  padding: 2em 0;
  background-color: rgba(188, 185, 181, 0.9);
  background-image: -moz-linear-gradient(top, rgba(188, 185, 181, 0) 0%, rgba(188, 185, 181, 0.99) 100%);
  background-image: -webkit-linear-gradient(top, rgba(188, 185, 181, 0) 0%, rgba(188, 185, 181, 0.99) 100%);
  background-image: linear-gradient(to bottom, rgba(188, 185, 181, 0) 0%, rgba(188, 185, 181, 0.99) 100%);
  position: relative;
  float: right;
  z-index: 550;
}
#main-nav ul li {
  clear: both;
}
#main-nav ul li a[id] {
  font-weight: 500;
  line-height: 2.5;
  font-size: 0.8em;
  text-transform: uppercase;
  color: #fff;
  width: 100%;
  height: 2.5em;
  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: 100%;
  background-color: #60beaf;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  transform: scaleX(0);
  opacity: 0;
  z-index: -2;
}
#main-nav ul li.open > a[id],
#main-nav ul li.active > a[id],
#main-nav ul li:hover > a[id] {
  color: #ffffff;
  text-decoration: none;
  transition-duration: 0.15s;
}
#main-nav ul li.open > a[id]:after,
#main-nav ul li.active > a[id]:after,
#main-nav ul li:hover > a[id]:after {
  transition-duration: 0.15s;
  transform: scaleX(1);
  opacity: 1;
}
#main-nav ul ul {
  width: 100%;
  margin: 0;
  padding: 0;
  float: left;
  background: rgba(96, 190, 175, 0.89);
  display: inline;
}
#main-nav ul ul li {
  width: 100%;
  float: left;
  background: none;
}
#main-nav ul ul li a {
  line-height: 3.07692308;
  font-size: 0.65em;
  color: #fff;
  width: 100%;
  height: 3.07692308em;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
#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: #268475;
  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: right;
  color: #339283;
  padding: 0;
  position: relative;
}
@media only screen and (min-width: 41.625em) {
  #hd {
    text-align: right;
    /* custom 666w */
  }
}
@media only screen and (min-width: 64em) {
  #hd {
    z-index: 3000;
    /* maxTab 1024w */
  }
}
@media only screen and (max-width: 41.5625em) {
  #hd .container {
    padding: 0 2%;
    /* custom 666oo */
  }
}
@media only screen and (min-width: 41.625em) and (max-width: 63.9375em) {
  #hd .container {
    padding: 0.4em 50px 0.4em 2%;
    /* range 666w - 1024oo */
  }
}
@media only screen and (min-width: 64em) {
  #hd .container {
    padding: 0.75em 0;
    /* midTab 1024w */
  }
}
#hd .cobest {
  width: 8.05em;
}
@media only screen and (max-width: 41.5625em) {
  #hd .cobest {
    display: block;
    position: absolute;
    top: 0.2em;
    right: 50px;
    /* custom 666oo */
  }
}
@media only screen and (min-width: 41.625em) and (max-width: 47.9375em) {
  #hd .cobest {
    display: inline-block;
    vertical-align: top;
    /* range 666w - 768oo */
  }
}
@media only screen and (min-width: 48em) {
  #hd .cobest {
    display: block;
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    right: 100%;
    /* midTab 768w */
  }
}
/* ===============================================
	logo
=============================================== */
#logo {
  line-height: 0;
  font-size: 0.5em;
  width: 12em;
  margin: 0.5em auto 1.5em 2%;
  display: block;
  position: relative;
}
@media only screen and (min-width: 41.625em) {
  #logo {
    position: absolute;
    top: 0;
    left: 2%;
    /* custom 666w */
  }
}
@media only screen and (min-width: 64em) {
  #logo {
    font-size: inherit;
    margin: 0;
    left: -0.25em;
    padding: 0.7em 0 0;
    /* maxTab 1024w */
  }
}
#logo .logobg {
  -webkit-filter: drop-shadow(5px 15px 5px rgba(0, 0, 0, 0.13));
  filter: drop-shadow(5px 15px 5px rgba(0, 0, 0, 0.13));
  z-index: -2;
  right: -5.5em;
  width: 37.25em;
  max-width: none;
  height: 8.3em;
  position: absolute;
  top: 0;
  transform: translate3d(0, 0, 0);
}
#logo a {
  display: inline-block;
  vertical-align: top;
}
#logo svg {
  width: 12em;
  height: 4.715em;
}
/* ===============================================
	contact info
=============================================== */
#contactinfo {
  text-align: center;
  width: auto;
  margin: 0 0.15em 0 0;
  display: inline-block;
  vertical-align: top;
}
#contactinfo .address {
  text-transform: uppercase;
  text-align: right;
  letter-spacing: 0.05em;
  line-height: 1.30769231;
  font-size: 0.65em;
  color: #484c4c;
  width: auto;
  height: 3.61538462em;
  margin-right: 1.23076923em;
  padding: 0.5em 0;
  display: inline-block;
  vertical-align: top;
}
#contactinfo .phone {
  letter-spacing: 0.02em;
  line-height: 2.9375;
  font-size: 0.8em;
  font-weight: 500;
  color: #ffffff;
  display: inline-block;
  vertical-align: top;
  min-width: 2.9375em;
  background-color: #339283;
  background-image: url(../images/phonedecor.png);
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 2;
  position: relative;
  overflow: hidden;
  transition: transform 0.6s ease-in-out, background-color 0.6s ease-in-out;
}
@media only screen and (min-width: 48em) {
  #contactinfo .phone {
    width: 11.3125em;
    /* midTab 768w */
  }
}
#contactinfo .phone .icon {
  line-height: 2.69804822;
  font-size: 1.08875em;
  display: inline-block;
  vertical-align: top;
  transition: transform 0.6s ease-in-out, background-color 0.6s ease-in-out;
}
@media only screen and (max-width: 47.9375em) {
  #contactinfo .phone .cta {
    display: none;
    /* midTab 768oo */
  }
}
@media only screen and (min-width: 48em) {
  #contactinfo .phone .cta {
    margin-left: 0.3em;
    display: inline-block;
    vertical-align: top;
    /* midTab 768w */
  }
}
#contactinfo .phone:hover {
  background-color: #84cdc1;
}
#contactinfo a {
  transition: color 0.33s ease-in-out;
}
#contactinfo a:hover {
  color: #60beaf;
}
/* ===============================================
	utility-nav
=============================================== */
#utilitynav {
  line-height: 0;
  width: auto;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 400;
}
@media only screen and (min-width: 81.25em) {
  #utilitynav {
    transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
    transform-origin: 50% 100%;
    /* desk 1300w */
  }
  .ready #utilitynav {
    transform: translate3d(-36em, 28vw, 0) scale(1.47777778);
  }
}
@media only screen and (min-width: 81.25em) and (max-width: 124.9375em) {
  #utilitynav {
    /* range 1300w - 1999oo */
  }
  .ready #utilitynav {
    transform: translate3d(-36em, 600px, 0) scale(1.47777778);
  }
}
#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 {
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  height: 2.35em;
  padding: 0;
  background-color: #339283;
  display: inline-block;
  vertical-align: top;
  transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out, background 0.6s ease-in-out;
}
#utilitynav a:hover {
  color: #fff;
  background-color: #339283;
}
#utilitynav a.appointmentrequest {
  min-width: 2.35em;
  background-color: #60beaf;
  z-index: 2;
  position: relative;
  overflow: hidden;
  transition: transform 0.6s ease-in-out, background 0.6s ease-in-out;
  background-image: url(../images/appointmentrequestdecor.png);
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (min-width: 48em) {
  #utilitynav a.appointmentrequest {
    width: 13.5em;
    /* midTab 768w */
  }
}
#utilitynav a.appointmentrequest .icon {
  display: inline-block;
  vertical-align: top;
  line-height: 3.05591678;
  font-size: 0.769em;
  height: 3.05591678em;
  transition: transform 0.6s ease-in-out, background-color 0.6s ease-in-out;
}
#utilitynav a.appointmentrequest .cta {
  letter-spacing: 0.08em;
  line-height: 3.61538462;
  font-size: 0.65em;
  font-weight: 500;
  margin-left: 0.3em;
}
@media only screen and (max-width: 47.9375em) {
  #utilitynav a.appointmentrequest .cta {
    display: none;
    /* midTab 768oo */
  }
}
@media only screen and (min-width: 48em) {
  #utilitynav a.appointmentrequest .cta {
    display: inline-block;
    vertical-align: top;
    /* midTab 768w */
  }
}
#utilitynav a.appointmentrequest:hover {
  background-color: #84cdc1;
}
/* ===============================================
	socialmedia || aka social-icons
=============================================== */
.socialmedia {
  line-height: 0;
  text-align: center;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0.5em 0 0;
  position: absolute;
  z-index: 300;
}
@media only screen and (max-width: 63.9375em) {
  .socialmedia {
    display: flex;
    justify-content: center;
    top: 100%;
    right: 0;
    /* midTab 1024oo */
  }
}
@media only screen and (min-width: 64em) {
  .socialmedia {
    width: 2.1em;
    margin: 0;
    display: block;
    position: absolute;
    right: 0.1em;
    top: 11.3em;
    /* maxTab 1024w */
  }
}
@media only screen and (min-width: 81.25em) {
  .socialmedia {
    position: fixed;
    /* desk 1300w */
  }
}
.socialmedia a {
  line-height: 2.625;
  font-size: 0.8em;
  color: #fff;
  height: 2.625em;
  width: 2.625em;
  border-radius: 50%;
  margin: 0 2px 0 0;
  background: rgba(96, 190, 175, 0.9);
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: transform 0.33s ease-in-out, color 0.33s ease-in-out, background 0.33s ease-in-out;
}
@media only screen and (min-width: 64em) {
  .socialmedia a {
    margin: 0 0 2px 0;
    /* maxTab 1024w */
  }
}
.socialmedia a:nth-last-of-type(1) {
  margin: 0;
}
.socialmedia a:hover {
  color: #fff;
  background: #339283;
  z-index: 400;
  transform: scale(1.44);
}
.socialmedia a .icon {
  position: relative;
}
/* ==================================================================
	slideshow
=================================================================== */
#slideshow {
  font-size: 2vw;
  text-align: center;
  color: #fff;
  background: #000;
  min-height: 35.47619048vw;
  /* adjust to match slideshow height from proof */
  position: relative;
  z-index: 400;
}
@media only screen and (min-width: 64em) {
  #slideshow {
    font-size: inherit;
    width: 100%;
    margin-top: 0;
    top: 0;
    /* maxTab 1024w */
  }
}
@media only screen and (min-width: 81.25em) and (max-width: 124.9375em) {
  #slideshow {
    min-height: 745px;
    /* range 1300w - 1999oo */
  }
}
#slideshow #home-slideshow {
  width: 100%;
  margin: 0;
}
@media only screen and (min-width: 64em) {
  #slideshow #home-slideshow {
    position: relative;
    /* maxTab 1024w */
  }
  #slideshow #home-slideshow .hpslide {
    max-width: none;
    width: 100%;
  }
}
@media only screen and (min-width: 81.25em) {
  #slideshow #home-slideshow {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
  }
}
@media only screen and (min-width: 81.25em) and (max-width: 124.9375em) {
  #slideshow #home-slideshow {
    width: 2000px;
    margin: 0 calc(-1000px + 50vw);
    min-height: 745px;
    /* range 1300w - 1999oo */
  }
}
#slideshow .ssoverlay {
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  bottom: 2.85em;
  z-index: 420;
}
#slideshow .ssoverlay .spotbtn {
  display: block;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 1em;
  color: #ffffff;
  background: #60beaf;
  width: 20em;
  height: 3.45em;
  line-height: 3.45;
  position: relative;
  z-index: 2;
  transition: transform 0.6s ease-in-out, background 0.6s ease-in-out;
  overflow: hidden;
}
#slideshow .ssoverlay .spotbtn:before {
  content: '';
  z-index: -1;
  background: url(../images/slideshow/btnshape.png) no-repeat center center;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out;
}
#slideshow .ssoverlay .spotbtn .icon {
  display: inline-block;
  font-size: 1.1em;
  margin-right: 0.2em;
  transition: transform 0.6s ease-in-out, background-color 0.6s ease-in-out;
}
#slideshow .ssoverlay .spotbtn:hover {
  background: #84cdc1;
}
#slideshow .ssoverlay .spotbtn:hover:before {
  transform: translate3d(-50%, -50%, 0), scale(2);
  opacity: 0;
}
/* ==================================================================
	.spotlight
=================================================================== */
.spotlight {
  text-align: center;
  position: relative;
  z-index: 400;
}
.spotlight > div {
  position: relative;
}
/* ==================================================================
	spot01 || COMMON SERVICES/CALLOUT-LIKE SECTION EXAMPLE
=================================================================== */
.spot01 {
  text-align: center;
  padding: 5em 0;
  margin: 0;
  background: #f8f6f4;
  background-image: url(../images/bg-spot01.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 410;
}
@media only screen and (max-width: 29.9375em) {
  .spot01 {
    font-size: 3.2vw;
    /* mintab opt-out 480oo */
  }
}
@media only screen and (min-width: 30em) {
  .spot01 {
    font-size: 1.7vw;
    /* mintab 480w */
  }
}
@media only screen and (min-width: 61.25em) {
  .spot01 {
    font-size: inherit;
    /* custom opt-out 979oo */
  }
}
@media only screen and (min-width: 64em) {
  .spot01 {
    height: 23.8em;
    /* midTab 1024w */
  }
}
@media only screen and (min-width: 81.25em) and (max-width: 124.9375em) {
  .spot01 {
    background-size: auto auto;
    /* range 1300w - 1999oo */
  }
}
@media only screen and (min-width: 81.25em) {
  .spot01 {
    background-position: center center;
    background-attachment: fixed;
    /* desk 1300w */
  }
}
.spot01 a {
  color: #2e2c2d;
  width: 8.4em;
  border-radius: 50%;
  padding: 0;
  margin: 5% 8%;
  position: relative;
  display: inline-block;
  vertical-align: top;
  transition: transform 0.33s ease-in-out;
}
@media only screen and (min-width: 30em) {
  .spot01 a {
    margin: 0 5%;
    /* midTab 480w */
  }
}
@media only screen and (min-width: 81.25em) {
  .spot01 a {
    margin: 0 3.7em;
    /* desk 1300w */
  }
}
.spot01 a:after {
  display: block;
  content: '';
  background: url(../images/spotlight/spot01circle.png) no-repeat center center;
  background-size: 100%;
  width: 11.4em;
  height: 11.2em;
  position: absolute;
  top: 0;
  left: 50%;
  transform-origin: center center;
  transition: transform 0.6s ease-in-out, rotate 0.6s ease-in-out;
  transform: translate3d(-50%, -9%, 0);
}
.spot01 a:hover {
  z-index: 400;
}
.spot01 a:hover:after {
  transform: translate3d(-52%, -10.6%, 0) rotate(80deg);
}
.spot01 a:hover h2.topic {
  color: #069181;
}
.spot01 a .decoration {
  display: block;
  margin-bottom: 2.8em;
}
.spot01 a .decoration img {
  border-radius: 50%;
  width: 100%;
  transition: transform 0.33s ease-in-out;
}
.spot01 a h2.topic {
  font-family: 'DM Serif Display', serif;
  line-height: 1.02941176;
  font-size: 1.7em;
  text-transform: none;
  color: #2e2c2d;
  width: 100%;
  display: block;
  font-weight: 400;
  white-space: nowrap;
  transition: transform 0.6s ease-in-out, color 0.6s ease-in-out;
}
.spot01 a h2.topic .trait {
  display: block;
  text-transform: uppercase;
  font-weight: 300;
  font-family: 'Jost', sans-serif;
  letter-spacing: 0.2em;
  font-size: 0.64705882em;
}
/* ==================================================================
	
	subnav || aka subnav-outer || aka ipSub
	TOP OF PAGE orientation - for sidebar orientation scroll or search down to 'side oriented' [=
	
=================================================================== */
/* TOP ORIENTED */
#subnav {
  text-align: center;
  color: #988c81;
  padding: 3.75em 0 2.75em;
  position: relative;
  overflow: hidden;
  background: #f4f0ed;
  background-image: url(../images/bg-subnav.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media only screen and (min-width: 64em) {
  #subnav {
    background-size: auto;
    padding: 2.75em 0;
    /* midTab 1024w */
  }
}
@media only screen and (min-width: 64em) {
  #subnav {
    background-size: auto;
    /* midTab 1024w */
  }
}
@media only screen and (min-width: 81.25em) {
  #subnav {
    padding-top: 9.7em;
    background-position: center center;
    background-attachment: fixed;
    /* desk 1300w */
  }
}
#subnav p {
  line-height: 1.35714286;
  font-size: 0.7em;
  margin: 0;
  padding: 0;
}
#subnav a {
  color: #4e5253;
  margin: 0.2em 0.8em;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media only screen and (min-width: 64em) {
  #subnav a {
    margin: 0;
    /* maxTab 1024w */
  }
}
#subnav a:after {
  content: '';
  width: 100%;
  height: 1px;
  background: currentcolor;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  opacity: 0;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  transform: scaleX(0);
}
#subnav a:hover,
#subnav a.active {
  color: #339283;
  text-decoration: none;
}
#subnav a:hover:after,
#subnav a.active:after {
  opacity: 1;
  transform: scaleX(1);
}
#subnav .divider {
  line-height: 0.48979592;
  font-size: 3.5em;
  height: 0.3877551em;
  display: none;
}
@media only screen and (min-width: 64em) {
  #subnav .divider {
    margin: 0 0.1em;
    display: inline-block;
    vertical-align: top;
    /* maxTab 1024w */
  }
}
/* ==================================================================
	content || aka .interior-content
=================================================================== */
#bd {
  padding: 3em 0;
  background: #fbf9f7;
  position: relative;
  z-index: 400;
}
@media only screen and (min-width: 48em) {
  #bd {
    padding: 6em 0;
    /* midTab 780w */
  }
}
#bd .container {
  max-width: 60em;
}
#content {
  display: block;
}
@media only screen and (min-width: 48em) {
  #content {
    max-width: 30.25em;
    width: 50.41666667%;
    float: left;
    /* midTab 780w */
  }
  #content p {
    text-align: justify;
  }
}
#content .content-text {
  line-height: 1.57894737;
}
@media only screen and (min-width: 81.25em) {
  #content .content-text {
    font-size: 0.95em;
    /* desk 1300w */
  }
}
/* ==================================================================
	.home content || aka #home-content
=================================================================== */
.home #bd {
  padding: 0;
  background: #fff;
}
@media only screen and (min-width: 48em) {
  .home #bd {
    padding: 5em 0;
    /* midTab 768w */
  }
}
.home #bd .ornament {
  display: none;
}
@media only screen and (min-width: 64em) {
  .home #bd .ornament {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0 7em 0 0;
    width: 61.3em;
    margin-bottom: -11.35em;
    transform: translate3d(0.6em, 0, 0);
    /* midTab 1024w */
  }
}
.home #bd .ornament02 {
  display: none;
}
@media only screen and (min-width: 64em) {
  .home #bd .ornament02 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 83.2em;
    position: absolute;
    bottom: 4.55em;
    left: 50%;
    margin-left: 6em;
    /* midTab 1024w */
  }
}
@media only screen and (min-width: 81.25em) {
  .home #bd .ornament02 {
    z-index: 500;
    /* desk 1300w */
  }
}
.home #bd .container {
  max-width: 50em;
}
.home #bd #content {
  position: relative;
  padding: 4.65em 0 2.5em;
  z-index: 400;
}
@media only screen and (min-width: 48em) {
  .home #bd #content {
    width: 100%;
    max-width: 28.6em;
    float: none;
    margin-left: auto;
    margin-right: auto;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 81.25em) {
  .home #bd #content {
    margin-left: 0;
    /* desk 1300w */
  }
}
.home #bd #content:after {
  content: '';
  background: #4eac9d;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  right: -5.3em;
  left: auto;
  width: 100em;
}
.home #bd #content .content-text {
  color: #ffffff;
}
@media only screen and (min-width: 81.25em) {
  .home #bd #content .content-text {
    font-size: 0.95em;
    /* desk 1300w */
  }
}
.home #bd #content .content-text a {
  color: #2e2c2d;
}
.home #bd #content .content-text a:hover {
  color: #266c61;
}
@media only screen and (min-width: 48em) {
  .home #bd #content p {
    text-align: justify;
    /* midTab 768w */
  }
}
/* ==================================================================
	custom content
=================================================================== */
.mediaslider {
  text-align: center;
}
.mediaslider .cycle-slideshow {
  width: 100%;
  margin: 0.5em 0 1.5em;
  position: relative;
}
.mediaslider .cycle-slideshow .cycle-slide {
  padding: 0 5%;
}
.mediaslider .cycle-slideshow > div {
  font-size: 2.8em;
  color: #339283;
  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;
}p.gallery {
  text-align: center;
}
p.gallery img {
  margin: 1%;
  max-width: 46%;
}
.mediaslider .cycle-slideshow > div:hover {
  cursor: pointer;
}
.mediaslider .cycle-slideshow > div:hover span {
  transform: scale(1.44);
  opacity: 0.68;
}
/* comment line below if patient-login is live and legit */
.financial-information #financial-online-services {
  display: none;
}
/* ===============================================
 		common treatments
=============================================== */
.before-after-image {
  width: 44%;
  display: inline-block;
  vertical-align: top;
}
.before-after-image img,
.before-after-image span {
  display: block;
}
@media only screen and (min-width: 48em) {
  .before-after-image img,
  .before-after-image span {
    width: 100%;
  }
}
@media only screen and (min-width: 48em) {
  .before-after-box,
  p.before-after-text {
    width: 49%;
    display: inline-block;
    vertical-align: top;
  }
}
/* preventive-care */
.preventive-care #content ul {
  display: inline-block;
}
/* reduces dimensions of coronavirus tab */
#coronavirus-update {
  font-size: 0.85em;
  padding: 0.5em 1.25em !important;
  left: 0.5em!important;
}
@media only screen and (min-width: 81.25em) {
  #coronavirus-update {
    font-size: 1em;
    /* desk 1300w */
  }
}
/* ==================================================================
	meet the team page classes for individual and full team images 
=================================================================== */
.staff {
  width: 45%;
  max-width: 10em;
  margin: 0 0 1em 1em;
  display: block;
  float: right;
}
.team {
  width: 100%;
  max-width: 1000px;
  margin: 2% auto;
  display: block;
}

p.gallery {
  text-align: center !important;
}
p.gallery img {
  margin: 1%;
  max-width: 46%;
}
/* ==================================================================
	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 {
  font-family: 'DM Serif Display', serif;
  line-height: 1.5;
  font-size: 1.57894737em;
  font-weight: 400;
  text-transform: none;
  text-decoration: none;
  color: #2e2c2d;
  transition-duration: 0s;
}
.sitemap #content ul ul li a {
  font-family: 'Jost', sans-serif;
  line-height: 1.57894737;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  color: #2e2c2d;
  margin-left: 0;
  /*to increase space adjust [body.sitemap #bd ul ul li] below*/
}
.sitemap #content a:hover {
  text-decoration: none;
  color: #60beaf;
}
body.sitemap #bd ul li {
  list-style: none;
}
body.sitemap #bd ul ul li {
  list-style: none;
  /*list-style-image:none;*/
  margin-left: 0;
  /*default=15px*/
}
body.sitemap #content .width1 {
  width: 100%;
}
@media only screen and (min-width: 48em) {
  body.sitemap #content .width1 {
    width: 50%;
    /*default 50%*/
    /* midTab 768w */
  }
  body.sitemap #content .width1:not(.first) {
    width: auto;
    float: right;
  }
}
/* global override */
/* ==================================================================
	sidebar
=================================================================== */
#sidebar {
  width: 60%;
  max-width: 17.65em;
  margin: 0 auto 12%;
  display: none;
  padding: 0;
  position: relative;
  z-index: 420;
}
@media only screen and (min-width: 48em) {
  #sidebar {
    width: 29.41666667%;
    margin: 0 0 1em;
    float: right;
    clear: right;
    display: block;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 81.25em) {
  #sidebar {
    margin: 2.3em 2.8em 1em 0;
    /* desk 1300w */
  }
}
/* ===============================================
	sitepics
=============================================== */
#hide-stock {
  position: relative;
}
#hide-stock .ornament {
  width: 130.59490085%;
  max-width: 23.05em;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -48%, 0);
}
.stock {
  border-radius: 50%;
  width: 100%;
  position: relative;
}
/* ===============================================
	show doctor image on all devices
=============================================== */
/*.home,*/
/*body[class^='meet-the-'], body[class^='meet-our-'],*/
.meet-the-doctor #sidebar,
body[class^='meet-dr-'] #sidebar,
body[class^='meet-doctor-'] #sidebar {
  display: block;
}
body[class~='blog'] #sidebar {
  display: block;
}
body[class~='blog'] #hide-stock {
  display: none;
}
/* ==================================================================
	SUBNAV || aka subnav-outer || aka ipSub || SIDE ORIENTED
=================================================================== */
/* END SIDEBAR - */
/* ==================================================================
	.spotlight
=================================================================== */
/* ===============================================
	spot02 || COMMON SERVICES/CALLOUT-LIKE SECTION EXAMPLE
=============================================== */
.spot02 {
  font-size: 3vw;
  padding: 0;
  background-color: #ffffff;
}
@media only screen and (min-width: 30em) {
  .spot02 {
    font-size: 1.7vw;
    /* mintab 480w */
  }
}
@media only screen and (min-width: 41.625em) {
  .spot02 {
    /* custom 666w */
  }
}
@media only screen and (min-width: 48em) {
  .spot02 {
    /* midTab 768w */
  }
}
@media only screen and (min-width: 64em) {
  .spot02 {
    font-size: inherit;
    /* midTab 1024w */
  }
}
.spot02 a {
  color: #ffffff;
  background-color: #6a6d6d;
  position: relative;
  display: inline-block;
  vertical-align: top;
  transition: transform 0.6s ease-in-out, background-color 0.6s ease-in-out, color 0.33s ease-in-out;
  overflow: hidden;
}
@media only screen and (min-width: 30em) {
  .spot02 a {
    width: 33.2%;
    /* mintab 480w 0.02% */
  }
}
.spot02 a:nth-of-type(2) {
  margin: 0 0.2%;
}
.spot02 a:hover {
  z-index: 400;
  background-color: #000;
}
.spot02 a:hover .decoration {
  opacity: 0.4;
  transform: translate3d(0, 0, 0) scale(1.15);
}
.spot02 a:hover h3.topic {
  transform: translate3d(0, -1em, 0);
}
.spot02 a .decoration {
  width: 100%;
  transition: transform 0.33s ease-in-out;
  transition: transform 1.2s ease-in-out, opacity 0.6s ease-in-out;
  opacity: 0.38;
}
.spot02 a h3.topic {
  font-family: 'DM Serif Display', serif;
  line-height: 1;
  font-size: 2.1em;
  text-align: center;
  color: #ffffff;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 1em;
  left: 0;
  transition: transform 0.8s ease-in-out;
}
.spot02 a .icon {
  display: inline-block;
  width: 1.71428571em;
  margin-right: 0.2em;
}
/* ===============================================
	spot03 || INSTAGRAM SECTION
=============================================== */
.spot03 {
  font-size: 3vw;
  padding: 3em 0 0;
  background-color: #ffffff;
}
@media only screen and (min-width: 30em) {
  .spot03 {
    font-size: 1.7vw;
    /* mintab 480w */
  }
}
@media only screen and (min-width: 41.625em) {
  .spot03 {
    /* custom 666w */
  }
}
@media only screen and (min-width: 48em) {
  .spot03 {
    /* midTab 768w */
  }
}
@media only screen and (min-width: 64em) {
  .spot03 {
    font-size: inherit;
    padding: 4.75em 0 1.35em;
    /* midTab 1024w */
  }
}
.spot03 h3.topic {
  color: #60beaf;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.85em;
  letter-spacing: 0.2em;
  margin-bottom: 1.2em;
}
.spot03 .instagram {
  margin-bottom: 1.8em;
  width: 9.95em;
}
.spot03 .cycle-slideshow {
  width: 200%;
  margin: 0 -50%;
  perspective: 1000px;
}
@media only screen and (min-width: 48em) {
  .spot03 .cycle-slideshow {
    width: 150%;
    margin: 0 -25%;
    /* midTab */
  }
}
@media only screen and (min-width: 64em) {
  .spot03 .cycle-slideshow {
    width: 2000px;
    margin: 0 -1000px;
    left: 50%;
    /* maxTab */
  }
}
@media only screen and (min-width: 125em) {
  .spot03 .cycle-slideshow {
    margin: 0 auto;
    left: 0;
    right: 0;
    /* custom */
  }
}
.spot03 .cycle-slide {
  padding: 0 0.35em;
}
/* ==================================================================
	association logos 
=================================================================== */
.associationlogos {
  text-align: center;
  padding: 4em 0;
  background: #fff;
  position: relative;
}
@media only screen and (max-width: 47.94em) {
  .associationlogos {
    font-size: 2vw;
    /* midTab opt-out 767oo */
  }
}
@media only screen and (min-width: 48em) {
  .associationlogos {
    font-size: inherit;
    padding: 2em 0 4.8em;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 64em) {
  .associationlogos {
    /* maxTab 1024w */
  }
}
.associationlogos a {
  margin: 0 4%;
  display: inline-block;
  vertical-align: middle;
  transition: opacity 0.33s ease-in-out, transform 0.33s ease-in-out;
}
@media only screen and (min-width: 48em) {
  .associationlogos a {
    margin: 0 1em;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 64em) {
  .associationlogos a {
    margin: 0 3.05em;
    /* midTab 1024w */
  }
}
.associationlogos a:hover {
  transform: scale(0.88);
  opacity: 0.5;
}
.associationlogos a.dcds {
  width: 8.25em;
  height: 3.4em;
}
.associationlogos a.tda {
  width: 7.1em;
  height: 3.4em;
}
.associationlogos a.aao {
  width: 7.6em;
  height: 3.4em;
}
.associationlogos a.ada {
  width: 7.95em;
  height: 3.4em;
}
.associationlogos a img,
.associationlogos a svg {
  width: 100%;
  height: 100%;
  display: block;
}
/* ===============================================
	spot04 || COMMON TESTIMONIAL SLIDESHOW SECTION EXAMPLE
=============================================== */
.spot04 {
  font-size: 4vw;
  padding: 3em 0;
  background-color: #fff;
  /* background-image: url(../images/bg-spot04.jpg); */
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media only screen and (min-width: 30em) {
  .spot04 {
    font-size: inherit;
    /* mintab 480w */
  }
}
@media only screen and (min-width: 48em) {
  .spot04 {
    padding: 4.7em 0;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 64em) {
  .spot04 {
    height: 27.9em;
    /* midTab 1024w */
  }
}
@media only screen and (min-width: 81.25em) and (max-width: 124.9375em) {
  .spot04 {
    background-size: auto auto;
    /* range 1300w - 1999oo */
  }
}
@media only screen and (min-width: 81.25em) {
  .spot04 {
    background-position: center center;
    background-attachment: fixed;
    /* desk 1300w */
  }
}
.spot04 .quotes {
  margin-bottom: 2.1em;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.spot04 .cycle-slideshow {
  color: #ffffff;
  width: 90%;
  max-width: 38.65em;
  margin: 0 auto;
  display: block;
}
.spot04 .cycle-slideshow:hover {
  color: #84cdc1;
}
.spot04 .cycle-slide {
  width: 100%;
  display: block;
  transition: color 0.33s ease-in-out;
}
.spot04 .testimony {
  font-family: 'DM Serif Display', serif;
  font-style: italic;
  line-height: 1.4;
  font-size: 1.25em;
  display: block;
}
.spot04 .testifier {
  line-height: 3.30769231;
  font-size: 0.65em;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
}
.spot04 .links {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3.85em;
}
.spot04 .links a {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.75em;
  color: #ffffff;
  height: 3.53333333em;
  line-height: 3.53333333;
  background: #60beaf;
  z-index: 2;
  position: relative;
  overflow: hidden;
  transition: transform 0.6s ease-in-out, background 0.6s ease-in-out;
}
.spot04 .links a:before {
  content: '';
  z-index: -1;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.8s ease-in-out, opacity 0.6s ease-in-out;
}
.spot04 .links a .icon {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.33333333em;
  margin-right: 0.3em;
  transition: transform 0.6s ease-in-out, background-color 0.6s ease-in-out;
}
.spot04 .links a:hover {
  background: #84cdc1;
}
.spot04 .links a:hover:before {
  transform: translate3d(-50%, -50%, 0) scale(2);
  opacity: 0;
}
.spot04 .links .btn01 {
  margin-right: 0.25em;
  width: 11.13333333em;
}
.spot04 .links .btn01:before {
  background: url(../images/spotlight/spot03btn01.png) no-repeat center center;
}
.spot04 .links .btn02 {
  width: 13.93333333em;
}
.spot04 .links .btn02:before {
  background: url(../images/spotlight/spot03btn02.png) no-repeat center center;
}
/* ==================================================================
	#ft
=================================================================== */
#ft {
  text-align: center;
  color: #484c4c;
  width: 100%;
  padding: 0;
  background: #ffffff no-repeat center center;
  background-size: cover;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
}
#ft:before {
  width: 28.15em;
  height: 23.1em;
  background: url(../images/ft-decor.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 400;
  pointer-events: none;
}
@media only screen and (max-width: 47.9375em) {
  #ft:before {
    content: none;
    /* midTab 768oo */
  }
}
@media only screen and (min-width: 48em) {
  #ft:before {
    content: '';
    margin-left: -7em;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 81.25em) {
  #ft:before {
    margin-left: -9em;
    /* desk 1300w */
  }
}
@media only screen and (min-width: 81.25em) {
  #ft {
    background-size: auto 100%;
    /* desk 1300w */
  }
}
#ft a {
  color: #484c4c;
  transition: color 0.33s ease-in-out;
}
#ft a:hover {
  color: #60beaf;
}
/* ===============================================
		locations || aka ft-location
=============================================== */
#location {
  width: 100%;
  padding: 3em 0;
  background: #ffffff;
  display: block;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 48em) {
  #location {
    width: 50%;
    margin-left: 50%;
    padding-left: 8em;
    height: 21.75em;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 64em) {
  #location {
    padding: 1.65em 0 0 9.5em;
    /* midTab 1024w */
  }
}
@media only screen and (min-width: 81.25em) {
  #location {
    margin-left: calc(50% - 1.5em);
    padding-right: 10.95em;
    float: left;
    width: 60%;
    /* desk 1300w */
  }
}
#location .mod {
  text-align: center;
  width: 100%;
  max-width: 20em;
  display: block;
}
@media only screen and (max-width: 47.9375em) {
  #location .mod {
    margin: 0 auto;
    /* midTab opt-out 768oo */
  }
}
@media only screen and (min-width: 48em) {
  #location .mod {
    margin: 0;
    /* midTab 768w */
  }
}
#location .logo {
  line-height: 0;
  text-align: center;
  margin: 0 auto 1.09em;
  display: block;
}
@media only screen and (min-width: 48em) {
  #location .logo {
    transform: translate3d(0.5em, 0, 0);
    /* midTab 768w */
  }
}
#location .logo img {
  width: 14.25em;
}
#location .logo svg {
  width: 14.25em;
  height: 7.6em;
}
#location .logo svg path {
  fill: #fff;
}
#location .address {
  text-transform: uppercase;
  letter-spacing: 0.06em;
  line-height: 1.23076923;
  font-size: 0.65em;
  margin: 0 auto;
  display: block;
}
#location .address:before {
  content: '';
  position: absolute;
  left: 0;
  top: 10.5em;
  margin-left: -36.5em;
  width: 200px;
  height: 130px;
  z-index: 400;
  display: none;
}
@media only screen and (min-width: 48em) {
  #location .address:before {
    display: block;
    /* midTab 768w */
  }
}
#location .address:after {
  content: '';
  display: block;
  margin-left: auto;
  margin-right: auto;
  background: #cec9c3;
  width: 77px;
  height: 1px;
  margin: 1em auto 1.3em;
}
#location .phone {
  font-family: 'DM Serif Display', serif;
  line-height: 1.04166667;
  font-size: 1.2em;
  display: block;
  color: #2ebba9;
  margin-bottom: 0.4em;
}
#location .officehours {
  line-height: 1.15384615;
  font-size: 0.65em;
  width: 16.66666667em;
  margin: 0 auto;
  display: block;
  color: #484c4c;
}
#location .officehours .days,
#location .officehours .hours {
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
}
#location .officehours .days {
  font-weight: 700;
  margin-right: 0.6em;
}
/* ==================================================================
		#links || aka ft-design-credit
=================================================================== */
#links {
  text-align: center;
  color: #fff;
  padding: 2em 0;
  margin: 0;
  background-color: #484c4c;
  position: relative;
  z-index: 420;
}
@media only screen and (min-width: 48em) {
  #links {
    height: 3.2em;
    padding: 0.85em 0 0;
    /* midTab 768w  */
  }
}
#links .util {
  display: block;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 0.125em;
  vertical-align: middle;
  line-height: 2.5;
  font-size: 0.6em;
  margin-bottom: 2em;
}
@media only screen and (min-width: 30em) {
  #links .util {
    line-height: 2.5;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    /* mintab 480w */
  }
}
#links .util a {
  color: #fff;
  transition: color 0.33s ease-in-out;
}
#links .util a:hover {
  color: #60beaf;
}
#links .util a,
#links .util .divider {
  display: inline-block;
}
#links .util .divider {
  margin: 0 0.6em;
}
/* ===============================================
		sesame link
=============================================== */
a#sesame-link .sesameicon {
  width: 2em;
  height: 1.66666667em;
  margin-right: 0.66666667em;
  display: inline-block;
  vertical-align: middle;
}
a#sesame-link .sesameicon path {
  fill: currentcolor;
  transition: fill 0.33s ease-in-out;
}
/* ===============================================
	backToTop
=============================================== */
#btt {
  text-align: center;
  display: block;
  width: 100%;
  margin: 0;
  position: relative;
}
@media only screen and (min-width: 30em) {
  #btt {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin-left: 0.5em;
    /* mintab 480w */
  }
}
a#backtotop {
  line-height: 1.30434783;
  font-size: 1.15em;
  color: #60beaf;
  display: inline-block;
  vertical-align: top;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
a#backtotop:hover {
  color: #a8dcd3;
  transform: translate3d(0, 0, 0) scale(1.4);
}
/*superlative*/
/************************************************************************************************************************************************/
/* hide double hr aka div.hr */
hr,
.types-of-braces #content div.clear {
  font-size: inherit;
  height: 4px;
  width: 3.84210526em;
  margin: 1.58em auto 1.58em 0;
  background: #71c4b7;
  border: none;
  display: block;
}
/* ===============================================
	success message
=============================================== */
.success {
  text-transform: none;
  font-weight: 400;
  color: #fff;
  width: 100%;
  padding: 1rem;
  float: left;
  background: #339283;
}
/* ===============================================
	Form Buttons
=============================================== */
form button {
  letter-spacing: normal;
  font-weight: 400;
  text-transform: uppercase;
  font-size: smaller;
  color: #fff;
  height: 38px;
  padding: 0 1.5em;
  background-color: #339283;
  border: 1px solid #339283;
  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: #60beaf;
  background-color: #60beaf;
}
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;
}

/* ===============================================
  .screenreader 
  a11y support for descriptive text on vaguely worded buttons
  https://gomakethings.com/hidden-content-for-better-a11y/#hidden-labels
=============================================== */
.screenreader {
  white-space:nowrap;
  width:1px;
  height:1px;
  margin:-1px;
  padding:0;
  border:0;
  position:absolute;
  overflow:hidden;
  clip:rect(0 0 0 0);
}
/************************************************************************************************************************************************/
/* end superlatives */
/* ===============================================
Tablet
Supports 48em (768px) and up
=============================================== */
@media only screen and (min-width: 48em) {
  /* ===============================================
	blanket content sidebar hide
=============================================== */
  .sitemap #content,
  .layout-full-width #content {
    width: 100%;
    max-width: none;
  }
  .sitemap #sidebar,
  .layout-full-width #sidebar {
    display: none;
  }
  /* ===============================================
	custom content
=============================================== */
  /*.success{ width:66%; }*/
  /*table.office-hours{ max-width:50%; }*/
  .speed-system img[alt='Speed Braces'] {
    display: block;
  }
  .what-patients-are-saying .mod a {
    text-decoration: none;
    display: inline-block;
    margin: 1%;
  }
  /* ===============================================
	PAGE SPECIFIC
=============================================== */
  .which-is-right-for-me #content p {
    display: inline-block;
    float: left;
  }
  .which-is-right-for-me #content a[href^='/sesame_media/docs/'] {
    text-align: center;
    display: block;
    width: 100%;
    clear: both;
  }
  .which-is-right-for-me #content a[href^='/sesame_media/docs/'] img {
    display: inline-block;
  }
  .in-ovation-testimonials .embed-container {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  [class^='inovation-chart-'] {
    display: inline-block;
    max-width: 50%;
  }
  .in-ovation-before-after #content p {
    text-align: center;
    margin-bottom: 0;
  }
  .in-ovation-before-after .content-text h3 {
    text-align: center;
  }
  .in-ovation-before-after .content-text .img-left,
  .in-ovation-before-after .content-text .border {
    max-width: 44%;
    float: none;
    display: inline-block;
    margin: 2%;
  }
  .in-ovation-videos .content-text h2 {
    text-align: center;
  }
  .in-ovation-videos .content-text .embed-container {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  body[class*='in-ovation'] .img-right {
    max-width: 40%;
  }
  /*END*/
}
/* ===============================================
Large Tablet Stylings
Supports 64em (1024px) and up
=============================================== */
@media only screen and (min-width: 64em) {
  /* ==================================================================
	main-nav
=================================================================== */
  /* ==================================================================
	main-nav
=================================================================== */
  #main-nav {
    font-size: inherit;
    width: 100%;
    height: 2.85em;
    margin-top: 0em;
    position: relative;
    top: auto;
    z-index: 2900;
    box-shadow: none;
    /*background:none;*/
  }
  #main-nav .container {
    background: none;
    max-width: right;
  }
  #main-nav div.collapsible {
    margin: 0 auto;
  }
  #main-nav ul {
    height: 2.85em;
    width: auto;
    padding: 0;
    margin: 0;
    border: none;
    background: none;
    position: static;
    float: right;
  }
  #main-nav ul li {
    height: 100%;
    margin: 0 0.2em 0 0;
    background: none;
    position: relative;
    vertical-align: top;
    float: none;
    clear: none;
  }
  #main-nav ul li.contact,
  #main-nav ul li.contact-us {
    margin-right: 0;
    padding-right: 0;
  }
  #main-nav ul li a[id] {
    line-height: 3.5625;
    text-align: center;
    text-decoration: none;
    height: 100%;
    z-index: 3000;
    text-transform: none;
    padding: 0 0.75em;
  }
  #main-nav ul li a[id]:after {
    bottom: 1em;
  }
  #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.15384615;
    text-align: left;
    white-space: nowrap;
    height: 2.15384615em;
    width: 100%;
    padding: 0 2.15384615em;
    float: left;
    transition-duration: 0s;
    text-transform: none;
  }
  #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;
  }
}
