/* 
 Site Manager Version: 11.2.0
 Date Created: December 2022
 
 Account: bejarano-stephen
 Written by: Ricky Rivas
 
 Sesame Communications - All rights reserved. C2022
 Any reproduction or intentional misuse is strictly prohibited
*/
/* ===============================================
Basic Stylings
These will affect every size of the site.
=============================================== */
/*resets*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/*GLOBAL OVERRIDES*/
.fab,
.fas,
.fal,
.far,
.fad {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: 0;
}

/* ===============================================
	body 
=============================================== */
body,
input,
select,
textarea,
form button {
  font-family: 'Lato', Arial, sans-serif;
}
body {
  font-size: 15px;
  color: #626262;
  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: #c67900;
  text-decoration: none;
  transition: opacity 0.33s ease-in-out;
}
#content a:hover {
  text-decoration: underline;
  opacity: 60%;
}
/* ===============================================
	h family || hfam 
=============================================== */
h1,
h2:not(.topic),
h3:not(.topic),
h4,
h5,
h6 {
  line-height: 1;
  text-align: left;
  color: #3f433e;
  margin: 0 0 1.02857143em;
  text-rendering: auto;
  text-transform: capitalize;
  font-family: 'Cormorant', Arial, serif;
  font-weight: 500;
}
h1 {
  font-size: 10vw;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 0.58333333em;
  color: #3f433e;
}
@media only screen and (min-width: 480px) {
  h1 {
    font-size: 3em;
    /* mintab 480w */
  }
}
.home h1 {
  font-size: 10vw;
  text-align: left;
  margin: 0 0 0.85em;
  font-family: 'Lato', Arial, sans-serif;
  color: #fbf7ef;
  letter-spacing: 0.245em;
  font-weight: 400;
  position: relative;
  right: 0.1em;
}
@media only screen and (min-width: 480px) {
  .home h1 {
    font-size: 1em;
    /* mintab 480w */
  }
}
span.tr {
  text-transform: capitalize;
  color: #fbf7ef;
  font-family: 'Cormorant', Arial, serif;
  font-size: 4em;
  font-weight: 400;
  position: relative;
  right: 0.09em;
  margin: 0;
  line-height: 1.05;
}
h2:not(.topic) {
  font-size: 1.94444444em;
}
h3:not(.topic) {
  font-size: 1.66666667em;
}
h4 {
  font-size: 1.38888889em;
  font-style: italic;
}
h5 {
  font-size: 1.22222222em;
}
h6 {
  font-size: 1.16666667em;
}
/* ===============================================
	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: #ede5d7;
  position: relative;
  z-index: 3000;
}

@media only screen and (min-width: 1024px) {
  #masthead {
    min-height:5.4em;
    
    /* maxTab 1024w */
  }
}
@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%;
    background-color: #ede5d7;
    position: absolute;
    top: 0%;
    left: 0;
    transition: top 0.5s ease-in-out;
  }
  #masthead.ready {
    background-color: transparent;
    box-shadow: none;
  }
  #masthead.ready #logo {
    opacity: 0;
  }
  #masthead.ready::before {
    top: -100%;
  }
  #masthead.ready #contactinfo .phone,
  #masthead.ready #contactinfo .address {
    color: #fff;
  }
  #masthead.ready #contactinfo .phone i,
  #masthead.ready #contactinfo .address i {
    color: white;
  }
}
#masthead .container {
  width: 100%;
  max-width: none;
}
@media only screen and (min-width: 1024px) {
  #masthead .container {
    max-width: 60em;
    /* maxTab 1024w */
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #masthead::before {
    top: 0 !important;
  }
}
/* ==================================================================
	main-nav
=================================================================== */
#main-nav {
  font-size: 1.2em;
  text-align: center;
  height: 44px;
  width: 44px;
  padding: 0;
  margin: 0;
  box-shadow: -1px 1px 0 rgba(198, 121, 0, 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: 44px;
  color: #c67900;
  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.2em;
}
#main-nav .trigger .navicon span {
  height: 2px;
  width: 100%;
  background: currentcolor;
  display: block;
  position: absolute;
  left: 0;
  opacity: 1;
  transform: translate3d(0, 0, 0) rotate(0deg);
  transition: width 0.3s ease, top 0.3s ease, left 0.3s ease, transform 0.3s ease;
}
#main-nav .trigger .navicon span:nth-child(1) {
  top: 0px;
}
#main-nav .trigger .navicon span:nth-child(2),
#main-nav .trigger .navicon span:nth-child(3) {
  top: 50%;
}
#main-nav .trigger .navicon span:nth-child(4) {
  top: 100%;
}
#main-nav .trigger:hover {
  color: #c67900;
}
#main-nav .trigger:hover .navicon span {
  /* background:@color1; */
}
#main-nav .open .trigger {
  color: #3f433e;
}
#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: -44px 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;
  font-family: 'Cormorant', Arial, serif;
  font-weight: 600;
  text-transform: capitalize;
  color: #202020;
  width: auto;
  height: 1.9047619em;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: color 0.33s ease;
}
#main-nav ul li a[id]:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: rgba(149, 167, 94, 0.7);
  display: block;
  position: absolute;
  left: 0;
  bottom: 3px;
  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: #202020;
  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: rgba(175, 185, 130, 0.9);
  display: inline;
  float: left;
}
#main-nav ul ul li {
  width: 100%;
  background: none;
  float: left;
}
#main-nav ul ul li a {
  line-height: 2.5;
  font-size: 0.8em;
  color: #202020;
  width: 100%;
  height: 2.5em;
  margin: 0;
  padding: 0;
  display: inline-block;
  text-transform: capitalize;
  vertical-align: top;
  position: relative;
  font-weight: bold;
  font-family: 'Cormorant', Arial, 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: #c67900;
  margin-bottom: 0;
  background: #fff;
  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: #c67900;
  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 */
  }
}
@media only screen and (min-width: 768px) { 
   #hd .container {
     padding:0 45px 0 0;
   }
/* midTab 768w */ 
}


@media only screen and (min-width: 1024px) {
  #hd .container {
    max-width: none;
    padding:0;
    /* midTab 1024w */
  }
}
/* ===============================================
	logo
=============================================== */
#logo {
  line-height: 0;
  font-size: 0.7em;
  width: 7.55em;
  margin: 0.5em auto 0.5em;
  display: block;
  position: relative;
  transition: opacity 0.42s ease-in-out;
}

@media only screen and (max-width: 479px){ 
  #logo{
    transform: translateX(calc(3em - 6vw));
  }
/* mintab 480oo */ 
}

@media only screen and (min-width: 768px) {  
  #logo{
    margin:0;
    position:absolute;
    top:50%;
    left:2%;
    transform:translate(0,-50%);
  }
/* midTab 768w */ 
}

@media only screen and (min-width: 1024px) {
  #logo {
    font-size: inherit;
    margin: 0;
    top: 0.7em;
/*    left: 1.16em;*/
    left: 50%;
    transform: translateX(-50%);
    z-index: 5000;
    /* maxTab 1024w */
  }
}
#logo a {
  display: inline-block;
  vertical-align: top;
}
#logo img {
  width: 7.55em;
}

/* ===============================================
  .wrap
=============================================== */

.wrap { }

@media only screen and (max-width: 1023px) {
  .wrap {
    white-space: nowrap;
  }
}
@media only screen and (min-width: 1024px) {
  .wrap {
    display:block;
    position:absolute;
    top: 0;
    right: 0;
    z-index:5000;
  }
}

/* ===============================================
	contact info
=============================================== */
#contactinfo {
  text-align: center;
  width: 100%;
  margin:0 auto;
 display:inline-block;
 vertical-align:top;
}
@media only screen and (min-width: 768px) {
  #contactinfo {
    width:auto;
    margin-right:1em;
  }  
/* midTab 768w */ 
}

@media only screen and (min-width: 1024px) { 
  #contactinfo {
    text-align: right;
    vertical-align: middle;
  }
/* midTab 1024w */ 
}

@media only screen and (min-width: 1024px) and (max-width: 1629px) {
  #contactinfo {
    max-width:14vw;
  }
/* range 1024w - 1630oo */ 
}

@media only screen and (min-width: 1300px) and (max-width: 1629px) {
  #contactinfo {
    font-size: 1.4vw;
    font-size:min(1.4vw, 1em);
  }
/* range 1300w -1630oo */ 
}


#contactinfo .address {
 letter-spacing: 0.1em;
  line-height: 1.78571429;
  font-size: 0.7em;
  text-align: right;
  text-transform: uppercase;
  color: #202020;
  width: auto;
  display:block;
  position: relative;
  
}
@media only screen and (max-width: 1023px) {
  #contactinfo .address {  
    font-size:12px;
    height:44px;
    margin:0 0 0 1em;
    display: inline-block;
    vertical-align: top;
  }
/* midTab 1024oo */ 
}
@media only screen and (max-width: 479px){ 
  #contactinfo .address {  
    line-height:18px;
    padding:4px 0 0 0;
    margin:0 0 0 1em;
  }
  #contactinfo .address .trait {  
    display:block;
  }
/* mintab 480oo */ 
}
@media only screen and (min-width: 480px) and (max-width: 1023px) { 
 #contactinfo .address {  
   line-height:44px;
 } 
/* range 480w - 1024oo */ 
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #contactinfo .address {
    color: #202020 !important;
  }
}

#contactinfo .phone {
  letter-spacing: 0.1em;
  line-height: 1.47058824;
  font-size: 0.85em;
  font-weight: 700;
  text-align: right;
  color: #202020;
  display:block;
  transition: color 0.33s ease-in-out !important;
}
@media only screen and (max-width: 1023px) {
  #contactinfo .phone {  
    font-size:12px;
    height:44px;
    display: inline-block;
    vertical-align: top;
  }
/* midTab 1024oo */ 
}
@media only screen and (max-width: 479px){ 
#contactinfo .phone {  
  line-height:20px;
}  
/* mintab 480oo */ 
}
@media only screen and (min-width: 480px) and (max-width: 1023px){ 
 #contactinfo .phone {  
   line-height:44px;
 }  
/* range 480w - 1024oo */ 
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #contactinfo .phone {
    color: #202020 !important;
  }
}
#contactinfo a {
  transition: color 0.33s ease-in-out !important;
}
#contactinfo a:hover {
  color: #c67900;
}

/* ===============================================
	utility-nav
=============================================== */
#utilitynav {
  line-height: 0;
  width: auto;
  margin: 0;
  padding: 0;
  display:inline-block;
  vertical-align:top;
  position: relative;
  z-index: 400;
}
@media only screen and (max-width: 767px) {
  #utilitynav {
    position:absolute;
    top:1px;
    left:0;
  }
/* midTab 768oo */ 
}
@media only screen and (min-width: 1024px) { 
  #utilitynav {
   vertical-align:middle;
  } 
/* midTab 1024w */ 
}

#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;
  font-size: 1.0795em;
  text-align: center;
  text-transform: none;
  color: #ede5d7;
  padding: 0;
  background: #3f433e;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out;
  font-family: 'Cormorant', Arial, serif;
  /* padding-bottom: 0.1em; */
  z-index: 10;
  position: relative;
}

#utilitynav a .cta{
  width:100%;
  display:block;
  position:absolute;
  top:50%;
  left:0;
  transform:translate3d(0,-50%,0);
  z-index:420;
}

#utilitynav a::before {
  content: '';
  background-image: -moz-linear-gradient(-46deg, #c67900 0%, #a3511a 100%);
  background-image: -webkit-linear-gradient(-46deg, #c67900 0%, #a3511a 100%);
  background-image: -ms-linear-gradient(-46deg, #c67900 0%, #a3511a 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: opacity 0.33s ease;
}
#utilitynav a:hover {
  color: #fff;
}
#utilitynav a:hover::before {
  opacity: 0;
}
#utilitynav a.appointmentrequest {
  width: 6.90134321em;
  height: 5.00231589em;
  /* display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; */
  display:inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 1023px) { 
  #utilitynav a.appointmentrequest {
    height: 44px;
  } 
/* midTab 1024oo */ 
}


#utilitynav a.appointmentrequest .trait {
  display: block;
  font-style: italic;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #utilitynav {
    width: 50%;
  }
}
/* ===============================================
	socialmedia
=============================================== */
.socialmedia {
  line-height: 0;
  text-align: center;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0.5em 0 0;
  position: absolute;
  z-index: 300;
  background-image: -moz-linear-gradient(90deg, #5f8150 0%, #95a75e 100%);
  background-image: -webkit-linear-gradient(90deg, #5f8150 0%, #95a75e 100%);
  background-image: -ms-linear-gradient(90deg, #5f8150 0%, #95a75e 100%);
}
@media only screen and (max-width: 665px) {
  .socialmedia {
    display: flex;
    justify-content: center;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
  }
}
@media only screen and (min-width: 666px) {
  .socialmedia {
    width: 2.9em;
    margin: 0;
    display: block;
    padding: 0.6em 0;
    right: 0em;
    top: 11.25em;
    /* maxTab 1024w */
  }
}
@media only screen and (min-width: 1300px) {
  .socialmedia {
    position: fixed;
    /* desk 1300w */
  }
}
.socialmedia a {
  line-height: 1;
  font-size: 0.8em;
  color: #fff;
  width: 3em;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: transform 0.33s ease-in-out, color 0.33s ease-in-out;
  margin: 0.52em 0;
}
@media only screen and (max-width: 1023px) {
  .socialmedia a {
    line-height: 44px;
    font-size:12px;
    width: 44px;
    height: 44px;
    margin: 0;
  }
}
.socialmedia a:hover {
  transform: translate3d(0, 0, 0) scale(1.44);
}
.socialmedia a .icon {
  position: relative;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .socialmedia {
    display: none !important;
  }
}
/* ==================================================================
	slideshow
=================================================================== */
#slideshow {
  font-size: 2vw;
  text-align: center;
  color: #fff;
  min-height: 55vw;
  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) {
  #slideshow {
    height: 100vh;
  }
}
#slideshow .welcomevid {
  width: 100%;
  vertical-align: top;
  aspect-ratio: 16 / 9;
}
@media only screen and (min-width: 1300px) {
  #slideshow .welcomevid {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
#slideshow .welcomevid[poster] {
  object-fit: cover;
}
#slideshow img.slideshow-logo {
  width: 30.15em;
  display: block;
  position: absolute;
  z-index: 420;
  height: 16.3em;
  transform: translate(-50%, -50%) scale(0);
  top: 15%;
  left: 50%;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
@media only screen and (max-width: 767px) {
  #slideshow img.slideshow-logo {
    font-size: 1.8vw;
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  #slideshow img.slideshow-logo {
    font-size: 1.3vw;
  }
}
@media only screen and (min-width: 1024px) {
  #slideshow img.slideshow-logo {
    font-size: inherit;
  }
}


@media only screen and (min-width: 1300px) {
  #slideshow.ready img.slideshow-logo {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  } 
/* desk 1300w */ 
}

/* ==================================================================
	.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: #ede5d7;
  position: relative;
  z-index: 410;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .spot01 {
    font-size: 0.8em;
    flex-wrap: wrap;
    /* mintab opt-out 480oo */
  }
}
@media only screen and (min-width: 768px) {
  .spot01 {
    font-size: 1.7vw;
    /* mintab 480w */
  }
}
@media only screen and (min-width: 1024px) {
  .spot01 {
    font-size: inherit;
    padding: 2.33em 0 3.5em;
    /* custom 979w */
    padding-left: 1em;
  }
}
.spot01 a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  margin: 1em 3em;
}
@media only screen and (min-width: 768px) {
  .spot01 a {
    margin: 0 1.95em;
  }
}
.spot01 a h2.topic {
  color: #1b1312;
  font-size: 1.15em;
  line-height: 1;
  font-weight: 500;
  font-family: 'Cormorant', Arial, serif;
  text-transform: uppercase;
  text-align: center;
  position: relative;
}
.spot01 a .leaf {
  margin-bottom: 1.725em;
}
.spot01 a:nth-child(1) {
  right: 0.2em;
}
.spot01 a:nth-child(1) .leaf {
  width: 8.95em;
  height: 17.4em;
  position: relative;
  transform: rotate(6.5deg);
  transition: transform 0.33s ease, filter 0.33s ease;
}
.spot01 a:nth-child(1) h2.topic {
  left: 0.55em;
  transition: transform 0.33s ease, color 0.33s ease;
  transform-origin: left;
}
.spot01 a:nth-child(1)::before {
  content: '';
  width: 0.075em;
  height: 7.25em;
  position: absolute;
  left: 0.51em;
  bottom: 0.1em;
  background-color: #1b1312;
  transition: background-color 0.33s ease, transform 0.33s ease;
}
.spot01 a:nth-child(1):hover h2.topic {
  color: #c67900;
  transform: scale(1.15);
}
.spot01 a:nth-child(1):hover .leaf {
  transform: rotate(12deg) scale(1.05);
  filter: hue-rotate(10deg);
}
.spot01 a:nth-child(1):hover::before {
  background-color: #c67900;
  transform: scale(1.05);
}
.spot01 a:nth-child(2) h2.topic {
  right: 0.1em;
  transition: transform 0.33s ease, color 0.33s ease;
  transform-origin: left;
}
.spot01 a:nth-child(2) .leaf {
  width: 9em;
  height: 17.4em;
  position: relative;
  transform: rotate(-22.8deg);
  top: 0.5em;
  transition: transform 0.33s ease, filter 0.33s ease;
}
.spot01 a:nth-child(2)::before {
  content: '';
  width: 0.075em;
  height: 10.3em;
  position: absolute;
  left: 0.86em;
  bottom: 0.15em;
  background-color: #1b1312;
  transition: background-color 0.33s ease, transform 0.33s ease;
}
.spot01 a:nth-child(2):hover h2.topic {
  color: #c67900;
  transform: scale(1.15);
}
.spot01 a:nth-child(2):hover .leaf {
  transform: rotate(-30deg) scale(1.05);
  filter: hue-rotate(10deg);
}
.spot01 a:nth-child(2):hover::before {
  background-color: #c67900;
  transform: scale(1.05);
}
.spot01 a:nth-child(3) {
  right: 0.38em;
}
.spot01 a:nth-child(3) h2.topic {
  right: 0.7em;
  transition: transform 0.33s ease, color 0.33s ease;
  transform-origin: right;
}
.spot01 a:nth-child(3) .leaf {
  width: 9em;
  height: 17.4em;
  transform: rotate(7deg);
  position: relative;
  transition: transform 0.33s ease, filter 0.33s ease;
}
.spot01 a:nth-child(3)::before {
  content: '';
  width: 0.075em;
  height: 7.7em;
  position: absolute;
  right: 1.03em;
  bottom: 0.15em;
  background-color: #1b1312;
  transition: background-color 0.33s ease, transform 0.33s ease;
}
.spot01 a:nth-child(3):hover h2.topic {
  color: #c67900;
  transform: scale(1.15);
}
.spot01 a:nth-child(3):hover .leaf {
  transform: rotate(12deg) scale(1.05);
  filter: hue-rotate(10deg);
}
.spot01 a:nth-child(3):hover::before {
  background-color: #c67900;
  transform: scale(1.05);
}
.spot01 a:nth-child(4) {
  left: 0.2em;
}
.spot01 a:nth-child(4) h2.topic {
  right: 0.55em;
  transition: transform 0.33s ease, color 0.33s ease;
  transform-origin: right;
}
.spot01 a:nth-child(4) .leaf {
  width: 9em;
  height: 17.4em;
  position: relative;
  transform: rotate(-22.8deg);
  top: 0.5em;
  transition: transform 0.33s ease, filter 0.33s ease;
}
.spot01 a:nth-child(4)::before {
  content: '';
  width: 0.075em;
  height: 4.45em;
  position: absolute;
  right: 2.17em;
  bottom: 0.15em;
  background-color: #1b1312;
  transition: background-color 0.33s ease, transform 0.33s ease;
}
.spot01 a:nth-child(4):hover h2.topic {
  color: #c67900;
  transform: scale(1.15);
}
.spot01 a:nth-child(4):hover .leaf {
  transform: rotate(-30deg) scale(1.05);
  filter: hue-rotate(15deg);
}
.spot01 a:nth-child(4):hover::before {
  background-color: #c67900;
  transform: scale(1.05);
}
@media only screen and (min-width: 768px) {
  .spot01 a:nth-child(1) h2.topic,
  .spot01 a:nth-child(2) h2.topic {
    text-align: left;
  }
  .spot01 a:nth-child(3) h2.topic,
  .spot01 a:nth-child(4) h2.topic {
    text-align: right;
  }
}
.s2 {
  z-index: 500;
}
/* ===============================================
	spot00 || COMMON SERVICES/CALLOUT-LIKE SECTION EXAMPLE
=============================================== */
.spot02 {
  text-align: center;
  padding: 2em 0;
  margin: 0;
  background-color: #b59f78;
  position: relative;
  z-index: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: visible;
}
@media only screen and (max-width: 767px) {
  .spot02 {
    font-size: 1em;
    /* mintab opt-out 480oo */
  }
  .spot02 .mod {
    margin-bottom: 2em;
  }
}
@media only screen and (min-width: 768px) {
  .spot02 {
    font-size: 1.5vw;
    /* mintab 480w */
  }
}
@media only screen and (min-width: 1024px) {
  .spot02 {
    background: #ede5d7;
    font-size: inherit;
    padding: 0em 0 4.5em;
    /* custom 979w */
  }
}
.spot02 .container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  max-width: 65em;
  padding-left: 0.25em;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .spot02 .container {
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) {
  .spot02 .container {
    min-height: 27.35em;
  }
}
@media only screen and (min-width: 1024px) {
  .spot02 .container::before {
    content: '';
    width: 79.25em;
    height: 27.35em;
    background-color: #b59f78;
    position: absolute;
    top: 0;
    right: 4.6em;
    z-index: -2;
  }
  .spot02 .container::after {
    content: '';
    position: absolute;
    top: 0;
    right: 4.6em;
    width: 77.9em;
    height: 27.35em;
    z-index: -1;
    background: url(../images/spotlight/spot02pattern.png) center / cover no-repeat;
  }
}
@media only screen and (min-width: 1300px) {
  .spot02 .container::before {
    width: 92.5em;
  }
}
.spot02 .container .mod {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 25.85em;
  text-align: left;
  position: relative;
  bottom: 0.05em;
}
.spot02 .container .mod h2.topic {
  margin-bottom: 0em;
  color: #fbf7ef;
  font-weight: 400;
  font-size: 3em;
  line-height: 1;
  font-family: 'Cormorant', Arial, serif;
  text-transform: capitalize;
}
.spot02 .container .mod hr {
  background-color: #fbf7ef;
  margin: 0.4em 0 0.6em;
}
.spot02 .container .mod p {
  font-size: 0.9em;
  line-height: 1.55555556;
  font-weight: 300;
  margin: 0;
  color: white;
  text-align: justify;
}
@media only screen and (min-width: 768px) {
  .spot02 .container .mod {
    margin-right: 4.5em;
  }
}
.spot02 .container .imgs {
  display: flex;
  justify-content: center;
  align-items: center;
}
.spot02 .container .imgs .item {
  width: 16.5em;
  height: 20em;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 0.4em;
  z-index: 10;
}
.spot02 .container .imgs .item::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15.4em;
  height: 18.95em;
  border: 0.05em solid #fbf7ef;
  z-index: 10;
}
.spot02 .container .imgs .item img {
  width: 16.5em;
  height: 20em;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.4);
}
.spot02 .container .imgs .item .abso {
  width: 15.4em;
  height: 2.4em;
  position: absolute;
  bottom: 0.55em;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(202, 85, 34, 0.85);
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 0.05em solid #fbf7ef;
  transition: height 0.33s ease;
}
.spot02 .container .imgs .item .abso h3.topic {
  text-align: center;
  color: #fbf7ef;
  font-size: 1.25em;
  line-height: 1.8;
  font-weight: 500;
  font-family: 'Cormorant', Arial, serif;
  font-style: italic;
}
@media only screen and (max-width: 767px) {
  .spot02 .container .imgs .item {
    font-size: 0.68em;
  }
}
@media only screen and (min-width: 768px) {
  .spot02 .container .imgs .item:nth-child(2) {
    margin-right: 0;
  }
}
.spot02 .container .imgs .item:hover .abso {
  height: 18.95em;
  border-top: 0;
}
.spot02 .container img.spot02leaves {
  position: absolute;
  right: -12.6em;
  bottom: -11em;
  width: 36em;
  height: 32.45em;
}
@media only screen and (max-width: 1023px) {
  .spot02 .container img.spot02leaves {
    display: none;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .spot02 .container {
    height: 27.35em;
    width: 65em;
    justify-content: space-around;
  }
}
/* ==================================================================
	subnav
=================================================================== */
/* TOP ORIENTED */
#subnav {
  text-align: center;
  color: #000;
  padding: 70px 0 1.5em;
  position: relative;
  overflow: hidden;
  background: url(../images/spotlight/subnav.png) center / cover no-repeat;
}
@media only screen and (min-width: 768px) {
  #subnav {
    padding: 2.4em 0;
  }
}
@media only screen and (min-width: 1300px) {
  #subnav {
    padding-top: 8.3em;
    /* desk 1300w */
  }
}
#subnav p {
  line-height: 1.26666667;
  font-size: 0.75em;
  margin: 0;
  padding: 0;
}
#subnav a {
  color: #363636;
  margin: 0.2em 0.8em;
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-weight: 500;
  font-family: 'Cormorant', Arial, serif;
  text-transform: capitalize;
}
@media only screen and (min-width: 1024px) {
  #subnav a {
    margin: 0;
    /* maxTab 1024w */
  }
}
#subnav a:hover,
#subnav a.active {
  color: #c67900;
  text-decoration: none;
}
#subnav .divider {
  display: none;
  font-weight: 300;
}
@media only screen and (min-width: 1024px) {
  #subnav .divider {
    margin: 0 0.6em;
    display: inline-block;
    vertical-align: top;
    /* maxTab 1024w */
  }
}
/* ==================================================================
	content
=================================================================== */
#bd {
  padding: 3em 0;
  background: #fbf7ef;
  position: relative;
  z-index: 400;
  overflow: hidden;
}
#bd .bd-leaves {
  width: 27.5em;
  height: 49.7em;
  position: absolute;
  top: 3.85em;
  left: 50%;
  transform: translateX(-50%);
  margin-left: 40.9em;
  display: block;
}
@media only screen and (max-width: 1023px) {
  #bd .bd-leaves {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  #bd {
    padding: 5.8em 0 6em;
    /* midTab 768w */
    min-height: 35em;
  }
}
@media only screen and (min-width: 1024px) {
  #bd::before {
    content: '';
    width: 27.55em;
    height: 85.2em;
    background: url(../images/spotlight/int.jpg) center / cover no-repeat;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-left: -36.2em;
  }
  #bd::after {
    content: '';
    width: 42.5em;
    height: 300vh;
    background: #95a75e;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-left: -43.67em;
    z-index: -1;
  }
}
@media only screen and (min-width: 2000px) {
  #bd::before {
    content: '';
    width: 27.55em;
    height: 85.2em;
    background: url(../images/spotlight/int.jpg) center / cover no-repeat;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-left: -36.2em;
  }
}
#bd .container {
  max-width: 65em;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #bd .container {
    display: flex;
  }
}
@media only screen and (min-width: 1024px) {
  #bd .container {
    max-width: 41.6em;
  }
}
#content {
  display: block;
}
@media only screen and (min-width: 768px) {
  #content {
    max-width: 34.9em;
    width: 83.89423077%;
    float: right;
    /* midTab 768w */
  }
  #content p {
    text-align: justify;
  }
}
#content .content-text {
  line-height: 1.66666667;
}
@media only screen and (min-width: 1300px) {
  #content .content-text {
    font-size: 0.9em;
    /* desk 1300w */
  }
}
/* ==================================================================
	.home content
=================================================================== */
.home #bd {
  padding: 3em 0;
}
@media only screen and (max-width: 767px) {
  .home #bd {
    background: #ca5522 !important;
  }
}
.home #bd hr {
  background-color: #e7d8bd;
  margin: 0em 0 0.75em;
  position: relative;
  left: 0.05em;
}
.home #bd::after {
  content: none;
}
@media only screen and (min-width: 768px) {
  .home #bd {
    padding: 4em 0 4em;
    background: white;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /* midTab 768w */
  }
  .home #bd::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
  }
}
@media only screen and (min-width: 1024px) {
  .home #bd {
    padding: 8em 0;
  }
  .home #bd::before {
    content: none;
  }
}
@media only screen and (min-width: 1300px) {
  .home #bd {
    padding: 8.6em 0 10.8em;
  }
}
.home #bd .container {
  max-width: 64.5em;
}
.home #bd #content {
  position: relative;
  z-index: 10;
}
@media only screen and (min-width: 768px) {
  .home #bd #content {
    width: 100%;
    max-width: 31.45em;
    margin-left: auto;
    margin-right: auto;
    float: none;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 1024px) {
  .home #bd #content {
    margin-right: 0;
    /* desk 1300w */
  }
}
.home #bd #content .content-text {
  color: #f9f7f7;
}
.home #bd #content p {
  font-size: 1em;
  line-height: 1.55555556;
  margin-bottom: 1.5em;
}
@media only screen and (min-width: 768px) {
  .home #bd #content p {
    text-align: justify;
    /* midTab 768w */
  }
}
.home #bd #content p a {
  color: #2d4f2f;
  transition: all 0.33s ease;
}
.home #bd #content p a:hover {
  opacity: 70%;
}
/* ==================================================================
	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: #c67900;
  background:none;
  border:none;
  -webkit-appearance: none;
  padding:0;
  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;
}
/* comment line below if patient-login is live and legit */
.financial-information #financial-online-services {
  display: none;
}
/* common treatments */
.before-after-image {
  width: 44%;
  display: inline-block;
  vertical-align: top;
}
.before-after-image img,
.before-after-image span {
  display: block;
}
@media only screen and (min-width: 768px) {
  .before-after-image img,
  .before-after-image span {
    width: 100%;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 768px) {
  .before-after-box,
  p.before-after-text {
    width: 49%;
    display: inline-block;
    vertical-align: top;
  }
  /* midTab 768w */
}
/* 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: 0px;
  list-style: none;
  margin-bottom: 0;
}
.sitemap #content ul a {
  line-height: 1.28571429;
  font-size: 1.94444444em;
  font-weight: 500;
  text-transform: capitalize;
  text-decoration: none;
  color: #3f433e;
  transition-duration: 0s;
  font-family: 'Cormorant', Arial, serif;
}
.sitemap #content ul ul li a {
  line-height: 1.66666667;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  color: #626262;
  margin-left: 0;
  font-family: 'Lato', Arial, sans-serif;
  /*to increase space adjust [body.sitemap #bd ul ul li] below*/
}
.sitemap #content a:hover {
  text-decoration: none;
  color: #c67900;
}
body.sitemap #bd ul li {
  list-style: none;
}
body.sitemap #bd ul ul li {
  list-style: none;
  /*list-style-image:none;*/
  margin-left: 0;
  /*default=15px*/
}
body.sitemap #content .width1 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  body.sitemap #content .width1 {
    width: 50%;
    /*default 50%*/
    /* midTab 768w */
  }
  body.sitemap #content .width1:not(.first) {
    width: auto;
    float: right;
  }
}
/* global override */
/* ==================================================================
	sidebar
=================================================================== */
#sidebar {
  width: 100%;
  max-width: 20.7em;
  margin: 0 auto 6%;
  display: none;
  padding: 0;
  position: relative;
  z-index: 420;
}
@media only screen and (min-width: 768px) {
  #sidebar {
    width: 49.75961538%;
    margin: 0 1em 1em 0em;
    float: right;
    clear: right;
    display: block;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 1024px) {
  #sidebar {
    position: absolute;
    top: 0.6em;
    left: -17.1em;
    float: none;
    clear: none;
    margin: 0 0 1em;
  }
}
/* ===============================================
	sitepics
=============================================== */
#hide-stock {
  position: relative;
}
.stock {
  width: 100%;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.4);
  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: 2em 0;
  margin: 0;
  background-color: #b59f78;
  position: relative;
  z-index: 410;
}
@media only screen and (max-width: 767px) {
  .spot03 {
    font-size: 0.85em;
  }
}
@media only screen and (min-width: 768px) {
  .spot03 {
    font-size: 1.5vw;
  }
}
@media only screen and (min-width: 1024px) {
  .spot03 {
    font-size: inherit;
    background: #ede5d7;
    padding: 4.6em 0 4.95em;
  }
}
.spot03 .container {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 64.45em;
}
@media only screen and (max-width: 767px) {
  .spot03 .container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (min-width: 768px) {
  .spot03 .container {
    min-height: 27.35em;
  }
}
@media only screen and (min-width: 1024px) {
  .spot03 .container::before {
    content: '';
    width: 79.25em;
    height: 27.35em;
    background-color: #b59f78;
    position: absolute;
    top: 0;
    left: 4.45em;
    z-index: -2;
  }
  .spot03 .container::after {
    content: '';
    position: absolute;
    top: 0;
    left: 4.45em;
    width: 77.9em;
    height: 27.35em;
    z-index: -1;
    background: url(../images/spotlight/spot03pattern.png) center / cover no-repeat;
  }
}
@media only screen and (min-width: 1300px) {
  .spot03 .container::before {
    width: 92.5em;
  }
}
.spot03 .container .left-img {
  width: 31.5em;
  /* height: 20em; */
  position: relative;
}
.spot03 .container .left-img::before {
  content: '';
  width: auto;
  height: auto;
  position: absolute;
  top: 0.5em;
  right:0.5em;
  bottom:0.5em;
  left: 0.5em;
  /* transform: translate(-50%, -50%); */
  border: 0.05em solid #fbf7ef;
  z-index: 10;
}
.spot03 .container .left-img img {
  width: 100%;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.5);
  /* height: 20em; */
}
@media only screen and (max-width: 767px) {
  .spot03 .container .left-img {
    font-size: 0.82em;
    margin-bottom: 2em;
  }
}
@media only screen and (min-width: 768px) {
  .spot03 .container .left-img {
    margin-right: 4em;
    margin-top: 3.7em;
  }
}
.spot03 .container .mod {
  display: flex;
  flex-direction: column;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .spot03 .container .mod {
    margin-top: 4.17em;
  }
}
.spot03 .container .mod h2.topic {
  color: #fbf7ef;
  text-transform: none;
  font-size: 2em;
  line-height: 1.125;
  font-weight: 400;
  font-family: 'Cormorant', Arial, serif;
}
.spot03 .container .mod hr {
  margin: 0.4em 0 1.1em;
  background-color: #e7d8bd;
}
.spot03 .container .mod .links {
  display: flex;
  flex-direction: column;
}
.spot03 .container .mod .links a {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.9em;
}
.spot03 .container .mod .links a svg {
  position: relative;
  transition: all 0.33s ease;
  color: white;
}
.spot03 .container .mod .links a .text {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.spot03 .container .mod .links a .text h3.topic {
  color: #fbf7ef;
  font-size: 1em;
  font-family: 'Lato', Arial, sans-serif;
  line-height: 1.15;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: color 0.33s ease;
}
.spot03 .container .mod .links a .text p {
  margin: 0;
  color: #e7d8bd;
  font-size: 0.8em;
  font-weight: 400;
  line-height: 1.5625;
  letter-spacing: 0.03em;
}
.spot03 .container .mod .links a:nth-child(2) {
  padding-left: 0.4em;
}
.spot03 .container .mod .links a:nth-child(2) svg {
  width: 1.8em;
  height: 1.7em;
  margin-right: 0.82em;
  margin-top: 0.25em;
}
.spot03 .container .mod .links a:nth-child(4) {
  padding-left: 0.15em;
}
.spot03 .container .mod .links a:nth-child(4) svg {
  width: 2em;
  height: 1.95em;
  margin-right: 0.85em;
  margin-top: 0.2em;
}
.spot03 .container .mod .links a:nth-child(3) {
  padding-left: 0.15em;
}
.spot03 .container .mod .links a:nth-child(3) svg {
  width: 1.75em;
  height: 1.85em;
  margin-right: 1.1em;
  margin-top: 0.25em;
}
.spot03 .container .mod .links a:nth-child(1) {
  padding-left: 0em;
/*  margin-bottom: 0;*/
}
.spot03 .container .mod .links a:nth-child(1) svg {
  width: 1.85em;
  height: 1.85em;
  margin-right: 1.15em;
  margin-top: 0.2em;
}
.spot03 .container .mod .links a:nth-child(4) h3.topic sup {
  font-size: 0.6em;
}
.spot03 .container .mod .links a:nth-child(5) {
  padding-left: 0.15em;
}
.spot03 .container .mod .links a:nth-child(5) svg {
  width: 1.75em;
  height: 1.85em;
  margin-right: 1.1em;
  margin-top: 0.25em;
}
.spot03 .container .mod .links a:hover h3.topic {
  color: #3f433e;
}
.spot03 .container .mod .links a:hover svg {
  color: #3f433e;
}
.spot03 .container img.spot03leaves {
  position: absolute;
  left: -11.4em;
  bottom: -3.5em;
  width: 36.9em;
  height: 23.3em;
  z-index: -1;
}
@media only screen and (max-width: 1023px) {
  .spot03 .container img.spot03leaves {
    display: none;
  }
}
/* ===============================================
	spot00 || COMMON TESTIMONIAL SLIDESHOW SECTION EXAMPLE
=============================================== */
.spot04 {
  padding: 3em 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (min-width: 768px) {
  .spot04 {
    padding: 5em 0;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 1024px) {
  .spot04 {
    padding: 4.7em 0 4.7em;
    padding-left: 0.2em;
  }
  .spot04::after {
    content: '';
    width: 19.5em;
    height: 18.45em;
    background: url(../images/spotlight/cropped.png) center / cover no-repeat;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    margin-left: 20.1em;
  }
}
@media only screen and (max-width: 767px) {
  .spot04::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(201, 84, 6, 0.7);
  }
}
.spot04 .container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .spot04 .container {
    min-height: 20.65em;
    background-color: rgba(201, 84, 6, 0.7);
  }
}
@media only screen and (min-width: 1024px) {
  .spot04 .container {
    width: 100%;
    max-width: 64.4em;
    align-items: flex-start;
    justify-content: center;
    padding-left: 8.3em;
    padding-top: 0.95em;
  }
  .spot04 .container::before {
    content: '';
    position: absolute;
    top: 49.7%;
    left: 50.08%;
    transform: translate(-50%, -50%);
    width: 62.2em;
    height: 18.4em;
    border: 0.05em solid #fbf7ef;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .spot04 .container {
    padding-top: 4em;
  }
}
.spot04 .cycle-slideshow {
  color: #3f433e;
  width: 96%;
  max-width: 35.5em;
  display: block;
  text-align: left;
}
.spot04 .cycle-slideshow:hover {
  color: #262925;
}
.spot04 .cycle-slide {
  width: 100%;
  display: block;
  transition: color 0.33s ease-in-out;
}
.spot04 .testimony {
  line-height: 1.33333333;
  font-size: 1.5em;
  display: block;
  font-family: 'Cormorant', Arial, serif;
  color: #fbf7ef;
  font-weight: 500;
  margin-bottom: 1.2em;
}
.spot04 .testifier {
  line-height: 2.5;
  font-size: 0.53333333em;
  text-transform: uppercase;
  font-family: 'Lato', Arial, sans-serif;
  color: #ede5d7;
  letter-spacing: 0.1em;
  font-weight: 400;
  position: relative;
  left: 0.55em;
}
.spot04 .spotpager {
  display: flex;
  position: relative;
  right: 0.25em;
}
.spot04 .spotpager span {
  width: 0.525em;
  height: 0.525em;
  border: 0.05em solid white;
  color: transparent;
  border-radius: 50%;
  margin: 0 0.235em;
  transition: background-color 0.33s ease;
  position: relative;
}
.spot04 .spotpager span.cycle-pager-active {
  background-color: white;
}
.spot04 .spotpager span:nth-child(2),
.spot04 .spotpager span:nth-child(3),
.spot04 .spotpager span:nth-child(4) {
  right: 0.05em;
}
/* ==================================================================
	#ft
=================================================================== */
#ft {
  text-align: center;
  color: #fff;
  width: 100%;
  padding: 0;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #ede5d7;
  padding: 3em 0;
  z-index: 500;
}
@media only screen and (max-width: 767px) {
  #ft {
    font-size: 1em;
  }
}
@media only screen and (min-width: 768px) {
  #ft {
    font-size: 1.7vw;
  }
}
@media only screen and (min-width: 1024px) {
  #ft {
    font-size: inherit;
    padding: 11.12em 0 0;
  }
}
#ft .container {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 64.45em;
}
@media only screen and (min-width: 1024px) {
  #ft .container {
    justify-content: flex-end;
    align-items: center;
  }
}
#ft .map-container {
  width: 61.1em;
  height: 27.35em;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 1023px) {
  #ft .map-container {
    display: none;
    /* midTab 768oo */
  }
}
#ft .map-container .marker {
  line-height: 1;
  font-size: 2.25em;
  color: #c67900;
  margin-left: 2.4em;
  position: absolute;
  right: 7em;
  top: 5.05em;
  z-index: 400;
  transition: transform 0.33s ease-in-out;
  transform-origin: center bottom;
}
@media only screen and (max-width: 1023px) {
  #ft .map-container .marker {
    display: none;
    /* midTab 768oo */
  }
}
@media only screen and (min-width: 1024px) {
  #ft .map-container .marker {
    display: block;
    /* midTab 768w */
  }
}
#ft .map-container .marker:before {
  color: #5f8150;
  content: '\f041';
}
#ft .map-container .marker:after {
  content: '';
  width: 0.96969697em;
  height: 0.87878788em;
  background: url(../images/footer/shadow.png) no-repeat center center;
  left: 0.075em;
  bottom: -0.025em;
  z-index: -1;
  background-size: cover;
  position: absolute;
  pointer-events: none;
}
#ft .map-container .marker.hover {
  transform: translate3d(0, 0, 0) scale(2);
}
@media only screen and (min-width: 1024px) {
  #ft .map-container {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-left: -20.2em;
  }
}
#ft a {
  color: #fff;
  transition: color 0.33s ease-in-out;
}
#ft a:hover {
  color: #c67900;
}
/* ===============================================
		locations
=============================================== */
#location {
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  #location {
    margin-bottom: 5.8em;
  }
}
#location .logo {
  line-height: 0;
  text-align: center;
  margin: 0 auto 2.2em;
  display: block;
}
#location .logo img {
  width: 16.75em;
}
#location .phone {
  line-height: 1.05263158;
  font-size: 1.425em;
  display: block;
  color: #5f8150;
  font-weight: bold;
  font-family: 'Lato', Arial, sans-serif;
  margin-bottom: 0.23em;
}
@media only screen and (max-width: 1023px) {  
  #location .phone {
    line-height:44px; 
  }
  /* midTab 1024oo */ 
}

#location .address {
  line-height: 1.31024801;
  font-size: 1.0685em;
  margin: 0 auto;
  display: block;
  color: #2b2b2b;
  font-weight: 400;
}
@media only screen and (max-width: 1023px) {  
  #location .address {
    line-height:22px; 
  }
  /* midTab 1024oo */ 
}
#location .address.hover {
  color: #c67900;
}
/* ==================================================================
		#links
=================================================================== */
#links {
  text-align: center;
  color: #c67900;
  padding: 2em 0;
  margin: 0;
  background-color: #ede5d7;
  z-index: 500;
}
@media only screen and (max-width: 479px){ 
  #links{
    padding-bottom:90px;
  }
/* mintab 480oo */ 
}

@media only screen and (min-width: 768px) {
  #links {
    height: 5.15em;
    padding: 1.825em 0 0;
    /* midTab 768w  */
  }
}
@media only screen and (min-width: 1024px) {
  #links {
    padding: 1em 0;
  }
}
@media only screen and (min-width: 1300px) {
  #links {
    padding-left: 2.7em;
  }
}
#links .util {
  line-height: 2.72727273;
  font-size: 0.55em;
  display:inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 1023px) {  
  #links .util {
    line-height: 44px;
  }
/* midTab 1024oo */ 
}

#links .util a {
  color: #3f433e;
  transition: color 0.33s ease-in-out;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.05em;
}
#links .util a:hover {
  color: #c67900;
}
#links .util a,
#links .util .divider {
  display: inline-block;
  vertical-align:top;
}
#links .util .divider {
  margin: 0 1.2em;
}
/* ===============================================
		sesame link
=============================================== */
a#sesame-link .sesameicon {
  width: 2.18181818em;
  height: 1.81818182em;
  margin-right: 0.72727273em;
  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: 0;
  display: inline-block;
  vertical-align:top;
  position: relative;
}
a#backtotop {
  line-height: 1.5;
  font-size: 1em;
  color: #c67900;
  display: inline-block;
  vertical-align: top;
  transition: color 0.33s ease-in-out;
}
@media only screen and (max-width: 1023px) {
  a#backtotop {  
  line-height: 44px;
  width:44px;
}
/* midTab 1024oo */ 
}
@media only screen and (min-width: 1024px) {  
  a#backtotop {  
    margin-left: 0.7em;
  }
/* midTab 1024w */ 
}


a#backtotop .icon {
  -webkit-font-smoothing: auto;
}
a#backtotop:hover {
  color: #3f433e;
}
/*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 {
  text-transform: none;
  font-weight: 400;
  color: #fff;
  width: 100%;
  padding: 1rem;
  float: left;
  background: #c67900;
}
/* ===============================================
	Form Buttons
=============================================== */
form button {
  letter-spacing: normal;
  font-weight: 400;
  text-transform: uppercase;
  font-size: small;
  color: #fff;
  height: 38px;
  padding: 0 1.5em;
  background-color: #c67900;
  border: 1px solid #c67900;
  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: #3f433e;
  background-color: #3f433e;
}
form p {
  height: auto;
}
/* ===============================================
	chat widget resize for mobile use comfort
=============================================== */
#bc-chat-container {
  font-size: 0.8em !important;
}
.bc-minimize-state {
  width: 11.8em !important;
  height: 7.7em !important;
}

/* ===============================================
  .screenreader 
  for descriptive text on vaguely designed buttons
  https://gomakethings.com/hidden-content-for-better-a11y/#hidden-labels
=============================================== */
.screenreader {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

/************************************************************************************************************************************************/
/* end superlatives */
/* ===============================================
Tablet
Supports 768px (768px) and up
=============================================== */
@media only screen and (min-width: 768px) {
  /* ===============================================
	blanket content sidebar hide
=============================================== */
  .sitemap #content,
  .layout-full-width #content {
    max-width: none;
  }
  .sitemap #sidebar,
  .layout-full-width #sidebar {
    display: none;
  }
  /* ===============================================
	custom content
=============================================== */
  /*.success{ width:66%; }*/
  /*table.office-hours{ max-width:50%; }*/
  .speed-system img[alt='Speed Braces'] {
    display: block;
  }
  /* ===============================================
	PAGE SPECIFIC
=============================================== */
  .which-is-right-for-me #content p {
    display: inline-block;
    float: left;
  }
  .which-is-right-for-me #content a[href^='/sesame_media/docs/'] {
    text-align: center;
    display: block;
    width: 100%;
    clear: both;
  }
  .which-is-right-for-me #content a[href^='/sesame_media/docs/'] img {
    display: inline-block;
  }
  .in-ovation-testimonials .embed-container {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  [class^='inovation-chart-'] {
    display: inline-block;
    max-width: 50%;
  }
  .in-ovation-before-after #content p {
    text-align: center;
    margin-bottom: 0;
  }
  .in-ovation-before-after .content-text h3 {
    text-align: center;
  }
  .in-ovation-before-after .content-text .img-left,
  .in-ovation-before-after .content-text .border {
    max-width: 44%;
    float: none;
    display: inline-block;
    margin: 2%;
  }
  .in-ovation-videos .content-text h2 {
    text-align: center;
  }
  .in-ovation-videos .content-text .embed-container {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  body[class*='in-ovation'] .img-right {
    max-width: 40%;
  }
  /*END*/
}
/* ===============================================
Large Tablet Stylings
Supports 1024px (1024px) and up
=============================================== */
@media only screen and (min-width: 1024px) {
  /* main-nav */
  #main-nav {
    font-size: inherit;
    width: 100%;
    height: 4.35em;
    margin-top: 0em;
    position: relative;
    top: auto;
    z-index: 2900;
    box-shadow: none;
  }
  #main-nav .container {
    background: none;
    max-width: none;
  }
  #main-nav div.collapsible {
    margin: 0 auto;
  }
  #main-nav ul {
    height: 4.35em;
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    background: none;
    position: static;
    float: right;
  }
  #main-nav ul li {
    height: 100%;
    margin:0;
    background: none;
    vertical-align: top;
    position: relative;
    float: none;
    clear: none;
  }

  
  #main-nav ul li.home{ margin-left: -9.3em; }
  #main-nav ul li.treatments{ margin-right: 8em; }
  #main-nav ul li.contact,
  #main-nav ul li.contact-us { margin-right:0; }
  

    #main-nav ul li a[id] {
      line-height: 5.6;
      text-align: center;
      text-decoration: none;
      height: 100%;
      padding:0 0.6em;
      z-index: 3000;
    }
    
    #main-nav ul li a[id]:after {
      bottom: auto;
      top: 0;
      left: 0;
      height: 100%;
      width:100%;
      z-index: -1;
    }
    
    #main-nav ul ul {
      width: auto;
      height: auto;
      padding: 0.98em 0 1em;
      z-index: 2800;
      display: none;
      position: absolute;
    }
    #main-nav ul ul li {
      width: 100%;
      height: 1.25em;
      margin: 0 0 0.1em;
      padding: 0;
      opacity: 1;
      float: left;
    }
    #main-nav ul ul li a {
      line-height: 1.5625;
      text-align: left;
      white-space: nowrap;
      height: 1.5625em;
      width: 100%;
      padding: 0 1.5625em;
      padding: 0 1.05em;
      float: left;
      transition-duration: 0s;
    }
    #main-nav ul li.contact-us ul li a,
    #main-nav ul li.contact ul li a {
      text-align: right;
      float: right;
    }
    #main-nav ul li:hover ul {
      left: 0em;
      /*top:37px;*/
      display: block;
    }
    #main-nav ul li.contact-us:hover ul,
    #main-nav ul li.contact:hover ul {
      left: auto;
      right: 0em;
      margin: 0;
    }
  /*END*/
}

/* main-nav scroll animation */
@media only screen and (min-width: 1300px) { 
  
  .home #main-nav ul li {
    transition: margin-right 0.4s ease-in-out, margin-left 0.4s ease-in-out;
  }
  .ready #main-nav ul li.home{ margin-left: 0; }
  .ready #main-nav ul li.treatments{ margin-right: 0; }
  
/* desk 1300w */ 
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #main-nav .container {
    justify-content: space-between;
  }
}

#fab_ctn,
#fab_btn{
  font-family: 'Lato', Arial, sans-serif;
}

/* custom animations */
@keyframes flyinmobilenav {
  from { transform:translate(100%,0);opacity:0;pointer-events:none; }
  to { transform:translate(0,0);opacity:1;pointer-events:auto; }
}