/* 
 Site Manager Version: 14.2.0
 Date Created: September 2025
 Account: kim-clay
 Written by: vita stillion
 Sesame Communications - All rights reserved. C2025
 Any reproduction or intentional misuse is strictly prohibited
*/
/* ===============================================
					fonts
=============================================== */
/* rozha-one-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Rozha One';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/rozha-one-400.woff2') format('woff2');
}
/* lato-300 - latin */
@font-face {
  font-display: swap;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/lato-300.woff2') format('woff2');
}
/* lato-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/lato-400.woff2') format('woff2');
}
/* lato-italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/lato-400i.woff2') format('woff2');
}
/* lato-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/lato-700.woff2') format('woff2');
}
/* lato-700italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Lato';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/lato-700i.woff2') format('woff2');
}
/* roboto-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-400.woff2') format('woff2');
}
/* roboto-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-700.woff2') format('woff2');
}
/* ==================================================================
Basic Stylings
These will affect every size of the site.
================================================================== */
html {
  scroll-behavior: smooth;
}
/* ===============================================
	body 
=============================================== */
body,
input,
select,
textarea {
  font-family: "Lato", sans-serif;
}
form button,
button {
  font-family: "Lato", sans-serif;
}
svg {
  display: inline-block;
}
body {
  color: #231f20;
  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: #231f20;
  text-decoration: underline;
  transition: color 0.33s ease-in-out;
}
.home #content a {
  color: #747474;
}
#content a:focus,
#content a:hover {
  color: #fbab47;
}
.home #content a:focus,
.home #content a:hover {
  color: #fa9515;
}
/* ===============================================
	h family || hfam 
=============================================== */
h1,
h2:not(.topic),
h3:not(.topic),
h4,
h5,
h6 {
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1;
  text-align: left;
  color: #231f20;
  text-rendering: auto;
  margin: 0 0 1.16129032em;
}
.home #content h1,
.home #content h2:not(.topic),
.home #content h3:not(.topic),
.home #content h4,
.home #content h5,
.home #content h6 {
  color: #747474;
}
h1,
h2:not(.topic) {
  font-family: "Rozha One", serif;
  text-transform: none;
}
h4,
h5,
h6 {
  font-weight: 300;
}
.sub h1 {
  font-size: 10vw;
  text-transform: lowercase;
  color: white;
  margin-bottom: 0;
}
@media only screen and (min-width: 480px) {
  .sub h1 {
    font-size: 4.4em;
  }
}
@media only screen and (max-width: 1023px) {
  .sub h1 {
    text-align: center;
  }
}
.home h1 {
  font-size: 10vw;
  text-align: left;
  margin: 0 0 0.64516129em;
  line-height: 0.82352941em;
  color: #747474;
}
@media only screen and (min-width: 480px) {
  .home h1 {
    font-size: 3.4em;
  }
}
.home h1 .trait {
  display: block;
}
.home h1 .trait.top {
  line-height: 1.2;
  font-size: 0.51470588em;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  font-weight: 300;
}
.home h1 .trait.bottom {
  font-weight: 700;
}
h2:not(.topic) {
  font-size: 1.63157895em;
}
h3:not(.topic) {
  font-size: 1.26315789em;
}
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;
  position: absolute;
  z-index: 3000;
}
@media only screen and (max-width: 1023px) {
  #masthead {
    height: 100px;
  }
}
@media only screen and (min-width: 1024px) {
  #masthead {
    font-size: min(1.4vw, 1em);
    height: 7.25em;
    position: fixed;
    top: 0;
    left: 0;
  }
}
@media only screen and (max-width: 1023px) {
  #masthead.mobtron:after {
    opacity: 0;
  }
}
#masthead:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  transition: transform 0.66s ease-in-out, opacity 0.66s ease-in-out;
  opacity: 1;
  z-index: -1;
}
@media only screen and (min-width: 1024px) {
  #masthead.ready:after {
    transform: translate3d(0, -25%, 0);
    opacity: 0;
  }
}
#masthead .container {
  max-width: none;
}
@media only screen and (max-width: 1023px) {
  #masthead .container {
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  #masthead .container {
    width: calc(100% - 4em);
  }
}
/* ===============================================
TRIGGER/NAVICON
=============================================== */
#trigger {
  line-height: 44px;
  color: #fff;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  background: none;
  box-shadow: none;
  border: none;
  -webkit-display: none;
  position: relative;
  display: block;
  z-index: 600;
  transition: color 0.33s ease-in-out;
  cursor: pointer;
  transform: translate(-17px, 0);
}
#trigger:focus-visible {
  color: #231f20;
}
#trigger:before {
  content: '';
  width: 61px;
  height: 61px;
  margin: auto;
  border: 1px solid #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media only screen and (min-width: 1024px) {
  #trigger {
    display: none;
  }
}
.open #trigger {
  color: #fcc279;
}
.open #trigger .navicon span:nth-child(1) {
  transform: translate(0, 11.5px) scaleX(0) rotate(0deg);
}
.open #trigger .navicon span:nth-child(4) {
  transform: translate(0, -11.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: 35px;
  height: 23px;
  display: inline-block;
  vertical-align: -4px;
  position: relative;
}
#trigger .navicon span {
  width: 100%;
  height: 3px;
  margin: auto;
  background: currentcolor;
  display: block;
  position: absolute;
  left: 0;
  opacity: 1;
  transform: translate(0, 0) scaleX(1) rotate(0deg);
  transition: transform 0.3s ease;
}
#trigger .navicon span:nth-child(1) {
  top: 0;
}
#trigger .navicon span:nth-child(2),
#trigger .navicon span:nth-child(3) {
  top: 0;
  bottom: 0;
}
#trigger .navicon span:nth-child(4) {
  bottom: 0;
}
/* ==================================================================
	main-nav
=================================================================== */
#main-nav {
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  width: 61px;
  height: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  clear: both;
  /* a{ 
		@media only screen and (max-width: 1023px) { visibility:hidden; } 
	} */
}
@media only screen and (min-width: 1024px) {
  #main-nav {
    font-size: inherit;
    width: auto;
    height: 4.66em;
   /*  margin-top: 2.9em; */
    background: none;
    box-shadow: none;
    top: auto;
    bottom: 0;
    right: 25em;
    z-index: 2900;
  }
}
@media only screen and (min-width: 1300px) {
  #main-nav {
    right: 27em;
  }
}
@media only screen and (min-width: 1300px) and (prefers-reduced-motion: no-preference) {
  #main-nav {
    transition: transform 0.66s ease, opacity 0.66s ease;
    transition-delay: 0.33s;
  }
  [data-wait] #main-nav {
    transform: translate(0, -100%);
    opacity: 0;
  }
}
#main-nav.open {
  /* a{  
			@media only screen and (max-width: 1023px) { visibility:visible; } 
		} */
}
@media only screen and (max-width: 1023px) {
  #main-nav.open .collapsible {
    transition-duration: 0.33s;
    transition-timing-function: ease;
    transform: translate(0, 0);
    visibility: visible;
    pointer-events: auto;
    opacity: 1;
  }
}
@media only screen and (max-width: 1023px) {
  #main-nav .collapsible {
    width: 100vw;
    max-width: 320px;
    position: absolute;
    top: 100%;
    right: 0;
    transition-property: transform, opacity, visibility;
    transition-duration: 0.09s;
    transition-timing-function: linear;
    transform: translate(100%, 0);
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
  }
}
@media only screen and (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: 54px 0;
  background-color: #747474;
  position: relative;
  display: flex;
  z-index: 550;
}
@media only screen and (max-width: 1023px) {
  #main-nav ul {
    flex-direction: column;
  }
}
@media only screen and (min-width: 1024px) {
  #main-nav ul {
    /* height: 4.35em; */
    width: auto;
    margin: 0;
    padding: 0;
    background: none;
    position: static;
    float: right;
  }
}
#main-nav ul li {
  clear: both;
  cursor: pointer;
}
@media (min-width: 1024px) and (max-width: 1299px) and (pointer: coarse) {
  #main-nav ul li {
    /* flyout appear on tablet click event */
  }
  #main-nav ul li.open > ul {
    width: auto;
    height: auto;
    margin: 0;
    clip: auto;
    pointer-events: auto;
  }
}
@media only screen and (min-width: 1024px) {
  #main-nav ul li {
    margin: 0 1em 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 {
    /* hide home on desktop devices */
    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: 20px;
  font-weight: 700;
  color: #fff;
  height: 50px;
  margin: 0;
  transition: color 0.33s ease;
  pointer-events: none;
  white-space: nowrap;
}
@media only screen and (min-width: 1024px) {
  #main-nav ul li a[id] {
    line-height: 2;
    font-size: clamp( 12px, 1em , 20px );
    text-align: center;
    color: #363535;
    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;
  }
}
@media only screen and (min-width: 1024px) {
  .ready #main-nav ul li a[id] {
    color: white;
  }
  .ready #main-nav ul li a[id]:after {
    background-color: white;
  }
}
#main-nav ul li a[id]:after {
  content: '';
  width: 2.9em;
  height: 7px;
  background-color: #fcc279;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 2em;
  margin: 0 auto;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  transform: translate(0, 0) scaleX(0);
  opacity: 0;
}
@media only screen and (max-width: 1023px) {
  #main-nav ul li a[id]:after {
    bottom: 3px;
  }
}
@media only screen and (min-width: 1024px) {
  #main-nav ul li a[id]:after {
    bottom: 0.6em;
  }
}
#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: #fff;
  text-decoration: none;
  transition-duration: 0.15s;
}
@media only screen and (min-width: 1024px) {
  #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: #363535;
  }
}
@media only screen and (min-width: 1300px) {
  .ready #main-nav ul li:focus-within > a[id],
  .ready #main-nav ul li.clicked > a[id],
  .ready #main-nav ul li.active > a[id],
  .ready #main-nav ul li:hover > a[id] {
    color: white;
  }
}
#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: #747474;
  border: none;
  float: left;
  flex-direction: column;
  transition: visibility 0.33s ease-in-out;
}
@media only screen and (min-width: 1024px) {
  #main-nav ul ul {
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 2em 0;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    clip: rect(0 0 0 0);
    pointer-events: none;
    z-index: 2800;
  }
}
#main-nav ul ul li {
  height: 0;
  background: none;
  opacity: 0;
  overflow: hidden;
  transition-duration: 0.33s;
}
#main-nav ul ul li:focus-within {
  overflow: visible;
}
@media only screen and (min-width: 1024px) {
  #main-nav ul ul li {
    height: 1.65em;
    margin: 0;
    padding: 0;
    opacity: 1;
  }
}
#main-nav ul ul li a {
  letter-spacing: 0.069em;
  line-height: 44px;
  font-size: clamp( 12px, 0.75em , 15px );
  color: #fff;
  width: 100%;
  height: 44px;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  #main-nav ul ul li a {
    letter-spacing: 0.22em;
    line-height: 2.2;
    text-align: center;
    white-space: nowrap;
    height: 2.2em;
    padding: 0 2.2em;
    float: left;
    padding: 0 3em;
  }
}
#main-nav ul ul li a:focus-visible,
#main-nav ul ul li a:hover,
#main-nav ul ul li a.active {
  text-decoration: none;
  color: #747474;
  margin-bottom: 0;
  background: #fff;
  border: none;
}
/* ===============================================
Flyout animation
=============================================== */
@media only screen and (max-width: 1023px) {
  #main-nav.open ul ul {
    visibility: hidden;
  }
  #main-nav.open ul .clicked ul {
    padding: 0 0 1em;
    visibility: visible;
  }
  #main-nav.open ul .clicked ul li {
    height: 44px;
    opacity: 1;
  }
}
/* hdmod | #hd .mod for mobile */
.collapsible .mod {
  padding: 0.9em 0 1.5em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1em;
  background: #fff;
}
@media only screen and (min-width: 600px) {
  .collapsible .mod {
    display: none;
  }
}
/* ==================================================================
	header
=================================================================== */
#hd {
  text-align: center;
  color: #747474;
  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 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8.5px;
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  right: 91px;
  z-index: 420;
}
@media only screen and (min-width: 1024px) {
  #hd .mod {
    height: 100%;
    gap: 17px;
    right: 0;
  }
  #hd .mod:before {
    content: '';
    width: 1px;
    height: 100%;
    background-color: #d8d7d6;
    position: absolute;
    left: -1em;
    bottom: 0;
  }
  .ready #hd .mod:before {
    background-color: #fff;
  }
}
@media only screen and (min-width: 1300px) {
  #hd .mod:before {
    left: -2.25em;
  }
}
@media only screen and (min-width: 1300px) and (prefers-reduced-motion: no-preference) {
  #hd .mod {
    transition: transform 0.6s linear, opacity 0.6s linear;
    transition-delay: 0.66s;
  }
  [data-wait] #hd .mod {
    transform: translate(0, -100%);
    opacity: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .mobtron #hd .mod .phone {
    color: #fff;
  }
  .mobtron #hd .mod .utilitynav a {
    color: #fff;
    background-color: rgba(252, 194, 121, 0);
    outline: 1px solid #fff;
    outline-offset: -1px;
  }
}
/* ===============================================
	logo
=============================================== */
#logo {
  line-height: 0;
  width: 16.55em;
  margin: 0 auto 0 2%;
  display: block;
  position: absolute;
  left: 0;
  top: 0.75em;
  pointer-events: auto;
  /* transition:transform 0.66s ease-in-out;
	transition-delay:0.33s; */
}
@media only screen and (max-width: 1023px) {
  #logo {
    font-size: 8px;
    transform: translate(0, -50%);
    top: 50%;
  }
}
@media only screen and (min-width: 1024px) {
  #logo {
    font-size: min(1.25vw, 1em);
    margin: 0;
    left: 0;
  }
}
@media only screen and (min-width: 1300px) and (prefers-reduced-motion: no-preference) {
  #logo {
    transition: transform 0.66s ease, opacity 0.66s ease;
  }
  [data-wait] #logo {
    transform: translate(0, -100%);
    opacity: 0;
  }
}
@media only screen and (min-width: 1440px) {
  #logo {
    left: 0.6em;
  }
}
#logo .logo_element {
  transition: fill 0.33s ease-in-out;
}
@media only screen and (max-width: 1023px) {
  .mobtron #logo .logo_element {
    fill: white;
  }
}
@media only screen and (min-width: 1024px) {
  .ready #logo .logo_element {
    fill: white;
  }
}
#logo .logo_stroke {
  transition: opacity 0.33s ease-in-out;
}
@media only screen and (max-width: 1023px) {
  #logo .logo_stroke {
    opacity: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .ready #logo .logo_stroke {
    opacity: 0;
  }
}
#logo a {
  display: inline-block;
  vertical-align: top;
  transition: opacity 0.33s ease-in-out;
}
@media only screen and (max-width: 1023px) {
  #logo a {
    min-height: 44px;
    display: flex;
    align-items: center;
  }
}
#logo a:focus {
  opacity: 0.51;
}
#logo svg {
  width: 16.55em;
  height: 9.5em;
}
/* ===============================================
	contact info
=============================================== */
.contactinfo {
  text-align: center;
  width: auto;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  pointer-events: auto;
}
@media only screen and (max-width: 359px) {
  #hd .contactinfo {
    display: none;
  }
}
@media only screen and (min-width: 360px) {
  .collapsible .contactinfo {
    display: none;
  }
}
.contactinfo .phone {
  font-family: "Roboto", sans-serif;
  font-size: clamp( 12px, 0.95em , 19px );
  color: #747474;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 1023px) {
  .contactinfo .phone {
    line-height: 44px;
  }
}
@media only screen and (min-width: 1024px) {
  .contactinfo .phone {
    line-height: 2.84210526;
  }
  .ready .contactinfo .phone {
    color: #fff;
  }
}
.contactinfo a {
  color: #747474;
  transition: color 0.33s ease-in-out;
}
.contactinfo a:focus,
.contactinfo a:hover {
  color: #fcc279;
}
/* ===============================================
	utility-nav
=============================================== */
.utilitynav {
  line-height: 0;
  width: auto;
  margin: 0;
  padding: 0;
  display: inline-flex;
  gap: 8px;
  justify-content: center;
  vertical-align: top;
  position: relative;
  z-index: 400;
  pointer-events: auto;
}
@media only screen and (max-width: 599px) {
  #hd .utilitynav {
    display: none;
  }
}
.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: left;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #231f20;
  height: 54px;
  padding: 0 1.8em;
  background: #fcc279;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  vertical-align: top;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .utilitynav a {
    font-size: 0.7em;
  }
  .ready .utilitynav a {
    color: #fff;
    background-color: rgba(252, 194, 121, 0);
    outline: 1px solid #fff;
    outline-offset: -1px;
  }
}
.utilitynav a:focus,
.utilitynav a:hover {
  color: #fff;
  background-color: #231f20;
}
.utilitynav a .cta {
  text-align: left;
}
/* ===============================================
	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(252, 194, 121, 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: #231f20;
  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: 693px) {
  #slideshow {
    min-height: 390px;
  }
}
@media only screen and (min-width: 694px) and (max-width: 1245px) {
  #slideshow {
    width: 100%;
  }
}
@media only screen and (min-width: 1246px) {
  #slideshow {
    height: 700px;
    min-height: 700px;
  }
}
#slideshow .welcomevid {
  width: 100%;
  margin: 0;
  aspect-ratio: 2000 / 1125;
  vertical-align: top;
  opacity: 0.8;
}
@media only screen and (max-width: 693px) {
  #slideshow .welcomevid {
    width: 694px;
    margin: 0 calc( -347px  + 50vw );
  }
}
@media only screen and (min-width: 1246px) {
  #slideshow .welcomevid {
    margin-top: calc( -28.125vw + 350px );
  }
}
@media only screen and (min-width: 1300px) {
  #slideshow .welcomevid {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
  }
}
#slideshow .ssoverlay {
  width: 100%;
  padding: 0 3%;
  display: block;
  position: absolute;
  left: 0;
  transform: translate(0, -50%);
  z-index: 420;
}
@media only screen and (max-width: 1023px) {
  #slideshow .ssoverlay {
    top: 50%;
  }
}
@media only screen and (min-width: 1024px) {
  #slideshow .ssoverlay {
    top: calc(50% + 72.5px );
  }
}
#slideshow .ssoverlay .slogan {
  line-height: 1.04545455;
  font-size: clamp( 12px, 3.3em , 66px );
  color: currentcolor;
  margin: 0 auto 0.60606061em;
  display: block;
}
/* ==================================================================
	.spotlight
=================================================================== */
.spotlight {
  text-align: center;
  background: #fff;
  position: relative;
  z-index: 400;
}
.spotlight.bottom {
  padding-bottom: clamp(3em, 10vw , 9.05em );
}
.spotlight > div {
  position: relative;
}
/* ===============================================
	spot01 || COMMON SERVICES/CALLOUT-LIKE SECTION EXAMPLE
=============================================== */
.spot01 {
  font-size: 3vw;
  text-align: center;
  color: #fcc279;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 22px;
  position: relative;
  z-index: 410;
}
@media only screen and (min-width: 480px) {
  .spot01 {
    font-size: min(1.7vw, 1em);
  }
}
@media only screen and (max-width: 1023px) {
  .spot01 {
    padding: 3em 0 0;
  }
}
@media only screen and (min-width: 1024px) {
  .spot01 {
    padding: 6.45em 0 0;
  }
}
@media only screen and (min-width: 1300px) and (prefers-reduced-motion: no-preference) {
  .spot01[data-wait] h2.topic .char {
    transform: translate(0, -100%);
    opacity: 0;
  }
  .spot01[data-wait] .mod p .word {
    transform: translate(0, 1em);
    opacity: 0;
  }
}
.spot01 h2.topic {
  line-height: 1;
  font-size: clamp( 12px, 15vw, 144px );
  font-family: "Rozha One", serif;
  font-weight: 400;
  color: #ebebeb;
  width: 90%;
  max-width: 1320px;
  margin: 0 auto 12px;
  display: block;
  order: 2;
}
@media only screen and (min-width: 1024px) {
  .spot01 h2.topic {
    text-align: right;
  }
}
@media only screen and (min-width: 1300px) and (prefers-reduced-motion: no-preference) {
  .spot01 h2.topic .char {
    display: inline-block;
    transition: transform 0.66s ease, opacity 0.66s ease;
    transition-delay: calc(0.025s * var(--char-index) );
  }
}
.spot01 .mod {
  color: #747474;
  max-width: 57em;
  padding: 0 5%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: color 0.33s ease-in-out;
  order: 1;
}
@media only screen and (min-width: 1024px) {
  .spot01 .mod {
    padding: 0;
  }
}
.spot01 .mod .quotes {
  --vval:-1.5em;
  color: #ebebeb;
  width:7.5em;
  height:auto;
  margin:0 auto var(--vval) var(--hval, 0);
  display:block;
  positiion:relative;
  z-index:-1;
  opacity:0.9;
}
.spot01 .mod .quotes:nth-last-child(1) {
  transform:rotate(180deg);
  margin: var(--vval) var(--hval, 0) 0 auto;
}
@media only screen and (min-width: 1440px) {
  .spot01 .mod .quotes {  
    --hval:-4em;
  }
}

.spot01 .mod p {
  color: currentcolor;
  line-height: 1.12820513;
  font-size: clamp( 12px, 1.95em , 39px );
  font-style: italic;
  margin: 0;
  display: block;
  position:relative;
  z-index:3;
}
@media only screen and (min-width: 1300px) and (prefers-reduced-motion: no-preference) {
  .spot01 .mod p .word {
    display: inline-block;
    transition-property: transform, opacity;
    transition-duration: 0.75s;
    transition-timing-function: linear;
    transition-delay: calc(0.39s * ( var(--line-index)  + 0.5));
  }
}
/* ==================================================================
	content
=================================================================== */
#bd {
  padding: 3em 0;
  background: #fff;
  position: relative;
  z-index: 400;
}
@media only screen and (min-width: 768px) {
}
@media only screen and (min-width: 1300px) {
  #bd {
    padding-top: 4.65em;
  }
}
#bd .container {
  width: 90%;
  max-width: 66em;
}
#content {
  max-width: 800px;
  display: block;
}
@media only screen and (min-width: 768px) {
  #content {
    width: 60.60606061%;
    max-width: 40em;
    float: left;
  }
}
@media only screen and (min-width: 1300px) {
  #content {
    width: 60.60606061%;
  }
}
#content .content-text {
  line-height: 1.68421053;
}
@media only screen and (min-width: 666px) {
  #content .content-text {
    font-size: min(2.3vw, 19px );
  }
}
@media only screen and (min-width: 768px) and (max-width: 1299px) {
  #content .content-text {
    max-width: 70ch;
  }
}
@media only screen and (min-width: 1300px) {
  #content .content-text {
    font-size: 19px;
  }
}
#content p {
  text-align: justify;
}
/* ==================================================================
	.header sub
=================================================================== */
header.sub {
  background: #222 url(../images/headersub.jpg) no-repeat center center;
}
@media only screen and (max-width: 1023px) {
  header.sub {
    padding: 9em 0 3.9em;
  }
}
@media only screen and (min-width: 1024px) {
  header.sub {
    height: 33.7em;
    padding-top: 7.25em;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (min-width: 2000px) {
  header.sub {
    background-size: cover;
  }
}
header.sub .container {
  width: 90%;
}
/* ==================================================================
	.home content
=================================================================== */
.home #bd {
  color: #747474;
  padding: 3em 0;
  background: #fff0de;
}
@media only screen and (min-width: 768px) {
  .home #bd {
    padding: 4em 0 5em;
  }
}
.home #bd .container {
  width: 90%;
  max-width: 66em;
  /* @media only screen and (min-width: 768px) and (max-width: 1299px) { 
			max-width:70ch; 
		} */
}
@media only screen and (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: 768px) and (max-width: 1299px) {
  .home #bd #content {
    max-width: 70ch;
  }
}
@media only screen and (min-width: 1300px) {
  .home #bd #content {
    max-width: 50em;
    width: 75.75757576%;
  }
}
@media only screen and (min-width: 666px) {
}
@media only screen and (min-width: 1300px) {
  .home #bd #content .content-text {
    column-count: 2;
    column-gap: 2.63157895em;
  }
}
/* ==================================================================
	custom content
=================================================================== */
.cstm-button {
    text-align: center;
    margin: 2em auto;
	max-width: 15em;
}
.cstm-button a {
    text-decoration: none !important;
    font-weight: 600;
    text-transform: uppercase;
    padding: 1em;
    background: #fcc279;
	transition: color 0.33s ease-in-out, background 0.33s ease-in-out;
}

.cstm-button a:hover {
	background: #231f20; 
	color: #FFF !important;
}

.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: #fcc279;
  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;
  right: 100%;
  left: auto;
}
.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%;
  margin: auto;
  background-color: #fcc279;
  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: #231f20;
}
.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: #231f20;
  top: 0;
}
/* content centered for slideshow, video-centric, and/or full width content */
.before-and-after #content,
.office-tour #content,
.smile-gallery #content,
.invisalign-videos #content {
  text-align: center;
}
.before-and-after #content h1,
.office-tour #content h1,
.smile-gallery #content h1,
.invisalign-videos #content h1,
.before-and-after #content h2,
.office-tour #content h2,
.smile-gallery #content h2,
.invisalign-videos #content h2,
.before-and-after #content h3,
.office-tour #content h3,
.smile-gallery #content h3,
.invisalign-videos #content h3,
.before-and-after #content p,
.office-tour #content p,
.smile-gallery #content p,
.invisalign-videos #content p {
  text-align: center;
}
.before-and-after .img-left,
.office-tour .img-left,
.smile-gallery .img-left,
.invisalign-videos .img-left,
.before-and-after .img-right,
.office-tour .img-right,
.smile-gallery .img-right,
.invisalign-videos .img-right {
  margin: 0 auto;
  float: none;
}
/* blockquote styling */
#content blockquote {
  margin: 0 0 1.58em;
  padding: 0 0 0 1em;
  border-left: 0.33em solid #f0f0f0;
}
/* comment line below if patient-login is live and legit */
.financial-information #financial-online-services {
  display: none;
}
/* common treatments */
.before-after-image {
  width: 44%;
  display: inline-block;
  vertical-align: top;
}
.before-after-image img,
.before-after-image span {
  display: block;
}
@media only screen and (min-width: 768px) {
  .before-after-image img,
  .before-after-image span {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .before-after-box,
  p.before-after-text {
    width: 49%;
    display: inline-block;
    vertical-align: top;
  }
}
/* common procedures */
@media only screen and (min-width: 1300px) {
  #content,
  #content h2[id],
  .common-procedures #content h2[id] {
    scroll-margin-top: 200px;
  }
}
/* preventive-care */
.preventive-care #content ul {
  display: inline-block;
}
/* reduces dimensions of coronavirus tab */
#coronavirus-update {
  font-size: 0.84em;
  padding: 0.5em 1.25em !important;
  left: 0.5em !important;
}
@media only screen and (min-width: 1300px) {
  #coronavirus-update {
    font-size: 1em;
  }
}
/* ==================================================================
	meet the team page classes for individual and full team images 
=================================================================== */
.staff {
  width: 45%;
  max-width: 10em;
  margin: 0 0 1em 1em;
  display: block;
  float: right;
}
.team {
  width: 100%;
  max-width: 1000px;
  margin: 2% auto;
  display: block;
}
/* ==================================================================
	sitemap
=================================================================== */
.sitemap #content .column > ul > li {
  margin-bottom: 1.45em;
}
.sitemap #content ul {
  margin-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.sitemap #content ul a {
  font-family: "Rozha One", serif;
  line-height: 1.03225806;
  font-size: clamp( 12px, 1.55em , 31px );
  font-weight: 400;
  text-transform: none;
  text-decoration: none;
  color: #231f20;
  transition-duration: 0s;
}
.sitemap #content ul ul li a {
  font-family: "Lato", sans-serif;
  line-height: 1.68421053;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  color: #231f20;
  margin-left: 0;
}
.sitemap #content a:focus,
.sitemap #content a:hover {
  text-decoration: none;
  color: #fcc279;
}
body.sitemap #bd ul li {
  list-style: none;
}
body.sitemap #bd ul ul li {
  list-style: none;
  margin-left: 0;
}
body.sitemap #content .width1 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  body.sitemap #content .width1 {
    width: 50%;
  }
  body.sitemap #content .width1:not(.first) {
    width: auto;
    float: right;
  }
}
/* global override */
/* ==================================================================
	sidebar
=================================================================== */
#sidebar {
  width: 84%;
  max-width: 400px;
  margin: 0 auto 3em;
  padding: 0;
  display: none;
  position: relative;
  z-index: 420;
}
@media only screen and (min-width: 768px) {
  #sidebar {
    width: 36.3030303%;
    margin: 0 0 1em;
    display: flex;
    flex-direction: column;
    float: right;
    clear: right;
  }
}
/* ===============================================
	sitepics
=============================================== */
#hide-stock {
  width: 100%;
  max-width: 20em;
  margin: 0 auto 6%;
  padding: 0;
  position: relative;
  display: none;
}
@media only screen and (min-width: 768px) {
  #hide-stock {
    margin-bottom: 1em;
    display: block;
    order: 1;
  }
}
@media only screen and (min-width: 1024px) {
  #hide-stock {
    margin-top: -8.4em;
  }
}
.stock {
  width: 100%;
  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;
}
/* ==================================================================
	SUBNAV || SIDE ORIENTED
=================================================================== */
#subnav {
  color: #231f20;
  margin: 0 0 6%;
  background: #fcc279;
  position: relative;
  overflow: hidden;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #subnav {
    text-align: center;
    padding: 3em 10%;
  }
}
@media only screen and (min-width: 768px) {
  #subnav {
    padding: 3.75em 1em;
    order: 2;
  }
}
@media only screen and (max-width: 1299px) {
  #subnav {
    display: none;
  }
}
#subnav h2.topic {
  font-family: "Rozha One", serif;
  line-height: 1;
  font-size: 1.55em;
  text-align: inherit;
  font-weight: 400;
  text-transform: none;
  color: #231f20;
  width: 100%;
  height: 1em;
  margin: 0 auto 1.45em;
  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, 0.7em , 14px );
  text-transform: uppercase;
  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;
  }
}
@media only screen and (max-width: 1299px) {
  #subnav p {
    line-height: 44px;
  }
}
@media only screen and (min-width: 1300px) {
  #subnav p {
    letter-spacing: 0.022em;
    line-height: 1.78571429;
  }
}
#subnav a {
  font-weight: 700;
  letter-spacing: 0.22em;
  width: 100%;
  color: currentcolor;
  margin: 0 0.8em;
  white-space: nowrap;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: color 0.11s ease-in-out;
}
@media only screen and (min-width: 768px) {
  #subnav a {
    margin: 0;
    float: left;
    clear: left;
  }
}
#subnav a:focus,
#subnav a:hover,
#subnav a.active {
  text-decoration: underline;
}
/* END SIDEBAR */
/* ===============================================
	spot02 || COMMON GENERAL INFORMATION SPOTLIGHT SECTION REVERSE
=============================================== */
.spot02 {
  --ea-dur: 0.48s;
  --ea-tf: ease-out;
  color: #747474;
  padding: 3em 0 1.5em;
}
@media only screen and (min-width: 666px) {
  .spot02 {
    font-size: min(1.4vw, 1em);
    padding: 5em 0 2.6em;
    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) {
  .spot02[data-ready] .decoration {
    opacity: 0;
    transition-duration: 0s;
    transition-timing-function: linear;
  }
  .spot02[data-ready] h2.topic {
    transform: translate(0, 100px);
    opacity: 0;
  }
  .spot02[data-ready] .info {
    transform: translate(0, 100px) scaleY(0.9);
    opacity: 0;
  }
  .spot02[data-ready] .spotbtn {
    transform: translate(0, 100px);
    opacity: 0;
  }
}
.spot02 .decoration {
  width: 80%;
  max-width: 24.05em;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  overflow: hidden;
}
@media only screen and (min-width: 666px) {
  .spot02 .decoration {
    margin: 0 0 0 6em;
  }
}
@media only screen and (min-width: 1300px) {
  .spot02 .decoration {
    transition: opacity 3.33s ease;
  }
}
.spot02 .mod {
  width: 90%;
  max-width: 24em;
  padding: 2em 0;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) {
  .spot02 .mod {
    text-align: right;
    padding: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .spot02 .mod {
    margin-top: 13px;
  }
}
.spot02 h2.topic {
  font-family: "Rozha One", serif;
  line-height: 0.82352941;
  font-size: clamp( 12px, 3.4em , 68px );
  font-weight: 400;
  text-transform: lowercase;
  color: #747474;
  margin: 0 0 0.57352941em;
}
@media only screen and (min-width: 1300px) {
  .spot02 h2.topic {
    transition: transform var(--ea-dur, 0.66s) var(--ea-tf, ease), opacity var(--ea-dur, 0.66s) var(--ea-tf, ease);
  }
}
.spot02 .info {
  line-height: 1.2;
  font-size: clamp( 12px, 1.25em , 25px );
  margin: 0 0 1.72em;
}
@media only screen and (min-width: 1300px) {
  .spot02 .info {
    transition: transform var(--ea-dur, 0.66s) var(--ea-tf, ease), opacity var(--ea-dur, 0.66s) var(--ea-tf, ease);
    transition-delay: 0.33s;
  }
}
.spot02 .spotbtn {
  letter-spacing: 0.32em;
  font-size: clamp( 12px, 0.75em , 15px );
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  color: #231f20;
  width: 12.33333333em;
  background-color: #fcc279;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
  transition: color 0.44s linear, background-color 0.44s linear;
}
@media only screen and (max-width: 1299px) {
  .spot02 .spotbtn {
    line-height: 44px;
    min-width: 44px;
  }
}
@media only screen and (min-width: 1300px) {
  .spot02 .spotbtn {
    line-height: 3.53333333;
    transition: color 0.44s ease-in-out, background-color 0.44s ease-in-out, transform var(--ea-dur, 0.66s) var(--ea-tf, ease), opacity var(--ea-dur, 0.66s) var(--ea-tf, ease);
    transition-delay: 0s, 0s, 0.66s, 0.66s;
  }
}
.spot02 .spotbtn:focus,
.spot02 .spotbtn:hover {
  color: #fff;
  background-color: #231f20;
}
/* ==================================================================
	association logos 
=================================================================== */
.associationlogos {
  text-align: center;
  font-size: min(3vw, 1em);
  padding: 0 0 3em;
  background: #fff;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 2em;
}
@media only screen and (min-width: 768px) {
  .associationlogos {
    font-size: min(1.5vw, 1em);
    gap: 7em;
    padding: 0 0 4.35em;
  }
}
@media only screen and (min-width: 1300px) and (prefers-reduced-motion: no-preference) {
  .associationlogos[data-ready] a {
    transform: translate(0, 50%);
    opacity: 0;
  }
}
.associationlogos a {
  min-width: 44px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}
@media only screen and (min-width: 1300px) {
  .associationlogos a {
    transition: transform 0.99s ease, opacity 0.99s ease;
    transition-delay: calc(0.15s * var(--index) );
  }
}
.associationlogos a:focus img,
.associationlogos a:hover img,
.associationlogos a:focus svg,
.associationlogos a:hover svg {
  transform: scale(0.87);
  opacity: 0.48;
}
.associationlogos a.ada {
  width: 8.45em;
  height: 3em;
}
.associationlogos a.aaoms {
  width: 4.55em;
  height: 4.1em;
}
.associationlogos a.aboms {
  width: 14.7em;
  height: 3.95em;
}
.associationlogos a svg {
  width: 100%;
  height: 100%;
  display: block;
  transition: opacity 0.33s ease-in-out, transform 0.33s ease-in-out;
}
.associationlogos a img {
  transition: opacity 0.33s ease-in-out, transform 0.33s ease-in-out;
}
/* ===============================================
	spot03 || COMMON GENERAL INFORMATION SPOTLIGHT SECTION
=============================================== */
.spot03 {
  font-size: 4vw;
  color: #231f20;
  padding: 0;
}
@media only screen and (min-width: 480px) {
  .spot03 {
    font-size: min(3vw, 1em);
  }
}
@media only screen and (min-width: 666px) {
  .spot03 {
    font-size: min(2vw, 20px);
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 1300px) {
  .spot03 {
    justify-content: center;
  }
}
@media only screen and (min-width: 1300px) and (prefers-reduced-motion: no-preference) {
  .spot03[data-ready] .mod {
    transform: translate(50%, 0);
    opacity: 0;
  }
}
.spot03 .decoration {
  width: 70%;
  max-width: 41.8em;
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 666px) {
  .spot03 .decoration {
    width: 51%;
    height: clamp(666px, 90vw, 878px);
    margin: 0 -2em 0 0;
  }
}
@media only screen and (min-width: 1300px) {
  .spot03 .decoration {
    width: 66%;
    margin: 0 -2em 0 -39em;
  }
}
.spot03 .decoration__slide {
  display: block;
}
@media only screen and (max-width: 665px) {
  .spot03 .decoration__slide {
    width: 100%;
  }
}
@media only screen and (min-width: 666px) {
  .spot03 .decoration__slide {
    width: auto;
    height: 100%;
    object-fit: cover;
  }
}
.spot03 .mod {
  width: 80%;
  max-width: 21em;
  padding: 3em 0 2em;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
}
@media only screen and (min-width: 666px) and (max-width: 1299px) {
  .spot03 .mod {
    width: 50%;
    max-width: 420px;
  }
}
@media only screen and (min-width: 1300px) {
  .spot03 .mod {
    transition: transform 0.99s ease, opacity 0.99s ease;
  }
}
.spot03 h2.topic {
  line-height: 1;
  font-size: clamp( 12px, 3.4em , 68px );
  font-family: "Rozha One", serif;
  font-weight: 400;
  text-transform: none;
  color: #747474;
  margin: 0 0 0.85em;
}
@media only screen and (max-width: 665px) {
  .spot03 h2.topic {
    font-size: min(15vw, 2.2em );
  }
}
@media only screen and (min-width: 666px) {
  .spot03 h2.topic {
    padding: 0 0 0 1.72727273em;
    text-align: left;
  }
}

@media only screen and (min-width: 1300px) { 
  .spot03 h2.topic {
    white-space: nowrap;
    line-height: 1.36363636;
  }
}

.spot03 .links {
  display: flex;
  gap: 10px;
}
@media only screen and (max-width: 665px) {
  .spot03 .links {
    justify-content: center;
    flex-wrap: wrap;
    gap: 2em 1em;
  }
}
@media only screen and (min-width: 666px) {
  .spot03 .links {
    flex-direction: column;
  }
}
.spot03 .spotbtn {
  line-height: 1;
  font-size: clamp(12px, 3vw, 0.95em );
  text-transform: uppercase;
  color: #747474;
  display: inline-flex;
  gap: 2.10526316em;
  align-items: center;
  flex-direction: column;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  position: relative;
}
@media only screen and (max-width: 665px) {
  .spot03 .spotbtn {
    width: calc(50% - 10px);
  }
}
@media only screen and (min-width: 666px) {
  .spot03 .spotbtn {
    font-size: clamp(12px, 0.95em , 19px );
    flex-direction: row;
  }
}
.spot03 .spotbtn:after {
  content: '';
  background: #fff0de;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 5em;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  transform: translate3d(0, 0, 0) scaleX(0);
  transform-origin: 10% center;
}
@media only screen and (max-width: 665px) {
  .spot03 .spotbtn:after {
    display: none;
  }
}
.spot03 .spotbtn.cycle-pager-active:after,
.spot03 .spotbtn:focus:after,
.spot03 .spotbtn:hover:after {
  transform: translate3d(0, 0, 0) scaleX(1);
}
.spot03 .spotbtn .icon {
  border-radius: 50%;
  width: 4.21052632em;
  height: 4.21052632em;
  background: #fff0de;
  flex: -1;
  transition: transform 0.33s ease-in-out, box-shadow 0.33s ease-in-out;
}
@media only screen and (max-width: 665px) {
  .spot03 .spotbtn .icon {
    width: 80px;
    height: 80px;
  }
}
@media only screen and (min-width: 666px) {
  .spot03 .spotbtn .cta {
    white-space: nowrap;
  }
}
/* ==================================================================
	#ft
=================================================================== */
#ft {
  text-align: center;
  color: #fff;
  width: 100%;
  padding: 0;
  background: #000 no-repeat center center;
  background-size: cover;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
}
@media only screen and (min-width: 768px) and (max-width: 1299px) {
  #ft {
    display: flex;
    align-items: stretch;
  }
}
/* @media only screen and (min-width: 1300px) {
  #ft {
    background-position: right 50vw top 50%;
    background-size: auto auto;
  }
} */
@media only screen and (min-width: 2000px) {
  #ft {
    /* background-size: 51vw auto; */
  }
}
#ft a {
  color: #fff;
  transition: color 0.33s ease-in-out;
}
#ft a:focus,
#ft a:hover {
  color: #fcc279;
}
/* ===============================================
		locations
=============================================== */
.map {
  width: 100%;
  max-width: 843px;
  height: 300px;
  margin-right: auto;
  margin-left: auto;
  display: block;
  object-fit: cover;
  object-position: center;
}
@media only screen and (min-width: 768px) {
  .map {
    width: 50%;
    height: 602px;
    display: inline-block;
    vertical-align: middle;
    flex: 0 0 50%;
  }
}
@media only screen and (min-width: 1300px) {
  .map {
    width: 60%;
    height: 30.1em;
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    right: calc(50% - 180px);
    object-position: right;
  }
}
#location {
  width: 100%;
  padding: 3em 0;
  /* background-color: #201f1f; */
  background-color: rgba(32, 31, 31, 0.9);
  display: block;
}
@media only screen and (min-width: 768px) {
  #location {
    width: 50%;
    min-height: 602px;
    padding: 0;
    margin: 0;
    flex: 0 0 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media only screen and (min-width: 1300px) {
  #location {
    margin-left: calc(50% + 50px);
    height: 800px;
    padding: 5em 0;
    float: right;
  }
}
#location .mod {
  text-align: center;
  width: 100%;
  max-width: 40.9em;
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 1023px) {  
  #location .mod {
    display:flex;
    flex-direction:column;
    align-items:center;
  }
}
@media only screen and (min-width: 1300px) {
  #location .mod {
    margin-left: 180px;
  }
}
#location .logo {
  line-height: 0;
  text-align: center;
  width: 17.3em;
  height: 9.9em;
  margin: 0 auto 2.35em;
  display: block;
  position: relative;
  transition: opacity 0.33s ease-in-out;
}
#location .logo:focus {
  opacity: 0.51;
}
#location .logo svg {
  width: 100%;
  height: auto;
}
#location .logo svg path {
  fill: #fff;
}
#location .logo .slogan {
  line-height: 1;
  font-size: 2em;
  font-family: "Rozha One", serif;
  color: #fff;
  display: block;
  position: absolute;
  right: 0;
  bottom: 1.2em;
}
#location .info {
  width: auto;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (min-width: 1024px) { 
#location .info--contact {
  text-align: right;
}
}

#location .phone {
  line-height: 1.125;
  font-size: clamp( 12px, 0.8em , 16px );
  display: block;
}
@media only screen and (max-width: 767px) {
  #location .phone {
    height: 44px;
  }
}
@media only screen and (min-width: 768px) {
  #location .phone {
    margin-bottom: 0.9em;
  }
}
#location .address {
  font-size: clamp( 12px, 0.8em , 16px );
  margin: 0 auto;
  display: block;
}
@media only screen and (max-width: 1023px) {
  #location .address {
    line-height: 22px;
  }
}
@media only screen and (min-width: 1024px) {
  #location .address {
    line-height: 1.125;
  }
}
#location .address .marker {
  line-height: 1;
  font-size: 4.125em;
  color: #fcc279;
  width: 0.75em;
  display: block;
  position: absolute;
  z-index: 400;
  transition: transform 0.33s ease-in-out;
  transform-origin: center bottom;
}
@media only screen and (max-width: 767px) {
  #location .address .marker {
    margin: 0 auto;
    top: 2em;
    right: 0;
    left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1299px) {
  #location .address .marker {
    right: calc(75vw - 0.25em );
    bottom: calc(50% - 6px);
  }
}
@media only screen and (min-width: 1300px) {
  #location .address .marker {
    margin-right: 3.36363636em;
    top: 5.09090909em;
    right: 50%;
  }
  .home #location .address .marker {
    animation: bouncein 0.84s both;
  }
  .home #location .address .marker[data-stopped] {
    animation: none;
  }
  .home [data-ready] #location .address .marker {
    animation: none;
  }
}
#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.24em;
  left: 0.18em;
  z-index: -1;
  background-size: cover;
  position: absolute;
  pointer-events: none;
}
#location .address:focus .marker,
#location .address:hover .marker {
  transform: translate(0, 0) scale(2);
}
#location .officehours {
  line-height: 0;
  text-align: center;
  margin:40px 0 0 0;
}
@media only screen and (min-width: 1024px) {  
  #location .officehours {
    margin: 0 0 0 40px;
  }
}
#location .officehours .days,
#location .officehours .hours {
  line-height: 1.125;
  font-size: clamp( 12px, 0.8em , 16px );
  display: block;
}
@media only screen and (min-width: 1024px) {  
  #location .officehours .days,
  #location .officehours .hours {
    text-align: left;
  }
}
#location .officehours .hours {
  margin-bottom: 0.75em;
}
#location .socialmedia {
  line-height: 0;
  text-align: center;
  width: 100%;
  height: auto;
  margin: 1.8em 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
#location .socialmedia a {
  font-size: clamp( 12px, 0.8em , 16px );
  color: #747474;
  min-width: 24px;
  min-height: 24px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: transform 0.33s ease-in-out, color 0.33s ease-in-out;
}
@media only screen and (max-width: 1023px) {
  #location .socialmedia a {
    line-height: 44px;
    width: 44px;
    height: 44px;
  }
}
@media only screen and (min-width: 1024px) {
  #location .socialmedia a {
    line-height: 2.75;
    width: auto;
    height: 2.75em;
  }
}
#location .socialmedia a:hover {
  color: #fcc279;
  transform: translate3d(0, 0, 0) scale(1.5);
}
#location .socialmedia a .icon {
  position: relative;
}
#location .spotbtn {
  letter-spacing: 0.26em;
  font-size: clamp( 12px, 0.8em , 16px );
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  color: #231f20;
  width: 19.1875em;
  background-color: #fcc279;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
  transition: color 0.33s ease-in-out, background-color 0.66s ease-in-out;
}
@media only screen and (max-width: 1299px) {
  #location .spotbtn {
    line-height: 44px;
    min-width: 44px;
  }
}
@media only screen and (min-width: 1300px) {
  #location .spotbtn {
    line-height: 3.375;
  }
}
#location .spotbtn:focus,
#location .spotbtn:hover {
  color: #231f20;
  background-color: #fff0de;
}
/* ==================================================================
		#links
=================================================================== */
#links {
  text-align: center;
  font-weight: 700;
  color: #000;
  margin: 0;
  background-color: #fff;
  position: relative;
  z-index: 420;
}
@media only screen and (max-width: 1299px) {
  #links {
    padding: 2em 0;
  }
}
@media only screen and (min-width: 1300px) {
  #links {
    height: 3.6em;
    padding: 0.7em 0 0;
  }
}
#links .util {
  font-family: "Roboto", sans-serif;
  font-size: clamp( 12px, 0.6em , 12px );
}
@media only screen and (min-width: 480px) {
  #links .util {
    width: auto;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
  }
}
@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: #000;
  transition: color 0.33s ease-in-out;
}
#links .util a:focus,
#links .util a:hover {
  color: #9a9a9a;
}
#links .util a,
#links .util .divider {
  display: inline-block;
}
#links .util .divider {
  color: transparent;
  margin: 0 0.3em;
}
/* ===============================================
		sesame link
=============================================== */
a#sesame-link .sesameicon {
  width: 1.33333333em;
  height: 1.16666667em;
  margin-right: 0.66666667em;
  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;
}
a#sesame-link sup {
  font-size: 1.5em;
  top: 0.21em;
}
/* ===============================================
	backToTop
=============================================== */
#btt {
  text-align: center;
  width: 100%;
  margin: 0;
  display: block;
  position: relative;
}
@media only screen and (min-width: 480px) {
  #btt {
    width: auto;
    display: inline-block;
    vertical-align: middle;
  }
}
a#backtotop {
  font-size: clamp( 12px, 0.9em , 18px );
  color: black;
  background: #fcc279;
  display: inline-block;
  vertical-align: top;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out, box-shadow 0.33s ease-in-out;
  width: 32px;
  margin-left: 1em;
}
@media only screen and (max-width: 1299px) {
  a#backtotop {
    line-height: 44px;
    width: 44px;
  }
}
@media only screen and (min-width: 1300px) {
  a#backtotop {
    line-height: 2.44444444;
    line-height: 32px;
  }
}
a#backtotop:focus,
a#backtotop:hover {
  background-color: #fff0de;
  box-shadow: 0 0 1.25em rgba(0, 0, 0, 0.3);
}



/* ==================================================================
  home page popup message
=================================================================== */

.popup {
  position: fixed;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%) translateY(0);
  background: rgba(255,255,255,0.9);
  color:#676767; 
  padding: 50px 40px 40px;
  box-shadow: 0 10px 40px rgba(0,0,0,.25);
  text-align: center;
  z-index: 99999;
  max-width: 500px; width: calc(100% - 50px);
  opacity: 1;
  transition: opacity .6s ease, transform .6s ease;
}

.popup:after { 
  content:'';
  .show; 
  border:solid 1px #fcc279; 
  position: absolute; 
  top:-5px;
  left:-5px;
  right:-5px;
  bottom:-5px; 
  opacity: 0.5; 
  pointer-events: none;
  z-index: -1;  
}

.popup .close{
  width: 44px; 
  height: 44px; 
  line-height: 44px; 
  position:absolute; top:8px; right:12px; background:transparent; border:0;
  font-size:44px; color:#444; cursor:pointer; line-height:1;
}
.popup .highlight{ font-weight:700; font-size:1.2rem; color:#000; }
.sr-only{ position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,1px,1px); border:0; }

/* Temporary hide on scroll (animates, reversible) */
.popup-auto-hide{
  opacity: 0;
  transform: translate(-50%, -50%) translateY(40px);
  pointer-events: none;
}

/* Final hide after Close (no auto re-show until refresh) */
.popup-hidden{
  display: none !important;
}





/*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;
}
/* ===============================================
	success message
=============================================== */
.success {
  font-weight: 400;
  text-transform: none;
  color: #000;
  width: 100%;
  padding: 1rem;
  background: #fcc279;
  float: left;
}
/* ===============================================
	Form Buttons
=============================================== */
form button {
  font-family: "Roboto", sans-serif;
  letter-spacing: normal;
  line-height: 1;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #231f20;
  padding: 0.75em 1.8em;
  background-color: #fcc279;
  border: 1px solid #fcc279;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out, border-color 0.33s ease-in-out;
}
form button:focus,
form button:hover {
  color: #fff;
  border-color: #231f20;
  background-color: #231f20;
}
form button .cta {
  text-align: left;
  margin: 0;
}
form p {
  height: auto;
}

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


/* ===============================================
	skip link styles
=============================================== */
.skiplink {
  line-height: 2;
  font-size: 12px;
  color: #fff;
  padding: 0.5em 1em;
  background-color: #231f20;
  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);
}


 
a.int-btn {
  font-family: "Roboto", sans-serif;
  letter-spacing: normal;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  color: #231f20;
  padding: 0.75em 1.8em;
  background-color: #fcc279;
  border: 1px solid #fcc279;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out, border-color 0.33s ease-in-out;
  text-align: center;
  order: 3;
}
a.int-btn:hover {
  color: #fff;
  border-color: #231f20;
  background-color: #231f20;
}
/* ===============================================
	chat widget resize for mobile use comfort
=============================================== */
#bc-chat-container {
  font-size: 0.8em !important;
}
.bc-minimize-state {
  width: 11.8em !important;
  height: 7.7em !important;
}
/* ===============================================
	blog sidebar sharethiswidget styles
=============================================== */
#blog_search label,
p.share-text {
  margin-bottom: 10px;
}
/* ===============================================
	generic button for quick use by PM/PAs
=============================================== */
a.intbtn,
#content a.intbtn {
  line-height: 44px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  width: auto;
  text-decoration: none;
  padding: 0 1.5em;
  background-color: #fcc279;
  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: #231f20;
}
/* ===============================================
	.screenreader 
	a11y support for descriptive text on vaguely worded buttons
	https://gomakethings.com/hidden-content-for-better-a11y/#hidden-labels
=============================================== */
.screenreader {
  white-space: nowrap;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
/************************************************************************************************************************************************/
/* end superlatives */
/* ===============================================
Tablet || Supports 768px and up
=============================================== */
@media only screen and (min-width: 768px) {
  /* ===============================================
	blanket content sidebar hide
=============================================== */
  .sitemap #bd.sub:after,
  .layout-full-width #bd.sub:after {
    content: none;
  }
  .sitemap #content,
  .layout-full-width #content {
    width: 70%;
    /* count out 90-100 characters per line to determine width */
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .sitemap #sidebar,
  .layout-full-width #sidebar {
    display: none;
  }
  /* ===============================================
	custom content
=============================================== */
  .speed-system img[alt='Speed Braces'] {
    display: block;
  }
  /* ===============================================
	PAGE SPECIFIC
=============================================== */
  .which-is-right-for-me #content p {
    display: inline-block;
    float: left;
  }
  .which-is-right-for-me #content a[href^='/sesame_media/docs/'] {
    text-align: center;
    width: 100%;
    display: block;
    clear: both;
  }
  .which-is-right-for-me #content a[href^='/sesame_media/docs/'] img {
    display: inline-block;
  }
  .in-ovation-testimonials .embed-container {
    margin-right: auto;
    margin-left: auto;
    display: block;
  }
  [class^='inovation-chart-'] {
    max-width: 50%;
    display: inline-block;
  }
  .in-ovation-before-after #content p {
    text-align: center;
    margin-bottom: 0;
  }
  .in-ovation-before-after .content-text h3 {
    text-align: center;
  }
  .in-ovation-before-after .content-text .img-left,
  .in-ovation-before-after .content-text .border {
    max-width: 44%;
    margin: 2%;
    display: inline-block;
    float: none;
  }
  .in-ovation-videos .content-text h2 {
    text-align: center;
  }
  .in-ovation-videos .content-text .embed-container {
    margin-right: auto;
    margin-left: auto;
    display: block;
  }
  body[class*='in-ovation'] .img-right {
    max-width: 40%;
  }
  /*END*/
}
/* custom animations */
.bouncein {
  animation: bouncein 0.84s both;
}
@keyframes bouncein {
  0% {
    transform: translateY(-666px) scaleY(1) scaleX(1);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  39% {
    transform: translateY(0) scaleY(0.9) scaleX(1.5);
    animation-timing-function: ease-out;
    opacity: 1;
  }
  54% {
    transform: translateY(-66px) scaleY(1) scaleX(1);
    animation-timing-function: ease-in;
  }
  72% {
    transform: translateY(0) scaleY(0.96) scaleX(1.2);
    animation-timing-function: ease-out;
  }
  81% {
    transform: translateY(-33px) scaleY(1) scaleX(1);
    animation-timing-function: ease-in;
  }
  90% {
    transform: translateY(0) scaleY(0.99) scaleX(1.1);
    animation-timing-function: ease-out;
  }
  96% {
    transform: translateY(-6px) scaleY(1) scaleX(1);
    animation-timing-function: ease-in;
  }
  100% {
    transform: translateY(0) scaleY(1) scaleX(1);
    animation-timing-function: ease-out;
  }
}
/* ===============================================
	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 );
    }
  }
}
