/* 
 Site Manager Version: 14.2.0
 Date Created: May 2023
 Account: james-kenneth
 Written by: Ricky Rivas
 Sesame Communications - All rights reserved. C2023
 Any reproduction or intentional misuse is strictly prohibited
*/
/* ===============================================
              options
 =============================================== */
/* ===============================================
                    colors
 =============================================== */
/* ===============================================
					fonts
=============================================== */
.fontH {
  font-family: 'Jost', Helvetica, Arial, sans-serif;
}
.fontL {
  font-family: 'Lustria', 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%);
}
.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* ===============================================
Basic Stylings
These will affect every size of the site.
=============================================== */
/*resets*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/*GLOBAL OVERRIDES*/
.fab,
.fas,
.fal,
.far,
.fad {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: 0;
}
/* ==================================================================
	main content-text font sizes
=================================================================== */
/* ===============================================
	body 
=============================================== */
body,
input,
select,
textarea {
  font-family: 'Jost', Helvetica, Arial, sans-serif;
}
form button,
button {
  font-family: 'Jost', Helvetica, Arial, sans-serif;
}
svg {
  display: inline-block;
}
body {
  font-size: 15px;
  color: #424242;
  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: #757474;
  text-decoration: underline;
  transition: color 0.33s ease-in-out, opacity 0.33s ease-in-out;
}
#content a:hover {
  color: #9ca481;
  opacity: 70%;
}
/* ===============================================
	h family || hfam 
=============================================== */
h1,
h2:not(.topic),
h3:not(.topic),
h4,
h5,
h6 {
  line-height: 1;
  text-align: left;
  color: #757474;
  margin: 0 0 1.44em;
  text-rendering: auto;
  font-family: 'Lustria', serif;
  font-weight: 400;
  text-transform: capitalize;
}
.sub h1 {
  font-size: 10vw;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 0.2804878em;
  line-height: 1.13902439em;
  color: #424242;
}
@media only screen and (min-width: 480px) {
  .sub h1 {
    font-size: 4.1em;
    margin-left: -0.05em;
    /* mintab 480w */
  }
}
.sub h1 .first-word {
  display: block;
}
.home h1 {
  font-size: 10vw;
  text-align: left;
  margin: 0 0 0.4em;
  color: #424242;
  font-weight: 400;
}
@media only screen and (min-width: 480px) {
  .home h1 {
    font-size: 3.45em;
    margin: 0 0 0.52em -0.05em;
    /* mintab 480w */
  }
}
.home h1 .trait {
  display: block;
}
.home h1 .trait.top {
  line-height: 1.28571429;
  font-size: 0.50724638em;
  text-transform: uppercase;
  font-weight: 300;
  color: #424242;
  font-family: 'Jost', Helvetica, Arial, sans-serif;
}
.home h1 .trait.bottom {
  font-weight: 300;
  font-family: 'Jost', Helvetica, Arial, sans-serif;
  font-size: 0.88405797em;
  text-transform: uppercase;
  color: #424242;
  line-height: 1.05;
}
h2:not(.topic) {
  font-size: 1.31578947em;
  color: #929691;
}
h3:not(.topic) {
  font-size: 1.21052632em;
  color: #9ca481;
}
h4 {
  font-size: 1.10526316em;
  color: #424242;
}
h5 {
  font-size: 1.05263158em;
}
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;
  position: relative;
  z-index: 3000;
  box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.05);
}
@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: 48px;
  width: 48px;
  padding: 0;
  margin: 0;
  box-shadow: -1px 1px 0 rgba(117, 116, 116, 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: 48px;
  color: #757474;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0 auto;
  background: none;
  box-shadow: none;
  border: none;
  -webkit-display: none;
  position: relative;
  z-index: 600;
  transition: color 0.33s ease-in-out;
  cursor: pointer;
}
#main-nav .trigger .navicon {
  width: 12px;
  height: 8px;
  display: inline-block;
  position: relative;
  top: -0.3em;
}
#main-nav .trigger .navicon span {
  width: 100%;
  height: 2px;
  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: #757474;
}
#main-nav .trigger:hover .navicon span {
  /* background:@color1; */
}
#main-nav .open .trigger {
  color: #9ca481;
}
#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: -48px 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] {
  line-height: 1.9047619;
  font-size: 1.05em;
  text-transform: capitalize;
  color: #424242;
  width: auto;
  height: 1.9047619em;
  margin: 0;
  padding: 0;
  display: inline-block;
  font-family: 'Lustria', serif;
  vertical-align: top;
  position: relative;
  transition: color 0.33s ease;
}
#main-nav ul li.open > a[id],
#main-nav ul li.active > a[id],
#main-nav ul li:hover > a[id] {
  color: #9ca481;
  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: #9ca481;
  display: inline;
  float: left;
}
#main-nav ul ul li {
  width: 100%;
  background: none;
  float: left;
}
#main-nav ul ul li a {
  line-height: 2.85714286;
  font-size: 0.7em;
  color: #fff;
  width: 100%;
  height: 2.85714286em;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-family: 'Lustria', serif;
}
#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: #424242;
  margin-bottom: 0;
  background: transparent;
  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;
}
/* ===============================================
	FULLMOB RULES
=============================================== */
@media only screen and (min-width: 1024px) {
  /* main-nav */
  /* midTab 1024w */
}
/* ==================================================================
	header
=================================================================== */
#hd {
  text-align: center;
  color: #757474;
  padding: 0;
  position: relative;
}
@media only screen and (min-width: 666px) {
  #hd {
    text-align: right;
    /* custom 666w */
  }
}
@media only screen and (min-width: 1024px) {
  #hd {
    z-index: 3000;
    background-color: #e6e0da;
    /* maxTab 1024w */
  }
}
#hd .container {
  max-width: 64.45em;
}
@media only screen and (min-width: 666px) {
  #hd .container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (min-width: 666px) and (max-width: 1023px) {
  #hd .container {
    padding: 0.66em 0 0.66em 2em;
    /* range 666w - 1023oo */
  }
}
@media only screen and (min-width: 1024px) {
  #hd .container {
    justify-content: flex-end;
    padding: 0 1em;
    height: 1.85em;
    /* midTab 1024w */
  }
}
@media only screen and (min-width: 1300px) {
  #hd .container {
    padding: 0;
  }
}
/* ===============================================
	logo
=============================================== */
#logo {
  line-height: 0;
  font-size: 0.7em;
  width: 14.85em;
  margin: 0.75em auto 1em 2%;
  display: block;
  position: relative;
}
@media only screen and (min-width: 666px) {
  #logo {
    position: absolute;
    top: 0;
    left: 0%;
    /* custom 666w */
  }
}
@media only screen and (min-width: 1024px) {
  #logo {
    font-size: inherit;
    margin: 0;
    top: 2.55em;
    left: 1em;
    /* maxTab 1024w */
  }
}
@media only screen and (min-width: 1300px) {
  #logo {
    left: -0.15em;
  }
}
#logo a {
  display: inline-block;
  vertical-align: top;
}
#logo img {
  width: 14.85em;
}
/* ===============================================
	contact info
=============================================== */
#contactinfo {
  text-align: center;
  width: 100%;
  margin: 0 0 0.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (min-width: 666px) {
  #contactinfo {
    width: auto;
    margin: 0 0 0 0;
    /* mintab 480w */
  }
}
#contactinfo .address {
  line-height: 1.25;
  font-size: 0.6em;
  color: #424242;
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  margin: 0 0.95em;
}
#contactinfo .address .icon {
  color: #9ca481;
  margin-right: 0.25em;
}
#contactinfo .phone {
  text-transform: uppercase;
  line-height: 1.25;
  font-size: 0.6em;
  color: #424242;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  margin: 0 0.95em;
}
#contactinfo .phone .icon {
  color: #9ca481;
  margin-right: 0.25em;
}
#contactinfo .mail {
  text-transform: uppercase;
  line-height: 1.25;
  font-size: 0.6em;
  color: #424242;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  margin: 0 0.95em;
}
#contactinfo .mail .icon {
  color: #9ca481;
  margin-right: 0.25em;
}
#contactinfo a {
  transition: color 0.33s ease-in-out;
}
#contactinfo a .icon {
  transition: color 0.33s ease;
}
#contactinfo a:hover {
  color: #9ca481;
}
#contactinfo a:hover .icon {
  color: #424242;
}
/* ===============================================
	utility-nav
=============================================== */
#utilitynav {
  line-height: 0;
  width: auto;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 400;
}
#utilitynav ul {
  line-height: 0;
  width: auto;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
#utilitynav ul li {
  line-height: 0;
  width: auto;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
#utilitynav ul li:nth-child(n+2) {
  margin: 0 0 0 0.5em;
}
#utilitynav a {
  line-height: 1.25;
  font-size: 0.6em;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  padding: 0;
  background: #424242;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out;
  padding-top: 0.3em;
}
@media only screen and (max-width: 1023px) {
  #utilitynav a {
    margin: 0.5em 1em;
  }
}
#utilitynav a:hover {
  color: #fff;
  background-color: #9ca481;
}
#utilitynav a.appointmentrequest {
  width: 14.41666667em;
  height: 3.75em;
}
/* ===============================================
	socialmedia
=============================================== */
.socialmedia {
  line-height: 0;
  text-align: center;
  width: auto;
  height: auto;
  padding: 0;
  position: relative;
  z-index: 300;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (min-width: 1024px) {
  .socialmedia {
    margin: 0 0.9em 0 0.3em;
  }
}
.socialmedia a {
  line-height: 1;
  font-size: 0.55em;
  color: #424242;
  display: inline-block;
  vertical-align: top;
  margin: 0em;
  position: relative;
  transition: transform 0.33s ease-in-out, color 0.33s ease-in-out;
}
.socialmedia a span {
  width: auto;
}
.socialmedia a:hover {
  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: 38.0952381vw;
  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 */
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1999px) {
  #slideshow {
    min-height: 800px;
    /* range 1300w - 1999oo */
  }
}
#slideshow #home-slideshow {
  width: 100%;
  margin: 0;
  aspect-ratio: 2000 /800;
}
@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;
  left: 0;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  z-index: 420;
  text-align: center;
}
@media only screen and (min-width: 1300px) {
  #slideshow .ssoverlay {
    top: 58.3%;
  }
}
#slideshow .ssoverlay h2.topic {
  color: white;
  font-size: 2.6em;
  line-height: 1.42307692;
  font-family: 'Lustria', serif;
  text-transform: none;
  font-weight: 400;
}
#slideshow .ssoverlay p {
  font-size: 1.55em;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0;
  font-weight: 300;
}
/* ==================================================================
	.spotlight
=================================================================== */
.spotlight {
  text-align: center;
  position: relative;
  z-index: 400;
}
.spotlight > div {
  position: relative;
}
/* ===============================================
	spot00 || COMMON GENERAL INFORMATION SPOTLIGHT SECTION REVERSE
=============================================== */
.spot01 {
  background-color: white;
  padding: 3em 0;
  isolation: isolate;
}
@media only screen and (max-width: 767px) {
  .spot01 {
    font-size: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) {
  .spot01 {
    font-size: 1.7vw;
    padding: 9em 0;
  }
}
@media only screen and (min-width: 1024px) {
  .spot01 {
    font-size: inherit;
    padding: 9.95em 0 10.75em 0em;
  }
}
@media only screen and (min-width: 1300px) {
  .spot01 {
    padding: 9.95em 0 10.75em 4.35em;
  }
}
.spot01 .mask {
  width: 50.5em;
  height: auto;
  position: absolute;
  z-index: -1;
  top: 2.4em;
  left: 50%;
  margin-left: -1.55em;
  display: block;
  transform: scale(0);
  transition: transform 1.5s ease;
}
@media only screen and (max-width: 767px) {
  .spot01 .mask {
    display: none;
  }
}
.spot01.animate .mask {
  transform: scale(1);
}
.spot01 .decoration {
  width: 23.25em;
  height: 32.5em;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .spot01 .decoration {
    order: 1;
    margin-bottom: 3em;
    font-size: 0.9em;
  }
}
@media only screen and (min-width: 768px) {
  .spot01 .decoration {
    margin: 0.15em 2.9em 0;
  }
}
.spot01 .decoration::before {
  content: '';
  width: 25.25em;
  height: 34.5em;
  border: 2px solid #424242;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
}
.spot01 .decoration img {
  width: 100%;
  height: auto;
  box-shadow: 0px 25px 25px 0px rgba(0, 0, 0, 0.15);
}
.spot01 h2.topic {
  line-height: 1.2;
  font-size: 4.05em;
  font-family: 'Lustria', serif;
  font-weight: 400;
  text-transform: capitalize;
  color: #877767;
  margin: 0 0 0.33em;
}
.spot01 h2.topic .trait {
  display: block;
  color: #424242;
  font-size: 0.18518519em;
  line-height: 1.2;
  text-transform: uppercase;
  font-family: 'Jost', Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.spot01 .mod {
  width: 96%;
  max-width: 23em;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .spot01 .mod {
    order: 2;
  }
}
@media only screen and (min-width: 768px) {
  .spot01 .mod {
    text-align: left;
    margin: 0 2.9em;
  }
}
.spot01 .mod .items {
  display: block;
}
.spot01 .mod .items .item {
  display: flex;
  position: relative;
  justify-content: flex-end;
  margin-bottom: 0.3em;
  text-align: left;
}
.spot01 .mod .items .item .icon {
  color: #9CA481;
  display: inline-block;
  position: relative;
  margin-right: 1.05em;
  transition: color 1s ease, transform 1s ease;
}
.spot01 .mod .items .item > div {
  display: inline-block;
}
.spot01 .mod .items .item > div h3.topic {
  font-size: 1.2em;
  line-height: 1.2;
  color: #9ca481;
  font-family: 'Lustria', serif;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 0.5em;
  transition: color 0.33s ease;
}
.spot01 .mod .items .item > div p {
  color: #424242;
  font-size: 0.7em;
  line-height: 1.2;
  font-weight: 400;
  font-family: 'Lustria', serif;
  max-width: 27.5em;
}
.spot01 .mod .items .item:nth-child(1) .icon {
  width: 1.35em;
  height: 1.5em;
  margin-top: 0.15em;
}
.spot01 .mod .items .item:nth-child(2) .icon {
  width: 1.3em;
  height: 1.3em;
  margin-right: 1.1em;
  margin-top: 0.3em;
}
.spot01 .mod .items .item:nth-child(3) .icon {
  width: 0.95em;
  height: 1.3em;
  margin-right: 1.3em;
  margin-top: 0.3em;
}
.spot01 .mod .items .item:nth-child(4) .icon {
  width: 1.1em;
  height: 1.3em;
  margin-right: 1.2em;
  margin-top: 0.2em;
}
.spot01 .mod .items .item:hover h3.topic {
  color: #424242;
}
.spot01 .mod .items .item:hover .icon {
  transform: rotateY(360deg);
  color: #424242;
}
/* ===============================================
	spot00 || COMMON SERVICES/CALLOUT-LIKE SECTION EXAMPLE
=============================================== */
.spot02 {
  text-align: center;
  padding: 3em 0;
  margin: 0;
  background: white center / cover no-repeat;
  position: relative;
  z-index: 410;
}
@media only screen and (max-width: 479px) {
  .spot02 {
    font-size: 0.95em;
  }
}
@media only screen and (min-width: 480px) {
  .spot02 {
    font-size: 1.35vw;
    padding: 7.5em 0;
  }
}
@media only screen and (min-width: 979px) {
  .spot02 {
    font-size: inherit;
  }
}
.spot02::before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.spot02 #spot02slideshow {
  display: inline-block;
  position: relative;
  width: 23.25em;
  height: 30.1em;
}
@media only screen and (max-width: 479px) {
  .spot02 #spot02slideshow {
    margin-bottom: 1em;
  }
}
.spot02 #spot02slideshow img {
  width: 100%;
  height: auto;
}
.spot02 #spot02slideshow::before {
  content: '';
  width: 21.25em;
  height: 28.6em;
  border: 2px solid white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 500;
  display: block;
}
@media only screen and (min-width: 480px) {
  .spot02 #spot02slideshow {
    margin: 0 2.05em;
    vertical-align: middle;
    transform: translateX(-5.38em);
  }
}
.spot02 .mod {
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 479px) {
  .spot02 .mod {
    font-size: 0.9em;
  }
}
@media only screen and (min-width: 480px) {
  .spot02 .mod {
    padding-top: 1.7em;
    margin: 0 2em;
  }
}
.spot02 .mod h2.topic {
  color: #fff;
  font-family: 'Lustria', serif;
  font-size: 4.55em;
  line-height: 1.2;
  text-transform: capitalize;
  font-weight: 400;
  margin-bottom: 0.65em;
}
.spot02 .mod .spot02pager a {
  display: block;
  text-align: left;
  font-size: 2.25em;
  line-height: 1.2;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0.88em;
  color: #bdbdbc;
  transition: opacity 0.33s ease, transform 0.33s ease;
  transform-origin: left;
}
.spot02 .mod .spot02pager a.cycle-pager-active {
  color: #fff;
  opacity: 1;
}
@media only screen and (min-width: 480px) {
  .spot02 .mod .spot02pager a.cycle-pager-active {
    transform: scale(1.18) translateY(0.03em);
  }
}
/* ==================================================================
	content
=================================================================== */
#bd {
  padding: 0 0 3em;
  background: #fff;
  position: relative;
  z-index: 400;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  #bd {
    padding: 5em 0 6em;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 1300px) {
  #bd {
    padding: 11.5em 0.9em 6em 0;
  }
}
#bd::after {
  content: '';
  width: 48.7em;
  height: 50.25em;
  background: url(../images/spotlight/intmask.png) center / cover no-repeat;
  position: absolute;
  top: 2.5em;
  left: 50%;
  z-index: -1;
  margin-left: 1.27em;
  display: none;
}
@media only screen and (min-width: 1024px) {
  #bd::after {
    display: block;
  }
}
@media only screen and (min-width: 1300px) {
  #bd::after {
    top: 9em;
  }
}
#bd .container {
  max-width: 63.75em;
}
#content {
  display: block;
}
#content ul {
  margin: 0 0 1.3em 1.9em;
  width: 100%;
}
#content ul li::marker {
  content: '• ';
}
@media only screen and (min-width: 768px) {
  #content {
    width: 49.49019608%;
    max-width: 31.55em;
    float: left;
    /* midTab 768w */
  }
  #content p {
    text-align: justify;
  }
}
#content .content-text {
  line-height: 1.68421053;
}
@media only screen and (min-width: 1300px) {
  #content .content-text {
    font-size: 0.95em;
    /* desk 1300w */
  }
}
/* ==================================================================
	.home content
=================================================================== */
.home #bd {
  padding: 3em 0;
}
@media only screen and (min-width: 768px) {
  .home #bd {
    padding: 4em 0 4em;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 1024px) {
  .home #bd {
    padding: 5.4em 0 5.8em;
    min-height: 58em;
  }
}
.home #bd::after {
  content: none;
}
.home #bd .decoration {
  width: 23.25em;
  height: 32.5em;
  position: absolute;
  top: 15.15em;
  left: 50%;
  margin-left: 4.85em;
  display: none;
}
@media only screen and (min-width: 1300px) {
  .home #bd .decoration {
    display: block;
  }
}
.home #bd .decoration::before {
  content: '';
  width: 25.25em;
  height: 34.5em;
  border: 2px solid #424242;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
}
.home #bd .decoration img {
  width: 100%;
  box-shadow: 0px 25px 25px 0px rgba(0, 0, 0, 0.15);
  height: auto;
}
.home #bd .contentmask {
  width: 41.25em;
  height: auto;
  position: absolute;
  top: 3.85em;
  left: 50%;
  z-index: -1;
  margin-left: -0.35em;
  display: none;
  transform: scale(0);
  transition: transform 1.5s ease;
}
@media only screen and (min-width: 1300px) {
  .home #bd .contentmask {
    display: block;
  }
}
.home #bd.animate .contentmask {
  transform: scale(1);
}
.home #bd .container {
  max-width: 64.5em;
}
@media only screen and (min-width: 768px) {
  .home #bd #content {
    width: 100%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    float: none;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 1300px) {
  .home #bd #content {
    max-width: 31.45em;
    margin-left: 0;
    /* desk 1300w */
  }
}
.home #bd #content .content-text h3 {
  color: #929691;
  font-size: 1.31578947em;
  line-height: 1.28;
  font-family: 'Lustria', serif;
  font-weight: 400;
  margin-bottom: 0.7em;
  text-transform: none;
}
.home #bd #content .content-text a {
  color: #9ca481;
  transition: color 0.33s ease, opacity 0.33s ease;
}
.home #bd #content .content-text a:hover {
  color: #757474;
  opacity: 70%;
}
.home #bd #content .content-text ul {
  margin: 0 0 1.3em 1.9em;
  width: 70%;
}
.home #bd #content .content-text ul li {
  margin-bottom: 1.3em;
}
.home #bd #content .content-text ul li::marker {
  content: '• ';
}
@media only screen and (min-width: 1300px) {
  .home #bd #content .content-text {
    /* desk 1300w */
  }
}
.home #bd #content p {
  margin-bottom: 1.25em;
}
@media only screen and (min-width: 768px) {
  .home #bd #content p {
    text-align: justify;
    /* midTab 768w */
  }
}
/* ==================================================================
	custom content
=================================================================== */
.mediaslider {
  text-align: center;
}
.mediaslider .cycle-slideshow {
  width: 100%;
  margin: 0.5em 0 1.5em;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .mediaslider .cycle-slideshow .cycle-slide {
    padding: 0 5%;
    /* midTab opt-out 768oo */
  }
}
.mediaslider .cycle-slideshow > button {
  font-size: 2.8em;
  color: #757474;
  background: none;
  border: none;
  -webkit-appearance: none;
  position: absolute;
  top: 50%;
  z-index: 900;
  transform: translate3d(0, -50%, 0);
}
.mediaslider .cycle-slideshow > button .icon {
  transition: transform 0.35s ease, opacity 0.35s ease;
}
.mediaslider .cycle-slideshow > button.cycle-prev {
  text-align: left;
  left: 0;
}
.mediaslider .cycle-slideshow > button.cycle-prev .icon {
  transform-origin: left center;
}
.mediaslider .cycle-slideshow > button.cycle-next {
  text-align: right;
  direction: rtl;
  right: 0;
}
.mediaslider .cycle-slideshow > button.cycle-next .icon {
  transform-origin: right center;
}
.mediaslider .cycle-slideshow > button:hover {
  cursor: pointer;
}
.mediaslider .cycle-slideshow > button:hover .icon {
  transform: scale(1.44);
  opacity: 0.68;
}
/* content centered for slideshow and video-centric content */
.before-and-after #content,
.office-tour #content,
.smile-gallery #content,
.meet-the-team #content,
.invisalign-videos #content {
  text-align: center;
}
.before-and-after #content h1,
.office-tour #content h1,
.smile-gallery #content h1,
.meet-the-team #content h1,
.invisalign-videos #content h1,
.before-and-after #content h2,
.office-tour #content h2,
.smile-gallery #content h2,
.meet-the-team #content h2,
.invisalign-videos #content h2,
.before-and-after #content h3,
.office-tour #content h3,
.smile-gallery #content h3,
.meet-the-team #content h3,
.invisalign-videos #content h3,
.before-and-after #content p,
.office-tour #content p,
.smile-gallery #content p,
.meet-the-team #content p,
.invisalign-videos #content p {
  text-align: center;
}
.before-and-after .img-left,
.office-tour .img-left,
.smile-gallery .img-left,
.meet-the-team .img-left,
.invisalign-videos .img-left {
  float: none;
  margin: 0 auto;
}
/* blockquote styling */
#content blockquote {
  margin: 0 0 1.58em;
  padding: 0 0 0 1em;
  border-left: 0.33em solid #f0f0f0;
}
/* comment line below if patient-login is live and legit */
.financial-information #financial-online-services {
  display: none;
}
/* office location ancillary image style */
@media only screen and (max-width: 767px) {
  .locationimg {
    margin: 0 auto 1em;
    /* midTab 768oo */
  }
}
@media only screen and (min-width: 768px) {
  .locationimg {
    margin: 0 0 1em 1em;
    float: right;
    /* midTab 768w */
  }
}
/* common treatments */
.before-after-image {
  width: 44%;
  display: inline-block;
  vertical-align: top;
}
.before-after-image img,
.before-after-image span {
  display: block;
}
@media only screen and (min-width: 768px) {
  .before-after-image img,
  .before-after-image span {
    width: 100%;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 768px) {
  .before-after-box,
  p.before-after-text {
    width: 49%;
    display: inline-block;
    vertical-align: top;
  }
  /* midTab 768w */
}
/* common procedures */
@media only screen and (min-width: 1300px) {
  .common-procedures #content h2[id] {
    scroll-margin-top: 10em;
  }
  /* desk 1300w */
}
/* preventive-care */
.preventive-care #content ul {
  display: inline-block;
}
/* reduces dimensions of coronavirus tab */
#coronavirus-update {
  font-size: 0.85em;
  padding: 0.5em 1.25em !important;
  left: 0.5em !important;
}
@media only screen and (min-width: 1300px) {
  #coronavirus-update {
    font-size: 1em;
    /* desk 1300w */
  }
}
/* ==================================================================
	meet the team page classes for individual and full team images 
=================================================================== */
.staff {
  width: 45%;
  max-width: 10em;
  margin: 0 0 1em 1em;
  display: block;
  float: right;
}
.team {
  width: 100%;
  max-width: 1000px;
  margin: 2% auto;
  display: block;
}
/* ==================================================================
	sitemap
=================================================================== */
.sitemap #content .column > ul > li {
  margin-bottom: 1.45em;
}
.sitemap #content ul {
  margin-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.sitemap #content ul a {
  line-height: 1.28;
  font-size: 1.31578947em;
  font-weight: 400;
  text-transform: capitalize;
  text-decoration: none;
  font-family: 'Lustria', serif;
  color: #929691;
  transition-duration: 0s;
}
.sitemap #content ul ul li a {
  line-height: 1.68421053;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  color: #424242;
  margin-left: 0;
  font-family: 'Jost', Helvetica, Arial, sans-serif;
  /*to increase space adjust [body.sitemap #bd ul ul li] below*/
}
.sitemap #content a:hover {
  text-decoration: none;
  color: #9ca481;
  opacity: 70%;
}
body.sitemap #bd ul li {
  list-style: none;
}
body.sitemap #bd ul li::marker {
  content: none !important;
}
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;
  padding: 0;
  display: block;
  position: relative;
  z-index: 420;
}
@media only screen and (min-width: 768px) {
  #sidebar {
    width: 30.03921569%;
    margin: 0.3em 0.05em 1em 0;
    float: right;
    clear: right;
    display: flex;
    flex-direction: column;
    /* midTab 768w */
  }
}
/* ===============================================
	sitepics
=============================================== */
#hide-stock {
  position: relative;
  width: 100%;
  max-width: 19.15em;
  margin: 0 auto 6%;
  padding: 0;
  display: none;
}
#hide-stock::before {
  content: '';
  width: 108%;
  height: 106%;
  border: 2px solid #424242;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  #hide-stock {
    margin-bottom: 1.4em;
    display: block;
    order: 1;
    /* midTab 768w */
  }
}
#hide-stock2 {
  width: 70%;
  max-width: 12.95em;
  position: absolute;
  top: 3.8em;
  right: 92%;
  display: none;
}
@media only screen and (min-width: 768px) {
  #hide-stock2 {
    display: block;
  }
}
#hide-stock2 img {
  width: 100%;
}
.stock {
  width: 100%;
  position: relative;
  box-shadow: 0px 25px 25px 0px rgba(0, 0, 0, 0.15);
}
/* ===============================================
	show doctor image on all devices
=============================================== */
/*.home,*/
/*body[class^='meet-the-'], body[class^='meet-our-'],*/
.meet-the-doctor #hide-stock,
body[class*='meet-dr-'] #hide-stock,
body[class*='meet-doctor-'] #hide-stock {
  display: block;
}
body[class~='blog'] #hide-stock {
  display: none;
}
/* ==================================================================
	SUBNAV || SIDE ORIENTED
=================================================================== */
#subnav {
  color: #fff;
  margin: 0 0 6%;
  background: #9ca481;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  #subnav {
    text-align: center;
    padding: 3em 10% 4em;
    /* midTab opt-out 767oo */
  }
}
@media only screen and (min-width: 768px) {
  #subnav {
    text-align: center;
    padding: 2em 1em 2.8em 1.3em;
    order: 2;
    /* midTab 768w */
  }
}
#subnav h2.topic {
  line-height: 1.2;
  font-size: 1.1em;
  text-align: inherit;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  height: 1.59090909em;
  width: 100%;
  margin: 0 auto 1.1em;
  display: block;
  position: relative;
  z-index: 400;
}
#subnav p {
  line-height: 1.2;
  font-size: 0.75em;
  text-transform: capitalize;
  width: 100%;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
  text-align: center;
  font-family: 'Lustria', serif;
}
#subnav a {
  color: #fff;
  margin: 0 0.8em;
  padding: 0.6em 0;
  white-space: nowrap;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media only screen and (min-width: 768px) {
  #subnav a {
    width: 100%;
    margin: 0;
    float: left;
    clear: left;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 1300px) {
  #subnav a {
    padding: 0;
    /* desk 1300w */
  }
}
#subnav a:hover,
#subnav a.active {
  color: #424242;
  text-decoration: none;
}
/* END SIDEBAR - */
/* ===============================================
	spot00 || COMMON SERVICES/CALLOUT-LIKE SECTION EXAMPLE
=============================================== */
.spot03 {
  text-align: center;
  padding: 3em 2em;
  margin: 0;
  background: #f7f6f4;
  position: relative;
  z-index: 410;
}
@media only screen and (max-width: 767px) {
  .spot03 {
    font-size: 1em;
  }
}
@media only screen and (min-width: 768px) {
  .spot03 {
    font-size: 1.7vw;
  }
}
@media only screen and (min-width: 1024px) {
  .spot03 {
    font-size: inherit;
    padding: 4.85em 0;
  }
}
.spot03 .row {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.spot03 .row img.award {
  width: 7.6em;
  min-width: 7.6em;
  height: auto;
}
@media only screen and (max-width: 1023px) {
  .spot03 .row img.award {
    display: none;
  }
}
.spot03 .row img.award.first {
  margin-left: 0;
}
.spot03 .row img.award.last {
  margin-right: 0;
}
@media only screen and (min-width: 1024px) {
  .spot03 .row:nth-child(1) {
    margin-bottom: 8.55em;
    right: 0.1em;
  }
}
.spot03 .row:nth-child(1) img.award {
  margin: 0 5.3em;
}
@media only screen and (min-width: 1024px) {
  .spot03 .row:nth-child(2) {
    margin-bottom: 10em;
  }
}
.spot03 .row:nth-child(2) img.award {
  margin: 0 3em;
}
.spot03 .row:nth-child(3) img.award {
  margin: 0 5em;
}
.spot03 .row h2.topic {
  font-size: 4.75em;
  color: #9ca481;
  font-family: 'Lustria', serif;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1;
  position: relative;
  margin: 0 0 0.5em;
}
@media only screen and (min-width: 1024px) {
  .spot03 .row h2.topic {
    width: 7.89473684em;
    min-width: 7.89473684em;
    right: 0.08em;
    top: 0.08em;
    margin: 0 0.6em;
    line-height: 0.8;
  }
}
.spot03 .row h2.topic .trait {
  font-size: 0.93684211em;
  line-height: 0.9;
  text-transform: uppercase;
  font-weight: 400;
  font-family: 'Jost', Helvetica, Arial, sans-serif;
}
.spot03 .row .spotbtn {
  color: #000;
  font-size: 0.6em;
  line-height: 1.2;
  font-family: 'Lustria', serif;
  text-transform: uppercase;
  padding: 0 0.5em;
  min-width: 17.08333333em;
  width: 17.08333333em;
  height: 6.16666667em;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #000;
  margin: 0;
  position: relative;
  transition: color 0.33s ease;
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  letter-spacing: 0.04em;
}
.spot03 .row .spotbtn::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #9ca481;
  z-index: -1;
  transform: scaleX(0);
  transition: transform 0.33s ease;
}
.spot03 .row .spotbtn:hover {
  color: white;
}
.spot03 .row .spotbtn:hover::before {
  transform: scaleX(1);
}
@media only screen and (min-width: 768px) {
  .spot03 .row .spotbtn {
    margin: 0 8.3em;
    left: 0.4em;
    top: 0.5em;
  }
}
/* ===============================================
	spot00 || COMMON TESTIMONIAL SLIDESHOW SECTION EXAMPLE
=============================================== */
.spot04 {
  padding: 3em 0;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .spot04 {
    font-size: 0.8em;
  }
}
@media only screen and (min-width: 768px) {
  .spot04 {
    font-size: 1.7vw;
  }
}
@media only screen and (min-width: 1024px) {
  .spot04 {
    font-size: inherit;
    padding: 7em 0;
  }
}
.spot04 .cycle-slideshow {
  color: #9ca481;
  width: 96%;
  max-width: 40em;
  margin: 0 auto;
  display: block;
}
.spot04 .cycle-slideshow:hover {
  color: #848d65;
}
.spot04 .cycle-slide {
  width: 100%;
  display: block;
  transition: color 0.33s ease-in-out;
}
.spot04 .testimony {
  line-height: 1.2;
  font-weight: 400;
  font-size: 2.35em;
  display: block;
  color: #424242;
  text-align: left;
  margin-bottom: 1.9em;
}
@media only screen and (max-width: 767px) {
  .spot04 .testimony {
    margin-bottom: 1em;
  }
}
.spot04 .testimony::before {
  content: '“';
  position: absolute;
  font-size: 1em;
  top: 0.05em;
  left: -0.9em;
  color: inherit;
}
.spot04 .mod {
  display: block;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .spot04 .mod {
    text-align: center;
  }
}
.spot04 .mod img {
  width: 6.6em;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.5em 0 0;
}
.spot04 .mod .testifier {
  line-height: 1.2;
  font-size: 1.25em;
  text-transform: uppercase;
  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
  color: #9ca481;
  margin: 0.2em 0 0 1em;
}
.spot04 .mod .testifier::after {
  content: '';
  width: 3.16em;
  height: 2px;
  background-color: #9ca481;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.5em 0.2em 0.7em;
}
@media only screen and (max-width: 767px) {
  .spot04 .mod .testifier {
    margin: 0 1em 0 0.8em;
  }
  .spot04 .mod .testifier::after {
    content: none;
  }
}
.spot04 .mod .spotbtn {
  color: #9ca481;
  display: inline-block;
  vertical-align: middle;
  font-size: 0.75em;
  line-height: 3.4;
  font-weight: 400;
  background-color: transparent;
  width: 12.7em;
  text-align: center;
  height: 3.53333333em;
  margin-top: 0.5em;
  text-transform: uppercase;
  border: 1px solid #9ca481;
  position: relative;
  transition: color 0.33s ease;
}
.spot04 .mod .spotbtn::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #9ca481;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: scaleX(0);
  transition: transform 0.33s ease;
}
.spot04 .mod .spotbtn:hover {
  color: white;
}
.spot04 .mod .spotbtn:hover::before {
  transform: scaleX(1);
}
.spot05 {
  background-color: white;
  position: relative;
  display: none;
}
@media only screen and (min-width: 1024px) {
  .spot05 {
    font-size: inherit;
    padding: 0;
    height: 20.8em;
    display: block;
  }
}
.spot05 .row {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.spot05 .row:nth-child(1) {
  top: 0em;
}
.spot05 .row:nth-child(2) {
  bottom: 6.4em;
  margin-left: 30em;
}
.spot05 .row::before,
.spot05 .row::after {
  content: none;
}
.spot05 .row p {
  font-size: 6em;
  line-height: 1;
  color: #877767;
  text-transform: capitalize;
  font-weight: 400;
  font-family: 'Lustria', serif;
  white-space: nowrap;
  margin: 0;
}
.spot05 .row p .divider {
  display: inline-block;
  width: 1.26666667em;
  height: 0.04166667em;
  background-color: #877767;
  margin: 0 0.22em 0 0.33em;
  vertical-align: middle;
  position: relative;
}
/* ==================================================================
	#ft
=================================================================== */
#ft {
  text-align: center;
  width: 100%;
  padding: 0;
  background: #424242;
  background-size: cover;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #ft {
    font-size: 1em;
    padding: 3em 0;
  }
}
@media only screen and (min-width: 768px) {
  #ft {
    font-size: 1.4vw;
  }
}
@media only screen and (min-width: 1024px) {
  #ft {
    font-size: inherit;
  }
}
#ft a {
  transition: color 0.33s ease-in-out;
}
#ft a:hover {
  color: #9ca481;
}
/* ===============================================
		locations
=============================================== */
.util {
  line-height: 2.5;
  font-size: 0.6em;
}
@media only screen and (max-width: 767px) {
  .util.desktop {
    display: none;
  }
  .util.mobile {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .util.desktop {
    display: block;
    position: relative;
    left: 0.2em;
  }
  .util.mobile {
    display: none;
  }
}
.util a {
  color: #e6e0da;
  transition: color 0.33s ease-in-out;
}
.util a:hover {
  color: #9ca481;
}
.util a,
.util .divider {
  display: inline-block;
  color: #e6e0da;
}
.util .divider {
  margin: 0 0em;
}
#location {
  width: 100%;
  display: block;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  #location {
    flex-direction: column;
  }
}
#location .map {
  width: 26.05em;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  #location .map {
    display: none;
  }
}
#location .left {
  text-align: center;
  width: 100%;
  max-width: 25em;
  display: block;
}
@media only screen and (min-width: 768px) {
  #location .left {
    width: 20em;
    text-align: right;
    padding-right: 4.4em;
    padding-bottom: 0.75em;
    align-self: flex-end;
  }
}
#location .right {
  display: block;
  width: 20em;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #location .right {
    text-align: left;
    padding-left: 4.25em;
    padding-top: 0.3em;
  }
}
#location .logo {
  color: #fff;
  font-size: 2em;
  font-weight: 400;
  font-family: 'Lustria', serif;
  text-transform: capitalize;
  line-height: 1.2;
  display: block;
  margin-bottom: 1em;
}
@media only screen and (min-width: 768px) {
  #location .logo {
    margin-bottom: 1.55em;
  }
}
#location .logo span {
  display: block;
  font-family: 'Jost', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 0.8em;
  line-height: 1.2;
}
#location p {
  color: white;
  margin-bottom: 0;
  font-size: 0.9em;
  line-height: 1.38888889;
}
#location p.last {
  margin-bottom: 1.5em;
}
@media only screen and (min-width: 768px) {
  #location p.last {
    margin-bottom: 2.6em;
  }
}
#location .names {
  margin-bottom: 1em;
}
@media only screen and (min-width: 768px) {
  #location .names {
    margin-bottom: 4em;
  }
}
#location .names .dr {
  color: white;
  font-size: 1.2em;
  line-height: 1.1;
  font-weight: 400;
  font-family: 'Lustria', serif;
  text-transform: capitalize;
  margin-bottom: 0.5em;
  width: 47%;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  #location .names .dr {
    width: auto;
    display: block;
  }
}
#location .names .dr:hover {
  color: #9ca481;
}
#location .phone {
  line-height: 1.38888889;
  font-size: 1em;
  display: inline-block;
  color: white;
}
#location .address {
  line-height: 1.38888889;
  font-size: 0.9em;
  margin: 0 0 1.4em;
  display: block;
  position: relative;
  color: white;
}
@media only screen and (min-width: 768px) {
  #location .address {
    width: 17.5em;
  }
}
#location .address .marker {
  line-height: 1;
  font-size: 3.66666667em;
  color: #757474;
  margin-left: 2.4em;
  position: absolute;
  left: -167.5%;
  top: 1.28em;
  z-index: 400;
  transition: transform 0.33s ease-in-out;
  transform-origin: center bottom;
}
@media only screen and (max-width: 767px) {
  #location .address .marker {
    display: none;
    /* midTab 768oo */
  }
}
@media only screen and (min-width: 768px) {
  #location .address .marker {
    display: block;
    /* midTab 768w */
  }
}
#location .address .marker:before {
  color: #9ca481;
}
#location .address .marker:after {
  content: '';
  width: 1.10606061em;
  height: 1.01515152em;
  background: url(../images/footer/shadowalt.png) no-repeat center center;
  left: 0.2em;
  bottom: -0.15em;
  z-index: -1;
  -webkit-filter: blur(0.04125em);
  filter: blur(0.04125em);
  background-size: cover;
  position: absolute;
  pointer-events: none;
}
#location .address:hover .marker {
  transform: translate3d(0, 0, 0) scale(2);
}
#location .officehours {
  color: white;
  margin-bottom: 1em;
}
@media only screen and (min-width: 768px) {
  #location .officehours {
    margin-bottom: 0;
  }
}
#location .officehours .days,
#location .officehours .hours {
  display: block;
  font-size: 0.65em;
  line-height: 1.38461538;
  font-weight: 400;
}
#location .officehours .days.margin,
#location .officehours .hours.margin {
  margin-bottom: 1.35em;
}
/* ==================================================================
		#links
=================================================================== */
#links {
  text-align: center;
  color: #000;
  padding: 2em 0;
  margin: 0;
  background-color: #fff;
}
@media only screen and (min-width: 768px) {
  #links {
    height: 5.45em;
    padding: 1.5em 0 0;
    /* midTab 768w  */
  }
}
/* ===============================================
		sesame link
=============================================== */
a.sesame-link sup {
  font-size: 1.2em;
  top: 0;
}
a.sesame-link .sesameicon {
  width: 1.33333333em;
  height: 1.16666667em;
  margin-right: 0.58333333em;
  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;
  width: auto;
  margin: auto;
  display: block;
  position: relative;
}
a#backtotop {
  line-height: 3.8;
  font-size: 0.6em;
  color: #877767;
  font-weight: 400;
  display: inline-block;
  vertical-align: top;
  transition: color 0.33s ease-in-out;
  text-transform: capitalize;
  font-family: 'Lustria', serif;
  border: 2px solid #9ca481;
  width: 4em;
  height: 4em;
  transition: color 0.33s ease, background-color 0.33s ease;
}
a#backtotop:hover {
  background-color: #9ca481;
  color: white;
}
/*superlative*/
/************************************************************************************************************************************************/
/* hide double hr aka div.hr */
hr,
.types-of-braces #content div.clear {
  font-size: inherit;
  height: 1px;
  width: 100%;
  margin: 1.58em 0;
  background: #666;
  border: none;
  display: block;
}
.brushing-and-flossing .content-text hr {
  float: left;
}
/* ===============================================
	success message
=============================================== */
.success {
  font-weight: 400;
  text-transform: none;
  color: #fff;
  width: 100%;
  padding: 1rem;
  background: #757474;
  float: left;
}
/* ===============================================
	Form Buttons
=============================================== */
form button {
  letter-spacing: normal;
  font-size: small;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  height: 38px;
  padding: 0 1.5em;
  background-color: #757474;
  border: 1px solid #757474;
  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: #9ca481;
  background-color: #9ca481;
}
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;
}
/* ===============================================
	blog sidebar sharethiswidget styles
=============================================== */
#blog_search label,
p.share-text {
  margin-bottom: 10px;
}
/* ===============================================
	generic button for quick use by PM/PAs
=============================================== */
a.intbtn,
#content a.intbtn {
  line-height: 48px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  height: 48px;
  width: auto;
  text-decoration: none;
  padding: 0 1.5em;
  background-color: #757474;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: background-color 0.33s ease-in-out;
}
a.intbtn:hover,
#content a.intbtn:hover {
  background-color: #9ca481;
}
/* ===============================================
	.screenreader 
	a11y support for descriptive text on vaguely worded buttons
	https://gomakethings.com/hidden-content-for-better-a11y/#hidden-labels
=============================================== */
.screenreader {
  white-space: nowrap;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
/************************************************************************************************************************************************/
/* end superlatives */
/* ===============================================
Tablet
Supports 768px (768px) and up
=============================================== */
@media only screen and (min-width: 768px) {
  /* ===============================================
	blanket content sidebar hide
=============================================== */
  .sitemap #bd.sub:after,
  .layout-full-width #bd.sub:after {
    content: none;
  }
  .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;
    width: 100%;
    display: block;
    clear: both;
  }
  .which-is-right-for-me #content a[href^='/sesame_media/docs/'] img {
    display: inline-block;
  }
  .in-ovation-testimonials .embed-container {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  [class^='inovation-chart-'] {
    max-width: 50%;
    display: inline-block;
  }
  .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%;
    margin: 2%;
    display: inline-block;
    float: none;
  }
  .in-ovation-videos .content-text h2 {
    text-align: center;
  }
  .in-ovation-videos .content-text .embed-container {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  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.675em;
    margin-top: 1.725em;
    box-shadow: none;
    position: relative;
    top: auto;
    z-index: 2900;
  }
  #main-nav .container {
    max-width: 64.3em;
    padding: 0 1em;
  }
  #main-nav div.collapsible {
    margin: 0 auto;
  }
  #main-nav ul {
    height: 3.675em;
    width: auto;
    padding: 0;
    margin: 0;
    background: none;
    position: static;
    float: right;
  }
  #main-nav ul li {
    height: 100%;
    margin: 0 1.225em 0 0;
    background: none;
    vertical-align: top;
    position: relative;
    float: none;
    clear: none;
  }
  #main-nav ul li.contact,
  #main-nav ul li.contact-us {
    margin-right: 0;
    padding-right: 0;
  }
  #main-nav ul li a[id] {
    line-height: 1.9047619;
    text-align: center;
    height: 100%;
    z-index: 3000;
  }
  #main-nav ul li.dental ul {
    column-count: 2;
    column-gap: 0em;
  }
  #main-nav ul ul {
    width: auto;
    height: auto;
    padding: 1.35em 0 1.55em;
    position: absolute;
    display: none;
    z-index: 2800;
    overflow: hidden;
  }
  #main-nav ul ul::before {
    content: '';
    width: 100%;
    height: 1em;
    pointer-events: none;
    position: absolute;
    top: -1em;
    left: 0;
    box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.15);
    z-index: 1000;
  }
  #main-nav ul ul li {
    height: 1.25em;
    margin: 0;
    padding: 0;
    float: left;
    opacity: 1;
  }
  #main-nav ul ul li a {
    line-height: 1.78571429;
    text-align: left;
    white-space: nowrap;
    height: 1.78571429em;
    padding: 0 2.07142857em;
    padding: 0 2.1em 0 2.3em;
    float: left;
  }
  #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 {
    display: block;
    left: -1.45em;
    /*top:37px;*/
  }
  #main-nav ul li.contact-us:hover ul,
  #main-nav ul li.contact:hover ul {
    margin: 0;
    left: auto;
    right: -1.45em;
  }
  /*END*/
}
@media only screen and (min-width: 1300px) {
  #main-nav .container {
    padding: 0;
  }
}
/* ie nonsense */
/***********************************************
target ie11: html[data-useragent*='Trident/7.0']
***********************************************/
html[data-useragent*='Trident/7.0'] {
  /* END */
}
/* custom animations */
@keyframes flyinmobilenav {
  from {
    transform: translate(100%, 0);
    opacity: 0;
    pointer-events: none;
  }
  to {
    transform: translate(0, 0);
    opacity: 1;
    pointer-events: auto;
  }
}
/* ===============================================
	embed-container enhanced support
=============================================== */
@supports (aspect-ratio: 16 / 9) and (object-fit: cover) {
  .embed-container,
  .embed-container.ratio16x9 {
    height: auto;
    aspect-ratio: 16 / 9;
    max-width: min( 33.21052632em , 1200px );
    padding: 0;
    display: block;
  }
  .embed-container embed,
  .embed-container.ratio16x9 embed,
  .embed-container object,
  .embed-container.ratio16x9 object,
  .embed-container iframe,
  .embed-container.ratio16x9 iframe {
    object-fit: cover;
    position: relative;
    top: auto;
    left: auto;
  }
}
