/* 
 Site Manager Version: 14.2.0
 Date Created: January 2025
 Account: ward-carter
 Written by: Ricky Rivas
 Sesame Communications - All rights reserved. C2025
 Any reproduction or intentional misuse is strictly prohibited
*/
/* ===============================================
Basic Stylings
These will affect every size of the site.
=============================================== */
/* resets */
*,
*:before,
*:after {
  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: 'Montserrat', Helvetica, Arial, sans-serif;
}
svg {
  display: inline-block;
}
body {
  font-size: 15px;
  color: #142536;
  background: #fff;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 1300px) {
  body {
    font-size: 20px;
  }
}
/* ===============================================
	links 
=============================================== */
a {
  text-decoration: none;
}
#content a {
  color: #9c8b57;
  text-decoration: underline;
  transition: color 0.33s ease-in-out;
}
#content a:hover {
  color: #cfa632;
}
/* ===============================================
	h family || hfam 
=============================================== */
h1,
h2:not(.topic),
h3:not(.topic),
h4,
h5,
h6 {
  line-height: 1;
  text-align: left;
  color: #2c3e57;
  text-rendering: auto;
  margin: 0 0 1.44em;
  font-weight: 400;
  text-transform: uppercase;
}
.sub h1 {
  font-size: 10vw;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0.5em;
  font-family: "Cinzel", serif;
}
@media only screen and (min-width: 480px) {
  .sub h1 {
    font-size: 3.4em;
  }
}
.home h1 {
  font-size: 10vw;
  margin: 0;
  font-family: "Cinzel", serif;
  font-size: min(3.3em, 7vw);
}
@media only screen and (min-width: 1024px) {
  .home h1 {
    font-size: 3.4em;
  }
}
.home h1 .trait {
  display: block;
}
.home h1 .trait.top {
  line-height: 1.057;
  font-size: clamp( 12px, 0.514em , 35px );
  text-transform: uppercase;
  color: #9c8b57;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 300;
  letter-spacing: -0.04em;
}
h2:not(.topic) {
  font-size: 1.315em;
  font-family: "Cinzel", serif;
  color: #9c8b57;
}
h3:not(.topic) {
  font-size: 1.210em;
}
h4 {
  font-size: 1.105em;
}
h5 {
  font-size: 1.052em;
}
h6 {
  font-size: 1em;
}
/* ===============================================
	containers
=============================================== */
.container {
  max-width: 64.5em;
}
@media only screen and (min-width: 1300px) {
  .container {
    width: 90%;
  }
}
/* ===============================================
	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;
}
/* ==================================================================
	masthead
=================================================================== */
#masthead {
  width: 100%;
  min-height: 44px;
  padding: 0;
  background-color: #fff;
  position: relative;
  z-index: 3000;
}
@media only screen and (min-width: 1300px) {
  #masthead {
    font-size: inherit;
    position: fixed;
    top: 0;
    left: 0;
  }
}
@media only screen and (max-width: 1299px) {
  #masthead .container {
    width: 100%;
    max-width: none;
  }
}
/* ==================================================================
	main-nav
=================================================================== */
#main-nav {
  font-size: 20px;
  text-align: center;
  height: 55px;
  width: 55px;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 600;
  clear: both;
}
#main-nav .container,
#main-nav .collapsible {
  height: 100%;
  padding: 0;
}
#main-nav .trigger {
  line-height: 53px;
  color: #2c3f56;
  width: 55px;
  height: 55px;
  padding: 0;
  margin: 19px 0 22px -20px;
  background: none;
  box-shadow: none;
  border: none;
  -webkit-appearance: none;
  position: relative;
  z-index: 600;
  transition: color 0.33s ease-in-out;
  cursor: pointer;
  border: 2px solid #aea076;
}
#main-nav .trigger .navicon {
  width: 33px;
  height: 20px;
  display: inline-block;
  vertical-align: -2.5px;
  position: relative;
}
#main-nav .trigger .navicon span {
  width: 100%;
  height: 1px;
  background: currentcolor;
  display: block;
  position: absolute;
  left: 0;
  opacity: 1;
  transform: translate(0, 0) rotate(0deg);
  transition: 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 .open .trigger .navicon span:nth-child(1) {
  transform: translate(50%, 150%) scaleX(0);
}
#main-nav .open .trigger .navicon span:nth-child(4) {
  transform: translate(50%, -150%) scaleX(0);
}
#main-nav .open .trigger .navicon span:nth-child(2) {
  transform: translate(0, 0) rotate(45deg);
}
#main-nav .open .trigger .navicon span:nth-child(3) {
  transform: translate(0, 0) rotate(-45deg);
}
#main-nav ul {
  width: 100vw;
  margin: 0;
  padding: 2em 0 1em;
  background-color: #e2dccb;
  position: relative;
  float: right;
  z-index: 550;
}
@media only screen and (min-width: 666px) {
  #main-nav ul {
    width: 320px;
  }
}
#main-nav ul li {
  clear: both;
}
#main-nav ul li a[id] {
  line-height: 44px;
  font-size: clamp( 12px, 0.75em , 15px );
  text-transform: uppercase;
  color: #2c3e57;
  width: auto;
  height: 44px;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: color 0.33s ease;
}
#main-nav ul li a[id] .active {
  width: 2.2em;
  height: auto;
  position: absolute;
  left: 50%;
  top: -0.8em;
  transform: translateX(-50%);
}
@media only screen and (min-width: 1024px) {
  #main-nav ul li a[id] .active {
    top: -1.2em;
  }
}
#main-nav ul li a[id] .active path {
  transform-box: fill-box;
  transition: transform 0.33s ease, opacity 0.33s ease;
  opacity: 0;
  transition-delay: calc(var(--index)*-0.1s);
}
#main-nav ul li a[id] .active path:nth-child(1) {
  transform: rotate(-95deg);
  transform-origin: bottom left;
}
#main-nav ul li a[id] .active path:nth-child(2) {
  transform: rotate(-47deg);
  transform-origin: bottom center;
}
#main-nav ul li a[id] .active path:nth-child(3) {
  transform-origin: bottom right;
}
#main-nav ul li.open > a[id],
#main-nav ul li.active > a[id],
#main-nav ul li:hover > a[id] {
  text-decoration: none;
  transition-duration: 0.15s;
}
#main-nav ul li.open > a[id] .active path,
#main-nav ul li.active > a[id] .active path,
#main-nav ul li:hover > a[id] .active path {
  transform: none;
  opacity: 1;
  transition-delay: calc(var(--index)*0.1s);
}
#main-nav ul ul {
  width: 100%;
  margin: 0;
  padding: 0;
  display: inline;
  float: left;
}
#main-nav ul ul li {
  width: 100%;
  background: none;
  float: left;
}
#main-nav ul ul li a {
  line-height: 44px;
  font-size: clamp( 12px, 0.75em , 15px );
  color: #2c3e57;
  text-transform: uppercase;
  width: 100%;
  height: 44px;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: color 0.66s ease-in-out;
}
@media only screen and (max-width: 1023px) {
  #main-nav ul ul li a {
    font-size: 13px;
  }
}
#main-nav ul ul li a::before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #9c8b57;
  transform: skew(45deg) translate(-150%, 0) scaleX(1.5);
  transition: transform 0.66s ease-in-out;
  z-index: -1;
}
#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: #e2dccb;
  margin-bottom: 0;
  border: none;
}
#main-nav ul li.active ul li a:hover::before,
#main-nav ul ul li a:hover::before,
#main-nav ul ul li a.active::before {
  transform: skew(45deg) translate(0%, 0) scaleX(1.5);
}
#main-nav .collapsible.open > ul {
  animation: flyinmobilenav 0.4s 1;
}
#main-nav .collapsible.open ul ul {
  animation: none;
}
#main-nav ul ul li {
  height: 0;
  overflow: hidden;
  transition-duration: 0.33s;
  opacity: 0;
}
#main-nav .open ul {
  display: inline-block;
}
#main-nav .open ul .open ul li {
  height: 44px;
  opacity: 1;
}
/* ===============================================
main-nav - Desktop Stylings
=============================================== */
@media only screen and (min-width: 1024px) {
  /* main-nav */
  #main-nav {
    font-size: inherit;
    width: 100%;
    height: 4em;
    margin-top: 2.25em;
    background: none;
    box-shadow: none;
    position: relative;
    top: auto;
    z-index: 2900;
  }
  #main-nav .container {
    width: 98%;
    max-width: none;
  }
  #main-nav div.collapsible {
    margin: 0 auto;
  }
  #main-nav .collapsible > ul > li:nth-child(2) {
    margin-left: 1.75em;
  }
  #main-nav .collapsible > ul > li:nth-child(3) {
    margin-right: 20em;
  }
  #main-nav ul {
    height: 4em;
    width: 100%;
    padding: 0;
    margin: 0;
    background: none;
    position: static;
    float: none;
  }
  #main-nav ul li {
    height: 100%;
    margin: 0 1em 0 0;
    background: none;
    vertical-align: top;
    position: relative;
    float: none;
    clear: none;
  }
  #main-nav ul li.home {
    display: none;
  }
  #main-nav ul li.contact,
  #main-nav ul li.contact-us {
    margin-right: 0;
    padding-right: 0;
  }
  #main-nav ul li a[id] {
    line-height: 2.666;
    text-align: center;
    height: 100%;
    z-index: 3000;
  }
  #main-nav ul ul {
    width: auto;
    height: auto;
    padding: 1.2em 0 1.25em;
    position: absolute;
    display: none;
    z-index: 2800;
    background-color: #e3dccc;
  }
  #main-nav ul ul li {
    height: 1.75em;
    margin: 0 0;
    padding: 0;
    float: left;
    opacity: 1;
  }
  #main-nav ul ul li a {
    line-height: 2.333;
    text-align: center;
    white-space: nowrap;
    height: 2.333em;
    padding: 0 2.7em;
    float: left;
  }
  #main-nav ul li.contact-us ul li a,
  #main-nav ul li.contact ul li a {
    text-align: center;
    float: right;
  }
  #main-nav ul li:hover ul {
    display: block;
    left: 50%;
    transform: translate(-50%, 0);
  }
  #main-nav ul li.contact-us:hover ul,
  #main-nav ul li.contact:hover ul {
    margin: 0;
  }
  /*END*/
}
/* ===============================================
	FULLMOB RULES
=============================================== */
@media only screen and (min-width: 1024px) {
  /* main-nav */
}
@media only screen and (min-width: 1300px) {
  #main-nav .collapsible > ul > li:nth-child(3) {
    margin-right: 22.4em;
  }
}
/* ==================================================================
	header
=================================================================== */
#hd {
  text-align: center;
  color: #9c8b57;
  padding: 0;
  position: relative;
}
@media only screen and (min-width: 666px) {
  #hd {
    text-align: right;
  }
}
@media only screen and (min-width: 1024px) {
  #hd {
    z-index: 3000;
  }
}
#hd .container {
  padding: 0 75px 0 0;
}
@media only screen and (min-width: 1024px) {
  #hd .container {
    padding: 0;
    width: calc(100% - 1em);
    max-width: 67.5em;
  }
}
@media only screen and (min-width: 1300px) {
  #hd .container {
    max-width: 66.25em;
  }
}
/* ===============================================
	logo
=============================================== */
#logo {
  line-height: 0;
  width: 18.2em;
  margin: 0 auto 0 2%;
  display: block;
  position: relative;
}
@media only screen and (max-width: 665px) {
  #logo {
    margin: 0;
    width: 100%;
    max-width: 18.2em;
  }
}
@media only screen and (min-width: 666px) {
  #logo {
    font-size: 0.825em;
  }
}
@media only screen and (min-width: 1024px) {
  #logo {
    position: absolute;
    font-size: inherit;
    margin: 0;
    top: 1.85em;
    left: calc(50% - 9em);
  }
}
#logo a {
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 1023px) {
  #logo a {
    min-height: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
#logo svg {
  width: 18.2em;
  height: 3.3em;
}
@media only screen and (max-width: 665px) {
  #logo svg {
    max-width: 18.2em;
    height: auto;
    width: 86%;
  }
}
#logo svg path,
#logo svg g {
  transform-box: fill-box;
  transform-origin: 50% 50%;
  transition: transform 1s ease, opacity 1s ease;
}
/* ===============================================
	contact info
=============================================== */
.contactinfo {
  text-align: center;
  margin: 0;
  display: none;
  vertical-align: top;
  gap: 10px;
  float: right;
  transform: translate3d(0, 0, 0);
  background: #fff;
  width: 100vw;
  padding: 18px 0;
}
@media only screen and (max-width: 665px) {
  .contactinfo {
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (min-width: 666px) {
  .contactinfo {
    padding: 0;
    background: none;
    width: auto;
    position: absolute;
    top: 24px;
    right: 85px;
    display: inline-flex;
    float: none;
  }
}
@media only screen and (min-width: 1024px) {
  .contactinfo {
    pointer-events: none;
    width: 100%;
    justify-content: space-between;
    position: absolute;
    top: -0.25em;
    left: 50%;
    transform: translateX(-50%);
  }
  .contactinfo > * {
    pointer-events: all;
  }
}
@media only screen and (min-width: 1300px) {
  .contactinfo {
    padding-left: 0.25em;
    top: 0em;
    max-width: 66.4em;
  }
}
.contactinfo .phone {
  font-size: clamp( 12px, 0.75em , 15px );
  color: #142536;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #9c8b57;
  font-family: "Cinzel", serif;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  padding: 0 8px;
}
@media only screen and (min-width: 666px) {
  .contactinfo .phone {
    padding: 0 1.2em;
  }
}
@media only screen and (max-width: 1023px) {
  .contactinfo .phone {
    line-height: 44px;
  }
}
@media only screen and (min-width: 1024px) {
  .contactinfo .phone {
    line-height: 3;
  }
}
@media only screen and (min-width: 1300px) {
  .contactinfo .phone {
    line-height: 2.4;
  }
}
.contactinfo .phone::before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #9c8b57;
  z-index: -1;
  transform: skew(45deg) translate(-150%, 0) scaleX(1.5);
  transition: transform 0.66s ease-in-out;
}
.contactinfo .appointmentrequest {
  font-size: clamp( 12px, 0.6em , 12px );
  text-align: center;
  text-transform: uppercase;
  color: #142536;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  transition: color 0.66s ease-in-out;
  border: 1px solid #9c8b57;
  font-family: "Cinzel", serif;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  padding: 0 8px;
}
@media only screen and (min-width: 666px) {
  .contactinfo .appointmentrequest {
    padding: 0 1.25em;
  }
}
@media only screen and (max-width: 1023px) {
  .contactinfo .appointmentrequest {
    line-height: 44px;
  }
}
@media only screen and (min-width: 1024px) {
  .contactinfo .appointmentrequest {
    line-height: 3;
  }
}
@media only screen and (min-width: 1300px) {
  .contactinfo .appointmentrequest {
    padding: 0 1.625em;
  }
}
.contactinfo .appointmentrequest::before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #9c8b57;
  z-index: -1;
  transform: skew(45deg) translate(-150%, 0) scaleX(1.5);
  transition: transform 0.66s ease-in-out;
}
.contactinfo a {
  color: #142536;
  transition: color 0.66s ease-in-out;
}
.contactinfo a:hover {
  color: #fff;
}
.contactinfo a:hover::before {
  transform: skew(45deg) translate(0%, 0) scaleX(1.5);
}
@media only screen and (max-width: 665px) {
  #main-nav .collapsible.open .contactinfo {
    display: flex;
    animation: flyinmobilenav 0.4s 1;
  }
}
/* ==================================================================
	slideshow
=================================================================== */
#slideshow {
  text-align: center;
  color: #fff;
  background: #fff;
  position: relative;
  z-index: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  #slideshow {
    background: #2d3f57;
    padding: 35px 0;
    flex-direction: row;
    min-height: auto;
  }
}
@media only screen and (min-width: 1024px) {
  #slideshow {
    padding: 4.1em 0;
    padding: 0;
    font-size: min(1.475vw, 1em);
  }
}
@media only screen and (min-width: 1300px) {
  #slideshow {
    padding-top: 125px;
  }
}
#slideshow #home-slideshow {
  width: 100%;
  margin: 0;
/*  aspect-ratio: 487/424;*/
  transition: transform 1.33s ease, opacity 1.33s ease;
  transition-delay: 1.33s;
}
#slideshow #home-slideshow img {
  width: 100%;
}
#slideshow video{
    width: 100%;
    vertical-align: top;
}

@media only screen and (min-width: 768px) {
  #slideshow #home-slideshow {
/*    max-width: 33.05em;*/
  }
}

#slideshow #home-slideshow:before {
    content: '';
    background: rgba(45, 63, 87, 0.45);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}


#slideshow .ssoverlay {
  width: 100%;
  display: flex;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  justify-content: center;
  align-items: center;
  z-index: 420;
/*  background: url(../images/spotlight/texture-01.jpg) center / cover no-repeat;*/
  padding: 85px 0;
  position: absolute;
  transition: transform 1.33s ease, opacity 1.3s ease;
  transition-delay: 1.33s;
}
@media only screen and (min-width: 768px) {
  #slideshow .ssoverlay {
/*    padding: 0 0 1.4em;*/
/*    max-width: 32.9em;*/
/*    align-self: stretch;*/
  }
}
#slideshow .sslogo {
  line-height: 0;
  text-align: center;
  margin: 0 auto;
  display: block;
  width: 90%;
  max-width: 750px;
}
#slideshow .sslogo svg {
  width: 100%;
  height: auto;
  filter: brightness(0) invert(1);
}
#slideshow .sslogo svg .line {
  stroke-width: 1.5px;
  stroke-dashoffset: 0;
  stroke-dasharray: 237;
  transition: stroke-dashoffset 1.33s ease;
}
#slideshow .sslogo svg text {
  transform-box: fill-box;
  transition: transform 1.33s ease, opacity 1.33s ease;
}
#slideshow .sslogo svg .symbol path {
  transform-box: fill-box;
  transition: transform 1.33s ease, opacity 1.33s ease;
  transition-delay: calc(var(--index)*0.1s);
}
#slideshow .sslogo svg .symbol path:nth-child(3) {
  transform-origin: bottom left;
}
#slideshow .sslogo svg .symbol path:nth-child(2) {
  transform-origin: bottom center;
}
#slideshow .sslogo svg .symbol path:nth-child(1) {
  transform-origin: bottom right;
}
#slideshow .sslogo svg .symbol path {
  stroke-width: 1.5px;
}
@media only screen and (min-width: 1300px) {
  #slideshow.ready .sslogo .name {
    transform: translateY(-100%);
    opacity: 0;
  }
  #slideshow.ready .sslogo .text-slogan {
    transform: translateY(100%);
    opacity: 0;
  }
  #slideshow.ready .sslogo .line {
    stroke-dashoffset: 237;
  }
  #slideshow.ready .sslogo .symbol path {
    opacity: 0;
  }
  #slideshow.ready .sslogo .symbol path:nth-child(3) {
    transform: rotate(-95deg);
  }
  #slideshow.ready .sslogo .symbol path:nth-child(2) {
    transform: rotate(-47deg);
  }
  #slideshow.ready .ssoverlay {
    transform: translateX(-50%);
  }
  #slideshow.ready #home-slideshow {
    opacity: 0;
    transform: translateX(50%);
  }
}
/* ==================================================================
	.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: 40px 0;
  margin: 0;
  background: #fff;
  position: relative;
  z-index: 410;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1em;
  font-size: min(20px, 4vw);
}
@media only screen and (min-width: 768px) {
  .spot01 {
    padding: 80px 0;
    font-size: inherit;
  }
}
@media only screen and (min-width: 1024px) {
  .spot01 {
    padding: 59px 0;
    font-size: 1vw;
    flex-direction: row;
  }
}
.spot01 a {
  color: #fff;
  width: 90%;
  max-width: 23.75em;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: transform 0.33s ease-in-out;
  overflow: hidden;
  background-color: #000;
}
@media only screen and (min-width: 768px) {
  .spot01 a {
    width: calc(50% - 2em);
  }
}
@media only screen and (min-width: 1024px) {
  .spot01 a {
    width: 100%;
  }
}
.spot01 a::before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(156, 139, 87, 0.7);
  z-index: 2;
  transition: transform 0.66s ease-in-out;
  transform: skew(45deg) translate(0%, 0) scaleX(2);
}
.spot01 a::after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, transparent 70%, rgba(0, 0, 0, 0.1) 100%);
  z-index: 2;
}
.spot01 a .decoration {
  width: 100%;
  transition: filter 0.66s ease-in-out, opacity 0.66s ease-in-out;
  filter: grayscale(1);
}
.spot01 a h2.topic {
  line-height: 1.76;
  font-size: 1.25em;
  text-transform: uppercase;
  color: currentcolor;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 50%;
  transform: translateY(6em);
  z-index: 4;
  font-weight: 400;
  letter-spacing: 0.1em;
  transition: transform 0.66s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .spot01 a h2.topic {
    transform: translateY(6.5em);
    font-size: clamp( 12px, 1.25em , 25px );
  }
}
.spot01 a:hover::before {
  transform: skew(45deg) translate(-200%, 0) scaleX(2);
}
.spot01 a:hover .decoration {
  filter: grayscale(0);
  opacity: 0.7;
}
.spot01 a:hover h2.topic {
  transform: translateY(50%);
}
/* ===============================================
	spot00 || COMMON TESTIMONIAL SLIDESHOW SECTION EXAMPLE
=============================================== */
.spot02 {
  font-size: min(4vw, 1em);
  padding: 3em 0;
  background-color: #2d3f57;
}
@media only screen and (min-width: 666px) {
  .spot02 {
    padding: 4.85em 0 4.6em;
  }
}
@media only screen and (min-width: 1300px) {
  .spot02.ready .cycle-slideshow,
  .spot02.ready .spotbtn {
    transform: translateY(100%);
    opacity: 0;
  }
  .spot02.ready h2.topic {
    opacity: 0;
  }
  .spot02.ready .left-q {
    transform: translateX(-100%);
    opacity: 0;
  }
  .spot02.ready .right-q {
    transform: translateX(100%);
    opacity: 0;
  }
  .spot02.ready .divider::before,
  .spot02.ready .divider::after {
    transform: scaleX(0);
  }
  .spot02.ready .divider .symbol path {
    opacity: 0;
  }
  .spot02.ready .divider .symbol path:nth-child(1) {
    transform: rotate(-95deg);
  }
  .spot02.ready .divider .symbol path:nth-child(2) {
    transform: rotate(-47deg);
  }
}
.spot02 h2.topic {
  line-height: 1.125;
  font-size: clamp( 12px, 1.6em , 32px );
  text-transform: uppercase;
  color: #9c8b57;
  width: 100%;
  display: block;
  font-family: "Cinzel", serif;
  font-weight: 400;
  margin-bottom: 0.1em;
  transition: transform 1s ease, opacity 1s ease;
}
.spot02 .divider {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 2.2em;
  width: 90%;
  gap: 1.5em;
  max-width: 50em;
}
.spot02 .divider::before,
.spot02 .divider::after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #9c8b57;
  transition: transform 1s ease;
}
.spot02 .divider::before {
  transform-origin: right;
}
.spot02 .divider::after {
  transform-origin: left;
}
.spot02 .divider .symbol {
  width: 4.6em;
  height: auto;
  color: #9c8b57;
}
.spot02 .divider .symbol path {
  transform-box: fill-box;
  transition: transform 1.33s ease, opacity 1.33s ease;
  transition-delay: calc(var(--index)*0.1s);
}
.spot02 .divider .symbol path:nth-child(1) {
  transform-origin: bottom left;
}
.spot02 .divider .symbol path:nth-child(2) {
  transform-origin: bottom center;
}
.spot02 .divider .symbol path:nth-child(3) {
  transform-origin: bottom right;
}
.spot02 .cycle-slideshow {
  color: #fff;
  width: 96%;
  max-width: 50em;
  margin: 0 auto 1.35em;
  display: block;
  transition: transform 1s ease, opacity 1s ease;
}
.spot02 .cycle-slideshow:hover {
  color: #a78627;
  transform: translate(0, 0) scale(1);
}
.spot02 .cycle-slideshow > div {
  position: absolute;
  opacity: 0;
  min-height: 11em;
}
.spot02 .cycle-slide {
  width: 100%;
  display: block;
  transition: color 0.33s ease-in-out;
}
.spot02 .testimony {
  line-height: 1.387;
  font-size: clamp( 12px, 1.6em , 32px );
  margin: 0 auto 1.531em;
  display: block;
}
.spot02 .testifier {
  line-height: 2.263;
  font-size: clamp( 12px, 0.95em , 19px );
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  color: #9c8b57;
  letter-spacing: 0.1em;
}
.spot02 .spotbtn {
  font-size: clamp( 12px, 0.6em , 12px );
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  transition: color 0.66s ease-in-out, transform 1s ease, opacity 1s ease;
  border: 1px solid currentColor;
  position: relative;
  overflow: hidden;
  letter-spacing: 0.16em;
  padding: 0 1.625em;
  font-weight: 600;
  margin: 0.6em;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .spot02 .spotbtn {
    line-height: 44px;
  }
}
@media only screen and (min-width: 1024px) {
  .spot02 .spotbtn {
    line-height: 4.333;
  }
}
.spot02 .spotbtn::before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #9c8b57;
  z-index: -1;
  transform: skew(45deg) translate(-150%, 0) scaleX(1.5);
  transition: transform 0.66s ease-in-out;
}
.spot02 .spotbtn:hover::before {
  transform: skew(45deg) translate(0%, 0) scaleX(1.5);
}
.spot02 .quotes {
  z-index: 1;
  width: 100%;
  position: absolute;
  top: 32%;
  left: 51%;
  transform: translateX(-50%);
  max-width: 69.5em;
  display: none;
  justify-content: space-between;
  align-items: center;
  pointer-events: none;
}
@media only screen and (min-width: 1024px) {
  .spot02 .quotes {
    display: flex;
  }
}
.spot02 .quotes .quote {
  color: #9c8b57;
  font-size: 18.3em;
  letter-spacing: 0.1em;
  font-family: "Cinzel", serif;
  transition: transform 1s ease, opacity 1s ease;
}
/* ==================================================================
	subnav
=================================================================== */
#subnav {
  text-align: center;
  color: #e2dccb;
  padding: 4.15em 0;
  position: relative;
  overflow: hidden;
  background-color: #2c3f57;
}
@media only screen and (max-width: 1299px) {
  #subnav {
    display: none;
  }
}
@media only screen and (min-width: 1300px) {
  #subnav {
    padding-top: 9.6em;
  }
}
@media only screen and (max-width: 1299px) {
  #subnav nav {
    width: 100vw;
    display: none;
  }
}
#subnav p {
  font-size: clamp( 12px, 0.75em , 15px );
  margin: 0 auto;
  padding: 0;
  text-transform: uppercase;
}
@media only screen and (max-width: 1299px) {
  #subnav p {
    line-height: 44px;
    white-space: nowrap;
    padding-right: 9%;
    scroll-snap-type: x;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  #subnav p::-webkit-scrollbar {
    display: none;
  }
}
@media only screen and (min-width: 1300px) {
  #subnav p {
    line-height: 1.666;
    width: 60.790%;
  }
}
#subnav a {
  color: #e2dccb;
  margin: 0 0.8em;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  #subnav a {
    margin: 0;
  }
}
#subnav a:hover,
#subnav a.active {
  color: #9c8b57;
  text-decoration: none;
}
#subnav .divider {
  margin: 0 0.3em;
  display: inline-block;
  vertical-align: top;
}
/* ==================================================================
	content
=================================================================== */
#bd {
  padding: 3em 0;
  background: #fff;
  position: relative;
  z-index: 400;
}
@media only screen and (min-width: 768px) {
  #bd {
    padding: 4.6em 0 2.9em;
  }
  #bd.sub {
    min-height: 64em;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='718' height='489' fill='none' viewBox='0 0 718 489'%3E%3Cpath fill='%23E2DCCB' fill-rule='evenodd' d='M484.462 209.101c20.783-6.992 40.631-15.359 61.994-20.956 45.816-12.003 98.688-18.44 146.092-19.928 7.644-.24 17.826-.911 23.491 4.757 3.969 6.054-5.36 39.813-7.547 49.195-35.805 153.629-120.13 286.145-298.567 263.453-15.295-1.945-37.767-10.506-51.762-10.244-13.591.255-34.687 8.349-49.591 10.244C142.446 506.746 57.558 394.988 17.09 250.388 13.291 236.813-.323 188.262.227 177.68c.323-6.219 6.07-9.502 11.868-9.422 80.598 1.918 159.208 12.719 232.825 46.266 13.403-68.589 53.175-135.888 96.92-189.725 4.572-5.628 18.143-24.806 24.213-24.802 7.067.005 41.01 47.44 47.125 56.238 31.498 45.331 61.384 98.005 71.284 152.866ZM361.955 361.099c7.119-43.498 34.586-86.715 68.018-115.406 6.267-5.378 35.623-23.853 36.797-25.765 4.912-7.993-11.859-51.517-16.386-62.37-19.809-47.489-52.477-92.883-84.331-132.992-48.164 57.848-91.016 124.254-105.071 199.477l.812 3.528c35.002 20.45 65.034 53.94 81.597 90.975 5.918 13.232 8.186 26.022 12.857 38.754 1.384 3.77-.958 4.626 5.707 3.799Zm-16.328 100.405c1.232-4.714-1.971-5.421-4.058-8.142-9.828-12.814-32.297-27.546-44.846-42.132-30.837-35.844-53.741-82.359-57.334-130.108-.84-11.164 3.11-42.614-2.581-48.997-2.564-2.877-33.185-15.398-39.43-17.677-54.951-20.05-117.287-26.933-175.624-27.061 19.23 111.851 74.696 255.158 200.793 278.817 42.019 7.884 81.562 1.719 123.08-4.7Zm351.116-274.117c-52.219-.128-107.153 5.748-157.222 20.984-7.803 2.374-43.052 14.451-46.978 18.274-4.833 4.707.481 33.525.188 43.657-2.415 83.387-52.291 139.551-111.703 191.183 51.699 12.24 106.744 12.97 156.104-8.496 98.048-42.639 141.836-168.115 159.611-265.602Zm-223.184 51.559c-70.463 32.999-100.176 111.794-103.554 185.796-.146 3.212-2.225 20.484 4.176 17.753 35.316-29.449 69.012-63.189 86.26-106.703 3.955-9.976 13.118-37.272 13.118-46.632v-50.214ZM348.347 431.648c-1.957-71.378-25.495-146.391-89.772-184.556-8.293 61.987 22.534 121.187 63.821 165.678l25.951 18.878Z' clip-rule='evenodd' opacity='.2'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: calc(50% + 22.2em) calc(100% - 4.5em);
  }
}
#bd .container {
  width: 90%;
  max-width: 65.8em;
}
@media only screen and (min-width: 768px) and (max-width: 1299px) {
}
#content {
  display: block;
  max-width: 550px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  #content {
    margin: 0;
    width: 60.790%;
    max-width: 40em;
    float: left;
  }
}
#content .content-text {
  line-height: 1.684;
  font-size: 19px;
}
@media only screen and (min-width: 768px) {
}
/* ==================================================================
	.home content
=================================================================== */
.home #bd {
  padding: 3em 0;
  background-color: #f5f3ec;
}
@media only screen and (min-width: 768px) {
  .home #bd {
    padding: 4.6em 0 2em;
    background-color: #fff;
  }
}
@media only screen and (min-width: 1300px) {
  .home #bd.ready header {
    transform: translateX(100%);
    opacity: 0;
  }
  .home #bd.ready .content-text {
    transform: translateX(100%);
  }
  .home #bd.ready .decoration {
    transform: translateX(-100%);
  }
}
.home #bd header {
  margin-bottom: 1.55em;
  transition: transform 1s ease, opacity 1s ease;
}
@media only screen and (min-width: 1024px) {
  .home #bd header {
    white-space: nowrap;
    margin-left: 4em;
  }
}
.home #bd .container {
  width: 90%;
  max-width: 1316px;
}
@media only screen and (min-width: 1024px) {
  .home #bd .container {
    width: 96%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1299px) {
}
@media only screen and (min-width: 768px) {
  .home #bd #content {
    width: 100%;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
}
@media only screen and (min-width: 1024px) {
  .home #bd #content {
    max-width: none;
    width: auto;
  }
}
.home #bd #content .content-text {
  line-height: 1.705;
  position: relative;
  z-index: 1;
  transition: transform 1s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .home #bd #content .content-text {
    font-size: 17px;
    background-color: #f5f3ec;
    padding: 3em 3em 2.45em;
  }
}
@media only screen and (min-width: 1024px) {
  .home #bd #content .content-text {
    max-width: 37.647em;
    width: 48.632%;
    margin-left: 0;
  }
}
@media only screen and (min-width: 1300px) {
  .home #bd #content .content-text {
    padding: 4.5em 4.75em 2.45em;
  }
}
.home #bd #content .content-text h2 {
  font-size: 1.375em;
  line-height: 1.136;
  margin-bottom: 0.8em;
}
.home #bd #content .content-text ol,
.home #bd #content .content-text ul {
  margin: 0 0 1.58em 2.2em;
}
.home #bd #content .content-text ol li,
.home #bd #content .content-text ul li {
  margin: 0 0 1.55em 0;
}
.home #bd #content .content-text ol li:nth-last-of-type(1),
.home #bd #content .content-text ul li:nth-last-of-type(1) {
  margin: 0;
}
.home #bd #content p {
  text-align: justify;
}
.home #bd #content .container {
  width: 100%;
  overflow: hidden;
}
.home #bd #content .container .decoration {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .home #bd #content .container .decoration {
    margin-bottom: 2em;
  }
}
@media only screen and (min-width: 1024px) {
  .home #bd #content .container .decoration {
    transition: transform 1s ease-in-out;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    object-fit: cover;
    width: calc(50% + 18px);
    margin: 0;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1100px) {
  .home #bd #content .container .decoration {
    object-position: calc(50% + 3em) 50%;
  }
}
@media only screen and (min-width: 1300px) {
  .home #bd #content .container .decoration {
    object-position: left;
  }
}
/* ==================================================================
	custom content
=================================================================== */
.mediaslider {
  text-align: center;
  max-width: 84%;
  max-width: calc( 100% - 88px );
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.mediaslider button {
  background: none;
  border: none;
  -webkit-appearance: none;
  cursor: pointer;
  pointer-events: auto;
}
.mediaslider .cycle-slideshow {
  width: 100%;
  margin: 0.5em 0 1.5em;
  position: relative;
  pointer-events: none;
  z-index: 400;
}
.mediaslider .cycle-slideshow .cycle-slide {
  margin-top: 0 !important;
}
.mediaslider .cycle-slideshow > button {
  font-size: 2.8em;
  color: #9c8b57;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  transition: opacity 0.35s ease;
  pointer-events: auto;
}
.mediaslider .cycle-slideshow > button.cycle-prev {
  text-align: left;
  left: auto;
  right: 100%;
}
.mediaslider .cycle-slideshow > button.cycle-next {
  text-align: right;
  direction: rtl;
  right: auto;
  left: 100%;
}
.mediaslider .cycle-slideshow > button:hover {
  opacity: 0.68;
}
.mediaslider .cycle-slideshow > button .icon {
  transform-origin: 50% 50%;
}
.mediaslider.ba .cycle-slideshow:before,
.mediaslider.ba.top .cycle-slideshow:before,
.mediaslider.ba .cycle-slideshow:after,
.mediaslider.ba.top .cycle-slideshow:after {
  width: 50%;
  padding: 0.66em 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.54) 0%, rgba(0, 0, 0, 0) 100%);
  display: block;
  position: absolute;
  top: 0;
  z-index: 420;
}
.mediaslider.ba .cycle-slideshow:before,
.mediaslider.ba.top .cycle-slideshow:before {
  content: 'Before';
  left: 0;
}
.mediaslider.ba .cycle-slideshow:after,
.mediaslider.ba.top .cycle-slideshow:after {
  content: 'After';
  right: 0;
}
.mediaslider.ba.bottom .cycle-slideshow:before,
.mediaslider.ba.bottom .cycle-slideshow:after {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.54) 100%);
  top: auto;
  bottom: 0;
}
.mediaslider.multi .cycle-slide {
  display: flex !important;
}
.mediaslider.multi .cycle-slide img {
  width: 50%;
}
.mediaslider .custompager {
  display: block;
  position: relative;
}
.mediaslider .custompager > button {
  height: 44px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media only screen and (max-width: 1299px) {
  .mediaslider .custompager > button {
    width: 44px;
  }
}
@media only screen and (min-width: 1300px) {
  .mediaslider .custompager > button {
    width: 1rem;
    margin: 0 6px;
    cursor: pointer;
  }
}
.mediaslider .custompager > button:before {
  content: '';
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #9c8b57;
  margin: auto;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: background-color 0.33s ease-in-out;
}
.mediaslider .custompager > button:hover:before,
.mediaslider .custompager > button.cycle-pager-active:before {
  background-color: #cfa632;
}
.mediaslider .cycle-caption.large,
.mediaslider .cycle-caption {
  font-size: min(1rem, 1em);
  padding: 0.66em;
  z-index: 420;
  white-space: normal;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
.mediaslider .cycle-caption.large:after,
.mediaslider .cycle-caption:after {
  content: '';
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.54) 100%);
  width: auto;
  height: auto;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  top: -1.68em;
  z-index: -1;
}
.mediaslider .cycle-caption.large {
  position: relative;
}
.mediaslider .cycle-caption.large:after {
  background: #cfa632;
  top: 0;
}
/* content centered for slideshow, video-centric, and/or full width content */
.before-and-after #content,
.office-tour #content,
.smile-gallery #content,
.invisalign-videos #content {
  text-align: center;
}
.before-and-after #content h1,
.office-tour #content h1,
.smile-gallery #content h1,
.invisalign-videos #content h1,
.before-and-after #content h2,
.office-tour #content h2,
.smile-gallery #content h2,
.invisalign-videos #content h2,
.before-and-after #content h3,
.office-tour #content h3,
.smile-gallery #content h3,
.invisalign-videos #content h3,
.before-and-after #content p,
.office-tour #content p,
.smile-gallery #content p,
.invisalign-videos #content p {
  text-align: center;
}
.before-and-after .img-left,
.office-tour .img-left,
.smile-gallery .img-left,
.invisalign-videos .img-left,
.before-and-after .img-right,
.office-tour .img-right,
.smile-gallery .img-right,
.invisalign-videos .img-right {
  margin: 0 auto;
  float: none;
}
/* blockquote styling */
#content blockquote {
  margin: 0 0 1.58em;
  padding: 0 0 0 1em;
  border-left: 0.33em solid #f0f0f0;
}
/* comment line below if patient-login is live and legit */
.financial-information #financial-online-services {
  display: none;
}
/* 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%;
  }
}
@media only screen and (min-width: 768px) {
  .before-after-box,
  p.before-after-text {
    width: 49%;
    display: inline-block;
    vertical-align: top;
  }
}
/* common procedures */
@media only screen and (min-width: 1300px) {
  #content h2[id],
  .common-procedures #content h2[id] {
    scroll-margin-top: 8em;
  }
}
/* preventive-care */
.preventive-care #content ul {
  display: inline-block;
}
/* reduces dimensions of coronavirus tab */
#coronavirus-update {
  font-size: 0.84em;
  padding: 0.5em 1.25em !important;
  left: 0.5em !important;
}
@media only screen and (min-width: 1300px) {
  #coronavirus-update {
    font-size: 1em;
  }
}
/* ==================================================================
	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.4;
  font-size: clamp( 12px, 1.25em , 25em );
  font-weight: 400;
  font-family: "Cinzel", serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #9c8b57;
  transition-duration: 0s;
}
.sitemap #content ul ul li a {
  line-height: 1.684;
  font-size: clamp( 12px, 0.95em , 19em );
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  color: #142536;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  margin-left: 0;
}
.sitemap #content a:hover {
  color: #cfa632;
  text-decoration: none;
}
body.sitemap #bd ul li {
  list-style: none;
}
body.sitemap #bd ul ul li {
  list-style: none;
  margin-left: 0;
}
body.sitemap #content .width1 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  body.sitemap #content .width1 {
    width: 50%;
  }
  body.sitemap #content .width1:not(.first) {
    width: auto;
    float: right;
  }
}
/* global override */
/* ==================================================================
	sidebar
=================================================================== */
#sidebar {
  width: 100%;
  max-width: 20em;
  margin: 0 auto 6%;
  padding: 0;
  display: none;
  position: relative;
  z-index: 420;
}
@media only screen and (min-width: 768px) {
  #sidebar {
    width: 30.395%;
    margin: 0.7em -0.15em 1em 0;
    display: block;
    float: right;
    clear: right;
  }
}
/* ===============================================
	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 {
  font-size: 3.2vw;
  text-align: center;
  color: #cfa632;
  padding: 2em 0;
  margin: 0;
  position: relative;
  z-index: 410;
}
@media only screen and (min-width: 666px) {
  .spot03 {
    font-size: min(1.475vw, 1em);
    padding: 2.75em 0 5em;
  }
}
@media only screen and (min-width: 1300px) {
  .spot03.ready a {
    opacity: 0;
  }
  .spot03.ready a.first {
    transform: translateX(-100%);
  }
  .spot03.ready a:nth-child(2) {
    transform: translateX(100%);
  }
  .spot03.ready a:nth-child(3) {
    transform: translateX(-100%);
  }
  .spot03.ready a.last {
    transform: translateX(100%);
  }
}
.spot03 h2.topic {
  line-height: 1.06;
  font-size: clamp( 12px, 2.5em , 50px );
  text-transform: uppercase;
  color: #9c8b57;
  font-family: "Cinzel", serif;
  font-weight: 400;
  width: 96%;
  margin: 0 auto 0.8em;
  display: block;
}
.spot03 .grid {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  gap: 1em;
  max-width: 72em;
  margin: 0 auto;
}
.spot03 .symbol {
  top: 50%;
  left: 50%;
  width: 12.05em;
  height: auto;
  position: absolute;
  transform: translate(-50%, -50%) rotate(0deg) scale(1);
  z-index: 777;
  transition: transform 0.66s ease-in-out;
  pointer-events: none;
}
@media only screen and (max-width: 665px) {
  .spot03 .symbol {
    display: none;
  }
}
.spot03 .symbol .circle {
  color: #fff;
  transition: color 0.33s ease;
}
.spot03 .symbol .shapes path {
  color: #9C8B58;
  transition: color 0.33s ease;
}
.spot03 .symbol.top-left {
  transform: translate(-50%, -50%) rotate(315deg) scale(0.9);
}
.spot03 .symbol.top-left .circle {
  color: #2c3e57;
}
.spot03 .symbol.top-left .shapes path {
  color: #fff;
}
.spot03 .symbol.top-right {
  transform: translate(-50%, -50%) rotate(45deg) scale(0.9);
}
.spot03 .symbol.top-right .circle {
  color: #9C8B58;
}
.spot03 .symbol.top-right .shapes path {
  color: #fff;
}
.spot03 .symbol.bottom-left {
  transform: translate(-50%, -50%) rotate(225deg) scale(0.9);
}
.spot03 .symbol.bottom-left .circle {
  color: #9C8B58;
}
.spot03 .symbol.bottom-left .shapes path {
  color: #fff;
}
.spot03 .symbol.bottom-right {
  transform: translate(-50%, -50%) rotate(135deg) scale(0.9);
}
.spot03 .symbol.bottom-right .circle {
  color: #2c3e57;
}
.spot03 .symbol.bottom-right .shapes path {
  color: #fff;
}
.spot03 a {
  color: #fff;
  max-width: 32.5em;
  padding: 0;
  width: 90%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: transform 1s ease,
            opacity 1s ease;
}
@media only screen and (min-width: 666px) {
  .spot03 a.first h3.topic,
  .spot03 a:nth-child(3) h3.topic {
    text-align: left;
  }
  .spot03 a.first:hover h3.topic,
  .spot03 a:nth-child(3):hover h3.topic {
    transform: translate(1em, -1em);
  }
  .spot03 a.last h3.topic,
  .spot03 a:nth-child(2) h3.topic {
    text-align: right;
  }
  .spot03 a.last:hover h3.topic,
  .spot03 a:nth-child(2):hover h3.topic {
    transform: translate(-1em, -1em);
  }
}
.spot03 a .decoration {
  width: 100%;
  transition: filter 0.33s ease-in-out;
}
.spot03 a::before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 35%);
  transition: opacity 0.33s ease;
}
.spot03 a h3.topic,
.spot03 a span.topic {
  text-transform: uppercase;
  color: currentcolor;
  width: 100%;
  font-weight: 400;
  display: block;
  z-index: 2;
  letter-spacing: 0.1em;
}
.spot03 a h3.topic sup,
.spot03 a span.topic sup {
  top: -0.3em;
}
.spot03 a span.topic {
  line-height: 1.466;
  font-size: clamp( 12px, 1.5em , 30px );
}
.spot03 a h3.topic {
  line-height: 4.16;
  font-size: clamp( 12px, 1.25em , 25px );
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 1.5em;
  transition: opacity 0.33s ease, transform 0.33s ease;
}
.spot03 a .mod {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 2em);
  height: calc(100% - 2em);
  transform: translate(-50%, calc(-50% + 2.6em));
  z-index: 3;
  opacity: 0;
  background-color: rgba(156, 139, 87, 0.9);
  transition: transform 0.33s ease, background-color 0.33s ease, opacity 0.33s ease;
  pointer-events: none;
}
.spot03 a:hover .decoration {
  filter: grayscale(1);
}
.spot03 a:hover::before {
  opacity: 0.5;
}
.spot03 a:hover .mod {
  transform: translate(-50%, -50%);
  opacity: 1;
}
.spot03 a:hover h3.topic {
  opacity: 0;
}
/* ==================================================================
	#ft
=================================================================== */
#ft {
  text-align: center;
  color: #fff;
  width: 100%;
  padding: 0;
  background: #ccc no-repeat center center;
  background-size: cover;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
}
@media only screen and (min-width: 1300px) {
  #ft {
    background-size: auto 100%;
  }
}
#ft a {
  color: #fff;
  transition: color 0.33s ease-in-out;
}
#ft a:hover {
  color: #cfa632;
}
/* ===============================================
		locations
=============================================== */
#location {
  width: 100%;
  padding: 3em 0;
  background-color: rgba(44, 62, 87, 0.9);
  display: block;
}
@media only screen and (min-width: 1024px) {
  #location {
    text-align: right;
    width: calc(50% - 0.55em);
    margin-left: calc(50% + 0.55em);
    padding: 9.05em 0 1.4em;
  }
}
#location .mod {
  text-align: center;
  width: 100%;
  max-width: 27.5em;
  display: block;
  margin: 0 auto;
}
#location .logo {
  line-height: 0;
  text-align: center;
  margin: 0 auto 3.3em;
  display: block;
  width: 90%;
}
#location .logo svg {
  width: 100%;
  max-width: 24.7em;
  height: auto;
}
#location .logo svg path.name {
  fill: #fff;
}
#location .phone {
  font-size: clamp( 12px, 0.9em , 18px );
  display: block;
  margin-bottom: 1.4em;
}
@media only screen and (max-width: 767px) {
  #location .phone {
    line-height: 44px;
  }
}
@media only screen and (min-width: 768px) {
  #location .phone {
    line-height: 1.388;
  }
}
#location .address {
  font-size: clamp( 12px, 0.9em , 18px );
  margin: 0 auto;
  display: block;
}
@media only screen and (max-width: 1023px) {
  #location .address {
    line-height: 22px;
  }
}
@media only screen and (min-width: 1024px) {
  #location .address {
    line-height: 1.388;
  }
}
#location .address .marker {
  line-height: 1;
  font-size: 3.666em;
  color: #9c8b57;
  position: absolute;
  top: 6.05em;
  margin-right: 9.05em;
  right: 50%;
  z-index: 400;
  transition: transform 0.33s ease-in-out;
  transform-origin: center bottom;
}
@media only screen and (max-width: 1023px) {
  #location .address .marker {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  #location .address .marker {
    display: block;
  }
}
@media only screen and (min-width: 1300px) {
  #location .address .marker {
    top: 5.090em;
    margin-right: 7.803em;
  }
}
#location .address .marker:before {
  color: currentcolor;
}
#location .address .marker:after {
  content: '';
  width: 1.106em;
  height: 1.015em;
  background: url(../images/footer/shadowalt.svg) no-repeat center center;
  left: 0.2em;
  bottom: -0.15em;
  z-index: -1;
  background-size: cover;
  position: absolute;
  pointer-events: none;
}
#location .address:hover .marker {
  transform: translate(0, 0) scale(2);
}
#location .spotbtn {
  font: inherit;
  font-size: clamp( 12px, 0.65em , 13px );
  text-align: center;
  display: block;
  color: #fff;
  background: none;
  border: 0;
  margin: 0 auto;
  border-radius: 0;
  position: relative;
  z-index: 420;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out;
}
@media only screen and (max-width: 1299px) {
  #location .spotbtn {
    line-height: 44px;
    min-width: 44px;
  }
}
@media only screen and (min-width: 1300px) {
  #location .spotbtn {
    line-height: 2.307;
  }
}
#location .spotbtn .icon {
  color: #9c8b57;
  transition: transform 0.33s ease;
  margin-left: 0.2em;
}
#location .spotbtn:hover {
  color: #cfa632;
  cursor: pointer;
}
#location .spotbtn:hover .icon {
  transform: translate(1em, 0);
}
#location .spotbtn:last-of-type,
#location #maps-btn {
  margin-bottom: 4.8em;
}
@media only screen and (min-width: 1024px) {
  #location .spotbtn:last-of-type,
  #location #maps-btn {
    margin-bottom: 12.5em;
  }
}
/* ===============================================
	socialmedia
=============================================== */
#ft .socialmedia {
  line-height: 0;
  text-align: center;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 0 1.15em;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 300;
}
#ft .socialmedia a {
  font-size: clamp( 12px, 0.6em , 12px );
  color: #fff;
  min-width: 24px;
  min-height: 24px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: transform 0.33s ease-in-out, color 0.33s ease-in-out;
}
@media only screen and (max-width: 1023px) {
  #ft .socialmedia a {
    line-height: 44px;
    width: 44px;
    height: 44px;
  }
}
@media only screen and (min-width: 1024px) {
  #ft .socialmedia a {
    line-height: 3.666;
    height: 3.666em;
    width: 1.54em;
  }
}
#ft .socialmedia a:hover {
  z-index: 400;
  transform: translate(0, 0) scale(1.44);
}
#ft .socialmedia a .icon {
  position: relative;
}
/* ==================================================================
		#links
=================================================================== */
#ft #links .util {
  font-size: clamp( 12px, 0.6em , 12px );
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 1299px) {
  #ft #links .util {
    line-height: 44px;
  }
}
@media only screen and (min-width: 1300px) {
  #ft #links .util {
    line-height: 3.666;
  }
}
#ft #links .util a {
  color: #fff;
  transition: color 0.33s ease-in-out;
}
#ft #links .util a:hover {
  color: #cfa632;
}
#ft #links .util a,
#ft #links .util .divider {
  display: inline-block;
}
@media only screen and (max-width: 379px) {
  #ft #links .util a {
    display: block;
  }
}
#ft #links .util .divider {
  margin: 0;
}
@media only screen and (max-width: 379px) {
  #ft #links .util .divider {
    display: none;
  }
}
/* ===============================================
		sesame link
=============================================== */
a#sesame-link .sesameicon {
  width: 1.333em;
  height: 1.166em;
  margin-right: 0.583em;
  display: inline-block;
  vertical-align: middle;
}
a#sesame-link .sesameicon path {
  fill: currentcolor;
  transition: fill 0.33s ease-in-out;
}
/* ===============================================
	backToTop
=============================================== */
#btt {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: top;
  height: 44px;
  text-align: center;
  margin: 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #btt {
    display: flex;
    margin-top: 1em;
  }
}
a#backtotop {
  font-size: clamp( 12px, 0.65em , 13px );
  color: #9c8b57;
  display: inline-block;
  vertical-align: top;
  transition: color 0.33s ease-in-out;
  line-height: 0;
}
a#backtotop .icon {
  transition: transform 0.33s ease-in-out;
}
@media only screen and (max-width: 767px) {
  a#backtotop .icon {
    width: 44px;
    height: 44px;
  }
}
@media only screen and (min-width: 768px) {
  a#backtotop .icon {
    width: 2.307em;
    height: 2.307em;
    margin-left: 1.5em;
  }
}
a#backtotop:hover {
  color: #fff;
}
a#backtotop:hover .icon {
  transform: rotate(360deg);
}
/*superlative*/
/************************************************************************************************************************************************/
/* hr element - 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;
}
/* ===============================================
	Form Buttons
=============================================== */
form button {
  letter-spacing: normal;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  color: #142536;
  height: 44px;
  padding: 0 1.5em;
  background: none;
  border: 1px solid #9c8b57;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out, border-color 0.33s ease-in-out;
  position: relative;
  z-index: 1;
  overflow: hidden;
  font-family: "Cinzel", serif;
}
form button::before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #9c8b57;
  z-index: -1;
  transform: skew(45deg) translate(-150%, 0) scaleX(1.5);
  transition: transform 0.66s ease;
}
form button:hover {
  color: #fff;
}
form button:hover::before {
  transform: skew(45deg) translate(0%, 0) scaleX(1.5);
}
form p {
  height: auto;
}
/* ===============================================
	chat widget resize for mobile use comfort
=============================================== */
#bc-chat-container {
  font-size: 0.8em !important;
}
.bc-minimize-state {
  width: 11.8em !important;
  height: 7.7em !important;
}
/* ===============================================
	blog sidebar sharethiswidget styles
=============================================== */
#blog_search label,
p.share-text {
  margin-bottom: 10px;
}
/* ===============================================
	generic button for quick use by PM/PAs
=============================================== */
a.intbtn,
#content a.intbtn {
  line-height: 44px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  width: auto;
  text-decoration: none;
  padding: 0 1.5em;
  background-color: #9c8b57;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: background-color 0.33s ease-in-out;
}
a.intbtn:hover,
#content a.intbtn:hover {
  background-color: #cfa632;
}
/* ===============================================
	.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 and up
=============================================== */
@media only screen and (min-width: 768px) {
  /* ===============================================
	blanket content sidebar hide
=============================================== */
  .sitemap #bd.sub:after,
  .layout-full-width #bd.sub:after {
    content: none;
  }
  .sitemap #bd.sub,
  .layout-full-width #bd.sub {
    min-height: auto;
    background-image: none;
  }
  .sitemap #content,
  .layout-full-width #content {
    width: 70%;
    /* count out 90-100 characters per line to determine width */
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .sitemap #sidebar,
  .layout-full-width #sidebar {
    display: none;
  }
  /* ===============================================
	custom content
=============================================== */
  .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*/
}
/* custom animations */
@keyframes flyinmobilenav {
  from {
    transform: translate(100%, 0);
    opacity: 0;
    pointer-events: none;
  }
  to {
    transform: translate(0, 0);
    opacity: 1;
    pointer-events: auto;
  }
}
/* ===============================================
	embed-container enhanced support
=============================================== */
@supports (aspect-ratio: 16 / 9) and (object-fit: cover) {
  .embed-container,
  .embed-container.ratio16x9 {
    height: auto;
    aspect-ratio: 16 / 9;
    padding: 0;
    display: block;
  }
  @media only screen and (max-width: 1299px) {
    .embed-container,
    .embed-container.ratio16x9 {
      max-width: min( 42.105em , 90% );
    }
  }
  @media only screen and (min-width: 1300px) {
    .embed-container,
    .embed-container.ratio16x9 {
      max-width: min( 42.105em , 1200px );
    }
  }
  .embed-container embed,
  .embed-container.ratio16x9 embed,
  .embed-container object,
  .embed-container.ratio16x9 object,
  .embed-container iframe,
  .embed-container.ratio16x9 iframe {
    object-fit: cover;
    position: relative;
    top: auto;
    left: auto;
  }
}
