/* 
 Site Manager Version: 14.2.0
 Date Created: September 2025
 Account: kids-toothdr
 Written by: Ricky Rivas
 Sesame Communications - All rights reserved. C2025
 Any reproduction or intentional misuse is strictly prohibited
*/
/* ===============================================
              options
 =============================================== */
/* ===============================================
                    colors
 =============================================== */
/* ===============================================
					fonts
=============================================== */
/* montserrat-200 - latin */
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/montserrat-v31-latin-200.woff2') format('woff2');
}
/* montserrat-200italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 200;
  src: url('../fonts/montserrat-v31-latin-200italic.woff2') format('woff2');
}
/* montserrat-300 - latin */
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/montserrat-v31-latin-300.woff2') format('woff2');
}
/* montserrat-300italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/montserrat-v31-latin-300italic.woff2') format('woff2');
}
/* montserrat-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/montserrat-v31-latin-regular.woff2') format('woff2');
}
/* montserrat-italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/montserrat-v31-latin-italic.woff2') format('woff2');
}
/* montserrat-500 - latin */
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/montserrat-v31-latin-500.woff2') format('woff2');
}
/* montserrat-500italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 500;
  src: url('../fonts/montserrat-v31-latin-500italic.woff2') format('woff2');
}
/* montserrat-600 - latin */
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/montserrat-v31-latin-600.woff2') format('woff2');
}
/* montserrat-600italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 600;
  src: url('../fonts/montserrat-v31-latin-600italic.woff2') format('woff2');
}
/* montserrat-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/montserrat-v31-latin-700.woff2') format('woff2');
}
/* montserrat-700italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/montserrat-v31-latin-700italic.woff2') format('woff2');
}
/* sacramento-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Sacramento';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/sacramento-v17-latin-regular.woff2') format('woff2');
}
/* ==================================================================
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: #231f20;
  background: #fff;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 1300px) {
  body {
    font-size: 20px;
  }
}
/* ===============================================
	links 
=============================================== */
a {
  text-decoration: none;
}
#content a {
  color: #b11e29;
  transition: color 0.33s ease-in-out, opacity 0.33s ease-in-out;
  text-decoration: underline;
}
#content a:focus,
#content a:hover {
  text-decoration: none;
  color: #052c72;
  opacity: 0.7;
}
/* ===============================================
	h family || hfam 
=============================================== */
h1,
h2:not(.topic),
h3:not(.topic),
h4,
h5,
h6 {
  line-height: 1;
  text-align: left;
  color: #b11e29;
  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.32967033em;
  font-family: "Sacramento", cursive;
  color: #052c72;
}
@media only screen and (min-width: 480px) {
  .sub h1 {
    font-size: 4.55em;
  }
}
.home h1 {
  font-size: min(2.8em, 13vw);
  margin: 0 0 0.4em;
  font-family: "Sacramento", cursive;
  font-weight: 400;
  text-transform: none;
  color: #052c72;
  line-height: 1.05;
  text-shadow: 0.25px 0.25px currentColor;
}
.home h1 .trait {
  display: block;
}
.home h1 .trait.top {
  line-height: 1.54545455;
  font-size: 0.39285714em;
  text-transform: uppercase;
  font-weight: 600;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  letter-spacing: 0.26em;
  color: #b61c2e;
  text-shadow: none;
}
h2:not(.topic) {
  font-size: 1.31578947em;
}
h3:not(.topic) {
  font-size: 1.21052632em;
  color: #052c72;
}
h4 {
  font-size: 1.10526316em;
  color: #747474;
}
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: absolute;
  z-index: 3000;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 1299px) {
  #masthead {
    height: 115px;
  }
}
@media only screen and (min-width: 1024px) {
  #masthead {
    position: fixed;
  }
}
@media only screen and (min-width: 1300px) {
  #masthead {
    font-size: inherit;
    height: 7.25em;
  }
}
#masthead .container {
  max-width: none;
  width: 100%;
}
@media only screen and (min-width: 1300px) {
  #masthead .container {
    width: calc(100% - 58px);
  }
}
#masthead .masthead-mod {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 420;
  flex-direction: column;
  background-color: #ffffff;
  padding: 45px 0 40px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.1);
  gap: 10px;
}
#masthead .masthead-mod--hd {
  display: none;
}
#masthead .masthead-mod--mainnav {
  margin-top: -30px;
}
@media only screen and (max-width: 665px) {
  #masthead .masthead-mod {
    transition-property: transform, opacity;
    transition-duration: 0.6s, 0.9s;
    transition-timing-function: ease-in-out;
    transition-delay: 0.24s;
  }
  #masthead .masthead-mod.mobtron {
    transform: translate(0, -33px);
    transition-duration: 0s;
    transition-delay: 0s;
    pointer-events: none;
    opacity: 0;
  }
  #masthead .masthead-mod.mobtron * {
    pointer-events: none;
  }
  #masthead .masthead-mod.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.mobtron:focus-within * {
    pointer-events: auto;
  }
}
@media only screen and (min-width: 666px) {
  #masthead .masthead-mod--hd {
    display: inline-flex;
    margin-right: 135px;
    height: 100%;
    box-shadow: none;
    border-radius: 0px;
    padding: 0px;
  }
  #masthead .masthead-mod--hd .socialmedia {
    display: none;
  }
  #masthead .masthead-mod--hd .utilitynav .appointmentrequest,
  #masthead .masthead-mod--hd .utilitynav .patientforms {
    display: none;
  }
  #masthead .masthead-mod--mainnav {
    display: flex;
  }
  #masthead .masthead-mod--mainnav .utilitynav .phone {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  #masthead .masthead-mod--hd {
    margin-right: 125px;
  }
  #masthead .masthead-mod--hd .utilitynav {
    flex-direction: row;
  }
  #masthead .masthead-mod--hd .utilitynav .appointmentrequest,
  #masthead .masthead-mod--hd .utilitynav .patientforms {
    display: inline-block;
  }
  #masthead .masthead-mod--mainnav {
    padding-bottom: 20px;
  }
  #masthead .masthead-mod--mainnav .utilitynav {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  #masthead .masthead-mod {
    flex-direction: row;
    gap: 19px;
  }
  #masthead .masthead-mod--hd {
    margin-right: 135px;
  }
  #masthead .masthead-mod--hd .socialmedia {
    display: inline-flex;
  }
  #masthead .masthead-mod--mainnav {
    display: none;
  }
}
@media only screen and (min-width: 1300px) {
  #masthead .masthead-mod {
    margin: 0;
    padding: 6px 0 0;
  }
  #masthead .masthead-mod--hd {
    height: auto;
  }
}
/* ===============================================
TRIGGER/NAVICON
=============================================== */
#trigger {
  line-height: 44px;
  color: #b11e29;
  width: 110px;
  height: 100%;
  margin: 0 0 0 auto;
  padding: 0;
  background: none;
  box-shadow: none;
  border: none;
  -webkit-display: none;
  position: relative;
  display: block;
  z-index: 600;
  transition: color 0.33s ease-in-out;
  cursor: pointer;
}
#trigger:focus-visible {
  color: #052c72;
}
@media only screen and (min-width: 1300px) {
  #trigger {
    display: none;
  }
}
#trigger::before {
  content: "";
  display: block;
  background-color: #d1af36;
  width: 82px;
  height: 82px;
  position: absolute;
  top: calc(50% - 41px);
  left: calc(50% - 41px);
  border-radius: 20px;
  transition: transform 0.33s ease-in-out;
}
.open #trigger::before {
  transform: rotate(180deg);
}
.open #trigger .navicon span:nth-child(1) {
  transform: translate(12.5px, 5px);
}
.open #trigger .navicon span:nth-child(5) {
  transform: translate(-12.5px, -5px);
}
.open #trigger .navicon span:nth-child(3) {
  transform: translate(-12.5px, -12.5px);
}
.open #trigger .navicon span:nth-child(4) {
  transform: translate(12.5px, 12.5px);
}
#trigger .navicon {
  width: 13px;
  height: 48px;
  display: inline-block;
  vertical-align: -13px;
  position: relative;
  transition: transform 0.3s ease;
}
#trigger .navicon span {
  width: 100%;
  height: 13px;
  margin: auto;
  background: currentcolor;
  display: block;
  position: absolute;
  left: 0;
  opacity: 1;
  transform: translate(0, 0) scaleX(1) rotate(0deg);
  transition: transform 0.3s ease;
  border-radius: 50%;
}
#trigger .navicon span:nth-child(1) {
  top: 0;
}
#trigger .navicon span:nth-child(2),
#trigger .navicon span:nth-child(3),
#trigger .navicon span:nth-child(4) {
  top: 0;
  bottom: 0;
}
#trigger .navicon span:nth-child(5) {
  bottom: 0;
}
/* ==================================================================
	main-nav
=================================================================== */
#main-nav {
  font-size: 20px;
  text-align: center;
  width: 50%;
  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.15em;
    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: 665px) {
  #main-nav .collapsible {
    max-width: none;
    width: 200%;
  }
}
@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 {
    width: calc(100% - 65px);
    max-width: right;
  }
}
/* ===============================================
TOP LEVEL ITEMS || top ul
=============================================== */
#main-nav ul {
  margin: 0;
  padding: 40px 0 40px;
  background-color: #052c72;
  position: relative;
  z-index: 550;
  height: auto;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
@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.15em;
    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.875em 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;
    left: auto;
    right: 0;
    transform: none;
  }
  #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: 50px;
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  height: 50px;
  margin: 0;
  transition: color 0.33s ease;
  pointer-events: none;
  font-weight: 500;
}
@media only screen and (min-width: 1300px) {
  #main-nav ul li a[id] {
    color: #052c72;
    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] .icon {
  content: '';
  width: 2em;
  height: auto;
  display: block;
  position: absolute;
  left: calc(50% -  1em );
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  transform: translateY(20px);
  opacity: 0;
  pointer-events: none;
}
@media only screen and (max-width: 1299px) {
  #main-nav ul li a[id] .icon {
    top: -0.6em;
  }
}
@media only screen and (min-width: 1300px) {
  #main-nav ul li a[id] .icon {
    top: -0.85em;
  }
}
#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;
}
#main-nav ul li:focus-within > a[id] .icon,
#main-nav ul li.clicked > a[id] .icon,
#main-nav ul li.active > a[id] .icon,
#main-nav ul li:hover > a[id] .icon {
  transform: translateY(0px);
  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: 1.95em 0 2.3em;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    clip: rect(0 0 0 0);
    pointer-events: none;
    z-index: 2800;
    background: #052c72;
  }
}
#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.55em;
    margin: 0 0 0.05em;
    padding: 0;
    opacity: 1;
  }
}
#main-nav ul ul li a {
  line-height: 44px;
  font-size: clamp( 12px, 0.95em , 19px );
  color: #fff;
  width: 100%;
  height: 44px;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out;
}
@media only screen and (min-width: 1300px) {
  #main-nav ul ul li a {
    line-height: 1.63157895;
    text-align: center;
    white-space: nowrap;
    height: 1.63157895em;
    padding: 0 1.85em;
    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;
  color: #fff;
  margin-bottom: 0;
  background: #d3b038;
  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: #b11e29;
  height: 100%;
  padding: 0;
  position: relative;
  pointer-events: none;
}
@media only screen and (min-width: 666px) {
  #hd {
    text-align: right;
  }
}
@media only screen and (min-width: 1300px) {
  #hd {
    z-index: 3000;
  }
}
#hd .container {
  height: 100%;
  pointer-events: none;
}
/* ===============================================
	logo
=============================================== */
#logo {
  line-height: 0;
  width: 9.95em;
  margin: 0 auto 0 20px;
  display: block;
  position: absolute;
  top: 48%;
  left: 0;
  transform: translate(0, -50%);
  pointer-events: auto;
  font-size: 0.85em;
}
@media only screen and (min-width: 768px) {
  #logo {
    margin-left: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  #logo {
    margin-left: 30px;
  }
}
@media only screen and (min-width: 1300px) {
  #logo {
    font-size: inherit;
    margin: 0;
  }
}
#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: 9.95em;
  height: 5.4em;
}
/* ===============================================
	utility-nav
=============================================== */
.utilitynav {
  line-height: 0;
  width: auto;
  margin: 0;
  padding: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  vertical-align: top;
  position: relative;
  z-index: 400;
  gap: 1em;
  pointer-events: auto;
}
@media only screen and (min-width: 768px) {
  .utilitynav {
    gap: 0.3em;
  }
}
@media only screen and (min-width: 1024px) {
  .utilitynav {
    flex-direction: row;
  }
}
.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;
  display: inline-block;
  vertical-align: top;
  transition: color 0.33s ease-in-out;
  position: relative;
  z-index: 1;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  height: 44px;
  line-height: 3.8;
}
.utilitynav a .cta {
  display: block;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
}
.utilitynav a svg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: auto;
  z-index: -1;
  pointer-events: none;
}
.utilitynav a svg path {
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
}
.utilitynav a svg .btn__border,
.utilitynav a svg .btn__light-group-one,
.utilitynav a svg .btn__light-group-two {
  opacity: 0;
}
.utilitynav a svg .btn__background {
  fill: var(--background-color);
}
.utilitynav a.phone {
  width: 11.08333333em;
  --background-color: #d2af37;
  font-weight: 700;
}
.utilitynav a.appointmentrequest {
  width: 13.83333333em;
  --background-color: #b51c2e;
}
.utilitynav a.patientforms {
  width: 11.25em;
  --background-color: #021438;
}
.utilitynav a:hover,
.utilitynav a:focus {
  color: #000;
}
.utilitynav a:hover svg .btn__border,
.utilitynav a:focus svg .btn__border {
  opacity: 1;
}
.utilitynav a:hover svg .btn__background,
.utilitynav a:focus svg .btn__background {
  opacity: 0;
}
.utilitynav a:hover svg .btn__light-group-one,
.utilitynav a:focus svg .btn__light-group-one {
  opacity: 1;
  animation: vegas-marquee-one 0.6s linear infinite;
}
.utilitynav a:hover svg .btn__light-group-two,
.utilitynav a:focus svg .btn__light-group-two {
  opacity: 1;
  animation: vegas-marquee-two 0.6s linear infinite;
}
/* ===============================================
	socialmedia
=============================================== */
#masthead .socialmedia {
  line-height: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  display: inline-flex;
  justify-content: center;
  gap: 2px;
  pointer-events: auto;
}
#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: 1023px) {
  #masthead .socialmedia a {
    font-size: 20px;
    line-height: 44px;
    width: 44px;
    height: 44px;
  }
}
@media only screen and (min-width: 1024px) {
  #masthead .socialmedia a {
    line-height: 4.54545455;
    width: auto;
    height: 4em;
  }
}
#masthead .socialmedia a:focus,
#masthead .socialmedia a:hover {
  color: #052c72;
  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: 36.19047619vw;
  background: #000;
  position: relative;
  z-index: 400;
  color: #fff;
  overflow: hidden;
}
@media only screen and (max-width: 665px) {
  #slideshow {
    min-height: 350px;
    margin-top: 115px;
  }
}
@media only screen and (min-width: 922px) and (max-width: 1299px) {
  #slideshow {
    width: 100%;
    margin-top: 0;
    top: 0;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1999px) {
  #slideshow {
    height: 760px;
    min-height: 760px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1299px) {
}
#slideshow #home-slideshow {
  width: 100%;
  margin: 0;
  aspect-ratio: 2000 / 760;
}
@media only screen and (max-width: 665px) {
  #slideshow #home-slideshow {
    width: 922px;
    margin: 0 calc( -461px  + 50vw );
  }
}
@media only screen and (min-width: 666px) and (max-width: 1999px) {
  #slideshow #home-slideshow {
    width: 2000px;
    margin: 0 calc(-1000px + 50vw);
  }
}
#slideshow #home-slideshow img {
  width: 100%;
  max-width: none;
}
#slideshow #home-slideshow .hpslide {
  width: 100%;
  max-width: none;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  #slideshow #home-slideshow .hpslide[data-slide-index="0"] img {
    margin-left: -15em;
  }
  #slideshow #home-slideshow .hpslide[data-slide-index="4"] img {
    margin-left: -20%;
  }
}
#slideshow #home-slideshow .hpslide[data-slide-index="4"] .slogan {
  max-width: 620px;
}
#slideshow #home-slideshow .hpslide::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) 70%);
}
@media only screen and (min-width: 666px) {
  #slideshow #home-slideshow .hpslide::before {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 30%);
  }
}
#slideshow #home-slideshow .hpslide.cycle-slide-active .ssoverlay .slogan {
  animation: slogan-in 0.33s ease-in-out forwards;
  animation-delay: 0.33s;
}
#slideshow .ssoverlay {
  width: calc(100vw - 3em);
  max-width: 65.5em;
  padding: 0;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 3.25em;
  transform: translate(-50%, 0%);
  z-index: 425;
  text-align: left;
}
@media only screen and (min-width: 666px) {
  #slideshow .ssoverlay {
    width: calc(100vw - 110px);
  }
}
#slideshow .ssoverlay .slogan {
  line-height: 1.2;
  font-size: min(37px, 6.5vw);
  color: currentcolor;
  display: inline-block;
  letter-spacing: -0.02em;
  width: 100%;
  max-width: 500px;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  z-index: 2;
  opacity: 0;
  animation: slogan-out 0.33s ease-in-out forwards;
}
@media only screen and (min-width: 1024px) {
  #slideshow .ssoverlay .slogan {
    max-width: 660px;
  }
}
@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;
  }
}
/* ==================================================================
	.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;
  color: #3c3c3c;
  margin: 0;
  padding: 3em 0;
  position: relative;
  z-index: 410;
  background-color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .spot01 {
    padding: 5.15em 0 5em;
  }
}
.spot01 .mod {
  width: 90%;
  max-width: 580px;
  margin: 0 auto;
  padding: 0;
  display: block;
  text-align: left;
}
@media only screen and (min-width: 666px) and (max-width: 1023px) {
  .spot01 .mod {
    width: 75%;
  }
}
@media only screen and (min-width: 1300px) {
  .spot01 .mod {
    max-width: 58.15em;
    display: flex;
    justify-content: space-between;
    padding-right: 1.25em;
  }
}
.spot01 .mod__content {
  line-height: 1.6875;
  font-size: 16px;
  max-width: 35.8125em;
}
.spot01 h2.topic {
  line-height: 1;
  font-size: min(112px, 20vw);
  color: #d1af36;
  width: 100%;
  display: block;
  font-family: "Sacramento", cursive;
  font-weight: 400;
  max-width: 5.17857143em;
}
@media only screen and (min-width: 666px) and (max-width: 1299px) {
  .spot01 h2.topic {
    margin-left: -55px;
  }
}
@media only screen and (min-width: 1024px) {
  .spot01 h2.topic {
    margin-top: 0.12em;
  }
}
.spot01 h2.topic .trait {
  letter-spacing: 0.12em;
  line-height: 1.2;
  font-size: clamp( 12px, 0.13392857em , 15px );
  font-weight: 700;
  font-style: italic;
  display: block;
}
.spot01 h3.topic {
  line-height: 1.2;
  font-size: clamp( 12px, 1.6875em , 27px );
  color: #b61c2e;
  width: 100%;
  display: block;
  letter-spacing: -0.02em;
  margin: 0 0 0.9em;
  font-weight: 400;
}
.spot01 .spotbtn {
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  width: 14.0625em;
  background-color: #052c72;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
  transition: color 0.33s ease-in-out;
  margin-top: 1em;
  min-width: 44px;
  line-height: 3.5;
}
.spot01 .spotbtn::before,
.spot01 .spotbtn::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #b11e29;
  z-index: -1;
  transition: transform 0.33s ease;
  opacity: 0.75;
  transform: scaleX(0);
}
.spot01 .spotbtn::before {
  transform-origin: left;
}
.spot01 .spotbtn::after {
  transform-origin: right;
}
.spot01 .spotbtn:hover::before,
.spot01 .spotbtn:focus::before,
.spot01 .spotbtn:hover::after,
.spot01 .spotbtn:focus::after {
  transform: scaleX(1);
}
/* ===============================================
	spot00 || COMMON SERVICES/CALLOUT-LIKE SECTION EXAMPLE
=============================================== */
.spot02 {
  text-align: center;
  color: #b11e29;
  margin: 0;
  padding: 3em 0;
  position: relative;
  z-index: 410;
  background-color: #f6f6f6;
}
@media only screen and (min-width: 768px) {
  .spot02 {
    padding: 5.25em 0 3.15em;
  }
}
.spot02 .gsap-overlay {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #b11e29;
  width: 100%;
  height: 44.75%;
  pointer-events: none;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .spot02 .gsap-overlay {
    height: 80%;
  }
}
.spot02 h2.topic {
  line-height: 1;
  font-size: min(3.75em, 13vw);
  color: #092d74;
  width: 100%;
  display: block;
  font-family: "Sacramento", cursive;
  font-weight: 400;
  text-shadow: 0.25px 0.25px currentColor;
  margin-bottom: 0.375em;
}
.spot02 .mod {
  width: 100%;
}
.spot02 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: 767px) {
  .spot02 a {
    width: 90%;
    margin: 2% auto;
    display: block;
  }
  .spot02 a:not(:nth-last-of-type(1)) {
    margin-bottom: 1.75em;
  }
}
@media only screen and (min-width: 768px) {
  .spot02 a {
    width: calc(33% - 2em);
    margin: 0 0.9em;
  }
}
.spot02 a .decoration {
  width: 100%;
  margin-bottom: 1.5em;
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}
.spot02 a .decoration svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.spot02 a .decoration svg path {
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
}
.spot02 a .decoration svg .frame__stroke,
.spot02 a .decoration svg .frame__group1,
.spot02 a .decoration svg .frame__group2 {
  opacity: 0;
}
.spot02 a .decoration svg .frame__background {
  fill: var(--background-color);
}
.spot02 a .decoration::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.25);
  transition: opacity 0.33s ease;
  opacity: 0;
  z-index: 1;
}
.spot02 a .decoration img {
  width: 100%;
}


.spot02 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;
}
.spot02 a:hover .decoration .img-top {
    opacity:1;
}

.spot02 a h3.topic {
  line-height: 1;
  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, color 0.33s ease-in-out;
  z-index: 1;
  position: relative;
}
.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 h3.topic,
.spot02 a:hover h3.topic {
  transform: translate3d(0, -3em, 0px);
}
.spot02 a:focus .decoration svg .frame__stroke,
.spot02 a:hover .decoration svg .frame__stroke {
  opacity: 1;
}
.spot02 a:focus .decoration svg .frame__background,
.spot02 a:hover .decoration svg .frame__background {
  opacity: 0;
}
.spot02 a:focus .decoration svg .frame__group1,
.spot02 a:hover .decoration svg .frame__group1 {
  opacity: 1;
  animation: vegas-marquee-one 0.6s linear infinite;
}
.spot02 a:focus .decoration svg .frame__group2,
.spot02 a:hover .decoration svg .frame__group2 {
  opacity: 1;
  animation: vegas-marquee-two 0.6s linear infinite;
}
.spot02 a:focus .decoration::before,
.spot02 a:hover .decoration::before {
  opacity: 1;
}
/* ==================================================================
	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;
}
@media only screen and (min-width: 768px) {
  .home #bd {
    padding: 4.6em 0 3.55em;
  }
}
.home #bd .container {
  width: 90%;
  max-width: 49.5em;
  /* @media only screen and (min-width: 768px) and (max-width: 1299px) { 
			max-width:70ch; 
		} */
}
.home #bd #content {
  position: relative;
}
@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) and (max-width: 1299px) {
  .home #bd #content {
    max-width: 70ch;
  }
}
@media only screen and (min-width: 1024px) {
  .home #bd #content {
    max-width: 32em;
    width: 64.64646465%;
    margin-left: 0;
  }
}
.home #bd #content .content-text {
  line-height: 1.75;
}
@media only screen and (min-width: 666px) {
  .home #bd #content .content-text {
    font-size: min(2.3vw, 16px );
  }
}
@media only screen and (min-width: 1300px) {
}
.home #bd #content .content-text h2 {
  font-size: 1.375em;
  line-height: 1.27272727;
  margin-bottom: 0.65em;
}
.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.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 .spot00 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  flex-direction: column;
  padding-top: 2em;
}
@media only screen and (min-width: 666px) {
  .home #bd #content .spot00 {
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
  }
}
@media only screen and (min-width: 1024px) {
  .home #bd #content .spot00 {
    padding: 0;
    flex-direction: column;
    position: absolute;
    top: 0.55em;
    left: calc(100% + 4.2em);
    gap: 1.9em;
  }
}
.home #bd #content .spot00 a {
  line-height: 1.2;
  font-size: clamp( 12px, 1.25em , 25px );
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 9.6em;
  height: 9.6em;
  text-align: center;
  text-decoration: none;
  background-color: var(--accent);
  border-radius: 50%;
  transition: color 0.33s ease-in-out;
  text-transform: uppercase;
  gap: 0.375em;
}
.home #bd #content .spot00 a .icon {
  font-size: clamp( 12px, 2.84em , 71px );
  display: block;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  transform: scale(0.5);
  opacity: 0;
}
.home #bd #content .spot00 a .cta {
  display: block;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  transform: translate(0, -70%);
}
.home #bd #content .spot00 a:nth-child(1) {
  --accent: #052b72;
}
.home #bd #content .spot00 a:nth-child(2) {
  --accent: #d2af37;
}
.home #bd #content .spot00 a:nth-child(3) {
  --accent: #b51c2e;
}
.home #bd #content .spot00 a:hover,
.home #bd #content .spot00 a:focus {
  opacity: 1;
}
.home #bd #content .spot00 a:hover .cta,
.home #bd #content .spot00 a:focus .cta {
  transform: translate(0, 0);
}
.home #bd #content .spot00 a:hover .icon,
.home #bd #content .spot00 a:focus .icon {
  transform: scale(1);
  opacity: 1;
}
/* ==================================================================
	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: #b11e29;
  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: #b11e29;
  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: #052c72;
}
.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: #052c72;
  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.team{
  max-width: none;
  margin: auto;
}
.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: #b11e29;
  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: #231f20;
  margin-left: 0;
}
.sitemap #content a:focus,
.sitemap #content a:hover {
  text-decoration: none;
  color: #052c72;
}
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: 441px;
  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: 39.53612167%;
  }
}
/* ===============================================
	sitepics
=============================================== */
#hide-stock {
  width: 100%;
  max-width: 22.05em;
  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;
  border-radius: 40px;
}
@media only screen and (max-width: 767px) {
  #subnav {
    padding: 3em 10%;
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  #subnav {
    padding: 4.2em 1em 3.3em;
    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.95em , 19px );
  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.26315789;
  }
}
#subnav a {
  color: #fff;
  margin: 0 auto;
  white-space: nowrap;
  width: max-content;
  position: relative;
  display: block;
}
#subnav a:after {
  content: '';
  width: 100%;
  height: 2px;
  background: currentcolor;
  display: block;
  position: absolute;
  bottom: 0.15em;
  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;
  margin-top: 115px;
  direction: rtl;
}
@media only screen and (min-width: 666px) {
  .subhero {
    margin-top: 7.25em;
    min-height: 622px;
  }
}
.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.5em;
  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.8em;
  }
}
.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 {
  font-size: min(4vw, 1em);
  padding: 3em 0;
  background: #ccc center / cover no-repeat;
}
@media only screen and (min-width: 666px) {
  .spot03 {
    padding: 5em 0 4.4em;
  }
}
@media only screen and (min-width: 1024px) {
  .spot03 {
    padding-top: 10.4em;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1999px) {
  .spot03 {
    background-size: auto;
  }
}
.spot03 .tshow {
  width: 90%;
  max-width: 52.35em;
  margin: 0 auto 2em;
  position: relative;
  padding: 5em 3em 2.9em;
}
@media only screen and (min-width: 666px) {
  .spot03 .tshow {
    padding: 6.7em 7em 2.9em;
    margin-bottom: 2.65em;
    min-height: 22.5em;
  }
}
.spot03 .tshow .shape {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  filter: drop-shadow(15px 15px 12.5px rgba(0, 0, 0, 0.3));
}
.spot03 .cycle-slideshow {
  color: #fff;
  width: 100%;
  display: block;
}
.spot03 .cycle-slideshow > div {
  position: absolute;
  opacity: 0;
}
.spot03 .cycle-slide {
  width: 100%;
  margin: 0;
  display: block;
  transition: color 0.33s ease-in-out;
  position: absolute;
}
.spot03 .cycle-slide figure {
  margin: 0;
}
.spot03 .testimony {
  line-height: 1.2;
  font-size: min(1.5em, 4vw);
  margin: 0 auto 0.48648649em;
  display: block;
  font-weight: 500;
}
.spot03 .testifier {
  line-height: 1.14666667;
  font-size: min(1.75em, 4vw);
  text-transform: uppercase;
  font-weight: 300;
  display: block;
}
.spot03 .spotbtn {
  font-size: clamp( 12px, 0.7175em , 14.35px );
  text-align: center;
  text-transform: uppercase;
  color: #231f20;
  width: 13.93728223em;
  font-weight: 600;
  background-color: #d1af36;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
  transition: color 0.33s ease-in-out;
  border-radius: 19px;
  overflow: hidden;
  letter-spacing: 0.14em;
  margin: 10px 0;
}
@media only screen and (max-width: 1299px) {
  .spot03 .spotbtn {
    line-height: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .spot03 .spotbtn {
    margin-inline: 10px;
  }
}
@media only screen and (min-width: 1300px) {
  .spot03 .spotbtn {
    line-height: 2.64808362;
  }
}
.spot03 .spotbtn::before,
.spot03 .spotbtn::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #b11e29;
  z-index: -1;
  transition: transform 0.33s ease;
  opacity: 0.75;
  transform: scaleX(0);
}
.spot03 .spotbtn::before {
  transform-origin: left;
}
.spot03 .spotbtn::after {
  transform-origin: 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: scaleX(1);
}
.spot03 .socialmedia {
  line-height: 0;
  margin: 10px 0;
  display: inline-flex;
  justify-content: center;
  background-color: #d1af36;
  color: #231f20;
  border-radius: 19px;
  padding: 0;
  width: 271.5px;
  position: relative;
}
@media only screen and (max-width: 1299px) {
  .spot03 .socialmedia {
    border-radius: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .spot03 .socialmedia {
    margin-inline: 10px;
  }
}
.spot03 .socialmedia::before {
  font-size: clamp( 12px, 0.7175em , 14.35px );
  content: "leave a review";
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 600;
}
@media only screen and (max-width: 1299px) {
  .spot03 .socialmedia::before {
    line-height: 44px;
    height: 44px;
    min-width: 44px;
  }
}
@media only screen and (min-width: 1300px) {
  .spot03 .socialmedia::before {
    line-height: 2.64808362;
  }
}
.spot03 .socialmedia a {
  font-size: clamp( 12px, 0.7175em , 14.35px );
  color: currentColor;
  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) {
  .spot03 .socialmedia a {
    line-height: 44px;
    width: 44px;
    height: 44px;
    font-size: 20px;
    text-align: right;
  }
}
@media only screen and (min-width: 1300px) {
  .spot03 .socialmedia a {
    line-height: 2.64808362;
    width: auto;
    height: 2.64808362em;
  }
}
.spot03 .socialmedia a:not(.spot) {
  display: none;
}
.spot03 .socialmedia a .fa-facebook-f::before {
  content: '\f09a';
}
.spot03 .socialmedia a .icon {
  position: relative;
}
.spot03 .socialmedia a:hover,
.spot03 .socialmedia a:focus {
  z-index: 400;
  color: #b11e29;
}
.spot03 .socialmedia a:hover .icon,
.spot03 .socialmedia a:focus .icon {
  animation: fa-bounce 1s ease;
}
/* ==================================================================
	#ft
=================================================================== */
@media only screen and (min-width: 768px) {
  .home #ft {
    border-top: 5em solid #fff;
  }
}
#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: 768px) {
  #ft {
    background-size: auto 100%;
    background-position: calc(25% + 2.5em);
  }
}
@media only screen and (min-width: 1800px) {
  #ft {
    background-position: center;
  }
}
#ft a {
  color: #2e2f2a;
  transition: color 0.33s ease-in-out;
}
#ft a:focus,
#ft a:hover {
  color: #b11e29;
}
/* ===============================================
		locations
=============================================== */
#location {
  width: 100%;
  padding: 3em 0;
  background-color: rgba(255, 255, 255, 0.9);
  display: block;
}
@media only screen and (max-width: 479px) {
  #location {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  #location {
    text-align: left;
    width: 50%;
    margin-left: 50%;
    background-color: #fff;
  }
}
@media only screen and (min-width: 1024px) {
  #location {
    margin-left: calc(50% + 2px);
    padding: 2.8em 0 3em 6.5em;
  }
}
#location .mod {
  text-align: center;
  width: 100%;
  max-width: 20em;
  display: block;
}
@media only screen and (max-width: 1023px) {
  #location .mod {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1024px) {
  #location .mod {
    margin: 0;
  }
}
#location .logo {
  line-height: 0;
  text-align: center;
  margin: 0 auto 2.65em;
  display: block;
}
#location .logo:focus {
  opacity: 0.51;
}
#location .logo svg {
  width: 17.5em;
  height: 9.5em;
}
#location .phone {
  font-size: clamp( 12px, 1em , 20px );
  display: block;
  font-weight: 700;
  margin-bottom: 1.5em;
}
@media only screen and (max-width: 767px) {
  #location .phone {
    line-height: 44px;
  }
}
@media only screen and (min-width: 768px) {
  #location .phone {
    line-height: 1.2;
  }
}
#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: 767px) {
  #location .address {
    width: 200px;
  }
}
@media only screen and (min-width: 1024px) {
  #location .address {
    line-height: 1.21052632;
  }
}
#location .address .marker {
  line-height: 1;
  font-size: 3.47368421em;
  color: #d1af36;
  margin-left: 2.27272727em;
  position: absolute;
  top: 2.9em;
  left: 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) {
  #location .address .marker {
    display: block;
    left: calc(25% - 0.2em);
    margin: 0;
  }
}
@media only screen and (min-width: 1024px) {
  #location .address .marker {
    top: 2.6969697em;
  }
}
@media only screen and (min-width: 1800px) {
  #location .address .marker {
    left: 50%;
    margin-left: -8.55em;
  }
}
#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: 2em 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: #b11e29;
}
#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: #d1af36;
  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: #b11e29;
}
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: 400;
  text-transform: uppercase;
  color: #231f20;
  height: 44px;
  padding: 0 1.5em;
  background-color: #d1af36;
  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;
  font-weight: 600;
  border-radius: 30px;
}
form button::before,
form button::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #b11e29;
  z-index: -1;
  transition: transform 0.33s ease;
  opacity: 0.75;
  transform: scaleX(0);
}
form button::before {
  transform-origin: left;
}
form button::after {
  transform-origin: 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: scaleX(1);
}
form p {
  height: auto;
}
/* ===============================================
	skip link styles
=============================================== */
.skiplink {
  line-height: 2;
  font-size: 12px;
  color: #fff;
  padding: 0.5em 1em;
  background-color: #052c72;
  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: #b11e29;
  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: #052c72;
}
/* ===============================================
	.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 );
    }
  }
}
@media only screen and (min-width: 666px) and (max-width: 1023px) {
  .sitemap #content .content-text {
    font-size: min(2vw, 19px);
  }
}
@keyframes vegas-marquee-one {
  0%,
  50% {
    opacity: 1;
  }
  51%,
  100% {
    opacity: 0.1;
  }
}
@keyframes vegas-marquee-two {
  0%,
  50% {
    opacity: 0.1;
  }
  51%,
  100% {
    opacity: 1;
  }
}
