/* 
 Site Manager Version: 14.2.0
 Date Created: August 2025
 Account: tighe-ortho
 Written by: Ricky Rivas
 Sesame Communications - All rights reserved. C2025
 Any reproduction or intentional misuse is strictly prohibited
*/
/* ===============================================
              options
 =============================================== */
/* ===============================================
                    colors
 =============================================== */
/* ===============================================
					fonts
=============================================== */
/* ==================================================================
Basic Stylings
These will affect every size of the site.
================================================================== */
html {
  scroll-behavior: smooth;
}

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

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

svg {
  display: inline-block;
}

body {
  color: #000;
  background: #ccc;
  position: relative;
  overflow: hidden;
}

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

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

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

#content a:focus,
#content a:hover {
  color: #bde7fb;
}

/* ===============================================
	h family || hfam 
=============================================== */
h1,
h2:not(.topic),
h3:not(.topic),
h4,
h5,
h6 {
  line-height: 1;
  text-align: left;
  color: #248acc;
  text-rendering: auto;
  margin: 0 0 1.16129032em;
  text-transform: uppercase;
  font-weight: 400;
}

.sub h1 {
  font-size: 10vw;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0.76470588em;
  font-family: "Amiri Quran", serif;
}

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

.home h1 {
  font-size: min(3.4em, 7vw);
  margin: 0 0 1.25em;
  font-family: "Amiri Quran", serif;
  font-weight: 700;
  white-space: nowrap;
  line-height: 0.9;
}

@media only screen and (min-width: 768px) {
  .home h1 {
    margin-bottom: 0.8em;
  }
}

@media only screen and (min-width: 1300px) {
  .home h1 {
    font-size: min(3.4em, 4.7vw);
  }
}
@media only screen and (max-width: 767px) {
	.home h1 .trait.top {
		line-height: 1.5 !important;
		font-size: clamp(12px, 0.751471em, 35px) !important;
	}
	.home h1 {
		margin: 0 0 0.75em !important;
		font-size: min(3.4em, 7.5vw) !important;
	}
	.spot01 h2.topic {
		font-size: min(3em, 17vw) !important;
	}
	.spot03 .testimony {
		font-size: clamp(12px, 1.45em, 41px) !important;
	}
}
.home h1 .trait.top {
  line-height: 1;
  font-size: clamp(12px, 0.51470588em, 35px);
  display: block;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #124668;
  margin-bottom: -0.585em;
}

h2:not(.topic) {
  font-size: 1.63157895em;
  color: #124668;
  font-family: "Amiri Quran", serif;
  font-weight: 700;
}

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

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

h5 {
  font-size: 1.05263158em;
}

h6 {
  font-size: 1em;
}

/* ===============================================
	containers
=============================================== */
.container {
  max-width: 64.5em;
}

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

/* ===============================================
	list styles - global overrides
=============================================== */
.what-sets-us-apart #content ol,
.meet-the-team #content ol,
.our-office #content ol,
.office-tour #content ol,
body[class*='-after'] #content ol {
  margin: 0;
}

#content ul li {
  list-style: disc outside;
}

/* ==================================================================
	masthead
=================================================================== */
#masthead {
  width: 100%;
  min-height: 44px;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3000;
}

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

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

  #masthead.ready:not(.open)::before {
    transform: translate(0%, -100%);
  }
}

@media only screen and (min-width: 1300px) {
  #masthead {
    font-size: inherit;
    height: 5.35em;
    position: fixed;
  }

  #masthead.ready #logo {
    opacity: 0;
  }

  #masthead.ready::before {
    transform: translate(0%, -100%);
  }
}

#masthead::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.33s ease;
  background-color: white;
}

#masthead .container {
  width: 100%;
  max-width: none;
}

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

/* ===============================================
TRIGGER/NAVICON
=============================================== */
#trigger {
  line-height: 44px;
  color: #248acc;
  width: 76px;
  height: 100%;
  margin: 0 0 0 auto;
  padding: 0;
  background: none;
  box-shadow: none;
  border: none;
  -webkit-display: none;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 600;
  transition: color 0.33s ease-in-out;
  cursor: pointer;
}

@media only screen and (max-width: 575px) {
  #trigger {
    margin-right: 0;
  }
}

#trigger:focus-visible {
  color: #bde7fb;
}

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

.open #trigger .navicon::after {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(45deg);
}

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

.open #trigger .navicon span:nth-child(4) {
  transform: translate(0, -13px) 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);
  color: #d7df23;
}

#trigger .navicon {
  width: 36px;
  height: 26px;
  display: inline-block;
  vertical-align: -5.5px;
  position: relative;
}

#trigger .navicon::after {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #248acc;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%) rotate(0deg);
  transition: transform 0.33s ease, opacity 0.33s ease;
}

#trigger .navicon span {
  width: 100%;
  height: 6px;
  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, color 0.3s ease;
}

#trigger .navicon span:nth-child(1) {
  top: 0;
}

#trigger .navicon span:nth-child(2),
#trigger .navicon span:nth-child(3) {
  top: 0;
  bottom: 0;
  color: #72cbf4;
}

#trigger .navicon span:nth-child(4) {
  bottom: 0;
  color: #d7df23;
}

/* ==================================================================
	main-nav
=================================================================== */
#main-nav {
  font-size: 20px;
  text-align: center;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  clear: both;
}

@media only screen and (max-width: 1299px) {
  #main-nav {
    pointer-events: none;
  }

  #main-nav>* {
    pointer-events: all;
  }
}

@media only screen and (min-width: 1300px) {
  #main-nav {
    font-size: inherit;
    width: 100%;
    height: 100%;
    margin-top: 0em;
    background: none;
    box-shadow: none;
    top: auto;
    bottom: 0;
    z-index: 2900;
  }
}

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

@media only screen and (min-width: 0px) and (max-width: 1299px) {
  #main-nav.open .collapsible>ul {
    transition-duration: 0.33s;
    transition-timing-function: ease;
    transform: translate(0, 0);
    visibility: visible;
    pointer-events: auto;
    opacity: 1;
  }
}

@media only screen and (max-width: 1299px) {
  #main-nav .collapsible {
    display: contents;
  }

  #main-nav .collapsible .mod {
    position: absolute;
    top: 0;
    right: 76px;
    height: 100%;
    width: max-content;
    gap: 20px;
  }

  #main-nav .collapsible>ul {
    width: 320px;
    position: absolute;
    top: 100%;
    right: 0;
    transition-property: transform, opacity, visibility;
    transition-duration: 0.09s;
    transition-timing-function: linear;
    transform: translate(100%, 0);
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
  }
}

@media only screen and (max-width: 665px) {
  #main-nav .collapsible>ul {
    width: 100%;
  }
}

@media only screen and (min-width: 1300px) {
  #main-nav .collapsible {
    margin: 0 auto;
    position: relative;
    text-align: right;
  }
}

#main-nav .mod {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  z-index: 420;
  transition: border-color 0.33s ease-in-out;
}

@media only screen and (min-width: 1300px) {
  #main-nav .mod {
    vertical-align: top;
    gap: 27px;
    border-left: 1px solid #ccc6c6;
    height: 100%;
    padding-top: 0.25em;
    padding-left: 1.5em;
    margin-left: 1.2em;
  }
}

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

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

/* ===============================================
TOP LEVEL ITEMS || top ul
=============================================== */
#main-nav ul {
  margin: 0;
  padding: 30px 0;
  background-color: #124668;
  position: relative;
  z-index: 550;
}

@media only screen and (max-width:479px) {
  #main-nav ul {
    padding: 80px 0 30px;
  }
}

@media only screen and (min-width: 1024px) {
  #main-nav ul {
    height: auto;
  }
}

@media only screen and (max-width: 1299px) {
  #main-nav ul {
    display: flex;
    flex-direction: column;
  }
}

@media only screen and (min-width: 1300px) {
  #main-nav ul {
    height: 5.35em;
    width: auto;
    margin: 0;
    padding: 0;
    background: none;
    position: static;
    float: none;
    display: inline-block;
    vertical-align: top;
  }
}

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

@media (min-width: 1024px) and (max-width: 1299px) and (pointer: coarse) {
  #main-nav ul li {
    /* flyout appear on tablet click event */
  }

  #main-nav ul li.open>ul {
    width: auto;
    height: auto;
    margin: 0;
    clip: auto;
    pointer-events: auto;
  }
}

@media only screen and (min-width: 1300px) {
  #main-nav ul li {
    margin: 0 1.175em 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 a[id] {
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  height: 50px;
  margin: 0;
  transition: color 0.33s ease;
  pointer-events: none;
  text-transform: uppercase;
}

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

@media (min-width: 1024px) and (max-width: 1299px) and (pointer: coarse) {
  #main-nav ul li a[id] {
    /* allows tablet users to access flyouts on desktop style nav */
    z-index: -1;
  }

  #main-nav ul li a[id].home {
    z-index: 1;
  }
}

#main-nav ul li a[id] .icon {
  position: absolute;
  left: calc(50% - 1.02777778em);
  width: 2.16666667em;
  height: auto;
  pointer-events: none;
}

@media only screen and (max-width: 1299px) {
  #main-nav ul li a[id] .icon {
    top: -0.1em;
    filter: brightness(0) invert(1);
  }
}

@media only screen and (min-width: 1300px) {
  #main-nav ul li a[id] .icon {
    top: 1.35em;
  }
}

#main-nav ul li a[id] .icon .strike {
  opacity: 0;
  transition: opacity 0.33s cubic-bezier(0.34, 1.56, 0.64, 1);
}

#main-nav ul li a[id] .icon .tooth {
  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);
  opacity: 0;
}

#main-nav ul li a[id] .icon .tooth:nth-child(1) {
  transform: translate(-50%, -50%);
}

#main-nav ul li a[id] .icon .tooth:nth-child(2) {
  transform: translate(50%, -50%);
}

#main-nav ul li a[id] .icon .tooth:nth-child(3) {
  transform: translate(0%, -100%);
}

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

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

#main-nav ul li:focus-within>a[id] .icon .strike,
#main-nav ul li.clicked>a[id] .icon .strike,
#main-nav ul li.active>a[id] .icon .strike,
#main-nav ul li:hover>a[id] .icon .strike {
  opacity: 1;
}

#main-nav ul li:focus-within>a[id] .icon .tooth,
#main-nav ul li.clicked>a[id] .icon .tooth,
#main-nav ul li.active>a[id] .icon .tooth,
#main-nav ul li:hover>a[id] .icon .tooth {
  transform: translate(0, 0);
  opacity: 1;
}

/* ===============================================
Flyout || ul ul
=============================================== */
#main-nav ul ul {
  width: 100%;
  padding: 0;
  background: #114668;
  border: none;
  float: left;
  transition: visibility 0.33s ease-in-out;
}

@media only screen and (min-width: 1300px) {
  #main-nav ul ul {
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0.95em 0;
    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: 1300px) {
  #main-nav ul ul li {
    height: 1.6em;
    margin: 0 0 0.15em;
    padding: 0;
    opacity: 1;
  }
}

#main-nav ul ul li a {
  line-height: 44px;
  font-size: clamp(12px, 0.75em, 15px);
  color: #fff;
  width: 100%;
  height: 44px;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: background-color 0.33s ease-in-out, color 0.33s ease-in-out;
  text-transform: uppercase;
  font-weight: 600;
}

@media only screen and (min-width: 1300px) {
  #main-nav ul ul li a {
    line-height: 2.13333333;
    text-align: center;
    white-space: nowrap;
    height: 2.13333333em;
    padding: 0 2.65em;
    float: left;
  }
}

#main-nav ul ul li a::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #d6df22;
  transform: scale(0.5);
  opacity: 0;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
}

#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;
  margin-bottom: 0;
  border: none;
  color: #124668;
}

#main-nav ul ul li a:focus-visible::before,
#main-nav ul ul li a:hover::before,
#main-nav ul ul li a.active::before {
  transform: scale(1);
  opacity: 1;
}

/* ===============================================
TERTIARY || if ul ul ul exists
=============================================== */
/* ===============================================
Flyout animation
=============================================== */
@media only screen and (max-width: 1299px) {
  #main-nav.open ul ul {
    visibility: hidden;
  }

  #main-nav.open ul .clicked ul {
    padding: 0 0 0.75em;
    visibility: visible;
  }

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

/* socialmedia */
.collapsible .socialmedia {
  line-height: 0;
  text-align: center;
  height: auto;
  margin: 0;
  padding: 0;
  justify-content: center;
  position: relative;
  display: inline-flex;
  transition: opacity .33s ease-in-out;
}

@media only screen and (max-width:479px) {
  .collapsible .socialmedia {
    display: none;
  }
}

.collapsible .socialmedia a {
  line-height: 48px;
  font-size: 25px;
  color: #124668;
  width: 48px;
  height: 48px;
  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 (min-width:1300px) {
  .collapsible .socialmedia a {
    font-size: 12px;
    width: 24px;
  }
}


.collapsible .socialmedia a:hover,
.collapsible .socialmedia a:focus {
  z-index: 400;
  transform: scale(1.5);
}

/* .collapsible .socialmedia a:hover .icon,
.collapsible .socialmedia a:focus .icon {
  animation: fa-bounce 1s ease;
} */

.collapsible .socialmedia a .icon {
  position: relative;
}

#main-nav>.socialmedia {
  line-height: 0;
  text-align: center;
  height: auto;
  margin: 0;
  padding: 0;
  justify-content: center;
  position: absolute;
  width: 100%;
  left: 0;
  top: 80px;
  display: none;
  transition: opacity .33s ease-in-out;
  z-index: 1000;
}

@media only screen and (max-width:479px) {
  #main-nav>.socialmedia {
    display: flex;
  }

  #main-nav.mobtron .socialmedia {
    opacity: 0;
  }
}


#main-nav>.socialmedia a {
  line-height: 48px;
  font-size: 25px;
  color: #124668;
  width: 48px;
  height: 48px;
  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 (min-width:1300px) {
  #main-nav>.socialmedia a {
    font-size: 12px;
    width: 24px;
  }
}

@media only screen and (max-width:479px) {
  #main-nav>.socialmedia a {
    color: #fff;
  }
}

#main-nav>.socialmedia a:hover,
#main-nav>.socialmedia a:focus {
  z-index: 400;
  transform: scale(1.5);
}

/* #main-nav>.socialmedia a:hover .icon,
#main-nav>.socialmedia a:focus .icon {
  animation: fa-bounce 1s ease;
} */

#main-nav>.socialmedia a .icon {
  position: relative;
}

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

/* ===============================================
	logo
=============================================== */
#logo {
  line-height: 0;
  width: 12.1em;
  font-size: 0.675em;
  margin: 0 0 0 1.25em;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  pointer-events: auto;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
}

@media only screen and (min-width: 1300px) {
  #logo {
    font-size: inherit;
    margin: 0;
  }
}

#logo a {
  display: inline-block;
  vertical-align: top;
  transition: opacity 0.33s ease-in-out;
}

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

#logo a:focus {
  opacity: 0.51;
}

#logo svg {
  width: 12.1em;
  height: 3.4em;
}

/* ===============================================
	contact info
=============================================== */
#contactinfo {
  text-align: center;
  width: auto;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  pointer-events: auto;
}

#contactinfo .phone {
  display: inline-block;
  vertical-align: top;
  font-weight: 500;
}

@media only screen and (max-width: 1299px) {
  #contactinfo .phone {
    line-height: 44px;
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  #contactinfo .phone {
    min-width: 24px;
    font-size: 25px;
  }

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

@media only screen and (min-width: 1300px) {
  #contactinfo .phone {
    font-size: clamp(12px, 0.6em, 12px);
    line-height: 2.91666667;
  }
}

#contactinfo .phone .icon {
  color: #909618;
  transition: inherit;
}

#contactinfo a {
  color: #124668;
  transition: color 0.33s ease-in-out;
}

#contactinfo a:focus,
#contactinfo a:hover {
  color: #248acc;
}

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

/* ===============================================
	utility-nav
=============================================== */
#utilitynav {
  line-height: 0;
  width: auto;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 400;
  pointer-events: auto;
}

#utilitynav ul {
  display: contents;
}

#utilitynav ul li {
  display: contents;
}

#utilitynav ul li:nth-child(n+2) {
  margin: 0 0 0 0.5em;
}

#utilitynav a {
  text-align: center;
  color: #124668;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out;
  overflow: hidden;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  font-weight: 500;
}

@media only screen and (max-width: 1299px) {
  #utilitynav a {
    line-height: 44px;
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  #utilitynav a {
    min-width: 24px;
    font-size: 25px;
  }

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

@media only screen and (min-width: 1300px) {
  #utilitynav a {
    line-height: 2.91666667;
    font-size: clamp(12px, 0.6em, 12px);
  }
}

#utilitynav a .icon {
  color: #909618;
  transition: inherit;
}

#utilitynav a:hover,
#utilitynav a:focus {
  color: #248acc;
}

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

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

@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(36, 138, 204, 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: #bde7fb;
  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: 20.14285714vw;
  background: #e4f6fd;
  position: relative;
  z-index: 500;
  font-size: min(20px, 15vw);
  display: flex;
  justify-content: center;
  padding: 5em 0 3em;
}

@media only screen and (min-width: 1024px) {
  #slideshow {
    font-size: inherit;
    min-height: 627px;
    padding: 0;
  }
}

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

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

  #slideshow #home-slideshow,
  #slideshow #sslogo path,
  #slideshow .slogan path,
  #slideshow .spotbtn {
    opacity: 0;
  }
}

#slideshow .container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 90%;
  max-width: 65.5em;
}

@media only screen and (min-width: 1024px) {
  #slideshow .container {
    justify-content: space-between;
    flex-direction: row;
    width: 94%;
  }
}

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

#slideshow .mod {
  width: 100%;
  max-width: 26.3em;
}

#slideshow #sslogo {
  width: 100%;
  display: block;
  margin-bottom: 2em;
}

@media only screen and (min-width: 1024px) {
  #slideshow #sslogo {
    margin-top: 3.45em;
  }
}

#slideshow #sslogo svg {
  width: 100%;
  height: auto;
}

#slideshow .spotbtn {
  font-size: min(1.15em, 6vw);
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  width: 14.7826087em;
  border: 2px solid #114668;
  background-color: #114668;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
  transition: color 0.33s ease-in-out, box-shadow 0.33s ease-in-out;
  overflow: hidden;
  font-weight: 600;
  box-shadow: 12.5px 21.651px 25px 0px rgba(0, 0, 0, 0.15);
  line-height: 2.52173913;
  min-width: 44px;
}

@media only screen and (min-width: 1300px) {
  #slideshow .spotbtn {
    margin-right: 0.75em;
  }
}

#slideshow .spotbtn::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #bde7fb;
  transform: scale(0);
  transition: transform 0.33s ease-in-out;
}

#slideshow .spotbtn:hover,
#slideshow .spotbtn:focus {
  color: #000;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.54);
}

#slideshow .spotbtn:hover::before,
#slideshow .spotbtn:focus::before {
  transform: scale(1);
}

#slideshow .ssoverlay {
  width: 78%;
  max-width: 25.6em;
  position: relative;
  display: block;
  z-index: 420;
  margin: min(20%, 5em) 1.25em 0 0;
}

@media only screen and (min-width: 1024px) {
  #slideshow .ssoverlay {
    margin: 2em 4em -2.25em 0;
  }
}

@media only screen and (min-width: 1300px) {
  #slideshow .ssoverlay {
    align-self: flex-end;
    margin-top: 0;
    margin-right: 3.25em;
  }
}

#slideshow .slogan {
  display: block;
  position: absolute;
  top: calc(50% + 0.1em);
  left: calc(50% + 0.3em);
  transform: translate(-50%, -50%) rotate(0deg);
  width: 140%;
  transform-origin: 50% 50%;
  pointer-events: none;
}

#slideshow .slogan:hover {
  transform: translate(-50%, -50%) rotate(360deg);
}

#slideshow #home-slideshow {
  width: 100%;
  margin: 0;
  aspect-ratio: 512 / 512;
  border-radius: 50%;
  overflow: hidden;
}

#slideshow #home-slideshow .hpslide {
  width: 100%;
  max-width: none;
  border-radius: 50%;
}

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

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

.spotlight>div {
  position: relative;
}

/* ==================================================================
	subnav
=================================================================== */


.hero {
  margin-top: 66px;
  width: 100%;
}

body.meet-the-team #bd,
body.what-sets-us-apart #bd,
body.office-visits #bd,
body.office-tour #bd,
body.allentown-location #bd,
body.appointment-request-form #bd {
  padding-top: 0;
}



#subnav {
  text-align: center;
  color: #124668;
  padding: 2.65em 0;
  position: relative;
  overflow: hidden;
  background-color: #bee7fb;
}

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


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

  body.meet-the-team #bd,
  body.what-sets-us-apart #bd,
  body.office-visits #bd,
  body.office-tour #bd,
  body.allentown-location #bd,
  body.appointment-request-form #bd {
    padding-top: 6em;
  }
}

@media only screen and (min-width: 1300px) {
  #subnav {
    text-align: left;
    padding-top: 7.95em;
  }

  .hero {
    margin-top: 107px;
  }

  body.what-sets-us-apart #subnav,
  body.meet-the-team #subnav,
  body.office-visits #subnav,
  body.office-tour #subnav,
  body.allentown-location #subnav,
  body.appointment-request-form #subnav {
    padding-top: 2.65em;
  }


}

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

#subnav p {
  font-size: clamp(12px, 0.75em, 15px);
  margin: 0 auto;
  padding: 0;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}

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

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

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

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

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

#subnav a:after {
  content: '';
  width: 100%;
  height: 2px;
  background: currentcolor;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  transform: translate(0, 0) scaleX(0);
  opacity: 0;
}

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

#subnav a:focus:after,
#subnav a:hover:after,
#subnav a.active:after {
  transform: translate(0, 0) scaleX(1);
  opacity: 1;
}

#subnav .divider {
  margin: 0 0.8em;
  display: inline-block;
  vertical-align: top;
}

/* ==================================================================
	content
=================================================================== */
#bd {
  padding: 4.5em 0 3em;
  background: #fff;
  position: relative;
  z-index: 400;
  border-top: 10px solid #fff;
  border-bottom: 10px solid #fff;
}

@media only screen and (min-width: 768px) {
  #bd {
    padding: 6em 0 3em;
  }

  #bd.sub {
    background-image: url(../images/sub-branches.svg);
    background-size: 53.8em auto;
    background-position: calc(50% + 37.1em) -0.7em;
    background-repeat: no-repeat;
  }
}

@media only screen and (min-width: 1300px) {
  #bd {
    padding-top: 3em;
  }
}

#bd.sub:after {
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  pointer-events: none;
}

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

@media only screen and (min-width: 1300px) {
  #bd.sub:after {
    width: auto;
    background-color: pink;
    left: calc(50% + 10em);
  }
}

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

#content {
  max-width: 800px;
  display: block;
}

@media only screen and (min-width: 768px) {
  #content {
    width: 60.74411541%;
    max-width: 40em;
    float: left;
  }
}

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

#content .content-text {
  line-height: 1.68421053;
}

@media only screen and (min-width: 666px) {
  #content .content-text {
    font-size: min(2.3vw, 19px);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1299px) {
  #content .content-text {
    max-width: 70ch;
  }
}

@media only screen and (min-width: 1300px) {
  #content .content-text {
    font-size: 19px;
  }
}

/* ==================================================================
	.home content
=================================================================== */
.home #bd {
  padding: 2em 0 0;
  text-align: center;
  background-image: url(../images/home-branches.svg);
  background-size: 53.8em auto;
  background-position: calc(50% - 20em) -4em;
  background-repeat: no-repeat;
  overflow: hidden;
}

@media only screen and (min-width: 1024px) {
  .home #bd {
    background-size: 53.6em auto;
    background-position: calc(50% - 5em) -1.75em;
  }
}

@media only screen and (min-width: 1300px) {
  .home #bd {
    padding: 4.9em 0 2.85em;
    background-position: calc(50% - 30.8em) -1.75em;
    min-height: 59.2em;
  }
}

.home #bd .mod {
  width: 90%;
  position: relative;
  max-width: 38.25em;
  display: inline-block;
  font-size: min(20px, 6vw);
}

@media only screen and (min-width: 768px) {
  .home #bd .mod {
    margin-left: -40%;
    width: 100%;
  }
}

@media only screen and (min-width: 1024px) {
  .home #bd .mod {
    font-size: min(20px, 2vw);
    margin-left: -5em;
  }
}

@media only screen and (min-width: 1300px) {
  .home #bd .mod {
    position: absolute;
    bottom: 0;
    right: calc(50% + 6.4em);
    font-size: inherit;
    margin: 0;
    z-index: 1;
  }
}

.home #bd .mod__decoration {
  width: 400px;
  max-width: none;
  margin-left: -40%;
}

@media only screen and (min-width: 666px) {
  .home #bd .mod__decoration {
    width: 100%;
    margin-left: -48%;
  }
}

@media only screen and (min-width: 768px) {
  .home #bd .mod__decoration {
    margin: 0;
  }
}

.home #bd .mod__spotbtns {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 1em;
}

@media only screen and (min-width: 666px) {
  .home #bd .mod__spotbtns {
    top: 10%;
  }
}

@media only screen and (min-width: 768px) {
  .home #bd .mod__spotbtns {
    top: 0;
  }
}

.home #bd .mod__spotbtns-spotbtn {
  display: block;
}

.home #bd .mod__spotbtns-spotbtn:nth-child(1) {
  --accent: #71cbf5;
}

@media only screen and (min-width: 768px) {
  .home #bd .mod__spotbtns-spotbtn:nth-child(1) {
    position: absolute;
    top: 14em;
    right: 5.1em;
  }
}

.home #bd .mod__spotbtns-spotbtn:nth-child(2) {
  --accent: #248acb;
}

@media only screen and (min-width: 768px) {
  .home #bd .mod__spotbtns-spotbtn:nth-child(2) {
    position: absolute;
    top: 19.2em;
    right: -3.4em;
  }
}

.home #bd .mod__spotbtns-spotbtn:nth-child(3) {
  --accent: #d6df23;
}

@media only screen and (min-width: 768px) {
  .home #bd .mod__spotbtns-spotbtn:nth-child(3) {
    position: absolute;
    top: 28.5em;
    right: -6.4em;
  }
}

.home #bd .mod__spotbtns-spotbtn h2.topic {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-size: clamp(12px, 1.2em, 24px);
  text-transform: uppercase;
  color: #000;
  width: 6.79166667em;
  height: 6.79166667em;
  background-color: var(--accent);
  text-align: center;
  font-weight: 600;
  border-radius: 50%;
  letter-spacing: -0.05em;
  box-shadow: 12.5px 21.651px 25px 0px rgba(0, 0, 0, 0.25);
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
}

.home #bd .mod__spotbtns-spotbtn:hover h2.topic,
.home #bd .mod__spotbtns-spotbtn:focus h2.topic {
  transform: scale(1.2);
}

.home #bd .mod__spotbtns-spotbtn h2.topic .appt-fix {
  font-size: .851em;
}


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

@media only screen and (max-width: 1299px) {
  .home #bd .container {
    background-color: #ffffff;
    width: 100%;
    max-width: none;
    padding: 0 2em;
  }
}

@media only screen and (min-width: 1300px) {
  .home #bd .container {
    width: 96%;
  }
}

.home #bd #content {
  text-align: left;
  padding: 4em 0 3em;
}

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

@media only screen and (min-width: 1300px) {
  .home #bd #content {
    max-width: 29.9em;
    width: 45.3030303%;
    padding: 6.5em 0 0;
    margin-right: 0;
  }

  .home #bd #content header {
    position: absolute;
    top: 0;
    right: 1.3em;
  }
}

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

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

.home #bd #content .content-text h2 {
  font-size: 1.63157895em;
  line-height: 1.03225806;
  margin-bottom: 0.85em;
  margin-top: -0.55em;
}

.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 {
  text-align: justify;
}

/* ==================================================================
	custom content
=================================================================== */
.meet-the-team .content-text h2,
.meet-the-team .content-text h3 {
  text-align: center;
}

.meet-the-team .content-text .row {
  margin-bottom: 2em;
}

.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: #248acc;
  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: #248acc;
  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: #bde7fb;
}

.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: #bde7fb;
  top: 0;
}

/* content centered for slideshow, video-centric, and/or full width content */
.before-and-after #content,
.office-tour #content,
.smile-gallery #content,
.invisalign-videos #content {
  text-align: center;
}

.before-and-after #content h1,
.office-tour #content h1,
.smile-gallery #content h1,
.invisalign-videos #content h1,
.before-and-after #content h2,
.office-tour #content h2,
.smile-gallery #content h2,
.invisalign-videos #content h2,
.before-and-after #content h3,
.office-tour #content h3,
.smile-gallery #content h3,
.invisalign-videos #content h3,
.before-and-after #content p,
.office-tour #content p,
.smile-gallery #content p,
.invisalign-videos #content p {
  text-align: center;
}

.before-and-after .img-left,
.office-tour .img-left,
.smile-gallery .img-left,
.invisalign-videos .img-left,
.before-and-after .img-right,
.office-tour .img-right,
.smile-gallery .img-right,
.invisalign-videos .img-right {
  margin: 0 auto;
  float: none;
}

/* blockquote styling */
#content blockquote {
  margin: 0 0 1.58em;
  padding: 0 0 0 1em;
  border-left: 0.33em solid #f0f0f0;
}

/* comment line below if patient-login is live and legit */
.financial-information #financial-online-services {
  display: none;
}

/* common treatments */
.before-after-image {
  width: 44%;
  display: inline-block;
  vertical-align: top;
}

.before-after-image img,
.before-after-image span {
  display: block;
}

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

  .before-after-image img,
  .before-after-image span {
    width: 100%;
  }
}

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

  .before-after-box,
  p.before-after-text {
    width: 49%;
    display: inline-block;
    vertical-align: top;
  }
}

/* common procedures */
@media only screen and (min-width: 1300px) {

  #content,
  #content h2[id],
  .common-procedures #content h2[id] {
    scroll-margin-top: 200px;
  }
}

/* preventive-care */
.preventive-care #content ul {
  display: inline-block;
}

/* reduces dimensions of coronavirus tab */
#coronavirus-update {
  font-size: 0.84em;
  padding: 0.5em 1.25em !important;
  left: 0.5em !important;
}

@media only screen and (min-width: 1300px) {
  #coronavirus-update {
    font-size: 1em;
  }
}

/* ==================================================================
	meet the team page classes for individual and full team images 
=================================================================== */
.staff {
  width: 45%;
  max-width: 10em;
  margin: 0 0 1em 1em;
  display: block;
  float: right;
}

.team {
  width: 100%;
  max-width: 1000px;
  margin: 2% auto;
  display: block;
}


.overlay-wrap .staffphoto {
  position: relative;
  margin: 0 0 .67em;
  /*width: 50%;*/
}

.overlay-wrap .staffphoto img {
  display: block;
  width: 100%;
  height: auto;
}


.overlay-wrap .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(0, 0, 0, .75);
}

.overlay-wrap .text {
  color: #ffffff;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  width: 95%;
  font-size: .85em;
  line-height: 1.1em;
}


.overlay-wrap .staffphoto:hover .overlay {
  opacity: 1;
}

.overlay-wrap .text p:nth-last-of-type(1) {
  margin-bottom: 0;
}

.overlay-wrap h2 {
  margin: 0 0 .67em;
}

/* ==================================================================
	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.32258065;
  font-size: clamp(12px, 1.55em, 31px);
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  color: #124668;
  font-family: "Amiri Quran", serif;
  transition-duration: 0s;
}

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

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

@media only screen and (min-width: 768px) {
  #sidebar {
    width: 37.12984055%;
    margin: 0;
    display: block;
    float: right;
    clear: right;
  }
}

@media only screen and (min-width: 1300px) {
  #sidebar {
    margin: -4.2em -0.6em 0 0;
    opacity: 0;
  }
}

/* ===============================================
	sitepics
=============================================== */
#hide-stock {
  position: relative;
}

.stock {
  width: 100%;
  height: auto;
  position: relative;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
}

@media only screen and (min-width: 768px) {
  .stock {
    filter: none;
    -webkit-filter: none;
  }
}

img.stock {
  display: none;
}

/* ===============================================
	show doctor image on all devices
=============================================== */
/*.home,*/
/*body[class^='meet-the-'],*/
/*body[class^='meet-our-'],*/
.meet-the-doctor #sidebar,
body[class*='meet-dr-'] #sidebar,
body[class*='meet-doctor-'] #sidebar {
  display: block;
}

body[class~='blog'] #sidebar {
  display: block;
}

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

/* END SIDEBAR */
/* ===============================================
	spot00 || COMMON GENERAL INFORMATION SPOTLIGHT SECTION
=============================================== */
.spot01 {
  color: #fff;
  padding: calc(70% + 2.75em) 0 4em;
  background: #104668 center / cover no-repeat;
  background-size: 140% auto;
  background-position: 0% 0%;
}

@media only screen and (min-width: 666px) {
  .spot01 {
    padding: calc(70% + 4em) 0 6em;
  }
}

@media only screen and (min-width: 1024px) {
  .spot01 {
    padding: 6em 0;
    min-height: 47.7em;
    background-size: cover;
    background-position: center;
    font-size: max(1vw, 1em);
    background-color: #000;
  }

  .spot01::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 80%);
  }
}

.spot01 .container {
  max-width: 66em;
  width: 90%;
}

@media only screen and (min-width: 1024px) {
  .spot01 .container {
    text-align: right;
    width: 96%;
  }
}

.spot01 .mod {
  width: 100%;
  max-width: 26em;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  text-align: left;
}

.spot01 h2.topic {
  line-height: 1;
  font-size: min(4.7em, 17vw);
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 0.5em -0.05em;
  font-family: "Amiri Quran", serif;
  font-weight: 400;
}

.spot01 h2.topic .trait {
  line-height: 1;
  font-size: clamp(12px, 0.62765957em, 59px);
  font-weight: 400;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  display: block;
  margin-bottom: -0.5em;
}

.spot01 .info {
  line-height: 1.2;
  font-size: clamp(12px, 1.25em, 25px);
  margin: 0 0 1.28em;
}

.spot01 .spotbtn {
  font-size: clamp(12px, 1em, 20px);
  text-align: center;
  text-transform: uppercase;
  color: #124668;
  width: 12.1em;
  border: 2px solid #f1f3ef;
  background-color: #f1f3ef;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
  transition: color 0.33s ease-in-out, box-shadow 0.33s ease-in-out;
  overflow: hidden;
  letter-spacing: 0.16em;
  font-weight: 600;
}

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

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

.spot01 .spotbtn::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #bde7fb;
  transform: scale(0);
  transition: transform 0.33s ease-in-out;
}

.spot01 .spotbtn:hover,
.spot01 .spotbtn:focus {
  color: #000;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.54);
}

.spot01 .spotbtn:hover::before,
.spot01 .spotbtn:focus::before {
  transform: scale(1);
}




/* ===============================================
  spot00 || COMMON SERVICES/CALLOUT-LIKE SECTION EXAMPLE
=============================================== */
@media only screen and (max-width: 666px) {
	.spot015 .spotbtn {
		font-size: clamp(12px, 2.3em, 25px) !important;
	}
}
.spot015 {
  font-size: 3.8vw;
  text-align: center;
  color: #641c65;
  margin: 0;
  padding: 15.75em 0 13.5em;
  padding: 7.75em 0 6.5em;
  position: relative;
  z-index: 410;
  background: #ccc center / cover no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  perspective: 1000px;
  -webkit-perspective: 1000px;
  border-top: 10px solid #fff;
}

@media only screen and (min-width: 666px) {
  .spot015 {
    font-size: min(1.7vw, 1em);
  }
}



@media only screen and (min-width: 1024px) {
  .spot015 {
    padding: 10.75em 0 8.5em;
  }
}


.spot015::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.spot015__overlay {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(114, 203, 245, 0.8);
  transition: transform 0.33s ease, opacity 0.33s ease;
  z-index: -1;
  transform: scale(0.5);
  opacity: 0;
  pointer-events: none;
  z-index: 1;
}

.spot015 .spotbtn {
  font-size: clamp(12px, 2.3em, 46px);
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  width: 11.30434783em;
  display: inline-block;
  vertical-align: top;
  transition: border-color 0.33s ease-in-out;
  line-height: 2.82608696;
  border: 2px solid currentColor;
  z-index: 2;
  font-weight: 500;
}

.spot015 .spotbtn:focus {
  outline: none;
}

.spot015 .spotbtn:hover,
.spot015 .spotbtn:focus {
  border-color: transparent;
}

.spot015 .spotbtn:hover+.spot015__overlay,
.spot015 .spotbtn:focus+.spot015__overlay {
  transform: scale(1);
  opacity: 1;
}



/* ===============================================
	spot00 || COMMON SERVICES/CALLOUT-LIKE SECTION EXAMPLE
=============================================== */
.spot02 {
  font-size: min(20px, 6vw);
  text-align: center;
  color: #248acc;
  padding: 2em 0;
  gap: 2em;
  margin: 0;
  z-index: 410;
  border-top: 8px solid #fff;
  border-bottom: 8px solid #fff;
  background: #fcfcfc url(../images/spotlight/spot02-mobile-plant.png) no-repeat;
  background-size: min(30em, 100%) auto;
  background-position: calc(100% - 0em) 100%;
}

@media only screen and (min-width: 768px) {
  .spot02 {
    background: #ccc url(../images/spotlight/spot02.jpg) center / cover no-repeat;
    font-size: min(20px, 1.9vw);
    padding: 6em 0;
  }
}

@media only screen and (min-width: 1024px) {
  .spot02 {
    padding: 11.65em 0 11.3em;
    font-size: inherit;
    padding-left: 0.5em;
  }
}

.spot02 a {
  display: block;
  margin: 0 auto;
  max-width: 14.8em;
  width: 90%;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .spot02 a:not(:nth-last-of-type(1)) {
    margin-bottom: 1em;
  }
}

@media only screen and (min-width: 768px) {
  .spot02 a {
    display: inline-block;
    vertical-align: top;
    margin: 0 0.9em;
  }
}

.spot02 a h2.topic {
  line-height: 1;
  font-size: clamp(12px, 1.25em, 25px);
  text-transform: uppercase;
  font-weight: 600;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  text-align: center;
  width: 11.84em;
  height: 11.84em;
  border-radius: 50%;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  vertical-align: top;
  gap: 0.25em;
  color: #000000;
  padding: 0 0 2em;
  box-shadow: 0px 25px 25px 0px rgba(0, 0, 0, 0.15);
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
}

@media (prefers-reduced-motion) {
  .spot02 a h2.topic {
    transition-duration: 0s;
  }
}

.spot02 a h2.topic .icon {
  display: block;
  width: 5.08em;
  height: auto;
}

.spot02 a.first {
  z-index: 3;
}

.spot02 a:nth-child(2) {
  z-index: 2;
}

.spot02 a.first h2.topic {
  background-color: #2b92d5;
}

.spot02 a:nth-child(2) h2.topic {
  background-color: #d6df22;
}

.spot02 a.last h2.topic {
  background-color: #72cbf5;
}

.spot02 a:hover h2.topic,
.spot02 a:focus h2.topic {
  transform: scale(1.2);
}

.spot02 a:hover h2.topic .icon,
.spot02 a:focus h2.topic .icon {
  animation: fa-bounce 1s ease;
}

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

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

@media only screen and (min-width: 1300px) and (max-width: 1999px) {
  .spot03 {
    background-size: auto;
  }
}

.spot03 .cycle-slideshow {
  color: #FFF;
  width: 90%;
  max-width: 49.75em;
  margin: 0 auto 1.85em;
  display: block;
  min-height: 12.5em;
}

.spot03 figure.cycle-slide {
  width: 100%;
  display: block;
  transition: color 0.33s ease-in-out;
  margin: 0;
  position: absolute;
  opacity: 0;
}

.spot03 .testimony {
  line-height: 1.2;
  font-size: clamp(12px, 2.05em, 41px);
  margin: 0 auto 0.73170732em;
  display: block;
  font-family: "Amiri Quran", serif;
  font-weight: 600;
}

.spot03 .testifier {
  line-height: 1.72;
  font-size: clamp(12px, 1.25em, 25px);
  font-weight: 600;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  display: block;
  /*color: #248acc;*/
  color: #FFF;
}

.spot03 .spotbtn {
  font-size: clamp(12px, 0.75em, 15px);
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  width: 12.8em;
  border: 2px solid #114668;
  background-color: #114668;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
  transition: color 0.33s ease-in-out, box-shadow 0.33s ease-in-out;
  overflow: hidden;
  letter-spacing: 0.16em;
  font-weight: 600;
}

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

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

.spot03 .spotbtn::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #bde7fb;
  transform: scale(0);
  transition: transform 0.33s ease-in-out;
}

.spot03 .spotbtn:hover,
.spot03 .spotbtn:focus {
  color: #000;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.54);
}

.spot03 .spotbtn:hover::before,
.spot03 .spotbtn:focus::before {
  transform: scale(1);
}

/* ===============================================
	spot00 || COMMON SERVICES/CALLOUT-LIKE SECTION EXAMPLE
=============================================== */
.spot04 {
  text-align: center;
  color: #248acc;
  margin: 0;
  padding: 3em 0;
  position: relative;
  z-index: 410;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1.65em;
}

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

.spot04__signature {
  display: inline-block;
  vertical-align: top;
  width: 90%;
  max-width: 26.65em;
  position: relative;
}

@media only screen and (min-width: 1300px) {
  .spot04__signature {
    right: 0.2em;
  }
}

.spot04 .decoration {
  width: 100%;
  display: block;
}

@media only screen and (min-width: 768px) {
  .spot04 .decoration {
    max-width: 31.5em;
    width: 31.5em;
    min-width: 31.5em;
  }
}

.spot04 .decoration img {
  width: 10.5em;
  padding: 0 5px;
}

/* ===============================================
	spot00 || COMMON SERVICES/CALLOUT-LIKE SECTION EXAMPLE
=============================================== */
.spot05 {
  text-align: center;
  color: #fff;
  margin: 0;
  padding: 3em 0 1em;
  position: relative;
  z-index: 410;
  background-color: #248acb;
  border-bottom: 9px solid #fff;
}

@media only screen and (min-width: 1024px) {
  .spot05 {
    padding: 3.8em 0 3.05em;
  }
}

.spot05 .decoration {
  display: block;
  width: 90%;
  max-width: 20.4em;
  margin: 0 auto;
}

@media only screen and (min-width: 1024px) {
  .spot05 .decoration {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    bottom: -3em;
    right: calc(50% + 7.3em);
  }
}

.spot05 .mod {
  display: inline-block;
  vertical-align: top;
  width: 90%;
  max-width: 29.75em;
  text-align: left;
}

@media only screen and (min-width: 1024px) {
  .spot05 .mod {
    margin-left: 16.95em;
  }
}

.spot05 h2.topic {
  line-height: 1;
  font-size: min(1.6em, 4.75vw);
  text-transform: uppercase;
  color: currentcolor;
  width: 100%;
  display: block;
  font-weight: 300;
  margin: 0 0 1.2em -0.1em;
}

.spot05 h2.topic .trait {
  line-height: 1;
  font-size: clamp(12px, 1.71875em, 55px);
  font-family: "Amiri Quran", serif;
  font-weight: 400;
}

.spot05 .info {
  line-height: 1.2;
  font-size: clamp(12px, 1.05em, 21px);
}

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

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

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

/* ===============================================
		locations
=============================================== */
#location {
  width: 100%;
  padding: 3em 0;
  display: block;
}

@media only screen and (min-width: 1024px) {
  #location {
    text-align: right;
    width: 50%;
    margin-left: 50%;
    padding: 5em 0 5.35em;
  }
}

@media only screen and (min-width: 1300px) {
  #location {
    padding-top: 6em;
  }
}

#location .map {
  width: calc(100% - 2em);
  max-width: 35em;
  position: relative;
  box-shadow: 12.5px 21.651px 25px 0px rgba(0, 0, 0, 0.25);
  margin: 2em auto 0;
  display: none;
  overflow: hidden;
}

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

@media only screen and (min-width: 1024px) {
  #location .map {
    max-width: 47.25em;
    position: absolute;
    top: calc(50% - 15em);
    right: calc(50% + 2.75em);
    width: calc(50% - 2.75em);
    min-height: 30em;
    margin: 0;
  }

  #location .map img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    max-width: none;
    object-fit: cover;
  }
}

#location .map img {
  width: 100%;
}

@media only screen and (max-width: 1023px) {
  #location .map img {
    transform: scale(1.1) translate(1em, 0.5em);
  }
}

#location .mod {
  text-align: center;
  width: 90%;
  max-width: 30em;
  display: block;
  margin: 0 auto;
}

@media only screen and (min-width: 1024px) {
  #location .mod {
    margin-left: 0;
  }
}

#location .logo {
  text-align: center;
  margin: 0 auto 1.1em;
  display: block;
  width: 100%;
  max-width: 20.2em;
  line-height: 0;
}

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

#location .logo svg {
  width: 100%;
  height: auto;
}

#location .logo svg #ftlogo__Vector_2,
#location .logo svg #ftlogo__Vector_3,
#location .logo svg #ftlogo__Vector_4 {
  stroke-width: 0.08px;
}

#location .phone {
  font-size: clamp(12px, 1.9em, 38px);
  display: block;
  font-family: "Amiri Quran", serif;
  font-weight: 400;
  margin-bottom: 0.5em;
}

@media only screen and (max-width: 767px) {
  #location .phone {
    line-height: 44px;
  }
}

@media only screen and (min-width: 768px) {
  #location .phone {
    line-height: 1;
  }
}

#location .address {
  font-size: clamp(12px, 1.25em, 25px);
  margin: 0 auto 1.25em;
  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.2;
  }
}

#location .address .marker {
  line-height: 1;
  font-size: 2.64em;
  color: #d6df23;
  position: absolute;
  z-index: 400;
  transition: transform 0.33s ease-in-out;
  transform-origin: center bottom;
  left: 50%;
  margin-left: -0.3em;
  bottom: 3.95em;
  display: none;
}

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

@media only screen and (min-width: 1024px) {
  #location .address .marker {
    margin-left: -8.63636364em;
    top: 4.28181818em;
    left: 50%;
    bottom: auto;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1999px) {
  #location .address .marker {
    left: calc(25% - 1.05em);
    margin-left: 0;
  }
}

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

#location .address .marker:after {
  content: '';
  width: 1.10606061em;
  height: 1.01515152em;
  background: url(../images/footer/shadowalt.svg) no-repeat center center;
  bottom: -0.15em;
  left: 0.2em;
  z-index: -1;
  background-size: cover;
  position: absolute;
  pointer-events: none;
}

#location .address:focus .marker,
#location .address:hover .marker {
  transform: translate(0, 0) scale(2);
}

#location .officehours {
  line-height: 0;
  text-align: center;
  width: 220px;
  display: block;
  margin: 0 auto 1.75em;
  display: none;
}

#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: calc(50% - 2.65em - 1em);
  padding-right: 1.23076923em;
}

#location .officehours .hours {
  text-align: left;
  width: calc(50% + 2.65em - 1em);
}

#location .spotbtn {
  font-size: clamp(12px, 0.75em, 15px);
  text-align: center;
  text-transform: uppercase;
  color: #000;
  width: 18.46666667em;
  border: 2px solid #d6df23;
  background-color: #d6df23;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
  transition: color 0.33s ease-in-out, box-shadow 0.33s ease-in-out;
  overflow: hidden;
  letter-spacing: 0.16em;
  font-weight: 600;
  box-shadow: 0px 25px 25px 0px rgba(0, 0, 0, 0.15);
  margin-bottom: 1.7em;
}

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

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

#location .spotbtn::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #bde7fb;
  transform: scale(0);
  transition: transform 0.33s ease-in-out;
}

#location .spotbtn:hover,
#location .spotbtn:focus {
  color: #000;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.54);
}

#location .spotbtn:hover::before,
#location .spotbtn:focus::before {
  transform: scale(1);
}

#location .socialmedia {
  line-height: 0;
  text-align: center;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}

#location .socialmedia a {
  font-size: clamp(12px, 0.75em, 15px);
  min-width: 24px;
  min-height: 24px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: transform 0.33s ease-in-out, color 0.33s ease-in-out;
}

@media only screen and (max-width: 1023px) {
  #location .socialmedia a {
    line-height: 44px;
    width: 44px;
    height: 44px;
    font-size: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  #location .socialmedia a {
    line-height: 2.93333333;
    width: auto;
    height: 2.93333333em;
  }
}

#location .socialmedia a .icon {
  position: relative;
}

/* ==================================================================
		#links
=================================================================== */
#links {
  text-align: center;
  color: #124668;
  margin: 0;
  background-color: #fff;
  position: relative;
  z-index: 420;
}

@media only screen and (max-width: 1299px) {
  #links {
    padding: 0.25em 0;
  }
}

@media only screen and (max-width: 479px) {
  #links {
    padding: 1em 0;
  }
}

@media only screen and (min-width: 1300px) {
  #links {
    height: 2.65em;
    padding: 0.225em 0 0;
  }
}

#links .util {
  font-size: clamp(12px, 0.6em, 12px);
}

@media only screen and (min-width: 480px) {
  #links .util {
    width: auto;
    margin: 0;
    display: inline-block;
    vertical-align: top;
  }
}

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

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

#links .util a {
  color: #124668;
  transition: color 0.33s ease-in-out;
  display: inline-block;
}

@media only screen and (max-width: 479px) {
  #links .util a {
    display: block;
  }
}

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

#links .util .divider {
  display: inline-block;
  margin: 0 0.4em;
}

@media only screen and (max-width: 479px) {
  #links .util .divider {
    display: none;
  }
}

/* ===============================================
		sesame link
=============================================== */
a#sesame-link .sesameicon {
  width: 1.33333333em;
  height: 1.16666667em;
  margin-right: 0.58333333em;
  display: inline-block;
  vertical-align: middle;
}

a#sesame-link .sesameicon path {
  transition: fill 0.33s ease-in-out;
}

a#sesame-link .sesameicon path.top {
  fill: #D6E03D;
}

a#sesame-link .sesameicon path.bottom {
  fill: #00a5e3;
}

a#sesame-link:focus .sesameicon path,
a#sesame-link:hover .sesameicon path {
  fill: currentcolor;
}

/* ===============================================
	backToTop
=============================================== */
#btt {
  text-align: center;
  width: 100%;
  margin: 0;
  display: block;
  position: relative;
}

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

a#backtotop {
  font-size: clamp(12px, 0.6em, 12px);
  color: #248acc;
  display: inline-block;
  vertical-align: top;
  transition: color 0.33s ease-in-out;
  font-weight: 700;
}

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

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

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

/*superlative*/
/************************************************************************************************************************************************/
/* hr element - div.hr */
hr,
.types-of-braces #content div.clear {
  font-size: inherit;
  width: 100%;
  margin: 1.58em 0;
  height: 1px;
  background: #666;
  border: none;
  display: block;
}

.brushing-and-flossing .content-text hr {
  float: left;
}

/* ===============================================
	Form Buttons
=============================================== */
form button {
  letter-spacing: normal;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  height: 44px;
  padding: 0 1.5em;
  background-color: #114668;
  border: 2px solid #114668;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out, box-shadow 0.33s ease-in-out;
  overflow: hidden;
  position: relative;
  z-index: 1;
  letter-spacing: 0.16em;
  font-weight: 600;
}

form button::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #bde7fb;
  transform: scale(0);
  transition: transform 0.33s ease-in-out;
}

form button:hover,
form button:focus {
  color: #000;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.54);
}

form button:hover::before,
form button:focus::before {
  transform: scale(1);
}

form p {
  height: auto;
}

/* ===============================================
	skip link styles
=============================================== */
.skiplink {
  line-height: 2;
  font-size: 12px;
  color: #fff;
  padding: 0.5em 1em;
  background-color: #bde7fb;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 6px;
  z-index: 3333;
  transition: transform 0.33s ease-in-out;
  transform: translate(0, -100%);
}

.skiplink:focus {
  transform: translate(0, 0);
}

.skiplink:focus .cta {
  transform: translate(0, 0);
}

.skiplink:focus .icon {
  transform: translate(0, 0);
}

.skiplink.alt .icon .trait {
  display: none;
}

.skiplink .cta {
  display: block;
  transition: transform 0.33s ease-in-out 0.33s;
  transform: translate(0, -44px);
}

.skiplink .icon {
  width: 1.1em;
  height: 1.1em;
  margin: 0 auto;
  display: block;
  transition: transform 0.33s ease-in-out 0.165s;
  transform: translate(0, -44px);
}

/* ===============================================
	chat widget resize for mobile use comfort
=============================================== */
#bc-chat-container {
  font-size: 0.8em !important;
}

.bc-minimize-state {
  width: 11.8em !important;
  height: 7.7em !important;
}

/* ===============================================
	blog sidebar sharethiswidget styles
=============================================== */
#blog_search label,
p.share-text {
  margin-bottom: 10px;
}

/* ===============================================
	generic button for quick use by PM/PAs
=============================================== */
a.intbtn,
#content a.intbtn {
  line-height: 44px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  width: auto;
  text-decoration: none;
  padding: 0 1.5em;
  background-color: #248acc;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: background-color 0.33s ease-in-out;
}

a.intbtn:focus,
#content a.intbtn:focus,
a.intbtn:hover,
#content a.intbtn:hover {
  background-color: #bde7fb;
}

/* ===============================================
	.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,
  .layout-full-width #bd {
    background-image: none;
    min-height: auto;
  }

  .sitemap #bd.sub:after,
  .layout-full-width #bd.sub:after {
    content: none;
  }

  .sitemap #content,
  .layout-full-width #content {
    width: 70%;
    /* count out 90-100 characters per line to determine width */
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }

  .sitemap #sidebar,
  .layout-full-width #sidebar {
    display: none;
  }

  /* ===============================================
	custom content
=============================================== */
  .speed-system img[alt='Speed Braces'] {
    display: block;
  }

  /* ===============================================
	PAGE SPECIFIC
=============================================== */
  .which-is-right-for-me #content p {
    display: inline-block;
    float: left;
  }

  .which-is-right-for-me #content a[href^='/sesame_media/docs/'] {
    text-align: center;
    width: 100%;
    display: block;
    clear: both;
  }

  .which-is-right-for-me #content a[href^='/sesame_media/docs/'] img {
    display: inline-block;
  }

  .in-ovation-testimonials .embed-container {
    margin-right: auto;
    margin-left: auto;
    display: block;
  }

  [class^='inovation-chart-'] {
    max-width: 50%;
    display: inline-block;
  }

  .in-ovation-before-after #content p {
    text-align: center;
    margin-bottom: 0;
  }

  .in-ovation-before-after .content-text h3 {
    text-align: center;
  }

  .in-ovation-before-after .content-text .img-left,
  .in-ovation-before-after .content-text .border {
    max-width: 44%;
    margin: 2%;
    display: inline-block;
    float: none;
  }

  .in-ovation-videos .content-text h2 {
    text-align: center;
  }

  .in-ovation-videos .content-text .embed-container {
    margin-right: auto;
    margin-left: auto;
    display: block;
  }

  body[class*='in-ovation'] .img-right {
    max-width: 40%;
  }

  /*END*/
}

/* ===============================================
	embed-container enhanced support
=============================================== */
@supports (aspect-ratio: 16 / 9) and (object-fit: cover) {
  @media only screen and (max-width: 1299px) {

    .embed-container,
    .embed-container.ratio16x9 {
      max-width: min(42.10526316em, 90%);
    }
  }

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

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

@media only screen and (min-width: 666px) {
  .sitemap #content .content-text {
    font-size: min(2vw, 19px);
  }
}