/* 
 Site Manager Version: 14.2.0
 Date Created: June 2025
 
 Account: decasperis-steven2
 Written by: james stillion
 
 Sesame Communications - All rights reserved. C2025
 Any reproduction or intentional misuse is strictly prohibited
*/
/* ===============================================
					fonts
=============================================== */
/* open-sans-300 */
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-300.woff2') format('woff2');
}
/* open-sans-400 */
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-400.woff2') format('woff2');
}
/* open-sans-400i */
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/open-sans-400i.woff2') format('woff2');
}
/* open-sans-600 */
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans-600.woff2') format('woff2');
}
/* open-sans-700 */
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-700.woff2') format('woff2');
}
/* open-sans-700i */
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/open-sans-700i.woff2') format('woff2');
}
/* ==================================================================
Basic Stylings
These will affect every size of the site.
================================================================== */
html {
  scroll-behavior: smooth;
}
/* ===============================================
	body 
=============================================== */
body,
input,
select,
textarea,
form button,
button {
  font-family: 'Open Sans', Seravek, 'Gill Sans Nova', Ubuntu, Calibri, 'DejaVu Sans', source-sans-pro, sans-serif;
}
svg {
  display: inline-block;
}
body {
  color: #333;
  background: #f6f6f3 url(../images/tile020.jpg) repeat 0 0;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 1300px) {
  body {
    font-size: 20px;
  }
}
/* ===============================================
	links 
=============================================== */
a {
  text-decoration: none;
}
a:focus:not(:focus-visible) {
  outline: transparent;
}
#content a {
  color: #d4b76a;
  text-decoration: underline;
  transition: color 0.33s ease-in-out;
}
#content a:focus,
#content a:hover {
  color: #94a5b3;
  text-decoration: underline;
}
/* ===============================================
	h family || hfam 
=============================================== */
h1,
h2:not(.topic),
h3:not(.topic),
h4,
h5,
h6 {
  line-height: 1;
  text-align: left;
  font-weight: 400;
  text-transform: uppercase;
  color: #939599;
  text-rendering: auto;
  margin: 0 0 1.44em;
}
.home h1,
.home h2:not(.topic),
.home h3:not(.topic),
.home h4,
.home h5,
.home h6 {
  color: #fff;
}
h1 {
  font-weight: 300;
  color: #fff;
}
.sub h1 {
  font-size: 10vw;
  text-align: inherit;
  margin-bottom: 0;
}
@media only screen and (min-width: 480px) {
  .sub h1 {
    font-size: 3.4em;
  }
}
.home h1 {
  font-size: min(10vw, 1.9em );
  text-align: center;
  color: ;
  margin-bottom: 0.94736842em;
}
@media only screen and (min-width: 480px) {
  .home h1 {
    font-size: 1.9em;
  }
}
.home h1 .trait {
  display: block;
}
.home h1 .trait.top {
  line-height: 1.28571429;
  font-size: 0.55263158em;
  font-weight: 700;
  color: #d4b76a;
}
h2:not(.topic) {
  font-size: 1.31578947em;
  color: #d4b76a;
}
h3:not(.topic) {
  font-size: 1.21052632em;
  color: #94a5b3;
}
h4 {
  font-size: 1.10526316em;
}
h5 {
  font-size: 1.05263158em;
}
h6 {
  font-size: 1em;
}
/* ===============================================
	containers
=============================================== */
.container {
  max-width: 64.5em;
}
@media only screen and (min-width: 1300px) {
  .container {
    width: 90%;
  }
}
/* ===============================================
	list styles - global overrides
=============================================== */
.what-sets-us-apart #content ol,
.meet-the-team #content ol,
.our-office #content ol,
.office-tour #content ol,
body[class*='-after'] #content ol {
  margin: 0;
}
#content ul li {
  list-style: disc outside;
}
/* ==================================================================
	masthead
=================================================================== */
#masthead {
  width: 100%;
  min-height: 44px;
  padding: 0;
  background-color: #415e76;
  box-shadow: 0 1.25em 1.25em rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 3000;
}
@media only screen and (max-width: 1023px) {
  #masthead {
    height: 102px;
  }
}
@media only screen and (min-width: 1024px) {
  #masthead {
    font-size: inherit;
    height: 109px;
  }
}
@media only screen and (min-width: 1300px) {
  #masthead {
    position: fixed;
    top: 0;
    left: 0;
    transition: background-color 1.23s ease, box-shadow 1.23s ease;
  }
  #masthead[data-ea1] {
    background-color: rgba(65, 94, 118, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
}
#masthead .container {
  width: 100%;
  max-width: none;
}
@media only screen and (min-width: 1300px) {
  #masthead .container {
    width: 100%;
    max-width: calc(100% - 4em);
  }
}
/* ===============================================
TRIGGER/NAVICON
=============================================== */
#trigger {
  line-height: 44px;
  color: #d4b76a;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  background-color: #fff;
  box-shadow: none;
  border: none;
  -webkit-display: none;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 600;
  transition: color 0.33s ease-in-out;
  cursor: pointer;
  transform: translate(var(--negX, -2px), var(--posY, 2px));
}
#trigger:focus-visible {
  color: #415e76;
}
@media only screen and (min-width: 666px) {
  #trigger {
    --negX: -10px;
    --posY: 10px;
  }
}
@media only screen and (min-width: 1024px) {
  #trigger {
    --posY: 13.5px;
  }
}
@media only screen and (min-width: 1300px) {
  #trigger {
    display: none;
  }
}
.open #trigger .navicon span:nth-child(1) {
  transform: translate(0, 9px) scaleX(0) rotate(0deg);
}
.open #trigger .navicon span:nth-child(4) {
  transform: translate(0, -9px) 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: var(--naviconwidth, 25px);
  height: var(--naviconheight, 23px);
  display: inline-block;
  position: relative;
}
@media only screen and (min-width: 666px) {
  #trigger .navicon {
    --naviconwidth: 47px;
    --naviconheight: 43px;
  }
}
#trigger .navicon span {
  width: 100%;
  height: var(--naviconchildheight, 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;
}
@media only screen and (min-width: 666px) {
  #trigger .navicon span {
    --naviconchildheight: 6px;
  }
}
#trigger .navicon span:nth-child(1) {
  top: 0;
}
#trigger .navicon span:nth-child(2),
#trigger .navicon span:nth-child(3) {
  top: 0;
  bottom: 0;
}
#trigger .navicon span:nth-child(4) {
  bottom: 0;
}
/* ==================================================================
	main-nav
=================================================================== */
#main-nav {
  font-size: 20px;
  text-align: center;
  width: var(--mndim, 48px);
  height: var(--mndim, 48px);
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 420;
  clear: both;
  /* a{ 
		@media only screen and (max-width: 1023px) { visibility:hidden; } 
	} */
}
@media only screen and (min-width: 666px) {
  #main-nav {
    --mndim: 82px;
  }
}
@media only screen and (min-width: 1300px) {
  #main-nav {
    font-size: inherit;
    width: 100%;
    height: 3.75em;
    margin-top: 1.7em;
    background: none;
    box-shadow: none;
    top: auto;
    bottom: 0;
    z-index: 2900;
  }
}
@media only screen and (min-width: 1300px) {
  #main-nav {
    transition: transform 0.66s ease, opacity 0.66s ease;
  }
  [data-ea3] #main-nav {
    transform: translate(0, -150px);
    opacity: 0;
  }
}
@media only screen and (min-width: 1300px) and (prefers-reduced-motion: reduce) {
  [data-ea3] #main-nav {
    transform: translate(0, 0);
  }
}
#main-nav.open {
  /* a{  
			@media only screen and (max-width: 1023px) { visibility:visible; } 
		} */
}
@media only screen and (max-width: 1300px) {
  #main-nav.open .collapsible {
    transition-duration: 0.33s;
    transition-timing-function: ease;
    transform: translate(0, 0);
    visibility: visible;
    pointer-events: auto;
    opacity: 1;
  }
}
@media only screen and (min-width: 540px) and (max-width: 1299px) {
  #main-nav .collapsible {
    max-width: 320px;
  }
}
@media only screen and (max-width: 1299px) {
  #main-nav .collapsible {
    width: 100vw;
    position: absolute;
    top: 0;
    right: 0;
    transition-property: transform, opacity, visibility;
    transition-duration: 0.09s;
    transition-timing-function: linear;
    transform: translate(100%, 0);
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
  }
}
@media only screen and (min-width: 1300px) {
  #main-nav .collapsible {
    margin: 0 auto;
    position: relative;
  }
}
#main-nav .container {
  padding: 0;
}
@media only screen and (min-width: 1300px) {
  #main-nav .container {
    width: 96%;
    max-width: right;
  }
}
/* ===============================================
TOP LEVEL ITEMS || top ul
=============================================== */
#main-nav ul {
  margin: 0;
  padding: 80px 0 27px;
  background-color: #415e76;
  position: relative;
  z-index: 550;
}
@media only screen and (max-width: 1299px) {
  #main-nav ul {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (min-width: 1300px) {
  #main-nav ul {
    height: 3.75em;
    width: auto;
    margin: 0 16.85em 0 0;
    padding: 0;
    background: none;
    position: static;
    float: right;
  }
}
#main-nav ul li {
  clear: both;
  cursor: pointer;
}
@media only screen and (min-width: 1300px) {
  #main-nav ul li {
    margin: 0 1.5em 0 0;
    background: none;
    vertical-align: top;
    clear: none;
  }
  #main-nav ul li a:focus-visible + ul,
  #main-nav ul li ul:focus-within,
  #main-nav ul li:hover > ul {
    width: auto;
    height: auto;
    margin: 0;
    clip: auto;
    pointer-events: auto;
  }
  #main-nav ul li.contact,
  #main-nav ul li.contact-us {
    margin-right: 0;
    padding-right: 0;
  }
  #main-nav ul li.contact:focus-visible > ul,
  #main-nav ul li.contact-us:focus-visible > ul,
  #main-nav ul li.contact:focus-within > ul,
  #main-nav ul li.contact-us:focus-within > ul,
  #main-nav ul li.contact.clicked > ul,
  #main-nav ul li.contact-us.clicked > ul,
  #main-nav ul li.contact.active > ul,
  #main-nav ul li.contact-us.active > ul,
  #main-nav ul li.contact:hover ul,
  #main-nav ul li.contact-us:hover ul {
    margin: 0;
  }
  #main-nav ul li.contact ul li a,
  #main-nav ul li.contact-us ul li a {
    text-align: center;
    float: right;
  }
}
#main-nav ul li a[id] {
  line-height: 48px;
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
  height: 48px;
  margin: 0;
  transition: color 0.33s ease;
  pointer-events: none;
}
@media only screen and (min-width: 1300px) {
  #main-nav ul li a[id] {
    line-height: 1;
    font-size: clamp( 12px, 0.75em , 15px );
    text-align: center;
    height: 100%;
    padding-bottom: 2.53333333em;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    z-index: 3000;
    pointer-events: auto;
  }
  #main-nav ul li a[id] span {
    display: block;
  }
}
#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: #d4b76a;
  text-decoration: none;
  transition-duration: 0.15s;
}
/* ===============================================
Flyout || ul ul
=============================================== */
#main-nav ul ul {
  width: 100%;
  padding: 0;
  margin: 0;
  background: #415e76;
  border: none;
  float: left;
  transition: visibility 0.33s ease-in-out;
}
@media only screen and (min-width: 1300px) {
  #main-nav ul ul {
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 1em 0;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    background-color: #94a5b3;
    box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.15);
    clip: rect(0 0 0 0);
    pointer-events: none;
    z-index: 2800;
  }
  #main-nav ul ul:before {
    content: '';
    width: 100%;
    height: 13px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.99) 0%, rgba(0, 0, 0, 0) 48%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.99) 0%, rgba(0, 0, 0, 0) 48%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.99) 0%, rgba(0, 0, 0, 0) 48%);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.24;
  }
}
#main-nav ul ul li {
  height: 0;
  background: none;
  opacity: 0;
  overflow: hidden;
  transition-duration: 0.33s;
}
#main-nav ul ul li:focus-within {
  overflow: visible;
}
@media only screen and (min-width: 1300px) {
  #main-nav ul ul li {
    height: 1.75em;
    margin: 0;
    padding: 0;
    opacity: 1;
  }
}
#main-nav ul ul li a {
  line-height: 44px;
  font-size: clamp( 12px, 0.75em , 15px );
  color: #fff;
  width: 100%;
  height: 44px;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media only screen and (min-width: 1300px) {
  #main-nav ul ul li a {
    line-height: 2.33333333;
    text-align: center;
    white-space: nowrap;
    height: 2.33333333em;
    padding: 0 2.93333333em;
    float: left;
  }
}
#main-nav ul ul li a:focus-visible,
#main-nav ul ul li a:hover,
#main-nav ul ul li a.active {
  text-decoration: none;
  color: #fff;
  margin-bottom: 0;
  background: #d4b76a;
  border: none;
}
/* ===============================================
Flyout animation
=============================================== */
@media only screen and (max-width: 1300px) {
  #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;
  }
}
/* ===============================================
	FULLMOB RULES
=============================================== */
@media only screen and (min-width: 1024px) and (max-width: 914) {
  #main-nav.open .collapsible {
    transition-duration: 0.33s;
    transition-timing-function: ease;
    transform: translate(0, 0);
    visibility: visible;
    pointer-events: auto;
    opacity: 1;
  }
  #main-nav.open ul {
    display: inline-block;
  }
  #main-nav.open ul li {
    display: block;
  }
  #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;
  }
  #main-nav .collapsible {
    width: 100vw;
    max-width: 320px;
    position: absolute;
    top: 0;
    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;
  }
  #main-nav ul li a[id] {
    pointer-events: none;
  }
  #main-nav ul li a[id].home {
    pointer-events: auto;
  }
}
/* socialmedia */
.collapsible .socialmedia {
  line-height: 0;
  text-align: center;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 23px 0;
  background: #94a5b3;
  justify-content: center;
  position: relative;
}
@media only screen and (max-width: 914) {
  .collapsible .socialmedia {
    display: flex;
  }
}
@media only screen and (min-width: 1300px) {
  .collapsible .socialmedia {
    display: none;
  }
}
.collapsible .socialmedia a {
  line-height: 48px;
  font-size: 25px;
  color: #fff;
  width: 48px;
  height: 48px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: opacity 0.33s ease-in-out, color 0.33s ease-in-out;
}
.collapsible .socialmedia a:focus-visible {
  opacity: 0.5;
  outline: auto;
}
.collapsible .socialmedia a:focus:active {
  outline: transparent;
}
.collapsible .socialmedia a:hover {
  z-index: 400;
}
.collapsible .socialmedia a .icon {
  position: relative;
}
/* ==================================================================
	header
=================================================================== */
#hd {
  text-align: center;
  color: #d4b76a;
  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: 1300px) {
  #hd {
    z-index: 3000;
  }
}
#hd .container {
  height: 100%;
  pointer-events: none;
}
#hd .mod {
  display: flex;
  justify-content: center;
  position: absolute;
  z-index: 400;
}
@media only screen and (max-width: 665px) {
  #hd .mod {
    width: 98px;
    flex-direction: column;
    gap: 2px;
    top: 2px;
    right: 2px;
  }
}
@media only screen and (min-width: 666px) {
  #hd .mod {
    flex-direction: row-reverse;
    gap: 6px;
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    right: 98px;
  }
}
@media only screen and (min-width: 1300px) {
  #hd .mod {
    right: 0;
    transition: transform 0.66s ease, opacity 0.66s ease;
  }
  [data-ea4] #hd .mod {
    transform: translate(0, -150px);
    opacity: 0;
  }
}
@media only screen and (min-width: 1300px) and (prefers-reduced-motion: reduce) {
  [data-ea4] #hd .mod {
    transform: translate(0, 0);
  }
}
#hd .mod * {
  pointer-events: auto;
}
/* ===============================================
	logo
=============================================== */
#logo {
  line-height: 0;
  font-size: 16px;
  width: 12.15em;
  margin: 0 auto 0 4%;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 430;
  transform: translate(0, -50%);
  pointer-events: auto;
}
@media only screen and (max-width: 539px) {
  #logo {
    transform: translate(0, -99%);
    transition: transform 0.33s ease-in-out;
  }
  #logo.mobtron {
    transform: translate(0, -50%);
  }
}
@media only screen and (min-width: 1024px) {
  #logo {
    font-size: inherit;
  }
}
@media only screen and (min-width: 1300px) {
  #logo {
    margin: 0;
    transition: transform 0.66s ease, opacity 0.66s ease;
  }
  [data-ea2] #logo {
    transform: translate(0, -150px);
    opacity: 0;
  }
}
@media only screen and (min-width: 1300px) and (prefers-reduced-motion: reduce) {
  [data-ea2] #logo {
    transform: translate(0, 0);
  }
}
#logo a {
  display: inline-block;
  vertical-align: top;
  transition: opacity 0.33s ease-in-out;
}
@media only screen and (max-width: 1023px) {
  #logo a {
    min-height: 44px;
    display: flex;
    align-items: center;
  }
}
#logo a:focus {
  opacity: 0.51;
}
#logo svg {
  width: 12.15em;
  height: 2.5em;
}
/* ===============================================
	utility-nav
=============================================== */
#utilitynav {
  line-height: 0;
  text-align: left;
  width: 100%;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 400;
  pointer-events: auto;
}
@media only screen and (min-width: 666px) {
  #utilitynav {
    width: 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.65em , 13px );
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  width: var(--udim, 48px);
  height: var(--udim, 48px);
  padding: 0;
  background: #d4b76a;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: top;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out;
}
@media only screen and (min-width: 666px) {
  #utilitynav a {
    --udim: 82px;
    flex-direction: column;
  }
}
#utilitynav a:focus,
#utilitynav a:hover {
  color: #d4b76a;
  background-color: #fff;
}
@media only screen and (max-width: 665px) {
  #utilitynav a.patient-login {
    font-size: 0;
  }
}
#utilitynav a.patient-login:before {
  content: '\f502';
  line-height: 1;
  font: var(--fa-font-solid);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 665px) {
  #utilitynav a.patient-login:before {
    font-size: 25px;
  }
}
@media only screen and (min-width: 666px) {
  #utilitynav a.patient-login:before {
    line-height: 1.23076923;
    display: block;
  }
}
@media only screen and (min-width: 666px) {
  #utilitynav a.appointmentrequest {
    width: 13em;
  }
}
/* ===============================================
	contact info
=============================================== */
#contactinfo {
  text-align: center;
  width: auto;
  margin: 0;
  display: inline-flex;
  vertical-align: top;
  gap: 2px;
  pointer-events: auto;
}
@media only screen and (min-width: 666px) {
  #contactinfo {
    flex-direction: column;
    gap: 0;
  }
}
#contactinfo a {
  line-height: 1;
  font-size: 12px;
  color: #fff;
  background-color: #94a5b3;
  display: inline-flex;
  vertical-align: top;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out;
}
@media only screen and (max-width: 665px) {
  #contactinfo a {
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
  }
}
@media only screen and (min-width: 666px) {
  #contactinfo a {
    text-align: left;
    padding: 0 20px;
    gap: 2px;
    flex-wrap: wrap;
    /* makes align-content work */
    align-content: center;
  }
}
#contactinfo a:focus,
#contactinfo a:hover {
  color: #d4b76a;
  background-color: #fff;
}
#contactinfo a:focus .icon,
#contactinfo a:hover .icon {
  color: inherit;
}
@media only screen and (min-width: 666px) {
  #contactinfo a.phone {
    flex: 1;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }
}
@media only screen and (min-width: 1024px) {
  #contactinfo a.phone {
    line-height: 1.16666667;
    min-height: 34px;
  }
}
@media only screen and (min-width: 666px) {
  #contactinfo a.address {
    flex: 1;
  }
}
@media only screen and (min-width: 1024px) {
  #contactinfo a.address {
    line-height: 1.16666667;
    flex: 2;
  }
}
@media only screen and (max-width: 665px) {
  #contactinfo .cta {
    white-space: nowrap;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }
}
#contactinfo .icon {
  font-size: inherit;
  color: #415e76;
  transition: color 0.33s ease-in-out;
}
@media only screen and (max-width: 665px) {
  #contactinfo .icon {
    width: 2.08333333em;
    height: 2.25em;
  }
}
@media only screen and (min-width: 666px) {
  #contactinfo .icon {
    width: 1.08333333em;
    height: 1.16666667em;
  }
}
/* ===============================================
	socialmedia
=============================================== */
#hd .socialmedia,
#masthead > .socialmedia {
  line-height: 0;
  text-align: center;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 1em 0;
  justify-content: center;
  background-color: #94a5b3;
  position: absolute;
  top: 100%;
  right: 0;
  pointer-events: auto;
  display: none;
}
@media only screen and (min-width: 1300px) {
  #hd .socialmedia,
  #masthead > .socialmedia {
    width: 2.95em;
    margin: 0;
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
  }
}
#hd .socialmedia a,
#masthead > .socialmedia a {
  font-size: clamp( 12px, 0.9em , 18px );
  color: #fff;
  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) {
  #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: 34.32px;
    width: 100%;
    height: auto;
  }
}
#hd .socialmedia a:focus,
#masthead > .socialmedia a:focus,
#hd .socialmedia a:hover,
#masthead > .socialmedia a:hover {
  color: #415e76;
  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;
  color: #fff;
  min-height: 28.14285714vw;
  position: relative;
  z-index: 420;
}
@media only screen and (max-width: 913px) {
  #slideshow {
    min-height: 500px;
  }
}
@media only screen and (min-width: 914px) and (max-width: 1080px) {
  #slideshow {
    width: 100%;
    margin-top: 0;
    top: 0;
  }
}
@media only screen and (min-width: 990px) {
  #slideshow {
    height: 591px;
    min-height: 591px;
  }
}
@media only screen and (min-width: 1300px) {
  #slideshow {
    margin-top: 109px;
  }
}
#slideshow #home-slideshow {
  width: 100%;
  margin: 0;
  aspect-ratio: 1080 / 591;
}
@media only screen and (max-width: 913px) {
  #slideshow #home-slideshow {
    width: 914px;
    margin: 0 calc( -457px  + 50vw );
  }
}
@media only screen and (min-width: 990px) {
  #slideshow #home-slideshow {
    width: 1080px;
    margin: 0 0 0 50vw;
    position: relative;
    float: left;
    transform: translateX(clamp( -325px, calc( -247.5px + ((100vw - 990px) * 0.533 )), -82px ));
  }
}
#slideshow #home-slideshow .hpslide {
  width: 100%;
  max-width: none;
}
#slideshow .ssoverlay {
  font-size: min(2.7vw, 1em);
  text-transform: uppercase;
  width: 85.3125%;
  max-width: 33em;
  height: 17.95em;
  aspect-ratio: 660 / 359;
  padding: 0;
  margin-right: auto;
  margin-left: auto;
  background-color: #94a5b3;
  box-shadow: 0 2em 1.25em -1em rgba(0, 0, 0, 0.15);
  display: block;
  position: absolute;
  right: 0;
  top: 100%;
  left: 0;
  z-index: 420;
  transform: translate(0, -18%);
}
@media only screen and (min-width: 990px) {
  #slideshow .ssoverlay {
    font-size: min(1.2611vw, 1em);
    margin-right: calc(3.75em - ( (100vw - 990px) * 0.242 ));
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    right: 50%;
    left: auto;
  }
}
@media only screen and (min-width: 1230px) {
  #slideshow .ssoverlay {
    margin: 0;
  }
}
@media only screen and (min-width: 1300px) {
  #slideshow .ssoverlay {
    transition: opacity 1.44s ease-in;
  }
  #slideshow .ssoverlay[data-ea] {
    opacity: 0;
  }
}
#slideshow .ssoverlay .slogan {
  width: 100%;
  height: 100%;
  postion: absolute;
  top: 0;
  left: 0;
}
#slideshow .ssoverlay .slogan__opt {
  line-height: 1.13333333;
  font-size: clamp( 12px, 4.5em , 90px );
  font-weight: 300;
  color: currentcolor;
  display: block;
  width: 100%;
  height: 100%;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#slideshow .ssoverlay .slogan .trait {
  line-height: 1.57142857;
  font-size: 0.38888889em;
  font-weight: 600;
  white-space: nowrap;
  width: 100%;
  display: block;
}
#slideshow .ssoverlay .slogan .trait__opt {
  font-size: 0.69444444em;
  display: block;
}
#slideshow .ssoverlay .slogan .trait__top,
#slideshow .ssoverlay .slogan .trait__geo {
  letter-spacing: 0.14em;
}
#slideshow .ssoverlay .spotbtn {
  letter-spacing: 0.14;
  line-height: 4.06666667;
  font-size: clamp( 12px, 0.75em , 15px );
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  width: 19.26666667em;
  margin-right: auto;
  margin-left: auto;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 420;
  transition: color 0.33s ease-in-out;
  transform: translate(0, 50%);
}
#slideshow .ssoverlay .spotbtn:hover {
  color: #415e76;
}
#slideshow .ssoverlay .spotbtn:hover:after {
  content: '';
  background-color: #f6f6f3;
  box-shadow: 0 0 0.7em 0.7em rgba(0, 0, 0, 0.09), 0 0 0.5em 0.5em rgba(0, 0, 0, 0.06);
  transition-duration: 0.33s;
}
#slideshow .ssoverlay .spotbtn:after {
  content: '';
  background-color: #deab16;
  box-shadow: 0 0.33333333em 0.53333333em rgba(0, 0, 0, 0.1);
  width: auto;
  height: auto;
  position: absolute;
  margin: auto;
  height: min(7.8vw, 100%);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: box-shadow 0.99s ease-in-out, background-color 0.33s ease-in-out;
}
/* ==================================================================
	.spotlight
=================================================================== */
.spotlight {
  text-align: center;
  position: relative;
  z-index: 400;
}
.spotlight > div {
  position: relative;
}
/* ===============================================
	spot01
=============================================== */
.spot01 {
  color: #939599;
  padding: min(50vw, 310px) 0 3em;
}
@media only screen and (min-width: 666px) {
  .spot01 {
    font-size: min(1.8vw, 1em);
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
  }
}
@media only screen and (min-width: 990px) {
  .spot01 {
    padding: 5em 0;
  }
}
@media only screen and (min-width: 1300px) {
  .spot01[data-ready] .decoration {
    transform: translate(-18vw, 0);
    opacity: 0;
  }
  .spot01[data-ready] .mod {
    transform: translate(18vw, 0);
    opacity: 0;
  }
}
@media only screen and (min-width: 1300px) and (prefers-reduced-motion: reduce) {
  .spot01[data-ready] .decoration {
    transform: translate(0, 0);
  }
  .spot01[data-ready] .mod {
    transform: translate(0, 0);
  }
}
.spot01 .decoration {
  width: 90%;
  max-width: 30em;
  display: inline-flex;
  justify-content: space-between;
  vertical-align: middle;
}
@media only screen and (min-width: 666px) {
  .spot01 .decoration {
    margin: 0 min(4vw, 4em) 0 0;
  }
}
@media only screen and (min-width: 1300px) {
  .spot01 .decoration {
    margin-right: 4em;
    transition: transform 0.66s ease-out, opacity 0.66s ease;
  }
}
.spot01 .decoration__callout {
  color: #415e76;
  width: 45.33333333%;
  max-width: 13.6em;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: color 0.33s ease-in-out;
}
.spot01 .decoration__callout:focus,
.spot01 .decoration__callout:hover {
  z-index: 400;
}
.spot01 .decoration__callout:focus .ornament:before,
.spot01 .decoration__callout:hover .ornament:before {
  border-width: 8px;
  transform: scaleY(1);
  opacity: 0.6;
  transition-duration: 0.33s, 0.33s, 0.42s;
  transition-timing-function: ease;
  transition-delay: 0s, 0s, 0.24s;
}
.spot01 .decoration__callout:focus .ornament img,
.spot01 .decoration__callout:hover .ornament img {
  -webkit-filter: brightness(70%) grayscale(100%);
  filter: brightness(70%) grayscale(100%);
}
.spot01 .decoration__callout:focus h3.topic,
.spot01 .decoration__callout:hover h3.topic {
  color: #fff;
  transform: translate(0, -390%);
  /* transform:translate(0,-180%); */
}
@media (prefers-reduced-motion: reduce) {
  .spot01 .decoration__callout:focus h3.topic,
  .spot01 .decoration__callout:hover h3.topic {
    color: #d4b76a;
    transform: translate(0, 0);
  }
}
.spot01 .decoration__callout:focus h3.topic .cta,
.spot01 .decoration__callout:hover h3.topic .cta {
  transform: scale(1.1);
}
.spot01 .decoration__callout .ornament {
  width: 100%;
  margin-bottom: 1.2em;
  position: relative;
  background-color: #415e76;
}
.spot01 .decoration__callout .ornament:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: #415e76;
  border: 0px solid rgba(255, 255, 255, 0.5);
  opacity: 0;
  transition: transform 0.33s ease, opacity 0.33s ease, border-width 0.12s linear;
  transition-delay: 0.12s, 0.12s, 0s;
  transform-origin: 50% 100%;
  transform: scaleY(0);
}
.spot01 .decoration__callout .ornament img {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  transition: opacity 0.33s ease-in-out, -webkit-filter 0.33s ease-in-out, filter 0.33s ease-in-out;
}
.spot01 .decoration__callout h3.topic {
  font-size: clamp( 12px, var(--s1h3fs,  1.25em ), 25px );
  line-height: 1.2;
  text-transform: uppercase;
  color: currentcolor;
  width: 100%;
  display: block;
  position: relative;
  z-index: 420;
  transition: transform 0.33s ease-in-out, color 0.33s ease-in-out;
  pointer-events: none;
}
@media only screen and (max-width: 665px) {
  .spot01 .decoration__callout h3.topic {
    --s1h3fs: 4.5vw;
  }
}
.spot01 .decoration__callout h3.topic .cta {
  display: block;
  position: relative;
  transition: transform 0.39s ease-in-out;
  transform-origin: 50% 50%;
}
.spot01 .decoration__callout h3.topic .trait {
  display: block;
}
.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 {
    max-width: 20em;
    text-align: left;
    padding: 0;
  }
}
@media only screen and (min-width: 1300px) {
  .spot01 .mod {
    transition: transform 0.66s ease-out, opacity 0.66s ease;
  }
}
@media only screen and (max-width: 665px) {
  .spot01 .mod__ornament {
    max-width: none;
    width: 110%;
    margin: 0 -5%;
  }
}
.spot01 .mod a {
  margin: 2%;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) {
  .spot01 .mod a {
    margin: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .spot01 .mod a {
    min-width: 44px;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
  }
}
@media only screen and (min-width: 1300px) {
  .spot01 .mod a {
    transition: transform 0.66s cubic-bezier(0.33, 1.8, 0.63, 1), opacity 0.66s ease;
    transition-delay: calc(0.09s * var(--index) );
  }
}
.spot01 .mod a:focus img,
.spot01 .mod a:hover img {
  transform: scale(0.96);
  opacity: 0.54;
}
.spot01 .mod a img {
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
}
.spot01 h2.topic {
  letter-spacing: 0.24em;
  line-height: 1.05882353;
  font-size: clamp( 12px, 1.7em , 34px );
  font-weight: 600;
  text-transform: uppercase;
  color: #d4b76a;
  margin: 0 0 1.14705882em;
}
.spot01 h2.topic .trait {
  letter-spacing: normal;
  line-height: 0.89041096;
  font-size: clamp( 12px, 2.14705882em , 73px );
  font-weight: 300;
  color: #415e76;
}
.spot01 .info {
  line-height: 1.2;
  margin: 0 0 1.72em;
}
@media only screen and (max-width: 665px) {
  .spot01 .info {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 666px) {
  .spot01 .info {
    font-size: clamp( 12px, 1.25em , 25px );
  }
}
.spot01 .info a {
  color: #d4b76a;
  text-decoration: underline;
  transition: color 0.33s ease-in-out;
}
.spot01 .info a:focus,
.spot01 .info a:hover {
  color: #94a5b3;
}
/* ==================================================================
	subnav
=================================================================== */
#subnav {
  text-align: center;
  color: #fff;
  padding: 7.8em 0;
  background: #666 no-repeat center center;
  background-size: cover;
  position: relative;
  z-index: 420;
  overflow: hidden;
}
@media only screen and (min-width: 1300px) and (max-width: 1999px) {
  #subnav {
    background-size: auto auto;
  }
}
@media only screen and (min-width: 1300px) {
  #subnav {
    height: 30.3em;
    padding: 109px 0 0;
  }
}
#subnav:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.3;
  z-index: -1;
}
@media only screen and (min-width: 1300px) {
  #subnav .container {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 1299px) {
  #subnav nav {
    width: 100vw;
    display: none;
  }
}
@media only screen and (min-width: 1300px) {
  #subnav nav {
    padding-top: 2.15em;
    width: 65.11627907%;
  }
}
#subnav p {
  font-size: clamp( 12px, 0.75em , 15px );
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 1299px) {
  #subnav p {
    line-height: 44px;
    white-space: nowrap;
    padding-right: 9%;
    scroll-snap-type: x;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  #subnav p::-webkit-scrollbar {
    display: none;
  }
}
@media only screen and (min-width: 1300px) {
  #subnav p {
    line-height: 2.93333333;
  }
}
#subnav a {
  color: #fff;
  margin: 0 m;
  padding: 0 0.8em;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
#subnav a:after {
  content: '';
  width: 100%;
  height: 29px;
  margin: auto;
  background: #d4b76a;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  transform: translate(0, 0) scaleX(0);
  opacity: 0;
}
#subnav a:focus,
#subnav a:hover,
#subnav a.active {
  color: #fff;
  text-decoration: none;
}
#subnav a:focus:after,
#subnav a:hover:after,
#subnav a.active:after {
  transform: translate(0, 0) scaleX(1);
  opacity: 1;
}
#subnav .divider {
  margin: 0 0.3em;
  display: inline-block;
  vertical-align: top;
}
/* ==================================================================
	content
=================================================================== */
#bd {
  padding: 3em 0;
  position: relative;
  z-index: 400;
}
@media only screen and (min-width: 768px) {
  #bd {
    padding: 5em 0 6em;
  }
}
#bd .container {
  width: 90%;
  max-width: 64.5em;
}
#content {
  max-width: 840px;
  display: block;
}
@media only screen and (min-width: 768px) {
  #content {
    width: 65.11627907%;
    max-width: 42em;
    float: left;
  }
}
@media only screen and (min-width: 1300px) {
  #content {
    width: 65.11627907%;
  }
}
#content .content-text {
  line-height: 1.68421053;
}
@media only screen and (min-width: 666px) {
  #content .content-text {
    font-size: min(2.3vw, 19px );
  }
}
@media only screen and (min-width: 768px) and (max-width: 1299px) {
  #content .content-text {
    max-width: 70ch;
  }
}
@media only screen and (min-width: 1300px) {
  #content .content-text {
    font-size: 19px;
  }
}
/* ==================================================================
	.home content
=================================================================== */
.home #bd {
  padding: 3em 0;
}
@media only screen and (min-width: 768px) {
  .home #bd {
    padding: 4em 0 6.45em;
  }
}
@media only screen and (min-width: 1300px) {
  .home #bd[data-ready] #content {
    transform: translate(0, 150px);
    opacity: 0;
  }
  .home #bd[data-ready] .ornament {
    opacity: 0;
  }
}
@media only screen and (min-width: 1300px) and (prefers-reduced-motion: reduce) {
  .home #bd[data-ready] #content {
    transform: translate(0, 0);
  }
}
.home #bd .container {
  width: 100%;
  max-width: 58em;
  /* @media only screen and (min-width: 768px) and (max-width: 1299px) { 
			max-width:70ch; 
		} */
}
.home #bd #content {
  color: #fff;
  background-color: #415e76;
  padding: 3.7em var(--hpcop, 6%);
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
  .home #bd #content {
    --hpcop: calc(50vw - 250px);
  }
}
@media only screen and (min-width: 768px) {
  .home #bd #content {
    --hpcop: min(7.5%, 3.7em);
    width: 100%;
    max-width: 70ch;
    margin-left: 0;
    float: none;
  }
}
@media only screen and (min-width: 990px) {
  .home #bd #content {
    max-width: 32em;
    width: 55.17241379%;
  }
}
@media only screen and (min-width: 1300px) {
  .home #bd #content {
    transition: transform 0.66s ease-out, opacity 0.66s ease;
  }
}
@media only screen and (max-width: 989px) {
  .home #bd #content .content-text {
    max-width: 70ch;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (min-width: 666px) {
}
@media only screen and (min-width: 1300px) {
}
.home #bd #content p {
  text-align: justify;
}
.home #bd .ornament {
  width: 65.05em;
  max-width: none;
  height: calc( 100% -  2.5em );
  margin-left: -23px;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .home #bd .ornament {
    display: none;
  }
}
@media only screen and (min-width: 1300px) {
  .home #bd .ornament {
    transition: opacity 3.33s ease-in-out;
  }
}
/* ==================================================================
	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: #d4b76a;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  transition: opacity 0.35s ease;
  pointer-events: auto;
}
.mediaslider .cycle-slideshow > button.cycle-prev {
  text-align: left;
  left: auto;
  right: 100%;
}
.mediaslider .cycle-slideshow > button.cycle-next {
  text-align: right;
  direction: rtl;
  right: auto;
  left: 100%;
}
.mediaslider .cycle-slideshow > button:focus,
.mediaslider .cycle-slideshow > button:hover {
  opacity: 0.69;
}
.mediaslider .cycle-slideshow > button .icon {
  transform-origin: 50% 50%;
}
.mediaslider.ba .cycle-slideshow:before,
.mediaslider.ba.top .cycle-slideshow:before,
.mediaslider.ba .cycle-slideshow:after,
.mediaslider.ba.top .cycle-slideshow:after {
  width: 50%;
  padding: 0.66em 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.54) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.54) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.54) 0%, rgba(0, 0, 0, 0) 100%);
  display: block;
  position: absolute;
  top: 0;
  z-index: 420;
}
.mediaslider.ba .cycle-slideshow:before,
.mediaslider.ba.top .cycle-slideshow:before {
  content: 'Before';
  left: 0;
}
.mediaslider.ba .cycle-slideshow:after,
.mediaslider.ba.top .cycle-slideshow:after {
  content: 'After';
  right: 0;
}
.mediaslider.ba.bottom .cycle-slideshow:before,
.mediaslider.ba.bottom .cycle-slideshow:after {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.54) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.54) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.54) 100%);
  top: auto;
  bottom: 0;
}
.mediaslider.multi .cycle-slide {
  display: flex!important;
}
.mediaslider.multi .cycle-slide img {
  width: 50%;
}
.mediaslider .custompager {
  margin-bottom: 1.58em;
  display: block;
  position: relative;
}
.mediaslider .custompager > button {
  height: 44px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media only screen and (max-width: 1299px) {
  .mediaslider .custompager > button {
    width: 44px;
  }
}
@media only screen and (min-width: 1300px) {
  .mediaslider .custompager > button {
    width: 1rem;
    margin: 0 6px;
    cursor: pointer;
  }
}
.mediaslider .custompager > button:before {
  content: '';
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #d4b76a;
  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: #415e76;
}
.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: #415e76;
  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;
}
/* 5 star styling */
#content .stars {
  color: #deab16;
}
/* giving-back collage */
.giving-back .collage {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px;
}
@media only screen and (min-width: 666px) {
  .giving-back .collage img {
    width: calc(50% - 4px);
  }
  .giving-back .collage img.collage__middle {
    width: calc(33.33% - 4px);
  }
}
.giving-back .collage img {
  outline: 8px solid rgba(255, 255, 255, 0.5);
  outline-offset: -8px;
}
/* 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 {
  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: #d4b76a;
  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: #d4b76a;
  margin-left: 0;
}
.sitemap #content a:focus,
.sitemap #content a:hover {
  color: #415e76;
  text-decoration: none;
}
body.sitemap #bd ul li {
  list-style: none;
}
body.sitemap #bd ul ul li {
  list-style: none;
  margin-left: 0;
}
body.sitemap #content .width1 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  body.sitemap #content .width1 {
    width: 50%;
  }
  body.sitemap #content .width1:not(.first) {
    width: auto;
    float: right;
  }
}
/* global override */
/* ==================================================================
	sidebar
=================================================================== */
#sidebar {
  width: 100%;
  max-width: 20.05em;
  margin: 0 auto 6%;
  padding: 0;
  display: none;
  position: relative;
  z-index: 420;
}
@media only screen and (min-width: 768px) {
  #sidebar {
    width: 31.08527132%;
    margin: 0 0 1em;
    display: block;
    float: right;
    clear: right;
  }
}
/* ===============================================
	sitepics
=============================================== */
#hide-stock {
  position: relative;
}
.stock {
  width: 100%;
  position: relative;
}
/* ===============================================
	show doctor image on all devices
=============================================== */
/*.home,*/
/*body[class^='meet-the-'],*/
/*body[class^='meet-our-'],*/
.meet-the-doctor #sidebar,
body[class*='meet-dr-'] #sidebar,
body[class*='meet-doctor-'] #sidebar {
  display: block;
}
body[class~='blog'] #sidebar {
  display: block;
}
body[class~='blog'] #hide-stock {
  display: none;
}
/* END SIDEBAR */
/* ===============================================
	spot02
=============================================== */
.spot02 {
  font-size: min(3.2vw, 1em);
  text-align: center;
  color: #fff;
  margin: 0;
  padding: 0;
  background: #666 no-repeat center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 410;
}
@media only screen and (min-width: 666px) {
  .spot02 {
    font-size: min(1.7vw, 1em);
  }
}
@media only screen and (max-width: 1023px) {
  .spot02 {
    flex-wrap: wrap;
    gap: 1px;
  }
}
@media only screen and (min-width: 1024px) {
  .spot02 {
    font-size: min(1vw, 1em);
    height: 53em;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1999px) {
  .spot02 {
    background-size: auto auto;
  }
}
@media only screen and (min-width: 1300px) {
  .spot02[data-ready] a {
    --s2opa: 0.9;
    box-shadow: 0 0 1.25em 0.625em rgba(0, 0, 0, 0.35);
    opacity: 0;
    transform: rotateY(-180deg);
  }
}
@media only screen and (min-width: 1300px) and (prefers-reduced-motion: reduce) {
  .spot02[data-ready] a {
    transform: rotateY(0);
  }
}
.spot02:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.3;
  z-index: -1;
}
.spot02 a {
  color: #fff;
  width: var(--cow, 16.66666667%);
  aspect-ratio: 334 / 366;
  padding: 0;
  margin: 0;
  background-color: rgba(212, 183, 106, var(--s2opa, 0));
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2.85em;
  vertical-align: top;
  position: relative;
  z-index: 420;
  transition-property: box-shadow, background-color, opacity, transform;
  transition-duration: 0.99s, 0.99s, 0.66s, 0.66s;
  transition-timing-function: ease, ease, ease-out, ease-out;
  transition-delay: 0s, 0s, calc(0.09s * var(--index) ), calc(0.09s * var(--index) );
}
@media only screen and (max-width: 665px) {
  .spot02 a {
    --cow: calc(50% - 1px);
  }
}
@media only screen and (min-width: 666px) and (max-width: 1023px) {
  .spot02 a {
    --cow: calc(33.33% - 1px);
  }
}
@media only screen and (max-width: 1023px) {
  .spot02 a {
    --s2opa: 0.75;
  }
}
.spot02 a:focus,
.spot02 a:hover {
  --s2opa: 0.9;
  box-shadow: 0 0 1.25em 0.625em rgba(0, 0, 0, 0.35);
  transition-duration: 0.54s, 0.33s;
  transition-timing-function: cubic-bezier(0.33, 2.4, 0.63, 1), ease;
  z-index: 400;
}
.spot02 a .icon {
  width: 9em;
  height: 6.5em;
  margin-right: auto;
  margin-left: auto;
  display: block;
  transition: transform 0.33s ease-in-out;
}
.spot02 a h2.topic {
  line-height: 1.19230769;
  font-size: clamp( 12px, 1.3em , 26px );
  font-weight: 400;
  text-transform: uppercase;
  color: currentcolor;
  width: 100%;
  display: block;
}
.spot02 a h2.topic .trait {
  display: block;
}
/* ===============================================
	spot03
=============================================== */
.spot03 {
  font-size: min(3.6vw, 1em);
  padding: 1.8em 0 3.9em;
}
@media only screen and (min-width: 666px) {
  .spot03 {
    padding: 4.85em 0;
  }
}
@media only screen and (min-width: 1300px) {
  .spot03[data-ready] .tshow,
  .spot03[data-ready] .tpager,
  .spot03[data-ready] .spotbtn {
    transform: translate(0, 120px);
    opacity: 0;
  }
}
@media only screen and (min-width: 1300px) and (prefers-reduced-motion: reduce) {
  .spot03[data-ready] .tshow,
  .spot03[data-ready] .tpager,
  .spot03[data-ready] .spotbtn {
    transform: translate(0, 0);
  }
}
.spot03 .cycle-slideshow {
  color: #415e76;
  width: 90%;
  max-width: 47.7em;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: var(--marbot, 0);
  display: block;
}
@media only screen and (min-width: 980px) {
  .spot03 .cycle-slideshow {
    --marbot: 1.95em;
  }
}
@media only screen and (min-width: 1300px) {
  .spot03 .cycle-slideshow {
    transition: transform 0.66s ease, opacity 0.66s ease;
    transition-delay: calc(0.06s * var(--index) );
  }
}
.spot03 .cycle-slide {
  width: 100%;
  display: block;
}
.spot03 .testimony {
  line-height: 1.21875;
  font-size: clamp( 12px, 1.6em , 32px );
  margin: 0 auto 0.9375em;
  display: block;
}
.spot03 .testifier {
  letter-spacing: 0.28em;
  line-height: 1.85714286;
  font-size: clamp( 12px, 1.05em , 21px );
  font-weight: 700;
  text-transform: uppercase;
  color: #94a5b3;
  display: block;
}
.spot03 .spot03pager {
  width: 100%;
  display: block;
}
@media only screen and (max-width: 979px) {
  .spot03 .spot03pager {
    padding: 3em 0 2em;
  }
}
@media only screen and (min-width: 980px) {
  .spot03 .spot03pager {
    display: flex;
    flex-direction: column;
    width: 90%;
    max-width: 66em;
    margin-right: auto;
    margin-left: auto;
    position: absolute;
    right: 0;
    left: 0;
  }
}
@media only screen and (min-width: 980px) and (max-width: 1299px) {
  .spot03 .spot03pager {
    top: 50%;
    transform: translate(0, -50%);
  }
}
@media only screen and (min-width: 1300px) {
  .spot03 .spot03pager {
    bottom: 48%;
    transition: transform 0.66s ease, opacity 0.66s ease;
    transition-delay: calc(0.06s * var(--index) );
  }
}
.spot03 .spot03pager button {
  width: var(--s3pdim, 44px);
  height: var(--s3pdim, 44px);
  padding: 0;
  background: none;
  border: none;
  display: inline-block;
  vertical-align: top;
  position: relative;
  -webkit-appearance: none;
  cursor: pointer;
}
@media only screen and (min-width: 1300px) {
  .spot03 .spot03pager button {
    --s3pdim: 26px;
  }
}
.spot03 .spot03pager button.cycle-pager-active:before {
  background-color: #d4b76a;
}
.spot03 .spot03pager button:hover:before {
  opacity: 0.5;
}
.spot03 .spot03pager button:before {
  content: '';
  width: 1.13rem;
  height: 1.13rem;
  border-radius: 50%;
  margin: auto;
  background-color: #415e76;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: background-color 0.33s ease-in-out, opacity 0.33s ease-in-out;
}
.spot03 .spotbtn {
  letter-spacing: 0.14em;
  line-height: 4.5;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  width: 14.83333333em;
  margin-right: auto;
  margin-left: auto;
  display: block;
  position: relative;
  z-index: 420;
  transition: color 0.33s ease-in-out;
}
@media only screen and (min-width: 1300px) {
  .spot03 .spotbtn {
    transition-property: color, transform, opacity;
    transition-duration: 0.33s, 0.66s, 0.66s;
    transition-delay: 0s, calc(0.06s * var(--index) ), calc(0.06s * var(--index) );
  }
}
.spot03 .spotbtn:hover {
  color: #415e76;
}
.spot03 .spotbtn:hover:after {
  content: '';
  background-color: #f6f6f3;
  box-shadow: 0 0 0.7em 0.7em rgba(0, 0, 0, 0.09), 0 0 0.5em 0.5em rgba(0, 0, 0, 0.06);
  transition-duration: 0.33s;
}
.spot03 .spotbtn:after {
  content: '';
  background-color: #d4b76a;
  box-shadow: 0 0.41666667em 0.66666667em rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: box-shadow 0.99s ease-in-out, background-color 0.33s ease-in-out;
}
/* ==================================================================
	association logos 
=================================================================== */
.associationlogos {
  text-align: center;
  font-size: min(3.6vw, 1em);
  padding: 3em 0;
  background: #fff;
  position: relative;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .associationlogos {
    padding-inline: calc(50vw - 270px);
  }
}
@media only screen and (min-width: 768px) {
  .associationlogos {
    font-size: min(1.45vw, 1em);
    justify-content: center;
    align-items: center;
    display: flex;
    gap: 5em;
  }
}
@media only screen and (min-width: 1300px) {
  .associationlogos[data-ready] a {
    transform: translate(0, 100px);
    opacity: 0;
  }
}
@media only screen and (min-width: 1300px) and (prefers-reduced-motion: reduce) {
  .associationlogos[data-ready] a {
    transform: translate(0, 0);
  }
}
.associationlogos a {
  margin: 2%;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) {
  .associationlogos a {
    margin: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .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.66s cubic-bezier(0.33, 1.8, 0.63, 1), opacity 0.66s ease;
    transition-delay: calc(0.09s * 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;
}
@media (prefers-reduced-motion: reduce) {
  .associationlogos a:focus img,
  .associationlogos a:hover img,
  .associationlogos a:focus svg,
  .associationlogos a:hover svg {
    transform: scale(0.96);
  }
}
.associationlogos a.ada {
  width: 6.45em;
  height: 2.3em;
}
.associationlogos a.agd {
  width: 6.75em;
  height: 1.85em;
}
.associationlogos a.njda {
  width: 7em;
  height: 2.15em;
}
.associationlogos a.ald {
  width: 8.55em;
  height: 3.3em;
}
.associationlogos a.idia {
  width: 16.55em;
  height: 4.6em;
}
.associationlogos a svg {
  width: 100%;
  height: 100%;
  display: block;
  transition: opacity 0.33s ease-in-out, transform 0.33s ease-in-out;
}
.associationlogos a img {
  transition: opacity 0.33s ease-in-out, transform 0.33s ease-in-out;
}
/* ==================================================================
	#ft
=================================================================== */
#ft {
  text-align: center;
  color: #fff;
  width: 100%;
  padding: 0;
  background: #415e76;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
}
#ft a {
  color: #fff;
  transition: color 0.33s ease-in-out;
}
#ft a:focus,
#ft a:hover {
  color: #415e76;
}
/* ===============================================
		locations
=============================================== */
#location {
  width: 100%;
  padding: 0 0 1em;
  display: block;
}
@media only screen and (min-width: 980px) {
  #location {
    font-size: 20px;
    height: 35.7em;
    padding: 9.15em 0 0;
  }
}
@media only screen and (max-width: 979px) {
  #location .map {
    width: 100%;
    height: 245px;
    object-fit: cover;
  }
}
@media only screen and (min-width: 980px) {
  #location .map {
    width: 40em;
    max-width: none;
    margin-left: -7em;
    display: block;
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    left: 50%;
    z-index: -1;
  }
}
#location .mod {
  text-align: center;
  width: 100%;
  background-color: #94a5b3;
  padding: 75px 0 0;
  margin-right: auto;
  margin-left: auto;
  display: block;
}
@media only screen and (min-width: 980px) {
  #location .mod {
    text-align: left;
    max-width: 25.95em;
    margin-right: calc(50% + 3em);
    box-shadow: 0.5em 1em 1.25em rgba(0, 0, 0, 0.18);
  }
}
@media only screen and (min-width: 980px) {
  #location .mod .info {
    padding-left: 141px;
  }
}
#location .logo {
  line-height: 0;
  text-align: center;
  margin: 0 auto 4px;
  display: inline-block;
  vertical-align: top;
  transition: opacity 0.33s ease-in-out;
}
#location .logo:focus {
  opacity: 0.51;
}
#location .logo svg {
  width: 12.2em;
  height: 2.55em;
}
#location .phone {
  line-height: 44px;
  font-size: clamp( 12px, 1.1em , 22px );
  margin: 0 auto 0.68181818em;
  display: block;
}
#location .address {
  font-size: clamp( 12px, 0.85em , 17px );
  margin: 0 auto 1.47058824em;
  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.29411765;
  }
}
#location .address .marker {
  line-height: 1;
  font-size: 3.88235294em;
  color: #d4b76a;
  position: absolute;
  z-index: 400;
  transition: transform 0.33s ease-in-out;
  transform-origin: center bottom;
  /* @media only screen and (max-width: 767px) { .hide; }
			@media only screen and (min-width: 768px) { .show; } */
}
@media only screen and (max-width: 979px) {
  #location .address .marker {
    width: 0.75em;
    margin-right: auto;
    margin-left: auto;
    top: 80px;
    left: 0;
    right: 0;
  }
}
@media only screen and (min-width: 980px) {
  #location .address .marker {
    margin-left: 3.51515152em;
    bottom: 50%;
    left: 50%;
  }
}
@media only screen and (min-width: 1300px) {
  .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;
  }
}
@media only screen and (min-width: 1300px) and (prefers-reduced-motion: reduce) {
  .home #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.15em;
  left: 0.2em;
  z-index: -1;
  background-size: cover;
  position: absolute;
  pointer-events: none;
}
#location .address:focus .marker,
#location .address:hover .marker {
  transform: translate(0, 0) scale(2);
}
#location .officehours {
  line-height: 0;
  text-align: inherit;
  width: 12em;
  margin: 0 auto 0.6em;
  display: inline-block;
  vertical-align: top;
}
#location .officehours .days,
#location .officehours .hours {
  line-height: 1.38461538;
  font-size: clamp( 12px, 0.65em , 13px );
  display: inline-block;
  vertical-align: top;
}
#location .officehours .days {
  text-align: right;
  width: 33%;
  padding-right: 1em;
}
@media only screen and (min-width: 980px) {
  #location .officehours .days {
    max-width: 3em;
  }
}
#location .officehours .hours {
  text-align: left;
  width: 66%;
}
#location .spotbtn {
  letter-spacing: 0.14em;
  line-height: 5.08333333;
  font-size: 12px;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  width: 20.45454545em;
  margin-right: auto;
  margin-left: auto;
  display: block;
  position: relative;
  z-index: 420;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  transform: translate(0, 50%);
  transition: color 0.33s ease-in-out;
}
#location .spotbtn:hover {
  color: #415e76;
}
#location .spotbtn:hover:after {
  content: '';
  background-color: #f6f6f3;
  box-shadow: 0 0 0.7em 0.7em rgba(0, 0, 0, 0.09), 0 0 0.5em 0.5em rgba(0, 0, 0, 0.06);
  transition-duration: 0.33s;
}
#location .spotbtn:after {
  content: '';
  background-color: #d4b76a;
  box-shadow: 0 0.66666667em 0.66666667em rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: box-shadow 0.99s ease-in-out, background-color 0.33s ease-in-out;
}
/* ==================================================================
		#links
=================================================================== */
#links {
  text-align: center;
  margin: 0;
  position: relative;
}
@media only screen and (max-width: 979px) {
  #links {
    padding: 2em 0;
  }
}
@media only screen and (min-width: 980px) {
  #links {
    font-size: 20px;
    height: 5em;
    padding: 1.4em 0 0;
  }
}
#links .util {
  font-size: clamp( 12px, 0.6em , 12px );
}
@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:focus,
#links .util a:hover {
  color: #d4b76a;
}
#links .util a,
#links .util .divider {
  display: inline-block;
}
#links .util .divider {
  margin: 0 0.1em;
}
/* ===============================================
		sesame link
=============================================== */
a#sesame-link .sesameicon {
  width: 1.33333333em;
  height: 1.16666667em;
  margin-right: 0.58333333em;
  display: inline-block;
  vertical-align: middle;
}
a#sesame-link .sesameicon path {
  fill: currentcolor;
  transition: fill 0.33s ease-in-out;
}
/* ===============================================
	backToTop
=============================================== */
#btt {
  text-align: center;
  width: 100%;
  height: 80px;
  margin: 0;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
a#backtotop {
  line-height: 2.22222222;
  font-size: 18px;
  color: #fff;
  width: 40px;
  height: 40px;
  background-color: #d4b76a;
  display: inline-block;
  vertical-align: top;
  transition: color 0.33s ease-in-out, box-shadow 0.99s ease-in-out, background-color 0.33s ease-in-out;
}
a#backtotop:focus,
a#backtotop:hover {
  background-color: #415e76;
  box-shadow: 0 0 0.35em 0.175em rgba(0, 0, 0, 0.09), 0 0 0.25em 0.125em rgba(0, 0, 0, 0.06);
  transition-duration: 0.33s;
}
/*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: #fff;
  width: 100%;
  padding: 2rem 1rem;
  background-color: #94a5b3;
  box-shadow: 0 2em 1.25em -1em rgba(0, 0, 0, 0.15);
  float: left;
}
/* ===============================================
	Form Buttons
=============================================== */
form button {
  letter-spacing: 0.14;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  height: 44px;
  padding: 0 1.5em;
  background: none;
  border: none;
  position: relative;
  transition: color 0.33s ease-in-out;
}
form button:focus,
form button:hover {
  color: #415e76;
}
form button:focus:after,
form button:hover:after {
  content: '';
  background-color: #f6f6f3;
  box-shadow: 0 0 0.7em 0.7em rgba(0, 0, 0, 0.09), 0 0 0.5em 0.5em rgba(0, 0, 0, 0.06);
  transition-duration: 0.33s;
}
form button:after {
  content: '';
  background-color: #d4b76a;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: box-shadow 0.99s ease-in-out, background-color 0.33s ease-in-out;
}
form p {
  height: auto;
}
/* ===============================================
	skip link styles
=============================================== */
.skiplink {
  line-height: 2;
  font-size: 12px;
  color: #fff;
  padding: 0.5em 1em;
  background-color: #415e76;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 6px;
  z-index: 3333;
  transition: transform 0.33s ease-in-out;
  transform: translate(0, -100%);
}
.skiplink:focus {
  transform: translate(0, 0);
}
.skiplink:focus .cta {
  transform: translate(0, 0);
}
.skiplink:focus .icon {
  transform: translate(0, 0);
}
.skiplink.alt .icon .trait {
  display: none;
}
.skiplink .cta {
  display: block;
  transition: transform 0.33s ease-in-out 0.33s;
  transform: translate(0, -44px);
}
.skiplink .icon {
  width: 1.1em;
  height: 1.1em;
  margin: 0 auto;
  display: block;
  transition: transform 0.33s ease-in-out 0.165s;
  transform: translate(0, -44px);
}
/* ===============================================
	chat widget resize for mobile use comfort
=============================================== */
#bc-chat-container {
  font-size: 0.8em !important;
}
.bc-minimize-state {
  width: 11.8em !important;
  height: 7.7em !important;
}
/* ===============================================
	blog sidebar sharethiswidget styles
=============================================== */
#blog_search label,
p.share-text {
  margin-bottom: 10px;
}
/* ===============================================
	generic button for quick use by PM/PAs
=============================================== */
a.intbtn,
#content a.intbtn {
  line-height: 44px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  width: auto;
  text-decoration: none;
  padding: 0 1.5em;
  background-color: #d4b76a;
  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: #415e76;
}
/* ===============================================
	.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*/
}
/* ===============================================
//keframe animation
=============================================== */
.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( 44.21052632em , 90% );
    }
  }
  @media only screen and (min-width: 1300px) {
    .embed-container,
    .embed-container.ratio16x9 {
      max-width: min( 44.21052632em , 1200px );
    }
  }
}
