/* 
 Site Manager Version: 14.2.0
 Date Created: September 2025
 Account: wingard-scott
 Written by: Ricky Rivas
 Sesame Communications - All rights reserved. C2025
 Any reproduction or intentional misuse is strictly prohibited
*/

/* ==================================================================
Basic Stylings
These will affect every size of the site.
================================================================== */
html {
  scroll-behavior: smooth;
}

/* ===============================================
	body 
=============================================== */
body,
input,
select,
textarea,
form button,
button {
  font-family: 'Source Sans 3', Helvetica, Arial, sans-serif;
}

svg {
  display: inline-block;
}

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

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

  body::before,
  body::after {
    content: "";
    width: 100px;
    height: 100vh;
    background-color: #ebebeb;
    position: fixed;
    top: 0;
    z-index: 2999;
  }

  body::before {
    left: 0;
  }

  body::after {
    right: 0;
  }
}

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

#content a {
  color: #4b943a;
  text-decoration: underline;
  transition: color 0.33s ease-in-out;
  font-weight: 700;
}

#content a:focus,
#content a:hover {
  text-decoration: none;
  color: #007dca;
}

/* ===============================================
	h family || hfam 
=============================================== */
h1,
h2:not(.topic),
h3:not(.topic),
h4,
h5,
h6 {
  line-height: 1;
  text-align: left;
  color: #3a3a3a;
  text-rendering: auto;
  margin: 0 0 1.44em;
  font-weight: 500;
  text-transform: uppercase;
}

.sub h1 {
  font-size: 3.4em;
  text-transform: uppercase;
  margin-bottom: 0.55882353em;
  font-family: "Sorts Mill Goudy", serif;
  font-weight: 400;
  background: linear-gradient(180deg, #013f65 0.55em, #fff 0.55em);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0px 0px 0px transparent;
  transform: translate3d(0, 0, 0);
}

.home h1 {
  font-size: min(3.8em, 11vw);
  margin: 0 0 0.5em;
  font-family: "Sorts Mill Goudy", serif;
  font-weight: 400;
  color: #007dca;
  letter-spacing: 0.025em;
}

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

@media only screen and (min-width: 1024px) {
  .home h1 {
    text-align: right;
    font-size: min(3.8em, 4.75vw);
  }
}

.home h1 .trait {
  display: block;
}

.home h1 .trait.top {
  line-height: 1.3632287;
  font-size: 0.73355263em;
  font-family: 'Source Sans 3', Helvetica, Arial, sans-serif;
  color: #4b943a;
  letter-spacing: normal;
}

h2:not(.topic) {
  font-size: 1.31578947em;
  color: #4b943a;
}

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: #ebebeb;
  position: absolute;
  z-index: 3000;
  height: 100px;
  top: 0;
  left: 0;
}

@media only screen and (min-width: 1024px) {
  #masthead {
    font-size: inherit;
    position: fixed;
    height: 125px;
  }
}

@media only screen and (min-width: 1300px) {
  #masthead {
    height: 7.25em;
  }
}

#masthead .container {
  max-width: none;
  width: calc(100% - 35px - 96px);
  margin: 0 auto 0 15px;
}

@media only screen and (min-width: 1300px) {
  #masthead .container {
    width: calc(100% - 10em);
    margin: 0 auto;
  }
}

#masthead .masthead-mod {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  vertical-align: top;
  background-color: #ebebeb;
  width: 100%;
  padding: 20px 0 35px;
  gap: 0.75em;
}

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

#masthead .masthead-mod--mainnav {
  box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.15);
}

@media only screen and (min-width: 666px) {
  #masthead .masthead-mod {
    flex-direction: row;
    gap: 1em;
  }

  #masthead .masthead-mod--hd {
    display: inline-flex;
    background: none;
    width: auto;
    height: 100%;
    padding: 0;
    position: relative;
    z-index: 100;
  }

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

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

@media only screen and (min-width: 1024px) {
  #masthead .masthead-mod--hd {
    display: inline-flex;
  }

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

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

@media only screen and (min-width: 1300px) {
  #masthead .masthead-mod {
    border-left: 1px solid #ccc8c8;
    padding: 0 0 0 1.1em;
    margin-left: 1em;
  }

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

  #masthead .masthead-mod--mainnav {
    display: inline-flex;
    width: auto;
    height: 100%;
    box-shadow: none;
  }

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

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

#trigger:focus-visible {
  color: #007dca;
}

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

#trigger::before {
  content: "";
  display: block;
  background-color: #006eb7;
  width: 72px;
  height: 72px;
  position: absolute;
  top: calc(50% - 36px);
  left: calc(50% - 36px);
  transition: transform 0.33s ease-in-out;
}

.open #trigger::before {
  transform: rotate(180deg);
}

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

.open #trigger .navicon span:nth-child(4) {
  transform: translate(0, -16.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: 33px;
  display: inline-block;
  vertical-align: -10.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 (max-width: 665px) {
  #main-nav {
    pointer-events: none;
  }

  #main-nav>* {
    pointer-events: auto;
  }
}

@media only screen and (min-width: 666px) {
  #main-nav {
    width: 96px;
  }
}

@media only screen and (min-width: 1300px) {
  #main-nav {
    display: inline-flex;
    font-size: inherit;
    width: 100%;
    height: 100%;
    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: 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: 100vw;
    max-width: 320px;
    position: absolute;
    top: 100%;
    right: 0;
    transition-property: transform, opacity, visibility;
    transition-duration: 0.09s;
    transition-timing-function: linear;
    transform: translate(100%, 0);
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1299px) {
  #main-nav .collapsible {
    max-height: 100vh;
    overflow: auto;
  }

  #main-nav .collapsible[class] {
    height: auto;
  }
}

@media only screen and (max-width: 665px) {
  #main-nav .collapsible {
    max-width: none;
    width: 100%;
  }
}

@media only screen and (min-width: 1300px) {
  #main-nav .collapsible {
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
  }
}

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

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

/* ===============================================
TOP LEVEL ITEMS || top ul
=============================================== */
#main-nav ul {
  margin: 0;
  padding: 40px 0 40px;
  background-color: #4b943a;
  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 (min-width: 1300px) {
  #main-nav ul {
    height: 4.3em;
    width: auto;
    margin: 0;
    padding: 0;
    background: none;
    position: static;
    float: right;
    display: inline-block;
    vertical-align: top;
    float: none;
  }
}

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

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

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

@media only screen and (min-width: 1300px) {
  #main-nav ul li {
    margin: 0 0.95em 0 0;
    background: none;
    vertical-align: top;
    clear: none;
  }

  #main-nav ul li.home span {
    white-space: nowrap;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }

  #main-nav ul li.home a[id]::before {
    content: "\f015";
    font-family: "Font Awesome 6 Pro";
  }

  #main-nav ul li.last {
    margin: 0;
  }

  #main-nav ul li a:focus-visible+ul,
  #main-nav ul li ul:focus-within,
  #main-nav ul li:not(.tertiary-list-parent):hover>ul,
  #main-nav ul li.show-list>ul {
    width: auto;
    height: auto;
    margin: 0;
    clip: auto;
    pointer-events: auto;
  }
}

#main-nav ul li a[id] {
  line-height: 50px;
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
  font-family: "Sorts Mill Goudy", serif;
  font-weight: 700;
  height: 50px;
  margin: 0;
  transition: color 0.33s ease;
  pointer-events: none;
}

@media only screen and (min-width: 1300px) {
  #main-nav ul li a[id] {
    color: #013f65;
    line-height: 2.66666667;
    font-size: clamp(12px, 0.75em, 15px);
    text-align: center;
    height: 100%;
    z-index: 3000;
    pointer-events: auto;
  }
}

@media (min-width: 1024px) and (max-width: 1299px) and (pointer: coarse) {
  #main-nav ul li a[id] {
    /* allows tablet users to access flyouts on desktop style nav */
    z-index: -1;
  }

  #main-nav ul li a[id].home {
    z-index: 1;
  }
}

#main-nav ul li a[id]:after {
  content: '';
  width: 100%;
  height: 3px;
  display: block;
  position: absolute;
  left: 0;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  transform: translate(0, 0) scaleX(0);
  opacity: 0;
}

@media only screen and (max-width: 1299px) {
  #main-nav ul li a[id]:after {
    bottom: 10px;
    background-color: currentColor;
  }
}

@media only screen and (min-width: 1300px) {
  #main-nav ul li a[id]:after {
    bottom: 3em;
    background-color: #4b943a;
  }
}

#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;
}

#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: #4b943a;
  border: none;
  float: left;
  transition: visibility 0.33s ease-in-out;
  top: auto;
}

@media only screen and (min-width: 1300px) {
  #main-nav ul ul {
    top: 100%;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 1.1em 0;
    position: absolute;
    left: 0em;
    clip: rect(0 0 0 0);
    pointer-events: none;
    z-index: 2800;
  }
}

#main-nav ul ul li {
  height: 0;
  background: none;
  opacity: 0;
  overflow: hidden;
  transition-duration: 0.33s;
}

#main-nav ul ul li:focus-within {
  overflow: visible;
}

@media only screen and (min-width: 1300px) {
  #main-nav ul ul li {
    height: 1.6em;
    margin: 0 0 0.15em;
    padding: 0;
    opacity: 1;
    overflow: visible;
  }
}

#main-nav ul ul li a {
  line-height: 44px;
  font-size: clamp(12px, 0.7em, 14px);
  color: #fff;
  width: 100%;
  height: 44px;
  margin: 0;
  padding: 0;
  background: none;
  border: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

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

#main-nav ul ul li a:focus-visible,
#main-nav ul ul li a:hover,
#main-nav ul ul li a.active {
  text-decoration: none;
  color: #013f65;
  margin-bottom: 0;
  background: #fff;
  border: none;
}

#main-nav ul ul li.show-list>a,
#main-nav ul ul li:hover>a {
  text-decoration: none;
  color: #013f65;
  margin-bottom: 0;
  background: #fff;
  border: none;
}

/* ===============================================
TERTIARY || if ul ul ul exists
=============================================== */
@media only screen and (max-width: 1299px) {
  #main-nav ul ul ul {
    background: rgba(0, 125, 202, 0.5);
    padding-top: 0;
  }
}

@media only screen and (min-width: 1300px) {
  #main-nav ul ul ul {
    padding: 1em 0;
    background: #007dca;
    position: absolute;
    top: -1em;
    left: 100%;
    display: block;
    transform: translate(0, 0);
  }

  #main-nav ul ul ul li a {
    padding: 0 1.71428571em;
  }
}

/* ===============================================
Flyout animation
=============================================== */
@media only screen and (max-width: 1299px) {
  #main-nav ul ul li {
    overflow: hidden;
  }
}

@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;
  }

  #main-nav.open ul .clicked ul li ul {
    padding: 0;
  }

  #main-nav.open ul .clicked .show-list[class] {
    height: calc(44px + calc(var(--children-count) * 44px));
  }
}

/* socialmedia */
.collapsible .socialmedia {
  line-height: 0;
  text-align: center;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  background: #f00;
  justify-content: center;
  position: relative;
}

@media only screen and (max-width: 1299px) {
  .collapsible .socialmedia {
    display: flex;
  }
}

@media only screen and (min-width: 1300px) {
  .collapsible .socialmedia {
    display: none;
  }
}

.collapsible .socialmedia a {
  line-height: 48px;
  font-size: 25px;
  color: #fff;
  width: 48px;
  height: 48px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: opacity 0.33s ease-in-out, color 0.33s ease-in-out;
}

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

.collapsible .socialmedia a:focus:active {
  outline: transparent;
}

.collapsible .socialmedia a:hover {
  z-index: 400;
}

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

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

@media only screen and (max-width: 1023px) {
  #hd .mod {
    width: 100%;
    display: flex;
    gap: 24px;
    position: absolute;
    top: calc(100% + 20px);
    right: 0;
    transition-property: transform, opacity;
    transition-duration: 0.6s, 0.9s;
    transition-timing-function: ease-in-out;
    transition-delay: 0.24s;
  }

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

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

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

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

@media only screen and (min-width: 1024px) {
  #hd .mod {
    display: inline-flex;
    gap: 36px;
    vertical-align: top;
  }
}

/* ===============================================
	logo
=============================================== */
#logo {
  line-height: 0;
  width: 100%;
  max-width: 16.8em;
  margin: 0 auto;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  pointer-events: auto;
}

@media only screen and (max-width: 665px) {
  #logo {
    max-width: none;
    width: 369.6px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1299px) {
  #logo {
    font-size: 1.15em;
  }
}

@media only screen and (min-width: 1300px) {
  #logo {
    margin: 0;
    width: calc(100% - 45.5em);
  }
}

#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: 100%;
  height: auto;
}

#logo svg path,
#logo svg g {
  transform-box: fill-box;
  transform-origin: 50% 50%;
  transition: transform 0.33s ease-in-out;
}

@media only screen and (max-width: 665px) {
  #logo svg .logo__shape {
    transform: translate(-10%, -24%) scale(0.5);
  }

  #logo svg .logo__text {
    transform: translate(-87%, 36%) scale(0.52);
  }
}

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

@media only screen and (min-width: 1024px) and (max-width: 1299px) {
  .contactinfo {
    margin-right: 1em;
  }
}

.contactinfo .contactinfo__item {
  display: block;
  line-height: 0;
  text-align: right;
}

.contactinfo .contactinfo__item--first .address {
  color: #007dca;
}

.contactinfo .contactinfo__item--first .address:hover,
.contactinfo .contactinfo__item--first .address:focus {
  color: #4b943a;
}

.contactinfo .contactinfo__item--first a:hover,
.contactinfo .contactinfo__item--first a:focus {
  color: #007dca;
}

.contactinfo .contactinfo__item--last .address {
  color: #4b943a;
}

.contactinfo .contactinfo__item--last .address:hover,
.contactinfo .contactinfo__item--last .address:focus {
  color: #007dca;
}

.contactinfo .contactinfo__item--last a:hover,
.contactinfo .contactinfo__item--last a:focus {
  color: #4b943a;
}

.contactinfo .address {
  width: auto;
  display: block;
  font-weight: 700;
}

@media only screen and (max-width: 1023px) {
  .contactinfo .address {
    display: inline-block;
    vertical-align: top;
    line-height: 44px;
    font-size: 18px;
  }
}

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

@media only screen and (min-width: 1300px) {
  .contactinfo .address {
    line-height: 1;
    font-size: clamp(12px, 0.75em, 15px);
  }
}

.contactinfo .phone {
  font-weight: 500;
}

@media only screen and (max-width: 1023px) {
  .contactinfo .phone {
    display: inline-block;
    vertical-align: top;
    line-height: 44px;
    font-size: 18px;
  }
}

@media only screen and (min-width: 1024px) {
  .contactinfo .phone {
    font-size: 16px;
    line-height: 20px;
    display: block;
  }
}

@media only screen and (min-width: 1300px) {
  .contactinfo .phone {
    line-height: 1;
    font-size: clamp(12px, 0.75em, 15px);
  }
}

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

.contactinfo a:focus,
.contactinfo a:hover {
  color: #007dca;
}

#masthead .utilitynav {
  display: inline-flex;
  vertical-align: top;
  gap: 2px;
  pointer-events: auto;
  position: relative;
}

#masthead .utilitynav__dropdown {
  display: inline-block;
  vertical-align: top;
}

#masthead .utilitynav__dropdown-list {
  position: absolute;
  top: calc(100% + 2px);
  right: 0;
  width: 100%;
  height: auto;
  transition: opacity 0.33s ease-in-out, transform 0.33s ease-in-out, visibility 0.33s ease-in-out;
  opacity: 0;
  transform: translate(0, 50%);
  visibility: hidden;
  background-color: #c9cac9;
  padding: 5px 0;
  list-style: none;
}

#masthead .utilitynav__dropdown-list li {
  margin: 0;
  width: 100%;
  min-height: auto;
  height: auto;
}

#masthead .utilitynav__dropdown.active .utilitynav__dropdown-list {
  opacity: 1;
  transform: translate(0, 0);
  visibility: visible;
}

#masthead .utilitynav__dropdown-spotbtn {
  font-size: 15px;
  display: block;
  min-width: 44px;
  line-height: 2.66666667;
  text-align: right;
  width: 100%;
  color: #302f2f;
  position: relative;
  z-index: 1;
  padding: 0 25px;
  transition: color 0.33s ease-in-out;
}

#masthead .utilitynav__dropdown-spotbtn::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #4b943a;
  transition: transform 0.33s ease-in-out;
  z-index: -1;
  transform: scaleY(0);
  transform-origin: top;
}

#masthead .utilitynav__dropdown-spotbtn:hover,
#masthead .utilitynav__dropdown-spotbtn:focus {
  color: #fff;
}

#masthead .utilitynav__dropdown-spotbtn:hover::before,
#masthead .utilitynav__dropdown-spotbtn:focus::before {
  transform: scaleY(1);
}

#masthead .utilitynav .spotbtn {
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  background-color: #4b943a;
  border: none;
  margin: 0;
  width: 6em;
  display: inline-flex;
  justify-content: center;
  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;
  min-width: 44px;
  line-height: 1;
  height: 48px;
  padding: 0;
}

#masthead .utilitynav .spotbtn::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #007dca;
  transition: transform 0.33s ease;
  z-index: -1;
  transform: scaleY(0);
  transform-origin: top;
}

#masthead .utilitynav .spotbtn:hover::before,
#masthead .utilitynav .spotbtn:focus:not([onclick])::before,
#masthead .utilitynav .spotbtn.active::before {
  transform: scaleY(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(75, 148, 58, 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: #007dca;
  z-index: 400;
  transform: translate(0, 0) scale(1.44);
}

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

/* ==================================================================
	slideshow
=================================================================== */
#slideshow {
  text-align: center;
  min-height: 474px;
  background: #000;
  position: relative;
  z-index: 400;
  color: #ebebeb;
}

@media only screen and (min-width: 768px) {
  #slideshow {
    min-height: 500px;
    max-height: 700px;
    height: calc(100vh - 90px);
  }
}

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

  #slideshow .slogan {
    opacity: 0;
  }
}

#slideshow::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.3) 100%);
  z-index: 420;
}

#slideshow #home-slideshow {
  width: 100%;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  #slideshow #home-slideshow {
    width: 55em;
    margin: 0 calc(-27.5em + 50vw);
  }
}

@media only screen and (min-width: 768px) {
  #slideshow #home-slideshow {
    min-height: 500px;
    max-height: 700px;
    height: calc(100vh - 90px);
    overflow: hidden;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1299px) {
  #slideshow #home-slideshow {
    width: 1299px;
    margin: 0 calc(-649.5px + 50vw);
  }
}

@media only screen and (min-width: 1300px) {
  #slideshow #home-slideshow {
    aspect-ratio: 2000 / 700;
  }
}

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

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

#slideshow .slogan {
  font-family: "Sorts Mill Goudy", serif;
  line-height: 1.02;
  font-size: min(2.5em, 6.2vw);
  font-weight: 400;
  text-align: left;
  text-rendering: auto;
  /* color: #3a3a3a; */
  text-shadow: 0px 0px 0px transparent;
  width: 100%;
  max-width: 70em;
  width: calc(100% - 40px);
  display: block;
  position: absolute;
  bottom: -1.75em;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  z-index: 777;
  opacity: 1;
  visibility: visible;
  /* background: -webkit-linear-gradient(180deg, #ffffff 1.475em, #013f65 1.475em);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;   */

}
#slideshow .slogan > div {
  color: #3a3a3a;
  /* background-image: -webkit-linear-gradient(180deg, #ffffff 1.475em, #013f65 1.475em); */
  background-image: -webkit-linear-gradient(#fff 1.475em, #013f65 1.475em);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media only screen and (min-width: 1300px) {
  #slideshow .slogan {
    width: calc(100% - 240px);
  }
}

#slideshow .slogan .trait {
  display: block;
}

#slideshow .slogan .trait.top {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.02em;
}

#slideshow .slogan .trait.bottom {
  font-style: italic;
  line-height: 1;
  font-size: clamp(12px, 2.2em, 110px);
}

/* ==================================================================
	.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: #fff;
  margin: 0;
  padding: 6em 0 0em;
  position: relative;
  z-index: 410;
}

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

@media only screen and (min-width: 1024px) {
  .spot01 {
    padding: 8em 0 2.5em;
  }
}

.spot01 .mod {
  display: block;
  margin: 0 auto;
  width: 96%;
  max-width: 999.5px;
  background-color: #007ecb;
  padding: 4em 0 3em;
}

@media only screen and (min-width: 666px) {
  .spot01 .mod {
    padding: 4.95em 1em 5.1em;
  }
}

.spot01 h2.topic {
  line-height: 1;
  font-size: clamp(12px, 2.55em, 51px);
  text-transform: uppercase;
  color: #fff;
  width: 92%;
  max-width: 755px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Sorts Mill Goudy", serif;
  font-weight: 400;
  margin: 0 auto 0.4em;
  position: relative;
  letter-spacing: 0.01em;
  padding: 0;
  gap: 0.25em;
}

@media only screen and (min-width: 666px) {
  .spot01 h2.topic {
    gap: 0.7em;
  }
}

.spot01 h2.topic .trait {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 666px) {
  .spot01 h2.topic .trait {
    white-space: nowrap;
  }
}

.spot01 h2.topic .border {
  display: block;
  width: 100%;
  height: 5px;
  background-color: #fff;
  margin-bottom: 0.3em;
}

@media only screen and (min-width: 666px) {
  .spot01 h2.topic .border {
    height: 3px;
    width: 100%;
  }
}

.spot01 .info {
  line-height: 1.33333333;
  font-size: 33px;
  width: 90%;
  max-width: 740px;
  margin: 0 auto;
}

#subhero {
  display: block;
  width: 100%;
  background-color: #000;
  position: relative;
  margin-top: 150px;
  min-height: 160px;
}

@media only screen and (max-width: 767px) {
  #subhero {
    min-height: 30vw;
  }
}

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

@media only screen and (min-width: 1300px) {
  #subhero {
    margin-top: 223px;
    min-height: 25.9em;
  }

  #subhero h1,
  #subhero img {
    opacity: 0;
  }
}

@media only screen and (min-width: 2000px) {
  #subhero {
    max-height: 25vw;
  }
}

#subhero header {
  position: absolute;
  top: -1.88em;
  left: 50%;
  width: 90%;
  max-width: 65.7em;
  transform: translate(-50%, 0);
  z-index: 400;
  font-size: min(1em, 2.5vw);
}

@media only screen and (min-width: 1300px) {
  #subhero header {
    width: calc(100% - 11em);
  }
}

#subhero .hero {
  overflow: hidden;
}

#subhero img {
  width: 100%;
  max-width: none;
}

@media only screen and (max-width: 767px) {
  #subhero img {
    width: 120%;
    margin: 0 -10%;
    filter: brightness(70%);
    -webkit-filter: brightness(70%);
  }
}

@media only screen and (min-width: 1300px) and (max-width: 1999px) {
  #subhero img {
    width: 100em;
    margin: 0 calc(-50em + 50vw);
  }
}

/* ==================================================================
	subnav
=================================================================== */
#subnav {
  text-align: center;
  color: #013f65;
  padding: 1.85em 0 2.2em;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}

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

@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: 500;
  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 {
    max-width: 60em;
    line-height: 1.66666667;
    width: 100%;
  }
}

#subnav a {
  color: #013f65;
  margin: 0 0.8em;
  display: inline-block;
  vertical-align: top;
  position: relative;
  letter-spacing: 0.02em;
  transition: color 0.33s ease-in-out;
}

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

#subnav a:focus,
#subnav a:hover,
#subnav a.active {
  color: #4b943a;
  text-decoration: none;
}

#subnav .divider {
  margin: 0 0.8em;
  display: inline-block;
  vertical-align: top;
}

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

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

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

#content {
  max-width: 918px;
  display: block;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  #content {
    width: 100%;
    max-width: 45.9em;
  }
}

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

#content .content-text {
  line-height: 1.68421053;
  margin: 0 auto;
}

@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: 5em 0;
  }
}

@media only screen and (min-width: 1024px) {
  .home #bd {
    padding: 2.5em 0 1.85em;
  }
}

.home #bd .large-mark {
  display: block;
  position: absolute;
  width: 90%;
  max-width: 56.5em;
  top: 5em;
  right: 5%;
  z-index: -1;
}

@media only screen and (min-width: 1024px) {
  .home #bd .large-mark {
    max-width: 56.5em;
    right: calc(50% + 2.1em);
  }
}

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

@media only screen and (min-width: 1300px) {
  .home #bd .container {
    width: calc(100% - 240px);
  }
}

.home #bd #content {
  position: relative;
  z-index: 1;
}

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

@media only screen and (min-width: 1024px) {
  .home #bd #content {
    max-width: 34.15em;
    width: 51.35338346%;
    margin-right: 0;
  }

  .home #bd #content header {
    position: absolute;
    top: -0.9em;
    right: calc(100% + 2.25em);
  }
}

@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.7em;
  color: #4b943a;
}

.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;
}

@media only screen and (min-width: 768px) {
  .home #bd #content p {
    text-align: justify;
  }
}

/* ==================================================================
	custom content
=================================================================== */
.review {
  font-style: italic;
  font-family: "Sorts Mill Goudy", serif;
  font-size: 1.2em;
}

.reviewer {
  color: #007dca;
  text-transform: uppercase;
  margin: 0;
}

.reviewer::after {
  display: block;
  content: '\f005 \f005 \f005 \f005 \f005';
  font-family: "Font Awesome 6 Pro";
  color: gold;
  font-weight: 700;
  margin-top: .2em;
  font-size: 20px;
  line-height: 2;
  margin-bottom: 1em;
  letter-spacing: .2em;
}

.mediaslider {
  text-align: center;
  width: 100%;
  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: #4b943a;
  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: #4b943a;
  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: #007dca;
}

.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: #007dca;
  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;
}

#content .mtt {
  display: block;
}

#content .mtt__items {
  display: grid;
  justify-content: center;
  gap: 2em;
  grid-template-columns: repeat(1, 275px);
  margin-bottom: 4em;
}

@media only screen and (min-width: 768px) {
  #content .mtt__items {
    justify-content: flex-start;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (min-width: 1024px) {
  #content .mtt__items {
    grid-template-columns: repeat(3, 1fr);
  }
}

#content .mtt__item {
  display: block;
  width: 100%;
  position: relative;
  text-align: center;
  overflow: hidden;
  text-decoration: none;
  max-width: 275px;
}

#content .mtt__item-decoration {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 1em;
  box-shadow: 1px 1px 1px 1px #ccc;
  border: 3px solid #fff;
}

#content .mtt__item-decoration p {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.33s ease-in-out;
  transform: translate(0, 100%);
  color: #fff;
  font-size: 15px;
  line-height: 1.2;
  padding: 1em;
}

#content .mtt__item-decoration img {
  width: 100%;
}

#content .mtt__item h3,
#content .mtt__item h4 {
  text-align: center;
  margin-bottom: 0.5em;
  transition: color 0.33s ease-in-out;
}

#content .mtt__item:hover,
#content .mtt__item:focus {
  color: #4b943a;
}

#content .mtt__item:hover h3,
#content .mtt__item:focus h3,
#content .mtt__item:hover h4,
#content .mtt__item:focus h4 {
  color: #4b943a;
}

#content .mtt__item:hover p,
#content .mtt__item:focus p {
  transform: translate(0, 0);
}

/* ==================================================================
	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: 500;
  text-transform: uppercase;
  text-decoration: none;
  color: #4b943a;
  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;
}

.sitemap #content a:focus,
.sitemap #content a:hover {
  color: #007dca;
  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: 15em;
  margin: 0 auto 6%;
  padding: 0;
  display: none;
  position: relative;
  z-index: 420;
}

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

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

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

/* ===============================================
	show doctor image on all devices
=============================================== */
/*.home,*/
/*body[class^='meet-the-'],*/
/*body[class^='meet-our-'],*/
/* END SIDEBAR */
/* ===============================================
	spot00 || COMMON GENERAL INFORMATION SPOTLIGHT SECTION REVERSE
=============================================== */
.spot02 {
  color: #1b1b18;
  padding: 3.5em 0 8em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 3em;
}

@media only screen and (min-width: 1024px) {
  .spot02 {
    flex-direction: row-reverse;
    justify-content: flex-start;
    padding: 5em 4.9em 4.9em 0;
    font-size: min(1vw, 1em);
    gap: 8.2em;
  }
}

@media only screen and (min-width: 1300px) and (max-width: 1999px) {
  .spot02 {
    padding-right: 98px;
  }
}

@media only screen and (min-width: 2000px) {
  .spot02 {
    font-size: max(1vw, 1em);
  }
}

.spot02__overlay {
  display: block;
  position: absolute;
  top: 0;
  background-color: #007ecb;
  left: 0;
  width: 100%;
  height: min(40em, 100vw);
}

@media only screen and (min-width: 1024px) {
  .spot02__overlay {
    height: 100%;
    left: calc(50% + 12em);
    width: calc(50% - 12em);
  }
}

.spot02 .decoration {
  width: 90%;
  max-width: 38em;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  box-shadow: 12.25px 12.25px 25px rgba(0, 0, 0, 0.15);
  z-index: 1;
  aspect-ratio: "760 / 730";
  overflow: hidden;
}

.spot02 .decoration img {
  width: 100%;
  position: absolute;
  top: 0;
  opacity: 0;
}

.spot02 .decoration::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 420;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 50%);
}

@media only screen and (min-width: 1024px) {
  .spot02 .decoration::after {
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 50%);
  }
}

.spot02 .spot02pager {
  position: absolute;
  bottom: 1em;
  left: 0;
  z-index: 777;
}

@media only screen and (min-width: 666px) {
  .spot02 .spot02pager {
    bottom: 1.9em;
  }
}

.spot02 .spotpagerbtn {
  font-size: min(1.25em, 4vw);
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  background: none;
  display: block;
  position: relative;
  z-index: 420;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out;
  border: none;
  padding: 0 0 0 2em;
  margin: 0;
  overflow: hidden;
  text-align: left;
}

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

@media only screen and (max-width: 665px) {
  .spot02 .spotpagerbtn {
    line-height: 25px;
  }
}

@media only screen and (min-width: 1024px) {
  .spot02 .spotpagerbtn {
    line-height: 2;
  }
}

.spot02 .spotpagerbtn:nth-child(1) {
  display: none;
}

.spot02 .spotpagerbtn::before {
  content: '';
  width: 1.44em;
  height: 3px;
  position: absolute;
  top: calc(50% - 1.5px);
  left: 0;
  background-color: #fff;
  transition: transform 0.33s ease;
  transform: translate(-110%, 0);
  z-index: -1;
}

.spot02 .spotpagerbtn:hover::before,
.spot02 .spotpagerbtn.cycle-pager-active::before {
  transform: translate(0%, 0);
}

.spot02 .mod {
  width: 90%;
  max-width: 31.25em;
  padding: 0;
  position: relative;
  z-index: 1;
  display: contents;
}

@media only screen and (min-width: 1300px) {
  .spot02 .mod {
    margin-bottom: 3.55em;
  }
}

.spot02 .mod .cycle-slideshow {
  order: 1;
  max-width: 31.25em;
  width: 90%;
  min-height: 15em;
}

.spot02 .mod .cycle-slideshow .slide {
  position: absolute;
  opacity: 0;
}

@media only screen and (min-width: 1024px) {
  .spot02 .mod {
    display: block;
    text-align: right;
    margin-top: 1.5em;
  }

  .spot02 .mod .cycle-slideshow {
    width: 100%;
  }
}

.spot02 h2.topic {
  line-height: 0.98;
  font-size: clamp(12px, 2.5em, 50px);
  font-size: min(2.5em, 7.5vw);
  font-weight: 700;
  font-family: "Sorts Mill Goudy", serif;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  letter-spacing: 0.03em;
  position: relative;
  z-index: 1;
  order: -1;
}

@media only screen and (min-width: 1024px) {
  .spot02 h2.topic {
    margin: 0 -0.1em 0.3em 0;
    color: #013f65;
  }
}

.spot02 .info {
  line-height: 1.75862069;
  font-size: clamp(12px, 1.45em, 29px);
  margin: 0 0 1.13793103em;
}

.spot02 .spotbtn {
  font-size: clamp(12px, 1.25em, 25px);
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  background-color: #007ecb;
  width: 10.88em;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out;
  min-width: 44px;
  line-height: 3.16;
}

.spot02 .spotbtn::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #4b943a;
  transition: transform 0.33s ease;
  z-index: -1;
  transform: scaleY(0);
  transform-origin: top;
}

.spot02 .spotbtn:hover::before,
.spot02 .spotbtn:focus::before {
  transform: scaleY(1);
}

/* ===============================================
	spot00 || COMMON GENERAL INFORMATION SPOTLIGHT SECTION
=============================================== */
.spot03 {
  color: #4b943a;
  padding: 3.5em 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 3em;
}

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

@media only screen and (min-width: 1024px) {
  .spot03 {
    flex-direction: row;
    justify-content: flex-start;
    padding: 5em 0 5em 4.9em;
    gap: 11.25em;
    font-size: min(1vw, 1em);
    margin-bottom: 4.8em;
  }
}

@media only screen and (min-width: 1300px) and (max-width: 1999px) {
  .spot03 {
    padding-left: 98px;
  }
}

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

.spot03__overlay {
  display: block;
  position: absolute;
  top: 0;
  background-color: #007ecb;
  right: 0;
  width: 100%;
  height: min(35em, 85vw);
}

@media only screen and (min-width: 1024px) {
  .spot03__overlay {
    height: 100%;
    right: calc(50% + 12em);
    width: calc(50% - 12em);
  }
}

.spot03 .decoration {
  width: 90%;
  max-width: 38em;
  display: block;
  box-shadow: 20px 20px 25px rgba(0, 0, 0, 0.15);
  aspect-ratio: "760 / 730";
  overflow: hidden;
}

.spot03 .decoration img {
  width: 100%;
  position: absolute;
  top: 0;
  opacity: 0;
}


.spot03pager {
  margin-bottom: 2em;
  margin-left: 10px;
}

@media only screen and (max-width:767px) {
  .spot03pager {
    margin-bottom: 3em;
  }

}

.spot03 .mod {
  display: block;
  width: 90%;
  max-width: 25em;
}

.spot03 .spotbtn {
  font-size: min(1.25em, 5vw);
  text-transform: uppercase;
  color: #013f65;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 420;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out;
  text-align: left;
  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.2;
  }
}

.spot03 .spotbtn:not(:nth-last-of-type(1)) {
  margin-bottom: 0.72em;
}

.spot03 .spotbtn .icon {
  font-size: clamp(12px, 1.4em, 35px);
  width: 2.28571429em;
  height: 2.28571429em;
  line-height: 0;
  border-radius: 50%;
  color: #fff;
  background-color: #013f65;
  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, box-shadow 0.33s ease-in-out, transform 0.33s ease-in-out;
  margin-right: 0.55em;
}

.spot03 .spotbtn .icon span {
  display: inline-block;
  content: attr(data-fa);
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  position: absolute;
  color: #4b943a;
  transform: scaleX(-1);
  opacity: 0;
  transition: opacity 0.33s ease-in-out;
}

.spot03 .spotbtn .icon span::before {
  display: inline-block;
}

.spot03 .spotbtn .icon::before {
  transition: opacity 0.33s ease-in-out;
}

.spot03 .spotbtn:focus,
.spot03 .spotbtn:hover,
.spot03 .spotbtn.cycle-pager-active {
  color: #4b943a;
}

.spot03 .spotbtn:focus .icon,
.spot03 .spotbtn:hover .icon,
.spot03 .spotbtn.cycle-pager-active .icon {
  color: #4b943a;
  background-color: #fff;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.4);
  transform: rotateY(180deg);
}

.spot03 .spotbtn:focus .icon::before,
.spot03 .spotbtn:hover .icon::before,
.spot03 .spotbtn.cycle-pager-active .icon::before {
  opacity: 0;
}

.spot03 .spotbtn:focus .icon span,
.spot03 .spotbtn:hover .icon span,
.spot03 .spotbtn.cycle-pager-active .icon span {
  opacity: 1;
}

/* ===============================================
	spot00 || COMMON SERVICES/CALLOUT-LIKE SECTION EXAMPLE
=============================================== */
.spot04 {
  text-align: center;
  padding: 0;
  margin: 0;
  background-color: #ccc;
  position: relative;
  z-index: 410;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
}

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

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

.spot04 .spot04vid {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: -1;
}

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

.spot04 a {
  color: #fff;
  width: 100%;
  padding: 10% 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  margin: 0;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .spot04 a {
    border-bottom: 1px solid #fff;
  }

  .spot04 a::before {
    content: '';
    background-color: #007dca;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(0.5);
    opacity: 0;
    transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  }
}

@media only screen and (min-width: 768px) {
  .spot04 a {
    height: 35.3em;
    padding: 0 0 0.5em;
    background: none;
    width: calc(16.66% - 0px);
  }

  .spot04 a:not(:nth-last-of-type(1)) {
    border-right: 1px solid #fff;
  }
}

.spot04 a h2.topic {
  line-height: 1.5;
  font-size: clamp(12px, 1em, 20px);
  color: currentcolor;
  width: 100%;
  display: block;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Sorts Mill Goudy", serif;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  padding: 0 1em;
  position: relative;
  z-index: 1;
  letter-spacing: 0.02em;
}

@media only screen and (max-width: 767px) {
  .spot04 a h2.topic {
    transform: translate(0, 0.7em);
  }
}

.spot04 a h2.topic .trait {
  line-height: 1.2;
  font-size: clamp(12px, 0.75em, 15px);
  font-weight: 500;
  display: block;
  font-family: 'Source Sans 3', Helvetica, Arial, sans-serif;
  letter-spacing: 0.28em;
  opacity: 0;
  transition: opacity 0.33s ease-in-out;
}

.spot04 a .shape {
  display: inline-block;
  width: 6.9em;
  height: auto;
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, 200%) rotate(180deg);
  opacity: 0;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
}

.spot04 a:hover h2.topic .trait,
.spot04 a:focus h2.topic .trait {
  opacity: 1;
}

@media only screen and (max-width: 767px) {

  .spot04 a:hover h2.topic,
  .spot04 a:focus h2.topic {
    transform: translate(0, 0em);
  }

  .spot04 a:hover::before,
  .spot04 a:focus::before {
    transform: scale(1);
    opacity: 1;
  }
}

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

  .spot04 a:hover h2.topic,
  .spot04 a:focus h2.topic {
    transform: translate(0, -70%);
  }

  .spot04 a:hover .shape,
  .spot04 a:focus .shape {
    opacity: 1;
    transform: translate(-78%, 15%) rotate(0deg);
  }
}

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

  .spot04 a:hover h2.topic,
  .spot04 a:focus h2.topic {
    transform: translate(0, -145%);
  }
}

/* ===============================================
	spot00 || COMMON TESTIMONIAL SLIDESHOW SECTION EXAMPLE
=============================================== */
.spot05 {
  font-size: min(3.5vw, 1em);
  padding: 3em 0;
  border-bottom: 4px solid #f5f5f5;
}

@media only screen and (min-width: 666px) {
  .spot05 {
    padding: 4.75em 0 4.85em;
  }
}

.spot05 .cycle-slideshow {
  color: #013f65;
  width: 90%;
  max-width: 55em;
  margin: 0 auto 1.9em;
  display: block;
  min-height: 13.5em;
}

.spot05 .cycle-slideshow div {
  position: absolute;
  opacity: 0;
}

.spot05 .cycle-slideshow:focus,
.spot05 .cycle-slideshow:hover {
  color: #005d97;
  transform: translate(0, 0) scale(1);
}

.spot05 .cycle-slide {
  width: 100%;
  margin: 0;
  display: block;
  transition: color 0.33s ease-in-out;
}

.spot05 .cycle-slide figure {
  margin: 0;
}

.spot05 .testimony {
  line-height: 1.2;
  font-size: clamp(12px, 2.35em, 47px);
  margin: 0 auto 0.08510638em;
  display: block;
  font-style: italic;
  font-family: "Sorts Mill Goudy", serif;
}

.spot05 .testifier {
  line-height: 1.72;
  font-size: clamp(12px, 1.25em, 25px);
  text-transform: uppercase;
  font-weight: 500;
  display: block;
  color: #007dca;
  letter-spacing: 0.14em;
}

.spot05 .spotbtn {
  font-size: clamp(12px, 0.6em, 12px);
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-family: "Sorts Mill Goudy", serif;
  font-weight: 400;
  letter-spacing: 0.22em;
  background-color: #4b943a;
  width: 18.25em;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out;
  min-width: 44px;
  line-height: 4.08333333;
}

.spot05 .spotbtn::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #007dca;
  transition: transform 0.33s ease;
  z-index: -1;
  transform: scaleY(0);
  transform-origin: top;
}

.spot05 .spotbtn:hover::before,
.spot05 .spotbtn:focus::before {
  transform: scaleY(1);
}

/* ==================================================================
	association logos 
=================================================================== */
.associationlogos {
  text-align: center;
  font-size: 3vw;
  padding: 4.8em 0 4.9em;
  position: relative;
}

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

@media only screen and (min-width: 1300px) {
  .associationlogos {
    padding-left: 1em;
  }
}

.associationlogos a {
  margin: 2%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .associationlogos a {
    margin: 0 1.65em;
  }
}

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

.associationlogos a:focus img,
.associationlogos a:hover img,
.associationlogos a:focus svg,
.associationlogos a:hover svg {
  transform: scale(0.87);
  opacity: 0.48;
}

.associationlogos a.invisalign {
  width: 9.5em;
  height: 2.55em;
}

.associationlogos a.ada {
  width: 7.3em;
  height: 2.55em;
}

.associationlogos a.aad {
  width: 9.85em;
  height: 2.3em;
}

.associationlogos a.gda {
  width: 10.1em;
  height: 1.4em;
}

@media only screen and (min-width: 1300px) {
  .associationlogos a.gda {
    right: 0.75em;
  }
}

.associationlogos a.agd {
  width: 6.2em;
  height: 1.7em;
}

@media only screen and (min-width: 1300px) {
  .associationlogos a.agd {
    right: 1em;
  }
}

.associationlogos a.edds {
  width: 6.3em;
  height: 1.4em;
}

.associationlogos a.ads {
  width: 7.9em;
  height: 4.75em;
}

.associationlogos a svg {
  width: 100%;
  height: 100%;
  display: block;
  transition: opacity 0.33s ease-in-out, transform 0.33s ease-in-out;
}

.associationlogos a img {
  transition: opacity 0.33s ease-in-out, transform 0.33s ease-in-out;
}

/* ==================================================================
	#ft
=================================================================== */
#ft {
  text-align: center;
  color: #fff;
  width: 100%;
  padding: 0;
  background: #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: 1024px) {
  #ft {
    background-size: auto 100%;
    margin-bottom: 5em;
    font-size: min(1em, 1vw);
    background-position-x: calc(50% - 4em);
  }
}

@media only screen and (min-width: 1300px) {
  #ft {
    background-position-x: calc(50% + 1vw);
  }
}

@media only screen and (min-width: 2000px) {
  #ft {
    background-position-x: center;
  }
}

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

#ft a .icon {
  --fa-bounce-height: -0.3em;
}

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

#ft a:focus .icon,
#ft a:hover .icon,
#ft a.active .icon {
  animation: fa-bounce 1s ease;
}

#ft .marker {
  line-height: 1;
  font-size: 3.3em;
  color: #4b943a;
  position: absolute;
  margin-right: 5.6em;
  top: 7.65151515em;
  right: 50%;
  z-index: 400;
  transition: transform 0.33s ease-in-out, color 0.33s ease-in-out;
  transform-origin: center bottom;
}

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

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

@media only screen and (min-width: 1300px) {
  #ft .marker {
    margin-right: 4.1em;
  }
}

@media only screen and (min-width: 2000px) {
  #ft .marker {
    margin-right: 4.43939394em;
  }
}

#ft .marker--first {
  color: #007ecb;
}

#ft .marker--last {
  color: #4b943a;
  top: 2.675em;
  margin-right: 12.3em;
}

@media only screen and (min-width: 1300px) {
  #ft .marker--last {
    margin-right: 10.75em;
  }
}

@media only screen and (min-width: 2000px) {
  #ft .marker--last {
    margin-right: 11.05em;
  }
}

#ft .marker:before {
  color: currentcolor;
}

#ft .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;
}

#ft .marker:hover,
#ft .marker:focus,
#ft .marker.active {
  transform: scale(1.1);
}

/* ===============================================
		locations
=============================================== */
#location {
  width: 100%;
  padding: 3em 0 2em;
  background-color: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: flex-end;
  position: relative;
}

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

@media only screen and (min-width: 1024px) {
  #location {
    margin-left: calc(50% + 7.25em);
    width: calc(50% - 7.25em);
    padding: 5em 0 1.35em;
    height: 40em;
    background-color: #fff;
  }
}

@media only screen and (min-width: 1300px) {
  #location {
    padding-right: 100px;
  }
}

#location .mod {
  text-align: center;
  width: 90%;
  display: block;
  margin: 0 auto;
}

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

#location .logo {
  line-height: 0;
  text-align: center;
  margin: 0 auto 2.9em;
  display: block;
  width: 100%;
  max-width: 34.05em;
}

#location .logo:focus {
  opacity: 0.51;
}

#location .logo svg {
  width: 100%;
  height: auto;
}

#location .location__items {
  display: block;
  margin: 0 auto 2em;
  width: 100%;
}

@media only screen and (min-width: 1024px) {
  #location .location__items {
    margin: 0;
    position: absolute;
    top: calc(50% - 0.3em);
    right: 100%;
    width: auto;
    transform: translate(0, -50%);
    min-width: max-content;
  }
}

#location .location__item {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 17.5em;
  font-weight: 500;
  padding: 2em 2em 1em;
  margin: 0 0 0.45em;
}

@media only screen and (min-width: 1024px) {
  #location .location__item {
    display: block;
    text-align: right;
    max-width: none;
    padding: 1.75em 1.6em 0.4em 1.35em;
  }
}

@media only screen and (min-width: 1300px) {
  #location .location__item {
    padding: 0.9em 1.6em 0.4em 1.35em;
  }
}

#location .location__item .google {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  line-height: 44px;
  transition: transform 0.33s ease-in-out, color 0.33s ease-in-out;
  color: #fff;
}

@media only screen and (min-width: 1024px) {
  #location .location__item .google {
    margin-right: 1.7em;
  }
}

#location .location__item .google:hover,
#location .location__item .google:focus {
  color: #000;
}

#location .location__item--first {
  background-color: #007dca;
}

#location .location__item--last {
  background-color: #4b943a;
}

@media only screen and (max-width: 1023px) {

  #location .phone,
  #location .address,
  #location .officehours {
    padding-top: 30px;
    position: relative;
  }

  #location .phone .icon,
  #location .address .icon,
  #location .officehours .icon {
    position: absolute;
    top: 0;
    width: 100%;
  }
}

#location .phone .cta,
#location .address .cta,
#location .officehours .cta {
  display: inline-block;
  vertical-align: top;
}

#location .phone .icon,
#location .address .icon,
#location .officehours .icon {
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
  text-shadow: 0.25px 0.25px 0px currentColor;
}

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

  #location .phone .icon,
  #location .address .icon,
  #location .officehours .icon {
    display: inline-block;
    vertical-align: top;
    font-size: inherit;
    margin: 0 0 0 0.4em;
    min-width: 1.2em;
  }
}

#location .phone {
  font-size: clamp(12px, 0.85em, 17px);
  display: block;
  margin-bottom: 1em;
  line-height: 1.05882353;
}

#location .address {
  margin: 0 auto 1em;
  display: block;
}

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

  #location .address .icon {
    font-size: 0.85em;
  }
}

#location .address .street {
  font-size: clamp(12px, 0.85em, 17px);
}

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

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

#location .address:focus .marker,
#location .address:hover .marker {
  transform: translate(0, 0) scale(2);
}

#location .officehours {
  display: block;
  line-height: 1.05882353;
  font-size: clamp(12px, 0.85em, 17px);
  font-weight: 500;
  margin: 0 0 0.3em;
}

#location .socialmedia {
  line-height: 0;
  text-align: center;
  width: 100%;
  height: auto;
  margin: 0 0 1.5em;
  padding: 0;
  display: flex;
  justify-content: center;
}

@media only screen and (min-width: 1024px) {
  #location .socialmedia {
    margin-bottom: 3.45em;
  }
}

#location .socialmedia a {
  font-size: clamp(12px, 1.25em, 25px);
  color: #013f65;
  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) {
  #location .socialmedia a {
    font-size: 25px;
    line-height: 44px;
    width: 44px;
    height: 44px;
  }
}

@media only screen and (min-width: 1300px) {
  #location .socialmedia a {
    line-height: 1.76;
    width: 1.4em;
    height: 1.76em;
  }
}

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

#location .socialmedia a:hover,
#location .socialmedia a:focus {
  color: #4b943a;
}

#location .spotbtn {
  font-size: clamp(12px, 0.75em, 15px);
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background-color: #4b943a;
  font-weight: 700;
  width: 10.33333333em;
  display: block;
  margin: 0 auto 3em;
  position: relative;
  z-index: 420;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out;
  min-width: 44px;
  line-height: 3.2;
}

@media only screen and (min-width: 1024px) {
  #location .spotbtn {
    margin-bottom: 5.7em;
  }
}

#location .spotbtn::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #007dca;
  transition: transform 0.33s ease;
  z-index: -1;
  transform: scaleY(0);
  transform-origin: top;
}

#location .spotbtn:hover,
#location .spotbtn:focus {
  color: #fff;
}

#location .spotbtn:hover::before,
#location .spotbtn:focus::before {
  transform: scaleY(1);
}

/* ==================================================================
		#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 (min-width: 1300px) {
  #links {
    height: 5em;
    padding: 1.4em 0 0;
  }
}

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

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

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

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

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

#location .util a:focus,
#location .util a:hover {
  color: #007dca;
}

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

#location .util .divider {
  margin: 0 0.1em;
}

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

a#sesame-link .sesameicon path {
  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: 0;
  display: block;
  position: relative;
}

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

a#backtotop {
  font-size: clamp(12px, 0.6em, 12px);
  color: #4b943a;
  font-family: "Sorts Mill Goudy", serif;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  transition: color 0.33s ease-in-out;
}

@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 .icon {
  display: inline-block;
  margin-left: 0.5em;
  transition: transform 0.33s ease-in-out;
}

a#backtotop:focus,
a#backtotop:hover {
  color: #007dca;
}

/*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: 15px;
  text-transform: uppercase;
  color: #fff;
  height: 48px;
  padding: 0 1.5em;
  background-color: #4b943a;
  border: 0;
  font-weight: 700;
  letter-spacing: 0.02em;
  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;
}

form button::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #007dca;
  transition: transform 0.33s ease;
  z-index: -1;
  transform: scaleY(0);
  transform-origin: top;
}

form button:hover::before,
form button:focus::before {
  transform: scaleY(1);
}

form p {
  height: auto;
}

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

/* ===============================================
	.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 #sidebar,
  .layout-full-width #sidebar {
    display: none;
  }

  /* ===============================================
	custom content
=============================================== */
  .speed-system img[alt='Speed Braces'] {
    display: block;
  }

  /* ===============================================
	PAGE SPECIFIC
=============================================== */
  .which-is-right-for-me #content p {
    display: inline-block;
    float: left;
  }

  .which-is-right-for-me #content a[href^='/sesame_media/docs/'] {
    text-align: center;
    width: 100%;
    display: block;
    clear: both;
  }

  .which-is-right-for-me #content a[href^='/sesame_media/docs/'] img {
    display: inline-block;
  }

  .in-ovation-testimonials .embed-container {
    margin-right: auto;
    margin-left: auto;
    display: block;
  }

  [class^='inovation-chart-'] {
    max-width: 50%;
    display: inline-block;
  }

  .in-ovation-before-after #content p {
    text-align: center;
    margin-bottom: 0;
  }

  .in-ovation-before-after .content-text h3 {
    text-align: center;
  }

  .in-ovation-before-after .content-text .img-left,
  .in-ovation-before-after .content-text .border {
    max-width: 44%;
    margin: 2%;
    display: inline-block;
    float: none;
  }

  .in-ovation-videos .content-text h2 {
    text-align: center;
  }

  .in-ovation-videos .content-text .embed-container {
    margin-right: auto;
    margin-left: auto;
    display: block;
  }

  body[class*='in-ovation'] .img-right {
    max-width: 40%;
  }

  /*END*/
}

/* ===============================================
	embed-container enhanced support
=============================================== */
@supports (aspect-ratio: 16 / 9) and (object-fit: cover) {
  @media only screen and (max-width: 1299px) {

    .embed-container,
    .embed-container.ratio16x9 {
      max-width: min(48.31578947em, 90%);
    }
  }

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

    .embed-container,
    .embed-container.ratio16x9 {
      max-width: min(48.31578947em, 1200px);
    }
  }
}

.smile-savings-card {
  text-align: center;
  max-width: 23.75em;
  display: block;
  margin: 0 auto 2em;
  border-radius: 1.5em;
  overflow: hidden;
  border: 2px solid #4b943a;
  padding-bottom: 2.5em;
}

.spot03 .smile-savings-card {
  margin-bottom: 0;
  margin-top: 4em;
}

.smile-savings-card-header {
  background-color: #4b943a;
  padding: 0.5em 1em;
  margin-bottom: 1em;
  font-size: min(1em, 3.75vw);
}

.smile-savings-card-header h2 {
  white-space: nowrap;
}

.smile-savings-card-header h2,
.smile-savings-card-header h3 {
  text-align: center;
  margin: 0;
  color: #fff;
  text-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
}

.smile-savings-card-header h2 {
  margin: 0em;
  font-weight: 700;
  font-size: 3em;
}

.smile-savings-card-header h3 {
  font-size: 1.75em;
  text-transform: none;
}

.smile-savings-card p {
  line-height: 1.2;
  width: 60%;
  margin: 0 auto 1em;
}

#content .smile-savings-card .smile-savings-card-spotbtn,
.smile-savings-card .smile-savings-card-spotbtn {
  text-decoration: none;
  font-size: 1.5em;
  text-align: center;
  color: #fff;
  font-weight: 500;
  background-color: #4b943a;
  padding: 0 0.5em;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out;
  min-width: 44px;
  line-height: 44px;
  margin: 0.25em 0.75em;
}

.smile-savings-card .smile-savings-card-spotbtn::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #007dca;
  transition: transform 0.33s ease;
  z-index: -1;
  transform: scaleY(0);
  transform-origin: top;
}

.smile-savings-card .smile-savings-card-spotbtn:hover::before,
.smile-savings-card .smile-savings-card-spotbtn:focus::before {
  transform: scaleY(1);
}

.savings-plan-graphic {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 32.21052632em;
}

form select {
  padding-top: 0;
  padding-bottom: 0;
}

#bd .testcontainer {
  width: 100%;
}

#bd .testcontainer .cycle-slideshow {
  width: 90%;
  margin: 0 auto;
}

#bd .testcontainer .controls {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  pointer-events: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% + 0px);
}

#bd .testcontainer .controls button {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  line-height: 44px;
  width: 44px;
  font-size: 44px;
  pointer-events: auto;
  transition: transform 0.33s ease-in-out, color 0.33s ease-in-out;
}

#bd .testcontainer .controls button:hover {
  transform: scale(1.1);
  color: #4b943a;
}

form input[type='checkbox'] {
  display: inline-block;
  vertical-align: top;
  width: auto !important;
}

form .radio-group {
  margin-bottom: 2em;
}