/* 
 Site Manager Version: 14.2.0
 Date Created: March 2026
 Account: williams-gary
 Written by: Ricky Rivas
 Sesame Communications - All rights reserved. C2026
 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: "DM Sans", Helvetica, Arial, sans-serif;
}
form button,
button {
  font-family: "DM Sans", Helvetica, Arial, sans-serif;
}
svg {
  display: inline-block;
}
body {
  color: #000;
  background: #fff;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 1300px) {
  body {
    font-size: 20px;
  }
}
/* ===============================================
	links 
=============================================== */
a {
  text-decoration: none;
}
#content a {
  color: #336dce;
  text-decoration: none;
  transition: color 0.33s ease-in-out;
  font-weight: 600;
}
#content a:focus,
#content a:hover {
  color: grey;
  text-decoration: underline;
}
/* ===============================================
	h family || hfam 
=============================================== */
h1,
h2:not(.topic),
h3:not(.topic),
h4,
h5,
h6 {
  line-height: 1;
  text-align: left;
  color: #192e54;
  text-rendering: auto;
  margin: 0 0 1.44em;
  font-weight: 600;
}
.sub h1 {
  font-size: 10vw;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  color: #fff;
}
@media only screen and (min-width: 480px) {
  .sub h1 {
    font-size: 3.4em;
  }
}
.home h1 {
  font-size: min(54px, 10vw);
  margin: 0 0 0.3em;
  color: #192e54;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media only screen and (min-width: 1024px) {
  .home h1 {
    font-size: min(54px, 4.5vw);
  }
}
.home h1 .trait.top {
  display: block;
}
.home h1 .trait.bottom {
  line-height: 0.92592593;
  font-size: 1em;
  text-transform: none;
  font-weight: 400;
  font-style: italic;
  font-family: "Playfair Display", serif;
  letter-spacing: 0em;
}
.home h1 .trait.bottom.ambersand {
  font-size: 0.88888889em;
  line-height: 1.04166667;
}
h2:not(.topic) {
  font-size: 1.31578947em;
  color: #336dce;
}
h3:not(.topic) {
  font-size: 1.21052632em;
}
h4 {
  font-size: 1.10526316em;
}
h5 {
  font-size: 1.05263158em;
}
h6 {
  font-size: 1em;
}
/* ===============================================
	containers
=============================================== */
.container {
  max-width: 64.5em;
}
@media only screen and (min-width: 1300px) {
  .container {
    width: 90%;
  }
}
/* ===============================================
	list styles - global overrides
=============================================== */
.what-sets-us-apart #content ol,
.meet-the-team #content ol,
.our-office #content ol,
.office-tour #content ol,
body[class*="-after"] #content ol {
  margin: 0;
}
#content ul li {
  list-style: disc outside;
}
/* ==================================================================
	masthead
=================================================================== */
#masthead {
  width: 100%;
  min-height: 44px;
  padding: 0;
  background-color: #fff;
  position: relative;
  z-index: 3000;
  height: 90px;
}
@media only screen and (min-width: 1024px) {
  #masthead {
    font-size: inherit;
    position: fixed;
    top: 0;
    left: 0;
  }
}
@media only screen and (min-width: 1300px) {
  #masthead {
    height: 4.5em;
    font-size: min(1em, 1.525vw);
  }
}
#masthead .container {
  max-width: none;
  width: calc(100% - 3em);
}
@media only screen and (max-width: 1299px) {
  #masthead .container {
    width: 100%;
  }
}
/* ===============================================
TRIGGER/NAVICON
=============================================== */
#trigger {
  line-height: 44px;
  color: #426cc8;
  width: 100%;
  height: 100%;
  margin: 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;
}
#trigger:focus-visible {
  color: grey;
}
@media only screen and (min-width: 1300px) {
  #trigger {
    display: none;
  }
}
.open #trigger .navicon span:nth-child(1) {
  transform: translate(0, 24px) scaleX(0) rotate(0deg);
}
.open #trigger .navicon span:nth-child(4) {
  transform: translate(0, -24px) 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: 57.5px;
  height: 48px;
  display: inline-block;
  position: relative;
}
#trigger .navicon span {
  width: 100%;
  height: 10px;
  margin: auto;
  border-radius: 5px;
  background: currentcolor;
  display: block;
  position: absolute;
  left: 0;
  opacity: 1;
  transform: translate(0, 0) scaleX(1) rotate(0deg);
  transition: transform 0.3s ease;
}
#trigger .navicon span:nth-child(1) {
  top: 0;
}
#trigger .navicon span:nth-child(2),
#trigger .navicon span:nth-child(3) {
  top: 0;
  bottom: 0;
}
#trigger .navicon span:nth-child(4) {
  bottom: 0;
}
/* ==================================================================
	main-nav
=================================================================== */
#main-nav {
  font-size: 20px;
  text-align: center;
  width: 92px;
  height: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  clear: both;
}
@media only screen and (min-width: 1300px) {
  #main-nav {
    font-size: inherit;
    width: 100%;
    height: 3.2em;
    margin-top: 2em;
    background: none;
    box-shadow: none;
    top: auto;
    bottom: 0;
    z-index: 2900;
  }
}
@media only screen and (max-width: 1299px) {
  #main-nav.open .collapsible {
    transition-duration: 0.33s;
    transition-timing-function: ease;
    transform: translate(0, 0);
    visibility: visible;
    pointer-events: auto;
    opacity: 1;
  }
}
@media only screen and (max-width: 1299px) {
  #main-nav .collapsible {
    width: 100vw;
    max-width: 320px;
    position: absolute;
    top: 100%;
    right: 0;
    transition-property: transform, opacity, visibility;
    transition-duration: 0.09s;
    transition-timing-function: linear;
    transform: translate(100%, 0);
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
  }
}
@media only screen and (min-width: 1300px) {
  #main-nav .collapsible {
    margin: 0 auto;
    position: relative;
  }
}
#main-nav .container {
  height: 100%;
  padding: 0;
}
@media only screen and (min-width: 1300px) {
  #main-nav .container {
    max-width: none;
  }
}
#main-nav .mod {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f2f2f3;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  padding: 75px 0 25px;
  margin-top: -50px;
  transition-property: transform, opacity;
  transition-duration: 0.6s, 0.9s;
  transition-timing-function: ease-in-out;
  transition-delay: 0.24s;
}
#main-nav .mod.mobtron {
  transform: translate(0, -33px);
  transition-duration: 0s;
  transition-delay: 0s;
  pointer-events: none;
  opacity: 0;
}
#main-nav .mod.mobtron * {
  pointer-events: none;
}
#main-nav .mod.mobtron:focus-within {
  transform: translate(0, 0);
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  pointer-events: auto;
  opacity: 1;
}
#main-nav .mod.mobtron:focus-within * {
  pointer-events: auto;
}
@media only screen and (min-width: 666px) {
  #main-nav .mod {
    display: none;
  }
}
/* ===============================================
TOP LEVEL ITEMS || top ul
=============================================== */
#main-nav ul {
  margin: 0;
  padding: 40px 0 40px;
  background-color: #192e54;
  position: relative;
  z-index: 550;
  height: auto;
}
@media only screen and (max-width: 1299px) {
  #main-nav ul {
    display: flex;
    flex-direction: column;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
  }
}
@media only screen and (min-width: 1300px) {
  #main-nav ul {
    height: 3.2em;
    width: 100%;
    margin: 0;
    padding: 0;
    background: none;
    position: static;
    float: none;
  }
}
#main-nav ul li {
  clear: both;
  cursor: pointer;
}
@media only screen and (min-width: 1300px) {
  #main-nav ul li {
    margin: 0 1.2em 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.home {
    display: none;
  }
  #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 a[id] {
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  height: 50px;
  margin: 0;
  transition: color 0.33s ease;
  pointer-events: none;
}
@media only screen and (min-width: 1300px) {
  #main-nav ul li a[id] {
    line-height: 2.22222222;
    font-size: clamp(12px, 0.9em, 18px);
    text-align: center;
    height: 100%;
    z-index: 3000;
    pointer-events: auto;
    color: #000;
  }
}
#main-nav ul li a[id].home {
  pointer-events: auto;
}
#main-nav ul li:focus-within > a[id],
#main-nav ul li.clicked > a[id],
#main-nav ul li.active > a[id],
#main-nav ul li:hover > a[id] {
  color: #336dce;
  text-decoration: none;
  transition-duration: 0.15s;
}
#main-nav ul li:focus-within > a[id]:after,
#main-nav ul li.clicked > a[id]:after,
#main-nav ul li.active > a[id]:after,
#main-nav ul li:hover > a[id]:after {
  transition-duration: 0.15s;
  transform: translate(0, 0) scaleX(1);
  opacity: 1;
}
/* ===============================================
Flyout || ul ul
=============================================== */
#main-nav ul ul {
  width: 100%;
  padding: 0;
  background: none;
  border: none;
  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: 1.65em 0 1.75em;
    position: absolute;
    background: #1a2d55;
    left: 50%;
    transform: translate(-50%, 0);
    clip: rect(0 0 0 0);
    pointer-events: none;
    z-index: 2800;
    border-bottom-left-radius: 2.5em;
    border-bottom-right-radius: 2.5em;
  }
}
#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 1.25em;
    opacity: 1;
  }
}
#main-nav ul ul li a {
  line-height: 44px;
  font-size: clamp(12px, 0.75em, 15px);
  color: #fff;
  height: 44px;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-weight: 700;
  transition: background-color 0.33s ease-in-out;
  border-radius: 32px;
  padding: 0 2.2em;
}
@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;
    border-radius: 16px;
    width: 100%;
    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;
  margin-bottom: 0;
  background: #436cc8;
  border: none;
}
/* ===============================================
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 1em;
    visibility: visible;
  }
  #main-nav.open ul .clicked ul li {
    height: 44px;
    opacity: 1;
  }
}
/* ==================================================================
	header
=================================================================== */
#hd {
  text-align: center;
  color: #336dce;
  height: 100%;
  padding: 0;
  position: relative;
  pointer-events: none;
}
@media only screen and (min-width: 666px) {
  #hd {
    text-align: right;
  }
}
@media only screen and (min-width: 1024px) {
  #hd {
    z-index: 3000;
  }
}
#hd .container {
  height: 100%;
  pointer-events: none;
}
#hd .mod {
  justify-content: center;
  z-index: 420;
}
@media only screen and (max-width: 1299px) {
  #hd .mod {
    height: 100%;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    gap: 24px;
    position: absolute;
    top: 0;
    right: 94px;
  }
}
@media only screen and (max-width: 665px) {
  #hd .mod {
    display: none;
  }
}
@media only screen and (min-width: 1300px) {
  #hd .mod {
    height: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 36px;
    vertical-align: top;
  }
}
/* ===============================================
	logo
=============================================== */
#logo {
  line-height: 0;
  width: 127px;
  margin: 0 auto 0 15px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  pointer-events: auto;
}
@media only screen and (min-width: 1300px) {
  #logo {
    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-visible {
  opacity: 0.51;
}
#logo svg {
  width: 127px;
  height: 78px;
}
/* ===============================================
	utility-nav
=============================================== */
.utilitynav {
  line-height: 0;
  width: auto;
  margin: 0;
  padding: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: top;
  position: relative;
  z-index: 400;
  pointer-events: auto;
  gap: 4px;
  flex-direction: column;
}
@media only screen and (min-width: 666px) {
  .utilitynav {
    flex-direction: row;
  }
}
.utilitynav ul {
  display: contents;
}
.utilitynav ul li {
  display: contents;
}
.utilitynav ul li:nth-child(n + 2) {
  margin: 0 0 0 0.5em;
}
.utilitynav a {
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  z-index: 1;
  overflow: hidden;
  position: relative;
  font-weight: 600;
  color: #fff;
  padding: 0 1.39285714em;
  border-radius: 24px;
  background: #336dce;
  border: 2px solid #336dce;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 1299px) {
  .utilitynav a {
    line-height: 44px;
  }
}
@media only screen and (min-width: 1300px) {
  .utilitynav a {
    line-height: 3.14285714;
  }
}
.utilitynav a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #192e55;
  z-index: -1;
  transform: translate(-100%, 0) scaleX(1);
  border-radius: inherit;
  transition: transform 0.6s cubic-bezier(0.9, 0, 0.2, 1);
}
.utilitynav a:hover::before,
.utilitynav a:focus::before {
  transform: translate(0%, 0) scaleX(1);
}
/* ==================================================================
	slideshow
=================================================================== */
#slideshow {
  text-align: left;
  min-height: 53.57142857vw;
  background: #000;
  position: relative;
  z-index: 400;
  color: #fff;
}
@media only screen and (max-width: 888px) {
  #slideshow {
    min-height: 500px;
  }
}
@media only screen and (min-width: 889px) and (max-width: 1299px) {
  #slideshow {
    width: 100%;
  }
}
@media only screen and (min-width: 1300px) {
  #slideshow {
    height: calc(100vh - 110px);
    min-height: 500px;
    max-height: 770px;
  }
}
@media only screen and (min-width: 1024px) {
  #slideshow {
    margin-top: 90px;
  }
}
#slideshow::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  z-index: 400;
  opacity: 0.5;
}
#slideshow .welcomevid {
  width: 100%;
  margin: 0;
  aspect-ratio: 2000 / 1125;
  vertical-align: top;
  height: auto;
  pointer-events: none;
}
@media only screen and (max-width: 888px) {
  #slideshow .welcomevid {
    width: 889px;
    margin: 0 calc(-444.5px + 50vw);
  }
}
@media only screen and (min-width: 1300px) {
  #slideshow .welcomevid {
    margin: calc(-25vw + 385px) -5% 0;
    width: 110%;
  }
}
@media only screen and (max-width: 1299px) {
  #slideshow .welcomevid {
    transform: none !important;
  }
}
@media only screen and (min-width: 1300px) {
  #slideshow .welcomevid {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
  }
}
#slideshow .ssoverlay {
  width: 90%;
  padding: 0;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 420;
  max-width: 65.25em;
}
@media only screen and (min-width: 1024px) {
  #slideshow .ssoverlay {
    top: 49.5%;
  }
}
#slideshow .ssoverlay .slogan {
  line-height: 1;
  font-size: min(75px, 11vw);
  color: currentcolor;
  margin: 0 auto 0.64em -5px;
  display: block;
  font-weight: 900;
  text-shadow: 4px 6.928px 8px rgba(0, 0, 0, 0.15);
  letter-spacing: 0.038em;
}
@media only screen and (min-width: 666px) {
  #slideshow .ssoverlay .slogan {
    font-size: min(75px, 7.5vw);
    line-height: 0.90666667;
  }
}
#slideshow .ssoverlay .slogan .trait {
  line-height: 0.90666667;
  font-size: clamp(12px, 1em, 75px);
  font-weight: 400;
  font-style: italic;
  display: block;
  font-family: "Playfair Display", serif;
  letter-spacing: 0;
}
#slideshow .ssoverlay .info {
  line-height: 1.2;
  font-size: clamp(12px, 1.15em, 23px);
  margin-bottom: 2.08695652em;
  max-width: 26.08695652em;
  letter-spacing: -0.04em;
  width: 90%;
}
#slideshow .ssoverlay .spotbtn {
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  width: 17.85714286em;
  border: 2px solid #426cc8;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
  overflow: hidden;
  font-weight: 600;
  padding: 0;
  border-radius: 2.14285714em;
  background-color: #426cc8;
}
@media only screen and (max-width: 1299px) {
  #slideshow .ssoverlay .spotbtn {
    line-height: 44px;
    min-width: 44px;
  }
}
@media only screen and (min-width: 1300px) {
  #slideshow .ssoverlay .spotbtn {
    line-height: 4;
  }
}
#slideshow .ssoverlay .spotbtn::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #192e55;
  z-index: -1;
  transform: translate(-100%, 0) scaleX(1);
  border-radius: inherit;
  transition: transform 0.6s cubic-bezier(0.9, 0, 0.2, 1);
}
#slideshow .ssoverlay .spotbtn:hover::before,
#slideshow .ssoverlay .spotbtn:focus::before {
  transform: translate(0%, 0) scaleX(1);
}
/* ==================================================================
	.spotlight
=================================================================== */
.spotlight {
  text-align: center;
  position: relative;
  z-index: 400;
}
.spotlight > div {
  position: relative;
}
/* ==================================================================
	subnav
=================================================================== */
#subnav {
  text-align: center;
  color: #192e54;
  position: relative;
  overflow: hidden;
  z-index: 420;
}
@media only screen and (min-width: 1024px) and (max-width: 1299px) {
  #subnav {
    margin-top: 90px;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1999px) {
  #subnav {
    background-size: auto;
  }
}
#subnav header {
  background: #000 center top / cover no-repeat;
  position: relative;
  z-index: 1;
  padding: 5em 0;
}

.meet-dr-gary-williams #subnav header {
  background-image: url(/assets/images/slideshow/meet-dr-gary-williams.jpg) !important;
}
.meet-dr-jaden-van #subnav header {
  background-image: url(/assets/images/slideshow/meet-dr-jaden-van.jpg) !important;
}
.office-tour #subnav header {
  background-image: url(/assets/images/slideshow/office-tour.jpg) !important;
}
.byram-location #subnav header {
  background-image: url(/assets/images/slideshow/byram-location.jpg) !important;
}

@media only screen and (min-width: 666px) {
  #subnav header {
    padding: 10em 0;
  }
}
@media only screen and (min-width: 1300px) {
  #subnav header {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4.5em 0 0;
    height: calc(100vh - 40px);
    max-height: 34.5em;
    min-height: 400px;
  }
}
#subnav header h1 {
  text-align: center;
  width: 90%;
  margin: 0 auto;
  max-width: 900px;
}
#subnav header::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: -1;
}
#subnav .container {
  max-width: none;
  width: 100%;
  background: url(../images/pattern.jpg) center / 40em repeat;
  background-position: calc(50% + 9.5em) -1%;
  padding: 2.45em 0;
  z-index: 1;
  position: relative;
}
@media only screen and (max-width: 1299px) {
  #subnav .container {
    display: none;
  }
}
@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: 700;
  max-width: 53.33333333em;
}
@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;
    width: 100%;
  }
}
#subnav a {
  color: #192e54;
  margin: 0 0.8em;
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0 0.66666667em;
  transition: color 0.6s cubic-bezier(0.9, 0, 0.2, 1);
}
@media only screen and (min-width: 1024px) {
  #subnav a {
    margin: 0;
  }
}
#subnav a:after {
  content: "";
  width: 100%;
  height: calc(100% + 2px);
  background: #426cc8;
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  border-radius: 13.5px;
  transition:
    transform 0.6s cubic-bezier(0.9, 0, 0.2, 1),
    opacity 0.6s cubic-bezier(0.9, 0, 0.2, 1);
  transform: translate(0, 0) scaleX(0);
  opacity: 0;
  z-index: -1;
}
#subnav a:focus,
#subnav a:hover,
#subnav a.active {
  color: #fff;
  text-decoration: none;
}
#subnav a:focus:after,
#subnav a:hover:after,
#subnav a.active:after {
  transform: translate(0, 0) scaleX(1);
  opacity: 1;
}
#subnav .divider {
  margin: 0 0.25em;
  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: 4.5em 0 3em;
  }
}
#bd .container {
  width: 90%;
  max-width: 46em;
}
#content {
  max-width: 920px;
  display: block;
}
@media only screen and (min-width: 768px) {
  #content {
    width: 100%;
    max-width: 46em;
  }
}
@media only screen and (min-width: 1300px) {
  #content {
    width: 100%;
  }
}
#content .content-text {
  line-height: 1.68421053;
}
@media only screen and (min-width: 666px) {
  #content .content-text {
    font-size: min(2.3vw, 19px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1299px) {
  #content .content-text {
    max-width: 70ch;
  }
}
@media only screen and (min-width: 1300px) {
  #content .content-text {
    font-size: 19px;
  }
}
/* ==================================================================
	.home content
=================================================================== */
.home #bd {
  padding: 3em 0;
}
@media only screen and (min-width: 768px) {
  .home #bd {
    padding: 4.65em 0 3.2em;
  }
}
.home #bd .welcome {
  display: block;
  line-height: 1;
  font-size: min(12.8em, 19vw);
  color: #000;
  opacity: 0.1;
  position: absolute;
  left: calc(50% - 2.45em);
  font-weight: 900;
  z-index: 1;
  text-transform: uppercase;
  white-space: nowrap;
  bottom: -0.172em;
}
@media only screen and (min-width: 1024px) {
  .home #bd .welcome {
    font-size: min(12.8em, 18vw);
    opacity: 0.05;
    left: calc(100% - 0.2em);
    transform: translate(-50%, 0);
    bottom: -0.13em;
  }
}
@media only screen and (min-width: 1300px) {
  .home #bd .welcome {
    bottom: auto;
    top: 8px;
    font-size: min(13.5em, 18vw);
  }
}
.home #bd .welcome span {
  vertical-align: top;
}
.home #bd .decoration {
  display: block;
  position: relative;
  margin-bottom: 2.5em;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .home #bd .decoration {
    margin-bottom: 4em;
  }
}
@media only screen and (min-width: 1024px) {
  .home #bd .decoration {
    max-width: 52.6em;
    position: absolute;
    top: 5em;
    right: calc(50% - 3em);
    width: calc(50% + 3em);
    margin: 0;
    overflow: visible;
  }
}
.home #bd .decoration img {
  width: 100%;
}
.home #bd .container {
  width: 90%;
  max-width: 65.8em;
  /* @media only screen and (min-width: 768px) and (max-width: 1299px) { 
			max-width:70ch; 
		} */
}
.home #bd #content {
  position: relative;
  z-index: 1;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  float: none;
}
@media only screen and (min-width: 768px) {
  .home #bd #content {
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .home #bd #content {
    max-width: 27.75em;
    width: 42.17325228%;
    margin-right: 0;
  }
}
.home #bd #content .content-text {
  line-height: 1.70588235;
}
@media only screen and (min-width: 666px) {
  .home #bd #content .content-text {
    font-size: min(2.3vw, 17px);
  }
}
@media only screen and (min-width: 1300px) {
}
/* ==================================================================
	custom content
=================================================================== */
.mediaslider {
  text-align: center;
  max-width: calc(100% - 88px);
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.mediaslider button {
  background: none;
  border: none;
  -webkit-appearance: none;
  cursor: pointer;
  pointer-events: auto;
}
.mediaslider .cycle-slideshow {
  width: 100%;
  margin: 0.5em 0 1.5em;
  position: relative;
  pointer-events: none;
  z-index: 400;
}
.mediaslider .cycle-slideshow > button {
  font-size: 2.8em;
  color: #336dce;
  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: #336dce;
  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: grey;
}
.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: grey;
  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;
}

.mtt-item {
  text-align: center;

  img {
    width: 100%;
    margin-bottom: 1em;
    max-width: 300px;
  }

  h2 {
    margin-bottom: 0.4em;
  }
  h2,
  h3 {
    text-align: center;
  }
}
/* ==================================================================
	sitemap
=================================================================== */
.sitemap #content .column > ul > li {
  margin-bottom: 1.45em;
}
.sitemap #content ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
}
.sitemap #content ul a {
  line-height: 1.4;
  font-size: clamp(12px, 1.25em, 25px);
  font-weight: 600;
  text-decoration: none;
  color: #336dce;
  transition-duration: 0s;
}
.sitemap #content ul ul li a {
  line-height: 1.68421053;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  color: #000;
  margin-left: 0;
}
.sitemap #content a:focus,
.sitemap #content a:hover {
  color: grey;
  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;
    max-width: 49%;
    float: right;
  }
}
/* global override */
/* ==================================================================
	sidebar
=================================================================== */
#sidebar {
  width: 100%;
  margin: 0 auto 6%;
  padding: 0;
  display: none;
  position: relative;
  z-index: 420;
}
@media only screen and (min-width: 768px) {
  #sidebar {
    margin: 0 0 1em;
  }
}
/* ===============================================
	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
=============================================== */
.spot01 {
  color: #fff;
  padding: 5em 0 4em;
  position: relative;
  z-index: 410;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3.9em;
  background-color: #192e55;
  flex-direction: column;
  font-size: min(3.8vw, 1em);
}
@media only screen and (min-width: 768px) {
  .spot01 {
    padding: 7.5em 0 6.25em;
    gap: 7em;
  }
}
@media only screen and (min-width: 1024px) {
  .spot01 {
    flex-direction: row;
    font-size: min(1.45vw, 1em);
    padding: 5em 0;
    gap: 3.95em;
  }
}
.spot01 .decorations {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex-direction: column;
  gap: 2em;
}
@media only screen and (min-width: 768px) {
  .spot01 .decorations {
    flex-direction: row;
  }
}
@media only screen and (min-width: 1024px) {
  .spot01 .decorations {
    display: contents;
    font-size: inherit;
    gap: 3em;
  }
}
.spot01 a {
  width: 90%;
  max-width: 20em;
  display: block;
  color: #fff;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .spot01 a {
    font-size: inherit;
  }
}
.spot01 a:nth-child(1) {
  order: -1;
}
.spot01 a .decoration {
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: box-shadow 0.33s ease-in-out;
}
.spot01 a .decoration::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: clip-path 0.5s cubic-bezier(0.9, 0, 0.2, 1);
  background-color: rgba(66, 108, 200, 0.8);
  clip-path: polygon(
    0% 0%,
    0% 100%,
    0 100%,
    0 0,
    100% 0,
    100% 100%,
    0 100%,
    0 100%,
    100% 100%,
    100% 0%
  );
}
.spot01 a .decoration img {
  width: 100%;
  transition:
    filter 0.33s ease-in-out,
    -webkit-filter 0.33s ease-in-out;
}
.spot01 a h3.topic {
  line-height: 2.72;
  font-size: clamp(12px, 1.25em, 25px);
  background-color: rgba(66, 108, 200, 0.9);
  color: currentColor;
  width: calc(100% - 1.6em);
  font-weight: 700;
  margin: 0;
  z-index: 1;
  position: absolute;
  bottom: 50%;
  left: 0.8em;
  transform: translate(0, calc(50% + 6.8em));
  transition:
    transform 0.33s ease-in-out,
    background-color 0.33s ease-in-out;
}
.spot01 a h3.topic span {
  vertical-align: top;
}
.spot01 a h3.topic .char {
  overflow: hidden;
  color: transparent;
}
.spot01 a h3.topic .char:before,
.spot01 a h3.topic .char:after {
  visibility: visible;
  color: #fff;
  transition: transform 0.5s cubic-bezier(0.9, 0, 0.2, 1);
  transition-delay: calc(0.2s + (0.02s * (var(--char-index))));
}
.spot01 a h3.topic .char:before {
  color: #fff;
  transition-delay: calc(0.02s * (var(--char-index)));
}
.spot01 a h3.topic .char:before {
  transform: translateX(110%);
}
.spot01 a:hover .decoration,
.spot01 a:focus .decoration {
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
}
.spot01 a:hover .decoration::before,
.spot01 a:focus .decoration::before {
  clip-path: polygon(
    0% 0%,
    0% 100%,
    50% 100%,
    50% 50%,
    50% 50%,
    50% 50%,
    50% 50%,
    50% 100%,
    100% 100%,
    100% 0%
  );
}
.spot01 a:hover .decoration img,
.spot01 a:focus .decoration img {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
}
.spot01 a:hover h3.topic,
.spot01 a:focus h3.topic {
  transform: translate(0, 50%);
  background-color: rgba(0, 0, 0, 0);
}
.spot01 a:hover h3.topic .char:before,
.spot01 a:focus h3.topic .char:before {
  transform: translateX(0%);
  transition-delay: calc(0.2s + (0.02s * (var(--char-index))));
}
.spot01 a:hover h3.topic .char:after,
.spot01 a:focus h3.topic .char:after {
  transform: translateX(-110%);
  transition-delay: calc(0.02s * (var(--char-index)));
}
.spot01 .mod {
  width: 90%;
  max-width: 18em;
  display: block;
  position: relative;
}
@media only screen and (min-width: 1300px) {
  .spot01 .mod {
    margin-top: 0.8em;
  }
}
.spot01 .mod .spot01mark {
  width: 25.7em;
  height: auto;
  position: absolute;
  top: 51%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
  z-index: -1;
}
.spot01 h2.topic {
  line-height: 1;
  font-size: clamp(12px, 2.7em, 54px);
  color: currentcolor;
  width: 100%;
  display: block;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 0.7em;
}
.spot01 h2.topic .trait {
  line-height: 0.66666667;
  font-size: clamp(12px, 1.66666667em, 90px);
  font-weight: 400;
  font-style: italic;
  display: block;
  font-family: "Playfair Display", serif;
  letter-spacing: 0em;
}
.spot01 .info {
  line-height: 1.57142857;
  font-size: clamp(12px, 1.05em, 21px);
  margin: 0;
}
/* ===============================================
	spot00 || COMMON SERVICES/CALLOUT-LIKE SECTION EXAMPLE
=============================================== */
.spot02 {
  text-align: center;
  padding: 3em 0;
  margin: 0;
  position: relative;
  z-index: 410;
  display: grid;
  place-content: center;
  grid-template-columns: repeat(1, 15.75em);
  gap: 1em;
  font-size: min(20px, 5vw);
  background: #fff center / 40em repeat;
}
@media only screen and (min-width: 666px) {
  .spot02 {
    font-size: min(20px, 2.75vw);
    padding: 5em;
    grid-template-columns: repeat(2, 15.75em);
  }
}
@media only screen and (min-width: 1024px) {
  .spot02 {
    font-size: min(1.45vw, 1em);
    grid-template-columns: repeat(4, 15.75em);
    background-position: calc(50% + 9.5em) -10%;
  }
}
.spot02 a {
  color: #fff;
  width: 15.75em;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.spot02 a .decoration {
  width: 100%;
  transition: filter 0.33s ease-in-out;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
}
.spot02 a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: clip-path 0.6s cubic-bezier(0.9, 0, 0.2, 1);
  background-color: rgba(51, 109, 206, 0.5);
  clip-path: polygon(
    0% 0%,
    0% 100%,
    50% 100%,
    50% 50%,
    50% 50%,
    50% 50%,
    50% 50%,
    50% 100%,
    100% 100%,
    100% 0%
  );
}
.spot02 a h2.topic {
  line-height: 1.32;
  font-size: clamp(12px, 1.25em, 25px);
  color: currentcolor;
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  transform: translate3d(0%, -50%, 0);
  padding: 0.48em 0 0.56em;
  font-weight: 700;
  z-index: 2;
  transition:
    transform 0.6s cubic-bezier(0.9, 0, 0.2, 1),
    background-color 0.6s cubic-bezier(0.9, 0, 0.2, 1);
}
.spot02 a h2.topic span {
  vertical-align: top;
}
.spot02 a h2.topic .char {
  overflow: hidden;
  color: transparent;
}
.spot02 a h2.topic .char:before,
.spot02 a h2.topic .char:after {
  visibility: visible;
  color: #fff;
  transition: transform 0.5s cubic-bezier(0.9, 0, 0.2, 1);
  transition-delay: calc(0.2s + (0.02s * (var(--char-index))));
}
.spot02 a h2.topic .char:before {
  color: #fff;
  transition-delay: calc(0.02s * (var(--char-index)));
}
.spot02 a h2.topic .char:before {
  transform: translateX(110%);
}
.spot02 a:hover h2.topic,
.spot02 a:focus h2.topic {
  transform: translate3d(0%, calc(50% + 2.5em), 0);
  background-color: rgba(51, 109, 206, 0.5);
}
.spot02 a:hover h2.topic .char:before,
.spot02 a:focus h2.topic .char:before {
  transform: translateX(0%);
  transition-delay: calc(0.2s + (0.02s * (var(--char-index))));
}
.spot02 a:hover h2.topic .char:after,
.spot02 a:focus h2.topic .char:after {
  transform: translateX(-110%);
  transition-delay: calc(0.02s * (var(--char-index)));
}
.spot02 a:hover .decoration,
.spot02 a:focus .decoration {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
}
.spot02 a:hover::before,
.spot02 a:focus::before {
  clip-path: polygon(
    0% 0%,
    0% 100%,
    0 100%,
    0 0,
    100% 0,
    100% 100%,
    0 100%,
    0 100%,
    100% 100%,
    100% 0%
  );
}
/* ===============================================
	spot00 || COMMON SERVICES/CALLOUT-LIKE SECTION EXAMPLE
=============================================== */
.spot03 {
  text-align: center;
  color: #fff;
  margin: 0;
  padding: 3em 0;
  position: relative;
  z-index: 410;
  background-color: #406cc5;
  background-image: linear-gradient(0deg, #192e54 0%, #426cc8 100%);
}
@media only screen and (min-width: 666px) {
  .spot03 {
    padding: 4.75em 0 5em;
  }
}
.spot03 h2.topic {
  line-height: 1.12;
  font-size: min(2.5em, 8vw);
  width: 100%;
  display: block;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.04em;
  margin-bottom: 0.3em;
}
@media only screen and (max-width: 767px) {
  .spot03 h2.topic {
    margin-bottom: 40px;
  }
}
.spot03 h2.topic .trait {
  line-height: 1.12;
  font-size: clamp(12px, 1em, 50px);
  font-weight: 400;
  font-style: italic;
  font-family: "Playfair Display", serif;
  letter-spacing: 0em;
}
@media only screen and (max-width: 767px) {
  .spot03 h2.topic .trait {
    display: block;
  }
}
.spot03 .info {
  line-height: 1.66666667;
  font-size: clamp(12px, 0.9em, 18px);
  max-width: 41em;
  width: 90%;
  margin: 0 auto 3.88888889em;
}
.spot03 .grid {
  width: 90%;
  max-width: 59.3em;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1em;
}
@media only screen and (min-width: 400px) {
  .spot03 .grid {
    font-size: min(2.65vw, 1em);
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 665px) {
  .spot03 .grid .item.center {
    display: none;
    grid-column: 1 / -1;
    grid-row: 1;
    order: -1;
  }
}
@media only screen and (min-width: 666px) {
  .spot03 .grid {
    font-size: min(1.6vw, 1em);
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 1024px) {
  .spot03 .grid {
    font-size: inherit;
  }
}
.spot03 .item {
  color: #fff;
  width: 100%;
  transition:
    background-color 0.33s ease-in-out,
    color 0.33s ease-in-out;
  height: 13.4em;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  background-color: #4b74ba;
  gap: 0.5em;
  z-index: 1;
}
.spot03 .item.center {
  background-color: #fff;
}
.spot03 .item::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-image: linear-gradient(0deg, #426cc8 0%, #192e54 100%);
  transition:
    transform 0.33s ease-in-out,
    opacity 0.33s ease-in-out;
  opacity: 0;
}
.spot03 .item .icon {
  width: 4em;
  line-height: 0;
  display: inline-block;
}
.spot03 .item .icon svg {
  width: 100%;
  height: auto;
  transition: transform 0.5s cubic-bezier(0.9, 0, 0.2, 1);
  transform: scale(1) translate3d(0, 0, 777px) rotateY(0deg);
}
.spot03 .item h3.topic {
  line-height: 1.66666667;
  font-size: clamp(12px, 1.2em, 24px);
  color: currentcolor;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column-reverse;
  font-weight: 400;
  transition: transform 0.33s ease-in-out;
}
.spot03 .item h3.topic .trait {
  font-size: clamp(12px, 0.83333333em, 20px);
  font-weight: 700;
  display: block;
  color: #192e54;
  transition: color 0.33s ease-in-out;
}
.spot03 .item h3.topic .cta span {
  vertical-align: top;
}
.spot03 .item h3.topic .cta .char {
  overflow: hidden;
  color: transparent;
}
.spot03 .item h3.topic .cta .char:before,
.spot03 .item h3.topic .cta .char:after {
  visibility: visible;
  color: #fff;
  transition: transform 0.5s cubic-bezier(0.9, 0, 0.2, 1);
  transition-delay: calc(0.2s + (0.02s * (var(--char-index))));
}
.spot03 .item h3.topic .cta .char:before {
  color: #fff;
  transition-delay: calc(0.02s * (var(--char-index)));
}
.spot03 .item h3.topic .cta .char:before {
  transform: translateX(110%);
}
.spot03 .item h3.topic sup {
  font-size: 1em;
  top: 0;
}
.spot03 .item .logo {
  line-height: 0;
  text-align: center;
  margin: 0 auto 1em;
  display: block;
}
.spot03 .item .logo:focus {
  opacity: 0.51;
}
.spot03 .item .logo svg {
  width: 10.6em;
  height: 6.5em;
}
.spot03 .item[href]:focus,
.spot03 .item[href]:hover {
  color: #fff;
}
.spot03 .item[href]:focus::before,
.spot03 .item[href]:hover::before {
  opacity: 1;
}
.spot03 .item[href]:focus .icon svg,
.spot03 .item[href]:hover .icon svg {
  transform: scale(1.75) translate3d(0, 0.25em, 777px) rotateY(360deg);
}
.spot03 .item[href]:focus h3.topic,
.spot03 .item[href]:hover h3.topic {
  transform: translate(0, 0.7em);
}
.spot03 .item[href]:focus h3.topic .cta .char:before,
.spot03 .item[href]:hover h3.topic .cta .char:before {
  transform: translateX(0%);
  transition-delay: calc(0.2s + (0.02s * (var(--char-index))));
}
.spot03 .item[href]:focus h3.topic .cta .char:after,
.spot03 .item[href]:hover h3.topic .cta .char:after {
  transform: translateX(-110%);
  transition-delay: calc(0.02s * (var(--char-index)));
}
/* ===============================================
	spot00 || COMMON TESTIMONIAL SLIDESHOW SECTION EXAMPLE
=============================================== */
.spot04 {
  padding: 70vw 0 0;
  background: #000 url(../images/spotlight/spot04-m.jpg) center top / 100% auto
    repeat;
  color: #fff;
}
@media only screen and (min-width: 666px) {
  .spot04 {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 25em 0 5em;
  }
}
@media only screen and (min-width: 1024px) {
  .spot04 {
    background-image: url(../images/spotlight/spot04.jpg);
    padding: 7.65em 0 7em;
    font-size: inherit;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1999px) {
  .spot04 {
    background-size: auto;
  }
}
.spot04 .container {
  max-width: 66em;
  width: 100%;
}
@media only screen and (max-width: 665px) {
  .spot04 .container {
    background-color: #ffffff21;
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
  }
}
@media only screen and (min-width: 666px) {
  .spot04 .container {
    background: none;
    width: 90%;
  }
}
.spot04 .mod {
  width: 90%;
  max-width: 30em;
  text-align: left;
  color: #fff;
  margin: 0 auto -3px;
  padding: 3em 0;
  position: relative;
}
@media only screen and (min-width: 666px) {
  .spot04 .mod {
    margin: 0 auto;
    width: 100%;
    padding: 1.2em 1.8em 1.5em 2.1em;
    max-width: 30em;
    background-color: #ffffff21;
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
  }
}
@media only screen and (min-width: 1024px) {
  .spot04 .mod {
    margin-right: 0;
  }
}
.spot04 .mod h2.topic {
  line-height: 1;
  font-size: clamp(12px, 1.4em, 28px);
  color: #ffd700;
  width: 100%;
  display: block;
  font-weight: 700;
  letter-spacing: 0em;
  margin-bottom: 0.85em;
}
.spot04 .mod h2.topic .trait {
  letter-spacing: 0em;
  line-height: 1;
  font-size: clamp(12px, 1em, 28px);
  font-weight: 400;
  font-style: italic;
  font-family: "Playfair Display", serif;
  color: #fff;
  margin-right: 0.05em;
}
.spot04 .mod .stars {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: top;
  margin-bottom: 1.2em;
}
.spot04 .mod .stars::before {
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='31px' height='24px'%3E%3Cpath fill-rule='evenodd' opacity='0.502' fill='rgb(255, 255, 255)' d='M23.905,13.499 C23.900,13.499 23.895,13.499 23.890,13.499 C23.251,13.498 22.647,13.784 22.247,14.276 C21.847,14.769 21.698,15.414 21.837,16.030 C22.385,18.441 23.602,20.846 24.625,22.575 C24.734,22.760 24.688,22.997 24.516,23.128 C24.344,23.260 24.100,23.245 23.946,23.093 C19.600,18.806 17.075,12.900 17.075,6.774 L17.075,6.749 C17.075,3.021 20.133,-0.001 23.905,-0.001 C27.678,-0.001 30.735,3.021 30.735,6.749 C30.735,10.477 27.678,13.499 23.905,13.499 ZM6.830,13.499 C6.825,13.499 6.819,13.499 6.815,13.499 C6.176,13.498 5.571,13.784 5.172,14.276 C4.772,14.769 4.622,15.414 4.762,16.030 C5.310,18.441 6.527,20.846 7.550,22.575 C7.659,22.760 7.613,22.997 7.441,23.128 C7.269,23.260 7.025,23.245 6.871,23.093 C2.525,18.806 -0.000,12.900 -0.000,6.774 L-0.000,6.749 C-0.000,3.021 3.058,-0.001 6.830,-0.001 C10.603,-0.001 13.660,3.021 13.660,6.749 C13.660,10.477 10.603,13.499 6.830,13.499 Z'/%3E%3C/svg%3E")
    center / cover no-repeat;
  width: 1.55em;
  height: 1.2em;
  display: inline-block;
  vertical-align: top;
  margin-right: 0.65em;
}
.spot04 .mod .stars .fa-star {
  line-height: 1;
  font-size: clamp(12px, 0.75em, 15px);
  color: #ffd700;
  letter-spacing: 0.4em;
  width: auto;
}
.spot04 .mod .mod-footer {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.spot04 .mod .mod-footer .socialmedia {
  line-height: 0;
  text-align: center;
  height: auto;
  margin: 0;
  padding: 0;
  display: inline-flex;
  justify-content: center;
}
.spot04 .mod .mod-footer .socialmedia a {
  font-size: clamp(12px, 1.2em, 24px);
  color: #fff;
  min-width: 24px;
  min-height: 24px;
  display: none;
  vertical-align: top;
  position: relative;
  transition:
    transform 0.33s ease-in-out,
    color 0.33s ease-in-out,
    border-color 0.33s ease-in-out;
  border: 1px solid #fff;
  border-radius: 50%;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .spot04 .mod .mod-footer .socialmedia a {
    line-height: 44px;
    width: 44px;
    height: 44px;
  }
}
@media only screen and (min-width: 1024px) {
  .spot04 .mod .mod-footer .socialmedia a {
    line-height: 2.08333333;
    width: 2.08333333em;
    height: 2.08333333em;
  }
}
.spot04 .mod .mod-footer .socialmedia a.google {
  display: inline-block;
}
.spot04 .mod .mod-footer .socialmedia a .icon {
  position: relative;
}
.spot04 .mod .mod-footer .socialmedia a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #192e55;
  z-index: -1;
  transform: translate(-100%, 0) scaleX(1);
  border-radius: inherit;
  transition: transform 0.6s cubic-bezier(0.9, 0, 0.2, 1);
}
.spot04 .mod .mod-footer .socialmedia a:hover,
.spot04 .mod .mod-footer .socialmedia a:focus {
  border-color: #426cc8;
}
.spot04 .mod .mod-footer .socialmedia a:hover::before,
.spot04 .mod .mod-footer .socialmedia a:focus::before {
  transform: translate(0%, 0) scaleX(1);
}
.spot04 .mod .mod-footer .spotbtn {
  font-size: clamp(12px, 0.8em, 16px);
  text-align: center;
  color: #fff;
  width: 11.5625em;
  border: 2px solid #426cc8;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
  overflow: hidden;
  padding: 0;
  border-radius: 24px;
  background-color: #426cc8;
}
@media only screen and (max-width: 1299px) {
  .spot04 .mod .mod-footer .spotbtn {
    line-height: 44px;
    min-width: 44px;
  }
}
@media only screen and (min-width: 1300px) {
  .spot04 .mod .mod-footer .spotbtn {
    line-height: 2.875;
  }
}
.spot04 .mod .mod-footer .spotbtn::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #192e55;
  z-index: -1;
  transform: translate(-100%, 0) scaleX(1);
  border-radius: inherit;
  transition: transform 0.6s cubic-bezier(0.9, 0, 0.2, 1);
}
.spot04 .mod .mod-footer .spotbtn:hover::before,
.spot04 .mod .mod-footer .spotbtn:focus::before {
  transform: translate(0%, 0) scaleX(1);
}
.spot04 .cycle-slideshow {
  color: #fff;
  margin: 0 auto 2.2em;
  display: block;
}
.spot04 .cycle-slide {
  width: 100%;
  margin: 0;
  display: block;
  transition: color 0.33s ease-in-out;
}
.spot04 .cycle-slide figure {
  margin: 0;
}
.spot04 .testimony {
  line-height: 1.44444444;
  font-size: clamp(12px, 0.9em, 18px);
  margin: 0 auto 1.83333333em;
  display: block;
}
.spot04 .testifier {
  line-height: 1.53571429;
  font-size: clamp(12px, 1.4em, 28px);
  font-weight: 400;
  display: block;
  font-family: "Playfair Display", serif;
  font-style: italic;
  letter-spacing: 0em;
}
.spot04 .controls {
  line-height: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: top;
  pointer-events: none;
  z-index: 500;
  gap: 0.85em;
  margin: 0 auto 2em;
}
@media only screen and (min-width: 480px) {
  .spot04 .controls {
    position: absolute;
    bottom: 125px;
    right: 0px;
    margin: 0;
  }
}
@media only screen and (min-width: 666px) {
  .spot04 .controls {
    right: 1.85em;
    bottom: 6.3em;
  }
}
.spot04 .controls > button {
  font-size: clamp(12px, 1.9em, 38px);
  text-align: center;
  color: rgba(255, 255, 255, 0.4);
  min-width: 24px;
  min-height: 24px;
  padding: 0;
  background: none;
  border: none;
  -webkit-appearance: none;
  display: inline-block;
  vertical-align: top;
  transition:
    color 0.33s ease-in-out,
    transform 0.33s ease-in-out;
  pointer-events: auto;
  cursor: pointer;
}
@media only screen and (max-width: 1299px) {
  .spot04 .controls > button {
    line-height: 44px;
    width: 44px;
    height: 44px;
  }
}
@media only screen and (min-width: 1300px) {
  .spot04 .controls > button {
    line-height: 1;
    width: 1em;
    height: 1em;
  }
}
.spot04 .controls > button .icon {
  width: auto;
}
.spot04 .controls > button:focus,
.spot04 .controls > button:hover {
  color: rgba(255, 255, 255, 0.8);
  transform: scale(1.2);
}
/* ==================================================================
	#ft
=================================================================== */
#ft {
  text-align: center;
  color: #fff;
  width: 100%;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
  background-color: #ccc;
  font-size: min(10vw, 20px);
}
@media only screen and (min-width: 1024px) {
  #ft {
    font-size: min(1.375vw, 1em);
    color: #000;
  }
}
#ft .map {
  display: none;
  width: 100em;
  max-width: none;
  height: auto;
  margin: 0 calc(-50em + 50vw);
}
@media only screen and (min-width: 768px) {
  #ft .map {
    display: block;
  }
}
#ft a {
  color: #fff;
  transition: color 0.33s ease-in-out;
}
@media only screen and (min-width: 1024px) {
  #ft a {
    color: #000;
  }
}
@media only screen and (min-width: 1024px) {
  #ft a:focus,
  #ft a:hover {
    color: #336dce;
  }
}
#ft a:focus .icon,
#ft a:hover .icon {
  animation: fa-bounce 1s ease-in-out;
}
/* ===============================================
		locations
=============================================== */
#location {
  width: 100%;
  padding: 0;
  display: block;
  position: relative;
  background-color: #fff;
  z-index: 1;
  border-top: 10px solid #fff;
}
#location::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: -1;
}
@media only screen and (min-width: 1024px) {
  #location::before {
    content: none;
  }
}
#location .office {
  display: block;
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 1023px) {
  #location .office {
    z-index: -2;
  }
}
@media only screen and (min-width: 1024px) {
  #location .office {
    width: calc(50% + 0.15em);
    left: auto;
    right: calc(50% - 0.15em);
  }
}
#location .office img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  max-width: none;
}
@media only screen and (min-width: 2000px) {
  #location .office img {
    object-position: top;
  }
}
#location .mod {
  width: 90%;
  text-align: center;
  max-width: 25em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 3em 0 1em;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  #location .mod {
    padding: 5em 0 1em;
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  #location .mod {
    max-width: none;
    padding: 3.2em 0 0em 1.6em;
    width: calc(50% + 0em);
    gap: 2.05em 0;
    margin-left: auto;
    margin-right: 0;
    justify-content: flex-start;
  }
}
#location .mod .innermod {
  vertical-align: top;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  #location .mod .innermod {
    max-width: 15.5em;
  }
}
#location .mod .innermod.last {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 2.5em 0em;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media only screen and (min-width: 666px) {
  #location .mod .innermod.last {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 1024px) {
  #location .mod .innermod.last {
    justify-content: space-between;
    text-align: left;
  }
}
@media only screen and (min-width: 1024px) {
  #location .mod .innermod.last {
    gap: 1.5em;
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 1300px) {
  #location .mod .innermod.last {
    margin-left: 2em;
    gap: 0.75em 1.15em;
  }
}
#location .mod .innermod.last a,
#location .mod .innermod.last .fax,
#location .mod .innermod.last .officehours {
  display: inline-block;
}
@media only screen and (min-width: 666px) and (max-width: 1023px) {
  #location .mod .innermod.last a,
  #location .mod .innermod.last .fax,
  #location .mod .innermod.last .officehours {
    width: calc(50% - 0em);
  }
}
#location .mod .innermod.last a .icon,
#location .mod .innermod.last .fax .icon,
#location .mod .innermod.last .officehours .icon {
  color: #fff;
  font-size: 2em;
  display: block;
  margin: 0 auto 10px;
}
@media only screen and (min-width: 1024px) {
  #location .mod .innermod.last a .icon,
  #location .mod .innermod.last .fax .icon,
  #location .mod .innermod.last .officehours .icon {
    width: 25px;
    font-size: 1.53846154em;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
  }
}
@media only screen and (min-width: 1024px) {
  #location .mod .innermod.last a .icon,
  #location .mod .innermod.last .fax .icon,
  #location .mod .innermod.last .officehours .icon {
    color: #426cc8;
  }
}
@media only screen and (min-width: 1300px) {
  #location .mod .innermod.last a .icon,
  #location .mod .innermod.last .fax .icon,
  #location .mod .innermod.last .officehours .icon {
    width: 1.05em;
  }
}
#location .mod .innermod.last a .cta,
#location .mod .innermod.last .fax .cta,
#location .mod .innermod.last .officehours .cta {
  display: block;
}
@media only screen and (max-width: 1023px) {
  #location .mod .innermod.last a .cta,
  #location .mod .innermod.last .fax .cta,
  #location .mod .innermod.last .officehours .cta {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 0.75em;
  }
}
@media only screen and (min-width: 1024px) {
  #location .mod .innermod.last a .cta,
  #location .mod .innermod.last .fax .cta,
  #location .mod .innermod.last .officehours .cta {
    margin-bottom: 4px;
  }
}
#location .mod .innermod.last a .cta + span,
#location .mod .innermod.last .fax .cta + span,
#location .mod .innermod.last .officehours .cta + span,
#location .mod .innermod.last a .cta + div,
#location .mod .innermod.last .fax .cta + div,
#location .mod .innermod.last .officehours .cta + div {
  display: block;
}
@media only screen and (min-width: 1024px) {
  #location .mod .innermod.last a .cta + span,
  #location .mod .innermod.last .fax .cta + span,
  #location .mod .innermod.last .officehours .cta + span,
  #location .mod .innermod.last a .cta + div,
  #location .mod .innermod.last .fax .cta + div,
  #location .mod .innermod.last .officehours .cta + div {
    margin-left: 28px;
  }
}
@media only screen and (min-width: 1300px) {
  #location .mod .innermod.last a .cta + span,
  #location .mod .innermod.last .fax .cta + span,
  #location .mod .innermod.last .officehours .cta + span,
  #location .mod .innermod.last a .cta + div,
  #location .mod .innermod.last .fax .cta + div,
  #location .mod .innermod.last .officehours .cta + div {
    margin-left: 25px;
  }
}
@media only screen and (min-width: 1300px) {
  #location .mod .innermod.last .fax .cta + span {
    margin-left: 2.6em;
  }
  #location .mod .innermod.last .fax .icon {
    width: 32px;
  }
}
#location .mod .innermod.first + span.divider {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  margin: 1.75em 0 3em;
}
@media only screen and (min-width: 1024px) {
  #location .mod .innermod.first + span.divider {
    height: 25em;
    width: 2px;
    display: inline-block;
    vertical-align: top;
    margin: 0 1.5em;
    background-color: #b4b5b7;
  }
}
@media only screen and (min-width: 1300px) {
  #location .mod .innermod.first + span.divider {
    height: 19.5em;
    margin: 0;
  }
}
#location .logo {
  line-height: 0;
  text-align: center;
  margin: 0 auto 2.1em;
  display: block;
}
#location .logo:focus {
  opacity: 0.51;
}
#location .logo svg {
  width: 10.6em;
  height: 6.5em;
}
@media only screen and (max-width: 1023px) {
  #location .logo svg path[fill="#214583"] {
    display: none;
  }
}
#location .spotbtn {
  font-size: clamp(12px, 0.7em, 14px);
  font-weight: 600;
  text-align: center;
  color: #fff;
  width: 17.85714286em;
  border: 2px solid #426cc8;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
  overflow: hidden;
  padding: 0;
  border-radius: 30px;
  background-color: #426cc8;
  text-transform: uppercase;
  margin-bottom: 1.4em;
}
@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: 4;
  }
}
#location .spotbtn::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #192e55;
  z-index: -1;
  transform: translate(-100%, 0) scaleX(1);
  border-radius: inherit;
  transition: transform 0.6s cubic-bezier(0.9, 0, 0.2, 1);
}
#location .spotbtn:hover,
#location .spotbtn:focus {
  color: #fff;
}
#location .spotbtn:hover::before,
#location .spotbtn:focus::before {
  transform: translate(0%, 0) scaleX(1);
}
#location .phone,
#location .fax {
  font-size: clamp(12px, 0.65em, 13px);
  display: block;
  line-height: 1.38461538;
}
#location .address {
  display: block;
}
#location .address .cta {
  font-size: clamp(12px, 0.65em, 13px);
}
#location .address .street {
  display: block;
  font-size: clamp(12px, 0.65em, 13px);
  line-height: 1.38461538;
  margin-bottom: 0.4em;
}
#location .address .marker {
  line-height: 1;
  font-size: 3.3em;
  color: #336dce;
  width: 0.75em;
  margin-left: -0.36363636em;
  position: absolute;
  top: -4.43939394em;
  left: 50%;
  z-index: 400;
  transition: transform 0.33s ease-in-out;
  transform-origin: center bottom;
}
@media only screen and (max-width: 767px) {
  #location .address .marker {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  #location .address .marker {
    display: block;
  }
}
#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 {
  width: 9.25em;
  display: block;
}
@media only screen and (min-width: 1024px) {
  #location .officehours {
    line-height: 0;
    width: 13.5em;
  }
}
@media only screen and (min-width: 1024px) {
  #location .officehours .cta {
    line-height: 1.38461538;
    font-size: clamp(12px, 0.65em, 13px);
  }
}
@media only screen and (min-width: 1300px) {
  #location .officehours .cta {
    margin-bottom: 1.4em !important;
  }
}
#location .officehours .days,
#location .officehours .hours {
  line-height: 1.38461538;
  font-size: clamp(12px, 0.65em, 13px);
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
}
#location .officehours .days {
  text-align: right;
  width: 19%;
  padding-right: 0.84615385em;
}
@media only screen and (min-width: 666px) and (max-width: 1023px) {
  #location .officehours .days {
    width: 25%;
  }
}
#location .officehours .hours {
  text-align: left;
  width: 71%;
}
@media only screen and (min-width: 666px) and (max-width: 1023px) {
  #location .officehours .hours {
    width: 60%;
  }
}
#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.55em, 11px);
  color: #192e54;
  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;
    font-size: 20px;
    width: 44px;
    height: 44px;
    color: #fff;
  }
}
@media only screen and (min-width: 1024px) {
  #location .socialmedia a {
    line-height: 4;
    width: auto;
    height: 4em;
  }
}
#location .socialmedia a .icon {
  position: relative;
}
#location .socialmedia a:hover,
#location .socialmedia a:focus {
  color: #336dce;
}
/* ==================================================================
		#links
=================================================================== */
#links {
  text-align: center;
  color: #fff;
  margin: 3em 0 0;
  position: relative;
  z-index: 420;
  width: 100%;
  flex-shrink: 0;
}
@media only screen and (min-width: 1024px) {
  #links {
    color: #000;
    margin: 0 0 0 1.75em;
  }
}
@media only screen and (min-width: 1300px) {
  #links {
    height: 3.9em;
    padding-top: 0.95em;
  }
}
#links .container {
  width: 100%;
  max-width: 29.8em;
}
@media only screen and (min-width: 1024px) {
  #links .container {
    margin-left: 0;
  }
}
#links .util {
  font-size: clamp(12px, 0.6em, 12px);
}
@media only screen and (min-width: 480px) {
  #links .util {
    width: auto;
    margin: 0;
    float: left;
  }
}
@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: #fff;
  transition: color 0.33s ease-in-out;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  #links .util a {
    color: #000;
  }
}
#links .util a::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  position: absolute;
  bottom: 0.5em;
  left: 0;
  transition: transform 0.33s ease-in-out;
  transform: scaleX(0);
}
@media only screen and (min-width: 1024px) {
  #links .util a:focus,
  #links .util a:hover {
    color: #336dce;
  }
}
#links .util a:focus::after,
#links .util a:hover::after {
  transform: scaleX(1);
}
#links .util a,
#links .util .divider {
  display: inline-block;
}
#links .util .divider {
  margin: 0 0.25em;
}
/* ===============================================
		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;
}
@media only screen and (max-width: 1023px) {
  a#sesame-link .sesameicon[class] path {
    fill: #fff;
  }
}
/* ===============================================
	backToTop
=============================================== */
#btt {
  text-align: center;
  width: 100%;
  margin: 0;
  display: block;
  position: relative;
}
@media only screen and (min-width: 480px) {
  #btt {
    width: auto;
    float: right;
  }
}
a#backtotop {
  font-size: clamp(12px, 1.2em, 24px);
  color: #fff;
  display: inline-block;
  vertical-align: top;
  transition: color 0.33s ease-in-out;
}
@media only screen and (min-width: 1024px) {
  a#backtotop {
    color: #336dce;
  }
}
@media only screen and (max-width: 1299px) {
  a#backtotop {
    line-height: 44px;
  }
}
@media only screen and (min-width: 1300px) {
  a#backtotop {
    line-height: 1.83333333;
  }
}
@media only screen and (min-width: 1024px) {
  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: clamp(12px, 0.95em, 19px);
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  height: 44px;
  padding: 0 1.5em;
  background-color: #336dce;
  border: 2px solid #336dce;
  font-weight: 600;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 2em;
  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: #192e55;
  z-index: -1;
  transform: translate(-100%, 0) scaleX(1);
  border-radius: inherit;
  transition: transform 0.6s cubic-bezier(0.9, 0, 0.2, 1);
}
form button:hover,
form button:focus {
  color: #fff;
}
form button:hover::before,
form button:focus::before {
  transform: translate(0%, 0) scaleX(1);
}
form p {
  height: auto;
}
/* ===============================================
	skip link styles
=============================================== */
.skiplink {
  line-height: 2;
  font-size: 12px;
  color: #fff;
  padding: 0.5em 1em;
  background-color: grey;
  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;
}
/* ===============================================
	recaptcha
=============================================== */
.grecaptcha-badge {
  visibility: hidden;
  z-index: -1;
}
.grecaptcha-alt {
  line-height: 1.3;
  font-size: 12px;
  font-style: italic;
  text-align: inherit;
  text-wrap: balance;
  color: #ccc;
}
/* ===============================================
	generic button for quick use by PM/PAs
=============================================== */
a.intbtn,
#content a.intbtn {
  font-size: 0.8em;
  line-height: 44px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  width: auto;
  text-decoration: none;
  padding: 0 1.5em;
  border: 2px solid #426cc8;
  background-color: #336dce;
  border-radius: 30px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: background-color 0.33s ease-in-out;
}
a.intbtn::before,
#content a.intbtn::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #192e55;
  z-index: -1;
  transform: translate(-100%, 0) scaleX(1);
  border-radius: inherit;
  transition: transform 0.6s cubic-bezier(0.9, 0, 0.2, 1);
}
a.intbtn:hover::before,
#content a.intbtn:hover::before,
a.intbtn:focus::before,
#content a.intbtn:focus::before {
  transform: translate(0%, 0) scaleX(1);
}
/* ===============================================
	.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 #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(48.42105263em, 90%);
    }
  }
  @media only screen and (min-width: 1300px) {
    .embed-container,
    .embed-container.ratio16x9 {
      max-width: min(48.42105263em, 1200px);
    }
  }
}
/* Recommended styles for Splitting */
.splitting .word,
.splitting .char {
  display: inline-block;
}
/* Psuedo-element chars */
.splitting .char {
  position: relative;
}
/**
 * Populate the psuedo elements with the character to allow for expanded effects
 * Set to `display: none` by default; just add `display: block` when you want
 * to use the psuedo elements
 */
.splitting .char::before,
.splitting .char::after {
  content: attr(data-char);
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  transition: inherit;
  user-select: none;
}
/* Expanded CSS Variables */
.splitting {
  /* The center word index */
  --word-center: calc((var(--word-total) - 1) / 2);
  /* The center character index */
  --char-center: calc((var(--char-total) - 1) / 2);
  /* The center character index */
  --line-center: calc((var(--line-total) - 1) / 2);
}
.splitting .word {
  /* Pecent (0-1) of the word's position */
  --word-percent: calc(var(--word-index) / var(--word-total));
  /* Pecent (0-1) of the line's position */
  --line-percent: calc(var(--line-index) / var(--line-total));
}
.splitting .char {
  /* Percent (0-1) of the char's position */
  --char-percent: calc(var(--char-index) / var(--char-total));
  /* Offset from center, positive & negative */
  --char-offset: calc(var(--char-index) - var(--char-center));
  /* Absolute distance from center, only positive */
  --distance: calc(
    (var(--char-offset) * var(--char-offset)) / var(--char-center)
  );
  /* Distance from center where -1 is the far left, 0 is center, 1 is far right */
  --distance-sine: calc(var(--char-offset) / var(--char-center));
  /* Distance from center where 1 is far left/far right, 0 is center */
  --distance-percent: calc(var(--distance) / var(--char-center));
}
form.full select {
  padding-top: 0;
  padding-bottom: 0;
}
.reviews-embed-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2em;
}
.reviews-embed-grid-item {
  width: 100%;
  position: relative;
  max-width: 20em;
}
.reviews-embed-grid-item::before {
  content: "\f144";
  font-family: "Font Awesome 7 Pro";
  font-size: 3em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  z-index: 1;
  color: #336dce;
  transition: transform 0.33s ease;
}
.reviews-embed-grid-item img {
  width: 100%;
  transition:
    filter 0.33s ease-in-out,
    -webkit-filter 0.33s ease-in-out;
}
.reviews-embed-grid-item:hover img {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
}
.reviews-embed-grid-item:hover::before {
  transform: translate(-50%, -50%) scale(1.2);
}
/*! Lity - v3.0.0-dev - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */
.lity-active,
.lity-active body {
  overflow: hidden;
}
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.lity.lity-opened {
  opacity: 1;
}
.lity.lity-closed {
  opacity: 0;
}
.lity * {
  box-sizing: border-box;
}
.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}
.lity-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.lity-loading .lity-loader {
  opacity: 1;
}
.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}
.lity-content {
  z-index: 9993;
  width: 100%;
  transform: scale(1);
  transition: transform 0.3s ease;
}
.lity-closed .lity-content,
.lity-loading .lity-content {
  transform: scale(0.8);
}
.lity-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.lity-close,
.lity-close:active,
.lity-close:focus,
.lity-close:hover,
.lity-close:visited {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  box-shadow: none;
}
.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.lity-close:active {
  top: 1px;
}
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}
.lity-iframe .lity-container {
  width: 100%;
  max-width: 964px;
}
.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}
.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
.lity-hide {
  display: none;
}
.reviews .testifier {
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  color: #336dce;
  line-height: 3;
}
