/* 
 Site Manager Version: 14.2.0
 Date Created: October 2025
 
 Account: religa-celeste
 Written by: james stillion
 
 Sesame Communications - All rights reserved. C2025
 Any reproduction or intentional misuse is strictly prohibited
*/
/* ===============================================
					fonts
=============================================== */
/* roboto-400 */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-400.woff2') format('woff2');
}
/* roboto-400i */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/roboto-400i.woff2') format('woff2');
}
/* roboto-700 */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-700.woff2') format('woff2');
}
/* roboto-700i */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/roboto-700i.woff2') format('woff2');
}
/* roboto-slab-400 */
@font-face {
  font-display: swap;
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-slab-400.woff2') format('woff2');
}
/* roboto-slab-500 */
@font-face {
  font-display: swap;
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/roboto-slab-500.woff2') format('woff2');
}
/* roboto-slab-700 */
@font-face {
  font-display: swap;
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-slab-700.woff2') format('woff2');
}
/* ==================================================================
Basic Stylings
These will affect every size of the site.
================================================================== */
html {
  scroll-behavior: smooth;
}
.defs {
  line-height: 0;
  width: 0;
  height: 0;
  display: block;
  position: absolute;
}
/* ===============================================
	body 
=============================================== */
body,
input,
select,
textarea,
form button,
button {
  font-family: 'Roboto Slab', Rockwell, 'Rockwell Nova', 'DejaVu Serif', 'Sitka Small', serif;
}
svg {
  display: inline-block;
}
body {
  color: #4b4b4b;
  background: #559826 url(../images/bdsub.jpg) no-repeat 50% 0;
  background-size: min(340%, 100em ) auto;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 1024px) {
  body {
    background-size: 2000px auto;
  }
}
@media only screen and (min-width: 2000px) {
  body {
    background-size: 100% auto;
  }
}
body.home {
  background: #fff;
}
@media only screen and (min-width: 1300px) {
  body {
    font-size: 20px;
  }
}
/* ===============================================
	links 
=============================================== */
a {
  text-decoration: none;
}
#content a {
  font-family: 'Roboto Slab', Rockwell, 'Rockwell Nova', 'DejaVu Serif', 'Sitka Small', serif;
  color: #fe6371;
  text-decoration: underline;
  transition: color 0.33s ease-in-out;
}
#content a:focus,
#content a:hover {
  color: #1076c1;
  text-decoration: none;
}
.home #content a {
  color: #fff;
}
.home #content a:focus,
.home #content a:hover {
  color: #fe6371;
}
/* ===============================================
	h family || hfam 
=============================================== */
h1,
h2:not(.topic),
h3:not(.topic),
h4,
h5,
h6 {
  font-family: 'Roboto Slab', Rockwell, 'Rockwell Nova', 'DejaVu Serif', 'Sitka Small', serif;
  font-weight: 500;
  line-height: 1;
  text-align: left;
  text-rendering: auto;
  margin: 0 0 1.44em;
}
h1 {
  font-weight: 400;
}
header.sub {
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 479px) {
  header.sub {
    padding: 0 0 3.3em;
  }
}
@media only screen and (min-width: 480px) {
  header.sub {
    width: 69%;
    max-width: 360px;
  }
}
@media only screen and (max-width: 1023px) {
  header.sub {
    min-height: clamp( 200px, calc(100.43vw - 120px), 353px );
  }
}
@media only screen and (min-width: 1024px) {
  header.sub {
    height: calc(607px - 132px);
  }
}
@media only screen and (min-width: 1415px) {
  header.sub {
    height: 607px;
    padding-block: 145px 0;
  }
}
@media only screen and (min-width: 2000px) {
  header.sub {
    height: 30.35vw;
  }
}
.sub h1 {
  font-size: min(10vw, 38px );
  text-align: center;
  color: #fe6371;
  text-wrap: balance;
  padding: 0 6%;
  margin-bottom: 0;
}
@media only screen and (min-width: 480px) {
  .sub h1 {
    font-size: 38px;
  }
}
.home h1 {
  /* .lh(72/@h1fs); */
  font-size: 9vw;
  text-align: center;
  color: #fff;
  margin: 0 0 0.9em;
}
@media only screen and (min-width: 480px) {
  .home h1 {
    font-size: 1.9em;
    text-align: left;
  }
}
.home h1 .trait {
  display: block;
}
.home h1 .trait.top {
  /* line-height:69/@tfs; */
  font-size: 0.92105263em;
}
h2:not(.topic) {
  font-size: 1.25em;
  color: #fe6371;
}
h3:not(.topic) {
  font-size: 1.2em;
}
h4 {
  font-size: 1.15em;
}
h5 {
  font-size: 1.1em;
}
h6 {
  font-size: 1.05em;
}
/* ===============================================
	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;
  position: relative;
  z-index: 3000;
}
@media only screen and (max-width: 499px) {
  #masthead {
    background-color: #1076c1;
  }
}
@media only screen and (min-width: 500px) {
  #masthead {
    background-color: #fff;
  }
}
@media only screen and (max-width: 1414px) {
  #masthead {
    height: 132px;
    padding-top: 44px;
  }
}
@media only screen and (min-width: 1415px) {
  #masthead {
    font-size: inherit;
    height: 7.25em;
    padding-top: 37px;
    background-image: linear-gradient(to bottom, #ffffff 24%, rgba(255, 255, 255, 0) 100%);
    position: fixed;
    top: 0;
    left: 0;
    transition: background-color 0.33s ease-in-out;
  }
  #masthead.ready {
    background-color: rgba(255, 255, 255, 0);
  }
}
#masthead .container {
  width: 100%;
  max-width: none;
}
@media only screen and (min-width: 1415px) {
  #masthead .container {
    padding-inline: 3em;
  }
}
#masthead .mod {
  pointer-events: auto;
}
@media only screen and (min-width: 500px) {
  #masthead .mod {
    justify-content: flex-end;
    padding-inline: 21px;
  }
}
#masthead .mod .spotlink {
  color: #fff;
  min-width: 44px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out;
}
@media only screen and (min-width: 500px) {
  #masthead .mod .spotlink {
    border-right: 1px solid #fff;
  }
  #masthead .mod .spotlink.phone {
    border-left: 1px solid #fff;
  }
}
@media only screen and (min-width: 500px) and (max-width: 1023px) {
  #masthead .mod .spotlink .cta {
    white-space: nowrap;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }
  #masthead .mod .spotlink .icon path {
    transform: scale(1.5);
    transform-origin: 50% 50%;
  }
}
@media only screen and (max-width: 1414px) {
  #masthead .mod .spotlink {
    line-height: 44px;
    font-size: 15px;
    height: 44px;
  }
}
@media only screen and (min-width: 1024px) {
  #masthead .mod .spotlink {
    padding: 0 21px;
  }
}
@media only screen and (min-width: 1415px) {
  #masthead .mod .spotlink {
    line-height: 37px;
    font-size: 12px;
    height: 37px;
  }
}
#masthead .mod .spotlink:focus,
#masthead .mod .spotlink:hover {
  color: #fe6371;
  text-decoration: underline;
}
@media only screen and (min-width: 500px) {
  #masthead .mod .spotlink:focus,
  #masthead .mod .spotlink:hover {
    background-color: #fff;
  }
}
#masthead .mod .spotlink:focus .icon,
#masthead .mod .spotlink:hover .icon {
  color: #fe6371;
}
#masthead .mod .spotlink .icon {
  color: #15bdde;
  transition: color 0.33s ease-in-out;
}
/* ===============================================
TRIGGER/NAVICON
=============================================== */
#trigger {
  line-height: 44px;
  color: #fe6371;
  width: 100%;
  height: 100%;
  margin: 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: #1076c1;
}
@media only screen and (min-width: 1415px) {
  #trigger {
    display: none;
  }
}
.open #trigger .navicon span:nth-child(1) {
  transform: translate(0, 16px) scaleX(0) rotate(0deg);
}
.open #trigger .navicon span:nth-child(4) {
  transform: translate(0, -16px) 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: 43px;
  height: 32px;
  display: inline-block;
  vertical-align: -7.5px;
  position: relative;
}
#trigger .navicon span {
  width: 100%;
  height: 8px;
  border-radius: 8px;
  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: 88px;
  height: 88px;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  clear: both;
}
@media only screen and (min-width: 1415px) {
  #main-nav {
    font-size: inherit;
    width: 100%;
    height: 3.65em;
    margin-top: 1.75em;
    background: none;
    box-shadow: none;
    top: auto;
    bottom: 0;
    z-index: 2900;
  }
}
@media only screen and (max-width: 1414px) {
  #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: 1414px) {
  #main-nav .collapsible {
    width: 100vw;
    max-width: 320px;
    border-radius: 0 0 44px 44px;
    background-color: #0a6bb2;
    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: 1415px) {
  #main-nav .collapsible {
    margin: 0 auto;
    position: relative;
  }
}
/* ===============================================
TOP LEVEL ITEMS || top ul
=============================================== */
#main-nav ul {
  margin: 0;
  padding: 18px 0 33px;
  position: relative;
  z-index: 550;
}
@media only screen and (max-width: 1414px) {
  #main-nav ul {
    background-color: #1076c1;
    border-radius: 0 0 44px 44px;
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (min-width: 1415px) {
  #main-nav ul {
    height: 3.65em;
    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: 1414px) 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: 1415px) {
  #main-nav ul li {
    margin: 0 1.3em 0 0;
    background: none;
    vertical-align: top;
    clear: none;
  }
  #main-nav ul li a:focus-visible + ul,
  #main-nav ul li ul:focus-within,
  #main-nav ul li:hover > ul {
    width: auto;
    height: auto;
    margin: 0;
    clip: auto;
    pointer-events: auto;
  }
  #main-nav ul li.contact,
  #main-nav ul li.contact-us {
    margin-right: 0;
    padding-right: 0;
  }
  #main-nav ul li.contact:focus-visible > ul,
  #main-nav ul li.contact-us:focus-visible > ul,
  #main-nav ul li.contact:focus-within > ul,
  #main-nav ul li.contact-us:focus-within > ul,
  #main-nav ul li.contact.clicked > ul,
  #main-nav ul li.contact-us.clicked > ul,
  #main-nav ul li.contact.active > ul,
  #main-nav ul li.contact-us.active > ul,
  #main-nav ul li.contact:hover ul,
  #main-nav ul li.contact-us:hover ul {
    margin: 0;
    left: auto;
    right: 0em;
  }
  #main-nav ul li.contact ul li a,
  #main-nav ul li.contact-us ul li a {
    text-align: right;
    float: right;
  }
}
#main-nav ul li a[id] {
  line-height: 50px;
  font-size: 20px;
  color: #fff;
  height: 50px;
  margin: 0;
  transition: color 0.33s ease;
  pointer-events: none;
}
@media only screen and (min-width: 1415px) {
  #main-nav ul li a[id] {
    line-height: 2;
    font-size: clamp( 12px, 1em , 20px );
    text-align: center;
    color: #1076c1;
    height: 100%;
    z-index: 3000;
    pointer-events: auto;
  }
}
@media (min-width: 1024px) and (max-width: 1414px) 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: 8px;
  border-radius: 8px;
  background-color: #fe6371;
  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: 1414px) {
  #main-nav ul li a[id]:after {
    bottom: 1px;
  }
}
@media only screen and (min-width: 1415px) {
  #main-nav ul li a[id]:after {
    bottom: 1.3em;
  }
}
#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;
}
@media only screen and (min-width: 1414px) {
  #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: #fe6371;
  }
}
#main-nav ul li:focus-within > a[id]:after,
#main-nav ul li.clicked > a[id]:after,
#main-nav ul li.active > a[id]:after,
#main-nav ul li:hover > a[id]:after {
  transition-duration: 0.15s;
  transform: translate(0, 0) scaleX(1);
  opacity: 1;
}
/* ===============================================
Flyout || ul ul
=============================================== */
#main-nav ul ul {
  width: 100%;
  padding: 0;
  background: none;
  border: none;
  float: left;
  transition: visibility 0.33s ease-in-out;
}
@media only screen and (min-width: 1415px) {
  #main-nav ul ul {
    width: 1px;
    height: 1px;
    border-radius: 0 0 44px 44px;
    margin: -1px;
    padding: 1em 0 32px;
    background: #1076c1;
    position: absolute;
    left: 0em;
    overflow: hidden;
    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: 1415px) {
  #main-nav ul ul li {
    height: 1.25em;
    margin: 0;
    padding: 0;
    opacity: 1;
  }
}
#main-nav ul ul li a {
  line-height: 44px;
  font-size: clamp( 12px, 0.75em , 15px );
  color: #fff;
  width: 100%;
  height: 44px;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media only screen and (min-width: 1415px) {
  #main-nav ul ul li a {
    line-height: 1.66666667;
    text-align: left;
    white-space: nowrap;
    height: 1.66666667em;
    padding: 0 1.66666667em;
    float: left;
  }
}
#main-nav ul ul li a:focus-visible,
#main-nav ul ul li a:hover,
#main-nav ul ul li a.active {
  text-decoration: none;
  color: #fff;
  margin-bottom: 0;
  background: #fe6371;
  border: none;
}
/* ===============================================
Flyout animation
=============================================== */
@media only screen and (max-width: 1414px) {
  #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 */
@media only screen and (max-width: 499px) {
  .collapsible .mod {
    padding: 22.5px 0;
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (min-width: 500px) {
  .collapsible .mod {
    display: none;
  }
}
/* ==================================================================
	header
=================================================================== */
#hd {
  text-align: right;
  color: #fe6371;
  height: 100%;
  padding: 0;
  position: relative;
  pointer-events: none;
}
@media only screen and (max-width: 499px) {
  #hd {
    background-color: #fff;
  }
}
#hd .container {
  height: 100%;
  pointer-events: none;
}
@media only screen and (max-width: 499px) {
  #hd .mod {
    display: none;
  }
}
@media only screen and (min-width: 500px) {
  #hd .mod {
    background-color: #1076c1;
    width: 100vw;
    display: flex;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 1;
  }
}
@media only screen and (min-width: 1300px) {
  #hd .mod {
    padding: 0 3em;
  }
}
/* ===============================================
	logo
=============================================== */
#logo {
  line-height: 0;
  font-size: 13px;
  width: 17.35em;
  margin: 0;
  display: block;
  position: absolute;
  left: 0;
  transform: translate(3%, 0);
  transition-property: transform, opacity, font-size, -webkit-filter, filter, z-index;
  transition-duration: 0.33s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  pointer-events: auto;
  z-index: 2;
  /* @media only screen and (min-width: 768px) and (max-width: 1023px) { 
		&.mobtron{
			transform:translate(~'calc(50vw - 50%)', ~'calc(-50% + 190px)');
			-webkit-filter: drop-shadow(0.45em 0.69em 0.6em fade(#000, 15%));
					filter: drop-shadow(0.45em 0.69em 0.6em fade(#000, 15%));
					
			svg { transform:scale(594/347); }		
		}
	} */
}
@media only screen and (max-width: 1023px) {
  #logo {
    bottom: 9px;
  }
}
@media only screen and (min-width: 1024px) {
  #logo {
    font-size: inherit;
    margin: 0;
    top: 50%;
    transform: translate(3em, -50%);
    z-index: 3000;
  }
  .ready #logo {
    font-size: 1em;
    transform: translate(calc(50vw - 50%), calc(-50% + 9.5em ));
    -webkit-filter: drop-shadow(0.45em 0.69em 0.6em rgba(0, 0, 0, 0.15));
    filter: drop-shadow(0.45em 0.69em 0.6em rgba(0, 0, 0, 0.15));
    z-index: 1;
    transition-delay: 0s, 0s, 0s, 0s, 0s, 0.2s;
  }
}
#logo a {
  display: inline-block;
  vertical-align: top;
  transition: opacity 0.33s ease-in-out;
}
@media only screen and (max-width: 1023px) {
  #logo a {
    min-height: 44px;
    display: flex;
    align-items: center;
  }
}
#logo a:focus-visible {
  opacity: 0.51;
}
#logo svg {
  width: 17.35em;
  height: 8.45em;
}
@media only screen and (min-width: 768px) {
  #logo svg {
    transition: transform 0.33s ease-in-out;
    transform-origin: 50% 0;
  }
}
@media only screen and (min-width: 1024px) {
  .ready #logo svg {
    transform: scale(1.71181556);
  }
}
#logo svg #drop {
  stroke: #fff;
  stroke-width: 9;
}
/* ===============================================
	mod | contactinfo |  utility-nav
=============================================== */
.contactinfo,
.utilitynav {
  display: contents;
}
.utilitynav ul {
  display: contents;
}
.utilitynav ul li {
  display: contents;
}
.utilitynav ul li:nth-child(n+2) {
  margin: 0 0 0 0.5em;
}
/* ==================================================================
	slideshow
=================================================================== */
#slideshow {
  text-align: center;
  min-height: 43.95238095vw;
  background-color: #fff;
  position: relative;
  z-index: 400;
}
@media only screen and (max-width: 455px) {
  #slideshow {
    min-height: calc( 210px  + 120px);
  }
}
@media only screen and (min-width: 456px) and (max-width: 1023px) {
  #slideshow {
    width: 100%;
    min-height: calc( 46.15vw  + 120px);
    margin-top: 0;
    top: 0;
  }
}
@media only screen and (min-width: 1024px) {
  #slideshow {
    background-color: #559826;
    background-image: linear-gradient(to right, rgba(221, 246, 119, 0) 0%, #ddf677 50%, rgba(221, 246, 119, 0) 100%);
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  #slideshow {
    height: 71vw;
    min-height: 71vw;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1999px) {
  #slideshow {
    height: 923px;
    min-height: 923px;
  }
}
#slideshow #home-slideshow {
  width: 100%;
  margin: 0;
  aspect-ratio: 2000 / 923;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 455px) {
  #slideshow #home-slideshow {
    width: 456px;
    margin: 0 calc( -228px  + 50vw );
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  #slideshow #home-slideshow {
    width: 156vw;
    margin: 0 calc( -78vw + 50vw );
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1999px) {
  #slideshow #home-slideshow {
    width: 2000px;
    margin: 0 calc(-1000px + 50vw);
  }
}
#slideshow #home-slideshow .hpslide {
  width: 100%;
  max-width: none;
}
@media only screen and (max-width: 767px) {
  #slideshow #home-slideshow .hpslide {
    transform-origin: 50% 81%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #slideshow #home-slideshow .hpslide {
    transform-origin: 50% 75%;
  }
}
@media only screen and (max-width: 1023px) {
  #slideshow #home-slideshow .hpslide {
    transform: scale(1.23);
  }
}
#slideshow .ssoverlay {
  text-align: center;
  width: 100%;
  max-width: 480px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 3%;
  display: flex;
  z-index: 420;
}
@media only screen and (max-width: 1023px) {
  #slideshow .ssoverlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 34.25px;
  }
}
@media only screen and (min-width: 1024px) {
  #slideshow .ssoverlay {
    flex-direction: column;
    position: absolute;
    top: calc(45% + 72.5px );
    right: 0;
    left: 0;
    transform: none;
    gap: 1em;
  }
}
#slideshow .ssoverlay .doctorlink {
  line-height: 1.75;
  font-size: 12px;
  color: #000;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 1023px) {
  #slideshow .ssoverlay .doctorlink {
    height: 120px;
  }
}
#slideshow .ssoverlay .doctorlink .trait {
  line-height: 1.22222222;
  font-size: clamp( 12px, 7.2vw, 2.25em );
  font-weight: 700;
  color: #fe6371;
  display: block;
}
#slideshow .ssoverlay .callus {
  line-height: 1.20833333;
  font-size: 1.2em;
  text-align: center;
  font-weight: 700;
  color: #000;
  text-shadow: 0 0 6px rgba(255, 217, 11, 0.69), 0 0 9px rgba(221, 246, 119, 0.69);
  width: 100%;
}
#slideshow .ssoverlay .spotbtn--custom {
  line-height: 1;
  font-size: 21px;
  text-align: center;
  font-weight: 600;
  color: #000;
  width: 11.52380952em;
  height: 3.47619048em;
  border-radius: 3.47619048em;
  margin-right: auto;
  margin-left: auto;
  padding: 0 1em;
  background-color: #ffd90b;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out;
  opacity: 0.87;
}
#slideshow .ssoverlay .spotbtn--custom:focus,
#slideshow .ssoverlay .spotbtn--custom:hover {
  color: #fff;
  background-color: #fe6371;
}
/* ==================================================================
	.spotlight
=================================================================== */
.spotlight {
  text-align: center;
  position: relative;
  z-index: 400;
}
.spotlight > div {
  position: relative;
}
/* ===============================================
	spot01
=============================================== */
.spot01 {
  font-size: min(3.2vw, 12px);
  text-align: center;
  color: #000;
  margin: 0;
  padding: 2em 0;
  background-color: #559826;
  background-image: linear-gradient(to right, rgba(221, 246, 119, 0) 0%, #ddf677 50%, rgba(221, 246, 119, 0) 100%);
  position: relative;
  z-index: 410;
}
@media only screen and (min-width: 666px) {
  .spot01 {
    font-size: min(1.5vw, 1em);
    padding: 8.45em 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: clamp(1em, 3.9vw, 7.2em );
  }
}
@media only screen and (min-width: 1024px) {
  .spot01 {
    gap: min( 9vw,  7.2em );
  }
}
@media only screen and (min-width: 1300px) and (prefers-reduced-motion: no-preference) {
  .spot01[data-ready] a {
    transform: translate(0, 75%);
    opacity: 0;
  }
  .spot01[data-ready] a .decoration {
    box-shadow: 0 0 0 rgba(246, 158, 171, 0);
  }
  .spot01[data-ready] a .decoration__img {
    -webkit-filter: grayscale(100%) opacity(30%);
    filter: grayscale(100%) opacity(30%);
  }
  .spot01[data-ready] a .info {
    transform: translate(-15em, 0);
  }
}
.spot01 a {
  --delayvar: calc(0.27s * var(--index) );
  color: #000;
  max-width: 17em;
  padding: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: top;
  position: relative;
  transition-property: color, transform, opacity;
  transition-duration: 0.33s, 0.69s, 0.99s;
  transition-timing-function: ease, cubic-bezier(0.36, 2.4, 0.66, 1), ease;
  transition-delay: 0s, var(--delayvar), var(--delayvar);
}
@media only screen and (max-width: 479px) {
  .spot01 a {
    width: calc(-0.2923 * 100vw + 340px);
  }
}
@media only screen and (min-width: 480px) and (max-width: 665px) {
  .spot01 a {
    width: 200px;
  }
}
@media only screen and (max-width: 665px) {
  .spot01 a {
    margin: 3%;
    flex-direction: column;
    gap: 1.95em;
  }
}
@media only screen and (min-width: 666px) {
  .spot01 a {
    width: auto;
    max-width: none;
    margin: 0;
    gap: clamp( 1.95em , 3.9vw, 60px );
  }
}
.spot01 a:focus,
.spot01 a:hover {
  z-index: 400;
}
.spot01 a:focus .decoration,
.spot01 a:hover .decoration {
  box-shadow: 0 0 0 rgba(246, 158, 171, 0);
  transition-timing-function: linear;
}
.spot01 a:focus .decoration__img,
.spot01 a:hover .decoration__img {
  -webkit-filter: grayscale(100%) opacity(30%);
  filter: grayscale(100%) opacity(30%);
  transition-duration: 0.45s;
}
.spot01 a:focus .fauxbtn,
.spot01 a:hover .fauxbtn {
  color: #fff;
}
.spot01 a:focus .fauxbtn:after,
.spot01 a:hover .fauxbtn:after {
  background-color: #15bdde;
  border-radius: 40px;
  transform: scaleY(1) scaleX(1.3);
  box-shadow: 0 0.7em 1.4em rgba(0, 0, 0, 0.25), 0 0.5em 0.5em rgba(0, 0, 0, 0.22);
  transition-timing-function: cubic-bezier(0.39, 1.8, 0.66, 1), ease, cubic-bezier(0.25, 0.8, 0.25, 1), ease;
  transition-duration: 0.33s;
}
.spot01 a .decoration {
  aspect-ratio: 340 / 416;
  width: 100%;
  border-radius: 99px 0 0 0;
  background-color: #fe6371;
  position: relative;
  z-index: 420;
  overflow: hidden;
  box-shadow: 0.9em 0.9em 0 #f69eab;
  transition: box-shadow 0.33s ease-in-out;
}
@media only screen and (min-width: 666px) {
  .spot01 a .decoration {
    width: 17em;
    flex: 1;
  }
}
.spot01 a .decoration__img {
  width: 100%;
  height: auto;
  transition: -webkit-filter 0.33s ease-in-out, filter 0.33s ease-in-out;
  object-fit: cover;
}
.spot01 a .info {
  text-align: left;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  z-index: 419;
}
@media only screen and (min-width: 1024px) {
  .spot01 a .info {
    padding-top: 2em;
  }
}
@media only screen and (min-width: 1300px) {
  .spot01 a .info {
    transition: transform 0.75s cubic-bezier(0.36, 1.8, 0.66, 1);
    transition-delay: 0.78s;
  }
}
.spot01 a h2.topic {
  line-height: 1.2;
  font-size: clamp( 12px, 2.5em , 50px );
  font-weight: 500;
  color: currentcolor;
  margin-bottom: 10px;
  display: block;
}
.spot01 a h2.topic .trait {
  display: block;
}
.spot01 a .fauxbtn {
  line-height: 40px;
  font-size: clamp( 12px, 0.75em , 15px );
  text-transform: uppercase;
  white-space: nowrap;
  position: relative;
  transition: transform 0.33s ease-in-out, color 0.33s ease-in-out;
}
@media only screen and (min-width: 1024px) {
  .spot01 a .fauxbtn {
    transform: translate(0, 100%);
  }
}
.spot01 a .fauxbtn:after {
  content: '';
  background-color: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: scaleY(0.027) scaleX(1);
  transition-property: transform, background-color, box-shadow, border-radius;
  transition-duration: 0.33s, 0.33s, 0.99s, 0.33s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transform-origin: 50% 100%;
}
.spot01 .bg {
  width: 100vw;
  max-width: 1230px;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
}
/* ==================================================================
	subnav
=================================================================== */
#subnav {
  text-align: center;
  color: #000;
  padding: 0;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1299px) {
  #subnav {
    display: none;
  }
}
#subnav .container {
  max-width: 1000px;
}
#subnav nav {
  width: 100%;
  min-height: 111px;
  border-radius: 20px;
  margin: 0 auto;
  padding: 0.9em 0;
  background-color: rgba(221, 246, 119, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1299px) {
  #subnav nav {
    width: 100vw;
    display: none;
  }
}
#subnav p {
  font-size: clamp( 12px, 0.75em , 15px );
  margin: 0 auto;
  padding: 0;
}
@media only screen and (max-width: 1299px) {
  #subnav p {
    line-height: 44px;
    white-space: nowrap;
    padding-right: 9%;
    scroll-snap-type: x;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  #subnav p::-webkit-scrollbar {
    display: none;
  }
}
@media only screen and (min-width: 1300px) {
  #subnav p {
    line-height: 1.2;
    width: 80%;
  }
}
#subnav a {
  color: #333;
  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;
  left: 0;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  transform: translate(0, 0) scaleX(0);
  opacity: 0;
}
#subnav a:focus,
#subnav a:hover,
#subnav a.active {
  color: #1076c1;
  text-decoration: none;
}
#subnav a:focus:after,
#subnav a:hover:after,
#subnav a.active:after {
  transform: translate(0, 0) scaleX(1);
  opacity: 1;
}
#subnav .divider {
  margin: 0 0.3em;
  display: inline-block;
  vertical-align: top;
}
/* ==================================================================
	content
=================================================================== */
#bd {
  padding: 0 0 3em;
  position: relative;
  z-index: 400;
}
@media only screen and (min-width: 768px) {
  #bd {
    padding: 0.9em 0 5.1em;
  }
}
#bd.sub .bgsub {
  width: 75em;
  height: 30.55em;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  pointer-events: none;
}
#bd.sub .container {
  width: 96%;
  border-radius: 20px;
  background-color: #b2de3c;
}
@media only screen and (max-width: 1023px) {
  #bd.sub .container {
    padding-inline: 6%;
  }
}
#bd.sub #content {
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  #bd.sub #content {
    padding-block: 3em;
  }
}
@media only screen and (min-width: 768px) {
  #bd.sub #content {
    padding-block: 5em;
  }
}
#bd .container {
  width: 90%;
  max-width: 50em;
}
#content {
  max-width: 800px;
  display: block;
}
@media only screen and (min-width: 768px) {
  #content {
    width: 80%;
    max-width: 40em;
  }
}
@media only screen and (min-width: 1300px) {
  #content {
    width: 80%;
  }
}
#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 {
  color: #fff;
  padding: 3em 0;
  background-color: #1076c1;
  background-image: linear-gradient(to bottom, #15bdde 0%, rgba(21, 189, 222, 0) 100%);
  background-repeat: no-repeat;
  background-position: 0 0;
}
@media only screen and (min-width: 768px) {
  .home #bd {
    padding: 2.6em 0 3.75em;
  }
}
@media only screen and (min-width: 1300px) {
  .home #bd {
    background-size: 100% 1450px;
  }
}
.home #bd .container {
  width: 90%;
  max-width: 50em;
  /* @media only screen and (min-width: 768px) and (max-width: 1299px) { 
			max-width:70ch; 
		} */
}
@media only screen and (min-width: 666px) {
  .home #bd .container {
    padding-top: 3em;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.home #bd #content {
  font-family: 'Roboto', Inter, 'Helvetica Neue', 'Arial Nova', 'Nimbus Sans', Arial, sans-serif;
}
@media only screen and (min-width: 666px) {
  .home #bd #content {
    width: 60vw;
    max-width: 70ch;
    margin: 0;
    float: none;
    flex: 4;
  }
}
@media only screen and (min-width: 1300px) {
  .home #bd #content {
    max-width: 34em;
    width: 68%;
    margin-left: 0;
  }
}
.home #bd #content .content-text {
  line-height: 1.8;
}
@media only screen and (min-width: 666px) {
  .home #bd #content .content-text {
    font-size: min(2.3vw, 25px );
  }
}
/* ===============================================
	spot00
=============================================== */
.spot00 {
  font-size: 3.2vw;
  text-align: center;
  color: #fe6371;
  margin: 0;
  padding: 2em 0;
  position: relative;
  z-index: 410;
}
@media only screen and (min-width: 666px) {
  .spot00 {
    font-size: min(1.7vw, 20px);
    width: 15.35em;
    padding-block: 4.2em;
    flex: 2;
  }
}
@media only screen and (min-width: 666px) and (max-width: 899px) {
  .spot00 {
    transform: translate(min(3.9vw, 50%), 0);
  }
}
@media only screen and (min-width: 900px) and (max-width: 1239px) {
  .spot00 {
    transform: translate(min(6vw, 50%), 0);
  }
}
@media only screen and (min-width: 1240px) {
  .spot00 {
    transform: translate(125px, 0);
  }
}
@media only screen and (min-width: 1300px) and (prefers-reduced-motion: no-preference) {
  .spot00 {
    /*entrance animations*/
  }
  .spot00[data-ready] .co {
    transform: translate(100%, 0);
    opacity: 0;
  }
}
.spot00 a {
  color: #fe6371;
  aspect-ratio: 307 / 321;
  max-width: 15.35em;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media only screen and (max-width: 665px) {
  .spot00 a {
    width: 44%;
    margin: 2%;
  }
}
@media only screen and (min-width: 666px) {
  .spot00 a {
    width: 100%;
    margin-block: -0.69em;
  }
}
@media only screen and (min-width: 1300px) {
  .spot00 a {
    transition: transform 0.66s cubic-bezier(0.36, 2.7, 0.66, 1), opacity 0.66s ease-in-out;
    transition-delay: calc(0.21s * var(--index) );
  }
}
.spot00 a:nth-child(1) {
  z-index: 4;
}
.spot00 a:nth-child(2) {
  z-index: 3;
}
.spot00 a:nth-child(3) {
  z-index: 2;
}
.spot00 a:nth-child(4) {
  z-index: 1;
}
@media only screen and (min-width: 666px) {
  .spot00 a:nth-of-type(odd) {
    margin-left: 0.6em;
  }
}
.spot00 a:focus-visible .co__deg[data-deg] {
  transform: rotate(0deg);
}
.spot00 a:focus .decoration,
.spot00 a:hover .decoration {
  box-shadow: 0 0.7em 1.4em rgba(0, 0, 0, 0.25), 0 0.5em 0.5em rgba(0, 0, 0, 0.22);
  transition-duration: 0.33s;
  transition-timing-function: ease, cubic-bezier(0.25, 0.8, 0.25, 1);
}
.spot00 a:focus h2.topic,
.spot00 a:hover h2.topic {
  color: #1076c1;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
}
.spot00 a.animating {
  animation: wiggle 0.69s ease forwards;
}
.spot00 a .co__deg {
  width: 100%;
  transform: rotate(var(--d-index));
  display: block;
  position: relative;
  transition: transform 0.33s ease-in-out;
  transform-origin: 50% 50%;
}
.spot00 a .decoration {
  width: 100%;
  border: 1em solid #fff;
  border-bottom-width: 5em;
  box-shadow: 0 0.75em 0.75em rgba(0, 0, 0, 0.1);
  transition: transform 0.33s ease-in-out, box-shadow 0.99s ease-in-out;
}
.spot00 a h2.topic {
  line-height: 1;
  font-size: inherit;
  font-weight: 400;
  color: currentcolor;
  width: 100%;
  height: 5em;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  transition: color 0.33s ease-in-out, text-shadow 0.33s ease;
}
.spot00 a h2.topic .cta {
  padding-bottom: 0.5em;
}
@media only screen and (max-width: 665px) {
  .spot00 a h2.topic .cta {
    font-size: clamp( 15px, 3.9vw, 30px );
  }
}
@media only screen and (min-width: 666px) {
  .spot00 a h2.topic .cta {
    font-size: clamp( 15px, 3vw, 30px );
  }
}
@media only screen and (min-width: 1300px) {
  .spot00 a h2.topic .cta {
    font-size: 30px;
  }
}
/* ==================================================================
	custom content
=================================================================== */
.row>.col.span4 p {
    text-align: center !important;
}

.row>.col.span6 p {
    text-align: center !important;
}

.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: #fe6371;
  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: #fe6371;
  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: #1076c1;
}
.mediaslider .cycle-caption.large,
.mediaslider .cycle-caption {
  font-size: 20px;
  color: #fe6371;
  white-space: normal;
  width: 100%;
  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: #b2de3c;
  display: block;
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  z-index: -1;
}
.mediaslider .cycle-caption.large {
  position: relative;
}
.mediaslider .cycle-caption.large:after {
  background: #1076c1;
  top: 0;
}
/* content centered for slideshow, video-centric, and/or full width content */
.before-and-after #content,
.office-events #content,
.office-tour #content,
.smile-gallery #content,
.invisalign-videos #content {
  text-align: center;
}
.before-and-after #content h1,
.office-events #content h1,
.office-tour #content h1,
.smile-gallery #content h1,
.invisalign-videos #content h1,
.before-and-after #content h2,
.office-events #content h2,
.office-tour #content h2,
.smile-gallery #content h2,
.invisalign-videos #content h2,
.before-and-after #content h3,
.office-events #content h3,
.office-tour #content h3,
.smile-gallery #content h3,
.invisalign-videos #content h3,
.before-and-after #content p,
.office-events #content p,
.office-tour #content p,
.smile-gallery #content p,
.invisalign-videos #content p {
  text-align: center;
}
.before-and-after .img-left,
.office-events .img-left,
.office-tour .img-left,
.smile-gallery .img-left,
.invisalign-videos .img-left,
.before-and-after .img-right,
.office-events .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;
  }
}
/* ==================================================================
	testimonials page
=================================================================== */
.testimonials .content-text h3 {
  color: #fe6371;
}
/* ==================================================================
	meet the team page classes for individual and full team images 
=================================================================== */
.staff {
  max-width: 10em;
  border-radius: 9px;
  margin: 0 0 2.5% 2.5%;
  box-shadow: 0.45em 0.45em 0 #f69eab;
  display: block;
}
@media only screen and (max-width: 479px) {
  .staff {
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (min-width: 480px) {
  .staff {
    max-width: 45%;
    float: right;
  }
}
.team {
  width: 100%;
  max-width: 1000px;
  margin: 2% auto;
  display: block;
}
/* ==================================================================
	sitemap
=================================================================== */
@media only screen and (min-width: 666px) {
  .sitemap .content-text {
    display: flex;
  }
}
.sitemap #content .column > ul > li {
  margin-bottom: 1.45em;
}
.sitemap #content ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
}
.sitemap #content ul a {
  line-height: 1.52173913;
  font-size: clamp( 12px, 1.15em , 23px );
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: underline;
  color: #000;
  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;
  margin-left: 0;
}
.sitemap #content a:focus,
.sitemap #content a:hover {
  color: #fe6371;
  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;
  }
}
/* ==================================================================
  kids zone
=================================================================== */
/* .kids-zone #content{ } */
@media only screen and (max-width: 767px) {
  .kids-zone #content {
    text-align: center;
  }
}
.kids-zone #content h2,
.kids-zone #content h3 {
  text-align: inherit;
}
.kids-zone #content .mod {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
}
@media only screen and (max-width: 479px) {
  .kids-zone #content .mod {
    flex-direction: column;
  }
}
@media only screen and (min-width: 480px) {
  .kids-zone #content .mod {
    justify-content: space-evenly;
  }
}
@media only screen and (max-width: 767px) {
  .kids-zone #content .mod--mono {
    flex-direction: column;
    justify-content: center;
  }
}
@media only screen and (min-width: 768px) {
  .kids-zone #content .mod {
    align-items: flex-start;
  }
  .kids-zone #content .mod--mono {
    flex-direction: row-reverse;
    justify-content: space-evenly;
  }
}
.kids-zone #content .mod__obj {
  text-align: center;
  margin-block: 2.5%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
}
@media only screen and (min-width: 480px) {
  .kids-zone #content .mod__obj {
    width: 20%;
  }
}
.kids-zone #content .mod__obj a {
  line-height: 1;
  min-height: 44px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
/* 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: 30%;
    margin: 0 0 1em;
    display: block;
    float: right;
    clear: right;
  }
}
/* ===============================================
	sitepics
=============================================== */
#hide-stock {
  position: relative;
}
.stock {
  width: 100%;
  position: relative;
}
/* ===============================================
	show doctor image on all devices
=============================================== */
/*.home,*/
/*body[class^='meet-the-'],*/
/*body[class^='meet-our-'],*/
.meet-the-doctor #sidebar,
body[class*='meet-dr-'] #sidebar,
body[class*='meet-doctor-'] #sidebar {
  display: block;
}
body[class~='blog'] #sidebar {
  display: block;
}
body[class~='blog'] #hide-stock {
  display: none;
}
/* END SIDEBAR */
/* ==================================================================
	.spotlight
=================================================================== */
.spotlight.bottom {
  background-color: #70dbff;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 666px) {
  .spotlight.bottom {
    padding: 5em 0 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .spotlight.bottom[data-waiting] .marquee .clouds {
    animation-play-state: paused;
    will-change: unset;
  }
}
.spotlight.bottom .marquee {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: flex-start;
  overflow: hidden;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 1299px) {
  .spotlight.bottom .marquee .clouds {
    width: 100%;
    max-width: 75em;
    height: auto;
    max-height: 42.4em;
  }
}
@media only screen and (min-width: 1300px) {
  .spotlight.bottom .marquee .clouds {
    width: 75em;
    height: 42.4em;
  }
}
@media only screen and (min-width: 1300px) and (prefers-reduced-motion: no-preference) {
  .spotlight.bottom .marquee .clouds {
    animation: cpudrain 90s linear 0s infinite;
    animation-play-state: running;
    will-change: transform;
  }
}
/* ===============================================
	spot02
=============================================== */
.spot02 {
  color: #fe6371;
  padding: 3em 0 0;
  z-index: 420;
}
@media only screen and (min-width: 768px) {
  .spot02 {
    font-size: min(1.4vw, 1em);
    padding: 0 3%;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    gap: 5em;
  }
}
@media only screen and (min-width: 1300px) and (prefers-reduced-motion: no-preference) {
  .spot02[data-ready] .balloon {
    transform: translate(0, 100%);
  }
}
.spot02 .decoration {
  width: 80%;
  max-width: 35.45em;
  aspect-ratio: 709 / 745;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .spot02 .decoration {
    margin: 0;
  }
}
.spot02 .decoration img[src^="png"] {
  width: 100%;
  display: block;
}
.spot02 .decoration__img {
  width: 72.49647391%;
  border-radius: 50%;
  margin: auto;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.spot02 .decoration .fwbase {
  line-height: 0;
  width: 100%;
  height: auto;
  display: block;
}
.spot02 .mod {
  width: 90%;
  max-width: 34em;
  padding: 2em 0;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .spot02 .mod {
    text-align: left;
    padding: 0;
  }
}
.spot02 .cycle-slideshow {
  color: #1076c1;
  width: 100%;
  margin: 0 auto 38px;
  display: block;
}
.spot02 .cycle-slide {
  width: 100%;
  margin: 0;
  display: block;
}
.spot02 .cycle-slide figure {
  margin: 0;
}
.spot02 .testimony {
  line-height: 1.34482759;
  margin: 0 auto 0.79310345em;
  display: block;
}
@media only screen and (max-width: 767px) {
  .spot02 .testimony {
    font-size: clamp( 12px, 6vw, 29px );
  }
}
@media only screen and (min-width: 768px) {
  .spot02 .testimony {
    font-size: clamp( 12px, 1.45em , 29px );
  }
}
.spot02 .testifier {
  line-height: 1.48;
  font-size: clamp( 12px, 1.25em , 25px );
  color: #fe6371;
  display: block;
}
.spot02 .spotbtn {
  line-height: 2.8;
  font-size: 15px;
  text-align: center;
  font-weight: 600;
  color: #000;
  width: 9.33333333em;
  border-radius: 2.8em;
  background-color: #ffd90b;
  display: inline-block;
  vertical-align: top;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out, box-shadow 0.99s ease-in-out;
}
.spot02 .spotbtn:hover {
  color: #000;
  background-color: #b2de3c;
  box-shadow: 0 0.7em 1.4em rgba(0, 0, 0, 0.25), 0 0.5em 0.5em rgba(0, 0, 0, 0.22);
  transition-timing-function: ease, ease, cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: 0.33s;
}
.spot02 .bg {
  width: auto;
  height: auto;
  aspect-ratio: 2000 / 848;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, 0);
  pointer-events: none;
}
@media only screen and (min-width: 1300px) and (prefers-reduced-motion: no-preference) {
  .spot02 .bg .balloon {
    transition: transform 0.69s cubic-bezier(0.33, 1.5, 0.66, 1);
  }
}
.spot02 .bg .balloon--01 {
  transition-delay: 0.5s;
}
.spot02 .bg .balloon--01 .animatron {
  animation-delay: 3s;
  animation-duration: 15s;
  animation-direction: normal;
}
.spot02 .bg .balloon--02 {
  transition-delay: 0.3s;
}
.spot02 .bg .balloon--02 .animatron {
  animation-delay: 1s;
  animation-duration: 9.9s;
  animation-direction: alternate;
}
.spot02 .bg .balloon--03 .animatron {
  animation-duration: 13s;
  animation-direction: alternate-reverse;
}
@media only screen and (min-width: 1300px) and (prefers-reduced-motion: no-preference) {
  .spot02 .bg .balloon .animatron {
    animation-name: wave;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
  }
  [data-waiting] .spot02 .bg .balloon .animatron {
    animation-play-state: paused;
  }
}
.cabin {
  -webkit-transform-box: fill-box;
  transform-box: fill-box;
  transform-origin: 50% 50%;
}
.active .cabin {
  will-change: transform;
}
/* blue default */
.cabin use {
  fill: var(--light, #40b7d3);
}
.cabin .red {
  --light: #f22525;
}
.cabin .orange {
  --light: #ff8f15;
}
.cabin .green {
  --light: #2a9359;
}
/* ==================================================================
	association logos 
=================================================================== */
.associationlogos {
  text-align: center;
  font-size: min(4vw, 20px);
  padding: 2em 0;
  background: #fff;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .associationlogos {
    padding: 4.65em 0;
    font-size: min(1.66vw, 1em);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5em;
  }
}
@media only screen and (min-width: 1300px) and (prefers-reduced-motion: no-preference) {
  .associationlogos[data-ready] a {
    transform: translate(0, 6em);
    opacity: 0;
    transition-duration: 0s;
    transition-timing-function: linear;
  }
}
.associationlogos a {
  margin: 2%;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) {
  .associationlogos a {
    margin: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .associationlogos a {
    min-width: 44px;
    min-height: 44px;
    display: inline-block;
    vertical-align: top;
    position: relative;
  }
}
@media only screen and (min-width: 1300px) {
  .associationlogos a {
    transition: transform 0.69s cubic-bezier(0.33, 1.8, 0.66, 1), opacity 0.6s ease-in-out;
    transition-delay: calc(0.12s * var(--index) );
  }
}
.associationlogos a:focus img,
.associationlogos a:hover img,
.associationlogos a:focus svg,
.associationlogos a:hover svg {
  transform: scale(0.87);
  opacity: 0.48;
}
.associationlogos a.ada {
  width: 7.8em;
  height: 2.8em;
}
.associationlogos a.abpd {
  width: 4.4em;
  height: 4.1em;
}
.associationlogos a.aapd {
  width: 4.35em;
  height: 4.35em;
}
.associationlogos a.csda {
  width: 10.75em;
  height: 2.2em;
}
.associationlogos a.cspd {
  width: 7.65em;
  height: 1.85em;
}
.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: #1076c1;
  background-image: linear-gradient(90deg, #1076c1 25%, #117dc4 25%, #117dc4 50%, #1076c1 50%, #1076c1 75%, #117dc4 75%, #117dc4 100%);
  background-size: 800px 800px;
  background-repeat: repeat;
  background-position: 50% 50%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
}
@media only screen and (min-width: 600px) and (max-width: 979px) {
  #ft {
    padding-top: 3em;
  }
}
#ft a {
  color: #fff;
  transition: color 0.33s ease-in-out;
}
#ft a:focus,
#ft a:hover {
  color: #b2de3c;
}
/* ===============================================
		locations
=============================================== */
#location {
  width: 100%;
  display: block;
  padding: 0 0 3em;
  position: relative;
}
@media only screen and (min-width: 980px) {
  #location {
    padding: 5em 0;
  }
}
#location .map {
  max-width: 40.05em;
  margin-right: auto;
  margin-left: auto;
  box-shadow: 1em 1em 0.9em rgba(0, 0, 0, 0.15);
  object-fit: cover;
  display: block;
}
@media only screen and (max-width: 979px) {
  #location .map {
    width: 100%;
    height: 240px;
    margin-bottom: -45px;
  }
}
@media only screen and (min-width: 600px) {
  #location .map {
    width: 90%;
    border-radius: 5em;
  }
}
@media only screen and (min-width: 980px) {
  #location .map {
    display: inline-block;
    vertical-align: top;
  }
}
#location .mod {
  width: 90%;
  display: block;
}
@media only screen and (max-width: 979px) {
  #location .mod {
    text-align: center;
    max-width: 21.95em;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 980px) {
  #location .mod {
    text-align: left;
    max-width: 17em;
    width: auto;
    margin: 0 0 0 1.6em;
    display: inline-block;
    vertical-align: top;
  }
}
#location .logo {
  line-height: 0;
  width: 100%;
  max-width: 21.95em;
  text-align: center;
  margin: 0 auto 11px;
  display: block;
  transition: opacity 0.33s ease-in-out;
  -webkit-filter: drop-shadow(1em 1em 0.9em rgba(0, 0, 0, 0.18));
  filter: drop-shadow(1em 1em 0.9em rgba(0, 0, 0, 0.18));
}
@media only screen and (min-width: 980px) {
  #location .logo {
    width: 21.95em;
    margin-left: -6.9em;
  }
}
@media only screen and (min-width: 1300px) and (prefers-reduced-motion: no-preference) {
  #location .logo {
    transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
    transition-delay: 0.3s;
    transform-origin: 50% 75%;
  }
  [data-ready] #location .logo {
    transform: scale(0.33);
    opacity: 0;
  }
}
#location .logo:focus-visible {
  opacity: 0.51;
}
#location .logo svg {
  width: 100%;
  height: auto;
}
#location .phone {
  font-size: clamp( 12px, 1.05em , 21px );
  display: block;
}
@media only screen and (max-width: 1299px) {
  #location .phone {
    line-height: 44px;
  }
}
@media only screen and (min-width: 1300px) {
  #location .phone {
    line-height: 1.47619048;
  }
}
#location .address {
  line-height: 1.25;
  font-size: clamp( 12px, 0.8em , 16px );
  margin: 0 auto;
  display: block;
}
@media only screen and (max-width: 1299px) {
  #location .address {
    min-height: 44px;
    padding-block: 12px;
  }
}
#location .address .marker {
  line-height: 1;
  font-size: 4.125em;
  color: #fe6371;
  width: 0.75em;
  position: absolute;
  z-index: 400;
  transition: transform 0.33s ease-in-out;
  transform-origin: center bottom;
}
@media only screen and (max-width: 979px) {
  #location .address .marker {
    margin-inline: auto;
    top: calc(120px - 0.75em);
    right: 0;
    left: 0;
  }
}
@media only screen and (min-width: 980px) {
  #location .address .marker {
    margin-right: 2.42424242em;
    top: 4.95454545em;
    right: 50%;
  }
}
@media only screen and (min-width: 1300px) and (prefers-reduced-motion: no-preference) {
  .home #location .address .marker {
    animation: bouncein 0.84s both;
  }
  .home #location .address .marker[data-stopped] {
    animation: none;
  }
  .home [data-ready] #location .address .marker {
    animation: none;
  }
}
#location .address .marker:before {
  color: currentcolor;
}
#location .address .marker:after {
  content: '';
  width: 1.10606061em;
  height: 1.01515152em;
  background: url(../images/footer/shadowalt.svg) no-repeat center center;
  bottom: -0.15em;
  left: 0.2em;
  z-index: -1;
  background-size: cover;
  position: absolute;
  pointer-events: none;
}
#location .address:focus .marker,
#location .address:hover .marker {
  transform: translate(0, 0) scale(2);
}
#location .officehours {
  line-height: 0;
  text-align: inherit;
  margin-block: 0.75em;
  display: block;
}
@media only screen and (max-width: 1299px) {
  #location .officehours {
    min-height: 44px;
    padding-block: 9px;
  }
}
#location .officehours .days,
#location .officehours .hours {
  line-height: 1.5;
  font-size: 15px;
  display: inline-block;
  vertical-align: top;
}
#location .socialmedia {
  line-height: 0;
  text-align: inherit;
  width: 100%;
  height: auto;
  margin: 0 0 14px;
  padding: 0;
  display: block;
}
#location .socialmedia a {
  font-size: clamp( 12px, 0.55em , 11px );
  min-width: 24px;
  min-height: 24px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  #location .socialmedia a {
    line-height: 44px;
    width: 44px;
    height: 44px;
  }
}
@media only screen and (min-width: 1024px) {
  #location .socialmedia a {
    line-height: 4;
    width: auto;
    height: 4em;
  }
}
#location .socialmedia a .icon {
  position: relative;
}
#location .spotbtn {
  line-height: 3;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: #000;
  width: 8.94444444em;
  border-radius: 3em;
  background-color: #ffd90b;
  box-shadow: 0 1.25em 1.25em rgba(0, 0, 0, 0.15);
  display: inline-block;
  vertical-align: top;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out, box-shadow 0.99s ease-in-out;
}
#location .spotbtn:hover {
  color: #000;
  background-color: #b2de3c;
  box-shadow: 0 0.7em 1.4em rgba(0, 0, 0, 0.25), 0 0.5em 0.5em rgba(0, 0, 0, 0.22);
  transition-timing-function: ease, ease, cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: 0.3s;
}
/* ==================================================================
		#links
=================================================================== */
#links {
  text-align: center;
  color: #117dc4;
  margin: 0;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  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: 2.9em;
    padding: 0;
  }
}
#links .util {
  font-size: clamp( 12px, 0.6em , 12px );
}
@media only screen and (min-width: 480px) {
  #links .util {
    width: auto;
    margin: 0;
  }
}
@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: #117dc4;
  transition: color 0.33s ease-in-out;
}
#links .util a:focus,
#links .util a:hover {
  color: #b2de3c;
}
#links .util a,
#links .util .divider {
  display: inline-block;
}
#links .util .divider {
  margin: 0 0.1em;
}
@media only screen and (max-width: 399px) {
  #links .util .divider.opp {
    display: none;
  }
}
/* ===============================================
		sesame link
=============================================== */
@media only screen and (max-width: 399px) {
  a#sesame-link {
    width: 100%;
  }
}
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: 44px;
    display: inline-block;
  }
}
a#backtotop {
  color: #f69eab;
  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;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1300px) {
  a#backtotop {
    line-height: 3.38461538;
    font-size: 12px;
  }
}
a#backtotop:focus,
a#backtotop:hover {
  color: #b2de3c;
}
/*superlative*/
/************************************************************************************************************************************************/
/* hr element - div.hr */
hr,
.types-of-braces #content div.clear {
  font-size: inherit;
  width: 100%;
  margin: 1.58em 0;
  height: 1px;
  background: #666;
  border: none;
  display: block;
}
.brushing-and-flossing .content-text hr {
  float: left;
}
/* ===============================================
	success message
=============================================== */
.success {
  font-family: 'Roboto Slab', Rockwell, 'Rockwell Nova', 'DejaVu Serif', 'Sitka Small', serif;
  font-weight: 400;
  text-transform: none;
  color: #000;
  width: 100%;
  border-radius: 20px;
  padding: 1rem;
  background: #fe6371;
  box-shadow: 0 1.25em 1.25em rgba(0, 0, 0, 0.15);
  float: left;
}
/* ===============================================
	Form Buttons
=============================================== */
form button {
  letter-spacing: normal;
  font-size: clamp( 12px, 1em , 20px );
  font-weight: 600;
  color: #000;
  height: 44px;
  border-radius: 44px;
  padding: 0 1.5em;
  background-color: #ffd90b;
  border: 1px solid #ffd90b;
  box-shadow: 0 1.25em 1.25em rgba(0, 0, 0, 0.15);
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out, border-color 0.33s ease-in-out, box-shadow 0.99s ease-in-out;
}
form button:focus,
form button:hover {
  color: #000;
  background-color: #f69eab;
  border-color: #f69eab;
  box-shadow: 0 0.7em 1.4em rgba(0, 0, 0, 0.25), 0 0.5em 0.5em rgba(0, 0, 0, 0.22);
  transition-timing-function: ease, ease, cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: 0.3s;
}
form p {
  height: auto;
}
/* ===============================================
	forms
=============================================== */
form label input[type="checkbox"] {
  width: auto;
}
/* ===============================================
	skip link styles
=============================================== */
.skiplink {
  line-height: 2;
  font-size: 12px;
  color: #fff;
  padding: 0.5em 1em;
  background-color: #1076c1;
  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: 600;
  color: #000;
  width: auto;
  border-radius: 44px;
  text-decoration: none;
  padding: 0 1.5em;
  background-color: #ffd90b;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out, box-shadow 0.99s ease-in-out;
}
a.intbtn:focus,
#content a.intbtn:focus,
a.intbtn:hover,
#content a.intbtn:hover {
  color: #000;
  background-color: #b2de3c;
  box-shadow: 0 0.7em 1.4em rgba(0, 0, 0, 0.25), 0 0.5em 0.5em rgba(0, 0, 0, 0.22);
  transition-timing-function: ease, ease, cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: 0.3s;
}
/* ===============================================
	.screenreader 
	a11y support for descriptive text on vaguely worded buttons
	https://gomakethings.com/hidden-content-for-better-a11y/#hidden-labels
=============================================== */
.screenreader {
  white-space: nowrap;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
/************************************************************************************************************************************************/
/* end superlatives */
/* ===============================================
Tablet || Supports 768px and up
=============================================== */
@media only screen and (min-width: 768px) {
  /* ===============================================
	blanket content sidebar hide
=============================================== */
  .sitemap #bd.sub:after,
  .layout-full-width #bd.sub:after {
    content: none;
  }
  .sitemap #content,
  .layout-full-width #content {
    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*/
}
/* ===============================================
	custom animations
=============================================== */
@keyframes wiggle {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-9deg);
  }
  60% {
    transform: rotate(6deg);
  }
  80% {
    transform: rotate(-6deg);
  }
  from,
  to {
    transform: rotate(0deg);
  }
}
.wiggle {
  animation: wiggle 0.69s ease forwards;
}
@keyframes cpudrain {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes wave {
  0% {
    transform: translateY(0%);
    transition-timing-function: cubic-bezier(0.33, 1.5, 0.6, 1);
  }
  33% {
    transform: translateY(3%);
    transition-timing-function: cubic-bezier(0.68, -0.6, 0.32, 1.6);
  }
  66% {
    transform: translateY(0%);
    transition-timing-function: cubic-bezier(0.36, 1.8, 0.63, 1);
  }
  75% {
    transform: translateY(-3%);
    transition-timing-function: cubic-bezier(0.68, -0.6, 0.32, 1.6);
  }
  100% {
    transform: translateY(0%);
    transition-timing-function: cubic-bezier(0.33, 1.2, 0.63, 1);
  }
}
@keyframes bouncein {
  0% {
    transform: translateY(-666px) scaleY(1) scaleX(1);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  39% {
    transform: translateY(0) scaleY(0.9) scaleX(1.5);
    animation-timing-function: ease-out;
    opacity: 1;
  }
  54% {
    transform: translateY(-66px) scaleY(1) scaleX(1);
    animation-timing-function: ease-in;
  }
  72% {
    transform: translateY(0) scaleY(0.96) scaleX(1.2);
    animation-timing-function: ease-out;
  }
  81% {
    transform: translateY(-33px) scaleY(1) scaleX(1);
    animation-timing-function: ease-in;
  }
  90% {
    transform: translateY(0) scaleY(0.99) scaleX(1.1);
    animation-timing-function: ease-out;
  }
  96% {
    transform: translateY(-6px) scaleY(1) scaleX(1);
    animation-timing-function: ease-in;
  }
  100% {
    transform: translateY(0) scaleY(1) scaleX(1);
    animation-timing-function: ease-out;
  }
}
.bouncein {
  animation: bouncein 0.84s both;
}
/* ===============================================
	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( 40em , 90% );
    }
  }
  @media only screen and (min-width: 1300px) {
    .embed-container,
    .embed-container.ratio16x9 {
      max-width: min( 40em , 1200px );
    }
  }
}
