/* 
 Site Manager Version: 14.2.0
 Date Created: August 2025
 Account: moderndental-group
 Written by: Ricky Rivas
 Sesame Communications - All rights reserved. C2025
 Any reproduction or intentional misuse is strictly prohibited
*/
/* ===============================================
              options
 =============================================== */
/* ===============================================
                    colors
 =============================================== */
/* ===============================================
					fonts
=============================================== */
/* ==================================================================
Basic Stylings
These will affect every size of the site.
================================================================== */
html {
  scroll-behavior: smooth;
}
/* ===============================================
	body 
=============================================== */
body,
input,
select,
textarea {
  font-family: 'Noto Sans', Helvetica, Arial, sans-serif;
}
form button,
button {
  font-family: 'Noto Sans', Helvetica, Arial, sans-serif;
}
svg {
  display: inline-block;
}
body {
  color: #000;
  background: #ccc;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 1300px) {
  body {
    font-size: 20px;
  }
}
/* ===============================================
	links 
=============================================== */
a {
  text-decoration: none;
}
#content a {
  color: #2568a7;
  transition: color 0.33s ease-in-out;
  text-decoration: underline;
}
#content a:focus,
#content a:hover {
  color: #1a4974;
  text-decoration: none;
}
/* ===============================================
	h family || hfam 
=============================================== */
h1,
h2:not(.topic),
h3:not(.topic),
h4,
h5,
h6 {
  line-height: 1;
  text-align: left;
  color: #2e2f2a;
  text-rendering: auto;
  margin: 0 0 1.44em;
  font-weight: 400;
}
.sub h1 {
  font-size: 10vw;
  font-weight: 400;
  margin-bottom: 0.51470588em;
  color: #0f2a43;
  font-family: 'Noto Serif', Helvetica, Arial, sans-serif;
}
@media only screen and (min-width: 480px) {
  .sub h1 {
    font-size: 3.4em;
  }
}
.home h1 {
  font-size: min(3.4em, 13.5vw);
  margin: 0 0 0.475em;
  color: #0f2a43;
  font-family: 'Noto Serif', Helvetica, Arial, sans-serif;
  line-height: 0.925;
}
@media only screen and (min-width: 1300px) {
  .home h1 {
    min-height: 2.20588235em;
  }
}
.home h1 .trait {
  display: block;
}
.home h1 .trait.top {
  line-height: 1.30434783;
  font-size: 0.33823529em;
  text-transform: uppercase;
  color: #000000;
  font-family: 'Noto Sans', Helvetica, Arial, sans-serif;
  letter-spacing: 0.4em;
}
h2:not(.topic) {
  font-size: 1.31578947em;
  color: #2568a7;
  font-family: 'Noto Serif', Helvetica, Arial, sans-serif;
}
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: 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: #112a43;
  position: relative;
  z-index: 3000;
}
@media only screen and (max-width: 1023px) {
  #masthead {
    height: 160px;
  }
}
@media only screen and (max-width: 665px) {
  #masthead {
    height: 145px;
  }
}
@media only screen and (min-width: 1024px) {
  #masthead {
    font-size: inherit;
    height: 7.25em;
    position: fixed;
    top: 0;
    left: 0;
  }
}
#masthead .container {
  max-width: none;
  width: 91%;
}
@media only screen and (min-width: 1024px) {
  #masthead .container {
    width: calc(100% - 4.2em);
  }
}
.masthead-mod {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  vertical-align: top;
  background-color: #112a43;
  width: 100%;
  padding: 20px 0;
}
.masthead-mod--hd {
  display: none;
}
@media only screen and (min-width: 666px) {
  .masthead-mod {
    margin-right: 100px;
    background: none;
    width: auto;
    height: 100%;
  }
  .masthead-mod--hd {
    display: inline-flex;
  }
  .masthead-mod--mainnav {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .masthead-mod {
    border-left: 1px solid #fff;
    padding: 0 2.1em 0.95em 2em;
    margin: 0;
  }
  .masthead-mod--hd {
    display: none;
  }
  .masthead-mod--mainnav {
    display: inline-flex;
  }
}
/* ===============================================
TRIGGER/NAVICON
=============================================== */
#trigger {
  line-height: 44px;
  color: #fff;
  width: 100px;
  height: 100%;
  margin: 0 0 0 auto;
  padding: 0;
  background: none;
  box-shadow: none;
  border: none;
  -webkit-display: none;
  position: relative;
  display: block;
  z-index: 600;
  transition: color 0.33s ease-in-out;
  cursor: pointer;
  background-color: #1a4974;
}
#trigger:focus-visible {
  color: #1a4974;
}
@media only screen and (min-width: 666px) {
  #trigger {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1024px) {
  #trigger {
    display: none;
  }
}
.open #trigger .navicon span:nth-child(1) {
  transform: translate(0, 15px) scaleX(0) rotate(0deg);
}
.open #trigger .navicon span:nth-child(4) {
  transform: translate(0, -15px) 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: 40px;
  height: 30px;
  display: inline-block;
  vertical-align: -8px;
  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: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  clear: both;
  /* a{ 
		@media only screen and (max-width: 1023px) { visibility:hidden; } 
	} */
}
@media only screen and (max-width: 665px) {
  #main-nav {
    pointer-events: none;
  }
  #main-nav > * {
    pointer-events: auto;
  }
}
@media only screen and (min-width: 666px) {
  #main-nav {
    width: 100px;
  }
}
@media only screen and (min-width: 1024px) {
  #main-nav {
    display: flex;
    text-align: right;
    font-size: inherit;
    width: 100%;
    height: 100%;
    margin-top: 0em;
    background: none;
    box-shadow: none;
    top: auto;
    bottom: 0;
    z-index: 2900;
  }
}
#main-nav.open {
  /* a{  
			@media only screen and (max-width: 1023px) { visibility:visible; } 
		} */
}
@media only screen and (max-width: 1023px) {
  #main-nav.open .collapsible {
    transition-duration: 0.33s;
    transition-timing-function: ease;
    transform: translate(0, 0);
    visibility: visible;
    pointer-events: auto;
    opacity: 1;
  }
}
@media only screen and (max-width: 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(100%, 0);
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
  }
}
@media only screen and (max-width: 665px) {
  #main-nav .collapsible {
    max-width: none;
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  #main-nav .collapsible {
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
  }
  #main-nav .collapsible > ul {
    margin-right: 0.6em;
  }
}
#main-nav .container {
  height: 100%;
  padding: 0;
}
@media only screen and (min-width: 1024px) {
  #main-nav .container {
    width: 100%;
    max-width: right;
  }
}
/* ===============================================
TOP LEVEL ITEMS || top ul
=============================================== */
#main-nav ul {
  margin: 0;
  padding: 40px 0 40px;
  background-color: #2468a7;
  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 {
    height: 4.4em;
    width: auto;
    margin: 0;
    padding: 0;
    background: none;
    position: static;
    display: inline-block;
    vertical-align: top;
    float: none;
  }
}
#main-nav ul li {
  clear: both;
  cursor: pointer;
}
@media (min-width: 1024px) and (max-width: 1299px) and (pointer: coarse) {
  #main-nav ul li {
    /* flyout appear on tablet click event */
  }
  #main-nav ul li.open > ul {
    width: auto;
    height: auto;
    margin: 0;
    clip: auto;
    pointer-events: auto;
  }
}
@media only screen and (min-width: 1024px) {
  #main-nav ul li {
    margin: 0 1.4em 0 0;
    background: none;
    vertical-align: top;
    clear: none;
  }
  #main-nav ul li a:focus-visible + ul,
  #main-nav ul li ul:focus-within,
  #main-nav ul li:hover > ul {
    width: auto;
    height: auto;
    margin: 0;
    clip: auto;
    pointer-events: auto;
  }
}
#main-nav ul li a[id] {
  line-height: 50px;
  font-size: 21px;
  color: #fff;
  font-family: 'Noto Serif', Helvetica, Arial, sans-serif;
  font-weight: 400;
  height: 50px;
  margin: 0;
  transition: color 0.33s ease;
  pointer-events: none;
}
@media only screen and (min-width: 1024px) {
  #main-nav ul li a[id] {
    font-weight: 300;
    letter-spacing: 0.015em;
    line-height: 1.9047619;
    font-size: clamp( 12px, 1.05em , 21px );
    text-align: center;
    height: 100%;
    z-index: 3000;
    pointer-events: auto;
  }
}
@media (min-width: 1024px) and (max-width: 1299px) and (pointer: coarse) {
  #main-nav ul li a[id] {
    /* allows tablet users to access flyouts on desktop style nav */
    z-index: -1;
  }
  #main-nav ul li a[id].home {
    z-index: 1;
  }
}
#main-nav ul li a[id]:after {
  content: '';
  width: 100%;
  height: 3px;
  background-color: currentcolor;
  display: block;
  position: absolute;
  left: 0;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  transform: translate(0, 0) scaleX(0);
  opacity: 0;
  transform-origin: left;
}
@media only screen and (max-width: 1023px) {
  #main-nav ul li a[id]:after {
    bottom: 3px;
  }
}
@media only screen and (min-width: 1024px) {
  #main-nav ul li a[id]:after {
    bottom: 2.1em;
  }
}
#main-nav ul li a[id].home {
  pointer-events: auto;
}
#main-nav ul li:focus-within > a[id],
#main-nav ul li.clicked > a[id],
#main-nav ul li.active > a[id],
#main-nav ul li:hover > a[id] {
  text-decoration: none;
}
#main-nav ul li:focus-within > a[id]:after,
#main-nav ul li.clicked > a[id]:after,
#main-nav ul li.active > a[id]:after,
#main-nav ul li:hover > a[id]:after {
  transform: translate(0, 0) scaleX(1);
  opacity: 1;
}
/* ===============================================
Flyout || ul ul
=============================================== */
#main-nav ul ul {
  width: 100%;
  padding: 0;
  background: none;
  border: none;
  float: left;
  transition: visibility 0.33s ease-in-out;
}
@media only screen and (min-width: 1024px) {
  #main-nav ul ul {
    background-color: #2468a7;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 1.2em 0;
    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.575em;
    margin: 0 0 0.175em;
    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;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out;
}
@media only screen and (min-width: 1024px) {
  #main-nav ul ul li a {
    line-height: 2.1;
    text-align: left;
    white-space: nowrap;
    height: 2.1em;
    padding: 0 2.4em 0 2.05em;
    float: left;
  }
}
#main-nav ul ul li a:focus-visible,
#main-nav ul ul li a:hover,
#main-nav ul ul li a.active {
  text-decoration: none;
  color: #fff;
  margin-bottom: 0;
  background: #112a43;
  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: 0 0 1em;
    visibility: visible;
  }
  #main-nav.open ul .clicked ul li {
    height: 44px;
    opacity: 1;
  }
}
/* socialmedia */
#masthead .socialmedia {
  line-height: 0;
  text-align: center;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  justify-content: center;
  position: relative;
  display: flex;
  pointer-events: auto;
  transform: translate3d(0, 0, 0);
  z-index: 100;
}
@media only screen and (max-width: 1023px) {
  #masthead .socialmedia {
    justify-content: flex-end;
    margin-right: -1.4em;
    max-width: 233px;
  }
}
@media only screen and (min-width: 1024px) {
  #masthead .socialmedia {
    gap: 0.5em;
    margin-bottom: 0.25em;
  }
}
#masthead .socialmedia .socialmedia__dropdown {
  width: auto;
  position: relative;
  pointer-events: auto;
}
#masthead .socialmedia a,
#masthead .socialmedia .socialmedia__toggle {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  line-height: 44px;
  font-size: 18px;
  color: #fff;
  width: 44px;
  height: 44px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: opacity 0.33s ease-in-out, color 0.33s ease-in-out;
}
@media only screen and (min-width: 1024px) {
  #masthead .socialmedia a,
  #masthead .socialmedia .socialmedia__toggle {
    width: 24px;
    font-size: 1em;
  }
}
@media only screen and (min-width: 1300px) {
  #masthead .socialmedia a,
  #masthead .socialmedia .socialmedia__toggle {
    width: auto;
    font-size: 0.65em;
  }
}
#masthead .socialmedia a.active + .socialmedia__list,
#masthead .socialmedia .socialmedia__toggle.active + .socialmedia__list {
  transform: translate(-50%, 0%);
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}
#masthead .socialmedia a:focus-visible,
#masthead .socialmedia .socialmedia__toggle:focus-visible {
  opacity: 0.5;
  outline: auto;
}
#masthead .socialmedia a:focus:active,
#masthead .socialmedia .socialmedia__toggle:focus:active {
  outline: transparent;
}
#masthead .socialmedia a:hover,
#masthead .socialmedia .socialmedia__toggle:hover,
#masthead .socialmedia a:focus:not([onclick]),
#masthead .socialmedia .socialmedia__toggle:focus:not([onclick]),
#masthead .socialmedia a.active,
#masthead .socialmedia .socialmedia__toggle.active {
  z-index: 400;
  color: skyblue;
}
#masthead .socialmedia a:hover .icon,
#masthead .socialmedia .socialmedia__toggle:hover .icon,
#masthead .socialmedia a:focus:not([onclick]) .icon,
#masthead .socialmedia .socialmedia__toggle:focus:not([onclick]) .icon,
#masthead .socialmedia a.active .icon,
#masthead .socialmedia .socialmedia__toggle.active .icon {
  --fa-bounce-height: -0.2em;
  animation: fa-bounce 1s ease;
}
#masthead .socialmedia a .icon,
#masthead .socialmedia .socialmedia__toggle .icon {
  position: relative;
}
#masthead .socialmedia .socialmedia__list {
  position: absolute;
  height: auto;
  width: max-content;
  display: block;
  top: calc(100% + 0em);
  margin: 0;
  left: 50%;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out, visibility 0.33s ease-in-out;
  transform: translate(-50%, 50%);
  opacity: 0;
  background: none;
  padding: 0;
  z-index: 100;
  pointer-events: none;
  visibility: hidden;
}
#masthead .socialmedia .socialmedia__list li {
  margin: 0 0 0.5em;
  height: auto;
  min-height: auto;
  display: block;
}
#masthead .socialmedia .socialmedia__list li a {
  display: block;
  font-size: 12px;
  background-color: #2F7FCE;
  padding: 0 1em;
  transition: background-color 0.33s ease-in-out;
  width: auto;
}
#masthead .socialmedia .socialmedia__list li a:hover,
#masthead .socialmedia .socialmedia__list li a:focus {
  color: #fff;
  background-color: #2568a7;
}
/* ===============================================
	FULLMOB RULES
=============================================== */
/* ==================================================================
	header
=================================================================== */
#hd {
  text-align: center;
  color: #2568a7;
  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 {
  justify-content: center;
  z-index: 420;
}
@media only screen and (max-width: 1023px) {
  #hd .mod {
    width: 100%;
    max-width: 320px;
    display: flex;
    gap: 24px;
    position: absolute;
    top: calc(100% + 20px);
    right: 0;
    transition-property: transform, opacity;
    transition-duration: 0.6s, 0.9s;
    transition-timing-function: ease-in-out;
    transition-delay: 0.24s;
  }
  #hd .mod.mobtron {
    transform: translate(0, -33px);
    transition-duration: 0s;
    transition-delay: 0s;
    pointer-events: none;
    opacity: 0;
  }
  #hd .mod.mobtron * {
    pointer-events: none;
  }
  #hd .mod.mobtron:focus-within {
    transform: translate(0, 0);
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s;
    pointer-events: auto;
    opacity: 1;
  }
  #hd .mod.mobtron:focus-within * {
    pointer-events: auto;
  }
}
@media only screen and (min-width: 1024px) {
  #hd .mod {
    display: inline-flex;
    gap: 36px;
    vertical-align: top;
  }
}
/* ===============================================
	logo
=============================================== */
#logo {
  line-height: 0;
  width: 15.25em;
  margin: 0;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  pointer-events: auto;
  font-size: min(1em, 3.85vw);
}
@media only screen and (min-width: 1024px) {
  #logo {
    font-size: inherit;
    margin: 0;
  }
}
@media only screen and (min-width: 1300px) {
  #logo {
    top: 51.5%;
  }
}
#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: 15.25em;
  height: 5.1em;
}
/* ===============================================
	contact info
=============================================== */
.contactinfo {
  text-align: center;
  width: auto;
  margin: 0;
  display: block;
  pointer-events: auto;
}
.contactinfo__item {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  gap: 1em;
}
.contactinfo .address {
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  white-space: nowrap;
  text-align: right;
  letter-spacing: 0.03em;
}
@media only screen and (max-width: 1023px) {
  .contactinfo .address {
    line-height: 44px;
  }
}
@media only screen and (min-width: 1024px) {
  .contactinfo .address {
    font-size: clamp( 12px, 0.7em , 14px );
    line-height: 1.57142857;
  }
}
.contactinfo .phone {
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  text-align: left;
}
@media only screen and (max-width: 1023px) {
  .contactinfo .phone {
    line-height: 44px;
  }
}
@media only screen and (min-width: 1024px) {
  .contactinfo .phone {
    font-size: clamp( 12px, 0.7em , 14px );
    line-height: 1.57142857;
    letter-spacing: -0.02em;
  }
}
.contactinfo a {
  color: #fff;
  transition: color 0.33s ease-in-out;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .contactinfo a {
    font-weight: 300;
  }
}
.contactinfo a::after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  background-color: currentColor;
  transition: transform 0.33s ease-in-out;
  transform-origin: left;
  transform: scaleX(0);
}
@media only screen and (max-width: 1023px) {
  .contactinfo a::after {
    bottom: 0.5em;
  }
}
.contactinfo a:focus::after,
.contactinfo a:hover::after {
  transform: scaleX(1);
}
/* ==================================================================
	slideshow
=================================================================== */
#slideshow {
  text-align: center;
  min-height: 33.33333333vw;
  background: #000;
  position: relative;
  z-index: 400;
  color: #fff;
}
@media only screen and (max-width: 1428px) {
  #slideshow {
    /*min-height: 500px;*/
  }
}
@media only screen and (min-width: 1429px) and (max-width: 1299px) {
  #slideshow {
    width: 100%;
    margin-top: 0;
    top: 0;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1999px) {
  #slideshow {
    height: 700px;
    min-height: 700px;
  }
}
#slideshow #home-slideshow {
  width: 100%;
  margin: 0;
}
@media only screen and (max-width: 1428px) {
  #slideshow #home-slideshow {
    width: 1429px;
    margin: 0 calc( -714.5px  + 50vw );
  }
}
@media only screen and (max-width: 717px) {
  #slideshow #home-slideshow {
    width: 718px;
    margin: 0 calc( -359px  + 50vw );
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1999px) {
  #slideshow #home-slideshow {
    width: 2000px;
    margin: 0 calc(-1000px + 50vw);
    position: relative;

      top: 50%;
      transform: translateY(-50%);
  }
}

#slideshow #home-slideshow video{
  width: 100%;
  max-width: none;
  vertical-align: top;
}

#slideshow #home-slideshow .hpslide {
  width: 100%;
  max-width: none;
}
#slideshow::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 400;
  background-color: rgba(19, 21, 22, 0.2);
}
#slideshow .ssoverlay {
  width: 100%;
  padding: 0 3%;
  display: block;
  position: absolute;
  left: 0;
  transform: translate(0, -50%);
  z-index: 420;
}
@media only screen and (max-width: 1023px) {
  #slideshow .ssoverlay {
    top: 50%;
  }
}
@media only screen and (min-width: 1024px) {
  #slideshow .ssoverlay {
    top: calc(50% + 4.1em );
  }
}
#slideshow .ssoverlay .slogan {
  line-height: 1.06153846;
  font-size: clamp( 12px, 3.25em , 65px );
  font-size: min(3.25em, 10vw);
  color: currentcolor;
  margin: 0 auto;
  display: block;
  font-style: italic;
  font-family: 'Noto Serif', Helvetica, Arial, sans-serif;
  font-weight: 400;
}
@media only screen and (min-width: 1300px) {
  #slideshow .ssoverlay .slogan {
    opacity: 0;
  }
}
/* ==================================================================
	.spotlight
=================================================================== */
.spotlight {
  text-align: center;
  position: relative;
  z-index: 400;
}
.spotlight.z500 {
  z-index: 500;
}
.spotlight > div {
  position: relative;
}
@keyframes spot01img {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.025);
  }
}
/* ===============================================
	spot00 || COMMON SERVICES/CALLOUT-LIKE SECTION EXAMPLE
=============================================== */
.spot01 {
  text-align: center;
  color: #1a4974;
  margin: 0;
  padding: 2em 5vw;
  position: relative;
  z-index: 410;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.7em;
  font-size: min(5vw, 20px);
}
@media only screen and (min-width: 666px) {
  .spot01 {
    font-size: min(2.65vw, 20px);
    padding: 3.75em 5vw 5em;
  }
}
@media only screen and (min-width: 1024px) {
  .spot01 {
    font-size: min(1.45vw, 1em);
    padding: 4.5em 0 5em;
  }
}
.spot01 h2.topic {
  line-height: 1.15;
  font-size: clamp( 12px, 2em , 40px );
  color: #2568a7;
  font-family: 'Noto Serif', Helvetica, Arial, sans-serif;
  width: 100%;
  display: block;
  font-weight: 400;
  margin: 0 auto 0.7em;
}
.spot01 a {
  color: #fff;
  width: 100%;
  max-width: 16em;
  padding: 0;
  display: block;
  position: relative;
}
.spot01 a .decoration {
  width: 100%;
  margin-bottom: 0.5em;
  overflow: hidden;
}
.spot01 a .decoration img {
  transition: filter 0.33s ease-in-out;
  width: 100%;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
}
.spot01 a h3.topic {
  height: 5.33333333em;
  line-height: 5.2;
  font-size: clamp( 12px, 0.75em , 15px );
  text-transform: uppercase;
  color: currentcolor;
  width: 100%;
  display: block;
  background-color: #1a4974;
  font-weight: 500;
  letter-spacing: 0.16em;
  position: relative;
  perspective: 1500px;
  -webkit-perspective: 1500px;
}
.spot01 a h3.topic::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #1a4974;
  z-index: -1;
  transition: transform 0s ease-in-out, background-color 0.33s ease-in-out;
  outline: 1px solid #fff;
  outline-offset: -0.75em;
  transform: translate3d(0, 0, 0) rotateX(0deg);
}
.spot01 a:focus .decoration img,
.spot01 a:hover .decoration img {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  transform: scale(1);
  animation: spot01img 0.33s ease-in-out;
}
.spot01 a:focus h3.topic,
.spot01 a:hover h3.topic {
  background: none;
}
.spot01 a:focus h3.topic::before,
.spot01 a:hover h3.topic::before {
  transform: translate3d(0, 0, 0) rotateX(180deg);
  background-color: #2468a7;
  transition-duration: 0.33s, 0s;
  transition-delay: 0s, 0.165s;
}
/* ===============================================
	spot00 || COMMON SERVICES/CALLOUT-LIKE SECTION EXAMPLE
=============================================== */
.spot02 {
  text-align: center;
  color: #1a4974;
  margin: 0;
  font-size: 3.2vw;
  padding: 3em 0;
  position: relative;
  z-index: 410;
  background: #ccc center / cover no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 2em;
}
.spot02::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 666px) {
  .spot02 {
    font-size: min(4vw, 20px);
    padding: 5em 11vw;
  }
}
@media only screen and (min-width: 1024px) {
  .spot02 {
    font-size: inherit;
    padding: 8.1em 0 9.9em;
  }
  .spot02::before {
    content: none;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1999px) {
  .spot02 {
    background-size: auto;
  }
}
.spot02 a {
  color: #fff;
  width: 12em;
  height: 12em;
  padding: 1.9em 0 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  vertical-align: top;
  position: relative;
  transition: color 0.33s ease-in-out;
}
.spot02 a::before {
  content: "";
  border: 1px solid #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
}
.spot02 a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #2d6ba9;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
  z-index: 2;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  transform: scale(0.5) rotate(45deg);
  opacity: 0;
}
.spot02 a h2.topic {
  line-height: 0.976;
  font-size: 1.5em;
  color: currentcolor;
  width: 100%;
  display: block;
  font-family: 'Noto Serif', Helvetica, Arial, sans-serif;
  font-weight: 400;
  z-index: 3;
  margin-bottom: 0.9em;
  transition: transform 0.33s ease-in-out;
}
@media only screen and (min-width: 1024px) {
  .spot02 a h2.topic {
    font-size: clamp( 12px, 1.25em , 25px );
  }
}
.spot02 a .icon {
  display: block;
  z-index: 3;
  width: 1.55em;
  height: auto;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  animation: spot02-arrow-hover-out 0.33s ease-in-out forwards;
  opacity: 0;
  pointer-events: none;
}
.spot02 a:focus,
.spot02 a:hover {
  z-index: 400;
}
.spot02 a:focus::before,
.spot02 a:hover::before {
  opacity: 0;
  transform: scale(0.5) rotate(-45deg);
}
.spot02 a:focus::after,
.spot02 a:hover::after {
  transform: scale(1) rotate(0deg);
  opacity: 1;
}
.spot02 a:focus h2.topic,
.spot02 a:hover h2.topic {
  transform: translate(0, -0.5em);
}
.spot02 a:focus .icon,
.spot02 a:hover .icon {
  animation: spot02-arrow-hover-in 0.33s ease-in-out forwards;
  opacity: 1;
}
@keyframes spot02-arrow-hover-in {
  0% {
    transform: translate(-500%, 0%);
  }
  100% {
    transform: translate(0.1em, -0.75em);
  }
}
@keyframes spot02-arrow-hover-out {
  0% {
    transform: translate(0.1em, -0.75em);
  }
  100% {
    transform: translate(500%, 0%);
  }
}
/* ==================================================================
	subnav
=================================================================== */
#subnav {
  text-align: center;
  color: #fff;
  padding: 3.25em 0;
  position: relative;
  overflow: hidden;
  background-color: #1a4973;
}
@media only screen and (max-width: 1299px) {
  #subnav {
    display: none;
  }
}
@media only screen and (min-width: 1300px) {
  #subnav {
    padding-top: 11em;
  }
}
@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;
}
@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;
    width: 100%;
  }
}
#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:after {
  content: '';
  width: 100%;
  height: 2px;
  background: currentcolor;
  display: block;
  position: absolute;
  bottom: 0.15em;
  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 {
  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.9em;
  display: inline-block;
  vertical-align: top;
}
/* ==================================================================
	content
=================================================================== */
#bd {
  padding: 3em 0;
  background: #fff;
  position: relative;
  z-index: 400;
}
@media only screen and (min-width: 768px) {
  #bd {
    padding: 4em 0 3.5em;
  }
  #bd.sub {
    min-height: 46em;
  }
}
@media only screen and (min-width: 1024px) {
  #bd {
    padding-top: 10em;
  }
}
@media only screen and (min-width: 1300px) {
  #bd {
    padding-top: 4em;
  }
}
#bd.sub:after {
  content: none;
  line-height: 0.88709677;
  font-size: min(3.1em, 5vw);
  color: #2e2f2a;
  font-family: 'Noto Serif', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: italic;
  height: 100%;
  background: #f8f5f5;
  display: flex;
  align-items: flex-end;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  pointer-events: none;
  padding: 0 0 1.55em 1.1em;
}
@media only screen and (min-width: 768px) {
  #bd.sub:after {
    content: 'Artists in Dentistry';
    font-size: min(1.75em, 5vw);
    width: 24%;
  }
}
@media only screen and (min-width: 1024px) {
  #bd.sub:after {
    font-size: min(3.1em, 4.25vw);
    width: auto;
    left: calc(50% + 5.0483871em );
  }
}
@media only screen and (min-width: 1860px) {
  #bd.sub:after {
    padding-right: 14vw;
  }
}
#bd .container {
  width: 90%;
  max-width: 65.6em;
}
#content {
  max-width: 798.5px;
  display: block;
}
@media only screen and (min-width: 768px) {
  #content {
    width: 60.86128049%;
    max-width: 39.925em;
    float: left;
  }
}
@media only screen and (min-width: 1300px) {
  #content {
    width: 60.86128049%;
  }
}
#content .content-text {
  line-height: 1.68421053;
}
@media only screen and (min-width: 666px) {
  #content .content-text {
    font-size: min(2.3vw, 19px );
  }
}
@media only screen and (min-width: 768px) and (max-width: 1299px) {
  #content .content-text {
    max-width: 70ch;
  }
}
@media only screen and (min-width: 1300px) {
  #content .content-text {
    font-size: 19px;
  }
}
/* ==================================================================
	.home content
=================================================================== */
.home #bd {
  padding: 3em 0;
  background-color: #e0e0dd;
}
@media only screen and (min-width: 768px) {
  .home #bd {
    background-color: #0f2a43;
    padding: 4.95em 0 5em;
  }
}
.home #bd .container {
  width: 90%;
  max-width: 78em;
  /* @media only screen and (min-width: 768px) and (max-width: 1299px) { 
			max-width:70ch; 
		} */
}
@media only screen and (min-width: 1024px) {
  .home #bd .container {
    background-color: #e0e0dd;
    width: calc(100% - 40px);
  }
}
.home #bd .decoration {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  max-width: 42em;
  display: none;
  overflow: hidden;
}
@media only screen and (min-width: 1024px) {
  .home #bd .decoration {
    width: calc(50% + 0em);
    display: block;
  }
}
@media only screen and (min-width: 1300px) {
  .home #bd .decoration {
    width: calc(50% + 2.9em);
  }
  .home #bd .decoration__overlay {
    transform: scaleX(1);
  }
  .home #bd .decoration img {
    transform: scale(1.1);
  }
}
.home #bd .decoration__overlay {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #0f2a43;
  z-index: 2;
  transform: scaleX(0);
  transform-origin: right;
}
.home #bd .decoration img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: left;
}
.home #bd #content {
  background-color: #e0e0dd;
}
@media only screen and (min-width: 768px) {
  .home #bd #content {
    width: 100%;
    max-width: 70ch;
    margin-left: auto;
    margin-right: auto;
    float: none;
    padding: 3em 3em;
  }
}
@media only screen and (min-width: 1024px) {
  .home #bd #content {
    max-width: 38.75em;
    width: 49.67948718%;
    padding: 3.5em;
    margin-left: 0;
  }
  .home #bd #content .content-text,
  .home #bd #content > header {
    width: 100%;
    max-width: 476px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1300px) {
  .home #bd #content {
    max-width: 36em;
    width: 46.15384615%;
    padding: 3.5em 2em 2.65em;
  }
}
@media only screen and (min-width: 666px) {
}
@media only screen and (min-width: 1024px) {
}
.home #bd #content .content-text h2 {
  font-size: 1.31578947em;
  line-height: 1.28;
  margin-bottom: 0.7em;
}
.home #bd #content .content-text ol,
.home #bd #content .content-text ul {
  margin: 0 0 1.3em 2.5em;
}
.home #bd #content .content-text ol li,
.home #bd #content .content-text ul li {
  margin: 0 0 1.3em 0;
}
.home #bd #content .content-text ol li:nth-last-of-type(1),
.home #bd #content .content-text ul li:nth-last-of-type(1) {
  margin: 0;
}
.home #bd #content p {
  margin-bottom: 1.2em;
}
/* ==================================================================
	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: #2568a7;
  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: #2568a7;
  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: #1a4974;
}
.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: #1a4974;
  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.4;
  font-size: clamp( 12px, 1.25em , 25px );
  font-weight: 400;
  text-decoration: none;
  color: #2568a7;
  font-family: 'Noto Serif', Helvetica, Arial, sans-serif;
  transition-duration: 0s;
}
.sitemap #content ul ul li a {
  line-height: 1.68421053;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  color: #000000;
  margin-left: 0;
  font-family: 'Noto Sans', Helvetica, Arial, sans-serif;
}
.sitemap #content a:focus,
.sitemap #content a:hover {
  color: #1a4974;
  opacity: 0.7;
  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 2em;
  padding: 0;
  display: none;
  position: relative;
  z-index: 420;
}
@media only screen and (min-width: 768px) {
  #sidebar {
    width: 30.48780488%;
    margin: 0.4em -0.2em 1em 0;
    display: block;
    float: right;
    clear: right;
  }
}
/* ===============================================
	sitepics
=============================================== */
#hide-stock {
  position: relative;
}
@media only screen and (min-width: 1300px) {
  #hide-stock {
    opacity: 0;
  }
}
.stock {
  width: 100%;
  position: relative;
  outline: 1px solid #fff;
  outline-offset: -1em;
}
/* ===============================================
	show doctor image on all devices
=============================================== */
/*.home,*/
/*body[class^='meet-the-'],*/
/*body[class^='meet-our-'],*/
.meet-the-doctor #sidebar,
body[class*='meet-dr-'] #sidebar,
body[class*='meet-doctor-'] #sidebar {
  display: block;
}
body[class~='blog'] #sidebar {
  display: block;
}
body[class~='blog'] #hide-stock {
  display: none;
}
/* END SIDEBAR */
/* ===============================================
	spot00 || COMMON SERVICES/CALLOUT-LIKE SECTION EXAMPLE
=============================================== */
.spot03 {
  font-size: min(2.75vw, 1em);
  text-align: center;
  color: #1a4974;
  margin: 0;
  padding: 40px 0;
  position: relative;
  z-index: 410;
  background-color: #fff;
}
@media only screen and (min-width: 666px) {
  .spot03 {
    font-size: min(1.45vw, 1em);
    padding: 5em 0;
  }
}
.spot03 .container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
  width: 100%;
  max-width: 67.5em;
}
.spot03 a {
  color: #fff;
  width: 100%;
  max-width: 32.9em;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background-color: #000;
  transition: color 0.33s ease-in-out;
  overflow: hidden;
}
.spot03 a .decoration {
  width: 100%;
  transition: transform 0.33s ease-in-out, filter 0.33s ease-in-out;
}
.spot03 a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 40%);
  z-index: 1;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
}
@media only screen and (min-width: 1024px) {
  .spot03 a:nth-child(3)::before {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 40%);
  }
}
.spot03 a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(37, 104, 167, 0.8);
  z-index: 2;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  transform: scale(0.5) rotate(-45deg);
  opacity: 0;
}
.spot03 a .borders {
  display: block;
  position: absolute;
  top: 1em;
  left: 1em;
  width: calc(100% - 2em);
  height: calc(100% - 2em);
  z-index: 3;
  pointer-events: none;
}
.spot03 a .borders span {
  transition: transform 0.33s ease-in-out;
  background-color: #fff;
  position: absolute;
}
.spot03 a .borders span:nth-child(1) {
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  transform: scaleY(0);
}
.spot03 a .borders span:nth-child(2) {
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transform: scaleX(0);
}
.spot03 a .borders span:nth-child(3) {
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  transform: scaleY(0);
}
.spot03 a .borders span:nth-child(4) {
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  transform: scaleX(0);
}
.spot03 a h2.topic {
  line-height: 1;
  font-size: clamp( 12px, 1.45em , 29px );
  text-transform: uppercase;
  color: currentcolor;
  display: block;
  position: absolute;
  bottom: 1.3em;
  left: 6.25%;
  z-index: 3;
  font-weight: 300;
  perspective: 1500px;
  -webkit-perspective: 1500px;
  transition: transform 0.33s ease-in-out;
}
.spot03 a h2.topic span.trait {
  display: block;
  transition: transform 0.33s ease-in-out;
}
.spot03 a:focus,
.spot03 a:hover {
  z-index: 400;
}
.spot03 a:focus .borders span:nth-child(1),
.spot03 a:hover .borders span:nth-child(1),
.spot03 a:focus .borders span:nth-child(3),
.spot03 a:hover .borders span:nth-child(3) {
  transform: scaleY(1);
}
.spot03 a:focus .borders span:nth-child(2),
.spot03 a:hover .borders span:nth-child(2),
.spot03 a:focus .borders span:nth-child(4),
.spot03 a:hover .borders span:nth-child(4) {
  transform: scaleX(1);
}
.spot03 a:focus::after,
.spot03 a:hover::after {
  transform: scale(1) rotate(0deg);
  opacity: 1;
}
.spot03 a:focus::before,
.spot03 a:hover::before {
  opacity: 0;
}
.spot03 a:focus .decoration,
.spot03 a:hover .decoration {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
}
.spot03 a:focus h2.topic,
.spot03 a:hover h2.topic {
  transform: translate3d(calc( 9.82758621em  - 50%), calc( -6.03448276em  + 0%), 0px);
}
.spot03 a:focus h2.topic .trait,
.spot03 a:hover h2.topic .trait {
  transform: translate3d(0, 0, 0) rotateX(360deg);
}
/* ===============================================
	spot00 || COMMON TESTIMONIAL SLIDESHOW SECTION EXAMPLE
=============================================== */
.spot04 {
  font-size: min(4vw, 1em);
  padding: 4em 0;
  background-color: #1a4973;
}
@media only screen and (min-width: 666px) {
  .spot04 {
    padding: 5.75em 0 4.65em;
  }
}
.spot04 h2.topic {
  line-height: 1;
  font-size: clamp( 12px, 1.8em , 36px );
  color: #fff;
  display: inline-block;
  vertical-align: top;
  font-family: 'Noto Serif', Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin-bottom: 0.88888889em;
  position: relative;
}
.spot04 h2.topic .trait {
  display: block;
  font-style: italic;
}
.spot04 h2.topic .left-border,
.spot04 h2.topic .right-border {
  content: "";
  height: 3px;
  width: 3.27777778em;
  background-color: #fff;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.spot04 h2.topic .left-border {
  right: calc(100% + 0.85em);
}
.spot04 h2.topic .right-border {
  left: calc(100% + 1em);
}
.spot04 .container {
  width: 100%;
  max-width: none;
  margin-bottom: 1.6em;
}
.spot04 .cycle-slideshow {
  color: #fff;
  width: 90%;
  max-width: 50em;
  margin: 0 auto;
  display: block;
  min-height: 15em;
}
@media only screen and (min-width: 768px) {
  .spot04 .cycle-slideshow {
    width: 70%;
  }
}
.spot04 .cycle-slide {
  width: 100%;
  margin: 0;
  display: block;
  transition: color 0.33s ease-in-out;
  position: absolute;
  opacity: 0;
}
.spot04 .cycle-slide figure {
  margin: 0;
}
.spot04 .testimony {
  line-height: 1.20588235;
  font-size: min(1.7em, 5vw);
  margin: 0 auto 0.5em;
  display: block;
  font-family: 'Noto Serif', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: italic;
}
.spot04 .testifier {
  line-height: 1.86956522;
  font-size: clamp( 12px, 1.15em , 23px );
  text-transform: uppercase;
  font-weight: 400;
  font-family: 'Noto Serif', Helvetica, Arial, sans-serif;
  display: block;
}
.spot04 .controls {
  line-height: 0;
  width: 92%;
  max-width: 66em;
  margin: 40px auto 60px;
  display: block;
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  .spot04 .controls {
    text-align: right;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    transform: translate(0, -50%);
  }
}
.spot04 .controls > button {
  font-size: clamp( 12px, 1em , 20px );
  text-align: center;
  color: #fff;
  min-width: 24px;
  min-height: 24px;
  padding: 0;
  background: none;
  border: none;
  -webkit-appearance: none;
  display: inline-block;
  vertical-align: top;
  transition: transform 0.33s ease-in-out, color 0.33s ease-in-out;
  pointer-events: auto;
  cursor: pointer;
  transform: translate3d(0, 0, 0) scale(1);
  line-height: 0;
}
@media only screen and (max-width: 1299px) {
  .spot04 .controls > button {
    width: 54px;
    height: auto;
  }
}
@media only screen and (min-width: 1300px) {
  .spot04 .controls > button {
    width: 1.85em;
    height: 3.45em;
  }
}
.spot04 .controls > button:focus,
.spot04 .controls > button:hover {
  color: skyblue;
}
.spot04 .controls > button:active {
  transform: translate3d(0, 0, 0) scale(0.8);
}
.spot04 .controls > button.prev {
  margin-right: 1em;
}
@media only screen and (min-width: 768px) {
  .spot04 .controls > button.prev {
    float: left;
  }
}
.spot04 .spotbtn__dropdown {
  position: relative;
  width: auto;
  display: inline-block;
  vertical-align: top;
}
.spot04 .spotbtn__dropdown .socialmedia {
  line-height: 0;
  text-align: center;
  width: max-content;
  height: auto;
  margin: 0;
  padding: 0;
  position: absolute;
  top: calc(100% + 0.65em);
  left: 50%;
  justify-content: center;
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out, visibility 0.33s ease-in-out;
  opacity: 0;
  transform: translate(-50%, 50%);
  pointer-events: none;
  visibility: hidden;
  list-style: none;
}
.spot04 .spotbtn__dropdown .socialmedia a {
  font-size: 25px;
  color: #fff;
  line-height: 44px;
  display: block;
  position: relative;
  transition: opacity 0.33s ease-in-out, color 0.33s ease-in-out, background-color 0.33s ease-in-out;
  background-color: #2568a7;
  text-align: left;
  padding: 0 0.5em;
}
.spot04 .spotbtn__dropdown .socialmedia a:not(.spot) {
  display: none;
}
.spot04 .spotbtn__dropdown .socialmedia a .cta {
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
}
.spot04 .spotbtn__dropdown .socialmedia a:focus-visible {
  opacity: 0.5;
  outline: auto;
}
.spot04 .spotbtn__dropdown .socialmedia a:focus:active {
  outline: transparent;
}
.spot04 .spotbtn__dropdown .socialmedia a:hover,
.spot04 .spotbtn__dropdown .socialmedia a:focus {
  z-index: 400;
  background-color: #0f2a43;
}
.spot04 .spotbtn__dropdown .socialmedia a:hover .icon,
.spot04 .spotbtn__dropdown .socialmedia a:focus .icon {
  --fa-bounce-height: -0.2em;
  animation: fa-bounce 1s ease;
}
.spot04 .spotbtn__dropdown .socialmedia a .icon {
  position: relative;
  display: inline-block;
  vertical-align: 0.5px;
}
.spot04 .spotbtn {
  font-size: clamp( 12px, 0.6em , 12px );
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background: none;
  border: 1px solid #fff;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
  transition: color 0.33s ease-in-out;
  font-weight: 500;
  letter-spacing: 0.26em;
  padding: 0 1.5em;
  margin: 0.5em 0.6em;
}
@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: 4.58333333;
  }
}
.spot04 .spotbtn::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #2568a7;
  z-index: -1;
  transform: scaleX(0);
  transition: transform 0.33s ease;
  transform-origin: left;
}
.spot04 .spotbtn.last {
  padding: 0 1.5em 0 1.7em;
}
.spot04 .spotbtn:hover,
.spot04 .spotbtn:not([onclick]):focus,
.spot04 .spotbtn.active {
  color: #fff;
}
.spot04 .spotbtn:hover::before,
.spot04 .spotbtn:not([onclick]):focus::before,
.spot04 .spotbtn.active::before {
  transform: scaleX(1);
}
.spot04 .spotbtn.active + .socialmedia {
  opacity: 1;
  transform: translate(-50%, 0%);
  pointer-events: all;
  visibility: visible;
}
/* ==================================================================
	#ft
=================================================================== */
#ft {
  text-align: center;
  color: #fff;
  width: 100%;
  padding: 0;
  background: #ccc no-repeat center center;
  background-size: cover;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
}
@media only screen and (min-width: 1024px) {
  #ft {
    background-size: auto 100%;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1924px) {
  #ft {
    background-position: calc(25% + 1em);
  }
}
#ft a {
  color: #fff;
  transition: color 0.33s ease-in-out;
}
#ft a:focus,
#ft a:hover {
  color: skyblue;
}
/* ===============================================
		locations
=============================================== */
#location {
  width: 100%;
  padding: 3em 0;
  background-color: rgba(15, 42, 67, 0.9);
  display: block;
}
@media only screen and (min-width: 768px) {
  #location {
    padding: 5em 0;
  }
}
@media only screen and (min-width: 1024px) {
  #location {
    background-color: #0f2a43;
    width: calc(50% - 3px);
    margin-left: auto;
    padding: 7.1em 0 1.25em;
  }
}
@media only screen and (min-width: 1300px) {
  #location {
    padding-top: 7.6em;
  }
}
#location .mod {
  text-align: center;
  width: 90%;
  max-width: 28.55em;
  display: block;
  margin: 0 auto;
}
#location .mod__items {
  display: block;
  margin-bottom: 2.25em;
}
@media only screen and (min-width: 480px) {
  #location .mod__items {
    margin-bottom: 4.5em;
  }
}
@media only screen and (min-width: 1024px) {
  #location .mod__items {
    margin-bottom: 10.8em;
  }
}
#location .mod__item {
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 479px) {
  #location .mod__item--first {
    margin-bottom: 2em;
  }
}
@media only screen and (min-width: 480px) {
  #location .mod__item {
    display: inline-block;
    vertical-align: top;
    min-width: 10em;
    margin: 0 0.85em;
  }
  #location .mod__item--first {
    text-align: right;
  }
  #location .mod__item--last {
    text-align: left;
  }
}
#location .mod__item.hovered .address .marker {
  transform: translate(0, 0) scale(2);
}
#location .logo {
  line-height: 0;
  text-align: center;
  margin: 0 auto 3.3em;
  display: block;
  max-width: 28.55em;
  width: 100%;
}
#location .logo:focus {
  opacity: 0.51;
}
#location .logo svg {
  width: 100%;
  height: auto;
}
#location .city {
  line-height: 1;
  font-size: clamp( 12px, 1.35em , 27px );
  display: block;
  font-family: 'Noto Serif', Helvetica, Arial, sans-serif;
  font-weight: 400;
}
@media only screen and (min-width: 480px) {
  #location .city {
    margin-bottom: 0.6em;
  }
}
@media only screen and (max-width: 767px) {
  #location .city {
    line-height: 44px;
  }
}
@media only screen and (min-width: 768px) {
  #location .city {
    line-height: 1;
  }
}
#location .phone {
  font-size: clamp( 12px, 0.8em , 16px );
  display: block;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  #location .phone {
    line-height: 44px;
  }
}
@media only screen and (min-width: 768px) {
  #location .phone {
    line-height: 1.3125;
  }
}
#location .address {
  font-size: clamp( 12px, 0.8em , 16px );
  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.3125;
  }
}
#location .address .marker {
  line-height: 1;
  font-size: 4.125em;
  color: #2e7fce;
  margin-right: 4.72727273em;
  position: absolute;
  top: 2.92424242em;
  right: 50%;
  z-index: 400;
  transition: transform 0.33s ease-in-out;
  transform-origin: center bottom;
  width: auto;
}
@media only screen and (max-width: 1023px) {
  #location .address .marker {
    display: none;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1924px) {
  #location .address .marker {
    display: block;
  }
  #location .address .marker--first {
    margin-right: 0;
    top: 8.75em;
    right: calc(75% + 2.7em);
  }
  #location .address .marker--last {
    margin-right: 0;
    right: calc(75% - 3.15em);
  }
}
@media only screen and (min-width: 1925px) {
  #location .address .marker--last {
    top: 8.8em;
    margin-right: 10.575em;
  }
}
#location .address .marker:before {
  color: currentcolor;
}
#location .address .marker:after {
  content: '';
  width: 1.10606061em;
  height: 1.01515152em;
  background: url(../images/footer/shadowalt.svg) no-repeat center center;
  bottom: -0.15em;
  left: 0.2em;
  z-index: -1;
  background-size: cover;
  position: absolute;
  pointer-events: none;
}
#location .address:focus .marker,
#location .address:hover .marker {
  transform: translate(0, 0) scale(2);
}
/* ==================================================================
		#links
=================================================================== */
#links {
  text-align: center;
  color: #000;
  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: 5em;
    padding: 1.4em 0 0;
  }
}
#location .util {
  font-size: clamp( 12px, 0.6em , 12px );
}
@media only screen and (min-width: 480px) {
  #location .util {
    width: auto;
    margin: 0;
    display: inline-block;
    vertical-align: top;
  }
}
@media only screen and (max-width: 1299px) {
  #location .util {
    line-height: 44px;
  }
}
@media only screen and (min-width: 1300px) {
  #location .util {
    line-height: 3.66666667;
  }
}
#location .util a {
  color: #fff;
  transition: color 0.33s ease-in-out;
  display: inline-block;
}
@media only screen and (max-width: 479px) {
  #location .util a {
    display: block;
  }
}
#location .util a:focus,
#location .util a:hover {
  color: skyblue;
}
#location .util .divider {
  display: inline-block;
  margin: 0 0.75em;
}
@media only screen and (max-width: 479px) {
  #location .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 {
  fill: currentcolor;
  transition: fill 0.33s ease-in-out;
}
/* ===============================================
	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;
  }
}
a#backtotop {
  font-size: clamp( 12px, 0.65em , 13px );
  color: #fff;
  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:focus,
a#backtotop:hover {
  color: skyblue;
}
a#backtotop:focus .icon,
a#backtotop:hover .icon {
  animation: fa-bounce 1s ease;
}
/*superlative*/
/************************************************************************************************************************************************/
/* hr element - div.hr */
hr,
.types-of-braces #content div.clear {
  font-size: inherit;
  width: 100%;
  margin: 1.58em 0;
  height: 1px;
  background: #666;
  border: none;
  display: block;
}
.brushing-and-flossing .content-text hr {
  float: left;
}
/* ===============================================
	Form Buttons
=============================================== */
form button {
  letter-spacing: normal;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  color: #2568a7;
  height: 48px;
  line-height: 44px;
  padding: 0 1.5em;
  background: none;
  border: 2px solid #2568a7;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out, border-color 0.33s ease-in-out;
  overflow: hidden;
  font-weight: 500;
  letter-spacing: 0.26em;
  position: relative;
  z-index: 1;
}
form button::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #2568a7;
  z-index: -1;
  transform: skew(45deg) translate(-150%, 0) scaleX(1.5);
  transition: transform 0.66s ease;
}
form button:focus,
form button:hover {
  color: #fff;
}
form button:focus::before,
form button:hover::before {
  transform: skew(45deg) translate(0%, 0) scaleX(1.5);
}
form p {
  height: auto;
}
/* ===============================================
	skip link styles
=============================================== */
.skiplink {
  line-height: 2;
  font-size: 12px;
  color: #fff;
  padding: 0.5em 1em;
  background-color: #1a4974;
  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: #2568a7;
  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: #1a4974;
}
/* ===============================================
	.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,
  .sitemap #bd.sub::before,
  .layout-full-width #bd.sub::before {
    content: none;
  }
  .sitemap #bd.sub,
  .layout-full-width #bd.sub {
    min-height: auto;
  }
  .sitemap #content,
  .layout-full-width #content {
    width: 70%;
    /* count out 90-100 characters per line to determine width */
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .sitemap #sidebar,
  .layout-full-width #sidebar {
    display: none;
  }
  /* ===============================================
	custom content
=============================================== */
  .speed-system img[alt='Speed Braces'] {
    display: block;
  }
  /* ===============================================
	PAGE SPECIFIC
=============================================== */
  .which-is-right-for-me #content p {
    display: inline-block;
    float: left;
  }
  .which-is-right-for-me #content a[href^='/sesame_media/docs/'] {
    text-align: center;
    width: 100%;
    display: block;
    clear: both;
  }
  .which-is-right-for-me #content a[href^='/sesame_media/docs/'] img {
    display: inline-block;
  }
  .in-ovation-testimonials .embed-container {
    margin-right: auto;
    margin-left: auto;
    display: block;
  }
  [class^='inovation-chart-'] {
    max-width: 50%;
    display: inline-block;
  }
  .in-ovation-before-after #content p {
    text-align: center;
    margin-bottom: 0;
  }
  .in-ovation-before-after .content-text h3 {
    text-align: center;
  }
  .in-ovation-before-after .content-text .img-left,
  .in-ovation-before-after .content-text .border {
    max-width: 44%;
    margin: 2%;
    display: inline-block;
    float: none;
  }
  .in-ovation-videos .content-text h2 {
    text-align: center;
  }
  .in-ovation-videos .content-text .embed-container {
    margin-right: auto;
    margin-left: auto;
    display: block;
  }
  body[class*='in-ovation'] .img-right {
    max-width: 40%;
  }
  /*END*/
}
/* ===============================================
	embed-container enhanced support
=============================================== */
@supports (aspect-ratio: 16 / 9) and (object-fit: cover) {
  @media only screen and (max-width: 1299px) {
    .embed-container,
    .embed-container.ratio16x9 {
      max-width: min( 42.02631579em , 90% );
    }
  }
  @media only screen and (min-width: 1300px) {
    .embed-container,
    .embed-container.ratio16x9 {
      max-width: min( 42.02631579em , 1200px );
    }
  }
}
