/* 
 Site Manager Version: 14.2.0
 Date Created: January 2026
 Account: pogoda-monika
 Written by: Ricky Rivas
 Sesame Communications - All rights reserved. C2026
 Any reproduction or intentional misuse is strictly prohibited
*/
/* ===============================================
              options
 =============================================== */
/* ===============================================
                    colors
 =============================================== */
/* ===============================================
					fonts
=============================================== */
/* ==================================================================
Basic Stylings
These will affect every size of the site.
================================================================== */
html {
  scroll-behavior: smooth;
}
/* ===============================================
	body 
=============================================== */
body,
input,
select,
textarea {
  font-family: "Plus Jakarta Sans", sans-serif;
}
form button,
button {
  font-family: "Plus Jakarta Sans", sans-serif;
}
svg {
  display: inline-block;
}
body {
  color: #000;
  background: #ede4da;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 1300px) {
  body {
    font-size: 20px;
  }
}
/* ===============================================
	links 
=============================================== */
a {
  text-decoration: none;
}
#content a {
  color: #9f784e;
  transition: color 0.33s ease-in-out;
  text-decoration: underline;
  font-weight: 500;
}
#content a:focus,
#content a:hover {
  text-decoration: none;
  color: #113c5b;
}
/* ===============================================
	h family || hfam 
=============================================== */
h1,
h2:not(.topic),
h3:not(.topic),
h4,
h5,
h6 {
  line-height: 1;
  text-align: left;
  color: #9f784e;
  text-rendering: auto;
  margin: 0 0 1.44em;
  font-weight: 400;
  text-transform: uppercase;
}
.sub h1 {
  font-size: 10vw;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0.44117647em;
  letter-spacing: 0.12em;
  font-family: "Castoro", serif;
}
@media only screen and (min-width: 540px) {
  .sub h1 {
    font-size: 3.4em;
  }
}
.home h1 {
  margin: 0 0 0.8em;
  color: #9f784e;
  font-family: "Castoro", serif;
  letter-spacing: 0.12em;
  font-size: min(4.5em, 15vw);
}
@media only screen and (min-width: 1024px) {
  .home h1 {
    margin-bottom: 0.4em;
  }
}
.home h1 .trait {
  display: block;
}
.home h1 .trait.top {
  line-height: 1.14285714;
  font-size: 0.38888889em;
  text-transform: none;
  color: #113c5b;
  letter-spacing: 0.2em;
  font-family: "Plus Jakarta Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}
.home h1 .trait.bottom {
  line-height: 0.42553191;
  font-size: 0.52222222em;
  letter-spacing: 0.12em;
  color: #9f784e;
}
h2:not(.topic) {
  font-size: 1.31578947em;
  color: #113c5b;
  font-family: "Castoro", serif;
}
h3:not(.topic) {
  font-size: 1.21052632em;
}
h4 {
  font-size: 1.10526316em;
}
h5 {
  font-size: 1.05263158em;
}
h6 {
  font-size: 1em;
}
/* ===============================================
	containers
=============================================== */
.container {
  max-width: 64.5em;
}
@media only screen and (min-width: 1300px) {
  .container {
    width: 90%;
  }
}
/* ===============================================
	list styles - global overrides
=============================================== */
.what-sets-us-apart #content ol,
.meet-the-team #content ol,
.our-office #content ol,
.office-tour #content ol,
body[class*="-after"] #content ol {
  margin: 0;
}
#content ul li {
  list-style: disc outside;
}
/* ==================================================================
	masthead
=================================================================== */
#masthead {
  width: 100%;
  min-height: 44px;
  padding: 0;
  background-color: #fff;
  position: relative;
  z-index: 3000;
}
@media only screen and (max-width: 1023px) {
  #masthead {
    height: 72px;
  }
}
@media only screen and (min-width: 666px) {
  #masthead {
    box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.1);
  }
}
@media only screen and (min-width: 1024px) {
  #masthead {
    height: 112px;
    font-size: 20px;
  }
}
@media only screen and (min-width: 1300px) {
  #masthead {
    position: fixed;
    top: 0;
    left: 0;
  }
}
#masthead .container {
  max-width: none;
  width: 100%;
}
/* ===============================================
TRIGGER/NAVICON
=============================================== */
#trigger {
  line-height: 44px;
  color: #9f784e;
  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: #113c5b;
}
@media only screen and (min-width: 1300px) {
  #trigger {
    display: none;
  }
}
.open #trigger .navicon span:nth-child(1) {
  transform: translate(0, 17.5px) scaleX(0) rotate(0deg);
}
.open #trigger .navicon span:nth-child(4) {
  transform: translate(0, -17.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: 41px;
  height: 35px;
  display: inline-block;
  position: relative;
}
#trigger .navicon span {
  width: 100%;
  height: 5px;
  margin: auto;
  background: currentcolor;
  display: block;
  position: absolute;
  left: 0;
  opacity: 1;
  transform: translate(0, 0) scaleX(1) rotate(0deg);
  transition: transform 0.3s ease;
}
#trigger .navicon span:nth-child(1) {
  top: 0;
}
#trigger .navicon span:nth-child(2),
#trigger .navicon span:nth-child(3) {
  top: 0;
  bottom: 0;
}
#trigger .navicon span:nth-child(4) {
  bottom: 0;
}
/* ==================================================================
	main-nav
=================================================================== */
#main-nav {
  font-size: 20px;
  text-align: left;
  width: 70px;
  height: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  clear: both;
}
@media only screen and (min-width: 666px) {
  #main-nav {
    margin-right: 370px;
  }
}
@media only screen and (min-width: 1024px) {
  #main-nav {
    margin-right: 390px;
  }
}
@media only screen and (min-width: 1300px) {
  #main-nav {
    font-size: inherit;
    width: 100%;
    margin: 0;
    height: 100%;
    margin-top: 0em;
    background: none;
    box-shadow: none;
    top: auto;
    bottom: 0;
    z-index: 2900;
  }
}
@media only screen and (max-width: 1299px) {
  #main-nav.open .collapsible {
    transition-duration: 0.33s;
    transition-timing-function: ease;
    transform: translate(0, 0);
    visibility: visible;
    pointer-events: auto;
    opacity: 1;
  }
}
@media only screen and (max-width: 1299px) {
  #main-nav .collapsible {
    width: 430px;
    position: absolute;
    top: 100%;
    left: 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 (max-width: 665px) {
  #main-nav .collapsible {
    width: 100vw;
    max-width: 320px;
    position: absolute;
    top: 100%;
    right: 0;
    left: auto;
    transform: translate(100%, 0);
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
  }
}
@media only screen and (min-width: 1300px) {
  #main-nav .collapsible {
    margin: 0 auto;
    position: relative;
  }
}
#main-nav .container {
  height: 100%;
  padding: 0;
}
@media only screen and (min-width: 1300px) {
  #main-nav .container {
    max-width: right;
    text-align: right;
  }
}
#main-nav .mod {
  display: none;
  vertical-align: bottom;
}
@media only screen and (min-width: 666px) {
  #main-nav .mod {
    height: 100%;
  }
}
@media only screen and (min-width: 1300px) {
  #main-nav .mod {
    display: inline-flex;
  }
}
/* ===============================================
TOP LEVEL ITEMS || top ul
=============================================== */
#main-nav ul {
  margin: 0;
  padding: 40px 0 40px;
  background: linear-gradient(180deg, #0c2a3f 0em, #123a59 2em);
  position: relative;
  z-index: 550;
  height: auto;
}
@media only screen and (max-width: 1299px) {
  #main-nav ul {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (max-width: 665px) {
  #main-nav ul {
    background: linear-gradient(180deg, #0c2a3f 0em, #123a59 6em);
    padding-top: 88px;
  }
}
@media only screen and (min-width: 1300px) {
  #main-nav ul {
    height: 3.675em;
    width: auto;
    margin: 0 0.85em 0 0;
    padding: 0;
    background: none;
    position: static;
    display: inline-block;
    vertical-align: bottom;
    float: none;
  }
}
#main-nav ul li {
  clear: both;
  cursor: pointer;
}
@media only screen and (max-width: 1299px) {
  #main-nav ul li.let-s-connect {
    display: none;
  }
}
@media only screen and (min-width: 1300px) {
  #main-nav ul li {
    margin: 0 1em 0 0;
    background: none;
    vertical-align: top;
    clear: none;
  }
  #main-nav ul li a:focus-visible + ul,
  #main-nav ul li ul:focus-within,
  #main-nav ul li:hover > ul {
    width: auto;
    height: auto;
    margin: 0;
    clip: auto;
    pointer-events: auto;
  }
  #main-nav ul li.let-s-connect {
    position: absolute;
    top: calc(0% + 0px);
    right: 0;
    z-index: 1000;
  }
  #main-nav ul li.let-s-connect a[id][class][href] {
    width: 173px;
    line-height: 120px;
    padding: 0;
    background-color: red;
    background-color: #9f784e;
    font-weight: 700;
    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;
    color: #fff;
  }
  #main-nav ul li.let-s-connect a[id][class][href]::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #725434;
    z-index: -1;
    transform: scale(0.8);
    opacity: 0;
    transition:
      transform 0.33s ease-in-out,
      opacity 0.33s ease-in-out;
  }
  #main-nav ul li.let-s-connect a[id][class][href] span {
    display: contents;
  }
  #main-nav ul li.let-s-connect a[id][class][href]:focus,
  #main-nav ul li.let-s-connect a[id][class][href]:hover {
    color: #fff;
  }
  #main-nav ul li.let-s-connect a[id][class][href]:focus::before,
  #main-nav ul li.let-s-connect a[id][class][href]:hover::before {
    transform: scale(1);
    opacity: 1;
  }
  #main-nav ul li.let-s-connect a[id][class][href]::after {
    content: none;
  }
  #main-nav ul li.let-s-connect:hover a[id][class][href] {
    color: #fff;
  }
  #main-nav ul li.let-s-connect:hover a[id][class][href]::before {
    transform: scale(1);
    opacity: 1;
  }
  #main-nav ul li.cosmetic {
    margin-right: 0;
    padding-right: 0;
  }
  #main-nav ul li.let-s-connect {
    margin-right: 0;
    padding-right: 0;
  }
  #main-nav ul li.let-s-connect:focus-visible > ul,
  #main-nav ul li.let-s-connect:focus-within > ul,
  #main-nav ul li.let-s-connect.clicked > ul,
  #main-nav ul li.let-s-connect.active > ul,
  #main-nav ul li.let-s-connect:hover ul {
    margin: 0;
    left: auto;
    right: 0em;
    transform: translate(0, 0);
  }
  #main-nav ul li.let-s-connect ul li a {
    text-align: right;
    float: right;
  }
}
#main-nav ul li a[id] {
  line-height: 50px;
  font-size: 17px;
  text-transform: uppercase;
  color: #ede4da;
  height: 50px;
  margin: 0;
  padding: 0 30px;
  transition: color 0.33s ease;
  pointer-events: none;
  letter-spacing: 0.01em;
}
@media only screen and (min-width: 1300px) {
  #main-nav ul li a[id] {
    line-height: 2.35294118;
    font-size: clamp(12px, 0.85em, 17px);
    text-align: center;
    height: 100%;
    z-index: 3000;
    pointer-events: auto;
    color: #0e202c;
    padding: 0px;
  }
}
#main-nav ul li a[id]:after {
  content: "";
  width: 16px;
  height: 3px;
  background-color: currentcolor;
  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;
  transform-origin: left;
}
@media only screen and (max-width: 1299px) {
  #main-nav ul li a[id]:after {
    bottom: 3px;
    padding: 0;
    left: 30px;
    background-color: #9f784e;
  }
}
@media only screen and (min-width: 1300px) {
  #main-nav ul li a[id]:after {
    bottom: 2.25em;
  }
}
#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] {
  text-decoration: none;
}
@media only screen and (min-width: 1300px) {
  #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: #9f784e;
  }
}
#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 {
  transform: translate(0, 0) scaleX(1);
  opacity: 1;
}
/* ===============================================
Flyout || ul ul
=============================================== */
#main-nav ul ul {
  width: 100%;
  padding: 0;
  background: none;
  border: none;
  float: left;
  transition: visibility 0.33s ease-in-out;
}
@media only screen and (min-width: 1300px) {
  #main-nav ul ul {
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 1em 0 1.2em;
    position: absolute;
    left: 0em;
    clip: rect(0 0 0 0);
    pointer-events: none;
    z-index: 2800;
    background: linear-gradient(180deg, #0c2a3f 0em, #123a59 2em);
    box-shadow: 0 15px 15px rgba(0, 0, 0, 0.15);
  }
}
#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: #ede4da;
  width: 100%;
  height: 44px;
  margin: 0;
  padding: 0 0 0 45px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.14em;
}
@media only screen and (min-width: 1300px) {
  #main-nav ul ul li a {
    line-height: 2.33333333;
    text-align: left;
    white-space: nowrap;
    height: 2.33333333em;
    padding: 0 2.2em 0 2em;
    float: left;
  }
}
#main-nav ul ul li a:after {
  content: "";
  width: 13px;
  height: 12px;
  background-color: currentcolor;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transition:
    transform 0.33s ease-in-out,
    opacity 0.33s ease-in-out;
  transform: translate(0, -50%) scaleX(0);
  transform-origin: left;
  opacity: 0;
}
@media only screen and (max-width: 1299px) {
  #main-nav ul ul li a:after {
    left: 28px;
  }
}
#main-nav ul ul li a:focus-visible,
#main-nav ul ul li a:hover,
#main-nav ul ul li a.active {
  text-decoration: none;
  margin-bottom: 0;
  border: none;
}
#main-nav ul ul li a:focus-visible::after,
#main-nav ul ul li a:hover::after,
#main-nav ul ul li a.active::after {
  opacity: 1;
  transform: translate(0, -50%) scaleX(1);
}
/* ===============================================
TERTIARY || if ul ul ul exists
=============================================== */
/* ===============================================
Flyout animation
=============================================== */
@media only screen and (max-width: 1299px) {
  #main-nav.open ul ul {
    visibility: hidden;
  }
  #main-nav.open ul .clicked ul {
    padding: 0 0 1em;
    visibility: visible;
  }
  #main-nav.open ul .clicked ul li {
    height: 44px;
    opacity: 1;
  }
}
/* ===============================================
	FULLMOB RULES
=============================================== */
/* ==================================================================
	header
=================================================================== */
#hd {
  text-align: center;
  color: #9f784e;
  height: 100%;
  padding: 0;
  position: relative;
  pointer-events: none;
}
@media only screen and (min-width: 666px) {
  #hd {
    text-align: right;
  }
}
@media only screen and (min-width: 1024px) {
  #hd {
    z-index: 3000;
  }
}
#hd .container {
  height: 100%;
  pointer-events: none;
}
#hd .mod {
  justify-content: center;
  z-index: 420;
  width: 100%;
  display: flex;
  gap: 0px;
  height: 48px;
  position: absolute;
  top: calc(100% + 0px);
  right: 0;
  box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 666px) {
  #hd .mod {
    top: 0;
    height: 100%;
    width: auto;
    max-width: none;
    box-shadow: none;
  }
}
@media only screen and (min-width: 1300px) {
  #hd .mod {
    display: none;
  }
}
/* ===============================================
	logo
=============================================== */
#logo {
  line-height: 0;
  width: 16.15em;
  margin: 0 auto 0 10px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  pointer-events: auto;
  font-size: 0.725em;
}
@media only screen and (min-width: 666px) {
  #logo {
    margin-left: 15px;
  }
}
@media only screen and (min-width: 1024px) {
  #logo {
    font-size: inherit;
  }
}
@media only screen and (min-width: 1300px) {
  #logo {
    margin: 0 0 0 2em;
  }
}
#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: 16.15em;
  height: 3.8em;
}
/* ===============================================
	contact info
=============================================== */
.contactinfo {
  text-align: center;
  width: auto;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  pointer-events: auto;
}
.contactinfo .phone {
  font-size: clamp(12px, 0.6em, 12px);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
  vertical-align: top;
  font-weight: 500;
  background-color: #ede4da;
  width: 93px;
  letter-spacing: 0.2em;
  height: 100%;
}
@media only screen and (max-width: 665px) {
  .contactinfo .phone {
    font-size: 25px;
  }
  .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);
  }
}
@media only screen and (min-width: 666px) {
  .contactinfo .phone {
    width: 188px;
  }
}
@media only screen and (min-width: 1300px) {
  .contactinfo .phone {
    width: 173px;
  }
}
.contactinfo .phone .icon {
  color: #9f784e;
  transition: inherit;
}
.contactinfo a {
  color: #0e202c;
  transition:
    color 0.33s ease-in-out,
    background-color 0.33s ease-in-out;
  position: relative;
  z-index: 1;
}
.contactinfo a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #dcd1c5;
  z-index: -1;
  transform: scale(0.8);
  opacity: 0;
  transition:
    transform 0.33s ease-in-out,
    opacity 0.33s ease-in-out;
}
.contactinfo a:focus::before,
.contactinfo a:hover::before {
  transform: scale(1);
  opacity: 1;
}
.contactinfo a:focus .icon,
.contactinfo a:hover .icon {
  animation: fa-bounce 1s linear infinite;
}
@keyframes phone-ringing {
  0%,
  50%,
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
  25%,
  75% {
    transform: translate(0, 0) rotate(25deg);
  }
}
/* ===============================================
	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;
}
@media only screen and (max-width: 665px) {
  .utilitynav {
    width: 100%;
  }
}
.utilitynav ul {
  display: contents;
}
.utilitynav ul li {
  display: contents;
}
.utilitynav ul li:nth-child(n + 2) {
  margin: 0 0 0 0.5em;
}
.utilitynav a {
  font-size: 17px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  padding: 0;
  background: #9f784e;
  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;
  height: 100%;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 665px) {
  .utilitynav a {
    width: 100%;
  }
}
@media only screen and (min-width: 666px) {
  .utilitynav a {
    width: 173px;
  }
}
.utilitynav a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #725434;
  z-index: -1;
  transform: scale(0.8);
  opacity: 0;
  transition:
    transform 0.33s ease-in-out,
    opacity 0.33s ease-in-out;
}
.utilitynav a:focus::before,
.utilitynav a:hover::before {
  transform: scale(1);
  opacity: 1;
}
/* ===============================================
	socialmedia
=============================================== */
#hd .socialmedia,
#masthead > .socialmedia {
  line-height: 0;
  text-align: center;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 2px;
  position: absolute;
  top: 100%;
  right: 0;
  pointer-events: auto;
}
@media only screen and (min-width: 1024px) {
  #hd .socialmedia,
  #masthead > .socialmedia {
    width: 2.2em;
    margin: 0;
    flex-direction: column;
    top: 12.5em;
    right: 1em;
  }
}
@media only screen and (min-width: 1300px) {
  #hd .socialmedia,
  #masthead > .socialmedia {
    position: fixed;
  }
}
#hd .socialmedia a,
#masthead > .socialmedia a {
  font-size: clamp(12px, 0.55em, 11px);
  color: #fff;
  min-width: 24px;
  min-height: 24px;
  border-radius: 50%;
  background: rgba(159, 120, 78, 0.7);
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition:
    transform 0.33s ease-in-out,
    color 0.33s ease-in-out;
}
@media only screen and (max-width: 1023px) {
  #hd .socialmedia a,
  #masthead > .socialmedia a {
    line-height: 44px;
    width: 44px;
    height: 44px;
  }
}
@media only screen and (min-width: 1024px) {
  #hd .socialmedia a,
  #masthead > .socialmedia a {
    line-height: 4;
    width: auto;
    height: 4em;
  }
}
#hd .socialmedia a:focus,
#masthead > .socialmedia a:focus,
#hd .socialmedia a:hover,
#masthead > .socialmedia a:hover {
  color: #fff;
  background: #113c5b;
  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;
  background: #000;
  position: relative;
  z-index: 400;
  min-height: 400px;
}
@media only screen and (min-width: 1024px) {
  #slideshow {
    min-height: 345px;
  }
}
@media only screen and (min-width: 1300px) {
  #slideshow {
    min-height: 700px;
  }
}
#slideshow picture {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 1024px) {
  #slideshow picture {
    max-width: calc(100% - 360px);
  }
}
@media only screen and (min-width: 1300px) {
  #slideshow picture {
    max-width: calc(50% + 7.7em);
  }
}
#slideshow picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#slideshow .ssoverlay {
  width: 100%;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  min-height: 400px;
  height: 100%;
  background-color: rgba(14, 32, 44, 0.3);
  z-index: 500;
  padding-top: 3em;
}
@media only screen and (min-width: 666px) {
  #slideshow .ssoverlay {
    min-height: 630px;
    padding: 0;
  }
}
@media only screen and (min-width: 1024px) {
  #slideshow .ssoverlay {
    max-width: 361px;
    min-height: 345px;
    margin-left: auto;
    background-color: #0e202c;
  }
}
@media only screen and (min-width: 1300px) {
  #slideshow .ssoverlay {
    min-height: 35em;
    max-width: 41.9em;
    max-width: calc(50% - 7.7em);
    padding-top: 5.6em;
  }
}
#slideshow .ssoverlay .logo {
  line-height: 0;
  text-align: center;
  margin: 0 auto 1.4em;
  display: block;
  width: 90%;
  max-width: 200px;
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}
@media only screen and (min-width: 666px) {
  #slideshow .ssoverlay .logo {
    max-width: 428px;
  }
}
@media only screen and (min-width: 1024px) {
  #slideshow .ssoverlay .logo {
    max-width: 213px;
    filter: none;
    -webkit-filter: none;
  }
}
@media only screen and (min-width: 1300px) {
  #slideshow .ssoverlay .logo {
    max-width: 21.4em;
  }
}
#slideshow .ssoverlay .spotbtn {
  font-size: clamp(12px, 0.75em, 15px);
  text-align: center;
  text-transform: uppercase;
  color: #ede4da;
  width: 11.13333333em;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
  background-color: #9f784e;
  transition: color 0.33s ease-in-out;
  overflow: hidden;
  letter-spacing: 0.32em;
  font-weight: 700;
}
@media only screen and (max-width: 1299px) {
  #slideshow .ssoverlay .spotbtn {
    line-height: 44px;
    min-width: 44px;
  }
}
@media only screen and (min-width: 1300px) {
  #slideshow .ssoverlay .spotbtn {
    line-height: 3.53333333;
  }
}
#slideshow .ssoverlay .spotbtn::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #725434;
  z-index: -1;
  transform: scale(0.8);
  opacity: 0;
  transition:
    transform 0.33s ease-in-out,
    opacity 0.33s ease-in-out;
}
#slideshow .ssoverlay .spotbtn:hover::before,
#slideshow .ssoverlay .spotbtn:focus::before {
  opacity: 1;
  transform: scale(1);
}
/* ==================================================================
	.spotlight
=================================================================== */
.spotlight {
  text-align: center;
  position: relative;
  z-index: 400;
}
.spotlight > div {
  position: relative;
}
/* ===============================================
	spot00 || COMMON GENERAL INFORMATION SPOTLIGHT SECTION REVERSE
=============================================== */
.spot01 {
  color: #0e202c;
  padding: 4em 0 3em;
  position: relative;
  z-index: 410;
  display: flex;
  gap: 2em;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: min(20px, 4vw);
}
@media only screen and (min-width: 666px) {
  .spot01 {
    padding: 5em 0;
  }
}
@media only screen and (min-width: 1024px) {
  .spot01 {
    font-size: min(1.7vw, 1em);
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 1300px) {
  .spot01 {
    font-size: min(1.4vw, 1em);
    gap: 3.9em;
    padding-left: 0.5em;
  }
}
.spot01 .decoration {
  width: 34.1em;
  height: 32.8em;
  display: inline-flex;
  vertical-align: middle;
  position: relative;
  font-size: min(1em, 2.65vw);
}
@media only screen and (max-width: 665px) {
  .spot01 .decoration {
    width: 90%;
    height: auto;
    margin-bottom: 20%;
  }
}
.spot01 .decoration img {
  width: 100%;
}
.spot01 .decoration .logo {
  line-height: 0;
  text-align: center;
  width: 100%;
  max-width: 11.7em;
  margin: 0 auto 1em;
  display: block;
  position: absolute;
  top: 51%;
  right: 2.45em;
  transform: translate(0, -50%);
  z-index: 1;
}
@media only screen and (max-width: 665px) {
  .spot01 .decoration .logo {
    transform: translate(-50%, 0);
    top: 10%;
    left: 50%;
    right: auto;
    width: 60%;
    max-width: 400px;
  }
}
.spot01 .decoration .logo svg {
  width: 100%;
  height: auto;
}
.spot01 .decoration .logo svg .branch {
  animation: hover-down 5s ease infinite;
}
.spot01 .decoration .logo svg .tooth {
  animation: hover-up 5s ease infinite;
}
@keyframes hover-down {
  0%,
  100% {
    transform: translate(0, 0px);
  }
  50% {
    transform: translate(0, -2px);
  }
}
@keyframes hover-up {
  0%,
  100% {
    transform: translate(0, 0px);
  }
  50% {
    transform: translate(0, 2px);
  }
}
.spot01 .decoration .img1 {
  display: block;
  max-width: 19.1em;
  box-shadow: 12.5px 21.651px 25px 0px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 1;
  margin: auto 0;
}
@media only screen and (max-width: 665px) {
  .spot01 .decoration .img1 {
    position: absolute;
    max-width: none;
    height: auto;
    width: 90%;
    left: 5%;
    top: 38%;
  }
}
.spot01 .decoration .ken-burns-wrapper {
  max-width: 20em;
  position: absolute;
  top: 0%;
  right: 0;
  height: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 665px) {
  .spot01 .decoration .ken-burns-wrapper {
    display: block;
    width: 100%;
    position: relative;
    max-width: none;
  }
}
.spot01 .decoration .ken-burns-wrapper img {
  animation: kenBurns 5s linear infinite;
}
@keyframes kenBurns {
  0% {
    transform: scale(1) translate(0);
  }
  50% {
    transform: scale(1.01) translate(1%, -1%);
  }
  100% {
    transform: scale(1) translate(0);
  }
}
.spot01 .mod {
  width: 90%;
  max-width: 27.75em;
  padding: 2em 0;
  vertical-align: middle;
  display: contents;
}
@media only screen and (max-width: 1023px) {
  .spot01 .mod .innermod {
    width: 90%;
    max-width: 680px;
    text-align: right;
  }
}
@media only screen and (min-width: 1024px) {
  .spot01 .mod {
    display: inline-block;
    width: 37%;
    text-align: right;
    padding: 0.3em 0 0;
  }
}
.spot01 h2.topic {
  line-height: 1.08888889;
  font-size: min(45px, 11.5vw);
  font-weight: 400;
  text-transform: uppercase;
  color: #9f784e;
  letter-spacing: 0.12em;
  font-family: "Castoro", serif;
  margin: 0 0 0.5em;
  order: -1;
}
@media only screen and (max-width: 1023px) {
  .spot01 h2.topic {
    width: 90%;
    max-width: 680px;
    text-align: right;
    margin-bottom: 0px;
  }
}
@media only screen and (min-width: 1300px) {
  .spot01 h2.topic {
    font-size: clamp(12px, 2.25em, 45px);
  }
}
@media only screen and (max-width: 665px) {
  .spot01 h2.topic .trait {
    display: block;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1299px) {
  .spot01 h2.topic .trait {
    display: block;
  }
}
.spot01 .info {
  line-height: 1.36363636;
  font-size: 22px;
  margin: 0 0 1.59090909em;
}
@media only screen and (min-width: 666px) and (max-width: 1023px) {
  .spot01 .info {
    width: 80%;
    margin-left: auto;
  }
}
.spot01 .spotbtn {
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
  color: #ede4da;
  width: 15.53333333em;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
  background-color: #113c5b;
  transition: color 0.33s ease-in-out;
  overflow: hidden;
  letter-spacing: 0.32em;
  font-weight: 700;
}
@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.53333333;
  }
}
.spot01 .spotbtn::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #0c293f;
  z-index: -1;
  transform: scale(0.8);
  opacity: 0;
  transition:
    transform 0.33s ease-in-out,
    opacity 0.33s ease-in-out;
}
.spot01 .spotbtn:hover::before,
.spot01 .spotbtn:focus::before {
  opacity: 1;
  transform: scale(1);
}
/* ===============================================
	spot00 || COMMON GENERAL INFORMATION SPOTLIGHT SECTION
=============================================== */
.spot02 {
  color: #ede4da;
  padding: 3em 0;
  position: relative;
  z-index: 410;
  background-color: #113d5c;
}
@media only screen and (min-width: 768px) {
  .spot02 {
    padding: 5em 0;
  }
}
@media only screen and (min-width: 1024px) {
  .spot02 {
    display: flex;
    justify-content: center;
    padding: 5.6em 0 5em;
    font-size: min(1.45vw, 1em);
  }
}
.spot02 h2.topic {
  line-height: 1;
  font-size: clamp(12px, 1.3em, 26px);
  font-weight: 700;
  text-transform: uppercase;
  color: #ede4da;
  margin: 0 auto 0.5em;
  letter-spacing: 0.32em;
  position: relative;
  display: block;
  width: 90%;
  max-width: 490px;
  text-align: left;
}
@media only screen and (min-width: 1024px) {
  .spot02 h2.topic {
    width: auto;
    display: inline-block;
    vertical-align: top;
    width: 0.80769231em;
    height: 0.80769231em;
    margin: 0;
    margin-right: 1.5em;
  }
  .spot02 h2.topic .trait {
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: 0% 10%;
    transform: rotate(-90deg) translate(calc(-100% + 0.3em), 0%);
  }
}
.spot02 .decoration {
  width: 90%;
  max-width: 30.9em;
  display: inline-block;
  vertical-align: middle;
  box-shadow: 12.5px 21.651px 25px 0px rgba(0, 0, 0, 0.25);
}
.spot02 .mod {
  width: 90%;
  max-width: 25em;
  display: block;
  position: relative;
  z-index: 420;
  margin: -35px auto 0;
}
@media only screen and (min-width: 1024px) {
  .spot02 .mod {
    max-width: 31.25em;
    margin: 0;
    margin-left: -4.25em;
    align-self: center;
    margin-top: 1.5em;
    margin-right: 2.9em;
  }
}
.spot02 a {
  display: flex;
  color: currentColor;
  gap: 1.5em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.spot02 a:not(:nth-last-of-type(1)) {
  margin-bottom: 3em;
}
@media only screen and (min-width: 1024px) {
  .spot02 a {
    text-align: left;
    min-height: 5em;
    flex-direction: row;
    gap: 3em;
  }
  .spot02 a:not(:nth-last-of-type(1)) {
    margin-bottom: 1em;
  }
}
.spot02 a .icon {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 4.25em;
  height: 4.25em;
  flex-shrink: 0;
  line-height: 0;
}
.spot02 a .icon svg {
  width: 100%;
  height: auto;
}
.spot02 a .icon::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(185, 153, 108, 0.9);
  z-index: -1;
  transition:
    background-color 0.33s ease-in-out,
    transform 0s ease-in-out;
}
.spot02 a .innermod {
  display: block;
}
.spot02 a h3.topic {
  line-height: 1.09090909;
  font-size: clamp(12px, 1.1em, 22px);
  font-family: "Castoro", serif;
  text-transform: uppercase;
  position: relative;
  top: 0.05em;
  vertical-align: top;
  transition: text-shadow 0.33s ease-in-out;
  margin-bottom: 1em;
}
@media only screen and (min-width: 1024px) {
  .spot02 a h3.topic {
    margin-bottom: 0;
    margin-right: 0.75em;
    float: left;
  }
}
.spot02 a .info {
  line-height: 1.5;
  font-size: clamp(12px, 0.8em, 16px);
  margin: 0;
  font-weight: 700;
  transition: text-shadow 0.33s ease-in-out;
}
.spot02 a:hover .innermod,
.spot02 a:focus .innermod {
  text-shadow: 0 0 25px #000000;
}
.spot02 a:hover .icon::before,
.spot02 a:focus .icon::before {
  background-color: rgba(14, 32, 44, 0.9);
}
/* ==================================================================
	subnav
=================================================================== */
#subnav {
  text-align: center;
  color: #113c5b;
  padding: 3.5em 0;
  position: relative;
  overflow: hidden;
  background-color: #e6dacd;
}
@media only screen and (max-width: 1299px) {
  #subnav {
    display: none;
  }
}
@media only screen and (min-width: 1300px) {
  #subnav {
    padding-top: 9.75em;
  }
}
@media only screen and (max-width: 1299px) {
  #subnav nav {
    width: 100vw;
    display: none;
  }
}
#subnav p {
  font-size: clamp(12px, 0.75em, 15px);
  margin: 0 auto;
  padding: 0;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
@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: 60.86128049%;
  }
}
#subnav a {
  color: #113c5b;
  margin: 0 0.8em;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: color 0.33s ease-in-out;
  padding: 0 8px;
}
@media only screen and (min-width: 1024px) {
  #subnav a {
    margin: 0;
  }
}
#subnav a:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #9f784e;
  z-index: -1;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  transition:
    transform 0.33s ease-in-out,
    opacity 0.33s ease-in-out;
  transform: scale(0.8);
  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: scale(1);
  opacity: 1;
}
#subnav .divider {
  margin: 0 0.4em;
  display: inline-block;
  vertical-align: top;
}
/* ==================================================================
	content
=================================================================== */
#bd {
  padding: 6em 0 3em;
  position: relative;
  z-index: 400;
}
@media only screen and (min-width: 666px) {
  #bd {
    padding: 3em 0;
  }
}
@media only screen and (min-width: 768px) {
  #bd {
    padding: 5.75em 0 3em;
  }
  #bd.sub {
    min-height: 50em;
  }
}
#bd.sub:after {
  content: none;
  height: 100%;
  background: url(../images/bdmark.svg) center / cover no-repeat;
  display: block;
  position: absolute;
  top: 48vw;
  right: 0;
  z-index: -1;
  pointer-events: none;
  width: 38.4em;
  height: 21.75em;
}
@media only screen and (min-width: 768px) {
  #bd.sub:after {
    content: "";
    right: 3%;
    font-size: calc(1vw - 0.1em);
  }
}
@media only screen and (min-width: 1024px) {
  #bd.sub:after {
    top: 40vw;
    font-size: calc(1vw - 0.1em);
  }
}
@media only screen and (min-width: 1300px) {
  #bd.sub:after {
    top: 21.75em;
    font-size: 1em;
    right: auto;
    left: calc(50% + 13.2em);
  }
}
#bd .container {
  width: 90%;
  max-width: 65.6em;
}
#content {
  max-width: 798.5px;
  display: block;
}
@media only screen and (min-width: 768px) {
  #content {
    width: 60.86128049%;
    max-width: 39.925em;
    float: left;
  }
}
@media only screen and (min-width: 1300px) {
  #content {
    width: 60.86128049%;
  }
}
#content .content-text {
  line-height: 1.68421053;
}
@media only screen and (min-width: 666px) {
  #content .content-text {
    font-size: min(2.3vw, 19px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1299px) {
  #content .content-text {
    max-width: 70ch;
  }
}
@media only screen and (min-width: 1300px) {
  #content .content-text {
    font-size: 19px;
  }
}
/* ==================================================================
	.home content
=================================================================== */
.home #bd {
  padding: 3em 0;
}
@media only screen and (min-width: 768px) {
  .home #bd {
    padding: 4.75em 0 3.6em;
  }
}
@media only screen and (min-width: 1024px) {
  .home #bd {
    min-height: 55em;
  }
}
.home #bd .decoration {
  display: block;
  position: relative;
  width: 31.1em;
  height: 42.7em;
  font-size: min(2.9vw, 20px);
  margin: 0 auto 3em;
}
@media only screen and (min-width: 1024px) {
  .home #bd .decoration {
    position: absolute;
    top: 62px;
    left: calc(50% + 5.15em);
    font-size: min(1.35vw, 1em);
    margin: 0;
  }
}
.home #bd .decoration img {
  width: 100%;
  box-shadow: 12.5px 21.651px 25px 0px rgba(0, 0, 0, 0.15);
}
.home #bd .decoration .img1 {
  max-width: 23.1em;
}
.home #bd .decoration .img2 {
  max-width: 17.05em;
  z-index: 3;
  position: absolute;
  top: 11.75em;
  right: 0;
}
.home #bd .decoration .img3 {
  max-width: 23.6em;
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 3.3em;
}
.home #bd .container {
  width: 90%;
  max-width: 65.6em;
  /* @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: 50ch;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
}
@media only screen and (min-width: 1024px) {
  .home #bd #content {
    max-width: 35.85em;
    width: 54.64939024%;
    margin-left: 0;
  }
}
@media only screen and (min-width: 666px) {
}
@media only screen and (min-width: 1300px) {
}
.home #bd #content .content-text h2 {
  font-size: 1.31578947em;
  line-height: 1.28;
  margin-bottom: 0.6em;
}
.home #bd #content .content-text ol,
.home #bd #content .content-text ul {
  margin: 0 0 1.3em 2.5em;
}
.home #bd #content .content-text ol li,
.home #bd #content .content-text ul li {
  margin: 0 0 1.3em 0;
}
.home #bd #content .content-text ol li:nth-last-of-type(1),
.home #bd #content .content-text ul li:nth-last-of-type(1) {
  margin: 0;
}
.home #bd #content p {
  margin-bottom: 1.2em;
}
/* ==================================================================
	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: #9f784e;
  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: #9f784e;
  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: #113c5b;
}
.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: #113c5b;
  top: 0;
}
/* content centered for slideshow, video-centric, and/or full width content */
.before-and-after #content,
.office-tour #content,
.smile-gallery #content,
.invisalign-videos #content {
  text-align: center;
}
.before-and-after #content h1,
.office-tour #content h1,
.smile-gallery #content h1,
.invisalign-videos #content h1,
.before-and-after #content h2,
.office-tour #content h2,
.smile-gallery #content h2,
.invisalign-videos #content h2,
.before-and-after #content h3,
.office-tour #content h3,
.smile-gallery #content h3,
.invisalign-videos #content h3,
.before-and-after #content p,
.office-tour #content p,
.smile-gallery #content p,
.invisalign-videos #content p {
  text-align: center;
}
.before-and-after .img-left,
.office-tour .img-left,
.smile-gallery .img-left,
.invisalign-videos .img-left,
.before-and-after .img-right,
.office-tour .img-right,
.smile-gallery .img-right,
.invisalign-videos .img-right {
  margin: 0 auto;
  float: none;
}
/* blockquote styling */
#content blockquote {
  margin: 0 0 1.58em;
  padding: 0 0 0 1em;
  border-left: 0.33em solid #f0f0f0;
}
/* comment line below if patient-login is live and legit */
.financial-information #financial-online-services {
  display: none;
}
/* common treatments */
.before-after-image {
  width: 44%;
  display: inline-block;
  vertical-align: top;
}
.before-after-image img,
.before-after-image span {
  display: block;
}
@media only screen and (min-width: 768px) {
  .before-after-image img,
  .before-after-image span {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .before-after-box,
  p.before-after-text {
    width: 49%;
    display: inline-block;
    vertical-align: top;
  }
}
/* common procedures */
@media only screen and (min-width: 1300px) {
  #content,
  #content h2[id],
  .common-procedures #content h2[id] {
    scroll-margin-top: 200px;
  }
}
/* preventive-care */
.preventive-care #content ul {
  display: inline-block;
}
/* reduces dimensions of coronavirus tab */
#coronavirus-update {
  font-size: 0.84em;
  padding: 0.5em 1.25em !important;
  left: 0.5em !important;
}
@media only screen and (min-width: 1300px) {
  #coronavirus-update {
    font-size: 1em;
  }
}
/* ==================================================================
	meet the team page classes for individual and full team images 
=================================================================== */
.staff {
  width: 45%;
  max-width: 10em;
  margin: 0 0 1em 1em;
  display: block;
  float: right;
}
.team {
  width: 100%;
  max-width: 1000px;
  margin: 2% auto;
  display: block;
}
/* ==================================================================
	sitemap
=================================================================== */
.sitemap #content .column > ul > li {
  margin-bottom: 1.45em;
}
.sitemap #content ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
}
.sitemap #content ul a {
  line-height: 1.4;
  font-size: clamp(12px, 1.25em, 25px);
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  color: #113c5b;
  font-family: "Castoro", serif;
  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: #000000;
  margin-left: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.sitemap #content a:focus,
.sitemap #content a:hover {
  color: #9f784e;
  text-decoration: none;
}
body.sitemap #bd ul li {
  list-style: none;
}
body.sitemap #bd ul ul li {
  list-style: none;
  margin-left: 0;
}
body.sitemap #content .width1 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  body.sitemap #content .width1 {
    width: 50%;
  }
  body.sitemap #content .width1:not(.first) {
    width: auto;
    max-width: 49%;
    float: right;
  }
}
/* global override */
/* ==================================================================
	sidebar
=================================================================== */
#sidebar {
  width: 100%;
  max-width: 20em;
  margin: 0 auto 3em;
  padding: 0;
  display: none;
  position: relative;
  z-index: 420;
}
@media only screen and (min-width: 768px) {
  #sidebar {
    width: 30.48780488%;
    margin: 3px -5px 1em 0;
    display: block;
    float: right;
    clear: right;
  }
}
/* ===============================================
	sitepics
=============================================== */
#hide-stock {
  position: relative;
}
.stock {
  box-shadow: 12.5px 21.651px 25px 0px rgba(0, 0, 0, 0.15);
  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 */
/* ===============================================
	spot00 || COMMON GENERAL INFORMATION SPOTLIGHT SECTION
=============================================== */
.spot03 {
  color: #0e202c;
  padding: 3em 0;
  position: relative;
  z-index: 410;
  background-color: #dbc9b5;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .spot03 {
    padding: 5em 0;
  }
}
@media only screen and (min-width: 1024px) {
  .spot03 {
    gap: 2em;
    font-size: min(1.4vw, 1em);
    flex-direction: row;
  }
}
.spot03 .decoration {
  width: 90%;
  max-width: 32.1em;
  display: inline-block;
  vertical-align: middle;
  box-shadow: 12.5px 21.651px 25px 0px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .spot03 .decoration {
    border: 1px solid #b9996c;
    border-bottom: 0px;
  }
}
@media only screen and (min-width: 1300px) {
  .spot03 .decoration {
    min-height: 30em;
  }
}
.spot03 .mod {
  width: 90%;
  max-width: 32em;
  flex-direction: column;
  vertical-align: middle;
  border: 1px solid #b9996c;
  text-align: left;
  display: contents;
}
@media only screen and (min-width: 1024px) {
  .spot03 .mod {
    display: inline-flex;
    align-self: stretch;
  }
}
.spot03 h2.topic {
  line-height: 6;
  font-size: clamp(12px, 0.75em, 15px);
  text-transform: uppercase;
  color: #ede4da;
  background-color: #b9996c;
  margin: 0;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-align: left;
  padding: 0 0 0 5.5em;
  width: 100%;
  max-width: 42.8em;
  order: -1;
}
@media only screen and (max-width: 1023px) {
  .spot03 h2.topic {
    width: 90%;
  }
}
@media only screen and (max-width: 479px) {
  .spot03 h2.topic {
    padding-left: 5%;
  }
}
.spot03 #spot03show {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
}
@media only screen and (max-width: 1023px) {
  .spot03 #spot03show {
    border: 1px solid #b9996c;
    max-width: 32.1em;
    width: 90%;
  }
}
.spot03 #spot03show .cycle-slide {
  height: 100%;
  display: flex !important;
  justify-content: center;
  flex-direction: column;
  padding: 3em 5%;
}
@media only screen and (min-width: 480px) {
  .spot03 #spot03show .cycle-slide {
    padding: 3em 10%;
  }
}
@media only screen and (min-width: 666px) {
  .spot03 #spot03show .cycle-slide {
    padding: 5em 10%;
  }
}
@media only screen and (min-width: 1024px) {
  .spot03 #spot03show .cycle-slide {
    padding: 3em 4.1em;
  }
}
.spot03 h3.topic {
  line-height: 1;
  font-size: clamp(12px, 1.55em, 31px);
  text-transform: uppercase;
  color: #113c5b;
  margin: 0 0 1em;
  font-weight: 700;
  font-family: "Castoro", serif;
  letter-spacing: 0.1em;
  text-align: left;
}
.spot03 .info {
  line-height: 1.2;
  font-size: clamp(12px, 0.95em, 19px);
  margin: 0 0 1.8em;
}
.spot03 .spotbtn {
  font-size: clamp(12px, 0.7em, 14px);
  text-align: center;
  text-transform: uppercase;
  color: #ede4da;
  width: 15.64285714em;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
  background-color: #113c5b;
  transition: color 0.33s ease-in-out;
  overflow: hidden;
  letter-spacing: 0.32em;
  font-weight: 700;
}
@media only screen and (max-width: 1299px) {
  .spot03 .spotbtn {
    line-height: 44px;
    min-width: 44px;
  }
}
@media only screen and (min-width: 1300px) {
  .spot03 .spotbtn {
    line-height: 3.78571429;
  }
}
.spot03 .spotbtn::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #0c293f;
  z-index: -1;
  transform: scale(0.8);
  opacity: 0;
  transition:
    transform 0.33s ease-in-out,
    opacity 0.33s ease-in-out;
}
.spot03 .spotbtn:hover::before,
.spot03 .spotbtn:focus::before {
  opacity: 1;
  transform: scale(1);
}
.spot03 .spotpager {
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #b9996c;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1023px) {
  .spot03 .spotpager {
    border: 1px solid #b9996c;
    border-top: 0px;
    max-width: 32.1em;
    width: 90%;
  }
}
@media only screen and (min-width: 1300px) {
  .spot03 .spotpager {
    flex-wrap: nowrap;
  }
}
.spot03 .spotpager button {
  display: block;
  color: #9f784e;
  font-size: clamp(12px, 0.55em, 11px);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0 1.27272727em;
  transition: color 0.33s ease-in-out;
  position: relative;
  white-space: nowrap;
  background: none;
  margin: 0;
  border: none;
  border-radius: 0px;
}
@media only screen and (max-width: 1299px) {
  .spot03 .spotpager button {
    line-height: 48px;
    min-width: 44px;
    width: 50%;
    text-align: center;
  }
  .spot03 .spotpager button:nth-child(1)::before,
  .spot03 .spotpager button:nth-child(2)::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    transform: translate(-50%, 0%);
    left: 50%;
    background-color: #9f784e;
    width: 12px;
    height: 1px;
  }
  .spot03 .spotpager button:nth-child(odd)::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 0;
    background-color: #9f784e;
    width: 1px;
    height: 12px;
  }
}
@media only screen and (max-width: 479px) {
  .spot03 .spotpager button {
    width: 100%;
  }
  .spot03 .spotpager button[class]::after {
    content: none;
  }
  .spot03 .spotpager button:not(:nth-last-of-type(1))::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    transform: translate(-50%, 0%);
    left: 50%;
    background-color: #9f784e;
    width: 12px;
    height: 1px;
  }
}
@media only screen and (min-width: 1300px) {
  .spot03 .spotpager button {
    line-height: 4.72727273;
    font-size: 11px;
  }
  .spot03 .spotpager button:not(:nth-last-of-type(1))::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 0;
    background-color: #9f784e;
    width: 1px;
    height: 12px;
  }
}
.spot03 .spotpager button:hover,
.spot03 .spotpager button:focus,
.spot03 .spotpager button.cycle-pager-active {
  color: #0e202c;
}
/* ===============================================
	spot00 || COMMON SERVICES/CALLOUT-LIKE SECTION EXAMPLE
=============================================== */
.spot04 {
  text-align: center;
  color: #ede4da;
  margin: 0;
  padding: 3em 0;
  position: relative;
  z-index: 410;
  background-color: #0e202c;
}
@media only screen and (min-width: 666px) {
  .spot04 {
    padding: 5em 0 2em;
  }
}

.spot04 .mod {
  display: inline-block;
  vertical-align: top;
  width: 90%;
  max-width: 40em;
  border: 1px solid #9f784e;
  padding: 3em 1.5em;
}

@media only screen and (min-width: 768px) {
  .spot04 .mod {
    padding: 3em 3.2em;
  }
}

.spot04 h2.topic {
  line-height: 1;
  font-size: min(2.35em, 6.5vw);
  text-transform: uppercase;
  color: #ede4da;
  font-family: "Castoro", serif;
  width: 100%;
  display: block;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}

.spot04 h2.topic .num {
  letter-spacing: 0.13em;
  line-height: 1.80851064;
  font-size: clamp(12px, 1em, 47px);
  font-weight: 400;
  display: inline-block;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.spot04 h2.topic .trait {
  letter-spacing: 0.1em;
  line-height: 2.83333333;
  font-size: clamp(12px, 0.63829787em, 30px);
  font-weight: 400;
  display: inline-block;
  font-family: "Plus Jakarta Sans", sans-serif;
  margin-left: -0.55em;
}

.spot04 h3.topic {
  line-height: 1.2;
  font-size: min(1.8em, 7vw);
  text-transform: uppercase;
  color: #ede4da;
  /* font-family: "Castoro", serif; */
  width: 100%;
  display: block;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .spot04 h3.topic {
    width: 10em;
    margin-left: auto;
    margin-right: auto;
  }
}

.spot04 .info {
  line-height: 1.2;
  font-size: 1.4em;
  margin: 0 0 40px;
}
@media only screen and (min-width: 1024px) {
  .spot04 .info {
    margin-bottom: 1em;
  }
}

.spot04 .spotbtn {
  font-size: clamp(12px, 0.75em, 15px);
  text-align: center;
  text-transform: uppercase;
  color: #ede4da;
  width: 11.13333333em;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
  background-color: #9f784e;
  transition: color 0.33s ease-in-out;
  overflow: hidden;
  letter-spacing: 0.32em;
  font-weight: 700;
}

@media only screen and (max-width: 1299px) {
  .spot04 .spotbtn {
    line-height: 44px;
    min-width: 44px;
  }
}
@media only screen and (min-width: 1300px) {
  .spot04 .spotbtn {
    line-height: 3.53333333;
  }
}
.spot04 .spotbtn::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #725434;
  z-index: -1;
  transform: scale(0.8);
  opacity: 0;
  transform-origin: center;
  transition:
    transform 0.33s ease-in-out,
    opacity 0.33s ease-in-out;
}
.spot04 .spotbtn:hover::before,
.spot04 .spotbtn:focus::before {
  opacity: 1;
  transform: scale(1);
}

/* ==================================================================
	#ft
=================================================================== */
#ft {
  text-align: center;
  color: #ede4da;
  width: 100%;
  padding: 0;
  background: #0d202c;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
  margin-top: -1px;
}
@media only screen and (min-width: 1300px) {
  #ft {
    background-size: auto 100%;
  }
}
#ft a {
  color: #ede4da;
  transition: color 0.33s ease-in-out;
  position: relative;
  z-index: 1;
}
#ft a .street::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: currentColor;
  transition: transform 0.33s ease-in-out;
  transform: scaleX(0);
  transform-origin: left;
}
#ft a::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: currentColor;
  transition: transform 0.33s ease-in-out;
  transform: scaleX(0);
  transform-origin: left;
}
#ft a:focus::before,
#ft a:hover::before {
  transform: scaleX(1);
}
#ft a:focus .street::before,
#ft a:hover .street::before {
  transform: scaleX(1);
}
/* ===============================================
		locations
=============================================== */
#location {
  width: 100%;
  padding: 3em 0 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  #location {
    padding: 3.3em 1em 3.15em;
    flex-direction: row;
    align-items: flex-end;
  }
}
#location .map {
  display: block;
  width: 90%;
  max-width: 47.2em;
  position: relative;
  order: 1;
  margin-bottom: 1em;
  box-shadow: 12.5px 21.651px 25px 0px rgba(0, 0, 0, 0.35);
}
@media only screen and (max-width: 767px) {
  #location .map {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  #location .map {
    width: calc(50% + 88px);
    height: 36.85em;
    order: 0;
    margin: 0;
  }
  #location .map img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
  }
}
#location .map img {
  width: 100%;
}
#location .mod {
  text-align: center;
  width: 100%;
  max-width: 38.4em;
  display: contents;
}
@media only screen and (min-width: 1024px) {
  #location .mod {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: -0.65em;
    width: calc(50% - 88px);
    order: 1;
  }
}
@media only screen and (min-width: 1750px) {
  #location .mod {
    padding-right: 3.75em;
  }
}
#location .logo {
  line-height: 0;
  text-align: center;
  margin: 0 auto 1.4em;
  display: block;
}
#location .logo::before {
  content: none;
}
#location .logo:focus {
  opacity: 0.51;
}
#location .logo img {
  width: 13.95em;
}
#location .spotbtn {
  font-size: clamp(12px, 0.75em, 15px);
  text-align: center;
  text-transform: uppercase;
  color: #ede4da;
  width: 11.13333333em;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
  background-color: #9f784e;
  transition: color 0.33s ease-in-out;
  overflow: hidden;
  letter-spacing: 0.32em;
  font-weight: 700;
  margin-bottom: 3.33333333em;
}
@media only screen and (min-width: 768px) {
  #location .spotbtn {
    margin-bottom: 3.33333333em;
  }
}
@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.53333333;
  }
}
#location .spotbtn::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #725434;
  z-index: -1;
  transform: scale(0.8);
  opacity: 0;
  transform-origin: center;
  transition:
    transform 0.33s ease-in-out,
    opacity 0.33s ease-in-out;
}
#location .spotbtn:hover::before,
#location .spotbtn:focus::before {
  opacity: 1;
  transform: scale(1);
}
#location .phone {
  font-size: clamp(12px, 0.9em, 18px);
  display: block;
  margin-bottom: 1em;
}
@media only screen and (max-width: 1023px) {
  #location .phone {
    line-height: 44px;
  }
}
@media only screen and (min-width: 1024px) {
  #location .phone {
    line-height: 1.11111111;
  }
}
#location .address {
  font-size: clamp(12px, 0.9em, 18px);
  margin: 0 auto 0.8em;
  display: block;
  position: static;
}
@media only screen and (max-width: 1023px) {
  #location .address {
    line-height: 22px;
  }
}
@media only screen and (min-width: 1024px) {
  #location .address {
    line-height: 1.27777778;
  }
}
#location .address .street {
  position: relative;
}
#location .address .marker {
  line-height: 1;
  font-size: 8.16666667em;
  color: #9f784e;
  width: 0.75em;
  margin-right: 0em;
  position: absolute;
  top: 2.27210884em;
  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 {
    bottom: min(330px, 40vw);
    top: auto;
    left: auto;
    right: calc(50% - 0.325em);
  }
}
@media only screen and (max-width: 767px) {
  #location .address .marker {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  #location .address .marker {
    right: calc(75% - 90px);
    top: 2.55em;
  }
}
@media only screen and (min-width: 1300px) {
  #location .address .marker {
    right: calc(75% - 103px);
    top: 2.27210884em;
  }
}
@media only screen and (min-width: 1760px) {
  #location .address .marker {
    right: calc(50% + 335px);
  }
}
#location .address .marker svg {
  display: block;
  position: absolute;
  top: 20%;
  left: 7%;
  width: 0.63945578em;
  height: auto;
}
#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 .socialmedia {
  line-height: 0;
  text-align: center;
  width: 100%;
  height: auto;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 0 0 1.25em;
}
#location .socialmedia a {
  font-size: clamp(12px, 1.1em, 22px);
  min-width: 24px;
  min-height: 24px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition:
    transform 0.33s ease-in-out,
    color 0.33s ease-in-out;
}
@media only screen and (max-width: 1023px) {
  #location .socialmedia a {
    line-height: 44px;
    font-size: 20px;
    width: 44px;
    height: 44px;
  }
}
@media only screen and (min-width: 1024px) {
  #location .socialmedia a {
    line-height: 2;
    width: auto;
    height: 2em;
  }
}
#location .socialmedia a .icon {
  position: relative;
}
#location .officehours {
  line-height: 0;
  width: 14.5em;
  margin: 0 auto 3em;
  display: inline-block;
}
@media only screen and (min-width: 1300px) {
  #location .officehours {
    margin-bottom: 1.5em;
  }
}
#location .officehours .days,
#location .officehours .hours {
  line-height: 1.2;
  font-size: clamp(12px, 0.9em, 18px);
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
}
#location .officehours .days {
  text-align: right;
  width: 4.75em;
  padding-right: 0.86666667em;
}
#location .officehours .hours {
  text-align: left;
  width: 65%;
}
/* ==================================================================
		#links
=================================================================== */
#links {
  text-align: center;
  color: #000;
  margin: 0;
  background-color: #ede4db;
  position: relative;
  z-index: 420;
}
@media only screen and (max-width: 1299px) {
  #links {
    padding: 1em 0;
  }
}
@media only screen and (min-width: 1300px) {
  #links {
    height: 3.6em;
    padding: 0.7em 0 0;
  }
}
#ft .util {
  font-size: clamp(12px, 0.6em, 12px);
  order: 2;
}
@media only screen and (max-width: 1299px) {
  #ft .util {
    line-height: 44px;
  }
}
@media only screen and (min-width: 1300px) {
  #ft .util {
    line-height: 3.66666667;
  }
}
#ft .util a {
  color: #ede4da;
  transition: color 0.33s ease-in-out;
  font-weight: 500;
}
#ft .util a,
#ft .util .divider {
  display: inline-block;
}
#ft .util .divider {
  margin: 0 0.1em;
}
/* ===============================================
		sesame link
=============================================== */
a#sesame-link .sesameicon {
  width: 1.33333333em;
  height: 1.16666667em;
  margin-right: 0.5em;
  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;
}
a#backtotop {
  font-size: clamp(12px, 0.6em, 12px);
  color: #9f784e;
  display: inline-block;
  vertical-align: top;
  transition: color 0.33s ease-in-out;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-family: "Castoro", serif;
  font-weight: 700;
}
@media only screen and (max-width: 1299px) {
  a#backtotop {
    line-height: 44px;
  }
}
@media only screen and (min-width: 1300px) {
  a#backtotop {
    line-height: 3.66666667;
  }
}
a#backtotop:focus,
a#backtotop:hover {
  color: #113c5b;
}
/*superlative*/
/************************************************************************************************************************************************/
/* hr element - div.hr */
hr,
.types-of-braces #content div.clear {
  font-size: inherit;
  width: 100%;
  margin: 1.58em 0;
  height: 1px;
  background: #666;
  border: none;
  display: block;
}
.brushing-and-flossing .content-text hr {
  float: left;
}
/* ===============================================
	Form Buttons
=============================================== */
form button {
  letter-spacing: normal;
  font-size: clamp(12px, 0.95em, 19px);
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  height: 49px;
  padding: 0 1.5em;
  background-color: #9f784e;
  border: none;
  transition:
    color 0.33s ease-in-out,
    background-color 0.33s ease-in-out,
    border-color 0.33s ease-in-out;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
form button::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #725434;
  z-index: -1;
  transform: scale(0.8);
  opacity: 0;
  transition:
    transform 0.33s ease-in-out,
    opacity 0.33s ease-in-out;
}
form button:hover::before,
form button:focus::before {
  opacity: 1;
  transform: scale(1);
}
form p {
  height: auto;
}
/* ===============================================
	skip link styles
=============================================== */
.skiplink {
  line-height: 2;
  font-size: 12px;
  color: #fff;
  padding: 0.5em 1em;
  background-color: #113c5b;
  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: #9f784e;
  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: #113c5b;
}
/* ===============================================
	.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,
  .layout-full-width #bd {
    min-height: auto;
  }
  .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*/
}
/* ===============================================
	embed-container enhanced support
=============================================== */
@supports (aspect-ratio: 16 / 9) and (object-fit: cover) {
  @media only screen and (max-width: 1299px) {
    .embed-container,
    .embed-container.ratio16x9 {
      max-width: min(42.02631579em, 90%);
    }
  }
  @media only screen and (min-width: 1300px) {
    .embed-container,
    .embed-container.ratio16x9 {
      max-width: min(42.02631579em, 1200px);
    }
  }
}
.faq-item {
  /* border: 1px solid currentColor; */
  margin-bottom: 10px;
}
.accordion-trigger {
  width: 100%;
  padding: 0.5em 0;
  background: none;
  border: none;
  text-align: left;
  cursor: pointer;
  color: inherit;
  font: inherit;
  font-size: 0.8em;
  gap: 0.25em;
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  transition:
    background-color 0.33s ease-in-out,
    color 0.33s ease-in-out;
}
.faq-container.border-style .faq-item {
  border: 1px solid #b99a6d;
  margin-bottom: 10px;
  background-color: #b99a6d;
  color: #fff;
}
.faq-container.border-style .accordion-trigger {
  justify-content: space-between;
  padding: 20px;
  text-transform: uppercase;
}
.faq-container.border-style .accordion-panel {
  justify-content: space-between;
  padding: 20px;
  background-color: #e4d8c8;
  color: #000;
}
.faq-container.border-style .accordion-trigger:hover,
.faq-container.border-style .accordion-trigger.x:focus {
  background-color: #9f784e;
}
/* .accordion-trigger:hover,
.accordion-trigger:focus {
  background: #4b1f12;
  color: white;
}

*/
/* .accordion-trigger[aria-expanded="true"] {
  background: #4b1f12;
  color: white;
} */
.faq-item .icon {
  width: 0.75em;
  height: auto;
  margin: 0;
  transition: transform 0.33s ease-in-out;
  stroke-width: 5px;
}
.faq-container.border-style .faq-item .icon {
  width: 1em;
}
.faq-item .icon path {
  transition: opacity 0.33s ease-in-out;
}
/* .faq-item .icon path:nth-child(1) {
  opacity: 0;
}

.faq-container.border-style .faq-item .icon path:nth-child(1) {
  opacity: 1;
} */
.accordion-trigger[aria-expanded="true"] .icon {
  transform: rotate(135deg);
  /* transform: rotate(180deg); */
}
.faq-container.border-style .accordion-trigger:hover .icon {
  transform: rotate(180deg);
}
.faq-container.border-style .accordion-trigger[aria-expanded="true"] .icon {
  transform: rotate(225deg);
}
.accordion-trigger[aria-expanded="true"] .icon path {
  opacity: 1;
}
/* custom accordion layout */
/* .accordion-panel { */
/* padding: 0px; */
/* background: white; */
/* } */
.accordion-panel p:nth-last-of-type(1) {
  margin: 0;
}
.accordion-panel h3 {
  margin-top: 0;
}
.accordion-panel ul {
  padding-left: 20px;
}
.accordion-panel li {
  margin-bottom: 8px;
}
