/* 
 Site Manager Version: 14.2.0
 Date Created: April 2025
 
 Account: berkeley-perioimplants
 Written by: james stillion
 
 Sesame Communications - All rights reserved. C2025
 Any reproduction or intentional misuse is strictly prohibited
*/
/* ===============================================
					fonts
=============================================== */
/* plus-jakarta-sans-400 */
@font-face {
  font-display: swap;
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/plus-jakarta-sans-400.woff2') format('woff2');
}
/* plus-jakarta-sans-400i */
@font-face {
  font-display: swap;
  font-family: 'Plus Jakarta Sans';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/plus-jakarta-sans-400i.woff2') format('woff2');
}
/* plus-jakarta-sans-500 */
@font-face {
  font-display: swap;
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/plus-jakarta-sans-500.woff2') format('woff2');
}
/* plus-jakarta-sans-600 */
@font-face {
  font-display: swap;
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/plus-jakarta-sans-600.woff2') format('woff2');
}
/* plus-jakarta-sans-700 */
@font-face {
  font-display: swap;
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/plus-jakarta-sans-700.woff2') format('woff2');
}
/* plus-jakarta-sans-700i */
@font-face {
  font-display: swap;
  font-family: 'Plus Jakarta Sans';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/plus-jakarta-sans-700i.woff2') format('woff2');
}
/* ==================================================================
Basic Stylings
These will affect every size of the site.
================================================================== */
html {
  scroll-behavior: smooth;
}
/* ===============================================
	body 
=============================================== */
body,
input,
select,
textarea,
form button,
button {
  font-family: 'Plus Jakarta Sans', Avenir, Montserrat, Corbel, 'URW Gothic', source-sans-pro, sans-serif;
}
svg {
  display: inline-block;
}
body {
  color: #fff;
  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: #549dae;
  text-decoration: underline;
  transition: color 0.33s ease-in-out;
}
#content a:focus,
#content a:hover {
  color: #bebec8;
  text-decoration: none;
}
/* ===============================================
	h family || hfam 
=============================================== */
h1,
h2:not(.topic),
h3:not(.topic),
h4,
h5,
h6 {
  line-height: 1;
  text-align: left;
  text-transform: uppercase;
  text-rendering: auto;
  margin: 0 0 1.44em;
}
h3:not(.topic),
h4,
h5,
h6 {
  font-weight: 400;
}
h1 {
  color: #9dd4e0;
}
.sub h1 {
  font-size: 10vw;
  margin-bottom: 0.55882353em;
}
@media only screen and (min-width: 480px) {
  .sub h1 {
    font-size: 3.4em;
  }
}
.home h1 {
  font-size: min(9vw, 1.8em );
  text-align: center;
  margin: 0 0 1.05555556em;
}
@media only screen and (min-width: 420px) {
  .home h1 {
    text-align: left;
    font-size: 1.8em;
  }
}
.home h1 .trait {
  display: block;
}
.home h1 .trait.top {
  line-height: 1.17857143;
  font-size: 0.77777778em;
  color: #fff;
}
.home h1 .trait.bottom {
  display: block;
}
h2:not(.topic) {
  font-size: 1.31578947em;
}
h3:not(.topic) {
  font-size: 1.21052632em;
}
h4 {
  font-size: 1.10526316em;
}
h5 {
  font-size: 1.05263158em;
}
h6 {
  font-size: 1em;
}
/* ===============================================
	containers
=============================================== */
.container {
  max-width: 66em;
}
@media only screen and (min-width: 1300px) {
  .container {
    width: 90%;
  }
}
/* ===============================================
	list styles - global overrides
=============================================== */
.what-sets-us-apart #content ol,
.meet-the-team #content ol,
.our-office #content ol,
.office-tour #content ol,
body[class*='-after'] #content ol {
  margin: 0;
}
#content ul li {
  list-style: disc outside;
}
/* ==================================================================
	masthead
=================================================================== */
#masthead {
  width: 100%;
  min-height: 44px;
  padding: 0;
  background-color: #fff;
  position: relative;
  z-index: 3000;
}
@media only screen and (max-width: 1023px) {
  #masthead {
    height: 100px;
  }
}
@media only screen and (min-width: 1024px) {
  #masthead {
    font-size: inherit;
    height: 7.25em;
  }
}
@media only screen and (min-width: 1300px) {
  #masthead {
    position: fixed;
    top: 0;
    left: 0;
  }
  #masthead[data-wait] .contactinfo,
  #masthead[data-wait] .socialmedia,
  #masthead[data-wait] .utilitynav a {
    transform: translate(0, -6em);
    opacity: 0;
  }
  #masthead[data-wait] #main-nav {
    transform: translate(0, -12em);
    opacity: 0;
  }
}
#masthead .container {
  max-width: none;
  width: calc(100% - 3em);
}
@media only screen and (max-width: 1023px) {
  #masthead .container {
    width: 100%;
  }
}
/* ===============================================
TRIGGER/NAVICON
=============================================== */
#trigger {
  line-height: 44px;
  color: #fff;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  background-color: #76b6c4;
  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: #282c47;
}
@media only screen and (min-width: 1024px) {
  #trigger {
    display: none;
  }
}
.open #trigger .navicon span:nth-child(1) {
  transform: translate(0, 17.5px) scaleX(0) rotate(0deg);
}
.open #trigger .navicon span:nth-child(4) {
  transform: translate(0, -17.5px) scaleX(0) rotate(0deg);
}
.open #trigger .navicon span:nth-child(2) {
  transform: translate(0, 0) scaleX(1) rotate(45deg);
}
.open #trigger .navicon span:nth-child(3) {
  transform: translate(0, 0) scaleX(1) rotate(-45deg);
}
#trigger .navicon {
  width: 52px;
  height: 35px;
  display: inline-block;
  vertical-align: -10.5px;
  position: relative;
}
#trigger .navicon span {
  width: 100%;
  height: 5px;
  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;
}
#trigger .navicon span:nth-child(1) {
  top: 0;
}
#trigger .navicon span:nth-child(2),
#trigger .navicon span:nth-child(3) {
  top: 0;
  bottom: 0;
}
#trigger .navicon span:nth-child(4) {
  bottom: 0;
}
/* ==================================================================
	main-nav
=================================================================== */
#main-nav {
  font-size: 20px;
  text-align: center;
  width: 100px;
  height: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  clear: both;
}
@media only screen and (min-width: 1024px) {
  #main-nav {
    font-size: inherit;
    width: 100%;
    height: 3.8em;
    margin-top: 1.65em;
    background: none;
    box-shadow: none;
    top: auto;
    bottom: 0;
    z-index: 2900;
  }
}
@media only screen and (min-width: 1300px) {
  #main-nav {
    transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
    transition-delay: calc(0.09s * var(--index) );
  }
}
@media only screen and (max-width: 1023px) {
  #main-nav.open .collapsible {
    transition-duration: 0.45s;
    transition-timing-function: ease;
    transform: translate(0, 0);
    visibility: visible;
    pointer-events: auto;
    opacity: 1;
  }
}
@media only screen and (max-width: 1023px) {
  #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(0, -100%);
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
  }
}
@media only screen and (min-width: 1024px) {
  #main-nav .collapsible {
    margin: 0 auto;
    position: relative;
  }
}
#main-nav .container {
  height: 100%;
  padding: 0;
}
@media only screen and (min-width: 1024px) {
  #main-nav .container {
    width: 96%;
    max-width: right;
  }
}
/* ===============================================
TOP LEVEL ITEMS || top ul
=============================================== */
#main-nav ul {
  text-align: right;
  text-transform: uppercase;
  margin: 0;
  padding: 47px 0 86px;
  background-color: #282c47;
  position: relative;
  z-index: 550;
}
@media only screen and (max-width: 1023px) {
  #main-nav ul {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (min-width: 1024px) {
  #main-nav ul {
    text-align: center;
    height: 3.8em;
    width: auto;
    margin: 0 -12px 0 0;
    padding: 0;
    background: none;
    position: static;
    float: right;
  }
}
#main-nav ul li {
  padding: 0 23px;
  clear: both;
  cursor: pointer;
}
@media only screen and (min-width: 1024px) {
  #main-nav ul li {
    margin: 0 0em 0 0;
    padding: 0;
    background: none;
    vertical-align: top;
    clear: none;
  }
  #main-nav ul li:focus-visible > ul,
  #main-nav ul li:focus-within > ul,
  #main-nav ul li.clicked > ul,
  #main-nav ul li.active > ul,
  #main-nav ul li:hover ul {
    margin: 0;
    left: auto;
    right: 0em;
  }
  #main-nav ul li ul li a {
    text-align: right;
    float: right;
  }
  #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 a[id] {
  line-height: 50px;
  font-size: 19px;
  font-weight: 700;
  color: #fff;
  height: 50px;
  margin: 0;
  padding: 0 12px;
  transition: color 0.33s ease;
  pointer-events: none;
}
@media only screen and (min-width: 1024px) {
  #main-nav ul li a[id] {
    line-height: 2.10526316;
    font-size: clamp( 12px, 0.95em , 19px );
    text-align: center;
    color: #282c47;
    height: 100%;
    z-index: 3000;
    pointer-events: auto;
  }
}
#main-nav ul li a[id]:after {
  content: '';
  margin: auto;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  transform: translate(0, 0) scaleX(0);
  opacity: 0;
}
@media only screen and (max-width: 1023px) {
  #main-nav ul li a[id]:after {
    width: 100%;
    height: 42px;
    border: 1px solid #fff;
  }
}
@media only screen and (min-width: 1024px) {
  #main-nav ul li a[id]:after {
    width: calc(100% - 2px);
    height: 2.10526316em;
    border: 2px solid #3c2415;
    top: 0;
    bottom: auto;
  }
}
#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] {
  color: #549dae;
  text-decoration: none;
  transition-duration: 0.15s;
}
#main-nav ul li:focus-within > a[id]:after,
#main-nav ul li.clicked > a[id]:after,
#main-nav ul li.active > a[id]:after,
#main-nav ul li:hover > a[id]:after {
  transition-duration: 0.15s;
  transform: translate(0, 0) scaleX(1);
  opacity: 1;
}
/* ===============================================
Flyout || ul ul
=============================================== */
#main-nav ul ul {
  width: 100%;
  padding: 0;
  background: none;
  border: none;
  transition: visibility 0.33s ease-in-out;
}
@media only screen and (min-width: 1024px) {
  #main-nav ul ul {
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 1em 0;
    background-color: #282c47;
    position: absolute;
    left: 0em;
    clip: rect(0 0 0 0);
    pointer-events: none;
    z-index: 2800;
  }
}
#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: 1024px) {
  #main-nav ul ul li {
    height: 1.75em;
    margin: 0;
    padding: 0;
    opacity: 1;
  }
}
#main-nav ul ul li a {
  line-height: 44px;
  font-size: clamp( 12px, 0.75em , 15px );
  color: #fff;
  width: 100%;
  height: 44px;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  #main-nav ul ul li a {
    line-height: 2.33333333;
    text-align: left;
    white-space: nowrap;
    height: 2.33333333em;
    padding: 0 2.33333333em;
    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: #76b6c4;
  margin-bottom: 0;
  border: none;
}
/* ===============================================
TERTIARY || if ul ul ul exists
=============================================== */
/* ===============================================
Flyout animation
=============================================== */
@media only screen and (max-width: 1023px) {
  #main-nav.open ul ul {
    visibility: hidden;
  }
  #main-nav.open ul .clicked ul {
    padding: 9px 0 1rem;
    visibility: visible;
  }
  #main-nav.open ul .clicked ul li {
    height: 44px;
    opacity: 1;
  }
}
/* collapsible styles */
#main-nav .collapsible .mod {
  background-color: #fff;
  padding: 33.5px 0;
  /* resets so utility nav doesn't style like main-nav */
}
@media only screen and (max-width: 1023px) {
  #main-nav .collapsible .mod {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  #main-nav .collapsible .mod {
    display: none;
  }
}
#main-nav .collapsible .mod ul {
  padding: 0;
  background-color: transparent;
}
#main-nav .collapsible .mod ul li {
  padding: 0;
}
#main-nav .collapsible .mod ul li a[id] {
  /* normalize to distinguish from main-nav */
  /* publish with [id] replacer... should be good...er */
}
#main-nav .collapsible .socialmedia {
  width: 44px;
  display: flex;
  flex-direction: column;
}
#main-nav .collapsible .info {
  width: auto;
  margin-left: 21px;
  padding-left: 33px;
  border-left: 1px solid #bebec8;
  display: flex;
  flex: 0.5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
@media only screen and (max-width: 431px) {
  #main-nav .collapsible .contactinfo {
    display: block;
  }
}
@media only screen and (min-width: 432px) {
  #main-nav .collapsible .contactinfo {
    display: none;
  }
}
#main-nav .collapsible .utilitynav {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 12px;
}
/* ==================================================================
	header
=================================================================== */
#hd {
  text-align: center;
  color: #549dae;
  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: 1024px) {
  #hd {
    z-index: 3000;
  }
}
#hd .container {
  height: 100%;
  pointer-events: none;
}
#hd .mod {
  pointer-events: auto;
  justify-content: center;
  z-index: 420;
}
@media only screen and (max-width: 1023px) {
  #hd .mod {
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    right: 120px;
  }
}
@media only screen and (min-width: 1024px) {
  #hd .mod {
    display: inline-flex;
    gap: 14px;
    vertical-align: top;
  }
}
@media only screen and (max-width: 431px) {
  #hd .mod .contactinfo {
    display: none;
  }
}
@media only screen and (min-width: 432px) {
  #hd .mod .contactinfo {
    display: block;
  }
}
@media only screen and (min-width: 1300px) {
  #hd .mod .contactinfo {
    transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
    transition-delay: calc(0.09s * var(--index) );
  }
}
@media only screen and (max-width: 1023px) {
  #hd .mod .socialmedia {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  #hd .mod .socialmedia {
    display: block;
  }
}
@media only screen and (min-width: 1300px) {
  #hd .mod .socialmedia {
    transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
    transition-delay: calc(0.09s * var(--index) );
  }
}
@media only screen and (max-width: 1023px) {
  #hd .mod .utilitynav {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  #hd .mod .utilitynav {
    display: block;
  }
}
@media only screen and (min-width: 1300px) {
  #hd .mod .utilitynav {
    transition-delay: calc(0.09s * var(--index) );
  }
}
@media only screen and (min-width: 1300px) {
  #hd .mod .utilitynav ul {
    transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
    transition-delay: inherit;
  }
}
/* ===============================================
	logo
=============================================== */
#logo {
  line-height: 0;
  font-size: 12px;
  width: 11.1em;
  margin: 0 auto 0 13px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  pointer-events: auto;
}
@media only screen and (min-width: 1024px) {
  #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: 11.1em;
  height: 6.25em;
}
/* ===============================================
	contact info
=============================================== */
.contactinfo {
  text-align: center;
  width: auto;
  margin: 0;
  pointer-events: auto;
}
.contactinfo .phone {
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 1023px) {
  .contactinfo .phone {
    line-height: 44px;
    font-size: 18px;
  }
}
@media only screen and (min-width: 1024px) {
  .contactinfo .phone {
    line-height: 3;
    font-size: 12px;
  }
}
.contactinfo .phone .icon {
  color: #76b6c4;
  width: 1.08333333em;
  height: 1.08333333em;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  transition: color 0.33s ease-in-out;
}
.contactinfo .phone .cta {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.contactinfo a {
  color: #000;
  transition: color 0.33s ease-in-out;
}
.contactinfo a:focus,
.contactinfo a:hover {
  color: #bebec8;
}
.contactinfo a:focus .icon,
.contactinfo a:hover .icon {
  color: #bebec8;
}
/* ===============================================
	socialmedia
=============================================== */
.socialmedia {
  line-height: 0;
  text-align: center;
  height: auto;
  margin: 0;
  padding: 0;
  justify-content: center;
  position: relative;
}
.socialmedia a {
  font-size: ;
  color: #282c47;
  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) {
  .socialmedia a {
    line-height: 44px;
    font-size: 25px;
    width: 44px;
    height: 44px;
  }
}
@media only screen and (min-width: 1024px) {
  .socialmedia a {
    line-height: 3.27272727;
    font-size: clamp( 12px, 0.55em , 11px );
    width: auto;
    height: 3.27272727em;
  }
}
.socialmedia a:focus,
.socialmedia a:hover {
  color: #bebec8;
  z-index: 400;
  transform: translate(0, 0) scale(1.44);
}
.socialmedia a .icon {
  position: relative;
}
#hd .socialmedia,
#masthead > .socialmedia {
  line-height: 0;
  text-align: center;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 0;
  pointer-events: auto;
}
@media only screen and (min-width: 1024px) {
  #hd .socialmedia:before,
  #masthead > .socialmedia:before {
    content: '';
    width: 1px;
    height: 1.8em;
    margin: 0 0.575em 0 0.3em;
    background-color: #bebec8;
    display: inline-block;
    vertical-align: top;
    position: relative;
  }
}
/* ===============================================
	utility-nav
=============================================== */
.utilitynav {
  line-height: 0;
  width: auto;
  margin: 0;
  padding: 0;
  z-index: 400;
  pointer-events: auto;
}
.utilitynav ul {
  display: contents;
  position: relative;
}
.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;
  text-transform: uppercase;
  color: #fff;
  padding: 0;
  background: #9dd4e0;
  display: inline-block;
  vertical-align: top;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out;
}
@media only screen and (max-width: 1023px) {
  .utilitynav a {
    line-height: 44px;
  }
}
@media only screen and (min-width: 1024px) {
  .utilitynav a {
    line-height: 3;
  }
}
@media only screen and (min-width: 1300px) {
  .utilitynav a {
    transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out, color 0.33s ease-in-out, background-color 0.33s ease-in-out;
    transition-delay: calc(0.09s * var(--index) ), calc(0.09s * var(--index) ), 0s, 0s;
  }
}
.utilitynav a[class]:focus,
.utilitynav a[class]:hover {
  color: #fff;
  background-color: #3c3e66;
}
.utilitynav a.patient-login {
  width: 9.33333333em;
}
.utilitynav a.appointmentrequest {
  width: 13.66666667em;
  background-color: #76b6c4;
}
.utilitynav a.paynow {
  width: 10.16666667em;
  background-color: #549dae;
}
/* ==================================================================
	slideshow
=================================================================== */
#slideshow {
  text-align: center;
  min-height: 53.57142857vw;
  background: #000;
  position: relative;
  z-index: 400;
  overflow: hidden;
}
@media only screen and (max-width: 426px) {
  #slideshow {
    min-height: 240px;
  }
}
@media only screen and (min-width: 427px) and (max-width: 1299px) {
  #slideshow {
    width: 100%;
  }
}
@media only screen and (min-width: 1300px) {
  #slideshow {
    height: 38.0952381vw;
    min-height: 800px;
  }
}
#slideshow .welcomevid {
  width: 100%;
  margin: 0;
  aspect-ratio: 2000 / 1125;
  vertical-align: top;
}
@media only screen and (max-width: 426px) {
  #slideshow .welcomevid {
    width: 427px;
    margin: 0 calc( -213.5px  + 50vw );
  }
}
@media only screen and (min-width: 1300px) {
  #slideshow .welcomevid {
    margin-top: calc( -28.125vw + 400px );
  }
}
@media only screen and (min-width: 1300px) {
  #slideshow .welcomevid {
    width: 100%;
    height: 63vw;
    margin: 0;
    object-fit: cover;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
  }
}
/* ==================================================================
	.spotlight
=================================================================== */
.spotlight {
  text-align: center;
  background: #fff;
  position: relative;
  z-index: 400;
}
.spotlight.top {
  background: #fff url(../images/spotlight/spottop.jpg) no-repeat center center;
  background-size: cover;
}
.spotlight > div {
  position: relative;
}
/* ===============================================
	spot01
=============================================== */
.spot01 {
  font-size: 3.2vw;
  text-align: center;
  color: #fff;
  margin: 0;
  padding: 2em 0;
  position: relative;
  z-index: 410;
}
@media only screen and (min-width: 666px) {
  .spot01 {
    font-size: min(1.7vw, 1em);
    padding: 5.025em 0;
  }
}
@media only screen and (min-width: 1300px) {
  .spot01 {
    -webkit-perspective: 1000px;
    perspective: 1000px;
    transform-style: preserve-3d;
  }
  .spot01[data-ready] a {
    transform: translate(69%, 0) rotateY(-90deg);
    opacity: 0;
  }
  .spot01[data-ready] a:before {
    opacity: 0;
  }
  .spot01[data-ready] a:after {
    opacity: 0.9;
  }
  .spot01[data-ready] a .decoration {
    opacity: 0.3;
  }
}
.spot01 a {
  color: #fff;
  padding: 0;
  background-color: #fff;
  border: 10px solid #fff;
  box-shadow: 0 0.75em 0.75em rgba(0, 0, 0, 0.1);
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 400;
}
@media only screen and (max-width: 379px) {
  .spot01 a {
    width: calc(-0.30 * 120vw + 300px);
    margin: 3%;
  }
}
@media only screen and (min-width: 380px) and (max-width: 665px) {
  .spot01 a {
    width: 44%;
    max-width: 240px;
    margin: 2%;
  }
}
@media only screen and (min-width: 666px) {
  .spot01 a {
    width: calc(25% - 2em);
    max-width: 12em;
    margin: 0 1em;
  }
}
@media only screen and (min-width: 1300px) {
  .spot01 a {
    transition: transform 0.69s ease-in-out, opacity 0.69s ease-in-out;
    transition-delay: calc(0.06s * var(--index) );
  }
}
.spot01 a:before,
.spot01 a:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.99s ease-in-out;
}
.spot01 a:before {
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.99) 100%);
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.99) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.99) 100%);
  background-repeat: no-repeat;
  opacity: 0.5;
  z-index: 2;
}
.spot01 a:after {
  background-color: #549dae;
  opacity: 0;
  z-index: 3;
}
.spot01 a:focus,
.spot01 a:focus-visible {
  outline-color: #9dd4e0;
}
.spot01 a:focus:before,
.spot01 a:focus-visible:before,
.spot01 a:hover:before {
  opacity: 0;
}
.spot01 a:focus:after,
.spot01 a:focus-visible:after,
.spot01 a:hover:after {
  opacity: 0.8;
}
@media only screen and (min-width: 1300px) {
  .spot01 a:focus h2.topic,
  .spot01 a:focus-visible h2.topic,
  .spot01 a:hover h2.topic {
    transform: translate(0, -50%);
  }
}
.spot01 a .decoration {
  width: 100%;
  position: relative;
  z-index: -1;
  transition: transform 0.33s ease-in-out;
}
@media only screen and (max-width: 665px) {
  .spot01 a .decoration {
    object-fit: cover;
    aspect-ratio: 1 / 1;
  }
}
@media only screen and (min-width: 1300px) {
  .spot01 a .decoration {
    transition: opacity 0.99s ease;
  }
}
.spot01 a h2.topic {
  line-height: 1.11111111;
  font-size: clamp( 12px, 0.9em , 18px );
  font-weight: 500;
  text-transform: uppercase;
  color: currentcolor;
  width: 100%;
  height: 3.61111111em;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  z-index: 420;
}
@media only screen and (max-width: 899px) {
  .spot01 a h2.topic {
    padding: 0 24%;
  }
}
@media only screen and (min-width: 1300px) {
  .spot01 a h2.topic {
    transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
    transform: translate(0, 134%);
  }
}
/* ===============================================
	spot02
=============================================== */
.spot02 {
  font-size: min(4vw, 1em);
  padding: 3em 0;
  background-color: rgba(190, 190, 200, 0.5);
  border-bottom: 1px solid #f1f1f1;
  overflow: hidden;
}
@media only screen and (min-width: 666px) {
  .spot02 {
    padding: 4.675em 0;
  }
}
@media only screen and (min-width: 1300px) {
  .spot02[data-ready] .mod:after {
    transform: translate(-180vw, -50%);
    opacity: 0;
  }
  .spot02[data-ready] h2.topic {
    transform: translate(0, 99px) rotateX(-90deg);
    opacity: 0;
  }
  .spot02[data-ready] .info {
    transform: translate(0, 120px);
    opacity: 0;
  }
  .spot02[data-ready] .spot02pager .spotbtn {
    transform: translate(0, 99px) rotateX(-90deg);
    opacity: 0;
  }
  .spot02[data-ready] .decoration {
    transform: translate(99vw, 0);
    opacity: 0;
  }
}
.spot02 .mod {
  width: 90%;
  max-width: 500px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 400;
}
@media only screen and (max-width: 979px) {
  .spot02 .mod {
    max-width: 353px;
    padding: 0 min(4.5%, 21px) 2.15em;
  }
}
@media only screen and (min-width: 980px) {
  .spot02 .mod {
    padding: 0;
  }
}
.spot02 .mod:after {
  content: '';
  background-color: #243e7b;
  display: block;
  z-index: -1;
}
@media only screen and (max-width: 979px) {
  .spot02 .mod:after {
    width: 100%;
    height: auto;
    position: absolute;
    top: 2.9em;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
  }
}
@media only screen and (min-width: 980px) {
  .spot02 .mod:after {
    width: 75vw;
    height: 700px;
    border-left: 1px solid #f1f1f1;
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    left: 50%;
  }
}
@media only screen and (min-width: 1300px) {
  .spot02 .mod:after {
    transition: transform 0.66s ease-in-out, opacity 0.66s ease-in-out;
  }
}
@media only screen and (min-width: 980px) {
  .spot02 .mod > div {
    display: flex;
    justify-content: space-between;
  }
}
.spot02 h2.topic {
  line-height: 1;
  font-size: clamp( 12px, 2.25em , 45px );
  font-weight: 400;
  color: #282c47;
  margin: 0 0 0.82222222em;
}
@media only screen and (max-width: 979px) {
  .spot02 h2.topic {
    font-size: min(12vw,  45px );
  }
}
@media only screen and (min-width: 980px) {
  .spot02 h2.topic {
    padding: 0 0.39em 0 0;
  }
}
@media only screen and (min-width: 1300px) {
  .spot02 h2.topic {
    transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
    transition-delay: calc(0.03s * var(--index) );
  }
}
.spot02 h2.topic .trait {
  font-weight: 700;
  color: #fff;
}
@media only screen and (max-width: 979px) {
  .spot02 h2.topic .trait {
    display: block;
  }
}
@media only screen and (min-width: 980px) {
  .spot02 h2.topic .trait {
    display: inline-block;
    vertical-align: baseline;
    position: relative;
    margin-left: 0.66em;
  }
}
@media only screen and (max-width: 665px) {
  .spot02 .info {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 666px) {
  .spot02 .info {
    font-size: min(2.3vw, 16px );
  }
}
@media only screen and (max-width: 979px) {
  .spot02 .info {
    color: #fff;
    text-align: left;
    padding: 0 0 2em;
  }
}
@media only screen and (min-width: 980px) {
  .spot02 .info {
    text-align: right;
    width: 42.85714286%;
    max-width: 210px;
    color: #000;
  }
}
@media only screen and (max-width: 1299px) {
  .spot02 .info {
    line-height: 1.75;
  }
}
@media only screen and (min-width: 1300px) {
  .spot02 .info {
    line-height: 1.53333333;
    font-size: clamp( 12px, 0.75em , 15px );
    transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
    transition-delay: calc(0.03s * var(--index) );
  }
}
.spot02 .spot02pager {
  display: flex;
}
@media only screen and (max-width: 979px) {
  .spot02 .spot02pager {
    flex-wrap: wrap;
    gap: 10px 10px;
  }
}
@media only screen and (min-width: 980px) {
  .spot02 .spot02pager {
    text-align: left;
    width: 44.89795918%;
    max-width: 220px;
    flex-direction: column;
    gap: 0.75em;
    justify-content: center;
  }
}
.spot02 .spotbtn {
  line-height: 2.05263158;
  font-size: 0.95em;
  color: #fff;
  padding: 0 0.63157895em;
  background-color: #549dae;
  outline: 1px solid rgba(255, 255, 255, 0);
  outline-offset: -1px;
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  position: relative;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out, outline-color 0.33s ease-in-out;
}
@media only screen and (max-width: 979px) {
  .spot02 .spotbtn {
    font-size: 12px;
    width: 48%;
    justify-content: center;
    white-space: nowrap;
  }
}
@media only screen and (max-width: 1299px) {
  .spot02 .spotbtn {
    height: 44px;
  }
}
@media only screen and (min-width: 1300px) {
  .spot02 .spotbtn {
    transition-property: color, background-color, outline-color, transform, opacity;
    transition-duration: 0.33s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s, 0s, 0s, calc(0.03s * var(--index) ), calc(0.03s * var(--index) );
  }
}
.spot02 .spotbtn:before {
  width: 29px;
  height: 1px;
  background-color: #fff;
  display: block;
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  right: 100%;
}
@media only screen and (max-width: 979px) {
  .spot02 .spotbtn:before {
    content: none;
  }
}
@media only screen and (min-width: 980px) {
  .spot02 .spotbtn:before {
    content: '';
  }
}
.spot02 .spotbtn.cycle-pager-active,
.spot02 .spotbtn:hover {
  color: #549dae;
  background-color: #fff;
  outline-color: #fff;
  transition-duration: 0.33s, 0.33s, 0.18s;
  transition-delay: 0.33s, 0.33s, 0s;
}
.spot02 .spotbtn:focus,
.spot02 .spotbtn:focus-visible {
  outline-color: #ccc;
}
.spot02 .decoration {
  width: 90%;
  max-width: 353px;
  background-color: #549dae;
  position: relative;
  z-index: 420;
}
@media only screen and (max-width: 767px) {
  .spot02 .decoration {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .spot02 .decoration {
    display: inline-block;
    vertical-align: bottom;
  }
}
@media only screen and (min-width: 980px) {
  .spot02 .decoration {
    margin: 0 0 0 3.5em;
    display: inline-block;
    vertical-align: middle;
  }
}
@media only screen and (min-width: 1300px) {
  .spot02 .decoration {
    transition: transform 0.99s ease-in-out, opacity 0.99s ease-in-out;
  }
}
.spot02 .cycle-slideshow {
  color: #282c47;
  width: 100%;
  margin: 0 auto;
  display: block;
}
.spot02 .cycle-slide {
  width: 100%;
  display: block;
}
.spot02 .cycle-slide .face {
  width: 100%;
  display: block;
}
.spot02 .cycle-slide .tab {
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  width: auto;
  height: 100%;
  background-color: #76b6c4;
  background-image: -moz-linear-gradient(top, #76b6c4 0%, #549dae 100%);
  background-image: -webkit-linear-gradient(top, #76b6c4 0%, #549dae 100%);
  background-image: linear-gradient(to bottom, #76b6c4 0%, #549dae 100%);
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
}
/* ==================================================================
	subnav
=================================================================== */
#subnav {
  text-align: center;
  color: #3c2415;
  padding: 4.275em 0;
  background-color: #549dae;
  border-bottom: 1px solid #fff;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1299px) {
  #subnav {
    display: none;
  }
}
@media only screen and (min-width: 1300px) {
  #subnav {
    height: 386px;
    padding: 145px 0 0;
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width: 1299px) {
  #subnav nav {
    width: 100vw;
    display: none;
  }
}
#subnav p {
  font-size: clamp( 12px, 0.75em , 15px );
  margin: 0;
  padding: 0;
}
@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: 2.33333333;
    width: 60.60606061%;
    margin-right: auto;
    margin-left: auto;
  }
}
#subnav a {
  text-transform: uppercase;
  color: #fff;
  margin: 0 0.8em;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  #subnav a {
    margin: 0;
  }
}
#subnav a:after {
  content: '';
  width: 100%;
  height: 1px;
  background: currentcolor;
  display: block;
  position: absolute;
  bottom: 0.39em;
  left: 0;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  transform: translate(0, 0) scaleX(0);
  opacity: 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);
  opacity: 1;
}
#subnav .divider {
  margin: 0 0.6em;
  display: inline-block;
  vertical-align: top;
}
/* ==================================================================
	content
=================================================================== */
#bd {
  padding: 3em 0;
  background: #243e7b;
  position: relative;
  z-index: 400;
}
@media only screen and (min-width: 768px) {
  #bd {
    padding: 4.425em 0;
  }
}
#bd.sub:after {
  content: none;
  height: 100%;
  background: #bebec8;
  border-left: 2px solid #fff;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  #bd.sub:after {
    content: '';
    width: 24%;
  }
}
@media only screen and (min-width: 1300px) {
  #bd.sub:after {
    width: auto;
    left: calc(50% + 19em );
  }
}
#bd .container {
  width: 90%;
  max-width: 66em;
}
#content {
  max-width: 800px;
  display: block;
}
@media only screen and (min-width: 768px) {
  #content {
    width: 60.60606061%;
    max-width: 40em;
    float: left;
  }
}
@media only screen and (min-width: 1300px) {
  #content {
    width: 60.60606061%;
  }
}
#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 {
  background-color: #fff;
  padding: 3em 0;
}
@media only screen and (min-width: 768px) {
  .home #bd {
    padding: 7em 0;
  }
}
@media only screen and (min-width: 1300px) {
  .home #bd[data-ready] .ornament .decoration {
    -webkit-filter: blur(5px) opacity(0.33) grayscale(100%);
    filter: blur(5px) opacity(0.33) grayscale(100%);
  }
}
.home #bd .container {
  width: 90%;
  max-width: 50em;
}
.home #bd #content {
  padding: 3.925em 0;
  position: relative;
  z-index: 420;
}
@media only screen and (min-width: 666px) {
  .home #bd #content {
    width: 500px;
    max-width: 70ch;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
}
@media only screen and (min-width: 768px) {
  .home #bd #content {
    margin-left: 0;
  }
}
.home #bd #content:after {
  content: '';
  background-color: #282c47;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  right: -4em;
  bottom: 0;
  left: -4em;
  z-index: -1;
}
.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 );
  }
}
.home #bd #content p {
  text-align: justify;
}
.home #bd .ornament {
  width: 68.9em;
  height: auto;
  margin-left: -5em;
  position: absolute;
  top: 5em;
  bottom: 5em;
  left: 50%;
}
@media only screen and (max-width: 767px) {
  .home #bd .ornament {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .home #bd .ornament {
    display: block;
  }
}
.home #bd .ornament .decoration {
  height: 100%;
  width: auto;
  max-width: none;
}
@media only screen and (min-width: 1300px) {
  .home #bd .ornament .decoration {
    transition: -webkit-filter 3s ease, filter 3s ease;
  }
}
/* ==================================================================
	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: #549dae;
  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: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%;
  background-color: #549dae;
  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:focus:before,
.mediaslider .custompager > button:hover:before,
.mediaslider .custompager > button.cycle-pager-active:before {
  background-color: #282c47;
}
.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: #282c47;
  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;
}
/* ==================================================================
	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.52173913;
  font-size: clamp( 12px, 1.15em , 23px );
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  color: #549dae;
  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: #549dae;
  margin-left: 0;
}
.sitemap #content a:focus,
.sitemap #content a:hover {
  color: #bebec8;
  text-decoration: none;
}
body.sitemap #bd ul li {
  list-style: none;
}
body.sitemap #bd ul ul li {
  list-style: none;
  margin-left: 0;
}
body.sitemap #content .width1 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  body.sitemap #content .width1 {
    width: 50%;
  }
  body.sitemap #content .width1:not(.first) {
    width: auto;
    float: right;
  }
}
/* global override */
/* ==================================================================
	sidebar
=================================================================== */
#sidebar {
  width: 100%;
  max-width: 20em;
  margin: 0 auto 6%;
  padding: 0;
  display: none;
  position: relative;
  z-index: 420;
}
@media only screen and (min-width: 768px) {
  #sidebar {
    width: 30.3030303%;
    margin: 0 0 1em;
    display: block;
    float: right;
    clear: right;
  }
}
/* ===============================================
	sitepics
=============================================== */
#hide-stock {
  position: relative;
}
.stock {
  width: 100%;
  position: relative;
}
/* ===============================================
	show doctor image on all devices
=============================================== */
/*.home,*/
/*body[class^='meet-the-'],*/
/*body[class^='meet-our-'],*/
.meet-the-doctor #sidebar,
body[class*='meet-dr-'] #sidebar,
body[class*='meet-doctor-'] #sidebar {
  display: block;
}
body[class~='blog'] #sidebar {
  display: block;
}
body[class~='blog'] #hide-stock {
  display: none;
}
/* END SIDEBAR */
/* ===============================================
	spot03
=============================================== */
.spot03 {
  font-size: min(4vw, 1em);
  padding: 3em 0;
  background-color: rgba(190, 190, 200, 0.5);
  border-bottom: 1px solid #fff;
  overflow: hidden;
}
@media only screen and (min-width: 666px) {
  .spot03 {
    padding: 4.675em 0;
  }
}
@media only screen and (min-width: 780px) {
  .spot03 {
    font-size: min(1.69vw, 20px);
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (min-width: 1300px) {
  .spot03 {
    padding-right: 3em;
  }
  .spot03[data-ready] .mod:after {
    transform: translate(180vw, -50%);
    opacity: 0;
  }
  .spot03[data-ready] h2.topic {
    transform: translate(0, 99px) rotateX(-90deg);
    opacity: 0;
  }
  .spot03[data-ready] .info {
    transform: translate(0, 120px);
    opacity: 0;
  }
  .spot03[data-ready] .spot03pager .spotbtn {
    transform: translate(0, 99px) rotateX(-90deg);
    opacity: 0;
  }
  .spot03[data-ready] .decoration {
    transform: translate(-99vw, 0);
    opacity: 0;
  }
}
.spot03 .mod {
  width: 100%;
  max-width: 702px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 400;
}
@media only screen and (max-width: 767px) {
  .spot03 .mod {
    width: 80%;
    max-width: 360px;
  }
}
@media only screen and (max-width: 779px) {
  .spot03 .mod {
    padding: 0 0 1.8em;
  }
}
@media only screen and (min-width: 780px) {
  .spot03 .mod {
    max-width: 35.1em;
    padding: 0;
  }
}
.spot03 .mod:after {
  content: '';
  background-color: #243e7b;
  display: block;
  z-index: -1;
}
@media only screen and (max-width: 779px) {
  .spot03 .mod:after {
    width: 90vw;
    max-width: 360px;
  }
}
@media only screen and (max-width: 779px) {
  .spot03 .mod:after {
    height: auto;
    position: absolute;
    top: 3.9em;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
  }
}
@media only screen and (min-width: 780px) {
  .spot03 .mod:after {
    width: 75vw;
    height: 700px;
    margin-right: 29px;
    border-right: 1px solid #fff;
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    right: 38.46153846%;
  }
}
@media only screen and (min-width: 1300px) {
  .spot03 .mod:after {
    transition: transform 0.66s ease-in-out, opacity 0.66s ease-in-out;
  }
}
@media only screen and (min-width: 780px) {
  .spot03 .mod > div {
    display: flex;
    justify-content: space-between;
  }
}
.spot03 h2.topic {
  line-height: 1;
  font-size: clamp( 12px, 2.55em , 51px );
  color: #282c47;
  margin: 0 0 0.7254902em;
}
@media only screen and (max-width: 779px) {
  .spot03 h2.topic {
    font-size: min(12vw,  51px );
  }
}
@media only screen and (min-width: 780px) {
  .spot03 h2.topic {
    text-align: right;
    padding-right: 0.98039216em;
  }
}
@media only screen and (min-width: 1300px) {
  .spot03 h2.topic {
    transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
    transition-delay: calc(0.03s * var(--index) );
  }
}
.spot03 .info {
  max-width: 350px;
}
@media only screen and (max-width: 779px) {
  .spot03 .info {
    text-align: center;
    padding: 0 0 2em;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (min-width: 780px) {
  .spot03 .info {
    text-align: left;
    width: 49.85754986%;
  }
}
@media only screen and (min-width: 1300px) {
  .spot03 .info {
    transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
    transition-delay: calc(0.03s * var(--index) );
  }
}
.spot03 .info > div {
  margin-bottom: 44px;
}
@media only screen and (max-width: 665px) {
  .spot03 .info > div {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 666px) {
  .spot03 .info > div {
    font-size: min(2.3vw, 16px );
  }
}
@media only screen and (max-width: 1299px) {
  .spot03 .info > div {
    line-height: 1.75;
    text-align: left;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (min-width: 1300px) {
  .spot03 .info > div {
    line-height: 1.53333333;
    font-size: clamp( 12px, 0.75em , 15px );
  }
}
.spot03 .info .spotbtn {
  line-height: 2.91666667;
  font-size: clamp( 12px, 0.6em , 12px );
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  width: 10em;
  display: inline-block;
  vertical-align: top;
  background-color: #76b6c4;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out;
}
@media only screen and (max-width: 1299px) {
  .spot03 .info .spotbtn {
    height: 44px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
}
.spot03 .info .spotbtn:focus,
.spot03 .info .spotbtn:hover {
  color: #76b6c4;
  background-color: #fff;
}
.spot03 .spot03pager {
  display: flex;
  max-width: 270px;
}
@media only screen and (max-width: 779px) {
  .spot03 .spot03pager {
    margin-right: auto;
    margin-left: auto;
    flex-wrap: wrap;
    gap: 10px 10px;
  }
}
@media only screen and (min-width: 780px) {
  .spot03 .spot03pager {
    text-align: left;
    width: 38.46153846%;
    flex-direction: column;
    gap: 0.75em;
  }
}
@media only screen and (min-width: 980px) {
  .spot03 .spot03pager {
    justify-content: center;
  }
}
.spot03 .spot03pager .spotbtn {
  line-height: 2.05263158;
  font-size: clamp( 12px, 0.95em , 19px );
  color: #fff;
  width: 100%;
  background-color: #549dae;
  outline: 1px solid rgba(255, 255, 255, 0);
  outline-offset: -1px;
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  position: relative;
  transition: color 0.33s linear, background-color 0.33s linear, outline-color 0.33s linear;
}
@media only screen and (max-width: 779px) {
  .spot03 .spot03pager .spotbtn {
    justify-content: center;
    white-space: nowrap;
  }
}
@media only screen and (min-width: 780px) {
  .spot03 .spot03pager .spotbtn {
    padding: 0 0 0 0.63157895em;
  }
}
@media only screen and (max-width: 1299px) {
  .spot03 .spot03pager .spotbtn {
    height: 44px;
  }
}
@media only screen and (min-width: 1300px) {
  .spot03 .spot03pager .spotbtn {
    transition-property: color, background-color, outline-color, transform, opacity;
    transition-duration: 0.33s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s, 0s, 0s, calc(0.03s * var(--index) ), calc(0.03s * var(--index) );
  }
}
.spot03 .spot03pager .spotbtn:before {
  width: 29px;
  height: 1px;
  background-color: #fff;
  display: block;
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  right: 100%;
}
@media only screen and (max-width: 779px) {
  .spot03 .spot03pager .spotbtn:before {
    content: none;
  }
}
@media only screen and (min-width: 780px) {
  .spot03 .spot03pager .spotbtn:before {
    content: '';
  }
}
.spot03 .spot03pager .spotbtn.cycle-pager-active,
.spot03 .spot03pager .spotbtn:hover {
  color: #76b6c4;
  background-color: #fff;
  outline-color: #fff;
  transition-duration: 0.33s, 0.33s, 0.18s;
  transition-delay: 0.33s, 0.33s, 0s;
}
.spot03 .spot03pager .spotbtn:focus,
.spot03 .spot03pager .spotbtn:focus-visible {
  outline-color: #666;
}
.spot03 .decoration {
  width: 90%;
  max-width: 360px;
  background-color: #549dae;
  position: relative;
  z-index: 420;
}
@media only screen and (max-width: 779px) {
  .spot03 .decoration {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (min-width: 780px) {
  .spot03 .decoration {
    max-width: 18em;
    margin: 0 2em 0 0;
    display: inline-block;
    vertical-align: middle;
  }
}
@media only screen and (min-width: 1300px) {
  .spot03 .decoration {
    transition: transform 0.99s ease-in-out, opacity 0.99s ease-in-out;
  }
}
.spot03 .cycle-slideshow {
  color: #282c47;
  width: 100%;
  margin: 0 auto;
  display: block;
}
.spot03 .cycle-slide {
  width: 100%;
  display: block;
}
.spot03 .cycle-slide .face {
  width: 100%;
  display: block;
}
.spot03 .cycle-slide .tab {
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  width: auto;
  height: 100%;
  background-color: #76b6c4;
  background-image: -moz-linear-gradient(top, #76b6c4 0%, #549dae 100%);
  background-image: -webkit-linear-gradient(top, #76b6c4 0%, #549dae 100%);
  background-image: linear-gradient(to bottom, #76b6c4 0%, #549dae 100%);
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}
/* ==================================================================
	#ft
=================================================================== */
#ft {
  font-size: 20px;
  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) and (max-width: 1360px) {
  #ft {
    background-position: top 0 left calc(75vw - 1620px);
  }
}
@media only screen and (min-width: 1300px) {
  #ft {
    background-size: auto 100%;
  }
}
#ft a {
  color: #282c47;
  transition: color 0.33s ease-in-out;
}
#ft a:focus,
#ft a:hover {
  color: #635044;
}
/* ===============================================
		locations
=============================================== */
#location {
  width: 100%;
  padding: 3em 0;
  background-color: rgba(190, 190, 200, 0.9);
  display: block;
}
@media only screen and (min-width: 768px) {
  #location {
    width: 50%;
    height: 800px;
    padding: 213px 0 0;
    margin-right: 50%;
    background-color: #bebec8;
  }
}
@media only screen and (min-width: 1480px) and (max-width: 1999px) {
  #location {
    width: 37em;
    float: left;
  }
}
@media only screen and (min-width: 2000px) {
  #location {
    margin-right: calc(50% + 260px);
    float: right;
  }
}
#location .mod {
  text-align: center;
  width: 100%;
  max-width: 37em;
  display: block;
}
@media only screen and (max-width: 767px) {
  #location .mod {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  #location .mod {
    margin: 0 0 0 auto;
  }
}
#location .logo {
  line-height: 0;
  text-align: center;
  margin: 0 auto 1.9em;
  display: block;
  transition: opacity 0.33s ease-in-out;
}
#location .logo:focus {
  opacity: 0.51;
}
#location .logo svg {
  width: 11.1em;
  height: 6.25em;
}
#location .phone {
  font-size: clamp( 12px, 1.25em , 25px );
  font-weight: 700;
  margin-bottom: 8px;
  display: block;
}
@media only screen and (max-width: 767px) {
  #location .phone {
    line-height: 44px;
  }
}
@media only screen and (min-width: 768px) {
  #location .phone {
    line-height: 1.76;
  }
}
#location .address {
  font-size: clamp( 12px, 1em , 20px );
  margin: 0 auto 1.5em;
  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.3;
  }
}
#location .address .marker {
  line-height: 1;
  font-size: 3.3em;
  color: #76b6c4;
  margin-left: 4.8030303em;
  position: absolute;
  top: 5.25757576em;
  left: 50%;
  z-index: 400;
  transition: transform 0.33s ease-in-out;
  transform-origin: center bottom;
}
@media only screen and (max-width: 767px) {
  #location .address .marker {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  #location .address .marker {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1360px) {
  #location .address .marker {
    left: 75%;
    margin-left: -0.39em;
  }
}
@media only screen and (min-width: 1300px) {
  .home #location .address .marker {
    animation: bouncein 0.84s both;
  }
  .home #location .address .marker[data-stopped] {
    animation: none;
  }
  .home [data-ready] #location .address .marker {
    animation: none;
  }
}
#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);
}
#location .glinks {
  line-height: 44px;
  font-size: 0.65em;
  display: flex;
  justify-content: center;
  gap: 40px;
}
#location .glinks a {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
#location .glinks a:hover {
  color: #549dae;
}
#location .socialmedia {
  line-height: 0;
  text-align: center;
  width: 100%;
  height: auto;
  margin: 0.9em 0 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
#location .socialmedia a {
  font-size: clamp( 12px, 0.55em , 11px );
  color: #606075;
  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) {
  #location .socialmedia a {
    line-height: 44px;
    width: 44px;
    height: 44px;
  }
}
@media only screen and (min-width: 1024px) {
  #location .socialmedia a {
    line-height: 4;
    width: auto;
    height: 4em;
  }
}
@media only screen and (max-width: 1299px) {
  #location .socialmedia a {
    font-size: 20px;
  }
}
#location .socialmedia a:focus,
#location .socialmedia a:hover {
  color: #635044;
}
#location .socialmedia a .icon {
  position: relative;
}
/* ==================================================================
		#links
=================================================================== */
#links {
  font-size: 20px;
  text-align: center;
  color: #3c3e66;
  margin: 0;
  background-color: #fff;
  position: relative;
  z-index: 420;
}
#links .util {
  font-size: clamp( 12px, 0.6em , 12px );
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 17px;
}
@media only screen and (max-width: 399px) {
  #links .util {
    flex-wrap: wrap;
    padding: 2em 0;
  }
}
@media only screen and (min-width: 400px) {
  #links .util {
    height: 54px;
  }
}
@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: #3c3e66;
  display: inline-block;
  transition: color 0.33s ease-in-out;
}
#links .util a:focus,
#links .util a:hover {
  color: #635044;
}
/* ===============================================
		sesame link
=============================================== */
@media only screen and (max-width: 399px) {
  a#sesame-link {
    width: 100%;
  }
}
a#sesame-link .sesameicon {
  width: 1.33333333em;
  height: 1.16666667em;
  margin-right: 0.5em;
  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
=============================================== */
#links a#backtotop {
  font-size: clamp( 12px, 0.6em , 12px );
  color: #549dae;
  min-width: 24px;
  display: inline-block;
  vertical-align: top;
  transition: color 0.33s ease-in-out;
}
@media only screen and (max-width: 1299px) {
  #links a#backtotop {
    line-height: 44px;
    /* .alignleft; */
    font-size: 24px;
    width: 44px;
    height: 44px;
  }
}
@media only screen and (min-width: 1300px) {
  #links a#backtotop {
    line-height: 3.66666667;
  }
}
#links a#backtotop:focus,
#links a#backtotop:hover {
  color: #635044;
}
/*superlative*/
/************************************************************************************************************************************************/
/* hr element - div.hr */
hr,
.types-of-braces #content div.clear {
  font-size: inherit;
  width: 100%;
  margin: 1.58em 0;
  height: 1px;
  background: #fff;
  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: #549dae;
  float: left;
}
/* ===============================================
	Form Buttons
=============================================== */
form button {
  letter-spacing: normal;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  height: 44px;
  padding: 0 1.5em;
  background-color: #549dae;
  border: 1px solid #549dae;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out, border-color 0.33s ease-in-out;
}
form button:focus,
form button:hover {
  color: #fff;
  border-color: #9dd4e0;
  background-color: #9dd4e0;
}
form p {
  height: auto;
}
/* ===============================================
	skip link styles
=============================================== */
.skiplink {
  line-height: 2;
  font-size: 12px;
  color: #fff;
  padding: 0.5em 1em;
  background-color: #282c47;
  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: #549dae;
  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: #282c47;
}
/* ===============================================
	.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 #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*/
}
/* ===============================================
	custom animations
=============================================== */
.bouncein {
  animation: bouncein 0.84s both;
}
@keyframes bouncein {
  0% {
    transform: translateY(-666px) scaleY(1) scaleX(1);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  39% {
    transform: translateY(0) scaleY(0.9) scaleX(1.5);
    animation-timing-function: ease-out;
    opacity: 1;
  }
  54% {
    transform: translateY(-66px) scaleY(1) scaleX(1);
    animation-timing-function: ease-in;
  }
  72% {
    transform: translateY(0) scaleY(0.96) scaleX(1.2);
    animation-timing-function: ease-out;
  }
  81% {
    transform: translateY(-33px) scaleY(1) scaleX(1);
    animation-timing-function: ease-in;
  }
  90% {
    transform: translateY(0) scaleY(0.99) scaleX(1.1);
    animation-timing-function: ease-out;
  }
  96% {
    transform: translateY(-6px) scaleY(1) scaleX(1);
    animation-timing-function: ease-in;
  }
  100% {
    transform: translateY(0) scaleY(1) scaleX(1);
    animation-timing-function: ease-out;
  }
}
/* ===============================================
	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 );
    }
  }
}
