/* 
 Site Manager Version: 14.2.0
 Date Created: February 2025
 Account: maloney-jennifer
 Written by: Ricky Rivas
 Sesame Communications - All rights reserved. C2025
 Any reproduction or intentional misuse is strictly prohibited
*/
/* ===============================================
              options
 =============================================== */
/* ===============================================
                    colors
 =============================================== */
/* ===============================================
					fonts
=============================================== */
/* eb-garamond-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/eb-garamond-v30-latin-regular.woff2') format('woff2');
}
/* eb-garamond-italic - latin */
@font-face {
  font-display: swap;
  font-family: 'EB Garamond';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/eb-garamond-v30-latin-italic.woff2') format('woff2');
}
/* eb-garamond-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/eb-garamond-v30-latin-700.woff2') format('woff2');
}
/* eb-garamond-700italic - latin */
@font-face {
  font-display: swap;
  font-family: 'EB Garamond';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/eb-garamond-v30-latin-700italic.woff2') format('woff2');
}
/* montserrat-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/montserrat-v29-latin-regular.woff2') format('woff2');
}
/* montserrat-italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/montserrat-v29-latin-italic.woff2') format('woff2');
}
/* montserrat-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/montserrat-v29-latin-700.woff2') format('woff2');
}
/* montserrat-700italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/montserrat-v29-latin-700italic.woff2') format('woff2');
}
/* ===============================================
Basic Stylings
These will affect every size of the site.
=============================================== */
/* resets */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* GLOBAL OVERRIDES */
.fab,
.fas,
.fal,
.far,
.fad {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: 0;
}
/* ===============================================
	body 
=============================================== */
body,
input,
select,
textarea {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
}
form button,
button {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
}
svg {
  display: inline-block;
}
body {
  font-size: 15px;
  color: #333;
  background: #f7f4ef;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 1300px) {
  body {
    font-size: 20px;
  }
}
/* ===============================================
	links 
=============================================== */
a {
  text-decoration: none;
}
#content a {
  color: #67a3c5;
  transition: color 0.33s ease-in-out, opacity 0.33s ease-in-out;
  text-decoration: underline;
}
#content a:hover {
  color: #325d87;
  opacity: 0.7;
}
/* ===============================================
	h family || hfam 
=============================================== */
h1,
h2:not(.topic),
h3:not(.topic),
h4,
h5,
h6 {
  line-height: 1;
  text-align: left;
  color: #325d87;
  text-rendering: auto;
  margin: 0 0 1.2em;
  font-family: "EB Garamond", serif;
  font-weight: 400;
}
.sub h1 {
  font-size: 10vw;
  font-weight: 400;
  margin-bottom: 0;
  color: #fff;
  text-align: center;
}
@media only screen and (min-width: 480px) {
  .sub h1 {
    font-size: 4.15em;
  }
}
.home h1 {
  font-size: 10vw;
  text-align: center;
  margin: 0 0 0.3em;
  color: #fff;
  line-height: 0.86024096em;
}
@media only screen and (min-width: 480px) {
  .home h1 {
    font-size: 4.15em;
  }
}
.home h1 .trait {
  display: block;
}
.home h1 .trait.top {
  line-height: 0.83333333;
  font-size: 0.36144578em;
  text-transform: uppercase;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  letter-spacing: 0.38em;
}
h2:not(.topic) {
  font-size: 1.57894737em;
  color: #67a3c5;
}
h3:not(.topic) {
  font-size: 1.42105263em;
}
h4 {
  font-size: 1.26315789em;
}
h5 {
  font-size: 1.15789474em;
}
h6 {
  font-size: 1.10526316em;
}
/* ===============================================
	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: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3000;
}
@media only screen and (min-width: 1024px) {
  #masthead {
    text-align: right;
  }
  #masthead::before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 0.33s ease, box-shadow 0.33s ease;
    background-color: #f7f4ef;
    z-index: -1;
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.08);
  }
  #masthead.ready #logo {
    opacity: 0;
  }
  #masthead.ready::before {
    transform: translate(0%, -100%);
    box-shadow: none;
  }
}
@media only screen and (min-width: 1300px) {
  #masthead {
    font-size: inherit;
    position: fixed;
  }
}
#masthead .mobile-wrap {
  width: 100vw;
  float: right;
  display: none;
}
@media only screen and (min-width: 1024px) {
  #masthead .mobile-wrap {
    display: contents;
  }
}
#masthead .container {
  max-width: none;
  width: calc(100% - 3em);
}
@media only screen and (max-width: 1023px) {
  #masthead .container {
    width: 100%;
  }
}
.lax-ornate {
  position: absolute;
  width: 77.5em;
  min-width: 77.5em;
  height: 77.5em;
  z-index: -1;
  pointer-events: none;
}
.lax-ornate.lax-ornate-1 {
  top: -9.5em;
  right: calc(50% - 23.4em);
}
.lax-ornate.lax-ornate-2 {
  top: -9.75em;
  left: -24em;
}
/* ==================================================================
	main-nav
=================================================================== */
#main-nav {
  font-size: 20px;
  text-align: center;
  height: 48px;
  width: 100vw;
  padding: 0;
  margin: 0;
  z-index: 600;
  clear: both;
}
#main-nav .container,
#main-nav .collapsible {
  height: 100%;
  padding: 0;
}
#main-nav .trigger {
  line-height: 48px;
  color: #fff;
  width: 100%;
  height: 48px;
  font-size: 15px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 0 0 0 15px;
  margin: 0 auto;
  background: #1e376b;
  box-shadow: none;
  border: none;
  -webkit-display: none;
  position: relative;
  z-index: 600;
  transition: color 0.33s ease-in-out;
  cursor: pointer;
}
#main-nav .trigger .icon {
  letter-spacing: normal;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  opacity: 0;
}
#main-nav .open .trigger .icon {
  transform: rotate(-180deg) translateY(-0.15em);
  opacity: 1;
}
#main-nav ul {
  width: 100vw;
  margin: -1px 0 0;
  padding: 2em 0;
  background-color: #1e376b;
  position: relative;
  float: right;
  z-index: 550;
}
#main-nav ul li {
  clear: both;
}
#main-nav ul li a[id] {
  line-height: 50px;
  color: #fff;
  width: auto;
  height: 50px;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: color 0.33s ease;
  font-family: "EB Garamond", serif;
}
@media only screen and (max-width: 1023px) {
  #main-nav ul li a[id] {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1024px) {
  #main-nav ul li a[id] {
    font-size: clamp( 12px, 1em , 20px );
  }
}
#main-nav ul li a[id]:after {
  content: '';
  width: 100%;
  height: 1em;
  background: url(../images/spotlight/active.svg) center / auto 100% no-repeat;
  display: block;
  position: absolute;
  left: 0;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  transform: translate(0, 0) scale(0) rotate(180deg);
  opacity: 0;
}
@media only screen and (max-width: 1023px) {
  #main-nav ul li a[id]:after {
    top: -10px;
    filter: brightness(0) invert(1);
  }
}
@media only screen and (min-width: 1024px) {
  #main-nav ul li a[id]:after {
    top: 0.7em;
  }
}
#main-nav ul li.open > 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: 1024px) {
  #main-nav ul li.open > a[id],
  #main-nav ul li.active > a[id],
  #main-nav ul li:hover > a[id] {
    color: #67a3c5;
  }
}
#main-nav ul li.open > a[id]:after,
#main-nav ul li.active > a[id]:after,
#main-nav ul li:hover > a[id]:after {
  transition-duration: 0.66s;
  transform: translate(0, 0) scale(1) rotate(0deg);
  opacity: 1;
}
#main-nav ul ul {
  width: 100%;
  margin: 0;
  padding: 0;
  background: none;
  display: inline;
  float: left;
}
#main-nav ul ul li {
  width: 100%;
  background: none;
  float: left;
}
@media only screen and (min-width: 666px) {
  #main-nav ul ul li {
    width: 300px;
    float: none;
    margin: 0 auto;
  }
}
#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;
}
#main-nav ul ul li a::before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(90deg, #3F759D 0%, #8ACEED 50%, #3F759D 100%);
  z-index: -1;
  transition: transform 0.33s ease, opacity 0.33s ease;
  opacity: 0;
}
#main-nav ul li.active ul li a:hover,
#main-nav ul ul li a:hover,
#main-nav ul ul li a.active {
  text-decoration: none;
  margin-bottom: 0;
  border: none;
}
#main-nav ul li.active ul li a:hover::before,
#main-nav ul ul li a:hover::before,
#main-nav ul ul li a.active::before {
  opacity: 1;
}
#main-nav .collapsible.open > ul {
  animation: flyinmobilenav 0.4s 1;
}
#main-nav .collapsible.open ul ul {
  animation: none;
}
#main-nav ul ul li {
  height: 0;
  overflow: hidden;
  transition-duration: 0.33s;
  opacity: 0;
}
#main-nav .open ul {
  display: inline-block;
}
#main-nav .open ul .open ul li {
  height: 44px;
  opacity: 1;
}
/* ===============================================
main-nav - Desktop Stylings
=============================================== */
@media only screen and (min-width: 1024px) {
  /* main-nav */
  #main-nav {
    font-size: inherit;
    width: auto;
    display: inline-block;
    vertical-align: bottom;
    height: 100px;
    margin-top: 0px;
    background: none;
    box-shadow: none;
    position: relative;
    top: auto;
    z-index: 2900;
    margin-right: 1.2em;
  }
  #main-nav .container {
    width: 100%;
    max-width: right;
  }
  #main-nav div.collapsible {
    margin: 0 auto;
  }
  #main-nav ul {
    height: 100px;
    width: auto;
    padding: 0;
    margin: 0;
    background: none;
    position: static;
    float: right;
  }
  #main-nav ul li {
    height: 100%;
    margin: 0 1.2em 0 0;
    background: none;
    vertical-align: top;
    position: relative;
    float: none;
    clear: none;
  }
  #main-nav ul li.contact,
  #main-nav ul li.contact-us {
    margin-right: 0;
    padding-right: 0;
  }
  #main-nav ul li a[id] {
    line-height: 94px;
    text-align: center;
    height: 100%;
    z-index: 3000;
    color: #1e386a;
  }
  #main-nav ul ul {
    width: auto;
    height: auto;
    padding: 1.15em 0 1.55em;
    position: absolute;
    display: none;
    z-index: 2800;
    background-color: #1e3969;
    box-shadow: 15px 25px 25px rgba(0, 0, 0, 0.15);
  }
  #main-nav ul ul::before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 2em);
    pointer-events: none;
  }
  #main-nav ul ul li {
    height: 1.7em;
    margin: 0 0 0.05em;
    padding: 0;
    float: left;
    opacity: 1;
  }
  #main-nav ul ul li a {
    line-height: 2.26666667;
    text-align: center;
    white-space: nowrap;
    height: 2.26666667em;
    padding: 0 2.05em;
    float: left;
  }
  #main-nav ul li.contact-us ul li a,
  #main-nav ul li.contact ul li a {
    text-align: center;
    float: right;
  }
  #main-nav ul li:hover ul {
    display: block;
    left: 50%;
    transform: translate(-50%, 0);
  }
  #main-nav ul li.contact-us:hover ul,
  #main-nav ul li.contact:hover ul {
    margin: 0;
  }
  /*END*/
}
/* ===============================================
	FULLMOB RULES
=============================================== */
@media only screen and (min-width: 1024px) {
  /* main-nav */
}
/* ==================================================================
	header
=================================================================== */
#hd {
  text-align: center;
  color: #fff;
  padding: 0;
  position: relative;
}
@media only screen and (min-width: 666px) {
  #hd {
    text-align: right;
  }
}
@media only screen and (min-width: 1024px) {
  #hd {
    z-index: 3000;
  }
}
#hd .container {
  padding: 0;
}
/* ===============================================
	logo
=============================================== */
#logo {
  line-height: 0;
  font-size: 0.7em;
  width: 13.55em;
  margin: 0 auto 0 2%;
  display: none;
  position: relative;
  transition: opacity 0.33s ease;
}
@media only screen and (min-width: 666px) {
  #logo {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media only screen and (min-width: 1024px) {
  #logo {
    font-size: inherit;
    margin: 0;
    top: 1.8em;
    display: block;
  }
}
@media only screen and (min-width: 1300px) {
  #logo {
    top: 0.9em;
  }
}
#logo a {
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 1023px) {
  #logo a {
    min-height: 44px;
    display: flex;
    align-items: center;
  }
}
#logo svg {
  width: 13.55em;
  height: 3.3em;
}
@media only screen and (max-width: 1023px) {
  #masthead #main-nav .collapsible.open .mod {
    display: flex;
    animation: flyinmobilenav 0.4s 1;
  }
  #masthead .mod {
    display: none;
    flex-direction: column;
    float: right;
    width: 100vw;
    background-color: #f7f4ef;
    padding: 38px 0 28px;
  }
}
@media only screen and (min-width: 1024px) {
  #masthead .collapsible .mod .contactinfo {
    display: none;
  }
  #masthead #main-nav + .mod {
    display: inline-flex;
    vertical-align: top;
  }
}
/* ===============================================
	contact info
=============================================== */
.contactinfo {
  text-align: center;
  margin: 0;
  display: inline-flex;
  justify-content: center;
  align-items: stretch;
  vertical-align: top;
  color: #fff;
  height: 100px;
}
.contactinfo .appointmentrequest {
  font-size: clamp( 12px, 0.6em , 12px );
  display: inline-flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  letter-spacing: 1.2;
  background-color: #40759e;
  width: 10.5em;
  position: relative;
}
.contactinfo .appointmentrequest::after {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px solid #fff;
  transition: transform 0.33s ease;
  transform: scaleX(0);
}
.contactinfo .phone {
  font-size: clamp( 12px, 0.6em , 12px );
  display: inline-flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 1.2;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background-color: #1e386a;
  width: 10.5em;
  position: relative;
}
.contactinfo .phone::after {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px solid #fff;
  transition: transform 0.33s ease-in-out;
  transform: scaleX(0);
}
.contactinfo a {
  color: #fff;
  transition: background-color 0.33s ease-in-out;
}
.contactinfo a:hover {
  background-color: #325d87;
}
.contactinfo a:hover::after {
  transform: scaleX(1);
}
/* ===============================================
	utility-nav
=============================================== */
#utilitynav {
  line-height: 0;
  width: auto;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 400;
}
#utilitynav ul {
  line-height: 0;
  width: auto;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
#utilitynav ul li {
  line-height: 0;
  width: auto;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
#utilitynav ul li:nth-child(n+2) {
  margin: 0 0 0 0.5em;
}
#utilitynav a {
  font-size: clamp( 12px, 0.65em , 13px );
  text-align: center;
  text-transform: uppercase;
  color: #000;
  padding: 0;
  background: #67a3c5;
  display: inline-block;
  vertical-align: top;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out;
}
@media only screen and (max-width: 1023px) {
  #utilitynav a {
    line-height: 44px;
  }
}
@media only screen and (min-width: 1024px) {
  #utilitynav a {
    line-height: 2.30769231;
  }
}
#utilitynav a:hover {
  color: #fff;
  background-color: #325d87;
}
#utilitynav a.appointmentrequest {
  width: 13em;
}
#utilitynav a.patient-login {
  width: 9em;
}
/* ===============================================
	socialmedia
=============================================== */
#masthead .socialmedia {
  line-height: 0;
  text-align: center;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 1em 0 0;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 300;
}
@media only screen and (min-width: 1024px) {
  #masthead .socialmedia {
    width: 2.65em;
    margin: 0;
    padding: 1.5em 0;
    flex-direction: column;
    right: 0;
    top: 50%;
    position: fixed;
    transform: translateY(-50%);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
    background-image: linear-gradient(0deg, #3F759D 0%, #8ACEED 50%, #3F759D 100%);
  }
  #masthead .socialmedia::before {
    content: '';
    display: block;
    top: 4px;
    left: 4px;
    border: 1px solid white;
    width: 100%;
    height: calc(100% - 8px);
    position: absolute;
  }
}
#masthead .socialmedia a {
  font-size: clamp( 12px, 0.9em , 18px );
  min-width: 24px;
  min-height: 24px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: transform 0.33s ease-in-out, color 0.33s ease-in-out;
}
@media only screen and (max-width: 1023px) {
  #masthead .socialmedia a {
    color: #8aceed;
    font-size: 25px;
    line-height: 44px;
    width: 44px;
    height: 44px;
  }
}
@media only screen and (min-width: 1024px) {
  #masthead .socialmedia a {
    color: #fff;
    line-height: 1.66666667;
    height: 1.66666667em;
    width: 3.33333333em;
    margin: 0 0 0 auto;
  }
}
#masthead .socialmedia a:hover {
  z-index: 400;
  transform: translate(0, 0) scale(1.44);
}
#masthead .socialmedia a .icon {
  position: relative;
}
/* ==================================================================
	slideshow
=================================================================== */
#slideshow {
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 400;
  padding: 75px 0 0;
  font-size: min(4vw, 20px);
}
@media only screen and (min-width: 769px) {
  #slideshow {
    padding-top: 100px;
  }
}
#slideshow #home-slideshow {
  display: inline-block;
  vertical-align: top;
  background-color: #000;
  aspect-ratio: 1200 / 600;
  margin: 0 calc(-30em + 50vw) 46px;
  width: 60em;
}
@media only screen and (min-width: 666px) {
  #slideshow #home-slideshow {
    margin-bottom: 65px;
  }
}
@media only screen and (min-width: 769px) {
  #slideshow #home-slideshow {
    margin: 0;
    width: calc(50% + 3em);
    margin-right: calc(-50% + 3em);
    height: 600px;
  }
}
@media only screen and (min-width: 1024px) {
  #slideshow #home-slideshow {
    width: calc(50% + 5em);
    margin-right: calc(-50% + 5em);
  }
}
@media only screen and (min-width: 1300px) {
  #slideshow #home-slideshow {
    width: 60em;
    margin-right: -40em;
  }
}
#slideshow #home-slideshow .cycle-slideshow {
  height: 100%;
}
#slideshow #home-slideshow .hpslide {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  opacity: 0;
  box-shadow: 15px 25px 25px rgba(0, 0, 0, 0.15);
}
#slideshow #home-slideshow .hpslide img {
  height: 100%;
  width: 100%;
  max-width: none;
  object-fit: cover;
}
#slideshow .ssoverlay {
  width: 96%;
  display: contents;
  max-width: 27.65em;
}
@media only screen and (min-width: 769px) {
  #slideshow .ssoverlay {
    display: block;
    position: absolute;
    top: calc(50% + 50px);
    transform: translateY(-50%);
    width: calc(50% - 3em);
    right: calc(50% + 3em);
  }
}
@media only screen and (min-width: 1024px) {
  #slideshow .ssoverlay {
    width: calc(50% - 5em);
    right: calc(50% + 5em);
    top: calc(50% + 80px);
  }
}
@media only screen and (min-width: 1300px) {
  #slideshow .ssoverlay {
    width: calc(50% - 10.2em);
    right: calc(50% + 10.1em);
  }
}
#slideshow .sslogo {
  text-align: center;
  display: block;
  margin: 0 auto 1.9em;
}
@media only screen and (max-width: 665px) {
  #slideshow .sslogo {
    width: 18.05em;
    height: 16.45em;
  }
}
@media only screen and (min-width: 666px) {
  #slideshow .sslogo {
    max-width: 18.05em;
    width: 80%;
    height: auto;
  }
}
@media only screen and (min-width: 1300px) {
  #slideshow .sslogo .sslogo__STONECREST-ORAL-SURGERY,
  #slideshow .sslogo .sslogo__EMBLEM,
  #slideshow .sslogo .sslogo__TITLE {
    visibility: hidden;
  }
}
#slideshow .spotbtn {
  font-size: clamp( 12px, 0.6em , 12px );
  text-align: center;
  text-transform: uppercase;
  color: #67a3c5;
  width: 22.25em;
  border: 1px solid #325d87;
  position: relative;
  z-index: 420;
  transition: color 0.33s ease-in-out;
  overflow: hidden;
  display: block;
  margin: 0 auto;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 768px) {
  #slideshow .spotbtn.first {
    display: none;
  }
  #slideshow .spotbtn.last {
    display: block;
  }
}
@media only screen and (min-width: 769px) {
  #slideshow .spotbtn.first {
    display: block;
  }
  #slideshow .spotbtn.last {
    display: none;
  }
}
@media only screen and (max-width: 1299px) {
  #slideshow .spotbtn {
    line-height: 44px;
    min-width: 44px;
  }
}
@media only screen and (min-width: 1300px) {
  #slideshow .spotbtn {
    line-height: 4.25;
  }
}
#slideshow .spotbtn::before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(90deg, #3F759D 0%, #8ACEED 50%, #3F759D 100%);
  z-index: -1;
  transform: skew(45deg) translate(-150%, 0) scaleX(1.5);
  transition: transform 0.66s ease;
}
#slideshow .spotbtn::after {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px solid #fff;
  transition: transform 0.33s ease;
  transform: scaleX(0);
}
#slideshow .spotbtn:hover,
#slideshow .spotbtn:focus {
  color: #fff;
}
#slideshow .spotbtn:hover::after,
#slideshow .spotbtn:focus::after {
  transform: scaleX(1);
  transition-delay: 0.33s;
}
#slideshow .spotbtn:hover::before,
#slideshow .spotbtn:focus::before {
  transform: skew(0deg) translate(0%, 0) scaleX(1);
}
/* ==================================================================
	.spotlight
=================================================================== */
.spotlight {
  text-align: center;
  position: relative;
  z-index: 400;
}
.spotlight.z500 {
  z-index: 500;
}
.spotlight > div {
  position: relative;
}
/* ===============================================
	spot00 || COMMON SERVICES/CALLOUT-LIKE SECTION EXAMPLE
=============================================== */
.spot01 {
  text-align: center;
  color: #325d87;
  padding: 2em 10% 6em;
  margin: 0;
  position: relative;
  z-index: 410;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 4.5em;
  font-size: 20px;
}
@media only screen and (min-width: 666px) {
  .spot01 {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 90px 40px;
    padding-top: 3em;
  }
}
@media only screen and (min-width: 768px) {
  .spot01 {
    font-size: min(2vw, 1em);
    padding: 5.5em 0 5em;
    padding-left: 2px;
  }
}
@media only screen and (min-width: 1024px) {
  .spot01 {
    padding-top: 5em;
  }
}
@media only screen and (min-width: 1300px) {
  .spot01.ready a {
    opacity: 0;
    transform: translate(0, 25%) scale(0.9);
    transition-delay: 0s;
  }
}
.spot01 a {
  color: #fff;
  width: 10em;
  height: 10em;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  transition: transform 1s ease-in-out, opacity 1s ease-in-out;
  transition-delay: calc(var(--index)*0.33s);
  background-color: #67a3c5;
  border-radius: 50%;
  border: 4px solid #1e386a;
  background-image: radial-gradient(circle closest-side at 50% 50%, #89CCEB 0%, #40779F 100%);
  box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.15);
}
.spot01 a .icon {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.spot01 a .icon g,
.spot01 a .icon path {
  transform-box: fill-box;
  transform-origin: 50%;
  transition: transform 0.66s ease-in-out, opacity 0.66s ease-in-out;
}
.spot01 a .icon .shape {
  transform: rotate(180deg);
  opacity: 0;
}
.spot01 a h2.topic {
  line-height: 0.81935484;
  font-size: clamp( 12px, 1.55em , 31px );
  color: currentcolor;
  width: 100%;
  display: block;
  font-family: "EB Garamond", serif;
  font-weight: 400;
  transition: transform 0.66s ease-in-out, color 0.66s ease-in-out;
}
.spot01 a h2.topic .trait {
  line-height: 1;
  font-size: clamp( 12px, 0.61290323em , 19px );
  text-transform: uppercase;
  display: block;
  letter-spacing: 0.1em;
}
.spot01 a:hover h2.topic,
.spot01 a:focus h2.topic {
  color: #1e386a;
  transform: translate(0, 335%);
}
@media only screen and (min-width: 768px) {
  .spot01 a:hover h2.topic,
  .spot01 a:focus h2.topic {
    transform: translate(0, 335%);
  }
}
.spot01 a:hover .icon .shape,
.spot01 a:focus .icon .shape {
  transform: rotate(0deg);
  opacity: 1;
}
/* ==================================================================
	content
=================================================================== */
#bd {
  padding: 3em 0;
  position: relative;
  z-index: 400;
}
@media only screen and (min-width: 768px) {
  #bd {
    padding: 5.9em 0 3em;
  }
}
#bd.sub::before {
  content: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-color: #f4efe9;
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  #bd.sub::before {
    content: '';
    left: 70%;
  }
}
@media only screen and (min-width: 1024px) {
  #bd.sub::before {
    left: calc(50% + 15.1em );
  }
}
#bd.sub .lax-ornate-3 {
  display: none;
  height: 50.55em;
  width: 55em;
  position: absolute;
  top: -4em;
  right: 0;
  pointer-events: none;
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  #bd.sub .lax-ornate-3 {
    display: block;
    left: 60%;
  }
}
@media only screen and (min-width: 1024px) {
  #bd.sub .lax-ornate-3 {
    left: calc(50% + 8.25em );
  }
}
#bd .container {
  width: 90%;
  max-width: 65.6em;
}
#content {
  max-width: 550px;
  display: block;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  #content {
    width: 60.82317073%;
    float: left;
    margin: 0;
    max-width: none;
  }
}
@media only screen and (min-width: 1300px) {
  #content {
    width: 60.82317073%;
  }
}
#content .content-text {
  line-height: 1.68421053;
  font-size: 19px;
}
@media only screen and (min-width: 768px) {
}
/* ==================================================================
	.home content
=================================================================== */
.home #bd {
  padding: 4em 0;
  background-color: #325d87;
}
@media only screen and (min-width: 768px) {
  .home #bd {
    background: url(../images/spotlight/bd.jpg) center / cover no-repeat;
    background-position: calc(50% + 25em) 50%;
  }
}
@media only screen and (min-width: 1024px) {
  .home #bd {
    background-position: center;
  }
}
@media only screen and (min-width: 1300px) {
  .home #bd.active::before {
    transform: scaleX(1);
  }
}
.home #bd::before {
  content: '';
  position: absolute;
  width: 100%;
  height: calc(100% - 2em);
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  left: 0;
  top: 1em;
  z-index: 1;
  pointer-events: none;
  transition: transform 2s ease;
}
@media only screen and (min-width: 1300px) {
  .home #bd::before {
    transform: scaleX(0);
  }
}
.home #bd::after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(50, 93, 135, 0.95);
}
@media only screen and (min-width: 1024px) {
  .home #bd {
    padding: 0;
  }
  .home #bd::after {
    content: none;
  }
}
.home #bd .container {
  width: 90%;
  max-width: 66.25em;
}
.home #bd #content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  float: none;
}
@media only screen and (min-width: 1024px) {
  .home #bd #content {
    background-color: #325d87;
    padding: 3.9em 3.9em 2.7em;
    max-width: 640px;
    margin-right: 0;
  }
}
@media only screen and (min-width: 1300px) {
  .home #bd #content {
    max-width: 32em;
    width: 48.30188679%;
  }
}
.home #bd #content .content-text {
  line-height: 1.70588235;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .home #bd #content .content-text {
    font-size: 17px;
  }
}
@media only screen and (min-width: 1300px) {
}
.home #bd #content .content-text ol li,
.home #bd #content .content-text ul li {
  margin: 0 0 1.5em 0;
}
.home #bd #content .content-text ol li:nth-last-of-type(1),
.home #bd #content .content-text ul li:nth-last-of-type(1) {
  margin: 0;
}
.home #bd #content .content-text h2,
.home #bd #content .content-text h3,
.home #bd #content .content-text h4,
.home #bd #content .content-text h5,
.home #bd #content .content-text h6 {
  color: #fff;
}
.home #bd #content .content-text h2 {
  font-size: 1.64705882em;
  line-height: 1.03571429;
  margin-bottom: 0.7em;
}
.home #bd #content .content-text a {
  color: #fff;
}
.home #bd #content p {
  text-align: justify;
  margin-bottom: 1.2em;
}
/* ==================================================================
	custom content
=================================================================== */
.mediaslider {
  text-align: center;
  max-width: 84%;
  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 .cycle-slide {
/*  margin-top: 0 !important;*/
}
.mediaslider .cycle-slideshow > button {
  font-size: 2.8em;
  color: #67a3c5;
  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:hover {
  opacity: 0.68;
}
.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 {
  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: #67a3c5;
  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:hover:before,
.mediaslider .custompager > button.cycle-pager-active:before {
  background-color: #325d87;
}
.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: '';
  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%);
  width: auto;
  height: auto;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  top: -1.68em;
  z-index: -1;
}
.mediaslider .cycle-caption.large {
  position: relative;
}
.mediaslider .cycle-caption.large:after {
  background: #325d87;
  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 h2[id],
  .common-procedures #content h2[id] {
    scroll-margin-top: 6.66666667em;
  }
}
/* 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;
}

.mediaslider.testi .cycle-slideshow .cycle-slide {
    padding: 0 10%;
    /* midTab opt-out 768oo */
    text-align: center;
}
.mediaslider.testi .cycle-slideshow span.name {
    margin-top: 1.8em;
    display: block;
    font-size: 1.1em;
    text-align: center;
}

.team-member img{
  border-radius: 50%;
}

.double-border {
  border: 6px solid #1e386a;
  border-radius: 50%;
  position: relative;
}
.double-border::before {
  background: none;
  border: 2px solid #fff;
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  border-radius: 50%;
  pointer-events: none;
}
.double-border::after {
  background: none;
  border: 2px solid #fff;
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 8px;
  border-radius: 50%;
  pointer-events: none;
}


/* ==================================================================
	sitemap
=================================================================== */
.sitemap #content .column > ul > li {
  margin-bottom: 1.45em;
}
.sitemap #content ul {
  margin-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.sitemap #content ul a {
  line-height: 1.16666667;
  font-size: clamp( 12px, 1.5em , 30em );
  font-weight: 400;
  text-decoration: none;
  color: #67a3c5;
  transition-duration: 0s;
  font-family: "EB Garamond", serif;
}
.sitemap #content ul ul li a {
  line-height: 1.68421053;
  font-size: clamp( 12px, 0.95em , 19em );
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  color: #000;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  margin-left: 0;
}
.sitemap #content a:hover {
  text-decoration: none;
  color: #325d87;
}
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: 84%;
  margin: 0 auto 3em;
  padding: 0;
  display: none;
  position: relative;
  z-index: 420;
}
@media only screen and (min-width: 768px) {
  #sidebar {
    width: 36.48780488%;
    max-width: 400px;
    margin: 0.3em -0.25em 1em 0;
    display: flex;
    flex-direction: column;
    float: right;
    clear: right;
  }
}
/* ===============================================
	sitepics
=============================================== */
#hide-stock {
  width: 100%;
  max-width: 20em;
  margin: 0 auto 6%;
  padding: 0;
  position: relative;
  display: none;
}
@media only screen and (min-width: 768px) {
  #hide-stock {
    margin-bottom: 1em;
    display: block;
    order: 1;
  }
}
.stock {
  width: 100%;
  position: relative;
  box-shadow: 15px 25px 25px rgba(0, 0, 0, 0.15);
}
/* ===============================================
	show doctor image on all devices
=============================================== */
/*.home,*/
/*body[class^='meet-the-'],*/
/* body[class^='meet-our-'],*/
.meet-the-doctor #hide-stock,
body[class*='meet-dr-'] #hide-stock,
body[class*='meet-doctor-'] #hide-stock {
  display: block;
}
.meet-the-doctor #sidebar,
body[class*='meet-dr-'] #sidebar,
body[class*='meet-doctor-'] #sidebar {
  display: flex;
}
body[class~='blog'] #hide-stock {
  display: none;
}
#sublogo {
  line-height: 0;
  display: block;
  margin: 84px auto 36px;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  #sublogo {
    display: none;
  }
}
#sublogo svg {
  width: 90%;
  max-width: 18.05em;
  height: auto;
}
header.sub {
  display: block;
  background-color: #67a3c5;
  padding: 2.9em 0 3.35em;
  position: relative;
  z-index: 500;
  box-shadow: inset 0 -60px 60px -60px rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 1024px) {
  header.sub {
    margin-top: 100px;
  }
}
header.sub h1 {
  margin: 0 auto;
  max-width: 12.04819277em;
}
/* ==================================================================
	SUBNAV || SIDE ORIENTED
=================================================================== */
#subnav {
  color: #fff;
  margin: 0 0 6%;
  position: relative;
  overflow: hidden;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #subnav {
    padding: 3em 10%;
  }
}
@media only screen and (min-width: 768px) {
  #subnav {
    padding: 0.9em 1em 4em;
    order: 2;
  }
}
@media only screen and (max-width: 1299px) {
  #subnav {
    display: none;
  }
}
#subnav h2.topic {
  line-height: 1.09375;
  font-size: 1.6em;
  text-align: inherit;
  font-weight: 400;
  color: #1e386a;
  height: 1.09375em;
  width: 100%;
  margin: 0 auto 0.4em;
  display: block;
  position: relative;
  z-index: 400;
  font-family: "EB Garamond", serif;
  font-style: italic;
}
@media only screen and (max-width: 767px) {
  #subnav nav {
    width: 100vw;
  }
}
@media only screen and (min-width: 768px) {
  #subnav nav {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
}
#subnav p {
  font-size: clamp( 12px, 0.75em , 15px );
  width: 100%;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
}
@media only screen and (max-width: 767px) {
  #subnav p {
    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 (max-width: 1299px) {
  #subnav p {
    line-height: 44px;
  }
}
@media only screen and (min-width: 1300px) {
  #subnav p {
    line-height: 2.33333333;
  }
}
#subnav a {
  color: #1e386a;
  margin: 0 0.8em;
  white-space: nowrap;
  display: block;
  position: relative;
  transition: color 0.33s ease;
}
@media only screen and (min-width: 768px) {
  #subnav a {
    margin: 0;
  }
}
#subnav a:hover,
#subnav a.active {
  color: #67a3c5;
  text-decoration: none;
}
/* END SIDEBAR */
/* ===============================================
	spot00 || COMMON GENERAL INFORMATION SPOTLIGHT SECTION REVERSE
=============================================== */
.spot02 {
  color: #325d87;
  padding: 5em 0 3em;
  font-size: min(2.8vw, 20px);
}
@media only screen and (min-width: 1024px) {
  .spot02 {
    font-size: min(1.45vw, 1em);
    padding: 4.95em 0 4.85em;
    direction: rtl;
  }
}
@media only screen and (min-width: 1300px) {
  .spot02.active a {
    opacity: 1;
  }
}
.spot02 .decoration {
  width: 90%;
  max-width: 32em;
  display: inline-block;
  vertical-align: top;
  box-shadow: 15px 25px 25px rgba(0, 0, 0, 0.15);
  margin: 0 0 1.75em 0;
}
@media only screen and (min-width: 1024px) {
  .spot02 .decoration {
    margin: 0 0 0 1.75em;
  }
}
.spot02 .decoration img {
  width: 100%;
  position: absolute;
  opacity: 0;
}
.spot02 .spotbtn {
  width: 15em;
  height: 15em;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--accent) center / cover no-repeat;
  color: #fff;
  text-align: center;
  position: relative;
  transition: opacity 1s ease-in-out calc(var(--index)*0.33s);
}
@media only screen and (min-width: 1300px) {
  .spot02 .spotbtn {
    opacity: 0;
  }
}
.spot02 .spotbtn:nth-child(1) {
  --accent: #305984;
  background-image: url(../images/spotlight/spot02bg01.png);
}
.spot02 .spotbtn:nth-child(2) {
  --accent: #66a1c4;
  background-image: url(../images/spotlight/spot02bg02.png);
}
.spot02 .spotbtn:nth-child(3) {
  --accent: #1e396a;
  background-image: url(../images/spotlight/spot02bg03.png);
}
.spot02 .spotbtn:nth-child(4) {
  --accent: #305984;
  background-image: url(../images/spotlight/spot02bg04.png);
}
.spot02 .spotbtn h2.topic {
  line-height: 0.82727273;
  font-size: clamp( 12px, 2.2em , 44px );
  font-size: 2.2em;
  color: currentColor;
  margin: 0;
  font-weight: 400;
  font-family: "EB Garamond", serif;
  transition: color 0.66s ease-in-out;
  z-index: 2;
}
.spot02 .spotbtn h2.topic .trait {
  letter-spacing: 0.1em;
  line-height: 1.13076923;
  font-size: clamp( 12px, 0.59090909em , 26px );
  display: block;
  text-transform: uppercase;
}
.spot02 .spotbtn::before {
  content: '';
  display: block;
  position: absolute;
  top: 0.4em;
  left: 0.4em;
  width: calc(100% - 0.8em);
  height: calc(100% - 0.8em);
  border: 2px solid #fff;
  transition: background-color 0.66s ease-in-out, border-color 0.66s ease-in-out;
}
.spot02 .spotbtn:hover::before,
.spot02 .spotbtn:focus::before,
.spot02 .spotbtn.cycle-pager-active::before {
  border-color: rgba(255, 255, 255, 0.25);
  background-color: rgba(255, 255, 255, 0.8);
}
.spot02 .spotbtn:hover h2.topic,
.spot02 .spotbtn:focus h2.topic,
.spot02 .spotbtn.cycle-pager-active h2.topic {
  color: var(--accent);
}
.spot02 .mod {
  width: 96%;
  max-width: 32.05em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  direction: ltr;
  gap: 2em;
}
/* ===============================================
	spot00 || COMMON TESTIMONIAL SLIDESHOW SECTION EXAMPLE
=============================================== */
.spot03 {
  font-size: min(4vw, 20px);
  padding: 3em 0;
}
@media only screen and (min-width: 1024px) {
  .spot03 {
    font-size: min(1.45vw, 1em);
    padding: 0em 0em 4em 0.1em;
  }
}
.spot03 .decoration {
  width: 90%;
  max-width: 22em;
  min-height: 24em;
  box-shadow: 15px 25px 25px rgba(0, 0, 0, 0.15);
  margin: 0 auto 3em auto;
  display: block;
}
@media only screen and (min-width: 1024px) {
  .spot03 .decoration {
    display: inline-block;
    vertical-align: bottom;
    margin: 0 4.4em 0 0;
  }
}
.spot03 .decoration img {
  width: 100%;
  position: absolute;
  opacity: 0;
}
.spot03 .mod {
  text-align: left;
  width: 90%;
  display: inline-block;
  vertical-align: bottom;
  max-width: 480px;
}
.spot03 .mod::before {
  content: '';
  position: absolute;
  display: block;
  top: 10em;
  left: 0vw;
  height: 100%;
  width: 100vw;
  background-color: #f4efe9;
  z-index: -200;
}
@media only screen and (min-width: 1024px) {
  .spot03 .mod {
    max-width: 39.3em;
    position: relative;
    padding-top: 2.2em;
  }
  .spot03 .mod::before {
    top: 0;
    width: 100vw;
    left: calc(-50vw + 6.275em);
    height: calc(100% + 5em);
  }
}
.spot03 .mod .cycle-slideshow {
  color: #939191;
  width: 100%;
  display: block;
  min-height: 200px;
}
.spot03 .mod .cycle-slideshow:hover {
  color: #244362;
  transform: translate(0, 0) scale(1);
}
.spot03 .mod .cycle-slide {
  width: 100%;
  display: block;
  transition: color 0.33s ease-in-out;
}
.spot03 .mod .slide {
  position: absolute;
  opacity: 0;
}
.spot03 .testimony {
  line-height: 1.43225806;
  font-size: clamp( 12px, 1.55em , 31px );
  margin: 0 auto 0.48387097em;
  display: block;
  font-style: italic;
  font-family: "EB Garamond", serif;
}
.spot03 .testifier {
  line-height: 2.86666667;
  font-size: clamp( 12px, 0.75em , 15px );
  text-transform: uppercase;
  letter-spacing: 0.2em;
  display: block;
  color: #67a3c5;
  margin-bottom: 2.9em;
}
.spot03 .spotbtn {
  font-size: clamp( 12px, 0.6em , 12px );
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  width: 13.5em;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
  background-color: #67a3c5;
  transition: color 0.33s ease-in-out, border-color 0.33s ease-in-out;
  z-index: 1;
  letter-spacing: 0.1em;
  overflow: hidden;
}
@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: 4.75;
  }
}
.spot03 .spotbtn::after {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px solid #fff;
  transition: transform 0.33s ease;
}
.spot03 .spotbtn::before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(90deg, #3F759D 0%, #8ACEED 50%, #3F759D 100%);
  transition: transform 0.33s ease;
  z-index: -1;
  transform: skew(0deg) translate(0%, 0) scaleX(1);
  transform-origin: top;
}
.spot03 .spotbtn:hover::after,
.spot03 .spotbtn:focus::after {
  transform: scaleX(0);
}
.spot03 .spotbtn:hover::before,
.spot03 .spotbtn:focus::before {
  transform: skew(45deg) translate(-175%, 0) scaleX(1.5);
}
.spot03 .controls {
  display: inline-flex;
  gap: 0.5em;
  vertical-align: top;
  width: 100%;
}
.spot03 .controls > button {
  font-size: clamp( 12px, 1em , 20px );
  text-align: center;
  color: #fff;
  min-width: 24px;
  min-height: 24px;
  padding: 0;
  background-color: #67a3c5;
  border: none;
  -webkit-appearance: none;
  display: inline-block;
  vertical-align: top;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  pointer-events: auto;
  cursor: pointer;
  margin: 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media only screen and (max-width: 1299px) {
  .spot03 .controls > button {
    line-height: 44px;
    width: 44px;
    height: 44px;
  }
}
@media only screen and (min-width: 1300px) {
  .spot03 .controls > button {
    line-height: 2.85;
    width: 2.85em;
    height: 2.85em;
  }
}
.spot03 .controls > button::before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(90deg, #3F759D 0%, #8ACEED 50%, #3F759D 100%);
  transition: transform 0.33s ease;
  z-index: -1;
  transform: skew(20deg) translate(-175%, 0) scaleX(1.5);
  transform-origin: top;
}
.spot03 .controls > button::after {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px solid #fff;
  transition: transform 0.33s ease-in-out;
  transform: scaleX(0);
}
.spot03 .controls > button svg {
  width: 100%;
  height: auto;
}
.spot03 .controls > button:hover::after {
  transform: scaleX(1);
}
.spot03 .controls > button:hover::before {
  transform: skew(0deg) translate(0%, 0) scaleX(1);
}
.spot03 .controls > button.prev {
  margin-right: 1em;
}
@media only screen and (min-width: 768px) {
  .spot03 .controls > button.prev {
    float: left;
  }
}
#ft .socialmedia {
  line-height: 0;
  text-align: center;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 300;
}
#ft .socialmedia a {
  font-size: clamp( 12px, 0.6em , 12px );
  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;
  color: #fff;
}
@media only screen and (max-width: 1023px) {
  #ft .socialmedia a {
    font-size: 25px;
    line-height: 44px;
    width: 44px;
    height: 44px;
  }
}
@media only screen and (min-width: 1024px) {
  #ft .socialmedia a {
    line-height: 2.5;
    height: 2.5em;
    width: 1.1em;
  }
}
#ft .socialmedia a:hover {
  z-index: 400;
  transform: translate(0, 0) scale(1.44);
}
#ft .socialmedia a .icon {
  position: relative;
}
/* ==================================================================
	#ft
=================================================================== */
#ft {
  text-align: center;
  color: #fff;
  width: 100%;
  padding: 0;
  background: #325d87;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 421;
  box-shadow: 0px 25px 25px 0px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
@media only screen and (min-width: 1024px) {
}
#ft a {
  color: #fff;
  transition: color 0.33s ease-in-out;
}
#ft a:hover {
  color: skyblue;
}
/* ===============================================
		locations
=============================================== */
#location {
  padding: 3em 0;
  background: url(../images/footer/pattern.svg) center / cover no-repeat;
}
@media only screen and (min-width: 1024px) {
  #location {
    padding: 7.5em 0 7.45em;
    padding-left: 5px;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1999px) {
  #location {
    background-size: auto;
    background-position: 50% 0%;
  }
}
#location .container {
  width: 96%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 65em;
  flex-wrap: wrap;
  gap: 2em;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  #location .container {
    flex-direction: row;
  }
}
#location h2.topic {
  line-height: 1.1;
  font-size: clamp( 12px, 2em , 40px );
  color: #fff;
  width: 100%;
  display: block;
  font-weight: 400;
  font-family: "EB Garamond", serif;
  margin-bottom: 0.6em;
}
#location .mod {
  text-align: center;
  width: 100%;
  max-width: 300px;
  display: block;
}
@media only screen and (min-width: 768px) {
  #location .mod.last {
    padding-bottom: 0.75em;
  }
}
#location .logo {
  line-height: 0;
  text-align: center;
  margin: 0;
  display: block;
}
@media only screen and (max-width: 1023px) {
  #location .logo {
    order: -1;
  }
}
#location .logo svg {
  width: 18.15em;
  height: 13.3em;
}
#location .logo svg path {
  fill: #fff;
}
#location .phone {
  font-size: clamp( 12px, 0.95em , 19px );
  display: block;
  margin-bottom: 0.8em;
}
@media only screen and (max-width: 767px) {
  #location .phone {
    line-height: 44px;
  }
}
@media only screen and (min-width: 768px) {
  #location .phone {
    line-height: 1.15789474;
  }
}
#location .address {
  font-size: clamp( 12px, 0.65em , 13px );
  margin: 0 auto 1.4em;
  display: block;
}
@media only screen and (max-width: 1023px) {
  #location .address {
    line-height: 22px;
  }
}
@media only screen and (min-width: 1024px) {
  #location .address {
    line-height: 1.38461538;
  }
}
#location .officehours {
  line-height: 0;
  text-align: center;
  width: 240px;
  margin: 0 auto 1.25em;
  display: block;
}
#location .officehours .days,
#location .officehours .hours {
  line-height: 1.38461538;
  font-size: clamp( 12px, 0.65em , 13px );
  display: inline-block;
  vertical-align: top;
}
#location .officehours .days {
  text-align: right;
  width: 4em;
  padding-right: 0.15384615em;
}
#location .officehours .hours {
  text-align: left;
  width: 11em;
  padding-left: 0.76923077em;
  margin-right: 1em;
}
#location .spotbtn {
  font-size: clamp( 12px, 0.6em , 12px );
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  width: 22.25em;
  border: 1px solid #fff;
  position: relative;
  z-index: 420;
  transition: color 0.33s ease-in-out;
  overflow: hidden;
  display: block;
  margin: 0 auto;
  letter-spacing: 0.2em;
  order: 1;
}
@media only screen and (max-width: 1299px) {
  #location .spotbtn {
    line-height: 44px;
    min-width: 44px;
  }
}
@media only screen and (min-width: 1300px) {
  #location .spotbtn {
    line-height: 4.25;
  }
}
#location .spotbtn::before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(90deg, #3F759D 0%, #8ACEED 50%, #3F759D 100%);
  z-index: -1;
  transform: skew(45deg) translate(-150%, 0) scaleX(1.5);
  transition: transform 0.66s ease;
}
#location .spotbtn::after {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px solid #fff;
  transition: transform 0.33s ease;
  transform: scaleX(0);
}
#location .spotbtn:hover,
#location .spotbtn:focus {
  color: #fff;
}
#location .spotbtn:hover::after,
#location .spotbtn:focus::after {
  transform: scaleX(1);
  transition-delay: 0.33s;
}
#location .spotbtn:hover::before,
#location .spotbtn:focus::before {
  transform: skew(0deg) translate(0%, 0) scaleX(1);
}
/* ==================================================================
		#links
=================================================================== */
#links {
  text-align: center;
  color: #325d87;
  margin: 0;
  background-color: #faf6f3;
  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: 4.35em;
    padding: 1.075em 0 0;
  }
}
#links .util {
  font-size: clamp( 12px, 0.6em , 12px );
}
@media only screen and (min-width: 480px) {
  #links .util {
    width: auto;
    margin: 0 1.8em 0 0;
    display: inline-block;
    vertical-align: middle;
  }
}
@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,
#links .util .divider {
  display: inline-block;
}
#links .util a {
  color: #325d87;
  transition: color 0.33s ease-in-out;
}
@media only screen and (max-width: 320px) {
  #links .util a {
    display: block;
  }
}
#links .util a:hover {
  color: #67a3c5;
}
#links .util .divider {
  margin: 0;
}
@media only screen and (max-width: 320px) {
  #links .util .divider {
    display: none;
  }
}
/* ===============================================
		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:hover .sesameicon path {
  fill: currentcolor;
}
/* ===============================================
	backToTop
=============================================== */
#btt {
  text-align: center;
  width: 100%;
  margin: 0;
  display: block;
  position: relative;
}
@media only screen and (max-width: 320px) {
  #btt {
    margin-top: 1em;
  }
}
@media only screen and (min-width: 480px) {
  #btt {
    width: auto;
    display: inline-block;
    vertical-align: middle;
  }
}
a#backtotop {
  font-size: clamp( 12px, 0.6em , 12px );
  color: #67a3c5;
  display: inline-block;
  vertical-align: top;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out;
  border: 1px solid currentColor;
  font-family: "EB Garamond", serif;
}
@media only screen and (max-width: 1299px) {
  a#backtotop {
    line-height: 44px;
    width: 46px;
    font-size: 15px;
  }
}
@media only screen and (min-width: 1300px) {
  a#backtotop {
    line-height: 2.08333333;
    width: 2.25em;
  }
}
a#backtotop:hover {
  color: #fff;
  background-color: #67a3c5;
}
/*superlative*/
/************************************************************************************************************************************************/
/* hr element - div.hr */
hr,
.types-of-braces #content div.clear {
  font-size: inherit;
  height: 1px;
  width: 100%;
  margin: 1.58em 0;
  background: #666;
  border: none;
  display: block;
}
.brushing-and-flossing .content-text hr {
  float: left;
}
/* ===============================================
	success message
=============================================== */
.success {
  font-weight: 400;
  text-transform: none;
  color: #fff;
  width: 100%;
  padding: 1rem;
  background: #67a3c5;
  float: left;
}
/* ===============================================
	Form Buttons
=============================================== */
form button {
  letter-spacing: normal;
  font-size: clamp( 12px, 0.95em , 19px );
  font-weight: 400;
  text-transform: uppercase;
  color: #67a3c5;
  height: 44px;
  padding: 0 1.5em;
  background: none;
  border: 1px solid #325d87;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out, border-color 0.33s ease-in-out;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
form button::before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(90deg, #3F759D 0%, #8ACEED 50%, #3F759D 100%);
  z-index: -1;
  transform: skew(45deg) translate(-150%, 0) scaleX(1.5);
  transition: transform 0.66s ease;
}
form button::after {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px solid #fff;
  transition: transform 0.33s ease;
  transform: scaleX(0);
}
form button:hover,
form button:focus {
  color: #fff;
}
form button:hover::after,
form button:focus::after {
  transform: scaleX(1);
  transition-delay: 0.33s;
}
form button:hover::before,
form button:focus::before {
  transform: skew(0deg) translate(0%, 0) scaleX(1);
}
form p {
  height: auto;
}
/* ===============================================
	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: #67a3c5;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: background-color 0.33s ease-in-out;
}
a.intbtn:hover,
#content a.intbtn:hover {
  background-color: #325d87;
}
/* ===============================================
	.screenreader 
	a11y support for descriptive text on vaguely worded buttons
	https://gomakethings.com/hidden-content-for-better-a11y/#hidden-labels
=============================================== */
.screenreader {
  white-space: nowrap;
  height: 1px;
  width: 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 #bd.sub::before,
  .layout-full-width #bd.sub::before {
    content: none;
  }
  .sitemap #bd.sub .lax-ornate-3,
  .layout-full-width #bd.sub .lax-ornate-3 {
    display: none;
  }
  .sitemap #content,
  .layout-full-width #content {
    width: 70%;
    /* count out 90-100 characters per line to determine width */
    max-width: none;
    margin-left: auto;
    margin-right: 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-left: auto;
    margin-right: 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-left: auto;
    margin-right: auto;
    display: block;
  }
  body[class*='in-ovation'] .img-right {
    max-width: 40%;
  }
  /*END*/
}
/* custom animations */
@keyframes flyinmobilenav {
  from {
    transform: translate(100%, 0);
    opacity: 0;
    pointer-events: none;
  }
  to {
    transform: translate(0, 0);
    opacity: 1;
    pointer-events: auto;
  }
}
/* ===============================================
	embed-container enhanced support
=============================================== */
@supports (aspect-ratio: 16 / 9) and (object-fit: cover) {
  .embed-container,
  .embed-container.ratio16x9 {
    height: auto;
    aspect-ratio: 16 / 9;
    padding: 0;
    display: block;
  }
  @media only screen and (max-width: 1299px) {
    .embed-container,
    .embed-container.ratio16x9 {
      max-width: min( 42em , 90% );
    }
  }
  @media only screen and (min-width: 1300px) {
    .embed-container,
    .embed-container.ratio16x9 {
      max-width: min( 42em , 1200px );
    }
  }
  .embed-container embed,
  .embed-container.ratio16x9 embed,
  .embed-container object,
  .embed-container.ratio16x9 object,
  .embed-container iframe,
  .embed-container.ratio16x9 iframe {
    object-fit: cover;
    position: relative;
    top: auto;
    left: auto;
  }
}
