/* 
 Site Manager Version: 14.2.0
 Date Created: March 2025
 Account: cull-jeremy
 Written by: Ricky Rivas
 Sesame Communications - All rights reserved. C2025
 Any reproduction or intentional misuse is strictly prohibited
*/
/* ===============================================
              options
 =============================================== */
/* ===============================================
                    colors
 =============================================== */
/* ===============================================
					fonts
=============================================== */
/* montserrat-300 - latin */
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/montserrat-v29-latin-300.woff2') format('woff2');
}
/* montserrat-300italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/montserrat-v29-latin-300italic.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-600 - latin */
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/montserrat-v29-latin-600.woff2') format('woff2');
}
/* montserrat-600italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 600;
  src: url('../fonts/montserrat-v29-latin-600italic.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');
}
/* scheherazade-new-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Scheherazade New';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/scheherazade-new-v17-latin-regular.woff2') format('woff2');
}
/* scheherazade-new-500 - latin */
@font-face {
  font-display: swap;
  font-family: 'Scheherazade New';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/scheherazade-new-v17-latin-500.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: #36393c;
  background: #ccc;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 1300px) {
  body {
    font-size: 20px;
  }
}
/* ===============================================
	links 
=============================================== */
a {
  text-decoration: none;
}
#content a {
  color: #60cbeb;
  text-decoration: underline;
  transition: color 0.33s ease-in-out;
}
#content a:hover {
  color: #055c77;
}
/* ===============================================
	h family || hfam 
=============================================== */
h1,
h2:not(.topic),
h3:not(.topic),
h4,
h5,
h6 {
  line-height: 1;
  text-align: left;
  color: #055c77;
  text-rendering: auto;
  margin: 0 0 1.16129032em;
  font-weight: 400;
  text-transform: uppercase;
}
.sub h1 {
  font-size: 10vw;
  font-weight: 400;
  margin-bottom: 0.55882353em;
  font-family: "Scheherazade New", serif;
  text-transform: none;
  color: #055c77;
}
@media only screen and (min-width: 480px) {
  .sub h1 {
    font-size: 3.4em;
  }
}
.home h1 {
  font-size: 10vw;
  margin: 0 0 1em;
  text-align: center;
  font-family: "Scheherazade New", serif;
  color: #fff;
  line-height: 0.875;
  text-transform: none;
  white-space: nowrap;
}
@media only screen and (min-width: 480px) {
  .home h1 {
    font-size: 3.1em;
  }
}
@media only screen and (min-width: 1024px) {
  .home h1 {
    text-align: right;
    margin: 0;
  }
}
.home h1 .trait {
  display: block;
}
.home h1 .trait.top {
  line-height: 1.27586207;
  font-size: 0.46774194em;
  font-weight: 400;
  text-transform: uppercase;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
}
h2:not(.topic) {
  font-size: 1.63157895em;
  font-family: "Scheherazade New", serif;
  color: #26a3c9;
}
h3:not(.topic) {
  font-size: 1.21052632em;
}
h4 {
  font-size: 1.10526316em;
}
h5 {
  font-size: 1.05263158em;
}
h6 {
  font-size: 1em;
}
/* ===============================================
	containers
=============================================== */
.container {
  max-width: 64.5em;
}
@media only screen and (min-width: 1300px) {
  .container {
    width: 90%;
  }
}
/* ===============================================
	list styles - global overrides
=============================================== */
.what-sets-us-apart #content ol,
.meet-the-team #content ol,
.our-office #content ol,
.office-tour #content ol,
body[class*='-after'] #content ol {
  margin: 0;
}
#content ul li {
  list-style: disc outside;
}
/* ==================================================================
	masthead
=================================================================== */
#masthead {
  width: 100%;
  min-height: 44px;
  padding: 0;
  background-color: #ffffff;
  position: absolute;
  z-index: 3000;
  box-shadow: 0px 25px 25px 0px rgba(0, 0, 0, 0.1);
  top: 0;
  left: 0;
}
@media only screen and (min-width: 1024px) and (max-width: 1299px) {
  #masthead #main-nav {
    padding-right: 9em;
  }
}
@media only screen and (min-width: 1300px) {
  #masthead {
    font-size: inherit;
    position: fixed;
  }
}
#masthead .container {
  max-width: none;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  #masthead .container {
    width: calc(100% - 2em);
  }
}
@media only screen and (min-width: 1300px) {
  #masthead .container {
    width: calc(100% - 3.95em);
  }
}
#masthead .mod {
  display: none;
  justify-content: center;
  align-items: center;
  vertical-align: top;
  gap: 23px;
}
@media only screen and (min-width: 1024px) {
  #masthead .mod {
    position: absolute;
    top: 0.4em;
    right: 0;
    flex-direction: column;
    gap: 0;
  }
}
#masthead #main-nav .mod {
  background-color: #fff;
  width: 100vw;
  float: right;
  flex-direction: column;
  gap: 4px;
  padding: 10px 0 28px;
}
@media only screen and (min-width: 666px) {
  #masthead #main-nav .mod {
    width: 320px;
  }
}
#masthead #main-nav .mod .utilitynav {
  flex-direction: column;
  gap: 10px;
}
@media only screen and (max-width: 899px) {
  #masthead #main-nav .collapsible.open .mod {
    display: flex;
    animation: flyinmobilenav 0.4s 1;
  }
}
@media only screen and (min-width: 900px) {
  #masthead #hd .mod {
    display: inline-flex;
  }
}
/* ==================================================================
	main-nav
=================================================================== */
#main-nav {
  font-size: 20px;
  text-align: center;
  height: 104px;
  width: 92px;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 600;
  clear: both;
}
#main-nav .container,
#main-nav .collapsible {
  height: 100%;
  padding: 0;
}
#main-nav .trigger {
  line-height: 44px;
  color: #fff;
  width: 62px;
  height: 62px;
  padding: 0;
  margin: 0 auto;
  background: #60cbeb;
  box-shadow: none;
  border: none;
  -webkit-display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 600;
  transition: color 0.33s ease-in-out;
  cursor: pointer;
}
#main-nav .trigger .navicon {
  width: 62px;
  height: 62px;
  display: inline-block;
  vertical-align: 4px;
  position: relative;
  transition: transform 0.33s ease, opacity 0.33s ease;
}
#main-nav .trigger .navicon g.active {
  opacity: 0;
}
#main-nav .open .trigger .navicon {
  transform: rotate(180deg);
}
#main-nav .open .trigger .navicon g.idle {
  opacity: 0;
}
#main-nav .open .trigger .navicon g.active {
  opacity: 1;
}
#main-nav ul {
  width: 100vw;
  margin: 104px 0 0;
  padding: 1em 0;
  background-color: #055c77;
  position: relative;
  float: right;
  z-index: 550;
}
@media only screen and (min-width: 666px) {
  #main-nav ul {
    width: 320px;
  }
}
#main-nav ul li {
  clear: both;
}
#main-nav ul li a[id] {
  line-height: 50px;
  font-size: clamp( 12px, 1.1em , 22px );
  color: #fff;
  font-family: "Scheherazade New", serif;
  font-weight: 400;
  width: auto;
  height: 50px;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: color 0.33s ease;
}
#main-nav ul li a[id]::before {
  content: '';
  width: 100%;
  height: 2px;
  background-color: currentcolor;
  display: block;
  position: absolute;
  left: 0;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  transform: translate(0, 0) scaleX(0);
  opacity: 0;
}
@media only screen and (max-width: 1023px) {
  #main-nav ul li a[id]::before {
    top: 3px;
  }
}
@media only screen and (min-width: 1024px) {
  #main-nav ul li a[id]::before {
    top: 0.1em;
  }
}
#main-nav ul li a[id]:after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: currentcolor;
  display: block;
  position: absolute;
  left: 0;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  transform: translate(0, 0) scaleX(0);
  opacity: 0;
}
@media only screen and (max-width: 1023px) {
  #main-nav ul li a[id]:after {
    bottom: 3px;
  }
}
@media only screen and (min-width: 1024px) {
  #main-nav ul li a[id]:after {
    bottom: 2.35em;
  }
}
#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;
}
#main-nav ul li.open > a[id]:after,
#main-nav ul li.active > a[id]:after,
#main-nav ul li:hover > a[id]:after,
#main-nav ul li.open > a[id]::before,
#main-nav ul li.active > a[id]::before,
#main-nav ul li:hover > a[id]::before {
  transition-duration: 0.15s;
  transform: translate(0, 0) scaleX(1);
  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;
}
#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;
  font-family: "Scheherazade New", serif;
  font-weight: 400;
  text-transform: uppercase;
  transition: color 0.33s ease-in-out;
}
#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;
  color: #60cbeb;
  margin-bottom: 0;
  border: none;
}
#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: 100%;
    height: 4.6em;
    margin-top: 2.65em;
    background: none;
    box-shadow: none;
    position: relative;
    top: auto;
    z-index: 2900;
  }
  #main-nav .container {
    width: 96%;
    max-width: none;
  }
  #main-nav div.collapsible {
    margin: 0 auto;
  }
  #main-nav ul {
    height: 4.6em;
    width: 100%;
    padding: 0;
    margin: 0;
    background: none;
    position: static;
    float: none;
  }
  #main-nav ul li {
    height: 100%;
    margin: 0 1.475em 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: 1.81818182;
    text-align: center;
    height: 100%;
    z-index: 3000;
    color: #363535;
  }
  #main-nav ul ul {
    width: auto;
    height: auto;
    padding: 1em 0;
    position: absolute;
    display: none;
    z-index: 2800;
    background-color: #055c77;
  }
  #main-nav ul ul li {
    height: 1.75em;
    margin: 0;
    padding: 0;
    float: left;
    opacity: 1;
  }
  #main-nav ul ul li a {
    line-height: 2.33333333;
    text-align: center;
    white-space: nowrap;
    height: 2.33333333em;
    padding: 0 2.5em;
    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*/
}
@media only screen and (min-width: 1300px) and (max-width: 1340px) {
  #main-nav {
    padding-left: 1em;
  }
}
/* ===============================================
	FULLMOB RULES
=============================================== */
@media only screen and (min-width: 1024px) {
  /* main-nav */
}
/* ==================================================================
	header
=================================================================== */
#hd {
  text-align: center;
  color: #60cbeb;
  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: 14px 0;
}
@media only screen and (min-width: 900px) {
  #hd .container {
    padding: 28px 104px 28px 0;
  }
}
@media only screen and (min-width: 1024px) {
  #hd .container {
    padding: 0;
  }
}
/* ===============================================
	logo
=============================================== */
#logo {
  line-height: 0;
  font-size: 0.825em;
  width: 65%;
  max-width: 17.1em;
  margin: 0 auto 0 1em;
  display: block;
  position: relative;
}
@media only screen and (min-width: 900px) {
  #logo {
    font-size: 0.95em;
    position: absolute;
    top: 0.6em;
    left: 0.05em;
  }
}
@media only screen and (min-width: 1024px) {
  #logo {
    font-size: 0.8em;
    margin: 0;
    top: 1.5em;
  }
}
@media only screen and (min-width: 1300px) {
  #logo {
    font-size: inherit;
    top: 0.6em;
  }
}
#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;
  }
}
@media only screen and (max-width: 320px) {
  #logo a {
    min-height: 76px;
  }
}
#logo svg {
  width: 17.1em;
  height: 6.15em;
}
/* ===============================================
	contact info
=============================================== */
.contactinfo {
  text-align: center;
  margin: 0;
  display: block;
}
.contactinfo .phone {
  color: #055c77;
  display: inline-block;
  vertical-align: top;
  font-family: "Scheherazade New", serif;
  font-weight: 400;
}
@media only screen and (max-width: 1023px) {
  .contactinfo .phone {
    font-size: 23px;
    line-height: 44px;
  }
}
@media only screen and (min-width: 1024px) {
  .contactinfo .phone {
    font-size: clamp( 12px, 1.15em , 23px );
    line-height: 2.43478261;
  }
}
.contactinfo a {
  color: #055c77;
  transition: color 0.33s ease-in-out;
}
.contactinfo a:hover {
  color: #60cbeb;
}
/* ===============================================
	utility-nav
=============================================== */
.utilitynav {
  line-height: 0;
  width: auto;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
  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: #fff;
  padding: 0 0.78846154em;
  display: inline-block;
  vertical-align: top;
  transition: color 0.66s ease-in-out;
  font-weight: 600;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
  position: relative;
  overflow: hidden;
  z-index: 1;
  border: 2px solid #26a3c9;
}
@media only screen and (max-width: 1023px) {
  .utilitynav a {
    line-height: 44px;
  }
}
@media only screen and (min-width: 1024px) {
  .utilitynav a {
    line-height: 3.38461538;
  }
}
@media only screen and (min-width: 1300px) {
  .utilitynav a {
    line-height: 4;
    font-size: 11px;
  }
}
.utilitynav a::before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #26a3c9;
  z-index: -1;
  transform: skew(45deg) translate(0%, 0) scaleX(1.5);
  transition: transform 0.66s ease-in-out;
}
.utilitynav a:hover,
.utilitynav a:focus {
  color: #26a3c9;
}
.utilitynav a:hover::before,
.utilitynav a:focus::before {
  transform: skew(45deg) translate(-150%, 0) scaleX(1.5);
}
/* ==================================================================
	slideshow
=================================================================== */
#slideshow {
  text-align: center;
  min-height: 53.57142857vw;
  background: #000;
  position: relative;
  z-index: 400;
}
@media only screen and (max-width: 931px) {
  #slideshow {
    min-height: 524px;
  }
}
@media only screen and (min-width: 932px) and (max-width: 1245px) {
  #slideshow {
    width: 100%;
  }
}
@media only screen and (min-width: 1246px) {
  #slideshow {
    height: 700px;
    min-height: 700px;
  }
}
#slideshow .welcomevid {
  width: 100%;
  margin: 0;
  aspect-ratio: 2000 / 1125;
  vertical-align: top;
}
@media only screen and (max-width: 931px) {
  #slideshow .welcomevid {
    width: 932px;
    margin: 0 calc( -466px  + 50vw );
  }
}
@media only screen and (min-width: 1246px) {
  #slideshow .welcomevid {
    margin-top: calc( -28.125vw + 350px );
  }
}
@media only screen and (min-width: 1300px) {
  #slideshow .welcomevid {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
  }
}
/* ==================================================================
	.spotlight
=================================================================== */
.spotlight {
  text-align: center;
  position: relative;
  z-index: 400;
}
.spotlight > div {
  position: relative;
}
.spotlight01-02 {
  background-color: #fff;
}
.spotlight01-02 .landscape {
  position: absolute;
  bottom: 0.5em;
  left: calc(50% - 50em);
  width: 100em;
  max-width: none;
  pointer-events: none;
  display: none;
}
@media only screen and (min-width: 1024px) {
  .spotlight01-02 .landscape {
    display: block;
  }
}
.spotlight01-02 .landscape.right-landscape {
  z-index: -1;
}
/* ===============================================
	spot00 || COMMON GENERAL INFORMATION SPOTLIGHT SECTION REVERSE
=============================================== */
.spot01 {
  color: #fff;
  padding: 0 0 5em;
  background-color: #337589;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: min(20px, 5vw);
  flex-direction: column;
  gap: 3.5em;
  overflow: hidden;
}
.spot01::before {
  content: '';
  position: absolute;
  bottom: -7.5em;
  right: calc(50% + 4em);
  width: 20.05em;
  height: 31.95em;
  background: url(../images/spotlight/spot01-decor.png) center / cover no-repeat;
}
@media only screen and (min-width: 666px) {
  .spot01 {
    padding: 5em 0;
  }
  .spot01::before {
    right: calc(50% + 10em);
  }
}
@media only screen and (min-width: 1024px) {
  .spot01 {
    background: none;
    flex-direction: row-reverse;
    align-items: stretch;
    padding: 0;
    gap: 0;
  }
  .spot01::before {
    content: none;
  }
}
@media only screen and (min-width: 1300px) {
  .spot01 {
    padding-left: 3px;
    padding: 4.9em 0 5em;
    font-size: min(1.4vw, 1em);
  }
  .spot01.ready .mod h2.topic,
  .spot01.ready .mod p,
  .spot01.ready .mod .spotbtn {
    transform: translate(0%, 100%);
    opacity: 0;
    transition-delay: 0s;
  }
  .spot01.ready .decoration::before {
    transform: scaleX(1);
  }
}
.spot01 .decoration {
  display: block;
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 666px) {
  .spot01 .decoration {
    max-width: 520px;
  }
}
@media only screen and (min-width: 1024px) {
  .spot01 .decoration {
    width: 50%;
    max-width: none;
  }
}
@media only screen and (min-width: 1300px) {
  .spot01 .decoration {
    width: 90%;
    max-width: 26em;
  }
}
.spot01 .decoration::before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #337589;
  transition: transform 1s ease;
  transform-origin: left;
  transform: scaleX(0);
}
.spot01 .decoration img {
  width: 100%;
}
.spot01 .mod {
  width: 80%;
  max-width: 480px;
  padding: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
  background-color: #337589;
  gap: 1.5em;
  text-align: right;
}
@media only screen and (min-width: 1024px) {
  .spot01 .mod {
    max-width: 40em;
    padding: 2.5em 2.5em;
    width: 50%;
  }
}
@media only screen and (min-width: 1300px) {
  .spot01 .mod {
    padding: 0 8.45em 0 7em;
    width: 96%;
  }
}
.spot01 h2.topic {
  line-height: 0.71641791;
  font-size: min(3.35em, 12vw);
  font-weight: 400;
  color: #fff;
  margin: 0;
  font-family: "Scheherazade New", serif;
  transition: transform 1s ease,
            opacity 1s ease;
  transition-delay: calc(var(--index)*0.33s);
}
.spot01 h2.topic .trait {
  line-height: 1;
  font-size: clamp( 12px, 0.68656716em , 46px );
  display: block;
  text-transform: uppercase;
}
.spot01 .info {
  line-height: 1.2;
  font-size: clamp( 12px, 0.8em , 16px );
  margin: 0;
  transition: transform 1s ease,
            opacity 1s ease;
  transition-delay: calc(var(--index)*0.33s);
}
.spot01 .spotbtn {
  font-size: clamp( 12px, 0.6em , 12px );
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  width: 12.16666667em;
  border: 2px solid #60cbeb;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
  transition: color 0.66s ease-in-out, transform 1s ease, opacity 1s ease;
  transition-delay: 0s, calc(var(--index)*0.33s), calc(var(--index)*0.33s);
  overflow: hidden;
  box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.15);
  font-weight: 600;
}
@media only screen and (max-width: 1299px) {
  .spot01 .spotbtn {
    line-height: 44px;
    min-width: 44px;
  }
}
@media only screen and (min-width: 1300px) {
  .spot01 .spotbtn {
    line-height: 3.75;
  }
}
.spot01 .spotbtn::before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #60cbeb;
  z-index: -1;
  transform: skew(45deg) translate(0%, 0) scaleX(1.5);
  transition: transform 0.66s ease-in-out;
}
.spot01 .spotbtn:hover {
  color: #60cbeb;
}
.spot01 .spotbtn:hover::before {
  transform: skew(45deg) translate(-150%, 0) scaleX(1.5);
}
/* ===============================================
	spot00 || COMMON SERVICES/CALLOUT-LIKE SECTION EXAMPLE
=============================================== */
.spot02 {
  font-size: min(5vw, 20px);
  text-align: center;
  color: #60cbeb;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2em;
  padding: 3em 0;
  margin: 0;
  position: relative;
  z-index: 410;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .spot02 {
    flex-direction: row;
    font-size: min(1.65vw, 20px);
    padding: 4.9em 0;
  }
}
@media only screen and (min-width: 1300px) {
  .spot02 {
    padding-top: 0;
  }
  .spot02.ready a {
    transform: translate(-100%, 0);
    opacity: 0;
    transition-delay: 0s;
  }
}
.spot02 a {
  color: #fff;
  width: 18em;
  padding: 0;
  display: block;
  position: relative;
  transition: transform 1s ease,
            opacity 1s ease;
  transition-delay: calc(var(--index)*0.66s);
  overflow: hidden;
}
.spot02 a .hover {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  top: 1em;
  left: 1em;
  width: calc(100% - 2em);
  height: calc(100% - 2em);
  z-index: 3;
  padding-top: 0.8em;
  gap: 1.15em;
  transition: transform 0.33s ease, opacity 0.33s ease;
  pointer-events: none;
}
.spot02 a .hover::before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.35);
  background-color: rgba(96, 203, 235, 0.9);
  z-index: -1;
  transition: transform 0.33s ease, opacity 0.33s ease;
  transform: scale(0.5) rotate(0deg);
  opacity: 0;
}
.spot02 a .hover .icon {
  color: #fff;
  transform: translate(0, -200%);
  opacity: 0;
}
.spot02 a .hover .topic {
  transform: translate(0, 200%);
  opacity: 0;
}
.spot02 a .mod {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 2.05em 1.75em;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0.5em;
  z-index: 2;
}
.spot02 a .decoration {
  width: 100%;
  transition: filter 0.33s ease;
}
.spot02 a::before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  backdrop-filter: grayscale(1);
  -webkit-backdrop-filter: grayscale(1);
  transition: transform 0.66s ease;
  transform: translate(0, -100%);
}
.spot02 a .icon {
  line-height: 1;
  font-size: clamp( 12px, 1.55em , 31px );
  color: #60cbeb;
  transition: transform 0.33s ease, opacity 0.33s ease;
}
.spot02 a h2.topic,
.spot02 a .topic {
  line-height: 1;
  font-size: clamp( 12px, 1em , 20px );
  display: block;
  font-family: "Scheherazade New", serif;
  font-weight: 400;
  text-transform: uppercase;
  color: currentcolor;
  transition: transform 0.33s ease, opacity 0.33s ease;
}
.spot02 a .mod h2.topic,
.spot02 a .mod .icon {
  transition-delay: 0.165s;
}
.spot02 a:hover::before,
.spot02 a:focus::before {
  transform: translate(0, 0);
}
.spot02 a:hover .mod h2.topic,
.spot02 a:focus .mod h2.topic {
  transform: translate(0%, 300%);
  transition-delay: 0s;
}
.spot02 a:hover .mod .icon,
.spot02 a:focus .mod .icon {
  transform: translate(-300%, 0);
  transition-delay: 0s;
}
.spot02 a:hover .hover::before,
.spot02 a:focus .hover::before {
  transform: scale(1) rotate(0deg);
  opacity: 1;
  transition-duration: 0.66s;
}
.spot02 a:hover .hover .topic,
.spot02 a:focus .hover .topic {
  transform: translate(0%, 0%);
  opacity: 1;
  transition-delay: 0.165s;
  transition-duration: 0.66s;
}
.spot02 a:hover .hover .icon,
.spot02 a:focus .hover .icon {
  transform: translate(0%, 0);
  opacity: 1;
  transition-delay: 0.165s;
  transition-duration: 0.66s;
}
/* ==================================================================
	subnav
=================================================================== */
#subnav {
  text-align: center;
  color: #fff;
  padding: 3.5em 0;
  position: relative;
  overflow: hidden;
  background-color: #25a3c9;
}
@media only screen and (max-width: 1299px) {
  #subnav {
    display: none;
  }
}
@media only screen and (min-width: 1300px) {
  #subnav {
    padding-top: 11.6em;
  }
}
@media only screen and (max-width: 1299px) {
  #subnav nav {
    width: 100vw;
    display: none;
  }
}
#subnav p {
  font-size: clamp( 12px, 0.75em , 15px );
  margin: 0 auto;
  padding: 0;
  font-weight: 400;
  font-family: "Scheherazade New", serif;
  text-transform: uppercase;
}
@media only screen and (max-width: 1299px) {
  #subnav p {
    line-height: 44px;
    white-space: nowrap;
    padding-right: 9%;
    scroll-snap-type: x;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  #subnav p::-webkit-scrollbar {
    display: none;
  }
}
@media only screen and (min-width: 1300px) {
  #subnav p {
    line-height: 1.4;
    width: 60.79027356%;
  }
}
#subnav a {
  color: #fff;
  margin: 0 0.8em;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  #subnav a {
    margin: 0;
  }
}
#subnav a:after {
  content: '';
  width: 100%;
  height: 1px;
  background: currentcolor;
  display: block;
  position: absolute;
  bottom: 0;
  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:hover,
#subnav a.active {
  text-decoration: none;
}
#subnav a:hover:after,
#subnav a.active:after {
  transform: translate(0, 0) scaleX(1);
  opacity: 1;
}
#subnav .divider {
  margin: 0 0.6em;
  display: inline-block;
  vertical-align: top;
  font-weight: 600;
}
/* ==================================================================
	content
=================================================================== */
#bd {
  padding: 10em 0 3em;
  background: #fff;
  position: relative;
  z-index: 400;
}
@media only screen and (min-width: 768px) {
  #bd.sub {
    background-image: url(../images/spotlight/sub-decor.svg);
    background-position: calc(50% + 0em) calc(100% + 8.2em);
    background-repeat: no-repeat;
    background-size: 119.95em 60.65em;
    min-height: 63.35em;
  }
}
@media only screen and (min-width: 1300px) {
  #bd {
    padding: 3.75em 0 3em;
  }
}
#bd .container {
  width: 90%;
  max-width: 65.8em;
}
@media only screen and (max-width: 1299px) {
  #bd .container {
    max-width: 70ch;
  }
}
#content {
  display: block;
}
@media only screen and (min-width: 768px) {
  #content {
    width: 60.79027356%;
    max-width: 40em;
    float: left;
  }
}
#content .content-text {
  line-height: 1.68421053;
  font-size: 19px;
}
@media only screen and (min-width: 768px) {
}
/* ==================================================================
	.home content
=================================================================== */
.home #bd {
  padding: 3em 0;
  background: #ccc center / cover no-repeat;
  text-align: center;
}
.home #bd::before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(5, 92, 119, 0.9);
}
@media only screen and (min-width: 768px) {
  .home #bd {
    padding: 5.1em 0 0em;
  }
  .home #bd::before {
    content: none;
  }
}
@media only screen and (min-width: 1300px) {
  .home #bd {
    padding-left: 0.1em;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1999px) {
  .home #bd {
    background-size: auto;
  }
}
.home #bd .container {
  width: 90%;
  max-width: 66.1em;
}
@media only screen and (max-width: 767px) {
  .home #bd .container {
    max-width: 70ch;
  }
}
@media only screen and (min-width: 1024px) {
  .home #bd .container {
    width: 100%;
    max-width: none;
  }
}
.home #bd #content {
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .home #bd #content {
    width: 100%;
    max-width: none;
  }
}
@media only screen and (min-width: 1024px) {
  .home #bd #content {
    margin: 0;
  }
  .home #bd #content header {
    display: inline-block;
    vertical-align: top;
    margin: 3.4em 2.9em 0 0;
  }
}
.home #bd #content .content-text {
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .home #bd #content .content-text {
    width: 100%;
    max-width: 700px;
    display: inline-block;
    vertical-align: top;
    background-color: rgba(5, 92, 119, 0.9);
    padding: 3.55em 4.3em 2em;
  }
}
@media only screen and (min-width: 1024px) {
  .home #bd #content .content-text {
    max-width: 40em;
    width: 51%;
  }
}
.home #bd #content .content-text h2 {
  font-size: 1.63157895em;
  line-height: 1.03225806;
  margin-bottom: 0.6em;
}
.home #bd #content .content-text h3,
.home #bd #content .content-text h4 {
  color: #fff;
}
.home #bd #content .content-text ol,
.home #bd #content .content-text ul {
  margin: 0 0 1.3em 2.5em;
}
.home #bd #content .content-text ol li,
.home #bd #content .content-text ul li {
  margin: 0 0 .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 a {
  color: #60cbeb;
}
.home #bd #content .content-text a:hover {
  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: #60cbeb;
  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: #60cbeb;
  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: #055c77;
}
.mediaslider .cycle-caption.large,
.mediaslider .cycle-caption {
  font-size: min(1rem, 1em);
  padding: 0.66em;
  z-index: 420;
  white-space: normal;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
.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: #055c77;
  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.4516129em;
  }
}
/* preventive-care */
.preventive-care #content ul {
  display: inline-block;
}
/* reduces dimensions of coronavirus tab */
#coronavirus-update {
  font-size: 0.84em;
  padding: 0.5em 1.25em !important;
  left: 0.5em !important;
}
@media only screen and (min-width: 1300px) {
  #coronavirus-update {
    font-size: 1em;
  }
}
/* ==================================================================
	meet the team page classes for individual and full team images 
=================================================================== */
.staff {
  width: 45%;
  max-width: 10em;
  margin: 0 0 1em 1em;
  display: block;
  float: right;
}
.team {
  width: 100%;
  max-width: 1000px;
  margin: 2% auto;
  display: block;
}
/* ==================================================================
	sitemap
=================================================================== */
.sitemap #content .column > ul > li {
  margin-bottom: 1.45em;
}
.sitemap #content ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
}
.sitemap #content ul a {
  line-height: 1.32258065;
  font-size: clamp( 12px, 1.55em , 31em );
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  color: #26a3c9;
  font-family: "Scheherazade New", serif;
  transition-duration: 0s;
}
.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: #36393c;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  margin-left: 0;
}
.sitemap #content a:hover {
  color: #055c77;
  text-decoration: none;
}
body.sitemap #bd ul li {
  list-style: none;
}
body.sitemap #bd ul ul li {
  list-style: none;
  margin-left: 0;
}
body.sitemap #content .width1 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  body.sitemap #content .width1 {
    width: 50%;
  }
  body.sitemap #content .width1:not(.first) {
    width: auto;
    float: right;
  }
}
/* global override */
/* ==================================================================
	sidebar
=================================================================== */
#sidebar {
  width: 100%;
  max-width: 20em;
  margin: 0 auto 6%;
  padding: 0;
  display: none;
  position: relative;
  z-index: 420;
}
@media only screen and (min-width: 768px) {
  #sidebar {
    width: 30.39513678%;
    margin: 0.7em -0.15em 1em 0;
    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 */
/* ===============================================
	spot00 || COMMON SERVICES/CALLOUT-LIKE SECTION EXAMPLE
=============================================== */
.spot03 {
  text-align: center;
  color: #fff;
  padding: 2em 0;
  margin: 0;
  position: relative;
  z-index: 410;
  background-color: #fff;
}
@media only screen and (min-width: 666px) {
  .spot03 {
    font-size: min(1.45vw, 1em);
    padding: 5em 0 3.75em;
  }
}
@media only screen and (min-width: 1300px) {
  .spot03.ready a {
    opacity: 0;
  }
  .spot03.ready a.first {
    transform: translateX(-100%);
  }
  .spot03.ready a:nth-child(2) {
    transform: translateX(100%);
  }
  .spot03.ready a:nth-child(3) {
    transform: translateX(-100%);
  }
  .spot03.ready a.last {
    transform: translateX(100%);
  }
}
.spot03 .grid {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  gap: 2.05em;
  max-width: 72em;
  margin: 0 auto;
}
.spot03 a {
  color: #fff;
  max-width: 32em;
  padding: 0;
  width: 90%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: transform 1s ease, opacity 1s ease, box-shadow 0.33s ease;
  background-color: #fff;
}
.spot03 a .decoration {
  width: 100%;
  transition: filter 0.33s ease-in-out, opacity 0.33s ease-in-out;
}
.spot03 a::before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.2);
  transition: opacity 0.33s ease;
}
.spot03 a .mod {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: transform 0.33s ease, background-color 0.33s ease, opacity 0.33s ease;
}
.spot03 a h2.topic {
  line-height: 1.25714286;
  font-size: clamp( 12px, 1.75em , 35px );
  font-family: "Scheherazade New", serif;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0 1em;
  transition: color 0.33s ease, transform 0.33s ease;
}
.spot03 a:hover {
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.25);
}
.spot03 a:hover .decoration {
  filter: grayscale(1);
  opacity: 0.2;
}
.spot03 a:hover::before {
  opacity: 0;
}
.spot03 a:hover h2.topic {
  color: #26a3c9;
  transform: scale(1.375);
}
/* ===============================================
	socialmedia
=============================================== */
#ft .socialmedia {
  line-height: 0;
  text-align: center;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 0 2em;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 300;
}
@media only screen and (min-width: 1024px) {
  #ft .socialmedia {
    margin-bottom: 4.35em;
  }
}
#ft .socialmedia a {
  font-size: clamp( 12px, 0.6em , 12px );
  color: #fff;
  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) {
  #ft .socialmedia a {
    line-height: 44px;
    font-size: 20px;
    width: 44px;
    height: 44px;
  }
}
@media only screen and (min-width: 1024px) {
  #ft .socialmedia a {
    line-height: 3.66666667;
    height: 3.66666667em;
    width: 1.54em;
  }
}
#ft .socialmedia a:nth-last-of-type(1) {
  margin: 0;
}
#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: #ccc no-repeat center center;
  background-size: cover;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 500;
  box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.15);
}
@media only screen and (min-width: 1300px) {
  #ft {
    background-size: auto 100%;
  }
}
#ft a {
  color: #fff;
  transition: color 0.33s ease-in-out;
}
#ft a:hover {
  color: #60cbeb;
}
/* ===============================================
		locations
=============================================== */
#location {
  width: 100%;
  padding: 3em 0;
  background-color: #055c77;
  display: block;
  transition: transform 1s ease, opacity 1s ease;
}
@media only screen and (min-width: 1024px) {
  #location {
    padding: 5.65em 0 0.85em;
    width: 50%;
    margin-left: calc(50% + 2px);
  }
}
@media only screen and (min-width: 1300px) {
  #location.ready {
    transform: translateX(100%);
    opacity: 0;
  }
  #location.ready .marker {
    opacity: 0;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
#location .mod {
  text-align: center;
  width: 100%;
  max-width: 25em;
  display: block;
  margin: 0 auto;
}
#location .logo {
  line-height: 0;
  text-align: center;
  margin: 0 auto 0.9em;
  display: block;
}
#location .logo img {
  width: 15.25em;
}
#location .phone {
  font-size: clamp( 12px, 1.1em , 22px );
  display: block;
  font-weight: 400;
  font-family: "Scheherazade New", serif;
  margin-bottom: 0.7em;
}
@media only screen and (max-width: 767px) {
  #location .phone {
    line-height: 44px;
  }
}
@media only screen and (min-width: 768px) {
  #location .phone {
    line-height: 1.09090909;
  }
}
#location .address {
  font-size: clamp( 12px, 0.65em , 13px );
  margin: 0 auto 3.6em;
  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 .address .marker {
  line-height: 1;
  font-size: 5.07692308em;
  color: #25a3c9;
  position: absolute;
  margin-right: 6.35em;
  top: 4.5em;
  right: 50%;
  z-index: 400;
  transition: transform 0.33s ease-in-out, opacity 1s ease 1s;
  transform-origin: center bottom;
}
@media only screen and (max-width: 1023px) {
  #location .address .marker {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  #location .address .marker {
    display: block;
  }
}
@media only screen and (min-width: 1300px) {
  #location .address .marker {
    margin-right: 7.16666667em;
    top: 5.12121212em;
  }
}
#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;
  left: 0.2em;
  bottom: -0.15em;
  z-index: -1;
  background-size: cover;
  position: absolute;
  pointer-events: none;
}
#location .address:hover .marker {
  transform: translate(0, 0) scale(2);
}
#location .spotbtn {
  font-size: clamp( 12px, 0.55em , 11px );
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  width: 19.45454545em;
  border: 2px solid #26a3c9;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
  transition: color 0.66s ease-in-out;
  overflow: hidden;
  box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.15);
  font-weight: 600;
  margin-bottom: 2.75em;
}
@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;
    font-size: 11px;
  }
}
#location .spotbtn::before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #26a3c9;
  z-index: -1;
  transform: skew(45deg) translate(0%, 0) scaleX(1.5);
  transition: transform 0.66s ease-in-out;
}
#location .spotbtn:hover,
#location .spotbtn:focus {
  color: #26a3c9;
}
#location .spotbtn:hover::before,
#location .spotbtn:focus::before {
  transform: skew(45deg) translate(-150%, 0) scaleX(1.5);
}
/* ==================================================================
		#links
=================================================================== */
#links {
  text-align: center;
  color: #000;
  margin: 0;
  background-color: #25a3c9;
  position: relative;
  z-index: 420;
}
@media only screen and (max-width: 1299px) {
}
@media only screen and (min-width: 1300px) {
}
#ft .util {
  font-size: clamp( 12px, 0.6em , 12px );
}
@media only screen and (max-width: 1299px) {
  #ft .util {
    line-height: 44px;
  }
}
@media only screen and (min-width: 1300px) {
  #ft .util {
    line-height: 3.66666667;
  }
}
#ft .util a {
  color: #fff;
  transition: color 0.33s ease-in-out;
}
#ft .util a:hover {
  color: #60cbeb;
}
#ft .util a,
#ft .util .divider {
  display: inline-block;
}
@media only screen and (max-width: 320px) {
  #ft .util a,
  #ft .util .divider {
    display: block;
  }
}
#ft .util .divider {
  margin: 0;
}
@media only screen and (max-width: 320px) {
  #ft .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 {
  fill: currentcolor;
  transition: fill 0.33s ease-in-out;
}
/* ===============================================
	backToTop
=============================================== */
#btt {
  text-align: center;
  width: 100%;
  margin: 0;
  display: block;
  position: relative;
}
@media only screen and (min-width: 480px) {
  #btt {
    width: auto;
  }
}
a#backtotop {
  font-size: clamp( 12px, 0.6em , 12px );
  color: #36393c;
  display: inline-block;
  vertical-align: top;
  transition: color 0.33s ease-in-out;
  line-height: 0;
  position: relative;
  font-family: "Scheherazade New", serif;
  text-transform: uppercase;
  font-weight: 500;
  width: 99%;
  max-width: 27.5em;
}
a#backtotop span {
  display: block;
  position: absolute;
  top: 52%;
  left: 51%;
  transform: translate(-50%, -50%);
}
a#backtotop .decor {
  width: 100%;
  height: auto;
}
a#backtotop .decor g,
a#backtotop .decor path {
  transition: transform 0.33s ease;
  transform-origin: 50% 50%;
  transform-box: fill-box;
}
a#backtotop .decor .speedyg {
  transform-origin: 50% 80%;
}
a#backtotop:hover {
  color: #60cbeb;
}
a#backtotop:hover .speedyg {
  animation: slideOutFadeInReset 0.66s ease forwards;
}
a#backtotop:hover .decor .cactus {
  animation: jumpRotateY 0.66s ease both;
}
@keyframes jumpRotateY {
  0% {
    transform: translateY(0) rotateY(0deg);
  }
  25% {
    transform: translateY(-30px) rotateY(90deg);
  }
  50% {
    transform: translateY(-50px) rotateY(180deg);
  }
  75% {
    transform: translateY(-30px) rotateY(270deg);
  }
  100% {
    transform: translateY(0) rotateY(360deg);
  }
}
@keyframes slideOutFadeInReset {
  0% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }
  20% {
    transform: translate(11em, 0) scale(0.1);
    opacity: 0;
  }
  21% {
    transform: translate(-11em, 0) scale(0.1);
    opacity: 0;
  }
  50% {
    transform: translate(-11em, 0) scale(0.1);
    opacity: 0;
  }
  65% {
    transform: translate(-5em, 0) scale(0.5);
    opacity: 0.5;
  }
  100% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }
}
/*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: #60cbeb;
  float: left;
}
/* ===============================================
	Form Buttons
=============================================== */
form button {
  letter-spacing: normal;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  height: 44px;
  padding: 0 1.5em;
  background: none;
  border: 2px solid #26a3c9;
  transition: color 0.66s ease-in-out;
  position: relative;
  overflow: hidden;
  z-index: 1;
  font-weight: 600;
  box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.15);
}
form button::before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #26a3c9;
  z-index: -1;
  transform: skew(45deg) translate(0%, 0) scaleX(1.5);
  transition: transform 0.66s ease-in-out;
}
form button:hover,
form button:focus {
  color: #26a3c9;
}
form button:hover::before,
form button:focus::before {
  transform: skew(45deg) translate(-150%, 0) scaleX(1.5);
}
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: #60cbeb;
  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: #055c77;
}
/* ===============================================
	.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,
  .layout-full-width #bd.sub {
    background-image: none;
    min-height: auto;
  }
  .sitemap #bd.sub:after,
  .layout-full-width #bd.sub:after {
    content: none;
  }
  .sitemap #content,
  .layout-full-width #content {
    width: 70%;
    /* count out 90-100 characters per line to determine width */
    max-width: none;
    margin-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( 42.10526316em , 90% );
    }
  }
  @media only screen and (min-width: 1300px) {
    .embed-container,
    .embed-container.ratio16x9 {
      max-width: min( 42.10526316em , 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;
  }
}
