/* 
 Site Manager Version: 14.2.0
 Date Created: December 2024
 Account: weller-david2
 Written by: Ricky Rivas
 Sesame Communications - All rights reserved. C2024
 Any reproduction or intentional misuse is strictly prohibited
*/
/* ===============================================
              options
 =============================================== */
/* ===============================================
                    colors
 =============================================== */
/* ===============================================
          fonts
=============================================== */
/* jost-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Jost';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/jost-v18-latin-regular.woff2') format('woff2');
}
/* jost-italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Jost';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/jost-v18-latin-italic.woff2') format('woff2');
}
/* jost-500 - latin */
@font-face {
  font-display: swap;
  font-family: 'Jost';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/jost-v18-latin-500.woff2') format('woff2');
}
/* jost-600 - latin */
@font-face {
  font-display: swap;
  font-family: 'Jost';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/jost-v18-latin-600.woff2') format('woff2');
}
/* jost-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'Jost';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/jost-v18-latin-700.woff2') format('woff2');
}
/* oswald-300 - latin */
@font-face {
  font-display: swap;
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/oswald-v53-latin-300.woff2') format('woff2');
}
/* oswald-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/oswald-v53-latin-regular.woff2') format('woff2');
}
/* oswald-500 - latin */
@font-face {
  font-display: swap;
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/oswald-v53-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: 'Jost', Helvetica, Arial, sans-serif;
}
form button,
button {
  font-family: 'Jost', Helvetica, Arial, sans-serif;
}
svg {
  display: inline-block;
}
body {
  font-size: 15px;
  color: #023c6e;
  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: #30b2bd;
  text-decoration: none;
  transition: color 0.33s ease-in-out;
}
#content a:hover {
  color: #0a72b9;
  text-decoration: underline;
}
/* ===============================================
  h family || hfam 
=============================================== */
h1,
h2:not(.topic),
h3:not(.topic),
h4,
h5,
h6 {
  line-height: 1;
  text-align: left;
  color: #30b2bd;
  text-rendering: auto;
  margin: 0 0 1.125em;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}
.sub h1 {
  font-size: 10vw;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #023c6e;
}
@media only screen and (min-width: 480px) {
  .sub h1 {
    font-size: 2.5em;
  }
}
.sub h1::after {
  content: '';
  background-color: #5fc49a;
  display: block;
  width: 0.94em;
  height: 7px;
  margin: 0.6em 0 0.8em;
}
.home h1 {
  font-size: 9vw;
  margin: 0 0 0.8em;
  letter-spacing: 0.02em;
  color: #fff;
}
@media only screen and (min-width: 480px) {
  .home h1 {
    font-size: 1.85em;
    line-height: 1.13513514;
  }
}
.home h1 .trait {
  display: block;
}
h2:not(.topic) {
  font-size: 1.77777778em;
  color: #0a72b9;
}
h3:not(.topic) {
  font-size: 1.5em;
  color: #30b2bd;
}
h4 {
  font-size: 1.27777778em;
  color: #5fc49a;
}
h5 {
  font-size: 1.22222222em;
}
h6 {
  font-size: 1.16666667em;
}
/* ===============================================
  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: #fff;
  background-color: #023C6E;
  position: relative;
  z-index: 3000;
  border-bottom: 1px solid #a9a9a9;
}
@media only screen and (min-width: 1024px) {
  #masthead {
    font-size: min(20px, 10vw);
  }
}
@media only screen and (min-width: 1300px) {
  #masthead {
    font-size: inherit;
    position: fixed;
    top: 0;
    left: 0;
  }

  #masthead:after {
    content: '';
    width: 100%;
    height: 110px;
    background-color: #fff;
    background: rgba(255, 255, 255, 0.5);
    display: block;
    position: absolute;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 1;
    -webkit-transition-duration: 0.35s;
    -moz-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    -ms-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
  }
  #masthead.ready:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 0;
  }


}
#masthead .container {
  max-width: 66.7em;
}
@media only screen and (max-width: 1023px) {
  #masthead .container {
    width: 100%;
    max-width: none;
  }
}
/* ==================================================================
  main-nav
=================================================================== */
#main-nav {
  font-size: 1.2em;
  text-align: right;
  height: 100%;
  width: 125px;
  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 !important;
}
#main-nav .trigger {
  line-height: 65px;
  color: #30b2bd;
  width: 65px;
  height: 100%;
  padding: 0;
  margin: 0 auto;
  background: none;
  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 .navicon {
  width: 65px;
  height: 40px;
  display: inline-block;
  vertical-align: -8.5px;
  position: relative;
}
#main-nav .trigger .navicon span {
  width: 100%;
  height: 9px;
  display: block;
  position: absolute;
  left: 0;
  opacity: 1;
  transform: translate(0, 0) rotate(0deg) scaleX(1);
  transition: transform 0.2s ease, opacity 0.2s ease;
  background-image: linear-gradient(90deg, #0a72b9 0%, #50c6d0 53%, #5fc49a 100%);
}
#main-nav .trigger .navicon span:nth-child(1) {
  top: 0px;
  transition-delay: 0.2s;
}
#main-nav .trigger .navicon span:nth-child(2),
#main-nav .trigger .navicon span:nth-child(3) {
  transition-delay: 0s;
  top: 50%;
}
#main-nav .trigger .navicon span:nth-child(4) {
  transition-delay: 0.2s;
  top: 100%;
}
#main-nav .open .trigger .navicon span:nth-child(1) {
  transform: translate(0%, 160%) scale(1) rotate(0deg);
  opacity: 0;
  transition-delay: 0s;
}
#main-nav .open .trigger .navicon span:nth-child(4) {
  transform: translate(0%, -160%) scale(1) rotate(0deg);
  opacity: 0;
  transition-delay: 0s;
}
#main-nav .open .trigger .navicon span:nth-child(2) {
  transform: translate(0, 0) scale(1) rotate(45deg);
  transition-delay: 0.2s;
}
#main-nav .open .trigger .navicon span:nth-child(3) {
  transform: translate(0, 0) scale(1) rotate(-45deg);
  transition-delay: 0.2s;
}
#main-nav ul {
  width: 100vw;
  margin: 1px 0 0;
  padding: 5em 34px 1em 0;
  background-color: rgba(2, 60, 110, 0.89);
  position: relative;
  float: right;
  z-index: 550;
}
@media only screen and (max-width: 320px) {
  #main-nav ul {
    padding-right: 20px;
  }
}
@media only screen and (min-width: 666px) and (max-width: 1023px) {
  #main-nav ul {
    width: 335px;
    padding-bottom: 5em;
  }
}
#main-nav ul li {
  clear: both;
}
#main-nav ul li a[id] {
  line-height: 63px;
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.08em;
  font-weight: 600;
  width: auto;
  height: 63px;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: color 0.33s ease;
}
#main-nav ul li.open > a[id],
#main-nav ul li.active > a[id],
#main-nav ul li:hover > a[id] {
  color: #30b2bd;
  text-decoration: none;
  transition-duration: 0.15s;
}
#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: 13px;
  color: #fff;
  width: 100%;
  height: 44px;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-weight: 500;
}
#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: #50c6d0;
  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: 2.45em;
/*    margin-top: 1.15em;*/
    background: none;
    box-shadow: none;
    position: relative;
    top: auto;
    z-index: 2900;
  }
  #hd .container,
  #main-nav .container {
    width: 96%;
    width: 99% !important;
    max-width: 67em;
  }
  #main-nav div.collapsible {
    margin: 0 auto;
  }
  #main-nav ul {
    height: 2.45em;
    width: auto;
    padding: 0;
    margin: 0;
    background: none;
    position: static;
    float: left;
  }
  #main-nav ul li {
    height: 100%;
    margin: 0 0.7125em 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: 3.33333333;
    text-align: center;
    height: 100%;
    z-index: 3000;
    color: #023c6e;
    color: #ffffff;
    font-size: clamp( 12px, 0.75em , 15px );
  }
  #main-nav ul ul {
    width: auto;
    height: auto;
    padding: 0.7em 0;
    position: absolute;
    display: none;
    z-index: 2800;
    background: rgba(2, 60, 110, 0.89);
  }
  #main-nav ul ul li {
    height: 1.25em;
    margin: 0;
    padding: 0;
    float: left;
    opacity: 1;
  }
  #main-nav ul ul li a {
    line-height: 1.92307692;
    text-align: left;
    white-space: nowrap;
    height: 1.92307692em;
    padding: 0 1.76923077em;
    float: left;
  }
  #main-nav ul li.contact-us ul li a,
  #main-nav ul li.contact ul li a {
/*    text-align: right;*/
/*    float: right;*/
  }
  #main-nav ul li:hover ul {
    display: block;
    left: -1.15em;
  }
  #main-nav ul li.contact-us:hover ul,
  #main-nav ul li.contact:hover ul {
/*    margin: 0;*/
/*    left: auto;*/
/*    right: -1.15em;*/
  }
  /*END*/
}
/* ===============================================
  FULLMOB RULES
=============================================== */
@media only screen and (min-width: 1300px) {
  #hd .container,
  #main-nav .container {
    width: 96% !important;
  }

  #main-nav ul li {
    margin: 0 1.2125em 0 0;
  }

}
/* ==================================================================
  header
=================================================================== */
#hd {
  text-align: center;
  color: #30b2bd;
  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: 2990;
    z-index: 2890;
  }
}
#hd .container {
  padding: 15px 0;
}
@media only screen and (min-width: 666px) and (max-width: 1023px) {
  #hd .container {
    padding: 40px 150px 30px 0;
  }
}
@media only screen and (min-width: 1024px) {
  #hd .container {
    padding: 0;
    width: 96%;
  }
}
/* ===============================================
  logo
=============================================== */
#logo {
  line-height: 0;
  width: 10.7em;
  margin: 0 auto 0 5%;
  display: block;
  position: relative;
}
@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: 3.25em;
    top: 2.9em;
  }
}
@media only screen and (min-width: 1300px) {
  .ready #logo {
    right: auto;
    left: 2.35em;
  }
   #logo {
    left: auto;
    right: 2.35em;
  }
}
#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 path{
    fill: #fff !important;
  }

}
#logo svg {
  width: 10.7em;
  height: 4.6em;
}
/* ===============================================
  contact info
=============================================== */
#contactinfo {
  text-align: center;
  width: auto;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  z-index: 3000;
  transition: opacity 0.33s ease;
}
@media only screen and (max-width: 665px) {
  #contactinfo {
  padding: 15px 1.2em;
  position: absolute;
  top: calc(100%);
  left: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: .25em;
  }
}
@media only screen and (min-width: 666px) {
  #contactinfo {
      position: absolute;
      width: 100%;
      left: 50%;
      top: 0.75em;
      top: 5.25em;
      /* display: none; */
      transform: translateX(-50%);
    /*    display: none;*/
  }
}
@media only screen and (min-width: 1024px) {
  #contactinfo {
        right: .222222em;
        top: 2.722222em;
        left: auto;
        transform: none;
      z-index: 1000;
        width: auto;
  }
}
@media only screen and (min-width: 1300px) {
  #contactinfo {
      left: 50%;
      right: auto;
      transform: translateX(-50%);
      z-index: 1000;
  }
}
@media only screen and (min-width: 1330px) {
  #contactinfo {
        left: auto;
        right: 6.3em;
        transform: none;
        z-index: 3000;
        top: 0.2em;
  }
}


#hd .appointmentrequest {
  text-align: center;
  width: auto;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  z-index: 3000;
  transition: opacity 0.33s ease;
}
@media only screen and (max-width: 665px) {
  #hd .appointmentrequest {
    padding: 15px 0;
    position: absolute;
    top: calc(100%);
    left: 0;
    width: 100%;
    opacity: 0;
    pointer-events: none;
  }
}
@media only screen and (min-width: 666px) {
  #hd .appointmentrequest {
    position: absolute;
    right: 8em;
    top: 0.75em;
    top: 1.15em;
    /*    display: none;*/
  }
}
@media only screen and (min-width: 1024px) {
  #hd .appointmentrequest {
    right: 0; 
    top: 0.222222em;
  }
}


#hd .appointmentrequest {
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #0a72b9;
  padding: 0 0.7em;
  background: #50c6d0;
  display: inline-block;
  vertical-align: top;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
/*  position: relative;*/
  z-index: 3100;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  #hd .appointmentrequest {
    line-height: 33px;
  }
}

@media only screen and (max-width: 665px) {
  #hd .appointmentrequest {
        margin-top: 4px;
  }
}

@media only screen and (min-width: 1024px) {
  #hd .appointmentrequest {
    line-height: 2.5;
  }
}
#hd .appointmentrequest::before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to right, transparent, #0a72b9, transparent);
  z-index: -1;
  transform: translateX(-100%);
  transition: transform 1s ease;
}
#hd .appointmentrequest:hover {
  color: #fff;
}
#hd .appointmentrequest:hover::before {
  transform: translateX(100%);
}

#contactinfo .phone {
  font-size: 15px;
  color: #023c6e;
  color: #ffffff;
  transition: color 0.33s ease-in-out;
  display: inline-block;
  vertical-align: top;
  font-weight: 500;
  letter-spacing: 0.05em;
/*  margin-right: 0.53333333em;*/
}

@media only screen and (min-width: 666px) {
  #contactinfo .phone{
    color: #023c6e;
  }
}

@media only screen and (min-width: 1330px) {
  #contactinfo .phone{
    color: #ffffff;
  }
}
#contactinfo .loc {
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #50c6d0;
  color: #ffffff;
  padding: 0px .7em;
  background: #0a72b9;
  background: #50C6D0;
  display: inline-block;
  vertical-align: top;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  #contactinfo .loc {
    line-height: 33px;
  }
}
@media only screen and (min-width: 1024px) {
  #contactinfo .loc {
    line-height: 2.5;
  }
}
#contactinfo .loc::before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to right, transparent, #0a72b9, transparent);
  z-index: -1;
  transform: translateX(-100%);
  transition: transform 1s ease;
}
#contactinfo .loc:hover {
  color: #fff;
}
#contactinfo .loc:hover::before {
  transform: translateX(100%);
}


@media only screen and (max-width: 665px) {
  #contactinfo .phone {
    color: #fff;
  }
}
@media only screen and (max-width: 1023px) {
  #contactinfo .phone {
    line-height: 33px;
  }
  .open #contactinfo .phone.tab-adjust {
    color: #fff;
  }
}


@media only screen and (min-width: 1024px) {
  #contactinfo .phone {
    line-height: 2.66666667;
  }
}
#contactinfo .phone .icon {
  color: #0a72b9;
  font-size: 0.93333333em;
  letter-spacing: normal;
}
#contactinfo a.phone:hover {
  color: lightgreen;
}
#contactinfo a.phone:hover .icon {
  color: lightgreen;
}
#masthead.open #contactinfo {
  opacity: 1;
  pointer-events: all;
}
/* ==================================================================
  slideshow
=================================================================== */
#slideshow {
  font-size: min(2vw, 1em);
  text-align: center;
  color: #fff;
  background: #000;
  position: relative;
  z-index: 400;
}
@media only screen and (max-width: 1023px) {
  #slideshow {
    height: 500px;
  }
  #slideshow .welcomevid {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
  }
}
@media only screen and (max-width: 767px) {
  #slideshow {
    height: 400px;
  }
}
@media only screen and (min-width: 1024px) {
  #slideshow {
    min-height: 55vw;
    width: 100%;
    margin-top: 0;
    top: 0;
  }
}
@media only screen and (min-width: 1300px) {
  #slideshow {
    min-height: 945px;
  }
}
@media only screen and (min-width: 1300px) and (max-height: 990px) {
  #slideshow {
    min-height: 95vh;
  }
}
#slideshow .welcomevid {
  width: 100%;
  aspect-ratio: 16 / 9;
  vertical-align: top;
  will-change: transform;
}
@media only screen and (min-width: 1300px) {
  #slideshow .welcomevid {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1999px) {
  #slideshow .welcomevid {
    width: 2000px;
    margin: 0 calc(-1000px + 50vw);
  }
}
#slideshow .curve {
  position: absolute;
  z-index: 400;
  bottom: -2px;
  left: 50%;
  width: 100em;
  height: 3.05em;
  transform: translate3d(-50%, 0, 0);
}
@media only screen and (min-width: 2000px) {
  #slideshow .curve {
    font-size: 1vw;
  }
}
#slideshow .dark-overlay {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  z-index: 399;
  opacity: 0;
}
/* ==================================================================
  .spotlight
=================================================================== */
.spotlight {
  text-align: center;
  position: relative;
  z-index: 400;
}
.spotlight > div {
  position: relative;
}
/* ===============================================
  spot00 || COMMON SERVICES/CALLOUT-LIKE SECTION EXAMPLE
=============================================== */
.spot01 {
  font-size: min(5.5vw, 20px);
  text-align: center;
  color: #0a72b9;
  padding: 2em 0;
  margin: 0;
  position: relative;
  z-index: 410;
  background-color: #fff;
}
@media only screen and (min-width: 1024px) {
  .spot01 {
    font-size: min(3vw, 1em);
    padding: 1.45em 0 5.25em;
  }
}
.spot01.ready h2.topic span {
  animation: none;
}
.spot01 h2.topic {
  line-height: 1.05;
  font-size: clamp( 12px, 2em , 40px );
  color: currentcolor;
  width: 90%;
  display: block;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  margin: 0 auto 1.875em;
}
@media only screen and (max-width: 666px) {
  .spot01 h2.topic {
    max-width: 8.25em;
    margin-bottom: 1.5em;
  }
}
.spot01 h2.topic span {
  display: inline-block;
  background: linear-gradient(90deg, #5fc49a, #50c6d0, #0a72b9, #0a72b9, #50c6d0, #5fc49a);
  background-size: 200% 200%;
  animation: moveGradient 3s linear 3;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@keyframes moveGradient {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: -200% 50%;
  }
}
.spot01 a {
  color: #fff;
  width: 15.7em;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: transform 0.33s ease-in-out;
  text-align: left;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}
@media only screen and (max-width: 1023px) {
  .spot01 a {
    margin: 2%;
  }
}
@media only screen and (min-width: 1024px) {
  .spot01 a {
    margin: 0 0.12em;
  }
}
.spot01 a .decoration {
  width: 100%;
  transition: filter 0.33s ease-in-out;
}
.spot01 a.first {
  --offset: 1.5em;
}
.spot01 a:nth-child(3) {
  --offset: 2.8em;
}
.spot01 a:nth-child(4) {
  --offset: 2.3em;
}
.spot01 a.last {
  --offset: 2.2em;
}
.spot01 a h3.topic {
  line-height: 1.2;
  font-size: clamp( 12px, 1.25em , 25px );
  text-transform: uppercase;
  color: currentcolor;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  font-weight: 300;
  font-family: "Oswald", sans-serif;
  height: 4.32em;
  gap: 0.72em;
  padding-left: 1.08em;
  z-index: 1;
}
.spot01 a h3.topic::before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(10, 114, 185, 0.7);
  transition: transform 0.33s ease;
  transform-origin: bottom;
  z-index: -1;
}
.spot01 a h3.topic .icon {
  height: 2.12em;
  width: auto;
  vertical-align: middle;
  transition: transform 0.33s ease, fill 0.33s ease;
  fill: #50C6D0;
  z-index: 777;
}
.spot01 a h3.topic .cta {
  display: inline-block;
  vertical-align: middle;
  min-width: 4.88em;
  transition: transform 0.33s ease;
}
.spot01 a .sun-container {
  position: absolute;
  width: 19.6em;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%) scale(0.5);
  z-index: 2;
  transition: transform 0.33s ease;
}
.spot01 a .sun-container svg {
  width: 100%;
  transition: transform 0.33s ease;
}
.spot01 a:hover .sun-container {
  transform: translate(-50%, 50%) scale(1);
}
.spot01 a:hover .sun-container svg {
  transition-duration: 10s;
  transform: rotate(90deg);
}
.spot01 a:hover .decoration {
  filter: grayscale(1);
}
.spot01 a:hover h3.topic::before {
  transform: scaleY(5);
}
.spot01 a:hover h3.topic .icon {
  fill: #fff;
  transform: translate3d(calc(5.25em - 50%), -500%, 0) translateZ(1000px) scale(1.7) rotateY(360deg);
}
.spot01 a:hover h3.topic .cta {
  transform: translate3d(calc(var(--offset) - 50%), -280%, 0) scale(1);
  text-align: center;
}
.spot01 a.column h3.topic {
  padding: 0;
  flex-direction: column;
  text-align: center;
}
/* ==================================================================
  subnav
=================================================================== */
#subnav {
  text-align: center;
  color: #023c6e;
  padding: 0;
  position: relative;
  overflow: hidden;
  background-color: #50c6d0;
  z-index: 500;
  font-size: 2vw;
}
@media only screen and (min-width: 768px) {
  #subnav {
    font-size: inherit;
  }
}
#subnav .subhero {
  display: block;
  width: 100%;
  min-width: 100em;
  max-width: none;
}
@media only screen and (max-width: 1999px) {
  #subnav .subhero {
    margin: 0 calc(-50em + 50vw);
  }
}
#subnav nav {
  padding: 2.875em 0;
}
@media only screen and (max-width: 1299px) {
  #subnav nav {
    width: 100vw;
    display: none;
  }
}
#subnav p {
  font-size: clamp( 12px, 0.75em , 15px );
  margin: 0 auto;
  padding: 0;
  font-weight: 500;
}
@media only screen and (max-width: 1299px) {
  #subnav p {
    line-height: 44px;
    white-space: nowrap;
    padding-right: 9%;
    scroll-snap-type: x;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  #subnav p::-webkit-scrollbar {
    display: none;
  }
}
@media only screen and (min-width: 1300px) {
  #subnav p {
    line-height: 1.2;
    width: 100%;
  }
}
#subnav a {
  color: #023c6e;
  margin: 0 0.8em;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: color 0.33s ease-in-out;
}
@media only screen and (min-width: 1024px) {
  #subnav a {
    margin: 0;
  }
}
#subnav a:hover,
#subnav a.active {
  color: #Fff;
  text-decoration: none;
}
#subnav .divider {
  display: none;
  width: 0.36666667em;
  height: 0.36666667em;
  background-color: #0a72b9;
  border-radius: 50%;
}
@media only screen and (min-width: 1024px) {
  #subnav .divider {
    margin: 0.16em 1em;
    display: inline-block;
  }
}
/* ==================================================================
  content
=================================================================== */
#bd {
  padding: 3em 0;
  background: #fff;
  position: relative;
  z-index: 400;
}
@media only screen and (min-width: 768px) {
  #bd {
    padding: 6em 0 6em;
  }
}
#bd.sub:after {
  content: none;
  height: 100%;
  width: 77.85em;
  height: 84.25em;
  background: url(../images/spotlight/int-shape.svg) center / cover no-repeat;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  #bd.sub:after {
    top: -13.5em;
    content: '';
    left: 40%;
  }
}
@media only screen and (min-width: 1024px) {
  #bd.sub:after {
    top: -13.5em;
    left: calc(50% + -17.25em );
  }
}
#bd .container {
  width: 90%;
  max-width: 62em;
}
#content {
  display: block;
  max-width: 550px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  #content {
    width: 55.88709677%;
    max-width: 34.65em;
    float: left;
    margin: 0;
  }
}
#content .content-text {
  line-height: 1.66666667;
  font-size: 17px;
}
@media only screen and (min-width: 768px) {
  #content .content-text {
    font-size: 18px;
  }
}
#content p {
  text-align: justify;
}
/* ==================================================================
  .home content
=================================================================== */
.home #bd {
  padding: 3em 0;
  background: #30b3bd url(../images/spotlight/horizon-sun.png) center bottom / 100% auto no-repeat;
  will-change: background-position;
}
@media only screen and (min-width: 768px) {
  .home #bd {
    background: #fff url(../images/spotlight/bd.jpg) center / cover no-repeat;
    padding: 6.9em 0 8.5em;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1999px) {
  .home #bd {
    background-size: auto;
  }
}
.home #bd .container {
  width: 90%;
  max-width: 61.75em;
}
.home #bd .sun-container {
  background-color: #30b3bd;
  display: block;
  width: calc(100% + 5.5em*2);
  height: 100%;
  position: absolute;
  bottom: 0em;
  right: -5.5em;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .home #bd .sun-container {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .home #bd .sun-container {
    width: 60vw;
  }
}
.home #bd .sun-container .rotate-sun {
  bottom: -43em;
  right: -60em;
  position: absolute;
  min-width: 94.85em;
  height: 94.6em;
  will-change: transform;
}
@media only screen and (min-width: 1300px) {
  .home #bd .sun-container .rotate-sun {
    right: -47em;
  }
}
.home #bd #content {
  position: relative;
  z-index: 1;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  .home #bd #content {
    width: 100%;
    max-width: 516px;
    float: none;
    padding: 5.6em 0 3.05em;
  }
}
@media only screen and (min-width: 1024px) {
  .home #bd #content {
    max-width: 25.8em;
    width: 41.78137652%;
    margin-left: 0;
  }
}
.home #bd #content .content-text {
  color: #fff;
}
@media only screen and (min-width: 768px) {
}
@media only screen and (min-width: 1300px) {
}
.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 a {
  color: #023c6e;
  text-decoration: underline;
}
.home #bd #content .content-text a:hover {
  color: #fff;
}
/* ==================================================================
  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: #30b2bd;
  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: #30b2bd;
  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: #0a72b9;
}
.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: #0a72b9;
  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::after,
.office-tour #content h1::after,
.smile-gallery #content h1::after,
.invisalign-videos #content h1::after {
  margin-left: auto;
  margin-right: auto;
}
.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.25em;
  }
}
/* 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.40625;
  font-size: clamp( 12px, 1.6em , 32em );
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  color: #0a72b9;
  font-family: "Oswald", sans-serif;
  transition-duration: 0s;
}
.sitemap #content ul ul li a {
  line-height: 1.66666667;
  font-size: clamp( 12px, 0.9em , 18em );
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  font-family: 'Jost', Helvetica, Arial, sans-serif;
  color: #636363;
  margin-left: 0;
}
.sitemap #content a:hover {
  color: #30b2bd;
  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: 90%;
  max-width: 24.6em;
  margin: 0 auto 4em;
  padding: 0;
  display: none;
  position: relative;
  z-index: 420;
  right: 0.5em;
}
@media only screen and (min-width: 768px) {
  #sidebar {
    width: 39.67741935%;
    margin: 0.4em 0 1em;
    display: block;
    float: right;
    clear: right;
    right: auto;
  }
}
@media only screen and (min-width: 1024px) {
  #sidebar {
    margin-right: -1.35em;
  }
}
/* ===============================================
  sitepics
=============================================== */
#hide-stock {
  position: relative;
}
.stock {
  width: 100%;
  position: relative;
  box-shadow: 22px 26px 0px #5fc49a;
}
/* ===============================================
  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
=============================================== */
.spot02 {
  text-align: center;
  color: #30b2bd;
  padding: 3em 0;
  margin: 0;
  position: relative;
  z-index: 410;
  background: #fff url(../images/spotlight/spot02.png) center / auto 100% no-repeat;
  will-change: background-position;
  font-size: min(3.5vw, 20px);
}
@media only screen and (min-width: 1024px) {
  .spot02 {
    padding: 7.25em 0 9.55em;
    font-size: min(1.5vw, 1em);
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1999px) {
  .spot02 {
    background-size: auto;
  }
}
@media only screen and (min-width: 2000px) {
  .spot02 {
    background-size: cover;
  }
}
.spot02.ready h2.topic span {
  animation: none;
}
.spot02 h2.topic {
  line-height: 1.04761905;
  font-size: clamp( 12px, 2.1em , 42px );
  color: #50c6d0;
  width: 90%;
  display: block;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  margin: 0 auto 1em;
}
@media only screen and (max-width: 740px) {
  .spot02 h2.topic {
    max-width: 8.80952381em;
  }
}
.spot02 h2.topic span {
  display: inline-block;
  background: linear-gradient(-45deg, #50c6d0, #50c6d0, #0a72b9, #50c6d0, #50c6d0);
  background-size: 400% 400%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradient 4s ease 2;
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.spot02 .spot02-cycle-slideshow {
  display: block;
  margin: 0 auto;
  max-width: 35em;
  perspective: 7777px;
}
@media only screen and (min-width: 1024px) {
  .spot02 .spot02-cycle-slideshow {
    max-width: 67.5em;
  }
}
.spot02 .spot02-cycle-slideshow .slide img {
  display: inline-block;
  vertical-align: top;
  width: 12.7em;
  margin: 0 0 0.3em;
  opacity: 0;
  transform-style: preserve-3d;
  transition: opacity 0.33s ease;
}
.spot02 .spot02-cycle-slideshow .slide.cycle-slide-active img {
  animation: flipIn 1s ease-in-out forwards;
}
.spot02 .spot02-cycle-slideshow .slide.cycle-slide-active img:nth-child(2) {
  animation-delay: 0.2s;
}
.spot02 .spot02-cycle-slideshow .slide.cycle-slide-active img:nth-child(3) {
  animation-delay: 0.4s;
}
.spot02 .spot02-cycle-slideshow .slide.cycle-slide-active img:nth-child(4) {
  animation-delay: 0.6s;
}
.spot02 .spot02-cycle-slideshow .slide.cycle-slide-active img:nth-child(5) {
  animation-delay: 0.8s;
}
.spot02 .spot02-cycle-slideshow .slide.cycle-slide-active img:nth-child(6) {
  animation-delay: 1s;
}
.spot02 .spot02-cycle-slideshow .slide.cycle-slide-active img:nth-child(7) {
  animation-delay: 1.2s;
}
.spot02 .spot02-cycle-slideshow .slide.cycle-slide-active img:nth-child(8) {
  animation-delay: 1.4s;
}
.spot02 .spot02-cycle-slideshow .slide.cycle-slide-active img:nth-child(9) {
  animation-delay: 1.6s;
}
.spot02 .spot02-cycle-slideshow .slide.cycle-slide-active img:nth-child(10) {
  animation-delay: 1.8s;
}
/* ==================================================================
  #ft
=================================================================== */
#ft {
  text-align: center;
  color: #fff;
  width: 100%;
  padding: 0;
  background: #023c6e;
  background-size: cover;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
}
#ft a {
  color: #fff;
  transition: color 0.33s ease-in-out;
}
#ft a:hover {
  color: lightgreen;
}
/* ===============================================
    locations
=============================================== */
#location {
  width: 100%;
  padding: 3em 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1em;
}
@media only screen and (min-width: 768px) {
  #location {
    padding: 8.25em 1em 8.25em;
  }
}
@media only screen and (min-width: 1024px) {
  #location {
    padding-inline: 0;
  }
}
#location .decoration {
  display: block;
  width: 90%;
  max-width: 32.25em;
}
#location .mod {
  width: 90%;
  max-width: 32.3em;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  z-index: 1;
}
#location .innermod {
  padding: 1.15em 0.25em 1.15em 0em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  z-index: 400;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  gap: 0.85em;
}
@media only screen and (min-width: 768px) {
  #location .innermod {
    flex-direction: row;
    text-align: left;
    top: 28%;
    right: 2.65em;
    width: 17em;
    height: auto;
  }
}
@media only screen and (min-width: 1300px) {
  #location .innermod {
    width: 14.3em;
    top: 37%;
    right: 2.3em;
  }
}
#location .innermod .chat-shadow {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: rgba(10, 114, 185, 0.8);
}
@media only screen and (min-width: 768px) {
  #location .innermod .chat-shadow {
    filter: drop-shadow(4px 4px 2.5px rgba(0, 0, 0, 0.3));
    -webkit-filter: drop-shadow(4px 4px 2.5px rgba(0, 0, 0, 0.3));
    background-color: #0a72b9;
  }
  #location .innermod .chat-shadow::before {
    content: '';
    position: absolute;
    top: 4.5em;
    left: 3.8em;
    background: url("data:image/svg+xml,%3Csvg width='67' height='51' viewBox='0 0 67 51' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M34 12.0985L38.1 0.769531L66.1 12.0985L0 50.9985L34 12.0985Z' fill='%230972B9'/%3E%3C/svg%3E ") center / cover no-repeat;
    width: 67px;
    height: 51px;
  }
}
@media only screen and (min-width: 1300px) {
  #location .innermod .chat-shadow::before {
    left: 0.9em;
    top: 4em;
  }
}
#location .innermod img {
  width: 100%;
}
#location .icon {
  vertical-align: middle;
  width: 2.6em;
  height: 2.6em;
}
#location .phone-addy {
  display: inline-block;
  vertical-align: middle;
}
#location .phone {
  font-size: clamp( 12px, 0.8em , 16px );
  display: block;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 767px) {
  #location .phone {
    line-height: 44px;
  }
}
@media only screen and (min-width: 768px) {
  #location .phone {
    line-height: 1.25;
  }
}
#location .address {
  font-size: clamp( 12px, 0.6em , 12px );
  margin: 0 auto;
  display: block;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media only screen and (max-width: 1023px) {
  #location .address {
    line-height: 22px;
  }
}
@media only screen and (min-width: 1024px) {
  #location .address {
    line-height: 1.33333333;
  }
}
#location .address .marker {
  line-height: 1;
  font-size: 3.75em;
  color: #5fc49a;
  margin-right: 1.2em;
  position: absolute;
  top: 2.15em;
  right: 50%;
  transition: color 0.33s ease-in-out, transform 0.33s ease-in-out;
  transform-origin: center bottom;
  z-index: -2;
}
@media only screen and (max-width: 767px) {
  #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 {
    top: 2.31111111em;
    margin-right: 2.44444444em;
  }
}
#location .address .marker:before {
  color: currentcolor;
  content: '\f041';
}
#location .address .marker:after {
  content: '';
  width: 0.96969697em;
  height: 0.87878788em;
  background: url(../images/footer/shadow.png) no-repeat center center;
  left: 0.075em;
  bottom: -0.025em;
  z-index: -1;
  -webkit-filter: blur(0.04125em);
  filter: blur(0.04125em);
  background-size: cover;
  position: absolute;
  pointer-events: none;
}
#location .address:hover .marker {
  color: #30b2bd;
  transform: scale(1.1);
}
/* ==================================================================
    #links
=================================================================== */
#links {
  text-align: center;
  color: #fff;
  margin: 0;
  background-color: #0972b9;
  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.85em;
    padding: 1.325em 0 0;
  }
}
#links .util {
  font-size: clamp( 12px, 0.6em , 12px );
}
@media only screen and (min-width: 768px) {
  #links .util {
    width: auto;
    margin: 0;
    float: left;
  }
}
@media only screen and (max-width: 1299px) {
  #links .util {
    line-height: 44px;
  }
}
@media only screen and (min-width: 1300px) {
  #links .util {
    line-height: 4;
    font-size: 0.55em;
  }
}
#links .util a,
#links .util .divider {
  display: inline-block;
}
#links .util a {
  color: #fff;
  transition: color 0.33s ease-in-out;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media only screen and (max-width: 439px) {
  #links .util a {
    display: block;
  }
}
#links .util a:hover {
  color: lightgreen;
}
#links .util .divider {
  color: #5fc49a;
  margin: 0 1.5em;
}
@media only screen and (max-width: 439px) {
  #links .util .divider {
    display: none;
  }
}
/* ===============================================
  socialmedia
=============================================== */
#links .socialmedia {
  line-height: 0;
  text-align: center;
  height: auto;
  padding: 0;
  margin: 0;
  display: inline-flex;
  vertical-align: top;
  justify-content: center;
  position: relative;
  z-index: 300;
}
#links .socialmedia a {
  font-size: clamp( 12px, 0.7em , 14px );
  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;
  margin: 0;
}
@media only screen and (max-width: 1299px) {
  #links .socialmedia a {
    font-size: 20px;
    line-height: 44px;
    width: 44px;
    height: 44px;
  }
}
@media only screen and (min-width: 1300px) {
  #links .socialmedia a {
    line-height: 3.14285714;
    height: 3.14285714em;
    width: 1.32em;
  }
}
#links .socialmedia a:hover {
  color: #fff;
  background: #0a72b9;
  z-index: 400;
  transform: translate(0, 0) scale(1.44);
}
#links .socialmedia a .icon {
  position: relative;
}
/* ===============================================
    sesame link
=============================================== */
a#sesame-link .sesameicon {
  width: 2em;
  height: 1.66666667em;
  margin-right: 0.66666667em;
  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: 768px) {
  #btt {
    width: auto;
    float: right;
  }
}
a#backtotop {
  color: #5fc49a;
  display: inline-block;
  vertical-align: top;
  transition: color 0.33s ease-in-out;
  line-height: 0;
}
@media only screen and (min-width: 480px) {
  a#backtotop {
    margin-left: 0.75em;
  }
}
@media only screen and (max-width: 1299px) {
  a#backtotop {
    width: 44px;
  }
}
@media only screen and (min-width: 1300px) {
  a#backtotop {
    width: 1.5em;
  }
}
a#backtotop .icon {
  width: 100%;
}
a#backtotop:hover {
  color: #fff;
}
/*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: #30b2bd;
  float: left;
}
/* ===============================================
  Form Buttons
=============================================== */
form button {
  letter-spacing: normal;
  font-size: clamp( 12px, 0.9em , 18px );
  font-weight: 400;
  text-transform: uppercase;
  color: #0a72b9;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  height: 44px;
  padding: 0 1.5em;
  background-color: #30b2bd;
  border: 1px solid #30b2bd;
  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: linear-gradient(to right, transparent, #0a72b9, transparent);
  z-index: -1;
  transform: translateX(-100%);
  transition: transform 1s ease;
}
form button:hover {
  color: #fff;
}
form button:hover::before {
  transform: translateX(100%);
}
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: #30b2bd;
  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: #0a72b9;
}
/* ===============================================
  .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 #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( 38.5em , 90% );
    }
  }
  @media only screen and (min-width: 1300px) {
    .embed-container,
    .embed-container.ratio16x9 {
      max-width: min( 38.5em , 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;
  }
}
/* flipIn */
@keyframes flipIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) translateY(100%) translateZ(-160px) rotateY(180deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0) translateY(0) translateZ(0) rotateY(0);
  }
}
