/* 
 Date Created: March 2023
 
 Account: tibbs-maria
 Written by: Ricky Rivas
 
 Sesame Communications - All rights reserved. C2023
 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,
button {
  font-family: 'Poppins', Helvetica, Arial, sans-serif;
}
svg {
  display: inline-block;
}
body {
  font-size: 15px;
  color: #333;
  background: #ccc;
  overflow: hidden;
}
@media only screen and (min-width: 1300px) {
  body {
    font-size: 20px;
    /* desk 1300w */
  }
}
.staff-item img {
  margin-bottom: 1.5em;
}

.embed-container-fix {
    width: 100%;
    position: relative;
    padding-bottom: 32.75%;
    height: 0;
    overflow: hidden;
    margin: 1.58em auto;
    max-width: 440px;
}

.embed-container-fix iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /* height:100%; */
}

@media only screen and (max-width: 425px) {
  .embed-container-fix {
      padding-bottom: 58.5%;
  }
  .embed-container-fix iframe {
       height:100%; 
  }
}
/* ===============================================
	links 
=============================================== */
a {
  text-decoration: none;
}
#content a {
  color: #ca9a2d;
  text-decoration: underline;
  transition: opacity 0.33s ease-in-out;
}
#content a:hover {
  opacity: 60%;
}
/* ===============================================
	h family || hfam 
=============================================== */
h1,
h2:not(.topic),
h3:not(.topic),
h4,
h5,
h6 {
  line-height: 1;
  text-align: left;
  color: #ca9a2d;
  margin: 0 0 1.44em;
  text-rendering: auto;
  font-family: 'Bellefair', serif;
  text-transform: uppercase;
  font-weight: 400;
}
.sub h1 {
  font-size: 10vw;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0;
  color: white;
  text-align: center;
  margin-left: -0.1em;
  max-width: 15em;
}
@media only screen and (min-width: 480px) {
  .sub h1 {
    font-size: 3.5em;
    /* mintab 480w */
  }
}
.home h1 {
  font-size: 9.3vw;
  text-align: left;
  margin: 0 0 0.38em;
}
@media only screen and (min-width: 480px) {
  .home h1 {
    font-size: min(5.1vw, 3.55em)
    /* mintab 480w */;
  }
}
@media only screen and (min-width: 1024px) {
  .home h1 {
    white-space: nowrap;
  }
}
.home h1 .trait.top {
  display: block;
  line-height: 1.09259259;
  font-size: 0.76056338em;
  text-transform: lowercase;
  color: #63656a;
  font-weight: 200;
  font-family: 'Poppins', Helvetica, Arial, sans-serif;
  margin-left: 0.03em;
}
h2:not(.topic) {
  font-size: 1.31578947em;
  color: #63656a;
}
h3:not(.topic) {
  font-size: 1.21052632em;
  color: #ca9a2d;
}
h4 {
  font-size: 1.10526316em;
  color: #333333;
}
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 0 0.25em;
  background-color: #333333;
  position: relative;
  z-index: 3000;
}
@media only screen and (min-width: 666px) {
  #masthead {
    padding: 0;
  }
}
@media only screen and (min-width: 1024px) {
  #masthead {
    font-size: 1.1em;
    width: 100%;
    /* maxTab 1024w */
    background-color: rgba(51, 51, 51, 0.9);
  }
}
@media only screen and (min-width: 1300px) {
  #masthead {
    font-size: inherit;
    position: fixed;
    top: 0;
    z-index: 3000;
    background-color: transparent;
    /* desk 1300w */
  }
  #masthead::before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(51, 51, 51, 0.9);
    transition: top 0.33s ease;
  }
  #masthead.ready::before {
    top: -100%;
  }
  #masthead.ready #logo {
    opacity: 0;
  }
}
#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(202, 154, 45, 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: #ca9a2d;
  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: #ca9a2d;
}
#main-nav .trigger:hover .navicon span {
  /* background:@color1; */
}
#main-nav .open .trigger {
  color: #ca9a2d;
}
#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(99, 101, 106, 0.9);
  position: relative;
  float: right;
  z-index: 550;
}
#main-nav ul li {
  clear: both;
}
#main-nav ul li a[id] {
  line-height: 2.22222222;
  font-size: 0.9em;
  text-transform: uppercase;
  color: #fff;
  width: auto;
  height: 2.22222222em;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: color 0.33s ease;
  font-family: 'Bellefair', serif;
}
#main-nav ul li a[id]:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: currentcolor;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0.6em;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  transform: translate3d(0, 0, 0) scaleX(0);
  opacity: 0;
}
#main-nav ul li.open > a[id],
#main-nav ul li.active > a[id],
#main-nav ul li:hover > a[id] {
  color: #ca9a2d;
  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: #63656a;
  display: inline;
  float: left;
}
#main-nav ul ul li {
  width: 100%;
  background: none;
  float: left;
}
#main-nav ul ul li a {
  line-height: 2.66666667;
  font-size: 0.75em;
  color: #fff;
  width: 100%;
  height: 2.66666667em;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
#main-nav ul li.active ul li a:hover,
#main-nav ul ul li a:hover,
#main-nav ul ul li a.active {
  text-decoration: none;
  color: white;
  margin-bottom: 0;
  background: #ca9a2d;
  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 */
  #main-nav {
    font-size: 1em;
    width: 4.65em;
    height: 1.6em;
    top: 3.2em;
    right: 0;
    z-index: 3000;
    box-shadow: none;
  }
  #main-nav::before {
    content: 'Menu';
    position: absolute;
    color: #fff;
    bottom: 2.65em;
    font-family: 'Bellefair', serif;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 0.7em;
    left: 0.15em;
    font-weight: 400;
    text-align: center;
    z-index: 1000;
  }
  #main-nav .collapsible .trigger {
    box-shadow: none;
    display: block;
    color: white;
    height: 1.6em;
    width: 2.5em;
    margin: 0;
  }
  #main-nav .collapsible .trigger .navicon {
    width: 2.5em;
    height: 1.2em;
  }
  #main-nav .collapsible .trigger .navicon span {
    height: 0.3em;
  }
  #main-nav .collapsible > ul {
    width: 19.2em;
    background: #63656a;
    margin-top: -4.8em;
    padding: 6.7em 0em 1.7em 0em;
  }
  #main-nav .collapsible > ul > li {
    text-align: right;
  }
  #main-nav .collapsible > ul > li a[id] {
    width: 100%;
    padding-right: 2.35em;
    height: 1.77777778em;
    transition: background-color 0.33s ease;
    line-height: 2;
  }
  #main-nav .collapsible > ul > li a[id]::after {
    content: none !important;
  }
  #main-nav .collapsible > ul > li > ul {
    transition: background-color 0.33s ease;
  }
  #main-nav .collapsible > ul > li > ul > li > a {
    line-height: 1.2;
    transition: color 0.33s ease;
    height: auto;
    padding-right: 2.8em;
  }
  #main-nav .collapsible > ul > li > ul > li > a:hover {
    color: #333333;
  }
  #main-nav .collapsible > ul > li.open > ul {
    background-color: #ca9a2d;
    padding: 0.65em 0 1.25em;
    margin-bottom: 0.6em;
  }
  #main-nav .collapsible > ul > li.open > ul > li {
    height: 0.9em;
  }
  #main-nav .collapsible > ul > li.open > a[id],
  #main-nav .collapsible > ul > li.active > a[id],
  #main-nav .collapsible > ul > li:hover > a[id] {
    color: white;
    background-color: #ca9a2d;
    text-decoration: none;
    transition-duration: 0.15s;
  }
  #main-nav .collapsible > ul > li.open > a[id]:after,
  #main-nav .collapsible > ul > li.active > a[id]:after,
  #main-nav .collapsible > ul > li:hover > a[id]:after {
    content: none;
  }
  nav.horizontal ul li {
    width: 100%;
    float: none;
  }
  nav .collapsible ul {
    display: none;
  }
  nav .open > ul {
    display: block;
  }
  /* midTab 1024w */
}
/* ==================================================================
	header
=================================================================== */
#hd {
  text-align: center;
  color: #ca9a2d;
  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;
    /* maxTab 1024w */
    margin: 0 5em 0 1.55em;
  }
}
@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: 2.3em 0 2.3em 11em;
    /* range 666w - 1023oo */
  }
}
@media only screen and (min-width: 1024px) {
  #hd .container {
    max-width: none;
    width: 100%;
    justify-content: flex-end;
    padding: 3.2em 0 3em;
    /* midTab 1024w */
  }
}
/* ===============================================
	logo
=============================================== */
#logo {
  line-height: 0;
  font-size: 0.7em;
   
  margin: 0.4em auto 2em 2%;
  display: block;
  position: relative;
  transition: opacity 0.33s ease;
  opacity: 1;
}
@media only screen and (min-width: 666px) {
  #logo {
    position: absolute;
    top: 0;
    left: 2%;
    /* custom 666w */
  }
}
@media only screen and (min-width: 1024px) {
  #logo {
    font-size: inherit;
    margin: 0;
    top: -0.25em;
    left: 0;
    /* maxTab 1024w */
  }
}
#logo a {
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 1299px) {
#logo {
    width: 15.85em;
    top: 0;
}}

#logo svg {
  width: 17.35em;
  height: 6.25em;
}
/* ===============================================
	contact info
=============================================== */
#contactinfo {
  text-align: center;
  width: auto;
  margin: 0 0.5em;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (min-width: 666px) {
  #contactinfo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
  }
}
@media only screen and (min-width: 1024px) {
  #contactinfo {
    margin: 0 0.45em;
    margin-top: 0.2em;
  }
}
#contactinfo .phone {
  line-height: 1.13333333;
  font-size: 0.75em;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
}
#contactinfo .phone i {
  color: currentColor;
  margin-right: 0.25em;
  font-size: 1em;
}
#contactinfo a {
  transition: color 0.33s ease-in-out;
}
#contactinfo a:hover {
  color: #ca9a2d;
}
/* ===============================================
	utility-nav
=============================================== */
#utilitynav {
  line-height: 0;
  width: auto;
  margin: 0 0.5em;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 400;
}

#utilitynav .email::before{content: "\f0e0";font-family: FontAwesome;margin-right: 3px;}

@media only screen and (min-width: 666px) {
  #utilitynav {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (min-width: 1024px) {
  #utilitynav {
    margin: 0 0.45em;
    margin-top: 0.2em;
  }
}
#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.13333333;
  font-size: 0.75em;
  text-align: center;
  text-transform: none;
  color: #fff;
  padding: 0;
  display: inline-block;
  margin: 0 0.95em;
  vertical-align: top;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out;
}
#utilitynav a:hover {
  color: #ca9a2d;
}
#utilitynav a.appointmentrequest i {
  color: currentColor;
  margin-right: 0.25em;
  font-size: 1.03333333em;
}
.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* ===============================================
	socialmedia
=============================================== */
.socialmedia {
  line-height: 0;
  text-align: center;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 1em 0 4em;
  position: relative;
  z-index: 300;
  display: flex;
  justify-content: center;
  align-items: center;
}
.socialmedia a {
  line-height: 1;
  font-size: 1.5em;
  color: #fff;
  border-radius: 50%;
  margin: 0 0.3em;
  background: transparent;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: transform 0.33s ease-in-out, color 0.33s ease-in-out !important;
}
.socialmedia a span {
  width: auto;
}
.socialmedia a:hover {
  color: #fff;
  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;
}
#slideshow::before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.15);
  z-index: 100;
}
@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 video{
    width: 100%;
    vertical-align: top;
}

#slideshow .ssoverlay {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 420;
}
@media only screen and (max-width: 767px) {
  #slideshow .ssoverlay {
    font-size: 1.5vw;
  }
}
@media only screen and (min-width: 768px) {
  #slideshow .ssoverlay {
    font-size: 1.3vw;
  }
}
@media only screen and (min-width: 1024px) {
  #slideshow .ssoverlay {
    font-size: inherit;
    padding: 5em 0;
  }
}
@media only screen and (min-width: 1300px) {
  #slideshow .ssoverlay {
/*    top: 28%;*/
  }
}
#slideshow .ssoverlay img {
  width: 39.45em;
  height: auto;
  margin-bottom: 1.65em;
}
@media only screen and (max-width: 599px) {  
  #slideshow .ssoverlay img {
    display:none;
  }
}

#slideshow .ssoverlay .btns {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  gap:1.25em;
}
#slideshow .ssoverlay .btn {
  font-size:12px;
  line-height: 1;
  font-weight: 400;
  font-family: 'Bellefair', serif;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: 0.26em;
  width:min(45%, 15em);
  height: 3.2em;
  color: white;
  border: 1px solid white;
 /*  margin: 0.75em; */
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
#slideshow .ssoverlay .btn::before {
  content: '';
  position: absolute;
  top: -100%;
  left: 0;
  background-color: #63656a;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: top 0.33s ease;
}
#slideshow .ssoverlay .btn:hover::before {
  top: 0;
}



.consult-popup {
/*    display: none;*/
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(51, 51, 51, 0.9);
    padding: 2em;
    z-index: 9999;
    text-align: center;
    box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.21);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 95vw;
    transition: .9s;
  }

  @media only screen and (min-width: 375px) {
    .consult-popup {
      width: 375px;
    }
  }
    @media only screen and (min-width: 768px) {
    .consult-popup {
      width: 575px;
    }
  }

  .consult-popup.hide {
    opacity: 0;
    top: -50%;
  }
  .consult-popup.hide-hard {
    opacity: 0;
    display: none;
    transition: 0s;
  }
  .consult-popup .close {
    position: absolute;
    top: -10px;
    right: 0;
    font-size: 28px;
    cursor: pointer;
    padding: 20px;
    color: #fff;
    text-align: center;
  }

  .consult-popup .logo{
    margin: 0 0 1.58em;
  }
  .consult-popup h3 {
    text-transform: uppercase;
    text-align: center;
    margin: 30px 0 15px;
  }
  .consult-popup p {
    color: #fff;
    font-size: .933em;
    line-height: 1;
    margin: 0 0 0.58em;
  }
  .consult-popup .btn {
    margin: 20px 0 0;
    background: #ca9a2d;
    color: #fff;
    padding: 0.21em 0.35em;
    display: inline-block;
    transition-duration: 0.3s;
    font-weight: 700;
  }
  .consult-popup .btn:hover {
    background: #63656a;
    color: #ca9a2d;
    transform: scale(1.1);
 }


/* ==================================================================
	.spotlight
=================================================================== */
.spotlight {
  text-align: center;
  position: relative;
  z-index: 400;
}
.spotlight > div {
  position: relative;
}
/* ===============================================
	spot00 || COMMON SERVICES/CALLOUT-LIKE SECTION EXAMPLE
=============================================== */
.spot01 {
  text-align: center;
  padding: 2em 0;
  margin: 0;
  background: #fff;
  position: relative;
  z-index: 410;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .spot01 {
    font-size: 0.75em;
  }
}
@media only screen and (min-width: 768px) {
  .spot01 {
    font-size: 1.7vw;
  }
}
@media only screen and (min-width: 1024px) {
  .spot01 {
    font-size: inherit;
    padding: 3.75em 0 4em;
    padding-left: 0.1em;
  }
}
.spot01 a {
  width: 15em;
  height: 15em;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  transition: border-color 0.33s ease;
  box-shadow: 0 0 0 2px inset #333;
  padding-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .spot01 a {
    margin: 2%;
    /* midTab opt-out 768oo */
  }
}
@media only screen and (min-width: 768px) {
  .spot01 a {
    margin: 0 0.75em;
    /* midTab 768w */
  }
}
.spot01 a::after {
  content: '';
  width: 16.15em;
  height: 16.1em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(0%, 0%) scale(0.1) rotate(180deg);
  background: url(../images/spotlight/mark.png) center / cover no-repeat;
  opacity: 10%;
  transition: transform 0.33s ease 0.1s;
  z-index: 2;
}
.spot01 a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ca9a2d;
  z-index: 1;
  transition: transform 0.33s ease, opacity 0.33s ease;
  transform: scale(0.5);
  opacity: 0%;
}
.spot01 a h2.topic {
  line-height: 1.10810811;
  font-size: 1.85em;
  text-transform: lowercase;
  color: #63656a;
  width: 100%;
  display: block;
  font-weight: 200;
  transition: color 0.33s ease;
  z-index: 3;
}
.spot01 a h2.topic .trait {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-weight: 400;
  font-family: 'Bellefair', serif;
  font-size: 1.16216216em;
  line-height: 0.95348837;
  color: #ca9a2d;
  position: relative;
  left: 0.1em;
  transition: color 0.33s ease;
}
.spot01 a:hover h2.topic {
  color: white;
}
.spot01 a:hover h2.topic .trait {
  color: white;
}
.spot01 a:hover::before {
  transform: scale(1);
  opacity: 1;
}
.spot01 a:hover::after {
  transform: translate(-50%, -50%) scale(1) rotate(0deg);
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .spot01 a {
    background-color: #ca9a2d;
  }
  .spot01 a h2.topic {
    color: white;
  }
  .spot01 a h2.topic .trait {
    color: white;
  }
  .spot01 a::after {
    content: none;
  }
}
/* ===============================================
	spot00 || COMMON SERVICES/CALLOUT-LIKE SECTION EXAMPLE
=============================================== */
.spot02 {
  text-align: center;
  padding: 2em 1em;
  margin: 0;
  background: #63656a;
  position: relative;
  z-index: 410;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .spot02 {
    font-size: 1em;
  }
}
@media only screen and (min-width: 768px) {
  .spot02 {
    font-size: 1.5vw;
    padding: 3.6em 0 4.05em;
  }
  .spot02::before {
    content: '';
    width: 89.3em;
    height: 37.1em;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: url(../images/spotlight/spot02mark.png) center / cover no-repeat;
    opacity: 10%;
    margin-left: 5.4em;
    z-index: -1;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .spot02::before {
    content: none;
  }
}
@media only screen and (min-width: 1024px) {
  .spot02 {
    font-size: inherit;
  }
}
.spot02 h2.topic {
  color: white;
  font-size: 1.85em;
  line-height: 1.2;
  font-family: 'Bellefair', serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  margin-bottom: 0.68em;
  margin-left: 0.1em;
}
.spot02 p {
  color: white;
  font-size: 0.75em;
  line-height: 1.26666667;
  margin-bottom: 3.05em;
  max-width: 40.33333333em;
}
.spot02 .items {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.spot02 .items .item {
  display: flex;
  flex-direction: column;
  margin: 0 0.75em;
}
@media only screen and (max-width: 767px) {
  .spot02 .items .item {
    margin: 0.75em;
  }
}
.spot02 .items .item img {
  width: 15em;
  height: auto;
  margin-bottom: 0.65em;
}
.spot02 .items .item .btn {
  font-size: 1em;
  line-height: 1.2;
  font-weight: 400;
  font-family: 'Bellefair', serif;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  width: 15em;
  height: 3.05em;
  color: white;
  border: 1px solid white;
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
.spot02 .items .item .btn::before {
  content: '';
  position: absolute;
  top: -100%;
  left: 0;
  background-color: #ca9a2d;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: top 0.33s ease;
}
.spot02 .items .item .btn:hover::before {
  top: 0;
}
/* ==================================================================
	subnav
=================================================================== */
#hero-banner {
  width: 100%;
  height: 30em;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1em;
}
@media only screen and (max-width: 1023px) {
  #hero-banner {
    font-size: 2vw;
    height: 20em;
  }
}
@media only screen and (min-width: 1300px) {
  #hero-banner {
    padding-top: 7.3em;
  }
}
#hero-banner[data-img='1'] {
  background: url(../images/spotlight/subnav-01.jpg) center / cover no-repeat;
}
#hero-banner[data-img='2'] {
  background: url(../images/spotlight/subnav-02.jpg) center / cover no-repeat;
}
/* TOP ORIENTED */
#subnav {
  text-align: center;
  color: #000;
  padding: 2.4em 0;
  position: relative;
  overflow: hidden;
  background-color: #ca9a2d;
}
@media only screen and (min-width: 1024px) {
  #subnav nav {
    padding-left: 1.1em;
  }
}
#subnav p {
  line-height: 1.2;
  font-size: 0.75em;
  margin: auto;
  padding: 0;
  width: 100%;
  max-width: 58em;
}
#subnav a {
  color: #fff;
  margin: 0 0.8em;
  padding: 0.6em 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  text-transform: capitalize;
  transition: color 0.33s ease;
}
@media only screen and (min-width: 1024px) {
  #subnav a {
    margin: 0;
    padding: 0;
	line-height:2.5em;
    /* maxTab 1024w */
  }
}
#subnav a:hover,
#subnav a.active {
  color: #333;
  text-decoration: none;
}
#subnav .divider {
  display: none;
}
@media only screen and (min-width: 1024px) {
  #subnav .divider {
    margin: 0 0.8em;
    display: inline-block;
    vertical-align: top;
    /* maxTab 1024w */
  }
}
/* ==================================================================
	content
=================================================================== */
#bd {
  padding: 3em 0;
  background: #fff;
  position: relative;
  z-index: 400;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  #bd {
    padding: 3.5em 0 3.5em;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 1024px) {
  #bd::before {
    content: '';
    width: 40.9em;
    height: 38.95em;
    position: absolute;
    bottom: -5em;
    left: 50%;
    transform: translateX(-50%);
    background: url(../images/spotlight/intmark.png) center / cover no-repeat;
    opacity: 50%;
    margin-left: 29.6em;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #bd::before {
    content: none !important;
  }
}
#bd .container {
  max-width: 64.6em;
}
#content {
  display: block;
}
@media only screen and (min-width: 768px) {
  #content {
    width: 61.45510836%;
    max-width: 39.7em;
    float: left;
    /* midTab 768w */
  }
  #content p {
    text-align: justify;
  }
}
#content .content-text {
  line-height: 1.68421053;
}
#content .content-text ul {
  margin: 0 0 1.3em 2em;
}
#content .content-text ul li {
  font-weight: 400;
  list-style: none;
  position: relative;
}
#content .content-text ul li::before {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  content: "";
  top: 0.85em;
  left: -0.6em;
  transform: translateY(-50%);
  background-color: #333;
  position: absolute;
}
#content .content-text ul li:nth-last-of-type(1) {
  margin-bottom: 0;
}
@media only screen and (min-width: 1300px) {
  #content .content-text {
    font-size: 0.95em;
    /* desk 1300w */
  }
}
#content #toggle-content #brushing-instructions ul li::before,
#content #toggle-content #flossing-instructions ul li::before {
  content: none !important;
}
/* ==================================================================
	.home content
=================================================================== */
.home #bd {
  padding: 3em 0;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .home #bd {
    padding: 4em 0;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 1024px) {
  .home #bd {
    padding: 3.65em 0 2.25em;
    /* midTab 768w */
  }
  .home #bd::before {
    content: '';
    width: 81.8em;
    height: 50.85em;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: url(../images/spotlight/contentmark.png) center / cover no-repeat;
    margin-left: 9.15em;
    z-index: -1;
    opacity: 50%;
  }
}
.home #bd .rects {
  font-size:min(3.6vw, 20px);
  position: relative;
  width: 28.2em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 2em auto 0;
  transform:translate(10px,0);
}
@media only screen and (min-width: 1024px) {
  .home #bd .rects {
    font-size:min(1.45vw, 20px);
    position: absolute;
    /* top: 11.75em; */
    top: 150px;
    left: 50%;
    transform:translate(-50%,0);
    margin: 0;
    /*  margin-left: 21.5em; */
    margin-left:min(31%, 21.5em);
  }
}

@media only screen and (min-width: 1300px) {
  .home #bd .rects {
   
    top:235px;
   
  }
}
.home #bd .rects .award {
  width: 10.25em;
  height: auto;
  margin-bottom: 1.5em;
}
.home #bd .rects .rect-one {
  width: 11.425em;
  position: relative;
  margin-top: 1.45em;
  margin-right: 5.6em;
}
.home #bd .rects .rect-two {
  width: 11.325em;
  margin-top: -4.9em;
  margin-left: 4.5em;
}
.home #bd .rects .rect-three {
  /* width: 10.425em; */
  /* position: relative; */
  /* bottom: 1.64em; */
  width: 11.325em;
  margin-top: -12.3em;
  margin-left: 15.8em;
}

.ids {margin: -60px 0em 0 6.3em;text-align:center;display: block;width: 240px;}

a:hover img.ids {opacity:.7}

@media only screen and (min-width: 1300px) {
.ids {width:auto}}

.home #bd .container {
  max-width: 64.5em;
  width:90%;
}
@media only screen and (min-width: 768px) {
  .home #bd #content {
    width: 100%;
    max-width: 38em;
    margin-left: auto;
    margin-right: auto;
    float: none;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 1024px) {
  .home #bd #content {
    width:57%;
    margin-left: 0;
    /* desk 1300w */
  }
}
.home #bd #content .content-text h3 {
  color: #63656a;
  font-family: 'Bellefair', serif;
  font-weight: 400;
  line-height: 1.28;
  font-size: 1.31578947em;
  text-transform: uppercase;
  margin-bottom: 0.6em;
}
.home #bd #content .content-text ul {
  margin: 0 0 1.3em 2em;
}
.home #bd #content .content-text ul li {
  font-weight: 400;
  list-style: none;
  position: relative;
  width: 70%;
  margin-bottom: 1.35em;
}
@media only screen and (max-width: 1023px) {
  .home #bd #content .content-text ul li {
    width: 100%;
  }
}
.home #bd #content .content-text ul li::before {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  content: "";
  top: 0.85em;
  left: -0.6em;
  transform: translateY(-50%);
  background-color: #333;
  position: absolute;
}
.home #bd #content .content-text ul li:nth-last-of-type(1) {
  margin-bottom: 0;
}
.home #bd #content p {
  margin-bottom: 1.3em;
}
@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 10%;
    /* midTab opt-out 768oo */
  }
}
.mediaslider .cycle-slideshow > button {
  font-size: 2.8em;
  color: #ca9a2d;
  background: none;
  border: none;
  -webkit-appearance: none;
  position: absolute;
  top: 50%;
  z-index: 900;
  transform: translate3d(0, -50%, 0);
}
.mediaslider .cycle-slideshow > button span {
  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 span {
  transform-origin: left center;
}
.mediaslider .cycle-slideshow > button.cycle-next {
  text-align: right;
  direction: rtl;
  right: 0;
}
.mediaslider .cycle-slideshow > button.cycle-next span {
  transform-origin: right center;
}
.mediaslider .cycle-slideshow > button:hover {
  cursor: pointer;
}
.mediaslider .cycle-slideshow > button:hover span {
  transform: translate3d(0, 0, 0) scale(1.44);
  opacity: 0.68;
}
/* before-after and office-tour content center */
.before-and-after #content,
.office-tour #content,
.smile-gallery #content {
  text-align: center;
}
.before-and-after #content h2,
.office-tour #content h2,
.smile-gallery #content h2,
.before-and-after #content h3,
.office-tour #content h3,
.smile-gallery #content h3 {
  text-align: center;
}
/* 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 {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
}
.sitemap #content ul a {
  line-height: 1.28;
  font-size: 1.31578947em;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  color: #63656a;
  transition-duration: 0s;
  font-family: 'Bellefair', serif;
}
.sitemap #content ul ul li a {
  line-height: 1.68421053;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  color: #333;
  margin-left: 0;
  font-family: 'Poppins', Helvetica, Arial, sans-serif;
  /*to increase space adjust [body.sitemap #bd ul ul li] below*/
}
.sitemap #content a:hover {
  color: #ca9a2d;
  text-decoration: none;
}
body.sitemap #bd ul li {
  list-style: none;
}
body.sitemap #bd ul li::before {
  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: 100%;
  max-width: 19.65em;
  margin: 0 auto 6%;
  padding: 0;
  display: none;
  position: relative;
  z-index: 420;
}
@media only screen and (min-width: 768px) {
  #sidebar {
    width: 30.41795666%;
    margin: 0.4em 0.25em 1em 0;
    display: block;
    float: right;
    clear: right;
    /* midTab 768w */
  }
}
/* ===============================================
	sitepics
=============================================== */
#hide-stock {
  position: relative;
}
.stock {
  width: 100%;
  position: relative;
}
/* ===============================================
	show doctor image on all devices
=============================================== */
/*.home,*/
/*body[class^='meet-the-'], body[class^='meet-our-'],*/
.meet-the-doctor #sidebar,
body[class*='meet-dr-'] #sidebar,
body[class*='meet-doctor-'] #sidebar {
  display: block;
}
body[class~='blog'] #sidebar {
  display: block;
}
body[class~='blog'] #hide-stock {
  display: none;
}
/* END SIDEBAR - */
/* ===============================================
	spot00 || COMMON SERVICES/CALLOUT-LIKE SECTION EXAMPLE
=============================================== */
.spot03 {
  
  text-align: center;
  padding: 3em 0;
  margin: 0;
  background: white center / cover no-repeat;
  position: relative;
  z-index: 410;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .spot03 {
    font-size: 1em;
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) {
  .spot03 {
    font-size: 1.3vw;
  }
}
@media only screen and (min-width: 1024px) {
  .spot03 {
    font-size: inherit;
    padding: 3.45em 0 3.5em;
    padding-left: 0.5em;
  }
}
.spot03 #embed {
  margin: 0.2em 0.4em;
  width: 40em;
  height: 35.5em;
}
@media only screen and (max-width: 767px) {
  .spot03 #embed {
    font-size: 2.3vw;
  }
}
.spot03 .items {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .spot03 .items {
    font-size:min(4vw, 1em);
    margin-bottom: 2em;
  }
}
@media only screen and (min-width: 1024px) {
  .spot03 .items {
    margin-bottom: 0.5em;
  }
}
.spot03 .items .item {
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 1.1em;
}
.spot03 .items .item span.num {
  color: currentColor;
  font-size: 6.85em;
  line-height: 1;
  letter-spacing: -0.035em;
  font-family: 'Bellefair', serif;
  margin-bottom: 0.16em;
  display: block;
  text-transform: lowercase;
}
.spot03 .items .item h2.topic {
  font-size: 1.65em;
  line-height: 0.96969697;
  font-weight: 200;
  text-transform: lowercase;
  position: relative;
}
.spot03 .items .item:nth-child(1) h2.topic {
  left: 0.1em;
}
.spot03 .items .item:nth-child(1) span.num::after {
  content: '%';
  font-size: 0.62043796em;
  vertical-align: top;
  width: auto;
}
.spot03 .items .item:nth-child(2) {
  width: 11.036em;
}
.spot03 .items .item:nth-child(2) h2.topic {
  left: 0.1em;
}
.spot03 .items .item:nth-child(2) span.num::after {
  content: '+';
  font-size: 0.58394161em;
  vertical-align: top;
  width: auto;
}
/* ===============================================
	spot00 || COMMON SERVICES/CALLOUT-LIKE SECTION EXAMPLE
=============================================== */
.spot04 {
  text-align: center;
  padding: 2em 0;
  margin: 0;
  background: #ca9a2d;
  position: relative;
  z-index: 410;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .spot04 {
    font-size: 1em;
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) {
  .spot04 {
    font-size: 1.5vw;
    padding: 7.8em 0 6.75em;
  }
  .spot04 .container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    max-width: 59.3em;
  }
}
@media only screen and (min-width: 1024px) {
  .spot04 {
    font-size: inherit;
  }
  .spot04::before {
    width: 45.9em;
    height: 45.9em;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(0%, -50%) scale(0.9) rotate(60deg);
    content: '';
    background: url(../images/spotlight/spot04mark.png) center / cover no-repeat;
    opacity: 0%;
    margin-left: 24.9em;
    z-index: -1;
    transition: opacity 1s ease, transform 1s ease;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .spot04::before {
    content: none;
  }
}
.spot04.animate::before {
  transform: translate(-50%, -50%) scale(1) rotate(0deg);
  opacity: 10%;
}
.spot04 .decoration {
  position: relative;
  width: 49.25em;
  height: auto;
  font-size: 0.46em;
  margin-bottom: 4em;
}
@media only screen and (min-width: 768px) {
  .spot04 .decoration {
    position: absolute;
    top: 3.6em;
    left: 50%;
    margin-left: -20.35em;
    transform: translateX(-50%);
    font-size: inherit;
    margin-bottom: 0;
    width: auto;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .spot04 .container {
    margin-left: 0;
  }
}
.spot04 .container .mod {
  width: 100%;
  max-width: 26.75em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .spot04 .container .mod {
    margin: auto;
  }
}
.spot04 .container .mod h2.topic {
  color: white;
  font-size: 2.2em;
  line-height: 0.90909091;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: 'Bellefair', serif;
  margin-bottom: 1.55em;
  font-weight: 400;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .spot04 .container .mod h2.topic {
    width: 15em;
  }
}
.spot04 .container .mod .items {
  display: flex;
  flex-direction: column;
  margin-left: 1.2em;
}
.spot04 .container .mod .items .item {
  color: white;
  font-size: 2.1em;
  line-height: 1.2;
  font-weight: 200;
  text-transform: lowercase;
  display: flex;
  align-items: center;
  margin-bottom: 0.64285714em;
  position: relative;
  width: 8.80952381em;
  transition: color 0.33s ease;
}
.spot04 .container .mod .items .item i {
  font-size: 1.54761905em;
  color: currentColor;
  margin-right: 0.56923077em;
  transition: transform 0.33s ease;
}
.spot04 .container .mod .items .item:nth-child(4) {
  left: 0.25em;
}
.spot04 .container .mod .items .item:nth-child(4) i {
  margin-right: 0.65555556em;
}
/* ===============================================
	spot00 || COMMON SERVICES/CALLOUT-LIKE SECTION EXAMPLE
=============================================== */
.spot05 {
  text-align: center;
  padding: 2em 0;
  margin: 0;
  background: white center / cover no-repeat;
  position: relative;
  z-index: 410;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .spot05 {
    font-size: 1em;
    flex-wrap: wrap;
    padding:2em calc(50vw - 270px);
  }
}
@media only screen and (min-width: 768px) {
  .spot05 {
    font-size: 1vw;
    padding: 0;
  }
}
@media only screen and (min-width: 2000px) {
  .spot05 {
    font-size: inherit;
  }
}
.spot05 .item {
  width: 10.5em;
  height: 10.5em;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  transition: transform 0.33s ease-in-out;
  background-color: white;
}
@media only screen and (max-width: 767px) {
  .spot05 .item {
    margin: 2%;
    /* midTab opt-out 768oo */
  }
}
@media only screen and (min-width: 768px) {
  .spot05 .item {
    margin: 0;
    /* midTab 768w */
    width: 19em;
    height: 40em;
    padding: 0 1.2em 0em;
    background-color: transparent;
  }
  .spot05 .item::before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.9);
    transition: opacity 0.33s ease, transform 0.33s ease;
    opacity: 0;
    transform: scale(0.5);
    z-index: -1;
  }
  .spot05 .item:nth-child(2) {
    border-left: 1px solid white;
    width: 20.5em;
  }
  .spot05 .item:nth-child(3) {
    border-right: 1px solid white;
    border-left: 1px solid white;
    width: 20.5em;
  }
  .spot05 .item:nth-child(4) {
    border-right: 1px solid white;
    width: 20.5em;
  }
}
.spot05 .item h2.topic {
  line-height: 1.11764706;
  font-size: 1.7em;
  text-transform: uppercase;
  color: white;
  width: 100%;
  display: block;
  letter-spacing: 0.06em;
  font-family: 'Bellefair', serif;
  transition: color 0.33s ease, transform 0.33s ease;
  margin-bottom: 1.1em;
  transform: translateY(3.25em);
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .spot05 .item h2.topic {
    font-size: 1em;
    transform: none;
    color: #ca9a2d;
  }
}
.spot05 .item p {
  font-size: 0.75em;
  line-height: 1.2;
  color: #63656a;
  text-align: justify;
  text-align-last: center;
  margin-bottom: 1.5em;
  transform: translateY(5em);
  opacity: 0;
  transition: opacity 0.33s ease, transform 0.33s ease;
}
@media only screen and (max-width: 767px) {
  .spot05 .item p {
    display: none;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .spot05 .item p {
    width: 280px;
  }
}
.spot05 .item .spotbtn {
  color: #ca9a2d;
  position: relative;
  font-size: 0.75em;
  line-height: 1.2;
  text-transform: capitalize;
  background-color: transparent;
  width: 8.33333333em;
  height: 3.06666667em;
  border: 1px solid #ca9a2d;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(5em);
  opacity: 0;
  transition: opacity 0.33s ease, transform 0.33s ease;
  overflow: hidden;
}
.spot05 .item .spotbtn::before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #63656a;
  z-index: -1;
  top: -100%;
  transition: top 0.33s ease;
}
.spot05 .item .spotbtn:hover::before {
  top: 0;
}
@media only screen and (max-width: 767px) {
  .spot05 .item .spotbtn {
    transform: none;
    opacity: 1;
  }
}
.spot05 .item:hover::before {
  opacity: 1;
  transform: scale(1);
}
.spot05 .item:hover h2.topic {
  color: #ca9a2d;
  transform: translateY(0em);
  transition: color 0.33s ease, transform 0.33s ease 0.2s;
}
.spot05 .item:hover p {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.3s;
}
.spot05 .item:hover .spotbtn {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.4s;
}
/* ==================================================================
	#ft
=================================================================== */
#ft {
  text-align: center;
  color: #fff;
  width: 100%;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #63656a;
}
#ft .ftimg {
  width: 50.5em;
  height: auto;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #ft .ftimg {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  #ft .ftimg {
    display: none;
  }
}
#ft a {
  color: #fff;
  transition: color 0.33s ease-in-out;
}
#ft a:hover {
  color: #ca9a2d;
}
/* ===============================================
		locations
=============================================== */
#location {
  width: 100%;
  padding: 3em 0;
  background-color: rgba(99, 101, 106, 0.9);
  display: flex;
}
@media only screen and (max-width: 1023px) {
  #location {
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (min-width: 1024px) {
  #location {
    width: 50.5em;
    min-width: 50.5em;
    background-color: #63656a;
    padding: 2em 0 1.85em 9.05em;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #location {
    padding: 2em;
  }
}
#location .mod {
  text-align: center;
  width: 100%;
  max-width: 23.1em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #location .mod {
    margin: auto;
  }
}
#location .logo {
  line-height: 0;
  width:90%;
  max-width:462px;
  text-align: center;
  margin: 0 auto 2.7em;
  display: block;
}
#location .logo img {
  width: 23.1em;
}
#location .phone {
  line-height: 1.33333333;
  font-size: 0.9em;
  display: block;
  margin-left: 0.2em;
}
#location .address {
  line-height: 1.33333333;
  font-size: 1em;
  margin-left: 0.2em;
  display: block;
}
#location .email {
  line-height: 1.33333333;
  font-size: 0.9em;
  margin-left: 0.2em;
  display: block;
  margin-bottom: 1.6em;
}
#location .officehours {
  line-height: 1.38461538;
  font-size: 0.75em;
  display: block;
  display: flex;
  flex-direction: column;
  position: relative;
  max-width: 12.3em;
  margin: 1em 0 2.1em 0.4em;
}
@media only screen and (max-width: 767px) {
  #location .officehours {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
}
#location .officehours .hr {
  line-height: inherit;
  display: flex;
  white-space: nowrap;
  color: #fff;
}
#location .officehours .hr span {
  width: 2.3em;
  text-align: right;
  margin-right: 0.9em;
  position: relative;
}
.util {
  line-height: 2.5;
  font-size: 0.6em;
  margin-right: 0.15em;
}
.util a {
  color: #000;
  transition: color 0.33s ease-in-out;
}
.util a:hover {
  color: #ca9a2d;
}
.util a,
.util .divider {
  display: inline-block;
}
.util .divider {
  margin: 0 0em;
}
/* ==================================================================
		#links
=================================================================== */
#links {
  text-align: center;
  color: #000;
  padding: 2em 0;
  margin: 0;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  #links {
    height: 5.7em;
    /* midTab 768w  */
  }
}
#links .container {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #links .container {
    margin-left: 0;
  }
}
/* ===============================================
		sesame link
=============================================== */
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;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #btt {
    margin-left: 0em;
  }
}
a#backtotop {
  line-height: 1.875;
  font-size: 0.8em;
  color: #ca9a2d;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: color 0.33s ease-in-out;
  font-family: 'Bellefair', serif;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  width: 10.125em;
  height: 3.4375em;
  border: 1px solid #ca9a2d;
  position: relative;
  overflow: hidden;
}
a#backtotop::before {
  content: '';
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #63656a;
  z-index: -1;
  transition: top 0.33s ease;
}
a#backtotop:hover {
  color: white;
}
a#backtotop:hover::before {
  top: 0;
}
/*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: #ca9a2d;
  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: #ca9a2d;
  border: 1px solid #ca9a2d;
  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: #63656a;
  background-color: #63656a;
}
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;
}
/* ===============================================
	.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::before,
  .layout-full-width #bd.sub::before {
    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
=================================================================== */
  /*END*/
}
@media only screen and (max-width: 1023px) {
  .liveChatFloatingButtonSpacer,
  .liveChatFloatingButtonMobile {
    display: none !important;
  }
}
.twentytwenty-container {
  width: 100%;
  max-width: 27.5em;
}
/* 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;
  }
}


@media only screen and (min-width: 900px) and (max-width:1400px) {
#all{margin-left:100px;}}

#subnav a.referring-doctors,
body.sitemap #bd ul li.referring-doctors{ display:none; }