/* 
 Site Manager Version: 14.2.0
 Date Created: February 2025
 Account: hilburn-todd
 Written by: Ricky Rivas
 Sesame Communications - All rights reserved. C2025
 Any reproduction or intentional misuse is strictly prohibited
*/
/* ===============================================
              options
 =============================================== */
/* ===============================================
                    colors
 =============================================== */
/* ===============================================
					fonts
=============================================== */
/* poppins-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/poppins-v22-latin-regular.woff2') format('woff2');
}
/* poppins-italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/poppins-v22-latin-italic.woff2') format('woff2');
}
/* poppins-500 - latin */
@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/poppins-v22-latin-500.woff2') format('woff2');
}
/* poppins-600 - latin */
@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/poppins-v22-latin-600.woff2') format('woff2');
}
/* poppins-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/poppins-v22-latin-700.woff2') format('woff2');
}
/* poppins-700italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/poppins-v22-latin-700italic.woff2') format('woff2');
}
/* poppins-800 - latin */
@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/poppins-v22-latin-800.woff2') format('woff2');
}
/* ===============================================
Basic Stylings
These will affect every size of the site.
=============================================== */
/* resets */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* GLOBAL OVERRIDES */
.fab,
.fas,
.fal,
.far,
.fad {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: 0;
}
/* ===============================================
	body 
=============================================== */
body,
input,
select,
textarea {
  font-family: 'Poppins', Helvetica, Arial, sans-serif;
}
form button,
button {
  font-family: 'Poppins', Helvetica, Arial, sans-serif;
}
svg {
  display: inline-block;
}
body {
  font-size: 15px;
  color: #6c6c6c;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 1300px) {
  body {
    font-size: 20px;
  }
}
body.home {
  background-color: #000;
}
/* ===============================================
	links 
=============================================== */
a {
  text-decoration: none;
}
#content a {
  color: #25a7cb;
  text-decoration: underline;
  transition: color 0.33s ease-in-out;
}
#content a:hover {
  color: #004b82;
}
/* ===============================================
	h family || hfam 
=============================================== */
h1,
h2:not(.topic),
h3:not(.topic),
h4,
h5,
h6 {
  line-height: 1;
  text-align: left;
  color: #25a7cb;
  text-rendering: auto;
  margin: 0 0 1.44em;
  text-transform: uppercase;
  font-weight: 400;
}
.sub h1 {
  font-size: 10vw;
  text-transform: uppercase;
  margin-bottom: 0.45588235em;
  font-weight: 800;
  color: #004b82;
}
@media only screen and (min-width: 480px) {
  .sub h1 {
    font-size: 3.4em;
  }
}
.home h1 {
  font-size: 10vw;
  text-align: center;
  margin: 0;
  color: #004b82;
  font-weight: 800;
  line-height: 0.8;
}
@media only screen and (min-width: 480px) {
  .home h1 {
    font-size: 3.4em;
  }
}
.home h1 .trait {
  color: #25a7cb;
}
.home h1 .trait.top {
  display: block;
  line-height: 1;
  font-size: 0.51470588em;
  font-weight: 400;
}
h2:not(.topic) {
  font-size: 1.31578947em;
}
h3:not(.topic) {
  font-size: 1.21052632em;
  color: #004b82;
}
h4 {
  font-size: 1.10526316em;
  color: #9da4aa;
}
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: rgba(0, 75, 130, 0.9);
  position: absolute;
  z-index: 3000;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 1300px) {
  #masthead {
    font-size: inherit;
    position: fixed;
  }
}
#masthead .container {
  max-width: 64.3em;
  width: 96%;
}
@media only screen and (max-width: 1023px) {
  #masthead .container {
    width: 100%;
    max-width: none;
  }
}
/* ==================================================================
	main-nav
=================================================================== */
#main-nav {
  font-size: 20px;
  text-align: center;
  height: 100px;
  width: 105px;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 600;
  clear: both;
}
#main-nav .container,
#main-nav .collapsible {
  height: 100%;
  padding: 0;
}
#main-nav .trigger {
  line-height: 71px;
  color: #fff;
  width: 75px;
  height: 75px;
  padding: 0;
  margin: 12px auto;
  background: none;
  box-shadow: none;
  border: none;
  -webkit-display: none;
  position: relative;
  z-index: 600;
  transition: color 0.33s ease-in-out;
  cursor: pointer;
  border: 2px solid #fff;
}
#main-nav .trigger .navicon {
  width: 36px;
  height: 20px;
  display: inline-block;
  vertical-align: -1.5px;
  position: relative;
}
#main-nav .trigger .navicon span {
  width: 100%;
  height: 3px;
  background: currentcolor;
  display: block;
  position: absolute;
  left: 0;
  opacity: 1;
  transform: translate(0, 0) scale(1) rotate(0deg);
  transition: transform 0.2s ease, opacity 0.2s ease;
  transform-origin: center;
}
#main-nav .trigger .navicon span:nth-child(1) {
  top: 0px;
  transition-delay: 0.2s;
}
#main-nav .trigger .navicon span:nth-child(2),
#main-nav .trigger .navicon span:nth-child(3) {
  transition-delay: 0s;
  top: 50%;
}
#main-nav .trigger .navicon span:nth-child(4) {
  transition-delay: 0.2s;
  top: 100%;
}
#main-nav .open .trigger .navicon span:nth-child(1) {
  transform: translate(0%, 1em) scale(1) rotate(0deg);
  opacity: 0;
  transition-delay: 0s;
}
#main-nav .open .trigger .navicon span:nth-child(4) {
  transform: translate(0%, -1em) scale(1) rotate(0deg);
  opacity: 0;
  transition-delay: 0s;
}
#main-nav .open .trigger .navicon span:nth-child(2) {
  transform: translate(0, 0) scale(1) rotate(45deg);
  transition-delay: 0.2s;
}
#main-nav .open .trigger .navicon span:nth-child(3) {
  transform: translate(0, 0) scale(1) rotate(-45deg);
  transition-delay: 0.2s;
}
#main-nav ul {
  width: 100vw;
  margin: 1px 0 0;
  padding: 2em 0 1em;
  background-color: rgba(0, 75, 130, 0.9);
  position: relative;
  float: right;
  z-index: 550;
}
@media only screen and (min-width: 666px) {
  #main-nav ul {
    width: 320px;
  }
}
#main-nav ul li {
  clear: both;
}
#main-nav ul li a[id] {
  line-height: 50px;
  font-size: clamp( 12px, 0.85em , 17px );
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  width: auto;
  height: 50px;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: color 0.33s ease;
}
#main-nav ul li a[id]::before {
  content: '';
  width: 100%;
  height: 0.58823529em;
  background: url(../images/spotlight/active.svg) center / auto 100% no-repeat;
  display: block;
  position: absolute;
  left: 50%;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  transform: translate(-50%, 100%);
  opacity: 0;
}
@media only screen and (max-width: 1023px) {
  #main-nav ul li a[id]::before {
    top: 0;
    filter: brightness(0) invert(1);
  }
}
@media only screen and (min-width: 1024px) {
  #main-nav ul li a[id]::before {
    bottom: 0.4em;
  }
}
#main-nav ul li.open > a[id],
#main-nav ul li.active > a[id],
#main-nav ul li:hover > a[id] {
  text-decoration: none;
  transition-duration: 0.15s;
}
@media only screen and (max-width: 1023px) {
  #main-nav ul li.open > a[id],
  #main-nav ul li.active > a[id],
  #main-nav ul li:hover > a[id] {
    color: #25a7cb;
  }
}
#main-nav ul li.open > a[id]::before,
#main-nav ul li.active > a[id]::before,
#main-nav ul li:hover > a[id]::before {
  transition-duration: 0.15s;
  transform: translate(-50%, 0);
  opacity: 1;
}
#main-nav ul ul {
  width: 100%;
  margin: 0;
  padding: 0;
  display: inline;
  float: left;
  background: none;
}
#main-nav ul ul li {
  width: 100%;
  background: none;
  float: left;
}
#main-nav ul ul li a {
  line-height: 44px;
  font-size: clamp( 12px, 0.75em , 15px );
  color: #fff;
  width: 100%;
  height: 44px;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  transition: color 0.33s ease;
}
#main-nav ul li.active ul li a:hover,
#main-nav ul ul li a:hover,
#main-nav ul ul li a.active {
  text-decoration: none;
  color: #25a7cb;
  margin-bottom: 0;
  border: none;
}
#main-nav .collapsible.open > ul {
  animation: flyinmobilenav 0.4s 1;
}
#main-nav .collapsible.open ul ul {
  animation: none;
}
#main-nav ul ul li {
  height: 0;
  overflow: hidden;
  transition-duration: 0.33s;
  opacity: 0;
}
#main-nav .open ul {
  display: inline-block;
}
#main-nav .open ul .open ul li {
  height: 44px;
  opacity: 1;
}
/* ===============================================
main-nav - Desktop Stylings
=============================================== */
@media only screen and (min-width: 1024px) {
  /* main-nav */
  #main-nav {
    font-size: inherit;
    width: 100%;
    height: 2.45em;
    margin-top: 0.75em;
    background: none;
    box-shadow: none;
    position: relative;
    top: auto;
    z-index: 2900;
  }
  #main-nav .container {
    width: 96%;
    max-width: right;
  }
  #main-nav div.collapsible {
    margin: 0 auto;
  }
  #main-nav ul {
    height: 2.45em;
    width: auto;
    padding: 0;
    margin: 0;
    background: none;
    position: static;
    float: right;
  }
  #main-nav ul li {
    height: 100%;
    margin: 0 0.875em 0 0;
    background: none;
    vertical-align: top;
    position: relative;
    float: none;
    clear: none;
  }
  #main-nav ul li.contact,
  #main-nav ul li.contact-us {
    margin-right: 0;
    padding-right: 0;
  }
  #main-nav ul li a[id] {
    line-height: 2.35294118;
    text-align: center;
    height: 100%;
    z-index: 3000;
  }
  #main-nav ul ul {
    width: auto;
    height: auto;
    padding: 1.4em 0 2.55em;
    position: absolute;
    display: none;
    z-index: 2800;
    background-color: rgba(0, 75, 130, 0.9);
  }
  #main-nav ul ul li {
    height: 1.25em;
    margin: 0;
    padding: 0;
    float: left;
    opacity: 1;
  }
  #main-nav ul ul li a {
    line-height: 1.66666667;
    text-align: center;
    white-space: nowrap;
    height: 1.66666667em;
    padding: 0 2.6em;
    float: left;
  }
  #main-nav ul li:hover ul {
    display: block;
    left: 50%;
    transform: translate(-50%, 0);
  }
  /*END*/
}
@media only screen and (min-width: 1024px) and (max-width: 1500px) {
  #main-nav ul li.contact-us ul li a,
  #main-nav ul li.contact ul li a {
    text-align: right;
    float: right;
  }
  #main-nav ul li.contact-us:hover ul,
  #main-nav ul li.contact:hover ul {
    margin: 0;
    right: 0;
    left: auto;
    transform: none;
  }
}
/* ===============================================
	FULLMOB RULES
=============================================== */
@media only screen and (min-width: 1024px) {
  /* main-nav */
}
/* ==================================================================
	header
=================================================================== */
#hd {
  text-align: center;
  color: #fff;
  padding: 0;
  position: relative;
}
@media only screen and (min-width: 768px) {
  #hd {
    text-align: right;
  }
}
@media only screen and (min-width: 1024px) {
  #hd {
    z-index: 3000;
  }
}
@media only screen and (min-width: 769px) {
  #hd .container {
    padding: 28px 100px 28px 0;
  }
}
@media only screen and (min-width: 820px) {
  #hd .container {
    padding-right: 125px;
  }
}
@media only screen and (min-width: 1024px) {
  #hd .container {
    padding: 0.3em 0 0;
  }
}
/* ===============================================
	logo
=============================================== */
#logo {
  line-height: 0;
  font-size: 0.91em;
  width: 13.5em;
  margin: 0 auto 0 1em;
  display: block;
  position: relative;
}
@media only screen and (min-width: 320px) {
  #logo {
    margin-left: 1.5em;
  }
}
@media only screen and (min-width: 769px) {
  #logo {
    position: absolute;
    top: 0;
    left: -0.1em;
  }
}
@media only screen and (min-width: 1024px) {
  #logo {
    font-size: inherit;
    margin: 0;
    top: 0.85em;
  }
}
@media only screen and (min-width: 1300px) {
  #logo {
    top: 0.6em;
  }
}
#logo a {
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 1023px) {
  #logo a {
    min-height: 100px;
    display: flex;
    align-items: center;
  }
}
#logo svg {
  width: 13.5em;
  height: 4.05em;
}
#logo svg path {
  fill: #fff;
}
#logo svg .logo_hr {
  stroke: #fff;
}
/* ===============================================
	contact info
=============================================== */
#contactinfo-utilitynav {
  text-align: center;
  margin: 0;
  vertical-align: top;
  gap: 1.3em;
  display: none;
  font-weight: 600;
}
@media only screen and (min-width: 769px) {
  #contactinfo-utilitynav {
    display: inline-flex;
  }
  #contactinfo-utilitynav .contactinfo {
    display: contents;
  }
  #contactinfo-utilitynav .phone {
    order: 1;
  }
  #contactinfo-utilitynav .address {
    order: 2;
  }
  #contactinfo-utilitynav .online-payment {
    order: 4;
  }
}
#contactinfo-utilitynav .address {
  font-size: clamp( 12px, 0.6em , 12px );
  width: auto;
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}
@media only screen and (max-width: 1023px) {
  #contactinfo-utilitynav .address {
    line-height: 44px;
  }
}
@media only screen and (min-width: 1024px) {
  #contactinfo-utilitynav .address {
    line-height: 2.5;
  }
}
#contactinfo-utilitynav .phone {
  font-size: clamp( 12px, 0.6em , 12px );
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0.01em;
}
@media only screen and (max-width: 1023px) {
  #contactinfo-utilitynav .phone {
    line-height: 44px;
  }
}
@media only screen and (min-width: 1024px) {
  #contactinfo-utilitynav .phone {
    line-height: 2.5;
  }
}
#contactinfo-utilitynav .online-payment {
  font-size: clamp( 12px, 0.6em , 12px );
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out;
  letter-spacing: 0.01em;
}
@media only screen and (max-width: 1023px) {
  #contactinfo-utilitynav .online-payment {
    line-height: 44px;
  }
}
@media only screen and (min-width: 1024px) {
  #contactinfo-utilitynav .online-payment {
    line-height: 2.5;
  }
}
#contactinfo-utilitynav .icon {
  color: #25a7cb;
  transition: color 0.33s ease-in-out;
}
#contactinfo-utilitynav a {
  color: #fff;
  transition: color 0.33s ease-in-out;
}
#contactinfo-utilitynav a:hover {
  color: #25a7cb;
}
#contactinfo-utilitynav a:hover .icon {
  color: #fff;
  animation: fa-bounce 1s ease;
}
.contactinfo-utilitynav {
  text-align: center;
  margin: 0;
  vertical-align: top;
  gap: 1.2em;
  display: none;
  justify-content: center;
  align-items: center;
  float: right;
  background-color: #004b82;
  color: #fff;
  width: 100vw;
  padding: 30px 0;
  gap: 2.5em;
}
@media only screen and (min-width: 666px) {
  .contactinfo-utilitynav {
    width: 320px;
  }
}
@media only screen and (min-width: 768px) {
  .contactinfo-utilitynav {
    display: none;
  }
}
.contactinfo-utilitynav .contactinfo {
  text-align: left;
}
.contactinfo-utilitynav .address {
  font-size: clamp( 12px, 0.6em , 12px );
  line-height: 44px;
  width: auto;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}
.contactinfo-utilitynav .phone {
  font-size: clamp( 12px, 0.6em , 12px );
  line-height: 44px;
  display: block;
  letter-spacing: 0.01em;
}
.contactinfo-utilitynav .online-payment {
  font-size: clamp( 12px, 0.6em , 12px );
  line-height: 44px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  padding: 0;
  display: block;
  letter-spacing: 0.01em;
}
.contactinfo-utilitynav .icon {
  color: #25a7cb;
  transition: color 1s ease-in-out;
}
.contactinfo-utilitynav a {
  color: #fff;
  transition: color 0.33s ease-in-out;
}
.contactinfo-utilitynav a:hover {
  color: #25a7cb;
}
.contactinfo-utilitynav a:hover .icon {
  color: #fff;
  animation: fa-bounce 1s ease;
}
@media only screen and (max-width: 768px) {
  #main-nav .collapsible.open .contactinfo-utilitynav {
    display: flex;
    animation: flyinmobilenav 0.4s 1;
  }
}
/* ===============================================
	socialmedia
=============================================== */
.contactinfo-utilitynav .socialmedia,
#contactinfo-utilitynav .socialmedia {
  line-height: 0;
  height: auto;
  padding: 0;
  margin: 0;
  display: inline-flex;
  vertical-align: top;
  justify-content: center;
  position: relative;
  z-index: 300;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .contactinfo-utilitynav .socialmedia,
  #contactinfo-utilitynav .socialmedia {
    order: 3;
    margin: 0 -6px;
  }
}
.contactinfo-utilitynav .socialmedia a,
#contactinfo-utilitynav .socialmedia a {
  font-size: clamp( 12px, 0.6em , 12px );
  color: #25a7cb;
  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;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .contactinfo-utilitynav .socialmedia a,
  #contactinfo-utilitynav .socialmedia a {
    width: 44px;
  }
}
@media only screen and (max-width: 1023px) {
  .contactinfo-utilitynav .socialmedia a,
  #contactinfo-utilitynav .socialmedia a {
    line-height: 44px;
    font-size: 15px;
    height: 44px;
  }
}
@media only screen and (min-width: 1024px) {
  .contactinfo-utilitynav .socialmedia a,
  #contactinfo-utilitynav .socialmedia a {
    line-height: 2.5;
    height: 2.5em;
    width: 0.8em;
  }
}
.contactinfo-utilitynav .socialmedia a:nth-last-of-type(1),
#contactinfo-utilitynav .socialmedia a:nth-last-of-type(1) {
  margin: 0;
}
.contactinfo-utilitynav .socialmedia a:hover,
#contactinfo-utilitynav .socialmedia a:hover {
  color: #fff;
  z-index: 400;
  transform: translate(0, 0) scale(1.44);
}
.contactinfo-utilitynav .socialmedia a:hover .icon,
#contactinfo-utilitynav .socialmedia a:hover .icon {
  animation: fa-bounce 1s ease;
}
.contactinfo-utilitynav .socialmedia a .icon,
#contactinfo-utilitynav .socialmedia a .icon {
  position: relative;
}
.contactinfo-utilitynav .socialmedia {
  flex-direction: column;
}
.contactinfo-utilitynav .socialmedia a {
  font-size: 25px;
}
/* ==================================================================
	slideshow
=================================================================== */
#slideshow {
  font-size: min(2.5vw, 20px);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 400;
  height: 490px;
}
#slideshow::before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 420;
}
@media only screen and (min-width: 666px) {
  #slideshow {
    min-height: 500px;
    height: calc(100vh - 100px);
    max-height: 960px;
    padding-top: 100px;
  }
}
@media only screen and (min-width: 1024px) {
  #slideshow {
    width: 100%;
    margin-top: 0;
    top: 0;
    padding-top: 82.5px;
  }
  #slideshow.ready .sslogo .river-dental {
    transform: translate(0, -20px);
    opacity: 0;
  }
  #slideshow.ready .sslogo .title {
    transform: translate(0, 20px);
    opacity: 0;
  }
  #slideshow.ready .sslogo #ssmask1 path {
    stroke-dashoffset: 541;
  }
  #slideshow.ready .sslogo #ssmask2 path {
    stroke-dashoffset: 338;
  }
  #slideshow.ready .sslogo #ssmask3 path {
    stroke-dashoffset: 176;
  }
  #slideshow.ready .sslogo .hr {
    stroke-dashoffset: 318;
  }
}
@media only screen and (min-width: 1300px) {
  #slideshow {
    padding-top: 120px;
  }
}
#slideshow .sslogo {
  line-height: 0;
  text-align: center;
  position: relative;
  z-index: 421;
  display: none;
}
@media only screen and (min-width: 666px) {
  #slideshow .sslogo {
    display: block;
  }
}
#slideshow .sslogo svg {
  width: 35.7em;
  height: auto;
}
#slideshow .sslogo svg path,
#slideshow .sslogo svg g {
  fill: #fff;
  transform-box: fill-box;
  transition: transform 1.33s ease, opacity 1.33s ease;
  transform-origin: 50%;
}
#slideshow .sslogo svg mask path,
#slideshow .sslogo svg .hr {
  fill: none;
  transition: stroke-dashoffset 1.33s ease;
}
#slideshow .sslogo svg .hr {
  stroke-dasharray: 318;
  stroke-dashoffset: 0;
  stroke: #fff;
}
#slideshow .sslogo svg #ssmask1 path {
  stroke-dasharray: 541;
  stroke-dashoffset: 0;
}
#slideshow .sslogo svg #ssmask2 path {
  stroke-dasharray: 338;
  stroke-dashoffset: 0;
}
#slideshow .sslogo svg #ssmask3 path {
  stroke-dasharray: 176;
  stroke-dashoffset: 0;
}
img.fixed-bg {
  aspect-ratio: 2000 / 960;
  width: 2000px;
  min-width: 2000px;
  margin: 0 calc(-1000px + 50vw);
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  max-width: none;
}
@media only screen and (min-height: 960px) {
  img.fixed-bg {
    height: 100vh;
    width: auto;
    margin: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media only screen and (min-width: 2000px) {
  img.fixed-bg {
    width: auto;
    min-width: 100%;
    object-fit: cover;
    margin: 0;
    height: auto;
    min-height: 100vh;
  }
}
/* ==================================================================
	.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: #25a7cb;
  padding: 90px 0;
  margin: 0;
  position: relative;
  z-index: 410;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  flex-direction: column;
  font-size: min(20px, 10vw);
}
@media only screen and (min-width: 768px) {
  .spot01 {
    font-size: inherit;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 4.5em 0 4em;
  }
}
@media only screen and (min-width: 1300px) {
  .spot01.ready a .icon-container .icon-wrapper {
    transform: translateY(300%) scale(1.2) rotateY(360deg);
    opacity: 0;
    transition-delay: 0s;
    transition-duration: 0s;
  }
  .spot01.ready a .icon-container .masked {
    transform: translateX(100%);
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
.spot01 a {
  color: #fff;
  width: 12.75em;
  padding: 1.2em 0 1.4em;
  position: relative;
  transition: transform 0.33s ease-in-out;
  background-color: var(--accent);
}
.spot01 a.first {
  --accent: #9da4aa;
  --index: 0;
}
.spot01 a:nth-child(2) {
  --accent: #25a7cb;
  --index: 1;
}
.spot01 a.last {
  --accent: #004b82;
  --index: 2;
}
.spot01 a .icon-container {
  margin-bottom: 0.8em;
  pointer-events: none;
  width: 9.35em;
  height: auto;
}
.spot01 a .icon-container g,
.spot01 a .icon-container path {
  transform-box: fill-box;
  transform-origin: 50% 50%;
  transition: transform 0.33s ease, opacity 0.33s ease;
}
.spot01 a .icon-container .icon-wrapper {
  transition-duration: 1s;
  transition-delay: calc(0.66s + var(--index)*0.33s);
}
.spot01 a .icon-container .masked {
  transition-duration: 1s;
}
.spot01 a .icon-container .hover-icon [fill='#0A4975'] {
  transform: translateX(-150%);
}
.spot01 a .icon-container .hover-icon [fill='#56B0D2'] {
  transform: translateX(150%);
}
.spot01 a .icon-container .icon {
  color: var(--accent);
}
.spot01 a h2.topic {
  line-height: 0.96296296;
  font-size: clamp( 12px, 1.35em , 27px );
  text-transform: uppercase;
  color: currentcolor;
  width: 100%;
  display: block;
  font-weight: 800;
}
.spot01 a h2.topic .trait {
  line-height: 0.96296296;
  font-size: clamp( 12px, 1em , 27px );
  display: block;
  font-weight: 400;
}
.spot01 a:hover .icon-container .icon,
.spot01 a:focus .icon-container .icon {
  transform: translateY(-250%) scale(1.1) rotateY(45deg);
}
.spot01 a:hover .icon-container .hover-icon > path,
.spot01 a:focus .icon-container .hover-icon > path {
  transform: translateX(0);
}
/* ===============================================
	spot00 || COMMON GENERAL INFORMATION SPOTLIGHT SECTION
=============================================== */
.spot02 {
  color: #fff;
  padding: 4em 0;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 2em;
  background: url(../images/spotlight/spot00-mobile.jpg) center / cover no-repeat;
}
@media only screen and (min-width: 768px) {
  .spot02 {
    background-image: url(../images/spotlight/spot00.jpg);
    flex-direction: row;
    flex-wrap: wrap;
    padding: 4em 0 4.2em;
    gap: 0 9%;
  }
}
@media only screen and (min-width: 1024px) {
  .spot02 {
    gap: 0;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1999px) {
  .spot02 {
    background-size: auto;
    background-position-y: 100%;
  }
}
@media only screen and (min-width: 1300px) {
  .spot02.ready .innermod {
    transform: translateY(100%);
    opacity: 0;
  }
  .spot02.ready .decoration.first {
    transform: translate3d(-100%, 0, 777px) rotateY(-90deg);
    opacity: 0;
  }
  .spot02.ready .decoration.last {
    transform: translate3d(100%, 0, 777px) rotateY(90deg);
    opacity: 0;
  }
}
.spot02 .decoration {
  width: 90%;
  max-width: 18.5em;
  position: relative;
  z-index: 2;
  display: block;
  overflow: hidden;
  transition: transform 1s ease-in-out, opacity 1s ease-in-out, box-shadow 0.66s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .spot02 .decoration {
    margin: -5em 0 0;
  }
  .spot02 .decoration.first h3.topic {
    text-align: right;
  }
  .spot02 .decoration.last h3.topic {
    text-align: left;
  }
}
@media only screen and (min-width: 1024px) {
  .spot02 .decoration {
    margin: 0;
  }
  .spot02 .decoration.first {
    order: -1;
  }
}
.spot02 .decoration img {
  width: 100%;
  transition: filter 0.66s ease-in-out, transform 0.66s ease-in-out;
  transform: translate3d(0, 0, -777px) scale(1);
}
.spot02 .decoration::before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: opacity 0.66s ease-in-out;
  background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.3) 100%);
}
.spot02 .decoration::after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 75, 130, 0.5);
  z-index: 2;
  transform: translateY(100%);
  transition: opacity 0.66s ease-in-out, transform 0.66s ease-in-out;
}
.spot02 .decoration h3.topic {
  line-height: 3.14285714;
  font-size: clamp( 12px, 0.7em , 14px );
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  font-weight: 400;
  position: absolute;
  bottom: 2.25em;
  width: 100%;
  z-index: 3;
  padding: 0 2.4em;
}
.spot02 .decoration h3.topic .cta {
  display: inline-block;
  transition: transform 0.66s ease-in-out, text-shadow 0.66s ease-in-out;
}
.spot02 .decoration:hover,
.spot02 .decoration:focus {
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.3);
}
.spot02 .decoration:hover::before,
.spot02 .decoration:focus::before {
  opacity: 0;
}
.spot02 .decoration:hover::after,
.spot02 .decoration:focus::after {
  transform: translateY(0);
}
.spot02 .decoration:hover h3.topic .cta,
.spot02 .decoration:focus h3.topic .cta {
  transform: translateY(-100%);
  text-shadow: 2px 2px 2px #004b82;
}
.spot02 .decoration:hover img,
.spot02 .decoration:focus img {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  transform: translate3d(0, 0, -777px) scale(1.1);
  transition-duration: 0.66s, 1.2s;
}
.spot02 .mod {
  width: 90%;
  max-width: 30em;
  padding: 5em 1em;
  display: block;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .spot02 .mod {
    padding: 8em 0 9.6em;
    margin: 0 10vw;
  }
  .spot02 .mod::before {
    transform: scaleX(1.5);
  }
}
@media only screen and (min-width: 1024px) {
  .spot02 .mod {
    max-width: 27.25em;
    margin: 0;
  }
  .spot02 .mod::before {
    transform: scaleX(1.7);
  }
}
.spot02 .mod .innermod {
  transition: transform 1s ease-in-out, opacity 1s ease-in-out;
}
.spot02 .mod::before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 75, 130, 0.9);
  z-index: -1;
}
.spot02 h2.topic {
  line-height: 1.075;
  font-size: clamp( 12px, 2em , 40px );
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 0.85em;
  font-weight: 800;
}
.spot02 .info {
  line-height: 1.2;
  font-size: clamp( 12px, 1em , 20px );
  margin: 0 auto;
  max-width: 21.5em;
}
/* ==================================================================
	subnav
=================================================================== */
#subnav {
  text-align: center;
  color: #fff;
  padding: 2.75em 0;
  position: relative;
  overflow: hidden;
  background-color: #26a6cb;
}
@media only screen and (max-width: 1299px) {
  #subnav {
    display: none;
  }
}
@media only screen and (min-width: 1300px) {
  #subnav {
    padding-top: 2.95em;
    margin-top: 100px;
  }
}
@media only screen and (max-width: 1299px) {
  #subnav nav {
    width: 100vw;
    display: none;
  }
}
#subnav p {
  font-size: clamp( 12px, 0.75em , 15px );
  margin: 0 auto;
  padding: 0;
  text-transform: uppercase;
  font-weight: 600;
}
@media only screen and (max-width: 1299px) {
  #subnav p {
    line-height: 44px;
    white-space: nowrap;
    padding-right: 9%;
    scroll-snap-type: x;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  #subnav p::-webkit-scrollbar {
    display: none;
  }
}
@media only screen and (min-width: 1300px) {
  #subnav p {
    line-height: 1.2;
    width: 61.53250774%;
  }
}
#subnav a {
  color: #fff;
  margin: 0 0.8em;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: color 0.33s ease-in-out;
}
@media only screen and (min-width: 1024px) {
  #subnav a {
    margin: 0;
  }
}
#subnav a:hover,
#subnav a.active {
  color: #004b82;
  text-decoration: none;
}
#subnav .divider {
  margin: 0 0.55em;
  display: inline-block;
  vertical-align: top;
}
.sidebar-img {
  width: 34.9em;
  min-width: 34.9em;
  max-width: none;
  position: fixed;
  top: 0;
  left: calc(50% + 15.1em);
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .sidebar-img {
    display: none;
  }
}
@media only screen and (min-width: 2000px) {
  .sidebar-img {
    width: 50em;
  }
}
@media only screen and (min-height: 1000px) {
  .sidebar-img {
    min-width: 30em;
    width: auto;
    min-height: 100%;
    height: auto;
  }
}
@media only screen and (min-height: 1000px) and (min-width: 2000px) {
  .sidebar-img {
    min-width: 49.5em;
    width: auto;
    min-height: 100%;
    height: auto;
  }
}
.sidebar-img img {
  width: 100%;
}
/* ==================================================================
	content
=================================================================== */
#bd {
  padding: 9em 0 3em;
  position: relative;
  z-index: 400;
}
@media only screen and (min-width: 768px) {
  #bd {
    padding: 8.5em 0 1.5em;
  }
  #bd.sub {
    min-height: 56.95em;
  }
}
@media only screen and (min-width: 1300px) {
  #bd {
    padding-top: 3.5em;
  }
}
#bd .container {
  width: 90%;
  max-width: 64.6em;
}
#content {
  display: block;
  max-width: 550px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  #content {
    width: 61.53250774%;
    max-width: 39.75em;
    float: left;
    margin: 0;
  }
}
#content .content-text {
  line-height: 1.68421053;
  font-size: 19px;
}
@media only screen and (min-width: 768px) {
}
#content p {
  text-align: justify;
}
/* ==================================================================
	.home content
=================================================================== */
.home #bd {
  padding: 3em 0;
  background-color: rgba(255, 255, 255, 0.9);
}
@media only screen and (min-width: 768px) {
  .home #bd {
    padding: 4.2em 0 3.55em;
  }
}
.home #bd.ready #bd-shape #bdshape-btmmask path {
  stroke-dashoffset: 170;
}
.home #bd.ready #bd-shape #bdshape-midmask path {
  stroke-dashoffset: 300;
}
.home #bd.ready #bd-shape #bdshape-topmask path {
  stroke-dashoffset: 487;
}
.home #bd #bd-shape {
  width: 80%;
  max-width: 24.5em;
  height: auto;
  display: block;
  margin: -0.4em auto 0.5em;
}
.home #bd #bd-shape mask path {
  transition: stroke-dashoffset 1.33s ease;
}
.home #bd #bd-shape #bdshape-btmmask path {
  stroke-dasharray: 170;
  stroke-dashoffset: 0;
}
.home #bd #bd-shape #bdshape-midmask path {
  stroke-dasharray: 300;
  stroke-dashoffset: 0;
}
.home #bd #bd-shape #bdshape-topmask path {
  stroke-dasharray: 490;
  stroke-dashoffset: 0;
}
.home #bd .container {
  width: 90%;
  max-width: 64.5em;
}
.home #bd #content {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  .home #bd #content {
    width: 100%;
    float: none;
  }
}
@media only screen and (min-width: 1024px) {
  .home #bd #content {
    max-width: 48em;
    width: 74.41860465%;
  }
}
@media only screen and (min-width: 768px) {
}
@media only screen and (min-width: 1024px) {
  .home #bd #content .content-text {
    column-count: 2;
    column-gap: 1.57894737em;
  }
}
.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 .content-text h2 {
  font-size: 1.31578947em;
  line-height: 1.28;
  margin-bottom: 0.7em;
}
.home #bd #content p {
  margin-bottom: 1.2em;
}
/* ==================================================================
	custom content
=================================================================== */
.mediaslider {
  text-align: center;
  max-width: 84%;
  max-width: calc( 100% - 88px );
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.mediaslider button {
  background: none;
  border: none;
  -webkit-appearance: none;
  cursor: pointer;
  pointer-events: auto;
}
.mediaslider .cycle-slideshow {
  width: 100%;
  margin: 0.5em 0 1.5em;
  position: relative;
  pointer-events: none;
  z-index: 400;
}
.mediaslider .cycle-slideshow .cycle-slide {
/*  margin-top: 0 !important;*/
}
.mediaslider .cycle-slideshow > button {
  font-size: 2.8em;
  color: #25a7cb;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  transition: opacity 0.35s ease;
  pointer-events: auto;
}
.mediaslider .cycle-slideshow > button.cycle-prev {
  text-align: left;
  left: auto;
  right: 100%;
}
.mediaslider .cycle-slideshow > button.cycle-next {
  text-align: right;
  direction: rtl;
  right: auto;
  left: 100%;
}
.mediaslider .cycle-slideshow > button:hover {
  opacity: 0.68;
}
.mediaslider .cycle-slideshow > button .icon {
  transform-origin: 50% 50%;
}
.mediaslider.ba .cycle-slideshow:before,
.mediaslider.ba.top .cycle-slideshow:before,
.mediaslider.ba .cycle-slideshow:after,
.mediaslider.ba.top .cycle-slideshow:after {
  width: 50%;
  padding: 0.66em 0;
  background: -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 {
  display: block;
  position: relative;
}
.mediaslider .custompager > button {
  height: 44px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media only screen and (max-width: 1299px) {
  .mediaslider .custompager > button {
    width: 44px;
  }
}
@media only screen and (min-width: 1300px) {
  .mediaslider .custompager > button {
    width: 1rem;
    margin: 0 6px;
    cursor: pointer;
  }
}
.mediaslider .custompager > button:before {
  content: '';
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #25a7cb;
  margin: auto;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: background-color 0.33s ease-in-out;
}
.mediaslider .custompager > button:hover:before,
.mediaslider .custompager > button.cycle-pager-active:before {
  background-color: #004b82;
}
.mediaslider .cycle-caption.large,
.mediaslider .cycle-caption {
  font-size: min(1rem, 1em);
  padding: 0.66em;
  z-index: 420;
  white-space: normal;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
.mediaslider .cycle-caption.large:after,
.mediaslider .cycle-caption:after {
  content: '';
  background: -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%);
  width: auto;
  height: auto;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  top: -1.68em;
  z-index: -1;
}
.mediaslider .cycle-caption.large {
  position: relative;
}
.mediaslider .cycle-caption.large:after {
  background: #004b82;
  top: 0;
}
/* content centered for slideshow, video-centric, and/or full width content */
.before-and-after #content,
.office-tour #content,
.smile-gallery #content,
.invisalign-videos #content {
  text-align: center;
}
.before-and-after #content h1,
.office-tour #content h1,
.smile-gallery #content h1,
.invisalign-videos #content h1,
.before-and-after #content h2,
.office-tour #content h2,
.smile-gallery #content h2,
.invisalign-videos #content h2,
.before-and-after #content h3,
.office-tour #content h3,
.smile-gallery #content h3,
.invisalign-videos #content h3,
.before-and-after #content p,
.office-tour #content p,
.smile-gallery #content p,
.invisalign-videos #content p {
  text-align: center;
}
.before-and-after .img-left,
.office-tour .img-left,
.smile-gallery .img-left,
.invisalign-videos .img-left,
.before-and-after .img-right,
.office-tour .img-right,
.smile-gallery .img-right,
.invisalign-videos .img-right {
  margin: 0 auto;
  float: none;
}
/* blockquote styling */
#content blockquote {
  margin: 0 0 1.58em;
  padding: 0 0 0 1em;
  border-left: 0.33em solid #f0f0f0;
}
/* comment line below if patient-login is live and legit */
.financial-information #financial-online-services {
  display: none;
}
/* common treatments */
.before-after-image {
  width: 44%;
  display: inline-block;
  vertical-align: top;
}
.before-after-image img,
.before-after-image span {
  display: block;
}
@media only screen and (min-width: 768px) {
  .before-after-image img,
  .before-after-image span {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .before-after-box,
  p.before-after-text {
    width: 49%;
    display: inline-block;
    vertical-align: top;
  }
}
/* common procedures */
@media only screen and (min-width: 1300px) {
  #content h2[id],
  .common-procedures #content h2[id] {
    scroll-margin-top: 8em;
  }
}
/* preventive-care */
.preventive-care #content ul {
  display: inline-block;
}
/* reduces dimensions of coronavirus tab */
#coronavirus-update {
  font-size: 0.84em;
  padding: 0.5em 1.25em !important;
  left: 0.5em !important;
}
@media only screen and (min-width: 1300px) {
  #coronavirus-update {
    font-size: 1em;
  }
}
/* ==================================================================
	meet the team page classes for individual and full team images 
=================================================================== */
.staff {
  width: 45%;
  max-width: 10em;
  margin: 0 0 1em 1em;
  display: block;
  float: right;
}
.team {
  width: 100%;
  max-width: 1000px;
  margin: 2% auto;
  display: block;
}


.mediaslider.testi .cycle-slideshow .cycle-slide {
    padding: 0 10%;
    /* midTab opt-out 768oo */
    text-align: center;
}
.mediaslider.testi .cycle-slideshow span.name {
    margin-top: 1.8em;
    display: block;
    font-size: 1.1em;
    text-align: center;
}



/* ==================================================================
	sitemap
=================================================================== */
.sitemap #content .column > ul > li {
  margin-bottom: 1.45em;
}
.sitemap #content ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
}
.sitemap #content ul a {
  line-height: 1.4;
  font-size: clamp( 12px, 1.25em , 25em );
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  color: #25a7cb;
  transition-duration: 0s;
}
.sitemap #content ul ul li a {
  line-height: 1.68421053;
  font-size: clamp( 12px, 0.95em , 19em );
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  color: #6c6c6c;
  margin-left: 0;
}
.sitemap #content a:hover {
  color: #004b82;
  text-decoration: none;
}
body.sitemap #bd ul li {
  list-style: none;
}
body.sitemap #bd ul ul li {
  list-style: none;
  margin-left: 0;
}
body.sitemap #content .width1 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  body.sitemap #content .width1 {
    width: 50%;
  }
  body.sitemap #content .width1:not(.first) {
    width: auto;
    float: right;
  }
}
/* global override */
/* ==================================================================
	sidebar
=================================================================== */
#sidebar {
  width: 100%;
  max-width: 19.7em;
  margin: 0 auto 3em;
  padding: 0;
  display: none;
  position: relative;
  z-index: 420;
}
@media only screen and (min-width: 768px) {
  #sidebar {
    width: 30.49535604%;
    margin: 0.45em 1px 1em 0;
    display: block;
    float: right;
    clear: right;
  }
}
/* ===============================================
	sitepics
=============================================== */
#hide-stock {
  position: relative;
}
.stock {
  width: 100%;
  position: relative;
  box-shadow: 0px 25px 25px 0px rgba(0, 0, 0, 0.15);
}
/* ===============================================
	show doctor image on all devices
=============================================== */
/*.home,*/
/*body[class^='meet-the-'],*/
/*body[class^='meet-our-'],*/
.meet-the-doctor #sidebar,
body[class*='meet-dr-'] #sidebar,
body[class*='meet-doctor-'] #sidebar {
  display: block;
}
body[class~='blog'] #sidebar {
  display: block;
}
body[class~='blog'] #hide-stock {
  display: none;
}
/* END SIDEBAR */
/* ===============================================
	spot00 || COMMON SERVICES/CALLOUT-LIKE SECTION EXAMPLE
=============================================== */
.spot03 {
  text-align: center;
  color: #25a7cb;
  padding: 4em 0;
  margin: 0;
  position: relative;
  z-index: 410;
  background: url(../images/spotlight/spot03-mobile.jpg) center / cover no-repeat;
  font-size: min(20px, 3vw);
}
@media only screen and (min-width: 768px) {
  .spot03 {
    padding: 3.65em 0 4.1em;
    background-image: url(../images/spotlight/spot03.jpg);
  }
}
@media only screen and (min-width: 1024px) {
  .spot03 {
    font-size: min(1.5vw, 1em);
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1999px) {
  .spot03 {
    background-size: auto;
    background-position-y: 125%;
  }
}
@media only screen and (min-width: 1300px) {
  .spot03.ready a {
    transition-delay: 0s;
    transform: translate(10%, 10%);
    opacity: 0;
  }
}
.spot03 h2.topic {
  line-height: 1.04166667;
  font-size: clamp( 12px, 2.4em , 48px );
  text-transform: uppercase;
  color: #fff;
  width: 90%;
  display: block;
  font-weight: 800;
  margin: 0 auto 0.875em;
}
.spot03 .mod {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5em;
  width: 100%;
  max-width: 40em;
  margin: 0 auto;
}
@media only screen and (min-width: 1024px) {
  .spot03 .mod {
    max-width: 65.5em;
  }
}
.spot03 a {
  color: #fff;
  width: 15em;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  transition: color 0.33s ease, opacity 0.33s ease, transform 0.33s ease;
  transition-delay: 0s, calc(var(--index)*0.33s), calc(var(--index)*0.33s);
}
.spot03 a .decoration {
  width: 100%;
  transition: filter 0.33s ease-in-out;
}
.spot03 a::before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(0, 0, 0, 0.3) 100%);
  z-index: 1;
  pointer-events: none;
  transition: opacity 0.33s ease-in-out;
}
.spot03 a::after {
  content: '';
  display: block;
  position: absolute;
  top: 1em;
  left: 1em;
  width: calc(100% - 2em);
  height: calc(100% - 2em);
  background-color: rgba(37, 167, 203, 0.9);
  z-index: 2;
  transition: transform 0.33s ease-in-out, box-shadow 0.33s ease-in-out;
  transform: translateY(120%);
}
.spot03 a h3.topic {
  line-height: 2.31578947;
  font-size: clamp( 12px, 0.95em , 19px );
  text-transform: uppercase;
  color: currentcolor;
  width: 100%;
  display: block;
  position: absolute;
  z-index: 3;
  bottom: 5%;
  left: 0;
  font-weight: 400;
  letter-spacing: 0.01em;
  transition: transform 0.33s ease-in-out;
}
.spot03 a h3.topic sup {
  font-size: 1em;
  top: 0;
}
.spot03 a:hover h3.topic,
.spot03 a:focus h3.topic {
  transform: translate(0, -5.75em);
}
@media only screen and (max-width: 400px) {
  .spot03 a:hover h3.topic,
  .spot03 a:focus h3.topic {
    transform: translate(0, -16vw);
  }
}
.spot03 a:hover::after,
.spot03 a:focus::after {
  transform: translateY(0);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
}
.spot03 a:hover .decoration,
.spot03 a:focus .decoration {
  filter: grayscale(1);
}
/* ===============================================
	spot00 || COMMON TESTIMONIAL SLIDESHOW SECTION EXAMPLE
=============================================== */
.spot04 {
  font-size: min(4vw, 1em);
  padding: 3em 0 4em;
}
@media only screen and (min-width: 666px) {
  .spot04 {
    padding: 5em 0;
    padding-right: 10px;
  }
}
@media only screen and (min-width: 1300px) {
  .spot04.ready .container {
    opacity: 0;
    transform: translateY(100%);
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
.spot04 .container {
  padding: 5em 0 0;
  background-color: rgba(0, 75, 130, 0.9);
  max-width: 46.4em;
  transition: transform 1s ease, opacity 1s ease;
}
.spot04 .cycle-slideshow {
  color: #fff;
  width: 90%;
  max-width: 38em;
  margin: 0 auto;
  display: block;
}
.spot04 .cycle-slideshow:hover {
  color: skyblue;
  transform: translate(0, 0) scale(1);
}
.spot04 .cycle-slide {
  width: 100%;
  display: block;
  transition: color 0.33s ease-in-out;
}
.spot04 .testimony {
  line-height: 1.35714286;
  font-size: clamp( 12px, 1.4em , 28px );
  margin: 0 auto 0.89285714em;
  display: block;
}
.spot04 .testifier {
  line-height: 2.38888889;
  font-size: clamp( 12px, 0.9em , 18px );
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  margin-bottom: 3.3em;
}
.spot04 .spotbtn {
  font-size: clamp( 12px, 0.7em , 14px );
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  width: 11.21428571em;
  border: 2px solid #25a7cb;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
  transition: color 0.33s ease-in-out;
  overflow: hidden;
  font-weight: 700;
  transform: translateY(50%);
  background-color: #004b82;
}
@media only screen and (max-width: 1299px) {
  .spot04 .spotbtn {
    line-height: 44px;
    min-width: 44px;
  }
}
@media only screen and (min-width: 1300px) {
  .spot04 .spotbtn {
    line-height: 3.57142857;
  }
}
.spot04 .spotbtn .icon {
  font-size: 1.64285714em;
  line-height: 2.13043478;
  vertical-align: top;
  transition: transform 0.33s ease-in-out;
  margin-left: 0.25em;
}
.spot04 .spotbtn::before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #25a7cb;
  z-index: -1;
  transform: skew(45deg) translate(0%, 0) scaleX(1.5);
  transition: transform 0.66s ease;
}
.spot04 .spotbtn:hover,
.spot04 .spotbtn:focus {
  color: #fff;
}
.spot04 .spotbtn:hover::before,
.spot04 .spotbtn:focus::before {
  transform: skew(45deg) translate(-150%, 0) scaleX(1.5);
}
.spot04 .spotbtn:hover .icon,
.spot04 .spotbtn:focus .icon {
  transform: rotateY(360deg) scale(1.2);
}
/* ==================================================================
	#ft
=================================================================== */
#ft {
  text-align: center;
  color: #004b82;
  width: 100%;
  padding: 0;
  background: #f4f4f4;
  background-size: cover;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
}
#ft a {
  color: #004b82;
  transition: color 0.33s ease-in-out;
}
#ft a:hover {
  color: #25a7cb;
}
/* ===============================================
		locations
=============================================== */
#location {
  width: 100%;
  padding: 3em 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2em;
  flex-direction: column;
}
@media only screen and (min-width: 666px) {
  #location {
    flex-wrap: wrap;
    flex-direction: row;
  }
}
@media only screen and (min-width: 1024px) {
  #location {
    padding: 4.75em 0 4em;
    margin: 0 auto;
    justify-content: space-between;
    width: 90%;
    max-width: 52.65em;
  }
}
#location .mod {
  text-align: center;
  width: 100%;
  max-width: 11.5em;
  display: block;
  font-weight: 600;
}
@media only screen and (min-width: 1024px) {
  #location .mod.first {
    text-align: left;
  }
  #location .mod.last {
    text-align: right;
  }
}
@media only screen and (min-width: 1300px) {
  #location .mod.first {
    padding-bottom: 1.5em;
  }
  #location .mod.last {
    padding-bottom: 1em;
  }
}
#location .logo {
  line-height: 0;
  text-align: center;
  display: block;
}
@media only screen and (max-width: 1023px) {
  #location .logo {
    order: -1;
    width: 90%;
  }
}
#location .logo svg {
  width: 21.95em;
  height: 6.6em;
}
@media only screen and (max-width: 1023px) {
  #location .logo svg {
    width: 100%;
    max-width: 21.95em;
    height: auto;
  }
}
#location .phone {
  font-size: clamp( 12px, 0.8em , 16px );
  display: block;
  margin-bottom: 1.2em;
  letter-spacing: 0.01em;
}
@media only screen and (max-width: 767px) {
  #location .phone {
    line-height: 44px;
  }
}
@media only screen and (min-width: 768px) {
  #location .phone {
    line-height: 1.125;
  }
}
#location .address {
  font-size: clamp( 12px, 0.65em , 13px );
  margin: 0 auto;
  display: block;
}
@media only screen and (max-width: 1023px) {
  #location .address {
    line-height: 22px;
  }
}
@media only screen and (min-width: 1024px) {
  #location .address {
    line-height: 1.38461538;
  }
}
#location .officehours {
  line-height: 0;
  text-align: center;
  width: 175px;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (min-width: 1350px) {
  #location .officehours {
    margin-right: -2.5em;
  }
}
#location .officehours .days,
#location .officehours .hours {
  line-height: 1.38461538;
  font-size: clamp( 12px, 0.65em , 13px );
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0.01em;
}
#location .officehours .days {
  text-align: right;
  width: 3.5em;
  padding-right: 0.75em;
}
#location .officehours .hours {
  text-align: left;
  width: 9.5em;
}
/* ==================================================================
		#links
=================================================================== */
#links {
  text-align: center;
  color: #6c6c6c;
  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: 3.2em;
    padding: 0.5em 0 0;
  }
}
#links .util {
  font-size: clamp( 12px, 0.6em , 12px );
  font-weight: 600;
}
@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,
#links .util .divider {
  display: inline-block;
}
#links .util a {
  color: #6c6c6c;
  transition: color 0.33s ease-in-out;
}
@media only screen and (max-width: 320px) {
  #links .util a {
    display: block;
  }
}
#links .util a:hover {
  color: #25a7cb;
}
#links .util .divider {
  margin: 0 0em;
}
@media only screen and (max-width: 320px) {
  #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:hover .sesameicon path {
  fill: currentcolor;
}
/* ===============================================
	backToTop
=============================================== */
#btt {
  text-align: center;
  width: 100%;
  margin: 0;
  display: block;
  position: relative;
}
@media only screen and (min-width: 480px) {
  #btt {
    width: auto;
    display: inline-block;
    vertical-align: top;
    margin-left: 0.35em;
  }
}
a#backtotop {
  font-size: clamp( 12px, 0.65em , 13px );
  color: #25a7cb;
  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: 20px;
  }
}
@media only screen and (min-width: 1300px) {
  a#backtotop {
    line-height: 3.38461538;
  }
}
a#backtotop:hover {
  color: #004b82;
}
a#backtotop:hover .icon {
  animation: fa-bounce 1s ease;
}
/*superlative*/
/************************************************************************************************************************************************/
/* hr element - div.hr */
hr,
.types-of-braces #content div.clear {
  font-size: inherit;
  height: 1px;
  width: 100%;
  margin: 1.58em 0;
  background: #666;
  border: none;
  display: block;
}
.brushing-and-flossing .content-text hr {
  float: left;
}
/* ===============================================
	success message
=============================================== */
.success {
  font-weight: 400;
  text-transform: none;
  color: #fff;
  width: 100%;
  padding: 1rem;
  background: #25a7cb;
  float: left;
}
/* ===============================================
	Form Buttons
=============================================== */
form button {
  letter-spacing: normal;
  font-size: clamp( 12px, 0.95em , 19px );
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  height: 44px;
  padding: 0 1.5em;
  background-color: #004b82;
  border: 2px solid #25a7cb;
  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 {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #25a7cb;
  z-index: -1;
  transform: skew(45deg) translate(0%, 0) scaleX(1.5);
  transition: transform 0.66s ease;
}
form button:hover::before {
  transform: skew(45deg) translate(-150%, 0) scaleX(1.5);
}
form p {
  height: auto;
}
/* ===============================================
	chat widget resize for mobile use comfort
=============================================== */
#bc-chat-container {
  font-size: 0.8em !important;
}
.bc-minimize-state {
  width: 11.8em !important;
  height: 7.7em !important;
}
/* ===============================================
	blog sidebar sharethiswidget styles
=============================================== */
#blog_search label,
p.share-text {
  margin-bottom: 10px;
}
/* ===============================================
	generic button for quick use by PM/PAs
=============================================== */
a.intbtn,
#content a.intbtn {
  line-height: 44px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  width: auto;
  text-decoration: none;
  padding: 0 1.5em;
  background-color: #25a7cb;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: background-color 0.33s ease-in-out;
}
a.intbtn:hover,
#content a.intbtn:hover {
  background-color: #004b82;
}
/* ===============================================
	.screenreader 
	a11y support for descriptive text on vaguely worded buttons
	https://gomakethings.com/hidden-content-for-better-a11y/#hidden-labels
=============================================== */
.screenreader {
  white-space: nowrap;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
/************************************************************************************************************************************************/
/* end superlatives */
/* ===============================================
Tablet || Supports 768px and up
=============================================== */
@media only screen and (min-width: 768px) {
  /* ===============================================
	blanket content sidebar hide
=============================================== */
  .sitemap .sidebar-img,
  .layout-full-width .sidebar-img {
    display: none;
  }
  .sitemap #bd.sub,
  .layout-full-width #bd.sub {
    min-height: auto;
  }
  .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-left: auto;
    margin-right: auto;
    float: none;
  }
  .sitemap #sidebar,
  .layout-full-width #sidebar {
    display: none;
  }
  /* ===============================================
	custom content
=============================================== */
  .speed-system img[alt='Speed Braces'] {
    display: block;
  }
  /* ===============================================
	PAGE SPECIFIC
=============================================== */
  .which-is-right-for-me #content p {
    display: inline-block;
    float: left;
  }
  .which-is-right-for-me #content a[href^='/sesame_media/docs/'] {
    text-align: center;
    width: 100%;
    display: block;
    clear: both;
  }
  .which-is-right-for-me #content a[href^='/sesame_media/docs/'] img {
    display: inline-block;
  }
  .in-ovation-testimonials .embed-container {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  [class^='inovation-chart-'] {
    max-width: 50%;
    display: inline-block;
  }
  .in-ovation-before-after #content p {
    text-align: center;
    margin-bottom: 0;
  }
  .in-ovation-before-after .content-text h3 {
    text-align: center;
  }
  .in-ovation-before-after .content-text .img-left,
  .in-ovation-before-after .content-text .border {
    max-width: 44%;
    margin: 2%;
    display: inline-block;
    float: none;
  }
  .in-ovation-videos .content-text h2 {
    text-align: center;
  }
  .in-ovation-videos .content-text .embed-container {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  body[class*='in-ovation'] .img-right {
    max-width: 40%;
  }
  /*END*/
}
/* custom animations */
@keyframes flyinmobilenav {
  from {
    transform: translate(100%, 0);
    opacity: 0;
    pointer-events: none;
  }
  to {
    transform: translate(0, 0);
    opacity: 1;
    pointer-events: auto;
  }
}
/* ===============================================
	embed-container enhanced support
=============================================== */
@supports (aspect-ratio: 16 / 9) and (object-fit: cover) {
  .embed-container,
  .embed-container.ratio16x9 {
    height: auto;
    aspect-ratio: 16 / 9;
    padding: 0;
    display: block;
  }
  @media only screen and (max-width: 1299px) {
    .embed-container,
    .embed-container.ratio16x9 {
      max-width: min( 41.84210526em , 90% );
    }
  }
  @media only screen and (min-width: 1300px) {
    .embed-container,
    .embed-container.ratio16x9 {
      max-width: min( 41.84210526em , 1200px );
    }
  }
  .embed-container embed,
  .embed-container.ratio16x9 embed,
  .embed-container object,
  .embed-container.ratio16x9 object,
  .embed-container iframe,
  .embed-container.ratio16x9 iframe {
    object-fit: cover;
    position: relative;
    top: auto;
    left: auto;
  }
}
