/* 
 Site Manager Version: 14.2.0
 Date Created: October 2025
 Account: casagrande-grins
 Written by: Ricky Rivas
 Sesame Communications - All rights reserved. C2025
 Any reproduction or intentional misuse is strictly prohibited
*/
/* ===============================================
              options
 =============================================== */
/* ===============================================
                    colors
 =============================================== */
/* ===============================================
					fonts
=============================================== */
/* ==================================================================
Basic Stylings
These will affect every size of the site.
================================================================== */
html {
  scroll-behavior: smooth;
}
/* ===============================================
	body 
=============================================== */
body,
input,
select,
textarea {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
}
form button,
button {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
}
svg {
  display: inline-block;
}
body {
  color: #000;
  background: #ccc;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 1300px) {
  body {
    font-size: 20px;
  }
}
/* ===============================================
	links 
=============================================== */
a {
  text-decoration: none;
}
#content a {
  color: #b62c31;
  text-decoration: underline;
  transition: color 0.33s ease-in-out;
}
#content a:focus,
#content a:hover {
  color: #189ead;
  text-decoration: none;
}
/* ===============================================
	h family || hfam 
=============================================== */
h1,
h2:not(.topic),
h3:not(.topic),
h4,
h5,
h6 {
  line-height: 1;
  text-align: left;
  color: #b62c31;
  text-rendering: auto;
  margin: 0 0 1.44em;
  text-transform: uppercase;
  font-weight: 600;
}
.sub h1 {
  font-size: 10vw;
  font-weight: 400;
  text-transform: none;
  margin-bottom: 0.42222222em;
  font-family: "Sacramento", cursive;
  color: #1276bc;
}
@media only screen and (min-width: 480px) {
  .sub h1 {
    font-size: 4.5em;
  }
}
.home h1 {
  font-size: min(2.75em, 13vw);
  line-height: 1.00727273;
  margin: 0 0 0.5em;
  font-family: "Sacramento", cursive;
  text-transform: none;
  color: #fff;
  letter-spacing: 0.005em;
}
.home h1 .trait {
  display: block;
}
.home h1 .trait.top {
  line-height: 2.27272727;
  font-size: 0.4em;
  text-transform: uppercase;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 600;
  letter-spacing: normal;
}
h2:not(.topic) {
  font-size: 1.31578947em;
}
h3:not(.topic) {
  font-size: 1.21052632em;
  color: #189ead;
}
h4 {
  font-size: 1.10526316em;
  color: #95b234;
}
h5 {
  font-size: 1.05263158em;
}
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;
  height: 95px;
}
@media only screen and (min-width: 1024px) {
  #masthead {
    font-size: inherit;
    position: fixed;
    top: 0;
    left: 0;
  }
}
@media only screen and (min-width: 1300px) {
  #masthead {
    height: 7.25em;
  }
}
#masthead .container {
  max-width: none;
  width: calc(100% - 3.1em);
}
@media only screen and (max-width: 1299px) {
  #masthead .container {
    width: 100%;
  }
}
@media only screen and (max-width: 665px) {
  #masthead .masthead-mod {
    background-color: #fff;
  }
  #masthead .masthead-mod.mainnav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 0 30px;
    gap: 20px;
    transition-property: transform, opacity;
    transition-duration: 0.6s, 0.9s;
    transition-timing-function: ease-in-out;
    transition-delay: 0.24s;
  }
  #masthead .masthead-mod.mainnav.mobtron {
    transform: translate(0, -33px);
    transition-duration: 0s;
    transition-delay: 0s;
    pointer-events: none;
    opacity: 0;
  }
  #masthead .masthead-mod.mainnav.mobtron * {
    pointer-events: none;
  }
  #masthead .masthead-mod.mainnav.mobtron:focus-within {
    transform: translate(0, 0);
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s;
    pointer-events: auto;
    opacity: 1;
  }
  #masthead .masthead-mod.mainnav.mobtron:focus-within * {
    pointer-events: auto;
  }
  #masthead .masthead-mod.hd {
    display: none;
  }
}
@media only screen and (min-width: 666px) and (max-width: 1299px) {
  #masthead .masthead-mod.hd {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 95px;
    height: 100%;
  }
  #masthead .masthead-mod.mainnav {
    display: none;
  }
}
@media only screen and (min-width: 1300px) {
  #masthead .masthead-mod.hd {
    padding-top: 12px;
  }
  #masthead .masthead-mod.mainnav {
    display: none;
  }
}
/* ===============================================
TRIGGER/NAVICON
=============================================== */
#trigger {
  line-height: 44px;
  color: #b62c31;
  width: 88px;
  height: 100%;
  margin: 0 0 0 auto;
  padding: 0;
  background: none;
  box-shadow: none;
  border: none;
  -webkit-display: none;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 600;
  transition: color 0.33s ease-in-out;
  cursor: pointer;
}
#trigger:focus-visible {
  color: #189ead;
}
@media only screen and (min-width: 1300px) {
  #trigger {
    display: none;
  }
}
.open #trigger .navicon svg {
  transform: rotate(180deg);
}
.open #trigger .navicon .toggle-close {
  opacity: 1;
}
.open #trigger .navicon .toggle-open {
  opacity: 0;
}
#trigger .navicon {
  width: 57px;
  height: 57px;
  position: relative;
  background-color: #2b9ba9;
  display: flex;
  justify-content: center;
  align-items: center;
}
#trigger .navicon svg {
  width: 26px;
  height: 26px;
  transition: transform 0.33s ease-in-out;
}
#trigger .navicon svg .toggle-close,
#trigger .navicon svg .toggle-open {
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
}
#trigger .navicon svg .toggle-close {
  opacity: 0;
}
/* ==================================================================
	main-nav
=================================================================== */
#main-nav {
  font-size: 20px;
  text-align: center;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  clear: both;
  /* a{ 
		@media only screen and (max-width: 1023px) { visibility:hidden; } 
	} */
}
@media only screen and (min-width: 1300px) {
  #main-nav {
    font-size: inherit;
    width: 100%;
    height: 2.55em;
    margin-top: 2em;
    background: none;
    box-shadow: none;
    top: auto;
    bottom: 0;
    z-index: 2900;
  }
}
#main-nav.open {
  /* a{  
			@media only screen and (max-width: 1023px) { visibility:visible; } 
		} */
}
@media only screen and (max-width: 1299px) {
  #main-nav.open .collapsible {
    transition-duration: 0.33s;
    transition-timing-function: ease;
    transform: translate(0, 0);
    visibility: visible;
    pointer-events: auto;
    opacity: 1;
  }
}
@media only screen and (max-width: 1299px) {
  #main-nav .collapsible {
    width: 100vw;
    max-width: 320px;
    position: absolute;
    top: 100%;
    right: 0;
    transition-property: transform, opacity, visibility;
    transition-duration: 0.09s;
    transition-timing-function: linear;
    transform: translate(100%, 0);
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
  }
}
@media only screen and (max-width: 767px) {
  #main-nav .collapsible {
    max-width: none;
    width: 100%;
  }
}
@media only screen and (min-width: 1300px) {
  #main-nav .collapsible {
    margin: 0 auto;
    position: relative;
  }
}
#main-nav .container {
  height: 100%;
  padding: 0;
}
@media only screen and (min-width: 1300px) {
  #main-nav .container {
    max-width: right;
  }
}
/* ===============================================
TOP LEVEL ITEMS || top ul
=============================================== */
#main-nav ul {
  margin: 0;
  padding: 40px 0 40px;
  background-color: #1276bc;
  position: relative;
  z-index: 550;
  height: auto;
}
@media only screen and (max-width: 1299px) {
  #main-nav ul {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (min-width: 1300px) {
  #main-nav ul {
    height: 2.55em;
    width: auto;
    margin: 0;
    padding: 0;
    background: none;
    position: static;
    float: right;
  }
}
#main-nav ul li {
  clear: both;
  cursor: pointer;
}
@media only screen and (min-width: 1300px) {
  #main-nav ul li {
    margin: 0 1.2625em 0 0;
    background: none;
    vertical-align: top;
    clear: none;
  }
  #main-nav ul li a:focus-visible + ul,
  #main-nav ul li ul:focus-within,
  #main-nav ul li:hover > ul {
    width: auto;
    height: auto;
    margin: 0;
    clip: auto;
    pointer-events: auto;
  }
  #main-nav ul li.contact,
  #main-nav ul li.contact-us {
    margin-right: 0;
    padding-right: 0;
  }
  #main-nav ul li.contact:focus-visible > ul,
  #main-nav ul li.contact-us:focus-visible > ul,
  #main-nav ul li.contact:focus-within > ul,
  #main-nav ul li.contact-us:focus-within > ul,
  #main-nav ul li.contact.clicked > ul,
  #main-nav ul li.contact-us.clicked > ul,
  #main-nav ul li.contact.active > ul,
  #main-nav ul li.contact-us.active > ul,
  #main-nav ul li.contact:hover ul,
  #main-nav ul li.contact-us:hover ul {
    margin: 0;
    transform: none;
    right: 0;
    left: auto;
  }
  #main-nav ul li.contact ul li a,
  #main-nav ul li.contact-us ul li a {
    text-align: center;
    float: right;
    text-align: right;
  }
}
#main-nav ul li a[id] {
  line-height: 63px;
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  height: 63px;
  margin: 0;
  transition: color 0.33s ease;
  pointer-events: none;
}
@media only screen and (min-width: 1300px) {
  #main-nav ul li a[id] {
    color: #1276bc;
    line-height: 2;
    font-size: clamp( 12px, 1em , 20px );
    text-align: center;
    height: 100%;
    z-index: 3000;
    pointer-events: auto;
  }
}
#main-nav ul li a[id]:after {
  content: '';
  width: 100%;
  height: 1.75em;
  background: url(../images/active.svg) center / auto 100% no-repeat;
  display: block;
  position: absolute;
  left: 0;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  transform: translate(0, 2em) scale(0.5) rotate(360deg);
  opacity: 0;
}
@media only screen and (max-width: 1299px) {
  #main-nav ul li a[id]:after {
    top: -18px;
  }
}
@media only screen and (min-width: 1300px) {
  #main-nav ul li a[id]:after {
    top: -1.55em;
  }
}
#main-nav ul li a[id].home {
  pointer-events: auto;
}
#main-nav ul li:focus-within > a[id],
#main-nav ul li.clicked > 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:focus-within > a[id]:after,
#main-nav ul li.clicked > a[id]:after,
#main-nav ul li.active > a[id]:after,
#main-nav ul li:hover > a[id]:after {
  transform: translate(0, 0) scale(1) rotate(0deg);
  opacity: 1;
}
/* ===============================================
Flyout || ul ul
=============================================== */
#main-nav ul ul {
  width: 100%;
  padding: 0;
  background: none;
  border: none;
  float: left;
  transition: visibility 0.33s ease-in-out;
}
@media only screen and (min-width: 1300px) {
  #main-nav ul ul {
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 2.1em 0 2em;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    clip: rect(0 0 0 0);
    pointer-events: none;
    z-index: 2800;
    background-color: #1276bc;
  }
}
#main-nav ul ul li {
  height: 0;
  background: none;
  opacity: 0;
  overflow: hidden;
  transition-duration: 0.33s;
}
#main-nav ul ul li:focus-within {
  overflow: visible;
}
@media only screen and (min-width: 1300px) {
  #main-nav ul ul li {
    height: 1.75em;
    margin: 0;
    padding: 0;
    opacity: 1;
  }
}
#main-nav ul ul li a {
  line-height: 44px;
  font-size: clamp( 12px, 0.8em , 16px );
  color: #fff;
  width: 100%;
  height: 44px;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  text-transform: uppercase;
  transition: background-color 0.33s ease-in-out;
}
@media only screen and (min-width: 1300px) {
  #main-nav ul ul li a {
    line-height: 2.1875;
    text-align: center;
    white-space: nowrap;
    height: 2.1875em;
    padding: 0 2.95em;
    float: left;
  }
}
#main-nav ul ul li a:focus-visible,
#main-nav ul ul li a:hover,
#main-nav ul ul li a.active {
  text-decoration: none;
  margin-bottom: 0;
  background: #189ead;
  border: none;
}
/* ===============================================
TERTIARY || if ul ul ul exists
=============================================== */
/* ===============================================
Flyout animation
=============================================== */
@media only screen and (max-width: 1299px) {
  #main-nav.open ul ul {
    visibility: hidden;
  }
  #main-nav.open ul .clicked ul {
    padding: 0 0 1em;
    visibility: visible;
  }
  #main-nav.open ul .clicked ul li {
    height: 44px;
    opacity: 1;
  }
}
/* ===============================================
	FULLMOB RULES
=============================================== */
/* ==================================================================
	header
=================================================================== */
#hd {
  text-align: center;
  color: #b62c31;
  height: 100%;
  padding: 0;
  position: relative;
  pointer-events: none;
  z-index: 3000;
}
@media only screen and (min-width: 666px) {
  #hd {
    text-align: right;
  }
}
#hd .container {
  height: 100%;
  pointer-events: none;
}
/* ===============================================
	logo
=============================================== */
#logo {
  line-height: 0;
  width: 6.95em;
  margin: 0 auto 0 12px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  pointer-events: auto;
  font-size: 0.8em;
  z-index: 777;
}
@media only screen and (min-width: 1300px) {
  #logo {
    font-size: inherit;
    margin-left: -0.05em;
  }
}
#logo a {
  display: inline-block;
  vertical-align: top;
  transition: opacity 0.33s ease-in-out;
}
@media only screen and (max-width: 1023px) {
  #logo a {
    min-height: 44px;
    display: flex;
    align-items: center;
  }
}
#logo a:focus {
  opacity: 0.51;
}
#logo svg {
  width: 6.95em;
  height: 5.95em;
}
/* ===============================================
	utility-nav
=============================================== */
.utilitynav {
  line-height: 0;
  width: auto;
  margin: 0;
  padding: 0;
  display: inline-flex;
  vertical-align: top;
  position: relative;
  z-index: 400;
  pointer-events: auto;
  gap: 10px;
}
@media only screen and (max-width: 665px) {
  .utilitynav {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (min-width: 1024px) {
  .utilitynav {
    gap: 6px;
  }
}
@media only screen and (min-width: 1300px) {
  .utilitynav {
    gap: 0.3em;
  }
}
.utilitynav ul {
  display: contents;
}
.utilitynav ul li {
  display: contents;
}
.utilitynav ul li:nth-child(n+2) {
  margin: 0 0 0 0.5em;
}
.utilitynav a {
  font-size: clamp( 12px, 0.6em , 12px );
  text-align: center;
  color: #fff;
  padding: 0 0.91666667em;
  background: #189ead;
  display: inline-block;
  vertical-align: top;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out;
  font-weight: 700;
  position: relative;
  z-index: 1;
}
.utilitynav a .icon {
  display: none;
}
@media only screen and (max-width: 1299px) {
  .utilitynav a {
    line-height: 48px;
  }
}
@media only screen and (min-width: 666px) and (max-width: 1023px) {
  .utilitynav a {
    width: 48px;
    height: 48px;
    font-size: 25px;
    padding: 0;
  }
  .utilitynav a .icon {
    display: inline-block;
  }
  .utilitynav a .cta {
    white-space: nowrap;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }
}
@media only screen and (min-width: 1300px) {
  .utilitynav a {
    line-height: 3.08333333;
  }
}
.utilitynav a::before,
.utilitynav a::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  z-index: -1;
  transition: transform 0.33s ease-in-out;
  opacity: 0.5;
  transform: scale(0);
}
.utilitynav a::before {
  transform-origin: top left;
}
.utilitynav a::after {
  transform-origin: bottom right;
}
.utilitynav a:focus,
.utilitynav a:hover {
  color: #fff;
}
.utilitynav a:focus::before,
.utilitynav a:hover::before,
.utilitynav a:focus::after,
.utilitynav a:hover::after {
  transform: scale(1);
}
.utilitynav a:focus .icon,
.utilitynav a:hover .icon {
  animation: fa-bounce 1s ease;
}
.utilitynav a.phone {
  background-color: #95b234;
}
.utilitynav a.appointmentrequest {
  background-color: #1276bc;
}
/* ===============================================
	socialmedia
=============================================== */
#masthead .socialmedia {
  line-height: 0;
  text-align: center;
  height: auto;
  margin: 0 20px;
  padding: 0;
  display: inline-flex;
  justify-content: center;
  gap: 2px;
  pointer-events: auto;
}
@media only screen and (min-width: 1300px) {
  #masthead .socialmedia {
    margin: 0 0.35em;
  }
}
#masthead .socialmedia a {
  font-size: clamp( 12px, 0.55em , 11px );
  color: #636363;
  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: 1299px) {
  #masthead .socialmedia a {
    line-height: 44px;
    width: 44px;
    height: 44px;
    font-size: 25px;
  }
}
@media only screen and (min-width: 1300px) {
  #masthead .socialmedia a {
    line-height: 3.36363636;
    width: auto;
    height: 3.36363636em;
  }
}
#masthead .socialmedia a:focus,
#masthead .socialmedia a:hover {
  color: #b62c31;
  z-index: 400;
}
#masthead .socialmedia a:focus .icon,
#masthead .socialmedia a:hover .icon {
  animation: fa-bounce 1s ease;
}
#masthead .socialmedia a .icon {
  position: relative;
}
/* ==================================================================
	slideshow
=================================================================== */
#slideshow {
  text-align: center;
  min-height: 53.57142857vw;
  background: #000;
  position: relative;
  z-index: 400;
}
@media only screen and (max-width: 497px) {
  #slideshow {
    min-height: 280px;
  }
}
@media only screen and (min-width: 498px) and (max-width: 1245px) {
  #slideshow {
    width: 100%;
  }
}
@media only screen and (min-width: 1246px) {
  #slideshow {
    height: 700px;
    min-height: 700px;
  }
}
#slideshow .welcomevid {
  width: 100%;
  margin: 0;
  vertical-align: top;
}
@media only screen and (max-width: 497px) {
  #slideshow .welcomevid {
    width: 498px;
    margin: 0 calc( -249px  + 50vw );
  }
}
@media only screen and (max-width: 1299px) {
  #slideshow .welcomevid {
    transform: none !important;
  }
}
@media only screen and (min-width: 1300px) {
  #slideshow .welcomevid {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
  }
}
/* ==================================================================
	.spotlight
=================================================================== */
.spotlight {
  text-align: center;
  background: #fff;
  position: relative;
  z-index: 400;
}
.spotlight > div {
  position: relative;
}
/* ===============================================
	spot00 || COMMON SERVICES/CALLOUT-LIKE SECTION EXAMPLE
=============================================== */
.spot01 {
  text-align: center;
  color: #fff;
  margin: 0;
  padding: 3em 0 4em;
  position: relative;
  z-index: 410;
  background-image: linear-gradient(90deg, #95b234 0%, #1276bc 100%);
  background-position: center;
}
@media only screen and (min-width: 768px) {
  .spot01 {
    padding: 5.15em 0 6.15em;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1999px) {
  .spot01 {
    background-size: 100em auto;
  }
}
.spot01 h2.topic {
  line-height: 1;
  font-size: 75px;
  color: #fff;
  width: 100%;
  display: block;
  font-family: "Sacramento", cursive;
  font-weight: 400;
  text-shadow: 0.25px 0.25px currentColor;
  margin-bottom: 0.4em;
}
@media only screen and (max-width: 665px) {
  .spot01 h2.topic {
    font-size: 75px;
    width: 200px;
    margin: 0 auto 0.4em;
  }
}
.spot01 .mod {
  width: 100%;
}
.spot01 a {
  color: #fff;
  max-width: 425px;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: color 0.33s ease-in-out;
}
@media only screen and (max-width: 1023px) {
  .spot01 a {
    width: 90%;
    margin: 2% auto;
    display: block;
  }
  .spot01 a:not(:nth-last-of-type(1)) {
    margin-bottom: 64px;
  }
}
@media only screen and (max-width: 665px) {
  .spot01 a:not(:nth-last-of-type(1)) {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .spot01 a {
    width: calc(33% - 2em);
    margin: 0 0.85em;
  }
}
.spot01 a .decoration {
  width: 100%;
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}
.spot01 a .decoration::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(90deg, #95b234 0%, #1276bc 50%, #95b234 100%);
  background-size: 200% 100%;
  opacity: 0;
  z-index: 1;
  transition: opacity 0.33s ease-in-out;
}
.spot01 a .decoration img {
  width: 100%;
  transition: transform 0.33s ease-in-out;
}
.spot01 a .decoration .img-top {
    display: inline;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s;
    opacity:0;
}
.spot01 a:hover .decoration .img-top {
    opacity:1;
}



.spot01 a h3.topic {
  line-height: 2.28;
  font-size: clamp( 12px, 1.25em , 25px );
  text-transform: uppercase;
  color: currentcolor;
  width: calc(100% - 1.6em);
  display: block;
  font-weight: 700;
  transition: transform 0.33s ease-in-out, color 0.33s ease-in-out, background-color 0.33s ease-in-out, box-shadow 0.33s ease-in-out;
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 40%);
}
.spot01 a h3.topic .cta {
  background-color: #95b234;
  box-shadow: 0px 0px 12.5px rgba(0, 0, 0, 0.3);
  display: block;
  transition: background-color 0.33s ease-in-out, box-shadow 0.33s ease-in-out;
}
.spot01 a h3.topic .trait {
  font-weight: 300;
}
.spot01 a:focus,
.spot01 a:hover {
  color: #fff;
}
.spot01 a:focus .decoration img,
.spot01 a:hover .decoration img {
  /*transform: scale(1.05);*/
}
/* ===============================================
	spot00 || COMMON SERVICES/CALLOUT-LIKE SECTION EXAMPLE
=============================================== */
.spot02 {
  text-align: center;
  color: #b62c31;
  margin: 0;
  padding: 3em 0;
  position: relative;
  z-index: 410;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.95em;
}
@media only screen and (min-width: 768px) {
  .spot02 {
    padding: 5em 0;
  }
}
@media only screen and (min-width: 1024px) {
  .spot02 {
    font-size: min(1.7vw, 1em);
    padding: 4.95em 0;
    flex-direction: row;
  }
}
.spot02 a {
  color: #fff;
  width: 90%;
  max-width: 512px;
  padding: 0;
  display: block;
  position: relative;
  transition: color 0.33s ease-in-out;
}
@media only screen and (min-width: 1024px) {
  .spot02 a {
    width: calc(31% - 1em);
  }
}
.spot02 a .decoration {
  width: 100%;
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}
.spot02 a .decoration::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  z-index: 1;
  transition: opacity 0.33s ease-in-out;
}
.spot02 a .decoration::after {
  content: "";
  background-color: #95b234;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.33s ease-in-out;
}
.spot02 a .decoration img {
  width: 100%;
  transition: filter 0.33s ease-in-out;
}




.spot02 a h3.topic {
  line-height: 2.28;
  font-size: clamp( 12px, 1.25em , 25px );
  text-transform: uppercase;
  color: currentcolor;
  width: 100%;
  display: block;
  font-weight: 700;
  transition: transform 0.33s ease-in-out;
  z-index: 1;
  position: absolute;
  bottom: 0.9em;
}
.spot02 a h3.topic .cta {
  display: block;
}
.spot02 a h3.topic .trait {
  font-weight: 300;
}
.spot02 a:focus,
.spot02 a:hover {
  color: #fff;
}
.spot02 a:focus .decoration img,
.spot02 a:hover .decoration img {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
}
.spot02 a:focus .decoration::after,
.spot02 a:hover .decoration::after {
  opacity: 0.5;
}
.spot02 a:focus .decoration::before,
.spot02 a:hover .decoration::before {
  opacity: 0.7;
  animation: moveGradient 1s linear 3;
}
/* ==================================================================
	content
=================================================================== */
#bd {
  padding: 3em 0;
  background: #fff;
  position: relative;
  z-index: 400;
}
@media only screen and (min-width: 768px) {
  #bd {
    padding: 5.15em 0 3em;
  }
}
#bd .container {
  width: 90%;
  max-width: 65.75em;
}
#content {
  max-width: 800px;
  display: block;
}
@media only screen and (min-width: 768px) {
  #content {
    width: 60.8365019%;
    max-width: 40em;
    float: left;
  }
}
@media only screen and (min-width: 1300px) {
  #content {
    width: 60.8365019%;
  }
}
#content .content-text {
  line-height: 1.68421053;
}
@media only screen and (min-width: 666px) {
  #content .content-text {
    font-size: min(2.3vw, 19px );
  }
}
@media only screen and (min-width: 768px) and (max-width: 1299px) {
  #content .content-text {
    max-width: 70ch;
  }
}
@media only screen and (min-width: 1300px) {
  #content .content-text {
    font-size: 19px;
  }
}
/* ==================================================================
	.home content
=================================================================== */
.home #bd {
  padding: 3em 0;
  color: #fff;
  background-image: linear-gradient(35deg, #95b234 0%, #1276bc 100%);
}
@media only screen and (min-width: 768px) {
  .home #bd {
    padding: 5em 0;
  }
}
@media only screen and (min-width: 1024px) {
  .home #bd {
    padding: 0;
    background: #000;
  }
  .home #bd::before {
    content: "";
    position: absolute;
    top: 0;
    right: calc(50% - 0.1em );
    width: calc(50% + 0.1em );
    height: 100%;
    background-image: linear-gradient(35deg, #95b234 0%, #1276bc 100%);
  }
}
.home #bd .decoration {
  display: none;
  overflow: hidden;
  background-color: #fff;
}
@media only screen and (min-width: 1024px) {
  .home #bd .decoration {
    display: block;
    position: absolute;
    top: 0;
    left: calc(50% + 0.1em );
    width: calc(50% - 0.1em );
    height: 100%;
  }
}
.home #bd .decoration .gsapoverlay {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(325deg, #95b234 0%, #1276bc 100%);
}
@media only screen and (min-width: 1300px) {
  .home #bd .decoration .gsapoverlay {
    display: block;
  }
}
.home #bd .decoration img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  object-fit: cover;
  transform: translate3d(0, 0, -777px);
  object-position: 100% 50%;
}
@media only screen and (min-width: 1300px) {
  .home #bd .decoration img {
    object-position: center;
  }
}
.home #bd .container {
  width: 90%;
  max-width: 65.5em;
  /* @media only screen and (min-width: 768px) and (max-width: 1299px) { 
			max-width:70ch; 
		} */
}
@media only screen and (min-width: 1024px) {
  .home #bd .container {
    width: 94%;
  }
}
.home #bd #content {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .home #bd #content {
    width: 100%;
    max-width: 60ch;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
}
@media only screen and (min-width: 1024px) {
  .home #bd #content {
    max-width: 29.8em;
    width: 45.49618321%;
    margin-left: 0;
    padding: 4.55em 0 3.7em;
  }
}
@media only screen and (min-width: 666px) {
}
@media only screen and (min-width: 1300px) {
}
.home #bd #content .content-text h2,
.home #bd #content .content-text h3,
.home #bd #content .content-text h4,
.home #bd #content .content-text h5,
.home #bd #content .content-text h6 {
  color: #fff;
}
.home #bd #content .content-text h2 {
  font-size: 1.31578947em;
  line-height: 1.28;
  margin-bottom: 0.6em;
}
.home #bd #content .content-text ol,
.home #bd #content .content-text ul {
  margin: 0 0 1.3em 2.5em;
}
.home #bd #content .content-text ol li,
.home #bd #content .content-text ul li {
  margin: 0 0 1.3em 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 a {
  color: #fff;
}
.home #bd #content a:hover,
.home #bd #content a:focus {
  color: #000;
}
.home #bd #content p {
  margin-bottom: 1.25em;
}
/* ==================================================================
	custom content
=================================================================== */
.mediaslider {
  text-align: center;
  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 > button {
  font-size: 2.8em;
  color: #b62c31;
  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;
  right: 100%;
  left: auto;
}
.mediaslider .cycle-slideshow > button.cycle-next {
  text-align: right;
  direction: rtl;
  right: auto;
  left: 100%;
}
.mediaslider .cycle-slideshow > button:focus,
.mediaslider .cycle-slideshow > button:hover {
  opacity: 0.69;
}
.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: -moz-linear-gradient(top, rgba(0, 0, 0, 0.54) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.54) 0%, rgba(0, 0, 0, 0) 100%);
  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: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.54) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.54) 100%);
  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 {
  margin-bottom: 1.58em;
  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%;
  margin: auto;
  background-color: #b62c31;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: background-color 0.33s ease-in-out;
}
.mediaslider .custompager > button:focus:before,
.mediaslider .custompager > button:hover:before,
.mediaslider .custompager > button.cycle-pager-active:before {
  background-color: #189ead;
}
.mediaslider .cycle-caption.large,
.mediaslider .cycle-caption {
  font-size: min(1rem, 1em);
  white-space: normal;
  padding: 0.66em;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 420;
}
.mediaslider .cycle-caption.large:after,
.mediaslider .cycle-caption:after {
  content: '';
  width: auto;
  height: auto;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.54) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.54) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.54) 100%);
  display: block;
  position: absolute;
  top: -1.68em;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.mediaslider .cycle-caption.large {
  position: relative;
}
.mediaslider .cycle-caption.large:after {
  background: #189ead;
  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,
  #content h2[id],
  .common-procedures #content h2[id] {
    scroll-margin-top: 200px;
  }
}
/* 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;
}


.card {
    position: relative;
    text-align: center;
    /*margin: auto;*/
    display: block;
    max-width: 300px;
    margin-bottom: .82em;
}
.card .img-top {
    display: inline;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s;
    opacity:0;
}
.card:hover .img-top {
    opacity:1;
}
/* ===========================
======================================
	sitemap
=================================================================== */
.sitemap #content .column > ul > li {
  margin-bottom: 1.45em;
}
.sitemap #content ul {
  margin-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.sitemap #content ul a {
  line-height: 1.4;
  font-size: clamp( 12px, 1.25em , 25px );
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  color: #b62c31;
  transition-duration: 0s;
}
.sitemap #content ul ul li a {
  line-height: 1.68421053;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  color: #000000;
  margin-left: 0;
}
.sitemap #content a:focus,
.sitemap #content a:hover {
  text-decoration: none;
  color: #189ead;
}
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: 84%;
  max-width: 400px;
  margin: 0 auto 3em;
  padding: 0;
  display: none;
  position: relative;
  z-index: 420;
}
@media only screen and (min-width: 768px) {
  #sidebar {
    width: 33%;
    margin: 0.2em -5px 1em 0;
    display: flex;
    flex-direction: column;
    float: right;
    clear: right;
  }
}
@media only screen and (min-width: 1300px) {
  #sidebar {
    width: 36.41825095%;
  }
}
/* ===============================================
	sitepics
=============================================== */
#hide-stock {
  width: 100%;
  max-width: 20em;
  margin: 0 auto 6%;
  padding: 0;
  position: relative;
  display: none;
}
@media only screen and (min-width: 768px) {
  #hide-stock {
    margin-bottom: 1em;
    order: 1;
  }
}
.stock {
  width: 100%;
  position: relative;
}
/* ===============================================
	show doctor image on all devices
=============================================== */
/*.home,*/
/*body[class^='meet-the-'],*/
/* body[class^='meet-our-'],*/
body[class~='blog'] #sidebar {
  display: block;
}
body[class~='blog'] #hide-stock {
  display: none;
}
/* ==================================================================
	SUBNAV || SIDE ORIENTED
=================================================================== */
#subnav {
  color: #fff;
  margin: 0 0 6%;
  background: #d2af37;
  position: relative;
  overflow: hidden;
  text-align: center;
  background-image: -moz-linear-gradient(35deg, #95b234 0%, #1276bc 100%);
  background-image: -webkit-linear-gradient(35deg, #95b234 0%, #1276bc 100%);
  background-image: -ms-linear-gradient(35deg, #95b234 0%, #1276bc 100%);
}
@media only screen and (max-width: 767px) {
  #subnav {
    padding: 3em 10%;
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  #subnav {
    padding: 4.3em 1em 3.7em;
    order: 2;
  }
}
#subnav h2.topic {
  line-height: 1;
  font-size: 2.3em;
  text-align: inherit;
  font-weight: 400;
  font-family: "Sacramento", cursive;
  color: #fff;
  width: 100%;
  height: 1em;
  margin: 0 auto 0.6em;
  display: block;
  position: relative;
  z-index: 400;
}
@media only screen and (max-width: 767px) {
  #subnav nav {
    width: 100vw;
  }
}
@media only screen and (min-width: 768px) {
  #subnav nav {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
}
#subnav p {
  font-size: clamp( 12px, 0.8em , 16px );
  text-transform: uppercase;
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  z-index: 420;
}
@media only screen and (max-width: 767px) {
  #subnav p {
    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 (max-width: 1299px) {
  #subnav p {
    line-height: 44px;
  }
}
@media only screen and (min-width: 1300px) {
  #subnav p {
    line-height: 2.1875;
  }
}
#subnav a {
  color: #fff;
  margin: 0 auto;
  white-space: nowrap;
  width: max-content;
  position: relative;
  display: block;
}
#subnav a:after {
  content: '';
  width: 100%;
  height: 1px;
  background: currentcolor;
  display: block;
  position: absolute;
  bottom: 0.5em;
  left: 0;
  transition: transform 0.33s ease-in-out;
  transform: translate(0, 0) scaleX(0);
}
#subnav a:focus,
#subnav a:hover,
#subnav a.active {
  color: #fff;
  text-decoration: none;
}
#subnav a:focus:after,
#subnav a:hover:after,
#subnav a.active:after {
  transform: translate(0, 0) scaleX(1);
}
.subhero {
  display: block;
  width: 100%;
  position: relative;
  color: #fff;
  min-height: 286px;
  background-color: #000;
  direction: rtl;
}
@media only screen and (min-width: 666px) {
  .subhero {
    min-height: 622px;
  }
}
@media only screen and (min-width: 1300px) {
  .subhero {
    margin-top: 7.25em;
  }
}
.subhero::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
}
@media only screen and (min-width: 1300px) {
  .subhero::before {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 30%);
  }
}
.subhero .hero {
  max-width: none;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 665px) {
  .subhero .hero {
    width: 922px;
    margin: 0 calc(-461px + 50vw);
  }
}
@media only screen and (max-width: 1299px) {
  .subhero .hero-4[class] {
    margin: 0 -10em 0 0;
  }
}
@media only screen and (min-width: 666px) and (max-width: 1999px) {
  .subhero .hero {
    width: 2000px;
    margin: 0 calc(-1000px + 50vw);
  }
}
.subhero .ssoverlay {
  width: calc(100vw - 3em);
  max-width: 65.7em;
  padding: 0;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 2em;
  transform: translate(-50%, 0%);
  z-index: 425;
  text-align: left;
  direction: ltr;
}
@media only screen and (min-width: 666px) {
  .subhero .ssoverlay {
    width: calc(100vw - 5em);
    bottom: 3.2em;
  }
}
.subhero .ssoverlay .slogan {
  line-height: 1.2;
  font-size: min(20px, 6.5vw);
  color: currentcolor;
  display: inline-block;
  width: 100%;
  max-width: 1032px;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  z-index: 2;
  opacity: 0;
  animation: slogan-in 0.33s ease-in-out forwards;
}
@media only screen and (min-width: 666px) {
  .subhero .ssoverlay .slogan {
    font-size: min(37px, 6.5vw);
  }
}
/* END SIDEBAR */
/* ===============================================
	spot00 || COMMON TESTIMONIAL SLIDESHOW SECTION EXAMPLE
=============================================== */
.spot03 {
  --gradient-one: linear-gradient(90deg, #fecc0b calc(100% - 1em), white calc(100% - 1em));
  --gradient-two: linear-gradient(90deg, #1376bc 20%, #93b139 90%);
  --gradients-offset: 21.85em;
  font-size: min(4vw, 1em);
  padding: 3em 0 0;
  border-top: 5em solid #fff;
  background-color: #fff;
  background-image: var(--gradient-one), var(--gradient-two);
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1023px) {
  .spot03 {
    --mobile-gradients-offset: -1em;
    background-image: linear-gradient(90deg, #1376bc 0%, #93b139 100%), linear-gradient(0deg, #fecc0b calc(100% - 1em), #fff calc(100% - 1em));
    background-size: 100% 50%, 100% 50%;
    background-position: 0% 0%, 100% 100%;
  }
}
@media only screen and (min-width: 768px) {
  .spot03 {
    padding: 5em 0 0;
  }
}
@media only screen and (min-width: 1024px) {
  .spot03 {
    min-height: 39em;
    border-top: 9em solid #fff;
    padding: 6.65em 0 6.2em;
    background-size: calc(50% - var(--gradients-offset) ) 100%, calc(100% + var(--gradients-offset) ) 100%;
  }
}
.spot03 .container {
  max-width: 66.15em;
  margin-bottom: 3em;
}
@media only screen and (min-width: 1024px) {
  .spot03 .container {
    margin-bottom: 0;
    text-align: right;
  }
}
.spot03 .cycle-slideshow {
  color: #fff;
  width: 100%;
  max-width: 28.9em;
  margin: 0 auto 2.2em;
  display: block;
}
@media only screen and (min-width: 1024px) {
  .spot03 .cycle-slideshow {
    margin-right: 0;
  }
}
.spot03 .cycle-slideshow > div {
  position: absolute;
  opacity: 0;
}
.spot03 .cycle-slide {
  width: 100%;
  margin: 0;
  display: block;
  transition: color 0.33s ease-in-out;
}
.spot03 .cycle-slide figure {
  margin: 0;
}
.spot03 .testimony {
  line-height: 1.2;
  font-size: clamp( 12px, 1.25em , 25px );
  margin: 0 auto 1.6em;
  display: block;
}
.spot03 .testifier {
  line-height: 1;
  font-size: clamp( 12px, 1.6em , 32px );
  display: block;
  font-family: "Sacramento", cursive;
}
.spot03 .spotbtn {
  font-size: clamp( 12px, 0.6em , 12px );
  text-align: center;
  text-transform: uppercase;
  color: #1276bc;
  width: 10.83333333em;
  background-color: #fff;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out;
  box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 1299px) {
  .spot03 .spotbtn {
    line-height: 44px;
    min-width: 44px;
  }
}
@media only screen and (min-width: 1300px) {
  .spot03 .spotbtn {
    line-height: 4;
  }
}
.spot03 .spotbtn::before,
.spot03 .spotbtn::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  z-index: -1;
  transition: transform 0.33s ease-in-out;
  opacity: 0.5;
  transform: scale(0);
}
.spot03 .spotbtn::before {
  transform-origin: top left;
}
.spot03 .spotbtn::after {
  transform-origin: bottom right;
}
.spot03 .spotbtn:hover,
.spot03 .spotbtn:focus {
  color: #fff;
}
.spot03 .spotbtn:hover::before,
.spot03 .spotbtn:focus::before,
.spot03 .spotbtn:hover::after,
.spot03 .spotbtn:focus::after {
  transform: scale(1);
}
.spot03 .decoration {
  width: 90%;
  max-width: 28.45em;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (min-width: 1024px) {
  .spot03 .decoration {
    position: absolute;
    bottom: 0;
    right: calc(50% - 2.35em);
  }
}
/* ==================================================================
	#ft
=================================================================== */
#ft {
  text-align: center;
  color: #fff;
  width: 100%;
  padding: 0;
  background: #ccc no-repeat center left;
  background-size: cover;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
}
@media only screen and (min-width: 768px) {
  #ft {
    background-position: center center;
    background-position: calc(25% + 2em);
    background-size: auto 100%;
  }
}
@media only screen and (min-width: 1800px) {
  #ft {
    background-position: center center;
  }
}
#ft a {
  color: #2e2f2a;
  transition: color 0.33s ease-in-out;
}
#ft a:focus,
#ft a:hover {
  color: #189ead;
}
/* ===============================================
		locations
=============================================== */
#location {
  width: 100%;
  padding: 3em 0;
  background-color: rgba(255, 255, 255, 0.9);
  display: block;
}
@media only screen and (min-width: 768px) {
  #location {
    text-align: right;
    width: 50%;
    margin-left: 50%;
    background-color: #fff;
  }
}
@media only screen and (min-width: 1024px) {
  #location {
    margin-left: calc(50% + 0px);
    padding: 4.9em 0 3.15em;
  }
}
#location .mod {
  text-align: center;
  width: 100%;
  max-width: 22.5em;
  display: block;
  margin: 0 auto;
}
@media only screen and (min-width: 1300px) {
  #location .mod {
    margin-left: 5.45em;
  }
}
#location .logo {
  line-height: 0;
  text-align: center;
  margin: 0 auto 2.05em;
  display: block;
  transition: opacity 0.33s ease-in-out;
}
#location .logo:focus {
  opacity: 0.51;
}
#location .logo svg {
  width: 9.3em;
  height: 7.95em;
}
#location .phone {
  font-size: clamp( 12px, 1em , 20px );
  display: block;
  font-weight: 700;
  margin-bottom: 1.7em;
}
@media only screen and (max-width: 767px) {
  #location .phone {
    line-height: 44px;
  }
}
@media only screen and (min-width: 768px) {
  #location .phone {
    line-height: 1;
  }
}
#location .address {
  font-size: clamp( 12px, 0.95em , 19px );
  margin: 0 auto;
  display: block;
}
@media only screen and (max-width: 1023px) {
  #location .address {
    line-height: 22px;
  }
}
@media only screen and (max-width: 665px) {
  #location .address {
    max-width: 180px;
  }
}
@media only screen and (min-width: 1024px) {
  #location .address {
    line-height: 1.05263158;
  }
}
#location .address .marker {
  line-height: 1;
  font-size: 3.47368421em;
  color: #b62c31;
  margin-right: 7.6969697em;
  position: absolute;
  top: 2.66666667em;
  right: 50%;
  z-index: 400;
  transition: transform 0.33s ease-in-out;
  transform-origin: center bottom;
  width: auto;
}
@media only screen and (max-width: 767px) {
  #location .address .marker {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1799px) {
  #location .address .marker {
    display: block;
    right: auto;
    left: calc(25% - 0.275em);
  }
}
#location .address .marker:before {
  color: currentcolor;
}
#location .address .marker:after {
  content: '';
  width: 1.10606061em;
  height: 1.01515152em;
  background: url(../images/footer/shadowalt.svg) no-repeat center center;
  bottom: -0.15em;
  left: 0.2em;
  z-index: -1;
  background-size: cover;
  position: absolute;
  pointer-events: none;
}
#location .address:focus .marker,
#location .address:hover .marker {
  transform: translate(0, 0) scale(2);
}
/* ==================================================================
		#links
=================================================================== */
#links {
  text-align: center;
  color: #231f20;
  margin: 0;
  background-color: #fff;
  position: relative;
  z-index: 420;
}
@media only screen and (max-width: 1299px) {
  #links {
    padding: 1em 0;
  }
}
@media only screen and (min-width: 1300px) {
  #links {
    height: 3em;
    padding: 0.4em 0 0;
  }
}
#links .util {
  font-size: clamp( 12px, 0.6em , 12px );
}
@media only screen and (min-width: 480px) {
  #links .util {
    width: auto;
    margin: 0;
    display: inline-block;
    vertical-align: top;
  }
}
@media only screen and (max-width: 1299px) {
  #links .util {
    line-height: 44px;
  }
}
@media only screen and (min-width: 1300px) {
  #links .util {
    line-height: 3.66666667;
  }
}
#links .util a {
  color: #231f20;
  transition: color 0.33s ease-in-out;
  display: inline-block;
  font-weight: 500;
}
@media only screen and (max-width: 479px) {
  #links .util a {
    display: block;
  }
}
#links .util a:focus,
#links .util a:hover {
  color: #b62c31;
}
#links .util .divider {
  margin: 0 0.9em;
  display: inline-block;
}
@media only screen and (max-width: 479px) {
  #links .util .divider {
    display: none;
  }
}
/* ===============================================
		sesame link
=============================================== */
a#sesame-link .sesameicon {
  width: 1.33333333em;
  height: 1.16666667em;
  margin-right: 0.58333333em;
  display: inline-block;
  vertical-align: middle;
}
a#sesame-link .sesameicon path {
  transition: fill 0.33s ease-in-out;
}
a#sesame-link .sesameicon path.top {
  fill: #D6E03D;
}
a#sesame-link .sesameicon path.bottom {
  fill: #00a5e3;
}
a#sesame-link:focus .sesameicon path,
a#sesame-link:hover .sesameicon path {
  fill: currentcolor;
}
/* ===============================================
	backToTop
=============================================== */
#btt {
  text-align: center;
  width: 100%;
  display: block;
  position: relative;
  margin-top: 0.5em;
}
@media only screen and (min-width: 480px) {
  #btt {
    margin: 0;
    width: auto;
    display: inline-block;
    vertical-align: top;
  }
}
a#backtotop {
  font-size: clamp( 12px, 1em , 20px );
  color: #fad010;
  display: inline-block;
  vertical-align: top;
  transition: color 0.33s ease-in-out;
}
@media only screen and (max-width: 1299px) {
  a#backtotop {
    line-height: 44px;
    font-size: 44px;
  }
}
@media only screen and (min-width: 1300px) {
  a#backtotop {
    line-height: 2.2;
  }
}
a#backtotop:focus,
a#backtotop:hover {
  color: #b62c31;
}
a#backtotop:focus .icon,
a#backtotop:hover .icon {
  animation: fa-bounce 1s ease;
}
/*superlative*/
/************************************************************************************************************************************************/
/* hr element - div.hr */
hr,
.types-of-braces #content div.clear {
  font-size: inherit;
  width: 100%;
  margin: 1.58em 0;
  height: 1px;
  background: #666;
  border: none;
  display: block;
}
.brushing-and-flossing .content-text hr {
  float: left;
}
/* ===============================================
	Form Buttons
=============================================== */
form button {
  letter-spacing: normal;
  font-size: clamp( 12px, 0.95em , 19px );
  font-weight: 700;
  color: #fff;
  height: 44px;
  padding: 0 1em;
  background-color: #189ead;
  border: none;
  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;
}
form button::before,
form button::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  z-index: -1;
  transition: transform 0.33s ease-in-out;
  opacity: 0.5;
  transform: scale(0);
}
form button::before {
  transform-origin: top left;
}
form button::after {
  transform-origin: bottom right;
}
form button:hover,
form button:focus {
  color: #fff;
}
form button:hover::before,
form button:focus::before,
form button:hover::after,
form button:focus::after {
  transform: scale(1);
}
form p {
  height: auto;
}
/* ===============================================
	skip link styles
=============================================== */
.skiplink {
  line-height: 2;
  font-size: 12px;
  color: #fff;
  padding: 0.5em 1em;
  background-color: #189ead;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 6px;
  z-index: 3333;
  transition: transform 0.33s ease-in-out;
  transform: translate(0, -100%);
}
.skiplink:focus {
  transform: translate(0, 0);
}
.skiplink:focus .cta {
  transform: translate(0, 0);
}
.skiplink:focus .icon {
  transform: translate(0, 0);
}
.skiplink.alt .icon .trait {
  display: none;
}
.skiplink .cta {
  display: block;
  transition: transform 0.33s ease-in-out 0.33s;
  transform: translate(0, -44px);
}
.skiplink .icon {
  width: 1.1em;
  height: 1.1em;
  margin: 0 auto;
  display: block;
  transition: transform 0.33s ease-in-out 0.165s;
  transform: translate(0, -44px);
}
/* ===============================================
	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: #b62c31;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: background-color 0.33s ease-in-out;
}
a.intbtn:focus,
#content a.intbtn:focus,
a.intbtn:hover,
#content a.intbtn:hover {
  background-color: #189ead;
}
/* ===============================================
	.screenreader 
	a11y support for descriptive text on vaguely worded buttons
	https://gomakethings.com/hidden-content-for-better-a11y/#hidden-labels
=============================================== */
.screenreader {
  white-space: nowrap;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
/************************************************************************************************************************************************/
/* end superlatives */
/* ===============================================
Tablet || Supports 768px and up
=============================================== */
@media only screen and (min-width: 768px) {
  /* ===============================================
	blanket content sidebar hide
=============================================== */
  .sitemap .subhero .slogan,
  .layout-full-width .subhero .slogan {
    display: block;
    margin: 0 auto;
    max-width: 900px;
  }
  .sitemap #bd.sub:after,
  .layout-full-width #bd.sub:after {
    content: none;
  }
  .sitemap #content,
  .layout-full-width #content {
    width: 70%;
    /* count out 90-100 characters per line to determine width */
    max-width: none;
    margin-right: auto;
    margin-left: 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-right: auto;
    margin-left: 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-right: auto;
    margin-left: auto;
    display: block;
  }
  body[class*='in-ovation'] .img-right {
    max-width: 40%;
  }
  /*END*/
}
/* ===============================================
	embed-container enhanced support
=============================================== */
@supports (aspect-ratio: 16 / 9) and (object-fit: cover) {
  @media only screen and (max-width: 1299px) {
    .embed-container,
    .embed-container.ratio16x9 {
      max-width: min( 42.10526316em , 90% );
    }
  }
  @media only screen and (min-width: 1300px) {
    .embed-container,
    .embed-container.ratio16x9 {
      max-width: min( 42.10526316em , 1200px );
    }
  }
}
@keyframes moveGradient {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: -200% 50%;
  }
}
@keyframes slogan-in {
  0% {
    transform: translate(-50%, 0);
    opacity: 0;
  }
  100% {
    transform: translate(0%, 0%);
    opacity: 1;
  }
}
@keyframes slogan-out {
  0% {
    transform: translate(0, 0%);
    opacity: 1;
  }
  100% {
    transform: translate(0%, 100%);
    opacity: 0;
  }
}
@media only screen and (min-width: 666px) and (max-width: 1023px) {
  .sitemap #content .content-text {
    font-size: min(2vw, 19px);
  }
}
