/* 
 Site Manager Version: 14.2.0
 Date Created: June 2025
 Account: cenkner-ortho
 Written by: Ricky Rivas
 Sesame Communications - All rights reserved. C2025
 Any reproduction or intentional misuse is strictly prohibited
*/
/* ===============================================
              options
 =============================================== */
/* ===============================================
                    colors
 =============================================== */
/* ===============================================
					fonts
=============================================== */
/* arvo-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Arvo';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/arvo-v23-latin-regular.woff2') format('woff2');
}

/* arvo-italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Arvo';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/arvo-v23-latin-italic.woff2') format('woff2');
}

/* comfortaa-300 - latin */
@font-face {
  font-display: swap;
  font-family: 'Comfortaa';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/comfortaa-v46-latin-300.woff2') format('woff2');
}

/* comfortaa-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Comfortaa';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/comfortaa-v46-latin-regular.woff2') format('woff2');
}

/* comfortaa-500 - latin */
@font-face {
  font-display: swap;
  font-family: 'Comfortaa';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/comfortaa-v46-latin-500.woff2') format('woff2');
}

/* comfortaa-600 - latin */
@font-face {
  font-display: swap;
  font-family: 'Comfortaa';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/comfortaa-v46-latin-600.woff2') format('woff2');
}

/* comfortaa-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'Comfortaa';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/comfortaa-v46-latin-700.woff2') format('woff2');
}

/* jost-300 - latin */
@font-face {
  font-display: swap;
  font-family: 'Jost';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/jost-v19-latin-300.woff2') format('woff2');
}

/* jost-300italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Jost';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/jost-v19-latin-300italic.woff2') format('woff2');
}

/* jost-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Jost';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/jost-v19-latin-regular.woff2') format('woff2');
}

/* jost-italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Jost';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/jost-v19-latin-italic.woff2') format('woff2');
}

/* jost-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'Jost';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/jost-v19-latin-700.woff2') format('woff2');
}

/* jost-700italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Jost';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/jost-v19-latin-700italic.woff2') format('woff2');
}

/* ==================================================================
Basic Stylings
These will affect every size of the site.
================================================================== */
html {
  scroll-behavior: smooth;
}

/* ===============================================
	body 
=============================================== */
body,
input,
select,
textarea {
  font-family: 'Jost', Helvetica, Arial, sans-serif;
}

form button,
button {
  font-family: 'Jost', Helvetica, Arial, sans-serif;
}

svg {
  display: inline-block;
}

body {
  color: #000000;
  background: #f5f5f5;
  position: relative;
  overflow: hidden;
}

@media only screen and (min-width: 1300px) {
  body {
    font-size: 20px;
  }
}

/* ===============================================
	links 
=============================================== */
a {
  text-decoration: none;
}

#content a {
  color: #ef4b4c;
  text-decoration: underline;
  transition: color 0.33s ease-in-out;
}

#content a:focus,
#content a:hover {
  color: #28abe2;
}

/* ===============================================
	h family || hfam 
=============================================== */
h1,
h2:not(.topic),
h3:not(.topic),
h4,
h5,
h6 {
  line-height: 1;
  text-align: left;
  color: #28abe2;
  font-weight: 400;
  text-rendering: auto;
  margin: 0 0 1.44em;
  font-family: "Arvo", serif;
}

.sub h1 {
  font-size: 10vw;
  font-weight: 400;
  margin-bottom: 0em;
  line-height: 0.97288136em;
}

@media only screen and (min-width: 480px) {
  .sub h1 {
    font-size: 2.95em;
  }
}

@media only screen and (min-width: 1024px) {
  .sub h1 {
    display: block;
    width: calc(100% - 1em);
    max-width: 6.77966102em;
    margin: 0 0.50847458em 0 auto;
  }
}

.home h1 {
  font-size: 10vw;
  text-align: center;
  margin: 0 0 0.375em;
}

@media only screen and (min-width: 480px) {
  .home h1 {
    font-size: 3.4em;
    font-size: min(3.4em, 10vw);
  }
}

.home h1 .trait.top {
  line-height: 1;
  font-size: 0.51470588em;
  text-transform: uppercase;
  color: #1b3561;
  font-family: "Comfortaa", sans-serif;
  font-weight: 300;
  letter-spacing: 0.4em;
  display: block;
}

.home h1 .trait.bottom {
  color: #1b3561;
}

h2:not(.topic) {
  font-size: 1.31578947em;
  color: #1b3561;
}

h3:not(.topic) {
  font-size: 1.21052632em;
}

h4 {
  font-size: 1.10526316em;
  color: #fcb514;
}

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;
}

img.round {
  border-radius: 50%;
}

/* ==================================================================
	masthead
=================================================================== */
#masthead {
  width: 100%;
  min-height: 44px;
  padding: 0;
  background-color: #f5f5f5;
  z-index: 3000;
  position: relative;
}

@media only screen and (min-width: 666px) {
  #masthead {
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media only screen and (max-width: 1023px) {
  #masthead {
    height: 106px;
  }
}

@media only screen and (min-width: 1024px) {
  #masthead {
    font-size: min(1em, 1.35vw);
    height: 103px;
    position: fixed;
  }
}

@media only screen and (min-width: 1300px) {
  #masthead {
    font-size: min(1em, 1.5vw);
  }
}

#masthead.ready:not(.active) #logo a {
  opacity: 0;
}

@media only screen and (max-width: 1023px) {
  #masthead .container {
    width: 100%;
    max-width: none;
  }
}

/* ===============================================
TRIGGER/NAVICON
=============================================== */
#trigger {
  line-height: 44px;
  color: #28abe2;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  background: none;
  box-shadow: none;
  border: none;
  -webkit-display: none;
  position: relative;
  display: block;
  z-index: 600;
  transition: color 0.33s ease-in-out;
  cursor: pointer;
}

#trigger:focus-visible {
  color: #28abe2;
}

@media only screen and (min-width: 1024px) {
  #trigger {
    display: none;
  }
}

.open #trigger .navicon span:nth-child(1) {
  transform: translate(0, 20px) scaleX(0) rotate(0deg);
}

.open #trigger .navicon span:nth-child(4) {
  transform: translate(0, -20px) 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: 56px;
  height: 40px;
  display: inline-block;
  vertical-align: -11.5px;
  position: relative;
}

#trigger .navicon span {
  width: 100%;
  height: 8px;
  margin: auto;
  background: currentcolor;
  display: block;
  position: absolute;
  left: 0;
  opacity: 1;
  transform: translate(0, 0) scaleX(1) rotate(0deg);
  transition: transform 0.3s ease;
  border-radius: 4px;
}

#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;
  /* a{ 
		@media only screen and (max-width: 1023px) { visibility:hidden; } 
	} */
}

@media only screen and (min-width: 1024px) {
  #main-nav {
    text-align: right;
    font-size: inherit;
    display: inline-block;
    width: auto;
    right: 1.25em;
    left: auto;
    height: 70px;
    margin-top: 40px;
    background: none;
    box-shadow: none;
    top: auto;
    bottom: 0;
    z-index: 2900;
  }
}

@media only screen and (min-width: 1300px) {
  #main-nav {
    right: 2em;
  }
}

#main-nav.open {
  /* a{  
			@media only screen and (max-width: 1023px) { visibility:visible; } 
		} */
}

@media only screen and (max-width: 665px) {
  #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 (min-width: 666px) and (max-width: 1023px) {

  #main-nav.open .collapsible>ul,
  #main-nav.open .collapsible .socialmedia {
    transition-duration: 0.33s;
    transition-timing-function: ease;
    transform: translate(0, 0);
    visibility: visible;
    pointer-events: auto;
    opacity: 1;
  }
}

#main-nav .mod {
  display: inline-flex;
  vertical-align: top;
  justify-content: center;
  align-items: center;
  z-index: 777;
  min-width: max-content;
  padding: 40px 0 0;
  background-color: #fff;
  width: 100%;
  margin: -1px 0;
}

@media only screen and (min-width: 666px) {
  #main-nav .mod {
    padding: 0;
    margin: 0;
    background: none;
    width: auto;
  }
}

@media only screen and (min-width: 666px) and (max-width: 1023px) {
  #main-nav .mod {
    position: absolute;
    top: 0;
    right: 116px;
    height: 100%;
  }
}

@media only screen and (max-width: 665px) {
  #main-nav .collapsible {
    width: 100vw;
    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 (min-width: 666px) {
  #main-nav .collapsible {
    margin: 0 auto;
    position: relative;
  }
}

@media only screen and (min-width: 666px) and (max-width: 1023px) {
  #main-nav .collapsible {
    position: static;
  }

  #main-nav .collapsible>ul,
  #main-nav .collapsible .socialmedia {
    float: right;
    width: 320px;
    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 (min-width: 1024px) {
  #main-nav .collapsible.container {
    display: inline-block;
    vertical-align: top;
    width: auto;
  }
}

#main-nav .container {
  height: 100%;
  padding: 0;
}

@media only screen and (min-width: 1024px) {
  #main-nav .container {
    width: 96%;
    max-width: right;
  }
}

#main-nav .collapsible>ul>li:nth-child(1) {
  --accent: #fcb514;
}

#main-nav .collapsible>ul>li:nth-child(2) {
  --accent: #28ABE2;
}

#main-nav .collapsible>ul>li:nth-child(3) {
  --accent: #D9E153;
}

#main-nav .collapsible>ul>li:nth-child(4) {
  --accent: #fcb514;
}

#main-nav .collapsible>ul>li:nth-child(5) {
  --accent: #ef4b4c;
}

#main-nav .collapsible>ul>li:nth-child(6) {
  --accent: #28ABE2;
}

#main-nav .collapsible>ul>li:nth-child(7) {
  --accent: #D9E153;
}

/* ===============================================
TOP LEVEL ITEMS || top ul
=============================================== */
#main-nav ul {
  margin: 0;
  padding: 40px 0 40px;
  background-color: #1b3561;
  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: 70px;
    width: auto;
    margin: 0 0.5em 0 0;
    padding: 0;
    background: none;
    position: static;
    display: inline-block;
    vertical-align: top;
    float: none;
  }
}

@media only screen and (min-width: 1350px) {
  #main-nav ul {
    margin-right: 1.4em;
  }
}

#main-nav ul li {
  clear: both;
  cursor: pointer;
}

@media only screen and (min-width: 1024px) {
  #main-nav ul li {
    margin: 0 0.875em 0 0;
    background: none;
    vertical-align: top;
    clear: none;
  }

  #main-nav ul li a:focus-visible+ul,
  #main-nav ul li ul:focus-within,
  #main-nav ul li:hover>ul {
    width: auto;
    height: auto;
    margin: 0;
    clip: auto;
    pointer-events: auto;
  }

  #main-nav ul li.contact,
  #main-nav ul li.contact-us {
    margin-right: 0;
    padding-right: 0;
  }

  #main-nav ul li.contact:focus-visible>ul,
  #main-nav ul li.contact-us:focus-visible>ul,
  #main-nav ul li.contact:focus-within>ul,
  #main-nav ul li.contact-us:focus-within>ul,
  #main-nav ul li.contact.clicked>ul,
  #main-nav ul li.contact-us.clicked>ul,
  #main-nav ul li.contact.active>ul,
  #main-nav ul li.contact-us.active>ul,
  #main-nav ul li.contact:hover ul,
  #main-nav ul li.contact-us:hover ul {
    margin: 0;
  }

  #main-nav ul li.contact ul li a,
  #main-nav ul li.contact-us ul li a {
    text-align: center;
    float: right;
  }
}

#main-nav ul li.rate-us {
  display: none;
}

#main-nav ul li a[id] {
  line-height: 55px;
  font-size: 16px;
  color: #fff;
  font-family: "Arvo", serif;
  font-weight: 400;
  height: 55px;
  margin: 0;
  transition: color 0.33s ease;
  pointer-events: none;
  outline-offset: 0px;
}

@media only screen and (min-width: 1024px) {
  #main-nav ul li a[id] {
    color: #1b3561;
    line-height: 40px;
    font-size: clamp(12px, 0.8em, 16px);
    text-align: center;
    height: 100%;
    z-index: 3000;
    pointer-events: auto;
  }
}

#main-nav ul li a[id] .icon {
  display: block;
  width: 1.5em;
  height: 1.25em;
  position: absolute;
  top: -0.7em;
  left: 50%;
  transition: transform 0.44s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.44s cubic-bezier(0.34, 1.56, 0.64, 1);
  transform: translate(-50%, -1em) rotate(90deg) scale(0);
  opacity: 0;
}

#main-nav ul li a[id].home {
  pointer-events: auto;
}

#main-nav ul li:focus-within>a[id],
#main-nav ul li.clicked>a[id],
#main-nav ul li.active>a[id],
#main-nav ul li:hover>a[id] {
  text-decoration: none;
  transition-duration: 0.15s;
}

#main-nav ul li:focus-within>a[id] .icon,
#main-nav ul li.clicked>a[id] .icon,
#main-nav ul li.active>a[id] .icon,
#main-nav ul li:hover>a[id] .icon {
  transform: translate(-50%, 0) rotate(0deg) scale(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: #1b3561;
    border-bottom-left-radius: 1.5em;
    border-bottom-right-radius: 1.5em;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 1.5em 0 1.8em;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    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.25em;
    margin: 0;
    padding: 0;
    opacity: 1;
  }
}

#main-nav ul ul li a {
  line-height: 44px;
  font-size: clamp(12px, 0.75em, 15px);
  color: #f5f5f5;
  width: 100%;
  height: 44px;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: color 0.33s ease;
  font-family: "Comfortaa", sans-serif;
  font-weight: 700;
  outline-offset: 0px;
}

@media only screen and (min-width: 1024px) {
  #main-nav ul ul li a {
    line-height: 1.66666667;
    text-align: center;
    white-space: nowrap;
    height: 1.66666667em;
    padding: 0 3.1em;
    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: var(--accent);
  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: 0 0 1em;
    visibility: visible;
  }

  #main-nav.open ul .clicked ul li {
    height: 44px;
    opacity: 1;
  }
}

/* socialmedia */
.collapsible .socialmedia {
  line-height: 0;
  text-align: center;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 15px 0 35px;
  background: #fff;
  display: flex;
  justify-content: center;
  position: relative;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  gap: 5px;
}

@media only screen and (min-width: 666px) {
  .collapsible .socialmedia {
    float: right;
    width: 320px;
    padding-top: 35px;
  }
}

@media only screen and (min-width: 1024px) {
  .collapsible .socialmedia {
    position: fixed;
    flex-direction: column;
    border-radius: 0px;
    top: 50%;
    right: 1.5em;
    transform: translate(0, -50%);
    width: auto;
    background: none;
    padding: 0;
  }
}

.collapsible .socialmedia a {
  line-height: 48px;
  font-size: 18px;
  color: #fff;
  width: 48px;
  height: 48px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: color 0.33s ease-in-out;
  --accent: #28abe2;
  border-radius: 50%;
}

@media only screen and (min-width: 1300px) {
  .collapsible .socialmedia a {
    opacity: 0;
  }
}

.collapsible .socialmedia a:focus-visible {
  opacity: 0.5;
  outline: auto;
}

.collapsible .socialmedia a:focus:active {
  outline: transparent;
}

.collapsible .socialmedia a:focus {
  outline: 2px solid #ef4b4c;
  outline-offset: 2px;
}

.collapsible .socialmedia a::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--accent);
  border-radius: 50%;
  transition: transform 0.66s cubic-bezier(0.34, 1.56, 0.64, 1);
  transform: translate3d(0, 0, -777px) rotateX(0deg);
}

.collapsible .socialmedia a:hover {
  z-index: 400;
}

.collapsible .socialmedia a .icon {
  position: relative;
  transition: transform 0.66s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.collapsible .socialmedia a:nth-child(1) {
  --accent: #1b3561;
}

.collapsible .socialmedia a:nth-child(2) {
  --accent: #fcb514;
}

.collapsible .socialmedia a:nth-child(4) {
  --accent: #ef4b4c;
}

.collapsible .socialmedia a:nth-child(5) {
  --accent: #d9e153;
}

.collapsible .socialmedia a:hover .icon,
.collapsible .socialmedia a:focus .icon {
  transform: translate3d(0, 0, 777px) rotateY(360deg) scale(1.3);
}

.collapsible .socialmedia a:hover::before,
.collapsible .socialmedia a:focus::before {
  transform: translate3d(0, 0, -777px) rotateX(-180deg) scale(1.1);
}

/* ===============================================
	FULLMOB RULES
=============================================== */
/* ==================================================================
	header
=================================================================== */
#hd {
  text-align: center;
  color: #ef4b4c;
  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;
}

@media only screen and (min-width: 1024px) {
  #hd .container {
    width: calc(100% - 2em);
    max-width: none;
  }
}

@media only screen and (min-width: 1300px) {
  #hd .container {
    width: calc(100% - 4em);
  }
}

#hd .mod {
  justify-content: center;
  z-index: 420;
}

@media only screen and (max-width: 1023px) {
  #hd .mod {
    width: 100%;
    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: 145px;
  margin: 0 auto 0 2%;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  pointer-events: auto;
}

@media only screen and (min-width: 666px) {
  #logo {
    width: 18em;
  }
}

@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: 1 !important;
}

#logo svg {
  width: 145px;
  height: 80px;
}

#logo svg.logo-desktop {
  display: none;
}

#logo svg.logo-mobile {
  display: block;
}

@media only screen and (min-width: 666px) {
  #logo svg {
    width: 18em;
    height: 3.1em;
  }

  #logo svg.logo-desktop {
    display: block;
  }

  #logo svg.logo-mobile {
    display: none;
  }
}

/* ===============================================
	utility-nav
=============================================== */
#main-nav .utilitynav {
  line-height: 0;
  margin: 0;
  padding: 0;
  display: inline-flex;
  align-items: center;
  vertical-align: top;
  position: relative;
  z-index: 400;
  pointer-events: auto;
  flex-direction: column;
  gap: 12px;
}

@media only screen and (min-width: 666px) {
  #main-nav .utilitynav {
    flex-direction: row;
    gap: 6px;
  }
}

@media only screen and (min-width: 1024px) {
  #main-nav .utilitynav {
    gap: 3px;
  }
}

#main-nav .utilitynav__dropdown {
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-size: 20px;
}

#main-nav .utilitynav__dropdown:focus-within+.utilitynav__dropdown-list {
  opacity: 1;
  transform: translate(0, 0);
  pointer-events: all;
}

#main-nav .utilitynav__dropdown-list {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: calc(100% + 5px);
  left: 25px;
  width: 100%;
  min-width: 10.4em;
  margin: 0;
  gap: 1em;
  height: auto;
  padding: 1.2em 0 1.35em;
  list-style: none;
  background-color: #1b3561;
  text-align: left;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  opacity: 0;
  pointer-events: none;
  transform: translate(0, 1em);
}

@media only screen and (min-width: 666px) {
  #main-nav .utilitynav__dropdown-list {
    left: 0px;
    top: calc(100% + 11px);
  }
}

@media only screen and (min-width: 1024px) {
  #main-nav .utilitynav__dropdown-list {
    left: 15px;
  }
}

#main-nav .utilitynav__dropdown-list li {
  padding: 0 1.65em 0 2.15em;
  position: relative;
  margin: 0;
}

#main-nav .utilitynav__dropdown-list li a {
  margin: 0;
}

#main-nav .utilitynav__dropdown-list[aria-expanded="true"],
#main-nav .utilitynav__dropdown-list:focus-within {
  opacity: 1;
  transform: translate(0, 0);
  pointer-events: all;
}

#main-nav .utilitynav button.spotbtn:focus-visible {
  outline: 2px solid #ef4b4c;
  outline-offset: 2px;
}

#main-nav .utilitynav .spotbtn {
  font-size: clamp(14px, 0.6em, 12px);
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  padding: 0 0.75em;
  letter-spacing: 0.2em;
  border: none;
  background: none;
  position: relative;
  border-radius: 2.08333333em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: top;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out;
  font-weight: 700;
  font-family: "Comfortaa", sans-serif;
  gap: 6px;
  height: 48px;
  line-height: 40px;
  padding-top: 2px;
}

@media only screen and (min-width: 666px) {
  #main-nav .utilitynav .spotbtn {
    height: 44px;
    font-size: clamp(12px, 0.6em, 12px);
  }
}

#main-nav .utilitynav .spotbtn .icon {
  display: none;
}

#main-nav .utilitynav .spotbtn--down-chevron::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='7' fill='none' viewBox='0 0 10 7'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M4.523 6.157-.007.001h9.061l-4.53 6.156Z' clip-rule='evenodd'/%3E%3C/svg%3E%0A") center / cover no-repeat;
  width: 0.83333333em;
  height: 0.58333333em;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  transform: translate(0, 0) rotate(0deg);
}

@media only screen and (min-width: 666px) and (max-width: 768px) {
  #main-nav .utilitynav .spotbtn {
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 25px;
    padding: 0;
    letter-spacing: normal;
  }

  #main-nav .utilitynav .spotbtn .cta {
    white-space: nowrap;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }

  #main-nav .utilitynav .spotbtn::after {
    content: none;
  }

  #main-nav .utilitynav .spotbtn .icon {
    display: inline-block;
  }
}

@media only screen and (min-width: 1024px) {
  #main-nav .utilitynav .spotbtn {
    line-height: 3.33333333;
    height: 3.33333333em;
    border-radius: 1.66666667em;
  }
}

#main-nav .utilitynav .spotbtn::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #28abe2;
  transition: transform 0.33s ease, background-color 0.33s ease;
  border-radius: inherit;
  z-index: -1;
  transform: translate3d(0, 0, -777px) rotateX(0deg);
}

#main-nav .utilitynav .spotbtn[aria-expanded="true"]::after {
  transform: translate(0, -0.2em) rotate(-180deg);
}

#main-nav .utilitynav .spotbtn:focus-visible::before {
  background-color: #28abe2;
  transform: translate3d(0, 0, -777px) rotateX(-180deg);
}

#main-nav .utilitynav .spotbtn[aria-expanded="true"]::before,
#main-nav .utilitynav .spotbtn:hover::before {
  background-color: #28abe2;
  transform: translate3d(0, 0, -777px) rotateX(-180deg);
}

#main-nav .utilitynav .spotbtn[aria-expanded="true"] .icon,
#main-nav .utilitynav .spotbtn:hover .icon {
  --fa-bounce-height: -0.2em;
  animation: fa-bounce 1s ease;
}

#main-nav .utilitynav .address {
  font-size: clamp(12px, 0.6em, 12px);
  color: #fff;
  width: auto;
  margin-right: 0em;
  display: block;
  transition: color 0.33s ease-in-out;
  font-family: "Comfortaa", sans-serif;
}

@media only screen and (max-width: 1023px) {
  #main-nav .utilitynav .address {
    line-height: 22px;
  }
}

@media only screen and (min-width: 1024px) {
  #main-nav .utilitynav .address {
    line-height: 1.41666667;
  }
}

#main-nav .utilitynav .address:focus,
#main-nav .utilitynav .address:hover {
  color: #28abe2;
}

#main-nav .utilitynav .phone {
  font-size: clamp(12px, 0.6em, 12px);
  color: #fff;
  display: block;
  transition: color 0.33s ease-in-out;
  font-family: "Comfortaa", sans-serif;
}

@media only screen and (max-width: 1023px) {
  #main-nav .utilitynav .phone {
    line-height: 44px;
  }
}

@media only screen and (min-width: 1024px) {
  #main-nav .utilitynav .phone {
    line-height: 1.41666667;
  }
}

#main-nav .utilitynav .phone:focus,
#main-nav .utilitynav .phone:hover {
  color: #28abe2;
}

#main-nav .utilitynav .google {
  font-size: clamp(12px, 0.6em, 12px);
  color: #fff;
  min-width: 24px;
  min-height: 24px;
  display: inline-block;
  vertical-align: top;
  position: absolute;
  top: -10px;
  left: 0em;
  transition: transform 0.33s ease-in-out, color 0.33s ease-in-out;
  text-align: center;
}

@media only screen and (min-width: 1024px) {
  #main-nav .utilitynav .google {
    top: -3px;
    left: 1.3em;
  }
}

@media only screen and (max-width: 1023px) {
  #main-nav .utilitynav .google {
    line-height: 44px;
    width: 44px;
    height: 44px;
  }
}

@media only screen and (min-width: 1024px) {
  #main-nav .utilitynav .google {
    line-height: 3.66666667;
    width: auto;
    line-height: 2;
  }
}

#main-nav .utilitynav .google:focus,
#main-nav .utilitynav .google:hover {
  color: #28abe2;
  z-index: 400;
  transform: translate(0, 0) scale(1.44);
}

#main-nav .utilitynav .google .icon {
  position: relative;
}

/* ===============================================
	socialmedia
=============================================== */
#hd .socialmedia,
#masthead>.socialmedia {
  line-height: 0;
  text-align: center;
  height: auto;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 2px;
  position: absolute;
  top: 100%;
  right: 0;
  pointer-events: auto;
  width: 100%;
}

@media only screen and (min-width: 1024px) {

  #hd .socialmedia,
  #masthead>.socialmedia {
    width: 2.2em;
    margin: 0;
    flex-direction: column;
    top: 12.5em;
    right: 1em;
  }
}

@media only screen and (min-width: 1300px) {

  #hd .socialmedia,
  #masthead>.socialmedia {
    position: fixed;
  }
}

#hd .socialmedia a,
#masthead>.socialmedia a {
  font-size: clamp(12px, 0.55em, 11px);
  color: #fff;
  min-width: 24px;
  min-height: 24px;
  border-radius: 50%;
  background: rgba(239, 75, 76, 0.7);
  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) {

  #hd .socialmedia a,
  #masthead>.socialmedia a {
    line-height: 44px;
    width: 44px;
    height: 44px;
  }
}

@media only screen and (min-width: 1024px) {

  #hd .socialmedia a,
  #masthead>.socialmedia a {
    line-height: 4;
    width: auto;
    height: 4em;
  }
}

#hd .socialmedia a:focus,
#masthead>.socialmedia a:focus,
#hd .socialmedia a:hover,
#masthead>.socialmedia a:hover {
  color: #fff;
  background: #28abe2;
  z-index: 400;
  transform: translate(0, 0) scale(1.44);
}

#hd .socialmedia a .icon,
#masthead>.socialmedia a .icon {
  position: relative;
}

/* ==================================================================
	slideshow
=================================================================== */
#slideshow {
  text-align: center;
  min-height: 500px;
  background: #000;
  position: relative;
  z-index: 400;
}

@media only screen and (max-width: 786px) {
  #slideshow {
    min-height: 500px;
  }
}

@media only screen and (min-width: 787px) and (max-width: 1299px) {
  #slideshow {
    width: 100%;
    margin-top: 0;
    top: 0;
  }
}

@media only screen and (min-width: 666px) and (max-width: 1999px) {
  #slideshow {
    height: 852px;
    min-height: 852px;
  }
}

#slideshow::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(19, 21, 22, 0.3);
  z-index: 400;
}

#slideshow #home-slideshow {
  width: 100%;
  margin: 0;
  aspect-ratio: 2000 / 852;
}

@media only screen and (max-width: 665px) {
  #slideshow #home-slideshow {
    width: 666px;
    margin: 0 calc(-333px + 50vw);
  }
}

@media only screen and (min-width: 666px) and (max-width: 1299px) {
  #slideshow #home-slideshow {
    margin: 0 calc(-750px + 50vw) 0 calc(-1250px + 50vw);
  }
}

@media only screen and (min-width: 1300px) and (max-width: 1999px) {
  #slideshow #home-slideshow {
    margin: 0 calc(-1000px + 50vw);
  }
}

@media only screen and (min-width: 666px) and (max-width: 1999px) {
  #slideshow #home-slideshow {
    width: 2000px;
    position: relative;
  }
}

#slideshow #home-slideshow .hpslide,
#slideshow #home-slideshow img {
  width: 100%;
  max-width: none;
}

#slideshow .ssoverlay {
  width: 90%;
  padding: 0;
  display: block;
  position: absolute;
  left: 50%;
  top: calc(50%);
  transform: translate(-50%, -50%);
  z-index: 420;
  color: #fff;
  max-width: 65em;
}

@media only screen and (min-width: 666px) {
  #slideshow .ssoverlay {
    top: calc(50% + 50px);
  }
}

@media only screen and (min-width: 1024px) {
  #slideshow .ssoverlay {
    top: 55%;
  }
}

@media only screen and (min-width: 1300px) {
  #slideshow .ssoverlay {
    text-align: left;
  }
}

#slideshow .ssoverlay__mod {
  width: 100%;
  max-width: 19.85em;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}

#slideshow .ssoverlay__mod-sslogo {
  width: 100%;
  height: auto;
  margin-bottom: 0.75em;
}

@media only screen and (min-width: 666px) {
  #slideshow .ssoverlay__mod-sslogo {
    margin-bottom: 1.5em;
  }
}

#slideshow .ssoverlay__mod-slogan {
  line-height: 1.24;
  font-size: 15px;
  font-size: clamp(12px, 1.25em, 25px);
  color: currentcolor;
  margin: 0 auto 1em;
  display: block;
  font-family: "Comfortaa", sans-serif;
}

@media only screen and (min-width: 666px) {
  #slideshow .ssoverlay__mod-slogan {
    margin-bottom: 2.08em;
  }
}

#slideshow .ssoverlay__mod-spotbtn {
  font-size: clamp(12px, 0.63em, 12.6px);
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  width: 21.42857143em;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out;
  font-family: "Comfortaa", sans-serif;
  font-weight: 600;
  letter-spacing: 0.16em;
  border-radius: 2.46031746em;
  overflow: hidden;
}

@media only screen and (min-width: 320px) {
  #slideshow .ssoverlay__mod-spotbtn {
    width: 23.01587302em;
    letter-spacing: 0.24em;
  }
}

@media only screen and (max-width: 1299px) {
  #slideshow .ssoverlay__mod-spotbtn {
    line-height: 62px;
    min-width: 44px;
  }
}

@media only screen and (min-width: 1300px) {
  #slideshow .ssoverlay__mod-spotbtn {
    line-height: 4.92063492;
  }
}

#slideshow .ssoverlay__mod-spotbtn::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ef4b4c;
  transition: transform 0.33s ease, background-color 0.33s ease;
  border-radius: 2.46031746em;
  z-index: -1;
  transform: translate3d(0, 0, -777px) rotateX(0deg);
}

#slideshow .ssoverlay__mod-spotbtn:hover::before {
  background-color: #28abe2;
  transform: translate3d(0, 0, -777px) rotateX(-180deg);
}

/* ==================================================================
	.spotlight
=================================================================== */
.spotlight {
  text-align: center;
  position: relative;
  z-index: 400;
}

.spotlight.z500 {
  z-index: 500;
}

.spotlight>div {
  position: relative;
}

/* ===============================================
	spot00 || COMMON GENERAL INFORMATION SPOTLIGHT SECTION
=============================================== */
.spot01 {
  color: #1b3561;
  padding: min(12em, 40%) 0 3em;
  font-size: 20px;
}

@media only screen and (min-width: 1024px) {
  .spot01 {
    padding: 0.15em 0 0em;
    font-size: min(1.7vw, 20px);
    margin-bottom: -3em;
  }
}

@media only screen and (min-width: 1300px) {
  .spot01 {
    font-size: min(1.275vw, 1em);
    padding-right: 7em;
  }
}

.spot01 .decoration {
  width: 90%;
  max-width: 41.45em;
  height: auto;
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
}

@media only screen and (min-width: 1024px) {
  .spot01 .decoration {
    margin: 0 3.75em 0 0;
    width: calc(50% - 1em);
  }
}

@media only screen and (min-width: 1300px) {
  .spot01 .decoration {
    width: 90%;
  }
}

.spot01 .decoration path,
.spot01 .decoration g {
  pointer-events: none;
}

.spot01 .mod {
  width: 80%;
  max-width: 24.25em;
  padding: 2em 0 0;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .spot01 .mod {
    padding: 2.4em 0 0;
  }
}

.spot01 h2.topic {
  line-height: 1;
  font-size: min(3.75em, 13vw);
  font-weight: 400;
  color: #28abe2;
  margin: 0 0 0.5em 0;
  font-family: "Arvo", serif;
  position: absolute;
  top: 7%;
  left: 50%;
  width: 80%;
  max-width: 6.5em;
  transform: translate(-50%, 0);
}

@media only screen and (min-width: 1024px) {
  .spot01 h2.topic {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: auto;
    margin-left: -0.1em;
  }
}

.spot01 .info {
  line-height: 1.2;
  font-size: clamp(12px, 0.75em, 15px);
  margin: 0 0 3em;
  font-family: "Comfortaa", sans-serif;
}

.spot01 .spotbtn {
  font-size: clamp(12px, 0.7em, 3vw);
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  width: 16.64285714em;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out;
  font-weight: 600;
  font-family: "Comfortaa", sans-serif;
  letter-spacing: 0.24em;
  border-radius: 2.5em;
  overflow: hidden;
  min-width: 44px;
  line-height: 5;
}

@media only screen and (min-width: 666px) {
  .spot01 .spotbtn {
    font-size: clamp(12px, 0.7em, 14px);
    margin-left: -0.2em;
  }
}

.spot01 .spotbtn::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #d9e153;
  transition: transform 0.33s ease, background-color 0.33s ease;
  border-radius: 2.21428571em;
  z-index: -1;
  transform: translate3d(0, 0, -777px) rotateX(0deg);
}

.spot01 .spotbtn:hover::before,
.spot01 .spotbtn:focus::before {
  background-color: #28abe2;
  transform: translate3d(0, 0, -777px) rotateX(-180deg);
}

/* ==================================================================
	subnav
=================================================================== */
#subnav {
  text-align: center;
  color: #989999;
  position: relative;
  overflow: hidden;
  padding: 3em 0 1em;
  background-color: #fff;
  z-index: 1;
}

@media only screen and (min-width: 666px) {
  #subnav {
    margin-top: 106px;
  }
}

@media only screen and (min-width: 1024px) {
  #subnav {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
  }
}

@media only screen and (min-width: 1300px) {
  #subnav {
    margin-top: 5.05em;
  }

  #subnav .mod,
  #subnav .sub {
    opacity: 0;
  }
}

#subnav::before {
  content: '';
  height: 100%;
  background-color: #f5f5f5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}

@media only screen and (min-width: 1024px) {
  #subnav::before {
    min-height: 24.1em;
    height: auto;
  }
}

#subnav .sub {
  display: inline-block;
  vertical-align: top;
  width: 90%;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  #subnav .sub {
    width: 61.5%;
  }
}

@media only screen and (min-width: 1024px) {
  #subnav .sub {
    max-width: 38.45em;
    width: calc(50% - 11.55em);
    margin: 0;
  }
}

#subnav .mod {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 61.55em;
}

@media only screen and (min-width: 1024px) {
  #subnav .mod {
    width: calc(50% + 11.55em);
  }
}

#subnav .subhero {
  width: 100%;
  min-height: 27.95em;
  background: #000 center / cover no-repeat;
  position: relative;
  z-index: 100;
  display: none;
}

body.meet-the-team #subnav .subhero {
  background-image: url(../images/slideshow/subhero-team.jpg) !important;
}

body.office-tour #subnav .subhero {
  background-image: url(../images/slideshow/subhero-office.jpg) !important;
}

body.meet-dr-tara-k-cenkner #subnav .subhero {
  background-image: url(../images/slideshow/subhero-meet-dr-cenkner.jpg) !important;
}

@media only screen and (min-width: 1024px) {
  #subnav .subhero {
    display: block;
    background-position: calc(50% + 3em) center;
  }

  body.meet-the-team #subnav .subhero {
    background-position: 50% center;
  }

}

@media only screen and (min-width: 1300px) {
  #subnav .subhero {
    background-position: center;
  }
}

#subnav nav {
  text-align: right;
  max-width: 45em;
  width: calc(100% - 1em);
}

@media only screen and (max-width: 1299px) {
  #subnav nav {
    width: 100vw;
    display: none;
  }
}

#subnav p {
  font-size: clamp(12px, 0.75em, 15px);
  margin: 0 0 0 auto;
  padding: 1.3em 0.5em 1.7em 1.5em;
  font-family: "Comfortaa", sans-serif;
  font-weight: 700;
  width: calc(100% - 11.5em);
  position: relative;
}

#subnav p::before {
  content: '';
  width: 100vw;
  height: calc(100% + 10em);
  bottom: 0;
  left: 0;
  position: absolute;
  display: block;
  background-color: #f5f5f5;
  z-index: -1;
}

@media only screen and (max-width: 1299px) {
  #subnav p {
    line-height: 44px;
    white-space: nowrap;
    padding-right: 9%;
    scroll-snap-type: x;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  #subnav p::-webkit-scrollbar {
    display: none;
  }
}

@media only screen and (min-width: 1300px) {
  #subnav p {
    line-height: 1.66666667;
  }
}

#subnav a {
  color: #989999;
  margin: 0 0.8em;
  display: inline;
  vertical-align: top;
  position: relative;
}

@media only screen and (min-width: 1024px) {
  #subnav a {
    margin: 0;
  }
}

#subnav a:focus,
#subnav a:hover,
#subnav a.active {
  color: #28abe2;
  text-decoration: none;
}

#subnav .divider {
  margin: 0 0.3em;
  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: 3.6em 0 4em;
  }
}

#bd .container {
  width: 90%;
  max-width: 64.5em;
}

#content {
  max-width: 878px;
  display: block;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  #content {
    width: 68.0620155%;
    max-width: 43.9em;
  }
}

@media only screen and (min-width: 1300px) {
  #content {
    width: 68.0620155%;
  }
}

#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;
  }
}

#content p {
  text-align: justify;
}

/* ==================================================================
	.home content
=================================================================== */
.home #bd {
  padding: 3em 0;
  background: #ccc center / cover no-repeat;
}

@media only screen and (min-width: 768px) {
  .home #bd {
    padding: 5em 0 15.95em;
  }
}

.home #bd .container {
  width: 90%;
  max-width: 64.5em;
  /* @media only screen and (min-width: 768px) and (max-width: 1299px) { 
			max-width:70ch; 
		} */
}

.home #bd .abo-logo {
  display: block;
  margin: 0 auto 3em;
  color: #fff;
  text-decoration: none;
  z-index: 1;
  width: 10.75em;
  height: 9.15em;
  transition: color 0.33s ease;
}

@media only screen and (min-width: 1024px) {
  .home #bd .abo-logo {
    transform: rotate(20deg);
    position: absolute;
    top: 14.6em;
    left: calc(100% + 2.5em);
    margin: 0;
  }
}

.home #bd .abo-logo:focus,
.home #bd .abo-logo:hover {
  color: #ef4b4c;
}

.home #bd .abo-logo:focus img,
.home #bd .abo-logo:hover img,
.home #bd .abo-logo:focus svg,
.home #bd .abo-logo:hover svg {
  transform: scale(0.87);
  opacity: 0.48;
}

.home #bd .abo-logo svg {
  width: 100%;
  height: 100%;
  display: block;
  transition: opacity 0.33s ease-in-out, transform 0.33s ease-in-out;
}

.home #bd .abo-logo img {
  transition: opacity 0.33s ease-in-out, transform 0.33s ease-in-out;
}

.home #bd #content {
  position: relative;
}

@media only screen and (min-width: 768px) {
  .home #bd #content {
    width: 100%;
    max-width: 70ch;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
}

@media only screen and (min-width: 1024px) {
  .home #bd #content {
    width: 100%;
    width: 52.71317829%;
  }
}

@media only screen and (min-width: 666px) {}

@media only screen and (min-width: 1300px) {}

.home #bd #content .content-text h2 {
  font-size: 1.31578947em;
  line-height: 1.24;
  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;
}

.home #bd .spotbtns {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
  width: 100%;
  gap: 0.9em;
  margin-top: 2.4em;
}

.home #bd .spotbtns__spotbtn {
  font-size: clamp(12px, 0.63em, 12.6px);
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out;
  z-index: 1;
  font-weight: 600;
  font-family: "Comfortaa", sans-serif;
  padding: 0 1.34920635em;
  letter-spacing: 0.24em;
  border-radius: 2.53968254em;
  overflow: hidden;
  min-width: 44px;
  line-height: 4.92063492;
  text-decoration: none;
  --accent: #28abe3;
  --accent-hover: #ef4b4c;
}

.home #bd .spotbtns__spotbtn::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--accent);
  transition: transform 0.33s ease, background-color 0.33s ease;
  border-radius: 2.46031746em;
  z-index: -1;
  transform: translate3d(0, 0, -777px) rotateX(0deg);
}

.home #bd .spotbtns__spotbtn--red {
  --accent: #ef4b4c;
  --accent-hover: #28abe3;
}

.home #bd .spotbtns__spotbtn:hover::before,
.home #bd .spotbtns__spotbtn:focus::before {
  background-color: var(--accent-hover);
  transform: translate3d(0, 0, -777px) rotateX(-180deg);
}

/* ==================================================================
	custom content
=================================================================== */
@media (min-width: 767px) {
	#show-mobile {
		display: none;
	}
}

.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: #ef4b4c;
  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: #ef4b4c;
  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: #28abe2;
}

.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: #28abe2;
  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;
}

@media only screen and (max-width: 1023px) {

  .before-and-after h1,
  .office-tour h1,
  .smile-gallery h1,
  .invisalign-videos h1 {
    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: 115px;
  }
}

/* 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;
}
@media only screen and (min-width: 1024px) {
  .anchor-tag{
    /*margin-top:-103px;*/
    /*padding-top:103px;*/
  }
}
/* ==================================================================
	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;
  font-family: "Arvo", serif;
  text-decoration: none;
  color: #1b3561;
  transition-duration: 0s;
}

.sitemap #content ul ul li a {
  line-height: 1.68421053;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  font-family: 'Jost', Helvetica, Arial, sans-serif;
  text-transform: none;
  color: #000;
  margin-left: 0;
}

.sitemap #content a:focus,
.sitemap #content a:hover {
  color: #28abe2;
  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: 15em;
  margin: 0 auto 6%;
  padding: 0;
  display: none;
  position: relative;
  z-index: 420;
}

@media only screen and (min-width: 768px) {
  #sidebar {
    width: 23.25581395%;
    margin: 0 0 1em;
    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-'],*/
body[class~='blog'] #sidebar {
  display: block;
}

body[class~='blog'] #hide-stock {
  display: none;
}

/* END SIDEBAR */
/* ===============================================
	spot00 || COMMON GENERAL INFORMATION SPOTLIGHT SECTION
=============================================== */
.spot02 {
  color: #ef4b4c;
  padding: 3em 0;
  background-color: #fff;
}

@media only screen and (min-width: 1024px) {
  .spot02 {
    font-size: min(1.45vw, 1em);
    padding: 4.9em 0 5em;
  }
}

.spot02 .spot02-shape {
  position: absolute;
  bottom: -5px;
  left: calc(50% - 2em);
  width: 100%;
  max-width: 40.45em;
  height: auto;
  pointer-events: none;
  transform: translate(-50%, 0);
}

@media only screen and (min-width: 1024px) {
  .spot02 .spot02-shape {
    left: calc(50% + 3.3em);
    transform: none;
  }
}

.spot02 .decoration {
  width: 90%;
  max-width: 36em;
  aspect-ratio: 720 / 536;
  display: block;
  margin: 0 auto;
}

@media only screen and (min-width: 1024px) {
  .spot02 .decoration {
    display: inline-block;
    vertical-align: middle;
    margin: 0 3.2em 0 0;
  }
}

.spot02 .decoration img {
  opacity: 0;
  position: absolute;
  top: 0;
}

.spot02 .mod {
  width: 90%;
  max-width: 24em;
  padding: 2em 0;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 1024px) {
  .spot02 .mod {
    padding: 0;
    margin-right: 2.5em;
  }

  .spot02 .mod h2.topic,
  .spot02 .mod .spotbtn {
    text-align: left;
  }

  .spot02 .mod__pager {
    margin-right: 2.5em;
  }
}

.spot02 .mod__pager {
  display: inline-block;
  vertical-align: top;
}

.spot02 h2.topic {
  line-height: 1;
  font-size: min(3.75em, 15vw);
  font-weight: 400;
  color: #1b3561;
  margin: 0 0 0.85em;
  font-family: "Arvo", serif;
}

.spot02 .spotbtn {
  font-size: clamp(12px, 1em, 20px);
  text-transform: uppercase;
  color: #fff;
  width: 14.5em;
  display: inline-block;
  vertical-align: top;
  position: relative;
  text-align: left;
  z-index: 420;
  border-radius: 1.55em;
  transition: color 0.33s ease-in-out, transform 0.33s cubic-bezier(0.34, 1.56, 0.64, 1);
  font-family: "Comfortaa", sans-serif;
  letter-spacing: 0.24em;
  font-weight: 400;
}

@media only screen and (max-width: 1299px) {
  .spot02 .spotbtn {
    line-height: 44px;
    min-width: 44px;
  }
}

@media only screen and (min-width: 1300px) {
  .spot02 .spotbtn {
    line-height: 3.1;
  }
}

.spot02 .spotbtn:nth-child(1) {
  --accent: #fdb513;
}

.spot02 .spotbtn:nth-child(2) {
  --accent: #dae153;
}

.spot02 .spotbtn:nth-child(3) {
  --accent: #ef4b4c;
}

.spot02 .spotbtn:not(:nth-last-of-type(1)) {
  margin-bottom: 1.25em;
}

.spot02 .spotbtn__icon {
  display: inline-block;
  position: absolute;
  top: 0.2em;
  left: -1.2em;
  width: 3.4em;
  transition: transform 0.33s cubic-bezier(0.34, 1.56, 0.64, 1);
  z-index: 1;
}

.spot02 .spotbtn__icon svg {
  width: 100%;
  height: auto;
}

.spot02 .spotbtn__wrap {
  display: block;
  padding: 0 0 0 3.1em;
  position: relative;
  border-radius: inherit;
  transition: padding 0.33s ease-in-out;
}

.spot02 .spotbtn__wrap::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #28abe2;
  transition: transform 0.33s ease-in-out, background-color 0.33s ease-in-out, box-shadow 0.33s ease-in-out;
  border-radius: inherit;
  z-index: -1;
  transform: translate3d(0, 0, -777px) rotateX(0deg) scale(1, 1);
}

.spot02 .spotbtn span.cta {
  display: block;
  transition: transform 0.33s ease-in-out;
  transform-origin: left;
}

.spot02 .spotbtn:focus,
.spot02 .spotbtn:hover,
.spot02 .spotbtn.cycle-pager-active {
  transform: scale(1.12);
}

.spot02 .spotbtn:focus .spotbtn__wrap,
.spot02 .spotbtn:hover .spotbtn__wrap,
.spot02 .spotbtn.cycle-pager-active .spotbtn__wrap {
  padding-left: 3.6em;
}

.spot02 .spotbtn:focus .spotbtn__wrap span.cta,
.spot02 .spotbtn:hover .spotbtn__wrap span.cta,
.spot02 .spotbtn.cycle-pager-active .spotbtn__wrap span.cta {
  transform: scale(1.1);
}

.spot02 .spotbtn:focus .spotbtn__wrap::before,
.spot02 .spotbtn:hover .spotbtn__wrap::before,
.spot02 .spotbtn.cycle-pager-active .spotbtn__wrap::before {
  transform: translate3d(0, 0, -777px) rotateX(-180deg) scale(1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
}

.spot02 .spotbtn:focus .spotbtn__icon,
.spot02 .spotbtn:hover .spotbtn__icon,
.spot02 .spotbtn.cycle-pager-active .spotbtn__icon {
  transform: translate(400%, 0) rotate(360deg) scale(0.9);
}

@media only screen and (min-width: 1024px) {

  .spot02 .spotbtn:focus .spotbtn__icon,
  .spot02 .spotbtn:hover .spotbtn__icon,
  .spot02 .spotbtn.cycle-pager-active .spotbtn__icon {
    transform: translate(400%, 0) rotate(360deg) scale(1.15);
  }
}

/* ===============================================
	spot00 || COMMON GENERAL INFORMATION SPOTLIGHT SECTION
=============================================== */
.spot03 {
  text-align: center;
  color: #fff;
  margin: 0;
  padding: 70vw 0 3.5em;
  position: relative;
  z-index: 410;
  background: #1b3561 no-repeat;
  background-size: 200% auto;
  background-position: 90% top;
}

@media only screen and (min-width: 768px) {
  .spot03 {
    font-size: min(1.7vw, 1em);
    padding: 6.5em 0 5.9em;
    background-position: calc(50% - 5em) center;
    background-size: cover;
  }

  .spot03::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to right, #1b3561 5%, transparent 95%);
    z-index: -1;
  }
}

@media only screen and (min-width: 1024px) {
  .spot03 {
    background-position: center;
  }
}

.spot03 .mod {
  width: 90%;
  max-width: 24.5em;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  text-align: right;
}

@media only screen and (min-width: 768px) {
  .spot03 .mod {
    margin-right: 25em;
  }
}

@media only screen and (min-width: 1024px) {
  .spot03 .mod {
    margin-right: 33.8em;
  }
}

.spot03 h2.topic {
  line-height: 1;
  font-size: min(3.75em, 15vw);
  color: #fff;
  font-family: "Arvo", serif;
  font-weight: 400;
  margin: 0 0 0.72em;
}

@media only screen and (min-width: 1024px) {
  .spot03 h2.topic {
    margin-right: -0.5em;
  }
}

.spot03 h2.topic sup {
  font-size: 0.6em;
  top: -0.5em;
}

.spot03 .info {
  line-height: 1.2;
  font-size: clamp(12px, 0.9em, 18px);
  margin: 0 0 2.55555556em;
  font-family: "Comfortaa", sans-serif;
}

.spot03 .spotbtn {
  font-size: clamp(12px, 0.7em, 14px);
  line-height: 5;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  width: 16.64285714em;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out;
  font-weight: 600;
  font-family: "Comfortaa", sans-serif;
  letter-spacing: 0.24em;
  border-radius: 2.5em;
  overflow: hidden;
  margin-right: -0.5em;
}

.spot03 .spotbtn::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #d1d447;
  transition: transform 0.33s ease, background-color 0.33s ease;
  border-radius: inherit;
  z-index: -1;
  transform: translate3d(0, 0, -777px) rotateX(0deg);
}

.spot03 .spotbtn:hover::before,
.spot03 .spotbtn:focus::before {
  background-color: #28abe2;
  transform: translate3d(0, 0, -777px) rotateX(-180deg);
}

/* ===============================================
	spot00 || COMMON SERVICES/CALLOUT-LIKE SECTION EXAMPLE
=============================================== */
.spot04 {
  text-align: center;
  color: #28abe2;
  margin: 0;
  padding: 3em 0 2em;
  position: relative;
  z-index: 410;
  background-color: #fff;
}

@media only screen and (min-width: 768px) {
  .spot04 {
    font-size: min(1.7vw, 1em);
    padding: 5em 0 7.3em;
  }
}

.spot04 h2.topic {
  line-height: 1;
  font-size: min(3.75em, 11vw);
  font-weight: 400;
  color: #1b3561;
  margin: 0 0 50px;
  font-family: "Arvo", serif;
}

@media only screen and (min-width: 666px) {
  .spot04 h2.topic {
    margin-bottom: 0.45333333em;
  }
}

.spot04 a {
  color: #fff;
  max-width: 14em;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: color 0.33s ease-in-out;
  border-radius: 50%;
}

@media only screen and (max-width: 665px) {
  .spot04 a {
    display: block;
    margin: 0 auto 3.5em;
  }
}

@media only screen and (min-width: 666px) {
  .spot04 a {
    width: calc(50% - 2em);
    margin: 0 2.9em;
  }
}

.spot04 a:nth-child(2) {
  --accent: #FCB514;
}

.spot04 a:nth-child(3) {
  --accent: #ef4b4c;
}

.spot04 a .spot04-shape {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  transform: scale(0.5) rotate(45deg);
  width: 100%;
  height: auto;
  transition: transform 0.55s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.33s cubic-bezier(0.34, 1.56, 0.64, 1);
  opacity: 0;
  clip-path: circle(50% at 50% 50%);
}

.spot04 a::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--accent);
  transition: opacity 0.33s ease, transform 0.33s ease, box-shadow 0.33s ease-in-out;
  border-radius: inherit;
  z-index: 1;
  opacity: 0.6;
}

.spot04 a .decoration {
  width: 100%;
  transition: transform 0.33s ease-in-out;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  border-radius: inherit;
}

.spot04 a h3.topic {
  line-height: 1;
  font-size: clamp(12px, 1.75em, 35px);
  color: currentcolor;
  width: 100%;
  display: block;
  z-index: 2;
  position: absolute;
  font-family: "Comfortaa", sans-serif;
  font-weight: 400;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  transition: transform 0.55s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.spot04 a:focus,
.spot04 a:hover {
  color: var(--accent);
  z-index: 400;
}

.spot04 a:focus .spot04-shape,
.spot04 a:hover .spot04-shape {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}

.spot04 a:focus .decoration,
.spot04 a:hover .decoration {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
}

.spot04 a:focus::before,
.spot04 a:hover::before {
  opacity: 1;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.spot04 a:focus h3.topic,
.spot04 a:hover h3.topic {
  transform: translate(0, 450%);
}

/* ===============================================
	spot00 || COMMON TESTIMONIAL SLIDESHOW SECTION EXAMPLE
=============================================== */
.spot05 {
  font-size: min(4vw, 1em);
  padding: 3em 0;
  background: #ccc center / cover no-repeat;
  overflow: hidden;
}

@media only screen and (min-width: 666px) {
  .spot05 {
    padding: 6.8em 0 4.15em;
  }
}

.spot05 .shrub {
  position: absolute;
  display: none;
}

@media only screen and (min-width: 1024px) {
  .spot05 .shrub {
    display: block;
  }
}

.spot05 .shrub--left {
  top: -9px;
  right: calc(50% + 28.3em);
  width: 21.65em;
}

@media only screen and (min-width: 2000px) {
  .spot05 .shrub--left {
    right: auto;
    left: 0;
  }
}

.spot05 .shrub--right {
  bottom: 0;
  left: calc(50% + 22.8em);
  width: 27.2em;
}

@media only screen and (min-width: 2000px) {
  .spot05 .shrub--right {
    left: auto;
    right: 0;
  }
}

.spot05 .cycle-slideshow {
  color: #1b3561;
  width: 90%;
  max-width: 45em;
  margin: 0 auto 1.1em;
  display: block;
  min-height: 10em;
}

.spot05 .cycle-slideshow:focus,
.spot05 .cycle-slideshow:hover {
  color: #1a8dbd;
  transform: translate(0, 0) scale(1);
}

.spot05 .cycle-slideshow .slide {
  position: absolute;
  top: 0;
}

.spot05 .cycle-slide {
  width: 100%;
  display: block;
  transition: color 0.33s ease-in-out;
}

.spot05 .testimony {
  line-height: 1.2;
  font-size: clamp(12px, 1.6em, 32px);
  margin: 0 auto 0.625em;
  display: block;
  font-family: "Comfortaa", sans-serif;
}

.spot05 .testifier {
  line-height: 1.72;
  font-size: clamp(12px, 1.25em, 25px);
  font-weight: 400;
  display: block;
  color: #28abe2;
  font-family: "Arvo", serif;
}

.spot05 .spotbtn {
  font-size: clamp(12px, 0.6em, 12px);
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 5.83333333em;
  vertical-align: top;
  position: relative;
  z-index: 420;
  padding: 0 1.66666667em;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out;
  font-family: "Comfortaa", sans-serif;
  font-weight: 700;
  letter-spacing: 0.36em;
  border-radius: 2.91666667em;
  overflow: hidden;
  min-width: 12.25em;
  --accent: #ced644;
  --hover: #fcb514;
  margin: 1% 0.55em;
  gap: 0.1em;
}

.spot05 .spotbtn--yellow {
  --accent: #fcb514;
  --hover: #ced644;
}

.spot05 .spotbtn--yellow span.cta {
  display: block;
  transition: transform 0.33s ease;
}

.spot05 .spotbtn::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--accent);
  transition: transform 0.33s ease, background-color 0.33s ease;
  border-radius: inherit;
  z-index: -1;
  transform: translate3d(0, 0, -777px) rotateX(0deg);
}

.spot05 .spotbtn .stars {
  letter-spacing: normal;
}

.spot05 .spotbtn .stars .icon {
  display: inline-block;
  vertical-align: top;
  transition: transform 0.33s cubic-bezier(0.34, 1.56, 0.64, 1) calc(var(--index)*0.03s);
  margin: 0 0.175em;
}

.spot05 .spotbtn .stars .icon:nth-child(1) {
  --index: 0;
}

.spot05 .spotbtn .stars .icon:nth-child(2) {
  --index: 1;
}

.spot05 .spotbtn .stars .icon:nth-child(3) {
  --index: 2;
}

.spot05 .spotbtn .stars .icon:nth-child(4) {
  --index: 3;
}

.spot05 .spotbtn .stars .icon:nth-child(5) {
  --index: 4;
}

.spot05 .spotbtn--yellow:hover .cta,
.spot05 .spotbtn--yellow:focus .cta {
  transform: translate(0, 1.3em);
}

.spot05 .spotbtn--yellow:hover .stars .icon,
.spot05 .spotbtn--yellow:focus .stars .icon {
  transform: translate(0, -1.5em) rotate(360deg);
}

.spot05 .spotbtn:hover::before,
.spot05 .spotbtn:focus::before {
  background-color: var(--hover);
  transform: translate3d(0, 0, -777px) rotateX(-180deg);
}

@keyframes jump-star {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }

  100% {
    transform: translate(0, -1.5em) rotate(360deg);
  }
}

/* ==================================================================
	association logos 
=================================================================== */
.associationlogos {
  text-align: center;
  font-size: 3.2vw;
  background: #fff;
  position: relative;
  padding: 2em 5%;
}

@media only screen and (min-width: 768px) {
  .associationlogos {
    padding: 5.05em 0;
    font-size: min(1.7vw, 1em);
  }
}

.associationlogos a {
  margin: 4%;
  display: inline-block;
  vertical-align: middle;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
}

@media only screen and (min-width: 768px) {
  .associationlogos a {
    margin: 0 2em;
  }
}

@media only screen and (max-width: 1023px) {
  .associationlogos a {
    min-width: 44px;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
  }
}

.associationlogos a:focus img,
.associationlogos a:hover img,
.associationlogos a:focus svg,
.associationlogos a:hover svg {
  transform: scale(0.87);
  opacity: 0.48;
}

.associationlogos a.invisalign {
  width: 9.5em;
  height: 2.55em;
}

.associationlogos a.pda {
  width: 5.75em;
  height: 2.5em;
}

.associationlogos a.abo {
  width: 10.15em;
  height: 2em;
}

.associationlogos a.aao {
  width: 7.5em;
  height: 2.7em;
}

.associationlogos a svg {
  width: 100%;
  height: 100%;
  display: block;
  transition: opacity 0.33s ease-in-out, transform 0.33s ease-in-out;
}

.associationlogos a img {
  transition: opacity 0.33s ease-in-out, transform 0.33s ease-in-out;
}

/* ==================================================================
	#ft
=================================================================== */
#ft {
  text-align: center;
  color: #fff;
  width: 100%;
  padding: 3em 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
  background-color: #1d3460;
}

@media only screen and (min-width: 1024px) {
  #ft {
    padding: 5.1em 0 4.95em;
    font-size: min(1em, 1.375vw);
  }
}

#ft a {
  color: #fff;
  transition: color 0.33s ease-in-out;
}

#ft a:focus,
#ft a:hover {
  color: #000;
}

/* ===============================================
		locations
=============================================== */
#location {
  width: 100%;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column-reverse;
}

@media only screen and (min-width: 1024px) {
  #location {
    flex-direction: row;
  }
}

#location .map-container {
  display: flex;
  justify-content: center;
  align-items: center;
  vertical-align: top;
  width: 90%;
  max-width: 56.3em;
  min-height: 29.95em;
  background: center / auto no-repeat;
  background-size: 56.3em auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  #location .map-container {
    align-items: flex-start;
    justify-content: center;
  }
}

@media only screen and (min-width: 1024px) {
  #location .map-container {
    justify-content: flex-end;
    align-items: center;
    width: calc(50% + 10em);
    background-size: 50em auto;
    background-position: calc(50% - 3em) center;
    max-width: 44em;
  }
}

@media only screen and (min-width: 1300px) {
  #location .map-container {
    background-size: 56.3em auto;
    background-position: calc(50% - 2em) 50%;
    max-width: 56.3em;
    width: calc(50% + 6.3em);
  }
}

@media only screen and (min-width: 1480px) {
  #location .map-container {
    background-position: center;
  }
}

#location .map-container img {
  width: 100%;
  display: none;
}

#location .map-container__locations {
  display: block;
  pointer-events: none;
}

#location .map-container__locations [data-location="one"] {
  --accent: #28abe2;
}

#location .map-container__locations [data-location="two"] {
  --accent: #fcb514;
}

#location .map-container__locations [data-location="three"] {
  --accent: #d2da45;
}

#location .map-container__locations>* {
  pointer-events: all;
}

#location .map-container__locations-location {
  background-color: var(--accent);
  font-family: "Comfortaa", sans-serif;
  font-weight: 700;
  padding: 1em 2em 0.5em;
  min-width: 15em;
  border-radius: 5em;
  transition: transform 0.33s cubic-bezier(0.34, 1.56, 0.64, 1);
  margin-bottom: 0.8em;
}

@media only screen and (min-width: 768px) {
  #location .map-container__locations-location {
    min-width: 9.4em;
    padding: 0.75em 0.85em 1em;
    display: inline-block;
    border-top-left-radius: 0;
    border-bottom-left-radius: 2.275em;
    border-top-right-radius: 0;
    border-bottom-right-radius: 2.275em;
  }
}

@media only screen and (min-width: 1024px) {
  #location .map-container__locations-location {
    text-align: right;
    border-top-left-radius: 2.275em;
    border-bottom-left-radius: 2.275em;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    display: block;
    min-width: 10.4em;
    padding-right: 1.9em;
    padding-top: 1em;
    transform: translate(1em, 0);
  }

  #location .map-container__locations-location:hover,
  #location .map-container__locations-location:focus-within,
  #location .map-container__locations-location.hovered {
    transform: translate(0.1em, 0);
  }

  #location .map-container__locations-location:hover+.marker,
  #location .map-container__locations-location:focus-within+.marker,
  #location .map-container__locations-location.hovered+.marker {
    color: #1d3460;
    transform: translate(0, 0) scale(1.15);
  }
}

#location .mod {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 100%;
  max-width: 43.7em;
  margin-bottom: 2em;
}

@media only screen and (min-width: 1024px) {
  #location .mod {
    width: calc(50% - 1em);
    margin: 0;
  }
}

@media only screen and (min-width: 1300px) {
  #location .mod {
    margin-top: 1em;
    width: calc(50% - 6.3em);
  }
}

#location .logo {
  line-height: 0;
  text-align: center;
  margin: 0 auto 2.1em;
  display: block;
  width: 96%;
  max-width: 14.4em;
}

#location .logo:focus {
  opacity: 0.51;
}

#location .logo svg {
  width: 14.4em;
  height: 11.85em;
}

#location .phone {
  font-size: clamp(12px, 0.65em, 13px);
  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.38461538;
  }
}

#location .address {
  font-size: clamp(12px, 0.65em, 13px);
  margin: 0 auto;
  display: block;
}

@media only screen and (max-width: 1023px) {
  #location .address {
    line-height: 22px;
  }
}

@media only screen and (min-width: 1024px) {
  #location .address {
    line-height: 1.38461538;
    font-size: inherit;
  }
}

@media only screen and (min-width: 1024px) {
  #location .address .street {
    font-size: clamp(12px, 0.65em, 13px);
  }
}

#location .marker {
  line-height: 1;
  font-size: 3.8150289em;
  color: var(--accent);
  position: absolute;
  z-index: 400;
  transition: transform 0.33s ease-in-out, color 0.33s ease-in-out;
  transform-origin: center bottom;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  #location .marker {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  #location .marker {
    display: block;
  }
}

@media only screen and (min-width: 1024px) {
  #location .marker {
    font-size: 3.3em;
  }
}

#location .marker--one {
  left: calc(50% - 0.7em);
  top: 4.65em;
}

@media only screen and (min-width: 1024px) {
  #location .marker--one {
    left: calc(50% - 1.6em);
    top: 5.3em;
  }
}

@media only screen and (min-width: 1300px) {
  #location .marker--one {
    left: calc(50% - 1.3em);
    top: 5.5em;
  }
}

@media only screen and (min-width: 1480px) {
  #location .marker--one {
    left: calc(50% - 0.7em);
  }
}

#location .marker--two {
  left: calc(50% + 2.375em);
  top: 4.35em;
}

@media only screen and (min-width: 1024px) {
  #location .marker--two {
    left: calc(50% + 1.52em);
    top: 5em;
  }
}

@media only screen and (min-width: 1300px) {
  #location .marker--two {
    left: calc(50% + 2.2em);
    top: 5.15em;
  }
}

@media only screen and (min-width: 1480px) {
  #location .marker--two {
    left: calc(50% + 2.8em);
  }
}

#location .marker--three {
  left: calc(50% - 4.9em);
  top: 1.35em;
}

@media only screen and (min-width: 1024px) {
  #location .marker--three {
    left: calc(50% - 5.9em);
    top: 1.95em;
  }
}

@media only screen and (min-width: 1300px) {
  #location .marker--three {
    left: calc(50% - 6.2em);
    top: 1.7em;
  }
}

@media only screen and (min-width: 1480px) {
  #location .marker--three {
    left: calc(50% - 5.6em);
  }
}

#location .marker:before {
  color: currentcolor;
}

#location .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 .marker:focus,
#location .marker:hover {
  color: var(--accent);
  transform: translate(0, 0) scale(1.3);
}

#location .officehours {
  line-height: 0;
  text-align: right;
  margin: 0 1.5em 2.4em 0;
  display: inline-block;
  max-width: 14.5em;
}

#location .officehours .days,
#location .officehours .hours {
  line-height: 1.38461538;
  font-size: clamp(12px, 0.65em, 13px);
  display: inline-block;
  vertical-align: top;
}

#location .officehours .days {
  text-align: right;
  width: 30%;
  padding-right: 1.38461538em;
}

#location .officehours .hours {
  text-align: left;
  width: 60%;
}

#location .spotbtn {
  font-size: clamp(12px, 0.625em, 12.5px);
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  width: 23.2em;
  display: block;
  position: relative;
  z-index: 420;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out;
  font-weight: 600;
  font-family: "Comfortaa", sans-serif;
  letter-spacing: 0.24em;
  border-radius: 2.56em;
  overflow: hidden;
  min-width: 44px;
  line-height: 4.96;
  margin: 0 auto;
}

#location .spotbtn::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ef4b4c;
  transition: transform 0.33s ease, background-color 0.33s ease;
  border-radius: inherit;
  z-index: -1;
  transform: translate3d(0, 0, -777px) rotateX(0deg);
}

#location .spotbtn:hover,
#location .spotbtn:focus {
  color: #fff;
}

#location .spotbtn:hover::before,
#location .spotbtn:focus::before {
  transform: translate3d(0, 0, -777px) rotateX(-180deg);
}

/* ==================================================================
		#links
=================================================================== */
#links {
  text-align: center;
  color: #1b3561;
  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: 2.75em;
    padding: 0.275em 0 0;
  }
}

#links .util {
  font-size: clamp(12px, 0.6em, 12px);
  display: inline-block;
  vertical-align: top;
}

@media only screen and (max-width: 1299px) {
  #links .util {
    line-height: 44px;
  }
}

@media only screen and (min-width: 1300px) {
  #links .util {
    line-height: 3.66666667;
  }
}

#links .util a {
  color: #1b3561;
  transition: color 0.33s ease-in-out;
}

#links .util a:focus,
#links .util a:hover {
  color: #28abe2;
}

#links .util a,
#links .util .divider {
  display: inline-block;
}

#links .util .divider {
  margin: 0 0.5em;
}

/* ===============================================
		sesame link
=============================================== */
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
=============================================== */
#btt {
  text-align: center;
  margin: 0;
  position: relative;
  display: block;
}

@media only screen and (min-width: 480px) {
  #btt {
    display: inline-block;
    vertical-align: top;
    margin-left: 0.65em;
  }
}

a#backtotop {
  font-size: clamp(12px, 0.6em, 12px);
  color: #ef4b4c;
  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.66666667;
  }
}

a#backtotop .icon {
  transition: transform 0.66s cubic-bezier(0.34, 1.56, 0.64, 1);
}

a#backtotop:focus,
a#backtotop:hover {
  color: #28abe2;
}

a#backtotop:focus .icon,
a#backtotop:hover .icon {
  transform: scale(1.2) rotateY(180deg);
}

/*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 {
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-size: clamp(12px, 0.7em, 14px);
  font-weight: 600;
  font-family: "Comfortaa", sans-serif;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #fff;
  height: 44px;
  padding: 0 1.5em;
  background: none;
  border: none;
  border-radius: 2.5em;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out, border-color 0.33s ease-in-out;
}

form button::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #28abe2;
  transition: transform 0.33s ease, background-color 0.33s ease;
  border-radius: inherit;
  z-index: -1;
  transform: translate3d(0, 0, -777px) rotateX(0deg);
}

form button:hover::before,
form button:focus::before {
  background-color: #ef4b4c;
  transform: translate3d(0, 0, -777px) rotateX(-180deg);
}

form p {
  height: auto;
}

form .radio-group label input{
  width: 5% !important;
  padding: 5px !important;
  margin-top: 2px;
  box-sizing: border-box;
  float: left;
}

form .radio-group label span{
    display: inline-block !important;
    width: 90%;
}


/* ===============================================
	skip link styles
=============================================== */
.skiplink {
  line-height: 2;
  font-size: 12px;
  color: #fff;
  padding: 0.5em 1em;
  background-color: #28abe2;
  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 {
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-size: clamp(12px, 0.7em, 14px);
  font-weight: 600;
  font-family: "Comfortaa", sans-serif;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #fff;
  line-height: 4.42857143;
  padding: 0 1.5em;
  min-width: 20.285714em;
  text-align: center;
  background: none;
  border: none;
  border-radius: 2.5em;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out, border-color 0.33s ease-in-out;
  text-decoration: none;
}

a.intbtn::before,
#content a.intbtn::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #28abe2;
  transition: transform 0.33s ease, background-color 0.33s ease;
  border-radius: inherit;
  z-index: -1;
  transform: translate3d(0, 0, -777px) rotateX(0deg);
}

a.intbtn--facebook,
#content a.intbtn--facebook,
a.intbtn--google,
#content a.intbtn--google,
a.intbtn--google-two,
#content a.intbtn--google-two,
a.intbtn--yelp,
#content a.intbtn--yelp {
  width: max-content;
  display: block;
  margin: 0 auto 1em;
}

a.intbtn--facebook::before,
#content a.intbtn--facebook::before {
  background-color: #28ABE3;
}

a.intbtn--google::before,
#content a.intbtn--google::before {
  background-color: #FDB513;
}

a.intbtn--google-two::before,
#content a.intbtn--google-two::before {
  background-color: #D2DA46;
}

a.intbtn--yelp::before,
#content a.intbtn--yelp::before {
  background-color: #EF4B4C;
}

a.intbtn .icon,
#content a.intbtn .icon {
  margin-left: 0.2em;
  vertical-align: 0px;
  font-size: 1.3em;
}

a.intbtn:hover .icon,
#content a.intbtn:hover .icon,
a.intbtn:focus .icon,
#content a.intbtn:focus .icon {
  animation: fa-bounce 1s ease;
}

a.intbtn:hover::before,
#content a.intbtn:hover::before,
a.intbtn:focus::before,
#content a.intbtn:focus::before {
  background-color: #1b3561;
  transform: translate3d(0, 0, -777px) rotateX(-180deg);
}

/* ===============================================
	.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*/
}

/* ===============================================
	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(46.21052632em, 90%);
    }
  }

  @media only screen and (min-width: 1300px) {

    .embed-container,
    .embed-container.ratio16x9 {
      max-width: min(46.21052632em, 1200px);
    }
  }
}

/* a:focus:not(:active) {
  outline: 2px solid #ef4b4c;
  outline-offset: 2px;
} */

form input:focus,
form select:focus {
  outline: 2px solid #ef4b4c;
  outline-offset: 2px;
}

form input {
  padding-top: 0px;
  padding-bottom: 0px;
}

form input[type='checkbox'] {
  display: inline-block;
  vertical-align: top;
  width: auto !important;
}