/* 
 Site Manager Version: 14.2.0
 Date Created: January 2026
 Account: brown-joana
 Written by: james stillion
 Sesame Communications - All rights reserved. C2026
 Any reproduction or intentional misuse is strictly prohibited
*/
/* ===============================================
					fonts
=============================================== */
/* jua-400 */
@font-face {
  font-display: swap;
  font-family: 'Jua';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/jua-400.woff2') format('woff2');
  ascent-override: 80%;
  descent-override: 20%;
  line-gap-override: 25%;
}
/* poppins-400 */
@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/poppins-400.woff2') format('woff2');
  ascent-override: 105%;
  descent-override: 35%;
  line-gap-override: 10%;
}
/* poppins-400i */
@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/poppins-400i.woff2') format('woff2');
  ascent-override: 105%;
  descent-override: 35%;
  line-gap-override: 10%;
}
/* poppins-700 */
@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/poppins-700.woff2') format('woff2');
  ascent-override: 105%;
  descent-override: 35%;
  line-gap-override: 10%;
}
/* poppins-700i */
@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/poppins-700i.woff2') format('woff2');
  ascent-override: 105%;
  descent-override: 35%;
  line-gap-override: 10%;
}
/* ==================================================================
Basic Stylings
These will affect every size of the site.
================================================================== */
html {
  scroll-behavior: smooth;
}
/* ===============================================
	body 
=============================================== */
body,
input,
select,
textarea,
form button,
button {
  font-family: 'Poppins', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', 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 {
  font-family: 'Jua', 'Comic Sans MS', 'Comic Sans', 'Segoe Print', 'Chalkboard SE', 'Chalkboard', 'Bradley Hand', 'Marker Felt', 'URW Chancery L', Chilanka, cursive;
  color: #398582;
  text-decoration: none;
  transition: color 0.33s ease-in-out;
}
#content a:focus,
#content a:hover {
  color: #d3826b;
  text-decoration: underline;
}
/* ===============================================
	h family || hfam 
=============================================== */
h1,
h2:not(.topic),
h3:not(.topic),
h4,
h5,
h6 {
  line-height: 1;
  text-align: left;
  font-family: 'Jua', 'Comic Sans MS', 'Comic Sans', 'Segoe Print', 'Chalkboard SE', 'Chalkboard', 'Bradley Hand', 'Marker Felt', 'URW Chancery L', Chilanka, cursive;
  font-weight: 400;
  text-transform: uppercase;
  color: #447541;
  text-rendering: auto;
  margin: 0 0 1.44em;
}
.sub h1 {
  font-size: 14.4vw;
  color: #d3826b;
  text-wrap: balance;
  /* for browsers that don't support 'pretty' */
  text-wrap: pretty;
}
@media only screen and (min-width: 480px) {
  .sub h1 {
    font-size: 3.4em;
  }
}
@media only screen and (max-width: 767px) {
  .sub h1 {
    margin-bottom: 37px;
  }
}
@media only screen and (min-width: 768px) {
  .sub h1 {
    margin-bottom: 0;
  }
}
.home h1 {
  font-size: 10vw;
  text-align: inherit;
  margin-bottom: 0.5em;
}
@media only screen and (min-width: 480px) {
  .home h1 {
    font-size: 3.2em;
  }
}
.home h1 .trait {
  display: inline-block;
}
.home h1 .trait.top {
  line-height: 1.1;
  font-size: 0.46875em;
  color: #c59a2d;
  width:100%;
}
h2:not(.topic) {
  font-size: 1.31578947em;
  color: #5a387b;
}
h3:not(.topic) {
  font-size: 1.21052632em;
  color: #398582;
}
h4 {
  font-size: 1.10526316em;
}
h5 {
  font-size: 1.05263158em;
}
h6 {
  font-size: 1em;
}
/* ===============================================
	containers
=============================================== */
.container {
  max-width: 58em;
}
@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;
}
.home #content ul li {
  margin-bottom: 1.5625em;
}
/* ==================================================================
	masthead
=================================================================== */
#masthead {
  width: 100%;
  min-height: 44px;
  padding: 0;
  background-color: #fff;
  transition: transform 0.69s ease-in-out, opacity 0.99s ease-in-out;
  position: relative;
  z-index: 3000;
}
@media only screen and (max-width: 1023px) {
  #masthead {
    height: 93px;
  }
}
@media only screen and (min-width: 1024px) {
  #masthead {
    font-size: 20px;
    height: 6.05em;
  }
}
@media only screen and (min-width: 1300px) and (prefers-reduced-motion: no-preference) {
  #masthead[data-wait] {
    transform: translate(0, -200px);
  }
}
@media only screen and (min-width: 1300px) {
  #masthead {
    position: fixed;
    top: 0;
    left: 0;
    transition: background-color 0.99s ease-in-out;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0) 81%);
  }
  #masthead.ready {
    background-color: rgba(255, 255, 255, 0);
  }
}
#masthead .container {
  width: 100%;
  max-width: none;
}
/* ===============================================
TRIGGER/NAVICON
=============================================== */
#trigger {
  line-height: 44px;
  color: #ebd56e;
  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: #d3826b;
}
@media only screen and (min-width: 1024px) {
  #trigger {
    display: none;
  }
}
.open #trigger .navicon span:nth-child(1) {
  transform: translate(0, 19.5px) scaleX(0) rotate(0deg);
}
.open #trigger .navicon span:nth-child(4) {
  transform: translate(0, -19.5px) scaleX(0) rotate(0deg);
}
.open #trigger .navicon span:nth-child(2) {
  transform: translate(0, 0) scaleX(1) rotate(45deg);
}
.open #trigger .navicon span:nth-child(3) {
  transform: translate(0, 0) scaleX(1) rotate(-45deg);
}
#trigger .navicon {
  width: 55px;
  height: 39px;
  display: inline-block;
  position: relative;
}
#trigger .navicon span {
  width: 100%;
  height: 9px;
  border-radius: 9px;
  border: 2px solid #c59a2d;
  margin: auto;
  background: currentcolor;
  display: block;
  position: absolute;
  left: 0;
  opacity: 1;
  transform: translate(0, 0) scaleX(1) rotate(0deg);
  transition: transform 0.3s ease;
}
#trigger .navicon span:nth-child(1) {
  top: 0;
}
#trigger .navicon span:nth-child(2),
#trigger .navicon span:nth-child(3) {
  top: 0;
  bottom: 0;
}
#trigger .navicon span:nth-child(4) {
  bottom: 0;
}
/* ==================================================================
	main-nav
=================================================================== */
#main-nav {
  font-size: 20px;
  font-family: 'Jua', 'Comic Sans MS', 'Comic Sans', 'Segoe Print', 'Chalkboard SE', 'Chalkboard', 'Bradley Hand', 'Marker Felt', 'URW Chancery L', Chilanka, cursive;
  text-transform: uppercase;
  text-align: center;
  width: 94px;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #a899d0;
  position: absolute;
  top: 0;
  right: 0;
  clear: both;
}
@media only screen and (min-width: 1024px) {
  #main-nav {
    font-size: inherit;
    width: 100%;
    height: 4em;
    margin-top: 2.05em;
    background: none;
    box-shadow: none;
    top: auto;
    bottom: 0;
    z-index: 2900;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1299px) {
  #main-nav {
    right: 9.3em;
  }
}
@media only screen and (min-width: 1300px) {
  #main-nav {
    right: 10.3em;
    transition-property: transform, opacity;
    transition-duration: 0.99s;
    transition-timing-function: cubic-bezier(0.3, 1.5, 0.6, 1), ease;
    transition-delay: 0.6s;
  }
}
@media only screen and (min-width: 1300px) and (prefers-reduced-motion: no-preference) {
  [data-wait] #main-nav {
    transform: translate(0, -240px) skewY(-15deg);
    opacity: 0;
  }
}
@media only screen and (max-width: 1023px) {
  #main-nav.open .collapsible {
    transition-duration: 0.33s;
    transition-timing-function: ease;
    transform: translate(0, 0);
    visibility: visible;
    pointer-events: auto;
    opacity: 1;
  }
}
@media only screen and (max-width: 1023px) {
  #main-nav .collapsible {
    width: 100vw;
    max-width: 320px;
    position: absolute;
    top: 100%;
    right: 0;
    transition-property: transform, opacity, visibility;
    transition-duration: 0.09s;
    transition-timing-function: linear;
    transform: translate(100%, 0);
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
  }
}
@media only screen and (min-width: 1024px) {
  #main-nav .collapsible {
    margin: 0 auto;
    position: relative;
  }
}
#main-nav .container {
  height: 100%;
  padding: 0;
}
@media only screen and (min-width: 1024px) {
  #main-nav .container {
    width: 96%;
    max-width: right;
  }
}
/* ===============================================
TOP LEVEL ITEMS || top ul
=============================================== */
#main-nav ul {
  margin: 0;
  padding: 1em 0;
  background-color: #aedeea;
  position: relative;
  z-index: 550;
}
@media only screen and (max-width: 1023px) {
  #main-nav ul {
    display: flex;
    flex-direction: column;
    border-radius: 0 0 33px 33px;
  }
}
@media only screen and (min-width: 1024px) {
  #main-nav ul {
    height: 4em;
    width: auto;
    margin: 0;
    padding: 0;
    background: none;
    position: static;
    float: right;
  }
}
#main-nav ul li {
  clear: both;
  cursor: pointer;
  margin: 0;
}
@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;
    clip: auto;
    pointer-events: auto;
  }
}
@media only screen and (min-width: 1024px) {
  #main-nav ul li {
    margin-right: min( 1.2vw, 1.15em );
    background: none;
    vertical-align: top;
    clear: none;
  }
  #main-nav ul li a:focus-visible + ul,
  #main-nav ul li ul:focus-within,
  #main-nav ul li:hover > ul {
    width: auto;
    height: auto;
    margin: 0;
    clip: auto;
    pointer-events: auto;
  }
  #main-nav ul li.contact,
  #main-nav ul li.contact-us {
    margin-right: 0;
    padding-right: 0;
  }
  #main-nav ul li.contact:focus-visible > ul,
  #main-nav ul li.contact-us:focus-visible > ul,
  #main-nav ul li.contact:focus-within > ul,
  #main-nav ul li.contact-us:focus-within > ul,
  #main-nav ul li.contact.clicked > ul,
  #main-nav ul li.contact-us.clicked > ul,
  #main-nav ul li.contact.active > ul,
  #main-nav ul li.contact-us.active > ul,
  #main-nav ul li.contact:hover ul,
  #main-nav ul li.contact-us:hover ul {
    margin: 0;
  }
  #main-nav ul li.contact ul li a,
  #main-nav ul li.contact-us ul li a {
    text-align: center;
    float: right;
  }
}
#main-nav ul li a[id] {
  line-height: 50px;
  font-size: 15px;
  color: #363636;
  height: 50px;
  margin: 0;
  transition: color 0.33s ease;
  pointer-events: none;
}
@media only screen and (max-width: 1023px) {
  #main-nav ul li a[id] {
    z-index: 2;
  }
}
@media only screen and (min-width: 1024px) {
  #main-nav ul li a[id] {
    line-height: 2.66666667;
    font-size: clamp( 12px, 0.75em , 15px );
    text-align: center;
    height: 100%;
    z-index: 3000;
    pointer-events: auto;
  }
}
@media (min-width: 1024px) and (max-width: 1299px) and (pointer: coarse) {
  #main-nav ul li a[id] {
    /* allows tablet users to access flyouts on desktop style nav */
    z-index: -1;
  }
  #main-nav ul li a[id].home {
    z-index: 1;
  }
}
#main-nav ul li a[id]:before,
#main-nav ul li a[id]:after {
  content: '';
  width: 23px;
  margin-right: auto;
  margin-left: auto;
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  transition-duration: 0.15s;
  opacity: 0;
}
#main-nav ul li a[id]:before {
  height: 0.5em;
  background-image: url("data:image/svg+xml;charset=UTF-8, <svg xmlns='http://www.w3.org/2000/svg' width='23' height='7.5' viewBox='0 0 23 7.5'><path fill='rgb(197, 154, 45)' d='M12.9 2.1c0 1.2-.4 2.5-.9 3.7-.2.5-.6.6-1.1.5-.3 0-.4-.3-.5-.5-.4-.8-.6-1.6-.7-2.4-.1-.6-.1-1.1-.1-1.7 0-1.3 1.1-1.8 2-1.6.5 0 1 .3 1.2.8.2.4.2.8.2 1.3Zm6 .7c-.7-.2-1.4 0-1.9.7l-1.2 1.8c-.2.4-.4.7-.5 1.1-.2.6.2 1.1.8 1.1.3 0 .6-.1.9-.2.9-.4 1.7-1 2.4-1.7.2-.2.3-.3.4-.5.5-.9 0-2-.9-2.3M6.2 5c-.3-.6-.6-1.1-1-1.6q-.45-.6-1.2-.6c-.6 0-1.1.2-1.4.8-.3.5-.2 1 .1 1.5a5.49 5.49 0 0 0 2.9 2.1c.3.1.6 0 .9-.2.3-.3.3-.6.2-.9-.1-.4-.3-.8-.5-1.1'/><path fill='rgb(181, 208, 168)' d='M16.1 6.9c-.2-.2-.2-.3 0-.5.4-.9.9-1.7 1.5-2.5.2-.2.4-.4.7-.5.4 0 .8 0 1 .4s.2.8-.1 1.1c-.4.5-1 .8-1.5 1.2-.5.3-.9.7-1.5.8Z'/><path fill='rgb(228, 180, 117)' d='M12.3 1.8c0 .6 0 1.2-.3 1.8-.2.5-.3 1.1-.5 1.6 0 .2-.1.4-.3.5-.4-.1-.4-.5-.5-.7-.2-.5-.3-1.1-.4-1.6-.1-.6-.2-1.2-.1-1.7 0-.6.4-.9.9-.9h.2c.7 0 1.1.4 1 1.1ZM4.8 4c-.2-.2-.3-.4-.6-.4s-.7 0-.9.3-.2.5 0 .9c.4.6 1 1.1 1.7 1.4.3.2.7.4 1.1.5.1-.4 0-.7-.2-1-.3-.6-.7-1.1-1-1.7Z'/></svg>");
  transform: translate(0, 100%) scale(0);
  transform-origin: 50% 100%;
}
@media only screen and (max-width: 1023px) {
  #main-nav ul li a[id]:before {
    top: calc(50% - 39px);
  }
}
@media only screen and (min-width: 1024px) {
  #main-nav ul li a[id]:before {
    top: -24px;
  }
}
#main-nav ul li a[id]:after {
  height: 1.48em;
  background-image: url("data:image/svg+xml;charset=UTF-8, <svg xmlns='http://www.w3.org/2000/svg' width='23' height='22.2' viewBox='0 0 23 22.2'><path fill='rgb(57, 133, 130)' d='M0 8.8c0-1.6 0-3 .3-4.4.2-.9.4-1.9.9-2.7C1.9.6 2.8.1 4 0s2.3.1 3.4.6c1.3.5 2.5 1.3 3.7 2 .5.3.5.3.9 0 1.3-.8 2.5-1.6 4-2.1 1.1-.4 2.3-.5 3.4-.2s1.9 1 2.4 2c.7 1.3.9 2.7 1 4.1 0 1.1.1 2.3 0 3.4a25 25 0 0 1-2.5 10.8c-.5.8-1.2 1.4-2.2 1.5-1.1.1-1.9-.2-2.6-1-.3-.3-.5-.7-.6-1-.4-1-.6-2-.9-3-.1-.6-.4-1.3-.7-1.9-.3-.5-.7-.8-1.3-.8h-.9c-.8.1-1.3.6-1.7 1.4-.2.5-.4 1.1-.5 1.6l-.6 2.2c-.1.5-.4 1-.7 1.5-.9 1.4-2.7 1.5-3.9.8-.6-.4-1.1-.9-1.4-1.6-.6-1.2-1-2.4-1.4-3.6a37 37 0 0 1-1-5.8v-2Z'/><path fill='rgb(174, 222, 234)' d='M13.8 4.6 12 3.7c.5-.4 1-.7 1.4-1 1.2-.7 2.3-1.3 3.7-1.6q1.05-.3 2.1 0c1.1.3 1.8 1.1 2.2 2.2.3.9.5 1.7.6 2.6a21.86 21.86 0 0 1-.1 6.7c-.2 1.8-.7 3.6-1.2 5.4-.2.7-.6 1.5-1 2.1-.5.8-1.4 1.4-2.4 1.1-.6-.2-1-.5-1.3-1-.4-.8-.7-1.6-.9-2.5-.2-.8-.4-1.7-.7-2.5-.4-1.1-1.2-1.7-2.4-1.7-.9 0-1.6.2-2.3.8-.3.3-.5.6-.7.9-.5.9-.7 1.9-.9 2.8-.2.7-.3 1.5-.7 2.2 0 .1-.1.2-.2.4-.7 1.3-2.6 1.2-3.4 0-.7-.9-1.1-2-1.5-3.1-.4-1.3-.7-2.7-1-4.1C.9 11.2.9 9 1 6.8c0-1.1.2-2.2.5-3.2.2-.8.5-1.4 1.1-2 .5-.5 1.1-.7 1.8-.7 1.2 0 2.2.2 3.3.7s2.2 1.1 3.2 1.8c.9.6 1.8 1 2.7 1.4.1 0 .3.2.4-.1Z'/><path fill='rgb(229, 202, 189)' d='M18 11c0 .7-.5 1.2-1.2 1.2-.8 0-1.4-.6-1.4-1.3s.6-1.3 1.3-1.3c.8 0 1.3.6 1.3 1.4M6.4 9.2c-.7 0-1.4.7-1.3 1.3 0 .7.6 1.3 1.3 1.3.8 0 1.3-.6 1.3-1.3 0-.8-.6-1.3-1.2-1.3Z'/><path fill='rgb(51, 56, 30)' d='M13.4 10.1c0 .2 0 .3-.1.5-.4.6-1 1-1.7 1s-1.3-.3-1.7-.9c0-.1-.1-.3-.1-.4 0-.2.2-.5.4-.5s.4 0 .5.3c.1.4.5.6.9.6s.8-.1 1-.5c0-.1.1-.2.2-.3 0-.1.2-.2.4-.2s.3.2.3.4ZM7.7 7.2c-.5 0-.9.4-.9.8 0 .5.4.9.9.9s.8-.3.8-.8-.4-.9-.9-.9Zm8.5 1.1c0 .5-.4 1-.9 1-.4 0-.8-.4-.8-.8 0-.5.5-1 1-1 .4 0 .8.4.8.8Z'/></svg>");
  transform: translate(0, 50%) scaleX(0);
  transform-origin: 50% 50%;
}
@media only screen and (max-width: 1023px) {
  #main-nav ul li a[id]:after {
    top: calc(50% - 31px);
  }
}
@media only screen and (min-width: 1024px) {
  #main-nav ul li a[id]:after {
    top: -16px;
  }
}
#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] {
  text-decoration: none;
  transition-duration: 0.15s;
}
#main-nav ul li:focus-within > a[id]:before,
#main-nav ul li.clicked > a[id]:before {
  transition-duration: 0.33s;
  transition-delay: 0.18s;
  transform: translate(0, 0) scale(1);
  opacity: 1;
}
#main-nav ul li:focus-within > a[id]:after,
#main-nav ul li.clicked > a[id]:after {
  transition-duration: 0.45s;
  transition-timing-function: cubic-bezier(0.33, 1.8, 0.66, 1);
  transform: translate(0, 0) scaleX(1);
  opacity: 1;
}
@media only screen and (min-width: 1024px) {
  #main-nav ul li.active > a[id],
  #main-nav ul li:hover > a[id] {
    text-decoration: none;
    transition-duration: 0.15s;
  }
  #main-nav ul li.active > a[id]:before,
  #main-nav ul li:hover > a[id]:before {
    transition-duration: 0.33s;
    transition-delay: 0.18s;
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }
  #main-nav ul li.active > a[id]:after,
  #main-nav ul li:hover > a[id]:after {
    transition-duration: 0.45s;
    transition-timing-function: cubic-bezier(0.33, 1.8, 0.66, 1);
    transform: translate(0, 0) scaleX(1);
    opacity: 1;
  }
}
/* ===============================================
Flyout || ul ul
=============================================== */
#main-nav ul ul {
  width: 100%;
  padding: 0;
  border: none;
  float: left;
  transition: visibility 0.33s ease-in-out;
}
@media only screen and (max-width: 1023px) {
  #main-nav ul ul {
    background-image: linear-gradient(to right, #a899d0 18%, #b5d0a8 99%);
    border-radius: 0;
    z-index: 1;
  }
}
@media only screen and (min-width: 1024px) {
  #main-nav ul ul {
    width: 1px;
    height: 1px;
    border-radius: 0 0 33px 33px;
    margin: -1px;
    padding: 1.675em 0;
    background: #aedeea;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    clip: rect(0 0 0 0);
    pointer-events: none;
    z-index: 2800;
  }
}
#main-nav ul ul li {
  height: 0;
  background: none;
  opacity: 0;
  overflow: hidden;
  transition-duration: 0.33s;
}
#main-nav ul ul li:focus-within {
  overflow: visible;
}
@media only screen and (min-width: 1024px) {
  #main-nav ul ul li {
    height: 1.75em;
    margin: 0;
    padding: 0;
    opacity: 1;
  }
}
#main-nav ul ul li a {
  line-height: 44px;
  font-size: clamp( 12px, 0.75em , 15px );
  color: #000;
  width: 100%;
  height: 44px;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  #main-nav ul ul li a {
    line-height: 2.33333333;
    text-align: center;
    white-space: nowrap;
    height: 2.33333333em;
    padding: 0 3.46666667em;
    float: left;
  }
}
#main-nav ul ul li a:after {
  content: '';
  width: 100%;
  height: 27px;
  margin: auto;
  background: linear-gradient(to right, #a899d0 18%, #b5d0a8 99%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: opacity 0.45s ease;
  opacity: 0;
}
#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;
}
#main-nav ul ul li a:focus-visible:after,
#main-nav ul ul li a:hover:after,
#main-nav ul ul li a.active:after {
  transition-duration: 0.15s;
  opacity: 1;
}
/* ===============================================
Flyout animation
=============================================== */
@media only screen and (max-width: 1023px) {
  #main-nav.open ul ul {
    visibility: hidden;
  }
  #main-nav.open ul .clicked ul {
    padding: 1.26em 0;
    visibility: visible;
  }
  #main-nav.open ul .clicked ul li {
    height: 44px;
    opacity: 1;
  }
}
/* ==================================================================
	header
=================================================================== */
#hd {
  text-align: center;
  color: #398582;
  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 {
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  z-index: 420;
}
@media only screen and (max-width: 469px) {
  #hd .mod {
    right: 78px;
  }
}
@media only screen and (min-width: 470px) and (max-width: 1023px) {
  #hd .mod {
    right: 114px;
  }
}
@media only screen and (min-width: 1024px) {
  #hd .mod {
    right: min(1.8vw, 30px);
  }
}
@media only screen and (min-width: 1300px) {
  #hd .mod {
    right: 30px;
    transition: transform 0.69s cubic-bezier(0.3, 1.5, 0.6, 1), opacity 0.69s ease;
    transition-delay: 0.75s;
  }
}
@media only screen and (min-width: 1300px) and (prefers-reduced-motion: no-preference) {
  [data-wait] #hd .mod {
    transform: translate(0, -150px);
  }
}
/* ===============================================
	logo
=============================================== */
#logo {
  line-height: 0;
  width: 8.1em;
  margin: 0 auto 0 20px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  pointer-events: auto;
}
@media only screen and (min-width: 1024px) {
  #logo {
    font-size: inherit;
    margin: 0;
    left: min(1.8vw, 30px);
  }
}
@media only screen and (min-width: 1300px) {
  #logo {
    left: 30px;
    transition: transform 0.66s cubic-bezier(0.3, 1.5, 0.6, 1);
    transition-delay: 0.6s;
  }
}
@media only screen and (min-width: 1300px) and (prefers-reduced-motion: no-preference) {
  [data-wait] #logo {
    transform: translate(0, -210px);
  }
}
#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 img {
  width: 8.1em;
}
#logo svg {
  width: 100%;
  height: auto;
}
/* ===============================================
	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 {
  line-height: 1;
  font-size: clamp( 12px, 0.7em , 14px );
  text-align: center;
  font-weight: 700;
  color: #000;
  min-width: 48px;
  height: 48px;
  border-radius: 48px;
  padding: 0;
  background-color: #aedeea;
  border: 4px solid #398582;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  vertical-align: top;
  transition-property: transform, color, background-color, border-color;
  transition-timing-function: ease;
  transition-duration: 0.33s;
}
@media only screen and (min-width: 430px) {
  #utilitynav a {
    padding: 0 23px;
  }
}
#utilitynav a:focus,
#utilitynav a:hover {
  background-color: #edcdc4;
  border-color: #a96856;
}
@media (prefers-reduced-motion: no-preference) {
  #utilitynav a:focus,
  #utilitynav a:hover {
    transform: scale(1.1);
  }
}
#utilitynav a:focus .icon,
#utilitynav a:hover .icon {
  color: #000;
}
#utilitynav a .icon {
  height: auto;
  color: #398582;
  transition: color 0.33s ease-in-out;
}
@media only screen and (max-width: 429px) {
  #utilitynav a .icon {
    width: 21px;
  }
}
#utilitynav a .icon path {
  transform: matrix(1, 0, 0, 1, 0, -0.69);
}
@media only screen and (max-width: 429px) {
  #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);
  }
}
/* ===============================================
	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(57, 133, 130, 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: #d3826b;
  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: 53.57142857vw;
  background: #000;
  position: relative;
  z-index: 400;
}
@media only screen and (max-width: 919px) {
  #slideshow {
    min-height: 517px;
  }
}
@media only screen and (min-width: 920px) and (max-width: 1299px) {
  #slideshow {
    width: 100%;
  }
}
@media only screen and (min-width: 1300px) {
  #slideshow {
    height: 39.45vw;
  }
}
#slideshow .welcomevid {
  width: 100%;
  margin: 0;
  aspect-ratio: 2000 / 1125;
  vertical-align: top;
  opacity: 0.81;
}
@media only screen and (max-width: 625px) {
  #slideshow .welcomevid {
    width: 920px;
    margin: 0 0 0 calc(50vw + -607.2px );
  }
}
@media only screen and (min-width: 626px) and (max-width: 920px) {
  #slideshow .welcomevid {
    width: 920px;
    margin: 0 0 0 calc(100vw - 920px );
  }
}
@media only screen and (min-width: 920px) and (max-width: 1299px) {
  #slideshow .welcomevid {
    width: 100%;
    margin: 0;
  }
}
.ssoverlay {
  width: 100%;
  max-width: 315px;
  border-radius: 75px;
  padding-block: 24px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 420;
}
@media only screen and (max-width: 839px) {
  .ssoverlay {
    right: 0;
    bottom: min(50px, 11vw);
    left: 0;
  }
}
@media only screen and (min-width: 840px) and (max-width: 1023px) {
  .ssoverlay {
    width: 69.6875%;
    max-width: 433px;
    padding-block: min(7.5vw, 56px);
    top: 50%;
    transform: translateY(-50%);
  }
}
@media only screen and (min-width: 1024px) {
  .ssoverlay {
    width: 42.28515625%;
    max-width: 600px;
    top: 50%;
    transform: translateY(calc(-50% + 3.025em ));
  }
}
@media only screen and (min-width: 840px) and (max-width: 1299px) {
  .ssoverlay {
    left: 34px;
  }
}
@media only screen and (min-width: 1300px) {
  .ssoverlay {
    right: 50%;
    margin-right: 60px;
    border-radius: 99px;
  }
}
@media only screen and (min-width: 1300px) and (prefers-reduced-motion: no-preference) {
  [data-wait] .ssoverlay .shadow--mark,
  [data-wait] .ssoverlay .shadow--voc {
    -webkit-filter: none;
    filter: none;
  }
  [data-wait] .ssoverlay .letter--L,
  [data-wait] .ssoverlay .letter--U,
  [data-wait] .ssoverlay .letter--A {
    transform: translate(-45px, 9px) scale(0) rotateY(120deg);
    opacity: 0;
  }
  [data-wait] .ssoverlay .letter--M {
    transform: translate(-45px, 18px) scale(0) rotateY(-360deg);
    opacity: 0;
  }
  [data-wait] .ssoverlay .chks {
    transform: translate(0, 36px) scale(0);
    opacity: 0;
  }
  [data-wait] .ssoverlay .vocation,
  [data-wait] .ssoverlay .slogan .trait {
    transform: translate(0, 90px) skewY(-15deg);
    opacity: 0;
  }
}
.ssoverlay svg {
  width: 78%;
  max-width: 339px;
  height: auto;
  margin-bottom: 0.9em;
}
@media only screen and (min-width: 1024px) {
  .ssoverlay svg {
    width: 78.29099307%;
    max-width: 471px;
  }
}
@media only screen and (min-width: 1300px) {
  .ssoverlay svg {
    /* 177x95 */
    /* 177x113 */
  }
  .ssoverlay svg .shadow {
    transition-property: -webkit-filter, filter;
    transition-duration: 0.69s;
    transition-timing-function: cubic-bezier(0.3, 1.8, 0.69, 1);
    transition-delay: 1.98s;
  }
  .ssoverlay svg .letter {
    transition: transform 0.69s cubic-bezier(0.39, 2.1, 0.66, 1), opacity 0.99s ease;
    transition-delay: calc(0.21s * var(--index) );
  }
  .ssoverlay svg .letter--L {
    /* 17x 71y */
    transform-origin: 0 71%;
  }
  .ssoverlay svg .letter--U {
    /* 53x 72y */
    transform-origin: 29.94350282% 75.78947368%;
  }
  .ssoverlay svg .letter--M {
    /* 103x 75y */
    transition: transform 0.69s cubic-bezier(0.39, 1.2, 0.66, 1), opacity 0.99s ease;
    transform-origin: 58.1920904% 78.94736842%;
  }
  .ssoverlay svg .chks {
    /* 103x 48y */
    transition: transform 0.69s cubic-bezier(0.39, 1.2, 0.66, 1), opacity 0.99s ease;
    transition-delay: calc(0.21s * var(--index) );
    transform-origin: 58.1920904% 50.52631579%;
  }
  .ssoverlay svg .letter--A {
    /* 155x 72y */
    transform-origin: 87.57062147% 75.78947368%;
  }
  .ssoverlay svg .vocation {
    transition: transform 0.99s cubic-bezier(0.3, 1.5, 0.6, 1), opacity 0.99s ease;
    transition-delay: calc(0.21s * var(--index) );
  }
  .ssoverlay svg .logo--eyes {
    /* 103x 41y */
    animation: gblink 5s linear 50;
    transform-origin: 58.1920904% 44.21052632%;
  }
}
.ssoverlay svg .shadow--mark {
  -webkit-filter: url(#glow-mark);
  filter: url(#glow-mark);
}
.ssoverlay svg .shadow--voc {
  -webkit-filter: url(#glow-voc);
  filter: url(#glow-voc);
}
.ssoverlay .slogan {
  font-family: 'Jua', 'Comic Sans MS', 'Comic Sans', 'Segoe Print', 'Chalkboard SE', 'Chalkboard', 'Bradley Hand', 'Marker Felt', 'URW Chancery L', Chilanka, cursive;
}
.ssoverlay .slogan .trait {
  display: block;
  position: relative;
}
@media only screen and (min-width: 1300px) {
  .ssoverlay .slogan .trait {
    transition: transform 0.99s cubic-bezier(0.3, 1.5, 0.6, 1), opacity 0.99s ease;
    transition-delay: calc(0.21s * var(--index) );
  }
}
.ssoverlay .slogan .trait--top {
  line-height: 1.62;
  font-size: clamp( 24px, 5.4vw, 36px);
  color: #605047;
  white-space: nowrap;
}
.ssoverlay .slogan .trait--bottom {
  line-height: 1.62;
  font-size: clamp( 12px, 2.4vw, 0.9em);
}
/* blink */
@keyframes gblink {
  from,
  19%,
  22%,
  65%,
  68%,
  74%,
  77%,
  to {
    transform: translate3d(0, 0, 0) scaleY(1);
  }
  20%,
  66%,
  75% {
    transform: translate3d(0, 0, 0) scaleY(0);
  }
}
/* ==================================================================
	.spotlight
=================================================================== */
.spotlight {
  text-align: center;
  position: relative;
}
.spotlight.top {
  background: #fff;
  z-index: 400;
}
.spotlight > div {
  position: relative;
}
/* ===============================================
	spot01 || COMMON GENERAL INFORMATION SPOTLIGHT SECTION REVERSE
=============================================== */
.spot01 {
  color: #585b5b;
  padding: 3em 0;
  background-color: #fff;
  position: relative;
  z-index: 410;
}
@media only screen and (min-width: 666px) {
  .spot01 {
    font-size: min(1.4vw, 1em);
    padding: 5em 0;
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    align-items: center;
  }
}
@media only screen and (min-width: 1300px) and (prefers-reduced-motion: no-preference) {
  .spot01 .animatro {
    transition: transform 0.66s ease, opacity 0.66s ease-in-out;
    transition-delay: calc(0.12s * var(--index) );
  }
  .spot01[data-ready] .mod .animatro {
    transform: translate(0, 69px);
    opacity: 0;
  }
  .spot01[data-ready] .decoration:after {
    transform: translate(0, 0);
  }
  .spot01[data-ready] .decoration .animatro {
    transform: translate(0, 45px) rotateX(-90deg);
    z-index: -1;
  }
}
.spot01 .decoration {
  width: 90%;
  max-width: 30.9em;
  margin-right: min(6vw, 40px);
  margin-bottom: min(6vw, 40px);
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
@media only screen and (min-width: 666px) {
  .spot01 .decoration {
    margin-left: 3em;
  }
}
.spot01 .decoration:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 99px;
  background-color: #398582;
  background-image: linear-gradient(to right, rgba(168, 153, 208, 0.5) 18%, rgba(181, 208, 168, 0.5) 99%);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.35);
  transform: translateX(min(6vw, 40px)) translateY(min(6vw, 40px));
  transition: transform 0.66s ease 0.84s, opacity 0.66s ease 0.84s;
}
.spot01 .decoration .ornament {
  border-radius: 99px;
  box-shadow: 25px 25px 25px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 2;
}
.spot01 .decoration .animatro {
  position: absolute;
  top: -66px;
  right: -3px;
  z-index: 3;
}
.spot01 .decoration .emblem {
  width: 5.55em;
  height: auto;
  transform: rotate(16.3deg);
  -webkit-filter: drop-shadow(12px 21px 12px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(12px 21px 12px rgba(0, 0, 0, 0.25));
}
.spot01 .decoration .emblem .mono {
  stroke-width: 32;
}
.spot01 .mod {
  width: 90%;
  max-width: 30em;
  padding: 2em 0;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (min-width: 666px) {
  .spot01 .mod {
    text-align: right;
    max-width: 30em;
    padding: 0;
  }
}
.spot01 h2.topic {
  line-height: 1;
  font-size: clamp( 12px, 2.7em , 54px );
  font-family: 'Jua', 'Comic Sans MS', 'Comic Sans', 'Segoe Print', 'Chalkboard SE', 'Chalkboard', 'Bradley Hand', 'Marker Felt', 'URW Chancery L', Chilanka, cursive;
  font-weight: 400;
  text-transform: uppercase;
  color: #d3826b;
  min-height: 1.37037037em;
  width: 100%;
  margin: 0 0 0.33333333em;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media only screen and (max-width: 665px) {
  .spot01 h2.topic {
    justify-content: center;
  }
}
.spot01 .info {
  line-height: 1.2;
  font-size: clamp( 12px, 1.25em , 25px );
  margin: 0 0 1.36em;
}
.spot01 .spotbtn {
  line-height: 1;
  font-size: clamp( 12px, 0.9em , 18px );
  font-family: 'Jua', 'Comic Sans MS', 'Comic Sans', 'Segoe Print', 'Chalkboard SE', 'Chalkboard', 'Bradley Hand', 'Marker Felt', 'URW Chancery L', Chilanka, cursive;
  text-transform: uppercase;
  color: #fff;
  width: 11.11111111em;
  min-height: 44px;
  height: 2.66666667em;
  border-radius: 2.66666667em;
  padding: 0.125em 0 0;
  background-color: #a899d0;
  border: 4px solid #5a387b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: top;
  transition-property: transform, color, background-color, border-color;
  transition-timing-function: ease;
  transition-duration: 0.33s;
}
.spot01 .spotbtn:focus,
.spot01 .spotbtn:hover {
  color: #000;
  background-color: #edcdc4;
  border-color: #a96856;
}
@media (prefers-reduced-motion: no-preference) {
  .spot01 .spotbtn:focus,
  .spot01 .spotbtn:hover {
    transform: scale(1.1);
  }
}
/* ===============================================
	spot02 || COMMON SERVICES/CALLOUT-LIKE SECTION EXAMPLE
=============================================== */
.spot02 {
  font-size: min(3.2vw, 20px);
  font-family: 'Jua', 'Comic Sans MS', 'Comic Sans', 'Segoe Print', 'Chalkboard SE', 'Chalkboard', 'Bradley Hand', 'Marker Felt', 'URW Chancery L', Chilanka, cursive;
  text-align: center;
  color: #fff;
  margin: 0;
  padding: 2em 0;
  background: #86936d no-repeat center center;
  position: relative;
  z-index: 410;
}
@media only screen and (min-width: 666px) {
  .spot02 {
    font-size: min(1.7vw, 1em);
    padding: 5em 0;
  }
}
@media only screen and (max-width: 1299px) {
  .spot02 {
    background-size: cover;
  }
}
@media only screen and (min-width: 1300px) and (prefers-reduced-motion: no-preference) {
  .spot02.active {
    will-change: background-position;
  }
}
@media only screen and (min-width: 2000px) {
  .spot02 {
    background-size: 100% auto;
  }
}
.spot02:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #000;
  opacity: 0.5;
}
.spot02 a {
  color: #fff;
  max-width: 17.4em;
  max-height: 17.4em;
  aspect-ratio: 1 / 1;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  vertical-align: top;
  position: relative;
  z-index: 400;
  transition: color 0.33s ease-in-out;
}
@media only screen and (max-width: 665px) {
  .spot02 a {
    width: 44%;
    margin: 2% auto;
    display: flex;
  }
}
@media only screen and (min-width: 666px) {
  .spot02 a {
    width: calc(33% - 2em);
    margin: 0 1em;
  }
}
.spot02 a:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: min(9.9vw, 99px);
  z-index: -1;
  background: linear-gradient(45deg, rgba(174, 222, 234, 0.7) 15%, rgba(211, 130, 107, 0.7) 99%);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
  transition-property: transform, opacity;
  transition-duration: 0.39s, 0.15s;
  transform-origin: 75% 75%;
  opacity: 0;
}
@media (prefers-reduced-motion: no-preference) {
  .spot02 a:after {
    transition-timing-function: cubic-bezier(0, 0.55, 0.45, 1), ease;
    transform: rotate3d(-1, 1, 0, 180deg);
  }
}
.spot02 a:focus,
.spot02 a:hover {
  z-index: 400;
}
.spot02 a:focus:after,
.spot02 a:hover:after {
  opacity: 1;
}
@media (prefers-reduced-motion: no-preference) {
  .spot02 a:focus:after,
  .spot02 a:hover:after {
    transform: rotate3d(0, 0, 0, 180deg);
    transition-duration: 0.45s, 0.99s;
    transform-origin: 25% 25%;
  }
}
.spot02 a .icon {
  font-size: min(2.4vw, 1em);
  width: 8.35em;
  height: 6.95em;
  margin: 0 auto 1.55em;
  transition: transform 0.33s ease-in-out;
  position: relative;
  z-index: 400;
}
.spot02 a h2.topic {
  line-height: 1;
  font-size: clamp( 12px, 1.45em , 29px );
  font-weight: 400;
  text-transform: uppercase;
  color: currentcolor;
  width: 100%;
  display: block;
  position: relative;
  z-index: 400;
}
/* ==================================================================
	hero
=================================================================== */
.hero {
  width: 100%;
  background-color: #768371;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .hero {
    font-size: 20px;
  }
}
.hero:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.1);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000 100%);
  opacity: 0.5;
}
.hero .bg {
  width: 100%;
  max-width: none;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .hero .bg {
    width: 100vw;
    height: 300px;
    object-fit: cover;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1999px) {
  .hero .bg {
    width: 100em;
    margin: 0 calc( -50em + 50vw);
  }
}
/* ==================================================================
	SUBNAV || SIDE ORIENTED
=================================================================== */
/* @subnavh2lh: 35;	
@subnavh2fs: 21; */
#subnav {
  font-family: 'Jua', 'Comic Sans MS', 'Comic Sans', 'Segoe Print', 'Chalkboard SE', 'Chalkboard', 'Bradley Hand', 'Marker Felt', 'URW Chancery L', Chilanka, cursive;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  margin: 0 0 6%;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  #subnav {
    text-align: center;
    padding: 3em 10%;
  }
}
@media only screen and (min-width: 768px) {
  #subnav {
    text-align: right;
    padding: 3em 1em;
    order: 2;
  }
}
@media only screen and (max-width: 1299px) {
  #subnav {
    display: none;
  }
}
#subnav h2 {
  /* line-height:@subnavh2lh/@subnavh2fs;
		font-size:@subnavh2fs/20em; */
  text-align: inherit;
  font-weight: 400;
  text-transform: uppercase;
  color: #363636;
  width: 100%;
  /* height:(@subnavh2lh/@subnavh2fs) * 1em; */
  /* margin:0 auto 2em; */
  display: block;
  position: relative;
  z-index: 400;
}
@media only screen and (max-width: 767px) {
  #subnav nav {
    width: 100vw;
  }
}
@media only screen and (min-width: 768px) {
  #subnav nav {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
}
#subnav p {
  font-size: clamp( 12px, 1.1vw, 15px );
  line-height: 44px;
  width: 100%;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
}
@media only screen and (max-width: 767px) {
  #subnav p {
    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;
  }
}
#subnav a {
  color: #fff;
  padding: 0 0.73333333em;
  margin: 0 0.8em;
  white-space: nowrap;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media only screen and (min-width: 768px) {
  #subnav a {
    margin: 0;
    float: right;
    clear: right;
  }
}
#subnav a:after {
  content: '';
  width: 100%;
  height: 31px;
  border-radius: 31px;
  background: #b5d0a8;
  border: 2px solid #447541;
  display: block;
  position: absolute;
  bottom: 53%;
  left: 0;
  z-index: -1;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  transform: translate(0, 50%);
  opacity: 0;
}
#subnav a:focus,
#subnav a:hover,
#subnav a.active {
  color: #000;
  text-decoration: none;
}
#subnav a:focus:after,
#subnav a:hover:after,
#subnav a.active:after {
  opacity: 1;
}
/* END SIDEBAR */
/* ==================================================================
	content
=================================================================== */
#bd {
  background: none;
  position: relative;
  z-index: 400;
}
#bd.sub {
  text-align: center;
  padding: 3em 0 0;
  background: linear-gradient(45deg, #a899d0 9%, #d3826b 30%, #aedeea 63%, #aedeea 72%, #b5d0a8 99%);
}
@media only screen and (min-width: 1300px) and (max-width: 1999px) {
  #bd.sub {
    background-size: 2000px 100%;
  }
}
@media only screen and (min-width: 1300px) {
  #bd.sub {
    padding-top: 11.05em;
  }
}
#bd.sub .container {
  text-align: left;
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #bd.sub .container {
    padding: 3.6em 6% 0;
    width: 100%;
    background: #fff;
  }
}
@media only screen and (min-width: 768px) {
  #bd.sub .container {
    padding-top: 72px;
  }
}
#bd.sub .container:after {
  background-color: #fff;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.35);
  width: auto;
  height: auto;
  position: absolute;
  display: block;
  z-index: -1;
  top: -2px;
  bottom: 0;
  left: -80px;
}
@media only screen and (max-width: 767px) {
  #bd.sub .container:after {
    content: none;
  }
}
@media only screen and (min-width: 768px) {
  #bd.sub .container:after {
    content: '';
    border-radius: 99px 99px 0 0;
    left: -6.9%;
    right: 17.2%;
  }
}
@media only screen and (min-width: 1300px) {
  #bd.sub .container:after {
    left: -80px;
    right: calc(50% - 19em );
  }
}
#bd.sub #content {
  background-color: #fff;
}
#bd.sub header {
  width: 90%;
  max-width: 800px;
}
@media only screen and (min-width: 768px) {
  #bd.sub header {
    width: 68.96551724%;
    max-width: 40em;
  }
}
#bd .container {
  width: 90%;
  max-width: 58em;
  z-index: 400;
}
#content {
  max-width: 800px;
  padding: 0 0 72px;
  display: block;
  position: relative;
}
@media only screen and (min-width: 768px) {
  #content {
    width: 68.96551724%;
    max-width: 40em;
    padding-top: 37px;
    float: left;
  }
}
@media only screen and (min-width: 1300px) {
  #content {
    width: 68.96551724%;
  }
}
#content .content-text {
  text-align: left;
  line-height: 1.68421053;
  position: relative;
  z-index: 400;
}
@media only screen and (min-width: 666px) {
  #content .content-text {
    font-size: min(2.3vw, 19px );
  }
}
@media only screen and (min-width: 768px) and (max-width: 1299px) {
  #content .content-text {
    max-width: 70ch;
  }
}
@media only screen and (min-width: 1300px) {
  #content .content-text {
    font-size: 19px;
  }
}
#content .content-text a {
  font-size: 21px;
}
/* ==================================================================
	.home content
=================================================================== */
.home #bd {
  padding: 72px 0 0;
  background-color: #fff;
}
@media only screen and (min-width: 900px) {
  .home #bd {
    padding-top: 5.85em;
    padding-bottom: min(calc(5cqb + 33vw), 21em);
  }
}
.home #bd .container {
  width: 100%;
  max-width: 66em;
}
@media only screen and (min-width: 768px) {
  .home #bd .container {
    width: 96%;
  }
}
@media only screen and (min-width: 1100px) {
  .home #bd .container {
    max-width: 1320px;
  }
}
@media only screen and (min-width: 768px) {
  .home #bd #content {
    width: 100%;
    max-width: 70ch;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
}
@media only screen and (min-width: 900px) {
  .home #bd #content {
    margin-left: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
  }
}
@media only screen and (min-width: 1300px) {
  .home #bd #content {
    max-width: 38em;
    width: 57.57575758%;
  }
}
.home #bd #content .content-text {
  line-height: 1.75;
  padding-block: 4em;
  padding-inline: min(6vw, 72px);
  background-color: #aedeea;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.35);
}
@media only screen and (min-width: 666px) {
  .home #bd #content .content-text {
    font-size: min(2.3vw, 16px );
  }
  .home #bd #content .content-text a {
    font-size: min(2.3vw, 18px );
  }
}
@media only screen and (max-width: 767px) {
  .home #bd #content .content-text {
    border-top: 9px solid #398582;
    border-bottom: 9px solid #398582;
  }
}
@media only screen and (min-width: 768px) {
  .home #bd #content .content-text {
    border-radius: 99px;
    border: 9px solid #398582;
  }
}
.home #bd .ornament {
  width: 57.5vw;
  max-width: 759px;
  height: 64.09090909vw;
  max-height: 846px;
  border-radius: 99px;
  margin: 0 0 0 auto;
  background-color: #fed420;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: auto 100%;
  display: block;
  z-index: -1;
  pointer-events: none;
}
@media only screen and (max-width: 899px) {
  .home #bd .ornament {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
}
@media only screen and (min-width: 1300px) {
  .home #bd .ornament {
    background-position: 0 0;
    background-size: auto 103%;
  }
}
.spot000 {
  width: 12.5em;
  position: absolute;
  top: calc(100% + 25px);
  right: 0;
}
@media only screen and (min-width: 1300px) {
  .spot000 {
    margin-right: auto;
    margin-left: auto;
    right: 0;
    left: 4.5vw;
  }
}
@media only screen and (min-width: 1300px) and (prefers-reduced-motion: no-preference) {
  .spot000[data-ready] .emblem {
    transform: translate(-500px, 0);
    opacity: 0;
  }
}
.spot000 .emblem {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  transform: translate(0, 0) rotate(16.3deg);
  -webkit-filter: drop-shadow(12px 18px 9px rgba(0, 0, 0, 0.21));
  filter: drop-shadow(12px 18px 9px rgba(0, 0, 0, 0.21));
  transition: transform 0.75s cubic-bezier(0.34, 2.1, 0.64, 1), opacity 0.54s ease;
  transition-delay: 0.39s;
}
/* ==================================================================
	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: #398582;
  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: 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: 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: #398582;
  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: #d3826b;
}
.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: 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: #d3826b;
  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;
  }
}
/* customized forms */
form input[type],
form textarea,
form select {
  padding-inline: 1%;
  border-radius: 21px;
}
.office-location #content iframe {
  border-radius: 21px;
}
/* ==================================================================
	meet the team page classes for individual and full team images 
=================================================================== */
.staff {
  width: 45%;
  max-width: 10em;
  margin: 0 0 1em 1em;
  display: block;
  float: right;
}
.team {
  width: 100%;
  max-width: 1000px;
  margin: 2% auto;
  display: block;
}
/* ==================================================================
	sitemap
=================================================================== */
.sitemap #content .column > ul > li {
  margin-bottom: 1.45em;
}
.sitemap #content ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
}
.sitemap #content ul a {
  line-height: 1.52173913;
  font-size: clamp( 12px, 1.15em , 23px );
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  color: #398582;
  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: #398582;
  margin-left: 0;
}
.sitemap #content a:focus,
.sitemap #content a:hover {
  color: #d3826b;
  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%;
  max-width: 20em;
  margin: 0 auto 3.9em;
  padding: 0;
  display: none;
  position: relative;
  z-index: 420;
}
@media only screen and (min-width: 768px) {
  #sidebar {
    width: 34.48275862%;
    margin-inline: 0;
    margin-right: max(-4.8vw, -80px);
    display: flex;
    flex-direction: column;
    float: right;
    clear: right;
  }
}
@media only screen and (min-width: 1440px) {
  #sidebar {
    margin-right: -80px;
  }
}
/* ===============================================
	sitepics
=============================================== */
#hide-stock {
  position: relative;
}
@media only screen and (min-width: 768px) {
  #hide-stock {
    margin-bottom: 1em;
    display: block;
    order: 1;
  }
}
.stock {
  width: 100%;
  border-radius: 51px;
  box-shadow: 25px 25px 25px rgba(0, 0, 0, 0.2);
  position: relative;
}
/* ===============================================
	show doctor image on all devices
=============================================== */
/*.home,*/
/*body[class^='meet-the-'],*/
/* body[class^='meet-our-'],*/
.meet-the-doctor #sidebar,
body[class*='meet-dr-'] #sidebar,
body[class*='meet-doctor-'] #sidebar {
  display: flex;
}
.meet-the-doctor #hide-stock,
body[class*='meet-dr-'] #hide-stock,
body[class*='meet-doctor-'] #hide-stock {
  display: block;
}
body[class~='blog'] #sidebar {
  display: block;
}
body[class~='blog'] #hide-stock {
  display: none;
}
/* END SIDEBAR */
/* ===============================================
	spot03 || COMMON GENERAL INFORMATION SPOTLIGHT SECTION
=============================================== */
.spot03 {
  --radius: clamp(66px, 9.9vw, 99px);
  color: #398582;
  padding: 0 0 3em;
  position: relative;
  z-index: 410;
}
@media only screen and (min-width: 666px) {
  .spot03 {
    font-size: min(1.4vw, 1em);
  }
}
@media only screen and (min-width: 768px) {
  .spot03 {
    padding: 0 0 100px;
  }
}
@media only screen and (min-width: 1300px) and (prefers-reduced-motion: no-preference) {
  .spot03 .animatro,
  .spot03 .callout {
    transition: transform 0.66s ease, opacity 0.66s ease-in-out;
    transition-delay: calc(0.12s * var(--index) );
  }
  .spot03[data-ready] .mod .animatro {
    transform: translate(0, 69px);
    opacity: 0;
  }
  .spot03[data-ready] .mod .callout {
    transform: translate(0, 69px);
    opacity: 0;
  }
}
.spot03 .mod {
  display: flex;
}
.spot03 .mod--meta {
  color: #000;
  white-space: normal;
  width: 90%;
  max-width: 864px;
  margin-inline: auto;
  margin-block: 0 2em;
  flex-direction: column;
}
.spot03 .mod--meta h2.topic {
  text-align: inherit;
  line-height: 1;
  font-size: clamp( 12px, 2.7em , 54px );
  font-family: 'Jua', 'Comic Sans MS', 'Comic Sans', 'Segoe Print', 'Chalkboard SE', 'Chalkboard', 'Bradley Hand', 'Marker Felt', 'URW Chancery L', Chilanka, cursive;
  font-weight: 400;
  text-transform: uppercase;
  color: #d3826b;
  min-height: 1.37037037em;
  width: 100%;
  margin: 0 0 0.33333333em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.spot03 .mod--meta .info {
  line-height: 1.2;
  font-size: clamp( 12px, 1.25em , 25px );
  margin-bottom: 0;
}
.spot03 .mod--data {
  gap: 10px;
  width: calc(100% - 20px);
  align-items: center;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 499px) {
  .spot03 .mod--data {
    justify-content: space-evenly;
    gap: 20px 10px;
  }
}
@media only screen and (min-width: 500px) and (max-width: 1080px) {
  .spot03 .mod--data {
    padding-inline: calc(50vw - 252px);
  }
}
@media only screen and (max-width: 1079px) {
  .spot03 .mod--data {
    flex-wrap: wrap;
  }
}
.spot03 .callout {
  white-space: normal;
  max-height: 510px;
  height: 75vw;
  max-width: 90vw;
  width: 360px;
  border-radius: var(--radius, 99px);
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1079px) {
  .spot03 .callout {
    width: calc(50% - 20px);
    max-width: 220px;
    max-height: 375px;
  }
}
.spot03 .callout:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: var(--radius, 99px);
  z-index: 2;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 100% 100%;
  transition: background-color 0.96s ease, background-size 0.99s ease;
}
.spot03 .callout:focus:before,
.spot03 .callout:hover:before {
  background-color: rgba(0, 0, 0, 0.1);
  background-size: 100% 400%;
}
@media only screen and (min-width: 1300px) {
  .spot03 .callout:focus .data__pos .info,
  .spot03 .callout:hover .data__pos .info {
    transition-duration: 0.495s, 1.584s;
    transition-timing-function: ease;
    transform: translate(0, 0);
    opacity: 1;
  }
  .spot03 .callout:focus h3.topic,
  .spot03 .callout:hover h3.topic {
    transform: translate(0, -54px);
    transition-duration: 0.375s;
    transition-delay: 0.18s;
  }
  .spot03 .callout:focus .fauxbtn.btn--stock,
  .spot03 .callout:hover .fauxbtn.btn--stock {
    width: 10.28571429em;
    transform: translate(0, 0) rotateX(0deg);
    transition-duration: 0.45s, 0.75s, 0.33s, 0.33s;
    transition-delay: 0.3s, 0.27s, 0s, 0s;
    opacity: 1;
  }
  .spot03 .callout:focus .fauxbtn.btn--stock .cta,
  .spot03 .callout:hover .fauxbtn.btn--stock .cta {
    transform: translate(0, -50%);
    opacity: 1;
    transition-duration: 0.33s;
    transition-delay: 0.6s;
  }
}
.spot03 .decoration {
  width: 100%;
  height: 100%;
  border-radius: var(--radius, 99px);
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: 1;
}
.spot03 .data__pos {
  text-align: left;
  color: #fff;
  width: 100%;
  height: 100%;
  padding-block: 4em 3.6em;
  padding-inline: min(3vw, 3em);
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 3;
}
.spot03 .data__pos .info {
  line-height: 1.21428571;
  font-size: 0.7em;
  color: #fff;
  width: 265px;
  transition: transform 0.15s linear, opacity 0.15s linear;
  transform: translate(0, 45px);
  opacity: 0;
}
.spot03 h2.topic {
  line-height: 1;
  font-size: 1.35em;
  font-family: 'Jua', 'Comic Sans MS', 'Comic Sans', 'Segoe Print', 'Chalkboard SE', 'Chalkboard', 'Bradley Hand', 'Marker Felt', 'URW Chancery L', Chilanka, cursive;
  font-weight: 400;
  text-transform: uppercase;
  color: #d3826b;
  width: 100%;
  margin-bottom: 0.55555556em;
  display: block;
}
.spot03 h3.topic {
  line-height: 1;
  font-size: clamp( 13px, 0.85em , 17px );
  text-transform: uppercase;
  margin: 0 0 0 auto;
  transition: transform 0.45s ease;
}
.spot03 .fauxbtn {
  text-transform: uppercase;
  color: #000;
  border-radius: 44px;
  background-color: #ebd56e;
  border: 4px solid #c59a2d;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: top;
  position: absolute;
  z-index: 3;
}
.spot03 .fauxbtn.btn--stock {
  line-height: 1;
  font-size: 0.7em;
  height: 3.14285714em;
  min-height: 44px;
  width: 3.14285714em;
  right: 37px;
  bottom: 62px;
  transition: width 0.15s linear, opacity 0.15s ease-in-out, background-color 0.33s ease, border-color 0.33s ease;
  opacity: 0;
}
.spot03 .fauxbtn.btn--stock .cta {
  white-space: nowrap;
  width: 9.71428571em;
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  right: 0;
  transform: translate(300px, -50%);
  transition: transform 0.15s ease 0s, opacity 0.15s ease 0.06s;
  opacity: 0;
}
.spot03 .fauxbtn:hover {
  background-color: #edcdc4;
  border-color: #a96856;
  transition-duration: 0.33s, 0.99s, 0.33s, 0.33s;
  transition-delay: 0s, 0.6s, 0s, 0s;
}
/* ==================================================================
	#ft
=================================================================== */
#ft {
  text-align: center;
  color: #fff;
  width: 100%;
  padding: 0;
  background: #f7f4f4;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
}
@media only screen and (min-width: 1300px) {
  #ft {
    background-size: auto 100%;
  }
}
#ft a {
  transition: color 0.33s ease-in-out;
}
#ft a:focus,
#ft a:hover {
  color: #8169a5;
}
/* ===============================================
		locations
=============================================== */
#location {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding: 3em 0;
  display: block;
}
@media only screen and (min-width: 980px) {
  #location {
    padding: 5em 0;
    display: flex;
    justify-content: center;
    gap: 4em;
  }
}
#location .mod {
  text-align: center;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media only screen and (min-width: 980px) {
  #location .mod--identity,
  #location .mod--social {
    width: auto;
  }
}
#location .mod--contact {
  max-width: 360px;
}
@media only screen and (max-width: 979px) {
  #location .mod--contact {
    margin-block: 1.8em;
    padding-block: 1.8em;
    border-top: 3px solid #d3826b;
    border-bottom: 3px solid #d3826b;
  }
}
@media only screen and (min-width: 980px) {
  #location .mod--contact {
    text-align: left;
    width: 33%;
    min-height: 11em;
    border-right: 3px solid #d3826b;
    border-left: 3px solid #d3826b;
  }
}
#location .mod--contact address {
  font-style: normal;
}
#location .logo {
  line-height: 0;
  text-align: center;
  margin: 0;
  display: block;
  transition: opacity 0.33s ease-in-out;
}
#location .logo:focus {
  opacity: 0.51;
}
#location .logo svg {
  width: 13.75em;
  height: auto;
}
#location .phone {
  line-height: 44px;
  font-size: clamp( 12px, 1.2em , 24px );
  font-family: 'Jua', 'Comic Sans MS', 'Comic Sans', 'Segoe Print', 'Chalkboard SE', 'Chalkboard', 'Bradley Hand', 'Marker Felt', 'URW Chancery L', Chilanka, cursive;
  color: #d3826b;
  display: block;
}
#location .address {
  font-size: clamp( 12px, 1.1em , 22px );
  color: #000;
  margin: 0;
  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.04545455;
  }
}
#location .socialmedia {
  line-height: 0;
  text-align: center;
  width: 100%;
  max-width: 210px;
  height: auto;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px 3px;
}
#location .socialmedia a {
  line-height: 1;
  font-size: clamp( 12px, 1.25em , 25px );
  color: #636363;
  min-width: 24px;
  min-height: 24px;
  width: 49px;
  height: 49px;
  border-radius: 50%;
  background-color: #aedeea;
  border: 4px solid #398582;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: top;
  position: relative;
  transition-property: transform, color, background-color, border-color;
  transition-duration: 0.33s;
  transition-timing-function: ease;
}
#location .socialmedia a:nth-of-type(4n+1) {
  background-color: #ebd56e;
  border-color: #c59a2d;
}
#location .socialmedia a:nth-of-type(4n+2) {
  background-color: #a899d0;
  border-color: #5a387b;
}
#location .socialmedia a:nth-of-type(4n+4) {
  background-color: #b5d0a8;
  border-color: #447541;
}
#location .socialmedia a:focus,
#location .socialmedia a:hover {
  color: #000;
  background-color: #edcdc4;
  border-color: #a96856;
  z-index: 400;
}
@media (prefers-reduced-motion: no-preference) {
  #location .socialmedia a:focus,
  #location .socialmedia a:hover {
    transform: scale(1.5);
  }
}
#location .socialmedia a .icon {
  position: relative;
}
/* ==================================================================
		#links
=================================================================== */
#links {
  line-height: 44px;
  text-align: center;
  color: #fff;
  margin: 0;
  background-color: #a899d0;
  background-image: linear-gradient(to right, #b5d0a8 18%, #a899d0 99%);
  position: relative;
  gap: 21px;
  z-index: 420;
}
@media only screen and (max-width: 1299px) {
  #links {
    padding: 2em 0;
  }
}
@media only screen and (min-width: 1300px) {
  #links {
    height: 4.25em;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
#links .util {
  font-size: clamp( 12px, 0.7em , 14px );
}
@media only screen and (max-width: 479px) {
  #links .util {
    display: inline;
  }
}
@media only screen and (min-width: 480px) {
  #links .util {
    display: inline-flex;
    gap: inherit;
  }
}
#links .util a {
  color: #fff;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: color 0.33s ease-in-out;
}
#links .util a:focus,
#links .util a:hover {
  color: #333;
}
/* ===============================================
		sesame link
=============================================== */
@media only screen and (max-width: 479px) {
  a#sesame-link {
    width: 100%;
  }
}
a#sesame-link .sesameicon {
  width: 1.71428571em;
  height: 1.42857143em;
  margin-right: 0.57142857em;
  display: inline-block;
  vertical-align: middle;
}
a#sesame-link .sesameicon path {
  fill: currentcolor;
  transition: fill 0.33s ease-in-out;
}
/* ===============================================
	backToTop
=============================================== */
#btt {
  text-align: center;
  width: 44px;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
a#backtotop {
  line-height: 44px;
  font-size: 18px;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  transition: color 0.33s ease-in-out;
}
a#backtotop:focus,
a#backtotop:hover {
  color: #333;
}
/*superlative*/
/************************************************************************************************************************************************/
/* hr element - div.hr */
hr,
.types-of-braces #content div.clear {
  font-size: inherit;
  width: 100%;
  margin: 1.58em 0;
  height: 1px;
  background: #d3826b;
  border: none;
  display: block;
}
.brushing-and-flossing .content-text hr {
  float: left;
}
/* ===============================================
	success message
=============================================== */
.success {
  font-weight: 400;
  text-transform: none;
  font-family: 'Jua', 'Comic Sans MS', 'Comic Sans', 'Segoe Print', 'Chalkboard SE', 'Chalkboard', 'Bradley Hand', 'Marker Felt', 'URW Chancery L', Chilanka, cursive;
  text-transform: uppercase;
  color: #398582;
  width: 100%;
  border-radius: 51px;
  padding: 3rem;
  background: #aedeea;
  border: 4px solid #398582;
  float: left;
}
/* ===============================================
	Form Buttons
=============================================== */
form button {
  letter-spacing: normal;
  font-size: clamp( 12px, 0.95em , 19px );
  font-weight: 700;
  color: #000;
  height: 44px;
  border-radius: 44px;
  padding: 0 1.5em;
  background-color: #ebd56e;
  border: 4px solid #c59a2d;
  transition: color 0.33s ease, background-color 0.33s ease, border-color 0.33s ease, transform 0.33s ease;
}
form button:focus,
form button:hover {
  color: #000;
  background-color: #edcdc4;
  border-color: #a96856;
}
@media (prefers-reduced-motion: no-preference) {
  form button:focus,
  form button:hover {
    transform: scale(1.1);
  }
}
form p {
  height: auto;
}
/* ===============================================
	skip link styles
=============================================== */
.skiplink {
  line-height: 2;
  font-size: 12px;
  color: #fff;
  padding: 0.5em 1em;
  background-color: #d3826b;
  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 {
  line-height: 44px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  width: auto;
  text-decoration: none;
  padding: 0 1.5em;
  background-color: #398582;
  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: #d3826b;
}
/* ===============================================
	.screenreader 
	a11y support for descriptive text on vaguely worded buttons
	https://gomakethings.com/hidden-content-for-better-a11y/#hidden-labels
=============================================== */
.screenreader {
  white-space: nowrap;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
/************************************************************************************************************************************************/
/* end superlatives */
/* ===============================================
Tablet || Supports 768px and up
=============================================== */
@media only screen and (min-width: 768px) {
  /* ===============================================
	blanket content sidebar hide
=============================================== */
  .sitemap #bd.sub header,
  .layout-full-width #bd.sub header,
  .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 #bd.sub .container::after,
  .layout-full-width #bd.sub .container::after {
    left: -80px;
    right: -80px;
  }
  .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 );
    }
  }
}
