/* 
 Site Manager Version: 14.2.0
 Date Created: March 2026
 Account: lekavich-tim
 Written by: Ricky Rivas
 Sesame Communications - All rights reserved. C2026
 Any reproduction or intentional misuse is strictly prohibited
*/
/* ===============================================
              options
 =============================================== */
/* ===============================================
                    colors
 =============================================== */
/* ===============================================
					fonts
=============================================== */
/* ==================================================================
Basic Stylings
These will affect every size of the site.
================================================================== */
html {
  scroll-behavior: smooth;
}
/* ===============================================
	body 
=============================================== */
body,
input,
select,
textarea {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}
form button,
button {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}
svg {
  display: inline-block;
}
body {
  color: #000;
  background: #ccc;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 1300px) {
  body {
    font-size: 20px;
  }
}
/* ===============================================
	links 
=============================================== */
a {
  text-decoration: none;
}
#content a {
  color: #000;
  text-decoration: underline;
  transition: color 0.33s ease-in-out;
}
#content a:focus,
#content a:hover {
  color: #327f93;
  text-decoration: none;
}
/* ===============================================
	h family || hfam 
=============================================== */
h1,
h2:not(.topic),
h3:not(.topic),
h4,
h5,
h6 {
  line-height: 1;
  text-align: left;
  color: #444442;
  text-rendering: auto;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 1.44em;
}
.sub h1 {
  font-size: 10vw;
  font-weight: 700;
  margin: 0;
  text-transform: none;
  color: #fff;
}
@media only screen and (min-width: 480px) {
  .sub h1 {
    font-size: 3.4em;
  }
}
@media only screen and (min-width: 1300px) {
  .sub h1 {
    margin-bottom: 0.55882353em;
  }
}
.home h1 {
  margin: 0 0 1em;
  color: #413c79;
  font-size: min(36.22px, 8vw);
  line-height: 1.04914412;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media only screen and (min-width: 768px) {
  .home h1 {
    margin-bottom: 1.8em;
  }
}
@media only screen and (min-width: 1024px) {
  .home h1 {
    text-align: right;
    margin-bottom: 1.2em;
  }
}
.home h1 .trait {
  display: block;
}
.home h1 .trait.top {
  line-height: 1;
  font-size: 0.96631695em;
  color: #444442;
  font-weight: 500;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
}
h2:not(.topic) {
  font-size: 1.31578947em;
  color: #413c79;
}
h3:not(.topic) {
  font-size: 1.21052632em;
}
h4 {
  font-size: 1.10526316em;
}
h5 {
  font-size: 1.05263158em;
}
h6 {
  font-size: 1em;
}
/* ===============================================
	containers
=============================================== */
.container {
  max-width: 64.5em;
}
@media only screen and (min-width: 1300px) {
  .container {
    width: 90%;
  }
}
/* ===============================================
	list styles - global overrides
=============================================== */
.what-sets-us-apart #content ol,
.meet-the-team #content ol,
.our-office #content ol,
.office-tour #content ol,
body[class*="-after"] #content ol {
  margin: 0;
}
#content ul li {
  list-style: disc outside;
}
/* ==================================================================
	masthead
=================================================================== */
#masthead {
  width: 100%;
  min-height: 44px;
  padding: 0;
  background: none;
  position: absolute;
  z-index: 3000;
  top: 0;
  left: 0;
  height: 143px;
}
@media only screen and (min-width: 1024px) {
  #masthead {
    font-size: inherit;
    position: fixed;
  }
}
#masthead.home #hd {
  background-color: rgba(1, 57, 127, 0.9);
}
#masthead .container {
  width: calc(100% - 40px);
}
@media only screen and (min-width: 666px) {
  #masthead .container {
    width: calc(100% - 45px);
  }
}
@media only screen and (min-width: 1024px) {
  #masthead .container {
    width: calc(100% - 30px);
  }
}
@media only screen and (max-width: 1299px) {
  #masthead .container {
    max-width: none;
  }
}
/* ===============================================
TRIGGER/NAVICON
=============================================== */
#trigger {
  line-height: 44px;
  color: #287f92;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  background: none;
  box-shadow: none;
  border: none;
  -webkit-display: none;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 600;
  transition: color 0.33s ease-in-out;
  cursor: pointer;
}
#trigger:focus-visible {
  color: #327f93;
}
@media only screen and (min-width: 768px) {
  #trigger {
    display: none;
  }
}
.open #trigger .navicon span:nth-child(1) {
  transform: translate(0, 13px) scaleX(0) rotate(0deg);
}
.open #trigger .navicon span:nth-child(4) {
  transform: translate(0, -13px) scaleX(0) rotate(0deg);
}
.open #trigger .navicon span:nth-child(2) {
  transform: translate(0, 0) scaleX(1) rotate(45deg);
}
.open #trigger .navicon span:nth-child(3) {
  transform: translate(0, 0) scaleX(1) rotate(-45deg);
}
#trigger .navicon {
  width: 40px;
  height: 26px;
  display: inline-block;
  position: relative;
}
#trigger .navicon span {
  width: 100%;
  height: 6px;
  margin: auto;
  background: currentcolor;
  display: block;
  position: absolute;
  left: 0;
  opacity: 1;
  transform: translate(0, 0) scaleX(1) rotate(0deg);
  transition: transform 0.3s ease;
}
#trigger .navicon span:nth-child(1) {
  top: 0;
}
#trigger .navicon span:nth-child(2),
#trigger .navicon span:nth-child(3) {
  top: 0;
  bottom: 0;
}
#trigger .navicon span:nth-child(4) {
  bottom: 0;
}
/* ==================================================================
	main-nav
=================================================================== */
#main-nav {
  font-size: 20px;
  text-align: center;
  width: 100%;
  height: 48px;
  margin: 0;
  padding: 0;
  background: #a2ccd9;
  position: absolute;
  bottom: 0;
  right: 0;
  clear: both;
}
@media only screen and (min-width: 768px) {
  #main-nav {
    font-size: inherit;
    width: 100%;
    height: 48px;
    margin-top: 0em;
    box-shadow: none;
    z-index: 2900;
  }
}
@media only screen and (max-width: 767px) {
  #main-nav.open .collapsible {
    transition-duration: 0.33s;
    transition-timing-function: ease;
    transform: translate(0, 0);
    visibility: visible;
    pointer-events: auto;
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  #main-nav .collapsible {
    width: 100vw;
    position: absolute;
    top: 100%;
    right: 0;
    transition-property: transform, opacity, visibility;
    transition-duration: 0.09s;
    transition-timing-function: linear;
    transform: translate(100%, 0);
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
  }
}
@media only screen and (min-width: 768px) {
  #main-nav .collapsible {
    margin: 0 auto;
    position: relative;
  }
}
#main-nav .container {
  height: 100%;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  #main-nav .container {
    width: 100%;
    max-width: none;
  }
}
#main-nav .mod {
  display: none;
}
@media only screen and (max-width: 665px) {
  #main-nav .mod {
    background-color: #01397f;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    position: relative;
    transition-property: transform, opacity;
    transition-duration: 0.6s, 0.9s;
    transition-timing-function: ease-in-out;
    transition-delay: 0.24s;
    padding: 24px 0 42px;
  }
  #main-nav .mod.mobtron {
    transform: translate(0, -33px);
    transition-duration: 0s;
    transition-delay: 0s;
    pointer-events: none;
    opacity: 0;
  }
  #main-nav .mod.mobtron * {
    pointer-events: none;
  }
  #main-nav .mod.mobtron:focus-within {
    transform: translate(0, 0);
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s;
    pointer-events: auto;
    opacity: 1;
  }
  #main-nav .mod.mobtron:focus-within * {
    pointer-events: auto;
  }
}
/* ===============================================
TOP LEVEL ITEMS || top ul
=============================================== */
#main-nav ul {
  margin: 0;
  padding: 40px 0 40px;
  background-color: #287f92;
  position: relative;
  z-index: 550;
}
@media only screen and (max-width: 767px) {
  #main-nav ul {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) {
  #main-nav ul {
    height: 48px;
    width: 100%;
    margin: 0;
    padding: 0;
    background: none;
    position: static;
    float: none;
  }
}
#main-nav ul li {
  clear: both;
  cursor: pointer;
}
@media (min-width: 768px) and (max-width: 1299px) and (pointer: coarse) {
  #main-nav ul li {
    /* flyout appear on tablet click event */
  }
  #main-nav ul li.open > ul {
    width: auto;
    height: auto;
    margin: 0;
    clip: auto;
    pointer-events: auto;
  }
}
@media only screen and (min-width: 768px) {
  #main-nav ul li {
    margin: 0 24px 0 0;
    background: none;
    vertical-align: top;
    clear: none;
    width: auto;
    display: inline-block;
    height: 100%;
  }
  #main-nav ul li a:focus-visible + ul,
  #main-nav ul li ul:focus-within,
  #main-nav ul li:hover > ul {
    width: auto;
    height: auto;
    margin: 0;
    clip: auto;
    pointer-events: auto;
  }
  #main-nav ul li.contact,
  #main-nav ul li.contact-us {
    margin-right: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #main-nav ul li.contact,
  #main-nav ul li.contact-us {
    margin-right: 0;
    padding-right: 0;
  }
  #main-nav ul li.contact:focus-visible > ul,
  #main-nav ul li.contact-us:focus-visible > ul,
  #main-nav ul li.contact:focus-within > ul,
  #main-nav ul li.contact-us:focus-within > ul,
  #main-nav ul li.contact.clicked > ul,
  #main-nav ul li.contact-us.clicked > ul,
  #main-nav ul li.contact.active > ul,
  #main-nav ul li.contact-us.active > ul,
  #main-nav ul li.contact:hover ul,
  #main-nav ul li.contact-us:hover ul {
    margin: 0;
    left: auto;
    right: 0em;
    transform: translate(0, 0);
  }
  #main-nav ul li.contact ul li a,
  #main-nav ul li.contact-us ul li a {
    text-align: right;
    float: right;
    padding: 0 1.1em 0 8.1em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1350px) {
  #main-nav ul li:nth-last-of-type(2) ul > li > ul {
    right: 100% !important;
    left: auto;
  }
  #main-nav ul li:nth-last-of-type(2) ul > li > ul a {
    padding-left: 2em;
  }
}
#main-nav ul li a[id] {
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  height: 50px;
  margin: 0;
  pointer-events: none;
  text-shadow: 0.2px 0.2px 0px currentColor;
}
@media only screen and (min-width: 768px) {
  #main-nav ul li a[id] {
    line-height: 43px;
    font-size: 18px;
    color: #01397f;
    text-align: center;
    height: 100%;
    z-index: 3000;
    pointer-events: auto;
  }
}
@media (min-width: 768px) and (max-width: 1299px) and (pointer: coarse) {
  #main-nav ul li a[id] {
    /* allows tablet users to access flyouts on desktop style nav */
    z-index: -1;
  }
  #main-nav ul li a[id].home {
    z-index: 1;
  }
}
#main-nav ul li a[id]:after {
  content: "";
  width: 17px;
  height: 3px;
  background-color: #fff;
  display: block;
  position: absolute;
  left: calc(50% - 7.5px);
  transition:
    transform 0.33s ease-in-out,
    opacity 0.33s ease-in-out;
  transform: translate(0, 0) scaleX(0);
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  #main-nav ul li a[id]:after {
    bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  #main-nav ul li a[id]:after {
    bottom: 0.675em;
    background-color: #287f92;
    left: 0;
  }
}
#main-nav ul li a[id].home {
  pointer-events: auto;
}
#main-nav ul li:focus-within > a[id],
#main-nav ul li.clicked > a[id],
#main-nav ul li.active > a[id],
#main-nav ul li:hover > a[id] {
  text-decoration: none;
  transition-duration: 0.15s;
}
#main-nav ul li:focus-within > a[id]:after,
#main-nav ul li.clicked > a[id]:after,
#main-nav ul li.active > a[id]:after,
#main-nav ul li:hover > a[id]:after {
  transition-duration: 0.15s;
  transform: translate(0, 0) scaleX(1);
  opacity: 1;
}
/* ===============================================
Flyout || ul ul
=============================================== */
#main-nav ul ul {
  width: 100%;
  padding: 0;
  background: none;
  border: none;
  float: left;
  transition: visibility 0.33s ease-in-out;
}
@media only screen and (min-width: 768px) {
  #main-nav ul ul {
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0.4em 0 0.8em;
    position: absolute;
    background: #287f92;
    left: 0em;
    clip: rect(0 0 0 0);
    pointer-events: none;
    z-index: 2800;
  }
}
#main-nav ul ul li {
  height: 0;
  background: none;
  opacity: 0;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #main-nav ul ul li {
    height: 35px;
    margin: 0;
    padding: 0;
    opacity: 1;
  }
}
#main-nav ul ul li a {
  line-height: 44px;
  font-size: 15px;
  color: #f5f5f5;
  width: 100%;
  height: 44px;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition:
    color 0.33s ease-in-out,
    background-color 0.33s ease-in-out;
}
@media only screen and (min-width: 768px) {
  #main-nav ul ul li a {
    line-height: 35px;
    text-align: left;
    white-space: nowrap;
    height: 35px;
    padding: 0 6.5em 0 1.1em;
    float: left;
  }
}
@media only screen and (min-width: 1024px) {
  #main-nav ul ul li a {
    padding: 0 8.1em 0 1.1em;
  }
}
#main-nav ul ul li a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #a2ccda;
  z-index: -1;
  transition: transform 0.33s ease-in-out;
  transform: translate(150%, 0) skewX(-45deg);
}
#main-nav ul ul li a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(65, 60, 121, 0.5);
  z-index: -2;
  transition: transform 0.33s ease-in-out;
  transform: translate(150%, 0) skewX(-45deg);
}
#main-nav ul ul li a:focus-visible,
#main-nav ul ul li a:hover,
#main-nav ul ul li a.active {
  text-decoration: none;
  color: #01397f;
  margin-bottom: 0;
  background: #a2ccda;
  border: none;
  transition-delay: 0.16s, 0.33s;
}
#main-nav ul ul li a:focus-visible::after,
#main-nav ul ul li a:hover::after,
#main-nav ul ul li a.active::after,
#main-nav ul ul li a:focus-visible::before,
#main-nav ul ul li a:hover::before,
#main-nav ul ul li a.active::before {
  transform: translate(0, 0) skewX(0deg);
}
#main-nav ul ul li a:focus-visible::before,
#main-nav ul ul li a:hover::before,
#main-nav ul ul li a.active::before {
  transition-delay: 0.16s;
}
/* ===============================================
TERTIARY || if ul ul ul exists
=============================================== */
@media only screen and (max-width: 767px) {
  #main-nav ul ul ul {
    background: rgba(0, 0, 0, 0.1);
    padding-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  #main-nav ul ul ul {
    padding: 1em 0;
    background: #327f93;
    position: absolute;
    top: -1em;
    left: 100%;
    display: block;
    transform: translate(0, 0);
  }
  #main-nav ul ul ul li a {
    padding: 0 1.6em;
  }
}
@media only screen and (min-width: 768px) {
  #main-nav ul ul li:focus-visible > a,
  #main-nav ul ul li:hover > a {
    background: #a2ccda;
    color: #01397f;
  }
  #main-nav ul ul li:focus-visible ul,
  #main-nav ul ul li:hover ul {
    width: auto;
    height: auto;
    margin: 0;
    clip: auto;
    pointer-events: auto;
    transform: translate(0, 0);
  }
}
/* ===============================================
Flyout animation
=============================================== */
@media only screen and (max-width: 767px) {
  #main-nav ul ul li {
    overflow: hidden;
  }
}
@media only screen and (max-width: 767px) {
  #main-nav.open ul ul {
    visibility: hidden;
  }
  #main-nav.open ul .clicked ul {
    padding: 0.5em 0;
    visibility: visible;
  }
  #main-nav.open ul .clicked ul li {
    height: auto;
    overflow: visible;
    opacity: 1;
  }
}
/* ===============================================
	FULLMOB RULES
=============================================== */
/* ==================================================================
	header
=================================================================== */
#hd {
  text-align: center;
  color: #fff;
  height: 95px;
  padding: 0;
  position: relative;
  pointer-events: none;
  background-color: #01397f;
}
@media only screen and (min-width: 666px) {
  #hd {
    text-align: right;
  }
}
@media only screen and (min-width: 1024px) {
  #hd {
    z-index: 3000;
  }
}
#hd .container {
  height: 100%;
  pointer-events: none;
  max-width: 66.2em;
}
#hd .mod {
  justify-content: center;
  z-index: 420;
  display: none;
}
@media only screen and (min-width: 666px) {
  #hd .mod {
    display: inline-flex;
    align-items: center;
    height: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  #hd .mod {
    gap: 12px;
    vertical-align: top;
  }
}
/* ===============================================
	logo
=============================================== */
#logo {
  line-height: 0;
  width: 19.55em;
  margin: 0 auto 0;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: auto;
  font-size: 0.875em;
}
@media only screen and (min-width: 666px) {
  #logo {
    left: 0;
    transform: translate(0, -50%);
  }
}
@media only screen and (min-width: 1024px) {
  #logo {
    font-size: 20px;
    margin: 0 0 0 6px;
  }
}
#logo a {
  display: inline-block;
  vertical-align: top;
  transition: opacity 0.33s ease-in-out;
}
@media only screen and (max-width: 1023px) {
  #logo a {
    min-height: 44px;
    display: flex;
    align-items: center;
  }
}
#logo a:focus-visible {
  opacity: 0.51;
}
#logo svg {
  width: 19.55em;
  height: 3.55em;
}
/* ===============================================
	contact info
=============================================== */
.contactinfo {
  text-align: center;
  width: auto;
  margin: 0;
  display: inline-flex;
  align-items: center;
  flex-direction: column;
  vertical-align: top;
  pointer-events: auto;
}
@media only screen and (min-width: 666px) {
  .contactinfo {
    flex-direction: row;
    margin-right: 10px;
  }
}
@media only screen and (min-width: 1024px) {
  .contactinfo {
    gap: 0em;
    margin: 0;
  }
}
.contactinfo .address {
  font-size: clamp(12px, 0.6em, 12px);
  width: auto;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (min-width: 666px) and (max-width: 1023px) {
  .contactinfo .address {
    font-size: 25px;
    width: 48px;
    padding: 0;
  }
  .contactinfo .address .cta {
    white-space: nowrap;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }
}
@media only screen and (max-width: 1023px) {
  .contactinfo .address {
    line-height: 46px;
  }
}
@media only screen and (min-width: 1024px) {
  .contactinfo .address {
    line-height: 3.08333333;
  }
}
.contactinfo .phone {
  font-size: clamp(12px, 0.6em, 12px);
  display: inline-block;
  vertical-align: top;
}
@media only screen and (min-width: 666px) and (max-width: 1023px) {
  .contactinfo .phone {
    font-size: 25px;
    width: 48px;
    padding: 0;
  }
  .contactinfo .phone .cta {
    white-space: nowrap;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }
}
@media only screen and (max-width: 1023px) {
  .contactinfo .phone {
    line-height: 46px;
  }
}
@media only screen and (min-width: 1024px) {
  .contactinfo .phone {
    line-height: 3.08333333;
  }
}
.contactinfo a {
  color: #fff;
  transition:
    color 0.33s ease-in-out,
    border-color 0.33s ease-in-out,
    background-color 0.33s ease-in-out;
  position: relative;
  padding: 0 0.79166667em;
  z-index: 1;
  border: 1px solid transparent;
  overflow: hidden;
}
.contactinfo a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #423d7a;
  z-index: -1;
  transition: transform 0.33s ease-in-out;
  transform: translate(150%, 0) skewX(-45deg);
}
.contactinfo a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(40, 127, 146, 0.5);
  z-index: -2;
  transition: transform 0.33s ease-in-out;
  transform: translate(150%, 0) skewX(-45deg);
}
.contactinfo a .icon {
  width: auto;
}
.contactinfo a:focus,
.contactinfo a:hover {
  border-color: #fff;
  background-color: #423d7a;
  transition-delay: 0.16s, 0.16s, 0.33s;
}
.contactinfo a:focus::after,
.contactinfo a:hover::after,
.contactinfo a:focus::before,
.contactinfo a:hover::before {
  transform: translate(0, 0) skewX(0deg);
}
.contactinfo a:focus::before,
.contactinfo a:hover::before {
  transition-delay: 0.16s;
}
.contactinfo a:focus .icon,
.contactinfo a:hover .icon {
  animation: fa-bounce 1s ease;
}
/* ===============================================
	utility-nav
=============================================== */
.utilitynav {
  line-height: 0;
  width: auto;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 400;
  pointer-events: auto;
}
.utilitynav ul {
  display: contents;
}
.utilitynav ul li {
  display: contents;
}
.utilitynav ul li:nth-child(n + 2) {
  margin: 0 0 0 0.5em;
}
.utilitynav a {
  font-size: clamp(12px, 0.6em, 12px);
  padding: 0 0.79166667em;
  text-align: center;
  color: #fff;
  border: 1px solid currentColor;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 1;
  transition:
    color 0.33s ease-in-out,
    border-color 0.33s ease-in-out,
    background-color 0.33s ease-in-out;
  overflow: hidden;
}
@media only screen and (min-width: 666px) and (max-width: 1299px) {
  .utilitynav a {
    width: 48px;
    font-size: 25px;
    padding: 0;
  }
  .utilitynav a .cta {
    white-space: nowrap;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }
}
@media only screen and (max-width: 1299px) {
  .utilitynav a {
    line-height: 46px;
  }
}
@media only screen and (min-width: 1300px) {
  .utilitynav a {
    line-height: 3.08333333;
    width: auto;
  }
}
.utilitynav a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #423d7a;
  z-index: -1;
  transition: transform 0.33s ease-in-out;
  transform: translate(150%, 0) skewX(-45deg);
}
.utilitynav a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(40, 127, 146, 0.5);
  z-index: -2;
  transition: transform 0.33s ease-in-out;
  transform: translate(150%, 0) skewX(-45deg);
}
.utilitynav a .icon {
  width: auto;
}
.utilitynav a:focus,
.utilitynav a:hover {
  border-color: #fff;
  background-color: #423d7a;
  transition-delay: 0.16s, 0.16s, 0.33s;
}
.utilitynav a:focus::after,
.utilitynav a:hover::after,
.utilitynav a:focus::before,
.utilitynav a:hover::before {
  transform: translate(0, 0) skewX(0deg);
}
.utilitynav a:focus::before,
.utilitynav a:hover::before {
  transition-delay: 0.16s;
}
.utilitynav a:focus .icon,
.utilitynav a:hover .icon {
  animation: fa-bounce 1s ease;
}
/* ===============================================
	socialmedia
=============================================== */
#hd .socialmedia,
#masthead > .socialmedia {
  line-height: 0;
  text-align: center;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 2px;
  position: absolute;
  top: 100%;
  right: 0;
  pointer-events: auto;
}
@media only screen and (min-width: 1024px) {
  #hd .socialmedia,
  #masthead > .socialmedia {
    width: 2.2em;
    margin: 0;
    flex-direction: column;
    top: 12.5em;
    right: 1em;
  }
}
@media only screen and (min-width: 1300px) {
  #hd .socialmedia,
  #masthead > .socialmedia {
    position: fixed;
  }
}
#hd .socialmedia a,
#masthead > .socialmedia a {
  font-size: clamp(12px, 0.55em, 11px);
  color: #fff;
  min-width: 24px;
  min-height: 24px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.7);
  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) {
  #hd .socialmedia a,
  #masthead > .socialmedia a {
    line-height: 44px;
    width: 44px;
    height: 44px;
  }
}
@media only screen and (min-width: 1024px) {
  #hd .socialmedia a,
  #masthead > .socialmedia a {
    line-height: 4;
    width: auto;
    height: 4em;
  }
}
#hd .socialmedia a:focus,
#masthead > .socialmedia a:focus,
#hd .socialmedia a:hover,
#masthead > .socialmedia a:hover {
  color: #fff;
  background: #327f93;
  z-index: 400;
  transform: translate(0, 0) scale(1.44);
}
#hd .socialmedia a .icon,
#masthead > .socialmedia a .icon {
  position: relative;
}
/* ==================================================================
	slideshow
=================================================================== */
#slideshow {
  text-align: center;
  min-height: 35.14285714vw;
  background: #000;
  position: relative;
  z-index: 400;
}
@media only screen and (max-width: 665px) {
  #slideshow {
    min-height: 537px;
  }
}
@media only screen and (min-width: 666px) and (max-width: 1300px) {
  #slideshow {
    width: 100%;
    margin-top: 0;
    top: 0;
  }
}
@media only screen and (min-width: 666px) and (max-width: 1999px) {
  #slideshow {
    height: 738px;
    min-height: 738px;
  }
}
@media only screen and (min-width: 1300px) {
  #slideshow {
    height: calc(100vh - 40px);
    min-height: 400px;
    max-height: 738px;
  }
}
#slideshow #home-slideshow {
  width: 100%;
  margin: 0;
}
@media only screen and (max-width: 665px) {
  #slideshow #home-slideshow {
    width: 1456px;
    margin: 0 calc(-728px + 50vw);
  }
}
@media only screen and (min-width: 666px) and (max-width: 1999px) {
  #slideshow #home-slideshow {
    width: 2000px;
    margin: 0 calc(-1000px + 50vw);
    position: relative;
  }
}
@media only screen and (min-width: 1300px) {
  #slideshow #home-slideshow {
    opacity: 0;
  }
}
#slideshow #home-slideshow .hpslide {
  width: 100%;
  max-width: none;
}
/* ==================================================================
	.spotlight
=================================================================== */
.spotlight {
  text-align: center;
  position: relative;
  z-index: 400;
}
.spotlight > div {
  position: relative;
}
/* ===============================================
	spot00 || COMMON SERVICES/CALLOUT-LIKE SECTION EXAMPLE
=============================================== */
.spot01 {
  text-align: center;
  color: #327f93;
  margin: 0;
  padding: 0 0 60px;
  position: relative;
  z-index: 410;
  display: grid;
  grid-template-columns: repeat(1, 222px);
  place-content: center;
  justify-content: center;
  align-items: center;
  gap: 23px;
  background-color: #f5f5f5;
}
@media only screen and (min-width: 666px) {
  .spot01 {
    grid-template-columns: repeat(2, 222px);
    gap: 18px 40px;
  }
}
@media only screen and (min-width: 768px) {
  .spot01 {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 1024px) {
  .spot01 {
    grid-template-columns: repeat(4, 222px);
    gap: 30px;
  }
}
@media only screen and (min-width: 1300px) {
  .spot01 {
    padding-left: 0.2em;
    gap: 2em;
  }
}
.spot01 a {
  color: #fff;
  border: 8px solid #fff;
  background-color: #fff;
  width: 222px;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: color 0.33s ease-in-out;
  overflow: hidden;
}
.spot01 a:nth-child(1) {
  margin-top: -41px;
}
@media only screen and (min-width: 666px) {
  .spot01 a:nth-child(2) {
    margin-top: -41px;
  }
}
@media only screen and (min-width: 1024px) {
  .spot01 a {
    margin-top: -41px;
  }
}
@media only screen and (min-width: 1300px) {
  .spot01 a {
    opacity: 0;
  }
}
.spot01 a .decoration {
  width: 100%;
  transition: transform 0.33s ease-in-out;
  transform: translate(100%, 0);
}
.spot01 a .mod {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-bottom: 0.2em;
  justify-content: center;
  align-items: center;
  z-index: 1;
  gap: 1.4em;
}
.spot01 a .mod::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #287f92;
  z-index: -1;
  transition: transform 0.33s ease-in-out;
  transform-origin: left;
}
.spot01 a .mod .icon {
  line-height: 1;
  font-size: 42px;
  transition:
    transform 0.33s ease-in-out,
    opacity 0.16s ease-in-out;
  transition-delay: 0s, 0.16s;
  width: auto;
}
.spot01 a .mod .icon::before {
  display: inline-block;
  transition: transform 0.33s ease-in-out;
}
.spot01 a .mod .icon.fs-40 {
  line-height: 1;
  font-size: clamp(12px, 2em, 40px);
}
.spot01 a .mod h2.topic {
  line-height: 1.57894737;
  font-size: 19px;
  text-transform: uppercase;
  color: currentcolor;
  display: block;
  font-weight: 400;
  margin: 0;
  transition:
    transform 0.33s ease-in-out,
    opacity 0.33s ease-in-out;
  transition-delay: 0s, 0.16s;
}
.spot01 a .mod h2.topic .trait {
  line-height: 0.8;
  font-size: clamp(12px, 1.05263158em, 20px);
  font-weight: 700;
  display: block;
}
.spot01 a .hover-mod {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.05) 50%
  );
  text-align: left;
  gap: 0.4em;
  padding: 0 4.5px 0.5em 4.5px;
}
.spot01 a .hover-icon {
  line-height: 1;
  font-size: 42px;
  transition:
    transform 0.33s ease-in-out,
    opacity 0.16s ease-in-out;
  width: auto;
  transform: translate(250%, -250%);
  opacity: 0;
}
.spot01 a .hover-icon::before {
  display: inline-block;
  transition: transform 0.33s ease-in-out;
}
.spot01 a h2.hover-topic {
  line-height: 1.26666667;
  font-size: 15px;
  text-transform: uppercase;
  color: currentcolor;
  display: block;
  font-weight: 400;
  margin: 0 0 0.15em;
  transition:
    transform 0.33s ease-in-out,
    opacity 0.33s ease-in-out;
  transform: translate(0, -80%) scale(1.1);
  opacity: 0;
}
.spot01 a h2.hover-topic .trait {
  line-height: 1.10526316;
  font-size: clamp(12px, 1.26666667em, 19px);
  font-weight: 700;
  display: block;
  transition: transform 0.33s ease-in-out;
}
.spot01 a:focus .decoration,
.spot01 a:hover .decoration {
  transform: translate(0%, 0);
}
.spot01 a:focus .mod .icon,
.spot01 a:hover .mod .icon {
  transform: translate(-150%, 150%);
  opacity: 0;
  transition-delay: 0s;
}
.spot01 a:focus .mod .icon::before,
.spot01 a:hover .mod .icon::before {
  transform: rotateY(360deg);
}
.spot01 a:focus .mod h2.topic,
.spot01 a:hover .mod h2.topic {
  transform: translate(0%, 100%) scale(0.9);
  opacity: 0;
  transition-delay: 0s;
}
.spot01 a:focus .mod::before,
.spot01 a:hover .mod::before {
  transform: translate(-150%, 0) skewX(45deg);
  transform-origin: right;
}
.spot01 a:focus .hover-mod .hover-icon,
.spot01 a:hover .hover-mod .hover-icon,
.spot01 a:focus .hover-mod .hover-topic,
.spot01 a:hover .hover-mod .hover-topic {
  transform: translate(0%, 0%);
  opacity: 1;
  transition-delay: 0s, 0.16s;
}
.spot01 a:focus .hover-mod .hover-icon::before,
.spot01 a:hover .hover-mod .hover-icon::before,
.spot01 a:focus .hover-mod .hover-topic::before,
.spot01 a:hover .hover-mod .hover-topic::before {
  transform: rotateY(360deg);
}
/* ==================================================================
	content
=================================================================== */
#bd {
  padding: 3em 0;
  background: #fff;
  position: relative;
  z-index: 400;
}
@media only screen and (min-width: 768px) {
  #bd {
    padding: 4.6em 0 3em;
  }
}
#bd.sub:after {
  content: none;
  height: 100%;
  background: #a3ccda;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  #bd.sub:after {
    width: 24%;
    content: "";
  }
}
@media only screen and (min-width: 1300px) {
  #bd.sub:after {
    width: auto;
    right: calc(50% + min(14.9em, 21%));
  }
}
#bd .container {
  width: 90%;
  max-width: 64.5em;
}
#content {
  max-width: 863px;
  display: block;
}
@media only screen and (min-width: 768px) {
  #content {
    width: 66.89922481%;
    max-width: 43.15em;
    margin-left: auto;
    margin-right: auto;
    float: right;
  }
}
@media only screen and (min-width: 1300px) {
  #content {
    width: 66.89922481%;
    margin: 0;
  }
}
#content .content-text {
  line-height: 1.68421053;
}
@media only screen and (min-width: 666px) {
  #content .content-text {
    font-size: min(2.3vw, 19px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1299px) {
  #content .content-text {
    max-width: 70ch;
  }
}
@media only screen and (min-width: 1300px) {
  #content .content-text {
    font-size: 19px;
  }
}
/* ==================================================================
	.home content
=================================================================== */
.home #bd {
  padding: 3em 0;
  background-color: #a2ccda;
}
@media only screen and (min-width: 768px) {
  .home #bd {
    padding: 5em 0;
  }
}
@media only screen and (min-width: 1024px) {
  .home #bd {
    padding: 4.15em 0 1.95em;
  }
}
.home #bd .container {
  width: 90%;
  max-width: 65.8em;
  /* @media only screen and (min-width: 768px) and (max-width: 1299px) { 
			max-width:70ch; 
		} */
}
.home #bd #content {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  float: none;
  max-width: none;
  gap: 1em;
}
@media only screen and (min-width: 768px) {
  .home #bd #content {
    gap: 2em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .home #bd #content {
    max-width: 70ch;
  }
}
@media only screen and (min-width: 1024px) {
  .home #bd #content {
    gap: 3.75em;
    flex-direction: row;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1300px) {
}
.home #bd #content .mod {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .home #bd #content .mod {
    max-width: 607px;
    width: 48.25227964%;
    padding-top: 0.7em;
  }
}
.home #bd #content .mod header {
  max-width: 400px;
}
@media only screen and (min-width: 1024px) {
  .home #bd #content .mod header {
    margin-left: auto;
    margin-right: 0.25em;
  }
}
.home #bd #content .mod .embed-container {
  margin: 0 0 1em auto;
  max-width: none;
}
.home #bd #content .content-text {
  padding: 0.5em 0 0;
  background: url(../images/bdmark.svg) center top / 90% auto no-repeat;
}
@media only screen and (min-width: 666px) {
}
@media only screen and (min-width: 1024px) {
  .home #bd #content .content-text {
    max-width: 33.4em;
    width: 48.25227964%;
  }
}
@media only screen and (min-width: 1300px) {
}
.home #bd #content .content-text h2 {
  font-size: 1.31578947em;
  line-height: 1.28;
  margin-bottom: 0.6em;
}
.home #bd #content .content-text ol,
.home #bd #content .content-text ul {
  margin: 0 0 1.3em 2.5em;
}
.home #bd #content .content-text ol li,
.home #bd #content .content-text ul li {
  margin: 0 0 1.3em 0;
}
.home #bd #content .content-text ol li:nth-last-of-type(1),
.home #bd #content .content-text ul li:nth-last-of-type(1) {
  margin: 0;
}
.home #bd #content p {
  margin-bottom: 1.3em;
}
/* ==================================================================
	custom content
=================================================================== */
.mediaslider {
  text-align: center;
  max-width: calc(100% - 88px);
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.mediaslider button {
  background: none;
  border: none;
  -webkit-appearance: none;
  cursor: pointer;
  pointer-events: auto;
}
.mediaslider .cycle-slideshow {
  width: 100%;
  margin: 0.5em 0 1.5em;
  position: relative;
  pointer-events: none;
  z-index: 400;
}
.mediaslider .cycle-slideshow > button {
  font-size: 2.8em;
  color: #000;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  transition: opacity 0.35s ease;
  pointer-events: auto;
}
.mediaslider .cycle-slideshow > button.cycle-prev {
  text-align: left;
  right: 100%;
  left: auto;
}
.mediaslider .cycle-slideshow > button.cycle-next {
  text-align: right;
  direction: rtl;
  right: auto;
  left: 100%;
}
.mediaslider .cycle-slideshow > button:focus,
.mediaslider .cycle-slideshow > button:hover {
  opacity: 0.69;
}
.mediaslider .cycle-slideshow > button .icon {
  transform-origin: 50% 50%;
}
.mediaslider.ba .cycle-slideshow:before,
.mediaslider.ba.top .cycle-slideshow:before,
.mediaslider.ba .cycle-slideshow:after,
.mediaslider.ba.top .cycle-slideshow:after {
  width: 50%;
  padding: 0.66em 0;
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0.54) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.54) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.54) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  display: block;
  position: absolute;
  top: 0;
  z-index: 420;
}
.mediaslider.ba .cycle-slideshow:before,
.mediaslider.ba.top .cycle-slideshow:before {
  content: "Before";
  left: 0;
}
.mediaslider.ba .cycle-slideshow:after,
.mediaslider.ba.top .cycle-slideshow:after {
  content: "After";
  right: 0;
}
.mediaslider.ba.bottom .cycle-slideshow:before,
.mediaslider.ba.bottom .cycle-slideshow:after {
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.54) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.54) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.54) 100%
  );
  top: auto;
  bottom: 0;
}
.mediaslider.multi .cycle-slide {
  display: flex !important;
}
.mediaslider.multi .cycle-slide img {
  width: 50%;
}
.mediaslider .custompager {
  margin-bottom: 1.58em;
  display: block;
  position: relative;
}
.mediaslider .custompager > button {
  height: 44px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media only screen and (max-width: 1299px) {
  .mediaslider .custompager > button {
    width: 44px;
  }
}
@media only screen and (min-width: 1300px) {
  .mediaslider .custompager > button {
    width: 1rem;
    margin: 0 6px;
    cursor: pointer;
  }
}
.mediaslider .custompager > button:before {
  content: "";
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  margin: auto;
  background-color: #000;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: background-color 0.33s ease-in-out;
}
.mediaslider .custompager > button:focus:before,
.mediaslider .custompager > button:hover:before,
.mediaslider .custompager > button.cycle-pager-active:before {
  background-color: #327f93;
}
.mediaslider .cycle-caption.large,
.mediaslider .cycle-caption {
  font-size: min(1rem, 1em);
  white-space: normal;
  padding: 0.66em;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 420;
}
.mediaslider .cycle-caption.large:after,
.mediaslider .cycle-caption:after {
  content: "";
  width: auto;
  height: auto;
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.54) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.54) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.54) 100%
  );
  display: block;
  position: absolute;
  top: -1.68em;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.mediaslider .cycle-caption.large {
  position: relative;
}
.mediaslider .cycle-caption.large:after {
  background: #327f93;
  top: 0;
}
/* content centered for slideshow, video-centric, and/or full width content */
.before-and-after #content,
.office-tour #content,
.smile-gallery #content,
.invisalign-videos #content {
  text-align: center;
}
.before-and-after #content h1,
.office-tour #content h1,
.smile-gallery #content h1,
.invisalign-videos #content h1,
.before-and-after #content h2,
.office-tour #content h2,
.smile-gallery #content h2,
.invisalign-videos #content h2,
.before-and-after #content h3,
.office-tour #content h3,
.smile-gallery #content h3,
.invisalign-videos #content h3,
.before-and-after #content p,
.office-tour #content p,
.smile-gallery #content p,
.invisalign-videos #content p {
  text-align: center;
}
.before-and-after .img-left,
.office-tour .img-left,
.smile-gallery .img-left,
.invisalign-videos .img-left,
.before-and-after .img-right,
.office-tour .img-right,
.smile-gallery .img-right,
.invisalign-videos .img-right {
  margin: 0 auto;
  float: none;
}
/* blockquote styling */
#content blockquote {
  margin: 0 0 1.58em;
  padding: 0 0 0 1em;
  border-left: 0.33em solid #f0f0f0;
}
/* comment line below if patient-login is live and legit */
.financial-information #financial-online-services {
  display: none;
}
/* common treatments */
.before-after-image {
  width: 44%;
  display: inline-block;
  vertical-align: top;
}
.before-after-image img,
.before-after-image span {
  display: block;
}
@media only screen and (min-width: 768px) {
  .before-after-image img,
  .before-after-image span {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .before-after-box,
  p.before-after-text {
    width: 49%;
    display: inline-block;
    vertical-align: top;
  }
}
/* common procedures */
@media only screen and (min-width: 1300px) {
  #content,
  #content h2[id],
  .common-procedures #content h2[id] {
    scroll-margin-top: 200px;
  }
}
/* preventive-care */
.preventive-care #content ul {
  display: inline-block;
}
/* reduces dimensions of coronavirus tab */
#coronavirus-update {
  font-size: 0.84em;
  padding: 0.5em 1.25em !important;
  left: 0.5em !important;
}
@media only screen and (min-width: 1300px) {
  #coronavirus-update {
    font-size: 1em;
  }
}
/* ==================================================================
	meet the team page classes for individual and full team images 
=================================================================== */
.staff {
  width: 45%;
  max-width: 10em;
  margin: 0 0 1em 1em;
  display: block;
  float: right;
}
.team {
  width: 100%;
  max-width: 1000px;
  margin: 2% auto;
  display: block;
}
/* ==================================================================
	sitemap
=================================================================== */
.sitemap #content .column > ul > li {
  margin-bottom: 1.45em;
}
.sitemap #content ul {
  margin-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.sitemap #content ul a {
  line-height: 1.28;
  font-size: clamp(12px, 1.25em, 25px);
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  color: #413c79;
  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: #000;
  margin-left: 0;
}
.sitemap #content a:focus,
.sitemap #content a:hover {
  text-decoration: none;
  color: #327f93;
}
body.sitemap #bd ul li {
  list-style: none;
}
body.sitemap #bd ul ul li {
  list-style: none;
  margin-left: 0;
}
body.sitemap #content .width1 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  body.sitemap #content .width1 {
    width: 50%;
  }
  body.sitemap #content .width1:not(.first) {
    width: auto;
    max-width: 49%;
    float: right;
  }
}
/* global override */
/* ==================================================================
	sidebar
=================================================================== */
#sidebar {
  width: 84%;
  max-width: 500px;
  margin: 0 auto;
  padding: 0;
  display: none;
  position: relative;
  z-index: 420;
}
@media only screen and (min-width: 768px) {
  #sidebar {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (min-width: 1300px) {
  #sidebar {
    max-width: 15em;
    margin: 1em 0 0;
    width: 29.25581395%;
    float: left;
    clear: left;
    position: sticky;
    top: 200px;
  }
}
body:not(.home) {
  overflow: visible;
}
/* ===============================================
	sitepics
=============================================== */
#hide-stock {
  width: 100%;
  max-width: 15em;
  margin: 0 auto;
  padding: 0;
  position: relative;
  display: none;
}
@media only screen and (min-width: 768px) {
  #hide-stock {
    order: 1;
  }
}
.stock {
  width: 100%;
  position: relative;
}
/* ===============================================
	show doctor image on all devices
=============================================== */
/*.home,*/
/*body[class^='meet-the-'],*/
/* body[class^='meet-our-'],*/
.meet-the-doctor #sidebar,
body[class*="meet-dr-"] #sidebar,
body[class*="meet-doctor-"] #sidebar {
  display: flex;
}
body[class~="blog"] #sidebar {
  display: block;
}
/* ==================================================================
	SUBNAV || SIDE ORIENTED
=================================================================== */
#subnav {
  color: #fff;
  margin: 0 0 6%;
  background: none;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  #subnav {
    text-align: center;
    padding: 3em 10%;
  }
}
@media only screen and (min-width: 768px) {
  #subnav {
    text-align: right;
    padding: 0 1.75em 0 0;
    order: 2;
    margin-top: -0.8em;
  }
}
@media only screen and (max-width: 1299px) {
  #subnav {
    display: none;
  }
}
#subnav h2.topic {
  line-height: 1;
  font-size: 1.1em;
  text-align: inherit;
  font-weight: 700;
  color: #01397f;
  width: 100%;
  height: 1em;
  margin: 0 auto 1em;
  display: block;
  position: relative;
  z-index: 400;
}
@media only screen and (max-width: 767px) {
  #subnav nav {
    width: 100vw;
  }
}
@media only screen and (min-width: 768px) {
  #subnav nav {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
}
#subnav p {
  font-size: clamp(12px, 0.75em, 15px);
  width: 100%;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  #subnav p {
    white-space: nowrap;
    padding-right: 9%;
    scroll-snap-type: x;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  #subnav p::-webkit-scrollbar {
    display: none;
  }
}
@media only screen and (max-width: 1299px) {
  #subnav p {
    line-height: 44px;
  }
}
@media only screen and (min-width: 1300px) {
  #subnav p {
    line-height: 1.66666667;
  }
}
#subnav a {
  color: #01397f;
  margin: 0 0.8em;
  white-space: nowrap;
  display: block;
  position: relative;
}
@media only screen and (min-width: 768px) {
  #subnav a {
    margin: 0;
  }
}
#subnav a:after {
  content: "";
  width: 24px;
  height: 4px;
  background: currentcolor;
  display: block;
  position: absolute;
  bottom: -0.1em;
  right: 0;
  transform-origin: right;
  transition: transform 0.33s ease-in-out;
  transform: translate(0, 0) scaleX(0);
}
#subnav a:focus,
#subnav a:hover,
#subnav a.active {
  text-decoration: none;
}
#subnav a:focus:after,
#subnav a:hover:after,
#subnav a.active:after {
  transform: translate(0, 0) scaleX(1);
}
#subheader {
  background: #000 url(../images/banner.jpg) center top / cover no-repeat;
  position: relative;
  z-index: 1;
  padding: 200px 0 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 1300px) {
  #subheader {
    padding: 7.15em 0 0;
    height: 543px;
  }
  #subheader h1 {
    opacity: 0;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1999px) {
  #subheader {
    background-size: auto;
  }
}
#subheader h1 {
  text-align: center;
  width: 90%;
  margin: 0 auto;
  max-width: 900px;
}
#subheader::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(1, 19, 27, 0.3);
  z-index: -1;
}
/* END SIDEBAR */
/* ===============================================
	spot00 || COMMON SERVICES/CALLOUT-LIKE SECTION EXAMPLE
=============================================== */
.spot02 {
  text-align: center;
  color: #000;
  margin: 0;
  padding: 3em 0;
  position: relative;
  z-index: 410;
  background-color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .spot02 {
    padding: 4.75em 0 5em;
  }
}
@media only screen and (min-width: 1024px) {
  .spot02 {
    font-size: min(1.7vw, 1em);
  }
}
.spot02 h2.topic {
  line-height: 1;
  font-size: min(1.8em, 6vw);
  text-transform: uppercase;
  color: #01397f;
  width: 100%;
  display: block;
  font-weight: 700;
  margin-bottom: 1.44444444em;
}
@media only screen and (max-width: 1023px) {
  .spot02 h2.topic {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2em;
  }
}
.spot02 h2.topic .trait {
  letter-spacing: 0.12em;
  line-height: 1.2;
  font-size: clamp(12px, 0.41666667em, 15px);
  font-weight: 700;
  font-style: italic;
  display: block;
}

.spot02 .swiper-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 3em;
  width: 90%;
  margin: 0 auto;
  max-width: 60em;
}

@media only screen and (min-width: 768px) {
  .spot02 .swiper-wrapper {
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: row;
    gap: 3em 1em;
  }
}

@media only screen and (min-width: 1024px) {
  .spot02 .swiper-wrapper {
    gap: 1em;
  }
}

.spot02 .swiper {
  width: 100%;
  margin: 0 auto;
}

.spot02 .swiper-slide {
  width: 100%;
  display: inline-block;
  color: #01397f;
  max-width: 14em;
}

@media only screen and (min-width: 768px) {
  .spot02 .swiper-slide {
    width: calc(50% - 1em);
  }
}
@media only screen and (min-width: 1024px) {
  .spot02 .swiper-slide {
    width: calc(20% - 1em);
  }
}

.spot02 .swiper-slide .decoration {
  width: 100%;
  margin-bottom: 2em;
}
.spot02 .swiper-slide h3.topic {
  line-height: 1;
  font-size: clamp(12px, 1em, 15px);
  color: currentcolor;
  width: 100%;
  display: block;
  margin-bottom: 0.9em;
}
.spot02 .swiper-slide h3.topic .trait {
  line-height: 1;
  font-size: clamp(12px, 0.9em, 20px);
  font-weight: 400;
  display: block;
  margin-top: 3px;
}
.spot02 .swiper-slide .info {
  line-height: 1.2;
  font-size: clamp(12px, 0.8em, 13px);
  margin-bottom: 1.6875em;
  text-align: left;
  text-shadow: 0.2px 0.2px 0 currentColor;
}
.spot02 .swiper-slide .spotbtn {
  font-size: clamp(12px, 0.7em, 12px);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #01397f;
  width: 12.71428571em;
  background: none;
  border: 1px solid #01397f;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
  transition:
    color 0.33s ease-in-out,
    border-color 0.33s ease-in-out,
    background-color 0.33s ease-in-out;
  overflow: hidden;
}
@media only screen and (max-width: 1299px) {
  .spot02 .swiper-slide .spotbtn {
    line-height: 44px;
    min-width: 44px;
  }
}
@media only screen and (min-width: 1300px) {
  .spot02 .swiper-slide .spotbtn {
    line-height: 2.92857143;
  }
}
.spot02 .swiper-slide .spotbtn::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #423d7a;
  z-index: -1;
  transition: transform 0.33s ease-in-out;
  transform: translate(150%, 0) skewX(-45deg);
}
.spot02 .swiper-slide .spotbtn::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(40, 127, 146, 0.5);
  z-index: -2;
  transition: transform 0.33s ease-in-out;
  transform: translate(150%, 0) skewX(-45deg);
}
.spot02 .swiper-slide .spotbtn:hover,
.spot02 .swiper-slide .spotbtn:focus {
  color: #fff;
  border-color: #413c79;
  background-color: #413c79;
  transition-delay: 0.16s, 0.16s, 0.33s;
}
.spot02 .swiper-slide .spotbtn:hover::after,
.spot02 .swiper-slide .spotbtn:focus::after,
.spot02 .swiper-slide .spotbtn:hover::before,
.spot02 .swiper-slide .spotbtn:focus::before {
  transform: translate(0, 0) skewX(0deg);
}
.spot02 .swiper-slide .spotbtn:hover::before,
.spot02 .swiper-slide .spotbtn:focus::before {
  transition-delay: 0.16s;
}
.spot02 .controls {
  line-height: 0;
  width: 100%;
  margin: 2em auto 0;
  display: block;
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  .spot02 .controls {
    text-align: right;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    transform: translate(0, -50%);
  }
}
.spot02 .controls > button {
  font-size: clamp(12px, 1.75em, 35px);
  text-align: center;
  color: #423d7a;
  min-width: 24px;
  min-height: 24px;
  padding: 0;
  background: none;
  border: none;
  -webkit-appearance: none;
  display: inline-block;
  vertical-align: top;
  transition:
    color 0.33s ease-in-out,
    transform 0.33s ease-in-out;
  pointer-events: auto;
  cursor: pointer;
  border: 1px solid transparent;
}
@media only screen and (max-width: 1299px) {
  .spot02 .controls > button {
    line-height: 44px;
    width: 44px;
    height: 44px;
  }
}
@media only screen and (min-width: 1300px) {
  .spot02 .controls > button {
    line-height: 1;
    width: 1em;
    height: 1em;
  }
}
.spot02 .controls > button svg {
  width: 100%;
  height: auto;
}
.spot02 .controls > button:focus,
.spot02 .controls > button:hover {
  color: #01397f;
  transform: scale(1.2);
}
.spot02 .controls > button:active {
  transform: scale(1.1);
}
.spot02 .controls > button.prev {
  margin-right: 1em;
}
@media only screen and (min-width: 768px) {
  .spot02 .controls > button.prev {
    float: left;
  }
}
/* ===============================================
	spot00 || COMMON GENERAL INFORMATION SPOTLIGHT SECTION
=============================================== */
.spot03 {
  color: #327f93;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 3em 0;
  position: relative;
  z-index: 410;
  font-size: min(3.25vw, 1em);
  background-color: #f5f5f5;
  gap: 2em;
}
@media only screen and (min-width: 768px) {
  .spot03 {
    padding: 5.05em 0;
  }
}
@media only screen and (min-width: 1024px) {
  .spot03 {
    gap: 4.75em;
    flex-direction: row;
    font-size: min(1.5vw, 1em);
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media only screen and (min-width: 1300px) {
  .spot03.active picture::before {
    transform: translate(150%, 0) skewX(-45deg);
  }
  .spot03.active picture::after {
    transform: translate(150%, 0) skewX(-45deg);
  }
}
.spot03 picture {
  width: 90%;
  max-width: 32.5em;
  position: relative;
  overflow: hidden;
  background-color: #000;
}
.spot03 picture img {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .spot03 picture {
    max-width: 46.05em;
    width: calc(50% + 3.65em);
    height: 36em;
  }
  .spot03 picture img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
  }
}
@media only screen and (min-width: 1300px) {
  .spot03 picture::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #423d7a;
    z-index: 2;
    transition: transform 1s ease-in-out;
  }
  .spot03 picture::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(40, 127, 146, 0.6);
    z-index: 1;
    transition: transform 1s ease-in-out 0.5s;
  }
  .spot03 picture img {
    height: auto;
    object-fit: none;
    width: 46.05em;
    left: calc(50% - 23.025em);
    max-width: none;
  }
}
.spot03 .mod {
  width: 90%;
  max-width: 39.4em;
  text-align: left;
  display: contents;
}
@media only screen and (min-width: 1024px) {
  .spot03 .mod {
    display: block;
    width: calc(50% - 3.65em);
    margin-top: 2.3em;
  }
}
.spot03 .mod .spot03pager {
  max-width: 26.5em;
  width: 90%;
}
@media only screen and (min-width: 1024px) {
  .spot03 .mod .spot03pager {
    max-width: 27.5em;
    width: 100%;
  }
}
.spot03 h2.topic {
  line-height: 1;
  font-size: 35px;
  text-transform: uppercase;
  color: #287f92;
  font-weight: 600;
  width: 100%;
  padding: 0 0.8em;
  order: -1;
  text-align: center;
  margin-bottom: 0;
}
@media only screen and (min-width: 1024px) {
  .spot03 h2.topic {
    margin-bottom: 1.94285714em;
    text-align: left;
  }
}
.spot03 .spotbtn {
  color: #413c79;
  padding: 0 1.4em 0 0.9em;
  height: 3.5em;
  width: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 420;
  gap: 1.2em;
  min-height: 44px;
  transition:
    color 0.33s ease-in-out,
    background-color 0.33s ease-in-out;
  margin-bottom: 13px;
  white-space: nowrap;
}
@media only screen and (min-width: 1300px) {
  .spot03 .spotbtn:nth-child(2) .icon {
    position: relative;
    left: 0.5em;
  }
}
.spot03 .spotbtn:nth-last-of-type(1) {
  margin-bottom: 0;
}
.spot03 .spotbtn h3.topic {
  line-height: 2.05882353;
  font-size: clamp(12px, 1.7em, 34px);
  text-transform: uppercase;
  color: currentcolor;
  width: 100%;
  display: block;
  font-weight: 400;
}
.spot03 .spotbtn h3.topic .trait {
  font-weight: 700;
}
.spot03 .spotbtn::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 1px solid #287f92;
  border-bottom: 1px solid #287f92;
  z-index: -1;
  transition: transform 0.33s ease-in-out;
  transform: scaleX(0);
}
.spot03 .spotbtn::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-left: 1px solid #287f92;
  border-right: 1px solid #287f92;
  z-index: -1;
  transition: transform 0.33s ease-in-out;
  transform: scaleY(0);
}
.spot03 .spotbtn .icon {
  width: 3em;
  line-height: 0;
  flex-shrink: 0;
  display: block;
  color: #287f92;
}
.spot03 .spotbtn .icon svg {
  width: 100%;
  height: auto;
  transition: transform 0s ease-in-out;
}
.spot03 .spotbtn:focus::before,
.spot03 .spotbtn:hover::before,
.spot03 .spotbtn.cycle-pager-active::before {
  transform: scaleX(1);
}
.spot03 .spotbtn:focus::after,
.spot03 .spotbtn:hover::after,
.spot03 .spotbtn.cycle-pager-active::after {
  transform: scaleY(1);
}
.spot03 .spotbtn:focus .icon svg,
.spot03 .spotbtn:hover .icon svg,
.spot03 .spotbtn.cycle-pager-active .icon svg {
  transform: rotateY(360deg);
  transition-duration: 0.66s;
}
/* ===============================================
	spot00 || COMMON TESTIMONIAL SLIDESHOW SECTION EXAMPLE
=============================================== */
.spot04 {
  padding: 3em 0;
  background-color: #000;
  overflow: hidden;
  z-index: 400;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .spot04 {
    padding: 5em 0;
  }
}
@media only screen and (min-width: 1024px) {
  .spot04 {
    padding: 6.25em 0 4em;
  }
}
.spot04::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.1) 0%,
    rgba(0, 0, 0, 0.4) 100%
  );
}
.spot04 h2.topic {
  line-height: 1;
  font-size: min(2.1em, 8vw);
  text-transform: uppercase;
  color: #fff;
  width: 90%;
  display: block;
  position: relative;
  z-index: 1;
  font-weight: 700;
  margin: 0 auto 0.65em;
}
@media only screen and (max-width: 767px) {
  .spot04 h2.topic {
    max-width: 400px;
    margin-bottom: 40px;
  }
}
.spot04 h2.topic .trait {
  letter-spacing: 0.12em;
  line-height: 1.2;
  font-size: clamp(12px, 0.35714286em, 15px);
  font-weight: 700;
  font-style: italic;
  display: block;
}
.spot04 .container {
  max-width: 60em;
  margin-bottom: 1.85em;
  width: 90%;
}
@media only screen and (min-width: 768px) {
  .spot04 .container {
    width: 83%;
  }
}
.spot04 #testimonials-carousel {
  display: block;
  width: 100%;
  max-width: 30em;
  margin: 0 auto;
  color: #3a3a3b;
  min-height: 16em;
}
@media only screen and (min-width: 768px) {
  .spot04 #testimonials-carousel {
    max-height: 350px;
    overflow: visible;
    font-size: min(1.5vw, 1em);
  }
}
.spot04 #testimonials-carousel .swiper-slide {
  width: 100%;
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
}
.spot04 #testimonials-carousel .swiper-slide figure {
  margin: 0;
  padding: 3em 2em;
  width: 100%;
  min-height: 16em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: rgba(255, 255, 255, 0.95);
  transition:
    background-color 0.33s ease-in-out,
    padding 0.33s ease-in-out;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  gap: 1.6em;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .spot04 #testimonials-carousel .swiper-slide figure {
    text-align: left;
    flex-direction: row;
    padding: 3em 3.2em 3em 2.3em;
  }
}
@media only screen and (min-width: 1024px) {
  .spot04 #testimonials-carousel .swiper-slide figure {
    padding: 2em 3.2em 2em 2.3em;
  }
}
@media only screen and (min-width: 1300px) {
  .spot04 #testimonials-carousel .swiper-slide figure .decoration {
    transform: translate(0.55em, 0);
  }
}
.spot04 #testimonials-carousel .swiper-slide figure .decoration {
  width: 6.05em;
  display: block;
  border-radius: 50%;
  flex-shrink: 0;
  transition: transform 0.33s ease-in-out;
}
.spot04 #testimonials-carousel .swiper-slide.swiper-slide-active figure {
  background-color: #ffffff;
}
@media only screen and (min-width: 1300px) {
  .spot04
    #testimonials-carousel
    .swiper-slide.swiper-slide-active
    figure
    .decoration {
    transform: translate(0, 0);
  }
}
.spot04 .testimony {
  line-height: 1.2;
  font-size: clamp(12px, 0.75em, 15px);
  margin: 0 auto 0em;
  display: block;
}
.spot04 .testifier {
  font-size: 14px;
  font-weight: 700;
  display: inline;
  color: #413c79;
}
@media only screen and (max-width: 1023px) {
  .spot04 .testifier {
    display: block;
    margin-top: 2em;
  }
}
.spot04 .spotbtn {
  font-size: clamp(12px, 0.7em, 14px);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 700;
  color: #fff;
  width: 14.71428571em;
  background: none;
  border: 1px solid #fff;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
  transition:
    color 0.33s ease-in-out,
    border-color 0.33s ease-in-out,
    background-color 0.33s ease-in-out;
  overflow: hidden;
}
@media only screen and (max-width: 1299px) {
  .spot04 .spotbtn {
    line-height: 44px;
    min-width: 44px;
  }
}
@media only screen and (min-width: 1300px) {
  .spot04 .spotbtn {
    line-height: 2.92857143;
  }
}
.spot04 .spotbtn::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #423d7a;
  z-index: -1;
  transition: transform 0.33s ease-in-out;
  transform: translate(150%, 0) skewX(-45deg);
}
.spot04 .spotbtn::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(40, 127, 146, 0.5);
  z-index: -2;
  transition: transform 0.33s ease-in-out;
  transform: translate(150%, 0) skewX(-45deg);
}
.spot04 .spotbtn:hover,
.spot04 .spotbtn:focus {
  color: #fff;
  border-color: #413c79;
  background-color: #413c79;
  transition-delay: 0s, 0s, 0.33s;
}
.spot04 .spotbtn:hover::after,
.spot04 .spotbtn:focus::after,
.spot04 .spotbtn:hover::before,
.spot04 .spotbtn:focus::before {
  transform: translate(0, 0) skewX(0deg);
}
.spot04 .spotbtn:hover::before,
.spot04 .spotbtn:focus::before {
  transition-delay: 0.16s;
}
.spot04 .controls {
  line-height: 0;
  width: 100%;
  margin: 2em auto 0;
  display: block;
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  .spot04 .controls {
    text-align: right;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    right: 0;
    left: -5%;
    width: 110%;
    transform: translate(0, -50%);
  }
}
.spot04 .controls > button {
  font-size: clamp(12px, 1.75em, 35px);
  text-align: center;
  color: #fff;
  min-width: 24px;
  min-height: 24px;
  padding: 0;
  background: none;
  border: none;
  -webkit-appearance: none;
  display: inline-block;
  vertical-align: top;
  transition:
    color 0.33s ease-in-out,
    transform 0.33s ease-in-out;
  pointer-events: auto;
  cursor: pointer;
  border: 1px solid transparent;
}
@media only screen and (max-width: 1299px) {
  .spot04 .controls > button {
    line-height: 44px;
    width: 44px;
    height: 44px;
  }
}
@media only screen and (min-width: 1300px) {
  .spot04 .controls > button {
    line-height: 1;
    width: 1em;
    height: 1em;
  }
}
.spot04 .controls > button svg {
  width: 100%;
  height: auto;
}
.spot04 .controls > button:focus,
.spot04 .controls > button:hover {
  color: #fff;
  transform: scale(1.2);
}
.spot04 .controls > button:active {
  transform: scale(1.1);
}
.spot04 .controls > button.prev {
  margin-right: 1em;
}
@media only screen and (min-width: 768px) {
  .spot04 .controls > button.prev {
    float: left;
  }
}
.spot04 .welcomevid {
  width: 100%;
  height: 100%;
  margin: 0;
  aspect-ratio: 2000 / 1125;
  vertical-align: top;
  z-index: -1;
  top: 0%;
  left: 0%;
  position: absolute;
  display: block;
  object-fit: cover;
}
@media only screen and (min-width: 1300px) and (max-width: 1999px) {
  .spot04 .welcomevid {
    width: 2000px;
    height: auto;
    top: 50%;
    left: calc(-50em + 50vw);
    transform: translate(0, calc(-50% - 5em));
  }
}

/* ==================================================================
	association logos 
=================================================================== */
.associationlogos {
  text-align: center;
  font-size: 4vw;
  padding: 2em 0;
  background: #fff;
  position: relative;
  z-index: 410;
}
@media only screen and (min-width: 768px) {
  .associationlogos {
    font-size: min(1.5vw, 1em);
    padding: 5em 0;
  }
}
.associationlogos a {
  margin: 2%;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) {
  .associationlogos a {
    margin: 0 0 0 1em;
    border-right: solid 1px #000;
    padding: 0 1em 0 0;
  }


  .associationlogos a:first-of-type{
    margin-left: 0;
  }
  .associationlogos a:last-of-type{
    margin-right: 0;
    border-right: none;

  }


}
@media only screen and (max-width: 1023px) {
  .associationlogos a {
    min-width: 44px;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
  }
}



.associationlogos a:focus img,
.associationlogos a:hover img,
.associationlogos a:focus svg,
.associationlogos a:hover svg {
  transform: scale(0.87);
  opacity: 0.48;
}
.associationlogos a.smucla {
  width: 7em;
  height: 3.25em;
}
.associationlogos a.rrucla {
  width: 7em;
  height: 3.25em;
}
.associationlogos a.wrc {
  width: 9.5em;
  /* height: 4.7em; */
}
.associationlogos a.lacare {
  width: 7em;
  height: 2.05em;
}
.associationlogos a.nlacrc {
  width: 9.5em;
  height: 3.5em;
}
.associationlogos a.lanterman {
  width: 9.5em;
  height: 2.25em;
}
.associationlogos a.cda {
  width: 3.5em;
}
.associationlogos a svg {
  width: 100%;
  height: auto;
  display: block;
  transition:
    opacity 0.33s ease-in-out,
    transform 0.33s ease-in-out;
}
.associationlogos a img {
  width: 100%;
  height: auto;
  transition:
    opacity 0.33s ease-in-out,
    transform 0.33s ease-in-out;
}

/* ==================================================================
	#ft
=================================================================== */
#ft {
  text-align: center;
  color: #fff;
  width: 100%;
  padding: 0;
  background: #ccc no-repeat center center;
  background-size: cover;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1999px) {
  #ft {
    background-position: calc(25% + 0em);
  }
}
@media only screen and (min-width: 1300px) {
  #ft {
    background-size: auto 100%;
  }
}
#ft a {
  color: #fff;
  transition: color 0.33s ease-in-out;
  position: relative;
  z-index: 1;
}
#ft a .street::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: currentColor;
  transition: transform 0.33s ease-in-out;
  transform: scaleX(0);
  transform-origin: left;
}
#ft a::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: currentColor;
  transition: transform 0.33s ease-in-out;
  transform: scaleX(0);
  transform-origin: left;
}
#ft a:focus::before,
#ft a:hover::before {
  transform: scaleX(1);
}
#ft a:focus .street::before,
#ft a:hover .street::before {
  transform: scaleX(1);
}
/* ===============================================
		locations
=============================================== */
#location {
  width: 100%;
  padding: 3em 0;
  background-color: rgba(1, 57, 127, 0.9);
  display: block;
}
@media only screen and (min-width: 768px) {
  #location {
    width: 50%;
    margin-left: 50%;
  }
}
@media only screen and (min-width: 1024px) {
  #location {
    width: calc(50% + 3px);
    margin-left: calc(50% - 3px);
    padding: 7.2em 0 8.5em;
  }
}
#location .mod {
  text-align: center;
  width: 100%;
  max-width: 25em;
  display: block;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  #location .mod .innermod {
    display: inline-block;
    vertical-align: top;
    margin: 0 1em;
  }
  #location .mod .innermod.first {
    text-align: right;
  }
  #location .mod .innermod.last {
    text-align: left;
  }
}
@media only screen and (min-width: 1300px) {
  #location .mod .innermod.last {
    padding-top: 0.1em;
  }
}
#location .logo {
  line-height: 0;
  text-align: center;
  margin: 0 auto 3.65em;
  display: block;
  max-width: 21.65em;
  width: 90%;
}
#location .logo:focus {
  opacity: 0.51;
}
#location .logo::before {
  content: none;
}
#location .logo svg {
  width: 100%;
  height: auto;
}
#location .phone {
  font-size: clamp(12px, 0.8em, 16px);
  display: block;
  margin-bottom: 1em;
}
@media only screen and (max-width: 767px) {
  #location .phone {
    line-height: 44px;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 768px) {
  #location .phone {
    line-height: 1.125;
  }
}
@media only screen and (min-width: 1024px) {
  #location .phone {
    width: max-content;
    margin-left: auto;
  }
}
#location .address {
  font-size: clamp(12px, 0.65em, 13px);
  margin: 0 auto;
  display: block;
  position: static;
}
@media only screen and (max-width: 1023px) {
  #location .address {
    line-height: 22px;
    margin-bottom: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  #location .address {
    width: max-content;
  }
}
@media only screen and (min-width: 1024px) {
  #location .address {
    line-height: 1.38461538;
  }
}
#location .address::before {
  content: none;
}
#location .address .street {
  position: relative;
}
#location .address .street::before {
  bottom: 0.1em;
}
#location .address .marker {
  line-height: 1;
  font-size: 5.07692308em;
  color: #317f8d;
  width: 0.75em;
  margin-right: 7.13636364em;
  position: absolute;
  top: 3.2em;
  right: 50%;
  z-index: 400;
  transition: transform 0.33s ease-in-out;
  transform-origin: center bottom;
}
@media only screen and (max-width: 767px) {
  #location .address .marker {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  #location .address .marker {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  #location .address .marker {
    top: 4.4em;
  }
}
@media only screen and (min-width: 1300px) {
  #location .address .marker {
    top: 5em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1999px) {
  #location .address .marker {
    right: auto;
    left: calc(25% - 0.3em);
  }
}
#location .address .marker:before {
  color: currentcolor;
}
#location .address .marker:after {
  content: "";
  width: 1.10606061em;
  height: 1.01515152em;
  background: url(../images/footer/shadowalt.svg) no-repeat center center;
  bottom: -0.15em;
  left: 0.2em;
  z-index: -1;
  background-size: cover;
  position: absolute;
  pointer-events: none;
}
#location .address:focus .marker,
#location .address:hover .marker {
  transform: translate(0, 0) scale(2);
}
#location .officehours {
  display: block;
  margin-bottom: 0.75em;
}
@media only screen and (min-width: 1024px) {
  #location .officehours {
    margin-bottom: 0.25em;
  }
}
#location .officehours .days,
#location .officehours .hours {
  line-height: 1.38461538;
  font-size: clamp(12px, 0.65em, 13px);
  display: block;
}
#location .socialmedia {
  line-height: 0;
  height: auto;
  margin: 0;
  padding: 0;
  display: inline-flex;
  justify-content: center;
}
#location .socialmedia a {
  font-size: clamp(12px, 0.55em, 11px);
  min-width: 24px;
  min-height: 24px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition:
    transform 0.33s ease-in-out,
    color 0.33s ease-in-out;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  #location .socialmedia a {
    line-height: 44px;
    width: 44px;
    height: 44px;
    font-size: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  #location .socialmedia a {
    line-height: 4;
    width: auto;
    height: 4em;
    margin-left: -6px;
  }
  #location .socialmedia a::before {
    bottom: 0.75em;
  }
}
#location .socialmedia a .icon {
  position: relative;
}
#location .socialmedia a:hover .icon,
#location .socialmedia a:focus .icon {
  animation: fa-bounce 1s ease-in-out;
}
#location .spotbtn {
  font-size: clamp(12px, 0.7em, 14px);
  text-align: center;
  color: #fff;
  width: 14.42857143em;
  overflow: hidden;
  background: none;
  border: 1px solid #fff;
  display: block;
  margin: 2.95em auto 0;
  position: relative;
  z-index: 420;
  transition:
    color 0.33s ease-in-out,
    background-color 0.33s ease-in-out,
    border-color 0.33s ease-in-out;
}
@media only screen and (max-width: 1299px) {
  #location .spotbtn {
    line-height: 44px;
    min-width: 44px;
  }
}
@media only screen and (min-width: 1300px) {
  #location .spotbtn {
    line-height: 3.35714286;
  }
}
#location .spotbtn::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #423d7a;
  z-index: -1;
  transition: transform 0.33s ease-in-out;
  transform: translate(150%, 0) skewX(-45deg);
}
#location .spotbtn::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(40, 127, 146, 0.5);
  z-index: -2;
  transition: transform 0.33s ease-in-out;
  transform: translate(150%, 0) skewX(-45deg);
}
#location .spotbtn .icon {
  width: auto;
}
#location .spotbtn:hover,
#location .spotbtn:focus {
  color: #fff;
  background-color: #413c79;
  transition-delay: 0s, 0s, 0.33s;
}
#location .spotbtn:hover::after,
#location .spotbtn:focus::after,
#location .spotbtn:hover::before,
#location .spotbtn:focus::before {
  transform: translate(0, 0) skewX(0deg);
}
#location .spotbtn:hover::before,
#location .spotbtn:focus::before {
  transition-delay: 0.16s;
}
#location .spotbtn:hover .icon,
#location .spotbtn:focus .icon {
  animation: fa-bounce 1s ease-in-out;
}
/* ==================================================================
		#links
=================================================================== */
#links {
  text-align: center;
  color: #000;
  margin: 0;
  background-color: #fff;
  position: relative;
  z-index: 420;
}
@media only screen and (max-width: 1299px) {
  #links {
    padding: 2em 0;
  }
}
@media only screen and (min-width: 1300px) {
  #links {
    height: 4.4em;
    padding: 1.1em 0 0;
  }
}
#links .util {
  font-size: clamp(12px, 0.6em, 12px);
}
@media only screen and (min-width: 480px) {
  #links .util {
    width: auto;
    margin: 0;
    display: inline-block;
    vertical-align: top;
  }
}
@media only screen and (max-width: 1299px) {
  #links .util {
    line-height: 44px;
  }
}
@media only screen and (min-width: 1300px) {
  #links .util {
    line-height: 3.66666667;
  }
}
#links .util a {
  color: #000;
  transition: color 0.33s ease-in-out;
  position: relative;
  z-index: 1;
  display: inline-block;
}
@media only screen and (max-width: 479px) {
  #links .util a {
    display: block;
    width: max-content;
    margin: 0 auto;
  }
}
#links .util a::after {
  content: "";
  position: absolute;
  bottom: 1em;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transition: transform 0.33s ease-in-out;
  transform: scaleX(0);
}
#links .util a:focus,
#links .util a:hover {
  color: #327f93;
}
#links .util a:focus::after,
#links .util a:hover::after {
  transform: scaleX(1);
}
#links .util a,
#links .util .divider {
  font-weight: 600;
}
#links .util .divider {
  display: inline-block;
  margin: 0 0.55em;
}
@media only screen and (max-width: 479px) {
  #links .util .divider {
    display: none;
  }
}
/* ===============================================
		sesame link
=============================================== */
a#sesame-link .sesameicon {
  width: 1.33333333em;
  height: 1.16666667em;
  margin-right: 0.58333333em;
  display: inline-block;
  vertical-align: middle;
}
a#sesame-link .sesameicon path {
  transition: fill 0.33s ease-in-out;
}
a#sesame-link .sesameicon path.top {
  fill: #d6e03d;
}
a#sesame-link .sesameicon path.bottom {
  fill: #00a5e3;
}
a#sesame-link:focus .sesameicon path,
a#sesame-link:hover .sesameicon path {
  fill: currentcolor;
}
/* ===============================================
	backToTop
=============================================== */
#btt {
  text-align: center;
  width: 100%;
  margin: 1em auto 0;
  display: block;
  position: relative;
}
@media only screen and (min-width: 480px) {
  #btt {
    width: auto;
    display: inline-block;
    margin: 0;
    vertical-align: top;
  }
}
a#backtotop {
  font-size: clamp(12px, 0.65em, 13px);
  color: #327f93;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: top;
  transition:
    color 0.33s ease-in-out,
    transform 0.33s ease-in-out;
  height: 44px;
}
a#backtotop svg {
  width: auto;
  height: 100%;
  overflow: hidden;
}
@media only screen and (min-width: 1300px) {
  a#backtotop svg {
    height: 2.15384615em;
  }
}
a#backtotop svg path,
a#backtotop svg .rect {
  transform-box: fill-box;
  transform-origin: 50% 50%;
  transition: transform 0s ease-in-out;
}
a#backtotop:focus,
a#backtotop:hover {
  transform: scale(1.1);
}
a#backtotop:focus svg .arrow,
a#backtotop:hover svg .arrow {
  transform: translate(0, -430%);
  transition-duration: 0.33s;
}
/*superlative*/
/************************************************************************************************************************************************/
/* hr element - div.hr */
hr,
.types-of-braces #content div.clear {
  font-size: inherit;
  width: 100%;
  margin: 1.58em 0;
  height: 1px;
  background: #666;
  border: none;
  display: block;
}
.brushing-and-flossing .content-text hr {
  float: left;
}
/* ===============================================
	Form Buttons
=============================================== */
form button {
  letter-spacing: normal;
  font-size: 0.8em;
  position: relative;
  z-index: 420;
  color: #01397f;
  font-weight: 400;
  height: 44px;
  line-height: 42px;
  padding: 0 1em;
  background: none;
  overflow: hidden;
  border: 1px solid #01397f;
  transition:
    color 0.33s ease-in-out,
    border-color 0.33s ease-in-out,
    background-color 0.33s ease-in-out;
}
form button::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #423d7a;
  z-index: -1;
  transition: transform 0.33s ease-in-out;
  transform: translate(150%, 0) skewX(-45deg);
}
form button::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(40, 127, 146, 0.5);
  z-index: -2;
  transition: transform 0.33s ease-in-out;
  transform: translate(150%, 0) skewX(-45deg);
}
form button:hover,
form button:focus {
  color: #fff;
  background-color: #413c79;
  transition-delay: 0.16s, 0.16s, 0.33s;
}
form button:hover::after,
form button:focus::after,
form button:hover::before,
form button:focus::before {
  transform: translate(0, 0) skewX(0deg);
}
form button:hover::before,
form button:focus::before {
  transition-delay: 0.16s;
}
form button:hover .icon,
form button:focus .icon {
  animation: fa-bounce 1s ease-in-out;
}
form p {
  height: auto;
}
/* ===============================================
	skip link styles
=============================================== */
.skiplink {
  line-height: 2;
  font-size: 12px;
  color: #fff;
  padding: 0.5em 1em;
  background-color: #327f93;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 6px;
  z-index: 3333;
  transition: transform 0.33s ease-in-out;
  transform: translate(0, -100%);
}
.skiplink:focus {
  transform: translate(0, 0);
}
.skiplink:focus .cta {
  transform: translate(0, 0);
}
.skiplink:focus .icon {
  transform: translate(0, 0);
}
.skiplink.alt .icon .trait {
  display: none;
}
.skiplink .cta {
  display: block;
  transition: transform 0.33s ease-in-out 0.33s;
  transform: translate(0, -44px);
}
.skiplink .icon {
  width: 1.1em;
  height: 1.1em;
  margin: 0 auto;
  display: block;
  transition: transform 0.33s ease-in-out 0.165s;
  transform: translate(0, -44px);
}
/* ===============================================
	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;
}
/* ===============================================
	recaptcha
=============================================== */
.grecaptcha-badge {
  visibility: hidden;
  z-index: -1;
}
.grecaptcha-alt {
  line-height: 1.3;
  font-size: 12px;
  font-style: italic;
  text-align: inherit;
  text-wrap: balance;
  color: #ccc;
}
/* ===============================================
	generic button for quick use by PM/PAs
=============================================== */
a.intbtn,
#content a.intbtn {
  line-height: 44px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  width: auto;
  text-decoration: none;
  padding: 0 1.5em;
  background-color: #000;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: background-color 0.33s ease-in-out;
}
a.intbtn:focus,
#content a.intbtn:focus,
a.intbtn:hover,
#content a.intbtn:hover {
  background-color: #327f93;
}
/* ===============================================
	.screenreader 
	a11y support for descriptive text on vaguely worded buttons
	https://gomakethings.com/hidden-content-for-better-a11y/#hidden-labels
=============================================== */
.screenreader {
  white-space: nowrap;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
/************************************************************************************************************************************************/
/* end superlatives */
/* ===============================================
Tablet || Supports 768px and up
=============================================== */
@media only screen and (min-width: 768px) {
  /* ===============================================
	blanket content sidebar hide
=============================================== */
  .sitemap #bd.sub:after,
  .layout-full-width #bd.sub:after {
    content: none;
  }
  .sitemap #content,
  .layout-full-width #content {
    width: 70%;
    /* count out 90-100 characters per line to determine width */
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .sitemap #sidebar,
  .layout-full-width #sidebar {
    display: none;
  }
  /* ===============================================
	custom content
=============================================== */
  .speed-system img[alt="Speed Braces"] {
    display: block;
  }
  /* ===============================================
	PAGE SPECIFIC
=============================================== */
  .which-is-right-for-me #content p {
    display: inline-block;
    float: left;
  }
  .which-is-right-for-me #content a[href^="/sesame_media/docs/"] {
    text-align: center;
    width: 100%;
    display: block;
    clear: both;
  }
  .which-is-right-for-me #content a[href^="/sesame_media/docs/"] img {
    display: inline-block;
  }
  .in-ovation-testimonials .embed-container {
    margin-right: auto;
    margin-left: 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-right: auto;
    margin-left: auto;
    display: block;
  }
  body[class*="in-ovation"] .img-right {
    max-width: 40%;
  }
  /*END*/
}
/* ===============================================
	embed-container enhanced support
=============================================== */
@supports (aspect-ratio: 16 / 9) and (object-fit: cover) {
  @media only screen and (max-width: 1299px) {
    .embed-container,
    .embed-container.ratio16x9 {
      max-width: min(45.42105263em, 90%);
    }
  }
  @media only screen and (min-width: 1300px) {
    .embed-container,
    .embed-container.ratio16x9 {
      max-width: min(45.42105263em, 1200px);
    }
  }
}
/* Recommended styles for Splitting */
.splitting .word,
.splitting .char {
  display: inline-block;
}
/* Psuedo-element chars */
.splitting .char {
  position: relative;
}
/**
 * Populate the psuedo elements with the character to allow for expanded effects
 * Set to `display: none` by default; just add `display: block` when you want
 * to use the psuedo elements
 */
.splitting .char::before,
.splitting .char::after {
  content: attr(data-char);
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  transition: inherit;
  user-select: none;
}
/* Expanded CSS Variables */
.splitting {
  /* The center word index */
  --word-center: calc((var(--word-total) - 1) / 2);
  /* The center character index */
  --char-center: calc((var(--char-total) - 1) / 2);
  /* The center character index */
  --line-center: calc((var(--line-total) - 1) / 2);
}
.splitting .word {
  /* Pecent (0-1) of the word's position */
  --word-percent: calc(var(--word-index) / var(--word-total));
  /* Pecent (0-1) of the line's position */
  --line-percent: calc(var(--line-index) / var(--line-total));
}
.splitting .char {
  /* Percent (0-1) of the char's position */
  --char-percent: calc(var(--char-index) / var(--char-total));
  /* Offset from center, positive & negative */
  --char-offset: calc(var(--char-index) - var(--char-center));
  /* Absolute distance from center, only positive */
  --distance: calc(
    (var(--char-offset) * var(--char-offset)) / var(--char-center)
  );
  /* Distance from center where -1 is the far left, 0 is center, 1 is far right */
  --distance-sine: calc(var(--char-offset) / var(--char-center));
  /* Distance from center where 1 is far left/far right, 0 is center */
  --distance-percent: calc(var(--distance) / var(--char-center));
}
