/* 
 Site Manager Version: 14.2.0
 Date Created: October 2025
 Account: nyortho-group
 Written by: Ricky Rivas
 Sesame Communications - All rights reserved. C2025
 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: "Mulish", Helvetica, Arial, sans-serif;
}

form button,
button {
  font-family: "Mulish", Helvetica, Arial, sans-serif;
}

svg {
  display: inline-block;
}

body {
  color: #000;
  background: #ccc;
  position: relative;
  overflow: hidden;
}

@media only screen and (min-width: 1300px) {
  body {
    font-size: 20px;
  }
}

/* ===============================================
	links 
=============================================== */
a {
  text-decoration: none;
}

#content a {
  color: #da1884;
  text-decoration: underline;
  transition: color 0.33s ease-in-out;
}

#content a:focus,
#content a:hover {
  color: #8a6305;
  text-decoration: none;
}
@media only screen and (min-width: 1024px) {
  .anchor-tag {
    margin-top: -122px !important;
    padding-top: 122px !important;
  }
}
/* ===============================================
	h family || hfam 
=============================================== */
h1,
h2:not(.topic),
h3:not(.topic),
h4,
h5,
h6 {
  line-height: 1;
  text-align: left;
  color: #da1884;
  text-rendering: auto;
  margin: 0 0 1.5em;
  text-transform: uppercase;
  font-weight: 400;
}

.sub h1 {
  font-size: 10vw;
  margin-bottom: 0em;
  text-align: center;
  color: #fff;
}

@media only screen and (min-width: 480px) {
  .sub h1 {
    font-size: 3.75em;
  }
}

.home h1 {
  font-size: min(2.45em, 7vw);
  margin: 0 0 0.3em -0.05em;
  color: #fdb813;
}

@media only screen and (min-width: 1024px) {
  .home h1 {
    font-size: min(2.45em, 3.55vw);
  }
}

.home h1 .trait {
  display: block;
}

.home h1 .trait.top {
  line-height: 1.2962963;
  font-size: 0.55102041em;
  color: #da1884;
  letter-spacing: 0.17em;
  font-weight: 600;
}

h2:not(.topic) {
  font-size: 1.2em;
}

h3:not(.topic) {
  font-size: 1.1em;
  color: #fdb813;
}

h4 {
  font-size: 1em;
  color: #6e7072;
}

h5 {
  font-size: 0.95em;
}

h6 {
  font-size: 0.9em;
}

/* ===============================================
	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: #000;
  position: relative;
  z-index: 3000;
}

@media only screen and (max-width: 1023px) {
  #masthead {
    height: 100px;
  }
}

@media only screen and (min-width: 1024px) {
  #masthead {
    font-size: inherit;
    font-size: 20px;
    height: 6.1em;
    position: fixed;
    top: 0;
    left: 0;
  }
}

#masthead .container {
  max-width: 59.75em;
  width: 96%;
}

@media only screen and (max-width: 1023px) {
  #masthead .container {
    width: 100%;
    max-width: none;
  }
}

#masthead .masthead-mod {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 420;
  flex-direction: column;
  background-color: #000;
  padding: 25px 0 40px;
  gap: 10px;
}

#masthead .masthead-mod--hd {
  display: none;
}

@media only screen and (max-width: 665px) {
  #masthead .masthead-mod {
    transition-property: transform, opacity;
    transition-duration: 0.6s, 0.9s;
    transition-timing-function: ease-in-out;
    transition-delay: 0.24s;
  }

  #masthead .masthead-mod.mobtron {
    transform: translate(0, -33px);
    transition-duration: 0s;
    transition-delay: 0s;
    pointer-events: none;
    opacity: 0;
  }

  #masthead .masthead-mod.mobtron * {
    pointer-events: none;
  }

  #masthead .masthead-mod.mobtron:focus-within {
    transform: translate(0, 0);
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s;
    pointer-events: auto;
    opacity: 1;
  }

  #masthead .masthead-mod.mobtron:focus-within * {
    pointer-events: auto;
  }
}

@media only screen and (min-width: 666px) {
  #masthead .masthead-mod {
    gap: 0;
  }

  #masthead .masthead-mod--hd {
    display: inline-flex;
    margin-right: 100px;
    background: none;
    height: 100%;
    padding: 0px;
  }

  #masthead .masthead-mod--hd .contactinfo {
    display: none;
  }

  #masthead .masthead-mod--hd .socialmedia {
    display: none;
  }

  #masthead .masthead-mod--mainnav {
    display: flex;
    padding: 20px 0 30px;
  }

  #masthead .masthead-mod--mainnav .utilitynav {
    display: none;
  }
}

@media only screen and (min-width: 1024px) {
  #masthead .masthead-mod {
    margin: 0;
    gap: 23px;
    padding: 22px 0 0;
    flex-direction: row;
  }

  #masthead .masthead-mod--hd {
    height: auto;
  }

  #masthead .masthead-mod--hd .socialmedia {
    display: flex;
  }

  #masthead .masthead-mod--hd .contactinfo {
    display: inline-flex;
  }

  #masthead .masthead-mod--mainnav {
    display: none;
  }
}

/* ===============================================
TRIGGER/NAVICON
=============================================== */
#trigger {
  line-height: 44px;
  color: #fff;
  width: 68px;
  height: 100%;
  margin: 0 0 0 auto;
  padding: 0;
  background: #da1884;
  box-shadow: none;
  border: none;
  -webkit-display: none;
  position: relative;
  display: block;
  z-index: 600;
  transition: color 0.33s ease-in-out;
  cursor: pointer;
}

#trigger:focus-visible {
  color: #8a6305;
}

@media only screen and (min-width: 1024px) {
  #trigger {
    display: none;
  }
}

.open #trigger .navicon span:nth-child(1) {
  transform: translate(0, 12.5px) scaleX(0) rotate(0deg);
}

.open #trigger .navicon span:nth-child(4) {
  transform: translate(0, -12.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: 40px;
  height: 25px;
  display: inline-block;
  vertical-align: -6.5px;
  position: relative;
}

#trigger .navicon span {
  width: 100%;
  height: 3px;
  margin: auto;
  background: currentcolor;
  display: block;
  position: absolute;
  left: 0;
  opacity: 1;
  transform: translate(0, 0) scaleX(1) rotate(0deg);
  transition: transform 0.3s ease;
}

#trigger .navicon span:nth-child(1) {
  top: 0;
}

#trigger .navicon span:nth-child(2),
#trigger .navicon span:nth-child(3) {
  top: 0;
  bottom: 0;
}

#trigger .navicon span:nth-child(4) {
  bottom: 0;
}

/* ==================================================================
	main-nav
=================================================================== */
#main-nav {
  font-size: 20px;
  text-align: center;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  clear: both;
  /* a{ 
		@media only screen and (max-width: 1023px) { visibility:hidden; } 
	} */
}

@media only screen and (min-width: 1024px) {
  #main-nav {
    font-size: inherit;
    width: 100%;
    height: 2.25em;
    margin-top: 2em;
    background: none;
    box-shadow: none;
    top: auto;
    bottom: 0;
    z-index: 2900;
  }
}

#main-nav.open {
  /* a{  
			@media only screen and (max-width: 1023px) { visibility:visible; } 
		} */
}

@media only screen and (max-width: 1023px) {
  #main-nav.open .collapsible {
    transition-duration: 0.33s;
    transition-timing-function: ease;
    transform: translate(0, 0);
    visibility: visible;
    pointer-events: auto;
    opacity: 1;
  }
}

@media only screen and (max-width: 1023px) {
  #main-nav .collapsible {
    width: 100%;
    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 (max-width: 665px) {
  #main-nav .collapsible {
    max-width: none;
  }
}

@media only screen and (min-width: 1024px) {
  #main-nav .collapsible {
    margin: 0 auto;
    position: relative;
  }
}

#main-nav .container {
  height: 100%;
  padding: 0;
}

@media only screen and (min-width: 1024px) {
  #main-nav .container {
    width: 96%;
    max-width: right;
  }
}

/* ===============================================
TOP LEVEL ITEMS || top ul
=============================================== */
#main-nav ul {
  margin: 0;
  padding: 40px 0 40px;
  background-color: #da1884;
  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: 2.25em;
    width: auto;
    margin: 0;
    padding: 0;
    background: none;
    position: static;
    float: right;
  }
}

#main-nav ul li {
  clear: both;
  cursor: pointer;
}

@media (min-width: 1024px) and (max-width: 1299px) and (pointer: coarse) {
  #main-nav ul li {
    /* flyout appear on tablet click event */
  }

  #main-nav ul li.open > ul {
    width: auto;
    height: auto;
    margin: 0;
    clip: auto;
    pointer-events: auto;
  }
}

@media only screen and (min-width: 1024px) {
  #main-nav ul li {
    margin: 0 0.6625em 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;
    left: auto;
    right: 0;
  }

  #main-nav ul li.contact ul li a,
  #main-nav ul li.contact-us ul li a {
    text-align: right;
    float: right;
    padding: 0 2.2em 0 8.75em;
  }
}

#main-nav ul li a[id] {
  line-height: 50px;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  height: 50px;
  margin: 0;
  transition: color 0.33s ease;
  pointer-events: none;
  font-weight: 700;
  letter-spacing: -0.015em;
}

@media only screen and (max-width: 1023px) {
  #main-nav ul li a[id]::before {
    content: "";
    position: absolute;
    width: 100%;
    background-color: currentColor;
    height: 2px;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    transition:
      opacity 0.33s ease,
      transform 0.33s ease-in-out;
    opacity: 0;
    transform: scaleX(0);
  }
}

@media only screen and (min-width: 1024px) {
  #main-nav ul li a[id] {
    line-height: 2.85714286;
    font-size: clamp(12px, 0.7em, 14px);
    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].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;
  transition-duration: 0.15s;
}

#main-nav ul li:focus-within > a[id]::before,
#main-nav ul li.clicked > a[id]::before,
#main-nav ul li.active > a[id]::before,
#main-nav ul li:hover > a[id]::before {
  opacity: 1;
  transform: scaleX(1);
}

@media only screen and (min-width: 1024px) {
  #main-nav ul li:focus-within > a[id],
  #main-nav ul li.clicked > a[id],
  #main-nav ul li.active > a[id],
  #main-nav ul li:hover > a[id] {
    color: #da1884;
    color: #fdb813;
  }
}

/* ===============================================
Flyout || ul ul
=============================================== */
#main-nav ul ul {
  width: 100%;
  padding: 0;
  background: rgba(218, 24, 132, 0.9);
  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 1.1em;
    position: absolute;
    left: -2em;
    clip: rect(0 0 0 0);
    pointer-events: none;
    z-index: 2800;
    border-bottom-left-radius: 0.5em;
    border-bottom-right-radius: 0.5em;
  }
}

#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.1em;
    margin: 0 0 0.15em;
    padding: 0;
    opacity: 1;
  }
}

#main-nav ul ul li a {
  line-height: 44px;
  font-size: clamp(12px, 0.6em, 12px);
  color: #fff;
  width: 100%;
  height: 44px;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.01em;
}

@media only screen and (min-width: 1024px) {
  #main-nav ul ul li a {
    line-height: 1.83333333;
    text-align: left;
    white-space: nowrap;
    height: 1.83333333em;
    padding: 0 8.75em 0 2.2em;
    float: left;
  }
}

#main-nav ul ul li a::before {
  content: "";
  background-color: #fdb813;
  position: absolute;
  top: 0;
  left: 0.5em;
  width: calc(100% - 1.2em);
  height: 100%;
  z-index: -1;
  border-radius: 11px;
  transition:
    transform 0.33s ease-in-out,
    opacity 0.33s ease-in-out;
  opacity: 0;
}

@media only screen and (max-width: 1023px) {
  #main-nav ul ul li a::before {
    border-radius: 2em;
  }
}

#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::before,
#main-nav ul ul li a:hover::before,
#main-nav ul ul li a.active::before {
  opacity: 1;
}

/* ===============================================
TERTIARY || if ul ul ul exists
=============================================== */
/* ===============================================
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;
  }
}

/* socialmedia */
#masthead .socialmedia {
  line-height: 0;
  text-align: center;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  position: relative;
  gap: 0.55em;
  pointer-events: auto;
  margin-top: 1em;
}

@media only screen and (min-width: 1024px) {
  #masthead .socialmedia {
    flex-direction: column;
    position: fixed;
    width: auto;
    top: 50%;
    right: 0.75em;
    transform: translate(0, -50%);
    margin: 0;
  }
}

#masthead .socialmedia a {
  line-height: 39px;
  font-size: 18px;
  color: #fdb813;
  width: 39px;
  height: 39px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: color 0.33s ease-in-out;
  background-color: #fff;
  border-radius: 50%;
}

@media only screen and (min-width: 1300px) {
  #masthead .socialmedia a {
    opacity: 0;
  }
}

#masthead .socialmedia a:focus-visible {
  opacity: 0.5;
  outline: auto;
}

#masthead .socialmedia a:focus:active {
  outline: transparent;
}

#masthead .socialmedia a::before {
  content: "";
  position: absolute;
  top: -3.5px;
  left: -3.5px;
  width: calc(100% + 7px);
  height: calc(100% + 7px);
  border: 2px solid #fdb813;
  border-radius: 50%;
  transition: border-color 0.33s ease-in-out;
}

#masthead .socialmedia a:hover,
#masthead .socialmedia a:focus {
  z-index: 400;
  color: #da1884;
  animation: fa-bounce 1s ease;
}

#masthead .socialmedia a:hover::before,
#masthead .socialmedia a:focus::before {
  border-color: #da1884;
}

#masthead .socialmedia a .icon {
  position: relative;
}

/* ===============================================
	FULLMOB RULES
=============================================== */
/* ==================================================================
	header
=================================================================== */
#hd {
  text-align: center;
  color: #da1884;
  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;
}

/* ===============================================
	logo
=============================================== */
#logo {
  line-height: 0;
  width: 13.5em;
  margin: 0 auto 0 2%;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  pointer-events: auto;
  font-size: min(1em, 3.25vw);
  z-index: 1000;
}

@media only screen and (min-width: 1024px) {
  #logo {
    font-size: min(1em, 1.55vw);
    margin: 0;
  }
}

#logo a {
  display: inline-block;
  vertical-align: top;
  transition: opacity 0.33s ease-in-out;
}

@media only screen and (max-width: 1023px) {
  #logo a {
    min-height: 44px;
    display: flex;
    align-items: center;
  }
}

#logo a:focus {
  opacity: 0.51;
}

#logo svg {
  width: 13.5em;
  height: 5em;
}

/* ===============================================
	contact info
=============================================== */
.contactinfo {
  text-align: center;
  width: auto;
  margin: 0;
  display: inline-flex;
  vertical-align: top;
  flex-direction: column;
  pointer-events: auto;
}

@media only screen and (min-width: 1024px) {
  .contactinfo {
    flex-direction: row;
    gap: 0.95em;
  }
}

.contactinfo__item {
  display: inline-flex;
  align-items: center;
  vertical-align: top;
  gap: 2px;
  text-align: center;
}

@media only screen and (min-width: 1024px) {
  .contactinfo__item {
    justify-content: center;
  }
}

@media only screen and (min-width: 1300px) {
  .contactinfo__item--first[class] .icon {
    margin-right: 0.5em;
  }
}

.contactinfo__item .icon {
  display: block;
  line-height: 2.25;
  font-size: clamp(12px, 0.6em, 12px);
  color: #fff;
  border-radius: 50%;
  width: 2.25em;
  margin-right: 0.3em;
}

.contactinfo__item--first .icon {
  background-color: #dc1885;
}

.contactinfo__item--last .icon {
  background-color: #fbb813;
}

.contactinfo__item .divider {
  display: block;
  font-size: clamp(12px, 0.6em, 12px);
  color: #2e2e2e;
  font-weight: 500;
  margin: 0;
}

@media only screen and (max-width: 1023px) {
  .contactinfo__item .divider {
    line-height: 44px;
  }
}

@media only screen and (min-width: 1024px) {
  .contactinfo__item .divider {
    line-height: 2.25;
  }
}

.contactinfo__item:hover .icon,
.contactinfo__item:focus-within .icon {
  animation: fa-bounce 1s ease;
}

.contactinfo__item--first a:focus,
.contactinfo__item--first a:hover {
  color: #fbb813;
}

.contactinfo__item--last a:focus,
.contactinfo__item--last a:hover {
  color: #dc1885;
}

.contactinfo .address {
  font-size: clamp(12px, 0.6em, 12px);
  width: auto;
  display: inline-block;
  vertical-align: top;
}

@media only screen and (max-width: 1023px) {
  .contactinfo .address {
    line-height: 44px;
  }
}

@media only screen and (min-width: 1024px) {
  .contactinfo .address {
    line-height: 2.25;
  }
}

.contactinfo .phone {
  font-size: clamp(12px, 0.6em, 12px);
  display: inline-block;
  vertical-align: top;
}

@media only screen and (max-width: 1023px) {
  .contactinfo .phone {
    line-height: 44px;
  }
}

@media only screen and (min-width: 1024px) {
  .contactinfo .phone {
    line-height: 2.25;
  }
}

.contactinfo a {
  color: #fff;
  transition: color 0.33s ease-in-out;
}

/* ===============================================
	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 {
  font-size: clamp(12px, 0.6em, 12px);
  text-align: left;
  color: #fff;
  background-color: #fdb914;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  vertical-align: top;
  position: relative;
  z-index: 420;
  transition:
    color 0.33s ease-in-out,
    background-color 0.33s ease-in-out;
  padding: 0 1em 0 0.75em;
  overflow: hidden;
}

@media only screen and (max-width: 1023px) {
  .utilitynav a {
    line-height: 44px;
    min-width: 44px;
    border-radius: 2em;
    padding: 0 1em 0 1.05em;
    width: 12.5em;
  }

  .utilitynav a .icon {
    font-size: 1.4em;
  }
}

@media only screen and (min-width: 1024px) {
  .utilitynav a {
    width: 11.25em;
    line-height: 2.5;
    border-radius: 1.25em;
  }
}

.utilitynav a .cta {
  color: #000;
  display: block;
  transition:
    color 0.33s ease-in-out,
    transform 0.33s ease-in-out;
}

.utilitynav a .icon {
  color: #fff;
  display: block;
  transition:
    transform 0.33s ease-in-out,
    color 0.33s ease-in-out;
}

.utilitynav a .icon::before {
  display: block;
}

.utilitynav a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -4px;
  background-color: #da1884;
  z-index: -1;
  border-radius: 50%;
  transform: scale(1) translate(0, -50%);
  border: 4px solid #fff;
  transition:
    color 0.33s ease-in-out,
    transform 0.33s ease-in-out,
    border-color 0.33s ease-in-out;
  transform-origin: 10% 50%;
  pointer-events: none;
}

@media only screen and (max-width: 1023px) {
  .utilitynav a::before {
    width: 4.5em;
    height: 4.5em;
  }
}

@media only screen and (min-width: 1024px) {
  .utilitynav a::before {
    width: 3.5em;
    height: 3.5em;
  }
}

.utilitynav a::after {
  content: "";
  position: absolute;
  color: #fff;
  border-radius: inherit;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #da1884;
  transform: scale(0.2, 1);
  transform-origin: left;
  opacity: 0;
  transition:
    color 0.33s ease-in-out,
    opacity 0.33s ease-in-out,
    transform 0.33s ease-in-out;
}

.utilitynav a:hover .icon,
.utilitynav a:focus .icon {
  color: #fff;
  transform: translate(0.5em, 0);
}

.utilitynav a:hover .icon::before,
.utilitynav a:focus .icon::before {
  animation: fa-bounce 1s ease;
}

.utilitynav a:hover .cta,
.utilitynav a:focus .cta {
  transform: translate(-0.5em, 0);
  color: #fff;
}

.utilitynav a:hover::before,
.utilitynav a:focus::before {
  transform: scale(1.5, 1) translate(0, -50%);
  border-color: #da1884;
}

.utilitynav a:hover::after,
.utilitynav a:focus::after {
  transform: scale(1);
  opacity: 1;
  color: #fff;
}

/* ==================================================================
	slideshow
=================================================================== */
#slideshow {
  text-align: center;
  min-height: 38.0952381vw;
  background: #000;
  position: relative;
  z-index: 400;
}

@media only screen and (min-width: 1343px) 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: 800px;
    min-height: 800px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1299px) {
  #slideshow {
    margin-top: 122px;
  }
}

#slideshow #home-slideshow {
  width: 100%;
  margin: 0;
  aspect-ratio: 2000 / 800;
}

@media only screen and (min-width: 1300px) and (max-width: 1999px) {
  #slideshow #home-slideshow {
    width: 2000px;
    margin: 0 calc(-1000px + 50vw);
  }
}

@media only screen and (min-width: 1300px) {
  #slideshow #home-slideshow .cycle-slideshow {
    opacity: 0;
  }
}

#slideshow #home-slideshow .hpslide {
  width: 100%;
  max-width: none;
}

/* ==================================================================
	.spotlight
=================================================================== */
.spotlight {
  text-align: center;
  position: relative;
  z-index: 400;
}

.spotlight > div {
  position: relative;
}

/* ===============================================
	spot00 || COMMON SERVICES/CALLOUT-LIKE SECTION EXAMPLE
=============================================== */
.spot01 {
  text-align: center;
  color: #8a6305;
  margin: 0;
  padding: 2em 0;
  position: relative;
  z-index: 410;
  display: grid;
  place-items: center;
  justify-content: center;
  grid-template-columns: repeat(1, 14.2em);
  gap: 1em;
  border-bottom: 5px solid #fff;
  background: #fff url(../images/spotlight/spot01-m.jpg) center / cover
    no-repeat;
  font-size: min(20px, 5vw);
}

@media only screen and (min-width: 666px) {
  .spot01 {
    grid-template-columns: repeat(2, 14.2em);
    padding: 0 0 5em;
    font-size: min(20px, 2.75vw);
    gap: 3.25em;
  }
  .spot01 a:last-of-type {
    left: 60%;
  }
}

@media only screen and (min-width: 1024px) {
  .spot01 {
    padding: 0 0 5.55em;
    grid-template-columns: repeat(3, 14.2em);
    font-size: min(1em, 1.4vw);
    background-image: url(../images/spotlight/spot01.jpg);
  }
  .spot01 a:last-of-type {
    left: auto;
  }
}

.spot01 a {
  color: #fff;
  max-width: 14.2em;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: color 0.33s ease-in-out;
  background-color: #fff;
  border-radius: 50%;
}

@media only screen and (min-width: 666px) {
  .spot01 a {
    margin-top: -2em;
  }
}

.spot01 a .decoration {
  width: 100%;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
  border: 0.6em solid #fff;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.11);
  min-height: 13em;
}

.spot01 a .decoration img {
  width: 100%;
  transform: translate(0, 0, -777px);
  border-radius: 50%;
}

.spot01 a .decoration::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0) 50%
  );
  z-index: 1;
  border-radius: 50%;
}

.spot01 a .decoration h2.topic {
  line-height: 1;
  font-size: clamp(12px, 1.4em, 28px);
  text-transform: uppercase;
  color: currentcolor;
  text-shadow: 1px 1px 3px #000;
  width: 100%;
  display: block;
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 1.05em;
  font-weight: 300;
}

.spot01 a .decoration h2.topic .trait {
  letter-spacing: 0.32em;
  line-height: 1;
  font-size: clamp(12px, 0.60714286em, 17px);
  display: block;
  position: relative;
  left: 0.2em;
  font-weight: 500;
}

.spot01 a .icon {
  display: block;
  width: 3.95em;
  height: 3.95em;
  position: absolute;
  color: #fff;
  background-color: #da1884;
  bottom: 0.75em;
  left: -1.1em;
  z-index: 1;
  line-height: 0;
  border-radius: 50%;
  transition: background-color 0.33s ease-in;
}

.spot01 a .icon svg {
  width: 100%;
  height: auto;
}

.spot01 a:focus,
.spot01 a:hover {
  z-index: 400;
}

.spot01 a:focus .decoration img,
.spot01 a:hover .decoration img {
  animation: pulse 0.66s ease forwards;
}

.spot01 a:focus .icon,
.spot01 a:hover .icon {
  background-color: #fdb813;
}

.spot01 a:focus .icon svg,
.spot01 a:hover .icon svg {
  animation: fa-bounce 1s ease;
}

@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }
}

/* ==================================================================
	subnav
=================================================================== */
#subnav {
  text-align: center;
  color: #fff;
  padding: 3em 0;
  position: relative;
  overflow: hidden;
  background: #000 url(../images/slideshow/subhero.jpg) center top / cover
    no-repeat;
}

@media only screen and (min-width: 768px) {
  #subnav {
    padding: 5em 0;
  }
}

@media only screen and (min-width: 1024px) {
  #subnav {
    margin-top: 122px;
  }
}

@media only screen and (min-width: 1300px) {
  #subnav {
    padding: 6.1em 0 0;
    margin: 0;
  }
}

@media only screen and (min-width: 1300px) and (max-width: 1999px) {
  #subnav {
    background-size: auto;
  }
}

#subnav::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
}

#subnav .container {
  background-color: rgba(218, 24, 132, 0.9);
  max-width: none;
  width: 100%;
  min-height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 1299px) {
  #subnav .container {
    display: none;
  }
}

#subnav .container:after {
  content: none;
  height: calc(100% + 5px);
  background: #fdb813;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  pointer-events: none;
}

@media only screen and (min-width: 1300px) {
  #subnav .container:after {
    content: "";
    width: auto;
    left: calc(50% + min(30em, 45%));
  }
}

#subnav header {
  width: 90%;
  max-width: 60em;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (min-width: 1300px) {
  #subnav header {
    min-height: 21.65em;
  }
}

#subnav nav {
  padding: 1.65em 0 1.55em;
}

@media only screen and (max-width: 1299px) {
  #subnav nav {
    width: 100vw;
    display: none;
  }
}

#subnav p {
  font-size: clamp(12px, 0.65em, 13px);
  margin: 0 auto;
  padding: 0;
  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.38461538;
    width: 100%;
    max-width: 61.53846154em;
  }
}

#subnav a {
  color: #fff;
  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: 1px;
  background: currentcolor;
  display: block;
  position: absolute;
  bottom: 0.15em;
  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 {
  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.6em;
  display: inline-block;
  vertical-align: top;
}

/* ==================================================================
	content
=================================================================== */
#bd {
  padding: 3em 0;
  background: #fff;
  position: relative;
  z-index: 400;
}

@media only screen and (min-width: 768px) {
  #bd {
    padding: 2.75em 0 3em;
  }
}

#bd.sub:after {
  content: none;
  height: 100%;
  background: #fdb813;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  pointer-events: none;
}

@media only screen and (min-width: 768px) {
  #bd.sub:after {
    content: "";
    width: auto;
    left: calc(50% + min(30em, 45%));
  }
}

#bd .container {
  width: 90%;
  max-width: 60em;
}

#content {
  max-width: 758px;
  display: block;
}

@media only screen and (min-width: 768px) {
  #content {
    width: 63.16666667%;
    max-width: 37.9em;
    float: left;
  }
}

@media only screen and (min-width: 1300px) {
  #content {
    width: 63.16666667%;
  }
}

#content .content-text {
  line-height: 1.8;
}

@media only screen and (min-width: 666px) {
  #content .content-text {
    font-size: min(2.3vw, 20px);
  }
}

@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: 20px;
  }
}

#content p {
  text-align: justify;
}

/* ==================================================================
	.home content
=================================================================== */
.home #bd {
  padding: 3em 0;
}

@media only screen and (min-width: 768px) {
  .home #bd {
    background-color: #fdb813;
    padding: 0;
  }
}

.home #bd .decoration {
  display: none;
  overflow: hidden;
}

@media only screen and (min-width: 1024px) {
  .home #bd .decoration {
    display: block;
    position: absolute;
    top: 0;
    left: calc(50% - 1.3em);
    width: calc(50% + 1.3em);
    height: 100%;
  }
}

.home #bd .decoration .gsapoverlay {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fdb813;
}

@media only screen and (min-width: 1300px) {
  .home #bd .decoration .gsapoverlay {
    display: block;
  }
}

.home #bd .decoration img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  object-fit: cover;
  transform: translate3d(0, 0, -777px);
}

.home #bd .container {
  width: 90%;
  max-width: 67.8em;
  /* @media only screen and (min-width: 768px) and (max-width: 1299px) { 
			max-width:70ch; 
		} */
}

@media only screen and (min-width: 1024px) {
  .home #bd .container {
    width: 94%;
  }
}

.home #bd #content {
  background-color: #fff;
}

@media only screen and (min-width: 768px) {
  .home #bd #content {
    width: 100%;
    max-width: 70ch;
    margin-left: auto;
    margin-right: auto;
    float: none;
    padding: 2em 4em 1em;
  }
}

@media only screen and (min-width: 1024px) {
  .home #bd #content {
    max-width: 32.6em;
    width: 48.08259587%;
    padding: 0.05em 4.2em 1em 4em;
    box-shadow:
      0 -0.5px 0px #fff,
      0 0.5px 0px #fff;
    margin-left: 0;
  }
}

@media only screen and (min-width: 1300px) {
  .home #bd #content {
    padding-bottom: 0em;
  }
}

.home #bd #content .content-text {
  letter-spacing: -0.02em;
}

@media only screen and (min-width: 666px) {
}

@media only screen and (min-width: 1300px) {
  .home #bd #content .content-text p:nth-last-of-type(1) {
    margin-bottom: 0;
  }
}

.home #bd #content p {
  margin-bottom: 1.8em;
}

/* ==================================================================
	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: #da1884;
  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: #da1884;
  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: #8a6305;
}

.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: #8a6305;
  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.45833333;
  font-size: clamp(12px, 1.2em, 24px);
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  color: #da1884;
  transition-duration: 0s;
}

.sitemap #content ul ul li a {
  line-height: 1.8;
  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: #8a6305;
  text-decoration: none;
}

body.sitemap #bd ul li {
  list-style: none;
}

body.sitemap #bd ul ul li {
  list-style: none;
  margin-left: 0;
}

body.sitemap #content .width1 {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  body.sitemap #content .width1 {
    width: 50%;
  }

  body.sitemap #content .width1:not(.first) {
    width: auto;
    float: right;
  }
}

/* global override */
/* ==================================================================
	sidebar
=================================================================== */
#sidebar {
  width: 100%;
  max-width: 18.75em;
  margin: 0 auto 6%;
  padding: 0;
  display: none;
  position: relative;
  z-index: 420;
}

@media only screen and (min-width: 768px) {
  #sidebar {
    width: 31.25%;
    margin: -2.75em 0 1em;
    display: block;
    float: right;
    clear: right;
  }
}

/* ===============================================
	sitepics
=============================================== */
#hide-stock {
  position: relative;
}

@media only screen and (min-width: 1300px) {
  #hide-stock {
    opacity: 0;
  }
}

.stock {
  width: 100%;
  position: relative;
}

/* ===============================================
	show doctor image on all devices
=============================================== */
/*.home,*/
/*body[class^='meet-the-'],*/
/*body[class^='meet-our-'],*/
.meet-the-doctor #sidebar,
body[class*="meet-dr-"] #sidebar,
body[class*="meet-doctor-"] #sidebar {
  display: block;
}

body[class~="blog"] #sidebar {
  display: block;
}

body[class~="blog"] #hide-stock {
  display: none;
}

/* END SIDEBAR */
/* ===============================================
	spot00 || COMMON GENERAL INFORMATION SPOTLIGHT SECTION
=============================================== */
.spot02 {
  color: #da1884;
  padding: 0 0 3em;
  background-color: #ffffff;
}

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

@media only screen and (min-width: 1024px) {
  .spot02 {
    font-size: min(1.5vw, 1em);
    padding: 5.5em 0 5em;
  }
}

.spot02 .container {
  text-align: left;
  max-width: 50.7em;
  width: 96%;
}

@media only screen and (min-width: 1024px) {
  .spot02 .container {
    max-width: 60em;
  }
}

.spot02 .decoration {
  width: 100%;
  max-width: 50.7em;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

@media only screen and (min-width: 1024px) {
  .spot02 .decoration::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.8;
    background-image: -moz-linear-gradient(
      -180deg,
      #ffffff 0%,
      rgba(255, 255, 255, 0) 100%
    );
    background-image: -webkit-linear-gradient(
      -180deg,
      #ffffff 0%,
      rgba(255, 255, 255, 0) 100%
    );
    background-image: -ms-linear-gradient(
      -180deg,
      #ffffff 0%,
      rgba(255, 255, 255, 0) 100%
    );
  }
}

.spot02 .decoration img {
  width: 100%;
  margin-bottom: 2em;
}

@media only screen and (min-width: 1024px) {
  .spot02 .decoration img {
    margin: 0;
  }
}

.spot02 .logo {
  display: block;
  position: relative;
  width: 100%;
  max-width: 11.5em;
  line-height: 0;
  margin: 1em auto 0;
  z-index: 1;
}

@media only screen and (min-width: 1024px) {
  .spot02 .logo {
    margin: 0;
  }
}

.spot02 .logo img {
  width: 100%;
  height: auto;
  transition: transform 0.33s ease-in-out;
  margin: 0;
}

.spot02 .logo:hover img,
.spot02 .logo:focus img {
  transform: scale(1.1);
}

.spot02 .mods {
  z-index: 1;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  gap: 3em;
  /* padding: 0 1em; */
}

@media only screen and (min-width: 1024px) {
  .spot02 .mods {
    position: absolute;
    right: -9.75em;
    flex-direction: column;
    top: 50.5%;
    transform: translate(0, -50%);
    gap: 1.75em;
    padding: 0;
  }
}

.spot02 .mod {
  padding: 0;
  display: flex;
  gap: 1.25em;
  flex-direction: column;
  text-align: center;
}

@media only screen and (min-width: 1024px) {
  .spot02 .mod {
    flex-direction: row;
    justify-content: flex-end;
    text-align: right;
  }
}

.spot02 h2.topic {
  line-height: 1;
  font-size: min(2.6em, 8vw);
  font-weight: 200;
  text-transform: uppercase;
  color: #000000;
  margin: 0 0 0.5em;
  letter-spacing: 0.01em;
  text-shadow: 0.25px 0.25px currentColor;
  position: relative;
}

.spot02 h2.topic .trait {
  line-height: 0.83870968;
  font-size: clamp(12px, 0.59615385em, 31px);
  display: block;
  letter-spacing: 0.225em;
  font-weight: 600;
  margin-right: -0.25em;
  text-shadow: none;
}
.spot02 h2.topic .qmark {
  position: absolute;
  font-size: 2em;
  top: 0;
}

@media only screen and (max-width: 1023px) {
  .spot02 h2.topic .qmark {
    top: 0.25em;
    left: 50%;
    transform: translateX(1.6em);
    font-size: 1.7em;
  }
}

.spot02 .mod.first {
  --accent: #d91883;
}

.spot02 .mod.first .spotbtns {
  display: inline-grid;
  grid-template-columns: repeat(1, 1fr);
}
.spot02 .mod.first .spotbtns .spotbtn {
  width: 70%;
}
@media only screen and (min-width: 400px) {
  .spot02 .mod.first .spotbtns {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (min-width: 768px) {
  .spot02 .mod.first .spotbtns {
  }
}

@media only screen and (min-width: 1024px) {
  .spot02 .mod.first .spotbtns {
    grid-template-columns: repeat(1, 1fr);
  }
  .spot02 .mod.first .spotbtns .spotbtn {
    width: 13.5em;
  }

  .spot02 .mod.last {
    gap: 3em;
  }
}

@media only screen and (min-width: 1300px) {
}

.spot02 .mod.last {
  --accent: #d91883;
  margin: 4em auto 0;
  justify-content: center;
  /* gap: 3em; */
}

.spot02 .spotbtn img {
  display: block;
  transition: transform 0.33s ease-in-out;
}

.spot02 .spotbtn:hover img,
.spot02 .spotbtn:focus img {
  transform: scale(1.1);
}

.spot02 .spotbtn {
  font-size: clamp(12px, 0.85em, 17px);
  color: #000000;
  width: 13.5em;
  display: block;
  position: relative;
  z-index: 420;
  transition:
    color 0.33s ease-in-out,
    background-color 0.33s ease-in-out;
  line-height: 0.94117647;
  min-width: 44px;
  margin: 0 auto;
  text-align: left;
  white-space: nowrap;
}

/* logo */
.spot02 .mod.last .spotbtn {
  width: 17.118em;
}

.spot02 .spotbtn img {
  width: 100%;
  margin-bottom: 0;
}

@media only screen and (min-width: 440px) and (max-width: 733px) {
}

@media only screen and (min-width: 768px) {
  .spot02 .spotbtn {
  }
}

.spot02 .spotbtn:not(:nth-last-of-type(1)) {
  margin-bottom: 4px;
}

.spot02 .spotbtn .icon {
  display: inline-block;
  vertical-align: middle;
  width: 3.47058824em;
  height: 3.47058824em;
  line-height: 0;
  border-radius: 50%;
  border: 0.35294118em solid #000;
  background-color: var(--accent);
  margin-right: 0.2em;
  color: #000;
  transition:
    color 0.33s ease-in-out,
    background-color 0.33s ease-in-out,
    border-color 0.33s ease-in-out;
}

.spot02 .spotbtn .icon svg {
  width: 100%;
  height: auto;
}

.spot02 .spotbtn .cta {
  display: inline-block;
  vertical-align: middle;
}

.spot02 .spotbtn:focus,
.spot02 .spotbtn:hover {
  color: var(--accent);
}

.spot02 .spotbtn:focus .icon,
.spot02 .spotbtn:hover .icon {
  background-color: #000;
  border-color: #000;
  color: #fff;
  animation: fa-bounce 1s ease;
}

/* ===============================================
	spot00 || COMMON TESTIMONIAL SLIDESHOW SECTION EXAMPLE
=============================================== */
.spot03 {
  font-size: min(5vw, 1em);
  padding: 3em 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4em;
  flex-wrap: wrap;
  background-color: #d91883;
}

@media only screen and (min-width: 768px) {
  .spot03 {
    font-size: min(1.75vw, 1em);
  }
}

@media only screen and (min-width: 1024px) {
  .spot03 {
    padding: 0;
    font-size: inherit;
    justify-content: flex-end;
    flex-wrap: nowrap;
    gap: 0;
  }
}

@media only screen and (min-width: 1300px) {
  .spot03 {
    gap: 11.75em;
  }
}

.spot03 .tshow {
  font-size: min(2.75vw, 1em);
  display: flex;
  text-align: center;
  position: relative;
  width: 80%;
  max-width: 36.9em;
  color: #fff;
  right: 2.5%;
  min-height: 24.75em;
}

@media only screen and (min-width: 768px) {
  .spot03 .tshow {
    width: 90%;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 1300px) {
  .spot03 .tshow {
    margin: 0;
  }
}

.spot03 .tshow .chat {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 777;
  pointer-events: none;
}

.spot03 .tshow .cycle-slide,
.spot03 .tshow div[role="group"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
}

.spot03 .tshow .cycle-slide figure,
.spot03 .tshow div[role="group"] figure {
  margin: 0;
}

.spot03 .testimony {
  line-height: 1.2;
  font-size: clamp(12px, 1.6em, 32px);
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 300;
  letter-spacing: -0.005em;
  min-height: 15.46875em;
  padding: 1.5em 2em 5.5em;
}

.spot03 .testifier {
  line-height: 1.42857143;
  font-size: clamp(12px, 1.05em, 21px);
  text-transform: uppercase;
  display: block;
  letter-spacing: 0.14em;
  position: absolute;
  white-space: nowrap;
}

@media only screen and (max-width: 1023px) {
  .spot03 .testifier {
    width: 100%;
    text-align: right;
    bottom: -2em;
  }
}

@media only screen and (min-width: 1024px) {
  .spot03 .testifier {
    left: calc(100% - 3.55em);
    bottom: -0.4em;
  }
}

.spot03 .controls {
  line-height: 0;
  display: flex;
  justify-content: center;
  pointer-events: none;
  width: 100%;
  height: 100%;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin: 0 0 1.5em;
}

@media only screen and (min-width: 1024px) {
  .spot03 .controls {
    align-items: flex-start;
    margin: 0;
  }
}

.spot03 .controls > button {
  font-size: clamp(20px, 1em, 20px);
  text-align: center;
  color: #fff;
  min-width: 24px;
  min-height: 24px;
  padding: 0;
  background: none;
  border: none;
  -webkit-appearance: none;
  justify-content: center;
  align-items: center;
  line-height: 0;
  transition:
    transform 0.33s ease-in-out,
    color 0.33s ease-in-out;
  pointer-events: auto;
  cursor: pointer;
}

@media only screen and (max-width: 1023px) {
  .spot03 .controls > button {
    display: inline-flex;
    line-height: 44px;
    width: 8.3em;
    height: 2.45em;
  }
}

@media only screen and (min-width: 1024px) {
  .spot03 .controls > button {
    display: flex;
    line-height: 2.45;
    width: 8.3em;
    height: 2.45em;
  }

  .spot03 .controls > button.spot03next {
    margin-bottom: 0.15em;
  }
}

.spot03 .controls > button .icon {
  width: 100%;
  height: auto;
  transform: translate3d(0, 0, 0);
  transition:
    filter 0.33s ease-in-out,
    -webkit-filter 0.33s ease-in-out;
}

.spot03 .controls > button:hover {
  transform: translate(0, 0) scale(1.2);
  color: #000;
}

.spot03 .controls > button.spot03next:hover .icon {
  filter: drop-shadow(-5px -5px 0px #da1884) drop-shadow(-5px 5px 0px #fff);
}

.spot03 .controls > button.spot03prev:hover .icon {
  filter: drop-shadow(5px 5px 0px #da1884) drop-shadow(5px -5px 0px #fff);
}

.spot03 .mod {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  vertical-align: top;
  background: #fdb813;
  text-align: left;
  width: 100%;
  z-index: 100;
}

@media only screen and (min-width: 1024px) {
  .spot03 .mod {
    align-self: stretch;
    min-height: 34.75em;
    width: calc(50% - 15em);
    padding: 3.85em 0 4.75em 0.8em;
  }
}

@media only screen and (min-width: 1300px) {
  .spot03 .mod {
    width: calc(50% - 20.7em);
  }
}

.spot03 .innermod {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  padding: 3em 1em;
  gap: 1em;
}

@media only screen and (min-width: 1024px) {
  .spot03 .innermod {
    padding: 0;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-end;
    flex-direction: column;
    gap: 8px;
  }
}

.spot03 .spotbtn {
  font-size: clamp(12px, 0.6em, 12px);
  text-align: center;
  text-transform: uppercase;
  color: #000;
  background-color: #fff;
  display: block;
  position: relative;
  z-index: 420;
  transition:
    color 0.33s ease-in-out,
    background-color 0.33s ease-in-out;
  border-radius: 16px;
  overflow: hidden;
  letter-spacing: 0.09em;
  font-weight: 700;
  flex-shrink: 0;
}

@media only screen and (max-width: 1299px) {
  .spot03 .spotbtn {
    line-height: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 25px;
    width: 220px;
  }
}

@media only screen and (min-width: 1300px) {
  .spot03 .spotbtn {
    font-size: 11px;
    line-height: 2.90909091;
    width: 169px;
  }
}

.spot03 .spotbtn:hover,
.spot03 .spotbtn:focus {
  color: #fff;
  background: #da1884;
}

.spot03 .spotbtn:hover::before,
.spot03 .spotbtn:focus::before,
.spot03 .spotbtn:hover::after,
.spot03 .spotbtn:focus::after {
  transform: scaleX(1);
}

.spot03 .socialmedia {
  margin: 0;
  display: inline-flex;
  justify-content: center;
  background-color: #fff;
  color: #000;
  border-radius: 16px;
  padding: 0;
  width: 8.45em;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}

@media only screen and (max-width: 1299px) {
  .spot03 .socialmedia {
    border-radius: 25px;
    width: 220px;
  }
}

.spot03 .socialmedia::before {
  content: "leave a review";
  display: inline-block;
  vertical-align: top;
  font-size: clamp(12px, 0.55em, 11px);
  letter-spacing: 0.09em;
  text-transform: uppercase;
  font-weight: 700;
}

@media only screen and (max-width: 1299px) {
  .spot03 .socialmedia::before {
    line-height: 44px;
    min-width: 44px;
    margin-right: 0.5em;
  }
}

@media only screen and (min-width: 1300px) {
  .spot03 .socialmedia::before {
    line-height: 2.90909091;
    font-size: 11px;
  }
}

.spot03 .socialmedia a {
  font-size: clamp(12px, 0.6em, 12px);
  color: currentColor;
  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: 1299px) {
  .spot03 .socialmedia a {
    line-height: 44px;
    width: 29.33333333px;
    height: 44px;
    font-size: 20px;
  }
}

@media only screen and (min-width: 1300px) {
  .spot03 .socialmedia a {
    line-height: 2.66666667;
    width: auto;
    min-width: 20px;
  }

  .spot03 .socialmedia a .fa-facebook-f {
    padding-left: 0.25em;
  }
}

.spot03 .socialmedia a:not(.spot) {
  display: none;
}

.spot03 .socialmedia a .fa-facebook-f::before {
  content: "\f09a";
}

.spot03 .socialmedia a .icon {
  position: relative;
}

.spot03 .socialmedia a:hover,
.spot03 .socialmedia a:focus {
  z-index: 400;
  color: #da1884;
}

.spot03 .socialmedia a:hover .icon,
.spot03 .socialmedia a:focus .icon {
  animation: fa-bounce 1s ease;
}

/* ===============================================
	spot00 || COMMON GENERAL INFORMATION SPOTLIGHT SECTION REVERSE
=============================================== */
.spot04 {
  color: #8a6305;
  padding: 3em 0;
  background: #fff center / cover no-repeat;
  flex-direction: column-reverse;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 420;
  position: relative;
}

.spot04::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: -1;
}

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

@media only screen and (min-width: 1024px) {
  .spot04 {
    font-size: min(1.4vw, 1em);
    flex-direction: row;
    padding: 8em 0;
  }
}

@media only screen and (min-width: 1300px) {
  .spot04 {
  }
}

.spot04 .embed-container {
  font-size: min(3.5vw, 1em);
  margin: 0;
  width: 25em;
  height: 25em;
  max-width: none;
  margin-top: 2em;
  aspect-ratio: 1/1;
  background-color: #f7f7f9;
}

@media only screen and (min-width: 1024px) {
  .spot04 .embed-container {
    margin: 0;
  }
}

.spot04 .embed-container iframe {
  object-fit: initial;
}

.spot04 .mod {
  width: 90%;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  max-width: 25em;
}

@media only screen and (min-width: 1024px) {
  .spot04 .mod {
    padding: 0;
  }
}

.spot04 h2.topic {
  line-height: 1;
  font-size: min(2.65em, 8vw);
  font-weight: 300;
  text-transform: uppercase;
  color: #000000;
  color: #ffffff;
  margin: 0 0 12px;
  letter-spacing: -0.005em;
}

@media only screen and (min-width: 1300px) {
  .spot04 h2.topic {
    padding-right: 0.02em;
  }
}

.spot04 .socialmedia {
  line-height: 0;
  text-align: center;
  height: auto;
  margin: 0;
  padding: 0;
  display: inline-flex;
  justify-content: center;
  gap: 9px;
  width: 100%;
}

.spot04 .socialmedia a {
  font-size: clamp(12px, 1.575em, 31.5px);
  color: #fff;
  min-width: 24px;
  min-height: 24px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition:
    background-color 0.33s ease-in-out,
    box-shadow 0.33s ease-in-out;
  background-color: #da1884;
  border-radius: 50%;
}

@media only screen and (max-width: 1023px) {
  .spot04 .socialmedia a {
    line-height: 44px;
    width: 44px;
    height: 44px;
  }
}

@media only screen and (min-width: 1024px) {
  .spot04 .socialmedia a {
    line-height: 1.82063492;
    width: 1.82063492em;
    height: 1.82063492em;
  }
}

.spot04 .socialmedia a .icon {
  position: relative;
}

.spot04 .socialmedia a:hover,
.spot04 .socialmedia a:focus {
  background-color: #fdb813;
  box-shadow:
    5px 5px #000,
    -5px 5px #da1884,
    5px -5px #da1884,
    -5px -5px #000;
}

.spot04 .socialmedia a:hover .icon,
.spot04 .socialmedia a:focus .icon {
  --fa-bounce-height: -0.2em;
  animation: fa-bounce 1s ease;
}

/* ==================================================================
	#ft
=================================================================== */
#ft {
  text-align: center;
  color: #fff;
  width: 100%;
  padding: 0;
  background: #ccc no-repeat center center;
  background-size: cover;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
}

@media only screen and (min-width: 1300px) {
  #ft {
    background-size: auto 100%;
  }
}

#ft a {
  color: #fff;
  transition: color 0.33s ease-in-out;
}

#ft a:focus,
#ft a:hover {
  color: #000;
}

/* ===============================================
		locations
=============================================== */
#location {
  width: 100%;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

@media only screen and (min-width: 768px) {
  #location {
    flex-direction: row;
  }
}

@media only screen and (min-width: 1024px) {
  #location {
    height: 28.5em;
    gap: 30em;
  }
}

@media only screen and (min-width: 1300px) {
  #location {
    gap: 40em;
  }
}

#location .mod {
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3em 0;
}

@media only screen and (min-width: 1024px) {
  #location .mod {
    padding: 0;
  }

  #location .mod .innermod {
    width: 100%;
    max-width: 210px;
    margin-bottom: 0.25em;
  }

  #location .mod--first .innermod {
    margin-left: auto;
    text-align: left;
  }

  #location .mod--last .innermod {
    text-align: right;
    margin-right: auto;
  }
}

@media only screen and (min-width: 1300px) {
  #location .mod .innermod {
    max-width: 201px;
  }

  #location .mod--last .office {
    max-width: 199px;
  }

  #location .mod--last .office .trait {
    font-size: 10px;
    line-height: 12px;
  }
}

#location .mod--first {
  background-color: rgba(250, 184, 18, 0.8);
}

@media only screen and (max-width: 1023px) {
  #location .mod--first {
    background-color: rgba(250, 184, 18, 0.9);
  }
}

#location .mod--last {
  background-color: rgba(218, 24, 132, 0.8);
}

@media only screen and (max-width: 1023px) {
  #location .mod--last {
    background-color: rgba(218, 24, 132, 0.9);
  }
}

#location .office {
  line-height: 1;
  font-size: clamp(12px, 1.1em, 22px);
  text-transform: uppercase;
  width: 100%;
  display: block;
  letter-spacing: -0.015em;
  margin-bottom: 0.77272727em;
}

#location .office .trait {
  letter-spacing: 0.2em;
  line-height: 1;
  font-size: clamp(12px, 0.54545455em, 12px);
  display: block;
  font-weight: 700;
}

@media only screen and (min-width: 1300px) {
  #location .office .trait {
    margin-right: -0.3em;
  }
}

#location .phone {
  font-size: clamp(12px, 0.75em, 15px);
  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.2;
  }
}

#location .address {
  font-size: clamp(12px, 0.75em, 15px);
  margin: 0 auto;
  display: block;
  letter-spacing: -0.009em;
}

@media only screen and (max-width: 1023px) {
  #location .address {
    line-height: 22px;
  }
}

@media only screen and (min-width: 1024px) {
  #location .address {
    line-height: 1.2;
  }
}

#location .address .marker {
  line-height: 1;
  font-size: 4.4em;
  color: #da1884;
  position: absolute;
  z-index: 400;
  transform-origin: center bottom;
  width: auto;
  transition: color 0.33s ease-in-out;
  --fa-bounce-height: -0.2em;
}

@media only screen and (max-width: 1023px) {
  #location .address .marker {
    display: none;
  }
}

@media only screen and (min-width: 1024px) {
  #location .address .marker {
    display: block;
  }

  #location .address .marker--first {
    margin-right: 2.8em;
    top: 2.3em;
    right: 50%;
    color: #fdb813;
  }

  #location .address .marker--last {
    margin-left: 2.6em;
    top: 5.25em;
    left: 50%;
  }
}

#location .address .marker:before {
  color: currentcolor;
  transition: transform 0.33s ease-in-out;
}

#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,
#location .address.hover .marker {
  color: #000;
  animation: fa-bounce 1s ease;
}

/* ==================================================================
		#links
=================================================================== */
#links {
  text-align: center;
  color: #000;
  margin: 0;
  background-color: #fff;
  position: relative;
  z-index: 420;
}

@media only screen and (max-width: 1299px) {
  #links {
    padding: 2em 0;
  }
}

@media only screen and (max-width: 1023px) {
  #links {
    padding: 1.5em 0 2em;
  }
}

@media only screen and (min-width: 1300px) {
  #links {
    height: 4.55em;
    padding: 1.175em 0 0;
  }
}

#links .container {
  position: static;
}

#links .util {
  font-size: clamp(12px, 0.6em, 12px);
}

@media only screen and (min-width: 480px) {
  #links .util {
    width: auto;
    margin: 0;
    display: inline-block;
    vertical-align: top;
  }
}

@media only screen and (max-width: 1299px) {
  #links .util {
    line-height: 44px;
  }
}

@media only screen and (min-width: 1300px) {
  #links .util {
    line-height: 3.66666667;
  }
}

#links .util a {
  color: #000;
  transition: color 0.33s ease-in-out;
}

#links .util a:focus,
#links .util a:hover {
  color: #8a6305;
}

#links .util a,
#links .util .divider {
  display: inline-block;
  font-weight: 700;
}

#links .util .divider {
  margin: 0 0em;
}

/* ===============================================
		sesame link
=============================================== */
a#sesame-link .sesameicon {
  width: 1.33333333em;
  height: 1.16666667em;
  margin-right: 0.33333333em;
  display: inline-block;
  vertical-align: middle;
}

a#sesame-link .sesameicon path {
  transition: fill 0.33s ease-in-out;
}

a#sesame-link .sesameicon path.top {
  fill: #d6e03d;
}

a#sesame-link .sesameicon path.bottom {
  fill: #00a5e3;
}

a#sesame-link:focus .sesameicon path,
a#sesame-link:hover .sesameicon path {
  fill: currentcolor;
}

/* ===============================================
	backToTop
=============================================== */
#btt {
  text-align: center;
  width: 100%;
  margin: 1em 0 0;
  display: block;
  position: relative;
}

@media only screen and (min-width: 480px) {
  #btt {
    display: inline-block;
    vertical-align: top;
  }
}

@media only screen and (min-width: 1024px) {
  #btt {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transform: translate(0, -50%);
  }
}

a#backtotop {
  font-size: clamp(12px, 0.6em, 12px);
  text-align: left;
  color: #fff;
  background-color: #fdb914;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  vertical-align: top;
  position: relative;
  z-index: 420;
  transition:
    color 0.33s ease-in-out,
    background-color 0.33s ease-in-out;
  padding: 0 1.5em 0 0.55em;
  overflow: hidden;
}

@media only screen and (max-width: 1023px) {
  a#backtotop {
    line-height: 44px;
    min-width: 44px;
    border-radius: 2em;
    padding: 0 1.75em 0 0.9em;
    width: 12.5em;
  }

  a#backtotop .icon {
    font-size: 1.2em;
  }
}

@media only screen and (min-width: 1024px) {
  a#backtotop {
    width: 11.25em;
    line-height: 2.5;
    border-radius: 1.25em;
  }
}

a#backtotop .icon,
a#backtotop .cta {
  display: block;
  transition: transform 0.33s ease-in-out;
}

a#backtotop .icon::before {
  display: block;
}

a#backtotop .icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 1.75em;
  height: auto;
  transition: transform 0.33s ease-in-out;
}

a#backtotop .icon svg {
  width: 100%;
  height: auto;
  transition: transform 0.33s ease-in-out;
}

a#backtotop::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -4px;
  background-color: #da1884;
  z-index: -1;
  border-radius: 50%;
  transform: scale(1) translate(0, -50%);
  border: 4px solid #fff;
  transition:
    transform 0.33s ease-in-out,
    border-color 0.33s ease-in-out;
  transform-origin: 10% 50%;
  pointer-events: none;
}

@media only screen and (max-width: 1023px) {
  a#backtotop::before {
    width: 4.5em;
    height: 4.5em;
  }
}

@media only screen and (min-width: 1024px) {
  a#backtotop::before {
    width: 3.5em;
    height: 3.5em;
  }
}

a#backtotop::after {
  content: "";
  position: absolute;
  border-radius: inherit;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #da1884;
  transform: scale(0.2, 1);
  transform-origin: left;
  opacity: 0;
  transition:
    opacity 0.33s ease-in-out,
    transform 0.33s ease-in-out;
}

a#backtotop:hover .icon,
a#backtotop:focus .icon {
  transform: translate(0.5em, 0);
}

a#backtotop:hover .icon svg,
a#backtotop:focus .icon svg {
  transform: rotate(-360deg);
}

a#backtotop:hover .cta,
a#backtotop:focus .cta {
  transform: translate(-0.5em, 0);
}

a#backtotop:hover::before,
a#backtotop:focus::before {
  transform: scale(1.5, 1) translate(0, -50%);
  border-color: #da1884;
}

a#backtotop:hover::after,
a#backtotop:focus::after {
  transform: scale(1);
  opacity: 1;
}

/*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, 1em, 20px);
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  height: 44px;
  padding: 0 1.5em;
  background-color: #fdb813;
  border: none;
  border-radius: 2em;
  transition:
    color 0.33s ease-in-out,
    background-color 0.33s ease-in-out;
}

form button:focus,
form button:hover {
  color: #fff;
  background-color: #da1884;
}

form p {
  height: auto;
}

/* ===============================================
	skip link styles
=============================================== */
.skiplink {
  line-height: 2;
  font-size: 12px;
  color: #fff;
  padding: 0.5em 1em;
  background-color: #8a6305;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 6px;
  z-index: 3333;
  transition: transform 0.33s ease-in-out;
  transform: translate(0, -100%);
}

.skiplink:focus {
  transform: translate(0, 0);
}

.skiplink:focus .cta {
  transform: translate(0, 0);
}

.skiplink:focus .icon {
  transform: translate(0, 0);
}

.skiplink.alt .icon .trait {
  display: none;
}

.skiplink .cta {
  display: block;
  transition: transform 0.33s ease-in-out 0.33s;
  transform: translate(0, -44px);
}

.skiplink .icon {
  width: 1.1em;
  height: 1.1em;
  margin: 0 auto;
  display: block;
  transition: transform 0.33s ease-in-out 0.165s;
  transform: translate(0, -44px);
}

/* ===============================================
	chat widget resize for mobile use comfort
=============================================== */
#bc-chat-container {
  font-size: 0.8em !important;
}

.bc-minimize-state {
  width: 11.8em !important;
  height: 7.7em !important;
}

/* ===============================================
	blog sidebar sharethiswidget styles
=============================================== */
#blog_search label,
p.share-text {
  margin-bottom: 10px;
}

/* ===============================================
	generic button for quick use by PM/PAs
=============================================== */
a.intbtn,
#content a.intbtn {
  line-height: 44px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  width: auto;
  text-decoration: none;
  padding: 0 1.5em;
  background-color: #da1884;
  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: #8a6305;
}

/* ===============================================
	.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,
  .sitemap #subnav .container::after,
  .layout-full-width #subnav .container::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(37.9em, 90%);
    }
  }

  @media only screen and (min-width: 1300px) {
    .embed-container,
    .embed-container.ratio16x9 {
      max-width: min(37.9em, 1200px);
    }
  }
}

.meet-the-doctors .img-right {
  margin-bottom: 2em;
}

form[class] select {
  padding: 0 0.5%;
}
