/* 
 Site Manager Version: 14.2.0
 Date Created: March 2024
 
 Account: cummings-kristen2
 Written by: james stillion
 
 Sesame Communications - All rights reserved. C2024
 Any reproduction or intentional misuse is strictly prohibited
*/
/* ===============================================
					fonts
=============================================== */
/* jost-300 */
@font-face {
  font-display: swap;
  font-family: 'Jost';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/jost-300.woff2') format('woff2'), url('../fonts/jost-300.ttf') format('truetype');
}
/* jost-400 */
@font-face {
  font-display: swap;
  font-family: 'Jost';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/jost-400.woff2') format('woff2'), url('../fonts/jost-400.ttf') format('truetype');
}
/* jost-400i */
@font-face {
  font-display: swap;
  font-family: 'Jost';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/jost-400i.woff2') format('woff2'), url('../fonts/jost-400i.ttf') format('truetype');
}
/* jost-700 */
@font-face {
  font-display: swap;
  font-family: 'Jost';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/jost-700.woff2') format('woff2'), url('../fonts/jost-700.ttf') format('truetype');
}
/* jost-700i */
@font-face {
  font-display: swap;
  font-family: 'Jost';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/jost-700i.woff2') format('woff2'), url('../fonts/jost-700i.ttf') format('truetype');
}
/* prata-400 */
@font-face {
  font-display: swap;
  font-family: 'Prata';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/prata-400.woff2') format('woff2'), url('../fonts/prata-400.ttf') format('truetype');
}
.fontJ {
  font-family: 'Jost', sans-serif;
}
.fontP {
  font-family: 'Prata', 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: 'Jost', sans-serif;
}
form button,
button {
  font-family: 'Jost', sans-serif;
  text-transform: uppercase !important;
  font-weight: 300 !important;
}
svg {
  display: inline-block;
}
body {
  font-size: 15px;
  color: #121212;
  background: #fff;
  overflow: hidden;
}
@media only screen and (min-width: 1300px) {
  body {
    font-size: 20px;
    /* desk 1300w */
  }
}
/* ===============================================
	links 
=============================================== */
a {
  text-decoration: none;
}
#content a {
  color: #261e64;
  text-decoration: underline;
  transition: color 0.33s ease-in-out;
}
#content a:hover {
  color: #2179bf;
  text-decoration: none;
}
/* ===============================================
	h family || hfam 
=============================================== */
h1,
h2:not(.topic),
h3:not(.topic),
h4,
h5,
h6 {
  line-height: 1;
  text-align: left;
  font-weight: 400;
  color: #555;
  margin: 0 0 1.44em;
  text-rendering: auto;
}
h1,
h2:not(.topic) {
  font-family: 'Prata', serif;
  color: #0f176a;
}
h3:not(.topic),
h4,
h5,
h6 {
  text-transform: uppercase;
}
.sub h1 {
  font-size: 10vw;
  margin-bottom: 0.55882353em;
}
@media only screen and (min-width: 480px) {
  .sub h1 {
    font-size: 3.4em;
    /* mintab 480w */
  }
}
@media only screen and (max-width: 1299px) {
  .home #content header {
    margin-bottom: 2.1em;
    /* desk 1300oo */
  }
}
@media only screen and (min-width: 1300px) {
  .home #content header {
    font-size: min(1.2vw, 1em);
    width: 100%;
    position: absolute;
    top: 3.65em;
    right: calc( 100% + 4em);
    /* desk 1300w */
  }
}
.home h1 {
  line-height: 1.2;
  font-size: 10vw;
  text-align: center;
  text-transform: lowercase;
  color: #2179bf;
  margin: 0;
}
@media only screen and (min-width: 480px) {
  .home h1 {
    font-size: 3.4em;
    /* mintab 480w */
  }
}
@media only screen and (min-width: 1300px) {
  .home h1 {
    text-align: right;
    /* desk 1300w */
  }
}
.home h1 .trait {
  font-family: 'Jost', sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  color: #0f176a;
  display: block;
}
.home h1 .trait.top {
  letter-spacing: 0.26em;
  line-height: 1;
  font-size: 0.51470588em;
}
.home h1 .trait.bottom {
  letter-spacing: 0.14em;
  line-height: 1;
  font-size: 0.55882353em;
}
h2:not(.topic) {
  font-size: 1.31578947em;
}
h3:not(.topic) {
  font-size: 1.21052632em;
  color: #268ccc;
}
h4 {
  font-size: 1.10526316em;
}
h5 {
  font-size: 1.05263158em;
}
h6 {
  font-size: 1em;
}
/* ===============================================
	containers
=============================================== */
.container {
  max-width: 66em;
}
/* ===============================================
	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;
  /* list-style-image:none; */
}
/* ==================================================================
	masthead
=================================================================== */
#masthead {
  width: 100%;
  padding: 0;
  background-color: #fff;
  position: relative;
  z-index: 3000;
}
@media only screen and (min-width: 1300px) {
  #masthead {
    font-size: inherit;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3000;
    /* desk 1300w */
  }
}
@media only screen and (max-width: 1023px) {
  #masthead .container {
    width: 100%;
    max-width: none;
    /* midTab 1024oo */
  }
}
@media only screen and (max-width: 767px) {
  #masthead .mod {
    right: 45px;
    /* midTab 768oo */
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #masthead .mod {
    right: 47px;
    /* range */
  }
}
@media only screen and (max-width: 1023px) {
  #masthead .mod {
    width: auto;
    position: absolute;
    top: 0;
    /* midTab 1024oo */
  }
}
/* ==================================================================
	main-nav
=================================================================== */
#main-nav {
  font-size: 1.2em;
  text-align: center;
  text-transform: uppercase;
  height: 44px;
  width: 44px;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 600;
  clear: both;
}
@media only screen and (max-width: 1023px) {
  #main-nav {
    background-color: #268ccc;
    /* midTab 1024oo */
  }
}
#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;
  cursor: pointer;
}
#main-nav .trigger .navicon {
  width: 12px;
  height: 8px;
  display: inline-block;
  position: relative;
  top: -0.3em;
}
#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: #2179bf;
}
#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] {
  line-height: 2.66666667;
  font-size: 0.75em;
  color: #302c76;
  width: auto;
  height: 2.66666667em;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: color 0.33s ease;
}
#main-nav ul li a[id]:after {
  content: '';
  width: 100%;
  height: 4px;
  background-color: currentcolor;
  display: block;
  position: absolute;
  left: 0;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  transform: translate3d(0, 0, 0) scaleX(0);
  opacity: 0;
}
@media only screen and (max-width: 1023px) {
  #main-nav ul li a[id]:after {
    bottom: 6px;
    /* midTab 1024oo */
  }
}
@media only screen and (min-width: 1024px) {
  #main-nav ul li a[id]:after {
    bottom: 1.86666667em;
    /* midTab 1024w */
  }
}
#main-nav ul li.open > a[id],
#main-nav ul li.active > a[id],
#main-nav ul li:hover > a[id] {
  color: #2179bf;
  text-decoration: none;
  transition-duration: 0.15s;
}
#main-nav ul li.open > a[id]:after,
#main-nav ul li.active > a[id]:after,
#main-nav ul li:hover > a[id]:after {
  transition-duration: 0.15s;
  transform: translate3d(0, 0, 0) scaleX(1);
  opacity: 1;
}
#main-nav ul ul {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #268ccb;
  display: inline;
  float: left;
}
#main-nav ul ul li {
  width: 100%;
  background: none;
  float: left;
}
#main-nav ul ul li a {
  line-height: 2.66666667;
  font-size: 0.75em;
  color: #fff;
  width: 100%;
  height: 2.66666667em;
  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: #2179bf;
  margin-bottom: 0;
  background: #fff;
  border: none;
}
/* main-nav make li fly in all cool */
#main-nav .collapsible.open > ul {
  animation: flyinmobilenav 0.4s 1;
}
#main-nav .collapsible.open ul ul {
  animation: none;
}
/* make flyouts expand on mobile */
#main-nav ul ul li {
  height: 0;
  overflow: hidden;
  transition-duration: 0.33s;
  opacity: 0;
}
@media only screen and (max-width: 1023px) {
  #main-nav ul ul li {
    /* midTab 1024oo */
  }
}
/* all about that open class */
#main-nav .open ul {
  display: inline-block;
}
#main-nav .open ul .open ul {
  padding: 1em 0;
}
#main-nav .open ul .open ul li {
  height: 2em;
  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: 3.2em;
    margin-top: 1.55em;
    background: none;
    box-shadow: none;
    position: relative;
    top: auto;
    z-index: 2900;
  }
  #main-nav .container {
    width: 96%;
    max-width: right;
  }
  #main-nav div.collapsible {
    margin: 0 auto;
  }
  #main-nav ul {
    height: 3.2em;
    width: auto;
    padding: 0;
    margin: 0;
    background: none;
    position: static;
    float: right;
  }
  #main-nav ul li {
    height: 100%;
    margin: 0 1.1em 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 1.275em;
    position: absolute;
    display: none;
    z-index: 2800;
  }
  #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.66666667;
    text-align: left;
    white-space: nowrap;
    height: 1.66666667em;
    padding: 0 1.66666667em;
    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: 0em;
    /*top:37px;*/
  }
  #main-nav ul li.contact-us:hover ul,
  #main-nav ul li.contact:hover ul {
    margin: 0;
    left: auto;
    right: 0em;
  }
  /*END*/
}
/* ==================================================================
	header
=================================================================== */
#hd {
  font-family: 'Prata', serif;
  text-align: center;
  color: #0b0715;
  padding: 0;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  #hd {
    text-align: right;
    z-index: 3000;
    /* maxTab 1024w */
  }
}
@media only screen and (max-width: 1023px) {
  #hd .container {
    min-height: 66px;
    /* midTab 1024oo */
  }
}
@media only screen and (min-width: 1024px) {
  #hd .container {
    padding: 0.55em 0 0;
    /* midTab 1024w */
  }
}
/* ===============================================
	logo
=============================================== */
#logo {
  line-height: 0;
  font-size: 0.7em;
  width: 10em;
  display: block;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #logo {
    margin: 0.51em auto 0.51em 2%;
    /* midTab 768oo */
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #logo {
    margin: 0.69em auto 0.69em 2%;
    /* midTab 1024oo */
  }
}
@media only screen and (min-width: 1024px) {
  #logo {
    font-size: inherit;
    margin: 0;
    position: absolute;
    top: 1.2em;
    left: 6px;
    /* maxTab 1024w */
  }
}
@media only screen and (min-width: 1300px) {
  #logo {
    transition: transform 0.33s ease-in-out;
    transform-origin: 0 0;
    /* desk 1300w */
  }
  .ready #logo {
    transform: translate(3px, 261px);
  }
  .no-appearance .ready #logo {
    transform: translate(0, 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;
    /* midTab 1024oo */
  }
}
#logo svg {
  width: 10em;
  height: 5.3em;
}
@media only screen and (min-width: 1300px) {
  #logo svg {
    transition: transform 0.33s ease-in-out;
    transform-origin: 0 0;
    /* desk 1300w */
  }
  .ready #logo svg {
    transform: scale(2.365);
  }
  .no-appearance .ready #logo svg {
    transform: none;
  }
}
/* ===============================================
	contact info
=============================================== */
#contactinfo {
  text-align: center;
  width: auto;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media only screen and (min-width: 768px) {
  #contactinfo {
    margin: 0 1.05em 0 0;
    /* midTab 768w */
  }
}
#contactinfo .phone {
  min-width: 44px;
  display: inline-block;
  vertical-align: top;
  font-weight: 600;
}
@media only screen and (max-width: 1023px) {
  #contactinfo .phone {
    line-height: 44px;
    font-size: clamp( 12px, 0.75em , 15px );
    /* midTab 1024oo */
  }
}
@media only screen and (min-width: 1024px) {
  #contactinfo .phone {
    line-height: 2.8;
    font-size: 0.75em;
    height: 2.6em;
    /* midTab 1024w */
  }
}
@media only screen and (max-width: 767px) {
  #contactinfo .phone .cta {
    white-space: nowrap;
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    /* midTab 768oo */
  }
}
#contactinfo .phone .icon {
  color: #261e64;
}
@media only screen and (max-width: 767px) {
  #contactinfo .phone .icon {
    margin-left: auto;
    margin-right: auto;
    display: block;
    /* midTab 768oo */
  }
}
@media only screen and (min-width: 768px) {
  #contactinfo .phone .icon {
    margin-right: 3px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    /* midTab 768w */
  }
}
@media only screen and (max-width: 1023px) {
  #contactinfo .phone .icon {
    width: auto;
    height: 44px;
    /* midTab 1024oo */
  }
}
@media only screen and (min-width: 1024px) {
  #contactinfo .phone .icon {
    width: 1.06666667em;
    height: 2.6em;
    /* midTab 1024w */
  }
}
#contactinfo a {
  color: #0b0715;
  transition: color 0.33s ease-in-out;
}
#contactinfo a:hover {
  color: #2179bf;
}
/* ===============================================
	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;
  color: #fff;
  min-width: 44px;
  padding: 0;
  background: #268ccc;
  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.6em , 12px );
    /* midTab 1024oo */
  }
}
@media only screen and (min-width: 1024px) {
  #utilitynav a {
    line-height: 3.33333333;
    font-size: 0.6em;
    height: 3.16666667em;
    /* midTab 1024w */
  }
}
@media only screen and (max-width: 767px) {
  #utilitynav a:nth-of-type(1) {
    margin-right: 1px;
    /* midTab 768oo */
  }
}
@media only screen and (min-width: 768px) {
  #utilitynav a:nth-of-type(1) {
    margin-right: 3px;
    /* midTab 768w */
  }
}
#utilitynav a:hover {
  color: #fff;
  background-color: #404040;
}
@media only screen and (min-width: 768px) {
  #utilitynav a.appointmentrequest {
    width: 13.33333333em;
    /* midTab 768w */
  }
}
@media only screen and (max-width: 1023px) {
  #utilitynav a.appointmentrequest .icon {
    width: auto;
    height: 44px;
    /* midTab 1024oo */
  }
}
@media only screen and (min-width: 1024px) {
  #utilitynav a.appointmentrequest .icon {
    width: 1;
    height: 3.25;
    margin-right: 2px;
    /* midTab 1024w */
  }
}
@media only screen and (min-width: 768px) {
  #utilitynav a.paynow {
    width: 11.08333333em;
    /* midTab 768w */
  }
}
@media only screen and (max-width: 1023px) {
  #utilitynav a.paynow .icon {
    width: auto;
    height: 44px;
    /* midTab 1024oo */
  }
}
@media only screen and (min-width: 1024px) {
  #utilitynav a.paynow .icon {
    width: 1.25;
    height: 3.25;
    margin-right: 2px;
    /* midTab 1024w */
  }
}
#utilitynav a.patient-login {
  width: 9.75em;
}
@media only screen and (max-width: 767px) {
  #utilitynav a .icon {
    margin-left: auto;
    margin-right: auto;
    display: block;
    /* midTab 768oo */
  }
}
@media only screen and (min-width: 768px) {
  #utilitynav a .icon {
    margin-right: 3px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    /* midTab 768w */
  }
}
@media only screen and (max-width: 1023px) {
  #utilitynav a .icon {
    width: auto;
    height: 44px;
    /* midTab 1024oo */
  }
}
@media only screen and (min-width: 1024px) {
  #utilitynav a .icon {
    width: 1.33333333em;
    height: 3.25em;
    /* midTab 1024w */
  }
}
@media only screen and (max-width: 767px) {
  #utilitynav a .cta {
    white-space: nowrap;
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    /* midTab 768oo */
  }
}
/* ===============================================
	socialmedia
=============================================== */
#masthead .socialmedia {
  line-height: 0;
  text-align: center;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0.5em 0 0;
  display: flex;
  justify-content: center;
  position: absolute;
}
@media only screen and (max-width: 1023px) {
  #masthead .socialmedia {
    top: 100%;
    right: 0;
    /* midTab 1024oo */
  }
}
@media only screen and (min-width: 1024px) {
  #masthead .socialmedia {
    width: 2.05em;
    margin: 0;
    flex-direction: column;
    right: 1.5em;
    top: 12.5em;
    /* maxTab 1024w */
  }
}
@media only screen and (max-width: 1299px) {
  #masthead .socialmedia {
    display: none;
    /* desk 1300oo */
  }
}
@media only screen and (min-width: 1300px) {
  #masthead .socialmedia {
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    position: fixed;
    top: 50vh;
    /* desk 1300w */
  }
  [data-ea3] #masthead .socialmedia a {
    transform: translate(200px, 0);
  }
  .no-appearance [data-ea3] #masthead .socialmedia a {
    transform: translate(0, 0);
  }
  [data-ea4] #masthead .socialmedia a {
    transition: transform 0.66s ease-in-out, background-color 0.66s ease-in-out;
    transition-delay: calc(0.18s * var(--index) );
  }
}
#masthead .socialmedia a {
  color: #fff;
  border-radius: 50%;
  background: #2179bf;
  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) {
  #masthead .socialmedia a {
    line-height: 44px;
    font-size: clamp( 12px, 0.9em , 18px );
    width: 44px;
    height: 44px;
    margin: 0 2px 0 0;
    /* midTab 1024oo */
  }
}
@media only screen and (min-width: 1024px) {
  #masthead .socialmedia a {
    line-height: 2.27777778;
    font-size: 0.9em;
    width: 2.27777778em;
    height: 2.27777778em;
    margin: 0 0 2px 0;
    /* maxTab 1024w */
  }
}
#masthead .socialmedia a:nth-last-of-type(1) {
  margin: 0;
}
#masthead .socialmedia a:not(.top) {
  display: none;
}
#masthead .socialmedia a:hover {
  color: #fff;
  background: #404040;
  z-index: 400;
  transform: translate3d(0, 0, 0) scale(1.44);
}
#masthead .socialmedia a .icon {
  position: relative;
}
/* ==================================================================
	slideshow
=================================================================== */
#slideshow {
  font-size: 3.3vw;
  text-align: center;
  color: #fff;
  min-height: 55vw;
  position: relative;
  z-index: 400;
}
@media only screen and (min-width: 1024px) {
  #slideshow {
    font-size: inherit;
    width: 100%;
    margin-top: 0;
    top: 0;
    /* maxTab 1024w */
  }
}
@media only screen and (min-width: 1300px) {
  #slideshow {
    min-height: 921px;
    /* desk 1300w */
  }
}
#slideshow .welcomevid {
  width: 100%;
  vertical-align: top;
  aspect-ratio: 16 / 9;
  z-index: 1;
}
@media only screen and (min-width: 1300px) {
  #slideshow .welcomevid {
    width: 1344px;
    margin-left: -5em;
    display: block;
    position: absolute;
    top: 145px;
    left: 50%;
  }
}
#slideshow .ssoverlay {
  color: #261e64;
  display: block;
  position: absolute;
  z-index: 420;
}
@media only screen and (max-width: 1299px) {
  #slideshow .ssoverlay {
    color: #fff;
    width: 100%;
    left: 0;
    bottom: 6%;
    /* desk 1300oo */
  }
}
@media only screen and (min-width: 1300px) {
  #slideshow .ssoverlay {
    width: auto;
    margin-right: 11.6em;
    right: 50%;
    bottom: 11.8em;
    transition: transform 0.66s ease-in-out, opacity 0.99s ease-in-out;
    /* desk 1300w */
  }
  [data-ea2] #slideshow .ssoverlay .slogan {
    opacity: 0;
  }
  .no-appearance [data-ea2] #slideshow .ssoverlay .slogan {
    opacity: 1;
  }
  [data-ea3] #slideshow .ssoverlay .trait {
    opacity: 0;
  }
  .no-appearance [data-ea3] #slideshow .ssoverlay .trait {
    opacity: 1;
  }
  [data-ea4] #slideshow .ssoverlay:after {
    transform: translate(0, 0) scaleY(0);
    transition-delay: calc(0.09s * 3);
  }
  .no-appearance [data-ea4] #slideshow .ssoverlay:after {
    transform: translate(0, 0);
  }
}
#slideshow .ssoverlay:after {
  width: 1px;
  height: 163px;
  margin-left: auto;
  margin-right: auto;
  background-color: #2179bf;
  display: block;
  position: absolute;
  top: 150px;
  right: 0;
  left: 0;
}
@media only screen and (max-width: 1299px) {
  #slideshow .ssoverlay:after {
    content: none;
    /* desk 1300oo */
  }
}
@media only screen and (min-width: 1300px) {
  #slideshow .ssoverlay:after {
    content: '';
    transform-origin: 0 0;
    transition: transform 0.66s ease-in-out, opacity 0.66s ease-in-out;
    /* desk 1300w */
  }
}
#slideshow .ssoverlay .slogan {
  letter-spacing: 0.16em;
  line-height: 2.2;
  font-size: 0.75em;
  text-transform: uppercase;
  font-weight: 300;
  display: block;
  position: relative;
}
@media only screen and (min-width: 1300px) {
  #slideshow .ssoverlay .slogan {
    transition: transform 0.57s ease-in-out, opacity 0.99s ease-in-out;
    /* desk 1300w */
  }
}
#slideshow .ssoverlay .slogan .trait {
  letter-spacing: normal;
  line-height: 1.23076923;
  font-size: 2.6em;
  font-family: 'Prata', serif;
  font-weight: 400;
  text-transform: none;
  display: block;
}
@media only screen and (min-width: 1300px) {
  #slideshow .ssoverlay .slogan .trait {
    transition: transform 0.66s ease-in-out, opacity 0.66s ease-in-out;
    transition-delay: calc(0.09s * var(--index) );
    /* desk 1300w */
  }
}
/* ==================================================================
	.spotlight
=================================================================== */
.spotlight {
  text-align: center;
  position: relative;
  z-index: 400;
}
.spotlight.bottom {
  border-bottom: 4em solid #fff;
}
.spotlight > div {
  position: relative;
}
/* ===============================================
	spot01
=============================================== */
.spot01 {
  color: #fff;
}
@media only screen and (max-width: 665px) {
  .spot01 {
    padding: 3em 0;
    /* custom opt-out 665oo */
  }
}
@media only screen and (min-width: 666px) {
  .spot01 {
    font-size: inherit;
    font-size: min(2.4vw, 1em);
    padding: 4em 0;
    /* custom 666w */
  }
}
@media only screen and (min-width: 1024px) {
  .spot01 {
    font-size: 20px;
    /* midTab 1024w */
  }
}
@media only screen and (min-width: 1300px) {
  .spot01 {
    /* desk 1300w */
  }
  .spot01[data-ready] .fauxbtn {
    opacity: 0;
  }
  .no-appearance .spot01[data-ready] .fauxbtn {
    opacity: 1;
  }
}
.spot01 .decoration {
  width: 69%;
  max-width: 33.9em;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
@media only screen and (max-width: 665px) {
  .spot01 .decoration {
    margin: 0 0 1em;
    /* custom opt-out 666oo */
  }
}
@media only screen and (min-width: 666px) {
  .spot01 .decoration {
    width: 36%;
    margin: 0 2em 0 0;
    /* custom 666w */
  }
}
@media only screen and (min-width: 1300px) {
  .spot01 .decoration {
    margin: 0 4.35em 0 -5em;
    /* desk 1300w */
  }
}
.spot01 .decoration:before {
  content: '';
  font-size: min(1.8vw, 1em);
  border: 1px solid #fff;
  width: auto;
  height: auto;
  display: block;
  position: absolute;
  top: 1em;
  right: 1em;
  bottom: 1em;
  left: 1em;
  z-index: 2;
}
.spot01 .decoration img {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
}
.spot01 .mod {
  text-align: center;
  width: 96%;
  max-width: 23.15em;
  padding: 1em 0;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .spot01 .mod {
    text-align: left;
    padding: 0;
    /* midTab 768w */
  }
}
.spot01 .mod a {
  width: 100%;
  display: block;
}
.spot01 h2.topic {
  line-height: 1;
  font-size: 2.3em;
  font-family: 'Prata', serif;
  text-transform: lowercase;
  color: #268bc9;
  display: block;
}
@media only screen and (max-width: 1299px) {
  .spot01 h2.topic {
    margin-bottom: 0.65217391em;
    /* desk 1300oo */
  }
}
@media only screen and (min-width: 1300px) {
  .spot01 h2.topic {
    margin-bottom: 1.30434783em;
    /* desk 1300w */
  }
}
.spot01 .fauxbtn {
  color: #261e64;
  width: 95.24838013%;
  display: block;
  position: relative;
  z-index: 420;
  transition: color 0.33s ease-in-out;
  transition-property: color, transform, opacity;
  transition-duration: 0.33s, 0.75s, 0.66s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s, calc(0.24s * var(--index) ), calc(0.24s * var(--index) );
}
@media only screen and (max-width: 979px) {
  .spot01 .fauxbtn {
    text-align: left;
    width: 84%;
    margin: 0 auto 0.6em auto;
    display: flex;
    align-items: center;
    /* custom 979oo */
  }
}
@media only screen and (min-width: 980px) {
  .spot01 .fauxbtn {
    margin: 0 0 1.46666667em auto;
    /* custom 980w */
  }
}
.spot01 .fauxbtn:after {
  content: '';
  background-color: #302c76;
  background-image: -moz-linear-gradient(45deg, #302c76 21%, #268ccc 66%);
  background-image: -webkit-linear-gradient(45deg, #302c76 21%, #268ccc 66%);
  background-image: linear-gradient(45deg, #302c76 21%, #268ccc 66%);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: opacity 0.66s ease-in-out;
  opacity: 0;
}
.spot01 .fauxbtn:nth-last-of-type(1) {
  margin-bottom: 0;
}
.spot01 .fauxbtn:hover {
  color: #fff;
}
.spot01 .fauxbtn:hover:after {
  opacity: 1;
}
.spot01 .fauxbtn:hover .icon {
  color: #fff;
}
.spot01 .fauxbtn .icon {
  color: #2179bf;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  transition: color 0.33s ease-in-out;
}
@media only screen and (max-width: 1299px) {
  .spot01 .fauxbtn .icon {
    width: auto;
    height: 44px;
    /* desk 1300oo */
  }
}
@media only screen and (min-width: 1300px) {
  .spot01 .fauxbtn .icon {
    width: 2.95em;
    height: 2.2em;
    /* desk 1300w */
  }
}
.spot01 .fauxbtn .cta {
  text-transform: uppercase;
  width: calc(100% - 60px);
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .spot01 .fauxbtn .cta {
    padding: 0 10% 0 0;
    /* range */
  }
}
@media only screen and (max-width: 1299px) {
  .spot01 .fauxbtn .cta {
    line-height: 14.66666667px;
    font-size: clamp( 12px, 0.75em , 15px );
    /* desk 1300oo */
  }
}
@media only screen and (min-width: 1300px) {
  .spot01 .fauxbtn .cta {
    line-height: 44px;
    line-height: 2.93333333;
    font-size: 0.75em;
    /* desk 1300w */
  }
}
/* ===============================================
	spot02
=============================================== */
.spot02 {
  color: #fff;
}
@media only screen and (max-width: 665px) {
  .spot02 {
    padding: 8.1em 0 6.6em;
    /* custom 666oo */
  }
}
@media only screen and (min-width: 666px) and (max-width: 1023px) {
  .spot02 {
    padding: 4.8em 0 6.6em;
    /* midTab 1024oo */
  }
}
@media only screen and (min-width: 666px) {
  .spot02 {
    font-size: inherit;
    font-size: min(2vw, 1em);
    /* custom 666w */
  }
}
@media only screen and (min-width: 1024px) {
  .spot02 {
    padding: 6.1em 0 6.75em;
    /* midTab 1024w */
  }
}
@media only screen and (min-width: 1300px) {
  .spot02 {
    font-size: min(1.4vw, 1em);
    /* desk 1300w */
  }
  .spot02[data-ready] .mod {
    transform: translate(-100vw, 0);
  }
  .no-appearance .spot02[data-ready] .mod {
    transform: translate(0, 0);
  }
  .spot02[data-ready] .decoration {
    transform: translate(-100vw, -50%);
    opacity: 0;
  }
  .no-appearance .spot02[data-ready] .decoration {
    transform: translate(0, 0);
    opacity: 1;
  }
}
.spot02:before {
  content: '';
  background-color: #f7f7f7;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media only screen and (min-width: 1300px) {
  .spot02:before {
    left: auto;
    right: 50%;
    margin-right: -422px;
    /* desk 1300w */
  }
}
.spot02 .mod {
  width: 96%;
  max-width: 66em;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 400;
  direction: ltr;
}
@media only screen and (max-width: 665px) {
  .spot02 .mod {
    padding: 0 0 3.7em;
    /* custom 666oo */
  }
}
@media only screen and (min-width: 666px) {
  .spot02 .mod {
    padding: 3.7em 0;
    /* custom 666w */
  }
}
@media only screen and (min-width: 980px) {
  .spot02 .mod {
    text-align: left;
    padding-left: 6.1em;
    transition-property: transform, opacity;
    transition-duration: 0.66s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    /* custom 980w */
  }
}
@media only screen and (min-width: 1300px) {
  .spot02 .mod {
    min-height: 20.6em;
    /* desk 1300w */
  }
}
.spot02 .mod:before {
  content: '';
  background-color: #404040;
  z-index: -1;
}
@media only screen and (max-width: 979px) {
  .spot02 .mod:before {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    /* custom 979oo */
  }
}
@media only screen and (min-width: 980px) {
  .spot02 .mod:before {
    display: block;
    position: absolute;
    top: 0;
    right: 11.8em;
    left: 0;
    bottom: 0;
    /* custom 980w */
  }
}
.spot02 .decoration {
  max-width: 23.8em;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 420;
}
@media only screen and (max-width: 479px) {
  .spot02 .decoration {
    width: 69%;
    /* mintab 480oo */
  }
}
@media only screen and (min-width: 480px) {
  .spot02 .decoration {
    width: 48%;
    /* mintab 480w */
  }
}
@media only screen and (max-width: 665px) {
  .spot02 .decoration {
    margin: -5em auto 2.5em;
    /* custom 666oo */
  }
}
@media only screen and (min-width: 666px) and (max-width: 979px) {
  .spot02 .decoration {
    font-size: min(1.5vw, 1em);
    margin: -8.4em auto 2.5em;
    /* range */
  }
}
@media only screen and (min-width: 980px) {
  .spot02 .decoration {
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    right: 0;
    /* custom 980w */
  }
}
@media only screen and (min-width: 1300px) {
  .spot02 .decoration {
    transition-property: transform, opacity;
    transition-duration: 0.66s, 0.99s;
    transition-timing-function: ease-in-out;
    transition-delay: 0.54s, 0.33s;
    /* desk 1300w */
  }
}
.spot02 .decoration:after {
  content: '';
  border: 1px solid #fff;
  width: auto;
  height: auto;
  display: block;
  position: absolute;
  top: -1.1em;
  right: -1.1em;
  bottom: -1.1em;
  left: -1.1em;
  border-radius: 50%;
}
.spot02 .decoration img {
  width: 100%;
  border-radius: 50%;
  display: block;
  aspect-ratio: 1 / 1;
}
.spot02 .info {
  text-align: center;
  max-width: 31.75em;
}
@media only screen and (max-width: 979px) {
  .spot02 .info {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    /* custom 979oo */
  }
}
@media only screen and (min-width: 980px) {
  .spot02 .info {
    width: 51%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    /* custom 980w */
  }
}
.spot02 h2.topic {
  letter-spacing: 0.16em;
  line-height: 1;
  font-size: 1.65em;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 0.81818182em;
  display: block;
  position: relative;
  z-index: 400;
}
.spot02 .voluble {
  line-height: 1.2;
  font-family: 'Prata', serif;
  width: 100%;
  display: block;
  position: relative;
  z-index: 400;
}
@media only screen and (max-width: 665px) {
  .spot02 .voluble {
    font-size: min(4vw, 1em);
    /* custom 666oo */
  }
}
@media only screen and (min-width: 666px) and (max-width: 1299px) {
  .spot02 .voluble {
    font-size: clamp( 12px, 1.25em , 25px );
    /* desk 1300oo */
  }
}
@media only screen and (min-width: 1300px) {
  .spot02 .voluble {
    font-size: 1.25em;
    /* desk 1300w */
  }
}
.spot02 .spotbtn {
  letter-spacing: 0.26em;
  font-size: clamp( 12px, 0.6em , 12px );
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
  color: #fff;
  width: 11.58333333em;
  background-color: #2179bf;
  display: inline-block;
  vertical-align: top;
  position: absolute;
  bottom: -5.41666667em;
  left: 0;
  z-index: 400;
  transition: background-color 0.33s ease-in-out;
}
@media only screen and (max-width: 979px) {
  .spot02 .spotbtn {
    margin-left: auto;
    margin-right: auto;
    right: 0;
    /* custom 979oo */
  }
}
@media only screen and (max-width: 1299px) {
  .spot02 .spotbtn {
    line-height: 44px;
    /* desk 1300oo */
  }
}
@media only screen and (min-width: 1300px) {
  .spot02 .spotbtn {
    line-height: 2.91666667;
    /* desk 1300w */
  }
}
.spot02 .spotbtn:after {
  content: '';
  background-color: #302c76;
  background-image: -moz-linear-gradient(45deg, #302c76 21%, #268ccc 66%);
  background-image: -webkit-linear-gradient(45deg, #302c76 21%, #268ccc 66%);
  background-image: linear-gradient(45deg, #302c76 21%, #268ccc 66%);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: opacity 0.33s ease-in-out;
  opacity: 0;
}
.spot02 .spotbtn:hover:after {
  opacity: 1;
}
/* ==================================================================
	content
=================================================================== */
#bd {
  padding: 0 0 4em;
  background: #fff;
  position: relative;
  z-index: 400;
  /* fractional bg image on subpages */
  /* subpages only */
}
@media only screen and (min-width: 768px) {
  #bd {
    padding-top: 4em;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 1300px) {
  #bd {
    padding-top: 11.25em;
    /* desk 1300w */
  }
}
#bd.sub:after {
  content: none;
  height: 100%;
  background: #f7f7f7;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  #bd.sub:after {
    content: '';
    width: 24%;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 1300px) {
  #bd.sub:after {
    width: auto;
    left: calc(50% + 15em );
    /* desk 1300w */
  }
}
#bd .container {
  width: 90%;
  max-width: 66em;
}
#content {
  display: block;
}
@media only screen and (min-width: 768px) {
  #content {
    width: 60.60606061%;
    max-width: 40em;
    float: left;
    /* midTab 768w */
  }
  #content p {
    text-align: justify;
  }
}
#content .content-text {
  line-height: 1.68421053;
}
@media only screen and (min-width: 1300px) {
  #content .content-text {
    font-size: 0.95em;
    /* desk 1300w */
  }
}
/* ==================================================================
	.home content
=================================================================== */
.home #bd {
  padding: 2em 0 0;
}
@media only screen and (min-width: 1300px) {
  .home #bd {
    padding-top: 4em;
    /* desk 1300w */
  }
  .home #bd[data-ready] .content-text {
    transform: translate(150vw, 0);
  }
  .no-appearance .home #bd[data-ready] .content-text {
    transform: translate(0, 0);
  }
}
.home #bd .container {
  width: 100%;
  max-width: 66em;
}
@media only screen and (min-width: 1300px) {
  .home #bd .container {
    width: 90%;
    /* desk 1300w */
  }
}
@media only screen and (min-width: 768px) {
  .home #bd #content {
    width: 90%;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    float: none;
    /* midTab 768w */
  }
}
@media only screen and (max-width: 1299px) {
  .home #bd #content {
    padding: 0 1em;
    /* desk 1300oo */
  }
}
@media only screen and (min-width: 1300px) {
  .home #bd #content {
    max-width: 38em;
    margin-right: 0;
    position: relative;
    /* desk 1300w */
  }
}
.home #bd #content .content-text {
  line-height: 1.70588235;
  background-color: #f7f7f7;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .home #bd #content .content-text {
    column-count: 2;
    column-gap: 2.10526316em;
    /* midTab 768w */
  }
  .home #bd #content .content-text:after {
    content: '';
    width: 150vw;
    height: 100%;
    padding: 4.23529412em 0 4.58823529em;
    background-color: #f7f7f7;
    display: block;
    position: absolute;
    top: 0;
    left: -2.35294118em;
    z-index: -1;
  }
}
@media only screen and (max-width: 1299px) {
  .home #bd #content .content-text {
    padding: 2em 5%;
    /* desk 1300oo */
  }
}
@media only screen and (min-width: 1300px) {
  .home #bd #content .content-text {
    padding: 4.29411765em 0;
    font-size: 0.85em;
    position: relative;
    z-index: 420;
    transition: transform 0.66s ease-in-out, opacity 0.66s ease-in-out;
    /* desk 1300w */
  }
}
@media only screen and (min-width: 768px) {
  .home #bd #content p {
    text-align: justify;
    /* midTab 768w */
  }
}
/* ===============================================
	spot00
=============================================== */
.spot00 {
  text-align: center;
  margin: 0;
  padding: 2em 0;
  position: relative;
  z-index: 410;
}
@media only screen and (max-width: 479px) {
  .spot00 {
    font-size: min(3.2vw, 1em);
    /* mintab opt-out 480oo */
  }
}
@media only screen and (min-width: 480px) {
  .spot00 {
    font-size: inherit;
    /* mintab 480w */
  }
}
@media only screen and (min-width: 1300px) {
  .spot00 {
    max-width: 26.8em;
    margin: 0 10.9em 0 0;
    padding: 0;
    display: block;
    position: absolute;
    top: 18.2em;
    right: 50%;
    /* desk 1300w */
  }
  [data-ready] .spot00 a {
    opacity: 0;
  }
  .no-appearance [data-ready] .spot00 a {
    opacity: 1;
  }
}
.spot00 a {
  color: #fff;
  max-width: 171px;
  max-height: 171px;
  border-radius: 50%;
  padding: 0;
  background-color: #268ccc;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: transform 0.33s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .spot00 a {
    width: 42%;
    height: 42vw;
    margin: 4%;
    /* midTab opt-out 768oo */
  }
}
@media only screen and (min-width: 768px) {
  .spot00 a {
    width: calc(50% - 0.85em );
    max-width: 8.55em;
    margin: 0 0.85em;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 1300px) {
  .spot00 a {
    transition-property: transform, opacity;
    transition-duration: 0.33s, 1.23s;
    transition-timing-function: ease-in-out, ease-in;
    transition-delay: 0s, calc(0.33s * var(--index) );
    /* desk 1300w */
  }
}
.spot00 a:before,
.spot00 a:after {
  content: '';
  border-radius: 50%;
  z-index: 1;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  pointer-events: none;
}
.spot00 a:before {
  width: auto;
  height: auto;
  display: block;
  position: absolute;
  top: -0.45em;
  right: -0.45em;
  bottom: -0.45em;
  left: -0.45em;
  border: 1px solid #b7d4ea;
}
.spot00 a:after {
  background-color: #302c76;
  background-image: -moz-linear-gradient(35deg, #302c76 0%, #268ccc 87%);
  background-image: -webkit-linear-gradient(35deg, #302c76 0%, #268ccc 87%);
  background-image: linear-gradient(35deg, #302c76 0%, #268ccc 87%);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.33s ease-in-out;
  opacity: 0;
}
.spot00 a:hover {
  z-index: 400;
}
.spot00 a:hover:before {
  transform: scale(0.5);
  opacity: 0;
  transition-duration: 0.72s;
  transition-timing-function: cubic-bezier(0.36, 0, 0.66, -0.56), ease-in-out;
}
.spot00 a:hover:after {
  opacity: 1;
}
.spot00 a:hover .decoration {
  transform: translate(0, 0);
  opacity: 1;
  transition-duration: 0.66s, 0.33s;
  transition-timing-function: cubic-bezier(0.33, 1.8, 0.66, 1), ease-in-out;
}
@media only screen and (min-width: 1300px) {
  .spot00 a:hover {
    color: #241e64;
    /* desk 1300w */
  }
  .spot00 a:hover .icon {
    transform: translate(0, 1.45em) scale(2);
  }
  .spot00 a:hover h2.topic {
    transform: translate(0, 4.4em);
  }
}
.spot00 a .decoration {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  display: block;
  position: relative;
  z-index: 2;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  transform: translate(0, 100%);
  opacity: 0;
}
.spot00 a .info {
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  left: 0;
  z-index: 420;
}
.spot00 a .icon {
  width: 3.5em;
  height: 1.75em;
  margin: 0 auto 0.25em;
  transition: transform 0.33s ease-in-out;
  transform-origin: 50% 50%;
}
.spot00 a h2.topic {
  line-height: 1.2;
  font-family: 'Prata', serif;
  width: 100%;
  display: block;
  transition: transform 0.33s ease-in-out, color 0.33s ease-in-out;
  pointer-events: none;
}
@media only screen and (max-width: 1299px) {
  .spot00 a h2.topic {
    font-size: clamp( 12px, 1em , 20px );
    /* desk 1300oo */
  }
}
@media only screen and (min-width: 1300px) {
  .spot00 a h2.topic {
    font-size: 1em;
    /* desk 1300w */
  }
}
.spot00 a h2.topic .trait {
  letter-spacing: 0.22em;
  line-height: 1.17647059;
  font-family: 'Jost', sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  display: block;
}
@media only screen and (max-width: 1299px) {
  .spot00 a h2.topic .trait {
    font-size: clamp( 12px, 0.765em , 15.3px );
    /* desk 1300oo */
  }
}
@media only screen and (min-width: 1300px) {
  .spot00 a h2.topic .trait {
    font-size: 0.765em;
    /* desk 1300w */
  }
}
/* ==================================================================
	custom content
=================================================================== */
.mediaslider {
  text-align: center;
}
.mediaslider .cycle-slideshow {
  width: 100%;
  margin: 0.5em 0 1.5em;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .mediaslider .cycle-slideshow .cycle-slide {
    padding: 0 5%;
    /* midTab opt-out 768oo */
  }
}
.mediaslider .cycle-slideshow > button {
  font-size: 2.8em;
  color: #261e64;
  background: none;
  border: none;
  -webkit-appearance: none;
  position: absolute;
  top: 50%;
  z-index: 900;
  transform: translate3d(0, -50%, 0);
}
.mediaslider .cycle-slideshow > button .icon {
  transition: transform 0.35s ease, opacity 0.35s ease;
}
.mediaslider .cycle-slideshow > button.cycle-prev {
  text-align: left;
  left: 0;
}
.mediaslider .cycle-slideshow > button.cycle-prev .icon {
  transform-origin: left center;
}
.mediaslider .cycle-slideshow > button.cycle-next {
  text-align: right;
  direction: rtl;
  right: 0;
}
.mediaslider .cycle-slideshow > button.cycle-next .icon {
  transform-origin: right center;
}
.mediaslider .cycle-slideshow > button:hover {
  cursor: pointer;
}
.mediaslider .cycle-slideshow > button:hover .icon {
  transform: scale(1.44);
  opacity: 0.68;
}
/* content centered for slideshow and video-centric 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 {
  float: none;
  margin: 0 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;
}
/* office location ancillary image style */
@media only screen and (max-width: 767px) {
  .locationimg {
    margin: 0 auto 1em;
    /* midTab 768oo */
  }
}
@media only screen and (min-width: 768px) {
  .locationimg {
    margin: 0 0 1em 1em;
    float: right;
    /* midTab 768w */
  }
}
/* 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%;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 768px) {
  .before-after-box,
  p.before-after-text {
    width: 49%;
    display: inline-block;
    vertical-align: top;
  }
  /* midTab 768w */
}
/* common procedures */
@media only screen and (min-width: 1300px) {
  .common-procedures #content h2[id] {
    scroll-margin-top: 10em;
  }
  /* desk 1300w */
}
/* preventive-care */
.preventive-care #content ul {
  display: inline-block;
}
/* reduces dimensions of coronavirus tab */
#coronavirus-update {
  font-size: 0.85em;
  padding: 0.5em 1.25em !important;
  left: 0.5em!important;
}
@media only screen and (min-width: 1300px) {
  #coronavirus-update {
    font-size: 1em;
    /* desk 1300w */
  }
}
/* ==================================================================
	meet the team page classes for individual and full team images 
=================================================================== */
.staff {
  width: 45%;
  max-width: 10em;
  margin: 0 0 1em 1em;
  display: block;
  float: right;
}
.team {
  width: 100%;
  max-width: 1000px;
  margin: 2% auto;
  display: block;
}

.mediaslider.testi .cycle-slideshow .cycle-slide {
    padding: 0 10%;
    /* midTab opt-out 768oo */
    text-align: center;
}
.mediaslider.testi .cycle-slideshow span.name {
    margin-top: 1.8em;
    display: block;
    font-size: 1.1em;
    text-align: center;
}


/* ==================================================================
	sitemap
=================================================================== */
.sitemap #content .column > ul > li {
  margin-bottom: 1.45em;
}
.sitemap #content ul {
  margin-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.sitemap #content ul a {
  line-height: 1.52173913;
  font-size: 1.21052632em;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  color: #261e64;
  transition-duration: 0s;
}
.sitemap #content ul ul li a {
  line-height: 1.68421053;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  color: #261e64;
  margin-left: 0;
  /*to increase space adjust [body.sitemap #bd ul ul li] below*/
}
.sitemap #content a:hover {
  text-decoration: none;
  color: #2179bf;
}
body.sitemap #bd ul li {
  list-style: none;
}
body.sitemap #bd ul ul li {
  list-style: none;
  /*list-style-image:none;*/
  margin-left: 0;
  /*default=15px*/
}
body.sitemap #content .width1 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  body.sitemap #content .width1 {
    width: 50%;
    /*default 50%*/
    /* midTab 768w */
  }
  body.sitemap #content .width1:not(.first) {
    width: auto;
    float: right;
  }
}
/* global override */
/* ==================================================================
	sidebar
=================================================================== */
#sidebar {
  width: 110%;
  margin: 0 -5% 3em;
  padding: 0;
  display: block;
  position: relative;
  z-index: 420;
}
@media only screen and (min-width: 768px) {
  #sidebar {
    width: 30.37878788%;
    margin: 0 0 1em;
    float: right;
    clear: right;
    display: flex;
    flex-direction: column;
    /* midTab 768w */
  }
}
/* ===============================================
	sitepics
=============================================== */
#hide-stock {
  width: 100%;
  max-width: 20.05em;
  margin: 0 auto 6%;
  padding: 0;
  position: relative;
  display: none;
  transition-property: opacity;
  transition-duration: 0.99s;
  transition-timing-function: ease-in-out;
  transition-delay: 0.66s;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  #hide-stock {
    margin-bottom: 1em;
    display: block;
    order: 1;
    /* midTab 768w */
  }
}
#hide-stock:before {
  content: '';
  border: 1.5px solid rgba(255, 255, 255, 0.51);
  width: auto;
  height: auto;
  display: block;
  position: absolute;
  top: 1em;
  right: 1em;
  bottom: 1em;
  left: 1em;
  z-index: 3;
}
#hide-stock[data-wait] {
  opacity: 0;
}
.no-appearance #hide-stock[data-wait] {
  opacity: 1;
}
#hide-stock .ornament {
  width: 100%;
  height: auto;
  max-width: 20em;
  max-height: 17.55em;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  #hide-stock .ornament {
    display: none;
    /* midTab 768oo */
  }
}
@media only screen and (min-width: 768px) {
  #hide-stock .ornament {
    display: block;
    /* midTab 768w */
  }
}
.stock {
  width: 100%;
  position: relative;
  z-index: 2;
}
/* ===============================================
	show doctor image on all devices
=============================================== */
/*.home,*/
/*body[class^='meet-the-'], body[class^='meet-our-'],*/
.meet-the-doctor #hide-stock,
body[class*='meet-dr-'] #hide-stock,
body[class*='meet-doctor-'] #hide-stock {
  display: block;
}
body[class~='blog'] #hide-stock {
  display: none;
}
/* ==================================================================
	SUBNAV || SIDE ORIENTED
=================================================================== */
#subnav {
  text-align: center;
  color: #fff;
  margin: 0 0 6%;
  background: #302c76;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  #subnav {
    padding: 2em 10%;
    /* midTab opt-out 767oo */
  }
}
@media only screen and (min-width: 768px) {
  #subnav {
    padding: 2.65em 0 3.2em;
    order: 2;
    /* midTab 768w */
  }
}
#subnav h2.topic {
  line-height: 1;
  font-size: 1.6em;
  font-family: 'Prata', serif;
  text-align: inherit;
  font-weight: 400;
  height: 1em;
  width: 100%;
  margin: 0 auto 0.9375em;
  display: block;
  position: relative;
  z-index: 400;
}
#subnav p {
  line-height: 1.2;
  font-size: 0.75em;
  text-transform: uppercase;
  width: 100%;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
}
@media only screen and (max-width: 1299px) {
  #subnav p {
    font-size: clamp( 12px, 0.75em , 15px );
    /* desk 1300oo */
  }
}
@media only screen and (min-width: 1300px) {
  #subnav p {
    font-size: 0.75em;
    /* desk 1300w */
  }
}
#subnav a {
  color: #fff;
  white-space: nowrap;
  margin: 0 0.8em;
  padding: 0.6em 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: color 0.33s ease-in-out;
}
@media only screen and (min-width: 768px) {
  #subnav a {
    margin: 0;
    width: 100%;
    display: block;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 1300px) {
  #subnav a {
    padding: 0;
    /* desk 1300w */
  }
}
#subnav a:hover,
#subnav a.active {
  color: #2179bf;
  text-decoration: none;
}
/* END SIDEBAR - */
/* ===============================================
	spot03
=============================================== */
.spot03 {
  text-align: center;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 410;
}
@media only screen and (max-width: 479px) {
  .spot03 {
    font-size: 3.2vw;
    /* mintab opt-out 480oo */
  }
}
@media only screen and (min-width: 480px) {
  .spot03 {
    font-size: inherit;
    font-size: min(1.7vw, 1em);
    /* mintab 480w */
  }
}
@media only screen and (max-width: 1299px) {
  .spot03 {
    border-bottom: 3.3em solid #fff;
    /* desk 1300oo */
  }
}
@media only screen and (min-width: 1300px) {
  .spot03 {
    padding: 5em 0 0;
    border-bottom: 6.6em solid #fff;
    /* desk 1300w */
  }
  .spot03[data-ready] a {
    opacity: 0;
  }
  .spot03[data-ready] a.one {
    transform: translate(-75vw, -100%);
  }
  .no-appearance .spot03[data-ready] a.one {
    transform: translate(0, 0);
  }
  .spot03[data-ready] a.two {
    transform: translate(75vw, -100%);
  }
  .no-appearance .spot03[data-ready] a.two {
    transform: translate(0, 0);
  }
  .spot03[data-ready] a.three {
    transform: translate(-75vw, 100%);
  }
  .no-appearance .spot03[data-ready] a.three {
    transform: translate(0, 0);
  }
  .spot03[data-ready] a.four {
    transform: translate(75vw, 100%);
  }
  .no-appearance .spot03[data-ready] a.four {
    transform: translate(0, 0);
  }
}
.spot03 h2.topic {
  line-height: 0.87719298;
  font-size: 2.85em;
  font-family: 'Prata', serif;
  font-weight: 400;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  background-color: #302c76;
  background-image: -moz-linear-gradient(35deg, #302c76 0%, #268ccc 99%);
  background-image: -webkit-linear-gradient(35deg, #302c76 0%, #268ccc 99%);
  background-image: linear-gradient(35deg, #302c76 0%, #268ccc 99%);
}
@media only screen and (max-width: 767px) {
  .spot03 h2.topic {
    width: 92%;
    padding: 0.45em 0;
    margin-bottom: 0.5em;
    /* midTab 768oo */
  }
}
@media only screen and (min-width: 768px) {
  .spot03 h2.topic {
    width: 50%;
    max-width: 7.71929825em;
    height: 50vw;
    max-height: 7.71929825em;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    right: 0;
    left: 0;
    z-index: 420;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 768px) and (max-width: 1299px) {
  .spot03 h2.topic {
    font-size: min(4vw, 2.85em );
    /* desk 1300oo */
  }
}
@media only screen and (min-width: 1300px) {
  .spot03 h2.topic {
    font-size: 2.85em;
    /* desk 1300w */
  }
}
@media only screen and (max-width: 767px) {
  .spot03 h2.topic .cta {
    /* midTab 768oo */
  }
}
@media only screen and (min-width: 768px) {
  .spot03 h2.topic .cta {
    width: 100%;
    display: block;
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    left: 0;
    /* midTab 768w */
  }
}
.spot03 a {
  color: #fff;
  max-width: 32em;
  padding: 0;
  background-color: #2179bf;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 400;
  overflow: hidden;
  transition-property: transform, opacity;
  transition-duration: 0.66s, 0.99s;
  transition-timing-function: ease-in-out;
  transition-delay: calc(0.33s * var(--index) );
}
@media only screen and (max-width: 767px) {
  .spot03 a {
    width: 44%;
    margin: 2%;
    /* midTab opt-out 768oo */
  }
}
@media only screen and (min-width: 768px) {
  .spot03 a {
    width: calc(50% - 2em);
    margin: 1em;
    /* midTab 768w */
  }
  .spot03 a[data-ord="odd"] {
    text-align: left;
  }
  .spot03 a[data-ord="odd"] .voluble {
    margin-right: auto;
  }
  .spot03 a[data-ord="even"] {
    text-align: right;
  }
  .spot03 a[data-ord="even"] .voluble {
    margin-left: auto;
  }
}
.spot03 a:before,
.spot03 a:after {
  content: '';
}
.spot03 a:before {
  font-size: min(1.4vw, 1em);
  border: 1px solid #fff;
  width: auto;
  height: auto;
  display: block;
  position: absolute;
  top: 1em;
  right: 1em;
  bottom: 1em;
  left: 1em;
  z-index: 3;
}
.spot03 a:after {
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.99) 100%);
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.99) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 100% 50%;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0.3;
}
.spot03 a:hover {
  z-index: 400;
}
.spot03 a:hover .decoration {
  opacity: 0.5;
  -webkit-filter: grayscale(1);
  filter: grayscale(100%);
}
@media only screen and (min-width: 1300px) {
  .spot03 a:hover {
    /* desk 1300w */
  }
  .spot03 a:hover .info {
    transform: translate(0, calc( -11.15em  - 50%));
    transition-timing-function: ease-out;
    transition-duration: 0.39s;
  }
  .spot03 a:hover .voluble {
    transform: translate(0, 0);
    opacity: 1;
    transition-timing-function: ease-out;
    transition-delay: 0.33s;
  }
}
.spot03 a .decoration {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  transition: opacity 0.33s ease-in-out, -webkit-filter 0.33s ease-in-out, filter 0.33s ease-in-out;
}
.spot03 a .info {
  width: 100%;
  max-width: 28em;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 400;
  transform: translate(0, -3.05em);
  transition: transform 0.33s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .spot03 a .info {
    width: 87.5%;
    /* midTab 768w */
  }
}
.spot03 a h3.topic {
  letter-spacing: 0.12em;
  line-height: 1;
  font-size: 1.8em;
  text-transform: uppercase;
  font-weight: 300;
  color: currentcolor;
  width: 100%;
  display: block;
}
@media only screen and (max-width: 665px) {
  .spot03 a h3.topic {
    font-size: 12px;
    /* custom 666oo */
  }
}
@media only screen and (min-width: 666px) and (max-width: 1299px) {
  .spot03 a h3.topic {
    font-size: clamp( 12px, 1.8em , 36px );
    /* range */
  }
}
@media only screen and (min-width: 1300px) {
  .spot03 a h3.topic {
    font-size: 1.8em;
    /* desk 1300w */
  }
}
.spot03 a .voluble {
  line-height: 1.2;
  font-size: clamp( 12px, 0.75em , 15px );
  width: 100%;
  max-width: 24em;
  margin: 1.53333333em 0 0;
  display: block;
  position: relative;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  transform: translate(0, 100%);
  opacity: 0;
}
/* ===============================================
	spot04
=============================================== */
.spot04 {
  color: #fff;
}
@media only screen and (max-width: 665px) {
  .spot04 {
    padding: 8.1em 0 6.6em;
    /* custom 666oo */
  }
}
@media only screen and (min-width: 666px) and (max-width: 1023px) {
  .spot04 {
    padding: 4.8em 0 6.6em;
    /* midTab 1024oo */
  }
}
@media only screen and (min-width: 666px) {
  .spot04 {
    font-size: inherit;
    font-size: min(2vw, 1em);
    /* custom 666w */
  }
}
@media only screen and (min-width: 1024px) {
  .spot04 {
    padding: 6.1em 0 6.75em;
    /* midTab 1024w */
  }
}
@media only screen and (min-width: 1300px) {
  .spot04 {
    font-size: min(1.4vw, 1em);
    /* desk 1300w */
  }
  .spot04[data-ready] .mod {
    transform: translate(-100vw, 0);
  }
  .no-appearance .spot04[data-ready] .mod {
    transform: translate(0, 0);
  }
  .spot04[data-ready] .decoration {
    transform: translate(-100vw, -50%);
    opacity: 0;
  }
  .no-appearance .spot04[data-ready] .decoration {
    transform: translate(0, 0);
    opacity: 1;
  }
}
.spot04:before {
  content: '';
  background-color: #f7f7f7;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media only screen and (min-width: 1300px) {
  .spot04:before {
    left: auto;
    right: 50%;
    margin-right: -422px;
    /* desk 1300w */
  }
}
.spot04 .mod {
  width: 96%;
  max-width: 66em;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 400;
  direction: ltr;
}
@media only screen and (max-width: 665px) {
  .spot04 .mod {
    padding: 0 0 3.7em;
    /* custom 666oo */
  }
}
@media only screen and (min-width: 666px) {
  .spot04 .mod {
    padding: 3.7em 0;
    /* custom 666w */
  }
}
@media only screen and (min-width: 980px) {
  .spot04 .mod {
    text-align: left;
    padding-left: 6.1em;
    transition-property: transform, opacity;
    transition-duration: 0.66s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    /* desk 980w */
  }
}
@media only screen and (min-width: 1300px) {
  .spot04 .mod {
    min-height: 20.6em;
    /* desk 1300w */
  }
}
.spot04 .mod:before {
  content: '';
  background-color: #404040;
  z-index: -1;
}
@media only screen and (max-width: 979px) {
  .spot04 .mod:before {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    /* custom 979oo */
  }
}
@media only screen and (min-width: 980px) {
  .spot04 .mod:before {
    display: block;
    position: absolute;
    top: 0;
    right: 11.8em;
    left: 0;
    bottom: 0;
    /* custom 980w */
  }
}
.spot04 .decoration {
  max-width: 23.8em;
  border-radius: 50%;
  background-color: #f7f7f7;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 420;
}
@media only screen and (max-width: 479px) {
  .spot04 .decoration {
    width: 69%;
    /* mintab 480oo */
  }
}
@media only screen and (min-width: 480px) {
  .spot04 .decoration {
    width: 48%;
    /* mintab 480w */
  }
}
@media only screen and (max-width: 665px) {
  .spot04 .decoration {
    margin: -5em auto 2.5em;
    /* custom 666oo */
  }
}
@media only screen and (min-width: 666px) and (max-width: 979px) {
  .spot04 .decoration {
    font-size: min(1.5vw, 1em);
    margin: -8.4em auto 2.5em;
    /* range */
  }
}
@media only screen and (min-width: 980px) {
  .spot04 .decoration {
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    right: 0;
    /* custom 980w */
  }
}
@media only screen and (min-width: 1300px) {
  .spot04 .decoration {
    transition-property: transform, opacity;
    transition-duration: 0.66s, 0.99s;
    transition-timing-function: ease-in-out;
    transition-delay: 0.54s, 0.33s;
    /* desk 1300w */
  }
}
.spot04 .decoration:after {
  content: '';
  border: 1px solid #fff;
  width: auto;
  height: auto;
  display: block;
  position: absolute;
  top: -1.1em;
  right: -1.1em;
  bottom: -1.1em;
  left: -1.1em;
  border-radius: 50%;
}
.spot04 .decoration img {
  width: 100%;
  border-radius: 50%;
  display: block;
  aspect-ratio: 1 / 1;
}
.spot04 .info {
  text-align: center;
  max-width: 31.75em;
}
@media only screen and (max-width: 979px) {
  .spot04 .info {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    /* custom 979oo */
  }
}
@media only screen and (min-width: 980px) {
  .spot04 .info {
    width: 51%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    /* custom 980w */
  }
}
.spot04 .tshow {
  color: #fff;
  width: 100%;
  margin: 0;
  display: block;
}
@media only screen and (max-width: 665px) {
  .spot04 .tshow {
    font-size: min(3.6vw, 1em);
    /* custom 666oo */
  }
}
.spot04 .tshow .cycle-slide {
  width: 100%;
  display: block;
}
.spot04 .tshow .testimony {
  line-height: 1.2;
  font-family: 'Prata', serif;
  width: 100%;
  position: relative;
  z-index: 400;
  margin: 0 auto 1.08em;
  display: block;
}
@media only screen and (max-width: 1299px) {
  .spot04 .tshow .testimony {
    font-size: clamp( 12px, 1.25em , 25px );
    /* desk 1300oo */
  }
}
@media only screen and (min-width: 1300px) {
  .spot04 .tshow .testimony {
    font-size: 1.25em;
    /* desk 1300w */
  }
}
.spot04 .tshow .testifier {
  letter-spacing: 0.16em;
  line-height: 1.36363636;
  font-size: 1.1em;
  text-transform: uppercase;
  font-weight: 300;
  display: block;
}
@media only screen and (max-width: 1299px) {
  .spot04 .tshow .testifier {
    font-size: clamp( 12px, 1.1em , 22px );
    /* desk 1300oo */
  }
}
@media only screen and (min-width: 1300px) {
  .spot04 .tshow .testifier {
    font-size: 1.1em;
    /* desk 1300w */
  }
}
.spot04 .links {
  line-height: 0;
  position: absolute;
  left: 0;
  z-index: 400;
}
@media only screen and (max-width: 979px) {
  .spot04 .links {
    text-align: center;
    width: 100%;
    bottom: -4.25em;
    /* desk 980oo */
  }
}
@media only screen and (min-width: 980px) {
  .spot04 .links {
    bottom: -3.25em;
    /* custom 980w */
  }
}
.spot04 .spotbtn {
  letter-spacing: 0.26em;
  font-size: 0.6em;
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
  color: #fff;
  width: 8.91666667em;
  background-color: #268ccc;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
  transition: background-color 0.33s ease-in-out;
}
@media only screen and (min-width: 320px) and (max-width: 359px) {
  .spot04 .spotbtn {
    line-height: 14.66666667px;
    padding: 7.33333333px 0;
    width: 62px;
    min-height: 44px;
    /* range */
  }
}
@media only screen and (min-width: 360px) and (max-width: 1299px) {
  .spot04 .spotbtn {
    line-height: 44px;
    /* desk 1300oo */
  }
}
@media only screen and (max-width: 1299px) {
  .spot04 .spotbtn {
    font-size: 12px;
    /* desk 1300oo */
  }
}
@media only screen and (min-width: 1300px) {
  .spot04 .spotbtn {
    line-height: 2.91666667;
    /* desk 1300w */
  }
}
.spot04 .spotbtn:after {
  content: '';
  background-color: #302c76;
  background-image: -moz-linear-gradient(45deg, #302c76 21%, #268ccc 66%);
  background-image: -webkit-linear-gradient(45deg, #302c76 21%, #268ccc 66%);
  background-image: linear-gradient(45deg, #302c76 21%, #268ccc 66%);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: opacity 0.33s ease-in-out;
  opacity: 0;
}
.spot04 .spotbtn:hover:after {
  opacity: 1;
}
.spot04 .socialmedia {
  line-height: 0;
  width: auto;
  height: auto;
  margin: 0 0 0 2px;
  background-color: #268ccc;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 400;
  white-space: nowrap;
  transition: background-color 0.33s ease-in-out;
}
@media only screen and (min-width: 360px) and (max-width: 1023px) {
  .spot04 .socialmedia {
    padding-left: 0.75em;
    /* range */
  }
}
@media only screen and (min-width: 1024px) {
  .spot04 .socialmedia {
    min-width: 192px;
    /* midTab 1024w */
  }
}
@media only screen and (max-width: 479px) {
  .spot04 .socialmedia {
    text-align: right;
    /* mintab 480oo */
  }
}
@media only screen and (min-width: 480px) {
  .spot04 .socialmedia {
    text-align: center;
    /* mintab 480w */
  }
}
@media only screen and (min-width: 1300px) {
  .spot04 .socialmedia {
    min-width: 9.6em;
    /* desk 1300w */
  }
}
.spot04 .socialmedia[data-active]:after {
  opacity: 1;
}
@media only screen and (min-width: 1300px) {
  .spot04 .socialmedia[data-active] {
    /* desk 1300w */
  }
  .spot04 .socialmedia[data-active]:before {
    font-size: 0;
    transform: translate3d(0, 0, 0) scaleY(0);
    opacity: 0;
    transition-delay: 0s, 0s, 0.24s;
  }
}
.spot04 .socialmedia:after {
  content: '';
  background-color: #302c76;
  background-image: -moz-linear-gradient(45deg, #302c76 21%, #268ccc 66%);
  background-image: -webkit-linear-gradient(45deg, #302c76 21%, #268ccc 66%);
  background-image: linear-gradient(45deg, #302c76 21%, #268ccc 66%);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: opacity 0.33s ease-in-out;
  opacity: 0;
}
.spot04 .socialmedia:before {
  content: 'Leave a Review ';
  letter-spacing: 0.26em;
  text-transform: uppercase;
  font-weight: 300;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
}
@media only screen and (min-width: 320px) and (max-width: 359px) {
  .spot04 .socialmedia:before {
    line-height: 14.66666667px;
    white-space: normal;
    text-align: center;
    padding: 7.33333333px 0;
    width: 88px;
    /* range */
  }
}
@media only screen and (min-width: 360px) and (max-width: 1299px) {
  .spot04 .socialmedia:before {
    line-height: 44px;
    /* desk 1300oo */
  }
}
@media only screen and (max-width: 1299px) {
  .spot04 .socialmedia:before {
    font-size: 12px;
    /* desk 1300oo */
  }
}
@media only screen and (min-width: 1300px) {
  .spot04 .socialmedia:before {
    line-height: 2.91666667;
    font-size: 0.6em;
    transition: transform 0.33s ease-in-out 0.24s, opacity 0.33s ease-in-out 0.24s, font-size 0.33s ease-in-out 0s;
    /* desk 1300w */
  }
}
.spot04 .socialmedia a {
  text-align: center;
  color: #fff;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
  transition: transform 0.33s ease-in-out, color 0.33s ease-in-out;
}
@media only screen and (max-width: 1023px) {
  .spot04 .socialmedia a {
    font-size: 12px;
    width: 44px;
    /* midTab 1024oo */
  }
}
@media only screen and (min-width: 1024px) {
  .spot04 .socialmedia a {
    font-size: 0.6em;
    width: 1.66666667em;
    /* midTab 1024w */
  }
}
@media only screen and (max-width: 1299px) {
  .spot04 .socialmedia a {
    line-height: 44px;
    /* desk 1300oo */
  }
}
@media only screen and (min-width: 1300px) {
  .spot04 .socialmedia a {
    line-height: 2.91666667;
    /* desk 1300w */
  }
}
.spot04 .socialmedia a:not(.spot) {
  display: none;
}
.spot04 .socialmedia a:hover {
  color: #fff;
  z-index: 400;
  transform: translate3d(0, 0, 0) scale(1.44);
}
.spot04 .socialmedia a.facebook .icon:before {
  content: '\f09a';
}
.spot04 .socialmedia a .icon {
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .spot04 .socialmedia a .icon:before {
    display: inline-block;
    transform: translate(0, 0) scale(1.5);
    /* midTab 1024oo */
  }
}
/* ==================================================================
	#ft
=================================================================== */
#ft {
  text-align: center;
  color: #fff;
  width: 100%;
  padding: 3.3em 0 0;
  background-color: #302c76;
  background-image: -moz-linear-gradient(45deg, #302c76 21%, #268ccc 66%);
  background-image: -webkit-linear-gradient(45deg, #302c76 21%, #268ccc 66%);
  background-image: linear-gradient(45deg, #302c76 21%, #268ccc 66%);
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media only screen and (min-width: 1300px) and (max-width: 1999px) {
  #ft {
    background-size: 2000px 100%;
    /* range 1300w - 1999oo */
  }
}
#ft a {
  color: #fff;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out;
}
#ft a:hover {
  color: #FEE8D6;
  text-decoration: underline;
}
/* ===============================================
		locations
=============================================== */
#location {
  width: 100%;
  padding: 1.7em 0 0;
  display: block;
}
@media only screen and (min-width: 768px) {
  #location {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.7em 0;
    /* midTab 768w */
  }
}
#location .logo {
  line-height: 0;
  text-align: center;
  display: block;
  order: 2;
}
@media only screen and (max-width: 767px) {
  #location .logo {
    width: 81%;
    margin: 0 auto;
    /* midTab 768oo */
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #location .logo {
    width: 25%;
    /* range */
  }
}
@media only screen and (min-width: 1024px) {
  #location .logo {
    margin: 0 7.85em;
    /* midTab 1024w */
  }
}
@media only screen and (min-width: 1300px) {
  #location .logo {
    width: 100%;
    max-width: 22.3em;
    /* desk 1300w */
  }
}
#location .logo svg {
  width: 100%;
  max-width: 22.3em;
  height: auto;
  max-height: 11.9em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #location .logo svg {
    width: 90%;
    /* range */
  }
}
#location .logo svg path {
  fill: #fff;
}
#location .mod {
  text-align: center;
  width: 100%;
  display: block;
}
@media only screen and (max-width: 767px) {
  #location .mod {
    margin: 0 auto;
    padding: 1em 0 0;
    /* midTab opt-out 768oo */
  }
}
@media only screen and (min-width: 768px) {
  #location .mod {
    margin: 0;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #location .mod {
    width: 33%;
    /* range */
  }
}
@media only screen and (min-width: 1024px) {
  #location .mod {
    width: 160px;
    /* midTab 1024w */
  }
}
#location .mod.contactus {
  order: 1;
}
@media only screen and (min-width: 768px) {
  #location .mod.contactus {
    text-align: left;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    flex-wrap: wrap;
    /* midTab 768w */
  }
}
#location .mod.bookus {
  order: 3;
}
@media only screen and (min-width: 768px) {
  #location .mod.bookus {
    text-align: right;
    /* midTab 768w */
  }
}
#location .address {
  margin: 0 auto 1.38461538em;
  display: block;
  order: 1;
}
@media only screen and (min-width: 768px) {
  #location .address {
    margin-left: 0;
    /* midTab 768w */
  }
}
@media only screen and (max-width: 1023px) {
  #location .address {
    line-height: 22px;
    font-size: clamp( 12px, 0.65em , 13px );
    /* midTab 1024oo */
  }
}
@media only screen and (min-width: 1024px) {
  #location .address {
    line-height: 1.38461538;
    font-size: 0.65em;
    /* midTab 1024w */
  }
}
#location .phone {
  display: block;
  order: 2;
}
@media only screen and (max-width: 767px) {
  #location .phone {
    line-height: 44px;
    font-size: clamp( 12px, 0.65em , 13px );
    /* midTab 768oo */
  }
}
@media only screen and (min-width: 768px) {
  #location .phone {
    line-height: 1.38461538;
    font-size: 0.65em;
    /* midTab 768w */
  }
}
#location .socialmedia {
  line-height: 0;
  text-align: inherit;
  width: 100%;
  height: auto;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  order: 3;
}
@media only screen and (max-width: 767px) {
  #location .socialmedia {
    margin: 0 0 0.75em;
    /* midTab 768oo */
  }
}
@media only screen and (min-width: 768px) {
  #location .socialmedia {
    margin: 0.75em 0 0;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 768px) and (max-width: 1299px) {
  #location .socialmedia {
    width: 60%;
    /* range */
  }
}
#location .socialmedia a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: transform 0.33s ease-in-out, color 0.33s ease-in-out;
}
@media only screen and (max-width: 1023px) {
  #location .socialmedia a {
    line-height: 44px;
    font-size: clamp( 12px, 0.55em , 11px );
    width: 44px;
    height: 44px;
    /* midTab 1024oo */
  }
}
@media only screen and (min-width: 1024px) {
  #location .socialmedia a {
    line-height: 4;
    font-size: 0.55em;
    height: 4em;
    width: 1.56em;
    /* maxTab 1024w */
  }
}
#location .socialmedia a:hover {
  z-index: 400;
}
#location .socialmedia a:hover .icon {
  transform: translate3d(0, 0, 0) scale(1.44);
}
#location .socialmedia a .icon {
  position: relative;
  transition: transform 0.33s ease-in-out;
}
#location .officehours {
  line-height: 0;
  max-width: 160px;
  margin: 0 auto 1.6em;
  display: block;
}
@media only screen and (min-width: 768px) {
  #location .officehours {
    margin-right: 0;
    /* midTab 768w */
  }
}
#location .officehours .days,
#location .officehours .hours {
  line-height: 1.38461538;
  font-size: clamp( 12px, 0.65em , 13px );
  display: inline-block;
  vertical-align: top;
  position: relative;
}
#location .officehours .days {
  text-align: right;
  width: 3.53846154em;
  padding-right: 1.53846154em;
}
#location .officehours .hours {
  text-align: left;
  width: 8.76923077em;
}
#location .spotbtn {
  font-size: clamp( 12px, 0.6em , 12px );
  font-family: 'Prata', serif;
  text-align: center;
  color: #fff;
  width: 13.33333333em;
  background-color: #c3ddee;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 1299px) {
  #location .spotbtn {
    line-height: 44px;
    /* desk 1300oo */
  }
}
@media only screen and (min-width: 1300px) {
  #location .spotbtn {
    line-height: 3.41666667;
    height: 3.25em;
    /* desk 1300w */
  }
}
#location .spotbtn:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
#location .spotbtn .icon {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media only screen and (max-width: 1299px) {
  #location .spotbtn .icon {
    width: auto;
    height: 44px;
    /* desk 1300oo */
  }
}
@media only screen and (min-width: 1300px) {
  #location .spotbtn .icon {
    width: 1em;
    height: 3.25em;
    /* desk 1300w */
  }
}
/* ==================================================================
		#links
=================================================================== */
#links {
  text-align: center;
  margin: 0;
}
@media only screen and (max-width: 1299px) {
  #links {
    padding: 2em 0;
    /* desk 1300oo */
  }
}
@media only screen and (min-width: 1300px) {
  #links {
    height: 4em;
    padding: 0;
    /* desk 1300w */
  }
}
@media only screen and (max-width: 1299px) {
  #links .util {
    line-height: 44px;
    font-size: clamp( 12px, 0.6em , 12px );
    /* desk 1300oo */
  }
}
@media only screen and (min-width: 1300px) {
  #links .util {
    line-height: 3.66666667;
    font-size: 0.6em;
    /* desk 1300w */
  }
}
#links .util a,
#links .util .divider {
  display: inline-block;
}
/* ===============================================
		sesame link
=============================================== */
a#sesame-link .sesameicon {
  width: 1.33333333em;
  height: 1.16666667em;
  margin-right: 0.5em;
  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 (max-width: 1299px) {
  #btt {
    padding: 0.39em 0;
    /* desk 1300oo */
  }
}
@media only screen and (min-width: 1300px) {
  #btt {
    height: 3.5em;
    padding: 0.65em 0 0;
    /* desk 1300w */
  }
}
a#backtotop {
  font-family: 'Prata', serif;
  text-transform: uppercase;
  color: #419bd3;
  display: inline-block;
  vertical-align: top;
  transition: color 0.33s ease-in-out;
}
@media only screen and (max-width: 1299px) {
  a#backtotop {
    line-height: 44px;
    font-size: clamp( 12px, 0.6em , 12px );
    /* desk 1300oo */
  }
}
@media only screen and (min-width: 1300px) {
  a#backtotop {
    line-height: 3.66666667;
    font-size: 0.6em;
    /* desk 1300w */
  }
}
a#backtotop:hover {
  color: #261e64;
}
/*superlative*/
/************************************************************************************************************************************************/
/* hide double hr aka div.hr */
hr,
.types-of-braces #content div.clear {
  font-size: inherit;
  height: 1px;
  width: 100%;
  margin: 1.58em 0;
  background: #666666;
  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: #261e64;
  float: left;
}
/* ===============================================
	Form Buttons
=============================================== */
form button {
  letter-spacing: normal;
  font-size: small;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  height: 38px;
  padding: 0 1.5em;
  background-color: #261e64;
  border: 1px solid #261e64;
  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: #2179bf;
  background-color: #2179bf;
}
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;
  height: 44px;
  width: auto;
  text-decoration: none;
  padding: 0 1.5em;
  background-color: #261e64;
  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: #2179bf;
}
/* ===============================================
	.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 (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
=============================================== */
  /*.success{ width:66%; }*/
  /*table.office-hours{ max-width:50%; }*/
  .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*/
}
/* ie nonsense */
/***********************************************
target ie11: html[data-useragent*='Trident/7.0']
***********************************************/
html[data-useragent*='Trident/7.0'] {
  /* END */
}
/* custom animations */
@keyframes flyinmobilenav {
  from {
    transform: translate(100%, 0);
    opacity: 0;
    pointer-events: none;
  }
  to {
    transform: translate(0, 0);
    opacity: 1;
    pointer-events: auto;
  }
}
/* ===============================================
	embed-container enhanced support
=============================================== */
@supports (aspect-ratio: 16 / 9) and (object-fit: cover) {
  .embed-container,
  .embed-container.ratio16x9 {
    height: auto;
    aspect-ratio: 16 / 9;
    padding: 0;
    display: block;
  }
  @media only screen and (max-width: 1299px) {
    .embed-container,
    .embed-container.ratio16x9 {
      max-width: min( 42.10526316em , 90% );
      /* desk 1300oo */
    }
  }
  @media only screen and (min-width: 1300px) {
    .embed-container,
    .embed-container.ratio16x9 {
      max-width: min( 42.10526316em , 1200px );
      /* desk 1300w */
    }
  }
  .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;
  }
}


body.appointment-request-form input[type=checkbox], body.refer-a-friend input[type=checkbox]{float:left; width:25px !important}

body.appointment-request-form form .radio-group label span{display:block !important}


