/* 
 Site Manager Version: 14.2.0
 Date Created: April 2024
 
 Account: holland-james
 Written by: vita stillion
 
 Sesame Communications - All rights reserved. C2024
 Any reproduction or intentional misuse is strictly prohibited
*/
/* ===============================================
              options
 =============================================== */
/* ===============================================
                    colors
 =============================================== */
/* ===============================================
					fonts
=============================================== */
/* dancing-script-400 */
@font-face {
  font-display: swap;
  font-family: 'Dancing Script';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/dancing-script-400.woff2') format('woff2'), url('../fonts/dancing-script-400.ttf') format('truetype');
}
/* montserrat-200 */
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/montserrat-200.woff2') format('woff2'), url('../fonts/montserrat-200.ttf') format('truetype');
}
/* montserrat-400 */
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/montserrat-400.woff2') format('woff2'), url('../fonts/montserrat-400.ttf') format('truetype');
}
/* montserrat-400i */
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/montserrat-400i.woff2') format('woff2'), url('../fonts/montserrat-400i.ttf') format('truetype');
}
/* montserrat-500 */
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/montserrat-500.woff2') format('woff2'), url('../fonts/montserrat-500.ttf') format('truetype');
}
/* montserrat-600 */
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/montserrat-600.woff2') format('woff2'), url('../fonts/montserrat-600.ttf') format('truetype');
}
/* montserrat-700 */
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/montserrat-700.woff2') format('woff2'), url('../fonts/montserrat-700.ttf') format('truetype');
}
/* montserrat-700i */
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/montserrat-700i.woff2') format('woff2'), url('../fonts/montserrat-700i.ttf') format('truetype');
}
.fontD {
  font-family: "Dancing Script", cursive;
}
.fontM {
  font-family: "Montserrat", sans-serif;
}
/* ===============================================
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", sans-serif;
}
form button,
button {
  font-family: "Montserrat", sans-serif;
}
svg {
  display: inline-block;
}
body {
  font-size: 15px;
  color: #023962;
  background: #fff;
  overflow: hidden;
}
@media only screen and (min-width: 1300px) {
  body {
    font-size: 20px;
  }
}
/* ===============================================
	links 
=============================================== */
a {
  text-decoration: none;
}
#content a {
  color: #40b7ed;
  text-decoration: none;
  transition: color 0.33s ease-in-out;
}
#content a:hover {
  color: #faaa3d;
  text-decoration: none;
}
.home #content a {
  color: white;
}
.home #content a:hover {
  color: #fdd6a0;
}
/* ===============================================
	h family || hfam 
=============================================== */
h1,
h2:not(.topic),
h3:not(.topic),
h4,
h5,
h6 {
  line-height: 1;
  text-align: left;
  color: #023962;
  margin: 0 0 1.44em;
  text-rendering: auto;
}
h2:not(.topic),
h3:not(.topic),
h4,
h5,
h6 {
  text-transform: uppercase;
  font-weight: 500;
}
header.sub {
  background-color: #000000;
}
@media only screen and (max-width: 767px) {
  header.sub {
    padding: 2em 0;
    /* midTab 768oo */
  }
}
header.sub .hero {
  max-width: none;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  header.sub .hero {
    width: auto;
    min-width: 100%;
    height: 100%;
    aspect-ratio: 2000 / 695;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.8;
    /* midTab 768oo */
  }
}
@media only screen and (min-width: 768px) {
  header.sub .hero {
    width: 100%;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1999px) {
  header.sub .hero {
    width: 2000px;
    margin: 0 calc(-1000px + 50vw);
  }
}
.sub h1 {
  font-size: 10vw;
  font-family: "Dancing Script", cursive;
  text-align: center;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
  display: block;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 480px) {
  .sub h1 {
    font-size: 4em;
  }
}
@media only screen and (min-width: 768px) {
  .sub h1 {
    text-align: left;
    width: 90%;
    max-width: 16.1em;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0.75em;
    left: 0;
    /* midTab 768w */
  }
}
.home h1 {
  line-height: 1.09375;
  font-size: 8vw;
  margin-bottom: 1.25em;
  letter-spacing: 0.04em;
  font-weight: 500;
  text-transform: uppercase;
}
@media only screen and (min-width: 480px) {
  .home h1 {
    font-size: 1.6em;
  }
}
.home h1 .trait {
  display: block;
}
.home h1 .trait.top {
  font-family: "Dancing Script", cursive;
  font-weight: 400;
  color: white;
  line-height: 1.23333333;
  font-size: 1.875em;
  text-transform: none;
}
h2:not(.topic) {
  letter-spacing: 0.04em;
  font-size: 1.47058824em;
}
h3:not(.topic) {
  letter-spacing: 0.04em;
  font-size: 1.41176471em;
}
h4 {
  letter-spacing: 0.04em;
  font-size: 1.35294118em;
}
h5 {
  letter-spacing: 0.04em;
  font-size: 1.29411765em;
}
h6 {
  letter-spacing: 0.04em;
  font-size: 1.23529412em;
}
/* ===============================================
	containers
=============================================== */
.container {
  max-width: 64.5em;
}
/* ===============================================
	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;
  position: relative;
  z-index: 3000;
}
@media only screen and (min-width: 1300px) {
  #masthead {
    font-size: inherit;
    width: auto;
    position: fixed;
    top: 2em;
    right: 2.5%;
    left: 2.5%;
    background-color: rgba(255, 255, 255, 0.9);
  }
  .home #masthead {
    background-color: #ffffff;
  }
}
#masthead .container {
  max-width: none;
  width: calc( 100% -  34px );
}
@media only screen and (max-width: 1023px) {
  #masthead .container {
    width: 100%;
  }
}
/* ==================================================================
	main-nav
=================================================================== */
#main-nav {
  font-weight: 600;
  font-size: 1.2em;
  text-align: center;
  height: 44px;
  width: 44px;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 600;
  clear: both;
}
#main-nav .container {
  height: 100%;
  padding: 0;
}
#main-nav .trigger {
  line-height: 44px;
  color: #fff;
  width: 100%;
  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;
  transform: translate(-15px, 12px);
  cursor: pointer;
}
#main-nav .trigger:after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  background-color: #0a4d81;
  z-index: -1;
}
#main-nav .trigger .navicon {
  width: 12px;
  height: 8px;
  display: inline-block;
  vertical-align: 4px;
  position: relative;
}
#main-nav .trigger .navicon span {
  width: 100%;
  height: 2px;
  background: currentcolor;
  display: block;
  position: absolute;
  left: 0;
  opacity: 1;
  transform: translate(0, 0) rotate(0deg);
  transition: transform 0.3s ease;
}
#main-nav .trigger .navicon span:nth-child(1) {
  top: 0px;
}
#main-nav .trigger .navicon span:nth-child(2),
#main-nav .trigger .navicon span:nth-child(3) {
  top: 50%;
}
#main-nav .trigger .navicon span:nth-child(4) {
  top: 100%;
}
#main-nav .open .trigger {
  color: #fff;
}
#main-nav .open .trigger .navicon span:nth-child(1) {
  transform: translate(50%, 150%) scaleX(0);
}
#main-nav .open .trigger .navicon span:nth-child(4) {
  transform: translate(50%, -150%) scaleX(0);
}
#main-nav .open .trigger .navicon span:nth-child(2) {
  transform: translate(0, 0) rotate(45deg);
}
#main-nav .open .trigger .navicon span:nth-child(3) {
  transform: translate(0, 0) rotate(-45deg);
}
#main-nav ul {
  width: 100vw;
  margin: -44px 0 0;
  padding: 1em 0;
  background-color: rgba(255, 255, 255, 0.9);
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.99) 100%);
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.99) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.99) 100%);
  position: relative;
  float: right;
  z-index: 550;
}
#main-nav ul li {
  clear: both;
}
#main-nav ul li a[id] {
  letter-spacing: 0.05em;
  line-height: 44px;
  font-size: clamp( 12px, 0.75em , 15px );
  font-weight: 400;
  text-transform: uppercase;
  color: #0a4d81;
  width: auto;
  height: 44px;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: color 0.33s ease;
}
#main-nav ul li a[id] sup {
  font-size: 60%;
}
#main-nav ul li.open > a[id],
#main-nav ul li.active > a[id],
#main-nav ul li:hover > a[id] {
  color: #faaa3d;
  text-decoration: none;
  transition-duration: 0.15s;
}
#main-nav ul ul {
  width: 100%;
  margin: 0;
  padding: 0;
  background: rgba(10, 78, 129, 0.89);
  display: inline;
  float: left;
}
#main-nav ul ul li {
  width: 100%;
  background: none;
  float: left;
}
#main-nav ul ul li a {
  font-weight: 400;
  line-height: 44px;
  font-size: clamp( 12px, 0.65em , 13px );
  color: #fff;
  width: 100%;
  height: 44px;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
#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: #faaa3d;
  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 {
  padding: 1em 0;
}
#main-nav .open ul .open ul li {
  height: 44px;
  opacity: 1;
}
/* ===============================================
MAIN NAV - Large Tablet/Desktop Stylings
=============================================== */
@media only screen and (min-width: 1024px) {
  /* main-nav */
  #main-nav {
    font-size: inherit;
    width: 100%;
    height: 4.1em;
    margin-top: 2.1em;
    background: none;
    box-shadow: none;
    position: relative;
    top: auto;
    z-index: 2900;
  }
  #main-nav div.collapsible {
    margin: 0 auto;
  }
  #main-nav ul {
    height: 4.1em;
    width: auto;
    padding: 0;
    margin: 0 8.3em 0 0;
    background: none;
    position: static;
    float: right;
  }
  #main-nav ul li {
    height: 100%;
    margin: 0 1.65em 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: 2.66666667;
    text-align: center;
    height: 100%;
    z-index: 3000;
  }
  #main-nav ul ul {
    width: auto;
    height: auto;
    padding: 1em 0;
    position: absolute;
    display: none;
    z-index: 3000;
  }
  #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.69230769em;
    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.1em;
    top: 2.2em;
  }
  #main-nav ul li.contact-us:hover ul,
  #main-nav ul li.contact:hover ul {
    margin: 0;
    left: auto;
    right: -1.1em;
  }
  /*END*/
}
/* ==================================================================
	header
=================================================================== */
#hd {
  text-align: center;
  color: #40b7ed;
  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;
  }
}
/* ===============================================
	logo
=============================================== */
#logo {
  line-height: 0;
  font-size: 0.99em;
  width: 5.9em;
  margin: 0 auto 0 2%;
  display: block;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  #logo {
    padding: 0.33em 0 0;
    margin-bottom: -1em;
    /* midTab 1024oo */
  }
}
@media only screen and (min-width: 1024px) {
  #logo {
    font-size: inherit;
    margin: 0;
    position: absolute;
    top: 0.6em;
    left: 0;
  }
}
#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 img {
  width: 5.9em;
}
#logo svg {
  width: 5.9em;
  height: 5.2em;
}
/* ===============================================
	contact info
=============================================== */
#contactinfo {
  text-align: center;
  width: 100%;
  margin: 0 0 0.5em;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (min-width: 480px) {
  #contactinfo {
    width: auto;
    margin: 0 0.5em 0 0;
  }
}
#contactinfo .address {
  width: auto;
  margin-right: 1em;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 1023px) {
  #contactinfo .address {
    line-height: 44px;
    font-size: clamp( 12px, 1em , 20px );
  }
}
@media only screen and (min-width: 1024px) {
  #contactinfo .address {
    line-height: 1.5;
    font-size: 1em;
  }
}
#contactinfo .phone {
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 1023px) {
  #contactinfo .phone {
    line-height: 44px;
    font-size: clamp( 12px, 1em , 20px );
  }
}
@media only screen and (min-width: 1024px) {
  #contactinfo .phone {
    line-height: 1.5;
    font-size: 1em;
  }
}
#contactinfo a {
  color: #40b7ed;
  transition: color 0.33s ease-in-out;
}
#contactinfo a:hover {
  color: #023962;
}
/* ===============================================
	utility-nav
=============================================== */
#utilitynav {
  line-height: 0;
  width: auto;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 400;
}
#utilitynav ul {
  line-height: 0;
  width: auto;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
#utilitynav ul li {
  line-height: 0;
  width: auto;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
#utilitynav ul li:nth-child(n+2) {
  margin: 0 0 0 0.5em;
}
#utilitynav a {
  text-align: center;
  text-transform: uppercase;
  color: #000;
  padding: 0;
  background: #40b7ed;
  display: inline-block;
  vertical-align: top;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out;
}
@media only screen and (max-width: 1023px) {
  #utilitynav a {
    line-height: 44px;
    font-size: clamp( 12px, 0.65em , 13px );
  }
}
@media only screen and (min-width: 1024px) {
  #utilitynav a {
    line-height: 2.30769231;
    font-size: 0.65em;
  }
}
#utilitynav a:hover {
  color: #fff;
  background-color: #023962;
}
#utilitynav a.appointmentrequest {
  width: 13em;
}
#utilitynav a.patient-login {
  width: 9em;
}
/* ===============================================
	socialmedia
=============================================== */
.socialmedia {
  line-height: 0;
  text-align: center;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  display: inline-flex;
  justify-content: center;
  position: absolute;
}
@media only screen and (max-width: 1023px) {
  .socialmedia {
    right: 61px;
    top: 12px;
    /* midTab 1024oo */
  }
}
@media only screen and (min-width: 1024px) {
  .socialmedia {
    right: 0.8em;
    top: 2.35em;
    /* midTab 1024w */
  }
}
.socialmedia a {
  color: #fff;
  border-radius: 50%;
  margin: 0 2px 0 0;
  background: #53beef;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: transform 0.33s ease-in-out, background-color 0.33s ease-in-out;
}
@media only screen and (max-width: 1023px) {
  .socialmedia a {
    line-height: 44px;
    font-size: clamp( 12px, 0.55em , 11px );
    width: 44px;
    height: 44px;
  }
}
@media only screen and (min-width: 1024px) {
  .socialmedia a {
    line-height: 2.81818182;
    font-size: 0.55em;
    height: 2.81818182em;
    width: 2.81818182em;
  }
}
.socialmedia a:nth-child(1) {
  background-color: #53beef;
}
.socialmedia a:nth-child(2) {
  background-color: #64c4f1;
}
.socialmedia a:nth-child(3) {
  background-color: #81cff3;
}
.socialmedia a:nth-child(4) {
  background-color: #73caf2;
}
.socialmedia a:nth-last-of-type(1) {
  margin: 0;
}
.socialmedia a:hover {
  color: #fff;
  background: #faaa3d;
  z-index: 400;
}
.socialmedia a .icon {
  position: relative;
}
/* ==================================================================
	slideshow
=================================================================== */
#slideshow {
  font-size: 2vw;
  text-align: center;
  color: #fff;
  min-height: 55vw;
  background: #000;
  position: relative;
  z-index: 400;
}
@media only screen and (min-width: 1024px) {
  #slideshow {
    font-size: inherit;
    width: 100%;
    margin-top: 0;
    top: 0;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1999px) {
  #slideshow {
    min-height: 1125px;
  }
}
#slideshow .welcomevid {
  width: 100%;
  vertical-align: top;
  aspect-ratio: 16 / 9;
}
@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 .ssoverlay {
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  z-index: 420;
}
#slideshow .ssoverlay .logoW {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 20.35em;
  height: 17.7em;
  -webkit-filter: brightness(0%) invert(100%);
  filter: brightness(0%) invert(100%);
}
/* ==================================================================
	.spotlight
=================================================================== */
.spotlight {
  text-align: center;
  position: relative;
  z-index: 400;
}
.spotlight > div {
  position: relative;
}
/* ===============================================
	spot01 || COMMON GENERAL INFORMATION SPOTLIGHT SECTION
=============================================== */
.spot01 {
  color: #fff;
  background-color: #0a4e81;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 665px) {
  .spot01 {
    padding: 3em 0;
    /* custom 666oo */
  }
}
@media only screen and (min-width: 666px) {
  .spot01 {
    font-size: inherit;
    font-size: min(1.4vw, 1em);
    display: flex;
    justify-content: center;
  }
}
@media only screen and (min-width: 1300px) {
  .spot01 {
    /* desk 1300w */
  }
  .spot01[data-ready] .mod {
    transform: translate(5em, 0);
    opacity: 0;
  }
}
.spot01 .decoration {
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 479px) {
  .spot01 .decoration {
    width: 80%;
    /* mintab 480oo */
  }
}
@media only screen and (min-width: 480px) {
  .spot01 .decoration {
    width: 50vw;
    /* mintab 480w */
  }
}
@media only screen and (min-width: 666px) {
  .spot01 .decoration {
    width: 50%;
    max-width: 1000px;
    margin: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .spot01 .decoration {
    /* midTab 1024oo */
  }
}
@media only screen and (min-width: 1024px) {
  .spot01 .decoration {
    /* midTab 1024w */
  }
}
.spot01 .decoration .cycle-slide {
  width: 100%;
  display: block;
}
.spot01 .mod {
  width: 90%;
  max-width: 24em;
  padding: 2em 0 0;
  display: inline-block;
  vertical-align: middle;
  transition: transform 1.1s ease-in-out, opacity 0.66s ease-in-out;
}
@media only screen and (min-width: 666px) {
  .spot01 .mod {
    font-size: 1rem;
    width: 50%;
    max-width: 1000px;
    margin: 0;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* custom 666w */
  }
}
@media only screen and (min-width: 768px) {
  .spot01 .mod {
    text-align: left;
    padding: 0;
  }
}
@media only screen and (min-width: 1300px) {
  .spot01 .mod {
    font-size: 20px;
    /* desk 1300w */
  }
}
.spot01 h2.topic {
  line-height: 1.40625;
  font-size: 1.6em;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #40b7ed;
  margin: 0 0 0.5em;
}
@media only screen and (min-width: 768px) {
  .spot01 h2.topic {
    max-width: 13.6875em;
    /* midTab 768w */
  }
}
@media only screen and (max-width: 1023px) {
  .spot01 h2.topic {
    margin: 0 0 1.5em;
    /* midTab 1024oo */
  }
}
@media only screen and (min-width: 1300px) {
  .spot01 h2.topic {
    width: 100%;
    /* desk 1300w */
  }
}
.spot01 h2.topic .trait {
  font-family: "Dancing Script", cursive;
  text-transform: none;
  color: white;
  letter-spacing: 0;
  line-height: 0.61666667;
  font-size: 1.875em;
  font-weight: 400;
  margin-right: 0.09em;
}
.spot01 .info {
  line-height: 1.76470588;
  margin: 0 0 2.88235294em;
  max-width: 25.76470588em;
}
@media only screen and (max-width: 1023px) {
  .spot01 .info {
    display: none;
    /* midTab 1024oo */
  }
}
@media only screen and (min-width: 1024px) {
  .spot01 .info {
    display: block;
    /* midTab 1024w */
  }
}
@media only screen and (max-width: 1299px) {
  .spot01 .info {
    font-size: clamp( 12px, 0.85em , 17px );
  }
}
@media only screen and (min-width: 1300px) {
  .spot01 .info {
    font-size: 0.85em;
  }
}
.spot01 .spot01pager {
  display: block;
  width: 100%;
  max-width: 21.9em;
}
.spot01 .spot01pager .sentinel {
  display: none;
}
.spot01 .spotbtn {
  width: calc( 49% - 0.75em );
  max-width: 8.9em;
  height: 5.95em;
  margin: 0 0.375em;
  outline: 1px solid #fff;
  outline-offset: -1px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out, outline-color 0.33s ease-in-out;
}
.spot01 .spotbtn.cycle-pager-active,
.spot01 .spotbtn:hover {
  color: #0a4e81;
  background-color: #faaa3d;
  outline-color: #faaa3d;
}
.spot01 .spotbtn.cycle-pager-active .ornament .beams,
.spot01 .spotbtn:hover .ornament .beams {
  transform: skewX(0deg) rotateX(0deg) scale(1);
  transition-duration: 0.75s;
  transition-delay: 0.33s;
  transition-timing-function: linear;
}
.spot01 .spotbtn.cycle-pager-active .ornament .tower,
.spot01 .spotbtn:hover .ornament .tower {
  transform: scale(1);
  transition-duration: 0.66s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
}
.spot01 .spotbtn.cycle-pager-active h3.topic,
.spot01 .spotbtn:hover h3.topic {
  color: #023962;
}
.spot01 .spotbtn .ornament {
  width: auto;
  max-width: 8.13333333em;
  height: 100%;
  max-height: 7.93333333em;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.spot01 .spotbtn .ornament .beams {
  transition: transform 0s linear;
  transform-origin: 65.57377049% 7.56302521%;
  transform: skewX(-270deg) rotateX(180deg) scale(0);
}
.spot01 .spotbtn .ornament .tower {
  transition: transform 0.15s linear 0.12s;
  transform-origin: 65.57377049% 100%;
  transform: scaleY(0);
}
.spot01 .spotbtn h3.topic {
  letter-spacing: 0.14em;
  line-height: 1.4;
  text-align: left;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 1.13333333em 1.46666667em;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  transition: color 0.33s ease-in-out;
}
@media only screen and (max-width: 1299px) {
  .spot01 .spotbtn h3.topic {
    font-size: clamp( 12px, 0.75em , 15px );
  }
}
@media only screen and (min-width: 1300px) {
  .spot01 .spotbtn h3.topic {
    font-size: 0.75em;
  }
}
/* ==================================================================
	subnav
=================================================================== */
#subnav {
  text-align: center;
  color: #000;
  padding: 2.225em 0;
  background-color: #40b7ed;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  #subnav {
    text-align: left;
  }
}
@media only screen and (min-width: 1300px) {
  #subnav .container {
    display: block;
    /* desk 1300w */
  }
}
#subnav p {
  letter-spacing: 0.05em;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 1299px) {
  #subnav p {
    line-height: 44px;
    font-size: clamp( 12px, 0.7em , 14px );
  }
}
@media only screen and (min-width: 1300px) {
  #subnav p {
    line-height: 1.35714286;
    font-size: 0.7em;
    width: 60%;
  }
}
#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:hover,
#subnav a.active {
  color: #023962;
  text-decoration: none;
}
#subnav .divider {
  display: none;
}
@media only screen and (min-width: 1024px) {
  #subnav .divider {
    margin: 0 1em;
    display: inline-block;
    vertical-align: top;
  }
}
/* ==================================================================
	content
=================================================================== */
#bd {
  padding: 3em 0;
  background: #fff;
  position: relative;
  z-index: 400;
}
@media only screen and (min-width: 768px) {
  #bd {
    padding: 5em 0 6em;
  }
}
#bd .container {
  width: 90%;
  max-width: 64.5em;
}
#content {
  display: block;
}
@media only screen and (min-width: 768px) {
  #content {
    width: 57.6744186%;
    max-width: 37.2em;
    float: left;
  }
}
#content .content-text {
  line-height: 1.76470588;
}
@media only screen and (min-width: 1300px) {
  #content .content-text {
    font-size: 0.85em;
  }
}
/* ==================================================================
	.home content
=================================================================== */
.home #bd {
  padding: 3em 0;
  background: #40b7ed;
}
@media only screen and (min-width: 768px) {
  .home #bd {
    padding: 5em 0;
  }
}
@media only screen and (min-width: 1300px) {
  .home #bd {
/*    padding: 11.5em 0;*/
    min-height: 60em;
    /* desk 1300w */
  }
  .home #bd[data-ready] .mod {
    transform: translate(-5em, 0);
    opacity: 0;
  }
  .home #bd:after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    width: 50vw;
    left: 50%;
    z-index: -1;
  }
}
.home #bd .container {
  width: 90%;
  max-width: 71.3em;
}
@media only screen and (min-width: 1300px) {
  .home #bd .container {
    width: 100%;
    max-width: none;
    /* desk 1300w */
  }
}
@media only screen and (min-width: 768px) {
  .home #bd #content {
    width: 81%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
}
@media only screen and (min-width: 1300px) {
  .home #bd #content {
    width: 50vw;
    margin-left: 0;
  }
}
.home #bd #content .mod {
  transition: transform 1.1s ease-in-out, opacity 0.66s ease-in-out;
}
@media only screen and (min-width: 1300px) {
  .home #bd #content .mod {
/*    width: 46.5%;*/
    max-width: 465px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    /* desk 1300w */
  }
}
@media only screen and (min-width: 768px) {
  .home #bd #content p {
/*    text-align: justify;*/
  }
}
.home #bd .ornament {
  position: absolute;
  top: 6.45em;
  left: 50%;
  width: 50vw;
}
@media only screen and (max-width: 1299px) {
  .home #bd .ornament {
    display: none;
    /* desk 1300oo */
  }
}
@media only screen and (min-width: 1300px) {
  .home #bd .ornament {
    display: block;
    /* desk 1300w */
  }
  .home #bd .ornament img {
    width: 70.8%;
    max-width: 708px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
/* ==================================================================
	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: #40b7ed;
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  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-slideshow {
  display: flex!important;
}
.mediaslider.multi .cycle-slideshow 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: #40b7ed;
  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: #023962;
}
.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: '';
  width: auto;
  height: auto;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  top: -1.68em;
  z-index: -1;
  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%);
}
.mediaslider .cycle-caption.large {
  position: relative;
}
.mediaslider .cycle-caption.large:after {
  background: #023962;
  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;
}
.before-and-after hr,
.office-tour hr,
.smile-gallery hr,
.invisalign-videos hr {
  margin-left: auto;
  margin-right: auto;
}
/* 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: 10em;
  }
}
/* 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;
}
.before-and-after .mediaslider img{
  max-width: 600px;
}
/* ==================================================================
	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.52173913;
  font-size: 1.35294118em;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  color: #40b7ed;
  transition-duration: 0s;
}
.sitemap #content ul ul li a {
  line-height: 1.76470588;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  color: #40b7ed;
  margin-left: 0;
}
.sitemap #content a:hover {
  color: #023962;
  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: 20.15em;
  margin: 0 auto 6%;
  padding: 0;
  display: none;
  position: relative;
  z-index: 420;
}
@media only screen and (min-width: 768px) {
  #sidebar {
    width: 31.24031008%;
    margin: 0 0 1em;
    display: block;
    float: right;
    clear: right;
  }
}
/* ===============================================
	sitepics
=============================================== */
#hide-stock {
  position: relative;
}
.stock {
  width: 100%;
  margin-bottom: 3px;
  position: relative;
}
/* ===============================================
	show doctor image on all devices
=============================================== */
/*.home,*/
/*body[class^='meet-the-'],*/
/*body[class^='meet-our-'],*/
.meet-caroline-tahk-dmd-ms-abo #sidebar,
.meet-james-holland-dmd #sidebar,
.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 */
/* ===============================================
	spot02 || COMMON SERVICES/CALLOUT-LIKE SECTION EXAMPLE
=============================================== */
.spot02 {
  font-size: 3.2vw;
  text-align: center;
  padding: 2em 0;
  margin: 0;
  background: #f6f6f6 no-repeat center top;
  position: relative;
  z-index: 410;
}
@media only screen and (min-width: 480px) {
  .spot02 {
    font-size: inherit;
    font-size: min(1.7vw, 1em);
    padding: 4.45em 0 4.25em 0;
  }
}
@media only screen and (min-width: 2000px) {
  .spot02 {
    background-size: 100% auto;
    /* custom 2000w */
  }
}
.spot02 a {
  color: #023962;
  max-width: 11.55em;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: transform 0.33s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .spot02 a {
    width: 44%;
    margin: 5% 2%;
  }
}
@media only screen and (min-width: 768px) {
  .spot02 a {
    width: 21%;
    width: calc(25% - 2em);
    margin: 0 0.35em;
  }
}
@media only screen and (min-width: 1024px) {
  .spot02 a {
    width: 11.55em;
    height: 11.55em;
    padding: 2.7em 0 0;
    /* midTab 1024w */
  }
}
.spot02 a:hover {
  z-index: 400;
}
.spot02 a:hover:after {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}
.spot02 a:after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  background: #faaa3d;
  opacity: 0;
  transform: translate(0, 0) scale(0.5);
  z-index: -1;
  transition: transform 0.66s ease-in-out, opacity 0.33s ease-in-out;
}
@media only screen and (max-width: 1023px) {
  .spot02 a:after {
    display: none;
    /* midTab 1024oo */
  }
}
.spot02 a .icon {
  width: 3.25em;
  height: 2.6em;
  margin: 0 auto 0.55em;
  transition: transform 0.33s ease-in-out;
  fill: #0a4e81;
}
.spot02 a h2.topic {
  line-height: 1.09090909;
  font-weight: 400;
  text-transform: uppercase;
  color: currentcolor;
  width: 100%;
  display: block;
}
@media only screen and (max-width: 1299px) {
  .spot02 a h2.topic {
    font-size: clamp( 12px, 1.1em , 22px );
  }
}
@media only screen and (min-width: 1300px) {
  .spot02 a h2.topic {
    font-size: 1.1em;
  }
}
.spot02 a h2.topic .trait {
  display: block;
}
/* ===============================================
	spot03 || COMMON SERVICES/CALLOUT-LIKE SECTION EXAMPLE
=============================================== */
.spot03 {
  font-size: 3.2vw;
  text-align: center;
  padding: 3em 0;
  margin: 0;
  background: #0a4e81 no-repeat center top;
  position: relative;
  z-index: 410;
}
@media only screen and (min-width: 480px) {
  .spot03 {
    font-size: inherit;
    font-size: min(1.7vw, 1em);
  }
}
@media only screen and (min-width: 1024px) {
  .spot03 {
    padding: 3.9em 0 4em;
    min-height: 29.7em;
    /* midTab 1024w */
  }
}
@media only screen and (min-width: 1300px) {
  .spot03 {
    background-position: 50% 99%;
    /* desk 1300w */
  }
  .spot03.active {
    will-change: background-position;
  }
}
@media only screen and (min-width: 2000px) {
  .spot03 {
    background-size: 100% auto;
    /* custom 2000w */
  }
}
.spot03:after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(10, 78, 129, 0.84);
}
.spot03 a {
  color: white;
  max-width: 16.25em;
  padding: 2em 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: transform 0.33s ease-in-out;
  z-index: 400;
  overflow: hidden;
}
@media only screen and (max-width: 479px) {
  .spot03 a {
    width: 44%;
    margin: 4% 2%;
    /* mintab 480oo */
  }
}
@media only screen and (min-width: 480px) {
  .spot03 a {
    width: 21%;
    width: calc(25% - 2em);
    margin: 0 0.5em;
    /* mintab 480w */
  }
}
@media only screen and (min-width: 1024px) {
  .spot03 a {
    min-height: 21.65em;
    padding-top: 4.1em;
    /* midTab 1024w */
  }
}
.spot03 a:before,
.spot03 a:after {
  content: '';
  opacity: 0.5;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  transform: translate3d(0, 0, 0) scaleX(0);
  transition: transform 0.66s ease-in-out, opacity 0.66s ease-in-out, width 0.33s ease-in-out;
}
.spot03 a:before {
  left: 0;
  right: auto;
  transform-origin: 0 0;
  background: -moz-linear-gradient(left, rgba(64, 183, 237, 0.3) 0%, rgba(125, 185, 232, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(64, 183, 237, 0.3)), color-stop(100%, rgba(125, 185, 232, 0)));
  background: -webkit-linear-gradient(left, rgba(64, 183, 237, 0.3) 0%, rgba(125, 185, 232, 0) 100%);
  background: -o-linear-gradient(left, rgba(64, 183, 237, 0.3) 0%, rgba(125, 185, 232, 0) 100%);
  background: -ms-linear-gradient(left, rgba(64, 183, 237, 0.3) 0%, rgba(125, 185, 232, 0) 100%);
  background: linear-gradient(to right, rgba(64, 183, 237, 0.3) 0%, rgba(125, 185, 232, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d40b7ed', endColorstr='#007db9e8', GradientType=1);
}
.spot03 a:after {
  right: 0;
  left: auto;
  transform-origin: 100% 0;
  background: -moz-linear-gradient(left, rgba(125, 185, 232, 0) 0%, rgba(64, 183, 237, 0.3) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(125, 185, 232, 0)), color-stop(100%, rgba(64, 183, 237, 0.3)));
  background: -webkit-linear-gradient(left, rgba(125, 185, 232, 0) 0%, rgba(64, 183, 237, 0.3) 100%);
  background: -o-linear-gradient(left, rgba(125, 185, 232, 0) 0%, rgba(64, 183, 237, 0.3) 100%);
  background: -ms-linear-gradient(left, rgba(125, 185, 232, 0) 0%, rgba(64, 183, 237, 0.3) 100%);
  background: linear-gradient(to right, rgba(125, 185, 232, 0) 0%, rgba(64, 183, 237, 0.3) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007db9e8', endColorstr='#4d40b7ed', GradientType=1);
}
.spot03 a:hover {
  z-index: 400;
}
.spot03 a:hover:before,
.spot03 a:hover:after {
  transform: translate3d(0, 0, 0) scaleX(1);
  opacity: 1;
  width: 100%;
}
.spot03 a .icon {
  border-radius: 50%;
  border: solid 0.1em #ffffff;
  width: 8.4em;
  height: 8.4em;
  margin: 0 auto 1em;
  position: relative;
  z-index: 420;
  transition: transform 0.33s ease-in-out;
}
.spot03 a .icon path {
  transform: translate(0, 3%);
}
.spot03 a h2.topic {
  font-family: "Dancing Script", cursive;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
  color: currentcolor;
  width: 100%;
  display: block;
  position: relative;
  z-index: 420;
  margin-bottom: 0.4em;
}
@media only screen and (max-width: 1299px) {
  .spot03 a h2.topic {
    font-size: clamp( 12px, 1.837em , 36.74px );
  }
}
@media only screen and (min-width: 1300px) {
  .spot03 a h2.topic {
    font-size: 1.837em;
  }
}
.spot03 a .detail {
  line-height: 1.64285714;
  font-weight: 300;
  text-transform: uppercase;
  color: currentcolor;
  width: 100%;
  margin-bottom: 0.3em;
  position: relative;
  z-index: 420;
}
@media only screen and (max-width: 1023px) {
  .spot03 a .detail {
    display: none;
    /* midTab 1024oo */
  }
}
@media only screen and (min-width: 1024px) {
  .spot03 a .detail {
    display: block;
    /* midTab 1024w */
  }
}
@media only screen and (max-width: 1299px) {
  .spot03 a .detail {
    font-size: clamp( 12px, 0.7em , 14px );
  }
}
@media only screen and (min-width: 1300px) {
  .spot03 a .detail {
    font-size: 0.7em;
  }
}
/* ==================================================================
	#ft
=================================================================== */
#ft {
  text-align: center;
  color: #023962;
  width: 100%;
  padding: 0;
  background: #90dbee no-repeat center center;
  background-size: cover;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
}
@media only screen and (min-width: 1300px) {
  #ft {
    background-size: auto 100%;
  }
}
#ft a {
  color: #023962;
  transition: color 0.33s ease-in-out;
}
#ft a:hover {
  color: #40b7ed;
}
/* ===============================================
		locations
=============================================== */
#location {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.86);
  display: block;
}
@media only screen and (max-width: 767px) {
  #location {
    padding: 3em 0 1em;
    /* midTab 768oo */
  }
}
@media only screen and (min-width: 768px) {
  #location {
    padding: 3em 0;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 1300px) {
  #location {
    text-align: right;
    width: 50%;
    height: 32.95em;
    padding: 6.9em 0 0;
    margin-right: 50%;
  }
}
#location .mod {
  width: 100%;
  max-width: 35.15em;
  display: block;
}
@media only screen and (max-width: 1299px) {
  #location .mod {
    text-align: center;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1300px) {
  #location .mod {
    text-align: right;
    margin: 0 0 0 auto;
  }
}
#location .logo {
  line-height: 0;
  text-align: center;
  margin: 0 auto 2.6em;
  display: block;
}
#location .logo img {
  width: 11em;
}
@media only screen and (min-width: 480px) {
  #location .loc {
    width: 48%;
    display: inline-block;
    vertical-align: top;
    /* mintab 480w */
  }
}
@media only screen and (min-width: 480px) and (max-width: 1299px) {
  #location .loc.ipsw {
    width: 36%;
  }
}
@media only screen and (min-width: 1300px) {
  #location .loc {
    width: 46%;
    /* desk 1300w */
  }
}
#location .address {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0 auto;
  display: block;
}
@media only screen and (min-width: 768px) {
  #location .address {
    text-align: left;
  }
}
@media only screen and (max-width: 1299px) {
  #location .address {
    line-height: 17.6px;
    font-size: clamp( 12px, 0.75em , 15px );
    padding: 8.8px 0;
  }
}
@media only screen and (min-width: 1300px) {
  #location .address {
    line-height: 1.2;
    font-size: 0.75em;
  }
}
#location .address .icon,
#location .address .marker {
  transition: transform 0.33s ease-in-out;
  transform-origin: center bottom;
}
#location .address .icon:before,
#location .address .marker:before {
  content: '\f041';
  color: currentcolor;
}
#location .address .icon.newb,
#location .address .marker.newb {
  color: #40b7ed;
}
#location .address .icon.ipsw,
#location .address .marker.ipsw {
  color: #faaa3d;
}
#location .address .icon {
  line-height: 1;
  font-size: 3.4em;
}
@media only screen and (max-width: 767px) {
  #location .address .icon {
    margin-bottom: 0.12em;
    /* midTab 768oo */
  }
}
@media only screen and (min-width: 768px) {
  #location .address .icon {
    width: 1em;
    display: inline-block;
    vertical-align: top;
    position: relative;
    /* midTab 768w */
  }
}
#location .address .marker {
  line-height: 1;
  font-size: 4.144em;
  color: #40b7ed;
  display: block;
  position: absolute;
  left: 50%;
  z-index: 400;
}
@media only screen and (max-width: 1299px) {
  #location .address .marker {
    display: none;
    /* desk 1300oo */
  }
}
@media only screen and (min-width: 1300px) {
  #location .address .marker {
    display: block;
    /* desk 1300w */
  }
}
#location .address .marker:after {
  content: '';
  width: 0.96969697em;
  height: 0.87878788em;
  background: url(../images/footer/shadow.png) no-repeat center center;
  background-size: cover;
  position: absolute;
  bottom: -0.025em;
  left: 0.075em;
  z-index: -1;
  -webkit-filter: blur(0.04125em);
  filter: blur(0.04125em);
  pointer-events: none;
}
#location .address .marker.newb {
  margin-left: 4.97104247em;
  top: 1.60875161em;
}
#location .address .marker.ipsw {
  margin-left: 6.66023166em;
  top: 8.01158301em;
}
@media only screen and (min-width: 768px) {
  #location .address .street {
    display: inline-block;
    vertical-align: top;
    position: relative;
    /* midTab 768w */
  }
}
#location .address:hover .icon {
  transform: translate3d(0, 0, 0) scale(1.2);
}
#location .address:hover .marker {
  transform: translate3d(0, 0, 0) scale(2);
}
#location .phone {
  letter-spacing: 0.08em;
  font-weight: 700;
  display: block;
}
@media only screen and (max-width: 767px) {
  #location .phone {
    line-height: 44px;
    font-size: clamp( 12px, 0.75em , 15px );
  }
}
@media only screen and (min-width: 768px) {
  #location .phone {
    line-height: 1.2;
    font-size: 0.75em;
    text-align: left;
    padding-left: 3.4em;
    transform: translate(0, -69%);
  }
}
/* ==================================================================
		#links
=================================================================== */
#links {
  text-align: center;
  color: #023962;
  position: relative;
  z-index: 420;
}
@media only screen and (max-width: 767px) {
  #links {
    margin: 2.825em 0 0;
  }
}
@media only screen and (min-width: 768px) {
  #links {
    margin: 5.65em 0 0;
  }
}
@media only screen and (min-width: 1300px) {
  #links {
    height: 5.5em;
    width: 50%;
    max-width: 38.85em;
    padding: 0;
    margin: 0;
    display: block;
    position: absolute;
    right: 50%;
    bottom: 0;
  }
}
#links .util {
  display: inline;
  font-weight: 500;
}
@media only screen and (max-width: 1299px) {
  #links .util {
    line-height: 44px;
    font-size: clamp( 12px, 0.6em , 12px );
  }
}
@media only screen and (min-width: 1300px) {
  #links .util {
    line-height: 3.66666667;
    font-size: 0.6em;
  }
}
#links .util a {
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #023962;
  transition: color 0.33s ease-in-out;
}
#links .util a:hover {
  color: #40b7ed;
}
#links .util a,
#links .util .divider {
  display: inline-block;
}
#links .util .divider {
  margin: 0 0.4em;
}
@media only screen and (max-width: 479px) {
  #links .util .divider {
    display: none;
    /* mintab 480oo */
  }
}
/* ===============================================
		sesame link
=============================================== */
@media only screen and (max-width: 479px) {
  a#sesame-link {
    width: 100%;
  }
}
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: auto;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
a#backtotop {
  font-size: 20px;
  color: #faaa3d;
  width: 44px;
  display: inline-block;
  vertical-align: top;
  transition: color 0.33s ease-in-out;
}
@media only screen and (max-width: 1299px) {
  a#backtotop {
    line-height: 44px;
  }
}
@media only screen and (min-width: 1300px) {
  a#backtotop {
    line-height: 2.2;
  }
}
a#backtotop:hover {
  color: #40b7ed;
}
/*superlative*/
/************************************************************************************************************************************************/
/* hr element - div.hr */
hr,
.types-of-braces #content div.clear {
  font-size: inherit;
  height: 2px;
  width: 6.47058824em;
  margin: 1.58em auto 1.58em 0;
  background: #faaa3d;
  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: #40b7ed;
  float: left;
}
/* ===============================================
	Form Buttons
=============================================== */
form button {
  letter-spacing: normal;
  font-size: clamp( 12px, 0.85em , 17px );
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  height: 44px;
  padding: 0 1.5em;
  background-color: #40b7ed;
  border: 1px solid #40b7ed;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out, border-color 0.33s ease-in-out;
}
form button:hover {
  color: #fff;
  border-color: #023962;
  background-color: #023962;
}
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: #40b7ed;
  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: #023962;
}
/* ===============================================
	.screenreader 
	a11y support for descriptive text on vaguely worded buttons
	https://gomakethings.com/hidden-content-for-better-a11y/#hidden-labels
=============================================== */
.screenreader {
  white-space: nowrap;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
/************************************************************************************************************************************************/
/* end superlatives */
/* ===============================================
Tablet || Supports 768px and up
=============================================== */
@media only screen and (min-width: 768px) {
  /* ===============================================
	blanket content sidebar hide
=============================================== */
  .sitemap #bd.sub:after,
  .layout-full-width #bd.sub:after {
    content: none;
  }
  .sitemap #content,
  .layout-full-width #content {
    width: 100%;
    max-width: 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( 43.76470588em , 90% );
    }
  }
  @media only screen and (min-width: 1300px) {
    .embed-container,
    .embed-container.ratio16x9 {
      max-width: min( 43.76470588em , 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;
  }
}
