/* 
 Site Manager Version: 14.2.0
 Date Created: January 2026
 Account: fornalczyk-robert
 Written by: Add builder name
 Sesame Communications - All rights reserved. C2026
 Any reproduction or intentional misuse is strictly prohibited
*/
/* ===============================================
					fonts
=============================================== */
/* 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-300italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Lato';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/lato-300i.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');
}
/* lato-900 - latin */
@font-face {
  font-display: swap;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/lato-900.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;
}
.logodefs {
  line-height: 0;
  width: 0;
  height: 0;
  position: absolute;
}
body {
  color: #000;
  background: #fff;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 1300px) {
  body {
    font-size: 20px;
  }
}
/* ===============================================
	links 
=============================================== */
a {
  text-decoration: none;
}
#content a {
  color: #ae9667;
  text-decoration: underline;
  transition: color 0.33s ease-in-out;
}
#content a:focus,
#content a:hover {
  color: #4897b1;
  text-decoration: underline;
}
/* ===============================================
	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: #062337;
  text-rendering: auto;
  margin: 0 0 1.44em;
}
.sub h1 {
  font-size: 10vw;
  line-height: 1.05581395em;
  text-transform: none;
  margin-bottom: 0;
  color: white;
}
@media only screen and (min-width: 480px) {
  .sub h1 {
    font-size: 2.15em;
  }
}
@media only screen and (min-width: 768px) {
  .sub h1 {
    text-align: center;
  }
}
.home h1 {
  font-size: 56px;
  line-height: 1.07857143em;
  text-transform: none;
  text-align: center;
  margin: 0 0 0.45em;
  color: #b18c4a;
  font-weight: 400;
}
.home h1 .trait.top {
  line-height: 1.44;
  font-size: 0.44642857em;
  text-transform: uppercase;
  color: #062337;
  font-weight: 300;
  display: block;
}
h2:not(.topic) {
  font-size: 1.31578947em;
  color: #4897b1;
}
h3:not(.topic) {
  font-size: 1.21052632em;
}
h4 {
  font-size: 1.10526316em;
}
h5 {
  font-size: 1em;
}
h6 {
  font-size: 0.89473684em;
}
/* ===============================================
	containers
=============================================== */
.container {
  max-width: 66em;
}
@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;
  height: 145px;
  padding: 0;
  background-color: #022f47;
  position: relative;
  z-index: 3000;
  box-shadow: 0 1.25em 1.25em rgba(0, 0, 0, 0.25);
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #masthead {
    height: 86px;
  }
}
@media only screen and (min-width: 1024px) {
  #masthead {
    height: 7.25em;
    position: fixed;
    top: 0;
    left: 0;
  }
}
@media screen and (prefers-reduced-motion: no-preference) and (min-width: 1300px) {
  #masthead {
    transform: translate(0, 0);
    transition: transform 0.99s ease-in-out, opacity 0.99s ease-in-out;
    opacity: 1;
  }
  #masthead.ready {
    transform: translate(0, -100%);
    opacity: 0;
  }
}
#masthead .container {
  max-width: none;
  /* width:calc(100vw - 3em); */
  width: calc(100vw - 60px);
}
@media only screen and (max-width: 1023px) {
  #masthead .container {
    width: 100%;
  }
}
/* ===============================================
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: flex;
  justify-content: center;
  align-items: center;
  z-index: 600;
  transition: color 0.33s ease-in-out;
  cursor: pointer;
}
#trigger:focus-visible {
  color: #000;
}
@media only screen and (min-width: 1024px) {
  #trigger {
    display: none;
  }
}
.open #trigger .navicon span:nth-child(1) {
  transform: translate(0, 23.5px) scaleX(0) rotate(0deg);
}
.open #trigger .navicon span:nth-child(4) {
  transform: translate(0, -23.5px) scaleX(0) rotate(0deg);
}
.open #trigger .navicon span:nth-child(2) {
  transform: translate(0, 0) scaleX(1) rotate(-45deg);
}
.open #trigger .navicon span:nth-child(3) {
  transform: translate(0, 0) scaleX(1) rotate(45deg);
}
#trigger .navicon {
  width: 55px;
  height: 47px;
  display: inline-block;
  position: relative;
}
#trigger .navicon span {
  width: 100%;
  height: 4px;
  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;
  transform: translate(0, 0) scaleX(0.64) scaleY(2.5) rotate(0deg);
}
#trigger .navicon span:nth-child(3) {
  background: linear-gradient(55deg, #c09f5e 10%, #fbf3ca 50%, #c09f5e 90%);
}
#trigger .navicon span:nth-child(4) {
  bottom: 0;
}
/* ==================================================================
	main-nav
=================================================================== */
#main-nav {
  font-size: 20px;
  text-align: center;
  width: 97px;
  height: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  clear: both;
}
@media only screen and (max-width: 767px) {
  #main-nav {
    height: 81px;
  }
}
@media only screen and (min-width: 1024px) {
  #main-nav {
    font-size: inherit;
    width: 100%;
    height: 4.45em;
    margin-top: 2.8em;
    background: none;
    box-shadow: none;
    top: auto;
    bottom: 0;
    z-index: 2900;
  }
}
@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: none;
  }
}
/* ===============================================
TOP LEVEL ITEMS || top ul
=============================================== */
#main-nav ul {
  margin: 0;
  padding: 1.425em 0;
  background-color: #022f47;
  position: relative;
  z-index: 550;
}
@media only screen and (max-width: 1023px) {
  #main-nav ul {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (min-width: 1024px) {
  #main-nav ul {
    height: 4.45em;
    width: 100%;
    margin: 0;
    padding: 0;
    background: none;
    position: static;
    float: none;
  }
}
#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 1.3em 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: 50px;
  font-size: 25px;
  font-weight: 300;
  text-transform: upp;
  color: #fff;
  height: 50px;
  margin: 0;
  transition: color 0.33s ease;
  pointer-events: none;
}
@media only screen and (min-width: 1024px) {
  #main-nav ul li a[id] {
    line-height: 1.6;
    font-size: clamp( 12px, 1.25em , 25px );
    text-align: center;
    height: 100%;
    z-index: 3000;
    pointer-events: auto;
  }
}
@media (min-width: 1024px) and (max-width: 1299px) and (pointer: coarse) {
  #main-nav ul li a[id] {
    /* allows tablet users to access flyouts on desktop style nav */
    z-index: -1;
  }
  #main-nav ul li a[id].home {
    z-index: 1;
  }
}
#main-nav ul li a[id]:after {
  content: '';
  width: 100%;
  height: 4px;
  background: linear-gradient(to right, #c09f5e 0%, #fbf3ca 50%, #c09f5e 100%);
  display: block;
  position: absolute;
  left: 0;
  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: 1.87em;
  }
}
#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: white;
  text-decoration: none;
  transition-duration: 0.15s;
}
#main-nav ul li:focus-within > a[id]:after,
#main-nav ul li.clicked > a[id]:after,
#main-nav ul li.active > a[id]:after,
#main-nav ul li:hover > a[id]:after {
  transition-duration: 0.15s;
  transform: translate(0, 0) scaleX(1);
  opacity: 1;
}
/* ===============================================
Flyout || ul ul
=============================================== */
#main-nav ul ul {
  width: 100%;
  padding: 0;
  background: #022f47;
  border: none;
  float: left;
  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: 1em 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.55em;
    margin: 0 0 3px;
    padding: 0;
    opacity: 1;
  }
}
#main-nav ul ul li a {
  line-height: 44px;
  font-size: clamp( 12px, 0.75em , 15px );
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  height: 44px;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  #main-nav ul ul li a {
    line-height: 2.06666667;
    text-align: center;
    white-space: nowrap;
    height: 2.06666667em;
    padding: 0 2.33333333em;
    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: #062337;
  margin-bottom: 0;
  background-image: linear-gradient(to right, #c09f5e 0%, #fbf3ca 50%, #c09f5e 100%);
  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;
  }
}
/* ==================================================================
	header
=================================================================== */
#hd {
  text-align: center;
  color: white;
  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;
  vertical-align: top;
  z-index: 420;
}
@media only screen and (max-width: 767px) {
  #hd .mod {
    bottom: 17px;
    left: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #hd .mod {
    right: 98px;
    top: 50%;
    transform: translate(0, -50%);
  }
}
@media only screen and (max-width: 1023px) {
  #hd .mod {
    gap: 5px;
    position: absolute;
  }
}
@media only screen and (min-width: 1024px) {
  #hd .mod {
    height: 100%;
    gap: 9px;
  }
}
/* ===============================================
	logo
=============================================== */
#logo {
  line-height: 0;
  font-size: 16px;
  width: 15.8em;
  margin: 0 auto 0 18px;
  display: block;
  position: absolute;
  top: 19px;
  left: 0;
  pointer-events: auto;
}
@media only screen and (min-width: 768px) {
  #logo {
    top: 50%;
    transform: translate(0, -50%);
  }
}
@media only screen and (min-width: 1024px) {
  #logo {
    margin: 0;
  }
}
@media only screen and (min-width: 1300px) {
  #logo {
    font-size: inherit;
    display: block;
  }
}
#logo a {
  display: inline-block;
  vertical-align: top;
  transition: opacity 0.33s ease-in-out;
}
@media only screen and (max-width: 1023px) {
  #logo a {
    min-height: 44px;
    display: flex;
    align-items: center;
  }
}
#logo a:focus-visible {
  opacity: 0.51;
}
#logo svg {
  width: 15.8em;
  height: 3.15em;
}
/* ===============================================
	contact info
=============================================== */
#contactinfo {
  text-align: center;
  width: auto;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  pointer-events: auto;
}
#contactinfo .phone {
  line-height: 1;
  color: white;
  min-width: 44px;
  height: 44px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: top;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #contactinfo .phone {
    font-size: 25px;
  }
}
@media only screen and (min-width: 768px) {
  #contactinfo .phone {
    font-size: clamp( 12px, 0.6em , 12px );
    padding: 0 1em;
  }
}
#contactinfo .phone:before {
  content: '';
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: solid 1px white;
  transition: transform 0.55s ease-in-out, opacity 0.33s ease-in-out;
}
#contactinfo .phone:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
  background-image: linear-gradient(to right, #c09f5e 0%, #fbf3ca 50%, #c09f5e 100%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 0% 50%;
  transition: color 0.33s ease-in-out, border 0.33s ease-in-out, opacity 0.33s ease-in-out, background-position 0.66s ease-in-out, background-size 0.66s ease-in-out;
}
#contactinfo .phone .icon {
  color: #bf9d5c;
  display: inline-block;
  vertical-align: middle;
  transition: transform 0.33s ease-in-out, color 0.33s ease-in-out;
}
@media only screen and (max-width: 767px) {
  #contactinfo .phone .cta {
    white-space: nowrap;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }
}
#contactinfo a {
  color: white;
  transition: color 0.33s ease-in-out;
}
#contactinfo a:focus,
#contactinfo a:hover {
  color: #062337;
}
#contactinfo a:focus:before,
#contactinfo a:hover:before {
  transform: translate3d(0, 0, 0) scale(0.9);
  opacity: 0;
}
#contactinfo a:focus:after,
#contactinfo a:hover:after {
  background-position: 100% 50%;
  background-size: 200% 100%;
  opacity: 1;
}
#contactinfo a:focus .icon,
#contactinfo a:hover .icon {
  color: #062337;
  transform: translate3d(0, 0, 0) scale(1.2);
}
/* ===============================================
	utility-nav
=============================================== */
#utilitynav {
  line-height: 0;
  width: auto;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 400;
  pointer-events: auto;
}
#utilitynav ul {
  display: contents;
}
#utilitynav ul li {
  display: contents;
}
#utilitynav ul li:nth-child(n+2) {
  margin: 0 0 0 0.5em;
}
#utilitynav a {
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  min-width: 44px;
  height: 44px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: top;
  position: relative;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out;
}
@media only screen and (max-width: 767px) {
  #utilitynav a {
    font-size: 25px;
  }
}
@media only screen and (min-width: 768px) {
  #utilitynav a {
    font-size: clamp( 12px, 0.6em , 12px );
    padding: 0 1em;
  }
}
#utilitynav a:before {
  content: '';
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: solid 1px white;
  transition: transform 0.55s ease-in-out, opacity 0.33s ease-in-out;
}
#utilitynav a:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
  background-image: linear-gradient(to right, #c09f5e 0%, #fbf3ca 50%, #c09f5e 100%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 0% 50%;
  transition: color 0.33s ease-in-out, border 0.33s ease-in-out, opacity 0.33s ease-in-out, background-position 0.66s ease-in-out, background-size 0.66s ease-in-out;
}
#utilitynav a:focus,
#utilitynav a:hover {
  color: #062337;
}
#utilitynav a:focus:before,
#utilitynav a:hover:before {
  transform: translate3d(0, 0, 0) scale(0.9);
  opacity: 0;
}
#utilitynav a:focus:after,
#utilitynav a:hover:after {
  background-position: 100% 50%;
  background-size: 200% 100%;
  opacity: 1;
}
#utilitynav a:focus .icon,
#utilitynav a:hover .icon {
  color: #062337;
  transform: translate3d(0, 0, 0) scale(1.2);
}
#utilitynav a .icon {
  color: #bf9d5c;
  display: inline-block;
  vertical-align: middle;
  transition: transform 0.33s ease-in-out, color 0.33s ease-in-out;
}
@media only screen and (max-width: 767px) {
  #utilitynav a .cta {
    white-space: nowrap;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }
}
/* ==================================================================
	slideshow
=================================================================== */
#slideshow {
  text-align: center;
  min-height: 33.33333333vw;
  background: #fff;
  position: relative;
  z-index: 400;
}
@media only screen and (max-width: 741px) {
  #slideshow {
    min-height: 377px;
  }
}
@media only screen and (min-width: 742px) and (max-width: 1299px) {
  #slideshow {
    width: 100%;
    margin-top: 0;
    top: 0;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1999px) {
  #slideshow {
    height: 700px;
    min-height: 700px;
  }
}
#slideshow #home-slideshow {
  width: 100%;
  max-width: 1377px;
  margin: 0;
  aspect-ratio: 1377 / 700;
}
@media only screen and (max-width: 741px) {
  #slideshow #home-slideshow {
    width: 742px;
    margin: 0 calc( -371px  + 50vw );
  }
}
@media only screen and (min-width: 768px) {
  #slideshow #home-slideshow {
    margin-left: 6.75em;
  }
}
@media only screen and (min-width: 1300px) {
  #slideshow #home-slideshow {
    height: 700px;
    width: calc(50vw + 379px);
    max-width: none;
    margin-left: auto;
  }
}
@media only screen and (min-width: 2000px) {
  #slideshow #home-slideshow {
    height: 35vw;
  }
}
@media only screen and (min-width: 1024px) {
  #slideshow #home-slideshow .cycle-slideshow {
    height: 100%;
  }
}
#slideshow #home-slideshow .hpslide {
  width: 100%;
  max-width: none;
}
@media only screen and (min-width: 1024px) {
  #slideshow #home-slideshow .hpslide {
    height: 100%;
    object-fit: cover;
  }
}
#slideshow .ssoverlay {
  width: 16.25em;
  height: 16.25em;
  /* margin:0 auto 54/20em; */
  margin: 0 auto;
  display: block;
  z-index: 420;
  color: white;
  background: #34586a;
  background-size: cover;
  position: relative;
  display: inline-flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 1.85em;
  padding-bottom: 1em;
  box-shadow: 18px 12px 25px rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 767px) {
  #slideshow .ssoverlay {
    transform: translate3d(0, -4.35em, 0);
  }
}
@media only screen and (min-width: 768px) {
  #slideshow .ssoverlay {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1387px) {
  #slideshow .ssoverlay {
    left: min(53px, 5.4vw);
  }
}
@media only screen and (min-width: 1024px) {
  #slideshow .ssoverlay {
    top: calc(50% + 72.5px  - 25px  );
  }
}
@media only screen and (min-width: 1300px) {
  #slideshow .ssoverlay {
    top: calc(50% + 72.5px );
  }
}
@media only screen and (min-width: 1388px) {
  #slideshow .ssoverlay {
    right: 50%;
    margin-right: 317px;
  }
}
@media screen and (prefers-reduced-motion: no-preference) and (min-width: 1300px) {
  #slideshow .ssoverlay {
    transition: transform 0.75s ease-in-out, opacity 0.99s ease-in-out;
  }
  #slideshow .ssoverlay[data-ready] {
    transform: translate(-75%, -50%);
    opacity: 0;
  }
  #slideshow .ssoverlay[data-ready]:after {
    transform: scale(0);
  }
}
#slideshow .ssoverlay:before,
#slideshow .ssoverlay:after {
  content: '';
}
#slideshow .ssoverlay:before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #34586a url(../images/slideshow/bgoverlay.png) no-repeat;
  background-size: cover;
  z-index: 1;
}
#slideshow .ssoverlay:after {
  width: auto;
  height: auto;
  position: absolute;
  top: -1em;
  right: -1em;
  bottom: -1em;
  left: -1em;
  border: solid 0.2em #062337;
  pointer-events: none;
  z-index: 0;
}
@media only screen and (min-width: 1300px) {
  #slideshow .ssoverlay:after {
    transition: transform 0.69s ease, opacity 0.39s ease-in-out;
    transition-delay: 0.69s;
  }
}
#slideshow .ssoverlay .logo {
  display: flex;
  width: 14.1em;
  height: 6.6em;
  position: relative;
  z-index: 400;
}
#slideshow .ssoverlay .slogan {
  font-weight: 300;
  line-height: 1.04;
  font-size: clamp( 12px, 1.25em , 25px );
  color: currentcolor;
  position: relative;
  z-index: 400;
  display: flex;
  flex-direction: column;
}
#slideshow .ssoverlay .slogan .trait {
  font-style: italic;
  font-size: 1.16em;
}
/* ==================================================================
	subpage Hero images and h1
=================================================================== */
.hero {
  background: #fff;
  position: relative;
  z-index: 400;
}
.hero .decoration {
  width: 100%;
  max-width: 1377px;
}
@media only screen and (min-width: 768px) {
  .hero .decoration {
    margin-left: 6.75em;
  }
}
@media only screen and (min-width: 1300px) {
  .hero .decoration {
    height: 700px;
    width: calc(50vw + 379px);
    max-width: none;
    margin-left: auto;
    object-fit: cover;
    display: block;
  }
}
@media only screen and (min-width: 2000px) {
  .hero .decoration {
    height: 35vw;
  }
}
/* ==================================================================
	subpage h1
=================================================================== */
header.sub {
  width: 100%;
  margin: 0 auto;
  display: block;
  z-index: 420;
  color: white;
  background: #34586a url(../images/slideshow/bgoverlay.png) no-repeat center center;
  background-size: cover;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.5em;
  box-shadow: 18px 12px 25px rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 767px) {
  header.sub {
    position: relative;
  }
}
@media only screen and (min-width: 768px) {
  header.sub {
    width: 16.25em;
    height: 16.25em;
    padding: 0 2em;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
  }
  header.sub:after {
    content: '';
    width: auto;
    height: auto;
    position: absolute;
    top: -1em;
    right: -1em;
    bottom: -1em;
    left: -1em;
    border: solid 0.2em #062337;
    pointer-events: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1387px) {
  header.sub {
    left: min(53px, 5.4vw);
  }
}
@media only screen and (min-width: 1024px) {
  header.sub {
    top: calc(50% + 72.5px );
  }
}
@media only screen and (min-width: 1388px) {
  header.sub {
    right: 50%;
    margin-right: 317px;
  }
}
/* ==================================================================
	subnav
=================================================================== */
#subnav {
  text-align: center;
  color: #022f47;
  padding: 2.2em 0;
  position: relative;
  overflow: hidden;
  background: linear-gradient(to right, #d2b87f 0%, #faf4d2 50%, #d2b87f 100%);
}
@media only screen and (max-width: 1299px) {
  #subnav {
    display: none;
  }
}
@media only screen and (min-width: 1300px) {
  #subnav {
    padding-top: 2.2em;
  }
}
@media only screen and (max-width: 1299px) {
  #subnav nav {
    width: 100vw;
    display: none;
  }
}
#subnav p {
  font-size: clamp( 12px, 0.75em , 15px );
  margin: 0 auto;
  padding: 0;
}
@media only screen and (max-width: 1299px) {
  #subnav p {
    line-height: 44px;
    white-space: nowrap;
    padding-right: 9%;
    scroll-snap-type: x;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  #subnav p::-webkit-scrollbar {
    display: none;
  }
}
@media only screen and (min-width: 1300px) {
  #subnav p {
    line-height: 1.66666667;
    width: 100%;
  }
}
#subnav a {
  text-transform: uppercase;
  color: #022f47;
  margin: 0 0.8em;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  #subnav a {
    margin: 0;
  }
}
#subnav a:after {
  content: '';
  width: 100%;
  height: 2px;
  background: currentcolor;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  transform: translate(0, 0) scaleX(0);
  opacity: 0;
}
#subnav a:focus,
#subnav a:hover,
#subnav a.active {
  color: #000;
  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.7em;
  display: inline-block;
  vertical-align: top;
}
/* ==================================================================
	content
=================================================================== */
#bd {
  padding: 3em 0;
  background: #eeeae1 url(../images/pattern.jpg) repeat;
  position: relative;
  z-index: 400;
}
@media only screen and (min-width: 768px) {
  #bd {
    border-top: solid 2.5em white;
    padding: 4.5em 0 5em;
  }
}
@media only screen and (min-width: 1300px) {
  #bd {
    border-top: solid 5em white;
  }
}
#bd .container {
  width: 90%;
  max-width: 46em;
}
#content {
  max-width: 920px;
  display: block;
}
@media only screen and (min-width: 768px) {
  #content {
    width: 100%;
    max-width: 46em;
    float: left;
  }
}
@media only screen and (min-width: 1300px) {
  #content {
    width: 100%;
  }
}
#content .content-text {
  line-height: 1.68421053;
}
@media only screen and (min-width: 666px) {
  #content .content-text {
    font-size: min(2.3vw, 19px );
  }
}
@media only screen and (min-width: 768px) and (max-width: 1299px) {
  #content .content-text {
    max-width: 70ch;
  }
}
@media only screen and (min-width: 1300px) {
  #content .content-text {
    font-size: 19px;
  }
}
#content p {
  text-align: justify;
}
/* ==================================================================
	.blog content
=================================================================== */
.blog #bd .container {
  width: 90%;
  max-width: 66em;
}
/* ==================================================================
	.home content
=================================================================== */
.home #bd {
  padding: 3em 0;
}
@media only screen and (min-width: 768px) {
  .home #bd {
    padding: 4.65em 0 5em;
  }
}
@media only screen and (min-width: 1300px) {
  .home #bd {
    background-attachment: fixed;
  }
}
.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: 1300px) {
  .home #bd #content {
    max-width: 38em;
    width: 57.57575758%;
  }
}
@media only screen and (min-width: 666px) {
}
@media only screen and (min-width: 1300px) {
}
/* ==================================================================
	custom content
=================================================================== */
.mediaslider {
  text-align: center;
  max-width: calc( 100% - 88px );
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.mediaslider button {
  background: none;
  border: none;
  -webkit-appearance: none;
  cursor: pointer;
  pointer-events: auto;
}
.mediaslider .cycle-slideshow {
  width: 100%;
  margin: 0.5em 0 1.5em;
  position: relative;
  pointer-events: none;
  z-index: 400;
}
.mediaslider .cycle-slideshow > button {
  font-size: 2.8em;
  color: #ae9667;
  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: #ae9667;
  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: #000;
}
.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: #000;
  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 
=================================================================== */
.meet-dr-robert-fornalczyk .img-right {
  width: 70%;
  max-width: 333px;
  box-shadow: 12px 20px 25px rgba(0, 0, 0, 0.13);
}
@media only screen and (max-width: 767px) {
  .meet-dr-robert-fornalczyk .img-right {
    margin: 0 auto 2em auto;
  }
}
@media only screen and (min-width: 768px) {
  .meet-dr-robert-fornalczyk .img-right {
    margin: 0 0 4% 4%;
  }
}
.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.28;
  font-size: clamp( 12px, 1.25em , 25px );
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  color: #4897b1;
  transition-duration: 0s;
}
.sitemap #content ul ul li a {
  line-height: 1.68421053;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  color: #000;
  margin-left: 0;
}
.sitemap #content a:focus,
.sitemap #content a:hover {
  color: #4897b1;
  text-decoration: none;
}
body.sitemap #bd ul li {
  list-style: none;
}
body.sitemap #bd ul ul li {
  list-style: none;
  margin-left: 0;
}
body.sitemap #content .width1 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  body.sitemap #content .width1 {
    width: 50%;
  }
  body.sitemap #content .width1:not(.first) {
    width: auto;
    max-width: 49%;
    float: right;
  }
}
/* global override */
/* ==================================================================
	sidebar
=================================================================== */
#sidebar {
  width: 100%;
  max-width: 15em;
  margin: 0 auto 6%;
  padding: 0;
  display: none;
  position: relative;
  z-index: 420;
}
@media only screen and (min-width: 768px) {
  #sidebar {
    width: 32.60869565%;
    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, 
body[class*='meet-dr-'], 
body[class*='meet-doctor-']{ 
		#sidebar{ 
			display:block;
		}
} */
body[class~='blog'] {
  /* #hide-stock{ 
		display:none;// hides hide-stock element on blog page preventing conflict with search and share this page widget
	} */
}
body[class~='blog'] #sidebar {
  display: block;
}
/* END SIDEBAR */
/* ==================================================================
	.spotlight
=================================================================== */
.spotlight {
  text-align: center;
  background: #fff;
  position: relative;
  z-index: 400;
}
.spotlight > div {
  position: relative;
}
/* ===============================================
	spot01 || COMMON GENERAL INFORMATION SPOTLIGHT SECTION
=============================================== */
.spot01 {
  color: #062337;
  padding: 5em 0 3em;
  position: relative;
  z-index: 410;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3.4em;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .spot01 {
    font-size: min(1.8vw, 1em);
    padding: 10em 0;
    flex-direction: row;
  }
}
@media only screen and (min-width: 1300px) {
  .spot01 {
    padding-left: 2em;
  }
}
@media screen and (prefers-reduced-motion: no-preference) and (min-width: 1300px) {
  .spot01[data-ready] .decoration:after {
    background-position: 700px 0;
  }
  .spot01[data-ready] .mod {
    transform: translate(-100%, 0);
    opacity: 0;
  }
}
.spot01 .decoration {
  width: 90%;
  max-width: 16.65em;
  position: relative;
  z-index: 2;
}
.spot01 .decoration:after {
  content: '';
  width: 24.52em;
  height: 24.04em;
  background: url(../images/spotlight/ornament.jpg) no-repeat center center;
  background-size: cover;
  position: absolute;
  right: 2em;
  top: 50%;
  transform: translate(0, -50%);
  z-index: -1;
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  .spot01 .decoration:after {
    width: 30.65em;
    height: 30.05em;
  }
}
@media only screen and (min-width: 1300px) {
  .spot01 .decoration:after {
    transition: background-position 0.99s ease;
    transition-delay: 0.39s;
  }
}
.spot01 .decoration img {
  box-shadow: 12px 20px 25px rgba(0, 0, 0, 0.13);
}
.spot01 .mod {
  width: 90%;
  max-width: 27.75em;
}
@media only screen and (min-width: 768px) {
  .spot01 .mod {
    text-align: left;
  }
}
@media only screen and (min-width: 1300px) {
  .spot01 .mod {
    transition: transform 0.99s ease, opacity 0.99s ease;
    transition-delay: 0s, 0.15s;
    z-index: 1;
  }
}
.spot01 h2.topic {
  line-height: 0.9;
  font-size: clamp( 12px, 5em , 100px );
  font-weight: 300;
  text-transform: uppercase;
  color: #bf9d5c;
  margin: 0 0 0.28em;
  display: flex;
  flex-direction: column;
  transform: translate(-0.1em, 0);
}
@media only screen and (max-width: 767px) {
  .spot01 h2.topic {
    font-size: clamp( 12px, 4.16666667em , 100px );
  }
}
@media only screen and (min-width: 768px) {
  .spot01 h2.topic {
    align-items: flex-start;
  }
}
.spot01 h2.topic .trait {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  /* gap: (@gap/@tfs) * 1em; */
  gap: 0.05em;
  transform: translate(0.15em, 0);
  line-height: 0.90909091;
  font-size: clamp( 12px, 0.66em , 66px );
  color: #062337;
  /* position: relative;   */
  /* width: 235em/@tfs;  */
}
.spot01 h2.topic .trait:before,
.spot01 h2.topic .trait:after {
  content: '';
  width: 0.36363636em;
  height: 0.09090909em;
  background: #062337;
  /* position: absolute; 
				top:50%; 
				transform:translate(0,-50%);
				 */
  display: inline-block;
  flex: 0 0 auto;
}
.spot01 .info {
  line-height: 1.19047619;
  font-size: clamp( 12px, 1.05em , 21px );
  margin: 0 0 1.66666667em;
  color: #062337;
}
.spot01 .spotbtn {
  letter-spacing: 0.16em;
  font-size: clamp( 12px, 0.75em , 15px );
  text-align: center;
  font-weight: 900;
  text-transform: uppercase;
  color: #063c56;
  width: 13em;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
  /* gradient animation setup */
  background-image: linear-gradient(to right, #c09f5e 0%, #fbf3ca 50%, #c09f5e 100%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 0% 50%;
  box-shadow: 0 12px 0.6em rgba(0, 0, 0, 0.12);
  transition: color 0.33s ease-in-out, background-position 0.66s ease-in-out, background-size 0.66s ease-in-out, box-shadow 0.66s ease-in-out;
}
@media only screen and (max-width: 1299px) {
  .spot01 .spotbtn {
    line-height: 44px;
    min-width: 44px;
  }
}
@media only screen and (min-width: 1300px) {
  .spot01 .spotbtn {
    line-height: 3.06666667;
  }
}
.spot01 .spotbtn:hover,
.spot01 .spotbtn:focus-visible {
  color: #062337;
  background-position: 100% 50%;
  background-size: 200% 100%;
  box-shadow: 0 0 12px 0.6em rgba(0, 0, 0, 0.12);
}
/* ===============================================
	spotlights  COMMON GENERAL INFORMATION SPOTLIGHT SECTION REVERSE
=============================================== */
.spot {
  position: relative;
  z-index: 410;
  padding: 0;
  color: #fff;
  /* mobile (stacked) */
}
@media (min-width: 768px) {
  .spot {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 0;
  }
}
@media (min-width: 1300px) {
  .spot {
    height: 555px;
    padding: 0;
    object-position: center center;
  }
}
.spot .decoration,
.spot .mod {
  width: 100%;
  display: block;
}
.spot .decoration {
  max-width: none;
  height: auto;
  display: block;
}
@media (min-width: 768px) {
  .spot .decoration {
    width: 50%;
    height: 400px;
  }
}
@media (min-width: 1300px) {
  .spot .decoration {
    max-width: 1000px;
    height: 100%;
    overflow: hidden;
  }
}
.spot .decoration__pic {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .spot .decoration__pic {
    height: 100%;
    object-fit: cover;
  }
}
@media only screen and (min-width: 1300px) {
  .spot .decoration__pic {
    transition: transform 1.11s ease-out, opacity 0.99s ease;
    transition-delay: 0s, 0.15s;
    transform: translate(0, 0);
    opacity: 1;
  }
}
.spot .mod {
  padding: 2.5em 2em;
  text-align: center;
}
@media (min-width: 768px) {
  .spot .mod {
    width: 50%;
    max-width: 1000px;
    padding: 0 2em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}
.spot h2.topic {
  line-height: 0.9;
  font-size: clamp( 20px, 11vw , 3em );
  font-weight: 300;
  text-transform: uppercase;
  margin: 0 0 0.46666667em;
  color: inherit;
}
.spot .info {
  line-height: 1.19047619;
  font-size: clamp( 12px, 1.05em , 21px );
  margin: 0 0 1.66666667em;
  color: inherit;
  max-width: 520px;
  margin-left: auto;
  margin-right: 0;
}
.spot .spotbtn {
  letter-spacing: 0.16em;
  font-size: clamp( 12px, 0.75em , 15px );
  text-align: center;
  font-weight: 900;
  text-transform: uppercase;
  color: #022f47;
  width: 13em;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
  /* gradient animation setup */
  background-image: linear-gradient(to right, #c09f5e 0%, #fbf3ca 50%, #c09f5e 100%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 0% 50%;
  box-shadow: 0 12px 0.6em rgba(0, 0, 0, 0.12);
  transition: color 0.33s ease-in-out, background-position 0.66s ease-in-out, background-size 0.66s ease-in-out, box-shadow 0.66s ease-in-out;
}
@media only screen and (max-width: 1299px) {
  .spot .spotbtn {
    line-height: 44px;
    min-width: 44px;
  }
}
@media only screen and (min-width: 1300px) {
  .spot .spotbtn {
    line-height: 3.06666667;
  }
}
.spot .spotbtn:focus,
.spot .spotbtn:hover {
  background-position: 100% 50%;
  background-size: 200% 100%;
  box-shadow: 1px 1px 2px rgba(255, 255, 255, 0.45), 6px 6px 12px rgba(255, 255, 255, 0.25);
}
/* ===============================================
	spotlights || COMMON GENERAL INFORMATION SPOTLIGHT SECTION 
=============================================== */
/* Standard layout */
.spot--standard {
  background: #307390;
}
@media (min-width: 1300px) {
  .spot--standard .decoration__pic {
    object-position: right center;
  }
}
.spot--standard .mod {
  text-align: left;
}
@media only screen and (min-width: 1300px) {
  .spot--standard .mod {
    padding: 0 0 0 5em;
  }
}
.spot--standard .info {
  margin-left: 0;
  margin-right: auto;
}
/* Reverse layout */
.spot--primary {
  background: #013e5a;
  flex-direction: row-reverse;
}
@media (min-width: 768px) {
  .spot--primary .decoration__pic {
    object-position: 30% center;
  }
}
@media (min-width: 1300px) {
  .spot--primary .decoration__pic {
    object-position: left center;
  }
}
.spot--primary .mod {
  text-align: right;
}
@media only screen and (min-width: 1300px) {
  .spot--primary .mod {
    padding: 0 5em 0 0;
  }
}
.spot--primary .spotbtn {
  display: block;
  margin: 0 0 0 auto;
}
/* ===============================================
	spot02,03,04 DESKTOP EAs
=============================================== */
@media screen and (prefers-reduced-motion: no-preference) and (min-width: 1300px) {
  .spotlight .spot02[data-ready] .decoration__pic,
  .spotlight .spot04[data-ready] .decoration__pic {
    transform: translate(-100%, 0);
    opacity: 0;
  }
  .spotlight .spot03[data-ready] .decoration__pic {
    transform: translate(100%, 0);
    opacity: 0;
  }
}
/* ===============================================
	spot05 || COMMON TESTIMONIAL SLIDESHOW SECTION EXAMPLE
=============================================== */
.spot05 {
  font-size: min(4vw, 1em);
  padding: 3em 0;
  max-width: 1324px;
  display: block;
  color: white;
  background: #bf9d5c url(../images/pattern-orng.jpg) repeat;
  margin: 3em auto;
}
@media only screen and (min-width: 666px) {
  .spot05 {
    padding: 4em 0;
  }
}
@media only screen and (min-width: 1024px) {
  .spot05 {
    margin: 5em auto;
  }
}
@media only screen and (min-width: 1300px) {
  .spot05 {
    background-attachment: fixed;
  }
}
@media screen and (prefers-reduced-motion: no-preference) and (min-width: 1300px) {
  .spot05[data-ready] .quote,
  .spot05[data-ready] .cycle-slideshow,
  .spot05[data-ready] .spotbtn {
    transform: translate(0, 222px);
    opacity: 0;
  }
}
.spot05 .quote {
  margin-bottom: 2.25em;
  width: 3.25em;
  height: 5.75em;
}
@media only screen and (min-width: 1300px) {
  .spot05 .quote {
    transform: translate(0, 0);
    transition: transform 0.66s ease, opacity 0.69s ease;
    transition-delay: calc(0.15s * var(--index) );
    opacity: 1;
  }
}
.spot05 .cycle-slideshow {
  color: white;
  width: 90%;
  max-width: 46em;
  margin: 0 auto;
  display: block;
}
@media only screen and (min-width: 768px) {
  .spot05 .cycle-slideshow {
    width: 75%;
  }
}
@media only screen and (min-width: 1300px) {
  .spot05 .cycle-slideshow {
    transform: translate(0, 0);
    transition: transform 0.66s ease, opacity 0.69s ease;
    transition-delay: calc(0.15s * var(--index) );
    opacity: 1;
  }
}
.spot05 .cycle-slideshow:focus {
  color: #062337;
}
.spot05 .cycle-slide {
  width: 100%;
  margin: 0;
  display: block;
  transition: color 0.33s ease-in-out;
}
.spot05 .cycle-slide figure {
  margin: 0;
}
.spot05 .testimony {
  line-height: 1.20689655;
  font-size: clamp( 12px, 1.45em , 29px );
  margin: 0 auto 1em;
  display: block;
}
.spot05 .testifier {
  letter-spacing: 0.18em;
  line-height: 1.33333333;
  font-size: clamp( 12px, 0.9em , 18px );
  text-transform: uppercase;
  font-weight: 900;
  display: block;
}
.spot05 .spotbtn {
  font-size: clamp( 12px, 0.6em , 12px );
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  width: 11em;
  border: 1px solid white;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
  margin: 3.91666667em auto 0;
  opacity: 1;
  transform: translate(0, 0);
  /* gradient animation setup */
  /* background-image: @gradient-gold; */
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 0% 50%;
  transition-property: letter-spacing, color, background-image, border-color, box-shadow, transform, opacity;
  transition-duration: 0.33s, 0.33s, 0.66s, 0.33s, 0.66s, 0.66s, 0.69s;
  transition-timing-function: ease;
  transition-delay: 0s, 0s, 0s, 0s, 0s, calc(0.15s * var(--index) ), calc(0.15s * var(--index) );
}
@media only screen and (max-width: 1299px) {
  .spot05 .spotbtn {
    line-height: 44px;
    min-width: 44px;
  }
}
@media only screen and (min-width: 1300px) {
  .spot05 .spotbtn {
    line-height: 3.83333333;
  }
}
.spot05 .spotbtn:focus,
.spot05 .spotbtn:hover {
  letter-spacing: 0.13em;
  color: #062337;
  background-image: linear-gradient(to right, #c09f5e 0%, #fbf3ca 50%, #c09f5e 100%);
  border: 1px solid transparent;
  /* background-position: 100% 50%;
			background-size: 200% 100%; */
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.9), 0 10px 12px rgba(0, 0, 0, 0.12);
}
.spot05 .controls {
  line-height: 0;
  width: 90%;
  max-width: 62em;
  margin: 3em auto 0;
  display: block;
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  .spot05 .controls {
    text-align: right;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    transform: translate(0, -50%);
  }
}
@media only screen and (min-width: 1300px) {
  .spot05 .controls {
    width: 100%;
  }
}
.spot05 .controls > button {
  color: white;
  padding: 0;
  background: none;
  border: none;
  -webkit-appearance: none;
  display: inline-block;
  vertical-align: top;
  transition: path 0.33s ease-in-out;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  pointer-events: auto;
  cursor: pointer;
}
@media only screen and (max-width: 1299px) {
  .spot05 .controls > button {
    /* line-height:@trigger;
				width:@trigger;//mandatory mobile minimum dimensions
				height:@trigger;//mandatory mobile minimum dimensions */
  }
}
@media only screen and (min-width: 1300px) {
  .spot05 .controls > button {
    /* line-height:@btnlh/@btnfs;
				width:unit(@btnlh/@btnfs, em);
				height:unit(@btnlh/@btnfs, em); */
  }
}
.spot05 .controls > button svg {
  width: 1.75em;
  height: 3.35em;
}
.spot05 .controls > button:focus,
.spot05 .controls > button:hover {
  transform: translate3d(0, 0, 0) scale(1.15);
  opacity: 0.8s;
}
.spot05 .controls > button.prev {
  margin-right: 6em;
}
@media only screen and (min-width: 768px) {
  .spot05 .controls > button.prev {
    float: left;
  }
}
/* ==================================================================
	#ft
=================================================================== */
#ft {
  text-align: center;
  color: #fff;
  width: 100%;
  padding: 0;
  background: #dedede no-repeat center center;
  background-size: cover;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
}
@media only screen and (min-width: 1024px) {
  #ft {
    font-size: 20px;
    background-size: auto 100%;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 2000px) {
  #ft {
    background-position: left calc(25vw - 459px) top 0;
  }
}
#ft a {
  color: #fff;
  transition: color 0.33s ease-in-out;
}
#ft a:focus,
#ft a:hover {
  color: #faf2cf;
}
/* ===============================================
		locations
=============================================== */
#location {
  width: 100%;
  padding: 6.45em 0 7.5em;
  background-color: #1c4459;
  background-image: url(../images/footer/bglocation.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  /* Schedule now button */
}
@media only screen and (min-width: 1024px) {
  #location {
    width: 50%;
    height: 800px;
    margin-left: 50%;
  }
}
#location .mod {
  text-align: center;
  width: 100%;
  max-width: 1000px;
  display: block;
}
@media only screen and (max-width: 767px) {
  #location .mod {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  #location .mod {
    margin: 0 auto 0 0;
  }
}
#location .logo {
  line-height: 0;
  text-align: center;
  margin: 0 auto 2.35em;
  display: block;
  transition: opacity 0.33s ease-in-out;
}
@media only screen and (max-width: 479px) {
  #location .logo {
    font-size: 0.9em;
  }
}
#location .logo:focus {
  opacity: 0.51;
}
#location .logo svg {
  width: 18.9em;
  height: 8.85em;
}
#location .logo svg path {
  fill: #fff;
}
#location .phone {
  font-size: clamp( 12px, 1.3em , 26px );
  display: block;
}
@media only screen and (max-width: 767px) {
  #location .phone {
    line-height: 44px;
  }
}
@media only screen and (min-width: 768px) {
  #location .phone {
    line-height: 1;
  }
}
#location .address {
  font-size: clamp( 12px, 0.95em , 19px );
  margin: 0.9em auto 1em;
  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.26315789;
  }
}
#location .address .marker {
  line-height: 1;
  font-size: 3.47368421em;
  color: #ae9667;
  width: 0.75em;
  height: 1em;
  margin-right: calc(25vw - 0.375em );
  margin-block: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 50%;
  z-index: 400;
  transition: transform 0.33s ease-in-out;
  transform-origin: center bottom;
}
@media only screen and (max-width: 1023px) {
  #location .address .marker {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  #location .address .marker {
    display: block;
  }
}
@media only screen and (min-width: 2000px) {
  #location .address .marker {
    margin-right: 7.81818182em;
  }
}
#location .address .marker:before {
  color: currentcolor;
}
#location .address .marker:after {
  content: '';
  width: 1.10606061em;
  height: 1.01515152em;
  background: url(../images/footer/shadowalt.svg) no-repeat center center;
  bottom: -0.15em;
  left: 0.2em;
  z-index: -1;
  background-size: cover;
  position: absolute;
  pointer-events: none;
}
#location .address:focus .marker,
#location .address:hover .marker {
  transform: translate(0, 0) scale(2);
}
#location .officehours {
  line-height: 0;
  text-align: center;
  /* width:240/20em; */
  margin: 0 auto;
  display: block;
}
#location .officehours .days,
#location .officehours .hours {
  text-align: center;
  line-height: 1.38461538;
  font-size: clamp( 12px, 0.65em , 13px );
  display: block;
  vertical-align: top;
}
#location .socialmedia {
  line-height: 0;
  text-align: center;
  width: 100%;
  height: auto;
  margin: 1.4em auto 1.65em;
  padding: 0;
  display: flex;
  justify-content: center;
}
#location .socialmedia a {
  font-size: clamp( 12px, 0.55em , 11px );
  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: 4;
    width: auto;
    height: 4em;
  }
}
#location .socialmedia a .icon {
  position: relative;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
}
#location .socialmedia a:hover .icon {
  transform: translate3d(0, 0, 0) scale(2);
}
#location .spotbtn {
  font-size: clamp( 12px, 0.6em , 12px );
  text-align: center;
  font-weight: 900;
  text-transform: uppercase;
  color: #063c56;
  width: 13.08333333em;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
  /* gradient animation setup */
  background-image: linear-gradient(to right, #c09f5e 0%, #fbf3ca 50%, #c09f5e 100%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 0% 50%;
  box-shadow: 0 12px 0.6em rgba(0, 0, 0, 0.12);
  transition: color 0.33s ease-in-out, background-position 0.66s ease-in-out, background-size 0.66s ease-in-out, box-shadow 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.5;
  }
}
#location .spotbtn:hover,
#location .spotbtn:focus-visible {
  color: #062337;
  background-position: 100% 50%;
  background-size: 200% 100%;
  box-shadow: 1px 1px 2px rgba(255, 255, 255, 0.45), 6px 6px 12px rgba(255, 255, 255, 0.25);
}
/* ==================================================================
		#links
=================================================================== */
#links {
  text-align: center;
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 420;
}
@media only screen and (min-width: 1024px) {
  #links {
    width: 50%;
    max-width: 1000px;
    left: 50%;
  }
}
#links .util {
  font-size: clamp( 12px, 0.6em , 12px );
  line-height: 6.33333333em;
}
#links .util a,
#links .util .divider {
  display: inline-block;
}
#links .util .divider {
  margin: 0 0.1em;
}
/* ===============================================
		sesame link
=============================================== */
a#sesame-link .sesameicon {
  width: 2em;
  height: 1.66666667em;
  margin-right: 0.66666667em;
  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%;
  margin: 0;
  display: block;
  position: relative;
}
@media only screen and (min-width: 480px) {
  #btt {
    width: auto;
  }
}
a#backtotop {
  font-size: clamp( 12px, 2.05em , 41px );
  line-height: 2.34146341em;
  color: #ae9667;
  display: inline-block;
  vertical-align: top;
  transition: transform 0.33s ease-in-out;
}
a#backtotop:focus,
a#backtotop:hover {
  transform: translate3d(0, 0, 0) scale(1.25);
}
/*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: 1rem;
  background: #ae9667;
  float: left;
}
/* ===============================================
	Form Buttons
=============================================== */
form button {
  letter-spacing: 0.12em;
  text-align: center;
  font-size: clamp( 12px, 0.95em , 19px );
  font-weight: 700;
  text-transform: uppercase;
  color: #063c56;
  height: 44px;
  padding: 0 1.5em;
  background-color: #ae9667;
  border: none;
  /* gradient animation setup */
  background-image: linear-gradient(to right, #c09f5e 0%, #fbf3ca 50%, #c09f5e 100%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 0% 50%;
  box-shadow: 0 12px 0.6em rgba(0, 0, 0, 0.12);
  transition: color 0.33s ease-in-out, background-position 0.66s ease-in-out, background-size 0.66s ease-in-out, box-shadow 0.66s ease-in-out;
}
form button:focus,
form button:hover {
  color: #062337;
  background-position: 100% 50%;
  background-size: 200% 100%;
  box-shadow: 0 0 12px 0.6em rgba(0, 0, 0, 0.12);
}
form p {
  height: auto;
}
/* ===============================================
	skip link styles
=============================================== */
.skiplink {
  line-height: 2;
  font-size: 12px;
  color: #fff;
  padding: 0.5em 1em;
  background-color: #000;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 6px;
  z-index: 3333;
  transition: transform 0.33s ease-in-out;
  transform: translate(0, -100%);
}
.skiplink:focus {
  transform: translate(0, 0);
}
.skiplink:focus .cta {
  transform: translate(0, 0);
}
.skiplink:focus .icon {
  transform: translate(0, 0);
}
.skiplink.alt .icon .trait {
  display: none;
}
.skiplink .cta {
  display: block;
  transition: transform 0.33s ease-in-out 0.33s;
  transform: translate(0, -44px);
}
.skiplink .icon {
  width: 1.1em;
  height: 1.1em;
  margin: 0 auto;
  display: block;
  transition: transform 0.33s ease-in-out 0.165s;
  transform: translate(0, -44px);
}
/* ===============================================
	chat widget resize for mobile use comfort
=============================================== */
#bc-chat-container {
  font-size: 0.8em !important;
}
.bc-minimize-state {
  width: 11.8em !important;
  height: 7.7em !important;
}
/* ===============================================
	blog sidebar sharethiswidget styles
=============================================== */
#blog_search label,
p.share-text {
  margin-bottom: 10px;
}
/* ===============================================
	recaptcha
=============================================== */
.grecaptcha-badge {
  visibility: hidden;
  z-index: -1;
}
.grecaptcha-alt {
  line-height: 1.3;
  font-size: 12px;
  font-style: italic;
  text-align: inherit;
  text-wrap: balance;
  color: #ccc;
}
/* ===============================================
	generic button for quick use by PM/PAs
=============================================== */
a.intbtn,
#content a.intbtn {
  line-height: 44px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  width: auto;
  text-decoration: none;
  padding: 0 1.5em;
  background-color: #ae9667;
  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: #000;
}
/* ===============================================
	.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: 100%;
    /* count out 90-100 characters per line to determine width */
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .sitemap #sidebar,
  .layout-full-width #sidebar {
    display: none;
  }
  /* ===============================================
	custom content
=============================================== */
  .speed-system img[alt='Speed Braces'] {
    display: block;
  }
  /* ===============================================
	PAGE SPECIFIC
=============================================== */
  .which-is-right-for-me #content p {
    display: inline-block;
    float: left;
  }
  .which-is-right-for-me #content a[href^='/sesame_media/docs/'] {
    text-align: center;
    width: 100%;
    display: block;
    clear: both;
  }
  .which-is-right-for-me #content a[href^='/sesame_media/docs/'] img {
    display: inline-block;
  }
  .in-ovation-testimonials .embed-container {
    margin-right: auto;
    margin-left: auto;
    display: block;
  }
  [class^='inovation-chart-'] {
    max-width: 50%;
    display: inline-block;
  }
  .in-ovation-before-after #content p {
    text-align: center;
    margin-bottom: 0;
  }
  .in-ovation-before-after .content-text h3 {
    text-align: center;
  }
  .in-ovation-before-after .content-text .img-left,
  .in-ovation-before-after .content-text .border {
    max-width: 44%;
    margin: 2%;
    display: inline-block;
    float: none;
  }
  .in-ovation-videos .content-text h2 {
    text-align: center;
  }
  .in-ovation-videos .content-text .embed-container {
    margin-right: auto;
    margin-left: auto;
    display: block;
  }
  body[class*='in-ovation'] .img-right {
    max-width: 40%;
  }
  /*END*/
}
/* ===============================================
	embed-container enhanced support
=============================================== */
@supports (aspect-ratio: 16 / 9) and (object-fit: cover) {
  @media only screen and (max-width: 1299px) {
    .embed-container,
    .embed-container.ratio16x9 {
      max-width: min( 48.42105263em , 90% );
    }
  }
  @media only screen and (min-width: 1300px) {
    .embed-container,
    .embed-container.ratio16x9 {
      max-width: min( 48.42105263em , 1200px );
    }
  }
}
@supports (-webkit-background-clip: text) and (-webkit-text-fill-color: transparent) {
  #location .address .marker:before,
  #backtotop .icon:before,
  #location .socialmedia a .icon:hover:before {
    /* button gradient */
    background: #c09f5e;
    background: -webkit-linear-gradient(55deg, #c09f5e 10%, #fbf3ca 50%, #c09f5e 90%);
    background: -o-linear-gradient(55deg, #c09f5e 10%, #fbf3ca 50%, #c09f5e 90%);
    background: -ms-linear-gradient(55deg, #c09f5e 10%, #fbf3ca 50%, #c09f5e 90%);
    background: linear-gradient(55deg, #c09f5e 10%, #fbf3ca 50%, #c09f5e 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
